Skip to content

Console Output

10:54:14 + make REF=20.10 debian-buster
10:54:14 git init src/github.com/docker/cli
10:54:14 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
10:54:14 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
10:54:14 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
10:54:14 + SRC=src/github.com/docker/cli
10:54:14 + REF=20.10
10:54:14 + REF_FETCH=20.10
10:54:14 + + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
10:54:14 awk {print $2}
10:54:14 + REF=refs/heads/20.10
10:54:14 + [ -n refs/heads/20.10 ]
10:54:14 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:54:14 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:54:16 From https://github.com/docker/cli
10:54:16  * [new branch]      20.10      -> 20.10
10:54:16  * [new branch]      20.10      -> origin/20.10
10:54:16 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
10:54:16 git init src/github.com/docker/docker
10:54:16 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
10:54:16 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
10:54:16 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
10:54:16 + SRC=src/github.com/docker/docker
10:54:16 + REF=20.10
10:54:16 + REF_FETCH=20.10
10:54:16 + git+  -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
10:54:16 awk {print $2}
10:54:16 + REF=refs/heads/20.10
10:54:16 + [ -n refs/heads/20.10 ]
10:54:16 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:54:16 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:54:19 From https://github.com/docker/docker
10:54:19  * [new branch]      20.10      -> 20.10
10:54:19  * [new branch]      20.10      -> origin/20.10
10:54:19 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
10:54:19 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.9 debian-buster
10:54:19 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
10:54:19 mkdir -p sources
10:54:19 docker run --rm -w /v \
10:54:19 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
10:54:19 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:54:19 	alpine \
10:54:19 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
10:54:19 Unable to find image 'alpine:latest' locally
10:54:19 latest: Pulling from library/alpine
10:54:20 c41833b44d91: Pulling fs layer
10:54:20 c41833b44d91: Verifying Checksum
10:54:20 c41833b44d91: Download complete
10:54:20 c41833b44d91: Pull complete
10:54:20 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
10:54:20 Status: Downloaded newer image for alpine:latest
10:54:24 mkdir -p sources
10:54:24 docker run --rm -w /v \
10:54:24 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
10:54:24 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:54:24 	alpine \
10:54:24 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
10:54:27 mkdir -p sources
10:54:27 cp ../systemd/docker.service sources/docker.service
10:54:27 mkdir -p sources
10:54:27 cp ../systemd/docker.socket sources/docker.socket
10:54:27 docker run --rm -w /v \
10:54:27 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
10:54:27 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:54:27 	alpine \
10:54:27 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
10:54:27 == Building packages for debian-buster ==
10:54:27 mkdir -p "debbuild/debian-buster"
10:54:27 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.9-buster --build-arg COMMON_FILES=common -t debbuild-debian-buster/aarch64 -f debian-buster/Dockerfile .
10:54:28 #1 [internal] load .dockerignore
10:54:28 #1 transferring context: 2B done
10:54:28 #1 DONE 0.1s
10:54:28 
10:54:28 #2 [internal] load build definition from Dockerfile
10:54:28 #2 transferring dockerfile: 1.00kB done
10:54:28 #2 DONE 0.1s
10:54:28 
10:54:28 #3 [auth] library/golang:pull token for registry-1.docker.io
10:54:28 #3 DONE 0.0s
10:54:28 
10:54:28 #4 [auth] library/debian:pull token for registry-1.docker.io
10:54:28 #4 DONE 0.0s
10:54:28 
10:54:28 #5 [internal] load metadata for docker.io/library/golang:1.19.9-buster
10:54:28 #5 DONE 0.4s
10:54:28 
10:54:28 #6 [internal] load metadata for docker.io/library/debian:buster
10:54:28 #6 DONE 0.4s
10:54:28 
10:54:28 #7 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
10:54:28 #7 resolve docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf 0.0s done
10:54:29 #7 ...
10:54:29 
10:54:29 #8 [internal] load build context
10:54:29 #8 transferring context: 19.40MB 0.1s done
10:54:29 #8 DONE 0.1s
10:54:29 
10:54:29 #7 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
10:54:29 #7 sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf 988B / 988B done
10:54:29 #7 sha256:badfd482e25519e62aaaa1b7cb4de580aa670db7458e45aa6e209860f5828d54 1.58kB / 1.58kB done
10:54:29 #7 sha256:ced623c8f9593ccbdc26a5e9ad9d9ad18aa6a8a3b82d7db591552673ac8e3281 2.10MB / 17.45MB 0.1s
10:54:29 #7 sha256:f6fc649f7c89c148c32767dadfc283ae1472705773920b21ddd2bc77d49b2d64 0B / 52.19MB 0.1s
10:54:29 #7 sha256:c76f05c6d3267c50acd42ba20ec3e1723572165f29f1e25626973bd5bfceb5a3 6.79kB / 6.79kB done
10:54:29 #7 sha256:b7c5fe8e0ac53c77142bf16686fc01d0d2b1fb2da7be5414cdf2f224ec485592 4.19MB / 49.24MB 0.1s
10:54:29 #7 sha256:ced623c8f9593ccbdc26a5e9ad9d9ad18aa6a8a3b82d7db591552673ac8e3281 13.63MB / 17.45MB 0.2s
10:54:29 #7 sha256:f6fc649f7c89c148c32767dadfc283ae1472705773920b21ddd2bc77d49b2d64 13.63MB / 52.19MB 0.2s
10:54:29 #7 sha256:b7c5fe8e0ac53c77142bf16686fc01d0d2b1fb2da7be5414cdf2f224ec485592 14.68MB / 49.24MB 0.2s
10:54:29 #7 sha256:ced623c8f9593ccbdc26a5e9ad9d9ad18aa6a8a3b82d7db591552673ac8e3281 17.45MB / 17.45MB 0.2s done
10:54:29 #7 sha256:f6fc649f7c89c148c32767dadfc283ae1472705773920b21ddd2bc77d49b2d64 33.55MB / 52.19MB 0.4s
10:54:29 #7 sha256:b7c5fe8e0ac53c77142bf16686fc01d0d2b1fb2da7be5414cdf2f224ec485592 35.08MB / 49.24MB 0.4s
10:54:29 #7 sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52 12.58MB / 62.74MB 0.4s
10:54:29 #7 sha256:f6fc649f7c89c148c32767dadfc283ae1472705773920b21ddd2bc77d49b2d64 43.63MB / 52.19MB 0.5s
10:54:29 #7 sha256:b7c5fe8e0ac53c77142bf16686fc01d0d2b1fb2da7be5414cdf2f224ec485592 45.09MB / 49.24MB 0.5s
10:54:29 #7 sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52 22.02MB / 62.74MB 0.5s
10:54:29 #7 sha256:f6fc649f7c89c148c32767dadfc283ae1472705773920b21ddd2bc77d49b2d64 52.19MB / 52.19MB 0.6s done
10:54:29 #7 sha256:b7c5fe8e0ac53c77142bf16686fc01d0d2b1fb2da7be5414cdf2f224ec485592 49.24MB / 49.24MB 0.6s done
10:54:29 #7 sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52 32.51MB / 62.74MB 0.7s
10:54:29 #7 sha256:49002e51a1703d8855a35084bcb0bfe0f9a4c672a11fc0124ea42af9182a4b79 0B / 155B 0.7s
10:54:29 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 0B / 115.27MB 0.7s
10:54:29 #7 sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52 51.38MB / 62.74MB 0.8s
10:54:29 #7 sha256:49002e51a1703d8855a35084bcb0bfe0f9a4c672a11fc0124ea42af9182a4b79 155B / 155B 0.7s done
10:54:29 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 10.49MB / 115.27MB 0.8s
10:54:29 #7 extracting sha256:b7c5fe8e0ac53c77142bf16686fc01d0d2b1fb2da7be5414cdf2f224ec485592 0.1s
10:54:29 #7 sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52 61.87MB / 62.74MB 0.9s
10:54:29 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 19.92MB / 115.27MB 0.9s
10:54:29 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 29.36MB / 115.27MB 1.0s
10:54:30 #7 sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52 62.74MB / 62.74MB 1.0s done
10:54:30 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 39.85MB / 115.27MB 1.1s
10:54:30 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 50.33MB / 115.27MB 1.2s
10:54:30 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 59.77MB / 115.27MB 1.3s
10:54:30 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 79.69MB / 115.27MB 1.5s
10:54:30 #7 extracting sha256:b7c5fe8e0ac53c77142bf16686fc01d0d2b1fb2da7be5414cdf2f224ec485592 0.8s done
10:54:30 #7 ...
10:54:30 
10:54:30 #9 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:cca6bcced970f7634197ff1821aabb452024eb437958ab98bfc146ece96969c6
10:54:30 #9 resolve docker.io/library/debian:buster@sha256:cca6bcced970f7634197ff1821aabb452024eb437958ab98bfc146ece96969c6 0.0s done
10:54:30 #9 sha256:cca6bcced970f7634197ff1821aabb452024eb437958ab98bfc146ece96969c6 984B / 984B done
10:54:30 #9 sha256:4db99637cd48a7181532cbd61a0da9295ae135ac590f1948fea5cd7c9acfab0b 529B / 529B done
10:54:30 #9 sha256:f7a28cf0d278f8bcac059068904ae785426f5be984715bf6f46b51ed23065df7 1.48kB / 1.48kB done
10:54:30 #9 sha256:b7c5fe8e0ac53c77142bf16686fc01d0d2b1fb2da7be5414cdf2f224ec485592 49.24MB / 49.24MB 0.6s done
10:54:30 #9 extracting sha256:b7c5fe8e0ac53c77142bf16686fc01d0d2b1fb2da7be5414cdf2f224ec485592 0.8s done
10:54:30 #9 DONE 1.7s
10:54:30 
10:54:30 #7 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
10:54:30 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 90.18MB / 115.27MB 1.6s
10:54:30 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 99.61MB / 115.27MB 1.7s
10:54:30 #7 extracting sha256:ced623c8f9593ccbdc26a5e9ad9d9ad18aa6a8a3b82d7db591552673ac8e3281 0.1s
10:54:30 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 110.10MB / 115.27MB 1.8s
10:54:30 #7 extracting sha256:ced623c8f9593ccbdc26a5e9ad9d9ad18aa6a8a3b82d7db591552673ac8e3281 0.2s done
10:54:30 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 115.27MB / 115.27MB 2.0s done
10:54:30 #7 extracting sha256:f6fc649f7c89c148c32767dadfc283ae1472705773920b21ddd2bc77d49b2d64 0.1s
10:54:31 #7 extracting sha256:f6fc649f7c89c148c32767dadfc283ae1472705773920b21ddd2bc77d49b2d64 0.8s done
10:54:31 #7 extracting sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52
10:54:32 #7 extracting sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52 0.8s done
10:54:32 #7 extracting sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 0.1s
10:54:34 #7 extracting sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 1.7s done
10:54:34 #7 extracting sha256:49002e51a1703d8855a35084bcb0bfe0f9a4c672a11fc0124ea42af9182a4b79 done
10:54:34 #7 DONE 6.0s
10:54:34 
10:54:34 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
10:54:34 #0 0.610 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
10:54:34 #0 0.622 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
10:54:34 #0 0.622 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
10:54:34 #0 0.750 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7737 kB]
10:54:34 #0 0.874 Get:5 http://deb.debian.org/debian-security buster/updates/main arm64 Packages [476 kB]
10:54:34 #0 0.993 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [8780 B]
10:54:34 #0 1.979 Fetched 8435 kB in 2s (5214 kB/s)
10:54:34 #0 1.979 Reading package lists...
10:54:34 #0 2.681 Reading package lists...
10:54:34 #0 3.378 Building dependency tree...
10:54:34 #0 3.553 Reading state information...
10:54:34 #0 3.825 The following additional packages will be installed:
10:54:34 #0 3.825   at autoconf automake autopoint autotools-dev binutils
10:54:34 #0 3.825   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
10:54:34 #0 3.826   bzip2 ca-certificates cpp cpp-8 cron dctrl-tools debhelper debian-keyring
10:54:34 #0 3.826   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
10:54:34 #0 3.826   dpkg-dev dput dwz exim4-base exim4-config exim4-daemon-light fakeroot file
10:54:34 #0 3.826   g++ g++-8 gcc gcc-8 gettext gettext-base git-man gnupg gnupg-l10n
10:54:34 #0 3.826   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
10:54:34 #0 3.826   groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less
10:54:34 #0 3.826   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
10:54:34 #0 3.826   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
10:54:34 #0 3.826   libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
10:54:34 #0 3.826   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
10:54:34 #0 3.826   libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl
10:54:34 #0 3.826   libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl
10:54:34 #0 3.826   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
10:54:34 #0 3.826   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
10:54:34 #0 3.826   libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
10:54:34 #0 3.826   libdata-optlist-perl libdevel-callchecker-perl
10:54:34 #0 3.826   libdevel-globaldestruction-perl libdigest-bubblebabble-perl
10:54:34 #0 3.826   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
10:54:34 #0 3.826   libdynaloader-functions-perl libedit2 libemail-valid-perl
10:54:34 #0 3.826   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
10:54:34 #0 3.826   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
10:54:34 #0 3.826   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
10:54:34 #0 3.826   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
10:54:34 #0 3.826   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
10:54:34 #0 3.826   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
10:54:34 #0 3.826   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
10:54:34 #0 3.826   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
10:54:34 #0 3.826   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
10:54:34 #0 3.826   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
10:54:34 #0 3.826   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
10:54:34 #0 3.826   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
10:54:34 #0 3.826   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
10:54:34 #0 3.826   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
10:54:34 #0 3.826   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
10:54:34 #0 3.826   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
10:54:34 #0 3.826   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
10:54:34 #0 3.826   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
10:54:34 #0 3.826   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
10:54:34 #0 3.826   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
10:54:34 #0 3.826   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
10:54:34 #0 3.826   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
10:54:34 #0 3.826   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl libncurses6
10:54:34 #0 3.826   libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl libnet-http-perl
10:54:34 #0 3.826   libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl libnet-ssleay-perl
10:54:34 #0 3.826   libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl libnumber-range-perl
10:54:34 #0 3.826   libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
10:54:34 #0 3.826   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
10:54:34 #0 3.826   libparams-validate-perl libparse-debianchangelog-perl
10:54:34 #0 3.826   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
10:54:34 #0 3.826   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
10:54:34 #0 3.826   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
10:54:34 #0 3.826   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
10:54:34 #0 3.826   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
10:54:34 #0 3.826   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
10:54:34 #0 3.826   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
10:54:34 #0 3.826   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
10:54:34 #0 3.826   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
10:54:34 #0 3.826   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
10:54:34 #0 3.826   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
10:54:34 #0 3.826   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
10:54:34 #0 3.826   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
10:54:34 #0 3.826   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
10:54:34 #0 3.826   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
10:54:34 #0 3.826   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
10:54:34 #0 3.826   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
10:54:34 #0 3.826   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
10:54:34 #0 3.826   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
10:54:34 #0 3.826   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
10:54:34 #0 3.826   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
10:54:34 #0 3.826   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
10:54:34 #0 3.826   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
10:54:34 #0 3.826   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
10:54:34 #0 3.826   mariadb-common mime-support mysql-common netbase openssh-client openssl
10:54:34 #0 3.826   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
10:54:34 #0 3.826   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
10:54:34 #0 3.826   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
10:54:34 #0 3.826   python3-idna python3-magic python3-minimal python3-pkg-resources
10:54:34 #0 3.826   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
10:54:34 #0 3.826   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
10:54:34 #0 3.834   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
10:54:34 #0 3.834 Suggested packages:
10:54:34 #0 3.834   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
10:54:34 #0 3.834   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate
10:54:34 #0 3.834   checksecurity debtags dh-make adequate autopkgtest bls-standalone
10:54:34 #0 3.834   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
10:54:34 #0 3.834   dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
10:54:34 #0 3.834   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
10:54:34 #0 3.834   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
10:54:34 #0 3.834   ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
10:54:34 #0 3.834   pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info
10:54:34 #0 3.834   eximon4 spf-tools-perl swaks gcc-8-doc libstdc++6-8-dbg gcc-multilib flex
10:54:34 #0 3.834   bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg
10:54:34 #0 3.834   libasan5-dbg liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg
10:54:34 #0 3.834   libquadmath0-dbg gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
10:54:34 #0 3.834   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
10:54:34 #0 3.834   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
10:54:34 #0 3.834   libgssapi-perl glibc-doc bzr gdbm-l10n dns-root-data gpm krb5-doc krb5-user
10:54:34 #0 3.834   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
10:54:34 #0 3.834   libhtml-template-perl libsasl2-modules-gssapi-mit
10:54:34 #0 3.834   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
10:54:34 #0 3.834   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
10:54:34 #0 3.834   libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl
10:54:34 #0 3.834   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
10:54:34 #0 3.834   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
10:54:34 #0 3.834   libxml-sax-expatxs-perl bash-completion binutils-multiarch
10:54:34 #0 3.834   libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc
10:54:34 #0 3.834   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
10:54:34 #0 3.834   diffutils-doc perl-doc libterm-readline-gnu-perl
10:54:34 #0 3.834   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
10:54:34 #0 3.834   pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv
10:54:34 #0 3.834   python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography
10:54:34 #0 3.834   python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support
10:54:34 #0 3.834   readline-doc zip wdiff-doc
10:54:35 #10 5.384 The following NEW packages will be installed:
10:54:35 #10 5.384   at autoconf automake autopoint autotools-dev binutils
10:54:35 #10 5.384   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
10:54:35 #10 5.384   bzip2 ca-certificates cpp cpp-8 cron curl dctrl-tools debhelper
10:54:35 #10 5.384   debian-keyring devscripts dh-autoreconf dh-strip-nondeterminism diffstat
10:54:35 #10 5.384   dirmngr distro-info-data dpkg-dev dput dwz equivs exim4-base exim4-config
10:54:35 #10 5.384   exim4-daemon-light fakeroot file g++ g++-8 gcc gcc-8 gettext gettext-base
10:54:35 #10 5.385   git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
10:54:35 #10 5.385   gpg-wks-server gpgconf gpgsm groff-base guile-2.2-libs intltool-debian
10:54:35 #10 5.385   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
10:54:35 #10 5.385   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
10:54:35 #10 5.385   libarchive-zip-perl libasan5 libassuan0 libasync-mergepoint-perl libatomic1
10:54:35 #10 5.385   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
10:54:35 #10 5.385   libbinutils libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0
10:54:35 #10 5.385   libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl
10:54:35 #10 5.385   libclass-inspector-perl libclass-method-modifiers-perl
10:54:35 #10 5.385   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
10:54:35 #10 5.385   libconst-fast-perl libcontextual-return-perl libconvert-binhex-perl
10:54:35 #10 5.385   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
10:54:35 #10 5.385   libdevel-callchecker-perl libdevel-globaldestruction-perl
10:54:35 #10 5.385   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
10:54:35 #10 5.385   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
10:54:35 #10 5.385   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
10:54:35 #10 5.385   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
10:54:35 #10 5.385   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
10:54:35 #10 5.385   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
10:54:35 #10 5.385   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
10:54:35 #10 5.385   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
10:54:35 #10 5.385   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
10:54:35 #10 5.385   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
10:54:35 #10 5.385   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
10:54:35 #10 5.385   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
10:54:35 #10 5.385   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
10:54:35 #10 5.385   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
10:54:35 #10 5.385   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
10:54:35 #10 5.385   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
10:54:35 #10 5.385   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
10:54:35 #10 5.385   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
10:54:35 #10 5.385   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
10:54:35 #10 5.385   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
10:54:35 #10 5.385   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
10:54:35 #10 5.385   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
10:54:35 #10 5.385   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
10:54:35 #10 5.385   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
10:54:35 #10 5.385   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl libncurses6
10:54:35 #10 5.385   libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl libnet-http-perl
10:54:35 #10 5.385   libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl libnet-ssleay-perl
10:54:35 #10 5.385   libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl libnumber-range-perl
10:54:35 #10 5.385   libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
10:54:35 #10 5.385   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
10:54:35 #10 5.385   libparams-validate-perl libparse-debianchangelog-perl
10:54:35 #10 5.385   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
10:54:35 #10 5.386   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
10:54:35 #10 5.386   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
10:54:35 #10 5.386   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
10:54:35 #10 5.386   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
10:54:35 #10 5.386   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
10:54:35 #10 5.386   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
10:54:35 #10 5.386   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
10:54:35 #10 5.386   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
10:54:35 #10 5.386   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
10:54:35 #10 5.386   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
10:54:35 #10 5.386   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
10:54:35 #10 5.386   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
10:54:35 #10 5.386   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
10:54:35 #10 5.386   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
10:54:35 #10 5.386   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
10:54:35 #10 5.386   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
10:54:35 #10 5.386   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
10:54:35 #10 5.386   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
10:54:35 #10 5.386   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
10:54:35 #10 5.386   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
10:54:35 #10 5.386   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
10:54:35 #10 5.386   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
10:54:35 #10 5.386   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
10:54:35 #10 5.386   mariadb-common mime-support mysql-common netbase openssh-client openssl
10:54:35 #10 5.386   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
10:54:35 #10 5.386   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
10:54:35 #10 5.386   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
10:54:35 #10 5.386   python3-idna python3-magic python3-minimal python3-pkg-resources
10:54:35 #10 5.386   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
10:54:35 #10 5.387   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
10:54:35 #10 5.387   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
10:54:36 #10 5.671 0 upgraded, 362 newly installed, 0 to remove and 1 not upgraded.
10:54:36 #10 5.671 Need to get 162 MB of archives.
10:54:36 #10 5.671 After this operation, 560 MB of additional disk space will be used.
10:54:36 #10 5.671 Get:1 http://deb.debian.org/debian buster/main arm64 sensible-utils all 0.0.12 [15.8 kB]
10:54:36 #10 5.673 Get:2 http://deb.debian.org/debian buster/main arm64 lsb-base all 10.2019051400 [28.4 kB]
10:54:36 #10 5.675 Get:3 http://deb.debian.org/debian buster/main arm64 cron arm64 3.0pl1-134+deb10u1 [98.0 kB]
10:54:36 #10 5.678 Get:4 http://deb.debian.org/debian buster/main arm64 libbsd0 arm64 0.9.1-2+deb10u1 [97.6 kB]
10:54:36 #10 5.679 Get:5 http://deb.debian.org/debian buster/main arm64 bsdmainutils arm64 11.1.2+b1 [185 kB]
10:54:36 #10 5.683 Get:6 http://deb.debian.org/debian buster/main arm64 libuchardet0 arm64 0.0.6-3 [65.0 kB]
10:54:36 #10 5.684 Get:7 http://deb.debian.org/debian buster/main arm64 groff-base arm64 1.22.4-3+deb10u1 [870 kB]
10:54:36 #10 5.696 Get:8 http://deb.debian.org/debian buster/main arm64 libgdbm6 arm64 1.18.1-4 [63.4 kB]
10:54:36 #10 5.700 Get:9 http://deb.debian.org/debian buster/main arm64 libpipeline1 arm64 1.5.1-2 [29.8 kB]
10:54:36 #10 5.701 Get:10 http://deb.debian.org/debian buster/main arm64 man-db arm64 2.8.5-2 [1258 kB]
10:54:36 #10 5.716 Get:11 http://deb.debian.org/debian buster/main arm64 perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
10:54:36 #10 5.747 Get:12 http://deb.debian.org/debian buster/main arm64 libgdbm-compat4 arm64 1.18.1-4 [44.0 kB]
10:54:36 #10 5.748 Get:13 http://deb.debian.org/debian buster/main arm64 libperl5.28 arm64 5.28.1-6+deb10u1 [3727 kB]
10:54:36 #10 5.792 Get:14 http://deb.debian.org/debian buster/main arm64 perl arm64 5.28.1-6+deb10u1 [204 kB]
10:54:36 #10 5.794 Get:15 http://deb.debian.org/debian buster/main arm64 liblocale-gettext-perl arm64 1.07-3+b4 [18.8 kB]
10:54:36 #10 5.795 Get:16 http://deb.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1n-0+deb10u4 [1394 kB]
10:54:36 #10 5.817 Get:17 http://deb.debian.org/debian-security buster/updates/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u4 [588 kB]
10:54:36 #10 5.824 Get:18 http://deb.debian.org/debian-security buster/updates/main arm64 libexpat1 arm64 2.2.6-2+deb10u6 [87.5 kB]
10:54:36 #10 5.826 Get:19 http://deb.debian.org/debian-security buster/updates/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u4 [1404 kB]
10:54:36 #10 5.861 Get:20 http://deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
10:54:36 #10 5.862 Get:21 http://deb.debian.org/debian buster/main arm64 mime-support all 3.62 [37.2 kB]
10:54:36 #10 5.863 Get:22 http://deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
10:54:36 #10 5.865 Get:23 http://deb.debian.org/debian buster/main arm64 readline-common all 7.0-5 [70.6 kB]
10:54:36 #10 5.866 Get:24 http://deb.debian.org/debian buster/main arm64 libreadline7 arm64 7.0-5 [134 kB]
10:54:36 #10 5.868 Get:25 http://deb.debian.org/debian-security buster/updates/main arm64 libsqlite3-0 arm64 3.27.2-3+deb10u2 [603 kB]
10:54:36 #10 5.877 Get:26 http://deb.debian.org/debian-security buster/updates/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u4 [1641 kB]
10:54:36 #10 5.895 Get:27 http://deb.debian.org/debian-security buster/updates/main arm64 python3.7 arm64 3.7.3-2+deb10u4 [330 kB]
10:54:36 #10 5.899 Get:28 http://deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
10:54:36 #10 5.900 Get:29 http://deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
10:54:36 #10 5.901 Get:30 http://deb.debian.org/debian buster/main arm64 less arm64 487-0.1+b1 [117 kB]
10:54:36 #10 5.902 Get:31 http://deb.debian.org/debian buster/main arm64 netbase all 5.6 [19.4 kB]
10:54:36 #10 5.903 Get:32 http://deb.debian.org/debian-security buster/updates/main arm64 bzip2 arm64 1.0.6-9.2~deb10u2 [47.8 kB]
10:54:36 #10 5.904 Get:33 http://deb.debian.org/debian buster/main arm64 libmagic-mgc arm64 1:5.35-4+deb10u2 [242 kB]
10:54:36 #10 5.908 Get:34 http://deb.debian.org/debian buster/main arm64 libmagic1 arm64 1:5.35-4+deb10u2 [115 kB]
10:54:36 #10 5.909 Get:35 http://deb.debian.org/debian buster/main arm64 file arm64 1:5.35-4+deb10u2 [66.5 kB]
10:54:36 #10 5.911 Get:36 http://deb.debian.org/debian buster/main arm64 gettext-base arm64 0.19.8.1-9 [120 kB]
10:54:36 #10 5.913 Get:37 http://deb.debian.org/debian-security buster/updates/main arm64 krb5-locales all 1.17-3+deb10u5 [95.7 kB]
10:54:36 #10 5.915 Get:38 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB]
10:54:36 #10 5.916 Get:39 http://deb.debian.org/debian-security buster/updates/main arm64 libkrb5support0 arm64 1.17-3+deb10u5 [65.2 kB]
10:54:36 #10 5.917 Get:40 http://deb.debian.org/debian-security buster/updates/main arm64 libk5crypto3 arm64 1.17-3+deb10u5 [123 kB]
10:54:36 #10 5.919 Get:41 http://deb.debian.org/debian-security buster/updates/main arm64 libkrb5-3 arm64 1.17-3+deb10u5 [351 kB]
10:54:36 #10 5.923 Get:42 http://deb.debian.org/debian-security buster/updates/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u5 [150 kB]
10:54:36 #10 5.928 Get:43 http://deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u3 [8154 kB]
10:54:36 #10 6.029 Get:44 http://deb.debian.org/debian-security buster/updates/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u6 [625 kB]
10:54:36 #10 6.056 Get:45 http://deb.debian.org/debian buster/main arm64 manpages all 4.16-2 [1295 kB]
10:54:36 #10 6.071 Get:46 http://deb.debian.org/debian buster/main arm64 libedit2 arm64 3.1-20181209-1 [91.2 kB]
10:54:36 #10 6.073 Get:47 http://deb.debian.org/debian buster/main arm64 openssh-client arm64 1:7.9p1-10+deb10u2 [757 kB]
10:54:36 #10 6.083 Get:48 http://deb.debian.org/debian buster/main arm64 ucf all 3.0038+nmu1 [69.0 kB]
10:54:36 #10 6.085 Get:49 http://deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1+deb10u1 [182 kB]
10:54:36 #10 6.088 Get:50 http://deb.debian.org/debian buster/main arm64 libfl2 arm64 2.6.4-6.2 [103 kB]
10:54:36 #10 6.089 Get:51 http://deb.debian.org/debian buster/main arm64 at arm64 3.1.23-1 [48.3 kB]
10:54:36 #10 6.089 Get:52 http://deb.debian.org/debian buster/main arm64 libsigsegv2 arm64 2.12-2 [32.3 kB]
10:54:36 #10 6.091 Get:53 http://deb.debian.org/debian buster/main arm64 m4 arm64 1.4.18-2 [198 kB]
10:54:36 #10 6.093 Get:54 http://deb.debian.org/debian buster/main arm64 autoconf all 2.69-11 [341 kB]
10:54:36 #10 6.097 Get:55 http://deb.debian.org/debian buster/main arm64 autotools-dev all 20180224.1 [77.0 kB]
10:54:36 #10 6.099 Get:56 http://deb.debian.org/debian buster/main arm64 automake all 1:1.16.1-4 [771 kB]
10:54:36 #10 6.107 Get:57 http://deb.debian.org/debian buster/main arm64 autopoint all 0.19.8.1-9 [434 kB]
10:54:36 #10 6.112 Get:58 http://deb.debian.org/debian buster/main arm64 binutils-common arm64 2.31.1-16 [2073 kB]
10:54:36 #10 6.138 Get:59 http://deb.debian.org/debian buster/main arm64 libbinutils arm64 2.31.1-16 [455 kB]
10:54:36 #10 6.144 Get:60 http://deb.debian.org/debian buster/main arm64 binutils-aarch64-linux-gnu arm64 2.31.1-16 [2129 kB]
10:54:36 #10 6.169 Get:61 http://deb.debian.org/debian buster/main arm64 binutils arm64 2.31.1-16 [56.7 kB]
10:54:36 #10 6.170 Get:62 http://deb.debian.org/debian-security buster/updates/main arm64 libc-dev-bin arm64 2.28-10+deb10u2 [271 kB]
10:54:36 #10 6.173 Get:63 http://deb.debian.org/debian-security buster/updates/main arm64 linux-libc-dev arm64 4.19.282-1 [1553 kB]
10:54:36 #10 6.191 Get:64 http://deb.debian.org/debian-security buster/updates/main arm64 libc6-dev arm64 2.28-10+deb10u2 [2325 kB]
10:54:36 #10 6.219 Get:65 http://deb.debian.org/debian buster/main arm64 libisl19 arm64 0.20-2 [535 kB]
10:54:36 #10 6.227 Get:66 http://deb.debian.org/debian buster/main arm64 libmpfr6 arm64 4.0.2-1 [746 kB]
10:54:36 #10 6.237 Get:67 http://deb.debian.org/debian buster/main arm64 libmpc3 arm64 1.1.0-1 [38.0 kB]
10:54:36 #10 6.237 Get:68 http://deb.debian.org/debian buster/main arm64 cpp-8 arm64 8.3.0-6 [7400 kB]
10:54:36 #10 6.324 Get:69 http://deb.debian.org/debian buster/main arm64 cpp arm64 4:8.3.0-1 [19.4 kB]
10:54:36 #10 6.325 Get:70 http://deb.debian.org/debian buster/main arm64 libcc1-0 arm64 8.3.0-6 [45.0 kB]
10:54:36 #10 6.327 Get:71 http://deb.debian.org/debian buster/main arm64 libgomp1 arm64 8.3.0-6 [67.8 kB]
10:54:36 #10 6.328 Get:72 http://deb.debian.org/debian buster/main arm64 libitm1 arm64 8.3.0-6 [24.0 kB]
10:54:36 #10 6.329 Get:73 http://deb.debian.org/debian buster/main arm64 libatomic1 arm64 8.3.0-6 [8820 B]
10:54:36 #10 6.330 Get:74 http://deb.debian.org/debian buster/main arm64 libasan5 arm64 8.3.0-6 [327 kB]
10:54:36 #10 6.336 Get:75 http://deb.debian.org/debian buster/main arm64 liblsan0 arm64 8.3.0-6 [118 kB]
10:54:36 #10 6.337 Get:76 http://deb.debian.org/debian buster/main arm64 libtsan0 arm64 8.3.0-6 [262 kB]
10:54:36 #10 6.343 Get:77 http://deb.debian.org/debian buster/main arm64 libubsan1 arm64 8.3.0-6 [111 kB]
10:54:36 #10 6.344 Get:78 http://deb.debian.org/debian buster/main arm64 libgcc-8-dev arm64 8.3.0-6 [835 kB]
10:54:36 #10 6.359 Get:79 http://deb.debian.org/debian buster/main arm64 gcc-8 arm64 8.3.0-6 [7879 kB]
10:54:36 #10 6.477 Get:80 http://deb.debian.org/debian buster/main arm64 gcc arm64 4:8.3.0-1 [5212 B]
10:54:36 #10 6.478 Get:81 http://deb.debian.org/debian buster/main arm64 libstdc++-8-dev arm64 8.3.0-6 [1502 kB]
10:54:36 #10 6.496 Get:82 http://deb.debian.org/debian buster/main arm64 g++-8 arm64 8.3.0-6 [8176 kB]
10:54:36 #10 6.599 Get:83 http://deb.debian.org/debian buster/main arm64 g++ arm64 4:8.3.0-1 [1624 B]
10:54:37 #10 6.600 Get:84 http://deb.debian.org/debian buster/main arm64 make arm64 4.2.1-1.2 [333 kB]
10:54:37 #10 6.605 Get:85 http://deb.debian.org/debian buster/main arm64 libdpkg-perl all 1.19.8 [1415 kB]
10:54:37 #10 6.623 Get:86 http://deb.debian.org/debian buster/main arm64 patch arm64 2.7.6-3+deb10u1 [122 kB]
10:54:37 #10 6.624 Get:87 http://deb.debian.org/debian buster/main arm64 dpkg-dev all 1.19.8 [1776 kB]
10:54:37 #10 6.646 Get:88 http://deb.debian.org/debian buster/main arm64 build-essential arm64 12.6 [7576 B]
10:54:37 #10 6.647 Get:89 http://deb.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1n-0+deb10u4 [834 kB]
10:54:37 #10 6.658 Get:90 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB]
10:54:37 #10 6.661 Get:91 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u2 [69.4 kB]
10:54:37 #10 6.662 Get:92 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u2 [105 kB]
10:54:37 #10 6.663 Get:93 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
10:54:37 #10 6.666 Get:94 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u7 [216 kB]
10:54:37 #10 6.669 Get:95 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB]
10:54:37 #10 6.671 Get:96 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB]
10:54:37 #10 6.672 Get:97 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB]
10:54:37 #10 6.675 Get:98 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB]
10:54:37 #10 6.678 Get:99 http://deb.debian.org/debian-security buster/updates/main arm64 libcurl4 arm64 7.64.0-4+deb10u6 [315 kB]
10:54:37 #10 6.682 Get:100 http://deb.debian.org/debian-security buster/updates/main arm64 curl arm64 7.64.0-4+deb10u6 [262 kB]
10:54:37 #10 6.685 Get:101 http://deb.debian.org/debian buster/main arm64 dctrl-tools arm64 2.24-3 [101 kB]
10:54:37 #10 6.687 Get:102 http://deb.debian.org/debian buster/main arm64 libtool all 2.4.6-9 [547 kB]
10:54:37 #10 6.693 Get:103 http://deb.debian.org/debian buster/main arm64 dh-autoreconf all 19 [16.9 kB]
10:54:37 #10 6.695 Get:104 http://deb.debian.org/debian buster/main arm64 libarchive-zip-perl all 1.64-1 [96.8 kB]
10:54:37 #10 6.697 Get:105 http://deb.debian.org/debian buster/main arm64 libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
10:54:37 #10 6.698 Get:106 http://deb.debian.org/debian buster/main arm64 dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
10:54:37 #10 6.699 Get:107 http://deb.debian.org/debian buster/main arm64 dwz arm64 0.12-3 [71.7 kB]
10:54:37 #10 6.700 Get:108 http://deb.debian.org/debian-security buster/updates/main arm64 libglib2.0-0 arm64 2.58.3-2+deb10u4 [1186 kB]
10:54:37 #10 6.719 Get:109 http://deb.debian.org/debian buster/main arm64 libcroco3 arm64 0.6.12-3 [140 kB]
10:54:37 #10 6.739 Get:110 http://deb.debian.org/debian-security buster/updates/main arm64 libncurses6 arm64 6.1+20181013-2+deb10u3 [92.6 kB]
10:54:37 #10 6.742 Get:111 http://deb.debian.org/debian buster/main arm64 gettext arm64 0.19.8.1-9 [1261 kB]
10:54:37 #10 6.759 Get:112 http://deb.debian.org/debian buster/main arm64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
10:54:37 #10 6.761 Get:113 http://deb.debian.org/debian buster/main arm64 po-debconf all 1.0.21 [248 kB]
10:54:37 #10 6.765 Get:114 http://deb.debian.org/debian buster/main arm64 debhelper all 12.1.1 [1016 kB]
10:54:37 #10 6.779 Get:115 http://deb.debian.org/debian buster/main arm64 debian-keyring all 2019.02.25 [32.4 MB]
10:54:37 #10 7.253 Get:116 http://deb.debian.org/debian buster/main arm64 libfakeroot arm64 1.23-1 [42.1 kB]
10:54:37 #10 7.256 Get:117 http://deb.debian.org/debian buster/main arm64 fakeroot arm64 1.23-1 [83.3 kB]
10:54:37 #10 7.258 Get:118 http://deb.debian.org/debian buster/main arm64 libassuan0 arm64 2.5.2-1 [47.1 kB]
10:54:37 #10 7.261 Get:119 http://deb.debian.org/debian buster/main arm64 gpgconf arm64 2.2.12-1+deb10u2 [504 kB]
10:54:37 #10 7.268 Get:120 http://deb.debian.org/debian-security buster/updates/main arm64 libksba8 arm64 1.3.5-2+deb10u2 [96.6 kB]
10:54:37 #10 7.272 Get:121 http://deb.debian.org/debian buster/main arm64 libnpth0 arm64 1.6-1 [17.6 kB]
10:54:37 #10 7.276 Get:122 http://deb.debian.org/debian buster/main arm64 dirmngr arm64 2.2.12-1+deb10u2 [694 kB]
10:54:37 #10 7.287 Get:123 http://deb.debian.org/debian buster/main arm64 gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
10:54:37 #10 7.304 Get:124 http://deb.debian.org/debian buster/main arm64 gnupg-utils arm64 2.2.12-1+deb10u2 [824 kB]
10:54:37 #10 7.320 Get:125 http://deb.debian.org/debian buster/main arm64 gpg arm64 2.2.12-1+deb10u2 [827 kB]
10:54:37 #10 7.334 Get:126 http://deb.debian.org/debian buster/main arm64 pinentry-curses arm64 1.1.0-2 [62.7 kB]
10:54:37 #10 7.337 Get:127 http://deb.debian.org/debian buster/main arm64 gpg-agent arm64 2.2.12-1+deb10u2 [601 kB]
10:54:37 #10 7.345 Get:128 http://deb.debian.org/debian buster/main arm64 gpg-wks-client arm64 2.2.12-1+deb10u2 [478 kB]
10:54:37 #10 7.353 Get:129 http://deb.debian.org/debian buster/main arm64 gpg-wks-server arm64 2.2.12-1+deb10u2 [472 kB]
10:54:37 #10 7.361 Get:130 http://deb.debian.org/debian buster/main arm64 gpgsm arm64 2.2.12-1+deb10u2 [586 kB]
10:54:37 #10 7.370 Get:131 http://deb.debian.org/debian buster/main arm64 gnupg all 2.2.12-1+deb10u2 [715 kB]
10:54:37 #10 7.380 Get:132 http://deb.debian.org/debian buster/main arm64 libfile-which-perl all 1.23-1 [16.6 kB]
10:54:37 #10 7.383 Get:133 http://deb.debian.org/debian buster/main arm64 libfile-homedir-perl all 1.004-1 [42.7 kB]
10:54:37 #10 7.387 Get:134 http://deb.debian.org/debian buster/main arm64 libio-pty-perl arm64 1:1.08-1.1+b5 [32.8 kB]
10:54:37 #10 7.390 Get:135 http://deb.debian.org/debian buster/main arm64 libipc-run-perl all 20180523.0-1 [101 kB]
10:54:37 #10 7.392 Get:136 http://deb.debian.org/debian buster/main arm64 libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
10:54:37 #10 7.393 Get:137 http://deb.debian.org/debian buster/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
10:54:37 #10 7.420 Get:138 http://deb.debian.org/debian buster/main arm64 libdevel-globaldestruction-perl all 0.14-1 [8084 B]
10:54:37 #10 7.421 Get:139 http://deb.debian.org/debian buster/main arm64 libb-hooks-op-check-perl arm64 0.22-1+b1 [11.4 kB]
10:54:37 #10 7.442 Get:140 http://deb.debian.org/debian buster/main arm64 libdynaloader-functions-perl all 0.003-1 [12.6 kB]
10:54:37 #10 7.448 Get:141 http://deb.debian.org/debian buster/main arm64 libdevel-callchecker-perl arm64 0.008-1 [15.6 kB]
10:54:37 #10 7.449 Get:142 http://deb.debian.org/debian buster/main arm64 libparams-classify-perl arm64 0.015-1+b1 [25.4 kB]
10:54:37 #10 7.459 Get:143 http://deb.debian.org/debian buster/main arm64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
10:54:38 #10 7.465 Get:144 http://deb.debian.org/debian buster/main arm64 libimport-into-perl all 1.002005-1 [11.6 kB]
10:54:38 #10 7.475 Get:145 http://deb.debian.org/debian buster/main arm64 librole-tiny-perl all 2.000006-1 [19.4 kB]
10:54:38 #10 7.477 Get:146 http://deb.debian.org/debian buster/main arm64 libstrictures-perl all 2.000005-1 [18.3 kB]
10:54:38 #10 7.483 Get:147 http://deb.debian.org/debian buster/main arm64 libsub-quote-perl all 2.005001-1 [17.9 kB]
10:54:38 #10 7.484 Get:148 http://deb.debian.org/debian buster/main arm64 libmoo-perl all 2.003004-2 [57.4 kB]
10:54:38 #10 7.490 Get:149 http://deb.debian.org/debian buster/main arm64 libencode-locale-perl all 1.05-1 [13.7 kB]
10:54:38 #10 7.501 Get:150 http://deb.debian.org/debian buster/main arm64 libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
10:54:38 #10 7.503 Get:151 http://deb.debian.org/debian buster/main arm64 libhttp-date-perl all 6.02-1 [10.7 kB]
10:54:38 #10 7.504 Get:152 http://deb.debian.org/debian buster/main arm64 libfile-listing-perl all 6.04-1 [10.3 kB]
10:54:38 #10 7.506 Get:153 http://deb.debian.org/debian buster/main arm64 libhtml-tagset-perl all 3.20-3 [12.7 kB]
10:54:38 #10 7.513 Get:154 http://deb.debian.org/debian buster/main arm64 liburi-perl all 1.76-1 [89.9 kB]
10:54:38 #10 7.514 Get:155 http://deb.debian.org/debian buster/main arm64 libhtml-parser-perl arm64 3.72-3+b3 [103 kB]
10:54:38 #10 7.520 Get:156 http://deb.debian.org/debian buster/main arm64 libhtml-tree-perl all 5.07-2 [213 kB]
10:54:38 #10 7.533 Get:157 http://deb.debian.org/debian buster/main arm64 libio-html-perl all 1.001-1 [17.6 kB]
10:54:38 #10 7.544 Get:158 http://deb.debian.org/debian buster/main arm64 liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
10:54:38 #10 7.546 Get:159 http://deb.debian.org/debian buster/main arm64 libhttp-message-perl all 6.18-1 [77.8 kB]
10:54:38 #10 7.548 Get:160 http://deb.debian.org/debian buster/main arm64 libhttp-cookies-perl all 6.04-1 [17.8 kB]
10:54:38 #10 7.551 Get:161 http://deb.debian.org/debian buster/main arm64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
10:54:38 #10 7.552 Get:162 http://deb.debian.org/debian buster/main arm64 perl-openssl-defaults arm64 3 [6782 B]
10:54:38 #10 7.558 Get:163 http://deb.debian.org/debian buster/main arm64 libnet-ssleay-perl arm64 1.85-2+deb10u1 [303 kB]
10:54:38 #10 7.569 Get:164 http://deb.debian.org/debian buster/main arm64 libio-socket-ssl-perl all 2.060-3 [207 kB]
10:54:38 #10 7.577 Get:165 http://deb.debian.org/debian buster/main arm64 libnet-http-perl all 6.18-1 [24.5 kB]
10:54:38 #10 7.583 Get:166 http://deb.debian.org/debian buster/main arm64 liblwp-protocol-https-perl all 6.07-2 [9242 B]
10:54:38 #10 7.584 Get:167 http://deb.debian.org/debian buster/main arm64 libtry-tiny-perl all 0.30-1 [23.3 kB]
10:54:38 #10 7.585 Get:168 http://deb.debian.org/debian buster/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
10:54:38 #10 7.585 Get:169 http://deb.debian.org/debian buster/main arm64 libwww-perl all 6.36-2 [188 kB]
10:54:38 #10 7.598 Get:170 http://deb.debian.org/debian buster/main arm64 patchutils arm64 0.3.4-2 [84.7 kB]
10:54:38 #10 7.601 Get:171 http://deb.debian.org/debian buster/main arm64 wdiff arm64 1.2.2-2+b1 [121 kB]
10:54:38 #10 7.606 Get:172 http://deb.debian.org/debian buster/main arm64 devscripts arm64 2.19.5+deb10u1 [1045 kB]
10:54:38 #10 7.631 Get:173 http://deb.debian.org/debian buster/main arm64 diffstat arm64 1.62-1 [32.0 kB]
10:54:38 #10 7.644 Get:174 http://deb.debian.org/debian-security buster/updates/main arm64 distro-info-data all 0.41+deb10u7 [7308 B]
10:54:38 #10 7.644 Get:175 http://deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
10:54:38 #10 7.654 Get:176 http://deb.debian.org/debian buster/main arm64 python3-chardet all 3.0.4-3 [80.5 kB]
10:54:38 #10 7.657 Get:177 http://deb.debian.org/debian buster/main arm64 python3-six all 1.12.0-1 [15.7 kB]
10:54:38 #10 7.662 Get:178 http://deb.debian.org/debian buster/main arm64 python3-debian all 0.1.35 [78.8 kB]
10:54:38 #10 7.665 Get:179 http://deb.debian.org/debian buster/main arm64 libgpgme11 arm64 1.12.0-6 [241 kB]
10:54:38 #10 7.668 Get:180 http://deb.debian.org/debian buster/main arm64 python3-gpg arm64 1.12.0-6 [292 kB]
10:54:38 #10 7.672 Get:181 http://deb.debian.org/debian buster/main arm64 dput all 1.0.3 [54.5 kB]
10:54:38 #10 7.673 Get:182 http://deb.debian.org/debian buster/main arm64 equivs all 2.2.0 [22.4 kB]
10:54:38 #10 7.674 Get:183 http://deb.debian.org/debian-security buster/updates/main arm64 exim4-config all 4.92-8+deb10u7 [325 kB]
10:54:38 #10 7.679 Get:184 http://deb.debian.org/debian-security buster/updates/main arm64 exim4-base arm64 4.92-8+deb10u7 [1136 kB]
10:54:38 #10 7.718 Get:185 http://deb.debian.org/debian buster/main arm64 libevent-2.1-6 arm64 2.1.8-stable-4 [150 kB]
10:54:38 #10 7.720 Get:186 http://deb.debian.org/debian-security buster/updates/main arm64 libunbound8 arm64 1.9.0-2+deb10u3 [434 kB]
10:54:38 #10 7.726 Get:187 http://deb.debian.org/debian-security buster/updates/main arm64 libgnutls-dane0 arm64 3.6.7-4+deb10u10 [317 kB]
10:54:38 #10 7.731 Get:188 http://deb.debian.org/debian-security buster/updates/main arm64 exim4-daemon-light arm64 4.92-8+deb10u7 [558 kB]
10:54:38 #10 7.738 Get:189 http://deb.debian.org/debian-security buster/updates/main arm64 libcurl3-gnutls arm64 7.64.0-4+deb10u6 [313 kB]
10:54:38 #10 7.742 Get:190 http://deb.debian.org/debian-security buster/updates/main arm64 libpcre2-8-0 arm64 10.32-5+deb10u1 [187 kB]
10:54:38 #10 7.745 Get:191 http://deb.debian.org/debian buster/main arm64 liberror-perl all 0.17027-2 [30.9 kB]
10:54:38 #10 7.746 Get:192 http://deb.debian.org/debian-security buster/updates/main arm64 git-man all 1:2.20.1-2+deb10u8 [1623 kB]
10:54:38 #10 7.771 Get:193 http://deb.debian.org/debian-security buster/updates/main arm64 git arm64 1:2.20.1-2+deb10u8 [5501 kB]
10:54:38 #10 7.836 Get:194 http://deb.debian.org/debian buster/main arm64 libgc1c2 arm64 1:7.6.4-0.4 [214 kB]
10:54:38 #10 7.839 Get:195 http://deb.debian.org/debian buster/main arm64 libltdl7 arm64 2.4.6-9 [389 kB]
10:54:38 #10 7.847 Get:196 http://deb.debian.org/debian buster/main arm64 guile-2.2-libs arm64 2.2.4+1-2+deb10u1 [4938 kB]
10:54:38 #10 7.927 Get:197 http://deb.debian.org/debian buster/main arm64 iso-codes all 4.2-1 [2713 kB]
10:54:38 #10 7.963 Get:198 http://deb.debian.org/debian buster/main arm64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
10:54:38 #10 7.967 Get:199 http://deb.debian.org/debian buster/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5+b1 [11.6 kB]
10:54:38 #10 7.970 Get:200 http://deb.debian.org/debian buster/main arm64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
10:54:38 #10 7.971 Get:201 http://deb.debian.org/debian buster/main arm64 libapt-inst2.0 arm64 1.8.2.3 [202 kB]
10:54:38 #10 7.974 Get:202 http://deb.debian.org/debian buster/main arm64 libapt-pkg-perl arm64 0.1.34+b1 [68.6 kB]
10:54:38 #10 7.976 Get:203 http://deb.debian.org/debian buster/main arm64 libarchive-cpio-perl all 0.10-1 [10.3 kB]
10:54:38 #10 7.979 Get:204 http://deb.debian.org/debian buster/main arm64 libasync-mergepoint-perl all 0.04-2 [10.4 kB]
10:54:38 #10 7.980 Get:205 http://deb.debian.org/debian buster/main arm64 libauthen-sasl-perl all 2.1600-1 [50.8 kB]
10:54:38 #10 7.981 Get:206 http://deb.debian.org/debian buster/main arm64 libmodule-implementation-perl all 0.09-1 [12.9 kB]
10:54:38 #10 7.981 Get:207 http://deb.debian.org/debian buster/main arm64 libvariable-magic-perl arm64 0.62-1+b1 [44.8 kB]
10:54:38 #10 7.982 Get:208 http://deb.debian.org/debian buster/main arm64 libb-hooks-endofscope-perl all 0.24-1 [18.6 kB]
10:54:38 #10 7.984 Get:209 http://deb.debian.org/debian buster/main arm64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
10:54:38 #10 7.986 Get:210 http://deb.debian.org/debian buster/main arm64 libcgi-pm-perl all 4.40-1 [222 kB]
10:54:38 #10 7.989 Get:211 http://deb.debian.org/debian buster/main arm64 libfcgi-perl arm64 0.78-2+b3 [38.8 kB]
10:54:38 #10 7.990 Get:212 http://deb.debian.org/debian buster/main arm64 libcgi-fast-perl all 1:2.13-1 [11.4 kB]
10:54:38 #10 7.993 Get:213 http://deb.debian.org/debian buster/main arm64 libsub-name-perl arm64 0.21-1+b3 [13.4 kB]
10:54:38 #10 7.993 Get:214 http://deb.debian.org/debian buster/main arm64 libclass-accessor-perl all 0.51-1 [23.2 kB]
10:54:38 #10 7.995 Get:215 http://deb.debian.org/debian buster/main arm64 libclass-inspector-perl all 1.32-1 [19.1 kB]
10:54:38 #10 7.996 Get:216 http://deb.debian.org/debian buster/main arm64 libclass-xsaccessor-perl arm64 1.19-3+b2 [37.1 kB]
10:54:38 #10 7.996 Get:217 http://deb.debian.org/debian buster/main arm64 libclone-perl arm64 0.41-1+b1 [14.5 kB]
10:54:38 #10 7.998 Get:218 http://deb.debian.org/debian buster/main arm64 libcommon-sense-perl arm64 3.74-2+b7 [24.0 kB]
10:54:38 #10 7.998 Get:219 http://deb.debian.org/debian buster/main arm64 libparams-util-perl arm64 1.07-3+b4 [22.5 kB]
10:54:38 #10 7.999 Get:220 http://deb.debian.org/debian buster/main arm64 libsub-install-perl all 0.928-1 [11.4 kB]
10:54:38 #10 8.003 Get:221 http://deb.debian.org/debian buster/main arm64 libdata-optlist-perl all 0.110-1 [10.6 kB]
10:54:38 #10 8.005 Get:222 http://deb.debian.org/debian buster/main arm64 libsub-exporter-perl all 0.987-1 [47.2 kB]
10:54:38 #10 8.009 Get:223 http://deb.debian.org/debian buster/main arm64 libconst-fast-perl all 0.014-1 [8250 B]
10:54:38 #10 8.010 Get:224 http://deb.debian.org/debian buster/main arm64 libwant-perl arm64 0.29-1+b4 [28.5 kB]
10:54:38 #10 8.011 Get:225 http://deb.debian.org/debian buster/main arm64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
10:54:38 #10 8.011 Get:226 http://deb.debian.org/debian buster/main arm64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
10:54:38 #10 8.013 Get:227 http://deb.debian.org/debian buster/main arm64 libdata-dump-perl all 1.23-1 [29.5 kB]
10:54:38 #10 8.014 Get:228 http://deb.debian.org/debian buster/main arm64 libdigest-bubblebabble-perl all 0.02-2 [8238 B]
10:54:38 #10 8.015 Get:229 http://deb.debian.org/debian buster/main arm64 libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB]
10:54:38 #10 8.018 Get:230 http://deb.debian.org/debian buster/main arm64 libdistro-info-perl all 0.21 [6696 B]
10:54:38 #10 8.020 Get:231 http://deb.debian.org/debian buster/main arm64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
10:54:38 #10 8.022 Get:232 http://deb.debian.org/debian buster/main arm64 libmailtools-perl all 2.18-1 [88.5 kB]
10:54:38 #10 8.023 Get:233 http://deb.debian.org/debian buster/main arm64 libnet-ip-perl all 1.26-2 [29.0 kB]
10:54:38 #10 8.024 Get:234 http://deb.debian.org/debian buster/main arm64 libnet-dns-perl all 1.19-1 [372 kB]
10:54:38 #10 8.029 Get:235 http://deb.debian.org/debian buster/main arm64 libnet-domain-tld-perl all 1.75-1 [33.3 kB]
10:54:38 #10 8.034 Get:236 http://deb.debian.org/debian buster/main arm64 libemail-valid-perl all 1.202-1 [23.0 kB]
10:54:38 #10 8.035 Get:237 http://deb.debian.org/debian buster/main arm64 libexporter-tiny-perl all 1.002001-1 [36.9 kB]
10:54:38 #10 8.039 Get:238 http://deb.debian.org/debian buster/main arm64 libipc-system-simple-perl all 1.25-4 [26.5 kB]
10:54:38 #10 8.039 Get:239 http://deb.debian.org/debian buster/main arm64 libfile-basedir-perl all 0.08-1 [17.7 kB]
10:54:38 #10 8.041 Get:240 http://deb.debian.org/debian buster/main arm64 libfile-chdir-perl all 0.1008-1 [13.3 kB]
10:54:38 #10 8.043 Get:241 http://deb.debian.org/debian buster/main arm64 libfile-fcntllock-perl arm64 0.22-3+b5 [35.5 kB]
10:54:38 #10 8.045 Get:242 http://deb.debian.org/debian buster/main arm64 libfont-afm-perl all 1.20-2 [13.6 kB]
10:54:38 #10 8.045 Get:243 http://deb.debian.org/debian buster/main arm64 libfribidi0 arm64 1.0.5-3.1+deb10u2 [63.8 kB]
10:54:38 #10 8.046 Get:244 http://deb.debian.org/debian buster/main arm64 libfuture-perl all 0.39-1 [74.5 kB]
10:54:38 #10 8.047 Get:245 http://deb.debian.org/debian buster/main arm64 libio-stringy-perl all 2.111-3 [56.5 kB]
10:54:38 #10 8.049 Get:246 http://deb.debian.org/debian buster/main arm64 libparams-validate-perl arm64 1.29-1+b1 [66.3 kB]
10:54:38 #10 8.050 Get:247 http://deb.debian.org/debian buster/main arm64 libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB]
10:54:38 #10 8.051 Get:248 http://deb.debian.org/debian buster/main arm64 libsort-versions-perl all 1.62-1 [11.0 kB]
10:54:38 #10 8.054 Get:249 http://deb.debian.org/debian buster/main arm64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
10:54:38 #10 8.055 Get:250 http://deb.debian.org/debian buster/main arm64 libhttp-tiny-multipart-perl all 0.08-1 [9304 B]
10:54:38 #10 8.055 Get:251 http://deb.debian.org/debian buster/main arm64 libio-prompter-perl all 0.004015-1 [60.4 kB]
10:54:38 #10 8.058 Get:252 http://deb.debian.org/debian buster/main arm64 libjson-perl all 4.02000-1 [88.8 kB]
10:54:38 #10 8.061 Get:253 http://deb.debian.org/debian buster/main arm64 liblog-any-perl all 1.707-1 [65.2 kB]
10:54:38 #10 8.063 Get:254 http://deb.debian.org/debian buster/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
10:54:38 #10 8.063 Get:255 http://deb.debian.org/debian buster/main arm64 libpackage-stash-perl all 0.38-1 [21.7 kB]
10:54:38 #10 8.065 Get:256 http://deb.debian.org/debian buster/main arm64 libsub-identify-perl arm64 0.14-1+b1 [12.0 kB]
10:54:38 #10 8.066 Get:257 http://deb.debian.org/debian buster/main arm64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
10:54:38 #10 8.067 Get:258 http://deb.debian.org/debian buster/main arm64 libpath-tiny-perl all 0.108-1 [53.3 kB]
10:54:38 #10 8.071 Get:259 http://deb.debian.org/debian buster/main arm64 libtype-tiny-perl all 1.004004-1 [266 kB]
10:54:38 #10 8.076 Get:260 http://deb.debian.org/debian buster/main arm64 libgitlab-api-v4-perl all 0.16-1 [69.9 kB]
10:54:38 #10 8.077 Get:261 http://deb.debian.org/debian-security buster/updates/main arm64 libglib2.0-data all 2.58.3-2+deb10u4 [1110 kB]
10:54:38 #10 8.090 Get:262 http://deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB]
10:54:38 #10 8.094 Get:263 http://deb.debian.org/debian buster/main arm64 libidn11 arm64 1.33-2.2 [113 kB]
10:54:38 #10 8.095 Get:264 http://deb.debian.org/debian buster/main arm64 libntlm0 arm64 1.5-1+deb10u1 [23.6 kB]
10:54:38 #10 8.099 Get:265 http://deb.debian.org/debian buster/main arm64 libgsasl7 arm64 1.8.0-8+deb10u1 [203 kB]
10:54:38 #10 8.102 Get:266 http://deb.debian.org/debian buster/main arm64 libhtml-form-perl all 6.03-1 [23.9 kB]
10:54:38 #10 8.107 Get:267 http://deb.debian.org/debian buster/main arm64 libhtml-format-perl all 2.12-1 [43.5 kB]
10:54:38 #10 8.107 Get:268 http://deb.debian.org/debian-security buster/updates/main arm64 libhttp-daemon-perl all 6.01-3+deb10u1 [17.1 kB]
10:54:38 #10 8.108 Get:269 http://deb.debian.org/debian buster/main arm64 libstruct-dumb-perl all 0.09-1 [11.1 kB]
10:54:38 #10 8.108 Get:270 http://deb.debian.org/debian buster/main arm64 libio-async-perl all 0.72-1 [262 kB]
10:54:38 #10 8.113 Get:271 http://deb.debian.org/debian buster/main arm64 libio-sessiondata-perl all 1.03-1 [5782 B]
10:54:38 #10 8.113 Get:272 http://deb.debian.org/debian buster/main arm64 libio-string-perl all 1.08-3 [12.3 kB]
10:54:38 #10 8.118 Get:273 http://deb.debian.org/debian buster/main arm64 libtypes-serialiser-perl all 1.0-1 [12.7 kB]
10:54:38 #10 8.119 Get:274 http://deb.debian.org/debian buster/main arm64 libjson-xs-perl arm64 3.040-1+b1 [90.2 kB]
10:54:38 #10 8.121 Get:275 http://deb.debian.org/debian buster/main arm64 liblzo2-2 arm64 2.10-0.1 [49.0 kB]
10:54:38 #10 8.122 Get:276 http://deb.debian.org/debian buster/main arm64 libkyotocabinet16v5 arm64 1.2.76-4.2+b1 [267 kB]
10:54:38 #10 8.127 Get:277 http://deb.debian.org/debian buster/main arm64 liblist-compare-perl all 0.53-1 [68.9 kB]
10:54:38 #10 8.129 Get:278 http://deb.debian.org/debian buster/main arm64 liblist-moreutils-perl arm64 0.416-1+b4 [62.4 kB]
10:54:38 #10 8.132 Get:279 http://deb.debian.org/debian buster/main arm64 libltdl-dev arm64 2.4.6-9 [162 kB]
10:54:38 #10 8.134 Get:280 http://deb.debian.org/debian buster/main arm64 libsys-hostname-long-perl all 1.5-1 [12.0 kB]
10:54:38 #10 8.138 Get:281 http://deb.debian.org/debian buster/main arm64 libmail-sendmail-perl all 0.80-1 [25.3 kB]
10:54:38 #10 8.138 Get:282 http://deb.debian.org/debian buster/main arm64 mailutils-common all 1:3.5-4 [689 kB]
10:54:38 #10 8.172 Get:283 http://deb.debian.org/debian buster/main arm64 mysql-common all 5.8+1.0.5 [7324 B]
10:54:38 #10 8.173 Get:284 http://deb.debian.org/debian-security buster/updates/main arm64 mariadb-common all 1:10.3.38-0+deb10u1 [33.4 kB]
10:54:38 #10 8.174 Get:285 http://deb.debian.org/debian-security buster/updates/main arm64 libmariadb3 arm64 1:10.3.38-0+deb10u1 [163 kB]
10:54:38 #10 8.176 Get:286 http://deb.debian.org/debian buster/main arm64 libpython2.7-minimal arm64 2.7.16-2+deb10u1 [395 kB]
10:54:38 #10 8.182 Get:287 http://deb.debian.org/debian buster/main arm64 libpython2.7-stdlib arm64 2.7.16-2+deb10u1 [1890 kB]
10:54:38 #10 8.219 Get:288 http://deb.debian.org/debian buster/main arm64 libpython2.7 arm64 2.7.16-2+deb10u1 [958 kB]
10:54:38 #10 8.228 Get:289 http://deb.debian.org/debian buster/main arm64 libmailutils5 arm64 1:3.5-4 [829 kB]
10:54:38 #10 8.236 Get:290 http://deb.debian.org/debian buster/main arm64 libmime-tools-perl all 5.509-1 [212 kB]
10:54:38 #10 8.239 Get:291 http://deb.debian.org/debian buster/main arm64 libnet-dns-sec-perl arm64 1.11-1 [47.7 kB]
10:54:38 #10 8.239 Get:292 http://deb.debian.org/debian buster/main arm64 libnet-libidn-perl arm64 0.12.ds-3+b1 [18.7 kB]
10:54:38 #10 8.240 Get:293 http://deb.debian.org/debian buster/main arm64 libnumber-compare-perl all 0.03-1 [7642 B]
10:54:38 #10 8.240 Get:294 http://deb.debian.org/debian buster/main arm64 libnumber-range-perl all 0.12-1 [9274 B]
10:54:38 #10 8.241 Get:295 http://deb.debian.org/debian buster/main arm64 libossp-uuid16 arm64 1.6.2-1.5+b7 [41.8 kB]
10:54:38 #10 8.243 Get:296 http://deb.debian.org/debian buster/main arm64 libossp-uuid-perl arm64 1.6.2-1.5+b7 [28.8 kB]
10:54:38 #10 8.243 Get:297 http://deb.debian.org/debian buster/main arm64 libpackage-stash-xs-perl arm64 0.29-1 [19.7 kB]
10:54:38 #10 8.244 Get:298 http://deb.debian.org/debian buster/main arm64 libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB]
10:54:38 #10 8.247 Get:299 http://deb.debian.org/debian buster/main arm64 libtext-glob-perl all 0.10-1 [8362 B]
10:54:38 #10 8.255 Get:300 http://deb.debian.org/debian buster/main arm64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
10:54:38 #10 8.256 Get:301 http://deb.debian.org/debian buster/main arm64 libperlio-gzip-perl arm64 0.19-1+b5 [17.2 kB]
10:54:38 #10 8.262 Get:302 http://deb.debian.org/debian buster/main arm64 libpod-constants-perl all 0.19-1 [16.9 kB]
10:54:38 #10 8.276 Get:303 http://deb.debian.org/debian buster/main arm64 libreadonly-perl all 2.050-1 [22.7 kB]
10:54:38 #10 8.279 Get:304 http://deb.debian.org/debian buster/main arm64 libref-util-perl all 0.204-1 [17.1 kB]
10:54:38 #10 8.282 Get:305 http://deb.debian.org/debian buster/main arm64 libref-util-xs-perl arm64 0.117-1+b1 [13.8 kB]
10:54:38 #10 8.288 Get:306 http://deb.debian.org/debian buster/main arm64 libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB]
10:54:38 #10 8.288 Get:307 http://deb.debian.org/debian buster/main arm64 libsasl2-modules arm64 2.1.27+dfsg-1+deb10u2 [102 kB]
10:54:38 #10 8.290 Get:308 http://deb.debian.org/debian buster/main arm64 libsereal-decoder-perl arm64 4.005+ds-1+b1 [88.1 kB]
10:54:38 #10 8.341 Get:309 http://deb.debian.org/debian buster/main arm64 libsereal-encoder-perl arm64 4.005+ds-1+b1 [89.4 kB]
10:54:38 #10 8.350 Get:310 http://deb.debian.org/debian buster/main arm64 libsereal-perl all 4.005-1 [10.8 kB]
10:54:38 #10 8.371 Get:311 http://deb.debian.org/debian buster/main arm64 libtask-weaken-perl all 1.06-1 [9252 B]
10:54:38 #10 8.378 Get:312 http://deb.debian.org/debian buster/main arm64 libxml-parser-perl arm64 2.44-4 [212 kB]
10:54:38 #10 8.403 Get:313 http://deb.debian.org/debian buster/main arm64 libsoap-lite-perl all 1.27-1 [258 kB]
10:54:38 #10 8.408 Get:314 http://deb.debian.org/debian buster/main arm64 libsort-key-perl arm64 1.33-2+b1 [36.3 kB]
10:54:38 #10 8.411 Get:315 http://deb.debian.org/debian buster/main arm64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
10:54:38 #10 8.413 Get:316 http://deb.debian.org/debian buster/main arm64 libstring-escape-perl all 2010.002-2 [19.1 kB]
10:54:38 #10 8.416 Get:317 http://deb.debian.org/debian buster/main arm64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
10:54:38 #10 8.416 Get:318 http://deb.debian.org/debian buster/main arm64 libterm-readkey-perl arm64 2.38-1 [27.0 kB]
10:54:38 #10 8.417 Get:319 http://deb.debian.org/debian buster/main arm64 libtest-fatal-perl all 0.014-1 [11.9 kB]
10:54:38 #10 8.417 Get:320 http://deb.debian.org/debian buster/main arm64 libtest-refcount-perl all 0.08-3 [11.4 kB]
10:54:38 #10 8.417 Get:321 http://deb.debian.org/debian buster/main arm64 libtext-levenshtein-perl all 0.13-1 [11.1 kB]
10:54:38 #10 8.419 Get:322 http://deb.debian.org/debian buster/main arm64 libtype-tiny-xs-perl arm64 0.014-1+b1 [23.7 kB]
10:54:38 #10 8.422 Get:323 http://deb.debian.org/debian buster/main arm64 libunicode-utf8-perl arm64 0.62-1 [19.6 kB]
10:54:38 #10 8.428 Get:324 http://deb.debian.org/debian buster/main arm64 libwrap0 arm64 7.6.q-28 [58.4 kB]
10:54:38 #10 8.454 Get:325 http://deb.debian.org/debian buster/main arm64 libxau6 arm64 1:1.0.8-1+b2 [19.3 kB]
10:54:38 #10 8.477 Get:326 http://deb.debian.org/debian buster/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
10:54:38 #10 8.477 Get:327 http://deb.debian.org/debian buster/main arm64 libxcb1 arm64 1.13.1-2 [135 kB]
10:54:38 #10 8.479 Get:328 http://deb.debian.org/debian buster/main arm64 libx11-data all 2:1.6.7-1+deb10u2 [299 kB]
10:54:38 #10 8.482 Get:329 http://deb.debian.org/debian buster/main arm64 libx11-6 arm64 2:1.6.7-1+deb10u2 [736 kB]
10:54:38 #10 8.488 Get:330 http://deb.debian.org/debian buster/main arm64 libxext6 arm64 2:1.3.3-1+b2 [48.6 kB]
10:54:38 #10 8.489 Get:331 http://deb.debian.org/debian buster/main arm64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
10:54:38 #10 8.489 Get:332 http://deb.debian.org/debian buster/main arm64 libxml-sax-base-perl all 1.09-1 [20.4 kB]
10:54:38 #10 8.490 Get:333 http://deb.debian.org/debian buster/main arm64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
10:54:38 #10 8.490 Get:334 http://deb.debian.org/debian buster/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-1 [334 kB]
10:54:38 #10 8.494 Get:335 http://deb.debian.org/debian buster/main arm64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
10:54:38 #10 8.494 Get:336 http://deb.debian.org/debian buster/main arm64 libxml-simple-perl all 2.25-1 [72.0 kB]
10:54:38 #10 8.495 Get:337 http://deb.debian.org/debian buster/main arm64 libxmlrpc-lite-perl all 0.717-2 [22.3 kB]
10:54:38 #10 8.495 Get:338 http://deb.debian.org/debian buster/main arm64 libxmuu1 arm64 2:1.1.2-2+b3 [24.1 kB]
10:54:38 #10 8.496 Get:339 http://deb.debian.org/debian buster/main arm64 libyaml-0-2 arm64 0.2.1-1 [41.4 kB]
10:54:38 #10 8.496 Get:340 http://deb.debian.org/debian buster/main arm64 libyaml-libyaml-perl arm64 0.76+repack-1 [32.0 kB]
10:54:38 #10 8.497 Get:341 http://deb.debian.org/debian buster/main arm64 licensecheck all 3.0.31-3 [28.3 kB]
10:54:38 #10 8.497 Get:342 http://deb.debian.org/debian buster/main arm64 t1utils arm64 1.41-3 [59.7 kB]
10:54:38 #10 8.498 Get:343 http://deb.debian.org/debian buster/main arm64 lintian all 2.15.0 [1181 kB]
10:54:38 #10 8.510 Get:344 http://deb.debian.org/debian buster/main arm64 lsb-release all 10.2019051400 [27.5 kB]
10:54:38 #10 8.510 Get:345 http://deb.debian.org/debian buster/main arm64 mailutils arm64 1:3.5-4 [570 kB]
10:54:38 #10 8.516 Get:346 http://deb.debian.org/debian buster/main arm64 manpages-dev all 4.16-2 [2232 kB]
10:54:38 #10 8.535 Get:347 http://deb.debian.org/debian buster/main arm64 psmisc arm64 23.2-1+deb10u1 [123 kB]
10:54:38 #10 8.536 Get:348 http://deb.debian.org/debian buster/main arm64 publicsuffix all 20220811.1734-0+deb10u1 [127 kB]
10:54:38 #10 8.537 Get:349 http://deb.debian.org/debian buster/main arm64 python-apt-common all 1.8.4.3 [96.3 kB]
10:54:38 #10 8.539 Get:350 http://deb.debian.org/debian buster/main arm64 python3-apt arm64 1.8.4.3 [179 kB]
10:54:38 #10 8.541 Get:351 http://deb.debian.org/debian buster/main arm64 python3-certifi all 2018.8.24-1 [140 kB]
10:54:38 #10 8.542 Get:352 http://deb.debian.org/debian buster/main arm64 python3-idna all 2.6-1 [34.3 kB]
10:54:38 #10 8.542 Get:353 http://deb.debian.org/debian buster/main arm64 python3-magic all 2:0.4.15-2 [9256 B]
10:54:38 #10 8.543 Get:354 http://deb.debian.org/debian buster/main arm64 python3-urllib3 all 1.24.1-1 [97.1 kB]
10:54:38 #10 8.544 Get:355 http://deb.debian.org/debian buster/main arm64 python3-requests all 2.21.0-1 [66.9 kB]
10:54:38 #10 8.545 Get:356 http://deb.debian.org/debian buster/main arm64 python3-unidiff all 0.5.4-1 [7506 B]
10:54:38 #10 8.545 Get:357 http://deb.debian.org/debian buster/main arm64 python3-xdg all 0.25-5 [35.9 kB]
10:54:38 #10 8.545 Get:358 http://deb.debian.org/debian buster/main arm64 shared-mime-info arm64 1.10-1 [764 kB]
10:54:38 #10 8.552 Get:359 http://deb.debian.org/debian buster/main arm64 strace arm64 4.26-0.2 [803 kB]
10:54:38 #10 8.560 Get:360 http://deb.debian.org/debian-security buster/updates/main arm64 unzip arm64 6.0-23+deb10u3 [166 kB]
10:54:39 #10 8.561 Get:361 http://deb.debian.org/debian buster/main arm64 xauth arm64 1:1.0.10-1 [38.2 kB]
10:54:39 #10 8.562 Get:362 http://deb.debian.org/debian buster/main arm64 xdg-user-dirs arm64 0.17-2 [53.2 kB]
10:54:39 #10 8.751 debconf: delaying package configuration, since apt-utils is not installed
10:54:39 #10 8.781 Fetched 162 MB in 3s (51.4 MB/s)
10:54:39 #10 8.797 Selecting previously unselected package sensible-utils.
10:54:39 #10 8.797 (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.)
10:54:39 #10 8.802 Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ...
10:54:39 #10 8.806 Unpacking sensible-utils (0.0.12) ...
10:54:39 #10 8.836 Selecting previously unselected package lsb-base.
10:54:39 #10 8.837 Preparing to unpack .../01-lsb-base_10.2019051400_all.deb ...
10:54:39 #10 8.841 Unpacking lsb-base (10.2019051400) ...
10:54:39 #10 8.875 Selecting previously unselected package cron.
10:54:39 #10 8.876 Preparing to unpack .../02-cron_3.0pl1-134+deb10u1_arm64.deb ...
10:54:39 #10 8.879 Unpacking cron (3.0pl1-134+deb10u1) ...
10:54:39 #10 8.917 Selecting previously unselected package libbsd0:arm64.
10:54:39 #10 8.918 Preparing to unpack .../03-libbsd0_0.9.1-2+deb10u1_arm64.deb ...
10:54:39 #10 8.925 Unpacking libbsd0:arm64 (0.9.1-2+deb10u1) ...
10:54:39 #10 8.964 Selecting previously unselected package bsdmainutils.
10:54:39 #10 8.966 Preparing to unpack .../04-bsdmainutils_11.1.2+b1_arm64.deb ...
10:54:39 #10 8.970 Unpacking bsdmainutils (11.1.2+b1) ...
10:54:39 #10 9.016 Selecting previously unselected package libuchardet0:arm64.
10:54:39 #10 9.017 Preparing to unpack .../05-libuchardet0_0.0.6-3_arm64.deb ...
10:54:39 #10 9.020 Unpacking libuchardet0:arm64 (0.0.6-3) ...
10:54:39 #10 9.055 Selecting previously unselected package groff-base.
10:54:39 #10 9.057 Preparing to unpack .../06-groff-base_1.22.4-3+deb10u1_arm64.deb ...
10:54:39 #10 9.061 Unpacking groff-base (1.22.4-3+deb10u1) ...
10:54:39 #10 9.163 Selecting previously unselected package libgdbm6:arm64.
10:54:39 #10 9.164 Preparing to unpack .../07-libgdbm6_1.18.1-4_arm64.deb ...
10:54:39 #10 9.168 Unpacking libgdbm6:arm64 (1.18.1-4) ...
10:54:39 #10 9.203 Selecting previously unselected package libpipeline1:arm64.
10:54:39 #10 9.205 Preparing to unpack .../08-libpipeline1_1.5.1-2_arm64.deb ...
10:54:39 #10 9.208 Unpacking libpipeline1:arm64 (1.5.1-2) ...
10:54:39 #10 9.253 Selecting previously unselected package man-db.
10:54:39 #10 9.255 Preparing to unpack .../09-man-db_2.8.5-2_arm64.deb ...
10:54:39 #10 9.262 Unpacking man-db (2.8.5-2) ...
10:54:39 #10 9.382 Selecting previously unselected package perl-modules-5.28.
10:54:39 #10 9.384 Preparing to unpack .../10-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
10:54:39 #10 9.387 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
10:54:40 #10 9.704 Selecting previously unselected package libgdbm-compat4:arm64.
10:54:40 #10 9.705 Preparing to unpack .../11-libgdbm-compat4_1.18.1-4_arm64.deb ...
10:54:40 #10 9.710 Unpacking libgdbm-compat4:arm64 (1.18.1-4) ...
10:54:40 #10 9.751 Selecting previously unselected package libperl5.28:arm64.
10:54:40 #10 9.753 Preparing to unpack .../12-libperl5.28_5.28.1-6+deb10u1_arm64.deb ...
10:54:40 #10 9.757 Unpacking libperl5.28:arm64 (5.28.1-6+deb10u1) ...
10:54:40 #10 10.11 Selecting previously unselected package perl.
10:54:40 #10 10.12 Preparing to unpack .../13-perl_5.28.1-6+deb10u1_arm64.deb ...
10:54:40 #10 10.12 Unpacking perl (5.28.1-6+deb10u1) ...
10:54:40 #10 10.17 Selecting previously unselected package liblocale-gettext-perl.
10:54:40 #10 10.17 Preparing to unpack .../14-liblocale-gettext-perl_1.07-3+b4_arm64.deb ...
10:54:40 #10 10.17 Unpacking liblocale-gettext-perl (1.07-3+b4) ...
10:54:40 #10 10.22 Selecting previously unselected package libssl1.1:arm64.
10:54:40 #10 10.22 Preparing to unpack .../15-libssl1.1_1.1.1n-0+deb10u4_arm64.deb ...
10:54:40 #10 10.23 Unpacking libssl1.1:arm64 (1.1.1n-0+deb10u4) ...
10:54:40 #10 10.34 Selecting previously unselected package libpython3.7-minimal:arm64.
10:54:40 #10 10.34 Preparing to unpack .../16-libpython3.7-minimal_3.7.3-2+deb10u4_arm64.deb ...
10:54:40 #10 10.35 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u4) ...
10:54:40 #10 10.43 Selecting previously unselected package libexpat1:arm64.
10:54:40 #10 10.44 Preparing to unpack .../17-libexpat1_2.2.6-2+deb10u6_arm64.deb ...
10:54:40 #10 10.44 Unpacking libexpat1:arm64 (2.2.6-2+deb10u6) ...
10:54:40 #10 10.48 Selecting previously unselected package python3.7-minimal.
10:54:41 #10 10.48 Preparing to unpack .../18-python3.7-minimal_3.7.3-2+deb10u4_arm64.deb ...
10:54:41 #10 10.49 Unpacking python3.7-minimal (3.7.3-2+deb10u4) ...
10:54:41 #10 10.63 Setting up libssl1.1:arm64 (1.1.1n-0+deb10u4) ...
10:54:41 #10 10.72 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u4) ...
10:54:41 #10 10.74 Setting up libexpat1:arm64 (2.2.6-2+deb10u6) ...
10:54:41 #10 10.75 Setting up python3.7-minimal (3.7.3-2+deb10u4) ...
10:54:41 #10 11.29 Selecting previously unselected package python3-minimal.
10:54:41 #10 11.29 (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.)
10:54:41 #10 11.29 Preparing to unpack .../0-python3-minimal_3.7.3-1_arm64.deb ...
10:54:41 #10 11.30 Unpacking python3-minimal (3.7.3-1) ...
10:54:41 #10 11.34 Selecting previously unselected package mime-support.
10:54:41 #10 11.34 Preparing to unpack .../1-mime-support_3.62_all.deb ...
10:54:41 #10 11.34 Unpacking mime-support (3.62) ...
10:54:41 #10 11.38 Selecting previously unselected package libmpdec2:arm64.
10:54:41 #10 11.38 Preparing to unpack .../2-libmpdec2_2.4.2-2_arm64.deb ...
10:54:41 #10 11.38 Unpacking libmpdec2:arm64 (2.4.2-2) ...
10:54:41 #10 11.42 Selecting previously unselected package readline-common.
10:54:42 #10 11.42 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
10:54:42 #10 11.43 Unpacking readline-common (7.0-5) ...
10:54:42 #10 11.47 Selecting previously unselected package libreadline7:arm64.
10:54:42 #10 11.47 Preparing to unpack .../4-libreadline7_7.0-5_arm64.deb ...
10:54:42 #10 11.47 Unpacking libreadline7:arm64 (7.0-5) ...
10:54:42 #10 11.51 Selecting previously unselected package libsqlite3-0:arm64.
10:54:42 #10 11.51 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u2_arm64.deb ...
10:54:42 #10 11.52 Unpacking libsqlite3-0:arm64 (3.27.2-3+deb10u2) ...
10:54:42 #10 11.59 Selecting previously unselected package libpython3.7-stdlib:arm64.
10:54:42 #10 11.59 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u4_arm64.deb ...
10:54:42 #10 11.59 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u4) ...
10:54:42 #10 11.75 Selecting previously unselected package python3.7.
10:54:42 #10 11.75 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u4_arm64.deb ...
10:54:42 #10 11.75 Unpacking python3.7 (3.7.3-2+deb10u4) ...
10:54:42 #10 11.79 Selecting previously unselected package libpython3-stdlib:arm64.
10:54:42 #10 11.79 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_arm64.deb ...
10:54:42 #10 11.80 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
10:54:42 #10 11.83 Setting up python3-minimal (3.7.3-1) ...
10:54:42 #10 12.03 Selecting previously unselected package python3.
10:54:42 #10 12.03 (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.)
10:54:42 #10 12.03 Preparing to unpack .../000-python3_3.7.3-1_arm64.deb ...
10:54:42 #10 12.04 Unpacking python3 (3.7.3-1) ...
10:54:42 #10 12.08 Selecting previously unselected package less.
10:54:42 #10 12.08 Preparing to unpack .../001-less_487-0.1+b1_arm64.deb ...
10:54:42 #10 12.08 Unpacking less (487-0.1+b1) ...
10:54:42 #10 12.12 Selecting previously unselected package netbase.
10:54:42 #10 12.12 Preparing to unpack .../002-netbase_5.6_all.deb ...
10:54:42 #10 12.13 Unpacking netbase (5.6) ...
10:54:42 #10 12.16 Selecting previously unselected package bzip2.
10:54:42 #10 12.16 Preparing to unpack .../003-bzip2_1.0.6-9.2~deb10u2_arm64.deb ...
10:54:42 #10 12.16 Unpacking bzip2 (1.0.6-9.2~deb10u2) ...
10:54:42 #10 12.19 Selecting previously unselected package libmagic-mgc.
10:54:42 #10 12.20 Preparing to unpack .../004-libmagic-mgc_1%3a5.35-4+deb10u2_arm64.deb ...
10:54:42 #10 12.20 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
10:54:42 #10 12.26 Selecting previously unselected package libmagic1:arm64.
10:54:42 #10 12.26 Preparing to unpack .../005-libmagic1_1%3a5.35-4+deb10u2_arm64.deb ...
10:54:42 #10 12.27 Unpacking libmagic1:arm64 (1:5.35-4+deb10u2) ...
10:54:42 #10 12.30 Selecting previously unselected package file.
10:54:42 #10 12.30 Preparing to unpack .../006-file_1%3a5.35-4+deb10u2_arm64.deb ...
10:54:42 #10 12.31 Unpacking file (1:5.35-4+deb10u2) ...
10:54:42 #10 12.34 Selecting previously unselected package gettext-base.
10:54:42 #10 12.34 Preparing to unpack .../007-gettext-base_0.19.8.1-9_arm64.deb ...
10:54:42 #10 12.35 Unpacking gettext-base (0.19.8.1-9) ...
10:54:42 #10 12.38 Selecting previously unselected package krb5-locales.
10:54:42 #10 12.39 Preparing to unpack .../008-krb5-locales_1.17-3+deb10u5_all.deb ...
10:54:42 #10 12.39 Unpacking krb5-locales (1.17-3+deb10u5) ...
10:54:42 #10 12.43 Selecting previously unselected package libkeyutils1:arm64.
10:54:42 #10 12.43 Preparing to unpack .../009-libkeyutils1_1.6-6_arm64.deb ...
10:54:42 #10 12.43 Unpacking libkeyutils1:arm64 (1.6-6) ...
10:54:42 #10 12.47 Selecting previously unselected package libkrb5support0:arm64.
10:54:42 #10 12.47 Preparing to unpack .../010-libkrb5support0_1.17-3+deb10u5_arm64.deb ...
10:54:42 #10 12.47 Unpacking libkrb5support0:arm64 (1.17-3+deb10u5) ...
10:54:42 #10 12.51 Selecting previously unselected package libk5crypto3:arm64.
10:54:42 #10 12.51 Preparing to unpack .../011-libk5crypto3_1.17-3+deb10u5_arm64.deb ...
10:54:42 #10 12.51 Unpacking libk5crypto3:arm64 (1.17-3+deb10u5) ...
10:54:42 #10 12.55 Selecting previously unselected package libkrb5-3:arm64.
10:54:43 #10 12.55 Preparing to unpack .../012-libkrb5-3_1.17-3+deb10u5_arm64.deb ...
10:54:43 #10 12.56 Unpacking libkrb5-3:arm64 (1.17-3+deb10u5) ...
10:54:43 #10 12.63 Selecting previously unselected package libgssapi-krb5-2:arm64.
10:54:43 #10 12.63 Preparing to unpack .../013-libgssapi-krb5-2_1.17-3+deb10u5_arm64.deb ...
10:54:43 #10 12.63 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u5) ...
10:54:43 #10 12.68 Selecting previously unselected package libicu63:arm64.
10:54:43 #10 12.68 Preparing to unpack .../014-libicu63_63.1-6+deb10u3_arm64.deb ...
10:54:43 #10 12.68 Unpacking libicu63:arm64 (63.1-6+deb10u3) ...
10:54:43 #10 13.32 Selecting previously unselected package libxml2:arm64.
10:54:43 #10 13.33 Preparing to unpack .../015-libxml2_2.9.4+dfsg1-7+deb10u6_arm64.deb ...
10:54:43 #10 13.33 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u6) ...
10:54:43 #10 13.40 Selecting previously unselected package manpages.
10:54:44 #10 13.40 Preparing to unpack .../016-manpages_4.16-2_all.deb ...
10:54:44 #10 13.41 Unpacking manpages (4.16-2) ...
10:54:44 #10 13.51 Selecting previously unselected package libedit2:arm64.
10:54:44 #10 13.51 Preparing to unpack .../017-libedit2_3.1-20181209-1_arm64.deb ...
10:54:44 #10 13.52 Unpacking libedit2:arm64 (3.1-20181209-1) ...
10:54:44 #10 13.56 Selecting previously unselected package openssh-client.
10:54:44 #10 13.57 Preparing to unpack .../018-openssh-client_1%3a7.9p1-10+deb10u2_arm64.deb ...
10:54:44 #10 13.58 Unpacking openssh-client (1:7.9p1-10+deb10u2) ...
10:54:44 #10 13.67 Selecting previously unselected package ucf.
10:54:44 #10 13.67 Preparing to unpack .../019-ucf_3.0038+nmu1_all.deb ...
10:54:44 #10 13.67 Moving old data out of the way
10:54:44 #10 13.67 Unpacking ucf (3.0038+nmu1) ...
10:54:44 #10 13.71 Selecting previously unselected package xz-utils.
10:54:44 #10 13.71 Preparing to unpack .../020-xz-utils_5.2.4-1+deb10u1_arm64.deb ...
10:54:44 #10 13.72 Unpacking xz-utils (5.2.4-1+deb10u1) ...
10:54:44 #10 13.77 Selecting previously unselected package libfl2:arm64.
10:54:44 #10 13.77 Preparing to unpack .../021-libfl2_2.6.4-6.2_arm64.deb ...
10:54:44 #10 13.78 Unpacking libfl2:arm64 (2.6.4-6.2) ...
10:54:44 #10 13.82 Selecting previously unselected package at.
10:54:44 #10 13.82 Preparing to unpack .../022-at_3.1.23-1_arm64.deb ...
10:54:44 #10 13.83 Unpacking at (3.1.23-1) ...
10:54:44 #10 13.87 Selecting previously unselected package libsigsegv2:arm64.
10:54:44 #10 13.87 Preparing to unpack .../023-libsigsegv2_2.12-2_arm64.deb ...
10:54:44 #10 13.88 Unpacking libsigsegv2:arm64 (2.12-2) ...
10:54:44 #10 13.91 Selecting previously unselected package m4.
10:54:44 #10 13.91 Preparing to unpack .../024-m4_1.4.18-2_arm64.deb ...
10:54:44 #10 13.91 Unpacking m4 (1.4.18-2) ...
10:54:44 #10 13.96 Selecting previously unselected package autoconf.
10:54:44 #10 13.96 Preparing to unpack .../025-autoconf_2.69-11_all.deb ...
10:54:44 #10 13.96 Unpacking autoconf (2.69-11) ...
10:54:44 #10 14.02 Selecting previously unselected package autotools-dev.
10:54:44 #10 14.02 Preparing to unpack .../026-autotools-dev_20180224.1_all.deb ...
10:54:44 #10 14.02 Unpacking autotools-dev (20180224.1) ...
10:54:44 #10 14.06 Selecting previously unselected package automake.
10:54:44 #10 14.06 Preparing to unpack .../027-automake_1%3a1.16.1-4_all.deb ...
10:54:44 #10 14.06 Unpacking automake (1:1.16.1-4) ...
10:54:44 #10 14.13 Selecting previously unselected package autopoint.
10:54:44 #10 14.13 Preparing to unpack .../028-autopoint_0.19.8.1-9_all.deb ...
10:54:44 #10 14.13 Unpacking autopoint (0.19.8.1-9) ...
10:54:44 #10 14.19 Selecting previously unselected package binutils-common:arm64.
10:54:44 #10 14.19 Preparing to unpack .../029-binutils-common_2.31.1-16_arm64.deb ...
10:54:44 #10 14.20 Unpacking binutils-common:arm64 (2.31.1-16) ...
10:54:44 #10 14.39 Selecting previously unselected package libbinutils:arm64.
10:54:45 #10 14.40 Preparing to unpack .../030-libbinutils_2.31.1-16_arm64.deb ...
10:54:45 #10 14.40 Unpacking libbinutils:arm64 (2.31.1-16) ...
10:54:45 #10 14.46 Selecting previously unselected package binutils-aarch64-linux-gnu.
10:54:45 #10 14.46 Preparing to unpack .../031-binutils-aarch64-linux-gnu_2.31.1-16_arm64.deb ...
10:54:45 #10 14.47 Unpacking binutils-aarch64-linux-gnu (2.31.1-16) ...
10:54:45 #10 14.70 Selecting previously unselected package binutils.
10:54:45 #10 14.71 Preparing to unpack .../032-binutils_2.31.1-16_arm64.deb ...
10:54:45 #10 14.71 Unpacking binutils (2.31.1-16) ...
10:54:45 #10 14.74 Selecting previously unselected package libc-dev-bin.
10:54:45 #10 14.75 Preparing to unpack .../033-libc-dev-bin_2.28-10+deb10u2_arm64.deb ...
10:54:45 #10 14.75 Unpacking libc-dev-bin (2.28-10+deb10u2) ...
10:54:45 #10 14.79 Selecting previously unselected package linux-libc-dev:arm64.
10:54:45 #10 14.79 Preparing to unpack .../034-linux-libc-dev_4.19.282-1_arm64.deb ...
10:54:45 #10 14.80 Unpacking linux-libc-dev:arm64 (4.19.282-1) ...
10:54:45 #10 14.92 Selecting previously unselected package libc6-dev:arm64.
10:54:45 #10 14.92 Preparing to unpack .../035-libc6-dev_2.28-10+deb10u2_arm64.deb ...
10:54:45 #10 14.93 Unpacking libc6-dev:arm64 (2.28-10+deb10u2) ...
10:54:45 #10 15.17 Selecting previously unselected package libisl19:arm64.
10:54:45 #10 15.17 Preparing to unpack .../036-libisl19_0.20-2_arm64.deb ...
10:54:45 #10 15.18 Unpacking libisl19:arm64 (0.20-2) ...
10:54:45 #10 15.25 Selecting previously unselected package libmpfr6:arm64.
10:54:45 #10 15.25 Preparing to unpack .../037-libmpfr6_4.0.2-1_arm64.deb ...
10:54:45 #10 15.25 Unpacking libmpfr6:arm64 (4.0.2-1) ...
10:54:45 #10 15.30 Selecting previously unselected package libmpc3:arm64.
10:54:45 #10 15.31 Preparing to unpack .../038-libmpc3_1.1.0-1_arm64.deb ...
10:54:45 #10 15.31 Unpacking libmpc3:arm64 (1.1.0-1) ...
10:54:45 #10 15.34 Selecting previously unselected package cpp-8.
10:54:45 #10 15.34 Preparing to unpack .../039-cpp-8_8.3.0-6_arm64.deb ...
10:54:45 #10 15.35 Unpacking cpp-8 (8.3.0-6) ...
10:54:46 #10 15.91 Selecting previously unselected package cpp.
10:54:46 #10 15.91 Preparing to unpack .../040-cpp_4%3a8.3.0-1_arm64.deb ...
10:54:46 #10 15.92 Unpacking cpp (4:8.3.0-1) ...
10:54:46 #10 15.95 Selecting previously unselected package libcc1-0:arm64.
10:54:46 #10 15.95 Preparing to unpack .../041-libcc1-0_8.3.0-6_arm64.deb ...
10:54:46 #10 15.96 Unpacking libcc1-0:arm64 (8.3.0-6) ...
10:54:46 #10 16.00 Selecting previously unselected package libgomp1:arm64.
10:54:46 #10 16.00 Preparing to unpack .../042-libgomp1_8.3.0-6_arm64.deb ...
10:54:46 #10 16.00 Unpacking libgomp1:arm64 (8.3.0-6) ...
10:54:46 #10 16.04 Selecting previously unselected package libitm1:arm64.
10:54:46 #10 16.04 Preparing to unpack .../043-libitm1_8.3.0-6_arm64.deb ...
10:54:46 #10 16.05 Unpacking libitm1:arm64 (8.3.0-6) ...
10:54:46 #10 16.08 Selecting previously unselected package libatomic1:arm64.
10:54:46 #10 16.08 Preparing to unpack .../044-libatomic1_8.3.0-6_arm64.deb ...
10:54:46 #10 16.09 Unpacking libatomic1:arm64 (8.3.0-6) ...
10:54:46 #10 16.12 Selecting previously unselected package libasan5:arm64.
10:54:46 #10 16.12 Preparing to unpack .../045-libasan5_8.3.0-6_arm64.deb ...
10:54:46 #10 16.13 Unpacking libasan5:arm64 (8.3.0-6) ...
10:54:46 #10 16.18 Selecting previously unselected package liblsan0:arm64.
10:54:46 #10 16.19 Preparing to unpack .../046-liblsan0_8.3.0-6_arm64.deb ...
10:54:46 #10 16.19 Unpacking liblsan0:arm64 (8.3.0-6) ...
10:54:46 #10 16.23 Selecting previously unselected package libtsan0:arm64.
10:54:46 #10 16.24 Preparing to unpack .../047-libtsan0_8.3.0-6_arm64.deb ...
10:54:46 #10 16.24 Unpacking libtsan0:arm64 (8.3.0-6) ...
10:54:46 #10 16.29 Selecting previously unselected package libubsan1:arm64.
10:54:46 #10 16.29 Preparing to unpack .../048-libubsan1_8.3.0-6_arm64.deb ...
10:54:46 #10 16.29 Unpacking libubsan1:arm64 (8.3.0-6) ...
10:54:46 #10 16.33 Selecting previously unselected package libgcc-8-dev:arm64.
10:54:46 #10 16.33 Preparing to unpack .../049-libgcc-8-dev_8.3.0-6_arm64.deb ...
10:54:46 #10 16.34 Unpacking libgcc-8-dev:arm64 (8.3.0-6) ...
10:54:46 #10 16.45 Selecting previously unselected package gcc-8.
10:54:46 #10 16.45 Preparing to unpack .../050-gcc-8_8.3.0-6_arm64.deb ...
10:54:46 #10 16.45 Unpacking gcc-8 (8.3.0-6) ...
10:54:47 #10 17.04 Selecting previously unselected package gcc.
10:54:47 #10 17.04 Preparing to unpack .../051-gcc_4%3a8.3.0-1_arm64.deb ...
10:54:47 #10 17.04 Unpacking gcc (4:8.3.0-1) ...
10:54:47 #10 17.08 Selecting previously unselected package libstdc++-8-dev:arm64.
10:54:47 #10 17.08 Preparing to unpack .../052-libstdc++-8-dev_8.3.0-6_arm64.deb ...
10:54:47 #10 17.08 Unpacking libstdc++-8-dev:arm64 (8.3.0-6) ...
10:54:47 #10 17.28 Selecting previously unselected package g++-8.
10:54:47 #10 17.28 Preparing to unpack .../053-g++-8_8.3.0-6_arm64.deb ...
10:54:47 #10 17.28 Unpacking g++-8 (8.3.0-6) ...
10:54:48 #10 17.90 Selecting previously unselected package g++.
10:54:48 #10 17.90 Preparing to unpack .../054-g++_4%3a8.3.0-1_arm64.deb ...
10:54:48 #10 17.90 Unpacking g++ (4:8.3.0-1) ...
10:54:48 #10 17.93 Selecting previously unselected package make.
10:54:48 #10 17.93 Preparing to unpack .../055-make_4.2.1-1.2_arm64.deb ...
10:54:48 #10 17.93 Unpacking make (4.2.1-1.2) ...
10:54:48 #10 17.99 Selecting previously unselected package libdpkg-perl.
10:54:48 #10 17.99 Preparing to unpack .../056-libdpkg-perl_1.19.8_all.deb ...
10:54:48 #10 17.99 Unpacking libdpkg-perl (1.19.8) ...
10:54:48 #10 18.06 Selecting previously unselected package patch.
10:54:48 #10 18.06 Preparing to unpack .../057-patch_2.7.6-3+deb10u1_arm64.deb ...
10:54:48 #10 18.06 Unpacking patch (2.7.6-3+deb10u1) ...
10:54:48 #10 18.10 Selecting previously unselected package dpkg-dev.
10:54:48 #10 18.10 Preparing to unpack .../058-dpkg-dev_1.19.8_all.deb ...
10:54:48 #10 18.10 Unpacking dpkg-dev (1.19.8) ...
10:54:48 #10 18.19 Selecting previously unselected package build-essential.
10:54:48 #10 18.20 Preparing to unpack .../059-build-essential_12.6_arm64.deb ...
10:54:48 #10 18.20 Unpacking build-essential (12.6) ...
10:54:48 #10 18.23 Selecting previously unselected package openssl.
10:54:48 #10 18.23 Preparing to unpack .../060-openssl_1.1.1n-0+deb10u4_arm64.deb ...
10:54:48 #10 18.24 Unpacking openssl (1.1.1n-0+deb10u4) ...
10:54:48 #10 18.35 Selecting previously unselected package ca-certificates.
10:54:48 #10 18.36 Preparing to unpack .../061-ca-certificates_20200601~deb10u2_all.deb ...
10:54:48 #10 18.36 Unpacking ca-certificates (20200601~deb10u2) ...
10:54:48 #10 18.41 Selecting previously unselected package libsasl2-modules-db:arm64.
10:54:48 #10 18.41 Preparing to unpack .../062-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_arm64.deb ...
10:54:48 #10 18.42 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ...
10:54:48 #10 18.48 Selecting previously unselected package libsasl2-2:arm64.
10:54:49 #10 18.48 Preparing to unpack .../063-libsasl2-2_2.1.27+dfsg-1+deb10u2_arm64.deb ...
10:54:49 #10 18.48 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ...
10:54:49 #10 18.52 Selecting previously unselected package libldap-common.
10:54:49 #10 18.52 Preparing to unpack .../064-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
10:54:49 #10 18.52 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
10:54:49 #10 18.57 Selecting previously unselected package libldap-2.4-2:arm64.
10:54:49 #10 18.57 Preparing to unpack .../065-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_arm64.deb ...
10:54:49 #10 18.58 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ...
10:54:49 #10 18.62 Selecting previously unselected package libnghttp2-14:arm64.
10:54:49 #10 18.63 Preparing to unpack .../066-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ...
10:54:49 #10 18.66 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
10:54:49 #10 18.72 Selecting previously unselected package libpsl5:arm64.
10:54:49 #10 18.73 Preparing to unpack .../067-libpsl5_0.20.2-2_arm64.deb ...
10:54:49 #10 18.73 Unpacking libpsl5:arm64 (0.20.2-2) ...
10:54:49 #10 18.77 Selecting previously unselected package librtmp1:arm64.
10:54:49 #10 18.77 Preparing to unpack .../068-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ...
10:54:49 #10 18.77 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
10:54:49 #10 18.84 Selecting previously unselected package libssh2-1:arm64.
10:54:49 #10 18.84 Preparing to unpack .../069-libssh2-1_1.8.0-2.1_arm64.deb ...
10:54:49 #10 18.84 Unpacking libssh2-1:arm64 (1.8.0-2.1) ...
10:54:49 #10 18.89 Selecting previously unselected package libcurl4:arm64.
10:54:49 #10 18.89 Preparing to unpack .../070-libcurl4_7.64.0-4+deb10u6_arm64.deb ...
10:54:49 #10 18.89 Unpacking libcurl4:arm64 (7.64.0-4+deb10u6) ...
10:54:49 #10 18.94 Selecting previously unselected package curl.
10:54:49 #10 18.94 Preparing to unpack .../071-curl_7.64.0-4+deb10u6_arm64.deb ...
10:54:49 #10 18.94 Unpacking curl (7.64.0-4+deb10u6) ...
10:54:49 #10 18.99 Selecting previously unselected package dctrl-tools.
10:54:49 #10 19.00 Preparing to unpack .../072-dctrl-tools_2.24-3_arm64.deb ...
10:54:49 #10 19.00 Unpacking dctrl-tools (2.24-3) ...
10:54:49 #10 19.04 Selecting previously unselected package libtool.
10:54:49 #10 19.04 Preparing to unpack .../073-libtool_2.4.6-9_all.deb ...
10:54:49 #10 19.05 Unpacking libtool (2.4.6-9) ...
10:54:49 #10 19.13 Selecting previously unselected package dh-autoreconf.
10:54:49 #10 19.14 Preparing to unpack .../074-dh-autoreconf_19_all.deb ...
10:54:49 #10 19.14 Unpacking dh-autoreconf (19) ...
10:54:49 #10 19.20 Selecting previously unselected package libarchive-zip-perl.
10:54:49 #10 19.20 Preparing to unpack .../075-libarchive-zip-perl_1.64-1_all.deb ...
10:54:49 #10 19.20 Unpacking libarchive-zip-perl (1.64-1) ...
10:54:49 #10 19.24 Selecting previously unselected package libfile-stripnondeterminism-perl.
10:54:49 #10 19.24 Preparing to unpack .../076-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
10:54:49 #10 19.25 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
10:54:49 #10 19.28 Selecting previously unselected package dh-strip-nondeterminism.
10:54:49 #10 19.28 Preparing to unpack .../077-dh-strip-nondeterminism_1.1.2-1_all.deb ...
10:54:49 #10 19.28 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
10:54:49 #10 19.32 Selecting previously unselected package dwz.
10:54:49 #10 19.32 Preparing to unpack .../078-dwz_0.12-3_arm64.deb ...
10:54:49 #10 19.32 Unpacking dwz (0.12-3) ...
10:54:49 #10 19.37 Selecting previously unselected package libglib2.0-0:arm64.
10:54:49 #10 19.37 Preparing to unpack .../079-libglib2.0-0_2.58.3-2+deb10u4_arm64.deb ...
10:54:49 #10 19.38 Unpacking libglib2.0-0:arm64 (2.58.3-2+deb10u4) ...
10:54:49 #10 19.49 Selecting previously unselected package libcroco3:arm64.
10:54:49 #10 19.50 Preparing to unpack .../080-libcroco3_0.6.12-3_arm64.deb ...
10:54:49 #10 19.50 Unpacking libcroco3:arm64 (0.6.12-3) ...
10:54:49 #10 19.55 Selecting previously unselected package libncurses6:arm64.
10:54:49 #10 19.55 Preparing to unpack .../081-libncurses6_6.1+20181013-2+deb10u3_arm64.deb ...
10:54:49 #10 19.55 Unpacking libncurses6:arm64 (6.1+20181013-2+deb10u3) ...
10:54:49 #10 19.59 Selecting previously unselected package gettext.
10:54:50 #10 19.59 Preparing to unpack .../082-gettext_0.19.8.1-9_arm64.deb ...
10:54:50 #10 19.59 Unpacking gettext (0.19.8.1-9) ...
10:54:50 #10 19.72 Selecting previously unselected package intltool-debian.
10:54:50 #10 19.72 Preparing to unpack .../083-intltool-debian_0.35.0+20060710.5_all.deb ...
10:54:50 #10 19.72 Unpacking intltool-debian (0.35.0+20060710.5) ...
10:54:50 #10 19.79 Selecting previously unselected package po-debconf.
10:54:50 #10 19.79 Preparing to unpack .../084-po-debconf_1.0.21_all.deb ...
10:54:50 #10 19.80 Unpacking po-debconf (1.0.21) ...
10:54:50 #10 19.84 Selecting previously unselected package debhelper.
10:54:50 #10 19.85 Preparing to unpack .../085-debhelper_12.1.1_all.deb ...
10:54:50 #10 19.85 Unpacking debhelper (12.1.1) ...
10:54:50 #10 19.95 Selecting previously unselected package debian-keyring.
10:54:50 #10 19.96 Preparing to unpack .../086-debian-keyring_2019.02.25_all.deb ...
10:54:50 #10 19.96 Unpacking debian-keyring (2019.02.25) ...
10:54:52 #10 22.02 Selecting previously unselected package libfakeroot:arm64.
10:54:52 #10 22.03 Preparing to unpack .../087-libfakeroot_1.23-1_arm64.deb ...
10:54:52 #10 22.03 Unpacking libfakeroot:arm64 (1.23-1) ...
10:54:52 #10 22.06 Selecting previously unselected package fakeroot.
10:54:52 #10 22.07 Preparing to unpack .../088-fakeroot_1.23-1_arm64.deb ...
10:54:52 #10 22.07 Unpacking fakeroot (1.23-1) ...
10:54:52 #10 22.11 Selecting previously unselected package libassuan0:arm64.
10:54:52 #10 22.12 Preparing to unpack .../089-libassuan0_2.5.2-1_arm64.deb ...
10:54:52 #10 22.12 Unpacking libassuan0:arm64 (2.5.2-1) ...
10:54:52 #10 22.15 Selecting previously unselected package gpgconf.
10:54:52 #10 22.15 Preparing to unpack .../090-gpgconf_2.2.12-1+deb10u2_arm64.deb ...
10:54:52 #10 22.16 Unpacking gpgconf (2.2.12-1+deb10u2) ...
10:54:52 #10 22.21 Selecting previously unselected package libksba8:arm64.
10:54:52 #10 22.21 Preparing to unpack .../091-libksba8_1.3.5-2+deb10u2_arm64.deb ...
10:54:52 #10 22.22 Unpacking libksba8:arm64 (1.3.5-2+deb10u2) ...
10:54:52 #10 22.26 Selecting previously unselected package libnpth0:arm64.
10:54:52 #10 22.26 Preparing to unpack .../092-libnpth0_1.6-1_arm64.deb ...
10:54:52 #10 22.27 Unpacking libnpth0:arm64 (1.6-1) ...
10:54:52 #10 22.34 Selecting previously unselected package dirmngr.
10:54:52 #10 22.34 Preparing to unpack .../093-dirmngr_2.2.12-1+deb10u2_arm64.deb ...
10:54:52 #10 22.36 Unpacking dirmngr (2.2.12-1+deb10u2) ...
10:54:52 #10 22.41 Selecting previously unselected package gnupg-l10n.
10:54:52 #10 22.41 Preparing to unpack .../094-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
10:54:52 #10 22.42 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
10:54:52 #10 22.51 Selecting previously unselected package gnupg-utils.
10:54:52 #10 22.51 Preparing to unpack .../095-gnupg-utils_2.2.12-1+deb10u2_arm64.deb ...
10:54:53 #10 22.52 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
10:54:53 #10 22.58 Selecting previously unselected package gpg.
10:54:53 #10 22.58 Preparing to unpack .../096-gpg_2.2.12-1+deb10u2_arm64.deb ...
10:54:53 #10 22.59 Unpacking gpg (2.2.12-1+deb10u2) ...
10:54:53 #10 22.66 Selecting previously unselected package pinentry-curses.
10:54:53 #10 22.66 Preparing to unpack .../097-pinentry-curses_1.1.0-2_arm64.deb ...
10:54:53 #10 22.67 Unpacking pinentry-curses (1.1.0-2) ...
10:54:53 #10 22.70 Selecting previously unselected package gpg-agent.
10:54:53 #10 22.71 Preparing to unpack .../098-gpg-agent_2.2.12-1+deb10u2_arm64.deb ...
10:54:53 #10 22.71 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
10:54:53 #10 22.77 Selecting previously unselected package gpg-wks-client.
10:54:53 #10 22.77 Preparing to unpack .../099-gpg-wks-client_2.2.12-1+deb10u2_arm64.deb ...
10:54:53 #10 22.77 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
10:54:53 #10 22.82 Selecting previously unselected package gpg-wks-server.
10:54:53 #10 22.82 Preparing to unpack .../100-gpg-wks-server_2.2.12-1+deb10u2_arm64.deb ...
10:54:53 #10 22.82 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
10:54:53 #10 22.86 Selecting previously unselected package gpgsm.
10:54:53 #10 22.87 Preparing to unpack .../101-gpgsm_2.2.12-1+deb10u2_arm64.deb ...
10:54:53 #10 22.87 Unpacking gpgsm (2.2.12-1+deb10u2) ...
10:54:53 #10 22.92 Selecting previously unselected package gnupg.
10:54:53 #10 22.92 Preparing to unpack .../102-gnupg_2.2.12-1+deb10u2_all.deb ...
10:54:53 #10 22.92 Unpacking gnupg (2.2.12-1+deb10u2) ...
10:54:53 #10 22.98 Selecting previously unselected package libfile-which-perl.
10:54:53 #10 22.98 Preparing to unpack .../103-libfile-which-perl_1.23-1_all.deb ...
10:54:53 #10 22.98 Unpacking libfile-which-perl (1.23-1) ...
10:54:53 #10 23.01 Selecting previously unselected package libfile-homedir-perl.
10:54:53 #10 23.01 Preparing to unpack .../104-libfile-homedir-perl_1.004-1_all.deb ...
10:54:53 #10 23.02 Unpacking libfile-homedir-perl (1.004-1) ...
10:54:53 #10 23.05 Selecting previously unselected package libio-pty-perl.
10:54:53 #10 23.05 Preparing to unpack .../105-libio-pty-perl_1%3a1.08-1.1+b5_arm64.deb ...
10:54:53 #10 23.05 Unpacking libio-pty-perl (1:1.08-1.1+b5) ...
10:54:53 #10 23.08 Selecting previously unselected package libipc-run-perl.
10:54:53 #10 23.08 Preparing to unpack .../106-libipc-run-perl_20180523.0-1_all.deb ...
10:54:53 #10 23.09 Unpacking libipc-run-perl (20180523.0-1) ...
10:54:53 #10 23.12 Selecting previously unselected package libclass-method-modifiers-perl.
10:54:53 #10 23.12 Preparing to unpack .../107-libclass-method-modifiers-perl_2.12-1_all.deb ...
10:54:53 #10 23.13 Unpacking libclass-method-modifiers-perl (2.12-1) ...
10:54:53 #10 23.16 Selecting previously unselected package libsub-exporter-progressive-perl.
10:54:53 #10 23.16 Preparing to unpack .../108-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
10:54:53 #10 23.16 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
10:54:53 #10 23.19 Selecting previously unselected package libdevel-globaldestruction-perl.
10:54:53 #10 23.19 Preparing to unpack .../109-libdevel-globaldestruction-perl_0.14-1_all.deb ...
10:54:53 #10 23.20 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
10:54:53 #10 23.23 Selecting previously unselected package libb-hooks-op-check-perl.
10:54:53 #10 23.23 Preparing to unpack .../110-libb-hooks-op-check-perl_0.22-1+b1_arm64.deb ...
10:54:53 #10 23.23 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
10:54:53 #10 23.26 Selecting previously unselected package libdynaloader-functions-perl.
10:54:53 #10 23.27 Preparing to unpack .../111-libdynaloader-functions-perl_0.003-1_all.deb ...
10:54:53 #10 23.27 Unpacking libdynaloader-functions-perl (0.003-1) ...
10:54:53 #10 23.30 Selecting previously unselected package libdevel-callchecker-perl.
10:54:53 #10 23.30 Preparing to unpack .../112-libdevel-callchecker-perl_0.008-1_arm64.deb ...
10:54:53 #10 23.30 Unpacking libdevel-callchecker-perl (0.008-1) ...
10:54:53 #10 23.33 Selecting previously unselected package libparams-classify-perl.
10:54:53 #10 23.33 Preparing to unpack .../113-libparams-classify-perl_0.015-1+b1_arm64.deb ...
10:54:53 #10 23.34 Unpacking libparams-classify-perl (0.015-1+b1) ...
10:54:53 #10 23.42 Selecting previously unselected package libmodule-runtime-perl.
10:54:53 #10 23.42 Preparing to unpack .../114-libmodule-runtime-perl_0.016-1_all.deb ...
10:54:53 #10 23.43 Unpacking libmodule-runtime-perl (0.016-1) ...
10:54:53 #10 23.45 Selecting previously unselected package libimport-into-perl.
10:54:53 #10 23.46 Preparing to unpack .../115-libimport-into-perl_1.002005-1_all.deb ...
10:54:53 #10 23.46 Unpacking libimport-into-perl (1.002005-1) ...
10:54:53 #10 23.49 Selecting previously unselected package librole-tiny-perl.
10:54:53 #10 23.49 Preparing to unpack .../116-librole-tiny-perl_2.000006-1_all.deb ...
10:54:53 #10 23.49 Unpacking librole-tiny-perl (2.000006-1) ...
10:54:53 #10 23.52 Selecting previously unselected package libstrictures-perl.
10:54:53 #10 23.52 Preparing to unpack .../117-libstrictures-perl_2.000005-1_all.deb ...
10:54:53 #10 23.53 Unpacking libstrictures-perl (2.000005-1) ...
10:54:53 #10 23.56 Selecting previously unselected package libsub-quote-perl.
10:54:53 #10 23.56 Preparing to unpack .../118-libsub-quote-perl_2.005001-1_all.deb ...
10:54:53 #10 23.56 Unpacking libsub-quote-perl (2.005001-1) ...
10:54:53 #10 23.59 Selecting previously unselected package libmoo-perl.
10:54:53 #10 23.59 Preparing to unpack .../119-libmoo-perl_2.003004-2_all.deb ...
10:54:53 #10 23.59 Unpacking libmoo-perl (2.003004-2) ...
10:54:53 #10 23.62 Selecting previously unselected package libencode-locale-perl.
10:54:54 #10 23.63 Preparing to unpack .../120-libencode-locale-perl_1.05-1_all.deb ...
10:54:54 #10 23.63 Unpacking libencode-locale-perl (1.05-1) ...
10:54:54 #10 23.66 Selecting previously unselected package libtimedate-perl.
10:54:54 #10 23.66 Preparing to unpack .../121-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
10:54:54 #10 23.66 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
10:54:54 #10 23.70 Selecting previously unselected package libhttp-date-perl.
10:54:54 #10 23.70 Preparing to unpack .../122-libhttp-date-perl_6.02-1_all.deb ...
10:54:54 #10 23.70 Unpacking libhttp-date-perl (6.02-1) ...
10:54:54 #10 23.73 Selecting previously unselected package libfile-listing-perl.
10:54:54 #10 23.73 Preparing to unpack .../123-libfile-listing-perl_6.04-1_all.deb ...
10:54:54 #10 23.74 Unpacking libfile-listing-perl (6.04-1) ...
10:54:54 #10 23.77 Selecting previously unselected package libhtml-tagset-perl.
10:54:54 #10 23.77 Preparing to unpack .../124-libhtml-tagset-perl_3.20-3_all.deb ...
10:54:54 #10 23.77 Unpacking libhtml-tagset-perl (3.20-3) ...
10:54:54 #10 23.80 Selecting previously unselected package liburi-perl.
10:54:54 #10 23.80 Preparing to unpack .../125-liburi-perl_1.76-1_all.deb ...
10:54:54 #10 23.81 Unpacking liburi-perl (1.76-1) ...
10:54:54 #10 23.84 Selecting previously unselected package libhtml-parser-perl.
10:54:54 #10 23.84 Preparing to unpack .../126-libhtml-parser-perl_3.72-3+b3_arm64.deb ...
10:54:54 #10 23.85 Unpacking libhtml-parser-perl (3.72-3+b3) ...
10:54:54 #10 23.88 Selecting previously unselected package libhtml-tree-perl.
10:54:54 #10 23.88 Preparing to unpack .../127-libhtml-tree-perl_5.07-2_all.deb ...
10:54:54 #10 23.89 Unpacking libhtml-tree-perl (5.07-2) ...
10:54:54 #10 23.93 Selecting previously unselected package libio-html-perl.
10:54:54 #10 23.93 Preparing to unpack .../128-libio-html-perl_1.001-1_all.deb ...
10:54:54 #10 23.93 Unpacking libio-html-perl (1.001-1) ...
10:54:54 #10 23.96 Selecting previously unselected package liblwp-mediatypes-perl.
10:54:54 #10 23.96 Preparing to unpack .../129-liblwp-mediatypes-perl_6.02-1_all.deb ...
10:54:54 #10 23.97 Unpacking liblwp-mediatypes-perl (6.02-1) ...
10:54:54 #10 23.99 Selecting previously unselected package libhttp-message-perl.
10:54:54 #10 24.00 Preparing to unpack .../130-libhttp-message-perl_6.18-1_all.deb ...
10:54:54 #10 24.00 Unpacking libhttp-message-perl (6.18-1) ...
10:54:54 #10 24.03 Selecting previously unselected package libhttp-cookies-perl.
10:54:54 #10 24.03 Preparing to unpack .../131-libhttp-cookies-perl_6.04-1_all.deb ...
10:54:54 #10 24.04 Unpacking libhttp-cookies-perl (6.04-1) ...
10:54:54 #10 24.07 Selecting previously unselected package libhttp-negotiate-perl.
10:54:54 #10 24.07 Preparing to unpack .../132-libhttp-negotiate-perl_6.01-1_all.deb ...
10:54:54 #10 24.07 Unpacking libhttp-negotiate-perl (6.01-1) ...
10:54:54 #10 24.13 Selecting previously unselected package perl-openssl-defaults:arm64.
10:54:54 #10 24.13 Preparing to unpack .../133-perl-openssl-defaults_3_arm64.deb ...
10:54:54 #10 24.13 Unpacking perl-openssl-defaults:arm64 (3) ...
10:54:54 #10 24.16 Selecting previously unselected package libnet-ssleay-perl.
10:54:54 #10 24.16 Preparing to unpack .../134-libnet-ssleay-perl_1.85-2+deb10u1_arm64.deb ...
10:54:54 #10 24.16 Unpacking libnet-ssleay-perl (1.85-2+deb10u1) ...
10:54:54 #10 24.22 Selecting previously unselected package libio-socket-ssl-perl.
10:54:54 #10 24.22 Preparing to unpack .../135-libio-socket-ssl-perl_2.060-3_all.deb ...
10:54:54 #10 24.23 Unpacking libio-socket-ssl-perl (2.060-3) ...
10:54:54 #10 24.27 Selecting previously unselected package libnet-http-perl.
10:54:54 #10 24.27 Preparing to unpack .../136-libnet-http-perl_6.18-1_all.deb ...
10:54:54 #10 24.28 Unpacking libnet-http-perl (6.18-1) ...
10:54:54 #10 24.31 Selecting previously unselected package liblwp-protocol-https-perl.
10:54:54 #10 24.31 Preparing to unpack .../137-liblwp-protocol-https-perl_6.07-2_all.deb ...
10:54:54 #10 24.32 Unpacking liblwp-protocol-https-perl (6.07-2) ...
10:54:54 #10 24.35 Selecting previously unselected package libtry-tiny-perl.
10:54:54 #10 24.35 Preparing to unpack .../138-libtry-tiny-perl_0.30-1_all.deb ...
10:54:54 #10 24.35 Unpacking libtry-tiny-perl (0.30-1) ...
10:54:54 #10 24.38 Selecting previously unselected package libwww-robotrules-perl.
10:54:54 #10 24.39 Preparing to unpack .../139-libwww-robotrules-perl_6.02-1_all.deb ...
10:54:54 #10 24.39 Unpacking libwww-robotrules-perl (6.02-1) ...
10:54:54 #10 24.42 Selecting previously unselected package libwww-perl.
10:54:54 #10 24.42 Preparing to unpack .../140-libwww-perl_6.36-2_all.deb ...
10:54:54 #10 24.43 Unpacking libwww-perl (6.36-2) ...
10:54:54 #10 24.47 Selecting previously unselected package patchutils.
10:54:54 #10 24.47 Preparing to unpack .../141-patchutils_0.3.4-2_arm64.deb ...
10:54:54 #10 24.47 Unpacking patchutils (0.3.4-2) ...
10:54:54 #10 24.51 Selecting previously unselected package wdiff.
10:54:54 #10 24.51 Preparing to unpack .../142-wdiff_1.2.2-2+b1_arm64.deb ...
10:54:54 #10 24.51 Unpacking wdiff (1.2.2-2+b1) ...
10:54:54 #10 24.57 Selecting previously unselected package devscripts.
10:54:55 #10 24.57 Preparing to unpack .../143-devscripts_2.19.5+deb10u1_arm64.deb ...
10:54:55 #10 24.60 Unpacking devscripts (2.19.5+deb10u1) ...
10:54:55 #10 24.70 Selecting previously unselected package diffstat.
10:54:55 #10 24.71 Preparing to unpack .../144-diffstat_1.62-1_arm64.deb ...
10:54:55 #10 24.71 Unpacking diffstat (1.62-1) ...
10:54:55 #10 24.74 Selecting previously unselected package distro-info-data.
10:54:55 #10 24.74 Preparing to unpack .../145-distro-info-data_0.41+deb10u7_all.deb ...
10:54:55 #10 24.75 Unpacking distro-info-data (0.41+deb10u7) ...
10:54:55 #10 24.78 Selecting previously unselected package python3-pkg-resources.
10:54:55 #10 24.78 Preparing to unpack .../146-python3-pkg-resources_40.8.0-1_all.deb ...
10:54:55 #10 24.79 Unpacking python3-pkg-resources (40.8.0-1) ...
10:54:55 #10 24.83 Selecting previously unselected package python3-chardet.
10:54:55 #10 24.83 Preparing to unpack .../147-python3-chardet_3.0.4-3_all.deb ...
10:54:55 #10 24.83 Unpacking python3-chardet (3.0.4-3) ...
10:54:55 #10 24.87 Selecting previously unselected package python3-six.
10:54:55 #10 24.88 Preparing to unpack .../148-python3-six_1.12.0-1_all.deb ...
10:54:55 #10 24.88 Unpacking python3-six (1.12.0-1) ...
10:54:55 #10 24.91 Selecting previously unselected package python3-debian.
10:54:55 #10 24.92 Preparing to unpack .../149-python3-debian_0.1.35_all.deb ...
10:54:55 #10 24.92 Unpacking python3-debian (0.1.35) ...
10:54:55 #10 24.96 Selecting previously unselected package libgpgme11:arm64.
10:54:55 #10 24.96 Preparing to unpack .../150-libgpgme11_1.12.0-6_arm64.deb ...
10:54:55 #10 24.97 Unpacking libgpgme11:arm64 (1.12.0-6) ...
10:54:55 #10 25.04 Selecting previously unselected package python3-gpg.
10:54:55 #10 25.04 Preparing to unpack .../151-python3-gpg_1.12.0-6_arm64.deb ...
10:54:55 #10 25.04 Unpacking python3-gpg (1.12.0-6) ...
10:54:55 #10 25.10 Selecting previously unselected package dput.
10:54:55 #10 25.10 Preparing to unpack .../152-dput_1.0.3_all.deb ...
10:54:55 #10 25.11 Unpacking dput (1.0.3) ...
10:54:55 #10 25.14 Selecting previously unselected package equivs.
10:54:55 #10 25.14 Preparing to unpack .../153-equivs_2.2.0_all.deb ...
10:54:55 #10 25.15 Unpacking equivs (2.2.0) ...
10:54:55 #10 25.20 Selecting previously unselected package exim4-config.
10:54:55 #10 25.21 Preparing to unpack .../154-exim4-config_4.92-8+deb10u7_all.deb ...
10:54:55 #10 25.21 Unpacking exim4-config (4.92-8+deb10u7) ...
10:54:55 #10 25.27 Selecting previously unselected package exim4-base.
10:54:55 #10 25.27 Preparing to unpack .../155-exim4-base_4.92-8+deb10u7_arm64.deb ...
10:54:55 #10 25.28 Unpacking exim4-base (4.92-8+deb10u7) ...
10:54:55 #10 25.35 Selecting previously unselected package libevent-2.1-6:arm64.
10:54:55 #10 25.35 Preparing to unpack .../156-libevent-2.1-6_2.1.8-stable-4_arm64.deb ...
10:54:55 #10 25.36 Unpacking libevent-2.1-6:arm64 (2.1.8-stable-4) ...
10:54:55 #10 25.40 Selecting previously unselected package libunbound8:arm64.
10:54:55 #10 25.41 Preparing to unpack .../157-libunbound8_1.9.0-2+deb10u3_arm64.deb ...
10:54:55 #10 25.41 Unpacking libunbound8:arm64 (1.9.0-2+deb10u3) ...
10:54:55 #10 25.47 Selecting previously unselected package libgnutls-dane0:arm64.
10:54:56 #10 25.48 Preparing to unpack .../158-libgnutls-dane0_3.6.7-4+deb10u10_arm64.deb ...
10:54:56 #10 25.48 Unpacking libgnutls-dane0:arm64 (3.6.7-4+deb10u10) ...
10:54:56 #10 25.52 Selecting previously unselected package exim4-daemon-light.
10:54:56 #10 25.52 Preparing to unpack .../159-exim4-daemon-light_4.92-8+deb10u7_arm64.deb ...
10:54:56 #10 25.53 Unpacking exim4-daemon-light (4.92-8+deb10u7) ...
10:54:56 #10 25.60 Selecting previously unselected package libcurl3-gnutls:arm64.
10:54:56 #10 25.60 Preparing to unpack .../160-libcurl3-gnutls_7.64.0-4+deb10u6_arm64.deb ...
10:54:56 #10 25.64 Unpacking libcurl3-gnutls:arm64 (7.64.0-4+deb10u6) ...
10:54:56 #10 25.69 Selecting previously unselected package libpcre2-8-0:arm64.
10:54:56 #10 25.69 Preparing to unpack .../161-libpcre2-8-0_10.32-5+deb10u1_arm64.deb ...
10:54:56 #10 25.69 Unpacking libpcre2-8-0:arm64 (10.32-5+deb10u1) ...
10:54:56 #10 25.74 Selecting previously unselected package liberror-perl.
10:54:56 #10 25.75 Preparing to unpack .../162-liberror-perl_0.17027-2_all.deb ...
10:54:56 #10 25.75 Unpacking liberror-perl (0.17027-2) ...
10:54:56 #10 25.78 Selecting previously unselected package git-man.
10:54:56 #10 25.78 Preparing to unpack .../163-git-man_1%3a2.20.1-2+deb10u8_all.deb ...
10:54:56 #10 25.79 Unpacking git-man (1:2.20.1-2+deb10u8) ...
10:54:56 #10 25.89 Selecting previously unselected package git.
10:54:56 #10 25.89 Preparing to unpack .../164-git_1%3a2.20.1-2+deb10u8_arm64.deb ...
10:54:56 #10 25.91 Unpacking git (1:2.20.1-2+deb10u8) ...
10:54:56 #10 26.38 Selecting previously unselected package libgc1c2:arm64.
10:54:56 #10 26.38 Preparing to unpack .../165-libgc1c2_1%3a7.6.4-0.4_arm64.deb ...
10:54:56 #10 26.39 Unpacking libgc1c2:arm64 (1:7.6.4-0.4) ...
10:54:56 #10 26.43 Selecting previously unselected package libltdl7:arm64.
10:54:56 #10 26.43 Preparing to unpack .../166-libltdl7_2.4.6-9_arm64.deb ...
10:54:56 #10 26.44 Unpacking libltdl7:arm64 (2.4.6-9) ...
10:54:56 #10 26.48 Selecting previously unselected package guile-2.2-libs:arm64.
10:54:57 #10 26.48 Preparing to unpack .../167-guile-2.2-libs_2.2.4+1-2+deb10u1_arm64.deb ...
10:54:57 #10 26.50 Unpacking guile-2.2-libs:arm64 (2.2.4+1-2+deb10u1) ...
10:54:57 #10 26.99 Selecting previously unselected package iso-codes.
10:54:57 #10 26.99 Preparing to unpack .../168-iso-codes_4.2-1_all.deb ...
10:54:57 #10 27.00 Unpacking iso-codes (4.2-1) ...
10:54:57 #10 27.32 Selecting previously unselected package libalgorithm-diff-perl.
10:54:57 #10 27.33 Preparing to unpack .../169-libalgorithm-diff-perl_1.19.03-2_all.deb ...
10:54:57 #10 27.33 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
10:54:57 #10 27.36 Selecting previously unselected package libalgorithm-diff-xs-perl.
10:54:57 #10 27.36 Preparing to unpack .../170-libalgorithm-diff-xs-perl_0.04-5+b1_arm64.deb ...
10:54:57 #10 27.37 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
10:54:57 #10 27.39 Selecting previously unselected package libalgorithm-merge-perl.
10:54:57 #10 27.40 Preparing to unpack .../171-libalgorithm-merge-perl_0.08-3_all.deb ...
10:54:57 #10 27.40 Unpacking libalgorithm-merge-perl (0.08-3) ...
10:54:57 #10 27.43 Selecting previously unselected package libapt-inst2.0:arm64.
10:54:57 #10 27.44 Preparing to unpack .../172-libapt-inst2.0_1.8.2.3_arm64.deb ...
10:54:57 #10 27.44 Unpacking libapt-inst2.0:arm64 (1.8.2.3) ...
10:54:57 #10 27.48 Selecting previously unselected package libapt-pkg-perl.
10:54:57 #10 27.49 Preparing to unpack .../173-libapt-pkg-perl_0.1.34+b1_arm64.deb ...
10:54:57 #10 27.49 Unpacking libapt-pkg-perl (0.1.34+b1) ...
10:54:57 #10 27.52 Selecting previously unselected package libarchive-cpio-perl.
10:54:57 #10 27.53 Preparing to unpack .../174-libarchive-cpio-perl_0.10-1_all.deb ...
10:54:57 #10 27.53 Unpacking libarchive-cpio-perl (0.10-1) ...
10:54:57 #10 27.56 Selecting previously unselected package libasync-mergepoint-perl.
10:54:58 #10 27.56 Preparing to unpack .../175-libasync-mergepoint-perl_0.04-2_all.deb ...
10:54:58 #10 27.57 Unpacking libasync-mergepoint-perl (0.04-2) ...
10:54:58 #10 27.60 Selecting previously unselected package libauthen-sasl-perl.
10:54:58 #10 27.60 Preparing to unpack .../176-libauthen-sasl-perl_2.1600-1_all.deb ...
10:54:58 #10 27.60 Unpacking libauthen-sasl-perl (2.1600-1) ...
10:54:58 #10 27.63 Selecting previously unselected package libmodule-implementation-perl.
10:54:58 #10 27.64 Preparing to unpack .../177-libmodule-implementation-perl_0.09-1_all.deb ...
10:54:58 #10 27.64 Unpacking libmodule-implementation-perl (0.09-1) ...
10:54:58 #10 27.67 Selecting previously unselected package libvariable-magic-perl.
10:54:58 #10 27.68 Preparing to unpack .../178-libvariable-magic-perl_0.62-1+b1_arm64.deb ...
10:54:58 #10 27.68 Unpacking libvariable-magic-perl (0.62-1+b1) ...
10:54:58 #10 27.71 Selecting previously unselected package libb-hooks-endofscope-perl.
10:54:58 #10 27.71 Preparing to unpack .../179-libb-hooks-endofscope-perl_0.24-1_all.deb ...
10:54:58 #10 27.72 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
10:54:58 #10 27.78 Selecting previously unselected package libcapture-tiny-perl.
10:54:58 #10 27.78 Preparing to unpack .../180-libcapture-tiny-perl_0.48-1_all.deb ...
10:54:58 #10 27.78 Unpacking libcapture-tiny-perl (0.48-1) ...
10:54:58 #10 27.81 Selecting previously unselected package libcgi-pm-perl.
10:54:58 #10 27.82 Preparing to unpack .../181-libcgi-pm-perl_4.40-1_all.deb ...
10:54:58 #10 27.82 Unpacking libcgi-pm-perl (4.40-1) ...
10:54:58 #10 27.86 Selecting previously unselected package libfcgi-perl.
10:54:58 #10 27.87 Preparing to unpack .../182-libfcgi-perl_0.78-2+b3_arm64.deb ...
10:54:58 #10 27.87 Unpacking libfcgi-perl (0.78-2+b3) ...
10:54:58 #10 27.90 Selecting previously unselected package libcgi-fast-perl.
10:54:58 #10 27.91 Preparing to unpack .../183-libcgi-fast-perl_1%3a2.13-1_all.deb ...
10:54:58 #10 27.91 Unpacking libcgi-fast-perl (1:2.13-1) ...
10:54:58 #10 27.94 Selecting previously unselected package libsub-name-perl.
10:54:58 #10 27.95 Preparing to unpack .../184-libsub-name-perl_0.21-1+b3_arm64.deb ...
10:54:58 #10 27.95 Unpacking libsub-name-perl (0.21-1+b3) ...
10:54:58 #10 27.98 Selecting previously unselected package libclass-accessor-perl.
10:54:58 #10 27.98 Preparing to unpack .../185-libclass-accessor-perl_0.51-1_all.deb ...
10:54:58 #10 27.99 Unpacking libclass-accessor-perl (0.51-1) ...
10:54:58 #10 28.01 Selecting previously unselected package libclass-inspector-perl.
10:54:58 #10 28.02 Preparing to unpack .../186-libclass-inspector-perl_1.32-1_all.deb ...
10:54:58 #10 28.02 Unpacking libclass-inspector-perl (1.32-1) ...
10:54:58 #10 28.05 Selecting previously unselected package libclass-xsaccessor-perl.
10:54:58 #10 28.05 Preparing to unpack .../187-libclass-xsaccessor-perl_1.19-3+b2_arm64.deb ...
10:54:58 #10 28.06 Unpacking libclass-xsaccessor-perl (1.19-3+b2) ...
10:54:58 #10 28.09 Selecting previously unselected package libclone-perl.
10:54:58 #10 28.09 Preparing to unpack .../188-libclone-perl_0.41-1+b1_arm64.deb ...
10:54:58 #10 28.10 Unpacking libclone-perl (0.41-1+b1) ...
10:54:58 #10 28.12 Selecting previously unselected package libcommon-sense-perl.
10:54:58 #10 28.13 Preparing to unpack .../189-libcommon-sense-perl_3.74-2+b7_arm64.deb ...
10:54:58 #10 28.13 Unpacking libcommon-sense-perl (3.74-2+b7) ...
10:54:58 #10 28.16 Selecting previously unselected package libparams-util-perl.
10:54:58 #10 28.17 Preparing to unpack .../190-libparams-util-perl_1.07-3+b4_arm64.deb ...
10:54:58 #10 28.17 Unpacking libparams-util-perl (1.07-3+b4) ...
10:54:58 #10 28.20 Selecting previously unselected package libsub-install-perl.
10:54:58 #10 28.20 Preparing to unpack .../191-libsub-install-perl_0.928-1_all.deb ...
10:54:58 #10 28.21 Unpacking libsub-install-perl (0.928-1) ...
10:54:58 #10 28.25 Selecting previously unselected package libdata-optlist-perl.
10:54:58 #10 28.25 Preparing to unpack .../192-libdata-optlist-perl_0.110-1_all.deb ...
10:54:58 #10 28.25 Unpacking libdata-optlist-perl (0.110-1) ...
10:54:58 #10 28.28 Selecting previously unselected package libsub-exporter-perl.
10:54:58 #10 28.28 Preparing to unpack .../193-libsub-exporter-perl_0.987-1_all.deb ...
10:54:58 #10 28.29 Unpacking libsub-exporter-perl (0.987-1) ...
10:54:58 #10 28.32 Selecting previously unselected package libconst-fast-perl.
10:54:58 #10 28.33 Preparing to unpack .../194-libconst-fast-perl_0.014-1_all.deb ...
10:54:58 #10 28.33 Unpacking libconst-fast-perl (0.014-1) ...
10:54:58 #10 28.36 Selecting previously unselected package libwant-perl.
10:54:58 #10 28.36 Preparing to unpack .../195-libwant-perl_0.29-1+b4_arm64.deb ...
10:54:58 #10 28.36 Unpacking libwant-perl (0.29-1+b4) ...
10:54:58 #10 28.40 Selecting previously unselected package libcontextual-return-perl.
10:54:58 #10 28.40 Preparing to unpack .../196-libcontextual-return-perl_0.004014-2_all.deb ...
10:54:58 #10 28.40 Unpacking libcontextual-return-perl (0.004014-2) ...
10:54:58 #10 28.44 Selecting previously unselected package libconvert-binhex-perl.
10:54:58 #10 28.44 Preparing to unpack .../197-libconvert-binhex-perl_1.125-1_all.deb ...
10:54:58 #10 28.44 Unpacking libconvert-binhex-perl (1.125-1) ...
10:54:58 #10 28.47 Selecting previously unselected package libdata-dump-perl.
10:54:58 #10 28.47 Preparing to unpack .../198-libdata-dump-perl_1.23-1_all.deb ...
10:54:58 #10 28.48 Unpacking libdata-dump-perl (1.23-1) ...
10:54:58 #10 28.51 Selecting previously unselected package libdigest-bubblebabble-perl.
10:54:58 #10 28.51 Preparing to unpack .../199-libdigest-bubblebabble-perl_0.02-2_all.deb ...
10:54:58 #10 28.51 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
10:54:58 #10 28.54 Selecting previously unselected package libdigest-hmac-perl.
10:54:58 #10 28.55 Preparing to unpack .../200-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
10:54:58 #10 28.55 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
10:54:58 #10 28.58 Selecting previously unselected package libdistro-info-perl.
10:54:59 #10 28.58 Preparing to unpack .../201-libdistro-info-perl_0.21_all.deb ...
10:54:59 #10 28.59 Unpacking libdistro-info-perl (0.21) ...
10:54:59 #10 28.62 Selecting previously unselected package libnet-smtp-ssl-perl.
10:54:59 #10 28.62 Preparing to unpack .../202-libnet-smtp-ssl-perl_1.04-1_all.deb ...
10:54:59 #10 28.62 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
10:54:59 #10 28.65 Selecting previously unselected package libmailtools-perl.
10:54:59 #10 28.66 Preparing to unpack .../203-libmailtools-perl_2.18-1_all.deb ...
10:54:59 #10 28.66 Unpacking libmailtools-perl (2.18-1) ...
10:54:59 #10 28.70 Selecting previously unselected package libnet-ip-perl.
10:54:59 #10 28.70 Preparing to unpack .../204-libnet-ip-perl_1.26-2_all.deb ...
10:54:59 #10 28.70 Unpacking libnet-ip-perl (1.26-2) ...
10:54:59 #10 28.73 Selecting previously unselected package libnet-dns-perl.
10:54:59 #10 28.74 Preparing to unpack .../205-libnet-dns-perl_1.19-1_all.deb ...
10:54:59 #10 28.74 Unpacking libnet-dns-perl (1.19-1) ...
10:54:59 #10 28.80 Selecting previously unselected package libnet-domain-tld-perl.
10:54:59 #10 28.80 Preparing to unpack .../206-libnet-domain-tld-perl_1.75-1_all.deb ...
10:54:59 #10 28.81 Unpacking libnet-domain-tld-perl (1.75-1) ...
10:54:59 #10 28.84 Selecting previously unselected package libemail-valid-perl.
10:54:59 #10 28.84 Preparing to unpack .../207-libemail-valid-perl_1.202-1_all.deb ...
10:54:59 #10 28.84 Unpacking libemail-valid-perl (1.202-1) ...
10:54:59 #10 28.87 Selecting previously unselected package libexporter-tiny-perl.
10:54:59 #10 28.88 Preparing to unpack .../208-libexporter-tiny-perl_1.002001-1_all.deb ...
10:54:59 #10 28.88 Unpacking libexporter-tiny-perl (1.002001-1) ...
10:54:59 #10 28.92 Selecting previously unselected package libipc-system-simple-perl.
10:54:59 #10 28.92 Preparing to unpack .../209-libipc-system-simple-perl_1.25-4_all.deb ...
10:54:59 #10 28.93 Unpacking libipc-system-simple-perl (1.25-4) ...
10:54:59 #10 28.96 Selecting previously unselected package libfile-basedir-perl.
10:54:59 #10 28.96 Preparing to unpack .../210-libfile-basedir-perl_0.08-1_all.deb ...
10:54:59 #10 28.97 Unpacking libfile-basedir-perl (0.08-1) ...
10:54:59 #10 29.00 Selecting previously unselected package libfile-chdir-perl.
10:54:59 #10 29.01 Preparing to unpack .../211-libfile-chdir-perl_0.1008-1_all.deb ...
10:54:59 #10 29.01 Unpacking libfile-chdir-perl (0.1008-1) ...
10:54:59 #10 29.05 Selecting previously unselected package libfile-fcntllock-perl.
10:54:59 #10 29.05 Preparing to unpack .../212-libfile-fcntllock-perl_0.22-3+b5_arm64.deb ...
10:54:59 #10 29.06 Unpacking libfile-fcntllock-perl (0.22-3+b5) ...
10:54:59 #10 29.09 Selecting previously unselected package libfont-afm-perl.
10:54:59 #10 29.09 Preparing to unpack .../213-libfont-afm-perl_1.20-2_all.deb ...
10:54:59 #10 29.10 Unpacking libfont-afm-perl (1.20-2) ...
10:54:59 #10 29.14 Selecting previously unselected package libfribidi0:arm64.
10:54:59 #10 29.14 Preparing to unpack .../214-libfribidi0_1.0.5-3.1+deb10u2_arm64.deb ...
10:54:59 #10 29.14 Unpacking libfribidi0:arm64 (1.0.5-3.1+deb10u2) ...
10:54:59 #10 29.18 Selecting previously unselected package libfuture-perl.
10:54:59 #10 29.18 Preparing to unpack .../215-libfuture-perl_0.39-1_all.deb ...
10:54:59 #10 29.18 Unpacking libfuture-perl (0.39-1) ...
10:54:59 #10 29.22 Selecting previously unselected package libio-stringy-perl.
10:54:59 #10 29.22 Preparing to unpack .../216-libio-stringy-perl_2.111-3_all.deb ...
10:54:59 #10 29.23 Unpacking libio-stringy-perl (2.111-3) ...
10:54:59 #10 29.26 Selecting previously unselected package libparams-validate-perl.
10:54:59 #10 29.27 Preparing to unpack .../217-libparams-validate-perl_1.29-1+b1_arm64.deb ...
10:54:59 #10 29.27 Unpacking libparams-validate-perl (1.29-1+b1) ...
10:54:59 #10 29.31 Selecting previously unselected package libgetopt-long-descriptive-perl.
10:54:59 #10 29.31 Preparing to unpack .../218-libgetopt-long-descriptive-perl_0.103-2_all.deb ...
10:54:59 #10 29.31 Unpacking libgetopt-long-descriptive-perl (0.103-2) ...
10:54:59 #10 29.34 Selecting previously unselected package libsort-versions-perl.
10:54:59 #10 29.35 Preparing to unpack .../219-libsort-versions-perl_1.62-1_all.deb ...
10:54:59 #10 29.35 Unpacking libsort-versions-perl (1.62-1) ...
10:54:59 #10 29.38 Selecting previously unselected package libgit-wrapper-perl.
10:54:59 #10 29.39 Preparing to unpack .../220-libgit-wrapper-perl_0.048-1_all.deb ...
10:54:59 #10 29.39 Unpacking libgit-wrapper-perl (0.048-1) ...
10:54:59 #10 29.42 Selecting previously unselected package libhttp-tiny-multipart-perl.
10:54:59 #10 29.43 Preparing to unpack .../221-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
10:54:59 #10 29.43 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
10:54:59 #10 29.46 Selecting previously unselected package libio-prompter-perl.
10:54:59 #10 29.46 Preparing to unpack .../222-libio-prompter-perl_0.004015-1_all.deb ...
10:54:59 #10 29.47 Unpacking libio-prompter-perl (0.004015-1) ...
10:54:59 #10 29.50 Selecting previously unselected package libjson-perl.
10:54:59 #10 29.51 Preparing to unpack .../223-libjson-perl_4.02000-1_all.deb ...
10:54:59 #10 29.51 Unpacking libjson-perl (4.02000-1) ...
10:54:59 #10 29.55 Selecting previously unselected package liblog-any-perl.
10:54:59 #10 29.55 Preparing to unpack .../224-liblog-any-perl_1.707-1_all.deb ...
10:54:59 #10 29.55 Unpacking liblog-any-perl (1.707-1) ...
10:54:59 #10 29.59 Selecting previously unselected package liblog-any-adapter-screen-perl.
10:54:59 #10 29.59 Preparing to unpack .../225-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
10:54:59 #10 29.60 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
10:54:59 #10 29.62 Selecting previously unselected package libpackage-stash-perl.
10:54:59 #10 29.63 Preparing to unpack .../226-libpackage-stash-perl_0.38-1_all.deb ...
10:54:59 #10 29.63 Unpacking libpackage-stash-perl (0.38-1) ...
10:54:59 #10 29.66 Selecting previously unselected package libsub-identify-perl.
10:55:00 #10 29.66 Preparing to unpack .../227-libsub-identify-perl_0.14-1+b1_arm64.deb ...
10:55:00 #10 29.67 Unpacking libsub-identify-perl (0.14-1+b1) ...
10:55:00 #10 29.70 Selecting previously unselected package libnamespace-clean-perl.
10:55:00 #10 29.70 Preparing to unpack .../228-libnamespace-clean-perl_0.27-1_all.deb ...
10:55:00 #10 29.71 Unpacking libnamespace-clean-perl (0.27-1) ...
10:55:00 #10 29.74 Selecting previously unselected package libpath-tiny-perl.
10:55:00 #10 29.74 Preparing to unpack .../229-libpath-tiny-perl_0.108-1_all.deb ...
10:55:00 #10 29.74 Unpacking libpath-tiny-perl (0.108-1) ...
10:55:00 #10 29.78 Selecting previously unselected package libtype-tiny-perl.
10:55:00 #10 29.78 Preparing to unpack .../230-libtype-tiny-perl_1.004004-1_all.deb ...
10:55:00 #10 29.78 Unpacking libtype-tiny-perl (1.004004-1) ...
10:55:00 #10 29.84 Selecting previously unselected package libgitlab-api-v4-perl.
10:55:00 #10 29.84 Preparing to unpack .../231-libgitlab-api-v4-perl_0.16-1_all.deb ...
10:55:00 #10 29.84 Unpacking libgitlab-api-v4-perl (0.16-1) ...
10:55:00 #10 29.88 Selecting previously unselected package libglib2.0-data.
10:55:00 #10 29.88 Preparing to unpack .../232-libglib2.0-data_2.58.3-2+deb10u4_all.deb ...
10:55:00 #10 29.88 Unpacking libglib2.0-data (2.58.3-2+deb10u4) ...
10:55:00 #10 30.02 Selecting previously unselected package libgpm2:arm64.
10:55:00 #10 30.03 Preparing to unpack .../233-libgpm2_1.20.7-5_arm64.deb ...
10:55:00 #10 30.03 Unpacking libgpm2:arm64 (1.20.7-5) ...
10:55:00 #10 30.07 Selecting previously unselected package libidn11:arm64.
10:55:00 #10 30.07 Preparing to unpack .../234-libidn11_1.33-2.2_arm64.deb ...
10:55:00 #10 30.07 Unpacking libidn11:arm64 (1.33-2.2) ...
10:55:00 #10 30.12 Selecting previously unselected package libntlm0:arm64.
10:55:00 #10 30.12 Preparing to unpack .../235-libntlm0_1.5-1+deb10u1_arm64.deb ...
10:55:00 #10 30.13 Unpacking libntlm0:arm64 (1.5-1+deb10u1) ...
10:55:00 #10 30.16 Selecting previously unselected package libgsasl7.
10:55:00 #10 30.17 Preparing to unpack .../236-libgsasl7_1.8.0-8+deb10u1_arm64.deb ...
10:55:00 #10 30.17 Unpacking libgsasl7 (1.8.0-8+deb10u1) ...
10:55:00 #10 30.22 Selecting previously unselected package libhtml-form-perl.
10:55:00 #10 30.22 Preparing to unpack .../237-libhtml-form-perl_6.03-1_all.deb ...
10:55:00 #10 30.22 Unpacking libhtml-form-perl (6.03-1) ...
10:55:00 #10 30.25 Selecting previously unselected package libhtml-format-perl.
10:55:00 #10 30.25 Preparing to unpack .../238-libhtml-format-perl_2.12-1_all.deb ...
10:55:00 #10 30.26 Unpacking libhtml-format-perl (2.12-1) ...
10:55:00 #10 30.29 Selecting previously unselected package libhttp-daemon-perl.
10:55:00 #10 30.29 Preparing to unpack .../239-libhttp-daemon-perl_6.01-3+deb10u1_all.deb ...
10:55:00 #10 30.29 Unpacking libhttp-daemon-perl (6.01-3+deb10u1) ...
10:55:00 #10 30.32 Selecting previously unselected package libstruct-dumb-perl.
10:55:00 #10 30.33 Preparing to unpack .../240-libstruct-dumb-perl_0.09-1_all.deb ...
10:55:00 #10 30.33 Unpacking libstruct-dumb-perl (0.09-1) ...
10:55:00 #10 30.36 Selecting previously unselected package libio-async-perl.
10:55:00 #10 30.36 Preparing to unpack .../241-libio-async-perl_0.72-1_all.deb ...
10:55:00 #10 30.36 Unpacking libio-async-perl (0.72-1) ...
10:55:00 #10 30.44 Selecting previously unselected package libio-sessiondata-perl.
10:55:00 #10 30.44 Preparing to unpack .../242-libio-sessiondata-perl_1.03-1_all.deb ...
10:55:00 #10 30.44 Unpacking libio-sessiondata-perl (1.03-1) ...
10:55:00 #10 30.47 Selecting previously unselected package libio-string-perl.
10:55:00 #10 30.48 Preparing to unpack .../243-libio-string-perl_1.08-3_all.deb ...
10:55:00 #10 30.48 Unpacking libio-string-perl (1.08-3) ...
10:55:00 #10 30.51 Selecting previously unselected package libtypes-serialiser-perl.
10:55:00 #10 30.51 Preparing to unpack .../244-libtypes-serialiser-perl_1.0-1_all.deb ...
10:55:00 #10 30.51 Unpacking libtypes-serialiser-perl (1.0-1) ...
10:55:00 #10 30.54 Selecting previously unselected package libjson-xs-perl.
10:55:00 #10 30.55 Preparing to unpack .../245-libjson-xs-perl_3.040-1+b1_arm64.deb ...
10:55:00 #10 30.55 Unpacking libjson-xs-perl (3.040-1+b1) ...
10:55:00 #10 30.59 Selecting previously unselected package liblzo2-2:arm64.
10:55:01 #10 30.59 Preparing to unpack .../246-liblzo2-2_2.10-0.1_arm64.deb ...
10:55:01 #10 30.59 Unpacking liblzo2-2:arm64 (2.10-0.1) ...
10:55:01 #10 30.63 Selecting previously unselected package libkyotocabinet16v5:arm64.
10:55:01 #10 30.63 Preparing to unpack .../247-libkyotocabinet16v5_1.2.76-4.2+b1_arm64.deb ...
10:55:01 #10 30.64 Unpacking libkyotocabinet16v5:arm64 (1.2.76-4.2+b1) ...
10:55:01 #10 30.68 Selecting previously unselected package liblist-compare-perl.
10:55:01 #10 30.69 Preparing to unpack .../248-liblist-compare-perl_0.53-1_all.deb ...
10:55:01 #10 30.69 Unpacking liblist-compare-perl (0.53-1) ...
10:55:01 #10 30.73 Selecting previously unselected package liblist-moreutils-perl.
10:55:01 #10 30.73 Preparing to unpack .../249-liblist-moreutils-perl_0.416-1+b4_arm64.deb ...
10:55:01 #10 30.73 Unpacking liblist-moreutils-perl (0.416-1+b4) ...
10:55:01 #10 30.77 Selecting previously unselected package libltdl-dev:arm64.
10:55:01 #10 30.77 Preparing to unpack .../250-libltdl-dev_2.4.6-9_arm64.deb ...
10:55:01 #10 30.77 Unpacking libltdl-dev:arm64 (2.4.6-9) ...
10:55:01 #10 30.83 Selecting previously unselected package libsys-hostname-long-perl.
10:55:01 #10 30.83 Preparing to unpack .../251-libsys-hostname-long-perl_1.5-1_all.deb ...
10:55:01 #10 30.84 Unpacking libsys-hostname-long-perl (1.5-1) ...
10:55:01 #10 30.87 Selecting previously unselected package libmail-sendmail-perl.
10:55:01 #10 30.87 Preparing to unpack .../252-libmail-sendmail-perl_0.80-1_all.deb ...
10:55:01 #10 30.88 Unpacking libmail-sendmail-perl (0.80-1) ...
10:55:01 #10 30.91 Selecting previously unselected package mailutils-common.
10:55:01 #10 30.91 Preparing to unpack .../253-mailutils-common_1%3a3.5-4_all.deb ...
10:55:01 #10 30.92 Unpacking mailutils-common (1:3.5-4) ...
10:55:01 #10 30.98 Selecting previously unselected package mysql-common.
10:55:01 #10 30.98 Preparing to unpack .../254-mysql-common_5.8+1.0.5_all.deb ...
10:55:01 #10 31.00 Unpacking mysql-common (5.8+1.0.5) ...
10:55:01 #10 31.03 Selecting previously unselected package mariadb-common.
10:55:01 #10 31.04 Preparing to unpack .../255-mariadb-common_1%3a10.3.38-0+deb10u1_all.deb ...
10:55:01 #10 31.04 Unpacking mariadb-common (1:10.3.38-0+deb10u1) ...
10:55:01 #10 31.09 Selecting previously unselected package libmariadb3:arm64.
10:55:01 #10 31.09 Preparing to unpack .../256-libmariadb3_1%3a10.3.38-0+deb10u1_arm64.deb ...
10:55:01 #10 31.09 Unpacking libmariadb3:arm64 (1:10.3.38-0+deb10u1) ...
10:55:01 #10 31.14 Selecting previously unselected package libpython2.7-minimal:arm64.
10:55:01 #10 31.14 Preparing to unpack .../257-libpython2.7-minimal_2.7.16-2+deb10u1_arm64.deb ...
10:55:01 #10 31.15 Unpacking libpython2.7-minimal:arm64 (2.7.16-2+deb10u1) ...
10:55:01 #10 31.22 Selecting previously unselected package libpython2.7-stdlib:arm64.
10:55:01 #10 31.23 Preparing to unpack .../258-libpython2.7-stdlib_2.7.16-2+deb10u1_arm64.deb ...
10:55:01 #10 31.23 Unpacking libpython2.7-stdlib:arm64 (2.7.16-2+deb10u1) ...
10:55:01 #10 31.42 Selecting previously unselected package libpython2.7:arm64.
10:55:01 #10 31.42 Preparing to unpack .../259-libpython2.7_2.7.16-2+deb10u1_arm64.deb ...
10:55:01 #10 31.42 Unpacking libpython2.7:arm64 (2.7.16-2+deb10u1) ...
10:55:01 #10 31.53 Selecting previously unselected package libmailutils5:arm64.
10:55:01 #10 31.53 Preparing to unpack .../260-libmailutils5_1%3a3.5-4_arm64.deb ...
10:55:01 #10 31.54 Unpacking libmailutils5:arm64 (1:3.5-4) ...
10:55:01 #10 31.60 Selecting previously unselected package libmime-tools-perl.
10:55:01 #10 31.61 Preparing to unpack .../261-libmime-tools-perl_5.509-1_all.deb ...
10:55:01 #10 31.61 Unpacking libmime-tools-perl (5.509-1) ...
10:55:01 #10 31.65 Selecting previously unselected package libnet-dns-sec-perl.
10:55:02 #10 31.66 Preparing to unpack .../262-libnet-dns-sec-perl_1.11-1_arm64.deb ...
10:55:02 #10 31.66 Unpacking libnet-dns-sec-perl (1.11-1) ...
10:55:02 #10 31.69 Selecting previously unselected package libnet-libidn-perl.
10:55:02 #10 31.70 Preparing to unpack .../263-libnet-libidn-perl_0.12.ds-3+b1_arm64.deb ...
10:55:02 #10 31.70 Unpacking libnet-libidn-perl (0.12.ds-3+b1) ...
10:55:02 #10 31.73 Selecting previously unselected package libnumber-compare-perl.
10:55:02 #10 31.73 Preparing to unpack .../264-libnumber-compare-perl_0.03-1_all.deb ...
10:55:02 #10 31.74 Unpacking libnumber-compare-perl (0.03-1) ...
10:55:02 #10 31.80 Selecting previously unselected package libnumber-range-perl.
10:55:02 #10 31.80 Preparing to unpack .../265-libnumber-range-perl_0.12-1_all.deb ...
10:55:02 #10 31.81 Unpacking libnumber-range-perl (0.12-1) ...
10:55:02 #10 31.84 Selecting previously unselected package libossp-uuid16:arm64.
10:55:02 #10 31.84 Preparing to unpack .../266-libossp-uuid16_1.6.2-1.5+b7_arm64.deb ...
10:55:02 #10 31.84 Unpacking libossp-uuid16:arm64 (1.6.2-1.5+b7) ...
10:55:02 #10 31.88 Selecting previously unselected package libossp-uuid-perl.
10:55:02 #10 31.88 Preparing to unpack .../267-libossp-uuid-perl_1.6.2-1.5+b7_arm64.deb ...
10:55:02 #10 31.88 Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ...
10:55:02 #10 31.97 Selecting previously unselected package libpackage-stash-xs-perl.
10:55:02 #10 31.97 Preparing to unpack .../268-libpackage-stash-xs-perl_0.29-1_arm64.deb ...
10:55:02 #10 31.98 Unpacking libpackage-stash-xs-perl (0.29-1) ...
10:55:02 #10 32.00 Selecting previously unselected package libparse-debianchangelog-perl.
10:55:02 #10 32.01 Preparing to unpack .../269-libparse-debianchangelog-perl_1.2.0-13_all.deb ...
10:55:02 #10 32.01 Unpacking libparse-debianchangelog-perl (1.2.0-13) ...
10:55:02 #10 32.05 Selecting previously unselected package libtext-glob-perl.
10:55:02 #10 32.05 Preparing to unpack .../270-libtext-glob-perl_0.10-1_all.deb ...
10:55:02 #10 32.05 Unpacking libtext-glob-perl (0.10-1) ...
10:55:02 #10 32.08 Selecting previously unselected package libpath-iterator-rule-perl.
10:55:02 #10 32.09 Preparing to unpack .../271-libpath-iterator-rule-perl_1.014-1_all.deb ...
10:55:02 #10 32.09 Unpacking libpath-iterator-rule-perl (1.014-1) ...
10:55:02 #10 32.13 Selecting previously unselected package libperlio-gzip-perl.
10:55:02 #10 32.13 Preparing to unpack .../272-libperlio-gzip-perl_0.19-1+b5_arm64.deb ...
10:55:02 #10 32.13 Unpacking libperlio-gzip-perl (0.19-1+b5) ...
10:55:02 #10 32.16 Selecting previously unselected package libpod-constants-perl.
10:55:02 #10 32.17 Preparing to unpack .../273-libpod-constants-perl_0.19-1_all.deb ...
10:55:02 #10 32.17 Unpacking libpod-constants-perl (0.19-1) ...
10:55:02 #10 32.20 Selecting previously unselected package libreadonly-perl.
10:55:02 #10 32.21 Preparing to unpack .../274-libreadonly-perl_2.050-1_all.deb ...
10:55:02 #10 32.21 Unpacking libreadonly-perl (2.050-1) ...
10:55:02 #10 32.24 Selecting previously unselected package libref-util-perl.
10:55:02 #10 32.25 Preparing to unpack .../275-libref-util-perl_0.204-1_all.deb ...
10:55:02 #10 32.25 Unpacking libref-util-perl (0.204-1) ...
10:55:02 #10 32.28 Selecting previously unselected package libref-util-xs-perl.
10:55:02 #10 32.29 Preparing to unpack .../276-libref-util-xs-perl_0.117-1+b1_arm64.deb ...
10:55:02 #10 32.29 Unpacking libref-util-xs-perl (0.117-1+b1) ...
10:55:02 #10 32.32 Selecting previously unselected package libregexp-pattern-license-perl.
10:55:02 #10 32.33 Preparing to unpack .../277-libregexp-pattern-license-perl_3.0.31-4_all.deb ...
10:55:02 #10 32.33 Unpacking libregexp-pattern-license-perl (3.0.31-4) ...
10:55:02 #10 32.36 Selecting previously unselected package libsasl2-modules:arm64.
10:55:02 #10 32.37 Preparing to unpack .../278-libsasl2-modules_2.1.27+dfsg-1+deb10u2_arm64.deb ...
10:55:02 #10 32.37 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-1+deb10u2) ...
10:55:02 #10 32.41 Selecting previously unselected package libsereal-decoder-perl.
10:55:02 #10 32.41 Preparing to unpack .../279-libsereal-decoder-perl_4.005+ds-1+b1_arm64.deb ...
10:55:02 #10 32.42 Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ...
10:55:02 #10 32.45 Selecting previously unselected package libsereal-encoder-perl.
10:55:02 #10 32.46 Preparing to unpack .../280-libsereal-encoder-perl_4.005+ds-1+b1_arm64.deb ...
10:55:02 #10 32.46 Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ...
10:55:02 #10 32.50 Selecting previously unselected package libsereal-perl.
10:55:02 #10 32.50 Preparing to unpack .../281-libsereal-perl_4.005-1_all.deb ...
10:55:02 #10 32.50 Unpacking libsereal-perl (4.005-1) ...
10:55:02 #10 32.53 Selecting previously unselected package libtask-weaken-perl.
10:55:02 #10 32.54 Preparing to unpack .../282-libtask-weaken-perl_1.06-1_all.deb ...
10:55:02 #10 32.54 Unpacking libtask-weaken-perl (1.06-1) ...
10:55:02 #10 32.57 Selecting previously unselected package libxml-parser-perl.
10:55:02 #10 32.57 Preparing to unpack .../283-libxml-parser-perl_2.44-4_arm64.deb ...
10:55:02 #10 32.58 Unpacking libxml-parser-perl (2.44-4) ...
10:55:02 #10 32.62 Selecting previously unselected package libsoap-lite-perl.
10:55:02 #10 32.63 Preparing to unpack .../284-libsoap-lite-perl_1.27-1_all.deb ...
10:55:02 #10 32.63 Unpacking libsoap-lite-perl (1.27-1) ...
10:55:02 #10 32.68 Selecting previously unselected package libsort-key-perl.
10:55:03 #10 32.69 Preparing to unpack .../285-libsort-key-perl_1.33-2+b1_arm64.deb ...
10:55:03 #10 32.69 Unpacking libsort-key-perl (1.33-2+b1) ...
10:55:03 #10 32.73 Selecting previously unselected package libstring-copyright-perl.
10:55:03 #10 32.73 Preparing to unpack .../286-libstring-copyright-perl_0.003006-1_all.deb ...
10:55:03 #10 32.73 Unpacking libstring-copyright-perl (0.003006-1) ...
10:55:03 #10 32.76 Selecting previously unselected package libstring-escape-perl.
10:55:03 #10 32.77 Preparing to unpack .../287-libstring-escape-perl_2010.002-2_all.deb ...
10:55:03 #10 32.77 Unpacking libstring-escape-perl (2010.002-2) ...
10:55:03 #10 32.80 Selecting previously unselected package libstring-shellquote-perl.
10:55:03 #10 32.80 Preparing to unpack .../288-libstring-shellquote-perl_1.04-1_all.deb ...
10:55:03 #10 32.81 Unpacking libstring-shellquote-perl (1.04-1) ...
10:55:03 #10 32.84 Selecting previously unselected package libterm-readkey-perl.
10:55:03 #10 32.84 Preparing to unpack .../289-libterm-readkey-perl_2.38-1_arm64.deb ...
10:55:03 #10 32.85 Unpacking libterm-readkey-perl (2.38-1) ...
10:55:03 #10 32.88 Selecting previously unselected package libtest-fatal-perl.
10:55:03 #10 32.88 Preparing to unpack .../290-libtest-fatal-perl_0.014-1_all.deb ...
10:55:03 #10 32.89 Unpacking libtest-fatal-perl (0.014-1) ...
10:55:03 #10 32.92 Selecting previously unselected package libtest-refcount-perl.
10:55:03 #10 32.92 Preparing to unpack .../291-libtest-refcount-perl_0.08-3_all.deb ...
10:55:03 #10 32.93 Unpacking libtest-refcount-perl (0.08-3) ...
10:55:03 #10 32.96 Selecting previously unselected package libtext-levenshtein-perl.
10:55:03 #10 32.96 Preparing to unpack .../292-libtext-levenshtein-perl_0.13-1_all.deb ...
10:55:03 #10 32.97 Unpacking libtext-levenshtein-perl (0.13-1) ...
10:55:03 #10 33.00 Selecting previously unselected package libtype-tiny-xs-perl.
10:55:03 #10 33.00 Preparing to unpack .../293-libtype-tiny-xs-perl_0.014-1+b1_arm64.deb ...
10:55:03 #10 33.01 Unpacking libtype-tiny-xs-perl (0.014-1+b1) ...
10:55:03 #10 33.04 Selecting previously unselected package libunicode-utf8-perl.
10:55:03 #10 33.04 Preparing to unpack .../294-libunicode-utf8-perl_0.62-1_arm64.deb ...
10:55:03 #10 33.05 Unpacking libunicode-utf8-perl (0.62-1) ...
10:55:03 #10 33.09 Selecting previously unselected package libwrap0:arm64.
10:55:03 #10 33.10 Preparing to unpack .../295-libwrap0_7.6.q-28_arm64.deb ...
10:55:03 #10 33.10 Unpacking libwrap0:arm64 (7.6.q-28) ...
10:55:03 #10 33.14 Selecting previously unselected package libxau6:arm64.
10:55:03 #10 33.15 Preparing to unpack .../296-libxau6_1%3a1.0.8-1+b2_arm64.deb ...
10:55:03 #10 33.15 Unpacking libxau6:arm64 (1:1.0.8-1+b2) ...
10:55:03 #10 33.18 Selecting previously unselected package libxdmcp6:arm64.
10:55:03 #10 33.19 Preparing to unpack .../297-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
10:55:03 #10 33.19 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
10:55:03 #10 33.23 Selecting previously unselected package libxcb1:arm64.
10:55:03 #10 33.23 Preparing to unpack .../298-libxcb1_1.13.1-2_arm64.deb ...
10:55:03 #10 33.24 Unpacking libxcb1:arm64 (1.13.1-2) ...
10:55:03 #10 33.27 Selecting previously unselected package libx11-data.
10:55:03 #10 33.27 Preparing to unpack .../299-libx11-data_2%3a1.6.7-1+deb10u2_all.deb ...
10:55:03 #10 33.28 Unpacking libx11-data (2:1.6.7-1+deb10u2) ...
10:55:03 #10 33.35 Selecting previously unselected package libx11-6:arm64.
10:55:03 #10 33.35 Preparing to unpack .../300-libx11-6_2%3a1.6.7-1+deb10u2_arm64.deb ...
10:55:03 #10 33.35 Unpacking libx11-6:arm64 (2:1.6.7-1+deb10u2) ...
10:55:04 #10 33.43 Selecting previously unselected package libxext6:arm64.
10:55:04 #10 33.43 Preparing to unpack .../301-libxext6_2%3a1.3.3-1+b2_arm64.deb ...
10:55:04 #10 33.44 Unpacking libxext6:arm64 (2:1.3.3-1+b2) ...
10:55:04 #10 33.47 Selecting previously unselected package libxml-namespacesupport-perl.
10:55:04 #10 33.47 Preparing to unpack .../302-libxml-namespacesupport-perl_1.12-1_all.deb ...
10:55:04 #10 33.48 Unpacking libxml-namespacesupport-perl (1.12-1) ...
10:55:04 #10 33.51 Selecting previously unselected package libxml-sax-base-perl.
10:55:04 #10 33.51 Preparing to unpack .../303-libxml-sax-base-perl_1.09-1_all.deb ...
10:55:04 #10 33.52 Unpacking libxml-sax-base-perl (1.09-1) ...
10:55:04 #10 33.56 Selecting previously unselected package libxml-sax-perl.
10:55:04 #10 33.56 Preparing to unpack .../304-libxml-sax-perl_1.00+dfsg-1_all.deb ...
10:55:04 #10 33.57 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
10:55:04 #10 33.66 Selecting previously unselected package libxml-libxml-perl.
10:55:04 #10 33.66 Preparing to unpack .../305-libxml-libxml-perl_2.0134+dfsg-1_arm64.deb ...
10:55:04 #10 33.67 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
10:55:04 #10 33.73 Selecting previously unselected package libxml-sax-expat-perl.
10:55:04 #10 33.73 Preparing to unpack .../306-libxml-sax-expat-perl_0.51-1_all.deb ...
10:55:04 #10 33.74 Unpacking libxml-sax-expat-perl (0.51-1) ...
10:55:04 #10 33.77 Selecting previously unselected package libxml-simple-perl.
10:55:04 #10 33.77 Preparing to unpack .../307-libxml-simple-perl_2.25-1_all.deb ...
10:55:04 #10 33.78 Unpacking libxml-simple-perl (2.25-1) ...
10:55:04 #10 33.81 Selecting previously unselected package libxmlrpc-lite-perl.
10:55:04 #10 33.82 Preparing to unpack .../308-libxmlrpc-lite-perl_0.717-2_all.deb ...
10:55:04 #10 33.82 Unpacking libxmlrpc-lite-perl (0.717-2) ...
10:55:04 #10 33.86 Selecting previously unselected package libxmuu1:arm64.
10:55:04 #10 33.86 Preparing to unpack .../309-libxmuu1_2%3a1.1.2-2+b3_arm64.deb ...
10:55:04 #10 33.86 Unpacking libxmuu1:arm64 (2:1.1.2-2+b3) ...
10:55:04 #10 33.90 Selecting previously unselected package libyaml-0-2:arm64.
10:55:04 #10 33.91 Preparing to unpack .../310-libyaml-0-2_0.2.1-1_arm64.deb ...
10:55:04 #10 33.91 Unpacking libyaml-0-2:arm64 (0.2.1-1) ...
10:55:04 #10 33.94 Selecting previously unselected package libyaml-libyaml-perl.
10:55:04 #10 33.95 Preparing to unpack .../311-libyaml-libyaml-perl_0.76+repack-1_arm64.deb ...
10:55:04 #10 33.95 Unpacking libyaml-libyaml-perl (0.76+repack-1) ...
10:55:04 #10 33.98 Selecting previously unselected package licensecheck.
10:55:04 #10 33.99 Preparing to unpack .../312-licensecheck_3.0.31-3_all.deb ...
10:55:04 #10 33.99 Unpacking licensecheck (3.0.31-3) ...
10:55:04 #10 34.02 Selecting previously unselected package t1utils.
10:55:04 #10 34.02 Preparing to unpack .../313-t1utils_1.41-3_arm64.deb ...
10:55:04 #10 34.03 Unpacking t1utils (1.41-3) ...
10:55:04 #10 34.06 Selecting previously unselected package lintian.
10:55:04 #10 34.07 Preparing to unpack .../314-lintian_2.15.0_all.deb ...
10:55:04 #10 34.07 Unpacking lintian (2.15.0) ...
10:55:04 #10 34.19 Selecting previously unselected package lsb-release.
10:55:04 #10 34.19 Preparing to unpack .../315-lsb-release_10.2019051400_all.deb ...
10:55:04 #10 34.20 Unpacking lsb-release (10.2019051400) ...
10:55:04 #10 34.23 Selecting previously unselected package mailutils.
10:55:04 #10 34.24 Preparing to unpack .../316-mailutils_1%3a3.5-4_arm64.deb ...
10:55:04 #10 34.24 Unpacking mailutils (1:3.5-4) ...
10:55:04 #10 34.29 Selecting previously unselected package manpages-dev.
10:55:04 #10 34.29 Preparing to unpack .../317-manpages-dev_4.16-2_all.deb ...
10:55:04 #10 34.30 Unpacking manpages-dev (4.16-2) ...
10:55:05 #10 34.58 Selecting previously unselected package psmisc.
10:55:05 #10 34.59 Preparing to unpack .../318-psmisc_23.2-1+deb10u1_arm64.deb ...
10:55:05 #10 34.59 Unpacking psmisc (23.2-1+deb10u1) ...
10:55:05 #10 34.63 Selecting previously unselected package publicsuffix.
10:55:05 #10 34.63 Preparing to unpack .../319-publicsuffix_20220811.1734-0+deb10u1_all.deb ...
10:55:05 #10 34.64 Unpacking publicsuffix (20220811.1734-0+deb10u1) ...
10:55:05 #10 34.68 Selecting previously unselected package python-apt-common.
10:55:05 #10 34.68 Preparing to unpack .../320-python-apt-common_1.8.4.3_all.deb ...
10:55:05 #10 34.69 Unpacking python-apt-common (1.8.4.3) ...
10:55:05 #10 34.74 Selecting previously unselected package python3-apt.
10:55:05 #10 34.74 Preparing to unpack .../321-python3-apt_1.8.4.3_arm64.deb ...
10:55:05 #10 34.74 Unpacking python3-apt (1.8.4.3) ...
10:55:05 #10 34.79 Selecting previously unselected package python3-certifi.
10:55:05 #10 34.79 Preparing to unpack .../322-python3-certifi_2018.8.24-1_all.deb ...
10:55:05 #10 34.80 Unpacking python3-certifi (2018.8.24-1) ...
10:55:05 #10 34.84 Selecting previously unselected package python3-idna.
10:55:05 #10 34.85 Preparing to unpack .../323-python3-idna_2.6-1_all.deb ...
10:55:05 #10 34.85 Unpacking python3-idna (2.6-1) ...
10:55:05 #10 34.89 Selecting previously unselected package python3-magic.
10:55:05 #10 34.89 Preparing to unpack .../324-python3-magic_2%3a0.4.15-2_all.deb ...
10:55:05 #10 34.89 Unpacking python3-magic (2:0.4.15-2) ...
10:55:05 #10 34.93 Selecting previously unselected package python3-urllib3.
10:55:05 #10 34.93 Preparing to unpack .../325-python3-urllib3_1.24.1-1_all.deb ...
10:55:05 #10 34.94 Unpacking python3-urllib3 (1.24.1-1) ...
10:55:05 #10 34.98 Selecting previously unselected package python3-requests.
10:55:05 #10 34.98 Preparing to unpack .../326-python3-requests_2.21.0-1_all.deb ...
10:55:05 #10 34.99 Unpacking python3-requests (2.21.0-1) ...
10:55:05 #10 35.03 Selecting previously unselected package python3-unidiff.
10:55:05 #10 35.04 Preparing to unpack .../327-python3-unidiff_0.5.4-1_all.deb ...
10:55:05 #10 35.04 Unpacking python3-unidiff (0.5.4-1) ...
10:55:05 #10 35.08 Selecting previously unselected package python3-xdg.
10:55:05 #10 35.08 Preparing to unpack .../328-python3-xdg_0.25-5_all.deb ...
10:55:05 #10 35.09 Unpacking python3-xdg (0.25-5) ...
10:55:05 #10 35.12 Selecting previously unselected package shared-mime-info.
10:55:05 #10 35.13 Preparing to unpack .../329-shared-mime-info_1.10-1_arm64.deb ...
10:55:05 #10 35.13 Unpacking shared-mime-info (1.10-1) ...
10:55:05 #10 35.23 Selecting previously unselected package strace.
10:55:05 #10 35.23 Preparing to unpack .../330-strace_4.26-0.2_arm64.deb ...
10:55:05 #10 35.24 Unpacking strace (4.26-0.2) ...
10:55:05 #10 35.30 Selecting previously unselected package unzip.
10:55:05 #10 35.31 Preparing to unpack .../331-unzip_6.0-23+deb10u3_arm64.deb ...
10:55:05 #10 35.31 Unpacking unzip (6.0-23+deb10u3) ...
10:55:05 #10 35.35 Selecting previously unselected package xauth.
10:55:05 #10 35.35 Preparing to unpack .../332-xauth_1%3a1.0.10-1_arm64.deb ...
10:55:05 #10 35.36 Unpacking xauth (1:1.0.10-1) ...
10:55:05 #10 35.40 Selecting previously unselected package xdg-user-dirs.
10:55:05 #10 35.40 Preparing to unpack .../333-xdg-user-dirs_0.17-2_arm64.deb ...
10:55:05 #10 35.41 Unpacking xdg-user-dirs (0.17-2) ...
10:55:05 #10 35.48 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
10:55:05 #10 35.49 Setting up libapt-pkg-perl (0.1.34+b1) ...
10:55:05 #10 35.50 Setting up libksba8:arm64 (1.3.5-2+deb10u2) ...
10:55:05 #10 35.51 Setting up libpipeline1:arm64 (1.5.1-2) ...
10:55:06 #10 35.53 Setting up wdiff (1.2.2-2+b1) ...
10:55:06 #10 35.54 Setting up lsb-base (10.2019051400) ...
10:55:06 #10 35.55 Setting up mysql-common (5.8+1.0.5) ...
10:55:06 #10 35.58 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
10:55:06 #10 35.58 Setting up libxau6:arm64 (1:1.0.8-1+b2) ...
10:55:06 #10 35.59 Setting up libkeyutils1:arm64 (1.6-6) ...
10:55:06 #10 35.61 Setting up libpsl5:arm64 (0.20.2-2) ...
10:55:06 #10 35.62 Setting up libgpm2:arm64 (1.20.7-5) ...
10:55:06 #10 35.63 Setting up mime-support (3.62) ...
10:55:06 #10 35.66 Setting up xdg-user-dirs (0.17-2) ...
10:55:06 #10 35.69 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
10:55:06 #10 35.70 Setting up psmisc (23.2-1+deb10u1) ...
10:55:06 #10 35.71 Setting up libgc1c2:arm64 (1:7.6.4-0.4) ...
10:55:06 #10 35.72 Setting up libyaml-0-2:arm64 (0.2.1-1) ...
10:55:06 #10 35.73 Setting up libglib2.0-0:arm64 (2.58.3-2+deb10u4) ...
10:55:06 #10 35.74 No schema files found: doing nothing.
10:55:06 #10 35.75 Setting up distro-info-data (0.41+deb10u7) ...
10:55:06 #10 35.76 Setting up manpages (4.16-2) ...
10:55:06 #10 35.77 Setting up unzip (6.0-23+deb10u3) ...
10:55:06 #10 35.79 Setting up libsqlite3-0:arm64 (3.27.2-3+deb10u2) ...
10:55:06 #10 35.80 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-1+deb10u2) ...
10:55:06 #10 35.83 Setting up binutils-common:arm64 (2.31.1-16) ...
10:55:06 #10 35.84 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
10:55:06 #10 35.85 Setting up libmagic1:arm64 (1:5.35-4+deb10u2) ...
10:55:06 #10 35.87 Setting up less (487-0.1+b1) ...
10:55:06 #10 35.96 Setting up perl-openssl-defaults:arm64 (3) ...
10:55:06 #10 35.97 Setting up linux-libc-dev:arm64 (4.19.282-1) ...
10:55:06 #10 35.98 Setting up gettext-base (0.19.8.1-9) ...
10:55:06 #10 35.99 Setting up liblzo2-2:arm64 (2.10-0.1) ...
10:55:06 #10 36.00 Setting up libnpth0:arm64 (1.6-1) ...
10:55:06 #10 36.01 Setting up krb5-locales (1.17-3+deb10u5) ...
10:55:06 #10 36.05 Setting up file (1:5.35-4+deb10u2) ...
10:55:06 #10 36.06 Setting up libossp-uuid16:arm64 (1.6.2-1.5+b7) ...
10:55:06 #10 36.07 Setting up libassuan0:arm64 (2.5.2-1) ...
10:55:06 #10 36.08 Setting up libgomp1:arm64 (8.3.0-6) ...
10:55:06 #10 36.09 Setting up libapt-inst2.0:arm64 (1.8.2.3) ...
10:55:06 #10 36.10 Setting up bzip2 (1.0.6-9.2~deb10u2) ...
10:55:06 #10 36.11 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
10:55:06 #10 36.13 Setting up libicu63:arm64 (63.1-6+deb10u3) ...
10:55:06 #10 36.14 Setting up libfakeroot:arm64 (1.23-1) ...
10:55:06 #10 36.16 Setting up libkrb5support0:arm64 (1.17-3+deb10u5) ...
10:55:06 #10 36.17 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ...
10:55:06 #10 36.18 Setting up fakeroot (1.23-1) ...
10:55:06 #10 36.19 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
10:55:06 #10 36.20 Setting up mariadb-common (1:10.3.38-0+deb10u1) ...
10:55:06 #10 36.22 update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
10:55:06 #10 36.22 Setting up libasan5:arm64 (8.3.0-6) ...
10:55:06 #10 36.23 Setting up autotools-dev (20180224.1) ...
10:55:06 #10 36.24 Setting up libglib2.0-data (2.58.3-2+deb10u4) ...
10:55:06 #10 36.25 Setting up libpython2.7-minimal:arm64 (2.7.16-2+deb10u1) ...
10:55:06 #10 36.28 Setting up libwrap0:arm64 (7.6.q-28) ...
10:55:06 #10 36.29 Setting up libx11-data (2:1.6.7-1+deb10u2) ...
10:55:06 #10 36.30 Setting up make (4.2.1-1.2) ...
10:55:06 #10 36.31 Setting up libmpfr6:arm64 (4.0.2-1) ...
10:55:06 #10 36.32 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
10:55:06 #10 36.33 Setting up libntlm0:arm64 (1.5-1+deb10u1) ...
10:55:06 #10 36.34 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
10:55:06 #10 36.35 Setting up libidn11:arm64 (1.33-2.2) ...
10:55:06 #10 36.36 Setting up libncurses6:arm64 (6.1+20181013-2+deb10u3) ...
10:55:06 #10 36.38 Setting up strace (4.26-0.2) ...
10:55:06 #10 36.39 Setting up libsigsegv2:arm64 (2.12-2) ...
10:55:06 #10 36.40 Setting up xz-utils (5.2.4-1+deb10u1) ...
10:55:06 #10 36.41 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
10:55:06 #10 36.42 Setting up libfribidi0:arm64 (1.0.5-3.1+deb10u2) ...
10:55:06 #10 36.46 Setting up t1utils (1.41-3) ...
10:55:06 #10 36.47 Setting up diffstat (1.62-1) ...
10:55:06 #10 36.48 Setting up libmpc3:arm64 (1.1.0-1) ...
10:55:06 #10 36.49 Setting up libatomic1:arm64 (8.3.0-6) ...
10:55:06 #10 36.50 Setting up patch (2.7.6-3+deb10u1) ...
10:55:06 #10 36.51 Setting up mailutils-common (1:3.5-4) ...
10:55:06 #10 36.53 Setting up autopoint (0.19.8.1-9) ...
10:55:06 #10 36.54 Setting up libmariadb3:arm64 (1:10.3.38-0+deb10u1) ...
10:55:06 #10 36.55 Setting up libfl2:arm64 (2.6.4-6.2) ...
10:55:06 #10 36.56 Setting up libpcre2-8-0:arm64 (10.32-5+deb10u1) ...
10:55:06 #10 36.57 Setting up libk5crypto3:arm64 (1.17-3+deb10u5) ...
10:55:06 #10 36.59 Setting up libltdl7:arm64 (2.4.6-9) ...
10:55:07 #10 36.60 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ...
10:55:07 #10 36.61 Setting up libevent-2.1-6:arm64 (2.1.8-stable-4) ...
10:55:07 #10 36.62 Setting up libubsan1:arm64 (8.3.0-6) ...
10:55:07 #10 36.63 Setting up libisl19:arm64 (0.20-2) ...
10:55:07 #10 36.66 Setting up dwz (0.12-3) ...
10:55:07 #10 36.67 Setting up python-apt-common (1.8.4.3) ...
10:55:07 #10 36.68 Setting up sensible-utils (0.0.12) ...
10:55:07 #10 36.69 Setting up exim4-config (4.92-8+deb10u7) ...
10:55:07 #10 37.04 Adding system-user for exim (v4)
10:55:07 #10 37.34 Setting up libuchardet0:arm64 (0.0.6-3) ...
10:55:07 #10 37.35 Setting up git-man (1:2.20.1-2+deb10u8) ...
10:55:07 #10 37.36 Setting up libssh2-1:arm64 (1.8.0-2.1) ...
10:55:07 #10 37.37 Setting up netbase (5.6) ...
10:55:07 #10 37.39 Setting up libkrb5-3:arm64 (1.17-3+deb10u5) ...
10:55:07 #10 37.40 Setting up libmpdec2:arm64 (2.4.2-2) ...
10:55:07 #10 37.42 Setting up libbinutils:arm64 (2.31.1-16) ...
10:55:07 #10 37.43 Setting up cpp-8 (8.3.0-6) ...
10:55:07 #10 37.44 Setting up libc-dev-bin (2.28-10+deb10u2) ...
10:55:07 #10 37.45 Setting up openssl (1.1.1n-0+deb10u4) ...
10:55:07 #10 37.47 Setting up libbsd0:arm64 (0.9.1-2+deb10u1) ...
10:55:07 #10 37.48 Setting up readline-common (7.0-5) ...
10:55:07 #10 37.50 Setting up publicsuffix (20220811.1734-0+deb10u1) ...
10:55:07 #10 37.51 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u6) ...
10:55:07 #10 37.52 Setting up libcc1-0:arm64 (8.3.0-6) ...
10:55:07 #10 37.53 Setting up iso-codes (4.2-1) ...
10:55:07 #10 37.54 Setting up liblocale-gettext-perl (1.07-3+b4) ...
10:55:07 #10 37.55 Setting up liblsan0:arm64 (8.3.0-6) ...
10:55:07 #10 37.56 Setting up dctrl-tools (2.24-3) ...
10:55:07 #10 37.58 Setting up libitm1:arm64 (8.3.0-6) ...
10:55:07 #10 37.59 Setting up debian-keyring (2019.02.25) ...
10:55:07 #10 37.60 Setting up libreadline7:arm64 (7.0-5) ...
10:55:08 #10 37.61 Setting up libgdbm6:arm64 (1.18.1-4) ...
10:55:08 #10 37.62 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
10:55:08 #10 37.63 Setting up libtsan0:arm64 (8.3.0-6) ...
10:55:08 #10 37.64 Setting up pinentry-curses (1.1.0-2) ...
10:55:08 #10 37.70 Setting up manpages-dev (4.16-2) ...
10:55:08 #10 37.71 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
10:55:08 #10 37.72 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u4) ...
10:55:08 #10 37.74 Setting up libxcb1:arm64 (1.13.1-2) ...
10:55:08 #10 37.75 Setting up at (3.1.23-1) ...
10:55:08 #10 37.89 invoke-rc.d: could not determine current runlevel
10:55:08 #10 37.89 invoke-rc.d: policy-rc.d denied execution of start.
10:55:08 #10 37.90 Setting up libedit2:arm64 (3.1-20181209-1) ...
10:55:08 #10 37.91 Setting up libkyotocabinet16v5:arm64 (1.2.76-4.2+b1) ...
10:55:08 #10 37.92 Setting up cron (3.0pl1-134+deb10u1) ...
10:55:08 #10 38.00 Adding group `crontab' (GID 102) ...
10:55:08 #10 38.02 Done.
10:55:08 #10 38.04 invoke-rc.d: could not determine current runlevel
10:55:08 #10 38.04 invoke-rc.d: policy-rc.d denied execution of start.
10:55:08 #10 38.16 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ...
10:55:08 #10 38.17 Setting up m4 (1.4.18-2) ...
10:55:08 #10 38.18 Setting up binutils-aarch64-linux-gnu (2.31.1-16) ...
10:55:08 #10 38.22 Setting up binutils (2.31.1-16) ...
10:55:08 #10 38.23 Setting up libpython2.7-stdlib:arm64 (2.7.16-2+deb10u1) ...
10:55:08 #10 38.25 Setting up ca-certificates (20200601~deb10u2) ...
10:55:09 #10 38.74 Updating certificates in /etc/ssl/certs...
10:55:09 #10 39.36 137 added, 0 removed; done.
10:55:09 #10 39.42 Setting up libunbound8:arm64 (1.9.0-2+deb10u3) ...
10:55:09 #10 39.44 Setting up shared-mime-info (1.10-1) ...
10:55:12 #10 41.54 Setting up bsdmainutils (11.1.2+b1) ...
10:55:12 #10 41.58 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
10:55:12 #10 41.59 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
10:55:12 #10 41.60 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u5) ...
10:55:12 #10 41.61 Setting up libcroco3:arm64 (0.6.12-3) ...
10:55:12 #10 41.62 Setting up libgdbm-compat4:arm64 (1.18.1-4) ...
10:55:12 #10 41.64 Setting up ucf (3.0038+nmu1) ...
10:55:12 #10 41.75 Setting up libgcc-8-dev:arm64 (8.3.0-6) ...
10:55:12 #10 41.76 Setting up libperl5.28:arm64 (5.28.1-6+deb10u1) ...
10:55:12 #10 41.77 Setting up groff-base (1.22.4-3+deb10u1) ...
10:55:12 #10 41.79 Setting up cpp (4:8.3.0-1) ...
10:55:12 #10 41.81 Setting up gpgconf (2.2.12-1+deb10u2) ...
10:55:12 #10 41.82 Setting up libcurl4:arm64 (7.64.0-4+deb10u6) ...
10:55:12 #10 41.83 Setting up libc6-dev:arm64 (2.28-10+deb10u2) ...
10:55:12 #10 41.84 Setting up libx11-6:arm64 (2:1.6.7-1+deb10u2) ...
10:55:12 #10 41.85 Setting up curl (7.64.0-4+deb10u6) ...
10:55:12 #10 41.86 Setting up libxmuu1:arm64 (2:1.1.2-2+b3) ...
10:55:12 #10 41.88 Setting up gpg (2.2.12-1+deb10u2) ...
10:55:12 #10 41.89 Setting up guile-2.2-libs:arm64 (2.2.4+1-2+deb10u1) ...
10:55:12 #10 41.91 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
10:55:12 #10 41.92 Setting up libstdc++-8-dev:arm64 (8.3.0-6) ...
10:55:12 #10 41.93 Setting up python3.7 (3.7.3-2+deb10u4) ...
10:55:13 #10 42.70 Setting up libgnutls-dane0:arm64 (3.6.7-4+deb10u10) ...
10:55:13 #10 42.71 Setting up libpython2.7:arm64 (2.7.16-2+deb10u1) ...
10:55:13 #10 42.72 Setting up gettext (0.19.8.1-9) ...
10:55:13 #10 42.73 Setting up exim4-base (4.92-8+deb10u7) ...
10:55:13 #10 42.83 exim: DB upgrade, deleting hints-db
10:55:13 #10 42.87 Setting up gcc-8 (8.3.0-6) ...
10:55:13 #10 42.88 Setting up gpg-agent (2.2.12-1+deb10u2) ...
10:55:13 #10 42.90 Setting up libtool (2.4.6-9) ...
10:55:13 #10 42.91 Setting up openssh-client (1:7.9p1-10+deb10u2) ...
10:55:13 #10 43.00 Setting up gpgsm (2.2.12-1+deb10u2) ...
10:55:13 #10 43.01 Setting up libgsasl7 (1.8.0-8+deb10u1) ...
10:55:13 #10 43.02 Setting up libxext6:arm64 (2:1.3.3-1+b2) ...
10:55:13 #10 43.03 Setting up libcurl3-gnutls:arm64 (7.64.0-4+deb10u6) ...
10:55:13 #10 43.04 Setting up python3 (3.7.3-1) ...
10:55:13 #10 43.36 Setting up python3-xdg (0.25-5) ...
10:55:13 #10 43.53 Setting up man-db (2.8.5-2) ...
10:55:14 #10 43.63 Building database of manual pages ...
10:55:26 #10 55.57 Setting up libgpgme11:arm64 (1.12.0-6) ...
10:55:26 #10 55.59 Setting up gcc (4:8.3.0-1) ...
10:55:26 #10 55.65 Setting up python3-six (1.12.0-1) ...
10:55:26 #10 55.82 Setting up dirmngr (2.2.12-1+deb10u2) ...
10:55:26 #10 55.84 Setting up perl (5.28.1-6+deb10u1) ...
10:55:26 #10 55.86 Setting up libpackage-stash-xs-perl (0.29-1) ...
10:55:26 #10 55.87 Setting up python3-gpg (1.12.0-6) ...
10:55:26 #10 56.07 Setting up libdata-dump-perl (1.23-1) ...
10:55:26 #10 56.08 Setting up python3-certifi (2018.8.24-1) ...
10:55:26 #10 56.22 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
10:55:26 #10 56.23 Setting up libref-util-perl (0.204-1) ...
10:55:26 #10 56.24 Setting up libipc-system-simple-perl (1.25-4) ...
10:55:26 #10 56.25 Setting up libnet-domain-tld-perl (1.75-1) ...
10:55:26 #10 56.26 Setting up libnet-libidn-perl (0.12.ds-3+b1) ...
10:55:26 #10 56.27 Setting up libvariable-magic-perl (0.62-1+b1) ...
10:55:26 #10 56.28 Setting up python3-idna (2.6-1) ...
10:55:26 #10 56.48 Setting up libio-html-perl (1.001-1) ...
10:55:26 #10 56.49 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
10:55:26 #10 56.50 Setting up libtest-refcount-perl (0.08-3) ...
10:55:26 #10 56.51 Setting up libparams-util-perl (1.07-3+b4) ...
10:55:26 #10 56.52 Setting up libdpkg-perl (1.19.8) ...
10:55:26 #10 56.53 Setting up autoconf (2.69-11) ...
10:55:26 #10 56.54 Setting up python3-urllib3 (1.24.1-1) ...
10:55:26 #10 56.73 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
10:55:26 #10 56.74 Setting up libcapture-tiny-perl (0.48-1) ...
10:55:27 #10 56.75 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
10:55:27 #10 56.76 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
10:55:27 #10 56.77 Setting up libsub-name-perl (0.21-1+b3) ...
10:55:27 #10 56.78 Setting up libtype-tiny-xs-perl (0.014-1+b1) ...
10:55:27 #10 56.79 Setting up g++-8 (8.3.0-6) ...
10:55:27 #10 56.80 Setting up libfile-chdir-perl (0.1008-1) ...
10:55:27 #10 56.81 Setting up xauth (1:1.0.10-1) ...
10:55:27 #10 56.83 Setting up libpath-tiny-perl (0.108-1) ...
10:55:27 #10 56.84 Setting up libarchive-cpio-perl (0.10-1) ...
10:55:27 #10 56.85 Setting up libjson-perl (4.02000-1) ...
10:55:27 #10 56.85 Setting up libfcgi-perl (0.78-2+b3) ...
10:55:27 #10 56.87 Setting up libdevel-globaldestruction-perl (0.14-1) ...
10:55:27 #10 56.88 Setting up python3-unidiff (0.5.4-1) ...
10:55:27 #10 57.02 Setting up libstrictures-perl (2.000005-1) ...
10:55:27 #10 57.03 Setting up libsub-quote-perl (2.005001-1) ...
10:55:27 #10 57.04 Setting up libclass-xsaccessor-perl (1.19-3+b2) ...
10:55:27 #10 57.06 Setting up libsort-versions-perl (1.62-1) ...
10:55:27 #10 57.07 Setting up libexporter-tiny-perl (1.002001-1) ...
10:55:27 #10 57.08 Setting up libterm-readkey-perl (2.38-1) ...
10:55:27 #10 57.09 Setting up lsb-release (10.2019051400) ...
10:55:27 #10 57.10 Setting up libclass-accessor-perl (0.51-1) ...
10:55:27 #10 57.11 Setting up libnet-ip-perl (1.26-2) ...
10:55:27 #10 57.12 Setting up python3-magic (2:0.4.15-2) ...
10:55:27 #10 57.27 Setting up libperlio-gzip-perl (0.19-1+b5) ...
10:55:27 #10 57.28 Setting up libsys-hostname-long-perl (1.5-1) ...
10:55:27 #10 57.29 Setting up libsereal-decoder-perl (4.005+ds-1+b1) ...
10:55:27 #10 57.30 Setting up liburi-perl (1.76-1) ...
10:55:27 #10 57.31 Setting up exim4-daemon-light (4.92-8+deb10u7) ...
10:55:27 #10 57.39 invoke-rc.d: could not determine current runlevel
10:55:28 #10 57.39 invoke-rc.d: policy-rc.d denied execution of start.
10:55:28 #10 57.39 Initializing GnuTLS DH parameter file
10:55:28 #10 57.43 Setting up libmailutils5:arm64 (1:3.5-4) ...
10:55:28 #10 57.44 Setting up libdigest-bubblebabble-perl (0.02-2) ...
10:55:28 #10 57.45 Setting up libnet-ssleay-perl (1.85-2+deb10u1) ...
10:55:28 #10 57.46 Setting up python3-pkg-resources (40.8.0-1) ...
10:55:28 #10 57.67 Setting up automake (1:1.16.1-4) ...
10:55:28 #10 57.68 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
10:55:28 #10 57.69 Setting up libasync-mergepoint-perl (0.04-2) ...
10:55:28 #10 57.70 Setting up libio-sessiondata-perl (1.03-1) ...
10:55:28 #10 57.72 Setting up libstring-escape-perl (2010.002-2) ...
10:55:28 #10 57.73 Setting up libhttp-date-perl (6.02-1) ...
10:55:28 #10 57.74 Setting up libfile-which-perl (1.23-1) ...
10:55:28 #10 57.76 Setting up mailutils (1:3.5-4) ...
10:55:28 #10 57.76 update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
10:55:28 #10 57.77 update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
10:55:28 #10 57.77 update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
10:55:28 #10 57.78 update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
10:55:28 #10 57.78 update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
10:55:28 #10 57.84 update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
10:55:28 #10 57.84 update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
10:55:28 #10 57.85 Setting up libfile-basedir-perl (0.08-1) ...
10:55:28 #10 57.86 Setting up libnumber-range-perl (0.12-1) ...
10:55:28 #10 57.87 Setting up libtask-weaken-perl (1.06-1) ...
10:55:28 #10 57.88 Setting up libunicode-utf8-perl (0.62-1) ...
10:55:28 #10 57.89 Setting up libstruct-dumb-perl (0.09-1) ...
10:55:28 #10 57.91 Setting up libossp-uuid-perl (1.6.2-1.5+b7) ...
10:55:28 #10 57.92 Setting up libfile-listing-perl (6.04-1) ...
10:55:28 #10 57.93 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
10:55:28 #10 57.94 Setting up libclass-inspector-perl (1.32-1) ...
10:55:28 #10 57.95 Setting up libfont-afm-perl (1.20-2) ...
10:55:28 #10 57.96 Setting up libwant-perl (0.29-1+b4) ...
10:55:28 #10 57.97 Setting up libdynaloader-functions-perl (0.003-1) ...
10:55:28 #10 57.98 Setting up libtext-glob-perl (0.10-1) ...
10:55:28 #10 57.99 Setting up libclass-method-modifiers-perl (2.12-1) ...
10:55:28 #10 58.00 Setting up liblist-compare-perl (0.53-1) ...
10:55:28 #10 58.01 Setting up libref-util-xs-perl (0.117-1+b1) ...
10:55:28 #10 58.02 Setting up libio-pty-perl (1:1.08-1.1+b5) ...
10:55:28 #10 58.03 Setting up libfile-fcntllock-perl (0.22-3+b5) ...
10:55:28 #10 58.05 Setting up libsort-key-perl (1.33-2+b1) ...
10:55:28 #10 58.06 Setting up libclone-perl (0.41-1+b1) ...
10:55:28 #10 58.07 Setting up libalgorithm-diff-perl (1.19.03-2) ...
10:55:28 #10 58.08 Setting up libarchive-zip-perl (1.64-1) ...
10:55:28 #10 58.09 Setting up libsub-identify-perl (0.14-1+b1) ...
10:55:28 #10 58.10 Setting up libdistro-info-perl (0.21) ...
10:55:28 #10 58.11 Setting up python3-apt (1.8.4.3) ...
10:55:28 #10 58.28 Setting up libio-stringy-perl (2.111-3) ...
10:55:28 #10 58.29 Setting up liblist-moreutils-perl (0.416-1+b4) ...
10:55:28 #10 58.30 Setting up libhtml-tagset-perl (3.20-3) ...
10:55:28 #10 58.31 Setting up liblog-any-perl (1.707-1) ...
10:55:28 #10 58.32 Setting up libauthen-sasl-perl (2.1600-1) ...
10:55:28 #10 58.33 Setting up libpod-constants-perl (0.19-1) ...
10:55:28 #10 58.35 Setting up libregexp-pattern-license-perl (3.0.31-4) ...
10:55:28 #10 58.36 Setting up libconvert-binhex-perl (1.125-1) ...
10:55:28 #10 58.37 Setting up libfuture-perl (0.39-1) ...
10:55:28 #10 58.38 Setting up liblwp-mediatypes-perl (6.02-1) ...
10:55:28 #10 58.39 Setting up libyaml-libyaml-perl (0.76+repack-1) ...
10:55:28 #10 58.40 Setting up libtry-tiny-perl (0.30-1) ...
10:55:28 #10 58.41 Setting up libtype-tiny-perl (1.004004-1) ...
10:55:28 #10 58.42 Setting up libtest-fatal-perl (0.014-1) ...
10:55:28 #10 58.43 Setting up libcommon-sense-perl (3.74-2+b7) ...
10:55:28 #10 58.44 Setting up libxml-namespacesupport-perl (1.12-1) ...
10:55:28 #10 58.45 Setting up libnet-http-perl (6.18-1) ...
10:55:28 #10 58.46 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
10:55:29 #10 58.47 Setting up libencode-locale-perl (1.05-1) ...
10:55:29 #10 58.49 Setting up libtext-levenshtein-perl (0.13-1) ...
10:55:29 #10 58.50 Setting up libnet-dns-perl (1.19-1) ...
10:55:29 #10 58.51 Setting up libsereal-encoder-perl (4.005+ds-1+b1) ...
10:55:29 #10 58.52 Setting up libdevel-callchecker-perl (0.008-1) ...
10:55:29 #10 58.53 Setting up libstring-shellquote-perl (1.04-1) ...
10:55:29 #10 58.54 Setting up libsub-install-perl (0.928-1) ...
10:55:29 #10 58.55 Setting up dpkg-dev (1.19.8) ...
10:55:29 #10 58.57 Setting up libnumber-compare-perl (0.03-1) ...
10:55:29 #10 58.58 Setting up intltool-debian (0.35.0+20060710.5) ...
10:55:29 #10 58.59 Setting up libio-async-perl (0.72-1) ...
10:55:29 #10 58.60 Setting up liberror-perl (0.17027-2) ...
10:55:29 #10 58.61 Setting up patchutils (0.3.4-2) ...
10:55:29 #10 58.62 Setting up libmail-sendmail-perl (0.80-1) ...
10:55:29 #10 58.63 Setting up libltdl-dev:arm64 (2.4.6-9) ...
10:55:29 #10 58.65 Setting up libxml-sax-base-perl (1.09-1) ...
10:55:29 #10 58.66 Setting up libio-string-perl (1.08-3) ...
10:55:29 #10 58.67 Setting up libreadonly-perl (2.050-1) ...
10:55:29 #10 58.68 Setting up python3-chardet (3.0.4-3) ...
10:55:29 #10 58.95 Setting up libstring-copyright-perl (0.003006-1) ...
10:55:29 #10 58.96 Setting up python3-debian (0.1.35) ...
10:55:29 #10 59.14 Setting up python3-requests (2.21.0-1) ...
10:55:29 #10 59.31 Setting up libdata-optlist-perl (0.110-1) ...
10:55:29 #10 59.32 Setting up libipc-run-perl (20180523.0-1) ...
10:55:29 #10 59.33 Setting up git (1:2.20.1-2+deb10u8) ...
10:55:29 #10 59.37 Setting up libcontextual-return-perl (0.004014-2) ...
10:55:29 #10 59.38 Setting up libwww-robotrules-perl (6.02-1) ...
10:55:29 #10 59.40 Setting up libtypes-serialiser-perl (1.0-1) ...
10:55:29 #10 59.42 Setting up g++ (4:8.3.0-1) ...
10:55:29 #10 59.45 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
10:55:29 #10 59.46 Setting up libhtml-parser-perl (3.72-3+b3) ...
10:55:29 #10 59.47 Setting up libgit-wrapper-perl (0.048-1) ...
10:55:30 #10 59.48 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
10:55:30 #10 59.50 Setting up librole-tiny-perl (2.000006-1) ...
10:55:30 #10 59.51 Setting up gnupg (2.2.12-1+deb10u2) ...
10:55:30 #10 59.52 Setting up build-essential (12.6) ...
10:55:30 #10 59.55 Setting up libfile-homedir-perl (1.004-1) ...
10:55:30 #10 59.59 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
10:55:30 #10 59.61 Setting up libio-socket-ssl-perl (2.060-3) ...
10:55:30 #10 59.63 Setting up libsub-exporter-perl (0.987-1) ...
10:55:30 #10 59.64 Setting up libalgorithm-merge-perl (0.08-3) ...
10:55:30 #10 59.65 Setting up libhttp-message-perl (6.18-1) ...
10:55:30 #10 59.66 Setting up libhtml-form-perl (6.03-1) ...
10:55:30 #10 59.68 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
10:55:30 #10 59.69 Setting up libjson-xs-perl (3.040-1+b1) ...
10:55:30 #10 59.70 Setting up libhttp-negotiate-perl (6.01-1) ...
10:55:30 #10 59.71 Setting up libio-prompter-perl (0.004015-1) ...
10:55:30 #10 59.72 Setting up libhttp-cookies-perl (6.04-1) ...
10:55:30 #10 59.73 Setting up po-debconf (1.0.21) ...
10:55:30 #10 59.74 Setting up libhtml-tree-perl (5.07-2) ...
10:55:30 #10 59.76 Setting up libparams-classify-perl (0.015-1+b1) ...
10:55:30 #10 59.77 Setting up libcgi-pm-perl (4.40-1) ...
10:55:30 #10 59.78 Setting up libpath-iterator-rule-perl (1.014-1) ...
10:55:30 #10 59.80 Setting up libnet-dns-sec-perl (1.11-1) ...
10:55:30 #10 59.82 Setting up libsereal-perl (4.005-1) ...
10:55:30 #10 59.84 Setting up libhtml-format-perl (2.12-1) ...
10:55:30 #10 59.85 Setting up libxml-sax-perl (1.00+dfsg-1) ...
10:55:30 #10 59.92 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
10:55:30 #10 59.97 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
10:55:30 #10 60.13 
10:55:30 #10 60.13 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
10:55:30 #10 60.17 Setting up dput (1.0.3) ...
10:55:30 #10 60.34 Setting up libnet-smtp-ssl-perl (1.04-1) ...
10:55:30 #10 60.35 Setting up libmodule-runtime-perl (0.016-1) ...
10:55:30 #10 60.36 Setting up libmailtools-perl (2.18-1) ...
10:55:30 #10 60.38 Setting up libparse-debianchangelog-perl (1.2.0-13) ...
10:55:30 #10 60.39 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
10:55:30 #10 60.43 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
10:55:30 #10 60.50 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
10:55:31 #10 60.57 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
10:55:31 #10 60.73 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
10:55:31 #10 60.77 Setting up libconst-fast-perl (0.014-1) ...
10:55:31 #10 60.78 Setting up libhttp-daemon-perl (6.01-3+deb10u1) ...
10:55:31 #10 60.79 Setting up libmodule-implementation-perl (0.09-1) ...
10:55:31 #10 60.80 Setting up libemail-valid-perl (1.202-1) ...
10:55:31 #10 60.90 Setting up libcgi-fast-perl (1:2.13-1) ...
10:55:31 #10 60.97 Setting up libpackage-stash-perl (0.38-1) ...
10:55:31 #10 61.06 Setting up libimport-into-perl (1.002005-1) ...
10:55:31 #10 61.12 Setting up libmoo-perl (2.003004-2) ...
10:55:31 #10 61.18 Setting up libmime-tools-perl (5.509-1) ...
10:55:31 #10 61.23 Setting up libxml-simple-perl (2.25-1) ...
10:55:31 #10 61.26 Setting up libparams-validate-perl (1.29-1+b1) ...
10:55:31 #10 61.29 Setting up libb-hooks-endofscope-perl (0.24-1) ...
10:55:31 #10 61.33 Setting up lintian (2.15.0) ...
10:55:31 #10 61.38 Setting up libnamespace-clean-perl (0.27-1) ...
10:55:31 #10 61.42 Setting up libgetopt-long-descriptive-perl (0.103-2) ...
10:55:31 #10 61.45 Setting up licensecheck (3.0.31-3) ...
10:55:31 #10 61.48 Setting up libgitlab-api-v4-perl (0.16-1) ...
10:55:31 #10 61.51 Setting up liblwp-protocol-https-perl (6.07-2) ...
10:55:31 #10 61.54 Setting up libwww-perl (6.36-2) ...
10:55:32 #10 61.56 Setting up debhelper (12.1.1) ...
10:55:32 #10 61.59 Setting up dh-autoreconf (19) ...
10:55:32 #10 61.63 Setting up devscripts (2.19.5+deb10u1) ...
10:55:32 #10 61.85 Setting up dh-strip-nondeterminism (1.1.2-1) ...
10:55:32 #10 61.86 Setting up equivs (2.2.0) ...
10:55:32 #10 61.90 Setting up libxml-parser-perl (2.44-4) ...
10:55:32 #10 61.93 Setting up libxml-sax-expat-perl (0.51-1) ...
10:55:32 #10 61.99 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
10:55:32 #10 62.04 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
10:55:32 #10 62.20 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
10:55:32 #10 62.25 Setting up libsoap-lite-perl (1.27-1) ...
10:55:32 #10 62.26 Setting up libxmlrpc-lite-perl (0.717-2) ...
10:55:32 #10 62.27 Processing triggers for libc-bin (2.28-10+deb10u2) ...
10:55:32 #10 62.31 Processing triggers for ca-certificates (20200601~deb10u2) ...
10:55:32 #10 62.32 Updating certificates in /etc/ssl/certs...
10:55:33 #10 62.82 0 added, 0 removed; done.
10:55:33 #10 62.82 Running hooks in /etc/ca-certificates/update.d...
10:55:33 #10 62.82 done.
10:55:33 #10 DONE 63.3s
10:55:33 
10:55:33 #11 [stage-1 3/8] COPY common /root/build-deb/debian
10:55:33 #11 DONE 0.0s
10:55:33 
10:55:33 #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
10:55:34 #12 0.686 Hit:1 http://deb.debian.org/debian buster InRelease
10:55:34 #12 0.686 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
10:55:34 #12 0.686 Hit:3 http://deb.debian.org/debian buster-updates InRelease
10:55:35 #12 1.097 Reading package lists...
10:55:35 #12 2.253 dh_testdir
10:55:35 #12 2.271 dh_testroot
10:55:35 #12 2.289 dh_prep
10:55:35 #12 2.311 dh_testdir
10:55:35 #12 2.329 dh_testroot
10:55:35 #12 2.347 dh_install
10:55:35 #12 2.373 dh_installdocs
10:55:36 #12 2.404 dh_installchangelogs
10:55:36 #12 2.477 dh_compress
10:55:36 #12 2.514 dh_fixperms
10:55:36 #12 2.560 dh_installdeb
10:55:36 #12 2.586 dh_gencontrol
10:55:36 #12 2.704 dh_md5sums
10:55:36 #12 2.734 dh_builddeb
10:55:36 #12 2.754 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
10:55:36 #12 2.774 
10:55:36 #12 2.774 The package has been created.
10:55:36 #12 2.774 Attention, the package has been created in the current directory,
10:55:36 #12 2.774 not in ".." as indicated by the message above!
10:55:36 #12 2.798 Selecting previously unselected package docker-ce-build-deps.
10:55:36 #12 2.813 (Reading database ... 27755 files and directories currently installed.)
10:55:36 #12 2.815 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
10:55:36 #12 2.819 Unpacking docker-ce-build-deps (1.0) ...
10:55:37 #12 2.872 Reading package lists...
10:55:37 #12 3.546 Building dependency tree...
10:55:37 #12 3.716 Reading state information...
10:55:37 #12 3.745 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
10:55:37 #12 3.801 Starting 2 pkgProblemResolver with broken count: 0
10:55:37 #12 3.804 Done
10:55:37 #12 3.824  Done
10:55:37 #12 3.831 Starting pkgProblemResolver with broken count: 0
10:55:37 #12 3.859 Starting 2 pkgProblemResolver with broken count: 0
10:55:37 #12 3.861 Done
10:55:37 #12 3.970 The following additional packages will be installed:
10:55:37 #12 3.970   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
10:55:37 #12 3.970   libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1
10:55:37 #12 3.970   libdevmapper1.02.1 libjsoncpp1 libpcre16-3 libpcre3-dev libpcre32-3
10:55:37 #12 3.970   libpcrecpp0v5 libprocps7 librhash0 libseccomp-dev libselinux1-dev
10:55:37 #12 3.971   libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config procps
10:55:37 #12 3.972 Suggested packages:
10:55:37 #12 3.972   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
10:55:37 #12 4.134 The following NEW packages will be installed:
10:55:37 #12 4.134   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
10:55:37 #12 4.134   libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1
10:55:37 #12 4.134   libdevmapper1.02.1 libjsoncpp1 libpcre16-3 libpcre3-dev libpcre32-3
10:55:37 #12 4.135   libpcrecpp0v5 libprocps7 librhash0 libseccomp-dev libselinux1-dev
10:55:37 #12 4.135   libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config procps
10:55:38 #12 4.409 0 upgraded, 26 newly installed, 0 to remove and 1 not upgraded.
10:55:38 #12 4.409 1 not fully installed or removed.
10:55:38 #12 4.409 Need to get 8315 kB of archives.
10:55:38 #12 4.409 After this operation, 36.4 MB of additional disk space will be used.
10:55:38 #12 4.409 Get:1 http://deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB]
10:55:38 #12 4.413 Get:2 http://deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB]
10:55:38 #12 4.427 Get:3 http://deb.debian.org/debian buster/main arm64 libprocps7 arm64 2:3.3.15-2 [58.0 kB]
10:55:38 #12 4.427 Get:4 http://deb.debian.org/debian buster/main arm64 procps arm64 2:3.3.15-2 [245 kB]
10:55:38 #12 4.430 Get:5 http://deb.debian.org/debian-security buster/updates/main arm64 libarchive13 arm64 3.3.3-4+deb10u3 [292 kB]
10:55:38 #12 4.433 Get:6 http://deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB]
10:55:38 #12 4.433 Get:7 http://deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB]
10:55:38 #12 4.435 Get:8 http://deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1+deb10u1 [105 kB]
10:55:38 #12 4.436 Get:9 http://deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB]
10:55:38 #12 4.467 Get:10 http://deb.debian.org/debian buster/main arm64 dh-apparmor all 2.13.2-10 [70.1 kB]
10:55:38 #12 4.467 Get:11 http://deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
10:55:38 #12 4.468 Get:12 http://deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
10:55:38 #12 4.469 Get:13 http://deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
10:55:38 #12 4.470 Get:14 http://deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
10:55:38 #12 4.471 Get:15 http://deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB]
10:55:38 #12 4.472 Get:16 http://deb.debian.org/debian-security buster/updates/main arm64 libudev-dev arm64 241-7~deb10u9 [110 kB]
10:55:38 #12 4.473 Get:17 http://deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB]
10:55:38 #12 4.476 Get:18 http://deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB]
10:55:38 #12 4.478 Get:19 http://deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB]
10:55:38 #12 4.480 Get:20 http://deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB]
10:55:38 #12 4.482 Get:21 http://deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB]
10:55:38 #12 4.487 Get:22 http://deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB]
10:55:38 #12 4.489 Get:23 http://deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB]
10:55:38 #12 4.489 Get:24 http://deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB]
10:55:38 #12 4.490 Get:25 http://deb.debian.org/debian-security buster/updates/main arm64 libsystemd-dev arm64 241-7~deb10u9 [322 kB]
10:55:38 #12 4.493 Get:26 http://deb.debian.org/debian buster/main arm64 pkg-config arm64 0.29-6 [62.2 kB]
10:55:38 #12 4.661 debconf: delaying package configuration, since apt-utils is not installed
10:55:38 #12 4.700 Fetched 8315 kB in 0s (24.4 MB/s)
10:55:38 #12 4.753 Selecting previously unselected package bash-completion.
10:55:38 #12 4.753 (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.)
10:55:38 #12 4.769 Preparing to unpack .../00-bash-completion_1%3a2.8-6_all.deb ...
10:55:39 #12 5.515 Unpacking bash-completion (1:2.8-6) ...
10:55:39 #12 5.630 Selecting previously unselected package cmake-data.
10:55:39 #12 5.633 Preparing to unpack .../01-cmake-data_3.13.4-1_all.deb ...
10:55:39 #12 5.638 Unpacking cmake-data (3.13.4-1) ...
10:55:39 #12 5.943 Selecting previously unselected package libprocps7:arm64.
10:55:39 #12 5.947 Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_arm64.deb ...
10:55:39 #12 5.953 Unpacking libprocps7:arm64 (2:3.3.15-2) ...
10:55:39 #12 5.998 Selecting previously unselected package procps.
10:55:39 #12 6.001 Preparing to unpack .../03-procps_2%3a3.3.15-2_arm64.deb ...
10:55:39 #12 6.007 Unpacking procps (2:3.3.15-2) ...
10:55:39 #12 6.062 Selecting previously unselected package libarchive13:arm64.
10:55:39 #12 6.065 Preparing to unpack .../04-libarchive13_3.3.3-4+deb10u3_arm64.deb ...
10:55:39 #12 6.069 Unpacking libarchive13:arm64 (3.3.3-4+deb10u3) ...
10:55:39 #12 6.122 Selecting previously unselected package libjsoncpp1:arm64.
10:55:39 #12 6.125 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_arm64.deb ...
10:55:39 #12 6.128 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
10:55:39 #12 6.168 Selecting previously unselected package librhash0:arm64.
10:55:39 #12 6.171 Preparing to unpack .../06-librhash0_1.3.8-1_arm64.deb ...
10:55:39 #12 6.175 Unpacking librhash0:arm64 (1.3.8-1) ...
10:55:39 #12 6.215 Selecting previously unselected package libuv1:arm64.
10:55:39 #12 6.219 Preparing to unpack .../07-libuv1_1.24.1-1+deb10u1_arm64.deb ...
10:55:39 #12 6.223 Unpacking libuv1:arm64 (1.24.1-1+deb10u1) ...
10:55:39 #12 6.260 Selecting previously unselected package cmake.
10:55:39 #12 6.263 Preparing to unpack .../08-cmake_3.13.4-1_arm64.deb ...
10:55:39 #12 6.266 Unpacking cmake (3.13.4-1) ...
10:55:40 #12 6.534 Selecting previously unselected package dh-apparmor.
10:55:40 #12 6.538 Preparing to unpack .../09-dh-apparmor_2.13.2-10_all.deb ...
10:55:40 #12 6.541 Unpacking dh-apparmor (2.13.2-10) ...
10:55:40 #12 6.595 Selecting previously unselected package libbtrfs0.
10:55:40 #12 6.599 Preparing to unpack .../10-libbtrfs0_4.20.1-2_arm64.deb ...
10:55:40 #12 6.605 Unpacking libbtrfs0 (4.20.1-2) ...
10:55:40 #12 6.639 Selecting previously unselected package libbtrfs-dev.
10:55:40 #12 6.642 Preparing to unpack .../11-libbtrfs-dev_4.20.1-2_arm64.deb ...
10:55:40 #12 6.645 Unpacking libbtrfs-dev (4.20.1-2) ...
10:55:40 #12 6.683 Selecting previously unselected package dmsetup.
10:55:40 #12 6.686 Preparing to unpack .../12-dmsetup_2%3a1.02.155-3_arm64.deb ...
10:55:40 #12 6.712 Unpacking dmsetup (2:1.02.155-3) ...
10:55:40 #12 6.759 Selecting previously unselected package libdevmapper1.02.1:arm64.
10:55:40 #12 6.763 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
10:55:40 #12 6.766 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
10:55:40 #12 6.811 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
10:55:40 #12 6.814 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ...
10:55:40 #12 6.819 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
10:55:40 #12 6.866 Selecting previously unselected package libudev-dev:arm64.
10:55:40 #12 6.870 Preparing to unpack .../15-libudev-dev_241-7~deb10u9_arm64.deb ...
10:55:40 #12 6.879 Unpacking libudev-dev:arm64 (241-7~deb10u9) ...
10:55:40 #12 6.918 Selecting previously unselected package libsepol1-dev:arm64.
10:55:40 #12 6.922 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ...
10:55:40 #12 6.925 Unpacking libsepol1-dev:arm64 (2.8-1) ...
10:55:40 #12 6.992 Selecting previously unselected package libpcre16-3:arm64.
10:55:40 #12 6.995 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ...
10:55:40 #12 6.999 Unpacking libpcre16-3:arm64 (2:8.39-12) ...
10:55:40 #12 7.044 Selecting previously unselected package libpcre32-3:arm64.
10:55:40 #12 7.048 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ...
10:55:40 #12 7.051 Unpacking libpcre32-3:arm64 (2:8.39-12) ...
10:55:40 #12 7.100 Selecting previously unselected package libpcrecpp0v5:arm64.
10:55:40 #12 7.103 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ...
10:55:40 #12 7.107 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ...
10:55:40 #12 7.142 Selecting previously unselected package libpcre3-dev:arm64.
10:55:40 #12 7.145 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ...
10:55:40 #12 7.149 Unpacking libpcre3-dev:arm64 (2:8.39-12) ...
10:55:40 #12 7.221 Selecting previously unselected package libselinux1-dev:arm64.
10:55:40 #12 7.225 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ...
10:55:40 #12 7.229 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ...
10:55:40 #12 7.286 Selecting previously unselected package libdevmapper-dev:arm64.
10:55:40 #12 7.289 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ...
10:55:40 #12 7.292 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ...
10:55:40 #12 7.323 Selecting previously unselected package libseccomp-dev:arm64.
10:55:40 #12 7.326 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ...
10:55:40 #12 7.329 Unpacking libseccomp-dev:arm64 (2.3.3-4) ...
10:55:40 #12 7.364 Selecting previously unselected package libsystemd-dev:arm64.
10:55:40 #12 7.367 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u9_arm64.deb ...
10:55:40 #12 7.371 Unpacking libsystemd-dev:arm64 (241-7~deb10u9) ...
10:55:41 #12 7.454 Selecting previously unselected package pkg-config.
10:55:41 #12 7.457 Preparing to unpack .../25-pkg-config_0.29-6_arm64.deb ...
10:55:41 #12 7.460 Unpacking pkg-config (0.29-6) ...
10:55:41 #12 7.502 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ...
10:55:41 #12 7.512 Setting up libseccomp-dev:arm64 (2.3.3-4) ...
10:55:41 #12 7.521 Setting up libpcre16-3:arm64 (2:8.39-12) ...
10:55:41 #12 7.531 Setting up libarchive13:arm64 (3.3.3-4+deb10u3) ...
10:55:41 #12 7.540 Setting up libprocps7:arm64 (2:3.3.15-2) ...
10:55:41 #12 7.549 Setting up libsepol1-dev:arm64 (2.8-1) ...
10:55:41 #12 7.558 Setting up libbtrfs0 (4.20.1-2) ...
10:55:41 #12 7.567 Setting up libuv1:arm64 (1.24.1-1+deb10u1) ...
10:55:41 #12 7.577 Setting up bash-completion (1:2.8-6) ...
10:55:42 #12 8.367 Setting up libpcre32-3:arm64 (2:8.39-12) ...
10:55:42 #12 8.377 Setting up pkg-config (0.29-6) ...
10:55:42 #12 8.426 Setting up libudev-dev:arm64 (241-7~deb10u9) ...
10:55:42 #12 8.440 Setting up libbtrfs-dev (4.20.1-2) ...
10:55:42 #12 8.449 Setting up librhash0:arm64 (1.3.8-1) ...
10:55:42 #12 8.458 Setting up procps (2:3.3.15-2) ...
10:55:42 #12 8.484 update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
10:55:42 #12 8.500 Setting up cmake-data (3.13.4-1) ...
10:55:42 #12 8.516 Setting up dh-apparmor (2.13.2-10) ...
10:55:42 #12 8.526 Setting up libsystemd-dev:arm64 (241-7~deb10u9) ...
10:55:42 #12 8.536 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
10:55:42 #12 8.547 Setting up libpcre3-dev:arm64 (2:8.39-12) ...
10:55:42 #12 8.556 Setting up cmake (3.13.4-1) ...
10:55:42 #12 8.566 Setting up libselinux1-dev:arm64 (2.8-1+b1) ...
10:55:42 #12 8.577 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
10:55:42 #12 8.586 Setting up dmsetup (2:1.02.155-3) ...
10:55:42 #12 8.598 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
10:55:42 #12 8.608 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ...
10:55:42 #12 8.618 Setting up docker-ce-build-deps (1.0) ...
10:55:42 #12 8.628 Processing triggers for libc-bin (2.28-10+deb10u2) ...
10:55:42 #12 8.646 Processing triggers for man-db (2.8.5-2) ...
10:55:44 #12 DONE 10.4s
10:55:44 
10:55:44 #13 [stage-1 5/8] COPY sources/ /sources
10:55:44 #13 DONE 0.1s
10:55:44 
10:55:44 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
10:55:47 #14 DONE 3.2s
10:55:47 
10:55:47 #15 [stage-1 7/8] WORKDIR /root/build-deb
10:55:47 #15 DONE 0.0s
10:55:47 
10:55:47 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
10:55:47 #16 DONE 0.0s
10:55:47 
10:55:47 #17 exporting to image
10:55:47 #17 exporting layers
10:55:50 #17 exporting layers 2.6s done
10:55:50 #17 writing image sha256:a9928cbbbd4a3a0934e48123c1b912cc714f8e22fb3518a0f291311655ad9eba done
10:55:50 #17 naming to docker.io/debbuild-debian-buster/aarch64
10:55:50 #17 naming to docker.io/debbuild-debian-buster/aarch64 done
10:55:50 #17 DONE 2.6s
10:55:50 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230406105517.b82b9f3 -e VERSION=0.0.0-20230406105517-b82b9f3 -e CLI_GITCOMMIT=b82b9f3 -e ENGINE_GITCOMMIT=0fdb994 -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/debbuild/debian-buster:/build  debbuild-debian-buster/aarch64
10:55:50 + set -e
10:55:50 + mkdir -p /root/build-deb/engine
10:55:50 + tar -C /root/build-deb -xzf /sources/engine.tgz
10:55:50 + mkdir -p /root/build-deb/cli
10:55:50 + tar -C /root/build-deb -xzf /sources/cli.tgz
10:55:51 + mkdir -p /go/src/github.com/docker
10:55:51 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
10:55:51 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
10:55:51 + EPOCH=5
10:55:51 + EPOCH_SEP=
10:55:51 + [[ ! -z 5 ]]
10:55:51 + EPOCH_SEP=:
10:55:51 + [[ -z 0.0.0~20230406105517.b82b9f3 ]]
10:55:51 + echo VERSION AAA 0.0.0-20230406105517-b82b9f3
10:55:51 VERSION AAA 0.0.0-20230406105517-b82b9f3
10:55:51 + VERSION=0.0.0-20230406105517-b82b9f3
10:55:51 + echo VERSION bbb 0.0.0-20230406105517-b82b9f3
10:55:51 VERSION bbb 0.0.0-20230406105517-b82b9f3
10:55:51 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
10:55:51 + debSource=docker-ce
10:55:51 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
10:55:51 + debMaintainer='Docker <support@docker.com>'
10:55:51 ++ date --rfc-2822
10:55:51 + debDate='Thu, 04 May 2023 10:55:51 +0000'
10:55:51 + cat
10:55:51 + export CLI_GITCOMMIT=b82b9f3
10:55:51 + CLI_GITCOMMIT=b82b9f3
10:55:51 + export ENGINE_GITCOMMIT=0fdb994
10:55:51 + ENGINE_GITCOMMIT=0fdb994
10:55:51 + echo VERSION BBB 0.0.0-20230406105517-b82b9f3
10:55:51 + dpkg-buildpackage -uc -us -I.git
10:55:51 VERSION BBB 0.0.0-20230406105517-b82b9f3
10:55:51 dpkg-buildpackage: info: source package docker-ce
10:55:51 dpkg-buildpackage: info: source version 5:0.0.0~20230406105517.b82b9f3~3-0~debian-buster
10:55:51 dpkg-buildpackage: info: source distribution buster
10:55:51 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
10:55:51  dpkg-source -I.git --before-build .
10:55:51 dpkg-buildpackage: info: host architecture arm64
10:55:51  debian/rules clean
10:55:51 dh clean --with=bash-completion --with=systemd
10:55:51    dh_clean
10:55:51  dpkg-source -I.git -b .
10:55:51 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230406105517.b82b9f3~3-0~debian'
10:55:51 dpkg-source: info: using source format '1.0'
10:55:51 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster.tar.gz
10:56:01 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster.dsc
10:56:01  debian/rules build
10:56:01 dh build --with=bash-completion --with=systemd
10:56:01    dh_update_autotools_config
10:56:01    dh_autoreconf
10:56:01    debian/rules override_dh_auto_build
10:56:01 make[1]: Entering directory '/root/build-deb'
10:56:01 # Build the daemon and dependencies
10:56:01 cd engine && DOCKER_GITCOMMIT=0fdb994 PRODUCT=docker ./hack/make.sh dynbinary
10:56:01 
10:56:01 Removing bundles/
10:56:01 
10:56:01 ---> Making bundle: dynbinary (in bundles/dynbinary)
10:56:01 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3
10:56:01 GOOS="" GOARCH="" GOARM=""
10:56:28 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3
10:56:28 
10:56:28 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
10:56:28 + RM_GOPATH=0
10:56:28 + TMP_GOPATH=/go
10:56:28 + : /usr/local/bin
10:56:28 + '[' -z /go ']'
10:56:28 + export GOPATH=/go
10:56:28 + GOPATH=/go
10:56:28 + case "$(go env GOARCH)" in
10:56:28 ++ go env GOARCH
10:56:28 + export GO_BUILDMODE=-buildmode=pie
10:56:28 + GO_BUILDMODE=-buildmode=pie
10:56:28 ++ dirname hack/dockerfile/install/install.sh
10:56:28 + dir=hack/dockerfile/install
10:56:28 + bin=tini
10:56:28 + shift
10:56:28 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
10:56:28 + . hack/dockerfile/install/tini.installer
10:56:28 ++ : v0.19.0
10:56:28 + install_tini
10:56:28 + echo 'Install tini version v0.19.0'
10:56:28 Install tini version v0.19.0
10:56:28 + git clone https://github.com/krallin/tini.git /go/tini
10:56:28 Cloning into '/go/tini'...
10:56:28 + cd /go/tini
10:56:28 + git checkout -q v0.19.0
10:56:28 + cmake .
10:56:28 -- The C compiler identification is GNU 8.3.0
10:56:28 -- Check for working C compiler: /usr/bin/cc
10:56:28 -- Check for working C compiler: /usr/bin/cc -- works
10:56:28 -- Detecting C compiler ABI info
10:56:28 -- Detecting C compiler ABI info - done
10:56:28 -- Detecting C compile features
10:56:28 -- Detecting C compile features - done
10:56:28 -- Performing Test HAS_BUILTIN_FORTIFY
10:56:28 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
10:56:28 -- Configuring done
10:56:28 -- Generating done
10:56:28 -- Build files have been written to: /go/tini
10:56:28 + make tini-static
10:56:28 make[2]: Entering directory '/go/tini'
10:56:28 make[3]: Entering directory '/go/tini'
10:56:28 make[4]: Entering directory '/go/tini'
10:56:28 make[5]: Entering directory '/go/tini'
10:56:28 Scanning dependencies of target tini-static
10:56:28 make[5]: Leaving directory '/go/tini'
10:56:28 make[5]: Entering directory '/go/tini'
10:56:28 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
10:56:29 [100%] Linking C executable tini-static
10:56:29 make[5]: Leaving directory '/go/tini'
10:56:29 [100%] Built target tini-static
10:56:29 make[4]: Leaving directory '/go/tini'
10:56:29 make[3]: Leaving directory '/go/tini'
10:56:29 make[2]: Leaving directory '/go/tini'
10:56:29 + mkdir -p /usr/local/bin
10:56:29 + cp tini-static /usr/local/bin/docker-init
10:56:29 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
10:56:29 + RM_GOPATH=0
10:56:29 + TMP_GOPATH=/go
10:56:29 + : /usr/local/bin
10:56:29 + '[' -z /go ']'
10:56:29 + export GOPATH=/go
10:56:29 + GOPATH=/go
10:56:29 + case "$(go env GOARCH)" in
10:56:29 ++ go env GOARCH
10:56:29 + export GO_BUILDMODE=-buildmode=pie
10:56:29 + GO_BUILDMODE=-buildmode=pie
10:56:29 ++ dirname hack/dockerfile/install/install.sh
10:56:29 + dir=hack/dockerfile/install
10:56:29 + bin=proxy
10:56:29 + shift
10:56:29 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
10:56:29 + . hack/dockerfile/install/proxy.installer
10:56:29 ++ : 3f0048413d95802b9c6c836eba06bfc54f9dbd03
10:56:29 + install_proxy dynamic
10:56:29 + case "$1" in
10:56:29 + install_proxy_dynamic
10:56:29 + export PROXY_LDFLAGS=-linkmode=external install_proxy
10:56:29 + PROXY_LDFLAGS=-linkmode=external
10:56:29 + export BUILD_MODE=-buildmode=pie
10:56:29 + BUILD_MODE=-buildmode=pie
10:56:29 + _install_proxy
10:56:29 Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03
10:56:29 + echo 'Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03'
10:56:29 + git clone https://github.com/moby/libnetwork.git /go/src/github.com/docker/libnetwork
10:56:29 Cloning into '/go/src/github.com/docker/libnetwork'...
10:56:30 + cd /go/src/github.com/docker/libnetwork
10:56:30 + git checkout -q 3f0048413d95802b9c6c836eba06bfc54f9dbd03
10:56:30 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
10:56:31 + return
10:56:31 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
10:56:31 + RM_GOPATH=0
10:56:31 + TMP_GOPATH=/go
10:56:31 + : /usr/local/bin
10:56:31 + '[' -z /go ']'
10:56:31 + export GOPATH=/go
10:56:31 + GOPATH=/go
10:56:31 + case "$(go env GOARCH)" in
10:56:31 ++ go env GOARCH
10:56:31 + export GO_BUILDMODE=-buildmode=pie
10:56:31 + GO_BUILDMODE=-buildmode=pie
10:56:31 ++ dirname hack/dockerfile/install/install.sh
10:56:31 + dir=hack/dockerfile/install
10:56:31 + bin=rootlesskit
10:56:31 + shift
10:56:31 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
10:56:31 + . hack/dockerfile/install/rootlesskit.installer
10:56:31 ++ : v0.14.4
10:56:31 + install_rootlesskit dynamic
10:56:31 + case "$1" in
10:56:31 + install_rootlesskit_dynamic
10:56:31 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
10:56:31 + ROOTLESSKIT_LDFLAGS=-linkmode=external
10:56:31 + export BUILD_MODE=-buildmode=pie
10:56:31 + BUILD_MODE=-buildmode=pie
10:56:31 + _install_rootlesskit
10:56:31 + echo 'Install rootlesskit version v0.14.4'
10:56:31 Install rootlesskit version v0.14.4
10:56:31 + for f in rootlesskit rootlesskit-docker-proxy
10:56:31 + GOBIN=/usr/local/bin
10:56:31 + GO111MODULE=on
10:56:31 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
10:56:31 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
10:56:33 go: downloading github.com/pkg/errors v0.9.1
10:56:33 go: downloading github.com/sirupsen/logrus v1.8.1
10:56:33 go: downloading github.com/urfave/cli/v2 v2.3.0
10:56:33 go: downloading github.com/google/uuid v1.3.0
10:56:33 go: downloading github.com/moby/vpnkit v0.5.0
10:56:33 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
10:56:33 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
10:56:33 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
10:56:33 go: downloading github.com/gofrs/flock v0.8.1
10:56:33 go: downloading github.com/gorilla/mux v1.8.0
10:56:33 go: downloading github.com/moby/sys/mountinfo v0.4.1
10:56:34 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
10:56:34 go: downloading github.com/russross/blackfriday/v2 v2.1.0
10:56:34 go: downloading github.com/u-root/u-root v7.0.0+incompatible
10:56:34 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
10:56:37 + for f in rootlesskit rootlesskit-docker-proxy
10:56:37 + GOBIN=/usr/local/bin
10:56:37 + GO111MODULE=on
10:56:37 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
10:56:39 + return
10:56:39 # Build the CLI
10:56:39 cd /go/src/github.com/docker/cli && \
10:56:39 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20230406105517-b82b9f3 GITCOMMIT=b82b9f3 dynbinary manpages
10:56:39 make[2]: Entering directory '/root/build-deb/cli'
10:56:39 GO_LINKMODE=dynamic ./scripts/build/binary
10:56:39 Building dynamic docker-linux-arm64
10:57:01 scripts/docs/generate-man.sh
10:57:23 Project root: /go/src/github.com/docker/cli
10:57:23 Generating man pages into /go/src/github.com/docker/cli/man/man1
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
10:57:23 2023/05/04 10:57:22 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
10:57:23 make[2]: Leaving directory '/root/build-deb/cli'
10:57:23 # Build the CLI plugins
10:57:23 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
10:57:23 set -e;cd /sources && \
10:57:23 	tar xzf plugin-installers.tgz; \
10:57:23 	for installer in plugins/*.installer; do \
10:57:23 		LDFLAGS='' bash ${installer} build; \
10:57:23 	done
10:57:23 Cloning into '/go/src/github.com/docker/app'...
10:57:24 Fetching origin
10:57:24 make[2]: Entering directory '/go/src/github.com/docker/app'
10:57:24 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
10:57:42 make[2]: Leaving directory '/go/src/github.com/docker/app'
10:57:42 Cloning into '/go/src/github.com/docker/buildx'...
10:57:42 Fetching origin
10:57:43 + GO111MODULE=on
10:57:43 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.10.4-docker -X github.com/docker/buildx/version.Revision=c513d34049e499c53468deac6c4267ee72948f02 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
10:58:15 make[1]: Leaving directory '/root/build-deb'
10:58:15    debian/rules override_dh_auto_test
10:58:15 make[1]: Entering directory '/root/build-deb'
10:58:15 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
10:58:15 	test "$ver" = "Docker version 0.0.0-20230406105517-b82b9f3, build 0fdb994" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
10:58:15 PASS: daemon version OK
10:58:15 ver="$(cli/build/docker --version)"; \
10:58:15 	test "$ver" = "Docker version 0.0.0-20230406105517-b82b9f3, build b82b9f3" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
10:58:15 PASS: cli version OK
10:58:15 make[1]: Leaving directory '/root/build-deb'
10:58:15    create-stamp debian/debhelper-build-stamp
10:58:15  debian/rules binary
10:58:15 dh binary --with=bash-completion --with=systemd
10:58:15    dh_testroot
10:58:15    dh_prep
10:58:15    debian/rules override_dh_auto_install
10:58:15 make[1]: Entering directory '/root/build-deb'
10:58:15 # docker-ce-cli install
10:58:15 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
10:58:15 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
10:58:15 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
10:58:15 set -e;cd /sources && \
10:58:15 	tar xzf plugin-installers.tgz; \
10:58:15 	for installer in plugins/*.installer; do \
10:58:15 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
10:58:15 		PREFIX=/usr/libexec/docker/cli-plugins \
10:58:15 			bash ${installer} install_plugin; \
10:58:15 	done
10:58:15 # docker-ce install
10:58:15 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
10:58:15 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
10:58:15 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3 debian/docker-ce/usr/bin/dockerd
10:58:15 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
10:58:15 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
10:58:15 # docker-ce-rootless-extras install
10:58:15 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
10:58:15 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
10:58:15 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
10:58:15 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
10:58:15 # TODO: how can we install vpnkit?
10:58:15 make[1]: Leaving directory '/root/build-deb'
10:58:15    debian/rules override_dh_install
10:58:15 make[1]: Entering directory '/root/build-deb'
10:58:15 dh_install
10:58:15 # TODO Can we do this from within our container?
10:58:15 dh_apparmor --profile-name=docker-ce -pdocker-ce
10:58:15 make[1]: Leaving directory '/root/build-deb'
10:58:15    dh_installdocs
10:58:15    dh_installchangelogs
10:58:15    dh_installman
10:58:15    dh_bash-completion
10:58:15    dh_systemd_enable
10:58:15    debian/rules override_dh_installinit
10:58:15 make[1]: Entering directory '/root/build-deb'
10:58:15 # use "docker" as our service name, not "docker-ce"
10:58:15 dh_installinit --name=docker
10:58:15 make[1]: Leaving directory '/root/build-deb'
10:58:15    dh_systemd_start
10:58:15    dh_perl
10:58:15    dh_link
10:58:15    dh_strip_nondeterminism
10:58:15    dh_compress
10:58:15    dh_fixperms
10:58:15    dh_missing
10:58:15    debian/rules override_dh_strip
10:58:15 make[1]: Entering directory '/root/build-deb'
10:58:15 # Go has lots of problems with stripping, so just don't
10:58:15 make[1]: Leaving directory '/root/build-deb'
10:58:15    dh_makeshlibs
10:58:15    debian/rules override_dh_shlibdeps
10:58:15 make[1]: Entering directory '/root/build-deb'
10:58:15 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
10:58:15 make[1]: Leaving directory '/root/build-deb'
10:58:15    dh_installdeb
10:58:15    dh_gencontrol
10:58:15    dh_md5sums
10:58:15    debian/rules override_dh_builddeb
10:58:15 make[1]: Entering directory '/root/build-deb'
10:58:15 dh_builddeb -- -Zxz
10:58:15 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.deb'.
10:58:15 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.deb'.
10:58:15 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.deb'.
10:58:33 make[1]: Leaving directory '/root/build-deb'
10:58:33  dpkg-genbuildinfo
10:58:34  dpkg-genchanges  >../docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.changes
10:58:35 dpkg-genchanges: info: including full source code in upload
10:58:35  dpkg-source -I.git --after-build .
10:58:35 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
10:58:35 + destination=/build
10:58:35 + mkdir -p /build
10:58:35 + mv -v /root/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.deb /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster.dsc /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster.tar.gz /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.buildinfo /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.changes /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.deb /build
10:58:35 copied '/root/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.deb'
10:58:35 removed '/root/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.deb'
10:58:35 copied '/root/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.deb'
10:58:35 removed '/root/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.deb'
10:58:35 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster.dsc' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster.dsc'
10:58:35 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster.dsc'
10:58:35 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster.tar.gz' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster.tar.gz'
10:58:35 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster.tar.gz'
10:58:35 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.buildinfo'
10:58:35 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.buildinfo'
10:58:35 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.changes' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.changes'
10:58:35 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.changes'
10:58:35 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.deb' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.deb'
10:58:35 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-buster_arm64.deb'
10:58:40 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-buster"
10:58:40 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'