Skip to content

Console Output

13:48:41 + make REF=20.10 DOCKER_BUILD_PKGS=static-linux static
13:48:41 git init src/github.com/docker/cli
13:48:41 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
13:48:41 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:48:41 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
13:48:41 + SRC=src/github.com/docker/cli
13:48:41 + REF=20.10
13:48:41 + REF_FETCH=20.10
13:48:41 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
13:48:41 + awk {print $2}
13:48:41 + REF=refs/heads/20.10
13:48:41 + [ -n refs/heads/20.10 ]
13:48:41 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:41 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:48:43 From https://github.com/docker/cli
13:48:43  * [new branch]      20.10      -> 20.10
13:48:43  * [new tag]         v20.10.16  -> v20.10.16
13:48:43  * [new branch]      20.10      -> origin/20.10
13:48:43 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
13:48:43 git init src/github.com/docker/docker
13:48:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
13:48:43 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:48:43 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
13:48:43 + SRC=src/github.com/docker/docker
13:48:43 + REF=20.10
13:48:43 + REF_FETCH=20.10
13:48:43 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
13:48:43 + awk {print $2}
13:48:43 + REF=refs/heads/20.10
13:48:43 + [ -n refs/heads/20.10 ]
13:48:43 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:43 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:48:45 From https://github.com/docker/docker
13:48:45  * [new branch]      20.10      -> 20.10
13:48:45  * [new branch]      20.10      -> origin/20.10
13:48:45 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
13:48:46 git init src/github.com/docker/compose
13:48:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
13:48:46 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:48:46 ./scripts/checkout.sh src/github.com/docker/compose "v2.6.0"
13:48:46 + SRC=src/github.com/docker/compose
13:48:46 + REF=v2.6.0
13:48:46 + REF_FETCH=v2.6.0
13:48:46 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.6.0
13:48:46 + awk {print $2}
13:48:46 + REF=refs/tags/v2.6.0
13:48:46 + [ -n refs/tags/v2.6.0 ]
13:48:46 + REF_FETCH=refs/tags/v2.6.0:refs/tags/v2.6.0
13:48:46 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.6.0:refs/tags/v2.6.0
13:48:46 From https://github.com/docker/compose
13:48:46  * [new tag]         v2.6.0     -> v2.6.0
13:48:46 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.6.0
13:48:46 git init src/github.com/docker/scan-cli-plugin
13:48:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
13:48:46 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:48:46 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:48:46 + SRC=src/github.com/docker/scan-cli-plugin
13:48:46 + REF=v0.17.0
13:48:46 + REF_FETCH=v0.17.0
13:48:46 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
13:48:46 + awk {print $2}
13:48:46 + REF=refs/tags/v0.17.0
13:48:46 + [ -n refs/tags/v0.17.0 ]
13:48:46 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
13:48:46 + 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
13:48:46 From https://github.com/docker/scan-cli-plugin
13:48:46  * [new tag]         v0.17.0    -> v0.17.0
13:48:46 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:48:46 for p in static-linux; do \
13:48:46 	make -C static VERSION=0.0.1-dev GO_VERSION=1.17.10 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
13:48:46 done
13:48:46 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/static'
13:48:46 cd /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli && VERSION=0.0.0-20220511162217-aa7e414 docker buildx bake --set binary.platform= --set binary.args.CGO_ENABLED= binary
13:48:47 #1 [internal] load build definition from Dockerfile
13:48:47 #1 transferring dockerfile: 1.78kB done
13:48:47 #1 DONE 0.0s
13:48:47 
13:48:47 #2 [internal] load .dockerignore
13:48:47 #2 transferring context: 112B done
13:48:47 #2 DONE 0.0s
13:48:47 
13:48:47 #3 [auth] docker/dockerfile:pull token for registry-1.docker.io
13:48:47 #3 DONE 0.0s
13:48:47 
13:48:47 #4 resolve image config for docker.io/docker/dockerfile:1.3
13:48:47 #4 DONE 0.2s
13:48:47 
13:48:47 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
13:48:47 #5 CACHED
13:48:47 
13:48:47 #6 [internal] load .dockerignore
13:48:47 #6 DONE 0.0s
13:48:47 
13:48:47 #7 [internal] load build definition from Dockerfile
13:48:47 #7 DONE 0.0s
13:48:47 
13:48:47 #8 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
13:48:47 #8 DONE 0.0s
13:48:47 
13:48:47 #9 [auth] library/golang:pull token for registry-1.docker.io
13:48:47 #9 DONE 0.0s
13:48:47 
13:48:47 #10 [auth] tonistiigi/xx:pull token for registry-1.docker.io
13:48:47 #10 DONE 0.0s
13:48:47 
13:48:47 #11 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
13:48:47 #11 DONE 0.1s
13:48:47 
13:48:47 #12 [internal] load metadata for docker.io/tonistiigi/xx:1.1.0
13:48:47 #12 DONE 0.2s
13:48:47 
13:48:47 #13 [internal] load metadata for docker.io/library/golang:1.17.10-alpine
13:48:47 #13 DONE 0.3s
13:48:48 
13:48:48 #14 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
13:48:48 #14 CACHED
13:48:48 
13:48:48 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:48:48 #15 CACHED
13:48:48 
13:48:48 #16 [build-base-alpine 1/4] FROM docker.io/library/golang:1.17.10-alpine@sha256:01df6d20e4112b5a60a541fb9d1b30ba54e40cdacb5045c79a528d576fdb40f7
13:48:48 #16 resolve docker.io/library/golang:1.17.10-alpine@sha256:01df6d20e4112b5a60a541fb9d1b30ba54e40cdacb5045c79a528d576fdb40f7 done
13:48:48 #16 sha256:379ffa369056948016d249730d84cdf7cf06e7b4807db2abaee5aea8e7679caf 0B / 109.86MB 0.1s
13:48:48 #16 sha256:6ac211c85e604c902051450c9771d25785d45b3aa508f2b184d9ac547e9a9527 0B / 157B 0.1s
13:48:48 #16 sha256:01df6d20e4112b5a60a541fb9d1b30ba54e40cdacb5045c79a528d576fdb40f7 1.65kB / 1.65kB done
13:48:48 #16 sha256:b35861e04cfd5520a3875bfcdc9c91d1e8a326eee604ae22879b5729294846ee 1.36kB / 1.36kB done
13:48:48 #16 sha256:7484e68a614f38e41059b1c13ef7166fa8f60762c8519b5cf007d4c37b0c4575 5.24kB / 5.24kB done
13:48:48 #16 sha256:379ffa369056948016d249730d84cdf7cf06e7b4807db2abaee5aea8e7679caf 9.44MB / 109.86MB 0.2s
13:48:48 #16 sha256:6ac211c85e604c902051450c9771d25785d45b3aa508f2b184d9ac547e9a9527 157B / 157B 0.1s done
13:48:48 #16 sha256:379ffa369056948016d249730d84cdf7cf06e7b4807db2abaee5aea8e7679caf 19.92MB / 109.86MB 0.3s
13:48:48 #16 sha256:379ffa369056948016d249730d84cdf7cf06e7b4807db2abaee5aea8e7679caf 30.41MB / 109.86MB 0.4s
13:48:48 #16 sha256:379ffa369056948016d249730d84cdf7cf06e7b4807db2abaee5aea8e7679caf 38.91MB / 109.86MB 0.5s
13:48:48 #16 sha256:379ffa369056948016d249730d84cdf7cf06e7b4807db2abaee5aea8e7679caf 45.26MB / 109.86MB 0.6s
13:48:48 #16 sha256:379ffa369056948016d249730d84cdf7cf06e7b4807db2abaee5aea8e7679caf 68.16MB / 109.86MB 0.8s
13:48:48 #16 sha256:379ffa369056948016d249730d84cdf7cf06e7b4807db2abaee5aea8e7679caf 79.69MB / 109.86MB 0.9s
13:48:49 #16 sha256:379ffa369056948016d249730d84cdf7cf06e7b4807db2abaee5aea8e7679caf 85.98MB / 109.86MB 1.0s
13:48:49 #16 sha256:379ffa369056948016d249730d84cdf7cf06e7b4807db2abaee5aea8e7679caf 94.37MB / 109.86MB 1.1s
13:48:49 #16 sha256:379ffa369056948016d249730d84cdf7cf06e7b4807db2abaee5aea8e7679caf 109.86MB / 109.86MB 1.3s
13:48:49 #16 sha256:379ffa369056948016d249730d84cdf7cf06e7b4807db2abaee5aea8e7679caf 109.86MB / 109.86MB 1.6s done
13:48:49 #16 extracting sha256:379ffa369056948016d249730d84cdf7cf06e7b4807db2abaee5aea8e7679caf
13:48:49 #16 ...
13:48:49 
13:48:49 #17 [internal] load build context
13:48:49 #17 transferring context: 50.59MB 1.8s done
13:48:49 #17 DONE 1.9s
13:48:49 
13:48:49 #16 [build-base-alpine 1/4] FROM docker.io/library/golang:1.17.10-alpine@sha256:01df6d20e4112b5a60a541fb9d1b30ba54e40cdacb5045c79a528d576fdb40f7
13:48:54 #16 extracting sha256:379ffa369056948016d249730d84cdf7cf06e7b4807db2abaee5aea8e7679caf 4.2s done
13:48:54 #16 extracting sha256:6ac211c85e604c902051450c9771d25785d45b3aa508f2b184d9ac547e9a9527
13:48:54 #16 extracting sha256:6ac211c85e604c902051450c9771d25785d45b3aa508f2b184d9ac547e9a9527 done
13:48:54 #16 DONE 6.4s
13:48:54 
13:48:54 #18 [build-base-alpine 2/4] COPY --from=xx / /
13:48:56 #18 DONE 1.4s
13:48:56 
13:48:56 #19 [build-base-alpine 3/4] RUN apk add --no-cache clang lld llvm file git
13:48:56 #19 0.337 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
13:48:57 #19 1.412 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
13:48:57 #19 1.612 (1/18) Installing libffi (3.4.2-r1)
13:48:57 #19 1.615 (2/18) Installing libgcc (11.2.1_git20220219-r2)
13:48:57 #19 1.618 (3/18) Installing libstdc++ (11.2.1_git20220219-r2)
13:48:57 #19 1.635 (4/18) Installing xz-libs (5.2.5-r1)
13:48:57 #19 1.639 (5/18) Installing libxml2 (2.9.14-r0)
13:48:57 #19 1.658 (6/18) Installing llvm13-libs (13.0.1-r2)
13:48:58 #19 2.453 (7/18) Installing clang-libs (13.0.1-r1)
13:48:58 #19 3.182 (8/18) Installing clang (13.0.1-r1)
13:48:58 #19 3.257 (9/18) Installing libmagic (5.41-r0)
13:48:59 #19 3.283 (10/18) Installing file (5.41-r0)
13:48:59 #19 3.285 (11/18) Installing brotli-libs (1.0.9-r6)
13:48:59 #19 3.294 (12/18) Installing nghttp2-libs (1.47.0-r0)
13:48:59 #19 3.297 (13/18) Installing libcurl (7.83.1-r1)
13:48:59 #19 3.304 (14/18) Installing expat (2.4.8-r0)
13:48:59 #19 3.308 (15/18) Installing pcre2 (10.39-r0)
13:48:59 #19 3.315 (16/18) Installing git (2.36.1-r0)
13:48:59 #19 3.436 (17/18) Installing lld (13.0.1-r0)
13:48:59 #19 3.476 (18/18) Installing llvm13 (13.0.1-r2)
13:48:59 #19 3.984 Executing busybox-1.35.0-r13.trigger
13:49:00 #19 3.989 OK: 310 MiB in 33 packages
13:49:03 #19 DONE 7.0s
13:49:03 
13:49:03 #20 [build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
13:49:03 #20 DONE 0.1s
13:49:03 
13:49:03 #21 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
13:49:03 #21 0.374 + apk  --root / add --no-cache musl-dev gcc
13:49:03 #21 0.379 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
13:49:04 #21 1.462 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
13:49:04 #21 1.652 (1/9) Installing binutils (2.38-r2)
13:49:04 #21 1.740 (2/9) Installing libgomp (11.2.1_git20220219-r2)
13:49:04 #21 1.745 (3/9) Installing libatomic (11.2.1_git20220219-r2)
13:49:04 #21 1.747 (4/9) Installing gmp (6.2.1-r2)
13:49:04 #21 1.754 (5/9) Installing isl22 (0.22-r0)
13:49:04 #21 1.770 (6/9) Installing mpfr4 (4.1.0-r0)
13:49:04 #21 1.794 (7/9) Installing mpc1 (1.2.1-r0)
13:49:04 #21 1.797 (8/9) Installing gcc (11.2.1_git20220219-r2)
13:49:05 #21 2.577 (9/9) Installing musl-dev (1.2.3-r0)
13:49:05 #21 2.645 Executing busybox-1.35.0-r13.trigger
13:49:05 #21 2.650 OK: 421 MiB in 42 packages
13:49:06 #21 DONE 3.5s
13:49:06 
13:49:06 #22 [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
13:49:07 #22 0.499 Building static docker-linux-amd64
13:50:43 #22 DONE 92.8s
13:50:43 
13:50:43 #23 [binary 1/1] COPY --from=build /out .
13:50:43 #23 DONE 0.1s
13:50:43 
13:50:43 #24 exporting to client
13:50:43 #24 copying files 20.49MB 0.1s
13:50:43 #24 copying files 50.52MB 0.3s done
13:50:43 #24 DONE 0.4s
13:50:43 make -C /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker VERSION=0.0.0-20220511162217-aa7e414 DOCKER_BUILD_OPTS="" binary
13:50:43 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker'
13:50:43 mkdir -p autogen
13:50:43 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 .
13:50:43 #1 [internal] load build definition from Dockerfile
13:50:43 #1 sha256:f48d3abf1ac37ff56115b600f694132f1a4f41fc3b10320521ce479eccc50616
13:50:43 #1 transferring dockerfile: 17.05kB done
13:50:43 #1 DONE 0.0s
13:50:43 
13:50:43 #2 [internal] load .dockerignore
13:50:43 #2 sha256:6c62d9539952cb3f87ab41aab73a2085d1180c24fef0d9f7da126788db782c82
13:50:43 #2 transferring context: 87B done
13:50:43 #2 DONE 0.0s
13:50:43 
13:50:43 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
13:50:43 #4 sha256:3c97abf958bb2743e7e94382bacb5ad66a0605855d849bfa1e8a84d09bf76c3f
13:50:43 #4 DONE 0.0s
13:50:43 
13:50:43 #3 resolve image config for docker.io/docker/dockerfile:1.2
13:50:43 #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
13:50:43 #3 DONE 0.3s
13:50:43 
13:50:43 #5 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
13:50:43 #5 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
13:50:43 #5 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
13:50:43 #5 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
13:50:43 #5 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
13:50:43 #5 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 2.10MB / 9.64MB 0.1s
13:50:43 #5 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
13:50:43 #5 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done
13:50:43 #5 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
13:50:43 #5 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done
13:50:43 #5 DONE 0.4s
13:50:43 
13:50:43 #9 [auth] library/golang:pull token for registry-1.docker.io
13:50:43 #9 sha256:6bf5cb8e99b58dd873fd0d259fab4262caeabdfbffe04dec7fb9261fd6a3982e
13:50:43 #9 DONE 0.0s
13:50:43 
13:50:43 #10 [auth] djs55/vpnkit:pull token for registry-1.docker.io
13:50:43 #10 sha256:e7dd7831e0ace112dc3157be1fa1ed10edae8856a00a5eb3949b11024060ae34
13:50:43 #10 DONE 0.0s
13:50:43 
13:50:43 #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:50:43 #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
13:50:43 #8 DONE 0.1s
13:50:43 
13:50:43 #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
13:50:43 #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
13:50:43 #7 DONE 0.1s
13:50:43 
13:50:43 #6 [internal] load metadata for docker.io/library/golang:1.17.10-buster
13:50:43 #6 sha256:7b9eb7dcc5c2d4b613a269eb69c4bf41077842cd7f23f8466c2357e9bb270df5
13:50:43 #6 DONE 0.3s
13:50:43 
13:50:43 #33 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:50:43 #33 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
13:50:43 #33 DONE 0.0s
13:50:43 
13:50:43 #31 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
13:50:43 #31 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
13:50:43 #31 DONE 0.0s
13:50:43 
13:50:43 #11 [base 1/3] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:50:43 #11 sha256:751849c652dcaf96b3ea9ce742cb067f0521e74ed0a1d20bee59d52e49cdea03
13:50:43 #11 resolve docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a done
13:50:43 #11 sha256:8b047e8f2e47bdf998a952572ae5e9d64edf8e29b716be0ee50a15e6d21cb2ce 0B / 10.00MB 0.1s
13:50:43 #11 sha256:982cba7e471c6d3ce96014cf58b2e4e115a525e60da2e1e08716818f2c057a6b 0B / 50.44MB 0.1s
13:50:43 #11 sha256:b02d86f59850f3e13d394072350625a8526b912af24b3bfc0e50e9a8862a79d0 0B / 7.86MB 0.1s
13:50:43 #11 sha256:3b2b44c3aadb1e63aa03fe26cea0b9e2762a2b5d23d74a16f7fa48291d8581d0 7.11kB / 7.11kB done
13:50:43 #11 sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a 1.86kB / 1.86kB done
13:50:43 #11 sha256:e6a83c3237ba828e3999a081e1351cb1e9460119e547667a4123b6d9f59d59ac 1.79kB / 1.79kB done
13:50:43 #11 sha256:b02d86f59850f3e13d394072350625a8526b912af24b3bfc0e50e9a8862a79d0 7.86MB / 7.86MB 0.2s done
13:50:43 #11 sha256:478cfe935c2fb922eb2a95131ad8a2f1e6ff472bbdecdf94709edc3a85f74dfd 2.10MB / 51.84MB 0.3s
13:50:43 #11 sha256:8b047e8f2e47bdf998a952572ae5e9d64edf8e29b716be0ee50a15e6d21cb2ce 1.05MB / 10.00MB 0.5s
13:50:43 #11 sha256:982cba7e471c6d3ce96014cf58b2e4e115a525e60da2e1e08716818f2c057a6b 8.39MB / 50.44MB 0.5s
13:50:43 #11 sha256:478cfe935c2fb922eb2a95131ad8a2f1e6ff472bbdecdf94709edc3a85f74dfd 14.68MB / 51.84MB 0.5s
13:50:43 #11 sha256:8b047e8f2e47bdf998a952572ae5e9d64edf8e29b716be0ee50a15e6d21cb2ce 3.15MB / 10.00MB 0.6s
13:50:43 #11 sha256:982cba7e471c6d3ce96014cf58b2e4e115a525e60da2e1e08716818f2c057a6b 14.68MB / 50.44MB 0.6s
13:50:43 #11 sha256:478cfe935c2fb922eb2a95131ad8a2f1e6ff472bbdecdf94709edc3a85f74dfd 22.02MB / 51.84MB 0.6s
13:50:43 #11 sha256:8b047e8f2e47bdf998a952572ae5e9d64edf8e29b716be0ee50a15e6d21cb2ce 5.24MB / 10.00MB 0.7s
13:50:43 #11 sha256:982cba7e471c6d3ce96014cf58b2e4e115a525e60da2e1e08716818f2c057a6b 19.92MB / 50.44MB 0.7s
13:50:43 #11 sha256:478cfe935c2fb922eb2a95131ad8a2f1e6ff472bbdecdf94709edc3a85f74dfd 27.26MB / 51.84MB 0.7s
13:50:43 #11 sha256:982cba7e471c6d3ce96014cf58b2e4e115a525e60da2e1e08716818f2c057a6b 25.17MB / 50.44MB 0.8s
13:50:43 #11 sha256:478cfe935c2fb922eb2a95131ad8a2f1e6ff472bbdecdf94709edc3a85f74dfd 32.94MB / 51.84MB 0.8s
13:50:43 #11 sha256:8b047e8f2e47bdf998a952572ae5e9d64edf8e29b716be0ee50a15e6d21cb2ce 10.00MB / 10.00MB 0.8s done
13:50:43 #11 sha256:982cba7e471c6d3ce96014cf58b2e4e115a525e60da2e1e08716818f2c057a6b 37.75MB / 50.44MB 1.0s
13:50:43 #11 sha256:478cfe935c2fb922eb2a95131ad8a2f1e6ff472bbdecdf94709edc3a85f74dfd 41.94MB / 51.84MB 1.0s
13:50:43 #11 sha256:c6620b71e668a15f45550b2839dac072191472b38328f522d868d2938171241d 4.19MB / 68.80MB 1.0s
13:50:43 #11 sha256:982cba7e471c6d3ce96014cf58b2e4e115a525e60da2e1e08716818f2c057a6b 47.48MB / 50.44MB 1.1s
13:50:43 #11 sha256:c6620b71e668a15f45550b2839dac072191472b38328f522d868d2938171241d 11.35MB / 68.80MB 1.1s
13:50:43 #11 sha256:982cba7e471c6d3ce96014cf58b2e4e115a525e60da2e1e08716818f2c057a6b 50.44MB / 50.44MB 1.2s done
13:50:43 #11 sha256:478cfe935c2fb922eb2a95131ad8a2f1e6ff472bbdecdf94709edc3a85f74dfd 49.28MB / 51.84MB 1.2s
13:50:43 #11 sha256:c6620b71e668a15f45550b2839dac072191472b38328f522d868d2938171241d 16.78MB / 68.80MB 1.2s
13:50:43 #11 sha256:478cfe935c2fb922eb2a95131ad8a2f1e6ff472bbdecdf94709edc3a85f74dfd 51.84MB / 51.84MB 1.4s done
13:50:43 #11 sha256:c6620b71e668a15f45550b2839dac072191472b38328f522d868d2938171241d 27.26MB / 68.80MB 1.4s
13:50:43 #11 sha256:31d873b297284514757aec1f7caea6ee7ea19c77b8306019034fc388ca090f92 3.15MB / 134.95MB 1.4s
13:50:43 #11 sha256:9dbe36305e5798df1ab22005f70eaf49f9be42fe15410350ee2a841911bd2c6f 0B / 155B 1.4s
13:50:43 #11 sha256:c6620b71e668a15f45550b2839dac072191472b38328f522d868d2938171241d 32.51MB / 68.80MB 1.5s
13:50:43 #11 sha256:9dbe36305e5798df1ab22005f70eaf49f9be42fe15410350ee2a841911bd2c6f 155B / 155B 1.5s done
13:50:43 #11 extracting sha256:982cba7e471c6d3ce96014cf58b2e4e115a525e60da2e1e08716818f2c057a6b
13:50:43 #11 sha256:c6620b71e668a15f45550b2839dac072191472b38328f522d868d2938171241d 40.89MB / 68.80MB 1.6s
13:50:43 #11 sha256:31d873b297284514757aec1f7caea6ee7ea19c77b8306019034fc388ca090f92 15.09MB / 134.95MB 1.6s
13:50:44 #11 sha256:c6620b71e668a15f45550b2839dac072191472b38328f522d868d2938171241d 55.57MB / 68.80MB 1.9s
13:50:44 #11 sha256:31d873b297284514757aec1f7caea6ee7ea19c77b8306019034fc388ca090f92 27.26MB / 134.95MB 1.9s
13:50:44 #11 sha256:c6620b71e668a15f45550b2839dac072191472b38328f522d868d2938171241d 62.91MB / 68.80MB 2.0s
13:50:44 #11 sha256:c6620b71e668a15f45550b2839dac072191472b38328f522d868d2938171241d 68.80MB / 68.80MB 2.1s
13:50:44 #11 sha256:31d873b297284514757aec1f7caea6ee7ea19c77b8306019034fc388ca090f92 39.85MB / 134.95MB 2.1s
13:50:44 #11 sha256:c6620b71e668a15f45550b2839dac072191472b38328f522d868d2938171241d 68.80MB / 68.80MB 2.2s done
13:50:44 #11 sha256:31d873b297284514757aec1f7caea6ee7ea19c77b8306019034fc388ca090f92 55.07MB / 134.95MB 2.3s
13:50:44 #11 sha256:31d873b297284514757aec1f7caea6ee7ea19c77b8306019034fc388ca090f92 74.45MB / 134.95MB 2.6s
13:50:44 #11 sha256:31d873b297284514757aec1f7caea6ee7ea19c77b8306019034fc388ca090f92 89.13MB / 134.95MB 2.8s
13:50:45 #11 sha256:31d873b297284514757aec1f7caea6ee7ea19c77b8306019034fc388ca090f92 103.81MB / 134.95MB 3.0s
13:50:45 #11 sha256:31d873b297284514757aec1f7caea6ee7ea19c77b8306019034fc388ca090f92 112.20MB / 134.95MB 3.1s
13:50:45 #11 ...
13:50:45 
13:50:45 #17 [internal] load build context
13:50:45 #17 sha256:28ded504a02c1f5f3d8b2f792e25fe07b3bfc5c73d46a398fd16298b8fa4c76f
13:50:45 #17 transferring context: 53.37MB 3.2s done
13:50:45 #17 DONE 3.3s
13:50:45 
13:50:45 #11 [base 1/3] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:50:45 #11 sha256:751849c652dcaf96b3ea9ce742cb067f0521e74ed0a1d20bee59d52e49cdea03
13:50:45 #11 sha256:31d873b297284514757aec1f7caea6ee7ea19c77b8306019034fc388ca090f92 122.68MB / 134.95MB 3.2s
13:50:45 #11 sha256:31d873b297284514757aec1f7caea6ee7ea19c77b8306019034fc388ca090f92 134.95MB / 134.95MB 3.4s
13:50:45 #11 sha256:31d873b297284514757aec1f7caea6ee7ea19c77b8306019034fc388ca090f92 134.95MB / 134.95MB 3.5s done
13:50:47 #11 extracting sha256:982cba7e471c6d3ce96014cf58b2e4e115a525e60da2e1e08716818f2c057a6b 3.6s done
13:50:47 #11 extracting sha256:b02d86f59850f3e13d394072350625a8526b912af24b3bfc0e50e9a8862a79d0
13:50:47 #11 extracting sha256:b02d86f59850f3e13d394072350625a8526b912af24b3bfc0e50e9a8862a79d0 0.3s done
13:50:47 #11 extracting sha256:8b047e8f2e47bdf998a952572ae5e9d64edf8e29b716be0ee50a15e6d21cb2ce 0.1s
13:50:47 #11 extracting sha256:8b047e8f2e47bdf998a952572ae5e9d64edf8e29b716be0ee50a15e6d21cb2ce 0.2s done
13:50:47 #11 extracting sha256:478cfe935c2fb922eb2a95131ad8a2f1e6ff472bbdecdf94709edc3a85f74dfd
13:50:50 #11 extracting sha256:478cfe935c2fb922eb2a95131ad8a2f1e6ff472bbdecdf94709edc3a85f74dfd 2.3s done
13:50:50 #11 extracting sha256:c6620b71e668a15f45550b2839dac072191472b38328f522d868d2938171241d
13:50:52 #11 extracting sha256:c6620b71e668a15f45550b2839dac072191472b38328f522d868d2938171241d 2.2s done
13:50:52 #11 extracting sha256:31d873b297284514757aec1f7caea6ee7ea19c77b8306019034fc388ca090f92
13:50:58 #11 extracting sha256:31d873b297284514757aec1f7caea6ee7ea19c77b8306019034fc388ca090f92 5.0s
13:50:58 #11 extracting sha256:31d873b297284514757aec1f7caea6ee7ea19c77b8306019034fc388ca090f92 5.1s done
13:50:58 #11 extracting sha256:9dbe36305e5798df1ab22005f70eaf49f9be42fe15410350ee2a841911bd2c6f done
13:50:58 #11 DONE 16.3s
13:50:58 
13:50:58 #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
13:50:58 #12 sha256:d0c2f73412921d90feeaa4ef76ff8f81ebdd5c15fe6f8a4744813e54ef904794
13:51:00 #12 DONE 1.9s
13:51:00 
13:51:00 #13 [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
13:51:00 #13 sha256:6616d5aead4056e3df4460dee104f30478874903dda1ceea35654e9c3e6648eb
13:51:00 #13 DONE 0.4s
13:51:00 
13:51:00 #22 [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
13:51:00 #22 sha256:480578d14585a7bcf43488df6d25274fbdd0ffca5bf9620f625485c663c6ad54
13:51:02 #22 ...
13:51:02 
13:51:02 #14 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list
13:51:02 #14 sha256:4276ed3a61bd4fc7b63b1f22debf7eeb26df412051e477e7695c67aefc67cf60
13:51:02 #14 DONE 1.6s
13:51:02 
13:51:02 #22 [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
13:51:02 #22 sha256:480578d14585a7bcf43488df6d25274fbdd0ffca5bf9620f625485c663c6ad54
13:51:02 #22 1.867 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:51:02 #22 1.867 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
13:51:02 #22 1.877 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:51:02 #22 2.223 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [328 kB]
13:51:03 #22 2.808 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7911 kB]
13:51:04 #22 3.613 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B]
13:51:08 #22 ...
13:51:08 
13:51:08 #25 [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
13:51:08 #25 sha256:652bad32bb9cd498e7a87858ec1ef482e4de618506f9cf65fa476dd41536b520
13:51:08 #25 1.437 + RM_GOPATH=0
13:51:08 #25 1.437 + TMP_GOPATH=
13:51:08 #25 1.440 + : /build
13:51:08 #25 1.440 + '[' -z '' ']'
13:51:08 #25 1.440 ++ mktemp -d
13:51:08 #25 1.440 + export GOPATH=/tmp/tmp.BRVwCqWPFw
13:51:08 #25 1.440 + GOPATH=/tmp/tmp.BRVwCqWPFw
13:51:08 #25 1.440 + RM_GOPATH=1
13:51:08 #25 1.440 + case "$(go env GOARCH)" in
13:51:08 #25 1.440 ++ go env GOARCH
13:51:08 #25 1.449 Install rootlesskit version v0.14.4
13:51:08 #25 1.449 + export GO_BUILDMODE=-buildmode=pie
13:51:08 #25 1.449 + GO_BUILDMODE=-buildmode=pie
13:51:08 #25 1.449 ++ dirname /tmp/install/install.sh
13:51:08 #25 1.449 + dir=/tmp/install
13:51:08 #25 1.449 + bin=rootlesskit
13:51:08 #25 1.449 + shift
13:51:08 #25 1.449 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
13:51:08 #25 1.449 + . /tmp/install/rootlesskit.installer
13:51:08 #25 1.449 ++ : v0.14.4
13:51:08 #25 1.449 + install_rootlesskit
13:51:08 #25 1.449 + case "$1" in
13:51:08 #25 1.449 + export CGO_ENABLED=0
13:51:08 #25 1.449 + CGO_ENABLED=0
13:51:08 #25 1.449 + _install_rootlesskit
13:51:08 #25 1.449 + echo 'Install rootlesskit version v0.14.4'
13:51:08 #25 1.449 + for f in rootlesskit rootlesskit-docker-proxy
13:51:08 #25 1.449 + GOBIN=/build
13:51:08 #25 1.449 + GO111MODULE=on
13:51:08 #25 1.449 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
13:51:08 #25 1.886 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
13:51:08 #25 3.308 go: downloading github.com/sirupsen/logrus v1.8.1
13:51:08 #25 3.309 go: downloading github.com/pkg/errors v0.9.1
13:51:08 #25 3.344 go: downloading github.com/urfave/cli/v2 v2.3.0
13:51:08 #25 3.527 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:51:08 #25 4.744 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:51:08 #25 4.959 go: downloading github.com/google/uuid v1.3.0
13:51:08 #25 4.968 go: downloading github.com/moby/vpnkit v0.5.0
13:51:08 #25 4.986 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:51:08 #25 5.145 go: downloading github.com/gofrs/flock v0.8.1
13:51:08 #25 5.169 go: downloading github.com/gorilla/mux v1.8.0
13:51:08 #25 5.263 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:51:08 #25 5.423 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:51:08 #25 5.508 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:51:08 #25 6.236 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:51:08 #25 ...
13:51:08 
13:51:08 #22 [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
13:51:08 #22 sha256:480578d14585a7bcf43488df6d25274fbdd0ffca5bf9620f625485c663c6ad54
13:51:08 #22 7.690 Fetched 8486 kB in 6s (1403 kB/s)
13:51:10 #22 7.690 Reading package lists...
13:51:10 #22 ...
13:51:10 
13:51:10 #29 [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
13:51:10 #29 sha256:86d71dd60aca54d3a0ead4ae86ac4dcc0499a92ccb1cce033006129268cc4226
13:51:10 #29 0.904 + RM_GOPATH=0
13:51:10 #29 0.904 + TMP_GOPATH=
13:51:10 #29 0.904 + : /build
13:51:10 #29 0.904 + '[' -z '' ']'
13:51:10 #29 0.908 ++ mktemp -d
13:51:10 #29 0.908 + export GOPATH=/tmp/tmp.jKis31CiXu
13:51:10 #29 0.908 + GOPATH=/tmp/tmp.jKis31CiXu
13:51:10 #29 0.908 + RM_GOPATH=1
13:51:10 #29 0.908 + case "$(go env GOARCH)" in
13:51:10 #29 0.908 ++ go env GOARCH
13:51:10 #29 0.915 Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:51:10 #29 0.915 + export GO_BUILDMODE=-buildmode=pie
13:51:10 #29 0.915 + GO_BUILDMODE=-buildmode=pie
13:51:10 #29 0.915 ++ dirname /tmp/install/install.sh
13:51:10 #29 0.915 + dir=/tmp/install
13:51:10 #29 0.915 + bin=proxy
13:51:10 #29 0.915 + shift
13:51:10 #29 0.915 + '[' '!' -f /tmp/install/proxy.installer ']'
13:51:10 #29 0.915 + . /tmp/install/proxy.installer
13:51:10 #29 0.915 ++ : 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:51:10 #29 0.915 + install_proxy
13:51:10 #29 0.915 + case "$1" in
13:51:10 #29 0.915 + export CGO_ENABLED=0
13:51:10 #29 0.915 + CGO_ENABLED=0
13:51:10 #29 0.915 + _install_proxy
13:51:10 #29 0.915 + echo 'Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b'
13:51:10 #29 0.915 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.jKis31CiXu/src/github.com/docker/libnetwork
13:51:10 #29 0.919 Cloning into '/tmp/tmp.jKis31CiXu/src/github.com/docker/libnetwork'...
13:51:10 #29 7.064 + cd /tmp/tmp.jKis31CiXu/src/github.com/docker/libnetwork
13:51:10 #29 7.064 + git checkout -q 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:51:10 #29 7.435 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:51:10 #29 ...
13:51:10 
13:51:10 #16 [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
13:51:10 #16 sha256:fae7f34ebf710104ecb4f3847635b1a968937ca76596d57f8a5941b479ce662b
13:51:10 #16 1.589 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:51:10 #16 1.604 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
13:51:10 #16 1.615 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:51:10 #16 1.982 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [328 kB]
13:51:10 #16 2.492 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7911 kB]
13:51:10 #16 3.173 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B]
13:51:10 #16 7.221 Fetched 8486 kB in 6s (1453 kB/s)
13:51:10 #16 7.221 Reading package lists...
13:51:10 #16 9.585 Reading package lists...
13:51:10 #16 ...
13:51:10 
13:51:10 #22 [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
13:51:10 #22 sha256:480578d14585a7bcf43488df6d25274fbdd0ffca5bf9620f625485c663c6ad54
13:51:10 #22 7.690 Reading package lists...
13:51:12 #22 10.38 Reading package lists...
13:51:12 #22 ...
13:51:12 
13:51:12 #15 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
13:51:12 #15 sha256:16b2281fa8e35b21a56eeec2d2d36b77287da4394a64c12dd20887785deec9e1
13:51:12 #15 1.527 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
13:51:12 #15 1.569 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
13:51:12 #15 1.570 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
13:51:12 #15 1.570 Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
13:51:12 #15 1.969 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 Packages [328 kB]
13:51:12 #15 2.597 Get:6 http://deb.debian.org/debian buster/main amd64 Packages [7911 kB]
13:51:12 #15 3.453 Get:7 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B]
13:51:12 #15 4.465 Get:8 http://deb.debian.org/debian buster-backports/main amd64 Packages [490 kB]
13:51:12 #15 8.477 Fetched 9023 kB in 7s (1258 kB/s)
13:51:12 #15 8.477 Reading package lists...
13:51:12 #15 ...
13:51:12 
13:51:12 #16 [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
13:51:12 #16 sha256:fae7f34ebf710104ecb4f3847635b1a968937ca76596d57f8a5941b479ce662b
13:51:12 #16 9.585 Reading package lists...
13:51:13 #16 11.94 Building dependency tree...
13:51:13 #16 12.48 Reading state information...
13:51:13 #16 12.97 The following additional packages will be installed:
13:51:13 #16 12.97   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
13:51:13 #16 12.97 Suggested packages:
13:51:13 #16 12.98   cmake-doc ninja-build lrzip
13:51:13 #16 12.98 Recommended packages:
13:51:13 #16 12.98   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
13:51:14 #16 13.33 The following NEW packages will be installed:
13:51:14 #16 13.33   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
13:51:14 #16 13.34   vim-common xxd
13:51:14 #16 13.67 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
13:51:14 #16 13.67 Need to get 14.9 MB of archives.
13:51:14 #16 13.67 After this operation, 61.8 MB of additional disk space will be used.
13:51:14 #16 13.67 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u4 [689 kB]
13:51:14 #16 13.68 Get:2 http://deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5+deb10u2 [140 kB]
13:51:14 #16 13.69 Get:3 http://deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5+deb10u2 [195 kB]
13:51:14 #16 13.70 Get:4 http://deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB]
13:51:14 #16 14.03 Get:5 http://deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
13:51:14 #16 14.08 Get:6 http://deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
13:51:14 #16 14.09 Get:7 http://deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
13:51:14 #16 14.09 Get:8 http://deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
13:51:14 #16 14.09 Get:9 http://deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB]
13:51:14 #16 14.09 Get:10 http://deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
13:51:15 #16 ...
13:51:15 
13:51:15 #29 [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
13:51:15 #29 sha256:86d71dd60aca54d3a0ead4ae86ac4dcc0499a92ccb1cce033006129268cc4226
13:51:15 #29 DONE 14.2s
13:51:15 
13:51:15 #22 [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
13:51:15 #22 sha256:480578d14585a7bcf43488df6d25274fbdd0ffca5bf9620f625485c663c6ad54
13:51:15 #22 10.38 Reading package lists...
13:51:15 #22 12.85 Building dependency tree...
13:51:15 #22 13.35 Reading state information...
13:51:15 #22 13.72 The following additional packages will be installed:
13:51:15 #22 13.73   libbtrfs0
13:51:15 #22 13.78 The following NEW packages will be installed:
13:51:15 #22 13.79   libbtrfs-dev libbtrfs0
13:51:15 #22 14.08 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
13:51:15 #22 14.08 Need to get 119 kB of archives.
13:51:15 #22 14.08 After this operation, 387 kB of additional disk space will be used.
13:51:15 #22 14.08 Get:1 http://deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
13:51:15 #22 14.09 Get:2 http://deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
13:51:15 #22 14.56 debconf: delaying package configuration, since apt-utils is not installed
13:51:15 #22 14.62 Fetched 119 kB in 0s (425 kB/s)
13:51:15 #22 14.69 Selecting previously unselected package libbtrfs0.
13:51:15 #22 14.69 (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 ... 15421 files and directories currently installed.)
13:51:15 #22 14.73 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
13:51:15 #22 14.75 Unpacking libbtrfs0 (4.20.1-2) ...
13:51:15 #22 14.82 Selecting previously unselected package libbtrfs-dev.
13:51:15 #22 14.83 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
13:51:15 #22 14.84 Unpacking libbtrfs-dev (4.20.1-2) ...
13:51:15 #22 14.97 Setting up libbtrfs0 (4.20.1-2) ...
13:51:15 #22 15.00 Setting up libbtrfs-dev (4.20.1-2) ...
13:51:15 #22 15.02 Processing triggers for libc-bin (2.28-10+deb10u1) ...
13:51:16 #22 DONE 15.2s
13:51:16 
13:51:16 #16 [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
13:51:16 #16 sha256:fae7f34ebf710104ecb4f3847635b1a968937ca76596d57f8a5941b479ce662b
13:51:16 #16 14.66 debconf: delaying package configuration, since apt-utils is not installed
13:51:16 #16 14.75 Fetched 14.9 MB in 1s (19.5 MB/s)
13:51:16 #16 14.79 Selecting previously unselected package xxd.
13:51:16 #16 14.79 (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 ... 15421 files and directories currently installed.)
13:51:16 #16 14.83 Preparing to unpack .../0-xxd_2%3a8.1.0875-5+deb10u2_amd64.deb ...
13:51:16 #16 14.84 Unpacking xxd (2:8.1.0875-5+deb10u2) ...
13:51:16 #16 14.98 Selecting previously unselected package vim-common.
13:51:16 #16 14.98 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5+deb10u2_all.deb ...
13:51:16 #16 15.02 Unpacking vim-common (2:8.1.0875-5+deb10u2) ...
13:51:16 #16 15.20 Selecting previously unselected package libicu63:amd64.
13:51:16 #16 15.21 Preparing to unpack .../2-libicu63_63.1-6+deb10u3_amd64.deb ...
13:51:16 #16 15.22 Unpacking libicu63:amd64 (63.1-6+deb10u3) ...
13:51:17 #16 ...
13:51:17 
13:51:17 #32 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
13:51:17 #32 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
13:51:17 #32 CACHED
13:51:17 
13:51:17 #34 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
13:51:17 #34 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
13:51:17 #34 CACHED
13:51:18 
13:51:18 #23 [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
13:51:18 #23 sha256:f535d3e52a03e889655330deb0f34d2fedc6c7eef72b4f033be788d9785709b4
13:51:18 #23 1.606 + RM_GOPATH=0
13:51:18 #23 1.606 + TMP_GOPATH=
13:51:18 #23 1.606 + : /build
13:51:18 #23 1.606 + '[' -z '' ']'
13:51:18 #23 1.612 ++ mktemp -d
13:51:18 #23 1.612 + export GOPATH=/tmp/tmp.iTXipd3qrN
13:51:18 #23 1.612 + GOPATH=/tmp/tmp.iTXipd3qrN
13:51:18 #23 1.612 + RM_GOPATH=1
13:51:18 #23 1.612 + case "$(go env GOARCH)" in
13:51:18 #23 1.612 ++ go env GOARCH
13:51:18 #23 1.615 + export GO_BUILDMODE=-buildmode=pie
13:51:18 #23 1.615 + GO_BUILDMODE=-buildmode=pie
13:51:18 #23 1.616 ++ dirname /tmp/install/install.sh
13:51:18 #23 1.617 + dir=/tmp/install
13:51:18 #23 1.619 + bin=containerd
13:51:18 #23 1.619 + shift
13:51:18 #23 1.619 + '[' '!' -f /tmp/install/containerd.installer ']'
13:51:18 #23 1.619 + . /tmp/install/containerd.installer
13:51:18 #23 1.620 ++ set -e
13:51:18 #23 1.620 ++ : v1.6.4
13:51:18 #23 1.620 + install_containerd
13:51:18 #23 1.623 + echo 'Install containerd version v1.6.4'
13:51:18 #23 1.623 Install containerd version v1.6.4
13:51:18 #23 1.623 + git clone https://github.com/containerd/containerd.git /tmp/tmp.iTXipd3qrN/src/github.com/containerd/containerd
13:51:18 #23 1.625 Cloning into '/tmp/tmp.iTXipd3qrN/src/github.com/containerd/containerd'...
13:51:18 #23 ...
13:51:18 
13:51:18 #25 [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
13:51:18 #25 sha256:652bad32bb9cd498e7a87858ec1ef482e4de618506f9cf65fa476dd41536b520
13:51:18 #25 8.200 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:51:19 #25 ...
13:51:19 
13:51:19 #16 [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
13:51:19 #16 sha256:fae7f34ebf710104ecb4f3847635b1a968937ca76596d57f8a5941b479ce662b
13:51:19 #16 17.69 Selecting previously unselected package libxml2:amd64.
13:51:19 #16 17.70 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-7+deb10u4_amd64.deb ...
13:51:19 #16 17.71 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u4) ...
13:51:19 #16 18.02 Selecting previously unselected package cmake-data.
13:51:19 #16 18.02 Preparing to unpack .../4-cmake-data_3.13.4-1_all.deb ...
13:51:19 #16 18.03 Unpacking cmake-data (3.13.4-1) ...
13:51:19 #16 19.15 Selecting previously unselected package libarchive13:amd64.
13:51:19 #16 19.16 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
13:51:19 #16 19.16 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
13:51:19 #16 19.28 Selecting previously unselected package libjsoncpp1:amd64.
13:51:19 #16 19.28 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
13:51:19 #16 19.29 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
13:51:20 #16 19.39 Selecting previously unselected package librhash0:amd64.
13:51:20 #16 19.39 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
13:51:20 #16 19.40 Unpacking librhash0:amd64 (1.3.8-1) ...
13:51:20 #16 19.51 Selecting previously unselected package libuv1:amd64.
13:51:20 #16 19.51 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_amd64.deb ...
13:51:20 #16 19.51 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ...
13:51:20 #16 19.60 Selecting previously unselected package cmake.
13:51:20 #16 19.61 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
13:51:20 #16 19.62 Unpacking cmake (3.13.4-1) ...
13:51:21 #16 20.72 Setting up libicu63:amd64 (63.1-6+deb10u3) ...
13:51:21 #16 20.73 Setting up xxd (2:8.1.0875-5+deb10u2) ...
13:51:21 #16 20.75 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ...
13:51:21 #16 20.77 Setting up vim-common (2:8.1.0875-5+deb10u2) ...
13:51:21 #16 20.80 Setting up librhash0:amd64 (1.3.8-1) ...
13:51:21 #16 20.81 Setting up cmake-data (3.13.4-1) ...
13:51:21 #16 20.84 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u4) ...
13:51:21 #16 20.85 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
13:51:21 #16 20.87 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
13:51:21 #16 20.88 Setting up cmake (3.13.4-1) ...
13:51:21 #16 20.90 Processing triggers for libc-bin (2.28-10+deb10u1) ...
13:51:21 #16 20.98 Processing triggers for mime-support (3.62) ...
13:51:21 #16 DONE 21.3s
13:51:21 
13:51:21 #15 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
13:51:21 #15 sha256:16b2281fa8e35b21a56eeec2d2d36b77287da4394a64c12dd20887785deec9e1
13:51:21 #15 8.477 Reading package lists...
13:51:21 #15 11.07 Reading package lists...
13:51:21 #15 13.45 Building dependency tree...
13:51:21 #15 14.02 Reading state information...
13:51:21 #15 14.37 The following additional packages will be installed:
13:51:21 #15 14.37   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
13:51:21 #15 14.37   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
13:51:21 #15 14.37   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
13:51:21 #15 14.37   libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common
13:51:21 #15 14.37   mingw-w64-x86-64-dev
13:51:21 #15 14.37 Suggested packages:
13:51:21 #15 14.37   gcc-8-locales seccomp wine64
13:51:21 #15 14.75 The following NEW packages will be installed:
13:51:21 #15 14.75   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
13:51:21 #15 14.75   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
13:51:21 #15 14.75   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:51:21 #15 14.75   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
13:51:21 #15 14.75   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
13:51:21 #15 14.75   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
13:51:21 #15 14.75 The following packages will be upgraded:
13:51:21 #15 14.75   libseccomp2
13:51:21 #15 15.04 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
13:51:21 #15 15.04 Need to get 77.8 MB of archives.
13:51:21 #15 15.04 After this operation, 487 MB of additional disk space will be used.
13:51:21 #15 15.04 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.5.1-1~bpo10+1 [47.7 kB]
13:51:21 #15 15.04 Get:2 http://deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
13:51:21 #15 15.13 Get:3 http://deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
13:51:21 #15 15.20 Get:4 http://deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
13:51:21 #15 15.21 Get:5 http://deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
13:51:21 #15 15.21 Get:6 http://deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
13:51:21 #15 15.21 Get:7 http://deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
13:51:21 #15 15.35 Get:8 http://deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
13:51:21 #15 15.46 Get:9 http://deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u2 [175 kB]
13:51:21 #15 15.47 Get:10 http://deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u2 [35.8 MB]
13:51:21 #15 16.38 Get:11 http://deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u2 [25.3 MB]
13:51:21 #15 17.15 Get:12 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
13:51:21 #15 17.15 Get:13 http://deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
13:51:21 #15 17.16 Get:14 http://deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
13:51:21 #15 17.16 Get:15 http://deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
13:51:21 #15 17.16 Get:16 http://deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
13:51:21 #15 17.16 Get:17 http://deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u8 [110 kB]
13:51:21 #15 17.16 Get:18 http://deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
13:51:21 #15 17.17 Get:19 http://deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
13:51:21 #15 17.19 Get:20 http://deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
13:51:21 #15 17.19 Get:21 http://deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
13:51:21 #15 17.20 Get:22 http://deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
13:51:21 #15 17.22 Get:23 http://deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
13:51:21 #15 17.22 Get:24 http://deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
13:51:21 #15 17.23 Get:25 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.5.1-1~bpo10+1 [90.3 kB]
13:51:21 #15 17.23 Get:26 http://deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB]
13:51:21 #15 17.63 debconf: delaying package configuration, since apt-utils is not installed
13:51:21 #15 17.70 Fetched 77.8 MB in 2s (31.4 MB/s)
13:51:21 #15 17.75 (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 ... 15421 files and directories currently installed.)
13:51:21 #15 17.77 Preparing to unpack .../libseccomp2_2.5.1-1~bpo10+1_amd64.deb ...
13:51:21 #15 17.80 Unpacking libseccomp2:amd64 (2.5.1-1~bpo10+1) over (2.3.3-4) ...
13:51:21 #15 17.91 Setting up libseccomp2:amd64 (2.5.1-1~bpo10+1) ...
13:51:21 #15 17.98 Selecting previously unselected package binutils-mingw-w64-i686.
13:51:21 #15 17.98 (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 ... 15421 files and directories currently installed.)
13:51:21 #15 18.01 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
13:51:21 #15 18.02 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:51:21 #15 19.02 Selecting previously unselected package binutils-mingw-w64-x86-64.
13:51:21 #15 19.02 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
13:51:21 #15 19.03 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:51:22 #15 20.11 Selecting previously unselected package binutils-mingw-w64.
13:51:22 #15 20.11 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
13:51:22 #15 20.12 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
13:51:22 #15 20.21 Selecting previously unselected package libdevmapper1.02.1:amd64.
13:51:22 #15 20.22 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
13:51:22 #15 20.22 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:51:22 #15 20.31 Selecting previously unselected package dmsetup.
13:51:22 #15 20.31 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
13:51:22 #15 20.32 Unpacking dmsetup (2:1.02.155-3) ...
13:51:22 #15 20.42 Selecting previously unselected package mingw-w64-common.
13:51:22 #15 20.42 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
13:51:22 #15 20.43 Unpacking mingw-w64-common (6.0.0-3) ...
13:51:23 #15 ...
13:51:23 
13:51:23 #18 [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
13:51:23 #18 sha256:4315b65457427f3f1032a95e685b516f7178a450de2d0432cb0c346c034ec7ff
13:51:23 #18 1.070 + RM_GOPATH=0
13:51:23 #18 1.071 + TMP_GOPATH=
13:51:23 #18 1.071 + : /build
13:51:23 #18 1.071 + '[' -z '' ']'
13:51:23 #18 1.072 ++ mktemp -d
13:51:23 #18 1.074 + export GOPATH=/tmp/tmp.SLF1HUTekE
13:51:23 #18 1.074 + GOPATH=/tmp/tmp.SLF1HUTekE
13:51:23 #18 1.074 + RM_GOPATH=1
13:51:23 #18 1.074 + case "$(go env GOARCH)" in
13:51:23 #18 1.075 ++ go env GOARCH
13:51:23 #18 1.088 + export GO_BUILDMODE=-buildmode=pie
13:51:23 #18 1.091 + GO_BUILDMODE=-buildmode=pie
13:51:23 #18 1.091 ++ dirname /tmp/install/install.sh
13:51:23 #18 1.092 + dir=/tmp/install
13:51:23 #18 1.092 + bin=tini
13:51:23 #18 1.092 + shift
13:51:23 #18 1.092 + '[' '!' -f /tmp/install/tini.installer ']'
13:51:23 #18 1.092 + . /tmp/install/tini.installer
13:51:23 #18 1.092 ++ : v0.19.0
13:51:23 #18 1.093 + install_tini
13:51:23 #18 1.093 + echo 'Install tini version v0.19.0'
13:51:23 #18 1.093 + git clone https://github.com/krallin/tini.git /tmp/tmp.SLF1HUTekE/tini
13:51:23 #18 1.093 Install tini version v0.19.0
13:51:23 #18 1.097 Cloning into '/tmp/tmp.SLF1HUTekE/tini'...
13:51:23 #18 1.502 + cd /tmp/tmp.SLF1HUTekE/tini
13:51:23 #18 1.503 + git checkout -q v0.19.0
13:51:23 #18 1.512 + cmake .
13:51:23 #18 1.675 -- The C compiler identification is GNU 8.3.0
13:51:23 #18 1.694 -- Check for working C compiler: /usr/bin/cc
13:51:24 #18 1.991 -- Check for working C compiler: /usr/bin/cc -- works
13:51:24 #18 1.992 -- Detecting C compiler ABI info
13:51:24 #18 2.201 -- Detecting C compiler ABI info - done
13:51:24 #18 2.219 -- Detecting C compile features
13:51:25 #18 2.969 -- Detecting C compile features - done
13:51:25 #18 2.980 -- Performing Test HAS_BUILTIN_FORTIFY
13:51:25 #18 3.040 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
13:51:25 #18 3.084 -- Configuring done
13:51:25 #18 3.093 -- Generating done
13:51:25 #18 3.099 -- Build files have been written to: /tmp/tmp.SLF1HUTekE/tini
13:51:25 #18 3.103 + make tini-static
13:51:25 #18 3.223 Scanning dependencies of target tini-static
13:51:25 #18 3.259 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:51:25 #18 3.873 [100%] Linking C executable tini-static
13:51:26 #18 4.072 [100%] Built target tini-static
13:51:26 #18 4.103 + mkdir -p /build
13:51:26 #18 4.105 + cp tini-static /build/docker-init
13:51:26 #18 DONE 4.3s
13:51:26 
13:51:26 #15 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
13:51:26 #15 sha256:16b2281fa8e35b21a56eeec2d2d36b77287da4394a64c12dd20887785deec9e1
13:51:26 #15 22.60 Selecting previously unselected package mingw-w64-x86-64-dev.
13:51:26 #15 22.61 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
13:51:26 #15 22.62 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
13:51:27 #15 25.22 Selecting previously unselected package gcc-mingw-w64-base.
13:51:27 #15 25.22 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u2_amd64.deb ...
13:51:27 #15 25.24 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ...
13:51:27 #15 25.34 Selecting previously unselected package gcc-mingw-w64-x86-64.
13:51:27 #15 25.34 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ...
13:51:27 #15 25.35 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ...
13:51:35 #15 32.99 Selecting previously unselected package g++-mingw-w64-x86-64.
13:51:35 #15 33.00 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ...
13:51:35 #15 33.00 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ...
13:51:36 #15 ...
13:51:36 
13:51:36 #23 [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
13:51:36 #23 sha256:f535d3e52a03e889655330deb0f34d2fedc6c7eef72b4f033be788d9785709b4
13:51:36 #23 20.07 + cd /tmp/tmp.iTXipd3qrN/src/github.com/containerd/containerd
13:51:36 #23 20.07 + git checkout -q v1.6.4
13:51:37 #23 21.25 + export 'BUILDTAGS=netgo osusergo static_build'
13:51:37 #23 21.25 + BUILDTAGS='netgo osusergo static_build'
13:51:37 #23 21.25 + export EXTRA_FLAGS=-buildmode=pie
13:51:37 #23 21.25 + EXTRA_FLAGS=-buildmode=pie
13:51:37 #23 21.25 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
13:51:37 #23 21.25 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
13:51:37 #23 21.25 + '[' '' = dynamic ']'
13:51:37 #23 21.25 + make
13:51:38 #23 22.11 + bin/ctr
13:51:41 #23 ...
13:51:41 
13:51:41 #15 [runtime-dev-cross-false 2/2] 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/buster-backports             libsystemd-dev             libudev-dev
13:51:41 #15 sha256:16b2281fa8e35b21a56eeec2d2d36b77287da4394a64c12dd20887785deec9e1
13:51:41 #15 39.08 Selecting previously unselected package libapparmor1:amd64.
13:51:41 #15 39.08 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
13:51:41 #15 39.09 Unpacking libapparmor1:amd64 (2.13.2-10) ...
13:51:41 #15 39.16 Selecting previously unselected package libapparmor-dev:amd64.
13:51:41 #15 39.17 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
13:51:41 #15 39.18 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
13:51:41 #15 39.27 Selecting previously unselected package libbtrfs0.
13:51:41 #15 39.27 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
13:51:41 #15 39.28 Unpacking libbtrfs0 (4.20.1-2) ...
13:51:41 #15 39.34 Selecting previously unselected package libbtrfs-dev.
13:51:41 #15 39.34 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
13:51:41 #15 39.35 Unpacking libbtrfs-dev (4.20.1-2) ...
13:51:41 #15 39.43 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
13:51:41 #15 39.43 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
13:51:41 #15 39.44 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
13:51:41 #15 39.51 Selecting previously unselected package libudev-dev:amd64.
13:51:41 #15 39.51 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_amd64.deb ...
13:51:41 #15 39.52 Unpacking libudev-dev:amd64 (241-7~deb10u8) ...
13:51:41 #15 39.61 Selecting previously unselected package libsepol1-dev:amd64.
13:51:41 #15 39.61 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
13:51:41 #15 39.62 Unpacking libsepol1-dev:amd64 (2.8-1) ...
13:51:42 #15 39.78 Selecting previously unselected package libpcre16-3:amd64.
13:51:42 #15 39.78 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
13:51:42 #15 39.79 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
13:51:42 #15 39.89 Selecting previously unselected package libpcre32-3:amd64.
13:51:42 #15 39.90 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
13:51:42 #15 39.90 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
13:51:42 #15 40.00 Selecting previously unselected package libpcrecpp0v5:amd64.
13:51:42 #15 40.01 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
13:51:42 #15 40.02 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
13:51:42 #15 40.10 Selecting previously unselected package libpcre3-dev:amd64.
13:51:42 #15 40.10 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
13:51:42 #15 40.10 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
13:51:42 #15 40.26 Selecting previously unselected package libselinux1-dev:amd64.
13:51:42 #15 40.27 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
13:51:42 #15 40.27 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
13:51:42 #15 40.39 Selecting previously unselected package libdevmapper-dev:amd64.
13:51:42 #15 40.39 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
13:51:42 #15 40.39 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
13:51:42 #15 40.46 Selecting previously unselected package libseccomp-dev:amd64.
13:51:42 #15 40.46 Preparing to unpack .../23-libseccomp-dev_2.5.1-1~bpo10+1_amd64.deb ...
13:51:42 #15 40.47 Unpacking libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ...
13:51:42 #15 40.55 Selecting previously unselected package libsystemd-dev:amd64.
13:51:42 #15 40.55 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_amd64.deb ...
13:51:42 #15 40.56 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ...
13:51:43 #15 40.72 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
13:51:43 #15 40.74 Setting up libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ...
13:51:43 #15 40.76 Setting up libapparmor1:amd64 (2.13.2-10) ...
13:51:43 #15 40.77 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
13:51:43 #15 40.78 Setting up libpcre16-3:amd64 (2:8.39-12) ...
13:51:43 #15 40.80 Setting up libsepol1-dev:amd64 (2.8-1) ...
13:51:43 #15 40.81 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ...
13:51:43 #15 40.83 Setting up libbtrfs0 (4.20.1-2) ...
13:51:43 #15 40.84 Setting up libpcre32-3:amd64 (2:8.39-12) ...
13:51:43 #15 40.85 Setting up libudev-dev:amd64 (241-7~deb10u8) ...
13:51:43 #15 40.87 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
13:51:43 #15 40.89 Setting up libbtrfs-dev (4.20.1-2) ...
13:51:43 #15 40.91 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
13:51:43 #15 40.92 Setting up mingw-w64-common (6.0.0-3) ...
13:51:43 #15 40.93 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ...
13:51:43 #15 40.95 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
13:51:43 #15 40.97 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
13:51:43 #15 40.98 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ...
13:51:43 #15 41.00 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
13:51:43 #15 41.01 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
13:51:43 #15 41.02 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ...
13:51:43 #15 41.03 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
13:51:43 #15 41.03 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
13:51:43 #15 41.04 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
13:51:43 #15 41.06 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
13:51:43 #15 41.07 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
13:51:43 #15 41.09 Setting up dmsetup (2:1.02.155-3) ...
13:51:43 #15 41.11 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
13:51:43 #15 41.13 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
13:51:43 #15 41.15 Processing triggers for libc-bin (2.28-10+deb10u1) ...
13:51:44 #15 DONE 42.2s
13:51:44 
13:51:44 #25 [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
13:51:44 #25 sha256:652bad32bb9cd498e7a87858ec1ef482e4de618506f9cf65fa476dd41536b520
13:51:44 #25 42.09 + for f in rootlesskit rootlesskit-docker-proxy
13:51:44 #25 42.09 + GOBIN=/build
13:51:44 #25 42.09 + GO111MODULE=on
13:51:44 #25 42.09 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
13:51:44 #25 ...
13:51:44 
13:51:44 #19 [binary-base 1/7] COPY --from=tini        /build/ /usr/local/bin/
13:51:44 #19 sha256:24d7d7a3509272956255dee21519401bef4ed557e305c442ca89141d259b6f94
13:51:44 #19 DONE 0.1s
13:51:44 
13:51:44 #20 [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
13:51:44 #20 sha256:0d1a7c0b45b072141d4d6e341c72a3efad481b81f9f974cc664c4434683a8f1a
13:51:45 #20 ...
13:51:45 
13:51:45 #25 [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
13:51:45 #25 sha256:652bad32bb9cd498e7a87858ec1ef482e4de618506f9cf65fa476dd41536b520
13:51:45 #25 DONE 44.5s
13:51:45 
13:51:45 #26 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
13:51:45 #26 sha256:79fbaaaa87d90972ccc8441b0ffdfad7d693ae05d6fe9f5d6e6de180cce3da04
13:51:45 #26 DONE 0.1s
13:51:45 
13:51:45 #20 [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
13:51:45 #20 sha256:0d1a7c0b45b072141d4d6e341c72a3efad481b81f9f974cc664c4434683a8f1a
13:51:45 #20 ...
13:51:45 
13:51:45 #27 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
13:51:45 #27 sha256:01576fc27e55178bbe0eb3e5f1562cf64c1e9631f1df0431bba951c7ba9161ee
13:51:45 #27 DONE 0.1s
13:51:45 
13:51:45 #23 [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
13:51:45 #23 sha256:f535d3e52a03e889655330deb0f34d2fedc6c7eef72b4f033be788d9785709b4
13:51:45 #23 ...
13:51:45 
13:51:45 #20 [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
13:51:45 #20 sha256:0d1a7c0b45b072141d4d6e341c72a3efad481b81f9f974cc664c4434683a8f1a
13:51:45 #20 1.115 + RM_GOPATH=0
13:51:45 #20 1.115 + TMP_GOPATH=
13:51:45 #20 1.115 + : /build
13:51:45 #20 1.115 + '[' -z '' ']'
13:51:45 #20 1.117 ++ mktemp -d
13:51:45 #20 1.117 + export GOPATH=/tmp/tmp.wLa4Vb0piT
13:51:45 #20 1.118 + GOPATH=/tmp/tmp.wLa4Vb0piT
13:51:45 #20 1.118 + RM_GOPATH=1
13:51:45 #20 1.118 + case "$(go env GOARCH)" in
13:51:45 #20 1.118 ++ go env GOARCH
13:51:45 #20 1.134 + export GO_BUILDMODE=-buildmode=pie
13:51:45 #20 1.134 + GO_BUILDMODE=-buildmode=pie
13:51:45 #20 1.134 ++ dirname /tmp/install/install.sh
13:51:45 #20 1.135 Install runc version v1.1.1 (build tags: seccomp)
13:51:45 #20 1.136 + dir=/tmp/install
13:51:45 #20 1.136 + bin=runc
13:51:45 #20 1.136 + shift
13:51:45 #20 1.136 + '[' '!' -f /tmp/install/runc.installer ']'
13:51:45 #20 1.136 + . /tmp/install/runc.installer
13:51:45 #20 1.136 ++ set -e
13:51:45 #20 1.136 ++ : v1.1.1
13:51:45 #20 1.136 + install_runc
13:51:45 #20 1.136 + RUNC_BUILDTAGS=seccomp
13:51:45 #20 1.136 + echo 'Install runc version v1.1.1 (build tags: seccomp)'
13:51:45 #20 1.136 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.wLa4Vb0piT/src/github.com/opencontainers/runc
13:51:45 #20 1.139 Cloning into '/tmp/tmp.wLa4Vb0piT/src/github.com/opencontainers/runc'...
13:51:48 #20 4.251 + cd /tmp/tmp.wLa4Vb0piT/src/github.com/opencontainers/runc
13:51:48 #20 4.251 + git checkout -q v1.1.1
13:51:48 #20 4.459 + '[' -z '' ']'
13:51:48 #20 4.460 + target=static
13:51:48 #20 4.460 + make BUILDTAGS=seccomp static
13:51:49 #20 4.701 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.1-0-g52de29d7 -X main.version=1.1.1 " -o runc .
13:52:56 #20 61.45 + mkdir -p /build
13:52:56 #20 61.46 + cp runc /build/runc
13:52:56 #20 DONE 61.7s
13:52:56 
13:52:56 #23 [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
13:52:56 #23 sha256:f535d3e52a03e889655330deb0f34d2fedc6c7eef72b4f033be788d9785709b4
13:52:56 #23 ...
13:52:56 
13:52:56 #21 [binary-base 2/7] COPY --from=runc        /build/ /usr/local/bin/
13:52:56 #21 sha256:f395a70f03e73348150741b1f30603d3c8a2a40690c8ce3574410c551873de5a
13:52:56 #21 DONE 0.2s
13:52:56 
13:52:56 #23 [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
13:52:56 #23 sha256:f535d3e52a03e889655330deb0f34d2fedc6c7eef72b4f033be788d9785709b4
13:53:00 #23 103.8 + bin/containerd
13:53:46 #23 150.1 # github.com/containerd/containerd/cmd/containerd
13:53:46 #23 150.1 /usr/bin/ld: /tmp/go-link-3703604238/000019.o: in function `New':
13:53:46 #23 150.1 /tmp/tmp.iTXipd3qrN/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
13:53:46 #23 150.2 + bin/containerd-stress
13:53:47 #23 151.4 + bin/containerd-shim
13:53:59 #23 161.8 + bin/containerd-shim-runc-v1
13:54:03 #23 167.5 + bin/containerd-shim-runc-v2
13:54:04 #23 168.2 + binaries
13:54:04 #23 168.2 + install -D bin/containerd /build/containerd
13:54:04 #23 168.2 + install -D bin/containerd-shim /build/containerd-shim
13:54:04 #23 168.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
13:54:04 #23 168.2 + install -D bin/ctr /build/ctr
13:54:04 #23 DONE 168.7s
13:54:05 
13:54:05 #24 [binary-base 3/7] COPY --from=containerd  /build/ /usr/local/bin/
13:54:05 #24 sha256:a5a231805559ab589dd0cba90e85d395386071155295053ccccc536bc0c7cbe1
13:54:05 #24 DONE 0.2s
13:54:05 
13:54:05 #28 [binary-base 4/7] COPY --from=rootlesskit /build/ /usr/local/bin/
13:54:05 #28 sha256:85693c0fcb0ea1d75325f634fe6f596041b2079679a846a2c61630ecaca51eb0
13:54:05 #28 DONE 0.1s
13:54:05 
13:54:05 #30 [binary-base 5/7] COPY --from=proxy       /build/ /usr/local/bin/
13:54:05 #30 sha256:fa6df4292813f5314adc61f839c0449f176b6a0d0c87677ac567b67854924d52
13:54:05 #30 DONE 0.1s
13:54:05 
13:54:05 #35 [binary-base 6/7] COPY --from=vpnkit      /build/ /usr/local/bin/
13:54:05 #35 sha256:ab029e985a93a17124fb2dbb1e65695a50301f7acf0bfe89dde74ebdb15db4f4
13:54:06 #35 DONE 0.8s
13:54:06 
13:54:06 #36 [binary-base 7/7] WORKDIR /go/src/github.com/docker/docker
13:54:06 #36 sha256:9c6f346f79ffa447a28dce9c80e2c988f4224fb6d8d26ed246bf353840fee543
13:54:06 #36 DONE 0.0s
13:54:06 
13:54:06 #37 [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
13:54:06 #37 sha256:28782bbce84cebb6b7a0877b151fde8fe66e3ba75a6482bc0a2cc4827e476227
13:54:07 #37 0.361 
13:54:07 #37 0.424 Removing /build/bundles/
13:54:07 #37 0.425 
13:54:07 #37 0.430 ---> Making bundle: binary (in /build/bundles/binary)
13:54:07 #37 0.459 Building: /build/bundles/binary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:54:07 #37 0.459 GOOS="" GOARCH="" GOARM=""
13:55:28 #37 74.49 Created binary: /build/bundles/binary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:55:28 #37 74.94 Copying nested executables into /build/bundles/binary-daemon
13:55:28 #37 76.20 
13:55:28 #37 DONE 77.0s
13:55:28 
13:55:28 #38 [binary 1/1] COPY --from=build-binary /build/bundles/ /
13:55:28 #38 sha256:2f640e4b647094a26bf3273bfe5b7c8e78cd0e72c0a5adbd883bad1304d879d0
13:55:28 #38 DONE 0.5s
13:55:28 
13:55:28 #39 exporting to client
13:55:28 #39 sha256:b60a1292d407630dbb741f28ab6ea4ce3cca872ac28eeee56f4e66a182eca4bc
13:55:28 #39 copying files 33B
13:55:28 #39 copying files 209.95MB 1.1s done
13:55:28 #39 DONE 1.1s
13:55:28 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker'
13:55:28 mkdir -p build/linux/docker
13:55:28 cp /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/build/docker build/linux/docker/
13:55:28 for f in dockerd containerd ctr containerd-shim containerd-shim-runc-v2 docker-init docker-proxy runc; do \
13:55:28 	cp -L /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/bundles/binary-daemon/$f build/linux/docker/$f; \
13:55:28 done
13:55:28 tar -C build/linux -c -z -f build/linux/docker-0.0.0-20220511162217-aa7e414.tgz docker
13:55:36 # extra binaries for running rootless
13:55:36 mkdir -p build/linux/docker-rootless-extras
13:55:36 for f in rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh dockerd-rootless-setuptool.sh vpnkit; do \
13:55:36 	if [ -f /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/bundles/binary-daemon/$f ]; then \
13:55:36 		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; \
13:55:36 	fi \
13:55:36 done
13:55:36 tar -C build/linux -c -z -f build/linux/docker-rootless-extras-0.0.0-20220511162217-aa7e414.tgz docker-rootless-extras
13:55:39 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/static'