Skip to content

Console Output

17:01:16 + make REF=24.0 centos-8
17:01:16 git init src/github.com/docker/cli
17:01:16 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_24.0/src/github.com/docker/cli/.git/
17:01:16 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
17:01:16 ./scripts/checkout.sh src/github.com/docker/cli "24.0"
17:01:16 + SRC=src/github.com/docker/cli
17:01:16 + REF=24.0
17:01:16 + REF_FETCH=24.0
17:01:16 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin+  24.0
17:01:16 awk {print $2}
17:01:16 + REF=refs/heads/24.0
17:01:16 + [ -n refs/heads/24.0 ]
17:01:16 + REF_FETCH=refs/heads/24.0:refs/heads/24.0
17:01:16 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/24.0:refs/heads/24.0
17:01:18 From https://github.com/docker/cli
17:01:18  * [new branch]      24.0       -> 24.0
17:01:18  * [new branch]      24.0       -> origin/24.0
17:01:18 + git -C src/github.com/docker/cli checkout -q refs/heads/24.0
17:01:18 git init src/github.com/docker/docker
17:01:18 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_24.0/src/github.com/docker/docker/.git/
17:01:18 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
17:01:18 ./scripts/checkout.sh src/github.com/docker/docker "24.0"
17:01:18 + SRC=src/github.com/docker/docker
17:01:18 + REF=24.0
17:01:18 + REF_FETCH=24.0
17:01:18 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin+  24.0
17:01:18 awk {print $2}
17:01:18 + REF=refs/heads/24.0
17:01:18 + [ -n refs/heads/24.0 ]
17:01:18 + REF_FETCH=refs/heads/24.0:refs/heads/24.0
17:01:18 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/24.0:refs/heads/24.0
17:01:21 From https://github.com/docker/docker
17:01:21  * [new branch]      24.0       -> 24.0
17:01:21  * [new branch]      24.0       -> origin/24.0
17:01:21 + git -C src/github.com/docker/docker checkout -q refs/heads/24.0
17:01:21 git init src/github.com/docker/buildx
17:01:21 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_24.0/src/github.com/docker/buildx/.git/
17:01:21 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
17:01:21 ./scripts/checkout.sh src/github.com/docker/buildx "v0.11.2"
17:01:21 + SRC=src/github.com/docker/buildx
17:01:21 + REF=v0.11.2
17:01:21 + REF_FETCH=v0.11.2
17:01:21 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.11.2+ 
17:01:21 awk {print $2}
17:01:21 + REF=refs/tags/v0.11.2
17:01:21 + [ -n refs/tags/v0.11.2 ]
17:01:21 + REF_FETCH=refs/tags/v0.11.2:refs/tags/v0.11.2
17:01:21 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.11.2:refs/tags/v0.11.2
17:01:24 From https://github.com/docker/buildx
17:01:24  * [new tag]         v0.11.2    -> v0.11.2
17:01:24 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.11.2
17:01:24 git init src/github.com/docker/compose
17:01:24 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_24.0/src/github.com/docker/compose/.git/
17:01:24 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
17:01:24 ./scripts/checkout.sh src/github.com/docker/compose "v2.21.0"
17:01:24 + SRC=src/github.com/docker/compose
17:01:24 + REF=v2.21.0
17:01:24 + REF_FETCH=v2.21.0
17:01:24 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.21.0
17:01:24 + awk {print $2}
17:01:24 + REF=refs/tags/v2.21.0
17:01:24 + [ -n refs/tags/v2.21.0 ]
17:01:24 + REF_FETCH=refs/tags/v2.21.0:refs/tags/v2.21.0
17:01:24 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.21.0:refs/tags/v2.21.0
17:01:25 From https://github.com/docker/compose
17:01:25  * [new tag]         v2.21.0    -> v2.21.0
17:01:25 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.21.0
17:01:25 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.20.13 centos-8
17:01:25 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_24.0/rpm'
17:01:25 mkdir -p rpmbuild/SOURCES
17:01:25 docker run --rm -w /v \
17:01:25 	-v /home/ubuntu/workspace/docker-ce-packaging_24.0/src/github.com/docker/docker:/engine \
17:01:25 	-v /home/ubuntu/workspace/docker-ce-packaging_24.0/rpm/rpmbuild/SOURCES:/v \
17:01:25 	alpine \
17:01:25 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
17:01:25 Unable to find image 'alpine:latest' locally
17:01:30 docker: Error response from daemon: Head "https://registry-1.docker.io/v2/library/alpine/manifests/latest": Get "https://auth.docker.io/token?account=dockerbuildbot&scope=repository%3Alibrary%2Falpine%3Apull&service=registry.docker.io": EOF.
17:01:30 See 'docker run --help'.
17:01:30 make[1]: *** [Makefile:98: rpmbuild/SOURCES/engine.tgz] Error 125
17:01:30 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_24.0/rpm'
17:01:30 make: *** [Makefile:79: centos-8] Error 2