Skip to content

Console Output

11:00:24 + make REF=20.10 DOCKER_BUILD_PKGS=static-linux static
11:00:24 git init src/github.com/docker/cli
11:00:24 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
11:00:24 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:00:24 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
11:00:24 + SRC=src/github.com/docker/cli
11:00:24 + REF=20.10
11:00:24 + REF_FETCH=20.10
11:00:24 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
11:00:24 + awk {print $2}
11:00:24 + REF=refs/heads/20.10
11:00:24 + [ -n refs/heads/20.10 ]
11:00:24 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
11:00:24 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
11:00:26 From https://github.com/docker/cli
11:00:26  * [new branch]      20.10      -> 20.10
11:00:26  * [new branch]      20.10      -> origin/20.10
11:00:26 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
11:00:26 git init src/github.com/docker/docker
11:00:26 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
11:00:26 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:00:26 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
11:00:26 + SRC=src/github.com/docker/docker
11:00:26 + REF=20.10
11:00:26 + REF_FETCH=20.10
11:00:26 + git -C src/github.com/docker/docker ls-remote --refs --heads+  --tags origin 20.10
11:00:26 awk {print $2}
11:00:26 + REF=refs/heads/20.10
11:00:26 + [ -n refs/heads/20.10 ]
11:00:26 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
11:00:26 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
11:00:27 From https://github.com/docker/docker
11:00:27  * [new branch]      20.10      -> 20.10
11:00:27  * [new branch]      20.10      -> origin/20.10
11:00:27 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
11:00:28 for p in static-linux; do \
11:00:28 	make -C static VERSION=0.0.1-dev GO_VERSION=1.19.9 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
11:00:28 done
11:00:28 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/static'
11:00:28 cd /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli && VERSION=0.0.0-20230406105517-b82b9f3 docker buildx bake --set binary.platform= --set binary.args.CGO_ENABLED= binary
11:00:28 #1 [internal] load build definition from Dockerfile
11:00:28 #1 transferring dockerfile: 1.81kB done
11:00:28 #1 DONE 0.0s
11:00:28 
11:00:28 #2 [internal] load .dockerignore
11:00:28 #2 transferring context: 112B done
11:00:28 #2 DONE 0.0s
11:00:28 
11:00:28 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io
11:00:28 #3 DONE 0.0s
11:00:28 
11:00:28 #4 resolve image config for docker.io/docker/dockerfile:1
11:00:28 #4 DONE 0.3s
11:00:28 
11:00:28 #5 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
11:00:28 #5 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s done
11:00:28 #5 sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 8.40kB / 8.40kB done
11:00:28 #5 sha256:966d40f9ba8366e74c2fa353fc0bc7bbc167d2a0f3ad2420db8b9e633049462d 482B / 482B done
11:00:28 #5 sha256:dbdd11720762ad504260c66161c964e59eba06b95a7aa64a68634b598a830a91 2.90kB / 2.90kB done
11:00:28 #5 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 7.34MB / 11.55MB 0.1s
11:00:28 #5 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd
11:00:29 #5 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.2s done
11:00:29 #5 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 0.2s done
11:00:29 #5 DONE 0.4s
11:00:29 
11:00:29 #6 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
11:00:29 #6 ...
11:00:29 
11:00:29 #7 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
11:00:29 #7 DONE 0.0s
11:00:29 
11:00:29 #8 [auth] tonistiigi/xx:pull token for registry-1.docker.io
11:00:29 #8 DONE 0.0s
11:00:29 
11:00:29 #9 [auth] library/golang:pull token for registry-1.docker.io
11:00:29 #9 DONE 0.0s
11:00:29 
11:00:29 #10 [internal] load metadata for docker.io/tonistiigi/xx:1.1.0
11:00:29 #10 DONE 0.4s
11:00:29 
11:00:29 #11 [internal] load metadata for docker.io/library/golang:1.19.8-alpine3.16
11:00:29 #11 DONE 0.4s
11:00:29 
11:00:29 #6 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
11:00:29 #6 DONE 0.4s
11:00:29 
11:00:29 #12 [internal] load build context
11:00:29 #12 DONE 0.0s
11:00:29 
11:00:29 #13 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:00:29 #13 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
11:00:29 #13 DONE 0.0s
11:00:29 
11:00:29 #14 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.8-alpine3.16@sha256:0755124e20fff316087472b99b6399744cab772e5937cc299387fd6e023191ec
11:00:29 #14 resolve docker.io/library/golang:1.19.8-alpine3.16@sha256:0755124e20fff316087472b99b6399744cab772e5937cc299387fd6e023191ec
11:00:30 #14 resolve docker.io/library/golang:1.19.8-alpine3.16@sha256:0755124e20fff316087472b99b6399744cab772e5937cc299387fd6e023191ec 0.1s done
11:00:30 #14 sha256:0755124e20fff316087472b99b6399744cab772e5937cc299387fd6e023191ec 1.65kB / 1.65kB done
11:00:30 #14 sha256:4c1195c6e2c21bb8efd1fa38485a1d28112b67770ecf0fc2a2922df40c6c7851 1.16kB / 1.16kB done
11:00:30 #14 sha256:a4adf03a0c9e8f158a1ac5d3f2212ec854b8fb17c5d78b9450da92e901765bd9 5.11kB / 5.11kB done
11:00:30 #14 sha256:91d30c5bc19582de1415b18f1ec5bcbf52a558b62cf6cc201c9669df9f748c22 1.05MB / 2.81MB 0.1s
11:00:30 #14 sha256:65d52c8ad3c485a42affe0f6bb1797d97df31a9900f74dca16b5a207487e58dd 0B / 284.76kB 0.1s
11:00:30 #14 extracting sha256:91d30c5bc19582de1415b18f1ec5bcbf52a558b62cf6cc201c9669df9f748c22
11:00:30 #14 ...
11:00:30 
11:00:30 #13 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:00:30 #13 extracting sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 done
11:00:30 #13 sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 5.46kB / 5.46kB done
11:00:30 #13 sha256:8d61139feed19d3685ffc483d41349d49cbdba3ee104a9104dd0ac98cdbc1479 523B / 523B done
11:00:30 #13 sha256:9a072fc69921655d494291e64abe03c6b872ce4522837193a46aee910330fba7 455B / 455B done
11:00:30 #13 sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 117B / 117B 0.1s done
11:00:30 #13 DONE 0.3s
11:00:30 
11:00:30 #14 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.8-alpine3.16@sha256:0755124e20fff316087472b99b6399744cab772e5937cc299387fd6e023191ec
11:00:30 #14 sha256:91d30c5bc19582de1415b18f1ec5bcbf52a558b62cf6cc201c9669df9f748c22 2.81MB / 2.81MB 0.1s done
11:00:30 #14 sha256:65d52c8ad3c485a42affe0f6bb1797d97df31a9900f74dca16b5a207487e58dd 284.76kB / 284.76kB 0.1s done
11:00:30 #14 extracting sha256:91d30c5bc19582de1415b18f1ec5bcbf52a558b62cf6cc201c9669df9f748c22 0.1s done
11:00:30 #14 sha256:6ddf9fe0331e4e34578ebc0115262884c612b1463d3159e90a86e4a39ad94e9d 156B / 156B 0.2s
11:00:30 #14 sha256:c13367fb2750891a9c119b54fa06056c29b965f22f7555694adb34447935374e 6.29MB / 122.39MB 0.3s
11:00:30 #14 ...
11:00:30 
11:00:30 #15 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
11:00:30 #15 resolve docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 0.1s done
11:00:30 #15 sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 2.65kB / 2.65kB done
11:00:30 #15 sha256:44baf01e2b60ed9abdd47f1c8e6cf8916b70a48c93016dd9926df6a0981c9b47 525B / 525B done
11:00:30 #15 sha256:156f8400f6eb0df86c13844ba62bf5c21fafda08f0c2f5019436ce574279ead1 940B / 940B done
11:00:30 #15 sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 14.84kB / 14.84kB 0.1s done
11:00:30 #15 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 done
11:00:30 #15 DONE 0.4s
11:00:30 
11:00:30 #14 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.8-alpine3.16@sha256:0755124e20fff316087472b99b6399744cab772e5937cc299387fd6e023191ec
11:00:30 #14 sha256:c13367fb2750891a9c119b54fa06056c29b965f22f7555694adb34447935374e 16.78MB / 122.39MB 0.4s
11:00:30 #14 extracting sha256:65d52c8ad3c485a42affe0f6bb1797d97df31a9900f74dca16b5a207487e58dd
11:00:30 #14 extracting sha256:65d52c8ad3c485a42affe0f6bb1797d97df31a9900f74dca16b5a207487e58dd 0.1s done
11:00:30 #14 sha256:c13367fb2750891a9c119b54fa06056c29b965f22f7555694adb34447935374e 29.36MB / 122.39MB 0.7s
11:00:30 #14 ...
11:00:30 
11:00:30 #12 [internal] load build context
11:00:30 #12 transferring context: 50.38MB 0.8s done
11:00:30 #12 DONE 0.8s
11:00:30 
11:00:30 #14 [build-base-alpine 1/4] FROM docker.io/library/golang:1.19.8-alpine3.16@sha256:0755124e20fff316087472b99b6399744cab772e5937cc299387fd6e023191ec
11:00:30 #14 sha256:c13367fb2750891a9c119b54fa06056c29b965f22f7555694adb34447935374e 37.75MB / 122.39MB 0.8s
11:00:30 #14 sha256:c13367fb2750891a9c119b54fa06056c29b965f22f7555694adb34447935374e 50.33MB / 122.39MB 0.9s
11:00:31 #14 sha256:c13367fb2750891a9c119b54fa06056c29b965f22f7555694adb34447935374e 66.06MB / 122.39MB 1.1s
11:00:31 #14 sha256:c13367fb2750891a9c119b54fa06056c29b965f22f7555694adb34447935374e 83.89MB / 122.39MB 1.6s
11:00:31 #14 sha256:c13367fb2750891a9c119b54fa06056c29b965f22f7555694adb34447935374e 99.61MB / 122.39MB 1.7s
11:00:32 #14 sha256:c13367fb2750891a9c119b54fa06056c29b965f22f7555694adb34447935374e 121.63MB / 122.39MB 2.0s
11:00:32 #14 extracting sha256:c13367fb2750891a9c119b54fa06056c29b965f22f7555694adb34447935374e
11:00:32 #14 sha256:c13367fb2750891a9c119b54fa06056c29b965f22f7555694adb34447935374e 122.39MB / 122.39MB 2.2s done
11:00:34 #14 extracting sha256:c13367fb2750891a9c119b54fa06056c29b965f22f7555694adb34447935374e 2.4s done
11:00:34 #14 extracting sha256:6ddf9fe0331e4e34578ebc0115262884c612b1463d3159e90a86e4a39ad94e9d
11:00:35 #14 extracting sha256:6ddf9fe0331e4e34578ebc0115262884c612b1463d3159e90a86e4a39ad94e9d done
11:00:35 #14 DONE 5.1s
11:00:35 
11:00:35 #16 [build-base-alpine 2/4] COPY --from=xx / /
11:00:36 #16 DONE 1.0s
11:00:36 
11:00:36 #17 [build-base-alpine 3/4] RUN apk add --no-cache clang lld llvm file git
11:00:36 #17 0.357 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
11:00:37 #17 1.453 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
11:00:37 #17 1.647 (1/18) Installing libffi (3.4.2-r1)
11:00:37 #17 1.650 (2/18) Installing libgcc (11.2.1_git20220219-r2)
11:00:37 #17 1.654 (3/18) Installing libstdc++ (11.2.1_git20220219-r2)
11:00:37 #17 1.674 (4/18) Installing xz-libs (5.2.5-r1)
11:00:37 #17 1.677 (5/18) Installing libxml2 (2.9.14-r2)
11:00:37 #17 1.691 (6/18) Installing llvm13-libs (13.0.1-r2)
11:00:38 #17 2.449 (7/18) Installing clang-libs (13.0.1-r1)
11:00:39 #17 3.131 (8/18) Installing clang (13.0.1-r1)
11:00:39 #17 3.207 (9/18) Installing libmagic (5.41-r0)
11:00:39 #17 3.231 (10/18) Installing file (5.41-r0)
11:00:39 #17 3.235 (11/18) Installing brotli-libs (1.0.9-r6)
11:00:39 #17 3.245 (12/18) Installing nghttp2-libs (1.47.0-r0)
11:00:39 #17 3.256 (13/18) Installing libcurl (8.0.1-r0)
11:00:39 #17 3.264 (14/18) Installing expat (2.5.0-r0)
11:00:39 #17 3.268 (15/18) Installing pcre2 (10.40-r0)
11:00:39 #17 3.276 (16/18) Installing git (2.36.6-r0)
11:00:39 #17 3.394 (17/18) Installing lld (13.0.1-r0)
11:00:39 #17 3.429 (18/18) Installing llvm13 (13.0.1-r2)
11:00:40 #17 3.889 Executing busybox-1.35.0-r17.trigger
11:00:40 #17 3.894 OK: 311 MiB in 33 packages
11:00:42 #17 DONE 6.6s
11:00:42 
11:00:42 #18 [build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
11:00:42 #18 DONE 0.0s
11:00:42 
11:00:42 #19 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
11:00:43 #19 0.347 + apk  --root / add --no-cache musl-dev gcc
11:00:43 #19 0.351 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
11:00:44 #19 1.427 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
11:00:44 #19 1.623 (1/9) Installing binutils (2.38-r3)
11:00:44 #19 1.693 (2/9) Installing libgomp (11.2.1_git20220219-r2)
11:00:44 #19 1.698 (3/9) Installing libatomic (11.2.1_git20220219-r2)
11:00:44 #19 1.700 (4/9) Installing gmp (6.2.1-r2)
11:00:44 #19 1.706 (5/9) Installing isl22 (0.22-r0)
11:00:44 #19 1.722 (6/9) Installing mpfr4 (4.1.0-r0)
11:00:44 #19 1.744 (7/9) Installing mpc1 (1.2.1-r0)
11:00:44 #19 1.747 (8/9) Installing gcc (11.2.1_git20220219-r2)
11:00:45 #19 2.423 (9/9) Installing musl-dev (1.2.3-r2)
11:00:45 #19 2.489 Executing busybox-1.35.0-r17.trigger
11:00:45 #19 2.494 OK: 422 MiB in 42 packages
11:00:46 #19 DONE 3.3s
11:00:46 
11:00:46 #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
11:00:46 #20 0.461 Building static docker-linux-amd64
11:01:25 #20 DONE 34.4s
11:01:25 
11:01:25 #21 [binary 1/1] COPY --from=build /out .
11:01:25 #21 DONE 0.7s
11:01:25 
11:01:25 #22 exporting to client
11:01:25 #22 copying files 47B
11:01:25 #22 copying files 47.97MB 0.1s done
11:01:25 #22 DONE 0.1s
11:01:25 make -C /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker VERSION=0.0.0-20230406105517-b82b9f3 DOCKER_BUILD_OPTS="" binary
11:01:25 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker'
11:01:25 mkdir -p autogen
11:01:25 docker build  --build-arg=GO_VERSION  -f "Dockerfile" --output=bundles/ --target=binary --build-arg VERSION --build-arg DOCKER_GITCOMMIT --build-arg PRODUCT --build-arg PLATFORM --build-arg DEFAULT_PRODUCT_LICENSE .
11:01:25 #1 [internal] load .dockerignore
11:01:25 #1 transferring context: 87B done
11:01:25 #1 DONE 0.0s
11:01:25 
11:01:25 #2 [internal] load build definition from Dockerfile
11:01:25 #2 transferring dockerfile: 17.17kB done
11:01:25 #2 DONE 0.0s
11:01:25 
11:01:25 #3 resolve image config for docker.io/docker/dockerfile:1
11:01:25 #3 DONE 0.1s
11:01:25 
11:01:25 #4 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
11:01:25 #4 CACHED
11:01:25 
11:01:25 #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
11:01:25 #5 ...
11:01:25 
11:01:25 #6 [auth] djs55/vpnkit:pull token for registry-1.docker.io
11:01:25 #6 DONE 0.0s
11:01:25 
11:01:25 #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
11:01:25 #7 ...
11:01:25 
11:01:25 #5 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
11:01:25 #5 DONE 1.2s
11:01:25 
11:01:25 #8 [internal] load metadata for docker.io/library/golang:1.19.9-bullseye
11:01:25 #8 DONE 1.2s
11:01:25 
11:01:25 #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
11:01:25 #7 DONE 1.2s
11:01:25 
11:01:25 #9 [internal] load build context
11:01:25 #9 DONE 0.0s
11:01:25 
11:01:25 #10 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:01:25 #10 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
11:01:25 #10 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
11:01:25 #10 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.1s
11:01:25 #10 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
11:01:25 #10 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
11:01:25 #10 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.24MB / 9.86MB 0.2s
11:01:25 #10 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.3s
11:01:25 #10 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.3s done
11:01:25 #10 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734
11:01:25 #10 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.5s done
11:01:26 #10 DONE 2.0s
11:01:26 
11:01:26 #9 [internal] load build context
11:01:26 #9 transferring context: 53.55MB 1.1s done
11:01:26 #9 DONE 1.9s
11:01:26 
11:01:26 #11 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:01:26 #11 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done
11:01:26 #11 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.4s done
11:01:26 #11 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
11:01:26 #11 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
11:01:26 #11 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
11:01:26 #11 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.5s done
11:01:26 #11 DONE 2.0s
11:01:26 
11:01:26 #12 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:5512d5d3d30fe3117bdf752a0e49bf5143e637c2cb713f6fd59203919209413c
11:01:26 #12 resolve docker.io/library/golang:1.19.9-bullseye@sha256:5512d5d3d30fe3117bdf752a0e49bf5143e637c2cb713f6fd59203919209413c 0.1s done
11:01:26 #12 sha256:5512d5d3d30fe3117bdf752a0e49bf5143e637c2cb713f6fd59203919209413c 1.86kB / 1.86kB done
11:01:26 #12 sha256:4d9ae8d60c4ebcf66c344e1b6937b869e5e57cf6bf1f59e46fa93c97b39155f7 1.58kB / 1.58kB done
11:01:26 #12 sha256:79c06733c54183d16fd7404aa8006cace1e8e918b15533bd3ad2128df995f9b3 6.78kB / 6.78kB done
11:01:26 #12 sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 55.05MB / 55.05MB 1.1s done
11:01:26 #12 sha256:120eb239658edf0b32a0e7e017916cc0f4cd2b167667609f87d597547b618def 16.13MB / 16.13MB 1.3s done
11:01:26 #12 sha256:c92bc7c6a37bebf8e7309be1bbbb226b82c52ca2679af3693c1b6ed0406cd073 54.59MB / 54.59MB 1.8s done
11:01:26 #12 extracting sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 0.7s
11:01:26 #12 sha256:44525aa69c36251568d8f5a9cbcb01e3e65cd70580e8b6a012b4c57bd18297f7 10.49MB / 91.52MB 2.0s
11:01:26 #12 sha256:604cb4508dedaefaef788b01b53340c901d9533aea8796f1d1f3fc4f759dacb2 9.44MB / 149.07MB 2.0s
11:01:26 #12 sha256:44525aa69c36251568d8f5a9cbcb01e3e65cd70580e8b6a012b4c57bd18297f7 18.87MB / 91.52MB 2.1s
11:01:26 #12 sha256:44525aa69c36251568d8f5a9cbcb01e3e65cd70580e8b6a012b4c57bd18297f7 30.41MB / 91.52MB 2.2s
11:01:26 #12 sha256:604cb4508dedaefaef788b01b53340c901d9533aea8796f1d1f3fc4f759dacb2 29.36MB / 149.07MB 2.2s
11:01:26 #12 extracting sha256:b0248cf3e63c73d0e496a67807d056ca41d5e968b61087e8eca2cf4b9b4d7b99 1.1s done
11:01:26 #12 sha256:44525aa69c36251568d8f5a9cbcb01e3e65cd70580e8b6a012b4c57bd18297f7 39.85MB / 91.52MB 2.3s
11:01:26 #12 sha256:604cb4508dedaefaef788b01b53340c901d9533aea8796f1d1f3fc4f759dacb2 38.80MB / 149.07MB 2.3s
11:01:26 #12 sha256:44525aa69c36251568d8f5a9cbcb01e3e65cd70580e8b6a012b4c57bd18297f7 52.43MB / 91.52MB 2.5s
11:01:26 #12 sha256:604cb4508dedaefaef788b01b53340c901d9533aea8796f1d1f3fc4f759dacb2 51.38MB / 149.07MB 2.5s
11:01:26 #12 sha256:44525aa69c36251568d8f5a9cbcb01e3e65cd70580e8b6a012b4c57bd18297f7 60.82MB / 91.52MB 2.6s
11:01:26 #12 extracting sha256:120eb239658edf0b32a0e7e017916cc0f4cd2b167667609f87d597547b618def
11:01:27 #12 sha256:44525aa69c36251568d8f5a9cbcb01e3e65cd70580e8b6a012b4c57bd18297f7 79.52MB / 91.52MB 2.7s
11:01:27 #12 sha256:604cb4508dedaefaef788b01b53340c901d9533aea8796f1d1f3fc4f759dacb2 72.35MB / 149.07MB 2.7s
11:01:27 #12 sha256:44525aa69c36251568d8f5a9cbcb01e3e65cd70580e8b6a012b4c57bd18297f7 90.18MB / 91.52MB 2.8s
11:01:27 #12 sha256:604cb4508dedaefaef788b01b53340c901d9533aea8796f1d1f3fc4f759dacb2 87.26MB / 149.07MB 2.8s
11:01:27 #12 sha256:604cb4508dedaefaef788b01b53340c901d9533aea8796f1d1f3fc4f759dacb2 98.63MB / 149.07MB 2.9s
11:01:27 #12 extracting sha256:120eb239658edf0b32a0e7e017916cc0f4cd2b167667609f87d597547b618def 0.3s done
11:01:27 #12 sha256:604cb4508dedaefaef788b01b53340c901d9533aea8796f1d1f3fc4f759dacb2 115.34MB / 149.07MB 3.1s
11:01:27 #12 sha256:604cb4508dedaefaef788b01b53340c901d9533aea8796f1d1f3fc4f759dacb2 135.27MB / 149.07MB 3.3s
11:01:27 #12 sha256:604cb4508dedaefaef788b01b53340c901d9533aea8796f1d1f3fc4f759dacb2 149.07MB / 149.07MB 3.5s
11:01:27 #12 extracting sha256:c92bc7c6a37bebf8e7309be1bbbb226b82c52ca2679af3693c1b6ed0406cd073
11:01:28 #12 sha256:44525aa69c36251568d8f5a9cbcb01e3e65cd70580e8b6a012b4c57bd18297f7 91.52MB / 91.52MB 3.9s done
11:01:28 #12 sha256:604cb4508dedaefaef788b01b53340c901d9533aea8796f1d1f3fc4f759dacb2 149.07MB / 149.07MB 4.2s done
11:01:29 #12 extracting sha256:c92bc7c6a37bebf8e7309be1bbbb226b82c52ca2679af3693c1b6ed0406cd073 1.2s done
11:01:29 #12 extracting sha256:44525aa69c36251568d8f5a9cbcb01e3e65cd70580e8b6a012b4c57bd18297f7 0.1s
11:01:30 #12 ...
11:01:30 
11:01:30 #13 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
11:01:30 #13 DONE 0.2s
11:01:30 
11:01:30 #12 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:5512d5d3d30fe3117bdf752a0e49bf5143e637c2cb713f6fd59203919209413c
11:01:30 #12 ...
11:01:30 
11:01:30 #14 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
11:01:30 #14 DONE 0.2s
11:01:30 
11:01:30 #12 [base 1/3] FROM docker.io/library/golang:1.19.9-bullseye@sha256:5512d5d3d30fe3117bdf752a0e49bf5143e637c2cb713f6fd59203919209413c
11:01:30 #12 extracting sha256:44525aa69c36251568d8f5a9cbcb01e3e65cd70580e8b6a012b4c57bd18297f7 1.6s done
11:01:31 #12 extracting sha256:604cb4508dedaefaef788b01b53340c901d9533aea8796f1d1f3fc4f759dacb2 0.1s
11:01:34 #12 extracting sha256:604cb4508dedaefaef788b01b53340c901d9533aea8796f1d1f3fc4f759dacb2 3.0s done
11:01:34 #12 extracting sha256:1d2a759399afb956a7a2c62c059779583eaf26b4ea587554f319e8a8b40dbf5e done
11:01:34 #12 DONE 10.1s
11:01:34 
11:01:34 #15 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
11:01:35 #15 DONE 1.7s
11:01:35 
11:01:35 #16 [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
11:01:36 #16 DONE 0.4s
11:01:36 
11:01:36 #17 [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
11:01:37 #17 0.995 + RM_GOPATH=0
11:01:37 #17 0.995 + TMP_GOPATH=
11:01:37 #17 0.995 + : /build
11:01:37 #17 0.995 + '[' -z '' ']'
11:01:37 #17 0.995 ++ mktemp -d
11:01:37 #17 0.996 + export GOPATH=/tmp/tmp.BPcv8IDFB8
11:01:37 #17 0.996 + GOPATH=/tmp/tmp.BPcv8IDFB8
11:01:37 #17 0.996 + RM_GOPATH=1
11:01:37 #17 0.996 + case "$(go env GOARCH)" in
11:01:37 #17 0.996 ++ go env GOARCH
11:01:37 #17 1.003 + export GO_BUILDMODE=-buildmode=pie
11:01:37 #17 1.003 + GO_BUILDMODE=-buildmode=pie
11:01:37 #17 1.003 ++ dirname /tmp/install/install.sh
11:01:37 #17 1.004 + dir=/tmp/install
11:01:37 #17 1.004 + bin=proxy
11:01:37 #17 1.004 + shift
11:01:37 #17 1.004 + '[' '!' -f /tmp/install/proxy.installer ']'
11:01:37 #17 1.004 + . /tmp/install/proxy.installer
11:01:37 #17 1.004 ++ : 3f0048413d95802b9c6c836eba06bfc54f9dbd03
11:01:37 #17 1.004 + install_proxy
11:01:37 #17 1.004 + case "$1" in
11:01:37 #17 1.004 + export CGO_ENABLED=0
11:01:37 #17 1.004 + CGO_ENABLED=0
11:01:37 #17 1.004 + _install_proxy
11:01:37 #17 1.004 + echo 'Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03'
11:01:37 #17 1.004 Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03
11:01:37 #17 1.004 + git clone https://github.com/moby/libnetwork.git /tmp/tmp.BPcv8IDFB8/src/github.com/docker/libnetwork
11:01:37 #17 1.006 Cloning into '/tmp/tmp.BPcv8IDFB8/src/github.com/docker/libnetwork'...
11:01:39 #17 2.661 + cd /tmp/tmp.BPcv8IDFB8/src/github.com/docker/libnetwork
11:01:39 #17 2.661 + git checkout -q 3f0048413d95802b9c6c836eba06bfc54f9dbd03
11:01:39 #17 2.770 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
11:01:42 #17 DONE 5.4s
11:01:42 
11:01:42 #18 [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
11:01:42 #0 0.815 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:01:42 #0 0.824 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:01:42 #0 0.824 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:01:42 #0 0.919 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:01:42 #0 1.010 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB]
11:01:42 #0 1.095 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
11:01:42 #0 2.200 Fetched 8643 kB in 2s (5208 kB/s)
11:01:42 #0 2.200 Reading package lists...
11:01:42 #0 2.908 Reading package lists...
11:01:42 #0 3.673 Building dependency tree...
11:01:42 #0 4.076 The following additional packages will be installed:
11:01:42 #0 4.077   libbtrfs0
11:01:42 #0 4.105 The following NEW packages will be installed:
11:01:42 #0 4.106   libbtrfs-dev libbtrfs0
11:01:42 #0 4.390 0 upgraded, 2 newly installed, 0 to remove and 9 not upgraded.
11:01:42 #0 4.390 Need to get 460 kB of archives.
11:01:42 #0 4.390 After this operation, 1237 kB of additional disk space will be used.
11:01:42 #0 4.390 Get:1 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
11:01:42 #0 4.396 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
11:01:42 #0 4.590 debconf: delaying package configuration, since apt-utils is not installed
11:01:42 #0 4.648 Fetched 460 kB in 0s (1610 kB/s)
11:01:42 #0 4.681 Selecting previously unselected package libbtrfs0:amd64.
11:01:42 #0 4.681 (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 ... 15722 files and directories currently installed.)
11:01:42 #0 4.694 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
11:01:42 #0 4.704 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
11:01:42 #0 4.774 Selecting previously unselected package libbtrfs-dev:amd64.
11:01:42 #0 4.777 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
11:01:42 #0 4.783 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
11:01:42 #0 5.039 Setting up libbtrfs0:amd64 (5.10.1-2) ...
11:01:42 #0 5.128 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
11:01:42 #0 5.212 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:01:42 #18 DONE 5.4s
11:01:42 
11:01:42 #19 [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
11:01:42 #0 1.071 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:01:42 #0 1.080 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:01:42 #0 1.080 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:01:42 #0 1.167 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:01:42 #0 1.246 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB]
11:01:42 #0 1.338 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
11:01:42 #0 2.473 Fetched 8643 kB in 2s (5107 kB/s)
11:01:42 #0 2.473 Reading package lists...
11:01:42 #0 3.141 Reading package lists...
11:01:42 #0 3.919 Building dependency tree...
11:01:42 #0 4.327 The following additional packages will be installed:
11:01:42 #0 4.327   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
11:01:42 #0 4.327   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
11:01:42 #0 4.327   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
11:01:42 #0 4.327   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
11:01:42 #0 4.328   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
11:01:42 #0 4.328   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
11:01:42 #0 4.328   libsystemd0 libudev1 mingw-w64-common mingw-w64-x86-64-dev
11:01:42 #0 4.330 Suggested packages:
11:01:42 #0 4.330   gcc-10-locales seccomp wine64
11:01:42 #0 4.589 The following NEW packages will be installed:
11:01:42 #0 4.589   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
11:01:42 #0 4.589   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
11:01:42 #0 4.589   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
11:01:42 #0 4.589   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
11:01:42 #0 4.590   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
11:01:42 #0 4.590   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
11:01:42 #0 4.590   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
11:01:42 #0 4.591   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
11:01:42 #0 4.592   mingw-w64-x86-64-dev
11:01:42 #0 4.593 The following packages will be upgraded:
11:01:42 #0 4.594   libsystemd0 libudev1
11:01:42 #0 4.883 2 upgraded, 30 newly installed, 0 to remove and 7 not upgraded.
11:01:42 #0 4.883 Need to get 115 MB of archives.
11:01:42 #0 4.883 After this operation, 645 MB of additional disk space will be used.
11:01:42 #0 4.883 Get:1 http://deb.debian.org/debian bullseye/main amd64 libsystemd0 amd64 247.3-7+deb11u2 [376 kB]
11:01:42 #0 4.924 Get:2 http://deb.debian.org/debian bullseye/main amd64 libudev1 amd64 247.3-7+deb11u2 [168 kB]
11:01:42 #0 4.926 Get:3 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
11:01:42 #0 4.976 Get:4 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
11:01:42 #0 5.019 Get:5 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
11:01:42 #0 5.020 Get:6 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
11:01:42 #0 5.022 Get:7 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
11:01:42 #0 5.024 Get:8 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
11:01:42 #0 5.097 Get:9 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
11:01:42 #0 5.143 Get:10 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
11:01:42 #0 5.143 Get:11 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]
11:01:42 #0 5.328 Get:12 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
11:01:42 #19 5.709 Get:13 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
11:01:42 #19 5.853 Get:14 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]
11:01:42 #19 5.972 Get:15 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
11:01:42 #19 6.209 Get:16 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
11:01:42 #19 ...
11:01:42 
11:01:42 #20 [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
11:01:42 #0 0.756 + RM_GOPATH=0
11:01:42 #0 0.756 + TMP_GOPATH=
11:01:42 #0 0.756 + : /build
11:01:42 #0 0.756 + '[' -z '' ']'
11:01:42 #0 0.756 ++ mktemp -d
11:01:42 #0 0.757 + export GOPATH=/tmp/tmp.AuxwAJz7Af
11:01:42 #0 0.757 + GOPATH=/tmp/tmp.AuxwAJz7Af
11:01:42 #0 0.757 + RM_GOPATH=1
11:01:42 #0 0.757 + case "$(go env GOARCH)" in
11:01:42 #0 0.757 ++ go env GOARCH
11:01:42 #0 0.761 + export GO_BUILDMODE=-buildmode=pie
11:01:42 #0 0.761 + GO_BUILDMODE=-buildmode=pie
11:01:42 #0 0.761 ++ dirname /tmp/install/install.sh
11:01:42 #0 0.762 + dir=/tmp/install
11:01:42 #0 0.762 + bin=containerd
11:01:42 #0 0.762 + shift
11:01:42 #0 0.762 + '[' '!' -f /tmp/install/containerd.installer ']'
11:01:42 #0 0.762 + . /tmp/install/containerd.installer
11:01:42 #0 0.762 ++ set -e
11:01:42 #0 0.762 ++ : v1.6.20
11:01:42 #0 0.762 + install_containerd
11:01:42 #0 0.762 + echo 'Install containerd version v1.6.20'
11:01:42 #0 0.762 + git clone https://github.com/containerd/containerd.git /tmp/tmp.AuxwAJz7Af/src/github.com/containerd/containerd
11:01:42 #0 0.762 Install containerd version v1.6.20
11:01:42 #0 0.764 Cloning into '/tmp/tmp.AuxwAJz7Af/src/github.com/containerd/containerd'...
11:01:46 #20 ...
11:01:46 
11:01:46 #21 [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
11:01:46 #0 1.140 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:01:46 #0 1.148 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:01:46 #0 1.148 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:01:46 #0 1.246 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
11:01:46 #0 1.352 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB]
11:01:46 #0 1.433 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
11:01:46 #0 2.558 Fetched 8643 kB in 2s (5152 kB/s)
11:01:46 #0 2.558 Reading package lists...
11:01:46 #0 3.268 Reading package lists...
11:01:46 #0 4.060 Building dependency tree...
11:01:46 #0 4.471 The following additional packages will be installed:
11:01:46 #0 4.472   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
11:01:46 #0 4.474 Suggested packages:
11:01:46 #0 4.474   cmake-doc ninja-build lrzip
11:01:46 #0 4.474 Recommended packages:
11:01:46 #0 4.474   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
11:01:46 #0 4.621 The following NEW packages will be installed:
11:01:46 #0 4.623   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
11:01:46 #0 4.623   vim-common xxd
11:01:46 #0 4.923 0 upgraded, 10 newly installed, 0 to remove and 9 not upgraded.
11:01:46 #0 4.923 Need to get 17.7 MB of archives.
11:01:46 #0 4.923 After this operation, 70.7 MB of additional disk space will be used.
11:01:46 #0 4.923 Get:1 http://deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB]
11:01:46 #0 4.930 Get:2 http://deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB]
11:01:46 #0 4.949 Get:3 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
11:01:46 #0 4.976 Get:4 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
11:01:46 #0 5.077 Get:5 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u4 [693 kB]
11:01:46 #0 5.094 Get:6 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
11:01:46 #0 5.100 Get:7 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
11:01:46 #0 5.101 Get:8 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
11:01:46 #0 5.109 Get:9 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
11:01:46 #0 5.113 Get:10 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
11:01:46 #0 5.413 debconf: delaying package configuration, since apt-utils is not installed
11:01:46 #0 5.468 Fetched 17.7 MB in 1s (31.7 MB/s)
11:01:46 #0 5.503 Selecting previously unselected package xxd.
11:01:46 #0 5.503 (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 ... 15722 files and directories currently installed.)
11:01:46 #0 5.516 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ...
11:01:46 #0 5.527 Unpacking xxd (2:8.2.2434-3+deb11u1) ...
11:01:46 #0 5.651 Selecting previously unselected package vim-common.
11:01:46 #0 5.651 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ...
11:01:46 #0 5.680 Unpacking vim-common (2:8.2.2434-3+deb11u1) ...
11:01:46 #0 5.780 Selecting previously unselected package cmake-data.
11:01:46 #0 5.780 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ...
11:01:46 #0 5.790 Unpacking cmake-data (3.18.4-2+deb11u1) ...
11:01:46 #0 6.388 Selecting previously unselected package libicu67:amd64.
11:01:46 #0 6.392 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
11:01:46 #0 6.408 Unpacking libicu67:amd64 (67.1-7) ...
11:01:46 #0 7.321 Selecting previously unselected package libxml2:amd64.
11:01:46 #0 7.321 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7+deb11u4_amd64.deb ...
11:01:46 #0 7.325 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u4) ...
11:01:46 #0 7.429 Selecting previously unselected package libarchive13:amd64.
11:01:46 #0 7.432 Preparing to unpack .../5-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
11:01:46 #0 7.437 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
11:01:46 #0 7.518 Selecting previously unselected package libjsoncpp24:amd64.
11:01:46 #0 7.521 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
11:01:46 #0 7.531 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
11:01:46 #0 7.596 Selecting previously unselected package librhash0:amd64.
11:01:46 #0 7.598 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
11:01:46 #0 7.604 Unpacking librhash0:amd64 (1.4.1-2) ...
11:01:46 #0 7.668 Selecting previously unselected package libuv1:amd64.
11:01:46 #0 7.671 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
11:01:46 #0 7.678 Unpacking libuv1:amd64 (1.40.0-2) ...
11:01:46 #0 7.744 Selecting previously unselected package cmake.
11:01:46 #0 7.747 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ...
11:01:46 #0 7.755 Unpacking cmake (3.18.4-2+deb11u1) ...
11:01:46 #0 8.480 Setting up libicu67:amd64 (67.1-7) ...
11:01:46 #0 8.497 Setting up xxd (2:8.2.2434-3+deb11u1) ...
11:01:46 #0 8.514 Setting up libuv1:amd64 (1.40.0-2) ...
11:01:46 #0 8.531 Setting up vim-common (2:8.2.2434-3+deb11u1) ...
11:01:46 #0 8.565 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
11:01:46 #0 8.581 Setting up librhash0:amd64 (1.4.1-2) ...
11:01:46 #0 8.596 Setting up cmake-data (3.18.4-2+deb11u1) ...
11:01:46 #0 8.619 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u4) ...
11:01:46 #0 8.632 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
11:01:46 #0 8.646 Setting up cmake (3.18.4-2+deb11u1) ...
11:01:46 #0 8.663 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:01:46 #21 ...
11:01:46 
11:01:46 #22 [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
11:01:46 #0 1.036 + RM_GOPATH=0
11:01:46 #0 1.036 + TMP_GOPATH=
11:01:46 #0 1.036 + : /build
11:01:46 #0 1.036 + '[' -z '' ']'
11:01:46 #0 1.037 ++ mktemp -d
11:01:46 #0 1.037 + export GOPATH=/tmp/tmp.rgswMlnrvb
11:01:46 #0 1.037 + GOPATH=/tmp/tmp.rgswMlnrvb
11:01:46 #0 1.037 + RM_GOPATH=1
11:01:46 #0 1.038 + case "$(go env GOARCH)" in
11:01:46 #0 1.038 ++ go env GOARCH
11:01:46 #0 1.042 + export GO_BUILDMODE=-buildmode=pie
11:01:46 #0 1.042 + GO_BUILDMODE=-buildmode=pie
11:01:46 #0 1.043 ++ dirname /tmp/install/install.sh
11:01:46 #0 1.043 + dir=/tmp/install
11:01:46 #0 1.043 + bin=rootlesskit
11:01:46 #0 1.043 + shift
11:01:46 #0 1.043 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
11:01:46 #0 1.043 + . /tmp/install/rootlesskit.installer
11:01:46 #0 1.043 ++ : v0.14.4
11:01:46 #0 1.043 + install_rootlesskit
11:01:46 #0 1.043 + case "$1" in
11:01:46 #0 1.043 + export CGO_ENABLED=0
11:01:46 #0 1.043 + CGO_ENABLED=0
11:01:46 #0 1.043 + _install_rootlesskit
11:01:46 #0 1.044 + echo 'Install rootlesskit version v0.14.4'
11:01:46 #0 1.044 Install rootlesskit version v0.14.4
11:01:46 #0 1.044 + for f in rootlesskit rootlesskit-docker-proxy
11:01:46 #0 1.044 + GOBIN=/build
11:01:46 #0 1.044 + GO111MODULE=on
11:01:46 #0 1.044 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:01:46 #0 1.077 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:01:46 #0 1.991 go: downloading github.com/sirupsen/logrus v1.8.1
11:01:46 #0 1.992 go: downloading github.com/urfave/cli/v2 v2.3.0
11:01:46 #0 1.992 go: downloading github.com/pkg/errors v0.9.1
11:01:46 #0 2.023 go: downloading github.com/google/uuid v1.3.0
11:01:46 #0 2.024 go: downloading github.com/moby/vpnkit v0.5.0
11:01:46 #0 2.025 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:01:46 #0 2.046 go: downloading github.com/gofrs/flock v0.8.1
11:01:46 #0 2.051 go: downloading github.com/gorilla/mux v1.8.0
11:01:46 #0 2.095 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:01:46 #0 2.096 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:01:46 #0 2.150 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:01:46 #0 2.340 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:01:46 #0 2.341 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:01:46 #0 2.462 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:01:46 #0 2.470 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:01:46 #0 9.137 + for f in rootlesskit rootlesskit-docker-proxy
11:01:46 #0 9.137 + GOBIN=/build
11:01:46 #0 9.137 + GO111MODULE=on
11:01:46 #0 9.137 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
11:01:46 #22 ...
11:01:46 
11:01:46 #19 [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
11:01:46 #19 6.309 Get:17 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
11:01:46 #19 6.313 Get:18 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
11:01:46 #19 6.315 Get:19 http://deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
11:01:46 #19 6.329 Get:20 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
11:01:46 #19 6.330 Get:21 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
11:01:46 #19 6.333 Get:22 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
11:01:46 #19 6.334 Get:23 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u2 [123 kB]
11:01:46 #19 6.336 Get:24 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
11:01:46 #19 6.342 Get:25 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB]
11:01:46 #19 6.347 Get:26 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB]
11:01:46 #19 6.350 Get:27 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB]
11:01:46 #19 6.351 Get:28 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB]
11:01:46 #19 6.362 Get:29 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
11:01:46 #19 6.362 Get:30 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
11:01:46 #19 6.363 Get:31 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
11:01:46 #19 6.364 Get:32 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u2 [401 kB]
11:01:46 #19 6.499 debconf: delaying package configuration, since apt-utils is not installed
11:01:46 #19 6.537 Fetched 115 MB in 2s (65.2 MB/s)
11:01:46 #19 6.569 (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 ... 15722 files and directories currently installed.)
11:01:46 #19 6.576 Preparing to unpack .../libsystemd0_247.3-7+deb11u2_amd64.deb ...
11:01:46 #19 6.592 Unpacking libsystemd0:amd64 (247.3-7+deb11u2) over (247.3-7+deb11u1) ...
11:01:46 #19 6.692 Setting up libsystemd0:amd64 (247.3-7+deb11u2) ...
11:01:46 #19 6.742 (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 ... 15722 files and directories currently installed.)
11:01:46 #19 6.752 Preparing to unpack .../libudev1_247.3-7+deb11u2_amd64.deb ...
11:01:46 #19 6.767 Unpacking libudev1:amd64 (247.3-7+deb11u2) over (247.3-7+deb11u1) ...
11:01:46 #19 6.827 Setting up libudev1:amd64 (247.3-7+deb11u2) ...
11:01:46 #19 6.873 Selecting previously unselected package binutils-mingw-w64-i686.
11:01:46 #19 6.873 (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 ... 15722 files and directories currently installed.)
11:01:46 #19 6.883 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
11:01:46 #19 6.887 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
11:01:46 #19 7.198 Selecting previously unselected package binutils-mingw-w64-x86-64.
11:01:46 #19 7.200 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
11:01:46 #19 7.205 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
11:01:46 #19 7.634 Selecting previously unselected package binutils-mingw-w64.
11:01:46 #19 7.636 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
11:01:46 #19 7.644 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
11:01:46 #19 7.710 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:01:46 #19 7.713 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
11:01:46 #19 7.720 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
11:01:46 #19 7.776 Selecting previously unselected package dmsetup.
11:01:46 #19 7.778 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
11:01:46 #19 7.783 Unpacking dmsetup (2:1.02.175-2.1) ...
11:01:46 #19 7.848 Selecting previously unselected package mingw-w64-common.
11:01:46 #19 7.850 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
11:01:46 #19 7.855 Unpacking mingw-w64-common (8.0.0-1) ...
11:01:46 #19 8.581 Selecting previously unselected package mingw-w64-x86-64-dev.
11:01:46 #19 8.584 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
11:01:46 #19 8.591 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
11:01:46 #19 9.649 Selecting previously unselected package gcc-mingw-w64-base.
11:01:46 #19 9.653 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
11:01:46 #19 9.682 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
11:01:46 #19 9.801 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
11:01:46 #19 9.803 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
11:01:46 #19 9.827 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
11:01:47 #19 ...
11:01:47 
11:01:47 #21 [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
11:01:47 #21 DONE 10.6s
11:01:47 
11:01:47 #22 [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
11:01:47 #22 DONE 10.6s
11:01:47 
11:01:47 #23 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
11:01:47 #23 DONE 0.1s
11:01:47 
11:01:47 #24 [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
11:01:47 #24 ...
11:01:47 
11:01:47 #25 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
11:01:47 #25 DONE 0.1s
11:01:47 
11:01:47 #20 [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
11:01:47 #20 ...
11:01:47 
11:01:47 #19 [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
11:01:47 #19 11.11 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
11:01:47 #19 11.11 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
11:01:47 #19 11.11 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:01:49 #19 ...
11:01:49 
11:01:49 #24 [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
11:01:49 #24 0.747 + RM_GOPATH=0
11:01:49 #24 0.747 + TMP_GOPATH=
11:01:49 #24 0.747 + : /build
11:01:49 #24 0.747 + '[' -z '' ']'
11:01:49 #24 0.747 ++ mktemp -d
11:01:49 #24 0.747 + export GOPATH=/tmp/tmp.elHIVCjggs
11:01:49 #24 0.747 + GOPATH=/tmp/tmp.elHIVCjggs
11:01:49 #24 0.747 + RM_GOPATH=1
11:01:49 #24 0.747 + case "$(go env GOARCH)" in
11:01:49 #24 0.747 ++ go env GOARCH
11:01:49 #24 0.757 + export GO_BUILDMODE=-buildmode=pie
11:01:49 #24 0.757 + GO_BUILDMODE=-buildmode=pie
11:01:49 #24 0.757 ++ dirname /tmp/install/install.sh
11:01:49 #24 0.757 + dir=/tmp/install
11:01:49 #24 0.757 + bin=tini
11:01:49 #24 0.757 + shift
11:01:49 #24 0.757 + '[' '!' -f /tmp/install/tini.installer ']'
11:01:49 #24 0.757 + . /tmp/install/tini.installer
11:01:49 #24 0.757 ++ : v0.19.0
11:01:49 #24 0.757 + install_tini
11:01:49 #24 0.757 + echo 'Install tini version v0.19.0'
11:01:49 #24 0.757 + git clone https://github.com/krallin/tini.git /tmp/tmp.elHIVCjggs/tini
11:01:49 #24 0.757 Install tini version v0.19.0
11:01:49 #24 0.760 Cloning into '/tmp/tmp.elHIVCjggs/tini'...
11:01:49 #24 1.140 + cd /tmp/tmp.elHIVCjggs/tini
11:01:49 #24 1.140 + git checkout -q v0.19.0
11:01:49 #24 1.143 + cmake .
11:01:49 #24 1.217 -- The C compiler identification is GNU 10.2.1
11:01:49 #24 1.227 -- Detecting C compiler ABI info
11:01:49 #24 1.297 -- Detecting C compiler ABI info - done
11:01:49 #24 1.312 -- Check for working C compiler: /usr/bin/cc - skipped
11:01:49 #24 1.312 -- Detecting C compile features
11:01:49 #24 1.313 -- Detecting C compile features - done
11:01:49 #24 1.320 -- Performing Test HAS_BUILTIN_FORTIFY
11:01:49 #24 1.346 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:01:49 #24 1.358 -- Configuring done
11:01:49 #24 1.362 -- Generating done
11:01:49 #24 1.362 -- Build files have been written to: /tmp/tmp.elHIVCjggs/tini
11:01:49 #24 1.364 + make tini-static
11:01:49 #24 1.404 Scanning dependencies of target tini-static
11:01:49 #24 1.413 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:01:49 #24 1.573 [100%] Linking C executable tini-static
11:01:49 #24 1.657 [100%] Built target tini-static
11:01:49 #24 1.667 + mkdir -p /build
11:01:49 #24 1.668 + cp tini-static /build/docker-init
11:01:49 #24 DONE 1.9s
11:01:49 
11:01:49 #20 [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
11:01:49 #20 6.902 + cd /tmp/tmp.AuxwAJz7Af/src/github.com/containerd/containerd
11:01:49 #20 6.902 + git checkout -q v1.6.20
11:01:49 #20 7.661 + export 'BUILDTAGS=netgo osusergo static_build'
11:01:49 #20 7.661 + BUILDTAGS='netgo osusergo static_build'
11:01:49 #20 7.661 + export EXTRA_FLAGS=-buildmode=pie
11:01:49 #20 7.661 + EXTRA_FLAGS=-buildmode=pie
11:01:49 #20 7.661 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
11:01:49 #20 7.661 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
11:01:49 #20 7.661 + '[' '' = dynamic ']'
11:01:49 #20 7.661 + make
11:01:50 #20 8.386 + bin/ctr
11:01:56 #20 ...
11:01:56 
11:01:56 #19 [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
11:01:56 #19 13.52 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
11:01:56 #19 13.52 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
11:01:56 #19 13.53 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:01:56 #19 14.59 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
11:01:56 #19 14.59 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
11:01:56 #19 14.60 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
11:01:56 #19 15.78 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
11:01:56 #19 15.78 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
11:01:56 #19 15.78 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:01:56 #19 18.66 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
11:01:56 #19 18.66 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
11:01:56 #19 18.67 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:01:56 #19 20.07 Selecting previously unselected package g++-mingw-w64-x86-64.
11:01:56 #19 20.07 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
11:01:56 #19 20.08 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
11:01:56 #19 20.15 Selecting previously unselected package libapparmor1:amd64.
11:01:56 #19 20.15 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
11:01:56 #19 20.16 Unpacking libapparmor1:amd64 (2.13.6-10) ...
11:01:56 #19 20.22 Selecting previously unselected package libapparmor-dev:amd64.
11:01:56 #19 20.22 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
11:01:56 #19 20.23 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
11:01:56 #19 20.32 Selecting previously unselected package libbtrfs0:amd64.
11:01:56 #19 20.32 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
11:01:56 #19 20.32 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
11:01:56 #19 20.40 Selecting previously unselected package libbtrfs-dev:amd64.
11:01:56 #19 20.40 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
11:01:56 #19 20.41 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
11:01:56 #19 20.50 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
11:01:57 #19 20.50 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
11:01:57 #19 20.51 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
11:01:57 #19 20.56 Selecting previously unselected package libudev-dev:amd64.
11:01:57 #19 20.56 Preparing to unpack .../20-libudev-dev_247.3-7+deb11u2_amd64.deb ...
11:01:57 #19 20.58 Unpacking libudev-dev:amd64 (247.3-7+deb11u2) ...
11:01:57 #19 20.64 Selecting previously unselected package libsepol1-dev:amd64.
11:01:57 #19 20.65 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
11:01:57 #19 20.65 Unpacking libsepol1-dev:amd64 (3.1-1) ...
11:01:57 #19 20.75 Selecting previously unselected package libpcre2-16-0:amd64.
11:01:57 #19 20.75 Preparing to unpack .../22-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ...
11:01:57 #19 20.76 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
11:01:57 #19 20.85 Selecting previously unselected package libpcre2-32-0:amd64.
11:01:57 #19 20.85 Preparing to unpack .../23-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ...
11:01:57 #19 20.86 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
11:01:57 #19 20.93 Selecting previously unselected package libpcre2-posix2:amd64.
11:01:57 #19 20.93 Preparing to unpack .../24-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ...
11:01:57 #19 20.94 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
11:01:57 #19 20.98 Selecting previously unselected package libpcre2-dev:amd64.
11:01:57 #19 20.99 Preparing to unpack .../25-libpcre2-dev_10.36-2+deb11u1_amd64.deb ...
11:01:57 #19 20.99 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ...
11:01:57 #19 21.16 Selecting previously unselected package libselinux1-dev:amd64.
11:01:57 #19 21.16 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
11:01:57 #19 21.17 Unpacking libselinux1-dev:amd64 (3.1-3) ...
11:01:57 #19 21.25 Selecting previously unselected package libdevmapper-dev:amd64.
11:01:57 #19 21.26 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
11:01:57 #19 21.26 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
11:01:57 #19 21.33 Selecting previously unselected package libseccomp-dev:amd64.
11:01:57 #19 21.34 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
11:01:57 #19 21.34 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:01:57 #19 21.41 Selecting previously unselected package libsystemd-dev:amd64.
11:01:57 #19 21.41 Preparing to unpack .../29-libsystemd-dev_247.3-7+deb11u2_amd64.deb ...
11:01:57 #19 21.42 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u2) ...
11:01:58 #19 21.59 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
11:01:58 #19 21.61 Setting up libapparmor1:amd64 (2.13.6-10) ...
11:01:58 #19 21.62 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
11:01:58 #19 21.64 Setting up libsepol1-dev:amd64 (3.1-1) ...
11:01:58 #19 21.65 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
11:01:58 #19 21.67 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
11:01:58 #19 21.68 Setting up libbtrfs0:amd64 (5.10.1-2) ...
11:01:58 #19 21.70 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
11:01:58 #19 21.71 Setting up libudev-dev:amd64 (247.3-7+deb11u2) ...
11:01:58 #19 21.73 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
11:01:58 #19 21.74 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
11:01:58 #19 21.75 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
11:01:58 #19 21.77 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
11:01:58 #19 21.78 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
11:01:58 #19 21.81 Setting up mingw-w64-common (8.0.0-1) ...
11:01:58 #19 21.83 Setting up libsystemd-dev:amd64 (247.3-7+deb11u2) ...
11:01:58 #19 21.84 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
11:01:58 #19 21.86 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ...
11:01:58 #19 21.87 Setting up libselinux1-dev:amd64 (3.1-3) ...
11:01:58 #19 21.89 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
11:01:58 #19 21.90 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:01:58 #19 21.92 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
11:01:58 #19 21.93 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:01:58 #19 21.95 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
11:01:58 #19 21.96 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
11:01:58 #19 21.97 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
11:01:58 #19 21.98 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
11:01:58 #19 22.00 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
11:01:58 #19 22.04 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
11:01:58 #19 22.06 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
11:01:58 #19 22.08 Setting up dmsetup (2:1.02.175-2.1) ...
11:01:58 #19 22.09 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
11:01:58 #19 22.11 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
11:01:58 #19 22.13 Processing triggers for libc-bin (2.31-13+deb11u5) ...
11:01:59 #19 DONE 23.1s
11:01:59 
11:01:59 #20 [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
11:01:59 #20 ...
11:01:59 
11:01:59 #26 [binary-base 1/7] COPY --from=tini        /build/ /usr/local/bin/
11:01:59 #26 DONE 0.1s
11:01:59 
11:01:59 #27 [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
11:02:00 #27 0.712 + RM_GOPATH=0
11:02:00 #27 0.712 + TMP_GOPATH=
11:02:00 #27 0.712 + : /build
11:02:00 #27 0.712 + '[' -z '' ']'
11:02:00 #27 0.713 ++ mktemp -d
11:02:00 #27 0.714 + export GOPATH=/tmp/tmp.sPNe2RykrZ
11:02:00 #27 0.714 + GOPATH=/tmp/tmp.sPNe2RykrZ
11:02:00 #27 0.714 + RM_GOPATH=1
11:02:00 #27 0.714 + case "$(go env GOARCH)" in
11:02:00 #27 0.714 ++ go env GOARCH
11:02:00 #27 0.725 + export GO_BUILDMODE=-buildmode=pie
11:02:00 #27 0.725 + GO_BUILDMODE=-buildmode=pie
11:02:00 #27 0.725 ++ dirname /tmp/install/install.sh
11:02:00 #27 0.726 + dir=/tmp/install
11:02:00 #27 0.726 + bin=runc
11:02:00 #27 0.726 + shift
11:02:00 #27 0.726 + '[' '!' -f /tmp/install/runc.installer ']'
11:02:00 #27 0.726 + . /tmp/install/runc.installer
11:02:00 #27 0.726 ++ set -e
11:02:00 #27 0.726 ++ : v1.1.5
11:02:00 #27 0.726 + install_runc
11:02:00 #27 0.726 Install runc version v1.1.5 (build tags: seccomp)
11:02:00 #27 0.726 + RUNC_BUILDTAGS=seccomp
11:02:00 #27 0.726 + echo 'Install runc version v1.1.5 (build tags: seccomp)'
11:02:00 #27 0.726 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.sPNe2RykrZ/src/github.com/opencontainers/runc
11:02:00 #27 0.729 Cloning into '/tmp/tmp.sPNe2RykrZ/src/github.com/opencontainers/runc'...
11:02:02 #27 2.808 + cd /tmp/tmp.sPNe2RykrZ/src/github.com/opencontainers/runc
11:02:02 #27 2.809 + git checkout -q v1.1.5
11:02:02 #27 3.031 + '[' -z '' ']'
11:02:02 #27 3.031 + target=static
11:02:02 #27 3.031 + make BUILDTAGS=seccomp static
11:02:02 #27 3.272 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.5-0-gf19387a6 -X main.version=1.1.5 " -o runc .
11:02:13 #27 ...
11:02:13 
11:02:13 #20 [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
11:02:13 #20 31.12 + bin/containerd
11:02:23 #20 ...
11:02:23 
11:02:23 #27 [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
11:02:23 #27 23.07 + mkdir -p /build
11:02:23 #27 23.07 + cp runc /build/runc
11:02:23 #27 DONE 24.1s
11:02:23 
11:02:23 #20 [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
11:02:24 #20 ...
11:02:24 
11:02:24 #28 [binary-base 2/7] COPY --from=runc        /build/ /usr/local/bin/
11:02:24 #28 DONE 0.1s
11:02:24 
11:02:24 #20 [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
11:02:35 #20 52.07 # github.com/containerd/containerd/cmd/containerd
11:02:35 #20 52.07 /usr/bin/ld: /tmp/go-link-2594235993/000019.o: in function `New':
11:02:35 #20 52.07 /tmp/tmp.AuxwAJz7Af/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
11:02:35 #20 52.15 + bin/containerd-stress
11:02:35 #20 52.98 + bin/containerd-shim
11:02:39 #20 57.14 + bin/containerd-shim-runc-v1
11:02:41 #20 59.46 + bin/containerd-shim-runc-v2
11:02:42 #20 60.00 + binaries
11:02:42 #20 60.00 + install -D bin/containerd /build/containerd
11:02:42 #20 60.03 + install -D bin/containerd-shim /build/containerd-shim
11:02:42 #20 60.04 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
11:02:42 #20 60.04 + install -D bin/ctr /build/ctr
11:02:42 #20 DONE 60.8s
11:02:43 
11:02:43 #29 [binary-base 3/7] COPY --from=containerd  /build/ /usr/local/bin/
11:02:43 #29 DONE 0.3s
11:02:43 
11:02:43 #30 [binary-base 4/7] COPY --from=rootlesskit /build/ /usr/local/bin/
11:02:43 #30 DONE 0.1s
11:02:44 
11:02:44 #31 [binary-base 5/7] COPY --from=proxy       /build/ /usr/local/bin/
11:02:44 #31 DONE 0.1s
11:02:44 
11:02:44 #32 [binary-base 6/7] COPY --from=vpnkit      /build/ /usr/local/bin/
11:02:44 #32 DONE 0.2s
11:02:44 
11:02:44 #33 [binary-base 7/7] WORKDIR /go/src/github.com/docker/docker
11:02:44 #33 DONE 0.1s
11:02:44 
11:02:44 #34 [build-binary 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=bind,target=/go/src/github.com/docker/docker         hack/make.sh binary
11:02:44 #34 0.352 
11:02:44 #34 0.409 Removing /build/bundles/
11:02:44 #34 0.410 
11:02:44 #34 0.415 ---> Making bundle: binary (in /build/bundles/binary)
11:02:44 #34 0.443 Building: /build/bundles/binary-daemon/dockerd-0.0.0-20230406105517-b82b9f3
11:02:44 #34 0.443 GOOS="" GOARCH="" GOARM=""
11:03:11 #34 26.55 Created binary: /build/bundles/binary-daemon/dockerd-0.0.0-20230406105517-b82b9f3
11:03:11 #34 26.99 Copying nested executables into /build/bundles/binary-daemon
11:03:12 #34 28.24 
11:03:13 #34 DONE 29.4s
11:03:14 
11:03:14 #35 [binary 1/1] COPY --from=build-binary /build/bundles/ /
11:03:14 #35 DONE 0.6s
11:03:14 
11:03:14 #36 exporting to client
11:03:14 #36 copying files 42.60MB 0.1s
11:03:15 #36 copying files 206.34MB 0.5s done
11:03:15 #36 DONE 0.5s
11:03:15 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker'
11:03:15 mkdir -p build/linux/docker
11:03:15 cp /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/build/docker build/linux/docker/
11:03:15 for f in dockerd containerd ctr containerd-shim containerd-shim-runc-v2 docker-init docker-proxy runc; do \
11:03:15 	cp -L /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/bundles/binary-daemon/$f build/linux/docker/$f; \
11:03:15 done
11:03:15 tar -C build/linux -c -z -f build/linux/docker-0.0.0-20230406105517-b82b9f3.tgz docker
11:03:25 # extra binaries for running rootless
11:03:25 mkdir -p build/linux/docker-rootless-extras
11:03:25 for f in rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh dockerd-rootless-setuptool.sh vpnkit; do \
11:03:25 	if [ -f /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/bundles/binary-daemon/$f ]; then \
11:03:25 		cp -L /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/bundles/binary-daemon/$f build/linux/docker-rootless-extras/$f; \
11:03:25 	fi \
11:03:25 done
11:03:25 tar -C build/linux -c -z -f build/linux/docker-rootless-extras-0.0.0-20230406105517-b82b9f3.tgz docker-rootless-extras
11:03:28 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/static'