Skip to content

Console Output

09:17:40 + make REF=20.10 ubuntu-impish
09:17:40 git init src/github.com/docker/cli
09:17:40 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
09:17:40 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
09:17:40 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
09:17:40 + SRC=src/github.com/docker/cli
09:17:40 + REF=20.10
09:17:40 + REF_FETCH=20.10
09:17:40 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
09:17:40 + awk {print $2}
09:17:40 + REF=refs/heads/20.10
09:17:40 + [ -n refs/heads/20.10 ]
09:17:40 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
09:17:40 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
09:17:42 From https://github.com/docker/cli
09:17:42  * [new branch]      20.10      -> 20.10
09:17:42  * [new branch]      20.10      -> origin/20.10
09:17:42 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
09:17:42 git init src/github.com/docker/docker
09:17:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
09:17:42 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
09:17:42 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
09:17:42 + SRC=src/github.com/docker/docker
09:17:42 + REF=20.10
09:17:42 + REF_FETCH=20.10
09:17:42 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
09:17:42 + awk {print $2}
09:17:42 + REF=refs/heads/20.10
09:17:42 + [ -n refs/heads/20.10 ]
09:17:42 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
09:17:42 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
09:17:44 From https://github.com/docker/docker
09:17:44  * [new branch]      20.10      -> 20.10
09:17:44  * [new branch]      20.10      -> origin/20.10
09:17:44 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
09:17:44 git init src/github.com/docker/compose
09:17:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
09:17:44 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
09:17:44 ./scripts/checkout.sh src/github.com/docker/compose "v2.7.0"
09:17:44 + SRC=src/github.com/docker/compose
09:17:44 + REF=v2.7.0
09:17:44 + REF_FETCH=v2.7.0
09:17:44 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.7.0
09:17:44 + awk {print $2}
09:17:45 + REF=refs/tags/v2.7.0
09:17:45 + [ -n refs/tags/v2.7.0 ]
09:17:45 + REF_FETCH=refs/tags/v2.7.0:refs/tags/v2.7.0
09:17:45 + 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:17:45 From https://github.com/docker/compose
09:17:45  * [new tag]         v2.7.0     -> v2.7.0
09:17:45 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.7.0
09:17:45 git init src/github.com/docker/scan-cli-plugin
09:17:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
09:17:45 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
09:17:45 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
09:17:45 + SRC=src/github.com/docker/scan-cli-plugin
09:17:45 + REF=v0.17.0
09:17:45 + REF_FETCH=v0.17.0
09:17:45 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
09:17:45 + awk {print $2}
09:17:45 + REF=refs/tags/v0.17.0
09:17:45 + [ -n refs/tags/v0.17.0 ]
09:17:45 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
09:17:45 + 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:17:46 From https://github.com/docker/scan-cli-plugin
09:17:46  * [new tag]         v0.17.0    -> v0.17.0
09:17:46 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
09:17:46 make -C deb VERSION=0.0.1-dev GO_VERSION=1.17.13 ubuntu-impish
09:17:46 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
09:17:46 mkdir -p sources
09:17:46 docker run --rm -w /v \
09:17:46 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
09:17:46 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
09:17:46 	alpine \
09:17:46 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
09:17:46 Unable to find image 'alpine:latest' locally
09:17:46 latest: Pulling from library/alpine
09:17:46 530afca65e2e: Pulling fs layer
09:17:46 530afca65e2e: Verifying Checksum
09:17:46 530afca65e2e: Download complete
09:17:46 530afca65e2e: Pull complete
09:17:46 Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872
09:17:46 Status: Downloaded newer image for alpine:latest
09:17:50 mkdir -p sources
09:17:50 docker run --rm -w /v \
09:17:50 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
09:17:50 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
09:17:50 	alpine \
09:17:50 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
09:17:53 mkdir -p sources
09:17:53 docker run --rm -w /v \
09:17:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
09:17:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
09:17:53 	alpine \
09:17:53 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
09:17:53 mkdir -p sources
09:17:54 docker run --rm -w /v \
09:17:54 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
09:17:54 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
09:17:54 	alpine \
09:17:54 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
09:17:54 mkdir -p sources
09:17:54 cp ../systemd/docker.service sources/docker.service
09:17:54 mkdir -p sources
09:17:54 cp ../systemd/docker.socket sources/docker.socket
09:17:54 docker run --rm -w /v \
09:17:54 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
09:17:54 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
09:17:54 	alpine \
09:17:54 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
09:17:55 == Building packages for ubuntu-impish ==
09:17:55 mkdir -p "debbuild/ubuntu-impish"
09:17:55 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.13-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-impish/x86_64 -f ubuntu-impish/Dockerfile .
09:17:55 #1 [internal] load build definition from Dockerfile
09:17:55 #1 sha256:8a3c78e17b26988b3828cfd2fcfdb25b5368e3079c2d087c3f6e5e91c2a24d20
09:17:55 #1 transferring dockerfile: 1.22kB done
09:17:55 #1 DONE 0.0s
09:17:55 
09:17:55 #2 [internal] load .dockerignore
09:17:55 #2 sha256:ccff8992e356d38644b9351840ebf8bdc96c8c962c3c9e86f7cc762bf114960d
09:17:55 #2 transferring context: 2B done
09:17:55 #2 DONE 0.0s
09:17:55 
09:17:55 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
09:17:55 #5 sha256:60fc56552f4b1dbd6a3d88583ce39a922f545a1fce76f0707dabf2ebc08abbbe
09:17:55 #5 DONE 0.0s
09:17:55 
09:17:55 #6 [auth] library/golang:pull token for registry-1.docker.io
09:17:55 #6 sha256:6af5c9ffc3a659d06a46f355254f762aae115aa7e77cda5ae8efcb434907f74a
09:17:55 #6 DONE 0.0s
09:17:55 
09:17:55 #4 [internal] load metadata for docker.io/library/golang:1.17.13-buster
09:17:55 #4 sha256:40a9161f8e891f8f8210f84771f2b9e68e9dcc207334a1a5213e3fc901333311
09:17:56 #4 DONE 0.4s
09:17:56 
09:17:56 #3 [internal] load metadata for docker.io/library/ubuntu:impish
09:17:56 #3 sha256:e61a2543f00bd09f12ff8ff2cefe9caa25f61bf46ba69183a81775b402ac34d3
09:17:56 #3 DONE 0.4s
09:17:56 
09:17:56 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:impish@sha256:ff46b78279f207db3b8e57e20dee7cecef3567d09489369d80591f150f9c8154
09:17:56 #7 sha256:b96e0a34b95380aa2643e789a8d5e60a51b2e6c1bb96ad7d7ed509138bac09fc
09:17:56 #7 resolve docker.io/library/ubuntu:impish@sha256:ff46b78279f207db3b8e57e20dee7cecef3567d09489369d80591f150f9c8154 0.0s done
09:17:56 #7 sha256:ff46b78279f207db3b8e57e20dee7cecef3567d09489369d80591f150f9c8154 1.42kB / 1.42kB done
09:17:56 #7 sha256:240a11a56faca317f3355b143b5cc2791ba60ad0edd393b3ae3c85c29cad1a6c 529B / 529B done
09:17:56 #7 sha256:50398b9058c55fa969c8ab5db6a11ff52686a9b6738884a9113d164dc567dfac 1.46kB / 1.46kB done
09:17:56 #7 sha256:54b8fda3c9de3a40f0891ce200de55fc92e825315021192957f1bfe3fc807d7d 0B / 30.38MB 0.1s
09:17:56 #7 sha256:54b8fda3c9de3a40f0891ce200de55fc92e825315021192957f1bfe3fc807d7d 8.83MB / 30.38MB 0.3s
09:17:56 #7 sha256:54b8fda3c9de3a40f0891ce200de55fc92e825315021192957f1bfe3fc807d7d 15.73MB / 30.38MB 0.4s
09:17:56 #7 sha256:54b8fda3c9de3a40f0891ce200de55fc92e825315021192957f1bfe3fc807d7d 18.87MB / 30.38MB 0.5s
09:17:56 #7 ...
09:17:56 
09:17:56 #10 [internal] load build context
09:17:56 #10 sha256:957f1326effc0b9d329dee4f9380ef6348fb80ca684c7327b4c39adeabcf5a96
09:17:56 #10 transferring context: 19.84MB 0.5s done
09:17:56 #10 DONE 0.6s
09:17:56 
09:17:56 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:impish@sha256:ff46b78279f207db3b8e57e20dee7cecef3567d09489369d80591f150f9c8154
09:17:56 #7 sha256:b96e0a34b95380aa2643e789a8d5e60a51b2e6c1bb96ad7d7ed509138bac09fc
09:17:56 #7 sha256:54b8fda3c9de3a40f0891ce200de55fc92e825315021192957f1bfe3fc807d7d 25.17MB / 30.38MB 0.6s
09:17:56 #7 sha256:54b8fda3c9de3a40f0891ce200de55fc92e825315021192957f1bfe3fc807d7d 30.38MB / 30.38MB 0.7s
09:17:56 #7 sha256:54b8fda3c9de3a40f0891ce200de55fc92e825315021192957f1bfe3fc807d7d 30.38MB / 30.38MB 0.9s done
09:17:56 #7 extracting sha256:54b8fda3c9de3a40f0891ce200de55fc92e825315021192957f1bfe3fc807d7d
09:18:00 #7 extracting sha256:54b8fda3c9de3a40f0891ce200de55fc92e825315021192957f1bfe3fc807d7d 3.1s done
09:18:00 #7 DONE 4.6s
09:18:00 
09:18: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:18:00 #8 sha256:8c659598d38f1a1f975752438c274784722e15eb63e412a900ad4b079dbc69a5
09:18:01 #8 DONE 1.2s
09:18:01 
09:18:01 #14 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
09:18:01 #14 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
09:18:01 #14 resolve docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 0.0s done
09:18:01 #14 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 50.44MB / 50.44MB 1.5s done
09:18:01 #14 sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 7.86MB / 7.86MB 0.3s done
09:18:01 #14 sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 1.86kB / 1.86kB done
09:18:01 #14 sha256:36c834315aca7d18b55fe6e6dd4ae391fcf6ea4a640e480ec938d9f29ad19230 7.12kB / 7.12kB done
09:18:01 #14 sha256:84aa851c553c42887cd92f76901f8c514845d657d43606de672019051f677cb1 1.79kB / 1.79kB done
09:18:01 #14 sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 10.00MB / 10.00MB 1.0s done
09:18:01 #14 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 68.83MB / 68.83MB 2.8s done
09:18:01 #14 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 51.84MB / 51.84MB 3.2s done
09:18:01 #14 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 135.06MB / 135.06MB 4.4s
09:18:01 #14 extracting sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 3.8s
09:18:01 #14 sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 155B / 155B 3.2s done
09:18:02 #14 extracting sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 4.5s done
09:18:02 #14 extracting sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 0.1s
09:18:02 #14 extracting sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 0.3s done
09:18:02 #14 extracting sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641
09:18:02 #14 CANCELED
09:18:02 
09:18:02 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
09:18:02 #9 sha256:b0a54e8665285e2f3a785fbf26d6463bf9176242831c938b0c83ed93a6c4efc3
09:18:02 #9 0.962 Ign:1 http://security.ubuntu.com/ubuntu impish-security InRelease
09:18:02 #9 0.964 Ign:2 http://archive.ubuntu.com/ubuntu impish InRelease
09:18:02 #9 0.974 Err:3 http://security.ubuntu.com/ubuntu impish-security Release
09:18:02 #9 0.974   404  Not Found [IP: 91.189.91.38 80]
09:18:02 #9 0.976 Ign:4 http://archive.ubuntu.com/ubuntu impish-updates InRelease
09:18:02 #9 0.994 Ign:5 http://archive.ubuntu.com/ubuntu impish-backports InRelease
09:18:02 #9 1.001 Err:6 http://archive.ubuntu.com/ubuntu impish Release
09:18:02 #9 1.001   404  Not Found [IP: 91.189.91.38 80]
09:18:02 #9 1.013 Err:7 http://archive.ubuntu.com/ubuntu impish-updates Release
09:18:02 #9 1.013   404  Not Found [IP: 91.189.91.38 80]
09:18:02 #9 1.026 Err:8 http://archive.ubuntu.com/ubuntu impish-backports Release
09:18:02 #9 1.026   404  Not Found [IP: 91.189.91.38 80]
09:18:02 #9 1.035 Reading package lists...
09:18:02 #9 1.043 E: The repository 'http://security.ubuntu.com/ubuntu impish-security Release' does not have a Release file.
09:18:02 #9 1.044 E: The repository 'http://archive.ubuntu.com/ubuntu impish Release' does not have a Release file.
09:18:02 #9 1.044 E: The repository 'http://archive.ubuntu.com/ubuntu impish-updates Release' does not have a Release file.
09:18:02 #9 1.044 E: The repository 'http://archive.ubuntu.com/ubuntu impish-backports Release' does not have a Release file.
09:18:02 #9 ERROR: executor failed running [/bin/sh -c apt-get update && apt-get install -y curl devscripts equivs git]: exit code: 100
09:18:02 ------
09:18:02  > [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git:
09:18:02 ------
09:18:02 executor failed running [/bin/sh -c apt-get update && apt-get install -y curl devscripts equivs git]: exit code: 100
09:18:02 make[1]: *** [Makefile:77: ubuntu-impish] Error 1
09:18:02 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
09:18:02 make: *** [Makefile:84: ubuntu-impish] Error 2