Skip to content

Console Output

10:59:17 + make REF=20.10 DOCKER_BUILD_PKGS=static-linux static
10:59:17 git init src/github.com/docker/cli
10:59:17 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
10:59:17 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
10:59:17 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
10:59:17 + SRC=src/github.com/docker/cli
10:59:17 + REF=20.10
10:59:17 + REF_FETCH=20.10
10:59:17 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
10:59:17 + awk {print $2}
10:59:17 + REF=refs/heads/20.10
10:59:17 + [ -n refs/heads/20.10 ]
10:59:17 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:17 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:19 From https://github.com/docker/cli
10:59:19  * [new branch]      20.10      -> 20.10
10:59:19  * [new branch]      20.10      -> origin/20.10
10:59:19 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
10:59:19 git init src/github.com/docker/docker
10:59:19 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
10:59:19 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
10:59:19 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
10:59:19 + SRC=src/github.com/docker/docker
10:59:19 + REF=20.10
10:59:19 + REF_FETCH=20.10
10:59:19 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
10:59:19 + awk {print $2}
10:59:19 + REF=refs/heads/20.10
10:59:19 + [ -n refs/heads/20.10 ]
10:59:19 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:19 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:22 From https://github.com/docker/docker
10:59:22  * [new branch]      20.10      -> 20.10
10:59:22  * [new branch]      20.10      -> origin/20.10
10:59:22 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
10:59:22 git init src/github.com/docker/compose
10:59:22 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
10:59:22 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
10:59:22 ./scripts/checkout.sh src/github.com/docker/compose "v2.7.0"
10:59:22 + SRC=src/github.com/docker/compose
10:59:22 + REF=v2.7.0
10:59:22 + REF_FETCH=v2.7.0
10:59:22 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.7.0
10:59:22 + awk {print $2}
10:59:22 + REF=refs/tags/v2.7.0
10:59:22 + [ -n refs/tags/v2.7.0 ]
10:59:22 + REF_FETCH=refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:22 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:24 From https://github.com/docker/compose
10:59:24  * [new tag]         v2.7.0     -> v2.7.0
10:59:24 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.7.0
10:59:24 git init src/github.com/docker/scan-cli-plugin
10:59:24 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
10:59:24 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
10:59:24 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
10:59:24 + SRC=src/github.com/docker/scan-cli-plugin
10:59:24 + REF=v0.17.0
10:59:24 + REF_FETCH=v0.17.0
10:59:24 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
10:59:24 + awk {print $2}
10:59:24 + REF=refs/tags/v0.17.0
10:59:24 + [ -n refs/tags/v0.17.0 ]
10:59:24 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
10:59:24 + 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
10:59:24 From https://github.com/docker/scan-cli-plugin
10:59:24  * [new tag]         v0.17.0    -> v0.17.0
10:59:24 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
10:59:24 for p in static-linux; do \
10:59:24 	make -C static VERSION=0.0.1-dev GO_VERSION=1.17.13 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
10:59:24 done
10:59:24 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/static'
10:59:24 cd /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli && VERSION=0.0.0-20220804091928-715cfc4 docker buildx bake --set binary.platform= --set binary.args.CGO_ENABLED= binary
10:59:24 #1 [internal] load build definition from Dockerfile
10:59:24 #1 transferring dockerfile: 1.78kB done
10:59:24 #1 DONE 0.1s
10:59:24 
10:59:24 #2 [internal] load .dockerignore
10:59:25 #2 transferring context: 112B done
10:59:25 #2 DONE 0.1s
10:59:25 
10:59:25 #3 resolve image config for docker.io/docker/dockerfile:1.3
10:59:25 #3 ...
10:59:25 
10:59:25 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
10:59:25 #4 DONE 0.0s
10:59:25 
10:59:25 #3 resolve image config for docker.io/docker/dockerfile:1.3
10:59:25 #3 DONE 0.4s
10:59:25 
10:59:25 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
10:59:25 #5 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done
10:59:25 #5 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done
10:59:25 #5 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done
10:59:25 #5 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done
10:59:25 #5 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s
10:59:25 #5 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done
10:59:25 #5 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s
10:59:25 #5 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done
10:59:25 #5 DONE 0.6s
10:59:26 
10:59:26 #6 [internal] load build definition from Dockerfile
10:59:26 #6 DONE 0.0s
10:59:26 
10:59:26 #7 [internal] load .dockerignore
10:59:26 #7 DONE 0.0s
10:59:26 
10:59:26 #8 [auth] library/golang:pull token for registry-1.docker.io
10:59:26 #8 DONE 0.0s
10:59:26 
10:59:26 #9 [auth] tonistiigi/xx:pull token for registry-1.docker.io
10:59:26 #9 DONE 0.0s
10:59:26 
10:59:26 #10 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
10:59:26 #10 DONE 0.0s
10:59:26 
10:59:26 #11 [internal] load metadata for docker.io/tonistiigi/xx:1.1.0
10:59:26 #11 DONE 0.4s
10:59:26 
10:59:26 #12 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
10:59:26 #12 DONE 0.4s
10:59:26 
10:59:26 #13 [internal] load metadata for docker.io/library/golang:1.17.13-alpine
10:59:26 #13 DONE 0.4s
10:59:28 
10:59:28 #14 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
10:59:28 #14 resolve docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 0.0s done
10:59:28 #14 sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 14.84kB / 14.84kB 0.1s
10:59:28 #14 sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 2.65kB / 2.65kB done
10:59:28 #14 sha256:44baf01e2b60ed9abdd47f1c8e6cf8916b70a48c93016dd9926df6a0981c9b47 525B / 525B done
10:59:28 #14 sha256:156f8400f6eb0df86c13844ba62bf5c21fafda08f0c2f5019436ce574279ead1 940B / 940B done
10:59:28 #14 sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 14.84kB / 14.84kB 0.1s done
10:59:28 #14 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 done
10:59:28 #14 DONE 0.7s
10:59:28 
10:59:28 #15 [build-base-alpine 1/4] FROM docker.io/library/golang:1.17.13-alpine@sha256:99ddec1bbfd6d6bca3f9804c02363daee8c8524dae50df7942e8e60788fd17c9
10:59:28 #15 resolve docker.io/library/golang:1.17.13-alpine@sha256:99ddec1bbfd6d6bca3f9804c02363daee8c8524dae50df7942e8e60788fd17c9 0.0s done
10:59:28 #15 sha256:99ddec1bbfd6d6bca3f9804c02363daee8c8524dae50df7942e8e60788fd17c9 1.65kB / 1.65kB done
10:59:28 #15 sha256:c80567372be0d486766593cc722d3401038e2f150a0f6c5c719caa63afb4026a 1.36kB / 1.36kB done
10:59:28 #15 sha256:270c4f58750f15170f29d4a8624b6d07de09de6ed0bf4c18ba47d257c087ee4d 5.23kB / 5.23kB done
10:59:28 #15 sha256:530afca65e2ea04227630ae746e0c85b2bd1a179379cbf2b6501b49c4cab2ccc 2.80MB / 2.80MB 0.4s done
10:59:28 #15 sha256:d450d4da0343091dd049727bcf8ccaae8c22b9b11cbb26823c403343ca9faa1c 271.83kB / 271.83kB 0.2s done
10:59:28 #15 sha256:8162171ecb65551f90de8eb79be7a98850c0b4fa7af6e31150ad932d3ea3fb32 153B / 153B 0.3s done
10:59:28 #15 sha256:ff63b82a42d3d44071011eb2a1262a77c15520b940511c05ebd7a7c3019fdff6 19.92MB / 109.95MB 0.7s
10:59:28 #15 extracting sha256:530afca65e2ea04227630ae746e0c85b2bd1a179379cbf2b6501b49c4cab2ccc 0.2s
10:59:28 #15 sha256:5b4b56e6b99464c54d3f129e00bd20b617c458db956feb2970245abc431fe85f 155B / 155B 0.6s
10:59:28 #15 sha256:ff63b82a42d3d44071011eb2a1262a77c15520b940511c05ebd7a7c3019fdff6 45.09MB / 109.95MB 1.0s
10:59:29 #15 sha256:ff63b82a42d3d44071011eb2a1262a77c15520b940511c05ebd7a7c3019fdff6 55.71MB / 109.95MB 1.1s
10:59:29 #15 sha256:ff63b82a42d3d44071011eb2a1262a77c15520b940511c05ebd7a7c3019fdff6 62.91MB / 109.95MB 1.2s
10:59:29 #15 sha256:ff63b82a42d3d44071011eb2a1262a77c15520b940511c05ebd7a7c3019fdff6 71.30MB / 109.95MB 1.4s
10:59:29 #15 extracting sha256:530afca65e2ea04227630ae746e0c85b2bd1a179379cbf2b6501b49c4cab2ccc 0.8s done
10:59:29 #15 sha256:ff63b82a42d3d44071011eb2a1262a77c15520b940511c05ebd7a7c3019fdff6 81.79MB / 109.95MB 1.5s
10:59:29 #15 extracting sha256:d450d4da0343091dd049727bcf8ccaae8c22b9b11cbb26823c403343ca9faa1c
10:59:29 #15 sha256:ff63b82a42d3d44071011eb2a1262a77c15520b940511c05ebd7a7c3019fdff6 97.52MB / 109.95MB 1.8s
10:59:29 #15 extracting sha256:d450d4da0343091dd049727bcf8ccaae8c22b9b11cbb26823c403343ca9faa1c 0.2s done
10:59:30 #15 sha256:ff63b82a42d3d44071011eb2a1262a77c15520b940511c05ebd7a7c3019fdff6 103.81MB / 109.95MB 1.9s
10:59:30 #15 sha256:ff63b82a42d3d44071011eb2a1262a77c15520b940511c05ebd7a7c3019fdff6 109.95MB / 109.95MB 2.1s
10:59:30 #15 extracting sha256:8162171ecb65551f90de8eb79be7a98850c0b4fa7af6e31150ad932d3ea3fb32
10:59:30 #15 sha256:ff63b82a42d3d44071011eb2a1262a77c15520b940511c05ebd7a7c3019fdff6 109.95MB / 109.95MB 2.1s done
10:59:30 #15 extracting sha256:8162171ecb65551f90de8eb79be7a98850c0b4fa7af6e31150ad932d3ea3fb32 done
10:59:30 #15 extracting sha256:ff63b82a42d3d44071011eb2a1262a77c15520b940511c05ebd7a7c3019fdff6
10:59:30 #15 ...
10:59:30 
10:59:30 #16 [internal] load build context
10:59:30 #16 transferring context: 50.59MB 2.7s done
10:59:30 #16 DONE 2.8s
10:59:30 
10:59:30 #15 [build-base-alpine 1/4] FROM docker.io/library/golang:1.17.13-alpine@sha256:99ddec1bbfd6d6bca3f9804c02363daee8c8524dae50df7942e8e60788fd17c9
10:59:35 #15 extracting sha256:ff63b82a42d3d44071011eb2a1262a77c15520b940511c05ebd7a7c3019fdff6 4.5s done
10:59:35 #15 extracting sha256:5b4b56e6b99464c54d3f129e00bd20b617c458db956feb2970245abc431fe85f done
10:59:35 #15 DONE 7.4s
10:59:35 
10:59:35 #17 [build-base-alpine 2/4] COPY --from=xx / /
10:59:36 #17 DONE 1.1s
10:59:36 
10:59:36 #18 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
10:59:36 #18 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
10:59:36 #18 sha256:9a072fc69921655d494291e64abe03c6b872ce4522837193a46aee910330fba7 455B / 455B done
10:59:36 #18 sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 117B / 117B 0.1s done
10:59:36 #18 sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 5.46kB / 5.46kB done
10:59:36 #18 sha256:8d61139feed19d3685ffc483d41349d49cbdba3ee104a9104dd0ac98cdbc1479 523B / 523B done
10:59:36 #18 extracting sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 done
10:59:36 #18 ...
10:59:36 
10:59:36 #19 [build-base-alpine 3/4] RUN apk add --no-cache clang lld llvm file git
10:59:37 #19 0.356 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
10:59:38 #19 1.437 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
10:59:38 #19 1.641 (1/18) Installing libffi (3.4.2-r1)
10:59:38 #19 1.644 (2/18) Installing libgcc (11.2.1_git20220219-r2)
10:59:38 #19 1.647 (3/18) Installing libstdc++ (11.2.1_git20220219-r2)
10:59:38 #19 1.662 (4/18) Installing xz-libs (5.2.5-r1)
10:59:38 #19 1.666 (5/18) Installing libxml2 (2.9.14-r0)
10:59:38 #19 1.682 (6/18) Installing llvm13-libs (13.0.1-r2)
10:59:39 #19 2.511 (7/18) Installing clang-libs (13.0.1-r1)
10:59:39 #19 3.261 (8/18) Installing clang (13.0.1-r1)
10:59:39 #19 3.339 (9/18) Installing libmagic (5.41-r0)
10:59:39 #19 3.362 (10/18) Installing file (5.41-r0)
10:59:40 #19 3.364 (11/18) Installing brotli-libs (1.0.9-r6)
10:59:40 #19 3.377 (12/18) Installing nghttp2-libs (1.47.0-r0)
10:59:40 #19 3.380 (13/18) Installing libcurl (7.83.1-r2)
10:59:40 #19 3.391 (14/18) Installing expat (2.4.8-r0)
10:59:40 #19 3.394 (15/18) Installing pcre2 (10.40-r0)
10:59:40 #19 3.403 (16/18) Installing git (2.36.2-r0)
10:59:40 #19 3.527 (17/18) Installing lld (13.0.1-r0)
10:59:40 #19 3.566 (18/18) Installing llvm13 (13.0.1-r2)
10:59:40 #19 4.085 Executing busybox-1.35.0-r15.trigger
10:59:40 #19 4.090 OK: 310 MiB in 33 packages
10:59:43 #19 DONE 7.0s
10:59:43 
10:59:43 #18 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
10:59:43 #18 ...
10:59:43 
10:59:43 #20 [build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
10:59:43 #20 DONE 0.0s
10:59:43 
10:59:43 #21 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
10:59:44 #21 0.412 + apk  --root / add --no-cache musl-dev gcc
10:59:44 #21 0.417 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
10:59:45 #21 1.482 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
10:59:45 #21 1.689 (1/9) Installing binutils (2.38-r3)
10:59:45 #21 1.762 (2/9) Installing libgomp (11.2.1_git20220219-r2)
10:59:45 #21 1.768 (3/9) Installing libatomic (11.2.1_git20220219-r2)
10:59:45 #21 1.770 (4/9) Installing gmp (6.2.1-r2)
10:59:45 #21 1.779 (5/9) Installing isl22 (0.22-r0)
10:59:45 #21 1.796 (6/9) Installing mpfr4 (4.1.0-r0)
10:59:45 #21 1.821 (7/9) Installing mpc1 (1.2.1-r0)
10:59:45 #21 1.824 (8/9) Installing gcc (11.2.1_git20220219-r2)
10:59:46 #21 2.553 (9/9) Installing musl-dev (1.2.3-r0)
10:59:46 #21 2.623 Executing busybox-1.35.0-r15.trigger
10:59:46 #21 2.628 OK: 421 MiB in 42 packages
10:59:47 #21 DONE 3.9s
10:59:47 
10:59:47 #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
10:59:48 #22 0.476 Building static docker-linux-amd64
11:01:24 #22 DONE 95.3s
11:01:24 
11:01:24 #18 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:01:24 #18 ...
11:01:24 
11:01:24 #23 [binary 1/1] COPY --from=build /out .
11:01:24 #23 DONE 0.7s
11:01:24 
11:01:24 #24 exporting to client
11:01:24 #24 copying files 47B
11:01:24 #24 copying files 50.53MB 0.3s done
11:01:24 #24 DONE 0.3s
11:01:24 
11:01:24 #18 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:01:24 make -C /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker VERSION=0.0.0-20220804091928-715cfc4 DOCKER_BUILD_OPTS="" binary
11:01:24 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker'
11:01:24 mkdir -p autogen
11:01:24 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 build definition from Dockerfile
11:01:25 #1 sha256:919c9c421aa8587252d3a8c5e0e540a920270e96bc9c896fd09786c9fe804228
11:01:25 #1 transferring dockerfile: 17.05kB done
11:01:25 #1 DONE 0.0s
11:01:25 
11:01:25 #2 [internal] load .dockerignore
11:01:25 #2 sha256:99bf415cc514cb4feb91f913b64272201fc612c8aeac7e93d66b9b35835905cb
11:01:25 #2 transferring context: 87B done
11:01:25 #2 DONE 0.0s
11:01:25 
11:01:25 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
11:01:25 #4 sha256:a00498e4698d3cc145b94c1efed55ae760d26bd2ecae81d22f6faeb53fb4b23a
11:01:25 #4 DONE 0.0s
11:01:25 
11:01:25 #3 resolve image config for docker.io/docker/dockerfile:1.2
11:01:25 #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
11:01:25 #3 DONE 0.4s
11:01:25 
11:01:25 #5 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
11:01:25 #5 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
11:01:25 #5 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
11:01:25 #5 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
11:01:25 #5 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
11:01:25 #5 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
11:01:25 #5 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 4.19MB / 9.64MB 0.1s
11:01:25 #5 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.1s done
11:01:25 #5 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s
11:01:25 #5 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done
11:01:25 #5 DONE 0.4s
11:01:26 
11:01:26 #9 [auth] djs55/vpnkit:pull token for registry-1.docker.io
11:01:26 #9 sha256:d2817942d36f099938cc59a9ecba7a6b3f585d33f73d999e0be6d242dc3a78ec
11:01:26 #9 DONE 0.0s
11:01:26 
11:01:26 #10 [auth] library/golang:pull token for registry-1.docker.io
11:01:26 #10 sha256:925e737be5f26c31b8a0393a072754df002f82096e81a28288519342b594ecc2
11:01:26 #10 DONE 0.0s
11:01:26 
11:01:26 #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
11:01:26 #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
11:01:26 #8 DONE 0.3s
11:01:26 
11:01:26 #6 [internal] load metadata for docker.io/library/golang:1.17.13-buster
11:01:26 #6 sha256:40a9161f8e891f8f8210f84771f2b9e68e9dcc207334a1a5213e3fc901333311
11:01:26 #6 DONE 0.3s
11:01:26 
11:01:26 #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
11:01:26 #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
11:01:26 #7 DONE 0.3s
11:01:26 
11:01:26 #11 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:01:26 #11 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:01:26 #11 resolve docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 0.0s done
11:01:26 #11 sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 1.86kB / 1.86kB done
11:01:26 #11 sha256:84aa851c553c42887cd92f76901f8c514845d657d43606de672019051f677cb1 1.79kB / 1.79kB done
11:01:26 #11 sha256:36c834315aca7d18b55fe6e6dd4ae391fcf6ea4a640e480ec938d9f29ad19230 7.12kB / 7.12kB done
11:01:26 #11 sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 0B / 7.86MB 0.1s
11:01:26 #11 sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 0B / 10.00MB 0.1s
11:01:26 #11 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 0B / 50.44MB 0.1s
11:01:26 #11 sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 5.24MB / 7.86MB 0.2s
11:01:26 #11 sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 4.19MB / 10.00MB 0.2s
11:01:26 #11 sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 7.86MB / 7.86MB 0.3s done
11:01:26 #11 sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 8.39MB / 10.00MB 0.3s
11:01:26 #11 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 7.40MB / 50.44MB 0.3s
11:01:26 #11 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 0B / 51.84MB 0.3s
11:01:26 #11 sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 10.00MB / 10.00MB 0.3s done
11:01:26 #11 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 15.73MB / 50.44MB 0.4s
11:01:26 #11 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 2.74MB / 51.84MB 0.4s
11:01:26 #11 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 0B / 68.83MB 0.4s
11:01:26 #11 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 27.26MB / 50.44MB 0.6s
11:01:26 #11 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 15.73MB / 51.84MB 0.6s
11:01:26 #11 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 6.29MB / 68.83MB 0.6s
11:01:27 #11 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 33.55MB / 50.44MB 0.7s
11:01:27 #11 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 20.41MB / 51.84MB 0.7s
11:01:27 #11 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 10.49MB / 68.83MB 0.7s
11:01:27 #11 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 49.28MB / 50.44MB 0.9s
11:01:27 #11 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 32.51MB / 51.84MB 0.9s
11:01:27 #11 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 23.07MB / 68.83MB 0.9s
11:01:27 #11 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 40.89MB / 51.84MB 1.0s
11:01:27 #11 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 29.36MB / 68.83MB 1.0s
11:01:27 #11 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 46.14MB / 51.84MB 1.1s
11:01:27 #11 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 38.27MB / 68.83MB 1.1s
11:01:27 #11 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 50.44MB / 50.44MB 1.3s done
11:01:27 #11 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 51.84MB / 51.84MB 1.3s
11:01:27 #11 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 58.79MB / 68.83MB 1.3s
11:01:27 #11 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 68.16MB / 68.83MB 1.5s
11:01:27 #11 extracting sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99
11:01:27 #11 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 51.84MB / 51.84MB 1.6s done
11:01:27 #11 sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 0B / 155B 1.7s
11:01:28 #11 sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 155B / 155B 1.8s
11:01:28 #11 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 68.83MB / 68.83MB 2.2s done
11:01:28 #11 sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 155B / 155B 2.2s done
11:01:28 #11 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 7.88MB / 135.06MB 2.4s
11:01:28 #11 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 17.83MB / 135.06MB 2.6s
11:01:29 #11 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 37.75MB / 135.06MB 3.0s
11:01:29 #11 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 50.33MB / 135.06MB 3.2s
11:01:29 #11 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 57.89MB / 135.06MB 3.3s
11:01:29 #11 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 72.35MB / 135.06MB 3.5s
11:01:29 #11 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 84.93MB / 135.06MB 3.7s
11:01:30 #11 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 98.57MB / 135.06MB 3.9s
11:01:30 #11 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 112.20MB / 135.06MB 4.1s
11:01:30 #11 ...
11:01:30 
11:01:30 #17 [internal] load build context
11:01:30 #17 sha256:3bdc8c82fb2ad8baa2ff249acf33f9793250cff333452530eb34df3b042f1aa3
11:01:30 #17 transferring context: 53.38MB 4.1s done
11:01:30 #17 DONE 4.2s
11:01:30 
11:01:30 #11 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:01:30 #11 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:01:30 #11 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 121.92MB / 135.06MB 4.2s
11:01:30 #11 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 135.06MB / 135.06MB 4.4s
11:01:31 #11 ...
11:01:31 
11:01:31 #31 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:01:31 #31 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
11:01:31 #31 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
11:01:31 #31 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
11:01:31 #31 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
11:01:31 #31 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
11:01:31 #31 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 2.5s done
11:01:31 #31 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.1s done
11:01:31 #31 DONE 5.5s
11:01:31 
11:01:31 #33 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
11:01:31 #33 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
11:01:31 #33 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
11:01:31 #33 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
11:01:31 #33 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
11:01:31 #33 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 2.6s done
11:01:31 #33 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.1s done
11:01:31 #33 DONE 5.6s
11:01:31 
11:01:31 #11 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:01:31 #11 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:01:31 #11 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 135.06MB / 135.06MB 5.4s done
11:01:33 #11 extracting sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 5.2s
11:01:33 #11 extracting sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 5.3s done
11:01:33 #11 extracting sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9
11:01:33 #11 extracting sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 0.4s done
11:01:33 #11 extracting sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641
11:01:33 #11 ...
11:01:33 
11:01:33 #32 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
11:01:33 #32 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
11:01:33 #32 DONE 0.5s
11:01:33 
11:01:33 #11 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:01:33 #11 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:01:34 #11 extracting sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 0.3s done
11:01:34 #11 ...
11:01:34 
11:01:34 #34 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
11:01:34 #34 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
11:01:34 #34 DONE 0.6s
11:01:34 
11:01:34 #11 [base 1/3] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:01:34 #11 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:01:34 #11 extracting sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921
11:01:37 #11 extracting sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 2.6s done
11:01:37 #11 extracting sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 0.1s
11:01:39 #11 extracting sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 2.4s done
11:01:39 #11 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1
11:01:44 #11 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 5.0s
11:01:44 #11 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 5.3s done
11:01:45 #11 extracting sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 done
11:01:45 #11 DONE 19.1s
11:01:45 
11:01:45 #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
11:01:45 #12 sha256:06306930cc58f971b10027014f39f6c684d214a33faa0aa9df474fbdd3014db0
11:01:48 #12 DONE 2.9s
11:01:48 
11:01:48 #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
11:01:48 #13 sha256:39c29c376a318945afbf152e86df9ac49ee8122f345a5efad5081fa552dcb2f1
11:01:48 #13 DONE 0.4s
11:01:48 
11:01:48 #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
11:01:48 #25 sha256:48cfb4a11cafad49d379edd29e558ce8ce7a673528dfb8656bc5713682770562
11:01:50 #25 ...
11:01:50 
11:01:50 #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
11:01:50 #14 sha256:ac533694b5a43037151cb71db16cf74271ddf5451e6e9dfcccc9b03262144145
11:01:50 #14 DONE 1.3s
11:01:50 
11:01:50 #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
11:01:50 #25 sha256:48cfb4a11cafad49d379edd29e558ce8ce7a673528dfb8656bc5713682770562
11:01:50 #25 1.339 + RM_GOPATH=0
11:01:50 #25 1.339 + TMP_GOPATH=
11:01:50 #25 1.339 + : /build
11:01:50 #25 1.339 + '[' -z '' ']'
11:01:50 #25 1.339 ++ mktemp -d
11:01:50 #25 1.339 + export GOPATH=/tmp/tmp.OdZcH7eJJm
11:01:50 #25 1.339 + GOPATH=/tmp/tmp.OdZcH7eJJm
11:01:50 #25 1.339 + RM_GOPATH=1
11:01:50 #25 1.339 + case "$(go env GOARCH)" in
11:01:50 #25 1.339 ++ go env GOARCH
11:01:50 #25 1.346 + export GO_BUILDMODE=-buildmode=pie
11:01:50 #25 1.346 + GO_BUILDMODE=-buildmode=pie
11:01:50 #25 1.346 ++ dirname /tmp/install/install.sh
11:01:50 #25 1.346 + dir=/tmp/install
11:01:50 #25 1.346 + bin=rootlesskit
11:01:50 #25 1.346 + shift
11:01:50 #25 1.346 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
11:01:50 #25 1.346 + . /tmp/install/rootlesskit.installer
11:01:50 #25 1.346 ++ : v0.14.4
11:01:50 #25 1.346 + install_rootlesskit
11:01:50 #25 1.346 + case "$1" in
11:01:50 #25 1.346 + export CGO_ENABLED=0
11:01:50 #25 1.346 + CGO_ENABLED=0
11:01:50 #25 1.346 + _install_rootlesskit
11:01:50 #25 1.348 + echo 'Install rootlesskit version v0.14.4'
11:01:50 #25 1.348 + for f in rootlesskit rootlesskit-docker-proxy
11:01:50 #25 1.348 + GOBIN=/build
11:01:50 #25 1.348 + GO111MODULE=on
11:01:50 #25 1.348 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:01:50 #25 1.348 Install rootlesskit version v0.14.4
11:01:50 #25 1.775 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:01:51 #25 2.903 go: downloading github.com/pkg/errors v0.9.1
11:01:51 #25 2.919 go: downloading github.com/sirupsen/logrus v1.8.1
11:01:51 #25 2.921 go: downloading github.com/urfave/cli/v2 v2.3.0
11:01:52 #25 3.234 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:01:52 #25 4.253 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:01:53 #25 4.532 go: downloading github.com/google/uuid v1.3.0
11:01:53 #25 4.614 go: downloading github.com/moby/vpnkit v0.5.0
11:01:53 #25 4.676 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:01:53 #25 4.767 go: downloading github.com/gofrs/flock v0.8.1
11:01:53 #25 4.818 go: downloading github.com/gorilla/mux v1.8.0
11:01:53 #25 4.933 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:01:53 #25 5.001 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:01:53 #25 5.067 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:01:55 #25 7.018 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:01:55 #25 7.052 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:01:58 #25 ...
11:01:58 
11:01:58 #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
11:01:58 #16 sha256:7679a141ac2b7e90d1d60ecbfc7652bc9cb12f72b12e1e5d3dd6d424569933e8
11:01:58 #16 1.734 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
11:01:58 #16 1.774 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [73.5 kB]
11:01:58 #16 1.774 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
11:01:58 #16 1.990 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7911 kB]
11:01:58 #16 2.595 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [338 kB]
11:01:58 #16 3.514 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B]
11:01:58 #16 7.423 Fetched 8509 kB in 6s (1430 kB/s)
11:01:58 #16 7.423 Reading package lists...
11:01:58 #16 9.914 Reading package lists...
11:01:58 #16 ...
11:01:58 
11:01:58 #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
11:01:58 #22 sha256:4202108ace7e6508cf6bbba053059e9226f0066342002abaf8fcfe515c1899ea
11:01:58 #22 2.018 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
11:01:58 #22 2.018 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [73.5 kB]
11:01:58 #22 2.018 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
11:01:58 #22 2.361 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7911 kB]
11:01:58 #22 3.080 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [338 kB]
11:01:58 #22 4.108 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B]
11:01:58 #22 7.844 Fetched 8509 kB in 6s (1397 kB/s)
11:01:58 #22 7.844 Reading package lists...
11:01:58 #22 ...
11:01:58 
11:01:58 #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
11:01:58 #29 sha256:96abbdf47a9dd4f3e97aadaaf5061fd1177469d7910fa6592c522d9b90563e54
11:01:58 #29 1.707 + RM_GOPATH=0
11:01:58 #29 1.707 + TMP_GOPATH=
11:01:58 #29 1.707 + : /build
11:01:58 #29 1.707 + '[' -z '' ']'
11:01:58 #29 1.707 ++ mktemp -d
11:01:58 #29 1.710 + export GOPATH=/tmp/tmp.FwJDMKSSmg
11:01:58 #29 1.717 + GOPATH=/tmp/tmp.FwJDMKSSmg
11:01:58 #29 1.717 + RM_GOPATH=1
11:01:58 #29 1.717 + case "$(go env GOARCH)" in
11:01:58 #29 1.717 ++ go env GOARCH
11:01:58 #29 1.727 + export GO_BUILDMODE=-buildmode=pie
11:01:58 #29 1.727 + GO_BUILDMODE=-buildmode=pie
11:01:58 #29 1.731 ++ dirname /tmp/install/install.sh
11:01:58 #29 1.741 + dir=/tmp/install
11:01:58 #29 1.741 + bin=proxy
11:01:58 #29 1.741 + shift
11:01:58 #29 1.741 + '[' '!' -f /tmp/install/proxy.installer ']'
11:01:58 #29 1.741 + . /tmp/install/proxy.installer
11:01:58 #29 1.741 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
11:01:58 #29 1.741 + install_proxy
11:01:58 #29 1.741 + case "$1" in
11:01:58 #29 1.741 + export CGO_ENABLED=0
11:01:58 #29 1.741 + CGO_ENABLED=0
11:01:58 #29 1.741 + _install_proxy
11:01:58 #29 1.741 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
11:01:58 #29 1.741 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.FwJDMKSSmg/src/github.com/docker/libnetwork
11:01:58 #29 1.741 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
11:01:58 #29 1.749 Cloning into '/tmp/tmp.FwJDMKSSmg/src/github.com/docker/libnetwork'...
11:01:58 #29 8.490 + cd /tmp/tmp.FwJDMKSSmg/src/github.com/docker/libnetwork
11:01:58 #29 8.490 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
11:01:58 #29 8.870 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
11:01:59 #29 ...
11:01:59 
11:01:59 #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
11:01:59 #22 sha256:4202108ace7e6508cf6bbba053059e9226f0066342002abaf8fcfe515c1899ea
11:02:00 #22 10.35 Reading package lists...
11:02:00 #22 ...
11:02:00 
11:02:00 #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
11:02:00 #15 sha256:a5b7678be5005990830cddaa005a29af45d55b080d82ecc50b64b3d1b486d253
11:02:00 #15 1.185 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
11:02:00 #15 1.213 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [73.5 kB]
11:02:00 #15 1.216 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
11:02:00 #15 1.217 Get:4 http://deb.debian.org/debian buster-backports InRelease [51.4 kB]
11:02:00 #15 1.662 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7911 kB]
11:02:00 #15 2.438 Get:6 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [338 kB]
11:02:00 #15 3.547 Get:7 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B]
11:02:00 #15 4.638 Get:8 http://deb.debian.org/debian buster-backports/main amd64 Packages [488 kB]
11:02:00 #15 7.818 Fetched 9048 kB in 7s (1316 kB/s)
11:02:00 #15 7.818 Reading package lists...
11:02:00 #15 10.57 Reading package lists...
11:02:00 #15 ...
11:02:00 
11:02:00 #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
11:02:00 #16 sha256:7679a141ac2b7e90d1d60ecbfc7652bc9cb12f72b12e1e5d3dd6d424569933e8
11:02:00 #16 9.914 Reading package lists...
11:02:01 #16 12.46 Building dependency tree...
11:02:02 #16 13.67 The following additional packages will be installed:
11:02:02 #16 13.68   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
11:02:02 #16 13.68 Suggested packages:
11:02:02 #16 13.68   cmake-doc ninja-build lrzip
11:02:02 #16 13.68 Recommended packages:
11:02:02 #16 13.68   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
11:02:02 #16 14.03 The following NEW packages will be installed:
11:02:02 #16 14.04   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
11:02:02 #16 14.04   vim-common xxd
11:02:03 #16 14.34 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
11:02:03 #16 14.34 Need to get 14.9 MB of archives.
11:02:03 #16 14.34 After this operation, 61.8 MB of additional disk space will be used.
11:02:03 #16 14.34 Get:1 http://deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5+deb10u2 [140 kB]
11:02:03 #16 14.34 Get:2 http://deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5+deb10u2 [195 kB]
11:02:03 #16 14.35 Get:3 http://deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB]
11:02:03 #16 14.75 Get:4 http://deb.debian.org/debian-security buster/updates/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u4 [689 kB]
11:02:03 #16 14.76 Get:5 http://deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
11:02:03 #16 14.82 Get:6 http://deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
11:02:03 #16 14.85 Get:7 http://deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
11:02:03 #16 14.85 Get:8 http://deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
11:02:03 #16 14.85 Get:9 http://deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB]
11:02:03 #16 14.85 Get:10 http://deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
11:02:04 #16 15.51 debconf: delaying package configuration, since apt-utils is not installed
11:02:04 #16 15.58 Fetched 14.9 MB in 1s (16.0 MB/s)
11:02:04 #16 15.66 Selecting previously unselected package xxd.
11:02:04 #16 15.66 (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.)
11:02:04 #16 15.69 Preparing to unpack .../0-xxd_2%3a8.1.0875-5+deb10u2_amd64.deb ...
11:02:04 #16 15.70 Unpacking xxd (2:8.1.0875-5+deb10u2) ...
11:02:04 #16 15.86 Selecting previously unselected package vim-common.
11:02:04 #16 15.87 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5+deb10u2_all.deb ...
11:02:04 #16 15.90 Unpacking vim-common (2:8.1.0875-5+deb10u2) ...
11:02:04 #16 ...
11:02:04 
11:02:04 #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
11:02:04 #29 sha256:96abbdf47a9dd4f3e97aadaaf5061fd1177469d7910fa6592c522d9b90563e54
11:02:04 #29 DONE 16.0s
11:02:04 
11:02:04 #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
11:02:04 #22 sha256:4202108ace7e6508cf6bbba053059e9226f0066342002abaf8fcfe515c1899ea
11:02:04 #22 10.35 Reading package lists...
11:02:04 #22 12.92 Building dependency tree...
11:02:04 #22 14.12 The following additional packages will be installed:
11:02:04 #22 14.12   libbtrfs0
11:02:04 #22 14.17 The following NEW packages will be installed:
11:02:04 #22 14.17   libbtrfs-dev libbtrfs0
11:02:04 #22 14.46 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
11:02:04 #22 14.46 Need to get 119 kB of archives.
11:02:04 #22 14.46 After this operation, 387 kB of additional disk space will be used.
11:02:04 #22 14.46 Get:1 http://deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
11:02:04 #22 14.47 Get:2 http://deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
11:02:04 #22 14.92 debconf: delaying package configuration, since apt-utils is not installed
11:02:04 #22 15.04 Fetched 119 kB in 0s (454 kB/s)
11:02:04 #22 15.09 Selecting previously unselected package libbtrfs0.
11:02:04 #22 15.09 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15421 files and directories currently installed.)
11:02:04 #22 15.12 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
11:02:04 #22 15.13 Unpacking libbtrfs0 (4.20.1-2) ...
11:02:04 #22 15.19 Selecting previously unselected package libbtrfs-dev.
11:02:04 #22 15.19 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
11:02:04 #22 15.19 Unpacking libbtrfs-dev (4.20.1-2) ...
11:02:04 #22 15.39 Setting up libbtrfs0 (4.20.1-2) ...
11:02:04 #22 15.40 Setting up libbtrfs-dev (4.20.1-2) ...
11:02:04 #22 15.42 Processing triggers for libc-bin (2.28-10+deb10u1) ...
11:02:04 #22 DONE 16.0s
11:02:04 
11:02:04 #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
11:02:04 #16 sha256:7679a141ac2b7e90d1d60ecbfc7652bc9cb12f72b12e1e5d3dd6d424569933e8
11:02:04 #16 16.04 Selecting previously unselected package libicu63:amd64.
11:02:04 #16 16.04 Preparing to unpack .../2-libicu63_63.1-6+deb10u3_amd64.deb ...
11:02:04 #16 16.07 Unpacking libicu63:amd64 (63.1-6+deb10u3) ...
11:02:06 #16 ...
11:02:06 
11:02:06 #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
11:02:06 #15 sha256:a5b7678be5005990830cddaa005a29af45d55b080d82ecc50b64b3d1b486d253
11:02:06 #15 10.57 Reading package lists...
11:02:06 #15 13.01 Building dependency tree...
11:02:06 #15 14.10 The following additional packages will be installed:
11:02:06 #15 14.10   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
11:02:06 #15 14.10   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
11:02:06 #15 14.10   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
11:02:06 #15 14.10   libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common
11:02:06 #15 14.10   mingw-w64-x86-64-dev
11:02:06 #15 14.11 Suggested packages:
11:02:06 #15 14.11   gcc-8-locales seccomp wine64
11:02:06 #15 14.54 The following NEW packages will be installed:
11:02:06 #15 14.54   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
11:02:06 #15 14.54   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
11:02:06 #15 14.54   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
11:02:06 #15 14.54   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
11:02:06 #15 14.54   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
11:02:06 #15 14.54   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
11:02:06 #15 14.55 The following packages will be upgraded:
11:02:06 #15 14.55   libseccomp2
11:02:06 #15 14.83 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
11:02:06 #15 14.83 Need to get 77.8 MB of archives.
11:02:06 #15 14.83 After this operation, 487 MB of additional disk space will be used.
11:02:06 #15 14.83 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.5.1-1~bpo10+1 [47.7 kB]
11:02:06 #15 14.85 Get:2 http://deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
11:02:06 #15 14.92 Get:3 http://deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
11:02:06 #15 15.04 Get:4 http://deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
11:02:06 #15 15.05 Get:5 http://deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
11:02:06 #15 15.05 Get:6 http://deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
11:02:06 #15 15.08 Get:7 http://deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
11:02:06 #15 15.37 Get:8 http://deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
11:02:06 #15 15.55 Get:9 http://deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u2 [175 kB]
11:02:06 #15 15.55 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]
11:02:07 #15 17.30 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]
11:02:08 #15 18.40 Get:12 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
11:02:08 #15 18.40 Get:13 http://deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
11:02:08 #15 18.40 Get:14 http://deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
11:02:08 #15 18.40 Get:15 http://deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
11:02:08 #15 18.40 Get:16 http://deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
11:02:08 #15 18.40 Get:17 http://deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u8 [110 kB]
11:02:08 #15 18.40 Get:18 http://deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
11:02:08 #15 18.41 Get:19 http://deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
11:02:08 #15 18.42 Get:20 http://deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
11:02:08 #15 18.43 Get:21 http://deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
11:02:08 #15 18.44 Get:22 http://deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
11:02:08 #15 18.45 Get:23 http://deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
11:02:08 #15 18.46 Get:24 http://deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
11:02:08 #15 18.46 Get:25 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.5.1-1~bpo10+1 [90.3 kB]
11:02:08 #15 18.46 Get:26 http://deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB]
11:02:08 #15 18.86 debconf: delaying package configuration, since apt-utils is not installed
11:02:09 #15 18.92 Fetched 77.8 MB in 4s (19.9 MB/s)
11:02:09 #15 18.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.)
11:02:09 #15 19.01 Preparing to unpack .../libseccomp2_2.5.1-1~bpo10+1_amd64.deb ...
11:02:09 #15 19.03 Unpacking libseccomp2:amd64 (2.5.1-1~bpo10+1) over (2.3.3-4) ...
11:02:09 #15 19.16 Setting up libseccomp2:amd64 (2.5.1-1~bpo10+1) ...
11:02:09 #15 19.27 Selecting previously unselected package binutils-mingw-w64-i686.
11:02:09 #15 19.27 (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.)
11:02:09 #15 19.30 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
11:02:09 #15 19.31 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
11:02:10 #15 20.22 Selecting previously unselected package binutils-mingw-w64-x86-64.
11:02:10 #15 20.22 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
11:02:10 #15 20.23 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
11:02:11 #15 21.26 Selecting previously unselected package binutils-mingw-w64.
11:02:11 #15 21.26 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
11:02:11 #15 21.28 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
11:02:11 #15 ...
11:02:11 
11:02:11 #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
11:02:11 #16 sha256:7679a141ac2b7e90d1d60ecbfc7652bc9cb12f72b12e1e5d3dd6d424569933e8
11:02:11 #16 18.69 Selecting previously unselected package libxml2:amd64.
11:02:11 #16 18.70 Preparing to unpack .../3-libxml2_2.9.4+dfsg1-7+deb10u4_amd64.deb ...
11:02:11 #16 18.71 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u4) ...
11:02:11 #16 19.39 Selecting previously unselected package cmake-data.
11:02:11 #16 19.40 Preparing to unpack .../4-cmake-data_3.13.4-1_all.deb ...
11:02:11 #16 19.41 Unpacking cmake-data (3.13.4-1) ...
11:02:11 #16 20.60 Selecting previously unselected package libarchive13:amd64.
11:02:11 #16 20.60 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
11:02:11 #16 20.61 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
11:02:11 #16 20.77 Selecting previously unselected package libjsoncpp1:amd64.
11:02:11 #16 20.77 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
11:02:11 #16 20.78 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
11:02:11 #16 20.87 Selecting previously unselected package librhash0:amd64.
11:02:11 #16 20.87 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
11:02:11 #16 20.89 Unpacking librhash0:amd64 (1.3.8-1) ...
11:02:11 #16 20.98 Selecting previously unselected package libuv1:amd64.
11:02:11 #16 20.99 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_amd64.deb ...
11:02:11 #16 20.99 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ...
11:02:11 #16 21.07 Selecting previously unselected package cmake.
11:02:11 #16 21.08 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
11:02:11 #16 21.08 Unpacking cmake (3.13.4-1) ...
11:02:11 #16 22.20 Setting up libicu63:amd64 (63.1-6+deb10u3) ...
11:02:11 #16 22.21 Setting up xxd (2:8.1.0875-5+deb10u2) ...
11:02:11 #16 22.22 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ...
11:02:11 #16 22.24 Setting up vim-common (2:8.1.0875-5+deb10u2) ...
11:02:11 #16 22.26 Setting up librhash0:amd64 (1.3.8-1) ...
11:02:11 #16 22.28 Setting up cmake-data (3.13.4-1) ...
11:02:11 #16 22.30 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u4) ...
11:02:11 #16 22.32 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
11:02:11 #16 22.33 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
11:02:11 #16 22.34 Setting up cmake (3.13.4-1) ...
11:02:11 #16 22.36 Processing triggers for libc-bin (2.28-10+deb10u1) ...
11:02:11 #16 22.40 Processing triggers for mime-support (3.62) ...
11:02:11 #16 DONE 22.8s
11:02:11 
11:02:11 #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
11:02:11 #15 sha256:a5b7678be5005990830cddaa005a29af45d55b080d82ecc50b64b3d1b486d253
11:02:11 #15 21.44 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:02:11 #15 21.44 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
11:02:11 #15 21.45 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
11:02:11 #15 ...
11:02:11 
11:02:11 #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
11:02:11 #18 sha256:52c6c0e5d865c3d514558eeca40ee7e59c948c3366dd310474f6eadef5184ef0
11:02:12 #18 1.243 + RM_GOPATH=0
11:02:12 #18 1.243 + TMP_GOPATH=
11:02:12 #18 1.244 + : /build
11:02:12 #18 1.244 + '[' -z '' ']'
11:02:12 #18 1.244 ++ mktemp -d
11:02:12 #18 1.247 + export GOPATH=/tmp/tmp.JY0UyZVI1L
11:02:12 #18 1.247 + GOPATH=/tmp/tmp.JY0UyZVI1L
11:02:12 #18 1.247 + RM_GOPATH=1
11:02:12 #18 1.248 + case "$(go env GOARCH)" in
11:02:12 #18 1.249 ++ go env GOARCH
11:02:12 #18 1.260 + export GO_BUILDMODE=-buildmode=pie
11:02:12 #18 1.261 + GO_BUILDMODE=-buildmode=pie
11:02:12 #18 1.262 ++ dirname /tmp/install/install.sh
11:02:12 #18 1.263 + dir=/tmp/install
11:02:12 #18 1.263 + bin=tini
11:02:12 #18 1.263 + shift
11:02:12 #18 1.264 + '[' '!' -f /tmp/install/tini.installer ']'
11:02:12 #18 1.267 + . /tmp/install/tini.installer
11:02:12 #18 1.267 ++ : v0.19.0
11:02:12 #18 1.268 + install_tini
11:02:12 #18 1.268 + echo 'Install tini version v0.19.0'
11:02:12 #18 1.268 Install tini version v0.19.0
11:02:12 #18 1.269 + git clone https://github.com/krallin/tini.git /tmp/tmp.JY0UyZVI1L/tini
11:02:12 #18 1.270 Cloning into '/tmp/tmp.JY0UyZVI1L/tini'...
11:02:13 #18 1.771 + cd /tmp/tmp.JY0UyZVI1L/tini
11:02:13 #18 1.772 + git checkout -q v0.19.0
11:02:13 #18 1.788 + cmake .
11:02:13 #18 1.985 -- The C compiler identification is GNU 8.3.0
11:02:13 #18 2.002 -- Check for working C compiler: /usr/bin/cc
11:02:13 #18 2.269 -- Check for working C compiler: /usr/bin/cc -- works
11:02:13 #18 2.272 -- Detecting C compiler ABI info
11:02:14 #18 2.610 -- Detecting C compiler ABI info - done
11:02:14 #18 2.636 -- Detecting C compile features
11:02:14 #18 ...
11:02:14 
11:02:14 #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
11:02:14 #23 sha256:d232cd277931d62b9583ab9d8457c502727834d5d56169ef7a5765cdb2be1704
11:02:14 #23 1.963 + RM_GOPATH=0
11:02:14 #23 1.963 + TMP_GOPATH=
11:02:14 #23 1.963 + : /build
11:02:14 #23 1.963 + '[' -z '' ']'
11:02:14 #23 1.966 ++ mktemp -d
11:02:14 #23 1.972 + export GOPATH=/tmp/tmp.RwHNYo216i
11:02:14 #23 1.972 + GOPATH=/tmp/tmp.RwHNYo216i
11:02:14 #23 1.972 + RM_GOPATH=1
11:02:14 #23 1.972 + case "$(go env GOARCH)" in
11:02:14 #23 1.972 ++ go env GOARCH
11:02:14 #23 2.001 Install containerd version v1.6.6
11:02:14 #23 2.001 + export GO_BUILDMODE=-buildmode=pie
11:02:14 #23 2.001 + GO_BUILDMODE=-buildmode=pie
11:02:14 #23 2.001 ++ dirname /tmp/install/install.sh
11:02:14 #23 2.001 + dir=/tmp/install
11:02:14 #23 2.001 + bin=containerd
11:02:14 #23 2.001 + shift
11:02:14 #23 2.001 + '[' '!' -f /tmp/install/containerd.installer ']'
11:02:14 #23 2.001 + . /tmp/install/containerd.installer
11:02:14 #23 2.001 ++ set -e
11:02:14 #23 2.001 ++ : v1.6.6
11:02:14 #23 2.001 + install_containerd
11:02:14 #23 2.001 + echo 'Install containerd version v1.6.6'
11:02:14 #23 2.001 + git clone https://github.com/containerd/containerd.git /tmp/tmp.RwHNYo216i/src/github.com/containerd/containerd
11:02:14 #23 2.001 Cloning into '/tmp/tmp.RwHNYo216i/src/github.com/containerd/containerd'...
11:02:14 #23 ...
11:02:14 
11:02:14 #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
11:02:14 #15 sha256:a5b7678be5005990830cddaa005a29af45d55b080d82ecc50b64b3d1b486d253
11:02:14 #15 21.58 Selecting previously unselected package dmsetup.
11:02:14 #15 21.58 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
11:02:14 #15 21.58 Unpacking dmsetup (2:1.02.155-3) ...
11:02:14 #15 21.75 Selecting previously unselected package mingw-w64-common.
11:02:14 #15 21.75 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
11:02:14 #15 21.75 Unpacking mingw-w64-common (6.0.0-3) ...
11:02:14 #15 24.01 Selecting previously unselected package mingw-w64-x86-64-dev.
11:02:14 #15 24.01 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
11:02:14 #15 24.01 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
11:02:16 #15 26.45 Selecting previously unselected package gcc-mingw-w64-base.
11:02:16 #15 26.45 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u2_amd64.deb ...
11:02:16 #15 26.46 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ...
11:02:16 #15 ...
11:02:16 
11:02:16 #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
11:02:16 #18 sha256:52c6c0e5d865c3d514558eeca40ee7e59c948c3366dd310474f6eadef5184ef0
11:02:16 #18 3.463 -- Detecting C compile features - done
11:02:16 #18 3.477 -- Performing Test HAS_BUILTIN_FORTIFY
11:02:16 #18 3.553 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:02:16 #18 3.603 -- Configuring done
11:02:16 #18 3.608 -- Generating done
11:02:16 #18 3.618 -- Build files have been written to: /tmp/tmp.JY0UyZVI1L/tini
11:02:16 #18 3.625 + make tini-static
11:02:16 #18 3.773 Scanning dependencies of target tini-static
11:02:16 #18 3.801 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:02:16 #18 4.305 [100%] Linking C executable tini-static
11:02:16 #18 4.568 [100%] Built target tini-static
11:02:16 #18 4.602 + mkdir -p /build
11:02:16 #18 4.608 + cp tini-static /build/docker-init
11:02:16 #18 DONE 5.2s
11:02:16 
11:02:16 #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
11:02:16 #15 sha256:a5b7678be5005990830cddaa005a29af45d55b080d82ecc50b64b3d1b486d253
11:02:16 #15 26.63 Selecting previously unselected package gcc-mingw-w64-x86-64.
11:02:16 #15 26.63 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ...
11:02:16 #15 26.66 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ...
11:02:24 #15 34.56 Selecting previously unselected package g++-mingw-w64-x86-64.
11:02:24 #15 34.56 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u2_amd64.deb ...
11:02:24 #15 34.57 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ...
11:02:30 #15 40.20 Selecting previously unselected package libapparmor1:amd64.
11:02:30 #15 40.20 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
11:02:30 #15 40.20 Unpacking libapparmor1:amd64 (2.13.2-10) ...
11:02:30 #15 40.29 Selecting previously unselected package libapparmor-dev:amd64.
11:02:30 #15 40.30 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
11:02:30 #15 ...
11:02:30 
11:02:30 #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
11:02:30 #25 sha256:48cfb4a11cafad49d379edd29e558ce8ce7a673528dfb8656bc5713682770562
11:02:30 #25 41.60 + for f in rootlesskit rootlesskit-docker-proxy
11:02:30 #25 41.60 + GOBIN=/build
11:02:30 #25 41.60 + GO111MODULE=on
11:02:30 #25 41.60 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
11:02:33 #25 DONE 44.5s
11:02:33 
11:02:33 #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
11:02:33 #15 sha256:a5b7678be5005990830cddaa005a29af45d55b080d82ecc50b64b3d1b486d253
11:02:33 #15 40.30 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
11:02:33 #15 40.37 Selecting previously unselected package libbtrfs0.
11:02:33 #15 40.37 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
11:02:33 #15 40.38 Unpacking libbtrfs0 (4.20.1-2) ...
11:02:33 #15 40.42 Selecting previously unselected package libbtrfs-dev.
11:02:33 #15 40.43 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
11:02:33 #15 40.43 Unpacking libbtrfs-dev (4.20.1-2) ...
11:02:33 #15 40.49 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
11:02:33 #15 40.49 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
11:02:33 #15 40.50 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
11:02:33 #15 40.54 Selecting previously unselected package libudev-dev:amd64.
11:02:33 #15 40.54 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_amd64.deb ...
11:02:33 #15 40.56 Unpacking libudev-dev:amd64 (241-7~deb10u8) ...
11:02:33 #15 40.63 Selecting previously unselected package libsepol1-dev:amd64.
11:02:33 #15 40.64 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
11:02:33 #15 40.64 Unpacking libsepol1-dev:amd64 (2.8-1) ...
11:02:33 #15 40.77 Selecting previously unselected package libpcre16-3:amd64.
11:02:33 #15 40.78 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
11:02:33 #15 40.78 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
11:02:33 #15 40.87 Selecting previously unselected package libpcre32-3:amd64.
11:02:33 #15 40.88 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
11:02:33 #15 40.88 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
11:02:33 #15 40.97 Selecting previously unselected package libpcrecpp0v5:amd64.
11:02:33 #15 40.97 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
11:02:33 #15 40.98 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
11:02:33 #15 41.04 Selecting previously unselected package libpcre3-dev:amd64.
11:02:33 #15 41.04 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
11:02:33 #15 41.05 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
11:02:33 #15 41.26 Selecting previously unselected package libselinux1-dev:amd64.
11:02:33 #15 41.26 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
11:02:33 #15 41.26 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
11:02:33 #15 41.39 Selecting previously unselected package libdevmapper-dev:amd64.
11:02:33 #15 41.39 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
11:02:33 #15 41.40 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
11:02:33 #15 41.44 Selecting previously unselected package libseccomp-dev:amd64.
11:02:33 #15 41.44 Preparing to unpack .../23-libseccomp-dev_2.5.1-1~bpo10+1_amd64.deb ...
11:02:33 #15 41.44 Unpacking libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ...
11:02:33 #15 41.52 Selecting previously unselected package libsystemd-dev:amd64.
11:02:33 #15 41.52 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_amd64.deb ...
11:02:33 #15 41.53 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ...
11:02:33 #15 41.77 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
11:02:33 #15 41.78 Setting up libseccomp-dev:amd64 (2.5.1-1~bpo10+1) ...
11:02:33 #15 41.79 Setting up libapparmor1:amd64 (2.13.2-10) ...
11:02:33 #15 41.80 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
11:02:33 #15 41.81 Setting up libpcre16-3:amd64 (2:8.39-12) ...
11:02:33 #15 41.82 Setting up libsepol1-dev:amd64 (2.8-1) ...
11:02:33 #15 41.83 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u2) ...
11:02:33 #15 41.84 Setting up libbtrfs0 (4.20.1-2) ...
11:02:33 #15 41.85 Setting up libpcre32-3:amd64 (2:8.39-12) ...
11:02:33 #15 41.86 Setting up libudev-dev:amd64 (241-7~deb10u8) ...
11:02:33 #15 41.89 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
11:02:33 #15 41.90 Setting up libbtrfs-dev (4.20.1-2) ...
11:02:33 #15 41.91 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
11:02:33 #15 41.92 Setting up mingw-w64-common (6.0.0-3) ...
11:02:33 #15 41.93 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ...
11:02:33 #15 41.94 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
11:02:33 #15 41.95 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
11:02:33 #15 41.96 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ...
11:02:33 #15 41.98 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:02:33 #15 41.98 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:02:33 #15 41.99 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u2) ...
11:02:33 #15 42.00 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
11:02:33 #15 42.00 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:02:33 #15 42.01 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
11:02:33 #15 42.02 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
11:02:33 #15 42.03 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
11:02:33 #15 42.04 Setting up dmsetup (2:1.02.155-3) ...
11:02:33 #15 42.05 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
11:02:33 #15 42.06 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
11:02:33 #15 42.07 Processing triggers for libc-bin (2.28-10+deb10u1) ...
11:02:33 #15 DONE 43.2s
11:02:33 
11:02:33 #19 [binary-base 1/7] COPY --from=tini        /build/ /usr/local/bin/
11:02:33 #19 sha256:ce8cfc606e3326bc7da76399b96bd744f7a233d2b697402f72c52048a70ef6e3
11:02:33 #19 DONE 0.2s
11:02:33 
11:02:33 #26 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
11:02:33 #26 sha256:35a4cfa1e433c4b65839067f4747d822e17ba2bd8b1f76555d7ec6cd75843de2
11:02:33 #26 DONE 0.2s
11:02:33 
11:02:33 #27 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
11:02:33 #27 sha256:d8e97015626b4012445c62967ec8ce6c86b7a4b74ce0f0fe414e37ac45d7f028
11:02:33 #27 DONE 0.1s
11:02:33 
11:02:33 #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
11:02:33 #20 sha256:7ce227987f232b0829225857c560beb763a63449546526cd0ac3c283ed976d90
11:02:34 #20 1.090 + RM_GOPATH=0
11:02:34 #20 1.090 + TMP_GOPATH=
11:02:34 #20 1.090 + : /build
11:02:34 #20 1.090 + '[' -z '' ']'
11:02:34 #20 1.090 ++ mktemp -d
11:02:34 #20 1.094 + export GOPATH=/tmp/tmp.SBkbjNZWSl
11:02:34 #20 1.094 + GOPATH=/tmp/tmp.SBkbjNZWSl
11:02:34 #20 1.094 + RM_GOPATH=1
11:02:34 #20 1.094 + case "$(go env GOARCH)" in
11:02:34 #20 1.094 ++ go env GOARCH
11:02:34 #20 1.099 + export GO_BUILDMODE=-buildmode=pie
11:02:34 #20 1.099 + GO_BUILDMODE=-buildmode=pie
11:02:34 #20 1.099 ++ dirname /tmp/install/install.sh
11:02:34 #20 1.100 + dir=/tmp/install
11:02:34 #20 1.100 + bin=runc
11:02:34 #20 1.100 + shift
11:02:34 #20 1.100 + '[' '!' -f /tmp/install/runc.installer ']'
11:02:34 #20 1.100 + . /tmp/install/runc.installer
11:02:34 #20 1.100 ++ set -e
11:02:34 #20 1.100 ++ : v1.1.2
11:02:34 #20 1.100 + install_runc
11:02:34 #20 1.100 + RUNC_BUILDTAGS=seccomp
11:02:34 #20 1.100 + echo 'Install runc version v1.1.2 (build tags: seccomp)'
11:02:34 #20 1.100 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.SBkbjNZWSl/src/github.com/opencontainers/runc
11:02:34 #20 1.101 Install runc version v1.1.2 (build tags: seccomp)
11:02:34 #20 1.102 Cloning into '/tmp/tmp.SBkbjNZWSl/src/github.com/opencontainers/runc'...
11:02:35 #20 ...
11:02:35 
11:02:35 #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
11:02:35 #23 sha256:d232cd277931d62b9583ab9d8457c502727834d5d56169ef7a5765cdb2be1704
11:02:35 #23 20.91 + cd /tmp/tmp.RwHNYo216i/src/github.com/containerd/containerd
11:02:35 #23 20.91 + git checkout -q v1.6.6
11:02:35 #23 21.83 + export 'BUILDTAGS=netgo osusergo static_build'
11:02:35 #23 21.83 + BUILDTAGS='netgo osusergo static_build'
11:02:35 #23 21.83 + export EXTRA_FLAGS=-buildmode=pie
11:02:35 #23 21.83 + EXTRA_FLAGS=-buildmode=pie
11:02:35 #23 21.83 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
11:02:35 #23 21.83 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
11:02:35 #23 21.83 + '[' '' = dynamic ']'
11:02:35 #23 21.83 + make
11:02:35 #23 22.98 + bin/ctr
11:02:38 #23 ...
11:02:38 
11:02:38 #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
11:02:38 #20 sha256:7ce227987f232b0829225857c560beb763a63449546526cd0ac3c283ed976d90
11:02:38 #20 4.461 + cd /tmp/tmp.SBkbjNZWSl/src/github.com/opencontainers/runc
11:02:38 #20 4.462 + git checkout -q v1.1.2
11:02:38 #20 4.775 + '[' -z '' ']'
11:02:38 #20 4.776 + target=static
11:02:38 #20 4.776 + make BUILDTAGS=seccomp static
11:02:38 #20 5.007 CGO_ENABLED=1 go build -trimpath  -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.1.2-0-ga916309f -X main.version=1.1.2 " -o runc .
11:03:45 #20 62.82 + mkdir -p /build
11:03:45 #20 62.82 + cp runc /build/runc
11:03:45 #20 DONE 63.5s
11:03:45 
11:03: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
11:03:45 #23 sha256:d232cd277931d62b9583ab9d8457c502727834d5d56169ef7a5765cdb2be1704
11:03:45 #23 ...
11:03:45 
11:03:45 #21 [binary-base 2/7] COPY --from=runc        /build/ /usr/local/bin/
11:03:45 #21 sha256:b95c479c3da3093c2bb2ea16a51d4096a9391b86e56496733552ad020d993362
11:03:45 #21 DONE 0.3s
11:03:45 
11:03: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
11:03:45 #23 sha256:d232cd277931d62b9583ab9d8457c502727834d5d56169ef7a5765cdb2be1704
11:03:51 #23 106.2 + bin/containerd
11:04:37 #23 153.3 # github.com/containerd/containerd/cmd/containerd
11:04:37 #23 153.3 /usr/bin/ld: /tmp/go-link-3666253223/000019.o: in function `New':
11:04:37 #23 153.3 /tmp/tmp.RwHNYo216i/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:04:38 #23 153.4 + bin/containerd-stress
11:04:39 #23 154.6 + bin/containerd-shim
11:04:51 #23 165.2 + bin/containerd-shim-runc-v1
11:04:55 #23 171.0 + bin/containerd-shim-runc-v2
11:04:56 #23 171.7 + binaries
11:04:56 #23 171.7 + install -D bin/containerd /build/containerd
11:04:56 #23 171.7 + install -D bin/containerd-shim /build/containerd-shim
11:04:56 #23 171.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
11:04:56 #23 171.8 + install -D bin/ctr /build/ctr
11:04:58 #23 DONE 173.7s
11:04:59 
11:04:59 #24 [binary-base 3/7] COPY --from=containerd  /build/ /usr/local/bin/
11:04:59 #24 sha256:cbcc8e1d3a23dbe3d5c396cc5eb13386363cb84ed181351fa2dc4c4e5cff3ddd
11:05:00 #24 DONE 0.9s
11:05:00 
11:05:00 #28 [binary-base 4/7] COPY --from=rootlesskit /build/ /usr/local/bin/
11:05:00 #28 sha256:1ccbc6544f7c210bc47854bbcc639a00a1c7ef94402640c2d9e61d29715d78ab
11:05:00 #28 DONE 0.2s
11:05:00 
11:05:00 #30 [binary-base 5/7] COPY --from=proxy       /build/ /usr/local/bin/
11:05:00 #30 sha256:f994da4848c3b12828b702defe376720a6bb21b2d120ff6d26a13e9339eb17d1
11:05:00 #30 DONE 0.1s
11:05:00 
11:05:00 #35 [binary-base 6/7] COPY --from=vpnkit      /build/ /usr/local/bin/
11:05:00 #35 sha256:c7905ef8b15098489aeb1ec16a44f495cf5678eda004ee9fad9af86897984cc7
11:05:01 #35 DONE 0.8s
11:05:01 
11:05:01 #36 [binary-base 7/7] WORKDIR /go/src/github.com/docker/docker
11:05:01 #36 sha256:84e53ed8583f90ea1ebbbc9c3f2948d268a01e7ae47d70c3649cd4b6f94147fd
11:05:01 #36 DONE 0.1s
11:05:01 
11:05:01 #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
11:05:01 #37 sha256:e4795fc010aadaae6b21c24012cdd00a2cff8e7ef445fad48ab849d3ed3a815c
11:05:01 #37 0.349 
11:05:01 #37 0.409 Removing /build/bundles/
11:05:01 #37 0.410 
11:05:01 #37 0.416 ---> Making bundle: binary (in /build/bundles/binary)
11:05:01 #37 0.444 Building: /build/bundles/binary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:05:01 #37 0.444 GOOS="" GOARCH="" GOARM=""
11:06:23 #37 74.77 Created binary: /build/bundles/binary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:06:23 #37 75.21 Copying nested executables into /build/bundles/binary-daemon
11:06:23 #37 76.47 
11:06:23 #37 DONE 78.6s
11:06:23 
11:06:23 #38 [binary 1/1] COPY --from=build-binary /build/bundles/ /
11:06:23 #38 sha256:ede65582236197ba1838346804bea0e0ec05e1ef51a749bce9274cb4486ce2af
11:06:23 #38 DONE 2.5s
11:06:23 
11:06:23 #39 exporting to client
11:06:23 #39 sha256:b60a1292d407630dbb741f28ab6ea4ce3cca872ac28eeee56f4e66a182eca4bc
11:06:23 #39 copying files 20.66MB 0.1s
11:06:24 #39 copying files 210.00MB 1.1s done
11:06:24 #39 DONE 1.1s
11:06:24 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker'
11:06:24 mkdir -p build/linux/docker
11:06:24 cp /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/build/docker build/linux/docker/
11:06:24 for f in dockerd containerd ctr containerd-shim containerd-shim-runc-v2 docker-init docker-proxy runc; do \
11:06:24 	cp -L /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/bundles/binary-daemon/$f build/linux/docker/$f; \
11:06:24 done
11:06:24 tar -C build/linux -c -z -f build/linux/docker-0.0.0-20220804091928-715cfc4.tgz docker
11:06:34 # extra binaries for running rootless
11:06:34 mkdir -p build/linux/docker-rootless-extras
11:06:34 for f in rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh dockerd-rootless-setuptool.sh vpnkit; do \
11:06:34 	if [ -f /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/bundles/binary-daemon/$f ]; then \
11:06:34 		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:06:34 	fi \
11:06:34 done
11:06:34 tar -C build/linux -c -z -f build/linux/docker-rootless-extras-0.0.0-20220804091928-715cfc4.tgz docker-rootless-extras
11:06:37 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/static'