Skip to content

Console Output

10:59:49 + make REF=20.10 ubuntu-bionic
10:59:49 git init src/github.com/docker/cli
10:59:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
10:59:49 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
10:59:49 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
10:59:49 + SRC=src/github.com/docker/cli
10:59:49 + REF=20.10
10:59:49 + REF_FETCH=20.10
10:59:49 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
10:59:49 + awk {print $2}
10:59:49 + REF=refs/heads/20.10
10:59:49 + [ -n refs/heads/20.10 ]
10:59:49 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:49 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:51 From https://github.com/docker/cli
10:59:51  * [new branch]      20.10      -> 20.10
10:59:51  * [new branch]      20.10      -> origin/20.10
10:59:51 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
10:59:51 git init src/github.com/docker/docker
10:59:51 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
10:59:51 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
10:59:51 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
10:59:51 + SRC=src/github.com/docker/docker
10:59:51 + REF=20.10
10:59:51 + REF_FETCH=20.10
10:59:51 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
10:59:51 + awk {print $2}
10:59:52 + REF=refs/heads/20.10
10:59:52 + [ -n refs/heads/20.10 ]
10:59:52 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:52 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:54 From https://github.com/docker/docker
10:59:54  * [new branch]      20.10      -> 20.10
10:59:54  * [new branch]      20.10      -> origin/20.10
10:59:54 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
10:59:54 git init src/github.com/docker/compose
10:59:54 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
10:59:54 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
10:59:54 ./scripts/checkout.sh src/github.com/docker/compose "v2.7.0"
10:59:54 + SRC=src/github.com/docker/compose
10:59:54 + REF=v2.7.0
10:59:54 + REF_FETCH=v2.7.0
10:59:54 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.7.0
10:59:54 + awk {print $2}
10:59:54 + REF=refs/tags/v2.7.0
10:59:54 + [ -n refs/tags/v2.7.0 ]
10:59:54 + REF_FETCH=refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:54 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:55 From https://github.com/docker/compose
10:59:55  * [new tag]         v2.7.0     -> v2.7.0
10:59:55 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.7.0
10:59:55 git init src/github.com/docker/scan-cli-plugin
10:59:55 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
10:59:55 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
10:59:55 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
10:59:55 + SRC=src/github.com/docker/scan-cli-plugin
10:59:55 + REF=v0.17.0
10:59:55 + REF_FETCH=v0.17.0
10:59:55 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
10:59:55 + awk {print $2}
10:59:55 + REF=refs/tags/v0.17.0
10:59:55 + [ -n refs/tags/v0.17.0 ]
10:59:55 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
10:59:55 + 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
10:59:55 From https://github.com/docker/scan-cli-plugin
10:59:55  * [new tag]         v0.17.0    -> v0.17.0
10:59:55 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
10:59:55 make -C deb VERSION=0.0.1-dev GO_VERSION=1.17.13 ubuntu-bionic
10:59:55 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
10:59:55 mkdir -p sources
10:59:55 docker run --rm -w /v \
10:59:55 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
10:59:55 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:55 	alpine \
10:59:55 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
10:59:55 Unable to find image 'alpine:latest' locally
10:59:55 latest: Pulling from library/alpine
10:59:55 530afca65e2e: Pulling fs layer
10:59:55 530afca65e2e: Verifying Checksum
10:59:55 530afca65e2e: Download complete
10:59:56 530afca65e2e: Pull complete
10:59:56 Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872
10:59:56 Status: Downloaded newer image for alpine:latest
10:59:59 mkdir -p sources
10:59:59 docker run --rm -w /v \
10:59:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
10:59:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:59 	alpine \
10:59:59 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:00:03 mkdir -p sources
11:00:03 docker run --rm -w /v \
11:00:03 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
11:00:03 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
11:00:03 	alpine \
11:00:03 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:00:03 mkdir -p sources
11:00:03 docker run --rm -w /v \
11:00:03 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:00:03 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
11:00:03 	alpine \
11:00:03 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:00:04 mkdir -p sources
11:00:04 cp ../systemd/docker.service sources/docker.service
11:00:04 mkdir -p sources
11:00:04 cp ../systemd/docker.socket sources/docker.socket
11:00:04 docker run --rm -w /v \
11:00:04 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
11:00:04 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
11:00:04 	alpine \
11:00:04 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
11:00:05 == Building packages for ubuntu-bionic ==
11:00:05 mkdir -p "debbuild/ubuntu-bionic"
11:00:05 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.13-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-bionic/x86_64 -f ubuntu-bionic/Dockerfile .
11:00:05 #1 [internal] load build definition from Dockerfile
11:00:05 #1 sha256:0df285292c43bd50a1f59479a3ed9f05a5970fedf08881b6e8954ab28b9fdef6
11:00:05 #1 transferring dockerfile: 920B done
11:00:05 #1 DONE 0.0s
11:00:05 
11:00:05 #2 [internal] load .dockerignore
11:00:05 #2 sha256:3654b33b43d72beac57bc23dc4e77c1dae1737b327957843861d4752267beb41
11:00:05 #2 transferring context: 2B done
11:00:05 #2 DONE 0.0s
11:00:05 
11:00:05 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
11:00:05 #5 sha256:987ba1459e71f65a1dac3323369b2951e01d669f672d2d57a9d93354e65a5663
11:00:05 #5 DONE 0.0s
11:00:05 
11:00:05 #6 [auth] library/golang:pull token for registry-1.docker.io
11:00:05 #6 sha256:7a9bba981520f0a09bd0b17429acb6d39bec5474bebc9af9d081d295f86bae56
11:00:05 #6 DONE 0.0s
11:00:05 
11:00:05 #4 [internal] load metadata for docker.io/library/ubuntu:bionic
11:00:05 #4 sha256:42b24fe0142b829277f500329d7c50fc0d654412fc6d296283027ac72a38314d
11:00:06 #4 ...
11:00:06 
11:00:06 #3 [internal] load metadata for docker.io/library/golang:1.17.13-buster
11:00:06 #3 sha256:40a9161f8e891f8f8210f84771f2b9e68e9dcc207334a1a5213e3fc901333311
11:00:06 #3 DONE 0.4s
11:00:06 
11:00:06 #4 [internal] load metadata for docker.io/library/ubuntu:bionic
11:00:06 #4 sha256:42b24fe0142b829277f500329d7c50fc0d654412fc6d296283027ac72a38314d
11:00:06 #4 DONE 0.6s
11:00:06 
11:00:06 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:06 #13 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:06 #13 resolve docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 0.0s done
11:00:06 #13 sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 1.86kB / 1.86kB done
11:00:06 #13 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 2.10MB / 50.44MB 0.1s
11:00:06 #13 sha256:84aa851c553c42887cd92f76901f8c514845d657d43606de672019051f677cb1 1.79kB / 1.79kB done
11:00:06 #13 sha256:36c834315aca7d18b55fe6e6dd4ae391fcf6ea4a640e480ec938d9f29ad19230 7.12kB / 7.12kB done
11:00:06 #13 sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 1.05MB / 7.86MB 0.1s
11:00:06 #13 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 9.44MB / 50.44MB 0.2s
11:00:06 #13 sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 5.24MB / 7.86MB 0.2s
11:00:06 #13 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 15.73MB / 50.44MB 0.3s
11:00:06 #13 sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 7.86MB / 7.86MB 0.3s
11:00:06 #13 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 36.38MB / 50.44MB 0.5s
11:00:06 #13 sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 7.86MB / 7.86MB 0.4s done
11:00:06 #13 sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 4.19MB / 10.00MB 0.5s
11:00:06 #13 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 41.78MB / 50.44MB 0.6s
11:00:06 #13 sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 10.00MB / 10.00MB 0.6s
11:00:06 #13 ...
11:00:06 
11:00:06 #9 [internal] load build context
11:00:06 #9 sha256:55119dea433f83c5011cd34ccb2486b394c2bdf99bda39a3ab370888a516bec2
11:00:06 #9 transferring context: 19.84MB 0.6s done
11:00:06 #9 DONE 0.7s
11:00:06 
11:00:06 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:06 #13 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:06 #13 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 50.44MB / 50.44MB 0.7s
11:00:07 #13 sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 10.00MB / 10.00MB 0.8s done
11:00:07 #13 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 6.29MB / 68.83MB 0.9s
11:00:07 #13 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 16.78MB / 68.83MB 1.0s
11:00:07 #13 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 26.21MB / 68.83MB 1.1s
11:00:07 #13 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 50.44MB / 50.44MB 1.2s done
11:00:07 #13 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 43.80MB / 68.83MB 1.3s
11:00:07 #13 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 1.05MB / 51.84MB 1.3s
11:00:07 #13 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 0B / 135.06MB 1.3s
11:00:07 #13 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 49.28MB / 68.83MB 1.4s
11:00:07 #13 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 5.24MB / 51.84MB 1.4s
11:00:08 #13 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 58.72MB / 68.83MB 1.6s
11:00:08 #13 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 14.68MB / 51.84MB 1.6s
11:00:08 #13 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 13.63MB / 135.06MB 1.6s
11:00:08 #13 extracting sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99
11:00:08 #13 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 64.33MB / 68.83MB 1.7s
11:00:08 #13 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 17.83MB / 51.84MB 1.7s
11:00:08 #13 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 68.83MB / 68.83MB 1.9s
11:00:08 #13 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 29.36MB / 51.84MB 1.9s
11:00:08 #13 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 26.21MB / 135.06MB 1.9s
11:00:08 #13 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 37.75MB / 51.84MB 2.0s
11:00:08 #13 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 46.14MB / 51.84MB 2.1s
11:00:08 #13 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 39.85MB / 135.06MB 2.1s
11:00:08 #13 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 68.83MB / 68.83MB 2.2s done
11:00:08 #13 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 51.84MB / 51.84MB 2.3s
11:00:08 #13 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 51.38MB / 135.06MB 2.3s
11:00:08 #13 sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 155B / 155B 2.3s
11:00:08 #13 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 59.43MB / 135.06MB 2.4s
11:00:08 #13 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 51.84MB / 51.84MB 2.5s done
11:00:08 #13 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 69.21MB / 135.06MB 2.5s
11:00:08 #13 sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 155B / 155B 2.5s done
11:00:09 #13 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 82.84MB / 135.06MB 2.6s
11:00:09 #13 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 91.23MB / 135.06MB 2.7s
11:00:09 #13 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 98.57MB / 135.06MB 2.8s
11:00:09 #13 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 115.34MB / 135.06MB 3.0s
11:00:09 #13 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 122.68MB / 135.06MB 3.1s
11:00:09 #13 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 130.04MB / 135.06MB 3.2s
11:00:10 #13 ...
11:00:10 
11:00:10 #7 [stage-1 1/8] FROM docker.io/library/ubuntu:bionic@sha256:eb1392bbdde63147bc2b4ff1a4053dcfe6d15e4dfd3cce29e9b9f52a4f88bc74
11:00:10 #7 sha256:41c3941d184db59a7affb59937132a2319a4d1b1c214a47fad88d5a330fb4e1e
11:00:10 #7 resolve docker.io/library/ubuntu:bionic@sha256:eb1392bbdde63147bc2b4ff1a4053dcfe6d15e4dfd3cce29e9b9f52a4f88bc74 0.0s done
11:00:10 #7 sha256:eb1392bbdde63147bc2b4ff1a4053dcfe6d15e4dfd3cce29e9b9f52a4f88bc74 1.41kB / 1.41kB done
11:00:10 #7 sha256:e4771b7160543c6e43968b4e9795be9ddcad9d573edd7cd7aebd3ce61326fc7a 529B / 529B done
11:00:10 #7 sha256:8d5df41c547bd107c14368ad302efc46760940ae188df451cabc23e10f7f161b 1.46kB / 1.46kB done
11:00:10 #7 sha256:22c5ef60a68e3fa0bd8df52f48470e836e823434a3bead43e35e87098a0b01fa 26.71MB / 26.71MB 0.7s done
11:00:10 #7 extracting sha256:22c5ef60a68e3fa0bd8df52f48470e836e823434a3bead43e35e87098a0b01fa 3.0s done
11:00:10 #7 DONE 4.3s
11:00:10 
11:00:10 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:10 #13 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:12 #13 extracting sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 4.3s done
11:00:12 #13 extracting sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9
11:00:13 #13 extracting sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 0.7s done
11:00:13 #13 extracting sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641
11:00:13 #13 extracting sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 0.5s done
11:00:13 #13 extracting sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921
11:00:19 #13 extracting sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 4.5s done
11:00:19 #13 extracting sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e
11:00:20 #13 ...
11:00:20 
11:00:20 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:20 #8 sha256:50c4a772715c5bd61f389b179714a58bb55af9dc08e9eb7167833f611f0a1690
11:00:20 #8 0.950 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
11:00:20 #8 0.950 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
11:00:20 #8 1.019 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
11:00:20 #8 1.040 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
11:00:20 #8 1.138 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [22.8 kB]
11:00:20 #8 1.167 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1527 kB]
11:00:20 #8 1.255 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1068 kB]
11:00:20 #8 1.315 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2905 kB]
11:00:20 #8 1.481 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
11:00:20 #8 1.563 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
11:00:20 #8 1.563 Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
11:00:20 #8 1.591 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
11:00:20 #8 2.169 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [29.9 kB]
11:00:20 #8 2.179 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3336 kB]
11:00:20 #8 2.343 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1109 kB]
11:00:20 #8 2.381 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2306 kB]
11:00:20 #8 2.474 Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [12.9 kB]
11:00:20 #8 2.474 Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [12.2 kB]
11:00:20 #8 4.703 Fetched 25.7 MB in 4s (6396 kB/s)
11:00:20 #8 4.703 Reading package lists...
11:00:20 #8 6.412 Reading package lists...
11:00:20 #8 8.034 Building dependency tree...
11:00:20 #8 8.295 Reading state information...
11:00:20 #8 8.530 The following additional packages will be installed:
11:00:20 #8 8.530   at autoconf automake autopoint autotools-dev binutils binutils-common
11:00:20 #8 8.530   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
11:00:20 #8 8.530   cpp-7 dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism diffstat
11:00:20 #8 8.530   dirmngr distro-info-data dpkg-dev dput fakeroot file g++ g++-7 gcc gcc-7
11:00:20 #8 8.530   gcc-7-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
11:00:20 #8 8.530   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:00:20 #8 8.530   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
11:00:20 #8 8.530   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-inst2.0
11:00:20 #8 8.530   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libasan4
11:00:20 #8 8.530   libasn1-8-heimdal libassuan0 libatomic1 libauthen-sasl-perl
11:00:20 #8 8.530   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
11:00:20 #8 8.530   libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl libcgi-pm-perl libcilkrts5
11:00:20 #8 8.530   libclass-accessor-perl libclass-method-modifiers-perl
11:00:20 #8 8.530   libclass-xsaccessor-perl libclone-perl libcroco3 libcurl3-gnutls libcurl4
11:00:20 #8 8.530   libdata-dump-perl libdata-optlist-perl libdevel-callchecker-perl
11:00:20 #8 8.530   libdevel-globaldestruction-perl libdigest-hmac-perl libdistro-info-perl
11:00:20 #8 8.530   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
11:00:20 #8 8.530   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
11:00:20 #8 8.530   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
11:00:20 #8 8.530   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
11:00:20 #8 8.530   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
11:00:20 #8 8.530   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
11:00:20 #8 8.530   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
11:00:20 #8 8.530   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
11:00:20 #8 8.530   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:00:20 #8 8.530   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:00:20 #8 8.530   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:00:20 #8 8.530   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
11:00:20 #8 8.530   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
11:00:20 #8 8.530   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:00:20 #8 8.530   libipc-system-simple-perl libisl19 libitm1 libk5crypto3 libkeyutils1
11:00:20 #8 8.530   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:00:20 #8 8.530   libldap-common liblist-compare-perl liblist-moreutils-perl
11:00:20 #8 8.530   liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:00:20 #8 8.530   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:00:20 #8 8.530   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:00:20 #8 8.530   libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
11:00:20 #8 8.530   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
11:00:20 #8 8.530   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:00:20 #8 8.530   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
11:00:20 #8 8.530   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:00:20 #8 8.535   libparams-validate-perl libparse-debianchangelog-perl
11:00:20 #8 8.535   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
11:00:20 #8 8.535   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:00:20 #8 8.535   libpython3.6-minimal libpython3.6-stdlib libquadmath0 libreadline7
11:00:20 #8 8.535   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
11:00:20 #8 8.535   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
11:00:20 #8 8.535   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
11:00:20 #8 8.535   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
11:00:20 #8 8.535   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:00:20 #8 8.535   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:00:20 #8 8.535   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
11:00:20 #8 8.535   libtimedate-perl libtool libtry-tiny-perl libtsan0 libubsan0
11:00:20 #8 8.535   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:00:20 #8 8.535   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
11:00:20 #8 8.535   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:00:20 #8 8.535   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:00:20 #8 8.535   libxml-sax-expat-perl libxml-sax-perl libxml-simple-perl libxml2 libxmuu1
11:00:20 #8 8.535   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:00:20 #8 8.535   lsb-release m4 make man-db manpages manpages-dev mime-support
11:00:20 #8 8.535   multiarch-support netbase openssh-client openssl patch patchutils perl
11:00:20 #8 8.535   perl-modules-5.26 perl-openssl-defaults pinentry-curses po-debconf
11:00:20 #8 8.535   publicsuffix python-apt-common python3 python3-apt python3-certifi
11:00:20 #8 8.535   python3-chardet python3-debian python3-gpg python3-idna python3-magic
11:00:20 #8 8.535   python3-minimal python3-pkg-resources python3-requests python3-six
11:00:20 #8 8.535   python3-unidiff python3-urllib3 python3-xdg python3.6 python3.6-minimal
11:00:20 #8 8.535   readline-common shared-mime-info strace t1utils ucf unzip wdiff xauth
11:00:20 #8 8.535   xdg-user-dirs xz-utils
11:00:20 #8 8.535 Suggested packages:
11:00:20 #8 8.535   default-mta | mail-transport-agent autoconf-archive gnu-standards
11:00:20 #8 8.535   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
11:00:20 #8 8.535   gcc-7-locales debtags dh-make dwz adequate autopkgtest bls-standalone
11:00:20 #8 8.535   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
11:00:20 #8 8.535   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
11:00:20 #8 8.535   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:00:20 #8 8.535   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:00:20 #8 8.535   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
11:00:20 #8 8.535   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
11:00:20 #8 8.535   mini-dinstall rsync g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg
11:00:20 #8 8.535   gcc-multilib flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg
11:00:20 #8 8.535   libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg
11:00:20 #8 8.535   libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-doc
11:00:20 #8 8.535   libasprintf-dev libgettextpo-dev git-daemon-run | git-daemon-sysvinit
11:00:20 #8 8.535   git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn
11:00:20 #8 8.535   parcimonie xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr
11:00:20 #8 8.535   gdbm-l10n krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl
11:00:20 #8 8.535   libscalar-number-perl libhtml-template-perl libsasl2-modules-gssapi-mit
11:00:20 #8 8.535   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:00:20 #8 8.535   libsasl2-modules-sql libstdc++-7-doc libbareword-filehandles-perl
11:00:20 #8 8.535   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:00:20 #8 8.535   gcj-jdk libauthen-ntlm-perl bash-completion binutils-multiarch
11:00:20 #8 8.535   libtext-template-perl lsb m4-doc make-doc apparmor www-browser keychain
11:00:20 #8 8.535   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:00:20 #8 8.535   libterm-readline-gnu-perl | libterm-readline-perl-perl pinentry-doc
11:00:20 #8 8.535   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
11:00:20 #8 8.535   python-apt-doc python3-setuptools python3-cryptography python3-openssl
11:00:20 #8 8.535   python3-socks python3.6-venv python3.6-doc binfmt-support readline-doc zip
11:00:20 #8 8.535   wdiff-doc
11:00:20 #8 9.215 The following NEW packages will be installed:
11:00:20 #8 9.215   at autoconf automake autopoint autotools-dev binutils binutils-common
11:00:20 #8 9.215   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
11:00:20 #8 9.215   cpp-7 curl dctrl-tools debhelper devscripts dh-autoreconf
11:00:20 #8 9.215   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput
11:00:20 #8 9.215   equivs fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext gettext-base git
11:00:20 #8 9.215   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
11:00:20 #8 9.215   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
11:00:20 #8 9.215   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:00:20 #8 9.215   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
11:00:20 #8 9.215   libarchive-zip-perl libasan4 libasn1-8-heimdal libassuan0 libatomic1
11:00:20 #8 9.215   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:00:20 #8 9.215   libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl
11:00:20 #8 9.215   libcgi-pm-perl libcilkrts5 libclass-accessor-perl
11:00:20 #8 9.215   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:00:20 #8 9.215   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:00:20 #8 9.215   libdevel-callchecker-perl libdevel-globaldestruction-perl
11:00:20 #8 9.215   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
11:00:20 #8 9.215   libdynaloader-functions-perl libedit2 libemail-valid-perl
11:00:20 #8 9.215   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
11:00:20 #8 9.215   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
11:00:20 #8 9.215   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
11:00:20 #8 9.215   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
11:00:20 #8 9.215   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
11:00:20 #8 9.215   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
11:00:20 #8 9.215   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
11:00:20 #8 9.215   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:00:20 #8 9.215   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:00:20 #8 9.215   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:00:20 #8 9.215   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
11:00:20 #8 9.215   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
11:00:20 #8 9.215   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
11:00:20 #8 9.215   libipc-system-simple-perl libisl19 libitm1 libk5crypto3 libkeyutils1
11:00:20 #8 9.215   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:00:20 #8 9.215   libldap-common liblist-compare-perl liblist-moreutils-perl
11:00:20 #8 9.215   liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
11:00:20 #8 9.215   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
11:00:20 #8 9.215   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
11:00:20 #8 9.215   libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
11:00:20 #8 9.215   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
11:00:20 #8 9.215   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:00:20 #8 9.215   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
11:00:20 #8 9.215   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:00:20 #8 9.215   libparams-validate-perl libparse-debianchangelog-perl
11:00:20 #8 9.215   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
11:00:20 #8 9.215   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:00:20 #8 9.215   libpython3.6-minimal libpython3.6-stdlib libquadmath0 libreadline7
11:00:20 #8 9.215   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
11:00:20 #8 9.215   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
11:00:20 #8 9.215   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
11:00:20 #8 9.215   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
11:00:20 #8 9.215   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
11:00:20 #8 9.215   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
11:00:20 #8 9.215   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
11:00:20 #8 9.215   libtimedate-perl libtool libtry-tiny-perl libtsan0 libubsan0
11:00:20 #8 9.215   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
11:00:20 #8 9.215   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
11:00:20 #8 9.215   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:00:20 #8 9.215   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:00:20 #8 9.215   libxml-sax-expat-perl libxml-sax-perl libxml-simple-perl libxml2 libxmuu1
11:00:20 #8 9.215   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:00:20 #8 9.215   lsb-release m4 make man-db manpages manpages-dev mime-support
11:00:20 #8 9.215   multiarch-support netbase openssh-client openssl patch patchutils perl
11:00:20 #8 9.215   perl-modules-5.26 perl-openssl-defaults pinentry-curses po-debconf
11:00:20 #8 9.215   publicsuffix python-apt-common python3 python3-apt python3-certifi
11:00:20 #8 9.215   python3-chardet python3-debian python3-gpg python3-idna python3-magic
11:00:20 #8 9.215   python3-minimal python3-pkg-resources python3-requests python3-six
11:00:20 #8 9.215   python3-unidiff python3-urllib3 python3-xdg python3.6 python3.6-minimal
11:00:20 #8 9.215   readline-common shared-mime-info strace t1utils ucf unzip wdiff xauth
11:00:20 #8 9.215   xdg-user-dirs xz-utils
11:00:20 #8 9.520 0 upgraded, 302 newly installed, 0 to remove and 0 not upgraded.
11:00:20 #8 9.520 Need to get 98.9 MB of archives.
11:00:20 #8 9.520 After this operation, 420 MB of additional disk space will be used.
11:00:20 #8 9.520 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB]
11:00:20 #8 9.544 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.20 [1302 kB]
11:00:20 #8 9.623 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.8 [533 kB]
11:00:20 #8 9.634 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.7 [82.6 kB]
11:00:20 #8 9.636 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.8 [1611 kB]
11:00:20 #8 9.683 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB]
11:00:20 #8 9.683 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB]
11:00:20 #8 9.683 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB]
11:00:20 #8 9.683 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB]
11:00:20 #8 9.686 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB]
11:00:20 #8 9.686 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.5 [499 kB]
11:00:20 #8 9.711 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.8 [1711 kB]
11:00:20 #8 9.746 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.8 [203 kB]
11:00:20 #8 9.751 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B]
11:00:20 #8 9.752 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB]
11:00:20 #8 9.754 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.6 [6960 B]
11:00:20 #8 9.755 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxau6 amd64 1:1.0.8-1ubuntu1 [7556 B]
11:00:20 #8 9.756 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB]
11:00:20 #8 9.757 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB]
11:00:20 #8 9.758 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB]
11:00:20 #8 9.779 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.4 [114 kB]
11:00:20 #8 9.779 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.4 [572 kB]
11:00:20 #8 9.784 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB]
11:00:20 #8 9.785 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 bsdmainutils amd64 11.1.2ubuntu1 [181 kB]
11:00:20 #8 9.789 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 groff-base amd64 1.22.3-10 [1153 kB]
11:00:20 #8 9.810 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB]
11:00:20 #8 9.811 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpipeline1 amd64 1.5.0-1 [25.3 kB]
11:00:20 #8 9.812 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 man-db amd64 2.8.3-2ubuntu0.1 [1019 kB]
11:00:20 #8 9.838 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB]
11:00:20 #8 9.910 Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B]
11:00:20 #8 9.910 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB]
11:00:20 #8 10.03 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB]
11:00:20 #8 10.03 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.20 [614 kB]
11:00:20 #8 10.04 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ca-certificates all 20211016~18.04.1 [144 kB]
11:00:20 #8 10.05 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 distro-info-data all 0.37ubuntu0.14 [4660 B]
11:00:20 #8 10.05 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic-mgc amd64 1:5.32-2ubuntu0.4 [184 kB]
11:00:20 #8 10.05 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic1 amd64 1:5.32-2ubuntu0.4 [68.6 kB]
11:00:20 #8 10.06 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 file amd64 1:5.32-2ubuntu0.4 [22.1 kB]
11:00:20 #8 10.06 Get:39 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB]
11:00:20 #8 10.06 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-inst2.0 amd64 1.6.14 [57.3 kB]
11:00:20 #8 10.06 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.9 [1169 kB]
11:00:20 #8 10.09 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.9 [4728 B]
11:00:20 #8 10.09 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.2 [8050 kB]
11:00:20 #8 ...
11:00:20 
11:00:20 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:20 #13 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:22 #13 extracting sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 3.9s done
11:00:22 #13 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1
11:00:26 #13 ...
11:00:26 
11:00:26 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:26 #8 sha256:50c4a772715c5bd61f389b179714a58bb55af9dc08e9eb7167833f611f0a1690
11:00:26 #8 10.36 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.6 [664 kB]
11:00:26 #8 10.38 Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-0-2 amd64 0.1.7-2ubuntu3 [47.2 kB]
11:00:26 #8 10.38 Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 lsb-release all 9.20170808ubuntu1 [11.0 kB]
11:00:26 #8 10.38 Get:47 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB]
11:00:26 #8 10.39 Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 shared-mime-info amd64 1.9-2 [426 kB]
11:00:26 #8 10.40 Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 ucf all 3.0038 [50.5 kB]
11:00:26 #8 10.40 Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 xdg-user-dirs amd64 0.17-1ubuntu1 [48.0 kB]
11:00:26 #8 10.40 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 xz-utils amd64 5.2.2-1.3ubuntu0.1 [83.8 kB]
11:00:26 #8 10.41 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext-base amd64 0.19.8.1-6ubuntu0.3 [113 kB]
11:00:26 #8 10.41 Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 iso-codes all 3.79-1 [2565 kB]
11:00:26 #8 10.49 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-locales all 1.16-2ubuntu0.2 [13.4 kB]
11:00:26 #8 10.51 Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB]
11:00:26 #8 10.51 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB]
11:00:26 #8 10.53 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB]
11:00:26 #8 10.53 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2.1 [8764 B]
11:00:26 #8 10.54 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB]
11:00:26 #8 10.54 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB]
11:00:26 #8 10.55 Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB]
11:00:26 #8 10.55 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.10 [1089 kB]
11:00:26 #8 10.58 Get:63 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B]
11:00:26 #8 10.58 Get:64 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB]
11:00:26 #8 10.61 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.7 [610 kB]
11:00:26 #8 10.63 Get:66 http://archive.ubuntu.com/ubuntu bionic/main amd64 publicsuffix all 20180223.1310-1 [97.6 kB]
11:00:26 #8 10.63 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-apt-common all 1.6.5ubuntu0.7 [16.9 kB]
11:00:26 #8 10.63 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-apt amd64 1.6.5ubuntu0.7 [149 kB]
11:00:26 #8 10.64 Get:69 http://archive.ubuntu.com/ubuntu bionic/main amd64 libunwind8 amd64 1.2.1-8 [47.5 kB]
11:00:26 #8 10.64 Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 strace amd64 4.21-1ubuntu1 [333 kB]
11:00:26 #8 10.66 Get:71 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB]
11:00:26 #8 10.66 Get:72 http://archive.ubuntu.com/ubuntu bionic/main amd64 at amd64 3.1.20-3.1ubuntu2 [39.5 kB]
11:00:26 #8 10.67 Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsigsegv2 amd64 2.12-1 [14.7 kB]
11:00:26 #8 10.67 Get:74 http://archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB]
11:00:26 #8 10.68 Get:75 http://archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB]
11:00:26 #8 10.68 Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB]
11:00:26 #8 10.68 Get:77 http://archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB]
11:00:26 #8 10.69 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB]
11:00:26 #8 10.71 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.7 [197 kB]
11:00:26 #8 10.72 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.7 [489 kB]
11:00:26 #8 10.74 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.7 [1839 kB]
11:00:26 #8 10.80 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.7 [3388 B]
11:00:26 #8 10.80 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.6 [71.9 kB]
11:00:26 #8 10.80 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-189.200 [982 kB]
11:00:26 #8 10.83 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.6 [2587 kB]
11:00:26 #8 10.89 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB]
11:00:26 #8 10.89 Get:87 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB]
11:00:26 #8 10.92 Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB]
11:00:26 #8 10.92 Get:89 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
11:00:26 #8 10.92 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB]
11:00:26 #8 11.20 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB]
11:00:26 #8 11.20 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB]
11:00:26 #8 11.20 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB]
11:00:26 #8 11.20 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB]
11:00:26 #8 11.21 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B]
11:00:26 #8 11.21 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB]
11:00:26 #8 11.21 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB]
11:00:26 #8 11.21 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB]
11:00:26 #8 11.22 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB]
11:00:26 #8 11.23 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB]
11:00:26 #8 11.23 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB]
11:00:26 #8 11.25 Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB]
11:00:26 #8 11.31 Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB]
11:00:26 #8 11.39 Get:104 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB]
11:00:26 #8 11.68 Get:105 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B]
11:00:26 #8 11.70 Get:106 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB]
11:00:26 #8 11.74 Get:107 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB]
11:00:26 #8 12.06 Get:108 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B]
11:00:26 #8 12.06 Get:109 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB]
11:00:26 #8 12.06 Get:110 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.4 [212 kB]
11:00:26 #8 12.07 Get:111 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB]
11:00:26 #8 12.07 Get:112 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.4 [607 kB]
11:00:26 #8 12.10 Get:113 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B]
11:00:26 #8 12.10 Get:114 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB]
11:00:26 #8 12.10 Get:115 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB]
11:00:26 #8 12.10 Get:116 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB]
11:00:26 #8 12.10 Get:117 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB]
11:00:26 #8 12.10 Get:118 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB]
11:00:26 #8 12.10 Get:119 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB]
11:00:26 #8 12.10 Get:120 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB]
11:00:26 #8 12.10 Get:121 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB]
11:00:26 #8 12.10 Get:122 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB]
11:00:26 #8 12.10 Get:123 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [15.0 kB]
11:00:26 #8 12.11 Get:124 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [49.2 kB]
11:00:26 #8 12.11 Get:125 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB]
11:00:26 #8 12.11 Get:126 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.11 [154 kB]
11:00:26 #8 12.12 Get:127 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB]
11:00:26 #8 12.12 Get:128 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB]
11:00:26 #8 12.12 Get:129 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.19 [220 kB]
11:00:26 #8 12.13 Get:130 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.19 [159 kB]
11:00:26 #8 12.13 Get:131 http://archive.ubuntu.com/ubuntu bionic/main amd64 dctrl-tools amd64 2.24-2build1 [60.9 kB]
11:00:26 #8 12.13 Get:132 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB]
11:00:26 #8 12.14 Get:133 http://archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB]
11:00:26 #8 12.14 Get:134 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB]
11:00:26 #8 12.14 Get:135 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB]
11:00:26 #8 12.14 Get:136 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB]
11:00:26 #8 12.14 Get:137 http://archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5208 B]
11:00:26 #8 12.14 Get:138 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB]
11:00:26 #8 12.15 Get:139 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1293 kB]
11:00:26 #8 12.18 Get:140 http://archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB]
11:00:26 #8 12.18 Get:141 http://archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB]
11:00:26 #8 12.19 Get:142 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB]
11:00:26 #8 12.21 Get:143 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-which-perl all 1.21-1 [11.8 kB]
11:00:26 #8 12.21 Get:144 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-homedir-perl all 1.002-1 [37.1 kB]
11:00:26 #8 12.21 Get:145 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 devscripts amd64 2.17.12ubuntu1.1 [870 kB]
11:00:26 #8 12.24 Get:146 http://archive.ubuntu.com/ubuntu bionic/main amd64 diffstat amd64 1.61-1build1 [24.1 kB]
11:00:26 #8 12.24 Get:147 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB]
11:00:26 #8 12.24 Get:148 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.6 [124 kB]
11:00:26 #8 12.24 Get:149 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB]
11:00:26 #8 12.25 Get:150 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B]
11:00:26 #8 12.25 Get:151 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.6 [317 kB]
11:00:26 #8 12.25 Get:152 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pkg-resources all 39.0.1-2 [98.8 kB]
11:00:26 #8 12.26 Get:153 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-chardet all 3.0.4-1 [80.3 kB]
11:00:26 #8 12.26 Get:154 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-six all 1.11.0-2 [11.4 kB]
11:00:26 #8 12.26 Get:155 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-debian all 0.1.32 [65.4 kB]
11:00:26 #8 12.26 Get:156 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.6 [50.1 kB]
11:00:26 #8 12.26 Get:157 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.6 [128 kB]
11:00:26 #8 12.27 Get:158 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.6 [468 kB]
11:00:26 #8 12.28 Get:159 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB]
11:00:26 #8 12.28 Get:160 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.6 [227 kB]
11:00:26 #8 12.29 Get:161 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.6 [91.8 kB]
11:00:26 #8 12.29 Get:162 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.6 [85.0 kB]
11:00:26 #8 12.29 Get:163 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.6 [215 kB]
11:00:26 #8 12.30 Get:164 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.6 [249 kB]
11:00:26 #8 12.31 Get:165 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgpgme11 amd64 1.10.0-1ubuntu2 [111 kB]
11:00:26 #8 12.31 Get:166 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-gpg amd64 1.10.0-1ubuntu2 [150 kB]
11:00:26 #8 12.31 Get:167 http://archive.ubuntu.com/ubuntu bionic/main amd64 dput all 1.0.1ubuntu1 [42.7 kB]
11:00:26 #8 12.32 Get:168 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB]
11:00:26 #8 12.32 Get:169 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB]
11:00:26 #8 12.32 Get:170 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.19 [219 kB]
11:00:26 #8 12.32 Get:171 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB]
11:00:26 #8 12.33 Get:172 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.12 [804 kB]
11:00:26 #8 12.35 Get:173 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.12 [3930 kB]
11:00:26 #8 12.48 Get:174 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
11:00:26 #8 12.48 Get:175 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB]
11:00:26 #8 12.48 Get:176 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:00:26 #8 12.48 Get:177 http://archive.ubuntu.com/ubuntu bionic/main amd64 libapt-pkg-perl amd64 0.1.33build1 [68.0 kB]
11:00:26 #8 12.48 Get:178 http://archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9644 B]
11:00:26 #8 12.48 Get:179 http://archive.ubuntu.com/ubuntu bionic/main amd64 libb-hooks-op-check-perl amd64 0.22-1 [10.1 kB]
11:00:26 #8 12.48 Get:180 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
11:00:26 #8 12.48 Get:181 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdevel-callchecker-perl amd64 0.007-2build1 [14.1 kB]
11:00:26 #8 12.49 Get:182 http://archive.ubuntu.com/ubuntu bionic/main amd64 libparams-classify-perl amd64 0.015-1 [21.2 kB]
11:00:26 #8 12.49 Get:183 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:00:26 #8 12.50 Get:184 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
11:00:26 #8 12.50 Get:185 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
11:00:26 #8 12.50 Get:186 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:00:26 #8 12.50 Get:187 http://archive.ubuntu.com/ubuntu bionic/main amd64 libvariable-magic-perl amd64 0.62-1 [34.5 kB]
11:00:26 #8 12.50 Get:188 http://archive.ubuntu.com/ubuntu bionic/main amd64 libb-hooks-endofscope-perl all 0.21-1 [14.7 kB]
11:00:26 #8 12.50 Get:189 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB]
11:00:26 #8 12.50 Get:190 http://archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB]
11:00:26 #8 12.50 Get:191 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB]
11:00:26 #8 12.51 Get:192 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB]
11:00:26 #8 12.52 Get:193 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB]
11:00:26 #8 12.52 Get:194 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9940 B]
11:00:26 #8 12.52 Get:195 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-name-perl amd64 0.21-1build1 [11.6 kB]
11:00:26 #8 12.53 Get:196 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclass-accessor-perl all 0.51-1 [21.2 kB]
11:00:26 #8 12.53 Get:197 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclass-method-modifiers-perl all 2.12-1 [15.7 kB]
11:00:26 #8 12.53 Get:198 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclass-xsaccessor-perl amd64 1.19-2build8 [32.8 kB]
11:00:26 #8 12.53 Get:199 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclone-perl amd64 0.39-1 [10.4 kB]
11:00:26 #8 12.53 Get:200 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB]
11:00:26 #8 12.53 Get:201 http://archive.ubuntu.com/ubuntu bionic/main amd64 libparams-util-perl amd64 1.07-3build3 [19.6 kB]
11:00:26 #8 12.53 Get:202 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-install-perl all 0.928-1 [10.5 kB]
11:00:26 #8 12.56 Get:203 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdata-optlist-perl all 0.110-1 [9956 B]
11:00:26 #8 12.57 Get:204 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdevel-globaldestruction-perl all 0.14-1 [6752 B]
11:00:26 #8 12.57 Get:205 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdigest-hmac-perl all 1.03+dfsg-1 [12.1 kB]
11:00:26 #8 12.58 Get:206 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdistro-info-perl all 0.18ubuntu0.18.04.1 [4892 B]
11:00:26 #8 12.58 Get:207 http://archive.ubuntu.com/ubuntu bionic/main amd64 perl-openssl-defaults amd64 3build1 [7012 B]
11:00:26 #8 12.59 Get:208 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnet-ssleay-perl amd64 1.84-1ubuntu0.2 [283 kB]
11:00:26 #8 12.62 Get:209 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libio-socket-ssl-perl all 2.060-3~ubuntu18.04.1 [173 kB]
11:00:26 #8 12.63 Get:210 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:00:26 #8 12.63 Get:211 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmailtools-perl all 2.18-1 [74.0 kB]
11:00:26 #8 12.63 Get:212 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsocket6-perl amd64 0.27-1build2 [23.0 kB]
11:00:26 #8 12.64 Get:213 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-socket-inet6-perl all 2.72-2 [13.8 kB]
11:00:26 #8 12.64 Get:214 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-ip-perl all 1.26-1 [31.5 kB]
11:00:26 #8 12.64 Get:215 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-dns-perl all 1.10-2 [335 kB]
11:00:26 #8 12.65 Get:216 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
11:00:26 #8 12.65 Get:217 http://archive.ubuntu.com/ubuntu bionic/main amd64 libemail-valid-perl all 1.202-1 [16.3 kB]
11:00:26 #8 12.65 Get:218 http://archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
11:00:26 #8 12.65 Get:219 http://archive.ubuntu.com/ubuntu bionic/main amd64 libexporter-tiny-perl all 1.000000-2 [34.6 kB]
11:00:26 #8 12.65 Get:220 http://archive.ubuntu.com/ubuntu bionic/main amd64 libipc-system-simple-perl all 1.25-4 [22.5 kB]
11:00:26 #8 12.65 Get:221 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-basedir-perl all 0.07-1 [16.9 kB]
11:00:26 #8 12.65 Get:222 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
11:00:26 #8 12.65 Get:223 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB]
11:00:26 #8 12.67 Get:224 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB]
11:00:26 #8 12.67 Get:225 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
11:00:26 #8 12.67 Get:226 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB]
11:00:26 #8 12.67 Get:227 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-stringy-perl all 2.111-2 [60.6 kB]
11:00:26 #8 12.67 Get:228 http://archive.ubuntu.com/ubuntu bionic/main amd64 libparams-validate-perl amd64 1.29-1 [52.3 kB]
11:00:26 #8 12.68 Get:229 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB]
11:00:26 #8 12.68 Get:230 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgetopt-long-descriptive-perl all 0.102-1 [24.4 kB]
11:00:26 #8 12.68 Get:231 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
11:00:26 #8 12.68 Get:232 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgit-wrapper-perl all 0.047-1 [29.6 kB]
11:00:26 #8 12.68 Get:233 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
11:00:26 #8 12.70 Get:234 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB]
11:00:26 #8 12.70 Get:235 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB]
11:00:26 #8 12.70 Get:236 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-form-perl all 6.03-1 [23.5 kB]
11:00:26 #8 12.70 Get:237 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tree-perl all 5.07-1 [200 kB]
11:00:26 #8 12.70 Get:238 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB]
11:00:26 #8 12.70 Get:239 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-cookies-perl all 6.04-1 [17.2 kB]
11:00:26 #8 12.70 Get:240 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libhttp-daemon-perl all 6.01-1ubuntu0.1 [15.9 kB]
11:00:26 #8 12.70 Get:241 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-negotiate-perl all 6.00-2 [13.4 kB]
11:00:26 #8 12.70 Get:242 http://archive.ubuntu.com/ubuntu bionic/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
11:00:26 #8 12.70 Get:243 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-pty-perl amd64 1:1.08-1.1build4 [30.1 kB]
11:00:26 #8 12.72 Get:244 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-string-perl all 1.08-3 [11.1 kB]
11:00:26 #8 12.72 Get:245 http://archive.ubuntu.com/ubuntu bionic/main amd64 libipc-run-perl all 0.96-1 [89.9 kB]
11:00:26 #8 12.72 Get:246 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblist-compare-perl all 0.53-1 [65.6 kB]
11:00:26 #8 12.72 Get:247 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblist-moreutils-perl amd64 0.416-1build3 [55.5 kB]
11:00:26 #8 12.73 Get:248 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB]
11:00:26 #8 12.73 Get:249 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB]
11:00:26 #8 12.73 Get:250 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-http-perl all 6.17-1 [22.7 kB]
11:00:26 #8 12.73 Get:251 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwww-robotrules-perl all 6.01-1 [14.1 kB]
11:00:26 #8 12.73 Get:252 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwww-perl all 6.31-1ubuntu0.1 [137 kB]
11:00:26 #8 12.73 Get:253 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-protocol-https-perl all 6.07-2 [8284 B]
11:00:26 #8 12.74 Get:254 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
11:00:26 #8 12.74 Get:255 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
11:00:26 #8 12.74 Get:256 http://archive.ubuntu.com/ubuntu bionic/main amd64 librole-tiny-perl all 2.000006-1 [15.9 kB]
11:00:26 #8 12.74 Get:257 http://archive.ubuntu.com/ubuntu bionic/main amd64 libstrictures-perl all 2.000003-1 [16.1 kB]
11:00:26 #8 12.75 Get:258 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-quote-perl all 2.005000-1 [17.0 kB]
11:00:26 #8 12.75 Get:259 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmoo-perl all 2.003004-1 [45.5 kB]
11:00:26 #8 12.75 Get:260 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpackage-stash-perl all 0.37-1 [18.3 kB]
11:00:26 #8 12.75 Get:261 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsub-identify-perl amd64 0.14-1 [10.5 kB]
11:00:26 #8 12.75 Get:262 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:00:26 #8 12.75 Get:263 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnumber-compare-perl all 0.03-1 [7318 B]
11:00:26 #8 12.76 Get:264 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnumber-range-perl all 0.12-1 [8556 B]
11:00:26 #8 12.76 Get:265 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpackage-stash-xs-perl amd64 0.28-3build2 [16.4 kB]
11:00:26 #8 12.76 Get:266 http://archive.ubuntu.com/ubuntu bionic/main amd64 libparse-debianchangelog-perl all 1.2.0-12 [49.5 kB]
11:00:26 #8 12.76 Get:267 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtext-glob-perl all 0.10-1 [7554 B]
11:00:26 #8 12.77 Get:268 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpath-iterator-rule-perl all 1.009-1 [49.1 kB]
11:00:26 #8 12.77 Get:269 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpath-tiny-perl all 0.104-1 [55.3 kB]
11:00:26 #8 12.77 Get:270 http://archive.ubuntu.com/ubuntu bionic/main amd64 libperlio-gzip-perl amd64 0.19-1build3 [14.4 kB]
11:00:26 #8 12.77 Get:271 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpod-constants-perl all 0.19-1 [16.0 kB]
11:00:26 #8 12.77 Get:272 http://archive.ubuntu.com/ubuntu bionic/main amd64 libregexp-pattern-license-perl all 3.0.31-3 [14.7 kB]
11:00:26 #8 12.78 Get:273 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [48.9 kB]
11:00:26 #8 12.79 Get:274 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsort-key-perl amd64 1.33-2 [35.0 kB]
11:00:26 #8 12.79 Get:275 http://archive.ubuntu.com/ubuntu bionic/main amd64 libstring-copyright-perl all 0.003005-1 [10.1 kB]
11:00:26 #8 12.79 Get:276 http://archive.ubuntu.com/ubuntu bionic/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
11:00:26 #8 12.79 Get:277 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B]
11:00:26 #8 12.80 Get:278 http://archive.ubuntu.com/ubuntu bionic/main amd64 libunicode-utf8-perl amd64 0.60-1build4 [17.9 kB]
11:00:26 #8 12.80 Get:279 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
11:00:26 #8 12.80 Get:280 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
11:00:26 #8 12.80 Get:281 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB]
11:00:26 #8 12.80 Get:282 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-libxml-perl amd64 2.0128+dfsg-5 [316 kB]
11:00:26 #8 12.81 Get:283 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-parser-perl amd64 2.44-2build3 [199 kB]
11:00:26 #8 12.82 Get:284 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-sax-expat-perl all 0.40-2 [11.5 kB]
11:00:26 #8 12.82 Get:285 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-simple-perl all 2.24-1 [63.6 kB]
11:00:26 #8 12.82 Get:286 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-libyaml-perl amd64 0.69+repack-1 [26.4 kB]
11:00:26 #8 12.82 Get:287 http://archive.ubuntu.com/ubuntu bionic/main amd64 licensecheck all 3.0.31-2 [22.0 kB]
11:00:26 #8 12.82 Get:288 http://archive.ubuntu.com/ubuntu bionic/main amd64 patchutils amd64 0.3.4-2 [71.1 kB]
11:00:26 #8 12.83 Get:289 http://archive.ubuntu.com/ubuntu bionic/main amd64 t1utils amd64 1.41-2 [56.0 kB]
11:00:26 #8 12.83 Get:290 http://archive.ubuntu.com/ubuntu bionic/main amd64 lintian all 2.5.81ubuntu1 [847 kB]
11:00:26 #8 12.85 Get:291 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB]
11:00:26 #8 12.89 Get:292 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-certifi all 2018.1.18-2 [144 kB]
11:00:26 #8 12.89 Get:293 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-idna all 2.6-1 [32.5 kB]
11:00:26 #8 12.90 Get:294 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-urllib3 all 1.22-1ubuntu0.18.04.2 [86.2 kB]
11:00:26 #8 12.90 Get:295 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-requests all 2.18.4-2ubuntu0.1 [58.3 kB]
11:00:26 #8 12.90 Get:296 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-unidiff all 0.5.4-1 [7140 B]
11:00:26 #8 12.90 Get:297 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-xdg all 0.25-4ubuntu1.1 [31.3 kB]
11:00:26 #8 12.90 Get:298 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.1 [168 kB]
11:00:26 #8 12.91 Get:299 http://archive.ubuntu.com/ubuntu bionic/main amd64 wdiff amd64 1.2.2-2 [29.6 kB]
11:00:26 #8 12.91 Get:300 http://archive.ubuntu.com/ubuntu bionic/universe amd64 equivs all 2.1.0 [19.4 kB]
11:00:26 #8 12.91 Get:301 http://archive.ubuntu.com/ubuntu bionic/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
11:00:26 #8 12.92 Get:302 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-magic all 2:0.4.15-1 [9280 B]
11:00:26 #8 13.13 debconf: delaying package configuration, since apt-utils is not installed
11:00:26 #8 13.16 Fetched 98.9 MB in 4s (26.9 MB/s)
11:00:26 #8 13.19 Selecting previously unselected package liblocale-gettext-perl.
11:00:26 #8 13.19 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4051 files and directories currently installed.)
11:00:26 #8 13.19 Preparing to unpack .../liblocale-gettext-perl_1.07-3build2_amd64.deb ...
11:00:26 #8 13.20 Unpacking liblocale-gettext-perl (1.07-3build2) ...
11:00:26 #8 13.28 Selecting previously unselected package libssl1.1:amd64.
11:00:26 #8 13.28 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.20_amd64.deb ...
11:00:26 #8 13.29 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.20) ...
11:00:26 #8 13.47 Selecting previously unselected package libpython3.6-minimal:amd64.
11:00:26 #8 13.47 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.8_amd64.deb ...
11:00:26 #8 13.47 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.8) ...
11:00:26 #8 13.62 Selecting previously unselected package libexpat1:amd64.
11:00:26 #8 13.62 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.7_amd64.deb ...
11:00:26 #8 13.62 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.7) ...
11:00:26 #8 13.68 Selecting previously unselected package python3.6-minimal.
11:00:26 #8 13.68 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.8_amd64.deb ...
11:00:26 #8 13.68 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.8) ...
11:00:26 #8 13.90 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.20) ...
11:00:26 #8 14.04 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.8) ...
11:00:26 #8 14.06 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.7) ...
11:00:26 #8 14.08 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.8) ...
11:00:26 #8 14.71 Selecting previously unselected package python3-minimal.
11:00:26 #8 14.71 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4322 files and directories currently installed.)
11:00:26 #8 14.71 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ...
11:00:26 #8 14.72 Unpacking python3-minimal (3.6.7-1~18.04) ...
11:00:26 #8 14.76 Selecting previously unselected package mime-support.
11:00:26 #8 14.76 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
11:00:26 #8 14.77 Unpacking mime-support (3.60ubuntu1) ...
11:00:26 #8 14.81 Selecting previously unselected package libmpdec2:amd64.
11:00:26 #8 14.81 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ...
11:00:26 #8 14.82 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ...
11:00:26 #8 14.89 Selecting previously unselected package readline-common.
11:00:26 #8 14.89 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
11:00:26 #8 14.90 Unpacking readline-common (7.0-3) ...
11:00:26 #8 15.00 Selecting previously unselected package libreadline7:amd64.
11:00:26 #8 15.00 Preparing to unpack .../4-libreadline7_7.0-3_amd64.deb ...
11:00:26 #8 15.01 Unpacking libreadline7:amd64 (7.0-3) ...
11:00:26 #8 15.11 Selecting previously unselected package libsqlite3-0:amd64.
11:00:26 #8 15.11 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.5_amd64.deb ...
11:00:26 #8 15.12 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.5) ...
11:00:26 #8 15.23 Selecting previously unselected package libpython3.6-stdlib:amd64.
11:00:26 #8 15.23 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.8_amd64.deb ...
11:00:26 #8 15.24 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.8) ...
11:00:26 #8 15.55 Selecting previously unselected package python3.6.
11:00:26 #8 15.55 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.8_amd64.deb ...
11:00:26 #8 15.55 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.8) ...
11:00:26 #8 15.61 Selecting previously unselected package libpython3-stdlib:amd64.
11:00:26 #8 15.61 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ...
11:00:26 #8 15.62 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
11:00:26 #8 15.68 Setting up python3-minimal (3.6.7-1~18.04) ...
11:00:26 #8 15.94 Selecting previously unselected package python3.
11:00:26 #8 15.94 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4780 files and directories currently installed.)
11:00:26 #8 15.95 Preparing to unpack .../0-python3_3.6.7-1~18.04_amd64.deb ...
11:00:26 #8 15.95 Unpacking python3 (3.6.7-1~18.04) ...
11:00:26 #8 15.99 Selecting previously unselected package multiarch-support.
11:00:26 #8 15.99 Preparing to unpack .../1-multiarch-support_2.27-3ubuntu1.6_amd64.deb ...
11:00:26 #8 15.99 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
11:00:26 #8 16.02 Selecting previously unselected package libxau6:amd64.
11:00:26 #8 16.02 Preparing to unpack .../2-libxau6_1%3a1.0.8-1ubuntu1_amd64.deb ...
11:00:26 #8 16.03 Unpacking libxau6:amd64 (1:1.0.8-1ubuntu1) ...
11:00:26 #8 16.06 Selecting previously unselected package libbsd0:amd64.
11:00:26 #8 16.06 Preparing to unpack .../3-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ...
11:00:26 #8 16.06 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ...
11:00:26 #8 16.10 Selecting previously unselected package libxdmcp6:amd64.
11:00:26 #8 16.10 Preparing to unpack .../4-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
11:00:26 #8 16.10 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
11:00:26 #8 16.14 Selecting previously unselected package libxcb1:amd64.
11:00:26 #8 16.14 Preparing to unpack .../5-libxcb1_1.13-2~ubuntu18.04_amd64.deb ...
11:00:26 #8 16.14 Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ...
11:00:26 #8 16.17 Selecting previously unselected package libx11-data.
11:00:26 #8 16.18 Preparing to unpack .../6-libx11-data_2%3a1.6.4-3ubuntu0.4_all.deb ...
11:00:26 #8 16.18 Unpacking libx11-data (2:1.6.4-3ubuntu0.4) ...
11:00:26 #8 16.27 Selecting previously unselected package libx11-6:amd64.
11:00:26 #8 16.27 Preparing to unpack .../7-libx11-6_2%3a1.6.4-3ubuntu0.4_amd64.deb ...
11:00:26 #8 16.28 Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.4) ...
11:00:26 #8 16.38 Setting up multiarch-support (2.27-3ubuntu1.6) ...
11:00:27 #8 16.44 Selecting previously unselected package libxext6:amd64.
11:00:27 #8 16.44 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5104 files and directories currently installed.)
11:00:27 #8 16.44 Preparing to unpack .../000-libxext6_2%3a1.3.3-1_amd64.deb ...
11:00:27 #8 16.45 Unpacking libxext6:amd64 (2:1.3.3-1) ...
11:00:27 #8 16.49 Selecting previously unselected package bsdmainutils.
11:00:27 #8 16.49 Preparing to unpack .../001-bsdmainutils_11.1.2ubuntu1_amd64.deb ...
11:00:27 #8 16.49 Unpacking bsdmainutils (11.1.2ubuntu1) ...
11:00:27 #8 16.55 Selecting previously unselected package groff-base.
11:00:27 #8 16.55 Preparing to unpack .../002-groff-base_1.22.3-10_amd64.deb ...
11:00:27 #8 16.56 Unpacking groff-base (1.22.3-10) ...
11:00:27 #8 16.65 Selecting previously unselected package libgdbm5:amd64.
11:00:27 #8 16.65 Preparing to unpack .../003-libgdbm5_1.14.1-6_amd64.deb ...
11:00:27 #8 16.65 Unpacking libgdbm5:amd64 (1.14.1-6) ...
11:00:27 #8 16.69 Selecting previously unselected package libpipeline1:amd64.
11:00:27 #8 16.69 Preparing to unpack .../004-libpipeline1_1.5.0-1_amd64.deb ...
11:00:27 #8 16.69 Unpacking libpipeline1:amd64 (1.5.0-1) ...
11:00:27 #8 16.73 Selecting previously unselected package man-db.
11:00:27 #8 16.73 Preparing to unpack .../005-man-db_2.8.3-2ubuntu0.1_amd64.deb ...
11:00:27 #8 16.75 Unpacking man-db (2.8.3-2ubuntu0.1) ...
11:00:27 #8 16.90 Selecting previously unselected package perl-modules-5.26.
11:00:27 #8 16.90 Preparing to unpack .../006-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ...
11:00:27 #8 16.90 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ...
11:00:28 #8 17.86 Selecting previously unselected package libgdbm-compat4:amd64.
11:00:28 #8 17.86 Preparing to unpack .../007-libgdbm-compat4_1.14.1-6_amd64.deb ...
11:00:28 #8 17.88 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ...
11:00:28 #8 17.99 Selecting previously unselected package libperl5.26:amd64.
11:00:28 #8 17.99 Preparing to unpack .../008-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ...
11:00:28 #8 18.00 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ...
11:00:29 #8 18.61 Selecting previously unselected package perl.
11:00:29 #8 18.62 Preparing to unpack .../009-perl_5.26.1-6ubuntu0.5_amd64.deb ...
11:00:29 #8 18.63 Unpacking perl (5.26.1-6ubuntu0.5) ...
11:00:29 #8 18.72 Selecting previously unselected package openssl.
11:00:29 #8 18.72 Preparing to unpack .../010-openssl_1.1.1-1ubuntu2.1~18.04.20_amd64.deb ...
11:00:29 #8 18.73 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.20) ...
11:00:29 #8 18.90 Selecting previously unselected package ca-certificates.
11:00:29 #8 18.90 Preparing to unpack .../011-ca-certificates_20211016~18.04.1_all.deb ...
11:00:29 #8 18.90 Unpacking ca-certificates (20211016~18.04.1) ...
11:00:29 #8 18.98 Selecting previously unselected package distro-info-data.
11:00:29 #8 18.98 Preparing to unpack .../012-distro-info-data_0.37ubuntu0.14_all.deb ...
11:00:29 #8 18.98 Unpacking distro-info-data (0.37ubuntu0.14) ...
11:00:29 #8 19.01 Selecting previously unselected package libmagic-mgc.
11:00:29 #8 19.01 Preparing to unpack .../013-libmagic-mgc_1%3a5.32-2ubuntu0.4_amd64.deb ...
11:00:29 #8 19.01 Unpacking libmagic-mgc (1:5.32-2ubuntu0.4) ...
11:00:29 #8 19.12 Selecting previously unselected package libmagic1:amd64.
11:00:29 #8 19.12 Preparing to unpack .../014-libmagic1_1%3a5.32-2ubuntu0.4_amd64.deb ...
11:00:29 #8 19.14 Unpacking libmagic1:amd64 (1:5.32-2ubuntu0.4) ...
11:00:29 #8 19.18 Selecting previously unselected package file.
11:00:29 #8 19.18 Preparing to unpack .../015-file_1%3a5.32-2ubuntu0.4_amd64.deb ...
11:00:29 #8 19.19 Unpacking file (1:5.32-2ubuntu0.4) ...
11:00:29 #8 19.23 Selecting previously unselected package less.
11:00:29 #8 19.23 Preparing to unpack .../016-less_487-0.1_amd64.deb ...
11:00:29 #8 19.24 Unpacking less (487-0.1) ...
11:00:29 #8 19.29 Selecting previously unselected package libapt-inst2.0:amd64.
11:00:29 #8 19.30 Preparing to unpack .../017-libapt-inst2.0_1.6.14_amd64.deb ...
11:00:29 #8 19.30 Unpacking libapt-inst2.0:amd64 (1.6.14) ...
11:00:30 #8 19.38 Selecting previously unselected package libglib2.0-0:amd64.
11:00:30 #8 19.38 Preparing to unpack .../018-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_amd64.deb ...
11:00:30 #8 19.40 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
11:00:30 #8 19.58 Selecting previously unselected package libglib2.0-data.
11:00:30 #8 19.58 Preparing to unpack .../019-libglib2.0-data_2.56.4-0ubuntu0.18.04.9_all.deb ...
11:00:30 #8 19.58 Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
11:00:30 #8 19.61 Selecting previously unselected package libicu60:amd64.
11:00:30 #8 19.61 Preparing to unpack .../020-libicu60_60.2-3ubuntu3.2_amd64.deb ...
11:00:30 #8 19.62 Unpacking libicu60:amd64 (60.2-3ubuntu3.2) ...
11:00:31 #8 20.86 Selecting previously unselected package libxml2:amd64.
11:00:31 #8 20.86 Preparing to unpack .../021-libxml2_2.9.4+dfsg1-6.1ubuntu1.6_amd64.deb ...
11:00:31 #8 20.86 Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.6) ...
11:00:31 #8 21.00 Selecting previously unselected package libyaml-0-2:amd64.
11:00:31 #8 21.00 Preparing to unpack .../022-libyaml-0-2_0.1.7-2ubuntu3_amd64.deb ...
11:00:31 #8 21.00 Unpacking libyaml-0-2:amd64 (0.1.7-2ubuntu3) ...
11:00:31 #8 21.04 Selecting previously unselected package lsb-release.
11:00:31 #8 21.04 Preparing to unpack .../023-lsb-release_9.20170808ubuntu1_all.deb ...
11:00:31 #8 21.05 Unpacking lsb-release (9.20170808ubuntu1) ...
11:00:31 #8 21.09 Selecting previously unselected package netbase.
11:00:31 #8 21.09 Preparing to unpack .../024-netbase_5.4_all.deb ...
11:00:31 #8 21.10 Unpacking netbase (5.4) ...
11:00:32 #8 21.27 Selecting previously unselected package shared-mime-info.
11:00:32 #8 21.27 Preparing to unpack .../025-shared-mime-info_1.9-2_amd64.deb ...
11:00:32 #8 21.30 Unpacking shared-mime-info (1.9-2) ...
11:00:32 #8 21.42 Selecting previously unselected package ucf.
11:00:32 #8 21.42 Preparing to unpack .../026-ucf_3.0038_all.deb ...
11:00:32 #8 21.43 Moving old data out of the way
11:00:32 #8 21.43 Unpacking ucf (3.0038) ...
11:00:32 #8 21.49 Selecting previously unselected package xdg-user-dirs.
11:00:32 #8 21.49 Preparing to unpack .../027-xdg-user-dirs_0.17-1ubuntu1_amd64.deb ...
11:00:32 #8 21.49 Unpacking xdg-user-dirs (0.17-1ubuntu1) ...
11:00:32 #8 21.59 Selecting previously unselected package xz-utils.
11:00:32 #8 21.59 Preparing to unpack .../028-xz-utils_5.2.2-1.3ubuntu0.1_amd64.deb ...
11:00:32 #8 21.60 Unpacking xz-utils (5.2.2-1.3ubuntu0.1) ...
11:00:32 #8 21.67 Selecting previously unselected package gettext-base.
11:00:32 #8 21.67 Preparing to unpack .../029-gettext-base_0.19.8.1-6ubuntu0.3_amd64.deb ...
11:00:32 #8 21.68 Unpacking gettext-base (0.19.8.1-6ubuntu0.3) ...
11:00:32 #8 21.75 Selecting previously unselected package iso-codes.
11:00:32 #8 21.75 Preparing to unpack .../030-iso-codes_3.79-1_all.deb ...
11:00:32 #8 21.75 Unpacking iso-codes (3.79-1) ...
11:00:32 #8 22.33 Selecting previously unselected package krb5-locales.
11:00:32 #8 22.33 Preparing to unpack .../031-krb5-locales_1.16-2ubuntu0.2_all.deb ...
11:00:32 #8 22.33 Unpacking krb5-locales (1.16-2ubuntu0.2) ...
11:00:33 #8 22.37 Selecting previously unselected package libedit2:amd64.
11:00:33 #8 22.37 Preparing to unpack .../032-libedit2_3.1-20170329-1_amd64.deb ...
11:00:33 #8 22.38 Unpacking libedit2:amd64 (3.1-20170329-1) ...
11:00:33 #8 22.43 Selecting previously unselected package libkrb5support0:amd64.
11:00:33 #8 22.43 Preparing to unpack .../033-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ...
11:00:33 #8 22.44 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ...
11:00:33 #8 22.52 Selecting previously unselected package libk5crypto3:amd64.
11:00:33 #8 22.52 Preparing to unpack .../034-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ...
11:00:33 #8 22.53 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ...
11:00:33 #8 22.63 Selecting previously unselected package libkeyutils1:amd64.
11:00:33 #8 22.63 Preparing to unpack .../035-libkeyutils1_1.5.9-9.2ubuntu2.1_amd64.deb ...
11:00:33 #8 22.64 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ...
11:00:33 #8 22.69 Selecting previously unselected package libkrb5-3:amd64.
11:00:33 #8 22.69 Preparing to unpack .../036-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ...
11:00:33 #8 22.69 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ...
11:00:33 #8 22.78 Selecting previously unselected package libgssapi-krb5-2:amd64.
11:00:33 #8 22.78 Preparing to unpack .../037-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ...
11:00:33 #8 22.78 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ...
11:00:33 #8 22.84 Selecting previously unselected package libpsl5:amd64.
11:00:33 #8 22.84 Preparing to unpack .../038-libpsl5_0.19.1-5build1_amd64.deb ...
11:00:33 #8 22.84 Unpacking libpsl5:amd64 (0.19.1-5build1) ...
11:00:33 #8 22.90 Selecting previously unselected package libssl1.0.0:amd64.
11:00:33 #8 22.90 Preparing to unpack .../039-libssl1.0.0_1.0.2n-1ubuntu5.10_amd64.deb ...
11:00:33 #8 22.90 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.10) ...
11:00:33 
11:00:33 #8 ...
11:00:33 
11:00:33 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:33 #13 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:33 #13 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 10.2s done
11:00:33 #13 extracting sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 done
11:00:33 #13 DONE 27.3s
11:00:33 
11:00:33 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:33 #8 sha256:50c4a772715c5bd61f389b179714a58bb55af9dc08e9eb7167833f611f0a1690
11:00:33 #8 23.04 Selecting previously unselected package libxmuu1:amd64.
11:00:33 #8 23.04 Preparing to unpack .../040-libxmuu1_2%3a1.1.2-2_amd64.deb ...
11:00:33 #8 23.05 Unpacking libxmuu1:amd64 (2:1.1.2-2) ...
11:00:33 #8 23.09 Selecting previously unselected package manpages.
11:00:33 #8 23.09 Preparing to unpack .../041-manpages_4.15-1_all.deb ...
11:00:33 #8 23.10 Unpacking manpages (4.15-1) ...
11:00:34 #8 23.48 Selecting previously unselected package openssh-client.
11:00:34 #8 23.48 Preparing to unpack .../042-openssh-client_1%3a7.6p1-4ubuntu0.7_amd64.deb ...
11:00:34 #8 23.50 Unpacking openssh-client (1:7.6p1-4ubuntu0.7) ...
11:00:34 #8 23.63 Selecting previously unselected package publicsuffix.
11:00:34 #8 23.63 Preparing to unpack .../043-publicsuffix_20180223.1310-1_all.deb ...
11:00:34 #8 23.64 Unpacking publicsuffix (20180223.1310-1) ...
11:00:34 #8 23.68 Selecting previously unselected package python-apt-common.
11:00:34 #8 23.69 Preparing to unpack .../044-python-apt-common_1.6.5ubuntu0.7_all.deb ...
11:00:34 #8 23.70 Unpacking python-apt-common (1.6.5ubuntu0.7) ...
11:00:34 #8 23.73 Selecting previously unselected package python3-apt.
11:00:34 #8 23.74 Preparing to unpack .../045-python3-apt_1.6.5ubuntu0.7_amd64.deb ...
11:00:34 #8 23.74 Unpacking python3-apt (1.6.5ubuntu0.7) ...
11:00:34 #8 23.80 Selecting previously unselected package libunwind8:amd64.
11:00:34 #8 23.81 Preparing to unpack .../046-libunwind8_1.2.1-8_amd64.deb ...
11:00:34 #8 23.81 Unpacking libunwind8:amd64 (1.2.1-8) ...
11:00:34 #8 23.85 Selecting previously unselected package strace.
11:00:34 #8 23.85 Preparing to unpack .../047-strace_4.21-1ubuntu1_amd64.deb ...
11:00:34 #8 23.85 Unpacking strace (4.21-1ubuntu1) ...
11:00:34 #8 23.94 Selecting previously unselected package xauth.
11:00:34 #8 23.94 Preparing to unpack .../048-xauth_1%3a1.0.10-1_amd64.deb ...
11:00:34 #8 23.94 Unpacking xauth (1:1.0.10-1) ...
11:00:34 #8 23.99 Selecting previously unselected package at.
11:00:34 #8 23.99 Preparing to unpack .../049-at_3.1.20-3.1ubuntu2_amd64.deb ...
11:00:34 #8 24.00 Unpacking at (3.1.20-3.1ubuntu2) ...
11:00:34 #8 24.04 Selecting previously unselected package libsigsegv2:amd64.
11:00:34 #8 24.05 Preparing to unpack .../050-libsigsegv2_2.12-1_amd64.deb ...
11:00:34 #8 24.05 Unpacking libsigsegv2:amd64 (2.12-1) ...
11:00:34 #8 24.09 Selecting previously unselected package m4.
11:00:34 #8 24.10 Preparing to unpack .../051-m4_1.4.18-1_amd64.deb ...
11:00:34 #8 24.10 Unpacking m4 (1.4.18-1) ...
11:00:34 #8 24.16 Selecting previously unselected package autoconf.
11:00:34 #8 24.16 Preparing to unpack .../052-autoconf_2.69-11_all.deb ...
11:00:34 #8 24.17 Unpacking autoconf (2.69-11) ...
11:00:34 #8 24.25 Selecting previously unselected package autotools-dev.
11:00:34 #8 24.25 Preparing to unpack .../053-autotools-dev_20180224.1_all.deb ...
11:00:34 #8 24.26 Unpacking autotools-dev (20180224.1) ...
11:00:34 #8 24.30 Selecting previously unselected package automake.
11:00:34 #8 24.30 Preparing to unpack .../054-automake_1%3a1.15.1-3ubuntu2_all.deb ...
11:00:34 #8 24.30 Unpacking automake (1:1.15.1-3ubuntu2) ...
11:00:35 #8 24.40 Selecting previously unselected package autopoint.
11:00:35 #8 24.40 Preparing to unpack .../055-autopoint_0.19.8.1-6ubuntu0.3_all.deb ...
11:00:35 #8 24.41 Unpacking autopoint (0.19.8.1-6ubuntu0.3) ...
11:00:35 #8 24.46 Selecting previously unselected package binutils-common:amd64.
11:00:35 #8 24.46 Preparing to unpack .../056-binutils-common_2.30-21ubuntu1~18.04.7_amd64.deb ...
11:00:35 #8 24.47 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ...
11:00:35 #8 24.53 Selecting previously unselected package libbinutils:amd64.
11:00:35 #8 24.53 Preparing to unpack .../057-libbinutils_2.30-21ubuntu1~18.04.7_amd64.deb ...
11:00:35 #8 24.53 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ...
11:00:35 #8 24.64 Selecting previously unselected package binutils-x86-64-linux-gnu.
11:00:35 #8 24.64 Preparing to unpack .../058-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.7_amd64.deb ...
11:00:35 #8 24.64 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ...
11:00:35 #8 24.99 Selecting previously unselected package binutils.
11:00:35 #8 24.99 Preparing to unpack .../059-binutils_2.30-21ubuntu1~18.04.7_amd64.deb ...
11:00:35 #8 25.00 Unpacking binutils (2.30-21ubuntu1~18.04.7) ...
11:00:35 #8 25.04 Selecting previously unselected package libc-dev-bin.
11:00:35 #8 25.04 Preparing to unpack .../060-libc-dev-bin_2.27-3ubuntu1.6_amd64.deb ...
11:00:35 #8 25.05 Unpacking libc-dev-bin (2.27-3ubuntu1.6) ...
11:00:35 #8 25.08 Selecting previously unselected package linux-libc-dev:amd64.
11:00:35 #8 25.08 Preparing to unpack .../061-linux-libc-dev_4.15.0-189.200_amd64.deb ...
11:00:35 #8 25.09 Unpacking linux-libc-dev:amd64 (4.15.0-189.200) ...
11:00:36 #8 25.39 Selecting previously unselected package libc6-dev:amd64.
11:00:36 #8 25.39 Preparing to unpack .../062-libc6-dev_2.27-3ubuntu1.6_amd64.deb ...
11:00:36 #8 25.40 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.6) ...
11:00:36 #8 25.95 Selecting previously unselected package gcc-7-base:amd64.
11:00:36 #8 25.96 Preparing to unpack .../063-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:00:36 #8 25.97 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ...
11:00:36 #8 26.05 Selecting previously unselected package libisl19:amd64.
11:00:36 #8 26.06 Preparing to unpack .../064-libisl19_0.19-1_amd64.deb ...
11:00:36 #8 26.06 Unpacking libisl19:amd64 (0.19-1) ...
11:00:37 #8 26.36 Selecting previously unselected package libmpfr6:amd64.
11:00:37 #8 26.36 Preparing to unpack .../065-libmpfr6_4.0.1-1_amd64.deb ...
11:00:37 #8 26.37 Unpacking libmpfr6:amd64 (4.0.1-1) ...
11:00:37 #8 26.49 Selecting previously unselected package libmpc3:amd64.
11:00:37 #8 26.49 Preparing to unpack .../066-libmpc3_1.1.0-1_amd64.deb ...
11:00:37 #8 26.50 Unpacking libmpc3:amd64 (1.1.0-1) ...
11:00:37 #8 26.58 Selecting previously unselected package cpp-7.
11:00:37 #8 26.58 Preparing to unpack .../067-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:00:37 #8 26.60 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ...
11:00:38 #8 27.44 Selecting previously unselected package cpp.
11:00:38 #8 27.44 Preparing to unpack .../068-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
11:00:38 #8 27.44 Unpacking cpp (4:7.4.0-1ubuntu2.3) ...
11:00:38 #8 27.48 Selecting previously unselected package libcc1-0:amd64.
11:00:38 #8 27.48 Preparing to unpack .../069-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:00:38 #8 27.49 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:00:38 #8 27.52 Selecting previously unselected package libgomp1:amd64.
11:00:38 #8 27.52 Preparing to unpack .../070-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:00:38 #8 27.52 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ...
11:00:38 #8 27.56 Selecting previously unselected package libitm1:amd64.
11:00:38 #8 27.56 Preparing to unpack .../071-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:00:38 #8 27.56 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ...
11:00:38 #8 27.60 Selecting previously unselected package libatomic1:amd64.
11:00:38 #8 27.60 Preparing to unpack .../072-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:00:38 #8 27.60 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ...
11:00:38 #8 27.63 Selecting previously unselected package libasan4:amd64.
11:00:38 #8 27.63 Preparing to unpack .../073-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:00:38 #8 27.64 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ...
11:00:38 #8 27.70 Selecting previously unselected package liblsan0:amd64.
11:00:38 #8 27.70 Preparing to unpack .../074-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:00:38 #8 27.71 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:00:38 #8 27.75 Selecting previously unselected package libtsan0:amd64.
11:00:38 #8 27.75 Preparing to unpack .../075-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:00:38 #8 27.75 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:00:38 #8 27.81 Selecting previously unselected package libubsan0:amd64.
11:00:38 #8 27.81 Preparing to unpack .../076-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:00:38 #8 27.81 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ...
11:00:38 #8 27.85 Selecting previously unselected package libcilkrts5:amd64.
11:00:38 #8 27.85 Preparing to unpack .../077-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:00:38 #8 27.86 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ...
11:00:38 #8 27.89 Selecting previously unselected package libmpx2:amd64.
11:00:38 #8 27.89 Preparing to unpack .../078-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:00:38 #8 27.89 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ...
11:00:38 #8 27.92 Selecting previously unselected package libquadmath0:amd64.
11:00:38 #8 27.92 Preparing to unpack .../079-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ...
11:00:38 #8 27.93 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:00:38 #8 27.96 Selecting previously unselected package libgcc-7-dev:amd64.
11:00:38 #8 27.96 Preparing to unpack .../080-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:00:38 #8 27.96 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
11:00:39 #8 28.25 Selecting previously unselected package gcc-7.
11:00:39 #8 28.25 Preparing to unpack .../081-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:00:39 #8 28.25 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ...
11:00:39 #8 29.07 Selecting previously unselected package gcc.
11:00:39 #8 29.07 Preparing to unpack .../082-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
11:00:39 #8 29.08 Unpacking gcc (4:7.4.0-1ubuntu2.3) ...
11:00:39 #8 29.10 Selecting previously unselected package libstdc++-7-dev:amd64.
11:00:39 #8 29.10 Preparing to unpack .../083-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:00:39 #8 29.11 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
11:00:40 #8 29.39 Selecting previously unselected package g++-7.
11:00:40 #8 29.39 Preparing to unpack .../084-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
11:00:40 #8 29.39 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ...
11:00:41 #8 30.22 Selecting previously unselected package g++.
11:00:41 #8 30.22 Preparing to unpack .../085-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
11:00:41 #8 30.22 Unpacking g++ (4:7.4.0-1ubuntu2.3) ...
11:00:41 #8 30.25 Selecting previously unselected package make.
11:00:41 #8 30.25 Preparing to unpack .../086-make_4.1-9.1ubuntu1_amd64.deb ...
11:00:41 #8 30.26 Unpacking make (4.1-9.1ubuntu1) ...
11:00:41 #8 30.30 Selecting previously unselected package libdpkg-perl.
11:00:41 #8 30.30 Preparing to unpack .../087-libdpkg-perl_1.19.0.5ubuntu2.4_all.deb ...
11:00:41 #8 30.30 Unpacking libdpkg-perl (1.19.0.5ubuntu2.4) ...
11:00:41 #8 30.35 Selecting previously unselected package patch.
11:00:41 #8 30.35 Preparing to unpack .../088-patch_2.7.6-2ubuntu1.1_amd64.deb ...
11:00:41 #8 30.35 Unpacking patch (2.7.6-2ubuntu1.1) ...
11:00:41 #8 30.39 Selecting previously unselected package dpkg-dev.
11:00:41 #8 30.39 Preparing to unpack .../089-dpkg-dev_1.19.0.5ubuntu2.4_all.deb ...
11:00:41 #8 30.39 Unpacking dpkg-dev (1.19.0.5ubuntu2.4) ...
11:00:41 #8 30.47 Selecting previously unselected package build-essential.
11:00:41 #8 30.47 Preparing to unpack .../090-build-essential_12.4ubuntu1_amd64.deb ...
11:00:41 #8 30.47 Unpacking build-essential (12.4ubuntu1) ...
11:00:41 #8 30.50 Selecting previously unselected package libroken18-heimdal:amd64.
11:00:41 #8 30.50 Preparing to unpack .../091-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ...
11:00:41 #8 30.51 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ...
11:00:41 #8 30.54 Selecting previously unselected package libasn1-8-heimdal:amd64.
11:00:41 #8 30.54 Preparing to unpack .../092-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ...
11:00:41 #8 30.55 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ...
11:00:41 #8 30.59 Selecting previously unselected package libheimbase1-heimdal:amd64.
11:00:41 #8 30.59 Preparing to unpack .../093-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ...
11:00:41 #8 30.60 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ...
11:00:41 #8 30.63 Selecting previously unselected package libhcrypto4-heimdal:amd64.
11:00:41 #8 30.63 Preparing to unpack .../094-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ...
11:00:41 #8 30.63 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ...
11:00:41 #8 30.67 Selecting previously unselected package libwind0-heimdal:amd64.
11:00:41 #8 30.67 Preparing to unpack .../095-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ...
11:00:41 #8 30.68 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ...
11:00:41 #8 30.71 Selecting previously unselected package libhx509-5-heimdal:amd64.
11:00:41 #8 30.71 Preparing to unpack .../096-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ...
11:00:41 #8 30.72 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ...
11:00:41 #8 30.76 Selecting previously unselected package libkrb5-26-heimdal:amd64.
11:00:41 #8 30.76 Preparing to unpack .../097-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ...
11:00:41 #8 30.76 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ...
11:00:41 #8 30.81 Selecting previously unselected package libheimntlm0-heimdal:amd64.
11:00:41 #8 30.81 Preparing to unpack .../098-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ...
11:00:41 #8 30.82 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ...
11:00:41 #8 30.85 Selecting previously unselected package libgssapi3-heimdal:amd64.
11:00:41 #8 30.85 Preparing to unpack .../099-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ...
11:00:41 #8 30.86 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ...
11:00:41 #8 30.89 Selecting previously unselected package libsasl2-modules-db:amd64.
11:00:41 #8 30.89 Preparing to unpack .../100-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
11:00:41 #8 30.89 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:00:41 #8 30.92 Selecting previously unselected package libsasl2-2:amd64.
11:00:41 #8 30.93 Preparing to unpack .../101-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
11:00:41 #8 30.93 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:00:41 #8 30.96 Selecting previously unselected package libldap-common.
11:00:41 #8 30.96 Preparing to unpack .../102-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
11:00:41 #8 30.97 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
11:00:41 #8 31.00 Selecting previously unselected package libldap-2.4-2:amd64.
11:00:41 #8 31.00 Preparing to unpack .../103-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_amd64.deb ...
11:00:41 #8 31.01 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ...
11:00:41 #8 31.05 Selecting previously unselected package libnghttp2-14:amd64.
11:00:41 #8 31.05 Preparing to unpack .../104-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ...
11:00:41 #8 31.05 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
11:00:41 #8 31.09 Selecting previously unselected package librtmp1:amd64.
11:00:41 #8 31.10 Preparing to unpack .../105-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ...
11:00:41 #8 31.10 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
11:00:41 #8 31.13 Selecting previously unselected package libcurl4:amd64.
11:00:41 #8 31.13 Preparing to unpack .../106-libcurl4_7.58.0-2ubuntu3.19_amd64.deb ...
11:00:41 #8 31.14 Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.19) ...
11:00:41 #8 31.18 Selecting previously unselected package curl.
11:00:41 #8 31.18 Preparing to unpack .../107-curl_7.58.0-2ubuntu3.19_amd64.deb ...
11:00:41 #8 31.19 Unpacking curl (7.58.0-2ubuntu3.19) ...
11:00:41 #8 31.23 Selecting previously unselected package dctrl-tools.
11:00:41 #8 31.23 Preparing to unpack .../108-dctrl-tools_2.24-2build1_amd64.deb ...
11:00:41 #8 31.24 Unpacking dctrl-tools (2.24-2build1) ...
11:00:41 #8 31.27 Selecting previously unselected package libtool.
11:00:41 #8 31.27 Preparing to unpack .../109-libtool_2.4.6-2_all.deb ...
11:00:41 #8 31.28 Unpacking libtool (2.4.6-2) ...
11:00:41 #8 31.32 Selecting previously unselected package dh-autoreconf.
11:00:42 #8 31.32 Preparing to unpack .../110-dh-autoreconf_17_all.deb ...
11:00:42 #8 31.32 Unpacking dh-autoreconf (17) ...
11:00:42 #8 31.35 Selecting previously unselected package libarchive-zip-perl.
11:00:42 #8 31.35 Preparing to unpack .../111-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ...
11:00:42 #8 31.36 Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ...
11:00:42 #8 31.39 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:00:42 #8 31.39 Preparing to unpack .../112-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ...
11:00:42 #8 31.40 Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
11:00:42 #8 31.42 Selecting previously unselected package libtimedate-perl.
11:00:42 #8 31.42 Preparing to unpack .../113-libtimedate-perl_2.3000-2_all.deb ...
11:00:42 #8 31.43 Unpacking libtimedate-perl (2.3000-2) ...
11:00:42 #8 31.46 Selecting previously unselected package dh-strip-nondeterminism.
11:00:42 #8 31.46 Preparing to unpack .../114-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ...
11:00:42 #8 31.46 Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ...
11:00:42 #8 31.49 Selecting previously unselected package libcroco3:amd64.
11:00:42 #8 31.49 Preparing to unpack .../115-libcroco3_0.6.12-2_amd64.deb ...
11:00:42 #8 31.50 Unpacking libcroco3:amd64 (0.6.12-2) ...
11:00:42 #8 31.53 Selecting previously unselected package gettext.
11:00:42 #8 31.53 Preparing to unpack .../116-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ...
11:00:42 #8 31.54 Unpacking gettext (0.19.8.1-6ubuntu0.3) ...
11:00:42 #8 31.68 Selecting previously unselected package intltool-debian.
11:00:42 #8 31.68 Preparing to unpack .../117-intltool-debian_0.35.0+20060710.4_all.deb ...
11:00:42 #8 31.68 Unpacking intltool-debian (0.35.0+20060710.4) ...
11:00:42 #8 31.71 Selecting previously unselected package po-debconf.
11:00:42 #8 31.71 Preparing to unpack .../118-po-debconf_1.0.20_all.deb ...
11:00:42 #8 31.71 Unpacking po-debconf (1.0.20) ...
11:00:42 #8 31.76 Selecting previously unselected package debhelper.
11:00:42 #8 31.76 Preparing to unpack .../119-debhelper_11.1.6ubuntu2_all.deb ...
11:00:42 #8 31.76 Unpacking debhelper (11.1.6ubuntu2) ...
11:00:42 #8 31.88 Selecting previously unselected package libfile-which-perl.
11:00:42 #8 31.88 Preparing to unpack .../120-libfile-which-perl_1.21-1_all.deb ...
11:00:42 #8 31.88 Unpacking libfile-which-perl (1.21-1) ...
11:00:42 #8 31.91 Selecting previously unselected package libfile-homedir-perl.
11:00:42 #8 31.91 Preparing to unpack .../121-libfile-homedir-perl_1.002-1_all.deb ...
11:00:42 #8 31.91 Unpacking libfile-homedir-perl (1.002-1) ...
11:00:42 #8 31.95 Selecting previously unselected package devscripts.
11:00:42 #8 31.95 Preparing to unpack .../122-devscripts_2.17.12ubuntu1.1_amd64.deb ...
11:00:42 #8 31.97 Unpacking devscripts (2.17.12ubuntu1.1) ...
11:00:42 #8 32.08 Selecting previously unselected package diffstat.
11:00:42 #8 32.08 Preparing to unpack .../123-diffstat_1.61-1build1_amd64.deb ...
11:00:42 #8 32.09 Unpacking diffstat (1.61-1build1) ...
11:00:42 #8 32.12 Selecting previously unselected package libassuan0:amd64.
11:00:42 #8 32.12 Preparing to unpack .../124-libassuan0_2.5.1-2_amd64.deb ...
11:00:42 #8 32.13 Unpacking libassuan0:amd64 (2.5.1-2) ...
11:00:42 #8 32.16 Selecting previously unselected package gpgconf.
11:00:42 #8 32.16 Preparing to unpack .../125-gpgconf_2.2.4-1ubuntu1.6_amd64.deb ...
11:00:42 #8 32.17 Unpacking gpgconf (2.2.4-1ubuntu1.6) ...
11:00:42 #8 32.21 Selecting previously unselected package libksba8:amd64.
11:00:42 #8 32.21 Preparing to unpack .../126-libksba8_1.3.5-2_amd64.deb ...
11:00:42 #8 32.21 Unpacking libksba8:amd64 (1.3.5-2) ...
11:00:42 #8 32.25 Selecting previously unselected package libnpth0:amd64.
11:00:42 #8 32.25 Preparing to unpack .../127-libnpth0_1.5-3_amd64.deb ...
11:00:42 #8 32.26 Unpacking libnpth0:amd64 (1.5-3) ...
11:00:42 #8 32.30 Selecting previously unselected package dirmngr.
11:00:42 #8 32.30 Preparing to unpack .../128-dirmngr_2.2.4-1ubuntu1.6_amd64.deb ...
11:00:42 #8 32.31 Unpacking dirmngr (2.2.4-1ubuntu1.6) ...
11:00:43 #8 32.37 Selecting previously unselected package python3-pkg-resources.
11:00:43 #8 32.38 Preparing to unpack .../129-python3-pkg-resources_39.0.1-2_all.deb ...
11:00:43 #8 32.38 Unpacking python3-pkg-resources (39.0.1-2) ...
11:00:43 #8 32.42 Selecting previously unselected package python3-chardet.
11:00:43 #8 32.42 Preparing to unpack .../130-python3-chardet_3.0.4-1_all.deb ...
11:00:43 #8 32.43 Unpacking python3-chardet (3.0.4-1) ...
11:00:43 #8 32.47 Selecting previously unselected package python3-six.
11:00:43 #8 32.47 Preparing to unpack .../131-python3-six_1.11.0-2_all.deb ...
11:00:43 #8 32.47 Unpacking python3-six (1.11.0-2) ...
11:00:43 #8 32.51 Selecting previously unselected package python3-debian.
11:00:43 #8 32.51 Preparing to unpack .../132-python3-debian_0.1.32_all.deb ...
11:00:43 #8 32.51 Unpacking python3-debian (0.1.32) ...
11:00:43 #8 32.54 Selecting previously unselected package gnupg-l10n.
11:00:43 #8 32.55 Preparing to unpack .../133-gnupg-l10n_2.2.4-1ubuntu1.6_all.deb ...
11:00:43 #8 32.55 Unpacking gnupg-l10n (2.2.4-1ubuntu1.6) ...
11:00:43 #8 32.58 Selecting previously unselected package gnupg-utils.
11:00:43 #8 32.58 Preparing to unpack .../134-gnupg-utils_2.2.4-1ubuntu1.6_amd64.deb ...
11:00:43 #8 32.59 Unpacking gnupg-utils (2.2.4-1ubuntu1.6) ...
11:00:43 #8 32.63 Selecting previously unselected package gpg.
11:00:43 #8 32.63 Preparing to unpack .../135-gpg_2.2.4-1ubuntu1.6_amd64.deb ...
11:00:43 #8 32.63 Unpacking gpg (2.2.4-1ubuntu1.6) ...
11:00:43 #8 32.70 Selecting previously unselected package pinentry-curses.
11:00:43 #8 32.70 Preparing to unpack .../136-pinentry-curses_1.1.0-1_amd64.deb ...
11:00:43 #8 32.71 Unpacking pinentry-curses (1.1.0-1) ...
11:00:43 #8 32.74 Selecting previously unselected package gpg-agent.
11:00:43 #8 32.74 Preparing to unpack .../137-gpg-agent_2.2.4-1ubuntu1.6_amd64.deb ...
11:00:43 #8 32.74 Unpacking gpg-agent (2.2.4-1ubuntu1.6) ...
11:00:43 #8 32.79 Selecting previously unselected package gpg-wks-client.
11:00:43 #8 32.79 Preparing to unpack .../138-gpg-wks-client_2.2.4-1ubuntu1.6_amd64.deb ...
11:00:43 #8 32.79 Unpacking gpg-wks-client (2.2.4-1ubuntu1.6) ...
11:00:43 #8 32.83 Selecting previously unselected package gpg-wks-server.
11:00:43 #8 32.83 Preparing to unpack .../139-gpg-wks-server_2.2.4-1ubuntu1.6_amd64.deb ...
11:00:43 #8 32.84 Unpacking gpg-wks-server (2.2.4-1ubuntu1.6) ...
11:00:43 #8 32.87 Selecting previously unselected package gpgsm.
11:00:43 #8 32.87 Preparing to unpack .../140-gpgsm_2.2.4-1ubuntu1.6_amd64.deb ...
11:00:43 #8 32.87 Unpacking gpgsm (2.2.4-1ubuntu1.6) ...
11:00:43 #8 32.93 Selecting previously unselected package gnupg.
11:00:43 #8 32.93 Preparing to unpack .../141-gnupg_2.2.4-1ubuntu1.6_amd64.deb ...
11:00:43 #8 32.94 Unpacking gnupg (2.2.4-1ubuntu1.6) ...
11:00:43 #8 32.98 Selecting previously unselected package libgpgme11:amd64.
11:00:43 #8 32.98 Preparing to unpack .../142-libgpgme11_1.10.0-1ubuntu2_amd64.deb ...
11:00:43 #8 32.99 Unpacking libgpgme11:amd64 (1.10.0-1ubuntu2) ...
11:00:43 #8 33.03 Selecting previously unselected package python3-gpg.
11:00:43 #8 33.03 Preparing to unpack .../143-python3-gpg_1.10.0-1ubuntu2_amd64.deb ...
11:00:43 #8 33.03 Unpacking python3-gpg (1.10.0-1ubuntu2) ...
11:00:43 #8 33.09 Selecting previously unselected package dput.
11:00:43 #8 33.09 Preparing to unpack .../144-dput_1.0.1ubuntu1_all.deb ...
11:00:43 #8 33.10 Unpacking dput (1.0.1ubuntu1) ...
11:00:43 #8 33.13 Selecting previously unselected package libfakeroot:amd64.
11:00:43 #8 33.13 Preparing to unpack .../145-libfakeroot_1.22-2ubuntu1_amd64.deb ...
11:00:43 #8 33.13 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ...
11:00:43 #8 33.17 Selecting previously unselected package fakeroot.
11:00:43 #8 33.17 Preparing to unpack .../146-fakeroot_1.22-2ubuntu1_amd64.deb ...
11:00:43 #8 33.17 Unpacking fakeroot (1.22-2ubuntu1) ...
11:00:43 #8 33.21 Selecting previously unselected package libcurl3-gnutls:amd64.
11:00:43 #8 33.21 Preparing to unpack .../147-libcurl3-gnutls_7.58.0-2ubuntu3.19_amd64.deb ...
11:00:43 #8 33.21 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.19) ...
11:00:43 #8 33.25 Selecting previously unselected package liberror-perl.
11:00:43 #8 33.25 Preparing to unpack .../148-liberror-perl_0.17025-1_all.deb ...
11:00:43 #8 33.26 Unpacking liberror-perl (0.17025-1) ...
11:00:43 #8 33.28 Selecting previously unselected package git-man.
11:00:43 #8 33.28 Preparing to unpack .../149-git-man_1%3a2.17.1-1ubuntu0.12_all.deb ...
11:00:43 #8 33.29 Unpacking git-man (1:2.17.1-1ubuntu0.12) ...
11:00:43 #8 33.39 Selecting previously unselected package git.
11:00:44 #8 33.39 Preparing to unpack .../150-git_1%3a2.17.1-1ubuntu0.12_amd64.deb ...
11:00:44 #8 33.41 Unpacking git (1:2.17.1-1ubuntu0.12) ...
11:00:44 #8 33.85 Selecting previously unselected package libalgorithm-diff-perl.
11:00:44 #8 33.86 Preparing to unpack .../151-libalgorithm-diff-perl_1.19.03-1_all.deb ...
11:00:44 #8 33.86 Unpacking libalgorithm-diff-perl (1.19.03-1) ...
11:00:44 #8 33.89 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:00:44 #8 33.89 Preparing to unpack .../152-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ...
11:00:44 #8 33.90 Unpacking libalgorithm-diff-xs-perl (0.04-5) ...
11:00:44 #8 33.92 Selecting previously unselected package libalgorithm-merge-perl.
11:00:44 #8 33.92 Preparing to unpack .../153-libalgorithm-merge-perl_0.08-3_all.deb ...
11:00:44 #8 33.93 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:00:44 #8 33.95 Selecting previously unselected package libapt-pkg-perl.
11:00:44 #8 33.95 Preparing to unpack .../154-libapt-pkg-perl_0.1.33build1_amd64.deb ...
11:00:44 #8 33.96 Unpacking libapt-pkg-perl (0.1.33build1) ...
11:00:44 #8 33.99 Selecting previously unselected package libarchive-cpio-perl.
11:00:44 #8 33.99 Preparing to unpack .../155-libarchive-cpio-perl_0.10-1_all.deb ...
11:00:44 #8 34.00 Unpacking libarchive-cpio-perl (0.10-1) ...
11:00:44 #8 34.02 Selecting previously unselected package libb-hooks-op-check-perl.
11:00:44 #8 34.02 Preparing to unpack .../156-libb-hooks-op-check-perl_0.22-1_amd64.deb ...
11:00:44 #8 34.03 Unpacking libb-hooks-op-check-perl (0.22-1) ...
11:00:44 #8 34.06 Selecting previously unselected package libdynaloader-functions-perl.
11:00:44 #8 34.06 Preparing to unpack .../157-libdynaloader-functions-perl_0.003-1_all.deb ...
11:00:44 #8 34.06 Unpacking libdynaloader-functions-perl (0.003-1) ...
11:00:44 #8 34.09 Selecting previously unselected package libdevel-callchecker-perl.
11:00:44 #8 34.09 Preparing to unpack .../158-libdevel-callchecker-perl_0.007-2build1_amd64.deb ...
11:00:44 #8 34.09 Unpacking libdevel-callchecker-perl (0.007-2build1) ...
11:00:44 #8 34.12 Selecting previously unselected package libparams-classify-perl.
11:00:44 #8 34.12 Preparing to unpack .../159-libparams-classify-perl_0.015-1_amd64.deb ...
11:00:44 #8 34.12 Unpacking libparams-classify-perl (0.015-1) ...
11:00:44 #8 34.15 Selecting previously unselected package libmodule-runtime-perl.
11:00:44 #8 34.16 Preparing to unpack .../160-libmodule-runtime-perl_0.016-1_all.deb ...
11:00:44 #8 34.16 Unpacking libmodule-runtime-perl (0.016-1) ...
11:00:44 #8 34.18 Selecting previously unselected package libtry-tiny-perl.
11:00:44 #8 34.18 Preparing to unpack .../161-libtry-tiny-perl_0.30-1_all.deb ...
11:00:44 #8 34.19 Unpacking libtry-tiny-perl (0.30-1) ...
11:00:44 #8 34.22 Selecting previously unselected package libmodule-implementation-perl.
11:00:44 #8 34.22 Preparing to unpack .../162-libmodule-implementation-perl_0.09-1_all.deb ...
11:00:44 #8 34.22 Unpacking libmodule-implementation-perl (0.09-1) ...
11:00:44 #8 34.25 Selecting previously unselected package libsub-exporter-progressive-perl.
11:00:44 #8 34.26 Preparing to unpack .../163-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:00:44 #8 34.26 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:00:44 #8 34.28 Selecting previously unselected package libvariable-magic-perl.
11:00:44 #8 34.28 Preparing to unpack .../164-libvariable-magic-perl_0.62-1_amd64.deb ...
11:00:44 #8 34.29 Unpacking libvariable-magic-perl (0.62-1) ...
11:00:44 #8 34.32 Selecting previously unselected package libb-hooks-endofscope-perl.
11:00:44 #8 34.33 Preparing to unpack .../165-libb-hooks-endofscope-perl_0.21-1_all.deb ...
11:00:44 #8 34.33 Unpacking libb-hooks-endofscope-perl (0.21-1) ...
11:00:44 #8 34.35 Selecting previously unselected package libhtml-tagset-perl.
11:00:44 #8 34.36 Preparing to unpack .../166-libhtml-tagset-perl_3.20-3_all.deb ...
11:00:44 #8 34.36 Unpacking libhtml-tagset-perl (3.20-3) ...
11:00:44 #8 34.38 Selecting previously unselected package liburi-perl.
11:00:45 #8 34.39 Preparing to unpack .../167-liburi-perl_1.73-1_all.deb ...
11:00:45 #8 34.43 Unpacking liburi-perl (1.73-1) ...
11:00:45 #8 34.47 Selecting previously unselected package libhtml-parser-perl.
11:00:45 #8 34.47 Preparing to unpack .../168-libhtml-parser-perl_3.72-3build1_amd64.deb ...
11:00:45 #8 34.47 Unpacking libhtml-parser-perl (3.72-3build1) ...
11:00:45 #8 34.51 Selecting previously unselected package libcgi-pm-perl.
11:00:45 #8 34.51 Preparing to unpack .../169-libcgi-pm-perl_4.38-1_all.deb ...
11:00:45 #8 34.51 Unpacking libcgi-pm-perl (4.38-1) ...
11:00:45 #8 34.55 Selecting previously unselected package libfcgi-perl.
11:00:45 #8 34.55 Preparing to unpack .../170-libfcgi-perl_0.78-2build1_amd64.deb ...
11:00:45 #8 34.56 Unpacking libfcgi-perl (0.78-2build1) ...
11:00:45 #8 34.58 Selecting previously unselected package libcgi-fast-perl.
11:00:45 #8 34.58 Preparing to unpack .../171-libcgi-fast-perl_1%3a2.13-1_all.deb ...
11:00:45 #8 34.59 Unpacking libcgi-fast-perl (1:2.13-1) ...
11:00:45 #8 34.61 Selecting previously unselected package libsub-name-perl.
11:00:45 #8 34.62 Preparing to unpack .../172-libsub-name-perl_0.21-1build1_amd64.deb ...
11:00:45 #8 34.62 Unpacking libsub-name-perl (0.21-1build1) ...
11:00:45 #8 34.65 Selecting previously unselected package libclass-accessor-perl.
11:00:45 #8 34.65 Preparing to unpack .../173-libclass-accessor-perl_0.51-1_all.deb ...
11:00:45 #8 34.65 Unpacking libclass-accessor-perl (0.51-1) ...
11:00:45 #8 34.68 Selecting previously unselected package libclass-method-modifiers-perl.
11:00:45 #8 34.69 Preparing to unpack .../174-libclass-method-modifiers-perl_2.12-1_all.deb ...
11:00:45 #8 34.69 Unpacking libclass-method-modifiers-perl (2.12-1) ...
11:00:45 #8 34.72 Selecting previously unselected package libclass-xsaccessor-perl.
11:00:45 #8 34.72 Preparing to unpack .../175-libclass-xsaccessor-perl_1.19-2build8_amd64.deb ...
11:00:45 #8 34.72 Unpacking libclass-xsaccessor-perl (1.19-2build8) ...
11:00:45 #8 34.75 Selecting previously unselected package libclone-perl.
11:00:45 #8 34.76 Preparing to unpack .../176-libclone-perl_0.39-1_amd64.deb ...
11:00:45 #8 34.76 Unpacking libclone-perl (0.39-1) ...
11:00:45 #8 34.79 Selecting previously unselected package libdata-dump-perl.
11:00:45 #8 34.79 Preparing to unpack .../177-libdata-dump-perl_1.23-1_all.deb ...
11:00:45 #8 34.79 Unpacking libdata-dump-perl (1.23-1) ...
11:00:45 #8 34.82 Selecting previously unselected package libparams-util-perl.
11:00:45 #8 34.82 Preparing to unpack .../178-libparams-util-perl_1.07-3build3_amd64.deb ...
11:00:45 #8 34.82 Unpacking libparams-util-perl (1.07-3build3) ...
11:00:45 #8 34.87 Selecting previously unselected package libsub-install-perl.
11:00:45 #8 34.87 Preparing to unpack .../179-libsub-install-perl_0.928-1_all.deb ...
11:00:45 #8 34.88 Unpacking libsub-install-perl (0.928-1) ...
11:00:45 #8 34.92 Selecting previously unselected package libdata-optlist-perl.
11:00:45 #8 34.92 Preparing to unpack .../180-libdata-optlist-perl_0.110-1_all.deb ...
11:00:45 #8 34.92 Unpacking libdata-optlist-perl (0.110-1) ...
11:00:45 #8 34.96 Selecting previously unselected package libdevel-globaldestruction-perl.
11:00:45 #8 34.96 Preparing to unpack .../181-libdevel-globaldestruction-perl_0.14-1_all.deb ...
11:00:45 #8 34.97 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
11:00:45 #8 35.03 Selecting previously unselected package libdigest-hmac-perl.
11:00:45 #8 35.04 Preparing to unpack .../182-libdigest-hmac-perl_1.03+dfsg-1_all.deb ...
11:00:45 #8 35.04 Unpacking libdigest-hmac-perl (1.03+dfsg-1) ...
11:00:45 #8 35.07 Selecting previously unselected package libdistro-info-perl.
11:00:45 #8 35.07 Preparing to unpack .../183-libdistro-info-perl_0.18ubuntu0.18.04.1_all.deb ...
11:00:45 #8 35.07 Unpacking libdistro-info-perl (0.18ubuntu0.18.04.1) ...
11:00:45 #8 35.10 Selecting previously unselected package perl-openssl-defaults:amd64.
11:00:45 #8 35.10 Preparing to unpack .../184-perl-openssl-defaults_3build1_amd64.deb ...
11:00:45 #8 35.11 Unpacking perl-openssl-defaults:amd64 (3build1) ...
11:00:45 #8 35.13 Selecting previously unselected package libnet-ssleay-perl.
11:00:45 #8 35.14 Preparing to unpack .../185-libnet-ssleay-perl_1.84-1ubuntu0.2_amd64.deb ...
11:00:45 #8 35.14 Unpacking libnet-ssleay-perl (1.84-1ubuntu0.2) ...
11:00:45 #8 35.20 Selecting previously unselected package libio-socket-ssl-perl.
11:00:45 #8 35.20 Preparing to unpack .../186-libio-socket-ssl-perl_2.060-3~ubuntu18.04.1_all.deb ...
11:00:45 #8 35.20 Unpacking libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
11:00:45 #8 35.25 Selecting previously unselected package libnet-smtp-ssl-perl.
11:00:45 #8 35.25 Preparing to unpack .../187-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:00:45 #8 35.25 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:00:45 #8 35.28 Selecting previously unselected package libmailtools-perl.
11:00:45 #8 35.28 Preparing to unpack .../188-libmailtools-perl_2.18-1_all.deb ...
11:00:45 #8 35.29 Unpacking libmailtools-perl (2.18-1) ...
11:00:45 #8 35.32 Selecting previously unselected package libsocket6-perl.
11:00:45 #8 35.32 Preparing to unpack .../189-libsocket6-perl_0.27-1build2_amd64.deb ...
11:00:45 #8 35.33 Unpacking libsocket6-perl (0.27-1build2) ...
11:00:45 #8 35.36 Selecting previously unselected package libio-socket-inet6-perl.
11:00:45 #8 35.36 Preparing to unpack .../190-libio-socket-inet6-perl_2.72-2_all.deb ...
11:00:45 #8 35.36 Unpacking libio-socket-inet6-perl (2.72-2) ...
11:00:45 #8 35.40 Selecting previously unselected package libnet-ip-perl.
11:00:45 #8 35.40 Preparing to unpack .../191-libnet-ip-perl_1.26-1_all.deb ...
11:00:45 #8 35.40 Unpacking libnet-ip-perl (1.26-1) ...
11:00:45 #8 35.43 Selecting previously unselected package libnet-dns-perl.
11:00:45 #8 35.43 Preparing to unpack .../192-libnet-dns-perl_1.10-2_all.deb ...
11:00:45 #8 35.44 Unpacking libnet-dns-perl (1.10-2) ...
11:00:45 #8 35.51 Selecting previously unselected package libnet-domain-tld-perl.
11:00:46 #8 35.51 Preparing to unpack .../193-libnet-domain-tld-perl_1.75-1_all.deb ...
11:00:46 #8 35.52 Unpacking libnet-domain-tld-perl (1.75-1) ...
11:00:46 #8 35.59 Selecting previously unselected package libemail-valid-perl.
11:00:46 #8 35.60 Preparing to unpack .../194-libemail-valid-perl_1.202-1_all.deb ...
11:00:46 #8 35.60 Unpacking libemail-valid-perl (1.202-1) ...
11:00:46 #8 35.67 Selecting previously unselected package libencode-locale-perl.
11:00:46 #8 35.67 Preparing to unpack .../195-libencode-locale-perl_1.05-1_all.deb ...
11:00:46 #8 35.68 Unpacking libencode-locale-perl (1.05-1) ...
11:00:46 #8 35.71 Selecting previously unselected package libexporter-tiny-perl.
11:00:46 #8 35.71 Preparing to unpack .../196-libexporter-tiny-perl_1.000000-2_all.deb ...
11:00:46 #8 35.71 Unpacking libexporter-tiny-perl (1.000000-2) ...
11:00:46 #8 35.75 Selecting previously unselected package libipc-system-simple-perl.
11:00:46 #8 35.75 Preparing to unpack .../197-libipc-system-simple-perl_1.25-4_all.deb ...
11:00:46 #8 35.76 Unpacking libipc-system-simple-perl (1.25-4) ...
11:00:46 #8 35.78 Selecting previously unselected package libfile-basedir-perl.
11:00:46 #8 35.79 Preparing to unpack .../198-libfile-basedir-perl_0.07-1_all.deb ...
11:00:46 #8 35.79 Unpacking libfile-basedir-perl (0.07-1) ...
11:00:46 #8 35.83 Selecting previously unselected package libfile-chdir-perl.
11:00:46 #8 35.83 Preparing to unpack .../199-libfile-chdir-perl_0.1008-1_all.deb ...
11:00:46 #8 35.84 Unpacking libfile-chdir-perl (0.1008-1) ...
11:00:46 #8 35.87 Selecting previously unselected package libfile-fcntllock-perl.
11:00:46 #8 35.87 Preparing to unpack .../200-libfile-fcntllock-perl_0.22-3build2_amd64.deb ...
11:00:46 #8 35.87 Unpacking libfile-fcntllock-perl (0.22-3build2) ...
11:00:46 #8 35.90 Selecting previously unselected package libhttp-date-perl.
11:00:46 #8 35.90 Preparing to unpack .../201-libhttp-date-perl_6.02-1_all.deb ...
11:00:46 #8 35.91 Unpacking libhttp-date-perl (6.02-1) ...
11:00:46 #8 35.94 Selecting previously unselected package libfile-listing-perl.
11:00:46 #8 35.94 Preparing to unpack .../202-libfile-listing-perl_6.04-1_all.deb ...
11:00:46 #8 35.94 Unpacking libfile-listing-perl (6.04-1) ...
11:00:46 #8 35.97 Selecting previously unselected package libfont-afm-perl.
11:00:46 #8 35.97 Preparing to unpack .../203-libfont-afm-perl_1.20-2_all.deb ...
11:00:46 #8 35.98 Unpacking libfont-afm-perl (1.20-2) ...
11:00:46 #8 36.00 Selecting previously unselected package libio-stringy-perl.
11:00:46 #8 36.00 Preparing to unpack .../204-libio-stringy-perl_2.111-2_all.deb ...
11:00:46 #8 36.01 Unpacking libio-stringy-perl (2.111-2) ...
11:00:46 #8 36.04 Selecting previously unselected package libparams-validate-perl.
11:00:46 #8 36.05 Preparing to unpack .../205-libparams-validate-perl_1.29-1_amd64.deb ...
11:00:46 #8 36.05 Unpacking libparams-validate-perl (1.29-1) ...
11:00:46 #8 36.09 Selecting previously unselected package libsub-exporter-perl.
11:00:46 #8 36.09 Preparing to unpack .../206-libsub-exporter-perl_0.987-1_all.deb ...
11:00:46 #8 36.10 Unpacking libsub-exporter-perl (0.987-1) ...
11:00:46 #8 36.13 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:00:46 #8 36.13 Preparing to unpack .../207-libgetopt-long-descriptive-perl_0.102-1_all.deb ...
11:00:46 #8 36.14 Unpacking libgetopt-long-descriptive-perl (0.102-1) ...
11:00:46 #8 36.17 Selecting previously unselected package libsort-versions-perl.
11:00:46 #8 36.17 Preparing to unpack .../208-libsort-versions-perl_1.62-1_all.deb ...
11:00:46 #8 36.17 Unpacking libsort-versions-perl (1.62-1) ...
11:00:46 #8 36.20 Selecting previously unselected package libgit-wrapper-perl.
11:00:46 #8 36.20 Preparing to unpack .../209-libgit-wrapper-perl_0.047-1_all.deb ...
11:00:46 #8 36.21 Unpacking libgit-wrapper-perl (0.047-1) ...
11:00:46 #8 36.24 Selecting previously unselected package libio-html-perl.
11:00:47 #8 36.24 Preparing to unpack .../210-libio-html-perl_1.001-1_all.deb ...
11:00:47 #8 36.25 Unpacking libio-html-perl (1.001-1) ...
11:00:47 #8 36.27 Selecting previously unselected package liblwp-mediatypes-perl.
11:00:47 #8 36.27 Preparing to unpack .../211-liblwp-mediatypes-perl_6.02-1_all.deb ...
11:00:47 #8 36.28 Unpacking liblwp-mediatypes-perl (6.02-1) ...
11:00:47 #8 36.30 Selecting previously unselected package libhttp-message-perl.
11:00:47 #8 36.31 Preparing to unpack .../212-libhttp-message-perl_6.14-1_all.deb ...
11:00:47 #8 36.31 Unpacking libhttp-message-perl (6.14-1) ...
11:00:47 #8 36.36 Selecting previously unselected package libhtml-form-perl.
11:00:47 #8 36.36 Preparing to unpack .../213-libhtml-form-perl_6.03-1_all.deb ...
11:00:47 #8 36.36 Unpacking libhtml-form-perl (6.03-1) ...
11:00:47 #8 36.40 Selecting previously unselected package libhtml-tree-perl.
11:00:47 #8 36.40 Preparing to unpack .../214-libhtml-tree-perl_5.07-1_all.deb ...
11:00:47 #8 36.40 Unpacking libhtml-tree-perl (5.07-1) ...
11:00:47 #8 36.46 Selecting previously unselected package libhtml-format-perl.
11:00:47 #8 36.46 Preparing to unpack .../215-libhtml-format-perl_2.12-1_all.deb ...
11:00:47 #8 36.47 Unpacking libhtml-format-perl (2.12-1) ...
11:00:47 #8 36.49 Selecting previously unselected package libhttp-cookies-perl.
11:00:47 #8 36.50 Preparing to unpack .../216-libhttp-cookies-perl_6.04-1_all.deb ...
11:00:47 #8 36.50 Unpacking libhttp-cookies-perl (6.04-1) ...
11:00:47 #8 36.53 Selecting previously unselected package libhttp-daemon-perl.
11:00:47 #8 36.53 Preparing to unpack .../217-libhttp-daemon-perl_6.01-1ubuntu0.1_all.deb ...
11:00:47 #8 36.53 Unpacking libhttp-daemon-perl (6.01-1ubuntu0.1) ...
11:00:47 #8 36.56 Selecting previously unselected package libhttp-negotiate-perl.
11:00:47 #8 36.56 Preparing to unpack .../218-libhttp-negotiate-perl_6.00-2_all.deb ...
11:00:47 #8 36.57 Unpacking libhttp-negotiate-perl (6.00-2) ...
11:00:47 #8 36.59 Selecting previously unselected package libimport-into-perl.
11:00:47 #8 36.59 Preparing to unpack .../219-libimport-into-perl_1.002005-1_all.deb ...
11:00:47 #8 36.60 Unpacking libimport-into-perl (1.002005-1) ...
11:00:47 #8 36.63 Selecting previously unselected package libio-pty-perl.
11:00:47 #8 36.63 Preparing to unpack .../220-libio-pty-perl_1%3a1.08-1.1build4_amd64.deb ...
11:00:47 #8 36.63 Unpacking libio-pty-perl (1:1.08-1.1build4) ...
11:00:47 #8 36.67 Selecting previously unselected package libio-string-perl.
11:00:47 #8 36.67 Preparing to unpack .../221-libio-string-perl_1.08-3_all.deb ...
11:00:47 #8 36.68 Unpacking libio-string-perl (1.08-3) ...
11:00:47 #8 36.71 Selecting previously unselected package libipc-run-perl.
11:00:47 #8 36.71 Preparing to unpack .../222-libipc-run-perl_0.96-1_all.deb ...
11:00:47 #8 36.72 Unpacking libipc-run-perl (0.96-1) ...
11:00:47 #8 36.75 Selecting previously unselected package liblist-compare-perl.
11:00:47 #8 36.75 Preparing to unpack .../223-liblist-compare-perl_0.53-1_all.deb ...
11:00:47 #8 36.76 Unpacking liblist-compare-perl (0.53-1) ...
11:00:47 #8 36.79 Selecting previously unselected package liblist-moreutils-perl.
11:00:47 #8 36.79 Preparing to unpack .../224-liblist-moreutils-perl_0.416-1build3_amd64.deb ...
11:00:47 #8 36.79 Unpacking liblist-moreutils-perl (0.416-1build3) ...
11:00:47 #8 36.83 Selecting previously unselected package libltdl7:amd64.
11:00:47 #8 36.83 Preparing to unpack .../225-libltdl7_2.4.6-2_amd64.deb ...
11:00:47 #8 36.84 Unpacking libltdl7:amd64 (2.4.6-2) ...
11:00:47 #8 36.87 Selecting previously unselected package libltdl-dev:amd64.
11:00:47 #8 36.87 Preparing to unpack .../226-libltdl-dev_2.4.6-2_amd64.deb ...
11:00:47 #8 36.88 Unpacking libltdl-dev:amd64 (2.4.6-2) ...
11:00:47 #8 36.93 Selecting previously unselected package libnet-http-perl.
11:00:47 #8 36.94 Preparing to unpack .../227-libnet-http-perl_6.17-1_all.deb ...
11:00:47 #8 36.94 Unpacking libnet-http-perl (6.17-1) ...
11:00:47 #8 36.97 Selecting previously unselected package libwww-robotrules-perl.
11:00:47 #8 36.97 Preparing to unpack .../228-libwww-robotrules-perl_6.01-1_all.deb ...
11:00:47 #8 36.97 Unpacking libwww-robotrules-perl (6.01-1) ...
11:00:47 #8 37.00 Selecting previously unselected package libwww-perl.
11:00:47 #8 37.00 Preparing to unpack .../229-libwww-perl_6.31-1ubuntu0.1_all.deb ...
11:00:47 #8 37.01 Unpacking libwww-perl (6.31-1ubuntu0.1) ...
11:00:47 #8 37.05 Selecting previously unselected package liblwp-protocol-https-perl.
11:00:47 #8 37.05 Preparing to unpack .../230-liblwp-protocol-https-perl_6.07-2_all.deb ...
11:00:47 #8 37.06 Unpacking liblwp-protocol-https-perl (6.07-2) ...
11:00:47 #8 37.08 Selecting previously unselected package libsys-hostname-long-perl.
11:00:47 #8 37.09 Preparing to unpack .../231-libsys-hostname-long-perl_1.5-1_all.deb ...
11:00:47 #8 37.09 Unpacking libsys-hostname-long-perl (1.5-1) ...
11:00:47 #8 37.12 Selecting previously unselected package libmail-sendmail-perl.
11:00:47 #8 37.12 Preparing to unpack .../232-libmail-sendmail-perl_0.80-1_all.deb ...
11:00:47 #8 37.13 Unpacking libmail-sendmail-perl (0.80-1) ...
11:00:47 #8 37.17 Selecting previously unselected package librole-tiny-perl.
11:00:47 #8 37.17 Preparing to unpack .../233-librole-tiny-perl_2.000006-1_all.deb ...
11:00:47 #8 37.18 Unpacking librole-tiny-perl (2.000006-1) ...
11:00:47 #8 37.21 Selecting previously unselected package libstrictures-perl.
11:00:47 #8 37.21 Preparing to unpack .../234-libstrictures-perl_2.000003-1_all.deb ...
11:00:47 #8 37.22 Unpacking libstrictures-perl (2.000003-1) ...
11:00:47 #8 37.25 Selecting previously unselected package libsub-quote-perl.
11:00:47 #8 37.26 Preparing to unpack .../235-libsub-quote-perl_2.005000-1_all.deb ...
11:00:47 #8 37.26 Unpacking libsub-quote-perl (2.005000-1) ...
11:00:47 #8 37.29 Selecting previously unselected package libmoo-perl.
11:00:48 #8 37.29 Preparing to unpack .../236-libmoo-perl_2.003004-1_all.deb ...
11:00:48 #8 37.30 Unpacking libmoo-perl (2.003004-1) ...
11:00:48 #8 37.33 Selecting previously unselected package libpackage-stash-perl.
11:00:48 #8 37.33 Preparing to unpack .../237-libpackage-stash-perl_0.37-1_all.deb ...
11:00:48 #8 37.33 Unpacking libpackage-stash-perl (0.37-1) ...
11:00:48 #8 37.37 Selecting previously unselected package libsub-identify-perl.
11:00:48 #8 37.37 Preparing to unpack .../238-libsub-identify-perl_0.14-1_amd64.deb ...
11:00:48 #8 37.37 Unpacking libsub-identify-perl (0.14-1) ...
11:00:48 #8 37.40 Selecting previously unselected package libnamespace-clean-perl.
11:00:48 #8 37.40 Preparing to unpack .../239-libnamespace-clean-perl_0.27-1_all.deb ...
11:00:48 #8 37.41 Unpacking libnamespace-clean-perl (0.27-1) ...
11:00:48 #8 37.44 Selecting previously unselected package libnumber-compare-perl.
11:00:48 #8 37.44 Preparing to unpack .../240-libnumber-compare-perl_0.03-1_all.deb ...
11:00:48 #8 37.44 Unpacking libnumber-compare-perl (0.03-1) ...
11:00:48 #8 37.47 Selecting previously unselected package libnumber-range-perl.
11:00:48 #8 37.47 Preparing to unpack .../241-libnumber-range-perl_0.12-1_all.deb ...
11:00:48 #8 37.47 Unpacking libnumber-range-perl (0.12-1) ...
11:00:48 #8 37.50 Selecting previously unselected package libpackage-stash-xs-perl.
11:00:48 #8 37.50 Preparing to unpack .../242-libpackage-stash-xs-perl_0.28-3build2_amd64.deb ...
11:00:48 #8 37.50 Unpacking libpackage-stash-xs-perl (0.28-3build2) ...
11:00:48 #8 37.53 Selecting previously unselected package libparse-debianchangelog-perl.
11:00:48 #8 37.53 Preparing to unpack .../243-libparse-debianchangelog-perl_1.2.0-12_all.deb ...
11:00:48 #8 37.54 Unpacking libparse-debianchangelog-perl (1.2.0-12) ...
11:00:48 #8 37.57 Selecting previously unselected package libtext-glob-perl.
11:00:48 #8 37.57 Preparing to unpack .../244-libtext-glob-perl_0.10-1_all.deb ...
11:00:48 #8 37.58 Unpacking libtext-glob-perl (0.10-1) ...
11:00:48 #8 37.61 Selecting previously unselected package libpath-iterator-rule-perl.
11:00:48 #8 37.62 Preparing to unpack .../245-libpath-iterator-rule-perl_1.009-1_all.deb ...
11:00:48 #8 37.62 Unpacking libpath-iterator-rule-perl (1.009-1) ...
11:00:48 #8 37.65 Selecting previously unselected package libpath-tiny-perl.
11:00:48 #8 37.65 Preparing to unpack .../246-libpath-tiny-perl_0.104-1_all.deb ...
11:00:48 #8 37.66 Unpacking libpath-tiny-perl (0.104-1) ...
11:00:48 #8 37.69 Selecting previously unselected package libperlio-gzip-perl.
11:00:48 #8 37.69 Preparing to unpack .../247-libperlio-gzip-perl_0.19-1build3_amd64.deb ...
11:00:48 #8 37.69 Unpacking libperlio-gzip-perl (0.19-1build3) ...
11:00:48 #8 37.72 Selecting previously unselected package libpod-constants-perl.
11:00:48 #8 37.72 Preparing to unpack .../248-libpod-constants-perl_0.19-1_all.deb ...
11:00:48 #8 37.73 Unpacking libpod-constants-perl (0.19-1) ...
11:00:48 #8 37.75 Selecting previously unselected package libregexp-pattern-license-perl.
11:00:48 #8 37.76 Preparing to unpack .../249-libregexp-pattern-license-perl_3.0.31-3_all.deb ...
11:00:48 #8 37.76 Unpacking libregexp-pattern-license-perl (3.0.31-3) ...
11:00:48 #8 37.79 Selecting previously unselected package libsasl2-modules:amd64.
11:00:48 #8 37.79 Preparing to unpack .../250-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.4_amd64.deb ...
11:00:48 #8 37.80 Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:00:48 #8 37.87 Selecting previously unselected package libsort-key-perl.
11:00:48 #8 37.87 Preparing to unpack .../251-libsort-key-perl_1.33-2_amd64.deb ...
11:00:48 #8 37.88 Unpacking libsort-key-perl (1.33-2) ...
11:00:48 #8 37.91 Selecting previously unselected package libstring-copyright-perl.
11:00:48 #8 37.91 Preparing to unpack .../252-libstring-copyright-perl_0.003005-1_all.deb ...
11:00:48 #8 37.91 Unpacking libstring-copyright-perl (0.003005-1) ...
11:00:48 #8 37.94 Selecting previously unselected package libstring-escape-perl.
11:00:48 #8 37.94 Preparing to unpack .../253-libstring-escape-perl_2010.002-2_all.deb ...
11:00:48 #8 37.94 Unpacking libstring-escape-perl (2010.002-2) ...
11:00:48 #8 37.97 Selecting previously unselected package libtext-levenshtein-perl.
11:00:48 #8 37.97 Preparing to unpack .../254-libtext-levenshtein-perl_0.13-1_all.deb ...
11:00:48 #8 37.98 Unpacking libtext-levenshtein-perl (0.13-1) ...
11:00:48 #8 38.00 Selecting previously unselected package libunicode-utf8-perl.
11:00:48 #8 38.01 Preparing to unpack .../255-libunicode-utf8-perl_0.60-1build4_amd64.deb ...
11:00:48 #8 38.01 Unpacking libunicode-utf8-perl (0.60-1build4) ...
11:00:48 #8 38.04 Selecting previously unselected package libxml-namespacesupport-perl.
11:00:48 #8 38.04 Preparing to unpack .../256-libxml-namespacesupport-perl_1.12-1_all.deb ...
11:00:48 #8 38.04 Unpacking libxml-namespacesupport-perl (1.12-1) ...
11:00:48 #8 38.07 Selecting previously unselected package libxml-sax-base-perl.
11:00:48 #8 38.07 Preparing to unpack .../257-libxml-sax-base-perl_1.09-1_all.deb ...
11:00:48 #8 38.07 Unpacking libxml-sax-base-perl (1.09-1) ...
11:00:48 #8 38.11 Selecting previously unselected package libxml-sax-perl.
11:00:48 #8 38.11 Preparing to unpack .../258-libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ...
11:00:48 #8 38.12 Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
11:00:48 #8 38.16 Selecting previously unselected package libxml-libxml-perl.
11:00:48 #8 38.16 Preparing to unpack .../259-libxml-libxml-perl_2.0128+dfsg-5_amd64.deb ...
11:00:48 #8 38.16 Unpacking libxml-libxml-perl (2.0128+dfsg-5) ...
11:00:48 #8 38.22 Selecting previously unselected package libxml-parser-perl.
11:00:48 #8 38.22 Preparing to unpack .../260-libxml-parser-perl_2.44-2build3_amd64.deb ...
11:00:48 #8 38.23 Unpacking libxml-parser-perl (2.44-2build3) ...
11:00:48 #8 38.28 Selecting previously unselected package libxml-sax-expat-perl.
11:00:48 #8 38.28 Preparing to unpack .../261-libxml-sax-expat-perl_0.40-2_all.deb ...
11:00:48 #8 38.28 Unpacking libxml-sax-expat-perl (0.40-2) ...
11:00:48 #8 38.32 Selecting previously unselected package libxml-simple-perl.
11:00:48 #8 38.32 Preparing to unpack .../262-libxml-simple-perl_2.24-1_all.deb ...
11:00:48 #8 38.33 Unpacking libxml-simple-perl (2.24-1) ...
11:00:48 #8 38.35 Selecting previously unselected package libyaml-libyaml-perl.
11:00:48 #8 38.36 Preparing to unpack .../263-libyaml-libyaml-perl_0.69+repack-1_amd64.deb ...
11:00:48 #8 38.36 Unpacking libyaml-libyaml-perl (0.69+repack-1) ...
11:00:48 #8 38.39 Selecting previously unselected package licensecheck.
11:00:48 #8 38.39 Preparing to unpack .../264-licensecheck_3.0.31-2_all.deb ...
11:00:48 #8 38.39 Unpacking licensecheck (3.0.31-2) ...
11:00:48 #8 38.42 Selecting previously unselected package patchutils.
11:00:49 #8 38.42 Preparing to unpack .../265-patchutils_0.3.4-2_amd64.deb ...
11:00:49 #8 38.43 Unpacking patchutils (0.3.4-2) ...
11:00:49 #8 38.46 Selecting previously unselected package t1utils.
11:00:49 #8 38.46 Preparing to unpack .../266-t1utils_1.41-2_amd64.deb ...
11:00:49 #8 38.47 Unpacking t1utils (1.41-2) ...
11:00:49 #8 38.50 Selecting previously unselected package lintian.
11:00:49 #8 38.50 Preparing to unpack .../267-lintian_2.5.81ubuntu1_all.deb ...
11:00:49 #8 38.51 Unpacking lintian (2.5.81ubuntu1) ...
11:00:49 #8 38.63 Selecting previously unselected package manpages-dev.
11:00:49 #8 38.63 Preparing to unpack .../268-manpages-dev_4.15-1_all.deb ...
11:00:49 #8 38.64 Unpacking manpages-dev (4.15-1) ...
11:00:49 #8 38.90 Selecting previously unselected package python3-certifi.
11:00:49 #8 38.90 Preparing to unpack .../269-python3-certifi_2018.1.18-2_all.deb ...
11:00:49 #8 38.91 Unpacking python3-certifi (2018.1.18-2) ...
11:00:49 #8 38.97 Selecting previously unselected package python3-idna.
11:00:49 #8 38.97 Preparing to unpack .../270-python3-idna_2.6-1_all.deb ...
11:00:49 #8 38.97 Unpacking python3-idna (2.6-1) ...
11:00:49 #8 39.01 Selecting previously unselected package python3-urllib3.
11:00:49 #8 39.01 Preparing to unpack .../271-python3-urllib3_1.22-1ubuntu0.18.04.2_all.deb ...
11:00:49 #8 39.01 Unpacking python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
11:00:49 #8 39.07 Selecting previously unselected package python3-requests.
11:00:49 #8 39.07 Preparing to unpack .../272-python3-requests_2.18.4-2ubuntu0.1_all.deb ...
11:00:49 #8 39.08 Unpacking python3-requests (2.18.4-2ubuntu0.1) ...
11:00:49 #8 39.12 Selecting previously unselected package python3-unidiff.
11:00:49 #8 39.12 Preparing to unpack .../273-python3-unidiff_0.5.4-1_all.deb ...
11:00:49 #8 39.13 Unpacking python3-unidiff (0.5.4-1) ...
11:00:49 #8 39.16 Selecting previously unselected package python3-xdg.
11:00:49 #8 39.16 Preparing to unpack .../274-python3-xdg_0.25-4ubuntu1.1_all.deb ...
11:00:49 #8 39.17 Unpacking python3-xdg (0.25-4ubuntu1.1) ...
11:00:49 #8 39.21 Selecting previously unselected package unzip.
11:00:49 #8 39.22 Preparing to unpack .../275-unzip_6.0-21ubuntu1.1_amd64.deb ...
11:00:49 #8 39.22 Unpacking unzip (6.0-21ubuntu1.1) ...
11:00:49 #8 39.26 Selecting previously unselected package wdiff.
11:00:49 #8 39.26 Preparing to unpack .../276-wdiff_1.2.2-2_amd64.deb ...
11:00:49 #8 39.27 Unpacking wdiff (1.2.2-2) ...
11:00:49 #8 39.30 Selecting previously unselected package equivs.
11:00:49 #8 39.30 Preparing to unpack .../277-equivs_2.1.0_all.deb ...
11:00:49 #8 39.30 Unpacking equivs (2.1.0) ...
11:00:49 #8 39.33 Selecting previously unselected package libauthen-sasl-perl.
11:00:49 #8 39.33 Preparing to unpack .../278-libauthen-sasl-perl_2.1600-1_all.deb ...
11:00:49 #8 39.34 Unpacking libauthen-sasl-perl (2.1600-1) ...
11:00:49 #8 39.38 Selecting previously unselected package python3-magic.
11:00:50 #8 39.38 Preparing to unpack .../279-python3-magic_2%3a0.4.15-1_all.deb ...
11:00:50 #8 39.38 Unpacking python3-magic (2:0.4.15-1) ...
11:00:50 #8 39.42 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:00:50 #8 39.44 Setting up python-apt-common (1.6.5ubuntu0.7) ...
11:00:50 #8 39.45 Setting up libnpth0:amd64 (1.5-3) ...
11:00:50 #8 39.46 Setting up libedit2:amd64 (3.1-20170329-1) ...
11:00:50 #8 39.47 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ...
11:00:50 #8 39.48 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ...
11:00:50 #8 39.49 Setting up readline-common (7.0-3) ...
11:00:50 #8 39.50 Setting up libapt-inst2.0:amd64 (1.6.14) ...
11:00:50 #8 39.51 Setting up manpages (4.15-1) ...
11:00:50 #8 39.52 Setting up git-man (1:2.17.1-1ubuntu0.12) ...
11:00:50 #8 39.53 Setting up libicu60:amd64 (60.2-3ubuntu3.2) ...
11:00:50 #8 39.54 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:00:50 #8 39.55 Setting up less (487-0.1) ...
11:00:50 #8 39.64 Setting up make (4.1-9.1ubuntu1) ...
11:00:50 #8 39.65 Setting up libapt-pkg-perl (0.1.33build1) ...
11:00:50 #8 39.66 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.10) ...
11:00:50 #8 39.77 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
11:00:50 #8 39.78 Setting up mime-support (3.60ubuntu1) ...
11:00:50 #8 39.81 Setting up iso-codes (3.79-1) ...
11:00:50 #8 39.82 Setting up libsigsegv2:amd64 (2.12-1) ...
11:00:50 #8 39.83 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
11:00:50 #8 39.85 Setting up libreadline7:amd64 (7.0-3) ...
11:00:50 #8 39.86 Setting up perl-openssl-defaults:amd64 (3build1) ...
11:00:50 #8 39.87 Setting up libpsl5:amd64 (0.19.1-5build1) ...
11:00:50 #8 39.88 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:00:50 #8 39.89 Setting up groff-base (1.22.3-10) ...
11:00:50 #8 39.91 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
11:00:50 #8 39.92 No schema files found: doing nothing.
11:00:50 #8 39.92 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:00:50 #8 39.94 Setting up unzip (6.0-21ubuntu1.1) ...
11:00:50 #8 39.96 Setting up linux-libc-dev:amd64 (4.15.0-189.200) ...
11:00:50 #8 39.99 Setting up libmpfr6:amd64 (4.0.1-1) ...
11:00:50 #8 40.00 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:00:50 #8 40.02 Setting up dctrl-tools (2.24-2build1) ...
11:00:50 #8 40.03 Setting up distro-info-data (0.37ubuntu0.14) ...
11:00:50 #8 40.04 Setting up gettext-base (0.19.8.1-6ubuntu0.3) ...
11:00:50 #8 40.06 Setting up libpipeline1:amd64 (1.5.0-1) ...
11:00:50 #8 40.07 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ...
11:00:50 #8 40.08 Setting up libksba8:amd64 (1.3.5-2) ...
11:00:50 #8 40.09 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
11:00:50 #8 40.10 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ...
11:00:50 #8 40.11 Setting up m4 (1.4.18-1) ...
11:00:50 #8 40.12 Setting up libgdbm5:amd64 (1.14.1-6) ...
11:00:50 #8 40.13 Setting up at (3.1.20-3.1ubuntu2) ...
11:00:50 #8 40.26 invoke-rc.d: could not determine current runlevel
11:00:50 #8 40.26 invoke-rc.d: policy-rc.d denied execution of start.
11:00:50 #8 40.27 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ...
11:00:50 #8 40.28 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ...
11:00:50 #8 40.29 Setting up ucf (3.0038) ...
11:00:50 #8 40.40 Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.6) ...
11:00:51 #8 40.41 Setting up libmagic-mgc (1:5.32-2ubuntu0.4) ...
11:00:51 #8 40.42 Setting up gnupg-l10n (2.2.4-1ubuntu1.6) ...
11:00:51 #8 40.43 Setting up libmagic1:amd64 (1:5.32-2ubuntu0.4) ...
11:00:51 #8 40.45 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
11:00:51 #8 40.46 Setting up libcroco3:amd64 (0.6.12-2) ...
11:00:51 #8 40.47 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ...
11:00:51 #8 40.48 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ...
11:00:51 #8 40.50 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ...
11:00:51 #8 40.51 Setting up libyaml-0-2:amd64 (0.1.7-2ubuntu3) ...
11:00:51 #8 40.52 Setting up patch (2.7.6-2ubuntu1.1) ...
11:00:51 #8 40.53 Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
11:00:51 #8 40.54 Setting up libunwind8:amd64 (1.2.1-8) ...
11:00:51 #8 40.55 Setting up krb5-locales (1.16-2ubuntu0.2) ...
11:00:51 #8 40.56 Setting up publicsuffix (20180223.1310-1) ...
11:00:51 #8 40.57 Setting up autotools-dev (20180224.1) ...
11:00:51 #8 40.58 Setting up t1utils (1.41-2) ...
11:00:51 #8 40.59 Setting up xz-utils (5.2.2-1.3ubuntu0.1) ...
11:00:51 #8 40.60 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:00:51 #8 40.60 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
11:00:51 #8 40.60 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
11:00:51 #8 40.60 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
11:00:51 #8 40.61 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
11:00:51 #8 40.61 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
11:00:51 #8 40.61 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
11:00:51 #8 40.61 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
11:00:51 #8 40.61 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
11:00:51 #8 40.61 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
11:00:51 #8 40.61 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
11:00:51 #8 40.61 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ...
11:00:51 #8 40.63 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ...
11:00:51 #8 40.64 Setting up libltdl7:amd64 (2.4.6-2) ...
11:00:51 #8 40.66 Setting up openssl (1.1.1-1ubuntu2.1~18.04.20) ...
11:00:51 #8 40.67 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.5) ...
11:00:51 #8 40.69 Setting up liblocale-gettext-perl (1.07-3build2) ...
11:00:51 #8 40.70 Setting up wdiff (1.2.2-2) ...
11:00:51 #8 40.71 Setting up shared-mime-info (1.9-2) ...
11:00:53 #8 42.75 Setting up libmpc3:amd64 (1.1.0-1) ...
11:00:53 #8 42.76 Setting up libc-dev-bin (2.27-3ubuntu1.6) ...
11:00:53 #8 42.77 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
11:00:53 #8 42.78 Setting up libgdbm-compat4:amd64 (1.14.1-6) ...
11:00:53 #8 42.79 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2.1) ...
11:00:53 #8 42.80 Setting up bsdmainutils (11.1.2ubuntu1) ...
11:00:53 #8 42.82 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
11:00:53 #8 42.82 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist
11:00:53 #8 42.83 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
11:00:53 #8 42.83 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
11:00:53 #8 42.84 Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
11:00:53 #8 42.90 Setting up ca-certificates (20211016~18.04.1) ...
11:00:53 #8 43.24 Updating certificates in /etc/ssl/certs...
11:00:54 #8 43.64 127 added, 0 removed; done.
11:00:54 #8 43.70 Setting up manpages-dev (4.15-1) ...
11:00:54 #8 43.72 Setting up libc6-dev:amd64 (2.27-3ubuntu1.6) ...
11:00:54 #8 43.73 Setting up libassuan0:amd64 (2.5.1-2) ...
11:00:54 #8 43.74 Setting up xdg-user-dirs (0.17-1ubuntu1) ...
11:00:54 #8 43.76 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ...
11:00:54 #8 43.78 Setting up libx11-data (2:1.6.4-3ubuntu0.4) ...
11:00:54 #8 43.79 Setting up diffstat (1.61-1build1) ...
11:00:54 #8 43.80 Setting up libxau6:amd64 (1:1.0.8-1ubuntu1) ...
11:00:54 #8 43.81 Setting up autopoint (0.19.8.1-6ubuntu0.3) ...
11:00:54 #8 43.82 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ...
11:00:54 #8 43.83 Setting up netbase (5.4) ...
11:00:54 #8 43.85 Setting up libisl19:amd64 (0.19-1) ...
11:00:54 #8 43.86 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.8) ...
11:00:54 #8 43.87 Setting up strace (4.21-1ubuntu1) ...
11:00:54 #8 43.88 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ...
11:00:54 #8 43.89 Setting up python3.6 (3.6.9-1~18.04ubuntu1.8) ...
11:00:54 #8 44.49 Setting up libltdl-dev:amd64 (2.4.6-2) ...
11:00:54 #8 44.51 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ...
11:00:55 #8 44.52 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ...
11:00:55 #8 44.53 Setting up gettext (0.19.8.1-6ubuntu0.3) ...
11:00:55 #8 44.54 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ...
11:00:55 #8 44.55 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ...
11:00:55 #8 44.56 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ...
11:00:55 #8 44.57 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ...
11:00:55 #8 44.58 Setting up gpgconf (2.2.4-1ubuntu1.6) ...
11:00:55 #8 44.59 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ...
11:00:55 #8 44.60 Setting up file (1:5.32-2ubuntu0.4) ...
11:00:55 #8 44.61 Setting up fakeroot (1.22-2ubuntu1) ...
11:00:55 #8 44.62 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:00:55 #8 44.62 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:00:55 #8 44.62 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:00:55 #8 44.62 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:00:55 #8 44.62 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:00:55 #8 44.62 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:00:55 #8 44.62 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:00:55 #8 44.62 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:00:55 #8 44.62 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:00:55 #8 44.63 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ...
11:00:55 #8 44.64 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
11:00:55 #8 44.65 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ...
11:00:55 #8 44.66 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
11:00:55 #8 44.67 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ...
11:00:55 #8 44.68 Setting up gpgsm (2.2.4-1ubuntu1.6) ...
11:00:55 #8 44.69 Setting up gnupg-utils (2.2.4-1ubuntu1.6) ...
11:00:55 #8 44.70 Setting up man-db (2.8.3-2ubuntu0.1) ...
11:00:55 #8 44.78 Building database of manual pages ...
11:00:55 #8 44.90 Setting up pinentry-curses (1.1.0-1) ...
11:00:55 #8 44.92 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ...
11:00:55 #8 44.93 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ...
11:00:55 #8 44.94 Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ...
11:00:55 #8 44.95 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ...
11:00:55 #8 44.96 Setting up gpg (2.2.4-1ubuntu1.6) ...
11:00:55 #8 44.97 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ...
11:00:55 #8 44.98 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
11:00:55 #8 44.99 Setting up cpp (4:7.4.0-1ubuntu2.3) ...
11:00:55 #8 45.01 Setting up python3 (3.6.7-1~18.04) ...
11:00:55 #8 45.31 Setting up python3-magic (2:0.4.15-1) ...
11:00:56 #8 45.45 Setting up python3-idna (2.6-1) ...
11:00:56 #8 45.64 Setting up python3-xdg (0.25-4ubuntu1.1) ...
11:00:56 #8 45.80 Setting up python3-six (1.11.0-2) ...
11:00:56 #8 45.95 Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.4) ...
11:00:56 #8 45.96 Setting up gpg-agent (2.2.4-1ubuntu1.6) ...
11:00:56 #8 45.98 Setting up python3-certifi (2018.1.18-2) ...
11:00:56 #8 46.13 Setting up gpg-wks-server (2.2.4-1ubuntu1.6) ...
11:00:56 #8 46.14 Setting up python3-pkg-resources (39.0.1-2) ...
11:00:56 #8 46.33 Setting up lsb-release (9.20170808ubuntu1) ...
11:00:57 #8 46.34 Setting up libxmuu1:amd64 (2:1.1.2-2) ...
11:00:57 #8 46.35 Setting up libgpgme11:amd64 (1.10.0-1ubuntu2) ...
11:00:57 #8 46.36 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ...
11:00:57 #8 46.38 Setting up perl (5.26.1-6ubuntu0.5) ...
11:00:57 #8 46.40 Setting up libfile-chdir-perl (0.1008-1) ...
11:00:57 #8 46.41 Setting up libsys-hostname-long-perl (1.5-1) ...
11:00:57 #8 46.42 Setting up libfile-fcntllock-perl (0.22-3build2) ...
11:00:57 #8 46.44 Setting up libtext-glob-perl (0.10-1) ...
11:00:57 #8 46.46 Setting up intltool-debian (0.35.0+20060710.4) ...
11:00:57 #8 46.47 Setting up libxml-sax-base-perl (1.09-1) ...
11:00:57 #8 46.48 Setting up libpackage-stash-xs-perl (0.28-3build2) ...
11:00:57 #8 46.49 Setting up libstrictures-perl (2.000003-1) ...
11:00:57 #8 46.50 Setting up liblwp-mediatypes-perl (6.02-1) ...
11:00:57 #8 46.52 Setting up libmail-sendmail-perl (0.80-1) ...
11:00:57 #8 46.53 Setting up libsocket6-perl (0.27-1build2) ...
11:00:57 #8 46.54 Setting up patchutils (0.3.4-2) ...
11:00:57 #8 46.55 Setting up python3-chardet (3.0.4-1) ...
11:00:57 #8 46.79 Setting up liburi-perl (1.73-1) ...
11:00:57 #8 46.80 Setting up libdata-dump-perl (1.23-1) ...
11:00:57 #8 46.81 Setting up libdigest-hmac-perl (1.03+dfsg-1) ...
11:00:57 #8 46.82 Setting up libio-string-perl (1.08-3) ...
11:00:57 #8 46.85 Setting up libalgorithm-diff-perl (1.19.03-1) ...
11:00:57 #8 46.86 Setting up libclone-perl (0.39-1) ...
11:00:57 #8 46.87 Setting up libclass-xsaccessor-perl (1.19-2build8) ...
11:00:57 #8 46.88 Setting up libnet-http-perl (6.17-1) ...
11:00:57 #8 46.89 Setting up libnumber-compare-perl (0.03-1) ...
11:00:57 #8 46.90 Setting up python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
11:00:57 #8 47.07 Setting up python3-unidiff (0.5.4-1) ...
11:00:57 #8 47.21 Setting up binutils (2.30-21ubuntu1~18.04.7) ...
11:00:57 #8 47.23 Setting up libunicode-utf8-perl (0.60-1build4) ...
11:00:57 #8 47.25 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ...
11:00:57 #8 47.26 Setting up libparams-util-perl (1.07-3build3) ...
11:00:57 #8 47.27 Setting up libsub-name-perl (0.21-1build1) ...
11:00:57 #8 47.28 Setting up openssh-client (1:7.6p1-4ubuntu0.7) ...
11:00:58 #8 47.37 Setting up libyaml-libyaml-perl (0.69+repack-1) ...
11:00:58 #8 47.38 Setting up libsub-quote-perl (2.005000-1) ...
11:00:58 #8 47.42 Setting up libfcgi-perl (0.78-2build1) ...
11:00:58 #8 47.43 Setting up libwww-robotrules-perl (6.01-1) ...
11:00:58 #8 47.44 Setting up python3-debian (0.1.32) ...
11:00:58 #8 47.60 Setting up libauthen-sasl-perl (2.1600-1) ...
11:00:58 #8 47.61 Setting up libclass-accessor-perl (0.51-1) ...
11:00:58 #8 47.62 Setting up libsort-key-perl (1.33-2) ...
11:00:58 #8 47.63 Setting up libhtml-tagset-perl (3.20-3) ...
11:00:58 #8 47.64 Setting up libpath-tiny-perl (0.104-1) ...
11:00:58 #8 47.65 Setting up libnet-domain-tld-perl (1.75-1) ...
11:00:58 #8 47.66 Setting up libsub-install-perl (0.928-1) ...
11:00:58 #8 47.67 Setting up libdata-optlist-perl (0.110-1) ...
11:00:58 #8 47.68 Setting up libio-stringy-perl (2.111-2) ...
11:00:58 #8 47.69 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:00:58 #8 47.70 Setting up libtry-tiny-perl (0.30-1) ...
11:00:58 #8 47.71 Setting up libclass-method-modifiers-perl (2.12-1) ...
11:00:58 #8 47.72 Setting up libfont-afm-perl (1.20-2) ...
11:00:58 #8 47.73 Setting up libregexp-pattern-license-perl (3.0.31-3) ...
11:00:58 #8 47.74 Setting up python3-apt (1.6.5ubuntu0.7) ...
11:00:58 #8 47.91 Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ...
11:00:58 #8 47.92 Setting up libxext6:amd64 (2:1.3.3-1) ...
11:00:58 #8 47.93 Setting up po-debconf (1.0.20) ...
11:00:58 #8 47.94 Setting up libdistro-info-perl (0.18ubuntu0.18.04.1) ...
11:00:58 #8 47.95 Setting up libio-socket-inet6-perl (2.72-2) ...
11:00:58 #8 47.96 Setting up libxml-namespacesupport-perl (1.12-1) ...
11:00:58 #8 47.97 Setting up libio-pty-perl (1:1.08-1.1build4) ...
11:00:58 #8 47.98 Setting up libfile-which-perl (1.21-1) ...
11:00:58 #8 47.99 Setting up libencode-locale-perl (1.05-1) ...
11:00:58 #8 48.01 Setting up libperlio-gzip-perl (0.19-1build3) ...
11:00:58 #8 48.02 Setting up libtext-levenshtein-perl (0.13-1) ...
11:00:58 #8 48.03 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ...
11:00:58 #8 48.04 Setting up liberror-perl (0.17025-1) ...
11:00:58 #8 48.05 Setting up libvariable-magic-perl (0.62-1) ...
11:00:58 #8 48.06 Setting up libtimedate-perl (2.3000-2) ...
11:00:58 #8 48.07 Setting up libnet-ip-perl (1.26-1) ...
11:00:58 #8 48.08 Setting up librole-tiny-perl (2.000006-1) ...
11:00:58 #8 48.09 Setting up libnet-ssleay-perl (1.84-1ubuntu0.2) ...
11:00:58 #8 48.10 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ...
11:00:58 #8 48.12 Setting up libfile-homedir-perl (1.002-1) ...
11:00:58 #8 48.13 Setting up libipc-system-simple-perl (1.25-4) ...
11:00:58 #8 48.14 Setting up libfile-basedir-perl (0.07-1) ...
11:00:58 #8 48.15 Setting up libstring-escape-perl (2010.002-2) ...
11:00:58 #8 48.16 Setting up libb-hooks-op-check-perl (0.22-1) ...
11:00:58 #8 48.18 Setting up libio-html-perl (1.001-1) ...
11:00:58 #8 48.19 Setting up libexporter-tiny-perl (1.000000-2) ...
11:00:58 #8 48.20 Setting up libarchive-cpio-perl (0.10-1) ...
11:00:58 #8 48.21 Setting up libdpkg-perl (1.19.0.5ubuntu2.4) ...
11:00:58 #8 48.22 Setting up libnumber-range-perl (0.12-1) ...
11:00:58 #8 48.24 Setting up liblist-compare-perl (0.53-1) ...
11:00:58 #8 48.25 Setting up autoconf (2.69-11) ...
11:00:58 #8 48.27 Setting up libpath-iterator-rule-perl (1.009-1) ...
11:00:58 #8 48.28 Setting up gcc (4:7.4.0-1ubuntu2.3) ...
11:00:59 #8 48.30 Setting up python3-gpg (1.10.0-1ubuntu2) ...
11:00:59 #8 48.48 Setting up libnet-dns-perl (1.10-2) ...
11:00:59 #8 48.49 Setting up libsub-identify-perl (0.14-1) ...
11:00:59 #8 48.50 Setting up libpod-constants-perl (0.19-1) ...
11:00:59 #8 48.51 Setting up libsort-versions-perl (1.62-1) ...
11:00:59 #8 48.52 Setting up libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
11:00:59 #8 48.53 Setting up libdynaloader-functions-perl (0.003-1) ...
11:00:59 #8 48.54 Setting up libsub-exporter-perl (0.987-1) ...
11:00:59 #8 48.55 Setting up xauth (1:1.0.10-1) ...
11:00:59 #8 48.56 Setting up libalgorithm-merge-perl (0.08-3) ...
11:00:59 #8 48.57 Setting up dpkg-dev (1.19.0.5ubuntu2.4) ...
11:00:59 #8 48.59 Setting up libalgorithm-diff-xs-perl (0.04-5) ...
11:00:59 #8 48.60 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.11) ...
11:00:59 #8 48.61 Setting up dput (1.0.1ubuntu1) ...
11:00:59 #8 48.76 Setting up libstring-copyright-perl (0.003005-1) ...
11:00:59 #8 48.77 Setting up libhtml-parser-perl (3.72-3build1) ...
11:00:59 #8 48.79 Setting up automake (1:1.15.1-3ubuntu2) ...
11:00:59 #8 48.80 update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
11:00:59 #8 48.80 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.15.1.gz (of link group automake) doesn't exist
11:00:59 #8 48.80 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.15.1.gz (of link group automake) doesn't exist
11:00:59 #8 48.81 Setting up libipc-run-perl (0.96-1) ...
11:00:59 #8 48.82 Setting up libcgi-pm-perl (4.38-1) ...
11:00:59 #8 48.83 Setting up libdevel-globaldestruction-perl (0.14-1) ...
11:00:59 #8 48.84 Setting up python3-requests (2.18.4-2ubuntu0.1) ...
11:00:59 #8 49.01 Setting up libparse-debianchangelog-perl (1.2.0-12) ...
11:00:59 #8 49.02 Setting up g++ (4:7.4.0-1ubuntu2.3) ...
11:00:59 #8 49.04 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:00:59 #8 49.04 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
11:00:59 #8 49.04 Setting up dirmngr (2.2.4-1ubuntu1.6) ...
11:00:59 #8 49.07 Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
11:00:59 #8 49.08 Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
11:00:59 #8 49.13 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:00:59 #8 49.18 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:00:59 #8 49.30 
11:00:59 #8 49.30 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:00:59 #8 49.40 Setting up liblist-moreutils-perl (0.416-1build3) ...
11:01:00 #8 49.41 Setting up libtool (2.4.6-2) ...
11:01:00 #8 49.43 Setting up libhttp-date-perl (6.02-1) ...
11:01:00 #8 49.44 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:01:00 #8 49.45 Setting up build-essential (12.4ubuntu1) ...
11:01:00 #8 49.46 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.19) ...
11:01:00 #8 49.47 Setting up libdevel-callchecker-perl (0.007-2build1) ...
11:01:00 #8 49.48 Setting up libcurl4:amd64 (7.58.0-2ubuntu3.19) ...
11:01:00 #8 49.49 Setting up devscripts (2.17.12ubuntu1.1) ...
11:01:00 #8 49.67 Setting up gpg-wks-client (2.2.4-1ubuntu1.6) ...
11:01:00 #8 49.68 Setting up libcgi-fast-perl (1:2.13-1) ...
11:01:00 #8 49.69 Setting up libhtml-tree-perl (5.07-1) ...
11:01:00 #8 49.71 Setting up libfile-listing-perl (6.04-1) ...
11:01:00 #8 49.73 Setting up libhttp-message-perl (6.14-1) ...
11:01:00 #8 49.74 Setting up libxml-libxml-perl (2.0128+dfsg-5) ...
11:01:00 #8 49.78 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:01:00 #8 49.84 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:01:00 #8 49.90 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:01:00 #8 50.02 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:01:00 #8 50.04 Setting up libparams-classify-perl (0.015-1) ...
11:01:00 #8 50.05 Setting up git (1:2.17.1-1ubuntu0.12) ...
11:01:00 #8 50.08 Setting up libhttp-negotiate-perl (6.00-2) ...
11:01:00 #8 50.09 Setting up libmailtools-perl (2.18-1) ...
11:01:00 #8 50.10 Setting up libgit-wrapper-perl (0.047-1) ...
11:01:00 #8 50.11 Setting up libhtml-format-perl (2.12-1) ...
11:01:00 #8 50.12 Setting up libemail-valid-perl (1.202-1) ...
11:01:00 #8 50.13 Setting up libhttp-cookies-perl (6.04-1) ...
11:01:00 #8 50.14 Setting up curl (7.58.0-2ubuntu3.19) ...
11:01:00 #8 50.16 Setting up libmodule-runtime-perl (0.016-1) ...
11:01:00 #8 50.17 Setting up gnupg (2.2.4-1ubuntu1.6) ...
11:01:00 #8 50.18 Setting up libhttp-daemon-perl (6.01-1ubuntu0.1) ...
11:01:00 #8 50.19 Setting up libxml-simple-perl (2.24-1) ...
11:01:00 #8 50.20 Setting up lintian (2.5.81ubuntu1) ...
11:01:00 #8 50.21 Setting up libhtml-form-perl (6.03-1) ...
11:01:00 #8 50.22 Setting up libimport-into-perl (1.002005-1) ...
11:01:00 #8 50.23 Setting up libmodule-implementation-perl (0.09-1) ...
11:01:00 #8 50.25 Setting up libparams-validate-perl (1.29-1) ...
11:01:00 #8 50.26 Setting up libmoo-perl (2.003004-1) ...
11:01:00 #8 50.27 Setting up libb-hooks-endofscope-perl (0.21-1) ...
11:01:00 #8 50.28 Setting up libpackage-stash-perl (0.37-1) ...
11:01:00 #8 50.30 Setting up libgetopt-long-descriptive-perl (0.102-1) ...
11:01:00 #8 50.31 Setting up libnamespace-clean-perl (0.27-1) ...
11:01:00 #8 50.32 Setting up licensecheck (3.0.31-2) ...
11:01:00 #8 50.33 Setting up dh-autoreconf (17) ...
11:01:00 #8 50.34 Setting up libwww-perl (6.31-1ubuntu0.1) ...
11:01:00 #8 50.35 Setting up debhelper (11.1.6ubuntu2) ...
11:01:00 #8 50.36 Setting up equivs (2.1.0) ...
11:01:00 #8 50.37 Setting up liblwp-protocol-https-perl (6.07-2) ...
11:01:00 #8 50.39 Setting up dh-strip-nondeterminism (0.040-1.1~build1) ...
11:01:00 #8 50.40 Setting up libxml-parser-perl (2.44-2build3) ...
11:01:00 #8 50.42 Setting up libxml-sax-expat-perl (0.40-2) ...
11:01:00 #8 50.46 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:01:01 #8 50.50 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:01:01 #8 50.62 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:01:01 #8 50.65 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
11:01:01 #8 50.67 Processing triggers for ca-certificates (20211016~18.04.1) ...
11:01:01 #8 50.68 Updating certificates in /etc/ssl/certs...
11:01:01 #8 51.00 0 added, 0 removed; done.
11:01:01 #8 51.00 Running hooks in /etc/ca-certificates/update.d...
11:01:01 #8 51.00 done.
11:01:02 #8 DONE 52.1s
11:01:02 
11:01:02 #10 [stage-1 3/8] COPY common /root/build-deb/debian
11:01:02 #10 sha256:4d1b318cbf779673ddf2137da518556962c08c8bdf69464da9c3c5401cac622a
11:01:02 #10 DONE 0.1s
11:01:02 
11:01:02 #11 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
11:01:02 #11 sha256:ad0284135c4a097ec83e84b7f7aab0b5359dbfbeaa2ee3e19804e0e72f9caaa7
11:01:03 #11 0.699 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
11:01:03 #11 0.702 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease
11:01:03 #11 0.715 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
11:01:03 #11 0.727 Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
11:01:04 #11 1.012 Reading package lists...
11:01:05 #11 2.786 dh_testdir
11:01:05 #11 2.803 dh_testroot
11:01:05 #11 2.819 dh_prep
11:01:05 #11 2.837 dh_testdir
11:01:05 #11 2.853 dh_testroot
11:01:05 #11 2.869 dh_install
11:01:05 #11 2.892 dh_installdocs
11:01:05 #11 2.924 dh_installchangelogs
11:01:05 #11 2.986 dh_compress
11:01:05 #11 3.018 dh_fixperms
11:01:06 #11 3.057 dh_installdeb
11:01:06 #11 3.081 dh_gencontrol
11:01:06 #11 3.188 dh_md5sums
11:01:06 #11 3.215 dh_builddeb
11:01:06 #11 3.232 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:01:06 #11 3.252 
11:01:06 #11 3.252 The package has been created.
11:01:06 #11 3.252 Attention, the package has been created in the current directory,
11:01:06 #11 3.252 not in ".." as indicated by the message above!
11:01:06 #11 3.273 Selecting previously unselected package docker-ce-build-deps.
11:01:06 #11 3.285 (Reading database ... 21449 files and directories currently installed.)
11:01:06 #11 3.286 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:01:06 #11 3.289 Unpacking docker-ce-build-deps (1.0) ...
11:01:07 #11 3.355 Reading package lists...
11:01:07 #11 4.449 Building dependency tree...
11:01:07 #11 4.633 Reading state information...
11:01:07 #11 4.656 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:01:07 #11 4.688 Starting 2 pkgProblemResolver with broken count: 0
11:01:07 #11 4.690 Done
11:01:07 #11 4.707  Done
11:01:07 #11 4.713 Starting pkgProblemResolver with broken count: 0
11:01:07 #11 4.735 Starting 2 pkgProblemResolver with broken count: 0
11:01:07 #11 4.736 Done
11:01:07 #11 4.817 The following additional packages will be installed:
11:01:07 #11 4.817   bash-completion btrfs-progs btrfs-tools cmake cmake-data dh-apparmor
11:01:07 #11 4.817   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
11:01:07 #11 4.817   libjsoncpp1 liblzo2-2 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
11:01:07 #11 4.817   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
11:01:07 #11 4.817   libudev-dev libuv1 pkg-config
11:01:07 #11 4.818 Suggested packages:
11:01:07 #11 4.818   duperemove cmake-doc ninja-build apparmor-easyprof lrzip seccomp
11:01:07 #11 4.818 Recommended packages:
11:01:07 #11 4.818   dmsetup
11:01:07 #11 4.862 The following NEW packages will be installed:
11:01:07 #11 4.863   bash-completion btrfs-progs btrfs-tools cmake cmake-data dh-apparmor
11:01:07 #11 4.863   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
11:01:07 #11 4.863   libjsoncpp1 liblzo2-2 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
11:01:07 #11 4.863   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
11:01:07 #11 4.864   libudev-dev libuv1 pkg-config
11:01:08 #11 5.278 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
11:01:08 #11 5.278 1 not fully installed or removed.
11:01:08 #11 5.278 Need to get 7655 kB of archives.
11:01:08 #11 5.278 After this operation, 39.9 MB of additional disk space will be used.
11:01:08 #11 5.278 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 bash-completion all 1:2.8-1ubuntu1 [168 kB]
11:01:08 #11 5.636 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.2 [1332 kB]
11:01:08 #11 5.890 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB]
11:01:08 #11 5.893 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.7 [288 kB]
11:01:08 #11 5.911 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB]
11:01:08 #11 5.915 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB]
11:01:08 #11 5.919 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB]
11:01:08 #11 5.922 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.2 [3152 kB]
11:01:08 #11 6.096 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 dh-apparmor all 2.12-4ubuntu5.1 [11.2 kB]
11:01:08 #11 6.097 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 btrfs-progs amd64 4.15.1-1build1 [625 kB]
11:01:08 #11 6.104 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 btrfs-tools amd64 4.15.1-1build1 [2604 B]
11:01:08 #11 6.105 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB]
11:01:08 #11 6.108 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [10.9 kB]
11:01:08 #11 6.109 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev-dev amd64 237-3ubuntu10.53 [19.1 kB]
11:01:08 #11 6.110 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsepol1-dev amd64 2.7-1ubuntu0.1 [324 kB]
11:01:08 #11 6.122 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcre16-3 amd64 2:8.39-9ubuntu0.1 [147 kB]
11:01:09 #11 6.129 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcre32-3 amd64 2:8.39-9ubuntu0.1 [138 kB]
11:01:09 #11 6.171 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcrecpp0v5 amd64 2:8.39-9ubuntu0.1 [15.3 kB]
11:01:09 #11 6.245 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcre3-dev amd64 2:8.39-9ubuntu0.1 [536 kB]
11:01:09 #11 6.254 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libselinux1-dev amd64 2.7-2build2 [149 kB]
11:01:09 #11 6.256 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper-dev amd64 2:1.02.145-4.1ubuntu3.18.04.3 [35.0 kB]
11:01:09 #11 6.257 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1~18.04.2 [81.7 kB]
11:01:09 #11 6.258 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.53 [184 kB]
11:01:09 #11 6.261 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB]
11:01:09 #11 6.422 debconf: delaying package configuration, since apt-utils is not installed
11:01:09 #11 6.451 Fetched 7655 kB in 1s (5526 kB/s)
11:01:09 #11 6.480 Selecting previously unselected package bash-completion.
11:01:09 #11 6.480 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21453 files and directories currently installed.)
11:01:09 #11 6.494 Preparing to unpack .../00-bash-completion_1%3a2.8-1ubuntu1_all.deb ...
11:01:09 #11 7.041 Unpacking bash-completion (1:2.8-1ubuntu1) ...
11:01:10 #11 7.162 Selecting previously unselected package cmake-data.
11:01:10 #11 7.164 Preparing to unpack .../01-cmake-data_3.10.2-1ubuntu2.18.04.2_all.deb ...
11:01:10 #11 7.169 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.2) ...
11:01:10 #11 7.552 Selecting previously unselected package liblzo2-2:amd64.
11:01:10 #11 7.555 Preparing to unpack .../02-liblzo2-2_2.08-1.2_amd64.deb ...
11:01:10 #11 7.558 Unpacking liblzo2-2:amd64 (2.08-1.2) ...
11:01:10 #11 7.594 Selecting previously unselected package libarchive13:amd64.
11:01:10 #11 7.596 Preparing to unpack .../03-libarchive13_3.2.2-3.1ubuntu0.7_amd64.deb ...
11:01:10 #11 7.602 Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.7) ...
11:01:10 #11 7.657 Selecting previously unselected package libjsoncpp1:amd64.
11:01:10 #11 7.659 Preparing to unpack .../04-libjsoncpp1_1.7.4-3_amd64.deb ...
11:01:10 #11 7.663 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
11:01:10 #11 7.702 Selecting previously unselected package librhash0:amd64.
11:01:10 #11 7.704 Preparing to unpack .../05-librhash0_1.3.6-2_amd64.deb ...
11:01:10 #11 7.708 Unpacking librhash0:amd64 (1.3.6-2) ...
11:01:10 #11 7.743 Selecting previously unselected package libuv1:amd64.
11:01:10 #11 7.746 Preparing to unpack .../06-libuv1_1.18.0-3_amd64.deb ...
11:01:10 #11 7.749 Unpacking libuv1:amd64 (1.18.0-3) ...
11:01:10 #11 7.778 Selecting previously unselected package cmake.
11:01:10 #11 7.781 Preparing to unpack .../07-cmake_3.10.2-1ubuntu2.18.04.2_amd64.deb ...
11:01:10 #11 7.783 Unpacking cmake (3.10.2-1ubuntu2.18.04.2) ...
11:01:10 #11 8.114 Selecting previously unselected package dh-apparmor.
11:01:10 #11 8.116 Preparing to unpack .../08-dh-apparmor_2.12-4ubuntu5.1_all.deb ...
11:01:10 #11 8.120 Unpacking dh-apparmor (2.12-4ubuntu5.1) ...
11:01:10 #11 8.149 Selecting previously unselected package btrfs-progs.
11:01:10 #11 8.151 Preparing to unpack .../09-btrfs-progs_4.15.1-1build1_amd64.deb ...
11:01:10 #11 8.154 Unpacking btrfs-progs (4.15.1-1build1) ...
11:01:11 #11 8.243 Selecting previously unselected package btrfs-tools.
11:01:11 #11 8.246 Preparing to unpack .../10-btrfs-tools_4.15.1-1build1_amd64.deb ...
11:01:11 #11 8.249 Unpacking btrfs-tools (4.15.1-1build1) ...
11:01:11 #11 8.280 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:01:11 #11 8.282 Preparing to unpack .../11-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
11:01:11 #11 8.285 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:01:11 #11 8.327 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
11:01:11 #11 8.330 Preparing to unpack .../12-libdevmapper-event1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
11:01:11 #11 8.333 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:01:11 #11 8.377 Selecting previously unselected package libudev-dev:amd64.
11:01:11 #11 8.380 Preparing to unpack .../13-libudev-dev_237-3ubuntu10.53_amd64.deb ...
11:01:11 #11 8.388 Unpacking libudev-dev:amd64 (237-3ubuntu10.53) ...
11:01:11 #11 8.416 Selecting previously unselected package libsepol1-dev:amd64.
11:01:11 #11 8.419 Preparing to unpack .../14-libsepol1-dev_2.7-1ubuntu0.1_amd64.deb ...
11:01:11 #11 8.422 Unpacking libsepol1-dev:amd64 (2.7-1ubuntu0.1) ...
11:01:11 #11 8.492 Selecting previously unselected package libpcre16-3:amd64.
11:01:11 #11 8.494 Preparing to unpack .../15-libpcre16-3_2%3a8.39-9ubuntu0.1_amd64.deb ...
11:01:11 #11 8.499 Unpacking libpcre16-3:amd64 (2:8.39-9ubuntu0.1) ...
11:01:11 #11 8.549 Selecting previously unselected package libpcre32-3:amd64.
11:01:11 #11 8.551 Preparing to unpack .../16-libpcre32-3_2%3a8.39-9ubuntu0.1_amd64.deb ...
11:01:11 #11 8.556 Unpacking libpcre32-3:amd64 (2:8.39-9ubuntu0.1) ...
11:01:11 #11 8.606 Selecting previously unselected package libpcrecpp0v5:amd64.
11:01:11 #11 8.608 Preparing to unpack .../17-libpcrecpp0v5_2%3a8.39-9ubuntu0.1_amd64.deb ...
11:01:11 #11 8.611 Unpacking libpcrecpp0v5:amd64 (2:8.39-9ubuntu0.1) ...
11:01:11 #11 8.639 Selecting previously unselected package libpcre3-dev:amd64.
11:01:11 #11 8.642 Preparing to unpack .../18-libpcre3-dev_2%3a8.39-9ubuntu0.1_amd64.deb ...
11:01:11 #11 8.646 Unpacking libpcre3-dev:amd64 (2:8.39-9ubuntu0.1) ...
11:01:11 #11 8.728 Selecting previously unselected package libselinux1-dev:amd64.
11:01:11 #11 8.730 Preparing to unpack .../19-libselinux1-dev_2.7-2build2_amd64.deb ...
11:01:11 #11 8.736 Unpacking libselinux1-dev:amd64 (2.7-2build2) ...
11:01:11 #11 8.781 Selecting previously unselected package libdevmapper-dev:amd64.
11:01:11 #11 8.783 Preparing to unpack .../20-libdevmapper-dev_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
11:01:11 #11 8.786 Unpacking libdevmapper-dev:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:01:11 #11 8.817 Selecting previously unselected package libseccomp-dev:amd64.
11:01:11 #11 8.820 Preparing to unpack .../21-libseccomp-dev_2.5.1-1ubuntu1~18.04.2_amd64.deb ...
11:01:11 #11 8.823 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1~18.04.2) ...
11:01:11 #11 8.860 Selecting previously unselected package libsystemd-dev:amd64.
11:01:11 #11 8.863 Preparing to unpack .../22-libsystemd-dev_237-3ubuntu10.53_amd64.deb ...
11:01:11 #11 8.866 Unpacking libsystemd-dev:amd64 (237-3ubuntu10.53) ...
11:01:11 #11 8.924 Selecting previously unselected package pkg-config.
11:01:11 #11 8.926 Preparing to unpack .../23-pkg-config_0.29.1-0ubuntu2_amd64.deb ...
11:01:11 #11 8.929 Unpacking pkg-config (0.29.1-0ubuntu2) ...
11:01:11 #11 8.995 Setting up libsepol1-dev:amd64 (2.7-1ubuntu0.1) ...
11:01:11 #11 9.006 Setting up libuv1:amd64 (1.18.0-3) ...
11:01:11 #11 9.016 Setting up bash-completion (1:2.8-1ubuntu1) ...
11:01:12 #11 9.593 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1~18.04.2) ...
11:01:12 #11 9.600 Setting up cmake-data (3.10.2-1ubuntu2.18.04.2) ...
11:01:12 #11 9.616 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:01:12 #11 9.629 Setting up librhash0:amd64 (1.3.6-2) ...
11:01:12 #11 9.641 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:01:12 #11 9.651 Setting up pkg-config (0.29.1-0ubuntu2) ...
11:01:12 #11 9.694 Setting up dh-apparmor (2.12-4ubuntu5.1) ...
11:01:12 #11 9.705 Setting up libpcrecpp0v5:amd64 (2:8.39-9ubuntu0.1) ...
11:01:12 #11 9.716 Setting up libpcre32-3:amd64 (2:8.39-9ubuntu0.1) ...
11:01:12 #11 9.726 Setting up libsystemd-dev:amd64 (237-3ubuntu10.53) ...
11:01:12 #11 9.736 Setting up libpcre16-3:amd64 (2:8.39-9ubuntu0.1) ...
11:01:12 #11 9.745 Setting up libudev-dev:amd64 (237-3ubuntu10.53) ...
11:01:12 #11 9.761 Setting up liblzo2-2:amd64 (2.08-1.2) ...
11:01:12 #11 9.776 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
11:01:12 #11 9.788 Setting up libpcre3-dev:amd64 (2:8.39-9ubuntu0.1) ...
11:01:12 #11 9.797 Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.7) ...
11:01:12 #11 9.807 Setting up btrfs-progs (4.15.1-1build1) ...
11:01:12 #11 9.817 Setting up cmake (3.10.2-1ubuntu2.18.04.2) ...
11:01:12 #11 9.829 Setting up libselinux1-dev:amd64 (2.7-2build2) ...
11:01:12 #11 9.841 Setting up libdevmapper-dev:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
11:01:12 #11 9.851 Setting up btrfs-tools (4.15.1-1build1) ...
11:01:12 #11 9.860 Setting up docker-ce-build-deps (1.0) ...
11:01:12 #11 9.870 Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
11:01:12 #11 9.892 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
11:01:12 #11 DONE 10.1s
11:01:13 
11:01:13 #12 [stage-1 5/8] COPY sources/ /sources
11:01:13 #12 sha256:888d320736caff8e2969de3122e7c937aff142456cbd17e1e72111192e8faf30
11:01:13 #12 DONE 0.3s
11:01:13 
11:01:13 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:01:13 #14 sha256:ca9efe5017a623957bdf4c5c8cc9bccee5b3044cc2b4ceea0f2a424236e2c674
11:01:15 #14 DONE 2.4s
11:01:15 
11:01:15 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:01:15 #15 sha256:121120b4b784e4a6f8f7f35507500bfc345db0cb8e3ca63a7644570012c540fb
11:01:15 #15 DONE 0.0s
11:01:15 
11:01:15 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:01:15 #16 sha256:9d242a58cf1f0c2a55ea65bdac2c476d0f9dcac6a7a8628fe63051674c61674a
11:01:15 #16 DONE 0.0s
11:01:15 
11:01:15 #17 exporting to image
11:01:15 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
11:01:15 #17 exporting layers
11:01:21 #17 exporting layers 4.9s done
11:01:21 #17 writing image sha256:86cb471d400836e9cc8f64618dda27fd73e77dcf05752337b6e288ce6d1fc9f9 done
11:01:21 #17 naming to docker.io/debbuild-ubuntu-bionic/x86_64 done
11:01:21 #17 DONE 4.9s
11:01:21 docker run --rm -e PLATFORM -e GOPROXY=https://proxy.golang.org -e EPOCH='5' -e DEB_VERSION=0.0.0-20220804091928-715cfc4 -e VERSION=0.0.0-20220804091928-715cfc4 -e CLI_GITCOMMIT=715cfc4 -e ENGINE_GITCOMMIT=a70ae13 -e COMPOSE_VERSION=v2.7.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/debbuild/ubuntu-bionic:/build  debbuild-ubuntu-bionic/x86_64
11:01:21 + set -e
11:01:21 + mkdir -p /root/build-deb/engine
11:01:21 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:01:21 + mkdir -p /root/build-deb/cli
11:01:21 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:01:21 + mkdir -p /root/build-deb/compose
11:01:21 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:01:21 + mkdir -p /root/build-deb/scan-cli-plugin
11:01:21 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:01:21 + mkdir -p /go/src/github.com/docker
11:01:21 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:01:21 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:01:21 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:01:21 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:01:21 + EPOCH=5
11:01:21 + EPOCH_SEP=
11:01:21 + [[ ! -z 5 ]]
11:01:21 + EPOCH_SEP=:
11:01:21 + [[ -z 0.0.0-20220804091928-715cfc4 ]]
11:01:21 + echo VERSION AAA 0.0.0-20220804091928-715cfc4
11:01:21 VERSION AAA 0.0.0-20220804091928-715cfc4
11:01:21 + VERSION=0.0.0-20220804091928-715cfc4
11:01:21 + echo VERSION bbb 0.0.0-20220804091928-715cfc4
11:01:21 VERSION bbb 0.0.0-20220804091928-715cfc4
11:01:21 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:01:21 + debSource=docker-ce
11:01:21 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:01:21 + debMaintainer='Docker <support@docker.com>'
11:01:21 ++ date --rfc-2822
11:01:21 + debDate='Thu, 04 Aug 2022 11:01:21 +0000'
11:01:21 + cat
11:01:21 + export CLI_GITCOMMIT=715cfc4
11:01:21 + CLI_GITCOMMIT=715cfc4
11:01:21 + export ENGINE_GITCOMMIT=a70ae13
11:01:21 + ENGINE_GITCOMMIT=a70ae13
11:01:21 + export SCAN_GITCOMMIT=061fe0a
11:01:21 + SCAN_GITCOMMIT=061fe0a
11:01:21 + echo VERSION BBB 0.0.0-20220804091928-715cfc4
11:01:21 VERSION BBB 0.0.0-20220804091928-715cfc4
11:01:21 + dpkg-buildpackage -uc -us -I.git
11:01:21 dpkg-buildpackage: info: source package docker-ce
11:01:21 dpkg-buildpackage: info: source version 5:0.0.0-20220804091928-715cfc4-0~ubuntu-bionic
11:01:21 dpkg-buildpackage: info: source distribution bionic
11:01:21 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:01:21  dpkg-source -I.git --before-build build-deb
11:01:21 dpkg-buildpackage: info: host architecture amd64
11:01:22  debian/rules clean
11:01:22 dh clean --with=bash-completion --with=systemd
11:01:22    dh_clean
11:01:22  dpkg-source -I.git -b build-deb
11:01:22 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
11:01:22 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
11:01:22 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220804091928-715cfc4-0~ubuntu'
11:01:22 dpkg-source: info: using source format '1.0'
11:01:22 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic.tar.gz
11:01:30 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic.dsc
11:01:30  debian/rules build
11:01:30 dh build --with=bash-completion --with=systemd
11:01:30    dh_update_autotools_config
11:01:30    dh_autoreconf
11:01:30    debian/rules override_dh_auto_build
11:01:30 make[1]: Entering directory '/root/build-deb'
11:01:30 # Build the daemon and dependencies
11:01:30 cd engine && DOCKER_GITCOMMIT=a70ae13 PRODUCT=docker ./hack/make.sh dynbinary
11:01:30 
11:01:30 Removing bundles/
11:01:30 
11:01:30 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:01:30 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:01:30 GOOS="" GOARCH="" GOARM=""
11:03:07 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:03:07 
11:03:07 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:03:07 + RM_GOPATH=0
11:03:07 + TMP_GOPATH=/go
11:03:07 + : /usr/local/bin
11:03:07 + '[' -z /go ']'
11:03:07 + export GOPATH=/go
11:03:07 + GOPATH=/go
11:03:07 + case "$(go env GOARCH)" in
11:03:07 ++ go env GOARCH
11:03:07 + export GO_BUILDMODE=-buildmode=pie
11:03:07 + GO_BUILDMODE=-buildmode=pie
11:03:07 ++ dirname hack/dockerfile/install/install.sh
11:03:07 + dir=hack/dockerfile/install
11:03:07 + bin=tini
11:03:07 + shift
11:03:07 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:03:07 + . hack/dockerfile/install/tini.installer
11:03:07 ++ : v0.19.0
11:03:07 + install_tini
11:03:07 + echo 'Install tini version v0.19.0'
11:03:07 Install tini version v0.19.0
11:03:07 + git clone https://github.com/krallin/tini.git /go/tini
11:03:07 Cloning into '/go/tini'...
11:03:07 + cd /go/tini
11:03:07 + git checkout -q v0.19.0
11:03:07 + cmake .
11:03:07 -- The C compiler identification is GNU 7.5.0
11:03:07 -- Check for working C compiler: /usr/bin/cc
11:03:07 -- Check for working C compiler: /usr/bin/cc -- works
11:03:07 -- Detecting C compiler ABI info
11:03:07 -- Detecting C compiler ABI info - done
11:03:07 -- Detecting C compile features
11:03:07 -- Detecting C compile features - done
11:03:07 -- Performing Test HAS_BUILTIN_FORTIFY
11:03:07 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:03:07 -- Configuring done
11:03:07 -- Generating done
11:03:07 -- Build files have been written to: /go/tini
11:03:07 + make tini-static
11:03:07 make[2]: Entering directory '/go/tini'
11:03:07 make[3]: Entering directory '/go/tini'
11:03:07 make[4]: Entering directory '/go/tini'
11:03:07 make[5]: Entering directory '/go/tini'
11:03:07 Scanning dependencies of target tini-static
11:03:07 make[5]: Leaving directory '/go/tini'
11:03:07 make[5]: Entering directory '/go/tini'
11:03:07 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:03:07 [100%] Linking C executable tini-static
11:03:07 make[5]: Leaving directory '/go/tini'
11:03:07 [100%] Built target tini-static
11:03:07 make[4]: Leaving directory '/go/tini'
11:03:07 make[3]: Leaving directory '/go/tini'
11:03:07 make[2]: Leaving directory '/go/tini'
11:03:07 + mkdir -p /usr/local/bin
11:03:07 + cp tini-static /usr/local/bin/docker-init
11:03:07 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
11:03:07 + RM_GOPATH=0
11:03:07 + TMP_GOPATH=/go
11:03:07 + : /usr/local/bin
11:03:07 + '[' -z /go ']'
11:03:07 + export GOPATH=/go
11:03:07 + GOPATH=/go
11:03:07 + case "$(go env GOARCH)" in
11:03:07 ++ go env GOARCH
11:03:07 + export GO_BUILDMODE=-buildmode=pie
11:03:07 + GO_BUILDMODE=-buildmode=pie
11:03:07 ++ dirname hack/dockerfile/install/install.sh
11:03:07 + dir=hack/dockerfile/install
11:03:07 + bin=proxy
11:03:07 + shift
11:03:07 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
11:03:07 + . hack/dockerfile/install/proxy.installer
11:03:07 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
11:03:07 + install_proxy dynamic
11:03:07 + case "$1" in
11:03:07 + install_proxy_dynamic
11:03:07 + export PROXY_LDFLAGS=-linkmode=external install_proxy
11:03:07 + PROXY_LDFLAGS=-linkmode=external
11:03:07 + export BUILD_MODE=-buildmode=pie
11:03:07 + BUILD_MODE=-buildmode=pie
11:03:07 + _install_proxy
11:03:07 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
11:03:07 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
11:03:07 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
11:03:07 Cloning into '/go/src/github.com/docker/libnetwork'...
11:03:07 + cd /go/src/github.com/docker/libnetwork
11:03:07 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
11:03:07 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
11:03:07 + return
11:03:07 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:03:07 + RM_GOPATH=0
11:03:07 + TMP_GOPATH=/go
11:03:07 + : /usr/local/bin
11:03:07 + '[' -z /go ']'
11:03:07 + export GOPATH=/go
11:03:07 + GOPATH=/go
11:03:07 + case "$(go env GOARCH)" in
11:03:07 ++ go env GOARCH
11:03:07 + export GO_BUILDMODE=-buildmode=pie
11:03:07 + GO_BUILDMODE=-buildmode=pie
11:03:07 ++ dirname hack/dockerfile/install/install.sh
11:03:07 + dir=hack/dockerfile/install
11:03:07 + bin=rootlesskit
11:03:07 + shift
11:03:07 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:03:07 + . hack/dockerfile/install/rootlesskit.installer
11:03:07 ++ : v0.14.4
11:03:07 + install_rootlesskit dynamic
11:03:07 + case "$1" in
11:03:07 + install_rootlesskit_dynamic
11:03:07 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:03:07 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:03:07 + export BUILD_MODE=-buildmode=pie
11:03:07 + BUILD_MODE=-buildmode=pie
11:03:07 + _install_rootlesskit
11:03:07 + echo 'Install rootlesskit version v0.14.4'
11:03:07 Install rootlesskit version v0.14.4
11:03:07 + for f in rootlesskit rootlesskit-docker-proxy
11:03:07 + GOBIN=/usr/local/bin
11:03:07 + GO111MODULE=on
11:03:07 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:03:07 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:03:08 go: downloading github.com/pkg/errors v0.9.1
11:03:08 go: downloading github.com/sirupsen/logrus v1.8.1
11:03:08 go: downloading github.com/urfave/cli/v2 v2.3.0
11:03:08 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:03:08 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:03:08 go: downloading github.com/google/uuid v1.3.0
11:03:08 go: downloading github.com/moby/vpnkit v0.5.0
11:03:08 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:03:08 go: downloading github.com/gofrs/flock v0.8.1
11:03:08 go: downloading github.com/gorilla/mux v1.8.0
11:03:08 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:03:08 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:03:08 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:03:08 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:03:08 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:03:14 + for f in rootlesskit rootlesskit-docker-proxy
11:03:14 + GOBIN=/usr/local/bin
11:03:14 + GO111MODULE=on
11:03:14 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
11:03:15 + return
11:03:15 # Build the CLI
11:03:15 cd /go/src/github.com/docker/cli && \
11:03:15 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220804091928-715cfc4 GITCOMMIT=715cfc4 dynbinary manpages
11:03:15 make[2]: Entering directory '/root/build-deb/cli'
11:03:15 GO_LINKMODE=dynamic ./scripts/build/binary
11:03:15 Building dynamic docker-linux-amd64
11:04:37 scripts/docs/generate-man.sh
11:05:44 Project root: /go/src/github.com/docker/cli
11:05:44 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
11:05:44 2022/08/04 11:05:42 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
11:05:44 make[2]: Leaving directory '/root/build-deb/cli'
11:05:44 # Build the compose plugin
11:05:44 # FIXME: using GOPROXY, to work around:
11:05:44 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
11:05:44 cd /go/src/github.com/docker/compose \
11:05:44 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
11:05:44 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:05:44 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.7.0 \
11:05:44 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
11:06:23 make[2]: Entering directory '/root/build-deb/compose'
11:06:23 GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.7.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
11:07:31 make[2]: Leaving directory '/root/build-deb/compose'
11:07:31 # Build the scan-plugin
11:07:31 # TODO change once we support scan-plugin on other architectures
11:07:31 if [ "amd64" = "amd64" ]; then \
11:07:31 	cd /go/src/github.com/docker/scan-cli-plugin \
11:07:31 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
11:07:31 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:07:31 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:07:31 fi
11:07:31 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
11:07:31 GO111MODULE=on make -f builder.Makefile build
11:07:31 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
11:07:31 mkdir -p bin
11:07:31 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=061fe0a -X github.com/docker/scan-cli-plugin/internal.Version=v0.17.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:f9291a5310e3952369eeb8cd1c2a25f0c9fc930a3ccc88e1ea20956ad86b75a4 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.827.0" -o bin/docker-scan ./cmd/docker-scan
11:07:31 go: downloading github.com/docker/cli v20.10.9+incompatible
11:07:31 go: downloading github.com/docker/docker v20.10.9+incompatible
11:07:31 go: downloading github.com/spf13/cobra v1.2.1
11:07:31 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
11:07:31 go: downloading github.com/docker/distribution v2.7.1+incompatible
11:07:31 go: downloading github.com/opencontainers/image-spec v1.0.1
11:07:31 go: downloading github.com/Masterminds/semver/v3 v3.1.1
11:07:31 go: downloading github.com/containerd/containerd v1.5.7
11:07:31 go: downloading github.com/moby/sys/mount v0.2.0
11:07:31 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
11:07:31 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
11:07:31 go: downloading google.golang.org/grpc v1.40.0
11:07:31 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
11:07:31 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
11:07:32 go: downloading github.com/opencontainers/runc v1.0.2
11:07:32 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
11:07:32 go: downloading google.golang.org/protobuf v1.26.0
11:07:32 go: downloading github.com/prometheus/client_golang v1.7.1
11:07:32 go: downloading github.com/cespare/xxhash/v2 v2.1.1
11:07:32 go: downloading github.com/prometheus/common v0.10.0
11:07:32 go: downloading github.com/prometheus/procfs v0.6.0
11:07:50 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
11:07:50 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
11:07:50 # Build the CLI plugins
11:07:50 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
11:07:50 set -e;cd /sources && \
11:07:50 	tar xzf plugin-installers.tgz; \
11:07:50 	for installer in plugins/*.installer; do \
11:07:50 		LDFLAGS='' bash ${installer} build; \
11:07:50 	done
11:07:50 Cloning into '/go/src/github.com/docker/app'...
11:07:50 Fetching origin
11:07:51 make[2]: Entering directory '/go/src/github.com/docker/app'
11:07:51 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
11:08:47 make[2]: Leaving directory '/go/src/github.com/docker/app'
11:08:47 Cloning into '/go/src/github.com/docker/buildx'...
11:08:47 Fetching origin
11:08:48 + GO111MODULE=on
11:08:48 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2-docker -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
11:10:24 make[1]: Leaving directory '/root/build-deb'
11:10:24    debian/rules override_dh_auto_test
11:10:24 make[1]: Entering directory '/root/build-deb'
11:10:24 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:10:24 	test "$ver" = "Docker version 0.0.0-20220804091928-715cfc4, build a70ae13" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:10:24 PASS: daemon version OK
11:10:24 ver="$(cli/build/docker --version)"; \
11:10:24 	test "$ver" = "Docker version 0.0.0-20220804091928-715cfc4, build 715cfc4" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:10:24 PASS: cli version OK
11:10:24 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:10:24 	test "$ver" = "v2.7.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:10:24 PASS: docker-compose version OK
11:10:24 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:10:24 # TODO change once we support scan-plugin on other architectures
11:10:24 if [ "amd64" = "amd64" ]; then \
11:10:24 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:10:24 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:10:24 fi
11:10:24 PASS: docker-scan version OK
11:10:24 make[1]: Leaving directory '/root/build-deb'
11:10:24    create-stamp debian/debhelper-build-stamp
11:10:24  debian/rules binary
11:10:24 dh binary --with=bash-completion --with=systemd
11:10:24    dh_testroot
11:10:24    dh_prep
11:10:24    debian/rules override_dh_auto_install
11:10:24 make[1]: Entering directory '/root/build-deb'
11:10:24 # docker-ce-cli install
11:10:24 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:10:24 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:10:24 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:10:24 set -e;cd /sources && \
11:10:24 	tar xzf plugin-installers.tgz; \
11:10:24 	for installer in plugins/*.installer; do \
11:10:24 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
11:10:24 		PREFIX=/usr/libexec/docker/cli-plugins \
11:10:24 			bash ${installer} install_plugin; \
11:10:24 	done
11:10:24 # docker-ce install
11:10:24 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:10:24 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:10:24 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4 debian/docker-ce/usr/bin/dockerd
11:10:24 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:10:24 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:10:24 # docker-compose-plugin install
11:10:24 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:10:24 # docker-scan-plugin install
11:10:24 # TODO change once we support scan-plugin on other architectures
11:10:24 if [ "amd64" = "amd64" ]; then \
11:10:24 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:10:24 fi
11:10:24 # docker-ce-rootless-extras install
11:10:24 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:10:24 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:10:24 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:10:24 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:10:24 # TODO: how can we install vpnkit?
11:10:24 make[1]: Leaving directory '/root/build-deb'
11:10:24    debian/rules override_dh_install
11:10:24 make[1]: Entering directory '/root/build-deb'
11:10:24 dh_install
11:10:24 # TODO Can we do this from within our container?
11:10:24 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:10:24 make[1]: Leaving directory '/root/build-deb'
11:10:24    dh_installdocs
11:10:24    dh_installchangelogs
11:10:24    dh_installman
11:10:24    dh_bash-completion
11:10:24    dh_systemd_enable
11:10:24    debian/rules override_dh_installinit
11:10:24 make[1]: Entering directory '/root/build-deb'
11:10:24 # use "docker" as our service name, not "docker-ce"
11:10:24 dh_installinit --name=docker
11:10:24 make[1]: Leaving directory '/root/build-deb'
11:10:24    dh_systemd_start
11:10:24    dh_perl
11:10:24    dh_link
11:10:24    dh_strip_nondeterminism
11:10:24    dh_compress
11:10:24    dh_fixperms
11:10:24    dh_missing
11:10:24    debian/rules override_dh_strip
11:10:24 make[1]: Entering directory '/root/build-deb'
11:10:24 # Go has lots of problems with stripping, so just don't
11:10:24 make[1]: Leaving directory '/root/build-deb'
11:10:24    dh_makeshlibs
11:10:24    debian/rules override_dh_shlibdeps
11:10:24 make[1]: Entering directory '/root/build-deb'
11:10:24 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:10:37 make[1]: Leaving directory '/root/build-deb'
11:10:37    dh_installdeb
11:10:37    debian/rules override_dh_gencontrol
11:10:37 make[1]: Entering directory '/root/build-deb'
11:10:37 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:10:37 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:10:37 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
11:10:37 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:10:37 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:10:37 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:10:37 if [ "amd64" = "amd64" ]; then \
11:10:37 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
11:10:37 fi
11:10:37 dh_gencontrol --remaining-packages
11:10:37 make[1]: Leaving directory '/root/build-deb'
11:10:37    dh_md5sums
11:10:37    debian/rules override_dh_builddeb
11:10:37 make[1]: Entering directory '/root/build-deb'
11:10:37 dh_builddeb -- -Zxz
11:10:37 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.7.0~ubuntu-bionic_amd64.deb'.
11:10:37 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.deb'.
11:11:03 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.17.0~ubuntu-bionic_amd64.deb'.
11:11:23 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.deb'.
11:12:10 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.deb'.
11:12:19 make[1]: Leaving directory '/root/build-deb'
11:12:19  dpkg-genbuildinfo
11:12:19  dpkg-genchanges  >../docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.changes
11:12:20 dpkg-genchanges: info: including full source code in upload
11:12:20  dpkg-source -I.git --after-build build-deb
11:12:20 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:12:20 + destination=/build
11:12:20 + mkdir -p /build
11:12:20 + mv -v /root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.deb /root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic.dsc /root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic.tar.gz /root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.buildinfo /root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.changes /root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.deb /root/docker-compose-plugin_2.7.0~ubuntu-bionic_amd64.deb /root/docker-scan-plugin_0.17.0~ubuntu-bionic_amd64.deb /build
11:12:20 copied '/root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.deb'
11:12:20 removed '/root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.deb'
11:12:20 copied '/root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.deb'
11:12:20 removed '/root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.deb'
11:12:20 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic.dsc' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic.dsc'
11:12:20 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic.dsc'
11:12:20 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic.tar.gz' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic.tar.gz'
11:12:20 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic.tar.gz'
11:12:20 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.buildinfo'
11:12:20 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.buildinfo'
11:12:20 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.changes' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.changes'
11:12:20 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.changes'
11:12:20 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.deb' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.deb'
11:12:20 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-bionic_amd64.deb'
11:12:20 copied '/root/docker-compose-plugin_2.7.0~ubuntu-bionic_amd64.deb' -> '/build/docker-compose-plugin_2.7.0~ubuntu-bionic_amd64.deb'
11:12:20 removed '/root/docker-compose-plugin_2.7.0~ubuntu-bionic_amd64.deb'
11:12:20 copied '/root/docker-scan-plugin_0.17.0~ubuntu-bionic_amd64.deb' -> '/build/docker-scan-plugin_0.17.0~ubuntu-bionic_amd64.deb'
11:12:20 removed '/root/docker-scan-plugin_0.17.0~ubuntu-bionic_amd64.deb'
11:12:26 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-bionic"
11:12:27 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'