Skip to content

Console Output

12:12:44 + make REF=20.10 debian-bullseye
12:12:44 git init src/github.com/docker/cli
12:12:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
12:12:44 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:12:44 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
12:12:44 + SRC=src/github.com/docker/cli
12:12:44 + REF=20.10
12:12:44 + REF_FETCH=20.10
12:12:44 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags+  origin 20.10
12:12:44 awk {print $2}
12:12:44 + REF=refs/heads/20.10
12:12:44 + [ -n refs/heads/20.10 ]
12:12:44 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:44 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:12:45 From https://github.com/docker/cli
12:12:45  * [new branch]      20.10      -> 20.10
12:12:45  * [new tag]         v20.10.18  -> v20.10.18
12:12:45  * [new branch]      20.10      -> origin/20.10
12:12:45 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
12:12:45 git init src/github.com/docker/docker
12:12:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
12:12:45 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:12:45 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
12:12:45 + SRC=src/github.com/docker/docker
12:12:45 + REF=20.10
12:12:45 + REF_FETCH=20.10
12:12:45 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
12:12:45 + awk {print $2}
12:12:45 + REF=refs/heads/20.10
12:12:45 + [ -n refs/heads/20.10 ]
12:12:45 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:45 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:12:47 From https://github.com/docker/docker
12:12:47  * [new branch]      20.10      -> 20.10
12:12:47  * [new branch]      20.10      -> origin/20.10
12:12:47 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
12:12:47 git init src/github.com/docker/compose
12:12:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
12:12:47 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:12:47 ./scripts/checkout.sh src/github.com/docker/compose "v2.11.2"
12:12:47 + SRC=src/github.com/docker/compose
12:12:47 + REF=v2.11.2
12:12:47 + REF_FETCH=v2.11.2
12:12:47 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.11.2
12:12:47 + awk {print $2}
12:12:47 + REF=refs/tags/v2.11.2
12:12:47 + [ -n refs/tags/v2.11.2 ]
12:12:47 + REF_FETCH=refs/tags/v2.11.2:refs/tags/v2.11.2
12:12:47 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.11.2:refs/tags/v2.11.2
12:12:47 From https://github.com/docker/compose
12:12:47  * [new tag]         v2.11.2    -> v2.11.2
12:12:47 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.11.2
12:12:47 git init src/github.com/docker/scan-cli-plugin
12:12:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
12:12:47 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:12:47 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
12:12:47 + SRC=src/github.com/docker/scan-cli-plugin
12:12:47 + REF=v0.17.0
12:12:47 + REF_FETCH=v0.17.0
12:12:47 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
12:12:47 + awk {print $2}
12:12:47 + REF=refs/tags/v0.17.0
12:12:47 + [ -n refs/tags/v0.17.0 ]
12:12:47 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
12:12:47 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
12:12:48 From https://github.com/docker/scan-cli-plugin
12:12:48  * [new tag]         v0.17.0    -> v0.17.0
12:12:48 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
12:12:48 make -C deb VERSION=0.0.1-dev GO_VERSION=1.18.6 debian-bullseye
12:12:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
12:12:48 mkdir -p sources
12:12:48 docker run --rm -w /v \
12:12:48 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
12:12:48 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:12:48 	alpine \
12:12:48 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:12:48 Unable to find image 'alpine:latest' locally
12:12:48 latest: Pulling from library/alpine
12:12:48 9b18e9b68314: Pulling fs layer
12:12:48 9b18e9b68314: Download complete
12:12:48 9b18e9b68314: Pull complete
12:12:48 Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad
12:12:48 Status: Downloaded newer image for alpine:latest
12:12:55 mkdir -p sources
12:12:55 docker run --rm -w /v \
12:12:55 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
12:12:55 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:12:55 	alpine \
12:12:55 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:12:58 mkdir -p sources
12:12:58 docker run --rm -w /v \
12:12:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
12:12:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:12:58 	alpine \
12:12:58 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:12:59 mkdir -p sources
12:12:59 docker run --rm -w /v \
12:12:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:12:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:12:59 	alpine \
12:12:59 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:12:59 mkdir -p sources
12:12:59 cp ../systemd/docker.service sources/docker.service
12:12:59 mkdir -p sources
12:12:59 cp ../systemd/docker.socket sources/docker.socket
12:12:59 docker run --rm -w /v \
12:12:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
12:12:59 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:12:59 	alpine \
12:12:59 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
12:13:00 == Building packages for debian-bullseye ==
12:13:00 mkdir -p "debbuild/debian-bullseye"
12:13:00 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.6-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/aarch64 -f debian-bullseye/Dockerfile .
12:13:01 #1 [internal] load build definition from Dockerfile
12:13:01 #1 transferring dockerfile: 941B done
12:13:01 #1 DONE 0.1s
12:13:01 
12:13:01 #2 [internal] load .dockerignore
12:13:01 #2 transferring context: 2B done
12:13:01 #2 DONE 0.1s
12:13:01 
12:13:01 #3 [internal] load metadata for docker.io/library/golang:1.18.6-buster
12:13:01 #3 ...
12:13:01 
12:13:01 #4 [auth] library/debian:pull token for registry-1.docker.io
12:13:01 #4 DONE 0.0s
12:13:01 
12:13:01 #5 [auth] library/golang:pull token for registry-1.docker.io
12:13:01 #5 DONE 0.0s
12:13:01 
12:13:01 #6 [internal] load metadata for docker.io/library/debian:bullseye
12:13:01 #6 DONE 0.5s
12:13:01 
12:13:01 #3 [internal] load metadata for docker.io/library/golang:1.18.6-buster
12:13:01 #3 DONE 0.5s
12:13:01 
12:13:01 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9
12:13:01 #7 resolve docker.io/library/debian:bullseye@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9 0.0s done
12:13:01 #7 sha256:eb490b2ced5416356116ff04243a97c007825009aa22192c05b6b0068f6941fd 529B / 529B done
12:13:01 #7 sha256:59ed139d178b84eaf5d7a13a53dcc4908ee695653f47fb5a4d9040e16e2c1d7c 1.48kB / 1.48kB done
12:13:01 #7 sha256:10cff8997b4d4f243419e6bede830f1ac33f3d18c5200e5fb80e19333883ec2b 14.68MB / 53.69MB 0.2s
12:13:01 #7 sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9 1.85kB / 1.85kB done
12:13:01 #7 ...
12:13:01 
12:13:01 #8 [internal] load build context
12:13:01 #8 transferring context: 19.81MB 0.3s done
12:13:01 #8 DONE 0.3s
12:13:01 
12:13:01 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:3e82b1af33607aebaeb3641b75d6e80fd28d36e17993ef13708e9493e30e8ff9
12:13:01 #7 sha256:10cff8997b4d4f243419e6bede830f1ac33f3d18c5200e5fb80e19333883ec2b 25.17MB / 53.69MB 0.3s
12:13:01 #7 sha256:10cff8997b4d4f243419e6bede830f1ac33f3d18c5200e5fb80e19333883ec2b 34.60MB / 53.69MB 0.4s
12:13:02 #7 sha256:10cff8997b4d4f243419e6bede830f1ac33f3d18c5200e5fb80e19333883ec2b 44.04MB / 53.69MB 0.5s
12:13:02 #7 sha256:10cff8997b4d4f243419e6bede830f1ac33f3d18c5200e5fb80e19333883ec2b 52.43MB / 53.69MB 0.6s
12:13:02 #7 sha256:10cff8997b4d4f243419e6bede830f1ac33f3d18c5200e5fb80e19333883ec2b 53.69MB / 53.69MB 0.7s done
12:13:02 #7 extracting sha256:10cff8997b4d4f243419e6bede830f1ac33f3d18c5200e5fb80e19333883ec2b
12:13:05 #7 extracting sha256:10cff8997b4d4f243419e6bede830f1ac33f3d18c5200e5fb80e19333883ec2b 3.4s done
12:13:06 #7 DONE 4.5s
12:13:06 
12:13:06 #9 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:06 #9 resolve docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 0.0s done
12:13:06 #9 sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 988B / 988B done
12:13:06 #9 sha256:ad774b2f21e1cdc556bc366edaa16b75a9049b78721ed9597aaa872cf4cf652a 1.79kB / 1.79kB done
12:13:06 #9 sha256:0d316a0b54f8b4078fe7f7ea36b04be9c5479a9c7a2b48522112b35f95bcf272 7.12kB / 7.12kB done
12:13:06 #9 sha256:e2406a452ad23ba9085e0708f5e15309206a618eb828aa307becbb239414392f 49.23MB / 49.23MB 0.8s done
12:13:06 #9 sha256:91678e90eed09f0ef020521348ac09d6816bafc59c40f4fa0d821de2fb50f881 7.72MB / 7.72MB 0.2s done
12:13:06 #9 sha256:2d9f7a2d689202901c1750505adb5481f0e4499998084e1df70209fa11f8e8b5 9.77MB / 9.77MB 0.4s done
12:13:06 #9 sha256:c9e42f230da3003e92b349e81764d6c82232541223fa1b17d44222328b0cf201 52.18MB / 52.18MB 1.2s done
12:13:06 #9 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 109.00MB / 109.00MB 3.5s done
12:13:06 #9 sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601 62.47MB / 62.47MB 2.1s done
12:13:06 #9 extracting sha256:e2406a452ad23ba9085e0708f5e15309206a618eb828aa307becbb239414392f 2.9s done
12:13:06 #9 sha256:daf1f57719a3a4153f26439c0ef63ea7a63ee9d74dea959bca86257ae5c34bb8 126B / 126B 1.3s done
12:13:06 #9 extracting sha256:91678e90eed09f0ef020521348ac09d6816bafc59c40f4fa0d821de2fb50f881 0.3s
12:13:06 #9 extracting sha256:91678e90eed09f0ef020521348ac09d6816bafc59c40f4fa0d821de2fb50f881 0.3s done
12:13:06 #9 extracting sha256:2d9f7a2d689202901c1750505adb5481f0e4499998084e1df70209fa11f8e8b5
12:13:06 #9 extracting sha256:2d9f7a2d689202901c1750505adb5481f0e4499998084e1df70209fa11f8e8b5 0.3s done
12:13:06 #9 extracting sha256:c9e42f230da3003e92b349e81764d6c82232541223fa1b17d44222328b0cf201
12:13:09 #9 extracting sha256:c9e42f230da3003e92b349e81764d6c82232541223fa1b17d44222328b0cf201 2.7s done
12:13:09 #9 extracting sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601
12:13:12 #9 extracting sha256:4b7246544666386888caccc2072dfec93440b4d3640d8f6943cbafc66520c601 2.2s done
12:13:12 #9 extracting sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2
12:13:12 #9 ...
12:13:12 
12:13:12 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:13:12 #0 0.870 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
12:13:12 #0 0.883 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
12:13:12 #0 0.883 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
12:13:12 #0 1.030 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8071 kB]
12:13:12 #0 1.272 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [184 kB]
12:13:12 #0 1.508 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [4160 B]
12:13:12 #0 2.227 Fetched 8468 kB in 2s (5236 kB/s)
12:13:12 #0 2.227 Reading package lists...
12:13:12 #0 2.804 Reading package lists...
12:13:12 #0 3.357 Building dependency tree...
12:13:12 #0 3.541 Reading state information...
12:13:12 #0 3.860 The following additional packages will be installed:
12:13:12 #0 3.860   autoconf automake autopoint autotools-dev binutils
12:13:12 #0 3.860   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
12:13:12 #0 3.860   bzip2 ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring
12:13:12 #0 3.860   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
12:13:12 #0 3.860   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
12:13:12 #0 3.860   g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
12:13:12 #0 3.860   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
12:13:12 #0 3.860   intltool-debian iso-codes less libalgorithm-diff-perl
12:13:12 #0 3.860   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
12:13:12 #0 3.860   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13
12:13:12 #0 3.860   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
12:13:12 #0 3.860   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
12:13:12 #0 3.860   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0
12:13:12 #0 3.860   libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl
12:13:12 #0 3.860   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
12:13:12 #0 3.860   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
12:13:12 #0 3.860   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
12:13:12 #0 3.860   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
12:13:12 #0 3.860   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
12:13:12 #0 3.860   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
12:13:12 #0 3.860   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
12:13:12 #0 3.860   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
12:13:12 #0 3.860   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
12:13:12 #0 3.860   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
12:13:12 #0 3.860   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
12:13:12 #0 3.860   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
12:13:12 #0 3.860   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
12:13:12 #0 3.860   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
12:13:12 #0 3.860   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
12:13:12 #0 3.860   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
12:13:12 #0 3.860   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
12:13:12 #0 3.860   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
12:13:12 #0 3.860   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
12:13:12 #0 3.860   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
12:13:12 #0 3.860   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:13:12 #0 3.860   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:13:12 #0 3.860   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
12:13:12 #0 3.860   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
12:13:12 #0 3.860   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
12:13:12 #0 3.860   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
12:13:12 #0 3.860   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
12:13:12 #0 3.860   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
12:13:12 #0 3.860   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
12:13:12 #0 3.860   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
12:13:12 #0 3.860   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
12:13:12 #0 3.860   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
12:13:12 #0 3.860   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
12:13:12 #0 3.860   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
12:13:12 #0 3.860   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
12:13:12 #0 3.860   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
12:13:12 #0 3.860   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
12:13:12 #0 3.860   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
12:13:12 #0 3.860   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
12:13:12 #0 3.860   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:13:12 #0 3.860   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
12:13:12 #0 3.860   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
12:13:12 #0 3.860   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
12:13:12 #0 3.860   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
12:13:12 #0 3.860   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
12:13:12 #0 3.860   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
12:13:12 #0 3.860   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
12:13:12 #0 3.860   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:13:12 #0 3.860   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
12:13:12 #0 3.860   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
12:13:12 #0 3.860   libstrictures-perl libstring-copyright-perl libstring-escape-perl
12:13:12 #0 3.860   libstring-shellquote-perl libsub-exporter-perl
12:13:12 #0 3.860   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:13:12 #0 3.860   libsub-name-perl libsub-override-perl libsub-quote-perl
12:13:12 #0 3.860   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
12:13:12 #0 3.860   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
12:13:12 #0 3.860   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
12:13:12 #0 3.860   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
12:13:12 #0 3.860   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
12:13:12 #0 3.860   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
12:13:12 #0 3.860   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
12:13:12 #0 3.860   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
12:13:12 #0 3.860   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
12:13:12 #0 3.860   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
12:13:12 #0 3.860   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
12:13:12 #0 3.860   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
12:13:12 #0 3.860   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
12:13:12 #0 3.860   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
12:13:12 #0 3.860   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
12:13:12 #0 3.860   python3 python3-apt python3-certifi python3-chardet python3-debian
12:13:12 #0 3.860   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
12:13:12 #0 3.860   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:13:12 #0 3.860   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
12:13:12 #0 3.860   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
12:13:12 #0 3.868 Suggested packages:
12:13:12 #0 3.868   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
12:13:12 #0 3.868   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
12:13:12 #0 3.868   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
12:13:12 #0 3.868   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
12:13:12 #0 3.868   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:13:12 #0 3.868   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
12:13:12 #0 3.868   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
12:13:12 #0 3.868   dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync
12:13:12 #0 3.868   gcc-10-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
12:13:12 #0 3.868   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
12:13:12 #0 3.868   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
12:13:12 #0 3.868   xloadimage scdaemon groff isoquery lrzip libdigest-hmac-perl libgssapi-perl
12:13:12 #0 3.868   glibc-doc bzr libgd-tools gdbm-l10n gpm libtool-doc libcrypt-ssleay-perl
12:13:12 #0 3.868   uuid libscalar-number-perl libsasl2-modules-gssapi-mit
12:13:12 #0 3.868   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
12:13:12 #0 3.868   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
12:13:12 #0 3.868   libnet-jabber-perl libstdc++-10-doc libbareword-filehandles-perl
12:13:12 #0 3.868   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
12:13:12 #0 3.868   gcj-jdk libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl
12:13:12 #0 3.868   bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc
12:13:12 #0 3.868   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
12:13:12 #0 3.868   diffutils-doc perl-doc libterm-readline-gnu-perl
12:13:12 #0 3.868   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
12:13:12 #0 3.868   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
12:13:12 #0 3.868   python-apt-doc python3-setuptools python3-cryptography python3-openssl
12:13:12 #0 3.868   python3-socks python-requests-doc python3.9-venv python3.9-doc
12:13:12 #0 3.868   binfmt-support readline-doc zip wdiff-doc
12:13:12 #0 5.476 The following NEW packages will be installed:
12:13:12 #0 5.476   autoconf automake autopoint autotools-dev binutils
12:13:12 #0 5.476   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
12:13:12 #0 5.476   bzip2 ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring
12:13:12 #0 5.476   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
12:13:12 #0 5.476   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
12:13:12 #0 5.476   fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man
12:13:12 #0 5.476   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
12:13:12 #0 5.476   gpgconf gpgsm groff-base intltool-debian iso-codes less
12:13:12 #0 5.476   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
12:13:12 #0 5.476   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
12:13:12 #0 5.476   libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1
12:13:12 #0 5.476   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
12:13:12 #0 5.476   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
12:13:12 #0 5.476   libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl
12:13:12 #0 5.476   libclass-inspector-perl libclass-method-modifiers-perl
12:13:12 #0 5.476   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:13:12 #0 5.476   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
12:13:12 #0 5.476   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
12:13:12 #0 5.476   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
12:13:12 #0 5.476   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
12:13:12 #0 5.476   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
12:13:12 #0 5.476   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
12:13:12 #0 5.476   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
12:13:12 #0 5.476   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
12:13:12 #0 5.476   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
12:13:12 #0 5.476   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
12:13:12 #0 5.476   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
12:13:12 #0 5.476   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
12:13:12 #0 5.476   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
12:13:12 #0 5.476   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
12:13:12 #0 5.476   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
12:13:12 #0 5.476   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
12:13:12 #0 5.476   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
12:13:12 #0 5.476   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
12:13:12 #0 5.476   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:13:12 #0 5.476   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:13:12 #0 5.476   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
12:13:12 #0 5.476   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
12:13:12 #0 5.476   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
12:13:12 #0 5.476   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
12:13:12 #0 5.476   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
12:13:12 #0 5.476   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
12:13:12 #0 5.476   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
12:13:12 #0 5.476   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
12:13:12 #0 5.476   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
12:13:12 #0 5.476   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
12:13:12 #0 5.476   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
12:13:12 #0 5.476   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
12:13:12 #0 5.476   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
12:13:12 #0 5.476   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
12:13:12 #0 5.476   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
12:13:12 #0 5.476   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
12:13:12 #0 5.476   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
12:13:12 #0 5.476   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
12:13:12 #0 5.476   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
12:13:12 #0 5.476   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
12:13:12 #0 5.476   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
12:13:12 #0 5.476   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
12:13:12 #0 5.476   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
12:13:12 #0 5.476   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
12:13:12 #0 5.476   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
12:13:12 #0 5.476   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
12:13:12 #0 5.476   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
12:13:12 #0 5.476   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
12:13:12 #0 5.476   libstrictures-perl libstring-copyright-perl libstring-escape-perl
12:13:12 #0 5.476   libstring-shellquote-perl libsub-exporter-perl
12:13:12 #0 5.476   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:13:12 #0 5.476   libsub-name-perl libsub-override-perl libsub-quote-perl
12:13:12 #0 5.476   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
12:13:12 #0 5.476   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
12:13:12 #0 5.476   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
12:13:12 #0 5.476   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
12:13:12 #0 5.476   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
12:13:12 #0 5.476   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
12:13:12 #0 5.476   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
12:13:12 #0 5.476   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
12:13:12 #0 5.476   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
12:13:12 #0 5.476   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
12:13:12 #0 5.476   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
12:13:12 #0 5.476   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
12:13:12 #0 5.476   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
12:13:12 #0 5.476   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
12:13:12 #0 5.476   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
12:13:12 #0 5.476   python3 python3-apt python3-certifi python3-chardet python3-debian
12:13:12 #0 5.476   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
12:13:12 #0 5.476   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:13:12 #0 5.476   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
12:13:12 #0 5.476   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
12:13:12 #0 5.760 0 upgraded, 382 newly installed, 0 to remove and 1 not upgraded.
12:13:12 #0 5.760 Need to get 168 MB of archives.
12:13:12 #0 5.760 After this operation, 549 MB of additional disk space will be used.
12:13:12 #0 5.760 Get:1 http://deb.debian.org/debian bullseye/main arm64 bsdextrautils arm64 2.36.1-8+deb11u1 [142 kB]
12:13:12 #0 5.768 Get:2 http://deb.debian.org/debian bullseye/main arm64 libuchardet0 arm64 0.0.7-1 [67.9 kB]
12:13:12 #0 5.769 Get:3 http://deb.debian.org/debian bullseye/main arm64 groff-base arm64 1.22.4-6 [883 kB]
12:13:12 #0 5.776 Get:4 http://deb.debian.org/debian bullseye/main arm64 libgdbm6 arm64 1.19-2 [64.0 kB]
12:13:12 #0 5.776 Get:5 http://deb.debian.org/debian bullseye/main arm64 libpipeline1 arm64 1.5.3-1 [33.0 kB]
12:13:12 #0 5.776 Get:6 http://deb.debian.org/debian bullseye/main arm64 man-db arm64 2.9.4-2 [1336 kB]
12:13:12 #0 5.822 Get:7 http://deb.debian.org/debian bullseye/main arm64 perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
12:13:12 #0 5.860 Get:8 http://deb.debian.org/debian bullseye/main arm64 libgdbm-compat4 arm64 1.19-2 [44.6 kB]
12:13:12 #0 5.860 Get:9 http://deb.debian.org/debian bullseye/main arm64 libperl5.32 arm64 5.32.1-4+deb11u2 [3911 kB]
12:13:12 #0 5.873 Get:10 http://deb.debian.org/debian bullseye/main arm64 perl arm64 5.32.1-4+deb11u2 [293 kB]
12:13:12 #0 5.876 Get:11 http://deb.debian.org/debian bullseye/main arm64 liblocale-gettext-perl arm64 1.07-4+b1 [18.9 kB]
12:13:12 #0 5.877 Get:12 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-minimal arm64 3.9.2-1 [797 kB]
12:13:12 #0 5.887 Get:13 http://deb.debian.org/debian-security bullseye-security/main arm64 libexpat1 arm64 2.2.10-2+deb11u4 [84.1 kB]
12:13:12 #0 5.888 Get:14 http://deb.debian.org/debian bullseye/main arm64 python3.9-minimal arm64 3.9.2-1 [1884 kB]
12:13:12 #0 5.947 Get:15 http://deb.debian.org/debian bullseye/main arm64 python3-minimal arm64 3.9.2-3 [38.2 kB]
12:13:12 #0 5.947 Get:16 http://deb.debian.org/debian bullseye/main arm64 media-types all 4.0.0 [30.3 kB]
12:13:12 #0 5.947 Get:17 http://deb.debian.org/debian bullseye/main arm64 libmpdec3 arm64 2.5.1-1 [84.4 kB]
12:13:12 #0 5.952 Get:18 http://deb.debian.org/debian bullseye/main arm64 libncursesw6 arm64 6.2+20201114-2 [121 kB]
12:13:12 #0 5.953 Get:19 http://deb.debian.org/debian bullseye/main arm64 readline-common all 8.1-1 [73.7 kB]
12:13:12 #0 5.953 Get:20 http://deb.debian.org/debian bullseye/main arm64 libreadline8 arm64 8.1-1 [160 kB]
12:13:12 #0 5.955 Get:21 http://deb.debian.org/debian bullseye/main arm64 libsqlite3-0 arm64 3.34.1-3 [750 kB]
12:13:12 #0 5.966 Get:22 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-stdlib arm64 3.9.2-1 [1658 kB]
12:13:12 #0 5.990 Get:23 http://deb.debian.org/debian bullseye/main arm64 python3.9 arm64 3.9.2-1 [466 kB]
12:13:12 #0 6.017 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpython3-stdlib arm64 3.9.2-3 [21.4 kB]
12:13:12 #0 6.018 Get:25 http://deb.debian.org/debian bullseye/main arm64 python3 arm64 3.9.2-3 [37.9 kB]
12:13:12 #0 6.019 Get:26 http://deb.debian.org/debian bullseye/main arm64 less arm64 551-2 [129 kB]
12:13:12 #0 6.027 Get:27 http://deb.debian.org/debian bullseye/main arm64 netbase all 6.3 [19.9 kB]
12:13:12 #0 6.027 Get:28 http://deb.debian.org/debian bullseye/main arm64 sensible-utils all 0.0.14 [14.8 kB]
12:13:12 #0 6.027 Get:29 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
12:13:12 #0 6.027 Get:30 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u3 [830 kB]
12:13:12 #0 6.027 Get:31 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
12:13:12 #0 6.027 Get:32 http://deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
12:13:12 #0 6.032 Get:33 http://deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
12:13:12 #0 6.032 Get:34 http://deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
12:13:12 #0 6.032 Get:35 http://deb.debian.org/debian bullseye/main arm64 gettext-base arm64 0.21-4 [173 kB]
12:13:12 #0 6.032 Get:36 http://deb.debian.org/debian bullseye/main arm64 manpages all 5.10-1 [1412 kB]
12:13:12 #0 6.040 Get:37 http://deb.debian.org/debian bullseye/main arm64 libmd0 arm64 1.0.3-3 [27.9 kB]
12:13:12 #0 6.040 Get:38 http://deb.debian.org/debian bullseye/main arm64 libbsd0 arm64 0.11.3-1 [106 kB]
12:13:12 #0 6.042 Get:39 http://deb.debian.org/debian bullseye/main arm64 libedit2 arm64 3.1-20191231-2+b1 [92.1 kB]
12:13:12 #0 6.064 Get:40 http://deb.debian.org/debian bullseye/main arm64 libcbor0 arm64 0.5.0+dfsg-2 [20.1 kB]
12:13:12 #0 6.064 Get:41 http://deb.debian.org/debian bullseye/main arm64 libfido2-1 arm64 1.6.0-2 [50.2 kB]
12:13:12 #0 6.064 Get:42 http://deb.debian.org/debian bullseye/main arm64 openssh-client arm64 1:8.4p1-5+deb11u1 [893 kB]
12:13:12 #0 6.064 Get:43 http://deb.debian.org/debian bullseye/main arm64 ucf all 3.0043 [74.0 kB]
12:13:12 #0 6.064 Get:44 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
12:13:12 #0 6.066 Get:45 http://deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
12:13:12 #0 6.066 Get:46 http://deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
12:13:12 #0 6.068 Get:47 http://deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
12:13:12 #0 6.074 Get:48 http://deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
12:13:12 #0 6.074 Get:49 http://deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
12:13:12 #0 6.076 Get:50 http://deb.debian.org/debian bullseye/main arm64 autopoint all 0.21-4 [510 kB]
12:13:12 #0 6.100 Get:51 http://deb.debian.org/debian bullseye/main arm64 binutils-common arm64 2.35.2-2 [2220 kB]
12:13:12 #0 6.114 Get:52 http://deb.debian.org/debian bullseye/main arm64 libbinutils arm64 2.35.2-2 [599 kB]
12:13:12 #0 6.119 Get:53 http://deb.debian.org/debian bullseye/main arm64 libctf-nobfd0 arm64 2.35.2-2 [108 kB]
12:13:12 #0 6.119 Get:54 http://deb.debian.org/debian bullseye/main arm64 libctf0 arm64 2.35.2-2 [51.0 kB]
12:13:12 #0 6.119 Get:55 http://deb.debian.org/debian bullseye/main arm64 binutils-aarch64-linux-gnu arm64 2.35.2-2 [2472 kB]
12:13:12 #0 6.132 Get:56 http://deb.debian.org/debian bullseye/main arm64 binutils arm64 2.35.2-2 [61.2 kB]
12:13:12 #0 6.134 Get:57 http://deb.debian.org/debian bullseye/main arm64 libc-dev-bin arm64 2.31-13+deb11u4 [272 kB]
12:13:12 #0 6.135 Get:58 http://deb.debian.org/debian bullseye/main arm64 linux-libc-dev arm64 5.10.140-1 [1521 kB]
12:13:12 #0 6.142 Get:59 http://deb.debian.org/debian bullseye/main arm64 libcrypt-dev arm64 1:4.4.18-4 [108 kB]
12:13:12 #0 6.145 Get:60 http://deb.debian.org/debian bullseye/main arm64 libtirpc-dev arm64 1.3.1-1+deb11u1 [193 kB]
12:13:12 #0 6.146 Get:61 http://deb.debian.org/debian bullseye/main arm64 libnsl-dev arm64 1.3.0-2 [66.1 kB]
12:13:12 #0 6.146 Get:62 http://deb.debian.org/debian bullseye/main arm64 libc6-dev arm64 2.31-13+deb11u4 [2030 kB]
12:13:12 #0 6.157 Get:63 http://deb.debian.org/debian bullseye/main arm64 libisl23 arm64 0.23-1 [590 kB]
12:13:12 #0 6.161 Get:64 http://deb.debian.org/debian bullseye/main arm64 libmpfr6 arm64 4.1.0-3 [829 kB]
12:13:12 #0 6.165 Get:65 http://deb.debian.org/debian bullseye/main arm64 libmpc3 arm64 1.2.0-1 [43.2 kB]
12:13:12 #0 6.166 Get:66 http://deb.debian.org/debian bullseye/main arm64 cpp-10 arm64 10.2.1-6 [7756 kB]
12:13:12 #0 6.213 Get:67 http://deb.debian.org/debian bullseye/main arm64 cpp arm64 4:10.2.1-1 [19.7 kB]
12:13:12 #0 6.213 Get:68 http://deb.debian.org/debian bullseye/main arm64 libcc1-0 arm64 10.2.1-6 [45.1 kB]
12:13:12 #0 6.216 Get:69 http://deb.debian.org/debian bullseye/main arm64 libgomp1 arm64 10.2.1-6 [91.6 kB]
12:13:12 #0 6.216 Get:70 http://deb.debian.org/debian bullseye/main arm64 libitm1 arm64 10.2.1-6 [23.8 kB]
12:13:12 #0 6.216 Get:71 http://deb.debian.org/debian bullseye/main arm64 libatomic1 arm64 10.2.1-6 [9468 B]
12:13:12 #0 6.217 Get:72 http://deb.debian.org/debian bullseye/main arm64 libasan6 arm64 10.2.1-6 [2002 kB]
12:13:12 #0 6.228 Get:73 http://deb.debian.org/debian bullseye/main arm64 liblsan0 arm64 10.2.1-6 [794 kB]
12:13:12 #0 6.232 Get:74 http://deb.debian.org/debian bullseye/main arm64 libtsan0 arm64 10.2.1-6 [1957 kB]
12:13:12 #0 6.252 Get:75 http://deb.debian.org/debian bullseye/main arm64 libubsan1 arm64 10.2.1-6 [759 kB]
12:13:12 #0 6.252 Get:76 http://deb.debian.org/debian bullseye/main arm64 libgcc-10-dev arm64 10.2.1-6 [876 kB]
12:13:12 #0 6.277 Get:77 http://deb.debian.org/debian bullseye/main arm64 gcc-10 arm64 10.2.1-6 [15.4 MB]
12:13:12 #0 6.365 Get:78 http://deb.debian.org/debian bullseye/main arm64 gcc arm64 4:10.2.1-1 [5208 B]
12:13:12 #0 6.366 Get:79 http://deb.debian.org/debian bullseye/main arm64 libstdc++-10-dev arm64 10.2.1-6 [1704 kB]
12:13:12 #0 6.380 Get:80 http://deb.debian.org/debian bullseye/main arm64 g++-10 arm64 10.2.1-6 [8557 kB]
12:13:12 #0 6.424 Get:81 http://deb.debian.org/debian bullseye/main arm64 g++ arm64 4:10.2.1-1 [1628 B]
12:13:12 #0 6.424 Get:82 http://deb.debian.org/debian bullseye/main arm64 make arm64 4.3-4.1 [391 kB]
12:13:12 #0 6.428 Get:83 http://deb.debian.org/debian bullseye/main arm64 libdpkg-perl all 1.20.12 [1551 kB]
12:13:12 #0 6.436 Get:84 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
12:13:12 #0 6.440 Get:85 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.12 [2312 kB]
12:13:12 #0 6.451 Get:86 http://deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
12:13:12 #0 6.451 Get:87 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
12:13:12 #0 6.489 Get:88 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
12:13:12 #0 6.490 Get:89 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
12:13:12 #0 6.490 Get:90 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
12:13:12 #0 6.492 Get:91 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
12:13:12 #0 6.492 Get:92 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
12:13:12 #0 6.493 Get:93 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
12:13:12 #0 6.494 Get:94 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
12:13:12 #0 6.495 Get:95 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u3 [324 kB]
12:13:12 #0 6.497 Get:96 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+deb11u3 [264 kB]
12:13:12 #0 6.504 Get:97 http://deb.debian.org/debian bullseye/main arm64 dctrl-tools arm64 2.24-3 [101 kB]
12:13:12 #0 6.504 Get:98 http://deb.debian.org/debian bullseye/main arm64 libdebhelper-perl all 13.3.4 [189 kB]
12:13:12 #0 6.505 Get:99 http://deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
12:13:12 #0 6.509 Get:100 http://deb.debian.org/debian bullseye/main arm64 dh-autoreconf all 20 [17.1 kB]
12:13:12 #0 6.509 Get:101 http://deb.debian.org/debian bullseye/main arm64 libarchive-zip-perl all 1.68-1 [104 kB]
12:13:12 #0 6.510 Get:102 http://deb.debian.org/debian bullseye/main arm64 libsub-override-perl all 0.09-2 [10.2 kB]
12:13:12 #0 6.513 Get:103 http://deb.debian.org/debian bullseye/main arm64 libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
12:13:12 #0 6.513 Get:104 http://deb.debian.org/debian bullseye/main arm64 dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
12:13:12 #0 6.514 Get:105 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
12:13:12 #0 6.515 Get:106 http://deb.debian.org/debian bullseye/main arm64 dwz arm64 0.13+20210201-1 [155 kB]
12:13:12 #0 6.517 Get:107 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
12:13:12 #0 6.566 Get:108 http://deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u2 [629 kB]
12:13:12 #0 6.570 Get:109 http://deb.debian.org/debian bullseye/main arm64 gettext arm64 0.21-4 [1261 kB]
12:13:12 #0 6.578 Get:110 http://deb.debian.org/debian bullseye/main arm64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
12:13:12 #0 6.579 Get:111 http://deb.debian.org/debian bullseye/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
12:13:12 #0 6.582 Get:112 http://deb.debian.org/debian bullseye/main arm64 debhelper all 13.3.4 [1049 kB]
12:13:12 #0 6.588 Get:113 http://deb.debian.org/debian bullseye/main arm64 debian-keyring all 2021.07.26 [31.1 MB]
12:13:12 #10 6.836 Get:114 http://deb.debian.org/debian bullseye/main arm64 libfakeroot arm64 1.25.3-1.1 [47.9 kB]
12:13:12 #10 6.837 Get:115 http://deb.debian.org/debian bullseye/main arm64 fakeroot arm64 1.25.3-1.1 [86.8 kB]
12:13:12 #10 6.837 Get:116 http://deb.debian.org/debian bullseye/main arm64 libassuan0 arm64 2.5.3-7.1 [48.0 kB]
12:13:12 #10 6.838 Get:117 http://deb.debian.org/debian bullseye/main arm64 gpgconf arm64 2.2.27-2+deb11u2 [540 kB]
12:13:12 #10 6.843 Get:118 http://deb.debian.org/debian bullseye/main arm64 libksba8 arm64 1.5.0-3 [114 kB]
12:13:12 #10 6.845 Get:119 http://deb.debian.org/debian bullseye/main arm64 libnpth0 arm64 1.6-3 [18.6 kB]
12:13:12 #10 6.848 Get:120 http://deb.debian.org/debian bullseye/main arm64 dirmngr arm64 2.2.27-2+deb11u2 [743 kB]
12:13:12 #10 6.853 Get:121 http://deb.debian.org/debian bullseye/main arm64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
12:13:12 #10 6.860 Get:122 http://deb.debian.org/debian bullseye/main arm64 gnupg-utils arm64 2.2.27-2+deb11u2 [864 kB]
12:13:12 #10 6.865 Get:123 http://deb.debian.org/debian bullseye/main arm64 gpg arm64 2.2.27-2+deb11u2 [884 kB]
12:13:13 #10 6.871 Get:124 http://deb.debian.org/debian bullseye/main arm64 pinentry-curses arm64 1.1.0-4 [63.0 kB]
12:13:13 #10 6.872 Get:125 http://deb.debian.org/debian bullseye/main arm64 gpg-agent arm64 2.2.27-2+deb11u2 [651 kB]
12:13:13 #10 6.876 Get:126 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-client arm64 2.2.27-2+deb11u2 [517 kB]
12:13:13 #10 6.879 Get:127 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-server arm64 2.2.27-2+deb11u2 [510 kB]
12:13:13 #10 6.884 Get:128 http://deb.debian.org/debian bullseye/main arm64 gpgsm arm64 2.2.27-2+deb11u2 [627 kB]
12:13:13 #10 6.888 Get:129 http://deb.debian.org/debian bullseye/main arm64 gnupg all 2.2.27-2+deb11u2 [825 kB]
12:13:13 #10 6.892 Get:130 http://deb.debian.org/debian bullseye/main arm64 libfile-dirlist-perl all 0.05-2 [7444 B]
12:13:13 #10 6.893 Get:131 http://deb.debian.org/debian bullseye/main arm64 libfile-which-perl all 1.23-1 [16.6 kB]
12:13:13 #10 6.896 Get:132 http://deb.debian.org/debian bullseye/main arm64 libfile-homedir-perl all 1.006-1 [43.8 kB]
12:13:13 #10 6.897 Get:133 http://deb.debian.org/debian bullseye/main arm64 libfile-touch-perl all 0.11-1 [9254 B]
12:13:13 #10 6.897 Get:134 http://deb.debian.org/debian bullseye/main arm64 libio-pty-perl arm64 1:1.15-2 [36.0 kB]
12:13:13 #10 6.897 Get:135 http://deb.debian.org/debian bullseye/main arm64 libipc-run-perl all 20200505.0-1 [102 kB]
12:13:13 #10 6.898 Get:136 http://deb.debian.org/debian bullseye/main arm64 libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
12:13:13 #10 6.899 Get:137 http://deb.debian.org/debian bullseye/main arm64 libb-hooks-op-check-perl arm64 0.22-1+b3 [11.2 kB]
12:13:13 #10 6.899 Get:138 http://deb.debian.org/debian bullseye/main arm64 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
12:13:13 #10 6.899 Get:139 http://deb.debian.org/debian bullseye/main arm64 libdevel-callchecker-perl arm64 0.008-1+b2 [15.8 kB]
12:13:13 #10 6.900 Get:140 http://deb.debian.org/debian bullseye/main arm64 libparams-classify-perl arm64 0.015-1+b3 [25.5 kB]
12:13:13 #10 6.901 Get:141 http://deb.debian.org/debian bullseye/main arm64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
12:13:13 #10 6.903 Get:142 http://deb.debian.org/debian bullseye/main arm64 libimport-into-perl all 1.002005-1 [11.6 kB]
12:13:13 #10 6.904 Get:143 http://deb.debian.org/debian bullseye/main arm64 librole-tiny-perl all 2.002004-1 [21.4 kB]
12:13:13 #10 6.905 Get:144 http://deb.debian.org/debian bullseye/main arm64 libstrictures-perl all 2.000006-1 [18.6 kB]
12:13:13 #10 6.906 Get:145 http://deb.debian.org/debian bullseye/main arm64 libsub-quote-perl all 2.006006-1 [21.0 kB]
12:13:13 #10 6.907 Get:146 http://deb.debian.org/debian bullseye/main arm64 libmoo-perl all 2.004004-1 [59.9 kB]
12:13:13 #10 6.907 Get:147 http://deb.debian.org/debian bullseye/main arm64 libencode-locale-perl all 1.05-1.1 [13.2 kB]
12:13:13 #10 6.908 Get:148 http://deb.debian.org/debian bullseye/main arm64 libtimedate-perl all 2.3300-2 [39.3 kB]
12:13:13 #10 6.908 Get:149 http://deb.debian.org/debian bullseye/main arm64 libhttp-date-perl all 6.05-1 [10.4 kB]
12:13:13 #10 6.909 Get:150 http://deb.debian.org/debian bullseye/main arm64 libfile-listing-perl all 6.14-1 [12.4 kB]
12:13:13 #10 6.909 Get:151 http://deb.debian.org/debian bullseye/main arm64 libhtml-tagset-perl all 3.20-4 [13.0 kB]
12:13:13 #10 6.910 Get:152 http://deb.debian.org/debian bullseye/main arm64 liburi-perl all 5.08-1 [90.6 kB]
12:13:13 #10 6.912 Get:153 http://deb.debian.org/debian bullseye/main arm64 libhtml-parser-perl arm64 3.75-1+b1 [103 kB]
12:13:13 #10 6.914 Get:154 http://deb.debian.org/debian bullseye/main arm64 libhtml-tree-perl all 5.07-2 [213 kB]
12:13:13 #10 6.917 Get:155 http://deb.debian.org/debian bullseye/main arm64 libio-html-perl all 1.004-2 [16.1 kB]
12:13:13 #10 6.918 Get:156 http://deb.debian.org/debian bullseye/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
12:13:13 #10 6.918 Get:157 http://deb.debian.org/debian bullseye/main arm64 libhttp-message-perl all 6.28-1 [79.6 kB]
12:13:13 #10 6.921 Get:158 http://deb.debian.org/debian bullseye/main arm64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
12:13:13 #10 6.923 Get:159 http://deb.debian.org/debian bullseye/main arm64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
12:13:13 #10 6.923 Get:160 http://deb.debian.org/debian bullseye/main arm64 perl-openssl-defaults arm64 5 [7360 B]
12:13:13 #10 6.923 Get:161 http://deb.debian.org/debian bullseye/main arm64 libnet-ssleay-perl arm64 1.88-3+b1 [316 kB]
12:13:13 #10 6.926 Get:162 http://deb.debian.org/debian bullseye/main arm64 libio-socket-ssl-perl all 2.069-1 [215 kB]
12:13:13 #10 6.927 Get:163 http://deb.debian.org/debian bullseye/main arm64 libnet-http-perl all 6.20-1 [25.1 kB]
12:13:13 #10 6.928 Get:164 http://deb.debian.org/debian bullseye/main arm64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
12:13:13 #10 6.928 Get:165 http://deb.debian.org/debian bullseye/main arm64 libtry-tiny-perl all 0.30-1 [23.3 kB]
12:13:13 #10 6.928 Get:166 http://deb.debian.org/debian bullseye/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
12:13:13 #10 6.929 Get:167 http://deb.debian.org/debian bullseye/main arm64 libwww-perl all 6.52-1 [192 kB]
12:13:13 #10 6.931 Get:168 http://deb.debian.org/debian bullseye/main arm64 patchutils arm64 0.4.2-1 [73.5 kB]
12:13:13 #10 6.933 Get:169 http://deb.debian.org/debian bullseye/main arm64 wdiff arm64 1.2.2-2+b1 [121 kB]
12:13:13 #10 6.933 Get:170 http://deb.debian.org/debian bullseye/main arm64 devscripts arm64 2.21.3+deb11u1 [1092 kB]
12:13:13 #10 6.941 Get:171 http://deb.debian.org/debian bullseye/main arm64 diffstat arm64 1.64-1 [34.6 kB]
12:13:13 #10 6.942 Get:172 http://deb.debian.org/debian bullseye/main arm64 distro-info-data all 0.51+deb11u2 [7684 B]
12:13:13 #10 6.943 Get:173 http://deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
12:13:13 #10 6.944 Get:174 http://deb.debian.org/debian bullseye/main arm64 python3-chardet all 4.0.0-1 [99.0 kB]
12:13:13 #10 6.947 Get:175 http://deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
12:13:13 #10 6.948 Get:176 http://deb.debian.org/debian bullseye/main arm64 python3-debian all 0.1.39 [80.1 kB]
12:13:13 #10 6.949 Get:177 http://deb.debian.org/debian bullseye/main arm64 libgpgme11 arm64 1.14.0-1+b2 [267 kB]
12:13:13 #10 6.954 Get:178 http://deb.debian.org/debian bullseye/main arm64 python3-gpg arm64 1.14.0-1+b2 [324 kB]
12:13:13 #10 6.958 Get:179 http://deb.debian.org/debian bullseye/main arm64 dput all 1.1.0 [56.5 kB]
12:13:13 #10 6.959 Get:180 http://deb.debian.org/debian bullseye/main arm64 equivs all 2.3.1 [22.7 kB]
12:13:13 #10 6.960 Get:181 http://deb.debian.org/debian bullseye/main arm64 fonts-dejavu-core all 2.37-2 [1069 kB]
12:13:13 #10 6.968 Get:182 http://deb.debian.org/debian bullseye/main arm64 fontconfig-config all 2.13.1-4.2 [281 kB]
12:13:13 #10 6.969 Get:183 http://deb.debian.org/debian bullseye/main arm64 libcurl3-gnutls arm64 7.74.0-1.3+deb11u3 [321 kB]
12:13:13 #10 6.972 Get:184 http://deb.debian.org/debian bullseye/main arm64 liberror-perl all 0.17029-1 [31.0 kB]
12:13:13 #10 6.972 Get:185 http://deb.debian.org/debian bullseye/main arm64 git-man all 1:2.30.2-1 [1827 kB]
12:13:13 #10 6.992 Get:186 http://deb.debian.org/debian bullseye/main arm64 git arm64 1:2.30.2-1 [5428 kB]
12:13:13 #10 7.033 Get:187 http://deb.debian.org/debian bullseye/main arm64 iso-codes all 4.6.0-1 [2824 kB]
12:13:13 #10 7.047 Get:188 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
12:13:13 #10 7.047 Get:189 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6+b1 [11.7 kB]
12:13:13 #10 7.049 Get:190 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
12:13:13 #10 7.050 Get:191 http://deb.debian.org/debian bullseye/main arm64 libaliased-perl all 0.34-1.1 [14.1 kB]
12:13:13 #10 7.051 Get:192 http://deb.debian.org/debian bullseye/main arm64 libapt-pkg-perl arm64 0.1.39 [69.4 kB]
12:13:13 #10 7.052 Get:193 http://deb.debian.org/debian bullseye/main arm64 libarchive-cpio-perl all 0.10-1.1 [10.6 kB]
12:13:13 #10 7.053 Get:194 http://deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
12:13:13 #10 7.055 Get:195 http://deb.debian.org/debian bullseye/main arm64 libarray-intspan-perl all 2.004-1 [25.5 kB]
12:13:13 #10 7.056 Get:196 http://deb.debian.org/debian bullseye/main arm64 libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
12:13:13 #10 7.057 Get:197 http://deb.debian.org/debian bullseye/main arm64 libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
12:13:13 #10 7.058 Get:198 http://deb.debian.org/debian bullseye/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
12:13:13 #10 7.059 Get:199 http://deb.debian.org/debian bullseye/main arm64 libvariable-magic-perl arm64 0.62-1+b3 [44.2 kB]
12:13:13 #10 7.061 Get:200 http://deb.debian.org/debian bullseye/main arm64 libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB]
12:13:13 #10 7.061 Get:201 http://deb.debian.org/debian bullseye/main arm64 libpng16-16 arm64 1.6.37-3 [289 kB]
12:13:13 #10 7.063 Get:202 http://deb.debian.org/debian bullseye/main arm64 libfreetype6 arm64 2.10.4+dfsg-1+deb11u1 [393 kB]
12:13:13 #10 7.066 Get:203 http://deb.debian.org/debian bullseye/main arm64 libfontconfig1 arm64 2.13.1-4.2 [344 kB]
12:13:13 #10 7.072 Get:204 http://deb.debian.org/debian bullseye/main arm64 libjpeg62-turbo arm64 1:2.0.6-4 [133 kB]
12:13:13 #10 7.072 Get:205 http://deb.debian.org/debian bullseye/main arm64 libdeflate0 arm64 1.7-1 [47.7 kB]
12:13:13 #10 7.072 Get:206 http://deb.debian.org/debian bullseye/main arm64 libjbig0 arm64 2.1-3.1+b2 [27.8 kB]
12:13:13 #10 7.072 Get:207 http://deb.debian.org/debian bullseye/main arm64 libwebp6 arm64 0.6.1-2.1 [244 kB]
12:13:13 #10 7.075 Get:208 http://deb.debian.org/debian bullseye/main arm64 libtiff5 arm64 4.2.0-1+deb11u1 [277 kB]
12:13:13 #10 7.078 Get:209 http://deb.debian.org/debian bullseye/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB]
12:13:13 #10 7.078 Get:210 http://deb.debian.org/debian bullseye/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
12:13:13 #10 7.078 Get:211 http://deb.debian.org/debian bullseye/main arm64 libxcb1 arm64 1.14-3 [138 kB]
12:13:13 #10 7.081 Get:212 http://deb.debian.org/debian bullseye/main arm64 libx11-data all 2:1.7.2-1 [311 kB]
12:13:13 #10 7.084 Get:213 http://deb.debian.org/debian bullseye/main arm64 libx11-6 arm64 2:1.7.2-1 [748 kB]
12:13:13 #10 7.089 Get:214 http://deb.debian.org/debian bullseye/main arm64 libxpm4 arm64 1:3.5.12-1 [43.9 kB]
12:13:13 #10 7.089 Get:215 http://deb.debian.org/debian bullseye/main arm64 libgd3 arm64 2.3.0-2 [127 kB]
12:13:13 #10 7.090 Get:216 http://deb.debian.org/debian bullseye/main arm64 libc-devtools arm64 2.31-13+deb11u4 [245 kB]
12:13:13 #10 7.092 Get:217 http://deb.debian.org/debian bullseye/main arm64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
12:13:13 #10 7.092 Get:218 http://deb.debian.org/debian bullseye/main arm64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
12:13:13 #10 7.093 Get:219 http://deb.debian.org/debian bullseye/main arm64 libclass-inspector-perl all 1.36-1 [19.6 kB]
12:13:13 #10 7.094 Get:220 http://deb.debian.org/debian bullseye/main arm64 libclass-xsaccessor-perl arm64 1.19-3+b7 [36.9 kB]
12:13:13 #10 7.095 Get:221 http://deb.debian.org/debian bullseye/main arm64 libclone-perl arm64 0.45-1+b1 [15.3 kB]
12:13:13 #10 7.095 Get:222 http://deb.debian.org/debian bullseye/main arm64 libcommon-sense-perl arm64 3.75-1+b4 [24.6 kB]
12:13:13 #10 7.096 Get:223 http://deb.debian.org/debian bullseye/main arm64 libconfig-tiny-perl all 2.26-1 [16.5 kB]
12:13:13 #10 7.097 Get:224 http://deb.debian.org/debian bullseye/main arm64 libparams-util-perl arm64 1.102-1+b1 [25.3 kB]
12:13:13 #10 7.098 Get:225 http://deb.debian.org/debian bullseye/main arm64 libsub-install-perl all 0.928-1.1 [10.8 kB]
12:13:13 #10 7.098 Get:226 http://deb.debian.org/debian bullseye/main arm64 libdata-optlist-perl all 0.110-1.1 [10.8 kB]
12:13:13 #10 7.098 Get:227 http://deb.debian.org/debian bullseye/main arm64 libsub-exporter-perl all 0.987-1 [47.2 kB]
12:13:13 #10 7.099 Get:228 http://deb.debian.org/debian bullseye/main arm64 libconst-fast-perl all 0.014-1.1 [8552 B]
12:13:13 #10 7.100 Get:229 http://deb.debian.org/debian bullseye/main arm64 libwant-perl arm64 0.29-1+b6 [28.4 kB]
12:13:13 #10 7.102 Get:230 http://deb.debian.org/debian bullseye/main arm64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
12:13:13 #10 7.102 Get:231 http://deb.debian.org/debian bullseye/main arm64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
12:13:13 #10 7.103 Get:232 http://deb.debian.org/debian bullseye/main arm64 libcpanel-json-xs-perl arm64 4.25-1+b1 [127 kB]
12:13:13 #10 7.105 Get:233 http://deb.debian.org/debian bullseye/main arm64 libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
12:13:13 #10 7.105 Get:234 http://deb.debian.org/debian bullseye/main arm64 libexception-class-perl all 1.44-1 [32.3 kB]
12:13:13 #10 7.106 Get:235 http://deb.debian.org/debian bullseye/main arm64 libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
12:13:13 #10 7.106 Get:236 http://deb.debian.org/debian bullseye/main arm64 libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB]
12:13:13 #10 7.108 Get:237 http://deb.debian.org/debian bullseye/main arm64 libexporter-tiny-perl all 1.002002-1 [37.8 kB]
12:13:13 #10 7.108 Get:238 http://deb.debian.org/debian bullseye/main arm64 liblist-moreutils-xs-perl arm64 0.430-2 [36.8 kB]
12:13:13 #10 7.109 Get:239 http://deb.debian.org/debian bullseye/main arm64 liblist-moreutils-perl all 0.430-2 [46.9 kB]
12:13:13 #10 7.110 Get:240 http://deb.debian.org/debian bullseye/main arm64 libdata-dpath-perl all 0.58-1 [43.5 kB]
12:13:13 #10 7.111 Get:241 http://deb.debian.org/debian bullseye/main arm64 libdata-dump-perl all 1.23-1.1 [27.6 kB]
12:13:13 #10 7.111 Get:242 http://deb.debian.org/debian bullseye/main arm64 libdata-messagepack-perl arm64 1.00-4+b1 [37.6 kB]
12:13:13 #10 7.112 Get:243 http://deb.debian.org/debian bullseye/main arm64 libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
12:13:13 #10 7.113 Get:244 http://deb.debian.org/debian bullseye/main arm64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
12:13:13 #10 7.114 Get:245 http://deb.debian.org/debian bullseye/main arm64 libdevel-size-perl arm64 0.83-1+b2 [25.8 kB]
12:13:13 #10 7.114 Get:246 http://deb.debian.org/debian bullseye/main arm64 libdistro-info-perl all 1.0 [7480 B]
12:13:13 #10 7.115 Get:247 http://deb.debian.org/debian bullseye/main arm64 libemail-address-xs-perl arm64 1.04-1+b3 [26.7 kB]
12:13:13 #10 7.116 Get:248 http://deb.debian.org/debian bullseye/main arm64 libfcgi0ldbl arm64 2.4.2-2 [25.3 kB]
12:13:13 #10 7.117 Get:249 http://deb.debian.org/debian bullseye/main arm64 libfcgi-bin arm64 2.4.2-2 [12.5 kB]
12:13:13 #10 7.117 Get:250 http://deb.debian.org/debian bullseye/main arm64 libfcgi-perl arm64 0.79+ds-2 [27.1 kB]
12:13:13 #10 7.118 Get:251 http://deb.debian.org/debian bullseye/main arm64 libipc-system-simple-perl all 1.30-1 [28.2 kB]
12:13:13 #10 7.119 Get:252 http://deb.debian.org/debian bullseye/main arm64 libfile-basedir-perl all 0.08-1 [17.7 kB]
12:13:13 #10 7.120 Get:253 http://deb.debian.org/debian bullseye/main arm64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
12:13:13 #10 7.120 Get:254 http://deb.debian.org/debian bullseye/main arm64 libfile-fcntllock-perl arm64 0.22-3+b7 [35.4 kB]
12:13:13 #10 7.122 Get:255 http://deb.debian.org/debian bullseye/main arm64 libnumber-compare-perl all 0.03-1.1 [6956 B]
12:13:13 #10 7.122 Get:256 http://deb.debian.org/debian bullseye/main arm64 libtext-glob-perl all 0.11-1 [8888 B]
12:13:13 #10 7.123 Get:257 http://deb.debian.org/debian bullseye/main arm64 libfile-find-rule-perl all 0.34-1 [30.6 kB]
12:13:13 #10 7.124 Get:258 http://deb.debian.org/debian bullseye/main arm64 libfont-afm-perl all 1.20-3 [14.0 kB]
12:13:13 #10 7.127 Get:259 http://deb.debian.org/debian bullseye/main arm64 libio-string-perl all 1.08-3.1 [11.8 kB]
12:13:13 #10 7.127 Get:260 http://deb.debian.org/debian bullseye/main arm64 libfont-ttf-perl all 1.06-1.1 [318 kB]
12:13:13 #10 7.127 Get:261 http://deb.debian.org/debian bullseye/main arm64 libio-stringy-perl all 2.111-3 [56.5 kB]
12:13:13 #10 7.129 Get:262 http://deb.debian.org/debian bullseye/main arm64 libparams-validate-perl arm64 1.30-1+b1 [66.2 kB]
12:13:13 #10 7.129 Get:263 http://deb.debian.org/debian bullseye/main arm64 libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB]
12:13:13 #10 7.130 Get:264 http://deb.debian.org/debian bullseye/main arm64 libsort-versions-perl all 1.62-1 [11.0 kB]
12:13:13 #10 7.132 Get:265 http://deb.debian.org/debian bullseye/main arm64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
12:13:13 #10 7.132 Get:266 http://deb.debian.org/debian bullseye/main arm64 libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B]
12:13:13 #10 7.134 Get:267 http://deb.debian.org/debian bullseye/main arm64 libio-prompter-perl all 0.004015-1 [60.4 kB]
12:13:13 #10 7.134 Get:268 http://deb.debian.org/debian bullseye/main arm64 libjson-perl all 4.03000-1 [88.6 kB]
12:13:13 #10 7.134 Get:269 http://deb.debian.org/debian bullseye/main arm64 liblog-any-perl all 1.709-1 [73.5 kB]
12:13:13 #10 7.135 Get:270 http://deb.debian.org/debian bullseye/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
12:13:13 #10 7.136 Get:271 http://deb.debian.org/debian bullseye/main arm64 libpackage-stash-perl all 0.39-1 [21.9 kB]
12:13:13 #10 7.136 Get:272 http://deb.debian.org/debian bullseye/main arm64 libsub-identify-perl arm64 0.14-1+b3 [11.9 kB]
12:13:13 #10 7.137 Get:273 http://deb.debian.org/debian bullseye/main arm64 libsub-name-perl arm64 0.26-1+b1 [13.5 kB]
12:13:13 #10 7.137 Get:274 http://deb.debian.org/debian bullseye/main arm64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
12:13:13 #10 7.139 Get:275 http://deb.debian.org/debian bullseye/main arm64 libpath-tiny-perl all 0.118-1 [53.5 kB]
12:13:13 #10 7.140 Get:276 http://deb.debian.org/debian bullseye/main arm64 libtype-tiny-perl all 1.012001-2 [351 kB]
12:13:13 #10 7.146 Get:277 http://deb.debian.org/debian bullseye/main arm64 libgitlab-api-v4-perl all 0.26-1 [87.9 kB]
12:13:13 #10 7.146 Get:278 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-0 arm64 2.66.8-1 [1286 kB]
12:13:13 #10 7.156 Get:279 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
12:13:13 #10 7.159 Get:280 http://deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
12:13:13 #10 7.160 Get:281 http://deb.debian.org/debian bullseye/main arm64 libhash-fieldhash-perl arm64 0.15-1+b3 [17.6 kB]
12:13:13 #10 7.160 Get:282 http://deb.debian.org/debian bullseye/main arm64 libhtml-form-perl all 6.07-1 [22.9 kB]
12:13:13 #10 7.161 Get:283 http://deb.debian.org/debian bullseye/main arm64 libhtml-format-perl all 2.12-1.1 [43.8 kB]
12:13:13 #10 7.162 Get:284 http://deb.debian.org/debian bullseye/main arm64 libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
12:13:13 #10 7.163 Get:285 http://deb.debian.org/debian bullseye/main arm64 libhttp-daemon-perl all 6.12-1+deb11u1 [23.4 kB]
12:13:13 #10 7.164 Get:286 http://deb.debian.org/debian bullseye/main arm64 libio-sessiondata-perl all 1.03-1.1 [5984 B]
12:13:13 #10 7.165 Get:287 http://deb.debian.org/debian bullseye/main arm64 libipc-run3-perl all 0.048-2 [34.2 kB]
12:13:13 #10 7.165 Get:288 http://deb.debian.org/debian bullseye/main arm64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
12:13:13 #10 7.166 Get:289 http://deb.debian.org/debian bullseye/main arm64 libjson-xs-perl arm64 4.030-1+b1 [93.7 kB]
12:13:13 #10 7.167 Get:290 http://deb.debian.org/debian bullseye/main arm64 libjson-maybexs-perl all 1.004003-1 [13.1 kB]
12:13:13 #10 7.168 Get:291 http://deb.debian.org/debian bullseye/main arm64 libldap-common all 2.4.57+dfsg-3+deb11u1 [95.8 kB]
12:13:13 #10 7.169 Get:292 http://deb.debian.org/debian bullseye/main arm64 liblist-compare-perl all 0.55-1 [66.9 kB]
12:13:13 #10 7.170 Get:293 http://deb.debian.org/debian bullseye/main arm64 liblist-someutils-perl all 0.58-1 [36.5 kB]
12:13:13 #10 7.172 Get:294 http://deb.debian.org/debian bullseye/main arm64 liblist-someutils-xs-perl arm64 0.58-2+b1 [31.1 kB]
12:13:13 #10 7.172 Get:295 http://deb.debian.org/debian bullseye/main arm64 liblist-utilsby-perl all 0.11-1 [15.4 kB]
12:13:13 #10 7.173 Get:296 http://deb.debian.org/debian bullseye/main arm64 libltdl7 arm64 2.4.6-15 [390 kB]
12:13:13 #10 7.175 Get:297 http://deb.debian.org/debian bullseye/main arm64 libltdl-dev arm64 2.4.6-15 [162 kB]
12:13:13 #10 7.180 Get:298 http://deb.debian.org/debian bullseye/main arm64 liblzo2-2 arm64 2.10-2 [51.8 kB]
12:13:13 #10 7.181 Get:299 http://deb.debian.org/debian bullseye/main arm64 libsys-hostname-long-perl all 1.5-2 [11.8 kB]
12:13:13 #10 7.181 Get:300 http://deb.debian.org/debian bullseye/main arm64 libmail-sendmail-perl all 0.80-1.1 [25.5 kB]
12:13:13 #10 7.181 Get:301 http://deb.debian.org/debian bullseye/main arm64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
12:13:13 #10 7.182 Get:302 http://deb.debian.org/debian bullseye/main arm64 libmailtools-perl all 2.21-1 [95.5 kB]
12:13:13 #10 7.182 Get:303 http://deb.debian.org/debian bullseye/main arm64 libmarkdown2 arm64 2.2.6-1 [34.3 kB]
12:13:13 #10 7.183 Get:304 http://deb.debian.org/debian bullseye/main arm64 libmime-tools-perl all 5.509-1 [212 kB]
12:13:13 #10 7.185 Get:305 http://deb.debian.org/debian bullseye/main arm64 libmoox-aliases-perl all 0.001006-1.1 [10.8 kB]
12:13:13 #10 7.185 Get:306 http://deb.debian.org/debian bullseye/main arm64 libnamespace-autoclean-perl all 0.29-1 [15.0 kB]
12:13:13 #10 7.187 Get:307 http://deb.debian.org/debian bullseye/main arm64 libobject-id-perl all 0.1.2-2.1 [16.7 kB]
12:13:13 #10 7.187 Get:308 http://deb.debian.org/debian bullseye/main arm64 libmoox-struct-perl all 0.020-1 [25.4 kB]
12:13:13 #10 7.187 Get:309 http://deb.debian.org/debian bullseye/main arm64 libmouse-perl arm64 2.5.10-1+b1 [170 kB]
12:13:13 #10 7.190 Get:310 http://deb.debian.org/debian bullseye/main arm64 libnumber-range-perl all 0.12-1.1 [8688 B]
12:13:13 #10 7.190 Get:311 http://deb.debian.org/debian bullseye/main arm64 libossp-uuid16 arm64 1.6.2-1.5+b9 [41.8 kB]
12:13:13 #10 7.194 Get:312 http://deb.debian.org/debian bullseye/main arm64 libossp-uuid-perl arm64 1.6.2-1.5+b9 [28.5 kB]
12:13:13 #10 7.194 Get:313 http://deb.debian.org/debian bullseye/main arm64 libpackage-stash-xs-perl arm64 0.29-1+b2 [19.7 kB]
12:13:13 #10 7.194 Get:314 http://deb.debian.org/debian bullseye/main arm64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
12:13:13 #10 7.194 Get:315 http://deb.debian.org/debian bullseye/main arm64 libperlio-gzip-perl arm64 0.19-1+b7 [17.0 kB]
12:13:13 #10 7.194 Get:316 http://deb.debian.org/debian bullseye/main arm64 libpod-parser-perl all 1.63-2 [96.1 kB]
12:13:13 #10 7.196 Get:317 http://deb.debian.org/debian bullseye/main arm64 libpod-constants-perl all 0.19-2 [17.3 kB]
12:13:13 #10 7.197 Get:318 http://deb.debian.org/debian bullseye/main arm64 libproc-processtable-perl arm64 0.59-2+b1 [45.7 kB]
12:13:13 #10 7.216 Get:319 http://deb.debian.org/debian bullseye/main arm64 libre2-9 arm64 20210201+dfsg-1 [151 kB]
12:13:13 #10 7.241 Get:320 http://deb.debian.org/debian bullseye/main arm64 libre-engine-re2-perl arm64 0.14-1 [17.7 kB]
12:13:13 #10 7.243 Get:321 http://deb.debian.org/debian bullseye/main arm64 libreadonly-perl all 2.050-3 [23.1 kB]
12:13:13 #10 7.268 Get:322 http://deb.debian.org/debian bullseye/main arm64 libref-util-perl all 0.204-1 [17.1 kB]
12:13:13 #10 7.272 Get:323 http://deb.debian.org/debian bullseye/main arm64 libref-util-xs-perl arm64 0.117-1+b3 [13.5 kB]
12:13:13 #10 7.276 Get:324 http://deb.debian.org/debian bullseye/main arm64 libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB]
12:13:13 #10 7.278 Get:325 http://deb.debian.org/debian bullseye/main arm64 libregexp-pattern-perl all 0.2.14-1 [18.8 kB]
12:13:13 #10 7.279 Get:326 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules arm64 2.1.27+dfsg-2.1+deb11u1 [101 kB]
12:13:13 #10 7.280 Get:327 http://deb.debian.org/debian bullseye/main arm64 libsereal-decoder-perl arm64 4.018+ds-1+b1 [95.3 kB]
12:13:13 #10 7.309 Get:328 http://deb.debian.org/debian bullseye/main arm64 libsereal-encoder-perl arm64 4.018+ds-1+b1 [98.3 kB]
12:13:13 #10 7.310 Get:329 http://deb.debian.org/debian bullseye/main arm64 libtask-weaken-perl all 1.06-1 [9252 B]
12:13:13 #10 7.313 Get:330 http://deb.debian.org/debian bullseye/main arm64 libxml-parser-perl arm64 2.46-2 [205 kB]
12:13:13 #10 7.313 Get:331 http://deb.debian.org/debian bullseye/main arm64 libsoap-lite-perl all 1.27-1 [258 kB]
12:13:13 #10 7.314 Get:332 http://deb.debian.org/debian bullseye/main arm64 libsort-key-perl arm64 1.33-2+b3 [36.1 kB]
12:13:13 #10 7.316 Get:333 http://deb.debian.org/debian bullseye/main arm64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
12:13:13 #10 7.319 Get:334 http://deb.debian.org/debian bullseye/main arm64 libstring-escape-perl all 2010.002-2 [19.1 kB]
12:13:13 #10 7.321 Get:335 http://deb.debian.org/debian bullseye/main arm64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
12:13:13 #10 7.322 Get:336 http://deb.debian.org/debian bullseye/main arm64 libsys-cpuaffinity-perl arm64 1.13~03-1 [33.5 kB]
12:13:13 #10 7.322 Get:337 http://deb.debian.org/debian bullseye/main arm64 libterm-readkey-perl arm64 2.38-1+b2 [27.3 kB]
12:13:13 #10 7.327 Get:338 http://deb.debian.org/debian bullseye/main arm64 libtext-levenshteinxs-perl arm64 0.03-4+b8 [8680 B]
12:13:13 #10 7.327 Get:339 http://deb.debian.org/debian bullseye/main arm64 libtext-markdown-discount-perl arm64 0.12-1+b1 [12.9 kB]
12:13:13 #10 7.327 Get:340 http://deb.debian.org/debian bullseye/main arm64 libtext-xslate-perl arm64 3.5.8-1+b1 [195 kB]
12:13:13 #10 7.327 Get:341 http://deb.debian.org/debian bullseye/main arm64 libtime-duration-perl all 1.21-1 [13.7 kB]
12:13:13 #10 7.327 Get:342 http://deb.debian.org/debian bullseye/main arm64 libtime-moment-perl arm64 0.44-1+b3 [75.1 kB]
12:13:13 #10 7.327 Get:343 http://deb.debian.org/debian bullseye/main arm64 libtype-tiny-xs-perl arm64 0.022-1 [24.8 kB]
12:13:13 #10 7.334 Get:344 http://deb.debian.org/debian bullseye/main arm64 libunicode-utf8-perl arm64 0.62-1+b2 [19.8 kB]
12:13:13 #10 7.338 Get:345 http://deb.debian.org/debian bullseye/main arm64 libxdelta2 arm64 1.1.3-9.3 [45.6 kB]
12:13:13 #10 7.338 Get:346 http://deb.debian.org/debian bullseye/main arm64 libxext6 arm64 2:1.3.3-1.1 [51.6 kB]
12:13:13 #10 7.339 Get:347 http://deb.debian.org/debian bullseye/main arm64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
12:13:13 #10 7.340 Get:348 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
12:13:13 #10 7.368 Get:349 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
12:13:13 #10 7.368 Get:350 http://deb.debian.org/debian bullseye/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-2+b1 [326 kB]
12:13:13 #10 7.368 Get:351 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
12:13:13 #10 7.368 Get:352 http://deb.debian.org/debian bullseye/main arm64 libxmlrpc-lite-perl all 0.717-4 [22.6 kB]
12:13:13 #10 7.372 Get:353 http://deb.debian.org/debian bullseye/main arm64 libxmuu1 arm64 2:1.1.2-2+b3 [24.1 kB]
12:13:13 #10 7.372 Get:354 http://deb.debian.org/debian bullseye/main arm64 libyaml-0-2 arm64 0.2.2-1 [45.1 kB]
12:13:13 #10 7.372 Get:355 http://deb.debian.org/debian bullseye/main arm64 libyaml-libyaml-perl arm64 0.82+repack-1+b1 [34.5 kB]
12:13:13 #10 7.372 Get:356 http://deb.debian.org/debian bullseye/main arm64 licensecheck all 3.1.1-2 [50.0 kB]
12:13:13 #10 7.385 Get:357 http://deb.debian.org/debian bullseye/main arm64 lzip arm64 1.22-3 [84.7 kB]
12:13:13 #10 7.403 Get:358 http://deb.debian.org/debian bullseye/main arm64 lzop arm64 1.04-2 [82.8 kB]
12:13:13 #10 7.409 Get:359 http://deb.debian.org/debian bullseye/main arm64 t1utils arm64 1.41-4 [59.8 kB]
12:13:13 #10 7.411 Get:360 http://deb.debian.org/debian bullseye/main arm64 unzip arm64 6.0-26+deb11u1 [165 kB]
12:13:13 #10 7.413 Get:361 http://deb.debian.org/debian bullseye/main arm64 lintian all 2.104.0 [1265 kB]
12:13:13 #10 7.425 Get:362 http://deb.debian.org/debian bullseye/main arm64 lsb-release all 11.1.0 [27.9 kB]
12:13:13 #10 7.427 Get:363 http://deb.debian.org/debian bullseye/main arm64 manpages-dev all 5.10-1 [2309 kB]
12:13:13 #10 7.457 Get:364 http://deb.debian.org/debian bullseye/main arm64 pbzip2 arm64 1.1.13-1 [43.5 kB]
12:13:13 #10 7.470 Get:365 http://deb.debian.org/debian bullseye/main arm64 pixz arm64 1.0.7-1 [20.2 kB]
12:13:13 #10 7.472 Get:366 http://deb.debian.org/debian bullseye/main arm64 xdelta arm64 1.1.3-9.3 [25.8 kB]
12:13:13 #10 7.473 Get:367 http://deb.debian.org/debian bullseye/main arm64 xdelta3 arm64 3.0.11-dfsg-1+b1 [59.7 kB]
12:13:13 #10 7.479 Get:368 http://deb.debian.org/debian bullseye/main arm64 pristine-tar arm64 1.49 [115 kB]
12:13:13 #10 7.481 Get:369 http://deb.debian.org/debian bullseye/main arm64 publicsuffix all 20220811.1734-0+deb11u1 [127 kB]
12:13:13 #10 7.484 Get:370 http://deb.debian.org/debian bullseye/main arm64 python-apt-common all 2.2.1 [96.5 kB]
12:13:13 #10 7.486 Get:371 http://deb.debian.org/debian bullseye/main arm64 python3-apt arm64 2.2.1 [183 kB]
12:13:13 #10 7.492 Get:372 http://deb.debian.org/debian bullseye/main arm64 python3-certifi all 2020.6.20-1 [151 kB]
12:13:13 #10 7.493 Get:373 http://deb.debian.org/debian bullseye/main arm64 python3-idna all 2.10-1 [37.4 kB]
12:13:13 #10 7.495 Get:374 http://deb.debian.org/debian bullseye/main arm64 python3-magic all 2:0.4.20-3 [13.4 kB]
12:13:13 #10 7.497 Get:375 http://deb.debian.org/debian bullseye/main arm64 python3-urllib3 all 1.26.5-1~exp1 [114 kB]
12:13:13 #10 7.498 Get:376 http://deb.debian.org/debian bullseye/main arm64 python3-requests all 2.25.1+dfsg-2 [69.3 kB]
12:13:13 #10 7.503 Get:377 http://deb.debian.org/debian bullseye/main arm64 python3-unidiff all 0.5.5-2 [9604 B]
12:13:13 #10 7.505 Get:378 http://deb.debian.org/debian bullseye/main arm64 python3-xdg all 0.27-2 [41.8 kB]
12:13:13 #10 7.509 Get:379 http://deb.debian.org/debian bullseye/main arm64 shared-mime-info arm64 2.0-1 [700 kB]
12:13:13 #10 7.544 Get:380 http://deb.debian.org/debian bullseye/main arm64 strace arm64 5.10-1 [994 kB]
12:13:13 #10 7.553 Get:381 http://deb.debian.org/debian bullseye/main arm64 xauth arm64 1:1.1-1 [40.0 kB]
12:13:13 #10 7.555 Get:382 http://deb.debian.org/debian bullseye/main arm64 xdg-user-dirs arm64 0.17-2 [53.2 kB]
12:13:13 #10 7.802 debconf: delaying package configuration, since apt-utils is not installed
12:13:13 #10 7.849 Fetched 168 MB in 2s (81.1 MB/s)
12:13:14 #10 7.880 Selecting previously unselected package bsdextrautils.
12:13:14 #10 7.880 (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 ... 6653 files and directories currently installed.)
12:13:14 #10 7.881 Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u1_arm64.deb ...
12:13:14 #10 7.888 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
12:13:14 #10 8.033 Selecting previously unselected package libuchardet0:arm64.
12:13:14 #10 8.033 Preparing to unpack .../01-libuchardet0_0.0.7-1_arm64.deb ...
12:13:14 #10 8.045 Unpacking libuchardet0:arm64 (0.0.7-1) ...
12:13:14 #10 8.096 Selecting previously unselected package groff-base.
12:13:14 #10 8.096 Preparing to unpack .../02-groff-base_1.22.4-6_arm64.deb ...
12:13:14 #10 8.102 Unpacking groff-base (1.22.4-6) ...
12:13:14 #10 8.379 Selecting previously unselected package libgdbm6:arm64.
12:13:14 #10 8.379 Preparing to unpack .../03-libgdbm6_1.19-2_arm64.deb ...
12:13:14 #10 8.394 Unpacking libgdbm6:arm64 (1.19-2) ...
12:13:14 #10 8.513 Selecting previously unselected package libpipeline1:arm64.
12:13:14 #10 8.515 Preparing to unpack .../04-libpipeline1_1.5.3-1_arm64.deb ...
12:13:14 #10 8.529 Unpacking libpipeline1:arm64 (1.5.3-1) ...
12:13:14 #10 8.663 Selecting previously unselected package man-db.
12:13:14 #10 8.663 Preparing to unpack .../05-man-db_2.9.4-2_arm64.deb ...
12:13:14 #10 8.698 Unpacking man-db (2.9.4-2) ...
12:13:15 #10 8.947 Selecting previously unselected package perl-modules-5.32.
12:13:15 #10 8.947 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
12:13:15 #10 8.955 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
12:13:15 #10 9.533 Selecting previously unselected package libgdbm-compat4:arm64.
12:13:15 #10 9.535 Preparing to unpack .../07-libgdbm-compat4_1.19-2_arm64.deb ...
12:13:15 #10 9.540 Unpacking libgdbm-compat4:arm64 (1.19-2) ...
12:13:15 #10 9.590 Selecting previously unselected package libperl5.32:arm64.
12:13:15 #10 9.590 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_arm64.deb ...
12:13:15 #10 9.596 Unpacking libperl5.32:arm64 (5.32.1-4+deb11u2) ...
12:13:16 #10 10.31 Selecting previously unselected package perl.
12:13:16 #10 10.31 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_arm64.deb ...
12:13:16 #10 10.33 Unpacking perl (5.32.1-4+deb11u2) ...
12:13:16 #10 10.44 Selecting previously unselected package liblocale-gettext-perl.
12:13:16 #10 10.44 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_arm64.deb ...
12:13:16 #10 10.45 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
12:13:16 #10 10.54 Selecting previously unselected package libpython3.9-minimal:arm64.
12:13:16 #10 10.54 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_arm64.deb ...
12:13:16 #10 10.55 Unpacking libpython3.9-minimal:arm64 (3.9.2-1) ...
12:13:16 #10 10.78 Selecting previously unselected package libexpat1:arm64.
12:13:16 #10 10.78 Preparing to unpack .../12-libexpat1_2.2.10-2+deb11u4_arm64.deb ...
12:13:16 #10 10.79 Unpacking libexpat1:arm64 (2.2.10-2+deb11u4) ...
12:13:16 #10 10.86 Selecting previously unselected package python3.9-minimal.
12:13:16 #10 10.86 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_arm64.deb ...
12:13:16 #10 10.87 Unpacking python3.9-minimal (3.9.2-1) ...
12:13:17 #10 11.08 Setting up libpython3.9-minimal:arm64 (3.9.2-1) ...
12:13:17 #10 11.10 Setting up libexpat1:arm64 (2.2.10-2+deb11u4) ...
12:13:17 #10 11.13 Setting up python3.9-minimal (3.9.2-1) ...
12:13:18 #10 11.88 Selecting previously unselected package python3-minimal.
12:13:18 #10 11.88 (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 ... 9515 files and directories currently installed.)
12:13:18 #10 11.88 Preparing to unpack .../0-python3-minimal_3.9.2-3_arm64.deb ...
12:13:18 #10 11.88 Unpacking python3-minimal (3.9.2-3) ...
12:13:18 #10 11.94 Selecting previously unselected package media-types.
12:13:18 #10 11.94 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
12:13:18 #10 11.94 Unpacking media-types (4.0.0) ...
12:13:18 #10 12.04 Selecting previously unselected package libmpdec3:arm64.
12:13:18 #10 12.04 Preparing to unpack .../2-libmpdec3_2.5.1-1_arm64.deb ...
12:13:18 #10 12.04 Unpacking libmpdec3:arm64 (2.5.1-1) ...
12:13:18 #10 12.11 Selecting previously unselected package libncursesw6:arm64.
12:13:18 #10 12.11 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_arm64.deb ...
12:13:18 #10 12.13 Unpacking libncursesw6:arm64 (6.2+20201114-2) ...
12:13:18 #10 12.19 Selecting previously unselected package readline-common.
12:13:18 #10 12.19 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
12:13:18 #10 12.20 Unpacking readline-common (8.1-1) ...
12:13:18 #10 12.28 Selecting previously unselected package libreadline8:arm64.
12:13:18 #10 12.28 Preparing to unpack .../5-libreadline8_8.1-1_arm64.deb ...
12:13:18 #10 12.28 Unpacking libreadline8:arm64 (8.1-1) ...
12:13:18 #10 12.37 Selecting previously unselected package libsqlite3-0:arm64.
12:13:18 #10 12.37 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_arm64.deb ...
12:13:18 #10 12.38 Unpacking libsqlite3-0:arm64 (3.34.1-3) ...
12:13:18 #10 12.46 Selecting previously unselected package libpython3.9-stdlib:arm64.
12:13:18 #10 12.47 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_arm64.deb ...
12:13:18 #10 ...
12:13:18 
12:13:18 #9 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:18 #9 extracting sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 6.1s done
12:13:18 #9 extracting sha256:daf1f57719a3a4153f26439c0ef63ea7a63ee9d74dea959bca86257ae5c34bb8 done
12:13:18 #9 DONE 17.1s
12:13:18 
12:13:18 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:13:18 #10 12.51 Unpacking libpython3.9-stdlib:arm64 (3.9.2-1) ...
12:13:18 #10 12.76 Selecting previously unselected package python3.9.
12:13:18 #10 12.76 Preparing to unpack .../8-python3.9_3.9.2-1_arm64.deb ...
12:13:18 #10 12.76 Unpacking python3.9 (3.9.2-1) ...
12:13:18 #10 12.81 Selecting previously unselected package libpython3-stdlib:arm64.
12:13:18 #10 12.82 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_arm64.deb ...
12:13:18 #10 12.82 Unpacking libpython3-stdlib:arm64 (3.9.2-3) ...
12:13:19 #10 12.87 Setting up python3-minimal (3.9.2-3) ...
12:13:19 #10 13.15 Selecting previously unselected package python3.
12:13:19 #10 13.15 (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 ... 9953 files and directories currently installed.)
12:13:19 #10 13.17 Preparing to unpack .../000-python3_3.9.2-3_arm64.deb ...
12:13:19 #10 13.18 Unpacking python3 (3.9.2-3) ...
12:13:19 #10 13.24 Selecting previously unselected package less.
12:13:19 #10 13.24 Preparing to unpack .../001-less_551-2_arm64.deb ...
12:13:19 #10 13.25 Unpacking less (551-2) ...
12:13:19 #10 13.31 Selecting previously unselected package netbase.
12:13:19 #10 13.32 Preparing to unpack .../002-netbase_6.3_all.deb ...
12:13:19 #10 13.33 Unpacking netbase (6.3) ...
12:13:19 #10 13.37 Selecting previously unselected package sensible-utils.
12:13:19 #10 13.37 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ...
12:13:19 #10 13.38 Unpacking sensible-utils (0.0.14) ...
12:13:19 #10 13.44 Selecting previously unselected package bzip2.
12:13:19 #10 13.44 Preparing to unpack .../004-bzip2_1.0.8-4_arm64.deb ...
12:13:19 #10 13.45 Unpacking bzip2 (1.0.8-4) ...
12:13:19 #10 13.52 Selecting previously unselected package openssl.
12:13:19 #10 13.52 Preparing to unpack .../005-openssl_1.1.1n-0+deb11u3_arm64.deb ...
12:13:19 #10 13.53 Unpacking openssl (1.1.1n-0+deb11u3) ...
12:13:19 #10 13.68 Selecting previously unselected package ca-certificates.
12:13:19 #10 13.68 Preparing to unpack .../006-ca-certificates_20210119_all.deb ...
12:13:19 #10 13.69 Unpacking ca-certificates (20210119) ...
12:13:19 #10 13.79 Selecting previously unselected package libmagic-mgc.
12:13:19 #10 13.80 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3_arm64.deb ...
12:13:19 #10 13.80 Unpacking libmagic-mgc (1:5.39-3) ...
12:13:19 #10 13.93 Selecting previously unselected package libmagic1:arm64.
12:13:19 #10 13.93 Preparing to unpack .../008-libmagic1_1%3a5.39-3_arm64.deb ...
12:13:19 #10 13.94 Unpacking libmagic1:arm64 (1:5.39-3) ...
12:13:19 #10 14.01 Selecting previously unselected package file.
12:13:20 #10 14.01 Preparing to unpack .../009-file_1%3a5.39-3_arm64.deb ...
12:13:20 #10 14.02 Unpacking file (1:5.39-3) ...
12:13:20 #10 14.08 Selecting previously unselected package gettext-base.
12:13:20 #10 14.08 Preparing to unpack .../010-gettext-base_0.21-4_arm64.deb ...
12:13:20 #10 14.09 Unpacking gettext-base (0.21-4) ...
12:13:20 #10 14.22 Selecting previously unselected package manpages.
12:13:20 #10 14.22 Preparing to unpack .../011-manpages_5.10-1_all.deb ...
12:13:20 #10 14.23 Unpacking manpages (5.10-1) ...
12:13:20 #10 14.40 Selecting previously unselected package libmd0:arm64.
12:13:20 #10 14.40 Preparing to unpack .../012-libmd0_1.0.3-3_arm64.deb ...
12:13:20 #10 14.41 Unpacking libmd0:arm64 (1.0.3-3) ...
12:13:20 #10 14.51 Selecting previously unselected package libbsd0:arm64.
12:13:20 #10 14.51 Preparing to unpack .../013-libbsd0_0.11.3-1_arm64.deb ...
12:13:20 #10 14.52 Unpacking libbsd0:arm64 (0.11.3-1) ...
12:13:20 #10 14.63 Selecting previously unselected package libedit2:arm64.
12:13:20 #10 14.64 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_arm64.deb ...
12:13:20 #10 14.64 Unpacking libedit2:arm64 (3.1-20191231-2+b1) ...
12:13:20 #10 14.70 Selecting previously unselected package libcbor0:arm64.
12:13:20 #10 14.70 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_arm64.deb ...
12:13:20 #10 14.70 Unpacking libcbor0:arm64 (0.5.0+dfsg-2) ...
12:13:20 #10 14.75 Selecting previously unselected package libfido2-1:arm64.
12:13:21 #10 14.75 Preparing to unpack .../016-libfido2-1_1.6.0-2_arm64.deb ...
12:13:21 #10 14.75 Unpacking libfido2-1:arm64 (1.6.0-2) ...
12:13:21 #10 14.80 Selecting previously unselected package openssh-client.
12:13:21 #10 14.81 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5+deb11u1_arm64.deb ...
12:13:21 #10 14.81 Unpacking openssh-client (1:8.4p1-5+deb11u1) ...
12:13:21 #10 14.93 Selecting previously unselected package ucf.
12:13:21 #10 14.93 Preparing to unpack .../018-ucf_3.0043_all.deb ...
12:13:21 #10 14.94 Moving old data out of the way
12:13:21 #10 14.94 Unpacking ucf (3.0043) ...
12:13:21 #10 14.98 Selecting previously unselected package xz-utils.
12:13:21 #10 14.98 Preparing to unpack .../019-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
12:13:21 #10 14.99 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
12:13:21 #10 15.05 Selecting previously unselected package libsigsegv2:arm64.
12:13:21 #10 15.05 Preparing to unpack .../020-libsigsegv2_2.13-1_arm64.deb ...
12:13:21 #10 15.05 Unpacking libsigsegv2:arm64 (2.13-1) ...
12:13:21 #10 15.09 Selecting previously unselected package m4.
12:13:21 #10 15.09 Preparing to unpack .../021-m4_1.4.18-5_arm64.deb ...
12:13:21 #10 15.09 Unpacking m4 (1.4.18-5) ...
12:13:21 #10 15.14 Selecting previously unselected package autoconf.
12:13:21 #10 15.14 Preparing to unpack .../022-autoconf_2.69-14_all.deb ...
12:13:21 #10 15.15 Unpacking autoconf (2.69-14) ...
12:13:21 #10 15.21 Selecting previously unselected package autotools-dev.
12:13:21 #10 15.21 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ...
12:13:21 #10 15.21 Unpacking autotools-dev (20180224.1+nmu1) ...
12:13:21 #10 15.26 Selecting previously unselected package automake.
12:13:21 #10 15.26 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ...
12:13:21 #10 15.27 Unpacking automake (1:1.16.3-2) ...
12:13:21 #10 15.34 Selecting previously unselected package autopoint.
12:13:21 #10 15.35 Preparing to unpack .../025-autopoint_0.21-4_all.deb ...
12:13:21 #10 15.35 Unpacking autopoint (0.21-4) ...
12:13:21 #10 15.40 Selecting previously unselected package binutils-common:arm64.
12:13:21 #10 15.40 Preparing to unpack .../026-binutils-common_2.35.2-2_arm64.deb ...
12:13:21 #10 15.41 Unpacking binutils-common:arm64 (2.35.2-2) ...
12:13:21 #10 15.63 Selecting previously unselected package libbinutils:arm64.
12:13:21 #10 15.63 Preparing to unpack .../027-libbinutils_2.35.2-2_arm64.deb ...
12:13:21 #10 15.64 Unpacking libbinutils:arm64 (2.35.2-2) ...
12:13:21 #10 15.72 Selecting previously unselected package libctf-nobfd0:arm64.
12:13:21 #10 15.72 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_arm64.deb ...
12:13:21 #10 15.73 Unpacking libctf-nobfd0:arm64 (2.35.2-2) ...
12:13:21 #10 15.78 Selecting previously unselected package libctf0:arm64.
12:13:21 #10 15.78 Preparing to unpack .../029-libctf0_2.35.2-2_arm64.deb ...
12:13:21 #10 15.78 Unpacking libctf0:arm64 (2.35.2-2) ...
12:13:21 #10 15.81 Selecting previously unselected package binutils-aarch64-linux-gnu.
12:13:22 #10 15.82 Preparing to unpack .../030-binutils-aarch64-linux-gnu_2.35.2-2_arm64.deb ...
12:13:22 #10 15.82 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
12:13:22 #10 16.09 Selecting previously unselected package binutils.
12:13:22 #10 16.09 Preparing to unpack .../031-binutils_2.35.2-2_arm64.deb ...
12:13:22 #10 16.10 Unpacking binutils (2.35.2-2) ...
12:13:22 #10 16.14 Selecting previously unselected package libc-dev-bin.
12:13:22 #10 16.14 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u4_arm64.deb ...
12:13:22 #10 16.15 Unpacking libc-dev-bin (2.31-13+deb11u4) ...
12:13:22 #10 16.20 Selecting previously unselected package linux-libc-dev:arm64.
12:13:22 #10 16.20 Preparing to unpack .../033-linux-libc-dev_5.10.140-1_arm64.deb ...
12:13:22 #10 16.20 Unpacking linux-libc-dev:arm64 (5.10.140-1) ...
12:13:22 #10 16.36 Selecting previously unselected package libcrypt-dev:arm64.
12:13:22 #10 16.36 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_arm64.deb ...
12:13:22 #10 16.37 Unpacking libcrypt-dev:arm64 (1:4.4.18-4) ...
12:13:22 #10 16.42 Selecting previously unselected package libtirpc-dev:arm64.
12:13:22 #10 16.42 Preparing to unpack .../035-libtirpc-dev_1.3.1-1+deb11u1_arm64.deb ...
12:13:22 #10 16.42 Unpacking libtirpc-dev:arm64 (1.3.1-1+deb11u1) ...
12:13:22 #10 16.47 Selecting previously unselected package libnsl-dev:arm64.
12:13:22 #10 16.48 Preparing to unpack .../036-libnsl-dev_1.3.0-2_arm64.deb ...
12:13:22 #10 16.48 Unpacking libnsl-dev:arm64 (1.3.0-2) ...
12:13:22 #10 16.52 Selecting previously unselected package libc6-dev:arm64.
12:13:22 #10 16.53 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u4_arm64.deb ...
12:13:22 #10 16.53 Unpacking libc6-dev:arm64 (2.31-13+deb11u4) ...
12:13:22 #10 16.77 Selecting previously unselected package libisl23:arm64.
12:13:22 #10 16.77 Preparing to unpack .../038-libisl23_0.23-1_arm64.deb ...
12:13:22 #10 16.77 Unpacking libisl23:arm64 (0.23-1) ...
12:13:22 #10 16.86 Selecting previously unselected package libmpfr6:arm64.
12:13:22 #10 16.86 Preparing to unpack .../039-libmpfr6_4.1.0-3_arm64.deb ...
12:13:22 #10 16.87 Unpacking libmpfr6:arm64 (4.1.0-3) ...
12:13:23 #10 16.94 Selecting previously unselected package libmpc3:arm64.
12:13:23 #10 16.94 Preparing to unpack .../040-libmpc3_1.2.0-1_arm64.deb ...
12:13:23 #10 16.95 Unpacking libmpc3:arm64 (1.2.0-1) ...
12:13:23 #10 16.98 Selecting previously unselected package cpp-10.
12:13:23 #10 16.99 Preparing to unpack .../041-cpp-10_10.2.1-6_arm64.deb ...
12:13:23 #10 16.99 Unpacking cpp-10 (10.2.1-6) ...
12:13:23 #10 17.61 Selecting previously unselected package cpp.
12:13:23 #10 17.61 Preparing to unpack .../042-cpp_4%3a10.2.1-1_arm64.deb ...
12:13:23 #10 17.61 Unpacking cpp (4:10.2.1-1) ...
12:13:23 #10 17.66 Selecting previously unselected package libcc1-0:arm64.
12:13:23 #10 17.66 Preparing to unpack .../043-libcc1-0_10.2.1-6_arm64.deb ...
12:13:23 #10 17.67 Unpacking libcc1-0:arm64 (10.2.1-6) ...
12:13:23 #10 17.71 Selecting previously unselected package libgomp1:arm64.
12:13:23 #10 17.71 Preparing to unpack .../044-libgomp1_10.2.1-6_arm64.deb ...
12:13:23 #10 17.72 Unpacking libgomp1:arm64 (10.2.1-6) ...
12:13:23 #10 17.77 Selecting previously unselected package libitm1:arm64.
12:13:23 #10 17.77 Preparing to unpack .../045-libitm1_10.2.1-6_arm64.deb ...
12:13:23 #10 17.78 Unpacking libitm1:arm64 (10.2.1-6) ...
12:13:23 #10 17.81 Selecting previously unselected package libatomic1:arm64.
12:13:23 #10 17.82 Preparing to unpack .../046-libatomic1_10.2.1-6_arm64.deb ...
12:13:23 #10 17.82 Unpacking libatomic1:arm64 (10.2.1-6) ...
12:13:23 #10 17.86 Selecting previously unselected package libasan6:arm64.
12:13:23 #10 17.87 Preparing to unpack .../047-libasan6_10.2.1-6_arm64.deb ...
12:13:23 #10 17.87 Unpacking libasan6:arm64 (10.2.1-6) ...
12:13:24 #10 18.07 Selecting previously unselected package liblsan0:arm64.
12:13:24 #10 18.08 Preparing to unpack .../048-liblsan0_10.2.1-6_arm64.deb ...
12:13:24 #10 18.08 Unpacking liblsan0:arm64 (10.2.1-6) ...
12:13:24 #10 18.18 Selecting previously unselected package libtsan0:arm64.
12:13:24 #10 18.19 Preparing to unpack .../049-libtsan0_10.2.1-6_arm64.deb ...
12:13:24 #10 18.19 Unpacking libtsan0:arm64 (10.2.1-6) ...
12:13:24 #10 18.40 Selecting previously unselected package libubsan1:arm64.
12:13:24 #10 18.40 Preparing to unpack .../050-libubsan1_10.2.1-6_arm64.deb ...
12:13:24 #10 18.40 Unpacking libubsan1:arm64 (10.2.1-6) ...
12:13:24 #10 18.49 Selecting previously unselected package libgcc-10-dev:arm64.
12:13:24 #10 18.50 Preparing to unpack .../051-libgcc-10-dev_10.2.1-6_arm64.deb ...
12:13:24 #10 18.50 Unpacking libgcc-10-dev:arm64 (10.2.1-6) ...
12:13:24 #10 18.63 Selecting previously unselected package gcc-10.
12:13:24 #10 18.64 Preparing to unpack .../052-gcc-10_10.2.1-6_arm64.deb ...
12:13:24 #10 18.64 Unpacking gcc-10 (10.2.1-6) ...
12:13:25 #10 19.82 Selecting previously unselected package gcc.
12:13:25 #10 19.82 Preparing to unpack .../053-gcc_4%3a10.2.1-1_arm64.deb ...
12:13:25 #10 19.82 Unpacking gcc (4:10.2.1-1) ...
12:13:25 #10 19.87 Selecting previously unselected package libstdc++-10-dev:arm64.
12:13:25 #10 19.87 Preparing to unpack .../054-libstdc++-10-dev_10.2.1-6_arm64.deb ...
12:13:25 #10 19.88 Unpacking libstdc++-10-dev:arm64 (10.2.1-6) ...
12:13:26 #10 20.11 Selecting previously unselected package g++-10.
12:13:26 #10 20.11 Preparing to unpack .../055-g++-10_10.2.1-6_arm64.deb ...
12:13:26 #10 20.11 Unpacking g++-10 (10.2.1-6) ...
12:13:27 #10 20.80 Selecting previously unselected package g++.
12:13:27 #10 20.80 Preparing to unpack .../056-g++_4%3a10.2.1-1_arm64.deb ...
12:13:27 #10 20.80 Unpacking g++ (4:10.2.1-1) ...
12:13:27 #10 20.84 Selecting previously unselected package make.
12:13:27 #10 20.84 Preparing to unpack .../057-make_4.3-4.1_arm64.deb ...
12:13:27 #10 20.85 Unpacking make (4.3-4.1) ...
12:13:27 #10 20.91 Selecting previously unselected package libdpkg-perl.
12:13:27 #10 20.92 Preparing to unpack .../058-libdpkg-perl_1.20.12_all.deb ...
12:13:27 #10 20.92 Unpacking libdpkg-perl (1.20.12) ...
12:13:27 #10 21.00 Selecting previously unselected package patch.
12:13:27 #10 21.00 Preparing to unpack .../059-patch_2.7.6-7_arm64.deb ...
12:13:27 #10 21.01 Unpacking patch (2.7.6-7) ...
12:13:27 #10 21.06 Selecting previously unselected package dpkg-dev.
12:13:27 #10 21.06 Preparing to unpack .../060-dpkg-dev_1.20.12_all.deb ...
12:13:27 #10 21.07 Unpacking dpkg-dev (1.20.12) ...
12:13:27 #10 21.19 Selecting previously unselected package build-essential.
12:13:27 #10 21.20 Preparing to unpack .../061-build-essential_12.9_arm64.deb ...
12:13:27 #10 21.20 Unpacking build-essential (12.9) ...
12:13:27 #10 21.24 Selecting previously unselected package libbrotli1:arm64.
12:13:27 #10 21.24 Preparing to unpack .../062-libbrotli1_1.0.9-2+b2_arm64.deb ...
12:13:27 #10 21.25 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
12:13:27 #10 21.31 Selecting previously unselected package libsasl2-modules-db:arm64.
12:13:27 #10 21.31 Preparing to unpack .../063-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
12:13:27 #10 21.31 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
12:13:27 #10 21.36 Selecting previously unselected package libsasl2-2:arm64.
12:13:27 #10 21.36 Preparing to unpack .../064-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
12:13:27 #10 21.37 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
12:13:27 #10 21.41 Selecting previously unselected package libldap-2.4-2:arm64.
12:13:27 #10 21.42 Preparing to unpack .../065-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
12:13:27 #10 21.42 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
12:13:27 #10 21.48 Selecting previously unselected package libnghttp2-14:arm64.
12:13:27 #10 21.48 Preparing to unpack .../066-libnghttp2-14_1.43.0-1_arm64.deb ...
12:13:27 #10 21.49 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
12:13:27 #10 21.54 Selecting previously unselected package libpsl5:arm64.
12:13:27 #10 21.54 Preparing to unpack .../067-libpsl5_0.21.0-1.2_arm64.deb ...
12:13:27 #10 21.54 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
12:13:27 #10 21.61 Selecting previously unselected package librtmp1:arm64.
12:13:27 #10 21.61 Preparing to unpack .../068-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
12:13:27 #10 21.62 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:13:27 #10 21.67 Selecting previously unselected package libssh2-1:arm64.
12:13:27 #10 21.67 Preparing to unpack .../069-libssh2-1_1.9.0-2_arm64.deb ...
12:13:27 #10 21.67 Unpacking libssh2-1:arm64 (1.9.0-2) ...
12:13:27 #10 21.73 Selecting previously unselected package libcurl4:arm64.
12:13:27 #10 21.73 Preparing to unpack .../070-libcurl4_7.74.0-1.3+deb11u3_arm64.deb ...
12:13:27 #10 21.73 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u3) ...
12:13:27 #10 21.79 Selecting previously unselected package curl.
12:13:27 #10 21.79 Preparing to unpack .../071-curl_7.74.0-1.3+deb11u3_arm64.deb ...
12:13:27 #10 21.80 Unpacking curl (7.74.0-1.3+deb11u3) ...
12:13:27 #10 21.85 Selecting previously unselected package dctrl-tools.
12:13:28 #10 21.86 Preparing to unpack .../072-dctrl-tools_2.24-3_arm64.deb ...
12:13:28 #10 21.87 Unpacking dctrl-tools (2.24-3) ...
12:13:28 #10 21.91 Selecting previously unselected package libdebhelper-perl.
12:13:28 #10 21.92 Preparing to unpack .../073-libdebhelper-perl_13.3.4_all.deb ...
12:13:28 #10 21.92 Unpacking libdebhelper-perl (13.3.4) ...
12:13:28 #10 21.97 Selecting previously unselected package libtool.
12:13:28 #10 21.97 Preparing to unpack .../074-libtool_2.4.6-15_all.deb ...
12:13:28 #10 21.97 Unpacking libtool (2.4.6-15) ...
12:13:28 #10 22.02 Selecting previously unselected package dh-autoreconf.
12:13:28 #10 22.02 Preparing to unpack .../075-dh-autoreconf_20_all.deb ...
12:13:28 #10 22.03 Unpacking dh-autoreconf (20) ...
12:13:28 #10 22.07 Selecting previously unselected package libarchive-zip-perl.
12:13:28 #10 22.07 Preparing to unpack .../076-libarchive-zip-perl_1.68-1_all.deb ...
12:13:28 #10 22.08 Unpacking libarchive-zip-perl (1.68-1) ...
12:13:28 #10 22.12 Selecting previously unselected package libsub-override-perl.
12:13:28 #10 22.12 Preparing to unpack .../077-libsub-override-perl_0.09-2_all.deb ...
12:13:28 #10 22.13 Unpacking libsub-override-perl (0.09-2) ...
12:13:28 #10 22.16 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:13:28 #10 22.16 Preparing to unpack .../078-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
12:13:28 #10 22.17 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
12:13:28 #10 22.21 Selecting previously unselected package dh-strip-nondeterminism.
12:13:28 #10 22.21 Preparing to unpack .../079-dh-strip-nondeterminism_1.12.0-1_all.deb ...
12:13:28 #10 22.22 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
12:13:28 #10 22.26 Selecting previously unselected package libelf1:arm64.
12:13:28 #10 22.26 Preparing to unpack .../080-libelf1_0.183-1_arm64.deb ...
12:13:28 #10 22.27 Unpacking libelf1:arm64 (0.183-1) ...
12:13:28 #10 22.31 Selecting previously unselected package dwz.
12:13:28 #10 22.32 Preparing to unpack .../081-dwz_0.13+20210201-1_arm64.deb ...
12:13:28 #10 22.32 Unpacking dwz (0.13+20210201-1) ...
12:13:28 #10 22.37 Selecting previously unselected package libicu67:arm64.
12:13:28 #10 22.37 Preparing to unpack .../082-libicu67_67.1-7_arm64.deb ...
12:13:28 #10 22.38 Unpacking libicu67:arm64 (67.1-7) ...
12:13:29 #10 23.08 Selecting previously unselected package libxml2:arm64.
12:13:29 #10 23.08 Preparing to unpack .../083-libxml2_2.9.10+dfsg-6.7+deb11u2_arm64.deb ...
12:13:29 #10 23.08 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ...
12:13:29 #10 23.18 Selecting previously unselected package gettext.
12:13:29 #10 23.18 Preparing to unpack .../084-gettext_0.21-4_arm64.deb ...
12:13:29 #10 23.19 Unpacking gettext (0.21-4) ...
12:13:29 #10 23.31 Selecting previously unselected package intltool-debian.
12:13:29 #10 23.31 Preparing to unpack .../085-intltool-debian_0.35.0+20060710.5_all.deb ...
12:13:29 #10 23.32 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:13:29 #10 23.35 Selecting previously unselected package po-debconf.
12:13:29 #10 23.36 Preparing to unpack .../086-po-debconf_1.0.21+nmu1_all.deb ...
12:13:29 #10 23.36 Unpacking po-debconf (1.0.21+nmu1) ...
12:13:29 #10 23.41 Selecting previously unselected package debhelper.
12:13:29 #10 23.42 Preparing to unpack .../087-debhelper_13.3.4_all.deb ...
12:13:29 #10 23.42 Unpacking debhelper (13.3.4) ...
12:13:29 #10 23.53 Selecting previously unselected package debian-keyring.
12:13:29 #10 23.54 Preparing to unpack .../088-debian-keyring_2021.07.26_all.deb ...
12:13:29 #10 23.54 Unpacking debian-keyring (2021.07.26) ...
12:13:31 #10 25.53 Selecting previously unselected package libfakeroot:arm64.
12:13:31 #10 25.53 Preparing to unpack .../089-libfakeroot_1.25.3-1.1_arm64.deb ...
12:13:31 #10 25.54 Unpacking libfakeroot:arm64 (1.25.3-1.1) ...
12:13:31 #10 25.58 Selecting previously unselected package fakeroot.
12:13:31 #10 25.58 Preparing to unpack .../090-fakeroot_1.25.3-1.1_arm64.deb ...
12:13:31 #10 25.59 Unpacking fakeroot (1.25.3-1.1) ...
12:13:31 #10 25.64 Selecting previously unselected package libassuan0:arm64.
12:13:31 #10 25.64 Preparing to unpack .../091-libassuan0_2.5.3-7.1_arm64.deb ...
12:13:31 #10 25.65 Unpacking libassuan0:arm64 (2.5.3-7.1) ...
12:13:31 #10 25.69 Selecting previously unselected package gpgconf.
12:13:31 #10 25.69 Preparing to unpack .../092-gpgconf_2.2.27-2+deb11u2_arm64.deb ...
12:13:31 #10 25.70 Unpacking gpgconf (2.2.27-2+deb11u2) ...
12:13:31 #10 25.76 Selecting previously unselected package libksba8:arm64.
12:13:31 #10 25.76 Preparing to unpack .../093-libksba8_1.5.0-3_arm64.deb ...
12:13:31 #10 25.77 Unpacking libksba8:arm64 (1.5.0-3) ...
12:13:31 #10 25.82 Selecting previously unselected package libnpth0:arm64.
12:13:31 #10 25.82 Preparing to unpack .../094-libnpth0_1.6-3_arm64.deb ...
12:13:31 #10 25.83 Unpacking libnpth0:arm64 (1.6-3) ...
12:13:31 #10 25.90 Selecting previously unselected package dirmngr.
12:13:31 #10 25.91 Preparing to unpack .../095-dirmngr_2.2.27-2+deb11u2_arm64.deb ...
12:13:31 #10 25.93 Unpacking dirmngr (2.2.27-2+deb11u2) ...
12:13:32 #10 25.99 Selecting previously unselected package gnupg-l10n.
12:13:32 #10 25.99 Preparing to unpack .../096-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
12:13:32 #10 26.00 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
12:13:32 #10 26.09 Selecting previously unselected package gnupg-utils.
12:13:32 #10 26.10 Preparing to unpack .../097-gnupg-utils_2.2.27-2+deb11u2_arm64.deb ...
12:13:32 #10 26.10 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
12:13:32 #10 26.17 Selecting previously unselected package gpg.
12:13:32 #10 26.17 Preparing to unpack .../098-gpg_2.2.27-2+deb11u2_arm64.deb ...
12:13:32 #10 26.18 Unpacking gpg (2.2.27-2+deb11u2) ...
12:13:32 #10 26.26 Selecting previously unselected package pinentry-curses.
12:13:32 #10 26.26 Preparing to unpack .../099-pinentry-curses_1.1.0-4_arm64.deb ...
12:13:32 #10 26.26 Unpacking pinentry-curses (1.1.0-4) ...
12:13:32 #10 26.31 Selecting previously unselected package gpg-agent.
12:13:32 #10 26.31 Preparing to unpack .../100-gpg-agent_2.2.27-2+deb11u2_arm64.deb ...
12:13:32 #10 26.32 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
12:13:32 #10 26.37 Selecting previously unselected package gpg-wks-client.
12:13:32 #10 26.38 Preparing to unpack .../101-gpg-wks-client_2.2.27-2+deb11u2_arm64.deb ...
12:13:32 #10 26.38 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
12:13:32 #10 26.42 Selecting previously unselected package gpg-wks-server.
12:13:32 #10 26.43 Preparing to unpack .../102-gpg-wks-server_2.2.27-2+deb11u2_arm64.deb ...
12:13:32 #10 26.43 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
12:13:32 #10 26.48 Selecting previously unselected package gpgsm.
12:13:32 #10 26.48 Preparing to unpack .../103-gpgsm_2.2.27-2+deb11u2_arm64.deb ...
12:13:32 #10 26.49 Unpacking gpgsm (2.2.27-2+deb11u2) ...
12:13:32 #10 26.53 Selecting previously unselected package gnupg.
12:13:32 #10 26.53 Preparing to unpack .../104-gnupg_2.2.27-2+deb11u2_all.deb ...
12:13:32 #10 26.54 Unpacking gnupg (2.2.27-2+deb11u2) ...
12:13:32 #10 26.60 Selecting previously unselected package libfile-dirlist-perl.
12:13:32 #10 26.60 Preparing to unpack .../105-libfile-dirlist-perl_0.05-2_all.deb ...
12:13:32 #10 26.61 Unpacking libfile-dirlist-perl (0.05-2) ...
12:13:32 #10 26.64 Selecting previously unselected package libfile-which-perl.
12:13:32 #10 26.65 Preparing to unpack .../106-libfile-which-perl_1.23-1_all.deb ...
12:13:32 #10 26.65 Unpacking libfile-which-perl (1.23-1) ...
12:13:32 #10 26.68 Selecting previously unselected package libfile-homedir-perl.
12:13:32 #10 26.68 Preparing to unpack .../107-libfile-homedir-perl_1.006-1_all.deb ...
12:13:32 #10 26.69 Unpacking libfile-homedir-perl (1.006-1) ...
12:13:32 #10 26.72 Selecting previously unselected package libfile-touch-perl.
12:13:32 #10 26.72 Preparing to unpack .../108-libfile-touch-perl_0.11-1_all.deb ...
12:13:32 #10 26.73 Unpacking libfile-touch-perl (0.11-1) ...
12:13:32 #10 26.76 Selecting previously unselected package libio-pty-perl.
12:13:32 #10 26.76 Preparing to unpack .../109-libio-pty-perl_1%3a1.15-2_arm64.deb ...
12:13:32 #10 26.77 Unpacking libio-pty-perl (1:1.15-2) ...
12:13:32 #10 26.80 Selecting previously unselected package libipc-run-perl.
12:13:32 #10 26.81 Preparing to unpack .../110-libipc-run-perl_20200505.0-1_all.deb ...
12:13:32 #10 26.81 Unpacking libipc-run-perl (20200505.0-1) ...
12:13:32 #10 26.85 Selecting previously unselected package libclass-method-modifiers-perl.
12:13:32 #10 26.85 Preparing to unpack .../111-libclass-method-modifiers-perl_2.13-1_all.deb ...
12:13:32 #10 26.85 Unpacking libclass-method-modifiers-perl (2.13-1) ...
12:13:32 #10 26.89 Selecting previously unselected package libb-hooks-op-check-perl.
12:13:33 #10 26.89 Preparing to unpack .../112-libb-hooks-op-check-perl_0.22-1+b3_arm64.deb ...
12:13:33 #10 26.89 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
12:13:33 #10 26.93 Selecting previously unselected package libdynaloader-functions-perl.
12:13:33 #10 26.93 Preparing to unpack .../113-libdynaloader-functions-perl_0.003-1.1_all.deb ...
12:13:33 #10 26.94 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
12:13:33 #10 26.97 Selecting previously unselected package libdevel-callchecker-perl.
12:13:33 #10 26.97 Preparing to unpack .../114-libdevel-callchecker-perl_0.008-1+b2_arm64.deb ...
12:13:33 #10 26.97 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
12:13:33 #10 27.02 Selecting previously unselected package libparams-classify-perl.
12:13:33 #10 27.02 Preparing to unpack .../115-libparams-classify-perl_0.015-1+b3_arm64.deb ...
12:13:33 #10 27.02 Unpacking libparams-classify-perl (0.015-1+b3) ...
12:13:33 #10 27.05 Selecting previously unselected package libmodule-runtime-perl.
12:13:33 #10 27.06 Preparing to unpack .../116-libmodule-runtime-perl_0.016-1_all.deb ...
12:13:33 #10 27.06 Unpacking libmodule-runtime-perl (0.016-1) ...
12:13:33 #10 27.10 Selecting previously unselected package libimport-into-perl.
12:13:33 #10 27.10 Preparing to unpack .../117-libimport-into-perl_1.002005-1_all.deb ...
12:13:33 #10 27.10 Unpacking libimport-into-perl (1.002005-1) ...
12:13:33 #10 27.14 Selecting previously unselected package librole-tiny-perl.
12:13:33 #10 27.14 Preparing to unpack .../118-librole-tiny-perl_2.002004-1_all.deb ...
12:13:33 #10 27.14 Unpacking librole-tiny-perl (2.002004-1) ...
12:13:33 #10 27.18 Selecting previously unselected package libstrictures-perl.
12:13:33 #10 27.18 Preparing to unpack .../119-libstrictures-perl_2.000006-1_all.deb ...
12:13:33 #10 27.18 Unpacking libstrictures-perl (2.000006-1) ...
12:13:33 #10 27.22 Selecting previously unselected package libsub-quote-perl.
12:13:33 #10 27.22 Preparing to unpack .../120-libsub-quote-perl_2.006006-1_all.deb ...
12:13:33 #10 27.23 Unpacking libsub-quote-perl (2.006006-1) ...
12:13:33 #10 27.27 Selecting previously unselected package libmoo-perl.
12:13:33 #10 27.27 Preparing to unpack .../121-libmoo-perl_2.004004-1_all.deb ...
12:13:33 #10 27.28 Unpacking libmoo-perl (2.004004-1) ...
12:13:33 #10 27.34 Selecting previously unselected package libencode-locale-perl.
12:13:33 #10 27.34 Preparing to unpack .../122-libencode-locale-perl_1.05-1.1_all.deb ...
12:13:33 #10 27.34 Unpacking libencode-locale-perl (1.05-1.1) ...
12:13:33 #10 27.38 Selecting previously unselected package libtimedate-perl.
12:13:33 #10 27.38 Preparing to unpack .../123-libtimedate-perl_2.3300-2_all.deb ...
12:13:33 #10 27.39 Unpacking libtimedate-perl (2.3300-2) ...
12:13:33 #10 27.43 Selecting previously unselected package libhttp-date-perl.
12:13:33 #10 27.43 Preparing to unpack .../124-libhttp-date-perl_6.05-1_all.deb ...
12:13:33 #10 27.44 Unpacking libhttp-date-perl (6.05-1) ...
12:13:33 #10 27.47 Selecting previously unselected package libfile-listing-perl.
12:13:33 #10 27.47 Preparing to unpack .../125-libfile-listing-perl_6.14-1_all.deb ...
12:13:33 #10 27.48 Unpacking libfile-listing-perl (6.14-1) ...
12:13:33 #10 27.51 Selecting previously unselected package libhtml-tagset-perl.
12:13:33 #10 27.51 Preparing to unpack .../126-libhtml-tagset-perl_3.20-4_all.deb ...
12:13:33 #10 27.52 Unpacking libhtml-tagset-perl (3.20-4) ...
12:13:33 #10 27.56 Selecting previously unselected package liburi-perl.
12:13:33 #10 27.56 Preparing to unpack .../127-liburi-perl_5.08-1_all.deb ...
12:13:33 #10 27.57 Unpacking liburi-perl (5.08-1) ...
12:13:33 #10 27.61 Selecting previously unselected package libhtml-parser-perl.
12:13:33 #10 27.61 Preparing to unpack .../128-libhtml-parser-perl_3.75-1+b1_arm64.deb ...
12:13:33 #10 27.62 Unpacking libhtml-parser-perl (3.75-1+b1) ...
12:13:33 #10 27.66 Selecting previously unselected package libhtml-tree-perl.
12:13:33 #10 27.66 Preparing to unpack .../129-libhtml-tree-perl_5.07-2_all.deb ...
12:13:33 #10 27.67 Unpacking libhtml-tree-perl (5.07-2) ...
12:13:33 #10 27.71 Selecting previously unselected package libio-html-perl.
12:13:33 #10 27.72 Preparing to unpack .../130-libio-html-perl_1.004-2_all.deb ...
12:13:33 #10 27.72 Unpacking libio-html-perl (1.004-2) ...
12:13:33 #10 27.76 Selecting previously unselected package liblwp-mediatypes-perl.
12:13:33 #10 27.76 Preparing to unpack .../131-liblwp-mediatypes-perl_6.04-1_all.deb ...
12:13:33 #10 27.77 Unpacking liblwp-mediatypes-perl (6.04-1) ...
12:13:33 #10 27.80 Selecting previously unselected package libhttp-message-perl.
12:13:33 #10 27.80 Preparing to unpack .../132-libhttp-message-perl_6.28-1_all.deb ...
12:13:33 #10 27.81 Unpacking libhttp-message-perl (6.28-1) ...
12:13:33 #10 27.85 Selecting previously unselected package libhttp-cookies-perl.
12:13:33 #10 27.85 Preparing to unpack .../133-libhttp-cookies-perl_6.10-1_all.deb ...
12:13:33 #10 27.85 Unpacking libhttp-cookies-perl (6.10-1) ...
12:13:33 #10 27.89 Selecting previously unselected package libhttp-negotiate-perl.
12:13:33 #10 27.89 Preparing to unpack .../134-libhttp-negotiate-perl_6.01-1_all.deb ...
12:13:33 #10 27.90 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:13:33 #10 27.93 Selecting previously unselected package perl-openssl-defaults:arm64.
12:13:33 #10 27.93 Preparing to unpack .../135-perl-openssl-defaults_5_arm64.deb ...
12:13:33 #10 27.94 Unpacking perl-openssl-defaults:arm64 (5) ...
12:13:33 #10 27.97 Selecting previously unselected package libnet-ssleay-perl.
12:13:34 #10 27.98 Preparing to unpack .../136-libnet-ssleay-perl_1.88-3+b1_arm64.deb ...
12:13:34 #10 28.01 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
12:13:34 #10 28.07 Selecting previously unselected package libio-socket-ssl-perl.
12:13:34 #10 28.07 Preparing to unpack .../137-libio-socket-ssl-perl_2.069-1_all.deb ...
12:13:34 #10 28.07 Unpacking libio-socket-ssl-perl (2.069-1) ...
12:13:34 #10 28.12 Selecting previously unselected package libnet-http-perl.
12:13:34 #10 28.12 Preparing to unpack .../138-libnet-http-perl_6.20-1_all.deb ...
12:13:34 #10 28.13 Unpacking libnet-http-perl (6.20-1) ...
12:13:34 #10 28.17 Selecting previously unselected package liblwp-protocol-https-perl.
12:13:34 #10 28.17 Preparing to unpack .../139-liblwp-protocol-https-perl_6.10-1_all.deb ...
12:13:34 #10 28.17 Unpacking liblwp-protocol-https-perl (6.10-1) ...
12:13:34 #10 28.20 Selecting previously unselected package libtry-tiny-perl.
12:13:34 #10 28.21 Preparing to unpack .../140-libtry-tiny-perl_0.30-1_all.deb ...
12:13:34 #10 28.21 Unpacking libtry-tiny-perl (0.30-1) ...
12:13:34 #10 28.25 Selecting previously unselected package libwww-robotrules-perl.
12:13:34 #10 28.25 Preparing to unpack .../141-libwww-robotrules-perl_6.02-1_all.deb ...
12:13:34 #10 28.26 Unpacking libwww-robotrules-perl (6.02-1) ...
12:13:34 #10 28.29 Selecting previously unselected package libwww-perl.
12:13:34 #10 28.30 Preparing to unpack .../142-libwww-perl_6.52-1_all.deb ...
12:13:34 #10 28.30 Unpacking libwww-perl (6.52-1) ...
12:13:34 #10 28.36 Selecting previously unselected package patchutils.
12:13:34 #10 28.36 Preparing to unpack .../143-patchutils_0.4.2-1_arm64.deb ...
12:13:34 #10 28.37 Unpacking patchutils (0.4.2-1) ...
12:13:34 #10 28.41 Selecting previously unselected package wdiff.
12:13:34 #10 28.41 Preparing to unpack .../144-wdiff_1.2.2-2+b1_arm64.deb ...
12:13:34 #10 28.41 Unpacking wdiff (1.2.2-2+b1) ...
12:13:34 #10 28.48 Selecting previously unselected package devscripts.
12:13:34 #10 28.48 Preparing to unpack .../145-devscripts_2.21.3+deb11u1_arm64.deb ...
12:13:34 #10 28.51 Unpacking devscripts (2.21.3+deb11u1) ...
12:13:34 #10 28.63 Selecting previously unselected package diffstat.
12:13:34 #10 28.64 Preparing to unpack .../146-diffstat_1.64-1_arm64.deb ...
12:13:34 #10 28.64 Unpacking diffstat (1.64-1) ...
12:13:34 #10 28.68 Selecting previously unselected package distro-info-data.
12:13:34 #10 28.68 Preparing to unpack .../147-distro-info-data_0.51+deb11u2_all.deb ...
12:13:34 #10 28.68 Unpacking distro-info-data (0.51+deb11u2) ...
12:13:34 #10 28.72 Selecting previously unselected package python3-pkg-resources.
12:13:34 #10 28.72 Preparing to unpack .../148-python3-pkg-resources_52.0.0-4_all.deb ...
12:13:34 #10 28.72 Unpacking python3-pkg-resources (52.0.0-4) ...
12:13:34 #10 28.78 Selecting previously unselected package python3-chardet.
12:13:34 #10 28.78 Preparing to unpack .../149-python3-chardet_4.0.0-1_all.deb ...
12:13:34 #10 28.78 Unpacking python3-chardet (4.0.0-1) ...
12:13:34 #10 28.83 Selecting previously unselected package python3-six.
12:13:34 #10 28.83 Preparing to unpack .../150-python3-six_1.16.0-2_all.deb ...
12:13:34 #10 28.84 Unpacking python3-six (1.16.0-2) ...
12:13:34 #10 28.88 Selecting previously unselected package python3-debian.
12:13:34 #10 28.88 Preparing to unpack .../151-python3-debian_0.1.39_all.deb ...
12:13:34 #10 28.89 Unpacking python3-debian (0.1.39) ...
12:13:34 #10 28.93 Selecting previously unselected package libgpgme11:arm64.
12:13:34 #10 28.93 Preparing to unpack .../152-libgpgme11_1.14.0-1+b2_arm64.deb ...
12:13:34 #10 28.94 Unpacking libgpgme11:arm64 (1.14.0-1+b2) ...
12:13:34 #10 28.99 Selecting previously unselected package python3-gpg.
12:13:35 #10 28.99 Preparing to unpack .../153-python3-gpg_1.14.0-1+b2_arm64.deb ...
12:13:35 #10 29.00 Unpacking python3-gpg (1.14.0-1+b2) ...
12:13:35 #10 29.06 Selecting previously unselected package dput.
12:13:35 #10 29.06 Preparing to unpack .../154-dput_1.1.0_all.deb ...
12:13:35 #10 29.08 Unpacking dput (1.1.0) ...
12:13:35 #10 29.12 Selecting previously unselected package equivs.
12:13:35 #10 29.12 Preparing to unpack .../155-equivs_2.3.1_all.deb ...
12:13:35 #10 29.13 Unpacking equivs (2.3.1) ...
12:13:35 #10 29.17 Selecting previously unselected package fonts-dejavu-core.
12:13:35 #10 29.17 Preparing to unpack .../156-fonts-dejavu-core_2.37-2_all.deb ...
12:13:35 #10 29.18 Unpacking fonts-dejavu-core (2.37-2) ...
12:13:35 #10 29.32 Selecting previously unselected package fontconfig-config.
12:13:35 #10 29.32 Preparing to unpack .../157-fontconfig-config_2.13.1-4.2_all.deb ...
12:13:35 #10 29.43 Unpacking fontconfig-config (2.13.1-4.2) ...
12:13:35 #10 29.49 Selecting previously unselected package libcurl3-gnutls:arm64.
12:13:35 #10 29.49 Preparing to unpack .../158-libcurl3-gnutls_7.74.0-1.3+deb11u3_arm64.deb ...
12:13:35 #10 29.49 Unpacking libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u3) ...
12:13:35 #10 29.55 Selecting previously unselected package liberror-perl.
12:13:35 #10 29.55 Preparing to unpack .../159-liberror-perl_0.17029-1_all.deb ...
12:13:35 #10 29.55 Unpacking liberror-perl (0.17029-1) ...
12:13:35 #10 29.58 Selecting previously unselected package git-man.
12:13:35 #10 29.59 Preparing to unpack .../160-git-man_1%3a2.30.2-1_all.deb ...
12:13:35 #10 29.59 Unpacking git-man (1:2.30.2-1) ...
12:13:35 #10 29.72 Selecting previously unselected package git.
12:13:35 #10 29.72 Preparing to unpack .../161-git_1%3a2.30.2-1_arm64.deb ...
12:13:35 #10 29.74 Unpacking git (1:2.30.2-1) ...
12:13:36 #10 30.27 Selecting previously unselected package iso-codes.
12:13:36 #10 30.27 Preparing to unpack .../162-iso-codes_4.6.0-1_all.deb ...
12:13:36 #10 30.28 Unpacking iso-codes (4.6.0-1) ...
12:13:36 #10 30.64 Selecting previously unselected package libalgorithm-diff-perl.
12:13:36 #10 30.64 Preparing to unpack .../163-libalgorithm-diff-perl_1.201-1_all.deb ...
12:13:36 #10 30.65 Unpacking libalgorithm-diff-perl (1.201-1) ...
12:13:36 #10 30.68 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:13:36 #10 30.68 Preparing to unpack .../164-libalgorithm-diff-xs-perl_0.04-6+b1_arm64.deb ...
12:13:36 #10 30.69 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
12:13:36 #10 30.73 Selecting previously unselected package libalgorithm-merge-perl.
12:13:36 #10 30.73 Preparing to unpack .../165-libalgorithm-merge-perl_0.08-3_all.deb ...
12:13:36 #10 30.73 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:13:36 #10 30.77 Selecting previously unselected package libaliased-perl.
12:13:36 #10 30.77 Preparing to unpack .../166-libaliased-perl_0.34-1.1_all.deb ...
12:13:36 #10 30.77 Unpacking libaliased-perl (0.34-1.1) ...
12:13:36 #10 30.81 Selecting previously unselected package libapt-pkg-perl.
12:13:37 #10 30.81 Preparing to unpack .../167-libapt-pkg-perl_0.1.39_arm64.deb ...
12:13:37 #10 30.83 Unpacking libapt-pkg-perl (0.1.39) ...
12:13:37 #10 30.87 Selecting previously unselected package libarchive-cpio-perl.
12:13:37 #10 30.87 Preparing to unpack .../168-libarchive-cpio-perl_0.10-1.1_all.deb ...
12:13:37 #10 30.88 Unpacking libarchive-cpio-perl (0.10-1.1) ...
12:13:37 #10 30.96 Selecting previously unselected package libarchive13:arm64.
12:13:37 #10 30.96 Preparing to unpack .../169-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
12:13:37 #10 30.97 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
12:13:37 #10 31.02 Selecting previously unselected package libarray-intspan-perl.
12:13:37 #10 31.02 Preparing to unpack .../170-libarray-intspan-perl_2.004-1_all.deb ...
12:13:37 #10 31.03 Unpacking libarray-intspan-perl (2.004-1) ...
12:13:37 #10 31.07 Selecting previously unselected package libauthen-sasl-perl.
12:13:37 #10 31.07 Preparing to unpack .../171-libauthen-sasl-perl_2.1600-1.1_all.deb ...
12:13:37 #10 31.08 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
12:13:37 #10 31.11 Selecting previously unselected package libmodule-implementation-perl.
12:13:37 #10 31.12 Preparing to unpack .../172-libmodule-implementation-perl_0.09-1.1_all.deb ...
12:13:37 #10 31.12 Unpacking libmodule-implementation-perl (0.09-1.1) ...
12:13:37 #10 31.16 Selecting previously unselected package libsub-exporter-progressive-perl.
12:13:37 #10 31.16 Preparing to unpack .../173-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:13:37 #10 31.17 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:13:37 #10 31.20 Selecting previously unselected package libvariable-magic-perl.
12:13:37 #10 31.20 Preparing to unpack .../174-libvariable-magic-perl_0.62-1+b3_arm64.deb ...
12:13:37 #10 31.21 Unpacking libvariable-magic-perl (0.62-1+b3) ...
12:13:37 #10 31.24 Selecting previously unselected package libb-hooks-endofscope-perl.
12:13:37 #10 31.24 Preparing to unpack .../175-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
12:13:37 #10 31.25 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
12:13:37 #10 31.29 Selecting previously unselected package libpng16-16:arm64.
12:13:37 #10 31.30 Preparing to unpack .../176-libpng16-16_1.6.37-3_arm64.deb ...
12:13:37 #10 31.30 Unpacking libpng16-16:arm64 (1.6.37-3) ...
12:13:37 #10 31.35 Selecting previously unselected package libfreetype6:arm64.
12:13:37 #10 31.36 Preparing to unpack .../177-libfreetype6_2.10.4+dfsg-1+deb11u1_arm64.deb ...
12:13:37 #10 31.36 Unpacking libfreetype6:arm64 (2.10.4+dfsg-1+deb11u1) ...
12:13:37 #10 31.43 Selecting previously unselected package libfontconfig1:arm64.
12:13:37 #10 31.44 Preparing to unpack .../178-libfontconfig1_2.13.1-4.2_arm64.deb ...
12:13:37 #10 31.44 Unpacking libfontconfig1:arm64 (2.13.1-4.2) ...
12:13:37 #10 31.49 Selecting previously unselected package libjpeg62-turbo:arm64.
12:13:37 #10 31.50 Preparing to unpack .../179-libjpeg62-turbo_1%3a2.0.6-4_arm64.deb ...
12:13:37 #10 31.50 Unpacking libjpeg62-turbo:arm64 (1:2.0.6-4) ...
12:13:37 #10 31.55 Selecting previously unselected package libdeflate0:arm64.
12:13:37 #10 31.56 Preparing to unpack .../180-libdeflate0_1.7-1_arm64.deb ...
12:13:37 #10 31.56 Unpacking libdeflate0:arm64 (1.7-1) ...
12:13:37 #10 31.60 Selecting previously unselected package libjbig0:arm64.
12:13:37 #10 31.61 Preparing to unpack .../181-libjbig0_2.1-3.1+b2_arm64.deb ...
12:13:37 #10 31.61 Unpacking libjbig0:arm64 (2.1-3.1+b2) ...
12:13:37 #10 31.66 Selecting previously unselected package libwebp6:arm64.
12:13:37 #10 31.66 Preparing to unpack .../182-libwebp6_0.6.1-2.1_arm64.deb ...
12:13:37 #10 31.67 Unpacking libwebp6:arm64 (0.6.1-2.1) ...
12:13:37 #10 31.73 Selecting previously unselected package libtiff5:arm64.
12:13:37 #10 31.73 Preparing to unpack .../183-libtiff5_4.2.0-1+deb11u1_arm64.deb ...
12:13:37 #10 31.74 Unpacking libtiff5:arm64 (4.2.0-1+deb11u1) ...
12:13:37 #10 31.79 Selecting previously unselected package libxau6:arm64.
12:13:37 #10 31.80 Preparing to unpack .../184-libxau6_1%3a1.0.9-1_arm64.deb ...
12:13:37 #10 31.80 Unpacking libxau6:arm64 (1:1.0.9-1) ...
12:13:37 #10 31.84 Selecting previously unselected package libxdmcp6:arm64.
12:13:37 #10 31.84 Preparing to unpack .../185-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
12:13:37 #10 31.85 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
12:13:37 #10 31.89 Selecting previously unselected package libxcb1:arm64.
12:13:37 #10 31.89 Preparing to unpack .../186-libxcb1_1.14-3_arm64.deb ...
12:13:37 #10 31.89 Unpacking libxcb1:arm64 (1.14-3) ...
12:13:37 #10 31.94 Selecting previously unselected package libx11-data.
12:13:37 #10 31.94 Preparing to unpack .../187-libx11-data_2%3a1.7.2-1_all.deb ...
12:13:37 #10 31.94 Unpacking libx11-data (2:1.7.2-1) ...
12:13:38 #10 32.03 Selecting previously unselected package libx11-6:arm64.
12:13:38 #10 32.03 Preparing to unpack .../188-libx11-6_2%3a1.7.2-1_arm64.deb ...
12:13:38 #10 32.04 Unpacking libx11-6:arm64 (2:1.7.2-1) ...
12:13:38 #10 32.13 Selecting previously unselected package libxpm4:arm64.
12:13:38 #10 32.13 Preparing to unpack .../189-libxpm4_1%3a3.5.12-1_arm64.deb ...
12:13:38 #10 32.13 Unpacking libxpm4:arm64 (1:3.5.12-1) ...
12:13:38 #10 32.18 Selecting previously unselected package libgd3:arm64.
12:13:38 #10 32.18 Preparing to unpack .../190-libgd3_2.3.0-2_arm64.deb ...
12:13:38 #10 32.18 Unpacking libgd3:arm64 (2.3.0-2) ...
12:13:38 #10 32.23 Selecting previously unselected package libc-devtools.
12:13:38 #10 32.23 Preparing to unpack .../191-libc-devtools_2.31-13+deb11u4_arm64.deb ...
12:13:38 #10 32.24 Unpacking libc-devtools (2.31-13+deb11u4) ...
12:13:38 #10 32.29 Selecting previously unselected package libcapture-tiny-perl.
12:13:38 #10 32.29 Preparing to unpack .../192-libcapture-tiny-perl_0.48-1_all.deb ...
12:13:38 #10 32.29 Unpacking libcapture-tiny-perl (0.48-1) ...
12:13:38 #10 32.34 Selecting previously unselected package libclass-data-inheritable-perl.
12:13:38 #10 32.34 Preparing to unpack .../193-libclass-data-inheritable-perl_0.08-3_all.deb ...
12:13:38 #10 32.35 Unpacking libclass-data-inheritable-perl (0.08-3) ...
12:13:38 #10 32.39 Selecting previously unselected package libclass-inspector-perl.
12:13:38 #10 32.39 Preparing to unpack .../194-libclass-inspector-perl_1.36-1_all.deb ...
12:13:38 #10 32.39 Unpacking libclass-inspector-perl (1.36-1) ...
12:13:38 #10 32.43 Selecting previously unselected package libclass-xsaccessor-perl.
12:13:38 #10 32.43 Preparing to unpack .../195-libclass-xsaccessor-perl_1.19-3+b7_arm64.deb ...
12:13:38 #10 32.43 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ...
12:13:38 #10 32.47 Selecting previously unselected package libclone-perl.
12:13:38 #10 32.47 Preparing to unpack .../196-libclone-perl_0.45-1+b1_arm64.deb ...
12:13:38 #10 32.48 Unpacking libclone-perl (0.45-1+b1) ...
12:13:38 #10 32.51 Selecting previously unselected package libcommon-sense-perl.
12:13:38 #10 32.52 Preparing to unpack .../197-libcommon-sense-perl_3.75-1+b4_arm64.deb ...
12:13:38 #10 32.52 Unpacking libcommon-sense-perl (3.75-1+b4) ...
12:13:38 #10 32.56 Selecting previously unselected package libconfig-tiny-perl.
12:13:38 #10 32.56 Preparing to unpack .../198-libconfig-tiny-perl_2.26-1_all.deb ...
12:13:38 #10 32.57 Unpacking libconfig-tiny-perl (2.26-1) ...
12:13:38 #10 32.60 Selecting previously unselected package libparams-util-perl.
12:13:38 #10 32.60 Preparing to unpack .../199-libparams-util-perl_1.102-1+b1_arm64.deb ...
12:13:38 #10 32.60 Unpacking libparams-util-perl (1.102-1+b1) ...
12:13:38 #10 32.64 Selecting previously unselected package libsub-install-perl.
12:13:38 #10 32.65 Preparing to unpack .../200-libsub-install-perl_0.928-1.1_all.deb ...
12:13:38 #10 32.65 Unpacking libsub-install-perl (0.928-1.1) ...
12:13:38 #10 32.68 Selecting previously unselected package libdata-optlist-perl.
12:13:38 #10 32.69 Preparing to unpack .../201-libdata-optlist-perl_0.110-1.1_all.deb ...
12:13:38 #10 32.69 Unpacking libdata-optlist-perl (0.110-1.1) ...
12:13:38 #10 32.73 Selecting previously unselected package libsub-exporter-perl.
12:13:38 #10 32.73 Preparing to unpack .../202-libsub-exporter-perl_0.987-1_all.deb ...
12:13:38 #10 32.73 Unpacking libsub-exporter-perl (0.987-1) ...
12:13:38 #10 32.77 Selecting previously unselected package libconst-fast-perl.
12:13:38 #10 32.78 Preparing to unpack .../203-libconst-fast-perl_0.014-1.1_all.deb ...
12:13:38 #10 32.78 Unpacking libconst-fast-perl (0.014-1.1) ...
12:13:38 #10 32.82 Selecting previously unselected package libwant-perl.
12:13:38 #10 32.82 Preparing to unpack .../204-libwant-perl_0.29-1+b6_arm64.deb ...
12:13:38 #10 32.82 Unpacking libwant-perl (0.29-1+b6) ...
12:13:38 #10 32.86 Selecting previously unselected package libcontextual-return-perl.
12:13:38 #10 32.87 Preparing to unpack .../205-libcontextual-return-perl_0.004014-2_all.deb ...
12:13:38 #10 32.87 Unpacking libcontextual-return-perl (0.004014-2) ...
12:13:38 #10 32.91 Selecting previously unselected package libconvert-binhex-perl.
12:13:38 #10 32.91 Preparing to unpack .../206-libconvert-binhex-perl_1.125-1_all.deb ...
12:13:38 #10 32.92 Unpacking libconvert-binhex-perl (1.125-1) ...
12:13:38 #10 32.95 Selecting previously unselected package libcpanel-json-xs-perl.
12:13:38 #10 32.96 Preparing to unpack .../207-libcpanel-json-xs-perl_4.25-1+b1_arm64.deb ...
12:13:38 #10 32.96 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ...
12:13:39 #10 33.00 Selecting previously unselected package libdevel-stacktrace-perl.
12:13:39 #10 33.01 Preparing to unpack .../208-libdevel-stacktrace-perl_2.0400-1_all.deb ...
12:13:39 #10 33.01 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
12:13:39 #10 33.05 Selecting previously unselected package libexception-class-perl.
12:13:39 #10 33.06 Preparing to unpack .../209-libexception-class-perl_1.44-1_all.deb ...
12:13:39 #10 33.06 Unpacking libexception-class-perl (1.44-1) ...
12:13:39 #10 33.10 Selecting previously unselected package libiterator-perl.
12:13:39 #10 33.10 Preparing to unpack .../210-libiterator-perl_0.03+ds1-1.1_all.deb ...
12:13:39 #10 33.11 Unpacking libiterator-perl (0.03+ds1-1.1) ...
12:13:39 #10 33.14 Selecting previously unselected package libiterator-util-perl.
12:13:39 #10 33.14 Preparing to unpack .../211-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
12:13:39 #10 33.14 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
12:13:39 #10 33.18 Selecting previously unselected package libexporter-tiny-perl.
12:13:39 #10 33.18 Preparing to unpack .../212-libexporter-tiny-perl_1.002002-1_all.deb ...
12:13:39 #10 33.19 Unpacking libexporter-tiny-perl (1.002002-1) ...
12:13:39 #10 33.22 Selecting previously unselected package liblist-moreutils-xs-perl.
12:13:39 #10 33.22 Preparing to unpack .../213-liblist-moreutils-xs-perl_0.430-2_arm64.deb ...
12:13:39 #10 33.23 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
12:13:39 #10 33.26 Selecting previously unselected package liblist-moreutils-perl.
12:13:39 #10 33.27 Preparing to unpack .../214-liblist-moreutils-perl_0.430-2_all.deb ...
12:13:39 #10 33.27 Unpacking liblist-moreutils-perl (0.430-2) ...
12:13:39 #10 33.31 Selecting previously unselected package libdata-dpath-perl.
12:13:39 #10 33.31 Preparing to unpack .../215-libdata-dpath-perl_0.58-1_all.deb ...
12:13:39 #10 33.31 Unpacking libdata-dpath-perl (0.58-1) ...
12:13:39 #10 33.35 Selecting previously unselected package libdata-dump-perl.
12:13:39 #10 33.36 Preparing to unpack .../216-libdata-dump-perl_1.23-1.1_all.deb ...
12:13:39 #10 33.36 Unpacking libdata-dump-perl (1.23-1.1) ...
12:13:39 #10 33.40 Selecting previously unselected package libdata-messagepack-perl.
12:13:39 #10 33.40 Preparing to unpack .../217-libdata-messagepack-perl_1.00-4+b1_arm64.deb ...
12:13:39 #10 33.40 Unpacking libdata-messagepack-perl (1.00-4+b1) ...
12:13:39 #10 33.44 Selecting previously unselected package libnet-domain-tld-perl.
12:13:39 #10 33.44 Preparing to unpack .../218-libnet-domain-tld-perl_1.75-1.1_all.deb ...
12:13:39 #10 33.44 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
12:13:39 #10 33.48 Selecting previously unselected package libdata-validate-domain-perl.
12:13:39 #10 33.48 Preparing to unpack .../219-libdata-validate-domain-perl_0.10-1.1_all.deb ...
12:13:39 #10 33.49 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
12:13:39 #10 33.52 Selecting previously unselected package libdevel-size-perl.
12:13:39 #10 33.52 Preparing to unpack .../220-libdevel-size-perl_0.83-1+b2_arm64.deb ...
12:13:39 #10 33.53 Unpacking libdevel-size-perl (0.83-1+b2) ...
12:13:39 #10 33.56 Selecting previously unselected package libdistro-info-perl.
12:13:39 #10 33.57 Preparing to unpack .../221-libdistro-info-perl_1.0_all.deb ...
12:13:39 #10 33.57 Unpacking libdistro-info-perl (1.0) ...
12:13:39 #10 33.61 Selecting previously unselected package libemail-address-xs-perl.
12:13:39 #10 33.61 Preparing to unpack .../222-libemail-address-xs-perl_1.04-1+b3_arm64.deb ...
12:13:39 #10 33.61 Unpacking libemail-address-xs-perl (1.04-1+b3) ...
12:13:39 #10 33.65 Selecting previously unselected package libfcgi0ldbl:arm64.
12:13:39 #10 33.66 Preparing to unpack .../223-libfcgi0ldbl_2.4.2-2_arm64.deb ...
12:13:39 #10 33.66 Unpacking libfcgi0ldbl:arm64 (2.4.2-2) ...
12:13:39 #10 33.70 Selecting previously unselected package libfcgi-bin.
12:13:39 #10 33.70 Preparing to unpack .../224-libfcgi-bin_2.4.2-2_arm64.deb ...
12:13:39 #10 33.70 Unpacking libfcgi-bin (2.4.2-2) ...
12:13:39 #10 33.74 Selecting previously unselected package libfcgi-perl:arm64.
12:13:39 #10 33.74 Preparing to unpack .../225-libfcgi-perl_0.79+ds-2_arm64.deb ...
12:13:39 #10 33.74 Unpacking libfcgi-perl:arm64 (0.79+ds-2) ...
12:13:39 #10 33.78 Selecting previously unselected package libipc-system-simple-perl.
12:13:39 #10 33.79 Preparing to unpack .../226-libipc-system-simple-perl_1.30-1_all.deb ...
12:13:39 #10 33.79 Unpacking libipc-system-simple-perl (1.30-1) ...
12:13:39 #10 33.83 Selecting previously unselected package libfile-basedir-perl.
12:13:39 #10 33.83 Preparing to unpack .../227-libfile-basedir-perl_0.08-1_all.deb ...
12:13:39 #10 33.83 Unpacking libfile-basedir-perl (0.08-1) ...
12:13:39 #10 33.87 Selecting previously unselected package libfile-chdir-perl.
12:13:39 #10 33.87 Preparing to unpack .../228-libfile-chdir-perl_0.1008-1.1_all.deb ...
12:13:39 #10 33.88 Unpacking libfile-chdir-perl (0.1008-1.1) ...
12:13:39 #10 33.91 Selecting previously unselected package libfile-fcntllock-perl.
12:13:39 #10 33.91 Preparing to unpack .../229-libfile-fcntllock-perl_0.22-3+b7_arm64.deb ...
12:13:39 #10 33.92 Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
12:13:39 #10 33.95 Selecting previously unselected package libnumber-compare-perl.
12:13:39 #10 33.95 Preparing to unpack .../230-libnumber-compare-perl_0.03-1.1_all.deb ...
12:13:39 #10 33.96 Unpacking libnumber-compare-perl (0.03-1.1) ...
12:13:39 #10 33.99 Selecting previously unselected package libtext-glob-perl.
12:13:40 #10 34.00 Preparing to unpack .../231-libtext-glob-perl_0.11-1_all.deb ...
12:13:40 #10 34.00 Unpacking libtext-glob-perl (0.11-1) ...
12:13:40 #10 34.03 Selecting previously unselected package libfile-find-rule-perl.
12:13:40 #10 34.03 Preparing to unpack .../232-libfile-find-rule-perl_0.34-1_all.deb ...
12:13:40 #10 34.04 Unpacking libfile-find-rule-perl (0.34-1) ...
12:13:40 #10 34.08 Selecting previously unselected package libfont-afm-perl.
12:13:40 #10 34.08 Preparing to unpack .../233-libfont-afm-perl_1.20-3_all.deb ...
12:13:40 #10 34.08 Unpacking libfont-afm-perl (1.20-3) ...
12:13:40 #10 34.13 Selecting previously unselected package libio-string-perl.
12:13:40 #10 34.14 Preparing to unpack .../234-libio-string-perl_1.08-3.1_all.deb ...
12:13:40 #10 34.14 Unpacking libio-string-perl (1.08-3.1) ...
12:13:40 #10 34.17 Selecting previously unselected package libfont-ttf-perl.
12:13:40 #10 34.18 Preparing to unpack .../235-libfont-ttf-perl_1.06-1.1_all.deb ...
12:13:40 #10 34.18 Unpacking libfont-ttf-perl (1.06-1.1) ...
12:13:40 #10 34.24 Selecting previously unselected package libio-stringy-perl.
12:13:40 #10 34.25 Preparing to unpack .../236-libio-stringy-perl_2.111-3_all.deb ...
12:13:40 #10 34.25 Unpacking libio-stringy-perl (2.111-3) ...
12:13:40 #10 34.29 Selecting previously unselected package libparams-validate-perl:arm64.
12:13:40 #10 34.29 Preparing to unpack .../237-libparams-validate-perl_1.30-1+b1_arm64.deb ...
12:13:40 #10 34.29 Unpacking libparams-validate-perl:arm64 (1.30-1+b1) ...
12:13:40 #10 34.33 Selecting previously unselected package libgetopt-long-descriptive-perl.
12:13:40 #10 34.34 Preparing to unpack .../238-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
12:13:40 #10 34.34 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
12:13:40 #10 34.38 Selecting previously unselected package libsort-versions-perl.
12:13:40 #10 34.38 Preparing to unpack .../239-libsort-versions-perl_1.62-1_all.deb ...
12:13:40 #10 34.38 Unpacking libsort-versions-perl (1.62-1) ...
12:13:40 #10 34.42 Selecting previously unselected package libgit-wrapper-perl.
12:13:40 #10 34.43 Preparing to unpack .../240-libgit-wrapper-perl_0.048-1_all.deb ...
12:13:40 #10 34.43 Unpacking libgit-wrapper-perl (0.048-1) ...
12:13:40 #10 34.47 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:13:40 #10 34.47 Preparing to unpack .../241-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
12:13:40 #10 34.48 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
12:13:40 #10 34.51 Selecting previously unselected package libio-prompter-perl.
12:13:40 #10 34.52 Preparing to unpack .../242-libio-prompter-perl_0.004015-1_all.deb ...
12:13:40 #10 34.52 Unpacking libio-prompter-perl (0.004015-1) ...
12:13:40 #10 34.56 Selecting previously unselected package libjson-perl.
12:13:40 #10 34.57 Preparing to unpack .../243-libjson-perl_4.03000-1_all.deb ...
12:13:40 #10 34.57 Unpacking libjson-perl (4.03000-1) ...
12:13:40 #10 34.61 Selecting previously unselected package liblog-any-perl.
12:13:40 #10 34.61 Preparing to unpack .../244-liblog-any-perl_1.709-1_all.deb ...
12:13:40 #10 34.62 Unpacking liblog-any-perl (1.709-1) ...
12:13:40 #10 34.66 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:13:40 #10 34.66 Preparing to unpack .../245-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
12:13:40 #10 34.67 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
12:13:40 #10 34.70 Selecting previously unselected package libpackage-stash-perl.
12:13:40 #10 34.71 Preparing to unpack .../246-libpackage-stash-perl_0.39-1_all.deb ...
12:13:40 #10 34.71 Unpacking libpackage-stash-perl (0.39-1) ...
12:13:40 #10 34.75 Selecting previously unselected package libsub-identify-perl.
12:13:40 #10 34.76 Preparing to unpack .../247-libsub-identify-perl_0.14-1+b3_arm64.deb ...
12:13:40 #10 34.76 Unpacking libsub-identify-perl (0.14-1+b3) ...
12:13:40 #10 34.82 Selecting previously unselected package libsub-name-perl.
12:13:41 #10 34.82 Preparing to unpack .../248-libsub-name-perl_0.26-1+b1_arm64.deb ...
12:13:41 #10 34.83 Unpacking libsub-name-perl (0.26-1+b1) ...
12:13:41 #10 34.87 Selecting previously unselected package libnamespace-clean-perl.
12:13:41 #10 34.87 Preparing to unpack .../249-libnamespace-clean-perl_0.27-1_all.deb ...
12:13:41 #10 34.88 Unpacking libnamespace-clean-perl (0.27-1) ...
12:13:41 #10 34.91 Selecting previously unselected package libpath-tiny-perl.
12:13:41 #10 34.92 Preparing to unpack .../250-libpath-tiny-perl_0.118-1_all.deb ...
12:13:41 #10 34.92 Unpacking libpath-tiny-perl (0.118-1) ...
12:13:41 #10 34.98 Selecting previously unselected package libtype-tiny-perl.
12:13:41 #10 34.98 Preparing to unpack .../251-libtype-tiny-perl_1.012001-2_all.deb ...
12:13:41 #10 34.98 Unpacking libtype-tiny-perl (1.012001-2) ...
12:13:41 #10 35.04 Selecting previously unselected package libgitlab-api-v4-perl.
12:13:41 #10 35.05 Preparing to unpack .../252-libgitlab-api-v4-perl_0.26-1_all.deb ...
12:13:41 #10 35.05 Unpacking libgitlab-api-v4-perl (0.26-1) ...
12:13:41 #10 35.11 Selecting previously unselected package libglib2.0-0:arm64.
12:13:41 #10 35.12 Preparing to unpack .../253-libglib2.0-0_2.66.8-1_arm64.deb ...
12:13:41 #10 35.12 Unpacking libglib2.0-0:arm64 (2.66.8-1) ...
12:13:41 #10 35.25 Selecting previously unselected package libglib2.0-data.
12:13:41 #10 35.25 Preparing to unpack .../254-libglib2.0-data_2.66.8-1_all.deb ...
12:13:41 #10 35.26 Unpacking libglib2.0-data (2.66.8-1) ...
12:13:41 #10 35.41 Selecting previously unselected package libgpm2:arm64.
12:13:41 #10 35.42 Preparing to unpack .../255-libgpm2_1.20.7-8_arm64.deb ...
12:13:41 #10 35.42 Unpacking libgpm2:arm64 (1.20.7-8) ...
12:13:41 #10 35.46 Selecting previously unselected package libhash-fieldhash-perl.
12:13:41 #10 35.47 Preparing to unpack .../256-libhash-fieldhash-perl_0.15-1+b3_arm64.deb ...
12:13:41 #10 35.47 Unpacking libhash-fieldhash-perl (0.15-1+b3) ...
12:13:41 #10 35.50 Selecting previously unselected package libhtml-form-perl.
12:13:41 #10 35.51 Preparing to unpack .../257-libhtml-form-perl_6.07-1_all.deb ...
12:13:41 #10 35.51 Unpacking libhtml-form-perl (6.07-1) ...
12:13:41 #10 35.55 Selecting previously unselected package libhtml-format-perl.
12:13:41 #10 35.55 Preparing to unpack .../258-libhtml-format-perl_2.12-1.1_all.deb ...
12:13:41 #10 35.56 Unpacking libhtml-format-perl (2.12-1.1) ...
12:13:41 #10 35.59 Selecting previously unselected package libhtml-html5-entities-perl.
12:13:41 #10 35.60 Preparing to unpack .../259-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
12:13:41 #10 35.60 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
12:13:41 #10 35.64 Selecting previously unselected package libhttp-daemon-perl.
12:13:41 #10 35.64 Preparing to unpack .../260-libhttp-daemon-perl_6.12-1+deb11u1_all.deb ...
12:13:41 #10 35.64 Unpacking libhttp-daemon-perl (6.12-1+deb11u1) ...
12:13:41 #10 35.68 Selecting previously unselected package libio-sessiondata-perl.
12:13:41 #10 35.69 Preparing to unpack .../261-libio-sessiondata-perl_1.03-1.1_all.deb ...
12:13:41 #10 35.69 Unpacking libio-sessiondata-perl (1.03-1.1) ...
12:13:41 #10 35.72 Selecting previously unselected package libipc-run3-perl.
12:13:41 #10 35.72 Preparing to unpack .../262-libipc-run3-perl_0.048-2_all.deb ...
12:13:41 #10 35.73 Unpacking libipc-run3-perl (0.048-2) ...
12:13:41 #10 35.77 Selecting previously unselected package libtypes-serialiser-perl.
12:13:41 #10 35.77 Preparing to unpack .../263-libtypes-serialiser-perl_1.01-1_all.deb ...
12:13:41 #10 35.86 Unpacking libtypes-serialiser-perl (1.01-1) ...
12:13:41 #10 35.89 Selecting previously unselected package libjson-xs-perl.
12:13:42 #10 35.89 Preparing to unpack .../264-libjson-xs-perl_4.030-1+b1_arm64.deb ...
12:13:42 #10 35.90 Unpacking libjson-xs-perl (4.030-1+b1) ...
12:13:42 #10 35.95 Selecting previously unselected package libjson-maybexs-perl.
12:13:42 #10 35.95 Preparing to unpack .../265-libjson-maybexs-perl_1.004003-1_all.deb ...
12:13:42 #10 35.96 Unpacking libjson-maybexs-perl (1.004003-1) ...
12:13:42 #10 36.00 Selecting previously unselected package libldap-common.
12:13:42 #10 36.00 Preparing to unpack .../266-libldap-common_2.4.57+dfsg-3+deb11u1_all.deb ...
12:13:42 #10 36.01 Unpacking libldap-common (2.4.57+dfsg-3+deb11u1) ...
12:13:42 #10 36.05 Selecting previously unselected package liblist-compare-perl.
12:13:42 #10 36.05 Preparing to unpack .../267-liblist-compare-perl_0.55-1_all.deb ...
12:13:42 #10 36.05 Unpacking liblist-compare-perl (0.55-1) ...
12:13:42 #10 36.09 Selecting previously unselected package liblist-someutils-perl.
12:13:42 #10 36.10 Preparing to unpack .../268-liblist-someutils-perl_0.58-1_all.deb ...
12:13:42 #10 36.10 Unpacking liblist-someutils-perl (0.58-1) ...
12:13:42 #10 36.13 Selecting previously unselected package liblist-someutils-xs-perl.
12:13:42 #10 36.14 Preparing to unpack .../269-liblist-someutils-xs-perl_0.58-2+b1_arm64.deb ...
12:13:42 #10 36.14 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ...
12:13:42 #10 36.18 Selecting previously unselected package liblist-utilsby-perl.
12:13:42 #10 36.18 Preparing to unpack .../270-liblist-utilsby-perl_0.11-1_all.deb ...
12:13:42 #10 36.19 Unpacking liblist-utilsby-perl (0.11-1) ...
12:13:42 #10 36.22 Selecting previously unselected package libltdl7:arm64.
12:13:42 #10 36.23 Preparing to unpack .../271-libltdl7_2.4.6-15_arm64.deb ...
12:13:42 #10 36.23 Unpacking libltdl7:arm64 (2.4.6-15) ...
12:13:42 #10 36.28 Selecting previously unselected package libltdl-dev:arm64.
12:13:42 #10 36.28 Preparing to unpack .../272-libltdl-dev_2.4.6-15_arm64.deb ...
12:13:42 #10 36.29 Unpacking libltdl-dev:arm64 (2.4.6-15) ...
12:13:42 #10 36.34 Selecting previously unselected package liblzo2-2:arm64.
12:13:42 #10 36.35 Preparing to unpack .../273-liblzo2-2_2.10-2_arm64.deb ...
12:13:42 #10 36.35 Unpacking liblzo2-2:arm64 (2.10-2) ...
12:13:42 #10 36.39 Selecting previously unselected package libsys-hostname-long-perl.
12:13:42 #10 36.40 Preparing to unpack .../274-libsys-hostname-long-perl_1.5-2_all.deb ...
12:13:42 #10 36.40 Unpacking libsys-hostname-long-perl (1.5-2) ...
12:13:42 #10 36.44 Selecting previously unselected package libmail-sendmail-perl.
12:13:42 #10 36.44 Preparing to unpack .../275-libmail-sendmail-perl_0.80-1.1_all.deb ...
12:13:42 #10 36.44 Unpacking libmail-sendmail-perl (0.80-1.1) ...
12:13:42 #10 36.49 Selecting previously unselected package libnet-smtp-ssl-perl.
12:13:42 #10 36.49 Preparing to unpack .../276-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:13:42 #10 36.49 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:13:42 #10 36.53 Selecting previously unselected package libmailtools-perl.
12:13:42 #10 36.54 Preparing to unpack .../277-libmailtools-perl_2.21-1_all.deb ...
12:13:42 #10 36.54 Unpacking libmailtools-perl (2.21-1) ...
12:13:42 #10 36.58 Selecting previously unselected package libmarkdown2:arm64.
12:13:42 #10 36.59 Preparing to unpack .../278-libmarkdown2_2.2.6-1_arm64.deb ...
12:13:42 #10 36.59 Unpacking libmarkdown2:arm64 (2.2.6-1) ...
12:13:42 #10 36.63 Selecting previously unselected package libmime-tools-perl.
12:13:42 #10 36.63 Preparing to unpack .../279-libmime-tools-perl_5.509-1_all.deb ...
12:13:42 #10 36.64 Unpacking libmime-tools-perl (5.509-1) ...
12:13:42 #10 36.69 Selecting previously unselected package libmoox-aliases-perl.
12:13:42 #10 36.69 Preparing to unpack .../280-libmoox-aliases-perl_0.001006-1.1_all.deb ...
12:13:42 #10 36.69 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
12:13:42 #10 36.73 Selecting previously unselected package libnamespace-autoclean-perl.
12:13:42 #10 36.73 Preparing to unpack .../281-libnamespace-autoclean-perl_0.29-1_all.deb ...
12:13:42 #10 36.74 Unpacking libnamespace-autoclean-perl (0.29-1) ...
12:13:42 #10 36.77 Selecting previously unselected package libobject-id-perl.
12:13:42 #10 36.77 Preparing to unpack .../282-libobject-id-perl_0.1.2-2.1_all.deb ...
12:13:42 #10 36.78 Unpacking libobject-id-perl (0.1.2-2.1) ...
12:13:42 #10 36.81 Selecting previously unselected package libmoox-struct-perl.
12:13:42 #10 36.82 Preparing to unpack .../283-libmoox-struct-perl_0.020-1_all.deb ...
12:13:42 #10 36.82 Unpacking libmoox-struct-perl (0.020-1) ...
12:13:42 #10 36.86 Selecting previously unselected package libmouse-perl.
12:13:42 #10 36.86 Preparing to unpack .../284-libmouse-perl_2.5.10-1+b1_arm64.deb ...
12:13:42 #10 36.86 Unpacking libmouse-perl (2.5.10-1+b1) ...
12:13:42 #10 36.91 Selecting previously unselected package libnumber-range-perl.
12:13:42 #10 36.91 Preparing to unpack .../285-libnumber-range-perl_0.12-1.1_all.deb ...
12:13:43 #10 36.92 Unpacking libnumber-range-perl (0.12-1.1) ...
12:13:43 #10 36.96 Selecting previously unselected package libossp-uuid16:arm64.
12:13:43 #10 36.96 Preparing to unpack .../286-libossp-uuid16_1.6.2-1.5+b9_arm64.deb ...
12:13:43 #10 36.97 Unpacking libossp-uuid16:arm64 (1.6.2-1.5+b9) ...
12:13:43 #10 37.00 Selecting previously unselected package libossp-uuid-perl.
12:13:43 #10 37.01 Preparing to unpack .../287-libossp-uuid-perl_1.6.2-1.5+b9_arm64.deb ...
12:13:43 #10 37.01 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ...
12:13:43 #10 37.05 Selecting previously unselected package libpackage-stash-xs-perl.
12:13:43 #10 37.05 Preparing to unpack .../288-libpackage-stash-xs-perl_0.29-1+b2_arm64.deb ...
12:13:43 #10 37.06 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ...
12:13:43 #10 37.09 Selecting previously unselected package libpath-iterator-rule-perl.
12:13:43 #10 37.09 Preparing to unpack .../289-libpath-iterator-rule-perl_1.014-1_all.deb ...
12:13:43 #10 37.10 Unpacking libpath-iterator-rule-perl (1.014-1) ...
12:13:43 #10 37.14 Selecting previously unselected package libperlio-gzip-perl.
12:13:43 #10 37.14 Preparing to unpack .../290-libperlio-gzip-perl_0.19-1+b7_arm64.deb ...
12:13:43 #10 37.14 Unpacking libperlio-gzip-perl (0.19-1+b7) ...
12:13:43 #10 37.18 Selecting previously unselected package libpod-parser-perl.
12:13:43 #10 37.18 Preparing to unpack .../291-libpod-parser-perl_1.63-2_all.deb ...
12:13:43 #10 37.20 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
12:13:43 #10 37.21 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
12:13:43 #10 37.21 Unpacking libpod-parser-perl (1.63-2) ...
12:13:43 #10 37.26 Selecting previously unselected package libpod-constants-perl.
12:13:43 #10 37.26 Preparing to unpack .../292-libpod-constants-perl_0.19-2_all.deb ...
12:13:43 #10 37.26 Unpacking libpod-constants-perl (0.19-2) ...
12:13:43 #10 37.30 Selecting previously unselected package libproc-processtable-perl.
12:13:43 #10 37.30 Preparing to unpack .../293-libproc-processtable-perl_0.59-2+b1_arm64.deb ...
12:13:43 #10 37.31 Unpacking libproc-processtable-perl (0.59-2+b1) ...
12:13:43 #10 37.36 Selecting previously unselected package libre2-9:arm64.
12:13:43 #10 37.36 Preparing to unpack .../294-libre2-9_20210201+dfsg-1_arm64.deb ...
12:13:43 #10 37.36 Unpacking libre2-9:arm64 (20210201+dfsg-1) ...
12:13:43 #10 37.41 Selecting previously unselected package libre-engine-re2-perl:arm64.
12:13:43 #10 37.41 Preparing to unpack .../295-libre-engine-re2-perl_0.14-1_arm64.deb ...
12:13:43 #10 37.41 Unpacking libre-engine-re2-perl:arm64 (0.14-1) ...
12:13:43 #10 37.46 Selecting previously unselected package libreadonly-perl.
12:13:43 #10 37.46 Preparing to unpack .../296-libreadonly-perl_2.050-3_all.deb ...
12:13:43 #10 37.47 Unpacking libreadonly-perl (2.050-3) ...
12:13:43 #10 37.50 Selecting previously unselected package libref-util-perl.
12:13:43 #10 37.50 Preparing to unpack .../297-libref-util-perl_0.204-1_all.deb ...
12:13:43 #10 37.51 Unpacking libref-util-perl (0.204-1) ...
12:13:43 #10 37.55 Selecting previously unselected package libref-util-xs-perl.
12:13:43 #10 37.55 Preparing to unpack .../298-libref-util-xs-perl_0.117-1+b3_arm64.deb ...
12:13:43 #10 37.55 Unpacking libref-util-xs-perl (0.117-1+b3) ...
12:13:43 #10 37.59 Selecting previously unselected package libregexp-pattern-license-perl.
12:13:43 #10 37.60 Preparing to unpack .../299-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
12:13:43 #10 37.60 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
12:13:43 #10 37.64 Selecting previously unselected package libregexp-pattern-perl.
12:13:43 #10 37.64 Preparing to unpack .../300-libregexp-pattern-perl_0.2.14-1_all.deb ...
12:13:43 #10 37.65 Unpacking libregexp-pattern-perl (0.2.14-1) ...
12:13:43 #10 37.70 Selecting previously unselected package libsasl2-modules:arm64.
12:13:43 #10 37.70 Preparing to unpack .../301-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
12:13:43 #10 37.71 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
12:13:43 #10 37.75 Selecting previously unselected package libsereal-decoder-perl.
12:13:43 #10 37.75 Preparing to unpack .../302-libsereal-decoder-perl_4.018+ds-1+b1_arm64.deb ...
12:13:43 #10 37.76 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ...
12:13:43 #10 37.81 Selecting previously unselected package libsereal-encoder-perl.
12:13:43 #10 37.81 Preparing to unpack .../303-libsereal-encoder-perl_4.018+ds-1+b1_arm64.deb ...
12:13:43 #10 37.82 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ...
12:13:43 #10 37.86 Selecting previously unselected package libtask-weaken-perl.
12:13:43 #10 37.86 Preparing to unpack .../304-libtask-weaken-perl_1.06-1_all.deb ...
12:13:43 #10 37.87 Unpacking libtask-weaken-perl (1.06-1) ...
12:13:43 #10 37.90 Selecting previously unselected package libxml-parser-perl:arm64.
12:13:43 #10 37.90 Preparing to unpack .../305-libxml-parser-perl_2.46-2_arm64.deb ...
12:13:43 #10 37.91 Unpacking libxml-parser-perl:arm64 (2.46-2) ...
12:13:43 #10 37.96 Selecting previously unselected package libsoap-lite-perl.
12:13:44 #10 37.96 Preparing to unpack .../306-libsoap-lite-perl_1.27-1_all.deb ...
12:13:44 #10 37.97 Unpacking libsoap-lite-perl (1.27-1) ...
12:13:44 #10 38.03 Selecting previously unselected package libsort-key-perl.
12:13:44 #10 38.04 Preparing to unpack .../307-libsort-key-perl_1.33-2+b3_arm64.deb ...
12:13:44 #10 38.04 Unpacking libsort-key-perl (1.33-2+b3) ...
12:13:44 #10 38.08 Selecting previously unselected package libstring-copyright-perl.
12:13:44 #10 38.08 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ...
12:13:44 #10 38.09 Unpacking libstring-copyright-perl (0.003006-1) ...
12:13:44 #10 38.12 Selecting previously unselected package libstring-escape-perl.
12:13:44 #10 38.12 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ...
12:13:44 #10 38.13 Unpacking libstring-escape-perl (2010.002-2) ...
12:13:44 #10 38.17 Selecting previously unselected package libstring-shellquote-perl.
12:13:44 #10 38.17 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ...
12:13:44 #10 38.17 Unpacking libstring-shellquote-perl (1.04-1) ...
12:13:44 #10 38.21 Selecting previously unselected package libsys-cpuaffinity-perl:arm64.
12:13:44 #10 38.21 Preparing to unpack .../311-libsys-cpuaffinity-perl_1.13~03-1_arm64.deb ...
12:13:44 #10 38.21 Unpacking libsys-cpuaffinity-perl:arm64 (1.13~03-1) ...
12:13:44 #10 38.25 Selecting previously unselected package libterm-readkey-perl.
12:13:44 #10 38.26 Preparing to unpack .../312-libterm-readkey-perl_2.38-1+b2_arm64.deb ...
12:13:44 #10 38.26 Unpacking libterm-readkey-perl (2.38-1+b2) ...
12:13:44 #10 38.30 Selecting previously unselected package libtext-levenshteinxs-perl.
12:13:44 #10 38.30 Preparing to unpack .../313-libtext-levenshteinxs-perl_0.03-4+b8_arm64.deb ...
12:13:44 #10 38.30 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ...
12:13:44 #10 38.34 Selecting previously unselected package libtext-markdown-discount-perl:arm64.
12:13:44 #10 38.34 Preparing to unpack .../314-libtext-markdown-discount-perl_0.12-1+b1_arm64.deb ...
12:13:44 #10 38.35 Unpacking libtext-markdown-discount-perl:arm64 (0.12-1+b1) ...
12:13:44 #10 38.38 Selecting previously unselected package libtext-xslate-perl.
12:13:44 #10 38.38 Preparing to unpack .../315-libtext-xslate-perl_3.5.8-1+b1_arm64.deb ...
12:13:44 #10 38.39 Unpacking libtext-xslate-perl (3.5.8-1+b1) ...
12:13:44 #10 38.44 Selecting previously unselected package libtime-duration-perl.
12:13:44 #10 38.44 Preparing to unpack .../316-libtime-duration-perl_1.21-1_all.deb ...
12:13:44 #10 38.45 Unpacking libtime-duration-perl (1.21-1) ...
12:13:44 #10 38.48 Selecting previously unselected package libtime-moment-perl.
12:13:44 #10 38.49 Preparing to unpack .../317-libtime-moment-perl_0.44-1+b3_arm64.deb ...
12:13:44 #10 38.49 Unpacking libtime-moment-perl (0.44-1+b3) ...
12:13:44 #10 38.53 Selecting previously unselected package libtype-tiny-xs-perl.
12:13:44 #10 38.54 Preparing to unpack .../318-libtype-tiny-xs-perl_0.022-1_arm64.deb ...
12:13:44 #10 38.54 Unpacking libtype-tiny-xs-perl (0.022-1) ...
12:13:44 #10 38.58 Selecting previously unselected package libunicode-utf8-perl.
12:13:44 #10 38.58 Preparing to unpack .../319-libunicode-utf8-perl_0.62-1+b2_arm64.deb ...
12:13:44 #10 38.58 Unpacking libunicode-utf8-perl (0.62-1+b2) ...
12:13:44 #10 38.62 Selecting previously unselected package libxdelta2.
12:13:44 #10 38.63 Preparing to unpack .../320-libxdelta2_1.1.3-9.3_arm64.deb ...
12:13:44 #10 38.63 Unpacking libxdelta2 (1.1.3-9.3) ...
12:13:44 #10 38.68 Selecting previously unselected package libxext6:arm64.
12:13:44 #10 38.69 Preparing to unpack .../321-libxext6_2%3a1.3.3-1.1_arm64.deb ...
12:13:44 #10 38.69 Unpacking libxext6:arm64 (2:1.3.3-1.1) ...
12:13:44 #10 38.73 Selecting previously unselected package libxml-namespacesupport-perl.
12:13:44 #10 38.73 Preparing to unpack .../322-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
12:13:44 #10 38.74 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
12:13:44 #10 38.78 Selecting previously unselected package libxml-sax-base-perl.
12:13:44 #10 38.78 Preparing to unpack .../323-libxml-sax-base-perl_1.09-1.1_all.deb ...
12:13:44 #10 38.78 Unpacking libxml-sax-base-perl (1.09-1.1) ...
12:13:44 #10 38.83 Selecting previously unselected package libxml-sax-perl.
12:13:44 #10 38.83 Preparing to unpack .../324-libxml-sax-perl_1.02+dfsg-1_all.deb ...
12:13:44 #10 38.84 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
12:13:44 #10 38.89 Selecting previously unselected package libxml-libxml-perl.
12:13:44 #10 38.89 Preparing to unpack .../325-libxml-libxml-perl_2.0134+dfsg-2+b1_arm64.deb ...
12:13:44 #10 38.90 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
12:13:44 #10 38.96 Selecting previously unselected package libxml-sax-expat-perl.
12:13:45 #10 38.97 Preparing to unpack .../326-libxml-sax-expat-perl_0.51-1_all.deb ...
12:13:45 #10 38.97 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:13:45 #10 39.02 Selecting previously unselected package libxmlrpc-lite-perl.
12:13:45 #10 39.02 Preparing to unpack .../327-libxmlrpc-lite-perl_0.717-4_all.deb ...
12:13:45 #10 39.02 Unpacking libxmlrpc-lite-perl (0.717-4) ...
12:13:45 #10 39.07 Selecting previously unselected package libxmuu1:arm64.
12:13:45 #10 39.07 Preparing to unpack .../328-libxmuu1_2%3a1.1.2-2+b3_arm64.deb ...
12:13:45 #10 39.07 Unpacking libxmuu1:arm64 (2:1.1.2-2+b3) ...
12:13:45 #10 39.12 Selecting previously unselected package libyaml-0-2:arm64.
12:13:45 #10 39.13 Preparing to unpack .../329-libyaml-0-2_0.2.2-1_arm64.deb ...
12:13:45 #10 39.13 Unpacking libyaml-0-2:arm64 (0.2.2-1) ...
12:13:45 #10 39.17 Selecting previously unselected package libyaml-libyaml-perl.
12:13:45 #10 39.18 Preparing to unpack .../330-libyaml-libyaml-perl_0.82+repack-1+b1_arm64.deb ...
12:13:45 #10 39.18 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ...
12:13:45 #10 39.22 Selecting previously unselected package licensecheck.
12:13:45 #10 39.23 Preparing to unpack .../331-licensecheck_3.1.1-2_all.deb ...
12:13:45 #10 39.23 Unpacking licensecheck (3.1.1-2) ...
12:13:45 #10 39.28 Selecting previously unselected package lzip.
12:13:45 #10 39.28 Preparing to unpack .../332-lzip_1.22-3_arm64.deb ...
12:13:45 #10 39.28 Unpacking lzip (1.22-3) ...
12:13:45 #10 39.32 Selecting previously unselected package lzop.
12:13:45 #10 39.33 Preparing to unpack .../333-lzop_1.04-2_arm64.deb ...
12:13:45 #10 39.33 Unpacking lzop (1.04-2) ...
12:13:45 #10 39.37 Selecting previously unselected package t1utils.
12:13:45 #10 39.38 Preparing to unpack .../334-t1utils_1.41-4_arm64.deb ...
12:13:45 #10 39.38 Unpacking t1utils (1.41-4) ...
12:13:45 #10 39.44 Selecting previously unselected package unzip.
12:13:45 #10 39.44 Preparing to unpack .../335-unzip_6.0-26+deb11u1_arm64.deb ...
12:13:45 #10 39.45 Unpacking unzip (6.0-26+deb11u1) ...
12:13:45 #10 39.50 Selecting previously unselected package lintian.
12:13:45 #10 39.51 Preparing to unpack .../336-lintian_2.104.0_all.deb ...
12:13:45 #10 39.51 Unpacking lintian (2.104.0) ...
12:13:45 #10 39.86 Selecting previously unselected package lsb-release.
12:13:45 #10 39.86 Preparing to unpack .../337-lsb-release_11.1.0_all.deb ...
12:13:45 #10 39.87 Unpacking lsb-release (11.1.0) ...
12:13:45 #10 39.91 Selecting previously unselected package manpages-dev.
12:13:45 #10 39.91 Preparing to unpack .../338-manpages-dev_5.10-1_all.deb ...
12:13:45 #10 39.91 Unpacking manpages-dev (5.10-1) ...
12:13:46 #10 40.22 Selecting previously unselected package pbzip2.
12:13:46 #10 40.22 Preparing to unpack .../339-pbzip2_1.1.13-1_arm64.deb ...
12:13:46 #10 40.23 Unpacking pbzip2 (1.1.13-1) ...
12:13:46 #10 40.26 Selecting previously unselected package pixz.
12:13:46 #10 40.26 Preparing to unpack .../340-pixz_1.0.7-1_arm64.deb ...
12:13:46 #10 40.27 Unpacking pixz (1.0.7-1) ...
12:13:46 #10 40.31 Selecting previously unselected package xdelta.
12:13:46 #10 40.31 Preparing to unpack .../341-xdelta_1.1.3-9.3_arm64.deb ...
12:13:46 #10 40.31 Unpacking xdelta (1.1.3-9.3) ...
12:13:46 #10 40.35 Selecting previously unselected package xdelta3.
12:13:46 #10 40.35 Preparing to unpack .../342-xdelta3_3.0.11-dfsg-1+b1_arm64.deb ...
12:13:46 #10 40.36 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ...
12:13:46 #10 40.40 Selecting previously unselected package pristine-tar.
12:13:46 #10 40.40 Preparing to unpack .../343-pristine-tar_1.49_arm64.deb ...
12:13:46 #10 40.41 Unpacking pristine-tar (1.49) ...
12:13:46 #10 40.46 Selecting previously unselected package publicsuffix.
12:13:46 #10 40.46 Preparing to unpack .../344-publicsuffix_20220811.1734-0+deb11u1_all.deb ...
12:13:46 #10 40.47 Unpacking publicsuffix (20220811.1734-0+deb11u1) ...
12:13:46 #10 40.51 Selecting previously unselected package python-apt-common.
12:13:46 #10 40.52 Preparing to unpack .../345-python-apt-common_2.2.1_all.deb ...
12:13:46 #10 40.52 Unpacking python-apt-common (2.2.1) ...
12:13:46 #10 40.58 Selecting previously unselected package python3-apt.
12:13:46 #10 40.58 Preparing to unpack .../346-python3-apt_2.2.1_arm64.deb ...
12:13:46 #10 40.58 Unpacking python3-apt (2.2.1) ...
12:13:46 #10 40.65 Selecting previously unselected package python3-certifi.
12:13:46 #10 40.65 Preparing to unpack .../347-python3-certifi_2020.6.20-1_all.deb ...
12:13:46 #10 40.66 Unpacking python3-certifi (2020.6.20-1) ...
12:13:46 #10 40.71 Selecting previously unselected package python3-idna.
12:13:46 #10 40.71 Preparing to unpack .../348-python3-idna_2.10-1_all.deb ...
12:13:46 #10 40.71 Unpacking python3-idna (2.10-1) ...
12:13:46 #10 40.77 Selecting previously unselected package python3-magic.
12:13:47 #10 40.77 Preparing to unpack .../349-python3-magic_2%3a0.4.20-3_all.deb ...
12:13:47 #10 40.77 Unpacking python3-magic (2:0.4.20-3) ...
12:13:47 #10 40.82 Selecting previously unselected package python3-urllib3.
12:13:47 #10 40.82 Preparing to unpack .../350-python3-urllib3_1.26.5-1~exp1_all.deb ...
12:13:47 #10 40.82 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
12:13:47 #10 40.88 Selecting previously unselected package python3-requests.
12:13:47 #10 40.88 Preparing to unpack .../351-python3-requests_2.25.1+dfsg-2_all.deb ...
12:13:47 #10 40.89 Unpacking python3-requests (2.25.1+dfsg-2) ...
12:13:47 #10 40.94 Selecting previously unselected package python3-unidiff.
12:13:47 #10 40.94 Preparing to unpack .../352-python3-unidiff_0.5.5-2_all.deb ...
12:13:47 #10 40.94 Unpacking python3-unidiff (0.5.5-2) ...
12:13:47 #10 41.00 Selecting previously unselected package python3-xdg.
12:13:47 #10 41.00 Preparing to unpack .../353-python3-xdg_0.27-2_all.deb ...
12:13:47 #10 41.01 Unpacking python3-xdg (0.27-2) ...
12:13:47 #10 41.06 Selecting previously unselected package shared-mime-info.
12:13:47 #10 41.06 Preparing to unpack .../354-shared-mime-info_2.0-1_arm64.deb ...
12:13:47 #10 41.07 Unpacking shared-mime-info (2.0-1) ...
12:13:47 #10 41.19 Selecting previously unselected package strace.
12:13:47 #10 41.19 Preparing to unpack .../355-strace_5.10-1_arm64.deb ...
12:13:47 #10 41.19 Unpacking strace (5.10-1) ...
12:13:47 #10 41.26 Selecting previously unselected package xauth.
12:13:47 #10 41.27 Preparing to unpack .../356-xauth_1%3a1.1-1_arm64.deb ...
12:13:47 #10 41.27 Unpacking xauth (1:1.1-1) ...
12:13:47 #10 41.32 Selecting previously unselected package xdg-user-dirs.
12:13:47 #10 41.32 Preparing to unpack .../357-xdg-user-dirs_0.17-2_arm64.deb ...
12:13:47 #10 41.33 Unpacking xdg-user-dirs (0.17-2) ...
12:13:47 #10 41.40 Setting up libksba8:arm64 (1.5.0-3) ...
12:13:47 #10 41.42 Setting up media-types (4.0.0) ...
12:13:47 #10 41.44 Setting up libpipeline1:arm64 (1.5.3-1) ...
12:13:47 #10 41.45 Setting up wdiff (1.2.2-2+b1) ...
12:13:47 #10 41.47 Setting up libxau6:arm64 (1:1.0.9-1) ...
12:13:47 #10 41.48 Setting up libre2-9:arm64 (20210201+dfsg-1) ...
12:13:47 #10 41.49 Setting up libpsl5:arm64 (0.21.0-1.2) ...
12:13:47 #10 41.51 Setting up libgpm2:arm64 (1.20.7-8) ...
12:13:47 #10 41.52 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
12:13:47 #10 41.53 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
12:13:47 #10 41.54 Setting up libicu67:arm64 (67.1-7) ...
12:13:47 #10 41.55 Setting up libfcgi0ldbl:arm64 (2.4.2-2) ...
12:13:47 #10 41.56 Setting up xdg-user-dirs (0.17-2) ...
12:13:47 #10 41.60 Setting up libmagic-mgc (1:5.39-3) ...
12:13:47 #10 41.61 Setting up libyaml-0-2:arm64 (0.2.2-1) ...
12:13:47 #10 41.63 Setting up libglib2.0-0:arm64 (2.66.8-1) ...
12:13:47 #10 41.67 No schema files found: doing nothing.
12:13:47 #10 41.68 Setting up distro-info-data (0.51+deb11u2) ...
12:13:47 #10 41.70 Setting up manpages (5.10-1) ...
12:13:47 #10 41.71 Setting up unzip (6.0-26+deb11u1) ...
12:13:47 #10 41.73 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
12:13:47 #10 41.74 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
12:13:47 #10 41.75 Setting up libsqlite3-0:arm64 (3.34.1-3) ...
12:13:47 #10 41.76 Setting up libcbor0:arm64 (0.5.0+dfsg-2) ...
12:13:47 #10 41.78 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
12:13:47 #10 41.80 Setting up libfcgi-bin (2.4.2-2) ...
12:13:47 #10 41.81 Setting up binutils-common:arm64 (2.35.2-2) ...
12:13:47 #10 41.83 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
12:13:47 #10 41.84 Setting up libmagic1:arm64 (1:5.39-3) ...
12:13:47 #10 41.86 Setting up libdeflate0:arm64 (1.7-1) ...
12:13:47 #10 41.88 Setting up less (551-2) ...
12:13:47 #10 41.89 Setting up perl-openssl-defaults:arm64 (5) ...
12:13:47 #10 41.90 Setting up linux-libc-dev:arm64 (5.10.140-1) ...
12:13:47 #10 41.92 Setting up libctf-nobfd0:arm64 (2.35.2-2) ...
12:13:47 #10 41.93 Setting up gettext-base (0.21-4) ...
12:13:47 #10 41.95 Setting up liblzo2-2:arm64 (2.10-2) ...
12:13:48 #10 41.96 Setting up libnpth0:arm64 (1.6-3) ...
12:13:48 #10 41.97 Setting up file (1:5.39-3) ...
12:13:48 #10 41.99 Setting up libossp-uuid16:arm64 (1.6.2-1.5+b9) ...
12:13:48 #10 42.00 Setting up libassuan0:arm64 (2.5.3-7.1) ...
12:13:48 #10 42.02 Setting up libgomp1:arm64 (10.2.1-6) ...
12:13:48 #10 42.03 Setting up bzip2 (1.0.8-4) ...
12:13:48 #10 42.04 Setting up libldap-common (2.4.57+dfsg-3+deb11u1) ...
12:13:48 #10 42.06 Setting up pbzip2 (1.1.13-1) ...
12:13:48 #10 42.07 Setting up libjbig0:arm64 (2.1-3.1+b2) ...
12:13:48 #10 42.09 Setting up libfakeroot:arm64 (1.25.3-1.1) ...
12:13:48 #10 42.10 Setting up libasan6:arm64 (10.2.1-6) ...
12:13:48 #10 42.12 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
12:13:48 #10 42.13 Setting up fakeroot (1.25.3-1.1) ...
12:13:48 #10 42.14 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:13:48 #10 42.15 Setting up autotools-dev (20180224.1+nmu1) ...
12:13:48 #10 42.17 Setting up libglib2.0-data (2.66.8-1) ...
12:13:48 #10 42.18 Setting up libtirpc-dev:arm64 (1.3.1-1+deb11u1) ...
12:13:48 #10 42.19 Setting up libjpeg62-turbo:arm64 (1:2.0.6-4) ...
12:13:48 #10 42.20 Setting up libx11-data (2:1.7.2-1) ...
12:13:48 #10 42.22 Setting up make (4.3-4.1) ...
12:13:48 #10 42.23 Setting up libmpfr6:arm64 (4.1.0-3) ...
12:13:48 #10 42.25 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
12:13:48 #10 42.26 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
12:13:48 #10 42.27 Setting up lzip (1.22-3) ...
12:13:48 #10 42.30 Setting up strace (5.10-1) ...
12:13:48 #10 42.32 Setting up libsigsegv2:arm64 (2.13-1) ...
12:13:48 #10 42.33 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
12:13:48 #10 42.34 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:13:48 #10 42.35 Setting up t1utils (1.41-4) ...
12:13:48 #10 42.37 Setting up diffstat (1.64-1) ...
12:13:48 #10 42.38 Setting up libpng16-16:arm64 (1.6.37-3) ...
12:13:48 #10 42.39 Setting up libmpc3:arm64 (1.2.0-1) ...
12:13:48 #10 42.41 Setting up libatomic1:arm64 (10.2.1-6) ...
12:13:48 #10 42.42 Setting up patch (2.7.6-7) ...
12:13:48 #10 42.43 Setting up autopoint (0.21-4) ...
12:13:48 #10 42.45 Setting up libwebp6:arm64 (0.6.1-2.1) ...
12:13:48 #10 42.46 Setting up fonts-dejavu-core (2.37-2) ...
12:13:48 #10 42.53 Setting up libxdelta2 (1.1.3-9.3) ...
12:13:48 #10 42.54 Setting up libncursesw6:arm64 (6.2+20201114-2) ...
12:13:48 #10 42.56 Setting up libltdl7:arm64 (2.4.6-15) ...
12:13:48 #10 42.57 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
12:13:48 #10 42.59 Setting up libubsan1:arm64 (10.2.1-6) ...
12:13:48 #10 42.60 Setting up libmd0:arm64 (1.0.3-3) ...
12:13:48 #10 42.62 Setting up python-apt-common (2.2.1) ...
12:13:48 #10 42.63 Setting up libnsl-dev:arm64 (1.3.0-2) ...
12:13:48 #10 42.66 Setting up sensible-utils (0.0.14) ...
12:13:48 #10 42.68 Setting up xdelta3 (3.0.11-dfsg-1+b1) ...
12:13:48 #10 42.69 Setting up libcrypt-dev:arm64 (1:4.4.18-4) ...
12:13:48 #10 42.71 Setting up libuchardet0:arm64 (0.0.7-1) ...
12:13:48 #10 42.72 Setting up lzop (1.04-2) ...
12:13:48 #10 42.73 Setting up libmpdec3:arm64 (2.5.1-1) ...
12:13:49 #10 42.75 Setting up git-man (1:2.30.2-1) ...
12:13:49 #10 42.76 Setting up libssh2-1:arm64 (1.9.0-2) ...
12:13:49 #10 42.78 Setting up netbase (6.3) ...
12:13:49 #10 42.81 Setting up libtiff5:arm64 (4.2.0-1+deb11u1) ...
12:13:49 #10 42.83 Setting up libbinutils:arm64 (2.35.2-2) ...
12:13:49 #10 42.84 Setting up libfido2-1:arm64 (1.6.0-2) ...
12:13:49 #10 42.86 Setting up libisl23:arm64 (0.23-1) ...
12:13:49 #10 42.87 Setting up libc-dev-bin (2.31-13+deb11u4) ...
12:13:49 #10 42.88 Setting up openssl (1.1.1n-0+deb11u3) ...
12:13:49 #10 42.90 Setting up libbsd0:arm64 (0.11.3-1) ...
12:13:49 #10 42.92 Setting up libelf1:arm64 (0.183-1) ...
12:13:49 #10 42.93 Setting up readline-common (8.1-1) ...
12:13:49 #10 43.01 Setting up publicsuffix (20220811.1734-0+deb11u1) ...
12:13:49 #10 43.02 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ...
12:13:49 #10 43.04 Setting up libmarkdown2:arm64 (2.2.6-1) ...
12:13:49 #10 43.06 Setting up libcc1-0:arm64 (10.2.1-6) ...
12:13:49 #10 43.07 Setting up iso-codes (4.6.0-1) ...
12:13:49 #10 43.08 Setting up liblocale-gettext-perl (1.07-4+b1) ...
12:13:49 #10 43.10 Setting up liblsan0:arm64 (10.2.1-6) ...
12:13:49 #10 43.11 Setting up cpp-10 (10.2.1-6) ...
12:13:49 #10 43.12 Setting up dctrl-tools (2.24-3) ...
12:13:49 #10 43.14 Setting up libitm1:arm64 (10.2.1-6) ...
12:13:49 #10 43.16 Setting up debian-keyring (2021.07.26) ...
12:13:49 #10 43.17 Setting up libgdbm6:arm64 (1.19-2) ...
12:13:49 #10 43.18 Setting up libtsan0:arm64 (10.2.1-6) ...
12:13:49 #10 43.20 Setting up libctf0:arm64 (2.35.2-2) ...
12:13:49 #10 43.21 Setting up pinentry-curses (1.1.0-4) ...
12:13:49 #10 43.23 Setting up manpages-dev (5.10-1) ...
12:13:49 #10 43.24 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
12:13:49 #10 43.26 Setting up libxcb1:arm64 (1.14-3) ...
12:13:49 #10 43.27 Setting up gettext (0.21-4) ...
12:13:49 #10 43.29 Setting up xdelta (1.1.3-9.3) ...
12:13:49 #10 43.30 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
12:13:49 #10 43.32 Setting up libgcc-10-dev:arm64 (10.2.1-6) ...
12:13:49 #10 43.33 Setting up libedit2:arm64 (3.1-20191231-2+b1) ...
12:13:49 #10 43.34 Setting up libreadline8:arm64 (8.1-1) ...
12:13:49 #10 43.36 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
12:13:49 #10 43.38 Setting up m4 (1.4.18-5) ...
12:13:49 #10 43.39 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
12:13:49 #10 43.41 Setting up libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u3) ...
12:13:49 #10 43.42 Setting up binutils (2.35.2-2) ...
12:13:49 #10 43.43 Setting up ca-certificates (20210119) ...
12:13:50 #10 43.92 Updating certificates in /etc/ssl/certs...
12:13:50 #10 44.49 129 added, 0 removed; done.
12:13:50 #10 44.52 Setting up libfreetype6:arm64 (2.10.4+dfsg-1+deb11u1) ...
12:13:50 #10 44.54 Setting up shared-mime-info (2.0-1) ...
12:13:53 #10 47.24 Setting up libgdbm-compat4:arm64 (1.19-2) ...
12:13:53 #10 47.25 Setting up ucf (3.0043) ...
12:13:53 #10 47.36 Setting up libperl5.32:arm64 (5.32.1-4+deb11u2) ...
12:13:53 #10 47.37 Setting up gcc-10 (10.2.1-6) ...
12:13:53 #10 47.39 Setting up dwz (0.13+20210201-1) ...
12:13:53 #10 47.41 Setting up groff-base (1.22.4-6) ...
12:13:53 #10 47.43 Setting up cpp (4:10.2.1-1) ...
12:13:53 #10 47.45 Setting up pixz (1.0.7-1) ...
12:13:53 #10 47.47 Setting up gpgconf (2.2.27-2+deb11u2) ...
12:13:53 #10 47.49 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u3) ...
12:13:53 #10 47.51 Setting up libc6-dev:arm64 (2.31-13+deb11u4) ...
12:13:53 #10 47.53 Setting up libx11-6:arm64 (2:1.7.2-1) ...
12:13:53 #10 47.54 Setting up curl (7.74.0-1.3+deb11u3) ...
12:13:53 #10 47.56 Setting up libxmuu1:arm64 (2:1.1.2-2+b3) ...
12:13:53 #10 47.58 Setting up gpg (2.2.27-2+deb11u2) ...
12:13:53 #10 47.60 Setting up libpython3.9-stdlib:arm64 (3.9.2-1) ...
12:13:53 #10 47.61 Setting up libpython3-stdlib:arm64 (3.9.2-3) ...
12:13:53 #10 47.62 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
12:13:53 #10 47.63 Setting up libstdc++-10-dev:arm64 (10.2.1-6) ...
12:13:53 #10 47.65 Setting up gpg-agent (2.2.27-2+deb11u2) ...
12:13:54 #10 48.14 Setting up g++-10 (10.2.1-6) ...
12:13:54 #10 48.15 Setting up libxpm4:arm64 (1:3.5.12-1) ...
12:13:54 #10 48.16 Setting up libtool (2.4.6-15) ...
12:13:54 #10 48.18 Setting up fontconfig-config (2.13.1-4.2) ...
12:13:54 #10 48.41 Setting up openssh-client (1:8.4p1-5+deb11u1) ...
12:13:54 #10 48.53 Setting up gpgsm (2.2.27-2+deb11u2) ...
12:13:54 #10 48.55 Setting up libxext6:arm64 (2:1.3.3-1.1) ...
12:13:54 #10 48.56 Setting up man-db (2.9.4-2) ...
12:13:54 #10 48.68 Building database of manual pages ...
12:14:09 #10 62.47 Setting up libgpgme11:arm64 (1.14.0-1+b2) ...
12:14:09 #10 62.48 Setting up gcc (4:10.2.1-1) ...
12:14:09 #10 62.51 Setting up dirmngr (2.2.27-2+deb11u2) ...
12:14:09 #10 62.64 Setting up perl (5.32.1-4+deb11u2) ...
12:14:09 #10 62.66 Setting up libpackage-stash-xs-perl (0.29-1+b2) ...
12:14:09 #10 62.68 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:14:09 #10 62.69 Setting up libdata-dump-perl (1.23-1.1) ...
12:14:09 #10 62.70 Setting up libref-util-perl (0.204-1) ...
12:14:09 #10 62.71 Setting up libipc-system-simple-perl (1.30-1) ...
12:14:09 #10 62.72 Setting up libnet-domain-tld-perl (1.75-1.1) ...
12:14:09 #10 62.73 Setting up libhash-fieldhash-perl (0.15-1+b3) ...
12:14:09 #10 62.75 Setting up libvariable-magic-perl (0.62-1+b3) ...
12:14:09 #10 62.76 Setting up libio-html-perl (1.004-2) ...
12:14:09 #10 62.78 Setting up libpod-parser-perl (1.63-2) ...
12:14:09 #10 62.79 Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
12:14:09 #10 62.80 Setting up liblist-moreutils-xs-perl (0.430-2) ...
12:14:09 #10 62.81 Setting up libparams-util-perl (1.102-1+b1) ...
12:14:09 #10 62.82 Setting up libdpkg-perl (1.20.12) ...
12:14:09 #10 62.84 Setting up libtime-duration-perl (1.21-1) ...
12:14:09 #10 62.85 Setting up autoconf (2.69-14) ...
12:14:09 #10 62.86 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:14:09 #10 62.88 Setting up libarray-intspan-perl (2.004-1) ...
12:14:09 #10 62.89 Setting up libcapture-tiny-perl (0.48-1) ...
12:14:09 #10 62.90 Setting up libtimedate-perl (2.3300-2) ...
12:14:09 #10 62.91 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
12:14:09 #10 62.93 Setting up libsub-name-perl (0.26-1+b1) ...
12:14:09 #10 62.94 Setting up libtype-tiny-xs-perl (0.022-1) ...
12:14:09 #10 62.95 Setting up g++ (4:10.2.1-1) ...
12:14:09 #10 62.98 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:14:09 #10 62.99 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:14:09 #10 63.00 Setting up libproc-processtable-perl (0.59-2+b1) ...
12:14:09 #10 63.01 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:14:09 #10 63.02 Setting up xauth (1:1.1-1) ...
12:14:09 #10 63.04 Setting up libpath-tiny-perl (0.118-1) ...
12:14:09 #10 63.05 Setting up libarchive-cpio-perl (0.10-1.1) ...
12:14:09 #10 63.07 Setting up libjson-perl (4.03000-1) ...
12:14:09 #10 63.08 Setting up libipc-run3-perl (0.048-2) ...
12:14:09 #10 63.09 Setting up libfcgi-perl:arm64 (0.79+ds-2) ...
12:14:09 #10 63.10 Setting up libsub-override-perl (0.09-2) ...
12:14:09 #10 63.12 Setting up libaliased-perl (0.34-1.1) ...
12:14:09 #10 63.14 Setting up libstrictures-perl (2.000006-1) ...
12:14:09 #10 63.15 Setting up libsub-quote-perl (2.006006-1) ...
12:14:09 #10 63.17 Setting up libdevel-stacktrace-perl (2.0400-1) ...
12:14:09 #10 63.18 Setting up libclass-xsaccessor-perl (1.19-3+b7) ...
12:14:09 #10 63.20 Setting up libfontconfig1:arm64 (2.13.1-4.2) ...
12:14:09 #10 63.22 Setting up libsort-versions-perl (1.62-1) ...
12:14:09 #10 63.24 Setting up libexporter-tiny-perl (1.002002-1) ...
12:14:09 #10 63.25 Setting up libre-engine-re2-perl:arm64 (0.14-1) ...
12:14:09 #10 63.26 Setting up libfile-dirlist-perl (0.05-2) ...
12:14:09 #10 63.28 Setting up libterm-readkey-perl (2.38-1+b2) ...
12:14:09 #10 63.29 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ...
12:14:09 #10 63.30 Setting up libperlio-gzip-perl (0.19-1+b7) ...
12:14:09 #10 63.32 Setting up libsys-hostname-long-perl (1.5-2) ...
12:14:09 #10 63.33 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
12:14:09 #10 63.34 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ...
12:14:09 #10 63.36 Setting up liburi-perl (5.08-1) ...
12:14:09 #10 63.37 Setting up libfile-touch-perl (0.11-1) ...
12:14:09 #10 63.38 Setting up python3.9 (3.9.2-1) ...
12:14:10 #10 64.04 Setting up libemail-address-xs-perl (1.04-1+b3) ...
12:14:10 #10 64.06 Setting up libnet-ssleay-perl (1.88-3+b1) ...
12:14:10 #10 64.07 Setting up automake (1:1.16.3-2) ...
12:14:10 #10 64.08 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:14:10 #10 64.09 Setting up libapt-pkg-perl (0.1.39) ...
12:14:10 #10 64.10 Setting up libio-sessiondata-perl (1.03-1.1) ...
12:14:10 #10 64.12 Setting up libstring-escape-perl (2010.002-2) ...
12:14:10 #10 64.13 Setting up libhttp-date-perl (6.05-1) ...
12:14:10 #10 64.14 Setting up libfile-which-perl (1.23-1) ...
12:14:10 #10 64.16 Setting up libfile-basedir-perl (0.08-1) ...
12:14:10 #10 64.17 Setting up libnumber-range-perl (0.12-1.1) ...
12:14:10 #10 64.18 Setting up libtask-weaken-perl (1.06-1) ...
12:14:10 #10 64.19 Setting up libunicode-utf8-perl (0.62-1+b2) ...
12:14:10 #10 64.21 Setting up libmouse-perl (2.5.10-1+b1) ...
12:14:10 #10 64.22 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ...
12:14:10 #10 64.23 Setting up libfile-listing-perl (6.14-1) ...
12:14:10 #10 64.24 Setting up libsys-cpuaffinity-perl:arm64 (1.13~03-1) ...
12:14:10 #10 64.26 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
12:14:10 #10 64.28 Setting up libregexp-pattern-perl (0.2.14-1) ...
12:14:10 #10 64.29 Setting up libdata-messagepack-perl (1.00-4+b1) ...
12:14:10 #10 64.30 Setting up libclass-inspector-perl (1.36-1) ...
12:14:10 #10 64.32 Setting up libfont-afm-perl (1.20-3) ...
12:14:10 #10 64.33 Setting up libwant-perl (0.29-1+b6) ...
12:14:10 #10 64.35 Setting up libdynaloader-functions-perl (0.003-1.1) ...
12:14:10 #10 64.36 Setting up libtext-glob-perl (0.11-1) ...
12:14:10 #10 64.37 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:14:10 #10 64.38 Setting up liblist-compare-perl (0.55-1) ...
12:14:10 #10 64.41 Setting up libref-util-xs-perl (0.117-1+b3) ...
12:14:10 #10 64.43 Setting up libio-pty-perl (1:1.15-2) ...
12:14:10 #10 64.44 Setting up libfile-fcntllock-perl (0.22-3+b7) ...
12:14:10 #10 64.45 Setting up libsort-key-perl (1.33-2+b3) ...
12:14:10 #10 64.46 Setting up libclone-perl (0.45-1+b1) ...
12:14:10 #10 64.48 Setting up libalgorithm-diff-perl (1.201-1) ...
12:14:10 #10 64.50 Setting up libarchive-zip-perl (1.68-1) ...
12:14:10 #10 64.51 Setting up libsub-identify-perl (0.14-1+b3) ...
12:14:10 #10 64.52 Setting up libdistro-info-perl (1.0) ...
12:14:10 #10 64.53 Setting up libcpanel-json-xs-perl (4.25-1+b1) ...
12:14:10 #10 64.55 Setting up libobject-id-perl (0.1.2-2.1) ...
12:14:10 #10 64.56 Setting up libio-stringy-perl (2.111-3) ...
12:14:10 #10 64.58 Setting up liblist-moreutils-perl (0.430-2) ...
12:14:10 #10 64.59 Setting up libhtml-tagset-perl (3.20-4) ...
12:14:10 #10 64.60 Setting up liblog-any-perl (1.709-1) ...
12:14:10 #10 64.62 Setting up libauthen-sasl-perl (2.1600-1.1) ...
12:14:10 #10 64.63 Setting up libdevel-size-perl (0.83-1+b2) ...
12:14:10 #10 64.65 Setting up libdebhelper-perl (13.3.4) ...
12:14:10 #10 64.66 Setting up libpod-constants-perl (0.19-2) ...
12:14:10 #10 64.67 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
12:14:10 #10 64.68 Setting up libconvert-binhex-perl (1.125-1) ...
12:14:10 #10 64.70 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:14:10 #10 64.71 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ...
12:14:10 #10 64.73 Setting up libtry-tiny-perl (0.30-1) ...
12:14:10 #10 64.74 Setting up libtype-tiny-perl (1.012001-2) ...
12:14:10 #10 64.75 Setting up libcommon-sense-perl (3.75-1+b4) ...
12:14:10 #10 64.77 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
12:14:10 #10 64.78 Setting up libnet-http-perl (6.20-1) ...
12:14:10 #10 64.80 Setting up libtext-markdown-discount-perl:arm64 (0.12-1+b1) ...
12:14:10 #10 64.82 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
12:14:10 #10 64.83 Setting up libtime-moment-perl (0.44-1+b3) ...
12:14:10 #10 64.84 Setting up libencode-locale-perl (1.05-1.1) ...
12:14:10 #10 64.85 Setting up python3 (3.9.2-3) ...
12:14:11 #10 65.16 Setting up libexception-class-perl (1.44-1) ...
12:14:11 #10 65.17 Setting up python3-xdg (0.27-2) ...
12:14:11 #10 65.33 Setting up libconfig-tiny-perl (2.26-1) ...
12:14:11 #10 65.36 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ...
12:14:11 #10 65.38 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
12:14:11 #10 65.40 Setting up liblist-utilsby-perl (0.11-1) ...
12:14:11 #10 65.41 Setting up libstring-shellquote-perl (1.04-1) ...
12:14:11 #10 65.42 Setting up libsub-install-perl (0.928-1.1) ...
12:14:11 #10 65.43 Setting up dpkg-dev (1.20.12) ...
12:14:11 #10 65.46 Setting up libnumber-compare-perl (0.03-1.1) ...
12:14:11 #10 65.48 Setting up intltool-debian (0.35.0+20060710.5) ...
12:14:11 #10 65.49 Setting up liberror-perl (0.17029-1) ...
12:14:11 #10 65.50 Setting up python3-six (1.16.0-2) ...
12:14:11 #10 65.65 Setting up dh-autoreconf (20) ...
12:14:11 #10 65.67 Setting up patchutils (0.4.2-1) ...
12:14:11 #10 65.68 Setting up libmail-sendmail-perl (0.80-1.1) ...
12:14:11 #10 65.70 Setting up libltdl-dev:arm64 (2.4.6-15) ...
12:14:11 #10 65.71 Setting up libjson-maybexs-perl (1.004003-1) ...
12:14:11 #10 65.72 Setting up libxml-sax-base-perl (1.09-1.1) ...
12:14:11 #10 65.74 Setting up libio-string-perl (1.08-3.1) ...
12:14:11 #10 65.76 Setting up libreadonly-perl (2.050-3) ...
12:14:11 #10 65.78 Setting up python3-gpg (1.14.0-1+b2) ...
12:14:12 #10 65.95 Setting up python3-certifi (2020.6.20-1) ...
12:14:12 #10 66.10 Setting up libfile-find-rule-perl (0.34-1) ...
12:14:12 #10 66.11 Setting up libstring-copyright-perl (0.003006-1) ...
12:14:12 #10 66.13 Setting up libgd3:arm64 (2.3.0-2) ...
12:14:12 #10 66.14 Setting up python3-idna (2.10-1) ...
12:14:12 #10 66.35 Setting up libdata-optlist-perl (0.110-1.1) ...
12:14:12 #10 66.36 Setting up libipc-run-perl (20200505.0-1) ...
12:14:12 #10 66.38 Setting up git (1:2.30.2-1) ...
12:14:12 #10 66.45 Setting up libtext-xslate-perl (3.5.8-1+b1) ...
12:14:12 #10 66.47 Setting up python3-urllib3 (1.26.5-1~exp1) ...
12:14:12 #10 66.65 Setting up libcontextual-return-perl (0.004014-2) ...
12:14:12 #10 66.66 Setting up libwww-robotrules-perl (6.02-1) ...
12:14:12 #10 66.68 Setting up libtypes-serialiser-perl (1.01-1) ...
12:14:12 #10 66.69 Setting up libhtml-parser-perl (3.75-1+b1) ...
12:14:12 #10 66.70 Setting up libgit-wrapper-perl (0.048-1) ...
12:14:12 #10 66.73 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
12:14:12 #10 66.74 Setting up librole-tiny-perl (2.002004-1) ...
12:14:12 #10 66.76 Setting up gnupg (2.2.27-2+deb11u2) ...
12:14:12 #10 66.78 Setting up build-essential (12.9) ...
12:14:12 #10 66.79 Setting up python3-unidiff (0.5.5-2) ...
12:14:12 #10 66.94 Setting up lsb-release (11.1.0) ...
12:14:12 #10 66.96 Setting up libfont-ttf-perl (1.06-1.1) ...
12:14:12 #10 66.98 Setting up libfile-homedir-perl (1.006-1) ...
12:14:13 #10 67.00 Setting up python3-magic (2:0.4.20-3) ...
12:14:13 #10 67.15 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
12:14:13 #10 67.16 Setting up pristine-tar (1.49) ...
12:14:13 #10 67.18 Setting up libio-socket-ssl-perl (2.069-1) ...
12:14:13 #10 67.21 Setting up libsub-exporter-perl (0.987-1) ...
12:14:13 #10 67.22 Setting up libc-devtools (2.31-13+deb11u4) ...
12:14:13 #10 67.24 Setting up libalgorithm-merge-perl (0.08-3) ...
12:14:13 #10 67.26 Setting up libhttp-message-perl (6.28-1) ...
12:14:13 #10 67.28 Setting up libhtml-form-perl (6.07-1) ...
12:14:13 #10 67.29 Setting up python3-pkg-resources (52.0.0-4) ...
12:14:13 #10 67.49 Setting up libiterator-perl (0.03+ds1-1.1) ...
12:14:13 #10 67.51 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
12:14:13 #10 67.52 Setting up libjson-xs-perl (4.030-1+b1) ...
12:14:13 #10 67.54 Setting up libhttp-negotiate-perl (6.01-1) ...
12:14:13 #10 67.55 Setting up libio-prompter-perl (0.004015-1) ...
12:14:13 #10 67.56 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
12:14:13 #10 67.58 Setting up libhttp-cookies-perl (6.10-1) ...
12:14:13 #10 67.60 Setting up python3-apt (2.2.1) ...
12:14:13 #10 67.76 Setting up po-debconf (1.0.21+nmu1) ...
12:14:13 #10 67.78 Setting up libhtml-tree-perl (5.07-2) ...
12:14:13 #10 67.79 Setting up libparams-classify-perl (0.015-1+b3) ...
12:14:13 #10 67.80 Setting up libpath-iterator-rule-perl (1.014-1) ...
12:14:13 #10 67.82 Setting up libhtml-format-perl (2.12-1.1) ...
12:14:13 #10 67.83 Setting up libxml-sax-perl (1.02+dfsg-1) ...
12:14:13 #10 67.89 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:14:13 #10 67.95 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:14:14 #10 68.09 
12:14:14 #10 68.09 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:14:14 #10 68.13 Setting up python3-chardet (4.0.0-1) ...
12:14:14 #10 68.42 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:14:14 #10 68.44 Setting up libmodule-runtime-perl (0.016-1) ...
12:14:14 #10 68.45 Setting up libmailtools-perl (2.21-1) ...
12:14:14 #10 68.46 Setting up python3-debian (0.1.39) ...
12:14:14 #10 68.64 Setting up python3-requests (2.25.1+dfsg-2) ...
12:14:15 #10 68.80 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
12:14:15 #10 68.85 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:14:15 #10 68.92 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:14:15 #10 68.99 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:14:15 #10 69.14 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:14:15 #10 69.17 Setting up dh-strip-nondeterminism (1.12.0-1) ...
12:14:15 #10 69.20 Setting up libconst-fast-perl (0.014-1.1) ...
12:14:15 #10 69.21 Setting up libhttp-daemon-perl (6.12-1+deb11u1) ...
12:14:15 #10 69.22 Setting up libdata-dpath-perl (0.58-1) ...
12:14:15 #10 69.24 Setting up libmodule-implementation-perl (0.09-1.1) ...
12:14:15 #10 69.25 Setting up libpackage-stash-perl (0.39-1) ...
12:14:15 #10 69.26 Setting up libimport-into-perl (1.002005-1) ...
12:14:15 #10 69.28 Setting up libmoo-perl (2.004004-1) ...
12:14:15 #10 69.29 Setting up liblist-someutils-perl (0.58-1) ...
12:14:15 #10 69.30 Setting up debhelper (13.3.4) ...
12:14:15 #10 69.33 Setting up libmime-tools-perl (5.509-1) ...
12:14:15 #10 69.34 Setting up dput (1.1.0) ...
12:14:15 #10 69.50 Setting up liblist-someutils-xs-perl (0.58-2+b1) ...
12:14:15 #10 69.52 Setting up equivs (2.3.1) ...
12:14:15 #10 69.53 Setting up libmoox-aliases-perl (0.001006-1.1) ...
12:14:15 #10 69.55 Setting up libparams-validate-perl:arm64 (1.30-1+b1) ...
12:14:15 #10 69.57 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
12:14:15 #10 69.59 Setting up libnamespace-clean-perl (0.27-1) ...
12:14:15 #10 69.61 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
12:14:15 #10 69.63 Setting up libnamespace-autoclean-perl (0.29-1) ...
12:14:15 #10 69.65 Setting up libgitlab-api-v4-perl (0.26-1) ...
12:14:15 #10 69.67 Setting up libmoox-struct-perl (0.020-1) ...
12:14:15 #10 69.69 Setting up lintian (2.104.0) ...
12:14:15 #10 69.71 Setting up licensecheck (3.1.1-2) ...
12:14:15 #10 69.74 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:14:15 #10 69.76 Setting up libwww-perl (6.52-1) ...
12:14:16 #10 69.77 Setting up devscripts (2.21.3+deb11u1) ...
12:14:16 #10 69.94 Setting up libxml-parser-perl:arm64 (2.46-2) ...
12:14:16 #10 69.96 Setting up libxml-sax-expat-perl (0.51-1) ...
12:14:16 #10 70.01 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:14:16 #10 70.05 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:14:16 #10 70.20 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:14:16 #10 70.24 Setting up libsoap-lite-perl (1.27-1) ...
12:14:16 #10 70.30 Setting up libxmlrpc-lite-perl (0.717-4) ...
12:14:16 #10 70.31 Processing triggers for libc-bin (2.31-13+deb11u4) ...
12:14:16 #10 70.36 Processing triggers for ca-certificates (20210119) ...
12:14:16 #10 70.37 Updating certificates in /etc/ssl/certs...
12:14:16 #10 70.83 0 added, 0 removed; done.
12:14:16 #10 70.83 Running hooks in /etc/ca-certificates/update.d...
12:14:16 #10 70.83 done.
12:14:17 #10 DONE 71.1s
12:14:17 
12:14:17 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:14:17 #11 DONE 0.1s
12:14:17 
12:14:17 #12 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:14:18 #12 0.749 Hit:1 http://deb.debian.org/debian bullseye InRelease
12:14:18 #12 0.750 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
12:14:18 #12 0.751 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
12:14:18 #12 1.111 Reading package lists...
12:14:19 #12 1.945 dpkg-buildpackage: info: source package docker-ce-build-deps
12:14:19 #12 1.945 dpkg-buildpackage: info: source version 1.0
12:14:19 #12 1.945 dpkg-buildpackage: info: source distribution unstable
12:14:19 #12 1.945 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:14:19 #12 1.981  dpkg-source --before-build .
12:14:19 #12 1.981 dpkg-buildpackage: info: host architecture arm64
12:14:19 #12 2.080  debian/rules clean
12:14:19 #12 2.082 dh clean
12:14:19 #12 2.160    dh_clean
12:14:19 #12 2.195  debian/rules binary
12:14:19 #12 2.197 dh binary
12:14:19 #12 2.263    dh_update_autotools_config
12:14:19 #12 2.292    dh_autoreconf
12:14:19 #12 2.332    create-stamp debian/debhelper-build-stamp
12:14:19 #12 2.332    dh_prep
12:14:19 #12 2.361    dh_install
12:14:19 #12 2.394    dh_installdocs
12:14:19 #12 2.432    dh_installchangelogs
12:14:19 #12 2.512    dh_perl
12:14:19 #12 2.547    dh_link
12:14:19 #12 2.581    dh_strip_nondeterminism
12:14:19 #12 2.647    dh_compress
12:14:19 #12 2.689    dh_fixperms
12:14:19 #12 2.733    dh_missing
12:14:20 #12 2.759    dh_installdeb
12:14:20 #12 2.791    dh_gencontrol
12:14:20 #12 2.909    dh_md5sums
12:14:20 #12 2.945    dh_builddeb
12:14:20 #12 2.972 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:14:20 #12 2.991  dpkg-genbuildinfo --build=binary
12:14:20 #12 3.136  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_arm64.changes
12:14:20 #12 3.214 dpkg-genchanges: info: binary-only upload (no source code included)
12:14:20 #12 3.217  dpkg-source --after-build .
12:14:20 #12 3.315 dpkg-buildpackage: info: binary-only upload (no source included)
12:14:20 #12 3.320 
12:14:20 #12 3.320 The package has been created.
12:14:20 #12 3.320 Attention, the package has been created in the current directory,
12:14:20 #12 3.320 not in ".." as indicated by the message above!
12:14:20 #12 3.345 Selecting previously unselected package docker-ce-build-deps.
12:14:20 #12 3.362 (Reading database ... 28643 files and directories currently installed.)
12:14:20 #12 3.363 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:14:20 #12 3.368 Unpacking docker-ce-build-deps (1.0) ...
12:14:21 #12 3.421 Reading package lists...
12:14:21 #12 3.957 Building dependency tree...
12:14:21 #12 4.121 Reading state information...
12:14:21 #12 4.150 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:14:21 #12 4.369 Starting 2 pkgProblemResolver with broken count: 0
12:14:21 #12 4.372 Done
12:14:21 #12 4.558  Done
12:14:22 #12 4.727 Starting pkgProblemResolver with broken count: 0
12:14:22 #12 4.764 Starting 2 pkgProblemResolver with broken count: 0
12:14:22 #12 4.767 Done
12:14:22 #12 5.050 The following additional packages will be installed:
12:14:22 #12 5.051   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
12:14:22 #12 5.051   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
12:14:22 #12 5.051   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
12:14:22 #12 5.051   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
12:14:22 #12 5.052   libsystemd-dev libudev-dev libuv1 pkg-config procps
12:14:22 #12 5.053 Suggested packages:
12:14:22 #12 5.053   cmake-doc ninja-build apparmor-easyprof seccomp
12:14:22 #12 5.053 Recommended packages:
12:14:22 #12 5.053   psmisc
12:14:22 #12 5.225 The following NEW packages will be installed:
12:14:22 #12 5.225   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
12:14:22 #12 5.225   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
12:14:22 #12 5.225   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
12:14:22 #12 5.226   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
12:14:22 #12 5.226   libsystemd-dev libudev-dev libuv1 pkg-config procps
12:14:22 #12 5.502 0 upgraded, 26 newly installed, 0 to remove and 1 not upgraded.
12:14:22 #12 5.502 1 not fully installed or removed.
12:14:22 #12 5.502 Need to get 9695 kB of archives.
12:14:22 #12 5.502 After this operation, 44.0 MB of additional disk space will be used.
12:14:22 #12 5.502 Get:1 http://deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
12:14:22 #12 5.508 Get:2 http://deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
12:14:22 #12 5.517 Get:3 http://deb.debian.org/debian bullseye/main arm64 libncurses6 arm64 6.2+20201114-2 [93.2 kB]
12:14:22 #12 5.519 Get:4 http://deb.debian.org/debian bullseye/main arm64 libprocps8 arm64 2:3.3.17-5 [61.9 kB]
12:14:22 #12 5.520 Get:5 http://deb.debian.org/debian bullseye/main arm64 procps arm64 2:3.3.17-5 [497 kB]
12:14:22 #12 5.523 Get:6 http://deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
12:14:22 #12 5.524 Get:7 http://deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
12:14:22 #12 5.524 Get:8 http://deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
12:14:22 #12 5.525 Get:9 http://deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
12:14:22 #12 5.546 Get:10 http://deb.debian.org/debian bullseye/main arm64 dh-apparmor all 2.13.6-10 [75.2 kB]
12:14:22 #12 5.547 Get:11 http://deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
12:14:22 #12 5.548 Get:12 http://deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
12:14:22 #12 5.549 Get:13 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
12:14:22 #12 5.550 Get:14 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
12:14:22 #12 5.552 Get:15 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
12:14:22 #12 5.553 Get:16 http://deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7+deb11u1 [123 kB]
12:14:22 #12 5.556 Get:17 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
12:14:22 #12 5.560 Get:18 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2+deb11u1 [203 kB]
12:14:22 #12 5.563 Get:19 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2+deb11u1 [194 kB]
12:14:22 #12 5.565 Get:20 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2+deb11u1 [49.1 kB]
12:14:22 #12 5.567 Get:21 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2+deb11u1 [647 kB]
12:14:22 #12 5.571 Get:22 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
12:14:22 #12 5.572 Get:23 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
12:14:22 #12 5.574 Get:24 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
12:14:22 #12 5.575 Get:25 http://deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7+deb11u1 [401 kB]
12:14:22 #12 5.577 Get:26 http://deb.debian.org/debian bullseye/main arm64 pkg-config arm64 0.29.2-1 [63.6 kB]
12:14:23 #12 5.745 debconf: delaying package configuration, since apt-utils is not installed
12:14:23 #12 5.795 Fetched 9695 kB in 0s (28.3 MB/s)
12:14:23 #12 5.830 Selecting previously unselected package bash-completion.
12:14:23 #12 5.830 (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 ... 28647 files and directories currently installed.)
12:14:23 #12 5.847 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
12:14:23 #12 6.495 Unpacking bash-completion (1:2.11-2) ...
12:14:23 #12 6.638 Selecting previously unselected package cmake-data.
12:14:23 #12 6.641 Preparing to unpack .../01-cmake-data_3.18.4-2+deb11u1_all.deb ...
12:14:23 #12 6.649 Unpacking cmake-data (3.18.4-2+deb11u1) ...
12:14:24 #12 7.049 Selecting previously unselected package libncurses6:arm64.
12:14:24 #12 7.053 Preparing to unpack .../02-libncurses6_6.2+20201114-2_arm64.deb ...
12:14:24 #12 7.060 Unpacking libncurses6:arm64 (6.2+20201114-2) ...
12:14:24 #12 7.112 Selecting previously unselected package libprocps8:arm64.
12:14:24 #12 7.116 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_arm64.deb ...
12:14:24 #12 7.121 Unpacking libprocps8:arm64 (2:3.3.17-5) ...
12:14:24 #12 7.165 Selecting previously unselected package procps.
12:14:24 #12 7.169 Preparing to unpack .../04-procps_2%3a3.3.17-5_arm64.deb ...
12:14:24 #12 7.178 Unpacking procps (2:3.3.17-5) ...
12:14:24 #12 7.253 Selecting previously unselected package libjsoncpp24:arm64.
12:14:24 #12 7.257 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_arm64.deb ...
12:14:24 #12 7.261 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
12:14:24 #12 7.308 Selecting previously unselected package librhash0:arm64.
12:14:24 #12 7.312 Preparing to unpack .../06-librhash0_1.4.1-2_arm64.deb ...
12:14:24 #12 7.318 Unpacking librhash0:arm64 (1.4.1-2) ...
12:14:24 #12 7.367 Selecting previously unselected package libuv1:arm64.
12:14:24 #12 7.371 Preparing to unpack .../07-libuv1_1.40.0-2_arm64.deb ...
12:14:24 #12 7.374 Unpacking libuv1:arm64 (1.40.0-2) ...
12:14:24 #12 7.415 Selecting previously unselected package cmake.
12:14:24 #12 7.419 Preparing to unpack .../08-cmake_3.18.4-2+deb11u1_arm64.deb ...
12:14:24 #12 7.426 Unpacking cmake (3.18.4-2+deb11u1) ...
12:14:25 #12 7.770 Selecting previously unselected package dh-apparmor.
12:14:25 #12 7.774 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
12:14:25 #12 7.777 Unpacking dh-apparmor (2.13.6-10) ...
12:14:25 #12 7.816 Selecting previously unselected package libbtrfs0:arm64.
12:14:25 #12 7.819 Preparing to unpack .../10-libbtrfs0_5.10.1-2_arm64.deb ...
12:14:25 #12 7.824 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
12:14:25 #12 7.875 Selecting previously unselected package libbtrfs-dev:arm64.
12:14:25 #12 7.878 Preparing to unpack .../11-libbtrfs-dev_5.10.1-2_arm64.deb ...
12:14:25 #12 7.883 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
12:14:25 #12 7.935 Selecting previously unselected package dmsetup.
12:14:25 #12 7.939 Preparing to unpack .../12-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
12:14:25 #12 7.943 Unpacking dmsetup (2:1.02.175-2.1) ...
12:14:25 #12 7.991 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:14:25 #12 7.994 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
12:14:25 #12 8.000 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
12:14:25 #12 8.046 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
12:14:25 #12 8.047 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
12:14:25 #12 8.051 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
12:14:25 #12 8.085 Selecting previously unselected package libudev-dev:arm64.
12:14:25 #12 8.089 Preparing to unpack .../15-libudev-dev_247.3-7+deb11u1_arm64.deb ...
12:14:25 #12 8.094 Unpacking libudev-dev:arm64 (247.3-7+deb11u1) ...
12:14:25 #12 8.139 Selecting previously unselected package libsepol1-dev:arm64.
12:14:25 #12 8.142 Preparing to unpack .../16-libsepol1-dev_3.1-1_arm64.deb ...
12:14:25 #12 8.146 Unpacking libsepol1-dev:arm64 (3.1-1) ...
12:14:25 #12 8.221 Selecting previously unselected package libpcre2-16-0:arm64.
12:14:25 #12 8.225 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_arm64.deb ...
12:14:25 #12 8.238 Unpacking libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
12:14:25 #12 8.292 Selecting previously unselected package libpcre2-32-0:arm64.
12:14:25 #12 8.296 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_arm64.deb ...
12:14:25 #12 8.299 Unpacking libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
12:14:25 #12 8.354 Selecting previously unselected package libpcre2-posix2:arm64.
12:14:25 #12 8.357 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_arm64.deb ...
12:14:25 #12 8.364 Unpacking libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
12:14:25 #12 8.403 Selecting previously unselected package libpcre2-dev:arm64.
12:14:25 #12 8.407 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_arm64.deb ...
12:14:25 #12 8.411 Unpacking libpcre2-dev:arm64 (10.36-2+deb11u1) ...
12:14:25 #12 8.491 Selecting previously unselected package libselinux1-dev:arm64.
12:14:25 #12 8.494 Preparing to unpack .../21-libselinux1-dev_3.1-3_arm64.deb ...
12:14:25 #12 8.499 Unpacking libselinux1-dev:arm64 (3.1-3) ...
12:14:25 #12 8.564 Selecting previously unselected package libdevmapper-dev:arm64.
12:14:25 #12 8.567 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
12:14:25 #12 8.571 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
12:14:25 #12 8.605 Selecting previously unselected package libseccomp-dev:arm64.
12:14:25 #12 8.609 Preparing to unpack .../23-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
12:14:25 #12 8.614 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
12:14:25 #12 8.661 Selecting previously unselected package libsystemd-dev:arm64.
12:14:26 #12 8.665 Preparing to unpack .../24-libsystemd-dev_247.3-7+deb11u1_arm64.deb ...
12:14:26 #12 8.670 Unpacking libsystemd-dev:arm64 (247.3-7+deb11u1) ...
12:14:26 #12 8.779 Selecting previously unselected package pkg-config.
12:14:26 #12 8.783 Preparing to unpack .../25-pkg-config_0.29.2-1_arm64.deb ...
12:14:26 #12 8.788 Unpacking pkg-config (0.29.2-1) ...
12:14:26 #12 8.842 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
12:14:26 #12 8.855 Setting up libsepol1-dev:arm64 (3.1-1) ...
12:14:26 #12 8.868 Setting up libpcre2-16-0:arm64 (10.36-2+deb11u1) ...
12:14:26 #12 8.881 Setting up libbtrfs0:arm64 (5.10.1-2) ...
12:14:26 #12 8.895 Setting up libpcre2-32-0:arm64 (10.36-2+deb11u1) ...
12:14:26 #12 8.907 Setting up libuv1:arm64 (1.40.0-2) ...
12:14:26 #12 8.920 Setting up bash-completion (1:2.11-2) ...
12:14:26 #12 9.677 Setting up libncurses6:arm64 (6.2+20201114-2) ...
12:14:26 #12 9.691 Setting up pkg-config (0.29.2-1) ...
12:14:26 #12 9.743 Setting up libudev-dev:arm64 (247.3-7+deb11u1) ...
12:14:27 #12 9.755 Setting up libpcre2-posix2:arm64 (10.36-2+deb11u1) ...
12:14:27 #12 9.771 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
12:14:27 #12 9.788 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
12:14:27 #12 9.802 Setting up librhash0:arm64 (1.4.1-2) ...
12:14:27 #12 9.843 Setting up cmake-data (3.18.4-2+deb11u1) ...
12:14:27 #12 9.863 Setting up dh-apparmor (2.13.6-10) ...
12:14:27 #12 9.880 Setting up libsystemd-dev:arm64 (247.3-7+deb11u1) ...
12:14:27 #12 9.896 Setting up libprocps8:arm64 (2:3.3.17-5) ...
12:14:27 #12 9.911 Setting up libpcre2-dev:arm64 (10.36-2+deb11u1) ...
12:14:27 #12 9.923 Setting up libselinux1-dev:arm64 (3.1-3) ...
12:14:27 #12 9.935 Setting up procps (2:3.3.17-5) ...
12:14:27 #12 9.983 Setting up cmake (3.18.4-2+deb11u1) ...
12:14:27 #12 9.997 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
12:14:27 #12 10.01 Setting up dmsetup (2:1.02.175-2.1) ...
12:14:27 #12 10.02 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
12:14:27 #12 10.04 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
12:14:27 #12 10.05 Setting up docker-ce-build-deps (1.0) ...
12:14:27 #12 10.07 Processing triggers for libc-bin (2.31-13+deb11u4) ...
12:14:27 #12 10.10 Processing triggers for man-db (2.9.4-2) ...
12:14:29 #12 DONE 12.2s
12:14:29 
12:14:29 #13 [stage-1 5/8] COPY sources/ /sources
12:14:29 #13 DONE 0.1s
12:14:29 
12:14:29 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:14:31 #14 DONE 2.1s
12:14:31 
12:14:31 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:14:31 #15 DONE 0.1s
12:14:31 
12:14:31 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:14:31 #16 DONE 0.1s
12:14:31 
12:14:31 #17 exporting to image
12:14:31 #17 exporting layers
12:14:35 #17 exporting layers 3.2s done
12:14:35 #17 writing image sha256:558111ad8d8f155a75bcdaaf0037dd072591edd69955d3fa19d867d74615c29f done
12:14:35 #17 naming to docker.io/debbuild-debian-bullseye/aarch64 done
12:14:35 #17 DONE 3.2s
12:14:35 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220908081902-b40c2f6 -e VERSION=0.0.0-20220908081902-b40c2f6 -e CLI_GITCOMMIT=b40c2f6 -e ENGINE_GITCOMMIT=f219cb5 -e COMPOSE_VERSION=v2.11.2 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/debbuild/debian-bullseye:/build  debbuild-debian-bullseye/aarch64
12:14:35 + set -e
12:14:35 + mkdir -p /root/build-deb/engine
12:14:35 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:14:36 + mkdir -p /root/build-deb/cli
12:14:36 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:14:36 + mkdir -p /root/build-deb/compose
12:14:36 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:14:36 + mkdir -p /root/build-deb/scan-cli-plugin
12:14:36 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:14:36 + mkdir -p /go/src/github.com/docker
12:14:36 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:14:36 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:14:36 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:14:36 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:14:36 + EPOCH=5
12:14:36 + EPOCH_SEP=
12:14:36 + [[ ! -z 5 ]]
12:14:36 + EPOCH_SEP=:
12:14:36 + [[ -z 0.0.0-20220908081902-b40c2f6 ]]
12:14:36 + echo VERSION AAA 0.0.0-20220908081902-b40c2f6
12:14:36 VERSION AAA 0.0.0-20220908081902-b40c2f6
12:14:36 + VERSION=0.0.0-20220908081902-b40c2f6
12:14:36 + echo VERSION bbb 0.0.0-20220908081902-b40c2f6
12:14:36 VERSION bbb 0.0.0-20220908081902-b40c2f6
12:14:36 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:14:36 + debSource=docker-ce
12:14:36 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:14:36 + debMaintainer='Docker <support@docker.com>'
12:14:36 ++ date --rfc-2822
12:14:36 + debDate='Mon, 03 Oct 2022 12:14:36 +0000'
12:14:36 + cat
12:14:36 + export CLI_GITCOMMIT=b40c2f6
12:14:36 + CLI_GITCOMMIT=b40c2f6
12:14:36 + export ENGINE_GITCOMMIT=f219cb5
12:14:36 + ENGINE_GITCOMMIT=f219cb5
12:14:36 + export SCAN_GITCOMMIT=061fe0a
12:14:36 + SCAN_GITCOMMIT=061fe0a
12:14:36 + echo VERSION BBB 0.0.0-20220908081902-b40c2f6
12:14:36 + dpkg-buildpackage -uc -us -I.git
12:14:36 VERSION BBB 0.0.0-20220908081902-b40c2f6
12:14:36 dpkg-buildpackage: info: source package docker-ce
12:14:36 dpkg-buildpackage: info: source version 5:0.0.0-20220908081902-b40c2f6-0~debian-bullseye
12:14:36 dpkg-buildpackage: info: source distribution bullseye
12:14:36 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:14:36 dpkg-buildpackage: info: host architecture arm64
12:14:36  dpkg-source -I.git --before-build .
12:14:36  debian/rules clean
12:14:36 dh clean --with=bash-completion --with=systemd
12:14:36    dh_clean
12:14:37  dpkg-source -I.git -b .
12:14:37 dpkg-source: warning: native package version may not have a revision
12:14:37 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220908081902-b40c2f6-0~debian'
12:14:37 dpkg-source: info: using source format '1.0'
12:14:37 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye.tar.gz
12:14:47 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye.dsc
12:14:47  debian/rules build
12:14:47 dh build --with=bash-completion --with=systemd
12:14:47    dh_update_autotools_config
12:14:47    dh_autoreconf
12:14:47    debian/rules override_dh_auto_build
12:14:47 make[1]: Entering directory '/root/build-deb'
12:14:47 # Build the daemon and dependencies
12:14:47 cd engine && DOCKER_GITCOMMIT=f219cb5 PRODUCT=docker ./hack/make.sh dynbinary
12:14:47 
12:14:47 Removing bundles/
12:14:47 
12:14:47 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:14:47 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:14:47 GOOS="" GOARCH="" GOARM=""
12:16:08 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:16:08 
12:16:08 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:16:08 + RM_GOPATH=0
12:16:08 + TMP_GOPATH=/go
12:16:08 + : /usr/local/bin
12:16:08 + '[' -z /go ']'
12:16:08 + export GOPATH=/go
12:16:08 + GOPATH=/go
12:16:08 + case "$(go env GOARCH)" in
12:16:08 ++ go env GOARCH
12:16:08 + export GO_BUILDMODE=-buildmode=pie
12:16:08 + GO_BUILDMODE=-buildmode=pie
12:16:08 ++ dirname hack/dockerfile/install/install.sh
12:16:08 + dir=hack/dockerfile/install
12:16:08 + bin=tini
12:16:08 + shift
12:16:08 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:16:08 + . hack/dockerfile/install/tini.installer
12:16:08 ++ : v0.19.0
12:16:08 + install_tini
12:16:08 + echo 'Install tini version v0.19.0'
12:16:08 + git clone https://github.com/krallin/tini.git /go/tini
12:16:08 Install tini version v0.19.0
12:16:08 Cloning into '/go/tini'...
12:16:08 + cd /go/tini
12:16:08 + git checkout -q v0.19.0
12:16:08 + cmake .
12:16:08 -- The C compiler identification is GNU 10.2.1
12:16:08 -- Detecting C compiler ABI info
12:16:08 -- Detecting C compiler ABI info - done
12:16:08 -- Check for working C compiler: /usr/bin/cc - skipped
12:16:08 -- Detecting C compile features
12:16:08 -- Detecting C compile features - done
12:16:08 -- Performing Test HAS_BUILTIN_FORTIFY
12:16:08 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
12:16:08 -- Configuring done
12:16:08 -- Generating done
12:16:08 -- Build files have been written to: /go/tini
12:16:08 + make tini-static
12:16:08 make[2]: Entering directory '/go/tini'
12:16:08 make[3]: Entering directory '/go/tini'
12:16:08 make[4]: Entering directory '/go/tini'
12:16:08 make[5]: Entering directory '/go/tini'
12:16:08 Scanning dependencies of target tini-static
12:16:08 make[5]: Leaving directory '/go/tini'
12:16:08 make[5]: Entering directory '/go/tini'
12:16:08 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:16:08 [100%] Linking C executable tini-static
12:16:08 make[5]: Leaving directory '/go/tini'
12:16:08 [100%] Built target tini-static
12:16:08 make[4]: Leaving directory '/go/tini'
12:16:08 make[3]: Leaving directory '/go/tini'
12:16:08 make[2]: Leaving directory '/go/tini'
12:16:08 + mkdir -p /usr/local/bin
12:16:08 + cp tini-static /usr/local/bin/docker-init
12:16:08 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
12:16:08 + RM_GOPATH=0
12:16:08 + TMP_GOPATH=/go
12:16:08 + : /usr/local/bin
12:16:08 + '[' -z /go ']'
12:16:08 + export GOPATH=/go
12:16:08 + GOPATH=/go
12:16:08 + case "$(go env GOARCH)" in
12:16:08 ++ go env GOARCH
12:16:08 + export GO_BUILDMODE=-buildmode=pie
12:16:08 + GO_BUILDMODE=-buildmode=pie
12:16:08 ++ dirname hack/dockerfile/install/install.sh
12:16:08 + dir=hack/dockerfile/install
12:16:08 + bin=proxy
12:16:08 + shift
12:16:08 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
12:16:08 + . hack/dockerfile/install/proxy.installer
12:16:08 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
12:16:08 + install_proxy dynamic
12:16:08 + case "$1" in
12:16:08 + install_proxy_dynamic
12:16:08 + export PROXY_LDFLAGS=-linkmode=external install_proxy
12:16:08 + PROXY_LDFLAGS=-linkmode=external
12:16:08 + export BUILD_MODE=-buildmode=pie
12:16:08 + BUILD_MODE=-buildmode=pie
12:16:08 + _install_proxy
12:16:08 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
12:16:08 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
12:16:08 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
12:16:08 Cloning into '/go/src/github.com/docker/libnetwork'...
12:16:08 + cd /go/src/github.com/docker/libnetwork
12:16:08 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
12:16:08 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
12:16:08 + return
12:16:08 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:16:08 + RM_GOPATH=0
12:16:08 + TMP_GOPATH=/go
12:16:08 + : /usr/local/bin
12:16:08 + '[' -z /go ']'
12:16:08 + export GOPATH=/go
12:16:08 + GOPATH=/go
12:16:08 + case "$(go env GOARCH)" in
12:16:08 ++ go env GOARCH
12:16:08 + export GO_BUILDMODE=-buildmode=pie
12:16:08 + GO_BUILDMODE=-buildmode=pie
12:16:08 ++ dirname hack/dockerfile/install/install.sh
12:16:08 + dir=hack/dockerfile/install
12:16:08 + bin=rootlesskit
12:16:08 + shift
12:16:08 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:16:08 + . hack/dockerfile/install/rootlesskit.installer
12:16:08 ++ : v0.14.4
12:16:08 + install_rootlesskit dynamic
12:16:08 + case "$1" in
12:16:08 + install_rootlesskit_dynamic
12:16:08 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:16:08 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:16:08 + export BUILD_MODE=-buildmode=pie
12:16:08 + BUILD_MODE=-buildmode=pie
12:16:08 + _install_rootlesskit
12:16:08 + echo 'Install rootlesskit version v0.14.4'
12:16:08 Install rootlesskit version v0.14.4
12:16:08 + for f in rootlesskit rootlesskit-docker-proxy
12:16:08 + GOBIN=/usr/local/bin
12:16:08 + GO111MODULE=on
12:16:08 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
12:16:08 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
12:16:08 go: downloading github.com/pkg/errors v0.9.1
12:16:08 go: downloading github.com/sirupsen/logrus v1.8.1
12:16:08 go: downloading github.com/urfave/cli/v2 v2.3.0
12:16:08 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
12:16:08 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
12:16:08 go: downloading github.com/google/uuid v1.3.0
12:16:08 go: downloading github.com/moby/vpnkit v0.5.0
12:16:08 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:16:08 go: downloading github.com/gofrs/flock v0.8.1
12:16:08 go: downloading github.com/gorilla/mux v1.8.0
12:16:08 go: downloading github.com/moby/sys/mountinfo v0.4.1
12:16:08 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
12:16:08 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
12:16:09 go: downloading github.com/u-root/u-root v7.0.0+incompatible
12:16:09 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:16:14 + for f in rootlesskit rootlesskit-docker-proxy
12:16:14 + GOBIN=/usr/local/bin
12:16:14 + GO111MODULE=on
12:16:14 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
12:16:15 + return
12:16:15 # Build the CLI
12:16:15 cd /go/src/github.com/docker/cli && \
12:16:15 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220908081902-b40c2f6 GITCOMMIT=b40c2f6 dynbinary manpages
12:16:15 make[2]: Entering directory '/root/build-deb/cli'
12:16:15 GO_LINKMODE=dynamic ./scripts/build/binary
12:16:15 Building dynamic docker-linux-arm64
12:17:23 scripts/docs/generate-man.sh
12:18:19 Project root: /go/src/github.com/docker/cli
12:18:19 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
12:18:19 2022/10/03 12:18:18 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
12:18:19 make[2]: Leaving directory '/root/build-deb/cli'
12:18:19 # Build the compose plugin
12:18:19 cd /go/src/github.com/docker/compose \
12:18:19 && make VERSION=v2.11.2 DESTDIR=/usr/libexec/docker/cli-plugins build
12:18:19 make[2]: Entering directory '/root/build-deb/compose'
12:18:19 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.11.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:18:19 go: downloading github.com/docker/cli v20.10.3-0.20220309205733-2b52f62e9627+incompatible
12:18:19 go: downloading github.com/spf13/cobra v1.5.0
12:18:19 go: downloading github.com/fvbommel/sortorder v1.0.2
12:18:19 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
12:18:19 go: downloading github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae
12:18:19 go: downloading github.com/morikuni/aec v1.0.0
12:18:19 go: downloading github.com/spf13/pflag v1.0.5
12:18:19 go: downloading github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible
12:18:19 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:18:20 go: downloading github.com/docker/go-connections v0.4.0
12:18:20 go: downloading github.com/sirupsen/logrus v1.9.0
12:18:20 go: downloading github.com/theupdateframework/notary v0.7.0
12:18:20 go: downloading github.com/compose-spec/compose-go v1.6.0
12:18:20 go: downloading github.com/hashicorp/go-version v1.6.0
12:18:20 go: downloading github.com/cnabio/cnab-to-oci v0.3.7
12:18:20 go: downloading github.com/distribution/distribution/v3 v3.0.0-20220902125104-0122d7ddaec0
12:18:20 go: downloading github.com/docker/buildx v0.8.2
12:18:20 go: downloading github.com/docker/go-units v0.5.0
12:18:20 go: downloading github.com/mattn/go-shellwords v1.0.12
12:18:20 go: downloading github.com/moby/buildkit v0.10.4
12:18:20 go: downloading go.opentelemetry.io/otel v1.10.0
12:18:20 go: downloading github.com/opencontainers/go-digest v1.0.0
12:18:20 go: downloading github.com/containerd/containerd v1.6.8
12:18:20 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:18:20 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:18:20 go: downloading golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
12:18:20 go: downloading gopkg.in/yaml.v2 v2.4.0
12:18:20 go: downloading k8s.io/client-go v0.22.4
12:18:20 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:18:20 go: downloading github.com/cnabio/cnab-go v0.23.4
12:18:20 go: downloading github.com/imdario/mergo v0.3.13
12:18:21 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:18:21 go: downloading golang.org/x/text v0.3.7
12:18:21 go: downloading github.com/mattn/go-isatty v0.0.16
12:18:21 go: downloading github.com/buger/goterm v1.0.4
12:18:21 go: downloading github.com/containerd/console v1.0.3
12:18:21 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:18:21 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:18:21 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:18:21 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:18:21 go: downloading go.opentelemetry.io/otel/trace v1.10.0
12:18:21 go: downloading github.com/go-logr/logr v1.2.3
12:18:21 go: downloading k8s.io/api v0.22.4
12:18:21 go: downloading k8s.io/apimachinery v0.22.4
12:18:21 go: downloading github.com/gofrs/flock v0.8.0
12:18:21 go: downloading github.com/moby/sys/signal v0.6.0
12:18:21 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:18:21 go: downloading github.com/golang/mock v1.6.0
12:18:21 go: downloading google.golang.org/grpc v1.45.0
12:18:22 go: downloading github.com/klauspost/compress v1.15.1
12:18:22 go: downloading github.com/opencontainers/runc v1.1.2
12:18:22 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:18:22 go: downloading github.com/hashicorp/errwrap v1.1.0
12:18:22 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:18:22 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3
12:18:22 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:18:22 go: downloading golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
12:18:22 go: downloading golang.org/x/crypto v0.0.0-20220214200702-86341886e292
12:18:22 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:18:22 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:18:22 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
12:18:22 go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4
12:18:22 go: downloading github.com/moby/locker v1.0.1
12:18:22 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:18:22 go: downloading k8s.io/klog/v2 v2.60.1
12:18:22 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:18:22 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:18:22 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:18:22 go: downloading google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106
12:18:22 go: downloading google.golang.org/protobuf v1.27.1
12:18:23 go: downloading github.com/go-logr/stdr v1.2.2
12:18:23 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:18:23 go: downloading github.com/gogo/protobuf v1.3.2
12:18:23 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:18:23 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:18:23 go: downloading github.com/pelletier/go-toml v1.9.4
12:18:23 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:18:23 go: downloading github.com/google/gofuzz v1.2.0
12:18:23 go: downloading github.com/moby/sys/symlink v0.2.0
12:18:23 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:18:24 go: downloading github.com/golang/protobuf v1.5.2
12:18:24 go: downloading github.com/gogo/googleapis v1.4.1
12:18:24 go: downloading github.com/containerd/typeurl v1.0.2
12:18:24 go: downloading github.com/qri-io/jsonpointer v0.1.1
12:18:24 go: downloading github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e
12:18:24 go: downloading github.com/Masterminds/semver v1.5.0
12:18:24 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:18:24 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:18:24 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:18:24 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:18:24 go: downloading github.com/felixge/httpsnoop v1.0.2
12:18:24 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:18:24 go: downloading github.com/davecgh/go-spew v1.1.1
12:18:24 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:18:24 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:18:24 go: downloading gopkg.in/inf.v0 v0.9.1
12:18:24 go: downloading github.com/googleapis/gnostic v0.5.5
12:18:24 go: downloading github.com/google/go-cmp v0.5.8
12:18:24 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:18:24 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
12:18:24 go: downloading github.com/docker/go-metrics v0.0.1
12:18:24 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:18:24 go: downloading github.com/json-iterator/go v1.1.12
12:18:24 go: downloading github.com/modern-go/reflect2 v1.0.2
12:18:24 go: downloading sigs.k8s.io/yaml v1.2.0
12:18:24 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:18:24 go: downloading github.com/mattn/go-colorable v0.1.12
12:18:24 go: downloading github.com/prometheus/client_golang v1.12.1
12:18:24 go: downloading gopkg.in/yaml.v3 v3.0.1
12:18:24 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:18:24 go: downloading github.com/containerd/ttrpc v1.1.0
12:18:24 go: downloading github.com/moby/spdystream v0.2.0
12:18:24 go: downloading github.com/beorn7/perks v1.0.1
12:18:24 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:18:24 go: downloading github.com/prometheus/client_model v0.2.0
12:18:24 go: downloading github.com/prometheus/common v0.32.1
12:18:24 go: downloading github.com/prometheus/procfs v0.7.3
12:18:24 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:20:01 make[2]: Leaving directory '/root/build-deb/compose'
12:20:01 # Build the scan-plugin
12:20:01 # TODO change once we support scan-plugin on other architectures
12:20:01 if [ "arm64" = "amd64" ]; then \
12:20:01 	cd /go/src/github.com/docker/scan-cli-plugin \
12:20:01 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
12:20:01 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:20:01 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:20:01 fi
12:20:01 # Build the CLI plugins
12:20:01 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
12:20:01 set -e;cd /sources && \
12:20:01 	tar xzf plugin-installers.tgz; \
12:20:01 	for installer in plugins/*.installer; do \
12:20:01 		LDFLAGS='' bash ${installer} build; \
12:20:01 	done
12:20:01 Cloning into '/go/src/github.com/docker/app'...
12:20:01 Fetching origin
12:20:01 make[2]: Entering directory '/go/src/github.com/docker/app'
12:20:01 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
12:20:47 make[2]: Leaving directory '/go/src/github.com/docker/app'
12:20:47 Cloning into '/go/src/github.com/docker/buildx'...
12:20:47 Fetching origin
12:20:47 + GO111MODULE=on
12:20:47 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.9.1-docker -X github.com/docker/buildx/version.Revision=ed00243a0ce2a0aee75311b06e32d33b44729689 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
12:22:09 make[1]: Leaving directory '/root/build-deb'
12:22:09    debian/rules override_dh_auto_test
12:22:09 make[1]: Entering directory '/root/build-deb'
12:22:09 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:22:09 	test "$ver" = "Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:22:09 PASS: daemon version OK
12:22:09 ver="$(cli/build/docker --version)"; \
12:22:09 	test "$ver" = "Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:22:09 PASS: cli version OK
12:22:09 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:22:09 	test "$ver" = "v2.11.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:22:09 PASS: docker-compose version OK
12:22:09 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:22:09 # TODO change once we support scan-plugin on other architectures
12:22:09 if [ "arm64" = "amd64" ]; then \
12:22:09 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:22:09 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:22:09 fi
12:22:09 make[1]: Leaving directory '/root/build-deb'
12:22:09    create-stamp debian/debhelper-build-stamp
12:22:09  debian/rules binary
12:22:09 dh binary --with=bash-completion --with=systemd
12:22:09    dh_testroot
12:22:09    dh_prep
12:22:09    debian/rules override_dh_auto_install
12:22:09 make[1]: Entering directory '/root/build-deb'
12:22:09 # docker-ce-cli install
12:22:09 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
12:22:09 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:22:09 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:22:09 set -e;cd /sources && \
12:22:09 	tar xzf plugin-installers.tgz; \
12:22:09 	for installer in plugins/*.installer; do \
12:22:09 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
12:22:09 		PREFIX=/usr/libexec/docker/cli-plugins \
12:22:09 			bash ${installer} install_plugin; \
12:22:09 	done
12:22:09 # docker-ce install
12:22:09 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:22:09 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:22:09 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6 debian/docker-ce/usr/bin/dockerd
12:22:09 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:22:09 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:22:09 # docker-compose-plugin install
12:22:09 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:22:09 # docker-scan-plugin install
12:22:09 # TODO change once we support scan-plugin on other architectures
12:22:09 if [ "arm64" = "amd64" ]; then \
12:22:09 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:22:09 fi
12:22:09 # docker-ce-rootless-extras install
12:22:09 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:22:09 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:22:09 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:22:09 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:22:09 # TODO: how can we install vpnkit?
12:22:09 make[1]: Leaving directory '/root/build-deb'
12:22:09    debian/rules override_dh_install
12:22:09 make[1]: Entering directory '/root/build-deb'
12:22:09 dh_install
12:22:09 # TODO Can we do this from within our container?
12:22:09 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:22:09 make[1]: Leaving directory '/root/build-deb'
12:22:09    dh_installdocs
12:22:09    dh_installchangelogs
12:22:09    dh_installman
12:22:09    dh_bash-completion
12:22:09    dh_systemd_enable
12:22:09    debian/rules override_dh_installinit
12:22:09 make[1]: Entering directory '/root/build-deb'
12:22:09 # use "docker" as our service name, not "docker-ce"
12:22:09 dh_installinit --name=docker
12:22:09 make[1]: Leaving directory '/root/build-deb'
12:22:09    dh_systemd_start
12:22:09    dh_perl
12:22:09    dh_link
12:22:09    dh_strip_nondeterminism
12:22:09    dh_compress
12:22:09    dh_fixperms
12:22:09    dh_missing
12:22:09    debian/rules override_dh_strip
12:22:09 make[1]: Entering directory '/root/build-deb'
12:22:09 # Go has lots of problems with stripping, so just don't
12:22:09 make[1]: Leaving directory '/root/build-deb'
12:22:09    dh_makeshlibs
12:22:09    debian/rules override_dh_shlibdeps
12:22:09 make[1]: Entering directory '/root/build-deb'
12:22:09 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:22:11 make[1]: Leaving directory '/root/build-deb'
12:22:11    dh_installdeb
12:22:11    debian/rules override_dh_gencontrol
12:22:11 make[1]: Entering directory '/root/build-deb'
12:22:11 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:22:11 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:22:11 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
12:22:11 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:22:11 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:22:11 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:22:11 if [ "arm64" = "amd64" ]; then \
12:22:11 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
12:22:11 fi
12:22:11 dh_gencontrol --remaining-packages
12:22:11 make[1]: Leaving directory '/root/build-deb'
12:22:11    dh_md5sums
12:22:12    debian/rules override_dh_builddeb
12:22:12 make[1]: Entering directory '/root/build-deb'
12:22:12 dh_builddeb -- -Zxz
12:22:12 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.deb'.
12:22:12 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.deb'.
12:22:27 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.11.2~debian-bullseye_arm64.deb'.
12:22:45 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.deb'.
12:23:31 make[1]: Leaving directory '/root/build-deb'
12:23:31  dpkg-genbuildinfo
12:23:31  dpkg-genchanges  >../docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.changes
12:23:31 dpkg-genchanges: info: including full source code in upload
12:23:31  dpkg-source -I.git --after-build .
12:23:31 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:23:31 + destination=/build
12:23:31 + mkdir -p /build
12:23:31 + mv -v /root/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.deb /root/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.deb /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye.dsc /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye.tar.gz /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.buildinfo /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.changes /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.deb /root/docker-compose-plugin_2.11.2~debian-bullseye_arm64.deb /build
12:23:31 copied '/root/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.deb' -> '/build/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.deb'
12:23:31 removed '/root/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.deb'
12:23:31 copied '/root/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.deb'
12:23:31 removed '/root/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.deb'
12:23:31 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye.dsc' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye.dsc'
12:23:31 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye.dsc'
12:23:31 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye.tar.gz'
12:23:31 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye.tar.gz'
12:23:31 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.buildinfo' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.buildinfo'
12:23:31 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.buildinfo'
12:23:31 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.changes' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.changes'
12:23:31 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.changes'
12:23:31 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.deb' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.deb'
12:23:31 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~debian-bullseye_arm64.deb'
12:23:31 copied '/root/docker-compose-plugin_2.11.2~debian-bullseye_arm64.deb' -> '/build/docker-compose-plugin_2.11.2~debian-bullseye_arm64.deb'
12:23:31 removed '/root/docker-compose-plugin_2.11.2~debian-bullseye_arm64.deb'
12:23:32 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
12:23:33 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'