Skip to content

Console Output

09:15:44 + make REF=20.10 ubuntu-impish
09:15:44 git init src/github.com/docker/cli
09:15:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
09:15:44 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
09:15:44 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
09:15:44 + SRC=src/github.com/docker/cli
09:15:44 + REF=20.10
09:15:44 + REF_FETCH=20.10
09:15:44 + awk {print $2}
09:15:44 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
09:15:44 + REF=refs/heads/20.10
09:15:44 + [ -n refs/heads/20.10 ]
09:15:44 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
09:15:44 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
09:15:46 From https://github.com/docker/cli
09:15:46  * [new branch]      20.10      -> 20.10
09:15:46  * [new branch]      20.10      -> origin/20.10
09:15:46 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
09:15:47 git init src/github.com/docker/docker
09:15:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
09:15:47 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
09:15:47 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
09:15:47 + SRC=src/github.com/docker/docker
09:15:47 + REF=20.10
09:15:47 + REF_FETCH=20.10
09:15:47 + awk {print $2}
09:15:47 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
09:15:47 + REF=refs/heads/20.10
09:15:47 + [ -n refs/heads/20.10 ]
09:15:47 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
09:15:47 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
09:15:49 From https://github.com/docker/docker
09:15:49  * [new branch]      20.10      -> 20.10
09:15:49  * [new branch]      20.10      -> origin/20.10
09:15:49 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
09:15:49 git init src/github.com/docker/compose
09:15:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
09:15:49 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
09:15:49 ./scripts/checkout.sh src/github.com/docker/compose "v2.7.0"
09:15:49 + SRC=src/github.com/docker/compose
09:15:49 + REF=v2.7.0
09:15:49 + REF_FETCH=v2.7.0
09:15:49 + awk {print $2}
09:15:49 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.7.0
09:15:49 + REF=refs/tags/v2.7.0
09:15:49 + [ -n refs/tags/v2.7.0 ]
09:15:49 + REF_FETCH=refs/tags/v2.7.0:refs/tags/v2.7.0
09:15:49 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.7.0:refs/tags/v2.7.0
09:15:50 From https://github.com/docker/compose
09:15:50  * [new tag]         v2.7.0     -> v2.7.0
09:15:50 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.7.0
09:15:50 git init src/github.com/docker/scan-cli-plugin
09:15:50 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
09:15:50 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
09:15:50 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
09:15:50 + SRC=src/github.com/docker/scan-cli-plugin
09:15:50 + REF=v0.17.0
09:15:50 + REF_FETCH=v0.17.0
09:15:50 + awk {print $2}
09:15:50 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
09:15:50 + REF=refs/tags/v0.17.0
09:15:50 + [ -n refs/tags/v0.17.0 ]
09:15:50 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
09:15:50 + 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
09:15:50 From https://github.com/docker/scan-cli-plugin
09:15:50  * [new tag]         v0.17.0    -> v0.17.0
09:15:50 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
09:15:50 make -C deb VERSION=0.0.1-dev GO_VERSION=1.17.13 ubuntu-impish
09:15:50 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
09:15:50 mkdir -p sources
09:15:50 docker run --rm -w /v \
09:15:50 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
09:15:50 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
09:15:50 	alpine \
09:15:50 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
09:15:53 mkdir -p sources
09:15:53 docker run --rm -w /v \
09:15:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
09:15:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
09:15:53 	alpine \
09:15:53 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
09:15:57 mkdir -p sources
09:15:57 docker run --rm -w /v \
09:15:57 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
09:15:57 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
09:15:57 	alpine \
09:15:57 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
09:15:57 mkdir -p sources
09:15:57 docker run --rm -w /v \
09:15:57 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
09:15:57 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
09:15:57 	alpine \
09:15:57 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
09:15:58 mkdir -p sources
09:15:58 cp ../systemd/docker.service sources/docker.service
09:15:58 mkdir -p sources
09:15:58 cp ../systemd/docker.socket sources/docker.socket
09:15:58 docker run --rm -w /v \
09:15:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
09:15:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
09:15:58 	alpine \
09:15:58 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
09:15:59 == Building packages for ubuntu-impish ==
09:15:59 mkdir -p "debbuild/ubuntu-impish"
09:15:59 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.13-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-impish/aarch64 -f ubuntu-impish/Dockerfile .
09:15:59 #1 [internal] load build definition from Dockerfile
09:15:59 #1 sha256:4652d255aa6d440353a430919861c57da810eb0386e98a08cc6dc99b7d485071
09:15:59 #1 transferring dockerfile: 1.22kB 0.0s done
09:15:59 #1 DONE 0.0s
09:15:59 
09:15:59 #2 [internal] load .dockerignore
09:15:59 #2 sha256:ee1de9f9ca68f8ac18fe615a20163283bb232be0aee2b3fd8e5a8464d9e72cbf
09:15:59 #2 transferring context: 2B done
09:15:59 #2 DONE 0.0s
09:15:59 
09:15:59 #4 [internal] load metadata for docker.io/library/golang:1.17.13-buster
09:15:59 #4 sha256:79927f727199e172a75719746981c748b7c417b1951a4504d0f608a5b373bf88
09:15:59 #4 ...
09:15:59 
09:15:59 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
09:15:59 #5 sha256:c37ada5bfc26efe1068e654a77699ce61934e8f344475781dcd440f1b215ddec
09:15:59 #5 DONE 0.0s
09:15:59 
09:15:59 #6 [auth] library/golang:pull token for registry-1.docker.io
09:15:59 #6 sha256:c4d21c12e7fe217ab7146a33faa939fdafbdbf8e9166648dd34370aa77ad6940
09:15:59 #6 DONE 0.0s
09:15:59 
09:15:59 #3 [internal] load metadata for docker.io/library/ubuntu:impish
09:15:59 #3 sha256:77555ef446f01bc1b1349e1591843c7a2bdfcb19593906d5c175c264b728c47a
09:15:59 #3 DONE 0.2s
09:15:59 
09:15:59 #4 [internal] load metadata for docker.io/library/golang:1.17.13-buster
09:15:59 #4 sha256:79927f727199e172a75719746981c748b7c417b1951a4504d0f608a5b373bf88
09:16:00 #4 DONE 0.4s
09:16:00 
09:16:00 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:impish@sha256:ff46b78279f207db3b8e57e20dee7cecef3567d09489369d80591f150f9c8154
09:16:00 #7 sha256:038d3ddf98f06d48fd5107f54cc26d6eac232aad587b448240c37b701debb11b
09:16:00 #7 DONE 0.0s
09:16:00 
09:16:00 #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
09:16:00 #8 sha256:a2f8b480864fd4c0c881e76a78ff57dc848308625f5e10e40a34ea3a2c001dc8
09:16:00 #8 CACHED
09:16:00 
09:16:00 #14 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
09:16:00 #14 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
09:16:00 #14 resolve docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 0.0s done
09:16:00 #14 sha256:46607184a29c7a03f193a2128e8f140390678226269c75af6a5bd1fe9e796ec2 1.79kB / 1.79kB done
09:16:00 #14 sha256:f9f278db98ac312e311d92fbf4a9ceb513a2ba58e3034a1c78d25aadf09a1447 7.13kB / 7.13kB done
09:16:00 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 0B / 45.92MB 0.1s
09:16:00 #14 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 0B / 7.15MB 0.1s
09:16:00 #14 sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 1.86kB / 1.86kB done
09:16:00 #14 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 0B / 9.34MB 0.3s
09:16:00 #14 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 1.05MB / 9.34MB 0.4s
09:16:00 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 3.15MB / 45.92MB 0.6s
09:16:00 #14 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 2.10MB / 7.15MB 0.6s
09:16:00 #14 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 3.15MB / 9.34MB 0.6s
09:16:00 #14 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 3.15MB / 7.15MB 0.7s
09:16:00 #14 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 4.19MB / 7.15MB 0.8s
09:16:00 #14 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 4.19MB / 9.34MB 0.8s
09:16:01 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 6.29MB / 45.92MB 1.0s
09:16:01 #14 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 6.29MB / 7.15MB 1.0s
09:16:01 #14 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 6.29MB / 9.34MB 1.0s
09:16:01 #14 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 7.34MB / 9.34MB 1.1s
09:16:01 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 10.49MB / 45.92MB 1.2s
09:16:01 #14 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 7.15MB / 7.15MB 1.1s done
09:16:01 #14 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 9.34MB / 9.34MB 1.2s
09:16:01 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 0B / 47.36MB 1.2s
09:16:01 #14 ...
09:16:01 
09:16:01 #10 [internal] load build context
09:16:01 #10 sha256:d140afed497766d2653a28b34e7209c0b256338d49637c99e394dc6e4fc2752d
09:16:01 #10 transferring context: 19.84MB 1.4s done
09:16:01 #10 DONE 1.5s
09:16:01 
09:16:01 #14 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
09:16:01 #14 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
09:16:01 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 14.68MB / 45.92MB 1.4s
09:16:01 #14 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 9.34MB / 9.34MB 1.2s done
09:16:01 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 0B / 53.29MB 1.4s
09:16:01 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 18.87MB / 45.92MB 1.7s
09:16:01 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 5.24MB / 47.36MB 1.7s
09:16:01 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 4.19MB / 53.29MB 1.7s
09:16:01 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 23.07MB / 45.92MB 1.9s
09:16:01 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 8.39MB / 47.36MB 1.9s
09:16:01 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 7.34MB / 53.29MB 1.9s
09:16:02 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 26.21MB / 45.92MB 2.1s
09:16:02 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 11.53MB / 47.36MB 2.1s
09:16:02 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 10.49MB / 53.29MB 2.1s
09:16:02 #14 CANCELED
09:16:02 
09:16:02 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
09:16:02 #9 sha256:b1bfb180967d0fc666ccee941e0169d59162e11d888a416af127c9bf04e3054c
09:16:02 #9 1.258 Ign:1 http://ports.ubuntu.com/ubuntu-ports impish InRelease
09:16:02 #9 1.338 Ign:2 http://ports.ubuntu.com/ubuntu-ports impish-updates InRelease
09:16:02 #9 1.400 Ign:3 http://ports.ubuntu.com/ubuntu-ports impish-backports InRelease
09:16:02 #9 1.472 Ign:4 http://ports.ubuntu.com/ubuntu-ports impish-security InRelease
09:16:02 #9 1.555 Err:5 http://ports.ubuntu.com/ubuntu-ports impish Release
09:16:02 #9 1.555   404  Not Found [IP: 185.125.190.36 80]
09:16:02 #9 1.624 Err:6 http://ports.ubuntu.com/ubuntu-ports impish-updates Release
09:16:02 #9 1.624   404  Not Found [IP: 185.125.190.36 80]
09:16:02 #9 1.725 Err:7 http://ports.ubuntu.com/ubuntu-ports impish-backports Release
09:16:02 #9 1.725   404  Not Found [IP: 185.125.190.36 80]
09:16:02 #9 1.798 Err:8 http://ports.ubuntu.com/ubuntu-ports impish-security Release
09:16:02 #9 1.798   404  Not Found [IP: 185.125.190.36 80]
09:16:02 #9 1.798 Reading package lists...
09:16:02 #9 1.798 E: The repository 'http://ports.ubuntu.com/ubuntu-ports impish Release' does not have a Release file.
09:16:02 #9 1.798 E: The repository 'http://ports.ubuntu.com/ubuntu-ports impish-updates Release' does not have a Release file.
09:16:02 #9 1.798 E: The repository 'http://ports.ubuntu.com/ubuntu-ports impish-backports Release' does not have a Release file.
09:16:02 #9 1.798 E: The repository 'http://ports.ubuntu.com/ubuntu-ports impish-security Release' does not have a Release file.
09:16:02 #9 ERROR: executor failed running [/bin/sh -c apt-get update && apt-get install -y curl devscripts equivs git]: exit code: 100
09:16:02 ------
09:16:02  > [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git:
09:16:02 ------
09:16:02 executor failed running [/bin/sh -c apt-get update && apt-get install -y curl devscripts equivs git]: exit code: 100
09:16:02 Makefile:75: recipe for target 'ubuntu-impish' failed
09:16:02 make[1]: *** [ubuntu-impish] Error 1
09:16:02 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
09:16:02 Makefile:84: recipe for target 'ubuntu-impish' failed
09:16:02 make: *** [ubuntu-impish] Error 2