Skip to content

Console Output

11:21:45 + make REF=20.10 DOCKER_BUILD_PKGS=cross-mac static
11:21:45 git init src/github.com/docker/cli
11:21:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-856/src/github.com/docker/cli/.git/
11:21:45 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:21:45 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
11:21:45 + SRC=src/github.com/docker/cli
11:21:45 + REF=20.10
11:21:45 + REF_FETCH=20.10
11:21:45 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
11:21:45 + awk {print $2}
11:21:45 + REF=refs/heads/20.10
11:21:45 + [ -n refs/heads/20.10 ]
11:21:45 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
11:21:45 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
11:21:46 From https://github.com/docker/cli
11:21:46  * [new branch]      20.10      -> 20.10
11:21:46  * [new branch]      20.10      -> origin/20.10
11:21:46 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
11:21:46 git init src/github.com/docker/docker
11:21:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-856/src/github.com/docker/docker/.git/
11:21:46 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:21:46 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
11:21:46 + SRC=src/github.com/docker/docker
11:21:46 + REF=20.10
11:21:46 + REF_FETCH=20.10
11:21:46 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
11:21:46 + awk {print $2}
11:21:46 + REF=refs/heads/20.10
11:21:46 + [ -n refs/heads/20.10 ]
11:21:46 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
11:21:46 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
11:21:48 From https://github.com/docker/docker
11:21:48  * [new branch]      20.10      -> 20.10
11:21:48  * [new branch]      20.10      -> origin/20.10
11:21:48 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
11:21:48 git init src/github.com/docker/compose
11:21:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-856/src/github.com/docker/compose/.git/
11:21:48 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
11:21:48 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
11:21:48 + SRC=src/github.com/docker/compose
11:21:48 + REF=v2.15.1
11:21:48 + REF_FETCH=v2.15.1
11:21:48 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
11:21:48 + awk {print $2}
11:21:48 + REF=refs/tags/v2.15.1
11:21:48 + [ -n refs/tags/v2.15.1 ]
11:21:48 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
11:21:48 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
11:21:48 From https://github.com/docker/compose
11:21:48  * [new tag]         v2.15.1    -> v2.15.1
11:21:48 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
11:21:48 git init src/github.com/docker/scan-cli-plugin
11:21:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-856/src/github.com/docker/scan-cli-plugin/.git/
11:21:48 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
11:21:48 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
11:21:49 + SRC=src/github.com/docker/scan-cli-plugin
11:21:49 + REF=v0.23.0
11:21:49 + REF_FETCH=v0.23.0
11:21:49 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
11:21:49 + awk {print $2}
11:21:49 + REF=refs/tags/v0.23.0
11:21:49 + [ -n refs/tags/v0.23.0 ]
11:21:49 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
11:21:49 + 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
11:21:49 From https://github.com/docker/scan-cli-plugin
11:21:49  * [new tag]         v0.23.0    -> v0.23.0
11:21:49 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
11:21:49 for p in cross-mac; do \
11:21:49 	make -C static VERSION=0.0.1-dev GO_VERSION=1.18.10 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
11:21:49 done
11:21:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-856/static'
11:21:49 docker buildx inspect | grep -q 'Driver: docker-container' || docker buildx create --use
11:21:49 sleepy_wiles
11:21:49 mkdir -p build/mac/amd64/docker
11:21:49 GOOS=darwin GOARCH=amd64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-856/static/build/mac/amd64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-856/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-856/static/scripts/build-cli-plugins":/build:ro golang:1.18.10 /build
11:21:49 Unable to find image 'golang:1.18.10' locally
11:21:49 1.18.10: Pulling from library/golang
11:21:49 bbeef03cda1f: Pulling fs layer
11:21:49 f049f75f014e: Pulling fs layer
11:21:49 56261d0e6b05: Pulling fs layer
11:21:49 9bd150679dbd: Pulling fs layer
11:21:49 bfcb68b5bd10: Pulling fs layer
11:21:49 06d0c5d18ef4: Pulling fs layer
11:21:49 cc7973a07a5b: Pulling fs layer
11:21:49 9bd150679dbd: Waiting
11:21:49 bfcb68b5bd10: Waiting
11:21:49 06d0c5d18ef4: Waiting
11:21:49 cc7973a07a5b: Waiting
11:21:50 56261d0e6b05: Verifying Checksum
11:21:50 56261d0e6b05: Download complete
11:21:50 f049f75f014e: Verifying Checksum
11:21:50 f049f75f014e: Download complete
11:21:50 bbeef03cda1f: Verifying Checksum
11:21:50 bbeef03cda1f: Download complete
11:21:51 9bd150679dbd: Verifying Checksum
11:21:51 9bd150679dbd: Download complete
11:21:51 cc7973a07a5b: Verifying Checksum
11:21:51 cc7973a07a5b: Download complete
11:21:51 bfcb68b5bd10: Verifying Checksum
11:21:51 bfcb68b5bd10: Download complete
11:21:52 06d0c5d18ef4: Verifying Checksum
11:21:52 06d0c5d18ef4: Download complete
11:21:53 bbeef03cda1f: Pull complete
11:21:54 f049f75f014e: Pull complete
11:21:54 56261d0e6b05: Pull complete
11:21:56 9bd150679dbd: Pull complete
11:21:59 bfcb68b5bd10: Pull complete
11:22:05 06d0c5d18ef4: Pull complete
11:22:05 cc7973a07a5b: Pull complete
11:22:05 Digest: sha256:50c889275d26f816b5314fc99f55425fa76b18fcaf16af255f5d57f09e1f48da
11:22:05 Status: Downloaded newer image for golang:1.18.10
11:22:08 Cloning into '/go/src/github.com/docker/buildx'...
11:22:11 Fetching origin
11:22:11 + GO111MODULE=on
11:22:11 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.10.4-docker -X github.com/docker/buildx/version.Revision=c513d34049e499c53468deac6c4267ee72948f02 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
11:24:33 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-856/static:/v -w /v alpine chown -R 1000:1000 build/mac/amd64
11:24:33 Unable to find image 'alpine:latest' locally
11:24:33 latest: Pulling from library/alpine
11:24:33 63b65145d645: Pulling fs layer
11:24:33 63b65145d645: Verifying Checksum
11:24:33 63b65145d645: Download complete
11:24:33 63b65145d645: Pull complete
11:24:33 Digest: sha256:69665d02cb32192e52e07644d76bc6f25abeb5410edc1c7a81a10ba3f0efb90a
11:24:33 Status: Downloaded newer image for alpine:latest
11:24:33 mkdir -p build/mac/arm64/docker
11:24:33 GOOS=darwin GOARCH=arm64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-856/static/build/mac/arm64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-856/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-856/static/scripts/build-cli-plugins":/build:ro golang:1.18.10 /build
11:24:33 Cloning into '/go/src/github.com/docker/buildx'...
11:24:33 Fetching origin
11:24:33 + GO111MODULE=on
11:24:33 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.10.4-docker -X github.com/docker/buildx/version.Revision=c513d34049e499c53468deac6c4267ee72948f02 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
11:26:54 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-856/static:/v -w /v alpine chown -R 1000:1000 build/mac/arm64
11:26:54 cd /home/ubuntu/workspace/docker-ce-packaging_PR-856/src/github.com/docker/cli && VERSION=0.0.0-20230303152946-3825ed5 docker buildx bake --set binary.platform=darwin/amd64,darwin/arm64 binary
11:26:54 #1 [internal] booting buildkit
11:26:54 #1 pulling image moby/buildkit:buildx-stable-1
11:26:54 #1 pulling image moby/buildkit:buildx-stable-1 2.4s done
11:26:54 #1 creating container buildx_buildkit_sleepy_wiles0
11:26:54 #1 creating container buildx_buildkit_sleepy_wiles0 1.1s done
11:26:54 #1 DONE 3.5s
11:26:54 
11:26:54 #2 [internal] load build definition from Dockerfile
11:26:54 #2 transferring dockerfile: 1.81kB done
11:26:54 #2 DONE 0.1s
11:26:54 
11:26:54 #3 [internal] load .dockerignore
11:26:54 #3 transferring context: 112B done
11:26:54 #3 DONE 0.1s
11:26:54 
11:26:54 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
11:26:54 #4 DONE 0.0s
11:26:54 
11:26:54 #5 resolve image config for docker.io/docker/dockerfile:1
11:26:54 #5 DONE 0.6s
11:26:54 
11:26:54 #6 docker-image://docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
11:26:54 #6 resolve docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14 0.0s done
11:26:54 #6 sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 11.55MB / 11.55MB 0.1s done
11:26:54 #6 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd
11:26:54 #6 extracting sha256:a47ff7046597eea0123ea02817165350e3680f75000dc5d69c9a310258e1bedd 0.2s done
11:26:54 #6 DONE 0.4s
11:26:54 
11:26:54 #7 [linux/amd64 internal] load metadata for docker.io/library/golang:1.18.10-alpine3.16
11:26:54 #7 ...
11:26:54 
11:26:54 #8 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
11:26:54 #8 DONE 0.0s
11:26:54 
11:26:54 #9 [auth] tonistiigi/xx:pull token for registry-1.docker.io
11:26:54 #9 DONE 0.0s
11:26:54 
11:26:54 #10 [auth] library/golang:pull token for registry-1.docker.io
11:26:54 #10 DONE 0.0s
11:26:54 
11:26:54 #7 [linux/amd64 internal] load metadata for docker.io/library/golang:1.18.10-alpine3.16
11:26:54 #7 ...
11:26:54 
11:26:54 #11 [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
11:26:54 #11 DONE 0.8s
11:26:54 
11:26:54 #7 [linux/amd64 internal] load metadata for docker.io/library/golang:1.18.10-alpine3.16
11:26:54 #7 DONE 0.9s
11:26:54 
11:26:54 #12 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
11:26:54 #12 DONE 0.9s
11:26:54 
11:26:54 #13 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.1.0
11:26:54 #13 DONE 1.0s
11:26:54 
11:26:54 #14 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:26:54 #14 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
11:26:54 #14 DONE 0.1s
11:26:54 
11:26:54 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
11:26:54 #15 resolve docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 0.0s done
11:26:54 #15 DONE 0.1s
11:26:54 
11:26:54 #16 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a
11:26:54 #16 resolve docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a 0.0s done
11:26:54 #16 DONE 0.2s
11:26:54 
11:26:54 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
11:26:54 #15 sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 14.84kB / 14.84kB 0.1s done
11:26:54 #15 DONE 0.2s
11:26:54 
11:26:54 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:26:54 #17 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
11:26:54 #17 ...
11:26:54 
11:26:54 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
11:26:54 #15 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 0.1s done
11:26:54 #15 DONE 0.3s
11:26:54 
11:26:54 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:26:54 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 0B / 151.10MB 0.2s
11:26:54 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 8.39MB / 151.10MB 0.5s
11:26:54 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 17.83MB / 151.10MB 0.6s
11:26:54 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 28.31MB / 151.10MB 0.8s
11:26:54 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 39.85MB / 151.10MB 1.1s
11:26:54 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 53.48MB / 151.10MB 1.2s
11:26:54 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 66.06MB / 151.10MB 1.4s
11:26:54 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 75.50MB / 151.10MB 1.7s
11:26:54 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 85.88MB / 151.10MB 1.8s
11:26:54 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 94.71MB / 151.10MB 2.0s
11:26:54 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 110.10MB / 151.10MB 2.3s
11:26:54 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 126.88MB / 151.10MB 2.6s
11:26:54 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 137.36MB / 151.10MB 2.7s
11:26:54 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 2.9s
11:26:54 #17 ...
11:26:54 
11:26:54 #16 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a
11:26:54 #16 sha256:d71a49e0649a9e9e1cb9f4d3f7cc35e1ac33bc747ee8ecaa7b2622f4e7352937 155B / 155B 0.5s done
11:26:54 #16 sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 115.81MB / 115.81MB 3.1s done
11:26:54 #16 sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 284.75kB / 284.75kB 0.6s done
11:26:54 #16 sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 2.81MB / 2.81MB 0.1s done
11:26:54 #16 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 0.8s done
11:26:54 #16 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 0.2s done
11:26:54 #16 DONE 3.3s
11:26:54 
11:26:54 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:26:54 #17 ...
11:26:54 
11:26:54 #18 [internal] load build context
11:26:54 #18 transferring context: 50.38MB 3.6s done
11:26:54 #18 DONE 4.1s
11:26:54 
11:26:54 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:26:54 #17 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 4.5s done
11:26:54 #17 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8
11:27:01 #17 ...
11:27:01 
11:27:01 #16 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.10-alpine3.16@sha256:72b8e333fe603b041e2666c497693aa83446b7038da6603f836cddf2a988724a
11:27:01 #16 extracting sha256:eda8cd824576545a6a5137ce774ff30ab594079ce2be4211820f93892124c0a5 7.1s done
11:27:01 #16 extracting sha256:d71a49e0649a9e9e1cb9f4d3f7cc35e1ac33bc747ee8ecaa7b2622f4e7352937 0.0s done
11:27:01 #16 DONE 10.5s
11:27:01 
11:27:01 #19 [linux/amd64 build-base-alpine 2/4] COPY --from=xx / /
11:27:13 #19 ...
11:27:13 
11:27:13 #17 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
11:27:13 #17 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 18.5s done
11:27:13 #17 DONE 23.1s
11:27:13 
11:27:13 #19 [linux/amd64 build-base-alpine 2/4] COPY --from=xx / /
11:27:15 #19 DONE 14.9s
11:27:15 
11:27:15 #20 [linux/amd64 build-base-alpine 3/4] RUN apk add --no-cache clang lld llvm file git
11:27:15 #20 0.113 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
11:27:16 #20 1.221 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
11:27:16 #20 1.518 (1/18) Installing libffi (3.4.2-r1)
11:27:16 #20 1.522 (2/18) Installing libgcc (11.2.1_git20220219-r2)
11:27:16 #20 1.525 (3/18) Installing libstdc++ (11.2.1_git20220219-r2)
11:27:16 #20 1.549 (4/18) Installing xz-libs (5.2.5-r1)
11:27:16 #20 1.554 (5/18) Installing libxml2 (2.9.14-r2)
11:27:16 #20 1.574 (6/18) Installing llvm13-libs (13.0.1-r2)
11:27:17 #20 2.782 (7/18) Installing clang-libs (13.0.1-r1)
11:27:18 #20 3.738 (8/18) Installing clang (13.0.1-r1)
11:27:18 #20 3.815 (9/18) Installing libmagic (5.41-r0)
11:27:18 #20 3.839 (10/18) Installing file (5.41-r0)
11:27:18 #20 3.840 (11/18) Installing brotli-libs (1.0.9-r6)
11:27:18 #20 3.850 (12/18) Installing nghttp2-libs (1.47.0-r0)
11:27:18 #20 3.853 (13/18) Installing libcurl (7.83.1-r6)
11:27:18 #20 3.860 (14/18) Installing expat (2.5.0-r0)
11:27:18 #20 3.863 (15/18) Installing pcre2 (10.40-r0)
11:27:18 #20 3.872 (16/18) Installing git (2.36.5-r0)
11:27:19 #20 3.994 (17/18) Installing lld (13.0.1-r0)
11:27:19 #20 4.032 (18/18) Installing llvm13 (13.0.1-r2)
11:27:19 #20 4.528 Executing busybox-1.35.0-r17.trigger
11:27:19 #20 4.533 OK: 311 MiB in 33 packages
11:27:20 #20 DONE 5.0s
11:27:20 
11:27:20 #21 [linux/amd64 build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
11:27:20 #21 DONE 0.0s
11:27:20 
11:27:20 #22 [linux/amd64->darwin/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
11:27:20 #22 0.101 skipping packages installation on darwin
11:27:20 #22 DONE 0.1s
11:27:20 
11:27:20 #23 [linux/amd64->darwin/arm64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
11:27:20 #0 0.110 skipping packages installation on darwin
11:27:20 #23 DONE 0.1s
11:27:20 
11:27:20 #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
11:27:20 #24 0.513 Building static docker-darwin-arm64
11:27:30 #24 ...
11:27:30 
11:27:30 #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
11:27:30 #0 0.470 Building static docker-darwin-amd64
11:31:07 #25 ...
11:31:07 
11:31:07 #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
11:31:07 #24 DONE 219.2s
11:31:07 
11:31:07 #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
11:31:07 #25 ...
11:31:07 
11:31:07 #26 [darwin/arm64 binary 1/1] COPY --from=build /out .
11:31:07 #26 DONE 0.2s
11:31:07 
11:31:07 #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
11:31:07 #25 DONE 220.4s
11:31:07 
11:31:07 #27 [darwin/amd64 binary 1/1] COPY --from=build /out .
11:31:07 #27 DONE 0.1s
11:31:07 
11:31:07 #28 exporting to client directory
11:31:07 #28 copying files darwin/arm64 3.11MB 0.1s
11:31:07 #28 copying files darwin/amd64 2.36MB 0.1s
11:31:07 #28 copying files darwin/arm64 45.87MB 1.8s done
11:31:07 #28 copying files darwin/amd64 47.47MB 1.8s done
11:31:07 #28 DONE 1.8s
11:31:07 dest=$PWD/build/mac; cd /home/ubuntu/workspace/docker-ce-packaging_PR-856/src/github.com/docker/cli/build && for platform in *; do \
11:31:07 	arch=$(echo $platform | cut -d_ -f2); \
11:31:07 	mkdir -p $dest/$arch/docker; \
11:31:07 	cp $platform/docker-darwin-* $dest/$arch/docker/docker && \
11:31:07 	tar -C $dest/$arch -c -z -f $dest/$arch/docker-0.0.0-20230303152946-3825ed5.tgz docker; \
11:31:07 done
11:31:13 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-856/static'