Skip to content

Console Output

19:41:08 + make REF=20.10 DOCKER_BUILD_PKGS=static-linux static
19:41:08 git init src/github.com/docker/cli
19:41:08 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-790/src/github.com/docker/cli/.git/
19:41:08 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
19:41:08 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
19:41:08 + SRC=src/github.com/docker/cli
19:41:08 + REF=20.10
19:41:08 + REF_FETCH=20.10
19:41:08 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
19:41:08 + awk {print $2}
19:41:08 + REF=refs/heads/20.10
19:41:08 + [ -n refs/heads/20.10 ]
19:41:08 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
19:41:08 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
19:41:09 From https://github.com/docker/cli
19:41:09  * [new branch]      20.10      -> 20.10
19:41:09  * [new branch]      20.10      -> origin/20.10
19:41:09 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
19:41:09 git init src/github.com/docker/docker
19:41:09 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-790/src/github.com/docker/docker/.git/
19:41:09 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
19:41:09 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
19:41:09 + SRC=src/github.com/docker/docker
19:41:09 + REF=20.10
19:41:09 + REF_FETCH=20.10
19:41:09 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
19:41:09 + awk {print $2}
19:41:10 + REF=refs/heads/20.10
19:41:10 + [ -n refs/heads/20.10 ]
19:41:10 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
19:41:10 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
19:41:11 From https://github.com/docker/docker
19:41:11  * [new branch]      20.10      -> 20.10
19:41:11  * [new branch]      20.10      -> origin/20.10
19:41:11 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
19:41:11 git init src/github.com/docker/compose
19:41:11 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-790/src/github.com/docker/compose/.git/
19:41:11 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
19:41:11 ./scripts/checkout.sh src/github.com/docker/compose "v2.14.0"
19:41:11 + SRC=src/github.com/docker/compose
19:41:11 + REF=v2.14.0
19:41:11 + REF_FETCH=v2.14.0
19:41:11 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.14.0
19:41:11 + awk {print $2}
19:41:11 + REF=refs/tags/v2.14.0
19:41:11 + [ -n refs/tags/v2.14.0 ]
19:41:11 + REF_FETCH=refs/tags/v2.14.0:refs/tags/v2.14.0
19:41:11 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.14.0:refs/tags/v2.14.0
19:41:12 From https://github.com/docker/compose
19:41:12  * [new tag]         v2.14.0    -> v2.14.0
19:41:12 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.14.0
19:41:12 git init src/github.com/docker/scan-cli-plugin
19:41:12 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-790/src/github.com/docker/scan-cli-plugin/.git/
19:41:12 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
19:41:12 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
19:41:12 + SRC=src/github.com/docker/scan-cli-plugin
19:41:12 + REF=v0.23.0
19:41:12 + REF_FETCH=v0.23.0
19:41:12 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
19:41:12 + awk {print $2}
19:41:12 + REF=refs/tags/v0.23.0
19:41:12 + [ -n refs/tags/v0.23.0 ]
19:41:12 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
19:41:12 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.23.0:refs/tags/v0.23.0
19:41:12 From https://github.com/docker/scan-cli-plugin
19:41:12  * [new tag]         v0.23.0    -> v0.23.0
19:41:12 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
19:41:12 for p in static-linux; do \
19:41:12 	make -C static VERSION=0.0.1-dev GO_VERSION=1.18.8 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
19:41:12 done
19:41:12 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-790/static'
19:41:12 cd /home/ubuntu/workspace/docker-ce-packaging_PR-790/src/github.com/docker/cli && VERSION=0.0.0-20221116174738-a60bf81 docker buildx bake --set binary.platform= --set binary.args.CGO_ENABLED= binary
19:41:12 #1 [internal] load build definition from Dockerfile
19:41:12 #1 transferring dockerfile: 1.78kB done
19:41:12 #1 DONE 0.1s
19:41:12 
19:41:12 #2 [internal] load .dockerignore
19:41:12 #2 transferring context: 112B done
19:41:12 #2 DONE 0.1s
19:41:12 
19:41:12 #3 resolve image config for docker.io/docker/dockerfile:1
19:41:12 #3 ...
19:41:12 
19:41:12 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
19:41:12 #4 DONE 0.0s
19:41:12 
19:41:12 #3 resolve image config for docker.io/docker/dockerfile:1
19:41:12 #3 DONE 0.3s
19:41:13 
19:41:13 #5 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
19:41:13 #5 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc done
19:41:13 #5 sha256:1e8a16826fd1c80a63fa6817a9c7284c94e40cded14a9b0d0d3722356efa47bd 2.37kB / 2.37kB done
19:41:13 #5 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 7.34MB / 9.94MB 0.1s
19:41:13 #5 sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 2.00kB / 2.00kB done
19:41:13 #5 sha256:ad87fb03593d1b71f9a1cfc1406c4aafcb253b1dabebf569768d6e6166836f34 528B / 528B done
19:41:13 #5 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.2s done
19:41:13 #5 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546
19:41:13 #5 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.2s done
19:41:13 #5 DONE 0.4s
19:41:13 
19:41:13 #6 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
19:41:13 #6 DONE 0.0s
19:41:13 
19:41:13 #7 [auth] library/golang:pull token for registry-1.docker.io
19:41:13 #7 DONE 0.0s
19:41:13 
19:41:13 #8 [auth] tonistiigi/xx:pull token for registry-1.docker.io
19:41:13 #8 DONE 0.0s
19:41:13 
19:41:13 #9 [internal] load metadata for docker.io/library/golang:1.18.8-alpine
19:41:14 #9 DONE 0.4s
19:41:14 
19:41:14 #10 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
19:41:14 #10 DONE 0.4s
19:41:14 
19:41:14 #11 [internal] load metadata for docker.io/tonistiigi/xx:1.1.0
19:41:14 #11 DONE 0.4s
19:41:15 
19:41:15 #12 [internal] load build context
19:41:15 #12 DONE 0.0s
19:41:15 
19:41:15 #13 [build-base-alpine 1/4] FROM docker.io/library/golang:1.18.8-alpine@sha256:d3984823081813d1f2b3939e9b5ae72ea14e3a886dd9e7726000bf68d23c231a
19:41:15 #13 resolve docker.io/library/golang:1.18.8-alpine@sha256:d3984823081813d1f2b3939e9b5ae72ea14e3a886dd9e7726000bf68d23c231a 0.0s done
19:41:15 #13 DONE 0.0s
19:41:15 
19:41:15 #14 [xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
19:41:15 #14 resolve docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 0.0s done
19:41:15 #14 sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 2.65kB / 2.65kB done
19:41:15 #14 sha256:44baf01e2b60ed9abdd47f1c8e6cf8916b70a48c93016dd9926df6a0981c9b47 525B / 525B done
19:41:15 #14 sha256:156f8400f6eb0df86c13844ba62bf5c21fafda08f0c2f5019436ce574279ead1 940B / 940B done
19:41:15 #14 sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 0B / 14.84kB 0.1s
19:41:15 #14 sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 14.84kB / 14.84kB 0.1s done
19:41:15 #14 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 done
19:41:15 #14 DONE 0.5s
19:41:15 
19:41:15 #13 [build-base-alpine 1/4] FROM docker.io/library/golang:1.18.8-alpine@sha256:d3984823081813d1f2b3939e9b5ae72ea14e3a886dd9e7726000bf68d23c231a
19:41:15 #13 sha256:d3984823081813d1f2b3939e9b5ae72ea14e3a886dd9e7726000bf68d23c231a 1.65kB / 1.65kB done
19:41:15 #13 sha256:3c3b409d50a9d69bce075a967ea609f05e113bfd3e67b17e41540c318ec7db5d 1.16kB / 1.16kB done
19:41:15 #13 sha256:1670b6ad4baa2222d409ebe60300e57f5bad37b3f4c791259286018e301dc09a 5.01kB / 5.01kB done
19:41:15 #13 sha256:c158987b05517b6f2c5913f3acef1f2182a32345a304fe357e3ace5fadcad715 3.37MB / 3.37MB 0.1s done
19:41:15 #13 sha256:019cfb932eb08a6864463dc9a70bd1b3370081e9053b80029691335a239edb4c 284.81kB / 284.81kB 0.2s done
19:41:15 #13 sha256:3111f9ab0f71a2e8782871bdf71a3f059e7714d32b7f0c91fe3b33f4cb048dc3 16.60MB / 115.37MB 0.6s
19:41:15 #13 sha256:0e2f191bfd4d74732a36d363f5f562db5bfcd7abb181dc7d1ed8ed0821e8fb4d 155B / 155B 0.2s done
19:41:15 #13 extracting sha256:c158987b05517b6f2c5913f3acef1f2182a32345a304fe357e3ace5fadcad715 0.3s
19:41:16 #13 sha256:3111f9ab0f71a2e8782871bdf71a3f059e7714d32b7f0c91fe3b33f4cb048dc3 25.17MB / 115.37MB 0.7s
19:41:16 #13 ...
19:41:16 
19:41:16 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
19:41:16 #15 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
19:41:16 #15 sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 5.46kB / 5.46kB done
19:41:16 #15 sha256:8d61139feed19d3685ffc483d41349d49cbdba3ee104a9104dd0ac98cdbc1479 523B / 523B done
19:41:16 #15 sha256:9a072fc69921655d494291e64abe03c6b872ce4522837193a46aee910330fba7 455B / 455B done
19:41:16 #15 sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 117B / 117B 0.3s done
19:41:16 #15 extracting sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 done
19:41:16 #15 DONE 0.8s
19:41:16 
19:41:16 #13 [build-base-alpine 1/4] FROM docker.io/library/golang:1.18.8-alpine@sha256:d3984823081813d1f2b3939e9b5ae72ea14e3a886dd9e7726000bf68d23c231a
19:41:16 #13 sha256:3111f9ab0f71a2e8782871bdf71a3f059e7714d32b7f0c91fe3b33f4cb048dc3 35.65MB / 115.37MB 0.9s
19:41:16 #13 sha256:3111f9ab0f71a2e8782871bdf71a3f059e7714d32b7f0c91fe3b33f4cb048dc3 42.99MB / 115.37MB 1.0s
19:41:16 #13 sha256:3111f9ab0f71a2e8782871bdf71a3f059e7714d32b7f0c91fe3b33f4cb048dc3 58.72MB / 115.37MB 1.2s
19:41:16 #13 sha256:3111f9ab0f71a2e8782871bdf71a3f059e7714d32b7f0c91fe3b33f4cb048dc3 66.06MB / 115.37MB 1.3s
19:41:16 #13 extracting sha256:c158987b05517b6f2c5913f3acef1f2182a32345a304fe357e3ace5fadcad715 1.0s done
19:41:16 #13 sha256:3111f9ab0f71a2e8782871bdf71a3f059e7714d32b7f0c91fe3b33f4cb048dc3 75.50MB / 115.37MB 1.4s
19:41:16 #13 extracting sha256:019cfb932eb08a6864463dc9a70bd1b3370081e9053b80029691335a239edb4c
19:41:17 #13 sha256:3111f9ab0f71a2e8782871bdf71a3f059e7714d32b7f0c91fe3b33f4cb048dc3 87.03MB / 115.37MB 1.6s
19:41:17 #13 extracting sha256:019cfb932eb08a6864463dc9a70bd1b3370081e9053b80029691335a239edb4c 0.3s done
19:41:17 #13 sha256:3111f9ab0f71a2e8782871bdf71a3f059e7714d32b7f0c91fe3b33f4cb048dc3 94.37MB / 115.37MB 1.7s
19:41:17 #13 sha256:3111f9ab0f71a2e8782871bdf71a3f059e7714d32b7f0c91fe3b33f4cb048dc3 103.81MB / 115.37MB 1.8s
19:41:17 #13 sha256:3111f9ab0f71a2e8782871bdf71a3f059e7714d32b7f0c91fe3b33f4cb048dc3 115.37MB / 115.37MB 1.9s done
19:41:17 #13 extracting sha256:3111f9ab0f71a2e8782871bdf71a3f059e7714d32b7f0c91fe3b33f4cb048dc3
19:41:18 #13 ...
19:41:18 
19:41:18 #12 [internal] load build context
19:41:18 #12 transferring context: 50.40MB 2.3s done
19:41:18 #12 DONE 2.4s
19:41:18 
19:41:18 #13 [build-base-alpine 1/4] FROM docker.io/library/golang:1.18.8-alpine@sha256:d3984823081813d1f2b3939e9b5ae72ea14e3a886dd9e7726000bf68d23c231a
19:41:22 #13 extracting sha256:3111f9ab0f71a2e8782871bdf71a3f059e7714d32b7f0c91fe3b33f4cb048dc3 4.1s done
19:41:22 #13 extracting sha256:0e2f191bfd4d74732a36d363f5f562db5bfcd7abb181dc7d1ed8ed0821e8fb4d done
19:41:22 #13 DONE 6.6s
19:41:22 
19:41:22 #16 [build-base-alpine 2/4] COPY --from=xx / /
19:41:23 #16 DONE 1.0s
19:41:23 
19:41:23 #17 [build-base-alpine 3/4] RUN apk add --no-cache clang lld llvm file git
19:41:23 #17 0.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
19:41:24 #17 1.660 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
19:41:25 #17 2.004 (1/21) Installing libffi (3.4.4-r0)
19:41:25 #17 2.018 (2/21) Installing libgcc (12.2.1_git20220924-r4)
19:41:25 #17 2.033 (3/21) Installing libstdc++ (12.2.1_git20220924-r4)
19:41:25 #17 2.094 (4/21) Installing xz-libs (5.2.9-r0)
19:41:25 #17 2.110 (5/21) Installing libxml2 (2.10.3-r1)
19:41:25 #17 2.153 (6/21) Installing zstd-libs (1.5.2-r9)
19:41:25 #17 2.175 (7/21) Installing llvm15-libs (15.0.6-r0)
19:41:26 #17 3.207 (8/21) Installing clang15-libs (15.0.6-r0)
19:41:26 #17 3.711 (9/21) Installing libstdc++-dev (12.2.1_git20220924-r4)
19:41:27 #17 4.023 (10/21) Installing clang15 (15.0.6-r0)
19:41:27 #17 4.102 (11/21) Installing libmagic (5.43-r0)
19:41:27 #17 4.139 (12/21) Installing file (5.43-r0)
19:41:27 #17 4.153 (13/21) Installing brotli-libs (1.0.9-r9)
19:41:27 #17 4.174 (14/21) Installing nghttp2-libs (1.51.0-r0)
19:41:27 #17 4.189 (15/21) Installing libcurl (7.86.0-r1)
19:41:27 #17 4.206 (16/21) Installing libexpat (2.5.0-r0)
19:41:27 #17 4.220 (17/21) Installing pcre2 (10.40-r0)
19:41:27 #17 4.239 (18/21) Installing git (2.38.1-r0)
19:41:27 #17 4.317 (19/21) Installing lld-libs (15.0.6-r0)
19:41:27 #17 4.378 (20/21) Installing lld (15.0.6-r0)
19:41:27 #17 4.394 (21/21) Installing llvm15 (15.0.6-r0)
19:41:28 #17 4.934 Executing busybox-1.35.0-r29.trigger
19:41:28 #17 4.939 OK: 346 MiB in 37 packages
19:41:28 #17 DONE 5.5s
19:41:28 
19:41:28 #18 [build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
19:41:28 #18 DONE 0.0s
19:41:28 
19:41:28 #19 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
19:41:29 #19 0.426 + apk  --root / add --no-cache musl-dev gcc
19:41:29 #19 0.432 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz
19:41:30 #19 1.766 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz
19:41:30 #19 2.184 (1/9) Installing binutils (2.39-r2)
19:41:31 #19 2.348 (2/9) Installing libgomp (12.2.1_git20220924-r4)
19:41:31 #19 2.368 (3/9) Installing libatomic (12.2.1_git20220924-r4)
19:41:31 #19 2.381 (4/9) Installing gmp (6.2.1-r2)
19:41:31 #19 2.401 (5/9) Installing isl25 (0.25-r0)
19:41:31 #19 2.467 (6/9) Installing mpfr4 (4.1.0-r0)
19:41:31 #19 2.557 (7/9) Installing mpc1 (1.2.1-r1)
19:41:31 #19 2.571 (8/9) Installing gcc (12.2.1_git20220924-r4)
19:41:32 #19 3.516 (9/9) Installing musl-dev (1.2.3-r4)
19:41:32 #19 3.603 Executing busybox-1.35.0-r29.trigger
19:41:32 #19 3.609 OK: 488 MiB in 46 packages
19:41:32 #19 DONE 3.9s
19:41:32 
19:41:32 #20 [build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
19:41:33 #20 0.524 Building static docker-linux-amd64
19:42:11 #20 34.38 # github.com/docker/cli/vendor/github.com/miekg/pkcs11
19:42:11 #20 34.38 cgo: malformed DWARF TagVariable entry
19:43:19 #20 ERROR: process "/bin/sh -c xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ \"$GO_LINKMODE\" = \"static\" ] && echo \"--static\") /out/docker" did not complete successfully: exit code: 2
19:43:19 ------
19:43:19  > [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:
19:43:19 #20 0.524 Building static docker-linux-amd64
19:43:19 #20 34.38 # github.com/docker/cli/vendor/github.com/miekg/pkcs11
19:43:19 #20 34.38 cgo: malformed DWARF TagVariable entry
19:43:19 ------
19:43:19 Dockerfile:39
19:43:19 --------------------
19:43:19   38 |     ARG VERSION
19:43:19   39 | >>> RUN --mount=ro --mount=type=cache,target=/root/.cache \
19:43:19   40 | >>>     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk \
19:43:19   41 | >>>     --mount=type=tmpfs,target=cli/winresources \
19:43:19   42 | >>>     xx-go --wrap && \
19:43:19   43 | >>>     # export GOCACHE=$(go env GOCACHE)/$(xx-info)$([ -f /etc/alpine-release ] && echo "alpine") && \
19:43:19   44 | >>>     TARGET=/out ./scripts/build/binary && \
19:43:19   45 | >>>     xx-verify $([ "$GO_LINKMODE" = "static" ] && echo "--static") /out/docker
19:43:19   46 |     
19:43:19 --------------------
19:43:19 ERROR: failed to solve: process "/bin/sh -c xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ \"$GO_LINKMODE\" = \"static\" ] && echo \"--static\") /out/docker" did not complete successfully: exit code: 2
19:43:19 make[1]: *** [Makefile:96: static-cli] Error 1
19:43:19 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-790/static'
19:43:19 make: *** [Makefile:89: static] Error 2