Skip to content

Console Output

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