Skip to content

Console Output

15:43:07 + make REF=20.10 DOCKER_BUILD_PKGS=cross-mac static
15:43:07 git init src/github.com/docker/cli
15:43:07 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-837/src/github.com/docker/cli/.git/
15:43:07 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
15:43:07 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
15:43:07 + SRC=src/github.com/docker/cli
15:43:07 + REF=20.10
15:43:07 + REF_FETCH=20.10
15:43:07 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
15:43:07 + awk {print $2}
15:43:07 + REF=refs/heads/20.10
15:43:07 + [ -n refs/heads/20.10 ]
15:43:07 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
15:43:07 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
15:43:09 From https://github.com/docker/cli
15:43:09  * [new branch]      20.10      -> 20.10
15:43:09  * [new tag]         v20.10.23  -> v20.10.23
15:43:09  * [new branch]      20.10      -> origin/20.10
15:43:09 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
15:43:09 git init src/github.com/docker/docker
15:43:09 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-837/src/github.com/docker/docker/.git/
15:43:09 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
15:43:09 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
15:43:09 + SRC=src/github.com/docker/docker
15:43:09 + REF=20.10
15:43:09 + REF_FETCH=20.10
15:43:09 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
15:43:09 + awk {print $2}
15:43:09 + REF=refs/heads/20.10
15:43:09 + [ -n refs/heads/20.10 ]
15:43:09 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
15:43:09 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
15:43:11 From https://github.com/docker/docker
15:43:11  * [new branch]      20.10      -> 20.10
15:43:11  * [new tag]         v20.10.23  -> v20.10.23
15:43:11  * [new branch]      20.10      -> origin/20.10
15:43:11 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
15:43:12 git init src/github.com/docker/compose
15:43:12 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-837/src/github.com/docker/compose/.git/
15:43:12 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
15:43:12 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
15:43:12 + SRC=src/github.com/docker/compose
15:43:12 + REF=v2.15.1
15:43:12 + REF_FETCH=v2.15.1
15:43:12 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
15:43:12 + awk {print $2}
15:43:12 + REF=refs/tags/v2.15.1
15:43:12 + [ -n refs/tags/v2.15.1 ]
15:43:12 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
15:43: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
15:43:12 From https://github.com/docker/compose
15:43:12  * [new tag]         v2.15.1    -> v2.15.1
15:43:12 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
15:43:12 git init src/github.com/docker/scan-cli-plugin
15:43:13 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-837/src/github.com/docker/scan-cli-plugin/.git/
15:43:13 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
15:43:13 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
15:43:13 + SRC=src/github.com/docker/scan-cli-plugin
15:43:13 + REF=v0.23.0
15:43:13 + REF_FETCH=v0.23.0
15:43:13 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
15:43:13 + awk {print $2}
15:43:13 + REF=refs/tags/v0.23.0
15:43:13 + [ -n refs/tags/v0.23.0 ]
15:43:13 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
15:43: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
15:43:13 From https://github.com/docker/scan-cli-plugin
15:43:13  * [new tag]         v0.23.0    -> v0.23.0
15:43:13 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
15:43:13 for p in cross-mac; do \
15:43:13 	make -C static VERSION=0.0.1-dev GO_VERSION=1.18.10 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
15:43:13 done
15:43:13 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-837/static'
15:43:13 docker buildx inspect | grep -q 'Driver: docker-container' || docker buildx create --use
15:43:13 nifty_khorana
15:43:13 mkdir -p build/mac/amd64/docker
15:43:13 GOOS=darwin GOARCH=amd64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-837/static/build/mac/amd64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-837/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-837/static/scripts/build-cli-plugins":/build:ro golang:1.18.10 /build
15:43:13 Unable to find image 'golang:1.18.10' locally
15:43:13 1.18.10: Pulling from library/golang
15:43:13 bbeef03cda1f: Pulling fs layer
15:43:13 f049f75f014e: Pulling fs layer
15:43:13 56261d0e6b05: Pulling fs layer
15:43:13 9bd150679dbd: Pulling fs layer
15:43:13 bfcb68b5bd10: Pulling fs layer
15:43:13 06d0c5d18ef4: Pulling fs layer
15:43:13 cc7973a07a5b: Pulling fs layer
15:43:13 9bd150679dbd: Waiting
15:43:13 bfcb68b5bd10: Waiting
15:43:13 06d0c5d18ef4: Waiting
15:43:13 cc7973a07a5b: Waiting
15:43:14 f049f75f014e: Verifying Checksum
15:43:14 f049f75f014e: Download complete
15:43:14 56261d0e6b05: Verifying Checksum
15:43:14 56261d0e6b05: Download complete
15:43:14 bbeef03cda1f: Verifying Checksum
15:43:14 bbeef03cda1f: Download complete
15:43:14 9bd150679dbd: Verifying Checksum
15:43:14 9bd150679dbd: Download complete
15:43:15 cc7973a07a5b: Verifying Checksum
15:43:15 cc7973a07a5b: Download complete
15:43:15 bfcb68b5bd10: Verifying Checksum
15:43:15 bfcb68b5bd10: Download complete
15:43:16 06d0c5d18ef4: Verifying Checksum
15:43:16 06d0c5d18ef4: Download complete
15:43:17 bbeef03cda1f: Pull complete
15:43:17 f049f75f014e: Pull complete
15:43:18 56261d0e6b05: Pull complete
15:43:21 9bd150679dbd: Pull complete
15:43:23 bfcb68b5bd10: Pull complete
15:43:28 06d0c5d18ef4: Pull complete
15:43:28 cc7973a07a5b: Pull complete
15:43:28 Digest: sha256:50c889275d26f816b5314fc99f55425fa76b18fcaf16af255f5d57f09e1f48da
15:43:28 Status: Downloaded newer image for golang:1.18.10
15:43:31 Cloning into '/go/src/github.com/docker/buildx'...
15:43:33 Fetching origin
15:43:33 + GO111MODULE=on
15:43:33 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.10.1-docker -X github.com/docker/buildx/version.Revision=481796f84fe2f27d0ea19e368a7b9e0ac6ea636d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
15:45:40 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-837/static:/v -w /v alpine chown -R 1000:1000 build/mac/amd64
15:45:40 Unable to find image 'alpine:latest' locally
15:45:40 latest: Pulling from library/alpine
15:45:40 8921db27df28: Pulling fs layer
15:45:40 8921db27df28: Verifying Checksum
15:45:40 8921db27df28: Download complete
15:45:40 8921db27df28: Pull complete
15:45:40 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
15:45:40 Status: Downloaded newer image for alpine:latest
15:45:40 mkdir -p build/mac/arm64/docker
15:45:40 GOOS=darwin GOARCH=arm64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-837/static/build/mac/arm64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-837/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-837/static/scripts/build-cli-plugins":/build:ro golang:1.18.10 /build
15:45:41 Cloning into '/go/src/github.com/docker/buildx'...
15:45:44 Fetching origin
15:45:44 + GO111MODULE=on
15:45:44 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.10.1-docker -X github.com/docker/buildx/version.Revision=481796f84fe2f27d0ea19e368a7b9e0ac6ea636d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
15:47:50 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-837/static:/v -w /v alpine chown -R 1000:1000 build/mac/arm64
15:47:50 cd /home/ubuntu/workspace/docker-ce-packaging_PR-837/src/github.com/docker/cli && VERSION=0.0.0-20230118204216-7155243 docker buildx bake --set binary.platform=darwin/amd64,darwin/arm64 binary
15:47:50 #1 [internal] booting buildkit
15:47:50 #1 pulling image moby/buildkit:buildx-stable-1
15:47:52 #1 pulling image moby/buildkit:buildx-stable-1 2.4s done
15:47:52 #1 creating container buildx_buildkit_nifty_khorana0
15:47:52 #1 creating container buildx_buildkit_nifty_khorana0 0.9s done
15:47:52 #1 DONE 3.3s
15:47:52 
15:47:52 #2 [internal] load .dockerignore
15:47:52 #2 transferring context: 112B done
15:47:52 #2 DONE 0.1s
15:47:52 
15:47:52 #3 [internal] load build definition from Dockerfile
15:47:52 #3 transferring dockerfile: 1.81kB done
15:47:52 #3 DONE 0.1s
15:47:52 
15:47:52 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
15:47:52 #4 DONE 0.0s
15:47:52 
15:47:52 #5 resolve image config for docker.io/docker/dockerfile:1
15:47:53 #5 DONE 0.6s
15:47:53 
15:47:53 #6 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
15:47:53 #6 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 0.0s done
15:47:53 #6 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.1s done
15:47:53 #6 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546
15:47:54 #6 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.2s done
15:47:54 #6 DONE 0.4s
15:47:54 
15:47:54 #7 [linux/amd64 internal] load metadata for docker.io/library/golang:1.18.10-alpine3.16
15:47:54 #7 ...
15:47:54 
15:47:54 #8 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
15:47:54 #8 DONE 0.0s
15:47:54 
15:47:54 #9 [auth] tonistiigi/xx:pull token for registry-1.docker.io
15:47:54 #9 DONE 0.0s
15:47:54 
15:47:54 #10 [auth] library/golang:pull token for registry-1.docker.io
15:47:54 #10 DONE 0.0s
15:47:54 
15:47:54 #11 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.1.0
15:47:55 #11 DONE 1.0s
15:47:55 
15:47:55 #12 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
15:47:55 #12 DONE 0.9s
15:47:55 
15:47:55 #7 [linux/amd64 internal] load metadata for docker.io/library/golang:1.18.10-alpine3.16
15:47:55 #7 DONE 1.0s
15:47:55 
15:47:55 #13 [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
15:47:55 #13 DONE 1.1s
15:47:55 
15:47:55 #14 [internal] load build context
15:47:55 #14 DONE 0.0s
15:47:55 
15:47:55 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
15:47:55 #15 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
15:47:55 #15 DONE 0.0s
15:47:55 
15:47:55 #16 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a
15:47:55 #16 resolve docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a
15:47:55 #16 ...
15:47:55 
15:47:55 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
15:47:55 #17 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
15:47:55 #17 DONE 0.0s
15:47:55 
15:47:55 #16 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a
15:47:55 #16 resolve docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a 0.0s done
15:47:55 #16 ...
15:47:55 
15:47:55 #18 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
15:47:55 #18 resolve docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 0.0s done
15:47:55 #18 sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 14.84kB / 14.84kB 0.1s done
15:47:55 #18 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 0.1s done
15:47:55 #18 DONE 0.2s
15:47:55 
15:47:55 #16 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a
15:47:55 #16 sha256:d71a49e0649a9e9e1cb9f4d3f7cc35e1ac33bc747ee8ecaa7b2622f4e7352937 0B / 155B 0.2s
15:47:55 #16 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 0B / 115.81MB 0.2s
15:47:55 #16 sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 0B / 284.75kB 0.2s
15:47:55 #16 sha256:d71a49e0649a9e9e1cb9f4d3f7cc35e1ac33bc747ee8ecaa7b2622f4e7352937 155B / 155B 0.4s done
15:47:56 #16 sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 284.75kB / 284.75kB 0.5s done
15:47:56 #16 sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 2.81MB / 2.81MB 0.2s done
15:47:56 #16 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 7.34MB / 115.81MB 0.8s
15:47:56 #16 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce
15:47:56 #16 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 25.17MB / 115.81MB 1.1s
15:47:56 #16 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 34.60MB / 115.81MB 1.2s
15:47:57 #16 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 48.23MB / 115.81MB 1.5s
15:47:57 #16 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 0.7s done
15:47:57 #16 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373
15:47:57 #16 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 56.62MB / 115.81MB 1.7s
15:47:57 #16 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 0.3s done
15:47:57 #16 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 69.21MB / 115.81MB 2.0s
15:47:58 #16 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 87.03MB / 115.81MB 2.3s
15:47:58 #16 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 98.57MB / 115.81MB 2.4s
15:47:58 #16 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 108.00MB / 115.81MB 2.6s
15:47:58 #16 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 115.81MB / 115.81MB 2.9s done
15:47:58 #16 DONE 3.2s
15:47:58 
15:47:58 #14 [internal] load build context
15:47:58 #14 transferring context: 33.52MB 3.0s
15:47:59 #14 transferring context: 50.40MB 3.7s done
15:47:59 #14 DONE 4.2s
15:47:59 
15:47:59 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
15:47:59 #15 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 4.2s
15:47:59 #15 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 4.3s done
15:47:59 #15 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8
15:48:05 #15 ...
15:48:05 
15:48:05 #16 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a
15:48:05 #16 extracting sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 6.8s done
15:48:05 #16 DONE 10.0s
15:48:05 
15:48:05 #16 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a
15:48:05 #16 extracting sha256:d71a49e0649a9e9e1cb9f4d3f7cc35e1ac33bc747ee8ecaa7b2622f4e7352937 0.0s done
15:48:05 #16 DONE 10.0s
15:48:05 
15:48:05 #19 [linux/amd64 build-base-alpine 2/4] COPY --from=xx / /
15:48:07 #19 DONE 2.3s
15:48:07 
15:48:07 #20 [linux/amd64 build-base-alpine 3/4] RUN apk add --no-cache clang lld llvm file git
15:48:07 #20 0.122 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
15:48:08 #20 1.250 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
15:48:09 #20 1.592 (1/18) Installing libffi (3.4.2-r1)
15:48:09 #20 1.595 (2/18) Installing libgcc (11.2.1_git20220219-r2)
15:48:09 #20 1.599 (3/18) Installing libstdc++ (11.2.1_git20220219-r2)
15:48:09 #20 1.626 (4/18) Installing xz-libs (5.2.5-r1)
15:48:09 #20 1.631 (5/18) Installing libxml2 (2.9.14-r2)
15:48:09 #20 1.653 (6/18) Installing llvm13-libs (13.0.1-r2)
15:48:10 #20 2.941 (7/18) Installing clang-libs (13.0.1-r1)
15:48:11 #20 4.169 (8/18) Installing clang (13.0.1-r1)
15:48:11 #20 4.326 (9/18) Installing libmagic (5.41-r0)
15:48:11 #20 4.389 (10/18) Installing file (5.41-r0)
15:48:11 #20 4.392 (11/18) Installing brotli-libs (1.0.9-r6)
15:48:11 #20 4.416 (12/18) Installing nghttp2-libs (1.47.0-r0)
15:48:11 #20 4.434 (13/18) Installing libcurl (7.83.1-r5)
15:48:12 #20 4.446 (14/18) Installing expat (2.5.0-r0)
15:48:12 #20 4.452 (15/18) Installing pcre2 (10.40-r0)
15:48:12 #20 4.461 (16/18) Installing git (2.36.4-r0)
15:48:12 #20 4.673 (17/18) Installing lld (13.0.1-r0)
15:48:12 #20 4.748 (18/18) Installing llvm13 (13.0.1-r2)
15:48:13 #20 5.533 Executing busybox-1.35.0-r17.trigger
15:48:13 #20 5.542 OK: 311 MiB in 33 packages
15:48:15 #20 DONE 8.0s
15:48:15 
15:48:15 #21 [linux/amd64 build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
15:48:16 #21 DONE 0.3s
15:48:16 
15:48:16 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
15:48:16 #15 ...
15:48:16 
15:48:16 #22 [linux/amd64->darwin/arm64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
15:48:16 #22 0.166 skipping packages installation on darwin
15:48:16 #22 DONE 0.2s
15:48:16 
15:48:16 #23 [linux/amd64->darwin/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
15:48:16 #0 0.183 skipping packages installation on darwin
15:48:16 #23 DONE 0.2s
15:48:16 
15:48:16 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
15:48:18 #15 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 19.0s done
15:48:18 #15 DONE 23.5s
15:48:24 
15:48:24 #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
15:48:24 #24 0.539 Building static docker-darwin-arm64
15:48:34 #24 ...
15:48:34 
15:48:34 #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
15:48:34 #0 0.557 Building static docker-darwin-amd64
15:51:55 #25 ...
15:51:55 
15:51:55 #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
15:51:55 #24 DONE 202.6s
15:51:55 
15:51:55 #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
15:51:55 #25 ...
15:51:55 
15:51:55 #26 [darwin/arm64 binary 1/1] COPY --from=build /out .
15:51:55 #26 DONE 0.1s
15:51:55 
15:51:55 #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
15:51:55 #25 DONE 204.5s
15:51:55 
15:51:55 #27 [darwin/amd64 binary 1/1] COPY --from=build /out .
15:51:55 #27 DONE 0.1s
15:51:55 
15:51:55 #28 exporting to client directory
15:51:55 #28 copying files darwin/arm64 22B
15:51:55 #28 copying files darwin/amd64 22B
15:51:55 #28 copying files darwin/arm64 45.87MB 1.7s done
15:51:55 #28 copying files darwin/amd64 47.47MB 1.6s done
15:51:55 #28 DONE 1.7s
15:51:55 dest=$PWD/build/mac; cd /home/ubuntu/workspace/docker-ce-packaging_PR-837/src/github.com/docker/cli/build && for platform in *; do \
15:51:55 	arch=$(echo $platform | cut -d_ -f2); \
15:51:55 	mkdir -p $dest/$arch/docker; \
15:51:55 	cp $platform/docker-darwin-* $dest/$arch/docker/docker && \
15:51:55 	tar -C $dest/$arch -c -z -f $dest/$arch/docker-0.0.0-20230118204216-7155243.tgz docker; \
15:51:55 done
15:52:01 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-837/static'