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 |
+ cd skidge
+ export NAME=docker.io/nicocool84/skidge:master
+ NAME=docker.io/nicocool84/skidge:master
+ export 'ARGS=--platform linux/arm64,linux/amd64 --tag docker.io/nicocool84/skidge:master --target skidge .'
+ ARGS='--platform linux/arm64,linux/amd64 --tag docker.io/nicocool84/skidge:master --target skidge .'
+ docker buildx build --platform linux/arm64,linux/amd64 --tag docker.io/nicocool84/skidge:master --target skidge .
#0 building with "zealous_bhabha" instance using docker-container driver
#1 [internal] booting buildkit
#1 pulling image moby/buildkit:buildx-stable-1
#1 pulling image moby/buildkit:buildx-stable-1 4.5s done
#1 creating container buildx_buildkit_zealous_bhabha0
#1 creating container buildx_buildkit_zealous_bhabha0 0.2s done
#1 DONE 4.7s
#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 517B done
#2 DONE 0.0s
#3 [linux/arm64 internal] load metadata for docker.io/nicocool84/slidge-base:latest
#3 ...
#4 [auth] nicocool84/slidge-builder:pull token for registry-1.docker.io
#4 DONE 0.0s
#5 [auth] nicocool84/slidge-base:pull token for registry-1.docker.io
#5 DONE 0.0s
#6 [linux/amd64 internal] load metadata for docker.io/nicocool84/slidge-base:latest
#6 ...
#7 [linux/amd64 internal] load metadata for docker.io/nicocool84/slidge-builder:latest
#7 DONE 2.3s
#3 [linux/arm64 internal] load metadata for docker.io/nicocool84/slidge-base:latest
#3 DONE 2.4s
#6 [linux/amd64 internal] load metadata for docker.io/nicocool84/slidge-base:latest
#6 DONE 2.4s
#8 [internal] load .dockerignore
#8 transferring context: 2B done
#8 DONE 0.0s
#9 [linux/arm64 internal] load metadata for docker.io/nicocool84/slidge-builder:latest
#9 DONE 2.4s
#10 [internal] load build context
#10 transferring context: 249.40kB 0.0s done
#10 DONE 0.0s
#11 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#11 resolve docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a 0.0s done
#11 DONE 0.1s
#12 [linux/arm64 skidge 1/3] FROM docker.io/nicocool84/slidge-base:latest@sha256:ac7d2895476d7d0e104b3d4007c08b2c9d5fee4e01b0fd100bafd69593a62015
#12 resolve docker.io/nicocool84/slidge-base:latest@sha256:ac7d2895476d7d0e104b3d4007c08b2c9d5fee4e01b0fd100bafd69593a62015 0.0s done
#12 sha256:39037801dfc4f0a9ecd086cfa10b9e8cb2bde8d5d603e5fca6306db21ca04c57 0B / 255B 0.2s
#12 sha256:bbf92e6c210b96c0cdc56cf828813e78837da3649ff84b204c713ce38aab5f73 0B / 33.74MB 0.2s
#12 sha256:39037801dfc4f0a9ecd086cfa10b9e8cb2bde8d5d603e5fca6306db21ca04c57 255B / 255B 0.5s done
#12 sha256:ec4575058041b70ea06a6e6481787f19dbbb020132f6df43c020fb814c07847b 0B / 709B 0.2s
#12 sha256:5a24231753f17c318e8cf38ddbf383a13d3b977902b80492c02b732d4caaa6fc 0B / 652B 0.2s
#12 sha256:a60f0c70fdaea8a277aaba5bc30c9e8b9993147c83eb1dacb3489318877f34f9 0B / 44.64MB 0.2s
#12 sha256:ec4575058041b70ea06a6e6481787f19dbbb020132f6df43c020fb814c07847b 709B / 709B 0.4s done
#12 sha256:5a24231753f17c318e8cf38ddbf383a13d3b977902b80492c02b732d4caaa6fc 652B / 652B 0.4s done
#12 sha256:9945d2b40f58d2c508d7157b8cfc13ff365d9f02f5b5e1882dfba5160560f496 3.21MB / 3.21MB 0.2s done
#12 sha256:d02f2f28278bf830aa8083ada20348ce4a842d9f695c93040952e408fe7c194d 232B / 232B 0.1s done
#12 sha256:7fd5d646f0e8846d288b9a36b9d775f004fbe7b01f4ff04f06318dc9438447b7 0B / 12.85MB 0.2s
#12 sha256:89790d4ca55c29720fc29c489ba4403f3bb6baa1a6d8b5d0e96c3d40521408c0 3.33MB / 3.33MB 0.2s done
#12 sha256:7fd5d646f0e8846d288b9a36b9d775f004fbe7b01f4ff04f06318dc9438447b7 3.15MB / 12.85MB 0.3s
#12 sha256:92c3b3500be621c72c7ac6432a9d8f731f145f4a1535361ffd3a304e55f7ccda 2.10MB / 29.16MB 0.2s
#12 sha256:bbf92e6c210b96c0cdc56cf828813e78837da3649ff84b204c713ce38aab5f73 2.10MB / 33.74MB 1.4s
#12 sha256:7fd5d646f0e8846d288b9a36b9d775f004fbe7b01f4ff04f06318dc9438447b7 7.34MB / 12.85MB 0.5s
#12 sha256:92c3b3500be621c72c7ac6432a9d8f731f145f4a1535361ffd3a304e55f7ccda 11.53MB / 29.16MB 0.3s
#12 sha256:bbf92e6c210b96c0cdc56cf828813e78837da3649ff84b204c713ce38aab5f73 6.29MB / 33.74MB 1.5s
#12 sha256:7fd5d646f0e8846d288b9a36b9d775f004fbe7b01f4ff04f06318dc9438447b7 12.85MB / 12.85MB 0.6s done
#12 sha256:92c3b3500be621c72c7ac6432a9d8f731f145f4a1535361ffd3a304e55f7ccda 17.83MB / 29.16MB 0.5s
#12 sha256:bbf92e6c210b96c0cdc56cf828813e78837da3649ff84b204c713ce38aab5f73 10.49MB / 33.74MB 1.7s
#12 sha256:a60f0c70fdaea8a277aaba5bc30c9e8b9993147c83eb1dacb3489318877f34f9 7.34MB / 44.64MB 1.2s
#12 sha256:a60f0c70fdaea8a277aaba5bc30c9e8b9993147c83eb1dacb3489318877f34f9 11.53MB / 44.64MB 1.4s
#12 sha256:92c3b3500be621c72c7ac6432a9d8f731f145f4a1535361ffd3a304e55f7ccda 20.97MB / 29.16MB 0.6s
#12 sha256:bbf92e6c210b96c0cdc56cf828813e78837da3649ff84b204c713ce38aab5f73 12.58MB / 33.74MB 1.8s
#12 sha256:92c3b3500be621c72c7ac6432a9d8f731f145f4a1535361ffd3a304e55f7ccda 29.16MB / 29.16MB 0.8s done
#12 extracting sha256:92c3b3500be621c72c7ac6432a9d8f731f145f4a1535361ffd3a304e55f7ccda
#12 sha256:bbf92e6c210b96c0cdc56cf828813e78837da3649ff84b204c713ce38aab5f73 19.92MB / 33.74MB 2.0s
#12 sha256:a60f0c70fdaea8a277aaba5bc30c9e8b9993147c83eb1dacb3489318877f34f9 17.83MB / 44.64MB 1.5s
#12 sha256:bbf92e6c210b96c0cdc56cf828813e78837da3649ff84b204c713ce38aab5f73 23.07MB / 33.74MB 2.1s
#12 sha256:a60f0c70fdaea8a277aaba5bc30c9e8b9993147c83eb1dacb3489318877f34f9 20.97MB / 44.64MB 1.7s
#12 sha256:bbf92e6c210b96c0cdc56cf828813e78837da3649ff84b204c713ce38aab5f73 25.17MB / 33.74MB 2.3s
#12 sha256:a60f0c70fdaea8a277aaba5bc30c9e8b9993147c83eb1dacb3489318877f34f9 24.12MB / 44.64MB 1.8s
#12 sha256:bbf92e6c210b96c0cdc56cf828813e78837da3649ff84b204c713ce38aab5f73 33.74MB / 33.74MB 2.4s done
#12 sha256:a60f0c70fdaea8a277aaba5bc30c9e8b9993147c83eb1dacb3489318877f34f9 27.26MB / 44.64MB 2.0s
#12 sha256:a60f0c70fdaea8a277aaba5bc30c9e8b9993147c83eb1dacb3489318877f34f9 30.41MB / 44.64MB 2.1s
#12 sha256:a60f0c70fdaea8a277aaba5bc30c9e8b9993147c83eb1dacb3489318877f34f9 35.65MB / 44.64MB 2.3s
#12 sha256:a60f0c70fdaea8a277aaba5bc30c9e8b9993147c83eb1dacb3489318877f34f9 41.94MB / 44.64MB 2.4s
#12 sha256:a60f0c70fdaea8a277aaba5bc30c9e8b9993147c83eb1dacb3489318877f34f9 44.64MB / 44.64MB 2.5s done
#12 ...
#11 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#11 sha256:cf4548d237a28918858efbca088f84bd36103a76a237262414a4d4c139504cc2 93B / 93B 0.1s done
#11 sha256:811f40651e78f3b4a46ca64a63b35182177121beda69f91f15c905f46920dfa0 103.13kB / 103.13kB 0.1s done
#11 sha256:2e6afa3f266c11e8960349e7866203a9df478a50362bb5488c45fe39d99b2707 24.05MB / 24.05MB 0.3s done
#11 sha256:038f3cd58bdb0b1755410999f0560bde45aa8243d251f817c7240fa3df9c7035 7.43MB / 7.43MB 0.2s done
#11 sha256:247efd225da07124dee9ea00237596a1b975daab33d0ec23c2262ede96be6f82 152B / 152B 0.1s done
#11 sha256:1c8ff076d818ad6b8557e03e10c83657cc716ab287c8380054ff91571c8cae81 211.27MB / 211.27MB 2.6s done
#11 sha256:c58a9ca35c4208b7a631798b9340f14d02e9b97c1af9e1ca4169922688dd4cf4 45.85MB / 45.85MB 0.7s done
#11 sha256:3fdbff0e0fc04d4719576506b9b5a1c413c776efc98d79e8d18754b8f1f70982 164.14MB / 164.14MB 2.6s done
#11 sha256:40686028595ecbb07f1b3250557eced506227cbf2af14ff8ccaa2eefb8fd303d 3.13MB / 3.13MB 0.2s done
#11 sha256:f941e69671672ba68a9d7c8500f25b8e12f5aef94f4ba97c8fba1c5212435813 232B / 232B 0.1s done
#11 sha256:b138557b3c9168650e12f59c1b94ca139d6856ab2d9c9254d01f092f08c92894 19.84MB / 19.84MB 0.4s done
#11 sha256:ddcca6e3f42035ac03358d82b13b5be2a118cd4bacb2772f93c9b863acb9927a 6.16MB / 6.16MB 0.2s done
#11 sha256:2e66a70da0bec13fb3d492fcdef60fd8a5ef0a1a65c4e8a4909e26742852f0f2 64.15MB / 64.15MB 1.0s done
#11 sha256:8cd46d290033f265db57fd808ac81c444ec5a5b3f189c3d6d85043b647336913 49.56MB / 49.56MB 1.1s done
#11 extracting sha256:8cd46d290033f265db57fd808ac81c444ec5a5b3f189c3d6d85043b647336913 1.7s done
#11 extracting sha256:2e6afa3f266c11e8960349e7866203a9df478a50362bb5488c45fe39d99b2707 0.5s done
#11 extracting sha256:2e66a70da0bec13fb3d492fcdef60fd8a5ef0a1a65c4e8a4909e26742852f0f2
#11 ...
#12 [linux/arm64 skidge 1/3] FROM docker.io/nicocool84/slidge-base:latest@sha256:ac7d2895476d7d0e104b3d4007c08b2c9d5fee4e01b0fd100bafd69593a62015
#12 extracting sha256:92c3b3500be621c72c7ac6432a9d8f731f145f4a1535361ffd3a304e55f7ccda 2.2s done
#12 extracting sha256:89790d4ca55c29720fc29c489ba4403f3bb6baa1a6d8b5d0e96c3d40521408c0
#12 extracting sha256:89790d4ca55c29720fc29c489ba4403f3bb6baa1a6d8b5d0e96c3d40521408c0 0.2s done
#12 extracting sha256:7fd5d646f0e8846d288b9a36b9d775f004fbe7b01f4ff04f06318dc9438447b7
#12 extracting sha256:7fd5d646f0e8846d288b9a36b9d775f004fbe7b01f4ff04f06318dc9438447b7 1.1s done
#12 extracting sha256:d02f2f28278bf830aa8083ada20348ce4a842d9f695c93040952e408fe7c194d
#12 extracting sha256:d02f2f28278bf830aa8083ada20348ce4a842d9f695c93040952e408fe7c194d 0.1s done
#12 extracting sha256:9945d2b40f58d2c508d7157b8cfc13ff365d9f02f5b5e1882dfba5160560f496
#12 extracting sha256:9945d2b40f58d2c508d7157b8cfc13ff365d9f02f5b5e1882dfba5160560f496 0.3s done
#12 extracting sha256:a60f0c70fdaea8a277aaba5bc30c9e8b9993147c83eb1dacb3489318877f34f9
#12 ...
#13 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#13 resolve docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a 0.0s done
#13 sha256:d56237b3a0e2d128cda3e283bbed6ba7e1a0ddcc73fedd5a0662e2d1f990bccf 95B / 95B 0.3s done
#13 sha256:2b52f86c291385e429af07d4ba515311d725561a9570fa3574486f3004b2d776 152B / 152B 0.4s done
#13 sha256:f0d004b6a21fa9be946bfae0b3516a3c3127e3be594b4766cb25db4962bac5a2 7.43MB / 7.43MB 1.9s done
#13 sha256:21ce966dfd7a342ccbbfd15006997312004d469ab63c685a97f640f6e528da4a 103.13kB / 103.13kB 0.5s done
#13 sha256:901187e618a6317428ebd54b08d6bad7880c14c8ab293b694b6f03b3af2df0c2 41.79MB / 41.79MB 2.1s done
#13 sha256:50528990d25d0d19234b6c340b39147ef50ee163fe82c9cbfafe067114ccedf3 96.47MB / 158.62MB 3.9s
#13 sha256:73d5006ab8a485184f0490f2694ffc16397e122fe791553ea3c785a7a5f284a8 3.13MB / 3.13MB 0.2s done
#13 sha256:3f9ed991e53856f9a13b0e0781526c686cf441a2f44e2666d8d729d52e14dd40 233B / 233B 0.1s done
#13 sha256:89f6cdac0f47af558b9f459324b018a65c4f7cc5cb4bf6534b1fa7d3bbbbd82c 19.49MB / 19.49MB 0.5s done
#13 sha256:353de11681b2d36db971d2402ebdeb137a2651bc3fcf5545329be637b6b5c6a4 6.24MB / 6.24MB 0.4s done
#13 sha256:a348c2a8d94613f34ce7d0ac4fd4e51800d8f4aa8a0bc9347fe5c8436b4c3bd5 116.39MB / 202.65MB 2.9s
#13 sha256:843b1d8321825bc8302752ae003026f13bd15c6eef2efe032f3ca1520c5bbc07 64.00MB / 64.00MB 1.2s done
#13 sha256:364d19f59f69474a80c53fc78da91f85553e16e8ba6a28063cbebf259821119e 23.59MB / 23.59MB 0.8s done
#13 sha256:56c9b9253ff98351db158cb6789848656b8d54f411c0037347bf2358efb18f39 49.59MB / 49.59MB 0.9s done
#13 extracting sha256:56c9b9253ff98351db158cb6789848656b8d54f411c0037347bf2358efb18f39
#13 ...
#14 [linux/amd64 skidge 1/3] FROM docker.io/nicocool84/slidge-base:latest@sha256:ac7d2895476d7d0e104b3d4007c08b2c9d5fee4e01b0fd100bafd69593a62015
#14 resolve docker.io/nicocool84/slidge-base:latest@sha256:ac7d2895476d7d0e104b3d4007c08b2c9d5fee4e01b0fd100bafd69593a62015 0.0s done
#14 sha256:b09e3395b3a587d96a2fd875e1589fc9aac06314c70236775a5febf21b79b929 256B / 256B 0.1s done
#14 sha256:95e8abbafea3160da5c9312e47123924f28b97c15f893ecddeefe38e9fb9b3ad 3.21MB / 3.21MB 0.3s done
#14 sha256:0760f32dc5e76e60cf9e186234acabd4ff20e5d7259e2654082a719c4c0402d0 33.99MB / 33.99MB 0.7s done
#14 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.3s done
#14 sha256:0f1fdcbffc1fb3abf162594617fd2b424ab3e7f413deb30606fbde5203c9a37e 653B / 653B 0.1s done
#14 sha256:f3ddca2aeac22d9657e0ad6297046046e818038e6ee2377ee58d357db56beb24 706B / 706B 0.1s done
#14 sha256:9dd15dfae327c46a28239383b1888e2c2e89c13b015c88ad59d67d4bc7dd5b80 233B / 233B 0.1s done
#14 sha256:b2a91df25834fc0ebbae351f0d4634818c15b39677e8c41a4086afacc9aaa996 45.00MB / 45.00MB 0.8s done
#14 sha256:4ca7c9142b274a45bacbaecd0fbc356134b73f64f727e2704e3b16238de78373 12.87MB / 12.87MB 0.4s done
#14 sha256:5db8b080f806a2ce605798cea901bea3899c6f521737e4b87a15b78b20d739bd 3.51MB / 3.51MB 0.2s done
#14 sha256:a2318d6c47ec9cac5acc500c47c79602bcf953cec711a18bc898911a0984365b 29.13MB / 29.13MB 0.7s done
#14 extracting sha256:a2318d6c47ec9cac5acc500c47c79602bcf953cec711a18bc898911a0984365b 1.0s done
#14 extracting sha256:5db8b080f806a2ce605798cea901bea3899c6f521737e4b87a15b78b20d739bd 0.2s done
#14 extracting sha256:4ca7c9142b274a45bacbaecd0fbc356134b73f64f727e2704e3b16238de78373 1.0s done
#14 extracting sha256:9dd15dfae327c46a28239383b1888e2c2e89c13b015c88ad59d67d4bc7dd5b80 done
#14 extracting sha256:95e8abbafea3160da5c9312e47123924f28b97c15f893ecddeefe38e9fb9b3ad 0.4s done
#14 extracting sha256:b2a91df25834fc0ebbae351f0d4634818c15b39677e8c41a4086afacc9aaa996 2.6s done
#14 extracting sha256:0f1fdcbffc1fb3abf162594617fd2b424ab3e7f413deb30606fbde5203c9a37e done
#14 extracting sha256:f3ddca2aeac22d9657e0ad6297046046e818038e6ee2377ee58d357db56beb24 0.0s done
#14 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.0s done
#14 extracting sha256:0760f32dc5e76e60cf9e186234acabd4ff20e5d7259e2654082a719c4c0402d0
#14 ...
#13 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#13 sha256:a348c2a8d94613f34ce7d0ac4fd4e51800d8f4aa8a0bc9347fe5c8436b4c3bd5 127.93MB / 202.65MB 3.2s
#13 sha256:50528990d25d0d19234b6c340b39147ef50ee163fe82c9cbfafe067114ccedf3 110.10MB / 158.62MB 4.4s
#13 sha256:a348c2a8d94613f34ce7d0ac4fd4e51800d8f4aa8a0bc9347fe5c8436b4c3bd5 138.41MB / 202.65MB 3.3s
#13 sha256:a348c2a8d94613f34ce7d0ac4fd4e51800d8f4aa8a0bc9347fe5c8436b4c3bd5 150.99MB / 202.65MB 3.8s
#13 sha256:50528990d25d0d19234b6c340b39147ef50ee163fe82c9cbfafe067114ccedf3 123.73MB / 158.62MB 5.0s
#13 sha256:a348c2a8d94613f34ce7d0ac4fd4e51800d8f4aa8a0bc9347fe5c8436b4c3bd5 165.68MB / 202.65MB 4.1s
#13 sha256:50528990d25d0d19234b6c340b39147ef50ee163fe82c9cbfafe067114ccedf3 134.22MB / 158.62MB 5.4s
#13 sha256:a348c2a8d94613f34ce7d0ac4fd4e51800d8f4aa8a0bc9347fe5c8436b4c3bd5 184.55MB / 202.65MB 4.5s
#13 sha256:a348c2a8d94613f34ce7d0ac4fd4e51800d8f4aa8a0bc9347fe5c8436b4c3bd5 196.08MB / 202.65MB 4.8s
#13 sha256:50528990d25d0d19234b6c340b39147ef50ee163fe82c9cbfafe067114ccedf3 142.61MB / 158.62MB 6.0s
#13 ...
#14 [linux/amd64 skidge 1/3] FROM docker.io/nicocool84/slidge-base:latest@sha256:ac7d2895476d7d0e104b3d4007c08b2c9d5fee4e01b0fd100bafd69593a62015
#14 extracting sha256:0760f32dc5e76e60cf9e186234acabd4ff20e5d7259e2654082a719c4c0402d0 3.0s done
#14 extracting sha256:b09e3395b3a587d96a2fd875e1589fc9aac06314c70236775a5febf21b79b929 0.2s done
#14 DONE 12.1s
#13 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#13 sha256:a348c2a8d94613f34ce7d0ac4fd4e51800d8f4aa8a0bc9347fe5c8436b4c3bd5 202.65MB / 202.65MB 5.0s done
#13 sha256:50528990d25d0d19234b6c340b39147ef50ee163fe82c9cbfafe067114ccedf3 158.62MB / 158.62MB 6.2s done
#13 extracting sha256:56c9b9253ff98351db158cb6789848656b8d54f411c0037347bf2358efb18f39 3.6s done
#13 extracting sha256:364d19f59f69474a80c53fc78da91f85553e16e8ba6a28063cbebf259821119e
#13 extracting sha256:364d19f59f69474a80c53fc78da91f85553e16e8ba6a28063cbebf259821119e 0.9s done
#13 extracting sha256:843b1d8321825bc8302752ae003026f13bd15c6eef2efe032f3ca1520c5bbc07
#13 ...
#12 [linux/arm64 skidge 1/3] FROM docker.io/nicocool84/slidge-base:latest@sha256:ac7d2895476d7d0e104b3d4007c08b2c9d5fee4e01b0fd100bafd69593a62015
#12 extracting sha256:a60f0c70fdaea8a277aaba5bc30c9e8b9993147c83eb1dacb3489318877f34f9 2.9s done
#12 extracting sha256:5a24231753f17c318e8cf38ddbf383a13d3b977902b80492c02b732d4caaa6fc 0.0s done
#12 extracting sha256:ec4575058041b70ea06a6e6481787f19dbbb020132f6df43c020fb814c07847b 0.1s done
#12 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.0s done
#12 extracting sha256:bbf92e6c210b96c0cdc56cf828813e78837da3649ff84b204c713ce38aab5f73 2.3s done
#12 extracting sha256:39037801dfc4f0a9ecd086cfa10b9e8cb2bde8d5d603e5fca6306db21ca04c57 done
#12 DONE 14.5s
#11 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#11 extracting sha256:2e66a70da0bec13fb3d492fcdef60fd8a5ef0a1a65c4e8a4909e26742852f0f2 4.3s done
#11 extracting sha256:1c8ff076d818ad6b8557e03e10c83657cc716ab287c8380054ff91571c8cae81
#11 ...
#13 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#13 extracting sha256:843b1d8321825bc8302752ae003026f13bd15c6eef2efe032f3ca1520c5bbc07 2.7s done
#13 extracting sha256:a348c2a8d94613f34ce7d0ac4fd4e51800d8f4aa8a0bc9347fe5c8436b4c3bd5
#13 ...
#11 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#11 extracting sha256:1c8ff076d818ad6b8557e03e10c83657cc716ab287c8380054ff91571c8cae81 9.1s done
#11 DONE 17.9s
#11 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#11 extracting sha256:ddcca6e3f42035ac03358d82b13b5be2a118cd4bacb2772f93c9b863acb9927a
#11 extracting sha256:ddcca6e3f42035ac03358d82b13b5be2a118cd4bacb2772f93c9b863acb9927a 0.4s done
#11 DONE 18.3s
#13 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#13 ...
#11 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#11 extracting sha256:b138557b3c9168650e12f59c1b94ca139d6856ab2d9c9254d01f092f08c92894 0.5s done
#11 extracting sha256:f941e69671672ba68a9d7c8500f25b8e12f5aef94f4ba97c8fba1c5212435813 done
#11 extracting sha256:40686028595ecbb07f1b3250557eced506227cbf2af14ff8ccaa2eefb8fd303d 0.2s done
#11 DONE 19.0s
#11 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#11 extracting sha256:3fdbff0e0fc04d4719576506b9b5a1c413c776efc98d79e8d18754b8f1f70982
#11 extracting sha256:3fdbff0e0fc04d4719576506b9b5a1c413c776efc98d79e8d18754b8f1f70982 3.9s done
#11 DONE 22.9s
#13 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#13 ...
#11 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#11 extracting sha256:c58a9ca35c4208b7a631798b9340f14d02e9b97c1af9e1ca4169922688dd4cf4
#11 ...
#13 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#13 extracting sha256:a348c2a8d94613f34ce7d0ac4fd4e51800d8f4aa8a0bc9347fe5c8436b4c3bd5 6.3s done
#13 DONE 23.1s
#13 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#13 extracting sha256:353de11681b2d36db971d2402ebdeb137a2651bc3fcf5545329be637b6b5c6a4
#13 extracting sha256:353de11681b2d36db971d2402ebdeb137a2651bc3fcf5545329be637b6b5c6a4 0.4s done
#13 extracting sha256:89f6cdac0f47af558b9f459324b018a65c4f7cc5cb4bf6534b1fa7d3bbbbd82c
#13 extracting sha256:89f6cdac0f47af558b9f459324b018a65c4f7cc5cb4bf6534b1fa7d3bbbbd82c 0.5s done
#13 extracting sha256:3f9ed991e53856f9a13b0e0781526c686cf441a2f44e2666d8d729d52e14dd40
#13 ...
#11 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#11 extracting sha256:c58a9ca35c4208b7a631798b9340f14d02e9b97c1af9e1ca4169922688dd4cf4 1.2s done
#11 DONE 24.1s
#13 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#13 extracting sha256:3f9ed991e53856f9a13b0e0781526c686cf441a2f44e2666d8d729d52e14dd40 0.0s done
#13 extracting sha256:73d5006ab8a485184f0490f2694ffc16397e122fe791553ea3c785a7a5f284a8
#13 extracting sha256:73d5006ab8a485184f0490f2694ffc16397e122fe791553ea3c785a7a5f284a8 0.2s done
#13 extracting sha256:50528990d25d0d19234b6c340b39147ef50ee163fe82c9cbfafe067114ccedf3
#13 ...
#11 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#11 extracting sha256:811f40651e78f3b4a46ca64a63b35182177121beda69f91f15c905f46920dfa0 done
#11 extracting sha256:038f3cd58bdb0b1755410999f0560bde45aa8243d251f817c7240fa3df9c7035 0.3s done
#11 DONE 24.4s
#11 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#11 extracting sha256:247efd225da07124dee9ea00237596a1b975daab33d0ec23c2262ede96be6f82 done
#11 extracting sha256:cf4548d237a28918858efbca088f84bd36103a76a237262414a4d4c139504cc2 done
#11 DONE 24.4s
#15 [linux/amd64 builder 2/4] COPY poetry.lock pyproject.toml /build/
#15 DONE 0.5s
#13 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#13 ...
#16 [linux/amd64 builder 3/4] RUN poetry export --without-hashes >requirements.txt
#16 0.354 Warning: poetry-plugin-export will not be installed by default in a future version of Poetry.
#16 0.354 In order to avoid a breaking change and make your automation forward-compatible, please install poetry-plugin-export explicitly. See https://python-poetry.org/docs/plugins/#using-plugins for details on how to install a plugin.
#16 0.354 To disable this warning run 'poetry config warnings.export false'.
#16 DONE 0.6s
#17 [linux/amd64 builder 4/4] RUN python3 -m pip install --requirement requirements.txt
#17 0.504 Ignoring brotlicffi: markers 'platform_python_implementation != "CPython" and python_version >= "3.11" and python_version < "4.0"' don't match your environment
#17 0.508 Ignoring colorama: markers 'python_version >= "3.11" and python_version < "4.0" and platform_system == "Windows"' don't match your environment
#17 0.591 Collecting aiodns==3.2.0 (from -r requirements.txt (line 1))
#17 0.628 Downloading aiodns-3.2.0-py3-none-any.whl.metadata (4.0 kB)
#17 0.666 Collecting aiohappyeyeballs==2.4.0 (from -r requirements.txt (line 2))
#17 0.670 Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl.metadata (5.9 kB)
#17 0.904 Collecting aiohttp==3.10.5 (from aiohttp[speedups]==3.10.5->-r requirements.txt (line 3))
#17 0.908 Downloading aiohttp-3.10.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.5 kB)
#17 0.931 Collecting aiosignal==1.3.1 (from -r requirements.txt (line 4))
#17 0.935 Downloading aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
#17 0.973 Collecting alembic==1.13.2 (from -r requirements.txt (line 5))
#17 0.977 Downloading alembic-1.13.2-py3-none-any.whl.metadata (7.4 kB)
#17 1.004 Collecting attrs==24.2.0 (from -r requirements.txt (line 6))
#17 1.008 Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB)
#17 1.037 Collecting beautifulsoup4==4.12.3 (from -r requirements.txt (line 7))
#17 1.041 Downloading beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
#17 1.081 Collecting brotli==1.1.0 (from -r requirements.txt (line 8))
#17 1.085 Downloading Brotli-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.5 kB)
#17 1.121 Collecting certifi==2024.8.30 (from -r requirements.txt (line 10))
#17 1.122 Using cached certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB)
#17 1.267 Collecting cffi==1.17.1 (from -r requirements.txt (line 11))
#17 1.269 Using cached cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
#17 1.349 Collecting charset-normalizer==3.3.2 (from -r requirements.txt (line 12))
#17 1.351 Using cached charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)
#17 1.373 Collecting configargparse==1.7 (from -r requirements.txt (line 14))
#17 1.377 Downloading ConfigArgParse-1.7-py3-none-any.whl.metadata (23 kB)
#17 1.518 Collecting cryptography==43.0.1 (from -r requirements.txt (line 15))
#17 1.519 Using cached cryptography-43.0.1-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB)
#17 1.542 Collecting defusedxml==0.7.1 (from -r requirements.txt (line 16))
#17 1.545 Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB)
#17 1.594 Collecting frozenlist==1.4.1 (from -r requirements.txt (line 17))
#17 1.599 Downloading frozenlist-1.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB)
#17 1.698 Collecting greenlet==3.1.0 (from -r requirements.txt (line 18))
#17 1.702 Downloading greenlet-3.1.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (3.8 kB)
#17 1.726 Collecting idna==3.8 (from -r requirements.txt (line 19))
#17 1.727 Using cached idna-3.8-py3-none-any.whl.metadata (9.9 kB)
#17 1.779 Collecting mako==1.3.5 (from -r requirements.txt (line 20))
#17 1.783 Downloading Mako-1.3.5-py3-none-any.whl.metadata (2.9 kB)
#17 1.829 Collecting markupsafe==2.1.5 (from -r requirements.txt (line 21))
#17 1.831 Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
#17 1.970 Collecting multidict==6.1.0 (from -r requirements.txt (line 22))
#17 1.974 Downloading multidict-6.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.0 kB)
#17 2.025 Collecting pickle-secure==0.99.9 (from -r requirements.txt (line 23))
#17 2.031 Downloading pickle_secure-0.99.9-py3-none-any.whl.metadata (2.3 kB)
#17 2.213 Collecting pillow==10.4.0 (from -r requirements.txt (line 24))
#17 2.217 Downloading pillow-10.4.0-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (9.2 kB)
#17 2.283 Collecting pyasn1-modules==0.4.1 (from -r requirements.txt (line 25))
#17 2.289 Downloading pyasn1_modules-0.4.1-py3-none-any.whl.metadata (3.5 kB)
#17 2.525 Collecting pyasn1==0.6.1 (from -r requirements.txt (line 26))
#17 2.529 Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB)
#17 2.583 Collecting pycares==4.4.0 (from -r requirements.txt (line 27))
#17 2.589 Downloading pycares-4.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB)
#17 2.612 Collecting pycparser==2.22 (from -r requirements.txt (line 28))
#17 2.615 Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
#17 2.638 Collecting pypng==0.20220715.0 (from -r requirements.txt (line 29))
#17 2.642 Downloading pypng-0.20220715.0-py3-none-any.whl.metadata (13 kB)
#17 2.674 Collecting python-magic==0.4.27 (from -r requirements.txt (line 30))
#17 2.678 Downloading python_magic-0.4.27-py2.py3-none-any.whl.metadata (5.8 kB)
#17 2.705 Collecting qrcode==7.4.2 (from -r requirements.txt (line 31))
#17 2.709 Downloading qrcode-7.4.2-py3-none-any.whl.metadata (17 kB)
#17 2.806 Collecting requests==2.32.3 (from -r requirements.txt (line 32))
#17 2.808 Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
#17 2.831 Collecting skpy==0.10.7 (from -r requirements.txt (line 33))
#17 2.837 Downloading SkPy-0.10.7-py3-none-any.whl.metadata (3.7 kB)
#17 2.864 Collecting slidge==0.2.0b1 (from -r requirements.txt (line 34))
#17 2.871 Downloading slidge-0.2.0b1-py3-none-any.whl.metadata (5.0 kB)
#17 2.894 Collecting slixmpp==1.8.5 (from -r requirements.txt (line 35))
#17 2.900 Downloading slixmpp-1.8.5.tar.gz (574 kB)
#17 2.912 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 574.6/574.6 kB 84.5 MB/s eta 0:00:00
#17 3.044 Installing build dependencies: started
#17 ...
#13 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#13 extracting sha256:50528990d25d0d19234b6c340b39147ef50ee163fe82c9cbfafe067114ccedf3 3.2s done
#13 extracting sha256:901187e618a6317428ebd54b08d6bad7880c14c8ab293b694b6f03b3af2df0c2 1.1s done
#13 extracting sha256:21ce966dfd7a342ccbbfd15006997312004d469ab63c685a97f640f6e528da4a done
#13 extracting sha256:f0d004b6a21fa9be946bfae0b3516a3c3127e3be594b4766cb25db4962bac5a2 0.3s done
#13 extracting sha256:2b52f86c291385e429af07d4ba515311d725561a9570fa3574486f3004b2d776 done
#13 extracting sha256:d56237b3a0e2d128cda3e283bbed6ba7e1a0ddcc73fedd5a0662e2d1f990bccf done
#13 DONE 28.8s
#18 [linux/arm64 builder 2/4] COPY poetry.lock pyproject.toml /build/
#18 DONE 0.2s
#17 [linux/amd64 builder 4/4] RUN python3 -m pip install --requirement requirements.txt
#17 4.545 Installing build dependencies: finished with status 'done'
#17 4.546 Getting requirements to build wheel: started
#17 4.810 Getting requirements to build wheel: finished with status 'done'
#17 4.811 Preparing metadata (pyproject.toml): started
#17 5.022 Preparing metadata (pyproject.toml): finished with status 'done'
#17 5.050 Collecting soupsieve==2.6 (from -r requirements.txt (line 36))
#17 5.055 Downloading soupsieve-2.6-py3-none-any.whl.metadata (4.6 kB)
#17 5.278 Collecting sqlalchemy==2.0.34 (from -r requirements.txt (line 37))
#17 5.281 Downloading SQLAlchemy-2.0.34-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.6 kB)
#17 5.303 Collecting thumbhash==0.1.2 (from -r requirements.txt (line 38))
#17 5.308 Downloading thumbhash-0.1.2-py3-none-any.whl.metadata (2.1 kB)
#17 5.336 Collecting typing-extensions==4.12.2 (from -r requirements.txt (line 39))
#17 5.340 Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
#17 5.384 Collecting urllib3==2.2.3 (from -r requirements.txt (line 40))
#17 5.387 Downloading urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB)
#17 5.585 Collecting yarl==1.11.1 (from -r requirements.txt (line 41))
#17 5.590 Downloading yarl-1.11.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (48 kB)
#17 5.593 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.2/48.2 kB 20.9 MB/s eta 0:00:00
#17 5.898 Downloading aiodns-3.2.0-py3-none-any.whl (5.7 kB)
#17 5.903 Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB)
#17 5.914 Downloading aiohttp-3.10.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
#17 5.926 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 132.1 MB/s eta 0:00:00
#17 5.930 Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
#17 5.935 Downloading alembic-1.13.2-py3-none-any.whl (232 kB)
#17 5.943 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.0/233.0 kB 35.8 MB/s eta 0:00:00
#17 5.948 Downloading attrs-24.2.0-py3-none-any.whl (63 kB)
#17 5.951 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.0/63.0 kB 34.1 MB/s eta 0:00:00
#17 5.956 Downloading beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
#17 5.959 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.9/147.9 kB 68.7 MB/s eta 0:00:00
#17 5.967 Downloading Brotli-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB)
#17 5.989 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 156.1 MB/s eta 0:00:00
#17 5.991 Using cached certifi-2024.8.30-py3-none-any.whl (167 kB)
#17 5.992 Using cached cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB)
#17 5.995 Using cached charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB)
#17 5.999 Downloading ConfigArgParse-1.7-py3-none-any.whl (25 kB)
#17 6.002 Using cached cryptography-43.0.1-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB)
#17 6.012 Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
#17 6.018 Downloading frozenlist-1.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272 kB)
#17 6.023 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 76.5 MB/s eta 0:00:00
#17 6.030 Downloading greenlet-3.1.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (622 kB)
#17 6.042 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 622.7/622.7 kB 107.3 MB/s eta 0:00:00
#17 6.042 Using cached idna-3.8-py3-none-any.whl (66 kB)
#17 6.043 Downloading Mako-1.3.5-py3-none-any.whl (78 kB)
#17 6.046 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.6/78.6 kB 39.7 MB/s eta 0:00:00
#17 6.052 Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB)
#17 6.060 Downloading multidict-6.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129 kB)
#17 6.063 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.0/129.0 kB 62.8 MB/s eta 0:00:00
#17 6.068 Downloading pickle_secure-0.99.9-py3-none-any.whl (6.6 kB)
#17 6.078 Downloading pillow-10.4.0-cp311-cp311-manylinux_2_28_x86_64.whl (4.5 MB)
#17 6.110 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 149.6 MB/s eta 0:00:00
#17 6.115 Downloading pyasn1_modules-0.4.1-py3-none-any.whl (181 kB)
#17 6.119 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.5/181.5 kB 69.4 MB/s eta 0:00:00
#17 6.124 Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB)
#17 6.128 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/83.1 kB 30.6 MB/s eta 0:00:00
#17 6.133 Downloading pycares-4.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288 kB)
#17 6.138 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 288.7/288.7 kB 86.5 MB/s eta 0:00:00
#17 6.140 Using cached pycparser-2.22-py3-none-any.whl (117 kB)
#17 6.144 Downloading pypng-0.20220715.0-py3-none-any.whl (58 kB)
#17 6.147 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.1/58.1 kB 30.1 MB/s eta 0:00:00
#17 6.152 Downloading python_magic-0.4.27-py2.py3-none-any.whl (13 kB)
#17 6.159 Downloading qrcode-7.4.2-py3-none-any.whl (46 kB)
#17 6.163 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.2/46.2 kB 22.6 MB/s eta 0:00:00
#17 6.165 Using cached requests-2.32.3-py3-none-any.whl (64 kB)
#17 6.170 Downloading SkPy-0.10.7-py3-none-any.whl (49 kB)
#17 6.174 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 kB 25.2 MB/s eta 0:00:00
#17 6.179 Downloading slidge-0.2.0b1-py3-none-any.whl (211 kB)
#17 6.185 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.2/211.2 kB 74.8 MB/s eta 0:00:00
#17 6.189 Downloading soupsieve-2.6-py3-none-any.whl (36 kB)
#17 6.197 Downloading SQLAlchemy-2.0.34-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB)
#17 6.221 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 150.3 MB/s eta 0:00:00
#17 6.228 Downloading thumbhash-0.1.2-py3-none-any.whl (5.1 kB)
#17 6.237 Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
#17 6.242 Downloading urllib3-2.2.3-py3-none-any.whl (126 kB)
#17 6.246 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.3/126.3 kB 55.6 MB/s eta 0:00:00
#17 6.252 Downloading yarl-1.11.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (487 kB)
#17 6.258 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 487.8/487.8 kB 105.2 MB/s eta 0:00:00
#17 6.294 Building wheels for collected packages: slixmpp
#17 6.296 Building wheel for slixmpp (pyproject.toml): started
#17 6.789 Building wheel for slixmpp (pyproject.toml): finished with status 'done'
#17 6.790 Created wheel for slixmpp: filename=slixmpp-1.8.5-py3-none-any.whl size=511619 sha256=ddaf970a58a11c75b47d3b0d2d7c10b276beaae6baf80d4a43b624207a91723f
#17 6.791 Stored in directory: /root/.cache/pip/wheels/bd/36/1f/bb5720bf3bf0d3ad08642be1ea7c2c5e0b63bdf4e2a1dc8798
#17 6.795 Successfully built slixmpp
#17 6.932 Installing collected packages: pypng, brotli, urllib3, typing-extensions, thumbhash, soupsieve, python-magic, pycparser, pyasn1, pillow, multidict, markupsafe, idna, greenlet, frozenlist, defusedxml, configargparse, charset-normalizer, certifi, attrs, aiohappyeyeballs, yarl, sqlalchemy, requests, qrcode, pyasn1-modules, mako, cffi, beautifulsoup4, aiosignal, skpy, pycares, cryptography, alembic, aiohttp, pickle-secure, aiodns, slixmpp, slidge
#17 ...
#19 [linux/arm64 builder 3/4] RUN poetry export --without-hashes >requirements.txt
#19 2.850 Warning: poetry-plugin-export will not be installed by default in a future version of Poetry.
#19 2.850 In order to avoid a breaking change and make your automation forward-compatible, please install poetry-plugin-export explicitly. See https://python-poetry.org/docs/plugins/#using-plugins for details on how to install a plugin.
#19 2.850 To disable this warning run 'poetry config warnings.export false'.
#19 DONE 4.4s
#20 [linux/arm64 builder 4/4] RUN python3 -m pip install --requirement requirements.txt
#20 ...
#17 [linux/amd64 builder 4/4] RUN python3 -m pip install --requirement requirements.txt
#17 9.403 Successfully installed aiodns-3.2.0 aiohappyeyeballs-2.4.0 aiohttp-3.10.5 aiosignal-1.3.1 alembic-1.13.2 attrs-24.2.0 beautifulsoup4-4.12.3 brotli-1.1.0 certifi-2024.8.30 cffi-1.17.1 charset-normalizer-3.3.2 configargparse-1.7 cryptography-43.0.1 defusedxml-0.7.1 frozenlist-1.4.1 greenlet-3.1.0 idna-3.8 mako-1.3.5 markupsafe-2.1.5 multidict-6.1.0 pickle-secure-0.99.9 pillow-10.4.0 pyasn1-0.6.1 pyasn1-modules-0.4.1 pycares-4.4.0 pycparser-2.22 pypng-0.20220715.0 python-magic-0.4.27 qrcode-7.4.2 requests-2.32.3 skpy-0.10.7 slidge-0.2.0b1 slixmpp-1.8.5 soupsieve-2.6 sqlalchemy-2.0.34 thumbhash-0.1.2 typing-extensions-4.12.2 urllib3-2.2.3 yarl-1.11.1
#17 9.435
#17 9.435 [notice] A new release of pip is available: 24.0 -> 24.2
#17 9.435 [notice] To update, run: pip install --upgrade pip
#17 DONE 10.1s
#20 [linux/arm64 builder 4/4] RUN python3 -m pip install --requirement requirements.txt
#20 2.547 Ignoring brotlicffi: markers 'platform_python_implementation != "CPython" and python_version >= "3.11" and python_version < "4.0"' don't match your environment
#20 2.555 Ignoring colorama: markers 'python_version >= "3.11" and python_version < "4.0" and platform_system == "Windows"' don't match your environment
#20 3.097 Collecting aiodns==3.2.0 (from -r requirements.txt (line 1))
#20 3.452 Downloading aiodns-3.2.0-py3-none-any.whl.metadata (4.0 kB)
#20 3.621 Collecting aiohappyeyeballs==2.4.0 (from -r requirements.txt (line 2))
#20 3.635 Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl.metadata (5.9 kB)
#20 ...
#21 [linux/amd64 skidge 2/3] COPY --from=builder /venv /venv
#21 DONE 1.0s
#22 [linux/amd64 skidge 3/3] COPY ./skidge /venv/lib/python/site-packages/legacy_module
#22 DONE 0.0s
#20 [linux/arm64 builder 4/4] RUN python3 -m pip install --requirement requirements.txt
#20 5.968 Collecting aiohttp==3.10.5 (from aiohttp[speedups]==3.10.5->-r requirements.txt (line 3))
#20 5.982 Downloading aiohttp-3.10.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.5 kB)
#20 6.058 Collecting aiosignal==1.3.1 (from -r requirements.txt (line 4))
#20 6.069 Downloading aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
#20 6.351 Collecting alembic==1.13.2 (from -r requirements.txt (line 5))
#20 6.362 Downloading alembic-1.13.2-py3-none-any.whl.metadata (7.4 kB)
#20 6.494 Collecting attrs==24.2.0 (from -r requirements.txt (line 6))
#20 6.505 Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB)
#20 6.686 Collecting beautifulsoup4==4.12.3 (from -r requirements.txt (line 7))
#20 6.696 Downloading beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
#20 6.906 Collecting brotli==1.1.0 (from -r requirements.txt (line 8))
#20 6.917 Downloading Brotli-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (5.5 kB)
#20 7.065 Collecting certifi==2024.8.30 (from -r requirements.txt (line 10))
#20 7.071 Using cached certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB)
#20 7.969 Collecting cffi==1.17.1 (from -r requirements.txt (line 11))
#20 7.975 Using cached cffi-1.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
#20 8.493 Collecting charset-normalizer==3.3.2 (from -r requirements.txt (line 12))
#20 8.499 Using cached charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (33 kB)
#20 8.529 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /simple/configargparse/
#20 8.851 Collecting configargparse==1.7 (from -r requirements.txt (line 14))
#20 8.861 Downloading ConfigArgParse-1.7-py3-none-any.whl.metadata (23 kB)
#20 10.34 Collecting cryptography==43.0.1 (from -r requirements.txt (line 15))
#20 10.34 Using cached cryptography-43.0.1-cp39-abi3-manylinux_2_28_aarch64.whl.metadata (5.4 kB)
#20 10.42 Collecting defusedxml==0.7.1 (from -r requirements.txt (line 16))
#20 10.43 Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB)
#20 10.83 Collecting frozenlist==1.4.1 (from -r requirements.txt (line 17))
#20 10.84 Downloading frozenlist-1.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (12 kB)
#20 11.79 Collecting greenlet==3.1.0 (from -r requirements.txt (line 18))
#20 11.80 Downloading greenlet-3.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.8 kB)
#20 11.90 Collecting idna==3.8 (from -r requirements.txt (line 19))
#20 11.91 Using cached idna-3.8-py3-none-any.whl.metadata (9.9 kB)
#20 12.04 Collecting mako==1.3.5 (from -r requirements.txt (line 20))
#20 12.05 Downloading Mako-1.3.5-py3-none-any.whl.metadata (2.9 kB)
#20 12.39 Collecting markupsafe==2.1.5 (from -r requirements.txt (line 21))
#20 12.40 Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.0 kB)
#20 13.76 Collecting multidict==6.1.0 (from -r requirements.txt (line 22))
#20 13.78 Downloading multidict-6.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (5.0 kB)
#20 13.93 Collecting pickle-secure==0.99.9 (from -r requirements.txt (line 23))
#20 13.94 Downloading pickle_secure-0.99.9-py3-none-any.whl.metadata (2.3 kB)
#20 15.32 Collecting pillow==10.4.0 (from -r requirements.txt (line 24))
#20 15.33 Downloading pillow-10.4.0-cp311-cp311-manylinux_2_28_aarch64.whl.metadata (9.2 kB)
#20 15.49 Collecting pyasn1-modules==0.4.1 (from -r requirements.txt (line 25))
#20 15.50 Downloading pyasn1_modules-0.4.1-py3-none-any.whl.metadata (3.5 kB)
#20 15.69 Collecting pyasn1==0.6.1 (from -r requirements.txt (line 26))
#20 15.70 Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB)
#20 16.01 Collecting pycares==4.4.0 (from -r requirements.txt (line 27))
#20 16.02 Downloading pycares-4.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (4.1 kB)
#20 16.09 Collecting pycparser==2.22 (from -r requirements.txt (line 28))
#20 16.09 Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
#20 16.15 Collecting pypng==0.20220715.0 (from -r requirements.txt (line 29))
#20 16.16 Downloading pypng-0.20220715.0-py3-none-any.whl.metadata (13 kB)
#20 16.28 Collecting python-magic==0.4.27 (from -r requirements.txt (line 30))
#20 16.29 Downloading python_magic-0.4.27-py2.py3-none-any.whl.metadata (5.8 kB)
#20 16.37 Collecting qrcode==7.4.2 (from -r requirements.txt (line 31))
#20 16.38 Downloading qrcode-7.4.2-py3-none-any.whl.metadata (17 kB)
#20 16.64 Collecting requests==2.32.3 (from -r requirements.txt (line 32))
#20 16.65 Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
#20 16.71 Collecting skpy==0.10.7 (from -r requirements.txt (line 33))
#20 16.72 Downloading SkPy-0.10.7-py3-none-any.whl.metadata (3.7 kB)
#20 16.83 Collecting slidge==0.2.0b1 (from -r requirements.txt (line 34))
#20 16.85 Downloading slidge-0.2.0b1-py3-none-any.whl.metadata (5.0 kB)
#20 17.00 Collecting slixmpp==1.8.5 (from -r requirements.txt (line 35))
#20 17.02 Downloading slixmpp-1.8.5.tar.gz (574 kB)
#20 17.07 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 574.6/574.6 kB 18.5 MB/s eta 0:00:00
#20 17.86 Installing build dependencies: started
#20 27.60 Installing build dependencies: finished with status 'done'
#20 27.60 Getting requirements to build wheel: started
#20 29.61 Getting requirements to build wheel: finished with status 'done'
#20 29.62 Preparing metadata (pyproject.toml): started
#20 31.43 Preparing metadata (pyproject.toml): finished with status 'done'
#20 31.56 Collecting soupsieve==2.6 (from -r requirements.txt (line 36))
#20 31.57 Downloading soupsieve-2.6-py3-none-any.whl.metadata (4.6 kB)
#20 34.01 Collecting sqlalchemy==2.0.34 (from -r requirements.txt (line 37))
#20 34.02 Downloading SQLAlchemy-2.0.34-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (9.6 kB)
#20 34.17 Collecting thumbhash==0.1.2 (from -r requirements.txt (line 38))
#20 34.19 Downloading thumbhash-0.1.2-py3-none-any.whl.metadata (2.1 kB)
#20 34.32 Collecting typing-extensions==4.12.2 (from -r requirements.txt (line 39))
#20 34.33 Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
#20 34.64 Collecting urllib3==2.2.3 (from -r requirements.txt (line 40))
#20 34.65 Downloading urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB)
#20 35.98 Collecting yarl==1.11.1 (from -r requirements.txt (line 41))
#20 35.99 Downloading yarl-1.11.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (48 kB)
#20 36.01 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.2/48.2 kB 6.7 MB/s eta 0:00:00
#20 39.39 Downloading aiodns-3.2.0-py3-none-any.whl (5.7 kB)
#20 39.40 Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB)
#20 39.42 Downloading aiohttp-3.10.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB)
#20 39.50 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 20.8 MB/s eta 0:00:00
#20 39.51 Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
#20 39.52 Downloading alembic-1.13.2-py3-none-any.whl (232 kB)
#20 39.55 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.0/233.0 kB 16.3 MB/s eta 0:00:00
#20 39.56 Downloading attrs-24.2.0-py3-none-any.whl (63 kB)
#20 39.57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.0/63.0 kB 8.3 MB/s eta 0:00:00
#20 39.59 Downloading beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
#20 39.61 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.9/147.9 kB 13.5 MB/s eta 0:00:00
#20 39.63 Downloading Brotli-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB)
#20 39.77 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 21.6 MB/s eta 0:00:00
#20 39.78 Using cached certifi-2024.8.30-py3-none-any.whl (167 kB)
#20 39.78 Using cached cffi-1.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (469 kB)
#20 39.79 Using cached charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (136 kB)
#20 39.80 Downloading ConfigArgParse-1.7-py3-none-any.whl (25 kB)
#20 39.82 Using cached cryptography-43.0.1-cp39-abi3-manylinux_2_28_aarch64.whl (3.8 MB)
#20 39.86 Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
#20 39.87 Downloading frozenlist-1.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (273 kB)
#20 39.90 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 273.3/273.3 kB 16.9 MB/s eta 0:00:00
#20 39.91 Downloading greenlet-3.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (659 kB)
#20 39.96 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 659.4/659.4 kB 19.1 MB/s eta 0:00:00
#20 39.96 Using cached idna-3.8-py3-none-any.whl (66 kB)
#20 39.98 Downloading Mako-1.3.5-py3-none-any.whl (78 kB)
#20 39.99 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.6/78.6 kB 10.0 MB/s eta 0:00:00
#20 40.00 Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (29 kB)
#20 40.02 Downloading multidict-6.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (131 kB)
#20 40.04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.1/131.1 kB 13.3 MB/s eta 0:00:00
#20 40.05 Downloading pickle_secure-0.99.9-py3-none-any.whl (6.6 kB)
#20 40.07 Downloading pillow-10.4.0-cp311-cp311-manylinux_2_28_aarch64.whl (4.4 MB)
#20 40.28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 21.2 MB/s eta 0:00:00
#20 40.30 Downloading pyasn1_modules-0.4.1-py3-none-any.whl (181 kB)
#20 40.32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.5/181.5 kB 14.8 MB/s eta 0:00:00
#20 40.33 Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB)
#20 40.35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/83.1 kB 10.2 MB/s eta 0:00:00
#20 40.36 Downloading pycares-4.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (289 kB)
#20 40.38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.3/289.3 kB 17.1 MB/s eta 0:00:00
#20 40.39 Using cached pycparser-2.22-py3-none-any.whl (117 kB)
#20 40.40 Downloading pypng-0.20220715.0-py3-none-any.whl (58 kB)
#20 40.42 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.1/58.1 kB 8.2 MB/s eta 0:00:00
#20 40.43 Downloading python_magic-0.4.27-py2.py3-none-any.whl (13 kB)
#20 40.44 Downloading qrcode-7.4.2-py3-none-any.whl (46 kB)
#20 40.46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.2/46.2 kB 6.5 MB/s eta 0:00:00
#20 40.46 Using cached requests-2.32.3-py3-none-any.whl (64 kB)
#20 40.47 Downloading SkPy-0.10.7-py3-none-any.whl (49 kB)
#20 40.49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 kB 7.1 MB/s eta 0:00:00
#20 40.50 Downloading slidge-0.2.0b1-py3-none-any.whl (211 kB)
#20 40.53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.2/211.2 kB 15.6 MB/s eta 0:00:00
#20 40.54 Downloading soupsieve-2.6-py3-none-any.whl (36 kB)
#20 40.55 Downloading SQLAlchemy-2.0.34-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB)
#20 40.72 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 21.1 MB/s eta 0:00:00
#20 40.73 Downloading thumbhash-0.1.2-py3-none-any.whl (5.1 kB)
#20 40.74 Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
#20 40.76 Downloading urllib3-2.2.3-py3-none-any.whl (126 kB)
#20 40.78 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.3/126.3 kB 12.9 MB/s eta 0:00:00
#20 40.79 Downloading yarl-1.11.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (485 kB)
#20 40.83 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 485.0/485.0 kB 18.8 MB/s eta 0:00:00
#20 41.18 Building wheels for collected packages: slixmpp
#20 41.18 Building wheel for slixmpp (pyproject.toml): started
#20 44.30 Building wheel for slixmpp (pyproject.toml): finished with status 'done'
#20 44.31 Created wheel for slixmpp: filename=slixmpp-1.8.5-py3-none-any.whl size=511619 sha256=b58075461fb358735db028b73c7245fe6871801d8a41e1eb6a41cd502b4dbfc9
#20 44.31 Stored in directory: /root/.cache/pip/wheels/bd/36/1f/bb5720bf3bf0d3ad08642be1ea7c2c5e0b63bdf4e2a1dc8798
#20 44.33 Successfully built slixmpp
#20 45.59 Installing collected packages: pypng, brotli, urllib3, typing-extensions, thumbhash, soupsieve, python-magic, pycparser, pyasn1, pillow, multidict, markupsafe, idna, greenlet, frozenlist, defusedxml, configargparse, charset-normalizer, certifi, attrs, aiohappyeyeballs, yarl, sqlalchemy, requests, qrcode, pyasn1-modules, mako, cffi, beautifulsoup4, aiosignal, skpy, pycares, cryptography, alembic, aiohttp, pickle-secure, aiodns, slixmpp, slidge
#20 63.21 Successfully installed aiodns-3.2.0 aiohappyeyeballs-2.4.0 aiohttp-3.10.5 aiosignal-1.3.1 alembic-1.13.2 attrs-24.2.0 beautifulsoup4-4.12.3 brotli-1.1.0 certifi-2024.8.30 cffi-1.17.1 charset-normalizer-3.3.2 configargparse-1.7 cryptography-43.0.1 defusedxml-0.7.1 frozenlist-1.4.1 greenlet-3.1.0 idna-3.8 mako-1.3.5 markupsafe-2.1.5 multidict-6.1.0 pickle-secure-0.99.9 pillow-10.4.0 pyasn1-0.6.1 pyasn1-modules-0.4.1 pycares-4.4.0 pycparser-2.22 pypng-0.20220715.0 python-magic-0.4.27 qrcode-7.4.2 requests-2.32.3 skpy-0.10.7 slidge-0.2.0b1 slixmpp-1.8.5 soupsieve-2.6 sqlalchemy-2.0.34 thumbhash-0.1.2 typing-extensions-4.12.2 urllib3-2.2.3 yarl-1.11.1
#20 63.49
#20 63.49 [notice] A new release of pip is available: 24.0 -> 24.2
#20 63.49 [notice] To update, run: pip install --upgrade pip
#20 DONE 64.6s
#23 [linux/arm64 skidge 2/3] COPY --from=builder /venv /venv
#23 DONE 0.8s
#24 [linux/arm64 skidge 3/3] COPY ./skidge /venv/lib/python/site-packages/legacy_module
#24 DONE 0.0s
WARNING: No output specified with docker-container driver. Build result will only remain in the build cache. To push result image into registry use --push or to load image into docker use --load
+ docker buildx build --push --platform linux/arm64,linux/amd64 --tag docker.io/nicocool84/skidge:master --target skidge .
#0 building with "zealous_bhabha" instance using docker-container driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 517B done
#1 DONE 0.0s
#2 [linux/amd64 internal] load metadata for docker.io/nicocool84/slidge-base:latest
#2 ...
#3 [linux/arm64 internal] load metadata for docker.io/nicocool84/slidge-builder:latest
#3 DONE 0.3s
#4 [linux/amd64 internal] load metadata for docker.io/nicocool84/slidge-builder:latest
#4 DONE 0.3s
#2 [linux/amd64 internal] load metadata for docker.io/nicocool84/slidge-base:latest
#2 DONE 0.3s
#5 [internal] load .dockerignore
#5 transferring context: 2B done
#5 DONE 0.0s
#6 [linux/arm64 internal] load metadata for docker.io/nicocool84/slidge-base:latest
#6 DONE 0.3s
#7 [internal] load build context
#7 transferring context: 169B done
#7 DONE 0.0s
#8 [linux/amd64 skidge 1/3] FROM docker.io/nicocool84/slidge-base:latest@sha256:ac7d2895476d7d0e104b3d4007c08b2c9d5fee4e01b0fd100bafd69593a62015
#8 resolve docker.io/nicocool84/slidge-base:latest@sha256:ac7d2895476d7d0e104b3d4007c08b2c9d5fee4e01b0fd100bafd69593a62015 done
#8 DONE 0.0s
#9 [linux/arm64 skidge 1/3] FROM docker.io/nicocool84/slidge-base:latest@sha256:ac7d2895476d7d0e104b3d4007c08b2c9d5fee4e01b0fd100bafd69593a62015
#9 resolve docker.io/nicocool84/slidge-base:latest@sha256:ac7d2895476d7d0e104b3d4007c08b2c9d5fee4e01b0fd100bafd69593a62015 done
#9 DONE 0.0s
#10 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#10 resolve docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a done
#10 DONE 0.0s
#11 [linux/amd64 builder 4/4] RUN python3 -m pip install --requirement requirements.txt
#11 CACHED
#12 [linux/amd64 skidge 2/3] COPY --from=builder /venv /venv
#12 CACHED
#13 [linux/amd64 builder 3/4] RUN poetry export --without-hashes >requirements.txt
#13 CACHED
#14 [linux/amd64 builder 2/4] COPY poetry.lock pyproject.toml /build/
#14 CACHED
#15 [linux/amd64 skidge 3/3] COPY ./skidge /venv/lib/python/site-packages/legacy_module
#15 CACHED
#16 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a
#16 resolve docker.io/nicocool84/slidge-builder:latest@sha256:1c1b3fad45815f7abf0522a17f0e6fc60958feb7b9b3ad8cdcfb1a4b7feaf98a done
#16 DONE 0.0s
#17 [linux/arm64 skidge 2/3] COPY --from=builder /venv /venv
#17 CACHED
#18 [linux/arm64 builder 2/4] COPY poetry.lock pyproject.toml /build/
#18 CACHED
#19 [linux/arm64 builder 4/4] RUN python3 -m pip install --requirement requirements.txt
#19 CACHED
#20 [linux/arm64 builder 3/4] RUN poetry export --without-hashes >requirements.txt
#20 CACHED
#21 [linux/arm64 skidge 3/3] COPY ./skidge /venv/lib/python/site-packages/legacy_module
#21 CACHED
#22 exporting to image
#22 exporting layers
#22 exporting layers 3.1s done
#22 exporting manifest sha256:ac62642dabf051c862218b9e5e519f6cba2a5f1db5e93d6494c4b431e1e012e7 done
#22 exporting config sha256:10b0e1dbe449ba193bd067b8cf614d3cc315f2376ae28597bacb768a4c4eb32e done
#22 exporting attestation manifest sha256:62b422d21fb043b19c61f657dcaeff3fed7b41ca6c3d7320d30376b0618f2dda done
#22 exporting manifest sha256:716d8592707d77eba6178eeb09e952e6d755c0e0b57826a81c1660e5553c5990 done
#22 exporting config sha256:8bd76ac2ba1a8fa85efec859d78843bd0c9b61e60f453190e5df4e82051c697d done
#22 exporting attestation manifest sha256:ae32b90fd850421d4ed90a5b1b7b83b6cea9a42c1bf4e67941a3989eaa45007e done
#22 exporting manifest list sha256:ddec252990db3ea1ca1a008da056e27c02d3cb96949f59f22a74b07f891a8ec8 done
#22 pushing layers
#22 ...
#23 [auth] nicocool84/skidge:pull,push token for registry-1.docker.io
#23 DONE 0.0s
#22 exporting to image
#22 pushing layers 12.1s done
#22 pushing manifest for docker.io/nicocool84/skidge:master@sha256:ddec252990db3ea1ca1a008da056e27c02d3cb96949f59f22a74b07f891a8ec8
#22 pushing manifest for docker.io/nicocool84/skidge:master@sha256:ddec252990db3ea1ca1a008da056e27c02d3cb96949f59f22a74b07f891a8ec8 1.7s done
#22 DONE 17.0s
|