Skip to content

Console Output

08:21:23 + make REF=20.10 ubuntu-impish
08:21:23 git init src/github.com/docker/cli
08:21:23 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
08:21:23 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
08:21:23 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
08:21:23 + SRC=src/github.com/docker/cli
08:21:23 + REF=20.10
08:21:23 + REF_FETCH=20.10
08:21:23 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
08:21:23 + awk {print $2}
08:21:23 + REF=refs/heads/20.10
08:21:23 + [ -n refs/heads/20.10 ]
08:21:23 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
08:21:23 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
08:21:25 From https://github.com/docker/cli
08:21:25  * [new branch]      20.10      -> 20.10
08:21:25  * [new branch]      20.10      -> origin/20.10
08:21:25 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
08:21:25 git init src/github.com/docker/docker
08:21:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
08:21:25 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
08:21:25 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
08:21:25 + SRC=src/github.com/docker/docker
08:21:25 + REF=20.10
08:21:25 + REF_FETCH=20.10
08:21:25 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
08:21:25 + awk {print $2}
08:21:26 + REF=refs/heads/20.10
08:21:26 + [ -n refs/heads/20.10 ]
08:21:26 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
08:21:26 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
08:21:28 From https://github.com/docker/docker
08:21:28  * [new branch]      20.10      -> 20.10
08:21:28  * [new branch]      20.10      -> origin/20.10
08:21:28 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
08:21:28 git init src/github.com/docker/compose
08:21:28 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
08:21:28 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
08:21:28 ./scripts/checkout.sh src/github.com/docker/compose "v2.7.0"
08:21:28 + SRC=src/github.com/docker/compose
08:21:28 + REF=v2.7.0
08:21:28 + REF_FETCH=v2.7.0
08:21:28 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.7.0
08:21:28 + awk {print $2}
08:21:28 + REF=refs/tags/v2.7.0
08:21:28 + [ -n refs/tags/v2.7.0 ]
08:21:28 + REF_FETCH=refs/tags/v2.7.0:refs/tags/v2.7.0
08:21:28 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.7.0:refs/tags/v2.7.0
08:21:29 From https://github.com/docker/compose
08:21:29  * [new tag]         v2.7.0     -> v2.7.0
08:21:29 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.7.0
08:21:29 git init src/github.com/docker/scan-cli-plugin
08:21:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
08:21:29 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
08:21:29 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
08:21:29 + SRC=src/github.com/docker/scan-cli-plugin
08:21:29 + REF=v0.17.0
08:21:29 + REF_FETCH=v0.17.0
08:21:29 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
08:21:29 + awk {print $2}
08:21:29 + REF=refs/tags/v0.17.0
08:21:29 + [ -n refs/tags/v0.17.0 ]
08:21:29 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
08:21:29 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
08:21:29 From https://github.com/docker/scan-cli-plugin
08:21:29  * [new tag]         v0.17.0    -> v0.17.0
08:21:29 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
08:21:29 make -C deb VERSION=0.0.1-dev GO_VERSION=1.17.12 ubuntu-impish
08:21:29 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
08:21:29 mkdir -p sources
08:21:29 docker run --rm -w /v \
08:21:29 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
08:21:29 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
08:21:29 	alpine \
08:21:29 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
08:21:32 mkdir -p sources
08:21:32 docker run --rm -w /v \
08:21:32 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
08:21:32 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
08:21:32 	alpine \
08:21:32 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
08:21:35 mkdir -p sources
08:21:35 docker run --rm -w /v \
08:21:35 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
08:21:35 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
08:21:35 	alpine \
08:21:35 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
08:21:36 mkdir -p sources
08:21:36 docker run --rm -w /v \
08:21:36 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
08:21:36 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
08:21:36 	alpine \
08:21:36 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
08:21:36 mkdir -p sources
08:21:36 cp ../systemd/docker.service sources/docker.service
08:21:36 mkdir -p sources
08:21:36 cp ../systemd/docker.socket sources/docker.socket
08:21:36 docker run --rm -w /v \
08:21:36 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
08:21:36 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
08:21:36 	alpine \
08:21:36 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
08:21:37 == Building packages for ubuntu-impish ==
08:21:37 mkdir -p "debbuild/ubuntu-impish"
08:21:37 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.12-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-impish/x86_64 -f ubuntu-impish/Dockerfile .
08:21:37 #1 [internal] load build definition from Dockerfile
08:21:37 #1 sha256:c549c0e3e204c420864e0d5fbacc7aa15cdd942e7c1fb51f8c560031ed1a0584
08:21:37 #1 transferring dockerfile: 1.22kB done
08:21:37 #1 DONE 0.0s
08:21:37 
08:21:37 #2 [internal] load .dockerignore
08:21:37 #2 sha256:2b0535773c55156c3bf217d79efa35e76bff2f1d498da18715a83787758c7883
08:21:37 #2 transferring context: 2B done
08:21:37 #2 DONE 0.0s
08:21:37 
08:21:37 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
08:21:37 #5 sha256:aa806968f3dae59f071627a9419ea4cf0f5656cc90b129b38910e7630d6570c2
08:21:37 #5 DONE 0.0s
08:21:37 
08:21:37 #6 [auth] library/golang:pull token for registry-1.docker.io
08:21:37 #6 sha256:07e75f3413b6b320b3696e7685bc0520c6c27abe1b9babd89b5b1b66736752da
08:21:37 #6 DONE 0.0s
08:21:37 
08:21:37 #4 [internal] load metadata for docker.io/library/golang:1.17.12-buster
08:21:37 #4 sha256:ad45a3fcb9b8a1fa60463341cd8afe34202017c4f5c5490b87aa23d8cbe427fb
08:21:37 #4 DONE 0.1s
08:21:37 
08:21:37 #3 [internal] load metadata for docker.io/library/ubuntu:impish
08:21:37 #3 sha256:e61a2543f00bd09f12ff8ff2cefe9caa25f61bf46ba69183a81775b402ac34d3
08:21:37 #3 DONE 0.4s
08:21:38 
08:21:38 #14 [golang 1/1] FROM docker.io/library/golang:1.17.12-buster@sha256:7b44fe9b029cb9160c96471f689ff2a5c9b3a60edb732ed95bfa4681852fdbda
08:21:38 #14 sha256:b019dbe0016bc0e834cf4e9b51faf9d11c35d4f7078d4f1f9a22fc96dc9f71b2
08:21:38 #14 CACHED
08:21:38 
08:21:38 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:impish@sha256:ff46b78279f207db3b8e57e20dee7cecef3567d09489369d80591f150f9c8154
08:21:38 #7 sha256:b96e0a34b95380aa2643e789a8d5e60a51b2e6c1bb96ad7d7ed509138bac09fc
08:21:38 #7 resolve docker.io/library/ubuntu:impish@sha256:ff46b78279f207db3b8e57e20dee7cecef3567d09489369d80591f150f9c8154 0.0s done
08:21:38 #7 sha256:240a11a56faca317f3355b143b5cc2791ba60ad0edd393b3ae3c85c29cad1a6c 529B / 529B done
08:21:38 #7 sha256:50398b9058c55fa969c8ab5db6a11ff52686a9b6738884a9113d164dc567dfac 1.46kB / 1.46kB done
08:21:38 #7 sha256:54b8fda3c9de3a40f0891ce200de55fc92e825315021192957f1bfe3fc807d7d 9.44MB / 30.38MB 0.2s
08:21:38 #7 sha256:ff46b78279f207db3b8e57e20dee7cecef3567d09489369d80591f150f9c8154 1.42kB / 1.42kB done
08:21:38 #7 sha256:54b8fda3c9de3a40f0891ce200de55fc92e825315021192957f1bfe3fc807d7d 15.73MB / 30.38MB 0.3s
08:21:38 #7 sha256:54b8fda3c9de3a40f0891ce200de55fc92e825315021192957f1bfe3fc807d7d 30.38MB / 30.38MB 0.5s
08:21:38 #7 sha256:54b8fda3c9de3a40f0891ce200de55fc92e825315021192957f1bfe3fc807d7d 30.38MB / 30.38MB 0.6s done
08:21:38 #7 ...
08:21:38 
08:21:38 #10 [internal] load build context
08:21:38 #10 sha256:163a79ce36ad3b54e72985e7501a9b5fbce198f36ba254bc81978f557332a93e
08:21:38 #10 transferring context: 19.84MB 0.7s done
08:21:38 #10 DONE 0.7s
08:21:38 
08:21:38 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:impish@sha256:ff46b78279f207db3b8e57e20dee7cecef3567d09489369d80591f150f9c8154
08:21:38 #7 sha256:b96e0a34b95380aa2643e789a8d5e60a51b2e6c1bb96ad7d7ed509138bac09fc
08:21:38 #7 extracting sha256:54b8fda3c9de3a40f0891ce200de55fc92e825315021192957f1bfe3fc807d7d
08:21:40 #7 extracting sha256:54b8fda3c9de3a40f0891ce200de55fc92e825315021192957f1bfe3fc807d7d 1.7s done
08:21:40 #7 DONE 2.5s
08:21:40 
08:21:40 #8 [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
08:21:40 #8 sha256:8c659598d38f1a1f975752438c274784722e15eb63e412a900ad4b079dbc69a5
08:21:41 #8 DONE 0.7s
08:21:41 
08:21:41 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
08:21:41 #9 sha256:b0a54e8665285e2f3a785fbf26d6463bf9176242831c938b0c83ed93a6c4efc3
08:21:41 #9 0.769 Ign:1 http://archive.ubuntu.com/ubuntu impish InRelease
08:21:41 #9 0.842 Ign:2 http://archive.ubuntu.com/ubuntu impish-updates InRelease
08:21:42 #9 0.916 Ign:3 http://archive.ubuntu.com/ubuntu impish-backports InRelease
08:21:42 #9 0.990 Err:4 http://archive.ubuntu.com/ubuntu impish Release
08:21:42 #9 0.990   404  Not Found [IP: 185.125.190.39 80]
08:21:42 #9 1.019 Ign:5 http://security.ubuntu.com/ubuntu impish-security InRelease
08:21:42 #9 1.064 Err:6 http://archive.ubuntu.com/ubuntu impish-updates Release
08:21:42 #9 1.064   404  Not Found [IP: 185.125.190.39 80]
08:21:42 #9 1.093 Err:7 http://security.ubuntu.com/ubuntu impish-security Release
08:21:42 #9 1.093   404  Not Found [IP: 185.125.190.39 80]
08:21:42 #9 1.138 Err:8 http://archive.ubuntu.com/ubuntu impish-backports Release
08:21:42 #9 1.138   404  Not Found [IP: 185.125.190.39 80]
08:21:42 #9 1.141 Reading package lists...
08:21:42 #9 1.151 E: The repository 'http://archive.ubuntu.com/ubuntu impish Release' does not have a Release file.
08:21:42 #9 1.152 E: The repository 'http://archive.ubuntu.com/ubuntu impish-updates Release' does not have a Release file.
08:21:42 #9 1.152 E: The repository 'http://security.ubuntu.com/ubuntu impish-security Release' does not have a Release file.
08:21:42 #9 1.152 E: The repository 'http://archive.ubuntu.com/ubuntu impish-backports Release' does not have a Release file.
08:21:42 #9 ERROR: executor failed running [/bin/sh -c apt-get update && apt-get install -y curl devscripts equivs git]: exit code: 100
08:21:42 ------
08:21:42  > [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git:
08:21:42 ------
08:21:42 executor failed running [/bin/sh -c apt-get update && apt-get install -y curl devscripts equivs git]: exit code: 100
08:21:42 make[1]: *** [Makefile:77: ubuntu-impish] Error 1
08:21:42 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
08:21:42 make: *** [Makefile:84: ubuntu-impish] Error 2