Skip to content

Console Output

09:30:42 + make REF=20.10 DOCKER_BUILD_PKGS=cross-mac static
09:30:42 git init src/github.com/docker/cli
09:30:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-807/src/github.com/docker/cli/.git/
09:30:42 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
09:30:42 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
09:30:42 + SRC=src/github.com/docker/cli
09:30:42 + REF=20.10
09:30:42 + REF_FETCH=20.10
09:30:42 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
09:30:42 + awk {print $2}
09:30:42 + REF=refs/heads/20.10
09:30:42 + [ -n refs/heads/20.10 ]
09:30:42 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
09:30:42 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
09:30:44 From https://github.com/docker/cli
09:30:44  * [new branch]      20.10      -> 20.10
09:30:44  * [new branch]      20.10      -> origin/20.10
09:30:44 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
09:30:44 git init src/github.com/docker/docker
09:30:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-807/src/github.com/docker/docker/.git/
09:30:44 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
09:30:44 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
09:30:44 + SRC=src/github.com/docker/docker
09:30:44 + REF=20.10
09:30:44 + REF_FETCH=20.10
09:30:44 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
09:30:44 + awk {print $2}
09:30:44 + REF=refs/heads/20.10
09:30:44 + [ -n refs/heads/20.10 ]
09:30:44 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
09:30:44 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
09:30:46 From https://github.com/docker/docker
09:30:46  * [new branch]      20.10      -> 20.10
09:30:46  * [new branch]      20.10      -> origin/20.10
09:30:46 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
09:30:46 git init src/github.com/docker/compose
09:30:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-807/src/github.com/docker/compose/.git/
09:30:46 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
09:30:46 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.0"
09:30:46 + SRC=src/github.com/docker/compose
09:30:46 + REF=v2.15.0
09:30:46 + REF_FETCH=v2.15.0
09:30:46 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.0
09:30:46 + awk {print $2}
09:30:46 + REF=refs/tags/v2.15.0
09:30:46 + [ -n refs/tags/v2.15.0 ]
09:30:46 + REF_FETCH=refs/tags/v2.15.0:refs/tags/v2.15.0
09:30:46 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.0:refs/tags/v2.15.0
09:30:46 From https://github.com/docker/compose
09:30:46  * [new tag]         v2.15.0    -> v2.15.0
09:30:46 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.0
09:30:46 git init src/github.com/docker/scan-cli-plugin
09:30:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-807/src/github.com/docker/scan-cli-plugin/.git/
09:30:46 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
09:30:46 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
09:30:46 + SRC=src/github.com/docker/scan-cli-plugin
09:30:46 + REF=v0.23.0
09:30:46 + REF_FETCH=v0.23.0
09:30:46 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
09:30:46 + awk {print $2}
09:30:47 + REF=refs/tags/v0.23.0
09:30:47 + [ -n refs/tags/v0.23.0 ]
09:30:47 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
09:30:47 + 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
09:30:47 From https://github.com/docker/scan-cli-plugin
09:30:47  * [new tag]         v0.23.0    -> v0.23.0
09:30:47 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
09:30:47 for p in cross-mac; do \
09:30:47 	make -C static VERSION=0.0.1-dev GO_VERSION=1.18.9 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
09:30:47 done
09:30:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-807/static'
09:30:47 docker buildx inspect | grep -q 'Driver: docker-container' || docker buildx create --use
09:30:47 thirsty_maxwell
09:30:47 mkdir -p build/mac/amd64/docker
09:30:47 GOOS=darwin GOARCH=amd64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-807/static/build/mac/amd64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-807/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-807/static/scripts/build-cli-plugins":/build:ro golang:1.18.9 /build
09:30:47 Unable to find image 'golang:1.18.9' locally
09:30:47 1.18.9: Pulling from library/golang
09:30:48 32de3c850997: Pulling fs layer
09:30:48 fa1d4c8d85a4: Pulling fs layer
09:30:48 c796299bbbdd: Pulling fs layer
09:30:48 81283a9569ad: Pulling fs layer
09:30:48 c768848b86a2: Pulling fs layer
09:30:48 160a777925fe: Pulling fs layer
09:30:48 1be94824532a: Pulling fs layer
09:30:48 c768848b86a2: Waiting
09:30:48 160a777925fe: Waiting
09:30:48 1be94824532a: Waiting
09:30:48 81283a9569ad: Waiting
09:30:48 fa1d4c8d85a4: Verifying Checksum
09:30:48 fa1d4c8d85a4: Download complete
09:30:48 c796299bbbdd: Verifying Checksum
09:30:48 c796299bbbdd: Download complete
09:30:49 32de3c850997: Verifying Checksum
09:30:49 32de3c850997: Download complete
09:30:49 81283a9569ad: Verifying Checksum
09:30:49 81283a9569ad: Download complete
09:30:49 1be94824532a: Verifying Checksum
09:30:49 1be94824532a: Download complete
09:30:49 c768848b86a2: Verifying Checksum
09:30:49 c768848b86a2: Download complete
09:30:50 160a777925fe: Verifying Checksum
09:30:50 160a777925fe: Download complete
09:30:52 32de3c850997: Pull complete
09:30:52 fa1d4c8d85a4: Pull complete
09:30:52 c796299bbbdd: Pull complete
09:30:55 81283a9569ad: Pull complete
09:30:57 c768848b86a2: Pull complete
09:31:04 160a777925fe: Pull complete
09:31:04 1be94824532a: Pull complete
09:31:04 Digest: sha256:00d63686b480f6dc866e93ddc4b29efa2db03274a687e6495c2cfbfe615d638e
09:31:04 Status: Downloaded newer image for golang:1.18.9
09:31:05 Cloning into '/go/src/github.com/docker/buildx'...
09:31:08 Fetching origin
09:31:09 + GO111MODULE=on
09:31:09 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.9.1-docker -X github.com/docker/buildx/version.Revision=ed00243a0ce2a0aee75311b06e32d33b44729689 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
09:33:30 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-807/static:/v -w /v alpine chown -R 1000:1000 build/mac/amd64
09:33:30 Unable to find image 'alpine:latest' locally
09:33:30 latest: Pulling from library/alpine
09:33:30 c158987b0551: Pulling fs layer
09:33:30 c158987b0551: Verifying Checksum
09:33:30 c158987b0551: Download complete
09:33:30 c158987b0551: Pull complete
09:33:30 Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4
09:33:30 Status: Downloaded newer image for alpine:latest
09:33:30 mkdir -p build/mac/arm64/docker
09:33:30 GOOS=darwin GOARCH=arm64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-807/static/build/mac/arm64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-807/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-807/static/scripts/build-cli-plugins":/build:ro golang:1.18.9 /build
09:33:30 Cloning into '/go/src/github.com/docker/buildx'...
09:33:30 Fetching origin
09:33:30 + GO111MODULE=on
09:33:30 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.9.1-docker -X github.com/docker/buildx/version.Revision=ed00243a0ce2a0aee75311b06e32d33b44729689 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
09:35:37 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-807/static:/v -w /v alpine chown -R 1000:1000 build/mac/arm64
09:35:37 cd /home/ubuntu/workspace/docker-ce-packaging_PR-807/src/github.com/docker/cli && VERSION=0.0.0-20221229142224-9889fa5 docker buildx bake --set binary.platform=darwin/amd64,darwin/arm64 binary
09:35:37 #1 [internal] booting buildkit
09:35:37 #1 pulling image moby/buildkit:buildx-stable-1
09:35:39 #1 pulling image moby/buildkit:buildx-stable-1 2.2s done
09:35:39 #1 creating container buildx_buildkit_thirsty_maxwell0
09:35:39 #1 creating container buildx_buildkit_thirsty_maxwell0 1.0s done
09:35:39 #1 DONE 3.2s
09:35:39 
09:35:39 #2 [internal] load build definition from Dockerfile
09:35:39 #2 transferring dockerfile: 1.81kB done
09:35:39 #2 DONE 0.1s
09:35:39 
09:35:39 #3 [internal] load .dockerignore
09:35:39 #3 transferring context: 112B done
09:35:39 #3 DONE 0.1s
09:35:39 
09:35:39 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
09:35:39 #4 DONE 0.0s
09:35:39 
09:35:39 #5 resolve image config for docker.io/docker/dockerfile:1
09:35:40 #5 DONE 0.6s
09:35:40 
09:35:40 #6 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
09:35:40 #6 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 0.0s done
09:35:40 #6 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.1s done
09:35:40 #6 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546
09:35:40 #6 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.2s done
09:35:40 #6 DONE 0.4s
09:35:41 
09:35:41 #7 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
09:35:41 #7 DONE 0.0s
09:35:41 
09:35:41 #8 [auth] tonistiigi/xx:pull token for registry-1.docker.io
09:35:41 #8 DONE 0.0s
09:35:41 
09:35:41 #9 [auth] library/golang:pull token for registry-1.docker.io
09:35:41 #9 DONE 0.0s
09:35:41 
09:35:41 #10 [linux/amd64 internal] load metadata for docker.io/library/golang:1.18.9-alpine3.16
09:35:41 #10 DONE 0.9s
09:35:41 
09:35:41 #11 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
09:35:41 #11 DONE 0.9s
09:35:41 
09:35:41 #12 [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
09:35:41 #12 DONE 0.9s
09:35:41 
09:35:41 #13 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.1.0
09:35:41 #13 DONE 1.0s
09:35:41 
09:35:41 #14 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
09:35:41 #14 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
09:35:41 #14 DONE 0.0s
09:35:41 
09:35:41 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
09:35:41 #15 resolve docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 0.0s done
09:35:41 #15 DONE 0.1s
09:35:41 
09:35:41 #16 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.9-alpine3.16@sha256:55a58dd64b2c0c3194777be98379d604623136bed45576a9d2237082e9b43847
09:35:41 #16 resolve docker.io/library/golang:1.18.9-alpine3.16@sha256:55a58dd64b2c0c3194777be98379d604623136bed45576a9d2237082e9b43847 0.0s done
09:35:42 #16 ...
09:35:42 
09:35:42 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
09:35:42 #15 sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 14.84kB / 14.84kB 0.0s done
09:35:42 #15 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 0.1s done
09:35:42 #15 DONE 0.2s
09:35:42 
09:35:42 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
09:35:42 #17 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
09:35:42 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 0B / 151.10MB 0.2s
09:35:42 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 9.13MB / 151.10MB 0.5s
09:35:42 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 19.92MB / 151.10MB 0.6s
09:35:42 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 30.41MB / 151.10MB 0.8s
09:35:43 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 41.94MB / 151.10MB 1.1s
09:35:43 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 54.53MB / 151.10MB 1.4s
09:35:43 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 65.01MB / 151.10MB 1.7s
09:35:44 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 74.71MB / 151.10MB 2.1s
09:35:44 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 84.93MB / 151.10MB 2.4s
09:35:44 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 93.32MB / 151.10MB 2.6s
09:35:44 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 103.81MB / 151.10MB 2.7s
09:35:45 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 112.70MB / 151.10MB 2.9s
09:35:45 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 124.78MB / 151.10MB 3.0s
09:35:45 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 133.17MB / 151.10MB 3.3s
09:35:45 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 3.9s
09:35:46 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 4.0s done
09:35:46 #17 ...
09:35:46 
09:35:46 #18 [internal] load build context
09:35:46 #18 transferring context: 50.40MB 4.0s done
09:35:46 #18 DONE 4.2s
09:35:46 
09:35:46 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
09:35:46 #17 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8
09:35:47 #17 ...
09:35:47 
09:35:47 #16 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.9-alpine3.16@sha256:55a58dd64b2c0c3194777be98379d604623136bed45576a9d2237082e9b43847
09:35:47 #16 sha256:bb8cf8713392851d61a64d8d247c452f59277c3e54769644ffede2adacbc5bf5 157B / 157B 0.4s done
09:35:47 #16 sha256:22bb395ce1d7ee553a5d57532bf4c55b350fc555cb467a7f494ad093231f4b31 115.81MB / 115.81MB 2.5s done
09:35:47 #16 sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 284.75kB / 284.75kB 0.5s done
09:35:47 #16 sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 2.81MB / 2.81MB 0.2s done
09:35:47 #16 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 0.9s done
09:35:47 #16 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 0.4s done
09:35:47 #16 extracting sha256:22bb395ce1d7ee553a5d57532bf4c55b350fc555cb467a7f494ad093231f4b31
09:35:52 #16 extracting sha256:22bb395ce1d7ee553a5d57532bf4c55b350fc555cb467a7f494ad093231f4b31 7.6s done
09:35:52 #16 extracting sha256:bb8cf8713392851d61a64d8d247c452f59277c3e54769644ffede2adacbc5bf5 0.1s done
09:35:52 #16 DONE 10.4s
09:35:52 
09:35:52 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
09:35:52 #17 ...
09:35:52 
09:35:52 #19 [linux/amd64 build-base-alpine 2/4] COPY --from=xx / /
09:35:55 #19 DONE 2.5s
09:35:55 
09:35:55 #20 [linux/amd64 build-base-alpine 3/4] RUN apk add --no-cache clang lld llvm file git
09:35:55 #20 0.152 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
09:35:56 #20 1.363 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
09:35:56 #20 1.714 (1/18) Installing libffi (3.4.2-r1)
09:35:56 #20 1.722 (2/18) Installing libgcc (11.2.1_git20220219-r2)
09:35:56 #20 1.724 (3/18) Installing libstdc++ (11.2.1_git20220219-r2)
09:35:56 #20 1.749 (4/18) Installing xz-libs (5.2.5-r1)
09:35:56 #20 1.758 (5/18) Installing libxml2 (2.9.14-r2)
09:35:56 #20 1.774 (6/18) Installing llvm13-libs (13.0.1-r2)
09:35:58 #20 3.091 (7/18) Installing clang-libs (13.0.1-r1)
09:35:59 #20 4.319 (8/18) Installing clang (13.0.1-r1)
09:35:59 #20 4.456 (9/18) Installing libmagic (5.41-r0)
09:35:59 #20 4.498 (10/18) Installing file (5.41-r0)
09:35:59 #20 4.498 (11/18) Installing brotli-libs (1.0.9-r6)
09:35:59 #20 4.511 (12/18) Installing nghttp2-libs (1.47.0-r0)
09:35:59 #20 4.516 (13/18) Installing libcurl (7.83.1-r5)
09:35:59 #20 4.527 (14/18) Installing expat (2.5.0-r0)
09:35:59 #20 4.533 (15/18) Installing pcre2 (10.40-r0)
09:35:59 #20 4.545 (16/18) Installing git (2.36.3-r0)
09:35:59 #20 4.743 (17/18) Installing lld (13.0.1-r0)
09:35:59 #20 4.794 (18/18) Installing llvm13 (13.0.1-r2)
09:36:00 #20 5.655 Executing busybox-1.35.0-r17.trigger
09:36:00 #20 5.665 OK: 311 MiB in 33 packages
09:36:03 #20 DONE 8.2s
09:36:03 
09:36:03 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
09:36:03 #17 ...
09:36:03 
09:36:03 #21 [linux/amd64 build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
09:36:03 #21 DONE 0.2s
09:36:03 
09:36:03 #22 [linux/amd64->darwin/arm64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
09:36:03 #0 0.150 skipping packages installation on darwin
09:36:03 #22 DONE 0.3s
09:36:03 
09:36:03 #23 [linux/amd64->darwin/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
09:36:03 #0 0.189 skipping packages installation on darwin
09:36:03 #23 DONE 0.3s
09:36:03 
09:36:03 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
09:36:06 #17 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 19.9s done
09:36:06 #17 DONE 24.0s
09:36:11 
09:36:11 #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
09:36:12 #24 0.631 Building static docker-darwin-amd64
09:36:21 #24 ...
09:36:21 
09:36:21 #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
09:36:21 #0 0.627 Building static docker-darwin-arm64
09:39:58 #25 ...
09:39:58 
09:39:58 #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
09:39:58 #24 DONE 216.0s
09:39:58 
09:39:58 #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
09:39:58 #25 DONE 216.2s
09:39:58 
09:39:58 #26 [darwin/amd64 binary 1/1] COPY --from=build /out .
09:39:58 #26 DONE 0.1s
09:39:58 
09:39:58 #27 [darwin/arm64 binary 1/1] COPY --from=build /out .
09:39:58 #27 DONE 0.1s
09:39:58 
09:39:58 #28 exporting to client
09:39:58 #28 copying files darwin/amd64 22B
09:39:58 #28 copying files darwin/arm64 22B
09:39:58 #28 copying files darwin/arm64 45.86MB 1.6s done
09:39:58 #28 copying files darwin/amd64 47.47MB 1.7s done
09:39:58 #28 DONE 1.7s
09:39:58 dest=$PWD/build/mac; cd /home/ubuntu/workspace/docker-ce-packaging_PR-807/src/github.com/docker/cli/build && for platform in *; do \
09:39:58 	arch=$(echo $platform | cut -d_ -f2); \
09:39:58 	mkdir -p $dest/$arch/docker; \
09:39:58 	cp $platform/docker-darwin-* $dest/$arch/docker/docker && \
09:39:58 	tar -C $dest/$arch -c -z -f $dest/$arch/docker-0.0.0-20221229142224-9889fa5.tgz docker; \
09:39:58 done
09:39:59 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-807/static'