Skip to content

Console Output

13:45:07 + make REF=20.10 DOCKER_BUILD_PKGS=cross-mac static
13:45:07 git init src/github.com/docker/cli
13:45:07 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
13:45:07 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:45:07 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
13:45:07 + SRC=src/github.com/docker/cli
13:45:07 + REF=20.10
13:45:07 + REF_FETCH=20.10
13:45:07 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
13:45:07 + awk {print $2}
13:45:08 + REF=refs/heads/20.10
13:45:08 + [ -n refs/heads/20.10 ]
13:45:08 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:45:08 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:45:10 From https://github.com/docker/cli
13:45:10  * [new branch]      20.10      -> 20.10
13:45:10  * [new tag]         v20.10.23  -> v20.10.23
13:45:10  * [new branch]      20.10      -> origin/20.10
13:45:10 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
13:45:10 git init src/github.com/docker/docker
13:45:10 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
13:45:10 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:45:10 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
13:45:10 + SRC=src/github.com/docker/docker
13:45:10 + REF=20.10
13:45:10 + REF_FETCH=20.10
13:45:10 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
13:45:10 + awk {print $2}
13:45:10 + REF=refs/heads/20.10
13:45:10 + [ -n refs/heads/20.10 ]
13:45:10 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:45:10 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:45:12 From https://github.com/docker/docker
13:45:12  * [new branch]      20.10      -> 20.10
13:45:12  * [new branch]      20.10      -> origin/20.10
13:45:12 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
13:45:12 git init src/github.com/docker/compose
13:45:12 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
13:45:12 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:45:12 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
13:45:12 + SRC=src/github.com/docker/compose
13:45:12 + REF=v2.15.1
13:45:12 + REF_FETCH=v2.15.1
13:45:12 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
13:45:12 + awk {print $2}
13:45:12 + REF=refs/tags/v2.15.1
13:45:12 + [ -n refs/tags/v2.15.1 ]
13:45:12 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
13:45:12 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
13:45:13 From https://github.com/docker/compose
13:45:13  * [new tag]         v2.15.1    -> v2.15.1
13:45:13 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
13:45:13 git init src/github.com/docker/scan-cli-plugin
13:45:13 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
13:45:13 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:45:13 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
13:45:13 + SRC=src/github.com/docker/scan-cli-plugin
13:45:13 + REF=v0.23.0
13:45:13 + REF_FETCH=v0.23.0
13:45:13 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
13:45:13 + awk {print $2}
13:45:13 + REF=refs/tags/v0.23.0
13:45:13 + [ -n refs/tags/v0.23.0 ]
13:45:13 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
13:45:13 + 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
13:45:14 From https://github.com/docker/scan-cli-plugin
13:45:14  * [new tag]         v0.23.0    -> v0.23.0
13:45:14 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
13:45:14 for p in cross-mac; do \
13:45:14 	make -C static VERSION=0.0.1-dev GO_VERSION=1.18.10 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
13:45:14 done
13:45:14 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/static'
13:45:14 docker buildx inspect | grep -q 'Driver: docker-container' || docker buildx create --use
13:45:14 stoic_kepler
13:45:14 mkdir -p build/mac/amd64/docker
13:45:14 GOOS=darwin GOARCH=amd64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_20.10/static/build/mac/amd64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_20.10/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_20.10/static/scripts/build-cli-plugins":/build:ro golang:1.18.10 /build
13:45:14 Unable to find image 'golang:1.18.10' locally
13:45:14 1.18.10: Pulling from library/golang
13:45:14 bbeef03cda1f: Pulling fs layer
13:45:14 f049f75f014e: Pulling fs layer
13:45:14 56261d0e6b05: Pulling fs layer
13:45:14 9bd150679dbd: Pulling fs layer
13:45:14 bfcb68b5bd10: Pulling fs layer
13:45:14 06d0c5d18ef4: Pulling fs layer
13:45:14 cc7973a07a5b: Pulling fs layer
13:45:14 9bd150679dbd: Waiting
13:45:14 bfcb68b5bd10: Waiting
13:45:14 06d0c5d18ef4: Waiting
13:45:14 cc7973a07a5b: Waiting
13:45:14 f049f75f014e: Verifying Checksum
13:45:14 f049f75f014e: Download complete
13:45:14 56261d0e6b05: Verifying Checksum
13:45:14 56261d0e6b05: Download complete
13:45:15 bbeef03cda1f: Verifying Checksum
13:45:15 bbeef03cda1f: Download complete
13:45:15 9bd150679dbd: Verifying Checksum
13:45:15 9bd150679dbd: Download complete
13:45:15 cc7973a07a5b: Verifying Checksum
13:45:15 cc7973a07a5b: Download complete
13:45:16 bfcb68b5bd10: Verifying Checksum
13:45:16 bfcb68b5bd10: Download complete
13:45:17 06d0c5d18ef4: Verifying Checksum
13:45:17 06d0c5d18ef4: Download complete
13:45:18 bbeef03cda1f: Pull complete
13:45:18 f049f75f014e: Pull complete
13:45:19 56261d0e6b05: Pull complete
13:45:21 9bd150679dbd: Pull complete
13:45:24 bfcb68b5bd10: Pull complete
13:45:29 06d0c5d18ef4: Pull complete
13:45:29 cc7973a07a5b: Pull complete
13:45:29 Digest: sha256:50c889275d26f816b5314fc99f55425fa76b18fcaf16af255f5d57f09e1f48da
13:45:29 Status: Downloaded newer image for golang:1.18.10
13:45:33 Cloning into '/go/src/github.com/docker/buildx'...
13:45:36 Fetching origin
13:45:36 + GO111MODULE=on
13:45:36 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.10.2-docker -X github.com/docker/buildx/version.Revision=00ed17df6d20f3ca4553d45789264cdb78506e5f -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
13:47:57 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/static:/v -w /v alpine chown -R 1000:1000 build/mac/amd64
13:47:57 Unable to find image 'alpine:latest' locally
13:47:57 latest: Pulling from library/alpine
13:47:57 8921db27df28: Pulling fs layer
13:47:57 8921db27df28: Verifying Checksum
13:47:57 8921db27df28: Download complete
13:47:57 8921db27df28: Pull complete
13:47:57 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
13:47:57 Status: Downloaded newer image for alpine:latest
13:47:57 mkdir -p build/mac/arm64/docker
13:47:57 GOOS=darwin GOARCH=arm64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_20.10/static/build/mac/arm64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_20.10/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_20.10/static/scripts/build-cli-plugins":/build:ro golang:1.18.10 /build
13:47:57 Cloning into '/go/src/github.com/docker/buildx'...
13:47:57 Fetching origin
13:47:57 + GO111MODULE=on
13:47:57 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.10.2-docker -X github.com/docker/buildx/version.Revision=00ed17df6d20f3ca4553d45789264cdb78506e5f -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
13:50:19 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/static:/v -w /v alpine chown -R 1000:1000 build/mac/arm64
13:50:19 cd /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli && VERSION=0.0.0-20230118204216-7155243 docker buildx bake --set binary.platform=darwin/amd64,darwin/arm64 binary
13:50:19 #1 [internal] booting buildkit
13:50:19 #1 pulling image moby/buildkit:buildx-stable-1
13:50:19 #1 pulling image moby/buildkit:buildx-stable-1 2.4s done
13:50:19 #1 creating container buildx_buildkit_stoic_kepler0
13:50:19 #1 creating container buildx_buildkit_stoic_kepler0 1.4s done
13:50:19 #1 DONE 3.8s
13:50:19 
13:50:19 #2 [internal] load build definition from Dockerfile
13:50:19 #2 transferring dockerfile:
13:50:19 #2 transferring dockerfile: 1.81kB done
13:50:19 #2 DONE 0.1s
13:50:19 
13:50:19 #3 [internal] load .dockerignore
13:50:19 #3 transferring context: 112B done
13:50:19 #3 DONE 0.1s
13:50:19 
13:50:19 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
13:50:19 #4 DONE 0.0s
13:50:19 
13:50:19 #5 resolve image config for docker.io/docker/dockerfile:1
13:50:19 #5 DONE 0.6s
13:50:19 
13:50:19 #6 docker-image://docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8
13:50:19 #6 resolve docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8 0.0s done
13:50:19 #6 DONE 0.1s
13:50:19 
13:50:19 #6 docker-image://docker.io/docker/dockerfile:1@sha256:d2d74ff22a0e47b21f4bbde337e2ac4cd0a02a2226ef79264878db3dc7e87df8
13:50:19 #6 sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 11.55MB / 11.55MB 0.2s done
13:50:19 #6 extracting sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d
13:50:19 #6 extracting sha256:dd092abd7f3683f4e8e7a66e770a1cc279b2132ac7f66d3c11b7d4a0cb529b7d 0.2s done
13:50:19 #6 DONE 0.5s
13:50:19 
13:50:19 #7 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
13:50:19 #7 DONE 0.0s
13:50:19 
13:50:19 #8 [auth] library/golang:pull token for registry-1.docker.io
13:50:19 #8 DONE 0.0s
13:50:19 
13:50:19 #9 [auth] tonistiigi/xx:pull token for registry-1.docker.io
13:50:19 #9 DONE 0.0s
13:50:19 
13:50:19 #10 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.1.0
13:50:19 #10 ...
13:50:19 
13:50:19 #11 [linux/amd64 internal] load metadata for docker.io/library/golang:1.18.10-alpine3.16
13:50:19 #11 DONE 1.0s
13:50:19 
13:50:19 #12 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
13:50:19 #12 DONE 1.0s
13:50:19 
13:50:19 #13 [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
13:50:19 #13 DONE 1.1s
13:50:19 
13:50:19 #10 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.1.0
13:50:19 #10 DONE 1.2s
13:50:19 
13:50:19 #14 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:50:19 #14 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.1s done
13:50:19 #14 DONE 0.1s
13:50:19 
13:50:19 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
13:50:19 #15 resolve docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 0.0s done
13:50:19 #15 DONE 0.1s
13:50:19 
13:50:19 #16 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a
13:50:19 #16 resolve docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a 0.1s done
13:50:19 #16 DONE 0.4s
13:50:19 
13:50:19 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:50:19 #17 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.1s done
13:50:19 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 0B / 151.10MB 0.2s
13:50:19 #17 ...
13:50:19 
13:50:19 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
13:50:19 #15 sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 14.84kB / 14.84kB 0.1s done
13:50:19 #15 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 0.1s done
13:50:19 #15 DONE 0.3s
13:50:19 
13:50:19 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:50:19 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 13.81MB / 151.10MB 0.5s
13:50:19 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 28.15MB / 151.10MB 0.6s
13:50:19 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 40.89MB / 151.10MB 0.8s
13:50:19 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 50.33MB / 151.10MB 0.9s
13:50:19 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 65.01MB / 151.10MB 1.1s
13:50:19 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 79.62MB / 151.10MB 1.5s
13:50:19 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 99.61MB / 151.10MB 1.8s
13:50:19 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 108.18MB / 151.10MB 2.0s
13:50:19 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 119.54MB / 151.10MB 2.1s
13:50:19 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 131.07MB / 151.10MB 2.3s
13:50:19 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 141.88MB / 151.10MB 2.4s
13:50:19 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 2.6s
13:50:19 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 2.7s done
13:50:19 #17 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8
13:50:19 #17 ...
13:50:19 
13:50:19 #18 [internal] load build context
13:50:19 #18 transferring context: 50.40MB 4.6s done
13:50:19 #18 DONE 4.7s
13:50:19 
13:50:19 #16 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a
13:50:19 #16 sha256:d71a49e0649a9e9e1cb9f4d3f7cc35e1ac33bc747ee8ecaa7b2622f4e7352937 155B / 155B 0.4s done
13:50:19 #16 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 115.81MB / 115.81MB 2.1s done
13:50:19 #16 sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 2.81MB / 2.81MB 0.5s done
13:50:19 #16 sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 284.75kB / 284.75kB 0.1s done
13:50:19 #16 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 0.5s done
13:50:19 #16 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 0.3s done
13:50:19 #16 extracting sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5
13:50:23 #16 extracting sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 8.1s done
13:50:23 #16 DONE 10.6s
13:50:23 
13:50:23 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:50:23 #17 ...
13:50:23 
13:50:23 #16 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a
13:50:23 #16 extracting sha256:d71a49e0649a9e9e1cb9f4d3f7cc35e1ac33bc747ee8ecaa7b2622f4e7352937 0.1s done
13:50:23 #16 DONE 10.7s
13:50:23 
13:50:23 #19 [linux/amd64 build-base-alpine 2/4] COPY --from=xx / /
13:50:25 #19 DONE 1.7s
13:50:25 
13:50:25 #20 [linux/amd64 build-base-alpine 3/4] RUN apk add --no-cache clang lld llvm file git
13:50:25 #20 0.154 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
13:50:27 #20 1.287 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
13:50:27 #20 1.602 (1/18) Installing libffi (3.4.2-r1)
13:50:27 #20 1.606 (2/18) Installing libgcc (11.2.1_git20220219-r2)
13:50:27 #20 1.610 (3/18) Installing libstdc++ (11.2.1_git20220219-r2)
13:50:27 #20 1.642 (4/18) Installing xz-libs (5.2.5-r1)
13:50:27 #20 1.647 (5/18) Installing libxml2 (2.9.14-r2)
13:50:27 #20 1.669 (6/18) Installing llvm13-libs (13.0.1-r2)
13:50:28 #20 3.147 (7/18) Installing clang-libs (13.0.1-r1)
13:50:30 #20 4.648 (8/18) Installing clang (13.0.1-r1)
13:50:30 #20 4.798 (9/18) Installing libmagic (5.41-r0)
13:50:30 #20 4.850 (10/18) Installing file (5.41-r0)
13:50:30 #20 4.857 (11/18) Installing brotli-libs (1.0.9-r6)
13:50:30 #20 4.874 (12/18) Installing nghttp2-libs (1.47.0-r0)
13:50:30 #20 4.879 (13/18) Installing libcurl (7.83.1-r5)
13:50:30 #20 4.893 (14/18) Installing expat (2.5.0-r0)
13:50:30 #20 4.899 (15/18) Installing pcre2 (10.40-r0)
13:50:30 #20 4.926 (16/18) Installing git (2.36.4-r0)
13:50:30 #20 5.137 (17/18) Installing lld (13.0.1-r0)
13:50:30 #20 5.195 (18/18) Installing llvm13 (13.0.1-r2)
13:50:31 #20 6.037 Executing busybox-1.35.0-r17.trigger
13:50:31 #20 6.037 OK: 311 MiB in 33 packages
13:50:33 #20 DONE 8.4s
13:50:33 
13:50:33 #21 [linux/amd64 build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
13:50:34 #21 DONE 0.3s
13:50:34 
13:50:34 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:50:34 #17 ...
13:50:34 
13:50:34 #22 [linux/amd64->darwin/arm64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
13:50:34 #22 0.200 skipping packages installation on darwin
13:50:34 #22 DONE 0.4s
13:50:34 
13:50:34 #23 [linux/amd64->darwin/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
13:50:34 #0 0.165 skipping packages installation on darwin
13:50:34 #23 DONE 0.4s
13:50:34 
13:50:34 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
13:50:37 #17 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 21.0s done
13:50:37 #17 DONE 23.8s
13:50:42 
13:50:42 #24 [linux/amd64->darwin/arm64 build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
13:50:42 #24 0.637 Building static docker-darwin-arm64
13:50:52 #24 ...
13:50:52 
13:50:52 #25 [linux/amd64->darwin/amd64 build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
13:50:52 #0 0.613 Building static docker-darwin-amd64
13:54:29 #25 ...
13:54:29 
13:54:29 #24 [linux/amd64->darwin/arm64 build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
13:54:29 #24 DONE 215.1s
13:54:29 
13:54:29 #25 [linux/amd64->darwin/amd64 build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
13:54:29 #25 DONE 215.7s
13:54:29 
13:54:29 #26 [darwin/arm64 binary 1/1] COPY --from=build /out .
13:54:29 #26 DONE 0.1s
13:54:29 
13:54:29 #27 [darwin/amd64 binary 1/1] COPY --from=build /out .
13:54:29 #27 DONE 0.1s
13:54:29 
13:54:29 #28 exporting to client directory
13:54:29 #28 copying files darwin/arm64 22B
13:54:29 #28 copying files darwin/amd64 22B
13:54:29 #28 copying files darwin/arm64 45.87MB 1.7s done
13:54:29 #28 copying files darwin/amd64 47.47MB 1.7s done
13:54:29 #28 DONE 1.7s
13:54:29 dest=$PWD/build/mac; cd /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/build && for platform in *; do \
13:54:29 	arch=$(echo $platform | cut -d_ -f2); \
13:54:29 	mkdir -p $dest/$arch/docker; \
13:54:29 	cp $platform/docker-darwin-* $dest/$arch/docker/docker && \
13:54:29 	tar -C $dest/$arch -c -z -f $dest/$arch/docker-0.0.0-20230118204216-7155243.tgz docker; \
13:54:29 done
13:54:30 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/static'