Skip to content

Console Output

21:48:22 + make REF=master ubuntu-noble
21:48:22 git init src/github.com/docker/cli
21:48:22 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-1010/src/github.com/docker/cli/.git/
21:48:22 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
21:48:22 ./scripts/checkout.sh src/github.com/docker/cli "master"
21:48:22 + SRC=src/github.com/docker/cli
21:48:22 + REF=master
21:48:22 + REF_FETCH=master
21:48:22 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
21:48:22 + awk {print $2}
21:48:22 + REF=refs/heads/master
21:48:22 + [ -n refs/heads/master ]
21:48:22 + REF_FETCH=refs/heads/master:refs/heads/master
21:48:22 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
21:48:23 From https://github.com/docker/cli
21:48:23  * [new branch]      master     -> master
21:48:23  * [new branch]      master     -> origin/master
21:48:23 + git -C src/github.com/docker/cli checkout -q refs/heads/master
21:48:23 git init src/github.com/docker/docker
21:48:23 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-1010/src/github.com/docker/docker/.git/
21:48:23 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
21:48:23 ./scripts/checkout.sh src/github.com/docker/docker "master"
21:48:23 + SRC=src/github.com/docker/docker
21:48:23 + REF=master
21:48:23 + REF_FETCH=master
21:48:23 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
21:48:23 + awk {print $2}
21:48:23 + REF=refs/heads/master
21:48:23 + [ -n refs/heads/master ]
21:48:23 + REF_FETCH=refs/heads/master:refs/heads/master
21:48:23 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
21:48:25 From https://github.com/docker/docker
21:48:25  * [new branch]      master     -> master
21:48:25  * [new branch]      master     -> origin/master
21:48:25 + git -C src/github.com/docker/docker checkout -q refs/heads/master
21:48:25 git init src/github.com/docker/buildx
21:48:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-1010/src/github.com/docker/buildx/.git/
21:48:25 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
21:48:25 ./scripts/checkout.sh src/github.com/docker/buildx "v0.13.1"
21:48:25 + SRC=src/github.com/docker/buildx
21:48:25 + REF=v0.13.1
21:48:25 + REF_FETCH=v0.13.1
21:48:25 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.13.1
21:48:25 + awk {print $2}
21:48:25 + REF=refs/tags/v0.13.1
21:48:25 + [ -n refs/tags/v0.13.1 ]
21:48:25 + REF_FETCH=refs/tags/v0.13.1:refs/tags/v0.13.1
21:48:25 + git -C src/github.com/docker/buildx fetch --update-head-ok --depth 1 origin refs/tags/v0.13.1:refs/tags/v0.13.1
21:48:26 From https://github.com/docker/buildx
21:48:26  * [new tag]         v0.13.1    -> v0.13.1
21:48:26 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.13.1
21:48:26 git init src/github.com/docker/compose
21:48:26 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-1010/src/github.com/docker/compose/.git/
21:48:26 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
21:48:26 ./scripts/checkout.sh src/github.com/docker/compose "v2.26.0"
21:48:26 + SRC=src/github.com/docker/compose
21:48:26 + REF=v2.26.0
21:48:26 + REF_FETCH=v2.26.0
21:48:26 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.26.0
21:48:26 + awk {print $2}
21:48:27 + REF=refs/tags/v2.26.0
21:48:27 + [ -n refs/tags/v2.26.0 ]
21:48:27 + REF_FETCH=refs/tags/v2.26.0:refs/tags/v2.26.0
21:48:27 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.26.0:refs/tags/v2.26.0
21:48:27 From https://github.com/docker/compose
21:48:27  * [new tag]         v2.26.0    -> v2.26.0
21:48:27 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.26.0
21:48:27 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.8 ubuntu-noble
21:48:27 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-1010/deb'
21:48:27 mkdir -p sources
21:48:27 docker run --rm -w /v \
21:48:27 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-1010/src/github.com/docker/cli:/cli \
21:48:27 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-1010/deb/sources:/v \
21:48:27 	alpine \
21:48:27 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
21:48:29 mkdir -p sources
21:48:29 docker run --rm -w /v \
21:48:29 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-1010/src/github.com/docker/docker:/engine \
21:48:29 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-1010/deb/sources:/v \
21:48:29 	alpine \
21:48:29 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
21:48:34 mkdir -p sources
21:48:34 docker run --rm -w /v \
21:48:34 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-1010/src/github.com/docker/buildx:/buildx \
21:48:34 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-1010/deb/sources:/v \
21:48:34 	alpine \
21:48:34 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
21:48:36 mkdir -p sources
21:48:36 docker run --rm -w /v \
21:48:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-1010/src/github.com/docker/compose:/compose \
21:48:36 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-1010/deb/sources:/v \
21:48:36 	alpine \
21:48:36 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
21:48:37 == Building packages for ubuntu-noble ==
21:48:37 mkdir -p "debbuild/ubuntu-noble"
21:48:37 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.21.8-bookworm --build-arg COMMON_FILES=common -t debbuild-ubuntu-noble/aarch64 -f ubuntu-noble/Dockerfile .
21:48:38 #0 building with "default" instance using docker driver
21:48:38 
21:48:38 #1 [internal] load build definition from Dockerfile
21:48:38 #1 transferring dockerfile: 1.28kB done
21:48:38 #1 DONE 0.0s
21:48:38 
21:48:38 #2 [auth] docker/dockerfile:pull token for registry-1.docker.io
21:48:38 #2 DONE 0.0s
21:48:38 
21:48:38 #3 resolve image config for docker.io/docker/dockerfile:1
21:48:38 #3 DONE 0.2s
21:48:38 
21:48:38 #4 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021
21:48:38 #4 CACHED
21:48:38 
21:48:38 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
21:48:38 #5 DONE 0.0s
21:48:38 
21:48:38 #6 [auth] library/golang:pull token for registry-1.docker.io
21:48:38 #6 DONE 0.0s
21:48:38 
21:48:38 #7 [internal] load metadata for docker.io/library/golang:1.21.8-bookworm
21:48:38 #7 DONE 0.2s
21:48:38 
21:48:38 #8 [internal] load metadata for docker.io/library/ubuntu:noble
21:48:38 #8 DONE 0.4s
21:48:38 
21:48:38 #9 [internal] load .dockerignore
21:48:38 #9 transferring context: 2B done
21:48:38 #9 DONE 0.0s
21:48:38 
21:48:38 #10 [golang 1/1] FROM docker.io/library/golang:1.21.8-bookworm@sha256:05a9064db595ba2a6aa7c2d48d16ba5872c42583606741c750b0d895e9d0a09d
21:48:38 #10 DONE 0.0s
21:48:38 
21:48:38 #11 [stage-1 1/9] FROM docker.io/library/ubuntu:noble@sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b
21:48:38 #11 resolve docker.io/library/ubuntu:noble@sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b 0.0s done
21:48:38 #11 sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b 1.13kB / 1.13kB done
21:48:38 #11 sha256:0e3ca42b1dbee9ea2803c536d7f1de9d5c468b4bbd76f225002a671a8f38b63c 424B / 424B done
21:48:38 #11 sha256:bdb494e330a6fdcbb838a6138ec88025760bd579f714c7ee37e44451acf8819d 2.31kB / 2.31kB done
21:48:38 #11 sha256:43d4081b28c7e5126b5b23344b242f4fa88555eb3158d33599f171c5e3f24376 0B / 26.87MB 0.2s
21:48:38 #11 sha256:43d4081b28c7e5126b5b23344b242f4fa88555eb3158d33599f171c5e3f24376 5.24MB / 26.87MB 0.4s
21:48:39 #11 sha256:43d4081b28c7e5126b5b23344b242f4fa88555eb3158d33599f171c5e3f24376 7.34MB / 26.87MB 0.5s
21:48:39 #11 sha256:43d4081b28c7e5126b5b23344b242f4fa88555eb3158d33599f171c5e3f24376 10.49MB / 26.87MB 0.6s
21:48:39 #11 ...
21:48:39 
21:48:39 #12 [internal] load build context
21:48:39 #12 transferring context: 36.15MB 0.7s done
21:48:39 #12 DONE 0.7s
21:48:39 
21:48:39 #10 [golang 1/1] FROM docker.io/library/golang:1.21.8-bookworm@sha256:05a9064db595ba2a6aa7c2d48d16ba5872c42583606741c750b0d895e9d0a09d
21:48:39 #10 CACHED
21:48:39 
21:48:39 #11 [stage-1 1/9] FROM docker.io/library/ubuntu:noble@sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b
21:48:39 #11 sha256:43d4081b28c7e5126b5b23344b242f4fa88555eb3158d33599f171c5e3f24376 15.73MB / 26.87MB 0.8s
21:48:39 #11 sha256:43d4081b28c7e5126b5b23344b242f4fa88555eb3158d33599f171c5e3f24376 18.87MB / 26.87MB 0.9s
21:48:39 #11 sha256:43d4081b28c7e5126b5b23344b242f4fa88555eb3158d33599f171c5e3f24376 22.02MB / 26.87MB 1.0s
21:48:39 #11 sha256:43d4081b28c7e5126b5b23344b242f4fa88555eb3158d33599f171c5e3f24376 26.87MB / 26.87MB 1.2s
21:48:40 #11 sha256:43d4081b28c7e5126b5b23344b242f4fa88555eb3158d33599f171c5e3f24376 26.87MB / 26.87MB 1.2s done
21:48:40 #11 extracting sha256:43d4081b28c7e5126b5b23344b242f4fa88555eb3158d33599f171c5e3f24376
21:48:41 #11 extracting sha256:43d4081b28c7e5126b5b23344b242f4fa88555eb3158d33599f171c5e3f24376 1.5s done
21:48:41 #11 DONE 2.9s
21:48:41 
21:48:41 #13 [stage-1 2/9] RUN if  [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then         rm -f /usr/bin/man;         dpkg-divert --quiet --remove --rename /usr/bin/man;     fi
21:48:41 #13 DONE 0.4s
21:48:42 
21:48:42 #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
21:48:42 #14 0.592 Get:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease [255 kB]
21:48:43 #14 0.994 Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [89.7 kB]
21:48:43 #14 1.086 Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [90.8 kB]
21:48:43 #14 1.179 Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [90.7 kB]
21:48:43 #14 1.273 Get:5 http://ports.ubuntu.com/ubuntu-ports noble/restricted armhf Packages [5782 B]
21:48:43 #14 1.279 Get:6 http://ports.ubuntu.com/ubuntu-ports noble/multiverse armhf Packages [209 kB]
21:48:43 #14 1.318 Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main armhf Packages [1724 kB]
21:48:43 #14 1.510 Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe armhf Packages [18.5 MB]
21:48:44 #14 2.361 Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted armhf Packages [2439 B]
21:48:44 #14 2.363 Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe armhf Packages [5803 kB]
21:48:44 #14 2.576 Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse armhf Packages [60.5 kB]
21:48:45 #14 2.975 Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main armhf Packages [860 kB]
21:48:45 #14 3.485 Fetched 27.7 MB in 3s (8413 kB/s)
21:48:46 #14 3.485 Reading package lists...
21:48:48 #14 4.852 Reading package lists...
21:48:48 #14 6.210 Building dependency tree...
21:48:48 #14 6.470 Reading state information...
21:48:48 #14 6.703 Some packages could not be installed. This may mean that you have
21:48:48 #14 6.703 requested an impossible situation or if you are using the unstable
21:48:48 #14 6.703 distribution that some required packages have not yet been created
21:48:48 #14 6.703 or been moved out of Incoming.
21:48:48 #14 6.703 The following information may help to resolve the situation:
21:48:48 #14 6.703 
21:48:48 #14 6.703 The following packages have unmet dependencies:
21:48:48 #14 6.901  libelf1t64 : Breaks: libelf1 (< 0.190-1.1build2) but 0.190-1 is to be installed
21:48:49 #14 6.909 E: Unable to correct problems, you have held broken packages.
21:48:49 #14 ERROR: process "/bin/sh -c apt-get update && apt-get install -y curl devscripts equivs git" did not complete successfully: exit code: 100
21:48:49 ------
21:48:49  > [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git:
21:48:49 6.470 Reading state information...
21:48:49 6.703 Some packages could not be installed. This may mean that you have
21:48:49 6.703 requested an impossible situation or if you are using the unstable
21:48:49 6.703 distribution that some required packages have not yet been created
21:48:49 6.703 or been moved out of Incoming.
21:48:49 6.703 The following information may help to resolve the situation:
21:48:49 6.703 
21:48:49 6.703 The following packages have unmet dependencies:
21:48:49 6.901  libelf1t64 : Breaks: libelf1 (< 0.190-1.1build2) but 0.190-1 is to be installed
21:48:49 6.909 E: Unable to correct problems, you have held broken packages.
21:48:49 ------
21:48:49 Dockerfile:20
21:48:49 --------------------
21:48:49   18 |     
21:48:49   19 |     ARG DEBIAN_FRONTEND=noninteractive
21:48:49   20 | >>> RUN apt-get update && apt-get install -y curl devscripts equivs git
21:48:49   21 |     
21:48:49   22 |     ENV GOPROXY=https://proxy.golang.org|direct
21:48:49 --------------------
21:48:49 ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y curl devscripts equivs git" did not complete successfully: exit code: 100
21:48:49 make[1]: *** [Makefile:84: ubuntu-noble] Error 1
21:48:49 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-1010/deb'
21:48:49 make: *** [Makefile:83: ubuntu-noble] Error 2