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 |
+ 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 "nifty_sammet" 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 3.8s done
#1 creating container buildx_buildkit_nifty_sammet0
#1 creating container buildx_buildkit_nifty_sammet0 0.2s done
#1 DONE 4.0s
#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 DONE 2.0s
#7 [linux/amd64 internal] load metadata for docker.io/nicocool84/slidge-builder:latest
#7 DONE 2.1s
#8 [linux/arm64 internal] load metadata for docker.io/nicocool84/slidge-builder:latest
#8 DONE 2.1s
#3 [linux/arm64 internal] load metadata for docker.io/nicocool84/slidge-base:latest
#3 DONE 2.1s
#9 [internal] load .dockerignore
#9 transferring context: 2B done
#9 DONE 0.0s
#10 [internal] load build context
#10 transferring context: 250.75kB done
#10 DONE 0.0s
#11 [linux/arm64 skidge 1/3] FROM docker.io/nicocool84/slidge-base:latest@sha256:4f402c39c872bcd59b004e8f981f5bee84f93bc208ba666e7f49a1632c5296d6
#11 resolve docker.io/nicocool84/slidge-base:latest@sha256:4f402c39c872bcd59b004e8f981f5bee84f93bc208ba666e7f49a1632c5296d6 0.0s done
#11 DONE 0.1s
#12 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#12 resolve docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1 0.0s done
#12 sha256:bfef0dac4b889ee113406a6c9a6e81ce9af8bb88b6644ed742fad31c218cb004 0B / 95B 0.2s
#12 sha256:12a0a16528d27c20144310bf8b95e8c2530622cb456adcb4e1dd860d7ec656ec 0B / 41.52MB 0.2s
#12 sha256:7fb42d90a024b7c77ffc353f7cb9ecf26e85f31452458a097c8e99358fd9f522 152B / 152B 0.3s done
#12 sha256:a746b12b89201a9108f6dee0650370b7af851d77c0f46185f169885f2e5c93dd 0B / 7.43MB 0.2s
#12 sha256:bfef0dac4b889ee113406a6c9a6e81ce9af8bb88b6644ed742fad31c218cb004 95B / 95B 0.3s done
#12 sha256:80d398ea0689c32da6a516ce5071995c38ecc462485490eba8e73c77c9620aa5 0B / 103.14kB 0.2s
#12 sha256:9c37d688fe3987ce7ee4f243801006956a13b5ea001e1530288ba73980dcb086 0B / 158.64MB 0.2s
#12 sha256:12a0a16528d27c20144310bf8b95e8c2530622cb456adcb4e1dd860d7ec656ec 11.53MB / 41.52MB 0.8s
#12 sha256:80d398ea0689c32da6a516ce5071995c38ecc462485490eba8e73c77c9620aa5 103.14kB / 103.14kB 0.4s done
#12 sha256:a746b12b89201a9108f6dee0650370b7af851d77c0f46185f169885f2e5c93dd 7.43MB / 7.43MB 0.9s done
#12 sha256:aff88331bae54594b92d8bde7195f0a144a5cc94e1a9370e247b2fcd43d58fe9 249B / 249B 0.1s done
#12 sha256:12a0a16528d27c20144310bf8b95e8c2530622cb456adcb4e1dd860d7ec656ec 13.63MB / 41.52MB 0.9s
#12 sha256:880f9ca32b9611bd04b19b7519b801a1865b4b7dc5af434df65f8eaf6354f8bf 4.19MB / 22.62MB 0.2s
#12 sha256:d71ace0e8bbdcfcf795b836e24a37a6ed0054100e14d6aa6e5a63f7e162ba729 8.39MB / 202.65MB 0.2s
#12 sha256:12a0a16528d27c20144310bf8b95e8c2530622cb456adcb4e1dd860d7ec656ec 18.87MB / 41.52MB 1.1s
#12 sha256:880f9ca32b9611bd04b19b7519b801a1865b4b7dc5af434df65f8eaf6354f8bf 22.62MB / 22.62MB 0.3s done
#12 sha256:d71ace0e8bbdcfcf795b836e24a37a6ed0054100e14d6aa6e5a63f7e162ba729 45.09MB / 202.65MB 0.3s
#12 sha256:12a0a16528d27c20144310bf8b95e8c2530622cb456adcb4e1dd860d7ec656ec 28.31MB / 41.52MB 1.2s
#12 sha256:d71ace0e8bbdcfcf795b836e24a37a6ed0054100e14d6aa6e5a63f7e162ba729 82.84MB / 202.65MB 0.5s
#12 sha256:66d992156d02900e3e9b3a86877cba5b4e759b6c14a78da7bf223a2588bb4474 6.24MB / 6.24MB 0.2s done
#12 sha256:12a0a16528d27c20144310bf8b95e8c2530622cb456adcb4e1dd860d7ec656ec 30.41MB / 41.52MB 1.4s
#12 sha256:9c37d688fe3987ce7ee4f243801006956a13b5ea001e1530288ba73980dcb086 10.66MB / 158.64MB 1.1s
#12 sha256:d71ace0e8bbdcfcf795b836e24a37a6ed0054100e14d6aa6e5a63f7e162ba729 106.95MB / 202.65MB 0.6s
#12 sha256:41b754d079e82fafdf15447cfc188868092eaf1cf4a3f96c9d90ab1b7db91230 6.29MB / 64.35MB 0.2s
#12 sha256:12a0a16528d27c20144310bf8b95e8c2530622cb456adcb4e1dd860d7ec656ec 41.52MB / 41.52MB 1.5s done
#12 sha256:9c37d688fe3987ce7ee4f243801006956a13b5ea001e1530288ba73980dcb086 19.92MB / 158.64MB 1.2s
#12 sha256:d71ace0e8bbdcfcf795b836e24a37a6ed0054100e14d6aa6e5a63f7e162ba729 130.02MB / 202.65MB 0.8s
#12 sha256:41b754d079e82fafdf15447cfc188868092eaf1cf4a3f96c9d90ab1b7db91230 37.75MB / 64.35MB 0.3s
#12 sha256:d71ace0e8bbdcfcf795b836e24a37a6ed0054100e14d6aa6e5a63f7e162ba729 147.98MB / 202.65MB 0.9s
#12 sha256:41b754d079e82fafdf15447cfc188868092eaf1cf4a3f96c9d90ab1b7db91230 64.35MB / 64.35MB 0.5s done
#12 sha256:2b238499ec52e0d6be479f948c76ba0bc3cc282f612d5a6a4b5ef52ff45f6b2c 6.29MB / 23.59MB 0.2s
#12 sha256:9c37d688fe3987ce7ee4f243801006956a13b5ea001e1530288ba73980dcb086 34.60MB / 158.64MB 1.5s
#12 sha256:d71ace0e8bbdcfcf795b836e24a37a6ed0054100e14d6aa6e5a63f7e162ba729 184.68MB / 202.65MB 1.1s
#12 sha256:2b238499ec52e0d6be479f948c76ba0bc3cc282f612d5a6a4b5ef52ff45f6b2c 23.59MB / 23.59MB 0.3s done
#12 sha256:6d11c181ebb38ef30f2681a42f02030bc6fdcfbe9d5248270ee065eb7302b500 3.15MB / 49.58MB 0.2s
#12 sha256:d71ace0e8bbdcfcf795b836e24a37a6ed0054100e14d6aa6e5a63f7e162ba729 202.65MB / 202.65MB 1.3s
#12 sha256:6d11c181ebb38ef30f2681a42f02030bc6fdcfbe9d5248270ee065eb7302b500 37.75MB / 49.58MB 0.3s
#12 sha256:d71ace0e8bbdcfcf795b836e24a37a6ed0054100e14d6aa6e5a63f7e162ba729 202.65MB / 202.65MB 1.3s done
#12 sha256:6d11c181ebb38ef30f2681a42f02030bc6fdcfbe9d5248270ee065eb7302b500 49.58MB / 49.58MB 0.6s done
#12 sha256:9c37d688fe3987ce7ee4f243801006956a13b5ea001e1530288ba73980dcb086 46.14MB / 158.64MB 2.0s
#12 extracting sha256:6d11c181ebb38ef30f2681a42f02030bc6fdcfbe9d5248270ee065eb7302b500
#12 sha256:9c37d688fe3987ce7ee4f243801006956a13b5ea001e1530288ba73980dcb086 60.82MB / 158.64MB 2.3s
#12 sha256:9c37d688fe3987ce7ee4f243801006956a13b5ea001e1530288ba73980dcb086 73.40MB / 158.64MB 2.6s
#12 sha256:9c37d688fe3987ce7ee4f243801006956a13b5ea001e1530288ba73980dcb086 87.03MB / 158.64MB 2.9s
#12 extracting sha256:6d11c181ebb38ef30f2681a42f02030bc6fdcfbe9d5248270ee065eb7302b500 1.1s done
#12 extracting sha256:2b238499ec52e0d6be479f948c76ba0bc3cc282f612d5a6a4b5ef52ff45f6b2c
#12 sha256:9c37d688fe3987ce7ee4f243801006956a13b5ea001e1530288ba73980dcb086 95.42MB / 158.64MB 3.2s
#12 sha256:9c37d688fe3987ce7ee4f243801006956a13b5ea001e1530288ba73980dcb086 103.81MB / 158.64MB 3.5s
#12 sha256:9c37d688fe3987ce7ee4f243801006956a13b5ea001e1530288ba73980dcb086 114.29MB / 158.64MB 3.6s
#12 extracting sha256:2b238499ec52e0d6be479f948c76ba0bc3cc282f612d5a6a4b5ef52ff45f6b2c 0.8s done
#12 extracting sha256:41b754d079e82fafdf15447cfc188868092eaf1cf4a3f96c9d90ab1b7db91230
#12 sha256:9c37d688fe3987ce7ee4f243801006956a13b5ea001e1530288ba73980dcb086 128.97MB / 158.64MB 4.1s
#12 sha256:9c37d688fe3987ce7ee4f243801006956a13b5ea001e1530288ba73980dcb086 138.41MB / 158.64MB 4.4s
#12 sha256:9c37d688fe3987ce7ee4f243801006956a13b5ea001e1530288ba73980dcb086 153.09MB / 158.64MB 4.5s
#12 sha256:9c37d688fe3987ce7ee4f243801006956a13b5ea001e1530288ba73980dcb086 158.64MB / 158.64MB 4.8s done
#12 ...
#13 [linux/amd64 skidge 1/3] FROM docker.io/nicocool84/slidge-base:latest@sha256:4f402c39c872bcd59b004e8f981f5bee84f93bc208ba666e7f49a1632c5296d6
#13 resolve docker.io/nicocool84/slidge-base:latest@sha256:4f402c39c872bcd59b004e8f981f5bee84f93bc208ba666e7f49a1632c5296d6 done
#13 sha256:78b2ab5a119db62eb9b0f2c827590f2b51dfaed91bed1d5bae3a938fb98bd519 255B / 255B 0.1s done
#13 sha256:0538735e543faf28c166d043655e555cafb37c0d23ed50557673c76c76a395d8 248B / 248B 0.2s done
#13 sha256:302e3ee498053a7b5332ac79e8efebec16e900289fc1ecd1c754ce8fa047fcab 29.13MB / 29.13MB 0.4s done
#13 sha256:9619a9eb058609d030ed350a9dfed295520e4b3c729cfad5b1f197b8ad676a2f 708B / 708B 0.2s done
#13 extracting sha256:302e3ee498053a7b5332ac79e8efebec16e900289fc1ecd1c754ce8fa047fcab 2.1s done
#13 sha256:0a30b9a03947f738888ff78afffa0c05d2a3e4a1c741c7a12ea834aa7ea4dbdd 655B / 655B 0.1s done
#13 sha256:dafa561423b3dd81ea84c60dd98c9507d832422fc2744b7eaa1d0ffa8c2a4106 45.01MB / 45.01MB 0.9s done
#13 sha256:2aee89346c425641eb096f84c6895a49eef1f89ec9fafcad4e180e81505e0da5 16.00MB / 16.00MB 0.3s done
#13 sha256:4aeebc636537eab716f32d24a71cab7591b119e95b4294ed38a8981fe1722eb5 3.51MB / 3.51MB 0.2s done
#13 sha256:6d83944aa83a17e7a6d949d843ce6386181d5576f601bd3e3ab8530c7e783b5c 33.99MB / 33.99MB 0.7s done
#13 DONE 6.5s
#11 [linux/arm64 skidge 1/3] FROM docker.io/nicocool84/slidge-base:latest@sha256:4f402c39c872bcd59b004e8f981f5bee84f93bc208ba666e7f49a1632c5296d6
#11 sha256:fcd62703d4a2e0c384d7d41bdba60abe6e3be24f83921e82f6e0f2e85dd54dfc 256B / 256B 0.4s done
#11 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done
#11 sha256:92d95d0a24f22b4130a50bccb28e46b7588a075871e8b34ae712dad9aa4b7490 33.74MB / 33.74MB 2.0s done
#11 sha256:cfc9c49462688a385a477bfc378f096d286db93fbc46c0d1ff7b810ec06bd6b2 709B / 709B 0.3s done
#11 sha256:a93e5b97c9d7d2de03e0b30d45e404bdb5b2f8399030749b6d612ee3cd2120d9 655B / 655B 0.3s done
#11 sha256:7ebd54372ac60ea1d9190917fb2ffe7f26e8e0854662ba2e3fc63ec288ad9935 44.65MB / 44.65MB 1.4s done
#11 sha256:d720ae23afb8864eee640c0132421d61fbe9a08fd2a84e5abe16785d940817fd 249B / 249B 0.1s done
#11 sha256:3ad6ca65b08004fab16f242eca762e5ac74bc285a4b857c37a8551089925e394 15.98MB / 15.98MB 0.2s done
#11 sha256:d847ad1879f2202660d37d9bedf1b8986116079d578b010e46b6917facf23dd5 3.33MB / 3.33MB 0.1s done
#11 sha256:14c9d9d199323cbf0a4c2347a8af85f2875c1f2c26a1558fd34dfca7a26cff22 29.16MB / 29.16MB 0.3s done
#11 extracting sha256:14c9d9d199323cbf0a4c2347a8af85f2875c1f2c26a1558fd34dfca7a26cff22 2.2s done
#11 extracting sha256:d847ad1879f2202660d37d9bedf1b8986116079d578b010e46b6917facf23dd5 0.2s done
#11 extracting sha256:3ad6ca65b08004fab16f242eca762e5ac74bc285a4b857c37a8551089925e394
#11 ...
#13 [linux/amd64 skidge 1/3] FROM docker.io/nicocool84/slidge-base:latest@sha256:4f402c39c872bcd59b004e8f981f5bee84f93bc208ba666e7f49a1632c5296d6
#13 extracting sha256:4aeebc636537eab716f32d24a71cab7591b119e95b4294ed38a8981fe1722eb5
#13 extracting sha256:4aeebc636537eab716f32d24a71cab7591b119e95b4294ed38a8981fe1722eb5 0.2s done
#13 extracting sha256:2aee89346c425641eb096f84c6895a49eef1f89ec9fafcad4e180e81505e0da5
#13 extracting sha256:2aee89346c425641eb096f84c6895a49eef1f89ec9fafcad4e180e81505e0da5 2.0s done
#13 extracting sha256:0538735e543faf28c166d043655e555cafb37c0d23ed50557673c76c76a395d8 0.0s done
#13 extracting sha256:dafa561423b3dd81ea84c60dd98c9507d832422fc2744b7eaa1d0ffa8c2a4106
#13 ...
#14 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#14 resolve docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1 0.0s done
#14 sha256:804093023736ba4ee05c638802b8db3e83c602c9292164bcf8422b1f0d1a143c 95B / 95B 0.4s done
#14 sha256:64e146d668079e93054f30e2d6eba349802b19676e34b30fbb4a7d4914f59077 150B / 150B 0.3s done
#14 sha256:83e08c13ccdc3dcd2eb4dae7436bfa3239d95bbc5020a03f5dd631e501ca8ff2 7.43MB / 7.43MB 0.6s done
#14 sha256:8d3126854ef3446a2b79116efc139705e245d933e4e9dfb34d6ec4cdad522f80 103.13kB / 103.13kB 0.4s done
#14 sha256:9612327838d4e20e1d5813d1c3516554cd3c246747a9243a28497ff381d03fc0 45.37MB / 45.37MB 1.7s done
#14 sha256:4a5dfce6bc80e6040a70be2acc6f1fd624e631a0ccfd3234db7a660557720e9f 131.07MB / 164.15MB 4.5s
#14 sha256:3e89315f332631160a54f2bf8880d49819a29519fa2efdbd86d0740a82ff7579 249B / 249B 0.1s done
#14 sha256:d870c456a0c1e28e12c84f56f9f1ca12fefc502d49fa5c20512d1335df5f072c 22.97MB / 22.97MB 0.6s done
#14 sha256:3abb900560fd4b2f544085a14ae23063f00b79f4fce4bcf3bccc345baf23d4b8 6.16MB / 6.16MB 0.2s done
#14 sha256:01272fe8adbacc44afd2b92994b31c40a151f4324ca392050d9e8d580927dd32 211.27MB / 211.27MB 3.2s done
#14 sha256:a173f2aee8e962ea19db1e418ae84a0c9f71480b51f768a19332dfa83d7722a5 64.39MB / 64.39MB 1.2s done
#14 sha256:a47cff7f31e941e78bf63ca19f0811b675283e2c00ddea10c57f78d93b2bc343 24.05MB / 24.05MB 0.7s done
#14 sha256:cdd62bf39133c498a16f7a7b1b6555ba43d02b2511c508fa4c0a9b1975ffe20e 49.56MB / 49.56MB 0.8s done
#14 extracting sha256:cdd62bf39133c498a16f7a7b1b6555ba43d02b2511c508fa4c0a9b1975ffe20e
#14 ...
#12 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#12 extracting sha256:41b754d079e82fafdf15447cfc188868092eaf1cf4a3f96c9d90ab1b7db91230 5.5s done
#12 extracting sha256:d71ace0e8bbdcfcf795b836e24a37a6ed0054100e14d6aa6e5a63f7e162ba729
#12 ...
#13 [linux/amd64 skidge 1/3] FROM docker.io/nicocool84/slidge-base:latest@sha256:4f402c39c872bcd59b004e8f981f5bee84f93bc208ba666e7f49a1632c5296d6
#13 extracting sha256:dafa561423b3dd81ea84c60dd98c9507d832422fc2744b7eaa1d0ffa8c2a4106 2.7s done
#13 DONE 11.5s
#13 [linux/amd64 skidge 1/3] FROM docker.io/nicocool84/slidge-base:latest@sha256:4f402c39c872bcd59b004e8f981f5bee84f93bc208ba666e7f49a1632c5296d6
#13 extracting sha256:0a30b9a03947f738888ff78afffa0c05d2a3e4a1c741c7a12ea834aa7ea4dbdd 0.0s done
#13 extracting sha256:9619a9eb058609d030ed350a9dfed295520e4b3c729cfad5b1f197b8ad676a2f 0.0s done
#13 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.0s done
#13 extracting sha256:6d83944aa83a17e7a6d949d843ce6386181d5576f601bd3e3ab8530c7e783b5c
#13 ...
#14 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#14 sha256:4a5dfce6bc80e6040a70be2acc6f1fd624e631a0ccfd3234db7a660557720e9f 164.15MB / 164.15MB 5.9s done
#14 extracting sha256:cdd62bf39133c498a16f7a7b1b6555ba43d02b2511c508fa4c0a9b1975ffe20e 3.3s done
#14 extracting sha256:a47cff7f31e941e78bf63ca19f0811b675283e2c00ddea10c57f78d93b2bc343 1.1s done
#14 DONE 12.8s
#14 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#14 extracting sha256:a173f2aee8e962ea19db1e418ae84a0c9f71480b51f768a19332dfa83d7722a5
#14 ...
#11 [linux/arm64 skidge 1/3] FROM docker.io/nicocool84/slidge-base:latest@sha256:4f402c39c872bcd59b004e8f981f5bee84f93bc208ba666e7f49a1632c5296d6
#11 extracting sha256:3ad6ca65b08004fab16f242eca762e5ac74bc285a4b857c37a8551089925e394 2.0s done
#11 extracting sha256:d720ae23afb8864eee640c0132421d61fbe9a08fd2a84e5abe16785d940817fd 0.0s done
#11 extracting sha256:7ebd54372ac60ea1d9190917fb2ffe7f26e8e0854662ba2e3fc63ec288ad9935 2.8s done
#11 extracting sha256:a93e5b97c9d7d2de03e0b30d45e404bdb5b2f8399030749b6d612ee3cd2120d9 0.0s done
#11 extracting sha256:cfc9c49462688a385a477bfc378f096d286db93fbc46c0d1ff7b810ec06bd6b2 0.0s done
#11 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 0.0s done
#11 extracting sha256:92d95d0a24f22b4130a50bccb28e46b7588a075871e8b34ae712dad9aa4b7490 2.7s done
#11 DONE 13.5s
#11 [linux/arm64 skidge 1/3] FROM docker.io/nicocool84/slidge-base:latest@sha256:4f402c39c872bcd59b004e8f981f5bee84f93bc208ba666e7f49a1632c5296d6
#11 extracting sha256:fcd62703d4a2e0c384d7d41bdba60abe6e3be24f83921e82f6e0f2e85dd54dfc 0.0s done
#11 DONE 13.5s
#13 [linux/amd64 skidge 1/3] FROM docker.io/nicocool84/slidge-base:latest@sha256:4f402c39c872bcd59b004e8f981f5bee84f93bc208ba666e7f49a1632c5296d6
#13 extracting sha256:6d83944aa83a17e7a6d949d843ce6386181d5576f601bd3e3ab8530c7e783b5c 2.5s done
#13 DONE 14.0s
#14 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#14 ...
#13 [linux/amd64 skidge 1/3] FROM docker.io/nicocool84/slidge-base:latest@sha256:4f402c39c872bcd59b004e8f981f5bee84f93bc208ba666e7f49a1632c5296d6
#13 extracting sha256:78b2ab5a119db62eb9b0f2c827590f2b51dfaed91bed1d5bae3a938fb98bd519 done
#13 DONE 14.0s
#14 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#14 extracting sha256:a173f2aee8e962ea19db1e418ae84a0c9f71480b51f768a19332dfa83d7722a5 2.7s done
#14 extracting sha256:01272fe8adbacc44afd2b92994b31c40a151f4324ca392050d9e8d580927dd32
#14 ...
#12 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#12 extracting sha256:d71ace0e8bbdcfcf795b836e24a37a6ed0054100e14d6aa6e5a63f7e162ba729 8.1s done
#12 DONE 17.8s
#12 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#12 extracting sha256:66d992156d02900e3e9b3a86877cba5b4e759b6c14a78da7bf223a2588bb4474
#12 extracting sha256:66d992156d02900e3e9b3a86877cba5b4e759b6c14a78da7bf223a2588bb4474 0.3s done
#12 DONE 18.2s
#14 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#14 ...
#12 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#12 extracting sha256:880f9ca32b9611bd04b19b7519b801a1865b4b7dc5af434df65f8eaf6354f8bf 0.8s done
#12 extracting sha256:aff88331bae54594b92d8bde7195f0a144a5cc94e1a9370e247b2fcd43d58fe9 done
#12 extracting sha256:9c37d688fe3987ce7ee4f243801006956a13b5ea001e1530288ba73980dcb086
#12 ...
#14 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#14 extracting sha256:01272fe8adbacc44afd2b92994b31c40a151f4324ca392050d9e8d580927dd32 6.0s done
#14 DONE 21.5s
#14 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#14 extracting sha256:3abb900560fd4b2f544085a14ae23063f00b79f4fce4bcf3bccc345baf23d4b8
#14 extracting sha256:3abb900560fd4b2f544085a14ae23063f00b79f4fce4bcf3bccc345baf23d4b8 0.3s done
#14 DONE 21.9s
#12 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#12 ...
#14 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#14 extracting sha256:d870c456a0c1e28e12c84f56f9f1ca12fefc502d49fa5c20512d1335df5f072c 0.7s done
#14 DONE 22.6s
#12 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#12 extracting sha256:9c37d688fe3987ce7ee4f243801006956a13b5ea001e1530288ba73980dcb086 3.8s done
#12 extracting sha256:12a0a16528d27c20144310bf8b95e8c2530622cb456adcb4e1dd860d7ec656ec
#12 extracting sha256:12a0a16528d27c20144310bf8b95e8c2530622cb456adcb4e1dd860d7ec656ec 1.4s done
#12 DONE 24.2s
#14 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#14 extracting sha256:3e89315f332631160a54f2bf8880d49819a29519fa2efdbd86d0740a82ff7579 done
#14 extracting sha256:4a5dfce6bc80e6040a70be2acc6f1fd624e631a0ccfd3234db7a660557720e9f
#14 ...
#12 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#12 extracting sha256:80d398ea0689c32da6a516ce5071995c38ecc462485490eba8e73c77c9620aa5 done
#12 extracting sha256:a746b12b89201a9108f6dee0650370b7af851d77c0f46185f169885f2e5c93dd 0.3s done
#12 DONE 24.5s
#12 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#12 extracting sha256:7fb42d90a024b7c77ffc353f7cb9ecf26e85f31452458a097c8e99358fd9f522 done
#12 extracting sha256:bfef0dac4b889ee113406a6c9a6e81ce9af8bb88b6644ed742fad31c218cb004 done
#12 DONE 24.5s
#15 [linux/arm64 builder 2/4] COPY poetry.lock pyproject.toml /build/
#15 DONE 0.3s
#14 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#14 extracting sha256:4a5dfce6bc80e6040a70be2acc6f1fd624e631a0ccfd3234db7a660557720e9f 3.3s done
#14 extracting sha256:9612327838d4e20e1d5813d1c3516554cd3c246747a9243a28497ff381d03fc0
#14 extracting sha256:9612327838d4e20e1d5813d1c3516554cd3c246747a9243a28497ff381d03fc0 0.9s done
#14 extracting sha256:8d3126854ef3446a2b79116efc139705e245d933e4e9dfb34d6ec4cdad522f80
#14 extracting sha256:8d3126854ef3446a2b79116efc139705e245d933e4e9dfb34d6ec4cdad522f80 0.0s done
#14 extracting sha256:83e08c13ccdc3dcd2eb4dae7436bfa3239d95bbc5020a03f5dd631e501ca8ff2
#14 extracting sha256:83e08c13ccdc3dcd2eb4dae7436bfa3239d95bbc5020a03f5dd631e501ca8ff2 0.3s done
#14 extracting sha256:64e146d668079e93054f30e2d6eba349802b19676e34b30fbb4a7d4914f59077
#14 extracting sha256:64e146d668079e93054f30e2d6eba349802b19676e34b30fbb4a7d4914f59077 done
#14 extracting sha256:804093023736ba4ee05c638802b8db3e83c602c9292164bcf8422b1f0d1a143c done
#14 DONE 27.2s
#16 [linux/amd64 builder 2/4] COPY poetry.lock pyproject.toml /build/
#16 DONE 0.4s
#17 [linux/arm64 builder 3/4] RUN poetry export --without-hashes >requirements.txt
#17 2.849 Warning: poetry-plugin-export will not be installed by default in a future version of Poetry.
#17 2.849 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.
#17 2.849 To disable this warning run 'poetry config warnings.export false'.
#17 ...
#18 [linux/amd64 builder 3/4] RUN poetry export --without-hashes >requirements.txt
#18 0.355 Warning: poetry-plugin-export will not be installed by default in a future version of Poetry.
#18 0.355 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.
#18 0.355 To disable this warning run 'poetry config warnings.export false'.
#18 DONE 0.5s
#19 [linux/amd64 builder 4/4] RUN python3 -m pip install --requirement requirements.txt
#19 0.343 Ignoring brotlicffi: markers 'platform_python_implementation != "CPython" and python_version >= "3.11" and python_version < "4.0"' don't match your environment
#19 0.344 Ignoring colorama: markers 'python_version >= "3.11" and python_version < "4.0" and platform_system == "Windows"' don't match your environment
#19 0.388 Collecting aiodns==3.2.0 (from -r requirements.txt (line 1))
#19 0.417 Downloading aiodns-3.2.0-py3-none-any.whl.metadata (4.0 kB)
#19 0.438 Collecting aiohappyeyeballs==2.4.3 (from -r requirements.txt (line 2))
#19 0.442 Downloading aiohappyeyeballs-2.4.3-py3-none-any.whl.metadata (6.1 kB)
#19 0.652 Collecting aiohttp==3.10.9 (from aiohttp[speedups]==3.10.9->-r requirements.txt (line 3))
#19 0.656 Downloading aiohttp-3.10.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.6 kB)
#19 0.668 Collecting aiosignal==1.3.1 (from -r requirements.txt (line 4))
#19 0.673 Downloading aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
#19 0.701 Collecting alembic==1.13.3 (from -r requirements.txt (line 5))
#19 0.705 Downloading alembic-1.13.3-py3-none-any.whl.metadata (7.4 kB)
#19 0.723 Collecting attrs==24.2.0 (from -r requirements.txt (line 6))
#19 0.726 Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB)
#19 0.743 Collecting beautifulsoup4==4.12.3 (from -r requirements.txt (line 7))
#19 0.747 Downloading beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
#19 0.792 Collecting brotli==1.1.0 (from -r requirements.txt (line 8))
#19 0.796 Downloading Brotli-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.5 kB)
#19 0.814 Collecting certifi==2024.8.30 (from -r requirements.txt (line 10))
#19 0.815 Using cached certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB)
#19 0.900 Collecting cffi==1.17.1 (from -r requirements.txt (line 11))
#19 ...
#17 [linux/arm64 builder 3/4] RUN poetry export --without-hashes >requirements.txt
#17 DONE 4.3s
#19 [linux/amd64 builder 4/4] RUN python3 -m pip install --requirement requirements.txt
#19 0.901 Using cached cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
#19 0.951 Collecting charset-normalizer==3.3.2 (from -r requirements.txt (line 12))
#19 0.953 Using cached charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB)
#19 1.063 Collecting configargparse==1.7 (from -r requirements.txt (line 14))
#19 1.067 Downloading ConfigArgParse-1.7-py3-none-any.whl.metadata (23 kB)
#19 1.195 Collecting cryptography==43.0.1 (from -r requirements.txt (line 15))
#19 1.197 Using cached cryptography-43.0.1-cp39-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB)
#19 1.211 Collecting defusedxml==0.7.1 (from -r requirements.txt (line 16))
#19 1.215 Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB)
#19 1.253 Collecting frozenlist==1.4.1 (from -r requirements.txt (line 17))
#19 1.258 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)
#19 1.381 Collecting greenlet==3.1.1 (from -r requirements.txt (line 18))
#19 1.385 Downloading greenlet-3.1.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (3.8 kB)
#19 1.400 Collecting idna==3.10 (from -r requirements.txt (line 19))
#19 1.402 Using cached idna-3.10-py3-none-any.whl.metadata (10 kB)
#19 1.419 Collecting mako==1.3.5 (from -r requirements.txt (line 20))
#19 1.424 Downloading Mako-1.3.5-py3-none-any.whl.metadata (2.9 kB)
#19 1.461 Collecting markupsafe==2.1.5 (from -r requirements.txt (line 21))
#19 1.465 Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
#19 1.588 Collecting multidict==6.1.0 (from -r requirements.txt (line 22))
#19 1.593 Downloading multidict-6.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.0 kB)
#19 1.606 Collecting pickle-secure==0.99.9 (from -r requirements.txt (line 23))
#19 1.611 Downloading pickle_secure-0.99.9-py3-none-any.whl.metadata (2.3 kB)
#19 1.735 Collecting pillow==10.4.0 (from -r requirements.txt (line 24))
#19 1.738 Downloading pillow-10.4.0-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (9.2 kB)
#19 1.758 Collecting pyasn1-modules==0.4.1 (from -r requirements.txt (line 25))
#19 1.761 Downloading pyasn1_modules-0.4.1-py3-none-any.whl.metadata (3.5 kB)
#19 1.786 Collecting pyasn1==0.6.1 (from -r requirements.txt (line 26))
#19 1.791 Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB)
#19 1.864 Collecting pycares==4.4.0 (from -r requirements.txt (line 27))
#19 1.870 Downloading pycares-4.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB)
#19 1.883 Collecting pycparser==2.22 (from -r requirements.txt (line 28))
#19 1.884 Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
#19 1.896 Collecting pypng==0.20220715.0 (from -r requirements.txt (line 29))
#19 1.899 Downloading pypng-0.20220715.0-py3-none-any.whl.metadata (13 kB)
#19 1.917 Collecting python-magic==0.4.27 (from -r requirements.txt (line 30))
#19 1.921 Downloading python_magic-0.4.27-py2.py3-none-any.whl.metadata (5.8 kB)
#19 1.935 Collecting qrcode==7.4.2 (from -r requirements.txt (line 31))
#19 1.939 Downloading qrcode-7.4.2-py3-none-any.whl.metadata (17 kB)
#19 1.967 Collecting requests==2.32.3 (from -r requirements.txt (line 32))
#19 1.969 Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
#19 2.073 Collecting skpy==0.10.7 (from -r requirements.txt (line 33))
#19 2.077 Downloading SkPy-0.10.7-py3-none-any.whl.metadata (3.7 kB)
#19 2.099 Collecting slidge==0.2.0 (from -r requirements.txt (line 34))
#19 2.104 Downloading slidge-0.2.0-py3-none-any.whl.metadata (5.0 kB)
#19 2.118 Collecting slixmpp==1.8.5 (from -r requirements.txt (line 35))
#19 2.125 Downloading slixmpp-1.8.5.tar.gz (574 kB)
#19 2.132 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 574.6/574.6 kB 97.1 MB/s eta 0:00:00
#19 2.252 Installing build dependencies: started
#19 3.459 Installing build dependencies: finished with status 'done'
#19 3.460 Getting requirements to build wheel: started
#19 3.712 Getting requirements to build wheel: finished with status 'done'
#19 3.713 Preparing metadata (pyproject.toml): started
#19 3.907 Preparing metadata (pyproject.toml): finished with status 'done'
#19 3.924 Collecting soupsieve==2.6 (from -r requirements.txt (line 36))
#19 3.928 Downloading soupsieve-2.6-py3-none-any.whl.metadata (4.6 kB)
#19 4.136 Collecting sqlalchemy==2.0.35 (from -r requirements.txt (line 37))
#19 4.140 Downloading SQLAlchemy-2.0.35-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.6 kB)
#19 4.153 Collecting thumbhash==0.1.2 (from -r requirements.txt (line 38))
#19 4.157 Downloading thumbhash-0.1.2-py3-none-any.whl.metadata (2.1 kB)
#19 4.174 Collecting typing-extensions==4.12.2 (from -r requirements.txt (line 39))
#19 4.178 Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
#19 4.209 Collecting urllib3==2.2.3 (from -r requirements.txt (line 40))
#19 4.210 Using cached urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB)
#19 4.399 Collecting yarl==1.13.1 (from -r requirements.txt (line 41))
#19 4.404 Downloading yarl-1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (50 kB)
#19 4.406 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.8/50.8 kB 18.4 MB/s eta 0:00:00
#19 4.685 Downloading aiodns-3.2.0-py3-none-any.whl (5.7 kB)
#19 4.690 Downloading aiohappyeyeballs-2.4.3-py3-none-any.whl (14 kB)
#19 4.695 Downloading aiohttp-3.10.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
#19 4.709 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 119.9 MB/s eta 0:00:00
#19 4.711 Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
#19 4.716 Downloading alembic-1.13.3-py3-none-any.whl (233 kB)
#19 4.721 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.2/233.2 kB 94.8 MB/s eta 0:00:00
#19 4.725 Downloading attrs-24.2.0-py3-none-any.whl (63 kB)
#19 4.728 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.0/63.0 kB 35.0 MB/s eta 0:00:00
#19 4.732 Downloading beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
#19 4.737 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.9/147.9 kB 74.4 MB/s eta 0:00:00
#19 4.741 Downloading Brotli-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB)
#19 4.758 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 191.2 MB/s eta 0:00:00
#19 4.761 Using cached certifi-2024.8.30-py3-none-any.whl (167 kB)
#19 4.762 Using cached cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (467 kB)
#19 4.764 Using cached charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB)
#19 4.769 Downloading ConfigArgParse-1.7-py3-none-any.whl (25 kB)
#19 4.775 Using cached cryptography-43.0.1-cp39-abi3-manylinux_2_28_x86_64.whl (4.0 MB)
#19 4.785 Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
#19 4.791 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)
#19 4.795 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 104.8 MB/s eta 0:00:00
#19 4.801 Downloading greenlet-3.1.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (602 kB)
#19 4.807 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 602.4/602.4 kB 145.6 MB/s eta 0:00:00
#19 4.809 Using cached idna-3.10-py3-none-any.whl (70 kB)
#19 4.814 Downloading Mako-1.3.5-py3-none-any.whl (78 kB)
#19 4.817 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.6/78.6 kB 36.8 MB/s eta 0:00:00
#19 4.822 Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB)
#19 4.828 Downloading multidict-6.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129 kB)
#19 4.831 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.0/129.0 kB 56.6 MB/s eta 0:00:00
#19 4.837 Downloading pickle_secure-0.99.9-py3-none-any.whl (6.6 kB)
#19 4.842 Downloading pillow-10.4.0-cp311-cp311-manylinux_2_28_x86_64.whl (4.5 MB)
#19 4.871 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 200.1 MB/s eta 0:00:00
#19 4.876 Downloading pyasn1_modules-0.4.1-py3-none-any.whl (181 kB)
#19 4.880 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.5/181.5 kB 82.4 MB/s eta 0:00:00
#19 4.884 Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB)
#19 4.888 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/83.1 kB 45.7 MB/s eta 0:00:00
#19 4.892 Downloading pycares-4.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (288 kB)
#19 4.896 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 288.7/288.7 kB 98.7 MB/s eta 0:00:00
#19 4.898 Using cached pycparser-2.22-py3-none-any.whl (117 kB)
#19 4.902 Downloading pypng-0.20220715.0-py3-none-any.whl (58 kB)
#19 4.905 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.1/58.1 kB 32.3 MB/s eta 0:00:00
#19 4.909 Downloading python_magic-0.4.27-py2.py3-none-any.whl (13 kB)
#19 4.918 Downloading qrcode-7.4.2-py3-none-any.whl (46 kB)
#19 4.921 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.2/46.2 kB 21.9 MB/s eta 0:00:00
#19 4.923 Using cached requests-2.32.3-py3-none-any.whl (64 kB)
#19 4.928 Downloading SkPy-0.10.7-py3-none-any.whl (49 kB)
#19 4.931 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 kB 28.0 MB/s eta 0:00:00
#19 4.937 Downloading slidge-0.2.0-py3-none-any.whl (210 kB)
#19 4.941 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.0/211.0 kB 90.9 MB/s eta 0:00:00
#19 4.945 Downloading soupsieve-2.6-py3-none-any.whl (36 kB)
#19 4.953 Downloading SQLAlchemy-2.0.35-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB)
#19 4.972 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 182.6 MB/s eta 0:00:00
#19 4.978 Downloading thumbhash-0.1.2-py3-none-any.whl (5.1 kB)
#19 4.983 Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
#19 4.986 Using cached urllib3-2.2.3-py3-none-any.whl (126 kB)
#19 4.990 Downloading yarl-1.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (488 kB)
#19 4.998 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 489.0/489.0 kB 132.3 MB/s eta 0:00:00
#19 5.034 Building wheels for collected packages: slixmpp
#19 5.036 Building wheel for slixmpp (pyproject.toml): started
#19 5.536 Building wheel for slixmpp (pyproject.toml): finished with status 'done'
#19 5.538 Created wheel for slixmpp: filename=slixmpp-1.8.5-py3-none-any.whl size=511619 sha256=a70b4869293fe0133bedecbb61e5ae6e62b2c125a4d2338a991c61c0ff0cc6fd
#19 5.538 Stored in directory: /root/.cache/pip/wheels/bd/36/1f/bb5720bf3bf0d3ad08642be1ea7c2c5e0b63bdf4e2a1dc8798
#19 5.542 Successfully built slixmpp
#19 5.678 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
#19 8.069 Successfully installed aiodns-3.2.0 aiohappyeyeballs-2.4.3 aiohttp-3.10.9 aiosignal-1.3.1 alembic-1.13.3 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.1 idna-3.10 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.0 slixmpp-1.8.5 soupsieve-2.6 sqlalchemy-2.0.35 thumbhash-0.1.2 typing-extensions-4.12.2 urllib3-2.2.3 yarl-1.13.1
#19 8.100
#19 8.100 [notice] A new release of pip is available: 24.0 -> 24.2
#19 8.100 [notice] To update, run: pip install --upgrade pip
#19 DONE 8.7s
#20 [linux/arm64 builder 4/4] RUN python3 -m pip install --requirement requirements.txt
#20 2.415 Ignoring brotlicffi: markers 'platform_python_implementation != "CPython" and python_version >= "3.11" and python_version < "4.0"' don't match your environment
#20 2.422 Ignoring colorama: markers 'python_version >= "3.11" and python_version < "4.0" and platform_system == "Windows"' don't match your environment
#20 2.866 Collecting aiodns==3.2.0 (from -r requirements.txt (line 1))
#20 3.129 Downloading aiodns-3.2.0-py3-none-any.whl.metadata (4.0 kB)
#20 3.294 Collecting aiohappyeyeballs==2.4.3 (from -r requirements.txt (line 2))
#20 3.307 Downloading aiohappyeyeballs-2.4.3-py3-none-any.whl.metadata (6.1 kB)
#20 5.800 Collecting aiohttp==3.10.9 (from aiohttp[speedups]==3.10.9->-r requirements.txt (line 3))
#20 5.816 Downloading aiohttp-3.10.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.6 kB)
#20 5.888 Collecting aiosignal==1.3.1 (from -r requirements.txt (line 4))
#20 5.902 Downloading aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
#20 6.170 Collecting alembic==1.13.3 (from -r requirements.txt (line 5))
#20 6.182 Downloading alembic-1.13.3-py3-none-any.whl.metadata (7.4 kB)
#20 6.307 Collecting attrs==24.2.0 (from -r requirements.txt (line 6))
#20 6.318 Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB)
#20 6.435 Collecting beautifulsoup4==4.12.3 (from -r requirements.txt (line 7))
#20 6.450 Downloading beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
#20 6.652 Collecting brotli==1.1.0 (from -r requirements.txt (line 8))
#20 6.662 Downloading Brotli-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (5.5 kB)
#20 6.801 Collecting certifi==2024.8.30 (from -r requirements.txt (line 10))
#20 6.807 Using cached certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB)
#20 7.760 Collecting cffi==1.17.1 (from -r requirements.txt (line 11))
#20 7.760 Using cached cffi-1.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
#20 8.281 Collecting charset-normalizer==3.3.2 (from -r requirements.txt (line 12))
#20 8.285 Using cached charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (33 kB)
#20 8.385 Collecting configargparse==1.7 (from -r requirements.txt (line 14))
#20 8.403 Downloading ConfigArgParse-1.7-py3-none-any.whl.metadata (23 kB)
#20 ...
#21 [linux/amd64 skidge 2/3] COPY --from=builder /venv /venv
#21 DONE 0.9s
#20 [linux/arm64 builder 4/4] RUN python3 -m pip install --requirement requirements.txt
#20 ...
#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 9.965 Collecting cryptography==43.0.1 (from -r requirements.txt (line 15))
#20 9.972 Using cached cryptography-43.0.1-cp39-abi3-manylinux_2_28_aarch64.whl.metadata (5.4 kB)
#20 10.05 Collecting defusedxml==0.7.1 (from -r requirements.txt (line 16))
#20 10.06 Downloading defusedxml-0.7.1-py2.py3-none-any.whl.metadata (32 kB)
#20 10.42 Collecting frozenlist==1.4.1 (from -r requirements.txt (line 17))
#20 10.43 Downloading frozenlist-1.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (12 kB)
#20 11.41 Collecting greenlet==3.1.1 (from -r requirements.txt (line 18))
#20 11.42 Downloading greenlet-3.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.8 kB)
#20 11.52 Collecting idna==3.10 (from -r requirements.txt (line 19))
#20 11.52 Using cached idna-3.10-py3-none-any.whl.metadata (10 kB)
#20 11.73 Collecting mako==1.3.5 (from -r requirements.txt (line 20))
#20 11.75 Downloading Mako-1.3.5-py3-none-any.whl.metadata (2.9 kB)
#20 12.12 Collecting markupsafe==2.1.5 (from -r requirements.txt (line 21))
#20 12.13 Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.0 kB)
#20 13.43 Collecting multidict==6.1.0 (from -r requirements.txt (line 22))
#20 13.44 Downloading multidict-6.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (5.0 kB)
#20 13.50 Collecting pickle-secure==0.99.9 (from -r requirements.txt (line 23))
#20 13.51 Downloading pickle_secure-0.99.9-py3-none-any.whl.metadata (2.3 kB)
#20 14.91 Collecting pillow==10.4.0 (from -r requirements.txt (line 24))
#20 14.92 Downloading pillow-10.4.0-cp311-cp311-manylinux_2_28_aarch64.whl.metadata (9.2 kB)
#20 15.08 Collecting pyasn1-modules==0.4.1 (from -r requirements.txt (line 25))
#20 15.09 Downloading pyasn1_modules-0.4.1-py3-none-any.whl.metadata (3.5 kB)
#20 15.28 Collecting pyasn1==0.6.1 (from -r requirements.txt (line 26))
#20 15.29 Downloading pyasn1-0.6.1-py3-none-any.whl.metadata (8.4 kB)
#20 15.60 Collecting pycares==4.4.0 (from -r requirements.txt (line 27))
#20 15.61 Downloading pycares-4.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (4.1 kB)
#20 15.68 Collecting pycparser==2.22 (from -r requirements.txt (line 28))
#20 15.68 Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
#20 15.74 Collecting pypng==0.20220715.0 (from -r requirements.txt (line 29))
#20 15.75 Downloading pypng-0.20220715.0-py3-none-any.whl.metadata (13 kB)
#20 15.87 Collecting python-magic==0.4.27 (from -r requirements.txt (line 30))
#20 15.88 Downloading python_magic-0.4.27-py2.py3-none-any.whl.metadata (5.8 kB)
#20 15.96 Collecting qrcode==7.4.2 (from -r requirements.txt (line 31))
#20 15.97 Downloading qrcode-7.4.2-py3-none-any.whl.metadata (17 kB)
#20 16.23 Collecting requests==2.32.3 (from -r requirements.txt (line 32))
#20 16.24 Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
#20 16.30 Collecting skpy==0.10.7 (from -r requirements.txt (line 33))
#20 16.31 Downloading SkPy-0.10.7-py3-none-any.whl.metadata (3.7 kB)
#20 16.42 Collecting slidge==0.2.0 (from -r requirements.txt (line 34))
#20 16.43 Downloading slidge-0.2.0-py3-none-any.whl.metadata (5.0 kB)
#20 16.49 Collecting slixmpp==1.8.5 (from -r requirements.txt (line 35))
#20 16.51 Downloading slixmpp-1.8.5.tar.gz (574 kB)
#20 16.56 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 574.6/574.6 kB 19.3 MB/s eta 0:00:00
#20 17.43 Installing build dependencies: started
#20 27.38 Installing build dependencies: finished with status 'done'
#20 27.39 Getting requirements to build wheel: started
#20 29.42 Getting requirements to build wheel: finished with status 'done'
#20 29.42 Preparing metadata (pyproject.toml): started
#20 31.27 Preparing metadata (pyproject.toml): finished with status 'done'
#20 31.40 Collecting soupsieve==2.6 (from -r requirements.txt (line 36))
#20 31.41 Downloading soupsieve-2.6-py3-none-any.whl.metadata (4.6 kB)
#20 33.82 Collecting sqlalchemy==2.0.35 (from -r requirements.txt (line 37))
#20 33.83 Downloading SQLAlchemy-2.0.35-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (9.6 kB)
#20 33.89 Collecting thumbhash==0.1.2 (from -r requirements.txt (line 38))
#20 33.90 Downloading thumbhash-0.1.2-py3-none-any.whl.metadata (2.1 kB)
#20 34.03 Collecting typing-extensions==4.12.2 (from -r requirements.txt (line 39))
#20 34.04 Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
#20 34.37 Collecting urllib3==2.2.3 (from -r requirements.txt (line 40))
#20 34.37 Using cached urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB)
#20 36.01 Collecting yarl==1.13.1 (from -r requirements.txt (line 41))
#20 36.03 Downloading yarl-1.13.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (50 kB)
#20 36.04 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.8/50.8 kB 6.7 MB/s eta 0:00:00
#20 39.28 Downloading aiodns-3.2.0-py3-none-any.whl (5.7 kB)
#20 39.29 Downloading aiohappyeyeballs-2.4.3-py3-none-any.whl (14 kB)
#20 39.31 Downloading aiohttp-3.10.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB)
#20 39.38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 20.8 MB/s eta 0:00:00
#20 39.39 Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
#20 39.41 Downloading alembic-1.13.3-py3-none-any.whl (233 kB)
#20 39.43 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.2/233.2 kB 16.6 MB/s eta 0:00:00
#20 39.44 Downloading attrs-24.2.0-py3-none-any.whl (63 kB)
#20 39.46 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.0/63.0 kB 8.4 MB/s eta 0:00:00
#20 39.47 Downloading beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
#20 39.49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.9/147.9 kB 13.9 MB/s eta 0:00:00
#20 39.50 Downloading Brotli-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.9 MB)
#20 39.65 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.9/2.9 MB 21.7 MB/s eta 0:00:00
#20 39.65 Using cached certifi-2024.8.30-py3-none-any.whl (167 kB)
#20 39.66 Using cached cffi-1.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (469 kB)
#20 39.67 Using cached charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (136 kB)
#20 39.68 Downloading ConfigArgParse-1.7-py3-none-any.whl (25 kB)
#20 39.69 Using cached cryptography-43.0.1-cp39-abi3-manylinux_2_28_aarch64.whl (3.8 MB)
#20 39.73 Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
#20 39.74 Downloading frozenlist-1.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (273 kB)
#20 39.77 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 273.3/273.3 kB 17.2 MB/s eta 0:00:00
#20 39.78 Downloading greenlet-3.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (640 kB)
#20 39.83 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 640.4/640.4 kB 20.2 MB/s eta 0:00:00
#20 39.83 Using cached idna-3.10-py3-none-any.whl (70 kB)
#20 39.84 Downloading Mako-1.3.5-py3-none-any.whl (78 kB)
#20 39.86 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.6/78.6 kB 9.8 MB/s eta 0:00:00
#20 39.87 Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (29 kB)
#20 39.89 Downloading multidict-6.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (131 kB)
#20 39.91 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.1/131.1 kB 13.7 MB/s eta 0:00:00
#20 39.92 Downloading pickle_secure-0.99.9-py3-none-any.whl (6.6 kB)
#20 39.93 Downloading pillow-10.4.0-cp311-cp311-manylinux_2_28_aarch64.whl (4.4 MB)
#20 40.14 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 21.7 MB/s eta 0:00:00
#20 40.16 Downloading pyasn1_modules-0.4.1-py3-none-any.whl (181 kB)
#20 40.18 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.5/181.5 kB 14.9 MB/s eta 0:00:00
#20 40.19 Downloading pyasn1-0.6.1-py3-none-any.whl (83 kB)
#20 40.20 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/83.1 kB 10.1 MB/s eta 0:00:00
#20 40.22 Downloading pycares-4.4.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (289 kB)
#20 40.24 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 289.3/289.3 kB 17.3 MB/s eta 0:00:00
#20 40.25 Using cached pycparser-2.22-py3-none-any.whl (117 kB)
#20 40.26 Downloading pypng-0.20220715.0-py3-none-any.whl (58 kB)
#20 40.28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.1/58.1 kB 8.1 MB/s eta 0:00:00
#20 40.29 Downloading python_magic-0.4.27-py2.py3-none-any.whl (13 kB)
#20 40.30 Downloading qrcode-7.4.2-py3-none-any.whl (46 kB)
#20 40.32 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.2/46.2 kB 6.7 MB/s eta 0:00:00
#20 40.32 Using cached requests-2.32.3-py3-none-any.whl (64 kB)
#20 40.33 Downloading SkPy-0.10.7-py3-none-any.whl (49 kB)
#20 40.35 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 kB 7.1 MB/s eta 0:00:00
#20 40.36 Downloading slidge-0.2.0-py3-none-any.whl (210 kB)
#20 40.39 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.0/211.0 kB 12.6 MB/s eta 0:00:00
#20 40.40 Downloading soupsieve-2.6-py3-none-any.whl (36 kB)
#20 40.42 Downloading SQLAlchemy-2.0.35-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.2 MB)
#20 40.57 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 21.5 MB/s eta 0:00:00
#20 40.59 Downloading thumbhash-0.1.2-py3-none-any.whl (5.1 kB)
#20 40.60 Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB)
#20 40.61 Using cached urllib3-2.2.3-py3-none-any.whl (126 kB)
#20 40.62 Downloading yarl-1.13.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (486 kB)
#20 40.66 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 486.1/486.1 kB 19.3 MB/s eta 0:00:00
#20 41.01 Building wheels for collected packages: slixmpp
#20 41.01 Building wheel for slixmpp (pyproject.toml): started
#20 44.45 Building wheel for slixmpp (pyproject.toml): finished with status 'done'
#20 44.46 Created wheel for slixmpp: filename=slixmpp-1.8.5-py3-none-any.whl size=511619 sha256=3d20a8124ca44c6290b38835997f1c4b8cae17db92f6913d38d5dee05836426a
#20 44.46 Stored in directory: /root/.cache/pip/wheels/bd/36/1f/bb5720bf3bf0d3ad08642be1ea7c2c5e0b63bdf4e2a1dc8798
#20 44.49 Successfully built slixmpp
#20 45.76 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 64.00 Successfully installed aiodns-3.2.0 aiohappyeyeballs-2.4.3 aiohttp-3.10.9 aiosignal-1.3.1 alembic-1.13.3 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.1 idna-3.10 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.0 slixmpp-1.8.5 soupsieve-2.6 sqlalchemy-2.0.35 thumbhash-0.1.2 typing-extensions-4.12.2 urllib3-2.2.3 yarl-1.13.1
#20 64.27
#20 64.27 [notice] A new release of pip is available: 24.0 -> 24.2
#20 64.27 [notice] To update, run: pip install --upgrade pip
#20 DONE 65.4s
#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 "nifty_sammet" instance using docker-container driver
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 517B done
#1 DONE 0.0s
#2 [linux/arm64 internal] load metadata for docker.io/nicocool84/slidge-base:latest
#2 ...
#3 [linux/amd64 internal] load metadata for docker.io/nicocool84/slidge-base:latest
#3 DONE 0.3s
#4 [linux/arm64 internal] load metadata for docker.io/nicocool84/slidge-builder:latest
#4 DONE 0.3s
#5 [linux/amd64 internal] load metadata for docker.io/nicocool84/slidge-builder:latest
#5 DONE 0.4s
#2 [linux/arm64 internal] load metadata for docker.io/nicocool84/slidge-base:latest
#2 DONE 0.4s
#6 [internal] load .dockerignore
#6 transferring context: 2B done
#6 DONE 0.0s
#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:4f402c39c872bcd59b004e8f981f5bee84f93bc208ba666e7f49a1632c5296d6
#8 resolve docker.io/nicocool84/slidge-base:latest@sha256:4f402c39c872bcd59b004e8f981f5bee84f93bc208ba666e7f49a1632c5296d6 done
#8 DONE 0.0s
#9 [linux/amd64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#9 resolve docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1 done
#9 DONE 0.0s
#10 [linux/amd64 builder 3/4] RUN poetry export --without-hashes >requirements.txt
#10 CACHED
#11 [linux/amd64 builder 2/4] COPY poetry.lock pyproject.toml /build/
#11 CACHED
#12 [linux/amd64 builder 4/4] RUN python3 -m pip install --requirement requirements.txt
#12 CACHED
#13 [linux/amd64 skidge 2/3] COPY --from=builder /venv /venv
#13 CACHED
#14 [linux/amd64 skidge 3/3] COPY ./skidge /venv/lib/python/site-packages/legacy_module
#14 CACHED
#15 [linux/arm64 builder 1/4] FROM docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1
#15 resolve docker.io/nicocool84/slidge-builder:latest@sha256:a14a16b72119551ae6452a5c2107ac6e0577164d36b614e2c8c335d8dca4cff1 0.0s done
#15 DONE 0.0s
#16 [linux/arm64 skidge 1/3] FROM docker.io/nicocool84/slidge-base:latest@sha256:4f402c39c872bcd59b004e8f981f5bee84f93bc208ba666e7f49a1632c5296d6
#16 resolve docker.io/nicocool84/slidge-base:latest@sha256:4f402c39c872bcd59b004e8f981f5bee84f93bc208ba666e7f49a1632c5296d6 done
#16 DONE 0.0s
#17 [linux/arm64 builder 2/4] COPY poetry.lock pyproject.toml /build/
#17 CACHED
#18 [linux/arm64 builder 3/4] RUN poetry export --without-hashes >requirements.txt
#18 CACHED
#19 [linux/arm64 skidge 2/3] COPY --from=builder /venv /venv
#19 CACHED
#20 [linux/arm64 builder 4/4] RUN python3 -m pip install --requirement 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 2.8s done
#22 exporting manifest sha256:48ef01b37296026b01124e25bba861c6d8e0bc79d19cb71df352939e7663144b done
#22 exporting config sha256:fba7e52051c4def320f0071cd30e09fb717339b5c01c6e053015fa3b1c487b1a done
#22 exporting attestation manifest sha256:647ffe5d53897737d75a899ccc8fa96d94783093910cc499ea705e007a0c4201 done
#22 exporting manifest sha256:7ac60d4a09c190bcdb107bcfdd0be76083d3a647df2bd631dd6faa3a341b3262 done
#22 exporting config sha256:99b71b12a3714a33c25ecb88d21687295af98ad5355a98f1cbb227c9e1478bcd done
#22 exporting attestation manifest sha256:d34ddecd3b27f05f7e61935f698bb92ff2c6cd728eb1e853396d5a0149c868e0 done
#22 exporting manifest list sha256:c86b37d6ed84f8a294244a8acf1af6c14b0725ed4ab0730424c4202e86eea6ec 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 10.7s done
#22 pushing manifest for docker.io/nicocool84/skidge:master@sha256:c86b37d6ed84f8a294244a8acf1af6c14b0725ed4ab0730424c4202e86eea6ec
#22 pushing manifest for docker.io/nicocool84/skidge:master@sha256:c86b37d6ed84f8a294244a8acf1af6c14b0725ed4ab0730424c4202e86eea6ec 1.9s done
#22 DONE 15.3s
|