Skip to content

Console Output

22:15:44 + make REF=20.10 debian-buster
22:15:44 git init src/github.com/docker/cli
22:15:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-792/src/github.com/docker/cli/.git/
22:15:44 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
22:15:44 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
22:15:44 + SRC=src/github.com/docker/cli
22:15:44 + REF=20.10
22:15:44 + REF_FETCH=20.10
22:15:44 + awk {print $2}
22:15:44 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
22:15:44 + REF=refs/heads/20.10
22:15:44 + [ -n refs/heads/20.10 ]
22:15:44 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
22:15:44 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
22:15:45 From https://github.com/docker/cli
22:15:45  * [new branch]      20.10      -> 20.10
22:15:45  * [new branch]      20.10      -> origin/20.10
22:15:45 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
22:15:45 git init src/github.com/docker/docker
22:15:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-792/src/github.com/docker/docker/.git/
22:15:45 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
22:15:45 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
22:15:45 + SRC=src/github.com/docker/docker
22:15:45 + REF=20.10
22:15:45 + REF_FETCH=20.10
22:15:45 + awk {print $2}
22:15:45 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
22:15:46 + REF=refs/heads/20.10
22:15:46 + [ -n refs/heads/20.10 ]
22:15:46 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
22:15:46 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
22:15:46 From https://github.com/docker/docker
22:15:46  * [new branch]      20.10      -> 20.10
22:15:46  * [new branch]      20.10      -> origin/20.10
22:15:46 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
22:15:47 git init src/github.com/docker/compose
22:15:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-792/src/github.com/docker/compose/.git/
22:15:47 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
22:15:47 ./scripts/checkout.sh src/github.com/docker/compose "v2.14.0"
22:15:47 + SRC=src/github.com/docker/compose
22:15:47 + REF=v2.14.0
22:15:47 + REF_FETCH=v2.14.0
22:15:47 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.14.0
22:15:47 + awk {print $2}
22:15:47 + REF=refs/tags/v2.14.0
22:15:47 + [ -n refs/tags/v2.14.0 ]
22:15:47 + REF_FETCH=refs/tags/v2.14.0:refs/tags/v2.14.0
22:15:47 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.14.0:refs/tags/v2.14.0
22:15:47 From https://github.com/docker/compose
22:15:47  * [new tag]         v2.14.0    -> v2.14.0
22:15:47 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.14.0
22:15:47 git init src/github.com/docker/scan-cli-plugin
22:15:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-792/src/github.com/docker/scan-cli-plugin/.git/
22:15:47 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
22:15:47 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.23.0"
22:15:47 + SRC=src/github.com/docker/scan-cli-plugin
22:15:47 + REF=v0.23.0
22:15:47 + REF_FETCH=v0.23.0
22:15:47 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.23.0
22:15:47 + awk {print $2}
22:15:48 + REF=refs/tags/v0.23.0
22:15:48 + [ -n refs/tags/v0.23.0 ]
22:15:48 + REF_FETCH=refs/tags/v0.23.0:refs/tags/v0.23.0
22:15:48 + 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
22:15:48 From https://github.com/docker/scan-cli-plugin
22:15:48  * [new tag]         v0.23.0    -> v0.23.0
22:15:48 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.23.0
22:15:48 make -C deb VERSION=0.0.1-dev GO_VERSION=1.18.9 debian-buster
22:15:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-792/deb'
22:15:48 mkdir -p sources
22:15:48 docker run --rm -w /v \
22:15:48 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-792/src/github.com/docker/cli:/cli \
22:15:48 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-792/deb/sources:/v \
22:15:48 	alpine \
22:15:48 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
22:15:48 Unable to find image 'alpine:latest' locally
22:15:48 latest: Pulling from library/alpine
22:15:48 cb2ec849933d: Pulling fs layer
22:15:48 cb2ec849933d: Verifying Checksum
22:15:48 cb2ec849933d: Download complete
22:15:49 cb2ec849933d: Pull complete
22:15:49 Digest: sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4
22:15:49 Status: Downloaded newer image for alpine:latest
22:15:54 mkdir -p sources
22:15:54 docker run --rm -w /v \
22:15:54 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-792/src/github.com/docker/docker:/engine \
22:15:54 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-792/deb/sources:/v \
22:15:54 	alpine \
22:15:54 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
22:15:58 mkdir -p sources
22:15:58 docker run --rm -w /v \
22:15:58 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-792/src/github.com/docker/compose:/compose \
22:15:58 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-792/deb/sources:/v \
22:15:58 	alpine \
22:15:58 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
22:15:58 mkdir -p sources
22:15:58 docker run --rm -w /v \
22:15:58 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-792/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
22:15:58 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-792/deb/sources:/v \
22:15:58 	alpine \
22:15:58 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
22:15:59 mkdir -p sources
22:15:59 cp ../systemd/docker.service sources/docker.service
22:15:59 mkdir -p sources
22:15:59 cp ../systemd/docker.socket sources/docker.socket
22:15:59 docker run --rm -w /v \
22:15:59 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-792/plugins:/plugins \
22:15:59 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-792/deb/sources:/v \
22:15:59 	alpine \
22:15:59 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
22:15:59 == Building packages for debian-buster ==
22:15:59 mkdir -p "debbuild/debian-buster"
22:15:59 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.9-buster --build-arg COMMON_FILES=common -t debbuild-debian-buster/aarch64 -f debian-buster/Dockerfile .
22:16:00 #1 [internal] load build definition from Dockerfile
22:16:00 #1 transferring dockerfile: 939B done
22:16:00 #1 DONE 0.1s
22:16:00 
22:16:00 #2 [internal] load .dockerignore
22:16:00 #2 transferring context: 2B done
22:16:00 #2 DONE 0.1s
22:16:00 
22:16:00 #3 [auth] library/debian:pull token for registry-1.docker.io
22:16:00 #3 DONE 0.0s
22:16:00 
22:16:00 #4 [auth] library/golang:pull token for registry-1.docker.io
22:16:00 #4 DONE 0.0s
22:16:00 
22:16:00 #5 [internal] load metadata for docker.io/library/golang:1.18.9-buster
22:16:00 #5 ERROR: no match for platform in manifest sha256:6e0a213b92055badc4282e84216a578d1c5750589ac1ae22f215accbb56e951a: not found
22:16:00 
22:16:00 #6 [internal] load metadata for docker.io/library/debian:buster
22:16:00 #6 CANCELED
22:16:00 ------
22:16:00  > [internal] load metadata for docker.io/library/golang:1.18.9-buster:
22:16:00 ------
22:16:00 Dockerfile:6
22:16:00 --------------------
22:16:00    4 |     ARG BUILD_IMAGE=${DISTRO}:${SUITE}
22:16:00    5 |     
22:16:00    6 | >>> FROM ${GO_IMAGE} AS golang
22:16:00    7 |     
22:16:00    8 |     FROM ${BUILD_IMAGE}
22:16:00 --------------------
22:16:00 error: failed to solve: golang:1.18.9-buster: no match for platform in manifest sha256:6e0a213b92055badc4282e84216a578d1c5750589ac1ae22f215accbb56e951a: not found
22:16:00 Makefile:74: recipe for target 'debian-buster' failed
22:16:00 make[1]: *** [debian-buster] Error 1
22:16:00 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-792/deb'
22:16:00 Makefile:84: recipe for target 'debian-buster' failed
22:16:00 make: *** [debian-buster] Error 2