Skip to content

Console Output

23:48:53 + make REF=20.10 debian-buster
23:48:53 git init src/github.com/docker/cli
23:48:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-816/src/github.com/docker/cli/.git/
23:48:53 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
23:48:53 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
23:48:53 + SRC=src/github.com/docker/cli
23:48:53 + REF=20.10
23:48:53 + REF_FETCH=20.10
23:48:53 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10+ 
23:48:53 awk {print $2}
23:48:53 + REF=refs/heads/20.10
23:48:53 + [ -n refs/heads/20.10 ]
23:48:53 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
23:48:53 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
23:48:55 From https://github.com/docker/cli
23:48:55  * [new branch]      20.10      -> 20.10
23:48:55  * [new branch]      20.10      -> origin/20.10
23:48:55 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
23:48:55 git init src/github.com/docker/docker
23:48:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-816/src/github.com/docker/docker/.git/
23:48:55 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
23:48:55 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
23:48:55 + SRC=src/github.com/docker/docker
23:48:55 + REF=20.10
23:48:55 + REF_FETCH=20.10
23:48:55 + git -C+  src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
23:48:55 awk {print $2}
23:48:55 + REF=refs/heads/20.10
23:48:55 + [ -n refs/heads/20.10 ]
23:48:55 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
23:48:55 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
23:48:58 From https://github.com/docker/docker
23:48:58  * [new branch]      20.10      -> 20.10
23:48:58  * [new branch]      20.10      -> origin/20.10
23:48:58 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
23:48:58 git init src/github.com/docker/compose
23:48:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-816/src/github.com/docker/compose/.git/
23:48:58 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
23:48:58 ./scripts/checkout.sh src/github.com/docker/compose "v2.15.1"
23:48:58 + SRC=src/github.com/docker/compose
23:48:58 + REF=v2.15.1
23:48:58 + REF_FETCH=v2.15.1
23:48:58 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.15.1
23:48:58 + awk {print $2}
23:48:58 + REF=refs/tags/v2.15.1
23:48:58 + [ -n refs/tags/v2.15.1 ]
23:48:58 + REF_FETCH=refs/tags/v2.15.1:refs/tags/v2.15.1
23:48:58 + 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:48:58 From https://github.com/docker/compose
23:48:58  * [new tag]         v2.15.1    -> v2.15.1
23:48:58 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.15.1
23:48:58 git init src/github.com/docker/scan-cli-plugin
23:48:58 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-816/src/github.com/docker/scan-cli-plugin/.git/
23:48:58 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
23:48:58 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
23:48:58 + SRC=src/github.com/docker/scan-cli-plugin
23:48:58 + REF=v0.23.0
23:48:58 + REF_FETCH=v0.23.0
23:48:58 + git -C src/github.com/docker/scan-cli-plugin ls-remote+  --refs --heads --tags origin v0.23.0
23:48:58 awk {print $2}
23:48:58 + REF=refs/tags/v0.23.0
23:48:58 + [ -n refs/tags/v0.23.0 ]
23:48:58 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
23:48:58 + 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:48:59 From https://github.com/docker/scan-cli-plugin
23:48:59  * [new tag]         v0.23.0    -> v0.23.0
23:48:59 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
23:48:59 make -C deb VERSION=0.0.1-dev GO_VERSION=1.18.10 debian-buster
23:48:59 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-816/deb'
23:48:59 mkdir -p sources
23:48:59 docker run --rm -w /v \
23:48:59 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-816/src/github.com/docker/cli:/cli \
23:48:59 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-816/deb/sources:/v \
23:48:59 	alpine \
23:48:59 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
23:49:05 mkdir -p sources
23:49:05 docker run --rm -w /v \
23:49:05 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-816/src/github.com/docker/docker:/engine \
23:49:05 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-816/deb/sources:/v \
23:49:05 	alpine \
23:49:05 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
23:49:07 mkdir -p sources
23:49:07 docker run --rm -w /v \
23:49:07 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-816/src/github.com/docker/compose:/compose \
23:49:07 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-816/deb/sources:/v \
23:49:07 	alpine \
23:49:07 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
23:49:07 mkdir -p sources
23:49:07 docker run --rm -w /v \
23:49:07 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-816/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
23:49:07 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-816/deb/sources:/v \
23:49:07 	alpine \
23:49:07 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
23:49:08 mkdir -p sources
23:49:08 cp ../systemd/docker.service sources/docker.service
23:49:08 mkdir -p sources
23:49:08 cp ../systemd/docker.socket sources/docker.socket
23:49:08 docker run --rm -w /v \
23:49:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-816/plugins:/plugins \
23:49:08 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-816/deb/sources:/v \
23:49:08 	alpine \
23:49:08 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
23:49:09 == Building packages for debian-buster ==
23:49:09 mkdir -p "debbuild/debian-buster"
23:49:09 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.10-buster --build-arg COMMON_FILES=common -t debbuild-debian-buster/aarch64 -f debian-buster/Dockerfile .
23:49:09 #1 [internal] load build definition from Dockerfile
23:49:09 #1 transferring dockerfile: 939B done
23:49:09 #1 DONE 0.0s
23:49:09 
23:49:09 #2 [internal] load .dockerignore
23:49:09 #2 transferring context: 2B done
23:49:09 #2 DONE 0.0s
23:49:09 
23:49:09 #3 [auth] library/debian:pull token for registry-1.docker.io
23:49:09 #3 DONE 0.0s
23:49:09 
23:49:09 #4 [auth] library/golang:pull token for registry-1.docker.io
23:49:09 #4 DONE 0.0s
23:49:09 
23:49:09 #5 [internal] load metadata for docker.io/library/golang:1.18.10-buster
23:49:09 #5 ERROR: docker.io/library/golang:1.18.10-buster: not found
23:49:09 
23:49:09 #6 [internal] load metadata for docker.io/library/debian:buster
23:49:09 #6 CANCELED
23:49:09 ------
23:49:09  > [internal] load metadata for docker.io/library/golang:1.18.10-buster:
23:49:09 ------
23:49:09 Dockerfile:6
23:49:09 --------------------
23:49:09    4 |     ARG BUILD_IMAGE=${DISTRO}:${SUITE}
23:49:09    5 |     
23:49:09    6 | >>> FROM ${GO_IMAGE} AS golang
23:49:09    7 |     
23:49:09    8 |     FROM ${BUILD_IMAGE}
23:49:09 --------------------
23:49:09 error: failed to solve: golang:1.18.10-buster: docker.io/library/golang:1.18.10-buster: not found
23:49:09 make[1]: *** [Makefile:76: debian-buster] Error 1
23:49:09 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-816/deb'
23:49:09 make: *** [Makefile:84: debian-buster] Error 2