Skip to content

Console Output

23:16:08 + make REF=20.10 DOCKER_BUILD_PKGS=cross-mac static
23:16:08 git init src/github.com/docker/cli
23:16:08 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-825/src/github.com/docker/cli/.git/
23:16:08 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
23:16:08 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
23:16:08 + SRC=src/github.com/docker/cli
23:16:08 + REF=20.10
23:16:08 + REF_FETCH=20.10
23:16:08 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
23:16:08 + awk {print $2}
23:16:08 + REF=refs/heads/20.10
23:16:08 + [ -n refs/heads/20.10 ]
23:16:08 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
23:16:08 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
23:16:09 From https://github.com/docker/cli
23:16:09  * [new branch]      20.10      -> 20.10
23:16:09  * [new branch]      20.10      -> origin/20.10
23:16:09 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
23:16:09 git init src/github.com/docker/docker
23:16:09 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-825/src/github.com/docker/docker/.git/
23:16:09 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
23:16:09 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
23:16:09 + SRC=src/github.com/docker/docker
23:16:09 + REF=20.10
23:16:09 + REF_FETCH=20.10
23:16:09 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
23:16:09 + awk {print $2}
23:16:10 + REF=refs/heads/20.10
23:16:10 + [ -n refs/heads/20.10 ]
23:16:10 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
23:16:10 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
23:16:12 From https://github.com/docker/docker
23:16:12  * [new branch]      20.10      -> 20.10
23:16:12  * [new branch]      20.10      -> origin/20.10
23:16:12 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
23:16:12 git init src/github.com/docker/compose
23:16:12 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-825/src/github.com/docker/compose/.git/
23:16:12 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
23:16:12 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
23:16:12 + SRC=src/github.com/docker/compose
23:16:12 + REF=v2.15.1
23:16:12 + REF_FETCH=v2.15.1
23:16:12 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
23:16:12 + awk {print $2}
23:16:13 + REF=refs/tags/v2.15.1
23:16:13 + [ -n refs/tags/v2.15.1 ]
23:16:13 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
23:16:13 + 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:16:13 From https://github.com/docker/compose
23:16:13  * [new tag]         v2.15.1    -> v2.15.1
23:16:13 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
23:16:13 git init src/github.com/docker/scan-cli-plugin
23:16:13 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-825/src/github.com/docker/scan-cli-plugin/.git/
23:16:13 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
23:16:13 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
23:16:13 + SRC=src/github.com/docker/scan-cli-plugin
23:16:13 + REF=v0.23.0
23:16:13 + REF_FETCH=v0.23.0
23:16:13 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
23:16:13 + awk {print $2}
23:16:13 + REF=refs/tags/v0.23.0
23:16:13 + [ -n refs/tags/v0.23.0 ]
23:16:13 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
23:16: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
23:16:13 From https://github.com/docker/scan-cli-plugin
23:16:13  * [new tag]         v0.23.0    -> v0.23.0
23:16:13 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
23:16:13 for p in cross-mac; do \
23:16:13 	make -C static VERSION=0.0.1-dev GO_VERSION=1.18.10 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
23:16:13 done
23:16:13 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-825/static'
23:16:13 docker buildx inspect | grep -q 'Driver: docker-container' || docker buildx create --use
23:16:14 crazy_colden
23:16:14 mkdir -p build/mac/amd64/docker
23:16:14 GOOS=darwin GOARCH=amd64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-825/static/build/mac/amd64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-825/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-825/static/scripts/build-cli-plugins":/build:ro golang:1.18.10 /build
23:16:14 Unable to find image 'golang:1.18.10' locally
23:16:14 1.18.10: Pulling from library/golang
23:16:14 bbeef03cda1f: Pulling fs layer
23:16:14 f049f75f014e: Pulling fs layer
23:16:14 56261d0e6b05: Pulling fs layer
23:16:14 9bd150679dbd: Pulling fs layer
23:16:14 bfcb68b5bd10: Pulling fs layer
23:16:14 06d0c5d18ef4: Pulling fs layer
23:16:14 cc7973a07a5b: Pulling fs layer
23:16:14 9bd150679dbd: Waiting
23:16:14 bfcb68b5bd10: Waiting
23:16:14 cc7973a07a5b: Waiting
23:16:14 06d0c5d18ef4: Waiting
23:16:14 f049f75f014e: Verifying Checksum
23:16:14 f049f75f014e: Download complete
23:16:14 56261d0e6b05: Verifying Checksum
23:16:14 56261d0e6b05: Download complete
23:16:15 bbeef03cda1f: Verifying Checksum
23:16:15 bbeef03cda1f: Download complete
23:16:15 9bd150679dbd: Verifying Checksum
23:16:15 9bd150679dbd: Download complete
23:16:15 cc7973a07a5b: Verifying Checksum
23:16:15 cc7973a07a5b: Download complete
23:16:15 bfcb68b5bd10: Verifying Checksum
23:16:15 bfcb68b5bd10: Download complete
23:16:17 06d0c5d18ef4: Verifying Checksum
23:16:17 06d0c5d18ef4: Download complete
23:16:18 bbeef03cda1f: Pull complete
23:16:18 f049f75f014e: Pull complete
23:16:18 56261d0e6b05: Pull complete
23:16:21 9bd150679dbd: Pull complete
23:16:23 bfcb68b5bd10: Pull complete
23:16:30 06d0c5d18ef4: Pull complete
23:16:30 cc7973a07a5b: Pull complete
23:16:30 Digest: sha256:82d5c1bcbfe1cd634646091efea54617eaa8624561aae9a78b3351c647c4e4a3
23:16:30 Status: Downloaded newer image for golang:1.18.10
23:16:30 Cloning into '/go/src/github.com/docker/buildx'...
23:16:33 Fetching origin
23:16:33 + GO111MODULE=on
23:16:33 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.10.0-docker -X github.com/docker/buildx/version.Revision=876462897612d36679153c3414f7689626251501 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
23:18:55 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-825/static:/v -w /v alpine chown -R 1000:1000 build/mac/amd64
23:18:55 Unable to find image 'alpine:latest' locally
23:18:55 latest: Pulling from library/alpine
23:18:55 8921db27df28: Pulling fs layer
23:18:55 8921db27df28: Verifying Checksum
23:18:55 8921db27df28: Download complete
23:18:55 8921db27df28: Pull complete
23:18:55 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
23:18:55 Status: Downloaded newer image for alpine:latest
23:18:55 mkdir -p build/mac/arm64/docker
23:18:55 GOOS=darwin GOARCH=arm64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-825/static/build/mac/arm64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-825/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-825/static/scripts/build-cli-plugins":/build:ro golang:1.18.10 /build
23:18:55 Cloning into '/go/src/github.com/docker/buildx'...
23:18:55 Fetching origin
23:18:55 + GO111MODULE=on
23:18:55 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.10.0-docker -X github.com/docker/buildx/version.Revision=876462897612d36679153c3414f7689626251501 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
23:21:02 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-825/static:/v -w /v alpine chown -R 1000:1000 build/mac/arm64
23:21:02 cd /home/ubuntu/workspace/docker-ce-packaging_PR-825/src/github.com/docker/cli && VERSION=0.0.0-20230111151253-e4d3f5e docker buildx bake --set binary.platform=darwin/amd64,darwin/arm64 binary
23:21:02 #1 [internal] booting buildkit
23:21:02 #1 pulling image moby/buildkit:buildx-stable-1
23:21:04 #1 pulling image moby/buildkit:buildx-stable-1 2.5s done
23:21:04 #1 creating container buildx_buildkit_crazy_colden0
23:21:05 #1 creating container buildx_buildkit_crazy_colden0 1.3s done
23:21:05 #1 DONE 3.8s
23:21:05 
23:21:05 #2 [internal] load .dockerignore
23:21:05 #2 transferring context: 112B done
23:21:05 #2 DONE 0.0s
23:21:05 
23:21:05 #3 [internal] load build definition from Dockerfile
23:21:05 #3 transferring dockerfile: 1.81kB done
23:21:05 #3 DONE 0.1s
23:21:05 
23:21:05 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
23:21:05 #4 DONE 0.0s
23:21:05 
23:21:05 #5 resolve image config for docker.io/docker/dockerfile:1
23:21:06 #5 DONE 0.6s
23:21:06 
23:21:06 #6 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
23:21:06 #6 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 0.0s done
23:21:06 #6 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.1s done
23:21:06 #6 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546
23:21:06 #6 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.2s done
23:21:06 #6 DONE 0.4s
23:21:06 
23:21:06 #7 [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
23:21:06 #7 ...
23:21:06 
23:21:06 #8 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
23:21:06 #8 DONE 0.0s
23:21:06 
23:21:06 #9 [auth] library/golang:pull token for registry-1.docker.io
23:21:06 #9 DONE 0.0s
23:21:06 
23:21:06 #10 [auth] tonistiigi/xx:pull token for registry-1.docker.io
23:21:06 #10 DONE 0.0s
23:21:07 
23:21:07 #11 [linux/amd64 internal] load metadata for docker.io/library/golang:1.18.10-alpine3.16
23:21:07 #11 ...
23:21:07 
23:21:07 #12 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
23:21:07 #12 DONE 1.1s
23:21:07 
23:21:07 #7 [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
23:21:07 #7 DONE 1.1s
23:21:07 
23:21:07 #11 [linux/amd64 internal] load metadata for docker.io/library/golang:1.18.10-alpine3.16
23:21:07 #11 DONE 1.2s
23:21:07 
23:21:07 #13 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.1.0
23:21:07 #13 DONE 1.3s
23:21:08 
23:21:08 #14 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
23:21:08 #14 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
23:21:08 #14 DONE 0.0s
23:21:08 
23:21:08 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
23:21:08 #15 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
23:21:08 #15 DONE 0.1s
23:21:08 
23:21:08 #16 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
23:21:08 #16 resolve docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 0.0s done
23:21:08 #16 sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 14.84kB / 14.84kB 0.0s done
23:21:08 #16 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 0.1s done
23:21:08 #16 DONE 0.2s
23:21:08 
23:21:08 #17 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a
23:21:08 #17 resolve docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a 0.0s done
23:21:08 #17 sha256:d71a49e0649a9e9e1cb9f4d3f7cc35e1ac33bc747ee8ecaa7b2622f4e7352937 0B / 155B 0.2s
23:21:08 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 0B / 115.81MB 0.2s
23:21:08 #17 sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 0B / 284.75kB 0.2s
23:21:08 #17 sha256:d71a49e0649a9e9e1cb9f4d3f7cc35e1ac33bc747ee8ecaa7b2622f4e7352937 155B / 155B 0.5s done
23:21:08 #17 sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 284.75kB / 284.75kB 0.4s done
23:21:09 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 7.34MB / 115.81MB 0.6s
23:21:09 #17 sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 2.81MB / 2.81MB 0.2s done
23:21:09 #17 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce
23:21:09 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 13.63MB / 115.81MB 0.8s
23:21:09 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 26.21MB / 115.81MB 1.1s
23:21:09 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 35.65MB / 115.81MB 1.2s
23:21:09 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 45.09MB / 115.81MB 1.4s
23:21:09 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 55.57MB / 115.81MB 1.5s
23:21:09 #17 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 0.7s done
23:21:09 #17 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373
23:21:09 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 68.16MB / 115.81MB 1.7s
23:21:09 #17 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 0.2s done
23:21:10 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 77.59MB / 115.81MB 1.8s
23:21:10 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 90.18MB / 115.81MB 2.0s
23:21:10 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 100.66MB / 115.81MB 2.1s
23:21:10 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 115.34MB / 115.81MB 2.3s
23:21:10 #17 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 115.81MB / 115.81MB 2.4s done
23:21:10 #17 extracting sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5
23:21:12 #17 ...
23:21:12 
23:21:12 #18 [internal] load build context
23:21:12 #18 transferring context: 50.40MB 4.0s done
23:21:12 #18 DONE 4.1s
23:21:12 
23:21:12 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
23:21:12 #15 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 3.3s done
23:21:12 #15 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8
23:21:18 #15 ...
23:21:18 
23:21:18 #17 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a
23:21:18 #17 extracting sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 7.9s done
23:21:18 #17 extracting sha256:d71a49e0649a9e9e1cb9f4d3f7cc35e1ac33bc747ee8ecaa7b2622f4e7352937 0.0s done
23:21:18 #17 DONE 10.7s
23:21:18 
23:21:18 #19 [linux/amd64 build-base-alpine 2/4] COPY --from=xx / /
23:21:23 #19 DONE 3.8s
23:21:23 
23:21:23 #20 [linux/amd64 build-base-alpine 3/4] RUN apk add --no-cache clang lld llvm file git
23:21:23 #20 0.139 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
23:21:24 #20 1.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
23:21:24 #20 1.622 (1/18) Installing libffi (3.4.2-r1)
23:21:24 #20 1.628 (2/18) Installing libgcc (11.2.1_git20220219-r2)
23:21:24 #20 1.641 (3/18) Installing libstdc++ (11.2.1_git20220219-r2)
23:21:24 #20 1.670 (4/18) Installing xz-libs (5.2.5-r1)
23:21:24 #20 1.674 (5/18) Installing libxml2 (2.9.14-r2)
23:21:24 #20 1.699 (6/18) Installing llvm13-libs (13.0.1-r2)
23:21:25 #20 3.070 (7/18) Installing clang-libs (13.0.1-r1)
23:21:27 #20 4.321 (8/18) Installing clang (13.0.1-r1)
23:21:27 #20 4.462 (9/18) Installing libmagic (5.41-r0)
23:21:27 #20 4.500 (10/18) Installing file (5.41-r0)
23:21:27 #20 4.503 (11/18) Installing brotli-libs (1.0.9-r6)
23:21:27 #20 4.520 (12/18) Installing nghttp2-libs (1.47.0-r0)
23:21:27 #20 4.525 (13/18) Installing libcurl (7.83.1-r5)
23:21:27 #20 4.536 (14/18) Installing expat (2.5.0-r0)
23:21:27 #20 4.541 (15/18) Installing pcre2 (10.40-r0)
23:21:27 #20 4.553 (16/18) Installing git (2.36.3-r0)
23:21:27 #20 4.812 (17/18) Installing lld (13.0.1-r0)
23:21:27 #20 4.879 (18/18) Installing llvm13 (13.0.1-r2)
23:21:28 #20 5.731 Executing busybox-1.35.0-r17.trigger
23:21:28 #20 5.743 OK: 311 MiB in 33 packages
23:21:31 #20 ...
23:21:31 
23:21:31 #15 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
23:21:31 #15 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 20.2s done
23:21:31 #15 DONE 23.6s
23:21:31 
23:21:31 #20 [linux/amd64 build-base-alpine 3/4] RUN apk add --no-cache clang lld llvm file git
23:21:33 #20 DONE 11.0s
23:21:33 
23:21:33 #21 [linux/amd64 build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
23:21:33 #21 DONE 0.0s
23:21:33 
23:21:33 #22 [linux/amd64->darwin/arm64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
23:21:33 #22 0.148 skipping packages installation on darwin
23:21:33 #22 DONE 0.2s
23:21:33 
23:21:33 #23 [linux/amd64->darwin/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
23:21:33 #0 0.142 skipping packages installation on darwin
23:21:33 #23 DONE 0.2s
23:21:37 
23:21:37 #24 [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:21:37 #24 0.754 Building static docker-darwin-amd64
23:21:47 #24 ...
23:21:47 
23:21:47 #25 [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:21:47 #0 0.794 Building static docker-darwin-arm64
23:25:09 #25 DONE 211.0s
23:25:09 
23:25:09 #24 [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:25:09 #24 ...
23:25:09 
23:25:09 #26 [darwin/arm64 binary 1/1] COPY --from=build /out .
23:25:09 #26 DONE 0.1s
23:25:09 
23:25:09 #24 [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:25:09 #24 DONE 212.7s
23:25:10 
23:25:10 #27 [darwin/amd64 binary 1/1] COPY --from=build /out .
23:25:10 #27 DONE 0.1s
23:25:10 
23:25:10 #28 exporting to client directory
23:25:10 #28 copying files darwin/amd64 22B
23:25:10 #28 copying files darwin/arm64 22B
23:25:12 #28 copying files darwin/amd64 47.47MB 1.7s done
23:25:12 #28 copying files darwin/arm64 45.87MB 1.7s done
23:25:12 #28 DONE 1.7s
23:25:12 dest=$PWD/build/mac; cd /home/ubuntu/workspace/docker-ce-packaging_PR-825/src/github.com/docker/cli/build && for platform in *; do \
23:25:12 	arch=$(echo $platform | cut -d_ -f2); \
23:25:12 	mkdir -p $dest/$arch/docker; \
23:25:12 	cp $platform/docker-darwin-* $dest/$arch/docker/docker && \
23:25:12 	tar -C $dest/$arch -c -z -f $dest/$arch/docker-0.0.0-20230111151253-e4d3f5e.tgz docker; \
23:25:12 done
23:25:22 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-825/static'