Skip to content

Console Output

08:41:07 + make REF=20.10 DOCKER_BUILD_PKGS=cross-mac static
08:41:07 git init src/github.com/docker/cli
08:41:07 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-813/src/github.com/docker/cli/.git/
08:41:07 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
08:41:07 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
08:41:07 + SRC=src/github.com/docker/cli
08:41:07 + REF=20.10
08:41:07 + REF_FETCH=20.10
08:41:07 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
08:41:07 + awk {print $2}
08:41:07 + REF=refs/heads/20.10
08:41:07 + [ -n refs/heads/20.10 ]
08:41:07 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
08:41:07 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
08:41:08 From https://github.com/docker/cli
08:41:08  * [new branch]      20.10      -> 20.10
08:41:08  * [new branch]      20.10      -> origin/20.10
08:41:08 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
08:41:09 git init src/github.com/docker/docker
08:41:09 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-813/src/github.com/docker/docker/.git/
08:41:09 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
08:41:09 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
08:41:09 + SRC=src/github.com/docker/docker
08:41:09 + REF=20.10
08:41:09 + REF_FETCH=20.10
08:41:09 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
08:41:09 + awk {print $2}
08:41:09 + REF=refs/heads/20.10
08:41:09 + [ -n refs/heads/20.10 ]
08:41:09 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
08:41:09 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
08:41:11 From https://github.com/docker/docker
08:41:11  * [new branch]      20.10      -> 20.10
08:41:11  * [new branch]      20.10      -> origin/20.10
08:41:11 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
08:41:11 git init src/github.com/docker/compose
08:41:11 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-813/src/github.com/docker/compose/.git/
08:41:11 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
08:41:11 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
08:41:12 + SRC=src/github.com/docker/compose
08:41:12 + REF=v2.15.1
08:41:12 + REF_FETCH=v2.15.1
08:41:12 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
08:41:12 + awk {print $2}
08:41:12 + REF=refs/tags/v2.15.1
08:41:12 + [ -n refs/tags/v2.15.1 ]
08:41:12 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
08:41: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
08:41:12 From https://github.com/docker/compose
08:41:12  * [new tag]         v2.15.1    -> v2.15.1
08:41:12 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
08:41:12 git init src/github.com/docker/scan-cli-plugin
08:41:12 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-813/src/github.com/docker/scan-cli-plugin/.git/
08:41:12 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
08:41:12 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
08:41:12 + SRC=src/github.com/docker/scan-cli-plugin
08:41:12 + REF=v0.23.0
08:41:12 + REF_FETCH=v0.23.0
08:41:12 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
08:41:12 + awk {print $2}
08:41:12 + REF=refs/tags/v0.23.0
08:41:12 + [ -n refs/tags/v0.23.0 ]
08:41:12 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
08:41:12 + 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
08:41:12 From https://github.com/docker/scan-cli-plugin
08:41:12  * [new tag]         v0.23.0    -> v0.23.0
08:41:12 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
08:41:12 for p in cross-mac; do \
08:41:12 	make -C static VERSION=0.0.1-dev GO_VERSION=1.18.9 TARGETPLATFORM= CONTAINERD_VERSION= RUNC_VERSION= ${p}; \
08:41:12 done
08:41:12 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-813/static'
08:41:12 docker buildx inspect | grep -q 'Driver: docker-container' || docker buildx create --use
08:41:13 infallible_bassi
08:41:13 mkdir -p build/mac/amd64/docker
08:41:13 GOOS=darwin GOARCH=amd64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-813/static/build/mac/amd64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-813/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-813/static/scripts/build-cli-plugins":/build:ro golang:1.18.9 /build
08:41:13 Unable to find image 'golang:1.18.9' locally
08:41:13 1.18.9: Pulling from library/golang
08:41:13 32de3c850997: Pulling fs layer
08:41:13 fa1d4c8d85a4: Pulling fs layer
08:41:13 c796299bbbdd: Pulling fs layer
08:41:13 81283a9569ad: Pulling fs layer
08:41:13 c768848b86a2: Pulling fs layer
08:41:13 160a777925fe: Pulling fs layer
08:41:13 1be94824532a: Pulling fs layer
08:41:13 81283a9569ad: Waiting
08:41:13 c768848b86a2: Waiting
08:41:13 160a777925fe: Waiting
08:41:13 1be94824532a: Waiting
08:41:13 c796299bbbdd: Verifying Checksum
08:41:13 c796299bbbdd: Download complete
08:41:13 fa1d4c8d85a4: Verifying Checksum
08:41:13 fa1d4c8d85a4: Download complete
08:41:14 32de3c850997: Verifying Checksum
08:41:14 32de3c850997: Download complete
08:41:14 81283a9569ad: Verifying Checksum
08:41:14 81283a9569ad: Download complete
08:41:14 1be94824532a: Verifying Checksum
08:41:14 1be94824532a: Download complete
08:41:14 c768848b86a2: Verifying Checksum
08:41:14 c768848b86a2: Download complete
08:41:16 160a777925fe: Verifying Checksum
08:41:16 160a777925fe: Download complete
08:41:17 32de3c850997: Pull complete
08:41:17 fa1d4c8d85a4: Pull complete
08:41:18 c796299bbbdd: Pull complete
08:41:20 81283a9569ad: Pull complete
08:41:23 c768848b86a2: Pull complete
08:41:28 160a777925fe: Pull complete
08:41:28 1be94824532a: Pull complete
08:41:28 Digest: sha256:00d63686b480f6dc866e93ddc4b29efa2db03274a687e6495c2cfbfe615d638e
08:41:28 Status: Downloaded newer image for golang:1.18.9
08:41:31 Cloning into '/go/src/github.com/docker/buildx'...
08:41:35 Fetching origin
08:41:35 + GO111MODULE=on
08:41:35 + 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
08:43:56 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-813/static:/v -w /v alpine chown -R 1000:1000 build/mac/amd64
08:43:56 Unable to find image 'alpine:latest' locally
08:43:56 latest: Pulling from library/alpine
08:43:56 8921db27df28: Pulling fs layer
08:43:56 8921db27df28: Verifying Checksum
08:43:56 8921db27df28: Download complete
08:43:56 8921db27df28: Pull complete
08:43:56 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
08:43:56 Status: Downloaded newer image for alpine:latest
08:43:56 mkdir -p build/mac/arm64/docker
08:43:56 GOOS=darwin GOARCH=arm64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-813/static/build/mac/arm64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-813/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-813/static/scripts/build-cli-plugins":/build:ro golang:1.18.9 /build
08:43:56 Cloning into '/go/src/github.com/docker/buildx'...
08:43:56 Fetching origin
08:43:56 + GO111MODULE=on
08:43:56 + 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
08:46:03 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-813/static:/v -w /v alpine chown -R 1000:1000 build/mac/arm64
08:46:03 cd /home/ubuntu/workspace/docker-ce-packaging_PR-813/src/github.com/docker/cli && VERSION=0.0.0-20230109092422-c01f453 docker buildx bake --set binary.platform=darwin/amd64,darwin/arm64 binary
08:46:03 #1 [internal] booting buildkit
08:46:03 #1 pulling image moby/buildkit:buildx-stable-1
08:46:03 #1 pulling image moby/buildkit:buildx-stable-1 2.2s done
08:46:03 #1 creating container buildx_buildkit_infallible_bassi0
08:46:04 #1 creating container buildx_buildkit_infallible_bassi0 1.0s done
08:46:04 #1 DONE 3.3s
08:46:04 
08:46:04 #2 [internal] load build definition from Dockerfile
08:46:04 #2 transferring dockerfile: 1.81kB done
08:46:04 #2 DONE 0.1s
08:46:04 
08:46:04 #3 [internal] load .dockerignore
08:46:04 #3 transferring context: 112B done
08:46:04 #3 DONE 0.1s
08:46:04 
08:46:04 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
08:46:04 #4 DONE 0.0s
08:46:04 
08:46:04 #5 resolve image config for docker.io/docker/dockerfile:1
08:46:05 #5 DONE 0.6s
08:46:05 
08:46:05 #6 docker-image://docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc
08:46:05 #6 resolve docker.io/docker/dockerfile:1@sha256:9ba7531bd80fb0a858632727cf7a112fbfd19b17e94c4e84ced81e24ef1a0dbc 0.0s done
08:46:05 #6 sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 9.94MB / 9.94MB 0.1s done
08:46:05 #6 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546
08:46:05 #6 extracting sha256:1328b32c40fca9bcf9d70d8eccb72eb873d1124d72dadce04db8badbe7b08546 0.2s done
08:46:05 #6 DONE 0.4s
08:46:05 
08:46:05 #7 [linux/amd64 internal] load metadata for docker.io/library/golang:1.18.9-alpine3.16
08:46:05 #7 ...
08:46:05 
08:46:05 #8 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
08:46:05 #8 DONE 0.0s
08:46:05 
08:46:05 #9 [auth] tonistiigi/xx:pull token for registry-1.docker.io
08:46:05 #9 DONE 0.0s
08:46:05 
08:46:05 #10 [auth] library/golang:pull token for registry-1.docker.io
08:46:05 #10 DONE 0.0s
08:46:05 
08:46:05 #11 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.1.0
08:46:06 #11 ...
08:46:06 
08:46:06 #12 [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
08:46:06 #12 DONE 0.8s
08:46:06 
08:46:06 #13 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
08:46:06 #13 DONE 0.8s
08:46:06 
08:46:06 #11 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.1.0
08:46:06 #11 DONE 1.0s
08:46:06 
08:46:06 #7 [linux/amd64 internal] load metadata for docker.io/library/golang:1.18.9-alpine3.16
08:46:06 #7 DONE 1.0s
08:46:06 
08:46:06 #14 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
08:46:06 #14 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.1s done
08:46:06 #14 DONE 0.1s
08:46:06 
08:46:06 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f
08:46:06 #15 resolve docker.io/tonistiigi/xx:1.1.0@sha256:38b94c9b7d64f31544c9fd7a979fa856ab50b2b41cf35eee15d66088e8b5a06f 0.0s done
08:46:06 #15 sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 14.84kB / 14.84kB 0.1s done
08:46:06 #15 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329
08:46:06 #15 extracting sha256:9b3b2510e20ad4453410e380667d4f482b9dc5f82e3023eb0c672b24ea624329 0.1s done
08:46:06 #15 DONE 0.2s
08:46:06 
08:46:06 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
08:46:06 #16 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.1s done
08:46:06 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 0B / 151.10MB 0.2s
08:46:07 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 8.39MB / 151.10MB 0.3s
08:46:07 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 17.83MB / 151.10MB 0.5s
08:46:07 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 26.22MB / 151.10MB 0.6s
08:46:07 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 38.40MB / 151.10MB 1.1s
08:46:07 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 47.19MB / 151.10MB 1.2s
08:46:08 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 55.26MB / 151.10MB 1.4s
08:46:08 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 70.25MB / 151.10MB 1.7s
08:46:08 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 80.74MB / 151.10MB 1.8s
08:46:08 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 95.42MB / 151.10MB 2.0s
08:46:08 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 103.81MB / 151.10MB 2.1s
08:46:09 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 118.49MB / 151.10MB 2.4s
08:46:09 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 127.93MB / 151.10MB 2.6s
08:46:09 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 138.41MB / 151.10MB 3.0s
08:46:09 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 150.99MB / 151.10MB 3.3s
08:46:10 #16 ...
08:46:10 
08:46:10 #17 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.9-alpine3.16@sha256:55a58dd64b2c0c3194777be98379d604623136bed45576a9d2237082e9b43847
08:46:10 #17 resolve docker.io/library/golang:1.18.9-alpine3.16@sha256:55a58dd64b2c0c3194777be98379d604623136bed45576a9d2237082e9b43847 0.1s done
08:46:10 #17 sha256:bb8cf8713392851d61a64d8d247c452f59277c3e54769644ffede2adacbc5bf5 157B / 157B 0.4s done
08:46:10 #17 sha256:22bb395ce1d7ee553a5d57532bf4c55b350fc555cb467a7f494ad093231f4b31 115.81MB / 115.81MB 3.4s done
08:46:10 #17 sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 284.75kB / 284.75kB 0.4s done
08:46:10 #17 sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 2.81MB / 2.81MB 0.2s done
08:46:10 #17 extracting sha256:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce 0.8s done
08:46:10 #17 extracting sha256:c41ae7ad2b39813485dabd88ae2e5ddce71b71a47d19af1377b0251055edf373 0.2s done
08:46:10 #17 DONE 3.7s
08:46:10 
08:46:10 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
08:46:10 #16 ...
08:46:10 
08:46:10 #18 [internal] load build context
08:46:10 #18 transferring context: 50.40MB 3.6s done
08:46:10 #18 DONE 4.0s
08:46:10 
08:46:10 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
08:46:11 #16 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 4.5s done
08:46:11 #16 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8
08:46:18 #16 ...
08:46:18 
08:46:18 #17 [linux/amd64 build-base-alpine 1/4] FROM docker.io/library/golang:1.18.9-alpine3.16@sha256:55a58dd64b2c0c3194777be98379d604623136bed45576a9d2237082e9b43847
08:46:18 #17 extracting sha256:22bb395ce1d7ee553a5d57532bf4c55b350fc555cb467a7f494ad093231f4b31 6.9s done
08:46:18 #17 extracting sha256:bb8cf8713392851d61a64d8d247c452f59277c3e54769644ffede2adacbc5bf5 0.0s done
08:46:18 #17 DONE 10.7s
08:46:18 
08:46:18 #19 [linux/amd64 build-base-alpine 2/4] COPY --from=xx / /
08:46:22 #19 DONE 3.5s
08:46:22 
08:46:22 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
08:46:22 #16 ...
08:46:22 
08:46:22 #20 [linux/amd64 build-base-alpine 3/4] RUN apk add --no-cache clang lld llvm file git
08:46:22 #0 0.141 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
08:46:22 #20 1.259 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
08:46:23 #20 1.565 (1/18) Installing libffi (3.4.2-r1)
08:46:23 #20 1.575 (2/18) Installing libgcc (11.2.1_git20220219-r2)
08:46:23 #20 1.575 (3/18) Installing libstdc++ (11.2.1_git20220219-r2)
08:46:23 #20 1.595 (4/18) Installing xz-libs (5.2.5-r1)
08:46:23 #20 1.600 (5/18) Installing libxml2 (2.9.14-r2)
08:46:23 #20 1.639 (6/18) Installing llvm13-libs (13.0.1-r2)
08:46:24 #20 3.039 (7/18) Installing clang-libs (13.0.1-r1)
08:46:25 #20 4.265 (8/18) Installing clang (13.0.1-r1)
08:46:25 #20 4.405 (9/18) Installing libmagic (5.41-r0)
08:46:25 #20 4.443 (10/18) Installing file (5.41-r0)
08:46:25 #20 4.446 (11/18) Installing brotli-libs (1.0.9-r6)
08:46:25 #20 4.474 (12/18) Installing nghttp2-libs (1.47.0-r0)
08:46:25 #20 4.481 (13/18) Installing libcurl (7.83.1-r5)
08:46:25 #20 4.498 (14/18) Installing expat (2.5.0-r0)
08:46:25 #20 4.501 (15/18) Installing pcre2 (10.40-r0)
08:46:25 #20 4.510 (16/18) Installing git (2.36.3-r0)
08:46:26 #20 4.737 (17/18) Installing lld (13.0.1-r0)
08:46:26 #20 4.811 (18/18) Installing llvm13 (13.0.1-r2)
08:46:27 #20 5.756 Executing busybox-1.35.0-r17.trigger
08:46:27 #20 5.763 OK: 311 MiB in 33 packages
08:46:29 #20 DONE 8.0s
08:46:29 
08:46:29 #21 [linux/amd64 build-base-alpine 4/4] WORKDIR /go/src/github.com/docker/cli
08:46:29 #21 DONE 0.2s
08:46:29 
08:46:29 #22 [linux/amd64->darwin/arm64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
08:46:29 #22 0.206 skipping packages installation on darwin
08:46:29 #22 DONE 0.2s
08:46:29 
08:46:29 #23 [linux/amd64->darwin/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
08:46:29 #0 0.161 skipping packages installation on darwin
08:46:29 #23 DONE 0.2s
08:46:29 
08:46:29 #16 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
08:46:31 #16 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 20.3s done
08:46:31 #16 DONE 25.0s
08:46:37 
08:46:37 #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
08:46:37 #24 0.608 Building static docker-darwin-arm64
08:46:47 #24 ...
08:46:47 
08:46:47 #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
08:46:47 #0 0.626 Building static docker-darwin-amd64
08:50:23 #25 ...
08:50:23 
08:50:23 #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
08:50:23 #24 DONE 213.6s
08:50:23 
08:50:23 #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
08:50:23 #25 DONE 213.8s
08:50:23 
08:50:23 #26 [darwin/arm64 binary 1/1] COPY --from=build /out .
08:50:23 #26 DONE 0.1s
08:50:23 
08:50:23 #27 [darwin/amd64 binary 1/1] COPY --from=build /out .
08:50:23 #27 DONE 0.1s
08:50:23 
08:50:23 #28 exporting to client
08:50:23 #28 copying files darwin/amd64 1.51MB 0.1s
08:50:23 #28 copying files darwin/arm64 1.38MB 0.1s
08:50:23 #28 copying files darwin/amd64 47.47MB 1.6s done
08:50:23 #28 copying files darwin/arm64 45.86MB 1.7s done
08:50:23 #28 DONE 1.7s
08:50:23 dest=$PWD/build/mac; cd /home/ubuntu/workspace/docker-ce-packaging_PR-813/src/github.com/docker/cli/build && for platform in *; do \
08:50:23 	arch=$(echo $platform | cut -d_ -f2); \
08:50:23 	mkdir -p $dest/$arch/docker; \
08:50:23 	cp $platform/docker-darwin-* $dest/$arch/docker/docker && \
08:50:23 	tar -C $dest/$arch -c -z -f $dest/$arch/docker-0.0.0-20230109092422-c01f453.tgz docker; \
08:50:23 done
08:50:23 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-813/static'