Skip to content

Console Output

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