Skip to content

Console Output

18:31:02 + make REF=20.10 DOCKER_BUILD_PKGS=cross-mac static
18:31:02 git init src/github.com/docker/cli
18:31:02 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
18:31:02 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
18:31:02 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
18:31:02 + SRC=src/github.com/docker/cli
18:31:02 + REF=20.10
18:31:02 + REF_FETCH=20.10
18:31:02 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
18:31:02 + awk {print $2}
18:31:02 + REF=refs/heads/20.10
18:31:02 + [ -n refs/heads/20.10 ]
18:31:02 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
18:31:02 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
18:31:03 From https://github.com/docker/cli
18:31:03  * [new branch]      20.10      -> 20.10
18:31:03  * [new tag]         v20.10.13  -> v20.10.13
18:31:03  * [new tag]         v20.10.14  -> v20.10.14
18:31:03  * [new branch]      20.10      -> origin/20.10
18:31:03 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
18:31:03 git init src/github.com/docker/docker
18:31:03 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
18:31:03 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
18:31:03 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
18:31:03 + SRC=src/github.com/docker/docker
18:31:03 + REF=20.10
18:31:03 + REF_FETCH=20.10
18:31:03 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
18:31:03 + awk {print $2}
18:31:03 + REF=refs/heads/20.10
18:31:03 + [ -n refs/heads/20.10 ]
18:31:03 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
18:31:03 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
18:31:05 From https://github.com/docker/docker
18:31:05  * [new branch]      20.10      -> 20.10
18:31:05  * [new branch]      20.10      -> origin/20.10
18:31:05 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
18:31:05 git init src/github.com/docker/compose
18:31:05 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
18:31:05 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
18:31:05 ./scripts/checkout.sh src/github.com/docker/compose "v2.3.3"
18:31:05 + SRC=src/github.com/docker/compose
18:31:05 + REF=v2.3.3
18:31:05 + REF_FETCH=v2.3.3
18:31:05 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.3.3
18:31:05 + awk {print $2}
18:31:05 + REF=refs/tags/v2.3.3
18:31:05 + [ -n refs/tags/v2.3.3 ]
18:31:05 + REF_FETCH=refs/tags/v2.3.3:refs/tags/v2.3.3
18:31:05 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.3.3:refs/tags/v2.3.3
18:31:05 From https://github.com/docker/compose
18:31:05  * [new tag]         v2.3.3     -> v2.3.3
18:31:05 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.3.3
18:31:05 git init src/github.com/docker/scan-cli-plugin
18:31:05 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
18:31:05 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
18:31:05 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
18:31:06 + SRC=src/github.com/docker/scan-cli-plugin
18:31:06 + REF=v0.17.0
18:31:06 + REF_FETCH=v0.17.0
18:31:06 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
18:31:06 + awk {print $2}
18:31:06 + REF=refs/tags/v0.17.0
18:31:06 + [ -n refs/tags/v0.17.0 ]
18:31:06 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
18:31:06 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
18:31:06 From https://github.com/docker/scan-cli-plugin
18:31:06  * [new tag]         v0.17.0    -> v0.17.0
18:31:06 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
18:31:06 for p in cross-mac; do \
18:31:06 	make -C static VERSION=0.0.1-dev GO_VERSION=1.16.15 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
18:31:06 done
18:31:06 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/static'
18:31:06 docker buildx inspect | grep -q 'Driver: docker-container' || docker buildx create --use
18:31:06 gifted_goldberg
18:31:06 mkdir -p build/mac/amd64/docker
18:31:06 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.16.15 /build
18:31:06 Unable to find image 'golang:1.16.15' locally
18:31:06 1.16.15: Pulling from library/golang
18:31:06 e4d61adff207: Pulling fs layer
18:31:06 4ff1945c672b: Pulling fs layer
18:31:06 ff5b10aec998: Pulling fs layer
18:31:06 12de8c754e45: Pulling fs layer
18:31:06 8c86ff77a317: Pulling fs layer
18:31:06 0395a1c478ba: Pulling fs layer
18:31:06 245345d44ed8: Pulling fs layer
18:31:06 12de8c754e45: Waiting
18:31:06 8c86ff77a317: Waiting
18:31:06 0395a1c478ba: Waiting
18:31:06 245345d44ed8: Waiting
18:31:06 4ff1945c672b: Verifying Checksum
18:31:06 4ff1945c672b: Download complete
18:31:07 ff5b10aec998: Verifying Checksum
18:31:07 ff5b10aec998: Download complete
18:31:07 e4d61adff207: Verifying Checksum
18:31:07 e4d61adff207: Download complete
18:31:08 12de8c754e45: Verifying Checksum
18:31:08 12de8c754e45: Download complete
18:31:08 8c86ff77a317: Verifying Checksum
18:31:08 8c86ff77a317: Download complete
18:31:08 245345d44ed8: Verifying Checksum
18:31:08 245345d44ed8: Download complete
18:31:10 0395a1c478ba: Verifying Checksum
18:31:10 0395a1c478ba: Download complete
18:31:11 e4d61adff207: Pull complete
18:31:11 4ff1945c672b: Pull complete
18:31:11 ff5b10aec998: Pull complete
18:31:14 12de8c754e45: Pull complete
18:31:17 8c86ff77a317: Pull complete
18:31:22 0395a1c478ba: Pull complete
18:31:22 245345d44ed8: Pull complete
18:31:22 Digest: sha256:5f6a4662de3efc6d6bb812d02e9de3d8698eea16b8eb7281f03e6f3e8383018e
18:31:22 Status: Downloaded newer image for golang:1.16.15
18:31:24 Cloning into '/go/src/github.com/docker/app'...
18:31:26 Fetching origin
18:31:27 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
18:32:35 Cloning into '/go/src/github.com/docker/buildx'...
18:32:35 Fetching origin
18:32:35 + GO111MODULE=on
18:32:35 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.8.1-docker -X github.com/docker/buildx/version.Revision=5fac64c2c49dae1320f2b51f1a899ca451935554 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
18:34:12 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/static:/v -w /v alpine chown -R 1000:1000 build/mac/amd64
18:34:12 Unable to find image 'alpine:latest' locally
18:34:12 latest: Pulling from library/alpine
18:34:12 40e059520d19: Pulling fs layer
18:34:12 40e059520d19: Download complete
18:34:12 40e059520d19: Pull complete
18:34:12 Digest: sha256:f22945d45ee2eb4dd463ed5a431d9f04fcd80ca768bb1acf898d91ce51f7bf04
18:34:12 Status: Downloaded newer image for alpine:latest
18:34:12 mkdir -p build/mac/arm64/docker
18:34:12 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.16.15 /build
18:34:12 Cloning into '/go/src/github.com/docker/app'...
18:34:12 Fetching origin
18:34:12 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
18:35:20 Cloning into '/go/src/github.com/docker/buildx'...
18:35:20 Fetching origin
18:35:20 + GO111MODULE=on
18:35:20 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.8.1-docker -X github.com/docker/buildx/version.Revision=5fac64c2c49dae1320f2b51f1a899ca451935554 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
18:36:41 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/static:/v -w /v alpine chown -R 1000:1000 build/mac/arm64
18:36:41 cd /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli && VERSION=0.0.0-20220304171807-a224086 docker buildx bake --set binary.platform=darwin/amd64,darwin/arm64 binary
18:36:41 #1 [internal] booting buildkit
18:36:41 #1 pulling image moby/buildkit:buildx-stable-1
18:36:43 #1 pulling image moby/buildkit:buildx-stable-1 2.3s done
18:36:43 #1 creating container buildx_buildkit_gifted_goldberg0
18:36:44 #1 creating container buildx_buildkit_gifted_goldberg0 1.7s done
18:36:44 #1 DONE 3.9s
18:36:45 
18:36:45 #2 [internal] load build definition from Dockerfile
18:36:45 #2 transferring dockerfile: 2.08kB 0.1s done
18:36:45 #2 DONE 0.1s
18:36:45 
18:36:45 #3 [internal] load .dockerignore
18:36:45 #3 transferring context: 112B 0.1s done
18:36:45 #3 DONE 0.1s
18:36:45 
18:36:45 #5 [auth] docker/dockerfile:pull token for registry-1.docker.io
18:36:45 #5 DONE 0.0s
18:36:45 
18:36:45 #4 resolve image config for docker.io/docker/dockerfile:1.3
18:36:45 #4 DONE 0.6s
18:36:45 
18:36:45 #6 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
18:36:45 #6 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done
18:36:45 #6 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s
18:36:46 #6 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s done
18:36:46 #6 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030
18:36:46 #6 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.2s done
18:36:46 #6 DONE 0.2s
18:36:46 
18:36:46 #9 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.0.0-rc.2
18:36:46 #9 ...
18:36:46 
18:36:46 #11 [auth] library/golang:pull token for registry-1.docker.io
18:36:46 #11 DONE 0.0s
18:36:46 
18:36:46 #12 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
18:36:46 #12 DONE 0.0s
18:36:46 
18:36:46 #13 [auth] tonistiigi/xx:pull token for registry-1.docker.io
18:36:46 #13 DONE 0.0s
18:36:46 
18:36:46 #9 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.0.0-rc.2
18:36:47 #9 ...
18:36:47 
18:36:47 #7 [linux/amd64 internal] load metadata for docker.io/library/golang:1.16.15-alpine
18:36:47 #7 DONE 0.9s
18:36:47 
18:36:47 #10 [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
18:36:47 #10 DONE 1.0s
18:36:47 
18:36:47 #8 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
18:36:47 #8 DONE 1.0s
18:36:47 
18:36:47 #9 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.0.0-rc.2
18:36:47 #9 DONE 1.1s
18:36:47 
18:36:47 #25 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
18:36:47 #25 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.1s done
18:36:47 #25 DONE 0.0s
18:36:47 
18:36:47 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669
18:36:47 #15 resolve docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 0.1s done
18:36:47 #15 DONE 0.0s
18:36:47 
18:36:47 #14 [linux/amd64 gostable 1/1] FROM docker.io/library/golang:1.16.15-alpine@sha256:5616dca835fa90ef13a843824ba58394dad356b7d56198fb7c93cbe76d7d67fe
18:36:47 #14 resolve docker.io/library/golang:1.16.15-alpine@sha256:5616dca835fa90ef13a843824ba58394dad356b7d56198fb7c93cbe76d7d67fe 0.1s done
18:36:48 #14 ...
18:36:48 
18:36:48 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669
18:36:48 #15 sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a 13.43kB / 13.43kB 0.1s done
18:36:48 #15 extracting sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a 0.1s done
18:36:48 #15 DONE 0.1s
18:36:48 
18:36:48 #21 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
18:36:48 #21 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
18:36:48 #21 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 4.19MB / 151.10MB 0.3s
18:36:48 #21 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 19.92MB / 151.10MB 0.6s
18:36:48 #21 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 31.46MB / 151.10MB 0.8s
18:36:48 #21 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 48.23MB / 151.10MB 1.1s
18:36:49 #21 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 58.72MB / 151.10MB 1.2s
18:36:49 #21 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 69.21MB / 151.10MB 1.4s
18:36:49 #21 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 82.84MB / 151.10MB 1.7s
18:36:49 #21 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 101.08MB / 151.10MB 2.0s
18:36:50 #21 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 112.20MB / 151.10MB 2.1s
18:36:50 #21 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 127.41MB / 151.10MB 2.3s
18:36:50 #21 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 142.61MB / 151.10MB 2.4s
18:36:50 #21 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 2.6s
18:36:51 #21 ...
18:36:51 
18:36:51 #14 [linux/amd64 gostable 1/1] FROM docker.io/library/golang:1.16.15-alpine@sha256:5616dca835fa90ef13a843824ba58394dad356b7d56198fb7c93cbe76d7d67fe
18:36:51 #14 sha256:0435e09637941e35cccdf9cf9171571811d2fdfe72c27e39543a718d38d28668 156B / 156B 0.4s done
18:36:51 #14 sha256:ca4bf87e467a8cacf62c9b01c7d6d43f6ca4bb9b0fc9146fbb906b05aee56cc1 105.89MB / 105.89MB 3.0s done
18:36:51 #14 sha256:8ed8ca4862056a130f714accb3538decfa0663fec84e635d8b5a0a3305353dee 155B / 155B 0.4s done
18:36:51 #14 sha256:666ba61612fd7c93393f9a5bc1751d8a9929e32d51501dba691da9e8232bc87b 282.16kB / 282.16kB 0.1s done
18:36:51 #14 sha256:59bf1c3509f33515622619af21ed55bbe26d24913cedbca106468a5fb37a50c3 2.82MB / 2.82MB 0.2s done
18:36:51 #14 extracting sha256:59bf1c3509f33515622619af21ed55bbe26d24913cedbca106468a5fb37a50c3 0.7s done
18:36:51 #14 extracting sha256:666ba61612fd7c93393f9a5bc1751d8a9929e32d51501dba691da9e8232bc87b 0.2s done
18:36:51 #14 extracting sha256:8ed8ca4862056a130f714accb3538decfa0663fec84e635d8b5a0a3305353dee 0.1s done
18:36:51 #14 DONE 3.0s
18:36:51 
18:36:51 #21 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
18:36:52 #21 ...
18:36:52 
18:36:52 #20 [internal] load build context
18:36:52 #20 transferring context: 49.84MB 3.6s done
18:36:52 #20 DONE 4.1s
18:36:52 
18:36:52 #21 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
18:36:52 #21 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 4.7s done
18:36:52 #21 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8
18:36:59 #21 ...
18:36:59 
18:36:59 #14 [linux/amd64 gostable 1/1] FROM docker.io/library/golang:1.16.15-alpine@sha256:5616dca835fa90ef13a843824ba58394dad356b7d56198fb7c93cbe76d7d67fe
18:36:59 #14 extracting sha256:ca4bf87e467a8cacf62c9b01c7d6d43f6ca4bb9b0fc9146fbb906b05aee56cc1 5.9s done
18:36:59 #14 extracting sha256:0435e09637941e35cccdf9cf9171571811d2fdfe72c27e39543a718d38d28668 0.0s done
18:36:59 #14 DONE 0.0s
18:36:59 
18:36:59 #16 [linux/amd64 build-base-alpine 1/3] COPY --from=xx / /
18:37:00 #16 DONE 1.8s
18:37:00 
18:37:00 #17 [linux/amd64 build-base-alpine 2/3] RUN apk add --no-cache clang lld llvm file git
18:37:00 #17 0.115 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
18:37:01 #17 1.246 fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
18:37:01 #17 1.578 (1/18) Installing libffi (3.4.2-r1)
18:37:01 #17 1.584 (2/18) Installing libgcc (10.3.1_git20211027-r0)
18:37:01 #17 1.589 (3/18) Installing libstdc++ (10.3.1_git20211027-r0)
18:37:01 #17 1.630 (4/18) Installing xz-libs (5.2.5-r0)
18:37:01 #17 1.644 (5/18) Installing libxml2 (2.9.13-r0)
18:37:01 #17 1.682 (6/18) Installing llvm12-libs (12.0.1-r0)
18:37:03 #17 2.884 (7/18) Installing clang-libs (12.0.1-r1)
18:37:04 #17 3.905 (8/18) Installing clang (12.0.1-r1)
18:37:04 #17 4.383 (9/18) Installing libmagic (5.41-r0)
18:37:04 #17 4.422 (10/18) Installing file (5.41-r0)
18:37:04 #17 4.425 (11/18) Installing brotli-libs (1.0.9-r5)
18:37:04 #17 4.434 (12/18) Installing nghttp2-libs (1.46.0-r0)
18:37:04 #17 4.448 (13/18) Installing libcurl (7.80.0-r0)
18:37:04 #17 4.471 (14/18) Installing expat (2.4.7-r0)
18:37:04 #17 4.478 (15/18) Installing pcre2 (10.39-r0)
18:37:04 #17 4.490 (16/18) Installing git (2.34.1-r0)
18:37:05 #17 4.675 (17/18) Installing lld (12.0.1-r1)
18:37:05 #17 4.730 (18/18) Installing llvm12 (12.0.1-r0)
18:37:05 #17 5.306 Executing busybox-1.34.1-r3.trigger
18:37:05 #17 5.314 OK: 297 MiB in 33 packages
18:37:10 #17 DONE 9.8s
18:37:10 
18:37:10 #21 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
18:37:10 #21 ...
18:37:10 
18:37:10 #18 [linux/amd64 build-base-alpine 3/3] WORKDIR /go/src/github.com/docker/cli
18:37:10 #18 DONE 0.2s
18:37:10 
18:37:10 #19 [linux/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
18:37:10 #19 0.126 skipping packages installation on darwin
18:37:10 #19 DONE 0.2s
18:37:10 
18:37:10 #24 [linux/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
18:37:10 #24 0.174 skipping packages installation on darwin
18:37:10 #24 DONE 0.2s
18:37:10 
18:37:10 #21 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
18:37:12 #21 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 19.3s done
18:37:12 #21 DONE 19.3s
18:37:17 
18:37:17 #22 [linux/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
18:37:17 #22 0.669 Building static docker-darwin-arm64
18:37:27 #22 ...
18:37:27 
18:37:27 #26 [linux/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
18:37:27 #26 0.865 Building static docker-darwin-amd64
18:40:49 #26 ...
18:40:49 
18:40:49 #22 [linux/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
18:40:49 #22 DONE 204.8s
18:40:49 
18:40:49 #26 [linux/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
18:40:49 #26 ...
18:40:49 
18:40:49 #23 [darwin/arm64 binary 1/1] COPY --from=build /out .
18:40:49 #23 DONE 0.1s
18:40:49 
18:40:49 #26 [linux/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
18:40:49 #26 DONE 207.2s
18:40:49 
18:40:49 #27 [darwin/amd64 binary 1/1] COPY --from=build /out .
18:40:49 #27 DONE 0.1s
18:40:49 
18:40:49 #28 exporting to client
18:40:49 #28 copying files darwin/arm64 22B
18:40:49 #28 copying files darwin/amd64 22B
18:40:49 #28 copying files darwin/arm64 48.32MB 1.6s done
18:40:49 #28 copying files darwin/amd64 52.28MB 1.7s done
18:40:49 #28 DONE 1.7s
18:40:49 dest=$PWD/build/mac; cd /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/build && for platform in *; do \
18:40:49 	arch=$(echo $platform | cut -d_ -f2); \
18:40:49 	mkdir -p $dest/$arch/docker; \
18:40:49 	cp $platform/docker-darwin-* $dest/$arch/docker/docker && \
18:40:49 	tar -C $dest/$arch -c -z -f $dest/$arch/docker-0.0.0-20220304171807-a224086.tgz docker; \
18:40:49 done
18:41:01 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/static'