~emersion/#1370757

success

ci: add support for arm64

#7 — mercxry

Owner
~emersion
Created
2 months ago
Updated
2 months ago
Build manifest
view manifest »

Tasks

view log »
build view log »
deploy view log »
go to bottom »
go to top »
setup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
[#1370757] 2024/11/18 16:50:15 Booting image archlinux (default) on port 22735
[#1370757] 2024/11/18 16:50:16 Waiting for guest to settle
[#1370757] 2024/11/18 16:50:24 Sending tasks
[#1370757] 2024/11/18 16:50:25 Sending build environment
[#1370757] 2024/11/18 16:50:25 Installing packages
Warning: Permanently added '[localhost]:22735' (ED25519) to the list of known hosts.
:: Synchronizing package databases...
 core downloading...
 extra downloading...
 multilib downloading...
warning: archlinux-keyring-20241015-1 is up to date -- skipping
 there is nothing to do
Warning: Permanently added '[localhost]:22735' (ED25519) to the list of known hosts.
nothing to do
Warning: Permanently added '[localhost]:22735' (ED25519) to the list of known hosts.
Sync Explicit (1): passt-2024_10_30.ee7d0b6-1
Sync Dependency (6): crun-1.18.2-1, netavark-1.13.0-1, conmon-1:2.1.12-1, containers-common-1:0.60.4-2, aardvark-dns-1.13.1-1, slirp4netns-1.3.1-1
Sync Make Dependency (5): btrfs-progs-6.11-1, apparmor-4.0.3-1, go-2:1.23.3-1, catatonit-0.2.0-3, go-md2man-2.0.5-1
AUR Explicit (1): podman-git-.r21415.gd7bf1385d-1
:: (1/1) Downloaded PKGBUILD: podman-git
  1 podman-git                               (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
  1 podman-git                               (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
==> Making package: podman-git .r21415.gd7bf1385d-1 (Mon Nov 18 16:50:28 2024)
==> Retrieving sources...
  -> Cloning podman git repo...
Cloning into bare repository '/home/build/.cache/yay/podman-git/podman'...
  -> Found podman-4.6.0-defaultinitpath.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    podman ... Skipped
    podman-4.6.0-defaultinitpath.patch ... Passed
:: (1/1) Parsing SRCINFO: podman-git
resolving dependencies...
looking for conflicting packages...

Packages (26) abseil-cpp-20240722.0-1  criu-4.0-1  gtest-1.15.2-1  libbsd-0.12.2-2  libdrm-2.4.123-1  libmd-1.1.0-2  libnet-2:1.3-1  libpciaccess-0.18.1-2  libslirp-4.8.0-1  lzo-2.10-5  nftables-1:1.1.1-1  protobuf-28.3-1  protobuf-c-1.5.0-8  python-protobuf-28.3-1  yajl-2.1.0-6  aardvark-dns-1.13.1-1  apparmor-4.0.3-1  btrfs-progs-6.11-1  catatonit-0.2.0-3  conmon-1:2.1.12-1  containers-common-1:0.60.4-2  crun-1.18.2-1  go-2:1.23.3-1  go-md2man-2.0.5-1  netavark-1.13.0-1  slirp4netns-1.3.1-1

Total Download Size:    55.86 MiB
Total Installed Size:  291.03 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 go-2:1.23.3-1-x86_64 downloading...
 netavark-1.13.0-1-x86_64 downloading...
 protobuf-28.3-1-x86_64 downloading...
 apparmor-4.0.3-1-x86_64 downloading...
 abseil-cpp-20240722.0-1-x86_64 downloading...
 btrfs-progs-6.11-1-x86_64 downloading...
 aardvark-dns-1.13.1-1-x86_64 downloading...
 go-md2man-2.0.5-1-x86_64 downloading...
 criu-4.0-1-x86_64 downloading...
 gtest-1.15.2-1-x86_64 downloading...
 python-protobuf-28.3-1-x86_64 downloading...
 nftables-1:1.1.1-1-x86_64 downloading...
 libdrm-2.4.123-1-x86_64 downloading...
 libnet-2:1.3-1-x86_64 downloading...
 catatonit-0.2.0-3-x86_64 downloading...
 crun-1.18.2-1-x86_64 downloading...
 libbsd-0.12.2-2-x86_64 downloading...
 protobuf-c-1.5.0-8-x86_64 downloading...
 containers-common-1:0.60.4-2-any downloading...
 lzo-2.10-5-x86_64 downloading...
 libslirp-4.8.0-1-x86_64 downloading...
 yajl-2.1.0-6-x86_64 downloading...
 libmd-1.1.0-2-x86_64 downloading...
 conmon-1:2.1.12-1-x86_64 downloading...
 slirp4netns-1.3.1-1-x86_64 downloading...
 libpciaccess-0.18.1-2-x86_64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing go...
installing apparmor...
Optional dependencies for apparmor
    perl: for perl bindings [installed]
    python-notify2: for aa-notify
    python-psutil: for aa-notify
    ruby: for ruby bindings
installing catatonit...
installing yajl...
installing libmd...
installing libbsd...
installing libpciaccess...
installing libdrm...
Optional dependencies for libdrm
    cairo: needed for modetest tool
installing libnet...
installing nftables...
Optional dependencies for nftables
    python: Python bindings [installed]
installing gtest...
Optional dependencies for gtest
    python: gmock generator [installed]
installing abseil-cpp...
installing protobuf...
installing protobuf-c...
installing python-protobuf...
installing criu...
installing crun...
installing libslirp...
installing slirp4netns...
installing conmon...
installing lzo...
installing btrfs-progs...
Optional dependencies for btrfs-progs
    python: libbtrfsutil python bindings [installed]
    e2fsprogs: btrfs-convert [installed]
installing aardvark-dns...
installing netavark...
installing go-md2man...
installing containers-common...
:: Running post-transaction hooks...
(1/5) Reloading system manager configuration...
(2/5) Creating temporary files...
(3/5) Reloading device manager configuration...
(4/5) Arming ConditionNeedsUpdate...
(5/5) Warn about old perl modules
resolving dependencies...
looking for conflicting packages...

Packages (1) passt-2024_10_30.ee7d0b6-1

Total Download Size:   0.17 MiB
Total Installed Size:  0.44 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 passt-2024_10_30.ee7d0b6-1-x86_64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing passt...
Optional dependencies for passt
    sh: for demo script [installed]
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Making package: podman-git .r21415.gd7bf1385d-1 (Mon Nov 18 16:50:47 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating podman git repo...
  -> Found podman-4.6.0-defaultinitpath.patch
==> Validating source files with sha256sums...
    podman ... Skipped
    podman-4.6.0-defaultinitpath.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Creating working copy of podman git repo...
Cloning into 'podman'...
done.
==> Starting prepare()...
patching file vendor/github.com/containers/common/pkg/config/default_common.go
Hunk #1 succeeded at 3 (offset -1 lines).
==> Starting pkgver()...
==> Updated version: podman-git .r24062.g9a66cbf0ea-1
==> Sources are ready.
==> Making package: podman-git .r24062.g9a66cbf0ea-1 (Mon Nov 18 16:50:51 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
==> Starting build()...
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build \
	 \
	-ldflags '-X github.com/containers/podman/v5/libpod/define.gitCommit=9a66cbf0eabc972a1e0319b1ce945170728e75d6-dirty -X github.com/containers/podman/v5/libpod/define.buildInfo=1731948650 -X github.com/containers/podman/v5/libpod/config._installPrefix=/usr -X github.com/containers/podman/v5/libpod/config._etcDir=/etc -X github.com/containers/podman/v5/pkg/systemd/quadlet._binDir=/usr/bin -X github.com/containers/common/pkg/config.additionalHelperBinariesDir= -s -w -linkmode=external' \
	-tags "apparmor   systemd libsubid exclude_graphdriver_devicemapper seccomp " \
	-o bin/podman ./cmd/podman
test -z "" || chcon -t container_runtime_exec_t bin/podman
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build \
	 \
	-ldflags '-X github.com/containers/podman/v5/libpod/define.gitCommit=9a66cbf0eabc972a1e0319b1ce945170728e75d6-dirty -X github.com/containers/podman/v5/libpod/define.buildInfo=1731948650 -X github.com/containers/podman/v5/libpod/config._installPrefix=/usr -X github.com/containers/podman/v5/libpod/config._etcDir=/etc -X github.com/containers/podman/v5/pkg/systemd/quadlet._binDir=/usr/bin -X github.com/containers/common/pkg/config.additionalHelperBinariesDir= -s -w -linkmode=external' \
	-tags "remote exclude_graphdriver_btrfs btrfs_noversion exclude_graphdriver_devicemapper containers_image_openpgp" \
	-o bin/podman-remote ./cmd/podman
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build \
	 \
	-ldflags '-X github.com/containers/podman/v5/libpod/define.gitCommit=9a66cbf0eabc972a1e0319b1ce945170728e75d6-dirty -X github.com/containers/podman/v5/libpod/define.buildInfo=1731948650 -X github.com/containers/podman/v5/libpod/config._installPrefix=/usr -X github.com/containers/podman/v5/libpod/config._etcDir=/etc -X github.com/containers/podman/v5/pkg/systemd/quadlet._binDir=/usr/bin -X github.com/containers/common/pkg/config.additionalHelperBinariesDir= -s -w -linkmode=external' \
	-tags "apparmor   systemd libsubid exclude_graphdriver_devicemapper seccomp " \
	-o bin/podman-testing ./cmd/podman-testing
if [ ! -f bin/podmansh ]; then ln -s podman bin/podmansh; fi
CGO_ENABLED=1 \
	go build \
	 \
	-o bin/rootlessport ./cmd/rootlessport
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build \
	 \
	-ldflags '-X github.com/containers/podman/v5/libpod/define.gitCommit=9a66cbf0eabc972a1e0319b1ce945170728e75d6-dirty -X github.com/containers/podman/v5/libpod/define.buildInfo=1731948650 -X github.com/containers/podman/v5/libpod/config._installPrefix=/usr -X github.com/containers/podman/v5/libpod/config._etcDir=/etc -X github.com/containers/podman/v5/pkg/systemd/quadlet._binDir=/usr/bin -X github.com/containers/common/pkg/config.additionalHelperBinariesDir= -s -w -linkmode=external' \
	-tags "apparmor   systemd libsubid exclude_graphdriver_devicemapper seccomp " \
	-o bin/quadlet ./cmd/quadlet
hack/markdown-preprocess
if [ ! -x "./test/tools/build/go-md2man" ]; then \
	make -C test/tools build/go-md2man GOOS=linux GOARCH=amd64; \
fi
make[1]: Entering directory '/home/build/.cache/yay/podman-git/src/podman/test/tools'
go build -o build/go-md2man ./vendor/github.com/cpuguy83/go-md2man/v2
make[1]: Leaving directory '/home/build/.cache/yay/podman-git/src/podman/test/tools'
mkdir -p docs/build/man
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
( echo "% podman-rootless 7"; echo; sed -e '/logo.*\.png/d' <rootless.md ) >docs/source/markdown/podman-rootless.7.md.tmp.$ && \
	mv docs/source/markdown/podman-rootless.7.md.tmp.$ docs/source/markdown/podman-rootless.7.md
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
( echo "% podman-troubleshooting 7"; echo; sed -e '/logo.*\.png/d' <troubleshooting.md ) >docs/source/markdown/podman-troubleshooting.7.md.tmp.$ && \
	mv docs/source/markdown/podman-troubleshooting.7.md.tmp.$ docs/source/markdown/podman-troubleshooting.7.md
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
==> Entering fakeroot environment...
==> Starting package_podman-git()...
install  -d -m 755 /home/build/.cache/yay/podman-git/pkg/podman-git/usr/bin
install  -m 755 bin/podman /home/build/.cache/yay/podman-git/pkg/podman-git/usr/bin/podman
ln -sf podman /home/build/.cache/yay/podman-git/pkg/podman-git/usr/bin/podmansh
test -z "" || chcon --verbose --reference=/home/build/.cache/yay/podman-git/pkg/podman-git/usr/bin/podman bin/podman
install  -d -m 755 /home/build/.cache/yay/podman-git/pkg/podman-git/usr/libexec/podman
install  -m 755 bin/rootlessport /home/build/.cache/yay/podman-git/pkg/podman-git/usr/libexec/podman/rootlessport
test -z "" || chcon --verbose --reference=/home/build/.cache/yay/podman-git/pkg/podman-git/usr/libexec/podman/rootlessport bin/rootlessport
install  -m 755 bin/quadlet /home/build/.cache/yay/podman-git/pkg/podman-git/usr/libexec/podman/quadlet
install  -d -m 755 /home/build/.cache/yay/podman-git/pkg/podman-git/usr/lib/systemd/system-generators
ln -sfr /home/build/.cache/yay/podman-git/pkg/podman-git/usr/libexec/podman/quadlet /home/build/.cache/yay/podman-git/pkg/podman-git/usr/lib/systemd/system-generators/podman-system-generator
install  -d -m 755 /home/build/.cache/yay/podman-git/pkg/podman-git/usr/lib/systemd/user-generators
ln -sfr /home/build/.cache/yay/podman-git/pkg/podman-git/usr/libexec/podman/quadlet /home/build/.cache/yay/podman-git/pkg/podman-git/usr/lib/systemd/user-generators/podman-user-generator
install  -m 755 -d /home/build/.cache/yay/podman-git/pkg/podman-git/usr/lib/tmpfiles.d
install  -m 644 contrib/tmpfile/podman.conf /home/build/.cache/yay/podman-git/pkg/podman-git/usr/lib/tmpfiles.d/podman.conf
install  -d -m 755 /home/build/.cache/yay/podman-git/pkg/podman-git/usr/bin
install  -m 755 bin/podman-remote \
	/home/build/.cache/yay/podman-git/pkg/podman-git/usr/bin/podman-remote
test "linux" != "windows" || \
	install -m 755 bin/win-sshproxy.exe /home/build/.cache/yay/podman-git/pkg/podman-git/usr/bin
test "linux" != "windows" || \
	install -m 755 bin/gvproxy.exe /home/build/.cache/yay/podman-git/pkg/podman-git/usr/bin
test "linux" != "darwin" || \
	install -m 755 bin/podman-mac-helper /home/build/.cache/yay/podman-git/pkg/podman-git/usr/bin
test -z "" || \
	chcon --verbose --reference=/home/build/.cache/yay/podman-git/pkg/podman-git/usr/bin/podman-remote \
	bin/podman-remote
install  -d -m 755 /home/build/.cache/yay/podman-git/pkg/podman-git/usr/share/man/man1
install  -d -m 755 /home/build/.cache/yay/podman-git/pkg/podman-git/usr/share/man/man5
install  -d -m 755 /home/build/.cache/yay/podman-git/pkg/podman-git/usr/share/man/man7
install  -m 644 docs/build/man/podman-attach.1 docs/build/man/podman-auto-update.1 docs/build/man/podman-build.1 docs/build/man/podman-commit.1 docs/build/man/podman-completion.1 docs/build/man/podman-compose.1 docs/build/man/podman-container-checkpoint.1 docs/build/man/podman-container-cleanup.1 docs/build/man/podman-container-clone.1 docs/build/man/podman-container-diff.1 docs/build/man/podman-container-exists.1 docs/build/man/podman-container-inspect.1 docs/build/man/podman-container-prune.1 docs/build/man/podman-container-restore.1 docs/build/man/podman-container-runlabel.1 docs/build/man/podman-container.1 docs/build/man/podman-cp.1 docs/build/man/podman-create.1 docs/build/man/podman-diff.1 docs/build/man/podman-events.1 docs/build/man/podman-exec.1 docs/build/man/podman-export.1 docs/build/man/podman-farm-build.1 docs/build/man/podman-farm-create.1 docs/build/man/podman-farm-list.1 docs/build/man/podman-farm-remove.1 docs/build/man/podman-farm-update.1 docs/build/man/podman-farm.1 docs/build/man/podman-generate-spec.1 docs/build/man/podman-generate-systemd.1 docs/build/man/podman-generate.1 docs/build/man/podman-healthcheck-run.1 docs/build/man/podman-healthcheck.1 docs/build/man/podman-history.1 docs/build/man/podman-image-diff.1 docs/build/man/podman-image-exists.1 docs/build/man/podman-image-inspect.1 docs/build/man/podman-image-mount.1 docs/build/man/podman-image-prune.1 docs/build/man/podman-image-scp.1 docs/build/man/podman-image-sign.1 docs/build/man/podman-image-tree.1 docs/build/man/podman-image-trust.1 docs/build/man/podman-image-unmount.1 docs/build/man/podman-image.1 docs/build/man/podman-images.1 docs/build/man/podman-import.1 docs/build/man/podman-info.1 docs/build/man/podman-init.1 docs/build/man/podman-inspect.1 docs/build/man/podman-kill.1 docs/build/man/podman-kube-apply.1 docs/build/man/podman-kube-down.1 docs/build/man/podman-kube-generate.1 docs/build/man/podman-kube-play.1 docs/build/man/podman-kube.1 docs/build/man/podman-load.1 docs/build/man/podman-login.1 docs/build/man/podman-logout.1 docs/build/man/podman-logs.1 docs/build/man/podman-machine-info.1 docs/build/man/podman-machine-init.1 docs/build/man/podman-machine-inspect.1 docs/build/man/podman-machine-list.1 docs/build/man/podman-machine-os-apply.1 docs/build/man/podman-machine-os.1 docs/build/man/podman-machine-reset.1 docs/build/man/podman-machine-rm.1 docs/build/man/podman-machine-set.1 docs/build/man/podman-machine-ssh.1 docs/build/man/podman-machine-start.1 docs/build/man/podman-machine-stop.1 docs/build/man/podman-machine.1 docs/build/man/podman-manifest-add.1 docs/build/man/podman-manifest-annotate.1 docs/build/man/podman-manifest-create.1 docs/build/man/podman-manifest-exists.1 docs/build/man/podman-manifest-inspect.1 docs/build/man/podman-manifest-push.1 docs/build/man/podman-manifest-remove.1 docs/build/man/podman-manifest-rm.1 docs/build/man/podman-manifest.1 docs/build/man/podman-mount.1 docs/build/man/podman-network-connect.1 docs/build/man/podman-network-create.1 docs/build/man/podman-network-disconnect.1 docs/build/man/podman-network-exists.1 docs/build/man/podman-network-inspect.1 docs/build/man/podman-network-ls.1 docs/build/man/podman-network-prune.1 docs/build/man/podman-network-reload.1 docs/build/man/podman-network-rm.1 docs/build/man/podman-network-update.1 docs/build/man/podman-network.1 docs/build/man/podman-pause.1 docs/build/man/podman-pod-clone.1 docs/build/man/podman-pod-create.1 docs/build/man/podman-pod-exists.1 docs/build/man/podman-pod-inspect.1 docs/build/man/podman-pod-kill.1 docs/build/man/podman-pod-logs.1 docs/build/man/podman-pod-pause.1 docs/build/man/podman-pod-prune.1 docs/build/man/podman-pod-ps.1 docs/build/man/podman-pod-restart.1 docs/build/man/podman-pod-rm.1 docs/build/man/podman-pod-start.1 docs/build/man/podman-pod-stats.1 docs/build/man/podman-pod-stop.1 docs/build/man/podman-pod-top.1 docs/build/man/podman-pod-unpause.1 docs/build/man/podman-pod.1 docs/build/man/podman-port.1 docs/build/man/podman-ps.1 docs/build/man/podman-pull.1 docs/build/man/podman-push.1 docs/build/man/podman-remote.1 docs/build/man/podman-rename.1 docs/build/man/podman-restart.1 docs/build/man/podman-rm.1 docs/build/man/podman-rmi.1 docs/build/man/podman-run.1 docs/build/man/podman-save.1 docs/build/man/podman-search.1 docs/build/man/podman-secret-create.1 docs/build/man/podman-secret-exists.1 docs/build/man/podman-secret-inspect.1 docs/build/man/podman-secret-ls.1 docs/build/man/podman-secret-rm.1 docs/build/man/podman-secret.1 docs/build/man/podman-start.1 docs/build/man/podman-stats.1 docs/build/man/podman-stop.1 docs/build/man/podman-system-check.1 docs/build/man/podman-system-connection-add.1 docs/build/man/podman-system-connection-default.1 docs/build/man/podman-system-connection-list.1 docs/build/man/podman-system-connection-remove.1 docs/build/man/podman-system-connection-rename.1 docs/build/man/podman-system-connection.1 docs/build/man/podman-system-df.1 docs/build/man/podman-system-migrate.1 docs/build/man/podman-system-prune.1 docs/build/man/podman-system-renumber.1 docs/build/man/podman-system-reset.1 docs/build/man/podman-system-service.1 docs/build/man/podman-system.1 docs/build/man/podman-tag.1 docs/build/man/podman-top.1 docs/build/man/podman-unmount.1 docs/build/man/podman-unpause.1 docs/build/man/podman-unshare.1 docs/build/man/podman-untag.1 docs/build/man/podman-update.1 docs/build/man/podman-version.1 docs/build/man/podman-volume-create.1 docs/build/man/podman-volume-exists.1 docs/build/man/podman-volume-export.1 docs/build/man/podman-volume-import.1 docs/build/man/podman-volume-inspect.1 docs/build/man/podman-volume-ls.1 docs/build/man/podman-volume-mount.1 docs/build/man/podman-volume-prune.1 docs/build/man/podman-volume-reload.1 docs/build/man/podman-volume-rm.1 docs/build/man/podman-volume-unmount.1 docs/build/man/podman-volume.1 docs/build/man/podman-wait.1 docs/build/man/podman.1 docs/build/man/podmansh.1 /home/build/.cache/yay/podman-git/pkg/podman-git/usr/share/man/man1
install  -m 644 docs/source/markdown/links/*1 /home/build/.cache/yay/podman-git/pkg/podman-git/usr/share/man/man1
install  -m 644 docs/build/man/podman-systemd.unit.5 /home/build/.cache/yay/podman-git/pkg/podman-git/usr/share/man/man5
install  -m 644 docs/source/markdown/links/*5 /home/build/.cache/yay/podman-git/pkg/podman-git/usr/share/man/man5
install  -m 644 docs/build/man/podman-rootless.7 docs/build/man/podman-troubleshooting.7 /home/build/.cache/yay/podman-git/pkg/podman-git/usr/share/man/man7
sed -e 's;@@PODMAN@@;/usr/bin/podman;g' contrib/systemd/system/podman-auto-update.service.in >contrib/systemd/system/podman-auto-update.service.tmp.$ \
	&& mv -f contrib/systemd/system/podman-auto-update.service.tmp.$ contrib/systemd/system/podman-auto-update.service
sed -e 's;@@PODMAN@@;/usr/bin/podman;g' contrib/systemd/system/podman.service.in >contrib/systemd/system/podman.service.tmp.$ \
	&& mv -f contrib/systemd/system/podman.service.tmp.$ contrib/systemd/system/podman.service
sed -e 's;@@PODMAN@@;/usr/bin/podman;g' contrib/systemd/system/podman-restart.service.in >contrib/systemd/system/podman-restart.service.tmp.$ \
	&& mv -f contrib/systemd/system/podman-restart.service.tmp.$ contrib/systemd/system/podman-restart.service
sed -e 's;@@PODMAN@@;/usr/bin/podman;g' contrib/systemd/system/podman-kube@.service.in >contrib/systemd/system/podman-kube@.service.tmp.$ \
	&& mv -f contrib/systemd/system/podman-kube@.service.tmp.$ contrib/systemd/system/podman-kube@.service
sed -e 's;@@PODMAN@@;/usr/bin/podman;g' contrib/systemd/system/podman-clean-transient.service.in >contrib/systemd/system/podman-clean-transient.service.tmp.$ \
	&& mv -f contrib/systemd/system/podman-clean-transient.service.tmp.$ contrib/systemd/system/podman-clean-transient.service
install  -m 755 -d /home/build/.cache/yay/podman-git/pkg/podman-git/usr/lib/systemd/system  /home/build/.cache/yay/podman-git/pkg/podman-git/usr/lib/systemd/user
for unit in contrib/systemd/system/podman-auto-update.service contrib/systemd/system/podman.service contrib/systemd/system/podman-restart.service contrib/systemd/system/podman-kube@.service contrib/systemd/system/podman-clean-transient.service \
			contrib/systemd/system/podman-auto-update.timer \
			contrib/systemd/system/podman.socket; do \
	install  -m 644 $unit /home/build/.cache/yay/podman-git/pkg/podman-git/usr/lib/systemd/user/$(basename $unit); \
	install  -m 644 $unit /home/build/.cache/yay/podman-git/pkg/podman-git/usr/lib/systemd/system/$(basename $unit); \
done
# HACK; as rootless this unit will not work due the requires on a non existing target
# as the user session does not see system units. We could define two different units
# but this seems much more complicated then this small fixup here.
# https://github.com/containers/podman/issues/23790
sed -i '/Requires=/d' /home/build/.cache/yay/podman-git/pkg/podman-git/usr/lib/systemd/user/podman-clean-transient.service
sed -i '/After=/d' /home/build/.cache/yay/podman-git/pkg/podman-git/usr/lib/systemd/user/podman-clean-transient.service
# Important this unit should only be installed for the user session and is thus not added to the loop above.
install  -m 644 contrib/systemd/user/podman-user-wait-network-online.service \
	/home/build/.cache/yay/podman-git/pkg/podman-git/usr/lib/systemd/user/podman-user-wait-network-online.service
rm -f contrib/systemd/system/podman-auto-update.service contrib/systemd/system/podman.service contrib/systemd/system/podman-restart.service contrib/systemd/system/podman-kube@.service contrib/systemd/system/podman-clean-transient.service
install  -d -m 755 /home/build/.cache/yay/podman-git/pkg/podman-git/usr/share/bash-completion/completions
install  -m 644 completions/bash/podman /home/build/.cache/yay/podman-git/pkg/podman-git/usr/share/bash-completion/completions
install  -m 644 completions/bash/podman-remote /home/build/.cache/yay/podman-git/pkg/podman-git/usr/share/bash-completion/completions
install  -d -m 755 /home/build/.cache/yay/podman-git/pkg/podman-git/usr/share/zsh/site-functions
install  -m 644 completions/zsh/_podman /home/build/.cache/yay/podman-git/pkg/podman-git/usr/share/zsh/site-functions
install  -m 644 completions/zsh/_podman-remote /home/build/.cache/yay/podman-git/pkg/podman-git/usr/share/zsh/site-functions
install  -d -m 755 /home/build/.cache/yay/podman-git/pkg/podman-git/usr/share/fish/vendor_completions.d
install  -m 644 completions/fish/podman.fish /home/build/.cache/yay/podman-git/pkg/podman-git/usr/share/fish/vendor_completions.d
install  -m 644 completions/fish/podman-remote.fish /home/build/.cache/yay/podman-git/pkg/podman-git/usr/share/fish/vendor_completions.d
# There is no common location for powershell files so do not install them. Users have to source the file from their powershell profile.
removed '/home/build/.cache/yay/podman-git/pkg/podman-git/usr/share/man/man5/podman-systemd.unit.5'
removed '/home/build/.cache/yay/podman-git/pkg/podman-git/usr/share/man/man5/quadlet.5'
removed directory '/home/build/.cache/yay/podman-git/pkg/podman-git/usr/share/man/man5'
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
libfakeroot internal error: payload not recognized!
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "podman-git"...
  -> Generating .PKGINFO file...
==> WARNING: Library listed in 'depends' is not required by any files: libdevmapper.so
==> WARNING: Library listed in 'depends' is not required by any files: libsystemd.so
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Starting package_podman-docker-git()...
if [ ! -x "./test/tools/build/go-md2man" ]; then \
	make -C test/tools build/go-md2man GOOS=linux GOARCH=amd64; \
fi
mkdir -p docs/build/man
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
/usr/bin/bash: line 1: man: command not found
(cd docs; ./dckrman.sh ./build/man/*.1)
install  -d -m 755 /home/build/.cache/yay/podman-git/pkg/podman-docker-git/usr/bin
env BINDIR=/usr/bin ETCDIR=/etc envsubst < docker/docker.in > /tmp/tmp.be1wV5JoLB
install  -m 755 /tmp/tmp.be1wV5JoLB /home/build/.cache/yay/podman-git/pkg/podman-docker-git/usr/bin/docker
rm /tmp/tmp.be1wV5JoLB
install  -m 755 -d /home/build/.cache/yay/podman-git/pkg/podman-docker-git/usr/lib/systemd/system  /home/build/.cache/yay/podman-git/pkg/podman-docker-git/usr/lib/systemd/user /home/build/.cache/yay/podman-git/pkg/podman-docker-git/usr/lib/tmpfiles.d /home/build/.cache/yay/podman-git/pkg/podman-docker-git/usr/share/user-tmpfiles.d
install  -d -m 755 /home/build/.cache/yay/podman-git/pkg/podman-docker-git/etc/profile.d
install  -m 644 docker/podman-docker.sh /home/build/.cache/yay/podman-git/pkg/podman-docker-git/etc/profile.d/podman-docker.sh
install  -m 644 docker/podman-docker.csh /home/build/.cache/yay/podman-git/pkg/podman-docker-git/etc/profile.d/podman-docker.csh
install  -m 644 contrib/systemd/system/podman-docker.conf -t /home/build/.cache/yay/podman-git/pkg/podman-docker-git/usr/lib/tmpfiles.d
install  -m 644 contrib/systemd/system/podman-docker.conf -t /home/build/.cache/yay/podman-git/pkg/podman-docker-git/usr/share/user-tmpfiles.d
install  -d -m 755 /home/build/.cache/yay/podman-git/pkg/podman-docker-git/usr/share/man/man1
install  -m 644 docs/build/man/docker*.1 -t /home/build/.cache/yay/podman-git/pkg/podman-docker-git/usr/share/man/man1
install  -d -m 755 /home/build/.cache/yay/podman-git/pkg/podman-docker-git/usr/share/man/man5
install  -m 644 docs/build/man/docker*.5 -t /home/build/.cache/yay/podman-git/pkg/podman-docker-git/usr/share/man/man5
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "podman-docker-git"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Creating package "podman-git-debug"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: podman-git .r24062.g9a66cbf0ea-1 (Mon Nov 18 16:52:16 2024)
==> Cleaning up...
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (2) podman-git-.r24062.g9a66cbf0ea-1  podman-git-debug-.r24062.g9a66cbf0ea-1

Total Installed Size:  81.19 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing podman-git...
Optional dependencies for podman-git
    libapparmor.so: support for apparmor [installed]
    libselinux: support for selinux
    btrfs-progs: support btrfs backend devices [installed]
    cni-plugins: for the old cni networking implementation
    podman-compose: for docker-compose compatibility
    podman-docker: for Docker-compatible CLI
installing podman-git-debug...
:: Running post-transaction hooks...
(1/4) Reloading system manager configuration...
(2/4) Reloading user manager configuration...
(3/4) Creating temporary files...
(4/4) Arming ConditionNeedsUpdate...
[#1370757] 2024/11/18 16:52:18 Cloning repositories
Cloning into 'soju-containers'...
+ cd soju-containers
+ git checkout -q 2d3025bfb0d9d29b40a90cec5ae464e1a8975f10
+ cd soju-containers
+ git submodule update --init --recursive
[#1370757] 2024/11/18 16:52:19 Running task build
[#1370757] 2024/11/18 16:53:48 Running task deploy
build
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
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
+ cd soju-containers
+ podman build --platform linux/amd64,linux/arm64 --target soju --tag soju .
[linux/amd64] [1/4] STEP 1/5: FROM --platform=linux/amd64 docker.io/library/golang:alpine AS soju-build
Trying to pull docker.io/library/golang:alpine...
Getting image source signatures
Copying blob sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1
Copying blob sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f
Copying blob sha256:c79bddf330f7de2b96b69740174bc7152350ef81439db2dfa776fc3a9365dc80
Copying blob sha256:5418e60db87de98b06e455a400579c7f27106374f3450aef2951989cf6c7f536
Copying blob sha256:f115f9222c8e1a0a23300412608c2f4a3d45a6a471af693ed24f073d76d9f288
Copying config sha256:98069ee7ef5d97727559513880f76a2de6a1656a51f3685e074309a1b14f7718
Writing manifest to image destination
[linux/amd64] [1/4] STEP 2/5: RUN --mount=type=cache,target=/var/cache/apk 	apk -U add build-base ca-certificates tzdata
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz
(1/22) Installing libgcc (13.2.1_git20240309-r0)
(2/22) Installing jansson (2.14-r4)
(3/22) Installing libstdc++ (13.2.1_git20240309-r0)
(4/22) Installing zstd-libs (1.5.6-r0)
(5/22) Installing binutils (2.42-r0)
(6/22) Installing libmagic (5.45-r1)
(7/22) Installing file (5.45-r1)
(8/22) Installing libgomp (13.2.1_git20240309-r0)
(9/22) Installing libatomic (13.2.1_git20240309-r0)
(10/22) Installing gmp (6.3.0-r1)
(11/22) Installing isl26 (0.26-r1)
(12/22) Installing mpfr4 (4.2.1-r0)
(13/22) Installing mpc1 (1.3.1-r1)
(14/22) Installing gcc (13.2.1_git20240309-r0)
(15/22) Installing libstdc++-dev (13.2.1_git20240309-r0)
(16/22) Installing musl-dev (1.2.5-r0)
(17/22) Installing g++ (13.2.1_git20240309-r0)
(18/22) Installing make (4.4.1-r2)
(19/22) Installing fortify-headers (1.1-r3)
(20/22) Installing patch (2.7.6-r10)
(21/22) Installing build-base (0.5-r3)
(22/22) Installing tzdata (2024b-r0)
Executing busybox-1.36.1-r29.trigger
OK: 226 MiB in 37 packages
--> 1ef29c531fe8
[linux/amd64] [1/4] STEP 3/5: ADD https://codeberg.org/emersion/soju.git /src/
--> ab4404c23f9c
[linux/amd64] [1/4] STEP 4/5: WORKDIR /src
--> 33b08ea9eb30
[linux/amd64] [1/4] STEP 5/5: RUN --mount=type=cache,target=/root/.cache/go-build 	--mount=type=cache,target=/root/go/pkg/mod 	go build -o . 		-ldflags "-linkmode=external -extldflags=-static 		-X codeberg.org/emersion/soju/config.DefaultPath=/soju-config 		-X codeberg.org/emersion/soju/config.DefaultUnixAdminPath=/soju-admin.sock" 		./cmd/...
go: downloading github.com/pires/go-proxyproto v0.7.0
go: downloading github.com/prometheus/client_golang v1.20.4
go: downloading golang.org/x/crypto v0.27.0
go: downloading gopkg.in/irc.v4 v4.0.0
go: downloading github.com/SherClockHolmes/webpush-go v1.3.0
go: downloading github.com/coder/websocket v1.8.12
go: downloading github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43
go: downloading golang.org/x/time v0.6.0
go: downloading git.sr.ht/~emersion/go-scfg v0.0.0-20240128091534-2ae16e782082
go: downloading git.sr.ht/~emersion/go-sqlite3-fts5 v0.0.0-20240124102820-f3a72e8b79b1
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/mattn/go-sqlite3 v1.14.23
go: downloading github.com/klauspost/compress v1.17.9
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.59.1
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading google.golang.org/protobuf v1.34.2
go: downloading git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible
go: downloading golang.org/x/term v0.24.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading golang.org/x/sys v0.25.0
--> a494fb6edbd9
[linux/arm64] [1/4] STEP 1/5: FROM --platform=linux/amd64 docker.io/library/golang:alpine AS soju-build
[linux/arm64] [1/4] STEP 2/5: RUN --mount=type=cache,target=/var/cache/apk 	apk -U add build-base ca-certificates tzdata
--> Using cache 1ef29c531fe83075de9555e2460bf5f150b23173758350fd6dd6afe28f6b2a0a
--> 1ef29c531fe8
[linux/arm64] [1/4] STEP 3/5: ADD https://codeberg.org/emersion/soju.git /src/
--> d4a60e0fd036
[linux/arm64] [1/4] STEP 4/5: WORKDIR /src
--> 8e5cacb2fede
[linux/arm64] [1/4] STEP 5/5: RUN --mount=type=cache,target=/root/.cache/go-build 	--mount=type=cache,target=/root/go/pkg/mod 	go build -o . 		-ldflags "-linkmode=external -extldflags=-static 		-X codeberg.org/emersion/soju/config.DefaultPath=/soju-config 		-X codeberg.org/emersion/soju/config.DefaultUnixAdminPath=/soju-admin.sock" 		./cmd/...
go: downloading gopkg.in/irc.v4 v4.0.0
go: downloading golang.org/x/crypto v0.27.0
go: downloading git.sr.ht/~emersion/go-scfg v0.0.0-20240128091534-2ae16e782082
go: downloading github.com/pires/go-proxyproto v0.7.0
go: downloading github.com/prometheus/client_golang v1.20.4
go: downloading git.sr.ht/~emersion/go-sqlite3-fts5 v0.0.0-20240124102820-f3a72e8b79b1
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/mattn/go-sqlite3 v1.14.23
go: downloading golang.org/x/time v0.6.0
go: downloading github.com/SherClockHolmes/webpush-go v1.3.0
go: downloading github.com/coder/websocket v1.8.12
go: downloading github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43
go: downloading golang.org/x/term v0.24.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/common v0.59.1
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading google.golang.org/protobuf v1.34.2
go: downloading github.com/klauspost/compress v1.17.9
go: downloading git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible
go: downloading golang.org/x/sys v0.25.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
--> d5902b1f8948
[linux/amd64] [4/4] STEP 1/6: FROM scratch AS soju
[linux/amd64] [4/4] STEP 2/6: COPY --from=soju-build /src/soju /src/sojudb /src/sojuctl /
--> 3f9cf64a7aec
[linux/amd64] [4/4] STEP 3/6: COPY --from=soju-build /usr/share/zoneinfo /usr/share/zoneinfo
--> d6e1ed03a98a
[linux/amd64] [4/4] STEP 4/6: COPY --from=soju-build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
--> 2aef76166aad
[linux/amd64] [4/4] STEP 5/6: ENTRYPOINT ["/soju"]
--> fc965b39ffae
[linux/amd64] [4/4] STEP 6/6: HEALTHCHECK CMD ["/sojuctl", "help"]
[linux/amd64] [4/4] COMMIT soju
time="2024-11-18T16:53:21Z" level=warning msg="HEALTHCHECK is not supported for OCI image format and will be ignored. Must use `docker` format"
--> 147503eed852
[linux/arm64] [4/4] STEP 1/6: FROM scratch AS soju
Successfully tagged localhost/soju:latest
[linux/arm64] [4/4] STEP 2/6: COPY --from=soju-build /src/soju /src/sojudb /src/sojuctl /
147503eed852018f6180ffd2c9d8f1c37e9a8936bd4b3178ed87189697520408
--> Using cache 3f9cf64a7aec3bda88f1513edf1e6a454eb835715b95a8b88dd543a46b221ff7
--> 3f9cf64a7aec
[linux/arm64] [4/4] STEP 3/6: COPY --from=soju-build /usr/share/zoneinfo /usr/share/zoneinfo
--> Using cache d6e1ed03a98abe51c9683c4862efb3f36b33cb6dca72b7d09af9a54f5fbdd36d
--> d6e1ed03a98a
[linux/arm64] [4/4] STEP 4/6: COPY --from=soju-build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
--> Using cache 2aef76166aad70f20fd5e338096c9620e6c5766b48069964f57b085b726b560d
--> 2aef76166aad
[linux/arm64] [4/4] STEP 5/6: ENTRYPOINT ["/soju"]
--> Using cache fc965b39ffae28901b63c234b0c4329afacb3b75e9410e83422d05bd9a1f8f28
--> fc965b39ffae
[linux/arm64] [4/4] STEP 6/6: HEALTHCHECK CMD ["/sojuctl", "help"]
--> Using cache 147503eed852018f6180ffd2c9d8f1c37e9a8936bd4b3178ed87189697520408
[linux/arm64] [4/4] COMMIT soju
--> 147503eed852
Successfully tagged localhost/soju:latest
147503eed852018f6180ffd2c9d8f1c37e9a8936bd4b3178ed87189697520408
+ podman build --platform linux/amd64,linux/arm64 --target gamja --tag gamja .
[linux/amd64] [2/5] STEP 1/5: FROM --platform=linux/amd64 docker.io/library/golang:alpine AS kimchi-build
[linux/amd64] [2/5] STEP 2/5: ADD https://git.sr.ht/~emersion/kimchi/archive/master.tar.gz /src/
--> 3b1737227934
[linux/amd64] [2/5] STEP 3/5: WORKDIR /src
--> dc8e9e54e68d
[linux/amd64] [2/5] STEP 4/5: RUN tar --strip-components=1 -xf master.tar.gz
--> dd3013ca1d47
[linux/amd64] [2/5] STEP 5/5: RUN --mount=type=cache,target=/root/.cache/go-build 	--mount=type=cache,target=/root/go/pkg/mod 	go build
go: downloading git.sr.ht/~emersion/go-scfg v0.0.0-20240128091534-2ae16e782082
go: downloading github.com/pires/go-proxyproto v0.7.0
go: downloading golang.org/x/net v0.22.0
go: downloading golang.org/x/text v0.14.0
--> c75ee65cfbd5
[linux/amd64] [3/5] STEP 1/4: FROM --platform=linux/amd64 docker.io/library/node:alpine AS gamja-build
Trying to pull docker.io/library/node:alpine...
Getting image source signatures
Copying blob sha256:a5c5ecca157bb8fd977d211aa365385a7461e4431c1c034cc9e7fb92ee88a968
Copying blob sha256:da9db072f522755cbeb85be2b3f84059b70571b229512f1571d9217b77e1087f
Copying blob sha256:c5fe7dee25208c6748ad05c572e5abf0b61ec799bc73fcf20e6cfe58088833c2
Copying blob sha256:82a77b39fd1829672d28d644c144624500360ef0ea67725e2700abd2379f3ad2
Copying config sha256:553a52ccb5ff87022da26271235c86d86060d20c11d2a0ab3515f62b9b072d41
Writing manifest to image destination
[linux/amd64] [3/5] STEP 2/4: ADD https://codeberg.org/emersion/gamja.git /src/
--> 254f409f17e9
[linux/amd64] [3/5] STEP 3/4: WORKDIR /src
--> effd958ba93e
[linux/amd64] [3/5] STEP 4/4: RUN --mount=type=cache,target=/src/node_modules 	--mount=type=cache,target=/src/.parcel-cache 	npm install --include=dev && npm run build
(node:2) ExperimentalWarning: CommonJS module /usr/local/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /usr/local/lib/node_modules/npm/node_modules/supports-color/index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
npm warn deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility

added 279 packages, and audited 280 packages in 6s

109 packages are looking for funding
  run `npm fund` for details

5 vulnerabilities (3 high, 2 critical)

To address issues that do not require attention, run:
  npm audit fix

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.

> build
> parcel build

78(node:58) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Building...
Bundling...
Packaging & Optimizing...
✨ Built in 1.12s

dist/index.html                  574 B    346ms
dist/manifest.webmanifest         99 B    176ms
dist/index.83982b15.css       10.16 KB    204ms
dist/index.c8e052b6.js       145.97 KB    393ms
--> 8e545612afa6
[linux/arm64] [2/5] STEP 1/5: FROM --platform=linux/amd64 docker.io/library/golang:alpine AS kimchi-build
[linux/arm64] [2/5] STEP 2/5: ADD https://git.sr.ht/~emersion/kimchi/archive/master.tar.gz /src/
--> Using cache 3b173722793496ea30d703d6a16386c75e2042ee51543a4ad6980471cd50a23f
--> 3b1737227934
[linux/arm64] [2/5] STEP 3/5: WORKDIR /src
--> Using cache dc8e9e54e68dfa421a4eaa4d12d85a46787e69c804bf679cc79d556c4071a783
--> dc8e9e54e68d
[linux/arm64] [2/5] STEP 4/5: RUN tar --strip-components=1 -xf master.tar.gz
--> Using cache dd3013ca1d47085f1076a852340ae6edba3e2333e4e2268ea867edcbbee1391c
--> dd3013ca1d47
[linux/arm64] [2/5] STEP 5/5: RUN --mount=type=cache,target=/root/.cache/go-build 	--mount=type=cache,target=/root/go/pkg/mod 	go build
--> Using cache c75ee65cfbd51d8466895505f09ad89d55ef4bd2fc6b63a4a900088a4bd69409
--> c75ee65cfbd5
[linux/amd64] [5/5] STEP 1/5: FROM scratch AS gamja
[linux/amd64] [5/5] STEP 2/5: COPY --from=kimchi-build /src/kimchi /kimchi
--> 6209adc81a31
[linux/amd64] [5/5] STEP 3/5: COPY --from=gamja-build /src/dist /gamja
--> 8e7561fb2538
[linux/amd64] [5/5] STEP 4/5: ADD kimchi-config /kimchi-config
--> e51a926d34c5
[linux/amd64] [5/5] STEP 5/5: CMD ["/kimchi", "-config", "/kimchi-config"]
[linux/amd64] [5/5] COMMIT gamja
--> 414df80a4f78
[linux/arm64] [3/5] STEP 1/4: FROM --platform=linux/amd64 docker.io/library/node:alpine AS gamja-build
Successfully tagged localhost/gamja:latest
414df80a4f78b44053a0fda34eeca3beb5f1c0cd42c0ca181b36f160e60e0ff4
[linux/arm64] [3/5] STEP 2/4: ADD https://codeberg.org/emersion/gamja.git /src/
--> 1824b76b930b
[linux/arm64] [3/5] STEP 3/4: WORKDIR /src
--> 5fe0e48c7990
[linux/arm64] [3/5] STEP 4/4: RUN --mount=type=cache,target=/src/node_modules 	--mount=type=cache,target=/src/.parcel-cache 	npm install --include=dev && npm run build
(node:2) ExperimentalWarning: CommonJS module /usr/local/lib/node_modules/npm/node_modules/debug/src/node.js is loading ES Module /usr/local/lib/node_modules/npm/node_modules/supports-color/index.js using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)

up to date, audited 280 packages in 2s

109 packages are looking for funding
  run `npm fund` for details

5 vulnerabilities (3 high, 2 critical)

To address issues that do not require attention, run:
  npm audit fix

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.

> build
> parcel build

78(node:23) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Building...
Bundling...
✨ Built in 686ms

dist/index.html                  574 B     25ms
dist/manifest.webmanifest         99 B    176ms
dist/index.83982b15.css       10.16 KB     14ms
dist/index.c8e052b6.js       145.97 KB     25ms
--> 9e3c947b2277
[linux/arm64] [5/5] STEP 1/5: FROM scratch AS gamja
[linux/arm64] [5/5] STEP 2/5: COPY --from=kimchi-build /src/kimchi /kimchi
--> Using cache 6209adc81a314ce7bda3adc2db5e1f1f1d2898922a08f0496225275aefce7f63
--> 6209adc81a31
[linux/arm64] [5/5] STEP 3/5: COPY --from=gamja-build /src/dist /gamja
--> Using cache 8e7561fb2538ec15d8303bc96578fe1f899e0b743129d1524340d2c98c7797ac
--> 8e7561fb2538
[linux/arm64] [5/5] STEP 4/5: ADD kimchi-config /kimchi-config
--> Using cache e51a926d34c57260c28cacc3ff4067e1cc0bd5f959fd8a4164bc7c8c4ada3bf8
--> e51a926d34c5
[linux/arm64] [5/5] STEP 5/5: CMD ["/kimchi", "-config", "/kimchi-config"]
--> Using cache 414df80a4f78b44053a0fda34eeca3beb5f1c0cd42c0ca181b36f160e60e0ff4
[linux/arm64] [5/5] COMMIT gamja
--> 414df80a4f78
Successfully tagged localhost/gamja:latest
414df80a4f78b44053a0fda34eeca3beb5f1c0cd42c0ca181b36f160e60e0ff4
deploy
1
2
3
4
5
6
7
+ cd soju-containers
++ git rev-parse HEAD
++ git rev-parse origin/master
+ '[' 2d3025bfb0d9d29b40a90cec5ae464e1a8975f10 = a7ce271b39f39452163543b919da329a19881f3e ']'
+ complete-build
+ echo 1
+ exit 0
Build complete: success 2 months ago (took 3 minutes)