Skip to content

Console Output

07:38:30 + make REF=20.10 centos-9
07:38:30 git init src/github.com/docker/cli
07:38:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
07:38:30 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
07:38:30 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
07:38:30 + SRC=src/github.com/docker/cli
07:38:30 + REF=20.10
07:38:30 + REF_FETCH=20.10
07:38:30 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
07:38:30 + awk {print $2}
07:38:30 + REF=refs/heads/20.10
07:38:30 + [ -n refs/heads/20.10 ]
07:38:30 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
07:38:30 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
07:38:31 From https://github.com/docker/cli
07:38:31  * [new branch]      20.10      -> 20.10
07:38:31  * [new branch]      20.10      -> origin/20.10
07:38:31 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
07:38:31 git init src/github.com/docker/docker
07:38:31 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
07:38:31 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
07:38:31 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
07:38:31 + SRC=src/github.com/docker/docker
07:38:31 + REF=20.10
07:38:31 + REF_FETCH=20.10
07:38:31 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
07:38:31 + awk {print $2}
07:38:32 + REF=refs/heads/20.10
07:38:32 + [ -n refs/heads/20.10 ]
07:38:32 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
07:38:32 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
07:38:34 From https://github.com/docker/docker
07:38:34  * [new branch]      20.10      -> 20.10
07:38:34  * [new branch]      20.10      -> origin/20.10
07:38:34 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
07:38:34 git init src/github.com/docker/compose
07:38:34 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
07:38:34 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
07:38:34 ./scripts/checkout.sh src/github.com/docker/compose "v2.9.0"
07:38:34 + SRC=src/github.com/docker/compose
07:38:34 + REF=v2.9.0
07:38:34 + REF_FETCH=v2.9.0
07:38:34 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.9.0
07:38:34 + awk {print $2}
07:38:34 + REF=refs/tags/v2.9.0
07:38:34 + [ -n refs/tags/v2.9.0 ]
07:38:34 + REF_FETCH=refs/tags/v2.9.0:refs/tags/v2.9.0
07:38:34 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.9.0:refs/tags/v2.9.0
07:38:35 From https://github.com/docker/compose
07:38:35  * [new tag]         v2.9.0     -> v2.9.0
07:38:35 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.9.0
07:38:35 git init src/github.com/docker/scan-cli-plugin
07:38:35 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
07:38:35 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
07:38:35 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
07:38:35 + SRC=src/github.com/docker/scan-cli-plugin
07:38:35 + REF=v0.17.0
07:38:35 + REF_FETCH=v0.17.0
07:38:35 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
07:38:35 + awk {print $2}
07:38:35 + REF=refs/tags/v0.17.0
07:38:35 + [ -n refs/tags/v0.17.0 ]
07:38:35 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
07:38:35 + 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
07:38:35 From https://github.com/docker/scan-cli-plugin
07:38:35  * [new tag]         v0.17.0    -> v0.17.0
07:38:35 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
07:38:35 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.17.13 centos-9
07:38:35 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
07:38:35 mkdir -p rpmbuild/SOURCES
07:38:35 docker run --rm -w /v \
07:38:35 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
07:38:35 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
07:38:35 	alpine \
07:38:35 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
07:38:39 mkdir -p rpmbuild/SOURCES
07:38:39 docker run --rm -w /v \
07:38:39 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
07:38:39 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
07:38:39 	alpine \
07:38:39 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
07:38:41 mkdir -p rpmbuild/SOURCES
07:38:41 docker run --rm -w /v \
07:38:41 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
07:38:41 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
07:38:41 	alpine \
07:38:41 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
07:38:41 mkdir -p rpmbuild/SOURCES
07:38:41 docker run --rm -w /v \
07:38:41 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
07:38:41 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
07:38:41 	alpine \
07:38:41 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
07:38:42 mkdir -p rpmbuild/SOURCES
07:38:42 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
07:38:42 mkdir -p rpmbuild/SOURCES
07:38:42 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
07:38:42 docker run --rm -w /v \
07:38:42 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
07:38:42 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/rpm/rpmbuild/SOURCES:/v \
07:38:42 	alpine \
07:38:42 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
07:38:43 == Building packages for centos-9 ==
07:38:43 mkdir -p "rpmbuild/centos-9"
07:38:43 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.13-buster -t rpmbuild-centos-9/aarch64 -f centos-9/Dockerfile .
07:38:43 #1 [internal] load build definition from Dockerfile
07:38:43 #1 sha256:6f1d07825e7376b3ff15b484e86cf2d597f565c7ddd55dacd401849b620e30e5
07:38:43 #1 transferring dockerfile: 1.29kB done
07:38:43 #1 DONE 0.0s
07:38:43 
07:38:43 #2 [internal] load .dockerignore
07:38:43 #2 sha256:dc442ed44510051e30e69842e9262467e4e0ac253e56233a4eebdb455cc54b65
07:38:43 #2 transferring context: 2B done
07:38:43 #2 DONE 0.0s
07:38:43 
07:38:43 #5 [auth] library/golang:pull token for registry-1.docker.io
07:38:43 #5 sha256:8d80c96d2b496a2b2d68c2e82565f9c41839874f5eacfd466efc4dd56617557c
07:38:43 #5 DONE 0.0s
07:38:43 
07:38:43 #4 [internal] load metadata for docker.io/library/golang:1.17.13-buster
07:38:43 #4 sha256:435e7632093f904481779f1a66c0d23d7641c0855ef1553e4dd30adc277a04fd
07:38:44 #4 ...
07:38:44 
07:38:44 #3 [internal] load metadata for quay.io/centos/centos:stream9
07:38:44 #3 sha256:88ff1a4b5828cdd3f62185c34438b156e9cbac4e3206b9f03083beb619d46746
07:38:44 #3 DONE 0.3s
07:38:44 
07:38:44 #4 [internal] load metadata for docker.io/library/golang:1.17.13-buster
07:38:44 #4 sha256:435e7632093f904481779f1a66c0d23d7641c0855ef1553e4dd30adc277a04fd
07:38:44 #4 ERROR: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/golang/blobs/sha256:3cd80618bcb7f97eeb7979d171339a878994ac69b63511f6a49cf48abed98197: 503 Slow Down
07:38:44 ------
07:38:44  > [internal] load metadata for docker.io/library/golang:1.17.13-buster:
07:38:44 ------
07:38:44 failed to solve with frontend dockerfile.v0: failed to create LLB definition: failed to copy: httpReadSeeker: failed open: unexpected status code https://registry-1.docker.io/v2/library/golang/blobs/sha256:3cd80618bcb7f97eeb7979d171339a878994ac69b63511f6a49cf48abed98197: 503 Slow Down
07:38:44 make[1]: *** [Makefile:97: centos-9] Error 1
07:38:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/rpm'
07:38:44 make: *** [Makefile:80: centos-9] Error 2