Skip to content

Console Output

10:54:16 + make REF=20.10 debian-bullseye
10:54:16 git init src/github.com/docker/cli
10:54:16 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
10:54:16 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
10:54:16 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
10:54:16 + SRC=src/github.com/docker/cli
10:54:16 + REF=20.10
10:54:16 + REF_FETCH=20.10
10:54:16 + git -C+  src/github.com/docker/cli 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/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:54:18 From https://github.com/docker/cli
10:54:18  * [new branch]      20.10      -> 20.10
10:54:18  * [new branch]      20.10      -> origin/20.10
10:54:18 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
10:54:18 git init src/github.com/docker/docker
10:54:18 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
10:54:18 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
10:54:18 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
10:54:18 + SRC=src/github.com/docker/docker
10:54:18 + REF=20.10
10:54:18 + REF_FETCH=20.10
10:54:18 + git -C src/github.com/docker/docker+  ls-remote --refs --heads --tags origin 20.10
10:54:18 awk {print $2}
10:54:18 + REF=refs/heads/20.10
10:54:18 + [ -n refs/heads/20.10 ]
10:54:18 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:54:18 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:54:20 From https://github.com/docker/docker
10:54:20  * [new branch]      20.10      -> 20.10
10:54:20  * [new branch]      20.10      -> origin/20.10
10:54:20 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
10:54:20 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.9 debian-bullseye
10:54:20 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
10:54:20 mkdir -p sources
10:54:20 docker run --rm -w /v \
10:54:20 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
10:54:20 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:54:20 	alpine \
10:54:20 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
10:54:20 Unable to find image 'alpine:latest' locally
10:54:21 latest: Pulling from library/alpine
10:54:21 c41833b44d91: Pulling fs layer
10:54:21 c41833b44d91: Verifying Checksum
10:54:21 c41833b44d91: Download complete
10:54:21 c41833b44d91: Pull complete
10:54:21 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
10:54:21 Status: Downloaded newer image for alpine:latest
10:54:25 mkdir -p sources
10:54:25 docker run --rm -w /v \
10:54:25 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
10:54:25 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:54:25 	alpine \
10:54:25 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
10:54:28 mkdir -p sources
10:54:28 cp ../systemd/docker.service sources/docker.service
10:54:28 mkdir -p sources
10:54:28 cp ../systemd/docker.socket sources/docker.socket
10:54:28 docker run --rm -w /v \
10:54:28 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
10:54:28 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:54:28 	alpine \
10:54:28 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
10:54:29 == Building packages for debian-bullseye ==
10:54:29 mkdir -p "debbuild/debian-bullseye"
10:54:29 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.9-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/aarch64 -f debian-bullseye/Dockerfile .
10:54:29 #1 [internal] load .dockerignore
10:54:29 #1 transferring context: 2B done
10:54:29 #1 DONE 0.0s
10:54:29 
10:54:29 #2 [internal] load build definition from Dockerfile
10:54:29 #2 transferring dockerfile: 1.00kB done
10:54:29 #2 DONE 0.0s
10:54:29 
10:54:29 #3 [auth] library/debian:pull token for registry-1.docker.io
10:54:29 #3 DONE 0.0s
10:54:29 
10:54:29 #4 [auth] library/golang:pull token for registry-1.docker.io
10:54:29 #4 DONE 0.0s
10:54:29 
10:54:29 #5 [internal] load metadata for docker.io/library/golang:1.19.9-buster
10:54:30 #5 ...
10:54:30 
10:54:30 #6 [internal] load metadata for docker.io/library/debian:bullseye
10:54:30 #6 DONE 0.4s
10:54:30 
10:54:30 #5 [internal] load metadata for docker.io/library/golang:1.19.9-buster
10:54:30 #5 DONE 0.4s
10:54:30 
10:54:30 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09
10:54:30 #7 resolve docker.io/library/debian:bullseye@sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09 0.1s done
10:54:30 #7 ...
10:54:30 
10:54:30 #8 [internal] load build context
10:54:30 #8 transferring context: 19.40MB 0.1s done
10:54:30 #8 DONE 0.1s
10:54:30 
10:54:30 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09
10:54:30 #7 sha256:af5aac46f628b47b218f9993d0f936b7f889093a0ab9b35722dcb34dc6d92a87 1.48kB / 1.48kB done
10:54:30 #7 sha256:d677c78be691f8dcbe9d44ce576b97ad205b3dd78557dc62794e59eb19553ee9 6.29MB / 53.69MB 0.1s
10:54:30 #7 sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09 1.85kB / 1.85kB done
10:54:30 #7 sha256:ffc0fb46ea2b4c6e5462896ab380db366d1f142e565a0bfae4f91d0b511baae3 529B / 529B done
10:54:30 #7 sha256:d677c78be691f8dcbe9d44ce576b97ad205b3dd78557dc62794e59eb19553ee9 15.73MB / 53.69MB 0.2s
10:54:30 #7 sha256:d677c78be691f8dcbe9d44ce576b97ad205b3dd78557dc62794e59eb19553ee9 26.21MB / 53.69MB 0.3s
10:54:30 #7 sha256:d677c78be691f8dcbe9d44ce576b97ad205b3dd78557dc62794e59eb19553ee9 36.70MB / 53.69MB 0.4s
10:54:30 #7 sha256:d677c78be691f8dcbe9d44ce576b97ad205b3dd78557dc62794e59eb19553ee9 53.69MB / 53.69MB 0.6s
10:54:30 #7 sha256:d677c78be691f8dcbe9d44ce576b97ad205b3dd78557dc62794e59eb19553ee9 53.69MB / 53.69MB 0.7s done
10:54:30 #7 extracting sha256:d677c78be691f8dcbe9d44ce576b97ad205b3dd78557dc62794e59eb19553ee9
10:54:32 #7 extracting sha256:d677c78be691f8dcbe9d44ce576b97ad205b3dd78557dc62794e59eb19553ee9 1.2s done
10:54:32 #7 DONE 2.2s
10:54:32 
10:54:32 #9 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
10:54:32 #9 resolve docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf 0.1s done
10:54:32 #9 sha256:c76f05c6d3267c50acd42ba20ec3e1723572165f29f1e25626973bd5bfceb5a3 6.79kB / 6.79kB done
10:54:32 #9 sha256:b7c5fe8e0ac53c77142bf16686fc01d0d2b1fb2da7be5414cdf2f224ec485592 49.24MB / 49.24MB 0.6s done
10:54:32 #9 sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf 988B / 988B done
10:54:32 #9 sha256:ced623c8f9593ccbdc26a5e9ad9d9ad18aa6a8a3b82d7db591552673ac8e3281 17.45MB / 17.45MB 0.3s done
10:54:32 #9 sha256:badfd482e25519e62aaaa1b7cb4de580aa670db7458e45aa6e209860f5828d54 1.58kB / 1.58kB done
10:54:32 #9 sha256:f6fc649f7c89c148c32767dadfc283ae1472705773920b21ddd2bc77d49b2d64 52.19MB / 52.19MB 0.9s done
10:54:32 #9 extracting sha256:b7c5fe8e0ac53c77142bf16686fc01d0d2b1fb2da7be5414cdf2f224ec485592 1.1s done
10:54:32 #9 sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52 62.74MB / 62.74MB 1.5s done
10:54:32 #9 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 115.27MB / 115.27MB 2.0s
10:54:32 #9 sha256:49002e51a1703d8855a35084bcb0bfe0f9a4c672a11fc0124ea42af9182a4b79 155B / 155B 1.0s done
10:54:32 #9 extracting sha256:ced623c8f9593ccbdc26a5e9ad9d9ad18aa6a8a3b82d7db591552673ac8e3281 0.2s
10:54:32 #9 extracting sha256:ced623c8f9593ccbdc26a5e9ad9d9ad18aa6a8a3b82d7db591552673ac8e3281 0.2s done
10:54:32 #9 extracting sha256:f6fc649f7c89c148c32767dadfc283ae1472705773920b21ddd2bc77d49b2d64
10:54:33 #9 extracting sha256:f6fc649f7c89c148c32767dadfc283ae1472705773920b21ddd2bc77d49b2d64 0.8s done
10:54:33 #9 extracting sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52 0.1s
10:54:34 #9 extracting sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52 0.8s done
10:54:34 #9 extracting sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2
10:54:36 #9 extracting sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 1.7s done
10:54:36 #9 extracting sha256:49002e51a1703d8855a35084bcb0bfe0f9a4c672a11fc0124ea42af9182a4b79 done
10:54:36 #9 DONE 6.1s
10:54:36 
10:54:36 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
10:54:36 #0 0.616 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
10:54:36 #0 0.627 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
10:54:36 #0 0.627 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
10:54:36 #0 0.746 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
10:54:36 #0 0.854 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [233 kB]
10:54:36 #0 0.967 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [12.0 kB]
10:54:36 #0 1.708 Fetched 8524 kB in 1s (6318 kB/s)
10:54:36 #0 1.708 Reading package lists...
10:54:36 #0 2.256 Reading package lists...
10:54:36 #0 2.788 Building dependency tree...
10:54:36 #0 2.947 Reading state information...
10:54:36 #0 3.180 The following additional packages will be installed:
10:54:36 #0 3.180   autoconf automake autopoint autotools-dev binutils
10:54:36 #0 3.180   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
10:54:36 #0 3.180   bzip2 ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring
10:54:36 #0 3.180   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
10:54:36 #0 3.180   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
10:54:36 #0 3.180   g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
10:54:36 #0 3.180   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
10:54:36 #0 3.180   intltool-debian iso-codes less libalgorithm-diff-perl
10:54:36 #0 3.181   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
10:54:36 #0 3.181   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13
10:54:36 #0 3.181   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
10:54:36 #0 3.181   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
10:54:36 #0 3.181   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0
10:54:36 #0 3.181   libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl
10:54:36 #0 3.181   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
10:54:36 #0 3.181   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
10:54:36 #0 3.181   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
10:54:36 #0 3.181   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
10:54:36 #0 3.181   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
10:54:36 #0 3.181   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
10:54:36 #0 3.181   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
10:54:36 #0 3.181   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
10:54:36 #0 3.181   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
10:54:36 #0 3.181   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
10:54:36 #0 3.181   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
10:54:36 #0 3.181   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
10:54:36 #0 3.181   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
10:54:36 #0 3.181   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
10:54:36 #0 3.181   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
10:54:36 #0 3.181   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
10:54:36 #0 3.181   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
10:54:36 #0 3.181   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
10:54:36 #0 3.181   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
10:54:36 #0 3.181   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
10:54:36 #0 3.181   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
10:54:36 #0 3.181   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
10:54:36 #0 3.181   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
10:54:36 #0 3.181   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
10:54:36 #0 3.181   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
10:54:36 #0 3.181   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
10:54:36 #0 3.181   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
10:54:36 #0 3.181   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
10:54:36 #0 3.181   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
10:54:36 #0 3.181   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
10:54:36 #0 3.181   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
10:54:36 #0 3.181   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
10:54:36 #0 3.181   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
10:54:36 #0 3.181   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
10:54:36 #0 3.181   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
10:54:36 #0 3.181   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
10:54:36 #0 3.181   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
10:54:36 #0 3.181   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
10:54:36 #0 3.181   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
10:54:36 #0 3.181   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
10:54:36 #0 3.181   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
10:54:36 #0 3.181   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
10:54:36 #0 3.181   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
10:54:36 #0 3.181   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
10:54:36 #0 3.181   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
10:54:36 #0 3.181   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
10:54:36 #0 3.181   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
10:54:36 #0 3.181   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
10:54:36 #0 3.181   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
10:54:36 #0 3.181   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
10:54:36 #0 3.181   libstrictures-perl libstring-copyright-perl libstring-escape-perl
10:54:36 #0 3.181   libstring-shellquote-perl libsub-exporter-perl
10:54:36 #0 3.181   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
10:54:36 #0 3.181   libsub-name-perl libsub-override-perl libsub-quote-perl
10:54:36 #0 3.181   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
10:54:36 #0 3.181   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
10:54:36 #0 3.181   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
10:54:36 #0 3.181   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
10:54:36 #0 3.181   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
10:54:36 #0 3.181   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
10:54:36 #0 3.189   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
10:54:36 #0 3.189   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
10:54:36 #0 3.189   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
10:54:36 #0 3.189   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
10:54:36 #0 3.189   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
10:54:36 #0 3.189   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
10:54:36 #0 3.189   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
10:54:36 #0 3.189   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
10:54:36 #0 3.189   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
10:54:36 #0 3.189   python3 python3-apt python3-certifi python3-chardet python3-debian
10:54:36 #0 3.189   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
10:54:36 #0 3.189   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
10:54:36 #0 3.189   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
10:54:36 #0 3.189   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
10:54:36 #0 3.189 Suggested packages:
10:54:36 #0 3.189   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
10:54:36 #0 3.189   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
10:54:36 #0 3.189   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
10:54:36 #0 3.189   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
10:54:36 #0 3.189   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
10:54:36 #0 3.189   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
10:54:36 #0 3.189   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
10:54:36 #0 3.189   dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync
10:54:36 #0 3.189   gcc-10-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
10:54:36 #0 3.189   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
10:54:36 #0 3.189   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
10:54:36 #0 3.189   xloadimage scdaemon groff isoquery lrzip libdigest-hmac-perl libgssapi-perl
10:54:36 #0 3.189   glibc-doc bzr libgd-tools gdbm-l10n gpm libtool-doc libcrypt-ssleay-perl
10:54:36 #0 3.189   uuid libscalar-number-perl libsasl2-modules-gssapi-mit
10:54:36 #0 3.189   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
10:54:36 #0 3.189   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
10:54:36 #0 3.189   libnet-jabber-perl libstdc++-10-doc libbareword-filehandles-perl
10:54:36 #0 3.189   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
10:54:36 #0 3.189   gcj-jdk libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl
10:54:36 #0 3.189   bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc
10:54:36 #0 3.189   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
10:54:36 #0 3.189   diffutils-doc perl-doc libterm-readline-gnu-perl
10:54:36 #0 3.189   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
10:54:36 #0 3.189   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
10:54:36 #0 3.189   python-apt-doc python3-setuptools python3-cryptography python3-openssl
10:54:36 #0 3.189   python3-socks python-requests-doc python3.9-venv python3.9-doc
10:54:36 #0 3.189   binfmt-support readline-doc zip wdiff-doc
10:54:37 #10 4.784 The following NEW packages will be installed:
10:54:37 #10 4.784   autoconf automake autopoint autotools-dev binutils
10:54:37 #10 4.784   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
10:54:37 #10 4.785   bzip2 ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring
10:54:37 #10 4.785   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
10:54:37 #10 4.785   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
10:54:37 #10 4.785   fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man
10:54:37 #10 4.785   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
10:54:37 #10 4.785   gpgconf gpgsm groff-base intltool-debian iso-codes less
10:54:37 #10 4.785   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
10:54:37 #10 4.785   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
10:54:37 #10 4.785   libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1
10:54:37 #10 4.785   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
10:54:37 #10 4.785   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
10:54:37 #10 4.785   libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl
10:54:37 #10 4.785   libclass-inspector-perl libclass-method-modifiers-perl
10:54:37 #10 4.785   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
10:54:37 #10 4.785   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
10:54:37 #10 4.785   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
10:54:37 #10 4.785   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
10:54:37 #10 4.785   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
10:54:37 #10 4.785   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
10:54:37 #10 4.785   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
10:54:37 #10 4.785   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
10:54:37 #10 4.785   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
10:54:37 #10 4.785   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
10:54:37 #10 4.785   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
10:54:37 #10 4.785   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
10:54:37 #10 4.785   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
10:54:37 #10 4.785   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
10:54:37 #10 4.785   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
10:54:37 #10 4.785   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
10:54:37 #10 4.785   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
10:54:37 #10 4.785   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
10:54:37 #10 4.785   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
10:54:37 #10 4.785   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
10:54:37 #10 4.785   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
10:54:37 #10 4.785   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
10:54:37 #10 4.785   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
10:54:37 #10 4.785   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
10:54:37 #10 4.785   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
10:54:37 #10 4.789   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
10:54:37 #10 4.789   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
10:54:37 #10 4.789   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
10:54:37 #10 4.789   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
10:54:37 #10 4.789   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
10:54:37 #10 4.789   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
10:54:37 #10 4.789   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
10:54:37 #10 4.789   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
10:54:37 #10 4.789   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
10:54:37 #10 4.789   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
10:54:37 #10 4.789   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
10:54:37 #10 4.789   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
10:54:37 #10 4.789   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
10:54:37 #10 4.789   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
10:54:37 #10 4.789   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
10:54:37 #10 4.789   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
10:54:37 #10 4.789   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
10:54:37 #10 4.789   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
10:54:37 #10 4.789   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
10:54:37 #10 4.789   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
10:54:37 #10 4.789   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
10:54:37 #10 4.789   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
10:54:37 #10 4.789   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
10:54:37 #10 4.789   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
10:54:37 #10 4.789   libstrictures-perl libstring-copyright-perl libstring-escape-perl
10:54:37 #10 4.789   libstring-shellquote-perl libsub-exporter-perl
10:54:37 #10 4.789   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
10:54:37 #10 4.789   libsub-name-perl libsub-override-perl libsub-quote-perl
10:54:37 #10 4.789   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
10:54:37 #10 4.789   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
10:54:37 #10 4.789   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
10:54:37 #10 4.789   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
10:54:37 #10 4.789   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
10:54:37 #10 4.789   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
10:54:37 #10 4.789   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
10:54:37 #10 4.789   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
10:54:37 #10 4.789   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
10:54:37 #10 4.789   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
10:54:37 #10 4.789   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
10:54:37 #10 4.789   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
10:54:37 #10 4.789   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
10:54:37 #10 4.789   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
10:54:37 #10 4.789   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
10:54:37 #10 4.789   python3 python3-apt python3-certifi python3-chardet python3-debian
10:54:37 #10 4.789   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
10:54:37 #10 4.789   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
10:54:37 #10 4.789   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
10:54:37 #10 4.789   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
10:54:37 #10 5.074 0 upgraded, 382 newly installed, 0 to remove and 0 not upgraded.
10:54:37 #10 5.074 Need to get 168 MB of archives.
10:54:37 #10 5.074 After this operation, 549 MB of additional disk space will be used.
10:54:37 #10 5.074 Get:1 http://deb.debian.org/debian bullseye/main arm64 bsdextrautils arm64 2.36.1-8+deb11u1 [142 kB]
10:54:37 #10 5.083 Get:2 http://deb.debian.org/debian bullseye/main arm64 libuchardet0 arm64 0.0.7-1 [67.9 kB]
10:54:37 #10 5.085 Get:3 http://deb.debian.org/debian bullseye/main arm64 groff-base arm64 1.22.4-6 [883 kB]
10:54:37 #10 5.098 Get:4 http://deb.debian.org/debian bullseye/main arm64 libgdbm6 arm64 1.19-2 [64.0 kB]
10:54:37 #10 5.100 Get:5 http://deb.debian.org/debian bullseye/main arm64 libpipeline1 arm64 1.5.3-1 [33.0 kB]
10:54:37 #10 5.106 Get:6 http://deb.debian.org/debian bullseye/main arm64 man-db arm64 2.9.4-2 [1336 kB]
10:54:37 #10 5.116 Get:7 http://deb.debian.org/debian bullseye/main arm64 perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
10:54:37 #10 5.142 Get:8 http://deb.debian.org/debian bullseye/main arm64 libgdbm-compat4 arm64 1.19-2 [44.6 kB]
10:54:37 #10 5.145 Get:9 http://deb.debian.org/debian bullseye/main arm64 libperl5.32 arm64 5.32.1-4+deb11u2 [3911 kB]
10:54:37 #10 5.178 Get:10 http://deb.debian.org/debian bullseye/main arm64 perl arm64 5.32.1-4+deb11u2 [293 kB]
10:54:37 #10 5.180 Get:11 http://deb.debian.org/debian bullseye/main arm64 liblocale-gettext-perl arm64 1.07-4+b1 [18.9 kB]
10:54:37 #10 5.180 Get:12 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-minimal arm64 3.9.2-1 [797 kB]
10:54:37 #10 5.185 Get:13 http://deb.debian.org/debian bullseye/main arm64 libexpat1 arm64 2.2.10-2+deb11u5 [84.1 kB]
10:54:37 #10 5.187 Get:14 http://deb.debian.org/debian bullseye/main arm64 python3.9-minimal arm64 3.9.2-1 [1884 kB]
10:54:37 #10 5.201 Get:15 http://deb.debian.org/debian bullseye/main arm64 python3-minimal arm64 3.9.2-3 [38.2 kB]
10:54:37 #10 5.203 Get:16 http://deb.debian.org/debian bullseye/main arm64 media-types all 4.0.0 [30.3 kB]
10:54:37 #10 5.204 Get:17 http://deb.debian.org/debian bullseye/main arm64 libmpdec3 arm64 2.5.1-1 [84.4 kB]
10:54:37 #10 5.207 Get:18 http://deb.debian.org/debian bullseye/main arm64 libncursesw6 arm64 6.2+20201114-2+deb11u1 [121 kB]
10:54:37 #10 5.208 Get:19 http://deb.debian.org/debian bullseye/main arm64 readline-common all 8.1-1 [73.7 kB]
10:54:37 #10 5.209 Get:20 http://deb.debian.org/debian bullseye/main arm64 libreadline8 arm64 8.1-1 [160 kB]
10:54:37 #10 5.211 Get:21 http://deb.debian.org/debian bullseye/main arm64 libsqlite3-0 arm64 3.34.1-3 [750 kB]
10:54:37 #10 5.227 Get:22 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-stdlib arm64 3.9.2-1 [1658 kB]
10:54:37 #10 5.243 Get:23 http://deb.debian.org/debian bullseye/main arm64 python3.9 arm64 3.9.2-1 [466 kB]
10:54:37 #10 5.247 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpython3-stdlib arm64 3.9.2-3 [21.4 kB]
10:54:37 #10 5.250 Get:25 http://deb.debian.org/debian bullseye/main arm64 python3 arm64 3.9.2-3 [37.9 kB]
10:54:37 #10 5.253 Get:26 http://deb.debian.org/debian bullseye/main arm64 less arm64 551-2 [129 kB]
10:54:37 #10 5.254 Get:27 http://deb.debian.org/debian bullseye/main arm64 netbase all 6.3 [19.9 kB]
10:54:37 #10 5.266 Get:28 http://deb.debian.org/debian bullseye/main arm64 sensible-utils all 0.0.14 [14.8 kB]
10:54:37 #10 5.268 Get:29 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
10:54:37 #10 5.269 Get:30 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u4 [831 kB]
10:54:37 #10 5.279 Get:31 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
10:54:37 #10 5.281 Get:32 http://deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
10:54:37 #10 5.285 Get:33 http://deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
10:54:37 #10 5.291 Get:34 http://deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
10:54:37 #10 5.292 Get:35 http://deb.debian.org/debian bullseye/main arm64 gettext-base arm64 0.21-4 [173 kB]
10:54:37 #10 5.294 Get:36 http://deb.debian.org/debian bullseye/main arm64 manpages all 5.10-1 [1412 kB]
10:54:37 #10 5.320 Get:37 http://deb.debian.org/debian bullseye/main arm64 libmd0 arm64 1.0.3-3 [27.9 kB]
10:54:37 #10 5.322 Get:38 http://deb.debian.org/debian bullseye/main arm64 libbsd0 arm64 0.11.3-1 [106 kB]
10:54:37 #10 5.324 Get:39 http://deb.debian.org/debian bullseye/main arm64 libedit2 arm64 3.1-20191231-2+b1 [92.1 kB]
10:54:37 #10 5.327 Get:40 http://deb.debian.org/debian bullseye/main arm64 libcbor0 arm64 0.5.0+dfsg-2 [20.1 kB]
10:54:37 #10 5.328 Get:41 http://deb.debian.org/debian bullseye/main arm64 libfido2-1 arm64 1.6.0-2 [50.2 kB]
10:54:37 #10 5.329 Get:42 http://deb.debian.org/debian bullseye/main arm64 openssh-client arm64 1:8.4p1-5+deb11u1 [893 kB]
10:54:37 #10 5.336 Get:43 http://deb.debian.org/debian bullseye/main arm64 ucf all 3.0043 [74.0 kB]
10:54:37 #10 5.338 Get:44 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
10:54:37 #10 5.339 Get:45 http://deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
10:54:37 #10 5.341 Get:46 http://deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
10:54:37 #10 5.342 Get:47 http://deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
10:54:37 #10 5.345 Get:48 http://deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
10:54:37 #10 5.356 Get:49 http://deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
10:54:37 #10 5.362 Get:50 http://deb.debian.org/debian bullseye/main arm64 autopoint all 0.21-4 [510 kB]
10:54:37 #10 5.366 Get:51 http://deb.debian.org/debian bullseye/main arm64 binutils-common arm64 2.35.2-2 [2220 kB]
10:54:37 #10 5.393 Get:52 http://deb.debian.org/debian bullseye/main arm64 libbinutils arm64 2.35.2-2 [599 kB]
10:54:37 #10 5.397 Get:53 http://deb.debian.org/debian bullseye/main arm64 libctf-nobfd0 arm64 2.35.2-2 [108 kB]
10:54:37 #10 5.399 Get:54 http://deb.debian.org/debian bullseye/main arm64 libctf0 arm64 2.35.2-2 [51.0 kB]
10:54:37 #10 5.400 Get:55 http://deb.debian.org/debian bullseye/main arm64 binutils-aarch64-linux-gnu arm64 2.35.2-2 [2472 kB]
10:54:37 #10 5.420 Get:56 http://deb.debian.org/debian bullseye/main arm64 binutils arm64 2.35.2-2 [61.2 kB]
10:54:37 #10 5.421 Get:57 http://deb.debian.org/debian bullseye/main arm64 libc-dev-bin arm64 2.31-13+deb11u6 [272 kB]
10:54:37 #10 5.445 Get:58 http://deb.debian.org/debian bullseye/main arm64 linux-libc-dev arm64 5.10.178-3 [1597 kB]
10:54:37 #10 5.471 Get:59 http://deb.debian.org/debian bullseye/main arm64 libcrypt-dev arm64 1:4.4.18-4 [108 kB]
10:54:37 #10 5.472 Get:60 http://deb.debian.org/debian bullseye/main arm64 libtirpc-dev arm64 1.3.1-1+deb11u1 [193 kB]
10:54:37 #10 5.473 Get:61 http://deb.debian.org/debian bullseye/main arm64 libnsl-dev arm64 1.3.0-2 [66.1 kB]
10:54:37 #10 5.474 Get:62 http://deb.debian.org/debian bullseye/main arm64 libc6-dev arm64 2.31-13+deb11u6 [2029 kB]
10:54:37 #10 5.500 Get:63 http://deb.debian.org/debian bullseye/main arm64 libisl23 arm64 0.23-1 [590 kB]
10:54:37 #10 5.505 Get:64 http://deb.debian.org/debian bullseye/main arm64 libmpfr6 arm64 4.1.0-3 [829 kB]
10:54:37 #10 5.513 Get:65 http://deb.debian.org/debian bullseye/main arm64 libmpc3 arm64 1.2.0-1 [43.2 kB]
10:54:37 #10 5.515 Get:66 http://deb.debian.org/debian bullseye/main arm64 cpp-10 arm64 10.2.1-6 [7756 kB]
10:54:37 #10 5.582 Get:67 http://deb.debian.org/debian bullseye/main arm64 cpp arm64 4:10.2.1-1 [19.7 kB]
10:54:38 #10 5.583 Get:68 http://deb.debian.org/debian bullseye/main arm64 libcc1-0 arm64 10.2.1-6 [45.1 kB]
10:54:38 #10 5.584 Get:69 http://deb.debian.org/debian bullseye/main arm64 libgomp1 arm64 10.2.1-6 [91.6 kB]
10:54:38 #10 5.585 Get:70 http://deb.debian.org/debian bullseye/main arm64 libitm1 arm64 10.2.1-6 [23.8 kB]
10:54:38 #10 5.586 Get:71 http://deb.debian.org/debian bullseye/main arm64 libatomic1 arm64 10.2.1-6 [9468 B]
10:54:38 #10 5.588 Get:72 http://deb.debian.org/debian bullseye/main arm64 libasan6 arm64 10.2.1-6 [2002 kB]
10:54:38 #10 5.614 Get:73 http://deb.debian.org/debian bullseye/main arm64 liblsan0 arm64 10.2.1-6 [794 kB]
10:54:38 #10 5.622 Get:74 http://deb.debian.org/debian bullseye/main arm64 libtsan0 arm64 10.2.1-6 [1957 kB]
10:54:38 #10 5.642 Get:75 http://deb.debian.org/debian bullseye/main arm64 libubsan1 arm64 10.2.1-6 [759 kB]
10:54:38 #10 5.650 Get:76 http://deb.debian.org/debian bullseye/main arm64 libgcc-10-dev arm64 10.2.1-6 [876 kB]
10:54:38 #10 5.665 Get:77 http://deb.debian.org/debian bullseye/main arm64 gcc-10 arm64 10.2.1-6 [15.4 MB]
10:54:38 #10 5.779 Get:78 http://deb.debian.org/debian bullseye/main arm64 gcc arm64 4:10.2.1-1 [5208 B]
10:54:38 #10 5.780 Get:79 http://deb.debian.org/debian bullseye/main arm64 libstdc++-10-dev arm64 10.2.1-6 [1704 kB]
10:54:38 #10 5.792 Get:80 http://deb.debian.org/debian bullseye/main arm64 g++-10 arm64 10.2.1-6 [8557 kB]
10:54:38 #10 5.857 Get:81 http://deb.debian.org/debian bullseye/main arm64 g++ arm64 4:10.2.1-1 [1628 B]
10:54:38 #10 5.857 Get:82 http://deb.debian.org/debian bullseye/main arm64 make arm64 4.3-4.1 [391 kB]
10:54:38 #10 5.860 Get:83 http://deb.debian.org/debian bullseye/main arm64 libdpkg-perl all 1.20.12 [1551 kB]
10:54:38 #10 5.869 Get:84 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
10:54:38 #10 5.870 Get:85 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
10:54:38 #10 5.886 Get:86 http://deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
10:54:38 #10 5.886 Get:87 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
10:54:38 #10 5.889 Get:88 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
10:54:38 #10 5.890 Get:89 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
10:54:38 #10 5.891 Get:90 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
10:54:38 #10 5.893 Get:91 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
10:54:38 #10 5.895 Get:92 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
10:54:38 #10 5.897 Get:93 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
10:54:38 #10 5.899 Get:94 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
10:54:38 #10 5.901 Get:95 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u7 [325 kB]
10:54:38 #10 5.903 Get:96 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u7 [265 kB]
10:54:38 #10 5.905 Get:97 http://deb.debian.org/debian bullseye/main arm64 dctrl-tools arm64 2.24-3 [101 kB]
10:54:38 #10 5.906 Get:98 http://deb.debian.org/debian bullseye/main arm64 libdebhelper-perl all 13.3.4 [189 kB]
10:54:38 #10 5.908 Get:99 http://deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
10:54:38 #10 5.913 Get:100 http://deb.debian.org/debian bullseye/main arm64 dh-autoreconf all 20 [17.1 kB]
10:54:38 #10 5.915 Get:101 http://deb.debian.org/debian bullseye/main arm64 libarchive-zip-perl all 1.68-1 [104 kB]
10:54:38 #10 5.916 Get:102 http://deb.debian.org/debian bullseye/main arm64 libsub-override-perl all 0.09-2 [10.2 kB]
10:54:38 #10 5.918 Get:103 http://deb.debian.org/debian bullseye/main arm64 libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
10:54:38 #10 5.920 Get:104 http://deb.debian.org/debian bullseye/main arm64 dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
10:54:38 #10 5.921 Get:105 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
10:54:38 #10 5.923 Get:106 http://deb.debian.org/debian bullseye/main arm64 dwz arm64 0.13+20210201-1 [155 kB]
10:54:38 #10 5.924 Get:107 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
10:54:38 #10 5.986 Get:108 http://deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u4 [629 kB]
10:54:38 #10 5.990 Get:109 http://deb.debian.org/debian bullseye/main arm64 gettext arm64 0.21-4 [1261 kB]
10:54:38 #10 5.998 Get:110 http://deb.debian.org/debian bullseye/main arm64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
10:54:38 #10 5.998 Get:111 http://deb.debian.org/debian bullseye/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
10:54:38 #10 6.000 Get:112 http://deb.debian.org/debian bullseye/main arm64 debhelper all 13.3.4 [1049 kB]
10:54:38 #10 6.007 Get:113 http://deb.debian.org/debian bullseye/main arm64 debian-keyring all 2021.07.26 [31.1 MB]
10:54:38 #10 6.221 Get:114 http://deb.debian.org/debian bullseye/main arm64 libfakeroot arm64 1.25.3-1.1 [47.9 kB]
10:54:38 #10 6.222 Get:115 http://deb.debian.org/debian bullseye/main arm64 fakeroot arm64 1.25.3-1.1 [86.8 kB]
10:54:38 #10 6.223 Get:116 http://deb.debian.org/debian bullseye/main arm64 libassuan0 arm64 2.5.3-7.1 [48.0 kB]
10:54:38 #10 6.223 Get:117 http://deb.debian.org/debian bullseye/main arm64 gpgconf arm64 2.2.27-2+deb11u2 [540 kB]
10:54:38 #10 6.228 Get:118 http://deb.debian.org/debian bullseye/main arm64 libksba8 arm64 1.5.0-3+deb11u2 [115 kB]
10:54:38 #10 6.229 Get:119 http://deb.debian.org/debian bullseye/main arm64 libnpth0 arm64 1.6-3 [18.6 kB]
10:54:38 #10 6.229 Get:120 http://deb.debian.org/debian bullseye/main arm64 dirmngr arm64 2.2.27-2+deb11u2 [743 kB]
10:54:38 #10 6.233 Get:121 http://deb.debian.org/debian bullseye/main arm64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
10:54:38 #10 6.242 Get:122 http://deb.debian.org/debian bullseye/main arm64 gnupg-utils arm64 2.2.27-2+deb11u2 [864 kB]
10:54:38 #10 6.248 Get:123 http://deb.debian.org/debian bullseye/main arm64 gpg arm64 2.2.27-2+deb11u2 [884 kB]
10:54:38 #10 6.255 Get:124 http://deb.debian.org/debian bullseye/main arm64 pinentry-curses arm64 1.1.0-4 [63.0 kB]
10:54:38 #10 6.256 Get:125 http://deb.debian.org/debian bullseye/main arm64 gpg-agent arm64 2.2.27-2+deb11u2 [651 kB]
10:54:38 #10 6.260 Get:126 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-client arm64 2.2.27-2+deb11u2 [517 kB]
10:54:38 #10 6.263 Get:127 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-server arm64 2.2.27-2+deb11u2 [510 kB]
10:54:38 #10 6.266 Get:128 http://deb.debian.org/debian bullseye/main arm64 gpgsm arm64 2.2.27-2+deb11u2 [627 kB]
10:54:38 #10 6.272 Get:129 http://deb.debian.org/debian bullseye/main arm64 gnupg all 2.2.27-2+deb11u2 [825 kB]
10:54:38 #10 6.278 Get:130 http://deb.debian.org/debian bullseye/main arm64 libfile-dirlist-perl all 0.05-2 [7444 B]
10:54:38 #10 6.280 Get:131 http://deb.debian.org/debian bullseye/main arm64 libfile-which-perl all 1.23-1 [16.6 kB]
10:54:38 #10 6.281 Get:132 http://deb.debian.org/debian bullseye/main arm64 libfile-homedir-perl all 1.006-1 [43.8 kB]
10:54:38 #10 6.282 Get:133 http://deb.debian.org/debian bullseye/main arm64 libfile-touch-perl all 0.11-1 [9254 B]
10:54:38 #10 6.282 Get:134 http://deb.debian.org/debian bullseye/main arm64 libio-pty-perl arm64 1:1.15-2 [36.0 kB]
10:54:38 #10 6.283 Get:135 http://deb.debian.org/debian bullseye/main arm64 libipc-run-perl all 20200505.0-1 [102 kB]
10:54:38 #10 6.284 Get:136 http://deb.debian.org/debian bullseye/main arm64 libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
10:54:38 #10 6.284 Get:137 http://deb.debian.org/debian bullseye/main arm64 libb-hooks-op-check-perl arm64 0.22-1+b3 [11.2 kB]
10:54:38 #10 6.285 Get:138 http://deb.debian.org/debian bullseye/main arm64 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
10:54:38 #10 6.286 Get:139 http://deb.debian.org/debian bullseye/main arm64 libdevel-callchecker-perl arm64 0.008-1+b2 [15.8 kB]
10:54:38 #10 6.287 Get:140 http://deb.debian.org/debian bullseye/main arm64 libparams-classify-perl arm64 0.015-1+b3 [25.5 kB]
10:54:38 #10 6.289 Get:141 http://deb.debian.org/debian bullseye/main arm64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
10:54:38 #10 6.291 Get:142 http://deb.debian.org/debian bullseye/main arm64 libimport-into-perl all 1.002005-1 [11.6 kB]
10:54:38 #10 6.300 Get:143 http://deb.debian.org/debian bullseye/main arm64 librole-tiny-perl all 2.002004-1 [21.4 kB]
10:54:38 #10 6.301 Get:144 http://deb.debian.org/debian bullseye/main arm64 libstrictures-perl all 2.000006-1 [18.6 kB]
10:54:38 #10 6.303 Get:145 http://deb.debian.org/debian bullseye/main arm64 libsub-quote-perl all 2.006006-1 [21.0 kB]
10:54:38 #10 6.304 Get:146 http://deb.debian.org/debian bullseye/main arm64 libmoo-perl all 2.004004-1 [59.9 kB]
10:54:38 #10 6.313 Get:147 http://deb.debian.org/debian bullseye/main arm64 libencode-locale-perl all 1.05-1.1 [13.2 kB]
10:54:38 #10 6.315 Get:148 http://deb.debian.org/debian bullseye/main arm64 libtimedate-perl all 2.3300-2 [39.3 kB]
10:54:38 #10 6.316 Get:149 http://deb.debian.org/debian bullseye/main arm64 libhttp-date-perl all 6.05-1 [10.4 kB]
10:54:38 #10 6.317 Get:150 http://deb.debian.org/debian bullseye/main arm64 libfile-listing-perl all 6.14-1 [12.4 kB]
10:54:38 #10 6.318 Get:151 http://deb.debian.org/debian bullseye/main arm64 libhtml-tagset-perl all 3.20-4 [13.0 kB]
10:54:38 #10 6.319 Get:152 http://deb.debian.org/debian bullseye/main arm64 liburi-perl all 5.08-1 [90.6 kB]
10:54:38 #10 6.320 Get:153 http://deb.debian.org/debian bullseye/main arm64 libhtml-parser-perl arm64 3.75-1+b1 [103 kB]
10:54:38 #10 6.321 Get:154 http://deb.debian.org/debian bullseye/main arm64 libhtml-tree-perl all 5.07-2 [213 kB]
10:54:38 #10 6.323 Get:155 http://deb.debian.org/debian bullseye/main arm64 libio-html-perl all 1.004-2 [16.1 kB]
10:54:38 #10 6.324 Get:156 http://deb.debian.org/debian bullseye/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
10:54:38 #10 6.325 Get:157 http://deb.debian.org/debian bullseye/main arm64 libhttp-message-perl all 6.28-1 [79.6 kB]
10:54:38 #10 6.326 Get:158 http://deb.debian.org/debian bullseye/main arm64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
10:54:38 #10 6.326 Get:159 http://deb.debian.org/debian bullseye/main arm64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
10:54:38 #10 6.327 Get:160 http://deb.debian.org/debian bullseye/main arm64 perl-openssl-defaults arm64 5 [7360 B]
10:54:38 #10 6.327 Get:161 http://deb.debian.org/debian bullseye/main arm64 libnet-ssleay-perl arm64 1.88-3+b1 [316 kB]
10:54:38 #10 6.329 Get:162 http://deb.debian.org/debian bullseye/main arm64 libio-socket-ssl-perl all 2.069-1 [215 kB]
10:54:38 #10 6.331 Get:163 http://deb.debian.org/debian bullseye/main arm64 libnet-http-perl all 6.20-1 [25.1 kB]
10:54:38 #10 6.332 Get:164 http://deb.debian.org/debian bullseye/main arm64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
10:54:38 #10 6.334 Get:165 http://deb.debian.org/debian bullseye/main arm64 libtry-tiny-perl all 0.30-1 [23.3 kB]
10:54:38 #10 6.334 Get:166 http://deb.debian.org/debian bullseye/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
10:54:38 #10 6.335 Get:167 http://deb.debian.org/debian bullseye/main arm64 libwww-perl all 6.52-1 [192 kB]
10:54:38 #10 6.336 Get:168 http://deb.debian.org/debian bullseye/main arm64 patchutils arm64 0.4.2-1 [73.5 kB]
10:54:38 #10 6.338 Get:169 http://deb.debian.org/debian bullseye/main arm64 wdiff arm64 1.2.2-2+b1 [121 kB]
10:54:38 #10 6.339 Get:170 http://deb.debian.org/debian bullseye/main arm64 devscripts arm64 2.21.3+deb11u1 [1092 kB]
10:54:38 #10 6.348 Get:171 http://deb.debian.org/debian bullseye/main arm64 diffstat arm64 1.64-1 [34.6 kB]
10:54:38 #10 6.349 Get:172 http://deb.debian.org/debian bullseye/main arm64 distro-info-data all 0.51+deb11u3 [7812 B]
10:54:38 #10 6.349 Get:173 http://deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
10:54:38 #10 6.351 Get:174 http://deb.debian.org/debian bullseye/main arm64 python3-chardet all 4.0.0-1 [99.0 kB]
10:54:38 #10 6.353 Get:175 http://deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
10:54:38 #10 6.355 Get:176 http://deb.debian.org/debian bullseye/main arm64 python3-debian all 0.1.39 [80.1 kB]
10:54:38 #10 6.356 Get:177 http://deb.debian.org/debian bullseye/main arm64 libgpgme11 arm64 1.14.0-1+b2 [267 kB]
10:54:38 #10 6.358 Get:178 http://deb.debian.org/debian bullseye/main arm64 python3-gpg arm64 1.14.0-1+b2 [324 kB]
10:54:38 #10 6.363 Get:179 http://deb.debian.org/debian bullseye/main arm64 dput all 1.1.0 [56.5 kB]
10:54:38 #10 6.364 Get:180 http://deb.debian.org/debian bullseye/main arm64 equivs all 2.3.1 [22.7 kB]
10:54:38 #10 6.364 Get:181 http://deb.debian.org/debian bullseye/main arm64 fonts-dejavu-core all 2.37-2 [1069 kB]
10:54:38 #10 6.374 Get:182 http://deb.debian.org/debian bullseye/main arm64 fontconfig-config all 2.13.1-4.2 [281 kB]
10:54:38 #10 6.376 Get:183 http://deb.debian.org/debian bullseye/main arm64 libcurl3-gnutls arm64 7.74.0-1.3+deb11u7 [321 kB]
10:54:38 #10 6.379 Get:184 http://deb.debian.org/debian bullseye/main arm64 liberror-perl all 0.17029-1 [31.0 kB]
10:54:38 #10 6.380 Get:185 http://deb.debian.org/debian bullseye/main arm64 git-man all 1:2.30.2-1+deb11u2 [1828 kB]
10:54:38 #10 6.401 Get:186 http://deb.debian.org/debian bullseye/main arm64 git arm64 1:2.30.2-1+deb11u2 [5423 kB]
10:54:38 #10 6.433 Get:187 http://deb.debian.org/debian bullseye/main arm64 iso-codes all 4.6.0-1 [2824 kB]
10:54:38 #10 6.460 Get:188 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
10:54:38 #10 6.462 Get:189 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6+b1 [11.7 kB]
10:54:38 #10 6.464 Get:190 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
10:54:38 #10 6.467 Get:191 http://deb.debian.org/debian bullseye/main arm64 libaliased-perl all 0.34-1.1 [14.1 kB]
10:54:38 #10 6.469 Get:192 http://deb.debian.org/debian bullseye/main arm64 libapt-pkg-perl arm64 0.1.39 [69.4 kB]
10:54:38 #10 6.470 Get:193 http://deb.debian.org/debian bullseye/main arm64 libarchive-cpio-perl all 0.10-1.1 [10.6 kB]
10:54:38 #10 6.471 Get:194 http://deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
10:54:38 #10 6.473 Get:195 http://deb.debian.org/debian bullseye/main arm64 libarray-intspan-perl all 2.004-1 [25.5 kB]
10:54:38 #10 6.474 Get:196 http://deb.debian.org/debian bullseye/main arm64 libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
10:54:38 #10 6.475 Get:197 http://deb.debian.org/debian bullseye/main arm64 libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
10:54:38 #10 6.476 Get:198 http://deb.debian.org/debian bullseye/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
10:54:38 #10 6.476 Get:199 http://deb.debian.org/debian bullseye/main arm64 libvariable-magic-perl arm64 0.62-1+b3 [44.2 kB]
10:54:38 #10 6.477 Get:200 http://deb.debian.org/debian bullseye/main arm64 libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB]
10:54:38 #10 6.477 Get:201 http://deb.debian.org/debian bullseye/main arm64 libpng16-16 arm64 1.6.37-3 [289 kB]
10:54:38 #10 6.480 Get:202 http://deb.debian.org/debian bullseye/main arm64 libfreetype6 arm64 2.10.4+dfsg-1+deb11u1 [393 kB]
10:54:38 #10 6.509 Get:203 http://deb.debian.org/debian bullseye/main arm64 libfontconfig1 arm64 2.13.1-4.2 [344 kB]
10:54:38 #10 6.511 Get:204 http://deb.debian.org/debian bullseye/main arm64 libjpeg62-turbo arm64 1:2.0.6-4 [133 kB]
10:54:38 #10 6.513 Get:205 http://deb.debian.org/debian bullseye/main arm64 libdeflate0 arm64 1.7-1 [47.7 kB]
10:54:38 #10 6.514 Get:206 http://deb.debian.org/debian bullseye/main arm64 libjbig0 arm64 2.1-3.1+b2 [27.8 kB]
10:54:38 #10 6.514 Get:207 http://deb.debian.org/debian bullseye/main arm64 libwebp6 arm64 0.6.1-2.1 [244 kB]
10:54:38 #10 6.516 Get:208 http://deb.debian.org/debian bullseye/main arm64 libtiff5 arm64 4.2.0-1+deb11u4 [278 kB]
10:54:38 #10 6.519 Get:209 http://deb.debian.org/debian bullseye/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB]
10:54:38 #10 6.519 Get:210 http://deb.debian.org/debian bullseye/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
10:54:38 #10 6.520 Get:211 http://deb.debian.org/debian bullseye/main arm64 libxcb1 arm64 1.14-3 [138 kB]
10:54:38 #10 6.521 Get:212 http://deb.debian.org/debian bullseye/main arm64 libx11-data all 2:1.7.2-1 [311 kB]
10:54:38 #10 6.523 Get:213 http://deb.debian.org/debian bullseye/main arm64 libx11-6 arm64 2:1.7.2-1 [748 kB]
10:54:38 #10 6.528 Get:214 http://deb.debian.org/debian bullseye/main arm64 libxpm4 arm64 1:3.5.12-1.1~deb11u1 [47.2 kB]
10:54:38 #10 6.528 Get:215 http://deb.debian.org/debian bullseye/main arm64 libgd3 arm64 2.3.0-2 [127 kB]
10:54:38 #10 6.530 Get:216 http://deb.debian.org/debian bullseye/main arm64 libc-devtools arm64 2.31-13+deb11u6 [245 kB]
10:54:38 #10 6.531 Get:217 http://deb.debian.org/debian bullseye/main arm64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
10:54:38 #10 6.532 Get:218 http://deb.debian.org/debian bullseye/main arm64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
10:54:38 #10 6.532 Get:219 http://deb.debian.org/debian bullseye/main arm64 libclass-inspector-perl all 1.36-1 [19.6 kB]
10:54:38 #10 6.544 Get:220 http://deb.debian.org/debian bullseye/main arm64 libclass-xsaccessor-perl arm64 1.19-3+b7 [36.9 kB]
10:54:38 #10 6.556 Get:221 http://deb.debian.org/debian bullseye/main arm64 libclone-perl arm64 0.45-1+b1 [15.3 kB]
10:54:38 #10 6.556 Get:222 http://deb.debian.org/debian bullseye/main arm64 libcommon-sense-perl arm64 3.75-1+b4 [24.6 kB]
10:54:38 #10 6.557 Get:223 http://deb.debian.org/debian bullseye/main arm64 libconfig-tiny-perl all 2.26-1 [16.5 kB]
10:54:38 #10 6.558 Get:224 http://deb.debian.org/debian bullseye/main arm64 libparams-util-perl arm64 1.102-1+b1 [25.3 kB]
10:54:38 #10 6.559 Get:225 http://deb.debian.org/debian bullseye/main arm64 libsub-install-perl all 0.928-1.1 [10.8 kB]
10:54:38 #10 6.559 Get:226 http://deb.debian.org/debian bullseye/main arm64 libdata-optlist-perl all 0.110-1.1 [10.8 kB]
10:54:38 #10 6.560 Get:227 http://deb.debian.org/debian bullseye/main arm64 libsub-exporter-perl all 0.987-1 [47.2 kB]
10:54:38 #10 6.561 Get:228 http://deb.debian.org/debian bullseye/main arm64 libconst-fast-perl all 0.014-1.1 [8552 B]
10:54:38 #10 6.561 Get:229 http://deb.debian.org/debian bullseye/main arm64 libwant-perl arm64 0.29-1+b6 [28.4 kB]
10:54:38 #10 6.562 Get:230 http://deb.debian.org/debian bullseye/main arm64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
10:54:38 #10 6.563 Get:231 http://deb.debian.org/debian bullseye/main arm64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
10:54:38 #10 6.564 Get:232 http://deb.debian.org/debian bullseye/main arm64 libcpanel-json-xs-perl arm64 4.25-1+b1 [127 kB]
10:54:38 #10 6.565 Get:233 http://deb.debian.org/debian bullseye/main arm64 libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
10:54:38 #10 6.565 Get:234 http://deb.debian.org/debian bullseye/main arm64 libexception-class-perl all 1.44-1 [32.3 kB]
10:54:38 #10 6.567 Get:235 http://deb.debian.org/debian bullseye/main arm64 libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
10:54:38 #10 6.568 Get:236 http://deb.debian.org/debian bullseye/main arm64 libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB]
10:54:38 #10 6.569 Get:237 http://deb.debian.org/debian bullseye/main arm64 libexporter-tiny-perl all 1.002002-1 [37.8 kB]
10:54:38 #10 6.571 Get:238 http://deb.debian.org/debian bullseye/main arm64 liblist-moreutils-xs-perl arm64 0.430-2 [36.8 kB]
10:54:38 #10 6.572 Get:239 http://deb.debian.org/debian bullseye/main arm64 liblist-moreutils-perl all 0.430-2 [46.9 kB]
10:54:38 #10 6.574 Get:240 http://deb.debian.org/debian bullseye/main arm64 libdata-dpath-perl all 0.58-1 [43.5 kB]
10:54:38 #10 6.574 Get:241 http://deb.debian.org/debian bullseye/main arm64 libdata-dump-perl all 1.23-1.1 [27.6 kB]
10:54:38 #10 6.576 Get:242 http://deb.debian.org/debian bullseye/main arm64 libdata-messagepack-perl arm64 1.00-4+b1 [37.6 kB]
10:54:38 #10 6.577 Get:243 http://deb.debian.org/debian bullseye/main arm64 libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
10:54:38 #10 6.579 Get:244 http://deb.debian.org/debian bullseye/main arm64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
10:54:38 #10 6.580 Get:245 http://deb.debian.org/debian bullseye/main arm64 libdevel-size-perl arm64 0.83-1+b2 [25.8 kB]
10:54:38 #10 6.588 Get:246 http://deb.debian.org/debian bullseye/main arm64 libdistro-info-perl all 1.0 [7480 B]
10:54:38 #10 6.589 Get:247 http://deb.debian.org/debian bullseye/main arm64 libemail-address-xs-perl arm64 1.04-1+b3 [26.7 kB]
10:54:38 #10 6.590 Get:248 http://deb.debian.org/debian bullseye/main arm64 libfcgi0ldbl arm64 2.4.2-2 [25.3 kB]
10:54:38 #10 6.592 Get:249 http://deb.debian.org/debian bullseye/main arm64 libfcgi-bin arm64 2.4.2-2 [12.5 kB]
10:54:38 #10 6.593 Get:250 http://deb.debian.org/debian bullseye/main arm64 libfcgi-perl arm64 0.79+ds-2 [27.1 kB]
10:54:38 #10 6.595 Get:251 http://deb.debian.org/debian bullseye/main arm64 libipc-system-simple-perl all 1.30-1 [28.2 kB]
10:54:38 #10 6.596 Get:252 http://deb.debian.org/debian bullseye/main arm64 libfile-basedir-perl all 0.08-1 [17.7 kB]
10:54:38 #10 6.597 Get:253 http://deb.debian.org/debian bullseye/main arm64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
10:54:38 #10 6.598 Get:254 http://deb.debian.org/debian bullseye/main arm64 libfile-fcntllock-perl arm64 0.22-3+b7 [35.4 kB]
10:54:38 #10 6.599 Get:255 http://deb.debian.org/debian bullseye/main arm64 libnumber-compare-perl all 0.03-1.1 [6956 B]
10:54:38 #10 6.600 Get:256 http://deb.debian.org/debian bullseye/main arm64 libtext-glob-perl all 0.11-1 [8888 B]
10:54:38 #10 6.600 Get:257 http://deb.debian.org/debian bullseye/main arm64 libfile-find-rule-perl all 0.34-1 [30.6 kB]
10:54:38 #10 6.601 Get:258 http://deb.debian.org/debian bullseye/main arm64 libfont-afm-perl all 1.20-3 [14.0 kB]
10:54:38 #10 6.602 Get:259 http://deb.debian.org/debian bullseye/main arm64 libio-string-perl all 1.08-3.1 [11.8 kB]
10:54:38 #10 6.602 Get:260 http://deb.debian.org/debian bullseye/main arm64 libfont-ttf-perl all 1.06-1.1 [318 kB]
10:54:38 #10 6.605 Get:261 http://deb.debian.org/debian bullseye/main arm64 libio-stringy-perl all 2.111-3 [56.5 kB]
10:54:38 #10 6.606 Get:262 http://deb.debian.org/debian bullseye/main arm64 libparams-validate-perl arm64 1.30-1+b1 [66.2 kB]
10:54:38 #10 6.608 Get:263 http://deb.debian.org/debian bullseye/main arm64 libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB]
10:54:38 #10 6.608 Get:264 http://deb.debian.org/debian bullseye/main arm64 libsort-versions-perl all 1.62-1 [11.0 kB]
10:54:38 #10 6.608 Get:265 http://deb.debian.org/debian bullseye/main arm64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
10:54:38 #10 6.609 Get:266 http://deb.debian.org/debian bullseye/main arm64 libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B]
10:54:38 #10 6.610 Get:267 http://deb.debian.org/debian bullseye/main arm64 libio-prompter-perl all 0.004015-1 [60.4 kB]
10:54:38 #10 6.611 Get:268 http://deb.debian.org/debian bullseye/main arm64 libjson-perl all 4.03000-1 [88.6 kB]
10:54:38 #10 6.612 Get:269 http://deb.debian.org/debian bullseye/main arm64 liblog-any-perl all 1.709-1 [73.5 kB]
10:54:38 #10 6.612 Get:270 http://deb.debian.org/debian bullseye/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
10:54:38 #10 6.614 Get:271 http://deb.debian.org/debian bullseye/main arm64 libpackage-stash-perl all 0.39-1 [21.9 kB]
10:54:38 #10 6.614 Get:272 http://deb.debian.org/debian bullseye/main arm64 libsub-identify-perl arm64 0.14-1+b3 [11.9 kB]
10:54:38 #10 6.615 Get:273 http://deb.debian.org/debian bullseye/main arm64 libsub-name-perl arm64 0.26-1+b1 [13.5 kB]
10:54:38 #10 6.615 Get:274 http://deb.debian.org/debian bullseye/main arm64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
10:54:38 #10 6.615 Get:275 http://deb.debian.org/debian bullseye/main arm64 libpath-tiny-perl all 0.118-1 [53.5 kB]
10:54:38 #10 6.616 Get:276 http://deb.debian.org/debian bullseye/main arm64 libtype-tiny-perl all 1.012001-2 [351 kB]
10:54:38 #10 6.619 Get:277 http://deb.debian.org/debian bullseye/main arm64 libgitlab-api-v4-perl all 0.26-1 [87.9 kB]
10:54:38 #10 6.621 Get:278 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-0 arm64 2.66.8-1 [1286 kB]
10:54:38 #10 6.630 Get:279 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
10:54:38 #10 6.637 Get:280 http://deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
10:54:38 #10 6.638 Get:281 http://deb.debian.org/debian bullseye/main arm64 libhash-fieldhash-perl arm64 0.15-1+b3 [17.6 kB]
10:54:38 #10 6.639 Get:282 http://deb.debian.org/debian bullseye/main arm64 libhtml-form-perl all 6.07-1 [22.9 kB]
10:54:38 #10 6.639 Get:283 http://deb.debian.org/debian bullseye/main arm64 libhtml-format-perl all 2.12-1.1 [43.8 kB]
10:54:38 #10 6.641 Get:284 http://deb.debian.org/debian bullseye/main arm64 libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
10:54:38 #10 6.642 Get:285 http://deb.debian.org/debian bullseye/main arm64 libhttp-daemon-perl all 6.12-1+deb11u1 [23.4 kB]
10:54:38 #10 6.643 Get:286 http://deb.debian.org/debian bullseye/main arm64 libio-sessiondata-perl all 1.03-1.1 [5984 B]
10:54:38 #10 6.644 Get:287 http://deb.debian.org/debian bullseye/main arm64 libipc-run3-perl all 0.048-2 [34.2 kB]
10:54:38 #10 6.645 Get:288 http://deb.debian.org/debian bullseye/main arm64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
10:54:38 #10 6.646 Get:289 http://deb.debian.org/debian bullseye/main arm64 libjson-xs-perl arm64 4.030-1+b1 [93.7 kB]
10:54:38 #10 6.648 Get:290 http://deb.debian.org/debian bullseye/main arm64 libjson-maybexs-perl all 1.004003-1 [13.1 kB]
10:54:38 #10 6.649 Get:291 http://deb.debian.org/debian bullseye/main arm64 libldap-common all 2.4.57+dfsg-3+deb11u1 [95.8 kB]
10:54:38 #10 6.650 Get:292 http://deb.debian.org/debian bullseye/main arm64 liblist-compare-perl all 0.55-1 [66.9 kB]
10:54:38 #10 6.650 Get:293 http://deb.debian.org/debian bullseye/main arm64 liblist-someutils-perl all 0.58-1 [36.5 kB]
10:54:38 #10 6.651 Get:294 http://deb.debian.org/debian bullseye/main arm64 liblist-someutils-xs-perl arm64 0.58-2+b1 [31.1 kB]
10:54:38 #10 6.652 Get:295 http://deb.debian.org/debian bullseye/main arm64 liblist-utilsby-perl all 0.11-1 [15.4 kB]
10:54:38 #10 6.652 Get:296 http://deb.debian.org/debian bullseye/main arm64 libltdl7 arm64 2.4.6-15 [390 kB]
10:54:38 #10 6.655 Get:297 http://deb.debian.org/debian bullseye/main arm64 libltdl-dev arm64 2.4.6-15 [162 kB]
10:54:38 #10 6.657 Get:298 http://deb.debian.org/debian bullseye/main arm64 liblzo2-2 arm64 2.10-2 [51.8 kB]
10:54:38 #10 6.658 Get:299 http://deb.debian.org/debian bullseye/main arm64 libsys-hostname-long-perl all 1.5-2 [11.8 kB]
10:54:38 #10 6.659 Get:300 http://deb.debian.org/debian bullseye/main arm64 libmail-sendmail-perl all 0.80-1.1 [25.5 kB]
10:54:38 #10 6.660 Get:301 http://deb.debian.org/debian bullseye/main arm64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
10:54:38 #10 6.661 Get:302 http://deb.debian.org/debian bullseye/main arm64 libmailtools-perl all 2.21-1 [95.5 kB]
10:54:38 #10 6.662 Get:303 http://deb.debian.org/debian bullseye/main arm64 libmarkdown2 arm64 2.2.6-1 [34.3 kB]
10:54:38 #10 6.663 Get:304 http://deb.debian.org/debian bullseye/main arm64 libmime-tools-perl all 5.509-1 [212 kB]
10:54:38 #10 6.664 Get:305 http://deb.debian.org/debian bullseye/main arm64 libmoox-aliases-perl all 0.001006-1.1 [10.8 kB]
10:54:38 #10 6.676 Get:306 http://deb.debian.org/debian bullseye/main arm64 libnamespace-autoclean-perl all 0.29-1 [15.0 kB]
10:54:38 #10 6.678 Get:307 http://deb.debian.org/debian bullseye/main arm64 libobject-id-perl all 0.1.2-2.1 [16.7 kB]
10:54:38 #10 6.688 Get:308 http://deb.debian.org/debian bullseye/main arm64 libmoox-struct-perl all 0.020-1 [25.4 kB]
10:54:38 #10 6.688 Get:309 http://deb.debian.org/debian bullseye/main arm64 libmouse-perl arm64 2.5.10-1+b1 [170 kB]
10:54:38 #10 6.693 Get:310 http://deb.debian.org/debian bullseye/main arm64 libnumber-range-perl all 0.12-1.1 [8688 B]
10:54:38 #10 6.710 Get:311 http://deb.debian.org/debian bullseye/main arm64 libossp-uuid16 arm64 1.6.2-1.5+b9 [41.8 kB]
10:54:38 #10 6.711 Get:312 http://deb.debian.org/debian bullseye/main arm64 libossp-uuid-perl arm64 1.6.2-1.5+b9 [28.5 kB]
10:54:38 #10 6.712 Get:313 http://deb.debian.org/debian bullseye/main arm64 libpackage-stash-xs-perl arm64 0.29-1+b2 [19.7 kB]
10:54:38 #10 6.712 Get:314 http://deb.debian.org/debian bullseye/main arm64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
10:54:38 #10 6.713 Get:315 http://deb.debian.org/debian bullseye/main arm64 libperlio-gzip-perl arm64 0.19-1+b7 [17.0 kB]
10:54:38 #10 6.714 Get:316 http://deb.debian.org/debian bullseye/main arm64 libpod-parser-perl all 1.63-2 [96.1 kB]
10:54:38 #10 6.715 Get:317 http://deb.debian.org/debian bullseye/main arm64 libpod-constants-perl all 0.19-2 [17.3 kB]
10:54:38 #10 6.716 Get:318 http://deb.debian.org/debian bullseye/main arm64 libproc-processtable-perl arm64 0.59-2+b1 [45.7 kB]
10:54:38 #10 6.716 Get:319 http://deb.debian.org/debian bullseye/main arm64 libre2-9 arm64 20210201+dfsg-1 [151 kB]
10:54:38 #10 6.718 Get:320 http://deb.debian.org/debian bullseye/main arm64 libre-engine-re2-perl arm64 0.14-1 [17.7 kB]
10:54:38 #10 6.719 Get:321 http://deb.debian.org/debian bullseye/main arm64 libreadonly-perl all 2.050-3 [23.1 kB]
10:54:38 #10 6.720 Get:322 http://deb.debian.org/debian bullseye/main arm64 libref-util-perl all 0.204-1 [17.1 kB]
10:54:38 #10 6.720 Get:323 http://deb.debian.org/debian bullseye/main arm64 libref-util-xs-perl arm64 0.117-1+b3 [13.5 kB]
10:54:38 #10 6.721 Get:324 http://deb.debian.org/debian bullseye/main arm64 libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB]
10:54:38 #10 6.722 Get:325 http://deb.debian.org/debian bullseye/main arm64 libregexp-pattern-perl all 0.2.14-1 [18.8 kB]
10:54:38 #10 6.723 Get:326 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules arm64 2.1.27+dfsg-2.1+deb11u1 [101 kB]
10:54:38 #10 6.724 Get:327 http://deb.debian.org/debian bullseye/main arm64 libsereal-decoder-perl arm64 4.018+ds-1+b1 [95.3 kB]
10:54:38 #10 6.725 Get:328 http://deb.debian.org/debian bullseye/main arm64 libsereal-encoder-perl arm64 4.018+ds-1+b1 [98.3 kB]
10:54:38 #10 6.727 Get:329 http://deb.debian.org/debian bullseye/main arm64 libtask-weaken-perl all 1.06-1 [9252 B]
10:54:38 #10 6.728 Get:330 http://deb.debian.org/debian bullseye/main arm64 libxml-parser-perl arm64 2.46-2 [205 kB]
10:54:38 #10 6.730 Get:331 http://deb.debian.org/debian bullseye/main arm64 libsoap-lite-perl all 1.27-1 [258 kB]
10:54:38 #10 6.733 Get:332 http://deb.debian.org/debian bullseye/main arm64 libsort-key-perl arm64 1.33-2+b3 [36.1 kB]
10:54:38 #10 6.735 Get:333 http://deb.debian.org/debian bullseye/main arm64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
10:54:38 #10 6.739 Get:334 http://deb.debian.org/debian bullseye/main arm64 libstring-escape-perl all 2010.002-2 [19.1 kB]
10:54:38 #10 6.740 Get:335 http://deb.debian.org/debian bullseye/main arm64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
10:54:38 #10 6.742 Get:336 http://deb.debian.org/debian bullseye/main arm64 libsys-cpuaffinity-perl arm64 1.13~03-1 [33.5 kB]
10:54:38 #10 6.743 Get:337 http://deb.debian.org/debian bullseye/main arm64 libterm-readkey-perl arm64 2.38-1+b2 [27.3 kB]
10:54:38 #10 6.744 Get:338 http://deb.debian.org/debian bullseye/main arm64 libtext-levenshteinxs-perl arm64 0.03-4+b8 [8680 B]
10:54:38 #10 6.746 Get:339 http://deb.debian.org/debian bullseye/main arm64 libtext-markdown-discount-perl arm64 0.12-1+b1 [12.9 kB]
10:54:38 #10 6.747 Get:340 http://deb.debian.org/debian bullseye/main arm64 libtext-xslate-perl arm64 3.5.8-1+b1 [195 kB]
10:54:38 #10 6.748 Get:341 http://deb.debian.org/debian bullseye/main arm64 libtime-duration-perl all 1.21-1 [13.7 kB]
10:54:38 #10 6.750 Get:342 http://deb.debian.org/debian bullseye/main arm64 libtime-moment-perl arm64 0.44-1+b3 [75.1 kB]
10:54:38 #10 6.752 Get:343 http://deb.debian.org/debian bullseye/main arm64 libtype-tiny-xs-perl arm64 0.022-1 [24.8 kB]
10:54:38 #10 6.754 Get:344 http://deb.debian.org/debian bullseye/main arm64 libunicode-utf8-perl arm64 0.62-1+b2 [19.8 kB]
10:54:38 #10 6.757 Get:345 http://deb.debian.org/debian bullseye/main arm64 libxdelta2 arm64 1.1.3-9.3 [45.6 kB]
10:54:38 #10 6.759 Get:346 http://deb.debian.org/debian bullseye/main arm64 libxext6 arm64 2:1.3.3-1.1 [51.6 kB]
10:54:38 #10 6.760 Get:347 http://deb.debian.org/debian bullseye/main arm64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
10:54:38 #10 6.761 Get:348 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
10:54:38 #10 6.762 Get:349 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
10:54:38 #10 6.763 Get:350 http://deb.debian.org/debian bullseye/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-2+b1 [326 kB]
10:54:39 #10 6.765 Get:351 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
10:54:39 #10 6.767 Get:352 http://deb.debian.org/debian bullseye/main arm64 libxmlrpc-lite-perl all 0.717-4 [22.6 kB]
10:54:39 #10 6.770 Get:353 http://deb.debian.org/debian bullseye/main arm64 libxmuu1 arm64 2:1.1.2-2+b3 [24.1 kB]
10:54:39 #10 6.771 Get:354 http://deb.debian.org/debian bullseye/main arm64 libyaml-0-2 arm64 0.2.2-1 [45.1 kB]
10:54:39 #10 6.772 Get:355 http://deb.debian.org/debian bullseye/main arm64 libyaml-libyaml-perl arm64 0.82+repack-1+b1 [34.5 kB]
10:54:39 #10 6.773 Get:356 http://deb.debian.org/debian bullseye/main arm64 licensecheck all 3.1.1-2 [50.0 kB]
10:54:39 #10 6.773 Get:357 http://deb.debian.org/debian bullseye/main arm64 lzip arm64 1.22-3 [84.7 kB]
10:54:39 #10 6.774 Get:358 http://deb.debian.org/debian bullseye/main arm64 lzop arm64 1.04-2 [82.8 kB]
10:54:39 #10 6.775 Get:359 http://deb.debian.org/debian bullseye/main arm64 t1utils arm64 1.41-4 [59.8 kB]
10:54:39 #10 6.776 Get:360 http://deb.debian.org/debian bullseye/main arm64 unzip arm64 6.0-26+deb11u1 [165 kB]
10:54:39 #10 6.778 Get:361 http://deb.debian.org/debian bullseye/main arm64 lintian all 2.104.0 [1265 kB]
10:54:39 #10 6.789 Get:362 http://deb.debian.org/debian bullseye/main arm64 lsb-release all 11.1.0 [27.9 kB]
10:54:39 #10 6.789 Get:363 http://deb.debian.org/debian bullseye/main arm64 manpages-dev all 5.10-1 [2309 kB]
10:54:39 #10 6.804 Get:364 http://deb.debian.org/debian bullseye/main arm64 pbzip2 arm64 1.1.13-1 [43.5 kB]
10:54:39 #10 6.805 Get:365 http://deb.debian.org/debian bullseye/main arm64 pixz arm64 1.0.7-1 [20.2 kB]
10:54:39 #10 6.806 Get:366 http://deb.debian.org/debian bullseye/main arm64 xdelta arm64 1.1.3-9.3 [25.8 kB]
10:54:39 #10 6.807 Get:367 http://deb.debian.org/debian bullseye/main arm64 xdelta3 arm64 3.0.11-dfsg-1+b1 [59.7 kB]
10:54:39 #10 6.808 Get:368 http://deb.debian.org/debian bullseye/main arm64 pristine-tar arm64 1.49 [115 kB]
10:54:39 #10 6.809 Get:369 http://deb.debian.org/debian bullseye/main arm64 publicsuffix all 20220811.1734-0+deb11u1 [127 kB]
10:54:39 #10 6.811 Get:370 http://deb.debian.org/debian bullseye/main arm64 python-apt-common all 2.2.1 [96.5 kB]
10:54:39 #10 6.812 Get:371 http://deb.debian.org/debian bullseye/main arm64 python3-apt arm64 2.2.1 [183 kB]
10:54:39 #10 6.814 Get:372 http://deb.debian.org/debian bullseye/main arm64 python3-certifi all 2020.6.20-1 [151 kB]
10:54:39 #10 6.816 Get:373 http://deb.debian.org/debian bullseye/main arm64 python3-idna all 2.10-1 [37.4 kB]
10:54:39 #10 6.817 Get:374 http://deb.debian.org/debian bullseye/main arm64 python3-magic all 2:0.4.20-3 [13.4 kB]
10:54:39 #10 6.817 Get:375 http://deb.debian.org/debian bullseye/main arm64 python3-urllib3 all 1.26.5-1~exp1 [114 kB]
10:54:39 #10 6.818 Get:376 http://deb.debian.org/debian bullseye/main arm64 python3-requests all 2.25.1+dfsg-2 [69.3 kB]
10:54:39 #10 6.819 Get:377 http://deb.debian.org/debian bullseye/main arm64 python3-unidiff all 0.5.5-2 [9604 B]
10:54:39 #10 6.819 Get:378 http://deb.debian.org/debian bullseye/main arm64 python3-xdg all 0.27-2 [41.8 kB]
10:54:39 #10 6.821 Get:379 http://deb.debian.org/debian bullseye/main arm64 shared-mime-info arm64 2.0-1 [700 kB]
10:54:39 #10 6.827 Get:380 http://deb.debian.org/debian bullseye/main arm64 strace arm64 5.10-1 [994 kB]
10:54:39 #10 6.834 Get:381 http://deb.debian.org/debian bullseye/main arm64 xauth arm64 1:1.1-1 [40.0 kB]
10:54:39 #10 6.835 Get:382 http://deb.debian.org/debian bullseye/main arm64 xdg-user-dirs arm64 0.17-2 [53.2 kB]
10:54:39 #10 7.032 debconf: delaying package configuration, since apt-utils is not installed
10:54:39 #10 7.065 Fetched 168 MB in 2s (82.6 MB/s)
10:54:39 #10 7.107 Selecting previously unselected package bsdextrautils.
10:54:39 #10 7.107 (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 ... 6656 files and directories currently installed.)
10:54:39 #10 7.111 Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u1_arm64.deb ...
10:54:39 #10 7.121 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
10:54:39 #10 7.191 Selecting previously unselected package libuchardet0:arm64.
10:54:39 #10 7.192 Preparing to unpack .../01-libuchardet0_0.0.7-1_arm64.deb ...
10:54:39 #10 7.214 Unpacking libuchardet0:arm64 (0.0.7-1) ...
10:54:39 #10 7.270 Selecting previously unselected package groff-base.
10:54:39 #10 7.271 Preparing to unpack .../02-groff-base_1.22.4-6_arm64.deb ...
10:54:39 #10 7.284 Unpacking groff-base (1.22.4-6) ...
10:54:39 #10 7.545 Selecting previously unselected package libgdbm6:arm64.
10:54:40 #10 7.546 Preparing to unpack .../03-libgdbm6_1.19-2_arm64.deb ...
10:54:40 #10 7.596 Unpacking libgdbm6:arm64 (1.19-2) ...
10:54:40 #10 7.889 Selecting previously unselected package libpipeline1:arm64.
10:54:40 #10 7.890 Preparing to unpack .../04-libpipeline1_1.5.3-1_arm64.deb ...
10:54:40 #10 7.937 Unpacking libpipeline1:arm64 (1.5.3-1) ...
10:54:40 #10 8.138 Selecting previously unselected package man-db.
10:54:40 #10 8.140 Preparing to unpack .../05-man-db_2.9.4-2_arm64.deb ...
10:54:40 #10 8.172 Unpacking man-db (2.9.4-2) ...
10:54:40 #10 8.343 Selecting previously unselected package perl-modules-5.32.
10:54:40 #10 8.345 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
10:54:40 #10 8.357 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
10:54:41 #10 8.868 Selecting previously unselected package libgdbm-compat4:arm64.
10:54:41 #10 8.869 Preparing to unpack .../07-libgdbm-compat4_1.19-2_arm64.deb ...
10:54:41 #10 8.873 Unpacking libgdbm-compat4:arm64 (1.19-2) ...
10:54:41 #10 8.908 Selecting previously unselected package libperl5.32:arm64.
10:54:41 #10 8.910 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_arm64.deb ...
10:54:41 #10 8.913 Unpacking libperl5.32:arm64 (5.32.1-4+deb11u2) ...
10:54:41 #10 9.289 Selecting previously unselected package perl.
10:54:41 #10 9.291 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_arm64.deb ...
10:54:41 #10 9.300 Unpacking perl (5.32.1-4+deb11u2) ...
10:54:41 #10 9.346 Selecting previously unselected package liblocale-gettext-perl.
10:54:41 #10 9.348 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_arm64.deb ...
10:54:41 #10 9.351 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
10:54:41 #10 9.387 Selecting previously unselected package libpython3.9-minimal:arm64.
10:54:41 #10 9.388 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_arm64.deb ...
10:54:41 #10 9.392 Unpacking libpython3.9-minimal:arm64 (3.9.2-1) ...
10:54:41 #10 9.494 Selecting previously unselected package libexpat1:arm64.
10:54:41 #10 9.496 Preparing to unpack .../12-libexpat1_2.2.10-2+deb11u5_arm64.deb ...
10:54:41 #10 9.499 Unpacking libexpat1:arm64 (2.2.10-2+deb11u5) ...
10:54:41 #10 9.541 Selecting previously unselected package python3.9-minimal.
10:54:41 #10 9.543 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_arm64.deb ...
10:54:41 #10 9.550 Unpacking python3.9-minimal (3.9.2-1) ...
10:54:42 #10 9.722 Setting up libpython3.9-minimal:arm64 (3.9.2-1) ...
10:54:42 #10 9.737 Setting up libexpat1:arm64 (2.2.10-2+deb11u5) ...
10:54:42 #10 9.750 Setting up python3.9-minimal (3.9.2-1) ...
10:54:42 #10 10.38 Selecting previously unselected package python3-minimal.
10:54:42 #10 10.38 (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 ... 9518 files and directories currently installed.)
10:54:42 #10 10.38 Preparing to unpack .../0-python3-minimal_3.9.2-3_arm64.deb ...
10:54:42 #10 10.39 Unpacking python3-minimal (3.9.2-3) ...
10:54:42 #10 10.42 Selecting previously unselected package media-types.
10:54:42 #10 10.42 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
10:54:42 #10 10.43 Unpacking media-types (4.0.0) ...
10:54:42 #10 10.46 Selecting previously unselected package libmpdec3:arm64.
10:54:42 #10 10.46 Preparing to unpack .../2-libmpdec3_2.5.1-1_arm64.deb ...
10:54:42 #10 10.46 Unpacking libmpdec3:arm64 (2.5.1-1) ...
10:54:42 #10 10.50 Selecting previously unselected package libncursesw6:arm64.
10:54:42 #10 10.51 Preparing to unpack .../3-libncursesw6_6.2+20201114-2+deb11u1_arm64.deb ...
10:54:42 #10 10.51 Unpacking libncursesw6:arm64 (6.2+20201114-2+deb11u1) ...
10:54:42 #10 10.55 Selecting previously unselected package readline-common.
10:54:42 #10 10.55 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
10:54:42 #10 10.55 Unpacking readline-common (8.1-1) ...
10:54:42 #10 10.59 Selecting previously unselected package libreadline8:arm64.
10:54:42 #10 10.59 Preparing to unpack .../5-libreadline8_8.1-1_arm64.deb ...
10:54:42 #10 10.59 Unpacking libreadline8:arm64 (8.1-1) ...
10:54:42 #10 10.64 Selecting previously unselected package libsqlite3-0:arm64.
10:54:42 #10 10.64 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_arm64.deb ...
10:54:42 #10 10.64 Unpacking libsqlite3-0:arm64 (3.34.1-3) ...
10:54:42 #10 10.71 Selecting previously unselected package libpython3.9-stdlib:arm64.
10:54:43 #10 10.71 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_arm64.deb ...
10:54:43 #10 10.72 Unpacking libpython3.9-stdlib:arm64 (3.9.2-1) ...
10:54:43 #10 10.87 Selecting previously unselected package python3.9.
10:54:43 #10 10.87 Preparing to unpack .../8-python3.9_3.9.2-1_arm64.deb ...
10:54:43 #10 10.87 Unpacking python3.9 (3.9.2-1) ...
10:54:43 #10 10.91 Selecting previously unselected package libpython3-stdlib:arm64.
10:54:43 #10 10.91 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_arm64.deb ...
10:54:43 #10 10.92 Unpacking libpython3-stdlib:arm64 (3.9.2-3) ...
10:54:43 #10 10.95 Setting up python3-minimal (3.9.2-3) ...
10:54:43 #10 11.13 Selecting previously unselected package python3.
10:54:43 #10 11.13 (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 ... 9956 files and directories currently installed.)
10:54:43 #10 11.14 Preparing to unpack .../000-python3_3.9.2-3_arm64.deb ...
10:54:43 #10 11.14 Unpacking python3 (3.9.2-3) ...
10:54:43 #10 11.18 Selecting previously unselected package less.
10:54:43 #10 11.18 Preparing to unpack .../001-less_551-2_arm64.deb ...
10:54:43 #10 11.18 Unpacking less (551-2) ...
10:54:43 #10 11.22 Selecting previously unselected package netbase.
10:54:43 #10 11.22 Preparing to unpack .../002-netbase_6.3_all.deb ...
10:54:43 #10 11.23 Unpacking netbase (6.3) ...
10:54:43 #10 11.25 Selecting previously unselected package sensible-utils.
10:54:43 #10 11.26 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ...
10:54:43 #10 11.26 Unpacking sensible-utils (0.0.14) ...
10:54:43 #10 11.29 Selecting previously unselected package bzip2.
10:54:43 #10 11.29 Preparing to unpack .../004-bzip2_1.0.8-4_arm64.deb ...
10:54:43 #10 11.29 Unpacking bzip2 (1.0.8-4) ...
10:54:43 #10 11.33 Selecting previously unselected package openssl.
10:54:43 #10 11.33 Preparing to unpack .../005-openssl_1.1.1n-0+deb11u4_arm64.deb ...
10:54:43 #10 11.33 Unpacking openssl (1.1.1n-0+deb11u4) ...
10:54:43 #10 11.42 Selecting previously unselected package ca-certificates.
10:54:43 #10 11.42 Preparing to unpack .../006-ca-certificates_20210119_all.deb ...
10:54:43 #10 11.42 Unpacking ca-certificates (20210119) ...
10:54:43 #10 11.47 Selecting previously unselected package libmagic-mgc.
10:54:43 #10 11.47 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3_arm64.deb ...
10:54:43 #10 11.48 Unpacking libmagic-mgc (1:5.39-3) ...
10:54:43 #10 11.54 Selecting previously unselected package libmagic1:arm64.
10:54:44 #10 11.54 Preparing to unpack .../008-libmagic1_1%3a5.39-3_arm64.deb ...
10:54:44 #10 11.55 Unpacking libmagic1:arm64 (1:5.39-3) ...
10:54:44 #10 11.58 Selecting previously unselected package file.
10:54:44 #10 11.58 Preparing to unpack .../009-file_1%3a5.39-3_arm64.deb ...
10:54:44 #10 11.58 Unpacking file (1:5.39-3) ...
10:54:44 #10 11.62 Selecting previously unselected package gettext-base.
10:54:44 #10 11.62 Preparing to unpack .../010-gettext-base_0.21-4_arm64.deb ...
10:54:44 #10 11.62 Unpacking gettext-base (0.21-4) ...
10:54:44 #10 11.66 Selecting previously unselected package manpages.
10:54:44 #10 11.67 Preparing to unpack .../011-manpages_5.10-1_all.deb ...
10:54:44 #10 11.67 Unpacking manpages (5.10-1) ...
10:54:44 #10 11.78 Selecting previously unselected package libmd0:arm64.
10:54:44 #10 11.79 Preparing to unpack .../012-libmd0_1.0.3-3_arm64.deb ...
10:54:44 #10 11.79 Unpacking libmd0:arm64 (1.0.3-3) ...
10:54:44 #10 11.82 Selecting previously unselected package libbsd0:arm64.
10:54:44 #10 11.83 Preparing to unpack .../013-libbsd0_0.11.3-1_arm64.deb ...
10:54:44 #10 11.83 Unpacking libbsd0:arm64 (0.11.3-1) ...
10:54:44 #10 11.87 Selecting previously unselected package libedit2:arm64.
10:54:44 #10 11.87 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_arm64.deb ...
10:54:44 #10 11.87 Unpacking libedit2:arm64 (3.1-20191231-2+b1) ...
10:54:44 #10 11.91 Selecting previously unselected package libcbor0:arm64.
10:54:44 #10 11.91 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_arm64.deb ...
10:54:44 #10 11.92 Unpacking libcbor0:arm64 (0.5.0+dfsg-2) ...
10:54:44 #10 11.95 Selecting previously unselected package libfido2-1:arm64.
10:54:44 #10 11.95 Preparing to unpack .../016-libfido2-1_1.6.0-2_arm64.deb ...
10:54:44 #10 11.96 Unpacking libfido2-1:arm64 (1.6.0-2) ...
10:54:44 #10 12.00 Selecting previously unselected package openssh-client.
10:54:44 #10 12.00 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5+deb11u1_arm64.deb ...
10:54:44 #10 12.01 Unpacking openssh-client (1:8.4p1-5+deb11u1) ...
10:54:44 #10 12.10 Selecting previously unselected package ucf.
10:54:44 #10 12.11 Preparing to unpack .../018-ucf_3.0043_all.deb ...
10:54:44 #10 12.11 Moving old data out of the way
10:54:44 #10 12.11 Unpacking ucf (3.0043) ...
10:54:44 #10 12.15 Selecting previously unselected package xz-utils.
10:54:44 #10 12.15 Preparing to unpack .../019-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
10:54:44 #10 12.15 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
10:54:44 #10 12.20 Selecting previously unselected package libsigsegv2:arm64.
10:54:44 #10 12.20 Preparing to unpack .../020-libsigsegv2_2.13-1_arm64.deb ...
10:54:44 #10 12.20 Unpacking libsigsegv2:arm64 (2.13-1) ...
10:54:44 #10 12.23 Selecting previously unselected package m4.
10:54:44 #10 12.23 Preparing to unpack .../021-m4_1.4.18-5_arm64.deb ...
10:54:44 #10 12.23 Unpacking m4 (1.4.18-5) ...
10:54:44 #10 12.28 Selecting previously unselected package autoconf.
10:54:44 #10 12.28 Preparing to unpack .../022-autoconf_2.69-14_all.deb ...
10:54:44 #10 12.28 Unpacking autoconf (2.69-14) ...
10:54:44 #10 12.33 Selecting previously unselected package autotools-dev.
10:54:44 #10 12.33 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ...
10:54:44 #10 12.33 Unpacking autotools-dev (20180224.1+nmu1) ...
10:54:44 #10 12.37 Selecting previously unselected package automake.
10:54:44 #10 12.37 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ...
10:54:44 #10 12.38 Unpacking automake (1:1.16.3-2) ...
10:54:44 #10 12.45 Selecting previously unselected package autopoint.
10:54:44 #10 12.45 Preparing to unpack .../025-autopoint_0.21-4_all.deb ...
10:54:44 #10 12.45 Unpacking autopoint (0.21-4) ...
10:54:44 #10 12.49 Selecting previously unselected package binutils-common:arm64.
10:54:44 #10 12.49 Preparing to unpack .../026-binutils-common_2.35.2-2_arm64.deb ...
10:54:44 #10 12.50 Unpacking binutils-common:arm64 (2.35.2-2) ...
10:54:45 #10 12.71 Selecting previously unselected package libbinutils:arm64.
10:54:45 #10 12.71 Preparing to unpack .../027-libbinutils_2.35.2-2_arm64.deb ...
10:54:45 #10 12.71 Unpacking libbinutils:arm64 (2.35.2-2) ...
10:54:45 #10 12.79 Selecting previously unselected package libctf-nobfd0:arm64.
10:54:45 #10 12.79 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_arm64.deb ...
10:54:45 #10 12.79 Unpacking libctf-nobfd0:arm64 (2.35.2-2) ...
10:54:45 #10 12.83 Selecting previously unselected package libctf0:arm64.
10:54:45 #10 12.83 Preparing to unpack .../029-libctf0_2.35.2-2_arm64.deb ...
10:54:45 #10 12.84 Unpacking libctf0:arm64 (2.35.2-2) ...
10:54:45 #10 12.87 Selecting previously unselected package binutils-aarch64-linux-gnu.
10:54:45 #10 12.87 Preparing to unpack .../030-binutils-aarch64-linux-gnu_2.35.2-2_arm64.deb ...
10:54:45 #10 12.88 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
10:54:45 #10 13.12 Selecting previously unselected package binutils.
10:54:45 #10 13.13 Preparing to unpack .../031-binutils_2.35.2-2_arm64.deb ...
10:54:45 #10 13.13 Unpacking binutils (2.35.2-2) ...
10:54:45 #10 13.16 Selecting previously unselected package libc-dev-bin.
10:54:45 #10 13.17 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u6_arm64.deb ...
10:54:45 #10 13.17 Unpacking libc-dev-bin (2.31-13+deb11u6) ...
10:54:45 #10 13.20 Selecting previously unselected package linux-libc-dev:arm64.
10:54:45 #10 13.21 Preparing to unpack .../033-linux-libc-dev_5.10.178-3_arm64.deb ...
10:54:45 #10 13.21 Unpacking linux-libc-dev:arm64 (5.10.178-3) ...
10:54:45 #10 13.35 Selecting previously unselected package libcrypt-dev:arm64.
10:54:45 #10 13.35 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_arm64.deb ...
10:54:45 #10 13.36 Unpacking libcrypt-dev:arm64 (1:4.4.18-4) ...
10:54:45 #10 13.39 Selecting previously unselected package libtirpc-dev:arm64.
10:54:45 #10 13.39 Preparing to unpack .../035-libtirpc-dev_1.3.1-1+deb11u1_arm64.deb ...
10:54:45 #10 13.40 Unpacking libtirpc-dev:arm64 (1.3.1-1+deb11u1) ...
10:54:45 #10 13.44 Selecting previously unselected package libnsl-dev:arm64.
10:54:45 #10 13.44 Preparing to unpack .../036-libnsl-dev_1.3.0-2_arm64.deb ...
10:54:45 #10 13.44 Unpacking libnsl-dev:arm64 (1.3.0-2) ...
10:54:45 #10 13.47 Selecting previously unselected package libc6-dev:arm64.
10:54:45 #10 13.47 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u6_arm64.deb ...
10:54:45 #10 13.48 Unpacking libc6-dev:arm64 (2.31-13+deb11u6) ...
10:54:45 #10 13.69 Selecting previously unselected package libisl23:arm64.
10:54:46 #10 13.69 Preparing to unpack .../038-libisl23_0.23-1_arm64.deb ...
10:54:46 #10 13.69 Unpacking libisl23:arm64 (0.23-1) ...
10:54:46 #10 13.77 Selecting previously unselected package libmpfr6:arm64.
10:54:46 #10 13.77 Preparing to unpack .../039-libmpfr6_4.1.0-3_arm64.deb ...
10:54:46 #10 13.78 Unpacking libmpfr6:arm64 (4.1.0-3) ...
10:54:46 #10 13.83 Selecting previously unselected package libmpc3:arm64.
10:54:46 #10 13.83 Preparing to unpack .../040-libmpc3_1.2.0-1_arm64.deb ...
10:54:46 #10 13.83 Unpacking libmpc3:arm64 (1.2.0-1) ...
10:54:46 #10 13.86 Selecting previously unselected package cpp-10.
10:54:46 #10 13.87 Preparing to unpack .../041-cpp-10_10.2.1-6_arm64.deb ...
10:54:46 #10 13.87 Unpacking cpp-10 (10.2.1-6) ...
10:54:46 #10 14.46 Selecting previously unselected package cpp.
10:54:46 #10 14.46 Preparing to unpack .../042-cpp_4%3a10.2.1-1_arm64.deb ...
10:54:46 #10 14.46 Unpacking cpp (4:10.2.1-1) ...
10:54:46 #10 14.50 Selecting previously unselected package libcc1-0:arm64.
10:54:46 #10 14.50 Preparing to unpack .../043-libcc1-0_10.2.1-6_arm64.deb ...
10:54:46 #10 14.50 Unpacking libcc1-0:arm64 (10.2.1-6) ...
10:54:46 #10 14.54 Selecting previously unselected package libgomp1:arm64.
10:54:46 #10 14.54 Preparing to unpack .../044-libgomp1_10.2.1-6_arm64.deb ...
10:54:46 #10 14.54 Unpacking libgomp1:arm64 (10.2.1-6) ...
10:54:46 #10 14.58 Selecting previously unselected package libitm1:arm64.
10:54:46 #10 14.58 Preparing to unpack .../045-libitm1_10.2.1-6_arm64.deb ...
10:54:46 #10 14.59 Unpacking libitm1:arm64 (10.2.1-6) ...
10:54:46 #10 14.62 Selecting previously unselected package libatomic1:arm64.
10:54:46 #10 14.62 Preparing to unpack .../046-libatomic1_10.2.1-6_arm64.deb ...
10:54:46 #10 14.63 Unpacking libatomic1:arm64 (10.2.1-6) ...
10:54:46 #10 14.66 Selecting previously unselected package libasan6:arm64.
10:54:47 #10 14.66 Preparing to unpack .../047-libasan6_10.2.1-6_arm64.deb ...
10:54:47 #10 14.67 Unpacking libasan6:arm64 (10.2.1-6) ...
10:54:47 #10 14.86 Selecting previously unselected package liblsan0:arm64.
10:54:47 #10 14.86 Preparing to unpack .../048-liblsan0_10.2.1-6_arm64.deb ...
10:54:47 #10 14.86 Unpacking liblsan0:arm64 (10.2.1-6) ...
10:54:47 #10 14.96 Selecting previously unselected package libtsan0:arm64.
10:54:47 #10 14.96 Preparing to unpack .../049-libtsan0_10.2.1-6_arm64.deb ...
10:54:47 #10 14.96 Unpacking libtsan0:arm64 (10.2.1-6) ...
10:54:47 #10 15.15 Selecting previously unselected package libubsan1:arm64.
10:54:47 #10 15.15 Preparing to unpack .../050-libubsan1_10.2.1-6_arm64.deb ...
10:54:47 #10 15.16 Unpacking libubsan1:arm64 (10.2.1-6) ...
10:54:47 #10 15.24 Selecting previously unselected package libgcc-10-dev:arm64.
10:54:47 #10 15.24 Preparing to unpack .../051-libgcc-10-dev_10.2.1-6_arm64.deb ...
10:54:47 #10 15.25 Unpacking libgcc-10-dev:arm64 (10.2.1-6) ...
10:54:47 #10 15.36 Selecting previously unselected package gcc-10.
10:54:47 #10 15.37 Preparing to unpack .../052-gcc-10_10.2.1-6_arm64.deb ...
10:54:47 #10 15.37 Unpacking gcc-10 (10.2.1-6) ...
10:54:49 #10 16.50 Selecting previously unselected package gcc.
10:54:49 #10 16.50 Preparing to unpack .../053-gcc_4%3a10.2.1-1_arm64.deb ...
10:54:49 #10 16.51 Unpacking gcc (4:10.2.1-1) ...
10:54:49 #10 16.54 Selecting previously unselected package libstdc++-10-dev:arm64.
10:54:49 #10 16.54 Preparing to unpack .../054-libstdc++-10-dev_10.2.1-6_arm64.deb ...
10:54:49 #10 16.54 Unpacking libstdc++-10-dev:arm64 (10.2.1-6) ...
10:54:49 #10 16.75 Selecting previously unselected package g++-10.
10:54:49 #10 16.75 Preparing to unpack .../055-g++-10_10.2.1-6_arm64.deb ...
10:54:49 #10 16.76 Unpacking g++-10 (10.2.1-6) ...
10:54:49 #10 17.41 Selecting previously unselected package g++.
10:54:49 #10 17.41 Preparing to unpack .../056-g++_4%3a10.2.1-1_arm64.deb ...
10:54:49 #10 17.41 Unpacking g++ (4:10.2.1-1) ...
10:54:49 #10 17.44 Selecting previously unselected package make.
10:54:49 #10 17.44 Preparing to unpack .../057-make_4.3-4.1_arm64.deb ...
10:54:49 #10 17.44 Unpacking make (4.3-4.1) ...
10:54:49 #10 17.50 Selecting previously unselected package libdpkg-perl.
10:54:49 #10 17.50 Preparing to unpack .../058-libdpkg-perl_1.20.12_all.deb ...
10:54:49 #10 17.51 Unpacking libdpkg-perl (1.20.12) ...
10:54:49 #10 17.57 Selecting previously unselected package patch.
10:54:49 #10 17.57 Preparing to unpack .../059-patch_2.7.6-7_arm64.deb ...
10:54:49 #10 17.58 Unpacking patch (2.7.6-7) ...
10:54:49 #10 17.62 Selecting previously unselected package dpkg-dev.
10:54:49 #10 17.62 Preparing to unpack .../060-dpkg-dev_1.20.12_all.deb ...
10:54:49 #10 17.62 Unpacking dpkg-dev (1.20.12) ...
10:54:49 #10 17.74 Selecting previously unselected package build-essential.
10:54:50 #10 17.74 Preparing to unpack .../061-build-essential_12.9_arm64.deb ...
10:54:50 #10 17.74 Unpacking build-essential (12.9) ...
10:54:50 #10 17.77 Selecting previously unselected package libbrotli1:arm64.
10:54:50 #10 17.78 Preparing to unpack .../062-libbrotli1_1.0.9-2+b2_arm64.deb ...
10:54:50 #10 17.78 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
10:54:50 #10 17.83 Selecting previously unselected package libsasl2-modules-db:arm64.
10:54:50 #10 17.83 Preparing to unpack .../063-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
10:54:50 #10 17.83 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
10:54:50 #10 17.87 Selecting previously unselected package libsasl2-2:arm64.
10:54:50 #10 17.87 Preparing to unpack .../064-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
10:54:50 #10 17.88 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
10:54:50 #10 17.92 Selecting previously unselected package libldap-2.4-2:arm64.
10:54:50 #10 17.92 Preparing to unpack .../065-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
10:54:50 #10 17.93 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
10:54:50 #10 17.98 Selecting previously unselected package libnghttp2-14:arm64.
10:54:50 #10 17.98 Preparing to unpack .../066-libnghttp2-14_1.43.0-1_arm64.deb ...
10:54:50 #10 17.98 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
10:54:50 #10 18.02 Selecting previously unselected package libpsl5:arm64.
10:54:50 #10 18.02 Preparing to unpack .../067-libpsl5_0.21.0-1.2_arm64.deb ...
10:54:50 #10 18.03 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
10:54:50 #10 18.06 Selecting previously unselected package librtmp1:arm64.
10:54:50 #10 18.06 Preparing to unpack .../068-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
10:54:50 #10 18.07 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
10:54:50 #10 18.11 Selecting previously unselected package libssh2-1:arm64.
10:54:50 #10 18.11 Preparing to unpack .../069-libssh2-1_1.9.0-2_arm64.deb ...
10:54:50 #10 18.11 Unpacking libssh2-1:arm64 (1.9.0-2) ...
10:54:50 #10 18.16 Selecting previously unselected package libcurl4:arm64.
10:54:50 #10 18.16 Preparing to unpack .../070-libcurl4_7.74.0-1.3+deb11u7_arm64.deb ...
10:54:50 #10 18.16 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u7) ...
10:54:50 #10 18.21 Selecting previously unselected package curl.
10:54:50 #10 18.21 Preparing to unpack .../071-curl_7.74.0-1.3+deb11u7_arm64.deb ...
10:54:50 #10 18.21 Unpacking curl (7.74.0-1.3+deb11u7) ...
10:54:50 #10 18.26 Selecting previously unselected package dctrl-tools.
10:54:50 #10 18.27 Preparing to unpack .../072-dctrl-tools_2.24-3_arm64.deb ...
10:54:50 #10 18.28 Unpacking dctrl-tools (2.24-3) ...
10:54:50 #10 18.31 Selecting previously unselected package libdebhelper-perl.
10:54:50 #10 18.31 Preparing to unpack .../073-libdebhelper-perl_13.3.4_all.deb ...
10:54:50 #10 18.32 Unpacking libdebhelper-perl (13.3.4) ...
10:54:50 #10 18.39 Selecting previously unselected package libtool.
10:54:50 #10 18.39 Preparing to unpack .../074-libtool_2.4.6-15_all.deb ...
10:54:50 #10 18.40 Unpacking libtool (2.4.6-15) ...
10:54:50 #10 18.44 Selecting previously unselected package dh-autoreconf.
10:54:50 #10 18.44 Preparing to unpack .../075-dh-autoreconf_20_all.deb ...
10:54:50 #10 18.44 Unpacking dh-autoreconf (20) ...
10:54:50 #10 18.47 Selecting previously unselected package libarchive-zip-perl.
10:54:50 #10 18.48 Preparing to unpack .../076-libarchive-zip-perl_1.68-1_all.deb ...
10:54:50 #10 18.48 Unpacking libarchive-zip-perl (1.68-1) ...
10:54:50 #10 18.52 Selecting previously unselected package libsub-override-perl.
10:54:50 #10 18.52 Preparing to unpack .../077-libsub-override-perl_0.09-2_all.deb ...
10:54:50 #10 18.52 Unpacking libsub-override-perl (0.09-2) ...
10:54:50 #10 18.55 Selecting previously unselected package libfile-stripnondeterminism-perl.
10:54:51 #10 18.55 Preparing to unpack .../078-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
10:54:51 #10 18.56 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
10:54:51 #10 18.59 Selecting previously unselected package dh-strip-nondeterminism.
10:54:51 #10 18.59 Preparing to unpack .../079-dh-strip-nondeterminism_1.12.0-1_all.deb ...
10:54:51 #10 18.59 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
10:54:51 #10 18.62 Selecting previously unselected package libelf1:arm64.
10:54:51 #10 18.63 Preparing to unpack .../080-libelf1_0.183-1_arm64.deb ...
10:54:51 #10 18.63 Unpacking libelf1:arm64 (0.183-1) ...
10:54:51 #10 18.67 Selecting previously unselected package dwz.
10:54:51 #10 18.67 Preparing to unpack .../081-dwz_0.13+20210201-1_arm64.deb ...
10:54:51 #10 18.68 Unpacking dwz (0.13+20210201-1) ...
10:54:51 #10 18.72 Selecting previously unselected package libicu67:arm64.
10:54:51 #10 18.72 Preparing to unpack .../082-libicu67_67.1-7_arm64.deb ...
10:54:51 #10 18.73 Unpacking libicu67:arm64 (67.1-7) ...
10:54:51 #10 19.44 Selecting previously unselected package libxml2:arm64.
10:54:51 #10 19.44 Preparing to unpack .../083-libxml2_2.9.10+dfsg-6.7+deb11u4_arm64.deb ...
10:54:51 #10 19.44 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ...
10:54:51 #10 19.53 Selecting previously unselected package gettext.
10:54:51 #10 19.53 Preparing to unpack .../084-gettext_0.21-4_arm64.deb ...
10:54:51 #10 19.54 Unpacking gettext (0.21-4) ...
10:54:51 #10 19.65 Selecting previously unselected package intltool-debian.
10:54:51 #10 19.65 Preparing to unpack .../085-intltool-debian_0.35.0+20060710.5_all.deb ...
10:54:51 #10 19.65 Unpacking intltool-debian (0.35.0+20060710.5) ...
10:54:51 #10 19.68 Selecting previously unselected package po-debconf.
10:54:51 #10 19.68 Preparing to unpack .../086-po-debconf_1.0.21+nmu1_all.deb ...
10:54:51 #10 19.69 Unpacking po-debconf (1.0.21+nmu1) ...
10:54:51 #10 19.73 Selecting previously unselected package debhelper.
10:54:51 #10 19.74 Preparing to unpack .../087-debhelper_13.3.4_all.deb ...
10:54:51 #10 19.74 Unpacking debhelper (13.3.4) ...
10:54:52 #10 19.84 Selecting previously unselected package debian-keyring.
10:54:52 #10 19.84 Preparing to unpack .../088-debian-keyring_2021.07.26_all.deb ...
10:54:52 #10 19.85 Unpacking debian-keyring (2021.07.26) ...
10:54:54 #10 21.81 Selecting previously unselected package libfakeroot:arm64.
10:54:54 #10 21.81 Preparing to unpack .../089-libfakeroot_1.25.3-1.1_arm64.deb ...
10:54:54 #10 21.81 Unpacking libfakeroot:arm64 (1.25.3-1.1) ...
10:54:54 #10 21.85 Selecting previously unselected package fakeroot.
10:54:54 #10 21.85 Preparing to unpack .../090-fakeroot_1.25.3-1.1_arm64.deb ...
10:54:54 #10 21.85 Unpacking fakeroot (1.25.3-1.1) ...
10:54:54 #10 21.90 Selecting previously unselected package libassuan0:arm64.
10:54:54 #10 21.90 Preparing to unpack .../091-libassuan0_2.5.3-7.1_arm64.deb ...
10:54:54 #10 21.90 Unpacking libassuan0:arm64 (2.5.3-7.1) ...
10:54:54 #10 22.00 Selecting previously unselected package gpgconf.
10:54:54 #10 22.01 Preparing to unpack .../092-gpgconf_2.2.27-2+deb11u2_arm64.deb ...
10:54:54 #10 22.01 Unpacking gpgconf (2.2.27-2+deb11u2) ...
10:54:54 #10 22.06 Selecting previously unselected package libksba8:arm64.
10:54:54 #10 22.06 Preparing to unpack .../093-libksba8_1.5.0-3+deb11u2_arm64.deb ...
10:54:54 #10 22.07 Unpacking libksba8:arm64 (1.5.0-3+deb11u2) ...
10:54:54 #10 22.11 Selecting previously unselected package libnpth0:arm64.
10:54:54 #10 22.11 Preparing to unpack .../094-libnpth0_1.6-3_arm64.deb ...
10:54:54 #10 22.12 Unpacking libnpth0:arm64 (1.6-3) ...
10:54:54 #10 22.16 Selecting previously unselected package dirmngr.
10:54:54 #10 22.16 Preparing to unpack .../095-dirmngr_2.2.27-2+deb11u2_arm64.deb ...
10:54:54 #10 22.18 Unpacking dirmngr (2.2.27-2+deb11u2) ...
10:54:54 #10 22.23 Selecting previously unselected package gnupg-l10n.
10:54:54 #10 22.23 Preparing to unpack .../096-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
10:54:54 #10 22.24 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
10:54:54 #10 22.33 Selecting previously unselected package gnupg-utils.
10:54:54 #10 22.33 Preparing to unpack .../097-gnupg-utils_2.2.27-2+deb11u2_arm64.deb ...
10:54:54 #10 22.34 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
10:54:54 #10 22.41 Selecting previously unselected package gpg.
10:54:54 #10 22.41 Preparing to unpack .../098-gpg_2.2.27-2+deb11u2_arm64.deb ...
10:54:54 #10 22.43 Unpacking gpg (2.2.27-2+deb11u2) ...
10:54:54 #10 22.50 Selecting previously unselected package pinentry-curses.
10:54:54 #10 22.51 Preparing to unpack .../099-pinentry-curses_1.1.0-4_arm64.deb ...
10:54:54 #10 22.51 Unpacking pinentry-curses (1.1.0-4) ...
10:54:54 #10 22.55 Selecting previously unselected package gpg-agent.
10:54:54 #10 22.55 Preparing to unpack .../100-gpg-agent_2.2.27-2+deb11u2_arm64.deb ...
10:54:54 #10 22.56 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
10:54:54 #10 22.64 Selecting previously unselected package gpg-wks-client.
10:54:54 #10 22.65 Preparing to unpack .../101-gpg-wks-client_2.2.27-2+deb11u2_arm64.deb ...
10:54:54 #10 22.65 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
10:54:54 #10 22.69 Selecting previously unselected package gpg-wks-server.
10:54:54 #10 22.69 Preparing to unpack .../102-gpg-wks-server_2.2.27-2+deb11u2_arm64.deb ...
10:54:54 #10 22.69 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
10:54:54 #10 22.73 Selecting previously unselected package gpgsm.
10:54:55 #10 22.74 Preparing to unpack .../103-gpgsm_2.2.27-2+deb11u2_arm64.deb ...
10:54:55 #10 22.74 Unpacking gpgsm (2.2.27-2+deb11u2) ...
10:54:55 #10 22.79 Selecting previously unselected package gnupg.
10:54:55 #10 22.79 Preparing to unpack .../104-gnupg_2.2.27-2+deb11u2_all.deb ...
10:54:55 #10 22.79 Unpacking gnupg (2.2.27-2+deb11u2) ...
10:54:55 #10 22.88 Selecting previously unselected package libfile-dirlist-perl.
10:54:55 #10 22.88 Preparing to unpack .../105-libfile-dirlist-perl_0.05-2_all.deb ...
10:54:55 #10 22.88 Unpacking libfile-dirlist-perl (0.05-2) ...
10:54:55 #10 22.91 Selecting previously unselected package libfile-which-perl.
10:54:55 #10 22.91 Preparing to unpack .../106-libfile-which-perl_1.23-1_all.deb ...
10:54:55 #10 22.92 Unpacking libfile-which-perl (1.23-1) ...
10:54:55 #10 22.97 Selecting previously unselected package libfile-homedir-perl.
10:54:55 #10 22.98 Preparing to unpack .../107-libfile-homedir-perl_1.006-1_all.deb ...
10:54:55 #10 22.98 Unpacking libfile-homedir-perl (1.006-1) ...
10:54:55 #10 23.01 Selecting previously unselected package libfile-touch-perl.
10:54:55 #10 23.01 Preparing to unpack .../108-libfile-touch-perl_0.11-1_all.deb ...
10:54:55 #10 23.02 Unpacking libfile-touch-perl (0.11-1) ...
10:54:55 #10 23.05 Selecting previously unselected package libio-pty-perl.
10:54:55 #10 23.05 Preparing to unpack .../109-libio-pty-perl_1%3a1.15-2_arm64.deb ...
10:54:55 #10 23.05 Unpacking libio-pty-perl (1:1.15-2) ...
10:54:55 #10 23.08 Selecting previously unselected package libipc-run-perl.
10:54:55 #10 23.08 Preparing to unpack .../110-libipc-run-perl_20200505.0-1_all.deb ...
10:54:55 #10 23.09 Unpacking libipc-run-perl (20200505.0-1) ...
10:54:55 #10 23.12 Selecting previously unselected package libclass-method-modifiers-perl.
10:54:55 #10 23.13 Preparing to unpack .../111-libclass-method-modifiers-perl_2.13-1_all.deb ...
10:54:55 #10 23.13 Unpacking libclass-method-modifiers-perl (2.13-1) ...
10:54:55 #10 23.16 Selecting previously unselected package libb-hooks-op-check-perl.
10:54:55 #10 23.16 Preparing to unpack .../112-libb-hooks-op-check-perl_0.22-1+b3_arm64.deb ...
10:54:55 #10 23.16 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
10:54:55 #10 23.19 Selecting previously unselected package libdynaloader-functions-perl.
10:54:55 #10 23.20 Preparing to unpack .../113-libdynaloader-functions-perl_0.003-1.1_all.deb ...
10:54:55 #10 23.20 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
10:54:55 #10 23.23 Selecting previously unselected package libdevel-callchecker-perl.
10:54:55 #10 23.23 Preparing to unpack .../114-libdevel-callchecker-perl_0.008-1+b2_arm64.deb ...
10:54:55 #10 23.23 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
10:54:55 #10 23.26 Selecting previously unselected package libparams-classify-perl.
10:54:55 #10 23.27 Preparing to unpack .../115-libparams-classify-perl_0.015-1+b3_arm64.deb ...
10:54:55 #10 23.27 Unpacking libparams-classify-perl (0.015-1+b3) ...
10:54:55 #10 23.30 Selecting previously unselected package libmodule-runtime-perl.
10:54:55 #10 23.30 Preparing to unpack .../116-libmodule-runtime-perl_0.016-1_all.deb ...
10:54:55 #10 23.31 Unpacking libmodule-runtime-perl (0.016-1) ...
10:54:55 #10 23.36 Selecting previously unselected package libimport-into-perl.
10:54:55 #10 23.36 Preparing to unpack .../117-libimport-into-perl_1.002005-1_all.deb ...
10:54:55 #10 23.36 Unpacking libimport-into-perl (1.002005-1) ...
10:54:55 #10 23.39 Selecting previously unselected package librole-tiny-perl.
10:54:55 #10 23.39 Preparing to unpack .../118-librole-tiny-perl_2.002004-1_all.deb ...
10:54:55 #10 23.39 Unpacking librole-tiny-perl (2.002004-1) ...
10:54:55 #10 23.42 Selecting previously unselected package libstrictures-perl.
10:54:55 #10 23.43 Preparing to unpack .../119-libstrictures-perl_2.000006-1_all.deb ...
10:54:55 #10 23.43 Unpacking libstrictures-perl (2.000006-1) ...
10:54:55 #10 23.46 Selecting previously unselected package libsub-quote-perl.
10:54:55 #10 23.47 Preparing to unpack .../120-libsub-quote-perl_2.006006-1_all.deb ...
10:54:55 #10 23.47 Unpacking libsub-quote-perl (2.006006-1) ...
10:54:55 #10 23.50 Selecting previously unselected package libmoo-perl.
10:54:55 #10 23.50 Preparing to unpack .../121-libmoo-perl_2.004004-1_all.deb ...
10:54:55 #10 23.51 Unpacking libmoo-perl (2.004004-1) ...
10:54:55 #10 23.54 Selecting previously unselected package libencode-locale-perl.
10:54:55 #10 23.54 Preparing to unpack .../122-libencode-locale-perl_1.05-1.1_all.deb ...
10:54:55 #10 23.55 Unpacking libencode-locale-perl (1.05-1.1) ...
10:54:55 #10 23.58 Selecting previously unselected package libtimedate-perl.
10:54:55 #10 23.58 Preparing to unpack .../123-libtimedate-perl_2.3300-2_all.deb ...
10:54:55 #10 23.58 Unpacking libtimedate-perl (2.3300-2) ...
10:54:55 #10 23.62 Selecting previously unselected package libhttp-date-perl.
10:54:55 #10 23.62 Preparing to unpack .../124-libhttp-date-perl_6.05-1_all.deb ...
10:54:55 #10 23.63 Unpacking libhttp-date-perl (6.05-1) ...
10:54:55 #10 23.66 Selecting previously unselected package libfile-listing-perl.
10:54:55 #10 23.66 Preparing to unpack .../125-libfile-listing-perl_6.14-1_all.deb ...
10:54:55 #10 23.66 Unpacking libfile-listing-perl (6.14-1) ...
10:54:55 #10 23.69 Selecting previously unselected package libhtml-tagset-perl.
10:54:55 #10 23.70 Preparing to unpack .../126-libhtml-tagset-perl_3.20-4_all.deb ...
10:54:55 #10 23.70 Unpacking libhtml-tagset-perl (3.20-4) ...
10:54:55 #10 23.73 Selecting previously unselected package liburi-perl.
10:54:55 #10 23.74 Preparing to unpack .../127-liburi-perl_5.08-1_all.deb ...
10:54:55 #10 23.74 Unpacking liburi-perl (5.08-1) ...
10:54:55 #10 23.78 Selecting previously unselected package libhtml-parser-perl.
10:54:56 #10 23.78 Preparing to unpack .../128-libhtml-parser-perl_3.75-1+b1_arm64.deb ...
10:54:56 #10 23.78 Unpacking libhtml-parser-perl (3.75-1+b1) ...
10:54:56 #10 23.83 Selecting previously unselected package libhtml-tree-perl.
10:54:56 #10 23.83 Preparing to unpack .../129-libhtml-tree-perl_5.07-2_all.deb ...
10:54:56 #10 23.83 Unpacking libhtml-tree-perl (5.07-2) ...
10:54:56 #10 23.88 Selecting previously unselected package libio-html-perl.
10:54:56 #10 23.88 Preparing to unpack .../130-libio-html-perl_1.004-2_all.deb ...
10:54:56 #10 23.88 Unpacking libio-html-perl (1.004-2) ...
10:54:56 #10 23.91 Selecting previously unselected package liblwp-mediatypes-perl.
10:54:56 #10 23.91 Preparing to unpack .../131-liblwp-mediatypes-perl_6.04-1_all.deb ...
10:54:56 #10 23.92 Unpacking liblwp-mediatypes-perl (6.04-1) ...
10:54:56 #10 23.98 Selecting previously unselected package libhttp-message-perl.
10:54:56 #10 23.99 Preparing to unpack .../132-libhttp-message-perl_6.28-1_all.deb ...
10:54:56 #10 23.99 Unpacking libhttp-message-perl (6.28-1) ...
10:54:56 #10 24.03 Selecting previously unselected package libhttp-cookies-perl.
10:54:56 #10 24.03 Preparing to unpack .../133-libhttp-cookies-perl_6.10-1_all.deb ...
10:54:56 #10 24.03 Unpacking libhttp-cookies-perl (6.10-1) ...
10:54:56 #10 24.06 Selecting previously unselected package libhttp-negotiate-perl.
10:54:56 #10 24.07 Preparing to unpack .../134-libhttp-negotiate-perl_6.01-1_all.deb ...
10:54:56 #10 24.07 Unpacking libhttp-negotiate-perl (6.01-1) ...
10:54:56 #10 24.10 Selecting previously unselected package perl-openssl-defaults:arm64.
10:54:56 #10 24.10 Preparing to unpack .../135-perl-openssl-defaults_5_arm64.deb ...
10:54:56 #10 24.10 Unpacking perl-openssl-defaults:arm64 (5) ...
10:54:56 #10 24.14 Selecting previously unselected package libnet-ssleay-perl.
10:54:56 #10 24.14 Preparing to unpack .../136-libnet-ssleay-perl_1.88-3+b1_arm64.deb ...
10:54:56 #10 24.14 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
10:54:56 #10 24.22 Selecting previously unselected package libio-socket-ssl-perl.
10:54:56 #10 24.22 Preparing to unpack .../137-libio-socket-ssl-perl_2.069-1_all.deb ...
10:54:56 #10 24.23 Unpacking libio-socket-ssl-perl (2.069-1) ...
10:54:56 #10 24.27 Selecting previously unselected package libnet-http-perl.
10:54:56 #10 24.27 Preparing to unpack .../138-libnet-http-perl_6.20-1_all.deb ...
10:54:56 #10 24.28 Unpacking libnet-http-perl (6.20-1) ...
10:54:56 #10 24.31 Selecting previously unselected package liblwp-protocol-https-perl.
10:54:56 #10 24.31 Preparing to unpack .../139-liblwp-protocol-https-perl_6.10-1_all.deb ...
10:54:56 #10 24.31 Unpacking liblwp-protocol-https-perl (6.10-1) ...
10:54:56 #10 24.34 Selecting previously unselected package libtry-tiny-perl.
10:54:56 #10 24.35 Preparing to unpack .../140-libtry-tiny-perl_0.30-1_all.deb ...
10:54:56 #10 24.35 Unpacking libtry-tiny-perl (0.30-1) ...
10:54:56 #10 24.38 Selecting previously unselected package libwww-robotrules-perl.
10:54:56 #10 24.38 Preparing to unpack .../141-libwww-robotrules-perl_6.02-1_all.deb ...
10:54:56 #10 24.39 Unpacking libwww-robotrules-perl (6.02-1) ...
10:54:56 #10 24.42 Selecting previously unselected package libwww-perl.
10:54:56 #10 24.42 Preparing to unpack .../142-libwww-perl_6.52-1_all.deb ...
10:54:56 #10 24.43 Unpacking libwww-perl (6.52-1) ...
10:54:56 #10 24.47 Selecting previously unselected package patchutils.
10:54:56 #10 24.47 Preparing to unpack .../143-patchutils_0.4.2-1_arm64.deb ...
10:54:56 #10 24.47 Unpacking patchutils (0.4.2-1) ...
10:54:56 #10 24.51 Selecting previously unselected package wdiff.
10:54:56 #10 24.51 Preparing to unpack .../144-wdiff_1.2.2-2+b1_arm64.deb ...
10:54:56 #10 24.51 Unpacking wdiff (1.2.2-2+b1) ...
10:54:56 #10 24.56 Selecting previously unselected package devscripts.
10:54:56 #10 24.56 Preparing to unpack .../145-devscripts_2.21.3+deb11u1_arm64.deb ...
10:54:56 #10 24.59 Unpacking devscripts (2.21.3+deb11u1) ...
10:54:57 #10 24.70 Selecting previously unselected package diffstat.
10:54:57 #10 24.70 Preparing to unpack .../146-diffstat_1.64-1_arm64.deb ...
10:54:57 #10 24.70 Unpacking diffstat (1.64-1) ...
10:54:57 #10 24.74 Selecting previously unselected package distro-info-data.
10:54:57 #10 24.74 Preparing to unpack .../147-distro-info-data_0.51+deb11u3_all.deb ...
10:54:57 #10 24.74 Unpacking distro-info-data (0.51+deb11u3) ...
10:54:57 #10 24.78 Selecting previously unselected package python3-pkg-resources.
10:54:57 #10 24.78 Preparing to unpack .../148-python3-pkg-resources_52.0.0-4_all.deb ...
10:54:57 #10 24.79 Unpacking python3-pkg-resources (52.0.0-4) ...
10:54:57 #10 24.83 Selecting previously unselected package python3-chardet.
10:54:57 #10 24.84 Preparing to unpack .../149-python3-chardet_4.0.0-1_all.deb ...
10:54:57 #10 24.84 Unpacking python3-chardet (4.0.0-1) ...
10:54:57 #10 24.89 Selecting previously unselected package python3-six.
10:54:57 #10 24.89 Preparing to unpack .../150-python3-six_1.16.0-2_all.deb ...
10:54:57 #10 24.89 Unpacking python3-six (1.16.0-2) ...
10:54:57 #10 24.93 Selecting previously unselected package python3-debian.
10:54:57 #10 24.93 Preparing to unpack .../151-python3-debian_0.1.39_all.deb ...
10:54:57 #10 24.94 Unpacking python3-debian (0.1.39) ...
10:54:57 #10 24.99 Selecting previously unselected package libgpgme11:arm64.
10:54:57 #10 24.99 Preparing to unpack .../152-libgpgme11_1.14.0-1+b2_arm64.deb ...
10:54:57 #10 25.00 Unpacking libgpgme11:arm64 (1.14.0-1+b2) ...
10:54:57 #10 25.04 Selecting previously unselected package python3-gpg.
10:54:57 #10 25.04 Preparing to unpack .../153-python3-gpg_1.14.0-1+b2_arm64.deb ...
10:54:57 #10 25.05 Unpacking python3-gpg (1.14.0-1+b2) ...
10:54:57 #10 25.14 Selecting previously unselected package dput.
10:54:57 #10 25.14 Preparing to unpack .../154-dput_1.1.0_all.deb ...
10:54:57 #10 25.15 Unpacking dput (1.1.0) ...
10:54:57 #10 25.19 Selecting previously unselected package equivs.
10:54:57 #10 25.19 Preparing to unpack .../155-equivs_2.3.1_all.deb ...
10:54:57 #10 25.20 Unpacking equivs (2.3.1) ...
10:54:57 #10 25.24 Selecting previously unselected package fonts-dejavu-core.
10:54:57 #10 25.24 Preparing to unpack .../156-fonts-dejavu-core_2.37-2_all.deb ...
10:54:57 #10 25.24 Unpacking fonts-dejavu-core (2.37-2) ...
10:54:57 #10 25.37 Selecting previously unselected package fontconfig-config.
10:54:57 #10 25.37 Preparing to unpack .../157-fontconfig-config_2.13.1-4.2_all.deb ...
10:54:57 #10 25.47 Unpacking fontconfig-config (2.13.1-4.2) ...
10:54:57 #10 25.58 Selecting previously unselected package libcurl3-gnutls:arm64.
10:54:58 #10 25.58 Preparing to unpack .../158-libcurl3-gnutls_7.74.0-1.3+deb11u7_arm64.deb ...
10:54:58 #10 25.59 Unpacking libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u7) ...
10:54:58 #10 25.63 Selecting previously unselected package liberror-perl.
10:54:58 #10 25.64 Preparing to unpack .../159-liberror-perl_0.17029-1_all.deb ...
10:54:58 #10 25.64 Unpacking liberror-perl (0.17029-1) ...
10:54:58 #10 25.68 Selecting previously unselected package git-man.
10:54:58 #10 25.68 Preparing to unpack .../160-git-man_1%3a2.30.2-1+deb11u2_all.deb ...
10:54:58 #10 25.68 Unpacking git-man (1:2.30.2-1+deb11u2) ...
10:54:58 #10 25.79 Selecting previously unselected package git.
10:54:58 #10 25.80 Preparing to unpack .../161-git_1%3a2.30.2-1+deb11u2_arm64.deb ...
10:54:58 #10 25.82 Unpacking git (1:2.30.2-1+deb11u2) ...
10:54:58 #10 26.27 Selecting previously unselected package iso-codes.
10:54:58 #10 26.27 Preparing to unpack .../162-iso-codes_4.6.0-1_all.deb ...
10:54:58 #10 26.28 Unpacking iso-codes (4.6.0-1) ...
10:54:59 #10 26.66 Selecting previously unselected package libalgorithm-diff-perl.
10:54:59 #10 26.66 Preparing to unpack .../163-libalgorithm-diff-perl_1.201-1_all.deb ...
10:54:59 #10 26.67 Unpacking libalgorithm-diff-perl (1.201-1) ...
10:54:59 #10 26.71 Selecting previously unselected package libalgorithm-diff-xs-perl.
10:54:59 #10 26.71 Preparing to unpack .../164-libalgorithm-diff-xs-perl_0.04-6+b1_arm64.deb ...
10:54:59 #10 26.72 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
10:54:59 #10 26.75 Selecting previously unselected package libalgorithm-merge-perl.
10:54:59 #10 26.75 Preparing to unpack .../165-libalgorithm-merge-perl_0.08-3_all.deb ...
10:54:59 #10 26.75 Unpacking libalgorithm-merge-perl (0.08-3) ...
10:54:59 #10 26.79 Selecting previously unselected package libaliased-perl.
10:54:59 #10 26.80 Preparing to unpack .../166-libaliased-perl_0.34-1.1_all.deb ...
10:54:59 #10 26.80 Unpacking libaliased-perl (0.34-1.1) ...
10:54:59 #10 26.83 Selecting previously unselected package libapt-pkg-perl.
10:54:59 #10 26.84 Preparing to unpack .../167-libapt-pkg-perl_0.1.39_arm64.deb ...
10:54:59 #10 26.88 Unpacking libapt-pkg-perl (0.1.39) ...
10:54:59 #10 26.92 Selecting previously unselected package libarchive-cpio-perl.
10:54:59 #10 26.92 Preparing to unpack .../168-libarchive-cpio-perl_0.10-1.1_all.deb ...
10:54:59 #10 26.92 Unpacking libarchive-cpio-perl (0.10-1.1) ...
10:54:59 #10 27.01 Selecting previously unselected package libarchive13:arm64.
10:54:59 #10 27.01 Preparing to unpack .../169-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
10:54:59 #10 27.02 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
10:54:59 #10 27.07 Selecting previously unselected package libarray-intspan-perl.
10:54:59 #10 27.08 Preparing to unpack .../170-libarray-intspan-perl_2.004-1_all.deb ...
10:54:59 #10 27.08 Unpacking libarray-intspan-perl (2.004-1) ...
10:54:59 #10 27.11 Selecting previously unselected package libauthen-sasl-perl.
10:54:59 #10 27.11 Preparing to unpack .../171-libauthen-sasl-perl_2.1600-1.1_all.deb ...
10:54:59 #10 27.12 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
10:54:59 #10 27.16 Selecting previously unselected package libmodule-implementation-perl.
10:54:59 #10 27.16 Preparing to unpack .../172-libmodule-implementation-perl_0.09-1.1_all.deb ...
10:54:59 #10 27.16 Unpacking libmodule-implementation-perl (0.09-1.1) ...
10:54:59 #10 27.19 Selecting previously unselected package libsub-exporter-progressive-perl.
10:54:59 #10 27.20 Preparing to unpack .../173-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
10:54:59 #10 27.20 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
10:54:59 #10 27.24 Selecting previously unselected package libvariable-magic-perl.
10:54:59 #10 27.24 Preparing to unpack .../174-libvariable-magic-perl_0.62-1+b3_arm64.deb ...
10:54:59 #10 27.24 Unpacking libvariable-magic-perl (0.62-1+b3) ...
10:54:59 #10 27.27 Selecting previously unselected package libb-hooks-endofscope-perl.
10:54:59 #10 27.28 Preparing to unpack .../175-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
10:54:59 #10 27.28 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
10:54:59 #10 27.32 Selecting previously unselected package libpng16-16:arm64.
10:54:59 #10 27.32 Preparing to unpack .../176-libpng16-16_1.6.37-3_arm64.deb ...
10:54:59 #10 27.33 Unpacking libpng16-16:arm64 (1.6.37-3) ...
10:54:59 #10 27.38 Selecting previously unselected package libfreetype6:arm64.
10:54:59 #10 27.38 Preparing to unpack .../177-libfreetype6_2.10.4+dfsg-1+deb11u1_arm64.deb ...
10:54:59 #10 27.38 Unpacking libfreetype6:arm64 (2.10.4+dfsg-1+deb11u1) ...
10:54:59 #10 27.45 Selecting previously unselected package libfontconfig1:arm64.
10:54:59 #10 27.46 Preparing to unpack .../178-libfontconfig1_2.13.1-4.2_arm64.deb ...
10:54:59 #10 27.46 Unpacking libfontconfig1:arm64 (2.13.1-4.2) ...
10:54:59 #10 27.51 Selecting previously unselected package libjpeg62-turbo:arm64.
10:54:59 #10 27.51 Preparing to unpack .../179-libjpeg62-turbo_1%3a2.0.6-4_arm64.deb ...
10:54:59 #10 27.51 Unpacking libjpeg62-turbo:arm64 (1:2.0.6-4) ...
10:54:59 #10 27.56 Selecting previously unselected package libdeflate0:arm64.
10:54:59 #10 27.56 Preparing to unpack .../180-libdeflate0_1.7-1_arm64.deb ...
10:54:59 #10 27.56 Unpacking libdeflate0:arm64 (1.7-1) ...
10:54:59 #10 27.63 Selecting previously unselected package libjbig0:arm64.
10:54:59 #10 27.63 Preparing to unpack .../181-libjbig0_2.1-3.1+b2_arm64.deb ...
10:54:59 #10 27.64 Unpacking libjbig0:arm64 (2.1-3.1+b2) ...
10:54:59 #10 27.67 Selecting previously unselected package libwebp6:arm64.
10:54:59 #10 27.68 Preparing to unpack .../182-libwebp6_0.6.1-2.1_arm64.deb ...
10:54:59 #10 27.68 Unpacking libwebp6:arm64 (0.6.1-2.1) ...
10:54:59 #10 27.74 Selecting previously unselected package libtiff5:arm64.
10:55:00 #10 27.74 Preparing to unpack .../183-libtiff5_4.2.0-1+deb11u4_arm64.deb ...
10:55:00 #10 27.74 Unpacking libtiff5:arm64 (4.2.0-1+deb11u4) ...
10:55:00 #10 27.83 Selecting previously unselected package libxau6:arm64.
10:55:00 #10 27.83 Preparing to unpack .../184-libxau6_1%3a1.0.9-1_arm64.deb ...
10:55:00 #10 27.84 Unpacking libxau6:arm64 (1:1.0.9-1) ...
10:55:00 #10 27.88 Selecting previously unselected package libxdmcp6:arm64.
10:55:00 #10 27.88 Preparing to unpack .../185-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
10:55:00 #10 27.88 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
10:55:00 #10 27.92 Selecting previously unselected package libxcb1:arm64.
10:55:00 #10 27.92 Preparing to unpack .../186-libxcb1_1.14-3_arm64.deb ...
10:55:00 #10 27.93 Unpacking libxcb1:arm64 (1.14-3) ...
10:55:00 #10 27.97 Selecting previously unselected package libx11-data.
10:55:00 #10 27.97 Preparing to unpack .../187-libx11-data_2%3a1.7.2-1_all.deb ...
10:55:00 #10 27.97 Unpacking libx11-data (2:1.7.2-1) ...
10:55:00 #10 28.05 Selecting previously unselected package libx11-6:arm64.
10:55:00 #10 28.05 Preparing to unpack .../188-libx11-6_2%3a1.7.2-1_arm64.deb ...
10:55:00 #10 28.06 Unpacking libx11-6:arm64 (2:1.7.2-1) ...
10:55:00 #10 28.14 Selecting previously unselected package libxpm4:arm64.
10:55:00 #10 28.14 Preparing to unpack .../189-libxpm4_1%3a3.5.12-1.1~deb11u1_arm64.deb ...
10:55:00 #10 28.14 Unpacking libxpm4:arm64 (1:3.5.12-1.1~deb11u1) ...
10:55:00 #10 28.19 Selecting previously unselected package libgd3:arm64.
10:55:00 #10 28.19 Preparing to unpack .../190-libgd3_2.3.0-2_arm64.deb ...
10:55:00 #10 28.19 Unpacking libgd3:arm64 (2.3.0-2) ...
10:55:00 #10 28.23 Selecting previously unselected package libc-devtools.
10:55:00 #10 28.24 Preparing to unpack .../191-libc-devtools_2.31-13+deb11u6_arm64.deb ...
10:55:00 #10 28.24 Unpacking libc-devtools (2.31-13+deb11u6) ...
10:55:00 #10 28.28 Selecting previously unselected package libcapture-tiny-perl.
10:55:00 #10 28.28 Preparing to unpack .../192-libcapture-tiny-perl_0.48-1_all.deb ...
10:55:00 #10 28.29 Unpacking libcapture-tiny-perl (0.48-1) ...
10:55:00 #10 28.32 Selecting previously unselected package libclass-data-inheritable-perl.
10:55:00 #10 28.33 Preparing to unpack .../193-libclass-data-inheritable-perl_0.08-3_all.deb ...
10:55:00 #10 28.33 Unpacking libclass-data-inheritable-perl (0.08-3) ...
10:55:00 #10 28.36 Selecting previously unselected package libclass-inspector-perl.
10:55:00 #10 28.36 Preparing to unpack .../194-libclass-inspector-perl_1.36-1_all.deb ...
10:55:00 #10 28.36 Unpacking libclass-inspector-perl (1.36-1) ...
10:55:00 #10 28.40 Selecting previously unselected package libclass-xsaccessor-perl.
10:55:00 #10 28.40 Preparing to unpack .../195-libclass-xsaccessor-perl_1.19-3+b7_arm64.deb ...
10:55:00 #10 28.41 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ...
10:55:00 #10 28.44 Selecting previously unselected package libclone-perl.
10:55:00 #10 28.44 Preparing to unpack .../196-libclone-perl_0.45-1+b1_arm64.deb ...
10:55:00 #10 28.45 Unpacking libclone-perl (0.45-1+b1) ...
10:55:00 #10 28.48 Selecting previously unselected package libcommon-sense-perl.
10:55:00 #10 28.48 Preparing to unpack .../197-libcommon-sense-perl_3.75-1+b4_arm64.deb ...
10:55:00 #10 28.49 Unpacking libcommon-sense-perl (3.75-1+b4) ...
10:55:00 #10 28.52 Selecting previously unselected package libconfig-tiny-perl.
10:55:00 #10 28.53 Preparing to unpack .../198-libconfig-tiny-perl_2.26-1_all.deb ...
10:55:00 #10 28.53 Unpacking libconfig-tiny-perl (2.26-1) ...
10:55:00 #10 28.59 Selecting previously unselected package libparams-util-perl.
10:55:00 #10 28.59 Preparing to unpack .../199-libparams-util-perl_1.102-1+b1_arm64.deb ...
10:55:00 #10 28.59 Unpacking libparams-util-perl (1.102-1+b1) ...
10:55:00 #10 28.63 Selecting previously unselected package libsub-install-perl.
10:55:00 #10 28.64 Preparing to unpack .../200-libsub-install-perl_0.928-1.1_all.deb ...
10:55:00 #10 28.64 Unpacking libsub-install-perl (0.928-1.1) ...
10:55:00 #10 28.67 Selecting previously unselected package libdata-optlist-perl.
10:55:00 #10 28.67 Preparing to unpack .../201-libdata-optlist-perl_0.110-1.1_all.deb ...
10:55:00 #10 28.68 Unpacking libdata-optlist-perl (0.110-1.1) ...
10:55:00 #10 28.71 Selecting previously unselected package libsub-exporter-perl.
10:55:01 #10 28.72 Preparing to unpack .../202-libsub-exporter-perl_0.987-1_all.deb ...
10:55:01 #10 28.72 Unpacking libsub-exporter-perl (0.987-1) ...
10:55:01 #10 28.75 Selecting previously unselected package libconst-fast-perl.
10:55:01 #10 28.76 Preparing to unpack .../203-libconst-fast-perl_0.014-1.1_all.deb ...
10:55:01 #10 28.76 Unpacking libconst-fast-perl (0.014-1.1) ...
10:55:01 #10 28.79 Selecting previously unselected package libwant-perl.
10:55:01 #10 28.80 Preparing to unpack .../204-libwant-perl_0.29-1+b6_arm64.deb ...
10:55:01 #10 28.80 Unpacking libwant-perl (0.29-1+b6) ...
10:55:01 #10 28.83 Selecting previously unselected package libcontextual-return-perl.
10:55:01 #10 28.84 Preparing to unpack .../205-libcontextual-return-perl_0.004014-2_all.deb ...
10:55:01 #10 28.84 Unpacking libcontextual-return-perl (0.004014-2) ...
10:55:01 #10 28.88 Selecting previously unselected package libconvert-binhex-perl.
10:55:01 #10 28.88 Preparing to unpack .../206-libconvert-binhex-perl_1.125-1_all.deb ...
10:55:01 #10 28.88 Unpacking libconvert-binhex-perl (1.125-1) ...
10:55:01 #10 28.92 Selecting previously unselected package libcpanel-json-xs-perl.
10:55:01 #10 28.92 Preparing to unpack .../207-libcpanel-json-xs-perl_4.25-1+b1_arm64.deb ...
10:55:01 #10 28.93 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ...
10:55:01 #10 28.96 Selecting previously unselected package libdevel-stacktrace-perl.
10:55:01 #10 28.97 Preparing to unpack .../208-libdevel-stacktrace-perl_2.0400-1_all.deb ...
10:55:01 #10 28.97 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
10:55:01 #10 29.01 Selecting previously unselected package libexception-class-perl.
10:55:01 #10 29.01 Preparing to unpack .../209-libexception-class-perl_1.44-1_all.deb ...
10:55:01 #10 29.01 Unpacking libexception-class-perl (1.44-1) ...
10:55:01 #10 29.04 Selecting previously unselected package libiterator-perl.
10:55:01 #10 29.04 Preparing to unpack .../210-libiterator-perl_0.03+ds1-1.1_all.deb ...
10:55:01 #10 29.05 Unpacking libiterator-perl (0.03+ds1-1.1) ...
10:55:01 #10 29.08 Selecting previously unselected package libiterator-util-perl.
10:55:01 #10 29.09 Preparing to unpack .../211-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
10:55:01 #10 29.09 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
10:55:01 #10 29.12 Selecting previously unselected package libexporter-tiny-perl.
10:55:01 #10 29.13 Preparing to unpack .../212-libexporter-tiny-perl_1.002002-1_all.deb ...
10:55:01 #10 29.13 Unpacking libexporter-tiny-perl (1.002002-1) ...
10:55:01 #10 29.16 Selecting previously unselected package liblist-moreutils-xs-perl.
10:55:01 #10 29.16 Preparing to unpack .../213-liblist-moreutils-xs-perl_0.430-2_arm64.deb ...
10:55:01 #10 29.17 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
10:55:01 #10 29.21 Selecting previously unselected package liblist-moreutils-perl.
10:55:01 #10 29.21 Preparing to unpack .../214-liblist-moreutils-perl_0.430-2_all.deb ...
10:55:01 #10 29.21 Unpacking liblist-moreutils-perl (0.430-2) ...
10:55:01 #10 29.25 Selecting previously unselected package libdata-dpath-perl.
10:55:01 #10 29.25 Preparing to unpack .../215-libdata-dpath-perl_0.58-1_all.deb ...
10:55:01 #10 29.25 Unpacking libdata-dpath-perl (0.58-1) ...
10:55:01 #10 29.29 Selecting previously unselected package libdata-dump-perl.
10:55:01 #10 29.29 Preparing to unpack .../216-libdata-dump-perl_1.23-1.1_all.deb ...
10:55:01 #10 29.30 Unpacking libdata-dump-perl (1.23-1.1) ...
10:55:01 #10 29.42 Selecting previously unselected package libdata-messagepack-perl.
10:55:01 #10 29.42 Preparing to unpack .../217-libdata-messagepack-perl_1.00-4+b1_arm64.deb ...
10:55:01 #10 29.42 Unpacking libdata-messagepack-perl (1.00-4+b1) ...
10:55:01 #10 29.47 Selecting previously unselected package libnet-domain-tld-perl.
10:55:01 #10 29.47 Preparing to unpack .../218-libnet-domain-tld-perl_1.75-1.1_all.deb ...
10:55:01 #10 29.47 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
10:55:01 #10 29.51 Selecting previously unselected package libdata-validate-domain-perl.
10:55:01 #10 29.51 Preparing to unpack .../219-libdata-validate-domain-perl_0.10-1.1_all.deb ...
10:55:01 #10 29.52 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
10:55:01 #10 29.55 Selecting previously unselected package libdevel-size-perl.
10:55:01 #10 29.55 Preparing to unpack .../220-libdevel-size-perl_0.83-1+b2_arm64.deb ...
10:55:01 #10 29.56 Unpacking libdevel-size-perl (0.83-1+b2) ...
10:55:01 #10 29.63 Selecting previously unselected package libdistro-info-perl.
10:55:01 #10 29.64 Preparing to unpack .../221-libdistro-info-perl_1.0_all.deb ...
10:55:01 #10 29.64 Unpacking libdistro-info-perl (1.0) ...
10:55:01 #10 29.67 Selecting previously unselected package libemail-address-xs-perl.
10:55:01 #10 29.67 Preparing to unpack .../222-libemail-address-xs-perl_1.04-1+b3_arm64.deb ...
10:55:01 #10 29.68 Unpacking libemail-address-xs-perl (1.04-1+b3) ...
10:55:01 #10 29.72 Selecting previously unselected package libfcgi0ldbl:arm64.
10:55:02 #10 29.72 Preparing to unpack .../223-libfcgi0ldbl_2.4.2-2_arm64.deb ...
10:55:02 #10 29.72 Unpacking libfcgi0ldbl:arm64 (2.4.2-2) ...
10:55:02 #10 29.76 Selecting previously unselected package libfcgi-bin.
10:55:02 #10 29.76 Preparing to unpack .../224-libfcgi-bin_2.4.2-2_arm64.deb ...
10:55:02 #10 29.76 Unpacking libfcgi-bin (2.4.2-2) ...
10:55:02 #10 29.80 Selecting previously unselected package libfcgi-perl:arm64.
10:55:02 #10 29.80 Preparing to unpack .../225-libfcgi-perl_0.79+ds-2_arm64.deb ...
10:55:02 #10 29.81 Unpacking libfcgi-perl:arm64 (0.79+ds-2) ...
10:55:02 #10 29.84 Selecting previously unselected package libipc-system-simple-perl.
10:55:02 #10 29.84 Preparing to unpack .../226-libipc-system-simple-perl_1.30-1_all.deb ...
10:55:02 #10 29.85 Unpacking libipc-system-simple-perl (1.30-1) ...
10:55:02 #10 29.92 Selecting previously unselected package libfile-basedir-perl.
10:55:02 #10 29.92 Preparing to unpack .../227-libfile-basedir-perl_0.08-1_all.deb ...
10:55:02 #10 29.93 Unpacking libfile-basedir-perl (0.08-1) ...
10:55:02 #10 29.97 Selecting previously unselected package libfile-chdir-perl.
10:55:02 #10 29.97 Preparing to unpack .../228-libfile-chdir-perl_0.1008-1.1_all.deb ...
10:55:02 #10 29.98 Unpacking libfile-chdir-perl (0.1008-1.1) ...
10:55:02 #10 30.01 Selecting previously unselected package libfile-fcntllock-perl.
10:55:02 #10 30.01 Preparing to unpack .../229-libfile-fcntllock-perl_0.22-3+b7_arm64.deb ...
10:55:02 #10 30.02 Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
10:55:02 #10 30.06 Selecting previously unselected package libnumber-compare-perl.
10:55:02 #10 30.07 Preparing to unpack .../230-libnumber-compare-perl_0.03-1.1_all.deb ...
10:55:02 #10 30.07 Unpacking libnumber-compare-perl (0.03-1.1) ...
10:55:02 #10 30.10 Selecting previously unselected package libtext-glob-perl.
10:55:02 #10 30.10 Preparing to unpack .../231-libtext-glob-perl_0.11-1_all.deb ...
10:55:02 #10 30.11 Unpacking libtext-glob-perl (0.11-1) ...
10:55:02 #10 30.15 Selecting previously unselected package libfile-find-rule-perl.
10:55:02 #10 30.15 Preparing to unpack .../232-libfile-find-rule-perl_0.34-1_all.deb ...
10:55:02 #10 30.15 Unpacking libfile-find-rule-perl (0.34-1) ...
10:55:02 #10 30.19 Selecting previously unselected package libfont-afm-perl.
10:55:02 #10 30.19 Preparing to unpack .../233-libfont-afm-perl_1.20-3_all.deb ...
10:55:02 #10 30.20 Unpacking libfont-afm-perl (1.20-3) ...
10:55:02 #10 30.24 Selecting previously unselected package libio-string-perl.
10:55:02 #10 30.24 Preparing to unpack .../234-libio-string-perl_1.08-3.1_all.deb ...
10:55:02 #10 30.24 Unpacking libio-string-perl (1.08-3.1) ...
10:55:02 #10 30.28 Selecting previously unselected package libfont-ttf-perl.
10:55:02 #10 30.28 Preparing to unpack .../235-libfont-ttf-perl_1.06-1.1_all.deb ...
10:55:02 #10 30.29 Unpacking libfont-ttf-perl (1.06-1.1) ...
10:55:02 #10 30.35 Selecting previously unselected package libio-stringy-perl.
10:55:02 #10 30.35 Preparing to unpack .../236-libio-stringy-perl_2.111-3_all.deb ...
10:55:02 #10 30.36 Unpacking libio-stringy-perl (2.111-3) ...
10:55:02 #10 30.40 Selecting previously unselected package libparams-validate-perl:arm64.
10:55:02 #10 30.40 Preparing to unpack .../237-libparams-validate-perl_1.30-1+b1_arm64.deb ...
10:55:02 #10 30.41 Unpacking libparams-validate-perl:arm64 (1.30-1+b1) ...
10:55:02 #10 30.45 Selecting previously unselected package libgetopt-long-descriptive-perl.
10:55:02 #10 30.45 Preparing to unpack .../238-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
10:55:02 #10 30.45 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
10:55:02 #10 30.50 Selecting previously unselected package libsort-versions-perl.
10:55:02 #10 30.50 Preparing to unpack .../239-libsort-versions-perl_1.62-1_all.deb ...
10:55:02 #10 30.50 Unpacking libsort-versions-perl (1.62-1) ...
10:55:02 #10 30.54 Selecting previously unselected package libgit-wrapper-perl.
10:55:02 #10 30.54 Preparing to unpack .../240-libgit-wrapper-perl_0.048-1_all.deb ...
10:55:02 #10 30.55 Unpacking libgit-wrapper-perl (0.048-1) ...
10:55:02 #10 30.59 Selecting previously unselected package libhttp-tiny-multipart-perl.
10:55:02 #10 30.59 Preparing to unpack .../241-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
10:55:02 #10 30.60 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
10:55:02 #10 30.63 Selecting previously unselected package libio-prompter-perl.
10:55:02 #10 30.64 Preparing to unpack .../242-libio-prompter-perl_0.004015-1_all.deb ...
10:55:02 #10 30.64 Unpacking libio-prompter-perl (0.004015-1) ...
10:55:02 #10 30.68 Selecting previously unselected package libjson-perl.
10:55:03 #10 30.68 Preparing to unpack .../243-libjson-perl_4.03000-1_all.deb ...
10:55:03 #10 30.69 Unpacking libjson-perl (4.03000-1) ...
10:55:03 #10 30.73 Selecting previously unselected package liblog-any-perl.
10:55:03 #10 30.73 Preparing to unpack .../244-liblog-any-perl_1.709-1_all.deb ...
10:55:03 #10 30.74 Unpacking liblog-any-perl (1.709-1) ...
10:55:03 #10 30.82 Selecting previously unselected package liblog-any-adapter-screen-perl.
10:55:03 #10 30.82 Preparing to unpack .../245-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
10:55:03 #10 30.83 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
10:55:03 #10 30.86 Selecting previously unselected package libpackage-stash-perl.
10:55:03 #10 30.87 Preparing to unpack .../246-libpackage-stash-perl_0.39-1_all.deb ...
10:55:03 #10 30.87 Unpacking libpackage-stash-perl (0.39-1) ...
10:55:03 #10 30.91 Selecting previously unselected package libsub-identify-perl.
10:55:03 #10 30.91 Preparing to unpack .../247-libsub-identify-perl_0.14-1+b3_arm64.deb ...
10:55:03 #10 30.91 Unpacking libsub-identify-perl (0.14-1+b3) ...
10:55:03 #10 30.95 Selecting previously unselected package libsub-name-perl.
10:55:03 #10 30.95 Preparing to unpack .../248-libsub-name-perl_0.26-1+b1_arm64.deb ...
10:55:03 #10 30.96 Unpacking libsub-name-perl (0.26-1+b1) ...
10:55:03 #10 31.02 Selecting previously unselected package libnamespace-clean-perl.
10:55:03 #10 31.03 Preparing to unpack .../249-libnamespace-clean-perl_0.27-1_all.deb ...
10:55:03 #10 31.03 Unpacking libnamespace-clean-perl (0.27-1) ...
10:55:03 #10 31.06 Selecting previously unselected package libpath-tiny-perl.
10:55:03 #10 31.07 Preparing to unpack .../250-libpath-tiny-perl_0.118-1_all.deb ...
10:55:03 #10 31.07 Unpacking libpath-tiny-perl (0.118-1) ...
10:55:03 #10 31.17 Selecting previously unselected package libtype-tiny-perl.
10:55:03 #10 31.17 Preparing to unpack .../251-libtype-tiny-perl_1.012001-2_all.deb ...
10:55:03 #10 31.18 Unpacking libtype-tiny-perl (1.012001-2) ...
10:55:03 #10 31.24 Selecting previously unselected package libgitlab-api-v4-perl.
10:55:03 #10 31.25 Preparing to unpack .../252-libgitlab-api-v4-perl_0.26-1_all.deb ...
10:55:03 #10 31.25 Unpacking libgitlab-api-v4-perl (0.26-1) ...
10:55:03 #10 31.31 Selecting previously unselected package libglib2.0-0:arm64.
10:55:03 #10 31.31 Preparing to unpack .../253-libglib2.0-0_2.66.8-1_arm64.deb ...
10:55:03 #10 31.32 Unpacking libglib2.0-0:arm64 (2.66.8-1) ...
10:55:03 #10 31.44 Selecting previously unselected package libglib2.0-data.
10:55:03 #10 31.44 Preparing to unpack .../254-libglib2.0-data_2.66.8-1_all.deb ...
10:55:03 #10 31.45 Unpacking libglib2.0-data (2.66.8-1) ...
10:55:03 #10 31.59 Selecting previously unselected package libgpm2:arm64.
10:55:03 #10 31.59 Preparing to unpack .../255-libgpm2_1.20.7-8_arm64.deb ...
10:55:03 #10 31.60 Unpacking libgpm2:arm64 (1.20.7-8) ...
10:55:03 #10 31.64 Selecting previously unselected package libhash-fieldhash-perl.
10:55:03 #10 31.64 Preparing to unpack .../256-libhash-fieldhash-perl_0.15-1+b3_arm64.deb ...
10:55:03 #10 31.64 Unpacking libhash-fieldhash-perl (0.15-1+b3) ...
10:55:03 #10 31.68 Selecting previously unselected package libhtml-form-perl.
10:55:03 #10 31.68 Preparing to unpack .../257-libhtml-form-perl_6.07-1_all.deb ...
10:55:03 #10 31.68 Unpacking libhtml-form-perl (6.07-1) ...
10:55:03 #10 31.72 Selecting previously unselected package libhtml-format-perl.
10:55:04 #10 31.72 Preparing to unpack .../258-libhtml-format-perl_2.12-1.1_all.deb ...
10:55:04 #10 31.73 Unpacking libhtml-format-perl (2.12-1.1) ...
10:55:04 #10 31.77 Selecting previously unselected package libhtml-html5-entities-perl.
10:55:04 #10 31.77 Preparing to unpack .../259-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
10:55:04 #10 31.77 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
10:55:04 #10 31.81 Selecting previously unselected package libhttp-daemon-perl.
10:55:04 #10 31.81 Preparing to unpack .../260-libhttp-daemon-perl_6.12-1+deb11u1_all.deb ...
10:55:04 #10 31.81 Unpacking libhttp-daemon-perl (6.12-1+deb11u1) ...
10:55:04 #10 31.85 Selecting previously unselected package libio-sessiondata-perl.
10:55:04 #10 31.86 Preparing to unpack .../261-libio-sessiondata-perl_1.03-1.1_all.deb ...
10:55:04 #10 31.86 Unpacking libio-sessiondata-perl (1.03-1.1) ...
10:55:04 #10 31.89 Selecting previously unselected package libipc-run3-perl.
10:55:04 #10 31.89 Preparing to unpack .../262-libipc-run3-perl_0.048-2_all.deb ...
10:55:04 #10 31.89 Unpacking libipc-run3-perl (0.048-2) ...
10:55:04 #10 32.10 Selecting previously unselected package libtypes-serialiser-perl.
10:55:04 #10 32.10 Preparing to unpack .../263-libtypes-serialiser-perl_1.01-1_all.deb ...
10:55:04 #10 32.10 Unpacking libtypes-serialiser-perl (1.01-1) ...
10:55:04 #10 32.13 Selecting previously unselected package libjson-xs-perl.
10:55:04 #10 32.13 Preparing to unpack .../264-libjson-xs-perl_4.030-1+b1_arm64.deb ...
10:55:04 #10 32.14 Unpacking libjson-xs-perl (4.030-1+b1) ...
10:55:04 #10 32.18 Selecting previously unselected package libjson-maybexs-perl.
10:55:04 #10 32.18 Preparing to unpack .../265-libjson-maybexs-perl_1.004003-1_all.deb ...
10:55:04 #10 32.18 Unpacking libjson-maybexs-perl (1.004003-1) ...
10:55:04 #10 32.22 Selecting previously unselected package libldap-common.
10:55:04 #10 32.22 Preparing to unpack .../266-libldap-common_2.4.57+dfsg-3+deb11u1_all.deb ...
10:55:04 #10 32.22 Unpacking libldap-common (2.4.57+dfsg-3+deb11u1) ...
10:55:04 #10 32.26 Selecting previously unselected package liblist-compare-perl.
10:55:04 #10 32.26 Preparing to unpack .../267-liblist-compare-perl_0.55-1_all.deb ...
10:55:04 #10 32.27 Unpacking liblist-compare-perl (0.55-1) ...
10:55:04 #10 32.31 Selecting previously unselected package liblist-someutils-perl.
10:55:04 #10 32.31 Preparing to unpack .../268-liblist-someutils-perl_0.58-1_all.deb ...
10:55:04 #10 32.32 Unpacking liblist-someutils-perl (0.58-1) ...
10:55:04 #10 32.35 Selecting previously unselected package liblist-someutils-xs-perl.
10:55:04 #10 32.35 Preparing to unpack .../269-liblist-someutils-xs-perl_0.58-2+b1_arm64.deb ...
10:55:04 #10 32.36 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ...
10:55:04 #10 32.39 Selecting previously unselected package liblist-utilsby-perl.
10:55:04 #10 32.40 Preparing to unpack .../270-liblist-utilsby-perl_0.11-1_all.deb ...
10:55:04 #10 32.40 Unpacking liblist-utilsby-perl (0.11-1) ...
10:55:04 #10 32.43 Selecting previously unselected package libltdl7:arm64.
10:55:04 #10 32.44 Preparing to unpack .../271-libltdl7_2.4.6-15_arm64.deb ...
10:55:04 #10 32.44 Unpacking libltdl7:arm64 (2.4.6-15) ...
10:55:04 #10 32.49 Selecting previously unselected package libltdl-dev:arm64.
10:55:04 #10 32.49 Preparing to unpack .../272-libltdl-dev_2.4.6-15_arm64.deb ...
10:55:04 #10 32.49 Unpacking libltdl-dev:arm64 (2.4.6-15) ...
10:55:05 #10 32.55 Selecting previously unselected package liblzo2-2:arm64.
10:55:05 #10 32.55 Preparing to unpack .../273-liblzo2-2_2.10-2_arm64.deb ...
10:55:05 #10 32.56 Unpacking liblzo2-2:arm64 (2.10-2) ...
10:55:05 #10 32.60 Selecting previously unselected package libsys-hostname-long-perl.
10:55:05 #10 32.60 Preparing to unpack .../274-libsys-hostname-long-perl_1.5-2_all.deb ...
10:55:05 #10 32.61 Unpacking libsys-hostname-long-perl (1.5-2) ...
10:55:05 #10 32.64 Selecting previously unselected package libmail-sendmail-perl.
10:55:05 #10 32.65 Preparing to unpack .../275-libmail-sendmail-perl_0.80-1.1_all.deb ...
10:55:05 #10 32.65 Unpacking libmail-sendmail-perl (0.80-1.1) ...
10:55:05 #10 32.69 Selecting previously unselected package libnet-smtp-ssl-perl.
10:55:05 #10 32.69 Preparing to unpack .../276-libnet-smtp-ssl-perl_1.04-1_all.deb ...
10:55:05 #10 32.70 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
10:55:05 #10 32.74 Selecting previously unselected package libmailtools-perl.
10:55:05 #10 32.74 Preparing to unpack .../277-libmailtools-perl_2.21-1_all.deb ...
10:55:05 #10 32.74 Unpacking libmailtools-perl (2.21-1) ...
10:55:05 #10 32.79 Selecting previously unselected package libmarkdown2:arm64.
10:55:05 #10 32.79 Preparing to unpack .../278-libmarkdown2_2.2.6-1_arm64.deb ...
10:55:05 #10 32.80 Unpacking libmarkdown2:arm64 (2.2.6-1) ...
10:55:05 #10 32.93 Selecting previously unselected package libmime-tools-perl.
10:55:05 #10 32.93 Preparing to unpack .../279-libmime-tools-perl_5.509-1_all.deb ...
10:55:05 #10 32.94 Unpacking libmime-tools-perl (5.509-1) ...
10:55:05 #10 32.98 Selecting previously unselected package libmoox-aliases-perl.
10:55:05 #10 32.99 Preparing to unpack .../280-libmoox-aliases-perl_0.001006-1.1_all.deb ...
10:55:05 #10 32.99 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
10:55:05 #10 33.03 Selecting previously unselected package libnamespace-autoclean-perl.
10:55:05 #10 33.03 Preparing to unpack .../281-libnamespace-autoclean-perl_0.29-1_all.deb ...
10:55:05 #10 33.04 Unpacking libnamespace-autoclean-perl (0.29-1) ...
10:55:05 #10 33.07 Selecting previously unselected package libobject-id-perl.
10:55:05 #10 33.07 Preparing to unpack .../282-libobject-id-perl_0.1.2-2.1_all.deb ...
10:55:05 #10 33.08 Unpacking libobject-id-perl (0.1.2-2.1) ...
10:55:05 #10 33.11 Selecting previously unselected package libmoox-struct-perl.
10:55:05 #10 33.11 Preparing to unpack .../283-libmoox-struct-perl_0.020-1_all.deb ...
10:55:05 #10 33.12 Unpacking libmoox-struct-perl (0.020-1) ...
10:55:05 #10 33.15 Selecting previously unselected package libmouse-perl.
10:55:05 #10 33.15 Preparing to unpack .../284-libmouse-perl_2.5.10-1+b1_arm64.deb ...
10:55:05 #10 33.16 Unpacking libmouse-perl (2.5.10-1+b1) ...
10:55:05 #10 33.20 Selecting previously unselected package libnumber-range-perl.
10:55:05 #10 33.21 Preparing to unpack .../285-libnumber-range-perl_0.12-1.1_all.deb ...
10:55:05 #10 33.21 Unpacking libnumber-range-perl (0.12-1.1) ...
10:55:05 #10 33.25 Selecting previously unselected package libossp-uuid16:arm64.
10:55:05 #10 33.25 Preparing to unpack .../286-libossp-uuid16_1.6.2-1.5+b9_arm64.deb ...
10:55:05 #10 33.25 Unpacking libossp-uuid16:arm64 (1.6.2-1.5+b9) ...
10:55:05 #10 33.29 Selecting previously unselected package libossp-uuid-perl.
10:55:05 #10 33.29 Preparing to unpack .../287-libossp-uuid-perl_1.6.2-1.5+b9_arm64.deb ...
10:55:05 #10 33.30 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ...
10:55:05 #10 33.33 Selecting previously unselected package libpackage-stash-xs-perl.
10:55:05 #10 33.33 Preparing to unpack .../288-libpackage-stash-xs-perl_0.29-1+b2_arm64.deb ...
10:55:05 #10 33.33 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ...
10:55:05 #10 33.37 Selecting previously unselected package libpath-iterator-rule-perl.
10:55:05 #10 33.37 Preparing to unpack .../289-libpath-iterator-rule-perl_1.014-1_all.deb ...
10:55:05 #10 33.37 Unpacking libpath-iterator-rule-perl (1.014-1) ...
10:55:05 #10 33.41 Selecting previously unselected package libperlio-gzip-perl.
10:55:05 #10 33.41 Preparing to unpack .../290-libperlio-gzip-perl_0.19-1+b7_arm64.deb ...
10:55:05 #10 33.42 Unpacking libperlio-gzip-perl (0.19-1+b7) ...
10:55:05 #10 33.45 Selecting previously unselected package libpod-parser-perl.
10:55:05 #10 33.46 Preparing to unpack .../291-libpod-parser-perl_1.63-2_all.deb ...
10:55:05 #10 33.47 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
10:55:05 #10 33.48 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
10:55:05 #10 33.48 Unpacking libpod-parser-perl (1.63-2) ...
10:55:05 #10 33.52 Selecting previously unselected package libpod-constants-perl.
10:55:05 #10 33.52 Preparing to unpack .../292-libpod-constants-perl_0.19-2_all.deb ...
10:55:05 #10 33.53 Unpacking libpod-constants-perl (0.19-2) ...
10:55:05 #10 33.56 Selecting previously unselected package libproc-processtable-perl.
10:55:05 #10 33.56 Preparing to unpack .../293-libproc-processtable-perl_0.59-2+b1_arm64.deb ...
10:55:05 #10 33.57 Unpacking libproc-processtable-perl (0.59-2+b1) ...
10:55:05 #10 33.61 Selecting previously unselected package libre2-9:arm64.
10:55:05 #10 33.61 Preparing to unpack .../294-libre2-9_20210201+dfsg-1_arm64.deb ...
10:55:05 #10 33.62 Unpacking libre2-9:arm64 (20210201+dfsg-1) ...
10:55:05 #10 33.66 Selecting previously unselected package libre-engine-re2-perl:arm64.
10:55:05 #10 33.66 Preparing to unpack .../295-libre-engine-re2-perl_0.14-1_arm64.deb ...
10:55:05 #10 33.67 Unpacking libre-engine-re2-perl:arm64 (0.14-1) ...
10:55:05 #10 33.70 Selecting previously unselected package libreadonly-perl.
10:55:06 #10 33.71 Preparing to unpack .../296-libreadonly-perl_2.050-3_all.deb ...
10:55:06 #10 33.71 Unpacking libreadonly-perl (2.050-3) ...
10:55:06 #10 33.74 Selecting previously unselected package libref-util-perl.
10:55:06 #10 33.74 Preparing to unpack .../297-libref-util-perl_0.204-1_all.deb ...
10:55:06 #10 33.75 Unpacking libref-util-perl (0.204-1) ...
10:55:06 #10 33.78 Selecting previously unselected package libref-util-xs-perl.
10:55:06 #10 33.79 Preparing to unpack .../298-libref-util-xs-perl_0.117-1+b3_arm64.deb ...
10:55:06 #10 33.79 Unpacking libref-util-xs-perl (0.117-1+b3) ...
10:55:06 #10 33.82 Selecting previously unselected package libregexp-pattern-license-perl.
10:55:06 #10 33.83 Preparing to unpack .../299-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
10:55:06 #10 33.83 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
10:55:06 #10 33.87 Selecting previously unselected package libregexp-pattern-perl.
10:55:06 #10 33.87 Preparing to unpack .../300-libregexp-pattern-perl_0.2.14-1_all.deb ...
10:55:06 #10 33.88 Unpacking libregexp-pattern-perl (0.2.14-1) ...
10:55:06 #10 33.91 Selecting previously unselected package libsasl2-modules:arm64.
10:55:06 #10 33.92 Preparing to unpack .../301-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
10:55:06 #10 33.92 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
10:55:06 #10 33.96 Selecting previously unselected package libsereal-decoder-perl.
10:55:06 #10 33.96 Preparing to unpack .../302-libsereal-decoder-perl_4.018+ds-1+b1_arm64.deb ...
10:55:06 #10 33.97 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ...
10:55:06 #10 34.01 Selecting previously unselected package libsereal-encoder-perl.
10:55:06 #10 34.01 Preparing to unpack .../303-libsereal-encoder-perl_4.018+ds-1+b1_arm64.deb ...
10:55:06 #10 34.01 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ...
10:55:06 #10 34.05 Selecting previously unselected package libtask-weaken-perl.
10:55:06 #10 34.05 Preparing to unpack .../304-libtask-weaken-perl_1.06-1_all.deb ...
10:55:06 #10 34.06 Unpacking libtask-weaken-perl (1.06-1) ...
10:55:06 #10 34.09 Selecting previously unselected package libxml-parser-perl:arm64.
10:55:06 #10 34.09 Preparing to unpack .../305-libxml-parser-perl_2.46-2_arm64.deb ...
10:55:06 #10 34.09 Unpacking libxml-parser-perl:arm64 (2.46-2) ...
10:55:06 #10 34.14 Selecting previously unselected package libsoap-lite-perl.
10:55:06 #10 34.14 Preparing to unpack .../306-libsoap-lite-perl_1.27-1_all.deb ...
10:55:06 #10 34.15 Unpacking libsoap-lite-perl (1.27-1) ...
10:55:06 #10 34.20 Selecting previously unselected package libsort-key-perl.
10:55:06 #10 34.21 Preparing to unpack .../307-libsort-key-perl_1.33-2+b3_arm64.deb ...
10:55:06 #10 34.21 Unpacking libsort-key-perl (1.33-2+b3) ...
10:55:06 #10 34.24 Selecting previously unselected package libstring-copyright-perl.
10:55:06 #10 34.24 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ...
10:55:06 #10 34.25 Unpacking libstring-copyright-perl (0.003006-1) ...
10:55:06 #10 34.28 Selecting previously unselected package libstring-escape-perl.
10:55:06 #10 34.28 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ...
10:55:06 #10 34.29 Unpacking libstring-escape-perl (2010.002-2) ...
10:55:06 #10 34.32 Selecting previously unselected package libstring-shellquote-perl.
10:55:06 #10 34.32 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ...
10:55:06 #10 34.33 Unpacking libstring-shellquote-perl (1.04-1) ...
10:55:06 #10 34.36 Selecting previously unselected package libsys-cpuaffinity-perl:arm64.
10:55:06 #10 34.36 Preparing to unpack .../311-libsys-cpuaffinity-perl_1.13~03-1_arm64.deb ...
10:55:06 #10 34.37 Unpacking libsys-cpuaffinity-perl:arm64 (1.13~03-1) ...
10:55:06 #10 34.48 Selecting previously unselected package libterm-readkey-perl.
10:55:06 #10 34.48 Preparing to unpack .../312-libterm-readkey-perl_2.38-1+b2_arm64.deb ...
10:55:06 #10 34.48 Unpacking libterm-readkey-perl (2.38-1+b2) ...
10:55:06 #10 34.52 Selecting previously unselected package libtext-levenshteinxs-perl.
10:55:06 #10 34.52 Preparing to unpack .../313-libtext-levenshteinxs-perl_0.03-4+b8_arm64.deb ...
10:55:06 #10 34.52 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ...
10:55:06 #10 34.56 Selecting previously unselected package libtext-markdown-discount-perl:arm64.
10:55:06 #10 34.56 Preparing to unpack .../314-libtext-markdown-discount-perl_0.12-1+b1_arm64.deb ...
10:55:06 #10 34.56 Unpacking libtext-markdown-discount-perl:arm64 (0.12-1+b1) ...
10:55:06 #10 34.59 Selecting previously unselected package libtext-xslate-perl.
10:55:06 #10 34.59 Preparing to unpack .../315-libtext-xslate-perl_3.5.8-1+b1_arm64.deb ...
10:55:06 #10 34.60 Unpacking libtext-xslate-perl (3.5.8-1+b1) ...
10:55:06 #10 34.65 Selecting previously unselected package libtime-duration-perl.
10:55:06 #10 34.65 Preparing to unpack .../316-libtime-duration-perl_1.21-1_all.deb ...
10:55:06 #10 34.66 Unpacking libtime-duration-perl (1.21-1) ...
10:55:06 #10 34.69 Selecting previously unselected package libtime-moment-perl.
10:55:06 #10 34.69 Preparing to unpack .../317-libtime-moment-perl_0.44-1+b3_arm64.deb ...
10:55:06 #10 34.69 Unpacking libtime-moment-perl (0.44-1+b3) ...
10:55:07 #10 34.73 Selecting previously unselected package libtype-tiny-xs-perl.
10:55:07 #10 34.74 Preparing to unpack .../318-libtype-tiny-xs-perl_0.022-1_arm64.deb ...
10:55:07 #10 34.74 Unpacking libtype-tiny-xs-perl (0.022-1) ...
10:55:07 #10 34.77 Selecting previously unselected package libunicode-utf8-perl.
10:55:07 #10 34.78 Preparing to unpack .../319-libunicode-utf8-perl_0.62-1+b2_arm64.deb ...
10:55:07 #10 34.78 Unpacking libunicode-utf8-perl (0.62-1+b2) ...
10:55:07 #10 34.83 Selecting previously unselected package libxdelta2.
10:55:07 #10 34.83 Preparing to unpack .../320-libxdelta2_1.1.3-9.3_arm64.deb ...
10:55:07 #10 34.83 Unpacking libxdelta2 (1.1.3-9.3) ...
10:55:07 #10 34.87 Selecting previously unselected package libxext6:arm64.
10:55:07 #10 34.88 Preparing to unpack .../321-libxext6_2%3a1.3.3-1.1_arm64.deb ...
10:55:07 #10 34.88 Unpacking libxext6:arm64 (2:1.3.3-1.1) ...
10:55:07 #10 34.92 Selecting previously unselected package libxml-namespacesupport-perl.
10:55:07 #10 34.92 Preparing to unpack .../322-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
10:55:07 #10 34.93 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
10:55:07 #10 34.97 Selecting previously unselected package libxml-sax-base-perl.
10:55:07 #10 34.97 Preparing to unpack .../323-libxml-sax-base-perl_1.09-1.1_all.deb ...
10:55:07 #10 34.97 Unpacking libxml-sax-base-perl (1.09-1.1) ...
10:55:07 #10 35.02 Selecting previously unselected package libxml-sax-perl.
10:55:07 #10 35.02 Preparing to unpack .../324-libxml-sax-perl_1.02+dfsg-1_all.deb ...
10:55:07 #10 35.03 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
10:55:07 #10 35.07 Selecting previously unselected package libxml-libxml-perl.
10:55:07 #10 35.07 Preparing to unpack .../325-libxml-libxml-perl_2.0134+dfsg-2+b1_arm64.deb ...
10:55:07 #10 35.07 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
10:55:07 #10 35.14 Selecting previously unselected package libxml-sax-expat-perl.
10:55:07 #10 35.14 Preparing to unpack .../326-libxml-sax-expat-perl_0.51-1_all.deb ...
10:55:07 #10 35.15 Unpacking libxml-sax-expat-perl (0.51-1) ...
10:55:07 #10 35.18 Selecting previously unselected package libxmlrpc-lite-perl.
10:55:07 #10 35.18 Preparing to unpack .../327-libxmlrpc-lite-perl_0.717-4_all.deb ...
10:55:07 #10 35.18 Unpacking libxmlrpc-lite-perl (0.717-4) ...
10:55:07 #10 35.22 Selecting previously unselected package libxmuu1:arm64.
10:55:07 #10 35.22 Preparing to unpack .../328-libxmuu1_2%3a1.1.2-2+b3_arm64.deb ...
10:55:07 #10 35.23 Unpacking libxmuu1:arm64 (2:1.1.2-2+b3) ...
10:55:07 #10 35.27 Selecting previously unselected package libyaml-0-2:arm64.
10:55:07 #10 35.27 Preparing to unpack .../329-libyaml-0-2_0.2.2-1_arm64.deb ...
10:55:07 #10 35.27 Unpacking libyaml-0-2:arm64 (0.2.2-1) ...
10:55:07 #10 35.31 Selecting previously unselected package libyaml-libyaml-perl.
10:55:07 #10 35.31 Preparing to unpack .../330-libyaml-libyaml-perl_0.82+repack-1+b1_arm64.deb ...
10:55:07 #10 35.32 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ...
10:55:07 #10 35.36 Selecting previously unselected package licensecheck.
10:55:07 #10 35.36 Preparing to unpack .../331-licensecheck_3.1.1-2_all.deb ...
10:55:07 #10 35.36 Unpacking licensecheck (3.1.1-2) ...
10:55:07 #10 35.40 Selecting previously unselected package lzip.
10:55:07 #10 35.40 Preparing to unpack .../332-lzip_1.22-3_arm64.deb ...
10:55:07 #10 35.41 Unpacking lzip (1.22-3) ...
10:55:07 #10 35.45 Selecting previously unselected package lzop.
10:55:07 #10 35.45 Preparing to unpack .../333-lzop_1.04-2_arm64.deb ...
10:55:07 #10 35.46 Unpacking lzop (1.04-2) ...
10:55:07 #10 35.49 Selecting previously unselected package t1utils.
10:55:07 #10 35.49 Preparing to unpack .../334-t1utils_1.41-4_arm64.deb ...
10:55:07 #10 35.50 Unpacking t1utils (1.41-4) ...
10:55:07 #10 35.59 Selecting previously unselected package unzip.
10:55:07 #10 35.59 Preparing to unpack .../335-unzip_6.0-26+deb11u1_arm64.deb ...
10:55:07 #10 35.59 Unpacking unzip (6.0-26+deb11u1) ...
10:55:07 #10 35.67 Selecting previously unselected package lintian.
10:55:07 #10 35.68 Preparing to unpack .../336-lintian_2.104.0_all.deb ...
10:55:07 #10 35.69 Unpacking lintian (2.104.0) ...
10:55:08 #10 36.05 Selecting previously unselected package lsb-release.
10:55:08 #10 36.06 Preparing to unpack .../337-lsb-release_11.1.0_all.deb ...
10:55:08 #10 36.06 Unpacking lsb-release (11.1.0) ...
10:55:08 #10 36.09 Selecting previously unselected package manpages-dev.
10:55:08 #10 36.10 Preparing to unpack .../338-manpages-dev_5.10-1_all.deb ...
10:55:08 #10 36.10 Unpacking manpages-dev (5.10-1) ...
10:55:08 #10 36.39 Selecting previously unselected package pbzip2.
10:55:08 #10 36.39 Preparing to unpack .../339-pbzip2_1.1.13-1_arm64.deb ...
10:55:08 #10 36.40 Unpacking pbzip2 (1.1.13-1) ...
10:55:08 #10 36.44 Selecting previously unselected package pixz.
10:55:08 #10 36.44 Preparing to unpack .../340-pixz_1.0.7-1_arm64.deb ...
10:55:08 #10 36.45 Unpacking pixz (1.0.7-1) ...
10:55:08 #10 36.48 Selecting previously unselected package xdelta.
10:55:08 #10 36.48 Preparing to unpack .../341-xdelta_1.1.3-9.3_arm64.deb ...
10:55:08 #10 36.48 Unpacking xdelta (1.1.3-9.3) ...
10:55:08 #10 36.52 Selecting previously unselected package xdelta3.
10:55:08 #10 36.52 Preparing to unpack .../342-xdelta3_3.0.11-dfsg-1+b1_arm64.deb ...
10:55:08 #10 36.52 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ...
10:55:08 #10 36.56 Selecting previously unselected package pristine-tar.
10:55:08 #10 36.56 Preparing to unpack .../343-pristine-tar_1.49_arm64.deb ...
10:55:08 #10 36.56 Unpacking pristine-tar (1.49) ...
10:55:08 #10 36.61 Selecting previously unselected package publicsuffix.
10:55:08 #10 36.61 Preparing to unpack .../344-publicsuffix_20220811.1734-0+deb11u1_all.deb ...
10:55:08 #10 36.62 Unpacking publicsuffix (20220811.1734-0+deb11u1) ...
10:55:08 #10 36.66 Selecting previously unselected package python-apt-common.
10:55:08 #10 36.66 Preparing to unpack .../345-python-apt-common_2.2.1_all.deb ...
10:55:08 #10 36.67 Unpacking python-apt-common (2.2.1) ...
10:55:08 #10 36.72 Selecting previously unselected package python3-apt.
10:55:09 #10 36.73 Preparing to unpack .../346-python3-apt_2.2.1_arm64.deb ...
10:55:09 #10 36.73 Unpacking python3-apt (2.2.1) ...
10:55:09 #10 36.78 Selecting previously unselected package python3-certifi.
10:55:09 #10 36.78 Preparing to unpack .../347-python3-certifi_2020.6.20-1_all.deb ...
10:55:09 #10 36.84 Unpacking python3-certifi (2020.6.20-1) ...
10:55:09 #10 36.89 Selecting previously unselected package python3-idna.
10:55:09 #10 36.90 Preparing to unpack .../348-python3-idna_2.10-1_all.deb ...
10:55:09 #10 36.90 Unpacking python3-idna (2.10-1) ...
10:55:09 #10 36.94 Selecting previously unselected package python3-magic.
10:55:09 #10 36.95 Preparing to unpack .../349-python3-magic_2%3a0.4.20-3_all.deb ...
10:55:09 #10 36.95 Unpacking python3-magic (2:0.4.20-3) ...
10:55:09 #10 36.99 Selecting previously unselected package python3-urllib3.
10:55:09 #10 37.00 Preparing to unpack .../350-python3-urllib3_1.26.5-1~exp1_all.deb ...
10:55:09 #10 37.00 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
10:55:09 #10 37.05 Selecting previously unselected package python3-requests.
10:55:09 #10 37.05 Preparing to unpack .../351-python3-requests_2.25.1+dfsg-2_all.deb ...
10:55:09 #10 37.06 Unpacking python3-requests (2.25.1+dfsg-2) ...
10:55:09 #10 37.09 Selecting previously unselected package python3-unidiff.
10:55:09 #10 37.10 Preparing to unpack .../352-python3-unidiff_0.5.5-2_all.deb ...
10:55:09 #10 37.10 Unpacking python3-unidiff (0.5.5-2) ...
10:55:09 #10 37.14 Selecting previously unselected package python3-xdg.
10:55:09 #10 37.14 Preparing to unpack .../353-python3-xdg_0.27-2_all.deb ...
10:55:09 #10 37.15 Unpacking python3-xdg (0.27-2) ...
10:55:09 #10 37.19 Selecting previously unselected package shared-mime-info.
10:55:09 #10 37.19 Preparing to unpack .../354-shared-mime-info_2.0-1_arm64.deb ...
10:55:09 #10 37.20 Unpacking shared-mime-info (2.0-1) ...
10:55:09 #10 37.30 Selecting previously unselected package strace.
10:55:09 #10 37.30 Preparing to unpack .../355-strace_5.10-1_arm64.deb ...
10:55:09 #10 37.30 Unpacking strace (5.10-1) ...
10:55:09 #10 37.37 Selecting previously unselected package xauth.
10:55:09 #10 37.37 Preparing to unpack .../356-xauth_1%3a1.1-1_arm64.deb ...
10:55:09 #10 37.38 Unpacking xauth (1:1.1-1) ...
10:55:09 #10 37.42 Selecting previously unselected package xdg-user-dirs.
10:55:09 #10 37.42 Preparing to unpack .../357-xdg-user-dirs_0.17-2_arm64.deb ...
10:55:09 #10 37.43 Unpacking xdg-user-dirs (0.17-2) ...
10:55:10 #10 37.58 Setting up libksba8:arm64 (1.5.0-3+deb11u2) ...
10:55:10 #10 37.60 Setting up media-types (4.0.0) ...
10:55:10 #10 37.61 Setting up libpipeline1:arm64 (1.5.3-1) ...
10:55:10 #10 37.63 Setting up wdiff (1.2.2-2+b1) ...
10:55:10 #10 37.64 Setting up libxau6:arm64 (1:1.0.9-1) ...
10:55:10 #10 37.66 Setting up libre2-9:arm64 (20210201+dfsg-1) ...
10:55:10 #10 37.67 Setting up libpsl5:arm64 (0.21.0-1.2) ...
10:55:10 #10 37.68 Setting up libgpm2:arm64 (1.20.7-8) ...
10:55:10 #10 37.69 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
10:55:10 #10 37.70 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
10:55:10 #10 37.71 Setting up libicu67:arm64 (67.1-7) ...
10:55:10 #10 37.72 Setting up libfcgi0ldbl:arm64 (2.4.2-2) ...
10:55:10 #10 37.74 Setting up xdg-user-dirs (0.17-2) ...
10:55:10 #10 37.77 Setting up libmagic-mgc (1:5.39-3) ...
10:55:10 #10 37.78 Setting up libyaml-0-2:arm64 (0.2.2-1) ...
10:55:10 #10 37.79 Setting up libglib2.0-0:arm64 (2.66.8-1) ...
10:55:10 #10 37.83 No schema files found: doing nothing.
10:55:10 #10 37.84 Setting up distro-info-data (0.51+deb11u3) ...
10:55:10 #10 37.85 Setting up manpages (5.10-1) ...
10:55:10 #10 37.86 Setting up unzip (6.0-26+deb11u1) ...
10:55:10 #10 37.87 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
10:55:10 #10 37.89 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
10:55:10 #10 37.90 Setting up libsqlite3-0:arm64 (3.34.1-3) ...
10:55:10 #10 37.91 Setting up libcbor0:arm64 (0.5.0+dfsg-2) ...
10:55:10 #10 37.92 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
10:55:10 #10 37.95 Setting up libfcgi-bin (2.4.2-2) ...
10:55:10 #10 37.96 Setting up binutils-common:arm64 (2.35.2-2) ...
10:55:10 #10 37.97 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
10:55:10 #10 37.98 Setting up libmagic1:arm64 (1:5.39-3) ...
10:55:10 #10 38.00 Setting up libdeflate0:arm64 (1.7-1) ...
10:55:10 #10 38.02 Setting up less (551-2) ...
10:55:10 #10 38.04 Setting up perl-openssl-defaults:arm64 (5) ...
10:55:10 #10 38.05 Setting up linux-libc-dev:arm64 (5.10.178-3) ...
10:55:10 #10 38.06 Setting up libctf-nobfd0:arm64 (2.35.2-2) ...
10:55:10 #10 38.07 Setting up gettext-base (0.21-4) ...
10:55:10 #10 38.09 Setting up liblzo2-2:arm64 (2.10-2) ...
10:55:10 #10 38.11 Setting up libnpth0:arm64 (1.6-3) ...
10:55:10 #10 38.12 Setting up file (1:5.39-3) ...
10:55:10 #10 38.13 Setting up libossp-uuid16:arm64 (1.6.2-1.5+b9) ...
10:55:10 #10 38.14 Setting up libassuan0:arm64 (2.5.3-7.1) ...
10:55:10 #10 38.16 Setting up libgomp1:arm64 (10.2.1-6) ...
10:55:10 #10 38.18 Setting up bzip2 (1.0.8-4) ...
10:55:10 #10 38.19 Setting up libldap-common (2.4.57+dfsg-3+deb11u1) ...
10:55:10 #10 38.20 Setting up pbzip2 (1.1.13-1) ...
10:55:10 #10 38.21 Setting up libjbig0:arm64 (2.1-3.1+b2) ...
10:55:10 #10 38.22 Setting up libfakeroot:arm64 (1.25.3-1.1) ...
10:55:10 #10 38.25 Setting up libasan6:arm64 (10.2.1-6) ...
10:55:10 #10 38.27 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
10:55:10 #10 38.28 Setting up fakeroot (1.25.3-1.1) ...
10:55:10 #10 38.29 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
10:55:10 #10 38.31 Setting up autotools-dev (20180224.1+nmu1) ...
10:55:10 #10 38.32 Setting up libglib2.0-data (2.66.8-1) ...
10:55:10 #10 38.34 Setting up libtirpc-dev:arm64 (1.3.1-1+deb11u1) ...
10:55:10 #10 38.35 Setting up libjpeg62-turbo:arm64 (1:2.0.6-4) ...
10:55:10 #10 38.36 Setting up libx11-data (2:1.7.2-1) ...
10:55:10 #10 38.42 Setting up make (4.3-4.1) ...
10:55:10 #10 38.44 Setting up libmpfr6:arm64 (4.1.0-3) ...
10:55:10 #10 38.49 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
10:55:10 #10 38.50 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
10:55:10 #10 38.51 Setting up lzip (1.22-3) ...
10:55:10 #10 38.54 Setting up strace (5.10-1) ...
10:55:10 #10 38.56 Setting up libsigsegv2:arm64 (2.13-1) ...
10:55:10 #10 38.58 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
10:55:10 #10 38.59 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
10:55:10 #10 38.59 Setting up t1utils (1.41-4) ...
10:55:10 #10 38.61 Setting up diffstat (1.64-1) ...
10:55:10 #10 38.62 Setting up libpng16-16:arm64 (1.6.37-3) ...
10:55:10 #10 38.64 Setting up libmpc3:arm64 (1.2.0-1) ...
10:55:10 #10 38.65 Setting up libatomic1:arm64 (10.2.1-6) ...
10:55:11 #10 38.66 Setting up patch (2.7.6-7) ...
10:55:11 #10 38.67 Setting up autopoint (0.21-4) ...
10:55:11 #10 38.68 Setting up libwebp6:arm64 (0.6.1-2.1) ...
10:55:11 #10 38.69 Setting up fonts-dejavu-core (2.37-2) ...
10:55:11 #10 38.75 Setting up libxdelta2 (1.1.3-9.3) ...
10:55:11 #10 38.76 Setting up libncursesw6:arm64 (6.2+20201114-2+deb11u1) ...
10:55:11 #10 38.77 Setting up libltdl7:arm64 (2.4.6-15) ...
10:55:11 #10 38.78 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
10:55:11 #10 38.80 Setting up libubsan1:arm64 (10.2.1-6) ...
10:55:11 #10 38.81 Setting up libmd0:arm64 (1.0.3-3) ...
10:55:11 #10 38.82 Setting up python-apt-common (2.2.1) ...
10:55:11 #10 38.83 Setting up libnsl-dev:arm64 (1.3.0-2) ...
10:55:11 #10 38.86 Setting up sensible-utils (0.0.14) ...
10:55:11 #10 38.88 Setting up xdelta3 (3.0.11-dfsg-1+b1) ...
10:55:11 #10 38.89 Setting up libcrypt-dev:arm64 (1:4.4.18-4) ...
10:55:11 #10 38.90 Setting up libuchardet0:arm64 (0.0.7-1) ...
10:55:11 #10 38.91 Setting up lzop (1.04-2) ...
10:55:11 #10 38.93 Setting up libmpdec3:arm64 (2.5.1-1) ...
10:55:11 #10 38.94 Setting up git-man (1:2.30.2-1+deb11u2) ...
10:55:11 #10 38.96 Setting up libssh2-1:arm64 (1.9.0-2) ...
10:55:11 #10 38.97 Setting up netbase (6.3) ...
10:55:11 #10 39.00 Setting up libtiff5:arm64 (4.2.0-1+deb11u4) ...
10:55:11 #10 39.01 Setting up libbinutils:arm64 (2.35.2-2) ...
10:55:11 #10 39.03 Setting up libfido2-1:arm64 (1.6.0-2) ...
10:55:11 #10 39.04 Setting up libisl23:arm64 (0.23-1) ...
10:55:11 #10 39.05 Setting up libc-dev-bin (2.31-13+deb11u6) ...
10:55:11 #10 39.06 Setting up openssl (1.1.1n-0+deb11u4) ...
10:55:11 #10 39.08 Setting up libbsd0:arm64 (0.11.3-1) ...
10:55:11 #10 39.10 Setting up libelf1:arm64 (0.183-1) ...
10:55:11 #10 39.11 Setting up readline-common (8.1-1) ...
10:55:11 #10 39.13 Setting up publicsuffix (20220811.1734-0+deb11u1) ...
10:55:11 #10 39.14 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u4) ...
10:55:11 #10 39.15 Setting up libmarkdown2:arm64 (2.2.6-1) ...
10:55:11 #10 39.17 Setting up libcc1-0:arm64 (10.2.1-6) ...
10:55:11 #10 39.18 Setting up iso-codes (4.6.0-1) ...
10:55:11 #10 39.19 Setting up liblocale-gettext-perl (1.07-4+b1) ...
10:55:11 #10 39.20 Setting up liblsan0:arm64 (10.2.1-6) ...
10:55:11 #10 39.22 Setting up cpp-10 (10.2.1-6) ...
10:55:11 #10 39.24 Setting up dctrl-tools (2.24-3) ...
10:55:11 #10 39.26 Setting up libitm1:arm64 (10.2.1-6) ...
10:55:11 #10 39.27 Setting up debian-keyring (2021.07.26) ...
10:55:11 #10 39.28 Setting up libgdbm6:arm64 (1.19-2) ...
10:55:11 #10 39.29 Setting up libtsan0:arm64 (10.2.1-6) ...
10:55:11 #10 39.30 Setting up libctf0:arm64 (2.35.2-2) ...
10:55:11 #10 39.32 Setting up pinentry-curses (1.1.0-4) ...
10:55:11 #10 39.33 Setting up manpages-dev (5.10-1) ...
10:55:11 #10 39.34 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
10:55:11 #10 39.36 Setting up libxcb1:arm64 (1.14-3) ...
10:55:11 #10 39.37 Setting up gettext (0.21-4) ...
10:55:11 #10 39.39 Setting up xdelta (1.1.3-9.3) ...
10:55:11 #10 39.39 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
10:55:11 #10 39.40 Setting up libgcc-10-dev:arm64 (10.2.1-6) ...
10:55:11 #10 39.49 Setting up libedit2:arm64 (3.1-20191231-2+b1) ...
10:55:11 #10 39.51 Setting up libreadline8:arm64 (8.1-1) ...
10:55:11 #10 39.52 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
10:55:11 #10 39.54 Setting up m4 (1.4.18-5) ...
10:55:11 #10 39.54 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
10:55:11 #10 39.60 Setting up libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u7) ...
10:55:11 #10 39.63 Setting up binutils (2.35.2-2) ...
10:55:12 #10 39.65 Setting up ca-certificates (20210119) ...
10:55:12 #10 40.12 Updating certificates in /etc/ssl/certs...
10:55:12 #10 40.65 129 added, 0 removed; done.
10:55:12 #10 40.69 Setting up libfreetype6:arm64 (2.10.4+dfsg-1+deb11u1) ...
10:55:12 #10 40.71 Setting up shared-mime-info (2.0-1) ...
10:55:15 #10 43.20 Setting up libgdbm-compat4:arm64 (1.19-2) ...
10:55:15 #10 43.21 Setting up ucf (3.0043) ...
10:55:15 #10 43.32 Setting up libperl5.32:arm64 (5.32.1-4+deb11u2) ...
10:55:15 #10 43.33 Setting up gcc-10 (10.2.1-6) ...
10:55:15 #10 43.35 Setting up dwz (0.13+20210201-1) ...
10:55:15 #10 43.36 Setting up groff-base (1.22.4-6) ...
10:55:15 #10 43.38 Setting up cpp (4:10.2.1-1) ...
10:55:15 #10 43.41 Setting up pixz (1.0.7-1) ...
10:55:15 #10 43.42 Setting up gpgconf (2.2.27-2+deb11u2) ...
10:55:15 #10 43.44 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u7) ...
10:55:15 #10 43.45 Setting up libc6-dev:arm64 (2.31-13+deb11u6) ...
10:55:15 #10 43.46 Setting up libx11-6:arm64 (2:1.7.2-1) ...
10:55:15 #10 43.48 Setting up curl (7.74.0-1.3+deb11u7) ...
10:55:15 #10 43.49 Setting up libxmuu1:arm64 (2:1.1.2-2+b3) ...
10:55:15 #10 43.51 Setting up gpg (2.2.27-2+deb11u2) ...
10:55:15 #10 43.52 Setting up libpython3.9-stdlib:arm64 (3.9.2-1) ...
10:55:15 #10 43.53 Setting up libpython3-stdlib:arm64 (3.9.2-3) ...
10:55:15 #10 43.55 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
10:55:15 #10 43.56 Setting up libstdc++-10-dev:arm64 (10.2.1-6) ...
10:55:15 #10 43.58 Setting up gpg-agent (2.2.27-2+deb11u2) ...
10:55:16 #10 44.05 Setting up g++-10 (10.2.1-6) ...
10:55:16 #10 44.06 Setting up libxpm4:arm64 (1:3.5.12-1.1~deb11u1) ...
10:55:16 #10 44.08 Setting up libtool (2.4.6-15) ...
10:55:16 #10 44.09 Setting up fontconfig-config (2.13.1-4.2) ...
10:55:16 #10 44.31 Setting up openssh-client (1:8.4p1-5+deb11u1) ...
10:55:16 #10 44.41 Setting up gpgsm (2.2.27-2+deb11u2) ...
10:55:16 #10 44.42 Setting up libxext6:arm64 (2:1.3.3-1.1) ...
10:55:16 #10 44.44 Setting up man-db (2.9.4-2) ...
10:55:17 #10 44.57 Building database of manual pages ...
10:55:31 #10 58.30 Setting up libgpgme11:arm64 (1.14.0-1+b2) ...
10:55:31 #10 58.35 Setting up gcc (4:10.2.1-1) ...
10:55:31 #10 58.38 Setting up dirmngr (2.2.27-2+deb11u2) ...
10:55:31 #10 58.52 Setting up perl (5.32.1-4+deb11u2) ...
10:55:31 #10 58.54 Setting up libpackage-stash-xs-perl (0.29-1+b2) ...
10:55:31 #10 58.55 Setting up libclass-data-inheritable-perl (0.08-3) ...
10:55:31 #10 58.57 Setting up libdata-dump-perl (1.23-1.1) ...
10:55:31 #10 58.58 Setting up libref-util-perl (0.204-1) ...
10:55:31 #10 58.59 Setting up libipc-system-simple-perl (1.30-1) ...
10:55:31 #10 58.60 Setting up libnet-domain-tld-perl (1.75-1.1) ...
10:55:31 #10 58.62 Setting up libhash-fieldhash-perl (0.15-1+b3) ...
10:55:31 #10 58.63 Setting up libvariable-magic-perl (0.62-1+b3) ...
10:55:31 #10 58.65 Setting up libio-html-perl (1.004-2) ...
10:55:31 #10 58.66 Setting up libpod-parser-perl (1.63-2) ...
10:55:31 #10 58.67 Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
10:55:31 #10 58.68 Setting up liblist-moreutils-xs-perl (0.430-2) ...
10:55:31 #10 58.70 Setting up libparams-util-perl (1.102-1+b1) ...
10:55:31 #10 58.71 Setting up libdpkg-perl (1.20.12) ...
10:55:31 #10 58.72 Setting up libtime-duration-perl (1.21-1) ...
10:55:31 #10 58.73 Setting up autoconf (2.69-14) ...
10:55:31 #10 58.75 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
10:55:31 #10 58.76 Setting up libarray-intspan-perl (2.004-1) ...
10:55:31 #10 58.78 Setting up libcapture-tiny-perl (0.48-1) ...
10:55:31 #10 58.79 Setting up libtimedate-perl (2.3300-2) ...
10:55:31 #10 58.80 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
10:55:31 #10 58.82 Setting up libsub-name-perl (0.26-1+b1) ...
10:55:31 #10 58.83 Setting up libtype-tiny-xs-perl (0.022-1) ...
10:55:31 #10 58.85 Setting up g++ (4:10.2.1-1) ...
10:55:31 #10 58.87 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
10:55:31 #10 58.88 Setting up libdata-validate-domain-perl (0.10-1.1) ...
10:55:31 #10 58.89 Setting up libproc-processtable-perl (0.59-2+b1) ...
10:55:31 #10 58.90 Setting up libfile-chdir-perl (0.1008-1.1) ...
10:55:31 #10 58.91 Setting up xauth (1:1.1-1) ...
10:55:31 #10 58.93 Setting up libpath-tiny-perl (0.118-1) ...
10:55:31 #10 58.94 Setting up libarchive-cpio-perl (0.10-1.1) ...
10:55:31 #10 58.96 Setting up libjson-perl (4.03000-1) ...
10:55:31 #10 58.97 Setting up libipc-run3-perl (0.048-2) ...
10:55:31 #10 58.98 Setting up libfcgi-perl:arm64 (0.79+ds-2) ...
10:55:31 #10 58.99 Setting up libsub-override-perl (0.09-2) ...
10:55:31 #10 59.01 Setting up libaliased-perl (0.34-1.1) ...
10:55:31 #10 59.02 Setting up libstrictures-perl (2.000006-1) ...
10:55:31 #10 59.03 Setting up libsub-quote-perl (2.006006-1) ...
10:55:31 #10 59.05 Setting up libdevel-stacktrace-perl (2.0400-1) ...
10:55:31 #10 59.06 Setting up libclass-xsaccessor-perl (1.19-3+b7) ...
10:55:31 #10 59.07 Setting up libfontconfig1:arm64 (2.13.1-4.2) ...
10:55:31 #10 59.09 Setting up libsort-versions-perl (1.62-1) ...
10:55:31 #10 59.10 Setting up libexporter-tiny-perl (1.002002-1) ...
10:55:31 #10 59.11 Setting up libre-engine-re2-perl:arm64 (0.14-1) ...
10:55:31 #10 59.13 Setting up libfile-dirlist-perl (0.05-2) ...
10:55:31 #10 59.14 Setting up libterm-readkey-perl (2.38-1+b2) ...
10:55:31 #10 59.15 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ...
10:55:31 #10 59.17 Setting up libperlio-gzip-perl (0.19-1+b7) ...
10:55:31 #10 59.18 Setting up libsys-hostname-long-perl (1.5-2) ...
10:55:31 #10 59.19 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
10:55:31 #10 59.20 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ...
10:55:31 #10 59.21 Setting up liburi-perl (5.08-1) ...
10:55:31 #10 59.23 Setting up libfile-touch-perl (0.11-1) ...
10:55:31 #10 59.24 Setting up python3.9 (3.9.2-1) ...
10:55:32 #10 59.88 Setting up libemail-address-xs-perl (1.04-1+b3) ...
10:55:32 #10 59.89 Setting up libnet-ssleay-perl (1.88-3+b1) ...
10:55:32 #10 59.91 Setting up automake (1:1.16.3-2) ...
10:55:32 #10 59.91 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
10:55:32 #10 59.92 Setting up libapt-pkg-perl (0.1.39) ...
10:55:32 #10 59.93 Setting up libio-sessiondata-perl (1.03-1.1) ...
10:55:32 #10 59.95 Setting up libstring-escape-perl (2010.002-2) ...
10:55:32 #10 59.96 Setting up libhttp-date-perl (6.05-1) ...
10:55:32 #10 59.97 Setting up libfile-which-perl (1.23-1) ...
10:55:32 #10 59.99 Setting up libfile-basedir-perl (0.08-1) ...
10:55:32 #10 60.00 Setting up libnumber-range-perl (0.12-1.1) ...
10:55:32 #10 60.01 Setting up libtask-weaken-perl (1.06-1) ...
10:55:32 #10 60.03 Setting up libunicode-utf8-perl (0.62-1+b2) ...
10:55:32 #10 60.04 Setting up libmouse-perl (2.5.10-1+b1) ...
10:55:32 #10 60.05 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ...
10:55:32 #10 60.06 Setting up libfile-listing-perl (6.14-1) ...
10:55:32 #10 60.07 Setting up libsys-cpuaffinity-perl:arm64 (1.13~03-1) ...
10:55:32 #10 60.08 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
10:55:32 #10 60.10 Setting up libregexp-pattern-perl (0.2.14-1) ...
10:55:32 #10 60.14 Setting up libdata-messagepack-perl (1.00-4+b1) ...
10:55:32 #10 60.15 Setting up libclass-inspector-perl (1.36-1) ...
10:55:32 #10 60.16 Setting up libfont-afm-perl (1.20-3) ...
10:55:32 #10 60.17 Setting up libwant-perl (0.29-1+b6) ...
10:55:32 #10 60.18 Setting up libdynaloader-functions-perl (0.003-1.1) ...
10:55:32 #10 60.20 Setting up libtext-glob-perl (0.11-1) ...
10:55:32 #10 60.21 Setting up libclass-method-modifiers-perl (2.13-1) ...
10:55:32 #10 60.22 Setting up liblist-compare-perl (0.55-1) ...
10:55:32 #10 60.25 Setting up libref-util-xs-perl (0.117-1+b3) ...
10:55:32 #10 60.26 Setting up libio-pty-perl (1:1.15-2) ...
10:55:32 #10 60.28 Setting up libfile-fcntllock-perl (0.22-3+b7) ...
10:55:32 #10 60.29 Setting up libsort-key-perl (1.33-2+b3) ...
10:55:32 #10 60.30 Setting up libclone-perl (0.45-1+b1) ...
10:55:32 #10 60.31 Setting up libalgorithm-diff-perl (1.201-1) ...
10:55:32 #10 60.32 Setting up libarchive-zip-perl (1.68-1) ...
10:55:32 #10 60.34 Setting up libsub-identify-perl (0.14-1+b3) ...
10:55:32 #10 60.35 Setting up libdistro-info-perl (1.0) ...
10:55:32 #10 60.36 Setting up libcpanel-json-xs-perl (4.25-1+b1) ...
10:55:32 #10 60.37 Setting up libobject-id-perl (0.1.2-2.1) ...
10:55:32 #10 60.38 Setting up libio-stringy-perl (2.111-3) ...
10:55:32 #10 60.40 Setting up liblist-moreutils-perl (0.430-2) ...
10:55:32 #10 60.41 Setting up libhtml-tagset-perl (3.20-4) ...
10:55:32 #10 60.42 Setting up liblog-any-perl (1.709-1) ...
10:55:32 #10 60.43 Setting up libauthen-sasl-perl (2.1600-1.1) ...
10:55:32 #10 60.44 Setting up libdevel-size-perl (0.83-1+b2) ...
10:55:32 #10 60.46 Setting up libdebhelper-perl (13.3.4) ...
10:55:32 #10 60.47 Setting up libpod-constants-perl (0.19-2) ...
10:55:32 #10 60.49 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
10:55:32 #10 60.50 Setting up libconvert-binhex-perl (1.125-1) ...
10:55:32 #10 60.51 Setting up liblwp-mediatypes-perl (6.04-1) ...
10:55:32 #10 60.52 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ...
10:55:32 #10 60.53 Setting up libtry-tiny-perl (0.30-1) ...
10:55:32 #10 60.55 Setting up libtype-tiny-perl (1.012001-2) ...
10:55:32 #10 60.56 Setting up libcommon-sense-perl (3.75-1+b4) ...
10:55:32 #10 60.57 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
10:55:32 #10 60.58 Setting up libnet-http-perl (6.20-1) ...
10:55:32 #10 60.60 Setting up libtext-markdown-discount-perl:arm64 (0.12-1+b1) ...
10:55:32 #10 60.61 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
10:55:32 #10 60.62 Setting up libtime-moment-perl (0.44-1+b3) ...
10:55:32 #10 60.64 Setting up libencode-locale-perl (1.05-1.1) ...
10:55:32 #10 60.65 Setting up python3 (3.9.2-3) ...
10:55:33 #10 60.93 Setting up libexception-class-perl (1.44-1) ...
10:55:33 #10 60.94 Setting up python3-xdg (0.27-2) ...
10:55:33 #10 61.11 Setting up libconfig-tiny-perl (2.26-1) ...
10:55:33 #10 61.12 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ...
10:55:33 #10 61.13 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
10:55:33 #10 61.14 Setting up liblist-utilsby-perl (0.11-1) ...
10:55:33 #10 61.15 Setting up libstring-shellquote-perl (1.04-1) ...
10:55:33 #10 61.16 Setting up libsub-install-perl (0.928-1.1) ...
10:55:33 #10 61.17 Setting up dpkg-dev (1.20.12) ...
10:55:33 #10 61.19 Setting up libnumber-compare-perl (0.03-1.1) ...
10:55:33 #10 61.20 Setting up intltool-debian (0.35.0+20060710.5) ...
10:55:33 #10 61.21 Setting up liberror-perl (0.17029-1) ...
10:55:33 #10 61.23 Setting up python3-six (1.16.0-2) ...
10:55:33 #10 61.36 Setting up dh-autoreconf (20) ...
10:55:33 #10 61.37 Setting up patchutils (0.4.2-1) ...
10:55:33 #10 61.38 Setting up libmail-sendmail-perl (0.80-1.1) ...
10:55:33 #10 61.40 Setting up libltdl-dev:arm64 (2.4.6-15) ...
10:55:33 #10 61.41 Setting up libjson-maybexs-perl (1.004003-1) ...
10:55:33 #10 61.42 Setting up libxml-sax-base-perl (1.09-1.1) ...
10:55:33 #10 61.43 Setting up libio-string-perl (1.08-3.1) ...
10:55:33 #10 61.44 Setting up libreadonly-perl (2.050-3) ...
10:55:33 #10 61.45 Setting up python3-gpg (1.14.0-1+b2) ...
10:55:34 #10 61.62 Setting up python3-certifi (2020.6.20-1) ...
10:55:34 #10 61.75 Setting up libfile-find-rule-perl (0.34-1) ...
10:55:34 #10 61.76 Setting up libstring-copyright-perl (0.003006-1) ...
10:55:34 #10 61.77 Setting up libgd3:arm64 (2.3.0-2) ...
10:55:34 #10 61.78 Setting up python3-idna (2.10-1) ...
10:55:34 #10 61.98 Setting up libdata-optlist-perl (0.110-1.1) ...
10:55:34 #10 61.99 Setting up libipc-run-perl (20200505.0-1) ...
10:55:34 #10 62.01 Setting up git (1:2.30.2-1+deb11u2) ...
10:55:34 #10 62.04 Setting up libtext-xslate-perl (3.5.8-1+b1) ...
10:55:34 #10 62.05 Setting up python3-urllib3 (1.26.5-1~exp1) ...
10:55:34 #10 62.22 Setting up libcontextual-return-perl (0.004014-2) ...
10:55:34 #10 62.23 Setting up libwww-robotrules-perl (6.02-1) ...
10:55:34 #10 62.24 Setting up libtypes-serialiser-perl (1.01-1) ...
10:55:34 #10 62.25 Setting up libhtml-parser-perl (3.75-1+b1) ...
10:55:34 #10 62.27 Setting up libgit-wrapper-perl (0.048-1) ...
10:55:34 #10 62.28 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
10:55:34 #10 62.29 Setting up librole-tiny-perl (2.002004-1) ...
10:55:34 #10 62.30 Setting up gnupg (2.2.27-2+deb11u2) ...
10:55:34 #10 62.32 Setting up build-essential (12.9) ...
10:55:34 #10 62.33 Setting up python3-unidiff (0.5.5-2) ...
10:55:34 #10 62.46 Setting up lsb-release (11.1.0) ...
10:55:34 #10 62.48 Setting up libfont-ttf-perl (1.06-1.1) ...
10:55:34 #10 62.49 Setting up libfile-homedir-perl (1.006-1) ...
10:55:34 #10 62.51 Setting up python3-magic (2:0.4.20-3) ...
10:55:35 #10 62.65 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
10:55:35 #10 62.66 Setting up pristine-tar (1.49) ...
10:55:35 #10 62.67 Setting up libio-socket-ssl-perl (2.069-1) ...
10:55:35 #10 62.69 Setting up libsub-exporter-perl (0.987-1) ...
10:55:35 #10 62.70 Setting up libc-devtools (2.31-13+deb11u6) ...
10:55:35 #10 62.71 Setting up libalgorithm-merge-perl (0.08-3) ...
10:55:35 #10 62.72 Setting up libhttp-message-perl (6.28-1) ...
10:55:35 #10 62.73 Setting up libhtml-form-perl (6.07-1) ...
10:55:35 #10 62.75 Setting up python3-pkg-resources (52.0.0-4) ...
10:55:35 #10 62.94 Setting up libiterator-perl (0.03+ds1-1.1) ...
10:55:35 #10 62.95 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
10:55:35 #10 62.96 Setting up libjson-xs-perl (4.030-1+b1) ...
10:55:35 #10 62.97 Setting up libhttp-negotiate-perl (6.01-1) ...
10:55:35 #10 62.98 Setting up libio-prompter-perl (0.004015-1) ...
10:55:35 #10 62.99 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
10:55:35 #10 63.00 Setting up libhttp-cookies-perl (6.10-1) ...
10:55:35 #10 63.01 Setting up python3-apt (2.2.1) ...
10:55:35 #10 63.17 Setting up po-debconf (1.0.21+nmu1) ...
10:55:35 #10 63.18 Setting up libhtml-tree-perl (5.07-2) ...
10:55:35 #10 63.19 Setting up libparams-classify-perl (0.015-1+b3) ...
10:55:35 #10 63.20 Setting up libpath-iterator-rule-perl (1.014-1) ...
10:55:35 #10 63.21 Setting up libhtml-format-perl (2.12-1.1) ...
10:55:35 #10 63.22 Setting up libxml-sax-perl (1.02+dfsg-1) ...
10:55:35 #10 63.28 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
10:55:35 #10 63.34 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
10:55:35 #10 63.48 
10:55:35 #10 63.48 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
10:55:35 #10 63.57 Setting up python3-chardet (4.0.0-1) ...
10:55:36 #10 63.90 Setting up libnet-smtp-ssl-perl (1.04-1) ...
10:55:36 #10 63.91 Setting up libmodule-runtime-perl (0.016-1) ...
10:55:36 #10 63.93 Setting up libmailtools-perl (2.21-1) ...
10:55:36 #10 63.94 Setting up python3-debian (0.1.39) ...
10:55:36 #10 64.10 Setting up python3-requests (2.25.1+dfsg-2) ...
10:55:36 #10 64.25 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
10:55:36 #10 64.29 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
10:55:36 #10 64.36 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
10:55:36 #10 64.43 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
10:55:36 #10 64.56 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
10:55:36 #10 64.63 Setting up dh-strip-nondeterminism (1.12.0-1) ...
10:55:37 #10 64.64 Setting up libconst-fast-perl (0.014-1.1) ...
10:55:37 #10 64.65 Setting up libhttp-daemon-perl (6.12-1+deb11u1) ...
10:55:37 #10 64.67 Setting up libdata-dpath-perl (0.58-1) ...
10:55:37 #10 64.68 Setting up libmodule-implementation-perl (0.09-1.1) ...
10:55:37 #10 64.69 Setting up libpackage-stash-perl (0.39-1) ...
10:55:37 #10 64.70 Setting up libimport-into-perl (1.002005-1) ...
10:55:37 #10 64.71 Setting up libmoo-perl (2.004004-1) ...
10:55:37 #10 64.72 Setting up liblist-someutils-perl (0.58-1) ...
10:55:37 #10 64.73 Setting up debhelper (13.3.4) ...
10:55:37 #10 64.74 Setting up libmime-tools-perl (5.509-1) ...
10:55:37 #10 64.75 Setting up dput (1.1.0) ...
10:55:37 #10 64.92 Setting up liblist-someutils-xs-perl (0.58-2+b1) ...
10:55:37 #10 64.93 Setting up equivs (2.3.1) ...
10:55:37 #10 64.94 Setting up libmoox-aliases-perl (0.001006-1.1) ...
10:55:37 #10 64.95 Setting up libparams-validate-perl:arm64 (1.30-1+b1) ...
10:55:37 #10 64.96 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
10:55:37 #10 64.97 Setting up libnamespace-clean-perl (0.27-1) ...
10:55:37 #10 65.00 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
10:55:37 #10 65.01 Setting up libnamespace-autoclean-perl (0.29-1) ...
10:55:37 #10 65.03 Setting up libgitlab-api-v4-perl (0.26-1) ...
10:55:37 #10 65.04 Setting up libmoox-struct-perl (0.020-1) ...
10:55:37 #10 65.05 Setting up lintian (2.104.0) ...
10:55:37 #10 65.06 Setting up licensecheck (3.1.1-2) ...
10:55:37 #10 65.08 Setting up liblwp-protocol-https-perl (6.10-1) ...
10:55:37 #10 65.09 Setting up libwww-perl (6.52-1) ...
10:55:37 #10 65.11 Setting up devscripts (2.21.3+deb11u1) ...
10:55:37 #10 65.27 Setting up libxml-parser-perl:arm64 (2.46-2) ...
10:55:37 #10 65.28 Setting up libxml-sax-expat-perl (0.51-1) ...
10:55:37 #10 65.33 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
10:55:37 #10 65.38 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
10:55:37 #10 65.52 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
10:55:37 #10 65.56 Setting up libsoap-lite-perl (1.27-1) ...
10:55:37 #10 65.58 Setting up libxmlrpc-lite-perl (0.717-4) ...
10:55:37 #10 65.59 Processing triggers for libc-bin (2.31-13+deb11u6) ...
10:55:37 #10 65.63 Processing triggers for ca-certificates (20210119) ...
10:55:38 #10 65.63 Updating certificates in /etc/ssl/certs...
10:55:38 #10 66.06 0 added, 0 removed; done.
10:55:38 #10 66.06 Running hooks in /etc/ca-certificates/update.d...
10:55:38 #10 66.06 done.
10:55:39 #10 DONE 66.9s
10:55:39 
10:55:39 #11 [stage-1 3/8] COPY common /root/build-deb/debian
10:55:39 #11 DONE 0.0s
10:55:39 
10:55:39 #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:39 #12 0.659 Hit:1 http://deb.debian.org/debian bullseye InRelease
10:55:39 #12 0.659 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
10:55:39 #12 0.659 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
10:55:41 #12 1.008 Reading package lists...
10:55:41 #12 1.811 dpkg-buildpackage: info: source package docker-ce-build-deps
10:55:41 #12 1.811 dpkg-buildpackage: info: source version 1.0
10:55:41 #12 1.811 dpkg-buildpackage: info: source distribution unstable
10:55:41 #12 1.811 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
10:55:41 #12 1.846 dpkg-buildpackage: info: host architecture arm64
10:55:41 #12 1.846  dpkg-source --before-build .
10:55:41 #12 1.943  debian/rules clean
10:55:41 #12 1.945 dh clean
10:55:41 #12 2.021    dh_clean
10:55:41 #12 2.055  debian/rules binary
10:55:41 #12 2.057 dh binary
10:55:41 #12 2.121    dh_update_autotools_config
10:55:41 #12 2.150    dh_autoreconf
10:55:41 #12 2.189    create-stamp debian/debhelper-build-stamp
10:55:41 #12 2.189    dh_prep
10:55:41 #12 2.218    dh_install
10:55:41 #12 2.250    dh_installdocs
10:55:41 #12 2.286    dh_installchangelogs
10:55:41 #12 2.366    dh_perl
10:55:41 #12 2.400    dh_link
10:55:41 #12 2.432    dh_strip_nondeterminism
10:55:41 #12 2.494    dh_compress
10:55:41 #12 2.535    dh_fixperms
10:55:41 #12 2.578    dh_missing
10:55:41 #12 2.603    dh_installdeb
10:55:42 #12 2.635    dh_gencontrol
10:55:42 #12 2.748    dh_md5sums
10:55:42 #12 2.783    dh_builddeb
10:55:42 #12 2.809 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
10:55:42 #12 2.827  dpkg-genbuildinfo --build=binary
10:55:42 #12 2.967  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_arm64.changes
10:55:42 #12 3.044 dpkg-genchanges: info: binary-only upload (no source code included)
10:55:42 #12 3.047  dpkg-source --after-build .
10:55:42 #12 3.144 dpkg-buildpackage: info: binary-only upload (no source included)
10:55:42 #12 3.149 
10:55:42 #12 3.149 The package has been created.
10:55:42 #12 3.149 Attention, the package has been created in the current directory,
10:55:42 #12 3.149 not in ".." as indicated by the message above!
10:55:42 #12 3.171 Selecting previously unselected package docker-ce-build-deps.
10:55:42 #12 3.186 (Reading database ... 28647 files and directories currently installed.)
10:55:42 #12 3.188 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
10:55:42 #12 3.191 Unpacking docker-ce-build-deps (1.0) ...
10:55:43 #12 3.236 Reading package lists...
10:55:43 #12 3.763 Building dependency tree...
10:55:43 #12 3.907 Reading state information...
10:55:43 #12 3.931 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
10:55:43 #12 4.122 Starting 2 pkgProblemResolver with broken count: 0
10:55:43 #12 4.124 Done
10:55:43 #12 4.288  Done
10:55:43 #12 4.447 Starting pkgProblemResolver with broken count: 0
10:55:43 #12 4.479 Starting 2 pkgProblemResolver with broken count: 0
10:55:43 #12 4.482 Done
10:55:43 #12 4.743 The following additional packages will be installed:
10:55:44 #12 4.744   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
10:55:44 #12 4.744   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
10:55:44 #12 4.744   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
10:55:44 #12 4.744   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
10:55:44 #12 4.745   libsystemd-dev libudev-dev libuv1 pkg-config procps
10:55:44 #12 4.746 Suggested packages:
10:55:44 #12 4.746   cmake-doc ninja-build apparmor-easyprof seccomp
10:55:44 #12 4.746 Recommended packages:
10:55:44 #12 4.746   psmisc
10:55:44 #12 4.917 The following NEW packages will be installed:
10:55:44 #12 4.917   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
10:55:44 #12 4.918   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
10:55:44 #12 4.918   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
10:55:44 #12 4.918   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
10:55:44 #12 4.918   libsystemd-dev libudev-dev libuv1 pkg-config procps
10:55:44 #12 5.191 0 upgraded, 26 newly installed, 0 to remove and 0 not upgraded.
10:55:44 #12 5.191 1 not fully installed or removed.
10:55:44 #12 5.191 Need to get 9696 kB of archives.
10:55:44 #12 5.191 After this operation, 44.0 MB of additional disk space will be used.
10:55:44 #12 5.191 Get:1 http://deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
10:55:44 #12 5.196 Get:2 http://deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
10:55:44 #12 5.204 Get:3 http://deb.debian.org/debian bullseye/main arm64 libncurses6 arm64 6.2+20201114-2+deb11u1 [93.1 kB]
10:55:44 #12 5.205 Get:4 http://deb.debian.org/debian bullseye/main arm64 libprocps8 arm64 2:3.3.17-5 [61.9 kB]
10:55:44 #12 5.206 Get:5 http://deb.debian.org/debian bullseye/main arm64 procps arm64 2:3.3.17-5 [497 kB]
10:55:44 #12 5.209 Get:6 http://deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
10:55:44 #12 5.209 Get:7 http://deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
10:55:44 #12 5.210 Get:8 http://deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
10:55:44 #12 5.211 Get:9 http://deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
10:55:44 #12 5.232 Get:10 http://deb.debian.org/debian bullseye/main arm64 dh-apparmor all 2.13.6-10 [75.2 kB]
10:55:44 #12 5.233 Get:11 http://deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
10:55:44 #12 5.234 Get:12 http://deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
10:55:44 #12 5.236 Get:13 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
10:55:44 #12 5.236 Get:14 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
10:55:44 #12 5.237 Get:15 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
10:55:44 #12 5.237 Get:16 http://deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u2 [123 kB]
10:55:44 #12 5.238 Get:17 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
10:55:44 #12 5.240 Get:18 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
10:55:44 #12 5.241 Get:19 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
10:55:44 #12 5.242 Get:20 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
10:55:44 #12 5.242 Get:21 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
10:55:44 #12 5.246 Get:22 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
10:55:44 #12 5.247 Get:23 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
10:55:44 #12 5.248 Get:24 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
10:55:44 #12 5.249 Get:25 http://deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u2 [401 kB]
10:55:44 #12 5.256 Get:26 http://deb.debian.org/debian bullseye/main arm64 pkg-config arm64 0.29.2-1 [63.6 kB]
10:55:44 #12 5.422 debconf: delaying package configuration, since apt-utils is not installed
10:55:44 #12 5.469 Fetched 9696 kB in 0s (29.4 MB/s)
10:55:44 #12 5.499 Selecting previously unselected package bash-completion.
10:55:44 #12 5.499 (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 ... 28651 files and directories currently installed.)
10:55:44 #12 5.514 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
10:55:45 #12 6.147 Unpacking bash-completion (1:2.11-2) ...
10:55:45 #12 6.273 Selecting previously unselected package cmake-data.
10:55:45 #12 6.277 Preparing to unpack .../01-cmake-data_3.18.4-2+deb11u1_all.deb ...
10:55:45 #12 6.284 Unpacking cmake-data (3.18.4-2+deb11u1) ...
10:55:45 #12 6.631 Selecting previously unselected package libncurses6:arm64.
10:55:45 #12 6.636 Preparing to unpack .../02-libncurses6_6.2+20201114-2+deb11u1_arm64.deb ...
10:55:45 #12 6.643 Unpacking libncurses6:arm64 (6.2+20201114-2+deb11u1) ...
10:55:45 #12 6.683 Selecting previously unselected package libprocps8:arm64.
10:55:45 #12 6.687 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_arm64.deb ...
10:55:45 #12 6.691 Unpacking libprocps8:arm64 (2:3.3.17-5) ...
10:55:45 #12 6.734 Selecting previously unselected package procps.
10:55:45 #12 6.737 Preparing to unpack .../04-procps_2%3a3.3.17-5_arm64.deb ...
10:55:45 #12 6.746 Unpacking procps (2:3.3.17-5) ...
10:55:45 #12 6.818 Selecting previously unselected package libjsoncpp24:arm64.
10:55:45 #12 6.822 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_arm64.deb ...
10:55:45 #12 6.826 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
10:55:45 #12 6.865 Selecting previously unselected package librhash0:arm64.
10:55:46 #12 6.868 Preparing to unpack .../06-librhash0_1.4.1-2_arm64.deb ...
10:55:46 #12 6.873 Unpacking librhash0:arm64 (1.4.1-2) ...
10:55:46 #12 6.917 Selecting previously unselected package libuv1:arm64.
10:55:46 #12 6.921 Preparing to unpack .../07-libuv1_1.40.0-2_arm64.deb ...
10:55:46 #12 6.925 Unpacking libuv1:arm64 (1.40.0-2) ...
10:55:46 #12 6.962 Selecting previously unselected package cmake.
10:55:46 #12 6.966 Preparing to unpack .../08-cmake_3.18.4-2+deb11u1_arm64.deb ...
10:55:46 #12 6.969 Unpacking cmake (3.18.4-2+deb11u1) ...
10:55:46 #12 7.294 Selecting previously unselected package dh-apparmor.
10:55:46 #12 7.298 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
10:55:46 #12 7.301 Unpacking dh-apparmor (2.13.6-10) ...
10:55:46 #12 7.340 Selecting previously unselected package libbtrfs0:arm64.
10:55:46 #12 7.344 Preparing to unpack .../10-libbtrfs0_5.10.1-2_arm64.deb ...
10:55:46 #12 7.347 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
10:55:46 #12 7.391 Selecting previously unselected package libbtrfs-dev:arm64.
10:55:46 #12 7.395 Preparing to unpack .../11-libbtrfs-dev_5.10.1-2_arm64.deb ...
10:55:46 #12 7.398 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
10:55:46 #12 7.450 Selecting previously unselected package dmsetup.
10:55:46 #12 7.454 Preparing to unpack .../12-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
10:55:46 #12 7.458 Unpacking dmsetup (2:1.02.175-2.1) ...
10:55:46 #12 7.528 Selecting previously unselected package libdevmapper1.02.1:arm64.
10:55:46 #12 7.531 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
10:55:46 #12 7.535 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
10:55:46 #12 7.580 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
10:55:46 #12 7.583 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
10:55:46 #12 7.587 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
10:55:46 #12 7.619 Selecting previously unselected package libudev-dev:arm64.
10:55:46 #12 7.622 Preparing to unpack .../15-libudev-dev_247.3-7+deb11u2_arm64.deb ...
10:55:46 #12 7.625 Unpacking libudev-dev:arm64 (247.3-7+deb11u2) ...
10:55:46 #12 7.667 Selecting previously unselected package libsepol1-dev:arm64.
10:55:47 #12 7.671 Preparing to unpack .../16-libsepol1-dev_3.1-1_arm64.deb ...
10:55:47 #12 7.675 Unpacking libsepol1-dev:arm64 (3.1-1) ...
10:55:47 #12 7.742 Selecting previously unselected package libpcre2-16-0:arm64.
10:55:47 #12 7.745 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
10:55:47 #12 7.749 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
10:55:47 #12 7.795 Selecting previously unselected package libpcre2-32-0:arm64.
10:55:47 #12 7.798 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
10:55:47 #12 7.802 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
10:55:47 #12 7.852 Selecting previously unselected package libpcre2-posix2:arm64.
10:55:47 #12 7.855 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
10:55:47 #12 7.860 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
10:55:47 #12 7.892 Selecting previously unselected package libpcre2-dev:arm64.
10:55:47 #12 7.896 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
10:55:47 #12 7.899 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
10:55:47 #12 7.976 Selecting previously unselected package libselinux1-dev:arm64.
10:55:47 #12 7.979 Preparing to unpack .../21-libselinux1-dev_3.1-3_arm64.deb ...
10:55:47 #12 7.984 Unpacking libselinux1-dev:arm64 (3.1-3) ...
10:55:47 #12 8.039 Selecting previously unselected package libdevmapper-dev:arm64.
10:55:47 #12 8.042 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
10:55:47 #12 8.046 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
10:55:47 #12 8.078 Selecting previously unselected package libseccomp-dev:arm64.
10:55:47 #12 8.082 Preparing to unpack .../23-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
10:55:47 #12 8.086 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
10:55:47 #12 8.125 Selecting previously unselected package libsystemd-dev:arm64.
10:55:47 #12 8.129 Preparing to unpack .../24-libsystemd-dev_247.3-7+deb11u2_arm64.deb ...
10:55:47 #12 8.133 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u2) ...
10:55:47 #12 8.233 Selecting previously unselected package pkg-config.
10:55:47 #12 8.237 Preparing to unpack .../25-pkg-config_0.29.2-1_arm64.deb ...
10:55:47 #12 8.240 Unpacking pkg-config (0.29.2-1) ...
10:55:47 #12 8.288 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
10:55:47 #12 8.298 Setting up libsepol1-dev:arm64 (3.1-1) ...
10:55:47 #12 8.309 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
10:55:47 #12 8.321 Setting up libbtrfs0:arm64 (5.10.1-2) ...
10:55:47 #12 8.332 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
10:55:47 #12 8.343 Setting up libuv1:arm64 (1.40.0-2) ...
10:55:47 #12 8.352 Setting up bash-completion (1:2.11-2) ...
10:55:48 #12 9.067 Setting up libncurses6:arm64 (6.2+20201114-2+deb11u1) ...
10:55:48 #12 9.079 Setting up pkg-config (0.29.2-1) ...
10:55:48 #12 9.129 Setting up libudev-dev:arm64 (247.3-7+deb11u2) ...
10:55:48 #12 9.137 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
10:55:48 #12 9.147 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
10:55:48 #12 9.184 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
10:55:48 #12 9.194 Setting up librhash0:arm64 (1.4.1-2) ...
10:55:48 #12 9.205 Setting up cmake-data (3.18.4-2+deb11u1) ...
10:55:48 #12 9.219 Setting up dh-apparmor (2.13.6-10) ...
10:55:48 #12 9.228 Setting up libsystemd-dev:arm64 (247.3-7+deb11u2) ...
10:55:48 #12 9.238 Setting up libprocps8:arm64 (2:3.3.17-5) ...
10:55:48 #12 9.248 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
10:55:48 #12 9.258 Setting up libselinux1-dev:arm64 (3.1-3) ...
10:55:48 #12 9.268 Setting up procps (2:3.3.17-5) ...
10:55:48 #12 9.303 Setting up cmake (3.18.4-2+deb11u1) ...
10:55:48 #12 9.313 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
10:55:48 #12 9.324 Setting up dmsetup (2:1.02.175-2.1) ...
10:55:48 #12 9.337 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
10:55:48 #12 9.345 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
10:55:48 #12 9.356 Setting up docker-ce-build-deps (1.0) ...
10:55:48 #12 9.365 Processing triggers for libc-bin (2.31-13+deb11u6) ...
10:55:48 #12 9.384 Processing triggers for man-db (2.9.4-2) ...
10:55:51 #12 DONE 11.8s
10:55:51 
10:55:51 #13 [stage-1 5/8] COPY sources/ /sources
10:55:51 #13 DONE 0.1s
10:55:51 
10:55:51 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
10:55:55 #14 DONE 3.8s
10:55:55 
10:55:55 #15 [stage-1 7/8] WORKDIR /root/build-deb
10:55:55 #15 DONE 0.0s
10:55:55 
10:55:55 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
10:55:55 #16 DONE 0.0s
10:55:55 
10:55:55 #17 exporting to image
10:55:55 #17 exporting layers
10:55:58 #17 exporting layers 2.6s done
10:55:58 #17 writing image sha256:0a7f72632fb8b42a1ee89ebbbca222a575a5b49eac090346e125b5c053340003 done
10:55:58 #17 naming to docker.io/debbuild-debian-bullseye/aarch64 done
10:55:58 #17 DONE 2.6s
10:55:58 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-bullseye:/build  debbuild-debian-bullseye/aarch64
10:55:58 + set -e
10:55:58 + mkdir -p /root/build-deb/engine
10:55:58 + tar -C /root/build-deb -xzf /sources/engine.tgz
10:55:58 + mkdir -p /root/build-deb/cli
10:55:58 + tar -C /root/build-deb -xzf /sources/cli.tgz
10:55:58 + mkdir -p /go/src/github.com/docker
10:55:58 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
10:55:58 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
10:55:58 + EPOCH=5
10:55:58 + EPOCH_SEP=
10:55:58 + [[ ! -z 5 ]]
10:55:58 + EPOCH_SEP=:
10:55:58 + [[ -z 0.0.0~20230406105517.b82b9f3 ]]
10:55:58 + echo VERSION AAA 0.0.0-20230406105517-b82b9f3
10:55:58 + VERSION=0.0.0-20230406105517-b82b9f3
10:55:58 + echo VERSION bbb 0.0.0-20230406105517-b82b9f3
10:55:58 VERSION AAA 0.0.0-20230406105517-b82b9f3
10:55:58 VERSION bbb 0.0.0-20230406105517-b82b9f3
10:55:58 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
10:55:58 + debSource=docker-ce
10:55:58 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
10:55:58 + debMaintainer='Docker <support@docker.com>'
10:55:58 ++ date --rfc-2822
10:55:58 + debDate='Thu, 04 May 2023 10:55:58 +0000'
10:55:58 + cat
10:55:58 + export CLI_GITCOMMIT=b82b9f3
10:55:58 + CLI_GITCOMMIT=b82b9f3
10:55:58 VERSION BBB 0.0.0-20230406105517-b82b9f3
10:55:58 + export ENGINE_GITCOMMIT=0fdb994
10:55:58 + ENGINE_GITCOMMIT=0fdb994
10:55:58 + echo VERSION BBB 0.0.0-20230406105517-b82b9f3
10:55:58 + dpkg-buildpackage -uc -us -I.git
10:55:59 dpkg-buildpackage: info: source package docker-ce
10:55:59 dpkg-buildpackage: info: source version 5:0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye
10:55:59 dpkg-buildpackage: info: source distribution bullseye
10:55:59 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
10:55:59  dpkg-source -I.git --before-build .
10:55:59 dpkg-buildpackage: info: host architecture arm64
10:55:59  debian/rules clean
10:55:59 dh clean --with=bash-completion --with=systemd
10:55:59    dh_clean
10:55:59  dpkg-source -I.git -b .
10:55:59 dpkg-source: warning: native package version may not have a revision
10:55:59 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230406105517.b82b9f3~3-0~debian'
10:55:59 dpkg-source: info: using source format '1.0'
10:55:59 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye.tar.gz
10:56:09 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye.dsc
10:56:09  debian/rules build
10:56:09 dh build --with=bash-completion --with=systemd
10:56:09    dh_update_autotools_config
10:56:09    dh_autoreconf
10:56:09    debian/rules override_dh_auto_build
10:56:09 make[1]: Entering directory '/root/build-deb'
10:56:09 # Build the daemon and dependencies
10:56:09 cd engine && DOCKER_GITCOMMIT=0fdb994 PRODUCT=docker ./hack/make.sh dynbinary
10:56:09 
10:56:09 Removing bundles/
10:56:09 
10:56:09 ---> Making bundle: dynbinary (in bundles/dynbinary)
10:56:09 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3
10:56:09 GOOS="" GOARCH="" GOARM=""
10:56:36 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3
10:56:36 
10:56:36 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
10:56:36 + RM_GOPATH=0
10:56:36 + TMP_GOPATH=/go
10:56:36 + : /usr/local/bin
10:56:36 + '[' -z /go ']'
10:56:36 + export GOPATH=/go
10:56:36 + GOPATH=/go
10:56:36 + case "$(go env GOARCH)" in
10:56:36 ++ go env GOARCH
10:56:36 + export GO_BUILDMODE=-buildmode=pie
10:56:36 + GO_BUILDMODE=-buildmode=pie
10:56:36 ++ dirname hack/dockerfile/install/install.sh
10:56:36 + dir=hack/dockerfile/install
10:56:36 + bin=tini
10:56:36 + shift
10:56:36 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
10:56:36 + . hack/dockerfile/install/tini.installer
10:56:36 ++ : v0.19.0
10:56:36 + install_tini
10:56:36 + echo 'Install tini version v0.19.0'
10:56:36 Install tini version v0.19.0
10:56:36 + git clone https://github.com/krallin/tini.git /go/tini
10:56:36 Cloning into '/go/tini'...
10:56:36 + cd /go/tini
10:56:36 + git checkout -q v0.19.0
10:56:36 + cmake .
10:56:36 -- The C compiler identification is GNU 10.2.1
10:56:36 -- Detecting C compiler ABI info
10:56:36 -- Detecting C compiler ABI info - done
10:56:36 -- Check for working C compiler: /usr/bin/cc - skipped
10:56:36 -- Detecting C compile features
10:56:36 -- Detecting C compile features - done
10:56:36 -- Performing Test HAS_BUILTIN_FORTIFY
10:56:36 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
10:56:36 -- Configuring done
10:56:36 -- Generating done
10:56:36 -- Build files have been written to: /go/tini
10:56:36 + make tini-static
10:56:36 make[2]: Entering directory '/go/tini'
10:56:36 make[3]: Entering directory '/go/tini'
10:56:36 make[4]: Entering directory '/go/tini'
10:56:36 make[5]: Entering directory '/go/tini'
10:56:36 Scanning dependencies of target tini-static
10:56:36 make[5]: Leaving directory '/go/tini'
10:56:36 make[5]: Entering directory '/go/tini'
10:56:36 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
10:56:36 [100%] Linking C executable tini-static
10:56:36 make[5]: Leaving directory '/go/tini'
10:56:36 [100%] Built target tini-static
10:56:36 make[4]: Leaving directory '/go/tini'
10:56:36 make[3]: Leaving directory '/go/tini'
10:56:36 make[2]: Leaving directory '/go/tini'
10:56:36 + mkdir -p /usr/local/bin
10:56:36 + cp tini-static /usr/local/bin/docker-init
10:56:36 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
10:56:36 + RM_GOPATH=0
10:56:36 + TMP_GOPATH=/go
10:56:36 + : /usr/local/bin
10:56:36 + '[' -z /go ']'
10:56:36 + export GOPATH=/go
10:56:36 + GOPATH=/go
10:56:36 + case "$(go env GOARCH)" in
10:56:36 ++ go env GOARCH
10:56:36 + export GO_BUILDMODE=-buildmode=pie
10:56:36 + GO_BUILDMODE=-buildmode=pie
10:56:36 ++ dirname hack/dockerfile/install/install.sh
10:56:36 + dir=hack/dockerfile/install
10:56:36 + bin=proxy
10:56:36 + shift
10:56:36 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
10:56:36 + . hack/dockerfile/install/proxy.installer
10:56:36 ++ : 3f0048413d95802b9c6c836eba06bfc54f9dbd03
10:56:36 + install_proxy dynamic
10:56:36 + case "$1" in
10:56:36 + install_proxy_dynamic
10:56:36 + export PROXY_LDFLAGS=-linkmode=external install_proxy
10:56:36 + PROXY_LDFLAGS=-linkmode=external
10:56:36 + export BUILD_MODE=-buildmode=pie
10:56:36 + BUILD_MODE=-buildmode=pie
10:56:36 + _install_proxy
10:56:36 + echo 'Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03'
10:56:36 Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03
10:56:36 + git clone https://github.com/moby/libnetwork.git /go/src/github.com/docker/libnetwork
10:56:36 Cloning into '/go/src/github.com/docker/libnetwork'...
10:56:37 + cd /go/src/github.com/docker/libnetwork
10:56:37 + git checkout -q 3f0048413d95802b9c6c836eba06bfc54f9dbd03
10:56:37 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
10:56:38 + return
10:56:38 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
10:56:38 + RM_GOPATH=0
10:56:38 + TMP_GOPATH=/go
10:56:38 + : /usr/local/bin
10:56:38 + '[' -z /go ']'
10:56:38 + export GOPATH=/go
10:56:38 + GOPATH=/go
10:56:38 + case "$(go env GOARCH)" in
10:56:38 ++ go env GOARCH
10:56:38 + export GO_BUILDMODE=-buildmode=pie
10:56:38 + GO_BUILDMODE=-buildmode=pie
10:56:38 ++ dirname hack/dockerfile/install/install.sh
10:56:38 + dir=hack/dockerfile/install
10:56:38 + bin=rootlesskit
10:56:38 + shift
10:56:38 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
10:56:38 + . hack/dockerfile/install/rootlesskit.installer
10:56:38 ++ : v0.14.4
10:56:38 + install_rootlesskit dynamic
10:56:38 + case "$1" in
10:56:38 + install_rootlesskit_dynamic
10:56:38 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
10:56:38 + ROOTLESSKIT_LDFLAGS=-linkmode=external
10:56:38 + export BUILD_MODE=-buildmode=pie
10:56:38 + BUILD_MODE=-buildmode=pie
10:56:38 + _install_rootlesskit
10:56:38 + echo 'Install rootlesskit version v0.14.4'
10:56:38 Install rootlesskit version v0.14.4
10:56:38 + for f in rootlesskit rootlesskit-docker-proxy
10:56:38 + GOBIN=/usr/local/bin
10:56:38 + GO111MODULE=on
10:56:38 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
10:56:38 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
10:56:39 go: downloading github.com/pkg/errors v0.9.1
10:56:39 go: downloading github.com/sirupsen/logrus v1.8.1
10:56:39 go: downloading github.com/urfave/cli/v2 v2.3.0
10:56:39 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
10:56:39 go: downloading github.com/gofrs/flock v0.8.1
10:56:39 go: downloading github.com/gorilla/mux v1.8.0
10:56:39 go: downloading github.com/moby/sys/mountinfo v0.4.1
10:56:39 go: downloading github.com/google/uuid v1.3.0
10:56:39 go: downloading github.com/moby/vpnkit v0.5.0
10:56:39 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
10:56:39 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
10:56:39 go: downloading github.com/u-root/u-root v7.0.0+incompatible
10:56:39 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
10:56:39 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
10:56:39 go: downloading github.com/russross/blackfriday/v2 v2.1.0
10:56:42 + for f in rootlesskit rootlesskit-docker-proxy
10:56:42 + GOBIN=/usr/local/bin
10:56:42 + GO111MODULE=on
10:56:42 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
10:56:43 + return
10:56:43 # Build the CLI
10:56:43 cd /go/src/github.com/docker/cli && \
10:56:43 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20230406105517-b82b9f3 GITCOMMIT=b82b9f3 dynbinary manpages
10:56:43 make[2]: Entering directory '/root/build-deb/cli'
10:56:43 GO_LINKMODE=dynamic ./scripts/build/binary
10:56:43 Building dynamic docker-linux-arm64
10:57:05 scripts/docs/generate-man.sh
10:57:27 Project root: /go/src/github.com/docker/cli
10:57:27 Generating man pages into /go/src/github.com/docker/cli/man/man1
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
10:57:27 2023/05/04 10:57:24 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
10:57:27 make[2]: Leaving directory '/root/build-deb/cli'
10:57:27 # Build the CLI plugins
10:57:27 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
10:57:27 set -e;cd /sources && \
10:57:27 	tar xzf plugin-installers.tgz; \
10:57:27 	for installer in plugins/*.installer; do \
10:57:27 		LDFLAGS='' bash ${installer} build; \
10:57:27 	done
10:57:27 Cloning into '/go/src/github.com/docker/app'...
10:57:27 Fetching origin
10:57:27 make[2]: Entering directory '/go/src/github.com/docker/app'
10:57:27 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:44 Fetching origin
10:57:44 + GO111MODULE=on
10:57:44 + 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:16 make[1]: Leaving directory '/root/build-deb'
10:58:16    debian/rules override_dh_auto_test
10:58:16 make[1]: Entering directory '/root/build-deb'
10:58:16 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
10:58:16 	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:16 PASS: daemon version OK
10:58:16 ver="$(cli/build/docker --version)"; \
10:58:16 	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:16 PASS: cli version OK
10:58:16 make[1]: Leaving directory '/root/build-deb'
10:58:16    create-stamp debian/debhelper-build-stamp
10:58:16  debian/rules binary
10:58:16 dh binary --with=bash-completion --with=systemd
10:58:16    dh_testroot
10:58:16    dh_prep
10:58:16    debian/rules override_dh_auto_install
10:58:16 make[1]: Entering directory '/root/build-deb'
10:58:16 # docker-ce-cli install
10:58:16 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:16 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:16 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
10:58:16 set -e;cd /sources && \
10:58:16 	tar xzf plugin-installers.tgz; \
10:58:16 	for installer in plugins/*.installer; do \
10:58:16 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
10:58:16 		PREFIX=/usr/libexec/docker/cli-plugins \
10:58:16 			bash ${installer} install_plugin; \
10:58:16 	done
10:58:16 # docker-ce install
10:58:16 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
10:58:16 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
10:58:16 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:16 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
10:58:16 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
10:58:16 # docker-ce-rootless-extras install
10:58:16 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
10:58:16 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
10:58:16 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
10:58:16 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
10:58:16 # TODO: how can we install vpnkit?
10:58:16 make[1]: Leaving directory '/root/build-deb'
10:58:16    debian/rules override_dh_install
10:58:16 make[1]: Entering directory '/root/build-deb'
10:58:16 dh_install
10:58:16 # TODO Can we do this from within our container?
10:58:16 dh_apparmor --profile-name=docker-ce -pdocker-ce
10:58:16 make[1]: Leaving directory '/root/build-deb'
10:58:16    dh_installdocs
10:58:16    dh_installchangelogs
10:58:16    dh_installman
10:58:16    dh_bash-completion
10:58:16    dh_systemd_enable
10:58:16    debian/rules override_dh_installinit
10:58:16 make[1]: Entering directory '/root/build-deb'
10:58:16 # use "docker" as our service name, not "docker-ce"
10:58:16 dh_installinit --name=docker
10:58:16 make[1]: Leaving directory '/root/build-deb'
10:58:16    dh_systemd_start
10:58:16    dh_perl
10:58:16    dh_link
10:58:16    dh_strip_nondeterminism
10:58:16    dh_compress
10:58:16    dh_fixperms
10:58:16    dh_missing
10:58:16    debian/rules override_dh_strip
10:58:16 make[1]: Entering directory '/root/build-deb'
10:58:16 # Go has lots of problems with stripping, so just don't
10:58:16 make[1]: Leaving directory '/root/build-deb'
10:58:16    dh_makeshlibs
10:58:16    debian/rules override_dh_shlibdeps
10:58:16 make[1]: Entering directory '/root/build-deb'
10:58:16 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
10:58:16 make[1]: Leaving directory '/root/build-deb'
10:58:16    dh_installdeb
10:58:16    dh_gencontrol
10:58:16    dh_md5sums
10:58:17    debian/rules override_dh_builddeb
10:58:17 make[1]: Entering directory '/root/build-deb'
10:58:17 dh_builddeb -- -Zxz
10:58:17 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.deb'.
10:58:17 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.deb'.
10:58:17 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.deb'.
10:58:35 make[1]: Leaving directory '/root/build-deb'
10:58:35  dpkg-genbuildinfo
10:58:36  dpkg-genchanges  >../docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.changes
10:58:36 dpkg-genchanges: info: including full source code in upload
10:58:36  dpkg-source -I.git --after-build .
10:58:37 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
10:58:37 + destination=/build
10:58:37 + mkdir -p /build
10:58:37 + mv -v /root/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.deb /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye.dsc /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye.tar.gz /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.buildinfo /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.changes /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.deb /build
10:58:37 copied '/root/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.deb'
10:58:37 removed '/root/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.deb'
10:58:37 copied '/root/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.deb'
10:58:37 removed '/root/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.deb'
10:58:37 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye.dsc' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye.dsc'
10:58:37 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye.dsc'
10:58:37 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye.tar.gz'
10:58:37 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye.tar.gz'
10:58:37 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.buildinfo'
10:58:37 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.buildinfo'
10:58:37 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.changes' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.changes'
10:58:37 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.changes'
10:58:37 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.deb' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.deb'
10:58:37 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_arm64.deb'
10:58:39 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
10:58:40 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'