1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617 |
+ cd ccw-aports
+ for target in "${targets[@]}"
+ cabin build-all -a x86_64 -v
Building suitsquad (1/6)
/home/build/ccw-aports/testing/suitsquad/../../
>>> suitsquad: Checking sanity of /home/build/ccw-aports/testing/suitsquad/APKBUILD...
>>> suitsquad: Cleaning up srcdir
>>> suitsquad: Cleaning up pkgdir
>>> suitsquad: Cleaning up tmpdir
>>> suitsquad: Fetching suitsquad-0.tar.gz::https://codeberg.org/comcloudway/suitsquad/archive/stable.tar.gz
Connecting to codeberg.org (217.197.91.145:443)
saving to '/var/cache/distfiles/suitsquad-0.tar.gz.part'
suitsquad-0.tar.gz.p 100% |********************************| 236k 0:00:00 ETA
'/var/cache/distfiles/suitsquad-0.tar.gz.part' saved
>>> suitsquad: Fetching suitsquad-0.tar.gz::https://codeberg.org/comcloudway/suitsquad/archive/stable.tar.gz
>>> suitsquad: Checking sha512sums...
suitsquad-0.tar.gz: OK
fix-icon.patch: OK
fix-musl.patch: OK
>>> suitsquad: Preparing build chroot...
fatal: ref HEAD is not a symbolic ref
fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
WARNING: opening /home/build/packages//main: No such file or directory
fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
WARNING: opening /home/build/packages//community: No such file or directory
fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
WARNING: opening /home/build/packages//testing: No such file or directory
fetch https://mirror.ccw.icu/main/x86_64/APKINDEX.tar.gz
WARNING: updating and opening https://mirror.ccw.icu/main: No such file or directory
fetch https://mirror.ccw.icu/testing/x86_64/APKINDEX.tar.gz
WARNING: updating and opening https://mirror.ccw.icu/testing: No such file or directory
(1/138) Installing musl (1.2.4_git20230717-r5)
(2/138) Installing ca-certificates-bundle (20230506-r1)
(3/138) Installing libcrypto3 (3.1.4-r3)
(4/138) Installing libssl3 (3.1.4-r3)
(5/138) Installing zlib (1.3-r2)
(6/138) Installing apk-tools (2.14.0-r5)
(7/138) Installing libattr (2.5.1-r5)
(8/138) Installing attr (2.5.1-r5)
(9/138) Installing libcap2 (2.69-r1)
(10/138) Installing libcap-getcap (2.69-r1)
(11/138) Installing fakeroot (1.32.2-r0)
(12/138) Installing scanelf (1.3.7-r2)
(13/138) Installing musl-utils (1.2.4_git20230717-r5)
(14/138) Installing libc-utils (0.7.2-r5)
(15/138) Installing libgcc (13.2.1_git20231014-r0)
(16/138) Installing libstdc++ (13.2.1_git20231014-r0)
(17/138) Installing lzip (1.23-r1)
(18/138) Installing openssl (3.1.4-r3)
(19/138) Installing patch (2.7.6-r10)
(20/138) Installing pkgconf (2.1.0-r0)
(21/138) Installing libacl (2.3.1-r4)
(22/138) Installing tar (1.35-r2)
(23/138) Installing busybox (1.36.1-r18)
Executing busybox-1.36.1-r18.post-install
(24/138) Installing ssl_client (1.36.1-r18)
(25/138) Installing busybox-binsh (1.36.1-r18)
(26/138) Installing abuild (3.12.0-r2)
Executing abuild-3.12.0-r2.pre-install
(27/138) Installing alpine-baselayout-data (3.5.3-r1)
(28/138) Installing alpine-baselayout (3.5.3-r1)
Executing alpine-baselayout-3.5.3-r1.pre-install
Executing alpine-baselayout-3.5.3-r1.post-install
(29/138) Installing ifupdown-ng (0.12.1-r4)
(30/138) Installing openrc (0.52.1-r3)
Executing openrc-0.52.1-r3.post-install
(31/138) Installing mdev-conf (4.6-r0)
(32/138) Installing busybox-mdev-openrc (1.36.1-r18)
(33/138) Installing alpine-conf (3.17.1-r0)
(34/138) Installing alpine-keys (2.4-r1)
(35/138) Installing alpine-release (3.20.0_alpha20231219-r0)
(36/138) Installing busybox-openrc (1.36.1-r18)
(37/138) Installing busybox-suid (1.36.1-r18)
(38/138) Installing alpine-base (3.20.0_alpha20231219-r0)
(39/138) Installing jansson (2.14-r4)
(40/138) Installing zstd-libs (1.5.5-r8)
(41/138) Installing binutils (2.41-r0)
(42/138) Installing libmagic (5.45-r1)
(43/138) Installing file (5.45-r1)
(44/138) Installing libgomp (13.2.1_git20231014-r0)
(45/138) Installing libatomic (13.2.1_git20231014-r0)
(46/138) Installing gmp (6.3.0-r0)
(47/138) Installing isl26 (0.26-r1)
(48/138) Installing mpfr4 (4.2.1-r0)
(49/138) Installing mpc1 (1.3.1-r1)
(50/138) Installing gcc (13.2.1_git20231014-r0)
(51/138) Installing libstdc++-dev (13.2.1_git20231014-r0)
(52/138) Installing musl-dev (1.2.4_git20230717-r5)
(53/138) Installing libc-dev (0.7.2-r5)
(54/138) Installing g++ (13.2.1_git20231014-r0)
(55/138) Installing make (4.4.1-r2)
(56/138) Installing fortify-headers (1.1-r3)
(57/138) Installing build-base (0.5-r3)
(58/138) Installing libffi (3.4.4-r3)
(59/138) Installing xz-libs (5.4.5-r0)
(60/138) Installing libxml2 (2.12.3-r0)
(61/138) Installing llvm16-libs (16.0.6-r7)
(62/138) Installing scudo-malloc (17.0.6-r0)
(63/138) Installing rust (1.72.1-r0)
(64/138) Installing ca-certificates (20230506-r1)
(65/138) Installing brotli-libs (1.1.0-r1)
(66/138) Installing c-ares (1.25.0-r0)
(67/138) Installing libunistring (1.1-r2)
(68/138) Installing libidn2 (2.3.4-r4)
(69/138) Installing nghttp2-libs (1.58.0-r0)
(70/138) Installing libpsl (0.21.2-r1)
(71/138) Installing libcurl (8.5.0-r1)
(72/138) Installing cargo (1.72.1-r0)
(73/138) Installing libexpat (2.5.0-r2)
(74/138) Installing pcre2 (10.42-r2)
(75/138) Installing git (2.43.0-r0)
(76/138) Installing libxau (1.0.11-r3)
(77/138) Installing xorgproto (2023.2-r0)
(78/138) Installing libxau-dev (1.0.11-r3)
(79/138) Installing libbz2 (1.0.8-r6)
(80/138) Installing gdbm (1.23-r1)
(81/138) Installing mpdecimal (2.5.1-r2)
(82/138) Installing ncurses-terminfo-base (6.4_p20231125-r0)
(83/138) Installing libncursesw (6.4_p20231125-r0)
(84/138) Installing libpanelw (6.4_p20231125-r0)
(85/138) Installing readline (8.2.7-r0)
(86/138) Installing sqlite-libs (3.44.2-r0)
(87/138) Installing python3 (3.11.6-r1)
(88/138) Installing python3-pycache-pyc0 (3.11.6-r1)
(89/138) Installing pyc (3.11.6-r1)
(90/138) Installing xcb-proto-pyc (1.16.0-r0)
(91/138) Installing python3-pyc (3.11.6-r1)
(92/138) Installing xcb-proto (1.16.0-r0)
(93/138) Installing libmd (1.1.0-r0)
(94/138) Installing libbsd (0.11.8-r0)
(95/138) Installing libxdmcp (1.1.4-r3)
(96/138) Installing libxcb (1.16-r0)
(97/138) Installing libxdmcp-dev (1.1.4-r3)
(98/138) Installing libxcb-dev (1.16-r0)
(99/138) Installing xtrans (1.5.0-r0)
(100/138) Installing libx11 (1.8.7-r0)
(101/138) Installing libx11-dev (1.8.7-r0)
(102/138) Installing libxext (1.3.5-r3)
(103/138) Installing libxi (1.8.1-r2)
(104/138) Installing libxext-dev (1.3.5-r3)
(105/138) Installing libxfixes (6.0.1-r3)
(106/138) Installing libxfixes-dev (6.0.1-r3)
(107/138) Installing libxi-dev (1.8.1-r2)
(108/138) Installing linux-headers (6.6-r0)
(109/138) Installing hwdata-pci (0.378-r0)
(110/138) Installing libpciaccess (0.17-r2)
(111/138) Installing libdrm (2.4.119-r0)
(112/138) Installing libpciaccess-dev (0.17-r2)
(113/138) Installing libdrm-dev (2.4.119-r0)
(114/138) Installing libxdamage (1.1.6-r4)
(115/138) Installing libxdamage-dev (1.1.6-r4)
(116/138) Installing libxshmfence (1.3.2-r5)
(117/138) Installing libxshmfence-dev (1.3.2-r5)
(118/138) Installing mesa (23.3.3-r0)
(119/138) Installing wayland-libs-server (1.22.0-r4)
(120/138) Installing mesa-gbm (23.3.3-r0)
(121/138) Installing mesa-glapi (23.3.3-r0)
(122/138) Installing wayland-libs-client (1.22.0-r4)
(123/138) Installing mesa-egl (23.3.3-r0)
(124/138) Installing libxxf86vm (1.1.5-r5)
(125/138) Installing mesa-gl (23.3.3-r0)
(126/138) Installing mesa-gles (23.3.3-r0)
(127/138) Installing llvm17-libs (17.0.6-r0)
(128/138) Installing mesa-osmesa (23.3.3-r0)
(129/138) Installing clang17-headers (17.0.6-r0)
(130/138) Installing libclc (17.0.6-r0)
(131/138) Installing spirv-llvm-translator-libs (17.0.0-r0)
(132/138) Installing spirv-tools (1.3.261.1-r0)
(133/138) Installing clang17-libs (17.0.6-r0)
(134/138) Installing libelf (0.190-r1)
(135/138) Installing mesa-rusticl (23.3.3-r0)
(136/138) Installing mesa-xatracker (23.3.3-r0)
(137/138) Installing libxxf86vm-dev (1.1.5-r5)
(138/138) Installing mesa-dev (23.3.3-r0)
Executing busybox-1.36.1-r18.trigger
Executing ca-certificates-20230506-r1.trigger
OK: 1424 MiB in 138 packages
>>> suitsquad: Fetching suitsquad-0.tar.gz::https://codeberg.org/comcloudway/suitsquad/archive/stable.tar.gz
>>> suitsquad: Checking sha512sums...
suitsquad-0.tar.gz: OK
fix-icon.patch: OK
fix-musl.patch: OK
>>> suitsquad: Unpacking /var/cache/distfiles/suitsquad-0.tar.gz...
>>> suitsquad: fix-icon.patch
patching file src/main.rs
>>> suitsquad: fix-musl.patch
patching file Cargo.toml
Updating git repository `https://github.com/comcloudway/getrandom`
Updating git repository `https://github.com/rust-lang/libc`
Updating git repository `https://github.com/sonicrules1234/miniquad`
Updating crates.io index
Updating git repository `https://github.com/not-fl3/egui-miniquad`
warning: Patch `getrandom v0.2.10 (https://github.com/comcloudway/getrandom#2e483d68)` was not used in the crate graph.
Patch `libc v0.2.151 (https://github.com/rust-lang/libc#8cbf7566)` was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run `cargo update` to use the new
version. This may also occur with an optional dependency that is not enabled.
Downloading crates ...
Downloaded byteorder v1.4.3
Downloaded crc32fast v1.3.2
Downloaded color_quant v1.1.0
Downloaded deflate v0.8.6
Downloaded windows-sys v0.36.1
Downloaded epaint v0.18.1
Downloaded num-iter v0.1.43
Downloaded num-integer v0.1.45
Downloaded num-rational v0.3.2
Downloaded autocfg v1.1.0
Downloaded num-traits v0.2.15
Downloaded ahash v0.7.6
Downloaded atomic_refcell v0.1.8
Downloaded emath v0.18.0
Downloaded scopeguard v1.1.0
Downloaded lock_api v0.4.7
Downloaded redox_syscall v0.2.13
Downloaded smallvec v1.8.0
Downloaded windows_aarch64_msvc v0.36.1
Downloaded windows_i686_gnu v0.36.1
Downloaded windows_i686_msvc v0.36.1
Downloaded windows_x86_64_gnu v0.36.1
Downloaded windows_x86_64_msvc v0.36.1
Downloaded parking_lot_core v0.9.3
Downloaded parking_lot v0.12.0
Downloaded nohash-hasher v0.2.0
Downloaded egui v0.18.1
Downloaded js-sys v0.3.57
Downloaded bumpalo v3.9.1
Downloaded wasm-bindgen-backend v0.2.80
Downloaded wasm-bindgen-shared v0.2.80
Downloaded wasm-bindgen-macro-support v0.2.80
Downloaded wasm-bindgen-macro v0.2.80
Downloaded wasm-bindgen v0.2.80
Downloaded web-sys v0.3.57
Downloaded widestring v0.4.3
Downloaded webbrowser v0.5.5
Downloaded quad-url v0.1.1
Downloaded bytemuck_derive v1.1.0
Downloaded bytemuck v1.9.1
Downloaded winapi-i686-pc-windows-gnu v0.4.0
Downloaded winapi-x86_64-pc-windows-gnu v0.4.0
Downloaded adler32 v1.2.0
Downloaded miniz_oxide v0.3.7
Downloaded png v0.16.8
Downloaded image v0.23.14
Downloaded sapp-darwin v0.1.8
Downloaded sapp-dummy v0.1.5
Downloaded cc v1.0.73
Downloaded sapp-ios v0.1.2
Downloaded sapp-linux v0.1.14
Downloaded sapp-wasm v0.1.26
Downloaded sapp-windows v0.2.20
Downloaded miniquad v0.3.0-alpha.46
Downloaded ndk v0.3.0
Downloaded libc v0.2.125
Downloaded cfg-if v1.0.0
Downloaded log v0.4.17
Downloaded bitflags v1.3.2
Downloaded num_enum_derive v0.5.7
Downloaded num_enum v0.5.7
Downloaded ndk v0.6.0
Downloaded ndk-context v0.1.1
Downloaded fnv v1.0.7
Downloaded ident_case v1.0.1
Downloaded strsim v0.10.0
Downloaded darling_core v0.13.4
Downloaded darling_macro v0.13.4
Downloaded darling v0.13.4
Downloaded thiserror-impl v1.0.31
Downloaded thiserror v1.0.31
Downloaded toml v0.5.9
Downloaded proc-macro-crate v1.1.3
Downloaded ndk-macro v0.3.0
Downloaded jni-sys v0.3.0
Downloaded ndk-sys v0.3.0
Downloaded ndk-glue v0.6.2
Downloaded ndk-sys v0.2.2
Downloaded ansi_term v0.11.0
Downloaded ctor v0.1.22
Downloaded difference v2.0.0
Downloaded winapi v0.3.9
Downloaded output_vt100 v0.1.3
Downloaded pretty_assertions v0.6.1
Downloaded quad-rand v0.2.1
Downloaded lazy_static v1.4.0
Downloaded nanoserde-derive v0.1.18
Downloaded nanoserde v0.1.29
Downloaded sapp-jsutils v0.1.5
Downloaded quad-storage-sys v0.1.0
Downloaded quad-storage v0.1.3
Downloaded itoa v1.0.1
Downloaded ryu v1.0.9
Downloaded proc-macro2 v1.0.38
Downloaded quote v1.0.18
Downloaded unicode-xid v0.2.3
Downloaded syn v1.0.93
Downloaded serde_derive v1.0.137
Downloaded serde v1.0.137
Downloaded lazy-bytes-cast v5.0.1
Downloaded clipboard-win v3.1.1
Downloaded block v0.1.6
Downloaded objc-foundation v0.1.1
Downloaded malloc_buf v0.0.6
Downloaded objc v0.2.7
Downloaded objc_id v0.1.1
Downloaded memmap2 v0.3.1
Downloaded minimal-lexical v0.2.1
Downloaded nom v7.1.1
Downloaded xcursor v0.3.4
Downloaded wayland-cursor v0.29.4
Downloaded wayland-protocols v0.29.4
Downloaded smithay-client-toolkit v0.15.4
Downloaded downcast-rs v1.2.0
Downloaded scoped-tls v1.0.0
Downloaded memoffset v0.6.5
Downloaded nix v0.22.3
Downloaded wayland-commons v0.29.4
Downloaded xml-rs v0.8.4
Downloaded wayland-scanner v0.29.4
Downloaded libloading v0.7.3
Downloaded dlib v0.5.0
Downloaded pkg-config v0.3.25
Downloaded wayland-sys v0.29.4
Downloaded wayland-client v0.29.4
Downloaded smithay-clipboard v0.6.5
Downloaded memchr v2.5.0
Downloaded quick-xml v0.22.0
Downloaded xcb v0.10.1
Downloaded x11-clipboard v0.5.3
Downloaded copypasta v0.7.1
Downloaded ab_glyph_rasterizer v0.1.5
Downloaded ttf-parser v0.15.0
Downloaded owned_ttf_parser v0.15.0
Downloaded ab_glyph v0.2.15
Downloaded wasi v0.10.2+wasi-snapshot-preview1
Downloaded getrandom v0.2.6
Downloaded once_cell v1.10.0
Downloaded serde_json v1.0.81
Downloaded version_check v0.9.4
Updating git repository `https://github.com/rust-lang/libc`
Updating crates.io index
warning: Patch `getrandom v0.2.10 (https://github.com/comcloudway/getrandom#2e483d68)` was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run `cargo update` to use the new
version. This may also occur with an optional dependency that is not enabled.
Removing libc v0.2.125
Adding libc v0.2.151 (https://github.com/rust-lang/libc#8cbf7566)
warning: Patch `getrandom v0.2.10 (https://github.com/comcloudway/getrandom#2e483d68)` was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run `cargo update` to use the new
version. This may also occur with an optional dependency that is not enabled.
Compiling autocfg v1.1.0
Compiling proc-macro2 v1.0.38
Compiling unicode-xid v0.2.3
Compiling syn v1.0.93
Compiling libc v0.2.151 (https://github.com/rust-lang/libc#8cbf7566)
Compiling quote v1.0.18
Compiling cfg-if v1.0.0
Compiling lock_api v0.4.7
Compiling num-traits v0.2.15
Compiling parking_lot_core v0.9.3
Compiling version_check v0.9.4
Compiling ahash v0.7.6
Compiling num-integer v0.1.45
Compiling bytemuck_derive v1.1.0
Compiling scopeguard v1.1.0
Compiling smallvec v1.8.0
Compiling ttf-parser v0.15.0
Compiling bytemuck v1.9.1
Compiling owned_ttf_parser v0.15.0
Compiling getrandom v0.2.6
Compiling crc32fast v1.3.2
Compiling serde_derive v1.0.137
Compiling adler32 v1.2.0
Compiling sapp-linux v0.1.14
Compiling once_cell v1.10.0
Compiling ab_glyph_rasterizer v0.1.5
Compiling ab_glyph v0.2.15
Compiling parking_lot v0.12.0
Compiling emath v0.18.0
Compiling num-rational v0.3.2
Compiling num-iter v0.1.43
Compiling byteorder v1.4.3
Compiling nohash-hasher v0.2.0
Compiling serde v1.0.137
Compiling deflate v0.8.6
Compiling epaint v0.18.1
Compiling miniz_oxide v0.3.7
Compiling webbrowser v0.5.5
Compiling serde_json v1.0.81
Compiling bitflags v1.3.2
Compiling nanoserde-derive v0.1.18
Compiling png v0.16.8
Compiling nanoserde v0.1.29
Compiling quad-url v0.1.1
Compiling miniquad v0.3.0-alpha.46
Compiling egui v0.18.1
Compiling color_quant v1.1.0
Compiling ryu v1.0.9
Compiling itoa v1.0.1
Compiling lazy_static v1.4.0
Compiling quad-storage v0.1.3
Compiling egui-miniquad v0.11.0 (https://github.com/not-fl3/egui-miniquad#eb15b9b0)
Compiling image v0.23.14
Compiling quad-rand v0.2.1
Compiling suitsquad v0.2.0 (/home/build/ccw-aports/testing/suitsquad/src/suitsquad)
warning: variant `Stock` is never constructed
--> src/game/mod.rs:21:5
|
19 | pub enum Slot {
| ---- variant in this enum
20 | Waste,
21 | Stock,
| ^^^^^
|
= note: `Slot` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
warning: `suitsquad` (bin "suitsquad") generated 1 warning
Finished release [optimized] target(s) in 16m 43s
warning: the following packages contain code that will be rejected by a future version of Rust: nanoserde-derive v0.1.18
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
warning: Patch `getrandom v0.2.10 (https://github.com/comcloudway/getrandom#2e483d68)` was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run `cargo update` to use the new
version. This may also occur with an optional dependency that is not enabled.
Compiling autocfg v1.1.0
Compiling proc-macro2 v1.0.38
Compiling unicode-xid v0.2.3
Compiling syn v1.0.93
Compiling libc v0.2.151 (https://github.com/rust-lang/libc#8cbf7566)
Compiling quote v1.0.18
Compiling cfg-if v1.0.0
Compiling lock_api v0.4.7
Compiling num-traits v0.2.15
Compiling parking_lot_core v0.9.3
Compiling version_check v0.9.4
Compiling ahash v0.7.6
Compiling num-integer v0.1.45
Compiling scopeguard v1.1.0
Compiling bytemuck_derive v1.1.0
Compiling ttf-parser v0.15.0
Compiling bytemuck v1.9.1
Compiling smallvec v1.8.0
Compiling owned_ttf_parser v0.15.0
Compiling getrandom v0.2.6
Compiling serde_derive v1.0.137
Compiling adler32 v1.2.0
Compiling once_cell v1.10.0
Compiling crc32fast v1.3.2
Compiling ab_glyph_rasterizer v0.1.5
Compiling sapp-linux v0.1.14
Compiling ab_glyph v0.2.15
Compiling parking_lot v0.12.0
Compiling emath v0.18.0
Compiling num-iter v0.1.43
Compiling num-rational v0.3.2
Compiling nohash-hasher v0.2.0
Compiling serde v1.0.137
Compiling byteorder v1.4.3
Compiling deflate v0.8.6
Compiling epaint v0.18.1
Compiling miniz_oxide v0.3.7
Compiling bitflags v1.3.2
Compiling nanoserde-derive v0.1.18
Compiling serde_json v1.0.81
Compiling webbrowser v0.5.5
Compiling quad-url v0.1.1
Compiling nanoserde v0.1.29
Compiling png v0.16.8
Compiling miniquad v0.3.0-alpha.46
Compiling egui v0.18.1
Compiling ryu v1.0.9
Compiling itoa v1.0.1
Compiling ansi_term v0.11.0
Compiling difference v2.0.0
Compiling color_quant v1.1.0
Compiling lazy_static v1.4.0
Compiling quad-storage v0.1.3
Compiling image v0.23.14
Compiling pretty_assertions v0.6.1
Compiling egui-miniquad v0.11.0 (https://github.com/not-fl3/egui-miniquad#eb15b9b0)
Compiling quad-rand v0.2.1
Compiling suitsquad v0.2.0 (/home/build/ccw-aports/testing/suitsquad/src/suitsquad)
warning: variant `Stock` is never constructed
--> src/game/mod.rs:21:5
|
19 | pub enum Slot {
| ---- variant in this enum
20 | Waste,
21 | Stock,
| ^^^^^
|
= note: `Slot` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
warning: `suitsquad` (bin "suitsquad" test) generated 1 warning
Finished test [unoptimized + debuginfo] target(s) in 11m 27s
warning: the following packages contain code that will be rejected by a future version of Rust: nanoserde-derive v0.1.18
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
Running unittests src/main.rs (target/debug/deps/suitsquad-311af5020d460258)
running 0 tests
test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
>>> suitsquad: Entering fakeroot...
Installing suitsquad v0.2.0 (/home/build/ccw-aports/testing/suitsquad/src/suitsquad)
warning: Patch `getrandom v0.2.10 (https://github.com/comcloudway/getrandom#2e483d68)` was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run `cargo update` to use the new
version. This may also occur with an optional dependency that is not enabled.
warning: package `ahash v0.7.6` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
warning: Patch `getrandom v0.2.10 (https://github.com/comcloudway/getrandom#2e483d68)` was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run `cargo update` to use the new
version. This may also occur with an optional dependency that is not enabled.
Compiling autocfg v1.1.0
Compiling proc-macro2 v1.0.38
Compiling unicode-xid v0.2.3
Compiling syn v1.0.93
Compiling libc v0.2.151 (https://github.com/rust-lang/libc#8cbf7566)
Compiling quote v1.0.18
Compiling cfg-if v1.0.0
Compiling lock_api v0.4.7
Compiling num-traits v0.2.15
Compiling version_check v0.9.4
Compiling parking_lot_core v0.9.3
Compiling ahash v0.7.6
Compiling num-integer v0.1.45
Compiling ttf-parser v0.15.0
Compiling bytemuck_derive v1.1.0
Compiling bytemuck v1.9.1
Compiling smallvec v1.8.0
Compiling scopeguard v1.1.0
Compiling owned_ttf_parser v0.15.0
Compiling getrandom v0.2.6
Compiling once_cell v1.10.0
Compiling ab_glyph_rasterizer v0.1.5
Compiling serde_derive v1.0.137
Compiling adler32 v1.2.0
Compiling sapp-linux v0.1.14
Compiling crc32fast v1.3.2
Compiling ab_glyph v0.2.15
Compiling parking_lot v0.12.0
Compiling emath v0.18.0
Compiling num-iter v0.1.43
Compiling num-rational v0.3.2
Compiling nohash-hasher v0.2.0
Compiling serde v1.0.137
Compiling byteorder v1.4.3
Compiling epaint v0.18.1
Compiling deflate v0.8.6
Compiling miniz_oxide v0.3.7
Compiling serde_json v1.0.81
Compiling webbrowser v0.5.5
Compiling nanoserde-derive v0.1.18
Compiling bitflags v1.3.2
Compiling png v0.16.8
Compiling nanoserde v0.1.29
Compiling quad-url v0.1.1
Compiling miniquad v0.3.0-alpha.46
Compiling egui v0.18.1
Compiling ryu v1.0.9
Compiling lazy_static v1.4.0
Compiling itoa v1.0.1
Compiling color_quant v1.1.0
Compiling image v0.23.14
Compiling egui-miniquad v0.11.0 (https://github.com/not-fl3/egui-miniquad#eb15b9b0)
Compiling quad-storage v0.1.3
Compiling quad-rand v0.2.1
Compiling suitsquad v0.2.0 (/home/build/ccw-aports/testing/suitsquad/src/suitsquad)
warning: variant `Stock` is never constructed
--> src/game/mod.rs:21:5
|
19 | pub enum Slot {
| ---- variant in this enum
20 | Waste,
21 | Stock,
| ^^^^^
|
= note: `Slot` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
warning: `suitsquad` (bin "suitsquad") generated 1 warning
Finished release [optimized] target(s) in 16m 26s
warning: the following packages contain code that will be rejected by a future version of Rust: nanoserde-derive v0.1.18
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
Installing /home/build/ccw-aports/testing/suitsquad/pkg/suitsquad/usr/bin/suitsquad
Installed package `suitsquad v0.2.0 (/home/build/ccw-aports/testing/suitsquad/src/suitsquad)` (executable `suitsquad`)
warning: be sure to add `/home/build/ccw-aports/testing/suitsquad/pkg/suitsquad/usr/bin` to your PATH to be able to run the installed binaries
>>> suitsquad*: Running postcheck for suitsquad
>>> suitsquad*: Preparing package suitsquad...
>>> suitsquad*: Stripping binaries
>>> suitsquad*: Scanning shared objects
>>> suitsquad*: Tracing dependencies...
so:libGL.so.1
so:libX11.so.6
so:libXi.so.6
so:libc.musl-x86_64.so.1
so:libgcc_s.so.1
>>> suitsquad*: Package size: 2.4 MB
>>> suitsquad*: Compressing data...
>>> suitsquad*: Create checksum...
Could not open file or uri for loading private key from /home/build/.abuild/.rsa: No such file or directory
>>> ERROR: failed to sign /home/build/ccw-aports/testing/suitsquad/pkg/.control.suitsquad/control.tar.gz
>>> ERROR: suitsquad*: create_apks failed
>>> ERROR: suitsquad: rootpkg failed
>>> ERROR: suitsquad: rootbld failed
>>> suitsquad: Cleaning up build chroot
thread 'main' panicked at 'Failed to build suitsquad', src/cmds/build.rs:67:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
|