~emersion/#1481787

success

Temporarily switch share_handler_android to fork

3fc5bc2552 — Simon Ser

Owner
~emersion
Created
12 days ago
Updated
12 days ago
Build manifest
view manifest »

Artifacts

app-release.apk 26.4 MiB download »
Build artifacts are pruned after 90 days.

Tasks

view log »
flutter view log »
configure view log »
analyze view log »
build view log »
deploy view log »
go to bottom »
go to top »
setup
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
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
[#1481787] 2025/05/01 14:48:51 Booting image archlinux (default) on port 22192
[#1481787] 2025/05/01 14:48:51 Waiting for guest to settle
[#1481787] 2025/05/01 14:49:00 Sending tasks
[#1481787] 2025/05/01 14:49:02 Sending build environment
[#1481787] 2025/05/01 14:49:03 Sending secrets
[#1481787] 2025/05/01 14:49:03 Resolving secret fa5c1c68-d266-4770-bfc3-a4068b1676a0
[#1481787] 2025/05/01 14:49:03 Resolving secret 6d21b97d-cd64-4490-b325-acf8b05a542f
[#1481787] 2025/05/01 14:49:04 Resolving secret 431b0b53-2af2-441b-b879-86c5913bab4d
[#1481787] 2025/05/01 14:49:05 Resolving secret 4e454305-057f-44c3-9a4e-eeb74d54545b
[#1481787] 2025/05/01 14:49:05 Resolving secret a76ea4e0-b264-4b32-b701-7cadf78b3230
[#1481787] 2025/05/01 14:49:06 Installing packages
Warning: Permanently added '[localhost]:22192' (ED25519) to the list of known hosts.
:: Synchronizing package databases...
 core downloading...
 extra downloading...
 multilib downloading...
resolving dependencies...
looking for conflicting packages...

Packages (1) archlinux-keyring-20250430.1-1

Total Download Size:   1.18 MiB
Total Installed Size:  1.68 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 archlinux-keyring-20250430.1-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
upgrading archlinux-keyring...
==> Appending keys from archlinux.gpg...
==> Disabling revoked keys in keyring...
  -> Disabled 1 key.
==> Updating trust database...
gpg: Note: third-party key signatures using the SHA1 algorithm are rejected
gpg: (use option "--allow-weak-key-signatures" to override)
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   5  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1  valid:   5  signed: 102  trust: 0-, 0q, 0n, 5m, 0f, 0u
gpg: depth: 2  valid:  78  signed:  20  trust: 78-, 0q, 0n, 0m, 0f, 0u
gpg: next trustdb check due at 2025-07-01
:: Running post-transaction hooks...
(1/3) Reloading system manager configuration...
(2/3) Restarting marked services...
(3/3) Arming ConditionNeedsUpdate...
Warning: Permanently added '[localhost]:22192' (ED25519) to the list of known hosts.
linux: ignoring package upgrade (6.14.4.arch1-1 => 6.14.4.arch1-2)
Resolving dependencies...
Checking package conflicts...
installing core/glibc (2.41+r47+g046b33800c3e-1 -> 2.41+r48+g5cb575ca9a3d-1)
installing core/gcc-libs (14.2.1+r753+g1cd744a6828f-1 -> 15.1.1+r7+gf36ec88aa85a-1)
installing core/libelf (0.192-4 -> 0.193-2)
installing core/binutils (2.44-1 -> 2.44+r94+gfe459e33c676-1)
installing core/gcc (14.2.1+r753+g1cd744a6828f-1 -> 15.1.1+r7+gf36ec88aa85a-1)
installing core/libxml2 (2.13.8-1 -> 2.14.2-2)
installing core/gettext (0.24-1 -> 0.24-3)
installing core/libarchive (3.7.9-1 -> 3.7.9-2)
installing extra/libsysprof-capture (48.0-4 -> 48.0-5)
installing core/libtool (2.5.4+r1+gbaa1fe41-3 -> 2.5.4+r23+g5b582aed-1)

Download Size:    112.21 M
Installed Size:   465.58 M
Size Delta:        10.66 M
Downloading packages...
(1/1) gcc-15.1.1+r7+gf36ec88aa85a-1-x86_64.pkg.tar.zst (0)
gettext-0.24-3-x86_64.pkg.tar.zst (2428832/2428832) 100%
(2/5) gcc-libs-15.1.1+r7+gf36ec88aa85a-1-x86_64.pkg.tar.zst (2440524/37645039) 6%
gettext-0.24-3-x86_64.pkg.tar.zst.sig (310/310) 100%
(3/4) glibc-2.41+r48+g5cb575ca9a3d-1-x86_64.pkg.tar.zst (4209234/10452160) 40%
libxml2-2.14.2-2-x86_64.pkg.tar.zst (805810/805810) 100%
(4/5) binutils-2.44+r94+gfe459e33c676-1-x86_64.pkg.tar.zst (6969938/8060797) 86%
binutils-2.44+r94+gfe459e33c676-1-x86_64.pkg.tar.zst (8060797/8060797) 100%
(5/5) binutils-2.44+r94+gfe459e33c676-1-x86_64.pkg.tar.zst.sig (0)
libxml2-2.14.2-2-x86_64.pkg.tar.zst.sig (119/119) 100%
(1/4) gcc-15.1.1+r7+gf36ec88aa85a-1-x86_64.pkg.tar.zst (10811983/56596007) 19%
glibc-2.41+r48+g5cb575ca9a3d-1-x86_64.pkg.tar.zst (10452160/10452160) 100%
(2/5) gcc-libs-15.1.1+r7+gf36ec88aa85a-1-x86_64.pkg.tar.zst (10664526/37645039) 28%
binutils-2.44+r94+gfe459e33c676-1-x86_64.pkg.tar.zst.sig (215/215) 100%
(3/4) libelf-0.193-2-x86_64.pkg.tar.zst (343376/629513) 54%
glibc-2.41+r48+g5cb575ca9a3d-1-x86_64.pkg.tar.zst.sig (215/215) 100%
(1/3) gcc-15.1.1+r7+gf36ec88aa85a-1-x86_64.pkg.tar.zst (13974095/56596007) 24%
libelf-0.193-2-x86_64.pkg.tar.zst (629513/629513) 100%
(2/5) gcc-libs-15.1.1+r7+gf36ec88aa85a-1-x86_64.pkg.tar.zst (14023246/37645039) 37%
libtool-2.5.4+r23+g5b582aed-1-x86_64.pkg.tar.zst (434087/434087) 100%
(3/5) libarchive-3.7.9-2-x86_64.pkg.tar.zst (563764/563764) 100%
libarchive-3.7.9-2-x86_64.pkg.tar.zst (563764/563764) 100%
(4/5) libtool-2.5.4+r23+g5b582aed-1-x86_64.pkg.tar.zst.sig (0)
libelf-0.193-2-x86_64.pkg.tar.zst.sig (215/215) 100%
(1/4) gcc-15.1.1+r7+gf36ec88aa85a-1-x86_64.pkg.tar.zst (20445775/56596007) 36%
libarchive-3.7.9-2-x86_64.pkg.tar.zst.sig (119/119) 100%
(2/4) gcc-libs-15.1.1+r7+gf36ec88aa85a-1-x86_64.pkg.tar.zst (22526542/37645039) 59%
libtool-2.5.4+r23+g5b582aed-1-x86_64.pkg.tar.zst.sig (215/215) 100%
(3/3) libsysprof-capture-48.0-5-x86_64.pkg.tar.zst (0)
libsysprof-capture-48.0-5-x86_64.pkg.tar.zst (50528/50528) 100%
(1/3) gcc-15.1.1+r7+gf36ec88aa85a-1-x86_64.pkg.tar.zst (25655887/56596007) 45%
libsysprof-capture-48.0-5-x86_64.pkg.tar.zst.sig (215/215) 100%
(2/2) gcc-libs-15.1.1+r7+gf36ec88aa85a-1-x86_64.pkg.tar.zst (30276174/37645039) 80%
gcc-libs-15.1.1+r7+gf36ec88aa85a-1-x86_64.pkg.tar.zst (37645039/37645039) 100%
(1/2) gcc-15.1.1+r7+gf36ec88aa85a-1-x86_64.pkg.tar.zst (41728591/56596007) 73%
gcc-libs-15.1.1+r7+gf36ec88aa85a-1-x86_64.pkg.tar.zst.sig (215/215) 100%
(1/1) gcc-15.1.1+r7+gf36ec88aa85a-1-x86_64.pkg.tar.zst (43809359/56596007) 77%
gcc-15.1.1+r7+gf36ec88aa85a-1-x86_64.pkg.tar.zst (56596007/56596007) 100%
(1/1) gcc-15.1.1+r7+gf36ec88aa85a-1-x86_64.pkg.tar.zst.sig (0)
gcc-15.1.1+r7+gf36ec88aa85a-1-x86_64.pkg.tar.zst.sig (215/215) 100%
checking keys in keyring (0/10) 0%
checking keys in keyring (1/10) 10%
checking keys in keyring (2/10) 20%
checking keys in keyring (3/10) 30%
checking keys in keyring (4/10) 40%
checking keys in keyring (5/10) 50%
checking keys in keyring (6/10) 60%
checking keys in keyring (7/10) 70%
checking keys in keyring (8/10) 80%
checking keys in keyring (9/10) 90%
checking keys in keyring (10/10) 100%
checking package integrity (0/10) 0%
checking package integrity (1/10) 8%
checking package integrity (2/10) 40%
checking package integrity (3/10) 41%
checking package integrity (4/10) 48%
checking package integrity (5/10) 96%
checking package integrity (6/10) 97%
checking package integrity (7/10) 99%
checking package integrity (10/10) 100%
loading package files (0/10) 0%
loading package files (1/10) 8%
loading package files (2/10) 40%
loading package files (3/10) 41%
loading package files (4/10) 48%
loading package files (5/10) 96%
loading package files (6/10) 97%
loading package files (7/10) 99%
loading package files (10/10) 100%
checking for file conflicts (0/10) 0%
checking for file conflicts (1/10) 10%
checking for file conflicts (2/10) 20%
checking for file conflicts (3/10) 30%
checking for file conflicts (4/10) 40%
checking for file conflicts (5/10) 50%
checking for file conflicts (6/10) 60%
checking for file conflicts (7/10) 70%
checking for file conflicts (8/10) 80%
checking for file conflicts (9/10) 90%
checking for file conflicts (10/10) 100%
Starting transaction...
upgrading glibc (1/10) 0%
upgrading glibc (1/10) 1%
upgrading glibc (1/10) 5%
upgrading glibc (1/10) 6%
upgrading glibc (1/10) 7%
upgrading glibc (1/10) 8%
upgrading glibc (1/10) 9%
upgrading glibc (1/10) 10%
upgrading glibc (1/10) 11%
upgrading glibc (1/10) 12%
upgrading glibc (1/10) 13%
upgrading glibc (1/10) 14%
upgrading glibc (1/10) 15%
upgrading glibc (1/10) 16%
upgrading glibc (1/10) 17%
upgrading glibc (1/10) 18%
upgrading glibc (1/10) 19%
upgrading glibc (1/10) 21%
upgrading glibc (1/10) 22%
upgrading glibc (1/10) 23%
upgrading glibc (1/10) 30%
upgrading glibc (1/10) 33%
upgrading glibc (1/10) 37%
upgrading glibc (1/10) 38%
upgrading glibc (1/10) 41%
upgrading glibc (1/10) 42%
upgrading glibc (1/10) 43%
upgrading glibc (1/10) 44%
upgrading glibc (1/10) 45%
upgrading glibc (1/10) 46%
upgrading glibc (1/10) 47%
upgrading glibc (1/10) 48%
upgrading glibc (1/10) 49%
upgrading glibc (1/10) 53%
upgrading glibc (1/10) 57%
upgrading glibc (1/10) 58%
upgrading glibc (1/10) 59%
upgrading glibc (1/10) 60%
upgrading glibc (1/10) 61%
upgrading glibc (1/10) 62%
upgrading glibc (1/10) 64%
upgrading glibc (1/10) 67%
upgrading glibc (1/10) 68%
upgrading glibc (1/10) 74%
upgrading glibc (1/10) 78%
upgrading glibc (1/10) 79%
upgrading glibc (1/10) 80%
upgrading glibc (1/10) 81%
upgrading glibc (1/10) 82%
upgrading glibc (1/10) 83%
upgrading glibc (1/10) 84%
upgrading glibc (1/10) 85%
upgrading glibc (1/10) 86%
upgrading glibc (1/10) 87%
upgrading glibc (1/10) 88%
upgrading glibc (1/10) 89%
upgrading glibc (1/10) 90%
upgrading glibc (1/10) 91%
upgrading glibc (1/10) 92%
upgrading glibc (1/10) 93%
upgrading glibc (1/10) 94%
upgrading glibc (1/10) 95%
upgrading glibc (1/10) 96%
upgrading glibc (1/10) 97%
upgrading glibc (1/10) 98%
upgrading glibc (1/10) 99%
upgrading glibc (1/10) 100%
Generating locales...
  en_US.UTF-8... done
Generation complete.
upgrading gcc-libs (2/10) 0%
upgrading gcc-libs (2/10) 8%
upgrading gcc-libs (2/10) 9%
upgrading gcc-libs (2/10) 12%
upgrading gcc-libs (2/10) 18%
upgrading gcc-libs (2/10) 55%
upgrading gcc-libs (2/10) 56%
upgrading gcc-libs (2/10) 71%
upgrading gcc-libs (2/10) 75%
upgrading gcc-libs (2/10) 76%
upgrading gcc-libs (2/10) 92%
upgrading gcc-libs (2/10) 98%
upgrading gcc-libs (2/10) 99%
upgrading gcc-libs (2/10) 100%
upgrading libelf (3/10) 0%
upgrading libelf (3/10) 5%
upgrading libelf (3/10) 8%
upgrading libelf (3/10) 12%
upgrading libelf (3/10) 19%
upgrading libelf (3/10) 53%
upgrading libelf (3/10) 87%
upgrading libelf (3/10) 89%
upgrading libelf (3/10) 95%
upgrading libelf (3/10) 99%
upgrading libelf (3/10) 100%
upgrading binutils (4/10) 0%
upgrading binutils (4/10) 4%
upgrading binutils (4/10) 7%
upgrading binutils (4/10) 8%
upgrading binutils (4/10) 10%
upgrading binutils (4/10) 11%
upgrading binutils (4/10) 13%
upgrading binutils (4/10) 20%
upgrading binutils (4/10) 21%
upgrading binutils (4/10) 22%
upgrading binutils (4/10) 23%
upgrading binutils (4/10) 26%
upgrading binutils (4/10) 27%
upgrading binutils (4/10) 29%
upgrading binutils (4/10) 35%
upgrading binutils (4/10) 39%
upgrading binutils (4/10) 40%
upgrading binutils (4/10) 41%
upgrading binutils (4/10) 42%
upgrading binutils (4/10) 51%
upgrading binutils (4/10) 56%
upgrading binutils (4/10) 57%
upgrading binutils (4/10) 58%
upgrading binutils (4/10) 59%
upgrading binutils (4/10) 63%
upgrading binutils (4/10) 64%
upgrading binutils (4/10) 65%
upgrading binutils (4/10) 67%
upgrading binutils (4/10) 68%
upgrading binutils (4/10) 69%
upgrading binutils (4/10) 70%
upgrading binutils (4/10) 71%
upgrading binutils (4/10) 73%
upgrading binutils (4/10) 74%
upgrading binutils (4/10) 75%
upgrading binutils (4/10) 76%
upgrading binutils (4/10) 77%
upgrading binutils (4/10) 78%
upgrading binutils (4/10) 79%
upgrading binutils (4/10) 80%
upgrading binutils (4/10) 81%
upgrading binutils (4/10) 82%
upgrading binutils (4/10) 83%
upgrading binutils (4/10) 84%
upgrading binutils (4/10) 85%
upgrading binutils (4/10) 86%
upgrading binutils (4/10) 88%
upgrading binutils (4/10) 89%
upgrading binutils (4/10) 90%
upgrading binutils (4/10) 91%
upgrading binutils (4/10) 92%
upgrading binutils (4/10) 93%
upgrading binutils (4/10) 94%
upgrading binutils (4/10) 95%
upgrading binutils (4/10) 96%
upgrading binutils (4/10) 97%
upgrading binutils (4/10) 99%
upgrading binutils (4/10) 100%
upgrading gcc (5/10) 0%
upgrading gcc (5/10) 1%
upgrading gcc (5/10) 2%
upgrading gcc (5/10) 3%
upgrading gcc (5/10) 4%
upgrading gcc (5/10) 6%
upgrading gcc (5/10) 30%
upgrading gcc (5/10) 56%
upgrading gcc (5/10) 57%
upgrading gcc (5/10) 59%
upgrading gcc (5/10) 60%
upgrading gcc (5/10) 83%
upgrading gcc (5/10) 84%
upgrading gcc (5/10) 85%
upgrading gcc (5/10) 86%
upgrading gcc (5/10) 87%
upgrading gcc (5/10) 88%
upgrading gcc (5/10) 89%
upgrading gcc (5/10) 90%
upgrading gcc (5/10) 91%
upgrading gcc (5/10) 93%
upgrading gcc (5/10) 94%
upgrading gcc (5/10) 95%
upgrading gcc (5/10) 96%
upgrading gcc (5/10) 97%
upgrading gcc (5/10) 98%
upgrading gcc (5/10) 99%
upgrading gcc (5/10) 100%
upgrading libxml2 (6/10) 0%
upgrading libxml2 (6/10) 5%
upgrading libxml2 (6/10) 7%
upgrading libxml2 (6/10) 10%
upgrading libxml2 (6/10) 12%
upgrading libxml2 (6/10) 16%
upgrading libxml2 (6/10) 82%
upgrading libxml2 (6/10) 87%
upgrading libxml2 (6/10) 88%
upgrading libxml2 (6/10) 94%
upgrading libxml2 (6/10) 100%
upgrading gettext (7/10) 0%
upgrading gettext (7/10) 1%
upgrading gettext (7/10) 2%
upgrading gettext (7/10) 3%
upgrading gettext (7/10) 5%
upgrading gettext (7/10) 6%
upgrading gettext (7/10) 8%
upgrading gettext (7/10) 17%
upgrading gettext (7/10) 18%
upgrading gettext (7/10) 21%
upgrading gettext (7/10) 26%
upgrading gettext (7/10) 29%
upgrading gettext (7/10) 34%
upgrading gettext (7/10) 36%
upgrading gettext (7/10) 37%
upgrading gettext (7/10) 38%
upgrading gettext (7/10) 39%
upgrading gettext (7/10) 43%
upgrading gettext (7/10) 64%
upgrading gettext (7/10) 65%
upgrading gettext (7/10) 66%
upgrading gettext (7/10) 71%
upgrading gettext (7/10) 78%
upgrading gettext (7/10) 79%
upgrading gettext (7/10) 81%
upgrading gettext (7/10) 82%
upgrading gettext (7/10) 83%
upgrading gettext (7/10) 84%
upgrading gettext (7/10) 85%
upgrading gettext (7/10) 86%
upgrading gettext (7/10) 87%
upgrading gettext (7/10) 88%
upgrading gettext (7/10) 89%
upgrading gettext (7/10) 90%
upgrading gettext (7/10) 91%
upgrading gettext (7/10) 92%
upgrading gettext (7/10) 93%
upgrading gettext (7/10) 94%
upgrading gettext (7/10) 95%
upgrading gettext (7/10) 97%
upgrading gettext (7/10) 98%
upgrading gettext (7/10) 100%
upgrading libarchive (8/10) 0%
upgrading libarchive (8/10) 7%
upgrading libarchive (8/10) 11%
upgrading libarchive (8/10) 20%
upgrading libarchive (8/10) 94%
upgrading libarchive (8/10) 99%
upgrading libarchive (8/10) 100%
upgrading libsysprof-capture (9/10) 0%
upgrading libsysprof-capture (9/10) 32%
upgrading libsysprof-capture (9/10) 100%
upgrading libtool (10/10) 0%
upgrading libtool (10/10) 9%
upgrading libtool (10/10) 22%
upgrading libtool (10/10) 34%
upgrading libtool (10/10) 52%
upgrading libtool (10/10) 70%
upgrading libtool (10/10) 77%
upgrading libtool (10/10) 81%
upgrading libtool (10/10) 87%
upgrading libtool (10/10) 96%
upgrading libtool (10/10) 100%
Running post-transaction hooks...
(1/2) Running 30-systemd-update.hook (Arming ConditionNeedsUpdate...)
(2/2) Running texinfo-install.hook (Updating the info directory file...)
Warning: Permanently added '[localhost]:22192' (ED25519) to the list of known hosts.
Sync Explicit (2): unzip-6.0-22, jdk21-openjdk-21.0.7.u6-1
Sync Dependency (8): libxext-1.3.6-1, freetype2-2.13.3-3, libx11-1.8.12-1, libxrender-0.9.12-1, lib32-gcc-libs-15.1.1+r7+gf36ec88aa85a-1, libxtst-1.2.5-1, lib32-glibc-2.41+r48+g5cb575ca9a3d-1, fontconfig-2:2.16.2-1
AUR Explicit (4): android-sdk-cmdline-tools-latest-19.0-1, android-sdk-platform-tools-35.0.2-1, android-sdk-26.1.1-2, android-sdk-build-tools-r35.0.1-1
:: (1/4) Downloaded PKGBUILD: android-sdk-cmdline-tools-latest
:: (2/4) Downloaded PKGBUILD: android-sdk
:: (3/4) Downloaded PKGBUILD: android-sdk-platform-tools
:: (4/4) Downloaded PKGBUILD: android-sdk-build-tools
  4 android-sdk-cmdline-tools-latest         (Build Files Exist)
  3 android-sdk-platform-tools               (Build Files Exist)
  2 android-sdk                              (Build Files Exist)
  1 android-sdk-build-tools                  (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
  4 android-sdk-build-tools                  (Build Files Exist)
  3 android-sdk-cmdline-tools-latest         (Build Files Exist)
  2 android-sdk-platform-tools               (Build Files Exist)
  1 android-sdk                              (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
==> Making package: android-sdk-build-tools r35.0.1-1 (Thu May  1 14:49:15 2025)
==> Retrieving sources...
  -> Downloading build-tools_r35.0.1_linux.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 60 59.0M   60 35.9M    0     0  42.1M      0  0:00:01 --:--:--  0:00:01 42.1M
100 59.0M  100 59.0M    0     0  54.2M      0  0:00:01  0:00:01 --:--:-- 54.2M
  -> Found package.xml
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    build-tools_r35.0.1_linux.zip ... Passed
    package.xml ... Passed
==> Making package: android-sdk-cmdline-tools-latest 19.0-1 (Thu May  1 14:49:17 2025)
==> Retrieving sources...
  -> Downloading commandlinetools-linux-13114758_latest.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 29  157M   29 45.8M    0     0  51.0M      0  0:00:03 --:--:--  0:00:03 51.0M
 99  157M   99  156M    0     0  82.2M      0  0:00:01  0:00:01 --:--:-- 82.1M
100  157M  100  157M    0     0  82.5M      0  0:00:01  0:00:01 --:--:-- 82.5M
  -> Found android-sdk-cmdline-tools-latest.sh
  -> Found android-sdk-cmdline-tools-latest.csh
  -> Found package.xml
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha1sums...
    commandlinetools-linux-13114758_latest.zip ... Passed
    android-sdk-cmdline-tools-latest.sh ... Passed
    android-sdk-cmdline-tools-latest.csh ... Passed
    package.xml ... Passed
==> Making package: android-sdk-platform-tools 35.0.2-1 (Thu May  1 14:49:20 2025)
==> Retrieving sources...
  -> Downloading platform-tools_r35.0.2-linux.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 7297k  100 7297k    0     0  36.8M      0 --:--:-- --:--:-- --:--:-- 36.9M
  -> Found adb.service
  -> Found license.html
  -> Found package.xml
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha1sums...
    platform-tools_r35.0.2-linux.zip ... Passed
    adb.service ... Passed
    license.html ... Passed
    package.xml ... Passed
==> Making package: android-sdk 26.1.1-2 (Thu May  1 14:49:21 2025)
==> Retrieving sources...
  -> Downloading sdk-tools-linux-4333796.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 33  147M   33 50.1M    0     0  89.4M      0  0:00:01 --:--:--  0:00:01 89.3M
100  147M  100  147M    0     0   101M      0  0:00:01  0:00:01 --:--:--  101M
  -> Found android-sdk.sh
  -> Found android-sdk.csh
  -> Found android-sdk.conf
  -> Found license.html
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha1sums...
    sdk-tools-linux-4333796.zip ... Passed
    android-sdk.sh ... Passed
    android-sdk.csh ... Passed
    android-sdk.conf ... Passed
    license.html ... Passed
:: (1/4) Parsing SRCINFO: android-sdk-cmdline-tools-latest
:: (2/4) Parsing SRCINFO: android-sdk-platform-tools
:: (3/4) Parsing SRCINFO: android-sdk
:: (4/4) Parsing SRCINFO: android-sdk-build-tools
resolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: harfbuzz will be installed before its freetype2 dependency

Packages (30) giflib-5.2.2-2  graphite-1:1.3.14-4  harfbuzz-11.2.0-1  hicolor-icon-theme-0.18-1  java-environment-common-3-6  java-runtime-common-3-6  jbigkit-2.1-8  lcms2-2.17-1  libjpeg-turbo-3.1.0-1  libnet-2:1.3-1  libpng-1.6.47-1  libtiff-4.7.0-1  libxau-1.0.12-1  libxcb-1.17.0-1  libxdmcp-1.1.5-1  libxfixes-6.0.1-2  libxi-1.8.2-1  nspr-4.36-1  nss-3.110-1  xcb-proto-1.17.0-3  xorgproto-2024.1-2  fontconfig-2:2.16.2-1  freetype2-2.13.3-3  jdk21-openjdk-21.0.7.u6-1  lib32-gcc-libs-15.1.1+r7+gf36ec88aa85a-1  lib32-glibc-2.41+r48+g5cb575ca9a3d-1  libx11-1.8.12-1  libxext-1.3.6-1  libxrender-0.9.12-1  libxtst-1.2.5-1

Total Download Size:   347.40 MiB
Total Installed Size:  640.35 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 jdk21-openjdk-21.0.7.u6-1-x86_64 downloading...
 lib32-gcc-libs-15.1.1+r7+gf36ec88aa85a-1-x86_64 downloading...
 lib32-glibc-2.41+r48+g5cb575ca9a3d-1-x86_64 downloading...
 libx11-1.8.12-1-x86_64 downloading...
 nss-3.110-1-x86_64 downloading...
 harfbuzz-11.2.0-1-x86_64 downloading...
 libxcb-1.17.0-1-x86_64 downloading...
 libjpeg-turbo-3.1.0-1-x86_64 downloading...
 freetype2-2.13.3-3-x86_64 downloading...
 libtiff-4.7.0-1-x86_64 downloading...
 fontconfig-2:2.16.2-1-x86_64 downloading...
 libnet-2:1.3-1-x86_64 downloading...
 libpng-1.6.47-1-x86_64 downloading...
 xorgproto-2024.1-2-any downloading...
 lcms2-2.17-1-x86_64 downloading...
 nspr-4.36-1-x86_64 downloading...
 libxi-1.8.2-1-x86_64 downloading...
 xcb-proto-1.17.0-3-any downloading...
 libxext-1.3.6-1-x86_64 downloading...
 graphite-1:1.3.14-4-x86_64 downloading...
 giflib-5.2.2-2-x86_64 downloading...
 jbigkit-2.1-8-x86_64 downloading...
 libxrender-0.9.12-1-x86_64 downloading...
 libxtst-1.2.5-1-x86_64 downloading...
 libxdmcp-1.1.5-1-x86_64 downloading...
 libxfixes-6.0.1-2-x86_64 downloading...
 hicolor-icon-theme-0.18-1-any downloading...
 libxau-1.0.12-1-x86_64 downloading...
 java-runtime-common-3-6-any downloading...
 java-environment-common-3-6-any downloading...
checking keyring...
error: failed retrieving file 'libnet-2:1.3-1-x86_64.pkg.tar.zst' from cdnmirror.com : The requested URL returned error: 404
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing xcb-proto...
installing xorgproto...
installing libxdmcp...
installing libxau...
installing libxcb...
installing libx11...
installing libpng...
installing graphite...
Optional dependencies for graphite
    graphite-docs: Documentation
installing harfbuzz...
Optional dependencies for harfbuzz
    harfbuzz-utils: utilities
installing freetype2...
installing fontconfig...
Creating fontconfig configuration...
Rebuilding fontconfig cache...
installing libxrender...
installing lib32-glibc...
installing lib32-gcc-libs...
installing java-runtime-common...
For the complete set of Java binaries to be available in your PATH,
you need to re-login or source /etc/profile
Please note that this package does not support forcing JAVA_HOME as former package java-common did
installing nspr...
installing nss...
installing libjpeg-turbo...
Optional dependencies for libjpeg-turbo
    java-runtime>11: for TurboJPEG Java wrapper [pending]
installing jbigkit...
installing libtiff...
Optional dependencies for libtiff
    freeglut: for using tiffgt
installing lcms2...
installing libnet...
installing java-environment-common...
installing hicolor-icon-theme...
installing giflib...
installing jdk21-openjdk...
Optional dependencies for jdk21-openjdk
    java-rhino: for some JavaScript support
    alsa-lib: for basic sound support
    gtk3: for the Gtk+ 3 look and feel - desktop usage
installing libxext...
installing libxfixes...
installing libxi...
installing libxtst...
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Updating fontconfig configuration...
(3/3) Updating fontconfig cache...
resolving dependencies...
looking for conflicting packages...

Packages (1) unzip-6.0-22

Total Download Size:   0.14 MiB
Total Installed Size:  0.30 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 unzip-6.0-22-x86_64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing unzip...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Making package: android-sdk-cmdline-tools-latest 19.0-1 (Thu May  1 14:49:30 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found commandlinetools-linux-13114758_latest.zip
  -> Found android-sdk-cmdline-tools-latest.sh
  -> Found android-sdk-cmdline-tools-latest.csh
  -> Found package.xml
==> Validating source files with sha1sums...
    commandlinetools-linux-13114758_latest.zip ... Passed
    android-sdk-cmdline-tools-latest.sh ... Passed
    android-sdk-cmdline-tools-latest.csh ... Passed
    package.xml ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting commandlinetools-linux-13114758_latest.zip with bsdtar
==> Sources are ready.
==> Making package: android-sdk-cmdline-tools-latest 19.0-1 (Thu May  1 14:49:32 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "android-sdk-cmdline-tools-latest"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: android-sdk-cmdline-tools-latest 19.0-1 (Thu May  1 14:49:35 2025)
==> Cleaning up...
==> Making package: android-sdk-platform-tools 35.0.2-1 (Thu May  1 14:49:36 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found platform-tools_r35.0.2-linux.zip
  -> Found adb.service
  -> Found license.html
  -> Found package.xml
==> Validating source files with sha1sums...
    platform-tools_r35.0.2-linux.zip ... Passed
    adb.service ... Passed
    license.html ... Passed
    package.xml ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting platform-tools_r35.0.2-linux.zip with bsdtar
==> Sources are ready.
==> Making package: android-sdk-platform-tools 35.0.2-1 (Thu May  1 14:49:37 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
objcopy: ./opt/android-sdk/platform-tools/adb: debuglink section already exists
objcopy: ./opt/android-sdk/platform-tools/etc1tool: debuglink section already exists
objcopy: ./opt/android-sdk/platform-tools/fastboot: debuglink section already exists
objcopy: ./opt/android-sdk/platform-tools/hprof-conv: debuglink section already exists
objcopy: ./opt/android-sdk/platform-tools/lib64/libc++.so: debuglink section already exists
objcopy: ./opt/android-sdk/platform-tools/make_f2fs: debuglink section already exists
objcopy: ./opt/android-sdk/platform-tools/make_f2fs_casefold: debuglink section already exists
objcopy: ./opt/android-sdk/platform-tools/mke2fs: debuglink section already exists
objcopy: ./opt/android-sdk/platform-tools/sqlite3: debuglink section already exists
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "android-sdk-platform-tools"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Creating package "android-sdk-platform-tools-debug"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: android-sdk-platform-tools 35.0.2-1 (Thu May  1 14:49:38 2025)
==> Cleaning up...
==> Making package: android-sdk 26.1.1-2 (Thu May  1 14:49:39 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found sdk-tools-linux-4333796.zip
  -> Found android-sdk.sh
  -> Found android-sdk.csh
  -> Found android-sdk.conf
  -> Found license.html
==> Validating source files with sha1sums...
    sdk-tools-linux-4333796.zip ... Passed
    android-sdk.sh ... Passed
    android-sdk.csh ... Passed
    android-sdk.conf ... Passed
    license.html ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting sdk-tools-linux-4333796.zip with bsdtar
==> Sources are ready.
==> Making package: android-sdk 26.1.1-2 (Thu May  1 14:49:42 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "android-sdk"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Creating package "android-sdk-debug"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: android-sdk 26.1.1-2 (Thu May  1 14:49:54 2025)
==> Cleaning up...
==> Making package: android-sdk-build-tools r35.0.1-1 (Thu May  1 14:49:55 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found build-tools_r35.0.1_linux.zip
  -> Found package.xml
==> Validating source files with sha512sums...
    build-tools_r35.0.1_linux.zip ... Passed
    package.xml ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting build-tools_r35.0.1_linux.zip with bsdtar
==> Sources are ready.
==> Making package: android-sdk-build-tools r35.0.1-1 (Thu May  1 14:49:57 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Copying source files needed for debug symbols...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "android-sdk-build-tools"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: android-sdk-build-tools r35.0.1-1 (Thu May  1 14:49:59 2025)
==> Cleaning up...
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (6) android-sdk-26.1.1-2  android-sdk-build-tools-r35.0.1-1  android-sdk-cmdline-tools-latest-19.0-1  android-sdk-debug-26.1.1-2  android-sdk-platform-tools-35.0.2-1  android-sdk-platform-tools-debug-35.0.2-1

Total Installed Size:  488.46 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing android-sdk-cmdline-tools-latest...
You need to source /etc/profile or relogin to add Android SDK Command-line Tools (latest) to your path.
Optional dependencies for android-sdk-cmdline-tools-latest
    android-sdk-platform-tools: adb, aapt, aidl, dexdump and dx [pending]
    android-udev: udev rules for Android devices
installing android-sdk-platform-tools...
You need to source /etc/profile or relogin to add the Android SDK platform tools to your path.
installing android-sdk-platform-tools-debug...
installing android-sdk...
You need to source /etc/profile or relogin to add the Android SDK tools to your path.
Optional dependencies for android-sdk
    android-emulator: emulator has become standalone since 25.3.0
    android-sdk-platform-tools: adb, aapt, aidl, dexdump and dx [installed]
    android-udev: udev rules for Android devices
installing android-sdk-debug...
installing android-sdk-build-tools...
Optional dependencies for android-sdk-build-tools
    lib32-gcc-libs [installed]
    lib32-zlib
    java-runtime [installed]
:: Running post-transaction hooks...
(1/2) Reloading system manager configuration...
(2/2) Arming ConditionNeedsUpdate...
[#1481787] 2025/05/01 14:50:00 Cloning repositories
Cloning into 'goguma'...
+ cd goguma
+ git checkout -q 3fc5bc2552eee994649074f519cb277e4aea6199
+ cd goguma
+ git submodule update --init --recursive
[#1481787] 2025/05/01 14:50:01 Running task flutter
[#1481787] 2025/05/01 14:51:32 Running task configure
[#1481787] 2025/05/01 14:51:41 Running task analyze
[#1481787] 2025/05/01 14:51:55 Running task build
[#1481787] 2025/05/01 15:03:10 Running task deploy
[#1481787] 2025/05/01 15:03:19 Uploading goguma/build/app/outputs/flutter-apk/app-release.apk
[#1481787] 2025/05/01 15:03:20 https://s3.sr.ht/builds.sr.ht/artifacts/~emersion/1481787/42dacab72dfba41e/app-release.apk
flutter
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
+ git clone --depth=1 --branch=stable https://github.com/flutter/flutter.git
Cloning into 'flutter'...
+ export PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/home/build/flutter/bin
+ PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/home/build/flutter/bin
+ echo PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/home/build/flutter/bin
+ flutter precache --android
Downloading Linux x64 Dart SDK from Flutter engine cf56914b326edb0ccb123ffdc60f00060bd513fa...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0  206M    0  321k    0     0   735k      0  0:04:47 --:--:--  0:04:47  735k
 18  206M   18 38.1M    0     0  26.4M      0  0:00:07  0:00:01  0:00:06 26.4M
 41  206M   41 85.8M    0     0  35.2M      0  0:00:05  0:00:02  0:00:03 35.2M
 64  206M   64  134M    0     0  39.0M      0  0:00:05  0:00:03  0:00:02 39.0M
 88  206M   88  182M    0     0  41.0M      0  0:00:05  0:00:04  0:00:01 41.0M
100  206M  100  206M    0     0  41.7M      0  0:00:04  0:00:04 --:--:-- 45.7M
Building flutter tool...
Resolving dependencies...
Downloading packages...
Got dependencies.

  ╔════════════════════════════════════════════════════════════════════════════╗
  ║                 Welcome to Flutter! - https://flutter.dev                  ║
  ║                                                                            ║
  ║ The Flutter tool uses Google Analytics to anonymously report feature usage ║
  ║ statistics and basic crash reports. This data is used to help improve      ║
  ║ Flutter tools over time.                                                   ║
  ║                                                                            ║
  ║ Flutter tool analytics are not sent on the very first run. To disable      ║
  ║ reporting, type 'flutter config --no-analytics'. To display the current    ║
  ║ setting, type 'flutter config'. If you opt out of analytics, an opt-out    ║
  ║ event will be sent, and then no further information will be sent by the    ║
  ║ Flutter tool.                                                              ║
  ║                                                                            ║
  ║ By downloading the Flutter SDK, you agree to the Google Terms of Service.  ║
  ║ The Google Privacy Policy describes how data is handled in this service.   ║
  ║                                                                            ║
  ║ Moreover, Flutter includes the Dart SDK, which may send usage metrics and  ║
  ║ crash reports to Google.                                                   ║
  ║                                                                            ║
  ║ Read about data we send with crash reports:                                ║
  ║ https://flutter.dev/to/crash-reporting                                     ║
  ║                                                                            ║
  ║ See Google's privacy policy:                                               ║
  ║ https://policies.google.com/privacy                                        ║
  ║                                                                            ║
  ║ To disable animations in this tool, use                                    ║
  ║ 'flutter config --no-cli-animations'.                                      ║
  ╚════════════════════════════════════════════════════════════════════════════╝

Downloading Material fonts...                                      243ms
Downloading Gradle Wrapper...                                       15ms
Downloading android-arm-profile/linux-x64 tools...                 112ms
Downloading android-arm-release/linux-x64 tools...                 100ms
Downloading android-arm64-profile/linux-x64 tools...               102ms
Downloading android-arm64-release/linux-x64 tools...                90ms
Downloading android-x64-profile/linux-x64 tools...                  90ms
Downloading android-x64-release/linux-x64 tools...                  80ms
Downloading android-x86 tools...                                 1,117ms
Downloading android-x64 tools...                                 1,157ms
Downloading android-arm tools...                                 1,092ms
Downloading android-arm-profile tools...                           168ms
Downloading android-arm-release tools...                           118ms
Downloading android-arm64 tools...                               1,172ms
Downloading android-arm64-profile tools...                         184ms
Downloading android-arm64-release tools...                         134ms
Downloading android-x64-profile tools...                           181ms
Downloading android-x64-release tools...                           137ms
Downloading package sky_engine...                                   46ms
Downloading package flutter_gpu...                                  15ms
Downloading flutter_patched_sdk tools...                            98ms
Downloading flutter_patched_sdk_product tools...                    98ms
Downloading linux-x64 tools...                                   1,430ms
Downloading linux-x64/font-subset tools...                          73ms
+ sudo chown -R build /opt/android-sdk
+ yes
+ flutter doctor --android-licenses
+ flutter doctor -v
[✓] Flutter (Channel stable, 3.29.3, on Arch Linux 6.14.4-arch1-1, locale en_US) [28ms]
    • Flutter version 3.29.3 on channel stable at /home/build/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision ea121f8859 (3 weeks ago), 2025-04-11 19:10:07 +0000
    • Engine revision cf56914b32
    • Dart version 3.7.2
    • DevTools version 2.42.3

[!] Android toolchain - develop for Android devices [21ms]
    • Android SDK at /opt/android-sdk
    ✗ Unable to locate Android SDK.
      Install Android Studio from: https://developer.android.com/studio/index.html
      On first launch it will assist you in installing the Android SDK components.
      (or visit https://flutter.dev/to/linux-android-setup for detailed instructions).
      If the Android SDK has been installed to a custom location, please use
      `flutter config --android-sdk` to update to that location.

    ✗ No valid Android SDK platforms found in /opt/android-sdk/platforms. Directory was empty.
    • Try re-installing or updating your Android SDK,
      visit https://flutter.dev/to/linux-android-setup for detailed instructions.

[✗] Chrome - develop for the web (Cannot find Chrome executable at google-chrome) [8ms]
    ! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.

[✗] Linux toolchain - develop for Linux desktop [90ms]
    ✗ clang++ is required for Linux development.
      It is likely available from your distribution (e.g.: apt install clang), or can be downloaded from https://releases.llvm.org/
    ✗ CMake is required for Linux development.
      It is likely available from your distribution (e.g.: apt install cmake), or can be downloaded from https://cmake.org/download/
    ✗ ninja is required for Linux development.
      It is likely available from your distribution (e.g.: apt install ninja-build), or can be downloaded from https://github.com/ninja-build/ninja/releases
    • pkg-config version 2.4.3
    ✗ GTK 3.0 development libraries are required for Linux development.
      They are likely available from your distribution (e.g.: apt install libgtk-3-dev)

[!] Android Studio (not installed) [7ms]
    • Android Studio not found; download from https://developer.android.com/studio/index.html
      (or visit https://flutter.dev/to/linux-android-setup for detailed instructions).

[✓] Connected device (1 available) [3.1s]
    • Linux (desktop) • linux • linux-x64 • Arch Linux 6.14.4-arch1-1

[✓] Network resources [2.4s]
    • All expected network resources are available.

! Doctor found issues in 4 categories.
+ mkdir -p /home/build/.gradle
+ echo org.gradle.daemon=false
+ sudo mkswap -U clear --size 4G --file /swapfile
Setting up swapspace version 1, size = 4 GiB (4294963200 bytes)
no label, UUID=00000000-0000-0000-0000-000000000000
+ sudo swapon /swapfile
configure
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
+ cd goguma
+ '[' -e /home/build/keystore.properties ']'
+ ln -s /home/build/keystore.properties android/keystore.properties
+ '[' -e /home/build/keystore.jks ']'
+ ln -s /home/build/keystore.jks android/keystore.jks
+ flutter pub get
Resolving dependencies...
Downloading packages...
  async 2.12.0 (2.13.0 available)
  fake_async 1.3.2 (1.3.3 available)
  flutter_apns_only 1.6.0 (discontinued)
  leak_tracker 10.0.8 (11.0.1 available)
  leak_tracker_flutter_testing 3.0.9 (3.0.10 available)
  leak_tracker_testing 3.0.1 (3.0.2 available)
  lints 5.1.1 (6.0.0 available)
  material_color_utilities 0.11.1 (0.12.0 available)
! share_handler_android 0.0.9 from git https://github.com/emersion/share_handler.git at e880f0 in share_handler_android (overridden)
  unifiedpush 5.0.2 (6.0.1 available)
  unifiedpush_android 2.3.0 (3.0.0 available)
  unifiedpush_platform_interface 2.0.2 (3.0.1 available)
  vector_math 2.1.4 (2.1.5 available)
  vm_service 14.3.1 (15.0.0 available)
Got dependencies!
1 package is discontinued.
12 packages have newer versions incompatible with dependency constraints.
Try `flutter pub outdated` for more information.
+ '[' -e /home/build/google-services.json ']'
+ dart run tool/gen_main.dart --firebase /home/build/google-services.json lib/main_generated.dart
analyze
1
2
3
4
+ cd goguma
+ flutter analyze --no-fatal-infos
Analyzing goguma...                                             
No issues found! (ran in 12.4s)
build
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
+ cd goguma
++ git describe --abbrev=0
+ tag=v0.7.0
++ git rev-parse --short=12 HEAD
+ hash=3fc5bc2552ee
+ build_name=0.7.0-dev+3fc5bc2552ee
++ git rev-list --first-parent --count origin/master
+ build_number=1202
+ target=lib/main.dart
+ '[' -e /home/build/google-services.json ']'
+ build_name=0.7.0-dev+3fc5bc2552ee.firebase
+ target=lib/main_generated.dart
+ sentry_dsn=
+ '[' -e /home/build/sentry-dsn.txt ']'
++ cat /home/build/sentry-dsn.txt
+ sentry_dsn=https://9298d02d8794449e85471d537831bd18@app.glitchtip.com/2381
+ flutter build apk --build-name=0.7.0-dev+3fc5bc2552ee.firebase --build-number=1202 --target=lib/main_generated.dart --dart-define=SENTRY_DSN=https://9298d02d8794449e85471d537831bd18@app.glitchtip.com/2381 --dart-define=SENTRY_ENVIRONMENT=nightly --dart-define=SENTRY_RELEASE=0.7.0-dev+3fc5bc2552ee.firebase

Running Gradle task 'assembleRelease'...                        
Checking the license for package NDK (Side by side) 26.3.11579264 in /opt/android-sdk/licenses
License for package NDK (Side by side) 26.3.11579264 accepted.
Preparing "Install NDK (Side by side) 26.3.11579264 v.26.3.11579264".
"Install NDK (Side by side) 26.3.11579264 v.26.3.11579264" ready.
Installing NDK (Side by side) 26.3.11579264 in /opt/android-sdk/ndk/26.3.11579264
"Install NDK (Side by side) 26.3.11579264 v.26.3.11579264" complete.
"Install NDK (Side by side) 26.3.11579264 v.26.3.11579264" finished.
Checking the license for package NDK (Side by side) 27.0.12077973 in /opt/android-sdk/licenses
License for package NDK (Side by side) 27.0.12077973 accepted.
Preparing "Install NDK (Side by side) 27.0.12077973 v.27.0.12077973".
"Install NDK (Side by side) 27.0.12077973 v.27.0.12077973" ready.
Installing NDK (Side by side) 27.0.12077973 in /opt/android-sdk/ndk/27.0.12077973
"Install NDK (Side by side) 27.0.12077973 v.27.0.12077973" complete.
"Install NDK (Side by side) 27.0.12077973 v.27.0.12077973" finished.
Your project is configured with Android NDK 26.3.11579264, but the following plugin(s) depend on a different Android NDK version:
- app_links requires Android NDK 27.0.12077973
- connectivity_plus requires Android NDK 27.0.12077973
- dynamic_color requires Android NDK 27.0.12077973
- file_selector_android requires Android NDK 27.0.12077973
- firebase_core requires Android NDK 27.0.12077973
- firebase_messaging requires Android NDK 27.0.12077973
- flutter_background requires Android NDK 27.0.12077973
- flutter_local_notifications requires Android NDK 27.0.12077973
- flutter_plugin_android_lifecycle requires Android NDK 27.0.12077973
- geolocator_android requires Android NDK 27.0.12077973
- image_picker_android requires Android NDK 27.0.12077973
- path_provider_android requires Android NDK 27.0.12077973
- share_handler_android requires Android NDK 27.0.12077973
- share_plus requires Android NDK 27.0.12077973
- shared_preferences_android requires Android NDK 27.0.12077973
- sqflite_android requires Android NDK 27.0.12077973
- unifiedpush_android requires Android NDK 27.0.12077973
- url_launcher_android requires Android NDK 27.0.12077973
- webcrypto requires Android NDK 27.0.12077973
- workmanager requires Android NDK 27.0.12077973
Fix this issue by using the highest Android NDK version (they are backward compatible).
Add the following to /home/build/goguma/android/app/build.gradle:

    android {
        ndkVersion = "27.0.12077973"
        ...
    }

Checking the license for package Android SDK Build-Tools 34 in /opt/android-sdk/licenses
License for package Android SDK Build-Tools 34 accepted.
Preparing "Install Android SDK Build-Tools 34 v.34.0.0".
"Install Android SDK Build-Tools 34 v.34.0.0" ready.
Installing Android SDK Build-Tools 34 in /opt/android-sdk/build-tools/34.0.0
"Install Android SDK Build-Tools 34 v.34.0.0" complete.
"Install Android SDK Build-Tools 34 v.34.0.0" finished.
Checking the license for package Android SDK Platform 35 in /opt/android-sdk/licenses
License for package Android SDK Platform 35 accepted.
Preparing "Install Android SDK Platform 35 (revision 2)".
"Install Android SDK Platform 35 (revision 2)" ready.
Installing Android SDK Platform 35 in /opt/android-sdk/platforms/android-35
"Install Android SDK Platform 35 (revision 2)" complete.
"Install Android SDK Platform 35 (revision 2)" finished.
Checking the license for package Android SDK Platform 34 in /opt/android-sdk/licenses
License for package Android SDK Platform 34 accepted.
Preparing "Install Android SDK Platform 34 (revision 3)".
"Install Android SDK Platform 34 (revision 3)" ready.
Installing Android SDK Platform 34 in /opt/android-sdk/platforms/android-34
"Install Android SDK Platform 34 (revision 3)" complete.
"Install Android SDK Platform 34 (revision 3)" finished.
Checking the license for package Android SDK Platform 31 in /opt/android-sdk/licenses
License for package Android SDK Platform 31 accepted.
Preparing "Install Android SDK Platform 31 (revision 1)".
"Install Android SDK Platform 31 (revision 1)" ready.
Installing Android SDK Platform 31 in /opt/android-sdk/platforms/android-31
"Install Android SDK Platform 31 (revision 1)" complete.
"Install Android SDK Platform 31 (revision 1)" finished.
Font asset "MaterialIcons-Regular.otf" was tree-shaken, reducing it from 1645184 to 5892 bytes (99.6% reduction). Tree-shaking can be disabled by providing the --no-tree-shake-icons flag when building your app.
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
3 warnings
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
3 warnings
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
3 warnings
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
3 warnings
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
3 warnings
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
3 warnings
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
3 warnings
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
3 warnings
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
3 warnings
warning: [options] source value 8 is obsolete and will be removed in a future release
warning: [options] target value 8 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
3 warnings
Checking the license for package CMake 3.22.1 in /opt/android-sdk/licenses
License for package CMake 3.22.1 accepted.
Preparing "Install CMake 3.22.1 v.3.22.1".
"Install CMake 3.22.1 v.3.22.1" ready.
Installing CMake 3.22.1 in /opt/android-sdk/cmake/3.22.1
"Install CMake 3.22.1 v.3.22.1" complete.
"Install CMake 3.22.1 v.3.22.1" finished.
Running Gradle task 'assembleRelease'...                          669.1s
✓ Built build/app/outputs/flutter-apk/app-release.apk (27.7MB)
deploy
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
+ cd goguma
+ '[' -e /home/build/.ssh/id_rsa ']'
++ git rev-parse origin/master
++ git rev-parse HEAD
+ '[' 3fc5bc2552eee994649074f519cb277e4aea6199 = 3fc5bc2552eee994649074f519cb277e4aea6199 ']'
++ git rev-list --first-parent --count origin/master
+ build_number=1202
+ ssh_opts='-o StrictHostKeyChecking=no'
+ ssh_host=deploy-goguma@sheeta.emersion.fr
+ scp -o StrictHostKeyChecking=no build/app/outputs/flutter-apk/app-release.apk deploy-goguma@sheeta.emersion.fr:fdroid-nightly/repo/goguma-1202.apk
Warning: Permanently added 'sheeta.emersion.fr' (ED25519) to the list of known hosts.

+ ssh -o StrictHostKeyChecking=no deploy-goguma@sheeta.emersion.fr 'cd fdroid-nightly && (ls -t repo/*.apk | tail -n +5 | xargs -r rm --) && fdroid update'
2025-05-01 17:03:14,933 WARNING: unsafe permissions on 'config.yml' (should be 0600)!
2025-05-01 17:03:14,936 WARNING: repo_icon "repo/icons/icon.png" does not exist! Check "config.yml".
2025-05-01 17:03:16,055 WARNING: categories.txt (de77cc31d92c7beb7530761d8aae80614b96d5217d6ebc0130933968cc227534) has no metadata!
	Use `fdroid update -c` to create it.
2025-05-01 17:03:16,064 WARNING: Found "1738863922000.json" graphic without metadata for app "repo"!
2025-05-01 17:03:16,065 WARNING: Found "1738950104000.json" graphic without metadata for app "repo"!
2025-05-01 17:03:16,065 WARNING: Found "1739290117000.json" graphic without metadata for app "repo"!
2025-05-01 17:03:16,065 WARNING: Found "1743705094000.json" graphic without metadata for app "repo"!
2025-05-01 17:03:16,065 WARNING: Found "1743706500000.json" graphic without metadata for app "repo"!
2025-05-01 17:03:16,065 WARNING: Found "1743707407000.json" graphic without metadata for app "repo"!
2025-05-01 17:03:16,065 WARNING: Found "1744758555000.json" graphic without metadata for app "repo"!
2025-05-01 17:03:16,065 WARNING: Found "1744893252000.json" graphic without metadata for app "repo"!
2025-05-01 17:03:16,065 WARNING: Found "1744901353000.json" graphic without metadata for app "repo"!
2025-05-01 17:03:16,065 WARNING: Found "1745156074000.json" graphic without metadata for app "repo"!
2025-05-01 17:03:16,065 WARNING: Found "icon.png" graphic without metadata for app "repo"!
2025-05-01 17:03:16,066 WARNING: Found "categories.txt" graphic without metadata for app "repo"!
2025-05-01 17:03:16,066 WARNING: Found "entry.jar" graphic without metadata for app "repo"!
2025-05-01 17:03:16,066 WARNING: Found "entry.json" graphic without metadata for app "repo"!
2025-05-01 17:03:16,066 WARNING: Found "goguma-1197.apk" graphic without metadata for app "repo"!
2025-05-01 17:03:16,066 WARNING: Found "goguma-1198.apk" graphic without metadata for app "repo"!
2025-05-01 17:03:16,066 WARNING: Found "goguma-1201.apk" graphic without metadata for app "repo"!
2025-05-01 17:03:16,066 WARNING: Found "goguma-1202.apk" graphic without metadata for app "repo"!
2025-05-01 17:03:16,066 WARNING: Found "index-v1.jar" graphic without metadata for app "repo"!
2025-05-01 17:03:16,066 WARNING: Found "index-v1.json" graphic without metadata for app "repo"!
2025-05-01 17:03:16,066 WARNING: Found "index-v2.json" graphic without metadata for app "repo"!
2025-05-01 17:03:16,066 WARNING: Found "index.css" graphic without metadata for app "repo"!
2025-05-01 17:03:16,066 WARNING: Found "index.html" graphic without metadata for app "repo"!
2025-05-01 17:03:16,066 WARNING: Found "index.jar" graphic without metadata for app "repo"!
2025-05-01 17:03:16,066 WARNING: Found "index.png" graphic without metadata for app "repo"!
2025-05-01 17:03:16,066 WARNING: Found "index.xml" graphic without metadata for app "repo"!
2025-05-01 17:03:16,066 WARNING: Found "deploy.json" graphic without metadata for app "repo"!
2025-05-01 17:03:16,066 WARNING: Found "running.json" graphic without metadata for app "repo"!
2025-05-01 17:03:16,066 WARNING: Found "update.json" graphic without metadata for app "repo"!
2025-05-01 17:03:16,571 INFO: Creating signed index with this key (SHA256):
2025-05-01 17:03:16,571 INFO: AC C8 CF ED DF 58 C5 90 D0 21 FC F3 75 34 A5 4F 59 19 E0 26 D7 A8 33 3A A0 1C 1A BB 3D 34 E6 8D
2025-05-01 17:03:17,477 WARNING: repo_icon "repo/icons/icon.png" does not exist, generating placeholder.
2025-05-01 17:03:17,502 INFO: Ignoring package without metadata: categories.txt
2025-05-01 17:03:18,207 INFO: Ignoring package without metadata: categories.txt
2025-05-01 17:03:19,456 INFO: Finished
Build complete: success 12 days ago (took 14 minutes)