Skip to content

Console Output

23:04:50 + make REF=20.10 DOCKER_BUILD_PKGS=cross-mac static
23:04:50 git init src/github.com/docker/cli
23:04:50 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
23:04:50 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
23:04:50 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
23:04:50 + SRC=src/github.com/docker/cli
23:04:50 + REF=20.10
23:04:50 + REF_FETCH=20.10
23:04:50 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
23:04:50 + awk {print $2}
23:04:50 + REF=refs/heads/20.10
23:04:50 + [ -n refs/heads/20.10 ]
23:04:50 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
23:04:50 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
23:04:50 From https://github.com/docker/cli
23:04:50  * [new branch]      20.10      -> 20.10
23:04:50  * [new tag]         v20.10.23  -> v20.10.23
23:04:50  * [new branch]      20.10      -> origin/20.10
23:04:50 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
23:04:51 git init src/github.com/docker/docker
23:04:51 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
23:04:51 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
23:04:51 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
23:04:51 + SRC=src/github.com/docker/docker
23:04:51 + REF=20.10
23:04:51 + REF_FETCH=20.10
23:04:51 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
23:04:51 + awk {print $2}
23:04:51 + REF=refs/heads/20.10
23:04:51 + [ -n refs/heads/20.10 ]
23:04:51 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
23:04:51 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
23:04:52 From https://github.com/docker/docker
23:04:52  * [new branch]      20.10      -> 20.10
23:04:52  * [new branch]      20.10      -> origin/20.10
23:04:52 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
23:04:52 git init src/github.com/docker/compose
23:04:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
23:04:52 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
23:04:52 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
23:04:52 + SRC=src/github.com/docker/compose
23:04:52 + REF=v2.15.1
23:04:52 + REF_FETCH=v2.15.1
23:04:52 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
23:04:52 + awk {print $2}
23:04:52 + REF=refs/tags/v2.15.1
23:04:52 + [ -n refs/tags/v2.15.1 ]
23:04:52 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
23:04:52 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
23:04:53 From https://github.com/docker/compose
23:04:53  * [new tag]         v2.15.1    -> v2.15.1
23:04:53 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
23:04:53 git init src/github.com/docker/scan-cli-plugin
23:04:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
23:04:53 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
23:04:53 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
23:04:53 + SRC=src/github.com/docker/scan-cli-plugin
23:04:53 + REF=v0.23.0
23:04:53 + REF_FETCH=v0.23.0
23:04:53 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
23:04:53 + awk {print $2}
23:04:53 + REF=refs/tags/v0.23.0
23:04:53 + [ -n refs/tags/v0.23.0 ]
23:04:53 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
23:04:53 + 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
23:04:53 From https://github.com/docker/scan-cli-plugin
23:04:53  * [new tag]         v0.23.0    -> v0.23.0
23:04:53 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
23:04:53 for p in cross-mac; do \
23:04:53 	make -C static VERSION=0.0.1-dev GO_VERSION=1.18.10 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
23:04:53 done
23:04:53 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/static'
23:04:53 docker buildx inspect | grep -q 'Driver: docker-container' || docker buildx create --use
23:04:53 gallant_mayer
23:04:53 mkdir -p build/mac/amd64/docker
23:04:53 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
23:04:53 Unable to find image 'golang:1.18.10' locally
23:04:54 1.18.10: Pulling from library/golang
23:04:54 bbeef03cda1f: Pulling fs layer
23:04:54 f049f75f014e: Pulling fs layer
23:04:54 56261d0e6b05: Pulling fs layer
23:04:54 9bd150679dbd: Pulling fs layer
23:04:54 bfcb68b5bd10: Pulling fs layer
23:04:54 06d0c5d18ef4: Pulling fs layer
23:04:54 cc7973a07a5b: Pulling fs layer
23:04:54 bfcb68b5bd10: Waiting
23:04:54 06d0c5d18ef4: Waiting
23:04:54 9bd150679dbd: Waiting
23:04:54 cc7973a07a5b: Waiting
23:04:54 f049f75f014e: Verifying Checksum
23:04:54 f049f75f014e: Download complete
23:04:54 56261d0e6b05: Verifying Checksum
23:04:54 56261d0e6b05: Download complete
23:04:54 bbeef03cda1f: Verifying Checksum
23:04:54 bbeef03cda1f: Download complete
23:04:55 9bd150679dbd: Verifying Checksum
23:04:55 9bd150679dbd: Download complete
23:04:55 cc7973a07a5b: Verifying Checksum
23:04:55 cc7973a07a5b: Download complete
23:04:55 bfcb68b5bd10: Verifying Checksum
23:04:55 bfcb68b5bd10: Download complete
23:04:56 06d0c5d18ef4: Verifying Checksum
23:04:56 06d0c5d18ef4: Download complete
23:04:58 bbeef03cda1f: Pull complete
23:04:58 f049f75f014e: Pull complete
23:04:58 56261d0e6b05: Pull complete
23:05:01 9bd150679dbd: Pull complete
23:05:04 bfcb68b5bd10: Pull complete
23:05:11 06d0c5d18ef4: Pull complete
23:05:11 cc7973a07a5b: Pull complete
23:05:11 Digest: sha256:50c889275d26f816b5314fc99f55425fa76b18fcaf16af255f5d57f09e1f48da
23:05:11 Status: Downloaded newer image for golang:1.18.10
23:05:13 Cloning into '/go/src/github.com/docker/buildx'...
23:05:16 Fetching origin
23:05:16 + GO111MODULE=on
23:05:16 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.10.3-docker -X github.com/docker/buildx/version.Revision=79e156beb11f697f06ac67fa1fb958e4762c0fab -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
23:07:37 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/static:/v -w /v alpine chown -R 1000:1000 build/mac/amd64
23:07:37 Unable to find image 'alpine:latest' locally
23:07:37 latest: Pulling from library/alpine
23:07:37 63b65145d645: Pulling fs layer
23:07:37 63b65145d645: Verifying Checksum
23:07:37 63b65145d645: Download complete
23:07:37 63b65145d645: Pull complete
23:07:37 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
23:07:37 Status: Downloaded newer image for alpine:latest
23:07:37 mkdir -p build/mac/arm64/docker
23:07:37 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
23:07:37 Cloning into '/go/src/github.com/docker/buildx'...
23:07:37 Fetching origin
23:07:37 + GO111MODULE=on
23:07:37 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.10.3-docker -X github.com/docker/buildx/version.Revision=79e156beb11f697f06ac67fa1fb958e4762c0fab -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
23:09:59 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/static:/v -w /v alpine chown -R 1000:1000 build/mac/arm64
23:09:59 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
23:09:59 #1 [internal] booting buildkit
23:09:59 #1 pulling image moby/buildkit:buildx-stable-1
23:09:59 #1 pulling image moby/buildkit:buildx-stable-1 2.4s done
23:09:59 #1 creating container buildx_buildkit_gallant_mayer0
23:09:59 #1 creating container buildx_buildkit_gallant_mayer0 1.1s done
23:09:59 #1 DONE 3.5s
23:09:59 
23:09:59 #2 [internal] load build definition from Dockerfile
23:09:59 #2 transferring dockerfile: 1.81kB done
23:09:59 #2 DONE 0.1s
23:09:59 
23:09:59 #3 [internal] load .dockerignore
23:09:59 #3 transferring context: 112B done
23:09:59 #3 DONE 0.1s
23:09:59 
23:09:59 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
23:09:59 #4 DONE 0.0s
23:09:59 
23:09:59 #5 resolve image config for docker.io/docker/dockerfile:1
23:09:59 #5 DONE 0.6s
23:09:59 
23:09:59 #6 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
23:09:59 #6 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s done
23:09:59 #6 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.1s done
23:09:59 #6 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd
23:09:59 #6 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 0.2s done
23:09:59 #6 DONE 0.4s
23:09:59 
23:09:59 #7 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.1.0
23:09:59 #7 ...
23:09:59 
23:09:59 #8 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
23:09:59 #8 DONE 0.0s
23:09:59 
23:09:59 #9 [auth] library/golang:pull token for registry-1.docker.io
23:09:59 #9 DONE 0.0s
23:09:59 
23:09:59 #10 [auth] tonistiigi/xx:pull token for registry-1.docker.io
23:09:59 #10 DONE 0.0s
23:09:59 
23:09:59 #7 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.1.0
23:09:59 #7 DONE 0.7s
23:09:59 
23:09:59 #11 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
23:09:59 #11 DONE 0.7s
23:09:59 
23:09:59 #12 [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
23:09:59 #12 DONE 0.7s
23:09:59 
23:09:59 #13 [linux/amd64 internal] load metadata for docker.io/library/golang:1.18.10-alpine3.16
23:09:59 #13 DONE 0.7s
23:09:59 
23:09:59 #14 [internal] load build context
23:09:59 #14 DONE 0.0s
23:09:59 
23:09:59 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
23:09:59 #15 resolve docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 0.0s done
23:09:59 #15 DONE 0.0s
23:09:59 
23:09:59 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
23:09:59 #16 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
23:09:59 #16 DONE 0.1s
23:09:59 
23:09:59 #17 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a
23:09:59 #17 resolve docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a
23:09:59 #17 ...
23:09:59 
23:09:59 #18 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
23:09:59 #18 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
23:09:59 #18 DONE 0.1s
23:09:59 
23:09:59 #17 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a
23:09:59 #17 resolve docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a 0.0s done
23:09:59 #17 ...
23:09:59 
23:09:59 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
23:09:59 #15 sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 14.84kB / 14.84kB 0.0s done
23:09:59 #15 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 0.1s done
23:09:59 #15 DONE 0.2s
23:09:59 
23:09:59 #17 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a
23:09:59 #17 sha256:d71a49e0649a9e9e1cb9f4d3f7cc35e1ac33bc747ee8ecaa7b2622f4e7352937 155B / 155B 0.1s done
23:09:59 #17 sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 284.75kB / 284.75kB 0.1s done
23:09:59 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 0B / 115.81MB 0.2s
23:09:59 #17 sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 0B / 2.81MB 0.2s
23:09:59 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 10.49MB / 115.81MB 0.5s
23:09:59 #17 sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 2.81MB / 2.81MB 0.5s done
23:09:59 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 17.83MB / 115.81MB 0.6s
23:09:59 #17 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce
23:09:59 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 25.79MB / 115.81MB 0.8s
23:09:59 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 41.94MB / 115.81MB 1.1s
23:09:59 #17 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 0.5s done
23:09:59 #17 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373
23:09:59 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 50.33MB / 115.81MB 1.2s
23:09:59 #17 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 0.2s done
23:09:59 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 63.96MB / 115.81MB 1.5s
23:09:59 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 80.74MB / 115.81MB 1.7s
23:09:59 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 91.23MB / 115.81MB 2.0s
23:09:59 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 100.66MB / 115.81MB 2.1s
23:09:59 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 106.95MB / 115.81MB 2.3s
23:09:59 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 115.81MB / 115.81MB 2.4s
23:09:59 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 115.81MB / 115.81MB 2.5s done
23:09:59 #17 extracting sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5
23:09:59 #17 ...
23:09:59 
23:09:59 #14 [internal] load build context
23:09:59 #14 transferring context: 50.40MB 4.1s done
23:09:59 #14 DONE 4.2s
23:09:59 
23:09:59 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
23:09:59 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 3.9s done
23:09:59 #16 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8
23:10:04 #16 ...
23:10:04 
23:10:04 #17 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a
23:10:04 #17 extracting sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 8.3s done
23:10:04 #17 extracting sha256:d71a49e0649a9e9e1cb9f4d3f7cc35e1ac33bc747ee8ecaa7b2622f4e7352937 0.1s done
23:10:04 #17 DONE 11.2s
23:10:04 
23:10:04 #19 [linux/amd64 build-base-alpine 2/4] COPY --from=xx / /
23:10:07 #19 DONE 2.3s
23:10:07 
23:10:07 #20 [linux/amd64 build-base-alpine 3/4] RUN apk add --no-cache clang lld llvm file git
23:10:07 #20 0.156 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
23:10:07 #20 1.266 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
23:10:08 #20 1.709 (1/18) Installing libffi (3.4.2-r1)
23:10:08 #20 1.715 (2/18) Installing libgcc (11.2.1_git20220219-r2)
23:10:08 #20 1.721 (3/18) Installing libstdc++ (11.2.1_git20220219-r2)
23:10:08 #20 1.748 (4/18) Installing xz-libs (5.2.5-r1)
23:10:08 #20 1.753 (5/18) Installing libxml2 (2.9.14-r2)
23:10:08 #20 1.776 (6/18) Installing llvm13-libs (13.0.1-r2)
23:10:09 #20 3.121 (7/18) Installing clang-libs (13.0.1-r1)
23:10:11 #20 4.278 (8/18) Installing clang (13.0.1-r1)
23:10:11 #20 4.409 (9/18) Installing libmagic (5.41-r0)
23:10:11 #20 4.465 (10/18) Installing file (5.41-r0)
23:10:11 #20 4.467 (11/18) Installing brotli-libs (1.0.9-r6)
23:10:11 #20 4.489 (12/18) Installing nghttp2-libs (1.47.0-r0)
23:10:11 #20 4.499 (13/18) Installing libcurl (7.83.1-r6)
23:10:11 #20 4.510 (14/18) Installing expat (2.5.0-r0)
23:10:11 #20 4.516 (15/18) Installing pcre2 (10.40-r0)
23:10:11 #20 4.531 (16/18) Installing git (2.36.5-r0)
23:10:11 #20 4.725 (17/18) Installing lld (13.0.1-r0)
23:10:11 #20 4.781 (18/18) Installing llvm13 (13.0.1-r2)
23:10:12 #20 5.650 Executing busybox-1.35.0-r17.trigger
23:10:12 #20 5.659 OK: 311 MiB in 33 packages
23:10:14 #20 DONE 8.1s
23:10:14 
23:10:14 #21 [linux/amd64 build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
23:10:14 #21 DONE 0.1s
23:10:14 
23:10:14 #22 [linux/amd64->darwin/arm64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
23:10:15 #22 0.142 skipping packages installation on darwin
23:10:15 #22 DONE 0.2s
23:10:15 
23:10:15 #23 [linux/amd64->darwin/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
23:10:15 #0 0.177 skipping packages installation on darwin
23:10:15 #23 DONE 0.2s
23:10:15 
23:10:15 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
23:10:17 #16 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 20.3s done
23:10:17 #16 DONE 24.4s
23:10:22 
23:10:22 #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
23:10:23 #24 0.591 Building static docker-darwin-arm64
23:10:33 #24 ...
23:10:33 
23:10:33 #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
23:10:33 #0 0.634 Building static docker-darwin-amd64
23:14:10 #25 ...
23:14:10 
23:14:10 #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
23:14:10 #24 DONE 215.5s
23:14:10 
23:14:10 #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
23:14:10 #25 ...
23:14:10 
23:14:10 #26 [darwin/arm64 binary 1/1] COPY --from=build /out .
23:14:10 #26 DONE 0.1s
23:14:10 
23:14:10 #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
23:14:10 #25 DONE 216.4s
23:14:10 
23:14:10 #27 [darwin/amd64 binary 1/1] COPY --from=build /out .
23:14:10 #27 DONE 0.1s
23:14:10 
23:14:10 #28 exporting to client directory
23:14:10 #28 copying files darwin/arm64 22B
23:14:10 #28 copying files darwin/amd64 22B
23:14:10 #28 copying files darwin/arm64 45.87MB 1.6s done
23:14:10 #28 copying files darwin/amd64 47.47MB 1.7s done
23:14:10 #28 DONE 1.7s
23:14:10 dest=$PWD/build/mac; cd /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/build && for platform in *; do \
23:14:10 	arch=$(echo $platform | cut -d_ -f2); \
23:14:10 	mkdir -p $dest/$arch/docker; \
23:14:10 	cp $platform/docker-darwin-* $dest/$arch/docker/docker && \
23:14:10 	tar -C $dest/$arch -c -z -f $dest/$arch/docker-0.0.0-20230118204216-7155243.tgz docker; \
23:14:10 done
23:14:12 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/static'