Skip to content

Console Output

12:12:42 + make REF=20.10 DOCKER_BUILD_PKGS=cross-win static
12:12:42 git init src/github.com/docker/cli
12:12:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
12:12:42 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:12:42 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
12:12:42 + SRC=src/github.com/docker/cli
12:12:42 + REF=20.10
12:12:42 + REF_FETCH=20.10
12:12:42 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
12:12:42 + awk {print $2}
12:12:42 + REF=refs/heads/20.10
12:12:42 + [ -n refs/heads/20.10 ]
12:12:42 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:42 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:12:44 From https://github.com/docker/cli
12:12:44  * [new branch]      20.10      -> 20.10
12:12:44  * [new tag]         v20.10.18  -> v20.10.18
12:12:44  * [new branch]      20.10      -> origin/20.10
12:12:44 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
12:12:44 git init src/github.com/docker/docker
12:12:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
12:12:44 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:12:44 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
12:12:44 + SRC=src/github.com/docker/docker
12:12:44 + REF=20.10
12:12:44 + REF_FETCH=20.10
12:12:44 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
12:12:44 + awk {print $2}
12:12:44 + REF=refs/heads/20.10
12:12:44 + [ -n refs/heads/20.10 ]
12:12:44 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:44 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:12:47 From https://github.com/docker/docker
12:12:47  * [new branch]      20.10      -> 20.10
12:12:47  * [new branch]      20.10      -> origin/20.10
12:12:47 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
12:12:47 git init src/github.com/docker/compose
12:12:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
12:12:47 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:12:47 ./scripts/checkout.sh src/github.com/docker/compose "v2.11.2"
12:12:47 + SRC=src/github.com/docker/compose
12:12:47 + REF=v2.11.2
12:12:47 + REF_FETCH=v2.11.2
12:12:47 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.11.2
12:12:47 + awk {print $2}
12:12:47 + REF=refs/tags/v2.11.2
12:12:47 + [ -n refs/tags/v2.11.2 ]
12:12:47 + REF_FETCH=refs/tags/v2.11.2:refs/tags/v2.11.2
12:12:47 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.11.2:refs/tags/v2.11.2
12:12:47 From https://github.com/docker/compose
12:12:47  * [new tag]         v2.11.2    -> v2.11.2
12:12:47 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.11.2
12:12:47 git init src/github.com/docker/scan-cli-plugin
12:12:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
12:12:47 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:12:47 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
12:12:47 + SRC=src/github.com/docker/scan-cli-plugin
12:12:47 + REF=v0.17.0
12:12:47 + REF_FETCH=v0.17.0
12:12:47 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
12:12:47 + awk {print $2}
12:12:47 + REF=refs/tags/v0.17.0
12:12:47 + [ -n refs/tags/v0.17.0 ]
12:12:47 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
12:12:47 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
12:12:47 From https://github.com/docker/scan-cli-plugin
12:12:47  * [new tag]         v0.17.0    -> v0.17.0
12:12:47 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
12:12:47 for p in cross-win; do \
12:12:47 	make -C static VERSION=0.0.1-dev GO_VERSION=1.18.6 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
12:12:47 done
12:12:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/static'
12:12:47 make -C /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker VERSION=0.0.0-20220908081902-b40c2f6 DOCKER_CROSSPLATFORMS=windows/amd64 DOCKER_BUILD_OPTS="" cross
12:12:47 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker'
12:12:48 mkdir -p autogen
12:12:48 docker build  --build-arg=GO_VERSION  -f "Dockerfile" --build-arg CROSS=true --build-arg DOCKER_CROSSPLATFORMS --output=bundles/ --target=cross --build-arg VERSION --build-arg DOCKER_GITCOMMIT --build-arg PRODUCT --build-arg PLATFORM --build-arg DEFAULT_PRODUCT_LICENSE .
12:12:48 #1 [internal] load build definition from Dockerfile
12:12:48 #1 transferring dockerfile: 16.91kB done
12:12:48 #1 DONE 0.1s
12:12:48 
12:12:48 #2 [internal] load .dockerignore
12:12:48 #2 transferring context: 87B done
12:12:48 #2 DONE 0.1s
12:12:49 
12:12:49 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io
12:12:49 #3 DONE 0.0s
12:12:49 
12:12:49 #4 resolve image config for docker.io/docker/dockerfile:1
12:12:49 #4 DONE 0.4s
12:12:49 
12:12:49 #5 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
12:12:49 #5 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc done
12:12:49 #5 sha256:ad87fb03593d1b71f9a1cfc1406c4aafcb253b1dabebf569768d6e6166836f34 528B / 528B done
12:12:49 #5 sha256:1e8a16826fd1c80a63fa6817a9c7284c94e40cded14a9b0d0d3722356efa47bd 2.37kB / 2.37kB done
12:12:49 #5 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.1s done
12:12:49 #5 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done
12:12:49 #5 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546
12:12:49 #5 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.2s done
12:12:49 #5 DONE 0.5s
12:12:49 
12:12:49 #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
12:12:49 #6 ...
12:12:49 
12:12:49 #7 [auth] djs55/vpnkit:pull token for registry-1.docker.io
12:12:49 #7 DONE 0.0s
12:12:49 
12:12:49 #8 [auth] library/golang:pull token for registry-1.docker.io
12:12:49 #8 DONE 0.0s
12:12:50 
12:12:50 #9 [internal] load metadata for docker.io/library/golang:1.18.6-bullseye
12:12:50 #9 DONE 0.8s
12:12:50 
12:12:50 #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
12:12:50 #10 DONE 0.8s
12:12:50 
12:12:50 #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
12:12:50 #6 DONE 0.8s
12:12:52 
12:12:52 #11 [internal] load build context
12:12:52 #11 DONE 0.0s
12:12:52 
12:12:52 #12 [base 1/3] FROM docker.io/library/golang:1.18.6-bullseye@sha256:251acc9398339576ae2a8706c294263440fc400fef0e742b5747789cfd7078cb
12:12:52 #12 resolve docker.io/library/golang:1.18.6-bullseye@sha256:251acc9398339576ae2a8706c294263440fc400fef0e742b5747789cfd7078cb 0.0s done
12:12:52 #12 sha256:251acc9398339576ae2a8706c294263440fc400fef0e742b5747789cfd7078cb 1.86kB / 1.86kB done
12:12:52 #12 sha256:ebd59a91af0c61cf28a22a9651ffd45612848bdcc1a43c2c3063825ba2e613fc 1.80kB / 1.80kB done
12:12:52 #12 sha256:f81bafb819d5b520ab919b42e5925c4b32b62241fc1d036036d9bb5aa2f522d1 7.10kB / 7.10kB done
12:12:52 #12 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 0B / 55.03MB 0.1s
12:12:52 #12 sha256:326f452ade5c33097eba4ba88a24bd77a93a3d994d4dc39b936482655e664857 0B / 5.16MB 0.1s
12:12:52 #12 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 7.37MB / 55.03MB 0.2s
12:12:52 #12 sha256:a42821cd14fb31c4aa253203e7f8e34fc3b15d69ce370f1223fbbe4252a64202 0B / 10.88MB 0.2s
12:12:52 #12 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 12.58MB / 55.03MB 0.3s
12:12:52 #12 sha256:326f452ade5c33097eba4ba88a24bd77a93a3d994d4dc39b936482655e664857 5.16MB / 5.16MB 0.3s
12:12:52 #12 sha256:a42821cd14fb31c4aa253203e7f8e34fc3b15d69ce370f1223fbbe4252a64202 4.91MB / 10.88MB 0.3s
12:12:52 #12 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 21.45MB / 55.03MB 0.5s
12:12:52 #12 sha256:326f452ade5c33097eba4ba88a24bd77a93a3d994d4dc39b936482655e664857 5.16MB / 5.16MB 0.4s done
12:12:52 #12 sha256:a42821cd14fb31c4aa253203e7f8e34fc3b15d69ce370f1223fbbe4252a64202 10.49MB / 10.88MB 0.5s
12:12:52 #12 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 32.92MB / 55.03MB 0.6s
12:12:52 #12 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 3.22MB / 54.58MB 0.6s
12:12:52 #12 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 46.14MB / 55.03MB 0.8s
12:12:52 #12 sha256:a42821cd14fb31c4aa253203e7f8e34fc3b15d69ce370f1223fbbe4252a64202 10.88MB / 10.88MB 0.6s done
12:12:52 #12 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 13.63MB / 54.58MB 0.8s
12:12:52 #12 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 5.24MB / 85.96MB 0.8s
12:12:52 #12 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 52.43MB / 55.03MB 0.9s
12:12:52 #12 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 19.92MB / 54.58MB 0.9s
12:12:52 #12 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 13.63MB / 85.96MB 0.9s
12:12:53 #12 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 25.65MB / 54.58MB 0.9s
12:12:53 #12 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 19.92MB / 85.96MB 0.9s
12:12:53 #12 sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 55.03MB / 55.03MB 1.0s done
12:12:53 #12 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 36.78MB / 54.58MB 1.1s
12:12:53 #12 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 33.55MB / 85.96MB 1.1s
12:12:53 #12 sha256:5cc67fe6144b8a2d33963edb62297bdaa3f968746061866b48db3f3125e68734 1.05MB / 141.88MB 1.1s
12:12:53 #12 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 40.89MB / 54.58MB 1.2s
12:12:53 #12 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 37.88MB / 85.96MB 1.2s
12:12:53 #12 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 46.14MB / 54.58MB 1.3s
12:12:53 #12 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 45.46MB / 85.96MB 1.3s
12:12:53 #12 sha256:5cc67fe6144b8a2d33963edb62297bdaa3f968746061866b48db3f3125e68734 12.55MB / 141.88MB 1.3s
12:12:53 #12 extracting sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10
12:12:53 #12 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 50.33MB / 54.58MB 1.4s
12:12:53 #12 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 50.33MB / 85.96MB 1.4s
12:12:53 #12 sha256:5cc67fe6144b8a2d33963edb62297bdaa3f968746061866b48db3f3125e68734 22.02MB / 141.88MB 1.4s
12:12:53 #12 sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 54.58MB / 54.58MB 1.6s done
12:12:53 #12 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 58.72MB / 85.96MB 1.6s
12:12:53 #12 sha256:5cc67fe6144b8a2d33963edb62297bdaa3f968746061866b48db3f3125e68734 36.70MB / 141.88MB 1.6s
12:12:53 #12 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 65.01MB / 85.96MB 1.8s
12:12:53 #12 sha256:5cc67fe6144b8a2d33963edb62297bdaa3f968746061866b48db3f3125e68734 46.44MB / 141.88MB 1.8s
12:12:53 #12 sha256:cd3416ecab879296d41843948ae859cadb4bd4300a60b23abef443645845ab4a 156B / 156B 1.8s done
12:12:54 #12 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 70.25MB / 85.96MB 1.9s
12:12:54 #12 sha256:5cc67fe6144b8a2d33963edb62297bdaa3f968746061866b48db3f3125e68734 58.72MB / 141.88MB 2.0s
12:12:54 #12 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 78.64MB / 85.96MB 2.1s
12:12:54 #12 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 85.96MB / 85.96MB 2.3s
12:12:54 #12 sha256:5cc67fe6144b8a2d33963edb62297bdaa3f968746061866b48db3f3125e68734 75.50MB / 141.88MB 2.3s
12:12:54 #12 sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 85.96MB / 85.96MB 2.5s done
12:12:54 #12 sha256:5cc67fe6144b8a2d33963edb62297bdaa3f968746061866b48db3f3125e68734 89.13MB / 141.88MB 2.7s
12:12:54 #12 sha256:5cc67fe6144b8a2d33963edb62297bdaa3f968746061866b48db3f3125e68734 98.89MB / 141.88MB 2.9s
12:12:55 #12 sha256:5cc67fe6144b8a2d33963edb62297bdaa3f968746061866b48db3f3125e68734 115.34MB / 141.88MB 3.1s
12:12:55 #12 sha256:5cc67fe6144b8a2d33963edb62297bdaa3f968746061866b48db3f3125e68734 122.68MB / 141.88MB 3.2s
12:12:55 #12 sha256:5cc67fe6144b8a2d33963edb62297bdaa3f968746061866b48db3f3125e68734 130.02MB / 141.88MB 3.3s
12:12:55 #12 sha256:5cc67fe6144b8a2d33963edb62297bdaa3f968746061866b48db3f3125e68734 138.10MB / 141.88MB 3.5s
12:12:56 #12 sha256:5cc67fe6144b8a2d33963edb62297bdaa3f968746061866b48db3f3125e68734 141.88MB / 141.88MB 3.8s done
12:12:56 #12 ...
12:12:56 
12:12:56 #11 [internal] load build context
12:12:56 #11 transferring context: 53.52MB 4.5s done
12:12:56 #11 DONE 4.7s
12:12:56 
12:12:56 #13 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
12:12:56 #13 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
12:12:56 #13 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
12:12:56 #13 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
12:12:56 #13 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
12:12:56 #13 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 2.7s done
12:12:56 #13 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.8s done
12:12:56 #13 DONE 4.8s
12:12:56 
12:12:56 #12 [base 1/3] FROM docker.io/library/golang:1.18.6-bullseye@sha256:251acc9398339576ae2a8706c294263440fc400fef0e742b5747789cfd7078cb
12:12:57 #12 ...
12:12:57 
12:12:57 #14 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
12:12:57 #14 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
12:12:57 #14 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
12:12:57 #14 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
12:12:57 #14 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
12:12:57 #14 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.2s done
12:12:57 #14 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.7s done
12:12:57 #14 DONE 5.3s
12:12:57 
12:12:57 #12 [base 1/3] FROM docker.io/library/golang:1.18.6-bullseye@sha256:251acc9398339576ae2a8706c294263440fc400fef0e742b5747789cfd7078cb
12:12:58 #12 extracting sha256:23858da423a6737f0467fab0014e5b53009ea7405d575636af0c3f100bbb2f10 5.1s done
12:12:58 #12 extracting sha256:326f452ade5c33097eba4ba88a24bd77a93a3d994d4dc39b936482655e664857
12:12:59 #12 extracting sha256:326f452ade5c33097eba4ba88a24bd77a93a3d994d4dc39b936482655e664857 0.2s done
12:12:59 #12 extracting sha256:a42821cd14fb31c4aa253203e7f8e34fc3b15d69ce370f1223fbbe4252a64202
12:12:59 #12 extracting sha256:a42821cd14fb31c4aa253203e7f8e34fc3b15d69ce370f1223fbbe4252a64202 0.3s done
12:12:59 #12 extracting sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05
12:13:00 #12 ...
12:13:00 
12:13:00 #15 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
12:13:00 #15 DONE 0.7s
12:13:00 
12:13:00 #12 [base 1/3] FROM docker.io/library/golang:1.18.6-bullseye@sha256:251acc9398339576ae2a8706c294263440fc400fef0e742b5747789cfd7078cb
12:13:01 #12 ...
12:13:01 
12:13:01 #16 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
12:13:01 #16 DONE 0.7s
12:13:01 
12:13:01 #12 [base 1/3] FROM docker.io/library/golang:1.18.6-bullseye@sha256:251acc9398339576ae2a8706c294263440fc400fef0e742b5747789cfd7078cb
12:13:01 #12 extracting sha256:8471b75885efc7790a16be5328e3b368567b76a60fc3feabd6869c15e175ee05 2.4s done
12:13:02 #12 extracting sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 0.1s
12:13:04 #12 extracting sha256:b7aa120dd02d9fa75bb50861103f7837514028ea6f06e3e821b8c47c2c10d386 2.3s done
12:13:04 #12 extracting sha256:5cc67fe6144b8a2d33963edb62297bdaa3f968746061866b48db3f3125e68734
12:13:10 #12 extracting sha256:5cc67fe6144b8a2d33963edb62297bdaa3f968746061866b48db3f3125e68734 4.8s done
12:13:10 #12 extracting sha256:cd3416ecab879296d41843948ae859cadb4bd4300a60b23abef443645845ab4a done
12:13:10 #12 DONE 17.7s
12:13:10 
12:13:10 #17 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
12:13:13 #17 DONE 3.3s
12:13:13 
12:13:13 #18 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
12:13:13 #18 DONE 0.4s
12:13:13 
12:13:13 #19 [cross-true 1/6] RUN dpkg --add-architecture arm64
12:13:14 #19 DONE 0.5s
12:13:14 
12:13:14 #20 [cross-true 2/6] RUN dpkg --add-architecture armel
12:13:14 #20 DONE 0.5s
12:13:14 
12:13:14 #21 [cross-true 3/6] RUN dpkg --add-architecture armhf
12:13:14 #21 DONE 0.5s
12:13:14 
12:13:14 #22 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
12:13:15 #22 DONE 0.5s
12:13:15 
12:13:15 #23 [cross-true 5/6] RUN dpkg --add-architecture s390x
12:13:15 #23 DONE 0.5s
12:13:15 
12:13:15 #24 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
12:13:16 #24 0.692 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:13:16 #24 0.702 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:13:16 #24 0.702 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:13:16 #24 0.791 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
12:13:16 #24 0.887 Get:5 http://deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
12:13:16 #24 1.000 Get:6 http://deb.debian.org/debian bullseye/main armel Packages [7872 kB]
12:13:16 #24 1.113 Get:7 http://deb.debian.org/debian bullseye/main s390x Packages [7877 kB]
12:13:17 #24 1.199 Get:8 http://deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
12:13:17 #24 1.284 Get:9 http://deb.debian.org/debian bullseye/main ppc64el Packages [8031 kB]
12:13:17 #24 1.362 Get:10 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [184 kB]
12:13:17 #24 1.364 Get:11 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [186 kB]
12:13:17 #24 1.367 Get:12 http://deb.debian.org/debian-security bullseye-security/main s390x Packages [158 kB]
12:13:17 #24 1.369 Get:13 http://deb.debian.org/debian-security bullseye-security/main armhf Packages [185 kB]
12:13:17 #24 1.371 Get:14 http://deb.debian.org/debian-security bullseye-security/main ppc64el Packages [176 kB]
12:13:17 #24 1.373 Get:15 http://deb.debian.org/debian-security bullseye-security/main armel Packages [170 kB]
12:13:17 #24 1.375 Get:16 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [3988 B]
12:13:17 #24 1.375 Get:17 http://deb.debian.org/debian bullseye-updates/main s390x Packages [3104 B]
12:13:17 #24 1.376 Get:18 http://deb.debian.org/debian bullseye-updates/main armel Packages [4180 B]
12:13:17 #24 1.377 Get:19 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [4160 B]
12:13:17 #24 1.377 Get:20 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
12:13:17 #24 1.378 Get:21 http://deb.debian.org/debian bullseye-updates/main armhf Packages [4184 B]
12:13:23 #24 6.824 Fetched 49.3 MB in 6s (7719 kB/s)
12:13:25 #24 6.824 Reading package lists...
12:13:28 #24 9.640 Reading package lists...
12:13:28 #24 12.48 Building dependency tree...
12:13:29 #24 13.58 The following additional packages will be installed:
12:13:29 #24 13.58   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
12:13:29 #24 13.58   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
12:13:29 #24 13.58   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
12:13:29 #24 13.58   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
12:13:29 #24 13.58   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
12:13:29 #24 13.58   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
12:13:29 #24 13.58   cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file
12:13:29 #24 13.58   g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf
12:13:29 #24 13.58   g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu
12:13:29 #24 13.58   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu
12:13:29 #24 13.58   g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
12:13:29 #24 13.58   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
12:13:29 #24 13.58   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
12:13:29 #24 13.58   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
12:13:29 #24 13.58   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
12:13:29 #24 13.58   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
12:13:29 #24 13.58   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
12:13:29 #24 13.58   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
12:13:29 #24 13.58   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
12:13:29 #24 13.59   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
12:13:29 #24 13.59   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
12:13:29 #24 13.59   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
12:13:29 #24 13.59   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
12:13:29 #24 13.59   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
12:13:29 #24 13.59   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
12:13:29 #24 13.59   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
12:13:29 #24 13.59   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
12:13:29 #24 13.59   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
12:13:29 #24 13.59   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
12:13:29 #24 13.59   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
12:13:29 #24 13.59   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
12:13:29 #24 13.59   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
12:13:29 #24 13.59   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
12:13:29 #24 13.59   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
12:13:29 #24 13.59   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
12:13:29 #24 13.59   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
12:13:29 #24 13.59   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
12:13:29 #24 13.59   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
12:13:29 #24 13.59   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
12:13:29 #24 13.59   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
12:13:29 #24 13.59   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
12:13:29 #24 13.59   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
12:13:29 #24 13.59   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
12:13:29 #24 13.59   linux-libc-dev-s390x-cross patch xz-utils
12:13:29 #24 13.60 Suggested packages:
12:13:29 #24 13.60   binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch
12:13:29 #24 13.60   debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu
12:13:29 #24 13.60   gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex
12:13:29 #24 13.60   bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi
12:13:29 #24 13.60   gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu
12:13:29 #24 13.60   libyaml-shell-perl ed diffutils-doc
12:13:29 #24 13.60 Recommended packages:
12:13:29 #24 13.60   fakeroot build-essential libalgorithm-merge-perl libwww-perl
12:13:29 #24 13.60   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
12:13:30 #24 14.79 The following NEW packages will be installed:
12:13:30 #24 14.79   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
12:13:30 #24 14.79   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
12:13:30 #24 14.79   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
12:13:30 #24 14.79   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
12:13:30 #24 14.79   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
12:13:30 #24 14.79   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
12:13:30 #24 14.79   cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64
12:13:30 #24 14.79   crossbuild-essential-armel crossbuild-essential-armhf
12:13:30 #24 14.79   crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev
12:13:30 #24 14.79   file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi
12:13:30 #24 14.79   g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu
12:13:30 #24 14.79   g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi
12:13:30 #24 14.79   g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu
12:13:30 #24 14.79   gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
12:13:30 #24 14.79   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
12:13:30 #24 14.79   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
12:13:30 #24 14.79   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
12:13:30 #24 14.79   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
12:13:30 #24 14.79   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
12:13:30 #24 14.79   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
12:13:30 #24 14.79   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
12:13:30 #24 14.79   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
12:13:30 #24 14.79   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
12:13:30 #24 14.79   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
12:13:30 #24 14.79   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
12:13:30 #24 14.79   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
12:13:30 #24 14.79   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
12:13:30 #24 14.79   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
12:13:30 #24 14.79   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
12:13:30 #24 14.79   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
12:13:30 #24 14.79   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
12:13:30 #24 14.79   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
12:13:30 #24 14.80   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
12:13:30 #24 14.80   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
12:13:30 #24 14.80   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
12:13:30 #24 14.80   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
12:13:30 #24 14.80   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
12:13:30 #24 14.80   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
12:13:30 #24 14.80   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
12:13:30 #24 14.80   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
12:13:30 #24 14.80   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
12:13:30 #24 14.80   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
12:13:30 #24 14.80   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
12:13:30 #24 14.80   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
12:13:30 #24 14.80   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
12:13:30 #24 14.80   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
12:13:30 #24 14.80   linux-libc-dev-s390x-cross patch xz-utils
12:13:30 #24 15.10 0 upgraded, 133 newly installed, 0 to remove and 2 not upgraded.
12:13:30 #24 15.10 Need to get 788 MB of archives.
12:13:30 #24 15.10 After this operation, 3385 MB of additional disk space will be used.
12:13:30 #24 15.10 Get:1 http://deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
12:13:30 #24 15.11 Get:2 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
12:13:30 #24 15.11 Get:3 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
12:13:30 #24 15.11 Get:4 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
12:13:30 #24 15.11 Get:5 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
12:13:30 #24 15.11 Get:6 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
12:13:30 #24 15.12 Get:7 http://deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB]
12:13:30 #24 15.14 Get:8 http://deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB]
12:13:30 #24 15.16 Get:9 http://deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB]
12:13:30 #24 15.18 Get:10 http://deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB]
12:13:30 #24 15.20 Get:11 http://deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB]
12:13:31 #24 15.21 Get:12 http://deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
12:13:31 #24 15.21 Get:13 http://deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB]
12:13:31 #24 15.55 Get:14 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB]
12:13:31 #24 15.55 Get:15 http://deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB]
12:13:31 #24 15.87 Get:16 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB]
12:13:31 #24 15.87 Get:17 http://deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB]
12:13:32 #24 16.39 Get:18 http://deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
12:13:32 #24 16.39 Get:19 http://deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB]
12:13:32 #24 16.72 Get:20 http://deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
12:13:32 #24 16.72 Get:21 http://deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB]
12:13:32 #24 17.03 Get:22 http://deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
12:13:32 #24 17.03 Get:23 http://deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB]
12:13:32 #24 17.03 Get:24 http://deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB]
12:13:32 #24 17.03 Get:25 http://deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
12:13:32 #24 17.03 Get:26 http://deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
12:13:32 #24 17.03 Get:27 http://deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB]
12:13:32 #24 17.03 Get:28 http://deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB]
12:13:32 #24 17.03 Get:29 http://deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB]
12:13:32 #24 17.04 Get:30 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB]
12:13:32 #24 17.04 Get:31 http://deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB]
12:13:32 #24 17.04 Get:32 http://deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB]
12:13:32 #24 17.04 Get:33 http://deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B]
12:13:32 #24 17.05 Get:34 http://deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB]
12:13:32 #24 17.06 Get:35 http://deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB]
12:13:32 #24 17.06 Get:36 http://deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB]
12:13:32 #24 17.08 Get:37 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB]
12:13:32 #24 17.08 Get:38 http://deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB]
12:13:32 #24 17.09 Get:39 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB]
12:13:32 #24 17.09 Get:40 http://deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB]
12:13:33 #24 17.58 Get:41 http://deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B]
12:13:33 #24 17.58 Get:42 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB]
12:13:33 #24 17.59 Get:43 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB]
12:13:33 #24 17.61 Get:44 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB]
12:13:33 #24 17.63 Get:45 http://deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB]
12:13:34 #24 18.42 Get:46 http://deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B]
12:13:34 #24 18.42 Get:47 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
12:13:34 #24 18.42 Get:48 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.12 [2312 kB]
12:13:34 #24 18.45 Get:49 http://deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB]
12:13:34 #24 18.45 Get:50 http://deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
12:13:34 #24 18.46 Get:51 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
12:13:34 #24 18.58 Get:52 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u2 [692 kB]
12:13:34 #24 18.58 Get:53 http://deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
12:13:34 #24 18.60 Get:54 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
12:13:34 #24 18.60 Get:55 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
12:13:34 #24 18.60 Get:56 http://deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
12:13:34 #24 18.60 Get:57 http://deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
12:13:34 #24 18.60 Get:58 http://deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB]
12:13:34 #24 18.60 Get:59 http://deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB]
12:13:34 #24 18.60 Get:60 http://deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
12:13:34 #24 18.61 Get:61 http://deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
12:13:34 #24 18.61 Get:62 http://deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB]
12:13:34 #24 18.61 Get:63 http://deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB]
12:13:34 #24 18.61 Get:64 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B]
12:13:34 #24 18.61 Get:65 http://deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB]
12:13:34 #24 18.61 Get:66 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB]
12:13:34 #24 18.62 Get:67 http://deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB]
12:13:34 #24 18.62 Get:68 http://deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B]
12:13:34 #24 18.62 Get:69 http://deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB]
12:13:34 #24 18.64 Get:70 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB]
12:13:34 #24 18.64 Get:71 http://deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB]
12:13:34 #24 18.65 Get:72 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB]
12:13:34 #24 18.66 Get:73 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB]
12:13:34 #24 19.09 Get:74 http://deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B]
12:13:34 #24 19.09 Get:75 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB]
12:13:34 #24 19.10 Get:76 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB]
12:13:34 #24 19.11 Get:77 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB]
12:13:34 #24 19.12 Get:78 http://deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB]
12:13:35 #24 19.48 Get:79 http://deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B]
12:13:35 #24 19.48 Get:80 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B]
12:13:35 #24 19.49 Get:81 http://deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB]
12:13:35 #24 19.49 Get:82 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB]
12:13:35 #24 19.49 Get:83 http://deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB]
12:13:35 #24 19.50 Get:84 http://deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B]
12:13:35 #24 19.50 Get:85 http://deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB]
12:13:35 #24 19.51 Get:86 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB]
12:13:35 #24 19.51 Get:87 http://deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB]
12:13:35 #24 19.52 Get:88 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB]
12:13:35 #24 19.52 Get:89 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB]
12:13:35 #24 19.90 Get:90 http://deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B]
12:13:35 #24 19.90 Get:91 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB]
12:13:35 #24 19.91 Get:92 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB]
12:13:35 #24 19.93 Get:93 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB]
12:13:35 #24 19.94 Get:94 http://deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB]
12:13:35 #24 20.29 Get:95 http://deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B]
12:13:36 #24 20.29 Get:96 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B]
12:13:36 #24 20.29 Get:97 http://deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB]
12:13:36 #24 20.30 Get:98 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB]
12:13:36 #24 20.30 Get:99 http://deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB]
12:13:36 #24 20.31 Get:100 http://deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB]
12:13:36 #24 20.31 Get:101 http://deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B]
12:13:36 #24 20.31 Get:102 http://deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB]
12:13:36 #24 20.32 Get:103 http://deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB]
12:13:36 #24 20.33 Get:104 http://deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB]
12:13:36 #24 20.34 Get:105 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB]
12:13:36 #24 20.35 Get:106 http://deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB]
12:13:36 #24 20.35 Get:107 http://deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB]
12:13:36 #24 20.35 Get:108 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB]
12:13:36 #24 20.36 Get:109 http://deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB]
12:13:37 #24 21.33 Get:110 http://deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B]
12:13:37 #24 21.33 Get:111 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB]
12:13:37 #24 21.34 Get:112 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB]
12:13:37 #24 21.36 Get:113 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB]
12:13:37 #24 21.37 Get:114 http://deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB]
12:13:37 #24 21.77 Get:115 http://deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B]
12:13:37 #24 21.77 Get:116 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B]
12:13:37 #24 21.77 Get:117 http://deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB]
12:13:37 #24 21.78 Get:118 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB]
12:13:37 #24 21.78 Get:119 http://deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB]
12:13:37 #24 21.78 Get:120 http://deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB]
12:13:37 #24 21.78 Get:121 http://deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B]
12:13:37 #24 21.78 Get:122 http://deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB]
12:13:37 #24 21.79 Get:123 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB]
12:13:37 #24 21.80 Get:124 http://deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB]
12:13:37 #24 21.80 Get:125 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB]
12:13:37 #24 21.81 Get:126 http://deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB]
12:13:37 #24 22.16 Get:127 http://deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B]
12:13:37 #24 22.16 Get:128 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB]
12:13:37 #24 22.17 Get:129 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB]
12:13:37 #24 22.18 Get:130 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB]
12:13:38 #24 22.19 Get:131 http://deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB]
12:13:38 #24 22.55 Get:132 http://deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B]
12:13:38 #24 22.55 Get:133 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B]
12:13:38 #24 22.79 debconf: delaying package configuration, since apt-utils is not installed
12:13:38 #24 22.89 Fetched 788 MB in 8s (102 MB/s)
12:13:38 #24 22.94 Selecting previously unselected package liblocale-gettext-perl.
12:13:38 #24 22.94 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15718 files and directories currently installed.)
12:13:38 #24 22.95 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
12:13:38 #24 22.95 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
12:13:38 #24 22.98 Selecting previously unselected package bzip2.
12:13:38 #24 22.98 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ...
12:13:38 #24 22.99 Unpacking bzip2 (1.0.8-4) ...
12:13:38 #24 23.03 Selecting previously unselected package libmagic-mgc.
12:13:39 #24 23.03 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ...
12:13:39 #24 23.05 Unpacking libmagic-mgc (1:5.39-3) ...
12:13:39 #24 23.14 Selecting previously unselected package libmagic1:amd64.
12:13:39 #24 23.14 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ...
12:13:39 #24 23.15 Unpacking libmagic1:amd64 (1:5.39-3) ...
12:13:39 #24 23.19 Selecting previously unselected package file.
12:13:39 #24 23.19 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ...
12:13:39 #24 23.19 Unpacking file (1:5.39-3) ...
12:13:39 #24 23.23 Selecting previously unselected package xz-utils.
12:13:39 #24 23.23 Preparing to unpack .../005-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
12:13:39 #24 23.23 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
12:13:39 #24 23.28 Selecting previously unselected package binutils-aarch64-linux-gnu.
12:13:39 #24 23.28 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ...
12:13:39 #24 23.29 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
12:13:39 #24 23.60 Selecting previously unselected package binutils-arm-linux-gnueabi.
12:13:39 #24 23.61 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ...
12:13:39 #24 23.61 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ...
12:13:39 #24 23.90 Selecting previously unselected package binutils-arm-linux-gnueabihf.
12:13:39 #24 23.90 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ...
12:13:39 #24 23.90 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
12:13:40 #24 24.22 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
12:13:40 #24 24.22 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ...
12:13:40 #24 24.22 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ...
12:13:40 #24 24.55 Selecting previously unselected package binutils-s390x-linux-gnu.
12:13:40 #24 24.55 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ...
12:13:40 #24 24.56 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ...
12:13:40 #24 24.77 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64.
12:13:40 #24 24.77 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
12:13:40 #24 24.78 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
12:13:40 #24 24.81 Selecting previously unselected package cpp-10-aarch64-linux-gnu.
12:13:40 #24 24.81 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
12:13:40 #24 24.82 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
12:13:45 #24 29.10 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64.
12:13:45 #24 29.10 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ...
12:13:45 #24 29.10 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
12:13:45 #24 29.14 Selecting previously unselected package cpp-10-arm-linux-gnueabi.
12:13:45 #24 29.15 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
12:13:45 #24 29.16 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
12:13:49 #24 33.11 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64.
12:13:49 #24 33.11 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ...
12:13:49 #24 33.12 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
12:13:49 #24 33.15 Selecting previously unselected package cpp-10-arm-linux-gnueabihf.
12:13:49 #24 33.15 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
12:13:49 #24 33.16 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
12:13:53 #24 37.16 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64.
12:13:53 #24 37.16 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
12:13:53 #24 37.16 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
12:13:53 #24 37.20 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu.
12:13:53 #24 37.20 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
12:13:53 #24 37.20 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
12:13:57 #24 41.10 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64.
12:13:57 #24 41.10 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
12:13:57 #24 41.11 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
12:13:57 #24 41.20 Selecting previously unselected package cpp-10-s390x-linux-gnu.
12:13:57 #24 41.20 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
12:13:57 #24 41.22 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
12:14:00 #24 44.92 Selecting previously unselected package cpp-aarch64-linux-gnu.
12:14:00 #24 44.93 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
12:14:00 #24 44.93 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ...
12:14:00 #24 44.96 Selecting previously unselected package cpp-arm-linux-gnueabi.
12:14:00 #24 44.96 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
12:14:00 #24 44.97 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ...
12:14:00 #24 44.99 Selecting previously unselected package cpp-arm-linux-gnueabihf.
12:14:00 #24 45.00 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
12:14:00 #24 45.00 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
12:14:00 #24 45.03 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
12:14:00 #24 45.03 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
12:14:00 #24 45.04 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
12:14:00 #24 45.07 Selecting previously unselected package cpp-s390x-linux-gnu.
12:14:00 #24 45.07 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
12:14:00 #24 45.08 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ...
12:14:00 #24 45.11 Selecting previously unselected package cross-config.
12:14:00 #24 45.11 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ...
12:14:00 #24 45.11 Unpacking cross-config (2.6.18+nmu1) ...
12:14:00 #24 45.15 Selecting previously unselected package gcc-10-cross-base.
12:14:01 #24 45.15 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ...
12:14:01 #24 45.16 Unpacking gcc-10-cross-base (10.2.1-6cross1) ...
12:14:01 #24 45.19 Selecting previously unselected package libc6-arm64-cross.
12:14:01 #24 45.19 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ...
12:14:01 #24 45.19 Unpacking libc6-arm64-cross (2.31-9cross4) ...
12:14:01 #24 45.32 Selecting previously unselected package libgcc-s1-arm64-cross.
12:14:01 #24 45.32 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ...
12:14:01 #24 45.32 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ...
12:14:01 #24 45.35 Selecting previously unselected package libgomp1-arm64-cross.
12:14:01 #24 45.36 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ...
12:14:01 #24 45.36 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ...
12:14:01 #24 45.43 Selecting previously unselected package libitm1-arm64-cross.
12:14:01 #24 45.43 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ...
12:14:01 #24 45.43 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ...
12:14:01 #24 45.46 Selecting previously unselected package libatomic1-arm64-cross.
12:14:01 #24 45.46 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ...
12:14:01 #24 45.47 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ...
12:14:01 #24 45.50 Selecting previously unselected package libasan6-arm64-cross.
12:14:01 #24 45.50 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ...
12:14:01 #24 45.50 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ...
12:14:01 #24 45.73 Selecting previously unselected package liblsan0-arm64-cross.
12:14:01 #24 45.73 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ...
12:14:01 #24 45.74 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ...
12:14:01 #24 45.84 Selecting previously unselected package libtsan0-arm64-cross.
12:14:01 #24 45.84 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ...
12:14:01 #24 45.85 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ...
12:14:01 #24 46.06 Selecting previously unselected package libstdc++6-arm64-cross.
12:14:01 #24 46.06 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ...
12:14:01 #24 46.07 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ...
12:14:01 #24 46.14 Selecting previously unselected package libubsan1-arm64-cross.
12:14:01 #24 46.14 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ...
12:14:01 #24 46.14 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ...
12:14:01 #24 46.24 Selecting previously unselected package libgcc-10-dev-arm64-cross.
12:14:02 #24 46.24 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
12:14:02 #24 46.24 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
12:14:02 #24 46.38 Selecting previously unselected package gcc-10-aarch64-linux-gnu.
12:14:02 #24 46.38 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
12:14:02 #24 46.38 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
12:14:07 #24 51.13 Selecting previously unselected package gcc-aarch64-linux-gnu.
12:14:07 #24 51.13 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
12:14:07 #24 51.13 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ...
12:14:07 #24 51.16 Selecting previously unselected package linux-libc-dev-arm64-cross.
12:14:07 #24 51.16 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ...
12:14:07 #24 51.17 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
12:14:07 #24 51.34 Selecting previously unselected package libc6-dev-arm64-cross.
12:14:07 #24 51.34 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ...
12:14:07 #24 51.34 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ...
12:14:07 #24 51.60 Selecting previously unselected package libstdc++-10-dev-arm64-cross.
12:14:07 #24 51.60 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
12:14:07 #24 51.61 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
12:14:07 #24 51.85 Selecting previously unselected package g++-10-aarch64-linux-gnu.
12:14:07 #24 51.85 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
12:14:07 #24 51.86 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
12:14:12 #24 56.34 Selecting previously unselected package g++-aarch64-linux-gnu.
12:14:12 #24 56.34 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
12:14:12 #24 56.35 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ...
12:14:12 #24 56.37 Selecting previously unselected package patch.
12:14:12 #24 56.37 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ...
12:14:12 #24 56.38 Unpacking patch (2.7.6-7) ...
12:14:12 #24 56.42 Selecting previously unselected package dpkg-dev.
12:14:12 #24 56.42 Preparing to unpack .../047-dpkg-dev_1.20.12_all.deb ...
12:14:12 #24 56.42 Unpacking dpkg-dev (1.20.12) ...
12:14:12 #24 56.56 Selecting previously unselected package libconfig-inifiles-perl.
12:14:12 #24 56.56 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ...
12:14:12 #24 56.57 Unpacking libconfig-inifiles-perl (3.000003-1) ...
12:14:12 #24 56.59 Selecting previously unselected package libio-string-perl.
12:14:12 #24 56.60 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ...
12:14:12 #24 56.60 Unpacking libio-string-perl (1.08-3.1) ...
12:14:12 #24 56.63 Selecting previously unselected package libicu67:amd64.
12:14:12 #24 56.63 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ...
12:14:12 #24 56.64 Unpacking libicu67:amd64 (67.1-7) ...
12:14:13 #24 57.44 Selecting previously unselected package libxml2:amd64.
12:14:13 #24 57.44 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7+deb11u2_amd64.deb ...
12:14:13 #24 57.45 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
12:14:13 #24 57.52 Selecting previously unselected package libxml-namespacesupport-perl.
12:14:13 #24 57.52 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
12:14:13 #24 57.53 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
12:14:13 #24 57.56 Selecting previously unselected package libxml-sax-base-perl.
12:14:13 #24 57.56 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ...
12:14:13 #24 57.56 Unpacking libxml-sax-base-perl (1.09-1.1) ...
12:14:13 #24 57.60 Selecting previously unselected package libxml-sax-perl.
12:14:13 #24 57.60 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ...
12:14:13 #24 57.60 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
12:14:13 #24 57.64 Selecting previously unselected package libxml-libxml-perl.
12:14:13 #24 57.64 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
12:14:13 #24 57.64 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
12:14:13 #24 57.70 Selecting previously unselected package libxml-simple-perl.
12:14:13 #24 57.70 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ...
12:14:13 #24 57.71 Unpacking libxml-simple-perl (2.25-1) ...
12:14:13 #24 57.74 Selecting previously unselected package libyaml-perl.
12:14:13 #24 57.74 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ...
12:14:13 #24 57.74 Unpacking libyaml-perl (1.30-1) ...
12:14:13 #24 57.78 Selecting previously unselected package libconfig-auto-perl.
12:14:13 #24 57.78 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ...
12:14:13 #24 57.78 Unpacking libconfig-auto-perl (0.44-1.1) ...
12:14:13 #24 57.84 Selecting previously unselected package libfile-which-perl.
12:14:13 #24 57.84 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
12:14:13 #24 57.85 Unpacking libfile-which-perl (1.23-1) ...
12:14:13 #24 57.87 Selecting previously unselected package libfile-homedir-perl.
12:14:13 #24 57.87 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ...
12:14:13 #24 57.88 Unpacking libfile-homedir-perl (1.006-1) ...
12:14:13 #24 57.91 Selecting previously unselected package libdebian-dpkgcross-perl.
12:14:13 #24 57.91 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ...
12:14:13 #24 57.91 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ...
12:14:13 #24 57.95 Selecting previously unselected package dpkg-cross.
12:14:13 #24 57.95 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ...
12:14:13 #24 57.96 Unpacking dpkg-cross (2.6.18+nmu1) ...
12:14:13 #24 57.98 Selecting previously unselected package crossbuild-essential-arm64.
12:14:13 #24 57.99 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ...
12:14:13 #24 57.99 Unpacking crossbuild-essential-arm64 (12.9) ...
12:14:13 #24 58.02 Selecting previously unselected package libc6-armel-cross.
12:14:13 #24 58.02 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ...
12:14:13 #24 58.03 Unpacking libc6-armel-cross (2.31-9cross4) ...
12:14:13 #24 58.14 Selecting previously unselected package libgcc-s1-armel-cross.
12:14:13 #24 58.14 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ...
12:14:13 #24 58.14 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ...
12:14:13 #24 58.17 Selecting previously unselected package libgomp1-armel-cross.
12:14:13 #24 58.17 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ...
12:14:13 #24 58.18 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ...
12:14:13 #24 58.21 Selecting previously unselected package libatomic1-armel-cross.
12:14:14 #24 58.21 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ...
12:14:14 #24 58.22 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ...
12:14:14 #24 58.24 Selecting previously unselected package libasan6-armel-cross.
12:14:14 #24 58.24 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ...
12:14:14 #24 58.25 Unpacking libasan6-armel-cross (10.2.1-6cross1) ...
12:14:14 #24 58.46 Selecting previously unselected package libstdc++6-armel-cross.
12:14:14 #24 58.46 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ...
12:14:14 #24 58.47 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ...
12:14:14 #24 58.53 Selecting previously unselected package libubsan1-armel-cross.
12:14:14 #24 58.53 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ...
12:14:14 #24 58.53 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ...
12:14:14 #24 58.62 Selecting previously unselected package libgcc-10-dev-armel-cross.
12:14:14 #24 58.62 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
12:14:14 #24 58.63 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
12:14:14 #24 58.77 Selecting previously unselected package gcc-10-arm-linux-gnueabi.
12:14:14 #24 58.78 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
12:14:14 #24 58.78 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
12:14:19 #24 63.28 Selecting previously unselected package gcc-arm-linux-gnueabi.
12:14:19 #24 63.28 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
12:14:19 #24 63.29 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ...
12:14:19 #24 63.31 Selecting previously unselected package linux-libc-dev-armel-cross.
12:14:19 #24 63.32 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ...
12:14:19 #24 63.32 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ...
12:14:19 #24 63.50 Selecting previously unselected package libc6-dev-armel-cross.
12:14:19 #24 63.50 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ...
12:14:19 #24 63.50 Unpacking libc6-dev-armel-cross (2.31-9cross4) ...
12:14:19 #24 63.71 Selecting previously unselected package libstdc++-10-dev-armel-cross.
12:14:19 #24 63.71 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
12:14:19 #24 63.72 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
12:14:19 #24 63.96 Selecting previously unselected package g++-10-arm-linux-gnueabi.
12:14:19 #24 63.96 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
12:14:19 #24 63.97 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
12:14:24 #24 68.18 Selecting previously unselected package g++-arm-linux-gnueabi.
12:14:24 #24 68.19 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
12:14:24 #24 68.19 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ...
12:14:24 #24 68.22 Selecting previously unselected package crossbuild-essential-armel.
12:14:24 #24 68.22 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ...
12:14:24 #24 68.23 Unpacking crossbuild-essential-armel (12.9) ...
12:14:24 #24 68.25 Selecting previously unselected package libc6-armhf-cross.
12:14:24 #24 68.25 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ...
12:14:24 #24 68.26 Unpacking libc6-armhf-cross (2.31-9cross4) ...
12:14:24 #24 68.37 Selecting previously unselected package libgcc-s1-armhf-cross.
12:14:24 #24 68.37 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ...
12:14:24 #24 68.38 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ...
12:14:24 #24 68.41 Selecting previously unselected package libgomp1-armhf-cross.
12:14:24 #24 68.41 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ...
12:14:24 #24 68.41 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ...
12:14:24 #24 68.45 Selecting previously unselected package libatomic1-armhf-cross.
12:14:24 #24 68.45 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ...
12:14:24 #24 68.47 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ...
12:14:24 #24 68.50 Selecting previously unselected package libasan6-armhf-cross.
12:14:24 #24 68.50 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ...
12:14:24 #24 68.50 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ...
12:14:24 #24 68.72 Selecting previously unselected package libstdc++6-armhf-cross.
12:14:24 #24 68.72 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ...
12:14:24 #24 68.72 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ...
12:14:24 #24 68.79 Selecting previously unselected package libubsan1-armhf-cross.
12:14:24 #24 68.79 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ...
12:14:24 #24 68.79 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ...
12:14:24 #24 68.88 Selecting previously unselected package libgcc-10-dev-armhf-cross.
12:14:24 #24 68.89 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
12:14:24 #24 68.89 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
12:14:24 #24 69.00 Selecting previously unselected package gcc-10-arm-linux-gnueabihf.
12:14:24 #24 69.00 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
12:14:24 #24 69.00 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
12:14:30 #24 73.50 Selecting previously unselected package gcc-arm-linux-gnueabihf.
12:14:30 #24 73.50 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
12:14:30 #24 73.51 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
12:14:30 #24 73.56 Selecting previously unselected package linux-libc-dev-armhf-cross.
12:14:30 #24 73.56 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ...
12:14:30 #24 73.56 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
12:14:30 #24 73.74 Selecting previously unselected package libc6-dev-armhf-cross.
12:14:30 #24 73.74 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ...
12:14:30 #24 73.74 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ...
12:14:30 #24 73.96 Selecting previously unselected package libstdc++-10-dev-armhf-cross.
12:14:30 #24 73.96 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
12:14:30 #24 73.97 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
12:14:30 #24 74.21 Selecting previously unselected package g++-10-arm-linux-gnueabihf.
12:14:30 #24 74.21 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
12:14:30 #24 74.22 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
12:14:34 #24 78.55 Selecting previously unselected package g++-arm-linux-gnueabihf.
12:14:34 #24 78.55 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
12:14:34 #24 78.56 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ...
12:14:34 #24 78.58 Selecting previously unselected package crossbuild-essential-armhf.
12:14:34 #24 78.58 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ...
12:14:34 #24 78.59 Unpacking crossbuild-essential-armhf (12.9) ...
12:14:34 #24 78.62 Selecting previously unselected package libc6-ppc64el-cross.
12:14:34 #24 78.62 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ...
12:14:34 #24 78.62 Unpacking libc6-ppc64el-cross (2.31-9cross4) ...
12:14:34 #24 78.78 Selecting previously unselected package libgcc-s1-ppc64el-cross.
12:14:34 #24 78.78 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ...
12:14:34 #24 78.78 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
12:14:34 #24 78.82 Selecting previously unselected package libgomp1-ppc64el-cross.
12:14:34 #24 78.82 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ...
12:14:34 #24 78.82 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ...
12:14:34 #24 78.86 Selecting previously unselected package libitm1-ppc64el-cross.
12:14:34 #24 78.86 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ...
12:14:34 #24 78.87 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ...
12:14:34 #24 78.90 Selecting previously unselected package libatomic1-ppc64el-cross.
12:14:34 #24 78.90 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ...
12:14:34 #24 78.90 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ...
12:14:34 #24 78.93 Selecting previously unselected package libasan6-ppc64el-cross.
12:14:34 #24 78.94 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ...
12:14:34 #24 78.94 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ...
12:14:34 #24 79.17 Selecting previously unselected package liblsan0-ppc64el-cross.
12:14:34 #24 79.17 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
12:14:34 #24 79.18 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ...
12:14:35 #24 79.28 Selecting previously unselected package libtsan0-ppc64el-cross.
12:14:35 #24 79.28 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
12:14:35 #24 79.29 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ...
12:14:35 #24 79.51 Selecting previously unselected package libstdc++6-ppc64el-cross.
12:14:35 #24 79.51 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ...
12:14:35 #24 79.51 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
12:14:35 #24 79.59 Selecting previously unselected package libubsan1-ppc64el-cross.
12:14:35 #24 79.59 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ...
12:14:35 #24 79.59 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ...
12:14:35 #24 79.69 Selecting previously unselected package libquadmath0-ppc64el-cross.
12:14:35 #24 79.70 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ...
12:14:35 #24 79.70 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
12:14:35 #24 79.74 Selecting previously unselected package libgcc-10-dev-ppc64el-cross.
12:14:35 #24 79.74 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
12:14:35 #24 79.74 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
12:14:35 #24 79.91 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu.
12:14:35 #24 79.91 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
12:14:35 #24 79.92 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
12:14:39 #24 84.22 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
12:14:39 #24 84.22 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
12:14:39 #24 84.23 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
12:14:40 #24 84.25 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
12:14:40 #24 84.25 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ...
12:14:40 #24 84.26 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
12:14:40 #24 84.44 Selecting previously unselected package libc6-dev-ppc64el-cross.
12:14:40 #24 84.44 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ...
12:14:40 #24 84.44 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ...
12:14:40 #24 84.71 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross.
12:14:40 #24 84.71 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
12:14:40 #24 84.72 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
12:14:40 #24 84.97 Selecting previously unselected package g++-10-powerpc64le-linux-gnu.
12:14:41 #24 84.97 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
12:14:41 #24 84.98 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
12:14:45 #24 89.08 Selecting previously unselected package g++-powerpc64le-linux-gnu.
12:14:45 #24 89.08 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
12:14:45 #24 89.09 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
12:14:45 #24 89.11 Selecting previously unselected package crossbuild-essential-ppc64el.
12:14:45 #24 89.12 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ...
12:14:45 #24 89.12 Unpacking crossbuild-essential-ppc64el (12.9) ...
12:14:45 #24 89.15 Selecting previously unselected package libc6-s390x-cross.
12:14:45 #24 89.15 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ...
12:14:45 #24 89.16 Unpacking libc6-s390x-cross (2.31-9cross4) ...
12:14:45 #24 89.28 Selecting previously unselected package libgcc-s1-s390x-cross.
12:14:45 #24 89.28 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ...
12:14:45 #24 89.29 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ...
12:14:45 #24 89.32 Selecting previously unselected package libgomp1-s390x-cross.
12:14:45 #24 89.32 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ...
12:14:45 #24 89.32 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ...
12:14:45 #24 89.36 Selecting previously unselected package libitm1-s390x-cross.
12:14:45 #24 89.36 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ...
12:14:45 #24 89.36 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ...
12:14:45 #24 89.39 Selecting previously unselected package libatomic1-s390x-cross.
12:14:45 #24 89.39 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ...
12:14:45 #24 89.40 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ...
12:14:45 #24 89.42 Selecting previously unselected package libasan6-s390x-cross.
12:14:45 #24 89.43 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ...
12:14:45 #24 89.43 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ...
12:14:45 #24 89.65 Selecting previously unselected package libstdc++6-s390x-cross.
12:14:45 #24 89.65 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ...
12:14:45 #24 89.66 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ...
12:14:45 #24 89.73 Selecting previously unselected package libubsan1-s390x-cross.
12:14:45 #24 89.73 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ...
12:14:45 #24 89.73 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ...
12:14:45 #24 89.82 Selecting previously unselected package libgcc-10-dev-s390x-cross.
12:14:45 #24 89.83 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
12:14:45 #24 89.83 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
12:14:45 #24 89.93 Selecting previously unselected package gcc-10-s390x-linux-gnu.
12:14:45 #24 89.93 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
12:14:45 #24 89.94 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
12:14:49 #24 94.06 Selecting previously unselected package gcc-s390x-linux-gnu.
12:14:49 #24 94.06 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
12:14:49 #24 94.07 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ...
12:14:49 #24 94.09 Selecting previously unselected package linux-libc-dev-s390x-cross.
12:14:49 #24 94.10 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ...
12:14:49 #24 94.10 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
12:14:50 #24 94.28 Selecting previously unselected package libc6-dev-s390x-cross.
12:14:50 #24 94.28 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ...
12:14:50 #24 94.28 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ...
12:14:50 #24 94.51 Selecting previously unselected package libstdc++-10-dev-s390x-cross.
12:14:50 #24 94.51 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
12:14:50 #24 94.52 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
12:14:50 #24 94.78 Selecting previously unselected package g++-10-s390x-linux-gnu.
12:14:50 #24 94.78 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
12:14:50 #24 94.79 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
12:14:54 #24 98.71 Selecting previously unselected package g++-s390x-linux-gnu.
12:14:54 #24 98.71 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
12:14:54 #24 98.71 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ...
12:14:54 #24 98.74 Selecting previously unselected package crossbuild-essential-s390x.
12:14:54 #24 98.74 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ...
12:14:54 #24 98.75 Unpacking crossbuild-essential-s390x (12.9) ...
12:14:54 #24 98.79 Setting up libconfig-inifiles-perl (3.000003-1) ...
12:14:54 #24 98.80 Setting up libfile-which-perl (1.23-1) ...
12:14:54 #24 98.82 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ...
12:14:54 #24 98.83 Setting up libc6-armhf-cross (2.31-9cross4) ...
12:14:54 #24 98.84 Setting up binutils-s390x-linux-gnu (2.35.2-2) ...
12:14:54 #24 98.85 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
12:14:54 #24 98.86 Setting up libicu67:amd64 (67.1-7) ...
12:14:54 #24 98.87 Setting up libmagic-mgc (1:5.39-3) ...
12:14:54 #24 98.88 Setting up libc6-ppc64el-cross (2.31-9cross4) ...
12:14:54 #24 98.90 Setting up libc6-s390x-cross (2.31-9cross4) ...
12:14:54 #24 98.91 Setting up libmagic1:amd64 (1:5.39-3) ...
12:14:54 #24 98.93 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
12:14:54 #24 98.94 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
12:14:54 #24 98.95 Setting up file (1:5.39-3) ...
12:14:54 #24 98.96 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
12:14:54 #24 98.97 Setting up bzip2 (1.0.8-4) ...
12:14:54 #24 98.98 Setting up libyaml-perl (1.30-1) ...
12:14:54 #24 98.99 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ...
12:14:54 #24 99.00 Setting up libxml-sax-base-perl (1.09-1.1) ...
12:14:54 #24 99.02 Setting up libio-string-perl (1.08-3.1) ...
12:14:54 #24 99.03 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
12:14:54 #24 99.04 Setting up cross-config (2.6.18+nmu1) ...
12:14:54 #24 99.15 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
12:14:54 #24 99.16 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:14:54 #24 99.17 Setting up libc6-arm64-cross (2.31-9cross4) ...
12:14:54 #24 99.18 Setting up patch (2.7.6-7) ...
12:14:54 #24 99.19 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
12:14:54 #24 99.21 Setting up gcc-10-cross-base (10.2.1-6cross1) ...
12:14:54 #24 99.22 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ...
12:14:54 #24 99.23 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
12:14:54 #24 99.24 Setting up libc6-armel-cross (2.31-9cross4) ...
12:14:54 #24 99.25 Setting up libitm1-s390x-cross (10.2.1-6cross1) ...
12:14:54 #24 99.26 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ...
12:14:55 #24 99.27 Setting up libc6-dev-s390x-cross (2.31-9cross4) ...
12:14:55 #24 99.28 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
12:14:55 #24 99.30 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
12:14:55 #24 99.31 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
12:14:55 #24 99.32 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ...
12:14:55 #24 99.33 Setting up libc6-dev-armel-cross (2.31-9cross4) ...
12:14:55 #24 99.34 Setting up libfile-homedir-perl (1.006-1) ...
12:14:55 #24 99.36 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
12:14:55 #24 99.37 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ...
12:14:55 #24 99.38 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u2) ...
12:14:55 #24 99.39 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
12:14:55 #24 99.41 Setting up liblocale-gettext-perl (1.07-4+b1) ...
12:14:55 #24 99.42 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
12:14:55 #24 99.43 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
12:14:55 #24 99.44 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
12:14:55 #24 99.45 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ...
12:14:55 #24 99.46 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
12:14:55 #24 99.48 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ...
12:14:55 #24 99.49 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ...
12:14:55 #24 99.50 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ...
12:14:55 #24 99.51 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ...
12:14:55 #24 99.52 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ...
12:14:55 #24 99.54 Setting up libgomp1-armel-cross (10.2.1-6cross1) ...
12:14:55 #24 99.55 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ...
12:14:55 #24 99.56 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
12:14:55 #24 99.58 Setting up libasan6-arm64-cross (10.2.1-6cross1) ...
12:14:55 #24 99.59 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ...
12:14:55 #24 99.60 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ...
12:14:55 #24 99.62 Setting up libc6-dev-armhf-cross (2.31-9cross4) ...
12:14:55 #24 99.63 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ...
12:14:55 #24 99.64 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ...
12:14:55 #24 99.65 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ...
12:14:55 #24 99.66 Setting up libc6-dev-arm64-cross (2.31-9cross4) ...
12:14:55 #24 99.68 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ...
12:14:55 #24 99.69 Setting up libatomic1-armel-cross (10.2.1-6cross1) ...
12:14:55 #24 99.70 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ...
12:14:55 #24 99.71 Setting up libxml-sax-perl (1.02+dfsg-1) ...
12:14:55 #24 99.77 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:14:55 #24 99.82 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:14:55 #24 99.94 
12:14:55 #24 99.94 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:14:55 #24 99.96 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ...
12:14:55 #24 99.98 Setting up dpkg-dev (1.20.12) ...
12:14:55 #24 99.99 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ...
12:14:55 #24 100.0 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ...
12:14:55 #24 100.0 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ...
12:14:55 #24 100.0 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ...
12:14:55 #24 100.1 Setting up libubsan1-armel-cross (10.2.1-6cross1) ...
12:14:55 #24 100.1 Setting up libasan6-armhf-cross (10.2.1-6cross1) ...
12:14:55 #24 100.1 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
12:14:55 #24 100.1 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ...
12:14:55 #24 100.1 Setting up libitm1-arm64-cross (10.2.1-6cross1) ...
12:14:55 #24 100.1 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ...
12:14:55 #24 100.1 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
12:14:55 #24 100.2 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
12:14:55 #24 100.2 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:14:55 #24 100.3 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:14:56 #24 100.3 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:14:56 #24 100.4 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:14:56 #24 100.5 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
12:14:56 #24 100.5 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
12:14:56 #24 100.5 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
12:14:56 #24 100.5 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
12:14:56 #24 100.5 Setting up libasan6-armel-cross (10.2.1-6cross1) ...
12:14:56 #24 100.5 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ...
12:14:56 #24 100.5 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ...
12:14:56 #24 100.5 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
12:14:56 #24 100.6 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
12:14:56 #24 100.6 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ...
12:14:56 #24 100.6 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
12:14:56 #24 100.6 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ...
12:14:56 #24 100.6 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
12:14:56 #24 100.6 Setting up libasan6-s390x-cross (10.2.1-6cross1) ...
12:14:56 #24 100.6 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
12:14:56 #24 100.6 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ...
12:14:56 #24 100.6 Setting up libxml-simple-perl (2.25-1) ...
12:14:56 #24 100.7 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
12:14:56 #24 100.7 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
12:14:56 #24 100.7 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ...
12:14:56 #24 100.7 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
12:14:56 #24 100.7 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ...
12:14:56 #24 100.7 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
12:14:56 #24 100.7 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
12:14:56 #24 100.7 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
12:14:56 #24 100.7 Setting up libconfig-auto-perl (0.44-1.1) ...
12:14:56 #24 100.8 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
12:14:56 #24 100.8 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
12:14:56 #24 100.8 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
12:14:56 #24 100.8 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
12:14:56 #24 100.8 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ...
12:14:56 #24 100.8 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
12:14:56 #24 100.8 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ...
12:14:56 #24 100.8 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ...
12:14:56 #24 100.9 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
12:14:56 #24 100.9 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
12:14:56 #24 100.9 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
12:14:56 #24 100.9 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ...
12:14:56 #24 100.9 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ...
12:14:56 #24 100.9 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
12:14:56 #24 100.9 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
12:14:56 #24 100.9 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ...
12:14:56 #24 100.9 Setting up dpkg-cross (2.6.18+nmu1) ...
12:14:56 #24 101.0 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
12:14:56 #24 101.0 Setting up crossbuild-essential-armel (12.9) ...
12:14:56 #24 101.0 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ...
12:14:56 #24 101.0 Setting up crossbuild-essential-armhf (12.9) ...
12:14:56 #24 101.0 Setting up crossbuild-essential-arm64 (12.9) ...
12:14:56 #24 101.0 Setting up crossbuild-essential-s390x (12.9) ...
12:14:56 #24 101.1 Setting up crossbuild-essential-ppc64el (12.9) ...
12:14:56 #24 101.1 Processing triggers for libc-bin (2.31-13+deb11u4) ...
12:14:57 #24 DONE 102.0s
12:14:57 
12:14:57 #25 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
12:14:59 #25 1.879 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:14:59 #25 1.892 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:14:59 #25 1.892 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:14:59 #25 2.160 Get:4 http://deb.debian.org/debian bullseye/main ppc64el Packages [8031 kB]
12:15:00 #25 2.427 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
12:15:00 #25 2.831 Get:6 http://deb.debian.org/debian bullseye/main s390x Packages [7877 kB]
12:15:01 #25 3.058 Get:7 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
12:15:01 #25 3.366 Get:8 http://deb.debian.org/debian bullseye/main armel Packages [7872 kB]
12:15:01 #25 3.875 Get:9 http://deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
12:15:02 #25 4.279 Get:10 http://deb.debian.org/debian-security bullseye-security/main s390x Packages [158 kB]
12:15:02 #25 4.281 Get:11 http://deb.debian.org/debian-security bullseye-security/main armel Packages [170 kB]
12:15:02 #25 4.284 Get:12 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [186 kB]
12:15:02 #25 4.296 Get:13 http://deb.debian.org/debian-security bullseye-security/main ppc64el Packages [176 kB]
12:15:02 #25 4.298 Get:14 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [184 kB]
12:15:02 #25 4.308 Get:15 http://deb.debian.org/debian-security bullseye-security/main armhf Packages [185 kB]
12:15:02 #25 4.679 Get:16 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [4160 B]
12:15:02 #25 4.683 Get:17 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
12:15:02 #25 4.690 Get:18 http://deb.debian.org/debian bullseye-updates/main armhf Packages [4184 B]
12:15:02 #25 4.699 Get:19 http://deb.debian.org/debian bullseye-updates/main s390x Packages [3104 B]
12:15:02 #25 4.699 Get:20 http://deb.debian.org/debian bullseye-updates/main armel Packages [4180 B]
12:15:02 #25 4.700 Get:21 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [3988 B]
12:15:04 #25 ...
12:15:04 
12:15:04 #26 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
12:15:04 #0 1.937 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:15:04 #0 1.957 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:15:04 #0 1.959 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:15:04 #0 2.231 Get:4 http://deb.debian.org/debian bullseye/main s390x Packages [7877 kB]
12:15:04 #0 2.611 Get:5 http://deb.debian.org/debian bullseye/main ppc64el Packages [8031 kB]
12:15:04 #0 2.895 Get:6 http://deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
12:15:04 #0 3.199 Get:7 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
12:15:04 #0 3.715 Get:8 http://deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
12:15:04 #0 4.122 Get:9 http://deb.debian.org/debian bullseye/main armel Packages [7872 kB]
12:15:04 #0 4.463 Get:10 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [186 kB]
12:15:04 #0 4.465 Get:11 http://deb.debian.org/debian-security bullseye-security/main armel Packages [170 kB]
12:15:04 #0 4.472 Get:12 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [184 kB]
12:15:04 #0 4.483 Get:13 http://deb.debian.org/debian-security bullseye-security/main armhf Packages [185 kB]
12:15:04 #0 4.487 Get:14 http://deb.debian.org/debian-security bullseye-security/main s390x Packages [158 kB]
12:15:04 #0 4.503 Get:15 http://deb.debian.org/debian-security bullseye-security/main ppc64el Packages [176 kB]
12:15:04 #0 4.507 Get:16 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [4160 B]
12:15:04 #0 4.507 Get:17 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
12:15:04 #0 4.508 Get:18 http://deb.debian.org/debian bullseye-updates/main armel Packages [4180 B]
12:15:04 #0 4.508 Get:19 http://deb.debian.org/debian bullseye-updates/main armhf Packages [4184 B]
12:15:04 #0 4.509 Get:20 http://deb.debian.org/debian bullseye-updates/main s390x Packages [3104 B]
12:15:04 #0 4.515 Get:21 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [3988 B]
12:15:07 #26 ...
12:15:07 
12:15:07 #27 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
12:15:07 #0 1.406 + RM_GOPATH=0
12:15:07 #0 1.406 + TMP_GOPATH=
12:15:07 #0 1.406 + : /build
12:15:07 #0 1.406 + '[' -z '' ']'
12:15:07 #0 1.407 ++ mktemp -d
12:15:07 #0 1.408 + export GOPATH=/tmp/tmp.jvXQGGtUsG
12:15:07 #0 1.408 + GOPATH=/tmp/tmp.jvXQGGtUsG
12:15:07 #0 1.408 + RM_GOPATH=1
12:15:07 #0 1.408 + case "$(go env GOARCH)" in
12:15:07 #0 1.410 ++ go env GOARCH
12:15:07 #0 1.420 Install rootlesskit version v0.14.4
12:15:07 #0 1.420 + export GO_BUILDMODE=-buildmode=pie
12:15:07 #0 1.420 + GO_BUILDMODE=-buildmode=pie
12:15:07 #0 1.420 ++ dirname /tmp/install/install.sh
12:15:07 #0 1.420 + dir=/tmp/install
12:15:07 #0 1.420 + bin=rootlesskit
12:15:07 #0 1.420 + shift
12:15:07 #0 1.420 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
12:15:07 #0 1.420 + . /tmp/install/rootlesskit.installer
12:15:07 #0 1.420 ++ : v0.14.4
12:15:07 #0 1.420 + install_rootlesskit
12:15:07 #0 1.420 + case "$1" in
12:15:07 #0 1.420 + export CGO_ENABLED=0
12:15:07 #0 1.420 + CGO_ENABLED=0
12:15:07 #0 1.420 + _install_rootlesskit
12:15:07 #0 1.420 + echo 'Install rootlesskit version v0.14.4'
12:15:07 #0 1.420 + for f in rootlesskit rootlesskit-docker-proxy
12:15:07 #0 1.420 + GOBIN=/build
12:15:07 #0 1.420 + GO111MODULE=on
12:15:07 #0 1.420 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
12:15:07 #0 1.858 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
12:15:07 #0 5.560 go: downloading github.com/pkg/errors v0.9.1
12:15:07 #0 5.584 go: downloading github.com/sirupsen/logrus v1.8.1
12:15:07 #0 5.595 go: downloading github.com/urfave/cli/v2 v2.3.0
12:15:07 #0 5.875 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
12:15:07 #0 6.865 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
12:15:07 #0 7.247 go: downloading github.com/google/uuid v1.3.0
12:15:07 #0 7.281 go: downloading github.com/moby/vpnkit v0.5.0
12:15:07 #0 7.334 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:15:07 #0 7.430 go: downloading github.com/gofrs/flock v0.8.1
12:15:07 #0 7.509 go: downloading github.com/gorilla/mux v1.8.0
12:15:07 #0 7.582 go: downloading github.com/moby/sys/mountinfo v0.4.1
12:15:07 #0 7.686 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
12:15:07 #0 7.725 go: downloading github.com/u-root/u-root v7.0.0+incompatible
12:15:07 #0 9.521 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
12:15:07 #0 9.536 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:15:07 #27 ...
12:15:07 
12:15:07 #28 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
12:15:07 #0 1.463 + RM_GOPATH=0
12:15:07 #0 1.463 + TMP_GOPATH=
12:15:07 #0 1.463 + : /build
12:15:07 #0 1.463 + '[' -z '' ']'
12:15:07 #0 1.463 ++ mktemp -d
12:15:07 #0 1.466 + export GOPATH=/tmp/tmp.S4aEMfdhzE
12:15:07 #0 1.466 + GOPATH=/tmp/tmp.S4aEMfdhzE
12:15:07 #0 1.466 + RM_GOPATH=1
12:15:07 #0 1.466 + case "$(go env GOARCH)" in
12:15:07 #0 1.466 ++ go env GOARCH
12:15:07 #0 1.471 + export GO_BUILDMODE=-buildmode=pie
12:15:07 #0 1.471 + GO_BUILDMODE=-buildmode=pie
12:15:07 #0 1.471 ++ dirname /tmp/install/install.sh
12:15:07 #0 1.473 + dir=/tmp/install
12:15:07 #0 1.473 + bin=proxy
12:15:07 #0 1.473 + shift
12:15:07 #0 1.473 + '[' '!' -f /tmp/install/proxy.installer ']'
12:15:07 #0 1.473 + . /tmp/install/proxy.installer
12:15:07 #0 1.473 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
12:15:07 #0 1.473 + install_proxy
12:15:07 #0 1.473 + case "$1" in
12:15:07 #0 1.473 + export CGO_ENABLED=0
12:15:07 #0 1.473 + CGO_ENABLED=0
12:15:07 #0 1.473 + _install_proxy
12:15:07 #0 1.473 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
12:15:07 #0 1.473 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.S4aEMfdhzE/src/github.com/docker/libnetwork
12:15:07 #0 1.473 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
12:15:07 #0 1.474 Cloning into '/tmp/tmp.S4aEMfdhzE/src/github.com/docker/libnetwork'...
12:15:07 #0 7.055 + cd /tmp/tmp.S4aEMfdhzE/src/github.com/docker/libnetwork
12:15:07 #0 7.055 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
12:15:07 #0 7.458 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
12:15:08 #28 ...
12:15:08 
12:15:08 #29 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
12:15:08 #0 1.923 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:15:08 #0 1.943 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:15:08 #0 1.944 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:15:08 #0 2.278 Get:4 http://deb.debian.org/debian bullseye/main armhf Packages [7944 kB]
12:15:08 #0 2.682 Get:5 http://deb.debian.org/debian bullseye/main ppc64el Packages [8031 kB]
12:15:08 #0 3.171 Get:6 http://deb.debian.org/debian bullseye/main armel Packages [7872 kB]
12:15:08 #0 3.651 Get:7 http://deb.debian.org/debian bullseye/main s390x Packages [7877 kB]
12:15:08 #0 4.138 Get:8 http://deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
12:15:08 #0 4.530 Get:9 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
12:15:08 #0 4.852 Get:10 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [184 kB]
12:15:08 #0 4.859 Get:11 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [186 kB]
12:15:08 #0 4.870 Get:12 http://deb.debian.org/debian-security bullseye-security/main s390x Packages [158 kB]
12:15:08 #0 4.873 Get:13 http://deb.debian.org/debian-security bullseye-security/main ppc64el Packages [176 kB]
12:15:08 #0 4.891 Get:14 http://deb.debian.org/debian-security bullseye-security/main armel Packages [170 kB]
12:15:08 #0 4.894 Get:15 http://deb.debian.org/debian-security bullseye-security/main armhf Packages [185 kB]
12:15:08 #0 4.896 Get:16 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [4160 B]
12:15:08 #0 4.903 Get:17 http://deb.debian.org/debian bullseye-updates/main armel Packages [4180 B]
12:15:08 #0 4.904 Get:18 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
12:15:08 #0 4.907 Get:19 http://deb.debian.org/debian bullseye-updates/main s390x Packages [3104 B]
12:15:08 #0 5.148 Get:20 http://deb.debian.org/debian bullseye-updates/main armhf Packages [4184 B]
12:15:08 #0 5.148 Get:21 http://deb.debian.org/debian bullseye-updates/main ppc64el Packages [3988 B]
12:15:13 #29 ...
12:15:13 
12:15:13 #28 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh proxy
12:15:13 #28 DONE 14.6s
12:15:13 
12:15:13 #27 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
12:15:21 #27 ...
12:15:21 
12:15:21 #26 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
12:15:21 #26 22.86 Fetched 49.3 MB in 21s (2329 kB/s)
12:15:28 #26 22.86 Reading package lists...
12:15:28 #26 ...
12:15:28 
12:15:28 #25 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
12:15:28 #25 23.30 Fetched 49.3 MB in 22s (2275 kB/s)
12:15:29 #25 23.30 Reading package lists...
12:15:29 #25 ...
12:15:29 
12:15:29 #26 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
12:15:29 #26 22.86 Reading package lists...
12:15:30 #26 31.24 Reading package lists...
12:15:30 #26 ...
12:15:30 
12:15:30 #29 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
12:15:30 #29 23.12 Fetched 49.3 MB in 21s (2299 kB/s)
12:15:30 #29 23.12 Reading package lists...
12:15:31 #29 32.05 Reading package lists...
12:15:31 #29 ...
12:15:31 
12:15:31 #25 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
12:15:31 #25 23.30 Reading package lists...
12:15:37 #25 31.87 Reading package lists...
12:15:37 #25 ...
12:15:37 
12:15:37 #26 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
12:15:37 #26 31.24 Reading package lists...
12:15:40 #26 39.86 Building dependency tree...
12:15:41 #26 43.63 The following additional packages will be installed:
12:15:41 #26 43.65   cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd
12:15:41 #26 43.69 Suggested packages:
12:15:41 #26 43.69   cmake-doc ninja-build lrzip
12:15:41 #26 43.69 Recommended packages:
12:15:41 #26 43.69   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
12:15:42 #26 44.38 The following NEW packages will be installed:
12:15:42 #26 44.41   cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd
12:15:42 #26 44.83 0 upgraded, 8 newly installed, 0 to remove and 2 not upgraded.
12:15:42 #26 44.83 Need to get 8418 kB of archives.
12:15:42 #26 44.83 After this operation, 34.9 MB of additional disk space will be used.
12:15:42 #26 44.83 Get:1 http://deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
12:15:42 #26 44.84 Get:2 http://deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
12:15:42 #26 44.85 Get:3 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
12:15:42 #26 44.88 Get:4 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
12:15:42 #26 44.88 Get:5 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
12:15:42 #26 44.88 Get:6 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
12:15:42 #26 44.89 Get:7 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
12:15:42 #26 44.89 Get:8 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
12:15:43 #26 45.69 debconf: delaying package configuration, since apt-utils is not installed
12:15:43 #26 46.01 Fetched 8418 kB in 0s (20.6 MB/s)
12:15:43 #26 46.06 Selecting previously unselected package xxd.
12:15:43 #26 46.06 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30256 files and directories currently installed.)
12:15:43 #26 46.10 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
12:15:43 #26 46.11 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
12:15:44 #26 46.24 Selecting previously unselected package vim-common.
12:15:44 #26 46.24 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
12:15:44 #26 46.27 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
12:15:44 #26 46.42 Selecting previously unselected package cmake-data.
12:15:44 #26 46.42 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
12:15:44 #26 46.44 Unpacking cmake-data (3.18.4-2+deb11u1) ...
12:15:44 #26 ...
12:15:44 
12:15:44 #25 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
12:15:44 #25 31.87 Reading package lists...
12:15:44 #25 40.28 Building dependency tree...
12:15:44 #25 44.16 The following additional packages will be installed:
12:15:44 #25 44.18   libbtrfs0
12:15:44 #25 44.51 The following NEW packages will be installed:
12:15:44 #25 44.54   libbtrfs-dev libbtrfs0
12:15:44 #25 45.00 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
12:15:44 #25 45.00 Need to get 460 kB of archives.
12:15:44 #25 45.00 After this operation, 1237 kB of additional disk space will be used.
12:15:44 #25 45.00 Get:1 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
12:15:44 #25 45.00 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
12:15:44 #25 45.68 debconf: delaying package configuration, since apt-utils is not installed
12:15:44 #25 45.97 Fetched 460 kB in 0s (1506 kB/s)
12:15:44 #25 46.03 Selecting previously unselected package libbtrfs0:amd64.
12:15:44 #25 46.03 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30256 files and directories currently installed.)
12:15:44 #25 46.10 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
12:15:44 #25 46.11 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
12:15:44 #25 46.23 Selecting previously unselected package libbtrfs-dev:amd64.
12:15:44 #25 46.23 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
12:15:44 #25 46.25 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
12:15:44 #25 46.51 Setting up libbtrfs0:amd64 (5.10.1-2) ...
12:15:44 #25 46.53 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
12:15:44 #25 46.54 Processing triggers for libc-bin (2.31-13+deb11u4) ...
12:15:44 #25 DONE 47.1s
12:15:44 
12:15:44 #30 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
12:15:46 #30 1.227 + RM_GOPATH=0
12:15:46 #30 1.227 + TMP_GOPATH=
12:15:46 #30 1.228 + : /build
12:15:46 #30 1.228 + '[' -z '' ']'
12:15:46 #30 1.229 ++ mktemp -d
12:15:46 #30 1.230 + export GOPATH=/tmp/tmp.MXSF0mLmpf
12:15:46 #30 1.230 + GOPATH=/tmp/tmp.MXSF0mLmpf
12:15:46 #30 1.230 + RM_GOPATH=1
12:15:46 #30 1.230 + case "$(go env GOARCH)" in
12:15:46 #30 1.233 ++ go env GOARCH
12:15:46 #30 1.240 + export GO_BUILDMODE=-buildmode=pie
12:15:46 #30 1.240 + GO_BUILDMODE=-buildmode=pie
12:15:46 #30 1.241 ++ dirname /tmp/install/install.sh
12:15:46 #30 1.241 + dir=/tmp/install
12:15:46 #30 1.242 + bin=containerd
12:15:46 #30 1.242 + shift
12:15:46 #30 1.242 + '[' '!' -f /tmp/install/containerd.installer ']'
12:15:46 #30 1.243 + . /tmp/install/containerd.installer
12:15:46 #30 1.243 ++ set -e
12:15:46 #30 1.243 ++ : v1.6.8
12:15:46 #30 1.244 + install_containerd
12:15:46 #30 1.245 + echo 'Install containerd version v1.6.8'
12:15:46 #30 1.251 Install containerd version v1.6.8
12:15:46 #30 1.252 + git clone https://github.com/containerd/containerd.git /tmp/tmp.MXSF0mLmpf/src/github.com/containerd/containerd
12:15:46 #30 1.254 Cloning into '/tmp/tmp.MXSF0mLmpf/src/github.com/containerd/containerd'...
12:15:48 #30 ...
12:15:48 
12:15:48 #26 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
12:15:48 #26 47.81 Selecting previously unselected package libarchive13:amd64.
12:15:48 #26 47.81 Preparing to unpack .../3-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
12:15:48 #26 47.83 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
12:15:48 #26 47.98 Selecting previously unselected package libjsoncpp24:amd64.
12:15:48 #26 47.98 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ...
12:15:48 #26 47.99 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
12:15:48 #26 48.07 Selecting previously unselected package librhash0:amd64.
12:15:48 #26 48.07 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ...
12:15:48 #26 48.07 Unpacking librhash0:amd64 (1.4.1-2) ...
12:15:48 #26 48.15 Selecting previously unselected package libuv1:amd64.
12:15:48 #26 48.16 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ...
12:15:48 #26 48.17 Unpacking libuv1:amd64 (1.40.0-2) ...
12:15:48 #26 48.24 Selecting previously unselected package cmake.
12:15:48 #26 48.24 Preparing to unpack .../7-cmake_3.18.4-2+deb11u1_amd64.deb ...
12:15:48 #26 48.24 Unpacking cmake (3.18.4-2+deb11u1) ...
12:15:48 #26 49.51 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
12:15:48 #26 49.53 Setting up xxd (2:8.2.2434-3+deb11u1) ...
12:15:48 #26 49.54 Setting up libuv1:amd64 (1.40.0-2) ...
12:15:48 #26 49.56 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
12:15:48 #26 49.58 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
12:15:48 #26 49.60 Setting up librhash0:amd64 (1.4.1-2) ...
12:15:48 #26 49.62 Setting up cmake-data (3.18.4-2+deb11u1) ...
12:15:48 #26 49.64 Setting up cmake (3.18.4-2+deb11u1) ...
12:15:48 #26 49.67 Processing triggers for libc-bin (2.31-13+deb11u4) ...
12:15:48 #26 DONE 50.2s
12:15:48 
12:15:48 #29 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
12:15:48 #29 32.05 Reading package lists...
12:15:48 #29 40.64 Building dependency tree...
12:15:48 #29 44.61 The following additional packages will be installed:
12:15:48 #29 44.61   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
12:15:48 #29 44.61   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
12:15:48 #29 44.61   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
12:15:48 #29 44.61   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
12:15:48 #29 44.63   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
12:15:48 #29 44.63   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
12:15:48 #29 44.63   mingw-w64-common mingw-w64-x86-64-dev
12:15:48 #29 44.67 Suggested packages:
12:15:48 #29 44.67   gcc-10-locales seccomp wine64
12:15:48 #29 45.30 The following NEW packages will be installed:
12:15:48 #29 45.30   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
12:15:48 #29 45.30   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
12:15:48 #29 45.30   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
12:15:48 #29 45.30   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
12:15:48 #29 45.30   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
12:15:48 #29 45.31   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
12:15:48 #29 45.31   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
12:15:48 #29 45.31   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
12:15:48 #29 45.31   mingw-w64-x86-64-dev
12:15:48 #29 45.70 0 upgraded, 30 newly installed, 0 to remove and 2 not upgraded.
12:15:48 #29 45.70 Need to get 115 MB of archives.
12:15:48 #29 45.70 After this operation, 645 MB of additional disk space will be used.
12:15:48 #29 45.70 Get:1 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
12:15:48 #29 45.75 Get:2 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
12:15:48 #29 45.80 Get:3 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
12:15:48 #29 45.80 Get:4 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
12:15:48 #29 45.80 Get:5 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
12:15:48 #29 45.81 Get:6 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
12:15:48 #29 45.89 Get:7 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
12:15:48 #29 45.95 Get:8 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
12:15:48 #29 45.96 Get:9 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
12:15:48 #29 46.18 Get:10 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
12:15:48 #29 46.67 Get:11 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
12:15:48 #29 46.97 Get:12 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
12:15:48 #29 47.23 Get:13 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
12:15:48 #29 47.75 Get:14 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
12:15:48 #29 47.92 Get:15 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
12:15:48 #29 47.92 Get:16 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
12:15:48 #29 47.93 Get:17 http://deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
12:15:48 #29 47.93 Get:18 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
12:15:48 #29 47.94 Get:19 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
12:15:48 #29 47.94 Get:20 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
12:15:48 #29 47.94 Get:21 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u1 [123 kB]
12:15:48 #29 47.94 Get:22 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
12:15:48 #29 47.95 Get:23 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB]
12:15:48 #29 47.95 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB]
12:15:48 #29 47.95 Get:25 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB]
12:15:48 #29 47.96 Get:26 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB]
12:15:48 #29 47.98 Get:27 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
12:15:48 #29 47.98 Get:28 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
12:15:48 #29 47.98 Get:29 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
12:15:48 #29 47.98 Get:30 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u1 [401 kB]
12:15:48 #29 48.59 debconf: delaying package configuration, since apt-utils is not installed
12:15:48 #29 48.77 Fetched 115 MB in 3s (44.7 MB/s)
12:15:48 #29 48.83 Selecting previously unselected package binutils-mingw-w64-i686.
12:15:48 #29 48.83 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 30256 files and directories currently installed.)
12:15:48 #29 48.87 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
12:15:48 #29 48.87 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
12:15:48 #29 49.63 Selecting previously unselected package binutils-mingw-w64-x86-64.
12:15:48 #29 49.64 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
12:15:48 #29 49.65 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
12:15:48 #29 50.58 Selecting previously unselected package binutils-mingw-w64.
12:15:48 #29 50.58 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
12:15:48 #29 50.59 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
12:15:48 #29 50.65 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:15:48 #29 50.66 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
12:15:48 #29 50.68 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
12:15:48 #29 50.77 Selecting previously unselected package dmsetup.
12:15:48 #29 50.77 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
12:15:48 #29 50.78 Unpacking dmsetup (2:1.02.175-2.1) ...
12:15:48 #29 50.87 Selecting previously unselected package mingw-w64-common.
12:15:48 #29 50.87 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
12:15:48 #29 50.89 Unpacking mingw-w64-common (8.0.0-1) ...
12:15:49 #29 ...
12:15:49 
12:15:49 #31 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
12:15:49 #0 1.233 + RM_GOPATH=0
12:15:49 #0 1.236 + TMP_GOPATH=
12:15:49 #0 1.236 + : /build
12:15:49 #0 1.236 + '[' -z '' ']'
12:15:49 #0 1.237 ++ mktemp -d
12:15:49 #0 1.242 + export GOPATH=/tmp/tmp.r1se0rCqEq
12:15:49 #0 1.242 + GOPATH=/tmp/tmp.r1se0rCqEq
12:15:49 #0 1.243 + RM_GOPATH=1
12:15:49 #0 1.243 + case "$(go env GOARCH)" in
12:15:49 #0 1.244 ++ go env GOARCH
12:15:49 #0 1.252 + export GO_BUILDMODE=-buildmode=pie
12:15:49 #0 1.254 + GO_BUILDMODE=-buildmode=pie
12:15:49 #0 1.254 ++ dirname /tmp/install/install.sh
12:15:49 #0 1.261 + dir=/tmp/install
12:15:49 #0 1.262 + bin=tini
12:15:49 #0 1.262 + shift
12:15:49 #0 1.262 + '[' '!' -f /tmp/install/tini.installer ']'
12:15:49 #0 1.263 + . /tmp/install/tini.installer
12:15:49 #0 1.263 ++ : v0.19.0
12:15:49 #0 1.263 + install_tini
12:15:49 #0 1.264 + echo 'Install tini version v0.19.0'
12:15:49 #0 1.264 Install tini version v0.19.0
12:15:49 #0 1.264 + git clone https://github.com/krallin/tini.git /tmp/tmp.r1se0rCqEq/tini
12:15:49 #0 1.266 Cloning into '/tmp/tmp.r1se0rCqEq/tini'...
12:15:49 #31 1.731 + cd /tmp/tmp.r1se0rCqEq/tini
12:15:49 #31 1.732 + git checkout -q v0.19.0
12:15:49 #31 1.741 + cmake .
12:15:49 #31 1.913 -- The C compiler identification is GNU 10.2.1
12:15:49 #31 1.954 -- Detecting C compiler ABI info
12:15:50 #31 2.215 -- Detecting C compiler ABI info - done
12:15:50 #31 2.259 -- Check for working C compiler: /usr/bin/cc - skipped
12:15:50 #31 2.260 -- Detecting C compile features
12:15:50 #31 2.261 -- Detecting C compile features - done
12:15:50 #31 2.283 -- Performing Test HAS_BUILTIN_FORTIFY
12:15:50 #31 ...
12:15:50 
12:15:50 #27 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
12:15:50 #27 49.11 + for f in rootlesskit rootlesskit-docker-proxy
12:15:50 #27 49.11 + GOBIN=/build
12:15:50 #27 49.11 + GO111MODULE=on
12:15:50 #27 49.11 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
12:15:50 #27 DONE 52.5s
12:15:50 
12:15:50 #31 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
12:15:50 #31 2.360 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:15:50 #31 2.396 -- Configuring done
12:15:50 #31 2.407 -- Generating done
12:15:50 #31 2.410 -- Build files have been written to: /tmp/tmp.r1se0rCqEq/tini
12:15:50 #31 2.413 + make tini-static
12:15:50 #31 ...
12:15:50 
12:15:50 #32 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
12:15:50 #32 DONE 0.1s
12:15:50 
12:15:50 #33 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
12:15:50 #33 DONE 0.2s
12:15:50 
12:15:50 #31 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
12:15:50 #31 2.680 Scanning dependencies of target tini-static
12:15:50 #31 2.713 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:15:51 #31 3.186 [100%] Linking C executable tini-static
12:15:51 #31 3.431 [100%] Built target tini-static
12:15:51 #31 3.458 + mkdir -p /build
12:15:51 #31 3.460 + cp tini-static /build/docker-init
12:15:51 #31 DONE 3.8s
12:15:51 
12:15:51 #29 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
12:15:51 #29 53.09 Selecting previously unselected package mingw-w64-x86-64-dev.
12:15:51 #29 53.09 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
12:15:51 #29 53.10 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
12:15:53 #29 55.22 Selecting previously unselected package gcc-mingw-w64-base.
12:15:53 #29 55.23 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
12:15:53 #29 55.24 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
12:15:53 #29 55.36 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
12:15:53 #29 55.36 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
12:15:53 #29 55.38 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
12:15:55 #29 57.91 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
12:15:55 #29 57.92 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
12:15:55 #29 57.93 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
12:15:59 #29 61.43 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
12:15:59 #29 61.43 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
12:15:59 #29 61.45 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
12:16:00 #29 ...
12:16:00 
12:16:00 #30 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
12:16:00 #30 15.32 + cd /tmp/tmp.MXSF0mLmpf/src/github.com/containerd/containerd
12:16:00 #30 15.32 + git checkout -q v1.6.8
12:16:00 #30 15.74 + export 'BUILDTAGS=netgo osusergo static_build'
12:16:00 #30 15.74 + BUILDTAGS='netgo osusergo static_build'
12:16:00 #30 15.74 + export EXTRA_FLAGS=-buildmode=pie
12:16:00 #30 15.74 + EXTRA_FLAGS=-buildmode=pie
12:16:00 #30 15.74 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
12:16:00 #30 15.74 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
12:16:00 #30 15.74 + '[' '' = dynamic ']'
12:16:00 #30 15.74 + make
12:16:01 #30 16.56 + bin/ctr
12:16:06 #30 ...
12:16:06 
12:16:06 #29 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
12:16:06 #29 62.96 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
12:16:06 #29 62.96 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
12:16:06 #29 62.96 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
12:16:06 #29 64.65 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
12:16:06 #29 64.65 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
12:16:06 #29 64.65 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
12:16:06 #29 68.08 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
12:16:06 #29 68.09 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
12:16:06 #29 68.10 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
12:16:07 #29 69.73 Selecting previously unselected package g++-mingw-w64-x86-64.
12:16:07 #29 69.74 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
12:16:07 #29 69.76 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
12:16:07 #29 69.82 Selecting previously unselected package libapparmor1:amd64.
12:16:07 #29 69.83 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
12:16:07 #29 69.83 Unpacking libapparmor1:amd64 (2.13.6-10) ...
12:16:07 #29 69.90 Selecting previously unselected package libapparmor-dev:amd64.
12:16:07 #29 69.91 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
12:16:07 #29 69.92 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
12:16:07 #29 69.98 Selecting previously unselected package libbtrfs0:amd64.
12:16:07 #29 69.98 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
12:16:07 #29 69.99 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
12:16:07 #29 70.07 Selecting previously unselected package libbtrfs-dev:amd64.
12:16:07 #29 70.08 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
12:16:08 #29 70.09 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
12:16:08 #29 70.22 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
12:16:08 #29 70.23 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
12:16:08 #29 70.24 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
12:16:08 #29 70.32 Selecting previously unselected package libudev-dev:amd64.
12:16:08 #29 70.32 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u1_amd64.deb ...
12:16:08 #29 70.34 Unpacking libudev-dev:amd64 (247.3-7+deb11u1) ...
12:16:08 #29 70.47 Selecting previously unselected package libsepol1-dev:amd64.
12:16:08 #29 70.47 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
12:16:08 #29 70.49 Unpacking libsepol1-dev:amd64 (3.1-1) ...
12:16:08 #29 70.69 Selecting previously unselected package libpcre2-16-0:amd64.
12:16:08 #29 70.70 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ...
12:16:08 #29 70.72 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
12:16:08 #29 70.90 Selecting previously unselected package libpcre2-32-0:amd64.
12:16:08 #29 70.90 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ...
12:16:08 #29 70.92 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
12:16:08 #29 70.99 Selecting previously unselected package libpcre2-posix2:amd64.
12:16:08 #29 71.00 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ...
12:16:08 #29 71.00 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
12:16:08 #29 71.05 Selecting previously unselected package libpcre2-dev:amd64.
12:16:08 #29 71.06 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_amd64.deb ...
12:16:08 #29 71.07 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ...
12:16:08 #29 71.25 Selecting previously unselected package libselinux1-dev:amd64.
12:16:09 #29 71.27 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
12:16:09 #29 71.28 Unpacking libselinux1-dev:amd64 (3.1-3) ...
12:16:09 #29 71.39 Selecting previously unselected package libdevmapper-dev:amd64.
12:16:09 #29 71.40 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
12:16:09 #29 71.40 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
12:16:09 #29 71.45 Selecting previously unselected package libseccomp-dev:amd64.
12:16:09 #29 71.45 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
12:16:09 #29 71.46 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
12:16:09 #29 71.52 Selecting previously unselected package libsystemd-dev:amd64.
12:16:09 #29 71.52 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u1_amd64.deb ...
12:16:09 #29 71.53 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u1) ...
12:16:09 #29 71.77 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
12:16:09 #29 71.79 Setting up libapparmor1:amd64 (2.13.6-10) ...
12:16:09 #29 71.80 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
12:16:09 #29 71.81 Setting up libsepol1-dev:amd64 (3.1-1) ...
12:16:09 #29 71.82 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
12:16:09 #29 71.84 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
12:16:09 #29 71.85 Setting up libbtrfs0:amd64 (5.10.1-2) ...
12:16:09 #29 71.86 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
12:16:09 #29 71.87 Setting up libudev-dev:amd64 (247.3-7+deb11u1) ...
12:16:09 #29 71.89 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
12:16:09 #29 71.90 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
12:16:09 #29 71.91 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
12:16:09 #29 71.92 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
12:16:09 #29 71.93 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
12:16:09 #29 71.95 Setting up mingw-w64-common (8.0.0-1) ...
12:16:09 #29 71.96 Setting up libsystemd-dev:amd64 (247.3-7+deb11u1) ...
12:16:09 #29 71.97 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
12:16:09 #29 71.99 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ...
12:16:10 #29 72.00 Setting up libselinux1-dev:amd64 (3.1-3) ...
12:16:10 #29 72.02 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
12:16:10 #29 72.04 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
12:16:10 #29 72.05 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
12:16:10 #29 72.06 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
12:16:10 #29 72.07 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
12:16:10 #29 72.08 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
12:16:10 #29 72.09 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
12:16:10 #29 72.10 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
12:16:10 #29 72.10 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
12:16:10 #29 72.12 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
12:16:10 #29 72.14 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
12:16:10 #29 72.15 Setting up dmsetup (2:1.02.175-2.1) ...
12:16:10 #29 72.16 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
12:16:10 #29 72.18 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
12:16:10 #29 72.19 Processing triggers for libc-bin (2.31-13+deb11u4) ...
12:16:10 #29 DONE 72.6s
12:16:10 
12:16:10 #34 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libapparmor-dev:arm64             libapparmor-dev:armel             libapparmor-dev:armhf             libapparmor-dev:ppc64el             libapparmor-dev:s390x             libseccomp-dev:arm64             libseccomp-dev:armel             libseccomp-dev:armhf             libseccomp-dev:ppc64el             libseccomp-dev:s390x
12:16:11 #34 1.126 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:16:11 #34 1.127 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:16:11 #34 1.127 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:16:17 #34 1.647 Reading package lists...
12:16:21 #34 6.885 Reading package lists...
12:16:22 #34 11.28 Building dependency tree...
12:16:22 #34 12.31 Reading state information...
12:16:23 #34 13.29 The following additional packages will be installed:
12:16:23 #34 13.29   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
12:16:23 #34 13.29   gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
12:16:23 #34 13.29   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
12:16:23 #34 13.29   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
12:16:23 #34 13.29   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
12:16:23 #34 13.29   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64
12:16:23 #34 13.30   libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x
12:16:23 #34 13.31 Suggested packages:
12:16:23 #34 13.31   glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel
12:16:23 #34 13.31   libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf
12:16:23 #34 13.31   glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x
12:16:23 #34 13.31   libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf
12:16:23 #34 13.31   seccomp:ppc64el seccomp:s390x
12:16:23 #34 13.31 Recommended packages:
12:16:23 #34 13.31   libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel
12:16:23 #34 13.31   libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf
12:16:23 #34 13.31   libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el
12:16:23 #34 13.31   libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x
12:16:24 #34 13.73 The following NEW packages will be installed:
12:16:24 #34 13.73   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
12:16:24 #34 13.73   gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel
12:16:24 #34 13.73   libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x
12:16:24 #34 13.73   libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
12:16:24 #34 13.73   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
12:16:24 #34 13.73   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
12:16:24 #34 13.73   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
12:16:24 #34 13.74   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64
12:16:24 #34 13.74   libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el
12:16:24 #34 13.74   libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf
12:16:24 #34 13.74   libseccomp2:ppc64el libseccomp2:s390x
12:16:24 #34 14.11 0 upgraded, 40 newly installed, 0 to remove and 2 not upgraded.
12:16:24 #34 14.11 Need to get 15.9 MB of archives.
12:16:24 #34 14.11 After this operation, 73.0 MB of additional disk space will be used.
12:16:24 #34 14.11 Get:1 http://deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB]
12:16:24 #34 14.12 Get:2 http://deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB]
12:16:24 #34 14.12 Get:3 http://deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB]
12:16:24 #34 14.12 Get:4 http://deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB]
12:16:24 #34 14.13 Get:5 http://deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB]
12:16:24 #34 14.13 Get:6 http://deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB]
12:16:24 #34 14.14 Get:7 http://deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB]
12:16:24 #34 14.14 Get:8 http://deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13+deb11u4 [2449 kB]
12:16:24 #34 14.17 Get:9 http://deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB]
12:16:24 #34 14.17 Get:10 http://deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB]
12:16:24 #34 14.18 Get:11 http://deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB]
12:16:24 #34 14.18 Get:12 http://deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB]
12:16:24 #34 14.18 Get:13 http://deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13+deb11u4 [2835 kB]
12:16:24 #34 14.21 Get:14 http://deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB]
12:16:24 #34 14.21 Get:15 http://deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB]
12:16:24 #34 14.22 Get:16 http://deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB]
12:16:24 #34 14.22 Get:17 http://deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB]
12:16:24 #34 14.22 Get:18 http://deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13+deb11u4 [2331 kB]
12:16:24 #34 14.24 Get:19 http://deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
12:16:24 #34 14.24 Get:20 http://deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB]
12:16:24 #34 14.25 Get:21 http://deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB]
12:16:24 #34 14.25 Get:22 http://deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB]
12:16:24 #34 14.25 Get:23 http://deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13+deb11u4 [2456 kB]
12:16:24 #34 14.28 Get:24 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
12:16:24 #34 14.28 Get:25 http://deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
12:16:24 #34 14.28 Get:26 http://deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB]
12:16:24 #34 14.28 Get:27 http://deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB]
12:16:24 #34 14.28 Get:28 http://deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13+deb11u4 [2339 kB]
12:16:24 #34 14.31 Get:29 http://deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB]
12:16:24 #34 14.31 Get:30 http://deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB]
12:16:24 #34 14.31 Get:31 http://deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1+deb11u1 [46.8 kB]
12:16:24 #34 14.32 Get:32 http://deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1+deb11u1 [90.7 kB]
12:16:24 #34 14.32 Get:33 http://deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1+deb11u1 [54.5 kB]
12:16:24 #34 14.32 Get:34 http://deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1+deb11u1 [95.3 kB]
12:16:24 #34 14.32 Get:35 http://deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1+deb11u1 [46.7 kB]
12:16:24 #34 14.32 Get:36 http://deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB]
12:16:24 #34 14.32 Get:37 http://deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1+deb11u1 [47.6 kB]
12:16:24 #34 14.32 Get:38 http://deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1+deb11u1 [87.8 kB]
12:16:24 #34 14.32 Get:39 http://deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1+deb11u1 [47.4 kB]
12:16:24 #34 14.33 Get:40 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
12:16:25 #34 14.85 debconf: delaying package configuration, since apt-utils is not installed
12:16:25 #34 15.05 Fetched 15.9 MB in 1s (31.8 MB/s)
12:16:25 #34 15.09 Selecting previously unselected package gcc-10-base:armel.
12:16:25 #34 15.09 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 38557 files and directories currently installed.)
12:16:25 #34 15.12 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ...
12:16:25 #34 15.13 Unpacking gcc-10-base:armel (10.2.1-6) ...
12:16:25 #34 15.17 Selecting previously unselected package gcc-10-base:armhf.
12:16:25 #34 15.18 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ...
12:16:25 #34 15.19 Unpacking gcc-10-base:armhf (10.2.1-6) ...
12:16:25 #34 15.24 Selecting previously unselected package gcc-10-base:ppc64el.
12:16:25 #34 15.25 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ...
12:16:25 #34 15.25 Unpacking gcc-10-base:ppc64el (10.2.1-6) ...
12:16:25 #34 15.30 Selecting previously unselected package gcc-10-base:s390x.
12:16:25 #34 15.31 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ...
12:16:25 #34 15.32 Unpacking gcc-10-base:s390x (10.2.1-6) ...
12:16:25 #34 15.37 Selecting previously unselected package gcc-10-base:arm64.
12:16:25 #34 15.37 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ...
12:16:25 #34 15.38 Unpacking gcc-10-base:arm64 (10.2.1-6) ...
12:16:25 #34 15.44 Selecting previously unselected package libgcc-s1:armel.
12:16:25 #34 15.44 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ...
12:16:25 #34 15.45 Unpacking libgcc-s1:armel (10.2.1-6) ...
12:16:25 #34 15.51 Selecting previously unselected package libcrypt1:armel.
12:16:25 #34 15.51 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ...
12:16:25 #34 15.52 Unpacking libcrypt1:armel (1:4.4.18-4) ...
12:16:25 #34 15.61 Selecting previously unselected package libc6:armel.
12:16:25 #34 15.61 Preparing to unpack .../07-libc6_2.31-13+deb11u4_armel.deb ...
12:16:26 #34 15.79 Unpacking libc6:armel (2.31-13+deb11u4) ...
12:16:26 #34 16.19 Selecting previously unselected package libapparmor1:armel.
12:16:26 #34 16.19 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ...
12:16:26 #34 16.19 Unpacking libapparmor1:armel (2.13.6-10) ...
12:16:26 #34 16.24 Selecting previously unselected package libapparmor-dev:armel.
12:16:26 #34 16.24 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ...
12:16:26 #34 16.25 Unpacking libapparmor-dev:armel (2.13.6-10) ...
12:16:26 #34 16.32 Selecting previously unselected package libgcc-s1:arm64.
12:16:26 #34 16.33 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ...
12:16:26 #34 16.33 Unpacking libgcc-s1:arm64 (10.2.1-6) ...
12:16:26 #34 16.38 Selecting previously unselected package libcrypt1:arm64.
12:16:26 #34 16.38 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ...
12:16:26 #34 16.39 Unpacking libcrypt1:arm64 (1:4.4.18-4) ...
12:16:27 #34 16.48 Selecting previously unselected package libc6:arm64.
12:16:27 #34 16.48 Preparing to unpack .../12-libc6_2.31-13+deb11u4_arm64.deb ...
12:16:27 #34 16.67 Unpacking libc6:arm64 (2.31-13+deb11u4) ...
12:16:27 #34 17.07 Selecting previously unselected package libapparmor1:arm64.
12:16:27 #34 17.08 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ...
12:16:27 #34 17.08 Unpacking libapparmor1:arm64 (2.13.6-10) ...
12:16:27 #34 17.14 Selecting previously unselected package libapparmor-dev:arm64.
12:16:27 #34 17.14 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ...
12:16:27 #34 17.15 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
12:16:27 #34 17.22 Selecting previously unselected package libgcc-s1:s390x.
12:16:27 #34 17.23 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ...
12:16:27 #34 17.23 Unpacking libgcc-s1:s390x (10.2.1-6) ...
12:16:27 #34 17.28 Selecting previously unselected package libcrypt1:s390x.
12:16:27 #34 17.28 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ...
12:16:27 #34 17.29 Unpacking libcrypt1:s390x (1:4.4.18-4) ...
12:16:27 #34 17.37 Selecting previously unselected package libc6:s390x.
12:16:27 #34 17.38 Preparing to unpack .../17-libc6_2.31-13+deb11u4_s390x.deb ...
12:16:28 #34 17.54 Unpacking libc6:s390x (2.31-13+deb11u4) ...
12:16:28 #34 17.98 Selecting previously unselected package libapparmor1:s390x.
12:16:28 #34 17.99 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ...
12:16:28 #34 17.99 Unpacking libapparmor1:s390x (2.13.6-10) ...
12:16:28 #34 18.04 Selecting previously unselected package libapparmor-dev:s390x.
12:16:28 #34 18.04 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ...
12:16:28 #34 18.05 Unpacking libapparmor-dev:s390x (2.13.6-10) ...
12:16:28 #34 18.13 Selecting previously unselected package libgcc-s1:armhf.
12:16:28 #34 18.14 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ...
12:16:28 #34 18.14 Unpacking libgcc-s1:armhf (10.2.1-6) ...
12:16:28 #34 18.19 Selecting previously unselected package libcrypt1:armhf.
12:16:28 #34 18.19 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ...
12:16:28 #34 18.20 Unpacking libcrypt1:armhf (1:4.4.18-4) ...
12:16:28 #34 18.28 Selecting previously unselected package libc6:armhf.
12:16:28 #34 18.29 Preparing to unpack .../22-libc6_2.31-13+deb11u4_armhf.deb ...
12:16:28 #34 18.46 Unpacking libc6:armhf (2.31-13+deb11u4) ...
12:16:29 #34 18.96 Selecting previously unselected package libapparmor1:armhf.
12:16:29 #34 18.96 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ...
12:16:29 #34 18.98 Unpacking libapparmor1:armhf (2.13.6-10) ...
12:16:29 #34 19.03 Selecting previously unselected package libapparmor-dev:armhf.
12:16:29 #34 19.04 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ...
12:16:29 #34 19.04 Unpacking libapparmor-dev:armhf (2.13.6-10) ...
12:16:29 #34 19.11 Selecting previously unselected package libgcc-s1:ppc64el.
12:16:29 #34 19.12 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ...
12:16:29 #34 19.12 Unpacking libgcc-s1:ppc64el (10.2.1-6) ...
12:16:29 #34 19.17 Selecting previously unselected package libcrypt1:ppc64el.
12:16:29 #34 19.18 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ...
12:16:29 #34 19.19 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ...
12:16:29 #34 19.27 Selecting previously unselected package libc6:ppc64el.
12:16:29 #34 19.28 Preparing to unpack .../27-libc6_2.31-13+deb11u4_ppc64el.deb ...
12:16:30 #34 19.45 Unpacking libc6:ppc64el (2.31-13+deb11u4) ...
12:16:30 #34 20.07 Selecting previously unselected package libapparmor1:ppc64el.
12:16:30 #34 20.08 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ...
12:16:30 #34 20.08 Unpacking libapparmor1:ppc64el (2.13.6-10) ...
12:16:30 #34 20.13 Selecting previously unselected package libapparmor-dev:ppc64el.
12:16:30 #34 20.14 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ...
12:16:30 #34 20.15 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ...
12:16:30 #34 20.21 Selecting previously unselected package libseccomp2:s390x.
12:16:30 #34 20.22 Preparing to unpack .../30-libseccomp2_2.5.1-1+deb11u1_s390x.deb ...
12:16:30 #34 20.23 Unpacking libseccomp2:s390x (2.5.1-1+deb11u1) ...
12:16:30 #34 20.27 Selecting previously unselected package libseccomp-dev:s390x.
12:16:30 #34 20.28 Preparing to unpack .../31-libseccomp-dev_2.5.1-1+deb11u1_s390x.deb ...
12:16:30 #34 20.28 Unpacking libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
12:16:30 #34 20.39 Selecting previously unselected package libseccomp2:ppc64el.
12:16:30 #34 20.39 Preparing to unpack .../32-libseccomp2_2.5.1-1+deb11u1_ppc64el.deb ...
12:16:30 #34 20.40 Unpacking libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
12:16:30 #34 20.45 Selecting previously unselected package libseccomp-dev:ppc64el.
12:16:30 #34 20.45 Preparing to unpack .../33-libseccomp-dev_2.5.1-1+deb11u1_ppc64el.deb ...
12:16:30 #34 20.46 Unpacking libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
12:16:31 #34 20.55 Selecting previously unselected package libseccomp2:armhf.
12:16:31 #34 20.55 Preparing to unpack .../34-libseccomp2_2.5.1-1+deb11u1_armhf.deb ...
12:16:31 #34 20.57 Unpacking libseccomp2:armhf (2.5.1-1+deb11u1) ...
12:16:31 #34 20.65 Selecting previously unselected package libseccomp-dev:armhf.
12:16:31 #34 20.66 Preparing to unpack .../35-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ...
12:16:31 #34 20.67 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
12:16:31 #34 20.76 Selecting previously unselected package libseccomp2:armel.
12:16:31 #34 20.77 Preparing to unpack .../36-libseccomp2_2.5.1-1+deb11u1_armel.deb ...
12:16:31 #34 20.78 Unpacking libseccomp2:armel (2.5.1-1+deb11u1) ...
12:16:31 #34 20.83 Selecting previously unselected package libseccomp-dev:armel.
12:16:31 #34 20.84 Preparing to unpack .../37-libseccomp-dev_2.5.1-1+deb11u1_armel.deb ...
12:16:31 #34 20.84 Unpacking libseccomp-dev:armel (2.5.1-1+deb11u1) ...
12:16:31 #34 20.91 Selecting previously unselected package libseccomp2:arm64.
12:16:31 #34 20.92 Preparing to unpack .../38-libseccomp2_2.5.1-1+deb11u1_arm64.deb ...
12:16:31 #34 20.93 Unpacking libseccomp2:arm64 (2.5.1-1+deb11u1) ...
12:16:31 #34 20.98 Selecting previously unselected package libseccomp-dev:arm64.
12:16:31 #34 20.99 Preparing to unpack .../39-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
12:16:31 #34 21.00 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
12:16:31 #34 21.09 Setting up gcc-10-base:arm64 (10.2.1-6) ...
12:16:31 #34 21.11 Setting up gcc-10-base:armel (10.2.1-6) ...
12:16:31 #34 21.12 Setting up gcc-10-base:armhf (10.2.1-6) ...
12:16:31 #34 21.13 Setting up gcc-10-base:ppc64el (10.2.1-6) ...
12:16:31 #34 21.15 Setting up gcc-10-base:s390x (10.2.1-6) ...
12:16:31 #34 21.17 Setting up libcrypt1:arm64 (1:4.4.18-4) ...
12:16:31 #34 21.18 Setting up libcrypt1:armel (1:4.4.18-4) ...
12:16:31 #34 21.19 Setting up libcrypt1:armhf (1:4.4.18-4) ...
12:16:31 #34 21.21 Setting up libcrypt1:ppc64el (1:4.4.18-4) ...
12:16:31 #34 21.23 Setting up libcrypt1:s390x (1:4.4.18-4) ...
12:16:31 #34 21.24 Setting up libgcc-s1:arm64 (10.2.1-6) ...
12:16:31 #34 21.25 Setting up libgcc-s1:armel (10.2.1-6) ...
12:16:31 #34 21.27 Setting up libgcc-s1:armhf (10.2.1-6) ...
12:16:31 #34 21.28 Setting up libgcc-s1:ppc64el (10.2.1-6) ...
12:16:31 #34 21.29 Setting up libgcc-s1:s390x (10.2.1-6) ...
12:16:31 #34 21.31 Setting up libc6:arm64 (2.31-13+deb11u4) ...
12:16:33 #34 22.52 Setting up libc6:armel (2.31-13+deb11u4) ...
12:16:34 #34 23.75 Setting up libc6:armhf (2.31-13+deb11u4) ...
12:16:35 #34 25.01 Setting up libc6:ppc64el (2.31-13+deb11u4) ...
12:16:36 #34 26.23 Setting up libc6:s390x (2.31-13+deb11u4) ...
12:16:37 #34 27.47 Setting up libapparmor1:arm64 (2.13.6-10) ...
12:16:37 #34 27.49 Setting up libapparmor1:armel (2.13.6-10) ...
12:16:37 #34 27.50 Setting up libapparmor1:armhf (2.13.6-10) ...
12:16:37 #34 27.51 Setting up libapparmor1:ppc64el (2.13.6-10) ...
12:16:37 #34 27.53 Setting up libapparmor1:s390x (2.13.6-10) ...
12:16:37 #34 27.55 Setting up libseccomp2:arm64 (2.5.1-1+deb11u1) ...
12:16:37 #34 27.56 Setting up libseccomp2:armel (2.5.1-1+deb11u1) ...
12:16:37 #34 27.58 Setting up libseccomp2:armhf (2.5.1-1+deb11u1) ...
12:16:37 #34 27.59 Setting up libseccomp2:ppc64el (2.5.1-1+deb11u1) ...
12:16:37 #34 27.60 Setting up libseccomp2:s390x (2.5.1-1+deb11u1) ...
12:16:37 #34 27.61 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
12:16:37 #34 27.62 Setting up libapparmor-dev:armel (2.13.6-10) ...
12:16:38 #34 27.64 Setting up libapparmor-dev:armhf (2.13.6-10) ...
12:16:38 #34 27.66 Setting up libapparmor-dev:ppc64el (2.13.6-10) ...
12:16:38 #34 27.67 Setting up libapparmor-dev:s390x (2.13.6-10) ...
12:16:38 #34 27.69 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
12:16:38 #34 27.71 Setting up libseccomp-dev:armel (2.5.1-1+deb11u1) ...
12:16:38 #34 27.72 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
12:16:38 #34 27.74 Setting up libseccomp-dev:ppc64el (2.5.1-1+deb11u1) ...
12:16:38 #34 27.75 Setting up libseccomp-dev:s390x (2.5.1-1+deb11u1) ...
12:16:38 #34 27.76 Processing triggers for libc-bin (2.31-13+deb11u4) ...
12:16:38 #34 DONE 28.0s
12:16:38 
12:16:38 #30 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
12:16:38 #30 ...
12:16:38 
12:16:38 #35 [binary-base 1/7] COPY --from=tini        /build/ /usr/local/bin/
12:16:38 #35 DONE 0.2s
12:16:38 
12:16:38 #36 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
12:16:39 #36 0.911 + RM_GOPATH=0
12:16:39 #36 0.911 + TMP_GOPATH=
12:16:39 #36 0.911 + : /build
12:16:39 #36 0.911 + '[' -z '' ']'
12:16:39 #36 0.911 ++ mktemp -d
12:16:39 #36 0.912 + export GOPATH=/tmp/tmp.7ugYeYDzPf
12:16:39 #36 0.912 + GOPATH=/tmp/tmp.7ugYeYDzPf
12:16:39 #36 0.912 + RM_GOPATH=1
12:16:39 #36 0.912 + case "$(go env GOARCH)" in
12:16:39 #36 0.913 ++ go env GOARCH
12:16:39 #36 0.917 + export GO_BUILDMODE=-buildmode=pie
12:16:39 #36 0.917 + GO_BUILDMODE=-buildmode=pie
12:16:39 #36 0.918 ++ dirname /tmp/install/install.sh
12:16:39 #36 0.920 + dir=/tmp/install
12:16:39 #36 0.920 + bin=runc
12:16:39 #36 0.920 + shift
12:16:39 #36 0.920 + '[' '!' -f /tmp/install/runc.installer ']'
12:16:39 #36 0.920 + . /tmp/install/runc.installer
12:16:39 #36 0.921 ++ set -e
12:16:39 #36 0.921 ++ : v1.1.4
12:16:39 #36 0.921 + install_runc
12:16:39 #36 0.921 + RUNC_BUILDTAGS=seccomp
12:16:39 #36 0.922 + echo 'Install runc version v1.1.4 (build tags: seccomp)'
12:16:39 #36 0.922 Install runc version v1.1.4 (build tags: seccomp)
12:16:39 #36 0.922 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.7ugYeYDzPf/src/github.com/opencontainers/runc
12:16:39 #36 0.924 Cloning into '/tmp/tmp.7ugYeYDzPf/src/github.com/opencontainers/runc'...
12:16:43 #36 3.910 + cd /tmp/tmp.7ugYeYDzPf/src/github.com/opencontainers/runc
12:16:43 #36 3.911 + git checkout -q v1.1.4
12:16:43 #36 4.156 + '[' -z '' ']'
12:16:43 #36 4.156 + target=static
12:16:43 #36 4.156 + make BUILDTAGS=seccomp static
12:16:43 #36 4.413 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.4-0-g5fd4c4d1 -X main.version=1.1.4 " -o runc .
12:17:39 #36 ...
12:17:39 
12:17:39 #30 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
12:17:39 #30 108.0 + bin/containerd
12:17:44 #30 ...
12:17:44 
12:17:44 #36 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
12:17:44 #36 65.75 + mkdir -p /build
12:17:44 #36 65.75 + cp runc /build/runc
12:17:44 #36 DONE 65.9s
12:17:44 
12:17:44 #30 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
12:17:46 #30 ...
12:17:46 
12:17:46 #37 [binary-base 2/7] COPY --from=runc        /build/ /usr/local/bin/
12:17:46 #37 DONE 0.1s
12:17:46 
12:17:46 #30 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
12:18:32 #30 165.1 # github.com/containerd/containerd/cmd/containerd
12:18:32 #30 165.1 /usr/bin/ld: /tmp/go-link-1739257472/000019.o: in function `New':
12:18:32 #30 165.1 /tmp/tmp.MXSF0mLmpf/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:77: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
12:18:32 #30 165.2 + bin/containerd-stress
12:18:32 #30 166.3 + bin/containerd-shim
12:18:42 #30 177.0 + bin/containerd-shim-runc-v1
12:18:48 #30 183.1 + bin/containerd-shim-runc-v2
12:18:48 #30 183.9 + binaries
12:18:48 #30 183.9 + install -D bin/containerd /build/containerd
12:18:48 #30 183.9 + install -D bin/containerd-shim /build/containerd-shim
12:18:48 #30 183.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
12:18:48 #30 183.9 + install -D bin/ctr /build/ctr
12:18:49 #30 DONE 184.3s
12:18:50 
12:18:50 #38 [binary-base 3/7] COPY --from=containerd  /build/ /usr/local/bin/
12:18:50 #38 DONE 0.2s
12:18:50 
12:18:50 #39 [binary-base 4/7] COPY --from=rootlesskit /build/ /usr/local/bin/
12:18:50 #39 DONE 0.1s
12:18:50 
12:18:50 #40 [binary-base 5/7] COPY --from=proxy       /build/ /usr/local/bin/
12:18:50 #40 DONE 0.1s
12:18:50 
12:18:50 #41 [binary-base 6/7] COPY --from=vpnkit      /build/ /usr/local/bin/
12:18:50 #41 DONE 0.4s
12:18:51 
12:18:51 #42 [binary-base 7/7] WORKDIR /go/src/github.com/docker/docker
12:18:51 #42 DONE 0.0s
12:18:51 
12:18:51 #43 [build-cross 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=bind,target=/go/src/github.com/docker/docker     --mount=type=tmpfs,target=/go/src/github.com/docker/docker/autogen         hack/make.sh cross
12:18:51 #43 0.369 
12:18:51 #43 0.432 Removing /build/bundles/
12:18:51 #43 0.433 
12:18:51 #43 0.438 ---> Making bundle: cross (in /build/bundles/cross)
12:18:51 #43 0.439 Cross building: /build/bundles/cross/windows/amd64
12:18:51 #43 0.517 Building: /build/bundles/cross/windows/amd64/dockerd-0.0.0-20220908081902-b40c2f6.exe
12:18:51 #43 0.517 GOOS="windows" GOARCH="amd64" GOARM=""
12:20:28 #43 90.52 Created binary: /build/bundles/cross/windows/amd64/dockerd-0.0.0-20220908081902-b40c2f6.exe
12:20:28 #43 90.91 Cloning into '/go/src/github.com/docker/windows-container-utility'...
12:20:28 #43 91.13 Building: /build/bundles/cross/windows/amd64/containerutility.exe
12:20:28 #43 95.92 
12:20:28 #43 DONE 96.4s
12:20:28 
12:20:28 #44 [cross 1/1] COPY --from=build-cross /build/bundles/ /
12:20:28 #44 DONE 0.2s
12:20:28 
12:20:28 #45 exporting to client
12:20:28 #45 copying files 25B
12:20:28 #45 copying files 52.46MB 0.3s done
12:20:28 #45 DONE 0.3s
12:20:28 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker'
12:20:28 mkdir -p build/win/amd64/docker/cli-plugins
12:20:28 GOOS=windows GOARCH=amd64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_20.10/static/build/win/amd64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_20.10/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_20.10/static/scripts/build-cli-plugins":/build:ro golang:1.18.6 /build
12:20:28 Unable to find image 'golang:1.18.6' locally
12:20:28 1.18.6: Pulling from library/golang
12:20:28 23858da423a6: Already exists
12:20:28 326f452ade5c: Already exists
12:20:28 a42821cd14fb: Already exists
12:20:28 8471b75885ef: Already exists
12:20:28 b7aa120dd02d: Already exists
12:20:28 5cc67fe6144b: Already exists
12:20:28 cd3416ecab87: Already exists
12:20:28 Digest: sha256:040bc0980888e2df09499c73156f3f869d843b7033d11b465fee7f1a358a494a
12:20:28 Status: Downloaded newer image for golang:1.18.6
12:20:29 Cloning into '/go/src/github.com/docker/app'...
12:20:31 Fetching origin
12:20:32 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
12:21:53 Cloning into '/go/src/github.com/docker/buildx'...
12:21:53 Fetching origin
12:21:53 + GO111MODULE=on
12:21:53 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.9.1-docker -X github.com/docker/buildx/version.Revision=ed00243a0ce2a0aee75311b06e32d33b44729689 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
12:23:44 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/static:/v -w /v alpine chown -R 1000:1000 build/win/amd64
12:23:44 Unable to find image 'alpine:latest' locally
12:23:44 latest: Pulling from library/alpine
12:23:44 213ec9aee27d: Pulling fs layer
12:23:44 213ec9aee27d: Verifying Checksum
12:23:44 213ec9aee27d: Download complete
12:23:44 213ec9aee27d: Pull complete
12:23:44 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
12:23:44 Status: Downloaded newer image for alpine:latest
12:23:44 find build/win/amd64/docker -type f -not -name "*.exe" -exec mv {} {}.exe \;
12:23:44 cd /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli && VERSION=0.0.0-20220908081902-b40c2f6 docker buildx bake --set binary.platform=windows/amd64 binary
12:23:44 #1 [internal] load build definition from Dockerfile
12:23:44 #1 transferring dockerfile: 1.78kB done
12:23:44 #1 DONE 0.0s
12:23:44 
12:23:44 #2 [internal] load .dockerignore
12:23:44 #2 transferring context: 112B done
12:23:44 #2 DONE 0.0s
12:23:44 
12:23:44 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io
12:23:44 #3 DONE 0.0s
12:23:44 
12:23:44 #4 resolve image config for docker.io/docker/dockerfile:1
12:23:44 #4 DONE 0.1s
12:23:44 
12:23:44 #5 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
12:23:44 #5 CACHED
12:23:44 
12:23:44 #6 [internal] load metadata for docker.io/library/golang:1.18.6-alpine
12:23:44 #6 ...
12:23:44 
12:23:44 #7 [auth] library/golang:pull token for registry-1.docker.io
12:23:44 #7 DONE 0.0s
12:23:44 
12:23:44 #8 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
12:23:44 #8 DONE 0.0s
12:23:44 
12:23:44 #9 [auth] tonistiigi/xx:pull token for registry-1.docker.io
12:23:44 #9 DONE 0.0s
12:23:44 
12:23:44 #10 [internal] load metadata for docker.io/tonistiigi/xx:1.1.0
12:23:44 #10 DONE 0.4s
12:23:44 
12:23:44 #6 [internal] load metadata for docker.io/library/golang:1.18.6-alpine
12:23:44 #6 DONE 0.3s
12:23:44 
12:23:44 #11 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
12:23:44 #11 DONE 0.4s
12:23:44 
12:23:44 #12 [build-base-alpine 1/4] FROM docker.io/library/golang:1.18.6-alpine@sha256:5b58b2e5963db4cc97d5c5d2580744713303e8ddc979ff89d939c559502ec263
12:23:44 #12 resolve docker.io/library/golang:1.18.6-alpine@sha256:5b58b2e5963db4cc97d5c5d2580744713303e8ddc979ff89d939c559502ec263 0.0s done
12:23:44 #12 sha256:b68eed002951df1af0549cc6fd21c130dd3d31eebd702299f74b423f00018c9f 5.24kB / 5.24kB done
12:23:44 #12 sha256:5299e6f7860564fd4df7e9a224f3d05dc26d0e855fb26ac7e9d9e156cf1422b2 0B / 284.73kB 0.1s
12:23:44 #12 sha256:5b58b2e5963db4cc97d5c5d2580744713303e8ddc979ff89d939c559502ec263 1.65kB / 1.65kB done
12:23:44 #12 sha256:0885b3ffdfbe8e6e8caf07e0b030091cbe1e297c7413ee664fe62d265423bade 1.36kB / 1.36kB done
12:23:44 #12 extracting sha256:5299e6f7860564fd4df7e9a224f3d05dc26d0e855fb26ac7e9d9e156cf1422b2
12:23:44 #12 sha256:5299e6f7860564fd4df7e9a224f3d05dc26d0e855fb26ac7e9d9e156cf1422b2 284.73kB / 284.73kB 0.1s done
12:23:44 #12 sha256:548b71e657dcad90931c40bcff39aa8b21c33ac888ac08ee16e6bc3577a16264 0B / 115.33MB 0.3s
12:23:44 #12 sha256:a0792f1a6db3731fdacdd2e3bd0976d8ff18a913795f8afd8f3c5ecd279b874d 155B / 155B 0.2s done
12:23:44 #12 sha256:1cab0e43db0af1d30e55de347bd78df438344691f8fb379f631a07e2c8a80f0a 155B / 155B 0.2s done
12:23:44 #12 sha256:548b71e657dcad90931c40bcff39aa8b21c33ac888ac08ee16e6bc3577a16264 9.44MB / 115.33MB 0.5s
12:23:44 #12 ...
12:23:44 
12:23:44 #13 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
12:23:44 #13 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
12:23:44 #13 sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 5.46kB / 5.46kB done
12:23:44 #13 sha256:a28c16d579330aa32da948d5ce201e1e546354170044c447edfb3764cc198328 523B / 523B done
12:23:44 #13 sha256:09950e90e11171816d164e6200593f7015f8ba9f67db5f195bf9c88627bab1e4 418B / 418B done
12:23:44 #13 sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a 136B / 136B 0.1s done
12:23:44 #13 extracting sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a done
12:23:44 #13 DONE 0.6s
12:23:44 
12:23:44 #12 [build-base-alpine 1/4] FROM docker.io/library/golang:1.18.6-alpine@sha256:5b58b2e5963db4cc97d5c5d2580744713303e8ddc979ff89d939c559502ec263
12:23:44 #12 extracting sha256:5299e6f7860564fd4df7e9a224f3d05dc26d0e855fb26ac7e9d9e156cf1422b2 0.4s done
12:23:44 #12 ...
12:23:44 
12:23:44 #14 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
12:23:44 #14 resolve docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 0.0s done
12:23:44 #14 sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 2.65kB / 2.65kB done
12:23:44 #14 sha256:44baf01e2b60ed9abdd47f1c8e6cf8916b70a48c93016dd9926df6a0981c9b47 525B / 525B done
12:23:44 #14 sha256:156f8400f6eb0df86c13844ba62bf5c21fafda08f0c2f5019436ce574279ead1 940B / 940B done
12:23:44 #14 sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 14.84kB / 14.84kB 0.1s done
12:23:44 #14 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 done
12:23:44 #14 DONE 0.7s
12:23:44 
12:23:44 #12 [build-base-alpine 1/4] FROM docker.io/library/golang:1.18.6-alpine@sha256:5b58b2e5963db4cc97d5c5d2580744713303e8ddc979ff89d939c559502ec263
12:23:44 #12 sha256:548b71e657dcad90931c40bcff39aa8b21c33ac888ac08ee16e6bc3577a16264 27.44MB / 115.33MB 0.8s
12:23:44 #12 sha256:548b71e657dcad90931c40bcff39aa8b21c33ac888ac08ee16e6bc3577a16264 35.41MB / 115.33MB 0.9s
12:23:44 #12 extracting sha256:1cab0e43db0af1d30e55de347bd78df438344691f8fb379f631a07e2c8a80f0a done
12:23:44 #12 sha256:548b71e657dcad90931c40bcff39aa8b21c33ac888ac08ee16e6bc3577a16264 48.23MB / 115.33MB 1.1s
12:23:44 #12 sha256:548b71e657dcad90931c40bcff39aa8b21c33ac888ac08ee16e6bc3577a16264 68.16MB / 115.33MB 1.3s
12:23:44 #12 sha256:548b71e657dcad90931c40bcff39aa8b21c33ac888ac08ee16e6bc3577a16264 80.74MB / 115.33MB 1.4s
12:23:44 #12 sha256:548b71e657dcad90931c40bcff39aa8b21c33ac888ac08ee16e6bc3577a16264 94.37MB / 115.33MB 1.5s
12:23:44 #12 sha256:548b71e657dcad90931c40bcff39aa8b21c33ac888ac08ee16e6bc3577a16264 104.86MB / 115.33MB 1.7s
12:23:44 #12 sha256:548b71e657dcad90931c40bcff39aa8b21c33ac888ac08ee16e6bc3577a16264 115.33MB / 115.33MB 1.8s
12:23:44 #12 sha256:548b71e657dcad90931c40bcff39aa8b21c33ac888ac08ee16e6bc3577a16264 115.33MB / 115.33MB 1.9s done
12:23:44 #12 extracting sha256:548b71e657dcad90931c40bcff39aa8b21c33ac888ac08ee16e6bc3577a16264
12:23:44 #12 ...
12:23:44 
12:23:44 #15 [internal] load build context
12:23:44 #15 transferring context: 50.61MB 2.4s done
12:23:44 #15 DONE 2.5s
12:23:44 
12:23:44 #12 [build-base-alpine 1/4] FROM docker.io/library/golang:1.18.6-alpine@sha256:5b58b2e5963db4cc97d5c5d2580744713303e8ddc979ff89d939c559502ec263
12:23:44 #12 extracting sha256:548b71e657dcad90931c40bcff39aa8b21c33ac888ac08ee16e6bc3577a16264 4.0s done
12:23:44 #12 extracting sha256:a0792f1a6db3731fdacdd2e3bd0976d8ff18a913795f8afd8f3c5ecd279b874d done
12:23:44 #12 DONE 6.5s
12:23:44 
12:23:44 #16 [build-base-alpine 2/4] COPY --from=xx / /
12:23:44 #16 DONE 0.6s
12:23:44 
12:23:44 #17 [build-base-alpine 3/4] RUN apk add --no-cache clang lld llvm file git
12:23:44 #17 0.359 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
12:23:44 #17 1.429 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
12:23:44 #17 1.628 (1/18) Installing libffi (3.4.2-r1)
12:23:44 #17 1.635 (2/18) Installing libgcc (11.2.1_git20220219-r2)
12:23:44 #17 1.638 (3/18) Installing libstdc++ (11.2.1_git20220219-r2)
12:23:44 #17 1.664 (4/18) Installing xz-libs (5.2.5-r1)
12:23:44 #17 1.673 (5/18) Installing libxml2 (2.9.14-r1)
12:23:44 #17 1.687 (6/18) Installing llvm13-libs (13.0.1-r2)
12:23:44 #17 2.476 (7/18) Installing clang-libs (13.0.1-r1)
12:23:44 #17 3.163 (8/18) Installing clang (13.0.1-r1)
12:23:44 #17 3.256 (9/18) Installing libmagic (5.41-r0)
12:23:44 #17 3.281 (10/18) Installing file (5.41-r0)
12:23:44 #17 3.284 (11/18) Installing brotli-libs (1.0.9-r6)
12:23:44 #17 3.292 (12/18) Installing nghttp2-libs (1.47.0-r0)
12:23:44 #17 3.296 (13/18) Installing libcurl (7.83.1-r3)
12:23:44 #17 3.303 (14/18) Installing expat (2.4.9-r0)
12:23:44 #17 3.307 (15/18) Installing pcre2 (10.40-r0)
12:23:44 #17 3.315 (16/18) Installing git (2.36.2-r0)
12:23:44 #17 3.438 (17/18) Installing lld (13.0.1-r0)
12:23:44 #17 3.473 (18/18) Installing llvm13 (13.0.1-r2)
12:23:44 #17 3.941 Executing busybox-1.35.0-r17.trigger
12:23:44 #17 3.946 OK: 311 MiB in 33 packages
12:23:44 #17 DONE 4.4s
12:23:44 
12:23:44 #18 [build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
12:23:44 #18 DONE 0.0s
12:23:44 
12:23:44 #19 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
12:23:44 #19 0.380 skipping packages installation on windows
12:23:44 #19 DONE 0.4s
12:23:44 
12:23:44 #20 [build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
12:23:45 #20 0.609 Building static docker-windows-amd64.exe
12:25:22 #20 DONE 96.3s
12:25:22 
12:25:22 #21 [binary 1/1] COPY --from=build /out .
12:25:22 #21 DONE 0.7s
12:25:22 
12:25:22 #22 exporting to client
12:25:22 #22 copying files 53B
12:25:22 #22 copying files 47.10MB 0.3s done
12:25:22 #22 DONE 0.3s
12:25:22 mkdir -p build/win/amd64/docker
12:25:22 cp /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/build/docker-windows-amd64.exe build/win/amd64/docker/docker.exe
12:25:22 cp /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/bundles/cross/windows/amd64/dockerd-0.0.0-20220908081902-b40c2f6.exe build/win/amd64/docker/dockerd.exe
12:25:22 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/static/build/win/amd64:/v -w /v alpine sh -c 'apk update&&apk add zip&&zip -r docker-0.0.0-20220908081902-b40c2f6.zip docker'
12:25:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
12:25:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
12:25:24 v3.16.2-221-ge7097e0782 [https://dl-cdn.alpinelinux.org/alpine/v3.16/main]
12:25:24 v3.16.2-229-g1f881aca9b [https://dl-cdn.alpinelinux.org/alpine/v3.16/community]
12:25:24 OK: 17033 distinct packages available
12:25:24 (1/2) Installing unzip (6.0-r9)
12:25:26 (2/2) Installing zip (3.0-r9)
12:25:26 Executing busybox-1.35.0-r17.trigger
12:25:26 OK: 6 MiB in 16 packages
12:25:26   adding: docker/ (stored 0%)
12:25:26   adding: docker/cli-plugins/ (stored 0%)
12:25:29   adding: docker/cli-plugins/docker-buildx.exe (deflated 56%)
12:25:30   adding: docker/cli-plugins/docker-app.exe (deflated 67%)
12:25:33   adding: docker/docker.exe (deflated 72%)
12:25:35   adding: docker/dockerd.exe (deflated 70%)
12:25:36 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/static:/v -w /v alpine chown -R 1000:1000 build
12:25:36 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/static'