Skip to content

Console Output

12:12:44 + make REF=20.10 debian-buster
12:12:44 git init src/github.com/docker/cli
12:12:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
12:12:44 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:12:44 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
12:12:44 + SRC=src/github.com/docker/cli
12:12:44 + REF=20.10
12:12:44 + REF_FETCH=20.10
12:12:44 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
12:12:44 + awk {print $2}
12:12:44 + REF=refs/heads/20.10
12:12:44 + [ -n refs/heads/20.10 ]
12:12:44 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:44 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:12:45 From https://github.com/docker/cli
12:12:45  * [new branch]      20.10      -> 20.10
12:12:45  * [new tag]         v20.10.18  -> v20.10.18
12:12:45  * [new branch]      20.10      -> origin/20.10
12:12:45 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
12:12:45 git init src/github.com/docker/docker
12:12:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
12:12:45 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:12:45 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
12:12:45 + SRC=src/github.com/docker/docker
12:12:45 + REF=20.10
12:12:45 + REF_FETCH=20.10
12:12:45 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
12:12:45 + awk {print $2}
12:12:45 + REF=refs/heads/20.10
12:12:45 + [ -n refs/heads/20.10 ]
12:12:45 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:45 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:12:48 From https://github.com/docker/docker
12:12:48  * [new branch]      20.10      -> 20.10
12:12:48  * [new branch]      20.10      -> origin/20.10
12:12:48 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
12:12:48 git init src/github.com/docker/compose
12:12:48 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
12:12:48 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:12:48 ./scripts/checkout.sh src/github.com/docker/compose "v2.11.2"
12:12:48 + SRC=src/github.com/docker/compose
12:12:48 + REF=v2.11.2
12:12:48 + REF_FETCH=v2.11.2
12:12:48 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.11.2
12:12:48 + awk {print $2}
12:12:48 + REF=refs/tags/v2.11.2
12:12:48 + [ -n refs/tags/v2.11.2 ]
12:12:48 + REF_FETCH=refs/tags/v2.11.2:refs/tags/v2.11.2
12:12:48 + 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:49 From https://github.com/docker/compose
12:12:49  * [new tag]         v2.11.2    -> v2.11.2
12:12:49 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.11.2
12:12:49 git init src/github.com/docker/scan-cli-plugin
12:12:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
12:12:49 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:12:49 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
12:12:49 + SRC=src/github.com/docker/scan-cli-plugin
12:12:49 + REF=v0.17.0
12:12:49 + REF_FETCH=v0.17.0
12:12:49 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
12:12:49 + awk {print $2}
12:12:49 + REF=refs/tags/v0.17.0
12:12:49 + [ -n refs/tags/v0.17.0 ]
12:12:49 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
12:12:49 + 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:49 From https://github.com/docker/scan-cli-plugin
12:12:49  * [new tag]         v0.17.0    -> v0.17.0
12:12:49 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
12:12:49 make -C deb VERSION=0.0.1-dev GO_VERSION=1.18.6 debian-buster
12:12:49 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
12:12:49 mkdir -p sources
12:12:49 docker run --rm -w /v \
12:12:49 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
12:12:49 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:12:49 	alpine \
12:12:49 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:12:49 Unable to find image 'alpine:latest' locally
12:12:49 latest: Pulling from library/alpine
12:12:49 9b18e9b68314: Pulling fs layer
12:12:49 9b18e9b68314: Verifying Checksum
12:12:49 9b18e9b68314: Download complete
12:12:50 9b18e9b68314: Pull complete
12:12:50 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
12:12:50 Status: Downloaded newer image for alpine:latest
12:12:55 mkdir -p sources
12:12:55 docker run --rm -w /v \
12:12:55 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
12:12:55 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:12:55 	alpine \
12:12:55 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:12:58 mkdir -p sources
12:12:58 docker run --rm -w /v \
12:12:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
12:12:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:12:58 	alpine \
12:12:58 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:12:59 mkdir -p sources
12:12:59 docker run --rm -w /v \
12:12:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:12:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:12:59 	alpine \
12:12:59 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:13:00 mkdir -p sources
12:13:00 cp ../systemd/docker.service sources/docker.service
12:13:00 mkdir -p sources
12:13:00 cp ../systemd/docker.socket sources/docker.socket
12:13:00 docker run --rm -w /v \
12:13:00 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
12:13:00 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:13:00 	alpine \
12:13:00 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
12:13:00 == Building packages for debian-buster ==
12:13:00 mkdir -p "debbuild/debian-buster"
12:13:00 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.6-buster --build-arg COMMON_FILES=common -t debbuild-debian-buster/aarch64 -f debian-buster/Dockerfile .
12:13:01 #1 [internal] load build definition from Dockerfile
12:13:01 #1 transferring dockerfile: 939B done
12:13:01 #1 DONE 0.0s
12:13:01 
12:13:01 #2 [internal] load .dockerignore
12:13:01 #2 transferring context: 2B done
12:13:01 #2 DONE 0.0s
12:13:01 
12:13:01 #3 [internal] load metadata for docker.io/library/golang:1.18.6-buster
12:13:01 #3 ...
12:13:01 
12:13:01 #4 [auth] library/debian:pull token for registry-1.docker.io
12:13:01 #4 DONE 0.0s
12:13:01 
12:13:01 #5 [auth] library/golang:pull token for registry-1.docker.io
12:13:01 #5 DONE 0.0s
12:13:01 
12:13:01 #6 [internal] load metadata for docker.io/library/debian:buster
12:13:01 #6 DONE 0.6s
12:13:01 
12:13:01 #3 [internal] load metadata for docker.io/library/golang:1.18.6-buster
12:13:01 #3 DONE 0.6s
12:13:01 
12:13:01 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:01 #7 resolve docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 0.0s done
12:13:01 #7 sha256:e2406a452ad23ba9085e0708f5e15309206a618eb828aa307becbb239414392f 1.05MB / 49.23MB 0.1s
12:13:01 #7 sha256:91678e90eed09f0ef020521348ac09d6816bafc59c40f4fa0d821de2fb50f881 0B / 7.72MB 0.1s
12:13:01 #7 sha256:0d316a0b54f8b4078fe7f7ea36b04be9c5479a9c7a2b48522112b35f95bcf272 7.12kB / 7.12kB done
12:13:01 #7 sha256:ad774b2f21e1cdc556bc366edaa16b75a9049b78721ed9597aaa872cf4cf652a 1.79kB / 1.79kB done
12:13:01 #7 sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 988B / 988B done
12:13:02 #7 ...
12:13:02 
12:13:02 #8 [internal] load build context
12:13:02 #8 transferring context: 19.81MB 0.2s done
12:13:02 #8 DONE 0.3s
12:13:02 
12:13:02 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:02 #7 sha256:e2406a452ad23ba9085e0708f5e15309206a618eb828aa307becbb239414392f 26.21MB / 49.23MB 0.3s
12:13:02 #7 sha256:91678e90eed09f0ef020521348ac09d6816bafc59c40f4fa0d821de2fb50f881 7.72MB / 7.72MB 0.2s done
12:13:02 #7 sha256:2d9f7a2d689202901c1750505adb5481f0e4499998084e1df70209fa11f8e8b5 9.77MB / 9.77MB 0.3s
12:13:02 #7 sha256:c9e42f230da3003e92b349e81764d6c82232541223fa1b17d44222328b0cf201 9.44MB / 52.18MB 0.3s
12:13:02 #7 sha256:e2406a452ad23ba9085e0708f5e15309206a618eb828aa307becbb239414392f 36.70MB / 49.23MB 0.4s
12:13:02 #7 sha256:2d9f7a2d689202901c1750505adb5481f0e4499998084e1df70209fa11f8e8b5 9.77MB / 9.77MB 0.4s done
12:13:02 #7 sha256:c9e42f230da3003e92b349e81764d6c82232541223fa1b17d44222328b0cf201 18.87MB / 52.18MB 0.4s
12:13:02 #7 sha256:e2406a452ad23ba9085e0708f5e15309206a618eb828aa307becbb239414392f 46.14MB / 49.23MB 0.5s
12:13:02 #7 sha256:c9e42f230da3003e92b349e81764d6c82232541223fa1b17d44222328b0cf201 28.47MB / 52.18MB 0.5s
12:13:02 #7 sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601 3.94MB / 62.47MB 0.5s
12:13:02 #7 sha256:e2406a452ad23ba9085e0708f5e15309206a618eb828aa307becbb239414392f 49.23MB / 49.23MB 0.6s done
12:13:02 #7 sha256:c9e42f230da3003e92b349e81764d6c82232541223fa1b17d44222328b0cf201 49.28MB / 52.18MB 0.7s
12:13:02 #7 sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601 27.90MB / 62.47MB 0.7s
12:13:02 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 1.05MB / 109.00MB 0.7s
12:13:02 #7 sha256:c9e42f230da3003e92b349e81764d6c82232541223fa1b17d44222328b0cf201 52.18MB / 52.18MB 0.8s done
12:13:02 #7 sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601 35.91MB / 62.47MB 0.8s
12:13:02 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 14.68MB / 109.00MB 0.8s
12:13:02 #7 sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601 47.90MB / 62.47MB 0.9s
12:13:02 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 25.17MB / 109.00MB 0.9s
12:13:02 #7 sha256:daf1f57719a3a4153f26439c0ef63ea7a63ee9d74dea959bca86257ae5c34bb8 126B / 126B 0.8s done
12:13:02 #7 sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601 57.67MB / 62.47MB 1.0s
12:13:02 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 35.65MB / 109.00MB 1.0s
12:13:02 #7 extracting sha256:e2406a452ad23ba9085e0708f5e15309206a618eb828aa307becbb239414392f 0.3s
12:13:02 #7 sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601 62.47MB / 62.47MB 1.1s
12:13:02 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 45.09MB / 109.00MB 1.1s
12:13:02 #7 sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601 62.47MB / 62.47MB 1.2s done
12:13:02 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 55.57MB / 109.00MB 1.2s
12:13:03 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 66.06MB / 109.00MB 1.3s
12:13:03 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 85.98MB / 109.00MB 1.5s
12:13:03 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 95.42MB / 109.00MB 1.6s
12:13:03 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 105.91MB / 109.00MB 1.7s
12:13:04 #7 ...
12:13:04 
12:13:04 #9 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:2f35b84014a5389e2a940113c51586bc067a05040ba181dee92c5a9fa9b15dcb
12:13:04 #9 resolve docker.io/library/debian:buster@sha256:2f35b84014a5389e2a940113c51586bc067a05040ba181dee92c5a9fa9b15dcb 0.0s done
12:13:04 #9 sha256:2f35b84014a5389e2a940113c51586bc067a05040ba181dee92c5a9fa9b15dcb 984B / 984B done
12:13:04 #9 sha256:cb4597c2e5b3f7d54be4927f4f27d8d84d7b1cd5ef6743d4ecd752727a7e0a07 529B / 529B done
12:13:04 #9 sha256:0dd7b6317a6a238922723fb4834a48db37945ed815c621fd479b34648a28d0c5 1.48kB / 1.48kB done
12:13:04 #9 sha256:e2406a452ad23ba9085e0708f5e15309206a618eb828aa307becbb239414392f 49.23MB / 49.23MB 0.6s done
12:13:04 #9 extracting sha256:e2406a452ad23ba9085e0708f5e15309206a618eb828aa307becbb239414392f 1.6s done
12:13:04 #9 DONE 2.8s
12:13:04 
12:13:04 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:04 #7 extracting sha256:91678e90eed09f0ef020521348ac09d6816bafc59c40f4fa0d821de2fb50f881
12:13:05 #7 extracting sha256:91678e90eed09f0ef020521348ac09d6816bafc59c40f4fa0d821de2fb50f881 0.4s done
12:13:05 #7 extracting sha256:2d9f7a2d689202901c1750505adb5481f0e4499998084e1df70209fa11f8e8b5 0.1s
12:13:05 #7 extracting sha256:2d9f7a2d689202901c1750505adb5481f0e4499998084e1df70209fa11f8e8b5 0.2s done
12:13:05 #7 extracting sha256:c9e42f230da3003e92b349e81764d6c82232541223fa1b17d44222328b0cf201
12:13:08 #7 extracting sha256:c9e42f230da3003e92b349e81764d6c82232541223fa1b17d44222328b0cf201 2.7s done
12:13:08 #7 extracting sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601
12:13:11 #7 extracting sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601 2.2s done
12:13:11 #7 extracting sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2
12:13:12 #7 ...
12:13:12 
12:13:12 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:13:12 #0 0.800 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
12:13:12 #0 0.821 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
12:13:12 #0 0.821 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
12:13:12 #0 0.952 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7737 kB]
12:13:12 #0 1.186 Get:5 http://deb.debian.org/debian-security buster/updates/main arm64 Packages [358 kB]
12:13:12 #0 1.411 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [8780 B]
12:13:12 #0 2.338 Fetched 8318 kB in 2s (4644 kB/s)
12:13:12 #0 2.338 Reading package lists...
12:13:12 #0 2.999 Reading package lists...
12:13:12 #0 3.644 Building dependency tree...
12:13:12 #0 3.792 Reading state information...
12:13:12 #0 3.972 The following additional packages will be installed:
12:13:12 #0 3.972   at autoconf automake autopoint autotools-dev binutils
12:13:12 #0 3.972   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
12:13:12 #0 3.972   bzip2 ca-certificates cpp cpp-8 cron dctrl-tools debhelper debian-keyring
12:13:12 #0 3.972   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
12:13:12 #0 3.972   dpkg-dev dput dwz exim4-base exim4-config exim4-daemon-light fakeroot file
12:13:12 #0 3.972   g++ g++-8 gcc gcc-8 gettext gettext-base git-man gnupg gnupg-l10n
12:13:12 #0 3.972   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
12:13:12 #0 3.972   groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less
12:13:12 #0 3.972   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
12:13:12 #0 3.972   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
12:13:12 #0 3.972   libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
12:13:12 #0 3.972   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
12:13:12 #0 3.972   libbz2-1.0 libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0
12:13:12 #0 3.972   libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl
12:13:12 #0 3.972   libclass-inspector-perl libclass-method-modifiers-perl
12:13:12 #0 3.972   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:13:12 #0 3.972   libconst-fast-perl libcontextual-return-perl libconvert-binhex-perl
12:13:12 #0 3.972   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
12:13:12 #0 3.972   libdevel-callchecker-perl libdevel-globaldestruction-perl
12:13:12 #0 3.972   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
12:13:12 #0 3.972   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
12:13:12 #0 3.972   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
12:13:12 #0 3.972   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
12:13:12 #0 3.972   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
12:13:12 #0 3.972   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
12:13:12 #0 3.972   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
12:13:12 #0 3.972   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
12:13:12 #0 3.972   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
12:13:12 #0 3.972   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
12:13:12 #0 3.972   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
12:13:12 #0 3.972   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:13:12 #0 3.972   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:13:12 #0 3.972   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
12:13:12 #0 3.972   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
12:13:12 #0 3.972   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
12:13:12 #0 3.972   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
12:13:12 #0 3.972   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
12:13:12 #0 3.972   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
12:13:12 #0 3.972   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
12:13:12 #0 3.972   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:13:12 #0 3.972   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
12:13:12 #0 3.972   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
12:13:12 #0 3.972   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
12:13:12 #0 3.972   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl libncurses6
12:13:12 #0 3.972   libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl libnet-http-perl
12:13:12 #0 3.972   libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl libnet-ssleay-perl
12:13:12 #0 3.972   libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl libnumber-range-perl
12:13:12 #0 3.972   libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
12:13:12 #0 3.972   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
12:13:12 #0 3.972   libparams-validate-perl libparse-debianchangelog-perl
12:13:12 #0 3.972   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
12:13:12 #0 3.972   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
12:13:12 #0 3.972   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
12:13:12 #0 3.972   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
12:13:12 #0 3.972   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
12:13:12 #0 3.972   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
12:13:12 #0 3.972   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
12:13:12 #0 3.972   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
12:13:12 #0 3.972   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
12:13:12 #0 3.972   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
12:13:12 #0 3.972   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
12:13:12 #0 3.972   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
12:13:12 #0 3.972   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
12:13:12 #0 3.972   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
12:13:12 #0 3.972   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
12:13:12 #0 3.972   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
12:13:12 #0 3.972   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
12:13:12 #0 3.972   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
12:13:12 #0 3.972   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
12:13:12 #0 3.972   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:13:12 #0 3.972   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
12:13:12 #0 3.972   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
12:13:12 #0 3.972   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
12:13:12 #0 3.972   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
12:13:12 #0 3.972   mariadb-common mime-support mysql-common netbase openssh-client openssl
12:13:12 #0 3.972   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
12:13:12 #0 3.972   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
12:13:12 #0 3.972   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
12:13:12 #0 3.972   python3-idna python3-magic python3-minimal python3-pkg-resources
12:13:12 #0 3.972   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:13:12 #0 3.972   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
12:13:12 #0 3.972   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
12:13:12 #0 3.972 Suggested packages:
12:13:12 #0 3.972   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
12:13:12 #0 3.972   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate
12:13:12 #0 3.972   checksecurity debtags dh-make adequate autopkgtest bls-standalone
12:13:12 #0 3.972   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
12:13:12 #0 3.972   dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
12:13:12 #0 3.972   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:13:12 #0 3.972   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
12:13:12 #0 3.972   ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
12:13:12 #0 3.972   pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info
12:13:12 #0 3.972   eximon4 spf-tools-perl swaks gcc-8-doc libstdc++6-8-dbg gcc-multilib flex
12:13:12 #0 3.972   bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg
12:13:12 #0 3.972   libasan5-dbg liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg
12:13:12 #0 3.972   libquadmath0-dbg gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
12:13:12 #0 3.972   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
12:13:12 #0 3.972   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
12:13:12 #0 3.972   libgssapi-perl glibc-doc bzr gdbm-l10n dns-root-data gpm krb5-doc krb5-user
12:13:12 #0 3.972   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
12:13:12 #0 3.972   libhtml-template-perl libsasl2-modules-gssapi-mit
12:13:12 #0 3.972   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
12:13:12 #0 3.972   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
12:13:12 #0 3.972   libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl
12:13:12 #0 3.972   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
12:13:12 #0 3.972   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
12:13:12 #0 3.972   libxml-sax-expatxs-perl bash-completion binutils-multiarch
12:13:12 #0 3.972   libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc
12:13:12 #0 3.972   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
12:13:12 #0 3.972   diffutils-doc perl-doc libterm-readline-gnu-perl
12:13:12 #0 3.972   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
12:13:12 #0 3.972   pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv
12:13:12 #0 3.972   python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography
12:13:12 #0 3.972   python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support
12:13:12 #0 3.972   readline-doc zip wdiff-doc
12:13:12 #0 5.628 The following NEW packages will be installed:
12:13:12 #0 5.628   at autoconf automake autopoint autotools-dev binutils
12:13:12 #0 5.628   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
12:13:12 #0 5.628   bzip2 ca-certificates cpp cpp-8 cron curl dctrl-tools debhelper
12:13:12 #0 5.628   debian-keyring devscripts dh-autoreconf dh-strip-nondeterminism diffstat
12:13:12 #0 5.628   dirmngr distro-info-data dpkg-dev dput dwz equivs exim4-base exim4-config
12:13:12 #0 5.628   exim4-daemon-light fakeroot file g++ g++-8 gcc gcc-8 gettext gettext-base
12:13:12 #0 5.628   git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
12:13:12 #0 5.628   gpg-wks-server gpgconf gpgsm groff-base guile-2.2-libs intltool-debian
12:13:12 #0 5.628   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
12:13:12 #0 5.628   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
12:13:12 #0 5.628   libarchive-zip-perl libasan5 libassuan0 libasync-mergepoint-perl libatomic1
12:13:12 #0 5.628   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
12:13:12 #0 5.628   libbinutils libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0
12:13:12 #0 5.628   libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl
12:13:12 #0 5.628   libclass-inspector-perl libclass-method-modifiers-perl
12:13:12 #0 5.628   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:13:12 #0 5.628   libconst-fast-perl libcontextual-return-perl libconvert-binhex-perl
12:13:12 #0 5.628   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
12:13:12 #0 5.628   libdevel-callchecker-perl libdevel-globaldestruction-perl
12:13:12 #0 5.628   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
12:13:12 #0 5.628   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
12:13:12 #0 5.628   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
12:13:12 #0 5.628   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
12:13:12 #0 5.628   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
12:13:12 #0 5.628   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
12:13:12 #0 5.628   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
12:13:12 #0 5.628   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
12:13:12 #0 5.628   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
12:13:12 #0 5.628   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
12:13:12 #0 5.628   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
12:13:12 #0 5.628   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:13:12 #0 5.628   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:13:12 #0 5.628   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
12:13:12 #0 5.628   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
12:13:12 #0 5.628   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
12:13:12 #0 5.628   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
12:13:12 #0 5.628   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
12:13:12 #0 5.628   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
12:13:12 #0 5.628   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
12:13:12 #0 5.628   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:13:12 #0 5.628   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
12:13:12 #0 5.628   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
12:13:12 #0 5.628   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
12:13:12 #0 5.628   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl libncurses6
12:13:12 #0 5.628   libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl libnet-http-perl
12:13:12 #0 5.628   libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl libnet-ssleay-perl
12:13:12 #0 5.628   libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl libnumber-range-perl
12:13:12 #0 5.628   libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
12:13:12 #0 5.628   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
12:13:12 #0 5.628   libparams-validate-perl libparse-debianchangelog-perl
12:13:12 #0 5.628   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
12:13:12 #0 5.628   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
12:13:12 #0 5.628   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
12:13:12 #0 5.628   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
12:13:12 #0 5.628   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
12:13:12 #0 5.628   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
12:13:12 #0 5.628   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
12:13:12 #0 5.628   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
12:13:12 #0 5.628   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
12:13:12 #0 5.628   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
12:13:12 #0 5.628   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
12:13:12 #0 5.628   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
12:13:12 #0 5.628   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
12:13:12 #0 5.628   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
12:13:12 #0 5.628   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
12:13:12 #0 5.628   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
12:13:12 #0 5.628   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
12:13:12 #0 5.628   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
12:13:12 #0 5.628   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
12:13:12 #0 5.628   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
12:13:12 #0 5.628   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
12:13:12 #0 5.628   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
12:13:12 #0 5.628   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
12:13:12 #0 5.628   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
12:13:12 #0 5.628   mariadb-common mime-support mysql-common netbase openssh-client openssl
12:13:12 #0 5.628   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
12:13:12 #0 5.628   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
12:13:12 #0 5.628   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
12:13:12 #0 5.628   python3-idna python3-magic python3-minimal python3-pkg-resources
12:13:12 #0 5.628   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:13:12 #0 5.628   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
12:13:12 #0 5.628   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
12:13:12 #0 5.629 The following packages will be upgraded:
12:13:12 #0 5.630   libbz2-1.0
12:13:12 #0 5.909 1 upgraded, 362 newly installed, 0 to remove and 2 not upgraded.
12:13:12 #0 5.909 Need to get 162 MB of archives.
12:13:12 #0 5.909 After this operation, 560 MB of additional disk space will be used.
12:13:12 #0 5.909 Get:1 http://deb.debian.org/debian buster/main arm64 sensible-utils all 0.0.12 [15.8 kB]
12:13:12 #0 5.912 Get:2 http://deb.debian.org/debian buster/main arm64 lsb-base all 10.2019051400 [28.4 kB]
12:13:12 #0 5.915 Get:3 http://deb.debian.org/debian buster/main arm64 cron arm64 3.0pl1-134+deb10u1 [98.0 kB]
12:13:12 #0 5.917 Get:4 http://deb.debian.org/debian buster/main arm64 libbsd0 arm64 0.9.1-2+deb10u1 [97.6 kB]
12:13:12 #0 5.919 Get:5 http://deb.debian.org/debian buster/main arm64 bsdmainutils arm64 11.1.2+b1 [185 kB]
12:13:12 #0 5.921 Get:6 http://deb.debian.org/debian buster/main arm64 libuchardet0 arm64 0.0.6-3 [65.0 kB]
12:13:12 #0 5.926 Get:7 http://deb.debian.org/debian buster/main arm64 groff-base arm64 1.22.4-3+deb10u1 [870 kB]
12:13:12 #0 5.934 Get:8 http://deb.debian.org/debian buster/main arm64 libgdbm6 arm64 1.18.1-4 [63.4 kB]
12:13:12 #0 5.935 Get:9 http://deb.debian.org/debian buster/main arm64 libpipeline1 arm64 1.5.1-2 [29.8 kB]
12:13:12 #0 5.940 Get:10 http://deb.debian.org/debian buster/main arm64 man-db arm64 2.8.5-2 [1258 kB]
12:13:12 #0 5.949 Get:11 http://deb.debian.org/debian buster/main arm64 perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
12:13:12 #0 5.985 Get:12 http://deb.debian.org/debian-security buster/updates/main arm64 libbz2-1.0 arm64 1.0.6-9.2~deb10u2 [45.7 kB]
12:13:12 #0 5.985 Get:13 http://deb.debian.org/debian buster/main arm64 libgdbm-compat4 arm64 1.18.1-4 [44.0 kB]
12:13:12 #0 5.986 Get:14 http://deb.debian.org/debian buster/main arm64 libperl5.28 arm64 5.28.1-6+deb10u1 [3727 kB]
12:13:12 #0 6.052 Get:15 http://deb.debian.org/debian buster/main arm64 perl arm64 5.28.1-6+deb10u1 [204 kB]
12:13:12 #0 6.054 Get:16 http://deb.debian.org/debian buster/main arm64 liblocale-gettext-perl arm64 1.07-3+b4 [18.8 kB]
12:13:12 #0 6.060 Get:17 http://deb.debian.org/debian buster/main arm64 libssl1.1 arm64 1.1.1n-0+deb10u3 [1392 kB]
12:13:12 #0 6.072 Get:18 http://deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB]
12:13:12 #0 6.080 Get:19 http://deb.debian.org/debian-security buster/updates/main arm64 libexpat1 arm64 2.2.6-2+deb10u5 [87.4 kB]
12:13:12 #0 6.080 Get:20 http://deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB]
12:13:12 #0 6.100 Get:21 http://deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
12:13:12 #0 6.110 Get:22 http://deb.debian.org/debian buster/main arm64 mime-support all 3.62 [37.2 kB]
12:13:12 #0 6.110 Get:23 http://deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
12:13:12 #0 6.110 Get:24 http://deb.debian.org/debian buster/main arm64 readline-common all 7.0-5 [70.6 kB]
12:13:12 #0 6.110 Get:25 http://deb.debian.org/debian buster/main arm64 libreadline7 arm64 7.0-5 [134 kB]
12:13:12 #0 6.110 Get:26 http://deb.debian.org/debian-security buster/updates/main arm64 libsqlite3-0 arm64 3.27.2-3+deb10u2 [603 kB]
12:13:12 #0 6.128 Get:27 http://deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB]
12:13:12 #0 6.133 Get:28 http://deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB]
12:13:12 #0 6.137 Get:29 http://deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
12:13:12 #0 6.160 Get:30 http://deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
12:13:12 #0 6.160 Get:31 http://deb.debian.org/debian buster/main arm64 less arm64 487-0.1+b1 [117 kB]
12:13:12 #0 6.164 Get:32 http://deb.debian.org/debian buster/main arm64 netbase all 5.6 [19.4 kB]
12:13:12 #0 6.164 Get:33 http://deb.debian.org/debian-security buster/updates/main arm64 bzip2 arm64 1.0.6-9.2~deb10u2 [47.8 kB]
12:13:12 #0 6.164 Get:34 http://deb.debian.org/debian buster/main arm64 libmagic-mgc arm64 1:5.35-4+deb10u2 [242 kB]
12:13:12 #0 6.172 Get:35 http://deb.debian.org/debian buster/main arm64 libmagic1 arm64 1:5.35-4+deb10u2 [115 kB]
12:13:12 #0 6.172 Get:36 http://deb.debian.org/debian buster/main arm64 file arm64 1:5.35-4+deb10u2 [66.5 kB]
12:13:12 #0 6.172 Get:37 http://deb.debian.org/debian buster/main arm64 gettext-base arm64 0.19.8.1-9 [120 kB]
12:13:12 #0 6.172 Get:38 http://deb.debian.org/debian buster/main arm64 krb5-locales all 1.17-3+deb10u4 [95.6 kB]
12:13:12 #0 6.172 Get:39 http://deb.debian.org/debian buster/main arm64 manpages all 4.16-2 [1295 kB]
12:13:12 #0 6.184 Get:40 http://deb.debian.org/debian buster/main arm64 libedit2 arm64 3.1-20181209-1 [91.2 kB]
12:13:12 #0 6.184 Get:41 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB]
12:13:12 #0 6.184 Get:42 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u4 [65.1 kB]
12:13:12 #0 6.186 Get:43 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u4 [123 kB]
12:13:12 #0 6.187 Get:44 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u4 [351 kB]
12:13:12 #0 6.191 Get:45 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u4 [150 kB]
12:13:12 #0 6.193 Get:46 http://deb.debian.org/debian buster/main arm64 openssh-client arm64 1:7.9p1-10+deb10u2 [757 kB]
12:13:12 #0 6.201 Get:47 http://deb.debian.org/debian buster/main arm64 ucf all 3.0038+nmu1 [69.0 kB]
12:13:12 #0 6.204 Get:48 http://deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1+deb10u1 [182 kB]
12:13:12 #0 6.206 Get:49 http://deb.debian.org/debian buster/main arm64 libfl2 arm64 2.6.4-6.2 [103 kB]
12:13:12 #0 6.208 Get:50 http://deb.debian.org/debian buster/main arm64 at arm64 3.1.23-1 [48.3 kB]
12:13:12 #0 6.209 Get:51 http://deb.debian.org/debian buster/main arm64 libsigsegv2 arm64 2.12-2 [32.3 kB]
12:13:12 #0 6.210 Get:52 http://deb.debian.org/debian buster/main arm64 m4 arm64 1.4.18-2 [198 kB]
12:13:12 #0 6.213 Get:53 http://deb.debian.org/debian buster/main arm64 autoconf all 2.69-11 [341 kB]
12:13:12 #0 6.216 Get:54 http://deb.debian.org/debian buster/main arm64 autotools-dev all 20180224.1 [77.0 kB]
12:13:12 #0 6.218 Get:55 http://deb.debian.org/debian buster/main arm64 automake all 1:1.16.1-4 [771 kB]
12:13:12 #0 6.228 Get:56 http://deb.debian.org/debian buster/main arm64 autopoint all 0.19.8.1-9 [434 kB]
12:13:12 #0 6.230 Get:57 http://deb.debian.org/debian buster/main arm64 binutils-common arm64 2.31.1-16 [2073 kB]
12:13:12 #0 6.252 Get:58 http://deb.debian.org/debian buster/main arm64 libbinutils arm64 2.31.1-16 [455 kB]
12:13:12 #0 6.258 Get:59 http://deb.debian.org/debian buster/main arm64 binutils-aarch64-linux-gnu arm64 2.31.1-16 [2129 kB]
12:13:12 #0 6.282 Get:60 http://deb.debian.org/debian buster/main arm64 binutils arm64 2.31.1-16 [56.7 kB]
12:13:12 #0 6.283 Get:61 http://deb.debian.org/debian buster/main arm64 libc-dev-bin arm64 2.28-10+deb10u1 [270 kB]
12:13:12 #0 6.287 Get:62 http://deb.debian.org/debian-security buster/updates/main arm64 linux-libc-dev arm64 4.19.260-1 [1522 kB]
12:13:12 #0 6.304 Get:63 http://deb.debian.org/debian buster/main arm64 libc6-dev arm64 2.28-10+deb10u1 [2323 kB]
12:13:12 #0 6.326 Get:64 http://deb.debian.org/debian buster/main arm64 libisl19 arm64 0.20-2 [535 kB]
12:13:12 #0 6.331 Get:65 http://deb.debian.org/debian buster/main arm64 libmpfr6 arm64 4.0.2-1 [746 kB]
12:13:12 #0 6.339 Get:66 http://deb.debian.org/debian buster/main arm64 libmpc3 arm64 1.1.0-1 [38.0 kB]
12:13:12 #0 6.339 Get:67 http://deb.debian.org/debian buster/main arm64 cpp-8 arm64 8.3.0-6 [7400 kB]
12:13:12 #0 6.418 Get:68 http://deb.debian.org/debian buster/main arm64 cpp arm64 4:8.3.0-1 [19.4 kB]
12:13:12 #0 6.418 Get:69 http://deb.debian.org/debian buster/main arm64 libcc1-0 arm64 8.3.0-6 [45.0 kB]
12:13:12 #0 6.420 Get:70 http://deb.debian.org/debian buster/main arm64 libgomp1 arm64 8.3.0-6 [67.8 kB]
12:13:12 #0 6.422 Get:71 http://deb.debian.org/debian buster/main arm64 libitm1 arm64 8.3.0-6 [24.0 kB]
12:13:12 #0 6.422 Get:72 http://deb.debian.org/debian buster/main arm64 libatomic1 arm64 8.3.0-6 [8820 B]
12:13:12 #0 6.422 Get:73 http://deb.debian.org/debian buster/main arm64 libasan5 arm64 8.3.0-6 [327 kB]
12:13:12 #0 6.428 Get:74 http://deb.debian.org/debian buster/main arm64 liblsan0 arm64 8.3.0-6 [118 kB]
12:13:12 #0 6.428 Get:75 http://deb.debian.org/debian buster/main arm64 libtsan0 arm64 8.3.0-6 [262 kB]
12:13:12 #0 6.432 Get:76 http://deb.debian.org/debian buster/main arm64 libubsan1 arm64 8.3.0-6 [111 kB]
12:13:12 #0 6.432 Get:77 http://deb.debian.org/debian buster/main arm64 libgcc-8-dev arm64 8.3.0-6 [835 kB]
12:13:12 #0 6.444 Get:78 http://deb.debian.org/debian buster/main arm64 gcc-8 arm64 8.3.0-6 [7879 kB]
12:13:12 #0 6.515 Get:79 http://deb.debian.org/debian buster/main arm64 gcc arm64 4:8.3.0-1 [5212 B]
12:13:12 #0 6.515 Get:80 http://deb.debian.org/debian buster/main arm64 libstdc++-8-dev arm64 8.3.0-6 [1502 kB]
12:13:12 #0 6.530 Get:81 http://deb.debian.org/debian buster/main arm64 g++-8 arm64 8.3.0-6 [8176 kB]
12:13:12 #0 6.616 Get:82 http://deb.debian.org/debian buster/main arm64 g++ arm64 4:8.3.0-1 [1624 B]
12:13:12 #0 6.616 Get:83 http://deb.debian.org/debian buster/main arm64 make arm64 4.2.1-1.2 [333 kB]
12:13:12 #0 6.616 Get:84 http://deb.debian.org/debian buster/main arm64 libdpkg-perl all 1.19.8 [1415 kB]
12:13:12 #0 6.632 Get:85 http://deb.debian.org/debian buster/main arm64 patch arm64 2.7.6-3+deb10u1 [122 kB]
12:13:12 #0 6.632 Get:86 http://deb.debian.org/debian buster/main arm64 dpkg-dev all 1.19.8 [1776 kB]
12:13:12 #0 6.644 Get:87 http://deb.debian.org/debian buster/main arm64 build-essential arm64 12.6 [7576 B]
12:13:12 #0 6.647 Get:88 http://deb.debian.org/debian buster/main arm64 openssl arm64 1.1.1n-0+deb10u3 [834 kB]
12:13:12 #0 6.656 Get:89 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB]
12:13:12 #0 6.656 Get:90 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u2 [69.4 kB]
12:13:12 #0 6.656 Get:91 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u2 [105 kB]
12:13:12 #0 6.656 Get:92 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
12:13:12 #0 6.659 Get:93 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u7 [216 kB]
12:13:12 #0 6.661 Get:94 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB]
12:13:12 #0 6.662 Get:95 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB]
12:13:12 #0 6.663 Get:96 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB]
12:13:12 #0 6.664 Get:97 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB]
12:13:12 #0 6.667 Get:98 http://deb.debian.org/debian-security buster/updates/main arm64 libcurl4 arm64 7.64.0-4+deb10u3 [312 kB]
12:13:12 #0 6.670 Get:99 http://deb.debian.org/debian-security buster/updates/main arm64 curl arm64 7.64.0-4+deb10u3 [260 kB]
12:13:12 #0 6.672 Get:100 http://deb.debian.org/debian buster/main arm64 dctrl-tools arm64 2.24-3 [101 kB]
12:13:12 #0 6.676 Get:101 http://deb.debian.org/debian buster/main arm64 libtool all 2.4.6-9 [547 kB]
12:13:12 #0 6.678 Get:102 http://deb.debian.org/debian buster/main arm64 dh-autoreconf all 19 [16.9 kB]
12:13:12 #0 6.679 Get:103 http://deb.debian.org/debian buster/main arm64 libarchive-zip-perl all 1.64-1 [96.8 kB]
12:13:12 #0 6.680 Get:104 http://deb.debian.org/debian buster/main arm64 libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
12:13:12 #0 6.680 Get:105 http://deb.debian.org/debian buster/main arm64 dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
12:13:12 #0 6.681 Get:106 http://deb.debian.org/debian buster/main arm64 dwz arm64 0.12-3 [71.7 kB]
12:13:12 #0 6.683 Get:107 http://deb.debian.org/debian-security buster/updates/main arm64 libglib2.0-0 arm64 2.58.3-2+deb10u4 [1186 kB]
12:13:12 #0 6.696 Get:108 http://deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u3 [8154 kB]
12:13:12 #0 6.777 Get:109 http://deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u4 [625 kB]
12:13:12 #0 6.784 Get:110 http://deb.debian.org/debian buster/main arm64 libcroco3 arm64 0.6.12-3 [140 kB]
12:13:12 #0 6.786 Get:111 http://deb.debian.org/debian buster/main arm64 libncurses6 arm64 6.1+20181013-2+deb10u2 [92.6 kB]
12:13:12 #0 6.787 Get:112 http://deb.debian.org/debian buster/main arm64 gettext arm64 0.19.8.1-9 [1261 kB]
12:13:12 #0 6.800 Get:113 http://deb.debian.org/debian buster/main arm64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
12:13:12 #0 6.801 Get:114 http://deb.debian.org/debian buster/main arm64 po-debconf all 1.0.21 [248 kB]
12:13:12 #0 6.804 Get:115 http://deb.debian.org/debian buster/main arm64 debhelper all 12.1.1 [1016 kB]
12:13:12 #0 6.815 Get:116 http://deb.debian.org/debian buster/main arm64 debian-keyring all 2019.02.25 [32.4 MB]
12:13:12 #0 7.164 Get:117 http://deb.debian.org/debian buster/main arm64 libfakeroot arm64 1.23-1 [42.1 kB]
12:13:12 #0 7.164 Get:118 http://deb.debian.org/debian buster/main arm64 fakeroot arm64 1.23-1 [83.3 kB]
12:13:12 #0 7.164 Get:119 http://deb.debian.org/debian buster/main arm64 libassuan0 arm64 2.5.2-1 [47.1 kB]
12:13:12 #0 7.164 Get:120 http://deb.debian.org/debian buster/main arm64 gpgconf arm64 2.2.12-1+deb10u2 [504 kB]
12:13:12 #0 7.174 Get:121 http://deb.debian.org/debian buster/main arm64 libksba8 arm64 1.3.5-2 [84.7 kB]
12:13:12 #0 7.174 Get:122 http://deb.debian.org/debian buster/main arm64 libnpth0 arm64 1.6-1 [17.6 kB]
12:13:12 #0 7.174 Get:123 http://deb.debian.org/debian buster/main arm64 dirmngr arm64 2.2.12-1+deb10u2 [694 kB]
12:13:12 #0 7.180 Get:124 http://deb.debian.org/debian buster/main arm64 gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
12:13:12 #0 7.196 Get:125 http://deb.debian.org/debian buster/main arm64 gnupg-utils arm64 2.2.12-1+deb10u2 [824 kB]
12:13:12 #0 7.207 Get:126 http://deb.debian.org/debian buster/main arm64 gpg arm64 2.2.12-1+deb10u2 [827 kB]
12:13:12 #0 7.212 Get:127 http://deb.debian.org/debian buster/main arm64 pinentry-curses arm64 1.1.0-2 [62.7 kB]
12:13:12 #0 7.214 Get:128 http://deb.debian.org/debian buster/main arm64 gpg-agent arm64 2.2.12-1+deb10u2 [601 kB]
12:13:12 #0 7.220 Get:129 http://deb.debian.org/debian buster/main arm64 gpg-wks-client arm64 2.2.12-1+deb10u2 [478 kB]
12:13:12 #0 7.228 Get:130 http://deb.debian.org/debian buster/main arm64 gpg-wks-server arm64 2.2.12-1+deb10u2 [472 kB]
12:13:12 #0 7.235 Get:131 http://deb.debian.org/debian buster/main arm64 gpgsm arm64 2.2.12-1+deb10u2 [586 kB]
12:13:12 #0 7.236 Get:132 http://deb.debian.org/debian buster/main arm64 gnupg all 2.2.12-1+deb10u2 [715 kB]
12:13:12 #0 7.242 Get:133 http://deb.debian.org/debian buster/main arm64 libfile-which-perl all 1.23-1 [16.6 kB]
12:13:12 #0 7.244 Get:134 http://deb.debian.org/debian buster/main arm64 libfile-homedir-perl all 1.004-1 [42.7 kB]
12:13:12 #0 7.245 Get:135 http://deb.debian.org/debian buster/main arm64 libio-pty-perl arm64 1:1.08-1.1+b5 [32.8 kB]
12:13:12 #0 7.245 Get:136 http://deb.debian.org/debian buster/main arm64 libipc-run-perl all 20180523.0-1 [101 kB]
12:13:12 #0 7.247 Get:137 http://deb.debian.org/debian buster/main arm64 libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
12:13:12 #0 7.248 Get:138 http://deb.debian.org/debian buster/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
12:13:12 #0 7.249 Get:139 http://deb.debian.org/debian buster/main arm64 libdevel-globaldestruction-perl all 0.14-1 [8084 B]
12:13:12 #0 7.249 Get:140 http://deb.debian.org/debian buster/main arm64 libb-hooks-op-check-perl arm64 0.22-1+b1 [11.4 kB]
12:13:12 #0 7.250 Get:141 http://deb.debian.org/debian buster/main arm64 libdynaloader-functions-perl all 0.003-1 [12.6 kB]
12:13:12 #0 7.251 Get:142 http://deb.debian.org/debian buster/main arm64 libdevel-callchecker-perl arm64 0.008-1 [15.6 kB]
12:13:12 #0 7.252 Get:143 http://deb.debian.org/debian buster/main arm64 libparams-classify-perl arm64 0.015-1+b1 [25.4 kB]
12:13:12 #0 7.253 Get:144 http://deb.debian.org/debian buster/main arm64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
12:13:12 #0 7.254 Get:145 http://deb.debian.org/debian buster/main arm64 libimport-into-perl all 1.002005-1 [11.6 kB]
12:13:12 #0 7.255 Get:146 http://deb.debian.org/debian buster/main arm64 librole-tiny-perl all 2.000006-1 [19.4 kB]
12:13:12 #0 7.256 Get:147 http://deb.debian.org/debian buster/main arm64 libstrictures-perl all 2.000005-1 [18.3 kB]
12:13:12 #0 7.256 Get:148 http://deb.debian.org/debian buster/main arm64 libsub-quote-perl all 2.005001-1 [17.9 kB]
12:13:12 #0 7.257 Get:149 http://deb.debian.org/debian buster/main arm64 libmoo-perl all 2.003004-2 [57.4 kB]
12:13:12 #0 7.259 Get:150 http://deb.debian.org/debian buster/main arm64 libencode-locale-perl all 1.05-1 [13.7 kB]
12:13:12 #0 7.260 Get:151 http://deb.debian.org/debian buster/main arm64 libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
12:13:12 #0 7.261 Get:152 http://deb.debian.org/debian buster/main arm64 libhttp-date-perl all 6.02-1 [10.7 kB]
12:13:12 #0 7.263 Get:153 http://deb.debian.org/debian buster/main arm64 libfile-listing-perl all 6.04-1 [10.3 kB]
12:13:12 #0 7.263 Get:154 http://deb.debian.org/debian buster/main arm64 libhtml-tagset-perl all 3.20-3 [12.7 kB]
12:13:12 #0 7.264 Get:155 http://deb.debian.org/debian buster/main arm64 liburi-perl all 1.76-1 [89.9 kB]
12:13:12 #0 7.266 Get:156 http://deb.debian.org/debian buster/main arm64 libhtml-parser-perl arm64 3.72-3+b3 [103 kB]
12:13:12 #0 7.267 Get:157 http://deb.debian.org/debian buster/main arm64 libhtml-tree-perl all 5.07-2 [213 kB]
12:13:12 #0 7.271 Get:158 http://deb.debian.org/debian buster/main arm64 libio-html-perl all 1.001-1 [17.6 kB]
12:13:12 #0 7.272 Get:159 http://deb.debian.org/debian buster/main arm64 liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
12:13:12 #0 7.273 Get:160 http://deb.debian.org/debian buster/main arm64 libhttp-message-perl all 6.18-1 [77.8 kB]
12:13:12 #0 7.274 Get:161 http://deb.debian.org/debian buster/main arm64 libhttp-cookies-perl all 6.04-1 [17.8 kB]
12:13:12 #0 7.275 Get:162 http://deb.debian.org/debian buster/main arm64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
12:13:12 #0 7.276 Get:163 http://deb.debian.org/debian buster/main arm64 perl-openssl-defaults arm64 3 [6782 B]
12:13:12 #0 7.277 Get:164 http://deb.debian.org/debian buster/main arm64 libnet-ssleay-perl arm64 1.85-2+deb10u1 [303 kB]
12:13:12 #0 7.281 Get:165 http://deb.debian.org/debian buster/main arm64 libio-socket-ssl-perl all 2.060-3 [207 kB]
12:13:12 #0 7.283 Get:166 http://deb.debian.org/debian buster/main arm64 libnet-http-perl all 6.18-1 [24.5 kB]
12:13:12 #0 7.284 Get:167 http://deb.debian.org/debian buster/main arm64 liblwp-protocol-https-perl all 6.07-2 [9242 B]
12:13:12 #0 7.285 Get:168 http://deb.debian.org/debian buster/main arm64 libtry-tiny-perl all 0.30-1 [23.3 kB]
12:13:12 #0 7.286 Get:169 http://deb.debian.org/debian buster/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
12:13:12 #0 7.287 Get:170 http://deb.debian.org/debian buster/main arm64 libwww-perl all 6.36-2 [188 kB]
12:13:12 #0 7.291 Get:171 http://deb.debian.org/debian buster/main arm64 patchutils arm64 0.3.4-2 [84.7 kB]
12:13:12 #0 7.293 Get:172 http://deb.debian.org/debian buster/main arm64 wdiff arm64 1.2.2-2+b1 [121 kB]
12:13:12 #0 7.294 Get:173 http://deb.debian.org/debian buster/main arm64 devscripts arm64 2.19.5+deb10u1 [1045 kB]
12:13:12 #0 7.304 Get:174 http://deb.debian.org/debian buster/main arm64 diffstat arm64 1.62-1 [32.0 kB]
12:13:12 #0 7.305 Get:175 http://deb.debian.org/debian buster/main arm64 distro-info-data all 0.41+deb10u5 [6976 B]
12:13:12 #0 7.306 Get:176 http://deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
12:13:12 #0 7.308 Get:177 http://deb.debian.org/debian buster/main arm64 python3-chardet all 3.0.4-3 [80.5 kB]
12:13:12 #0 7.310 Get:178 http://deb.debian.org/debian buster/main arm64 python3-six all 1.12.0-1 [15.7 kB]
12:13:12 #0 7.312 Get:179 http://deb.debian.org/debian buster/main arm64 python3-debian all 0.1.35 [78.8 kB]
12:13:12 #0 7.313 Get:180 http://deb.debian.org/debian buster/main arm64 libgpgme11 arm64 1.12.0-6 [241 kB]
12:13:12 #0 7.317 Get:181 http://deb.debian.org/debian buster/main arm64 python3-gpg arm64 1.12.0-6 [292 kB]
12:13:12 #0 7.321 Get:182 http://deb.debian.org/debian buster/main arm64 dput all 1.0.3 [54.5 kB]
12:13:12 #10 7.323 Get:183 http://deb.debian.org/debian buster/main arm64 equivs all 2.2.0 [22.4 kB]
12:13:12 #10 7.324 Get:184 http://deb.debian.org/debian-security buster/updates/main arm64 exim4-config all 4.92-8+deb10u7 [325 kB]
12:13:12 #10 7.328 Get:185 http://deb.debian.org/debian-security buster/updates/main arm64 exim4-base arm64 4.92-8+deb10u7 [1136 kB]
12:13:12 #10 7.340 Get:186 http://deb.debian.org/debian buster/main arm64 libevent-2.1-6 arm64 2.1.8-stable-4 [150 kB]
12:13:12 #10 7.342 Get:187 http://deb.debian.org/debian buster/main arm64 libunbound8 arm64 1.9.0-2+deb10u2 [432 kB]
12:13:12 #10 7.347 Get:188 http://deb.debian.org/debian-security buster/updates/main arm64 libgnutls-dane0 arm64 3.6.7-4+deb10u9 [317 kB]
12:13:12 #10 7.351 Get:189 http://deb.debian.org/debian-security buster/updates/main arm64 exim4-daemon-light arm64 4.92-8+deb10u7 [558 kB]
12:13:12 #10 7.359 Get:190 http://deb.debian.org/debian-security buster/updates/main arm64 libcurl3-gnutls arm64 7.64.0-4+deb10u3 [311 kB]
12:13:12 #10 7.362 Get:191 http://deb.debian.org/debian buster/main arm64 libpcre2-8-0 arm64 10.32-5 [186 kB]
12:13:12 #10 7.363 Get:192 http://deb.debian.org/debian buster/main arm64 liberror-perl all 0.17027-2 [30.9 kB]
12:13:12 #10 7.372 Get:193 http://deb.debian.org/debian buster/main arm64 git-man all 1:2.20.1-2+deb10u3 [1620 kB]
12:13:12 #10 7.391 Get:194 http://deb.debian.org/debian buster/main arm64 git arm64 1:2.20.1-2+deb10u3 [5509 kB]
12:13:12 #10 7.450 Get:195 http://deb.debian.org/debian buster/main arm64 libgc1c2 arm64 1:7.6.4-0.4 [214 kB]
12:13:12 #10 7.456 Get:196 http://deb.debian.org/debian buster/main arm64 libltdl7 arm64 2.4.6-9 [389 kB]
12:13:12 #10 7.457 Get:197 http://deb.debian.org/debian buster/main arm64 guile-2.2-libs arm64 2.2.4+1-2+deb10u1 [4938 kB]
12:13:12 #10 7.510 Get:198 http://deb.debian.org/debian buster/main arm64 iso-codes all 4.2-1 [2713 kB]
12:13:12 #10 7.534 Get:199 http://deb.debian.org/debian buster/main arm64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
12:13:12 #10 7.535 Get:200 http://deb.debian.org/debian buster/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5+b1 [11.6 kB]
12:13:12 #10 7.535 Get:201 http://deb.debian.org/debian buster/main arm64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
12:13:12 #10 7.536 Get:202 http://deb.debian.org/debian buster/main arm64 libapt-inst2.0 arm64 1.8.2.3 [202 kB]
12:13:12 #10 7.539 Get:203 http://deb.debian.org/debian buster/main arm64 libapt-pkg-perl arm64 0.1.34+b1 [68.6 kB]
12:13:12 #10 7.540 Get:204 http://deb.debian.org/debian buster/main arm64 libarchive-cpio-perl all 0.10-1 [10.3 kB]
12:13:12 #10 7.540 Get:205 http://deb.debian.org/debian buster/main arm64 libasync-mergepoint-perl all 0.04-2 [10.4 kB]
12:13:12 #10 7.541 Get:206 http://deb.debian.org/debian buster/main arm64 libauthen-sasl-perl all 2.1600-1 [50.8 kB]
12:13:12 #10 7.542 Get:207 http://deb.debian.org/debian buster/main arm64 libmodule-implementation-perl all 0.09-1 [12.9 kB]
12:13:12 #10 7.546 Get:208 http://deb.debian.org/debian buster/main arm64 libvariable-magic-perl arm64 0.62-1+b1 [44.8 kB]
12:13:12 #10 7.548 Get:209 http://deb.debian.org/debian buster/main arm64 libb-hooks-endofscope-perl all 0.24-1 [18.6 kB]
12:13:12 #10 7.549 Get:210 http://deb.debian.org/debian buster/main arm64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
12:13:12 #10 7.550 Get:211 http://deb.debian.org/debian buster/main arm64 libcgi-pm-perl all 4.40-1 [222 kB]
12:13:12 #10 7.553 Get:212 http://deb.debian.org/debian buster/main arm64 libfcgi-perl arm64 0.78-2+b3 [38.8 kB]
12:13:12 #10 7.554 Get:213 http://deb.debian.org/debian buster/main arm64 libcgi-fast-perl all 1:2.13-1 [11.4 kB]
12:13:12 #10 7.555 Get:214 http://deb.debian.org/debian buster/main arm64 libsub-name-perl arm64 0.21-1+b3 [13.4 kB]
12:13:12 #10 7.556 Get:215 http://deb.debian.org/debian buster/main arm64 libclass-accessor-perl all 0.51-1 [23.2 kB]
12:13:12 #10 7.557 Get:216 http://deb.debian.org/debian buster/main arm64 libclass-inspector-perl all 1.32-1 [19.1 kB]
12:13:12 #10 7.559 Get:217 http://deb.debian.org/debian buster/main arm64 libclass-xsaccessor-perl arm64 1.19-3+b2 [37.1 kB]
12:13:12 #10 7.560 Get:218 http://deb.debian.org/debian buster/main arm64 libclone-perl arm64 0.41-1+b1 [14.5 kB]
12:13:12 #10 7.561 Get:219 http://deb.debian.org/debian buster/main arm64 libcommon-sense-perl arm64 3.74-2+b7 [24.0 kB]
12:13:12 #10 7.588 Get:220 http://deb.debian.org/debian buster/main arm64 libparams-util-perl arm64 1.07-3+b4 [22.5 kB]
12:13:12 #10 7.589 Get:221 http://deb.debian.org/debian buster/main arm64 libsub-install-perl all 0.928-1 [11.4 kB]
12:13:12 #10 7.589 Get:222 http://deb.debian.org/debian buster/main arm64 libdata-optlist-perl all 0.110-1 [10.6 kB]
12:13:12 #10 7.589 Get:223 http://deb.debian.org/debian buster/main arm64 libsub-exporter-perl all 0.987-1 [47.2 kB]
12:13:12 #10 7.590 Get:224 http://deb.debian.org/debian buster/main arm64 libconst-fast-perl all 0.014-1 [8250 B]
12:13:12 #10 7.590 Get:225 http://deb.debian.org/debian buster/main arm64 libwant-perl arm64 0.29-1+b4 [28.5 kB]
12:13:12 #10 7.591 Get:226 http://deb.debian.org/debian buster/main arm64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
12:13:12 #10 7.591 Get:227 http://deb.debian.org/debian buster/main arm64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
12:13:12 #10 7.592 Get:228 http://deb.debian.org/debian buster/main arm64 libdata-dump-perl all 1.23-1 [29.5 kB]
12:13:12 #10 7.592 Get:229 http://deb.debian.org/debian buster/main arm64 libdigest-bubblebabble-perl all 0.02-2 [8238 B]
12:13:12 #10 7.593 Get:230 http://deb.debian.org/debian buster/main arm64 libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB]
12:13:12 #10 7.593 Get:231 http://deb.debian.org/debian buster/main arm64 libdistro-info-perl all 0.21 [6696 B]
12:13:12 #10 7.593 Get:232 http://deb.debian.org/debian buster/main arm64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
12:13:12 #10 7.593 Get:233 http://deb.debian.org/debian buster/main arm64 libmailtools-perl all 2.18-1 [88.5 kB]
12:13:12 #10 7.595 Get:234 http://deb.debian.org/debian buster/main arm64 libnet-ip-perl all 1.26-2 [29.0 kB]
12:13:12 #10 7.595 Get:235 http://deb.debian.org/debian buster/main arm64 libnet-dns-perl all 1.19-1 [372 kB]
12:13:12 #10 7.599 Get:236 http://deb.debian.org/debian buster/main arm64 libnet-domain-tld-perl all 1.75-1 [33.3 kB]
12:13:12 #10 7.599 Get:237 http://deb.debian.org/debian buster/main arm64 libemail-valid-perl all 1.202-1 [23.0 kB]
12:13:12 #10 7.601 Get:238 http://deb.debian.org/debian buster/main arm64 libexporter-tiny-perl all 1.002001-1 [36.9 kB]
12:13:12 #10 7.621 Get:239 http://deb.debian.org/debian buster/main arm64 libipc-system-simple-perl all 1.25-4 [26.5 kB]
12:13:12 #10 7.621 Get:240 http://deb.debian.org/debian buster/main arm64 libfile-basedir-perl all 0.08-1 [17.7 kB]
12:13:12 #10 7.622 Get:241 http://deb.debian.org/debian buster/main arm64 libfile-chdir-perl all 0.1008-1 [13.3 kB]
12:13:12 #10 7.622 Get:242 http://deb.debian.org/debian buster/main arm64 libfile-fcntllock-perl arm64 0.22-3+b5 [35.5 kB]
12:13:12 #10 7.622 Get:243 http://deb.debian.org/debian buster/main arm64 libfont-afm-perl all 1.20-2 [13.6 kB]
12:13:12 #10 7.624 Get:244 http://deb.debian.org/debian buster/main arm64 libfribidi0 arm64 1.0.5-3.1+deb10u2 [63.8 kB]
12:13:12 #10 7.624 Get:245 http://deb.debian.org/debian buster/main arm64 libfuture-perl all 0.39-1 [74.5 kB]
12:13:12 #10 7.628 Get:246 http://deb.debian.org/debian buster/main arm64 libio-stringy-perl all 2.111-3 [56.5 kB]
12:13:12 #10 7.628 Get:247 http://deb.debian.org/debian buster/main arm64 libparams-validate-perl arm64 1.29-1+b1 [66.3 kB]
12:13:12 #10 7.628 Get:248 http://deb.debian.org/debian buster/main arm64 libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB]
12:13:12 #10 7.628 Get:249 http://deb.debian.org/debian buster/main arm64 libsort-versions-perl all 1.62-1 [11.0 kB]
12:13:12 #10 7.628 Get:250 http://deb.debian.org/debian buster/main arm64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
12:13:12 #10 7.628 Get:251 http://deb.debian.org/debian buster/main arm64 libhttp-tiny-multipart-perl all 0.08-1 [9304 B]
12:13:12 #10 7.628 Get:252 http://deb.debian.org/debian buster/main arm64 libio-prompter-perl all 0.004015-1 [60.4 kB]
12:13:12 #10 7.631 Get:253 http://deb.debian.org/debian buster/main arm64 libjson-perl all 4.02000-1 [88.8 kB]
12:13:12 #10 7.631 Get:254 http://deb.debian.org/debian buster/main arm64 liblog-any-perl all 1.707-1 [65.2 kB]
12:13:12 #10 7.631 Get:255 http://deb.debian.org/debian buster/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
12:13:12 #10 7.632 Get:256 http://deb.debian.org/debian buster/main arm64 libpackage-stash-perl all 0.38-1 [21.7 kB]
12:13:12 #10 7.635 Get:257 http://deb.debian.org/debian buster/main arm64 libsub-identify-perl arm64 0.14-1+b1 [12.0 kB]
12:13:12 #10 7.635 Get:258 http://deb.debian.org/debian buster/main arm64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
12:13:12 #10 7.635 Get:259 http://deb.debian.org/debian buster/main arm64 libpath-tiny-perl all 0.108-1 [53.3 kB]
12:13:12 #10 7.637 Get:260 http://deb.debian.org/debian buster/main arm64 libtype-tiny-perl all 1.004004-1 [266 kB]
12:13:12 #10 7.640 Get:261 http://deb.debian.org/debian buster/main arm64 libgitlab-api-v4-perl all 0.16-1 [69.9 kB]
12:13:12 #10 7.641 Get:262 http://deb.debian.org/debian-security buster/updates/main arm64 libglib2.0-data all 2.58.3-2+deb10u4 [1110 kB]
12:13:12 #10 7.653 Get:263 http://deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB]
12:13:12 #10 7.653 Get:264 http://deb.debian.org/debian buster/main arm64 libidn11 arm64 1.33-2.2 [113 kB]
12:13:12 #10 7.654 Get:265 http://deb.debian.org/debian buster/main arm64 libntlm0 arm64 1.5-1+deb10u1 [23.6 kB]
12:13:12 #10 7.655 Get:266 http://deb.debian.org/debian buster/main arm64 libgsasl7 arm64 1.8.0-8+deb10u1 [203 kB]
12:13:12 #10 7.657 Get:267 http://deb.debian.org/debian buster/main arm64 libhtml-form-perl all 6.03-1 [23.9 kB]
12:13:12 #10 7.658 Get:268 http://deb.debian.org/debian buster/main arm64 libhtml-format-perl all 2.12-1 [43.5 kB]
12:13:12 #10 7.660 Get:269 http://deb.debian.org/debian-security buster/updates/main arm64 libhttp-daemon-perl all 6.01-3+deb10u1 [17.1 kB]
12:13:12 #10 7.660 Get:270 http://deb.debian.org/debian buster/main arm64 libstruct-dumb-perl all 0.09-1 [11.1 kB]
12:13:12 #10 7.660 Get:271 http://deb.debian.org/debian buster/main arm64 libio-async-perl all 0.72-1 [262 kB]
12:13:12 #10 7.664 Get:272 http://deb.debian.org/debian buster/main arm64 libio-sessiondata-perl all 1.03-1 [5782 B]
12:13:12 #10 7.664 Get:273 http://deb.debian.org/debian buster/main arm64 libio-string-perl all 1.08-3 [12.3 kB]
12:13:12 #10 7.665 Get:274 http://deb.debian.org/debian buster/main arm64 libtypes-serialiser-perl all 1.0-1 [12.7 kB]
12:13:12 #10 7.665 Get:275 http://deb.debian.org/debian buster/main arm64 libjson-xs-perl arm64 3.040-1+b1 [90.2 kB]
12:13:12 #10 7.666 Get:276 http://deb.debian.org/debian buster/main arm64 liblzo2-2 arm64 2.10-0.1 [49.0 kB]
12:13:12 #10 7.667 Get:277 http://deb.debian.org/debian buster/main arm64 libkyotocabinet16v5 arm64 1.2.76-4.2+b1 [267 kB]
12:13:12 #10 7.670 Get:278 http://deb.debian.org/debian buster/main arm64 liblist-compare-perl all 0.53-1 [68.9 kB]
12:13:12 #10 7.673 Get:279 http://deb.debian.org/debian buster/main arm64 liblist-moreutils-perl arm64 0.416-1+b4 [62.4 kB]
12:13:12 #10 7.676 Get:280 http://deb.debian.org/debian buster/main arm64 libltdl-dev arm64 2.4.6-9 [162 kB]
12:13:12 #10 7.679 Get:281 http://deb.debian.org/debian buster/main arm64 libsys-hostname-long-perl all 1.5-1 [12.0 kB]
12:13:12 #10 7.679 Get:282 http://deb.debian.org/debian buster/main arm64 libmail-sendmail-perl all 0.80-1 [25.3 kB]
12:13:12 #10 7.679 Get:283 http://deb.debian.org/debian buster/main arm64 mailutils-common all 1:3.5-4 [689 kB]
12:13:12 #10 7.689 Get:284 http://deb.debian.org/debian buster/main arm64 mysql-common all 5.8+1.0.5 [7324 B]
12:13:12 #10 7.691 Get:285 http://deb.debian.org/debian-security buster/updates/main arm64 mariadb-common all 1:10.3.36-0+deb10u2 [33.2 kB]
12:13:12 #10 7.691 Get:286 http://deb.debian.org/debian-security buster/updates/main arm64 libmariadb3 arm64 1:10.3.36-0+deb10u2 [164 kB]
12:13:12 #10 7.694 Get:287 http://deb.debian.org/debian buster/main arm64 libpython2.7-minimal arm64 2.7.16-2+deb10u1 [395 kB]
12:13:12 #10 7.699 Get:288 http://deb.debian.org/debian buster/main arm64 libpython2.7-stdlib arm64 2.7.16-2+deb10u1 [1890 kB]
12:13:12 #10 7.718 Get:289 http://deb.debian.org/debian buster/main arm64 libpython2.7 arm64 2.7.16-2+deb10u1 [958 kB]
12:13:12 #10 7.729 Get:290 http://deb.debian.org/debian buster/main arm64 libmailutils5 arm64 1:3.5-4 [829 kB]
12:13:12 #10 7.739 Get:291 http://deb.debian.org/debian buster/main arm64 libmime-tools-perl all 5.509-1 [212 kB]
12:13:12 #10 7.742 Get:292 http://deb.debian.org/debian buster/main arm64 libnet-dns-sec-perl arm64 1.11-1 [47.7 kB]
12:13:12 #10 7.743 Get:293 http://deb.debian.org/debian buster/main arm64 libnet-libidn-perl arm64 0.12.ds-3+b1 [18.7 kB]
12:13:12 #10 7.744 Get:294 http://deb.debian.org/debian buster/main arm64 libnumber-compare-perl all 0.03-1 [7642 B]
12:13:12 #10 7.745 Get:295 http://deb.debian.org/debian buster/main arm64 libnumber-range-perl all 0.12-1 [9274 B]
12:13:12 #10 7.745 Get:296 http://deb.debian.org/debian buster/main arm64 libossp-uuid16 arm64 1.6.2-1.5+b7 [41.8 kB]
12:13:12 #10 7.747 Get:297 http://deb.debian.org/debian buster/main arm64 libossp-uuid-perl arm64 1.6.2-1.5+b7 [28.8 kB]
12:13:12 #10 7.748 Get:298 http://deb.debian.org/debian buster/main arm64 libpackage-stash-xs-perl arm64 0.29-1 [19.7 kB]
12:13:12 #10 7.749 Get:299 http://deb.debian.org/debian buster/main arm64 libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB]
12:13:12 #10 7.750 Get:300 http://deb.debian.org/debian buster/main arm64 libtext-glob-perl all 0.10-1 [8362 B]
12:13:12 #10 7.751 Get:301 http://deb.debian.org/debian buster/main arm64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
12:13:12 #10 7.752 Get:302 http://deb.debian.org/debian buster/main arm64 libperlio-gzip-perl arm64 0.19-1+b5 [17.2 kB]
12:13:12 #10 7.753 Get:303 http://deb.debian.org/debian buster/main arm64 libpod-constants-perl all 0.19-1 [16.9 kB]
12:13:12 #10 7.753 Get:304 http://deb.debian.org/debian buster/main arm64 libreadonly-perl all 2.050-1 [22.7 kB]
12:13:12 #10 7.754 Get:305 http://deb.debian.org/debian buster/main arm64 libref-util-perl all 0.204-1 [17.1 kB]
12:13:12 #10 7.755 Get:306 http://deb.debian.org/debian buster/main arm64 libref-util-xs-perl arm64 0.117-1+b1 [13.8 kB]
12:13:12 #10 7.756 Get:307 http://deb.debian.org/debian buster/main arm64 libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB]
12:13:12 #10 7.757 Get:308 http://deb.debian.org/debian buster/main arm64 libsasl2-modules arm64 2.1.27+dfsg-1+deb10u2 [102 kB]
12:13:12 #10 7.759 Get:309 http://deb.debian.org/debian buster/main arm64 libsereal-decoder-perl arm64 4.005+ds-1+b1 [88.1 kB]
12:13:12 #10 7.760 Get:310 http://deb.debian.org/debian buster/main arm64 libsereal-encoder-perl arm64 4.005+ds-1+b1 [89.4 kB]
12:13:12 #10 7.762 Get:311 http://deb.debian.org/debian buster/main arm64 libsereal-perl all 4.005-1 [10.8 kB]
12:13:12 #10 7.763 Get:312 http://deb.debian.org/debian buster/main arm64 libtask-weaken-perl all 1.06-1 [9252 B]
12:13:12 #10 7.764 Get:313 http://deb.debian.org/debian buster/main arm64 libxml-parser-perl arm64 2.44-4 [212 kB]
12:13:12 #10 7.767 Get:314 http://deb.debian.org/debian buster/main arm64 libsoap-lite-perl all 1.27-1 [258 kB]
12:13:12 #10 7.771 Get:315 http://deb.debian.org/debian buster/main arm64 libsort-key-perl arm64 1.33-2+b1 [36.3 kB]
12:13:12 #10 7.772 Get:316 http://deb.debian.org/debian buster/main arm64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
12:13:12 #10 7.773 Get:317 http://deb.debian.org/debian buster/main arm64 libstring-escape-perl all 2010.002-2 [19.1 kB]
12:13:12 #10 7.774 Get:318 http://deb.debian.org/debian buster/main arm64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
12:13:12 #10 7.775 Get:319 http://deb.debian.org/debian buster/main arm64 libterm-readkey-perl arm64 2.38-1 [27.0 kB]
12:13:12 #10 7.777 Get:320 http://deb.debian.org/debian buster/main arm64 libtest-fatal-perl all 0.014-1 [11.9 kB]
12:13:12 #10 7.778 Get:321 http://deb.debian.org/debian buster/main arm64 libtest-refcount-perl all 0.08-3 [11.4 kB]
12:13:12 #10 7.780 Get:322 http://deb.debian.org/debian buster/main arm64 libtext-levenshtein-perl all 0.13-1 [11.1 kB]
12:13:12 #10 7.781 Get:323 http://deb.debian.org/debian buster/main arm64 libtype-tiny-xs-perl arm64 0.014-1+b1 [23.7 kB]
12:13:12 #10 7.783 Get:324 http://deb.debian.org/debian buster/main arm64 libunicode-utf8-perl arm64 0.62-1 [19.6 kB]
12:13:12 #10 7.785 Get:325 http://deb.debian.org/debian buster/main arm64 libwrap0 arm64 7.6.q-28 [58.4 kB]
12:13:12 #10 7.785 Get:326 http://deb.debian.org/debian buster/main arm64 libxau6 arm64 1:1.0.8-1+b2 [19.3 kB]
12:13:12 #10 7.787 Get:327 http://deb.debian.org/debian buster/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
12:13:12 #10 7.787 Get:328 http://deb.debian.org/debian buster/main arm64 libxcb1 arm64 1.13.1-2 [135 kB]
12:13:12 #10 7.790 Get:329 http://deb.debian.org/debian buster/main arm64 libx11-data all 2:1.6.7-1+deb10u2 [299 kB]
12:13:12 #10 7.794 Get:330 http://deb.debian.org/debian buster/main arm64 libx11-6 arm64 2:1.6.7-1+deb10u2 [736 kB]
12:13:12 #10 7.804 Get:331 http://deb.debian.org/debian buster/main arm64 libxext6 arm64 2:1.3.3-1+b2 [48.6 kB]
12:13:12 #10 7.806 Get:332 http://deb.debian.org/debian buster/main arm64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
12:13:12 #10 7.807 Get:333 http://deb.debian.org/debian buster/main arm64 libxml-sax-base-perl all 1.09-1 [20.4 kB]
12:13:12 #10 7.809 Get:334 http://deb.debian.org/debian buster/main arm64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
12:13:12 #10 7.810 Get:335 http://deb.debian.org/debian buster/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-1 [334 kB]
12:13:12 #10 7.815 Get:336 http://deb.debian.org/debian buster/main arm64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
12:13:12 #10 7.817 Get:337 http://deb.debian.org/debian buster/main arm64 libxml-simple-perl all 2.25-1 [72.0 kB]
12:13:12 #10 7.818 Get:338 http://deb.debian.org/debian buster/main arm64 libxmlrpc-lite-perl all 0.717-2 [22.3 kB]
12:13:12 #10 7.819 Get:339 http://deb.debian.org/debian buster/main arm64 libxmuu1 arm64 2:1.1.2-2+b3 [24.1 kB]
12:13:12 #10 7.821 Get:340 http://deb.debian.org/debian buster/main arm64 libyaml-0-2 arm64 0.2.1-1 [41.4 kB]
12:13:12 #10 7.822 Get:341 http://deb.debian.org/debian buster/main arm64 libyaml-libyaml-perl arm64 0.76+repack-1 [32.0 kB]
12:13:12 #10 7.823 Get:342 http://deb.debian.org/debian buster/main arm64 licensecheck all 3.0.31-3 [28.3 kB]
12:13:12 #10 7.825 Get:343 http://deb.debian.org/debian buster/main arm64 t1utils arm64 1.41-3 [59.7 kB]
12:13:12 #10 7.826 Get:344 http://deb.debian.org/debian buster/main arm64 lintian all 2.15.0 [1181 kB]
12:13:12 #10 7.842 Get:345 http://deb.debian.org/debian buster/main arm64 lsb-release all 10.2019051400 [27.5 kB]
12:13:12 #10 7.843 Get:346 http://deb.debian.org/debian buster/main arm64 mailutils arm64 1:3.5-4 [570 kB]
12:13:12 #10 7.850 Get:347 http://deb.debian.org/debian buster/main arm64 manpages-dev all 4.16-2 [2232 kB]
12:13:12 #10 7.870 Get:348 http://deb.debian.org/debian buster/main arm64 psmisc arm64 23.2-1+deb10u1 [123 kB]
12:13:12 #10 7.871 Get:349 http://deb.debian.org/debian buster/main arm64 publicsuffix all 20220811.1734-0+deb10u1 [127 kB]
12:13:12 #10 7.873 Get:350 http://deb.debian.org/debian buster/main arm64 python-apt-common all 1.8.4.3 [96.3 kB]
12:13:12 #10 7.873 Get:351 http://deb.debian.org/debian buster/main arm64 python3-apt arm64 1.8.4.3 [179 kB]
12:13:12 #10 7.876 Get:352 http://deb.debian.org/debian buster/main arm64 python3-certifi all 2018.8.24-1 [140 kB]
12:13:12 #10 7.876 Get:353 http://deb.debian.org/debian buster/main arm64 python3-idna all 2.6-1 [34.3 kB]
12:13:12 #10 7.877 Get:354 http://deb.debian.org/debian buster/main arm64 python3-magic all 2:0.4.15-2 [9256 B]
12:13:12 #10 7.878 Get:355 http://deb.debian.org/debian buster/main arm64 python3-urllib3 all 1.24.1-1 [97.1 kB]
12:13:12 #10 7.879 Get:356 http://deb.debian.org/debian buster/main arm64 python3-requests all 2.21.0-1 [66.9 kB]
12:13:12 #10 7.880 Get:357 http://deb.debian.org/debian buster/main arm64 python3-unidiff all 0.5.4-1 [7506 B]
12:13:12 #10 7.880 Get:358 http://deb.debian.org/debian buster/main arm64 python3-xdg all 0.25-5 [35.9 kB]
12:13:12 #10 7.893 Get:359 http://deb.debian.org/debian buster/main arm64 shared-mime-info arm64 1.10-1 [764 kB]
12:13:12 #10 7.901 Get:360 http://deb.debian.org/debian buster/main arm64 strace arm64 4.26-0.2 [803 kB]
12:13:12 #10 7.910 Get:361 http://deb.debian.org/debian-security buster/updates/main arm64 unzip arm64 6.0-23+deb10u3 [166 kB]
12:13:12 #10 7.912 Get:362 http://deb.debian.org/debian buster/main arm64 xauth arm64 1:1.0.10-1 [38.2 kB]
12:13:12 #10 7.912 Get:363 http://deb.debian.org/debian buster/main arm64 xdg-user-dirs arm64 0.17-2 [53.2 kB]
12:13:12 #10 8.072 debconf: delaying package configuration, since apt-utils is not installed
12:13:12 #10 8.093 Fetched 162 MB in 2s (71.6 MB/s)
12:13:12 #10 8.112 Selecting previously unselected package sensible-utils.
12:13:12 #10 8.112 (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 ... 6670 files and directories currently installed.)
12:13:12 #10 8.114 Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ...
12:13:12 #10 8.118 Unpacking sensible-utils (0.0.12) ...
12:13:12 #10 8.150 Selecting previously unselected package lsb-base.
12:13:12 #10 8.151 Preparing to unpack .../01-lsb-base_10.2019051400_all.deb ...
12:13:12 #10 8.155 Unpacking lsb-base (10.2019051400) ...
12:13:12 #10 8.195 Selecting previously unselected package cron.
12:13:12 #10 8.195 Preparing to unpack .../02-cron_3.0pl1-134+deb10u1_arm64.deb ...
12:13:12 #10 8.199 Unpacking cron (3.0pl1-134+deb10u1) ...
12:13:12 #10 8.241 Selecting previously unselected package libbsd0:arm64.
12:13:12 #10 8.241 Preparing to unpack .../03-libbsd0_0.9.1-2+deb10u1_arm64.deb ...
12:13:12 #10 8.248 Unpacking libbsd0:arm64 (0.9.1-2+deb10u1) ...
12:13:12 #10 8.299 Selecting previously unselected package bsdmainutils.
12:13:12 #10 8.301 Preparing to unpack .../04-bsdmainutils_11.1.2+b1_arm64.deb ...
12:13:12 #10 8.305 Unpacking bsdmainutils (11.1.2+b1) ...
12:13:12 #10 8.372 Selecting previously unselected package libuchardet0:arm64.
12:13:12 #10 8.373 Preparing to unpack .../05-libuchardet0_0.0.6-3_arm64.deb ...
12:13:12 #10 8.378 Unpacking libuchardet0:arm64 (0.0.6-3) ...
12:13:12 #10 8.414 Selecting previously unselected package groff-base.
12:13:12 #10 8.414 Preparing to unpack .../06-groff-base_1.22.4-3+deb10u1_arm64.deb ...
12:13:13 #10 8.500 Unpacking groff-base (1.22.4-3+deb10u1) ...
12:13:13 #10 8.686 Selecting previously unselected package libgdbm6:arm64.
12:13:13 #10 8.686 Preparing to unpack .../07-libgdbm6_1.18.1-4_arm64.deb ...
12:13:13 #10 8.689 Unpacking libgdbm6:arm64 (1.18.1-4) ...
12:13:13 #10 8.728 Selecting previously unselected package libpipeline1:arm64.
12:13:13 #10 8.728 Preparing to unpack .../08-libpipeline1_1.5.1-2_arm64.deb ...
12:13:13 #10 8.731 Unpacking libpipeline1:arm64 (1.5.1-2) ...
12:13:13 #10 8.774 Selecting previously unselected package man-db.
12:13:13 #10 8.774 Preparing to unpack .../09-man-db_2.8.5-2_arm64.deb ...
12:13:13 #10 8.781 Unpacking man-db (2.8.5-2) ...
12:13:13 #10 8.986 Selecting previously unselected package perl-modules-5.28.
12:13:13 #10 8.986 Preparing to unpack .../10-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
12:13:13 #10 8.988 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
12:13:14 #10 9.610 Preparing to unpack .../11-libbz2-1.0_1.0.6-9.2~deb10u2_arm64.deb ...
12:13:14 #10 9.644 Unpacking libbz2-1.0:arm64 (1.0.6-9.2~deb10u2) over (1.0.6-9.2~deb10u1) ...
12:13:14 #10 9.756 Setting up libbz2-1.0:arm64 (1.0.6-9.2~deb10u2) ...
12:13:14 #10 9.798 Selecting previously unselected package libgdbm-compat4:arm64.
12:13:14 #10 9.798 (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 ... 8753 files and directories currently installed.)
12:13:14 #10 9.803 Preparing to unpack .../0-libgdbm-compat4_1.18.1-4_arm64.deb ...
12:13:14 #10 9.808 Unpacking libgdbm-compat4:arm64 (1.18.1-4) ...
12:13:14 #10 9.861 Selecting previously unselected package libperl5.28:arm64.
12:13:14 #10 9.861 Preparing to unpack .../1-libperl5.28_5.28.1-6+deb10u1_arm64.deb ...
12:13:14 #10 9.864 Unpacking libperl5.28:arm64 (5.28.1-6+deb10u1) ...
12:13:15 #10 10.46 Selecting previously unselected package perl.
12:13:15 #10 10.46 Preparing to unpack .../2-perl_5.28.1-6+deb10u1_arm64.deb ...
12:13:15 #10 10.49 Unpacking perl (5.28.1-6+deb10u1) ...
12:13:15 #10 10.55 Selecting previously unselected package liblocale-gettext-perl.
12:13:15 #10 10.55 Preparing to unpack .../3-liblocale-gettext-perl_1.07-3+b4_arm64.deb ...
12:13:15 #10 10.55 Unpacking liblocale-gettext-perl (1.07-3+b4) ...
12:13:15 #10 10.61 Selecting previously unselected package libssl1.1:arm64.
12:13:15 #10 10.61 Preparing to unpack .../4-libssl1.1_1.1.1n-0+deb10u3_arm64.deb ...
12:13:15 #10 10.61 Unpacking libssl1.1:arm64 (1.1.1n-0+deb10u3) ...
12:13:15 #10 10.77 Selecting previously unselected package libpython3.7-minimal:arm64.
12:13:15 #10 10.78 Preparing to unpack .../5-libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
12:13:15 #10 10.78 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
12:13:15 #10 11.03 Selecting previously unselected package libexpat1:arm64.
12:13:15 #10 11.03 Preparing to unpack .../6-libexpat1_2.2.6-2+deb10u5_arm64.deb ...
12:13:15 #10 11.04 Unpacking libexpat1:arm64 (2.2.6-2+deb10u5) ...
12:13:15 #10 11.10 Selecting previously unselected package python3.7-minimal.
12:13:15 #10 11.10 Preparing to unpack .../7-python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
12:13:15 #10 11.10 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
12:13:15 #10 11.29 Setting up libssl1.1:arm64 (1.1.1n-0+deb10u3) ...
12:13:16 #10 11.39 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
12:13:16 #10 11.40 Setting up libexpat1:arm64 (2.2.6-2+deb10u5) ...
12:13:16 #10 11.42 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
12:13:16 #10 12.11 Selecting previously unselected package python3-minimal.
12:13:16 #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 ... 9600 files and directories currently installed.)
12:13:16 #10 12.11 Preparing to unpack .../0-python3-minimal_3.7.3-1_arm64.deb ...
12:13:16 #10 12.11 Unpacking python3-minimal (3.7.3-1) ...
12:13:16 #10 12.30 Selecting previously unselected package mime-support.
12:13:16 #10 12.30 Preparing to unpack .../1-mime-support_3.62_all.deb ...
12:13:16 #10 12.31 Unpacking mime-support (3.62) ...
12:13:16 #10 12.43 Selecting previously unselected package libmpdec2:arm64.
12:13:16 #10 12.43 Preparing to unpack .../2-libmpdec2_2.4.2-2_arm64.deb ...
12:13:17 #10 12.45 Unpacking libmpdec2:arm64 (2.4.2-2) ...
12:13:17 #10 12.55 Selecting previously unselected package readline-common.
12:13:17 #10 12.55 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
12:13:17 #10 12.56 Unpacking readline-common (7.0-5) ...
12:13:17 #10 12.69 Selecting previously unselected package libreadline7:arm64.
12:13:17 #10 12.69 Preparing to unpack .../4-libreadline7_7.0-5_arm64.deb ...
12:13:17 #10 12.70 Unpacking libreadline7:arm64 (7.0-5) ...
12:13:17 #10 12.78 Selecting previously unselected package libsqlite3-0:arm64.
12:13:17 #10 12.78 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_arm64.deb ...
12:13:17 #10 12.79 Unpacking libsqlite3-0:arm64 (3.27.2-3+deb10u2) ...
12:13:17 #10 ...
12:13:17 
12:13:17 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:17 #7 extracting sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 6.0s done
12:13:17 #7 extracting sha256:daf1f57719a3a4153f26439c0ef63ea7a63ee9d74dea959bca86257ae5c34bb8 done
12:13:17 #7 DONE 15.8s
12:13:17 
12:13:17 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:13:17 #10 12.91 Selecting previously unselected package libpython3.7-stdlib:arm64.
12:13:17 #10 12.91 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ...
12:13:17 #10 12.92 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
12:13:17 #10 13.18 Selecting previously unselected package python3.7.
12:13:17 #10 13.18 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u3_arm64.deb ...
12:13:17 #10 13.19 Unpacking python3.7 (3.7.3-2+deb10u3) ...
12:13:17 #10 13.24 Selecting previously unselected package libpython3-stdlib:arm64.
12:13:17 #10 13.24 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_arm64.deb ...
12:13:17 #10 13.25 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
12:13:18 #10 13.29 Setting up python3-minimal (3.7.3-1) ...
12:13:18 #10 13.57 Selecting previously unselected package python3.
12:13:18 #10 13.57 (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 ... 10069 files and directories currently installed.)
12:13:18 #10 13.58 Preparing to unpack .../000-python3_3.7.3-1_arm64.deb ...
12:13:18 #10 13.59 Unpacking python3 (3.7.3-1) ...
12:13:18 #10 13.64 Selecting previously unselected package less.
12:13:18 #10 13.64 Preparing to unpack .../001-less_487-0.1+b1_arm64.deb ...
12:13:18 #10 13.64 Unpacking less (487-0.1+b1) ...
12:13:18 #10 13.72 Selecting previously unselected package netbase.
12:13:18 #10 13.72 Preparing to unpack .../002-netbase_5.6_all.deb ...
12:13:18 #10 13.73 Unpacking netbase (5.6) ...
12:13:18 #10 13.77 Selecting previously unselected package bzip2.
12:13:18 #10 13.78 Preparing to unpack .../003-bzip2_1.0.6-9.2~deb10u2_arm64.deb ...
12:13:18 #10 13.78 Unpacking bzip2 (1.0.6-9.2~deb10u2) ...
12:13:18 #10 13.97 Selecting previously unselected package libmagic-mgc.
12:13:18 #10 13.97 Preparing to unpack .../004-libmagic-mgc_1%3a5.35-4+deb10u2_arm64.deb ...
12:13:18 #10 13.98 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
12:13:18 #10 14.08 Selecting previously unselected package libmagic1:arm64.
12:13:18 #10 14.08 Preparing to unpack .../005-libmagic1_1%3a5.35-4+deb10u2_arm64.deb ...
12:13:18 #10 14.08 Unpacking libmagic1:arm64 (1:5.35-4+deb10u2) ...
12:13:18 #10 14.16 Selecting previously unselected package file.
12:13:18 #10 14.16 Preparing to unpack .../006-file_1%3a5.35-4+deb10u2_arm64.deb ...
12:13:18 #10 14.16 Unpacking file (1:5.35-4+deb10u2) ...
12:13:18 #10 14.21 Selecting previously unselected package gettext-base.
12:13:18 #10 14.21 Preparing to unpack .../007-gettext-base_0.19.8.1-9_arm64.deb ...
12:13:18 #10 14.22 Unpacking gettext-base (0.19.8.1-9) ...
12:13:18 #10 14.28 Selecting previously unselected package krb5-locales.
12:13:18 #10 14.28 Preparing to unpack .../008-krb5-locales_1.17-3+deb10u4_all.deb ...
12:13:18 #10 14.29 Unpacking krb5-locales (1.17-3+deb10u4) ...
12:13:18 #10 14.34 Selecting previously unselected package manpages.
12:13:19 #10 14.34 Preparing to unpack .../009-manpages_4.16-2_all.deb ...
12:13:19 #10 14.34 Unpacking manpages (4.16-2) ...
12:13:19 #10 14.50 Selecting previously unselected package libedit2:arm64.
12:13:19 #10 14.50 Preparing to unpack .../010-libedit2_3.1-20181209-1_arm64.deb ...
12:13:19 #10 14.51 Unpacking libedit2:arm64 (3.1-20181209-1) ...
12:13:19 #10 14.64 Selecting previously unselected package libkeyutils1:arm64.
12:13:19 #10 14.64 Preparing to unpack .../011-libkeyutils1_1.6-6_arm64.deb ...
12:13:19 #10 14.64 Unpacking libkeyutils1:arm64 (1.6-6) ...
12:13:19 #10 14.67 Selecting previously unselected package libkrb5support0:arm64.
12:13:19 #10 14.67 Preparing to unpack .../012-libkrb5support0_1.17-3+deb10u4_arm64.deb ...
12:13:19 #10 14.68 Unpacking libkrb5support0:arm64 (1.17-3+deb10u4) ...
12:13:19 #10 14.72 Selecting previously unselected package libk5crypto3:arm64.
12:13:19 #10 14.72 Preparing to unpack .../013-libk5crypto3_1.17-3+deb10u4_arm64.deb ...
12:13:19 #10 14.72 Unpacking libk5crypto3:arm64 (1.17-3+deb10u4) ...
12:13:19 #10 14.76 Selecting previously unselected package libkrb5-3:arm64.
12:13:19 #10 14.76 Preparing to unpack .../014-libkrb5-3_1.17-3+deb10u4_arm64.deb ...
12:13:19 #10 14.77 Unpacking libkrb5-3:arm64 (1.17-3+deb10u4) ...
12:13:19 #10 14.83 Selecting previously unselected package libgssapi-krb5-2:arm64.
12:13:19 #10 14.83 Preparing to unpack .../015-libgssapi-krb5-2_1.17-3+deb10u4_arm64.deb ...
12:13:19 #10 14.83 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u4) ...
12:13:19 #10 14.88 Selecting previously unselected package openssh-client.
12:13:19 #10 14.88 Preparing to unpack .../016-openssh-client_1%3a7.9p1-10+deb10u2_arm64.deb ...
12:13:19 #10 14.89 Unpacking openssh-client (1:7.9p1-10+deb10u2) ...
12:13:19 #10 14.98 Selecting previously unselected package ucf.
12:13:19 #10 14.98 Preparing to unpack .../017-ucf_3.0038+nmu1_all.deb ...
12:13:19 #10 14.98 Moving old data out of the way
12:13:19 #10 14.99 Unpacking ucf (3.0038+nmu1) ...
12:13:19 #10 15.02 Selecting previously unselected package xz-utils.
12:13:19 #10 15.02 Preparing to unpack .../018-xz-utils_5.2.4-1+deb10u1_arm64.deb ...
12:13:19 #10 15.03 Unpacking xz-utils (5.2.4-1+deb10u1) ...
12:13:19 #10 15.09 Selecting previously unselected package libfl2:arm64.
12:13:19 #10 15.09 Preparing to unpack .../019-libfl2_2.6.4-6.2_arm64.deb ...
12:13:19 #10 15.10 Unpacking libfl2:arm64 (2.6.4-6.2) ...
12:13:19 #10 15.14 Selecting previously unselected package at.
12:13:19 #10 15.14 Preparing to unpack .../020-at_3.1.23-1_arm64.deb ...
12:13:19 #10 15.14 Unpacking at (3.1.23-1) ...
12:13:19 #10 15.18 Selecting previously unselected package libsigsegv2:arm64.
12:13:19 #10 15.18 Preparing to unpack .../021-libsigsegv2_2.12-2_arm64.deb ...
12:13:19 #10 15.18 Unpacking libsigsegv2:arm64 (2.12-2) ...
12:13:19 #10 15.21 Selecting previously unselected package m4.
12:13:19 #10 15.21 Preparing to unpack .../022-m4_1.4.18-2_arm64.deb ...
12:13:19 #10 15.21 Unpacking m4 (1.4.18-2) ...
12:13:19 #10 15.26 Selecting previously unselected package autoconf.
12:13:19 #10 15.26 Preparing to unpack .../023-autoconf_2.69-11_all.deb ...
12:13:19 #10 15.26 Unpacking autoconf (2.69-11) ...
12:13:19 #10 15.31 Selecting previously unselected package autotools-dev.
12:13:19 #10 15.31 Preparing to unpack .../024-autotools-dev_20180224.1_all.deb ...
12:13:19 #10 15.31 Unpacking autotools-dev (20180224.1) ...
12:13:19 #10 15.35 Selecting previously unselected package automake.
12:13:19 #10 15.35 Preparing to unpack .../025-automake_1%3a1.16.1-4_all.deb ...
12:13:19 #10 15.36 Unpacking automake (1:1.16.1-4) ...
12:13:19 #10 15.42 Selecting previously unselected package autopoint.
12:13:20 #10 15.42 Preparing to unpack .../026-autopoint_0.19.8.1-9_all.deb ...
12:13:20 #10 15.43 Unpacking autopoint (0.19.8.1-9) ...
12:13:20 #10 15.46 Selecting previously unselected package binutils-common:arm64.
12:13:20 #10 15.46 Preparing to unpack .../027-binutils-common_2.31.1-16_arm64.deb ...
12:13:20 #10 15.47 Unpacking binutils-common:arm64 (2.31.1-16) ...
12:13:20 #10 15.67 Selecting previously unselected package libbinutils:arm64.
12:13:20 #10 15.67 Preparing to unpack .../028-libbinutils_2.31.1-16_arm64.deb ...
12:13:20 #10 15.67 Unpacking libbinutils:arm64 (2.31.1-16) ...
12:13:20 #10 15.74 Selecting previously unselected package binutils-aarch64-linux-gnu.
12:13:20 #10 15.74 Preparing to unpack .../029-binutils-aarch64-linux-gnu_2.31.1-16_arm64.deb ...
12:13:20 #10 15.74 Unpacking binutils-aarch64-linux-gnu (2.31.1-16) ...
12:13:20 #10 15.98 Selecting previously unselected package binutils.
12:13:20 #10 15.98 Preparing to unpack .../030-binutils_2.31.1-16_arm64.deb ...
12:13:20 #10 15.99 Unpacking binutils (2.31.1-16) ...
12:13:20 #10 16.03 Selecting previously unselected package libc-dev-bin.
12:13:20 #10 16.03 Preparing to unpack .../031-libc-dev-bin_2.28-10+deb10u1_arm64.deb ...
12:13:20 #10 16.03 Unpacking libc-dev-bin (2.28-10+deb10u1) ...
12:13:20 #10 16.07 Selecting previously unselected package linux-libc-dev:arm64.
12:13:20 #10 16.07 Preparing to unpack .../032-linux-libc-dev_4.19.260-1_arm64.deb ...
12:13:20 #10 16.07 Unpacking linux-libc-dev:arm64 (4.19.260-1) ...
12:13:20 #10 16.20 Selecting previously unselected package libc6-dev:arm64.
12:13:20 #10 16.21 Preparing to unpack .../033-libc6-dev_2.28-10+deb10u1_arm64.deb ...
12:13:20 #10 16.21 Unpacking libc6-dev:arm64 (2.28-10+deb10u1) ...
12:13:21 #10 16.45 Selecting previously unselected package libisl19:arm64.
12:13:21 #10 16.45 Preparing to unpack .../034-libisl19_0.20-2_arm64.deb ...
12:13:21 #10 16.46 Unpacking libisl19:arm64 (0.20-2) ...
12:13:21 #10 16.53 Selecting previously unselected package libmpfr6:arm64.
12:13:21 #10 16.53 Preparing to unpack .../035-libmpfr6_4.0.2-1_arm64.deb ...
12:13:21 #10 16.53 Unpacking libmpfr6:arm64 (4.0.2-1) ...
12:13:21 #10 16.58 Selecting previously unselected package libmpc3:arm64.
12:13:21 #10 16.58 Preparing to unpack .../036-libmpc3_1.1.0-1_arm64.deb ...
12:13:21 #10 16.59 Unpacking libmpc3:arm64 (1.1.0-1) ...
12:13:21 #10 16.62 Selecting previously unselected package cpp-8.
12:13:21 #10 16.62 Preparing to unpack .../037-cpp-8_8.3.0-6_arm64.deb ...
12:13:21 #10 16.62 Unpacking cpp-8 (8.3.0-6) ...
12:13:21 #10 17.18 Selecting previously unselected package cpp.
12:13:21 #10 17.18 Preparing to unpack .../038-cpp_4%3a8.3.0-1_arm64.deb ...
12:13:21 #10 17.18 Unpacking cpp (4:8.3.0-1) ...
12:13:21 #10 17.21 Selecting previously unselected package libcc1-0:arm64.
12:13:21 #10 17.22 Preparing to unpack .../039-libcc1-0_8.3.0-6_arm64.deb ...
12:13:21 #10 17.22 Unpacking libcc1-0:arm64 (8.3.0-6) ...
12:13:21 #10 17.26 Selecting previously unselected package libgomp1:arm64.
12:13:21 #10 17.26 Preparing to unpack .../040-libgomp1_8.3.0-6_arm64.deb ...
12:13:21 #10 17.30 Unpacking libgomp1:arm64 (8.3.0-6) ...
12:13:21 #10 17.34 Selecting previously unselected package libitm1:arm64.
12:13:21 #10 17.35 Preparing to unpack .../041-libitm1_8.3.0-6_arm64.deb ...
12:13:21 #10 17.35 Unpacking libitm1:arm64 (8.3.0-6) ...
12:13:21 #10 17.38 Selecting previously unselected package libatomic1:arm64.
12:13:21 #10 17.38 Preparing to unpack .../042-libatomic1_8.3.0-6_arm64.deb ...
12:13:21 #10 17.39 Unpacking libatomic1:arm64 (8.3.0-6) ...
12:13:21 #10 17.42 Selecting previously unselected package libasan5:arm64.
12:13:22 #10 17.42 Preparing to unpack .../043-libasan5_8.3.0-6_arm64.deb ...
12:13:22 #10 17.43 Unpacking libasan5:arm64 (8.3.0-6) ...
12:13:22 #10 17.49 Selecting previously unselected package liblsan0:arm64.
12:13:22 #10 17.49 Preparing to unpack .../044-liblsan0_8.3.0-6_arm64.deb ...
12:13:22 #10 17.49 Unpacking liblsan0:arm64 (8.3.0-6) ...
12:13:22 #10 17.53 Selecting previously unselected package libtsan0:arm64.
12:13:22 #10 17.54 Preparing to unpack .../045-libtsan0_8.3.0-6_arm64.deb ...
12:13:22 #10 17.54 Unpacking libtsan0:arm64 (8.3.0-6) ...
12:13:22 #10 17.59 Selecting previously unselected package libubsan1:arm64.
12:13:22 #10 17.59 Preparing to unpack .../046-libubsan1_8.3.0-6_arm64.deb ...
12:13:22 #10 17.59 Unpacking libubsan1:arm64 (8.3.0-6) ...
12:13:22 #10 17.63 Selecting previously unselected package libgcc-8-dev:arm64.
12:13:22 #10 17.63 Preparing to unpack .../047-libgcc-8-dev_8.3.0-6_arm64.deb ...
12:13:22 #10 17.63 Unpacking libgcc-8-dev:arm64 (8.3.0-6) ...
12:13:22 #10 17.74 Selecting previously unselected package gcc-8.
12:13:22 #10 17.74 Preparing to unpack .../048-gcc-8_8.3.0-6_arm64.deb ...
12:13:22 #10 17.74 Unpacking gcc-8 (8.3.0-6) ...
12:13:23 #10 18.32 Selecting previously unselected package gcc.
12:13:23 #10 18.33 Preparing to unpack .../049-gcc_4%3a8.3.0-1_arm64.deb ...
12:13:23 #10 18.33 Unpacking gcc (4:8.3.0-1) ...
12:13:23 #10 18.36 Selecting previously unselected package libstdc++-8-dev:arm64.
12:13:23 #10 18.36 Preparing to unpack .../050-libstdc++-8-dev_8.3.0-6_arm64.deb ...
12:13:23 #10 18.36 Unpacking libstdc++-8-dev:arm64 (8.3.0-6) ...
12:13:23 #10 18.56 Selecting previously unselected package g++-8.
12:13:23 #10 18.56 Preparing to unpack .../051-g++-8_8.3.0-6_arm64.deb ...
12:13:23 #10 18.57 Unpacking g++-8 (8.3.0-6) ...
12:13:23 #10 19.18 Selecting previously unselected package g++.
12:13:23 #10 19.18 Preparing to unpack .../052-g++_4%3a8.3.0-1_arm64.deb ...
12:13:23 #10 19.18 Unpacking g++ (4:8.3.0-1) ...
12:13:23 #10 19.22 Selecting previously unselected package make.
12:13:23 #10 19.22 Preparing to unpack .../053-make_4.2.1-1.2_arm64.deb ...
12:13:23 #10 19.22 Unpacking make (4.2.1-1.2) ...
12:13:23 #10 19.28 Selecting previously unselected package libdpkg-perl.
12:13:23 #10 19.28 Preparing to unpack .../054-libdpkg-perl_1.19.8_all.deb ...
12:13:23 #10 19.28 Unpacking libdpkg-perl (1.19.8) ...
12:13:23 #10 19.34 Selecting previously unselected package patch.
12:13:23 #10 19.34 Preparing to unpack .../055-patch_2.7.6-3+deb10u1_arm64.deb ...
12:13:23 #10 19.34 Unpacking patch (2.7.6-3+deb10u1) ...
12:13:23 #10 19.38 Selecting previously unselected package dpkg-dev.
12:13:23 #10 19.38 Preparing to unpack .../056-dpkg-dev_1.19.8_all.deb ...
12:13:24 #10 19.39 Unpacking dpkg-dev (1.19.8) ...
12:13:24 #10 19.48 Selecting previously unselected package build-essential.
12:13:24 #10 19.48 Preparing to unpack .../057-build-essential_12.6_arm64.deb ...
12:13:24 #10 19.49 Unpacking build-essential (12.6) ...
12:13:24 #10 19.52 Selecting previously unselected package openssl.
12:13:24 #10 19.52 Preparing to unpack .../058-openssl_1.1.1n-0+deb10u3_arm64.deb ...
12:13:24 #10 19.52 Unpacking openssl (1.1.1n-0+deb10u3) ...
12:13:24 #10 19.62 Selecting previously unselected package ca-certificates.
12:13:24 #10 19.62 Preparing to unpack .../059-ca-certificates_20200601~deb10u2_all.deb ...
12:13:24 #10 19.62 Unpacking ca-certificates (20200601~deb10u2) ...
12:13:24 #10 19.69 Selecting previously unselected package libsasl2-modules-db:arm64.
12:13:24 #10 19.70 Preparing to unpack .../060-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_arm64.deb ...
12:13:24 #10 19.70 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ...
12:13:24 #10 19.73 Selecting previously unselected package libsasl2-2:arm64.
12:13:24 #10 19.73 Preparing to unpack .../061-libsasl2-2_2.1.27+dfsg-1+deb10u2_arm64.deb ...
12:13:24 #10 19.74 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ...
12:13:24 #10 19.77 Selecting previously unselected package libldap-common.
12:13:24 #10 19.77 Preparing to unpack .../062-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
12:13:24 #10 19.78 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
12:13:24 #10 19.81 Selecting previously unselected package libldap-2.4-2:arm64.
12:13:24 #10 19.81 Preparing to unpack .../063-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_arm64.deb ...
12:13:24 #10 19.82 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ...
12:13:24 #10 19.86 Selecting previously unselected package libnghttp2-14:arm64.
12:13:24 #10 19.86 Preparing to unpack .../064-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ...
12:13:24 #10 19.87 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
12:13:24 #10 19.90 Selecting previously unselected package libpsl5:arm64.
12:13:24 #10 19.90 Preparing to unpack .../065-libpsl5_0.20.2-2_arm64.deb ...
12:13:24 #10 19.91 Unpacking libpsl5:arm64 (0.20.2-2) ...
12:13:24 #10 19.94 Selecting previously unselected package librtmp1:arm64.
12:13:24 #10 19.94 Preparing to unpack .../066-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ...
12:13:24 #10 19.94 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
12:13:24 #10 19.98 Selecting previously unselected package libssh2-1:arm64.
12:13:24 #10 19.98 Preparing to unpack .../067-libssh2-1_1.8.0-2.1_arm64.deb ...
12:13:24 #10 19.98 Unpacking libssh2-1:arm64 (1.8.0-2.1) ...
12:13:24 #10 20.02 Selecting previously unselected package libcurl4:arm64.
12:13:24 #10 20.02 Preparing to unpack .../068-libcurl4_7.64.0-4+deb10u3_arm64.deb ...
12:13:24 #10 20.03 Unpacking libcurl4:arm64 (7.64.0-4+deb10u3) ...
12:13:24 #10 20.07 Selecting previously unselected package curl.
12:13:24 #10 20.07 Preparing to unpack .../069-curl_7.64.0-4+deb10u3_arm64.deb ...
12:13:24 #10 20.08 Unpacking curl (7.64.0-4+deb10u3) ...
12:13:24 #10 20.12 Selecting previously unselected package dctrl-tools.
12:13:24 #10 20.12 Preparing to unpack .../070-dctrl-tools_2.24-3_arm64.deb ...
12:13:24 #10 20.13 Unpacking dctrl-tools (2.24-3) ...
12:13:24 #10 20.17 Selecting previously unselected package libtool.
12:13:24 #10 20.17 Preparing to unpack .../071-libtool_2.4.6-9_all.deb ...
12:13:24 #10 20.17 Unpacking libtool (2.4.6-9) ...
12:13:24 #10 20.22 Selecting previously unselected package dh-autoreconf.
12:13:24 #10 20.22 Preparing to unpack .../072-dh-autoreconf_19_all.deb ...
12:13:24 #10 20.23 Unpacking dh-autoreconf (19) ...
12:13:24 #10 20.26 Selecting previously unselected package libarchive-zip-perl.
12:13:24 #10 20.27 Preparing to unpack .../073-libarchive-zip-perl_1.64-1_all.deb ...
12:13:24 #10 20.27 Unpacking libarchive-zip-perl (1.64-1) ...
12:13:24 #10 20.30 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:13:24 #10 20.30 Preparing to unpack .../074-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
12:13:24 #10 20.31 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
12:13:24 #10 20.33 Selecting previously unselected package dh-strip-nondeterminism.
12:13:24 #10 20.33 Preparing to unpack .../075-dh-strip-nondeterminism_1.1.2-1_all.deb ...
12:13:25 #10 20.34 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
12:13:25 #10 20.36 Selecting previously unselected package dwz.
12:13:25 #10 20.36 Preparing to unpack .../076-dwz_0.12-3_arm64.deb ...
12:13:25 #10 20.37 Unpacking dwz (0.12-3) ...
12:13:25 #10 20.41 Selecting previously unselected package libglib2.0-0:arm64.
12:13:25 #10 20.41 Preparing to unpack .../077-libglib2.0-0_2.58.3-2+deb10u4_arm64.deb ...
12:13:25 #10 20.41 Unpacking libglib2.0-0:arm64 (2.58.3-2+deb10u4) ...
12:13:25 #10 20.52 Selecting previously unselected package libicu63:arm64.
12:13:25 #10 20.53 Preparing to unpack .../078-libicu63_63.1-6+deb10u3_arm64.deb ...
12:13:25 #10 20.53 Unpacking libicu63:arm64 (63.1-6+deb10u3) ...
12:13:25 #10 21.18 Selecting previously unselected package libxml2:arm64.
12:13:25 #10 21.18 Preparing to unpack .../079-libxml2_2.9.4+dfsg1-7+deb10u4_arm64.deb ...
12:13:25 #10 21.19 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u4) ...
12:13:26 #10 21.26 Selecting previously unselected package libcroco3:arm64.
12:13:26 #10 21.27 Preparing to unpack .../080-libcroco3_0.6.12-3_arm64.deb ...
12:13:26 #10 21.27 Unpacking libcroco3:arm64 (0.6.12-3) ...
12:13:26 #10 21.31 Selecting previously unselected package libncurses6:arm64.
12:13:26 #10 21.31 Preparing to unpack .../081-libncurses6_6.1+20181013-2+deb10u2_arm64.deb ...
12:13:26 #10 21.32 Unpacking libncurses6:arm64 (6.1+20181013-2+deb10u2) ...
12:13:26 #10 21.35 Selecting previously unselected package gettext.
12:13:26 #10 21.35 Preparing to unpack .../082-gettext_0.19.8.1-9_arm64.deb ...
12:13:26 #10 21.35 Unpacking gettext (0.19.8.1-9) ...
12:13:26 #10 21.48 Selecting previously unselected package intltool-debian.
12:13:26 #10 21.48 Preparing to unpack .../083-intltool-debian_0.35.0+20060710.5_all.deb ...
12:13:26 #10 21.48 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:13:26 #10 21.52 Selecting previously unselected package po-debconf.
12:13:26 #10 21.52 Preparing to unpack .../084-po-debconf_1.0.21_all.deb ...
12:13:26 #10 21.53 Unpacking po-debconf (1.0.21) ...
12:13:26 #10 21.57 Selecting previously unselected package debhelper.
12:13:26 #10 21.57 Preparing to unpack .../085-debhelper_12.1.1_all.deb ...
12:13:26 #10 21.58 Unpacking debhelper (12.1.1) ...
12:13:26 #10 21.67 Selecting previously unselected package debian-keyring.
12:13:26 #10 21.68 Preparing to unpack .../086-debian-keyring_2019.02.25_all.deb ...
12:13:26 #10 21.68 Unpacking debian-keyring (2019.02.25) ...
12:13:28 #10 23.75 Selecting previously unselected package libfakeroot:arm64.
12:13:28 #10 23.75 Preparing to unpack .../087-libfakeroot_1.23-1_arm64.deb ...
12:13:28 #10 23.76 Unpacking libfakeroot:arm64 (1.23-1) ...
12:13:28 #10 23.79 Selecting previously unselected package fakeroot.
12:13:28 #10 23.79 Preparing to unpack .../088-fakeroot_1.23-1_arm64.deb ...
12:13:28 #10 23.80 Unpacking fakeroot (1.23-1) ...
12:13:28 #10 23.84 Selecting previously unselected package libassuan0:arm64.
12:13:28 #10 23.84 Preparing to unpack .../089-libassuan0_2.5.2-1_arm64.deb ...
12:13:28 #10 23.84 Unpacking libassuan0:arm64 (2.5.2-1) ...
12:13:28 #10 23.88 Selecting previously unselected package gpgconf.
12:13:28 #10 23.88 Preparing to unpack .../090-gpgconf_2.2.12-1+deb10u2_arm64.deb ...
12:13:28 #10 23.88 Unpacking gpgconf (2.2.12-1+deb10u2) ...
12:13:28 #10 23.93 Selecting previously unselected package libksba8:arm64.
12:13:28 #10 23.94 Preparing to unpack .../091-libksba8_1.3.5-2_arm64.deb ...
12:13:28 #10 23.94 Unpacking libksba8:arm64 (1.3.5-2) ...
12:13:28 #10 23.98 Selecting previously unselected package libnpth0:arm64.
12:13:28 #10 23.98 Preparing to unpack .../092-libnpth0_1.6-1_arm64.deb ...
12:13:28 #10 23.98 Unpacking libnpth0:arm64 (1.6-1) ...
12:13:28 #10 24.02 Selecting previously unselected package dirmngr.
12:13:28 #10 24.02 Preparing to unpack .../093-dirmngr_2.2.12-1+deb10u2_arm64.deb ...
12:13:28 #10 24.03 Unpacking dirmngr (2.2.12-1+deb10u2) ...
12:13:28 #10 24.08 Selecting previously unselected package gnupg-l10n.
12:13:28 #10 24.09 Preparing to unpack .../094-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
12:13:28 #10 24.09 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
12:13:28 #10 24.17 Selecting previously unselected package gnupg-utils.
12:13:28 #10 24.18 Preparing to unpack .../095-gnupg-utils_2.2.12-1+deb10u2_arm64.deb ...
12:13:28 #10 24.18 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
12:13:28 #10 24.24 Selecting previously unselected package gpg.
12:13:28 #10 24.24 Preparing to unpack .../096-gpg_2.2.12-1+deb10u2_arm64.deb ...
12:13:28 #10 24.25 Unpacking gpg (2.2.12-1+deb10u2) ...
12:13:28 #10 24.32 Selecting previously unselected package pinentry-curses.
12:13:28 #10 24.32 Preparing to unpack .../097-pinentry-curses_1.1.0-2_arm64.deb ...
12:13:28 #10 24.32 Unpacking pinentry-curses (1.1.0-2) ...
12:13:28 #10 24.35 Selecting previously unselected package gpg-agent.
12:13:29 #10 24.36 Preparing to unpack .../098-gpg-agent_2.2.12-1+deb10u2_arm64.deb ...
12:13:29 #10 24.36 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
12:13:29 #10 24.41 Selecting previously unselected package gpg-wks-client.
12:13:29 #10 24.41 Preparing to unpack .../099-gpg-wks-client_2.2.12-1+deb10u2_arm64.deb ...
12:13:29 #10 24.42 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
12:13:29 #10 24.46 Selecting previously unselected package gpg-wks-server.
12:13:29 #10 24.46 Preparing to unpack .../100-gpg-wks-server_2.2.12-1+deb10u2_arm64.deb ...
12:13:29 #10 24.46 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
12:13:29 #10 24.50 Selecting previously unselected package gpgsm.
12:13:29 #10 24.50 Preparing to unpack .../101-gpgsm_2.2.12-1+deb10u2_arm64.deb ...
12:13:29 #10 24.51 Unpacking gpgsm (2.2.12-1+deb10u2) ...
12:13:29 #10 24.55 Selecting previously unselected package gnupg.
12:13:29 #10 24.55 Preparing to unpack .../102-gnupg_2.2.12-1+deb10u2_all.deb ...
12:13:29 #10 24.55 Unpacking gnupg (2.2.12-1+deb10u2) ...
12:13:29 #10 24.60 Selecting previously unselected package libfile-which-perl.
12:13:29 #10 24.61 Preparing to unpack .../103-libfile-which-perl_1.23-1_all.deb ...
12:13:29 #10 24.61 Unpacking libfile-which-perl (1.23-1) ...
12:13:29 #10 24.63 Selecting previously unselected package libfile-homedir-perl.
12:13:29 #10 24.64 Preparing to unpack .../104-libfile-homedir-perl_1.004-1_all.deb ...
12:13:29 #10 24.64 Unpacking libfile-homedir-perl (1.004-1) ...
12:13:29 #10 24.67 Selecting previously unselected package libio-pty-perl.
12:13:29 #10 24.67 Preparing to unpack .../105-libio-pty-perl_1%3a1.08-1.1+b5_arm64.deb ...
12:13:29 #10 24.67 Unpacking libio-pty-perl (1:1.08-1.1+b5) ...
12:13:29 #10 24.71 Selecting previously unselected package libipc-run-perl.
12:13:29 #10 24.71 Preparing to unpack .../106-libipc-run-perl_20180523.0-1_all.deb ...
12:13:29 #10 24.71 Unpacking libipc-run-perl (20180523.0-1) ...
12:13:29 #10 24.74 Selecting previously unselected package libclass-method-modifiers-perl.
12:13:29 #10 24.75 Preparing to unpack .../107-libclass-method-modifiers-perl_2.12-1_all.deb ...
12:13:29 #10 24.75 Unpacking libclass-method-modifiers-perl (2.12-1) ...
12:13:29 #10 24.78 Selecting previously unselected package libsub-exporter-progressive-perl.
12:13:29 #10 24.78 Preparing to unpack .../108-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:13:29 #10 24.78 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:13:29 #10 24.81 Selecting previously unselected package libdevel-globaldestruction-perl.
12:13:29 #10 24.81 Preparing to unpack .../109-libdevel-globaldestruction-perl_0.14-1_all.deb ...
12:13:29 #10 24.82 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
12:13:29 #10 24.84 Selecting previously unselected package libb-hooks-op-check-perl.
12:13:29 #10 24.84 Preparing to unpack .../110-libb-hooks-op-check-perl_0.22-1+b1_arm64.deb ...
12:13:29 #10 24.85 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
12:13:29 #10 24.88 Selecting previously unselected package libdynaloader-functions-perl.
12:13:29 #10 24.88 Preparing to unpack .../111-libdynaloader-functions-perl_0.003-1_all.deb ...
12:13:29 #10 24.88 Unpacking libdynaloader-functions-perl (0.003-1) ...
12:13:29 #10 24.91 Selecting previously unselected package libdevel-callchecker-perl.
12:13:29 #10 24.91 Preparing to unpack .../112-libdevel-callchecker-perl_0.008-1_arm64.deb ...
12:13:29 #10 24.91 Unpacking libdevel-callchecker-perl (0.008-1) ...
12:13:29 #10 24.95 Selecting previously unselected package libparams-classify-perl.
12:13:29 #10 24.95 Preparing to unpack .../113-libparams-classify-perl_0.015-1+b1_arm64.deb ...
12:13:29 #10 24.95 Unpacking libparams-classify-perl (0.015-1+b1) ...
12:13:29 #10 24.98 Selecting previously unselected package libmodule-runtime-perl.
12:13:29 #10 24.99 Preparing to unpack .../114-libmodule-runtime-perl_0.016-1_all.deb ...
12:13:29 #10 24.99 Unpacking libmodule-runtime-perl (0.016-1) ...
12:13:29 #10 25.02 Selecting previously unselected package libimport-into-perl.
12:13:29 #10 25.02 Preparing to unpack .../115-libimport-into-perl_1.002005-1_all.deb ...
12:13:29 #10 25.02 Unpacking libimport-into-perl (1.002005-1) ...
12:13:29 #10 25.05 Selecting previously unselected package librole-tiny-perl.
12:13:29 #10 25.05 Preparing to unpack .../116-librole-tiny-perl_2.000006-1_all.deb ...
12:13:29 #10 25.05 Unpacking librole-tiny-perl (2.000006-1) ...
12:13:29 #10 25.08 Selecting previously unselected package libstrictures-perl.
12:13:29 #10 25.08 Preparing to unpack .../117-libstrictures-perl_2.000005-1_all.deb ...
12:13:29 #10 25.09 Unpacking libstrictures-perl (2.000005-1) ...
12:13:29 #10 25.14 Selecting previously unselected package libsub-quote-perl.
12:13:29 #10 25.14 Preparing to unpack .../118-libsub-quote-perl_2.005001-1_all.deb ...
12:13:29 #10 25.14 Unpacking libsub-quote-perl (2.005001-1) ...
12:13:29 #10 25.17 Selecting previously unselected package libmoo-perl.
12:13:29 #10 25.17 Preparing to unpack .../119-libmoo-perl_2.003004-2_all.deb ...
12:13:29 #10 25.17 Unpacking libmoo-perl (2.003004-2) ...
12:13:29 #10 25.20 Selecting previously unselected package libencode-locale-perl.
12:13:29 #10 25.21 Preparing to unpack .../120-libencode-locale-perl_1.05-1_all.deb ...
12:13:29 #10 25.21 Unpacking libencode-locale-perl (1.05-1) ...
12:13:29 #10 25.24 Selecting previously unselected package libtimedate-perl.
12:13:29 #10 25.24 Preparing to unpack .../121-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
12:13:29 #10 25.25 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
12:13:29 #10 25.28 Selecting previously unselected package libhttp-date-perl.
12:13:29 #10 25.29 Preparing to unpack .../122-libhttp-date-perl_6.02-1_all.deb ...
12:13:29 #10 25.29 Unpacking libhttp-date-perl (6.02-1) ...
12:13:29 #10 25.32 Selecting previously unselected package libfile-listing-perl.
12:13:29 #10 25.32 Preparing to unpack .../123-libfile-listing-perl_6.04-1_all.deb ...
12:13:29 #10 25.33 Unpacking libfile-listing-perl (6.04-1) ...
12:13:29 #10 25.35 Selecting previously unselected package libhtml-tagset-perl.
12:13:29 #10 25.36 Preparing to unpack .../124-libhtml-tagset-perl_3.20-3_all.deb ...
12:13:29 #10 25.36 Unpacking libhtml-tagset-perl (3.20-3) ...
12:13:29 #10 25.39 Selecting previously unselected package liburi-perl.
12:13:29 #10 25.39 Preparing to unpack .../125-liburi-perl_1.76-1_all.deb ...
12:13:29 #10 25.39 Unpacking liburi-perl (1.76-1) ...
12:13:29 #10 25.43 Selecting previously unselected package libhtml-parser-perl.
12:13:29 #10 25.43 Preparing to unpack .../126-libhtml-parser-perl_3.72-3+b3_arm64.deb ...
12:13:29 #10 25.43 Unpacking libhtml-parser-perl (3.72-3+b3) ...
12:13:29 #10 25.47 Selecting previously unselected package libhtml-tree-perl.
12:13:30 #10 25.47 Preparing to unpack .../127-libhtml-tree-perl_5.07-2_all.deb ...
12:13:30 #10 25.47 Unpacking libhtml-tree-perl (5.07-2) ...
12:13:30 #10 25.52 Selecting previously unselected package libio-html-perl.
12:13:30 #10 25.52 Preparing to unpack .../128-libio-html-perl_1.001-1_all.deb ...
12:13:30 #10 25.52 Unpacking libio-html-perl (1.001-1) ...
12:13:30 #10 25.55 Selecting previously unselected package liblwp-mediatypes-perl.
12:13:30 #10 25.55 Preparing to unpack .../129-liblwp-mediatypes-perl_6.02-1_all.deb ...
12:13:30 #10 25.56 Unpacking liblwp-mediatypes-perl (6.02-1) ...
12:13:30 #10 25.59 Selecting previously unselected package libhttp-message-perl.
12:13:30 #10 25.59 Preparing to unpack .../130-libhttp-message-perl_6.18-1_all.deb ...
12:13:30 #10 25.59 Unpacking libhttp-message-perl (6.18-1) ...
12:13:30 #10 25.62 Selecting previously unselected package libhttp-cookies-perl.
12:13:30 #10 25.63 Preparing to unpack .../131-libhttp-cookies-perl_6.04-1_all.deb ...
12:13:30 #10 25.63 Unpacking libhttp-cookies-perl (6.04-1) ...
12:13:30 #10 25.66 Selecting previously unselected package libhttp-negotiate-perl.
12:13:30 #10 25.66 Preparing to unpack .../132-libhttp-negotiate-perl_6.01-1_all.deb ...
12:13:30 #10 25.67 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:13:30 #10 25.73 Selecting previously unselected package perl-openssl-defaults:arm64.
12:13:30 #10 25.73 Preparing to unpack .../133-perl-openssl-defaults_3_arm64.deb ...
12:13:30 #10 25.73 Unpacking perl-openssl-defaults:arm64 (3) ...
12:13:30 #10 25.77 Selecting previously unselected package libnet-ssleay-perl.
12:13:30 #10 25.77 Preparing to unpack .../134-libnet-ssleay-perl_1.85-2+deb10u1_arm64.deb ...
12:13:30 #10 25.77 Unpacking libnet-ssleay-perl (1.85-2+deb10u1) ...
12:13:30 #10 25.83 Selecting previously unselected package libio-socket-ssl-perl.
12:13:30 #10 25.83 Preparing to unpack .../135-libio-socket-ssl-perl_2.060-3_all.deb ...
12:13:30 #10 25.84 Unpacking libio-socket-ssl-perl (2.060-3) ...
12:13:30 #10 25.88 Selecting previously unselected package libnet-http-perl.
12:13:30 #10 25.88 Preparing to unpack .../136-libnet-http-perl_6.18-1_all.deb ...
12:13:30 #10 25.88 Unpacking libnet-http-perl (6.18-1) ...
12:13:30 #10 25.91 Selecting previously unselected package liblwp-protocol-https-perl.
12:13:30 #10 25.91 Preparing to unpack .../137-liblwp-protocol-https-perl_6.07-2_all.deb ...
12:13:30 #10 25.92 Unpacking liblwp-protocol-https-perl (6.07-2) ...
12:13:30 #10 25.94 Selecting previously unselected package libtry-tiny-perl.
12:13:30 #10 25.95 Preparing to unpack .../138-libtry-tiny-perl_0.30-1_all.deb ...
12:13:30 #10 25.95 Unpacking libtry-tiny-perl (0.30-1) ...
12:13:30 #10 25.98 Selecting previously unselected package libwww-robotrules-perl.
12:13:30 #10 25.98 Preparing to unpack .../139-libwww-robotrules-perl_6.02-1_all.deb ...
12:13:30 #10 25.99 Unpacking libwww-robotrules-perl (6.02-1) ...
12:13:30 #10 26.02 Selecting previously unselected package libwww-perl.
12:13:30 #10 26.02 Preparing to unpack .../140-libwww-perl_6.36-2_all.deb ...
12:13:30 #10 26.02 Unpacking libwww-perl (6.36-2) ...
12:13:30 #10 26.06 Selecting previously unselected package patchutils.
12:13:30 #10 26.07 Preparing to unpack .../141-patchutils_0.3.4-2_arm64.deb ...
12:13:30 #10 26.07 Unpacking patchutils (0.3.4-2) ...
12:13:30 #10 26.10 Selecting previously unselected package wdiff.
12:13:30 #10 26.11 Preparing to unpack .../142-wdiff_1.2.2-2+b1_arm64.deb ...
12:13:30 #10 26.11 Unpacking wdiff (1.2.2-2+b1) ...
12:13:30 #10 26.16 Selecting previously unselected package devscripts.
12:13:30 #10 26.17 Preparing to unpack .../143-devscripts_2.19.5+deb10u1_arm64.deb ...
12:13:30 #10 26.19 Unpacking devscripts (2.19.5+deb10u1) ...
12:13:30 #10 26.30 Selecting previously unselected package diffstat.
12:13:30 #10 26.31 Preparing to unpack .../144-diffstat_1.62-1_arm64.deb ...
12:13:30 #10 26.31 Unpacking diffstat (1.62-1) ...
12:13:30 #10 26.34 Selecting previously unselected package distro-info-data.
12:13:30 #10 26.34 Preparing to unpack .../145-distro-info-data_0.41+deb10u5_all.deb ...
12:13:30 #10 26.35 Unpacking distro-info-data (0.41+deb10u5) ...
12:13:30 #10 26.38 Selecting previously unselected package python3-pkg-resources.
12:13:30 #10 26.38 Preparing to unpack .../146-python3-pkg-resources_40.8.0-1_all.deb ...
12:13:30 #10 26.38 Unpacking python3-pkg-resources (40.8.0-1) ...
12:13:30 #10 26.42 Selecting previously unselected package python3-chardet.
12:13:31 #10 26.43 Preparing to unpack .../147-python3-chardet_3.0.4-3_all.deb ...
12:13:31 #10 26.43 Unpacking python3-chardet (3.0.4-3) ...
12:13:31 #10 26.47 Selecting previously unselected package python3-six.
12:13:31 #10 26.47 Preparing to unpack .../148-python3-six_1.12.0-1_all.deb ...
12:13:31 #10 26.47 Unpacking python3-six (1.12.0-1) ...
12:13:31 #10 26.51 Selecting previously unselected package python3-debian.
12:13:31 #10 26.51 Preparing to unpack .../149-python3-debian_0.1.35_all.deb ...
12:13:31 #10 26.51 Unpacking python3-debian (0.1.35) ...
12:13:31 #10 26.56 Selecting previously unselected package libgpgme11:arm64.
12:13:31 #10 26.56 Preparing to unpack .../150-libgpgme11_1.12.0-6_arm64.deb ...
12:13:31 #10 26.57 Unpacking libgpgme11:arm64 (1.12.0-6) ...
12:13:31 #10 26.61 Selecting previously unselected package python3-gpg.
12:13:31 #10 26.61 Preparing to unpack .../151-python3-gpg_1.12.0-6_arm64.deb ...
12:13:31 #10 26.62 Unpacking python3-gpg (1.12.0-6) ...
12:13:31 #10 26.71 Selecting previously unselected package dput.
12:13:31 #10 26.71 Preparing to unpack .../152-dput_1.0.3_all.deb ...
12:13:31 #10 26.72 Unpacking dput (1.0.3) ...
12:13:31 #10 26.75 Selecting previously unselected package equivs.
12:13:31 #10 26.75 Preparing to unpack .../153-equivs_2.2.0_all.deb ...
12:13:31 #10 26.76 Unpacking equivs (2.2.0) ...
12:13:31 #10 26.82 Selecting previously unselected package exim4-config.
12:13:31 #10 26.82 Preparing to unpack .../154-exim4-config_4.92-8+deb10u7_all.deb ...
12:13:31 #10 26.83 Unpacking exim4-config (4.92-8+deb10u7) ...
12:13:31 #10 26.89 Selecting previously unselected package exim4-base.
12:13:31 #10 26.89 Preparing to unpack .../155-exim4-base_4.92-8+deb10u7_arm64.deb ...
12:13:31 #10 26.90 Unpacking exim4-base (4.92-8+deb10u7) ...
12:13:31 #10 26.98 Selecting previously unselected package libevent-2.1-6:arm64.
12:13:31 #10 26.98 Preparing to unpack .../156-libevent-2.1-6_2.1.8-stable-4_arm64.deb ...
12:13:31 #10 26.98 Unpacking libevent-2.1-6:arm64 (2.1.8-stable-4) ...
12:13:31 #10 27.03 Selecting previously unselected package libunbound8:arm64.
12:13:31 #10 27.03 Preparing to unpack .../157-libunbound8_1.9.0-2+deb10u2_arm64.deb ...
12:13:31 #10 27.04 Unpacking libunbound8:arm64 (1.9.0-2+deb10u2) ...
12:13:31 #10 27.10 Selecting previously unselected package libgnutls-dane0:arm64.
12:13:31 #10 27.11 Preparing to unpack .../158-libgnutls-dane0_3.6.7-4+deb10u9_arm64.deb ...
12:13:31 #10 27.11 Unpacking libgnutls-dane0:arm64 (3.6.7-4+deb10u9) ...
12:13:31 #10 27.16 Selecting previously unselected package exim4-daemon-light.
12:13:31 #10 27.16 Preparing to unpack .../159-exim4-daemon-light_4.92-8+deb10u7_arm64.deb ...
12:13:31 #10 27.16 Unpacking exim4-daemon-light (4.92-8+deb10u7) ...
12:13:31 #10 27.24 Selecting previously unselected package libcurl3-gnutls:arm64.
12:13:32 #10 27.24 Preparing to unpack .../160-libcurl3-gnutls_7.64.0-4+deb10u3_arm64.deb ...
12:13:32 #10 27.25 Unpacking libcurl3-gnutls:arm64 (7.64.0-4+deb10u3) ...
12:13:32 #10 27.30 Selecting previously unselected package libpcre2-8-0:arm64.
12:13:32 #10 27.31 Preparing to unpack .../161-libpcre2-8-0_10.32-5_arm64.deb ...
12:13:32 #10 27.31 Unpacking libpcre2-8-0:arm64 (10.32-5) ...
12:13:32 #10 27.35 Selecting previously unselected package liberror-perl.
12:13:32 #10 27.35 Preparing to unpack .../162-liberror-perl_0.17027-2_all.deb ...
12:13:32 #10 27.36 Unpacking liberror-perl (0.17027-2) ...
12:13:32 #10 27.39 Selecting previously unselected package git-man.
12:13:32 #10 27.39 Preparing to unpack .../163-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
12:13:32 #10 27.40 Unpacking git-man (1:2.20.1-2+deb10u3) ...
12:13:32 #10 27.53 Selecting previously unselected package git.
12:13:32 #10 27.53 Preparing to unpack .../164-git_1%3a2.20.1-2+deb10u3_arm64.deb ...
12:13:32 #10 27.55 Unpacking git (1:2.20.1-2+deb10u3) ...
12:13:32 #10 28.03 Selecting previously unselected package libgc1c2:arm64.
12:13:32 #10 28.03 Preparing to unpack .../165-libgc1c2_1%3a7.6.4-0.4_arm64.deb ...
12:13:32 #10 28.03 Unpacking libgc1c2:arm64 (1:7.6.4-0.4) ...
12:13:32 #10 28.08 Selecting previously unselected package libltdl7:arm64.
12:13:32 #10 28.08 Preparing to unpack .../166-libltdl7_2.4.6-9_arm64.deb ...
12:13:32 #10 28.09 Unpacking libltdl7:arm64 (2.4.6-9) ...
12:13:32 #10 28.14 Selecting previously unselected package guile-2.2-libs:arm64.
12:13:32 #10 28.14 Preparing to unpack .../167-guile-2.2-libs_2.2.4+1-2+deb10u1_arm64.deb ...
12:13:32 #10 28.16 Unpacking guile-2.2-libs:arm64 (2.2.4+1-2+deb10u1) ...
12:13:33 #10 28.65 Selecting previously unselected package iso-codes.
12:13:33 #10 28.66 Preparing to unpack .../168-iso-codes_4.2-1_all.deb ...
12:13:33 #10 28.66 Unpacking iso-codes (4.2-1) ...
12:13:33 #10 28.99 Selecting previously unselected package libalgorithm-diff-perl.
12:13:33 #10 28.99 Preparing to unpack .../169-libalgorithm-diff-perl_1.19.03-2_all.deb ...
12:13:33 #10 29.00 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
12:13:33 #10 29.03 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:13:33 #10 29.03 Preparing to unpack .../170-libalgorithm-diff-xs-perl_0.04-5+b1_arm64.deb ...
12:13:33 #10 29.03 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
12:13:33 #10 29.07 Selecting previously unselected package libalgorithm-merge-perl.
12:13:33 #10 29.07 Preparing to unpack .../171-libalgorithm-merge-perl_0.08-3_all.deb ...
12:13:33 #10 29.07 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:13:33 #10 29.10 Selecting previously unselected package libapt-inst2.0:arm64.
12:13:33 #10 29.11 Preparing to unpack .../172-libapt-inst2.0_1.8.2.3_arm64.deb ...
12:13:33 #10 29.11 Unpacking libapt-inst2.0:arm64 (1.8.2.3) ...
12:13:33 #10 29.15 Selecting previously unselected package libapt-pkg-perl.
12:13:33 #10 29.15 Preparing to unpack .../173-libapt-pkg-perl_0.1.34+b1_arm64.deb ...
12:13:33 #10 29.16 Unpacking libapt-pkg-perl (0.1.34+b1) ...
12:13:33 #10 29.19 Selecting previously unselected package libarchive-cpio-perl.
12:13:33 #10 29.19 Preparing to unpack .../174-libarchive-cpio-perl_0.10-1_all.deb ...
12:13:33 #10 29.20 Unpacking libarchive-cpio-perl (0.10-1) ...
12:13:33 #10 29.22 Selecting previously unselected package libasync-mergepoint-perl.
12:13:33 #10 29.23 Preparing to unpack .../175-libasync-mergepoint-perl_0.04-2_all.deb ...
12:13:33 #10 29.23 Unpacking libasync-mergepoint-perl (0.04-2) ...
12:13:33 #10 29.26 Selecting previously unselected package libauthen-sasl-perl.
12:13:33 #10 29.26 Preparing to unpack .../176-libauthen-sasl-perl_2.1600-1_all.deb ...
12:13:33 #10 29.26 Unpacking libauthen-sasl-perl (2.1600-1) ...
12:13:33 #10 29.29 Selecting previously unselected package libmodule-implementation-perl.
12:13:33 #10 29.29 Preparing to unpack .../177-libmodule-implementation-perl_0.09-1_all.deb ...
12:13:33 #10 29.30 Unpacking libmodule-implementation-perl (0.09-1) ...
12:13:33 #10 29.33 Selecting previously unselected package libvariable-magic-perl.
12:13:33 #10 29.33 Preparing to unpack .../178-libvariable-magic-perl_0.62-1+b1_arm64.deb ...
12:13:33 #10 29.33 Unpacking libvariable-magic-perl (0.62-1+b1) ...
12:13:33 #10 29.36 Selecting previously unselected package libb-hooks-endofscope-perl.
12:13:33 #10 29.37 Preparing to unpack .../179-libb-hooks-endofscope-perl_0.24-1_all.deb ...
12:13:33 #10 29.37 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
12:13:33 #10 29.40 Selecting previously unselected package libcapture-tiny-perl.
12:13:34 #10 29.40 Preparing to unpack .../180-libcapture-tiny-perl_0.48-1_all.deb ...
12:13:34 #10 29.40 Unpacking libcapture-tiny-perl (0.48-1) ...
12:13:34 #10 29.43 Selecting previously unselected package libcgi-pm-perl.
12:13:34 #10 29.44 Preparing to unpack .../181-libcgi-pm-perl_4.40-1_all.deb ...
12:13:34 #10 29.44 Unpacking libcgi-pm-perl (4.40-1) ...
12:13:34 #10 29.49 Selecting previously unselected package libfcgi-perl.
12:13:34 #10 29.49 Preparing to unpack .../182-libfcgi-perl_0.78-2+b3_arm64.deb ...
12:13:34 #10 29.49 Unpacking libfcgi-perl (0.78-2+b3) ...
12:13:34 #10 29.52 Selecting previously unselected package libcgi-fast-perl.
12:13:34 #10 29.53 Preparing to unpack .../183-libcgi-fast-perl_1%3a2.13-1_all.deb ...
12:13:34 #10 29.53 Unpacking libcgi-fast-perl (1:2.13-1) ...
12:13:34 #10 29.56 Selecting previously unselected package libsub-name-perl.
12:13:34 #10 29.56 Preparing to unpack .../184-libsub-name-perl_0.21-1+b3_arm64.deb ...
12:13:34 #10 29.56 Unpacking libsub-name-perl (0.21-1+b3) ...
12:13:34 #10 29.59 Selecting previously unselected package libclass-accessor-perl.
12:13:34 #10 29.60 Preparing to unpack .../185-libclass-accessor-perl_0.51-1_all.deb ...
12:13:34 #10 29.60 Unpacking libclass-accessor-perl (0.51-1) ...
12:13:34 #10 29.63 Selecting previously unselected package libclass-inspector-perl.
12:13:34 #10 29.63 Preparing to unpack .../186-libclass-inspector-perl_1.32-1_all.deb ...
12:13:34 #10 29.63 Unpacking libclass-inspector-perl (1.32-1) ...
12:13:34 #10 29.66 Selecting previously unselected package libclass-xsaccessor-perl.
12:13:34 #10 29.67 Preparing to unpack .../187-libclass-xsaccessor-perl_1.19-3+b2_arm64.deb ...
12:13:34 #10 29.67 Unpacking libclass-xsaccessor-perl (1.19-3+b2) ...
12:13:34 #10 29.70 Selecting previously unselected package libclone-perl.
12:13:34 #10 29.70 Preparing to unpack .../188-libclone-perl_0.41-1+b1_arm64.deb ...
12:13:34 #10 29.71 Unpacking libclone-perl (0.41-1+b1) ...
12:13:34 #10 29.74 Selecting previously unselected package libcommon-sense-perl.
12:13:34 #10 29.74 Preparing to unpack .../189-libcommon-sense-perl_3.74-2+b7_arm64.deb ...
12:13:34 #10 29.75 Unpacking libcommon-sense-perl (3.74-2+b7) ...
12:13:34 #10 29.78 Selecting previously unselected package libparams-util-perl.
12:13:34 #10 29.78 Preparing to unpack .../190-libparams-util-perl_1.07-3+b4_arm64.deb ...
12:13:34 #10 29.78 Unpacking libparams-util-perl (1.07-3+b4) ...
12:13:34 #10 29.81 Selecting previously unselected package libsub-install-perl.
12:13:34 #10 29.81 Preparing to unpack .../191-libsub-install-perl_0.928-1_all.deb ...
12:13:34 #10 29.82 Unpacking libsub-install-perl (0.928-1) ...
12:13:34 #10 29.84 Selecting previously unselected package libdata-optlist-perl.
12:13:34 #10 29.85 Preparing to unpack .../192-libdata-optlist-perl_0.110-1_all.deb ...
12:13:34 #10 29.85 Unpacking libdata-optlist-perl (0.110-1) ...
12:13:34 #10 29.88 Selecting previously unselected package libsub-exporter-perl.
12:13:34 #10 29.88 Preparing to unpack .../193-libsub-exporter-perl_0.987-1_all.deb ...
12:13:34 #10 29.88 Unpacking libsub-exporter-perl (0.987-1) ...
12:13:34 #10 29.91 Selecting previously unselected package libconst-fast-perl.
12:13:34 #10 29.91 Preparing to unpack .../194-libconst-fast-perl_0.014-1_all.deb ...
12:13:34 #10 29.92 Unpacking libconst-fast-perl (0.014-1) ...
12:13:34 #10 29.95 Selecting previously unselected package libwant-perl.
12:13:34 #10 29.95 Preparing to unpack .../195-libwant-perl_0.29-1+b4_arm64.deb ...
12:13:34 #10 29.95 Unpacking libwant-perl (0.29-1+b4) ...
12:13:34 #10 29.98 Selecting previously unselected package libcontextual-return-perl.
12:13:34 #10 29.98 Preparing to unpack .../196-libcontextual-return-perl_0.004014-2_all.deb ...
12:13:34 #10 29.99 Unpacking libcontextual-return-perl (0.004014-2) ...
12:13:34 #10 30.02 Selecting previously unselected package libconvert-binhex-perl.
12:13:34 #10 30.02 Preparing to unpack .../197-libconvert-binhex-perl_1.125-1_all.deb ...
12:13:34 #10 30.02 Unpacking libconvert-binhex-perl (1.125-1) ...
12:13:34 #10 30.05 Selecting previously unselected package libdata-dump-perl.
12:13:34 #10 30.05 Preparing to unpack .../198-libdata-dump-perl_1.23-1_all.deb ...
12:13:34 #10 30.06 Unpacking libdata-dump-perl (1.23-1) ...
12:13:34 #10 30.09 Selecting previously unselected package libdigest-bubblebabble-perl.
12:13:34 #10 30.09 Preparing to unpack .../199-libdigest-bubblebabble-perl_0.02-2_all.deb ...
12:13:34 #10 30.09 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
12:13:34 #10 30.12 Selecting previously unselected package libdigest-hmac-perl.
12:13:34 #10 30.12 Preparing to unpack .../200-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
12:13:34 #10 30.12 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
12:13:34 #10 30.15 Selecting previously unselected package libdistro-info-perl.
12:13:34 #10 30.15 Preparing to unpack .../201-libdistro-info-perl_0.21_all.deb ...
12:13:34 #10 30.16 Unpacking libdistro-info-perl (0.21) ...
12:13:34 #10 30.18 Selecting previously unselected package libnet-smtp-ssl-perl.
12:13:34 #10 30.19 Preparing to unpack .../202-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:13:34 #10 30.19 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:13:34 #10 30.22 Selecting previously unselected package libmailtools-perl.
12:13:34 #10 30.22 Preparing to unpack .../203-libmailtools-perl_2.18-1_all.deb ...
12:13:34 #10 30.23 Unpacking libmailtools-perl (2.18-1) ...
12:13:34 #10 30.26 Selecting previously unselected package libnet-ip-perl.
12:13:34 #10 30.26 Preparing to unpack .../204-libnet-ip-perl_1.26-2_all.deb ...
12:13:34 #10 30.27 Unpacking libnet-ip-perl (1.26-2) ...
12:13:34 #10 30.30 Selecting previously unselected package libnet-dns-perl.
12:13:34 #10 30.30 Preparing to unpack .../205-libnet-dns-perl_1.19-1_all.deb ...
12:13:34 #10 30.30 Unpacking libnet-dns-perl (1.19-1) ...
12:13:34 #10 30.36 Selecting previously unselected package libnet-domain-tld-perl.
12:13:34 #10 30.36 Preparing to unpack .../206-libnet-domain-tld-perl_1.75-1_all.deb ...
12:13:34 #10 30.37 Unpacking libnet-domain-tld-perl (1.75-1) ...
12:13:34 #10 30.40 Selecting previously unselected package libemail-valid-perl.
12:13:34 #10 30.40 Preparing to unpack .../207-libemail-valid-perl_1.202-1_all.deb ...
12:13:34 #10 30.40 Unpacking libemail-valid-perl (1.202-1) ...
12:13:34 #10 30.43 Selecting previously unselected package libexporter-tiny-perl.
12:13:34 #10 30.43 Preparing to unpack .../208-libexporter-tiny-perl_1.002001-1_all.deb ...
12:13:34 #10 30.44 Unpacking libexporter-tiny-perl (1.002001-1) ...
12:13:34 #10 30.46 Selecting previously unselected package libipc-system-simple-perl.
12:13:35 #10 30.47 Preparing to unpack .../209-libipc-system-simple-perl_1.25-4_all.deb ...
12:13:35 #10 30.47 Unpacking libipc-system-simple-perl (1.25-4) ...
12:13:35 #10 30.50 Selecting previously unselected package libfile-basedir-perl.
12:13:35 #10 30.50 Preparing to unpack .../210-libfile-basedir-perl_0.08-1_all.deb ...
12:13:35 #10 30.51 Unpacking libfile-basedir-perl (0.08-1) ...
12:13:35 #10 30.54 Selecting previously unselected package libfile-chdir-perl.
12:13:35 #10 30.54 Preparing to unpack .../211-libfile-chdir-perl_0.1008-1_all.deb ...
12:13:35 #10 30.54 Unpacking libfile-chdir-perl (0.1008-1) ...
12:13:35 #10 30.61 Selecting previously unselected package libfile-fcntllock-perl.
12:13:35 #10 30.61 Preparing to unpack .../212-libfile-fcntllock-perl_0.22-3+b5_arm64.deb ...
12:13:35 #10 30.62 Unpacking libfile-fcntllock-perl (0.22-3+b5) ...
12:13:35 #10 30.65 Selecting previously unselected package libfont-afm-perl.
12:13:35 #10 30.65 Preparing to unpack .../213-libfont-afm-perl_1.20-2_all.deb ...
12:13:35 #10 30.66 Unpacking libfont-afm-perl (1.20-2) ...
12:13:35 #10 30.70 Selecting previously unselected package libfribidi0:arm64.
12:13:35 #10 30.70 Preparing to unpack .../214-libfribidi0_1.0.5-3.1+deb10u2_arm64.deb ...
12:13:35 #10 30.70 Unpacking libfribidi0:arm64 (1.0.5-3.1+deb10u2) ...
12:13:35 #10 30.74 Selecting previously unselected package libfuture-perl.
12:13:35 #10 30.74 Preparing to unpack .../215-libfuture-perl_0.39-1_all.deb ...
12:13:35 #10 30.75 Unpacking libfuture-perl (0.39-1) ...
12:13:35 #10 30.78 Selecting previously unselected package libio-stringy-perl.
12:13:35 #10 30.79 Preparing to unpack .../216-libio-stringy-perl_2.111-3_all.deb ...
12:13:35 #10 30.79 Unpacking libio-stringy-perl (2.111-3) ...
12:13:35 #10 30.82 Selecting previously unselected package libparams-validate-perl.
12:13:35 #10 30.83 Preparing to unpack .../217-libparams-validate-perl_1.29-1+b1_arm64.deb ...
12:13:35 #10 30.83 Unpacking libparams-validate-perl (1.29-1+b1) ...
12:13:35 #10 30.86 Selecting previously unselected package libgetopt-long-descriptive-perl.
12:13:35 #10 30.87 Preparing to unpack .../218-libgetopt-long-descriptive-perl_0.103-2_all.deb ...
12:13:35 #10 30.87 Unpacking libgetopt-long-descriptive-perl (0.103-2) ...
12:13:35 #10 30.90 Selecting previously unselected package libsort-versions-perl.
12:13:35 #10 30.90 Preparing to unpack .../219-libsort-versions-perl_1.62-1_all.deb ...
12:13:35 #10 30.91 Unpacking libsort-versions-perl (1.62-1) ...
12:13:35 #10 30.94 Selecting previously unselected package libgit-wrapper-perl.
12:13:35 #10 30.94 Preparing to unpack .../220-libgit-wrapper-perl_0.048-1_all.deb ...
12:13:35 #10 30.94 Unpacking libgit-wrapper-perl (0.048-1) ...
12:13:35 #10 30.98 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:13:35 #10 30.98 Preparing to unpack .../221-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
12:13:35 #10 30.98 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
12:13:35 #10 31.01 Selecting previously unselected package libio-prompter-perl.
12:13:35 #10 31.01 Preparing to unpack .../222-libio-prompter-perl_0.004015-1_all.deb ...
12:13:35 #10 31.02 Unpacking libio-prompter-perl (0.004015-1) ...
12:13:35 #10 31.05 Selecting previously unselected package libjson-perl.
12:13:35 #10 31.05 Preparing to unpack .../223-libjson-perl_4.02000-1_all.deb ...
12:13:35 #10 31.06 Unpacking libjson-perl (4.02000-1) ...
12:13:35 #10 31.09 Selecting previously unselected package liblog-any-perl.
12:13:35 #10 31.09 Preparing to unpack .../224-liblog-any-perl_1.707-1_all.deb ...
12:13:35 #10 31.10 Unpacking liblog-any-perl (1.707-1) ...
12:13:35 #10 31.13 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:13:35 #10 31.14 Preparing to unpack .../225-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
12:13:35 #10 31.14 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
12:13:35 #10 31.17 Selecting previously unselected package libpackage-stash-perl.
12:13:35 #10 31.17 Preparing to unpack .../226-libpackage-stash-perl_0.38-1_all.deb ...
12:13:35 #10 31.18 Unpacking libpackage-stash-perl (0.38-1) ...
12:13:35 #10 31.21 Selecting previously unselected package libsub-identify-perl.
12:13:35 #10 31.21 Preparing to unpack .../227-libsub-identify-perl_0.14-1+b1_arm64.deb ...
12:13:35 #10 31.22 Unpacking libsub-identify-perl (0.14-1+b1) ...
12:13:35 #10 31.25 Selecting previously unselected package libnamespace-clean-perl.
12:13:35 #10 31.25 Preparing to unpack .../228-libnamespace-clean-perl_0.27-1_all.deb ...
12:13:35 #10 31.25 Unpacking libnamespace-clean-perl (0.27-1) ...
12:13:35 #10 31.28 Selecting previously unselected package libpath-tiny-perl.
12:13:35 #10 31.29 Preparing to unpack .../229-libpath-tiny-perl_0.108-1_all.deb ...
12:13:35 #10 31.29 Unpacking libpath-tiny-perl (0.108-1) ...
12:13:35 #10 31.32 Selecting previously unselected package libtype-tiny-perl.
12:13:35 #10 31.32 Preparing to unpack .../230-libtype-tiny-perl_1.004004-1_all.deb ...
12:13:35 #10 31.33 Unpacking libtype-tiny-perl (1.004004-1) ...
12:13:35 #10 31.38 Selecting previously unselected package libgitlab-api-v4-perl.
12:13:35 #10 31.39 Preparing to unpack .../231-libgitlab-api-v4-perl_0.16-1_all.deb ...
12:13:35 #10 31.39 Unpacking libgitlab-api-v4-perl (0.16-1) ...
12:13:35 #10 31.43 Selecting previously unselected package libglib2.0-data.
12:13:35 #10 31.43 Preparing to unpack .../232-libglib2.0-data_2.58.3-2+deb10u4_all.deb ...
12:13:36 #10 31.43 Unpacking libglib2.0-data (2.58.3-2+deb10u4) ...
12:13:36 #10 31.60 Selecting previously unselected package libgpm2:arm64.
12:13:36 #10 31.60 Preparing to unpack .../233-libgpm2_1.20.7-5_arm64.deb ...
12:13:36 #10 31.61 Unpacking libgpm2:arm64 (1.20.7-5) ...
12:13:36 #10 31.64 Selecting previously unselected package libidn11:arm64.
12:13:36 #10 31.64 Preparing to unpack .../234-libidn11_1.33-2.2_arm64.deb ...
12:13:36 #10 31.65 Unpacking libidn11:arm64 (1.33-2.2) ...
12:13:36 #10 31.69 Selecting previously unselected package libntlm0:arm64.
12:13:36 #10 31.69 Preparing to unpack .../235-libntlm0_1.5-1+deb10u1_arm64.deb ...
12:13:36 #10 31.70 Unpacking libntlm0:arm64 (1.5-1+deb10u1) ...
12:13:36 #10 31.73 Selecting previously unselected package libgsasl7.
12:13:36 #10 31.74 Preparing to unpack .../236-libgsasl7_1.8.0-8+deb10u1_arm64.deb ...
12:13:36 #10 31.74 Unpacking libgsasl7 (1.8.0-8+deb10u1) ...
12:13:36 #10 31.79 Selecting previously unselected package libhtml-form-perl.
12:13:36 #10 31.79 Preparing to unpack .../237-libhtml-form-perl_6.03-1_all.deb ...
12:13:36 #10 31.79 Unpacking libhtml-form-perl (6.03-1) ...
12:13:36 #10 31.82 Selecting previously unselected package libhtml-format-perl.
12:13:36 #10 31.83 Preparing to unpack .../238-libhtml-format-perl_2.12-1_all.deb ...
12:13:36 #10 31.83 Unpacking libhtml-format-perl (2.12-1) ...
12:13:36 #10 31.86 Selecting previously unselected package libhttp-daemon-perl.
12:13:36 #10 31.86 Preparing to unpack .../239-libhttp-daemon-perl_6.01-3+deb10u1_all.deb ...
12:13:36 #10 31.87 Unpacking libhttp-daemon-perl (6.01-3+deb10u1) ...
12:13:36 #10 31.89 Selecting previously unselected package libstruct-dumb-perl.
12:13:36 #10 31.90 Preparing to unpack .../240-libstruct-dumb-perl_0.09-1_all.deb ...
12:13:36 #10 31.90 Unpacking libstruct-dumb-perl (0.09-1) ...
12:13:36 #10 31.93 Selecting previously unselected package libio-async-perl.
12:13:36 #10 31.93 Preparing to unpack .../241-libio-async-perl_0.72-1_all.deb ...
12:13:36 #10 31.94 Unpacking libio-async-perl (0.72-1) ...
12:13:36 #10 31.99 Selecting previously unselected package libio-sessiondata-perl.
12:13:36 #10 31.99 Preparing to unpack .../242-libio-sessiondata-perl_1.03-1_all.deb ...
12:13:36 #10 31.99 Unpacking libio-sessiondata-perl (1.03-1) ...
12:13:36 #10 32.03 Selecting previously unselected package libio-string-perl.
12:13:36 #10 32.03 Preparing to unpack .../243-libio-string-perl_1.08-3_all.deb ...
12:13:36 #10 32.03 Unpacking libio-string-perl (1.08-3) ...
12:13:36 #10 32.06 Selecting previously unselected package libtypes-serialiser-perl.
12:13:36 #10 32.07 Preparing to unpack .../244-libtypes-serialiser-perl_1.0-1_all.deb ...
12:13:36 #10 32.07 Unpacking libtypes-serialiser-perl (1.0-1) ...
12:13:36 #10 32.10 Selecting previously unselected package libjson-xs-perl.
12:13:36 #10 32.10 Preparing to unpack .../245-libjson-xs-perl_3.040-1+b1_arm64.deb ...
12:13:36 #10 32.11 Unpacking libjson-xs-perl (3.040-1+b1) ...
12:13:36 #10 32.15 Selecting previously unselected package liblzo2-2:arm64.
12:13:36 #10 32.15 Preparing to unpack .../246-liblzo2-2_2.10-0.1_arm64.deb ...
12:13:36 #10 32.16 Unpacking liblzo2-2:arm64 (2.10-0.1) ...
12:13:36 #10 32.19 Selecting previously unselected package libkyotocabinet16v5:arm64.
12:13:36 #10 32.19 Preparing to unpack .../247-libkyotocabinet16v5_1.2.76-4.2+b1_arm64.deb ...
12:13:36 #10 32.20 Unpacking libkyotocabinet16v5:arm64 (1.2.76-4.2+b1) ...
12:13:36 #10 32.25 Selecting previously unselected package liblist-compare-perl.
12:13:37 #10 32.25 Preparing to unpack .../248-liblist-compare-perl_0.53-1_all.deb ...
12:13:37 #10 32.25 Unpacking liblist-compare-perl (0.53-1) ...
12:13:37 #10 32.29 Selecting previously unselected package liblist-moreutils-perl.
12:13:37 #10 32.29 Preparing to unpack .../249-liblist-moreutils-perl_0.416-1+b4_arm64.deb ...
12:13:37 #10 32.30 Unpacking liblist-moreutils-perl (0.416-1+b4) ...
12:13:37 #10 32.34 Selecting previously unselected package libltdl-dev:arm64.
12:13:37 #10 32.34 Preparing to unpack .../250-libltdl-dev_2.4.6-9_arm64.deb ...
12:13:37 #10 32.34 Unpacking libltdl-dev:arm64 (2.4.6-9) ...
12:13:37 #10 32.42 Selecting previously unselected package libsys-hostname-long-perl.
12:13:37 #10 32.43 Preparing to unpack .../251-libsys-hostname-long-perl_1.5-1_all.deb ...
12:13:37 #10 32.43 Unpacking libsys-hostname-long-perl (1.5-1) ...
12:13:37 #10 32.48 Selecting previously unselected package libmail-sendmail-perl.
12:13:37 #10 32.48 Preparing to unpack .../252-libmail-sendmail-perl_0.80-1_all.deb ...
12:13:37 #10 32.49 Unpacking libmail-sendmail-perl (0.80-1) ...
12:13:37 #10 32.52 Selecting previously unselected package mailutils-common.
12:13:37 #10 32.52 Preparing to unpack .../253-mailutils-common_1%3a3.5-4_all.deb ...
12:13:37 #10 32.53 Unpacking mailutils-common (1:3.5-4) ...
12:13:37 #10 32.59 Selecting previously unselected package mysql-common.
12:13:37 #10 32.59 Preparing to unpack .../254-mysql-common_5.8+1.0.5_all.deb ...
12:13:37 #10 32.61 Unpacking mysql-common (5.8+1.0.5) ...
12:13:37 #10 32.65 Selecting previously unselected package mariadb-common.
12:13:37 #10 32.65 Preparing to unpack .../255-mariadb-common_1%3a10.3.36-0+deb10u2_all.deb ...
12:13:37 #10 32.66 Unpacking mariadb-common (1:10.3.36-0+deb10u2) ...
12:13:37 #10 32.69 Selecting previously unselected package libmariadb3:arm64.
12:13:37 #10 32.69 Preparing to unpack .../256-libmariadb3_1%3a10.3.36-0+deb10u2_arm64.deb ...
12:13:37 #10 32.70 Unpacking libmariadb3:arm64 (1:10.3.36-0+deb10u2) ...
12:13:37 #10 32.75 Selecting previously unselected package libpython2.7-minimal:arm64.
12:13:37 #10 32.75 Preparing to unpack .../257-libpython2.7-minimal_2.7.16-2+deb10u1_arm64.deb ...
12:13:37 #10 32.76 Unpacking libpython2.7-minimal:arm64 (2.7.16-2+deb10u1) ...
12:13:37 #10 32.83 Selecting previously unselected package libpython2.7-stdlib:arm64.
12:13:37 #10 32.83 Preparing to unpack .../258-libpython2.7-stdlib_2.7.16-2+deb10u1_arm64.deb ...
12:13:37 #10 32.84 Unpacking libpython2.7-stdlib:arm64 (2.7.16-2+deb10u1) ...
12:13:37 #10 33.02 Selecting previously unselected package libpython2.7:arm64.
12:13:37 #10 33.02 Preparing to unpack .../259-libpython2.7_2.7.16-2+deb10u1_arm64.deb ...
12:13:37 #10 33.02 Unpacking libpython2.7:arm64 (2.7.16-2+deb10u1) ...
12:13:37 #10 33.13 Selecting previously unselected package libmailutils5:arm64.
12:13:37 #10 33.14 Preparing to unpack .../260-libmailutils5_1%3a3.5-4_arm64.deb ...
12:13:37 #10 33.14 Unpacking libmailutils5:arm64 (1:3.5-4) ...
12:13:37 #10 33.21 Selecting previously unselected package libmime-tools-perl.
12:13:37 #10 33.21 Preparing to unpack .../261-libmime-tools-perl_5.509-1_all.deb ...
12:13:37 #10 33.21 Unpacking libmime-tools-perl (5.509-1) ...
12:13:37 #10 33.26 Selecting previously unselected package libnet-dns-sec-perl.
12:13:38 #10 33.26 Preparing to unpack .../262-libnet-dns-sec-perl_1.11-1_arm64.deb ...
12:13:38 #10 33.27 Unpacking libnet-dns-sec-perl (1.11-1) ...
12:13:38 #10 33.30 Selecting previously unselected package libnet-libidn-perl.
12:13:38 #10 33.30 Preparing to unpack .../263-libnet-libidn-perl_0.12.ds-3+b1_arm64.deb ...
12:13:38 #10 33.30 Unpacking libnet-libidn-perl (0.12.ds-3+b1) ...
12:13:38 #10 33.33 Selecting previously unselected package libnumber-compare-perl.
12:13:38 #10 33.34 Preparing to unpack .../264-libnumber-compare-perl_0.03-1_all.deb ...
12:13:38 #10 33.34 Unpacking libnumber-compare-perl (0.03-1) ...
12:13:38 #10 33.37 Selecting previously unselected package libnumber-range-perl.
12:13:38 #10 33.37 Preparing to unpack .../265-libnumber-range-perl_0.12-1_all.deb ...
12:13:38 #10 33.38 Unpacking libnumber-range-perl (0.12-1) ...
12:13:38 #10 33.41 Selecting previously unselected package libossp-uuid16:arm64.
12:13:38 #10 33.41 Preparing to unpack .../266-libossp-uuid16_1.6.2-1.5+b7_arm64.deb ...
12:13:38 #10 33.42 Unpacking libossp-uuid16:arm64 (1.6.2-1.5+b7) ...
12:13:38 #10 33.45 Selecting previously unselected package libossp-uuid-perl.
12:13:38 #10 33.45 Preparing to unpack .../267-libossp-uuid-perl_1.6.2-1.5+b7_arm64.deb ...
12:13:38 #10 33.45 Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ...
12:13:38 #10 33.48 Selecting previously unselected package libpackage-stash-xs-perl.
12:13:38 #10 33.48 Preparing to unpack .../268-libpackage-stash-xs-perl_0.29-1_arm64.deb ...
12:13:38 #10 33.49 Unpacking libpackage-stash-xs-perl (0.29-1) ...
12:13:38 #10 33.53 Selecting previously unselected package libparse-debianchangelog-perl.
12:13:38 #10 33.53 Preparing to unpack .../269-libparse-debianchangelog-perl_1.2.0-13_all.deb ...
12:13:38 #10 33.53 Unpacking libparse-debianchangelog-perl (1.2.0-13) ...
12:13:38 #10 33.56 Selecting previously unselected package libtext-glob-perl.
12:13:38 #10 33.56 Preparing to unpack .../270-libtext-glob-perl_0.10-1_all.deb ...
12:13:38 #10 33.57 Unpacking libtext-glob-perl (0.10-1) ...
12:13:38 #10 33.60 Selecting previously unselected package libpath-iterator-rule-perl.
12:13:38 #10 33.60 Preparing to unpack .../271-libpath-iterator-rule-perl_1.014-1_all.deb ...
12:13:38 #10 33.60 Unpacking libpath-iterator-rule-perl (1.014-1) ...
12:13:38 #10 33.64 Selecting previously unselected package libperlio-gzip-perl.
12:13:38 #10 33.64 Preparing to unpack .../272-libperlio-gzip-perl_0.19-1+b5_arm64.deb ...
12:13:38 #10 33.64 Unpacking libperlio-gzip-perl (0.19-1+b5) ...
12:13:38 #10 33.70 Selecting previously unselected package libpod-constants-perl.
12:13:38 #10 33.70 Preparing to unpack .../273-libpod-constants-perl_0.19-1_all.deb ...
12:13:38 #10 33.71 Unpacking libpod-constants-perl (0.19-1) ...
12:13:38 #10 33.74 Selecting previously unselected package libreadonly-perl.
12:13:38 #10 33.74 Preparing to unpack .../274-libreadonly-perl_2.050-1_all.deb ...
12:13:38 #10 33.74 Unpacking libreadonly-perl (2.050-1) ...
12:13:38 #10 33.78 Selecting previously unselected package libref-util-perl.
12:13:38 #10 33.78 Preparing to unpack .../275-libref-util-perl_0.204-1_all.deb ...
12:13:38 #10 33.78 Unpacking libref-util-perl (0.204-1) ...
12:13:38 #10 33.81 Selecting previously unselected package libref-util-xs-perl.
12:13:38 #10 33.82 Preparing to unpack .../276-libref-util-xs-perl_0.117-1+b1_arm64.deb ...
12:13:38 #10 33.82 Unpacking libref-util-xs-perl (0.117-1+b1) ...
12:13:38 #10 33.85 Selecting previously unselected package libregexp-pattern-license-perl.
12:13:38 #10 33.85 Preparing to unpack .../277-libregexp-pattern-license-perl_3.0.31-4_all.deb ...
12:13:38 #10 33.86 Unpacking libregexp-pattern-license-perl (3.0.31-4) ...
12:13:38 #10 33.89 Selecting previously unselected package libsasl2-modules:arm64.
12:13:38 #10 33.89 Preparing to unpack .../278-libsasl2-modules_2.1.27+dfsg-1+deb10u2_arm64.deb ...
12:13:38 #10 33.90 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-1+deb10u2) ...
12:13:38 #10 33.93 Selecting previously unselected package libsereal-decoder-perl.
12:13:38 #10 33.94 Preparing to unpack .../279-libsereal-decoder-perl_4.005+ds-1+b1_arm64.deb ...
12:13:38 #10 33.94 Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ...
12:13:38 #10 33.98 Selecting previously unselected package libsereal-encoder-perl.
12:13:38 #10 33.98 Preparing to unpack .../280-libsereal-encoder-perl_4.005+ds-1+b1_arm64.deb ...
12:13:38 #10 33.99 Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ...
12:13:38 #10 34.02 Selecting previously unselected package libsereal-perl.
12:13:38 #10 34.03 Preparing to unpack .../281-libsereal-perl_4.005-1_all.deb ...
12:13:38 #10 34.03 Unpacking libsereal-perl (4.005-1) ...
12:13:38 #10 34.06 Selecting previously unselected package libtask-weaken-perl.
12:13:38 #10 34.06 Preparing to unpack .../282-libtask-weaken-perl_1.06-1_all.deb ...
12:13:38 #10 34.07 Unpacking libtask-weaken-perl (1.06-1) ...
12:13:38 #10 34.10 Selecting previously unselected package libxml-parser-perl.
12:13:38 #10 34.10 Preparing to unpack .../283-libxml-parser-perl_2.44-4_arm64.deb ...
12:13:38 #10 34.10 Unpacking libxml-parser-perl (2.44-4) ...
12:13:38 #10 34.19 Selecting previously unselected package libsoap-lite-perl.
12:13:38 #10 34.19 Preparing to unpack .../284-libsoap-lite-perl_1.27-1_all.deb ...
12:13:38 #10 34.20 Unpacking libsoap-lite-perl (1.27-1) ...
12:13:38 #10 34.25 Selecting previously unselected package libsort-key-perl.
12:13:38 #10 34.25 Preparing to unpack .../285-libsort-key-perl_1.33-2+b1_arm64.deb ...
12:13:38 #10 34.25 Unpacking libsort-key-perl (1.33-2+b1) ...
12:13:38 #10 34.28 Selecting previously unselected package libstring-copyright-perl.
12:13:38 #10 34.29 Preparing to unpack .../286-libstring-copyright-perl_0.003006-1_all.deb ...
12:13:38 #10 34.29 Unpacking libstring-copyright-perl (0.003006-1) ...
12:13:39 #10 34.32 Selecting previously unselected package libstring-escape-perl.
12:13:39 #10 34.32 Preparing to unpack .../287-libstring-escape-perl_2010.002-2_all.deb ...
12:13:39 #10 34.33 Unpacking libstring-escape-perl (2010.002-2) ...
12:13:39 #10 34.36 Selecting previously unselected package libstring-shellquote-perl.
12:13:39 #10 34.36 Preparing to unpack .../288-libstring-shellquote-perl_1.04-1_all.deb ...
12:13:39 #10 34.37 Unpacking libstring-shellquote-perl (1.04-1) ...
12:13:39 #10 34.40 Selecting previously unselected package libterm-readkey-perl.
12:13:39 #10 34.40 Preparing to unpack .../289-libterm-readkey-perl_2.38-1_arm64.deb ...
12:13:39 #10 34.41 Unpacking libterm-readkey-perl (2.38-1) ...
12:13:39 #10 34.44 Selecting previously unselected package libtest-fatal-perl.
12:13:39 #10 34.44 Preparing to unpack .../290-libtest-fatal-perl_0.014-1_all.deb ...
12:13:39 #10 34.45 Unpacking libtest-fatal-perl (0.014-1) ...
12:13:39 #10 34.48 Selecting previously unselected package libtest-refcount-perl.
12:13:39 #10 34.49 Preparing to unpack .../291-libtest-refcount-perl_0.08-3_all.deb ...
12:13:39 #10 34.49 Unpacking libtest-refcount-perl (0.08-3) ...
12:13:39 #10 34.52 Selecting previously unselected package libtext-levenshtein-perl.
12:13:39 #10 34.52 Preparing to unpack .../292-libtext-levenshtein-perl_0.13-1_all.deb ...
12:13:39 #10 34.52 Unpacking libtext-levenshtein-perl (0.13-1) ...
12:13:39 #10 34.55 Selecting previously unselected package libtype-tiny-xs-perl.
12:13:39 #10 34.56 Preparing to unpack .../293-libtype-tiny-xs-perl_0.014-1+b1_arm64.deb ...
12:13:39 #10 34.56 Unpacking libtype-tiny-xs-perl (0.014-1+b1) ...
12:13:39 #10 34.59 Selecting previously unselected package libunicode-utf8-perl.
12:13:39 #10 34.59 Preparing to unpack .../294-libunicode-utf8-perl_0.62-1_arm64.deb ...
12:13:39 #10 34.59 Unpacking libunicode-utf8-perl (0.62-1) ...
12:13:39 #10 34.63 Selecting previously unselected package libwrap0:arm64.
12:13:39 #10 34.64 Preparing to unpack .../295-libwrap0_7.6.q-28_arm64.deb ...
12:13:39 #10 34.64 Unpacking libwrap0:arm64 (7.6.q-28) ...
12:13:39 #10 34.68 Selecting previously unselected package libxau6:arm64.
12:13:39 #10 34.68 Preparing to unpack .../296-libxau6_1%3a1.0.8-1+b2_arm64.deb ...
12:13:39 #10 34.68 Unpacking libxau6:arm64 (1:1.0.8-1+b2) ...
12:13:39 #10 34.72 Selecting previously unselected package libxdmcp6:arm64.
12:13:39 #10 34.72 Preparing to unpack .../297-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
12:13:39 #10 34.72 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
12:13:39 #10 34.76 Selecting previously unselected package libxcb1:arm64.
12:13:39 #10 34.76 Preparing to unpack .../298-libxcb1_1.13.1-2_arm64.deb ...
12:13:39 #10 34.76 Unpacking libxcb1:arm64 (1.13.1-2) ...
12:13:39 #10 34.79 Selecting previously unselected package libx11-data.
12:13:39 #10 34.80 Preparing to unpack .../299-libx11-data_2%3a1.6.7-1+deb10u2_all.deb ...
12:13:39 #10 34.80 Unpacking libx11-data (2:1.6.7-1+deb10u2) ...
12:13:39 #10 34.87 Selecting previously unselected package libx11-6:arm64.
12:13:39 #10 34.87 Preparing to unpack .../300-libx11-6_2%3a1.6.7-1+deb10u2_arm64.deb ...
12:13:39 #10 34.88 Unpacking libx11-6:arm64 (2:1.6.7-1+deb10u2) ...
12:13:39 #10 34.95 Selecting previously unselected package libxext6:arm64.
12:13:39 #10 34.96 Preparing to unpack .../301-libxext6_2%3a1.3.3-1+b2_arm64.deb ...
12:13:39 #10 34.96 Unpacking libxext6:arm64 (2:1.3.3-1+b2) ...
12:13:39 #10 34.99 Selecting previously unselected package libxml-namespacesupport-perl.
12:13:39 #10 34.99 Preparing to unpack .../302-libxml-namespacesupport-perl_1.12-1_all.deb ...
12:13:39 #10 35.00 Unpacking libxml-namespacesupport-perl (1.12-1) ...
12:13:39 #10 35.03 Selecting previously unselected package libxml-sax-base-perl.
12:13:39 #10 35.03 Preparing to unpack .../303-libxml-sax-base-perl_1.09-1_all.deb ...
12:13:39 #10 35.03 Unpacking libxml-sax-base-perl (1.09-1) ...
12:13:39 #10 35.07 Selecting previously unselected package libxml-sax-perl.
12:13:39 #10 35.07 Preparing to unpack .../304-libxml-sax-perl_1.00+dfsg-1_all.deb ...
12:13:39 #10 35.08 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
12:13:39 #10 35.11 Selecting previously unselected package libxml-libxml-perl.
12:13:39 #10 35.12 Preparing to unpack .../305-libxml-libxml-perl_2.0134+dfsg-1_arm64.deb ...
12:13:39 #10 35.12 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
12:13:39 #10 35.18 Selecting previously unselected package libxml-sax-expat-perl.
12:13:39 #10 35.18 Preparing to unpack .../306-libxml-sax-expat-perl_0.51-1_all.deb ...
12:13:39 #10 35.19 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:13:39 #10 35.22 Selecting previously unselected package libxml-simple-perl.
12:13:39 #10 35.22 Preparing to unpack .../307-libxml-simple-perl_2.25-1_all.deb ...
12:13:39 #10 35.22 Unpacking libxml-simple-perl (2.25-1) ...
12:13:39 #10 35.26 Selecting previously unselected package libxmlrpc-lite-perl.
12:13:39 #10 35.26 Preparing to unpack .../308-libxmlrpc-lite-perl_0.717-2_all.deb ...
12:13:39 #10 35.26 Unpacking libxmlrpc-lite-perl (0.717-2) ...
12:13:39 #10 35.30 Selecting previously unselected package libxmuu1:arm64.
12:13:39 #10 35.30 Preparing to unpack .../309-libxmuu1_2%3a1.1.2-2+b3_arm64.deb ...
12:13:39 #10 35.30 Unpacking libxmuu1:arm64 (2:1.1.2-2+b3) ...
12:13:39 #10 35.34 Selecting previously unselected package libyaml-0-2:arm64.
12:13:40 #10 35.34 Preparing to unpack .../310-libyaml-0-2_0.2.1-1_arm64.deb ...
12:13:40 #10 35.34 Unpacking libyaml-0-2:arm64 (0.2.1-1) ...
12:13:40 #10 35.38 Selecting previously unselected package libyaml-libyaml-perl.
12:13:40 #10 35.38 Preparing to unpack .../311-libyaml-libyaml-perl_0.76+repack-1_arm64.deb ...
12:13:40 #10 35.38 Unpacking libyaml-libyaml-perl (0.76+repack-1) ...
12:13:40 #10 35.41 Selecting previously unselected package licensecheck.
12:13:40 #10 35.41 Preparing to unpack .../312-licensecheck_3.0.31-3_all.deb ...
12:13:40 #10 35.42 Unpacking licensecheck (3.0.31-3) ...
12:13:40 #10 35.46 Selecting previously unselected package t1utils.
12:13:40 #10 35.46 Preparing to unpack .../313-t1utils_1.41-3_arm64.deb ...
12:13:40 #10 35.46 Unpacking t1utils (1.41-3) ...
12:13:40 #10 35.52 Selecting previously unselected package lintian.
12:13:40 #10 35.52 Preparing to unpack .../314-lintian_2.15.0_all.deb ...
12:13:40 #10 35.53 Unpacking lintian (2.15.0) ...
12:13:40 #10 35.65 Selecting previously unselected package lsb-release.
12:13:40 #10 35.65 Preparing to unpack .../315-lsb-release_10.2019051400_all.deb ...
12:13:40 #10 35.65 Unpacking lsb-release (10.2019051400) ...
12:13:40 #10 35.69 Selecting previously unselected package mailutils.
12:13:40 #10 35.69 Preparing to unpack .../316-mailutils_1%3a3.5-4_arm64.deb ...
12:13:40 #10 35.70 Unpacking mailutils (1:3.5-4) ...
12:13:40 #10 35.74 Selecting previously unselected package manpages-dev.
12:13:40 #10 35.75 Preparing to unpack .../317-manpages-dev_4.16-2_all.deb ...
12:13:40 #10 35.75 Unpacking manpages-dev (4.16-2) ...
12:13:40 #10 36.04 Selecting previously unselected package psmisc.
12:13:40 #10 36.04 Preparing to unpack .../318-psmisc_23.2-1+deb10u1_arm64.deb ...
12:13:40 #10 36.04 Unpacking psmisc (23.2-1+deb10u1) ...
12:13:40 #10 36.09 Selecting previously unselected package publicsuffix.
12:13:40 #10 36.09 Preparing to unpack .../319-publicsuffix_20220811.1734-0+deb10u1_all.deb ...
12:13:40 #10 36.09 Unpacking publicsuffix (20220811.1734-0+deb10u1) ...
12:13:40 #10 36.13 Selecting previously unselected package python-apt-common.
12:13:40 #10 36.13 Preparing to unpack .../320-python-apt-common_1.8.4.3_all.deb ...
12:13:40 #10 36.14 Unpacking python-apt-common (1.8.4.3) ...
12:13:40 #10 36.19 Selecting previously unselected package python3-apt.
12:13:40 #10 36.19 Preparing to unpack .../321-python3-apt_1.8.4.3_arm64.deb ...
12:13:40 #10 36.19 Unpacking python3-apt (1.8.4.3) ...
12:13:40 #10 36.25 Selecting previously unselected package python3-certifi.
12:13:41 #10 36.25 Preparing to unpack .../322-python3-certifi_2018.8.24-1_all.deb ...
12:13:41 #10 36.25 Unpacking python3-certifi (2018.8.24-1) ...
12:13:41 #10 36.30 Selecting previously unselected package python3-idna.
12:13:41 #10 36.30 Preparing to unpack .../323-python3-idna_2.6-1_all.deb ...
12:13:41 #10 36.30 Unpacking python3-idna (2.6-1) ...
12:13:41 #10 36.34 Selecting previously unselected package python3-magic.
12:13:41 #10 36.35 Preparing to unpack .../324-python3-magic_2%3a0.4.15-2_all.deb ...
12:13:41 #10 36.35 Unpacking python3-magic (2:0.4.15-2) ...
12:13:41 #10 36.38 Selecting previously unselected package python3-urllib3.
12:13:41 #10 36.39 Preparing to unpack .../325-python3-urllib3_1.24.1-1_all.deb ...
12:13:41 #10 36.39 Unpacking python3-urllib3 (1.24.1-1) ...
12:13:41 #10 36.43 Selecting previously unselected package python3-requests.
12:13:41 #10 36.44 Preparing to unpack .../326-python3-requests_2.21.0-1_all.deb ...
12:13:41 #10 36.44 Unpacking python3-requests (2.21.0-1) ...
12:13:41 #10 36.48 Selecting previously unselected package python3-unidiff.
12:13:41 #10 36.48 Preparing to unpack .../327-python3-unidiff_0.5.4-1_all.deb ...
12:13:41 #10 36.49 Unpacking python3-unidiff (0.5.4-1) ...
12:13:41 #10 36.52 Selecting previously unselected package python3-xdg.
12:13:41 #10 36.52 Preparing to unpack .../328-python3-xdg_0.25-5_all.deb ...
12:13:41 #10 36.52 Unpacking python3-xdg (0.25-5) ...
12:13:41 #10 36.56 Selecting previously unselected package shared-mime-info.
12:13:41 #10 36.57 Preparing to unpack .../329-shared-mime-info_1.10-1_arm64.deb ...
12:13:41 #10 36.57 Unpacking shared-mime-info (1.10-1) ...
12:13:41 #10 36.67 Selecting previously unselected package strace.
12:13:41 #10 36.67 Preparing to unpack .../330-strace_4.26-0.2_arm64.deb ...
12:13:41 #10 36.67 Unpacking strace (4.26-0.2) ...
12:13:41 #10 36.73 Selecting previously unselected package unzip.
12:13:41 #10 36.74 Preparing to unpack .../331-unzip_6.0-23+deb10u3_arm64.deb ...
12:13:41 #10 36.74 Unpacking unzip (6.0-23+deb10u3) ...
12:13:41 #10 36.78 Selecting previously unselected package xauth.
12:13:41 #10 36.78 Preparing to unpack .../332-xauth_1%3a1.0.10-1_arm64.deb ...
12:13:41 #10 36.79 Unpacking xauth (1:1.0.10-1) ...
12:13:41 #10 36.83 Selecting previously unselected package xdg-user-dirs.
12:13:41 #10 36.83 Preparing to unpack .../333-xdg-user-dirs_0.17-2_arm64.deb ...
12:13:41 #10 36.84 Unpacking xdg-user-dirs (0.17-2) ...
12:13:41 #10 36.90 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
12:13:41 #10 36.91 Setting up libapt-pkg-perl (0.1.34+b1) ...
12:13:41 #10 36.92 Setting up libksba8:arm64 (1.3.5-2) ...
12:13:41 #10 36.93 Setting up libpipeline1:arm64 (1.5.1-2) ...
12:13:41 #10 36.94 Setting up wdiff (1.2.2-2+b1) ...
12:13:41 #10 36.95 Setting up lsb-base (10.2019051400) ...
12:13:41 #10 36.96 Setting up mysql-common (5.8+1.0.5) ...
12:13:41 #10 36.98 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
12:13:41 #10 36.99 Setting up libxau6:arm64 (1:1.0.8-1+b2) ...
12:13:41 #10 37.00 Setting up libkeyutils1:arm64 (1.6-6) ...
12:13:41 #10 37.01 Setting up libpsl5:arm64 (0.20.2-2) ...
12:13:41 #10 37.01 Setting up libgpm2:arm64 (1.20.7-5) ...
12:13:41 #10 37.02 Setting up mime-support (3.62) ...
12:13:41 #10 37.05 Setting up xdg-user-dirs (0.17-2) ...
12:13:41 #10 37.07 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
12:13:41 #10 37.08 Setting up psmisc (23.2-1+deb10u1) ...
12:13:41 #10 37.10 Setting up libgc1c2:arm64 (1:7.6.4-0.4) ...
12:13:41 #10 37.11 Setting up libyaml-0-2:arm64 (0.2.1-1) ...
12:13:41 #10 37.11 Setting up libglib2.0-0:arm64 (2.58.3-2+deb10u4) ...
12:13:41 #10 37.13 No schema files found: doing nothing.
12:13:41 #10 37.13 Setting up distro-info-data (0.41+deb10u5) ...
12:13:41 #10 37.14 Setting up manpages (4.16-2) ...
12:13:41 #10 37.15 Setting up unzip (6.0-23+deb10u3) ...
12:13:41 #10 37.17 Setting up libsqlite3-0:arm64 (3.27.2-3+deb10u2) ...
12:13:41 #10 37.18 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-1+deb10u2) ...
12:13:41 #10 37.20 Setting up binutils-common:arm64 (2.31.1-16) ...
12:13:41 #10 37.21 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
12:13:41 #10 37.22 Setting up libmagic1:arm64 (1:5.35-4+deb10u2) ...
12:13:41 #10 37.23 Setting up less (487-0.1+b1) ...
12:13:42 #10 37.32 Setting up perl-openssl-defaults:arm64 (3) ...
12:13:42 #10 37.33 Setting up linux-libc-dev:arm64 (4.19.260-1) ...
12:13:42 #10 37.34 Setting up gettext-base (0.19.8.1-9) ...
12:13:42 #10 37.35 Setting up liblzo2-2:arm64 (2.10-0.1) ...
12:13:42 #10 37.36 Setting up libnpth0:arm64 (1.6-1) ...
12:13:42 #10 37.37 Setting up krb5-locales (1.17-3+deb10u4) ...
12:13:42 #10 37.38 Setting up file (1:5.35-4+deb10u2) ...
12:13:42 #10 37.39 Setting up libossp-uuid16:arm64 (1.6.2-1.5+b7) ...
12:13:42 #10 37.40 Setting up libassuan0:arm64 (2.5.2-1) ...
12:13:42 #10 37.41 Setting up libgomp1:arm64 (8.3.0-6) ...
12:13:42 #10 37.42 Setting up libapt-inst2.0:arm64 (1.8.2.3) ...
12:13:42 #10 37.43 Setting up bzip2 (1.0.6-9.2~deb10u2) ...
12:13:42 #10 37.43 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
12:13:42 #10 37.49 Setting up libicu63:arm64 (63.1-6+deb10u3) ...
12:13:42 #10 37.50 Setting up libfakeroot:arm64 (1.23-1) ...
12:13:42 #10 37.52 Setting up libkrb5support0:arm64 (1.17-3+deb10u4) ...
12:13:42 #10 37.53 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ...
12:13:42 #10 37.54 Setting up fakeroot (1.23-1) ...
12:13:42 #10 37.55 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:13:42 #10 37.56 Setting up mariadb-common (1:10.3.36-0+deb10u2) ...
12:13:42 #10 37.57 update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
12:13:42 #10 37.58 Setting up libasan5:arm64 (8.3.0-6) ...
12:13:42 #10 37.59 Setting up autotools-dev (20180224.1) ...
12:13:42 #10 37.60 Setting up libglib2.0-data (2.58.3-2+deb10u4) ...
12:13:42 #10 37.62 Setting up libpython2.7-minimal:arm64 (2.7.16-2+deb10u1) ...
12:13:42 #10 37.63 Setting up libwrap0:arm64 (7.6.q-28) ...
12:13:42 #10 37.65 Setting up libx11-data (2:1.6.7-1+deb10u2) ...
12:13:42 #10 37.66 Setting up make (4.2.1-1.2) ...
12:13:42 #10 37.67 Setting up libmpfr6:arm64 (4.0.2-1) ...
12:13:42 #10 37.68 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
12:13:42 #10 37.69 Setting up libntlm0:arm64 (1.5-1+deb10u1) ...
12:13:42 #10 37.70 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
12:13:42 #10 37.71 Setting up libidn11:arm64 (1.33-2.2) ...
12:13:42 #10 37.72 Setting up libncurses6:arm64 (6.1+20181013-2+deb10u2) ...
12:13:42 #10 37.73 Setting up strace (4.26-0.2) ...
12:13:42 #10 37.74 Setting up libsigsegv2:arm64 (2.12-2) ...
12:13:42 #10 37.75 Setting up xz-utils (5.2.4-1+deb10u1) ...
12:13:42 #10 37.76 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:13:42 #10 37.77 Setting up libfribidi0:arm64 (1.0.5-3.1+deb10u2) ...
12:13:42 #10 37.78 Setting up t1utils (1.41-3) ...
12:13:42 #10 37.79 Setting up diffstat (1.62-1) ...
12:13:42 #10 37.80 Setting up libmpc3:arm64 (1.1.0-1) ...
12:13:42 #10 37.81 Setting up libatomic1:arm64 (8.3.0-6) ...
12:13:42 #10 37.82 Setting up patch (2.7.6-3+deb10u1) ...
12:13:42 #10 37.83 Setting up mailutils-common (1:3.5-4) ...
12:13:42 #10 37.84 Setting up autopoint (0.19.8.1-9) ...
12:13:42 #10 37.85 Setting up libmariadb3:arm64 (1:10.3.36-0+deb10u2) ...
12:13:42 #10 37.86 Setting up libfl2:arm64 (2.6.4-6.2) ...
12:13:42 #10 37.88 Setting up libpcre2-8-0:arm64 (10.32-5) ...
12:13:42 #10 37.89 Setting up libk5crypto3:arm64 (1.17-3+deb10u4) ...
12:13:42 #10 37.89 Setting up libltdl7:arm64 (2.4.6-9) ...
12:13:42 #10 37.91 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ...
12:13:42 #10 37.92 Setting up libevent-2.1-6:arm64 (2.1.8-stable-4) ...
12:13:42 #10 37.93 Setting up libubsan1:arm64 (8.3.0-6) ...
12:13:42 #10 37.94 Setting up libisl19:arm64 (0.20-2) ...
12:13:42 #10 37.96 Setting up dwz (0.12-3) ...
12:13:42 #10 37.97 Setting up python-apt-common (1.8.4.3) ...
12:13:42 #10 37.98 Setting up sensible-utils (0.0.12) ...
12:13:42 #10 37.99 Setting up exim4-config (4.92-8+deb10u7) ...
12:13:43 #10 38.30 Adding system-user for exim (v4)
12:13:43 #10 38.60 Setting up libuchardet0:arm64 (0.0.6-3) ...
12:13:43 #10 38.61 Setting up git-man (1:2.20.1-2+deb10u3) ...
12:13:43 #10 38.62 Setting up libssh2-1:arm64 (1.8.0-2.1) ...
12:13:43 #10 38.63 Setting up netbase (5.6) ...
12:13:43 #10 38.65 Setting up libkrb5-3:arm64 (1.17-3+deb10u4) ...
12:13:43 #10 38.66 Setting up libmpdec2:arm64 (2.4.2-2) ...
12:13:43 #10 38.67 Setting up libbinutils:arm64 (2.31.1-16) ...
12:13:43 #10 38.68 Setting up cpp-8 (8.3.0-6) ...
12:13:43 #10 38.69 Setting up libc-dev-bin (2.28-10+deb10u1) ...
12:13:43 #10 38.70 Setting up openssl (1.1.1n-0+deb10u3) ...
12:13:43 #10 38.71 Setting up libbsd0:arm64 (0.9.1-2+deb10u1) ...
12:13:43 #10 38.73 Setting up readline-common (7.0-5) ...
12:13:43 #10 38.74 Setting up publicsuffix (20220811.1734-0+deb10u1) ...
12:13:43 #10 38.75 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u4) ...
12:13:43 #10 38.76 Setting up libcc1-0:arm64 (8.3.0-6) ...
12:13:43 #10 38.77 Setting up iso-codes (4.2-1) ...
12:13:43 #10 38.78 Setting up liblocale-gettext-perl (1.07-3+b4) ...
12:13:43 #10 38.79 Setting up liblsan0:arm64 (8.3.0-6) ...
12:13:43 #10 38.80 Setting up dctrl-tools (2.24-3) ...
12:13:43 #10 38.81 Setting up libitm1:arm64 (8.3.0-6) ...
12:13:43 #10 38.82 Setting up debian-keyring (2019.02.25) ...
12:13:43 #10 38.84 Setting up libreadline7:arm64 (7.0-5) ...
12:13:43 #10 38.84 Setting up libgdbm6:arm64 (1.18.1-4) ...
12:13:43 #10 38.85 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
12:13:43 #10 38.86 Setting up libtsan0:arm64 (8.3.0-6) ...
12:13:43 #10 38.87 Setting up pinentry-curses (1.1.0-2) ...
12:13:43 #10 38.89 Setting up manpages-dev (4.16-2) ...
12:13:43 #10 38.90 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
12:13:43 #10 38.91 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
12:13:43 #10 38.92 Setting up libxcb1:arm64 (1.13.1-2) ...
12:13:43 #10 38.93 Setting up at (3.1.23-1) ...
12:13:43 #10 39.07 invoke-rc.d: could not determine current runlevel
12:13:43 #10 39.07 invoke-rc.d: policy-rc.d denied execution of start.
12:13:43 #10 39.08 Setting up libedit2:arm64 (3.1-20181209-1) ...
12:13:43 #10 39.09 Setting up libkyotocabinet16v5:arm64 (1.2.76-4.2+b1) ...
12:13:43 #10 39.10 Setting up cron (3.0pl1-134+deb10u1) ...
12:13:43 #10 39.17 Adding group `crontab' (GID 102) ...
12:13:43 #10 39.18 Done.
12:13:43 #10 39.20 invoke-rc.d: could not determine current runlevel
12:13:43 #10 39.21 invoke-rc.d: policy-rc.d denied execution of start.
12:13:43 #10 39.33 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ...
12:13:43 #10 39.34 Setting up m4 (1.4.18-2) ...
12:13:43 #10 39.35 Setting up binutils-aarch64-linux-gnu (2.31.1-16) ...
12:13:43 #10 39.36 Setting up binutils (2.31.1-16) ...
12:13:43 #10 39.37 Setting up libpython2.7-stdlib:arm64 (2.7.16-2+deb10u1) ...
12:13:43 #10 39.38 Setting up ca-certificates (20200601~deb10u2) ...
12:13:44 #10 39.92 Updating certificates in /etc/ssl/certs...
12:13:45 #10 40.56 137 added, 0 removed; done.
12:13:45 #10 40.59 Setting up libunbound8:arm64 (1.9.0-2+deb10u2) ...
12:13:45 #10 40.60 Setting up shared-mime-info (1.10-1) ...
12:13:47 #10 42.75 Setting up bsdmainutils (11.1.2+b1) ...
12:13:47 #10 42.77 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
12:13:47 #10 42.77 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
12:13:47 #10 42.78 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u4) ...
12:13:47 #10 42.79 Setting up libcroco3:arm64 (0.6.12-3) ...
12:13:47 #10 42.80 Setting up libgdbm-compat4:arm64 (1.18.1-4) ...
12:13:47 #10 42.81 Setting up ucf (3.0038+nmu1) ...
12:13:47 #10 42.92 Setting up libgcc-8-dev:arm64 (8.3.0-6) ...
12:13:47 #10 42.93 Setting up libperl5.28:arm64 (5.28.1-6+deb10u1) ...
12:13:47 #10 42.94 Setting up groff-base (1.22.4-3+deb10u1) ...
12:13:47 #10 42.95 Setting up cpp (4:8.3.0-1) ...
12:13:47 #10 42.97 Setting up gpgconf (2.2.12-1+deb10u2) ...
12:13:47 #10 42.98 Setting up libcurl4:arm64 (7.64.0-4+deb10u3) ...
12:13:47 #10 42.99 Setting up libc6-dev:arm64 (2.28-10+deb10u1) ...
12:13:47 #10 43.00 Setting up libx11-6:arm64 (2:1.6.7-1+deb10u2) ...
12:13:47 #10 43.01 Setting up curl (7.64.0-4+deb10u3) ...
12:13:47 #10 43.02 Setting up libxmuu1:arm64 (2:1.1.2-2+b3) ...
12:13:47 #10 43.05 Setting up gpg (2.2.12-1+deb10u2) ...
12:13:47 #10 43.06 Setting up guile-2.2-libs:arm64 (2.2.4+1-2+deb10u1) ...
12:13:47 #10 43.07 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
12:13:47 #10 43.08 Setting up libstdc++-8-dev:arm64 (8.3.0-6) ...
12:13:47 #10 43.09 Setting up python3.7 (3.7.3-2+deb10u3) ...
12:13:48 #10 43.85 Setting up libgnutls-dane0:arm64 (3.6.7-4+deb10u9) ...
12:13:48 #10 43.86 Setting up libpython2.7:arm64 (2.7.16-2+deb10u1) ...
12:13:48 #10 43.87 Setting up gettext (0.19.8.1-9) ...
12:13:48 #10 43.88 Setting up exim4-base (4.92-8+deb10u7) ...
12:13:48 #10 43.98 exim: DB upgrade, deleting hints-db
12:13:48 #10 44.02 Setting up gcc-8 (8.3.0-6) ...
12:13:48 #10 44.03 Setting up gpg-agent (2.2.12-1+deb10u2) ...
12:13:48 #10 44.04 Setting up libtool (2.4.6-9) ...
12:13:48 #10 44.05 Setting up openssh-client (1:7.9p1-10+deb10u2) ...
12:13:48 #10 44.14 Setting up gpgsm (2.2.12-1+deb10u2) ...
12:13:48 #10 44.15 Setting up libgsasl7 (1.8.0-8+deb10u1) ...
12:13:48 #10 44.16 Setting up libxext6:arm64 (2:1.3.3-1+b2) ...
12:13:48 #10 44.17 Setting up libcurl3-gnutls:arm64 (7.64.0-4+deb10u3) ...
12:13:48 #10 44.18 Setting up python3 (3.7.3-1) ...
12:13:49 #10 44.49 Setting up python3-xdg (0.25-5) ...
12:13:49 #10 44.65 Setting up man-db (2.8.5-2) ...
12:13:49 #10 44.75 Building database of manual pages ...
12:14:01 #10 56.47 Setting up libgpgme11:arm64 (1.12.0-6) ...
12:14:01 #10 56.48 Setting up gcc (4:8.3.0-1) ...
12:14:01 #10 56.50 Setting up python3-six (1.12.0-1) ...
12:14:01 #10 56.65 Setting up dirmngr (2.2.12-1+deb10u2) ...
12:14:01 #10 56.67 Setting up perl (5.28.1-6+deb10u1) ...
12:14:01 #10 56.69 Setting up libpackage-stash-xs-perl (0.29-1) ...
12:14:01 #10 56.70 Setting up python3-gpg (1.12.0-6) ...
12:14:01 #10 56.89 Setting up libdata-dump-perl (1.23-1) ...
12:14:01 #10 56.90 Setting up python3-certifi (2018.8.24-1) ...
12:14:01 #10 57.04 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
12:14:01 #10 57.05 Setting up libref-util-perl (0.204-1) ...
12:14:01 #10 57.06 Setting up libipc-system-simple-perl (1.25-4) ...
12:14:01 #10 57.07 Setting up libnet-domain-tld-perl (1.75-1) ...
12:14:01 #10 57.08 Setting up libnet-libidn-perl (0.12.ds-3+b1) ...
12:14:01 #10 57.09 Setting up libvariable-magic-perl (0.62-1+b1) ...
12:14:01 #10 57.11 Setting up python3-idna (2.6-1) ...
12:14:01 #10 57.32 Setting up libio-html-perl (1.001-1) ...
12:14:02 #10 57.33 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
12:14:02 #10 57.34 Setting up libtest-refcount-perl (0.08-3) ...
12:14:02 #10 57.35 Setting up libparams-util-perl (1.07-3+b4) ...
12:14:02 #10 57.36 Setting up libdpkg-perl (1.19.8) ...
12:14:02 #10 57.37 Setting up autoconf (2.69-11) ...
12:14:02 #10 57.39 Setting up python3-urllib3 (1.24.1-1) ...
12:14:02 #10 57.58 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:14:02 #10 57.59 Setting up libcapture-tiny-perl (0.48-1) ...
12:14:02 #10 57.60 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
12:14:02 #10 57.61 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
12:14:02 #10 57.62 Setting up libsub-name-perl (0.21-1+b3) ...
12:14:02 #10 57.63 Setting up libtype-tiny-xs-perl (0.014-1+b1) ...
12:14:02 #10 57.64 Setting up g++-8 (8.3.0-6) ...
12:14:02 #10 57.65 Setting up libfile-chdir-perl (0.1008-1) ...
12:14:02 #10 57.71 Setting up xauth (1:1.0.10-1) ...
12:14:02 #10 57.72 Setting up libpath-tiny-perl (0.108-1) ...
12:14:02 #10 57.73 Setting up libarchive-cpio-perl (0.10-1) ...
12:14:02 #10 57.74 Setting up libjson-perl (4.02000-1) ...
12:14:02 #10 57.75 Setting up libfcgi-perl (0.78-2+b3) ...
12:14:02 #10 57.77 Setting up libdevel-globaldestruction-perl (0.14-1) ...
12:14:02 #10 57.78 Setting up python3-unidiff (0.5.4-1) ...
12:14:02 #10 57.92 Setting up libstrictures-perl (2.000005-1) ...
12:14:02 #10 57.93 Setting up libsub-quote-perl (2.005001-1) ...
12:14:02 #10 57.94 Setting up libclass-xsaccessor-perl (1.19-3+b2) ...
12:14:02 #10 57.96 Setting up libsort-versions-perl (1.62-1) ...
12:14:02 #10 57.97 Setting up libexporter-tiny-perl (1.002001-1) ...
12:14:02 #10 57.98 Setting up libterm-readkey-perl (2.38-1) ...
12:14:02 #10 57.99 Setting up lsb-release (10.2019051400) ...
12:14:02 #10 58.00 Setting up libclass-accessor-perl (0.51-1) ...
12:14:02 #10 58.02 Setting up libnet-ip-perl (1.26-2) ...
12:14:02 #10 58.02 Setting up python3-magic (2:0.4.15-2) ...
12:14:02 #10 58.17 Setting up libperlio-gzip-perl (0.19-1+b5) ...
12:14:02 #10 58.18 Setting up libsys-hostname-long-perl (1.5-1) ...
12:14:02 #10 58.19 Setting up libsereal-decoder-perl (4.005+ds-1+b1) ...
12:14:02 #10 58.20 Setting up liburi-perl (1.76-1) ...
12:14:02 #10 58.21 Setting up exim4-daemon-light (4.92-8+deb10u7) ...
12:14:02 #10 58.30 invoke-rc.d: could not determine current runlevel
12:14:02 #10 58.30 invoke-rc.d: policy-rc.d denied execution of start.
12:14:02 #10 58.30 Initializing GnuTLS DH parameter file
12:14:02 #10 58.33 Setting up libmailutils5:arm64 (1:3.5-4) ...
12:14:02 #10 58.35 Setting up libdigest-bubblebabble-perl (0.02-2) ...
12:14:02 #10 58.36 Setting up libnet-ssleay-perl (1.85-2+deb10u1) ...
12:14:02 #10 58.37 Setting up python3-pkg-resources (40.8.0-1) ...
12:14:03 #10 58.57 Setting up automake (1:1.16.1-4) ...
12:14:03 #10 58.58 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:14:03 #10 58.59 Setting up libasync-mergepoint-perl (0.04-2) ...
12:14:03 #10 58.60 Setting up libio-sessiondata-perl (1.03-1) ...
12:14:03 #10 58.62 Setting up libstring-escape-perl (2010.002-2) ...
12:14:03 #10 58.63 Setting up libhttp-date-perl (6.02-1) ...
12:14:03 #10 58.64 Setting up libfile-which-perl (1.23-1) ...
12:14:03 #10 58.65 Setting up mailutils (1:3.5-4) ...
12:14:03 #10 58.66 update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
12:14:03 #10 58.66 update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
12:14:03 #10 58.67 update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
12:14:03 #10 58.67 update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
12:14:03 #10 58.68 update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
12:14:03 #10 58.68 update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
12:14:03 #10 58.68 update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
12:14:03 #10 58.69 Setting up libfile-basedir-perl (0.08-1) ...
12:14:03 #10 58.70 Setting up libnumber-range-perl (0.12-1) ...
12:14:03 #10 58.71 Setting up libtask-weaken-perl (1.06-1) ...
12:14:03 #10 58.72 Setting up libunicode-utf8-perl (0.62-1) ...
12:14:03 #10 58.73 Setting up libstruct-dumb-perl (0.09-1) ...
12:14:03 #10 58.74 Setting up libossp-uuid-perl (1.6.2-1.5+b7) ...
12:14:03 #10 58.75 Setting up libfile-listing-perl (6.04-1) ...
12:14:03 #10 58.76 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
12:14:03 #10 58.77 Setting up libclass-inspector-perl (1.32-1) ...
12:14:03 #10 58.78 Setting up libfont-afm-perl (1.20-2) ...
12:14:03 #10 58.79 Setting up libwant-perl (0.29-1+b4) ...
12:14:03 #10 58.80 Setting up libdynaloader-functions-perl (0.003-1) ...
12:14:03 #10 58.81 Setting up libtext-glob-perl (0.10-1) ...
12:14:03 #10 58.82 Setting up libclass-method-modifiers-perl (2.12-1) ...
12:14:03 #10 58.83 Setting up liblist-compare-perl (0.53-1) ...
12:14:03 #10 58.84 Setting up libref-util-xs-perl (0.117-1+b1) ...
12:14:03 #10 58.85 Setting up libio-pty-perl (1:1.08-1.1+b5) ...
12:14:03 #10 58.86 Setting up libfile-fcntllock-perl (0.22-3+b5) ...
12:14:03 #10 58.88 Setting up libsort-key-perl (1.33-2+b1) ...
12:14:03 #10 58.89 Setting up libclone-perl (0.41-1+b1) ...
12:14:03 #10 58.90 Setting up libalgorithm-diff-perl (1.19.03-2) ...
12:14:03 #10 58.91 Setting up libarchive-zip-perl (1.64-1) ...
12:14:03 #10 58.92 Setting up libsub-identify-perl (0.14-1+b1) ...
12:14:03 #10 58.93 Setting up libdistro-info-perl (0.21) ...
12:14:03 #10 58.94 Setting up python3-apt (1.8.4.3) ...
12:14:03 #10 59.11 Setting up libio-stringy-perl (2.111-3) ...
12:14:03 #10 59.12 Setting up liblist-moreutils-perl (0.416-1+b4) ...
12:14:03 #10 59.13 Setting up libhtml-tagset-perl (3.20-3) ...
12:14:03 #10 59.14 Setting up liblog-any-perl (1.707-1) ...
12:14:03 #10 59.15 Setting up libauthen-sasl-perl (2.1600-1) ...
12:14:03 #10 59.16 Setting up libpod-constants-perl (0.19-1) ...
12:14:03 #10 59.17 Setting up libregexp-pattern-license-perl (3.0.31-4) ...
12:14:03 #10 59.18 Setting up libconvert-binhex-perl (1.125-1) ...
12:14:03 #10 59.19 Setting up libfuture-perl (0.39-1) ...
12:14:03 #10 59.20 Setting up liblwp-mediatypes-perl (6.02-1) ...
12:14:03 #10 59.21 Setting up libyaml-libyaml-perl (0.76+repack-1) ...
12:14:03 #10 59.22 Setting up libtry-tiny-perl (0.30-1) ...
12:14:03 #10 59.23 Setting up libtype-tiny-perl (1.004004-1) ...
12:14:03 #10 59.24 Setting up libtest-fatal-perl (0.014-1) ...
12:14:03 #10 59.25 Setting up libcommon-sense-perl (3.74-2+b7) ...
12:14:03 #10 59.26 Setting up libxml-namespacesupport-perl (1.12-1) ...
12:14:03 #10 59.27 Setting up libnet-http-perl (6.18-1) ...
12:14:03 #10 59.28 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
12:14:03 #10 59.29 Setting up libencode-locale-perl (1.05-1) ...
12:14:03 #10 59.30 Setting up libtext-levenshtein-perl (0.13-1) ...
12:14:03 #10 59.31 Setting up libnet-dns-perl (1.19-1) ...
12:14:03 #10 59.32 Setting up libsereal-encoder-perl (4.005+ds-1+b1) ...
12:14:03 #10 59.33 Setting up libdevel-callchecker-perl (0.008-1) ...
12:14:03 #10 59.34 Setting up libstring-shellquote-perl (1.04-1) ...
12:14:03 #10 59.35 Setting up libsub-install-perl (0.928-1) ...
12:14:03 #10 59.36 Setting up dpkg-dev (1.19.8) ...
12:14:03 #10 59.38 Setting up libnumber-compare-perl (0.03-1) ...
12:14:03 #10 59.39 Setting up intltool-debian (0.35.0+20060710.5) ...
12:14:03 #10 59.40 Setting up libio-async-perl (0.72-1) ...
12:14:03 #10 59.41 Setting up liberror-perl (0.17027-2) ...
12:14:03 #10 59.42 Setting up patchutils (0.3.4-2) ...
12:14:03 #10 59.43 Setting up libmail-sendmail-perl (0.80-1) ...
12:14:03 #10 59.45 Setting up libltdl-dev:arm64 (2.4.6-9) ...
12:14:04 #10 59.45 Setting up libxml-sax-base-perl (1.09-1) ...
12:14:04 #10 59.46 Setting up libio-string-perl (1.08-3) ...
12:14:04 #10 59.48 Setting up libreadonly-perl (2.050-1) ...
12:14:04 #10 59.49 Setting up python3-chardet (3.0.4-3) ...
12:14:04 #10 59.74 Setting up libstring-copyright-perl (0.003006-1) ...
12:14:04 #10 59.75 Setting up python3-debian (0.1.35) ...
12:14:04 #10 59.92 Setting up python3-requests (2.21.0-1) ...
12:14:04 #10 60.08 Setting up libdata-optlist-perl (0.110-1) ...
12:14:04 #10 60.09 Setting up libipc-run-perl (20180523.0-1) ...
12:14:04 #10 60.10 Setting up git (1:2.20.1-2+deb10u3) ...
12:14:04 #10 60.13 Setting up libcontextual-return-perl (0.004014-2) ...
12:14:04 #10 60.14 Setting up libwww-robotrules-perl (6.02-1) ...
12:14:04 #10 60.15 Setting up libtypes-serialiser-perl (1.0-1) ...
12:14:04 #10 60.16 Setting up g++ (4:8.3.0-1) ...
12:14:04 #10 60.19 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:14:04 #10 60.20 Setting up libhtml-parser-perl (3.72-3+b3) ...
12:14:04 #10 60.21 Setting up libgit-wrapper-perl (0.048-1) ...
12:14:04 #10 60.22 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:14:04 #10 60.23 Setting up librole-tiny-perl (2.000006-1) ...
12:14:04 #10 60.24 Setting up gnupg (2.2.12-1+deb10u2) ...
12:14:04 #10 60.25 Setting up build-essential (12.6) ...
12:14:04 #10 60.27 Setting up libfile-homedir-perl (1.004-1) ...
12:14:05 #10 60.28 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
12:14:05 #10 60.29 Setting up libio-socket-ssl-perl (2.060-3) ...
12:14:05 #10 60.30 Setting up libsub-exporter-perl (0.987-1) ...
12:14:05 #10 60.31 Setting up libalgorithm-merge-perl (0.08-3) ...
12:14:05 #10 60.33 Setting up libhttp-message-perl (6.18-1) ...
12:14:05 #10 60.34 Setting up libhtml-form-perl (6.03-1) ...
12:14:05 #10 60.35 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
12:14:05 #10 60.36 Setting up libjson-xs-perl (3.040-1+b1) ...
12:14:05 #10 60.38 Setting up libhttp-negotiate-perl (6.01-1) ...
12:14:05 #10 60.39 Setting up libio-prompter-perl (0.004015-1) ...
12:14:05 #10 60.40 Setting up libhttp-cookies-perl (6.04-1) ...
12:14:05 #10 60.41 Setting up po-debconf (1.0.21) ...
12:14:05 #10 60.42 Setting up libhtml-tree-perl (5.07-2) ...
12:14:05 #10 60.44 Setting up libparams-classify-perl (0.015-1+b1) ...
12:14:05 #10 60.45 Setting up libcgi-pm-perl (4.40-1) ...
12:14:05 #10 60.46 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:14:05 #10 60.47 Setting up libnet-dns-sec-perl (1.11-1) ...
12:14:05 #10 60.48 Setting up libsereal-perl (4.005-1) ...
12:14:05 #10 60.49 Setting up libhtml-format-perl (2.12-1) ...
12:14:05 #10 60.50 Setting up libxml-sax-perl (1.00+dfsg-1) ...
12:14:05 #10 60.57 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:14:05 #10 60.62 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:14:05 #10 60.77 
12:14:05 #10 60.77 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:14:05 #10 60.81 Setting up dput (1.0.3) ...
12:14:05 #10 60.97 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:14:05 #10 60.98 Setting up libmodule-runtime-perl (0.016-1) ...
12:14:05 #10 61.02 Setting up libmailtools-perl (2.18-1) ...
12:14:05 #10 61.04 Setting up libparse-debianchangelog-perl (1.2.0-13) ...
12:14:05 #10 61.07 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
12:14:05 #10 61.12 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:14:05 #10 61.19 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:14:05 #10 61.26 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:14:06 #10 61.41 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:14:06 #10 61.45 Setting up libconst-fast-perl (0.014-1) ...
12:14:06 #10 61.46 Setting up libhttp-daemon-perl (6.01-3+deb10u1) ...
12:14:06 #10 61.47 Setting up libmodule-implementation-perl (0.09-1) ...
12:14:06 #10 61.47 Setting up libemail-valid-perl (1.202-1) ...
12:14:06 #10 61.49 Setting up libcgi-fast-perl (1:2.13-1) ...
12:14:06 #10 61.50 Setting up libpackage-stash-perl (0.38-1) ...
12:14:06 #10 61.51 Setting up libimport-into-perl (1.002005-1) ...
12:14:06 #10 61.52 Setting up libmoo-perl (2.003004-2) ...
12:14:06 #10 61.53 Setting up libmime-tools-perl (5.509-1) ...
12:14:06 #10 61.54 Setting up libxml-simple-perl (2.25-1) ...
12:14:06 #10 61.54 Setting up libparams-validate-perl (1.29-1+b1) ...
12:14:06 #10 61.55 Setting up libb-hooks-endofscope-perl (0.24-1) ...
12:14:06 #10 61.57 Setting up lintian (2.15.0) ...
12:14:06 #10 61.58 Setting up libnamespace-clean-perl (0.27-1) ...
12:14:06 #10 61.59 Setting up libgetopt-long-descriptive-perl (0.103-2) ...
12:14:06 #10 61.60 Setting up licensecheck (3.0.31-3) ...
12:14:06 #10 61.61 Setting up libgitlab-api-v4-perl (0.16-1) ...
12:14:06 #10 61.62 Setting up liblwp-protocol-https-perl (6.07-2) ...
12:14:06 #10 61.63 Setting up libwww-perl (6.36-2) ...
12:14:06 #10 61.64 Setting up debhelper (12.1.1) ...
12:14:06 #10 61.65 Setting up dh-autoreconf (19) ...
12:14:06 #10 61.66 Setting up devscripts (2.19.5+deb10u1) ...
12:14:06 #10 61.83 Setting up dh-strip-nondeterminism (1.1.2-1) ...
12:14:06 #10 61.84 Setting up equivs (2.2.0) ...
12:14:06 #10 61.85 Setting up libxml-parser-perl (2.44-4) ...
12:14:06 #10 61.86 Setting up libxml-sax-expat-perl (0.51-1) ...
12:14:06 #10 61.90 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:14:06 #10 61.94 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:14:06 #10 62.10 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:14:06 #10 62.14 Setting up libsoap-lite-perl (1.27-1) ...
12:14:06 #10 62.15 Setting up libxmlrpc-lite-perl (0.717-2) ...
12:14:06 #10 62.16 Processing triggers for libc-bin (2.28-10+deb10u1) ...
12:14:06 #10 62.19 Processing triggers for ca-certificates (20200601~deb10u2) ...
12:14:06 #10 62.20 Updating certificates in /etc/ssl/certs...
12:14:07 #10 62.68 0 added, 0 removed; done.
12:14:07 #10 62.68 Running hooks in /etc/ca-certificates/update.d...
12:14:07 #10 62.68 done.
12:14:07 #10 DONE 63.0s
12:14:07 
12:14:07 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:14:07 #11 DONE 0.1s
12:14:07 
12:14:07 #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:14:08 #12 0.707 Hit:1 http://deb.debian.org/debian buster InRelease
12:14:08 #12 0.707 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
12:14:08 #12 0.707 Hit:3 http://deb.debian.org/debian buster-updates InRelease
12:14:09 #12 1.069 Reading package lists...
12:14:09 #12 2.144 dh_testdir
12:14:09 #12 2.162 dh_testroot
12:14:09 #12 2.180 dh_prep
12:14:09 #12 2.201 dh_testdir
12:14:09 #12 2.218 dh_testroot
12:14:10 #12 2.236 dh_install
12:14:10 #12 2.262 dh_installdocs
12:14:10 #12 2.293 dh_installchangelogs
12:14:10 #12 2.364 dh_compress
12:14:10 #12 2.401 dh_fixperms
12:14:10 #12 2.445 dh_installdeb
12:14:10 #12 2.471 dh_gencontrol
12:14:10 #12 2.589 dh_md5sums
12:14:10 #12 2.619 dh_builddeb
12:14:10 #12 2.639 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:14:10 #12 2.659 
12:14:10 #12 2.659 The package has been created.
12:14:10 #12 2.659 Attention, the package has been created in the current directory,
12:14:10 #12 2.659 not in ".." as indicated by the message above!
12:14:10 #12 2.683 Selecting previously unselected package docker-ce-build-deps.
12:14:10 #12 2.698 (Reading database ... 27755 files and directories currently installed.)
12:14:10 #12 2.699 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:14:10 #12 2.702 Unpacking docker-ce-build-deps (1.0) ...
12:14:11 #12 2.746 Reading package lists...
12:14:11 #12 3.375 Building dependency tree...
12:14:11 #12 3.516 Reading state information...
12:14:11 #12 3.534 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:14:11 #12 3.575 Starting 2 pkgProblemResolver with broken count: 0
12:14:11 #12 3.577 Done
12:14:11 #12 3.596  Done
12:14:11 #12 3.603 Starting pkgProblemResolver with broken count: 0
12:14:11 #12 3.628 Starting 2 pkgProblemResolver with broken count: 0
12:14:11 #12 3.630 Done
12:14:11 #12 3.725 The following additional packages will be installed:
12:14:11 #12 3.726   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
12:14:11 #12 3.726   libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1
12:14:11 #12 3.726   libdevmapper1.02.1 libjsoncpp1 libpcre16-3 libpcre3-dev libpcre32-3
12:14:11 #12 3.726   libpcrecpp0v5 libprocps7 librhash0 libseccomp-dev libselinux1-dev
12:14:11 #12 3.726   libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config procps
12:14:11 #12 3.727 Suggested packages:
12:14:11 #12 3.727   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
12:14:11 #12 3.916 The following NEW packages will be installed:
12:14:11 #12 3.916   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
12:14:11 #12 3.917   libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1
12:14:11 #12 3.917   libdevmapper1.02.1 libjsoncpp1 libpcre16-3 libpcre3-dev libpcre32-3
12:14:11 #12 3.917   libpcrecpp0v5 libprocps7 librhash0 libseccomp-dev libselinux1-dev
12:14:11 #12 3.918   libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config procps
12:14:11 #12 4.191 0 upgraded, 26 newly installed, 0 to remove and 2 not upgraded.
12:14:11 #12 4.191 1 not fully installed or removed.
12:14:11 #12 4.191 Need to get 8314 kB of archives.
12:14:11 #12 4.191 After this operation, 36.4 MB of additional disk space will be used.
12:14:11 #12 4.191 Get:1 http://deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB]
12:14:11 #12 4.197 Get:2 http://deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB]
12:14:11 #12 4.210 Get:3 http://deb.debian.org/debian buster/main arm64 libprocps7 arm64 2:3.3.15-2 [58.0 kB]
12:14:11 #12 4.211 Get:4 http://deb.debian.org/debian buster/main arm64 procps arm64 2:3.3.15-2 [245 kB]
12:14:11 #12 4.213 Get:5 http://deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB]
12:14:11 #12 4.216 Get:6 http://deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB]
12:14:11 #12 4.217 Get:7 http://deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB]
12:14:11 #12 4.218 Get:8 http://deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1+deb10u1 [105 kB]
12:14:11 #12 4.220 Get:9 http://deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB]
12:14:11 #12 4.249 Get:10 http://deb.debian.org/debian buster/main arm64 dh-apparmor all 2.13.2-10 [70.1 kB]
12:14:11 #12 4.249 Get:11 http://deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
12:14:11 #12 4.250 Get:12 http://deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
12:14:11 #12 4.251 Get:13 http://deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
12:14:11 #12 4.252 Get:14 http://deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
12:14:11 #12 4.253 Get:15 http://deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB]
12:14:11 #12 4.254 Get:16 http://deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u8 [110 kB]
12:14:11 #12 4.255 Get:17 http://deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB]
12:14:11 #12 4.258 Get:18 http://deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB]
12:14:11 #12 4.260 Get:19 http://deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB]
12:14:11 #12 4.263 Get:20 http://deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB]
12:14:11 #12 4.265 Get:21 http://deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB]
12:14:11 #12 4.272 Get:22 http://deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB]
12:14:11 #12 4.308 Get:23 http://deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB]
12:14:12 #12 4.310 Get:24 http://deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB]
12:14:12 #12 4.311 Get:25 http://deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u8 [322 kB]
12:14:12 #12 4.315 Get:26 http://deb.debian.org/debian buster/main arm64 pkg-config arm64 0.29-6 [62.2 kB]
12:14:12 #12 4.471 debconf: delaying package configuration, since apt-utils is not installed
12:14:12 #12 4.505 Fetched 8314 kB in 0s (21.8 MB/s)
12:14:12 #12 4.537 Selecting previously unselected package bash-completion.
12:14:12 #12 4.537 (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 ... 27759 files and directories currently installed.)
12:14:12 #12 4.549 Preparing to unpack .../00-bash-completion_1%3a2.8-6_all.deb ...
12:14:13 #12 5.272 Unpacking bash-completion (1:2.8-6) ...
12:14:13 #12 5.388 Selecting previously unselected package cmake-data.
12:14:13 #12 5.391 Preparing to unpack .../01-cmake-data_3.13.4-1_all.deb ...
12:14:13 #12 5.396 Unpacking cmake-data (3.13.4-1) ...
12:14:13 #12 5.716 Selecting previously unselected package libprocps7:arm64.
12:14:13 #12 5.720 Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_arm64.deb ...
12:14:13 #12 5.727 Unpacking libprocps7:arm64 (2:3.3.15-2) ...
12:14:13 #12 5.771 Selecting previously unselected package procps.
12:14:13 #12 5.771 Preparing to unpack .../03-procps_2%3a3.3.15-2_arm64.deb ...
12:14:13 #12 5.776 Unpacking procps (2:3.3.15-2) ...
12:14:13 #12 5.830 Selecting previously unselected package libarchive13:arm64.
12:14:13 #12 5.833 Preparing to unpack .../04-libarchive13_3.3.3-4+deb10u1_arm64.deb ...
12:14:13 #12 5.838 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ...
12:14:13 #12 5.891 Selecting previously unselected package libjsoncpp1:arm64.
12:14:13 #12 5.895 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_arm64.deb ...
12:14:13 #12 5.900 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
12:14:13 #12 5.940 Selecting previously unselected package librhash0:arm64.
12:14:13 #12 5.941 Preparing to unpack .../06-librhash0_1.3.8-1_arm64.deb ...
12:14:13 #12 5.945 Unpacking librhash0:arm64 (1.3.8-1) ...
12:14:13 #12 5.985 Selecting previously unselected package libuv1:arm64.
12:14:13 #12 5.989 Preparing to unpack .../07-libuv1_1.24.1-1+deb10u1_arm64.deb ...
12:14:13 #12 5.992 Unpacking libuv1:arm64 (1.24.1-1+deb10u1) ...
12:14:13 #12 6.026 Selecting previously unselected package cmake.
12:14:13 #12 6.029 Preparing to unpack .../08-cmake_3.13.4-1_arm64.deb ...
12:14:13 #12 6.032 Unpacking cmake (3.13.4-1) ...
12:14:13 #12 6.307 Selecting previously unselected package dh-apparmor.
12:14:13 #12 6.310 Preparing to unpack .../09-dh-apparmor_2.13.2-10_all.deb ...
12:14:13 #12 6.313 Unpacking dh-apparmor (2.13.2-10) ...
12:14:13 #12 6.352 Selecting previously unselected package libbtrfs0.
12:14:13 #12 6.355 Preparing to unpack .../10-libbtrfs0_4.20.1-2_arm64.deb ...
12:14:13 #12 6.358 Unpacking libbtrfs0 (4.20.1-2) ...
12:14:13 #12 6.388 Selecting previously unselected package libbtrfs-dev.
12:14:13 #12 6.391 Preparing to unpack .../11-libbtrfs-dev_4.20.1-2_arm64.deb ...
12:14:13 #12 6.394 Unpacking libbtrfs-dev (4.20.1-2) ...
12:14:14 #12 6.430 Selecting previously unselected package dmsetup.
12:14:14 #12 6.433 Preparing to unpack .../12-dmsetup_2%3a1.02.155-3_arm64.deb ...
12:14:14 #12 6.436 Unpacking dmsetup (2:1.02.155-3) ...
12:14:14 #12 6.477 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:14:14 #12 6.480 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
12:14:14 #12 6.483 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
12:14:14 #12 6.527 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
12:14:14 #12 6.531 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ...
12:14:14 #12 6.534 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
12:14:14 #12 6.569 Selecting previously unselected package libudev-dev:arm64.
12:14:14 #12 6.572 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_arm64.deb ...
12:14:14 #12 6.581 Unpacking libudev-dev:arm64 (241-7~deb10u8) ...
12:14:14 #12 6.618 Selecting previously unselected package libsepol1-dev:arm64.
12:14:14 #12 6.621 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ...
12:14:14 #12 6.624 Unpacking libsepol1-dev:arm64 (2.8-1) ...
12:14:14 #12 6.685 Selecting previously unselected package libpcre16-3:arm64.
12:14:14 #12 6.689 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ...
12:14:14 #12 6.693 Unpacking libpcre16-3:arm64 (2:8.39-12) ...
12:14:14 #12 6.739 Selecting previously unselected package libpcre32-3:arm64.
12:14:14 #12 6.742 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ...
12:14:14 #12 6.745 Unpacking libpcre32-3:arm64 (2:8.39-12) ...
12:14:14 #12 6.792 Selecting previously unselected package libpcrecpp0v5:arm64.
12:14:14 #12 6.794 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ...
12:14:14 #12 6.798 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ...
12:14:14 #12 6.832 Selecting previously unselected package libpcre3-dev:arm64.
12:14:14 #12 6.836 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ...
12:14:14 #12 6.839 Unpacking libpcre3-dev:arm64 (2:8.39-12) ...
12:14:14 #12 6.915 Selecting previously unselected package libselinux1-dev:arm64.
12:14:14 #12 6.918 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ...
12:14:14 #12 6.922 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ...
12:14:14 #12 6.980 Selecting previously unselected package libdevmapper-dev:arm64.
12:14:14 #12 6.983 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ...
12:14:14 #12 6.987 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ...
12:14:14 #12 7.017 Selecting previously unselected package libseccomp-dev:arm64.
12:14:14 #12 7.020 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ...
12:14:14 #12 7.023 Unpacking libseccomp-dev:arm64 (2.3.3-4) ...
12:14:14 #12 7.058 Selecting previously unselected package libsystemd-dev:arm64.
12:14:14 #12 7.061 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_arm64.deb ...
12:14:14 #12 7.066 Unpacking libsystemd-dev:arm64 (241-7~deb10u8) ...
12:14:14 #12 7.155 Selecting previously unselected package pkg-config.
12:14:14 #12 7.155 Preparing to unpack .../25-pkg-config_0.29-6_arm64.deb ...
12:14:14 #12 7.159 Unpacking pkg-config (0.29-6) ...
12:14:14 #12 7.205 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ...
12:14:14 #12 7.215 Setting up libseccomp-dev:arm64 (2.3.3-4) ...
12:14:14 #12 7.224 Setting up libpcre16-3:arm64 (2:8.39-12) ...
12:14:14 #12 7.236 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ...
12:14:14 #12 7.247 Setting up libprocps7:arm64 (2:3.3.15-2) ...
12:14:14 #12 7.256 Setting up libsepol1-dev:arm64 (2.8-1) ...
12:14:14 #12 7.265 Setting up libbtrfs0 (4.20.1-2) ...
12:14:14 #12 7.275 Setting up libuv1:arm64 (1.24.1-1+deb10u1) ...
12:14:14 #12 7.286 Setting up bash-completion (1:2.8-6) ...
12:14:15 #12 8.078 Setting up libpcre32-3:arm64 (2:8.39-12) ...
12:14:15 #12 8.087 Setting up pkg-config (0.29-6) ...
12:14:15 #12 8.135 Setting up libudev-dev:arm64 (241-7~deb10u8) ...
12:14:15 #12 8.153 Setting up libbtrfs-dev (4.20.1-2) ...
12:14:15 #12 8.165 Setting up librhash0:arm64 (1.3.8-1) ...
12:14:15 #12 8.176 Setting up procps (2:3.3.15-2) ...
12:14:15 #12 8.201 update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
12:14:15 #12 8.217 Setting up cmake-data (3.13.4-1) ...
12:14:15 #12 8.232 Setting up dh-apparmor (2.13.2-10) ...
12:14:15 #12 8.241 Setting up libsystemd-dev:arm64 (241-7~deb10u8) ...
12:14:15 #12 8.250 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
12:14:15 #12 8.268 Setting up libpcre3-dev:arm64 (2:8.39-12) ...
12:14:15 #12 8.279 Setting up cmake (3.13.4-1) ...
12:14:15 #12 8.291 Setting up libselinux1-dev:arm64 (2.8-1+b1) ...
12:14:15 #12 8.301 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
12:14:15 #12 8.312 Setting up dmsetup (2:1.02.155-3) ...
12:14:15 #12 8.325 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
12:14:15 #12 8.337 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ...
12:14:15 #12 8.348 Setting up docker-ce-build-deps (1.0) ...
12:14:16 #12 8.358 Processing triggers for libc-bin (2.28-10+deb10u1) ...
12:14:16 #12 8.376 Processing triggers for man-db (2.8.5-2) ...
12:14:17 #12 DONE 9.6s
12:14:17 
12:14:17 #13 [stage-1 5/8] COPY sources/ /sources
12:14:17 #13 DONE 0.1s
12:14:17 
12:14:17 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:14:19 #14 DONE 1.8s
12:14:19 
12:14:19 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:14:19 #15 DONE 0.0s
12:14:19 
12:14:19 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:14:19 #16 DONE 0.1s
12:14:19 
12:14:19 #17 exporting to image
12:14:19 #17 exporting layers
12:14:21 #17 exporting layers 2.8s done
12:14:21 #17 writing image sha256:2cefa8191cee4b70c605d2f30b63b5944c7691c0f8eb0b1c1b53a1d605ae06aa done
12:14:21 #17 naming to docker.io/debbuild-debian-buster/aarch64 done
12:14:21 #17 DONE 2.8s
12:14:21 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/aarch64
12:14:22 + set -e
12:14:22 + mkdir -p /root/build-deb/engine
12:14:22 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:14:23 + mkdir -p /root/build-deb/cli
12:14:23 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:14:23 + mkdir -p /root/build-deb/compose
12:14:23 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:14:23 + mkdir -p /root/build-deb/scan-cli-plugin
12:14:23 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:14:23 + mkdir -p /go/src/github.com/docker
12:14:23 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:14:23 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:14:23 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:14:23 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:14:23 + EPOCH=5
12:14:23 + EPOCH_SEP=
12:14:23 + [[ ! -z 5 ]]
12:14:23 + EPOCH_SEP=:
12:14:23 + [[ -z 0.0.0-20220908081902-b40c2f6 ]]
12:14:23 + echo VERSION AAA 0.0.0-20220908081902-b40c2f6
12:14:23 VERSION AAA 0.0.0-20220908081902-b40c2f6
12:14:23 + VERSION=0.0.0-20220908081902-b40c2f6
12:14:23 + echo VERSION bbb 0.0.0-20220908081902-b40c2f6
12:14:23 VERSION bbb 0.0.0-20220908081902-b40c2f6
12:14:23 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:14:23 + debSource=docker-ce
12:14:23 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:14:23 + debMaintainer='Docker <support@docker.com>'
12:14:23 ++ date --rfc-2822
12:14:23 + debDate='Mon, 03 Oct 2022 12:14:23 +0000'
12:14:23 + cat
12:14:23 + export CLI_GITCOMMIT=b40c2f6
12:14:23 + CLI_GITCOMMIT=b40c2f6
12:14:23 + export ENGINE_GITCOMMIT=f219cb5
12:14:23 + ENGINE_GITCOMMIT=f219cb5
12:14:23 + export SCAN_GITCOMMIT=061fe0a
12:14:23 + SCAN_GITCOMMIT=061fe0a
12:14:23 + echo VERSION BBB 0.0.0-20220908081902-b40c2f6
12:14:23 + dpkg-buildpackage -uc -us -I.git
12:14:23 VERSION BBB 0.0.0-20220908081902-b40c2f6
12:14:23 dpkg-buildpackage: info: source package docker-ce
12:14:23 dpkg-buildpackage: info: source version 5:0.0.0-20220908081902-b40c2f6-0~debian-buster
12:14:23 dpkg-buildpackage: info: source distribution buster
12:14:23 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:14:23  dpkg-source -I.git --before-build .
12:14:23 dpkg-buildpackage: info: host architecture arm64
12:14:23  debian/rules clean
12:14:23 dh clean --with=bash-completion --with=systemd
12:14:23    dh_clean
12:14:23  dpkg-source -I.git -b .
12:14:23 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220908081902-b40c2f6-0~debian'
12:14:23 dpkg-source: info: using source format '1.0'
12:14:23 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster.tar.gz
12:14:33 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster.dsc
12:14:33  debian/rules build
12:14:33 dh build --with=bash-completion --with=systemd
12:14:33    dh_update_autotools_config
12:14:33    dh_autoreconf
12:14:33    debian/rules override_dh_auto_build
12:14:33 make[1]: Entering directory '/root/build-deb'
12:14:33 # Build the daemon and dependencies
12:14:33 cd engine && DOCKER_GITCOMMIT=f219cb5 PRODUCT=docker ./hack/make.sh dynbinary
12:14:33 
12:14:33 Removing bundles/
12:14:33 
12:14:33 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:14:33 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:14:33 GOOS="" GOARCH="" GOARM=""
12:15:55 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:15:55 
12:15:55 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:15:55 + RM_GOPATH=0
12:15:55 + TMP_GOPATH=/go
12:15:55 + : /usr/local/bin
12:15:55 + '[' -z /go ']'
12:15:55 + export GOPATH=/go
12:15:55 + GOPATH=/go
12:15:55 + case "$(go env GOARCH)" in
12:15:55 ++ go env GOARCH
12:15:55 + export GO_BUILDMODE=-buildmode=pie
12:15:55 + GO_BUILDMODE=-buildmode=pie
12:15:55 ++ dirname hack/dockerfile/install/install.sh
12:15:55 + dir=hack/dockerfile/install
12:15:55 + bin=tini
12:15:55 + shift
12:15:55 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:15:55 + . hack/dockerfile/install/tini.installer
12:15:55 ++ : v0.19.0
12:15:55 + install_tini
12:15:55 + echo 'Install tini version v0.19.0'
12:15:55 Install tini version v0.19.0
12:15:55 + git clone https://github.com/krallin/tini.git /go/tini
12:15:55 Cloning into '/go/tini'...
12:15:55 + cd /go/tini
12:15:55 + git checkout -q v0.19.0
12:15:55 + cmake .
12:15:55 -- The C compiler identification is GNU 8.3.0
12:15:55 -- Check for working C compiler: /usr/bin/cc
12:15:55 -- Check for working C compiler: /usr/bin/cc -- works
12:15:55 -- Detecting C compiler ABI info
12:15:55 -- Detecting C compiler ABI info - done
12:15:55 -- Detecting C compile features
12:15:55 -- Detecting C compile features - done
12:15:55 -- Performing Test HAS_BUILTIN_FORTIFY
12:15:55 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:15:55 -- Configuring done
12:15:55 -- Generating done
12:15:55 -- Build files have been written to: /go/tini
12:15:55 + make tini-static
12:15:55 make[2]: Entering directory '/go/tini'
12:15:55 make[3]: Entering directory '/go/tini'
12:15:55 make[4]: Entering directory '/go/tini'
12:15:55 make[5]: Entering directory '/go/tini'
12:15:55 Scanning dependencies of target tini-static
12:15:55 make[5]: Leaving directory '/go/tini'
12:15:55 make[5]: Entering directory '/go/tini'
12:15:55 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:15:55 [100%] Linking C executable tini-static
12:15:55 make[5]: Leaving directory '/go/tini'
12:15:55 [100%] Built target tini-static
12:15:55 make[4]: Leaving directory '/go/tini'
12:15:55 make[3]: Leaving directory '/go/tini'
12:15:55 make[2]: Leaving directory '/go/tini'
12:15:55 + mkdir -p /usr/local/bin
12:15:55 + cp tini-static /usr/local/bin/docker-init
12:15:55 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
12:15:55 + RM_GOPATH=0
12:15:55 + TMP_GOPATH=/go
12:15:55 + : /usr/local/bin
12:15:55 + '[' -z /go ']'
12:15:55 + export GOPATH=/go
12:15:55 + GOPATH=/go
12:15:55 + case "$(go env GOARCH)" in
12:15:55 ++ go env GOARCH
12:15:55 + export GO_BUILDMODE=-buildmode=pie
12:15:55 + GO_BUILDMODE=-buildmode=pie
12:15:55 ++ dirname hack/dockerfile/install/install.sh
12:15:55 + dir=hack/dockerfile/install
12:15:55 + bin=proxy
12:15:55 + shift
12:15:55 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
12:15:55 + . hack/dockerfile/install/proxy.installer
12:15:55 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
12:15:55 + install_proxy dynamic
12:15:55 + case "$1" in
12:15:55 + install_proxy_dynamic
12:15:55 + export PROXY_LDFLAGS=-linkmode=external install_proxy
12:15:55 + PROXY_LDFLAGS=-linkmode=external
12:15:55 + export BUILD_MODE=-buildmode=pie
12:15:55 + BUILD_MODE=-buildmode=pie
12:15:55 + _install_proxy
12:15:55 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
12:15:55 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
12:15:55 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
12:15:55 Cloning into '/go/src/github.com/docker/libnetwork'...
12:15:55 + cd /go/src/github.com/docker/libnetwork
12:15:55 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
12:15:55 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
12:15:55 + return
12:15:55 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:15:55 + RM_GOPATH=0
12:15:55 + TMP_GOPATH=/go
12:15:55 + : /usr/local/bin
12:15:55 + '[' -z /go ']'
12:15:55 + export GOPATH=/go
12:15:55 + GOPATH=/go
12:15:55 + case "$(go env GOARCH)" in
12:15:55 ++ go env GOARCH
12:15:55 + export GO_BUILDMODE=-buildmode=pie
12:15:55 + GO_BUILDMODE=-buildmode=pie
12:15:55 ++ dirname hack/dockerfile/install/install.sh
12:15:55 + dir=hack/dockerfile/install
12:15:55 + bin=rootlesskit
12:15:55 + shift
12:15:55 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:15:55 + . hack/dockerfile/install/rootlesskit.installer
12:15:55 ++ : v0.14.4
12:15:55 + install_rootlesskit dynamic
12:15:55 + case "$1" in
12:15:55 + install_rootlesskit_dynamic
12:15:55 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:15:55 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:15:55 + export BUILD_MODE=-buildmode=pie
12:15:55 + BUILD_MODE=-buildmode=pie
12:15:55 + _install_rootlesskit
12:15:55 + echo 'Install rootlesskit version v0.14.4'
12:15:55 + for f in rootlesskit rootlesskit-docker-proxy
12:15:55 Install rootlesskit version v0.14.4
12:15:55 + GOBIN=/usr/local/bin
12:15:55 + GO111MODULE=on
12:15:55 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
12:15:55 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
12:15:55 go: downloading github.com/pkg/errors v0.9.1
12:15:55 go: downloading github.com/sirupsen/logrus v1.8.1
12:15:55 go: downloading github.com/urfave/cli/v2 v2.3.0
12:15:55 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
12:15:55 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
12:15:55 go: downloading github.com/google/uuid v1.3.0
12:15:55 go: downloading github.com/moby/vpnkit v0.5.0
12:15:55 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:15:55 go: downloading github.com/gofrs/flock v0.8.1
12:15:55 go: downloading github.com/gorilla/mux v1.8.0
12:15:55 go: downloading github.com/moby/sys/mountinfo v0.4.1
12:15:55 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
12:15:55 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
12:15:55 go: downloading github.com/u-root/u-root v7.0.0+incompatible
12:15:55 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:15:58 + for f in rootlesskit rootlesskit-docker-proxy
12:15:58 + GOBIN=/usr/local/bin
12:15:58 + GO111MODULE=on
12:15:58 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
12:16:00 + return
12:16:00 # Build the CLI
12:16:00 cd /go/src/github.com/docker/cli && \
12:16:00 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220908081902-b40c2f6 GITCOMMIT=b40c2f6 dynbinary manpages
12:16:00 make[2]: Entering directory '/root/build-deb/cli'
12:16:00 GO_LINKMODE=dynamic ./scripts/build/binary
12:16:00 Building dynamic docker-linux-arm64
12:17:07 scripts/docs/generate-man.sh
12:18:04 Project root: /go/src/github.com/docker/cli
12:18:04 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
12:18:04 2022/10/03 12:17:59 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
12:18:04 make[2]: Leaving directory '/root/build-deb/cli'
12:18:04 # Build the compose plugin
12:18:04 cd /go/src/github.com/docker/compose \
12:18:04 && make VERSION=v2.11.2 DESTDIR=/usr/libexec/docker/cli-plugins build
12:18:04 make[2]: Entering directory '/root/build-deb/compose'
12:18:04 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:04 go: downloading github.com/docker/cli v20.10.3-0.20220309205733-2b52f62e9627+incompatible
12:18:04 go: downloading github.com/spf13/cobra v1.5.0
12:18:04 go: downloading github.com/fvbommel/sortorder v1.0.2
12:18:04 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
12:18:04 go: downloading github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible
12:18:04 go: downloading github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae
12:18:04 go: downloading github.com/morikuni/aec v1.0.0
12:18:04 go: downloading github.com/spf13/pflag v1.0.5
12:18:04 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:18:04 go: downloading github.com/docker/go-connections v0.4.0
12:18:04 go: downloading github.com/sirupsen/logrus v1.9.0
12:18:04 go: downloading github.com/theupdateframework/notary v0.7.0
12:18:04 go: downloading github.com/compose-spec/compose-go v1.6.0
12:18:04 go: downloading github.com/hashicorp/go-version v1.6.0
12:18:04 go: downloading github.com/cnabio/cnab-to-oci v0.3.7
12:18:04 go: downloading github.com/distribution/distribution/v3 v3.0.0-20220902125104-0122d7ddaec0
12:18:04 go: downloading github.com/docker/buildx v0.8.2
12:18:04 go: downloading github.com/docker/go-units v0.5.0
12:18:04 go: downloading github.com/mattn/go-shellwords v1.0.12
12:18:04 go: downloading github.com/moby/buildkit v0.10.4
12:18:04 go: downloading github.com/opencontainers/go-digest v1.0.0
12:18:04 go: downloading go.opentelemetry.io/otel v1.10.0
12:18:04 go: downloading github.com/containerd/containerd v1.6.8
12:18:04 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:18:04 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:18:04 go: downloading golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
12:18:04 go: downloading gopkg.in/yaml.v2 v2.4.0
12:18:04 go: downloading k8s.io/client-go v0.22.4
12:18:04 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:18:04 go: downloading github.com/cnabio/cnab-go v0.23.4
12:18:04 go: downloading github.com/imdario/mergo v0.3.13
12:18:04 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:18:04 go: downloading github.com/containerd/console v1.0.3
12:18:04 go: downloading github.com/mattn/go-isatty v0.0.16
12:18:04 go: downloading golang.org/x/text v0.3.7
12:18:04 go: downloading github.com/buger/goterm v1.0.4
12:18:04 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:18:04 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:18:04 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:18:04 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:18:04 go: downloading go.opentelemetry.io/otel/trace v1.10.0
12:18:04 go: downloading github.com/go-logr/logr v1.2.3
12:18:04 go: downloading k8s.io/api v0.22.4
12:18:04 go: downloading k8s.io/apimachinery v0.22.4
12:18:04 go: downloading github.com/gofrs/flock v0.8.0
12:18:04 go: downloading github.com/moby/sys/signal v0.6.0
12:18:04 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:18:04 go: downloading github.com/golang/mock v1.6.0
12:18:04 go: downloading google.golang.org/grpc v1.45.0
12:18:04 go: downloading github.com/klauspost/compress v1.15.1
12:18:04 go: downloading github.com/opencontainers/runc v1.1.2
12:18:04 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:18:04 go: downloading github.com/hashicorp/errwrap v1.1.0
12:18:04 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:18:04 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3
12:18:04 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:18:04 go: downloading golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
12:18:04 go: downloading golang.org/x/crypto v0.0.0-20220214200702-86341886e292
12:18:04 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:18:04 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:18:04 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
12:18:04 go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4
12:18:04 go: downloading github.com/moby/locker v1.0.1
12:18:04 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:18:04 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:18:04 go: downloading k8s.io/klog/v2 v2.60.1
12:18:04 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:18:04 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:18:04 go: downloading google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106
12:18:04 go: downloading google.golang.org/protobuf v1.27.1
12:18:04 go: downloading github.com/go-logr/stdr v1.2.2
12:18:04 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:18:04 go: downloading github.com/gogo/protobuf v1.3.2
12:18:04 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:18:04 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:18:04 go: downloading github.com/pelletier/go-toml v1.9.4
12:18:04 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:18:04 go: downloading github.com/google/gofuzz v1.2.0
12:18:04 go: downloading github.com/moby/sys/symlink v0.2.0
12:18:04 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:18:05 go: downloading github.com/golang/protobuf v1.5.2
12:18:05 go: downloading github.com/gogo/googleapis v1.4.1
12:18:05 go: downloading github.com/containerd/typeurl v1.0.2
12:18:05 go: downloading github.com/qri-io/jsonpointer v0.1.1
12:18:05 go: downloading github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e
12:18:05 go: downloading github.com/Masterminds/semver v1.5.0
12:18:05 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:18:05 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:18:05 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:18:05 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:18:05 go: downloading github.com/felixge/httpsnoop v1.0.2
12:18:05 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:18:05 go: downloading github.com/davecgh/go-spew v1.1.1
12:18:05 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:18:05 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:18:05 go: downloading gopkg.in/inf.v0 v0.9.1
12:18:05 go: downloading github.com/googleapis/gnostic v0.5.5
12:18:05 go: downloading github.com/google/go-cmp v0.5.8
12:18:05 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:18:05 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
12:18:05 go: downloading github.com/docker/go-metrics v0.0.1
12:18:05 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:18:05 go: downloading github.com/json-iterator/go v1.1.12
12:18:05 go: downloading github.com/modern-go/reflect2 v1.0.2
12:18:05 go: downloading sigs.k8s.io/yaml v1.2.0
12:18:05 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:18:05 go: downloading github.com/mattn/go-colorable v0.1.12
12:18:05 go: downloading gopkg.in/yaml.v3 v3.0.1
12:18:05 go: downloading github.com/prometheus/client_golang v1.12.1
12:18:05 go: downloading github.com/containerd/ttrpc v1.1.0
12:18:05 go: downloading github.com/moby/spdystream v0.2.0
12:18:05 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:18:05 go: downloading github.com/prometheus/client_model v0.2.0
12:18:05 go: downloading github.com/prometheus/common v0.32.1
12:18:05 go: downloading github.com/beorn7/perks v1.0.1
12:18:05 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:18:05 go: downloading github.com/prometheus/procfs v0.7.3
12:18:05 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:19:41 make[2]: Leaving directory '/root/build-deb/compose'
12:19:41 # Build the scan-plugin
12:19:41 # TODO change once we support scan-plugin on other architectures
12:19:41 if [ "arm64" = "amd64" ]; then \
12:19:41 	cd /go/src/github.com/docker/scan-cli-plugin \
12:19:41 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
12:19:41 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:19:41 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:19:41 fi
12:19:41 # Build the CLI plugins
12:19:41 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
12:19:41 set -e;cd /sources && \
12:19:41 	tar xzf plugin-installers.tgz; \
12:19:41 	for installer in plugins/*.installer; do \
12:19:41 		LDFLAGS='' bash ${installer} build; \
12:19:41 	done
12:19:41 Cloning into '/go/src/github.com/docker/app'...
12:19:41 Fetching origin
12:19:41 make[2]: Entering directory '/go/src/github.com/docker/app'
12:19:41 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:20:20 make[2]: Leaving directory '/go/src/github.com/docker/app'
12:20:20 Cloning into '/go/src/github.com/docker/buildx'...
12:20:21 Fetching origin
12:20:22 + GO111MODULE=on
12:20:22 + 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:21:43 make[1]: Leaving directory '/root/build-deb'
12:21:43    debian/rules override_dh_auto_test
12:21:43 make[1]: Entering directory '/root/build-deb'
12:21:43 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:21:43 	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:21:43 PASS: daemon version OK
12:21:43 ver="$(cli/build/docker --version)"; \
12:21:43 	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:21:43 PASS: cli version OK
12:21:43 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:21:43 	test "$ver" = "v2.11.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:21:43 PASS: docker-compose version OK
12:21:43 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:21:43 # TODO change once we support scan-plugin on other architectures
12:21:43 if [ "arm64" = "amd64" ]; then \
12:21:43 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:21:43 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:21:43 fi
12:21:43 make[1]: Leaving directory '/root/build-deb'
12:21:43    create-stamp debian/debhelper-build-stamp
12:21:43  debian/rules binary
12:21:43 dh binary --with=bash-completion --with=systemd
12:21:43    dh_testroot
12:21:43    dh_prep
12:21:43    debian/rules override_dh_auto_install
12:21:43 make[1]: Entering directory '/root/build-deb'
12:21:43 # docker-ce-cli install
12:21:43 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:21:43 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:21:43 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:21:43 set -e;cd /sources && \
12:21:43 	tar xzf plugin-installers.tgz; \
12:21:43 	for installer in plugins/*.installer; do \
12:21:43 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
12:21:43 		PREFIX=/usr/libexec/docker/cli-plugins \
12:21:43 			bash ${installer} install_plugin; \
12:21:43 	done
12:21:43 # docker-ce install
12:21:43 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:21:43 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:21:43 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6 debian/docker-ce/usr/bin/dockerd
12:21:43 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:21:43 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:21:43 # docker-compose-plugin install
12:21:43 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:21:43 # docker-scan-plugin install
12:21:43 # TODO change once we support scan-plugin on other architectures
12:21:43 if [ "arm64" = "amd64" ]; then \
12:21:43 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:21:43 fi
12:21:43 # docker-ce-rootless-extras install
12:21:43 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:21:43 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:21:43 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:21:43 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:21:43 # TODO: how can we install vpnkit?
12:21:43 make[1]: Leaving directory '/root/build-deb'
12:21:43    debian/rules override_dh_install
12:21:43 make[1]: Entering directory '/root/build-deb'
12:21:43 dh_install
12:21:43 # TODO Can we do this from within our container?
12:21:43 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:21:43 make[1]: Leaving directory '/root/build-deb'
12:21:43    dh_installdocs
12:21:43    dh_installchangelogs
12:21:43    dh_installman
12:21:43    dh_bash-completion
12:21:43    dh_systemd_enable
12:21:43    debian/rules override_dh_installinit
12:21:43 make[1]: Entering directory '/root/build-deb'
12:21:43 # use "docker" as our service name, not "docker-ce"
12:21:43 dh_installinit --name=docker
12:21:43 make[1]: Leaving directory '/root/build-deb'
12:21:43    dh_systemd_start
12:21:43    dh_perl
12:21:43    dh_link
12:21:43    dh_strip_nondeterminism
12:21:43    dh_compress
12:21:43    dh_fixperms
12:21:43    dh_missing
12:21:43    debian/rules override_dh_strip
12:21:43 make[1]: Entering directory '/root/build-deb'
12:21:43 # Go has lots of problems with stripping, so just don't
12:21:43 make[1]: Leaving directory '/root/build-deb'
12:21:43    dh_makeshlibs
12:21:43    debian/rules override_dh_shlibdeps
12:21:43 make[1]: Entering directory '/root/build-deb'
12:21:43 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:21:43 make[1]: Leaving directory '/root/build-deb'
12:21:43    dh_installdeb
12:21:43    debian/rules override_dh_gencontrol
12:21:43 make[1]: Entering directory '/root/build-deb'
12:21:43 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:21:43 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:21:43 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
12:21:43 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:21:43 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:21:43 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:21:43 if [ "arm64" = "amd64" ]; then \
12:21:43 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
12:21:43 fi
12:21:43 dh_gencontrol --remaining-packages
12:21:43 make[1]: Leaving directory '/root/build-deb'
12:21:43    dh_md5sums
12:21:43    debian/rules override_dh_builddeb
12:21:43 make[1]: Entering directory '/root/build-deb'
12:21:43 dh_builddeb -- -Zxz
12:21:43 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.deb'.
12:21:43 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.deb'.
12:21:55 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.11.2~debian-buster_arm64.deb'.
12:22:14 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.deb'.
12:22:52 make[1]: Leaving directory '/root/build-deb'
12:22:52  dpkg-genbuildinfo
12:22:52  dpkg-genchanges  >../docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.changes
12:22:52 dpkg-genchanges: info: including full source code in upload
12:22:52  dpkg-source -I.git --after-build .
12:22:52 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:22:52 + destination=/build
12:22:52 + mkdir -p /build
12:22:52 + mv -v /root/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.deb /root/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.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_arm64.buildinfo /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.changes /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.deb /root/docker-compose-plugin_2.11.2~debian-buster_arm64.deb /build
12:22:52 copied '/root/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.deb' -> '/build/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.deb'
12:22:52 removed '/root/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.deb'
12:22:52 copied '/root/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.deb'
12:22:52 removed '/root/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.deb'
12:22:52 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:22:52 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster.dsc'
12:22:52 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:22:52 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster.tar.gz'
12:22:52 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.buildinfo' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.buildinfo'
12:22:52 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.buildinfo'
12:22:52 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.changes' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.changes'
12:22:52 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.changes'
12:22:52 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.deb' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.deb'
12:22:52 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-buster_arm64.deb'
12:22:52 copied '/root/docker-compose-plugin_2.11.2~debian-buster_arm64.deb' -> '/build/docker-compose-plugin_2.11.2~debian-buster_arm64.deb'
12:22:52 removed '/root/docker-compose-plugin_2.11.2~debian-buster_arm64.deb'
12:22:56 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:22:56 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'