Skip to content

Console Output

12:13:19 + make REF=20.10 ubuntu-focal
12:13:19 git init src/github.com/docker/cli
12:13:19 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
12:13:19 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:13:19 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
12:13:19 + SRC=src/github.com/docker/cli
12:13:19 + REF=20.10
12:13:19 + REF_FETCH=20.10
12:13:19 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
12:13:19 + awk {print $2}
12:13:19 + REF=refs/heads/20.10
12:13:19 + [ -n refs/heads/20.10 ]
12:13:19 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:13:19 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:13:21 From https://github.com/docker/cli
12:13:21  * [new branch]      20.10      -> 20.10
12:13:21  * [new tag]         v20.10.18  -> v20.10.18
12:13:21  * [new branch]      20.10      -> origin/20.10
12:13:21 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
12:13:22 git init src/github.com/docker/docker
12:13:22 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
12:13:22 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:13:22 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
12:13:22 + SRC=src/github.com/docker/docker
12:13:22 + REF=20.10
12:13:22 + REF_FETCH=20.10
12:13:22 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
12:13:22 + awk {print $2}
12:13:22 + REF=refs/heads/20.10
12:13:22 + [ -n refs/heads/20.10 ]
12:13:22 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:13:22 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:13:24 From https://github.com/docker/docker
12:13:24  * [new branch]      20.10      -> 20.10
12:13:24  * [new branch]      20.10      -> origin/20.10
12:13:24 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
12:13:24 git init src/github.com/docker/compose
12:13:24 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
12:13:24 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:13:24 ./scripts/checkout.sh src/github.com/docker/compose "v2.11.2"
12:13:24 + SRC=src/github.com/docker/compose
12:13:24 + REF=v2.11.2
12:13:24 + REF_FETCH=v2.11.2
12:13:24 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.11.2
12:13:24 + awk {print $2}
12:13:24 + REF=refs/tags/v2.11.2
12:13:24 + [ -n refs/tags/v2.11.2 ]
12:13:24 + REF_FETCH=refs/tags/v2.11.2:refs/tags/v2.11.2
12:13:24 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.11.2:refs/tags/v2.11.2
12:13:25 From https://github.com/docker/compose
12:13:25  * [new tag]         v2.11.2    -> v2.11.2
12:13:25 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.11.2
12:13:25 git init src/github.com/docker/scan-cli-plugin
12:13:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
12:13:25 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:13:25 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
12:13:25 + SRC=src/github.com/docker/scan-cli-plugin
12:13:25 + REF=v0.17.0
12:13:25 + REF_FETCH=v0.17.0
12:13:25 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
12:13:25 + awk {print $2}
12:13:25 + REF=refs/tags/v0.17.0
12:13:25 + [ -n refs/tags/v0.17.0 ]
12:13:25 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
12:13:25 + 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
12:13:25 From https://github.com/docker/scan-cli-plugin
12:13:25  * [new tag]         v0.17.0    -> v0.17.0
12:13:25 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
12:13:25 make -C deb VERSION=0.0.1-dev GO_VERSION=1.18.6 ubuntu-focal
12:13:25 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
12:13:25 mkdir -p sources
12:13:25 docker run --rm -w /v \
12:13:25 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
12:13:25 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:13:25 	alpine \
12:13:25 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:13:29 mkdir -p sources
12:13:29 docker run --rm -w /v \
12:13:29 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
12:13:29 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:13:29 	alpine \
12:13:29 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:13:32 mkdir -p sources
12:13:32 docker run --rm -w /v \
12:13:32 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
12:13:32 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:13:32 	alpine \
12:13:32 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:13:32 mkdir -p sources
12:13:32 docker run --rm -w /v \
12:13:32 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:13:32 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:13:32 	alpine \
12:13:32 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:13:33 mkdir -p sources
12:13:33 cp ../systemd/docker.service sources/docker.service
12:13:33 mkdir -p sources
12:13:33 cp ../systemd/docker.socket sources/docker.socket
12:13:33 docker run --rm -w /v \
12:13:33 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
12:13:33 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:13:33 	alpine \
12:13:33 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
12:13:34 == Building packages for ubuntu-focal ==
12:13:34 mkdir -p "debbuild/ubuntu-focal"
12:13:34 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.6-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/x86_64 -f ubuntu-focal/Dockerfile .
12:13:34 #1 [internal] load build definition from Dockerfile
12:13:34 #1 transferring dockerfile: 1.24kB done
12:13:34 #1 DONE 0.0s
12:13:34 
12:13:34 #2 [internal] load .dockerignore
12:13:34 #2 transferring context: 2B done
12:13:34 #2 DONE 0.0s
12:13:34 
12:13:34 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
12:13:34 #3 DONE 0.0s
12:13:34 
12:13:34 #4 [auth] library/golang:pull token for registry-1.docker.io
12:13:34 #4 DONE 0.0s
12:13:34 
12:13:34 #5 [internal] load metadata for docker.io/library/golang:1.18.6-buster
12:13:34 #5 DONE 0.4s
12:13:34 
12:13:34 #6 [internal] load metadata for docker.io/library/ubuntu:focal
12:13:34 #6 DONE 0.3s
12:13:34 
12:13:34 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:34 #7 resolve docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 0.0s done
12:13:34 #7 sha256:2f07eccff90cf916626afac5c614f7bcae0a65bc31117b8f65b4fadc12866b42 7.11kB / 7.11kB done
12:13:34 #7 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 4.19MB / 50.44MB 0.1s
12:13:34 #7 sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 988B / 988B done
12:13:34 #7 sha256:bc8bf52dcb573cdb247a714674cc6dea759a5f5434013e5b8a5cbb35fb212320 1.79kB / 1.79kB done
12:13:34 #7 sha256:2b34aaa3cba7676359d4f9d29333c92bd9f448969b07f56bb8482398a5dc53c6 3.15MB / 7.86MB 0.1s
12:13:35 #7 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 10.49MB / 50.44MB 0.2s
12:13:35 #7 sha256:2b34aaa3cba7676359d4f9d29333c92bd9f448969b07f56bb8482398a5dc53c6 7.86MB / 7.86MB 0.2s done
12:13:35 #7 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 16.78MB / 50.44MB 0.3s
12:13:35 #7 sha256:5a443ab54eaa5455912b469fb6d8b621ade658cd0afef9c706b7e37085004b25 2.65MB / 10.00MB 0.3s
12:13:35 #7 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 22.02MB / 50.44MB 0.4s
12:13:35 #7 sha256:5a443ab54eaa5455912b469fb6d8b621ade658cd0afef9c706b7e37085004b25 8.39MB / 10.00MB 0.4s
12:13:35 #7 ...
12:13:35 
12:13:35 #8 [internal] load build context
12:13:35 #8 transferring context: 19.88MB 0.6s done
12:13:35 #8 DONE 0.6s
12:13:35 
12:13:35 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:35 #7 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 34.60MB / 50.44MB 0.5s
12:13:35 #7 sha256:5a443ab54eaa5455912b469fb6d8b621ade658cd0afef9c706b7e37085004b25 10.00MB / 10.00MB 0.4s done
12:13:35 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 0B / 51.84MB 0.5s
12:13:35 #7 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 50.33MB / 50.44MB 0.7s
12:13:35 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 10.81MB / 51.84MB 0.7s
12:13:35 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 6.29MB / 68.83MB 0.7s
12:13:35 #7 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 50.44MB / 50.44MB 0.8s done
12:13:35 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 18.28MB / 51.84MB 0.8s
12:13:35 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 12.58MB / 68.83MB 0.8s
12:13:35 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 26.21MB / 51.84MB 0.9s
12:13:35 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 16.78MB / 68.83MB 0.9s
12:13:35 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 0B / 141.88MB 0.9s
12:13:35 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 32.51MB / 51.84MB 1.0s
12:13:35 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 22.02MB / 68.83MB 1.0s
12:13:35 #7 extracting sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156
12:13:35 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 41.94MB / 51.84MB 1.2s
12:13:35 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 34.60MB / 68.83MB 1.2s
12:13:35 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 13.63MB / 141.88MB 1.2s
12:13:36 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 48.23MB / 51.84MB 1.3s
12:13:36 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 39.85MB / 68.83MB 1.3s
12:13:36 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 51.38MB / 51.84MB 1.4s
12:13:36 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 46.46MB / 68.83MB 1.4s
12:13:36 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 30.92MB / 141.88MB 1.4s
12:13:36 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 53.48MB / 68.83MB 1.5s
12:13:36 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 51.84MB / 51.84MB 1.5s done
12:13:36 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 57.67MB / 68.83MB 1.6s
12:13:36 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 42.99MB / 141.88MB 1.6s
12:13:36 #7 sha256:2ed9898dade4c9a6edce198887a5f565bd61018893dc1144589c28283874125d 156B / 156B 1.6s done
12:13:36 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 68.83MB / 68.83MB 1.8s
12:13:36 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 54.53MB / 141.88MB 1.8s
12:13:36 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 68.83MB / 68.83MB 1.9s done
12:13:36 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 61.87MB / 141.88MB 1.9s
12:13:36 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 72.35MB / 141.88MB 2.0s
12:13:36 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 80.74MB / 141.88MB 2.1s
12:13:36 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 88.08MB / 141.88MB 2.2s
12:13:37 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 109.05MB / 141.88MB 2.4s
12:13:37 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 118.49MB / 141.88MB 2.5s
12:13:37 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 130.02MB / 141.88MB 2.6s
12:13:37 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 141.88MB / 141.88MB 2.7s
12:13:37 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 141.88MB / 141.88MB 2.8s done
12:13:38 #7 ...
12:13:38 
12:13:38 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:35ab2bf57814e9ff49e365efd5a5935b6915eede5c7f8581e9e1b85e0eecbe16
12:13:38 #9 resolve docker.io/library/ubuntu:focal@sha256:35ab2bf57814e9ff49e365efd5a5935b6915eede5c7f8581e9e1b85e0eecbe16 0.0s done
12:13:38 #9 sha256:a0ce5a295b637a10bc329ded296a0c895e5e56e7c5e674188d423e213b0d213e 1.46kB / 1.46kB done
12:13:38 #9 sha256:675920708c8bf10fbd02693dc8f43ee7dbe0a99cdfd55e06e6f1a8b43fd08e3f 28.57MB / 28.57MB 0.5s done
12:13:38 #9 sha256:35ab2bf57814e9ff49e365efd5a5935b6915eede5c7f8581e9e1b85e0eecbe16 1.42kB / 1.42kB done
12:13:38 #9 sha256:a0a45bd8c6c4acd6967396366f01f2a68f73406327285edc5b7b07cb1cf073db 529B / 529B done
12:13:38 #9 extracting sha256:675920708c8bf10fbd02693dc8f43ee7dbe0a99cdfd55e06e6f1a8b43fd08e3f 3.0s done
12:13:38 #9 DONE 3.9s
12:13:38 
12:13:38 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:39 #7 ...
12:13:39 
12:13:39 #10 [stage-1 2/9] RUN if  [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then         rm -f /usr/bin/man;         dpkg-divert --quiet --remove --rename /usr/bin/man;     fi
12:13:39 #10 DONE 1.0s
12:13:39 
12:13:39 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:39 #7 extracting sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 4.1s done
12:13:40 #7 extracting sha256:2b34aaa3cba7676359d4f9d29333c92bd9f448969b07f56bb8482398a5dc53c6 0.1s
12:13:40 #7 extracting sha256:2b34aaa3cba7676359d4f9d29333c92bd9f448969b07f56bb8482398a5dc53c6 0.4s done
12:13:40 #7 extracting sha256:5a443ab54eaa5455912b469fb6d8b621ade658cd0afef9c706b7e37085004b25
12:13:40 #7 extracting sha256:5a443ab54eaa5455912b469fb6d8b621ade658cd0afef9c706b7e37085004b25 0.4s done
12:13:41 #7 extracting sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f
12:13:45 #7 extracting sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 4.0s done
12:13:45 #7 extracting sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa
12:13:47 #7 ...
12:13:47 
12:13:47 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:13:47 #0 1.071 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
12:13:47 #0 1.084 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
12:13:47 #0 1.153 Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
12:13:47 #0 1.169 Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
12:13:47 #0 1.253 Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2178 kB]
12:13:47 #0 1.361 Get:6 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [27.5 kB]
12:13:47 #0 1.361 Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1552 kB]
12:13:47 #0 1.397 Get:8 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [910 kB]
12:13:47 #0 1.463 Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
12:13:47 #0 1.742 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
12:13:47 #0 1.780 Get:11 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
12:13:47 #0 1.783 Get:12 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
12:13:47 #0 1.796 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1212 kB]
12:13:47 #0 1.831 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [1667 kB]
12:13:47 #0 1.881 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [30.2 kB]
12:13:47 #0 1.882 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2644 kB]
12:13:47 #0 2.147 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [27.4 kB]
12:13:47 #0 2.160 Get:18 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB]
12:13:47 #0 3.618 Fetched 23.7 MB in 3s (8409 kB/s)
12:13:47 #0 3.618 Reading package lists...
12:13:47 #0 5.088 Reading package lists...
12:13:47 #0 6.403 Building dependency tree...
12:13:47 #0 6.652 Reading state information...
12:13:47 #0 6.907 The following additional packages will be installed:
12:13:47 #0 6.907   at autoconf automake autopoint autotools-dev binutils binutils-common
12:13:47 #0 6.907   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
12:13:47 #0 6.907   cpp-9 dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism diffstat
12:13:47 #0 6.908   dirmngr distro-info-data dpkg-dev dput dwz fakeroot file g++ g++-9 gcc gcc-9
12:13:47 #0 6.908   gcc-9-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
12:13:47 #0 6.908   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
12:13:47 #0 6.908   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
12:13:47 #0 6.908   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-pkg-perl
12:13:47 #0 6.908   libarchive-cpio-perl libarchive-zip-perl libarray-intspan-perl libasan5
12:13:47 #0 6.908   libasn1-8-heimdal libassuan0 libasync-mergepoint-perl libatomic1
12:13:47 #0 6.908   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
12:13:47 #0 6.908   libbinutils libbrotli1 libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl
12:13:47 #0 6.908   libcbor0.6 libcc1-0 libclass-method-modifiers-perl libclass-xsaccessor-perl
12:13:47 #0 6.908   libclone-perl libcommon-sense-perl libconst-fast-perl
12:13:47 #0 6.908   libcontextual-return-perl libcpanel-json-xs-perl libcroco3 libcrypt-dev
12:13:47 #0 6.908   libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdata-dump-perl
12:13:47 #0 6.908   libdata-optlist-perl libdebhelper-perl libdevel-callchecker-perl
12:13:47 #0 6.908   libdevel-size-perl libdigest-bubblebabble-perl libdigest-hmac-perl
12:13:47 #0 6.908   libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2
12:13:47 #0 6.908   libelf1 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
12:13:47 #0 6.908   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
12:13:47 #0 6.908   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
12:13:47 #0 6.908   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
12:13:47 #0 6.908   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
12:13:47 #0 6.908   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
12:13:47 #0 6.908   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
12:13:47 #0 6.908   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
12:13:47 #0 6.908   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
12:13:47 #0 6.908   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
12:13:47 #0 6.908   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
12:13:47 #0 6.908   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:13:47 #0 6.908   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:13:47 #0 6.908   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
12:13:47 #0 6.908   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
12:13:47 #0 6.908   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
12:13:47 #0 6.908   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
12:13:47 #0 6.908   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
12:13:47 #0 6.908   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
12:13:47 #0 6.908   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
12:13:47 #0 6.908   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
12:13:47 #0 6.908   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
12:13:47 #0 6.908   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:13:47 #0 6.908   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
12:13:47 #0 6.908   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
12:13:47 #0 6.908   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
12:13:47 #0 6.908   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
12:13:47 #0 6.908   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
12:13:47 #0 6.908   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
12:13:47 #0 6.908   libnumber-compare-perl libnumber-range-perl libobject-id-perl
12:13:47 #0 6.908   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:13:47 #0 6.908   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
12:13:47 #0 6.909   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
12:13:47 #0 6.909   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
12:13:47 #0 6.909   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
12:13:47 #0 6.909   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
12:13:47 #0 6.909   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
12:13:47 #0 6.909   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
12:13:47 #0 6.909   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
12:13:47 #0 6.909   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
12:13:47 #0 6.909   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
12:13:47 #0 6.909   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
12:13:47 #0 6.909   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
12:13:47 #0 6.909   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
12:13:47 #0 6.909   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
12:13:47 #0 6.909   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
12:13:47 #0 6.909   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
12:13:47 #0 6.909   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
12:13:47 #0 6.909   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
12:13:47 #0 6.909   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
12:13:47 #0 6.909   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
12:13:47 #0 6.909   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
12:13:47 #0 6.909   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
12:13:47 #0 6.909   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
12:13:47 #0 6.909   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
12:13:47 #0 6.909   openssh-client openssl patch patchutils perl perl-modules-5.30
12:13:47 #0 6.909   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
12:13:47 #0 6.910   python-apt-common python3 python3-apt python3-certifi python3-chardet
12:13:47 #0 6.910   python3-debian python3-gpg python3-idna python3-magic python3-minimal
12:13:47 #0 6.910   python3-pkg-resources python3-requests python3-six python3-unidiff
12:13:47 #0 6.910   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
12:13:47 #0 6.910   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
12:13:47 #0 6.910   xz-utils
12:13:47 #0 6.911 Suggested packages:
12:13:47 #0 6.911   default-mta | mail-transport-agent autoconf-archive gnu-standards
12:13:47 #0 6.911   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
12:13:47 #0 6.911   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
12:13:47 #0 6.911   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
12:13:47 #0 6.911   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
12:13:47 #0 6.911   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:13:47 #0 6.911   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
12:13:47 #0 6.911   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
12:13:47 #0 6.911   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
12:13:47 #0 6.911   mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex
12:13:47 #0 6.911   bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev
12:13:47 #0 6.911   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
12:13:47 #0 6.912   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
12:13:47 #0 6.912   xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr gdbm-l10n
12:13:47 #0 6.912   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
12:13:47 #0 6.912   libscalar-number-perl libsasl2-modules-gssapi-mit
12:13:47 #0 6.912   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
12:13:47 #0 6.912   libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl
12:13:47 #0 6.912   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
12:13:47 #0 6.912   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
12:13:47 #0 6.912   libxml-sax-expatxs-perl bash-completion binutils-multiarch
12:13:47 #0 6.912   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
12:13:47 #0 6.912   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
12:13:47 #0 6.912   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
12:13:47 #0 6.912   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
12:13:47 #0 6.912   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
12:13:47 #0 6.912   python3-cryptography python3-openssl python3-socks python3.8-venv
12:13:47 #0 6.912   python3.8-doc binfmt-support readline-doc zip wdiff-doc
12:13:47 #0 7.402 The following NEW packages will be installed:
12:13:47 #0 7.402   at autoconf automake autopoint autotools-dev binutils binutils-common
12:13:47 #0 7.402   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
12:13:47 #0 7.403   cpp-9 curl dctrl-tools debhelper devscripts dh-autoreconf
12:13:47 #0 7.403   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
12:13:47 #0 7.403   equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git
12:13:47 #0 7.403   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
12:13:47 #0 7.403   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
12:13:47 #0 7.403   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
12:13:47 #0 7.403   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
12:13:47 #0 7.403   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
12:13:47 #0 7.403   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
12:13:47 #0 7.404   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
12:13:47 #0 7.404   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
12:13:47 #0 7.404   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
12:13:47 #0 7.404   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
12:13:47 #0 7.404   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
12:13:47 #0 7.404   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
12:13:47 #0 7.404   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
12:13:47 #0 7.404   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
12:13:47 #0 7.404   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
12:13:47 #0 7.404   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
12:13:47 #0 7.404   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
12:13:47 #0 7.404   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
12:13:47 #0 7.404   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
12:13:47 #0 7.404   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
12:13:47 #0 7.404   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
12:13:47 #0 7.404   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
12:13:47 #0 7.404   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
12:13:47 #0 7.404   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
12:13:47 #0 7.404   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
12:13:47 #0 7.404   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
12:13:47 #0 7.404   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:13:47 #0 7.404   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:13:47 #0 7.405   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
12:13:47 #0 7.405   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
12:13:47 #0 7.405   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
12:13:47 #0 7.405   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
12:13:47 #0 7.405   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
12:13:47 #0 7.405   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
12:13:47 #0 7.405   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
12:13:47 #0 7.405   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
12:13:47 #0 7.405   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
12:13:47 #0 7.405   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:13:47 #0 7.405   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
12:13:47 #0 7.405   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
12:13:47 #0 7.405   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
12:13:47 #0 7.405   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
12:13:47 #0 7.405   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
12:13:47 #0 7.405   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
12:13:47 #0 7.405   libnumber-compare-perl libnumber-range-perl libobject-id-perl
12:13:47 #0 7.405   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:13:47 #0 7.405   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
12:13:47 #0 7.405   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
12:13:47 #0 7.405   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
12:13:47 #0 7.405   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
12:13:47 #0 7.405   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
12:13:47 #0 7.405   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
12:13:47 #0 7.406   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
12:13:47 #0 7.406   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
12:13:47 #0 7.406   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
12:13:47 #0 7.406   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
12:13:47 #0 7.406   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
12:13:47 #0 7.406   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
12:13:47 #0 7.406   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
12:13:47 #0 7.406   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
12:13:47 #0 7.406   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
12:13:47 #0 7.406   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
12:13:47 #0 7.406   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
12:13:47 #0 7.406   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
12:13:47 #0 7.406   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
12:13:47 #0 7.406   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
12:13:47 #0 7.406   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
12:13:47 #0 7.406   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
12:13:47 #0 7.407   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
12:13:47 #0 7.407   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
12:13:47 #0 7.407   openssh-client openssl patch patchutils perl perl-modules-5.30
12:13:47 #0 7.407   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
12:13:47 #0 7.407   python-apt-common python3 python3-apt python3-certifi python3-chardet
12:13:47 #0 7.407   python3-debian python3-gpg python3-idna python3-magic python3-minimal
12:13:47 #0 7.407   python3-pkg-resources python3-requests python3-six python3-unidiff
12:13:47 #0 7.407   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
12:13:47 #0 7.408   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
12:13:47 #0 7.408   xz-utils
12:13:47 #0 7.840 0 upgraded, 354 newly installed, 0 to remove and 3 not upgraded.
12:13:47 #0 7.840 Need to get 106 MB of archives.
12:13:47 #0 7.840 After this operation, 481 MB of additional disk space will be used.
12:13:47 #0 7.840 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblocale-gettext-perl amd64 1.07-4 [17.1 kB]
12:13:47 #0 7.990 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.16 [1321 kB]
12:13:47 #11 ...
12:13:47 
12:13:47 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:48 #7 extracting sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 3.0s done
12:13:48 #7 extracting sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7
12:13:53 #7 extracting sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 5.1s
12:13:54 #7 ...
12:13:54 
12:13:54 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:13:54 #11 8.430 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.5 [717 kB]
12:13:54 #11 8.476 Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.4 [74.4 kB]
12:13:54 #11 8.480 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.5 [1905 kB]
12:13:54 #11 8.571 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB]
12:13:54 #11 8.572 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB]
12:13:54 #11 8.573 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB]
12:13:54 #11 8.582 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB]
12:13:54 #11 8.582 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB]
12:13:54 #11 8.585 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.4 [549 kB]
12:13:54 #11 8.610 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.5 [1675 kB]
12:13:54 #11 8.691 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.5 [387 kB]
12:13:54 #11 8.711 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B]
12:13:54 #11 8.711 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB]
12:13:54 #11 8.712 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB]
12:13:54 #11 8.715 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 bsdmainutils amd64 11.1.2ubuntu3 [181 kB]
12:13:54 #11 8.723 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libuchardet0 amd64 0.0.6-3build1 [65.2 kB]
12:13:54 #11 8.726 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 groff-base amd64 1.22.4-4build1 [847 kB]
12:13:54 #11 8.766 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB]
12:13:54 #11 8.766 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libpipeline1 amd64 1.5.2-2build1 [27.7 kB]
12:13:54 #11 8.804 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 man-db amd64 2.9.1-1 [1112 kB]
12:13:54 #11 8.821 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB]
12:13:54 #11 8.987 Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B]
12:13:54 #11 8.988 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB]
12:13:54 #11 9.176 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB]
12:13:54 #11 9.182 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.16 [621 kB]
12:13:54 #11 9.211 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20211016~20.04.1 [144 kB]
12:13:54 #11 9.216 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.10 [4704 B]
12:13:54 #11 9.218 Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic-mgc amd64 1:5.38-4 [218 kB]
12:13:54 #11 9.227 Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic1 amd64 1:5.38-4 [75.9 kB]
12:13:54 #11 9.231 Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 file amd64 1:5.38-4 [23.3 kB]
12:13:54 #11 9.233 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 less amd64 551-1ubuntu0.1 [123 kB]
12:13:54 #11 9.238 Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 libelf1 amd64 0.176-1.1build1 [44.0 kB]
12:13:54 #11 9.249 Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB]
12:13:54 #11 9.324 Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
12:13:54 #11 9.326 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2022c-0ubuntu0.20.04.0 [288 kB]
12:13:54 #11 9.340 Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8515 kB]
12:13:54 #11 9.738 Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.4 [640 kB]
12:13:54 #11 9.756 Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB]
12:13:54 #11 9.757 Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
12:13:54 #11 9.757 Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB]
12:13:54 #11 9.759 Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pkg-resources all 45.2.0-1 [130 kB]
12:13:54 #11 9.768 Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-six all 1.14.0-2 [12.1 kB]
12:13:54 #11 9.769 Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 shared-mime-info amd64 1.15-1 [430 kB]
12:13:54 #11 9.784 Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 ucf all 3.0038+nmu1 [51.6 kB]
12:13:54 #11 9.786 Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 xdg-user-dirs amd64 0.17-2ubuntu1 [48.3 kB]
12:13:54 #11 9.811 Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1.1 [82.6 kB]
12:13:54 #11 9.885 Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext-base amd64 0.19.8.1-10build1 [50.2 kB]
12:13:54 #11 9.887 Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB]
12:13:54 #11 10.000 Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-locales all 1.17-6ubuntu4.1 [11.4 kB]
12:13:54 #11 10.01 Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB]
12:13:54 #11 10.01 Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB]
12:13:54 #11 10.01 Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB]
12:13:54 #11 10.01 Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB]
12:13:54 #11 10.01 Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB]
12:13:54 #11 10.01 Get:57 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB]
12:13:54 #11 10.01 Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB]
12:13:54 #11 10.04 Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB]
12:13:54 #11 10.11 Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB]
12:13:54 #11 10.11 Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau6 amd64 1:1.0.9-0ubuntu1 [7488 B]
12:13:54 #11 10.11 Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu1 [10.6 kB]
12:13:54 #11 10.11 Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1 amd64 1.14-2 [44.7 kB]
12:13:54 #11 10.11 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
12:13:54 #11 10.12 Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1.2 [575 kB]
12:13:54 #11 10.14 Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext6 amd64 2:1.3.4-0ubuntu1 [29.1 kB]
12:13:54 #11 10.14 Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B]
12:13:54 #11 10.18 Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages all 5.05-1 [1314 kB]
12:13:54 #11 10.23 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.5 [671 kB]
12:13:54 #11 10.27 Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB]
12:13:54 #11 10.27 Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python-apt-common all 2.0.0ubuntu0.20.04.8 [17.1 kB]
12:13:54 #11 10.27 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-apt amd64 2.0.0ubuntu0.20.04.8 [154 kB]
12:13:54 #11 10.28 Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 libunwind8 amd64 1.2.1-9build1 [47.6 kB]
12:13:54 #11 10.28 Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 strace amd64 5.5-3ubuntu1 [380 kB]
12:13:54 #11 10.29 Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 xauth amd64 1:1.1-0ubuntu1 [25.0 kB]
12:13:54 #11 10.30 Get:76 http://archive.ubuntu.com/ubuntu focal/main amd64 libfl2 amd64 2.6.4-6.2 [11.5 kB]
12:13:54 #11 10.30 Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 at amd64 3.1.23-1ubuntu1 [38.7 kB]
12:13:54 #11 10.33 Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 libsigsegv2 amd64 2.12-2 [13.9 kB]
12:13:54 #11 10.41 Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB]
12:13:54 #11 10.41 Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB]
12:13:54 #11 10.42 Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB]
12:13:54 #11 10.43 Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB]
12:13:54 #11 10.44 Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB]
12:13:54 #11 10.46 Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB]
12:13:54 #11 10.48 Get:85 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB]
12:13:54 #11 10.50 Get:86 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB]
12:13:54 #11 10.50 Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB]
12:13:54 #11 10.50 Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.3 [1613 kB]
12:13:54 #11 10.57 Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.3 [3380 B]
12:13:54 #11 10.57 Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.9 [71.8 kB]
12:13:54 #11 10.58 Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-126.142 [1118 kB]
12:13:54 #11 10.63 Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB]
12:13:54 #11 10.64 Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.9 [2519 kB]
12:13:54 #11 10.74 Get:94 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.1 [19.4 kB]
12:13:54 #11 10.74 Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB]
12:13:54 #11 10.76 Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB]
12:13:54 #11 10.78 Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
12:13:54 #11 10.79 Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.1 [7500 kB]
12:13:54 #11 11.12 Get:99 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB]
12:13:54 #11 11.12 Get:100 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB]
12:13:54 #11 11.12 Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB]
12:13:54 #11 11.27 Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB]
12:13:54 #11 11.44 Get:103 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B]
12:13:54 #11 11.45 Get:104 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.1 [2751 kB]
12:13:54 #11 11.94 Get:105 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB]
12:13:54 #11 11.98 Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB]
12:13:54 #11 12.07 Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB]
12:13:54 #11 12.10 Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB]
12:13:54 #11 12.11 Get:109 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2359 kB]
12:13:54 #11 12.23 Get:110 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.1 [8274 kB]
12:13:54 #11 12.62 Get:111 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B]
12:13:54 #11 12.62 Get:112 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [1722 kB]
12:13:54 #11 12.70 Get:113 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.1 [8420 kB]
12:13:54 #11 13.19 Get:114 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B]
12:13:54 #11 13.19 Get:115 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
12:13:54 #11 13.19 Get:116 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB]
12:13:54 #11 13.20 Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB]
12:13:54 #11 13.20 Get:118 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dpkg-dev all 1.19.7ubuntu3.2 [679 kB]
12:13:54 #11 13.21 Get:119 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B]
12:13:54 #11 13.21 Get:120 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB]
12:13:54 #11 13.21 Get:121 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB]
12:13:54 #11 13.21 Get:122 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB]
12:13:54 #11 13.27 Get:123 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB]
12:13:54 #11 13.27 Get:124 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB]
12:13:54 #11 13.34 Get:125 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB]
12:13:54 #11 13.34 Get:126 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB]
12:13:54 #11 13.35 Get:127 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB]
12:13:54 #11 13.35 Get:128 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB]
12:13:54 #11 13.35 Get:129 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB]
12:13:54 #11 13.36 Get:130 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB]
12:13:54 #11 13.36 Get:131 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB]
12:13:54 #11 13.36 Get:132 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
12:13:54 #11 13.42 Get:133 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.9 [155 kB]
12:13:54 #11 13.42 Get:134 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB]
12:13:54 #11 13.49 Get:135 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB]
12:13:54 #11 13.49 Get:136 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB]
12:13:54 #11 13.50 Get:137 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.13 [235 kB]
12:13:54 #11 13.51 Get:138 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.13 [161 kB]
12:13:54 #11 13.51 Get:139 http://archive.ubuntu.com/ubuntu focal/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB]
12:13:54 #11 13.51 Get:140 http://archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB]
12:13:54 #11 13.52 Get:141 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB]
12:13:54 #11 13.52 Get:142 http://archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
12:13:54 #11 13.56 Get:143 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB]
12:13:54 #11 13.57 Get:144 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9532 B]
12:13:54 #11 13.64 Get:145 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
12:13:54 #11 13.64 Get:146 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5228 B]
12:13:54 #11 13.64 Get:147 http://archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB]
12:13:54 #11 13.64 Get:148 http://archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB]
12:13:54 #11 13.65 Get:149 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB]
12:13:54 #11 13.68 Get:150 http://archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
12:13:54 #11 13.68 Get:151 http://archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB]
12:13:54 #11 13.69 Get:152 http://archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB]
12:13:54 #11 13.74 Get:153 http://archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB]
12:13:54 #11 13.74 Get:154 http://archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB]
12:13:54 #11 13.79 Get:155 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB]
12:13:54 #11 13.79 Get:156 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.2 [124 kB]
12:13:54 #11 13.79 Get:157 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB]
12:13:54 #11 13.80 Get:158 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B]
12:13:54 #11 13.80 Get:159 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.2 [330 kB]
12:13:54 #11 13.81 Get:160 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
12:13:54 #11 13.81 Get:161 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.2 [481 kB]
12:13:54 #11 13.87 Get:162 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.2 [482 kB]
12:13:54 #11 13.88 Get:163 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB]
12:13:54 #11 13.88 Get:164 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.2 [232 kB]
12:13:54 #11 13.94 Get:165 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.2 [97.4 kB]
12:13:54 #11 13.94 Get:166 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.2 [90.2 kB]
12:13:54 #11 13.94 Get:167 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.2 [217 kB]
12:13:54 #11 13.95 Get:168 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.2 [259 kB]
12:13:54 #11 13.96 Get:169 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
12:13:54 #11 13.96 Get:170 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-homedir-perl all 1.004-1 [37.3 kB]
12:13:54 #11 13.96 Get:171 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-pty-perl amd64 1:1.12-1 [32.4 kB]
12:13:54 #11 14.01 Get:172 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-run-perl all 20180523.0-2 [89.7 kB]
12:13:54 #11 14.01 Get:173 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
12:13:54 #11 14.01 Get:174 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-op-check-perl amd64 0.22-1build2 [10.2 kB]
12:13:54 #11 14.09 Get:175 http://archive.ubuntu.com/ubuntu focal/main amd64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
12:13:54 #11 14.09 Get:176 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu1 [14.5 kB]
12:13:54 #11 14.09 Get:177 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-classify-perl amd64 0.015-1build2 [21.1 kB]
12:13:54 #11 14.09 Get:178 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
12:13:54 #11 14.09 Get:179 http://archive.ubuntu.com/ubuntu focal/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
12:13:54 #11 14.09 Get:180 http://archive.ubuntu.com/ubuntu focal/main amd64 librole-tiny-perl all 2.001004-1 [16.5 kB]
12:13:54 #11 14.09 Get:181 http://archive.ubuntu.com/ubuntu focal/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
12:13:54 #11 14.16 Get:182 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
12:13:54 #11 14.16 Get:183 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoo-perl all 2.003006-1 [46.3 kB]
12:13:54 #11 14.16 Get:184 http://archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
12:13:54 #11 14.23 Get:185 http://archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB]
12:13:54 #11 14.23 Get:186 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
12:13:54 #11 14.23 Get:187 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
12:13:54 #11 14.23 Get:188 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
12:13:54 #11 14.23 Get:189 http://archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB]
12:13:54 #11 14.24 Get:190 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB]
12:13:54 #11 14.24 Get:191 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
12:13:54 #11 14.31 Get:192 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
12:13:54 #11 14.31 Get:193 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
12:13:54 #11 14.31 Get:194 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB]
12:13:54 #11 14.38 Get:195 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-cookies-perl all 6.08-1 [18.3 kB]
12:13:54 #11 14.38 Get:196 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
12:13:54 #11 14.38 Get:197 http://archive.ubuntu.com/ubuntu focal/main amd64 perl-openssl-defaults amd64 4 [7192 B]
12:13:54 #11 14.38 Get:198 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ssleay-perl amd64 1.88-2ubuntu1 [291 kB]
12:13:54 #11 14.39 Get:199 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-socket-ssl-perl all 2.067-1 [176 kB]
12:13:54 #11 14.40 Get:200 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-http-perl all 6.19-1 [22.8 kB]
12:13:54 #11 14.40 Get:201 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
12:13:54 #11 14.46 Get:202 http://archive.ubuntu.com/ubuntu focal/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
12:13:54 #11 14.61 Get:203 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
12:13:54 #11 14.68 Get:204 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-perl all 6.43-1 [140 kB]
12:13:54 #11 14.90 Get:205 http://archive.ubuntu.com/ubuntu focal/main amd64 patchutils amd64 0.3.4-2 [71.1 kB]
12:13:54 #11 14.95 Get:206 http://archive.ubuntu.com/ubuntu focal/main amd64 wdiff amd64 1.2.2-2build1 [29.8 kB]
12:13:54 #11 14.96 Get:207 http://archive.ubuntu.com/ubuntu focal/main amd64 devscripts amd64 2.20.2ubuntu2 [940 kB]
12:13:54 #11 ...
12:13:54 
12:13:54 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:54 #7 extracting sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 6.1s done
12:13:54 #7 extracting sha256:2ed9898dade4c9a6edce198887a5f565bd61018893dc1144589c28283874125d done
12:13:55 #7 DONE 20.3s
12:13:55 
12:13:55 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:13:55 #11 15.13 Get:208 http://archive.ubuntu.com/ubuntu focal/main amd64 diffstat amd64 1.63-1 [27.2 kB]
12:13:55 #11 15.13 Get:209 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-chardet all 3.0.4-4build1 [80.4 kB]
12:13:55 #11 15.14 Get:210 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-debian all 0.1.36ubuntu1 [65.0 kB]
12:13:55 #11 15.14 Get:211 http://archive.ubuntu.com/ubuntu focal/main amd64 libgpgme11 amd64 1.13.1-7ubuntu2 [121 kB]
12:13:55 #11 15.15 Get:212 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gpg amd64 1.13.1-7ubuntu2 [165 kB]
12:13:55 #11 15.16 Get:213 http://archive.ubuntu.com/ubuntu focal/main amd64 dput all 1.0.3ubuntu1 [42.3 kB]
12:13:55 #11 15.17 Get:214 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.13 [233 kB]
12:13:55 #11 15.18 Get:215 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
12:13:55 #11 15.18 Get:216 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git-man all 1:2.25.1-1ubuntu3.5 [886 kB]
12:13:55 #11 15.22 Get:217 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.5 [4557 kB]
12:13:55 #11 15.45 Get:218 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
12:13:55 #11 15.45 Get:219 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB]
12:13:55 #11 15.45 Get:220 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
12:13:55 #11 15.45 Get:221 http://archive.ubuntu.com/ubuntu focal/main amd64 libapt-pkg-perl amd64 0.1.36build3 [68.5 kB]
12:13:55 #11 15.45 Get:222 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9644 B]
12:13:55 #11 15.46 Get:223 http://archive.ubuntu.com/ubuntu focal/main amd64 libarray-intspan-perl all 2.003-1 [23.3 kB]
12:13:55 #11 15.46 Get:224 http://archive.ubuntu.com/ubuntu focal/main amd64 libasync-mergepoint-perl all 0.04-2 [10.2 kB]
12:13:55 #11 15.46 Get:225 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
12:13:55 #11 15.46 Get:226 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
12:13:55 #11 15.53 Get:227 http://archive.ubuntu.com/ubuntu focal/main amd64 libvariable-magic-perl amd64 0.62-1build2 [34.4 kB]
12:13:55 #11 15.54 Get:228 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
12:13:55 #11 15.54 Get:229 http://archive.ubuntu.com/ubuntu focal/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
12:13:55 #11 15.54 Get:230 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-xsaccessor-perl amd64 1.19-3build3 [33.6 kB]
12:13:55 #11 15.54 Get:231 http://archive.ubuntu.com/ubuntu focal/main amd64 libclone-perl amd64 0.43-2 [11.0 kB]
12:13:55 #11 15.54 Get:232 http://archive.ubuntu.com/ubuntu focal/main amd64 libcommon-sense-perl amd64 3.74-2build6 [20.1 kB]
12:13:55 #11 15.54 Get:233 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-util-perl amd64 1.07-3build5 [19.7 kB]
12:13:55 #11 15.54 Get:234 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-install-perl all 0.928-1 [10.5 kB]
12:13:55 #11 15.54 Get:235 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-optlist-perl all 0.110-1 [9956 B]
12:13:55 #11 15.60 Get:236 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB]
12:13:55 #11 15.62 Get:237 http://archive.ubuntu.com/ubuntu focal/main amd64 libconst-fast-perl all 0.014-1 [7958 B]
12:13:55 #11 15.62 Get:238 http://archive.ubuntu.com/ubuntu focal/main amd64 libwant-perl amd64 0.29-1build4 [24.2 kB]
12:13:55 #11 15.62 Get:239 http://archive.ubuntu.com/ubuntu focal/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
12:13:55 #11 15.62 Get:240 http://archive.ubuntu.com/ubuntu focal/main amd64 libcpanel-json-xs-perl amd64 4.19-1build1 [109 kB]
12:13:55 #11 15.62 Get:241 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB]
12:13:55 #11 15.62 Get:242 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-bubblebabble-perl all 0.02-2 [7908 B]
12:13:55 #11 15.62 Get:243 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
12:13:55 #11 15.62 Get:244 http://archive.ubuntu.com/ubuntu focal/main amd64 libdistro-info-perl all 0.23ubuntu1 [4668 B]
12:13:55 #11 15.67 Get:245 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
12:13:55 #11 15.70 Get:246 http://archive.ubuntu.com/ubuntu focal/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
12:13:55 #11 15.70 Get:247 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ip-perl all 1.26-2 [27.4 kB]
12:13:55 #11 15.70 Get:248 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-perl all 1.22-1 [336 kB]
12:13:55 #11 15.71 Get:249 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
12:13:55 #11 15.71 Get:250 http://archive.ubuntu.com/ubuntu focal/main amd64 libemail-valid-perl all 1.202-1 [16.3 kB]
12:13:55 #11 15.71 Get:251 http://archive.ubuntu.com/ubuntu focal/main amd64 libexporter-tiny-perl all 1.002001-1 [35.5 kB]
12:13:55 #11 15.71 Get:252 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-system-simple-perl all 1.26-1 [22.8 kB]
12:13:55 #11 15.71 Get:253 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-basedir-perl all 0.08-1 [16.9 kB]
12:13:55 #11 15.75 Get:254 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
12:13:55 #11 15.83 Get:255 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB]
12:13:55 #11 15.83 Get:256 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-compare-perl all 0.03-1 [7318 B]
12:13:55 #11 15.83 Get:257 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-glob-perl all 0.10-1 [7554 B]
12:13:55 #11 15.83 Get:258 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
12:13:55 #11 15.83 Get:259 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB]
12:13:55 #11 15.83 Get:260 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-string-perl all 1.08-3 [11.1 kB]
12:13:55 #11 15.83 Get:261 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-ttf-perl all 1.06-1 [313 kB]
12:13:55 #11 15.83 Get:262 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuture-perl all 0.43-1 [77.8 kB]
12:13:55 #11 15.83 Get:263 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-stringy-perl all 2.111-3 [55.8 kB]
12:13:55 #11 15.90 Get:264 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-validate-perl amd64 1.29-3 [52.7 kB]
12:13:55 #11 15.91 Get:265 http://archive.ubuntu.com/ubuntu focal/main amd64 libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
12:13:55 #11 15.91 Get:266 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
12:13:55 #11 15.91 Get:267 http://archive.ubuntu.com/ubuntu focal/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
12:13:55 #11 15.91 Get:268 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
12:13:55 #11 15.91 Get:269 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
12:13:55 #11 15.91 Get:270 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-perl all 4.02000-2 [80.9 kB]
12:13:55 #11 15.92 Get:271 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-perl all 1.708-1 [67.8 kB]
12:13:55 #11 15.92 Get:272 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
12:13:55 #11 15.97 Get:273 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-perl all 0.38-1 [19.1 kB]
12:13:55 #11 16.00 Get:274 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-identify-perl amd64 0.14-1build2 [10.7 kB]
12:13:55 #11 16.00 Get:275 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-name-perl amd64 0.26-1 [11.5 kB]
12:13:55 #11 16.00 Get:276 http://archive.ubuntu.com/ubuntu focal/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
12:13:55 #11 16.00 Get:277 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-tiny-perl all 0.108-1 [42.6 kB]
12:13:55 #11 16.00 Get:278 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-perl all 1.008001-2 [304 kB]
12:13:55 #11 16.00 Get:279 http://archive.ubuntu.com/ubuntu focal/main amd64 libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
12:13:55 #11 16.00 Get:280 http://archive.ubuntu.com/ubuntu focal/main amd64 libhash-fieldhash-perl amd64 0.15-1build2 [16.9 kB]
12:13:55 #11 16.00 Get:281 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB]
12:13:55 #11 16.05 Get:282 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB]
12:13:55 #11 16.08 Get:283 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhttp-daemon-perl all 6.06-1ubuntu0.1 [22.0 kB]
12:13:55 #11 16.08 Get:284 http://archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB]
12:13:55 #11 16.08 Get:285 http://archive.ubuntu.com/ubuntu focal/main amd64 libstruct-dumb-perl all 0.09-1 [10.5 kB]
12:13:55 #11 16.08 Get:286 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-perl all 0.75-1 [254 kB]
12:13:55 #11 16.09 Get:287 http://archive.ubuntu.com/ubuntu focal/main amd64 liblinux-epoll-perl amd64 0.017-1 [16.0 kB]
12:13:55 #11 16.10 Get:288 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
12:13:55 #11 16.10 Get:289 http://archive.ubuntu.com/ubuntu focal/main amd64 libtypes-serialiser-perl all 1.0-1 [12.1 kB]
12:13:55 #11 16.10 Get:290 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-xs-perl amd64 4.020-1build1 [83.7 kB]
12:13:55 #11 16.12 Get:291 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-maybexs-perl all 1.004000-1 [11.0 kB]
12:13:55 #11 16.19 Get:292 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-compare-perl all 0.53-1 [65.6 kB]
12:13:55 #11 16.19 Get:293 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-moreutils-perl amd64 0.416-1build5 [55.5 kB]
12:13:55 #11 16.19 Get:294 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
12:13:55 #11 16.19 Get:295 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-xs-perl amd64 0.58-2 [32.5 kB]
12:13:55 #11 16.19 Get:296 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl7 amd64 2.4.6-14 [38.5 kB]
12:13:55 #11 16.19 Get:297 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB]
12:13:55 #11 16.19 Get:298 http://archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
12:13:55 #11 16.19 Get:299 http://archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
12:13:55 #11 16.20 Get:300 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-aliases-perl all 0.001006-1 [7176 B]
12:13:55 #11 16.27 Get:301 http://archive.ubuntu.com/ubuntu focal/main amd64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
12:13:55 #11 16.27 Get:302 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-struct-perl all 0.017-1 [23.4 kB]
12:13:55 #11 16.27 Get:303 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-sec-perl amd64 1.15-1 [44.6 kB]
12:13:56 #11 16.42 Get:304 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-libidn-perl amd64 0.12.ds-3build2 [17.3 kB]
12:13:56 #11 16.57 Get:305 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-range-perl all 0.12-1 [8556 B]
12:13:56 #11 16.59 Get:306 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-xs-perl amd64 0.29-1build1 [18.4 kB]
12:13:56 #11 16.62 Get:307 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
12:13:56 #11 16.72 Get:308 http://archive.ubuntu.com/ubuntu focal/main amd64 libperl4-corelibs-perl all 0.004-2 [37.4 kB]
12:13:56 #11 16.75 Get:309 http://archive.ubuntu.com/ubuntu focal/main amd64 libperlio-gzip-perl amd64 0.19-1build5 [14.6 kB]
12:13:56 #11 16.76 Get:310 http://archive.ubuntu.com/ubuntu focal/main amd64 libpod-constants-perl all 0.19-1 [16.0 kB]
12:13:56 #11 16.77 Get:311 http://archive.ubuntu.com/ubuntu focal/main amd64 libre2-5 amd64 20200101+dfsg-1build1 [162 kB]
12:13:56 #11 16.85 Get:312 http://archive.ubuntu.com/ubuntu focal/main amd64 libre-engine-re2-perl amd64 0.13-5 [16.2 kB]
12:13:56 #11 16.86 Get:313 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadonly-perl all 2.050-2 [19.9 kB]
12:13:56 #11 16.87 Get:314 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
12:13:56 #11 16.87 Get:315 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-xs-perl amd64 0.117-1build2 [12.0 kB]
12:13:56 #11 16.87 Get:316 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
12:13:56 #11 16.88 Get:317 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
12:13:56 #11 16.89 Get:318 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 [48.8 kB]
12:13:56 #11 16.91 Get:319 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-decoder-perl amd64 4.011+ds-1build1 [102 kB]
12:13:56 #11 16.93 Get:320 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-encoder-perl amd64 4.011+ds-1build1 [104 kB]
12:13:56 #11 16.98 Get:321 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-perl all 4.011-1 [8604 B]
12:13:56 #11 16.98 Get:322 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-key-perl amd64 1.33-2build2 [35.4 kB]
12:13:56 #11 16.99 Get:323 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-copyright-perl all 0.003006-1 [9608 B]
12:13:56 #11 16.99 Get:324 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
12:13:56 #11 16.99 Get:325 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
12:13:56 #11 16.99 Get:326 http://archive.ubuntu.com/ubuntu focal/main amd64 libterm-readkey-perl amd64 2.38-1build1 [24.6 kB]
12:13:56 #11 16.99 Get:327 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-fatal-perl all 0.014-1 [11.1 kB]
12:13:56 #11 17.00 Get:328 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-refcount-perl all 0.10-1 [11.4 kB]
12:13:56 #11 17.07 Get:329 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B]
12:13:56 #11 17.07 Get:330 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-xs-perl amd64 0.016-1 [22.9 kB]
12:13:56 #11 17.14 Get:331 http://archive.ubuntu.com/ubuntu focal/main amd64 libunicode-utf8-perl amd64 0.62-1build1 [18.1 kB]
12:13:56 #11 17.14 Get:332 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
12:13:56 #11 17.14 Get:333 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
12:13:56 #11 17.14 Get:334 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
12:13:56 #11 17.14 Get:335 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1build1 [320 kB]
12:13:56 #11 17.16 Get:336 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-parser-perl amd64 2.46-1 [193 kB]
12:13:56 #11 17.18 Get:337 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
12:13:56 #11 17.18 Get:338 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-writer-perl all 0.625-1 [24.9 kB]
12:13:56 #11 17.20 Get:339 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-libyaml-perl amd64 0.81+repack-1 [28.5 kB]
12:13:56 #11 17.20 Get:340 http://archive.ubuntu.com/ubuntu focal/main amd64 licensecheck all 3.0.45-1 [23.9 kB]
12:13:56 #11 17.28 Get:341 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-size-perl amd64 0.83-1build1 [20.0 kB]
12:13:56 #11 17.28 Get:342 http://archive.ubuntu.com/ubuntu focal/main amd64 t1utils amd64 1.41-3 [56.1 kB]
12:13:56 #11 17.28 Get:343 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lintian all 2.62.0ubuntu2.1 [980 kB]
12:13:56 #11 17.32 Get:344 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB]
12:13:57 #11 17.45 Get:345 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB]
12:13:57 #11 17.46 Get:346 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-idna all 2.8-1 [34.6 kB]
12:13:57 #11 17.46 Get:347 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-urllib3 all 1.25.8-2ubuntu0.1 [88.3 kB]
12:13:57 #11 17.46 Get:348 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
12:13:57 #11 17.46 Get:349 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-unidiff all 0.5.5-2 [9180 B]
12:13:57 #11 17.46 Get:350 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-xdg all 0.26-1ubuntu1 [36.1 kB]
12:13:57 #11 17.46 Get:351 http://archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB]
12:13:57 #11 17.47 Get:352 http://archive.ubuntu.com/ubuntu focal/universe amd64 equivs all 2.2.0 [19.7 kB]
12:13:57 #11 17.47 Get:353 http://archive.ubuntu.com/ubuntu focal/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
12:13:57 #11 17.64 Get:354 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-magic all 2:0.4.15-3 [9376 B]
12:13:57 #11 17.80 debconf: delaying package configuration, since apt-utils is not installed
12:13:57 #11 17.83 Fetched 106 MB in 10s (10.4 MB/s)
12:13:57 #11 17.87 Selecting previously unselected package liblocale-gettext-perl.
12:13:57 #11 17.87 (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 ... 4124 files and directories currently installed.)
12:13:57 #11 17.88 Preparing to unpack .../liblocale-gettext-perl_1.07-4_amd64.deb ...
12:13:57 #11 17.88 Unpacking liblocale-gettext-perl (1.07-4) ...
12:13:57 #11 17.97 Selecting previously unselected package libssl1.1:amd64.
12:13:57 #11 17.97 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.16_amd64.deb ...
12:13:57 #11 18.02 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.16) ...
12:13:57 #11 18.19 Selecting previously unselected package libpython3.8-minimal:amd64.
12:13:57 #11 18.19 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.5_amd64.deb ...
12:13:57 #11 18.19 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.5) ...
12:13:57 #11 18.35 Selecting previously unselected package libexpat1:amd64.
12:13:57 #11 18.35 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.4_amd64.deb ...
12:13:57 #11 18.36 Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.4) ...
12:13:57 #11 18.41 Selecting previously unselected package python3.8-minimal.
12:13:58 #11 18.42 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.5_amd64.deb ...
12:13:58 #11 18.43 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.5) ...
12:13:58 #11 18.66 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.16) ...
12:13:58 #11 18.83 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.5) ...
12:13:58 #11 18.85 Setting up libexpat1:amd64 (2.2.9-1ubuntu0.4) ...
12:13:58 #11 18.86 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.5) ...
12:13:58 #11 19.43 Selecting previously unselected package python3-minimal.
12:13:58 #11 19.43 (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 ... 4439 files and directories currently installed.)
12:13:58 #11 19.43 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ...
12:13:58 #11 19.44 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
12:13:58 #11 19.47 Selecting previously unselected package mime-support.
12:13:58 #11 19.47 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
12:13:58 #11 19.47 Unpacking mime-support (3.64ubuntu1) ...
12:13:58 #11 19.51 Selecting previously unselected package libmpdec2:amd64.
12:13:58 #11 19.51 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ...
12:13:58 #11 19.52 Unpacking libmpdec2:amd64 (2.4.2-3) ...
12:13:58 #11 19.55 Selecting previously unselected package readline-common.
12:13:59 #11 19.55 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
12:13:59 #11 19.56 Unpacking readline-common (8.0-4) ...
12:13:59 #11 19.60 Selecting previously unselected package libreadline8:amd64.
12:13:59 #11 19.60 Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ...
12:13:59 #11 19.60 Unpacking libreadline8:amd64 (8.0-4) ...
12:13:59 #11 19.64 Selecting previously unselected package libsqlite3-0:amd64.
12:13:59 #11 19.64 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.4_amd64.deb ...
12:13:59 #11 19.65 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.4) ...
12:13:59 #11 19.72 Selecting previously unselected package libpython3.8-stdlib:amd64.
12:13:59 #11 19.72 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.5_amd64.deb ...
12:13:59 #11 19.73 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.5) ...
12:13:59 #11 19.93 Selecting previously unselected package python3.8.
12:13:59 #11 19.93 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.5_amd64.deb ...
12:13:59 #11 19.94 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.5) ...
12:13:59 #11 19.98 Selecting previously unselected package libpython3-stdlib:amd64.
12:13:59 #11 19.98 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ...
12:13:59 #11 19.98 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
12:13:59 #11 20.02 Setting up python3-minimal (3.8.2-0ubuntu2) ...
12:13:59 #11 20.23 Selecting previously unselected package python3.
12:13:59 #11 20.23 (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 ... 4869 files and directories currently installed.)
12:13:59 #11 20.24 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_amd64.deb ...
12:13:59 #11 20.25 Unpacking python3 (3.8.2-0ubuntu2) ...
12:13:59 #11 20.28 Selecting previously unselected package libbsd0:amd64.
12:13:59 #11 20.28 Preparing to unpack .../001-libbsd0_0.10.0-1_amd64.deb ...
12:13:59 #11 20.29 Unpacking libbsd0:amd64 (0.10.0-1) ...
12:13:59 #11 20.32 Selecting previously unselected package bsdmainutils.
12:13:59 #11 20.32 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_amd64.deb ...
12:13:59 #11 20.33 Unpacking bsdmainutils (11.1.2ubuntu3) ...
12:13:59 #11 20.38 Selecting previously unselected package libuchardet0:amd64.
12:13:59 #11 20.39 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_amd64.deb ...
12:13:59 #11 20.39 Unpacking libuchardet0:amd64 (0.0.6-3build1) ...
12:13:59 #11 20.42 Selecting previously unselected package groff-base.
12:13:59 #11 20.42 Preparing to unpack .../004-groff-base_1.22.4-4build1_amd64.deb ...
12:13:59 #11 20.43 Unpacking groff-base (1.22.4-4build1) ...
12:14:00 #11 20.56 Selecting previously unselected package libgdbm6:amd64.
12:14:00 #11 20.56 Preparing to unpack .../005-libgdbm6_1.18.1-5_amd64.deb ...
12:14:00 #11 20.56 Unpacking libgdbm6:amd64 (1.18.1-5) ...
12:14:00 #11 20.60 Selecting previously unselected package libpipeline1:amd64.
12:14:00 #11 20.60 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_amd64.deb ...
12:14:00 #11 20.60 Unpacking libpipeline1:amd64 (1.5.2-2build1) ...
12:14:00 #11 20.66 Selecting previously unselected package man-db.
12:14:00 #11 20.66 Preparing to unpack .../007-man-db_2.9.1-1_amd64.deb ...
12:14:00 #11 20.66 Unpacking man-db (2.9.1-1) ...
12:14:00 #11 20.78 Selecting previously unselected package perl-modules-5.30.
12:14:00 #11 20.78 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ...
12:14:00 #11 20.79 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
12:14:00 #11 21.15 Selecting previously unselected package libgdbm-compat4:amd64.
12:14:00 #11 21.15 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_amd64.deb ...
12:14:00 #11 21.15 Unpacking libgdbm-compat4:amd64 (1.18.1-5) ...
12:14:00 #11 21.19 Selecting previously unselected package libperl5.30:amd64.
12:14:00 #11 21.19 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ...
12:14:00 #11 21.19 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) ...
12:14:01 #11 21.66 Selecting previously unselected package perl.
12:14:01 #11 21.66 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.2_amd64.deb ...
12:14:01 #11 21.67 Unpacking perl (5.30.0-9ubuntu0.2) ...
12:14:01 #11 21.74 Selecting previously unselected package openssl.
12:14:01 #11 21.74 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.16_amd64.deb ...
12:14:01 #11 21.75 Unpacking openssl (1.1.1f-1ubuntu2.16) ...
12:14:01 #11 21.85 Selecting previously unselected package ca-certificates.
12:14:01 #11 21.85 Preparing to unpack .../013-ca-certificates_20211016~20.04.1_all.deb ...
12:14:01 #11 21.86 Unpacking ca-certificates (20211016~20.04.1) ...
12:14:01 #11 21.93 Selecting previously unselected package distro-info-data.
12:14:01 #11 21.93 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.10_all.deb ...
12:14:01 #11 21.94 Unpacking distro-info-data (0.43ubuntu1.10) ...
12:14:01 #11 21.99 Selecting previously unselected package libmagic-mgc.
12:14:01 #11 21.99 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_amd64.deb ...
12:14:01 #11 21.99 Unpacking libmagic-mgc (1:5.38-4) ...
12:14:01 #11 22.06 Selecting previously unselected package libmagic1:amd64.
12:14:01 #11 22.06 Preparing to unpack .../016-libmagic1_1%3a5.38-4_amd64.deb ...
12:14:01 #11 22.07 Unpacking libmagic1:amd64 (1:5.38-4) ...
12:14:01 #11 22.10 Selecting previously unselected package file.
12:14:01 #11 22.10 Preparing to unpack .../017-file_1%3a5.38-4_amd64.deb ...
12:14:01 #11 22.11 Unpacking file (1:5.38-4) ...
12:14:01 #11 22.14 Selecting previously unselected package less.
12:14:01 #11 22.14 Preparing to unpack .../018-less_551-1ubuntu0.1_amd64.deb ...
12:14:01 #11 22.14 Unpacking less (551-1ubuntu0.1) ...
12:14:01 #11 22.19 Selecting previously unselected package libelf1:amd64.
12:14:01 #11 22.19 Preparing to unpack .../019-libelf1_0.176-1.1build1_amd64.deb ...
12:14:01 #11 22.20 Unpacking libelf1:amd64 (0.176-1.1build1) ...
12:14:01 #11 22.24 Selecting previously unselected package libglib2.0-0:amd64.
12:14:02 #11 22.24 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ...
12:14:02 #11 22.24 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
12:14:02 #11 22.39 Selecting previously unselected package libglib2.0-data.
12:14:02 #11 22.39 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
12:14:02 #11 22.40 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
12:14:02 #11 22.44 Selecting previously unselected package tzdata.
12:14:02 #11 22.44 Preparing to unpack .../022-tzdata_2022c-0ubuntu0.20.04.0_all.deb ...
12:14:02 #11 22.45 Unpacking tzdata (2022c-0ubuntu0.20.04.0) ...
12:14:02 #11 22.64 Selecting previously unselected package libicu66:amd64.
12:14:02 #11 22.64 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_amd64.deb ...
12:14:02 #11 22.65 Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ...
12:14:03 #11 23.45 Selecting previously unselected package libxml2:amd64.
12:14:03 #11 23.45 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.4_amd64.deb ...
12:14:03 #11 23.46 Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.4) ...
12:14:03 #11 23.56 Selecting previously unselected package libyaml-0-2:amd64.
12:14:03 #11 23.56 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_amd64.deb ...
12:14:03 #11 23.56 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
12:14:03 #11 23.60 Selecting previously unselected package lsb-release.
12:14:03 #11 23.60 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
12:14:03 #11 23.61 Unpacking lsb-release (11.1.0ubuntu2) ...
12:14:03 #11 23.64 Selecting previously unselected package netbase.
12:14:03 #11 23.65 Preparing to unpack .../027-netbase_6.1_all.deb ...
12:14:03 #11 23.65 Unpacking netbase (6.1) ...
12:14:03 #11 23.68 Selecting previously unselected package python3-pkg-resources.
12:14:03 #11 23.68 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1_all.deb ...
12:14:03 #11 23.69 Unpacking python3-pkg-resources (45.2.0-1) ...
12:14:03 #11 23.73 Selecting previously unselected package python3-six.
12:14:03 #11 23.73 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
12:14:03 #11 23.73 Unpacking python3-six (1.14.0-2) ...
12:14:03 #11 23.77 Selecting previously unselected package shared-mime-info.
12:14:03 #11 23.77 Preparing to unpack .../030-shared-mime-info_1.15-1_amd64.deb ...
12:14:03 #11 23.78 Unpacking shared-mime-info (1.15-1) ...
12:14:03 #11 23.86 Selecting previously unselected package ucf.
12:14:03 #11 23.86 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
12:14:03 #11 23.87 Moving old data out of the way
12:14:03 #11 23.87 Unpacking ucf (3.0038+nmu1) ...
12:14:03 #11 23.94 Selecting previously unselected package xdg-user-dirs.
12:14:03 #11 23.94 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_amd64.deb ...
12:14:03 #11 23.95 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
12:14:03 #11 24.01 Selecting previously unselected package xz-utils.
12:14:03 #11 24.01 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1.1_amd64.deb ...
12:14:03 #11 24.02 Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
12:14:03 #11 24.05 Selecting previously unselected package gettext-base.
12:14:03 #11 24.05 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_amd64.deb ...
12:14:03 #11 24.06 Unpacking gettext-base (0.19.8.1-10build1) ...
12:14:03 #11 24.09 Selecting previously unselected package iso-codes.
12:14:03 #11 24.09 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
12:14:03 #11 24.09 Unpacking iso-codes (4.4-1) ...
12:14:03 #11 24.44 Selecting previously unselected package krb5-locales.
12:14:03 #11 24.44 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.1_all.deb ...
12:14:03 #11 24.45 Unpacking krb5-locales (1.17-6ubuntu4.1) ...
12:14:04 #11 24.51 Selecting previously unselected package libcbor0.6:amd64.
12:14:04 #11 24.51 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ...
12:14:04 #11 24.52 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
12:14:04 #11 24.55 Selecting previously unselected package libedit2:amd64.
12:14:04 #11 24.55 Preparing to unpack .../038-libedit2_3.1-20191231-1_amd64.deb ...
12:14:04 #11 24.56 Unpacking libedit2:amd64 (3.1-20191231-1) ...
12:14:04 #11 24.59 Selecting previously unselected package libfido2-1:amd64.
12:14:04 #11 24.60 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_amd64.deb ...
12:14:04 #11 24.60 Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ...
12:14:04 #11 24.63 Selecting previously unselected package libkrb5support0:amd64.
12:14:04 #11 24.64 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ...
12:14:04 #11 24.64 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ...
12:14:04 #11 24.67 Selecting previously unselected package libk5crypto3:amd64.
12:14:04 #11 24.67 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ...
12:14:04 #11 24.68 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ...
12:14:04 #11 24.72 Selecting previously unselected package libkeyutils1:amd64.
12:14:04 #11 24.72 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ...
12:14:04 #11 24.72 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
12:14:04 #11 24.76 Selecting previously unselected package libkrb5-3:amd64.
12:14:04 #11 24.76 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ...
12:14:04 #11 24.76 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ...
12:14:04 #11 24.82 Selecting previously unselected package libgssapi-krb5-2:amd64.
12:14:04 #11 24.83 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ...
12:14:04 #11 24.83 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ...
12:14:04 #11 24.87 Selecting previously unselected package libpsl5:amd64.
12:14:04 #11 24.87 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_amd64.deb ...
12:14:04 #11 24.88 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ...
12:14:04 #11 24.91 Selecting previously unselected package libxau6:amd64.
12:14:04 #11 24.91 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_amd64.deb ...
12:14:04 #11 24.91 Unpacking libxau6:amd64 (1:1.0.9-0ubuntu1) ...
12:14:04 #11 24.95 Selecting previously unselected package libxdmcp6:amd64.
12:14:04 #11 24.95 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_amd64.deb ...
12:14:04 #11 24.95 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
12:14:04 #11 24.98 Selecting previously unselected package libxcb1:amd64.
12:14:04 #11 24.98 Preparing to unpack .../048-libxcb1_1.14-2_amd64.deb ...
12:14:04 #11 24.98 Unpacking libxcb1:amd64 (1.14-2) ...
12:14:04 #11 25.01 Selecting previously unselected package libx11-data.
12:14:04 #11 25.01 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
12:14:04 #11 25.02 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
12:14:04 #11 25.08 Selecting previously unselected package libx11-6:amd64.
12:14:04 #11 25.08 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_amd64.deb ...
12:14:04 #11 25.09 Unpacking libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
12:14:04 #11 25.17 Selecting previously unselected package libxext6:amd64.
12:14:04 #11 25.17 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_amd64.deb ...
12:14:04 #11 25.17 Unpacking libxext6:amd64 (2:1.3.4-0ubuntu1) ...
12:14:04 #11 25.20 Selecting previously unselected package libxmuu1:amd64.
12:14:04 #11 25.21 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ...
12:14:04 #11 25.21 Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
12:14:04 #11 25.24 Selecting previously unselected package manpages.
12:14:04 #11 25.24 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
12:14:04 #11 25.24 Unpacking manpages (5.05-1) ...
12:14:05 #11 25.36 Selecting previously unselected package openssh-client.
12:14:05 #11 25.36 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.5_amd64.deb ...
12:14:05 #11 25.37 Unpacking openssh-client (1:8.2p1-4ubuntu0.5) ...
12:14:05 #11 25.46 Selecting previously unselected package publicsuffix.
12:14:05 #11 25.46 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
12:14:05 #11 25.47 Unpacking publicsuffix (20200303.0012-1) ...
12:14:05 #11 25.51 Selecting previously unselected package python-apt-common.
12:14:05 #11 25.51 Preparing to unpack .../056-python-apt-common_2.0.0ubuntu0.20.04.8_all.deb ...
12:14:05 #11 25.51 Unpacking python-apt-common (2.0.0ubuntu0.20.04.8) ...
12:14:05 #11 25.54 Selecting previously unselected package python3-apt.
12:14:05 #11 25.54 Preparing to unpack .../057-python3-apt_2.0.0ubuntu0.20.04.8_amd64.deb ...
12:14:05 #11 25.55 Unpacking python3-apt (2.0.0ubuntu0.20.04.8) ...
12:14:05 #11 25.59 Selecting previously unselected package libunwind8:amd64.
12:14:05 #11 25.60 Preparing to unpack .../058-libunwind8_1.2.1-9build1_amd64.deb ...
12:14:05 #11 25.60 Unpacking libunwind8:amd64 (1.2.1-9build1) ...
12:14:05 #11 25.63 Selecting previously unselected package strace.
12:14:05 #11 25.63 Preparing to unpack .../059-strace_5.5-3ubuntu1_amd64.deb ...
12:14:05 #11 25.64 Unpacking strace (5.5-3ubuntu1) ...
12:14:05 #11 25.71 Selecting previously unselected package xauth.
12:14:05 #11 25.71 Preparing to unpack .../060-xauth_1%3a1.1-0ubuntu1_amd64.deb ...
12:14:05 #11 25.71 Unpacking xauth (1:1.1-0ubuntu1) ...
12:14:05 #11 25.76 Selecting previously unselected package libfl2:amd64.
12:14:05 #11 25.76 Preparing to unpack .../061-libfl2_2.6.4-6.2_amd64.deb ...
12:14:05 #11 25.76 Unpacking libfl2:amd64 (2.6.4-6.2) ...
12:14:05 #11 25.81 Selecting previously unselected package at.
12:14:05 #11 25.81 Preparing to unpack .../062-at_3.1.23-1ubuntu1_amd64.deb ...
12:14:05 #11 25.81 Unpacking at (3.1.23-1ubuntu1) ...
12:14:05 #11 25.86 Selecting previously unselected package libsigsegv2:amd64.
12:14:05 #11 25.86 Preparing to unpack .../063-libsigsegv2_2.12-2_amd64.deb ...
12:14:05 #11 25.87 Unpacking libsigsegv2:amd64 (2.12-2) ...
12:14:05 #11 25.90 Selecting previously unselected package m4.
12:14:05 #11 25.90 Preparing to unpack .../064-m4_1.4.18-4_amd64.deb ...
12:14:05 #11 25.90 Unpacking m4 (1.4.18-4) ...
12:14:05 #11 25.95 Selecting previously unselected package autoconf.
12:14:05 #11 25.95 Preparing to unpack .../065-autoconf_2.69-11.1_all.deb ...
12:14:05 #11 25.95 Unpacking autoconf (2.69-11.1) ...
12:14:05 #11 26.01 Selecting previously unselected package autotools-dev.
12:14:05 #11 26.01 Preparing to unpack .../066-autotools-dev_20180224.1_all.deb ...
12:14:05 #11 26.02 Unpacking autotools-dev (20180224.1) ...
12:14:05 #11 26.06 Selecting previously unselected package automake.
12:14:05 #11 26.06 Preparing to unpack .../067-automake_1%3a1.16.1-4ubuntu6_all.deb ...
12:14:05 #11 26.06 Unpacking automake (1:1.16.1-4ubuntu6) ...
12:14:05 #11 26.13 Selecting previously unselected package autopoint.
12:14:05 #11 26.13 Preparing to unpack .../068-autopoint_0.19.8.1-10build1_all.deb ...
12:14:05 #11 26.14 Unpacking autopoint (0.19.8.1-10build1) ...
12:14:05 #11 26.18 Selecting previously unselected package binutils-common:amd64.
12:14:05 #11 26.18 Preparing to unpack .../069-binutils-common_2.34-6ubuntu1.3_amd64.deb ...
12:14:05 #11 26.18 Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) ...
12:14:05 #11 26.23 Selecting previously unselected package libbinutils:amd64.
12:14:05 #11 26.24 Preparing to unpack .../070-libbinutils_2.34-6ubuntu1.3_amd64.deb ...
12:14:05 #11 26.24 Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) ...
12:14:06 #11 26.34 Selecting previously unselected package libctf-nobfd0:amd64.
12:14:06 #11 26.34 Preparing to unpack .../071-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ...
12:14:06 #11 26.34 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ...
12:14:06 #11 26.37 Selecting previously unselected package libctf0:amd64.
12:14:06 #11 26.37 Preparing to unpack .../072-libctf0_2.34-6ubuntu1.3_amd64.deb ...
12:14:06 #11 26.38 Unpacking libctf0:amd64 (2.34-6ubuntu1.3) ...
12:14:06 #11 26.40 Selecting previously unselected package binutils-x86-64-linux-gnu.
12:14:06 #11 26.40 Preparing to unpack .../073-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ...
12:14:06 #11 26.41 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ...
12:14:06 #11 26.64 Selecting previously unselected package binutils.
12:14:06 #11 26.64 Preparing to unpack .../074-binutils_2.34-6ubuntu1.3_amd64.deb ...
12:14:06 #11 26.65 Unpacking binutils (2.34-6ubuntu1.3) ...
12:14:06 #11 26.67 Selecting previously unselected package libc-dev-bin.
12:14:06 #11 26.68 Preparing to unpack .../075-libc-dev-bin_2.31-0ubuntu9.9_amd64.deb ...
12:14:06 #11 26.68 Unpacking libc-dev-bin (2.31-0ubuntu9.9) ...
12:14:06 #11 26.71 Selecting previously unselected package linux-libc-dev:amd64.
12:14:06 #11 26.71 Preparing to unpack .../076-linux-libc-dev_5.4.0-126.142_amd64.deb ...
12:14:06 #11 26.72 Unpacking linux-libc-dev:amd64 (5.4.0-126.142) ...
12:14:06 #11 26.92 Selecting previously unselected package libcrypt-dev:amd64.
12:14:06 #11 26.93 Preparing to unpack .../077-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ...
12:14:06 #11 26.93 Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
12:14:06 #11 26.97 Selecting previously unselected package libc6-dev:amd64.
12:14:06 #11 26.97 Preparing to unpack .../078-libc6-dev_2.31-0ubuntu9.9_amd64.deb ...
12:14:06 #11 26.97 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.9) ...
12:14:06 #11 27.32 Selecting previously unselected package gcc-9-base:amd64.
12:14:06 #11 27.32 Preparing to unpack .../079-gcc-9-base_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
12:14:06 #11 27.33 Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ...
12:14:06 #11 27.37 Selecting previously unselected package libisl22:amd64.
12:14:06 #11 27.37 Preparing to unpack .../080-libisl22_0.22.1-1_amd64.deb ...
12:14:06 #11 27.38 Unpacking libisl22:amd64 (0.22.1-1) ...
12:14:06 #11 27.46 Selecting previously unselected package libmpfr6:amd64.
12:14:07 #11 27.46 Preparing to unpack .../081-libmpfr6_4.0.2-1_amd64.deb ...
12:14:07 #11 27.47 Unpacking libmpfr6:amd64 (4.0.2-1) ...
12:14:07 #11 27.52 Selecting previously unselected package libmpc3:amd64.
12:14:07 #11 27.52 Preparing to unpack .../082-libmpc3_1.1.0-1_amd64.deb ...
12:14:07 #11 27.53 Unpacking libmpc3:amd64 (1.1.0-1) ...
12:14:07 #11 27.57 Selecting previously unselected package cpp-9.
12:14:07 #11 27.58 Preparing to unpack .../083-cpp-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
12:14:07 #11 27.58 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
12:14:07 #11 28.31 Selecting previously unselected package cpp.
12:14:07 #11 28.31 Preparing to unpack .../084-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ...
12:14:07 #11 28.32 Unpacking cpp (4:9.3.0-1ubuntu2) ...
12:14:07 #11 28.35 Selecting previously unselected package libcc1-0:amd64.
12:14:07 #11 28.35 Preparing to unpack .../085-libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ...
12:14:07 #11 28.36 Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
12:14:07 #11 28.39 Selecting previously unselected package libgomp1:amd64.
12:14:07 #11 28.39 Preparing to unpack .../086-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ...
12:14:07 #11 28.39 Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
12:14:07 #11 28.43 Selecting previously unselected package libitm1:amd64.
12:14:07 #11 28.44 Preparing to unpack .../087-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ...
12:14:07 #11 28.44 Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
12:14:07 #11 28.48 Selecting previously unselected package libatomic1:amd64.
12:14:07 #11 28.48 Preparing to unpack .../088-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ...
12:14:07 #11 28.48 Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
12:14:07 #11 28.51 Selecting previously unselected package libasan5:amd64.
12:14:07 #11 28.51 Preparing to unpack .../089-libasan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
12:14:07 #11 28.52 Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ...
12:14:08 #11 28.83 Selecting previously unselected package liblsan0:amd64.
12:14:08 #11 28.83 Preparing to unpack .../090-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
12:14:08 #11 28.83 Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
12:14:08 #11 28.94 Selecting previously unselected package libtsan0:amd64.
12:14:08 #11 28.94 Preparing to unpack .../091-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
12:14:08 #11 28.95 Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
12:14:08 #11 29.25 Selecting previously unselected package libubsan1:amd64.
12:14:08 #11 29.25 Preparing to unpack .../092-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ...
12:14:08 #11 29.26 Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
12:14:09 #11 29.37 Selecting previously unselected package libquadmath0:amd64.
12:14:09 #11 29.37 Preparing to unpack .../093-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ...
12:14:09 #11 29.38 Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
12:14:09 #11 29.41 Selecting previously unselected package libgcc-9-dev:amd64.
12:14:09 #11 29.41 Preparing to unpack .../094-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
12:14:09 #11 29.41 Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
12:14:09 #11 29.65 Selecting previously unselected package gcc-9.
12:14:09 #11 29.65 Preparing to unpack .../095-gcc-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
12:14:09 #11 29.66 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
12:14:09 #11 30.38 Selecting previously unselected package gcc.
12:14:10 #11 30.38 Preparing to unpack .../096-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
12:14:10 #11 30.39 Unpacking gcc (4:9.3.0-1ubuntu2) ...
12:14:10 #11 30.46 Selecting previously unselected package libstdc++-9-dev:amd64.
12:14:10 #11 30.46 Preparing to unpack .../097-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
12:14:10 #11 30.47 Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
12:14:10 #11 30.72 Selecting previously unselected package g++-9.
12:14:10 #11 30.72 Preparing to unpack .../098-g++-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ...
12:14:10 #11 30.73 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ...
12:14:11 #11 31.47 Selecting previously unselected package g++.
12:14:11 #11 31.48 Preparing to unpack .../099-g++_4%3a9.3.0-1ubuntu2_amd64.deb ...
12:14:11 #11 31.48 Unpacking g++ (4:9.3.0-1ubuntu2) ...
12:14:11 #11 31.50 Selecting previously unselected package make.
12:14:11 #11 31.51 Preparing to unpack .../100-make_4.2.1-1.2_amd64.deb ...
12:14:11 #11 31.51 Unpacking make (4.2.1-1.2) ...
12:14:11 #11 31.55 Selecting previously unselected package libdpkg-perl.
12:14:11 #11 31.55 Preparing to unpack .../101-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
12:14:11 #11 31.55 Unpacking libdpkg-perl (1.19.7ubuntu3.2) ...
12:14:11 #11 31.60 Selecting previously unselected package patch.
12:14:11 #11 31.60 Preparing to unpack .../102-patch_2.7.6-6_amd64.deb ...
12:14:11 #11 31.61 Unpacking patch (2.7.6-6) ...
12:14:11 #11 31.64 Selecting previously unselected package dpkg-dev.
12:14:11 #11 31.65 Preparing to unpack .../103-dpkg-dev_1.19.7ubuntu3.2_all.deb ...
12:14:11 #11 31.65 Unpacking dpkg-dev (1.19.7ubuntu3.2) ...
12:14:11 #11 31.73 Selecting previously unselected package build-essential.
12:14:11 #11 31.74 Preparing to unpack .../104-build-essential_12.8ubuntu1.1_amd64.deb ...
12:14:11 #11 31.74 Unpacking build-essential (12.8ubuntu1.1) ...
12:14:11 #11 31.77 Selecting previously unselected package libbrotli1:amd64.
12:14:11 #11 31.78 Preparing to unpack .../105-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ...
12:14:11 #11 31.78 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
12:14:11 #11 31.83 Selecting previously unselected package libroken18-heimdal:amd64.
12:14:11 #11 31.84 Preparing to unpack .../106-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
12:14:11 #11 31.84 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
12:14:11 #11 31.88 Selecting previously unselected package libasn1-8-heimdal:amd64.
12:14:11 #11 31.88 Preparing to unpack .../107-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
12:14:11 #11 31.88 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
12:14:11 #11 31.93 Selecting previously unselected package libheimbase1-heimdal:amd64.
12:14:11 #11 31.93 Preparing to unpack .../108-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
12:14:11 #11 31.93 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
12:14:11 #11 31.97 Selecting previously unselected package libhcrypto4-heimdal:amd64.
12:14:11 #11 31.97 Preparing to unpack .../109-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
12:14:11 #11 31.98 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
12:14:11 #11 32.02 Selecting previously unselected package libwind0-heimdal:amd64.
12:14:11 #11 32.02 Preparing to unpack .../110-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
12:14:11 #11 32.02 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
12:14:11 #11 32.07 Selecting previously unselected package libhx509-5-heimdal:amd64.
12:14:11 #11 32.07 Preparing to unpack .../111-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
12:14:11 #11 32.07 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
12:14:11 #11 32.11 Selecting previously unselected package libkrb5-26-heimdal:amd64.
12:14:11 #11 32.11 Preparing to unpack .../112-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
12:14:11 #11 32.12 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
12:14:11 #11 32.17 Selecting previously unselected package libheimntlm0-heimdal:amd64.
12:14:11 #11 32.18 Preparing to unpack .../113-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
12:14:11 #11 32.18 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
12:14:11 #11 32.21 Selecting previously unselected package libgssapi3-heimdal:amd64.
12:14:11 #11 32.21 Preparing to unpack .../114-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
12:14:11 #11 32.22 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
12:14:11 #11 32.25 Selecting previously unselected package libsasl2-modules-db:amd64.
12:14:11 #11 32.26 Preparing to unpack .../115-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
12:14:11 #11 32.26 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
12:14:11 #11 32.29 Selecting previously unselected package libsasl2-2:amd64.
12:14:11 #11 32.29 Preparing to unpack .../116-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
12:14:11 #11 32.30 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
12:14:11 #11 32.33 Selecting previously unselected package libldap-common.
12:14:11 #11 32.33 Preparing to unpack .../117-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
12:14:11 #11 32.34 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
12:14:11 #11 32.40 Selecting previously unselected package libldap-2.4-2:amd64.
12:14:11 #11 32.41 Preparing to unpack .../118-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_amd64.deb ...
12:14:11 #11 32.41 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ...
12:14:11 #11 32.47 Selecting previously unselected package libnghttp2-14:amd64.
12:14:11 #11 32.47 Preparing to unpack .../119-libnghttp2-14_1.40.0-1build1_amd64.deb ...
12:14:11 #11 32.48 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ...
12:14:11 #11 32.52 Selecting previously unselected package librtmp1:amd64.
12:14:12 #11 32.52 Preparing to unpack .../120-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ...
12:14:12 #11 32.52 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
12:14:12 #11 32.56 Selecting previously unselected package libssh-4:amd64.
12:14:12 #11 32.57 Preparing to unpack .../121-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ...
12:14:12 #11 32.57 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
12:14:12 #11 32.62 Selecting previously unselected package libcurl4:amd64.
12:14:12 #11 32.62 Preparing to unpack .../122-libcurl4_7.68.0-1ubuntu2.13_amd64.deb ...
12:14:12 #11 32.62 Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.13) ...
12:14:12 #11 32.68 Selecting previously unselected package curl.
12:14:12 #11 32.68 Preparing to unpack .../123-curl_7.68.0-1ubuntu2.13_amd64.deb ...
12:14:12 #11 32.69 Unpacking curl (7.68.0-1ubuntu2.13) ...
12:14:12 #11 32.74 Selecting previously unselected package dctrl-tools.
12:14:12 #11 32.74 Preparing to unpack .../124-dctrl-tools_2.24-3_amd64.deb ...
12:14:12 #11 32.75 Unpacking dctrl-tools (2.24-3) ...
12:14:12 #11 32.79 Selecting previously unselected package libtool.
12:14:12 #11 32.79 Preparing to unpack .../125-libtool_2.4.6-14_all.deb ...
12:14:12 #11 32.79 Unpacking libtool (2.4.6-14) ...
12:14:12 #11 32.84 Selecting previously unselected package dh-autoreconf.
12:14:12 #11 32.84 Preparing to unpack .../126-dh-autoreconf_19_all.deb ...
12:14:12 #11 32.84 Unpacking dh-autoreconf (19) ...
12:14:12 #11 32.87 Selecting previously unselected package libdebhelper-perl.
12:14:12 #11 32.87 Preparing to unpack .../127-libdebhelper-perl_12.10ubuntu1_all.deb ...
12:14:12 #11 32.88 Unpacking libdebhelper-perl (12.10ubuntu1) ...
12:14:12 #11 32.92 Selecting previously unselected package libarchive-zip-perl.
12:14:12 #11 32.92 Preparing to unpack .../128-libarchive-zip-perl_1.67-2_all.deb ...
12:14:12 #11 32.93 Unpacking libarchive-zip-perl (1.67-2) ...
12:14:12 #11 32.96 Selecting previously unselected package libsub-override-perl.
12:14:12 #11 32.96 Preparing to unpack .../129-libsub-override-perl_0.09-2_all.deb ...
12:14:12 #11 32.97 Unpacking libsub-override-perl (0.09-2) ...
12:14:12 #11 33.00 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:14:12 #11 33.00 Preparing to unpack .../130-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
12:14:12 #11 33.00 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
12:14:12 #11 33.03 Selecting previously unselected package dh-strip-nondeterminism.
12:14:12 #11 33.03 Preparing to unpack .../131-dh-strip-nondeterminism_1.7.0-1_all.deb ...
12:14:12 #11 33.04 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
12:14:12 #11 33.06 Selecting previously unselected package dwz.
12:14:12 #11 33.06 Preparing to unpack .../132-dwz_0.13-5_amd64.deb ...
12:14:12 #11 33.07 Unpacking dwz (0.13-5) ...
12:14:12 #11 33.12 Selecting previously unselected package libcroco3:amd64.
12:14:12 #11 33.12 Preparing to unpack .../133-libcroco3_0.6.13-1_amd64.deb ...
12:14:12 #11 33.13 Unpacking libcroco3:amd64 (0.6.13-1) ...
12:14:12 #11 33.16 Selecting previously unselected package gettext.
12:14:12 #11 33.16 Preparing to unpack .../134-gettext_0.19.8.1-10build1_amd64.deb ...
12:14:12 #11 33.16 Unpacking gettext (0.19.8.1-10build1) ...
12:14:12 #11 33.31 Selecting previously unselected package intltool-debian.
12:14:12 #11 33.31 Preparing to unpack .../135-intltool-debian_0.35.0+20060710.5_all.deb ...
12:14:12 #11 33.32 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:14:12 #11 33.35 Selecting previously unselected package po-debconf.
12:14:12 #11 33.35 Preparing to unpack .../136-po-debconf_1.0.21_all.deb ...
12:14:12 #11 33.36 Unpacking po-debconf (1.0.21) ...
12:14:12 #11 33.40 Selecting previously unselected package debhelper.
12:14:12 #11 33.40 Preparing to unpack .../137-debhelper_12.10ubuntu1_all.deb ...
12:14:12 #11 33.41 Unpacking debhelper (12.10ubuntu1) ...
12:14:12 #11 33.53 Selecting previously unselected package libfakeroot:amd64.
12:14:12 #11 33.53 Preparing to unpack .../138-libfakeroot_1.24-1_amd64.deb ...
12:14:12 #11 33.53 Unpacking libfakeroot:amd64 (1.24-1) ...
12:14:12 #11 33.56 Selecting previously unselected package fakeroot.
12:14:13 #11 33.57 Preparing to unpack .../139-fakeroot_1.24-1_amd64.deb ...
12:14:13 #11 33.57 Unpacking fakeroot (1.24-1) ...
12:14:13 #11 33.61 Selecting previously unselected package libassuan0:amd64.
12:14:13 #11 33.61 Preparing to unpack .../140-libassuan0_2.5.3-7ubuntu2_amd64.deb ...
12:14:13 #11 33.62 Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ...
12:14:13 #11 33.65 Selecting previously unselected package gpgconf.
12:14:13 #11 33.65 Preparing to unpack .../141-gpgconf_2.2.19-3ubuntu2.2_amd64.deb ...
12:14:13 #11 33.65 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
12:14:13 #11 33.70 Selecting previously unselected package libksba8:amd64.
12:14:13 #11 33.71 Preparing to unpack .../142-libksba8_1.3.5-2_amd64.deb ...
12:14:13 #11 33.71 Unpacking libksba8:amd64 (1.3.5-2) ...
12:14:13 #11 33.75 Selecting previously unselected package libnpth0:amd64.
12:14:13 #11 33.75 Preparing to unpack .../143-libnpth0_1.6-1_amd64.deb ...
12:14:13 #11 33.76 Unpacking libnpth0:amd64 (1.6-1) ...
12:14:13 #11 33.80 Selecting previously unselected package dirmngr.
12:14:13 #11 33.80 Preparing to unpack .../144-dirmngr_2.2.19-3ubuntu2.2_amd64.deb ...
12:14:13 #11 33.82 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
12:14:13 #11 33.87 Selecting previously unselected package gnupg-l10n.
12:14:13 #11 33.87 Preparing to unpack .../145-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
12:14:13 #11 33.88 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
12:14:13 #11 33.91 Selecting previously unselected package gnupg-utils.
12:14:13 #11 33.91 Preparing to unpack .../146-gnupg-utils_2.2.19-3ubuntu2.2_amd64.deb ...
12:14:13 #11 33.91 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
12:14:13 #11 33.99 Selecting previously unselected package gpg.
12:14:13 #11 33.99 Preparing to unpack .../147-gpg_2.2.19-3ubuntu2.2_amd64.deb ...
12:14:13 #11 33.99 Unpacking gpg (2.2.19-3ubuntu2.2) ...
12:14:13 #11 34.06 Selecting previously unselected package pinentry-curses.
12:14:13 #11 34.06 Preparing to unpack .../148-pinentry-curses_1.1.0-3build1_amd64.deb ...
12:14:13 #11 34.07 Unpacking pinentry-curses (1.1.0-3build1) ...
12:14:13 #11 34.12 Selecting previously unselected package gpg-agent.
12:14:13 #11 34.13 Preparing to unpack .../149-gpg-agent_2.2.19-3ubuntu2.2_amd64.deb ...
12:14:13 #11 34.13 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
12:14:13 #11 34.18 Selecting previously unselected package gpg-wks-client.
12:14:13 #11 34.18 Preparing to unpack .../150-gpg-wks-client_2.2.19-3ubuntu2.2_amd64.deb ...
12:14:13 #11 34.18 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
12:14:13 #11 34.23 Selecting previously unselected package gpg-wks-server.
12:14:13 #11 34.23 Preparing to unpack .../151-gpg-wks-server_2.2.19-3ubuntu2.2_amd64.deb ...
12:14:13 #11 34.23 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
12:14:13 #11 34.26 Selecting previously unselected package gpgsm.
12:14:13 #11 34.27 Preparing to unpack .../152-gpgsm_2.2.19-3ubuntu2.2_amd64.deb ...
12:14:13 #11 34.27 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
12:14:13 #11 34.31 Selecting previously unselected package gnupg.
12:14:13 #11 34.31 Preparing to unpack .../153-gnupg_2.2.19-3ubuntu2.2_all.deb ...
12:14:13 #11 34.32 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
12:14:13 #11 34.36 Selecting previously unselected package libfile-which-perl.
12:14:13 #11 34.36 Preparing to unpack .../154-libfile-which-perl_1.23-1_all.deb ...
12:14:13 #11 34.36 Unpacking libfile-which-perl (1.23-1) ...
12:14:13 #11 34.39 Selecting previously unselected package libfile-homedir-perl.
12:14:13 #11 34.39 Preparing to unpack .../155-libfile-homedir-perl_1.004-1_all.deb ...
12:14:13 #11 34.40 Unpacking libfile-homedir-perl (1.004-1) ...
12:14:13 #11 34.43 Selecting previously unselected package libio-pty-perl.
12:14:13 #11 34.43 Preparing to unpack .../156-libio-pty-perl_1%3a1.12-1_amd64.deb ...
12:14:13 #11 34.43 Unpacking libio-pty-perl (1:1.12-1) ...
12:14:13 #11 34.46 Selecting previously unselected package libipc-run-perl.
12:14:13 #11 34.46 Preparing to unpack .../157-libipc-run-perl_20180523.0-2_all.deb ...
12:14:13 #11 34.47 Unpacking libipc-run-perl (20180523.0-2) ...
12:14:13 #11 34.50 Selecting previously unselected package libclass-method-modifiers-perl.
12:14:13 #11 34.50 Preparing to unpack .../158-libclass-method-modifiers-perl_2.13-1_all.deb ...
12:14:13 #11 34.51 Unpacking libclass-method-modifiers-perl (2.13-1) ...
12:14:13 #11 34.53 Selecting previously unselected package libb-hooks-op-check-perl.
12:14:14 #11 34.53 Preparing to unpack .../159-libb-hooks-op-check-perl_0.22-1build2_amd64.deb ...
12:14:14 #11 34.54 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
12:14:14 #11 34.56 Selecting previously unselected package libdynaloader-functions-perl.
12:14:14 #11 34.56 Preparing to unpack .../160-libdynaloader-functions-perl_0.003-1_all.deb ...
12:14:14 #11 34.57 Unpacking libdynaloader-functions-perl (0.003-1) ...
12:14:14 #11 34.59 Selecting previously unselected package libdevel-callchecker-perl.
12:14:14 #11 34.60 Preparing to unpack .../161-libdevel-callchecker-perl_0.008-1ubuntu1_amd64.deb ...
12:14:14 #11 34.60 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
12:14:14 #11 34.63 Selecting previously unselected package libparams-classify-perl.
12:14:14 #11 34.63 Preparing to unpack .../162-libparams-classify-perl_0.015-1build2_amd64.deb ...
12:14:14 #11 34.64 Unpacking libparams-classify-perl (0.015-1build2) ...
12:14:14 #11 34.66 Selecting previously unselected package libmodule-runtime-perl.
12:14:14 #11 34.66 Preparing to unpack .../163-libmodule-runtime-perl_0.016-1_all.deb ...
12:14:14 #11 34.67 Unpacking libmodule-runtime-perl (0.016-1) ...
12:14:14 #11 34.70 Selecting previously unselected package libimport-into-perl.
12:14:14 #11 34.70 Preparing to unpack .../164-libimport-into-perl_1.002005-1_all.deb ...
12:14:14 #11 34.70 Unpacking libimport-into-perl (1.002005-1) ...
12:14:14 #11 34.73 Selecting previously unselected package librole-tiny-perl.
12:14:14 #11 34.73 Preparing to unpack .../165-librole-tiny-perl_2.001004-1_all.deb ...
12:14:14 #11 34.74 Unpacking librole-tiny-perl (2.001004-1) ...
12:14:14 #11 34.81 Selecting previously unselected package libstrictures-perl.
12:14:14 #11 34.81 Preparing to unpack .../166-libstrictures-perl_2.000006-1_all.deb ...
12:14:14 #11 34.82 Unpacking libstrictures-perl (2.000006-1) ...
12:14:14 #11 34.85 Selecting previously unselected package libsub-quote-perl.
12:14:14 #11 34.85 Preparing to unpack .../167-libsub-quote-perl_2.006006-1_all.deb ...
12:14:14 #11 34.87 Unpacking libsub-quote-perl (2.006006-1) ...
12:14:14 #11 34.90 Selecting previously unselected package libmoo-perl.
12:14:14 #11 34.90 Preparing to unpack .../168-libmoo-perl_2.003006-1_all.deb ...
12:14:14 #11 34.91 Unpacking libmoo-perl (2.003006-1) ...
12:14:14 #11 34.94 Selecting previously unselected package libencode-locale-perl.
12:14:14 #11 34.94 Preparing to unpack .../169-libencode-locale-perl_1.05-1_all.deb ...
12:14:14 #11 34.95 Unpacking libencode-locale-perl (1.05-1) ...
12:14:14 #11 34.98 Selecting previously unselected package libtimedate-perl.
12:14:14 #11 34.98 Preparing to unpack .../170-libtimedate-perl_2.3200-1_all.deb ...
12:14:14 #11 34.98 Unpacking libtimedate-perl (2.3200-1) ...
12:14:14 #11 35.02 Selecting previously unselected package libhttp-date-perl.
12:14:14 #11 35.02 Preparing to unpack .../171-libhttp-date-perl_6.05-1_all.deb ...
12:14:14 #11 35.03 Unpacking libhttp-date-perl (6.05-1) ...
12:14:14 #11 35.05 Selecting previously unselected package libfile-listing-perl.
12:14:14 #11 35.06 Preparing to unpack .../172-libfile-listing-perl_6.04-1_all.deb ...
12:14:14 #11 35.06 Unpacking libfile-listing-perl (6.04-1) ...
12:14:14 #11 35.08 Selecting previously unselected package libhtml-tagset-perl.
12:14:14 #11 35.09 Preparing to unpack .../173-libhtml-tagset-perl_3.20-4_all.deb ...
12:14:14 #11 35.09 Unpacking libhtml-tagset-perl (3.20-4) ...
12:14:14 #11 35.12 Selecting previously unselected package liburi-perl.
12:14:14 #11 35.13 Preparing to unpack .../174-liburi-perl_1.76-2_all.deb ...
12:14:14 #11 35.13 Unpacking liburi-perl (1.76-2) ...
12:14:14 #11 35.17 Selecting previously unselected package libhtml-parser-perl.
12:14:14 #11 35.17 Preparing to unpack .../175-libhtml-parser-perl_3.72-5_amd64.deb ...
12:14:14 #11 35.17 Unpacking libhtml-parser-perl (3.72-5) ...
12:14:14 #11 35.21 Selecting previously unselected package libhtml-tree-perl.
12:14:14 #11 35.21 Preparing to unpack .../176-libhtml-tree-perl_5.07-2_all.deb ...
12:14:14 #11 35.21 Unpacking libhtml-tree-perl (5.07-2) ...
12:14:14 #11 35.25 Selecting previously unselected package libio-html-perl.
12:14:14 #11 35.26 Preparing to unpack .../177-libio-html-perl_1.001-1_all.deb ...
12:14:14 #11 35.26 Unpacking libio-html-perl (1.001-1) ...
12:14:14 #11 35.29 Selecting previously unselected package liblwp-mediatypes-perl.
12:14:14 #11 35.29 Preparing to unpack .../178-liblwp-mediatypes-perl_6.04-1_all.deb ...
12:14:14 #11 35.29 Unpacking liblwp-mediatypes-perl (6.04-1) ...
12:14:14 #11 35.32 Selecting previously unselected package libhttp-message-perl.
12:14:15 #11 35.32 Preparing to unpack .../179-libhttp-message-perl_6.22-1_all.deb ...
12:14:15 #11 35.32 Unpacking libhttp-message-perl (6.22-1) ...
12:14:15 #11 35.35 Selecting previously unselected package libhttp-cookies-perl.
12:14:15 #11 35.35 Preparing to unpack .../180-libhttp-cookies-perl_6.08-1_all.deb ...
12:14:15 #11 35.36 Unpacking libhttp-cookies-perl (6.08-1) ...
12:14:15 #11 35.39 Selecting previously unselected package libhttp-negotiate-perl.
12:14:15 #11 35.39 Preparing to unpack .../181-libhttp-negotiate-perl_6.01-1_all.deb ...
12:14:15 #11 35.39 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:14:15 #11 35.42 Selecting previously unselected package perl-openssl-defaults:amd64.
12:14:15 #11 35.42 Preparing to unpack .../182-perl-openssl-defaults_4_amd64.deb ...
12:14:15 #11 35.43 Unpacking perl-openssl-defaults:amd64 (4) ...
12:14:15 #11 35.46 Selecting previously unselected package libnet-ssleay-perl.
12:14:15 #11 35.46 Preparing to unpack .../183-libnet-ssleay-perl_1.88-2ubuntu1_amd64.deb ...
12:14:15 #11 35.47 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
12:14:15 #11 35.52 Selecting previously unselected package libio-socket-ssl-perl.
12:14:15 #11 35.52 Preparing to unpack .../184-libio-socket-ssl-perl_2.067-1_all.deb ...
12:14:15 #11 35.53 Unpacking libio-socket-ssl-perl (2.067-1) ...
12:14:15 #11 35.57 Selecting previously unselected package libnet-http-perl.
12:14:15 #11 35.57 Preparing to unpack .../185-libnet-http-perl_6.19-1_all.deb ...
12:14:15 #11 35.57 Unpacking libnet-http-perl (6.19-1) ...
12:14:15 #11 35.60 Selecting previously unselected package liblwp-protocol-https-perl.
12:14:15 #11 35.60 Preparing to unpack .../186-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
12:14:15 #11 35.61 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
12:14:15 #11 35.64 Selecting previously unselected package libtry-tiny-perl.
12:14:15 #11 35.64 Preparing to unpack .../187-libtry-tiny-perl_0.30-1_all.deb ...
12:14:15 #11 35.64 Unpacking libtry-tiny-perl (0.30-1) ...
12:14:15 #11 35.67 Selecting previously unselected package libwww-robotrules-perl.
12:14:15 #11 35.67 Preparing to unpack .../188-libwww-robotrules-perl_6.02-1_all.deb ...
12:14:15 #11 35.68 Unpacking libwww-robotrules-perl (6.02-1) ...
12:14:15 #11 35.71 Selecting previously unselected package libwww-perl.
12:14:15 #11 35.71 Preparing to unpack .../189-libwww-perl_6.43-1_all.deb ...
12:14:15 #11 35.71 Unpacking libwww-perl (6.43-1) ...
12:14:15 #11 35.75 Selecting previously unselected package patchutils.
12:14:15 #11 35.76 Preparing to unpack .../190-patchutils_0.3.4-2_amd64.deb ...
12:14:15 #11 35.77 Unpacking patchutils (0.3.4-2) ...
12:14:15 #11 35.80 Selecting previously unselected package wdiff.
12:14:15 #11 35.80 Preparing to unpack .../191-wdiff_1.2.2-2build1_amd64.deb ...
12:14:15 #11 35.80 Unpacking wdiff (1.2.2-2build1) ...
12:14:15 #11 35.85 Selecting previously unselected package devscripts.
12:14:15 #11 35.85 Preparing to unpack .../192-devscripts_2.20.2ubuntu2_amd64.deb ...
12:14:15 #11 35.87 Unpacking devscripts (2.20.2ubuntu2) ...
12:14:15 #11 35.99 Selecting previously unselected package diffstat.
12:14:15 #11 35.99 Preparing to unpack .../193-diffstat_1.63-1_amd64.deb ...
12:14:15 #11 35.99 Unpacking diffstat (1.63-1) ...
12:14:15 #11 36.03 Selecting previously unselected package python3-chardet.
12:14:15 #11 36.03 Preparing to unpack .../194-python3-chardet_3.0.4-4build1_all.deb ...
12:14:15 #11 36.04 Unpacking python3-chardet (3.0.4-4build1) ...
12:14:15 #11 36.08 Selecting previously unselected package python3-debian.
12:14:15 #11 36.08 Preparing to unpack .../195-python3-debian_0.1.36ubuntu1_all.deb ...
12:14:15 #11 36.08 Unpacking python3-debian (0.1.36ubuntu1) ...
12:14:15 #11 36.13 Selecting previously unselected package libgpgme11:amd64.
12:14:15 #11 36.13 Preparing to unpack .../196-libgpgme11_1.13.1-7ubuntu2_amd64.deb ...
12:14:15 #11 36.13 Unpacking libgpgme11:amd64 (1.13.1-7ubuntu2) ...
12:14:15 #11 36.18 Selecting previously unselected package python3-gpg.
12:14:15 #11 36.18 Preparing to unpack .../197-python3-gpg_1.13.1-7ubuntu2_amd64.deb ...
12:14:15 #11 36.18 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
12:14:15 #11 36.25 Selecting previously unselected package dput.
12:14:15 #11 36.25 Preparing to unpack .../198-dput_1.0.3ubuntu1_all.deb ...
12:14:15 #11 36.26 Unpacking dput (1.0.3ubuntu1) ...
12:14:15 #11 36.30 Selecting previously unselected package libcurl3-gnutls:amd64.
12:14:15 #11 36.30 Preparing to unpack .../199-libcurl3-gnutls_7.68.0-1ubuntu2.13_amd64.deb ...
12:14:15 #11 36.30 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.13) ...
12:14:15 #11 36.35 Selecting previously unselected package liberror-perl.
12:14:16 #11 36.35 Preparing to unpack .../200-liberror-perl_0.17029-1_all.deb ...
12:14:16 #11 36.36 Unpacking liberror-perl (0.17029-1) ...
12:14:16 #11 36.39 Selecting previously unselected package git-man.
12:14:16 #11 36.39 Preparing to unpack .../201-git-man_1%3a2.25.1-1ubuntu3.5_all.deb ...
12:14:16 #11 36.40 Unpacking git-man (1:2.25.1-1ubuntu3.5) ...
12:14:16 #11 36.51 Selecting previously unselected package git.
12:14:16 #11 36.51 Preparing to unpack .../202-git_1%3a2.25.1-1ubuntu3.5_amd64.deb ...
12:14:16 #11 36.53 Unpacking git (1:2.25.1-1ubuntu3.5) ...
12:14:16 #11 37.04 Selecting previously unselected package libalgorithm-diff-perl.
12:14:16 #11 37.04 Preparing to unpack .../203-libalgorithm-diff-perl_1.19.03-2_all.deb ...
12:14:16 #11 37.05 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
12:14:16 #11 37.08 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:14:16 #11 37.08 Preparing to unpack .../204-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ...
12:14:16 #11 37.09 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
12:14:16 #11 37.11 Selecting previously unselected package libalgorithm-merge-perl.
12:14:16 #11 37.12 Preparing to unpack .../205-libalgorithm-merge-perl_0.08-3_all.deb ...
12:14:16 #11 37.12 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:14:16 #11 37.15 Selecting previously unselected package libapt-pkg-perl.
12:14:16 #11 37.15 Preparing to unpack .../206-libapt-pkg-perl_0.1.36build3_amd64.deb ...
12:14:16 #11 37.15 Unpacking libapt-pkg-perl (0.1.36build3) ...
12:14:16 #11 37.18 Selecting previously unselected package libarchive-cpio-perl.
12:14:16 #11 37.18 Preparing to unpack .../207-libarchive-cpio-perl_0.10-1_all.deb ...
12:14:16 #11 37.19 Unpacking libarchive-cpio-perl (0.10-1) ...
12:14:16 #11 37.22 Selecting previously unselected package libarray-intspan-perl.
12:14:16 #11 37.22 Preparing to unpack .../208-libarray-intspan-perl_2.003-1_all.deb ...
12:14:16 #11 37.23 Unpacking libarray-intspan-perl (2.003-1) ...
12:14:16 #11 37.25 Selecting previously unselected package libasync-mergepoint-perl.
12:14:16 #11 37.25 Preparing to unpack .../209-libasync-mergepoint-perl_0.04-2_all.deb ...
12:14:16 #11 37.26 Unpacking libasync-mergepoint-perl (0.04-2) ...
12:14:16 #11 37.29 Selecting previously unselected package libmodule-implementation-perl.
12:14:16 #11 37.29 Preparing to unpack .../210-libmodule-implementation-perl_0.09-1_all.deb ...
12:14:16 #11 37.29 Unpacking libmodule-implementation-perl (0.09-1) ...
12:14:16 #11 37.32 Selecting previously unselected package libsub-exporter-progressive-perl.
12:14:16 #11 37.32 Preparing to unpack .../211-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:14:16 #11 37.33 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:14:16 #11 37.35 Selecting previously unselected package libvariable-magic-perl.
12:14:16 #11 37.35 Preparing to unpack .../212-libvariable-magic-perl_0.62-1build2_amd64.deb ...
12:14:16 #11 37.36 Unpacking libvariable-magic-perl (0.62-1build2) ...
12:14:16 #11 37.40 Selecting previously unselected package libb-hooks-endofscope-perl.
12:14:16 #11 37.40 Preparing to unpack .../213-libb-hooks-endofscope-perl_0.24-1_all.deb ...
12:14:16 #11 37.40 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
12:14:16 #11 37.43 Selecting previously unselected package libcapture-tiny-perl.
12:14:16 #11 37.43 Preparing to unpack .../214-libcapture-tiny-perl_0.48-1_all.deb ...
12:14:16 #11 37.43 Unpacking libcapture-tiny-perl (0.48-1) ...
12:14:16 #11 37.46 Selecting previously unselected package libclass-xsaccessor-perl.
12:14:16 #11 37.46 Preparing to unpack .../215-libclass-xsaccessor-perl_1.19-3build3_amd64.deb ...
12:14:16 #11 37.47 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
12:14:16 #11 37.50 Selecting previously unselected package libclone-perl.
12:14:17 #11 37.50 Preparing to unpack .../216-libclone-perl_0.43-2_amd64.deb ...
12:14:17 #11 37.50 Unpacking libclone-perl (0.43-2) ...
12:14:17 #11 37.53 Selecting previously unselected package libcommon-sense-perl.
12:14:17 #11 37.53 Preparing to unpack .../217-libcommon-sense-perl_3.74-2build6_amd64.deb ...
12:14:17 #11 37.53 Unpacking libcommon-sense-perl (3.74-2build6) ...
12:14:17 #11 37.56 Selecting previously unselected package libparams-util-perl.
12:14:17 #11 37.57 Preparing to unpack .../218-libparams-util-perl_1.07-3build5_amd64.deb ...
12:14:17 #11 37.57 Unpacking libparams-util-perl (1.07-3build5) ...
12:14:17 #11 37.60 Selecting previously unselected package libsub-install-perl.
12:14:17 #11 37.60 Preparing to unpack .../219-libsub-install-perl_0.928-1_all.deb ...
12:14:17 #11 37.60 Unpacking libsub-install-perl (0.928-1) ...
12:14:17 #11 37.64 Selecting previously unselected package libdata-optlist-perl.
12:14:17 #11 37.64 Preparing to unpack .../220-libdata-optlist-perl_0.110-1_all.deb ...
12:14:17 #11 37.64 Unpacking libdata-optlist-perl (0.110-1) ...
12:14:17 #11 37.67 Selecting previously unselected package libsub-exporter-perl.
12:14:17 #11 37.67 Preparing to unpack .../221-libsub-exporter-perl_0.987-1_all.deb ...
12:14:17 #11 37.68 Unpacking libsub-exporter-perl (0.987-1) ...
12:14:17 #11 37.71 Selecting previously unselected package libconst-fast-perl.
12:14:17 #11 37.71 Preparing to unpack .../222-libconst-fast-perl_0.014-1_all.deb ...
12:14:17 #11 37.71 Unpacking libconst-fast-perl (0.014-1) ...
12:14:17 #11 37.74 Selecting previously unselected package libwant-perl.
12:14:17 #11 37.75 Preparing to unpack .../223-libwant-perl_0.29-1build4_amd64.deb ...
12:14:17 #11 37.75 Unpacking libwant-perl (0.29-1build4) ...
12:14:17 #11 37.78 Selecting previously unselected package libcontextual-return-perl.
12:14:17 #11 37.78 Preparing to unpack .../224-libcontextual-return-perl_0.004014-2_all.deb ...
12:14:17 #11 37.78 Unpacking libcontextual-return-perl (0.004014-2) ...
12:14:17 #11 37.82 Selecting previously unselected package libcpanel-json-xs-perl.
12:14:17 #11 37.82 Preparing to unpack .../225-libcpanel-json-xs-perl_4.19-1build1_amd64.deb ...
12:14:17 #11 37.83 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
12:14:17 #11 37.86 Selecting previously unselected package libdata-dump-perl.
12:14:17 #11 37.86 Preparing to unpack .../226-libdata-dump-perl_1.23-1_all.deb ...
12:14:17 #11 37.87 Unpacking libdata-dump-perl (1.23-1) ...
12:14:17 #11 37.90 Selecting previously unselected package libdigest-bubblebabble-perl.
12:14:17 #11 37.90 Preparing to unpack .../227-libdigest-bubblebabble-perl_0.02-2_all.deb ...
12:14:17 #11 37.90 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
12:14:17 #11 37.93 Selecting previously unselected package libdigest-hmac-perl.
12:14:17 #11 37.93 Preparing to unpack .../228-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
12:14:17 #11 37.93 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
12:14:17 #11 37.96 Selecting previously unselected package libdistro-info-perl.
12:14:17 #11 37.97 Preparing to unpack .../229-libdistro-info-perl_0.23ubuntu1_all.deb ...
12:14:17 #11 37.97 Unpacking libdistro-info-perl (0.23ubuntu1) ...
12:14:17 #11 38.00 Selecting previously unselected package libnet-smtp-ssl-perl.
12:14:17 #11 38.00 Preparing to unpack .../230-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:14:17 #11 38.01 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:14:17 #11 38.03 Selecting previously unselected package libmailtools-perl.
12:14:17 #11 38.03 Preparing to unpack .../231-libmailtools-perl_2.21-1_all.deb ...
12:14:17 #11 38.04 Unpacking libmailtools-perl (2.21-1) ...
12:14:17 #11 38.07 Selecting previously unselected package libnet-ip-perl.
12:14:17 #11 38.08 Preparing to unpack .../232-libnet-ip-perl_1.26-2_all.deb ...
12:14:17 #11 38.08 Unpacking libnet-ip-perl (1.26-2) ...
12:14:17 #11 38.11 Selecting previously unselected package libnet-dns-perl.
12:14:17 #11 38.12 Preparing to unpack .../233-libnet-dns-perl_1.22-1_all.deb ...
12:14:17 #11 38.12 Unpacking libnet-dns-perl (1.22-1) ...
12:14:17 #11 38.19 Selecting previously unselected package libnet-domain-tld-perl.
12:14:17 #11 38.19 Preparing to unpack .../234-libnet-domain-tld-perl_1.75-1_all.deb ...
12:14:17 #11 38.20 Unpacking libnet-domain-tld-perl (1.75-1) ...
12:14:17 #11 38.23 Selecting previously unselected package libemail-valid-perl.
12:14:17 #11 38.23 Preparing to unpack .../235-libemail-valid-perl_1.202-1_all.deb ...
12:14:17 #11 38.23 Unpacking libemail-valid-perl (1.202-1) ...
12:14:17 #11 38.27 Selecting previously unselected package libexporter-tiny-perl.
12:14:17 #11 38.27 Preparing to unpack .../236-libexporter-tiny-perl_1.002001-1_all.deb ...
12:14:17 #11 38.27 Unpacking libexporter-tiny-perl (1.002001-1) ...
12:14:17 #11 38.31 Selecting previously unselected package libipc-system-simple-perl.
12:14:17 #11 38.31 Preparing to unpack .../237-libipc-system-simple-perl_1.26-1_all.deb ...
12:14:17 #11 38.31 Unpacking libipc-system-simple-perl (1.26-1) ...
12:14:17 #11 38.35 Selecting previously unselected package libfile-basedir-perl.
12:14:17 #11 38.35 Preparing to unpack .../238-libfile-basedir-perl_0.08-1_all.deb ...
12:14:17 #11 38.36 Unpacking libfile-basedir-perl (0.08-1) ...
12:14:17 #11 38.40 Selecting previously unselected package libfile-chdir-perl.
12:14:17 #11 38.40 Preparing to unpack .../239-libfile-chdir-perl_0.1008-1_all.deb ...
12:14:17 #11 38.40 Unpacking libfile-chdir-perl (0.1008-1) ...
12:14:17 #11 38.43 Selecting previously unselected package libfile-fcntllock-perl.
12:14:18 #11 38.43 Preparing to unpack .../240-libfile-fcntllock-perl_0.22-3build4_amd64.deb ...
12:14:18 #11 38.43 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
12:14:18 #11 38.47 Selecting previously unselected package libnumber-compare-perl.
12:14:18 #11 38.47 Preparing to unpack .../241-libnumber-compare-perl_0.03-1_all.deb ...
12:14:18 #11 38.48 Unpacking libnumber-compare-perl (0.03-1) ...
12:14:18 #11 38.51 Selecting previously unselected package libtext-glob-perl.
12:14:18 #11 38.52 Preparing to unpack .../242-libtext-glob-perl_0.10-1_all.deb ...
12:14:18 #11 38.52 Unpacking libtext-glob-perl (0.10-1) ...
12:14:18 #11 38.55 Selecting previously unselected package libfile-find-rule-perl.
12:14:18 #11 38.55 Preparing to unpack .../243-libfile-find-rule-perl_0.34-1_all.deb ...
12:14:18 #11 38.56 Unpacking libfile-find-rule-perl (0.34-1) ...
12:14:18 #11 38.59 Selecting previously unselected package libfont-afm-perl.
12:14:18 #11 38.59 Preparing to unpack .../244-libfont-afm-perl_1.20-2_all.deb ...
12:14:18 #11 38.60 Unpacking libfont-afm-perl (1.20-2) ...
12:14:18 #11 38.63 Selecting previously unselected package libio-string-perl.
12:14:18 #11 38.63 Preparing to unpack .../245-libio-string-perl_1.08-3_all.deb ...
12:14:18 #11 38.63 Unpacking libio-string-perl (1.08-3) ...
12:14:18 #11 38.66 Selecting previously unselected package libfont-ttf-perl.
12:14:18 #11 38.67 Preparing to unpack .../246-libfont-ttf-perl_1.06-1_all.deb ...
12:14:18 #11 38.67 Unpacking libfont-ttf-perl (1.06-1) ...
12:14:18 #11 38.73 Selecting previously unselected package libfuture-perl.
12:14:18 #11 38.73 Preparing to unpack .../247-libfuture-perl_0.43-1_all.deb ...
12:14:18 #11 38.74 Unpacking libfuture-perl (0.43-1) ...
12:14:18 #11 38.79 Selecting previously unselected package libio-stringy-perl.
12:14:18 #11 38.79 Preparing to unpack .../248-libio-stringy-perl_2.111-3_all.deb ...
12:14:18 #11 38.80 Unpacking libio-stringy-perl (2.111-3) ...
12:14:18 #11 38.83 Selecting previously unselected package libparams-validate-perl.
12:14:18 #11 38.83 Preparing to unpack .../249-libparams-validate-perl_1.29-3_amd64.deb ...
12:14:18 #11 38.84 Unpacking libparams-validate-perl (1.29-3) ...
12:14:18 #11 38.88 Selecting previously unselected package libgetopt-long-descriptive-perl.
12:14:18 #11 38.88 Preparing to unpack .../250-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
12:14:18 #11 38.88 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
12:14:18 #11 38.93 Selecting previously unselected package libsort-versions-perl.
12:14:18 #11 38.93 Preparing to unpack .../251-libsort-versions-perl_1.62-1_all.deb ...
12:14:18 #11 38.94 Unpacking libsort-versions-perl (1.62-1) ...
12:14:18 #11 38.97 Selecting previously unselected package libgit-wrapper-perl.
12:14:18 #11 38.97 Preparing to unpack .../252-libgit-wrapper-perl_0.048-1_all.deb ...
12:14:18 #11 38.97 Unpacking libgit-wrapper-perl (0.048-1) ...
12:14:18 #11 39.00 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:14:18 #11 39.00 Preparing to unpack .../253-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
12:14:18 #11 39.04 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
12:14:18 #11 39.07 Selecting previously unselected package libio-prompter-perl.
12:14:18 #11 39.07 Preparing to unpack .../254-libio-prompter-perl_0.004015-1_all.deb ...
12:14:18 #11 39.07 Unpacking libio-prompter-perl (0.004015-1) ...
12:14:18 #11 39.11 Selecting previously unselected package libjson-perl.
12:14:18 #11 39.11 Preparing to unpack .../255-libjson-perl_4.02000-2_all.deb ...
12:14:18 #11 39.11 Unpacking libjson-perl (4.02000-2) ...
12:14:18 #11 39.14 Selecting previously unselected package liblog-any-perl.
12:14:18 #11 39.14 Preparing to unpack .../256-liblog-any-perl_1.708-1_all.deb ...
12:14:18 #11 39.15 Unpacking liblog-any-perl (1.708-1) ...
12:14:18 #11 39.19 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:14:18 #11 39.19 Preparing to unpack .../257-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
12:14:18 #11 39.20 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
12:14:18 #11 39.23 Selecting previously unselected package libpackage-stash-perl.
12:14:18 #11 39.24 Preparing to unpack .../258-libpackage-stash-perl_0.38-1_all.deb ...
12:14:18 #11 39.24 Unpacking libpackage-stash-perl (0.38-1) ...
12:14:18 #11 39.27 Selecting previously unselected package libsub-identify-perl.
12:14:18 #11 39.27 Preparing to unpack .../259-libsub-identify-perl_0.14-1build2_amd64.deb ...
12:14:18 #11 39.28 Unpacking libsub-identify-perl (0.14-1build2) ...
12:14:18 #11 39.33 Selecting previously unselected package libsub-name-perl.
12:14:18 #11 39.33 Preparing to unpack .../260-libsub-name-perl_0.26-1_amd64.deb ...
12:14:18 #11 39.34 Unpacking libsub-name-perl (0.26-1) ...
12:14:18 #11 39.36 Selecting previously unselected package libnamespace-clean-perl.
12:14:18 #11 39.36 Preparing to unpack .../261-libnamespace-clean-perl_0.27-1_all.deb ...
12:14:18 #11 39.37 Unpacking libnamespace-clean-perl (0.27-1) ...
12:14:18 #11 39.39 Selecting previously unselected package libpath-tiny-perl.
12:14:18 #11 39.40 Preparing to unpack .../262-libpath-tiny-perl_0.108-1_all.deb ...
12:14:18 #11 39.40 Unpacking libpath-tiny-perl (0.108-1) ...
12:14:18 #11 39.43 Selecting previously unselected package libtype-tiny-perl.
12:14:18 #11 39.43 Preparing to unpack .../263-libtype-tiny-perl_1.008001-2_all.deb ...
12:14:18 #11 39.44 Unpacking libtype-tiny-perl (1.008001-2) ...
12:14:18 #11 39.50 Selecting previously unselected package libgitlab-api-v4-perl.
12:14:19 #11 39.50 Preparing to unpack .../264-libgitlab-api-v4-perl_0.25-1_all.deb ...
12:14:19 #11 39.50 Unpacking libgitlab-api-v4-perl (0.25-1) ...
12:14:19 #11 39.54 Selecting previously unselected package libhash-fieldhash-perl.
12:14:19 #11 39.54 Preparing to unpack .../265-libhash-fieldhash-perl_0.15-1build2_amd64.deb ...
12:14:19 #11 39.54 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
12:14:19 #11 39.57 Selecting previously unselected package libhtml-form-perl.
12:14:19 #11 39.58 Preparing to unpack .../266-libhtml-form-perl_6.07-1_all.deb ...
12:14:19 #11 39.58 Unpacking libhtml-form-perl (6.07-1) ...
12:14:19 #11 39.61 Selecting previously unselected package libhtml-format-perl.
12:14:19 #11 39.61 Preparing to unpack .../267-libhtml-format-perl_2.12-1_all.deb ...
12:14:19 #11 39.61 Unpacking libhtml-format-perl (2.12-1) ...
12:14:19 #11 39.64 Selecting previously unselected package libhttp-daemon-perl.
12:14:19 #11 39.64 Preparing to unpack .../268-libhttp-daemon-perl_6.06-1ubuntu0.1_all.deb ...
12:14:19 #11 39.65 Unpacking libhttp-daemon-perl (6.06-1ubuntu0.1) ...
12:14:19 #11 39.69 Selecting previously unselected package libidn11:amd64.
12:14:19 #11 39.69 Preparing to unpack .../269-libidn11_1.33-2.2ubuntu2_amd64.deb ...
12:14:19 #11 39.70 Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ...
12:14:19 #11 39.73 Selecting previously unselected package libstruct-dumb-perl.
12:14:19 #11 39.73 Preparing to unpack .../270-libstruct-dumb-perl_0.09-1_all.deb ...
12:14:19 #11 39.74 Unpacking libstruct-dumb-perl (0.09-1) ...
12:14:19 #11 39.76 Selecting previously unselected package libio-async-perl.
12:14:19 #11 39.76 Preparing to unpack .../271-libio-async-perl_0.75-1_all.deb ...
12:14:19 #11 39.77 Unpacking libio-async-perl (0.75-1) ...
12:14:19 #11 39.81 Selecting previously unselected package liblinux-epoll-perl.
12:14:19 #11 39.82 Preparing to unpack .../272-liblinux-epoll-perl_0.017-1_amd64.deb ...
12:14:19 #11 39.82 Unpacking liblinux-epoll-perl (0.017-1) ...
12:14:19 #11 39.86 Selecting previously unselected package libio-async-loop-epoll-perl.
12:14:19 #11 39.86 Preparing to unpack .../273-libio-async-loop-epoll-perl_0.20-1_all.deb ...
12:14:19 #11 39.86 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
12:14:19 #11 39.89 Selecting previously unselected package libtypes-serialiser-perl.
12:14:19 #11 39.89 Preparing to unpack .../274-libtypes-serialiser-perl_1.0-1_all.deb ...
12:14:19 #11 39.89 Unpacking libtypes-serialiser-perl (1.0-1) ...
12:14:19 #11 39.92 Selecting previously unselected package libjson-xs-perl.
12:14:19 #11 39.93 Preparing to unpack .../275-libjson-xs-perl_4.020-1build1_amd64.deb ...
12:14:19 #11 39.93 Unpacking libjson-xs-perl (4.020-1build1) ...
12:14:19 #11 39.97 Selecting previously unselected package libjson-maybexs-perl.
12:14:19 #11 39.97 Preparing to unpack .../276-libjson-maybexs-perl_1.004000-1_all.deb ...
12:14:19 #11 39.97 Unpacking libjson-maybexs-perl (1.004000-1) ...
12:14:19 #11 40.00 Selecting previously unselected package liblist-compare-perl.
12:14:19 #11 40.00 Preparing to unpack .../277-liblist-compare-perl_0.53-1_all.deb ...
12:14:19 #11 40.00 Unpacking liblist-compare-perl (0.53-1) ...
12:14:19 #11 40.04 Selecting previously unselected package liblist-moreutils-perl.
12:14:19 #11 40.04 Preparing to unpack .../278-liblist-moreutils-perl_0.416-1build5_amd64.deb ...
12:14:19 #11 40.04 Unpacking liblist-moreutils-perl (0.416-1build5) ...
12:14:19 #11 40.08 Selecting previously unselected package liblist-someutils-perl.
12:14:19 #11 40.08 Preparing to unpack .../279-liblist-someutils-perl_0.58-1_all.deb ...
12:14:19 #11 40.08 Unpacking liblist-someutils-perl (0.58-1) ...
12:14:19 #11 40.11 Selecting previously unselected package liblist-someutils-xs-perl.
12:14:19 #11 40.12 Preparing to unpack .../280-liblist-someutils-xs-perl_0.58-2_amd64.deb ...
12:14:19 #11 40.12 Unpacking liblist-someutils-xs-perl (0.58-2) ...
12:14:19 #11 40.15 Selecting previously unselected package libltdl7:amd64.
12:14:19 #11 40.15 Preparing to unpack .../281-libltdl7_2.4.6-14_amd64.deb ...
12:14:19 #11 40.16 Unpacking libltdl7:amd64 (2.4.6-14) ...
12:14:19 #11 40.19 Selecting previously unselected package libltdl-dev:amd64.
12:14:19 #11 40.19 Preparing to unpack .../282-libltdl-dev_2.4.6-14_amd64.deb ...
12:14:19 #11 40.20 Unpacking libltdl-dev:amd64 (2.4.6-14) ...
12:14:19 #11 40.24 Selecting previously unselected package libsys-hostname-long-perl.
12:14:19 #11 40.24 Preparing to unpack .../283-libsys-hostname-long-perl_1.5-1_all.deb ...
12:14:19 #11 40.25 Unpacking libsys-hostname-long-perl (1.5-1) ...
12:14:19 #11 40.27 Selecting previously unselected package libmail-sendmail-perl.
12:14:19 #11 40.28 Preparing to unpack .../284-libmail-sendmail-perl_0.80-1_all.deb ...
12:14:19 #11 40.28 Unpacking libmail-sendmail-perl (0.80-1) ...
12:14:19 #11 40.31 Selecting previously unselected package libmoox-aliases-perl.
12:14:19 #11 40.31 Preparing to unpack .../285-libmoox-aliases-perl_0.001006-1_all.deb ...
12:14:19 #11 40.32 Unpacking libmoox-aliases-perl (0.001006-1) ...
12:14:19 #11 40.34 Selecting previously unselected package libobject-id-perl.
12:14:19 #11 40.34 Preparing to unpack .../286-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
12:14:19 #11 40.35 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
12:14:19 #11 40.38 Selecting previously unselected package libmoox-struct-perl.
12:14:19 #11 40.38 Preparing to unpack .../287-libmoox-struct-perl_0.017-1_all.deb ...
12:14:19 #11 40.38 Unpacking libmoox-struct-perl (0.017-1) ...
12:14:19 #11 40.41 Selecting previously unselected package libnet-dns-sec-perl.
12:14:19 #11 40.41 Preparing to unpack .../288-libnet-dns-sec-perl_1.15-1_amd64.deb ...
12:14:19 #11 40.41 Unpacking libnet-dns-sec-perl (1.15-1) ...
12:14:19 #11 40.45 Selecting previously unselected package libnet-libidn-perl.
12:14:19 #11 40.45 Preparing to unpack .../289-libnet-libidn-perl_0.12.ds-3build2_amd64.deb ...
12:14:19 #11 40.45 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
12:14:19 #11 40.48 Selecting previously unselected package libnumber-range-perl.
12:14:19 #11 40.48 Preparing to unpack .../290-libnumber-range-perl_0.12-1_all.deb ...
12:14:19 #11 40.48 Unpacking libnumber-range-perl (0.12-1) ...
12:14:19 #11 40.51 Selecting previously unselected package libpackage-stash-xs-perl.
12:14:19 #11 40.51 Preparing to unpack .../291-libpackage-stash-xs-perl_0.29-1build1_amd64.deb ...
12:14:19 #11 40.52 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
12:14:20 #11 40.55 Selecting previously unselected package libpath-iterator-rule-perl.
12:14:20 #11 40.55 Preparing to unpack .../292-libpath-iterator-rule-perl_1.014-1_all.deb ...
12:14:20 #11 40.55 Unpacking libpath-iterator-rule-perl (1.014-1) ...
12:14:20 #11 40.59 Selecting previously unselected package libperl4-corelibs-perl.
12:14:20 #11 40.59 Preparing to unpack .../293-libperl4-corelibs-perl_0.004-2_all.deb ...
12:14:20 #11 40.59 Unpacking libperl4-corelibs-perl (0.004-2) ...
12:14:20 #11 40.63 Selecting previously unselected package libperlio-gzip-perl.
12:14:20 #11 40.63 Preparing to unpack .../294-libperlio-gzip-perl_0.19-1build5_amd64.deb ...
12:14:20 #11 40.63 Unpacking libperlio-gzip-perl (0.19-1build5) ...
12:14:20 #11 40.66 Selecting previously unselected package libpod-constants-perl.
12:14:20 #11 40.66 Preparing to unpack .../295-libpod-constants-perl_0.19-1_all.deb ...
12:14:20 #11 40.66 Unpacking libpod-constants-perl (0.19-1) ...
12:14:20 #11 40.70 Selecting previously unselected package libre2-5:amd64.
12:14:20 #11 40.70 Preparing to unpack .../296-libre2-5_20200101+dfsg-1build1_amd64.deb ...
12:14:20 #11 40.71 Unpacking libre2-5:amd64 (20200101+dfsg-1build1) ...
12:14:20 #11 40.75 Selecting previously unselected package libre-engine-re2-perl.
12:14:20 #11 40.75 Preparing to unpack .../297-libre-engine-re2-perl_0.13-5_amd64.deb ...
12:14:20 #11 40.75 Unpacking libre-engine-re2-perl (0.13-5) ...
12:14:20 #11 40.78 Selecting previously unselected package libreadonly-perl.
12:14:20 #11 40.78 Preparing to unpack .../298-libreadonly-perl_2.050-2_all.deb ...
12:14:20 #11 40.79 Unpacking libreadonly-perl (2.050-2) ...
12:14:20 #11 40.82 Selecting previously unselected package libref-util-perl.
12:14:20 #11 40.82 Preparing to unpack .../299-libref-util-perl_0.204-1_all.deb ...
12:14:20 #11 40.82 Unpacking libref-util-perl (0.204-1) ...
12:14:20 #11 40.85 Selecting previously unselected package libref-util-xs-perl.
12:14:20 #11 40.85 Preparing to unpack .../300-libref-util-xs-perl_0.117-1build2_amd64.deb ...
12:14:20 #11 40.85 Unpacking libref-util-xs-perl (0.117-1build2) ...
12:14:20 #11 40.89 Selecting previously unselected package libregexp-pattern-license-perl.
12:14:20 #11 40.89 Preparing to unpack .../301-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
12:14:20 #11 40.89 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
12:14:20 #11 40.92 Selecting previously unselected package libregexp-pattern-perl.
12:14:20 #11 40.92 Preparing to unpack .../302-libregexp-pattern-perl_0.2.12-1_all.deb ...
12:14:20 #11 40.92 Unpacking libregexp-pattern-perl (0.2.12-1) ...
12:14:20 #11 40.96 Selecting previously unselected package libsasl2-modules:amd64.
12:14:20 #11 40.96 Preparing to unpack .../303-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_amd64.deb ...
12:14:20 #11 40.96 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
12:14:20 #11 40.99 Selecting previously unselected package libsereal-decoder-perl.
12:14:20 #11 41.00 Preparing to unpack .../304-libsereal-decoder-perl_4.011+ds-1build1_amd64.deb ...
12:14:20 #11 41.00 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
12:14:20 #11 41.04 Selecting previously unselected package libsereal-encoder-perl.
12:14:20 #11 41.04 Preparing to unpack .../305-libsereal-encoder-perl_4.011+ds-1build1_amd64.deb ...
12:14:20 #11 41.04 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
12:14:20 #11 41.08 Selecting previously unselected package libsereal-perl.
12:14:20 #11 41.09 Preparing to unpack .../306-libsereal-perl_4.011-1_all.deb ...
12:14:20 #11 41.09 Unpacking libsereal-perl (4.011-1) ...
12:14:20 #11 41.12 Selecting previously unselected package libsort-key-perl.
12:14:20 #11 41.12 Preparing to unpack .../307-libsort-key-perl_1.33-2build2_amd64.deb ...
12:14:20 #11 41.12 Unpacking libsort-key-perl (1.33-2build2) ...
12:14:20 #11 41.15 Selecting previously unselected package libstring-copyright-perl.
12:14:20 #11 41.15 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ...
12:14:20 #11 41.16 Unpacking libstring-copyright-perl (0.003006-1) ...
12:14:20 #11 41.19 Selecting previously unselected package libstring-escape-perl.
12:14:20 #11 41.19 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ...
12:14:20 #11 41.19 Unpacking libstring-escape-perl (2010.002-2) ...
12:14:20 #11 41.22 Selecting previously unselected package libstring-shellquote-perl.
12:14:20 #11 41.22 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ...
12:14:20 #11 41.23 Unpacking libstring-shellquote-perl (1.04-1) ...
12:14:20 #11 41.25 Selecting previously unselected package libterm-readkey-perl.
12:14:20 #11 41.26 Preparing to unpack .../311-libterm-readkey-perl_2.38-1build1_amd64.deb ...
12:14:20 #11 41.26 Unpacking libterm-readkey-perl (2.38-1build1) ...
12:14:20 #11 41.29 Selecting previously unselected package libtest-fatal-perl.
12:14:21 #11 41.29 Preparing to unpack .../312-libtest-fatal-perl_0.014-1_all.deb ...
12:14:21 #11 41.29 Unpacking libtest-fatal-perl (0.014-1) ...
12:14:21 #11 41.33 Selecting previously unselected package libtest-refcount-perl.
12:14:21 #11 41.33 Preparing to unpack .../313-libtest-refcount-perl_0.10-1_all.deb ...
12:14:21 #11 41.33 Unpacking libtest-refcount-perl (0.10-1) ...
12:14:21 #11 41.36 Selecting previously unselected package libtext-levenshtein-perl.
12:14:21 #11 41.36 Preparing to unpack .../314-libtext-levenshtein-perl_0.13-1_all.deb ...
12:14:21 #11 41.36 Unpacking libtext-levenshtein-perl (0.13-1) ...
12:14:21 #11 41.39 Selecting previously unselected package libtype-tiny-xs-perl.
12:14:21 #11 41.40 Preparing to unpack .../315-libtype-tiny-xs-perl_0.016-1_amd64.deb ...
12:14:21 #11 41.40 Unpacking libtype-tiny-xs-perl (0.016-1) ...
12:14:21 #11 41.43 Selecting previously unselected package libunicode-utf8-perl.
12:14:21 #11 41.43 Preparing to unpack .../316-libunicode-utf8-perl_0.62-1build1_amd64.deb ...
12:14:21 #11 41.43 Unpacking libunicode-utf8-perl (0.62-1build1) ...
12:14:21 #11 41.47 Selecting previously unselected package libxml-namespacesupport-perl.
12:14:21 #11 41.47 Preparing to unpack .../317-libxml-namespacesupport-perl_1.12-1_all.deb ...
12:14:21 #11 41.48 Unpacking libxml-namespacesupport-perl (1.12-1) ...
12:14:21 #11 41.51 Selecting previously unselected package libxml-sax-base-perl.
12:14:21 #11 41.51 Preparing to unpack .../318-libxml-sax-base-perl_1.09-1_all.deb ...
12:14:21 #11 41.51 Unpacking libxml-sax-base-perl (1.09-1) ...
12:14:21 #11 41.55 Selecting previously unselected package libxml-sax-perl.
12:14:21 #11 41.55 Preparing to unpack .../319-libxml-sax-perl_1.02+dfsg-1_all.deb ...
12:14:21 #11 41.56 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
12:14:21 #11 41.60 Selecting previously unselected package libxml-libxml-perl.
12:14:21 #11 41.60 Preparing to unpack .../320-libxml-libxml-perl_2.0134+dfsg-1build1_amd64.deb ...
12:14:21 #11 41.60 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
12:14:21 #11 41.66 Selecting previously unselected package libxml-parser-perl.
12:14:21 #11 41.66 Preparing to unpack .../321-libxml-parser-perl_2.46-1_amd64.deb ...
12:14:21 #11 41.67 Unpacking libxml-parser-perl (2.46-1) ...
12:14:21 #11 41.72 Selecting previously unselected package libxml-sax-expat-perl.
12:14:21 #11 41.72 Preparing to unpack .../322-libxml-sax-expat-perl_0.51-1_all.deb ...
12:14:21 #11 41.72 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:14:21 #11 41.75 Selecting previously unselected package libxml-writer-perl.
12:14:21 #11 41.75 Preparing to unpack .../323-libxml-writer-perl_0.625-1_all.deb ...
12:14:21 #11 41.76 Unpacking libxml-writer-perl (0.625-1) ...
12:14:21 #11 41.78 Selecting previously unselected package libyaml-libyaml-perl.
12:14:21 #11 41.79 Preparing to unpack .../324-libyaml-libyaml-perl_0.81+repack-1_amd64.deb ...
12:14:21 #11 41.79 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
12:14:21 #11 41.82 Selecting previously unselected package licensecheck.
12:14:21 #11 41.82 Preparing to unpack .../325-licensecheck_3.0.45-1_all.deb ...
12:14:21 #11 41.82 Unpacking licensecheck (3.0.45-1) ...
12:14:21 #11 41.86 Selecting previously unselected package libdevel-size-perl.
12:14:21 #11 41.86 Preparing to unpack .../326-libdevel-size-perl_0.83-1build1_amd64.deb ...
12:14:21 #11 41.87 Unpacking libdevel-size-perl (0.83-1build1) ...
12:14:21 #11 41.90 Selecting previously unselected package t1utils.
12:14:21 #11 41.90 Preparing to unpack .../327-t1utils_1.41-3_amd64.deb ...
12:14:21 #11 41.92 Unpacking t1utils (1.41-3) ...
12:14:21 #11 41.96 Selecting previously unselected package lintian.
12:14:21 #11 41.97 Preparing to unpack .../328-lintian_2.62.0ubuntu2.1_all.deb ...
12:14:21 #11 41.97 Unpacking lintian (2.62.0ubuntu2.1) ...
12:14:21 #11 42.25 Selecting previously unselected package manpages-dev.
12:14:21 #11 42.26 Preparing to unpack .../329-manpages-dev_5.05-1_all.deb ...
12:14:21 #11 42.26 Unpacking manpages-dev (5.05-1) ...
12:14:22 #11 42.52 Selecting previously unselected package python3-certifi.
12:14:22 #11 42.52 Preparing to unpack .../330-python3-certifi_2019.11.28-1_all.deb ...
12:14:22 #11 42.52 Unpacking python3-certifi (2019.11.28-1) ...
12:14:22 #11 42.57 Selecting previously unselected package python3-idna.
12:14:22 #11 42.57 Preparing to unpack .../331-python3-idna_2.8-1_all.deb ...
12:14:22 #11 42.58 Unpacking python3-idna (2.8-1) ...
12:14:22 #11 42.62 Selecting previously unselected package python3-urllib3.
12:14:22 #11 42.62 Preparing to unpack .../332-python3-urllib3_1.25.8-2ubuntu0.1_all.deb ...
12:14:22 #11 42.62 Unpacking python3-urllib3 (1.25.8-2ubuntu0.1) ...
12:14:22 #11 42.67 Selecting previously unselected package python3-requests.
12:14:22 #11 42.67 Preparing to unpack .../333-python3-requests_2.22.0-2ubuntu1_all.deb ...
12:14:22 #11 42.68 Unpacking python3-requests (2.22.0-2ubuntu1) ...
12:14:22 #11 42.72 Selecting previously unselected package python3-unidiff.
12:14:22 #11 42.73 Preparing to unpack .../334-python3-unidiff_0.5.5-2_all.deb ...
12:14:22 #11 42.73 Unpacking python3-unidiff (0.5.5-2) ...
12:14:22 #11 42.80 Selecting previously unselected package python3-xdg.
12:14:22 #11 42.81 Preparing to unpack .../335-python3-xdg_0.26-1ubuntu1_all.deb ...
12:14:22 #11 42.81 Unpacking python3-xdg (0.26-1ubuntu1) ...
12:14:22 #11 42.85 Selecting previously unselected package unzip.
12:14:22 #11 42.85 Preparing to unpack .../336-unzip_6.0-25ubuntu1_amd64.deb ...
12:14:22 #11 42.86 Unpacking unzip (6.0-25ubuntu1) ...
12:14:22 #11 42.90 Selecting previously unselected package equivs.
12:14:22 #11 42.90 Preparing to unpack .../337-equivs_2.2.0_all.deb ...
12:14:22 #11 42.90 Unpacking equivs (2.2.0) ...
12:14:22 #11 42.94 Selecting previously unselected package libauthen-sasl-perl.
12:14:22 #11 42.94 Preparing to unpack .../338-libauthen-sasl-perl_2.1600-1_all.deb ...
12:14:22 #11 42.94 Unpacking libauthen-sasl-perl (2.1600-1) ...
12:14:22 #11 42.98 Selecting previously unselected package python3-magic.
12:14:22 #11 42.98 Preparing to unpack .../339-python3-magic_2%3a0.4.15-3_all.deb ...
12:14:22 #11 42.99 Unpacking python3-magic (2:0.4.15-3) ...
12:14:22 #11 43.03 Setting up libapt-pkg-perl (0.1.36build3) ...
12:14:22 #11 43.04 Setting up libksba8:amd64 (1.3.5-2) ...
12:14:22 #11 43.05 Setting up libpipeline1:amd64 (1.5.2-2build1) ...
12:14:22 #11 43.07 Setting up wdiff (1.2.2-2build1) ...
12:14:22 #11 43.08 Setting up libxau6:amd64 (1:1.0.9-0ubuntu1) ...
12:14:22 #11 43.09 Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ...
12:14:22 #11 43.11 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ...
12:14:22 #11 43.13 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
12:14:22 #11 43.14 Setting up mime-support (3.64ubuntu1) ...
12:14:22 #11 43.17 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
12:14:22 #11 43.20 Setting up libmagic-mgc (1:5.38-4) ...
12:14:22 #11 43.21 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
12:14:22 #11 43.22 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
12:14:22 #11 43.24 No schema files found: doing nothing.
12:14:22 #11 43.24 Setting up distro-info-data (0.43ubuntu1.10) ...
12:14:22 #11 43.26 Setting up manpages (5.05-1) ...
12:14:22 #11 43.27 Setting up unzip (6.0-25ubuntu1) ...
12:14:22 #11 43.29 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
12:14:22 #11 43.30 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.4) ...
12:14:22 #11 43.31 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
12:14:22 #11 43.33 Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ...
12:14:22 #11 43.34 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ...
12:14:22 #11 43.35 Setting up libmagic1:amd64 (1:5.38-4) ...
12:14:22 #11 43.38 Setting up less (551-1ubuntu0.1) ...
12:14:22 #11 43.40 Setting up perl-openssl-defaults:amd64 (4) ...
12:14:22 #11 43.41 Setting up linux-libc-dev:amd64 (5.4.0-126.142) ...
12:14:23 #11 43.42 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ...
12:14:23 #11 43.43 Setting up gettext-base (0.19.8.1-10build1) ...
12:14:23 #11 43.45 Setting up libnpth0:amd64 (1.6-1) ...
12:14:23 #11 43.46 Setting up krb5-locales (1.17-6ubuntu4.1) ...
12:14:23 #11 43.47 Setting up file (1:5.38-4) ...
12:14:23 #11 43.49 Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ...
12:14:23 #11 43.49 Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
12:14:23 #11 43.51 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
12:14:23 #11 43.52 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
12:14:23 #11 43.54 Setting up libunwind8:amd64 (1.2.1-9build1) ...
12:14:23 #11 43.54 Setting up libfakeroot:amd64 (1.24-1) ...
12:14:23 #11 43.56 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ...
12:14:23 #11 43.58 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
12:14:23 #11 43.59 Setting up tzdata (2022c-0ubuntu0.20.04.0) ...
12:14:23 #11 43.68 
12:14:23 #11 43.68 Current default time zone: 'Etc/UTC'
12:14:23 #11 43.69 Local time is now:      Mon Oct  3 12:14:23 UTC 2022.
12:14:23 #11 43.69 Universal Time is now:  Mon Oct  3 12:14:23 UTC 2022.
12:14:23 #11 43.69 Run 'dpkg-reconfigure tzdata' if you wish to change it.
12:14:23 #11 43.69 
12:14:23 #11 43.70 Setting up fakeroot (1.24-1) ...
12:14:23 #11 43.71 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:14:23 #11 43.71 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
12:14:23 #11 43.71 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
12:14:23 #11 43.71 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
12:14:23 #11 43.71 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
12:14:23 #11 43.71 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
12:14:23 #11 43.71 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
12:14:23 #11 43.71 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
12:14:23 #11 43.71 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
12:14:23 #11 43.72 Setting up autotools-dev (20180224.1) ...
12:14:23 #11 43.74 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
12:14:23 #11 43.75 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
12:14:23 #11 43.76 Setting up make (4.2.1-1.2) ...
12:14:23 #11 43.77 Setting up libmpfr6:amd64 (4.0.2-1) ...
12:14:23 #11 43.78 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
12:14:23 #11 43.79 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
12:14:23 #11 43.81 Setting up libidn11:amd64 (1.33-2.2ubuntu2) ...
12:14:23 #11 43.82 Setting up strace (5.5-3ubuntu1) ...
12:14:23 #11 43.83 Setting up libsigsegv2:amd64 (2.12-2) ...
12:14:23 #11 43.84 Setting up xz-utils (5.2.4-1ubuntu1.1) ...
12:14:23 #11 43.85 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:14:23 #11 43.85 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
12:14:23 #11 43.85 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
12:14:23 #11 43.85 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
12:14:23 #11 43.85 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
12:14:23 #11 43.85 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
12:14:23 #11 43.85 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
12:14:23 #11 43.85 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
12:14:23 #11 43.85 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
12:14:23 #11 43.85 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
12:14:23 #11 43.85 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
12:14:23 #11 43.86 Setting up t1utils (1.41-3) ...
12:14:23 #11 43.87 Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
12:14:23 #11 43.89 Setting up diffstat (1.63-1) ...
12:14:23 #11 43.90 Setting up libmpc3:amd64 (1.1.0-1) ...
12:14:23 #11 43.90 Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
12:14:23 #11 43.92 Setting up patch (2.7.6-6) ...
12:14:23 #11 43.93 Setting up autopoint (0.19.8.1-10build1) ...
12:14:23 #11 43.94 Setting up libfl2:amd64 (2.6.4-6.2) ...
12:14:23 #11 43.95 Setting up ucf (3.0038+nmu1) ...
12:14:23 #11 44.07 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ...
12:14:23 #11 44.08 Setting up libltdl7:amd64 (2.4.6-14) ...
12:14:23 #11 44.09 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ...
12:14:23 #11 44.10 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
12:14:23 #11 44.11 Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
12:14:23 #11 44.12 Setting up python-apt-common (2.0.0ubuntu0.20.04.8) ...
12:14:23 #11 44.13 Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
12:14:23 #11 44.14 Setting up libuchardet0:amd64 (0.0.6-3build1) ...
12:14:23 #11 44.15 Setting up libre2-5:amd64 (20200101+dfsg-1build1) ...
12:14:23 #11 44.16 Setting up git-man (1:2.25.1-1ubuntu3.5) ...
12:14:23 #11 44.17 Setting up libisl22:amd64 (0.22.1-1) ...
12:14:23 #11 44.19 Setting up netbase (6.1) ...
12:14:23 #11 44.22 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ...
12:14:23 #11 44.23 Setting up libmpdec2:amd64 (2.4.2-3) ...
12:14:23 #11 44.24 Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ...
12:14:23 #11 44.25 Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ...
12:14:23 #11 44.27 Setting up libc-dev-bin (2.31-0ubuntu9.9) ...
12:14:23 #11 44.28 Setting up openssl (1.1.1f-1ubuntu2.16) ...
12:14:23 #11 44.29 Setting up libbsd0:amd64 (0.10.0-1) ...
12:14:23 #11 44.32 Setting up libelf1:amd64 (0.176-1.1build1) ...
12:14:23 #11 44.33 Setting up readline-common (8.0-4) ...
12:14:23 #11 44.34 Setting up publicsuffix (20200303.0012-1) ...
12:14:23 #11 44.35 Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
12:14:23 #11 44.36 Setting up iso-codes (4.4-1) ...
12:14:23 #11 44.38 Setting up liblocale-gettext-perl (1.07-4) ...
12:14:23 #11 44.39 Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
12:14:23 #11 44.40 Setting up dctrl-tools (2.24-3) ...
12:14:23 #11 44.42 Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
12:14:23 #11 44.43 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
12:14:23 #11 44.45 Setting up libgdbm6:amd64 (1.18.1-5) ...
12:14:23 #11 44.46 Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ...
12:14:24 #11 44.47 Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
12:14:24 #11 44.48 Setting up libctf0:amd64 (2.34-6ubuntu1.3) ...
12:14:24 #11 44.49 Setting up pinentry-curses (1.1.0-3build1) ...
12:14:24 #11 44.51 Setting up manpages-dev (5.05-1) ...
12:14:24 #11 44.53 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
12:14:24 #11 44.54 Setting up libxcb1:amd64 (1.14-2) ...
12:14:24 #11 44.55 Setting up at (3.1.23-1ubuntu1) ...
12:14:24 #11 44.68 invoke-rc.d: could not determine current runlevel
12:14:24 #11 44.69 invoke-rc.d: policy-rc.d denied execution of start.
12:14:24 #11 44.69 Setting up libicu66:amd64 (66.1-2ubuntu2.1) ...
12:14:24 #11 44.71 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
12:14:24 #11 44.72 Setting up libedit2:amd64 (3.1-20191231-1) ...
12:14:24 #11 44.73 Setting up libreadline8:amd64 (8.0-4) ...
12:14:24 #11 44.74 Setting up m4 (1.4.18-4) ...
12:14:24 #11 44.76 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
12:14:24 #11 44.77 Setting up ca-certificates (20211016~20.04.1) ...
12:14:24 #11 45.11 Updating certificates in /etc/ssl/certs...
12:14:25 #11 45.52 127 added, 0 removed; done.
12:14:25 #11 45.56 Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ...
12:14:25 #11 45.57 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
12:14:25 #11 45.58 Setting up bsdmainutils (11.1.2ubuntu3) ...
12:14:25 #11 45.60 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
12:14:25 #11 45.60 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
12:14:25 #11 45.60 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
12:14:25 #11 45.60 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
12:14:25 #11 45.61 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ...
12:14:25 #11 45.62 Setting up libgdbm-compat4:amd64 (1.18.1-5) ...
12:14:25 #11 45.63 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
12:14:25 #11 45.65 Setting up dwz (0.13-5) ...
12:14:25 #11 45.66 Setting up groff-base (1.22.4-4build1) ...
12:14:25 #11 45.68 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
12:14:25 #11 45.69 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
12:14:25 #11 45.70 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ...
12:14:25 #11 45.71 Setting up libc6-dev:amd64 (2.31-0ubuntu9.9) ...
12:14:25 #11 45.72 Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
12:14:25 #11 45.73 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.5) ...
12:14:25 #11 45.75 Setting up python3.8 (3.8.10-0ubuntu1~20.04.5) ...
12:14:26 #11 46.37 Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.4) ...
12:14:26 #11 46.38 Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
12:14:26 #11 46.39 Setting up gpg (2.2.19-3ubuntu2.2) ...
12:14:26 #11 46.41 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
12:14:26 #11 46.42 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
12:14:26 #11 46.43 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ...
12:14:26 #11 46.44 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
12:14:26 #11 46.89 Setting up openssh-client (1:8.2p1-4ubuntu0.5) ...
12:14:26 #11 46.98 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
12:14:26 #11 46.99 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
12:14:26 #11 47.01 Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ...
12:14:26 #11 47.02 Setting up python3 (3.8.2-0ubuntu2) ...
12:14:26 #11 47.30 Setting up binutils (2.34-6ubuntu1.3) ...
12:14:26 #11 47.34 Setting up python3-xdg (0.26-1ubuntu1) ...
12:14:27 #11 47.49 Setting up man-db (2.9.1-1) ...
12:14:27 #11 47.59 Building database of manual pages ...
12:14:27 #11 47.83 Setting up libgpgme11:amd64 (1.13.1-7ubuntu2) ...
12:14:27 #11 47.84 Setting up python3-six (1.14.0-2) ...
12:14:27 #11 47.98 Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
12:14:27 #11 47.99 Setting up perl (5.30.0-9ubuntu0.2) ...
12:14:27 #11 48.03 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
12:14:27 #11 48.05 Setting up python3-gpg (1.13.1-7ubuntu2) ...
12:14:27 #11 48.22 Setting up libdata-dump-perl (1.23-1) ...
12:14:27 #11 48.24 Setting up python3-certifi (2019.11.28-1) ...
12:14:27 #11 48.38 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
12:14:27 #11 48.42 Setting up libref-util-perl (0.204-1) ...
12:14:27 #11 48.44 Setting up libipc-system-simple-perl (1.26-1) ...
12:14:27 #11 48.45 Setting up libnet-domain-tld-perl (1.75-1) ...
12:14:27 #11 48.47 Setting up libxml-writer-perl (0.625-1) ...
12:14:27 #11 48.52 Setting up libhash-fieldhash-perl (0.15-1build2) ...
12:14:28 #11 48.57 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
12:14:28 #11 48.61 Setting up shared-mime-info (1.15-1) ...
12:14:30 #11 51.11 Setting up liblinux-epoll-perl (0.017-1) ...
12:14:30 #11 51.12 Setting up libvariable-magic-perl (0.62-1build2) ...
12:14:30 #11 51.13 Setting up python3-idna (2.8-1) ...
12:14:30 #11 51.33 Setting up libio-html-perl (1.001-1) ...
12:14:30 #11 51.35 Setting up libcroco3:amd64 (0.6.13-1) ...
12:14:30 #11 51.37 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
12:14:30 #11 51.39 Setting up libtest-refcount-perl (0.10-1) ...
12:14:30 #11 51.41 Setting up libparams-util-perl (1.07-3build5) ...
12:14:30 #11 51.42 Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
12:14:30 #11 51.43 Setting up autoconf (2.69-11.1) ...
12:14:30 #11 51.45 Setting up python3-urllib3 (1.25.8-2ubuntu0.1) ...
12:14:31 #11 51.61 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:14:31 #11 51.63 Setting up libarray-intspan-perl (2.003-1) ...
12:14:31 #11 51.65 Setting up libcapture-tiny-perl (0.48-1) ...
12:14:31 #11 51.68 Setting up libtimedate-perl (2.3200-1) ...
12:14:31 #11 51.69 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
12:14:31 #11 51.71 Setting up libsub-name-perl (0.26-1) ...
12:14:31 #11 51.72 Setting up libtype-tiny-xs-perl (0.016-1) ...
12:14:31 #11 51.74 Setting up libfile-chdir-perl (0.1008-1) ...
12:14:31 #11 51.76 Setting up xauth (1:1.1-0ubuntu1) ...
12:14:31 #11 51.77 Setting up cpp (4:9.3.0-1ubuntu2) ...
12:14:31 #11 51.79 Setting up libpath-tiny-perl (0.108-1) ...
12:14:31 #11 51.80 Setting up libarchive-cpio-perl (0.10-1) ...
12:14:31 #11 51.81 Setting up libjson-perl (4.02000-2) ...
12:14:31 #11 51.82 Setting up libsub-override-perl (0.09-2) ...
12:14:31 #11 51.83 Setting up python3-unidiff (0.5.5-2) ...
12:14:31 #11 51.96 Setting up libstrictures-perl (2.000006-1) ...
12:14:31 #11 51.97 Setting up libsub-quote-perl (2.006006-1) ...
12:14:31 #11 51.99 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
12:14:31 #11 52.00 Setting up libsort-versions-perl (1.62-1) ...
12:14:31 #11 52.01 Setting up libexporter-tiny-perl (1.002001-1) ...
12:14:31 #11 52.02 Setting up libre-engine-re2-perl (0.13-5) ...
12:14:31 #11 52.03 Setting up libterm-readkey-perl (2.38-1build1) ...
12:14:31 #11 52.07 Setting up lsb-release (11.1.0ubuntu2) ...
12:14:31 #11 52.08 Setting up libnet-ip-perl (1.26-2) ...
12:14:31 #11 52.09 Setting up python3-magic (2:0.4.15-3) ...
12:14:31 #11 52.22 Setting up libperlio-gzip-perl (0.19-1build5) ...
12:14:31 #11 52.23 Setting up libsys-hostname-long-perl (1.5-1) ...
12:14:31 #11 52.24 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
12:14:31 #11 52.25 Setting up liburi-perl (1.76-2) ...
12:14:31 #11 52.27 Setting up libdigest-bubblebabble-perl (0.02-2) ...
12:14:31 #11 52.28 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
12:14:31 #11 52.29 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
12:14:31 #11 52.31 Setting up python3-pkg-resources (45.2.0-1) ...
12:14:31 #11 52.50 Setting up automake (1:1.16.1-4ubuntu6) ...
12:14:32 #11 52.51 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:14:32 #11 52.51 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
12:14:32 #11 52.51 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
12:14:32 #11 52.51 Setting up libasync-mergepoint-perl (0.04-2) ...
12:14:32 #11 52.52 Setting up libstring-escape-perl (2010.002-2) ...
12:14:32 #11 52.53 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
12:14:32 #11 52.55 Setting up libhttp-date-perl (6.05-1) ...
12:14:32 #11 52.56 Setting up libfile-which-perl (1.23-1) ...
12:14:32 #11 52.57 Setting up libfile-basedir-perl (0.08-1) ...
12:14:32 #11 52.58 Setting up gettext (0.19.8.1-10build1) ...
12:14:32 #11 52.60 Setting up libnumber-range-perl (0.12-1) ...
12:14:32 #11 52.61 Setting up libunicode-utf8-perl (0.62-1build1) ...
12:14:32 #11 52.62 Setting up libstruct-dumb-perl (0.09-1) ...
12:14:32 #11 52.64 Setting up libfile-listing-perl (6.04-1) ...
12:14:32 #11 52.65 Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ...
12:14:32 #11 52.67 Setting up libregexp-pattern-perl (0.2.12-1) ...
12:14:32 #11 52.68 Setting up libfont-afm-perl (1.20-2) ...
12:14:32 #11 52.70 Setting up libwant-perl (0.29-1build4) ...
12:14:32 #11 52.71 Setting up libdynaloader-functions-perl (0.003-1) ...
12:14:32 #11 52.73 Setting up libtext-glob-perl (0.10-1) ...
12:14:32 #11 52.74 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:14:32 #11 52.75 Setting up liblist-compare-perl (0.53-1) ...
12:14:32 #11 52.76 Setting up libref-util-xs-perl (0.117-1build2) ...
12:14:32 #11 52.78 Setting up libio-pty-perl (1:1.12-1) ...
12:14:32 #11 52.79 Setting up libtool (2.4.6-14) ...
12:14:32 #11 52.81 Setting up libfile-fcntllock-perl (0.22-3build4) ...
12:14:32 #11 52.82 Setting up libsort-key-perl (1.33-2build2) ...
12:14:32 #11 52.83 Setting up libclone-perl (0.43-2) ...
12:14:32 #11 52.85 Setting up libalgorithm-diff-perl (1.19.03-2) ...
12:14:32 #11 52.86 Setting up libarchive-zip-perl (1.67-2) ...
12:14:32 #11 52.87 Setting up libsub-identify-perl (0.14-1build2) ...
12:14:32 #11 52.89 Setting up libdistro-info-perl (0.23ubuntu1) ...
12:14:32 #11 52.90 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
12:14:32 #11 52.91 Setting up python3-apt (2.0.0ubuntu0.20.04.8) ...
12:14:32 #11 53.07 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
12:14:32 #11 53.08 Setting up libio-stringy-perl (2.111-3) ...
12:14:32 #11 53.09 Setting up liblist-moreutils-perl (0.416-1build5) ...
12:14:32 #11 53.10 Setting up libhtml-tagset-perl (3.20-4) ...
12:14:32 #11 53.11 Setting up liblog-any-perl (1.708-1) ...
12:14:32 #11 53.13 Setting up libauthen-sasl-perl (2.1600-1) ...
12:14:32 #11 53.14 Setting up libdevel-size-perl (0.83-1build1) ...
12:14:32 #11 53.15 Setting up libdebhelper-perl (12.10ubuntu1) ...
12:14:32 #11 53.16 Setting up libpod-constants-perl (0.19-1) ...
12:14:32 #11 53.17 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
12:14:32 #11 53.19 Setting up libperl4-corelibs-perl (0.004-2) ...
12:14:32 #11 53.20 Setting up libfuture-perl (0.43-1) ...
12:14:32 #11 53.21 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:14:32 #11 53.23 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
12:14:32 #11 53.25 Setting up libtry-tiny-perl (0.30-1) ...
12:14:32 #11 53.26 Setting up libtype-tiny-perl (1.008001-2) ...
12:14:32 #11 53.27 Setting up libtest-fatal-perl (0.014-1) ...
12:14:32 #11 53.29 Setting up libcommon-sense-perl (3.74-2build6) ...
12:14:32 #11 53.30 Setting up libxml-namespacesupport-perl (1.12-1) ...
12:14:32 #11 53.31 Setting up libnet-http-perl (6.19-1) ...
12:14:32 #11 53.32 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
12:14:32 #11 53.33 Setting up libencode-locale-perl (1.05-1) ...
12:14:32 #11 53.35 Setting up libtext-levenshtein-perl (0.13-1) ...
12:14:32 #11 53.36 Setting up libnet-dns-perl (1.22-1) ...
12:14:32 #11 53.37 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
12:14:32 #11 53.39 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
12:14:32 #11 53.40 Setting up libstring-shellquote-perl (1.04-1) ...
12:14:32 #11 53.41 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
12:14:32 #11 53.43 Setting up libsub-install-perl (0.928-1) ...
12:14:32 #11 53.44 Setting up gcc (4:9.3.0-1ubuntu2) ...
12:14:32 #11 53.47 Setting up dpkg-dev (1.19.7ubuntu3.2) ...
12:14:32 #11 53.49 Setting up libnumber-compare-perl (0.03-1) ...
12:14:32 #11 53.51 Setting up intltool-debian (0.35.0+20060710.5) ...
12:14:32 #11 53.52 Setting up libio-async-perl (0.75-1) ...
12:14:32 #11 53.53 Setting up liberror-perl (0.17029-1) ...
12:14:32 #11 53.55 Setting up patchutils (0.3.4-2) ...
12:14:32 #11 53.56 Setting up libmail-sendmail-perl (0.80-1) ...
12:14:32 #11 53.57 Setting up libltdl-dev:amd64 (2.4.6-14) ...
12:14:32 #11 53.58 Setting up libjson-maybexs-perl (1.004000-1) ...
12:14:32 #11 53.59 Setting up libxml-sax-base-perl (1.09-1) ...
12:14:32 #11 53.60 Setting up libio-string-perl (1.08-3) ...
12:14:33 #11 53.61 Setting up libreadonly-perl (2.050-2) ...
12:14:33 #11 53.63 Setting up python3-chardet (3.0.4-4build1) ...
12:14:33 #11 53.86 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
12:14:33 #11 53.88 Setting up libfile-find-rule-perl (0.34-1) ...
12:14:33 #11 53.90 Setting up libstring-copyright-perl (0.003006-1) ...
12:14:33 #11 53.92 Setting up python3-debian (0.1.36ubuntu1) ...
12:14:33 #11 54.07 Setting up python3-requests (2.22.0-2ubuntu1) ...
12:14:33 #11 54.23 Setting up libdata-optlist-perl (0.110-1) ...
12:14:33 #11 54.24 Setting up libipc-run-perl (20180523.0-2) ...
12:14:33 #11 54.26 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ...
12:14:33 #11 54.27 Setting up libcontextual-return-perl (0.004014-2) ...
12:14:33 #11 54.28 Setting up libwww-robotrules-perl (6.02-1) ...
12:14:33 #11 54.29 Setting up libtypes-serialiser-perl (1.0-1) ...
12:14:33 #11 54.30 Setting up g++ (4:9.3.0-1ubuntu2) ...
12:14:33 #11 54.33 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:14:33 #11 54.33 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
12:14:33 #11 54.34 Setting up libhtml-parser-perl (3.72-5) ...
12:14:33 #11 54.35 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:14:33 #11 54.36 Setting up librole-tiny-perl (2.001004-1) ...
12:14:33 #11 54.37 Setting up build-essential (12.8ubuntu1.1) ...
12:14:34 #11 54.38 Setting up libfont-ttf-perl (1.06-1) ...
12:14:34 #11 54.40 Setting up libfile-homedir-perl (1.004-1) ...
12:14:34 #11 54.41 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
12:14:34 #11 54.42 Setting up libio-socket-ssl-perl (2.067-1) ...
12:14:34 #11 54.43 Setting up libsub-exporter-perl (0.987-1) ...
12:14:34 #11 54.44 Setting up libalgorithm-merge-perl (0.08-3) ...
12:14:34 #11 54.45 Setting up libhttp-message-perl (6.22-1) ...
12:14:34 #11 54.47 Setting up libhtml-form-perl (6.07-1) ...
12:14:34 #11 54.48 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
12:14:34 #11 54.49 Setting up libjson-xs-perl (4.020-1build1) ...
12:14:34 #11 54.50 Setting up libhttp-negotiate-perl (6.01-1) ...
12:14:34 #11 54.51 Setting up libio-prompter-perl (0.004015-1) ...
12:14:34 #11 54.53 Setting up libhttp-cookies-perl (6.08-1) ...
12:14:34 #11 54.54 Setting up po-debconf (1.0.21) ...
12:14:34 #11 54.55 Setting up libhtml-tree-perl (5.07-2) ...
12:14:34 #11 54.56 Setting up libparams-classify-perl (0.015-1build2) ...
12:14:34 #11 54.58 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.9) ...
12:14:34 #11 54.59 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:14:34 #11 54.60 Setting up libnet-dns-sec-perl (1.15-1) ...
12:14:34 #11 54.61 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.13) ...
12:14:34 #11 54.62 Setting up libsereal-perl (4.011-1) ...
12:14:34 #11 54.63 Setting up libhtml-format-perl (2.12-1) ...
12:14:34 #11 54.65 Setting up libxml-sax-perl (1.02+dfsg-1) ...
12:14:34 #11 54.71 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:14:34 #11 54.77 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:14:34 #11 54.89 
12:14:34 #11 54.89 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:14:34 #11 54.97 Setting up dput (1.0.3ubuntu1) ...
12:14:34 #11 55.12 Setting up libio-async-loop-epoll-perl (0.20-1) ...
12:14:34 #11 55.13 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
12:14:34 #11 55.26 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:14:34 #11 55.28 Setting up libmodule-runtime-perl (0.016-1) ...
12:14:34 #11 55.29 Setting up libmailtools-perl (2.21-1) ...
12:14:34 #11 55.30 Setting up git (1:2.25.1-1ubuntu3.5) ...
12:14:34 #11 55.32 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
12:14:34 #11 55.37 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:14:35 #11 55.43 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:14:35 #11 55.50 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:14:35 #11 55.62 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:14:35 #11 55.65 Setting up dh-strip-nondeterminism (1.7.0-1) ...
12:14:35 #11 55.66 Setting up libconst-fast-perl (0.014-1) ...
12:14:35 #11 55.67 Setting up libhttp-daemon-perl (6.06-1ubuntu0.1) ...
12:14:35 #11 55.68 Setting up libgit-wrapper-perl (0.048-1) ...
12:14:35 #11 55.70 Setting up libcurl4:amd64 (7.68.0-1ubuntu2.13) ...
12:14:35 #11 55.73 Setting up curl (7.68.0-1ubuntu2.13) ...
12:14:35 #11 55.74 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
12:14:35 #11 55.75 Setting up libmodule-implementation-perl (0.09-1) ...
12:14:35 #11 55.76 Setting up libemail-valid-perl (1.202-1) ...
12:14:35 #11 55.77 Setting up libpackage-stash-perl (0.38-1) ...
12:14:35 #11 55.79 Setting up libimport-into-perl (1.002005-1) ...
12:14:35 #11 55.80 Setting up libmoo-perl (2.003006-1) ...
12:14:35 #11 55.81 Setting up liblist-someutils-perl (0.58-1) ...
12:14:35 #11 55.82 Setting up liblist-someutils-xs-perl (0.58-2) ...
12:14:35 #11 55.84 Setting up gnupg (2.2.19-3ubuntu2.2) ...
12:14:35 #11 55.85 Setting up libmoox-aliases-perl (0.001006-1) ...
12:14:35 #11 55.87 Setting up libparams-validate-perl (1.29-3) ...
12:14:35 #11 55.88 Setting up libb-hooks-endofscope-perl (0.24-1) ...
12:14:35 #11 55.89 Setting up libnamespace-clean-perl (0.27-1) ...
12:14:35 #11 55.90 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
12:14:35 #11 55.91 Setting up libgitlab-api-v4-perl (0.25-1) ...
12:14:35 #11 55.92 Setting up libmoox-struct-perl (0.017-1) ...
12:14:35 #11 55.94 Setting up lintian (2.62.0ubuntu2.1) ...
12:14:35 #11 55.95 Setting up licensecheck (3.0.45-1) ...
12:14:35 #11 55.96 Setting up dh-autoreconf (19) ...
12:14:35 #11 55.98 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
12:14:35 #11 56.00 Setting up libwww-perl (6.43-1) ...
12:14:35 #11 56.01 Setting up debhelper (12.10ubuntu1) ...
12:14:35 #11 56.02 Setting up devscripts (2.20.2ubuntu2) ...
12:14:35 #11 56.18 Setting up equivs (2.2.0) ...
12:14:35 #11 56.19 Setting up libxml-parser-perl (2.46-1) ...
12:14:35 #11 56.20 Setting up libxml-sax-expat-perl (0.51-1) ...
12:14:35 #11 56.24 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:14:35 #11 56.29 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:14:36 #11 56.41 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:14:36 #11 56.44 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
12:14:36 #11 56.46 Processing triggers for ca-certificates (20211016~20.04.1) ...
12:14:36 #11 56.47 Updating certificates in /etc/ssl/certs...
12:14:36 #11 56.80 0 added, 0 removed; done.
12:14:36 #11 56.80 Running hooks in /etc/ca-certificates/update.d...
12:14:36 #11 56.80 done.
12:14:36 #11 DONE 57.1s
12:14:36 
12:14:36 #12 [stage-1 4/9] COPY common /root/build-deb/debian
12:14:36 #12 DONE 0.1s
12:14:36 
12:14:36 #13 [stage-1 5/9] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:14:37 #13 0.481 Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
12:14:37 #13 0.483 Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease
12:14:37 #13 0.495 Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease
12:14:37 #13 0.724 Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
12:14:38 #13 0.795 Reading package lists...
12:14:39 #13 2.525 dh_testdir
12:14:39 #13 2.544 dh_testroot
12:14:39 #13 2.562 dh_prep
12:14:39 #13 2.583 dh_testdir
12:14:39 #13 2.602 dh_testroot
12:14:39 #13 2.620 dh_install
12:14:39 #13 2.648 dh_installdocs
12:14:39 #13 2.681 dh_installchangelogs
12:14:39 #13 2.751 dh_compress
12:14:39 #13 2.785 dh_fixperms
12:14:39 #13 2.825 dh_installdeb
12:14:39 #13 2.852 dh_gencontrol
12:14:39 #13 2.964 dh_md5sums
12:14:39 #13 2.992 dh_builddeb
12:14:39 #13 3.014 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:14:39 #13 3.035 
12:14:39 #13 3.035 The package has been created.
12:14:39 #13 3.035 Attention, the package has been created in the current directory,
12:14:39 #13 3.035 not in ".." as indicated by the message above!
12:14:39 #13 3.057 Selecting previously unselected package docker-ce-build-deps.
12:14:39 #13 3.071 (Reading database ... 26310 files and directories currently installed.)
12:14:39 #13 3.072 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:14:39 #13 3.075 Unpacking docker-ce-build-deps (1.0) ...
12:14:40 #13 3.148 Reading package lists...
12:14:40 #13 3.988 Building dependency tree...
12:14:40 #13 4.152 Reading state information...
12:14:40 #13 4.169 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:14:40 #13 4.207 Starting 2 pkgProblemResolver with broken count: 0
12:14:40 #13 4.209 Done
12:14:40 #13 4.228  Done
12:14:41 #13 4.237 Starting pkgProblemResolver with broken count: 0
12:14:41 #13 4.265 Starting 2 pkgProblemResolver with broken count: 0
12:14:41 #13 4.267 Done
12:14:41 #13 4.353 The following additional packages will be installed:
12:14:41 #13 4.354   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
12:14:41 #13 4.354   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
12:14:41 #13 4.354   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-8-0 libpcre2-dev
12:14:41 #13 4.354   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
12:14:41 #13 4.354   libsystemd-dev libsystemd0 libudev-dev libudev1 libuv1 pkg-config
12:14:41 #13 4.355 Suggested packages:
12:14:41 #13 4.355   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
12:14:41 #13 4.355 Recommended packages:
12:14:41 #13 4.355   dmsetup
12:14:41 #13 4.395 The following NEW packages will be installed:
12:14:41 #13 4.396   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
12:14:41 #13 4.397   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
12:14:41 #13 4.397   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
12:14:41 #13 4.397   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
12:14:41 #13 4.397   libudev-dev libuv1 pkg-config
12:14:41 #13 4.398 The following packages will be upgraded:
12:14:41 #13 4.398   libpcre2-8-0 libsystemd0 libudev1
12:14:41 #13 4.760 3 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
12:14:41 #13 4.760 1 not fully installed or removed.
12:14:41 #13 4.760 Need to get 9087 kB of archives.
12:14:41 #13 4.760 After this operation, 41.1 MB of additional disk space will be used.
12:14:41 #13 4.760 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 bash-completion all 1:2.10-1ubuntu1 [178 kB]
12:14:41 #13 4.818 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake-data all 3.16.3-1ubuntu1 [1612 kB]
12:14:41 #13 4.861 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libarchive13 amd64 3.4.0-2ubuntu1.2 [327 kB]
12:14:41 #13 4.865 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libjsoncpp1 amd64 1.7.4-3.1ubuntu2 [75.6 kB]
12:14:41 #13 4.867 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 librhash0 amd64 1.3.9-1 [113 kB]
12:14:41 #13 4.869 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuv1 amd64 1.34.2-1ubuntu1.3 [80.8 kB]
12:14:41 #13 4.870 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake amd64 3.16.3-1ubuntu1 [3669 kB]
12:14:41 #13 4.905 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
12:14:41 #13 4.906 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtrfs0 amd64 5.4.1-2 [175 kB]
12:14:41 #13 4.908 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtrfs-dev amd64 5.4.1-2 [227 kB]
12:14:41 #13 4.910 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev1 amd64 245.4-4ubuntu3.18 [76.3 kB]
12:14:41 #13 4.911 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB]
12:14:41 #13 4.912 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.167-1ubuntu1 [11.9 kB]
12:14:41 #13 4.913 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev-dev amd64 245.4-4ubuntu3.18 [19.7 kB]
12:14:41 #13 4.913 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsepol1-dev amd64 3.0-1ubuntu0.1 [325 kB]
12:14:41 #13 4.916 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-8-0 amd64 10.34-7ubuntu0.1 [198 kB]
12:14:41 #13 4.919 Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-16-0 amd64 10.34-7ubuntu0.1 [181 kB]
12:14:41 #13 4.930 Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-32-0 amd64 10.34-7ubuntu0.1 [170 kB]
12:14:41 #13 4.933 Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-posix2 amd64 10.34-7ubuntu0.1 [5988 B]
12:14:41 #13 4.934 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpcre2-dev amd64 10.34-7ubuntu0.1 [672 kB]
12:14:41 #13 4.940 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libselinux1-dev amd64 3.0-1build2 [151 kB]
12:14:41 #13 4.942 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-dev amd64 2:1.02.167-1ubuntu1 [35.8 kB]
12:14:41 #13 4.942 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1~20.04.2 [83.6 kB]
12:14:41 #13 4.943 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.18 [269 kB]
12:14:41 #13 4.946 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.18 [246 kB]
12:14:41 #13 4.949 Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB]
12:14:41 #13 5.085 debconf: delaying package configuration, since apt-utils is not installed
12:14:41 #13 5.119 Fetched 9087 kB in 1s (16.6 MB/s)
12:14:42 #13 5.147 Selecting previously unselected package bash-completion.
12:14:42 #13 5.147 (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 ... 26314 files and directories currently installed.)
12:14:42 #13 5.162 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
12:14:42 #13 5.756 Unpacking bash-completion (1:2.10-1ubuntu1) ...
12:14:42 #13 5.899 Selecting previously unselected package cmake-data.
12:14:42 #13 5.902 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1_all.deb ...
12:14:42 #13 5.906 Unpacking cmake-data (3.16.3-1ubuntu1) ...
12:14:42 #13 6.320 Selecting previously unselected package libarchive13:amd64.
12:14:43 #13 6.323 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1.2_amd64.deb ...
12:14:43 #13 6.332 Unpacking libarchive13:amd64 (3.4.0-2ubuntu1.2) ...
12:14:43 #13 6.395 Selecting previously unselected package libjsoncpp1:amd64.
12:14:43 #13 6.398 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_amd64.deb ...
12:14:43 #13 6.401 Unpacking libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
12:14:43 #13 6.439 Selecting previously unselected package librhash0:amd64.
12:14:43 #13 6.442 Preparing to unpack .../04-librhash0_1.3.9-1_amd64.deb ...
12:14:43 #13 6.446 Unpacking librhash0:amd64 (1.3.9-1) ...
12:14:43 #13 6.491 Selecting previously unselected package libuv1:amd64.
12:14:43 #13 6.493 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1.3_amd64.deb ...
12:14:43 #13 6.497 Unpacking libuv1:amd64 (1.34.2-1ubuntu1.3) ...
12:14:43 #13 6.530 Selecting previously unselected package cmake.
12:14:43 #13 6.532 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1_amd64.deb ...
12:14:43 #13 6.536 Unpacking cmake (3.16.3-1ubuntu1) ...
12:14:43 #13 6.934 Selecting previously unselected package dh-apparmor.
12:14:43 #13 6.937 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
12:14:43 #13 6.941 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
12:14:43 #13 6.973 Selecting previously unselected package libbtrfs0:amd64.
12:14:43 #13 6.975 Preparing to unpack .../08-libbtrfs0_5.4.1-2_amd64.deb ...
12:14:43 #13 6.979 Unpacking libbtrfs0:amd64 (5.4.1-2) ...
12:14:43 #13 7.031 Selecting previously unselected package libbtrfs-dev:amd64.
12:14:43 #13 7.034 Preparing to unpack .../09-libbtrfs-dev_5.4.1-2_amd64.deb ...
12:14:43 #13 7.038 Unpacking libbtrfs-dev:amd64 (5.4.1-2) ...
12:14:43 #13 7.099 Preparing to unpack .../10-libudev1_245.4-4ubuntu3.18_amd64.deb ...
12:14:43 #13 7.112 Unpacking libudev1:amd64 (245.4-4ubuntu3.18) over (245.4-4ubuntu3.17) ...
12:14:43 #13 7.167 Setting up libudev1:amd64 (245.4-4ubuntu3.18) ...
12:14:43 #13 7.211 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:14:43 #13 7.211 (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 ... 29900 files and directories currently installed.)
12:14:43 #13 7.227 Preparing to unpack .../libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
12:14:43 #13 7.231 Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
12:14:43 #13 7.273 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
12:14:44 #13 7.275 Preparing to unpack .../libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
12:14:44 #13 7.280 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
12:14:44 #13 7.306 Selecting previously unselected package libudev-dev:amd64.
12:14:44 #13 7.308 Preparing to unpack .../libudev-dev_245.4-4ubuntu3.18_amd64.deb ...
12:14:44 #13 7.313 Unpacking libudev-dev:amd64 (245.4-4ubuntu3.18) ...
12:14:44 #13 7.355 Selecting previously unselected package libsepol1-dev:amd64.
12:14:44 #13 7.358 Preparing to unpack .../libsepol1-dev_3.0-1ubuntu0.1_amd64.deb ...
12:14:44 #13 7.362 Unpacking libsepol1-dev:amd64 (3.0-1ubuntu0.1) ...
12:14:44 #13 7.431 Preparing to unpack .../libpcre2-8-0_10.34-7ubuntu0.1_amd64.deb ...
12:14:44 #13 7.444 Unpacking libpcre2-8-0:amd64 (10.34-7ubuntu0.1) over (10.34-7) ...
12:14:44 #13 7.512 Setting up libpcre2-8-0:amd64 (10.34-7ubuntu0.1) ...
12:14:44 #13 7.571 Selecting previously unselected package libpcre2-16-0:amd64.
12:14:44 #13 7.571 (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 ... 30038 files and directories currently installed.)
12:14:44 #13 7.590 Preparing to unpack .../0-libpcre2-16-0_10.34-7ubuntu0.1_amd64.deb ...
12:14:44 #13 7.594 Unpacking libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ...
12:14:44 #13 7.652 Selecting previously unselected package libpcre2-32-0:amd64.
12:14:44 #13 7.655 Preparing to unpack .../1-libpcre2-32-0_10.34-7ubuntu0.1_amd64.deb ...
12:14:44 #13 7.660 Unpacking libpcre2-32-0:amd64 (10.34-7ubuntu0.1) ...
12:14:44 #13 7.709 Selecting previously unselected package libpcre2-posix2:amd64.
12:14:44 #13 7.711 Preparing to unpack .../2-libpcre2-posix2_10.34-7ubuntu0.1_amd64.deb ...
12:14:44 #13 7.715 Unpacking libpcre2-posix2:amd64 (10.34-7ubuntu0.1) ...
12:14:44 #13 7.743 Selecting previously unselected package libpcre2-dev:amd64.
12:14:44 #13 7.745 Preparing to unpack .../3-libpcre2-dev_10.34-7ubuntu0.1_amd64.deb ...
12:14:44 #13 7.750 Unpacking libpcre2-dev:amd64 (10.34-7ubuntu0.1) ...
12:14:44 #13 7.856 Selecting previously unselected package libselinux1-dev:amd64.
12:14:44 #13 7.859 Preparing to unpack .../4-libselinux1-dev_3.0-1build2_amd64.deb ...
12:14:44 #13 7.863 Unpacking libselinux1-dev:amd64 (3.0-1build2) ...
12:14:44 #13 7.910 Selecting previously unselected package libdevmapper-dev:amd64.
12:14:44 #13 7.913 Preparing to unpack .../5-libdevmapper-dev_2%3a1.02.167-1ubuntu1_amd64.deb ...
12:14:44 #13 7.917 Unpacking libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
12:14:44 #13 7.950 Selecting previously unselected package libseccomp-dev:amd64.
12:14:44 #13 7.952 Preparing to unpack .../6-libseccomp-dev_2.5.1-1ubuntu1~20.04.2_amd64.deb ...
12:14:44 #13 7.958 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.2) ...
12:14:44 #13 8.003 Preparing to unpack .../7-libsystemd0_245.4-4ubuntu3.18_amd64.deb ...
12:14:44 #13 8.013 Unpacking libsystemd0:amd64 (245.4-4ubuntu3.18) over (245.4-4ubuntu3.17) ...
12:14:44 #13 8.087 Setting up libsystemd0:amd64 (245.4-4ubuntu3.18) ...
12:14:44 #13 8.125 Selecting previously unselected package libsystemd-dev:amd64.
12:14:44 #13 8.125 (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 ... 30433 files and directories currently installed.)
12:14:44 #13 8.140 Preparing to unpack .../libsystemd-dev_245.4-4ubuntu3.18_amd64.deb ...
12:14:44 #13 8.143 Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.18) ...
12:14:44 #13 8.206 Selecting previously unselected package pkg-config.
12:14:44 #13 8.209 Preparing to unpack .../pkg-config_0.29.1-0ubuntu4_amd64.deb ...
12:14:44 #13 8.212 Unpacking pkg-config (0.29.1-0ubuntu4) ...
12:14:44 #13 8.252 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.2) ...
12:14:44 #13 8.263 Setting up libarchive13:amd64 (3.4.0-2ubuntu1.2) ...
12:14:44 #13 8.274 Setting up libsepol1-dev:amd64 (3.0-1ubuntu0.1) ...
12:14:44 #13 8.285 Setting up libpcre2-16-0:amd64 (10.34-7ubuntu0.1) ...
12:14:44 #13 8.299 Setting up libbtrfs0:amd64 (5.4.1-2) ...
12:14:44 #13 8.312 Setting up libpcre2-32-0:amd64 (10.34-7ubuntu0.1) ...
12:14:45 #13 8.324 Setting up libuv1:amd64 (1.34.2-1ubuntu1.3) ...
12:14:45 #13 8.334 Setting up bash-completion (1:2.10-1ubuntu1) ...
12:14:45 #13 8.960 Setting up pkg-config (0.29.1-0ubuntu4) ...
12:14:45 #13 9.007 Setting up libudev-dev:amd64 (245.4-4ubuntu3.18) ...
12:14:45 #13 9.018 Setting up libpcre2-posix2:amd64 (10.34-7ubuntu0.1) ...
12:14:45 #13 9.028 Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
12:14:45 #13 9.037 Setting up libbtrfs-dev:amd64 (5.4.1-2) ...
12:14:45 #13 9.048 Setting up librhash0:amd64 (1.3.9-1) ...
12:14:45 #13 9.059 Setting up cmake-data (3.16.3-1ubuntu1) ...
12:14:45 #13 9.074 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
12:14:45 #13 9.084 Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.18) ...
12:14:45 #13 9.094 Setting up libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
12:14:45 #13 9.104 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
12:14:45 #13 9.115 Setting up libpcre2-dev:amd64 (10.34-7ubuntu0.1) ...
12:14:45 #13 9.127 Setting up libselinux1-dev:amd64 (3.0-1build2) ...
12:14:46 #13 9.138 Setting up libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
12:14:46 #13 9.148 Setting up cmake (3.16.3-1ubuntu1) ...
12:14:46 #13 9.159 Setting up docker-ce-build-deps (1.0) ...
12:14:46 #13 9.171 Processing triggers for man-db (2.9.1-1) ...
12:14:46 #13 9.195 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
12:14:46 #13 DONE 9.4s
12:14:46 
12:14:46 #14 [stage-1 6/9] COPY sources/ /sources
12:14:46 #14 DONE 0.2s
12:14:46 
12:14:46 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
12:14:48 #15 DONE 2.1s
12:14:48 
12:14:48 #16 [stage-1 8/9] WORKDIR /root/build-deb
12:14:48 #16 DONE 0.0s
12:14:48 
12:14:48 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
12:14:48 #17 DONE 0.0s
12:14:48 
12:14:48 #18 exporting to image
12:14:48 #18 exporting layers
12:14:53 #18 exporting layers 5.4s done
12:14:53 #18 writing image sha256:dd49b3e32135003606e3da5d0840ee1ce77106c3f4f56b58b7086f1ad23ca57c done
12:14:53 #18 naming to docker.io/debbuild-ubuntu-focal/x86_64 done
12:14:53 #18 DONE 5.4s
12:14:53 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220908081902-b40c2f6 -e VERSION=0.0.0-20220908081902-b40c2f6 -e CLI_GITCOMMIT=b40c2f6 -e ENGINE_GITCOMMIT=f219cb5 -e COMPOSE_VERSION=v2.11.2 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/debbuild/ubuntu-focal:/build  debbuild-ubuntu-focal/x86_64
12:14:54 + set -e
12:14:54 + mkdir -p /root/build-deb/engine
12:14:54 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:14:55 + mkdir -p /root/build-deb/cli
12:14:55 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:14:55 + mkdir -p /root/build-deb/compose
12:14:55 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:14:55 + mkdir -p /root/build-deb/scan-cli-plugin
12:14:55 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:14:55 + mkdir -p /go/src/github.com/docker
12:14:55 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:14:55 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:14:55 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:14:55 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:14:55 + EPOCH=5
12:14:55 + EPOCH_SEP=
12:14:55 + [[ ! -z 5 ]]
12:14:55 + EPOCH_SEP=:
12:14:55 + [[ -z 0.0.0-20220908081902-b40c2f6 ]]
12:14:55 + echo VERSION AAA 0.0.0-20220908081902-b40c2f6
12:14:55 VERSION AAA 0.0.0-20220908081902-b40c2f6
12:14:55 + VERSION=0.0.0-20220908081902-b40c2f6
12:14:55 + echo VERSION bbb 0.0.0-20220908081902-b40c2f6
12:14:55 VERSION bbb 0.0.0-20220908081902-b40c2f6
12:14:55 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:14:55 + debSource=docker-ce
12:14:55 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:14:55 + debMaintainer='Docker <support@docker.com>'
12:14:55 ++ date --rfc-2822
12:14:55 + debDate='Mon, 03 Oct 2022 12:14:55 +0000'
12:14:55 + cat
12:14:55 + export CLI_GITCOMMIT=b40c2f6
12:14:55 + CLI_GITCOMMIT=b40c2f6
12:14:55 + export ENGINE_GITCOMMIT=f219cb5
12:14:55 + ENGINE_GITCOMMIT=f219cb5
12:14:55 + export SCAN_GITCOMMIT=061fe0a
12:14:55 + SCAN_GITCOMMIT=061fe0a
12:14:55 VERSION BBB 0.0.0-20220908081902-b40c2f6
12:14:55 + echo VERSION BBB 0.0.0-20220908081902-b40c2f6
12:14:55 + dpkg-buildpackage -uc -us -I.git
12:14:55 dpkg-buildpackage: info: source package docker-ce
12:14:55 dpkg-buildpackage: info: source version 5:0.0.0-20220908081902-b40c2f6-0~ubuntu-focal
12:14:55 dpkg-buildpackage: info: source distribution focal
12:14:55 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:14:55 dpkg-buildpackage: info: host architecture amd64
12:14:55  dpkg-source -I.git --before-build .
12:14:55  debian/rules clean
12:14:55 dh clean --with=bash-completion --with=systemd
12:14:55    dh_clean
12:14:55  dpkg-source -I.git -b .
12:14:56 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:14:56 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:14:56 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220908081902-b40c2f6-0~ubuntu'
12:14:56 dpkg-source: info: using source format '1.0'
12:14:56 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal.tar.gz
12:15:04 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal.dsc
12:15:04  debian/rules build
12:15:04 dh build --with=bash-completion --with=systemd
12:15:04    dh_update_autotools_config
12:15:04    dh_autoreconf
12:15:04    debian/rules override_dh_auto_build
12:15:04 make[1]: Entering directory '/root/build-deb'
12:15:04 # Build the daemon and dependencies
12:15:04 cd engine && DOCKER_GITCOMMIT=f219cb5 PRODUCT=docker ./hack/make.sh dynbinary
12:15:04 
12:15:04 Removing bundles/
12:15:04 
12:15:04 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:15:04 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:15:04 GOOS="" GOARCH="" GOARM=""
12:16:55 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:16:55 
12:16:55 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:16:55 + RM_GOPATH=0
12:16:55 + TMP_GOPATH=/go
12:16:55 + : /usr/local/bin
12:16:55 + '[' -z /go ']'
12:16:55 + export GOPATH=/go
12:16:55 + GOPATH=/go
12:16:55 + case "$(go env GOARCH)" in
12:16:55 ++ go env GOARCH
12:16:55 + export GO_BUILDMODE=-buildmode=pie
12:16:55 + GO_BUILDMODE=-buildmode=pie
12:16:55 ++ dirname hack/dockerfile/install/install.sh
12:16:55 + dir=hack/dockerfile/install
12:16:55 + bin=tini
12:16:55 + shift
12:16:55 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:16:55 + . hack/dockerfile/install/tini.installer
12:16:55 Install tini version v0.19.0
12:16:55 ++ : v0.19.0
12:16:55 + install_tini
12:16:55 + echo 'Install tini version v0.19.0'
12:16:55 + git clone https://github.com/krallin/tini.git /go/tini
12:16:55 Cloning into '/go/tini'...
12:16:55 + cd /go/tini
12:16:55 + git checkout -q v0.19.0
12:16:55 + cmake .
12:16:55 -- The C compiler identification is GNU 9.4.0
12:16:55 -- Check for working C compiler: /usr/bin/cc
12:16:55 -- Check for working C compiler: /usr/bin/cc -- works
12:16:55 -- Detecting C compiler ABI info
12:16:55 -- Detecting C compiler ABI info - done
12:16:55 -- Detecting C compile features
12:16:55 -- Detecting C compile features - done
12:16:55 -- Performing Test HAS_BUILTIN_FORTIFY
12:16:55 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:16:55 -- Configuring done
12:16:55 -- Generating done
12:16:55 -- Build files have been written to: /go/tini
12:16:55 + make tini-static
12:16:55 make[2]: Entering directory '/go/tini'
12:16:55 make[3]: Entering directory '/go/tini'
12:16:55 make[4]: Entering directory '/go/tini'
12:16:55 make[5]: Entering directory '/go/tini'
12:16:55 Scanning dependencies of target tini-static
12:16:55 make[5]: Leaving directory '/go/tini'
12:16:55 make[5]: Entering directory '/go/tini'
12:16:55 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:16:55 [100%] Linking C executable tini-static
12:16:55 make[5]: Leaving directory '/go/tini'
12:16:55 [100%] Built target tini-static
12:16:55 make[4]: Leaving directory '/go/tini'
12:16:55 make[3]: Leaving directory '/go/tini'
12:16:55 make[2]: Leaving directory '/go/tini'
12:16:55 + mkdir -p /usr/local/bin
12:16:55 + cp tini-static /usr/local/bin/docker-init
12:16:55 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
12:16:55 + RM_GOPATH=0
12:16:55 + TMP_GOPATH=/go
12:16:55 + : /usr/local/bin
12:16:55 + '[' -z /go ']'
12:16:55 + export GOPATH=/go
12:16:55 + GOPATH=/go
12:16:55 + case "$(go env GOARCH)" in
12:16:55 ++ go env GOARCH
12:16:55 + export GO_BUILDMODE=-buildmode=pie
12:16:55 + GO_BUILDMODE=-buildmode=pie
12:16:55 ++ dirname hack/dockerfile/install/install.sh
12:16:55 + dir=hack/dockerfile/install
12:16:55 + bin=proxy
12:16:55 + shift
12:16:55 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
12:16:55 + . hack/dockerfile/install/proxy.installer
12:16:55 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
12:16:55 + install_proxy dynamic
12:16:55 + case "$1" in
12:16:55 + install_proxy_dynamic
12:16:55 + export PROXY_LDFLAGS=-linkmode=external install_proxy
12:16:55 + PROXY_LDFLAGS=-linkmode=external
12:16:55 + export BUILD_MODE=-buildmode=pie
12:16:55 + BUILD_MODE=-buildmode=pie
12:16:55 + _install_proxy
12:16:55 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
12:16:55 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
12:16:55 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
12:16:55 Cloning into '/go/src/github.com/docker/libnetwork'...
12:16:55 + cd /go/src/github.com/docker/libnetwork
12:16:55 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
12:16:55 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
12:16:55 + return
12:16:55 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:16:55 + RM_GOPATH=0
12:16:55 + TMP_GOPATH=/go
12:16:55 + : /usr/local/bin
12:16:55 + '[' -z /go ']'
12:16:55 + export GOPATH=/go
12:16:55 + GOPATH=/go
12:16:55 + case "$(go env GOARCH)" in
12:16:55 ++ go env GOARCH
12:16:55 + export GO_BUILDMODE=-buildmode=pie
12:16:55 + GO_BUILDMODE=-buildmode=pie
12:16:55 ++ dirname hack/dockerfile/install/install.sh
12:16:55 + dir=hack/dockerfile/install
12:16:55 + bin=rootlesskit
12:16:55 + shift
12:16:55 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:16:55 + . hack/dockerfile/install/rootlesskit.installer
12:16:55 ++ : v0.14.4
12:16:55 + install_rootlesskit dynamic
12:16:55 + case "$1" in
12:16:55 + install_rootlesskit_dynamic
12:16:55 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:16:55 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:16:55 + export BUILD_MODE=-buildmode=pie
12:16:55 + BUILD_MODE=-buildmode=pie
12:16:55 + _install_rootlesskit
12:16:55 + echo 'Install rootlesskit version v0.14.4'
12:16:55 Install rootlesskit version v0.14.4
12:16:55 + for f in rootlesskit rootlesskit-docker-proxy
12:16:55 + GOBIN=/usr/local/bin
12:16:55 + GO111MODULE=on
12:16:55 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
12:16:55 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
12:16:55 go: downloading github.com/pkg/errors v0.9.1
12:16:55 go: downloading github.com/sirupsen/logrus v1.8.1
12:16:55 go: downloading github.com/urfave/cli/v2 v2.3.0
12:16:55 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
12:16:55 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
12:16:55 go: downloading github.com/google/uuid v1.3.0
12:16:55 go: downloading github.com/moby/vpnkit v0.5.0
12:16:55 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:16:55 go: downloading github.com/gofrs/flock v0.8.1
12:16:55 go: downloading github.com/gorilla/mux v1.8.0
12:16:55 go: downloading github.com/moby/sys/mountinfo v0.4.1
12:16:55 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
12:16:55 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
12:16:55 go: downloading github.com/u-root/u-root v7.0.0+incompatible
12:16:55 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:16:59 + for f in rootlesskit rootlesskit-docker-proxy
12:16:59 + GOBIN=/usr/local/bin
12:16:59 + GO111MODULE=on
12:16:59 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
12:17:01 + return
12:17:01 # Build the CLI
12:17:01 cd /go/src/github.com/docker/cli && \
12:17:01 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220908081902-b40c2f6 GITCOMMIT=b40c2f6 dynbinary manpages
12:17:01 make[2]: Entering directory '/root/build-deb/cli'
12:17:01 GO_LINKMODE=dynamic ./scripts/build/binary
12:17:01 Building dynamic docker-linux-amd64
12:18:23 scripts/docs/generate-man.sh
12:19:44 Project root: /go/src/github.com/docker/cli
12:19:44 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
12:19:44 2022/10/03 12:19:39 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
12:19:44 make[2]: Leaving directory '/root/build-deb/cli'
12:19:44 # Build the compose plugin
12:19:44 cd /go/src/github.com/docker/compose \
12:19:44 && make VERSION=v2.11.2 DESTDIR=/usr/libexec/docker/cli-plugins build
12:19:44 make[2]: Entering directory '/root/build-deb/compose'
12:19:44 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.11.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:19:44 go: downloading github.com/docker/cli v20.10.3-0.20220309205733-2b52f62e9627+incompatible
12:19:44 go: downloading github.com/spf13/cobra v1.5.0
12:19:44 go: downloading github.com/fvbommel/sortorder v1.0.2
12:19:44 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
12:19:44 go: downloading github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae
12:19:44 go: downloading github.com/morikuni/aec v1.0.0
12:19:44 go: downloading github.com/spf13/pflag v1.0.5
12:19:44 go: downloading github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible
12:19:44 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:19:44 go: downloading github.com/docker/go-connections v0.4.0
12:19:44 go: downloading github.com/sirupsen/logrus v1.9.0
12:19:44 go: downloading github.com/theupdateframework/notary v0.7.0
12:19:44 go: downloading github.com/compose-spec/compose-go v1.6.0
12:19:44 go: downloading github.com/hashicorp/go-version v1.6.0
12:19:44 go: downloading github.com/cnabio/cnab-to-oci v0.3.7
12:19:44 go: downloading github.com/distribution/distribution/v3 v3.0.0-20220902125104-0122d7ddaec0
12:19:44 go: downloading github.com/docker/buildx v0.8.2
12:19:44 go: downloading github.com/docker/go-units v0.5.0
12:19:44 go: downloading github.com/mattn/go-shellwords v1.0.12
12:19:44 go: downloading github.com/moby/buildkit v0.10.4
12:19:44 go: downloading github.com/opencontainers/go-digest v1.0.0
12:19:44 go: downloading go.opentelemetry.io/otel v1.10.0
12:19:44 go: downloading github.com/containerd/containerd v1.6.8
12:19:44 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:19:44 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:19:44 go: downloading golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
12:19:44 go: downloading gopkg.in/yaml.v2 v2.4.0
12:19:44 go: downloading k8s.io/client-go v0.22.4
12:19:44 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:19:44 go: downloading github.com/cnabio/cnab-go v0.23.4
12:19:44 go: downloading github.com/imdario/mergo v0.3.13
12:19:44 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:19:44 go: downloading github.com/containerd/console v1.0.3
12:19:44 go: downloading golang.org/x/text v0.3.7
12:19:44 go: downloading github.com/mattn/go-isatty v0.0.16
12:19:44 go: downloading github.com/buger/goterm v1.0.4
12:19:44 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:19:44 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:19:44 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:19:44 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:19:44 go: downloading go.opentelemetry.io/otel/trace v1.10.0
12:19:44 go: downloading github.com/go-logr/logr v1.2.3
12:19:44 go: downloading k8s.io/api v0.22.4
12:19:44 go: downloading k8s.io/apimachinery v0.22.4
12:19:44 go: downloading github.com/gofrs/flock v0.8.0
12:19:44 go: downloading github.com/moby/sys/signal v0.6.0
12:19:44 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:19:44 go: downloading github.com/golang/mock v1.6.0
12:19:44 go: downloading google.golang.org/grpc v1.45.0
12:19:44 go: downloading github.com/klauspost/compress v1.15.1
12:19:44 go: downloading github.com/opencontainers/runc v1.1.2
12:19:44 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:19:44 go: downloading github.com/hashicorp/errwrap v1.1.0
12:19:44 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:19:44 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3
12:19:44 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:19:44 go: downloading golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
12:19:44 go: downloading golang.org/x/crypto v0.0.0-20220214200702-86341886e292
12:19:44 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:19:44 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:19:44 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
12:19:44 go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4
12:19:44 go: downloading github.com/moby/locker v1.0.1
12:19:44 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:19:44 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:19:44 go: downloading k8s.io/klog/v2 v2.60.1
12:19:44 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:19:44 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:19:44 go: downloading google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106
12:19:44 go: downloading google.golang.org/protobuf v1.27.1
12:19:44 go: downloading github.com/go-logr/stdr v1.2.2
12:19:44 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:19:44 go: downloading github.com/gogo/protobuf v1.3.2
12:19:44 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:19:44 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:19:44 go: downloading github.com/pelletier/go-toml v1.9.4
12:19:45 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:19:45 go: downloading github.com/google/gofuzz v1.2.0
12:19:45 go: downloading github.com/moby/sys/symlink v0.2.0
12:19:45 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:19:46 go: downloading github.com/golang/protobuf v1.5.2
12:19:46 go: downloading github.com/gogo/googleapis v1.4.1
12:19:46 go: downloading github.com/containerd/typeurl v1.0.2
12:19:46 go: downloading github.com/qri-io/jsonpointer v0.1.1
12:19:46 go: downloading github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e
12:19:46 go: downloading github.com/Masterminds/semver v1.5.0
12:19:46 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:19:46 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:19:46 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:19:46 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:19:46 go: downloading github.com/felixge/httpsnoop v1.0.2
12:19:46 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:19:46 go: downloading github.com/davecgh/go-spew v1.1.1
12:19:46 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:19:46 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:19:46 go: downloading gopkg.in/inf.v0 v0.9.1
12:19:46 go: downloading github.com/google/go-cmp v0.5.8
12:19:46 go: downloading github.com/googleapis/gnostic v0.5.5
12:19:46 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:19:46 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
12:19:46 go: downloading github.com/docker/go-metrics v0.0.1
12:19:46 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:19:46 go: downloading github.com/json-iterator/go v1.1.12
12:19:46 go: downloading github.com/modern-go/reflect2 v1.0.2
12:19:46 go: downloading sigs.k8s.io/yaml v1.2.0
12:19:46 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:19:46 go: downloading github.com/mattn/go-colorable v0.1.12
12:19:46 go: downloading github.com/prometheus/client_golang v1.12.1
12:19:46 go: downloading gopkg.in/yaml.v3 v3.0.1
12:19:46 go: downloading github.com/containerd/ttrpc v1.1.0
12:19:46 go: downloading github.com/moby/spdystream v0.2.0
12:19:46 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:19:46 go: downloading github.com/prometheus/client_model v0.2.0
12:19:46 go: downloading github.com/prometheus/common v0.32.1
12:19:46 go: downloading github.com/beorn7/perks v1.0.1
12:19:46 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:19:46 go: downloading github.com/prometheus/procfs v0.7.3
12:19:46 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:21:52 make[2]: Leaving directory '/root/build-deb/compose'
12:21:52 # Build the scan-plugin
12:21:52 # TODO change once we support scan-plugin on other architectures
12:21:52 if [ "amd64" = "amd64" ]; then \
12:21:52 	cd /go/src/github.com/docker/scan-cli-plugin \
12:21:52 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
12:21:52 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:21:52 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:21:52 fi
12:21:52 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
12:21:52 GO111MODULE=on make -f builder.Makefile build
12:21:52 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
12:21:52 mkdir -p bin
12:21:52 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
12:21:52 go: downloading github.com/docker/cli v20.10.9+incompatible
12:21:52 go: downloading github.com/docker/docker v20.10.9+incompatible
12:21:52 go: downloading github.com/spf13/cobra v1.2.1
12:21:52 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
12:21:52 go: downloading github.com/docker/distribution v2.7.1+incompatible
12:21:52 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
12:21:52 go: downloading github.com/opencontainers/image-spec v1.0.1
12:21:52 go: downloading github.com/docker/go-units v0.4.0
12:21:52 go: downloading github.com/Masterminds/semver/v3 v3.1.1
12:21:52 go: downloading github.com/mitchellh/go-homedir v1.1.0
12:21:52 go: downloading github.com/containerd/containerd v1.5.7
12:21:52 go: downloading github.com/moby/sys/mount v0.2.0
12:21:52 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
12:21:52 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
12:21:52 go: downloading google.golang.org/grpc v1.40.0
12:21:52 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
12:21:52 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
12:21:52 go: downloading github.com/opencontainers/runc v1.0.2
12:21:52 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
12:21:52 go: downloading google.golang.org/protobuf v1.26.0
12:21:52 go: downloading github.com/prometheus/client_golang v1.7.1
12:21:52 go: downloading github.com/cespare/xxhash/v2 v2.1.1
12:21:52 go: downloading github.com/prometheus/common v0.10.0
12:21:52 go: downloading github.com/prometheus/procfs v0.6.0
12:22:02 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
12:22:02 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
12:22:02 # Build the CLI plugins
12:22:02 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
12:22:02 set -e;cd /sources && \
12:22:02 	tar xzf plugin-installers.tgz; \
12:22:02 	for installer in plugins/*.installer; do \
12:22:02 		LDFLAGS='' bash ${installer} build; \
12:22:02 	done
12:22:02 Cloning into '/go/src/github.com/docker/app'...
12:22:03 Fetching origin
12:22:04 make[2]: Entering directory '/go/src/github.com/docker/app'
12:22:04 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
12:23:11 make[2]: Leaving directory '/go/src/github.com/docker/app'
12:23:11 Cloning into '/go/src/github.com/docker/buildx'...
12:23:11 Fetching origin
12:23:11 + GO111MODULE=on
12:23:11 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.9.1-docker -X github.com/docker/buildx/version.Revision=ed00243a0ce2a0aee75311b06e32d33b44729689 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
12:24:48 make[1]: Leaving directory '/root/build-deb'
12:24:48    debian/rules override_dh_auto_test
12:24:48 make[1]: Entering directory '/root/build-deb'
12:24:48 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:24:48 	test "$ver" = "Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:24:48 PASS: daemon version OK
12:24:48 ver="$(cli/build/docker --version)"; \
12:24:48 	test "$ver" = "Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:24:48 PASS: cli version OK
12:24:48 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:24:48 	test "$ver" = "v2.11.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:24:48 PASS: docker-compose version OK
12:24:48 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:24:48 # TODO change once we support scan-plugin on other architectures
12:24:48 if [ "amd64" = "amd64" ]; then \
12:24:48 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:24:48 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:24:48 fi
12:24:48 PASS: docker-scan version OK
12:24:48 make[1]: Leaving directory '/root/build-deb'
12:24:48    create-stamp debian/debhelper-build-stamp
12:24:48  debian/rules binary
12:24:48 dh binary --with=bash-completion --with=systemd
12:24:48    dh_testroot
12:24:48    dh_prep
12:24:48    debian/rules override_dh_auto_install
12:24:48 make[1]: Entering directory '/root/build-deb'
12:24:48 # docker-ce-cli install
12:24:48 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
12:24:48 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:24:48 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:24:48 set -e;cd /sources && \
12:24:48 	tar xzf plugin-installers.tgz; \
12:24:48 	for installer in plugins/*.installer; do \
12:24:48 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
12:24:48 		PREFIX=/usr/libexec/docker/cli-plugins \
12:24:48 			bash ${installer} install_plugin; \
12:24:48 	done
12:24:48 # docker-ce install
12:24:48 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:24:48 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:24:48 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6 debian/docker-ce/usr/bin/dockerd
12:24:48 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:24:48 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:24:48 # docker-compose-plugin install
12:24:48 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:24:48 # docker-scan-plugin install
12:24:48 # TODO change once we support scan-plugin on other architectures
12:24:48 if [ "amd64" = "amd64" ]; then \
12:24:48 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:24:48 fi
12:24:48 # docker-ce-rootless-extras install
12:24:48 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:24:48 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:24:48 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:24:48 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:24:48 # TODO: how can we install vpnkit?
12:24:48 make[1]: Leaving directory '/root/build-deb'
12:24:48    debian/rules override_dh_install
12:24:48 make[1]: Entering directory '/root/build-deb'
12:24:48 dh_install
12:24:48 # TODO Can we do this from within our container?
12:24:48 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:24:48 make[1]: Leaving directory '/root/build-deb'
12:24:48    dh_installdocs
12:24:48    dh_installchangelogs
12:24:48    dh_installman
12:24:48    dh_bash-completion
12:24:48    dh_systemd_enable
12:24:48    debian/rules override_dh_installinit
12:24:48 make[1]: Entering directory '/root/build-deb'
12:24:48 # use "docker" as our service name, not "docker-ce"
12:24:48 dh_installinit --name=docker
12:24:48 make[1]: Leaving directory '/root/build-deb'
12:24:48    dh_systemd_start
12:24:48    dh_perl
12:24:48    dh_link
12:24:48    dh_strip_nondeterminism
12:24:48    dh_compress
12:24:48    dh_fixperms
12:24:48    dh_missing
12:24:48    debian/rules override_dh_strip
12:24:48 make[1]: Entering directory '/root/build-deb'
12:24:48 # Go has lots of problems with stripping, so just don't
12:24:48 make[1]: Leaving directory '/root/build-deb'
12:24:48    dh_makeshlibs
12:24:48    debian/rules override_dh_shlibdeps
12:24:48 make[1]: Entering directory '/root/build-deb'
12:24:48 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:24:54 make[1]: Leaving directory '/root/build-deb'
12:24:54    dh_installdeb
12:24:54    debian/rules override_dh_gencontrol
12:24:54 make[1]: Entering directory '/root/build-deb'
12:24:54 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:24:54 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:24:54 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
12:24:54 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:24:54 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:24:54 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:24:54 if [ "amd64" = "amd64" ]; then \
12:24:54 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
12:24:54 fi
12:24:54 dh_gencontrol --remaining-packages
12:24:54 make[1]: Leaving directory '/root/build-deb'
12:24:54    dh_md5sums
12:24:55    debian/rules override_dh_builddeb
12:24:55 make[1]: Entering directory '/root/build-deb'
12:24:55 dh_builddeb -- -Zxz
12:24:55 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.11.2~ubuntu-focal_amd64.deb'.
12:24:55 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.deb'.
12:25:27 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.17.0~ubuntu-focal_amd64.deb'.
12:25:45 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.deb'.
12:26:32 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.deb'.
12:26:33 make[1]: Leaving directory '/root/build-deb'
12:26:33  dpkg-genbuildinfo
12:26:34  dpkg-genchanges  >../docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.changes
12:26:36 dpkg-genchanges: info: including full source code in upload
12:26:36  dpkg-source -I.git --after-build .
12:26:36 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:26:36 + destination=/build
12:26:36 + mkdir -p /build
12:26:36 + mv -v /root/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.deb /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal.dsc /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal.tar.gz /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.buildinfo /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.changes /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.deb /root/docker-compose-plugin_2.11.2~ubuntu-focal_amd64.deb /root/docker-scan-plugin_0.17.0~ubuntu-focal_amd64.deb /build
12:26:36 copied '/root/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.deb'
12:26:36 removed '/root/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.deb'
12:26:36 copied '/root/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.deb'
12:26:36 removed '/root/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.deb'
12:26:36 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal.dsc' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal.dsc'
12:26:36 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal.dsc'
12:26:36 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal.tar.gz' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal.tar.gz'
12:26:36 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal.tar.gz'
12:26:36 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.buildinfo'
12:26:36 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.buildinfo'
12:26:36 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.changes' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.changes'
12:26:36 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.changes'
12:26:36 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.deb'
12:26:36 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-focal_amd64.deb'
12:26:36 copied '/root/docker-compose-plugin_2.11.2~ubuntu-focal_amd64.deb' -> '/build/docker-compose-plugin_2.11.2~ubuntu-focal_amd64.deb'
12:26:36 removed '/root/docker-compose-plugin_2.11.2~ubuntu-focal_amd64.deb'
12:26:36 copied '/root/docker-scan-plugin_0.17.0~ubuntu-focal_amd64.deb' -> '/build/docker-scan-plugin_0.17.0~ubuntu-focal_amd64.deb'
12:26:36 removed '/root/docker-scan-plugin_0.17.0~ubuntu-focal_amd64.deb'
12:26:39 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
12:26:39 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'