Skip to content

Console Output

21:45:52 + make REF=master ubuntu-noble
21:45:52 git init src/github.com/docker/cli
21:45:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-1010/src/github.com/docker/cli/.git/
21:45:52 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
21:45:52 ./scripts/checkout.sh src/github.com/docker/cli "master"
21:45:52 + SRC=src/github.com/docker/cli
21:45:52 + REF=master
21:45:52 + REF_FETCH=master
21:45:52 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
21:45:52 + awk {print $2}
21:45:52 + REF=refs/heads/master
21:45:52 + [ -n refs/heads/master ]
21:45:52 + REF_FETCH=refs/heads/master:refs/heads/master
21:45:52 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
21:45:53 From https://github.com/docker/cli
21:45:53  * [new branch]      master     -> master
21:45:53  * [new branch]      master     -> origin/master
21:45:53 + git -C src/github.com/docker/cli checkout -q refs/heads/master
21:45:53 git init src/github.com/docker/docker
21:45:53 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-1010/src/github.com/docker/docker/.git/
21:45:53 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
21:45:53 ./scripts/checkout.sh src/github.com/docker/docker "master"
21:45:53 + SRC=src/github.com/docker/docker
21:45:53 + REF=master
21:45:53 + REF_FETCH=master
21:45:53 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
21:45:53 + awk {print $2}
21:45:53 + REF=refs/heads/master
21:45:53 + [ -n refs/heads/master ]
21:45:53 + REF_FETCH=refs/heads/master:refs/heads/master
21:45:53 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
21:45:54 From https://github.com/docker/docker
21:45:54  * [new branch]      master     -> master
21:45:54  * [new branch]      master     -> origin/master
21:45:54 + git -C src/github.com/docker/docker checkout -q refs/heads/master
21:45:54 git init src/github.com/docker/buildx
21:45:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-1010/src/github.com/docker/buildx/.git/
21:45:54 git -C src/github.com/docker/buildx remote add origin "https://github.com/docker/buildx.git"
21:45:54 ./scripts/checkout.sh src/github.com/docker/buildx "v0.13.1"
21:45:55 + SRC=src/github.com/docker/buildx
21:45:55 + REF=v0.13.1
21:45:55 + REF_FETCH=v0.13.1
21:45:55 + git -C src/github.com/docker/buildx ls-remote --refs --heads --tags origin v0.13.1
21:45:55 + awk {print $2}
21:45:55 + REF=refs/tags/v0.13.1
21:45:55 + [ -n refs/tags/v0.13.1 ]
21:45:55 + REF_FETCH=refs/tags/v0.13.1:refs/tags/v0.13.1
21:45:55 + 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:45:55 From https://github.com/docker/buildx
21:45:55  * [new tag]         v0.13.1    -> v0.13.1
21:45:55 + git -C src/github.com/docker/buildx checkout -q refs/tags/v0.13.1
21:45:56 git init src/github.com/docker/compose
21:45:56 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-1010/src/github.com/docker/compose/.git/
21:45:56 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
21:45:56 ./scripts/checkout.sh src/github.com/docker/compose "v2.26.0"
21:45:56 + SRC=src/github.com/docker/compose
21:45:56 + REF=v2.26.0
21:45:56 + REF_FETCH=v2.26.0
21:45:56 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.26.0
21:45:56 + awk {print $2}
21:45:56 + REF=refs/tags/v2.26.0
21:45:56 + [ -n refs/tags/v2.26.0 ]
21:45:56 + REF_FETCH=refs/tags/v2.26.0:refs/tags/v2.26.0
21:45:56 + 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:45:56 From https://github.com/docker/compose
21:45:56  * [new tag]         v2.26.0    -> v2.26.0
21:45:56 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.26.0
21:45:56 make -C deb VERSION=0.0.1-dev GO_VERSION=1.21.8 ubuntu-noble
21:45:56 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-1010/deb'
21:45:56 mkdir -p sources
21:45:56 docker run --rm -w /v \
21:45:56 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-1010/src/github.com/docker/cli:/cli \
21:45:56 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-1010/deb/sources:/v \
21:45:56 	alpine \
21:45:56 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
21:45:59 mkdir -p sources
21:45:59 docker run --rm -w /v \
21:45:59 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-1010/src/github.com/docker/docker:/engine \
21:45:59 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-1010/deb/sources:/v \
21:45:59 	alpine \
21:45:59 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
21:46:03 mkdir -p sources
21:46:03 docker run --rm -w /v \
21:46:03 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-1010/src/github.com/docker/buildx:/buildx \
21:46:03 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-1010/deb/sources:/v \
21:46:03 	alpine \
21:46:03 	tar -C / -c -z -f /v/buildx.tgz --exclude .git buildx
21:46:05 mkdir -p sources
21:46:05 docker run --rm -w /v \
21:46:05 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-1010/src/github.com/docker/compose:/compose \
21:46:05 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-1010/deb/sources:/v \
21:46:05 	alpine \
21:46:05 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
21:46:06 == Building packages for ubuntu-noble ==
21:46:06 mkdir -p "debbuild/ubuntu-noble"
21:46:06 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.21.8-bookworm --build-arg COMMON_FILES=common -t debbuild-ubuntu-noble/x86_64 -f ubuntu-noble/Dockerfile .
21:46:06 #0 building with "default" instance using docker driver
21:46:06 
21:46:06 #1 [internal] load build definition from Dockerfile
21:46:06 #1 transferring dockerfile: 1.28kB done
21:46:06 #1 DONE 0.0s
21:46:06 
21:46:06 #2 [auth] docker/dockerfile:pull token for registry-1.docker.io
21:46:06 #2 DONE 0.0s
21:46:06 
21:46:06 #3 resolve image config for docker.io/docker/dockerfile:1
21:46:06 #3 DONE 0.2s
21:46:06 
21:46:06 #4 docker-image://docker.io/docker/dockerfile:1@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021
21:46:06 #4 CACHED
21:46:06 
21:46:06 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
21:46:06 #5 DONE 0.0s
21:46:06 
21:46:06 #6 [auth] library/golang:pull token for registry-1.docker.io
21:46:06 #6 DONE 0.0s
21:46:06 
21:46:06 #7 [internal] load metadata for docker.io/library/golang:1.21.8-bookworm
21:46:06 #7 DONE 0.3s
21:46:06 
21:46:06 #8 [internal] load metadata for docker.io/library/ubuntu:noble
21:46:07 #8 DONE 0.5s
21:46:07 
21:46:07 #9 [internal] load .dockerignore
21:46:07 #9 transferring context: 2B done
21:46:07 #9 DONE 0.0s
21:46:07 
21:46:07 #10 [golang 1/1] FROM docker.io/library/golang:1.21.8-bookworm@sha256:05a9064db595ba2a6aa7c2d48d16ba5872c42583606741c750b0d895e9d0a09d
21:46:07 #10 DONE 0.0s
21:46:07 
21:46:07 #11 [internal] load build context
21:46:07 #11 transferring context: 36.13MB 0.2s done
21:46:07 #11 DONE 0.2s
21:46:07 
21:46:07 #10 [golang 1/1] FROM docker.io/library/golang:1.21.8-bookworm@sha256:05a9064db595ba2a6aa7c2d48d16ba5872c42583606741c750b0d895e9d0a09d
21:46:07 #10 CACHED
21:46:07 
21:46:07 #12 [stage-1 1/9] FROM docker.io/library/ubuntu:noble@sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b
21:46:07 #12 resolve docker.io/library/ubuntu:noble@sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b 0.0s done
21:46:07 #12 sha256:723ad8033f109978f8c7e6421ee684efb624eb5b9251b70c6788fdb2405d050b 1.13kB / 1.13kB done
21:46:07 #12 sha256:69ce9399fe60c5710baee8416b7991183653c3d577afc2b0e3bfe508d7c76142 424B / 424B done
21:46:07 #12 sha256:ca87e6c45a8ac44c20b05114a68e6c21d0b507c1bf6731dc4c31f832d0757549 2.30kB / 2.30kB done
21:46:07 #12 sha256:26489f2f1781332c4e802d1dce0cf4978a1b210b92984bd4183dd65a12c163b4 10.49MB / 29.68MB 0.3s
21:46:07 #12 sha256:26489f2f1781332c4e802d1dce0cf4978a1b210b92984bd4183dd65a12c163b4 22.02MB / 29.68MB 0.5s
21:46:07 #12 sha256:26489f2f1781332c4e802d1dce0cf4978a1b210b92984bd4183dd65a12c163b4 29.68MB / 29.68MB 0.6s done
21:46:07 #12 extracting sha256:26489f2f1781332c4e802d1dce0cf4978a1b210b92984bd4183dd65a12c163b4 0.1s
21:46:08 #12 extracting sha256:26489f2f1781332c4e802d1dce0cf4978a1b210b92984bd4183dd65a12c163b4 0.8s done
21:46:08 #12 DONE 1.5s
21:46:08 
21:46:08 #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:46:09 #13 DONE 0.6s
21:46:09 
21:46:09 #14 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
21:46:09 #14 0.326 Get:1 http://security.ubuntu.com/ubuntu noble-security InRelease [90.7 kB]
21:46:09 #14 0.459 Get:2 http://archive.ubuntu.com/ubuntu noble InRelease [255 kB]
21:46:09 #14 0.533 Get:3 http://archive.ubuntu.com/ubuntu noble-updates InRelease [89.7 kB]
21:46:09 #14 0.550 Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [90.8 kB]
21:46:09 #14 0.587 Get:5 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages [15.1 MB]
21:46:10 #14 0.787 Get:6 http://archive.ubuntu.com/ubuntu noble/multiverse amd64 Packages [213 kB]
21:46:10 #14 0.789 Get:7 http://archive.ubuntu.com/ubuntu noble/restricted amd64 Packages [71.1 kB]
21:46:10 #14 0.790 Get:8 http://archive.ubuntu.com/ubuntu noble/main amd64 Packages [1162 kB]
21:46:10 #14 0.800 Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [902 kB]
21:46:10 #14 0.808 Get:10 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [93.1 kB]
21:46:10 #14 0.808 Get:11 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [112 kB]
21:46:10 #14 0.809 Get:12 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [6149 kB]
21:46:11 #14 1.904 Fetched 24.3 MB in 2s (14.1 MB/s)
21:46:12 #14 1.904 Reading package lists...
21:46:12 #14 2.651 Reading package lists...
21:46:12 #14 3.392 Building dependency tree...
21:46:12 #14 3.522 Reading state information...
21:46:12 #14 3.605 Some packages could not be installed. This may mean that you have
21:46:12 #14 3.605 requested an impossible situation or if you are using the unstable
21:46:12 #14 3.605 distribution that some required packages have not yet been created
21:46:12 #14 3.605 or been moved out of Incoming.
21:46:12 #14 3.605 The following information may help to resolve the situation:
21:46:12 #14 3.605 
21:46:12 #14 3.605 The following packages have unmet dependencies:
21:46:12 #14 3.692  gnupg2 : Depends: gnupg (>= 2.4.4-2ubuntu15) but it is not installable
21:46:13 #14 3.698 E: Unable to correct problems, you have held broken packages.
21:46:13 #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:46:13 ------
21:46:13  > [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git:
21:46:13 3.522 Reading state information...
21:46:13 3.605 Some packages could not be installed. This may mean that you have
21:46:13 3.605 requested an impossible situation or if you are using the unstable
21:46:13 3.605 distribution that some required packages have not yet been created
21:46:13 3.605 or been moved out of Incoming.
21:46:13 3.605 The following information may help to resolve the situation:
21:46:13 3.605 
21:46:13 3.605 The following packages have unmet dependencies:
21:46:13 3.692  gnupg2 : Depends: gnupg (>= 2.4.4-2ubuntu15) but it is not installable
21:46:13 3.698 E: Unable to correct problems, you have held broken packages.
21:46:13 ------
21:46:13 Dockerfile:20
21:46:13 --------------------
21:46:13   18 |     
21:46:13   19 |     ARG DEBIAN_FRONTEND=noninteractive
21:46:13   20 | >>> RUN apt-get update && apt-get install -y curl devscripts equivs git
21:46:13   21 |     
21:46:13   22 |     ENV GOPROXY=https://proxy.golang.org|direct
21:46:13 --------------------
21:46:13 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:46:13 make[1]: *** [Makefile:84: ubuntu-noble] Error 1
21:46:13 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-1010/deb'
21:46:13 make: *** [Makefile:83: ubuntu-noble] Error 2