Skip to content

Console Output

23:49:10 + make REF=20.10 centos-7
23:49:10 git init src/github.com/docker/cli
23:49:10 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-816/src/github.com/docker/cli/.git/
23:49:10 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
23:49:10 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
23:49:10 + SRC=src/github.com/docker/cli
23:49:10 + REF=20.10
23:49:10 + REF_FETCH=20.10
23:49:10 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin+  20.10
23:49:10 awk {print $2}
23:49:10 + REF=refs/heads/20.10
23:49:10 + [ -n refs/heads/20.10 ]
23:49:10 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
23:49:10 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
23:49:12 From https://github.com/docker/cli
23:49:12  * [new branch]      20.10      -> 20.10
23:49:12  * [new branch]      20.10      -> origin/20.10
23:49:12 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
23:49:12 git init src/github.com/docker/docker
23:49:12 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-816/src/github.com/docker/docker/.git/
23:49:12 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
23:49:12 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
23:49:12 + SRC=src/github.com/docker/docker
23:49:12 + REF=20.10
23:49:12 + REF_FETCH=20.10
23:49:12 + git -C src/github.com/docker/docker+  ls-remote --refs --heads --tags origin 20.10
23:49:12 awk {print $2}
23:49:12 + REF=refs/heads/20.10
23:49:12 + [ -n refs/heads/20.10 ]
23:49:12 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
23:49:12 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
23:49:14 From https://github.com/docker/docker
23:49:14  * [new branch]      20.10      -> 20.10
23:49:14  * [new branch]      20.10      -> origin/20.10
23:49:14 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
23:49:15 git init src/github.com/docker/compose
23:49:15 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-816/src/github.com/docker/compose/.git/
23:49:15 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
23:49:15 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
23:49:15 + SRC=src/github.com/docker/compose
23:49:15 + REF=v2.15.1
23:49:15 + REF_FETCH=v2.15.1
23:49:15 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin+  v2.15.1
23:49:15 awk {print $2}
23:49:15 + REF=refs/tags/v2.15.1
23:49:15 + [ -n refs/tags/v2.15.1 ]
23:49:15 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
23:49:15 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.15.1:refs/tags/v2.15.1
23:49:15 From https://github.com/docker/compose
23:49:15  * [new tag]         v2.15.1    -> v2.15.1
23:49:15 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
23:49:15 git init src/github.com/docker/scan-cli-plugin
23:49:16 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-816/src/github.com/docker/scan-cli-plugin/.git/
23:49:16 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
23:49:16 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
23:49:16 + SRC=src/github.com/docker/scan-cli-plugin
23:49:16 + REF=v0.23.0
23:49:16 + REF_FETCH=v0.23.0
23:49:16 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
23:49:16 + awk {print $2}
23:49:16 + REF=refs/tags/v0.23.0
23:49:16 + [ -n refs/tags/v0.23.0 ]
23:49:16 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
23:49:16 + 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
23:49:16 From https://github.com/docker/scan-cli-plugin
23:49:16  * [new tag]         v0.23.0    -> v0.23.0
23:49:16 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
23:49:16 make -C rpm VERSION=0.0.1-dev GO_VERSION=1.18.10 centos-7
23:49:16 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-816/rpm'
23:49:16 mkdir -p rpmbuild/SOURCES
23:49:16 docker run --rm -w /v \
23:49:16 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-816/src/github.com/docker/docker:/engine \
23:49:16 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-816/rpm/rpmbuild/SOURCES:/v \
23:49:16 	alpine \
23:49:16 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
23:49:16 Unable to find image 'alpine:latest' locally
23:49:16 latest: Pulling from library/alpine
23:49:16 a9eaa45ef418: Pulling fs layer
23:49:16 a9eaa45ef418: Verifying Checksum
23:49:16 a9eaa45ef418: Download complete
23:49:17 a9eaa45ef418: Pull complete
23:49:17 Digest: sha256:f271e74b17ced29b915d351685fd4644785c6d1559dd1f2d4189a5e851ef753a
23:49:17 Status: Downloaded newer image for alpine:latest
23:49:25 mkdir -p rpmbuild/SOURCES
23:49:25 docker run --rm -w /v \
23:49:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-816/src/github.com/docker/cli:/cli \
23:49:25 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-816/rpm/rpmbuild/SOURCES:/v \
23:49:25 	alpine \
23:49:25 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
23:49:27 mkdir -p rpmbuild/SOURCES
23:49:27 docker run --rm -w /v \
23:49:27 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-816/src/github.com/docker/compose:/compose \
23:49:27 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-816/rpm/rpmbuild/SOURCES:/v \
23:49:27 	alpine \
23:49:27 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
23:49:27 mkdir -p rpmbuild/SOURCES
23:49:27 docker run --rm -w /v \
23:49:27 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-816/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
23:49:27 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-816/rpm/rpmbuild/SOURCES:/v \
23:49:27 	alpine \
23:49:27 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
23:49:28 mkdir -p rpmbuild/SOURCES
23:49:28 cp ../systemd/docker.service rpmbuild/SOURCES/docker.service
23:49:28 mkdir -p rpmbuild/SOURCES
23:49:28 cp ../systemd/docker.socket rpmbuild/SOURCES/docker.socket
23:49:28 docker run --rm -w /v \
23:49:28 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-816/plugins:/plugins \
23:49:28 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-816/rpm/rpmbuild/SOURCES:/v \
23:49:28 	alpine \
23:49:28 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
23:49:30 == Building packages for centos-7 ==
23:49:30 mkdir -p "rpmbuild/centos-7"
23:49:30 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.10-buster -t rpmbuild-centos-7/aarch64 -f centos-7/Dockerfile .
23:49:30 #1 [internal] load .dockerignore
23:49:30 #1 transferring context: 2B done
23:49:30 #1 DONE 0.0s
23:49:30 
23:49:30 #2 [internal] load build definition from Dockerfile
23:49:30 #2 transferring dockerfile: 1.08kB done
23:49:30 #2 DONE 0.0s
23:49:30 
23:49:30 #3 [auth] library/centos:pull token for registry-1.docker.io
23:49:30 #3 DONE 0.0s
23:49:30 
23:49:30 #4 [auth] library/golang:pull token for registry-1.docker.io
23:49:30 #4 DONE 0.0s
23:49:30 
23:49:30 #5 [internal] load metadata for docker.io/library/golang:1.18.10-buster
23:49:30 #5 ERROR: docker.io/library/golang:1.18.10-buster: not found
23:49:30 
23:49:30 #6 [internal] load metadata for docker.io/library/centos:7
23:49:30 #6 CANCELED
23:49:30 ------
23:49:30  > [internal] load metadata for docker.io/library/golang:1.18.10-buster:
23:49:30 ------
23:49:30 Dockerfile:6
23:49:30 --------------------
23:49:30    4 |     ARG BUILD_IMAGE=${DISTRO}:${SUITE}
23:49:30    5 |     
23:49:30    6 | >>> FROM ${GO_IMAGE} AS golang
23:49:30    7 |     
23:49:30    8 |     FROM ${BUILD_IMAGE}
23:49:30 --------------------
23:49:30 error: failed to solve: golang:1.18.10-buster: docker.io/library/golang:1.18.10-buster: not found
23:49:30 make[1]: *** [Makefile:96: centos-7] Error 1
23:49:30 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-816/rpm'
23:49:30 make: *** [Makefile:80: centos-7] Error 2