Skip to content

Console Output

12:12:15 + make REF=20.10 debian-buster
12:12:15 git init src/github.com/docker/cli
12:12:15 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
12:12:15 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:12:15 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
12:12:15 + SRC=src/github.com/docker/cli
12:12:15 + REF=20.10
12:12:15 + REF_FETCH=20.10
12:12:15 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
12:12:15 + awk {print $2}
12:12:15 + REF=refs/heads/20.10
12:12:15 + [ -n refs/heads/20.10 ]
12:12:15 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:15 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:12:17 From https://github.com/docker/cli
12:12:17  * [new branch]      20.10      -> 20.10
12:12:17  * [new tag]         v20.10.18  -> v20.10.18
12:12:17  * [new branch]      20.10      -> origin/20.10
12:12:17 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
12:12:17 git init src/github.com/docker/docker
12:12:17 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
12:12:17 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:12:17 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
12:12:17 + SRC=src/github.com/docker/docker
12:12:17 + REF=20.10
12:12:17 + REF_FETCH=20.10
12:12:17 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
12:12:17 + awk {print $2}
12:12:18 + REF=refs/heads/20.10
12:12:18 + [ -n refs/heads/20.10 ]
12:12:18 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:18 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:12:19 From https://github.com/docker/docker
12:12:19  * [new branch]      20.10      -> 20.10
12:12:19  * [new branch]      20.10      -> origin/20.10
12:12:20 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
12:12:20 git init src/github.com/docker/compose
12:12:20 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
12:12:20 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:12:20 ./scripts/checkout.sh src/github.com/docker/compose "v2.11.2"
12:12:20 + SRC=src/github.com/docker/compose
12:12:20 + REF=v2.11.2
12:12:20 + REF_FETCH=v2.11.2
12:12:20 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.11.2
12:12:20 + awk {print $2}
12:12:20 + REF=refs/tags/v2.11.2
12:12:20 + [ -n refs/tags/v2.11.2 ]
12:12:20 + REF_FETCH=refs/tags/v2.11.2:refs/tags/v2.11.2
12:12:20 + 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:12:21 From https://github.com/docker/compose
12:12:21  * [new tag]         v2.11.2    -> v2.11.2
12:12:21 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.11.2
12:12:21 git init src/github.com/docker/scan-cli-plugin
12:12:21 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
12:12:21 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:12:21 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
12:12:21 + SRC=src/github.com/docker/scan-cli-plugin
12:12:21 + REF=v0.17.0
12:12:21 + REF_FETCH=v0.17.0
12:12:21 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
12:12:21 + awk {print $2}
12:12:21 + REF=refs/tags/v0.17.0
12:12:21 + [ -n refs/tags/v0.17.0 ]
12:12:21 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
12:12:21 + 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:12:21 From https://github.com/docker/scan-cli-plugin
12:12:21  * [new tag]         v0.17.0    -> v0.17.0
12:12:21 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
12:12:21 make -C deb VERSION=0.0.1-dev GO_VERSION=1.18.6 debian-buster
12:12:21 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
12:12:21 mkdir -p sources
12:12:21 docker run --rm -w /v \
12:12:21 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
12:12:21 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:12:21 	alpine \
12:12:21 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:12:26 mkdir -p sources
12:12:26 docker run --rm -w /v \
12:12:26 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
12:12:26 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:12:26 	alpine \
12:12:26 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:12:30 mkdir -p sources
12:12:30 docker run --rm -w /v \
12:12:30 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
12:12:30 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:12:30 	alpine \
12:12:30 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:12:30 mkdir -p sources
12:12:30 docker run --rm -w /v \
12:12:30 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:12:30 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:12:30 	alpine \
12:12:30 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:12:31 mkdir -p sources
12:12:31 cp ../systemd/docker.service sources/docker.service
12:12:31 mkdir -p sources
12:12:31 cp ../systemd/docker.socket sources/docker.socket
12:12:31 docker run --rm -w /v \
12:12:31 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
12:12:31 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:12:31 	alpine \
12:12:31 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
12:12:31 == Building packages for debian-buster ==
12:12:31 mkdir -p "debbuild/debian-buster"
12:12:31 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.6-buster --build-arg COMMON_FILES=common -t debbuild-debian-buster/x86_64 -f debian-buster/Dockerfile .
12:12:32 #1 [internal] load .dockerignore
12:12:32 #1 transferring context: 2B done
12:12:32 #1 DONE 0.0s
12:12:32 
12:12:32 #2 [internal] load build definition from Dockerfile
12:12:32 #2 transferring dockerfile: 939B 0.0s done
12:12:32 #2 DONE 0.1s
12:12:32 
12:12:32 #3 [auth] library/debian:pull token for registry-1.docker.io
12:12:32 #3 DONE 0.0s
12:12:32 
12:12:32 #4 [auth] library/golang:pull token for registry-1.docker.io
12:12:32 #4 DONE 0.0s
12:12:32 
12:12:32 #5 [internal] load metadata for docker.io/library/golang:1.18.6-buster
12:12:32 #5 ...
12:12:32 
12:12:32 #6 [internal] load metadata for docker.io/library/debian:buster
12:12:32 #6 DONE 0.4s
12:12:32 
12:12:32 #5 [internal] load metadata for docker.io/library/golang:1.18.6-buster
12:12:32 #5 DONE 0.7s
12:12:32 
12:12:32 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:12:32 #7 resolve docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 0.0s done
12:12:32 #7 sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 988B / 988B done
12:12:32 #7 sha256:bc8bf52dcb573cdb247a714674cc6dea759a5f5434013e5b8a5cbb35fb212320 1.79kB / 1.79kB done
12:12:32 #7 sha256:2f07eccff90cf916626afac5c614f7bcae0a65bc31117b8f65b4fadc12866b42 7.11kB / 7.11kB done
12:12:32 #7 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 1.05MB / 50.44MB 0.1s
12:12:32 #7 sha256:2b34aaa3cba7676359d4f9d29333c92bd9f448969b07f56bb8482398a5dc53c6 4.19MB / 7.86MB 0.1s
12:12:32 #7 sha256:5a443ab54eaa5455912b469fb6d8b621ade658cd0afef9c706b7e37085004b25 0B / 10.00MB 0.1s
12:12:33 #7 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 10.14MB / 50.44MB 0.2s
12:12:33 #7 sha256:2b34aaa3cba7676359d4f9d29333c92bd9f448969b07f56bb8482398a5dc53c6 7.86MB / 7.86MB 0.1s done
12:12:33 #7 sha256:5a443ab54eaa5455912b469fb6d8b621ade658cd0afef9c706b7e37085004b25 3.15MB / 10.00MB 0.2s
12:12:33 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 0B / 51.84MB 0.2s
12:12:33 #7 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 23.58MB / 50.44MB 0.4s
12:12:33 #7 sha256:5a443ab54eaa5455912b469fb6d8b621ade658cd0afef9c706b7e37085004b25 10.00MB / 10.00MB 0.3s done
12:12:33 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 11.53MB / 51.84MB 0.4s
12:12:33 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 0B / 68.83MB 0.4s
12:12:33 #7 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 28.05MB / 50.44MB 0.5s
12:12:33 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 17.52MB / 51.84MB 0.5s
12:12:33 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 22.02MB / 51.84MB 0.6s
12:12:33 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 10.49MB / 68.83MB 0.6s
12:12:33 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 25.42MB / 51.84MB 0.7s
12:12:33 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 18.87MB / 68.83MB 0.7s
12:12:33 #7 ...
12:12:33 
12:12:33 #8 [internal] load build context
12:12:33 #8 transferring context: 19.88MB 0.8s done
12:12:33 #8 DONE 0.8s
12:12:33 
12:12:33 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:12:33 #7 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 42.99MB / 50.44MB 0.8s
12:12:33 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 31.46MB / 51.84MB 0.8s
12:12:33 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 25.24MB / 68.83MB 0.8s
12:12:33 #7 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 50.33MB / 50.44MB 0.9s
12:12:33 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 51.38MB / 51.84MB 1.0s
12:12:33 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 36.70MB / 68.83MB 1.0s
12:12:33 #7 sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 51.84MB / 51.84MB 1.1s done
12:12:33 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 47.19MB / 68.83MB 1.1s
12:12:33 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 2.10MB / 141.88MB 1.1s
12:12:34 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 53.48MB / 68.83MB 1.2s
12:12:34 #7 sha256:2ed9898dade4c9a6edce198887a5f565bd61018893dc1144589c28283874125d 0B / 156B 1.2s
12:12:34 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 66.06MB / 68.83MB 1.4s
12:12:34 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 26.21MB / 141.88MB 1.4s
12:12:34 #7 sha256:2ed9898dade4c9a6edce198887a5f565bd61018893dc1144589c28283874125d 156B / 156B 1.2s done
12:12:34 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 37.75MB / 141.88MB 1.5s
12:12:34 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 46.14MB / 141.88MB 1.6s
12:12:34 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 55.75MB / 141.88MB 1.7s
12:12:34 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 69.21MB / 141.88MB 1.9s
12:12:34 #7 sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 68.83MB / 68.83MB 1.9s done
12:12:34 #7 extracting sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 0.8s
12:12:34 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 84.93MB / 141.88MB 2.1s
12:12:34 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 97.52MB / 141.88MB 2.2s
12:12:35 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 116.39MB / 141.88MB 2.4s
12:12:35 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 127.93MB / 141.88MB 2.5s
12:12:35 #7 sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 138.41MB / 141.88MB 2.6s
12:12:36 #7 extracting sha256:2b34aaa3cba7676359d4f9d29333c92bd9f448969b07f56bb8482398a5dc53c6
12:12:36 #7 ...
12:12:36 
12:12:36 #9 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:2f35b84014a5389e2a940113c51586bc067a05040ba181dee92c5a9fa9b15dcb
12:12:36 #9 resolve docker.io/library/debian:buster@sha256:2f35b84014a5389e2a940113c51586bc067a05040ba181dee92c5a9fa9b15dcb 0.0s done
12:12:36 #9 sha256:12da36082ea17cd91307adaf2e91bb631a3fbbf2c92f7ca9545caa91036c1043 529B / 529B done
12:12:36 #9 sha256:249addecdc869348d9057fd95ba40c547a095ac188780e74a7b6406b4b192e16 1.46kB / 1.46kB done
12:12:36 #9 sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 50.44MB / 50.44MB 1.0s done
12:12:36 #9 sha256:2f35b84014a5389e2a940113c51586bc067a05040ba181dee92c5a9fa9b15dcb 984B / 984B done
12:12:36 #9 extracting sha256:86467c57892b6bb48d563cb5940c68b69c431b2e79c3547df60d1c761c21c156 2.5s done
12:12:36 #9 DONE 3.9s
12:12:36 
12:12:36 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:12:37 #7 extracting sha256:2b34aaa3cba7676359d4f9d29333c92bd9f448969b07f56bb8482398a5dc53c6 0.5s done
12:12:37 #7 extracting sha256:5a443ab54eaa5455912b469fb6d8b621ade658cd0afef9c706b7e37085004b25
12:12:37 #7 extracting sha256:5a443ab54eaa5455912b469fb6d8b621ade658cd0afef9c706b7e37085004b25 0.4s done
12:12:37 #7 extracting sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 0.1s
12:12:41 #7 extracting sha256:e6cacf42b5677aa20eb8fff5102f7482828f27555a167f49da0597869f91002f 4.0s done
12:12:41 #7 extracting sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa
12:12:46 #7 ...
12:12:46 
12:12:46 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:12:46 #0 1.005 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
12:12:46 #0 1.021 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
12:12:46 #0 1.021 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
12:12:46 #0 1.166 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7909 kB]
12:12:46 #0 1.508 Get:5 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [366 kB]
12:12:46 #0 1.848 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [8788 B]
12:12:46 #0 3.333 Fetched 8497 kB in 3s (3288 kB/s)
12:12:46 #0 3.333 Reading package lists...
12:12:46 #0 4.334 Reading package lists...
12:12:46 #0 5.289 Building dependency tree...
12:12:46 #0 5.485 Reading state information...
12:12:46 #0 5.697 The following additional packages will be installed:
12:12:46 #0 5.697   at autoconf automake autopoint autotools-dev binutils binutils-common
12:12:46 #0 5.697   binutils-x86-64-linux-gnu bsdmainutils build-essential bzip2 ca-certificates
12:12:46 #0 5.697   cpp cpp-8 cron dctrl-tools debhelper debian-keyring dh-autoreconf
12:12:46 #0 5.697   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
12:12:46 #0 5.697   exim4-base exim4-config exim4-daemon-light fakeroot file g++ g++-8 gcc gcc-8
12:12:46 #0 5.697   gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
12:12:46 #0 5.698   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base guile-2.2-libs
12:12:46 #0 5.698   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
12:12:46 #0 5.698   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-inst2.0
12:12:46 #0 5.698   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libasan5 libassuan0
12:12:46 #0 5.698   libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
12:12:46 #0 5.698   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
12:12:46 #0 5.699   libbz2-1.0 libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0
12:12:46 #0 5.699   libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl
12:12:46 #0 5.699   libclass-inspector-perl libclass-method-modifiers-perl
12:12:46 #0 5.699   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:12:46 #0 5.699   libconst-fast-perl libcontextual-return-perl libconvert-binhex-perl
12:12:46 #0 5.699   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
12:12:46 #0 5.699   libdevel-callchecker-perl libdevel-globaldestruction-perl
12:12:46 #0 5.699   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
12:12:46 #0 5.699   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
12:12:46 #0 5.699   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
12:12:46 #0 5.699   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
12:12:46 #0 5.699   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
12:12:46 #0 5.699   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
12:12:46 #0 5.699   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
12:12:46 #0 5.699   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
12:12:46 #0 5.699   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
12:12:46 #0 5.699   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
12:12:46 #0 5.699   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
12:12:46 #0 5.699   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:12:46 #0 5.699   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:12:46 #0 5.699   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
12:12:46 #0 5.699   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
12:12:46 #0 5.699   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
12:12:46 #0 5.699   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
12:12:46 #0 5.699   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
12:12:46 #0 5.699   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
12:12:46 #0 5.699   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
12:12:46 #0 5.699   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:12:46 #0 5.699   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
12:12:46 #0 5.699   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
12:12:46 #0 5.699   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
12:12:46 #0 5.699   libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
12:12:46 #0 5.699   libncurses6 libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl
12:12:46 #0 5.699   libnet-http-perl libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl
12:12:46 #0 5.699   libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl
12:12:46 #0 5.699   libnumber-range-perl libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
12:12:46 #0 5.699   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
12:12:46 #0 5.699   libparams-validate-perl libparse-debianchangelog-perl
12:12:46 #0 5.699   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
12:12:46 #0 5.699   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
12:12:46 #0 5.699   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
12:12:46 #0 5.699   libpython3.7-minimal libpython3.7-stdlib libquadmath0 libreadline7
12:12:46 #0 5.699   libreadonly-perl libref-util-perl libref-util-xs-perl
12:12:46 #0 5.699   libregexp-pattern-license-perl librole-tiny-perl librtmp1 libsasl2-2
12:12:46 #0 5.699   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:12:46 #0 5.699   libsereal-encoder-perl libsereal-perl libsigsegv2 libsoap-lite-perl
12:12:46 #0 5.699   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh2-1 libssl1.1
12:12:46 #0 5.700   libstdc++-8-dev libstrictures-perl libstring-copyright-perl
12:12:46 #0 5.700   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
12:12:46 #0 5.700   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
12:12:46 #0 5.700   libsub-install-perl libsub-name-perl libsub-quote-perl
12:12:46 #0 5.700   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
12:12:46 #0 5.700   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
12:12:46 #0 5.700   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
12:12:46 #0 5.700   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
12:12:46 #0 5.700   libuchardet0 libunbound8 libunicode-utf8-perl libunwind8 liburi-perl
12:12:46 #0 5.700   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
12:12:46 #0 5.700   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
12:12:46 #0 5.700   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:12:46 #0 5.700   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
12:12:46 #0 5.700   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
12:12:46 #0 5.700   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
12:12:46 #0 5.700   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
12:12:46 #0 5.700   mariadb-common mime-support mysql-common netbase openssh-client openssl
12:12:46 #0 5.700   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
12:12:46 #0 5.701   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
12:12:46 #0 5.701   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
12:12:46 #0 5.701   python3-idna python3-magic python3-minimal python3-pkg-resources
12:12:46 #0 5.701   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:12:46 #0 5.701   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
12:12:46 #0 5.701   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
12:12:46 #0 5.704 Suggested packages:
12:12:46 #0 5.704   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
12:12:46 #0 5.704   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate
12:12:46 #0 5.704   checksecurity debtags dh-make adequate autopkgtest bls-standalone
12:12:46 #0 5.704   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
12:12:46 #0 5.704   dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
12:12:46 #0 5.704   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:12:46 #0 5.704   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
12:12:46 #0 5.704   ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
12:12:46 #0 5.704   pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info
12:12:46 #0 5.704   eximon4 spf-tools-perl swaks g++-multilib g++-8-multilib gcc-8-doc
12:12:46 #0 5.704   libstdc++6-8-dbg gcc-multilib flex bison gdb gcc-doc gcc-8-multilib
12:12:46 #0 5.704   libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan5-dbg
12:12:46 #0 5.704   liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg libquadmath0-dbg
12:12:46 #0 5.704   gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
12:12:46 #0 5.704   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
12:12:46 #0 5.704   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
12:12:46 #0 5.704   libgssapi-perl glibc-doc bzr gdbm-l10n dns-root-data gpm krb5-doc krb5-user
12:12:46 #0 5.704   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
12:12:46 #0 5.704   libhtml-template-perl libsasl2-modules-gssapi-mit
12:12:46 #0 5.704   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
12:12:46 #0 5.704   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
12:12:46 #0 5.704   libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl
12:12:46 #0 5.704   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
12:12:46 #0 5.704   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
12:12:46 #0 5.704   libxml-sax-expatxs-perl bash-completion binutils-multiarch
12:12:46 #0 5.704   libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc
12:12:46 #0 5.704   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
12:12:46 #0 5.704   diffutils-doc perl-doc libterm-readline-gnu-perl
12:12:46 #0 5.704   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
12:12:46 #0 5.704   pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv
12:12:46 #0 5.704   python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography
12:12:46 #0 5.704   python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support
12:12:46 #0 5.704   readline-doc zip wdiff-doc
12:12:46 #0 8.108 The following NEW packages will be installed:
12:12:46 #0 8.108   at autoconf automake autopoint autotools-dev binutils binutils-common
12:12:46 #0 8.108   binutils-x86-64-linux-gnu bsdmainutils build-essential bzip2 ca-certificates
12:12:46 #0 8.108   cpp cpp-8 cron curl dctrl-tools debhelper debian-keyring devscripts
12:12:46 #0 8.108   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
12:12:46 #0 8.108   dpkg-dev dput dwz equivs exim4-base exim4-config exim4-daemon-light fakeroot
12:12:46 #0 8.108   file g++ g++-8 gcc gcc-8 gettext gettext-base git git-man gnupg gnupg-l10n
12:12:46 #0 8.108   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
12:12:46 #0 8.108   groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less
12:12:46 #0 8.108   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
12:12:46 #0 8.108   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
12:12:46 #0 8.108   libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
12:12:46 #0 8.109   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
12:12:46 #0 8.109   libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl
12:12:46 #0 8.109   libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl
12:12:46 #0 8.109   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
12:12:46 #0 8.109   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
12:12:46 #0 8.109   libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
12:12:46 #0 8.109   libdata-optlist-perl libdevel-callchecker-perl
12:12:46 #0 8.109   libdevel-globaldestruction-perl libdigest-bubblebabble-perl
12:12:46 #0 8.109   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
12:12:46 #0 8.109   libdynaloader-functions-perl libedit2 libemail-valid-perl
12:12:46 #0 8.109   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
12:12:46 #0 8.109   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
12:12:46 #0 8.109   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
12:12:46 #0 8.109   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
12:12:46 #0 8.109   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
12:12:46 #0 8.109   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
12:12:46 #0 8.109   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
12:12:46 #0 8.109   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
12:12:46 #0 8.109   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
12:12:46 #0 8.109   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:12:46 #0 8.109   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:12:46 #0 8.109   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
12:12:46 #0 8.109   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
12:12:46 #0 8.109   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
12:12:46 #0 8.109   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
12:12:46 #0 8.109   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
12:12:46 #0 8.109   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
12:12:46 #0 8.109   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
12:12:46 #0 8.109   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:12:46 #0 8.109   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
12:12:46 #0 8.109   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
12:12:46 #0 8.109   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
12:12:46 #0 8.110   libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
12:12:46 #0 8.110   libncurses6 libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl
12:12:46 #0 8.110   libnet-http-perl libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl
12:12:46 #0 8.110   libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl
12:12:46 #0 8.110   libnumber-range-perl libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
12:12:46 #0 8.110   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
12:12:46 #0 8.110   libparams-validate-perl libparse-debianchangelog-perl
12:12:46 #0 8.110   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
12:12:46 #0 8.110   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
12:12:46 #0 8.110   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
12:12:46 #0 8.110   libpython3.7-minimal libpython3.7-stdlib libquadmath0 libreadline7
12:12:46 #0 8.110   libreadonly-perl libref-util-perl libref-util-xs-perl
12:12:46 #0 8.110   libregexp-pattern-license-perl librole-tiny-perl librtmp1 libsasl2-2
12:12:46 #0 8.110   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:12:46 #0 8.110   libsereal-encoder-perl libsereal-perl libsigsegv2 libsoap-lite-perl
12:12:46 #0 8.110   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh2-1 libssl1.1
12:12:46 #0 8.110   libstdc++-8-dev libstrictures-perl libstring-copyright-perl
12:12:46 #0 8.110   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
12:12:46 #0 8.110   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
12:12:46 #0 8.110   libsub-install-perl libsub-name-perl libsub-quote-perl
12:12:46 #0 8.110   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
12:12:46 #0 8.110   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
12:12:46 #0 8.110   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
12:12:46 #0 8.110   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
12:12:46 #0 8.110   libuchardet0 libunbound8 libunicode-utf8-perl libunwind8 liburi-perl
12:12:46 #0 8.110   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
12:12:46 #0 8.110   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
12:12:46 #0 8.110   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:12:46 #0 8.110   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
12:12:46 #0 8.111   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
12:12:46 #0 8.111   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
12:12:46 #0 8.111   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
12:12:46 #0 8.111   mariadb-common mime-support mysql-common netbase openssh-client openssl
12:12:46 #0 8.111   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
12:12:46 #0 8.111   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
12:12:46 #0 8.111   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
12:12:46 #0 8.111   python3-idna python3-magic python3-minimal python3-pkg-resources
12:12:46 #0 8.112   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:12:46 #0 8.112   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
12:12:46 #0 8.112   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
12:12:46 #0 8.113 The following packages will be upgraded:
12:12:46 #0 8.114   libbz2-1.0
12:12:46 #0 8.398 1 upgraded, 365 newly installed, 0 to remove and 2 not upgraded.
12:12:46 #0 8.398 Need to get 171 MB of archives.
12:12:46 #0 8.398 After this operation, 589 MB of additional disk space will be used.
12:12:46 #0 8.398 Get:1 http://deb.debian.org/debian buster/main amd64 sensible-utils all 0.0.12 [15.8 kB]
12:12:46 #0 8.401 Get:2 http://deb.debian.org/debian buster/main amd64 lsb-base all 10.2019051400 [28.4 kB]
12:12:46 #0 8.401 Get:3 http://deb.debian.org/debian buster/main amd64 cron amd64 3.0pl1-134+deb10u1 [99.0 kB]
12:12:46 #0 8.406 Get:4 http://deb.debian.org/debian buster/main amd64 libbsd0 amd64 0.9.1-2+deb10u1 [99.5 kB]
12:12:46 #0 8.406 Get:5 http://deb.debian.org/debian buster/main amd64 bsdmainutils amd64 11.1.2+b1 [191 kB]
12:12:46 #0 8.411 Get:6 http://deb.debian.org/debian buster/main amd64 libuchardet0 amd64 0.0.6-3 [64.9 kB]
12:12:46 #0 8.411 Get:7 http://deb.debian.org/debian buster/main amd64 groff-base amd64 1.22.4-3+deb10u1 [916 kB]
12:12:46 #0 8.423 Get:8 http://deb.debian.org/debian buster/main amd64 libgdbm6 amd64 1.18.1-4 [64.7 kB]
12:12:46 #0 8.431 Get:9 http://deb.debian.org/debian buster/main amd64 libpipeline1 amd64 1.5.1-2 [31.2 kB]
12:12:46 #0 8.431 Get:10 http://deb.debian.org/debian buster/main amd64 man-db amd64 2.8.5-2 [1274 kB]
12:12:46 #0 8.442 Get:11 http://deb.debian.org/debian buster/main amd64 perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
12:12:46 #0 8.489 Get:12 http://deb.debian.org/debian-security buster/updates/main amd64 libbz2-1.0 amd64 1.0.6-9.2~deb10u2 [45.4 kB]
12:12:46 #0 8.491 Get:13 http://deb.debian.org/debian buster/main amd64 libgdbm-compat4 amd64 1.18.1-4 [44.1 kB]
12:12:46 #0 8.494 Get:14 http://deb.debian.org/debian buster/main amd64 libperl5.28 amd64 5.28.1-6+deb10u1 [3894 kB]
12:12:46 #0 8.550 Get:15 http://deb.debian.org/debian buster/main amd64 perl amd64 5.28.1-6+deb10u1 [204 kB]
12:12:46 #0 8.554 Get:16 http://deb.debian.org/debian buster/main amd64 liblocale-gettext-perl amd64 1.07-3+b4 [18.9 kB]
12:12:46 #0 8.555 Get:17 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1n-0+deb10u3 [1551 kB]
12:12:46 #0 8.579 Get:18 http://deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
12:12:46 #0 8.589 Get:19 http://deb.debian.org/debian-security buster/updates/main amd64 libexpat1 amd64 2.2.6-2+deb10u5 [108 kB]
12:12:46 #0 8.591 Get:20 http://deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
12:12:46 #0 8.617 Get:21 http://deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
12:12:46 #0 8.619 Get:22 http://deb.debian.org/debian buster/main amd64 mime-support all 3.62 [37.2 kB]
12:12:46 #0 8.620 Get:23 http://deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
12:12:46 #0 8.622 Get:24 http://deb.debian.org/debian buster/main amd64 readline-common all 7.0-5 [70.6 kB]
12:12:46 #0 8.624 Get:25 http://deb.debian.org/debian buster/main amd64 libreadline7 amd64 7.0-5 [151 kB]
12:12:46 #0 8.626 Get:26 http://deb.debian.org/debian-security buster/updates/main amd64 libsqlite3-0 amd64 3.27.2-3+deb10u2 [641 kB]
12:12:46 #0 8.636 Get:27 http://deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
12:12:46 #0 8.663 Get:28 http://deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
12:12:46 #0 8.669 Get:29 http://deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
12:12:46 #0 8.670 Get:30 http://deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
12:12:46 #0 8.672 Get:31 http://deb.debian.org/debian buster/main amd64 less amd64 487-0.1+b1 [129 kB]
12:12:46 #0 8.674 Get:32 http://deb.debian.org/debian buster/main amd64 netbase all 5.6 [19.4 kB]
12:12:46 #0 8.675 Get:33 http://deb.debian.org/debian-security buster/updates/main amd64 bzip2 amd64 1.0.6-9.2~deb10u2 [48.5 kB]
12:12:46 #0 8.677 Get:34 http://deb.debian.org/debian buster/main amd64 libmagic-mgc amd64 1:5.35-4+deb10u2 [242 kB]
12:12:46 #0 8.681 Get:35 http://deb.debian.org/debian buster/main amd64 libmagic1 amd64 1:5.35-4+deb10u2 [118 kB]
12:12:46 #0 8.683 Get:36 http://deb.debian.org/debian buster/main amd64 file amd64 1:5.35-4+deb10u2 [66.4 kB]
12:12:46 #0 8.685 Get:37 http://deb.debian.org/debian buster/main amd64 gettext-base amd64 0.19.8.1-9 [123 kB]
12:12:46 #0 8.687 Get:38 http://deb.debian.org/debian buster/main amd64 krb5-locales all 1.17-3+deb10u4 [95.6 kB]
12:12:46 #0 8.690 Get:39 http://deb.debian.org/debian buster/main amd64 manpages all 4.16-2 [1295 kB]
12:12:46 #0 8.710 Get:40 http://deb.debian.org/debian buster/main amd64 libedit2 amd64 3.1-20181209-1 [94.0 kB]
12:12:46 #0 8.711 Get:41 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
12:12:46 #0 8.712 Get:42 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u4 [65.9 kB]
12:12:46 #0 8.715 Get:43 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u4 [122 kB]
12:12:46 #0 8.717 Get:44 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u4 [369 kB]
12:12:46 #0 8.724 Get:45 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u4 [158 kB]
12:12:46 #0 8.735 Get:46 http://deb.debian.org/debian buster/main amd64 openssh-client amd64 1:7.9p1-10+deb10u2 [782 kB]
12:12:46 #0 8.749 Get:47 http://deb.debian.org/debian buster/main amd64 ucf all 3.0038+nmu1 [69.0 kB]
12:12:46 #0 8.750 Get:48 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1+deb10u1 [183 kB]
12:12:46 #0 8.754 Get:49 http://deb.debian.org/debian buster/main amd64 libfl2 amd64 2.6.4-6.2 [103 kB]
12:12:46 #0 8.756 Get:50 http://deb.debian.org/debian buster/main amd64 at amd64 3.1.23-1 [49.1 kB]
12:12:46 #0 8.757 Get:51 http://deb.debian.org/debian buster/main amd64 libsigsegv2 amd64 2.12-2 [32.8 kB]
12:12:46 #0 8.759 Get:52 http://deb.debian.org/debian buster/main amd64 m4 amd64 1.4.18-2 [203 kB]
12:12:46 #0 8.762 Get:53 http://deb.debian.org/debian buster/main amd64 autoconf all 2.69-11 [341 kB]
12:12:46 #0 8.768 Get:54 http://deb.debian.org/debian buster/main amd64 autotools-dev all 20180224.1 [77.0 kB]
12:12:46 #10 8.771 Get:55 http://deb.debian.org/debian buster/main amd64 automake all 1:1.16.1-4 [771 kB]
12:12:46 #10 8.788 Get:56 http://deb.debian.org/debian buster/main amd64 autopoint all 0.19.8.1-9 [434 kB]
12:12:46 #10 8.791 Get:57 http://deb.debian.org/debian buster/main amd64 binutils-common amd64 2.31.1-16 [2073 kB]
12:12:46 #10 8.822 Get:58 http://deb.debian.org/debian buster/main amd64 libbinutils amd64 2.31.1-16 [478 kB]
12:12:46 #10 8.830 Get:59 http://deb.debian.org/debian buster/main amd64 binutils-x86-64-linux-gnu amd64 2.31.1-16 [1823 kB]
12:12:46 #10 8.858 Get:60 http://deb.debian.org/debian buster/main amd64 binutils amd64 2.31.1-16 [56.8 kB]
12:12:46 #10 8.859 Get:61 http://deb.debian.org/debian buster/main amd64 libc-dev-bin amd64 2.28-10+deb10u1 [276 kB]
12:12:46 #10 8.864 Get:62 http://deb.debian.org/debian-security buster/updates/main amd64 linux-libc-dev amd64 4.19.260-1 [1542 kB]
12:12:46 #10 8.888 Get:63 http://deb.debian.org/debian buster/main amd64 libc6-dev amd64 2.28-10+deb10u1 [2692 kB]
12:12:46 #10 8.928 Get:64 http://deb.debian.org/debian buster/main amd64 libisl19 amd64 0.20-2 [587 kB]
12:12:46 #10 8.937 Get:65 http://deb.debian.org/debian buster/main amd64 libmpfr6 amd64 4.0.2-1 [775 kB]
12:12:46 #10 8.950 Get:66 http://deb.debian.org/debian buster/main amd64 libmpc3 amd64 1.1.0-1 [41.3 kB]
12:12:46 #10 8.951 Get:67 http://deb.debian.org/debian buster/main amd64 cpp-8 amd64 8.3.0-6 [8914 kB]
12:12:46 #10 9.202 Get:68 http://deb.debian.org/debian buster/main amd64 cpp amd64 4:8.3.0-1 [19.4 kB]
12:12:46 #10 9.202 Get:69 http://deb.debian.org/debian buster/main amd64 libcc1-0 amd64 8.3.0-6 [46.6 kB]
12:12:46 #10 9.202 Get:70 http://deb.debian.org/debian buster/main amd64 libgomp1 amd64 8.3.0-6 [75.8 kB]
12:12:46 #10 9.202 Get:71 http://deb.debian.org/debian buster/main amd64 libitm1 amd64 8.3.0-6 [27.7 kB]
12:12:46 #10 9.202 Get:72 http://deb.debian.org/debian buster/main amd64 libatomic1 amd64 8.3.0-6 [9032 B]
12:12:46 #10 9.202 Get:73 http://deb.debian.org/debian buster/main amd64 libasan5 amd64 8.3.0-6 [362 kB]
12:12:46 #10 9.202 Get:74 http://deb.debian.org/debian buster/main amd64 liblsan0 amd64 8.3.0-6 [131 kB]
12:12:46 #10 9.202 Get:75 http://deb.debian.org/debian buster/main amd64 libtsan0 amd64 8.3.0-6 [283 kB]
12:12:46 #10 9.202 Get:76 http://deb.debian.org/debian buster/main amd64 libubsan1 amd64 8.3.0-6 [120 kB]
12:12:46 #10 9.205 Get:77 http://deb.debian.org/debian buster/main amd64 libmpx2 amd64 8.3.0-6 [11.4 kB]
12:12:46 #10 9.205 Get:78 http://deb.debian.org/debian buster/main amd64 libquadmath0 amd64 8.3.0-6 [133 kB]
12:12:46 #10 9.207 Get:79 http://deb.debian.org/debian buster/main amd64 libgcc-8-dev amd64 8.3.0-6 [2298 kB]
12:12:46 #10 9.244 Get:80 http://deb.debian.org/debian buster/main amd64 gcc-8 amd64 8.3.0-6 [9452 kB]
12:12:46 #10 9.407 Get:81 http://deb.debian.org/debian buster/main amd64 gcc amd64 4:8.3.0-1 [5196 B]
12:12:46 #10 9.407 Get:82 http://deb.debian.org/debian buster/main amd64 libstdc++-8-dev amd64 8.3.0-6 [1532 kB]
12:12:46 #10 9.425 Get:83 http://deb.debian.org/debian buster/main amd64 g++-8 amd64 8.3.0-6 [9752 kB]
12:12:46 #10 9.594 Get:84 http://deb.debian.org/debian buster/main amd64 g++ amd64 4:8.3.0-1 [1644 B]
12:12:46 #10 9.595 Get:85 http://deb.debian.org/debian buster/main amd64 make amd64 4.2.1-1.2 [341 kB]
12:12:46 #10 9.601 Get:86 http://deb.debian.org/debian buster/main amd64 libdpkg-perl all 1.19.8 [1415 kB]
12:12:46 #10 9.627 Get:87 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
12:12:46 #10 9.632 Get:88 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.8 [1776 kB]
12:12:46 #10 9.663 Get:89 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
12:12:46 #10 9.664 Get:90 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1n-0+deb10u3 [855 kB]
12:12:46 #10 9.678 Get:91 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
12:12:46 #10 9.681 Get:92 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u2 [69.2 kB]
12:12:46 #10 9.684 Get:93 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u2 [106 kB]
12:12:46 #10 9.686 Get:94 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
12:12:46 #10 9.688 Get:95 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u7 [224 kB]
12:12:46 #10 9.693 Get:96 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
12:12:46 #10 9.695 Get:97 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
12:12:46 #10 9.697 Get:98 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
12:12:46 #10 9.698 Get:99 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
12:12:46 #10 9.701 Get:100 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u3 [333 kB]
12:12:46 #10 9.707 Get:101 http://deb.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u3 [265 kB]
12:12:46 #10 9.713 Get:102 http://deb.debian.org/debian buster/main amd64 dctrl-tools amd64 2.24-3 [103 kB]
12:12:46 #10 9.715 Get:103 http://deb.debian.org/debian buster/main amd64 libtool all 2.4.6-9 [547 kB]
12:12:46 #10 9.725 Get:104 http://deb.debian.org/debian buster/main amd64 dh-autoreconf all 19 [16.9 kB]
12:12:46 #10 9.726 Get:105 http://deb.debian.org/debian buster/main amd64 libarchive-zip-perl all 1.64-1 [96.8 kB]
12:12:46 #10 9.728 Get:106 http://deb.debian.org/debian buster/main amd64 libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
12:12:46 #10 9.729 Get:107 http://deb.debian.org/debian buster/main amd64 dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
12:12:46 #10 9.730 Get:108 http://deb.debian.org/debian buster/main amd64 dwz amd64 0.12-3 [78.0 kB]
12:12:46 #10 9.732 Get:109 http://deb.debian.org/debian-security buster/updates/main amd64 libglib2.0-0 amd64 2.58.3-2+deb10u4 [1259 kB]
12:12:46 #10 9.753 Get:110 http://deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u3 [8293 kB]
12:12:46 #10 9.931 Get:111 http://deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u4 [689 kB]
12:12:46 #10 9.936 Get:112 http://deb.debian.org/debian buster/main amd64 libcroco3 amd64 0.6.12-3 [145 kB]
12:12:46 #10 9.940 Get:113 http://deb.debian.org/debian buster/main amd64 libncurses6 amd64 6.1+20181013-2+deb10u2 [102 kB]
12:12:46 #10 9.944 Get:114 http://deb.debian.org/debian buster/main amd64 gettext amd64 0.19.8.1-9 [1303 kB]
12:12:46 #10 9.968 Get:115 http://deb.debian.org/debian buster/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
12:12:46 #10 9.969 Get:116 http://deb.debian.org/debian buster/main amd64 po-debconf all 1.0.21 [248 kB]
12:12:46 #10 9.975 Get:117 http://deb.debian.org/debian buster/main amd64 debhelper all 12.1.1 [1016 kB]
12:12:46 #10 9.993 Get:118 http://deb.debian.org/debian buster/main amd64 debian-keyring all 2019.02.25 [32.4 MB]
12:12:47 #10 10.75 Get:119 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
12:12:47 #10 10.75 Get:120 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
12:12:47 #10 10.75 Get:121 http://deb.debian.org/debian buster/main amd64 libassuan0 amd64 2.5.2-1 [49.4 kB]
12:12:47 #10 10.75 Get:122 http://deb.debian.org/debian buster/main amd64 gpgconf amd64 2.2.12-1+deb10u2 [510 kB]
12:12:47 #10 10.75 Get:123 http://deb.debian.org/debian buster/main amd64 libksba8 amd64 1.3.5-2 [99.7 kB]
12:12:47 #10 10.75 Get:124 http://deb.debian.org/debian buster/main amd64 libnpth0 amd64 1.6-1 [18.4 kB]
12:12:47 #10 10.76 Get:125 http://deb.debian.org/debian buster/main amd64 dirmngr amd64 2.2.12-1+deb10u2 [712 kB]
12:12:47 #10 10.78 Get:126 http://deb.debian.org/debian buster/main amd64 gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
12:12:47 #10 10.79 Get:127 http://deb.debian.org/debian buster/main amd64 gnupg-utils amd64 2.2.12-1+deb10u2 [861 kB]
12:12:47 #10 10.81 Get:128 http://deb.debian.org/debian buster/main amd64 gpg amd64 2.2.12-1+deb10u2 [865 kB]
12:12:47 #10 10.84 Get:129 http://deb.debian.org/debian buster/main amd64 pinentry-curses amd64 1.1.0-2 [64.5 kB]
12:12:47 #10 10.84 Get:130 http://deb.debian.org/debian buster/main amd64 gpg-agent amd64 2.2.12-1+deb10u2 [617 kB]
12:12:47 #10 10.85 Get:131 http://deb.debian.org/debian buster/main amd64 gpg-wks-client amd64 2.2.12-1+deb10u2 [485 kB]
12:12:47 #10 10.86 Get:132 http://deb.debian.org/debian buster/main amd64 gpg-wks-server amd64 2.2.12-1+deb10u2 [478 kB]
12:12:47 #10 10.87 Get:133 http://deb.debian.org/debian buster/main amd64 gpgsm amd64 2.2.12-1+deb10u2 [604 kB]
12:12:47 #10 10.89 Get:134 http://deb.debian.org/debian buster/main amd64 gnupg all 2.2.12-1+deb10u2 [715 kB]
12:12:47 #10 10.90 Get:135 http://deb.debian.org/debian buster/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
12:12:47 #10 10.91 Get:136 http://deb.debian.org/debian buster/main amd64 libfile-homedir-perl all 1.004-1 [42.7 kB]
12:12:47 #10 10.91 Get:137 http://deb.debian.org/debian buster/main amd64 libio-pty-perl amd64 1:1.08-1.1+b5 [33.7 kB]
12:12:47 #10 10.91 Get:138 http://deb.debian.org/debian buster/main amd64 libipc-run-perl all 20180523.0-1 [101 kB]
12:12:47 #10 10.91 Get:139 http://deb.debian.org/debian buster/main amd64 libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
12:12:47 #10 10.91 Get:140 http://deb.debian.org/debian buster/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
12:12:47 #10 10.91 Get:141 http://deb.debian.org/debian buster/main amd64 libdevel-globaldestruction-perl all 0.14-1 [8084 B]
12:12:47 #10 10.91 Get:142 http://deb.debian.org/debian buster/main amd64 libb-hooks-op-check-perl amd64 0.22-1+b1 [11.4 kB]
12:12:47 #10 10.91 Get:143 http://deb.debian.org/debian buster/main amd64 libdynaloader-functions-perl all 0.003-1 [12.6 kB]
12:12:47 #10 10.91 Get:144 http://deb.debian.org/debian buster/main amd64 libdevel-callchecker-perl amd64 0.008-1 [15.7 kB]
12:12:47 #10 10.91 Get:145 http://deb.debian.org/debian buster/main amd64 libparams-classify-perl amd64 0.015-1+b1 [25.5 kB]
12:12:47 #10 10.92 Get:146 http://deb.debian.org/debian buster/main amd64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
12:12:47 #10 10.92 Get:147 http://deb.debian.org/debian buster/main amd64 libimport-into-perl all 1.002005-1 [11.6 kB]
12:12:47 #10 10.92 Get:148 http://deb.debian.org/debian buster/main amd64 librole-tiny-perl all 2.000006-1 [19.4 kB]
12:12:47 #10 10.92 Get:149 http://deb.debian.org/debian buster/main amd64 libstrictures-perl all 2.000005-1 [18.3 kB]
12:12:47 #10 10.92 Get:150 http://deb.debian.org/debian buster/main amd64 libsub-quote-perl all 2.005001-1 [17.9 kB]
12:12:47 #10 10.93 Get:151 http://deb.debian.org/debian buster/main amd64 libmoo-perl all 2.003004-2 [57.4 kB]
12:12:47 #10 10.93 Get:152 http://deb.debian.org/debian buster/main amd64 libencode-locale-perl all 1.05-1 [13.7 kB]
12:12:47 #10 10.93 Get:153 http://deb.debian.org/debian buster/main amd64 libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
12:12:47 #10 10.93 Get:154 http://deb.debian.org/debian buster/main amd64 libhttp-date-perl all 6.02-1 [10.7 kB]
12:12:47 #10 10.93 Get:155 http://deb.debian.org/debian buster/main amd64 libfile-listing-perl all 6.04-1 [10.3 kB]
12:12:47 #10 10.93 Get:156 http://deb.debian.org/debian buster/main amd64 libhtml-tagset-perl all 3.20-3 [12.7 kB]
12:12:47 #10 10.94 Get:157 http://deb.debian.org/debian buster/main amd64 liburi-perl all 1.76-1 [89.9 kB]
12:12:47 #10 10.94 Get:158 http://deb.debian.org/debian buster/main amd64 libhtml-parser-perl amd64 3.72-3+b3 [105 kB]
12:12:47 #10 10.94 Get:159 http://deb.debian.org/debian buster/main amd64 libhtml-tree-perl all 5.07-2 [213 kB]
12:12:47 #10 10.95 Get:160 http://deb.debian.org/debian buster/main amd64 libio-html-perl all 1.001-1 [17.6 kB]
12:12:47 #10 10.95 Get:161 http://deb.debian.org/debian buster/main amd64 liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
12:12:47 #10 10.95 Get:162 http://deb.debian.org/debian buster/main amd64 libhttp-message-perl all 6.18-1 [77.8 kB]
12:12:47 #10 10.95 Get:163 http://deb.debian.org/debian buster/main amd64 libhttp-cookies-perl all 6.04-1 [17.8 kB]
12:12:47 #10 10.95 Get:164 http://deb.debian.org/debian buster/main amd64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
12:12:47 #10 10.95 Get:165 http://deb.debian.org/debian buster/main amd64 perl-openssl-defaults amd64 3 [6782 B]
12:12:47 #10 10.96 Get:166 http://deb.debian.org/debian buster/main amd64 libnet-ssleay-perl amd64 1.85-2+deb10u1 [308 kB]
12:12:47 #10 10.97 Get:167 http://deb.debian.org/debian buster/main amd64 libio-socket-ssl-perl all 2.060-3 [207 kB]
12:12:47 #10 10.97 Get:168 http://deb.debian.org/debian buster/main amd64 libnet-http-perl all 6.18-1 [24.5 kB]
12:12:47 #10 10.97 Get:169 http://deb.debian.org/debian buster/main amd64 liblwp-protocol-https-perl all 6.07-2 [9242 B]
12:12:47 #10 10.97 Get:170 http://deb.debian.org/debian buster/main amd64 libtry-tiny-perl all 0.30-1 [23.3 kB]
12:12:47 #10 10.97 Get:171 http://deb.debian.org/debian buster/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
12:12:47 #10 10.98 Get:172 http://deb.debian.org/debian buster/main amd64 libwww-perl all 6.36-2 [188 kB]
12:12:47 #10 10.98 Get:173 http://deb.debian.org/debian buster/main amd64 patchutils amd64 0.3.4-2 [90.4 kB]
12:12:47 #10 10.98 Get:174 http://deb.debian.org/debian buster/main amd64 wdiff amd64 1.2.2-2+b1 [122 kB]
12:12:47 #10 10.99 Get:175 http://deb.debian.org/debian buster/main amd64 devscripts amd64 2.19.5+deb10u1 [1046 kB]
12:12:47 #10 11.01 Get:176 http://deb.debian.org/debian buster/main amd64 diffstat amd64 1.62-1 [33.4 kB]
12:12:47 #10 11.01 Get:177 http://deb.debian.org/debian buster/main amd64 distro-info-data all 0.41+deb10u5 [6976 B]
12:12:47 #10 11.01 Get:178 http://deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
12:12:47 #10 11.01 Get:179 http://deb.debian.org/debian buster/main amd64 python3-chardet all 3.0.4-3 [80.5 kB]
12:12:47 #10 11.02 Get:180 http://deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB]
12:12:47 #10 11.02 Get:181 http://deb.debian.org/debian buster/main amd64 python3-debian all 0.1.35 [78.8 kB]
12:12:47 #10 11.02 Get:182 http://deb.debian.org/debian buster/main amd64 libgpgme11 amd64 1.12.0-6 [251 kB]
12:12:47 #10 11.03 Get:183 http://deb.debian.org/debian buster/main amd64 python3-gpg amd64 1.12.0-6 [301 kB]
12:12:47 #10 11.03 Get:184 http://deb.debian.org/debian buster/main amd64 dput all 1.0.3 [54.5 kB]
12:12:47 #10 11.03 Get:185 http://deb.debian.org/debian buster/main amd64 equivs all 2.2.0 [22.4 kB]
12:12:47 #10 11.04 Get:186 http://deb.debian.org/debian-security buster/updates/main amd64 exim4-config all 4.92-8+deb10u7 [325 kB]
12:12:47 #10 11.04 Get:187 http://deb.debian.org/debian-security buster/updates/main amd64 exim4-base amd64 4.92-8+deb10u7 [1137 kB]
12:12:47 #10 11.07 Get:188 http://deb.debian.org/debian buster/main amd64 libevent-2.1-6 amd64 2.1.8-stable-4 [177 kB]
12:12:47 #10 11.07 Get:189 http://deb.debian.org/debian buster/main amd64 libunbound8 amd64 1.9.0-2+deb10u2 [462 kB]
12:12:47 #10 11.09 Get:190 http://deb.debian.org/debian-security buster/updates/main amd64 libgnutls-dane0 amd64 3.6.7-4+deb10u9 [318 kB]
12:12:47 #10 11.09 Get:191 http://deb.debian.org/debian-security buster/updates/main amd64 exim4-daemon-light amd64 4.92-8+deb10u7 [584 kB]
12:12:47 #10 11.11 Get:192 http://deb.debian.org/debian-security buster/updates/main amd64 libcurl3-gnutls amd64 7.64.0-4+deb10u3 [331 kB]
12:12:47 #10 11.11 Get:193 http://deb.debian.org/debian buster/main amd64 libpcre2-8-0 amd64 10.32-5 [213 kB]
12:12:47 #10 11.11 Get:194 http://deb.debian.org/debian buster/main amd64 liberror-perl all 0.17027-2 [30.9 kB]
12:12:47 #10 11.12 Get:195 http://deb.debian.org/debian buster/main amd64 git-man all 1:2.20.1-2+deb10u3 [1620 kB]
12:12:47 #10 11.16 Get:196 http://deb.debian.org/debian buster/main amd64 git amd64 1:2.20.1-2+deb10u3 [5633 kB]
12:12:47 #10 11.23 Get:197 http://deb.debian.org/debian buster/main amd64 libgc1c2 amd64 1:7.6.4-0.4 [224 kB]
12:12:47 #10 11.23 Get:198 http://deb.debian.org/debian buster/main amd64 libltdl7 amd64 2.4.6-9 [390 kB]
12:12:47 #10 11.23 Get:199 http://deb.debian.org/debian buster/main amd64 guile-2.2-libs amd64 2.2.4+1-2+deb10u1 [4968 kB]
12:12:48 #10 11.32 Get:200 http://deb.debian.org/debian buster/main amd64 iso-codes all 4.2-1 [2713 kB]
12:12:48 #10 11.35 Get:201 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
12:12:48 #10 11.36 Get:202 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
12:12:48 #10 11.36 Get:203 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
12:12:48 #10 11.36 Get:204 http://deb.debian.org/debian buster/main amd64 libapt-inst2.0 amd64 1.8.2.3 [204 kB]
12:12:48 #10 11.36 Get:205 http://deb.debian.org/debian buster/main amd64 libapt-pkg-perl amd64 0.1.34+b1 [71.2 kB]
12:12:48 #10 11.37 Get:206 http://deb.debian.org/debian buster/main amd64 libarchive-cpio-perl all 0.10-1 [10.3 kB]
12:12:48 #10 11.37 Get:207 http://deb.debian.org/debian buster/main amd64 libasync-mergepoint-perl all 0.04-2 [10.4 kB]
12:12:48 #10 11.37 Get:208 http://deb.debian.org/debian buster/main amd64 libauthen-sasl-perl all 2.1600-1 [50.8 kB]
12:12:48 #10 11.37 Get:209 http://deb.debian.org/debian buster/main amd64 libmodule-implementation-perl all 0.09-1 [12.9 kB]
12:12:48 #10 11.37 Get:210 http://deb.debian.org/debian buster/main amd64 libvariable-magic-perl amd64 0.62-1+b1 [45.9 kB]
12:12:48 #10 11.38 Get:211 http://deb.debian.org/debian buster/main amd64 libb-hooks-endofscope-perl all 0.24-1 [18.6 kB]
12:12:48 #10 11.38 Get:212 http://deb.debian.org/debian buster/main amd64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
12:12:48 #10 11.38 Get:213 http://deb.debian.org/debian buster/main amd64 libcgi-pm-perl all 4.40-1 [222 kB]
12:12:48 #10 11.39 Get:214 http://deb.debian.org/debian buster/main amd64 libfcgi-perl amd64 0.78-2+b3 [39.0 kB]
12:12:48 #10 11.39 Get:215 http://deb.debian.org/debian buster/main amd64 libcgi-fast-perl all 1:2.13-1 [11.4 kB]
12:12:48 #10 11.39 Get:216 http://deb.debian.org/debian buster/main amd64 libsub-name-perl amd64 0.21-1+b3 [13.6 kB]
12:12:48 #10 11.39 Get:217 http://deb.debian.org/debian buster/main amd64 libclass-accessor-perl all 0.51-1 [23.2 kB]
12:12:48 #10 11.39 Get:218 http://deb.debian.org/debian buster/main amd64 libclass-inspector-perl all 1.32-1 [19.1 kB]
12:12:48 #10 11.39 Get:219 http://deb.debian.org/debian buster/main amd64 libclass-xsaccessor-perl amd64 1.19-3+b2 [38.0 kB]
12:12:48 #10 11.39 Get:220 http://deb.debian.org/debian buster/main amd64 libclone-perl amd64 0.41-1+b1 [14.6 kB]
12:12:48 #10 11.39 Get:221 http://deb.debian.org/debian buster/main amd64 libcommon-sense-perl amd64 3.74-2+b7 [24.0 kB]
12:12:48 #10 11.39 Get:222 http://deb.debian.org/debian buster/main amd64 libparams-util-perl amd64 1.07-3+b4 [23.0 kB]
12:12:48 #10 11.39 Get:223 http://deb.debian.org/debian buster/main amd64 libsub-install-perl all 0.928-1 [11.4 kB]
12:12:48 #10 11.39 Get:224 http://deb.debian.org/debian buster/main amd64 libdata-optlist-perl all 0.110-1 [10.6 kB]
12:12:48 #10 11.39 Get:225 http://deb.debian.org/debian buster/main amd64 libsub-exporter-perl all 0.987-1 [47.2 kB]
12:12:48 #10 11.39 Get:226 http://deb.debian.org/debian buster/main amd64 libconst-fast-perl all 0.014-1 [8250 B]
12:12:48 #10 11.39 Get:227 http://deb.debian.org/debian buster/main amd64 libwant-perl amd64 0.29-1+b4 [28.9 kB]
12:12:48 #10 11.39 Get:228 http://deb.debian.org/debian buster/main amd64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
12:12:48 #10 11.40 Get:229 http://deb.debian.org/debian buster/main amd64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
12:12:48 #10 11.40 Get:230 http://deb.debian.org/debian buster/main amd64 libdata-dump-perl all 1.23-1 [29.5 kB]
12:12:48 #10 11.40 Get:231 http://deb.debian.org/debian buster/main amd64 libdigest-bubblebabble-perl all 0.02-2 [8238 B]
12:12:48 #10 11.40 Get:232 http://deb.debian.org/debian buster/main amd64 libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB]
12:12:48 #10 11.40 Get:233 http://deb.debian.org/debian buster/main amd64 libdistro-info-perl all 0.21 [6696 B]
12:12:48 #10 11.40 Get:234 http://deb.debian.org/debian buster/main amd64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
12:12:48 #10 11.40 Get:235 http://deb.debian.org/debian buster/main amd64 libmailtools-perl all 2.18-1 [88.5 kB]
12:12:48 #10 11.40 Get:236 http://deb.debian.org/debian buster/main amd64 libnet-ip-perl all 1.26-2 [29.0 kB]
12:12:48 #10 11.40 Get:237 http://deb.debian.org/debian buster/main amd64 libnet-dns-perl all 1.19-1 [372 kB]
12:12:48 #10 11.41 Get:238 http://deb.debian.org/debian buster/main amd64 libnet-domain-tld-perl all 1.75-1 [33.3 kB]
12:12:48 #10 11.41 Get:239 http://deb.debian.org/debian buster/main amd64 libemail-valid-perl all 1.202-1 [23.0 kB]
12:12:48 #10 11.41 Get:240 http://deb.debian.org/debian buster/main amd64 libexporter-tiny-perl all 1.002001-1 [36.9 kB]
12:12:48 #10 11.42 Get:241 http://deb.debian.org/debian buster/main amd64 libipc-system-simple-perl all 1.25-4 [26.5 kB]
12:12:48 #10 11.42 Get:242 http://deb.debian.org/debian buster/main amd64 libfile-basedir-perl all 0.08-1 [17.7 kB]
12:12:48 #10 11.42 Get:243 http://deb.debian.org/debian buster/main amd64 libfile-chdir-perl all 0.1008-1 [13.3 kB]
12:12:48 #10 11.42 Get:244 http://deb.debian.org/debian buster/main amd64 libfile-fcntllock-perl amd64 0.22-3+b5 [35.4 kB]
12:12:48 #10 11.42 Get:245 http://deb.debian.org/debian buster/main amd64 libfont-afm-perl all 1.20-2 [13.6 kB]
12:12:48 #10 11.42 Get:246 http://deb.debian.org/debian buster/main amd64 libfribidi0 amd64 1.0.5-3.1+deb10u2 [63.9 kB]
12:12:48 #10 11.42 Get:247 http://deb.debian.org/debian buster/main amd64 libfuture-perl all 0.39-1 [74.5 kB]
12:12:48 #10 11.42 Get:248 http://deb.debian.org/debian buster/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB]
12:12:48 #10 11.42 Get:249 http://deb.debian.org/debian buster/main amd64 libparams-validate-perl amd64 1.29-1+b1 [67.6 kB]
12:12:48 #10 11.43 Get:250 http://deb.debian.org/debian buster/main amd64 libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB]
12:12:48 #10 11.43 Get:251 http://deb.debian.org/debian buster/main amd64 libsort-versions-perl all 1.62-1 [11.0 kB]
12:12:48 #10 11.43 Get:252 http://deb.debian.org/debian buster/main amd64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
12:12:48 #10 11.43 Get:253 http://deb.debian.org/debian buster/main amd64 libhttp-tiny-multipart-perl all 0.08-1 [9304 B]
12:12:48 #10 11.43 Get:254 http://deb.debian.org/debian buster/main amd64 libio-prompter-perl all 0.004015-1 [60.4 kB]
12:12:48 #10 11.43 Get:255 http://deb.debian.org/debian buster/main amd64 libjson-perl all 4.02000-1 [88.8 kB]
12:12:48 #10 11.43 Get:256 http://deb.debian.org/debian buster/main amd64 liblog-any-perl all 1.707-1 [65.2 kB]
12:12:48 #10 11.43 Get:257 http://deb.debian.org/debian buster/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
12:12:48 #10 11.43 Get:258 http://deb.debian.org/debian buster/main amd64 libpackage-stash-perl all 0.38-1 [21.7 kB]
12:12:48 #10 11.44 Get:259 http://deb.debian.org/debian buster/main amd64 libsub-identify-perl amd64 0.14-1+b1 [12.0 kB]
12:12:48 #10 11.44 Get:260 http://deb.debian.org/debian buster/main amd64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
12:12:48 #10 11.44 Get:261 http://deb.debian.org/debian buster/main amd64 libpath-tiny-perl all 0.108-1 [53.3 kB]
12:12:48 #10 11.44 Get:262 http://deb.debian.org/debian buster/main amd64 libtype-tiny-perl all 1.004004-1 [266 kB]
12:12:48 #10 11.44 Get:263 http://deb.debian.org/debian buster/main amd64 libgitlab-api-v4-perl all 0.16-1 [69.9 kB]
12:12:48 #10 11.44 Get:264 http://deb.debian.org/debian-security buster/updates/main amd64 libglib2.0-data all 2.58.3-2+deb10u4 [1110 kB]
12:12:48 #10 11.46 Get:265 http://deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
12:12:48 #10 11.46 Get:266 http://deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
12:12:48 #10 11.46 Get:267 http://deb.debian.org/debian buster/main amd64 libntlm0 amd64 1.5-1+deb10u1 [22.7 kB]
12:12:48 #10 11.47 Get:268 http://deb.debian.org/debian buster/main amd64 libgsasl7 amd64 1.8.0-8+deb10u1 [207 kB]
12:12:48 #10 11.48 Get:269 http://deb.debian.org/debian buster/main amd64 libhtml-form-perl all 6.03-1 [23.9 kB]
12:12:48 #10 11.48 Get:270 http://deb.debian.org/debian buster/main amd64 libhtml-format-perl all 2.12-1 [43.5 kB]
12:12:48 #10 11.48 Get:271 http://deb.debian.org/debian-security buster/updates/main amd64 libhttp-daemon-perl all 6.01-3+deb10u1 [17.1 kB]
12:12:48 #10 11.48 Get:272 http://deb.debian.org/debian buster/main amd64 libstruct-dumb-perl all 0.09-1 [11.1 kB]
12:12:48 #10 11.48 Get:273 http://deb.debian.org/debian buster/main amd64 libio-async-perl all 0.72-1 [262 kB]
12:12:48 #10 11.48 Get:274 http://deb.debian.org/debian buster/main amd64 libio-sessiondata-perl all 1.03-1 [5782 B]
12:12:48 #10 11.48 Get:275 http://deb.debian.org/debian buster/main amd64 libio-string-perl all 1.08-3 [12.3 kB]
12:12:48 #10 11.48 Get:276 http://deb.debian.org/debian buster/main amd64 libtypes-serialiser-perl all 1.0-1 [12.7 kB]
12:12:48 #10 11.48 Get:277 http://deb.debian.org/debian buster/main amd64 libjson-xs-perl amd64 3.040-1+b1 [91.0 kB]
12:12:48 #10 11.48 Get:278 http://deb.debian.org/debian buster/main amd64 liblzo2-2 amd64 2.10-0.1 [56.1 kB]
12:12:48 #10 11.48 Get:279 http://deb.debian.org/debian buster/main amd64 libkyotocabinet16v5 amd64 1.2.76-4.2+b1 [298 kB]
12:12:48 #10 11.50 Get:280 http://deb.debian.org/debian buster/main amd64 liblist-compare-perl all 0.53-1 [68.9 kB]
12:12:48 #10 11.50 Get:281 http://deb.debian.org/debian buster/main amd64 liblist-moreutils-perl amd64 0.416-1+b4 [64.2 kB]
12:12:48 #10 11.50 Get:282 http://deb.debian.org/debian buster/main amd64 libltdl-dev amd64 2.4.6-9 [162 kB]
12:12:48 #10 11.50 Get:283 http://deb.debian.org/debian buster/main amd64 libsys-hostname-long-perl all 1.5-1 [12.0 kB]
12:12:48 #10 11.51 Get:284 http://deb.debian.org/debian buster/main amd64 libmail-sendmail-perl all 0.80-1 [25.3 kB]
12:12:48 #10 11.51 Get:285 http://deb.debian.org/debian buster/main amd64 mailutils-common all 1:3.5-4 [689 kB]
12:12:48 #10 11.52 Get:286 http://deb.debian.org/debian buster/main amd64 mysql-common all 5.8+1.0.5 [7324 B]
12:12:48 #10 11.52 Get:287 http://deb.debian.org/debian-security buster/updates/main amd64 mariadb-common all 1:10.3.36-0+deb10u2 [33.2 kB]
12:12:48 #10 11.52 Get:288 http://deb.debian.org/debian-security buster/updates/main amd64 libmariadb3 amd64 1:10.3.36-0+deb10u2 [173 kB]
12:12:48 #10 11.52 Get:289 http://deb.debian.org/debian buster/main amd64 libpython2.7-minimal amd64 2.7.16-2+deb10u1 [395 kB]
12:12:48 #10 11.53 Get:290 http://deb.debian.org/debian buster/main amd64 libpython2.7-stdlib amd64 2.7.16-2+deb10u1 [1912 kB]
12:12:48 #10 11.56 Get:291 http://deb.debian.org/debian buster/main amd64 libpython2.7 amd64 2.7.16-2+deb10u1 [1036 kB]
12:12:48 #10 11.57 Get:292 http://deb.debian.org/debian buster/main amd64 libmailutils5 amd64 1:3.5-4 [880 kB]
12:12:48 #10 11.59 Get:293 http://deb.debian.org/debian buster/main amd64 libmime-tools-perl all 5.509-1 [212 kB]
12:12:48 #10 11.59 Get:294 http://deb.debian.org/debian buster/main amd64 libnet-dns-sec-perl amd64 1.11-1 [48.1 kB]
12:12:48 #10 11.59 Get:295 http://deb.debian.org/debian buster/main amd64 libnet-libidn-perl amd64 0.12.ds-3+b1 [18.6 kB]
12:12:48 #10 11.59 Get:296 http://deb.debian.org/debian buster/main amd64 libnumber-compare-perl all 0.03-1 [7642 B]
12:12:48 #10 11.59 Get:297 http://deb.debian.org/debian buster/main amd64 libnumber-range-perl all 0.12-1 [9274 B]
12:12:48 #10 11.60 Get:298 http://deb.debian.org/debian buster/main amd64 libossp-uuid16 amd64 1.6.2-1.5+b7 [38.1 kB]
12:12:48 #10 11.60 Get:299 http://deb.debian.org/debian buster/main amd64 libossp-uuid-perl amd64 1.6.2-1.5+b7 [28.7 kB]
12:12:48 #10 11.60 Get:300 http://deb.debian.org/debian buster/main amd64 libpackage-stash-xs-perl amd64 0.29-1 [19.8 kB]
12:12:48 #10 11.60 Get:301 http://deb.debian.org/debian buster/main amd64 libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB]
12:12:48 #10 11.60 Get:302 http://deb.debian.org/debian buster/main amd64 libtext-glob-perl all 0.10-1 [8362 B]
12:12:48 #10 11.60 Get:303 http://deb.debian.org/debian buster/main amd64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
12:12:48 #10 11.60 Get:304 http://deb.debian.org/debian buster/main amd64 libperlio-gzip-perl amd64 0.19-1+b5 [17.4 kB]
12:12:48 #10 11.61 Get:305 http://deb.debian.org/debian buster/main amd64 libpod-constants-perl all 0.19-1 [16.9 kB]
12:12:48 #10 11.61 Get:306 http://deb.debian.org/debian buster/main amd64 libreadonly-perl all 2.050-1 [22.7 kB]
12:12:48 #10 11.61 Get:307 http://deb.debian.org/debian buster/main amd64 libref-util-perl all 0.204-1 [17.1 kB]
12:12:48 #10 11.61 Get:308 http://deb.debian.org/debian buster/main amd64 libref-util-xs-perl amd64 0.117-1+b1 [14.0 kB]
12:12:48 #10 11.61 Get:309 http://deb.debian.org/debian buster/main amd64 libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB]
12:12:48 #10 11.61 Get:310 http://deb.debian.org/debian buster/main amd64 libsasl2-modules amd64 2.1.27+dfsg-1+deb10u2 [104 kB]
12:12:48 #10 11.61 Get:311 http://deb.debian.org/debian buster/main amd64 libsereal-decoder-perl amd64 4.005+ds-1+b1 [93.6 kB]
12:12:48 #10 11.62 Get:312 http://deb.debian.org/debian buster/main amd64 libsereal-encoder-perl amd64 4.005+ds-1+b1 [95.4 kB]
12:12:48 #10 11.62 Get:313 http://deb.debian.org/debian buster/main amd64 libsereal-perl all 4.005-1 [10.8 kB]
12:12:48 #10 11.62 Get:314 http://deb.debian.org/debian buster/main amd64 libtask-weaken-perl all 1.06-1 [9252 B]
12:12:48 #10 11.62 Get:315 http://deb.debian.org/debian buster/main amd64 libxml-parser-perl amd64 2.44-4 [213 kB]
12:12:48 #10 11.62 Get:316 http://deb.debian.org/debian buster/main amd64 libsoap-lite-perl all 1.27-1 [258 kB]
12:12:48 #10 11.63 Get:317 http://deb.debian.org/debian buster/main amd64 libsort-key-perl amd64 1.33-2+b1 [37.0 kB]
12:12:48 #10 11.63 Get:318 http://deb.debian.org/debian buster/main amd64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
12:12:48 #10 11.63 Get:319 http://deb.debian.org/debian buster/main amd64 libstring-escape-perl all 2010.002-2 [19.1 kB]
12:12:48 #10 11.63 Get:320 http://deb.debian.org/debian buster/main amd64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
12:12:48 #10 11.64 Get:321 http://deb.debian.org/debian buster/main amd64 libterm-readkey-perl amd64 2.38-1 [27.4 kB]
12:12:48 #10 11.64 Get:322 http://deb.debian.org/debian buster/main amd64 libtest-fatal-perl all 0.014-1 [11.9 kB]
12:12:48 #10 11.64 Get:323 http://deb.debian.org/debian buster/main amd64 libtest-refcount-perl all 0.08-3 [11.4 kB]
12:12:48 #10 11.64 Get:324 http://deb.debian.org/debian buster/main amd64 libtext-levenshtein-perl all 0.13-1 [11.1 kB]
12:12:48 #10 11.64 Get:325 http://deb.debian.org/debian buster/main amd64 libtype-tiny-xs-perl amd64 0.014-1+b1 [24.4 kB]
12:12:48 #10 11.64 Get:326 http://deb.debian.org/debian buster/main amd64 libunicode-utf8-perl amd64 0.62-1 [20.0 kB]
12:12:48 #10 11.64 Get:327 http://deb.debian.org/debian buster/main amd64 libunwind8 amd64 1.2.1-10~deb10u1 [51.1 kB]
12:12:48 #10 11.65 Get:328 http://deb.debian.org/debian buster/main amd64 libwrap0 amd64 7.6.q-28 [58.7 kB]
12:12:48 #10 11.65 Get:329 http://deb.debian.org/debian buster/main amd64 libxau6 amd64 1:1.0.8-1+b2 [19.9 kB]
12:12:48 #10 11.65 Get:330 http://deb.debian.org/debian buster/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
12:12:48 #10 11.65 Get:331 http://deb.debian.org/debian buster/main amd64 libxcb1 amd64 1.13.1-2 [137 kB]
12:12:48 #10 11.65 Get:332 http://deb.debian.org/debian buster/main amd64 libx11-data all 2:1.6.7-1+deb10u2 [299 kB]
12:12:48 #10 11.66 Get:333 http://deb.debian.org/debian buster/main amd64 libx11-6 amd64 2:1.6.7-1+deb10u2 [757 kB]
12:12:48 #10 11.67 Get:334 http://deb.debian.org/debian buster/main amd64 libxext6 amd64 2:1.3.3-1+b2 [52.5 kB]
12:12:48 #10 11.67 Get:335 http://deb.debian.org/debian buster/main amd64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
12:12:48 #10 11.67 Get:336 http://deb.debian.org/debian buster/main amd64 libxml-sax-base-perl all 1.09-1 [20.4 kB]
12:12:48 #10 11.67 Get:337 http://deb.debian.org/debian buster/main amd64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
12:12:48 #10 11.68 Get:338 http://deb.debian.org/debian buster/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1 [344 kB]
12:12:48 #10 11.68 Get:339 http://deb.debian.org/debian buster/main amd64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
12:12:48 #10 11.68 Get:340 http://deb.debian.org/debian buster/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
12:12:48 #10 11.69 Get:341 http://deb.debian.org/debian buster/main amd64 libxmlrpc-lite-perl all 0.717-2 [22.3 kB]
12:12:48 #10 11.69 Get:342 http://deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
12:12:48 #10 11.69 Get:343 http://deb.debian.org/debian buster/main amd64 libyaml-0-2 amd64 0.2.1-1 [47.2 kB]
12:12:48 #10 11.70 Get:344 http://deb.debian.org/debian buster/main amd64 libyaml-libyaml-perl amd64 0.76+repack-1 [33.1 kB]
12:12:48 #10 11.70 Get:345 http://deb.debian.org/debian buster/main amd64 licensecheck all 3.0.31-3 [28.3 kB]
12:12:48 #10 11.70 Get:346 http://deb.debian.org/debian buster/main amd64 t1utils amd64 1.41-3 [62.3 kB]
12:12:48 #10 11.70 Get:347 http://deb.debian.org/debian buster/main amd64 lintian all 2.15.0 [1181 kB]
12:12:48 #10 11.72 Get:348 http://deb.debian.org/debian buster/main amd64 lsb-release all 10.2019051400 [27.5 kB]
12:12:48 #10 11.72 Get:349 http://deb.debian.org/debian buster/main amd64 mailutils amd64 1:3.5-4 [585 kB]
12:12:48 #10 11.73 Get:350 http://deb.debian.org/debian buster/main amd64 manpages-dev all 4.16-2 [2232 kB]
12:12:48 #10 11.76 Get:351 http://deb.debian.org/debian buster/main amd64 psmisc amd64 23.2-1+deb10u1 [126 kB]
12:12:48 #10 11.77 Get:352 http://deb.debian.org/debian buster/main amd64 publicsuffix all 20220811.1734-0+deb10u1 [127 kB]
12:12:48 #10 11.78 Get:353 http://deb.debian.org/debian buster/main amd64 python-apt-common all 1.8.4.3 [96.3 kB]
12:12:48 #10 11.79 Get:354 http://deb.debian.org/debian buster/main amd64 python3-apt amd64 1.8.4.3 [185 kB]
12:12:48 #10 11.79 Get:355 http://deb.debian.org/debian buster/main amd64 python3-certifi all 2018.8.24-1 [140 kB]
12:12:48 #10 11.79 Get:356 http://deb.debian.org/debian buster/main amd64 python3-idna all 2.6-1 [34.3 kB]
12:12:48 #10 11.80 Get:357 http://deb.debian.org/debian buster/main amd64 python3-magic all 2:0.4.15-2 [9256 B]
12:12:48 #10 11.80 Get:358 http://deb.debian.org/debian buster/main amd64 python3-urllib3 all 1.24.1-1 [97.1 kB]
12:12:48 #10 11.80 Get:359 http://deb.debian.org/debian buster/main amd64 python3-requests all 2.21.0-1 [66.9 kB]
12:12:48 #10 11.80 Get:360 http://deb.debian.org/debian buster/main amd64 python3-unidiff all 0.5.4-1 [7506 B]
12:12:48 #10 11.80 Get:361 http://deb.debian.org/debian buster/main amd64 python3-xdg all 0.25-5 [35.9 kB]
12:12:48 #10 11.80 Get:362 http://deb.debian.org/debian buster/main amd64 shared-mime-info amd64 1.10-1 [766 kB]
12:12:48 #10 11.81 Get:363 http://deb.debian.org/debian buster/main amd64 strace amd64 4.26-0.2 [898 kB]
12:12:48 #10 11.83 Get:364 http://deb.debian.org/debian-security buster/updates/main amd64 unzip amd64 6.0-23+deb10u3 [172 kB]
12:12:48 #10 11.83 Get:365 http://deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
12:12:48 #10 11.83 Get:366 http://deb.debian.org/debian buster/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB]
12:12:48 #10 12.05 debconf: delaying package configuration, since apt-utils is not installed
12:12:48 #10 12.08 Fetched 171 MB in 4s (46.3 MB/s)
12:12:48 #10 12.11 Selecting previously unselected package sensible-utils.
12:12:48 #10 12.11 (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 ... 6677 files and directories currently installed.)
12:12:48 #10 12.11 Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ...
12:12:48 #10 12.11 Unpacking sensible-utils (0.0.12) ...
12:12:48 #10 12.15 Selecting previously unselected package lsb-base.
12:12:48 #10 12.15 Preparing to unpack .../01-lsb-base_10.2019051400_all.deb ...
12:12:48 #10 12.15 Unpacking lsb-base (10.2019051400) ...
12:12:48 #10 12.19 Selecting previously unselected package cron.
12:12:48 #10 12.19 Preparing to unpack .../02-cron_3.0pl1-134+deb10u1_amd64.deb ...
12:12:48 #10 12.20 Unpacking cron (3.0pl1-134+deb10u1) ...
12:12:48 #10 12.24 Selecting previously unselected package libbsd0:amd64.
12:12:48 #10 12.24 Preparing to unpack .../03-libbsd0_0.9.1-2+deb10u1_amd64.deb ...
12:12:48 #10 12.25 Unpacking libbsd0:amd64 (0.9.1-2+deb10u1) ...
12:12:48 #10 12.29 Selecting previously unselected package bsdmainutils.
12:12:48 #10 12.29 Preparing to unpack .../04-bsdmainutils_11.1.2+b1_amd64.deb ...
12:12:49 #10 12.30 Unpacking bsdmainutils (11.1.2+b1) ...
12:12:49 #10 12.37 Selecting previously unselected package libuchardet0:amd64.
12:12:49 #10 12.37 Preparing to unpack .../05-libuchardet0_0.0.6-3_amd64.deb ...
12:12:49 #10 12.38 Unpacking libuchardet0:amd64 (0.0.6-3) ...
12:12:49 #10 12.41 Selecting previously unselected package groff-base.
12:12:49 #10 12.41 Preparing to unpack .../06-groff-base_1.22.4-3+deb10u1_amd64.deb ...
12:12:49 #10 12.42 Unpacking groff-base (1.22.4-3+deb10u1) ...
12:12:49 #10 12.60 Selecting previously unselected package libgdbm6:amd64.
12:12:49 #10 12.60 Preparing to unpack .../07-libgdbm6_1.18.1-4_amd64.deb ...
12:12:49 #10 12.60 Unpacking libgdbm6:amd64 (1.18.1-4) ...
12:12:49 #10 12.64 Selecting previously unselected package libpipeline1:amd64.
12:12:49 #10 12.65 Preparing to unpack .../08-libpipeline1_1.5.1-2_amd64.deb ...
12:12:49 #10 12.65 Unpacking libpipeline1:amd64 (1.5.1-2) ...
12:12:49 #10 12.69 Selecting previously unselected package man-db.
12:12:49 #10 12.69 Preparing to unpack .../09-man-db_2.8.5-2_amd64.deb ...
12:12:49 #10 12.70 Unpacking man-db (2.8.5-2) ...
12:12:49 #10 12.95 Selecting previously unselected package perl-modules-5.28.
12:12:49 #10 12.95 Preparing to unpack .../10-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
12:12:49 #10 12.96 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
12:12:50 #10 13.60 Preparing to unpack .../11-libbz2-1.0_1.0.6-9.2~deb10u2_amd64.deb ...
12:12:50 #10 13.61 Unpacking libbz2-1.0:amd64 (1.0.6-9.2~deb10u2) over (1.0.6-9.2~deb10u1) ...
12:12:50 #10 13.66 Setting up libbz2-1.0:amd64 (1.0.6-9.2~deb10u2) ...
12:12:50 #10 13.71 Selecting previously unselected package libgdbm-compat4:amd64.
12:12:50 #10 13.71 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 8760 files and directories currently installed.)
12:12:50 #10 13.71 Preparing to unpack .../0-libgdbm-compat4_1.18.1-4_amd64.deb ...
12:12:50 #10 13.72 Unpacking libgdbm-compat4:amd64 (1.18.1-4) ...
12:12:50 #10 13.75 Selecting previously unselected package libperl5.28:amd64.
12:12:50 #10 13.76 Preparing to unpack .../1-libperl5.28_5.28.1-6+deb10u1_amd64.deb ...
12:12:50 #10 13.76 Unpacking libperl5.28:amd64 (5.28.1-6+deb10u1) ...
12:12:51 #10 14.52 Selecting previously unselected package perl.
12:12:51 #10 14.52 Preparing to unpack .../2-perl_5.28.1-6+deb10u1_amd64.deb ...
12:12:51 #10 14.53 Unpacking perl (5.28.1-6+deb10u1) ...
12:12:51 #10 14.59 Selecting previously unselected package liblocale-gettext-perl.
12:12:51 #10 14.59 Preparing to unpack .../3-liblocale-gettext-perl_1.07-3+b4_amd64.deb ...
12:12:51 #10 14.59 Unpacking liblocale-gettext-perl (1.07-3+b4) ...
12:12:51 #10 14.64 Selecting previously unselected package libssl1.1:amd64.
12:12:51 #10 14.64 Preparing to unpack .../4-libssl1.1_1.1.1n-0+deb10u3_amd64.deb ...
12:12:51 #10 14.64 Unpacking libssl1.1:amd64 (1.1.1n-0+deb10u3) ...
12:12:51 #10 14.87 Selecting previously unselected package libpython3.7-minimal:amd64.
12:12:51 #10 14.87 Preparing to unpack .../5-libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
12:12:51 #10 14.87 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
12:12:51 #10 15.02 Selecting previously unselected package libexpat1:amd64.
12:12:51 #10 15.02 Preparing to unpack .../6-libexpat1_2.2.6-2+deb10u5_amd64.deb ...
12:12:51 #10 15.03 Unpacking libexpat1:amd64 (2.2.6-2+deb10u5) ...
12:12:51 #10 15.09 Selecting previously unselected package python3.7-minimal.
12:12:51 #10 15.09 Preparing to unpack .../7-python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
12:12:51 #10 15.10 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
12:12:52 #10 15.45 Setting up libssl1.1:amd64 (1.1.1n-0+deb10u3) ...
12:12:52 #10 15.63 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
12:12:52 #10 15.64 Setting up libexpat1:amd64 (2.2.6-2+deb10u5) ...
12:12:52 #10 15.66 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
12:12:53 #10 16.37 Selecting previously unselected package python3-minimal.
12:12:53 #10 16.37 (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 ... 9605 files and directories currently installed.)
12:12:53 #10 16.37 Preparing to unpack .../0-python3-minimal_3.7.3-1_amd64.deb ...
12:12:53 #10 16.37 Unpacking python3-minimal (3.7.3-1) ...
12:12:53 #10 16.42 Selecting previously unselected package mime-support.
12:12:53 #10 16.42 Preparing to unpack .../1-mime-support_3.62_all.deb ...
12:12:53 #10 16.43 Unpacking mime-support (3.62) ...
12:12:53 #10 16.48 Selecting previously unselected package libmpdec2:amd64.
12:12:53 #10 16.48 Preparing to unpack .../2-libmpdec2_2.4.2-2_amd64.deb ...
12:12:53 #10 16.48 Unpacking libmpdec2:amd64 (2.4.2-2) ...
12:12:53 #10 16.53 Selecting previously unselected package readline-common.
12:12:53 #10 16.53 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
12:12:53 #10 16.53 Unpacking readline-common (7.0-5) ...
12:12:53 #10 16.58 Selecting previously unselected package libreadline7:amd64.
12:12:53 #10 16.58 Preparing to unpack .../4-libreadline7_7.0-5_amd64.deb ...
12:12:53 #10 16.58 Unpacking libreadline7:amd64 (7.0-5) ...
12:12:53 #10 16.64 Selecting previously unselected package libsqlite3-0:amd64.
12:12:53 #10 16.64 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_amd64.deb ...
12:12:53 #10 16.65 Unpacking libsqlite3-0:amd64 (3.27.2-3+deb10u2) ...
12:12:53 #10 16.74 Selecting previously unselected package libpython3.7-stdlib:amd64.
12:12:53 #10 16.74 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
12:12:53 #10 16.74 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
12:12:53 #10 17.05 Selecting previously unselected package python3.7.
12:12:53 #10 17.05 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u3_amd64.deb ...
12:12:53 #10 17.06 Unpacking python3.7 (3.7.3-2+deb10u3) ...
12:12:53 #10 17.12 Selecting previously unselected package libpython3-stdlib:amd64.
12:12:53 #10 17.12 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_amd64.deb ...
12:12:53 #10 17.12 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
12:12:53 #10 17.15 Setting up python3-minimal (3.7.3-1) ...
12:12:54 #10 17.67 Selecting previously unselected package python3.
12:12:54 #10 17.67 (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 ... 10074 files and directories currently installed.)
12:12:54 #10 17.67 Preparing to unpack .../000-python3_3.7.3-1_amd64.deb ...
12:12:54 #10 17.68 Unpacking python3 (3.7.3-1) ...
12:12:54 #10 17.73 Selecting previously unselected package less.
12:12:54 #10 17.73 Preparing to unpack .../001-less_487-0.1+b1_amd64.deb ...
12:12:54 #10 17.74 Unpacking less (487-0.1+b1) ...
12:12:54 #10 17.80 Selecting previously unselected package netbase.
12:12:54 #10 17.80 Preparing to unpack .../002-netbase_5.6_all.deb ...
12:12:54 #10 17.80 Unpacking netbase (5.6) ...
12:12:54 #10 17.83 Selecting previously unselected package bzip2.
12:12:54 #10 17.83 Preparing to unpack .../003-bzip2_1.0.6-9.2~deb10u2_amd64.deb ...
12:12:54 #10 17.83 Unpacking bzip2 (1.0.6-9.2~deb10u2) ...
12:12:54 #10 17.88 Selecting previously unselected package libmagic-mgc.
12:12:54 #10 17.88 Preparing to unpack .../004-libmagic-mgc_1%3a5.35-4+deb10u2_amd64.deb ...
12:12:54 #10 17.88 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
12:12:54 #10 18.00 Selecting previously unselected package libmagic1:amd64.
12:12:54 #10 18.00 Preparing to unpack .../005-libmagic1_1%3a5.35-4+deb10u2_amd64.deb ...
12:12:54 #10 18.00 Unpacking libmagic1:amd64 (1:5.35-4+deb10u2) ...
12:12:54 #10 18.05 Selecting previously unselected package file.
12:12:54 #10 18.05 Preparing to unpack .../006-file_1%3a5.35-4+deb10u2_amd64.deb ...
12:12:54 #10 18.06 Unpacking file (1:5.35-4+deb10u2) ...
12:12:54 #10 18.10 Selecting previously unselected package gettext-base.
12:12:54 #10 18.10 Preparing to unpack .../007-gettext-base_0.19.8.1-9_amd64.deb ...
12:12:54 #10 18.10 Unpacking gettext-base (0.19.8.1-9) ...
12:12:54 #10 18.17 Selecting previously unselected package krb5-locales.
12:12:54 #10 18.17 Preparing to unpack .../008-krb5-locales_1.17-3+deb10u4_all.deb ...
12:12:54 #10 18.17 Unpacking krb5-locales (1.17-3+deb10u4) ...
12:12:54 #10 18.22 Selecting previously unselected package manpages.
12:12:54 #10 18.22 Preparing to unpack .../009-manpages_4.16-2_all.deb ...
12:12:54 #10 18.23 Unpacking manpages (4.16-2) ...
12:12:55 #10 18.41 Selecting previously unselected package libedit2:amd64.
12:12:55 #10 18.41 Preparing to unpack .../010-libedit2_3.1-20181209-1_amd64.deb ...
12:12:55 #10 18.41 Unpacking libedit2:amd64 (3.1-20181209-1) ...
12:12:55 #10 18.46 Selecting previously unselected package libkeyutils1:amd64.
12:12:55 #10 18.46 Preparing to unpack .../011-libkeyutils1_1.6-6_amd64.deb ...
12:12:55 #10 18.47 Unpacking libkeyutils1:amd64 (1.6-6) ...
12:12:55 #10 18.50 Selecting previously unselected package libkrb5support0:amd64.
12:12:55 #10 18.50 Preparing to unpack .../012-libkrb5support0_1.17-3+deb10u4_amd64.deb ...
12:12:55 #10 18.51 Unpacking libkrb5support0:amd64 (1.17-3+deb10u4) ...
12:12:55 #10 18.55 Selecting previously unselected package libk5crypto3:amd64.
12:12:55 #10 18.55 Preparing to unpack .../013-libk5crypto3_1.17-3+deb10u4_amd64.deb ...
12:12:55 #10 18.56 Unpacking libk5crypto3:amd64 (1.17-3+deb10u4) ...
12:12:55 #10 18.61 Selecting previously unselected package libkrb5-3:amd64.
12:12:55 #10 18.61 Preparing to unpack .../014-libkrb5-3_1.17-3+deb10u4_amd64.deb ...
12:12:55 #10 18.62 Unpacking libkrb5-3:amd64 (1.17-3+deb10u4) ...
12:12:55 #10 18.72 Selecting previously unselected package libgssapi-krb5-2:amd64.
12:12:55 #10 18.72 Preparing to unpack .../015-libgssapi-krb5-2_1.17-3+deb10u4_amd64.deb ...
12:12:55 #10 18.73 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u4) ...
12:12:55 #10 18.79 Selecting previously unselected package openssh-client.
12:12:55 #10 18.79 Preparing to unpack .../016-openssh-client_1%3a7.9p1-10+deb10u2_amd64.deb ...
12:12:55 #10 18.79 Unpacking openssh-client (1:7.9p1-10+deb10u2) ...
12:12:55 #10 ...
12:12:55 
12:12:55 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:12:55 #7 extracting sha256:97379520018c80846da1a05f090d05247753e0d519c78ac11c1671eb993d60aa 3.9s done
12:12:55 #7 extracting sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 9.3s
12:12:55 #7 ...
12:12:55 
12:12:55 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:12:55 #10 18.96 Selecting previously unselected package ucf.
12:12:55 #10 18.96 Preparing to unpack .../017-ucf_3.0038+nmu1_all.deb ...
12:12:55 #10 18.97 Moving old data out of the way
12:12:55 #10 18.97 Unpacking ucf (3.0038+nmu1) ...
12:12:55 #10 19.02 Selecting previously unselected package xz-utils.
12:12:55 #10 19.02 Preparing to unpack .../018-xz-utils_5.2.4-1+deb10u1_amd64.deb ...
12:12:55 #10 19.03 Unpacking xz-utils (5.2.4-1+deb10u1) ...
12:12:55 #10 19.10 Selecting previously unselected package libfl2:amd64.
12:12:55 #10 19.10 Preparing to unpack .../019-libfl2_2.6.4-6.2_amd64.deb ...
12:12:56 #10 19.10 Unpacking libfl2:amd64 (2.6.4-6.2) ...
12:12:56 #10 19.16 Selecting previously unselected package at.
12:12:56 #10 19.16 Preparing to unpack .../020-at_3.1.23-1_amd64.deb ...
12:12:56 #10 19.17 Unpacking at (3.1.23-1) ...
12:12:56 #10 19.22 Selecting previously unselected package libsigsegv2:amd64.
12:12:56 #10 19.22 Preparing to unpack .../021-libsigsegv2_2.12-2_amd64.deb ...
12:12:56 #10 19.23 Unpacking libsigsegv2:amd64 (2.12-2) ...
12:12:56 #10 19.26 Selecting previously unselected package m4.
12:12:56 #10 19.26 Preparing to unpack .../022-m4_1.4.18-2_amd64.deb ...
12:12:56 #10 19.27 Unpacking m4 (1.4.18-2) ...
12:12:56 #10 19.35 Selecting previously unselected package autoconf.
12:12:56 #10 19.35 Preparing to unpack .../023-autoconf_2.69-11_all.deb ...
12:12:56 #10 19.35 Unpacking autoconf (2.69-11) ...
12:12:56 #10 19.49 Selecting previously unselected package autotools-dev.
12:12:56 #10 19.49 Preparing to unpack .../024-autotools-dev_20180224.1_all.deb ...
12:12:56 #10 19.50 Unpacking autotools-dev (20180224.1) ...
12:12:56 #10 19.56 Selecting previously unselected package automake.
12:12:56 #10 19.56 Preparing to unpack .../025-automake_1%3a1.16.1-4_all.deb ...
12:12:56 #10 19.58 Unpacking automake (1:1.16.1-4) ...
12:12:56 #10 ...
12:12:56 
12:12:56 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:12:56 #7 extracting sha256:1185416ed00d5390031ca11be7b44160dcdba275e3cebc9c98dc8e5289e655f7 9.9s done
12:12:56 #7 extracting sha256:2ed9898dade4c9a6edce198887a5f565bd61018893dc1144589c28283874125d done
12:12:56 #7 DONE 23.7s
12:12:56 
12:12:56 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:12:56 #10 19.69 Selecting previously unselected package autopoint.
12:12:56 #10 19.69 Preparing to unpack .../026-autopoint_0.19.8.1-9_all.deb ...
12:12:56 #10 19.69 Unpacking autopoint (0.19.8.1-9) ...
12:12:56 #10 19.73 Selecting previously unselected package binutils-common:amd64.
12:12:56 #10 19.73 Preparing to unpack .../027-binutils-common_2.31.1-16_amd64.deb ...
12:12:56 #10 19.74 Unpacking binutils-common:amd64 (2.31.1-16) ...
12:12:56 #10 20.10 Selecting previously unselected package libbinutils:amd64.
12:12:56 #10 20.10 Preparing to unpack .../028-libbinutils_2.31.1-16_amd64.deb ...
12:12:56 #10 20.11 Unpacking libbinutils:amd64 (2.31.1-16) ...
12:12:57 #10 20.21 Selecting previously unselected package binutils-x86-64-linux-gnu.
12:12:57 #10 20.21 Preparing to unpack .../029-binutils-x86-64-linux-gnu_2.31.1-16_amd64.deb ...
12:12:57 #10 20.21 Unpacking binutils-x86-64-linux-gnu (2.31.1-16) ...
12:12:57 #10 20.54 Selecting previously unselected package binutils.
12:12:57 #10 20.54 Preparing to unpack .../030-binutils_2.31.1-16_amd64.deb ...
12:12:57 #10 20.55 Unpacking binutils (2.31.1-16) ...
12:12:57 #10 20.59 Selecting previously unselected package libc-dev-bin.
12:12:57 #10 20.59 Preparing to unpack .../031-libc-dev-bin_2.28-10+deb10u1_amd64.deb ...
12:12:57 #10 20.59 Unpacking libc-dev-bin (2.28-10+deb10u1) ...
12:12:57 #10 20.64 Selecting previously unselected package linux-libc-dev:amd64.
12:12:57 #10 20.64 Preparing to unpack .../032-linux-libc-dev_4.19.260-1_amd64.deb ...
12:12:57 #10 20.64 Unpacking linux-libc-dev:amd64 (4.19.260-1) ...
12:12:57 #10 20.91 Selecting previously unselected package libc6-dev:amd64.
12:12:57 #10 20.92 Preparing to unpack .../033-libc6-dev_2.28-10+deb10u1_amd64.deb ...
12:12:57 #10 20.92 Unpacking libc6-dev:amd64 (2.28-10+deb10u1) ...
12:12:58 #10 21.42 Selecting previously unselected package libisl19:amd64.
12:12:58 #10 21.42 Preparing to unpack .../034-libisl19_0.20-2_amd64.deb ...
12:12:58 #10 21.43 Unpacking libisl19:amd64 (0.20-2) ...
12:12:58 #10 21.54 Selecting previously unselected package libmpfr6:amd64.
12:12:58 #10 21.54 Preparing to unpack .../035-libmpfr6_4.0.2-1_amd64.deb ...
12:12:58 #10 21.54 Unpacking libmpfr6:amd64 (4.0.2-1) ...
12:12:58 #10 21.61 Selecting previously unselected package libmpc3:amd64.
12:12:58 #10 21.61 Preparing to unpack .../036-libmpc3_1.1.0-1_amd64.deb ...
12:12:58 #10 21.62 Unpacking libmpc3:amd64 (1.1.0-1) ...
12:12:58 #10 21.65 Selecting previously unselected package cpp-8.
12:12:58 #10 21.65 Preparing to unpack .../037-cpp-8_8.3.0-6_amd64.deb ...
12:12:58 #10 21.66 Unpacking cpp-8 (8.3.0-6) ...
12:12:59 #10 22.78 Selecting previously unselected package cpp.
12:12:59 #10 22.79 Preparing to unpack .../038-cpp_4%3a8.3.0-1_amd64.deb ...
12:12:59 #10 22.79 Unpacking cpp (4:8.3.0-1) ...
12:12:59 #10 22.83 Selecting previously unselected package libcc1-0:amd64.
12:12:59 #10 22.83 Preparing to unpack .../039-libcc1-0_8.3.0-6_amd64.deb ...
12:12:59 #10 22.85 Unpacking libcc1-0:amd64 (8.3.0-6) ...
12:12:59 #10 22.90 Selecting previously unselected package libgomp1:amd64.
12:12:59 #10 22.90 Preparing to unpack .../040-libgomp1_8.3.0-6_amd64.deb ...
12:12:59 #10 22.90 Unpacking libgomp1:amd64 (8.3.0-6) ...
12:12:59 #10 22.98 Selecting previously unselected package libitm1:amd64.
12:12:59 #10 22.98 Preparing to unpack .../041-libitm1_8.3.0-6_amd64.deb ...
12:12:59 #10 22.99 Unpacking libitm1:amd64 (8.3.0-6) ...
12:12:59 #10 23.06 Selecting previously unselected package libatomic1:amd64.
12:12:59 #10 23.07 Preparing to unpack .../042-libatomic1_8.3.0-6_amd64.deb ...
12:12:59 #10 23.08 Unpacking libatomic1:amd64 (8.3.0-6) ...
12:12:59 #10 23.17 Selecting previously unselected package libasan5:amd64.
12:12:59 #10 23.17 Preparing to unpack .../043-libasan5_8.3.0-6_amd64.deb ...
12:12:59 #10 23.18 Unpacking libasan5:amd64 (8.3.0-6) ...
12:13:00 #10 23.29 Selecting previously unselected package liblsan0:amd64.
12:13:00 #10 23.30 Preparing to unpack .../044-liblsan0_8.3.0-6_amd64.deb ...
12:13:00 #10 23.30 Unpacking liblsan0:amd64 (8.3.0-6) ...
12:13:00 #10 23.40 Selecting previously unselected package libtsan0:amd64.
12:13:00 #10 23.40 Preparing to unpack .../045-libtsan0_8.3.0-6_amd64.deb ...
12:13:00 #10 23.41 Unpacking libtsan0:amd64 (8.3.0-6) ...
12:13:00 #10 23.55 Selecting previously unselected package libubsan1:amd64.
12:13:00 #10 23.55 Preparing to unpack .../046-libubsan1_8.3.0-6_amd64.deb ...
12:13:00 #10 23.56 Unpacking libubsan1:amd64 (8.3.0-6) ...
12:13:00 #10 23.81 Selecting previously unselected package libmpx2:amd64.
12:13:00 #10 23.81 Preparing to unpack .../047-libmpx2_8.3.0-6_amd64.deb ...
12:13:00 #10 23.83 Unpacking libmpx2:amd64 (8.3.0-6) ...
12:13:00 #10 23.93 Selecting previously unselected package libquadmath0:amd64.
12:13:00 #10 23.93 Preparing to unpack .../048-libquadmath0_8.3.0-6_amd64.deb ...
12:13:00 #10 23.94 Unpacking libquadmath0:amd64 (8.3.0-6) ...
12:13:00 #10 24.04 Selecting previously unselected package libgcc-8-dev:amd64.
12:13:00 #10 24.05 Preparing to unpack .../049-libgcc-8-dev_8.3.0-6_amd64.deb ...
12:13:00 #10 24.06 Unpacking libgcc-8-dev:amd64 (8.3.0-6) ...
12:13:00 #10 24.31 Selecting previously unselected package gcc-8.
12:13:01 #10 24.32 Preparing to unpack .../050-gcc-8_8.3.0-6_amd64.deb ...
12:13:01 #10 24.32 Unpacking gcc-8 (8.3.0-6) ...
12:13:01 #10 25.19 Selecting previously unselected package gcc.
12:13:02 #10 25.19 Preparing to unpack .../051-gcc_4%3a8.3.0-1_amd64.deb ...
12:13:02 #10 25.20 Unpacking gcc (4:8.3.0-1) ...
12:13:02 #10 25.23 Selecting previously unselected package libstdc++-8-dev:amd64.
12:13:02 #10 25.23 Preparing to unpack .../052-libstdc++-8-dev_8.3.0-6_amd64.deb ...
12:13:02 #10 25.23 Unpacking libstdc++-8-dev:amd64 (8.3.0-6) ...
12:13:02 #10 25.47 Selecting previously unselected package g++-8.
12:13:02 #10 25.47 Preparing to unpack .../053-g++-8_8.3.0-6_amd64.deb ...
12:13:02 #10 25.48 Unpacking g++-8 (8.3.0-6) ...
12:13:03 #10 26.36 Selecting previously unselected package g++.
12:13:03 #10 26.36 Preparing to unpack .../054-g++_4%3a8.3.0-1_amd64.deb ...
12:13:03 #10 26.36 Unpacking g++ (4:8.3.0-1) ...
12:13:03 #10 26.38 Selecting previously unselected package make.
12:13:03 #10 26.39 Preparing to unpack .../055-make_4.2.1-1.2_amd64.deb ...
12:13:03 #10 26.39 Unpacking make (4.2.1-1.2) ...
12:13:03 #10 26.45 Selecting previously unselected package libdpkg-perl.
12:13:03 #10 26.45 Preparing to unpack .../056-libdpkg-perl_1.19.8_all.deb ...
12:13:03 #10 26.45 Unpacking libdpkg-perl (1.19.8) ...
12:13:03 #10 26.52 Selecting previously unselected package patch.
12:13:03 #10 26.52 Preparing to unpack .../057-patch_2.7.6-3+deb10u1_amd64.deb ...
12:13:03 #10 26.53 Unpacking patch (2.7.6-3+deb10u1) ...
12:13:03 #10 26.57 Selecting previously unselected package dpkg-dev.
12:13:03 #10 26.57 Preparing to unpack .../058-dpkg-dev_1.19.8_all.deb ...
12:13:03 #10 26.57 Unpacking dpkg-dev (1.19.8) ...
12:13:03 #10 26.68 Selecting previously unselected package build-essential.
12:13:03 #10 26.68 Preparing to unpack .../059-build-essential_12.6_amd64.deb ...
12:13:03 #10 26.68 Unpacking build-essential (12.6) ...
12:13:03 #10 26.71 Selecting previously unselected package openssl.
12:13:03 #10 26.71 Preparing to unpack .../060-openssl_1.1.1n-0+deb10u3_amd64.deb ...
12:13:03 #10 26.72 Unpacking openssl (1.1.1n-0+deb10u3) ...
12:13:03 #10 26.82 Selecting previously unselected package ca-certificates.
12:13:03 #10 26.82 Preparing to unpack .../061-ca-certificates_20200601~deb10u2_all.deb ...
12:13:03 #10 26.82 Unpacking ca-certificates (20200601~deb10u2) ...
12:13:03 #10 26.87 Selecting previously unselected package libsasl2-modules-db:amd64.
12:13:03 #10 26.88 Preparing to unpack .../062-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_amd64.deb ...
12:13:03 #10 26.88 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
12:13:03 #10 26.91 Selecting previously unselected package libsasl2-2:amd64.
12:13:03 #10 26.92 Preparing to unpack .../063-libsasl2-2_2.1.27+dfsg-1+deb10u2_amd64.deb ...
12:13:03 #10 26.92 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
12:13:03 #10 26.96 Selecting previously unselected package libldap-common.
12:13:03 #10 26.96 Preparing to unpack .../064-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
12:13:03 #10 26.96 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
12:13:03 #10 27.00 Selecting previously unselected package libldap-2.4-2:amd64.
12:13:03 #10 27.00 Preparing to unpack .../065-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_amd64.deb ...
12:13:03 #10 27.01 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ...
12:13:03 #10 27.05 Selecting previously unselected package libnghttp2-14:amd64.
12:13:03 #10 27.06 Preparing to unpack .../066-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
12:13:03 #10 27.06 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
12:13:03 #10 27.10 Selecting previously unselected package libpsl5:amd64.
12:13:03 #10 27.10 Preparing to unpack .../067-libpsl5_0.20.2-2_amd64.deb ...
12:13:03 #10 27.10 Unpacking libpsl5:amd64 (0.20.2-2) ...
12:13:03 #10 27.13 Selecting previously unselected package librtmp1:amd64.
12:13:03 #10 27.13 Preparing to unpack .../068-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
12:13:03 #10 27.14 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
12:13:03 #10 27.17 Selecting previously unselected package libssh2-1:amd64.
12:13:04 #10 27.17 Preparing to unpack .../069-libssh2-1_1.8.0-2.1_amd64.deb ...
12:13:04 #10 27.17 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
12:13:04 #10 27.22 Selecting previously unselected package libcurl4:amd64.
12:13:04 #10 27.22 Preparing to unpack .../070-libcurl4_7.64.0-4+deb10u3_amd64.deb ...
12:13:04 #10 27.22 Unpacking libcurl4:amd64 (7.64.0-4+deb10u3) ...
12:13:04 #10 27.27 Selecting previously unselected package curl.
12:13:04 #10 27.28 Preparing to unpack .../071-curl_7.64.0-4+deb10u3_amd64.deb ...
12:13:04 #10 27.28 Unpacking curl (7.64.0-4+deb10u3) ...
12:13:04 #10 27.33 Selecting previously unselected package dctrl-tools.
12:13:04 #10 27.33 Preparing to unpack .../072-dctrl-tools_2.24-3_amd64.deb ...
12:13:04 #10 27.34 Unpacking dctrl-tools (2.24-3) ...
12:13:04 #10 27.37 Selecting previously unselected package libtool.
12:13:04 #10 27.38 Preparing to unpack .../073-libtool_2.4.6-9_all.deb ...
12:13:04 #10 27.38 Unpacking libtool (2.4.6-9) ...
12:13:04 #10 27.43 Selecting previously unselected package dh-autoreconf.
12:13:04 #10 27.43 Preparing to unpack .../074-dh-autoreconf_19_all.deb ...
12:13:04 #10 27.44 Unpacking dh-autoreconf (19) ...
12:13:04 #10 27.46 Selecting previously unselected package libarchive-zip-perl.
12:13:04 #10 27.46 Preparing to unpack .../075-libarchive-zip-perl_1.64-1_all.deb ...
12:13:04 #10 27.47 Unpacking libarchive-zip-perl (1.64-1) ...
12:13:04 #10 27.50 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:13:04 #10 27.50 Preparing to unpack .../076-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
12:13:04 #10 27.51 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
12:13:04 #10 27.53 Selecting previously unselected package dh-strip-nondeterminism.
12:13:04 #10 27.53 Preparing to unpack .../077-dh-strip-nondeterminism_1.1.2-1_all.deb ...
12:13:04 #10 27.54 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
12:13:04 #10 27.56 Selecting previously unselected package dwz.
12:13:04 #10 27.57 Preparing to unpack .../078-dwz_0.12-3_amd64.deb ...
12:13:04 #10 27.57 Unpacking dwz (0.12-3) ...
12:13:04 #10 27.61 Selecting previously unselected package libglib2.0-0:amd64.
12:13:04 #10 27.61 Preparing to unpack .../079-libglib2.0-0_2.58.3-2+deb10u4_amd64.deb ...
12:13:04 #10 27.62 Unpacking libglib2.0-0:amd64 (2.58.3-2+deb10u4) ...
12:13:04 #10 27.75 Selecting previously unselected package libicu63:amd64.
12:13:04 #10 27.75 Preparing to unpack .../080-libicu63_63.1-6+deb10u3_amd64.deb ...
12:13:04 #10 27.75 Unpacking libicu63:amd64 (63.1-6+deb10u3) ...
12:13:05 #10 28.56 Selecting previously unselected package libxml2:amd64.
12:13:05 #10 28.56 Preparing to unpack .../081-libxml2_2.9.4+dfsg1-7+deb10u4_amd64.deb ...
12:13:05 #10 28.56 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u4) ...
12:13:05 #10 28.65 Selecting previously unselected package libcroco3:amd64.
12:13:05 #10 28.65 Preparing to unpack .../082-libcroco3_0.6.12-3_amd64.deb ...
12:13:05 #10 28.65 Unpacking libcroco3:amd64 (0.6.12-3) ...
12:13:05 #10 28.69 Selecting previously unselected package libncurses6:amd64.
12:13:05 #10 28.70 Preparing to unpack .../083-libncurses6_6.1+20181013-2+deb10u2_amd64.deb ...
12:13:05 #10 28.70 Unpacking libncurses6:amd64 (6.1+20181013-2+deb10u2) ...
12:13:05 #10 28.74 Selecting previously unselected package gettext.
12:13:05 #10 28.75 Preparing to unpack .../084-gettext_0.19.8.1-9_amd64.deb ...
12:13:05 #10 28.75 Unpacking gettext (0.19.8.1-9) ...
12:13:05 #10 28.90 Selecting previously unselected package intltool-debian.
12:13:05 #10 28.90 Preparing to unpack .../085-intltool-debian_0.35.0+20060710.5_all.deb ...
12:13:05 #10 28.91 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:13:05 #10 28.94 Selecting previously unselected package po-debconf.
12:13:05 #10 28.94 Preparing to unpack .../086-po-debconf_1.0.21_all.deb ...
12:13:05 #10 28.94 Unpacking po-debconf (1.0.21) ...
12:13:05 #10 28.99 Selecting previously unselected package debhelper.
12:13:05 #10 28.99 Preparing to unpack .../087-debhelper_12.1.1_all.deb ...
12:13:05 #10 29.00 Unpacking debhelper (12.1.1) ...
12:13:05 #10 29.12 Selecting previously unselected package debian-keyring.
12:13:05 #10 29.12 Preparing to unpack .../088-debian-keyring_2019.02.25_all.deb ...
12:13:05 #10 29.13 Unpacking debian-keyring (2019.02.25) ...
12:13:08 #10 31.78 Selecting previously unselected package libfakeroot:amd64.
12:13:08 #10 31.78 Preparing to unpack .../089-libfakeroot_1.23-1_amd64.deb ...
12:13:08 #10 31.78 Unpacking libfakeroot:amd64 (1.23-1) ...
12:13:08 #10 31.82 Selecting previously unselected package fakeroot.
12:13:08 #10 31.82 Preparing to unpack .../090-fakeroot_1.23-1_amd64.deb ...
12:13:08 #10 31.82 Unpacking fakeroot (1.23-1) ...
12:13:08 #10 31.86 Selecting previously unselected package libassuan0:amd64.
12:13:08 #10 31.86 Preparing to unpack .../091-libassuan0_2.5.2-1_amd64.deb ...
12:13:08 #10 31.87 Unpacking libassuan0:amd64 (2.5.2-1) ...
12:13:08 #10 31.90 Selecting previously unselected package gpgconf.
12:13:08 #10 31.90 Preparing to unpack .../092-gpgconf_2.2.12-1+deb10u2_amd64.deb ...
12:13:08 #10 31.90 Unpacking gpgconf (2.2.12-1+deb10u2) ...
12:13:08 #10 31.94 Selecting previously unselected package libksba8:amd64.
12:13:08 #10 31.94 Preparing to unpack .../093-libksba8_1.3.5-2_amd64.deb ...
12:13:08 #10 31.95 Unpacking libksba8:amd64 (1.3.5-2) ...
12:13:08 #10 31.99 Selecting previously unselected package libnpth0:amd64.
12:13:08 #10 31.99 Preparing to unpack .../094-libnpth0_1.6-1_amd64.deb ...
12:13:08 #10 31.99 Unpacking libnpth0:amd64 (1.6-1) ...
12:13:08 #10 32.02 Selecting previously unselected package dirmngr.
12:13:08 #10 32.03 Preparing to unpack .../095-dirmngr_2.2.12-1+deb10u2_amd64.deb ...
12:13:08 #10 32.04 Unpacking dirmngr (2.2.12-1+deb10u2) ...
12:13:08 #10 32.10 Selecting previously unselected package gnupg-l10n.
12:13:08 #10 32.10 Preparing to unpack .../096-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
12:13:08 #10 32.10 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
12:13:08 #10 32.20 Selecting previously unselected package gnupg-utils.
12:13:09 #10 32.21 Preparing to unpack .../097-gnupg-utils_2.2.12-1+deb10u2_amd64.deb ...
12:13:09 #10 32.21 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
12:13:09 #10 32.28 Selecting previously unselected package gpg.
12:13:09 #10 32.29 Preparing to unpack .../098-gpg_2.2.12-1+deb10u2_amd64.deb ...
12:13:09 #10 32.29 Unpacking gpg (2.2.12-1+deb10u2) ...
12:13:09 #10 32.36 Selecting previously unselected package pinentry-curses.
12:13:09 #10 32.36 Preparing to unpack .../099-pinentry-curses_1.1.0-2_amd64.deb ...
12:13:09 #10 32.37 Unpacking pinentry-curses (1.1.0-2) ...
12:13:09 #10 32.40 Selecting previously unselected package gpg-agent.
12:13:09 #10 32.40 Preparing to unpack .../100-gpg-agent_2.2.12-1+deb10u2_amd64.deb ...
12:13:09 #10 32.40 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
12:13:09 #10 32.46 Selecting previously unselected package gpg-wks-client.
12:13:09 #10 32.46 Preparing to unpack .../101-gpg-wks-client_2.2.12-1+deb10u2_amd64.deb ...
12:13:09 #10 32.46 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
12:13:09 #10 32.50 Selecting previously unselected package gpg-wks-server.
12:13:09 #10 32.51 Preparing to unpack .../102-gpg-wks-server_2.2.12-1+deb10u2_amd64.deb ...
12:13:09 #10 32.51 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
12:13:09 #10 32.55 Selecting previously unselected package gpgsm.
12:13:09 #10 32.55 Preparing to unpack .../103-gpgsm_2.2.12-1+deb10u2_amd64.deb ...
12:13:09 #10 32.55 Unpacking gpgsm (2.2.12-1+deb10u2) ...
12:13:09 #10 32.61 Selecting previously unselected package gnupg.
12:13:09 #10 32.61 Preparing to unpack .../104-gnupg_2.2.12-1+deb10u2_all.deb ...
12:13:09 #10 32.61 Unpacking gnupg (2.2.12-1+deb10u2) ...
12:13:09 #10 32.67 Selecting previously unselected package libfile-which-perl.
12:13:09 #10 32.67 Preparing to unpack .../105-libfile-which-perl_1.23-1_all.deb ...
12:13:09 #10 32.68 Unpacking libfile-which-perl (1.23-1) ...
12:13:09 #10 32.70 Selecting previously unselected package libfile-homedir-perl.
12:13:09 #10 32.70 Preparing to unpack .../106-libfile-homedir-perl_1.004-1_all.deb ...
12:13:09 #10 32.71 Unpacking libfile-homedir-perl (1.004-1) ...
12:13:09 #10 32.73 Selecting previously unselected package libio-pty-perl.
12:13:09 #10 32.74 Preparing to unpack .../107-libio-pty-perl_1%3a1.08-1.1+b5_amd64.deb ...
12:13:09 #10 32.74 Unpacking libio-pty-perl (1:1.08-1.1+b5) ...
12:13:09 #10 32.77 Selecting previously unselected package libipc-run-perl.
12:13:09 #10 32.77 Preparing to unpack .../108-libipc-run-perl_20180523.0-1_all.deb ...
12:13:09 #10 32.77 Unpacking libipc-run-perl (20180523.0-1) ...
12:13:09 #10 32.81 Selecting previously unselected package libclass-method-modifiers-perl.
12:13:09 #10 32.81 Preparing to unpack .../109-libclass-method-modifiers-perl_2.12-1_all.deb ...
12:13:09 #10 32.81 Unpacking libclass-method-modifiers-perl (2.12-1) ...
12:13:09 #10 32.84 Selecting previously unselected package libsub-exporter-progressive-perl.
12:13:09 #10 32.84 Preparing to unpack .../110-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:13:09 #10 32.84 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:13:09 #10 32.87 Selecting previously unselected package libdevel-globaldestruction-perl.
12:13:09 #10 32.87 Preparing to unpack .../111-libdevel-globaldestruction-perl_0.14-1_all.deb ...
12:13:09 #10 32.87 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
12:13:09 #10 32.90 Selecting previously unselected package libb-hooks-op-check-perl.
12:13:09 #10 32.90 Preparing to unpack .../112-libb-hooks-op-check-perl_0.22-1+b1_amd64.deb ...
12:13:09 #10 32.90 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
12:13:09 #10 32.93 Selecting previously unselected package libdynaloader-functions-perl.
12:13:09 #10 32.93 Preparing to unpack .../113-libdynaloader-functions-perl_0.003-1_all.deb ...
12:13:09 #10 32.93 Unpacking libdynaloader-functions-perl (0.003-1) ...
12:13:09 #10 32.96 Selecting previously unselected package libdevel-callchecker-perl.
12:13:09 #10 32.96 Preparing to unpack .../114-libdevel-callchecker-perl_0.008-1_amd64.deb ...
12:13:09 #10 32.96 Unpacking libdevel-callchecker-perl (0.008-1) ...
12:13:09 #10 32.99 Selecting previously unselected package libparams-classify-perl.
12:13:09 #10 32.99 Preparing to unpack .../115-libparams-classify-perl_0.015-1+b1_amd64.deb ...
12:13:09 #10 32.99 Unpacking libparams-classify-perl (0.015-1+b1) ...
12:13:09 #10 33.02 Selecting previously unselected package libmodule-runtime-perl.
12:13:09 #10 33.02 Preparing to unpack .../116-libmodule-runtime-perl_0.016-1_all.deb ...
12:13:09 #10 33.03 Unpacking libmodule-runtime-perl (0.016-1) ...
12:13:09 #10 33.05 Selecting previously unselected package libimport-into-perl.
12:13:09 #10 33.05 Preparing to unpack .../117-libimport-into-perl_1.002005-1_all.deb ...
12:13:09 #10 33.06 Unpacking libimport-into-perl (1.002005-1) ...
12:13:09 #10 33.08 Selecting previously unselected package librole-tiny-perl.
12:13:09 #10 33.09 Preparing to unpack .../118-librole-tiny-perl_2.000006-1_all.deb ...
12:13:09 #10 33.09 Unpacking librole-tiny-perl (2.000006-1) ...
12:13:09 #10 33.13 Selecting previously unselected package libstrictures-perl.
12:13:09 #10 33.13 Preparing to unpack .../119-libstrictures-perl_2.000005-1_all.deb ...
12:13:09 #10 33.13 Unpacking libstrictures-perl (2.000005-1) ...
12:13:09 #10 33.16 Selecting previously unselected package libsub-quote-perl.
12:13:10 #10 33.16 Preparing to unpack .../120-libsub-quote-perl_2.005001-1_all.deb ...
12:13:10 #10 33.16 Unpacking libsub-quote-perl (2.005001-1) ...
12:13:10 #10 33.19 Selecting previously unselected package libmoo-perl.
12:13:10 #10 33.19 Preparing to unpack .../121-libmoo-perl_2.003004-2_all.deb ...
12:13:10 #10 33.19 Unpacking libmoo-perl (2.003004-2) ...
12:13:10 #10 33.22 Selecting previously unselected package libencode-locale-perl.
12:13:10 #10 33.22 Preparing to unpack .../122-libencode-locale-perl_1.05-1_all.deb ...
12:13:10 #10 33.23 Unpacking libencode-locale-perl (1.05-1) ...
12:13:10 #10 33.25 Selecting previously unselected package libtimedate-perl.
12:13:10 #10 33.25 Preparing to unpack .../123-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
12:13:10 #10 33.26 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
12:13:10 #10 33.29 Selecting previously unselected package libhttp-date-perl.
12:13:10 #10 33.29 Preparing to unpack .../124-libhttp-date-perl_6.02-1_all.deb ...
12:13:10 #10 33.29 Unpacking libhttp-date-perl (6.02-1) ...
12:13:10 #10 33.32 Selecting previously unselected package libfile-listing-perl.
12:13:10 #10 33.32 Preparing to unpack .../125-libfile-listing-perl_6.04-1_all.deb ...
12:13:10 #10 33.33 Unpacking libfile-listing-perl (6.04-1) ...
12:13:10 #10 33.35 Selecting previously unselected package libhtml-tagset-perl.
12:13:10 #10 33.36 Preparing to unpack .../126-libhtml-tagset-perl_3.20-3_all.deb ...
12:13:10 #10 33.36 Unpacking libhtml-tagset-perl (3.20-3) ...
12:13:10 #10 33.38 Selecting previously unselected package liburi-perl.
12:13:10 #10 33.38 Preparing to unpack .../127-liburi-perl_1.76-1_all.deb ...
12:13:10 #10 33.39 Unpacking liburi-perl (1.76-1) ...
12:13:10 #10 33.43 Selecting previously unselected package libhtml-parser-perl.
12:13:10 #10 33.43 Preparing to unpack .../128-libhtml-parser-perl_3.72-3+b3_amd64.deb ...
12:13:10 #10 33.43 Unpacking libhtml-parser-perl (3.72-3+b3) ...
12:13:10 #10 33.46 Selecting previously unselected package libhtml-tree-perl.
12:13:10 #10 33.47 Preparing to unpack .../129-libhtml-tree-perl_5.07-2_all.deb ...
12:13:10 #10 33.47 Unpacking libhtml-tree-perl (5.07-2) ...
12:13:10 #10 33.51 Selecting previously unselected package libio-html-perl.
12:13:10 #10 33.51 Preparing to unpack .../130-libio-html-perl_1.001-1_all.deb ...
12:13:10 #10 33.52 Unpacking libio-html-perl (1.001-1) ...
12:13:10 #10 33.54 Selecting previously unselected package liblwp-mediatypes-perl.
12:13:10 #10 33.55 Preparing to unpack .../131-liblwp-mediatypes-perl_6.02-1_all.deb ...
12:13:10 #10 33.55 Unpacking liblwp-mediatypes-perl (6.02-1) ...
12:13:10 #10 33.57 Selecting previously unselected package libhttp-message-perl.
12:13:10 #10 33.58 Preparing to unpack .../132-libhttp-message-perl_6.18-1_all.deb ...
12:13:10 #10 33.58 Unpacking libhttp-message-perl (6.18-1) ...
12:13:10 #10 33.61 Selecting previously unselected package libhttp-cookies-perl.
12:13:10 #10 33.61 Preparing to unpack .../133-libhttp-cookies-perl_6.04-1_all.deb ...
12:13:10 #10 33.62 Unpacking libhttp-cookies-perl (6.04-1) ...
12:13:10 #10 33.64 Selecting previously unselected package libhttp-negotiate-perl.
12:13:10 #10 33.64 Preparing to unpack .../134-libhttp-negotiate-perl_6.01-1_all.deb ...
12:13:10 #10 33.64 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:13:10 #10 33.67 Selecting previously unselected package perl-openssl-defaults:amd64.
12:13:10 #10 33.67 Preparing to unpack .../135-perl-openssl-defaults_3_amd64.deb ...
12:13:10 #10 33.67 Unpacking perl-openssl-defaults:amd64 (3) ...
12:13:10 #10 33.70 Selecting previously unselected package libnet-ssleay-perl.
12:13:10 #10 33.70 Preparing to unpack .../136-libnet-ssleay-perl_1.85-2+deb10u1_amd64.deb ...
12:13:10 #10 33.70 Unpacking libnet-ssleay-perl (1.85-2+deb10u1) ...
12:13:10 #10 33.76 Selecting previously unselected package libio-socket-ssl-perl.
12:13:10 #10 33.76 Preparing to unpack .../137-libio-socket-ssl-perl_2.060-3_all.deb ...
12:13:10 #10 33.77 Unpacking libio-socket-ssl-perl (2.060-3) ...
12:13:10 #10 33.81 Selecting previously unselected package libnet-http-perl.
12:13:10 #10 33.81 Preparing to unpack .../138-libnet-http-perl_6.18-1_all.deb ...
12:13:10 #10 33.82 Unpacking libnet-http-perl (6.18-1) ...
12:13:10 #10 33.84 Selecting previously unselected package liblwp-protocol-https-perl.
12:13:10 #10 33.84 Preparing to unpack .../139-liblwp-protocol-https-perl_6.07-2_all.deb ...
12:13:10 #10 33.85 Unpacking liblwp-protocol-https-perl (6.07-2) ...
12:13:10 #10 33.87 Selecting previously unselected package libtry-tiny-perl.
12:13:10 #10 33.87 Preparing to unpack .../140-libtry-tiny-perl_0.30-1_all.deb ...
12:13:10 #10 33.88 Unpacking libtry-tiny-perl (0.30-1) ...
12:13:10 #10 33.90 Selecting previously unselected package libwww-robotrules-perl.
12:13:10 #10 33.90 Preparing to unpack .../141-libwww-robotrules-perl_6.02-1_all.deb ...
12:13:10 #10 33.91 Unpacking libwww-robotrules-perl (6.02-1) ...
12:13:10 #10 33.93 Selecting previously unselected package libwww-perl.
12:13:10 #10 33.94 Preparing to unpack .../142-libwww-perl_6.36-2_all.deb ...
12:13:10 #10 33.94 Unpacking libwww-perl (6.36-2) ...
12:13:10 #10 33.98 Selecting previously unselected package patchutils.
12:13:10 #10 33.98 Preparing to unpack .../143-patchutils_0.3.4-2_amd64.deb ...
12:13:10 #10 33.99 Unpacking patchutils (0.3.4-2) ...
12:13:10 #10 34.02 Selecting previously unselected package wdiff.
12:13:10 #10 34.02 Preparing to unpack .../144-wdiff_1.2.2-2+b1_amd64.deb ...
12:13:10 #10 34.02 Unpacking wdiff (1.2.2-2+b1) ...
12:13:10 #10 34.11 Selecting previously unselected package devscripts.
12:13:10 #10 34.11 Preparing to unpack .../145-devscripts_2.19.5+deb10u1_amd64.deb ...
12:13:10 #10 34.14 Unpacking devscripts (2.19.5+deb10u1) ...
12:13:11 #10 34.28 Selecting previously unselected package diffstat.
12:13:11 #10 34.28 Preparing to unpack .../146-diffstat_1.62-1_amd64.deb ...
12:13:11 #10 34.29 Unpacking diffstat (1.62-1) ...
12:13:11 #10 34.32 Selecting previously unselected package distro-info-data.
12:13:11 #10 34.32 Preparing to unpack .../147-distro-info-data_0.41+deb10u5_all.deb ...
12:13:11 #10 34.33 Unpacking distro-info-data (0.41+deb10u5) ...
12:13:11 #10 34.36 Selecting previously unselected package python3-pkg-resources.
12:13:11 #10 34.36 Preparing to unpack .../148-python3-pkg-resources_40.8.0-1_all.deb ...
12:13:11 #10 34.36 Unpacking python3-pkg-resources (40.8.0-1) ...
12:13:11 #10 34.43 Selecting previously unselected package python3-chardet.
12:13:11 #10 34.44 Preparing to unpack .../149-python3-chardet_3.0.4-3_all.deb ...
12:13:11 #10 34.44 Unpacking python3-chardet (3.0.4-3) ...
12:13:11 #10 34.49 Selecting previously unselected package python3-six.
12:13:11 #10 34.49 Preparing to unpack .../150-python3-six_1.12.0-1_all.deb ...
12:13:11 #10 34.49 Unpacking python3-six (1.12.0-1) ...
12:13:11 #10 34.53 Selecting previously unselected package python3-debian.
12:13:11 #10 34.53 Preparing to unpack .../151-python3-debian_0.1.35_all.deb ...
12:13:11 #10 34.53 Unpacking python3-debian (0.1.35) ...
12:13:11 #10 34.57 Selecting previously unselected package libgpgme11:amd64.
12:13:11 #10 34.58 Preparing to unpack .../152-libgpgme11_1.12.0-6_amd64.deb ...
12:13:11 #10 34.58 Unpacking libgpgme11:amd64 (1.12.0-6) ...
12:13:11 #10 34.62 Selecting previously unselected package python3-gpg.
12:13:11 #10 34.62 Preparing to unpack .../153-python3-gpg_1.12.0-6_amd64.deb ...
12:13:11 #10 34.63 Unpacking python3-gpg (1.12.0-6) ...
12:13:11 #10 34.69 Selecting previously unselected package dput.
12:13:11 #10 34.70 Preparing to unpack .../154-dput_1.0.3_all.deb ...
12:13:11 #10 34.70 Unpacking dput (1.0.3) ...
12:13:11 #10 34.74 Selecting previously unselected package equivs.
12:13:11 #10 34.74 Preparing to unpack .../155-equivs_2.2.0_all.deb ...
12:13:11 #10 34.74 Unpacking equivs (2.2.0) ...
12:13:11 #10 34.82 Selecting previously unselected package exim4-config.
12:13:11 #10 34.82 Preparing to unpack .../156-exim4-config_4.92-8+deb10u7_all.deb ...
12:13:11 #10 34.83 Unpacking exim4-config (4.92-8+deb10u7) ...
12:13:11 #10 34.88 Selecting previously unselected package exim4-base.
12:13:11 #10 34.88 Preparing to unpack .../157-exim4-base_4.92-8+deb10u7_amd64.deb ...
12:13:11 #10 34.89 Unpacking exim4-base (4.92-8+deb10u7) ...
12:13:11 #10 34.97 Selecting previously unselected package libevent-2.1-6:amd64.
12:13:11 #10 34.97 Preparing to unpack .../158-libevent-2.1-6_2.1.8-stable-4_amd64.deb ...
12:13:11 #10 34.97 Unpacking libevent-2.1-6:amd64 (2.1.8-stable-4) ...
12:13:11 #10 35.02 Selecting previously unselected package libunbound8:amd64.
12:13:11 #10 35.02 Preparing to unpack .../159-libunbound8_1.9.0-2+deb10u2_amd64.deb ...
12:13:11 #10 35.03 Unpacking libunbound8:amd64 (1.9.0-2+deb10u2) ...
12:13:11 #10 35.09 Selecting previously unselected package libgnutls-dane0:amd64.
12:13:11 #10 35.09 Preparing to unpack .../160-libgnutls-dane0_3.6.7-4+deb10u9_amd64.deb ...
12:13:11 #10 35.10 Unpacking libgnutls-dane0:amd64 (3.6.7-4+deb10u9) ...
12:13:11 #10 35.14 Selecting previously unselected package exim4-daemon-light.
12:13:11 #10 35.14 Preparing to unpack .../161-exim4-daemon-light_4.92-8+deb10u7_amd64.deb ...
12:13:11 #10 35.15 Unpacking exim4-daemon-light (4.92-8+deb10u7) ...
12:13:11 #10 35.22 Selecting previously unselected package libcurl3-gnutls:amd64.
12:13:11 #10 35.23 Preparing to unpack .../162-libcurl3-gnutls_7.64.0-4+deb10u3_amd64.deb ...
12:13:11 #10 35.23 Unpacking libcurl3-gnutls:amd64 (7.64.0-4+deb10u3) ...
12:13:11 #10 35.29 Selecting previously unselected package libpcre2-8-0:amd64.
12:13:12 #10 35.29 Preparing to unpack .../163-libpcre2-8-0_10.32-5_amd64.deb ...
12:13:12 #10 35.29 Unpacking libpcre2-8-0:amd64 (10.32-5) ...
12:13:12 #10 35.34 Selecting previously unselected package liberror-perl.
12:13:12 #10 35.34 Preparing to unpack .../164-liberror-perl_0.17027-2_all.deb ...
12:13:12 #10 35.34 Unpacking liberror-perl (0.17027-2) ...
12:13:12 #10 35.38 Selecting previously unselected package git-man.
12:13:12 #10 35.38 Preparing to unpack .../165-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
12:13:12 #10 35.39 Unpacking git-man (1:2.20.1-2+deb10u3) ...
12:13:12 #10 35.54 Selecting previously unselected package git.
12:13:12 #10 35.54 Preparing to unpack .../166-git_1%3a2.20.1-2+deb10u3_amd64.deb ...
12:13:12 #10 35.56 Unpacking git (1:2.20.1-2+deb10u3) ...
12:13:12 #10 36.17 Selecting previously unselected package libgc1c2:amd64.
12:13:12 #10 36.18 Preparing to unpack .../167-libgc1c2_1%3a7.6.4-0.4_amd64.deb ...
12:13:12 #10 36.19 Unpacking libgc1c2:amd64 (1:7.6.4-0.4) ...
12:13:12 #10 36.24 Selecting previously unselected package libltdl7:amd64.
12:13:13 #10 36.24 Preparing to unpack .../168-libltdl7_2.4.6-9_amd64.deb ...
12:13:13 #10 36.25 Unpacking libltdl7:amd64 (2.4.6-9) ...
12:13:13 #10 36.30 Selecting previously unselected package guile-2.2-libs:amd64.
12:13:13 #10 36.30 Preparing to unpack .../169-guile-2.2-libs_2.2.4+1-2+deb10u1_amd64.deb ...
12:13:13 #10 36.31 Unpacking guile-2.2-libs:amd64 (2.2.4+1-2+deb10u1) ...
12:13:13 #10 36.97 Selecting previously unselected package iso-codes.
12:13:13 #10 36.97 Preparing to unpack .../170-iso-codes_4.2-1_all.deb ...
12:13:13 #10 36.97 Unpacking iso-codes (4.2-1) ...
12:13:13 #10 37.39 Selecting previously unselected package libalgorithm-diff-perl.
12:13:14 #10 37.40 Preparing to unpack .../171-libalgorithm-diff-perl_1.19.03-2_all.deb ...
12:13:14 #10 37.40 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
12:13:14 #10 37.45 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:13:14 #10 37.46 Preparing to unpack .../172-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
12:13:14 #10 37.46 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
12:13:14 #10 37.48 Selecting previously unselected package libalgorithm-merge-perl.
12:13:14 #10 37.49 Preparing to unpack .../173-libalgorithm-merge-perl_0.08-3_all.deb ...
12:13:14 #10 37.55 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:13:14 #10 37.58 Selecting previously unselected package libapt-inst2.0:amd64.
12:13:14 #10 37.58 Preparing to unpack .../174-libapt-inst2.0_1.8.2.3_amd64.deb ...
12:13:14 #10 37.59 Unpacking libapt-inst2.0:amd64 (1.8.2.3) ...
12:13:14 #10 37.63 Selecting previously unselected package libapt-pkg-perl.
12:13:14 #10 37.63 Preparing to unpack .../175-libapt-pkg-perl_0.1.34+b1_amd64.deb ...
12:13:14 #10 37.64 Unpacking libapt-pkg-perl (0.1.34+b1) ...
12:13:14 #10 37.67 Selecting previously unselected package libarchive-cpio-perl.
12:13:14 #10 37.67 Preparing to unpack .../176-libarchive-cpio-perl_0.10-1_all.deb ...
12:13:14 #10 37.68 Unpacking libarchive-cpio-perl (0.10-1) ...
12:13:14 #10 37.71 Selecting previously unselected package libasync-mergepoint-perl.
12:13:14 #10 37.71 Preparing to unpack .../177-libasync-mergepoint-perl_0.04-2_all.deb ...
12:13:14 #10 37.72 Unpacking libasync-mergepoint-perl (0.04-2) ...
12:13:14 #10 37.74 Selecting previously unselected package libauthen-sasl-perl.
12:13:14 #10 37.75 Preparing to unpack .../178-libauthen-sasl-perl_2.1600-1_all.deb ...
12:13:14 #10 37.75 Unpacking libauthen-sasl-perl (2.1600-1) ...
12:13:14 #10 37.78 Selecting previously unselected package libmodule-implementation-perl.
12:13:14 #10 37.78 Preparing to unpack .../179-libmodule-implementation-perl_0.09-1_all.deb ...
12:13:14 #10 37.79 Unpacking libmodule-implementation-perl (0.09-1) ...
12:13:14 #10 37.81 Selecting previously unselected package libvariable-magic-perl.
12:13:14 #10 37.82 Preparing to unpack .../180-libvariable-magic-perl_0.62-1+b1_amd64.deb ...
12:13:14 #10 37.82 Unpacking libvariable-magic-perl (0.62-1+b1) ...
12:13:14 #10 37.85 Selecting previously unselected package libb-hooks-endofscope-perl.
12:13:14 #10 37.85 Preparing to unpack .../181-libb-hooks-endofscope-perl_0.24-1_all.deb ...
12:13:14 #10 37.86 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
12:13:14 #10 37.89 Selecting previously unselected package libcapture-tiny-perl.
12:13:14 #10 37.89 Preparing to unpack .../182-libcapture-tiny-perl_0.48-1_all.deb ...
12:13:14 #10 37.89 Unpacking libcapture-tiny-perl (0.48-1) ...
12:13:14 #10 37.92 Selecting previously unselected package libcgi-pm-perl.
12:13:14 #10 37.93 Preparing to unpack .../183-libcgi-pm-perl_4.40-1_all.deb ...
12:13:14 #10 37.93 Unpacking libcgi-pm-perl (4.40-1) ...
12:13:14 #10 37.97 Selecting previously unselected package libfcgi-perl.
12:13:14 #10 37.98 Preparing to unpack .../184-libfcgi-perl_0.78-2+b3_amd64.deb ...
12:13:14 #10 37.98 Unpacking libfcgi-perl (0.78-2+b3) ...
12:13:14 #10 38.01 Selecting previously unselected package libcgi-fast-perl.
12:13:14 #10 38.01 Preparing to unpack .../185-libcgi-fast-perl_1%3a2.13-1_all.deb ...
12:13:14 #10 38.01 Unpacking libcgi-fast-perl (1:2.13-1) ...
12:13:14 #10 38.04 Selecting previously unselected package libsub-name-perl.
12:13:14 #10 38.04 Preparing to unpack .../186-libsub-name-perl_0.21-1+b3_amd64.deb ...
12:13:14 #10 38.05 Unpacking libsub-name-perl (0.21-1+b3) ...
12:13:14 #10 38.07 Selecting previously unselected package libclass-accessor-perl.
12:13:14 #10 38.07 Preparing to unpack .../187-libclass-accessor-perl_0.51-1_all.deb ...
12:13:14 #10 38.08 Unpacking libclass-accessor-perl (0.51-1) ...
12:13:14 #10 38.11 Selecting previously unselected package libclass-inspector-perl.
12:13:14 #10 38.11 Preparing to unpack .../188-libclass-inspector-perl_1.32-1_all.deb ...
12:13:14 #10 38.11 Unpacking libclass-inspector-perl (1.32-1) ...
12:13:14 #10 38.14 Selecting previously unselected package libclass-xsaccessor-perl.
12:13:14 #10 38.14 Preparing to unpack .../189-libclass-xsaccessor-perl_1.19-3+b2_amd64.deb ...
12:13:14 #10 38.15 Unpacking libclass-xsaccessor-perl (1.19-3+b2) ...
12:13:14 #10 38.18 Selecting previously unselected package libclone-perl.
12:13:14 #10 38.18 Preparing to unpack .../190-libclone-perl_0.41-1+b1_amd64.deb ...
12:13:14 #10 38.18 Unpacking libclone-perl (0.41-1+b1) ...
12:13:14 #10 38.21 Selecting previously unselected package libcommon-sense-perl.
12:13:15 #10 38.22 Preparing to unpack .../191-libcommon-sense-perl_3.74-2+b7_amd64.deb ...
12:13:15 #10 38.22 Unpacking libcommon-sense-perl (3.74-2+b7) ...
12:13:15 #10 38.25 Selecting previously unselected package libparams-util-perl.
12:13:15 #10 38.25 Preparing to unpack .../192-libparams-util-perl_1.07-3+b4_amd64.deb ...
12:13:15 #10 38.26 Unpacking libparams-util-perl (1.07-3+b4) ...
12:13:15 #10 38.28 Selecting previously unselected package libsub-install-perl.
12:13:15 #10 38.29 Preparing to unpack .../193-libsub-install-perl_0.928-1_all.deb ...
12:13:15 #10 38.29 Unpacking libsub-install-perl (0.928-1) ...
12:13:15 #10 38.31 Selecting previously unselected package libdata-optlist-perl.
12:13:15 #10 38.32 Preparing to unpack .../194-libdata-optlist-perl_0.110-1_all.deb ...
12:13:15 #10 38.32 Unpacking libdata-optlist-perl (0.110-1) ...
12:13:15 #10 38.35 Selecting previously unselected package libsub-exporter-perl.
12:13:15 #10 38.35 Preparing to unpack .../195-libsub-exporter-perl_0.987-1_all.deb ...
12:13:15 #10 38.35 Unpacking libsub-exporter-perl (0.987-1) ...
12:13:15 #10 38.38 Selecting previously unselected package libconst-fast-perl.
12:13:15 #10 38.38 Preparing to unpack .../196-libconst-fast-perl_0.014-1_all.deb ...
12:13:15 #10 38.39 Unpacking libconst-fast-perl (0.014-1) ...
12:13:15 #10 38.41 Selecting previously unselected package libwant-perl.
12:13:15 #10 38.42 Preparing to unpack .../197-libwant-perl_0.29-1+b4_amd64.deb ...
12:13:15 #10 38.42 Unpacking libwant-perl (0.29-1+b4) ...
12:13:15 #10 38.45 Selecting previously unselected package libcontextual-return-perl.
12:13:15 #10 38.45 Preparing to unpack .../198-libcontextual-return-perl_0.004014-2_all.deb ...
12:13:15 #10 38.45 Unpacking libcontextual-return-perl (0.004014-2) ...
12:13:15 #10 38.49 Selecting previously unselected package libconvert-binhex-perl.
12:13:15 #10 38.49 Preparing to unpack .../199-libconvert-binhex-perl_1.125-1_all.deb ...
12:13:15 #10 38.49 Unpacking libconvert-binhex-perl (1.125-1) ...
12:13:15 #10 38.52 Selecting previously unselected package libdata-dump-perl.
12:13:15 #10 38.52 Preparing to unpack .../200-libdata-dump-perl_1.23-1_all.deb ...
12:13:15 #10 38.53 Unpacking libdata-dump-perl (1.23-1) ...
12:13:15 #10 38.56 Selecting previously unselected package libdigest-bubblebabble-perl.
12:13:15 #10 38.56 Preparing to unpack .../201-libdigest-bubblebabble-perl_0.02-2_all.deb ...
12:13:15 #10 38.56 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
12:13:15 #10 38.59 Selecting previously unselected package libdigest-hmac-perl.
12:13:15 #10 38.59 Preparing to unpack .../202-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
12:13:15 #10 38.59 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
12:13:15 #10 38.62 Selecting previously unselected package libdistro-info-perl.
12:13:15 #10 38.62 Preparing to unpack .../203-libdistro-info-perl_0.21_all.deb ...
12:13:15 #10 38.62 Unpacking libdistro-info-perl (0.21) ...
12:13:15 #10 38.65 Selecting previously unselected package libnet-smtp-ssl-perl.
12:13:15 #10 38.65 Preparing to unpack .../204-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:13:15 #10 38.66 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:13:15 #10 38.68 Selecting previously unselected package libmailtools-perl.
12:13:15 #10 38.68 Preparing to unpack .../205-libmailtools-perl_2.18-1_all.deb ...
12:13:15 #10 38.69 Unpacking libmailtools-perl (2.18-1) ...
12:13:15 #10 38.72 Selecting previously unselected package libnet-ip-perl.
12:13:15 #10 38.73 Preparing to unpack .../206-libnet-ip-perl_1.26-2_all.deb ...
12:13:15 #10 38.73 Unpacking libnet-ip-perl (1.26-2) ...
12:13:15 #10 38.76 Selecting previously unselected package libnet-dns-perl.
12:13:15 #10 38.76 Preparing to unpack .../207-libnet-dns-perl_1.19-1_all.deb ...
12:13:15 #10 38.76 Unpacking libnet-dns-perl (1.19-1) ...
12:13:15 #10 38.83 Selecting previously unselected package libnet-domain-tld-perl.
12:13:15 #10 38.83 Preparing to unpack .../208-libnet-domain-tld-perl_1.75-1_all.deb ...
12:13:15 #10 38.84 Unpacking libnet-domain-tld-perl (1.75-1) ...
12:13:15 #10 38.86 Selecting previously unselected package libemail-valid-perl.
12:13:15 #10 38.87 Preparing to unpack .../209-libemail-valid-perl_1.202-1_all.deb ...
12:13:15 #10 38.87 Unpacking libemail-valid-perl (1.202-1) ...
12:13:15 #10 38.90 Selecting previously unselected package libexporter-tiny-perl.
12:13:15 #10 38.90 Preparing to unpack .../210-libexporter-tiny-perl_1.002001-1_all.deb ...
12:13:15 #10 38.90 Unpacking libexporter-tiny-perl (1.002001-1) ...
12:13:15 #10 38.94 Selecting previously unselected package libipc-system-simple-perl.
12:13:15 #10 38.94 Preparing to unpack .../211-libipc-system-simple-perl_1.25-4_all.deb ...
12:13:15 #10 38.94 Unpacking libipc-system-simple-perl (1.25-4) ...
12:13:15 #10 38.97 Selecting previously unselected package libfile-basedir-perl.
12:13:15 #10 38.97 Preparing to unpack .../212-libfile-basedir-perl_0.08-1_all.deb ...
12:13:15 #10 38.98 Unpacking libfile-basedir-perl (0.08-1) ...
12:13:15 #10 39.01 Selecting previously unselected package libfile-chdir-perl.
12:13:15 #10 39.01 Preparing to unpack .../213-libfile-chdir-perl_0.1008-1_all.deb ...
12:13:15 #10 39.01 Unpacking libfile-chdir-perl (0.1008-1) ...
12:13:15 #10 39.04 Selecting previously unselected package libfile-fcntllock-perl.
12:13:15 #10 39.04 Preparing to unpack .../214-libfile-fcntllock-perl_0.22-3+b5_amd64.deb ...
12:13:15 #10 39.05 Unpacking libfile-fcntllock-perl (0.22-3+b5) ...
12:13:15 #10 39.08 Selecting previously unselected package libfont-afm-perl.
12:13:15 #10 39.08 Preparing to unpack .../215-libfont-afm-perl_1.20-2_all.deb ...
12:13:15 #10 39.08 Unpacking libfont-afm-perl (1.20-2) ...
12:13:15 #10 39.12 Selecting previously unselected package libfribidi0:amd64.
12:13:15 #10 39.12 Preparing to unpack .../216-libfribidi0_1.0.5-3.1+deb10u2_amd64.deb ...
12:13:15 #10 39.12 Unpacking libfribidi0:amd64 (1.0.5-3.1+deb10u2) ...
12:13:15 #10 39.15 Selecting previously unselected package libfuture-perl.
12:13:15 #10 39.16 Preparing to unpack .../217-libfuture-perl_0.39-1_all.deb ...
12:13:15 #10 39.16 Unpacking libfuture-perl (0.39-1) ...
12:13:15 #10 39.20 Selecting previously unselected package libio-stringy-perl.
12:13:15 #10 39.20 Preparing to unpack .../218-libio-stringy-perl_2.111-3_all.deb ...
12:13:15 #10 39.21 Unpacking libio-stringy-perl (2.111-3) ...
12:13:15 #10 39.27 Selecting previously unselected package libparams-validate-perl.
12:13:16 #10 39.27 Preparing to unpack .../219-libparams-validate-perl_1.29-1+b1_amd64.deb ...
12:13:16 #10 39.28 Unpacking libparams-validate-perl (1.29-1+b1) ...
12:13:16 #10 39.33 Selecting previously unselected package libgetopt-long-descriptive-perl.
12:13:16 #10 39.34 Preparing to unpack .../220-libgetopt-long-descriptive-perl_0.103-2_all.deb ...
12:13:16 #10 39.35 Unpacking libgetopt-long-descriptive-perl (0.103-2) ...
12:13:16 #10 39.41 Selecting previously unselected package libsort-versions-perl.
12:13:16 #10 39.41 Preparing to unpack .../221-libsort-versions-perl_1.62-1_all.deb ...
12:13:16 #10 39.42 Unpacking libsort-versions-perl (1.62-1) ...
12:13:16 #10 39.45 Selecting previously unselected package libgit-wrapper-perl.
12:13:16 #10 39.45 Preparing to unpack .../222-libgit-wrapper-perl_0.048-1_all.deb ...
12:13:16 #10 39.46 Unpacking libgit-wrapper-perl (0.048-1) ...
12:13:16 #10 39.49 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:13:16 #10 39.49 Preparing to unpack .../223-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
12:13:16 #10 39.50 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
12:13:16 #10 39.53 Selecting previously unselected package libio-prompter-perl.
12:13:16 #10 39.53 Preparing to unpack .../224-libio-prompter-perl_0.004015-1_all.deb ...
12:13:16 #10 39.53 Unpacking libio-prompter-perl (0.004015-1) ...
12:13:16 #10 39.56 Selecting previously unselected package libjson-perl.
12:13:16 #10 39.57 Preparing to unpack .../225-libjson-perl_4.02000-1_all.deb ...
12:13:16 #10 39.57 Unpacking libjson-perl (4.02000-1) ...
12:13:16 #10 39.60 Selecting previously unselected package liblog-any-perl.
12:13:16 #10 39.61 Preparing to unpack .../226-liblog-any-perl_1.707-1_all.deb ...
12:13:16 #10 39.61 Unpacking liblog-any-perl (1.707-1) ...
12:13:16 #10 39.64 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:13:16 #10 39.64 Preparing to unpack .../227-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
12:13:16 #10 39.64 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
12:13:16 #10 39.67 Selecting previously unselected package libpackage-stash-perl.
12:13:16 #10 39.67 Preparing to unpack .../228-libpackage-stash-perl_0.38-1_all.deb ...
12:13:16 #10 39.68 Unpacking libpackage-stash-perl (0.38-1) ...
12:13:16 #10 39.70 Selecting previously unselected package libsub-identify-perl.
12:13:16 #10 39.71 Preparing to unpack .../229-libsub-identify-perl_0.14-1+b1_amd64.deb ...
12:13:16 #10 39.71 Unpacking libsub-identify-perl (0.14-1+b1) ...
12:13:16 #10 39.73 Selecting previously unselected package libnamespace-clean-perl.
12:13:16 #10 39.74 Preparing to unpack .../230-libnamespace-clean-perl_0.27-1_all.deb ...
12:13:16 #10 39.74 Unpacking libnamespace-clean-perl (0.27-1) ...
12:13:16 #10 39.78 Selecting previously unselected package libpath-tiny-perl.
12:13:16 #10 39.78 Preparing to unpack .../231-libpath-tiny-perl_0.108-1_all.deb ...
12:13:16 #10 39.78 Unpacking libpath-tiny-perl (0.108-1) ...
12:13:16 #10 39.82 Selecting previously unselected package libtype-tiny-perl.
12:13:16 #10 39.82 Preparing to unpack .../232-libtype-tiny-perl_1.004004-1_all.deb ...
12:13:16 #10 39.82 Unpacking libtype-tiny-perl (1.004004-1) ...
12:13:16 #10 39.91 Selecting previously unselected package libgitlab-api-v4-perl.
12:13:16 #10 39.91 Preparing to unpack .../233-libgitlab-api-v4-perl_0.16-1_all.deb ...
12:13:16 #10 39.91 Unpacking libgitlab-api-v4-perl (0.16-1) ...
12:13:16 #10 39.95 Selecting previously unselected package libglib2.0-data.
12:13:16 #10 39.95 Preparing to unpack .../234-libglib2.0-data_2.58.3-2+deb10u4_all.deb ...
12:13:16 #10 39.95 Unpacking libglib2.0-data (2.58.3-2+deb10u4) ...
12:13:16 #10 40.11 Selecting previously unselected package libgpm2:amd64.
12:13:16 #10 40.12 Preparing to unpack .../235-libgpm2_1.20.7-5_amd64.deb ...
12:13:16 #10 40.12 Unpacking libgpm2:amd64 (1.20.7-5) ...
12:13:16 #10 40.16 Selecting previously unselected package libidn11:amd64.
12:13:16 #10 40.16 Preparing to unpack .../236-libidn11_1.33-2.2_amd64.deb ...
12:13:16 #10 40.16 Unpacking libidn11:amd64 (1.33-2.2) ...
12:13:16 #10 40.21 Selecting previously unselected package libntlm0:amd64.
12:13:16 #10 40.21 Preparing to unpack .../237-libntlm0_1.5-1+deb10u1_amd64.deb ...
12:13:16 #10 40.21 Unpacking libntlm0:amd64 (1.5-1+deb10u1) ...
12:13:16 #10 40.25 Selecting previously unselected package libgsasl7.
12:13:16 #10 40.25 Preparing to unpack .../238-libgsasl7_1.8.0-8+deb10u1_amd64.deb ...
12:13:16 #10 40.25 Unpacking libgsasl7 (1.8.0-8+deb10u1) ...
12:13:16 #10 40.30 Selecting previously unselected package libhtml-form-perl.
12:13:17 #10 40.30 Preparing to unpack .../239-libhtml-form-perl_6.03-1_all.deb ...
12:13:17 #10 40.31 Unpacking libhtml-form-perl (6.03-1) ...
12:13:17 #10 40.33 Selecting previously unselected package libhtml-format-perl.
12:13:17 #10 40.34 Preparing to unpack .../240-libhtml-format-perl_2.12-1_all.deb ...
12:13:17 #10 40.34 Unpacking libhtml-format-perl (2.12-1) ...
12:13:17 #10 40.37 Selecting previously unselected package libhttp-daemon-perl.
12:13:17 #10 40.38 Preparing to unpack .../241-libhttp-daemon-perl_6.01-3+deb10u1_all.deb ...
12:13:17 #10 40.38 Unpacking libhttp-daemon-perl (6.01-3+deb10u1) ...
12:13:17 #10 40.41 Selecting previously unselected package libstruct-dumb-perl.
12:13:17 #10 40.41 Preparing to unpack .../242-libstruct-dumb-perl_0.09-1_all.deb ...
12:13:17 #10 40.41 Unpacking libstruct-dumb-perl (0.09-1) ...
12:13:17 #10 40.44 Selecting previously unselected package libio-async-perl.
12:13:17 #10 40.44 Preparing to unpack .../243-libio-async-perl_0.72-1_all.deb ...
12:13:17 #10 40.45 Unpacking libio-async-perl (0.72-1) ...
12:13:17 #10 40.50 Selecting previously unselected package libio-sessiondata-perl.
12:13:17 #10 40.50 Preparing to unpack .../244-libio-sessiondata-perl_1.03-1_all.deb ...
12:13:17 #10 40.51 Unpacking libio-sessiondata-perl (1.03-1) ...
12:13:17 #10 40.53 Selecting previously unselected package libio-string-perl.
12:13:17 #10 40.53 Preparing to unpack .../245-libio-string-perl_1.08-3_all.deb ...
12:13:17 #10 40.54 Unpacking libio-string-perl (1.08-3) ...
12:13:17 #10 40.57 Selecting previously unselected package libtypes-serialiser-perl.
12:13:17 #10 40.57 Preparing to unpack .../246-libtypes-serialiser-perl_1.0-1_all.deb ...
12:13:17 #10 40.57 Unpacking libtypes-serialiser-perl (1.0-1) ...
12:13:17 #10 40.60 Selecting previously unselected package libjson-xs-perl.
12:13:17 #10 40.60 Preparing to unpack .../247-libjson-xs-perl_3.040-1+b1_amd64.deb ...
12:13:17 #10 40.61 Unpacking libjson-xs-perl (3.040-1+b1) ...
12:13:17 #10 40.65 Selecting previously unselected package liblzo2-2:amd64.
12:13:17 #10 40.65 Preparing to unpack .../248-liblzo2-2_2.10-0.1_amd64.deb ...
12:13:17 #10 40.65 Unpacking liblzo2-2:amd64 (2.10-0.1) ...
12:13:17 #10 40.69 Selecting previously unselected package libkyotocabinet16v5:amd64.
12:13:17 #10 40.69 Preparing to unpack .../249-libkyotocabinet16v5_1.2.76-4.2+b1_amd64.deb ...
12:13:17 #10 40.70 Unpacking libkyotocabinet16v5:amd64 (1.2.76-4.2+b1) ...
12:13:17 #10 40.75 Selecting previously unselected package liblist-compare-perl.
12:13:17 #10 40.75 Preparing to unpack .../250-liblist-compare-perl_0.53-1_all.deb ...
12:13:17 #10 40.75 Unpacking liblist-compare-perl (0.53-1) ...
12:13:17 #10 40.80 Selecting previously unselected package liblist-moreutils-perl.
12:13:17 #10 40.80 Preparing to unpack .../251-liblist-moreutils-perl_0.416-1+b4_amd64.deb ...
12:13:17 #10 40.80 Unpacking liblist-moreutils-perl (0.416-1+b4) ...
12:13:17 #10 40.84 Selecting previously unselected package libltdl-dev:amd64.
12:13:17 #10 40.84 Preparing to unpack .../252-libltdl-dev_2.4.6-9_amd64.deb ...
12:13:17 #10 40.84 Unpacking libltdl-dev:amd64 (2.4.6-9) ...
12:13:17 #10 40.90 Selecting previously unselected package libsys-hostname-long-perl.
12:13:17 #10 40.90 Preparing to unpack .../253-libsys-hostname-long-perl_1.5-1_all.deb ...
12:13:17 #10 40.90 Unpacking libsys-hostname-long-perl (1.5-1) ...
12:13:17 #10 40.93 Selecting previously unselected package libmail-sendmail-perl.
12:13:17 #10 40.93 Preparing to unpack .../254-libmail-sendmail-perl_0.80-1_all.deb ...
12:13:17 #10 40.93 Unpacking libmail-sendmail-perl (0.80-1) ...
12:13:17 #10 40.96 Selecting previously unselected package mailutils-common.
12:13:17 #10 40.96 Preparing to unpack .../255-mailutils-common_1%3a3.5-4_all.deb ...
12:13:17 #10 40.97 Unpacking mailutils-common (1:3.5-4) ...
12:13:17 #10 41.04 Selecting previously unselected package mysql-common.
12:13:17 #10 41.04 Preparing to unpack .../256-mysql-common_5.8+1.0.5_all.deb ...
12:13:17 #10 41.05 Unpacking mysql-common (5.8+1.0.5) ...
12:13:17 #10 41.09 Selecting previously unselected package mariadb-common.
12:13:17 #10 41.09 Preparing to unpack .../257-mariadb-common_1%3a10.3.36-0+deb10u2_all.deb ...
12:13:17 #10 41.10 Unpacking mariadb-common (1:10.3.36-0+deb10u2) ...
12:13:17 #10 41.13 Selecting previously unselected package libmariadb3:amd64.
12:13:17 #10 41.14 Preparing to unpack .../258-libmariadb3_1%3a10.3.36-0+deb10u2_amd64.deb ...
12:13:17 #10 41.14 Unpacking libmariadb3:amd64 (1:10.3.36-0+deb10u2) ...
12:13:17 #10 41.19 Selecting previously unselected package libpython2.7-minimal:amd64.
12:13:17 #10 41.19 Preparing to unpack .../259-libpython2.7-minimal_2.7.16-2+deb10u1_amd64.deb ...
12:13:17 #10 41.20 Unpacking libpython2.7-minimal:amd64 (2.7.16-2+deb10u1) ...
12:13:17 #10 41.28 Selecting previously unselected package libpython2.7-stdlib:amd64.
12:13:17 #10 41.28 Preparing to unpack .../260-libpython2.7-stdlib_2.7.16-2+deb10u1_amd64.deb ...
12:13:18 #10 41.28 Unpacking libpython2.7-stdlib:amd64 (2.7.16-2+deb10u1) ...
12:13:18 #10 41.51 Selecting previously unselected package libpython2.7:amd64.
12:13:18 #10 41.51 Preparing to unpack .../261-libpython2.7_2.7.16-2+deb10u1_amd64.deb ...
12:13:18 #10 41.52 Unpacking libpython2.7:amd64 (2.7.16-2+deb10u1) ...
12:13:18 #10 41.69 Selecting previously unselected package libmailutils5:amd64.
12:13:18 #10 41.69 Preparing to unpack .../262-libmailutils5_1%3a3.5-4_amd64.deb ...
12:13:18 #10 41.69 Unpacking libmailutils5:amd64 (1:3.5-4) ...
12:13:18 #10 41.77 Selecting previously unselected package libmime-tools-perl.
12:13:18 #10 41.77 Preparing to unpack .../263-libmime-tools-perl_5.509-1_all.deb ...
12:13:18 #10 41.77 Unpacking libmime-tools-perl (5.509-1) ...
12:13:18 #10 41.82 Selecting previously unselected package libnet-dns-sec-perl.
12:13:18 #10 41.82 Preparing to unpack .../264-libnet-dns-sec-perl_1.11-1_amd64.deb ...
12:13:18 #10 41.82 Unpacking libnet-dns-sec-perl (1.11-1) ...
12:13:18 #10 41.86 Selecting previously unselected package libnet-libidn-perl.
12:13:18 #10 41.86 Preparing to unpack .../265-libnet-libidn-perl_0.12.ds-3+b1_amd64.deb ...
12:13:18 #10 41.86 Unpacking libnet-libidn-perl (0.12.ds-3+b1) ...
12:13:18 #10 41.89 Selecting previously unselected package libnumber-compare-perl.
12:13:18 #10 41.89 Preparing to unpack .../266-libnumber-compare-perl_0.03-1_all.deb ...
12:13:18 #10 41.90 Unpacking libnumber-compare-perl (0.03-1) ...
12:13:18 #10 41.92 Selecting previously unselected package libnumber-range-perl.
12:13:18 #10 41.93 Preparing to unpack .../267-libnumber-range-perl_0.12-1_all.deb ...
12:13:18 #10 41.93 Unpacking libnumber-range-perl (0.12-1) ...
12:13:18 #10 41.96 Selecting previously unselected package libossp-uuid16:amd64.
12:13:18 #10 41.96 Preparing to unpack .../268-libossp-uuid16_1.6.2-1.5+b7_amd64.deb ...
12:13:18 #10 41.97 Unpacking libossp-uuid16:amd64 (1.6.2-1.5+b7) ...
12:13:18 #10 42.00 Selecting previously unselected package libossp-uuid-perl.
12:13:18 #10 42.00 Preparing to unpack .../269-libossp-uuid-perl_1.6.2-1.5+b7_amd64.deb ...
12:13:18 #10 42.00 Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ...
12:13:18 #10 42.03 Selecting previously unselected package libpackage-stash-xs-perl.
12:13:18 #10 42.04 Preparing to unpack .../270-libpackage-stash-xs-perl_0.29-1_amd64.deb ...
12:13:18 #10 42.04 Unpacking libpackage-stash-xs-perl (0.29-1) ...
12:13:18 #10 42.07 Selecting previously unselected package libparse-debianchangelog-perl.
12:13:18 #10 42.07 Preparing to unpack .../271-libparse-debianchangelog-perl_1.2.0-13_all.deb ...
12:13:18 #10 42.07 Unpacking libparse-debianchangelog-perl (1.2.0-13) ...
12:13:18 #10 42.11 Selecting previously unselected package libtext-glob-perl.
12:13:18 #10 42.11 Preparing to unpack .../272-libtext-glob-perl_0.10-1_all.deb ...
12:13:18 #10 42.11 Unpacking libtext-glob-perl (0.10-1) ...
12:13:18 #10 42.13 Selecting previously unselected package libpath-iterator-rule-perl.
12:13:18 #10 42.14 Preparing to unpack .../273-libpath-iterator-rule-perl_1.014-1_all.deb ...
12:13:18 #10 42.14 Unpacking libpath-iterator-rule-perl (1.014-1) ...
12:13:18 #10 42.17 Selecting previously unselected package libperlio-gzip-perl.
12:13:18 #10 42.17 Preparing to unpack .../274-libperlio-gzip-perl_0.19-1+b5_amd64.deb ...
12:13:18 #10 42.18 Unpacking libperlio-gzip-perl (0.19-1+b5) ...
12:13:18 #10 42.21 Selecting previously unselected package libpod-constants-perl.
12:13:18 #10 42.21 Preparing to unpack .../275-libpod-constants-perl_0.19-1_all.deb ...
12:13:18 #10 42.21 Unpacking libpod-constants-perl (0.19-1) ...
12:13:18 #10 42.24 Selecting previously unselected package libreadonly-perl.
12:13:18 #10 42.24 Preparing to unpack .../276-libreadonly-perl_2.050-1_all.deb ...
12:13:18 #10 42.25 Unpacking libreadonly-perl (2.050-1) ...
12:13:18 #10 42.28 Selecting previously unselected package libref-util-perl.
12:13:18 #10 42.28 Preparing to unpack .../277-libref-util-perl_0.204-1_all.deb ...
12:13:18 #10 42.29 Unpacking libref-util-perl (0.204-1) ...
12:13:18 #10 42.32 Selecting previously unselected package libref-util-xs-perl.
12:13:18 #10 42.32 Preparing to unpack .../278-libref-util-xs-perl_0.117-1+b1_amd64.deb ...
12:13:18 #10 42.32 Unpacking libref-util-xs-perl (0.117-1+b1) ...
12:13:18 #10 42.35 Selecting previously unselected package libregexp-pattern-license-perl.
12:13:19 #10 42.36 Preparing to unpack .../279-libregexp-pattern-license-perl_3.0.31-4_all.deb ...
12:13:19 #10 42.36 Unpacking libregexp-pattern-license-perl (3.0.31-4) ...
12:13:19 #10 42.40 Selecting previously unselected package libsasl2-modules:amd64.
12:13:19 #10 42.40 Preparing to unpack .../280-libsasl2-modules_2.1.27+dfsg-1+deb10u2_amd64.deb ...
12:13:19 #10 42.40 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-1+deb10u2) ...
12:13:19 #10 42.44 Selecting previously unselected package libsereal-decoder-perl.
12:13:19 #10 42.44 Preparing to unpack .../281-libsereal-decoder-perl_4.005+ds-1+b1_amd64.deb ...
12:13:19 #10 42.45 Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ...
12:13:19 #10 42.48 Selecting previously unselected package libsereal-encoder-perl.
12:13:19 #10 42.48 Preparing to unpack .../282-libsereal-encoder-perl_4.005+ds-1+b1_amd64.deb ...
12:13:19 #10 42.49 Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ...
12:13:19 #10 42.52 Selecting previously unselected package libsereal-perl.
12:13:19 #10 42.52 Preparing to unpack .../283-libsereal-perl_4.005-1_all.deb ...
12:13:19 #10 42.53 Unpacking libsereal-perl (4.005-1) ...
12:13:19 #10 42.56 Selecting previously unselected package libtask-weaken-perl.
12:13:19 #10 42.56 Preparing to unpack .../284-libtask-weaken-perl_1.06-1_all.deb ...
12:13:19 #10 42.56 Unpacking libtask-weaken-perl (1.06-1) ...
12:13:19 #10 42.59 Selecting previously unselected package libxml-parser-perl.
12:13:19 #10 42.59 Preparing to unpack .../285-libxml-parser-perl_2.44-4_amd64.deb ...
12:13:19 #10 42.59 Unpacking libxml-parser-perl (2.44-4) ...
12:13:19 #10 42.64 Selecting previously unselected package libsoap-lite-perl.
12:13:19 #10 42.64 Preparing to unpack .../286-libsoap-lite-perl_1.27-1_all.deb ...
12:13:19 #10 42.65 Unpacking libsoap-lite-perl (1.27-1) ...
12:13:19 #10 42.70 Selecting previously unselected package libsort-key-perl.
12:13:19 #10 42.71 Preparing to unpack .../287-libsort-key-perl_1.33-2+b1_amd64.deb ...
12:13:19 #10 42.71 Unpacking libsort-key-perl (1.33-2+b1) ...
12:13:19 #10 42.74 Selecting previously unselected package libstring-copyright-perl.
12:13:19 #10 42.74 Preparing to unpack .../288-libstring-copyright-perl_0.003006-1_all.deb ...
12:13:19 #10 42.75 Unpacking libstring-copyright-perl (0.003006-1) ...
12:13:19 #10 42.77 Selecting previously unselected package libstring-escape-perl.
12:13:19 #10 42.78 Preparing to unpack .../289-libstring-escape-perl_2010.002-2_all.deb ...
12:13:19 #10 42.78 Unpacking libstring-escape-perl (2010.002-2) ...
12:13:19 #10 42.81 Selecting previously unselected package libstring-shellquote-perl.
12:13:19 #10 42.81 Preparing to unpack .../290-libstring-shellquote-perl_1.04-1_all.deb ...
12:13:19 #10 42.81 Unpacking libstring-shellquote-perl (1.04-1) ...
12:13:19 #10 42.84 Selecting previously unselected package libterm-readkey-perl.
12:13:19 #10 42.84 Preparing to unpack .../291-libterm-readkey-perl_2.38-1_amd64.deb ...
12:13:19 #10 42.85 Unpacking libterm-readkey-perl (2.38-1) ...
12:13:19 #10 42.88 Selecting previously unselected package libtest-fatal-perl.
12:13:19 #10 42.88 Preparing to unpack .../292-libtest-fatal-perl_0.014-1_all.deb ...
12:13:19 #10 42.88 Unpacking libtest-fatal-perl (0.014-1) ...
12:13:19 #10 42.91 Selecting previously unselected package libtest-refcount-perl.
12:13:19 #10 42.91 Preparing to unpack .../293-libtest-refcount-perl_0.08-3_all.deb ...
12:13:19 #10 42.92 Unpacking libtest-refcount-perl (0.08-3) ...
12:13:19 #10 42.94 Selecting previously unselected package libtext-levenshtein-perl.
12:13:19 #10 42.95 Preparing to unpack .../294-libtext-levenshtein-perl_0.13-1_all.deb ...
12:13:19 #10 42.95 Unpacking libtext-levenshtein-perl (0.13-1) ...
12:13:19 #10 42.98 Selecting previously unselected package libtype-tiny-xs-perl.
12:13:19 #10 42.98 Preparing to unpack .../295-libtype-tiny-xs-perl_0.014-1+b1_amd64.deb ...
12:13:19 #10 42.98 Unpacking libtype-tiny-xs-perl (0.014-1+b1) ...
12:13:19 #10 43.01 Selecting previously unselected package libunicode-utf8-perl.
12:13:19 #10 43.01 Preparing to unpack .../296-libunicode-utf8-perl_0.62-1_amd64.deb ...
12:13:19 #10 43.02 Unpacking libunicode-utf8-perl (0.62-1) ...
12:13:19 #10 43.05 Selecting previously unselected package libunwind8:amd64.
12:13:19 #10 43.05 Preparing to unpack .../297-libunwind8_1.2.1-10~deb10u1_amd64.deb ...
12:13:19 #10 43.05 Unpacking libunwind8:amd64 (1.2.1-10~deb10u1) ...
12:13:19 #10 43.09 Selecting previously unselected package libwrap0:amd64.
12:13:19 #10 43.09 Preparing to unpack .../298-libwrap0_7.6.q-28_amd64.deb ...
12:13:19 #10 43.10 Unpacking libwrap0:amd64 (7.6.q-28) ...
12:13:19 #10 43.13 Selecting previously unselected package libxau6:amd64.
12:13:20 #10 43.13 Preparing to unpack .../299-libxau6_1%3a1.0.8-1+b2_amd64.deb ...
12:13:20 #10 43.14 Unpacking libxau6:amd64 (1:1.0.8-1+b2) ...
12:13:20 #10 43.17 Selecting previously unselected package libxdmcp6:amd64.
12:13:20 #10 43.17 Preparing to unpack .../300-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
12:13:20 #10 43.17 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
12:13:20 #10 43.21 Selecting previously unselected package libxcb1:amd64.
12:13:20 #10 43.21 Preparing to unpack .../301-libxcb1_1.13.1-2_amd64.deb ...
12:13:20 #10 43.22 Unpacking libxcb1:amd64 (1.13.1-2) ...
12:13:20 #10 43.25 Selecting previously unselected package libx11-data.
12:13:20 #10 43.25 Preparing to unpack .../302-libx11-data_2%3a1.6.7-1+deb10u2_all.deb ...
12:13:20 #10 43.25 Unpacking libx11-data (2:1.6.7-1+deb10u2) ...
12:13:20 #10 43.33 Selecting previously unselected package libx11-6:amd64.
12:13:20 #10 43.33 Preparing to unpack .../303-libx11-6_2%3a1.6.7-1+deb10u2_amd64.deb ...
12:13:20 #10 43.33 Unpacking libx11-6:amd64 (2:1.6.7-1+deb10u2) ...
12:13:20 #10 43.42 Selecting previously unselected package libxext6:amd64.
12:13:20 #10 43.42 Preparing to unpack .../304-libxext6_2%3a1.3.3-1+b2_amd64.deb ...
12:13:20 #10 43.42 Unpacking libxext6:amd64 (2:1.3.3-1+b2) ...
12:13:20 #10 43.45 Selecting previously unselected package libxml-namespacesupport-perl.
12:13:20 #10 43.46 Preparing to unpack .../305-libxml-namespacesupport-perl_1.12-1_all.deb ...
12:13:20 #10 43.46 Unpacking libxml-namespacesupport-perl (1.12-1) ...
12:13:20 #10 43.49 Selecting previously unselected package libxml-sax-base-perl.
12:13:20 #10 43.49 Preparing to unpack .../306-libxml-sax-base-perl_1.09-1_all.deb ...
12:13:20 #10 43.49 Unpacking libxml-sax-base-perl (1.09-1) ...
12:13:20 #10 43.53 Selecting previously unselected package libxml-sax-perl.
12:13:20 #10 43.53 Preparing to unpack .../307-libxml-sax-perl_1.00+dfsg-1_all.deb ...
12:13:20 #10 43.54 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
12:13:20 #10 43.58 Selecting previously unselected package libxml-libxml-perl.
12:13:20 #10 43.59 Preparing to unpack .../308-libxml-libxml-perl_2.0134+dfsg-1_amd64.deb ...
12:13:20 #10 43.59 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
12:13:20 #10 43.66 Selecting previously unselected package libxml-sax-expat-perl.
12:13:20 #10 43.66 Preparing to unpack .../309-libxml-sax-expat-perl_0.51-1_all.deb ...
12:13:20 #10 43.66 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:13:20 #10 43.69 Selecting previously unselected package libxml-simple-perl.
12:13:20 #10 43.69 Preparing to unpack .../310-libxml-simple-perl_2.25-1_all.deb ...
12:13:20 #10 43.70 Unpacking libxml-simple-perl (2.25-1) ...
12:13:20 #10 43.73 Selecting previously unselected package libxmlrpc-lite-perl.
12:13:20 #10 43.73 Preparing to unpack .../311-libxmlrpc-lite-perl_0.717-2_all.deb ...
12:13:20 #10 43.74 Unpacking libxmlrpc-lite-perl (0.717-2) ...
12:13:20 #10 43.77 Selecting previously unselected package libxmuu1:amd64.
12:13:20 #10 43.77 Preparing to unpack .../312-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
12:13:20 #10 43.78 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
12:13:20 #10 43.81 Selecting previously unselected package libyaml-0-2:amd64.
12:13:20 #10 43.82 Preparing to unpack .../313-libyaml-0-2_0.2.1-1_amd64.deb ...
12:13:20 #10 43.82 Unpacking libyaml-0-2:amd64 (0.2.1-1) ...
12:13:20 #10 43.85 Selecting previously unselected package libyaml-libyaml-perl.
12:13:20 #10 43.85 Preparing to unpack .../314-libyaml-libyaml-perl_0.76+repack-1_amd64.deb ...
12:13:20 #10 43.85 Unpacking libyaml-libyaml-perl (0.76+repack-1) ...
12:13:20 #10 43.88 Selecting previously unselected package licensecheck.
12:13:20 #10 43.89 Preparing to unpack .../315-licensecheck_3.0.31-3_all.deb ...
12:13:20 #10 43.89 Unpacking licensecheck (3.0.31-3) ...
12:13:20 #10 43.92 Selecting previously unselected package t1utils.
12:13:20 #10 43.93 Preparing to unpack .../316-t1utils_1.41-3_amd64.deb ...
12:13:20 #10 43.93 Unpacking t1utils (1.41-3) ...
12:13:20 #10 43.97 Selecting previously unselected package lintian.
12:13:20 #10 43.97 Preparing to unpack .../317-lintian_2.15.0_all.deb ...
12:13:20 #10 43.97 Unpacking lintian (2.15.0) ...
12:13:20 #10 44.13 Selecting previously unselected package lsb-release.
12:13:20 #10 44.13 Preparing to unpack .../318-lsb-release_10.2019051400_all.deb ...
12:13:20 #10 44.13 Unpacking lsb-release (10.2019051400) ...
12:13:20 #10 44.16 Selecting previously unselected package mailutils.
12:13:21 #10 44.17 Preparing to unpack .../319-mailutils_1%3a3.5-4_amd64.deb ...
12:13:21 #10 44.17 Unpacking mailutils (1:3.5-4) ...
12:13:21 #10 44.22 Selecting previously unselected package manpages-dev.
12:13:21 #10 44.23 Preparing to unpack .../320-manpages-dev_4.16-2_all.deb ...
12:13:21 #10 44.23 Unpacking manpages-dev (4.16-2) ...
12:13:21 #10 44.57 Selecting previously unselected package psmisc.
12:13:21 #10 44.57 Preparing to unpack .../321-psmisc_23.2-1+deb10u1_amd64.deb ...
12:13:21 #10 44.58 Unpacking psmisc (23.2-1+deb10u1) ...
12:13:21 #10 44.62 Selecting previously unselected package publicsuffix.
12:13:21 #10 44.63 Preparing to unpack .../322-publicsuffix_20220811.1734-0+deb10u1_all.deb ...
12:13:21 #10 44.63 Unpacking publicsuffix (20220811.1734-0+deb10u1) ...
12:13:21 #10 44.67 Selecting previously unselected package python-apt-common.
12:13:21 #10 44.67 Preparing to unpack .../323-python-apt-common_1.8.4.3_all.deb ...
12:13:21 #10 44.67 Unpacking python-apt-common (1.8.4.3) ...
12:13:21 #10 44.73 Selecting previously unselected package python3-apt.
12:13:21 #10 44.73 Preparing to unpack .../324-python3-apt_1.8.4.3_amd64.deb ...
12:13:21 #10 44.73 Unpacking python3-apt (1.8.4.3) ...
12:13:21 #10 44.78 Selecting previously unselected package python3-certifi.
12:13:21 #10 44.78 Preparing to unpack .../325-python3-certifi_2018.8.24-1_all.deb ...
12:13:21 #10 44.79 Unpacking python3-certifi (2018.8.24-1) ...
12:13:21 #10 44.83 Selecting previously unselected package python3-idna.
12:13:21 #10 44.83 Preparing to unpack .../326-python3-idna_2.6-1_all.deb ...
12:13:21 #10 44.84 Unpacking python3-idna (2.6-1) ...
12:13:21 #10 44.88 Selecting previously unselected package python3-magic.
12:13:21 #10 44.88 Preparing to unpack .../327-python3-magic_2%3a0.4.15-2_all.deb ...
12:13:21 #10 44.88 Unpacking python3-magic (2:0.4.15-2) ...
12:13:21 #10 44.92 Selecting previously unselected package python3-urllib3.
12:13:21 #10 44.92 Preparing to unpack .../328-python3-urllib3_1.24.1-1_all.deb ...
12:13:21 #10 44.93 Unpacking python3-urllib3 (1.24.1-1) ...
12:13:21 #10 44.96 Selecting previously unselected package python3-requests.
12:13:21 #10 44.97 Preparing to unpack .../329-python3-requests_2.21.0-1_all.deb ...
12:13:21 #10 44.97 Unpacking python3-requests (2.21.0-1) ...
12:13:21 #10 45.01 Selecting previously unselected package python3-unidiff.
12:13:21 #10 45.01 Preparing to unpack .../330-python3-unidiff_0.5.4-1_all.deb ...
12:13:21 #10 45.02 Unpacking python3-unidiff (0.5.4-1) ...
12:13:21 #10 45.05 Selecting previously unselected package python3-xdg.
12:13:21 #10 45.06 Preparing to unpack .../331-python3-xdg_0.25-5_all.deb ...
12:13:21 #10 45.06 Unpacking python3-xdg (0.25-5) ...
12:13:21 #10 45.10 Selecting previously unselected package shared-mime-info.
12:13:21 #10 45.10 Preparing to unpack .../332-shared-mime-info_1.10-1_amd64.deb ...
12:13:21 #10 45.10 Unpacking shared-mime-info (1.10-1) ...
12:13:22 #10 45.21 Selecting previously unselected package strace.
12:13:22 #10 45.22 Preparing to unpack .../333-strace_4.26-0.2_amd64.deb ...
12:13:22 #10 45.22 Unpacking strace (4.26-0.2) ...
12:13:22 #10 45.29 Selecting previously unselected package unzip.
12:13:22 #10 45.30 Preparing to unpack .../334-unzip_6.0-23+deb10u3_amd64.deb ...
12:13:22 #10 45.30 Unpacking unzip (6.0-23+deb10u3) ...
12:13:22 #10 45.35 Selecting previously unselected package xauth.
12:13:22 #10 45.36 Preparing to unpack .../335-xauth_1%3a1.0.10-1_amd64.deb ...
12:13:22 #10 45.36 Unpacking xauth (1:1.0.10-1) ...
12:13:22 #10 45.40 Selecting previously unselected package xdg-user-dirs.
12:13:22 #10 45.40 Preparing to unpack .../336-xdg-user-dirs_0.17-2_amd64.deb ...
12:13:22 #10 45.41 Unpacking xdg-user-dirs (0.17-2) ...
12:13:22 #10 45.49 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
12:13:22 #10 45.51 Setting up libapt-pkg-perl (0.1.34+b1) ...
12:13:22 #10 45.54 Setting up libksba8:amd64 (1.3.5-2) ...
12:13:22 #10 45.55 Setting up libpipeline1:amd64 (1.5.1-2) ...
12:13:22 #10 45.56 Setting up wdiff (1.2.2-2+b1) ...
12:13:22 #10 45.58 Setting up lsb-base (10.2019051400) ...
12:13:22 #10 45.59 Setting up mysql-common (5.8+1.0.5) ...
12:13:22 #10 45.61 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
12:13:22 #10 45.62 Setting up libxau6:amd64 (1:1.0.8-1+b2) ...
12:13:22 #10 45.63 Setting up libkeyutils1:amd64 (1.6-6) ...
12:13:22 #10 45.64 Setting up libpsl5:amd64 (0.20.2-2) ...
12:13:22 #10 45.68 Setting up libgpm2:amd64 (1.20.7-5) ...
12:13:22 #10 45.69 Setting up mime-support (3.62) ...
12:13:22 #10 45.71 Setting up xdg-user-dirs (0.17-2) ...
12:13:22 #10 45.74 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
12:13:22 #10 45.75 Setting up psmisc (23.2-1+deb10u1) ...
12:13:22 #10 45.76 Setting up libgc1c2:amd64 (1:7.6.4-0.4) ...
12:13:22 #10 45.77 Setting up libyaml-0-2:amd64 (0.2.1-1) ...
12:13:22 #10 45.78 Setting up libglib2.0-0:amd64 (2.58.3-2+deb10u4) ...
12:13:22 #10 45.79 No schema files found: doing nothing.
12:13:22 #10 45.79 Setting up distro-info-data (0.41+deb10u5) ...
12:13:22 #10 45.80 Setting up manpages (4.16-2) ...
12:13:22 #10 45.82 Setting up unzip (6.0-23+deb10u3) ...
12:13:22 #10 45.83 Setting up libsqlite3-0:amd64 (3.27.2-3+deb10u2) ...
12:13:22 #10 45.85 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-1+deb10u2) ...
12:13:22 #10 45.86 Setting up binutils-common:amd64 (2.31.1-16) ...
12:13:22 #10 45.87 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
12:13:22 #10 45.88 Setting up libmagic1:amd64 (1:5.35-4+deb10u2) ...
12:13:22 #10 45.90 Setting up less (487-0.1+b1) ...
12:13:22 #10 45.98 Setting up perl-openssl-defaults:amd64 (3) ...
12:13:22 #10 45.99 Setting up linux-libc-dev:amd64 (4.19.260-1) ...
12:13:22 #10 46.00 Setting up gettext-base (0.19.8.1-9) ...
12:13:22 #10 46.01 Setting up liblzo2-2:amd64 (2.10-0.1) ...
12:13:22 #10 46.02 Setting up libnpth0:amd64 (1.6-1) ...
12:13:22 #10 46.03 Setting up krb5-locales (1.17-3+deb10u4) ...
12:13:22 #10 46.04 Setting up file (1:5.35-4+deb10u2) ...
12:13:22 #10 46.05 Setting up libossp-uuid16:amd64 (1.6.2-1.5+b7) ...
12:13:22 #10 46.06 Setting up libassuan0:amd64 (2.5.2-1) ...
12:13:22 #10 46.07 Setting up libgomp1:amd64 (8.3.0-6) ...
12:13:22 #10 46.09 Setting up libapt-inst2.0:amd64 (1.8.2.3) ...
12:13:22 #10 46.10 Setting up bzip2 (1.0.6-9.2~deb10u2) ...
12:13:22 #10 46.11 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
12:13:22 #10 46.12 Setting up libunwind8:amd64 (1.2.1-10~deb10u1) ...
12:13:22 #10 46.13 Setting up libicu63:amd64 (63.1-6+deb10u3) ...
12:13:22 #10 46.14 Setting up libfakeroot:amd64 (1.23-1) ...
12:13:22 #10 46.16 Setting up libkrb5support0:amd64 (1.17-3+deb10u4) ...
12:13:22 #10 46.17 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u2) ...
12:13:22 #10 46.18 Setting up fakeroot (1.23-1) ...
12:13:22 #10 46.19 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:13:22 #10 46.20 Setting up mariadb-common (1:10.3.36-0+deb10u2) ...
12:13:22 #10 46.22 update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
12:13:22 #10 46.22 Setting up libasan5:amd64 (8.3.0-6) ...
12:13:22 #10 46.23 Setting up autotools-dev (20180224.1) ...
12:13:22 #10 46.24 Setting up libglib2.0-data (2.58.3-2+deb10u4) ...
12:13:22 #10 46.25 Setting up libpython2.7-minimal:amd64 (2.7.16-2+deb10u1) ...
12:13:22 #10 46.26 Setting up libwrap0:amd64 (7.6.q-28) ...
12:13:22 #10 46.28 Setting up libx11-data (2:1.6.7-1+deb10u2) ...
12:13:22 #10 46.29 Setting up make (4.2.1-1.2) ...
12:13:22 #10 46.30 Setting up libmpfr6:amd64 (4.0.2-1) ...
12:13:23 #10 46.31 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
12:13:23 #10 46.32 Setting up libntlm0:amd64 (1.5-1+deb10u1) ...
12:13:23 #10 46.33 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
12:13:23 #10 46.34 Setting up libidn11:amd64 (1.33-2.2) ...
12:13:23 #10 46.35 Setting up libncurses6:amd64 (6.1+20181013-2+deb10u2) ...
12:13:23 #10 46.36 Setting up strace (4.26-0.2) ...
12:13:23 #10 46.37 Setting up libsigsegv2:amd64 (2.12-2) ...
12:13:23 #10 46.38 Setting up xz-utils (5.2.4-1+deb10u1) ...
12:13:23 #10 46.39 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:13:23 #10 46.40 Setting up libfribidi0:amd64 (1.0.5-3.1+deb10u2) ...
12:13:23 #10 46.41 Setting up t1utils (1.41-3) ...
12:13:23 #10 46.42 Setting up libquadmath0:amd64 (8.3.0-6) ...
12:13:23 #10 46.43 Setting up diffstat (1.62-1) ...
12:13:23 #10 46.44 Setting up libmpc3:amd64 (1.1.0-1) ...
12:13:23 #10 46.45 Setting up libatomic1:amd64 (8.3.0-6) ...
12:13:23 #10 46.46 Setting up patch (2.7.6-3+deb10u1) ...
12:13:23 #10 46.48 Setting up mailutils-common (1:3.5-4) ...
12:13:23 #10 46.49 Setting up autopoint (0.19.8.1-9) ...
12:13:23 #10 46.50 Setting up libmariadb3:amd64 (1:10.3.36-0+deb10u2) ...
12:13:23 #10 46.51 Setting up libfl2:amd64 (2.6.4-6.2) ...
12:13:23 #10 46.52 Setting up libpcre2-8-0:amd64 (10.32-5) ...
12:13:23 #10 46.53 Setting up libk5crypto3:amd64 (1.17-3+deb10u4) ...
12:13:23 #10 46.54 Setting up libltdl7:amd64 (2.4.6-9) ...
12:13:23 #10 46.55 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u2) ...
12:13:23 #10 46.56 Setting up libevent-2.1-6:amd64 (2.1.8-stable-4) ...
12:13:23 #10 46.61 Setting up libmpx2:amd64 (8.3.0-6) ...
12:13:23 #10 46.62 Setting up libubsan1:amd64 (8.3.0-6) ...
12:13:23 #10 46.63 Setting up libisl19:amd64 (0.20-2) ...
12:13:23 #10 46.64 Setting up dwz (0.12-3) ...
12:13:23 #10 46.65 Setting up python-apt-common (1.8.4.3) ...
12:13:23 #10 46.66 Setting up sensible-utils (0.0.12) ...
12:13:23 #10 46.67 Setting up exim4-config (4.92-8+deb10u7) ...
12:13:23 #10 46.96 Adding system-user for exim (v4)
12:13:23 #10 47.19 Setting up libuchardet0:amd64 (0.0.6-3) ...
12:13:23 #10 47.20 Setting up git-man (1:2.20.1-2+deb10u3) ...
12:13:23 #10 47.21 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
12:13:23 #10 47.22 Setting up netbase (5.6) ...
12:13:23 #10 47.24 Setting up libkrb5-3:amd64 (1.17-3+deb10u4) ...
12:13:23 #10 47.25 Setting up libmpdec2:amd64 (2.4.2-2) ...
12:13:23 #10 47.26 Setting up libbinutils:amd64 (2.31.1-16) ...
12:13:23 #10 47.27 Setting up cpp-8 (8.3.0-6) ...
12:13:23 #10 47.28 Setting up libc-dev-bin (2.28-10+deb10u1) ...
12:13:23 #10 47.29 Setting up openssl (1.1.1n-0+deb10u3) ...
12:13:23 #10 47.31 Setting up libbsd0:amd64 (0.9.1-2+deb10u1) ...
12:13:24 #10 47.32 Setting up readline-common (7.0-5) ...
12:13:24 #10 47.33 Setting up publicsuffix (20220811.1734-0+deb10u1) ...
12:13:24 #10 47.34 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u4) ...
12:13:24 #10 47.35 Setting up libcc1-0:amd64 (8.3.0-6) ...
12:13:24 #10 47.36 Setting up iso-codes (4.2-1) ...
12:13:24 #10 47.37 Setting up liblocale-gettext-perl (1.07-3+b4) ...
12:13:24 #10 47.38 Setting up liblsan0:amd64 (8.3.0-6) ...
12:13:24 #10 47.39 Setting up dctrl-tools (2.24-3) ...
12:13:24 #10 47.40 Setting up libitm1:amd64 (8.3.0-6) ...
12:13:24 #10 47.41 Setting up debian-keyring (2019.02.25) ...
12:13:24 #10 47.42 Setting up libreadline7:amd64 (7.0-5) ...
12:13:24 #10 47.43 Setting up libgdbm6:amd64 (1.18.1-4) ...
12:13:24 #10 47.44 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
12:13:24 #10 47.45 Setting up binutils-x86-64-linux-gnu (2.31.1-16) ...
12:13:24 #10 47.46 Setting up libtsan0:amd64 (8.3.0-6) ...
12:13:24 #10 47.47 Setting up pinentry-curses (1.1.0-2) ...
12:13:24 #10 47.49 Setting up manpages-dev (4.16-2) ...
12:13:24 #10 47.50 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
12:13:24 #10 47.51 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
12:13:24 #10 47.52 Setting up libxcb1:amd64 (1.13.1-2) ...
12:13:24 #10 47.53 Setting up at (3.1.23-1) ...
12:13:24 #10 47.66 invoke-rc.d: could not determine current runlevel
12:13:24 #10 47.67 invoke-rc.d: policy-rc.d denied execution of start.
12:13:24 #10 47.67 Setting up libedit2:amd64 (3.1-20181209-1) ...
12:13:24 #10 47.68 Setting up libkyotocabinet16v5:amd64 (1.2.76-4.2+b1) ...
12:13:24 #10 47.69 Setting up cron (3.0pl1-134+deb10u1) ...
12:13:24 #10 47.84 Adding group `crontab' (GID 102) ...
12:13:24 #10 47.85 Done.
12:13:24 #10 47.87 invoke-rc.d: could not determine current runlevel
12:13:24 #10 47.87 invoke-rc.d: policy-rc.d denied execution of start.
12:13:24 #10 47.98 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u7) ...
12:13:24 #10 47.99 Setting up m4 (1.4.18-2) ...
12:13:24 #10 48.00 Setting up binutils (2.31.1-16) ...
12:13:24 #10 48.01 Setting up libpython2.7-stdlib:amd64 (2.7.16-2+deb10u1) ...
12:13:24 #10 48.02 Setting up ca-certificates (20200601~deb10u2) ...
12:13:25 #10 48.40 Updating certificates in /etc/ssl/certs...
12:13:25 #10 48.87 137 added, 0 removed; done.
12:13:25 #10 48.90 Setting up libunbound8:amd64 (1.9.0-2+deb10u2) ...
12:13:25 #10 48.91 Setting up shared-mime-info (1.10-1) ...
12:13:27 #10 50.80 Setting up bsdmainutils (11.1.2+b1) ...
12:13:27 #10 50.82 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
12:13:27 #10 50.82 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
12:13:27 #10 50.83 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u4) ...
12:13:27 #10 50.84 Setting up libcroco3:amd64 (0.6.12-3) ...
12:13:27 #10 50.85 Setting up libgdbm-compat4:amd64 (1.18.1-4) ...
12:13:27 #10 50.86 Setting up ucf (3.0038+nmu1) ...
12:13:27 #10 50.95 Setting up libgcc-8-dev:amd64 (8.3.0-6) ...
12:13:27 #10 50.96 Setting up libperl5.28:amd64 (5.28.1-6+deb10u1) ...
12:13:27 #10 50.97 Setting up groff-base (1.22.4-3+deb10u1) ...
12:13:27 #10 50.99 Setting up cpp (4:8.3.0-1) ...
12:13:27 #10 51.00 Setting up gpgconf (2.2.12-1+deb10u2) ...
12:13:27 #10 51.01 Setting up libcurl4:amd64 (7.64.0-4+deb10u3) ...
12:13:27 #10 51.02 Setting up libc6-dev:amd64 (2.28-10+deb10u1) ...
12:13:27 #10 51.04 Setting up libx11-6:amd64 (2:1.6.7-1+deb10u2) ...
12:13:27 #10 51.05 Setting up curl (7.64.0-4+deb10u3) ...
12:13:27 #10 51.06 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
12:13:27 #10 51.07 Setting up gpg (2.2.12-1+deb10u2) ...
12:13:27 #10 51.07 Setting up guile-2.2-libs:amd64 (2.2.4+1-2+deb10u1) ...
12:13:27 #10 51.09 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
12:13:27 #10 51.10 Setting up libstdc++-8-dev:amd64 (8.3.0-6) ...
12:13:27 #10 51.11 Setting up python3.7 (3.7.3-2+deb10u3) ...
12:13:28 #10 51.73 Setting up libgnutls-dane0:amd64 (3.6.7-4+deb10u9) ...
12:13:28 #10 51.74 Setting up libpython2.7:amd64 (2.7.16-2+deb10u1) ...
12:13:28 #10 51.75 Setting up gettext (0.19.8.1-9) ...
12:13:28 #10 51.76 Setting up exim4-base (4.92-8+deb10u7) ...
12:13:28 #10 51.85 exim: DB upgrade, deleting hints-db
12:13:28 #10 51.88 Setting up gcc-8 (8.3.0-6) ...
12:13:28 #10 51.89 Setting up gpg-agent (2.2.12-1+deb10u2) ...
12:13:28 #10 51.91 Setting up libtool (2.4.6-9) ...
12:13:28 #10 51.92 Setting up openssh-client (1:7.9p1-10+deb10u2) ...
12:13:28 #10 52.00 Setting up gpgsm (2.2.12-1+deb10u2) ...
12:13:28 #10 52.01 Setting up libgsasl7 (1.8.0-8+deb10u1) ...
12:13:28 #10 52.01 Setting up libxext6:amd64 (2:1.3.3-1+b2) ...
12:13:28 #10 52.02 Setting up libcurl3-gnutls:amd64 (7.64.0-4+deb10u3) ...
12:13:28 #10 52.03 Setting up python3 (3.7.3-1) ...
12:13:28 #10 52.30 Setting up python3-xdg (0.25-5) ...
12:13:29 #10 52.44 Setting up man-db (2.8.5-2) ...
12:13:29 #10 52.53 Building database of manual pages ...
12:13:39 #10 61.59 Setting up libgpgme11:amd64 (1.12.0-6) ...
12:13:39 #10 61.60 Setting up gcc (4:8.3.0-1) ...
12:13:39 #10 61.62 Setting up python3-six (1.12.0-1) ...
12:13:39 #10 61.75 Setting up dirmngr (2.2.12-1+deb10u2) ...
12:13:39 #10 61.77 Setting up perl (5.28.1-6+deb10u1) ...
12:13:39 #10 61.78 Setting up libpackage-stash-xs-perl (0.29-1) ...
12:13:39 #10 61.79 Setting up python3-gpg (1.12.0-6) ...
12:13:39 #10 61.96 Setting up libdata-dump-perl (1.23-1) ...
12:13:39 #10 61.97 Setting up python3-certifi (2018.8.24-1) ...
12:13:39 #10 62.09 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
12:13:39 #10 62.10 Setting up libref-util-perl (0.204-1) ...
12:13:39 #10 62.11 Setting up libipc-system-simple-perl (1.25-4) ...
12:13:39 #10 62.12 Setting up libnet-domain-tld-perl (1.75-1) ...
12:13:39 #10 62.13 Setting up libnet-libidn-perl (0.12.ds-3+b1) ...
12:13:39 #10 62.14 Setting up libvariable-magic-perl (0.62-1+b1) ...
12:13:39 #10 62.15 Setting up python3-idna (2.6-1) ...
12:13:39 #10 62.32 Setting up libio-html-perl (1.001-1) ...
12:13:39 #10 62.33 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
12:13:39 #10 62.34 Setting up libtest-refcount-perl (0.08-3) ...
12:13:39 #10 62.35 Setting up libparams-util-perl (1.07-3+b4) ...
12:13:39 #10 62.36 Setting up libdpkg-perl (1.19.8) ...
12:13:39 #10 62.37 Setting up autoconf (2.69-11) ...
12:13:39 #10 62.38 Setting up python3-urllib3 (1.24.1-1) ...
12:13:39 #10 62.54 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:13:39 #10 62.55 Setting up libcapture-tiny-perl (0.48-1) ...
12:13:39 #10 62.56 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
12:13:39 #10 62.57 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
12:13:39 #10 62.57 Setting up libsub-name-perl (0.21-1+b3) ...
12:13:39 #10 62.58 Setting up libtype-tiny-xs-perl (0.014-1+b1) ...
12:13:39 #10 62.59 Setting up g++-8 (8.3.0-6) ...
12:13:39 #10 62.60 Setting up libfile-chdir-perl (0.1008-1) ...
12:13:39 #10 62.61 Setting up xauth (1:1.0.10-1) ...
12:13:39 #10 62.62 Setting up libpath-tiny-perl (0.108-1) ...
12:13:39 #10 62.63 Setting up libarchive-cpio-perl (0.10-1) ...
12:13:39 #10 62.64 Setting up libjson-perl (4.02000-1) ...
12:13:39 #10 62.65 Setting up libfcgi-perl (0.78-2+b3) ...
12:13:39 #10 62.66 Setting up libdevel-globaldestruction-perl (0.14-1) ...
12:13:39 #10 62.67 Setting up python3-unidiff (0.5.4-1) ...
12:13:39 #10 62.80 Setting up libstrictures-perl (2.000005-1) ...
12:13:39 #10 62.81 Setting up libsub-quote-perl (2.005001-1) ...
12:13:39 #10 62.82 Setting up libclass-xsaccessor-perl (1.19-3+b2) ...
12:13:39 #10 62.83 Setting up libsort-versions-perl (1.62-1) ...
12:13:39 #10 62.84 Setting up libexporter-tiny-perl (1.002001-1) ...
12:13:39 #10 62.85 Setting up libterm-readkey-perl (2.38-1) ...
12:13:39 #10 62.85 Setting up lsb-release (10.2019051400) ...
12:13:39 #10 62.86 Setting up libclass-accessor-perl (0.51-1) ...
12:13:39 #10 62.87 Setting up libnet-ip-perl (1.26-2) ...
12:13:39 #10 62.88 Setting up python3-magic (2:0.4.15-2) ...
12:13:39 #10 63.01 Setting up libperlio-gzip-perl (0.19-1+b5) ...
12:13:39 #10 63.02 Setting up libsys-hostname-long-perl (1.5-1) ...
12:13:39 #10 63.03 Setting up libsereal-decoder-perl (4.005+ds-1+b1) ...
12:13:39 #10 63.04 Setting up liburi-perl (1.76-1) ...
12:13:39 #10 63.05 Setting up exim4-daemon-light (4.92-8+deb10u7) ...
12:13:39 #10 63.12 invoke-rc.d: could not determine current runlevel
12:13:39 #10 63.12 invoke-rc.d: policy-rc.d denied execution of start.
12:13:39 #10 63.12 Initializing GnuTLS DH parameter file
12:13:39 #10 63.15 Setting up libmailutils5:amd64 (1:3.5-4) ...
12:13:39 #10 63.16 Setting up libdigest-bubblebabble-perl (0.02-2) ...
12:13:39 #10 63.17 Setting up libnet-ssleay-perl (1.85-2+deb10u1) ...
12:13:39 #10 63.18 Setting up python3-pkg-resources (40.8.0-1) ...
12:13:39 #10 63.37 Setting up automake (1:1.16.1-4) ...
12:13:40 #10 63.38 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:13:40 #10 63.38 Setting up libasync-mergepoint-perl (0.04-2) ...
12:13:40 #10 63.39 Setting up libio-sessiondata-perl (1.03-1) ...
12:13:40 #10 63.40 Setting up libstring-escape-perl (2010.002-2) ...
12:13:40 #10 63.41 Setting up libhttp-date-perl (6.02-1) ...
12:13:40 #10 63.42 Setting up libfile-which-perl (1.23-1) ...
12:13:40 #10 63.43 Setting up mailutils (1:3.5-4) ...
12:13:40 #10 63.43 update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
12:13:40 #10 63.44 update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
12:13:40 #10 63.44 update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
12:13:40 #10 63.45 update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
12:13:40 #10 63.45 update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
12:13:40 #10 63.45 update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
12:13:40 #10 63.46 update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
12:13:40 #10 63.46 Setting up libfile-basedir-perl (0.08-1) ...
12:13:40 #10 63.47 Setting up libnumber-range-perl (0.12-1) ...
12:13:40 #10 63.48 Setting up libtask-weaken-perl (1.06-1) ...
12:13:40 #10 63.49 Setting up libunicode-utf8-perl (0.62-1) ...
12:13:40 #10 63.50 Setting up libstruct-dumb-perl (0.09-1) ...
12:13:40 #10 63.51 Setting up libossp-uuid-perl (1.6.2-1.5+b7) ...
12:13:40 #10 63.52 Setting up libfile-listing-perl (6.04-1) ...
12:13:40 #10 63.53 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
12:13:40 #10 63.54 Setting up libclass-inspector-perl (1.32-1) ...
12:13:40 #10 63.55 Setting up libfont-afm-perl (1.20-2) ...
12:13:40 #10 63.56 Setting up libwant-perl (0.29-1+b4) ...
12:13:40 #10 63.57 Setting up libdynaloader-functions-perl (0.003-1) ...
12:13:40 #10 63.58 Setting up libtext-glob-perl (0.10-1) ...
12:13:40 #10 63.59 Setting up libclass-method-modifiers-perl (2.12-1) ...
12:13:40 #10 63.60 Setting up liblist-compare-perl (0.53-1) ...
12:13:40 #10 63.61 Setting up libref-util-xs-perl (0.117-1+b1) ...
12:13:40 #10 63.62 Setting up libio-pty-perl (1:1.08-1.1+b5) ...
12:13:40 #10 63.63 Setting up libfile-fcntllock-perl (0.22-3+b5) ...
12:13:40 #10 63.64 Setting up libsort-key-perl (1.33-2+b1) ...
12:13:40 #10 63.65 Setting up libclone-perl (0.41-1+b1) ...
12:13:40 #10 63.65 Setting up libalgorithm-diff-perl (1.19.03-2) ...
12:13:40 #10 63.66 Setting up libarchive-zip-perl (1.64-1) ...
12:13:40 #10 63.67 Setting up libsub-identify-perl (0.14-1+b1) ...
12:13:40 #10 63.68 Setting up libdistro-info-perl (0.21) ...
12:13:40 #10 63.69 Setting up python3-apt (1.8.4.3) ...
12:13:40 #10 63.84 Setting up libio-stringy-perl (2.111-3) ...
12:13:40 #10 63.85 Setting up liblist-moreutils-perl (0.416-1+b4) ...
12:13:40 #10 63.86 Setting up libhtml-tagset-perl (3.20-3) ...
12:13:40 #10 63.87 Setting up liblog-any-perl (1.707-1) ...
12:13:40 #10 63.88 Setting up libauthen-sasl-perl (2.1600-1) ...
12:13:40 #10 63.89 Setting up libpod-constants-perl (0.19-1) ...
12:13:40 #10 63.90 Setting up libregexp-pattern-license-perl (3.0.31-4) ...
12:13:40 #10 63.91 Setting up libconvert-binhex-perl (1.125-1) ...
12:13:40 #10 63.92 Setting up libfuture-perl (0.39-1) ...
12:13:40 #10 63.93 Setting up liblwp-mediatypes-perl (6.02-1) ...
12:13:40 #10 63.94 Setting up libyaml-libyaml-perl (0.76+repack-1) ...
12:13:40 #10 63.95 Setting up libtry-tiny-perl (0.30-1) ...
12:13:40 #10 63.96 Setting up libtype-tiny-perl (1.004004-1) ...
12:13:40 #10 63.97 Setting up libtest-fatal-perl (0.014-1) ...
12:13:40 #10 63.98 Setting up libcommon-sense-perl (3.74-2+b7) ...
12:13:40 #10 63.99 Setting up libxml-namespacesupport-perl (1.12-1) ...
12:13:40 #10 64.00 Setting up libnet-http-perl (6.18-1) ...
12:13:40 #10 64.01 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
12:13:40 #10 64.02 Setting up libencode-locale-perl (1.05-1) ...
12:13:40 #10 64.03 Setting up libtext-levenshtein-perl (0.13-1) ...
12:13:40 #10 64.04 Setting up libnet-dns-perl (1.19-1) ...
12:13:40 #10 64.05 Setting up libsereal-encoder-perl (4.005+ds-1+b1) ...
12:13:40 #10 64.06 Setting up libdevel-callchecker-perl (0.008-1) ...
12:13:40 #10 64.07 Setting up libstring-shellquote-perl (1.04-1) ...
12:13:40 #10 64.08 Setting up libsub-install-perl (0.928-1) ...
12:13:40 #10 64.09 Setting up dpkg-dev (1.19.8) ...
12:13:40 #10 64.10 Setting up libnumber-compare-perl (0.03-1) ...
12:13:40 #10 64.11 Setting up intltool-debian (0.35.0+20060710.5) ...
12:13:40 #10 64.12 Setting up libio-async-perl (0.72-1) ...
12:13:40 #10 64.13 Setting up liberror-perl (0.17027-2) ...
12:13:40 #10 64.14 Setting up patchutils (0.3.4-2) ...
12:13:40 #10 64.15 Setting up libmail-sendmail-perl (0.80-1) ...
12:13:40 #10 64.16 Setting up libltdl-dev:amd64 (2.4.6-9) ...
12:13:41 #10 64.17 Setting up libxml-sax-base-perl (1.09-1) ...
12:13:41 #10 64.18 Setting up libio-string-perl (1.08-3) ...
12:13:41 #10 64.19 Setting up libreadonly-perl (2.050-1) ...
12:13:41 #10 64.20 Setting up python3-chardet (3.0.4-3) ...
12:13:41 #10 64.41 Setting up libstring-copyright-perl (0.003006-1) ...
12:13:41 #10 64.42 Setting up python3-debian (0.1.35) ...
12:13:41 #10 64.58 Setting up python3-requests (2.21.0-1) ...
12:13:41 #10 64.72 Setting up libdata-optlist-perl (0.110-1) ...
12:13:41 #10 64.73 Setting up libipc-run-perl (20180523.0-1) ...
12:13:41 #10 64.74 Setting up git (1:2.20.1-2+deb10u3) ...
12:13:41 #10 64.77 Setting up libcontextual-return-perl (0.004014-2) ...
12:13:41 #10 64.78 Setting up libwww-robotrules-perl (6.02-1) ...
12:13:41 #10 64.79 Setting up libtypes-serialiser-perl (1.0-1) ...
12:13:41 #10 64.80 Setting up g++ (4:8.3.0-1) ...
12:13:41 #10 64.83 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:13:41 #10 64.83 Setting up libhtml-parser-perl (3.72-3+b3) ...
12:13:41 #10 64.84 Setting up libgit-wrapper-perl (0.048-1) ...
12:13:41 #10 64.85 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:13:41 #10 64.87 Setting up librole-tiny-perl (2.000006-1) ...
12:13:41 #10 64.88 Setting up gnupg (2.2.12-1+deb10u2) ...
12:13:41 #10 64.89 Setting up build-essential (12.6) ...
12:13:41 #10 64.90 Setting up libfile-homedir-perl (1.004-1) ...
12:13:41 #10 64.91 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
12:13:41 #10 64.92 Setting up libio-socket-ssl-perl (2.060-3) ...
12:13:41 #10 64.93 Setting up libsub-exporter-perl (0.987-1) ...
12:13:41 #10 64.94 Setting up libalgorithm-merge-perl (0.08-3) ...
12:13:41 #10 64.95 Setting up libhttp-message-perl (6.18-1) ...
12:13:41 #10 64.96 Setting up libhtml-form-perl (6.03-1) ...
12:13:41 #10 64.97 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
12:13:41 #10 64.97 Setting up libjson-xs-perl (3.040-1+b1) ...
12:13:41 #10 64.99 Setting up libhttp-negotiate-perl (6.01-1) ...
12:13:41 #10 65.00 Setting up libio-prompter-perl (0.004015-1) ...
12:13:41 #10 65.01 Setting up libhttp-cookies-perl (6.04-1) ...
12:13:41 #10 65.02 Setting up po-debconf (1.0.21) ...
12:13:41 #10 65.03 Setting up libhtml-tree-perl (5.07-2) ...
12:13:41 #10 65.03 Setting up libparams-classify-perl (0.015-1+b1) ...
12:13:41 #10 65.05 Setting up libcgi-pm-perl (4.40-1) ...
12:13:41 #10 65.06 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:13:41 #10 65.08 Setting up libnet-dns-sec-perl (1.11-1) ...
12:13:41 #10 65.09 Setting up libsereal-perl (4.005-1) ...
12:13:41 #10 65.11 Setting up libhtml-format-perl (2.12-1) ...
12:13:41 #10 65.12 Setting up libxml-sax-perl (1.00+dfsg-1) ...
12:13:41 #10 65.17 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:13:42 #10 65.23 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:13:42 #10 65.36 
12:13:42 #10 65.36 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:13:42 #10 65.39 Setting up dput (1.0.3) ...
12:13:42 #10 65.54 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:13:42 #10 65.55 Setting up libmodule-runtime-perl (0.016-1) ...
12:13:42 #10 65.56 Setting up libmailtools-perl (2.18-1) ...
12:13:42 #10 65.57 Setting up libparse-debianchangelog-perl (1.2.0-13) ...
12:13:42 #10 65.58 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
12:13:42 #10 65.62 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:13:42 #10 65.69 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:13:42 #10 65.75 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:13:42 #10 65.88 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:13:42 #10 65.91 Setting up libconst-fast-perl (0.014-1) ...
12:13:42 #10 65.93 Setting up libhttp-daemon-perl (6.01-3+deb10u1) ...
12:13:42 #10 65.94 Setting up libmodule-implementation-perl (0.09-1) ...
12:13:42 #10 65.94 Setting up libemail-valid-perl (1.202-1) ...
12:13:42 #10 65.95 Setting up libcgi-fast-perl (1:2.13-1) ...
12:13:42 #10 65.97 Setting up libpackage-stash-perl (0.38-1) ...
12:13:42 #10 65.97 Setting up libimport-into-perl (1.002005-1) ...
12:13:42 #10 65.99 Setting up libmoo-perl (2.003004-2) ...
12:13:42 #10 66.00 Setting up libmime-tools-perl (5.509-1) ...
12:13:42 #10 66.00 Setting up libxml-simple-perl (2.25-1) ...
12:13:42 #10 66.02 Setting up libparams-validate-perl (1.29-1+b1) ...
12:13:42 #10 66.03 Setting up libb-hooks-endofscope-perl (0.24-1) ...
12:13:42 #10 66.04 Setting up lintian (2.15.0) ...
12:13:42 #10 66.05 Setting up libnamespace-clean-perl (0.27-1) ...
12:13:42 #10 66.06 Setting up libgetopt-long-descriptive-perl (0.103-2) ...
12:13:42 #10 66.07 Setting up licensecheck (3.0.31-3) ...
12:13:42 #10 66.08 Setting up libgitlab-api-v4-perl (0.16-1) ...
12:13:42 #10 66.09 Setting up liblwp-protocol-https-perl (6.07-2) ...
12:13:42 #10 66.11 Setting up libwww-perl (6.36-2) ...
12:13:42 #10 66.11 Setting up debhelper (12.1.1) ...
12:13:42 #10 66.13 Setting up dh-autoreconf (19) ...
12:13:42 #10 66.14 Setting up devscripts (2.19.5+deb10u1) ...
12:13:43 #10 66.29 Setting up dh-strip-nondeterminism (1.1.2-1) ...
12:13:43 #10 66.30 Setting up equivs (2.2.0) ...
12:13:43 #10 66.31 Setting up libxml-parser-perl (2.44-4) ...
12:13:43 #10 66.32 Setting up libxml-sax-expat-perl (0.51-1) ...
12:13:43 #10 66.36 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:13:43 #10 66.41 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:13:43 #10 66.54 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:13:43 #10 66.58 Setting up libsoap-lite-perl (1.27-1) ...
12:13:43 #10 66.59 Setting up libxmlrpc-lite-perl (0.717-2) ...
12:13:43 #10 66.60 Processing triggers for libc-bin (2.28-10+deb10u1) ...
12:13:43 #10 66.62 Processing triggers for ca-certificates (20200601~deb10u2) ...
12:13:43 #10 66.63 Updating certificates in /etc/ssl/certs...
12:13:43 #10 66.99 0 added, 0 removed; done.
12:13:43 #10 66.99 Running hooks in /etc/ca-certificates/update.d...
12:13:43 #10 66.99 done.
12:13:44 #10 DONE 67.4s
12:13:44 
12:13:44 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:13:44 #11 DONE 0.1s
12:13:44 
12:13:44 #12 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:13:44 #12 0.694 Hit:1 http://deb.debian.org/debian buster InRelease
12:13:44 #12 0.694 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
12:13:44 #12 0.694 Hit:3 http://deb.debian.org/debian buster-updates InRelease
12:13:45 #12 0.965 Reading package lists...
12:13:46 #12 2.236 dh_testdir
12:13:46 #12 2.254 dh_testroot
12:13:46 #12 2.272 dh_prep
12:13:46 #12 2.293 dh_testdir
12:13:46 #12 2.314 dh_testroot
12:13:46 #12 2.331 dh_install
12:13:46 #12 2.357 dh_installdocs
12:13:46 #12 2.389 dh_installchangelogs
12:13:46 #12 2.460 dh_compress
12:13:46 #12 2.493 dh_fixperms
12:13:46 #12 2.534 dh_installdeb
12:13:46 #12 2.562 dh_gencontrol
12:13:46 #12 2.673 dh_md5sums
12:13:46 #12 2.700 dh_builddeb
12:13:46 #12 2.720 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:13:46 #12 2.740 
12:13:46 #12 2.740 The package has been created.
12:13:46 #12 2.740 Attention, the package has been created in the current directory,
12:13:46 #12 2.740 not in ".." as indicated by the message above!
12:13:46 #12 2.761 Selecting previously unselected package docker-ce-build-deps.
12:13:46 #12 2.776 (Reading database ... 27795 files and directories currently installed.)
12:13:47 #12 2.777 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:13:47 #12 2.781 Unpacking docker-ce-build-deps (1.0) ...
12:13:47 #12 2.852 Reading package lists...
12:13:47 #12 3.436 Building dependency tree...
12:13:47 #12 3.562 Reading state information...
12:13:47 #12 3.575 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:13:47 #12 3.603 Starting 2 pkgProblemResolver with broken count: 0
12:13:47 #12 3.605 Done
12:13:47 #12 3.617  Done
12:13:47 #12 3.622 Starting pkgProblemResolver with broken count: 0
12:13:47 #12 3.642 Starting 2 pkgProblemResolver with broken count: 0
12:13:47 #12 3.644 Done
12:13:47 #12 3.709 The following additional packages will be installed:
12:13:47 #12 3.710   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
12:13:47 #12 3.710   libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1
12:13:47 #12 3.710   libdevmapper1.02.1 libjsoncpp1 libpcre16-3 libpcre3-dev libpcre32-3
12:13:47 #12 3.710   libpcrecpp0v5 libprocps7 librhash0 libseccomp-dev libselinux1-dev
12:13:47 #12 3.710   libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config procps
12:13:47 #12 3.711 Suggested packages:
12:13:47 #12 3.711   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
12:13:48 #12 3.889 The following NEW packages will be installed:
12:13:48 #12 3.890   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
12:13:48 #12 3.890   libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1
12:13:48 #12 3.890   libdevmapper1.02.1 libjsoncpp1 libpcre16-3 libpcre3-dev libpcre32-3
12:13:48 #12 3.891   libpcrecpp0v5 libprocps7 librhash0 libseccomp-dev libselinux1-dev
12:13:48 #12 3.891   libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config procps
12:13:48 #12 4.160 0 upgraded, 26 newly installed, 0 to remove and 2 not upgraded.
12:13:48 #12 4.160 1 not fully installed or removed.
12:13:48 #12 4.160 Need to get 8978 kB of archives.
12:13:48 #12 4.160 After this operation, 38.6 MB of additional disk space will be used.
12:13:48 #12 4.160 Get:1 http://deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
12:13:48 #12 4.165 Get:2 http://deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
12:13:48 #12 4.180 Get:3 http://deb.debian.org/debian buster/main amd64 libprocps7 amd64 2:3.3.15-2 [61.7 kB]
12:13:48 #12 4.181 Get:4 http://deb.debian.org/debian buster/main amd64 procps amd64 2:3.3.15-2 [259 kB]
12:13:48 #12 4.184 Get:5 http://deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
12:13:48 #12 4.187 Get:6 http://deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
12:13:48 #12 4.188 Get:7 http://deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
12:13:48 #12 4.190 Get:8 http://deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB]
12:13:48 #12 4.192 Get:9 http://deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
12:13:48 #12 4.227 Get:10 http://deb.debian.org/debian buster/main amd64 dh-apparmor all 2.13.2-10 [70.1 kB]
12:13:48 #12 4.228 Get:11 http://deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
12:13:48 #12 4.230 Get:12 http://deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
12:13:48 #12 4.231 Get:13 http://deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
12:13:48 #12 4.232 Get:14 http://deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
12:13:48 #12 4.234 Get:15 http://deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
12:13:48 #12 4.235 Get:16 http://deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u8 [110 kB]
12:13:48 #12 4.236 Get:17 http://deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
12:13:48 #12 4.240 Get:18 http://deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
12:13:48 #12 4.243 Get:19 http://deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
12:13:48 #12 4.245 Get:20 http://deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
12:13:48 #12 4.247 Get:21 http://deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
12:13:48 #12 4.253 Get:22 http://deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
12:13:48 #12 4.255 Get:23 http://deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
12:13:48 #12 4.256 Get:24 http://deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
12:13:48 #12 4.257 Get:25 http://deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB]
12:13:48 #12 4.260 Get:26 http://deb.debian.org/debian buster/main amd64 pkg-config amd64 0.29-6 [63.5 kB]
12:13:48 #12 4.406 debconf: delaying package configuration, since apt-utils is not installed
12:13:48 #12 4.439 Fetched 8978 kB in 0s (25.2 MB/s)
12:13:48 #12 4.466 Selecting previously unselected package bash-completion.
12:13:48 #12 4.466 (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 ... 27799 files and directories currently installed.)
12:13:48 #12 4.482 Preparing to unpack .../00-bash-completion_1%3a2.8-6_all.deb ...
12:13:49 #12 5.094 Unpacking bash-completion (1:2.8-6) ...
12:13:49 #12 5.207 Selecting previously unselected package cmake-data.
12:13:49 #12 5.210 Preparing to unpack .../01-cmake-data_3.13.4-1_all.deb ...
12:13:49 #12 5.215 Unpacking cmake-data (3.13.4-1) ...
12:13:49 #12 5.566 Selecting previously unselected package libprocps7:amd64.
12:13:49 #12 5.570 Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_amd64.deb ...
12:13:49 #12 5.577 Unpacking libprocps7:amd64 (2:3.3.15-2) ...
12:13:49 #12 5.620 Selecting previously unselected package procps.
12:13:49 #12 5.623 Preparing to unpack .../03-procps_2%3a3.3.15-2_amd64.deb ...
12:13:49 #12 5.627 Unpacking procps (2:3.3.15-2) ...
12:13:49 #12 5.683 Selecting previously unselected package libarchive13:amd64.
12:13:49 #12 5.686 Preparing to unpack .../04-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
12:13:49 #12 5.690 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
12:13:49 #12 5.744 Selecting previously unselected package libjsoncpp1:amd64.
12:13:50 #12 5.748 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_amd64.deb ...
12:13:50 #12 5.751 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
12:13:50 #12 5.790 Selecting previously unselected package librhash0:amd64.
12:13:50 #12 5.793 Preparing to unpack .../06-librhash0_1.3.8-1_amd64.deb ...
12:13:50 #12 5.797 Unpacking librhash0:amd64 (1.3.8-1) ...
12:13:50 #12 5.835 Selecting previously unselected package libuv1:amd64.
12:13:50 #12 5.839 Preparing to unpack .../07-libuv1_1.24.1-1+deb10u1_amd64.deb ...
12:13:50 #12 5.842 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ...
12:13:50 #12 5.874 Selecting previously unselected package cmake.
12:13:50 #12 5.878 Preparing to unpack .../08-cmake_3.13.4-1_amd64.deb ...
12:13:50 #12 5.881 Unpacking cmake (3.13.4-1) ...
12:13:50 #12 6.245 Selecting previously unselected package dh-apparmor.
12:13:50 #12 6.248 Preparing to unpack .../09-dh-apparmor_2.13.2-10_all.deb ...
12:13:50 #12 6.251 Unpacking dh-apparmor (2.13.2-10) ...
12:13:50 #12 6.287 Selecting previously unselected package libbtrfs0.
12:13:50 #12 6.290 Preparing to unpack .../10-libbtrfs0_4.20.1-2_amd64.deb ...
12:13:50 #12 6.293 Unpacking libbtrfs0 (4.20.1-2) ...
12:13:50 #12 6.318 Selecting previously unselected package libbtrfs-dev.
12:13:50 #12 6.321 Preparing to unpack .../11-libbtrfs-dev_4.20.1-2_amd64.deb ...
12:13:50 #12 6.324 Unpacking libbtrfs-dev (4.20.1-2) ...
12:13:50 #12 6.356 Selecting previously unselected package dmsetup.
12:13:50 #12 6.359 Preparing to unpack .../12-dmsetup_2%3a1.02.155-3_amd64.deb ...
12:13:50 #12 6.362 Unpacking dmsetup (2:1.02.155-3) ...
12:13:50 #12 6.400 Selecting previously unselected package libdevmapper1.02.1:amd64.
12:13:50 #12 6.403 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
12:13:50 #12 6.407 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
12:13:50 #12 6.446 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
12:13:50 #12 6.449 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
12:13:50 #12 6.453 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
12:13:50 #12 6.484 Selecting previously unselected package libudev-dev:amd64.
12:13:50 #12 6.487 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_amd64.deb ...
12:13:50 #12 6.494 Unpacking libudev-dev:amd64 (241-7~deb10u8) ...
12:13:50 #12 6.534 Selecting previously unselected package libsepol1-dev:amd64.
12:13:50 #12 6.538 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
12:13:50 #12 6.542 Unpacking libsepol1-dev:amd64 (2.8-1) ...
12:13:50 #12 6.606 Selecting previously unselected package libpcre16-3:amd64.
12:13:50 #12 6.609 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
12:13:50 #12 6.613 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
12:13:50 #12 6.658 Selecting previously unselected package libpcre32-3:amd64.
12:13:51 #12 6.661 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
12:13:51 #12 6.664 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
12:13:51 #12 6.713 Selecting previously unselected package libpcrecpp0v5:amd64.
12:13:51 #12 6.713 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
12:13:51 #12 6.716 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
12:13:51 #12 6.748 Selecting previously unselected package libpcre3-dev:amd64.
12:13:51 #12 6.751 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
12:13:51 #12 6.754 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
12:13:51 #12 6.843 Selecting previously unselected package libselinux1-dev:amd64.
12:13:51 #12 6.847 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
12:13:51 #12 6.850 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
12:13:51 #12 6.904 Selecting previously unselected package libdevmapper-dev:amd64.
12:13:51 #12 6.907 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
12:13:51 #12 6.910 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
12:13:51 #12 6.938 Selecting previously unselected package libseccomp-dev:amd64.
12:13:51 #12 6.941 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
12:13:51 #12 6.945 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
12:13:51 #12 6.977 Selecting previously unselected package libsystemd-dev:amd64.
12:13:51 #12 6.980 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_amd64.deb ...
12:13:51 #12 6.983 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ...
12:13:51 #12 7.081 Selecting previously unselected package pkg-config.
12:13:51 #12 7.081 Preparing to unpack .../25-pkg-config_0.29-6_amd64.deb ...
12:13:51 #12 7.084 Unpacking pkg-config (0.29-6) ...
12:13:51 #12 7.127 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
12:13:51 #12 7.137 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
12:13:51 #12 7.145 Setting up libpcre16-3:amd64 (2:8.39-12) ...
12:13:51 #12 7.154 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
12:13:51 #12 7.162 Setting up libprocps7:amd64 (2:3.3.15-2) ...
12:13:51 #12 7.171 Setting up libsepol1-dev:amd64 (2.8-1) ...
12:13:51 #12 7.180 Setting up libbtrfs0 (4.20.1-2) ...
12:13:51 #12 7.190 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ...
12:13:51 #12 7.198 Setting up bash-completion (1:2.8-6) ...
12:13:52 #12 7.849 Setting up libpcre32-3:amd64 (2:8.39-12) ...
12:13:52 #12 7.862 Setting up pkg-config (0.29-6) ...
12:13:52 #12 7.913 Setting up libudev-dev:amd64 (241-7~deb10u8) ...
12:13:52 #12 7.926 Setting up libbtrfs-dev (4.20.1-2) ...
12:13:52 #12 7.936 Setting up librhash0:amd64 (1.3.8-1) ...
12:13:52 #12 7.945 Setting up procps (2:3.3.15-2) ...
12:13:52 #12 7.974 update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
12:13:52 #12 7.988 Setting up cmake-data (3.13.4-1) ...
12:13:52 #12 8.002 Setting up dh-apparmor (2.13.2-10) ...
12:13:52 #12 8.011 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ...
12:13:52 #12 8.021 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
12:13:52 #12 8.030 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
12:13:52 #12 8.040 Setting up cmake (3.13.4-1) ...
12:13:52 #12 8.048 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
12:13:52 #12 8.058 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
12:13:52 #12 8.068 Setting up dmsetup (2:1.02.155-3) ...
12:13:52 #12 8.077 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
12:13:52 #12 8.086 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
12:13:52 #12 8.095 Setting up docker-ce-build-deps (1.0) ...
12:13:52 #12 8.105 Processing triggers for libc-bin (2.28-10+deb10u1) ...
12:13:52 #12 8.121 Processing triggers for man-db (2.8.5-2) ...
12:13:53 #12 DONE 9.2s
12:13:53 
12:13:53 #13 [stage-1 5/8] COPY sources/ /sources
12:13:53 #13 DONE 0.1s
12:13:53 
12:13:53 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:13:56 #14 DONE 2.2s
12:13:56 
12:13:56 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:13:56 #15 DONE 0.0s
12:13:56 
12:13:56 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:13:56 #16 DONE 0.0s
12:13:56 
12:13:56 #17 exporting to image
12:13:56 #17 exporting layers
12:14:01 #17 exporting layers 5.5s done
12:14:01 #17 writing image sha256:50b0238b4a3cf08909e773aac885bbae09b05e7be8e5866062c443ba6624ff23 done
12:14:01 #17 naming to docker.io/debbuild-debian-buster/x86_64 done
12:14:01 #17 DONE 5.5s
12:14:01 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/debian-buster:/build  debbuild-debian-buster/x86_64
12:14:01 + set -e
12:14:01 + mkdir -p /root/build-deb/engine
12:14:01 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:14:02 + mkdir -p /root/build-deb/cli
12:14:02 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:14:02 + mkdir -p /root/build-deb/compose
12:14:02 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:14:02 + mkdir -p /root/build-deb/scan-cli-plugin
12:14:02 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:14:02 + mkdir -p /go/src/github.com/docker
12:14:02 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:14:02 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:14:02 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:14:02 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:14:02 + EPOCH=5
12:14:02 + EPOCH_SEP=
12:14:02 + [[ ! -z 5 ]]
12:14:02 + EPOCH_SEP=:
12:14:02 + [[ -z 0.0.0-20220908081902-b40c2f6 ]]
12:14:02 + echo VERSION AAA 0.0.0-20220908081902-b40c2f6
12:14:02 VERSION AAA 0.0.0-20220908081902-b40c2f6
12:14:02 + VERSION=0.0.0-20220908081902-b40c2f6
12:14:02 + echo VERSION bbb 0.0.0-20220908081902-b40c2f6
12:14:02 VERSION bbb 0.0.0-20220908081902-b40c2f6
12:14:02 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:14:02 + debSource=docker-ce
12:14:02 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:14:02 + debMaintainer='Docker <support@docker.com>'
12:14:02 ++ date --rfc-2822
12:14:02 + debDate='Mon, 03 Oct 2022 12:14:02 +0000'
12:14:02 + cat
12:14:02 + export CLI_GITCOMMIT=b40c2f6
12:14:02 + CLI_GITCOMMIT=b40c2f6
12:14:02 + export ENGINE_GITCOMMIT=f219cb5
12:14:02 + ENGINE_GITCOMMIT=f219cb5
12:14:02 + export SCAN_GITCOMMIT=061fe0a
12:14:02 + SCAN_GITCOMMIT=061fe0a
12:14:02 + echo VERSION BBB 0.0.0-20220908081902-b40c2f6
12:14:02 VERSION BBB 0.0.0-20220908081902-b40c2f6
12:14:02 + dpkg-buildpackage -uc -us -I.git
12:14:02 dpkg-buildpackage: info: source package docker-ce
12:14:02 dpkg-buildpackage: info: source version 5:0.0.0-20220908081902-b40c2f6-0~debian-buster
12:14:02 dpkg-buildpackage: info: source distribution buster
12:14:02 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:14:02 dpkg-buildpackage: info: host architecture amd64
12:14:02  dpkg-source -I.git --before-build .
12:14:03  debian/rules clean
12:14:03 dh clean --with=bash-completion --with=systemd
12:14:03    dh_clean
12:14:03  dpkg-source -I.git -b .
12:14:03 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220908081902-b40c2f6-0~debian'
12:14:03 dpkg-source: info: using source format '1.0'
12:14:03 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster.tar.gz
12:14:11 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster.dsc
12:14:11  debian/rules build
12:14:11 dh build --with=bash-completion --with=systemd
12:14:11    dh_update_autotools_config
12:14:11    dh_autoreconf
12:14:11    debian/rules override_dh_auto_build
12:14:11 make[1]: Entering directory '/root/build-deb'
12:14:11 # Build the daemon and dependencies
12:14:11 cd engine && DOCKER_GITCOMMIT=f219cb5 PRODUCT=docker ./hack/make.sh dynbinary
12:14:11 
12:14:11 Removing bundles/
12:14:11 
12:14:11 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:14:11 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:14:11 GOOS="" GOARCH="" GOARM=""
12:16:02 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:16:02 
12:16:02 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:16:02 + RM_GOPATH=0
12:16:02 + TMP_GOPATH=/go
12:16:02 + : /usr/local/bin
12:16:02 + '[' -z /go ']'
12:16:02 + export GOPATH=/go
12:16:02 + GOPATH=/go
12:16:02 + case "$(go env GOARCH)" in
12:16:02 ++ go env GOARCH
12:16:02 + export GO_BUILDMODE=-buildmode=pie
12:16:02 + GO_BUILDMODE=-buildmode=pie
12:16:02 ++ dirname hack/dockerfile/install/install.sh
12:16:02 + dir=hack/dockerfile/install
12:16:02 + bin=tini
12:16:02 + shift
12:16:02 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:16:02 + . hack/dockerfile/install/tini.installer
12:16:02 ++ : v0.19.0
12:16:02 + install_tini
12:16:02 + echo 'Install tini version v0.19.0'
12:16:02 + git clone https://github.com/krallin/tini.git /go/tini
12:16:02 Install tini version v0.19.0
12:16:02 Cloning into '/go/tini'...
12:16:02 + cd /go/tini
12:16:02 + git checkout -q v0.19.0
12:16:02 + cmake .
12:16:02 -- The C compiler identification is GNU 8.3.0
12:16:02 -- Check for working C compiler: /usr/bin/cc
12:16:02 -- Check for working C compiler: /usr/bin/cc -- works
12:16:02 -- Detecting C compiler ABI info
12:16:02 -- Detecting C compiler ABI info - done
12:16:02 -- Detecting C compile features
12:16:02 -- Detecting C compile features - done
12:16:02 -- Performing Test HAS_BUILTIN_FORTIFY
12:16:02 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:16:02 -- Configuring done
12:16:02 -- Generating done
12:16:02 -- Build files have been written to: /go/tini
12:16:02 + make tini-static
12:16:02 make[2]: Entering directory '/go/tini'
12:16:02 make[3]: Entering directory '/go/tini'
12:16:02 make[4]: Entering directory '/go/tini'
12:16:02 make[5]: Entering directory '/go/tini'
12:16:02 Scanning dependencies of target tini-static
12:16:02 make[5]: Leaving directory '/go/tini'
12:16:02 make[5]: Entering directory '/go/tini'
12:16:02 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:16:02 [100%] Linking C executable tini-static
12:16:02 make[5]: Leaving directory '/go/tini'
12:16:02 [100%] Built target tini-static
12:16:02 make[4]: Leaving directory '/go/tini'
12:16:02 make[3]: Leaving directory '/go/tini'
12:16:02 make[2]: Leaving directory '/go/tini'
12:16:02 + mkdir -p /usr/local/bin
12:16:02 + cp tini-static /usr/local/bin/docker-init
12:16:02 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
12:16:02 + RM_GOPATH=0
12:16:02 + TMP_GOPATH=/go
12:16:02 + : /usr/local/bin
12:16:02 + '[' -z /go ']'
12:16:02 + export GOPATH=/go
12:16:02 + GOPATH=/go
12:16:02 + case "$(go env GOARCH)" in
12:16:02 ++ go env GOARCH
12:16:02 + export GO_BUILDMODE=-buildmode=pie
12:16:02 + GO_BUILDMODE=-buildmode=pie
12:16:02 ++ dirname hack/dockerfile/install/install.sh
12:16:02 + dir=hack/dockerfile/install
12:16:02 + bin=proxy
12:16:02 + shift
12:16:02 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
12:16:02 + . hack/dockerfile/install/proxy.installer
12:16:02 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
12:16:02 + install_proxy dynamic
12:16:02 + case "$1" in
12:16:02 + install_proxy_dynamic
12:16:02 + export PROXY_LDFLAGS=-linkmode=external install_proxy
12:16:02 + PROXY_LDFLAGS=-linkmode=external
12:16:02 + export BUILD_MODE=-buildmode=pie
12:16:02 + BUILD_MODE=-buildmode=pie
12:16:02 + _install_proxy
12:16:02 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
12:16:02 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
12:16:02 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
12:16:02 Cloning into '/go/src/github.com/docker/libnetwork'...
12:16:02 + cd /go/src/github.com/docker/libnetwork
12:16:02 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
12:16:02 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
12:16:03 + return
12:16:03 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:16:03 + RM_GOPATH=0
12:16:03 + TMP_GOPATH=/go
12:16:03 + : /usr/local/bin
12:16:03 + '[' -z /go ']'
12:16:03 + export GOPATH=/go
12:16:03 + GOPATH=/go
12:16:03 + case "$(go env GOARCH)" in
12:16:03 ++ go env GOARCH
12:16:03 + export GO_BUILDMODE=-buildmode=pie
12:16:03 + GO_BUILDMODE=-buildmode=pie
12:16:03 ++ dirname hack/dockerfile/install/install.sh
12:16:03 + dir=hack/dockerfile/install
12:16:03 + bin=rootlesskit
12:16:03 + shift
12:16:03 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:16:03 + . hack/dockerfile/install/rootlesskit.installer
12:16:03 ++ : v0.14.4
12:16:03 + install_rootlesskit dynamic
12:16:03 + case "$1" in
12:16:03 + install_rootlesskit_dynamic
12:16:03 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:16:03 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:16:03 + export BUILD_MODE=-buildmode=pie
12:16:03 + BUILD_MODE=-buildmode=pie
12:16:03 + _install_rootlesskit
12:16:03 + echo 'Install rootlesskit version v0.14.4'
12:16:03 Install rootlesskit version v0.14.4
12:16:03 + for f in rootlesskit rootlesskit-docker-proxy
12:16:03 + GOBIN=/usr/local/bin
12:16:03 + GO111MODULE=on
12:16:03 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
12:16:03 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
12:16:04 go: downloading github.com/pkg/errors v0.9.1
12:16:04 go: downloading github.com/sirupsen/logrus v1.8.1
12:16:04 go: downloading github.com/urfave/cli/v2 v2.3.0
12:16:04 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
12:16:04 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
12:16:04 go: downloading github.com/google/uuid v1.3.0
12:16:04 go: downloading github.com/moby/vpnkit v0.5.0
12:16:04 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:16:04 go: downloading github.com/gofrs/flock v0.8.1
12:16:04 go: downloading github.com/gorilla/mux v1.8.0
12:16:04 go: downloading github.com/moby/sys/mountinfo v0.4.1
12:16:04 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
12:16:04 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
12:16:04 go: downloading github.com/u-root/u-root v7.0.0+incompatible
12:16:05 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:16:12 + for f in rootlesskit rootlesskit-docker-proxy
12:16:12 + GOBIN=/usr/local/bin
12:16:12 + GO111MODULE=on
12:16:12 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
12:16:12 + return
12:16:12 # Build the CLI
12:16:12 cd /go/src/github.com/docker/cli && \
12:16:12 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220908081902-b40c2f6 GITCOMMIT=b40c2f6 dynbinary manpages
12:16:12 make[2]: Entering directory '/root/build-deb/cli'
12:16:12 GO_LINKMODE=dynamic ./scripts/build/binary
12:16:12 Building dynamic docker-linux-amd64
12:17:49 scripts/docs/generate-man.sh
12:18:56 Project root: /go/src/github.com/docker/cli
12:18:56 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
12:18:56 2022/10/03 12:18:56 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
12:18:56 make[2]: Leaving directory '/root/build-deb/cli'
12:18:56 # Build the compose plugin
12:18:56 cd /go/src/github.com/docker/compose \
12:18:56 && make VERSION=v2.11.2 DESTDIR=/usr/libexec/docker/cli-plugins build
12:18:56 make[2]: Entering directory '/root/build-deb/compose'
12:18:56 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:18:56 go: downloading github.com/docker/cli v20.10.3-0.20220309205733-2b52f62e9627+incompatible
12:18:57 go: downloading github.com/spf13/cobra v1.5.0
12:18:57 go: downloading github.com/fvbommel/sortorder v1.0.2
12:18:57 go: downloading github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae
12:18:57 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
12:18:57 go: downloading github.com/morikuni/aec v1.0.0
12:18:57 go: downloading github.com/spf13/pflag v1.0.5
12:18:57 go: downloading github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible
12:18:57 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:18:57 go: downloading github.com/docker/go-connections v0.4.0
12:18:57 go: downloading github.com/sirupsen/logrus v1.9.0
12:18:57 go: downloading github.com/theupdateframework/notary v0.7.0
12:18:57 go: downloading github.com/compose-spec/compose-go v1.6.0
12:18:57 go: downloading github.com/hashicorp/go-version v1.6.0
12:18:57 go: downloading github.com/cnabio/cnab-to-oci v0.3.7
12:18:57 go: downloading github.com/distribution/distribution/v3 v3.0.0-20220902125104-0122d7ddaec0
12:18:57 go: downloading github.com/docker/buildx v0.8.2
12:18:58 go: downloading github.com/docker/go-units v0.5.0
12:18:58 go: downloading github.com/mattn/go-shellwords v1.0.12
12:18:58 go: downloading github.com/moby/buildkit v0.10.4
12:18:58 go: downloading github.com/opencontainers/go-digest v1.0.0
12:18:58 go: downloading go.opentelemetry.io/otel v1.10.0
12:18:58 go: downloading github.com/containerd/containerd v1.6.8
12:18:58 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:18:58 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:18:58 go: downloading golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
12:18:58 go: downloading gopkg.in/yaml.v2 v2.4.0
12:18:58 go: downloading k8s.io/client-go v0.22.4
12:18:58 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:18:58 go: downloading github.com/cnabio/cnab-go v0.23.4
12:18:58 go: downloading github.com/imdario/mergo v0.3.13
12:18:58 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:18:58 go: downloading github.com/containerd/console v1.0.3
12:18:58 go: downloading golang.org/x/text v0.3.7
12:18:59 go: downloading github.com/mattn/go-isatty v0.0.16
12:18:59 go: downloading github.com/buger/goterm v1.0.4
12:18:59 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:18:59 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:18:59 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:18:59 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:18:59 go: downloading go.opentelemetry.io/otel/trace v1.10.0
12:18:59 go: downloading github.com/go-logr/logr v1.2.3
12:18:59 go: downloading k8s.io/api v0.22.4
12:19:00 go: downloading k8s.io/apimachinery v0.22.4
12:19:00 go: downloading github.com/gofrs/flock v0.8.0
12:19:00 go: downloading github.com/moby/sys/signal v0.6.0
12:19:00 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:19:00 go: downloading github.com/golang/mock v1.6.0
12:19:00 go: downloading google.golang.org/grpc v1.45.0
12:19:00 go: downloading github.com/klauspost/compress v1.15.1
12:19:00 go: downloading github.com/opencontainers/runc v1.1.2
12:19:00 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:19:00 go: downloading github.com/hashicorp/errwrap v1.1.0
12:19:00 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:19:00 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3
12:19:00 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:19:00 go: downloading golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
12:19:00 go: downloading golang.org/x/crypto v0.0.0-20220214200702-86341886e292
12:19:00 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:19:00 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:19:00 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
12:19:00 go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4
12:19:00 go: downloading github.com/moby/locker v1.0.1
12:19:00 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:19:00 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:19:00 go: downloading k8s.io/klog/v2 v2.60.1
12:19:00 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:19:00 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:19:00 go: downloading google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106
12:19:01 go: downloading google.golang.org/protobuf v1.27.1
12:19:01 go: downloading github.com/go-logr/stdr v1.2.2
12:19:01 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:19:01 go: downloading github.com/gogo/protobuf v1.3.2
12:19:02 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:19:02 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:19:02 go: downloading github.com/pelletier/go-toml v1.9.4
12:19:02 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:19:02 go: downloading github.com/google/gofuzz v1.2.0
12:19:02 go: downloading github.com/moby/sys/symlink v0.2.0
12:19:02 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:19:02 go: downloading github.com/golang/protobuf v1.5.2
12:19:02 go: downloading github.com/gogo/googleapis v1.4.1
12:19:02 go: downloading github.com/containerd/typeurl v1.0.2
12:19:02 go: downloading github.com/qri-io/jsonpointer v0.1.1
12:19:02 go: downloading github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e
12:19:02 go: downloading github.com/Masterminds/semver v1.5.0
12:19:02 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:19:02 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:19:02 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:19:02 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:19:02 go: downloading github.com/felixge/httpsnoop v1.0.2
12:19:02 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:19:02 go: downloading github.com/davecgh/go-spew v1.1.1
12:19:02 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:19:02 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:19:02 go: downloading gopkg.in/inf.v0 v0.9.1
12:19:02 go: downloading github.com/google/go-cmp v0.5.8
12:19:03 go: downloading github.com/googleapis/gnostic v0.5.5
12:19:03 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:19:03 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
12:19:03 go: downloading github.com/docker/go-metrics v0.0.1
12:19:03 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:19:03 go: downloading github.com/json-iterator/go v1.1.12
12:19:03 go: downloading github.com/modern-go/reflect2 v1.0.2
12:19:03 go: downloading sigs.k8s.io/yaml v1.2.0
12:19:03 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:19:03 go: downloading github.com/mattn/go-colorable v0.1.12
12:19:03 go: downloading github.com/prometheus/client_golang v1.12.1
12:19:03 go: downloading gopkg.in/yaml.v3 v3.0.1
12:19:03 go: downloading github.com/containerd/ttrpc v1.1.0
12:19:03 go: downloading github.com/moby/spdystream v0.2.0
12:19:03 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:19:03 go: downloading github.com/prometheus/client_model v0.2.0
12:19:03 go: downloading github.com/prometheus/common v0.32.1
12:19:03 go: downloading github.com/beorn7/perks v1.0.1
12:19:03 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:19:03 go: downloading github.com/prometheus/procfs v0.7.3
12:19:03 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:21:09 make[2]: Leaving directory '/root/build-deb/compose'
12:21:09 # Build the scan-plugin
12:21:09 # TODO change once we support scan-plugin on other architectures
12:21:09 if [ "amd64" = "amd64" ]; then \
12:21:09 	cd /go/src/github.com/docker/scan-cli-plugin \
12:21:09 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
12:21:09 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:21:09 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:21:09 fi
12:21:09 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
12:21:09 GO111MODULE=on make -f builder.Makefile build
12:21:09 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
12:21:09 mkdir -p bin
12:21:09 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:09 go: downloading github.com/docker/cli v20.10.9+incompatible
12:21:09 go: downloading github.com/docker/docker v20.10.9+incompatible
12:21:09 go: downloading github.com/spf13/cobra v1.2.1
12:21:09 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
12:21:09 go: downloading github.com/docker/distribution v2.7.1+incompatible
12:21:09 go: downloading github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
12:21:09 go: downloading github.com/opencontainers/image-spec v1.0.1
12:21:09 go: downloading github.com/docker/go-units v0.4.0
12:21:09 go: downloading github.com/Masterminds/semver/v3 v3.1.1
12:21:09 go: downloading github.com/mitchellh/go-homedir v1.1.0
12:21:09 go: downloading github.com/containerd/containerd v1.5.7
12:21:09 go: downloading github.com/moby/sys/mount v0.2.0
12:21:09 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
12:21:09 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
12:21:09 go: downloading google.golang.org/grpc v1.40.0
12:21:09 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
12:21:09 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
12:21:09 go: downloading github.com/opencontainers/runc v1.0.2
12:21:09 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
12:21:09 go: downloading google.golang.org/protobuf v1.26.0
12:21:09 go: downloading github.com/prometheus/client_golang v1.7.1
12:21:09 go: downloading github.com/cespare/xxhash/v2 v2.1.1
12:21:09 go: downloading github.com/prometheus/common v0.10.0
12:21:09 go: downloading github.com/prometheus/procfs v0.6.0
12:21:19 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
12:21:19 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
12:21:19 # Build the CLI plugins
12:21:19 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
12:21:19 set -e;cd /sources && \
12:21:19 	tar xzf plugin-installers.tgz; \
12:21:19 	for installer in plugins/*.installer; do \
12:21:19 		LDFLAGS='' bash ${installer} build; \
12:21:19 	done
12:21:19 Cloning into '/go/src/github.com/docker/app'...
12:21:21 Fetching origin
12:21:22 make[2]: Entering directory '/go/src/github.com/docker/app'
12:21:22 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:22:30 make[2]: Leaving directory '/go/src/github.com/docker/app'
12:22:30 Cloning into '/go/src/github.com/docker/buildx'...
12:22:30 Fetching origin
12:22:30 + GO111MODULE=on
12:22:30 + 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:06 make[1]: Leaving directory '/root/build-deb'
12:24:06    debian/rules override_dh_auto_test
12:24:06 make[1]: Entering directory '/root/build-deb'
12:24:06 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:24:06 	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:06 PASS: daemon version OK
12:24:06 ver="$(cli/build/docker --version)"; \
12:24:06 	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:06 PASS: cli version OK
12:24:06 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:24:06 	test "$ver" = "v2.11.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:24:06 PASS: docker-compose version OK
12:24:06 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:24:06 # TODO change once we support scan-plugin on other architectures
12:24:06 if [ "amd64" = "amd64" ]; then \
12:24:06 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:24:06 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:24:06 fi
12:24:06 PASS: docker-scan version OK
12:24:06 make[1]: Leaving directory '/root/build-deb'
12:24:06    create-stamp debian/debhelper-build-stamp
12:24:06  debian/rules binary
12:24:06 dh binary --with=bash-completion --with=systemd
12:24:06    dh_testroot
12:24:06    dh_prep
12:24:06    debian/rules override_dh_auto_install
12:24:06 make[1]: Entering directory '/root/build-deb'
12:24:06 # docker-ce-cli install
12:24:06 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:06 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:06 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:24:06 set -e;cd /sources && \
12:24:06 	tar xzf plugin-installers.tgz; \
12:24:06 	for installer in plugins/*.installer; do \
12:24:06 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
12:24:06 		PREFIX=/usr/libexec/docker/cli-plugins \
12:24:06 			bash ${installer} install_plugin; \
12:24:06 	done
12:24:06 # docker-ce install
12:24:06 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:24:06 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:24:06 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:06 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:24:06 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:24:06 # docker-compose-plugin install
12:24:06 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:24:06 # docker-scan-plugin install
12:24:06 # TODO change once we support scan-plugin on other architectures
12:24:06 if [ "amd64" = "amd64" ]; then \
12:24:06 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:24:06 fi
12:24:06 # docker-ce-rootless-extras install
12:24:06 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:24:06 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:24:06 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:24:06 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:24:06 # TODO: how can we install vpnkit?
12:24:06 make[1]: Leaving directory '/root/build-deb'
12:24:06    debian/rules override_dh_install
12:24:06 make[1]: Entering directory '/root/build-deb'
12:24:06 dh_install
12:24:06 # TODO Can we do this from within our container?
12:24:06 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:24:06 make[1]: Leaving directory '/root/build-deb'
12:24:06    dh_installdocs
12:24:06    dh_installchangelogs
12:24:06    dh_installman
12:24:06    dh_bash-completion
12:24:06    dh_systemd_enable
12:24:06    debian/rules override_dh_installinit
12:24:06 make[1]: Entering directory '/root/build-deb'
12:24:06 # use "docker" as our service name, not "docker-ce"
12:24:06 dh_installinit --name=docker
12:24:06 make[1]: Leaving directory '/root/build-deb'
12:24:06    dh_systemd_start
12:24:06    dh_perl
12:24:06    dh_link
12:24:06    dh_strip_nondeterminism
12:24:06    dh_compress
12:24:06    dh_fixperms
12:24:06    dh_missing
12:24:06    debian/rules override_dh_strip
12:24:06 make[1]: Entering directory '/root/build-deb'
12:24:06 # Go has lots of problems with stripping, so just don't
12:24:06 make[1]: Leaving directory '/root/build-deb'
12:24:06    dh_makeshlibs
12:24:06    debian/rules override_dh_shlibdeps
12:24:06 make[1]: Entering directory '/root/build-deb'
12:24:06 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:24:13 make[1]: Leaving directory '/root/build-deb'
12:24:13    dh_installdeb
12:24:13    debian/rules override_dh_gencontrol
12:24:13 make[1]: Entering directory '/root/build-deb'
12:24:13 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:24:13 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:24:13 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
12:24:13 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:24:13 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:24:13 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:24:13 if [ "amd64" = "amd64" ]; then \
12:24:13 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
12:24:13 fi
12:24:13 dh_gencontrol --remaining-packages
12:24:13 make[1]: Leaving directory '/root/build-deb'
12:24:13    dh_md5sums
12:24:13    debian/rules override_dh_builddeb
12:24:13 make[1]: Entering directory '/root/build-deb'
12:24:13 dh_builddeb -- -Zxz
12:24:13 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.11.2~debian-buster_amd64.deb'.
12:24:13 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.deb'.
12:24:45 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.17.0~debian-buster_amd64.deb'.
12:25:03 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.deb'.
12:25:50 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.deb'.
12:25:53 make[1]: Leaving directory '/root/build-deb'
12:25:53  dpkg-genbuildinfo
12:25:53  dpkg-genchanges  >../docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.changes
12:25:55 dpkg-genchanges: info: including full source code in upload
12:25:55  dpkg-source -I.git --after-build .
12:25:55 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:25:55 + destination=/build
12:25:55 + mkdir -p /build
12:25:55 + mv -v /root/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.deb /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster.dsc /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster.tar.gz /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.buildinfo /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.changes /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.deb /root/docker-compose-plugin_2.11.2~debian-buster_amd64.deb /root/docker-scan-plugin_0.17.0~debian-buster_amd64.deb /build
12:25:55 copied '/root/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.deb'
12:25:55 removed '/root/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.deb'
12:25:55 copied '/root/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.deb'
12:25:55 removed '/root/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.deb'
12:25:55 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster.dsc' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster.dsc'
12:25:55 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster.dsc'
12:25:55 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster.tar.gz' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster.tar.gz'
12:25:55 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster.tar.gz'
12:25:55 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.buildinfo'
12:25:55 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.buildinfo'
12:25:55 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.changes' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.changes'
12:25:55 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.changes'
12:25:55 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.deb' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.deb'
12:25:55 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_amd64.deb'
12:25:55 copied '/root/docker-compose-plugin_2.11.2~debian-buster_amd64.deb' -> '/build/docker-compose-plugin_2.11.2~debian-buster_amd64.deb'
12:25:55 removed '/root/docker-compose-plugin_2.11.2~debian-buster_amd64.deb'
12:25:55 copied '/root/docker-scan-plugin_0.17.0~debian-buster_amd64.deb' -> '/build/docker-scan-plugin_0.17.0~debian-buster_amd64.deb'
12:25:55 removed '/root/docker-scan-plugin_0.17.0~debian-buster_amd64.deb'
12:25:58 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-buster"
12:25:59 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'