Skip to content

Console Output

10:59:05 + make REF=20.10 debian-bullseye
10:59:05 git init src/github.com/docker/cli
10:59:05 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
10:59:05 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
10:59:05 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
10:59:05 + SRC=src/github.com/docker/cli
10:59:05 + REF=20.10
10:59:05 + REF_FETCH=20.10
10:59:05 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
10:59:05 + awk {print $2}
10:59:05 + REF=refs/heads/20.10
10:59:05 + [ -n refs/heads/20.10 ]
10:59:05 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:05 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:07 From https://github.com/docker/cli
10:59:07  * [new branch]      20.10      -> 20.10
10:59:07  * [new branch]      20.10      -> origin/20.10
10:59:07 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
10:59:07 git init src/github.com/docker/docker
10:59:07 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
10:59:07 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
10:59:07 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
10:59:07 + SRC=src/github.com/docker/docker
10:59:07 + REF=20.10
10:59:07 + REF_FETCH=20.10
10:59:07 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
10:59:07 + awk {print $2}
10:59:07 + REF=refs/heads/20.10
10:59:07 + [ -n refs/heads/20.10 ]
10:59:07 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:07 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:10 From https://github.com/docker/docker
10:59:10  * [new branch]      20.10      -> 20.10
10:59:10  * [new branch]      20.10      -> origin/20.10
10:59:10 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
10:59:10 git init src/github.com/docker/compose
10:59:10 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
10:59:10 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
10:59:10 ./scripts/checkout.sh src/github.com/docker/compose "v2.7.0"
10:59:10 + SRC=src/github.com/docker/compose
10:59:10 + REF=v2.7.0
10:59:10 + REF_FETCH=v2.7.0
10:59:10 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.7.0
10:59:10 + awk {print $2}
10:59:10 + REF=refs/tags/v2.7.0
10:59:10 + [ -n refs/tags/v2.7.0 ]
10:59:10 + REF_FETCH=refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:10 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:10 From https://github.com/docker/compose
10:59:10  * [new tag]         v2.7.0     -> v2.7.0
10:59:10 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.7.0
10:59:10 git init src/github.com/docker/scan-cli-plugin
10:59:10 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
10:59:10 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
10:59:10 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
10:59:10 + SRC=src/github.com/docker/scan-cli-plugin
10:59:10 + REF=v0.17.0
10:59:10 + REF_FETCH=v0.17.0
10:59:10 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
10:59:10 + awk {print $2}
10:59:10 + REF=refs/tags/v0.17.0
10:59:10 + [ -n refs/tags/v0.17.0 ]
10:59:10 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
10:59:10 + 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
10:59:10 From https://github.com/docker/scan-cli-plugin
10:59:10  * [new tag]         v0.17.0    -> v0.17.0
10:59:10 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
10:59:10 make -C deb VERSION=0.0.1-dev GO_VERSION=1.17.13 debian-bullseye
10:59:10 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
10:59:10 mkdir -p sources
10:59:10 docker run --rm -w /v \
10:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
10:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:10 	alpine \
10:59:10 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
10:59:10 Unable to find image 'alpine:latest' locally
10:59:11 latest: Pulling from library/alpine
10:59:11 f97344484467: Pulling fs layer
10:59:11 f97344484467: Verifying Checksum
10:59:11 f97344484467: Download complete
10:59:11 f97344484467: Pull complete
10:59:11 Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872
10:59:11 Status: Downloaded newer image for alpine:latest
10:59:16 mkdir -p sources
10:59:16 docker run --rm -w /v \
10:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
10:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:16 	alpine \
10:59:16 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
10:59:19 mkdir -p sources
10:59:19 docker run --rm -w /v \
10:59:19 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
10:59:19 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:19 	alpine \
10:59:19 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
10:59:20 mkdir -p sources
10:59:20 docker run --rm -w /v \
10:59:20 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
10:59:20 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:20 	alpine \
10:59:20 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
10:59:20 mkdir -p sources
10:59:20 cp ../systemd/docker.service sources/docker.service
10:59:20 mkdir -p sources
10:59:20 cp ../systemd/docker.socket sources/docker.socket
10:59:20 docker run --rm -w /v \
10:59:20 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
10:59:20 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:20 	alpine \
10:59:20 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
10:59:21 == Building packages for debian-bullseye ==
10:59:21 mkdir -p "debbuild/debian-bullseye"
10:59:21 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.13-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/aarch64 -f debian-bullseye/Dockerfile .
10:59:21 #1 [internal] load build definition from Dockerfile
10:59:21 #1 sha256:0be90fe0f5fd1f65445513523f5508280fddddddaf9364152889e33e10f515c7
10:59:21 #1 transferring dockerfile: 922B done
10:59:21 #1 DONE 0.0s
10:59:21 
10:59:21 #2 [internal] load .dockerignore
10:59:21 #2 sha256:1e2b59110cef2aca676239ba346bc72e354ef92c32613c2078bcce7a4b1f8b52
10:59:21 #2 transferring context: 2B done
10:59:21 #2 DONE 0.0s
10:59:21 
10:59:21 #5 [auth] library/golang:pull token for registry-1.docker.io
10:59:21 #5 sha256:642fa2db4d5d95e8cdd049c8e7658036c8a17e38b9083b37766de835eea93bf5
10:59:21 #5 DONE 0.0s
10:59:21 
10:59:21 #6 [auth] library/debian:pull token for registry-1.docker.io
10:59:21 #6 sha256:18ce7c27eca1dd79b13893ebf95e67ceac4295997574ce8fadb918f230caf190
10:59:21 #6 DONE 0.0s
10:59:21 
10:59:21 #4 [internal] load metadata for docker.io/library/golang:1.17.13-buster
10:59:21 #4 sha256:435e7632093f904481779f1a66c0d23d7641c0855ef1553e4dd30adc277a04fd
10:59:21 #4 DONE 0.3s
10:59:21 
10:59:21 #3 [internal] load metadata for docker.io/library/debian:bullseye
10:59:21 #3 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9
10:59:21 #3 DONE 0.3s
10:59:21 
10:59:21 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55
10:59:21 #7 sha256:9ba39cb572c0a44d7873dd23b4ec5e5ffc028915971aa35e827c3d588b4296d0
10:59:21 #7 resolve docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 0.0s done
10:59:22 #7 sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 1.85kB / 1.85kB done
10:59:22 #7 sha256:ede74d90543e4dedd6662653de639d72e82640717f99041591dc9f34c186f0f9 529B / 529B done
10:59:22 #7 sha256:585393df054ae3733a18ba06108b2cee169be81198dde54e073526e856ff9a01 1.48kB / 1.48kB done
10:59:22 #7 sha256:114ba63dd73a866ac1bb59fe594dfd218f44ac9b4fa4b2c68499da5584fcfa9d 2.10MB / 53.68MB 0.1s
10:59:22 #7 ...
10:59:22 
10:59:22 #9 [internal] load build context
10:59:22 #9 sha256:3653be73f8ff3d1d6029abc9aaf30030be6f3badec77cf4a5b72e8520de899c4
10:59:22 #9 transferring context: 19.79MB 0.2s done
10:59:22 #9 DONE 0.2s
10:59:22 
10:59:22 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55
10:59:22 #7 sha256:9ba39cb572c0a44d7873dd23b4ec5e5ffc028915971aa35e827c3d588b4296d0
10:59:22 #7 sha256:114ba63dd73a866ac1bb59fe594dfd218f44ac9b4fa4b2c68499da5584fcfa9d 11.53MB / 53.68MB 0.2s
10:59:22 #7 sha256:114ba63dd73a866ac1bb59fe594dfd218f44ac9b4fa4b2c68499da5584fcfa9d 22.02MB / 53.68MB 0.3s
10:59:22 #7 sha256:114ba63dd73a866ac1bb59fe594dfd218f44ac9b4fa4b2c68499da5584fcfa9d 31.46MB / 53.68MB 0.4s
10:59:22 #7 sha256:114ba63dd73a866ac1bb59fe594dfd218f44ac9b4fa4b2c68499da5584fcfa9d 51.38MB / 53.68MB 0.6s
10:59:23 #7 sha256:114ba63dd73a866ac1bb59fe594dfd218f44ac9b4fa4b2c68499da5584fcfa9d 53.68MB / 53.68MB 1.3s done
10:59:23 #7 extracting sha256:114ba63dd73a866ac1bb59fe594dfd218f44ac9b4fa4b2c68499da5584fcfa9d
10:59:26 #7 extracting sha256:114ba63dd73a866ac1bb59fe594dfd218f44ac9b4fa4b2c68499da5584fcfa9d 3.2s done
10:59:27 #7 DONE 4.9s
10:59:27 
10:59:27 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
10:59:27 #13 sha256:80f656a7fc0c9a56c0414b52b580ece15446fcb75b09b6f4b150b0c6e61b42d0
10:59:27 #13 resolve docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 0.0s done
10:59:27 #13 sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 1.86kB / 1.86kB done
10:59:27 #13 sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862 49.23MB / 49.23MB 0.9s done
10:59:27 #13 sha256:6a5d1ed6a27dab15e77b7afa9c8697a170f017a73ec9ea8f3f00d5f322e1d3ab 7.72MB / 7.72MB 0.2s done
10:59:27 #13 sha256:e2bc327932368ef7b63a3ba3fec80b25836271aea01e4218691d7ea5c7d3530d 1.79kB / 1.79kB done
10:59:27 #13 sha256:3cd80618bcb7f97eeb7979d171339a878994ac69b63511f6a49cf48abed98197 7.13kB / 7.13kB done
10:59:27 #13 sha256:1186afd5d5e89c602b988d31dd5210c9e3c19435f849f6cc4a6a22a2388e83cf 9.77MB / 9.77MB 0.4s done
10:59:27 #13 sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 52.17MB / 52.17MB 1.7s done
10:59:27 #13 extracting sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862 2.9s done
10:59:27 #13 sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 62.47MB / 62.47MB 2.5s done
10:59:27 #13 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 102.82MB / 102.82MB 3.6s done
10:59:27 #13 sha256:2af36d48bd2b561139df983cd4f373a63969c05069fa366b3aa84dcaf42c4329 125B / 125B 1.7s done
10:59:27 #13 extracting sha256:6a5d1ed6a27dab15e77b7afa9c8697a170f017a73ec9ea8f3f00d5f322e1d3ab 0.5s done
10:59:27 #13 extracting sha256:1186afd5d5e89c602b988d31dd5210c9e3c19435f849f6cc4a6a22a2388e83cf 0.3s done
10:59:27 #13 extracting sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 0.1s
10:59:30 #13 extracting sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 3.0s done
10:59:30 #13 extracting sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab
10:59:32 #13 extracting sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 2.6s done
10:59:32 #13 extracting sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3
10:59:33 #13 ...
10:59:33 
10:59:33 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
10:59:33 #8 sha256:de321459e57141487bd9c55f7febd5b0a34e9ab593cc8e9d9b62a4e8fdb16ae4
10:59:33 #8 0.877 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
10:59:33 #8 0.897 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
10:59:33 #8 0.900 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
10:59:33 #8 1.075 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8069 kB]
10:59:33 #8 1.253 Get:5 http://deb.debian.org/debian-security bullseye-security/main arm64 Packages [169 kB]
10:59:33 #8 1.595 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2600 B]
10:59:33 #8 2.245 Fetched 8449 kB in 2s (5133 kB/s)
10:59:33 #8 2.245 Reading package lists...
10:59:33 #8 2.798 Reading package lists...
10:59:33 #8 3.349 Building dependency tree...
10:59:33 #8 3.513 Reading state information...
10:59:33 #8 3.773 The following additional packages will be installed:
10:59:33 #8 3.773   autoconf automake autopoint autotools-dev binutils
10:59:33 #8 3.773   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
10:59:33 #8 3.773   bzip2 ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring
10:59:33 #8 3.773   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
10:59:33 #8 3.773   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
10:59:33 #8 3.773   g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
10:59:33 #8 3.773   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
10:59:33 #8 3.773   intltool-debian iso-codes less libalgorithm-diff-perl
10:59:33 #8 3.773   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
10:59:33 #8 3.773   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13
10:59:33 #8 3.773   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
10:59:33 #8 3.773   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
10:59:33 #8 3.773   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0
10:59:33 #8 3.773   libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl
10:59:33 #8 3.773   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
10:59:33 #8 3.773   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
10:59:33 #8 3.773   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
10:59:33 #8 3.773   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
10:59:33 #8 3.773   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
10:59:33 #8 3.773   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
10:59:33 #8 3.773   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
10:59:33 #8 3.773   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
10:59:33 #8 3.773   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
10:59:33 #8 3.773   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
10:59:33 #8 3.773   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
10:59:33 #8 3.773   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
10:59:33 #8 3.773   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
10:59:33 #8 3.773   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
10:59:33 #8 3.773   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
10:59:33 #8 3.773   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
10:59:33 #8 3.773   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
10:59:33 #8 3.773   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
10:59:33 #8 3.773   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
10:59:33 #8 3.773   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
10:59:33 #8 3.773   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
10:59:33 #8 3.773   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
10:59:33 #8 3.773   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
10:59:33 #8 3.773   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
10:59:33 #8 3.773   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
10:59:33 #8 3.773   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
10:59:33 #8 3.773   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
10:59:33 #8 3.773   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
10:59:33 #8 3.773   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
10:59:33 #8 3.773   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
10:59:33 #8 3.773   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
10:59:33 #8 3.773   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
10:59:33 #8 3.773   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
10:59:33 #8 3.773   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
10:59:33 #8 3.773   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
10:59:33 #8 3.773   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
10:59:33 #8 3.773   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
10:59:33 #8 3.773   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
10:59:33 #8 3.773   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
10:59:33 #8 3.773   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
10:59:33 #8 3.773   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
10:59:33 #8 3.773   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
10:59:33 #8 3.773   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
10:59:33 #8 3.773   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
10:59:33 #8 3.773   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
10:59:33 #8 3.773   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
10:59:33 #8 3.773   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
10:59:33 #8 3.773   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
10:59:33 #8 3.773   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
10:59:33 #8 3.773   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
10:59:33 #8 3.773   libstrictures-perl libstring-copyright-perl libstring-escape-perl
10:59:33 #8 3.773   libstring-shellquote-perl libsub-exporter-perl
10:59:33 #8 3.773   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
10:59:33 #8 3.773   libsub-name-perl libsub-override-perl libsub-quote-perl
10:59:33 #8 3.773   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
10:59:33 #8 3.773   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
10:59:33 #8 3.773   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
10:59:33 #8 3.773   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
10:59:33 #8 3.773   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
10:59:33 #8 3.773   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
10:59:33 #8 3.773   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
10:59:33 #8 3.773   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
10:59:33 #8 3.773   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
10:59:33 #8 3.773   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
10:59:33 #8 3.773   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
10:59:33 #8 3.773   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
10:59:33 #8 3.773   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
10:59:33 #8 3.773   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
10:59:33 #8 3.773   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
10:59:33 #8 3.773   python3 python3-apt python3-certifi python3-chardet python3-debian
10:59:33 #8 3.773   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
10:59:33 #8 3.773   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
10:59:33 #8 3.773   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
10:59:33 #8 3.773   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
10:59:33 #8 3.777 Suggested packages:
10:59:33 #8 3.777   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
10:59:33 #8 3.777   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
10:59:33 #8 3.777   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
10:59:33 #8 3.777   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
10:59:33 #8 3.777   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
10:59:33 #8 3.777   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
10:59:33 #8 3.777   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
10:59:33 #8 3.777   dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync
10:59:33 #8 3.777   gcc-10-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
10:59:33 #8 3.777   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
10:59:33 #8 3.777   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
10:59:33 #8 3.777   xloadimage scdaemon groff isoquery lrzip libdigest-hmac-perl libgssapi-perl
10:59:33 #8 3.777   glibc-doc bzr libgd-tools gdbm-l10n gpm libtool-doc libcrypt-ssleay-perl
10:59:33 #8 3.777   uuid libscalar-number-perl libsasl2-modules-gssapi-mit
10:59:33 #8 3.777   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
10:59:33 #8 3.777   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
10:59:33 #8 3.777   libnet-jabber-perl libstdc++-10-doc libbareword-filehandles-perl
10:59:33 #8 3.777   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
10:59:33 #8 3.777   gcj-jdk libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl
10:59:33 #8 3.777   bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc
10:59:33 #8 3.777   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
10:59:33 #8 3.777   diffutils-doc perl-doc libterm-readline-gnu-perl
10:59:33 #8 3.777   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
10:59:33 #8 3.777   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
10:59:33 #8 3.777   python-apt-doc python3-setuptools python3-cryptography python3-openssl
10:59:33 #8 3.777   python3-socks python-requests-doc python3.9-venv python3.9-doc
10:59:33 #8 3.777   binfmt-support readline-doc zip wdiff-doc
10:59:33 #8 5.360 The following NEW packages will be installed:
10:59:33 #8 5.360   autoconf automake autopoint autotools-dev binutils
10:59:33 #8 5.360   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
10:59:33 #8 5.360   bzip2 ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring
10:59:33 #8 5.360   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
10:59:33 #8 5.360   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
10:59:33 #8 5.365   fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man
10:59:33 #8 5.365   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
10:59:33 #8 5.365   gpgconf gpgsm groff-base intltool-debian iso-codes less
10:59:33 #8 5.365   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
10:59:33 #8 5.365   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
10:59:33 #8 5.365   libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1
10:59:33 #8 5.365   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
10:59:33 #8 5.365   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
10:59:33 #8 5.365   libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl
10:59:33 #8 5.365   libclass-inspector-perl libclass-method-modifiers-perl
10:59:33 #8 5.365   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
10:59:33 #8 5.365   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
10:59:33 #8 5.365   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
10:59:33 #8 5.365   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
10:59:33 #8 5.365   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
10:59:33 #8 5.365   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
10:59:33 #8 5.365   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
10:59:33 #8 5.365   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
10:59:33 #8 5.365   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
10:59:33 #8 5.365   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
10:59:33 #8 5.365   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
10:59:33 #8 5.365   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
10:59:33 #8 5.365   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
10:59:33 #8 5.365   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
10:59:33 #8 5.365   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
10:59:33 #8 5.365   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
10:59:33 #8 5.365   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
10:59:33 #8 5.365   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
10:59:33 #8 5.365   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
10:59:33 #8 5.365   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
10:59:33 #8 5.365   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
10:59:33 #8 5.365   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
10:59:33 #8 5.365   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
10:59:33 #8 5.365   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
10:59:33 #8 5.365   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
10:59:33 #8 5.365   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
10:59:33 #8 5.365   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
10:59:33 #8 5.365   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
10:59:33 #8 5.365   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
10:59:33 #8 5.365   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
10:59:33 #8 5.365   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
10:59:33 #8 5.365   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
10:59:33 #8 5.365   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
10:59:33 #8 5.365   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
10:59:33 #8 5.365   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
10:59:33 #8 5.365   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
10:59:33 #8 5.365   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
10:59:33 #8 5.365   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
10:59:33 #8 5.365   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
10:59:33 #8 5.365   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
10:59:33 #8 5.365   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
10:59:33 #8 5.365   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
10:59:33 #8 5.365   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
10:59:33 #8 5.365   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
10:59:33 #8 5.365   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
10:59:33 #8 5.365   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
10:59:33 #8 5.365   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
10:59:33 #8 5.365   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
10:59:33 #8 5.365   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
10:59:33 #8 5.365   libstrictures-perl libstring-copyright-perl libstring-escape-perl
10:59:33 #8 5.365   libstring-shellquote-perl libsub-exporter-perl
10:59:33 #8 5.365   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
10:59:33 #8 5.365   libsub-name-perl libsub-override-perl libsub-quote-perl
10:59:33 #8 5.365   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
10:59:33 #8 5.365   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
10:59:33 #8 5.365   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
10:59:33 #8 5.365   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
10:59:33 #8 5.365   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
10:59:33 #8 5.365   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
10:59:33 #8 5.365   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
10:59:33 #8 5.365   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
10:59:33 #8 5.365   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
10:59:33 #8 5.365   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
10:59:33 #8 5.365   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
10:59:33 #8 5.365   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
10:59:33 #8 5.365   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
10:59:33 #8 5.365   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
10:59:33 #8 5.365   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
10:59:33 #8 5.365   python3 python3-apt python3-certifi python3-chardet python3-debian
10:59:33 #8 5.365   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
10:59:33 #8 5.365   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
10:59:33 #8 5.365   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
10:59:33 #8 5.365   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
10:59:33 #8 5.643 0 upgraded, 382 newly installed, 0 to remove and 0 not upgraded.
10:59:33 #8 5.643 Need to get 168 MB of archives.
10:59:33 #8 5.643 After this operation, 549 MB of additional disk space will be used.
10:59:33 #8 5.643 Get:1 http://deb.debian.org/debian bullseye/main arm64 bsdextrautils arm64 2.36.1-8+deb11u1 [142 kB]
10:59:33 #8 5.647 Get:2 http://deb.debian.org/debian bullseye/main arm64 libuchardet0 arm64 0.0.7-1 [67.9 kB]
10:59:33 #8 5.649 Get:3 http://deb.debian.org/debian bullseye/main arm64 groff-base arm64 1.22.4-6 [883 kB]
10:59:33 #8 5.654 Get:4 http://deb.debian.org/debian bullseye/main arm64 libgdbm6 arm64 1.19-2 [64.0 kB]
10:59:33 #8 5.655 Get:5 http://deb.debian.org/debian bullseye/main arm64 libpipeline1 arm64 1.5.3-1 [33.0 kB]
10:59:33 #8 5.655 Get:6 http://deb.debian.org/debian bullseye/main arm64 man-db arm64 2.9.4-2 [1336 kB]
10:59:33 #8 5.667 Get:7 http://deb.debian.org/debian bullseye/main arm64 perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
10:59:33 #8 5.689 Get:8 http://deb.debian.org/debian bullseye/main arm64 libgdbm-compat4 arm64 1.19-2 [44.6 kB]
10:59:33 #8 5.689 Get:9 http://deb.debian.org/debian bullseye/main arm64 libperl5.32 arm64 5.32.1-4+deb11u2 [3911 kB]
10:59:33 #8 5.746 Get:10 http://deb.debian.org/debian bullseye/main arm64 perl arm64 5.32.1-4+deb11u2 [293 kB]
10:59:33 #8 5.747 Get:11 http://deb.debian.org/debian bullseye/main arm64 liblocale-gettext-perl arm64 1.07-4+b1 [18.9 kB]
10:59:33 #8 5.748 Get:12 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-minimal arm64 3.9.2-1 [797 kB]
10:59:33 #8 5.752 Get:13 http://deb.debian.org/debian bullseye/main arm64 libexpat1 arm64 2.2.10-2+deb11u3 [84.1 kB]
10:59:33 #8 5.753 Get:14 http://deb.debian.org/debian bullseye/main arm64 python3.9-minimal arm64 3.9.2-1 [1884 kB]
10:59:33 #8 5.775 Get:15 http://deb.debian.org/debian bullseye/main arm64 python3-minimal arm64 3.9.2-3 [38.2 kB]
10:59:33 #8 5.776 Get:16 http://deb.debian.org/debian bullseye/main arm64 media-types all 4.0.0 [30.3 kB]
10:59:33 #8 5.776 Get:17 http://deb.debian.org/debian bullseye/main arm64 libmpdec3 arm64 2.5.1-1 [84.4 kB]
10:59:33 #8 5.777 Get:18 http://deb.debian.org/debian bullseye/main arm64 libncursesw6 arm64 6.2+20201114-2 [121 kB]
10:59:33 #8 5.778 Get:19 http://deb.debian.org/debian bullseye/main arm64 readline-common all 8.1-1 [73.7 kB]
10:59:33 #8 5.778 Get:20 http://deb.debian.org/debian bullseye/main arm64 libreadline8 arm64 8.1-1 [160 kB]
10:59:33 #8 5.779 Get:21 http://deb.debian.org/debian bullseye/main arm64 libsqlite3-0 arm64 3.34.1-3 [750 kB]
10:59:33 #8 5.783 Get:22 http://deb.debian.org/debian bullseye/main arm64 libpython3.9-stdlib arm64 3.9.2-1 [1658 kB]
10:59:33 #8 5.792 Get:23 http://deb.debian.org/debian bullseye/main arm64 python3.9 arm64 3.9.2-1 [466 kB]
10:59:33 #8 5.794 Get:24 http://deb.debian.org/debian bullseye/main arm64 libpython3-stdlib arm64 3.9.2-3 [21.4 kB]
10:59:33 #8 5.795 Get:25 http://deb.debian.org/debian bullseye/main arm64 python3 arm64 3.9.2-3 [37.9 kB]
10:59:33 #8 5.796 Get:26 http://deb.debian.org/debian bullseye/main arm64 less arm64 551-2 [129 kB]
10:59:33 #8 5.797 Get:27 http://deb.debian.org/debian bullseye/main arm64 netbase all 6.3 [19.9 kB]
10:59:33 #8 5.797 Get:28 http://deb.debian.org/debian bullseye/main arm64 sensible-utils all 0.0.14 [14.8 kB]
10:59:33 #8 5.798 Get:29 http://deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB]
10:59:33 #8 5.799 Get:30 http://deb.debian.org/debian bullseye/main arm64 openssl arm64 1.1.1n-0+deb11u3 [830 kB]
10:59:33 #8 5.821 Get:31 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB]
10:59:33 #8 5.822 Get:32 http://deb.debian.org/debian bullseye/main arm64 libmagic-mgc arm64 1:5.39-3 [273 kB]
10:59:33 #8 5.824 Get:33 http://deb.debian.org/debian bullseye/main arm64 libmagic1 arm64 1:5.39-3 [121 kB]
10:59:33 #8 5.824 Get:34 http://deb.debian.org/debian bullseye/main arm64 file arm64 1:5.39-3 [69.1 kB]
10:59:33 #8 5.825 Get:35 http://deb.debian.org/debian bullseye/main arm64 gettext-base arm64 0.21-4 [173 kB]
10:59:33 #8 5.826 Get:36 http://deb.debian.org/debian bullseye/main arm64 manpages all 5.10-1 [1412 kB]
10:59:33 #8 5.837 Get:37 http://deb.debian.org/debian bullseye/main arm64 libmd0 arm64 1.0.3-3 [27.9 kB]
10:59:33 #8 5.838 Get:38 http://deb.debian.org/debian bullseye/main arm64 libbsd0 arm64 0.11.3-1 [106 kB]
10:59:33 #8 5.839 Get:39 http://deb.debian.org/debian bullseye/main arm64 libedit2 arm64 3.1-20191231-2+b1 [92.1 kB]
10:59:33 #8 5.839 Get:40 http://deb.debian.org/debian bullseye/main arm64 libcbor0 arm64 0.5.0+dfsg-2 [20.1 kB]
10:59:33 #8 5.852 Get:41 http://deb.debian.org/debian bullseye/main arm64 libfido2-1 arm64 1.6.0-2 [50.2 kB]
10:59:33 #8 5.866 Get:42 http://deb.debian.org/debian bullseye/main arm64 openssh-client arm64 1:8.4p1-5+deb11u1 [893 kB]
10:59:33 #8 5.866 Get:43 http://deb.debian.org/debian bullseye/main arm64 ucf all 3.0043 [74.0 kB]
10:59:33 #8 5.866 Get:44 http://deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2.1~deb11u1 [219 kB]
10:59:33 #8 5.868 Get:45 http://deb.debian.org/debian bullseye/main arm64 libsigsegv2 arm64 2.13-1 [34.7 kB]
10:59:33 #8 5.868 Get:46 http://deb.debian.org/debian bullseye/main arm64 m4 arm64 1.4.18-5 [199 kB]
10:59:33 #8 5.870 Get:47 http://deb.debian.org/debian bullseye/main arm64 autoconf all 2.69-14 [313 kB]
10:59:33 #8 5.872 Get:48 http://deb.debian.org/debian bullseye/main arm64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
10:59:33 #8 5.873 Get:49 http://deb.debian.org/debian bullseye/main arm64 automake all 1:1.16.3-2 [814 kB]
10:59:33 #8 5.894 Get:50 http://deb.debian.org/debian bullseye/main arm64 autopoint all 0.21-4 [510 kB]
10:59:33 #8 5.903 Get:51 http://deb.debian.org/debian bullseye/main arm64 binutils-common arm64 2.35.2-2 [2220 kB]
10:59:33 #8 5.908 Get:52 http://deb.debian.org/debian bullseye/main arm64 libbinutils arm64 2.35.2-2 [599 kB]
10:59:33 #8 5.930 Get:53 http://deb.debian.org/debian bullseye/main arm64 libctf-nobfd0 arm64 2.35.2-2 [108 kB]
10:59:33 #8 5.930 Get:54 http://deb.debian.org/debian bullseye/main arm64 libctf0 arm64 2.35.2-2 [51.0 kB]
10:59:33 #8 5.946 Get:55 http://deb.debian.org/debian bullseye/main arm64 binutils-aarch64-linux-gnu arm64 2.35.2-2 [2472 kB]
10:59:33 #8 5.970 Get:56 http://deb.debian.org/debian bullseye/main arm64 binutils arm64 2.35.2-2 [61.2 kB]
10:59:33 #8 5.970 Get:57 http://deb.debian.org/debian bullseye/main arm64 libc-dev-bin arm64 2.31-13+deb11u3 [272 kB]
10:59:33 #8 5.972 Get:58 http://deb.debian.org/debian-security bullseye-security/main arm64 linux-libc-dev arm64 5.10.127-2 [1497 kB]
10:59:33 #8 5.978 Get:59 http://deb.debian.org/debian bullseye/main arm64 libcrypt-dev arm64 1:4.4.18-4 [108 kB]
10:59:33 #8 5.981 Get:60 http://deb.debian.org/debian bullseye/main arm64 libtirpc-dev arm64 1.3.1-1 [192 kB]
10:59:33 #8 5.983 Get:61 http://deb.debian.org/debian bullseye/main arm64 libnsl-dev arm64 1.3.0-2 [66.1 kB]
10:59:33 #8 5.983 Get:62 http://deb.debian.org/debian bullseye/main arm64 libc6-dev arm64 2.31-13+deb11u3 [2031 kB]
10:59:33 #8 6.007 Get:63 http://deb.debian.org/debian bullseye/main arm64 libisl23 arm64 0.23-1 [590 kB]
10:59:33 #8 6.037 Get:64 http://deb.debian.org/debian bullseye/main arm64 libmpfr6 arm64 4.1.0-3 [829 kB]
10:59:33 #8 6.037 Get:65 http://deb.debian.org/debian bullseye/main arm64 libmpc3 arm64 1.2.0-1 [43.2 kB]
10:59:33 #8 6.037 Get:66 http://deb.debian.org/debian bullseye/main arm64 cpp-10 arm64 10.2.1-6 [7756 kB]
10:59:33 #8 6.149 Get:67 http://deb.debian.org/debian bullseye/main arm64 cpp arm64 4:10.2.1-1 [19.7 kB]
10:59:33 #8 6.149 Get:68 http://deb.debian.org/debian bullseye/main arm64 libcc1-0 arm64 10.2.1-6 [45.1 kB]
10:59:33 #8 6.149 Get:69 http://deb.debian.org/debian bullseye/main arm64 libgomp1 arm64 10.2.1-6 [91.6 kB]
10:59:33 #8 6.149 Get:70 http://deb.debian.org/debian bullseye/main arm64 libitm1 arm64 10.2.1-6 [23.8 kB]
10:59:33 #8 6.149 Get:71 http://deb.debian.org/debian bullseye/main arm64 libatomic1 arm64 10.2.1-6 [9468 B]
10:59:33 #8 6.161 Get:72 http://deb.debian.org/debian bullseye/main arm64 libasan6 arm64 10.2.1-6 [2002 kB]
10:59:33 #8 6.169 Get:73 http://deb.debian.org/debian bullseye/main arm64 liblsan0 arm64 10.2.1-6 [794 kB]
10:59:33 #8 6.176 Get:74 http://deb.debian.org/debian bullseye/main arm64 libtsan0 arm64 10.2.1-6 [1957 kB]
10:59:33 #8 6.225 Get:75 http://deb.debian.org/debian bullseye/main arm64 libubsan1 arm64 10.2.1-6 [759 kB]
10:59:33 #8 6.225 Get:76 http://deb.debian.org/debian bullseye/main arm64 libgcc-10-dev arm64 10.2.1-6 [876 kB]
10:59:33 #8 6.225 Get:77 http://deb.debian.org/debian bullseye/main arm64 gcc-10 arm64 10.2.1-6 [15.4 MB]
10:59:33 #8 6.460 Get:78 http://deb.debian.org/debian bullseye/main arm64 gcc arm64 4:10.2.1-1 [5208 B]
10:59:33 #8 6.460 Get:79 http://deb.debian.org/debian bullseye/main arm64 libstdc++-10-dev arm64 10.2.1-6 [1704 kB]
10:59:33 #8 6.469 Get:80 http://deb.debian.org/debian bullseye/main arm64 g++-10 arm64 10.2.1-6 [8557 kB]
10:59:33 #8 6.592 Get:81 http://deb.debian.org/debian bullseye/main arm64 g++ arm64 4:10.2.1-1 [1628 B]
10:59:33 #8 6.592 Get:82 http://deb.debian.org/debian bullseye/main arm64 make arm64 4.3-4.1 [391 kB]
10:59:33 #8 6.608 Get:83 http://deb.debian.org/debian bullseye/main arm64 libdpkg-perl all 1.20.11 [1546 kB]
10:59:33 #8 6.616 Get:84 http://deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB]
10:59:33 #8 6.617 Get:85 http://deb.debian.org/debian bullseye/main arm64 dpkg-dev all 1.20.11 [2308 kB]
10:59:33 #8 6.645 Get:86 http://deb.debian.org/debian bullseye/main arm64 build-essential arm64 12.9 [7704 B]
10:59:33 #8 6.648 Get:87 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB]
10:59:33 #8 6.650 Get:88 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1+deb11u1 [69.4 kB]
10:59:33 #8 6.650 Get:89 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1+deb11u1 [105 kB]
10:59:33 #8 6.652 Get:90 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3+deb11u1 [222 kB]
10:59:33 #8 6.654 Get:91 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB]
10:59:33 #8 6.655 Get:92 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB]
10:59:33 #8 6.655 Get:93 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB]
10:59:33 #8 6.656 Get:94 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB]
10:59:33 #8 6.659 Get:95 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl4 arm64 7.74.0-1.3+deb11u2 [325 kB]
10:59:33 #8 6.660 Get:96 http://deb.debian.org/debian-security bullseye-security/main arm64 curl arm64 7.74.0-1.3+deb11u2 [264 kB]
10:59:33 #8 6.672 Get:97 http://deb.debian.org/debian bullseye/main arm64 dctrl-tools arm64 2.24-3 [101 kB]
10:59:33 #8 6.673 Get:98 http://deb.debian.org/debian bullseye/main arm64 libdebhelper-perl all 13.3.4 [189 kB]
10:59:33 #8 6.674 Get:99 http://deb.debian.org/debian bullseye/main arm64 libtool all 2.4.6-15 [513 kB]
10:59:33 #8 6.677 Get:100 http://deb.debian.org/debian bullseye/main arm64 dh-autoreconf all 20 [17.1 kB]
10:59:33 #8 6.677 Get:101 http://deb.debian.org/debian bullseye/main arm64 libarchive-zip-perl all 1.68-1 [104 kB]
10:59:33 #8 6.678 Get:102 http://deb.debian.org/debian bullseye/main arm64 libsub-override-perl all 0.09-2 [10.2 kB]
10:59:33 #8 6.678 Get:103 http://deb.debian.org/debian bullseye/main arm64 libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
10:59:33 #8 6.678 Get:104 http://deb.debian.org/debian bullseye/main arm64 dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
10:59:33 #8 6.693 Get:105 http://deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB]
10:59:33 #8 6.693 Get:106 http://deb.debian.org/debian bullseye/main arm64 dwz arm64 0.13+20210201-1 [155 kB]
10:59:33 #8 6.693 Get:107 http://deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB]
10:59:33 #8 6.800 Get:108 http://deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7+deb11u2 [629 kB]
10:59:33 #8 6.817 Get:109 http://deb.debian.org/debian bullseye/main arm64 gettext arm64 0.21-4 [1261 kB]
10:59:33 #8 6.829 Get:110 http://deb.debian.org/debian bullseye/main arm64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
10:59:33 #8 6.829 Get:111 http://deb.debian.org/debian bullseye/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
10:59:33 #8 6.829 Get:112 http://deb.debian.org/debian bullseye/main arm64 debhelper all 13.3.4 [1049 kB]
10:59:33 #8 6.837 Get:113 http://deb.debian.org/debian bullseye/main arm64 debian-keyring all 2021.07.26 [31.1 MB]
10:59:34 #8 7.334 Get:114 http://deb.debian.org/debian bullseye/main arm64 libfakeroot arm64 1.25.3-1.1 [47.9 kB]
10:59:34 #8 7.345 Get:115 http://deb.debian.org/debian bullseye/main arm64 fakeroot arm64 1.25.3-1.1 [86.8 kB]
10:59:34 #8 7.345 Get:116 http://deb.debian.org/debian bullseye/main arm64 libassuan0 arm64 2.5.3-7.1 [48.0 kB]
10:59:34 #8 7.345 Get:117 http://deb.debian.org/debian bullseye/main arm64 gpgconf arm64 2.2.27-2+deb11u2 [540 kB]
10:59:34 #8 7.345 Get:118 http://deb.debian.org/debian bullseye/main arm64 libksba8 arm64 1.5.0-3 [114 kB]
10:59:34 #8 7.358 Get:119 http://deb.debian.org/debian bullseye/main arm64 libnpth0 arm64 1.6-3 [18.6 kB]
10:59:34 #8 7.361 Get:120 http://deb.debian.org/debian bullseye/main arm64 dirmngr arm64 2.2.27-2+deb11u2 [743 kB]
10:59:34 #8 7.373 Get:121 http://deb.debian.org/debian bullseye/main arm64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
10:59:34 #8 7.389 Get:122 http://deb.debian.org/debian bullseye/main arm64 gnupg-utils arm64 2.2.27-2+deb11u2 [864 kB]
10:59:34 #8 7.398 Get:123 http://deb.debian.org/debian bullseye/main arm64 gpg arm64 2.2.27-2+deb11u2 [884 kB]
10:59:34 #8 7.405 Get:124 http://deb.debian.org/debian bullseye/main arm64 pinentry-curses arm64 1.1.0-4 [63.0 kB]
10:59:34 #8 7.412 Get:125 http://deb.debian.org/debian bullseye/main arm64 gpg-agent arm64 2.2.27-2+deb11u2 [651 kB]
10:59:34 #8 7.418 Get:126 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-client arm64 2.2.27-2+deb11u2 [517 kB]
10:59:34 #8 7.423 Get:127 http://deb.debian.org/debian bullseye/main arm64 gpg-wks-server arm64 2.2.27-2+deb11u2 [510 kB]
10:59:34 #8 7.428 Get:128 http://deb.debian.org/debian bullseye/main arm64 gpgsm arm64 2.2.27-2+deb11u2 [627 kB]
10:59:34 #8 7.440 Get:129 http://deb.debian.org/debian bullseye/main arm64 gnupg all 2.2.27-2+deb11u2 [825 kB]
10:59:34 #8 7.454 Get:130 http://deb.debian.org/debian bullseye/main arm64 libfile-dirlist-perl all 0.05-2 [7444 B]
10:59:34 #8 7.454 Get:131 http://deb.debian.org/debian bullseye/main arm64 libfile-which-perl all 1.23-1 [16.6 kB]
10:59:34 #8 7.455 Get:132 http://deb.debian.org/debian bullseye/main arm64 libfile-homedir-perl all 1.006-1 [43.8 kB]
10:59:34 #8 7.455 Get:133 http://deb.debian.org/debian bullseye/main arm64 libfile-touch-perl all 0.11-1 [9254 B]
10:59:34 #8 7.455 Get:134 http://deb.debian.org/debian bullseye/main arm64 libio-pty-perl arm64 1:1.15-2 [36.0 kB]
10:59:34 #8 7.456 Get:135 http://deb.debian.org/debian bullseye/main arm64 libipc-run-perl all 20200505.0-1 [102 kB]
10:59:34 #8 7.456 Get:136 http://deb.debian.org/debian bullseye/main arm64 libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
10:59:34 #8 7.457 Get:137 http://deb.debian.org/debian bullseye/main arm64 libb-hooks-op-check-perl arm64 0.22-1+b3 [11.2 kB]
10:59:34 #8 7.457 Get:138 http://deb.debian.org/debian bullseye/main arm64 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
10:59:34 #8 7.458 Get:139 http://deb.debian.org/debian bullseye/main arm64 libdevel-callchecker-perl arm64 0.008-1+b2 [15.8 kB]
10:59:34 #8 7.458 Get:140 http://deb.debian.org/debian bullseye/main arm64 libparams-classify-perl arm64 0.015-1+b3 [25.5 kB]
10:59:34 #8 7.474 Get:141 http://deb.debian.org/debian bullseye/main arm64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
10:59:34 #8 7.474 Get:142 http://deb.debian.org/debian bullseye/main arm64 libimport-into-perl all 1.002005-1 [11.6 kB]
10:59:34 #8 7.479 Get:143 http://deb.debian.org/debian bullseye/main arm64 librole-tiny-perl all 2.002004-1 [21.4 kB]
10:59:34 #8 7.480 Get:144 http://deb.debian.org/debian bullseye/main arm64 libstrictures-perl all 2.000006-1 [18.6 kB]
10:59:34 #8 7.497 Get:145 http://deb.debian.org/debian bullseye/main arm64 libsub-quote-perl all 2.006006-1 [21.0 kB]
10:59:34 #8 7.498 Get:146 http://deb.debian.org/debian bullseye/main arm64 libmoo-perl all 2.004004-1 [59.9 kB]
10:59:34 #8 7.498 Get:147 http://deb.debian.org/debian bullseye/main arm64 libencode-locale-perl all 1.05-1.1 [13.2 kB]
10:59:34 #8 7.498 Get:148 http://deb.debian.org/debian bullseye/main arm64 libtimedate-perl all 2.3300-2 [39.3 kB]
10:59:34 #8 7.498 Get:149 http://deb.debian.org/debian bullseye/main arm64 libhttp-date-perl all 6.05-1 [10.4 kB]
10:59:34 #8 7.498 Get:150 http://deb.debian.org/debian bullseye/main arm64 libfile-listing-perl all 6.14-1 [12.4 kB]
10:59:34 #8 7.500 Get:151 http://deb.debian.org/debian bullseye/main arm64 libhtml-tagset-perl all 3.20-4 [13.0 kB]
10:59:34 #8 7.500 Get:152 http://deb.debian.org/debian bullseye/main arm64 liburi-perl all 5.08-1 [90.6 kB]
10:59:34 #8 7.502 Get:153 http://deb.debian.org/debian bullseye/main arm64 libhtml-parser-perl arm64 3.75-1+b1 [103 kB]
10:59:34 #8 7.504 Get:154 http://deb.debian.org/debian bullseye/main arm64 libhtml-tree-perl all 5.07-2 [213 kB]
10:59:34 #8 7.504 Get:155 http://deb.debian.org/debian bullseye/main arm64 libio-html-perl all 1.004-2 [16.1 kB]
10:59:34 #8 7.506 Get:156 http://deb.debian.org/debian bullseye/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
10:59:34 #8 7.506 Get:157 http://deb.debian.org/debian bullseye/main arm64 libhttp-message-perl all 6.28-1 [79.6 kB]
10:59:34 #8 7.506 Get:158 http://deb.debian.org/debian bullseye/main arm64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
10:59:34 #8 7.507 Get:159 http://deb.debian.org/debian bullseye/main arm64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
10:59:34 #8 7.509 Get:160 http://deb.debian.org/debian bullseye/main arm64 perl-openssl-defaults arm64 5 [7360 B]
10:59:34 #8 7.511 Get:161 http://deb.debian.org/debian bullseye/main arm64 libnet-ssleay-perl arm64 1.88-3+b1 [316 kB]
10:59:34 #8 7.513 Get:162 http://deb.debian.org/debian bullseye/main arm64 libio-socket-ssl-perl all 2.069-1 [215 kB]
10:59:34 #8 7.515 Get:163 http://deb.debian.org/debian bullseye/main arm64 libnet-http-perl all 6.20-1 [25.1 kB]
10:59:34 #8 7.517 Get:164 http://deb.debian.org/debian bullseye/main arm64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
10:59:34 #8 7.517 Get:165 http://deb.debian.org/debian bullseye/main arm64 libtry-tiny-perl all 0.30-1 [23.3 kB]
10:59:34 #8 7.518 Get:166 http://deb.debian.org/debian bullseye/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
10:59:34 #8 7.520 Get:167 http://deb.debian.org/debian bullseye/main arm64 libwww-perl all 6.52-1 [192 kB]
10:59:34 #8 7.522 Get:168 http://deb.debian.org/debian bullseye/main arm64 patchutils arm64 0.4.2-1 [73.5 kB]
10:59:34 #8 7.524 Get:169 http://deb.debian.org/debian bullseye/main arm64 wdiff arm64 1.2.2-2+b1 [121 kB]
10:59:34 #8 7.526 Get:170 http://deb.debian.org/debian bullseye/main arm64 devscripts arm64 2.21.3+deb11u1 [1092 kB]
10:59:34 #8 7.541 Get:171 http://deb.debian.org/debian bullseye/main arm64 diffstat arm64 1.64-1 [34.6 kB]
10:59:34 #8 7.542 Get:172 http://deb.debian.org/debian bullseye/main arm64 distro-info-data all 0.51+deb11u2 [7684 B]
10:59:34 #8 7.545 Get:173 http://deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB]
10:59:34 #8 7.545 Get:174 http://deb.debian.org/debian bullseye/main arm64 python3-chardet all 4.0.0-1 [99.0 kB]
10:59:34 #8 7.547 Get:175 http://deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB]
10:59:34 #8 7.547 Get:176 http://deb.debian.org/debian bullseye/main arm64 python3-debian all 0.1.39 [80.1 kB]
10:59:34 #8 7.552 Get:177 http://deb.debian.org/debian bullseye/main arm64 libgpgme11 arm64 1.14.0-1+b2 [267 kB]
10:59:34 #8 7.552 Get:178 http://deb.debian.org/debian bullseye/main arm64 python3-gpg arm64 1.14.0-1+b2 [324 kB]
10:59:34 #8 7.555 Get:179 http://deb.debian.org/debian bullseye/main arm64 dput all 1.1.0 [56.5 kB]
10:59:34 #8 7.557 Get:180 http://deb.debian.org/debian bullseye/main arm64 equivs all 2.3.1 [22.7 kB]
10:59:34 #8 7.563 Get:181 http://deb.debian.org/debian bullseye/main arm64 fonts-dejavu-core all 2.37-2 [1069 kB]
10:59:34 #8 7.568 Get:182 http://deb.debian.org/debian bullseye/main arm64 fontconfig-config all 2.13.1-4.2 [281 kB]
10:59:34 #8 7.568 Get:183 http://deb.debian.org/debian-security bullseye-security/main arm64 libcurl3-gnutls arm64 7.74.0-1.3+deb11u2 [321 kB]
10:59:34 #8 7.581 Get:184 http://deb.debian.org/debian bullseye/main arm64 liberror-perl all 0.17029-1 [31.0 kB]
10:59:34 #8 7.582 Get:185 http://deb.debian.org/debian bullseye/main arm64 git-man all 1:2.30.2-1 [1827 kB]
10:59:34 #8 7.593 Get:186 http://deb.debian.org/debian bullseye/main arm64 git arm64 1:2.30.2-1 [5428 kB]
10:59:34 #8 7.661 Get:187 http://deb.debian.org/debian bullseye/main arm64 iso-codes all 4.6.0-1 [2824 kB]
10:59:34 #8 7.673 Get:188 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
10:59:34 #8 7.694 Get:189 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6+b1 [11.7 kB]
10:59:34 #8 7.695 Get:190 http://deb.debian.org/debian bullseye/main arm64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
10:59:34 #8 7.695 Get:191 http://deb.debian.org/debian bullseye/main arm64 libaliased-perl all 0.34-1.1 [14.1 kB]
10:59:34 #8 7.695 Get:192 http://deb.debian.org/debian bullseye/main arm64 libapt-pkg-perl arm64 0.1.39 [69.4 kB]
10:59:34 #8 7.696 Get:193 http://deb.debian.org/debian bullseye/main arm64 libarchive-cpio-perl all 0.10-1.1 [10.6 kB]
10:59:34 #8 7.696 Get:194 http://deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+deb11u1 [320 kB]
10:59:34 #8 7.698 Get:195 http://deb.debian.org/debian bullseye/main arm64 libarray-intspan-perl all 2.004-1 [25.5 kB]
10:59:34 #8 7.699 Get:196 http://deb.debian.org/debian bullseye/main arm64 libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
10:59:34 #8 7.699 Get:197 http://deb.debian.org/debian bullseye/main arm64 libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
10:59:34 #8 7.705 Get:198 http://deb.debian.org/debian bullseye/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
10:59:34 #8 7.706 Get:199 http://deb.debian.org/debian bullseye/main arm64 libvariable-magic-perl arm64 0.62-1+b3 [44.2 kB]
10:59:34 #8 7.707 Get:200 http://deb.debian.org/debian bullseye/main arm64 libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB]
10:59:34 #8 7.715 Get:201 http://deb.debian.org/debian bullseye/main arm64 libpng16-16 arm64 1.6.37-3 [289 kB]
10:59:34 #8 7.719 Get:202 http://deb.debian.org/debian bullseye/main arm64 libfreetype6 arm64 2.10.4+dfsg-1+deb11u1 [393 kB]
10:59:34 #8 7.723 Get:203 http://deb.debian.org/debian bullseye/main arm64 libfontconfig1 arm64 2.13.1-4.2 [344 kB]
10:59:34 #8 7.723 Get:204 http://deb.debian.org/debian bullseye/main arm64 libjpeg62-turbo arm64 1:2.0.6-4 [133 kB]
10:59:34 #8 7.753 Get:205 http://deb.debian.org/debian bullseye/main arm64 libdeflate0 arm64 1.7-1 [47.7 kB]
10:59:34 #8 7.756 Get:206 http://deb.debian.org/debian bullseye/main arm64 libjbig0 arm64 2.1-3.1+b2 [27.8 kB]
10:59:34 #8 7.757 Get:207 http://deb.debian.org/debian bullseye/main arm64 libwebp6 arm64 0.6.1-2.1 [244 kB]
10:59:34 #8 7.759 Get:208 http://deb.debian.org/debian bullseye/main arm64 libtiff5 arm64 4.2.0-1+deb11u1 [277 kB]
10:59:34 #8 7.761 Get:209 http://deb.debian.org/debian bullseye/main arm64 libxau6 arm64 1:1.0.9-1 [19.7 kB]
10:59:34 #8 7.762 Get:210 http://deb.debian.org/debian bullseye/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
10:59:34 #8 7.762 Get:211 http://deb.debian.org/debian bullseye/main arm64 libxcb1 arm64 1.14-3 [138 kB]
10:59:34 #8 7.763 Get:212 http://deb.debian.org/debian bullseye/main arm64 libx11-data all 2:1.7.2-1 [311 kB]
10:59:34 #8 7.767 Get:213 http://deb.debian.org/debian bullseye/main arm64 libx11-6 arm64 2:1.7.2-1 [748 kB]
10:59:34 #8 7.771 Get:214 http://deb.debian.org/debian bullseye/main arm64 libxpm4 arm64 1:3.5.12-1 [43.9 kB]
10:59:34 #8 7.771 Get:215 http://deb.debian.org/debian bullseye/main arm64 libgd3 arm64 2.3.0-2 [127 kB]
10:59:34 #8 7.774 Get:216 http://deb.debian.org/debian bullseye/main arm64 libc-devtools arm64 2.31-13+deb11u3 [244 kB]
10:59:34 #8 7.777 Get:217 http://deb.debian.org/debian bullseye/main arm64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
10:59:34 #8 7.779 Get:218 http://deb.debian.org/debian bullseye/main arm64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
10:59:34 #8 7.782 Get:219 http://deb.debian.org/debian bullseye/main arm64 libclass-inspector-perl all 1.36-1 [19.6 kB]
10:59:34 #8 7.782 Get:220 http://deb.debian.org/debian bullseye/main arm64 libclass-xsaccessor-perl arm64 1.19-3+b7 [36.9 kB]
10:59:34 #8 7.783 Get:221 http://deb.debian.org/debian bullseye/main arm64 libclone-perl arm64 0.45-1+b1 [15.3 kB]
10:59:34 #8 7.783 Get:222 http://deb.debian.org/debian bullseye/main arm64 libcommon-sense-perl arm64 3.75-1+b4 [24.6 kB]
10:59:34 #8 7.784 Get:223 http://deb.debian.org/debian bullseye/main arm64 libconfig-tiny-perl all 2.26-1 [16.5 kB]
10:59:34 #8 7.785 Get:224 http://deb.debian.org/debian bullseye/main arm64 libparams-util-perl arm64 1.102-1+b1 [25.3 kB]
10:59:34 #8 7.786 Get:225 http://deb.debian.org/debian bullseye/main arm64 libsub-install-perl all 0.928-1.1 [10.8 kB]
10:59:34 #8 7.787 Get:226 http://deb.debian.org/debian bullseye/main arm64 libdata-optlist-perl all 0.110-1.1 [10.8 kB]
10:59:34 #8 7.789 Get:227 http://deb.debian.org/debian bullseye/main arm64 libsub-exporter-perl all 0.987-1 [47.2 kB]
10:59:34 #8 7.790 Get:228 http://deb.debian.org/debian bullseye/main arm64 libconst-fast-perl all 0.014-1.1 [8552 B]
10:59:34 #8 7.791 Get:229 http://deb.debian.org/debian bullseye/main arm64 libwant-perl arm64 0.29-1+b6 [28.4 kB]
10:59:34 #8 7.792 Get:230 http://deb.debian.org/debian bullseye/main arm64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
10:59:34 #8 7.793 Get:231 http://deb.debian.org/debian bullseye/main arm64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
10:59:34 #8 7.794 Get:232 http://deb.debian.org/debian bullseye/main arm64 libcpanel-json-xs-perl arm64 4.25-1+b1 [127 kB]
10:59:34 #8 7.797 Get:233 http://deb.debian.org/debian bullseye/main arm64 libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
10:59:34 #8 7.799 Get:234 http://deb.debian.org/debian bullseye/main arm64 libexception-class-perl all 1.44-1 [32.3 kB]
10:59:34 #8 7.799 Get:235 http://deb.debian.org/debian bullseye/main arm64 libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
10:59:34 #8 7.799 Get:236 http://deb.debian.org/debian bullseye/main arm64 libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB]
10:59:34 #8 7.800 Get:237 http://deb.debian.org/debian bullseye/main arm64 libexporter-tiny-perl all 1.002002-1 [37.8 kB]
10:59:34 #8 7.801 Get:238 http://deb.debian.org/debian bullseye/main arm64 liblist-moreutils-xs-perl arm64 0.430-2 [36.8 kB]
10:59:34 #8 7.803 Get:239 http://deb.debian.org/debian bullseye/main arm64 liblist-moreutils-perl all 0.430-2 [46.9 kB]
10:59:34 #8 7.806 Get:240 http://deb.debian.org/debian bullseye/main arm64 libdata-dpath-perl all 0.58-1 [43.5 kB]
10:59:34 #8 7.806 Get:241 http://deb.debian.org/debian bullseye/main arm64 libdata-dump-perl all 1.23-1.1 [27.6 kB]
10:59:34 #8 7.811 Get:242 http://deb.debian.org/debian bullseye/main arm64 libdata-messagepack-perl arm64 1.00-4+b1 [37.6 kB]
10:59:34 #8 7.813 Get:243 http://deb.debian.org/debian bullseye/main arm64 libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
10:59:34 #8 7.814 Get:244 http://deb.debian.org/debian bullseye/main arm64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
10:59:34 #8 7.815 Get:245 http://deb.debian.org/debian bullseye/main arm64 libdevel-size-perl arm64 0.83-1+b2 [25.8 kB]
10:59:34 #8 7.816 Get:246 http://deb.debian.org/debian bullseye/main arm64 libdistro-info-perl all 1.0 [7480 B]
10:59:34 #8 7.817 Get:247 http://deb.debian.org/debian bullseye/main arm64 libemail-address-xs-perl arm64 1.04-1+b3 [26.7 kB]
10:59:34 #8 7.818 Get:248 http://deb.debian.org/debian bullseye/main arm64 libfcgi0ldbl arm64 2.4.2-2 [25.3 kB]
10:59:34 #8 7.819 Get:249 http://deb.debian.org/debian bullseye/main arm64 libfcgi-bin arm64 2.4.2-2 [12.5 kB]
10:59:34 #8 7.820 Get:250 http://deb.debian.org/debian bullseye/main arm64 libfcgi-perl arm64 0.79+ds-2 [27.1 kB]
10:59:34 #8 7.822 Get:251 http://deb.debian.org/debian bullseye/main arm64 libipc-system-simple-perl all 1.30-1 [28.2 kB]
10:59:34 #8 7.822 Get:252 http://deb.debian.org/debian bullseye/main arm64 libfile-basedir-perl all 0.08-1 [17.7 kB]
10:59:34 #8 7.830 Get:253 http://deb.debian.org/debian bullseye/main arm64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
10:59:34 #8 7.830 Get:254 http://deb.debian.org/debian bullseye/main arm64 libfile-fcntllock-perl arm64 0.22-3+b7 [35.4 kB]
10:59:34 #8 7.831 Get:255 http://deb.debian.org/debian bullseye/main arm64 libnumber-compare-perl all 0.03-1.1 [6956 B]
10:59:34 #8 7.832 Get:256 http://deb.debian.org/debian bullseye/main arm64 libtext-glob-perl all 0.11-1 [8888 B]
10:59:34 #8 7.833 Get:257 http://deb.debian.org/debian bullseye/main arm64 libfile-find-rule-perl all 0.34-1 [30.6 kB]
10:59:34 #8 7.834 Get:258 http://deb.debian.org/debian bullseye/main arm64 libfont-afm-perl all 1.20-3 [14.0 kB]
10:59:34 #8 7.834 Get:259 http://deb.debian.org/debian bullseye/main arm64 libio-string-perl all 1.08-3.1 [11.8 kB]
10:59:34 #8 7.836 Get:260 http://deb.debian.org/debian bullseye/main arm64 libfont-ttf-perl all 1.06-1.1 [318 kB]
10:59:34 #8 7.839 Get:261 http://deb.debian.org/debian bullseye/main arm64 libio-stringy-perl all 2.111-3 [56.5 kB]
10:59:34 #8 7.839 Get:262 http://deb.debian.org/debian bullseye/main arm64 libparams-validate-perl arm64 1.30-1+b1 [66.2 kB]
10:59:34 #8 7.839 Get:263 http://deb.debian.org/debian bullseye/main arm64 libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB]
10:59:34 #8 7.839 Get:264 http://deb.debian.org/debian bullseye/main arm64 libsort-versions-perl all 1.62-1 [11.0 kB]
10:59:34 #8 7.841 Get:265 http://deb.debian.org/debian bullseye/main arm64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
10:59:34 #8 7.842 Get:266 http://deb.debian.org/debian bullseye/main arm64 libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B]
10:59:34 #8 7.844 Get:267 http://deb.debian.org/debian bullseye/main arm64 libio-prompter-perl all 0.004015-1 [60.4 kB]
10:59:34 #8 7.844 Get:268 http://deb.debian.org/debian bullseye/main arm64 libjson-perl all 4.03000-1 [88.6 kB]
10:59:34 #8 7.845 Get:269 http://deb.debian.org/debian bullseye/main arm64 liblog-any-perl all 1.709-1 [73.5 kB]
10:59:34 #8 7.847 Get:270 http://deb.debian.org/debian bullseye/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
10:59:34 #8 7.848 Get:271 http://deb.debian.org/debian bullseye/main arm64 libpackage-stash-perl all 0.39-1 [21.9 kB]
10:59:34 #8 7.848 Get:272 http://deb.debian.org/debian bullseye/main arm64 libsub-identify-perl arm64 0.14-1+b3 [11.9 kB]
10:59:34 #8 7.849 Get:273 http://deb.debian.org/debian bullseye/main arm64 libsub-name-perl arm64 0.26-1+b1 [13.5 kB]
10:59:34 #8 7.852 Get:274 http://deb.debian.org/debian bullseye/main arm64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
10:59:34 #8 7.853 Get:275 http://deb.debian.org/debian bullseye/main arm64 libpath-tiny-perl all 0.118-1 [53.5 kB]
10:59:34 #8 7.867 Get:276 http://deb.debian.org/debian bullseye/main arm64 libtype-tiny-perl all 1.012001-2 [351 kB]
10:59:34 #8 7.870 Get:277 http://deb.debian.org/debian bullseye/main arm64 libgitlab-api-v4-perl all 0.26-1 [87.9 kB]
10:59:34 #8 7.871 Get:278 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-0 arm64 2.66.8-1 [1286 kB]
10:59:34 #8 7.880 Get:279 http://deb.debian.org/debian bullseye/main arm64 libglib2.0-data all 2.66.8-1 [1164 kB]
10:59:34 #8 7.898 Get:280 http://deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB]
10:59:34 #8 7.902 Get:281 http://deb.debian.org/debian bullseye/main arm64 libhash-fieldhash-perl arm64 0.15-1+b3 [17.6 kB]
10:59:34 #8 7.903 Get:282 http://deb.debian.org/debian bullseye/main arm64 libhtml-form-perl all 6.07-1 [22.9 kB]
10:59:34 #8 7.905 Get:283 http://deb.debian.org/debian bullseye/main arm64 libhtml-format-perl all 2.12-1.1 [43.8 kB]
10:59:34 #8 7.908 Get:284 http://deb.debian.org/debian bullseye/main arm64 libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
10:59:34 #8 7.908 Get:285 http://deb.debian.org/debian bullseye/main arm64 libhttp-daemon-perl all 6.12-1 [22.9 kB]
10:59:34 #8 7.910 Get:286 http://deb.debian.org/debian bullseye/main arm64 libio-sessiondata-perl all 1.03-1.1 [5984 B]
10:59:34 #8 7.910 Get:287 http://deb.debian.org/debian bullseye/main arm64 libipc-run3-perl all 0.048-2 [34.2 kB]
10:59:34 #8 7.912 Get:288 http://deb.debian.org/debian bullseye/main arm64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
10:59:34 #8 7.913 Get:289 http://deb.debian.org/debian bullseye/main arm64 libjson-xs-perl arm64 4.030-1+b1 [93.7 kB]
10:59:34 #8 7.914 Get:290 http://deb.debian.org/debian bullseye/main arm64 libjson-maybexs-perl all 1.004003-1 [13.1 kB]
10:59:34 #8 7.916 Get:291 http://deb.debian.org/debian bullseye/main arm64 libldap-common all 2.4.57+dfsg-3+deb11u1 [95.8 kB]
10:59:34 #8 7.917 Get:292 http://deb.debian.org/debian bullseye/main arm64 liblist-compare-perl all 0.55-1 [66.9 kB]
10:59:34 #8 7.918 Get:293 http://deb.debian.org/debian bullseye/main arm64 liblist-someutils-perl all 0.58-1 [36.5 kB]
10:59:34 #8 7.924 Get:294 http://deb.debian.org/debian bullseye/main arm64 liblist-someutils-xs-perl arm64 0.58-2+b1 [31.1 kB]
10:59:34 #8 7.926 Get:295 http://deb.debian.org/debian bullseye/main arm64 liblist-utilsby-perl all 0.11-1 [15.4 kB]
10:59:34 #8 7.932 Get:296 http://deb.debian.org/debian bullseye/main arm64 libltdl7 arm64 2.4.6-15 [390 kB]
10:59:34 #8 7.932 Get:297 http://deb.debian.org/debian bullseye/main arm64 libltdl-dev arm64 2.4.6-15 [162 kB]
10:59:34 #8 7.936 Get:298 http://deb.debian.org/debian bullseye/main arm64 liblzo2-2 arm64 2.10-2 [51.8 kB]
10:59:34 #8 7.943 Get:299 http://deb.debian.org/debian bullseye/main arm64 libsys-hostname-long-perl all 1.5-2 [11.8 kB]
10:59:34 #8 7.946 Get:300 http://deb.debian.org/debian bullseye/main arm64 libmail-sendmail-perl all 0.80-1.1 [25.5 kB]
10:59:34 #8 7.946 Get:301 http://deb.debian.org/debian bullseye/main arm64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
10:59:34 #8 7.946 Get:302 http://deb.debian.org/debian bullseye/main arm64 libmailtools-perl all 2.21-1 [95.5 kB]
10:59:34 #8 7.946 Get:303 http://deb.debian.org/debian bullseye/main arm64 libmarkdown2 arm64 2.2.6-1 [34.3 kB]
10:59:34 #8 7.948 Get:304 http://deb.debian.org/debian bullseye/main arm64 libmime-tools-perl all 5.509-1 [212 kB]
10:59:34 #8 7.948 Get:305 http://deb.debian.org/debian bullseye/main arm64 libmoox-aliases-perl all 0.001006-1.1 [10.8 kB]
10:59:34 #8 7.951 Get:306 http://deb.debian.org/debian bullseye/main arm64 libnamespace-autoclean-perl all 0.29-1 [15.0 kB]
10:59:34 #8 7.953 Get:307 http://deb.debian.org/debian bullseye/main arm64 libobject-id-perl all 0.1.2-2.1 [16.7 kB]
10:59:34 #8 7.954 Get:308 http://deb.debian.org/debian bullseye/main arm64 libmoox-struct-perl all 0.020-1 [25.4 kB]
10:59:34 #8 7.956 Get:309 http://deb.debian.org/debian bullseye/main arm64 libmouse-perl arm64 2.5.10-1+b1 [170 kB]
10:59:34 #8 7.958 Get:310 http://deb.debian.org/debian bullseye/main arm64 libnumber-range-perl all 0.12-1.1 [8688 B]
10:59:34 #8 7.959 Get:311 http://deb.debian.org/debian bullseye/main arm64 libossp-uuid16 arm64 1.6.2-1.5+b9 [41.8 kB]
10:59:34 #8 7.970 Get:312 http://deb.debian.org/debian bullseye/main arm64 libossp-uuid-perl arm64 1.6.2-1.5+b9 [28.5 kB]
10:59:34 #8 7.972 Get:313 http://deb.debian.org/debian bullseye/main arm64 libpackage-stash-xs-perl arm64 0.29-1+b2 [19.7 kB]
10:59:34 #8 7.973 Get:314 http://deb.debian.org/debian bullseye/main arm64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
10:59:34 #8 7.982 Get:315 http://deb.debian.org/debian bullseye/main arm64 libperlio-gzip-perl arm64 0.19-1+b7 [17.0 kB]
10:59:34 #8 7.984 Get:316 http://deb.debian.org/debian bullseye/main arm64 libpod-parser-perl all 1.63-2 [96.1 kB]
10:59:34 #8 7.989 Get:317 http://deb.debian.org/debian bullseye/main arm64 libpod-constants-perl all 0.19-2 [17.3 kB]
10:59:34 #8 7.990 Get:318 http://deb.debian.org/debian bullseye/main arm64 libproc-processtable-perl arm64 0.59-2+b1 [45.7 kB]
10:59:34 #8 7.991 Get:319 http://deb.debian.org/debian bullseye/main arm64 libre2-9 arm64 20210201+dfsg-1 [151 kB]
10:59:34 #8 7.993 Get:320 http://deb.debian.org/debian bullseye/main arm64 libre-engine-re2-perl arm64 0.14-1 [17.7 kB]
10:59:34 #8 7.995 Get:321 http://deb.debian.org/debian bullseye/main arm64 libreadonly-perl all 2.050-3 [23.1 kB]
10:59:34 #8 7.995 Get:322 http://deb.debian.org/debian bullseye/main arm64 libref-util-perl all 0.204-1 [17.1 kB]
10:59:34 #8 7.997 Get:323 http://deb.debian.org/debian bullseye/main arm64 libref-util-xs-perl arm64 0.117-1+b3 [13.5 kB]
10:59:34 #8 7.998 Get:324 http://deb.debian.org/debian bullseye/main arm64 libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB]
10:59:34 #8 8.007 Get:325 http://deb.debian.org/debian bullseye/main arm64 libregexp-pattern-perl all 0.2.14-1 [18.8 kB]
10:59:34 #8 8.011 Get:326 http://deb.debian.org/debian bullseye/main arm64 libsasl2-modules arm64 2.1.27+dfsg-2.1+deb11u1 [101 kB]
10:59:34 #8 8.012 Get:327 http://deb.debian.org/debian bullseye/main arm64 libsereal-decoder-perl arm64 4.018+ds-1+b1 [95.3 kB]
10:59:34 #8 8.016 Get:328 http://deb.debian.org/debian bullseye/main arm64 libsereal-encoder-perl arm64 4.018+ds-1+b1 [98.3 kB]
10:59:34 #8 8.017 Get:329 http://deb.debian.org/debian bullseye/main arm64 libtask-weaken-perl all 1.06-1 [9252 B]
10:59:34 #8 8.019 Get:330 http://deb.debian.org/debian bullseye/main arm64 libxml-parser-perl arm64 2.46-2 [205 kB]
10:59:34 #8 8.020 Get:331 http://deb.debian.org/debian bullseye/main arm64 libsoap-lite-perl all 1.27-1 [258 kB]
10:59:34 #8 8.022 Get:332 http://deb.debian.org/debian bullseye/main arm64 libsort-key-perl arm64 1.33-2+b3 [36.1 kB]
10:59:34 #8 8.038 Get:333 http://deb.debian.org/debian bullseye/main arm64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
10:59:34 #8 8.039 Get:334 http://deb.debian.org/debian bullseye/main arm64 libstring-escape-perl all 2010.002-2 [19.1 kB]
10:59:34 #8 8.040 Get:335 http://deb.debian.org/debian bullseye/main arm64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
10:59:34 #8 8.042 Get:336 http://deb.debian.org/debian bullseye/main arm64 libsys-cpuaffinity-perl arm64 1.13~03-1 [33.5 kB]
10:59:34 #8 8.043 Get:337 http://deb.debian.org/debian bullseye/main arm64 libterm-readkey-perl arm64 2.38-1+b2 [27.3 kB]
10:59:34 #8 8.044 Get:338 http://deb.debian.org/debian bullseye/main arm64 libtext-levenshteinxs-perl arm64 0.03-4+b8 [8680 B]
10:59:34 #8 8.047 Get:339 http://deb.debian.org/debian bullseye/main arm64 libtext-markdown-discount-perl arm64 0.12-1+b1 [12.9 kB]
10:59:34 #8 8.048 Get:340 http://deb.debian.org/debian bullseye/main arm64 libtext-xslate-perl arm64 3.5.8-1+b1 [195 kB]
10:59:34 #8 8.051 Get:341 http://deb.debian.org/debian bullseye/main arm64 libtime-duration-perl all 1.21-1 [13.7 kB]
10:59:34 #8 8.052 Get:342 http://deb.debian.org/debian bullseye/main arm64 libtime-moment-perl arm64 0.44-1+b3 [75.1 kB]
10:59:34 #8 8.054 Get:343 http://deb.debian.org/debian bullseye/main arm64 libtype-tiny-xs-perl arm64 0.022-1 [24.8 kB]
10:59:34 #8 8.056 Get:344 http://deb.debian.org/debian bullseye/main arm64 libunicode-utf8-perl arm64 0.62-1+b2 [19.8 kB]
10:59:34 #8 8.057 Get:345 http://deb.debian.org/debian bullseye/main arm64 libxdelta2 arm64 1.1.3-9.3 [45.6 kB]
10:59:34 #8 8.058 Get:346 http://deb.debian.org/debian bullseye/main arm64 libxext6 arm64 2:1.3.3-1.1 [51.6 kB]
10:59:34 #8 8.064 Get:347 http://deb.debian.org/debian bullseye/main arm64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
10:59:34 #8 8.067 Get:348 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
10:59:34 #8 8.067 Get:349 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
10:59:34 #8 8.067 Get:350 http://deb.debian.org/debian bullseye/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-2+b1 [326 kB]
10:59:34 #8 8.088 Get:351 http://deb.debian.org/debian bullseye/main arm64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
10:59:34 #8 8.090 Get:352 http://deb.debian.org/debian bullseye/main arm64 libxmlrpc-lite-perl all 0.717-4 [22.6 kB]
10:59:34 #8 8.090 Get:353 http://deb.debian.org/debian bullseye/main arm64 libxmuu1 arm64 2:1.1.2-2+b3 [24.1 kB]
10:59:34 #8 8.091 Get:354 http://deb.debian.org/debian bullseye/main arm64 libyaml-0-2 arm64 0.2.2-1 [45.1 kB]
10:59:34 #8 8.092 Get:355 http://deb.debian.org/debian bullseye/main arm64 libyaml-libyaml-perl arm64 0.82+repack-1+b1 [34.5 kB]
10:59:34 #8 8.094 Get:356 http://deb.debian.org/debian bullseye/main arm64 licensecheck all 3.1.1-2 [50.0 kB]
10:59:35 #8 8.095 Get:357 http://deb.debian.org/debian bullseye/main arm64 lzip arm64 1.22-3 [84.7 kB]
10:59:35 #8 8.097 Get:358 http://deb.debian.org/debian bullseye/main arm64 lzop arm64 1.04-2 [82.8 kB]
10:59:35 #8 8.098 Get:359 http://deb.debian.org/debian bullseye/main arm64 t1utils arm64 1.41-4 [59.8 kB]
10:59:35 #8 8.106 Get:360 http://deb.debian.org/debian bullseye/main arm64 unzip arm64 6.0-26 [165 kB]
10:59:35 #8 8.106 Get:361 http://deb.debian.org/debian bullseye/main arm64 lintian all 2.104.0 [1265 kB]
10:59:35 #8 8.125 Get:362 http://deb.debian.org/debian bullseye/main arm64 lsb-release all 11.1.0 [27.9 kB]
10:59:35 #8 8.125 Get:363 http://deb.debian.org/debian bullseye/main arm64 manpages-dev all 5.10-1 [2309 kB]
10:59:35 #8 8.148 Get:364 http://deb.debian.org/debian bullseye/main arm64 pbzip2 arm64 1.1.13-1 [43.5 kB]
10:59:35 #8 8.148 Get:365 http://deb.debian.org/debian bullseye/main arm64 pixz arm64 1.0.7-1 [20.2 kB]
10:59:35 #8 8.154 Get:366 http://deb.debian.org/debian bullseye/main arm64 xdelta arm64 1.1.3-9.3 [25.8 kB]
10:59:35 #8 8.155 Get:367 http://deb.debian.org/debian bullseye/main arm64 xdelta3 arm64 3.0.11-dfsg-1+b1 [59.7 kB]
10:59:35 #8 8.156 Get:368 http://deb.debian.org/debian bullseye/main arm64 pristine-tar arm64 1.49 [115 kB]
10:59:35 #8 8.156 Get:369 http://deb.debian.org/debian bullseye/main arm64 publicsuffix all 20211207.1025-0+deb11u1 [125 kB]
10:59:35 #8 8.165 Get:370 http://deb.debian.org/debian bullseye/main arm64 python-apt-common all 2.2.1 [96.5 kB]
10:59:35 #8 8.165 Get:371 http://deb.debian.org/debian bullseye/main arm64 python3-apt arm64 2.2.1 [183 kB]
10:59:35 #8 8.165 Get:372 http://deb.debian.org/debian bullseye/main arm64 python3-certifi all 2020.6.20-1 [151 kB]
10:59:35 #8 8.165 Get:373 http://deb.debian.org/debian bullseye/main arm64 python3-idna all 2.10-1 [37.4 kB]
10:59:35 #8 8.165 Get:374 http://deb.debian.org/debian bullseye/main arm64 python3-magic all 2:0.4.20-3 [13.4 kB]
10:59:35 #8 8.165 Get:375 http://deb.debian.org/debian bullseye/main arm64 python3-urllib3 all 1.26.5-1~exp1 [114 kB]
10:59:35 #8 8.167 Get:376 http://deb.debian.org/debian bullseye/main arm64 python3-requests all 2.25.1+dfsg-2 [69.3 kB]
10:59:35 #8 8.168 Get:377 http://deb.debian.org/debian bullseye/main arm64 python3-unidiff all 0.5.5-2 [9604 B]
10:59:35 #8 8.168 Get:378 http://deb.debian.org/debian bullseye/main arm64 python3-xdg all 0.27-2 [41.8 kB]
10:59:35 #8 8.170 Get:379 http://deb.debian.org/debian bullseye/main arm64 shared-mime-info arm64 2.0-1 [700 kB]
10:59:35 #8 8.175 Get:380 http://deb.debian.org/debian bullseye/main arm64 strace arm64 5.10-1 [994 kB]
10:59:35 #8 8.181 Get:381 http://deb.debian.org/debian bullseye/main arm64 xauth arm64 1:1.1-1 [40.0 kB]
10:59:35 #8 8.182 Get:382 http://deb.debian.org/debian bullseye/main arm64 xdg-user-dirs arm64 0.17-2 [53.2 kB]
10:59:35 #8 8.445 debconf: delaying package configuration, since apt-utils is not installed
10:59:35 #8 8.481 Fetched 168 MB in 3s (59.8 MB/s)
10:59:35 #8 8.504 Selecting previously unselected package bsdextrautils.
10:59:35 #8 8.504 (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.)
10:59:35 #8 8.510 Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u1_arm64.deb ...
10:59:35 #8 8.514 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
10:59:35 #8 8.569 Selecting previously unselected package libuchardet0:arm64.
10:59:35 #8 8.569 Preparing to unpack .../01-libuchardet0_0.0.7-1_arm64.deb ...
10:59:35 #8 8.576 Unpacking libuchardet0:arm64 (0.0.7-1) ...
10:59:35 #8 8.617 Selecting previously unselected package groff-base.
10:59:35 #8 8.617 Preparing to unpack .../02-groff-base_1.22.4-6_arm64.deb ...
10:59:35 #8 8.622 Unpacking groff-base (1.22.4-6) ...
10:59:35 #8 8.787 Selecting previously unselected package libgdbm6:arm64.
10:59:35 #8 8.787 Preparing to unpack .../03-libgdbm6_1.19-2_arm64.deb ...
10:59:35 #8 8.791 Unpacking libgdbm6:arm64 (1.19-2) ...
10:59:35 #8 8.837 Selecting previously unselected package libpipeline1:arm64.
10:59:35 #8 8.838 Preparing to unpack .../04-libpipeline1_1.5.3-1_arm64.deb ...
10:59:35 #8 8.843 Unpacking libpipeline1:arm64 (1.5.3-1) ...
10:59:35 #8 8.904 Selecting previously unselected package man-db.
10:59:35 #8 8.904 Preparing to unpack .../05-man-db_2.9.4-2_arm64.deb ...
10:59:35 #8 8.910 Unpacking man-db (2.9.4-2) ...
10:59:36 #8 9.129 Selecting previously unselected package perl-modules-5.32.
10:59:36 #8 9.129 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
10:59:36 #8 9.142 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
10:59:36 #8 9.669 Selecting previously unselected package libgdbm-compat4:arm64.
10:59:36 #8 9.669 Preparing to unpack .../07-libgdbm-compat4_1.19-2_arm64.deb ...
10:59:36 #8 9.673 Unpacking libgdbm-compat4:arm64 (1.19-2) ...
10:59:36 #8 9.724 Selecting previously unselected package libperl5.32:arm64.
10:59:36 #8 9.724 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_arm64.deb ...
10:59:36 #8 9.730 Unpacking libperl5.32:arm64 (5.32.1-4+deb11u2) ...
10:59:37 #8 10.52 Selecting previously unselected package perl.
10:59:37 #8 10.52 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_arm64.deb ...
10:59:37 #8 10.54 Unpacking perl (5.32.1-4+deb11u2) ...
10:59:37 #8 10.64 Selecting previously unselected package liblocale-gettext-perl.
10:59:37 #8 10.64 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_arm64.deb ...
10:59:37 #8 10.65 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
10:59:37 #8 10.77 Selecting previously unselected package libpython3.9-minimal:arm64.
10:59:37 #8 10.77 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_arm64.deb ...
10:59:37 #8 10.83 Unpacking libpython3.9-minimal:arm64 (3.9.2-1) ...
10:59:37 #8 11.13 Selecting previously unselected package libexpat1:arm64.
10:59:37 #8 11.13 Preparing to unpack .../12-libexpat1_2.2.10-2+deb11u3_arm64.deb ...
10:59:38 #8 11.14 Unpacking libexpat1:arm64 (2.2.10-2+deb11u3) ...
10:59:38 #8 11.33 Selecting previously unselected package python3.9-minimal.
10:59:38 #8 11.33 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_arm64.deb ...
10:59:38 #8 11.34 Unpacking python3.9-minimal (3.9.2-1) ...
10:59:38 #8 11.62 Setting up libpython3.9-minimal:arm64 (3.9.2-1) ...
10:59:38 #8 11.64 Setting up libexpat1:arm64 (2.2.10-2+deb11u3) ...
10:59:38 #8 11.65 Setting up python3.9-minimal (3.9.2-1) ...
10:59:39 #8 ...
10:59:39 
10:59:39 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
10:59:39 #13 sha256:80f656a7fc0c9a56c0414b52b580ece15446fcb75b09b6f4b150b0c6e61b42d0
10:59:39 #13 extracting sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 5.6s done
10:59:39 #13 extracting sha256:2af36d48bd2b561139df983cd4f373a63969c05069fa366b3aa84dcaf42c4329 done
10:59:39 #13 DONE 16.9s
10:59:39 
10:59:39 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
10:59:39 #8 sha256:de321459e57141487bd9c55f7febd5b0a34e9ab593cc8e9d9b62a4e8fdb16ae4
10:59:39 #8 12.35 Selecting previously unselected package python3-minimal.
10:59:39 #8 12.35 (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.)
10:59:39 #8 12.35 Preparing to unpack .../0-python3-minimal_3.9.2-3_arm64.deb ...
10:59:39 #8 12.36 Unpacking python3-minimal (3.9.2-3) ...
10:59:39 #8 12.40 Selecting previously unselected package media-types.
10:59:39 #8 12.40 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
10:59:39 #8 12.40 Unpacking media-types (4.0.0) ...
10:59:39 #8 12.44 Selecting previously unselected package libmpdec3:arm64.
10:59:39 #8 12.44 Preparing to unpack .../2-libmpdec3_2.5.1-1_arm64.deb ...
10:59:39 #8 12.45 Unpacking libmpdec3:arm64 (2.5.1-1) ...
10:59:39 #8 12.49 Selecting previously unselected package libncursesw6:arm64.
10:59:39 #8 12.49 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_arm64.deb ...
10:59:39 #8 12.49 Unpacking libncursesw6:arm64 (6.2+20201114-2) ...
10:59:39 #8 12.54 Selecting previously unselected package readline-common.
10:59:39 #8 12.54 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
10:59:39 #8 12.54 Unpacking readline-common (8.1-1) ...
10:59:39 #8 12.59 Selecting previously unselected package libreadline8:arm64.
10:59:39 #8 12.59 Preparing to unpack .../5-libreadline8_8.1-1_arm64.deb ...
10:59:39 #8 12.59 Unpacking libreadline8:arm64 (8.1-1) ...
10:59:39 #8 12.66 Selecting previously unselected package libsqlite3-0:arm64.
10:59:39 #8 12.66 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_arm64.deb ...
10:59:39 #8 12.67 Unpacking libsqlite3-0:arm64 (3.34.1-3) ...
10:59:39 #8 12.76 Selecting previously unselected package libpython3.9-stdlib:arm64.
10:59:39 #8 12.76 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_arm64.deb ...
10:59:39 #8 12.76 Unpacking libpython3.9-stdlib:arm64 (3.9.2-1) ...
10:59:40 #8 13.03 Selecting previously unselected package python3.9.
10:59:40 #8 13.03 Preparing to unpack .../8-python3.9_3.9.2-1_arm64.deb ...
10:59:40 #8 13.04 Unpacking python3.9 (3.9.2-1) ...
10:59:40 #8 13.14 Selecting previously unselected package libpython3-stdlib:arm64.
10:59:40 #8 13.14 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_arm64.deb ...
10:59:40 #8 13.16 Unpacking libpython3-stdlib:arm64 (3.9.2-3) ...
10:59:40 #8 13.37 Setting up python3-minimal (3.9.2-3) ...
10:59:40 #8 13.68 Selecting previously unselected package python3.
10:59:40 #8 13.68 (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.)
10:59:40 #8 13.69 Preparing to unpack .../000-python3_3.9.2-3_arm64.deb ...
10:59:40 #8 13.70 Unpacking python3 (3.9.2-3) ...
10:59:40 #8 13.76 Selecting previously unselected package less.
10:59:40 #8 13.77 Preparing to unpack .../001-less_551-2_arm64.deb ...
10:59:40 #8 13.78 Unpacking less (551-2) ...
10:59:40 #8 13.86 Selecting previously unselected package netbase.
10:59:40 #8 13.86 Preparing to unpack .../002-netbase_6.3_all.deb ...
10:59:40 #8 13.87 Unpacking netbase (6.3) ...
10:59:40 #8 13.91 Selecting previously unselected package sensible-utils.
10:59:40 #8 13.91 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ...
10:59:40 #8 13.92 Unpacking sensible-utils (0.0.14) ...
10:59:41 #8 14.05 Selecting previously unselected package bzip2.
10:59:41 #8 14.05 Preparing to unpack .../004-bzip2_1.0.8-4_arm64.deb ...
10:59:41 #8 14.06 Unpacking bzip2 (1.0.8-4) ...
10:59:41 #8 14.12 Selecting previously unselected package openssl.
10:59:41 #8 14.12 Preparing to unpack .../005-openssl_1.1.1n-0+deb11u3_arm64.deb ...
10:59:41 #8 14.15 Unpacking openssl (1.1.1n-0+deb11u3) ...
10:59:41 #8 14.28 Selecting previously unselected package ca-certificates.
10:59:41 #8 14.28 Preparing to unpack .../006-ca-certificates_20210119_all.deb ...
10:59:41 #8 14.28 Unpacking ca-certificates (20210119) ...
10:59:41 #8 14.34 Selecting previously unselected package libmagic-mgc.
10:59:41 #8 14.34 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3_arm64.deb ...
10:59:41 #8 14.35 Unpacking libmagic-mgc (1:5.39-3) ...
10:59:41 #8 14.42 Selecting previously unselected package libmagic1:arm64.
10:59:41 #8 14.42 Preparing to unpack .../008-libmagic1_1%3a5.39-3_arm64.deb ...
10:59:41 #8 14.42 Unpacking libmagic1:arm64 (1:5.39-3) ...
10:59:41 #8 14.46 Selecting previously unselected package file.
10:59:41 #8 14.46 Preparing to unpack .../009-file_1%3a5.39-3_arm64.deb ...
10:59:41 #8 14.46 Unpacking file (1:5.39-3) ...
10:59:41 #8 14.49 Selecting previously unselected package gettext-base.
10:59:41 #8 14.50 Preparing to unpack .../010-gettext-base_0.21-4_arm64.deb ...
10:59:41 #8 14.50 Unpacking gettext-base (0.21-4) ...
10:59:41 #8 14.54 Selecting previously unselected package manpages.
10:59:41 #8 14.55 Preparing to unpack .../011-manpages_5.10-1_all.deb ...
10:59:41 #8 14.55 Unpacking manpages (5.10-1) ...
10:59:41 #8 14.67 Selecting previously unselected package libmd0:arm64.
10:59:41 #8 14.67 Preparing to unpack .../012-libmd0_1.0.3-3_arm64.deb ...
10:59:41 #8 14.68 Unpacking libmd0:arm64 (1.0.3-3) ...
10:59:41 #8 14.71 Selecting previously unselected package libbsd0:arm64.
10:59:41 #8 14.71 Preparing to unpack .../013-libbsd0_0.11.3-1_arm64.deb ...
10:59:41 #8 14.72 Unpacking libbsd0:arm64 (0.11.3-1) ...
10:59:41 #8 14.76 Selecting previously unselected package libedit2:arm64.
10:59:41 #8 14.76 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_arm64.deb ...
10:59:41 #8 14.76 Unpacking libedit2:arm64 (3.1-20191231-2+b1) ...
10:59:41 #8 14.80 Selecting previously unselected package libcbor0:arm64.
10:59:41 #8 14.80 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_arm64.deb ...
10:59:41 #8 14.81 Unpacking libcbor0:arm64 (0.5.0+dfsg-2) ...
10:59:41 #8 14.84 Selecting previously unselected package libfido2-1:arm64.
10:59:41 #8 14.84 Preparing to unpack .../016-libfido2-1_1.6.0-2_arm64.deb ...
10:59:41 #8 14.85 Unpacking libfido2-1:arm64 (1.6.0-2) ...
10:59:41 #8 14.89 Selecting previously unselected package openssh-client.
10:59:41 #8 14.89 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5+deb11u1_arm64.deb ...
10:59:41 #8 14.90 Unpacking openssh-client (1:8.4p1-5+deb11u1) ...
10:59:41 #8 15.00 Selecting previously unselected package ucf.
10:59:41 #8 15.00 Preparing to unpack .../018-ucf_3.0043_all.deb ...
10:59:41 #8 15.01 Moving old data out of the way
10:59:41 #8 15.01 Unpacking ucf (3.0043) ...
10:59:41 #8 15.04 Selecting previously unselected package xz-utils.
10:59:41 #8 15.05 Preparing to unpack .../019-xz-utils_5.2.5-2.1~deb11u1_arm64.deb ...
10:59:41 #8 15.05 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
10:59:41 #8 15.10 Selecting previously unselected package libsigsegv2:arm64.
10:59:42 #8 15.10 Preparing to unpack .../020-libsigsegv2_2.13-1_arm64.deb ...
10:59:42 #8 15.10 Unpacking libsigsegv2:arm64 (2.13-1) ...
10:59:42 #8 15.13 Selecting previously unselected package m4.
10:59:42 #8 15.13 Preparing to unpack .../021-m4_1.4.18-5_arm64.deb ...
10:59:42 #8 15.14 Unpacking m4 (1.4.18-5) ...
10:59:42 #8 15.18 Selecting previously unselected package autoconf.
10:59:42 #8 15.18 Preparing to unpack .../022-autoconf_2.69-14_all.deb ...
10:59:42 #8 15.18 Unpacking autoconf (2.69-14) ...
10:59:42 #8 15.23 Selecting previously unselected package autotools-dev.
10:59:42 #8 15.23 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ...
10:59:42 #8 15.24 Unpacking autotools-dev (20180224.1+nmu1) ...
10:59:42 #8 15.28 Selecting previously unselected package automake.
10:59:42 #8 15.28 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ...
10:59:42 #8 15.28 Unpacking automake (1:1.16.3-2) ...
10:59:42 #8 15.35 Selecting previously unselected package autopoint.
10:59:42 #8 15.35 Preparing to unpack .../025-autopoint_0.21-4_all.deb ...
10:59:42 #8 15.36 Unpacking autopoint (0.21-4) ...
10:59:42 #8 15.40 Selecting previously unselected package binutils-common:arm64.
10:59:42 #8 15.40 Preparing to unpack .../026-binutils-common_2.35.2-2_arm64.deb ...
10:59:42 #8 15.40 Unpacking binutils-common:arm64 (2.35.2-2) ...
10:59:42 #8 15.62 Selecting previously unselected package libbinutils:arm64.
10:59:42 #8 15.62 Preparing to unpack .../027-libbinutils_2.35.2-2_arm64.deb ...
10:59:42 #8 15.62 Unpacking libbinutils:arm64 (2.35.2-2) ...
10:59:42 #8 15.71 Selecting previously unselected package libctf-nobfd0:arm64.
10:59:42 #8 15.71 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_arm64.deb ...
10:59:42 #8 15.71 Unpacking libctf-nobfd0:arm64 (2.35.2-2) ...
10:59:42 #8 15.75 Selecting previously unselected package libctf0:arm64.
10:59:42 #8 15.75 Preparing to unpack .../029-libctf0_2.35.2-2_arm64.deb ...
10:59:42 #8 15.75 Unpacking libctf0:arm64 (2.35.2-2) ...
10:59:42 #8 15.78 Selecting previously unselected package binutils-aarch64-linux-gnu.
10:59:42 #8 15.79 Preparing to unpack .../030-binutils-aarch64-linux-gnu_2.35.2-2_arm64.deb ...
10:59:42 #8 15.79 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
10:59:43 #8 16.06 Selecting previously unselected package binutils.
10:59:43 #8 16.06 Preparing to unpack .../031-binutils_2.35.2-2_arm64.deb ...
10:59:43 #8 16.06 Unpacking binutils (2.35.2-2) ...
10:59:43 #8 16.09 Selecting previously unselected package libc-dev-bin.
10:59:43 #8 16.09 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u3_arm64.deb ...
10:59:43 #8 16.10 Unpacking libc-dev-bin (2.31-13+deb11u3) ...
10:59:43 #8 16.13 Selecting previously unselected package linux-libc-dev:arm64.
10:59:43 #8 16.13 Preparing to unpack .../033-linux-libc-dev_5.10.127-2_arm64.deb ...
10:59:43 #8 16.14 Unpacking linux-libc-dev:arm64 (5.10.127-2) ...
10:59:43 #8 16.28 Selecting previously unselected package libcrypt-dev:arm64.
10:59:43 #8 16.29 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_arm64.deb ...
10:59:43 #8 16.29 Unpacking libcrypt-dev:arm64 (1:4.4.18-4) ...
10:59:43 #8 16.32 Selecting previously unselected package libtirpc-dev:arm64.
10:59:43 #8 16.33 Preparing to unpack .../035-libtirpc-dev_1.3.1-1_arm64.deb ...
10:59:43 #8 16.33 Unpacking libtirpc-dev:arm64 (1.3.1-1) ...
10:59:43 #8 16.38 Selecting previously unselected package libnsl-dev:arm64.
10:59:43 #8 16.38 Preparing to unpack .../036-libnsl-dev_1.3.0-2_arm64.deb ...
10:59:43 #8 16.38 Unpacking libnsl-dev:arm64 (1.3.0-2) ...
10:59:43 #8 16.42 Selecting previously unselected package libc6-dev:arm64.
10:59:43 #8 16.42 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u3_arm64.deb ...
10:59:43 #8 16.42 Unpacking libc6-dev:arm64 (2.31-13+deb11u3) ...
10:59:43 #8 16.64 Selecting previously unselected package libisl23:arm64.
10:59:43 #8 16.65 Preparing to unpack .../038-libisl23_0.23-1_arm64.deb ...
10:59:43 #8 16.65 Unpacking libisl23:arm64 (0.23-1) ...
10:59:43 #8 16.73 Selecting previously unselected package libmpfr6:arm64.
10:59:43 #8 16.73 Preparing to unpack .../039-libmpfr6_4.1.0-3_arm64.deb ...
10:59:43 #8 16.73 Unpacking libmpfr6:arm64 (4.1.0-3) ...
10:59:43 #8 16.79 Selecting previously unselected package libmpc3:arm64.
10:59:43 #8 16.79 Preparing to unpack .../040-libmpc3_1.2.0-1_arm64.deb ...
10:59:43 #8 16.80 Unpacking libmpc3:arm64 (1.2.0-1) ...
10:59:43 #8 16.83 Selecting previously unselected package cpp-10.
10:59:43 #8 16.83 Preparing to unpack .../041-cpp-10_10.2.1-6_arm64.deb ...
10:59:43 #8 16.83 Unpacking cpp-10 (10.2.1-6) ...
10:59:44 #8 17.43 Selecting previously unselected package cpp.
10:59:44 #8 17.43 Preparing to unpack .../042-cpp_4%3a10.2.1-1_arm64.deb ...
10:59:44 #8 17.44 Unpacking cpp (4:10.2.1-1) ...
10:59:44 #8 17.48 Selecting previously unselected package libcc1-0:arm64.
10:59:44 #8 17.48 Preparing to unpack .../043-libcc1-0_10.2.1-6_arm64.deb ...
10:59:44 #8 17.48 Unpacking libcc1-0:arm64 (10.2.1-6) ...
10:59:44 #8 17.52 Selecting previously unselected package libgomp1:arm64.
10:59:44 #8 17.52 Preparing to unpack .../044-libgomp1_10.2.1-6_arm64.deb ...
10:59:44 #8 17.53 Unpacking libgomp1:arm64 (10.2.1-6) ...
10:59:44 #8 17.57 Selecting previously unselected package libitm1:arm64.
10:59:44 #8 17.57 Preparing to unpack .../045-libitm1_10.2.1-6_arm64.deb ...
10:59:44 #8 17.58 Unpacking libitm1:arm64 (10.2.1-6) ...
10:59:44 #8 17.61 Selecting previously unselected package libatomic1:arm64.
10:59:44 #8 17.61 Preparing to unpack .../046-libatomic1_10.2.1-6_arm64.deb ...
10:59:44 #8 17.62 Unpacking libatomic1:arm64 (10.2.1-6) ...
10:59:44 #8 17.66 Selecting previously unselected package libasan6:arm64.
10:59:44 #8 17.66 Preparing to unpack .../047-libasan6_10.2.1-6_arm64.deb ...
10:59:44 #8 17.66 Unpacking libasan6:arm64 (10.2.1-6) ...
10:59:44 #8 17.86 Selecting previously unselected package liblsan0:arm64.
10:59:44 #8 17.86 Preparing to unpack .../048-liblsan0_10.2.1-6_arm64.deb ...
10:59:44 #8 17.87 Unpacking liblsan0:arm64 (10.2.1-6) ...
10:59:45 #8 17.97 Selecting previously unselected package libtsan0:arm64.
10:59:45 #8 17.97 Preparing to unpack .../049-libtsan0_10.2.1-6_arm64.deb ...
10:59:45 #8 17.97 Unpacking libtsan0:arm64 (10.2.1-6) ...
10:59:45 #8 18.19 Selecting previously unselected package libubsan1:arm64.
10:59:45 #8 18.19 Preparing to unpack .../050-libubsan1_10.2.1-6_arm64.deb ...
10:59:45 #8 18.20 Unpacking libubsan1:arm64 (10.2.1-6) ...
10:59:45 #8 18.29 Selecting previously unselected package libgcc-10-dev:arm64.
10:59:45 #8 18.29 Preparing to unpack .../051-libgcc-10-dev_10.2.1-6_arm64.deb ...
10:59:45 #8 18.29 Unpacking libgcc-10-dev:arm64 (10.2.1-6) ...
10:59:45 #8 18.43 Selecting previously unselected package gcc-10.
10:59:45 #8 18.43 Preparing to unpack .../052-gcc-10_10.2.1-6_arm64.deb ...
10:59:45 #8 18.44 Unpacking gcc-10 (10.2.1-6) ...
10:59:46 #8 19.59 Selecting previously unselected package gcc.
10:59:46 #8 19.59 Preparing to unpack .../053-gcc_4%3a10.2.1-1_arm64.deb ...
10:59:46 #8 19.60 Unpacking gcc (4:10.2.1-1) ...
10:59:46 #8 19.63 Selecting previously unselected package libstdc++-10-dev:arm64.
10:59:46 #8 19.63 Preparing to unpack .../054-libstdc++-10-dev_10.2.1-6_arm64.deb ...
10:59:46 #8 19.63 Unpacking libstdc++-10-dev:arm64 (10.2.1-6) ...
10:59:46 #8 19.85 Selecting previously unselected package g++-10.
10:59:46 #8 19.86 Preparing to unpack .../055-g++-10_10.2.1-6_arm64.deb ...
10:59:46 #8 19.86 Unpacking g++-10 (10.2.1-6) ...
10:59:47 #8 20.53 Selecting previously unselected package g++.
10:59:47 #8 20.53 Preparing to unpack .../056-g++_4%3a10.2.1-1_arm64.deb ...
10:59:47 #8 20.53 Unpacking g++ (4:10.2.1-1) ...
10:59:47 #8 20.56 Selecting previously unselected package make.
10:59:47 #8 20.56 Preparing to unpack .../057-make_4.3-4.1_arm64.deb ...
10:59:47 #8 20.57 Unpacking make (4.3-4.1) ...
10:59:47 #8 20.63 Selecting previously unselected package libdpkg-perl.
10:59:47 #8 20.63 Preparing to unpack .../058-libdpkg-perl_1.20.11_all.deb ...
10:59:47 #8 20.63 Unpacking libdpkg-perl (1.20.11) ...
10:59:47 #8 20.69 Selecting previously unselected package patch.
10:59:47 #8 20.70 Preparing to unpack .../059-patch_2.7.6-7_arm64.deb ...
10:59:47 #8 20.70 Unpacking patch (2.7.6-7) ...
10:59:47 #8 20.73 Selecting previously unselected package dpkg-dev.
10:59:47 #8 20.74 Preparing to unpack .../060-dpkg-dev_1.20.11_all.deb ...
10:59:47 #8 20.74 Unpacking dpkg-dev (1.20.11) ...
10:59:47 #8 20.86 Selecting previously unselected package build-essential.
10:59:47 #8 20.86 Preparing to unpack .../061-build-essential_12.9_arm64.deb ...
10:59:47 #8 20.86 Unpacking build-essential (12.9) ...
10:59:47 #8 20.89 Selecting previously unselected package libbrotli1:arm64.
10:59:47 #8 20.90 Preparing to unpack .../062-libbrotli1_1.0.9-2+b2_arm64.deb ...
10:59:47 #8 20.90 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ...
10:59:47 #8 20.95 Selecting previously unselected package libsasl2-modules-db:arm64.
10:59:48 #8 20.95 Preparing to unpack .../063-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
10:59:48 #8 20.95 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
10:59:48 #8 20.99 Selecting previously unselected package libsasl2-2:arm64.
10:59:48 #8 20.99 Preparing to unpack .../064-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
10:59:48 #8 20.99 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
10:59:48 #8 21.03 Selecting previously unselected package libldap-2.4-2:arm64.
10:59:48 #8 21.04 Preparing to unpack .../065-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_arm64.deb ...
10:59:48 #8 21.04 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
10:59:48 #8 21.09 Selecting previously unselected package libnghttp2-14:arm64.
10:59:48 #8 21.09 Preparing to unpack .../066-libnghttp2-14_1.43.0-1_arm64.deb ...
10:59:48 #8 21.10 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
10:59:48 #8 21.14 Selecting previously unselected package libpsl5:arm64.
10:59:48 #8 21.14 Preparing to unpack .../067-libpsl5_0.21.0-1.2_arm64.deb ...
10:59:48 #8 21.14 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
10:59:48 #8 21.18 Selecting previously unselected package librtmp1:arm64.
10:59:48 #8 21.18 Preparing to unpack .../068-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
10:59:48 #8 21.18 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
10:59:48 #8 21.22 Selecting previously unselected package libssh2-1:arm64.
10:59:48 #8 21.22 Preparing to unpack .../069-libssh2-1_1.9.0-2_arm64.deb ...
10:59:48 #8 21.22 Unpacking libssh2-1:arm64 (1.9.0-2) ...
10:59:48 #8 21.27 Selecting previously unselected package libcurl4:arm64.
10:59:48 #8 21.27 Preparing to unpack .../070-libcurl4_7.74.0-1.3+deb11u2_arm64.deb ...
10:59:48 #8 21.27 Unpacking libcurl4:arm64 (7.74.0-1.3+deb11u2) ...
10:59:48 #8 21.32 Selecting previously unselected package curl.
10:59:48 #8 21.32 Preparing to unpack .../071-curl_7.74.0-1.3+deb11u2_arm64.deb ...
10:59:48 #8 21.32 Unpacking curl (7.74.0-1.3+deb11u2) ...
10:59:48 #8 21.37 Selecting previously unselected package dctrl-tools.
10:59:48 #8 21.38 Preparing to unpack .../072-dctrl-tools_2.24-3_arm64.deb ...
10:59:48 #8 21.38 Unpacking dctrl-tools (2.24-3) ...
10:59:48 #8 21.42 Selecting previously unselected package libdebhelper-perl.
10:59:48 #8 21.42 Preparing to unpack .../073-libdebhelper-perl_13.3.4_all.deb ...
10:59:48 #8 21.42 Unpacking libdebhelper-perl (13.3.4) ...
10:59:48 #8 21.46 Selecting previously unselected package libtool.
10:59:48 #8 21.47 Preparing to unpack .../074-libtool_2.4.6-15_all.deb ...
10:59:48 #8 21.47 Unpacking libtool (2.4.6-15) ...
10:59:48 #8 21.51 Selecting previously unselected package dh-autoreconf.
10:59:48 #8 21.51 Preparing to unpack .../075-dh-autoreconf_20_all.deb ...
10:59:48 #8 21.52 Unpacking dh-autoreconf (20) ...
10:59:48 #8 21.54 Selecting previously unselected package libarchive-zip-perl.
10:59:48 #8 21.55 Preparing to unpack .../076-libarchive-zip-perl_1.68-1_all.deb ...
10:59:48 #8 21.55 Unpacking libarchive-zip-perl (1.68-1) ...
10:59:48 #8 21.59 Selecting previously unselected package libsub-override-perl.
10:59:48 #8 21.59 Preparing to unpack .../077-libsub-override-perl_0.09-2_all.deb ...
10:59:48 #8 21.59 Unpacking libsub-override-perl (0.09-2) ...
10:59:48 #8 21.62 Selecting previously unselected package libfile-stripnondeterminism-perl.
10:59:48 #8 21.62 Preparing to unpack .../078-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
10:59:48 #8 21.62 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
10:59:48 #8 21.65 Selecting previously unselected package dh-strip-nondeterminism.
10:59:48 #8 21.65 Preparing to unpack .../079-dh-strip-nondeterminism_1.12.0-1_all.deb ...
10:59:48 #8 21.66 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
10:59:48 #8 21.69 Selecting previously unselected package libelf1:arm64.
10:59:48 #8 21.69 Preparing to unpack .../080-libelf1_0.183-1_arm64.deb ...
10:59:48 #8 21.69 Unpacking libelf1:arm64 (0.183-1) ...
10:59:48 #8 21.74 Selecting previously unselected package dwz.
10:59:48 #8 21.74 Preparing to unpack .../081-dwz_0.13+20210201-1_arm64.deb ...
10:59:48 #8 21.74 Unpacking dwz (0.13+20210201-1) ...
10:59:48 #8 21.79 Selecting previously unselected package libicu67:arm64.
10:59:48 #8 21.79 Preparing to unpack .../082-libicu67_67.1-7_arm64.deb ...
10:59:48 #8 21.79 Unpacking libicu67:arm64 (67.1-7) ...
10:59:49 #8 22.47 Selecting previously unselected package libxml2:arm64.
10:59:49 #8 22.47 Preparing to unpack .../083-libxml2_2.9.10+dfsg-6.7+deb11u2_arm64.deb ...
10:59:49 #8 22.48 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ...
10:59:49 #8 22.56 Selecting previously unselected package gettext.
10:59:49 #8 22.56 Preparing to unpack .../084-gettext_0.21-4_arm64.deb ...
10:59:49 #8 22.56 Unpacking gettext (0.21-4) ...
10:59:49 #8 22.68 Selecting previously unselected package intltool-debian.
10:59:49 #8 22.68 Preparing to unpack .../085-intltool-debian_0.35.0+20060710.5_all.deb ...
10:59:49 #8 22.68 Unpacking intltool-debian (0.35.0+20060710.5) ...
10:59:49 #8 22.71 Selecting previously unselected package po-debconf.
10:59:49 #8 22.71 Preparing to unpack .../086-po-debconf_1.0.21+nmu1_all.deb ...
10:59:49 #8 22.72 Unpacking po-debconf (1.0.21+nmu1) ...
10:59:49 #8 22.76 Selecting previously unselected package debhelper.
10:59:49 #8 22.76 Preparing to unpack .../087-debhelper_13.3.4_all.deb ...
10:59:49 #8 22.77 Unpacking debhelper (13.3.4) ...
10:59:49 #8 22.87 Selecting previously unselected package debian-keyring.
10:59:49 #8 22.87 Preparing to unpack .../088-debian-keyring_2021.07.26_all.deb ...
10:59:49 #8 22.88 Unpacking debian-keyring (2021.07.26) ...
10:59:51 #8 24.86 Selecting previously unselected package libfakeroot:arm64.
10:59:51 #8 24.86 Preparing to unpack .../089-libfakeroot_1.25.3-1.1_arm64.deb ...
10:59:51 #8 24.86 Unpacking libfakeroot:arm64 (1.25.3-1.1) ...
10:59:51 #8 24.90 Selecting previously unselected package fakeroot.
10:59:52 #8 24.90 Preparing to unpack .../090-fakeroot_1.25.3-1.1_arm64.deb ...
10:59:52 #8 24.90 Unpacking fakeroot (1.25.3-1.1) ...
10:59:52 #8 24.94 Selecting previously unselected package libassuan0:arm64.
10:59:52 #8 24.94 Preparing to unpack .../091-libassuan0_2.5.3-7.1_arm64.deb ...
10:59:52 #8 24.95 Unpacking libassuan0:arm64 (2.5.3-7.1) ...
10:59:52 #8 24.98 Selecting previously unselected package gpgconf.
10:59:52 #8 24.98 Preparing to unpack .../092-gpgconf_2.2.27-2+deb11u2_arm64.deb ...
10:59:52 #8 24.98 Unpacking gpgconf (2.2.27-2+deb11u2) ...
10:59:52 #8 25.03 Selecting previously unselected package libksba8:arm64.
10:59:52 #8 25.03 Preparing to unpack .../093-libksba8_1.5.0-3_arm64.deb ...
10:59:52 #8 25.03 Unpacking libksba8:arm64 (1.5.0-3) ...
10:59:52 #8 25.08 Selecting previously unselected package libnpth0:arm64.
10:59:52 #8 25.08 Preparing to unpack .../094-libnpth0_1.6-3_arm64.deb ...
10:59:52 #8 25.08 Unpacking libnpth0:arm64 (1.6-3) ...
10:59:52 #8 25.12 Selecting previously unselected package dirmngr.
10:59:52 #8 25.12 Preparing to unpack .../095-dirmngr_2.2.27-2+deb11u2_arm64.deb ...
10:59:52 #8 25.13 Unpacking dirmngr (2.2.27-2+deb11u2) ...
10:59:52 #8 25.19 Selecting previously unselected package gnupg-l10n.
10:59:52 #8 25.19 Preparing to unpack .../096-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
10:59:52 #8 25.20 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
10:59:52 #8 25.29 Selecting previously unselected package gnupg-utils.
10:59:52 #8 25.29 Preparing to unpack .../097-gnupg-utils_2.2.27-2+deb11u2_arm64.deb ...
10:59:52 #8 25.30 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
10:59:52 #8 25.37 Selecting previously unselected package gpg.
10:59:52 #8 25.37 Preparing to unpack .../098-gpg_2.2.27-2+deb11u2_arm64.deb ...
10:59:52 #8 25.37 Unpacking gpg (2.2.27-2+deb11u2) ...
10:59:52 #8 25.44 Selecting previously unselected package pinentry-curses.
10:59:52 #8 25.44 Preparing to unpack .../099-pinentry-curses_1.1.0-4_arm64.deb ...
10:59:52 #8 25.45 Unpacking pinentry-curses (1.1.0-4) ...
10:59:52 #8 25.49 Selecting previously unselected package gpg-agent.
10:59:52 #8 25.49 Preparing to unpack .../100-gpg-agent_2.2.27-2+deb11u2_arm64.deb ...
10:59:52 #8 25.50 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
10:59:52 #8 25.55 Selecting previously unselected package gpg-wks-client.
10:59:52 #8 25.55 Preparing to unpack .../101-gpg-wks-client_2.2.27-2+deb11u2_arm64.deb ...
10:59:52 #8 25.56 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
10:59:52 #8 25.60 Selecting previously unselected package gpg-wks-server.
10:59:52 #8 25.60 Preparing to unpack .../102-gpg-wks-server_2.2.27-2+deb11u2_arm64.deb ...
10:59:52 #8 25.60 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
10:59:52 #8 25.64 Selecting previously unselected package gpgsm.
10:59:52 #8 25.64 Preparing to unpack .../103-gpgsm_2.2.27-2+deb11u2_arm64.deb ...
10:59:52 #8 25.65 Unpacking gpgsm (2.2.27-2+deb11u2) ...
10:59:52 #8 25.69 Selecting previously unselected package gnupg.
10:59:52 #8 25.70 Preparing to unpack .../104-gnupg_2.2.27-2+deb11u2_all.deb ...
10:59:52 #8 25.70 Unpacking gnupg (2.2.27-2+deb11u2) ...
10:59:52 #8 25.78 Selecting previously unselected package libfile-dirlist-perl.
10:59:52 #8 25.78 Preparing to unpack .../105-libfile-dirlist-perl_0.05-2_all.deb ...
10:59:52 #8 25.79 Unpacking libfile-dirlist-perl (0.05-2) ...
10:59:52 #8 25.81 Selecting previously unselected package libfile-which-perl.
10:59:52 #8 25.82 Preparing to unpack .../106-libfile-which-perl_1.23-1_all.deb ...
10:59:52 #8 25.82 Unpacking libfile-which-perl (1.23-1) ...
10:59:52 #8 25.85 Selecting previously unselected package libfile-homedir-perl.
10:59:52 #8 25.85 Preparing to unpack .../107-libfile-homedir-perl_1.006-1_all.deb ...
10:59:52 #8 25.85 Unpacking libfile-homedir-perl (1.006-1) ...
10:59:52 #8 25.89 Selecting previously unselected package libfile-touch-perl.
10:59:52 #8 25.89 Preparing to unpack .../108-libfile-touch-perl_0.11-1_all.deb ...
10:59:52 #8 25.89 Unpacking libfile-touch-perl (0.11-1) ...
10:59:52 #8 25.92 Selecting previously unselected package libio-pty-perl.
10:59:53 #8 25.92 Preparing to unpack .../109-libio-pty-perl_1%3a1.15-2_arm64.deb ...
10:59:53 #8 25.93 Unpacking libio-pty-perl (1:1.15-2) ...
10:59:53 #8 25.96 Selecting previously unselected package libipc-run-perl.
10:59:53 #8 25.96 Preparing to unpack .../110-libipc-run-perl_20200505.0-1_all.deb ...
10:59:53 #8 25.97 Unpacking libipc-run-perl (20200505.0-1) ...
10:59:53 #8 26.00 Selecting previously unselected package libclass-method-modifiers-perl.
10:59:53 #8 26.01 Preparing to unpack .../111-libclass-method-modifiers-perl_2.13-1_all.deb ...
10:59:53 #8 26.01 Unpacking libclass-method-modifiers-perl (2.13-1) ...
10:59:53 #8 26.04 Selecting previously unselected package libb-hooks-op-check-perl.
10:59:53 #8 26.04 Preparing to unpack .../112-libb-hooks-op-check-perl_0.22-1+b3_arm64.deb ...
10:59:53 #8 26.04 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
10:59:53 #8 26.08 Selecting previously unselected package libdynaloader-functions-perl.
10:59:53 #8 26.08 Preparing to unpack .../113-libdynaloader-functions-perl_0.003-1.1_all.deb ...
10:59:53 #8 26.08 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
10:59:53 #8 26.11 Selecting previously unselected package libdevel-callchecker-perl.
10:59:53 #8 26.11 Preparing to unpack .../114-libdevel-callchecker-perl_0.008-1+b2_arm64.deb ...
10:59:53 #8 26.12 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
10:59:53 #8 26.15 Selecting previously unselected package libparams-classify-perl.
10:59:53 #8 26.15 Preparing to unpack .../115-libparams-classify-perl_0.015-1+b3_arm64.deb ...
10:59:53 #8 26.16 Unpacking libparams-classify-perl (0.015-1+b3) ...
10:59:53 #8 26.19 Selecting previously unselected package libmodule-runtime-perl.
10:59:53 #8 26.19 Preparing to unpack .../116-libmodule-runtime-perl_0.016-1_all.deb ...
10:59:53 #8 26.20 Unpacking libmodule-runtime-perl (0.016-1) ...
10:59:53 #8 26.23 Selecting previously unselected package libimport-into-perl.
10:59:53 #8 26.23 Preparing to unpack .../117-libimport-into-perl_1.002005-1_all.deb ...
10:59:53 #8 26.24 Unpacking libimport-into-perl (1.002005-1) ...
10:59:53 #8 26.26 Selecting previously unselected package librole-tiny-perl.
10:59:53 #8 26.27 Preparing to unpack .../118-librole-tiny-perl_2.002004-1_all.deb ...
10:59:53 #8 26.27 Unpacking librole-tiny-perl (2.002004-1) ...
10:59:53 #8 26.31 Selecting previously unselected package libstrictures-perl.
10:59:53 #8 26.31 Preparing to unpack .../119-libstrictures-perl_2.000006-1_all.deb ...
10:59:53 #8 26.31 Unpacking libstrictures-perl (2.000006-1) ...
10:59:53 #8 26.34 Selecting previously unselected package libsub-quote-perl.
10:59:53 #8 26.34 Preparing to unpack .../120-libsub-quote-perl_2.006006-1_all.deb ...
10:59:53 #8 26.35 Unpacking libsub-quote-perl (2.006006-1) ...
10:59:53 #8 26.38 Selecting previously unselected package libmoo-perl.
10:59:53 #8 26.38 Preparing to unpack .../121-libmoo-perl_2.004004-1_all.deb ...
10:59:53 #8 26.39 Unpacking libmoo-perl (2.004004-1) ...
10:59:53 #8 26.42 Selecting previously unselected package libencode-locale-perl.
10:59:53 #8 26.42 Preparing to unpack .../122-libencode-locale-perl_1.05-1.1_all.deb ...
10:59:53 #8 26.42 Unpacking libencode-locale-perl (1.05-1.1) ...
10:59:53 #8 26.45 Selecting previously unselected package libtimedate-perl.
10:59:53 #8 26.45 Preparing to unpack .../123-libtimedate-perl_2.3300-2_all.deb ...
10:59:53 #8 26.46 Unpacking libtimedate-perl (2.3300-2) ...
10:59:53 #8 26.49 Selecting previously unselected package libhttp-date-perl.
10:59:53 #8 26.49 Preparing to unpack .../124-libhttp-date-perl_6.05-1_all.deb ...
10:59:53 #8 26.50 Unpacking libhttp-date-perl (6.05-1) ...
10:59:53 #8 26.53 Selecting previously unselected package libfile-listing-perl.
10:59:53 #8 26.53 Preparing to unpack .../125-libfile-listing-perl_6.14-1_all.deb ...
10:59:53 #8 26.53 Unpacking libfile-listing-perl (6.14-1) ...
10:59:53 #8 26.56 Selecting previously unselected package libhtml-tagset-perl.
10:59:53 #8 26.56 Preparing to unpack .../126-libhtml-tagset-perl_3.20-4_all.deb ...
10:59:53 #8 26.57 Unpacking libhtml-tagset-perl (3.20-4) ...
10:59:53 #8 26.60 Selecting previously unselected package liburi-perl.
10:59:53 #8 26.60 Preparing to unpack .../127-liburi-perl_5.08-1_all.deb ...
10:59:53 #8 26.60 Unpacking liburi-perl (5.08-1) ...
10:59:53 #8 26.64 Selecting previously unselected package libhtml-parser-perl.
10:59:53 #8 26.64 Preparing to unpack .../128-libhtml-parser-perl_3.75-1+b1_arm64.deb ...
10:59:53 #8 26.65 Unpacking libhtml-parser-perl (3.75-1+b1) ...
10:59:53 #8 26.68 Selecting previously unselected package libhtml-tree-perl.
10:59:53 #8 26.68 Preparing to unpack .../129-libhtml-tree-perl_5.07-2_all.deb ...
10:59:53 #8 26.69 Unpacking libhtml-tree-perl (5.07-2) ...
10:59:53 #8 26.73 Selecting previously unselected package libio-html-perl.
10:59:53 #8 26.73 Preparing to unpack .../130-libio-html-perl_1.004-2_all.deb ...
10:59:53 #8 26.74 Unpacking libio-html-perl (1.004-2) ...
10:59:53 #8 26.76 Selecting previously unselected package liblwp-mediatypes-perl.
10:59:53 #8 26.77 Preparing to unpack .../131-liblwp-mediatypes-perl_6.04-1_all.deb ...
10:59:53 #8 26.77 Unpacking liblwp-mediatypes-perl (6.04-1) ...
10:59:53 #8 26.80 Selecting previously unselected package libhttp-message-perl.
10:59:53 #8 26.81 Preparing to unpack .../132-libhttp-message-perl_6.28-1_all.deb ...
10:59:53 #8 26.81 Unpacking libhttp-message-perl (6.28-1) ...
10:59:53 #8 26.84 Selecting previously unselected package libhttp-cookies-perl.
10:59:53 #8 26.84 Preparing to unpack .../133-libhttp-cookies-perl_6.10-1_all.deb ...
10:59:53 #8 26.85 Unpacking libhttp-cookies-perl (6.10-1) ...
10:59:53 #8 26.88 Selecting previously unselected package libhttp-negotiate-perl.
10:59:53 #8 26.89 Preparing to unpack .../134-libhttp-negotiate-perl_6.01-1_all.deb ...
10:59:53 #8 26.89 Unpacking libhttp-negotiate-perl (6.01-1) ...
10:59:53 #8 26.92 Selecting previously unselected package perl-openssl-defaults:arm64.
10:59:53 #8 26.92 Preparing to unpack .../135-perl-openssl-defaults_5_arm64.deb ...
10:59:53 #8 26.93 Unpacking perl-openssl-defaults:arm64 (5) ...
10:59:53 #8 26.96 Selecting previously unselected package libnet-ssleay-perl.
10:59:54 #8 26.96 Preparing to unpack .../136-libnet-ssleay-perl_1.88-3+b1_arm64.deb ...
10:59:54 #8 26.96 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
10:59:54 #8 27.04 Selecting previously unselected package libio-socket-ssl-perl.
10:59:54 #8 27.04 Preparing to unpack .../137-libio-socket-ssl-perl_2.069-1_all.deb ...
10:59:54 #8 27.05 Unpacking libio-socket-ssl-perl (2.069-1) ...
10:59:54 #8 27.09 Selecting previously unselected package libnet-http-perl.
10:59:54 #8 27.09 Preparing to unpack .../138-libnet-http-perl_6.20-1_all.deb ...
10:59:54 #8 27.10 Unpacking libnet-http-perl (6.20-1) ...
10:59:54 #8 27.13 Selecting previously unselected package liblwp-protocol-https-perl.
10:59:54 #8 27.13 Preparing to unpack .../139-liblwp-protocol-https-perl_6.10-1_all.deb ...
10:59:54 #8 27.13 Unpacking liblwp-protocol-https-perl (6.10-1) ...
10:59:54 #8 27.16 Selecting previously unselected package libtry-tiny-perl.
10:59:54 #8 27.16 Preparing to unpack .../140-libtry-tiny-perl_0.30-1_all.deb ...
10:59:54 #8 27.17 Unpacking libtry-tiny-perl (0.30-1) ...
10:59:54 #8 27.20 Selecting previously unselected package libwww-robotrules-perl.
10:59:54 #8 27.20 Preparing to unpack .../141-libwww-robotrules-perl_6.02-1_all.deb ...
10:59:54 #8 27.21 Unpacking libwww-robotrules-perl (6.02-1) ...
10:59:54 #8 27.24 Selecting previously unselected package libwww-perl.
10:59:54 #8 27.24 Preparing to unpack .../142-libwww-perl_6.52-1_all.deb ...
10:59:54 #8 27.24 Unpacking libwww-perl (6.52-1) ...
10:59:54 #8 27.29 Selecting previously unselected package patchutils.
10:59:54 #8 27.29 Preparing to unpack .../143-patchutils_0.4.2-1_arm64.deb ...
10:59:54 #8 27.29 Unpacking patchutils (0.4.2-1) ...
10:59:54 #8 27.33 Selecting previously unselected package wdiff.
10:59:54 #8 27.33 Preparing to unpack .../144-wdiff_1.2.2-2+b1_arm64.deb ...
10:59:54 #8 27.34 Unpacking wdiff (1.2.2-2+b1) ...
10:59:54 #8 27.40 Selecting previously unselected package devscripts.
10:59:54 #8 27.40 Preparing to unpack .../145-devscripts_2.21.3+deb11u1_arm64.deb ...
10:59:54 #8 27.42 Unpacking devscripts (2.21.3+deb11u1) ...
10:59:54 #8 27.53 Selecting previously unselected package diffstat.
10:59:54 #8 27.53 Preparing to unpack .../146-diffstat_1.64-1_arm64.deb ...
10:59:54 #8 27.54 Unpacking diffstat (1.64-1) ...
10:59:54 #8 27.57 Selecting previously unselected package distro-info-data.
10:59:54 #8 27.58 Preparing to unpack .../147-distro-info-data_0.51+deb11u2_all.deb ...
10:59:54 #8 27.58 Unpacking distro-info-data (0.51+deb11u2) ...
10:59:54 #8 27.61 Selecting previously unselected package python3-pkg-resources.
10:59:54 #8 27.62 Preparing to unpack .../148-python3-pkg-resources_52.0.0-4_all.deb ...
10:59:54 #8 27.62 Unpacking python3-pkg-resources (52.0.0-4) ...
10:59:54 #8 27.67 Selecting previously unselected package python3-chardet.
10:59:54 #8 27.67 Preparing to unpack .../149-python3-chardet_4.0.0-1_all.deb ...
10:59:54 #8 27.68 Unpacking python3-chardet (4.0.0-1) ...
10:59:54 #8 27.72 Selecting previously unselected package python3-six.
10:59:54 #8 27.72 Preparing to unpack .../150-python3-six_1.16.0-2_all.deb ...
10:59:54 #8 27.72 Unpacking python3-six (1.16.0-2) ...
10:59:54 #8 27.76 Selecting previously unselected package python3-debian.
10:59:54 #8 27.76 Preparing to unpack .../151-python3-debian_0.1.39_all.deb ...
10:59:54 #8 27.76 Unpacking python3-debian (0.1.39) ...
10:59:54 #8 27.80 Selecting previously unselected package libgpgme11:arm64.
10:59:54 #8 27.81 Preparing to unpack .../152-libgpgme11_1.14.0-1+b2_arm64.deb ...
10:59:54 #8 27.81 Unpacking libgpgme11:arm64 (1.14.0-1+b2) ...
10:59:54 #8 27.86 Selecting previously unselected package python3-gpg.
10:59:54 #8 27.86 Preparing to unpack .../153-python3-gpg_1.14.0-1+b2_arm64.deb ...
10:59:54 #8 27.86 Unpacking python3-gpg (1.14.0-1+b2) ...
10:59:54 #8 27.91 Selecting previously unselected package dput.
10:59:54 #8 27.92 Preparing to unpack .../154-dput_1.1.0_all.deb ...
10:59:54 #8 27.93 Unpacking dput (1.1.0) ...
10:59:54 #8 27.96 Selecting previously unselected package equivs.
10:59:55 #8 27.96 Preparing to unpack .../155-equivs_2.3.1_all.deb ...
10:59:55 #8 27.97 Unpacking equivs (2.3.1) ...
10:59:55 #8 28.00 Selecting previously unselected package fonts-dejavu-core.
10:59:55 #8 28.00 Preparing to unpack .../156-fonts-dejavu-core_2.37-2_all.deb ...
10:59:55 #8 28.01 Unpacking fonts-dejavu-core (2.37-2) ...
10:59:55 #8 28.13 Selecting previously unselected package fontconfig-config.
10:59:55 #8 28.14 Preparing to unpack .../157-fontconfig-config_2.13.1-4.2_all.deb ...
10:59:55 #8 28.24 Unpacking fontconfig-config (2.13.1-4.2) ...
10:59:55 #8 28.29 Selecting previously unselected package libcurl3-gnutls:arm64.
10:59:55 #8 28.29 Preparing to unpack .../158-libcurl3-gnutls_7.74.0-1.3+deb11u2_arm64.deb ...
10:59:55 #8 28.30 Unpacking libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u2) ...
10:59:55 #8 28.35 Selecting previously unselected package liberror-perl.
10:59:55 #8 28.36 Preparing to unpack .../159-liberror-perl_0.17029-1_all.deb ...
10:59:55 #8 28.36 Unpacking liberror-perl (0.17029-1) ...
10:59:55 #8 28.39 Selecting previously unselected package git-man.
10:59:55 #8 28.39 Preparing to unpack .../160-git-man_1%3a2.30.2-1_all.deb ...
10:59:55 #8 28.40 Unpacking git-man (1:2.30.2-1) ...
10:59:55 #8 28.51 Selecting previously unselected package git.
10:59:55 #8 28.51 Preparing to unpack .../161-git_1%3a2.30.2-1_arm64.deb ...
10:59:55 #8 28.53 Unpacking git (1:2.30.2-1) ...
10:59:55 #8 29.01 Selecting previously unselected package iso-codes.
10:59:55 #8 29.01 Preparing to unpack .../162-iso-codes_4.6.0-1_all.deb ...
10:59:55 #8 29.01 Unpacking iso-codes (4.6.0-1) ...
10:59:56 #8 29.36 Selecting previously unselected package libalgorithm-diff-perl.
10:59:56 #8 29.37 Preparing to unpack .../163-libalgorithm-diff-perl_1.201-1_all.deb ...
10:59:56 #8 29.37 Unpacking libalgorithm-diff-perl (1.201-1) ...
10:59:56 #8 29.41 Selecting previously unselected package libalgorithm-diff-xs-perl.
10:59:56 #8 29.41 Preparing to unpack .../164-libalgorithm-diff-xs-perl_0.04-6+b1_arm64.deb ...
10:59:56 #8 29.41 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
10:59:56 #8 29.45 Selecting previously unselected package libalgorithm-merge-perl.
10:59:56 #8 29.45 Preparing to unpack .../165-libalgorithm-merge-perl_0.08-3_all.deb ...
10:59:56 #8 29.46 Unpacking libalgorithm-merge-perl (0.08-3) ...
10:59:56 #8 29.49 Selecting previously unselected package libaliased-perl.
10:59:56 #8 29.49 Preparing to unpack .../166-libaliased-perl_0.34-1.1_all.deb ...
10:59:56 #8 29.49 Unpacking libaliased-perl (0.34-1.1) ...
10:59:56 #8 29.53 Selecting previously unselected package libapt-pkg-perl.
10:59:56 #8 29.53 Preparing to unpack .../167-libapt-pkg-perl_0.1.39_arm64.deb ...
10:59:56 #8 29.58 Unpacking libapt-pkg-perl (0.1.39) ...
10:59:56 #8 29.61 Selecting previously unselected package libarchive-cpio-perl.
10:59:56 #8 29.62 Preparing to unpack .../168-libarchive-cpio-perl_0.10-1.1_all.deb ...
10:59:56 #8 29.62 Unpacking libarchive-cpio-perl (0.10-1.1) ...
10:59:56 #8 29.66 Selecting previously unselected package libarchive13:arm64.
10:59:56 #8 29.66 Preparing to unpack .../169-libarchive13_3.4.3-2+deb11u1_arm64.deb ...
10:59:56 #8 29.66 Unpacking libarchive13:arm64 (3.4.3-2+deb11u1) ...
10:59:56 #8 29.72 Selecting previously unselected package libarray-intspan-perl.
10:59:56 #8 29.72 Preparing to unpack .../170-libarray-intspan-perl_2.004-1_all.deb ...
10:59:56 #8 29.72 Unpacking libarray-intspan-perl (2.004-1) ...
10:59:56 #8 29.76 Selecting previously unselected package libauthen-sasl-perl.
10:59:56 #8 29.76 Preparing to unpack .../171-libauthen-sasl-perl_2.1600-1.1_all.deb ...
10:59:56 #8 29.76 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
10:59:56 #8 29.80 Selecting previously unselected package libmodule-implementation-perl.
10:59:56 #8 29.80 Preparing to unpack .../172-libmodule-implementation-perl_0.09-1.1_all.deb ...
10:59:56 #8 29.80 Unpacking libmodule-implementation-perl (0.09-1.1) ...
10:59:56 #8 29.84 Selecting previously unselected package libsub-exporter-progressive-perl.
10:59:56 #8 29.84 Preparing to unpack .../173-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
10:59:56 #8 29.84 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
10:59:56 #8 29.87 Selecting previously unselected package libvariable-magic-perl.
10:59:56 #8 29.88 Preparing to unpack .../174-libvariable-magic-perl_0.62-1+b3_arm64.deb ...
10:59:56 #8 29.88 Unpacking libvariable-magic-perl (0.62-1+b3) ...
10:59:56 #8 29.93 Selecting previously unselected package libb-hooks-endofscope-perl.
10:59:56 #8 29.93 Preparing to unpack .../175-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
10:59:56 #8 29.94 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
10:59:56 #8 29.98 Selecting previously unselected package libpng16-16:arm64.
10:59:56 #8 29.98 Preparing to unpack .../176-libpng16-16_1.6.37-3_arm64.deb ...
10:59:56 #8 29.99 Unpacking libpng16-16:arm64 (1.6.37-3) ...
10:59:56 #8 30.04 Selecting previously unselected package libfreetype6:arm64.
10:59:57 #8 30.04 Preparing to unpack .../177-libfreetype6_2.10.4+dfsg-1+deb11u1_arm64.deb ...
10:59:57 #8 30.05 Unpacking libfreetype6:arm64 (2.10.4+dfsg-1+deb11u1) ...
10:59:57 #8 30.11 Selecting previously unselected package libfontconfig1:arm64.
10:59:57 #8 30.11 Preparing to unpack .../178-libfontconfig1_2.13.1-4.2_arm64.deb ...
10:59:57 #8 30.12 Unpacking libfontconfig1:arm64 (2.13.1-4.2) ...
10:59:57 #8 30.19 Selecting previously unselected package libjpeg62-turbo:arm64.
10:59:57 #8 30.19 Preparing to unpack .../179-libjpeg62-turbo_1%3a2.0.6-4_arm64.deb ...
10:59:57 #8 30.19 Unpacking libjpeg62-turbo:arm64 (1:2.0.6-4) ...
10:59:57 #8 30.25 Selecting previously unselected package libdeflate0:arm64.
10:59:57 #8 30.25 Preparing to unpack .../180-libdeflate0_1.7-1_arm64.deb ...
10:59:57 #8 30.26 Unpacking libdeflate0:arm64 (1.7-1) ...
10:59:57 #8 30.30 Selecting previously unselected package libjbig0:arm64.
10:59:57 #8 30.30 Preparing to unpack .../181-libjbig0_2.1-3.1+b2_arm64.deb ...
10:59:57 #8 30.31 Unpacking libjbig0:arm64 (2.1-3.1+b2) ...
10:59:57 #8 30.35 Selecting previously unselected package libwebp6:arm64.
10:59:57 #8 30.35 Preparing to unpack .../182-libwebp6_0.6.1-2.1_arm64.deb ...
10:59:57 #8 30.35 Unpacking libwebp6:arm64 (0.6.1-2.1) ...
10:59:57 #8 30.41 Selecting previously unselected package libtiff5:arm64.
10:59:57 #8 30.41 Preparing to unpack .../183-libtiff5_4.2.0-1+deb11u1_arm64.deb ...
10:59:57 #8 30.41 Unpacking libtiff5:arm64 (4.2.0-1+deb11u1) ...
10:59:57 #8 30.48 Selecting previously unselected package libxau6:arm64.
10:59:57 #8 30.48 Preparing to unpack .../184-libxau6_1%3a1.0.9-1_arm64.deb ...
10:59:57 #8 30.48 Unpacking libxau6:arm64 (1:1.0.9-1) ...
10:59:57 #8 30.52 Selecting previously unselected package libxdmcp6:arm64.
10:59:57 #8 30.52 Preparing to unpack .../185-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
10:59:57 #8 30.53 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
10:59:57 #8 30.58 Selecting previously unselected package libxcb1:arm64.
10:59:57 #8 30.59 Preparing to unpack .../186-libxcb1_1.14-3_arm64.deb ...
10:59:57 #8 30.59 Unpacking libxcb1:arm64 (1.14-3) ...
10:59:57 #8 30.62 Selecting previously unselected package libx11-data.
10:59:57 #8 30.63 Preparing to unpack .../187-libx11-data_2%3a1.7.2-1_all.deb ...
10:59:57 #8 30.63 Unpacking libx11-data (2:1.7.2-1) ...
10:59:57 #8 30.74 Selecting previously unselected package libx11-6:arm64.
10:59:57 #8 30.74 Preparing to unpack .../188-libx11-6_2%3a1.7.2-1_arm64.deb ...
10:59:57 #8 30.75 Unpacking libx11-6:arm64 (2:1.7.2-1) ...
10:59:57 #8 30.82 Selecting previously unselected package libxpm4:arm64.
10:59:57 #8 30.82 Preparing to unpack .../189-libxpm4_1%3a3.5.12-1_arm64.deb ...
10:59:57 #8 30.83 Unpacking libxpm4:arm64 (1:3.5.12-1) ...
10:59:57 #8 30.87 Selecting previously unselected package libgd3:arm64.
10:59:58 #8 30.88 Preparing to unpack .../190-libgd3_2.3.0-2_arm64.deb ...
10:59:58 #8 30.88 Unpacking libgd3:arm64 (2.3.0-2) ...
10:59:58 #8 30.92 Selecting previously unselected package libc-devtools.
10:59:58 #8 30.92 Preparing to unpack .../191-libc-devtools_2.31-13+deb11u3_arm64.deb ...
10:59:58 #8 30.92 Unpacking libc-devtools (2.31-13+deb11u3) ...
10:59:58 #8 30.96 Selecting previously unselected package libcapture-tiny-perl.
10:59:58 #8 30.97 Preparing to unpack .../192-libcapture-tiny-perl_0.48-1_all.deb ...
10:59:58 #8 30.97 Unpacking libcapture-tiny-perl (0.48-1) ...
10:59:58 #8 31.02 Selecting previously unselected package libclass-data-inheritable-perl.
10:59:58 #8 31.02 Preparing to unpack .../193-libclass-data-inheritable-perl_0.08-3_all.deb ...
10:59:58 #8 31.02 Unpacking libclass-data-inheritable-perl (0.08-3) ...
10:59:58 #8 31.05 Selecting previously unselected package libclass-inspector-perl.
10:59:58 #8 31.06 Preparing to unpack .../194-libclass-inspector-perl_1.36-1_all.deb ...
10:59:58 #8 31.06 Unpacking libclass-inspector-perl (1.36-1) ...
10:59:58 #8 31.10 Selecting previously unselected package libclass-xsaccessor-perl.
10:59:58 #8 31.10 Preparing to unpack .../195-libclass-xsaccessor-perl_1.19-3+b7_arm64.deb ...
10:59:58 #8 31.10 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ...
10:59:58 #8 31.14 Selecting previously unselected package libclone-perl.
10:59:58 #8 31.14 Preparing to unpack .../196-libclone-perl_0.45-1+b1_arm64.deb ...
10:59:58 #8 31.15 Unpacking libclone-perl (0.45-1+b1) ...
10:59:58 #8 31.18 Selecting previously unselected package libcommon-sense-perl.
10:59:58 #8 31.18 Preparing to unpack .../197-libcommon-sense-perl_3.75-1+b4_arm64.deb ...
10:59:58 #8 31.18 Unpacking libcommon-sense-perl (3.75-1+b4) ...
10:59:58 #8 31.22 Selecting previously unselected package libconfig-tiny-perl.
10:59:58 #8 31.22 Preparing to unpack .../198-libconfig-tiny-perl_2.26-1_all.deb ...
10:59:58 #8 31.23 Unpacking libconfig-tiny-perl (2.26-1) ...
10:59:58 #8 31.26 Selecting previously unselected package libparams-util-perl.
10:59:58 #8 31.26 Preparing to unpack .../199-libparams-util-perl_1.102-1+b1_arm64.deb ...
10:59:58 #8 31.27 Unpacking libparams-util-perl (1.102-1+b1) ...
10:59:58 #8 31.30 Selecting previously unselected package libsub-install-perl.
10:59:58 #8 31.30 Preparing to unpack .../200-libsub-install-perl_0.928-1.1_all.deb ...
10:59:58 #8 31.31 Unpacking libsub-install-perl (0.928-1.1) ...
10:59:58 #8 31.34 Selecting previously unselected package libdata-optlist-perl.
10:59:58 #8 31.34 Preparing to unpack .../201-libdata-optlist-perl_0.110-1.1_all.deb ...
10:59:58 #8 31.35 Unpacking libdata-optlist-perl (0.110-1.1) ...
10:59:58 #8 31.38 Selecting previously unselected package libsub-exporter-perl.
10:59:58 #8 31.38 Preparing to unpack .../202-libsub-exporter-perl_0.987-1_all.deb ...
10:59:58 #8 31.38 Unpacking libsub-exporter-perl (0.987-1) ...
10:59:58 #8 31.41 Selecting previously unselected package libconst-fast-perl.
10:59:58 #8 31.42 Preparing to unpack .../203-libconst-fast-perl_0.014-1.1_all.deb ...
10:59:58 #8 31.42 Unpacking libconst-fast-perl (0.014-1.1) ...
10:59:58 #8 31.45 Selecting previously unselected package libwant-perl.
10:59:58 #8 31.45 Preparing to unpack .../204-libwant-perl_0.29-1+b6_arm64.deb ...
10:59:58 #8 31.46 Unpacking libwant-perl (0.29-1+b6) ...
10:59:58 #8 31.50 Selecting previously unselected package libcontextual-return-perl.
10:59:58 #8 31.50 Preparing to unpack .../205-libcontextual-return-perl_0.004014-2_all.deb ...
10:59:58 #8 31.51 Unpacking libcontextual-return-perl (0.004014-2) ...
10:59:58 #8 31.54 Selecting previously unselected package libconvert-binhex-perl.
10:59:58 #8 31.55 Preparing to unpack .../206-libconvert-binhex-perl_1.125-1_all.deb ...
10:59:58 #8 31.55 Unpacking libconvert-binhex-perl (1.125-1) ...
10:59:58 #8 31.59 Selecting previously unselected package libcpanel-json-xs-perl.
10:59:58 #8 31.59 Preparing to unpack .../207-libcpanel-json-xs-perl_4.25-1+b1_arm64.deb ...
10:59:58 #8 31.61 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ...
10:59:58 #8 31.65 Selecting previously unselected package libdevel-stacktrace-perl.
10:59:58 #8 31.65 Preparing to unpack .../208-libdevel-stacktrace-perl_2.0400-1_all.deb ...
10:59:58 #8 31.66 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
10:59:58 #8 31.69 Selecting previously unselected package libexception-class-perl.
10:59:58 #8 31.69 Preparing to unpack .../209-libexception-class-perl_1.44-1_all.deb ...
10:59:58 #8 31.70 Unpacking libexception-class-perl (1.44-1) ...
10:59:58 #8 31.73 Selecting previously unselected package libiterator-perl.
10:59:58 #8 31.73 Preparing to unpack .../210-libiterator-perl_0.03+ds1-1.1_all.deb ...
10:59:58 #8 31.74 Unpacking libiterator-perl (0.03+ds1-1.1) ...
10:59:58 #8 31.77 Selecting previously unselected package libiterator-util-perl.
10:59:58 #8 31.78 Preparing to unpack .../211-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
10:59:58 #8 31.78 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
10:59:58 #8 31.82 Selecting previously unselected package libexporter-tiny-perl.
10:59:58 #8 31.82 Preparing to unpack .../212-libexporter-tiny-perl_1.002002-1_all.deb ...
10:59:58 #8 31.82 Unpacking libexporter-tiny-perl (1.002002-1) ...
10:59:58 #8 31.85 Selecting previously unselected package liblist-moreutils-xs-perl.
10:59:58 #8 31.86 Preparing to unpack .../213-liblist-moreutils-xs-perl_0.430-2_arm64.deb ...
10:59:58 #8 31.86 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
10:59:58 #8 31.89 Selecting previously unselected package liblist-moreutils-perl.
10:59:58 #8 31.89 Preparing to unpack .../214-liblist-moreutils-perl_0.430-2_all.deb ...
10:59:58 #8 31.90 Unpacking liblist-moreutils-perl (0.430-2) ...
10:59:58 #8 31.93 Selecting previously unselected package libdata-dpath-perl.
10:59:58 #8 31.93 Preparing to unpack .../215-libdata-dpath-perl_0.58-1_all.deb ...
10:59:58 #8 31.94 Unpacking libdata-dpath-perl (0.58-1) ...
10:59:58 #8 31.97 Selecting previously unselected package libdata-dump-perl.
10:59:59 #8 31.97 Preparing to unpack .../216-libdata-dump-perl_1.23-1.1_all.deb ...
10:59:59 #8 31.98 Unpacking libdata-dump-perl (1.23-1.1) ...
10:59:59 #8 32.01 Selecting previously unselected package libdata-messagepack-perl.
10:59:59 #8 32.01 Preparing to unpack .../217-libdata-messagepack-perl_1.00-4+b1_arm64.deb ...
10:59:59 #8 32.01 Unpacking libdata-messagepack-perl (1.00-4+b1) ...
10:59:59 #8 32.05 Selecting previously unselected package libnet-domain-tld-perl.
10:59:59 #8 32.05 Preparing to unpack .../218-libnet-domain-tld-perl_1.75-1.1_all.deb ...
10:59:59 #8 32.05 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
10:59:59 #8 32.09 Selecting previously unselected package libdata-validate-domain-perl.
10:59:59 #8 32.09 Preparing to unpack .../219-libdata-validate-domain-perl_0.10-1.1_all.deb ...
10:59:59 #8 32.09 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
10:59:59 #8 32.12 Selecting previously unselected package libdevel-size-perl.
10:59:59 #8 32.12 Preparing to unpack .../220-libdevel-size-perl_0.83-1+b2_arm64.deb ...
10:59:59 #8 32.13 Unpacking libdevel-size-perl (0.83-1+b2) ...
10:59:59 #8 32.16 Selecting previously unselected package libdistro-info-perl.
10:59:59 #8 32.16 Preparing to unpack .../221-libdistro-info-perl_1.0_all.deb ...
10:59:59 #8 32.16 Unpacking libdistro-info-perl (1.0) ...
10:59:59 #8 32.20 Selecting previously unselected package libemail-address-xs-perl.
10:59:59 #8 32.20 Preparing to unpack .../222-libemail-address-xs-perl_1.04-1+b3_arm64.deb ...
10:59:59 #8 32.20 Unpacking libemail-address-xs-perl (1.04-1+b3) ...
10:59:59 #8 32.24 Selecting previously unselected package libfcgi0ldbl:arm64.
10:59:59 #8 32.24 Preparing to unpack .../223-libfcgi0ldbl_2.4.2-2_arm64.deb ...
10:59:59 #8 32.24 Unpacking libfcgi0ldbl:arm64 (2.4.2-2) ...
10:59:59 #8 32.27 Selecting previously unselected package libfcgi-bin.
10:59:59 #8 32.28 Preparing to unpack .../224-libfcgi-bin_2.4.2-2_arm64.deb ...
10:59:59 #8 32.28 Unpacking libfcgi-bin (2.4.2-2) ...
10:59:59 #8 32.31 Selecting previously unselected package libfcgi-perl:arm64.
10:59:59 #8 32.31 Preparing to unpack .../225-libfcgi-perl_0.79+ds-2_arm64.deb ...
10:59:59 #8 32.32 Unpacking libfcgi-perl:arm64 (0.79+ds-2) ...
10:59:59 #8 32.35 Selecting previously unselected package libipc-system-simple-perl.
10:59:59 #8 32.35 Preparing to unpack .../226-libipc-system-simple-perl_1.30-1_all.deb ...
10:59:59 #8 32.35 Unpacking libipc-system-simple-perl (1.30-1) ...
10:59:59 #8 32.38 Selecting previously unselected package libfile-basedir-perl.
10:59:59 #8 32.39 Preparing to unpack .../227-libfile-basedir-perl_0.08-1_all.deb ...
10:59:59 #8 32.39 Unpacking libfile-basedir-perl (0.08-1) ...
10:59:59 #8 32.42 Selecting previously unselected package libfile-chdir-perl.
10:59:59 #8 32.43 Preparing to unpack .../228-libfile-chdir-perl_0.1008-1.1_all.deb ...
10:59:59 #8 32.43 Unpacking libfile-chdir-perl (0.1008-1.1) ...
10:59:59 #8 32.46 Selecting previously unselected package libfile-fcntllock-perl.
10:59:59 #8 32.46 Preparing to unpack .../229-libfile-fcntllock-perl_0.22-3+b7_arm64.deb ...
10:59:59 #8 32.47 Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
10:59:59 #8 32.50 Selecting previously unselected package libnumber-compare-perl.
10:59:59 #8 32.50 Preparing to unpack .../230-libnumber-compare-perl_0.03-1.1_all.deb ...
10:59:59 #8 32.51 Unpacking libnumber-compare-perl (0.03-1.1) ...
10:59:59 #8 32.54 Selecting previously unselected package libtext-glob-perl.
10:59:59 #8 32.54 Preparing to unpack .../231-libtext-glob-perl_0.11-1_all.deb ...
10:59:59 #8 32.54 Unpacking libtext-glob-perl (0.11-1) ...
10:59:59 #8 32.57 Selecting previously unselected package libfile-find-rule-perl.
10:59:59 #8 32.58 Preparing to unpack .../232-libfile-find-rule-perl_0.34-1_all.deb ...
10:59:59 #8 32.58 Unpacking libfile-find-rule-perl (0.34-1) ...
10:59:59 #8 32.61 Selecting previously unselected package libfont-afm-perl.
10:59:59 #8 32.61 Preparing to unpack .../233-libfont-afm-perl_1.20-3_all.deb ...
10:59:59 #8 32.62 Unpacking libfont-afm-perl (1.20-3) ...
10:59:59 #8 32.65 Selecting previously unselected package libio-string-perl.
10:59:59 #8 32.65 Preparing to unpack .../234-libio-string-perl_1.08-3.1_all.deb ...
10:59:59 #8 32.66 Unpacking libio-string-perl (1.08-3.1) ...
10:59:59 #8 32.69 Selecting previously unselected package libfont-ttf-perl.
10:59:59 #8 32.69 Preparing to unpack .../235-libfont-ttf-perl_1.06-1.1_all.deb ...
10:59:59 #8 32.69 Unpacking libfont-ttf-perl (1.06-1.1) ...
10:59:59 #8 32.75 Selecting previously unselected package libio-stringy-perl.
10:59:59 #8 32.75 Preparing to unpack .../236-libio-stringy-perl_2.111-3_all.deb ...
10:59:59 #8 32.78 Unpacking libio-stringy-perl (2.111-3) ...
10:59:59 #8 32.81 Selecting previously unselected package libparams-validate-perl:arm64.
10:59:59 #8 32.81 Preparing to unpack .../237-libparams-validate-perl_1.30-1+b1_arm64.deb ...
10:59:59 #8 32.82 Unpacking libparams-validate-perl:arm64 (1.30-1+b1) ...
10:59:59 #8 32.85 Selecting previously unselected package libgetopt-long-descriptive-perl.
10:59:59 #8 32.86 Preparing to unpack .../238-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
10:59:59 #8 32.86 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
10:59:59 #8 32.89 Selecting previously unselected package libsort-versions-perl.
10:59:59 #8 32.90 Preparing to unpack .../239-libsort-versions-perl_1.62-1_all.deb ...
10:59:59 #8 32.90 Unpacking libsort-versions-perl (1.62-1) ...
10:59:59 #8 32.94 Selecting previously unselected package libgit-wrapper-perl.
10:59:59 #8 32.94 Preparing to unpack .../240-libgit-wrapper-perl_0.048-1_all.deb ...
10:59:59 #8 32.95 Unpacking libgit-wrapper-perl (0.048-1) ...
10:59:59 #8 32.98 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:00:00 #8 32.98 Preparing to unpack .../241-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
11:00:00 #8 32.99 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
11:00:00 #8 33.02 Selecting previously unselected package libio-prompter-perl.
11:00:00 #8 33.02 Preparing to unpack .../242-libio-prompter-perl_0.004015-1_all.deb ...
11:00:00 #8 33.02 Unpacking libio-prompter-perl (0.004015-1) ...
11:00:00 #8 33.06 Selecting previously unselected package libjson-perl.
11:00:00 #8 33.06 Preparing to unpack .../243-libjson-perl_4.03000-1_all.deb ...
11:00:00 #8 33.07 Unpacking libjson-perl (4.03000-1) ...
11:00:00 #8 33.10 Selecting previously unselected package liblog-any-perl.
11:00:00 #8 33.11 Preparing to unpack .../244-liblog-any-perl_1.709-1_all.deb ...
11:00:00 #8 33.11 Unpacking liblog-any-perl (1.709-1) ...
11:00:00 #8 33.15 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:00:00 #8 33.15 Preparing to unpack .../245-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
11:00:00 #8 33.15 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
11:00:00 #8 33.19 Selecting previously unselected package libpackage-stash-perl.
11:00:00 #8 33.19 Preparing to unpack .../246-libpackage-stash-perl_0.39-1_all.deb ...
11:00:00 #8 33.19 Unpacking libpackage-stash-perl (0.39-1) ...
11:00:00 #8 33.23 Selecting previously unselected package libsub-identify-perl.
11:00:00 #8 33.23 Preparing to unpack .../247-libsub-identify-perl_0.14-1+b3_arm64.deb ...
11:00:00 #8 33.23 Unpacking libsub-identify-perl (0.14-1+b3) ...
11:00:00 #8 33.27 Selecting previously unselected package libsub-name-perl.
11:00:00 #8 33.28 Preparing to unpack .../248-libsub-name-perl_0.26-1+b1_arm64.deb ...
11:00:00 #8 33.28 Unpacking libsub-name-perl (0.26-1+b1) ...
11:00:00 #8 33.31 Selecting previously unselected package libnamespace-clean-perl.
11:00:00 #8 33.32 Preparing to unpack .../249-libnamespace-clean-perl_0.27-1_all.deb ...
11:00:00 #8 33.32 Unpacking libnamespace-clean-perl (0.27-1) ...
11:00:00 #8 33.35 Selecting previously unselected package libpath-tiny-perl.
11:00:00 #8 33.36 Preparing to unpack .../250-libpath-tiny-perl_0.118-1_all.deb ...
11:00:00 #8 33.36 Unpacking libpath-tiny-perl (0.118-1) ...
11:00:00 #8 33.44 Selecting previously unselected package libtype-tiny-perl.
11:00:00 #8 33.44 Preparing to unpack .../251-libtype-tiny-perl_1.012001-2_all.deb ...
11:00:00 #8 33.44 Unpacking libtype-tiny-perl (1.012001-2) ...
11:00:00 #8 33.50 Selecting previously unselected package libgitlab-api-v4-perl.
11:00:00 #8 33.50 Preparing to unpack .../252-libgitlab-api-v4-perl_0.26-1_all.deb ...
11:00:00 #8 33.51 Unpacking libgitlab-api-v4-perl (0.26-1) ...
11:00:00 #8 33.55 Selecting previously unselected package libglib2.0-0:arm64.
11:00:00 #8 33.56 Preparing to unpack .../253-libglib2.0-0_2.66.8-1_arm64.deb ...
11:00:00 #8 33.56 Unpacking libglib2.0-0:arm64 (2.66.8-1) ...
11:00:00 #8 33.69 Selecting previously unselected package libglib2.0-data.
11:00:00 #8 33.69 Preparing to unpack .../254-libglib2.0-data_2.66.8-1_all.deb ...
11:00:00 #8 33.70 Unpacking libglib2.0-data (2.66.8-1) ...
11:00:00 #8 33.84 Selecting previously unselected package libgpm2:arm64.
11:00:00 #8 33.84 Preparing to unpack .../255-libgpm2_1.20.7-8_arm64.deb ...
11:00:00 #8 33.85 Unpacking libgpm2:arm64 (1.20.7-8) ...
11:00:00 #8 33.88 Selecting previously unselected package libhash-fieldhash-perl.
11:00:00 #8 33.88 Preparing to unpack .../256-libhash-fieldhash-perl_0.15-1+b3_arm64.deb ...
11:00:00 #8 33.89 Unpacking libhash-fieldhash-perl (0.15-1+b3) ...
11:00:00 #8 33.92 Selecting previously unselected package libhtml-form-perl.
11:00:00 #8 33.92 Preparing to unpack .../257-libhtml-form-perl_6.07-1_all.deb ...
11:00:00 #8 33.93 Unpacking libhtml-form-perl (6.07-1) ...
11:00:00 #8 33.96 Selecting previously unselected package libhtml-format-perl.
11:00:00 #8 33.96 Preparing to unpack .../258-libhtml-format-perl_2.12-1.1_all.deb ...
11:00:00 #8 33.97 Unpacking libhtml-format-perl (2.12-1.1) ...
11:00:00 #8 34.00 Selecting previously unselected package libhtml-html5-entities-perl.
11:00:00 #8 34.00 Preparing to unpack .../259-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
11:00:00 #8 34.00 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
11:00:00 #8 34.03 Selecting previously unselected package libhttp-daemon-perl.
11:00:01 #8 34.04 Preparing to unpack .../260-libhttp-daemon-perl_6.12-1_all.deb ...
11:00:01 #8 34.04 Unpacking libhttp-daemon-perl (6.12-1) ...
11:00:01 #8 34.07 Selecting previously unselected package libio-sessiondata-perl.
11:00:01 #8 34.07 Preparing to unpack .../261-libio-sessiondata-perl_1.03-1.1_all.deb ...
11:00:01 #8 34.08 Unpacking libio-sessiondata-perl (1.03-1.1) ...
11:00:01 #8 34.11 Selecting previously unselected package libipc-run3-perl.
11:00:01 #8 34.11 Preparing to unpack .../262-libipc-run3-perl_0.048-2_all.deb ...
11:00:01 #8 34.12 Unpacking libipc-run3-perl (0.048-2) ...
11:00:01 #8 34.15 Selecting previously unselected package libtypes-serialiser-perl.
11:00:01 #8 34.15 Preparing to unpack .../263-libtypes-serialiser-perl_1.01-1_all.deb ...
11:00:01 #8 34.15 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:00:01 #8 34.18 Selecting previously unselected package libjson-xs-perl.
11:00:01 #8 34.18 Preparing to unpack .../264-libjson-xs-perl_4.030-1+b1_arm64.deb ...
11:00:01 #8 34.19 Unpacking libjson-xs-perl (4.030-1+b1) ...
11:00:01 #8 34.26 Selecting previously unselected package libjson-maybexs-perl.
11:00:01 #8 34.26 Preparing to unpack .../265-libjson-maybexs-perl_1.004003-1_all.deb ...
11:00:01 #8 34.26 Unpacking libjson-maybexs-perl (1.004003-1) ...
11:00:01 #8 34.30 Selecting previously unselected package libldap-common.
11:00:01 #8 34.30 Preparing to unpack .../266-libldap-common_2.4.57+dfsg-3+deb11u1_all.deb ...
11:00:01 #8 34.30 Unpacking libldap-common (2.4.57+dfsg-3+deb11u1) ...
11:00:01 #8 34.33 Selecting previously unselected package liblist-compare-perl.
11:00:01 #8 34.34 Preparing to unpack .../267-liblist-compare-perl_0.55-1_all.deb ...
11:00:01 #8 34.34 Unpacking liblist-compare-perl (0.55-1) ...
11:00:01 #8 34.38 Selecting previously unselected package liblist-someutils-perl.
11:00:01 #8 34.38 Preparing to unpack .../268-liblist-someutils-perl_0.58-1_all.deb ...
11:00:01 #8 34.38 Unpacking liblist-someutils-perl (0.58-1) ...
11:00:01 #8 34.42 Selecting previously unselected package liblist-someutils-xs-perl.
11:00:01 #8 34.42 Preparing to unpack .../269-liblist-someutils-xs-perl_0.58-2+b1_arm64.deb ...
11:00:01 #8 34.42 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ...
11:00:01 #8 34.45 Selecting previously unselected package liblist-utilsby-perl.
11:00:01 #8 34.46 Preparing to unpack .../270-liblist-utilsby-perl_0.11-1_all.deb ...
11:00:01 #8 34.46 Unpacking liblist-utilsby-perl (0.11-1) ...
11:00:01 #8 34.50 Selecting previously unselected package libltdl7:arm64.
11:00:01 #8 34.50 Preparing to unpack .../271-libltdl7_2.4.6-15_arm64.deb ...
11:00:01 #8 34.50 Unpacking libltdl7:arm64 (2.4.6-15) ...
11:00:01 #8 34.54 Selecting previously unselected package libltdl-dev:arm64.
11:00:01 #8 34.55 Preparing to unpack .../272-libltdl-dev_2.4.6-15_arm64.deb ...
11:00:01 #8 34.55 Unpacking libltdl-dev:arm64 (2.4.6-15) ...
11:00:01 #8 34.60 Selecting previously unselected package liblzo2-2:arm64.
11:00:01 #8 34.60 Preparing to unpack .../273-liblzo2-2_2.10-2_arm64.deb ...
11:00:01 #8 34.61 Unpacking liblzo2-2:arm64 (2.10-2) ...
11:00:01 #8 34.64 Selecting previously unselected package libsys-hostname-long-perl.
11:00:01 #8 34.64 Preparing to unpack .../274-libsys-hostname-long-perl_1.5-2_all.deb ...
11:00:01 #8 34.65 Unpacking libsys-hostname-long-perl (1.5-2) ...
11:00:01 #8 34.68 Selecting previously unselected package libmail-sendmail-perl.
11:00:01 #8 34.68 Preparing to unpack .../275-libmail-sendmail-perl_0.80-1.1_all.deb ...
11:00:01 #8 34.69 Unpacking libmail-sendmail-perl (0.80-1.1) ...
11:00:01 #8 34.72 Selecting previously unselected package libnet-smtp-ssl-perl.
11:00:01 #8 34.72 Preparing to unpack .../276-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:00:01 #8 34.73 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:00:01 #8 34.76 Selecting previously unselected package libmailtools-perl.
11:00:01 #8 34.76 Preparing to unpack .../277-libmailtools-perl_2.21-1_all.deb ...
11:00:01 #8 34.77 Unpacking libmailtools-perl (2.21-1) ...
11:00:01 #8 34.81 Selecting previously unselected package libmarkdown2:arm64.
11:00:01 #8 34.81 Preparing to unpack .../278-libmarkdown2_2.2.6-1_arm64.deb ...
11:00:01 #8 34.82 Unpacking libmarkdown2:arm64 (2.2.6-1) ...
11:00:01 #8 34.86 Selecting previously unselected package libmime-tools-perl.
11:00:01 #8 34.86 Preparing to unpack .../279-libmime-tools-perl_5.509-1_all.deb ...
11:00:01 #8 34.86 Unpacking libmime-tools-perl (5.509-1) ...
11:00:01 #8 34.91 Selecting previously unselected package libmoox-aliases-perl.
11:00:01 #8 34.91 Preparing to unpack .../280-libmoox-aliases-perl_0.001006-1.1_all.deb ...
11:00:01 #8 34.92 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
11:00:01 #8 34.95 Selecting previously unselected package libnamespace-autoclean-perl.
11:00:01 #8 34.95 Preparing to unpack .../281-libnamespace-autoclean-perl_0.29-1_all.deb ...
11:00:01 #8 34.96 Unpacking libnamespace-autoclean-perl (0.29-1) ...
11:00:01 #8 34.99 Selecting previously unselected package libobject-id-perl.
11:00:02 #8 34.99 Preparing to unpack .../282-libobject-id-perl_0.1.2-2.1_all.deb ...
11:00:02 #8 34.99 Unpacking libobject-id-perl (0.1.2-2.1) ...
11:00:02 #8 35.03 Selecting previously unselected package libmoox-struct-perl.
11:00:02 #8 35.03 Preparing to unpack .../283-libmoox-struct-perl_0.020-1_all.deb ...
11:00:02 #8 35.03 Unpacking libmoox-struct-perl (0.020-1) ...
11:00:02 #8 35.07 Selecting previously unselected package libmouse-perl.
11:00:02 #8 35.07 Preparing to unpack .../284-libmouse-perl_2.5.10-1+b1_arm64.deb ...
11:00:02 #8 35.08 Unpacking libmouse-perl (2.5.10-1+b1) ...
11:00:02 #8 35.13 Selecting previously unselected package libnumber-range-perl.
11:00:02 #8 35.13 Preparing to unpack .../285-libnumber-range-perl_0.12-1.1_all.deb ...
11:00:02 #8 35.13 Unpacking libnumber-range-perl (0.12-1.1) ...
11:00:02 #8 35.17 Selecting previously unselected package libossp-uuid16:arm64.
11:00:02 #8 35.17 Preparing to unpack .../286-libossp-uuid16_1.6.2-1.5+b9_arm64.deb ...
11:00:02 #8 35.18 Unpacking libossp-uuid16:arm64 (1.6.2-1.5+b9) ...
11:00:02 #8 35.21 Selecting previously unselected package libossp-uuid-perl.
11:00:02 #8 35.21 Preparing to unpack .../287-libossp-uuid-perl_1.6.2-1.5+b9_arm64.deb ...
11:00:02 #8 35.22 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ...
11:00:02 #8 35.25 Selecting previously unselected package libpackage-stash-xs-perl.
11:00:02 #8 35.25 Preparing to unpack .../288-libpackage-stash-xs-perl_0.29-1+b2_arm64.deb ...
11:00:02 #8 35.26 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ...
11:00:02 #8 35.29 Selecting previously unselected package libpath-iterator-rule-perl.
11:00:02 #8 35.30 Preparing to unpack .../289-libpath-iterator-rule-perl_1.014-1_all.deb ...
11:00:02 #8 35.30 Unpacking libpath-iterator-rule-perl (1.014-1) ...
11:00:02 #8 35.33 Selecting previously unselected package libperlio-gzip-perl.
11:00:02 #8 35.34 Preparing to unpack .../290-libperlio-gzip-perl_0.19-1+b7_arm64.deb ...
11:00:02 #8 35.34 Unpacking libperlio-gzip-perl (0.19-1+b7) ...
11:00:02 #8 35.38 Selecting previously unselected package libpod-parser-perl.
11:00:02 #8 35.38 Preparing to unpack .../291-libpod-parser-perl_1.63-2_all.deb ...
11:00:02 #8 35.39 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:00:02 #8 35.40 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
11:00:02 #8 35.41 Unpacking libpod-parser-perl (1.63-2) ...
11:00:02 #8 35.45 Selecting previously unselected package libpod-constants-perl.
11:00:02 #8 35.45 Preparing to unpack .../292-libpod-constants-perl_0.19-2_all.deb ...
11:00:02 #8 35.45 Unpacking libpod-constants-perl (0.19-2) ...
11:00:02 #8 35.48 Selecting previously unselected package libproc-processtable-perl.
11:00:02 #8 35.48 Preparing to unpack .../293-libproc-processtable-perl_0.59-2+b1_arm64.deb ...
11:00:02 #8 35.49 Unpacking libproc-processtable-perl (0.59-2+b1) ...
11:00:02 #8 35.52 Selecting previously unselected package libre2-9:arm64.
11:00:02 #8 35.53 Preparing to unpack .../294-libre2-9_20210201+dfsg-1_arm64.deb ...
11:00:02 #8 35.53 Unpacking libre2-9:arm64 (20210201+dfsg-1) ...
11:00:02 #8 35.57 Selecting previously unselected package libre-engine-re2-perl:arm64.
11:00:02 #8 35.58 Preparing to unpack .../295-libre-engine-re2-perl_0.14-1_arm64.deb ...
11:00:02 #8 35.58 Unpacking libre-engine-re2-perl:arm64 (0.14-1) ...
11:00:02 #8 35.61 Selecting previously unselected package libreadonly-perl.
11:00:02 #8 35.61 Preparing to unpack .../296-libreadonly-perl_2.050-3_all.deb ...
11:00:02 #8 35.62 Unpacking libreadonly-perl (2.050-3) ...
11:00:02 #8 35.65 Selecting previously unselected package libref-util-perl.
11:00:02 #8 35.65 Preparing to unpack .../297-libref-util-perl_0.204-1_all.deb ...
11:00:02 #8 35.66 Unpacking libref-util-perl (0.204-1) ...
11:00:02 #8 35.69 Selecting previously unselected package libref-util-xs-perl.
11:00:02 #8 35.69 Preparing to unpack .../298-libref-util-xs-perl_0.117-1+b3_arm64.deb ...
11:00:02 #8 35.69 Unpacking libref-util-xs-perl (0.117-1+b3) ...
11:00:02 #8 35.73 Selecting previously unselected package libregexp-pattern-license-perl.
11:00:02 #8 35.73 Preparing to unpack .../299-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
11:00:02 #8 35.73 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
11:00:02 #8 35.77 Selecting previously unselected package libregexp-pattern-perl.
11:00:02 #8 35.77 Preparing to unpack .../300-libregexp-pattern-perl_0.2.14-1_all.deb ...
11:00:02 #8 35.77 Unpacking libregexp-pattern-perl (0.2.14-1) ...
11:00:02 #8 35.81 Selecting previously unselected package libsasl2-modules:arm64.
11:00:02 #8 35.82 Preparing to unpack .../301-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_arm64.deb ...
11:00:02 #8 35.82 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:00:02 #8 35.86 Selecting previously unselected package libsereal-decoder-perl.
11:00:02 #8 35.86 Preparing to unpack .../302-libsereal-decoder-perl_4.018+ds-1+b1_arm64.deb ...
11:00:02 #8 35.87 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ...
11:00:02 #8 35.91 Selecting previously unselected package libsereal-encoder-perl.
11:00:02 #8 35.91 Preparing to unpack .../303-libsereal-encoder-perl_4.018+ds-1+b1_arm64.deb ...
11:00:02 #8 35.91 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ...
11:00:02 #8 35.95 Selecting previously unselected package libtask-weaken-perl.
11:00:02 #8 35.96 Preparing to unpack .../304-libtask-weaken-perl_1.06-1_all.deb ...
11:00:02 #8 35.96 Unpacking libtask-weaken-perl (1.06-1) ...
11:00:02 #8 35.99 Selecting previously unselected package libxml-parser-perl:arm64.
11:00:02 #8 35.99 Preparing to unpack .../305-libxml-parser-perl_2.46-2_arm64.deb ...
11:00:02 #8 36.00 Unpacking libxml-parser-perl:arm64 (2.46-2) ...
11:00:02 #8 36.04 Selecting previously unselected package libsoap-lite-perl.
11:00:02 #8 36.05 Preparing to unpack .../306-libsoap-lite-perl_1.27-1_all.deb ...
11:00:02 #8 36.05 Unpacking libsoap-lite-perl (1.27-1) ...
11:00:02 #8 36.11 Selecting previously unselected package libsort-key-perl.
11:00:02 #8 36.11 Preparing to unpack .../307-libsort-key-perl_1.33-2+b3_arm64.deb ...
11:00:03 #8 36.11 Unpacking libsort-key-perl (1.33-2+b3) ...
11:00:03 #8 36.15 Selecting previously unselected package libstring-copyright-perl.
11:00:03 #8 36.15 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ...
11:00:03 #8 36.15 Unpacking libstring-copyright-perl (0.003006-1) ...
11:00:03 #8 36.19 Selecting previously unselected package libstring-escape-perl.
11:00:03 #8 36.19 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ...
11:00:03 #8 36.19 Unpacking libstring-escape-perl (2010.002-2) ...
11:00:03 #8 36.22 Selecting previously unselected package libstring-shellquote-perl.
11:00:03 #8 36.23 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ...
11:00:03 #8 36.23 Unpacking libstring-shellquote-perl (1.04-1) ...
11:00:03 #8 36.26 Selecting previously unselected package libsys-cpuaffinity-perl:arm64.
11:00:03 #8 36.27 Preparing to unpack .../311-libsys-cpuaffinity-perl_1.13~03-1_arm64.deb ...
11:00:03 #8 36.27 Unpacking libsys-cpuaffinity-perl:arm64 (1.13~03-1) ...
11:00:03 #8 36.31 Selecting previously unselected package libterm-readkey-perl.
11:00:03 #8 36.31 Preparing to unpack .../312-libterm-readkey-perl_2.38-1+b2_arm64.deb ...
11:00:03 #8 36.31 Unpacking libterm-readkey-perl (2.38-1+b2) ...
11:00:03 #8 36.35 Selecting previously unselected package libtext-levenshteinxs-perl.
11:00:03 #8 36.35 Preparing to unpack .../313-libtext-levenshteinxs-perl_0.03-4+b8_arm64.deb ...
11:00:03 #8 36.36 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ...
11:00:03 #8 36.39 Selecting previously unselected package libtext-markdown-discount-perl:arm64.
11:00:03 #8 36.39 Preparing to unpack .../314-libtext-markdown-discount-perl_0.12-1+b1_arm64.deb ...
11:00:03 #8 36.39 Unpacking libtext-markdown-discount-perl:arm64 (0.12-1+b1) ...
11:00:03 #8 36.43 Selecting previously unselected package libtext-xslate-perl.
11:00:03 #8 36.43 Preparing to unpack .../315-libtext-xslate-perl_3.5.8-1+b1_arm64.deb ...
11:00:03 #8 36.44 Unpacking libtext-xslate-perl (3.5.8-1+b1) ...
11:00:03 #8 36.49 Selecting previously unselected package libtime-duration-perl.
11:00:03 #8 36.50 Preparing to unpack .../316-libtime-duration-perl_1.21-1_all.deb ...
11:00:03 #8 36.50 Unpacking libtime-duration-perl (1.21-1) ...
11:00:03 #8 36.53 Selecting previously unselected package libtime-moment-perl.
11:00:03 #8 36.53 Preparing to unpack .../317-libtime-moment-perl_0.44-1+b3_arm64.deb ...
11:00:03 #8 36.54 Unpacking libtime-moment-perl (0.44-1+b3) ...
11:00:03 #8 36.57 Selecting previously unselected package libtype-tiny-xs-perl.
11:00:03 #8 36.58 Preparing to unpack .../318-libtype-tiny-xs-perl_0.022-1_arm64.deb ...
11:00:03 #8 36.58 Unpacking libtype-tiny-xs-perl (0.022-1) ...
11:00:03 #8 36.61 Selecting previously unselected package libunicode-utf8-perl.
11:00:03 #8 36.61 Preparing to unpack .../319-libunicode-utf8-perl_0.62-1+b2_arm64.deb ...
11:00:03 #8 36.62 Unpacking libunicode-utf8-perl (0.62-1+b2) ...
11:00:03 #8 36.66 Selecting previously unselected package libxdelta2.
11:00:03 #8 36.66 Preparing to unpack .../320-libxdelta2_1.1.3-9.3_arm64.deb ...
11:00:03 #8 36.67 Unpacking libxdelta2 (1.1.3-9.3) ...
11:00:03 #8 36.71 Selecting previously unselected package libxext6:arm64.
11:00:03 #8 36.71 Preparing to unpack .../321-libxext6_2%3a1.3.3-1.1_arm64.deb ...
11:00:03 #8 36.72 Unpacking libxext6:arm64 (2:1.3.3-1.1) ...
11:00:03 #8 36.75 Selecting previously unselected package libxml-namespacesupport-perl.
11:00:03 #8 36.76 Preparing to unpack .../322-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
11:00:03 #8 36.76 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
11:00:03 #8 36.79 Selecting previously unselected package libxml-sax-base-perl.
11:00:03 #8 36.80 Preparing to unpack .../323-libxml-sax-base-perl_1.09-1.1_all.deb ...
11:00:03 #8 36.80 Unpacking libxml-sax-base-perl (1.09-1.1) ...
11:00:03 #8 36.84 Selecting previously unselected package libxml-sax-perl.
11:00:03 #8 36.84 Preparing to unpack .../324-libxml-sax-perl_1.02+dfsg-1_all.deb ...
11:00:03 #8 36.85 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
11:00:03 #8 36.89 Selecting previously unselected package libxml-libxml-perl.
11:00:03 #8 36.89 Preparing to unpack .../325-libxml-libxml-perl_2.0134+dfsg-2+b1_arm64.deb ...
11:00:03 #8 36.90 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
11:00:03 #8 36.96 Selecting previously unselected package libxml-sax-expat-perl.
11:00:03 #8 36.96 Preparing to unpack .../326-libxml-sax-expat-perl_0.51-1_all.deb ...
11:00:03 #8 36.97 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:00:03 #8 37.00 Selecting previously unselected package libxmlrpc-lite-perl.
11:00:03 #8 37.00 Preparing to unpack .../327-libxmlrpc-lite-perl_0.717-4_all.deb ...
11:00:03 #8 37.00 Unpacking libxmlrpc-lite-perl (0.717-4) ...
11:00:03 #8 37.04 Selecting previously unselected package libxmuu1:arm64.
11:00:03 #8 37.04 Preparing to unpack .../328-libxmuu1_2%3a1.1.2-2+b3_arm64.deb ...
11:00:03 #8 37.05 Unpacking libxmuu1:arm64 (2:1.1.2-2+b3) ...
11:00:03 #8 37.09 Selecting previously unselected package libyaml-0-2:arm64.
11:00:04 #8 37.09 Preparing to unpack .../329-libyaml-0-2_0.2.2-1_arm64.deb ...
11:00:04 #8 37.10 Unpacking libyaml-0-2:arm64 (0.2.2-1) ...
11:00:04 #8 37.13 Selecting previously unselected package libyaml-libyaml-perl.
11:00:04 #8 37.14 Preparing to unpack .../330-libyaml-libyaml-perl_0.82+repack-1+b1_arm64.deb ...
11:00:04 #8 37.14 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ...
11:00:04 #8 37.17 Selecting previously unselected package licensecheck.
11:00:04 #8 37.18 Preparing to unpack .../331-licensecheck_3.1.1-2_all.deb ...
11:00:04 #8 37.18 Unpacking licensecheck (3.1.1-2) ...
11:00:04 #8 37.22 Selecting previously unselected package lzip.
11:00:04 #8 37.22 Preparing to unpack .../332-lzip_1.22-3_arm64.deb ...
11:00:04 #8 37.23 Unpacking lzip (1.22-3) ...
11:00:04 #8 37.26 Selecting previously unselected package lzop.
11:00:04 #8 37.27 Preparing to unpack .../333-lzop_1.04-2_arm64.deb ...
11:00:04 #8 37.27 Unpacking lzop (1.04-2) ...
11:00:04 #8 37.31 Selecting previously unselected package t1utils.
11:00:04 #8 37.31 Preparing to unpack .../334-t1utils_1.41-4_arm64.deb ...
11:00:04 #8 37.32 Unpacking t1utils (1.41-4) ...
11:00:04 #8 37.40 Selecting previously unselected package unzip.
11:00:04 #8 37.40 Preparing to unpack .../335-unzip_6.0-26_arm64.deb ...
11:00:04 #8 37.41 Unpacking unzip (6.0-26) ...
11:00:04 #8 37.46 Selecting previously unselected package lintian.
11:00:04 #8 37.47 Preparing to unpack .../336-lintian_2.104.0_all.deb ...
11:00:04 #8 37.48 Unpacking lintian (2.104.0) ...
11:00:04 #8 37.77 Selecting previously unselected package lsb-release.
11:00:04 #8 37.78 Preparing to unpack .../337-lsb-release_11.1.0_all.deb ...
11:00:04 #8 37.78 Unpacking lsb-release (11.1.0) ...
11:00:04 #8 37.81 Selecting previously unselected package manpages-dev.
11:00:04 #8 37.81 Preparing to unpack .../338-manpages-dev_5.10-1_all.deb ...
11:00:04 #8 37.82 Unpacking manpages-dev (5.10-1) ...
11:00:04 #8 38.11 Selecting previously unselected package pbzip2.
11:00:04 #8 38.12 Preparing to unpack .../339-pbzip2_1.1.13-1_arm64.deb ...
11:00:04 #8 38.12 Unpacking pbzip2 (1.1.13-1) ...
11:00:04 #8 38.15 Selecting previously unselected package pixz.
11:00:04 #8 38.16 Preparing to unpack .../340-pixz_1.0.7-1_arm64.deb ...
11:00:04 #8 38.16 Unpacking pixz (1.0.7-1) ...
11:00:04 #8 38.19 Selecting previously unselected package xdelta.
11:00:05 #8 38.20 Preparing to unpack .../341-xdelta_1.1.3-9.3_arm64.deb ...
11:00:05 #8 38.20 Unpacking xdelta (1.1.3-9.3) ...
11:00:05 #8 38.23 Selecting previously unselected package xdelta3.
11:00:05 #8 38.24 Preparing to unpack .../342-xdelta3_3.0.11-dfsg-1+b1_arm64.deb ...
11:00:05 #8 38.24 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ...
11:00:05 #8 38.28 Selecting previously unselected package pristine-tar.
11:00:05 #8 38.28 Preparing to unpack .../343-pristine-tar_1.49_arm64.deb ...
11:00:05 #8 38.29 Unpacking pristine-tar (1.49) ...
11:00:05 #8 38.33 Selecting previously unselected package publicsuffix.
11:00:05 #8 38.33 Preparing to unpack .../344-publicsuffix_20211207.1025-0+deb11u1_all.deb ...
11:00:05 #8 38.34 Unpacking publicsuffix (20211207.1025-0+deb11u1) ...
11:00:05 #8 38.38 Selecting previously unselected package python-apt-common.
11:00:05 #8 38.38 Preparing to unpack .../345-python-apt-common_2.2.1_all.deb ...
11:00:05 #8 38.39 Unpacking python-apt-common (2.2.1) ...
11:00:05 #8 38.44 Selecting previously unselected package python3-apt.
11:00:05 #8 38.44 Preparing to unpack .../346-python3-apt_2.2.1_arm64.deb ...
11:00:05 #8 38.44 Unpacking python3-apt (2.2.1) ...
11:00:05 #8 38.49 Selecting previously unselected package python3-certifi.
11:00:05 #8 38.50 Preparing to unpack .../347-python3-certifi_2020.6.20-1_all.deb ...
11:00:05 #8 38.50 Unpacking python3-certifi (2020.6.20-1) ...
11:00:05 #8 38.55 Selecting previously unselected package python3-idna.
11:00:05 #8 38.55 Preparing to unpack .../348-python3-idna_2.10-1_all.deb ...
11:00:05 #8 38.55 Unpacking python3-idna (2.10-1) ...
11:00:05 #8 38.60 Selecting previously unselected package python3-magic.
11:00:05 #8 38.60 Preparing to unpack .../349-python3-magic_2%3a0.4.20-3_all.deb ...
11:00:05 #8 38.60 Unpacking python3-magic (2:0.4.20-3) ...
11:00:05 #8 38.64 Selecting previously unselected package python3-urllib3.
11:00:05 #8 38.64 Preparing to unpack .../350-python3-urllib3_1.26.5-1~exp1_all.deb ...
11:00:05 #8 38.64 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
11:00:05 #8 38.69 Selecting previously unselected package python3-requests.
11:00:05 #8 38.69 Preparing to unpack .../351-python3-requests_2.25.1+dfsg-2_all.deb ...
11:00:05 #8 38.70 Unpacking python3-requests (2.25.1+dfsg-2) ...
11:00:05 #8 38.74 Selecting previously unselected package python3-unidiff.
11:00:05 #8 38.75 Preparing to unpack .../352-python3-unidiff_0.5.5-2_all.deb ...
11:00:05 #8 38.75 Unpacking python3-unidiff (0.5.5-2) ...
11:00:05 #8 38.79 Selecting previously unselected package python3-xdg.
11:00:05 #8 38.79 Preparing to unpack .../353-python3-xdg_0.27-2_all.deb ...
11:00:05 #8 38.79 Unpacking python3-xdg (0.27-2) ...
11:00:05 #8 38.84 Selecting previously unselected package shared-mime-info.
11:00:05 #8 38.84 Preparing to unpack .../354-shared-mime-info_2.0-1_arm64.deb ...
11:00:05 #8 38.85 Unpacking shared-mime-info (2.0-1) ...
11:00:06 #8 38.95 Selecting previously unselected package strace.
11:00:06 #8 38.95 Preparing to unpack .../355-strace_5.10-1_arm64.deb ...
11:00:06 #8 38.95 Unpacking strace (5.10-1) ...
11:00:06 #8 39.02 Selecting previously unselected package xauth.
11:00:06 #8 39.02 Preparing to unpack .../356-xauth_1%3a1.1-1_arm64.deb ...
11:00:06 #8 39.03 Unpacking xauth (1:1.1-1) ...
11:00:06 #8 39.07 Selecting previously unselected package xdg-user-dirs.
11:00:06 #8 39.07 Preparing to unpack .../357-xdg-user-dirs_0.17-2_arm64.deb ...
11:00:06 #8 39.08 Unpacking xdg-user-dirs (0.17-2) ...
11:00:06 #8 39.18 Setting up libksba8:arm64 (1.5.0-3) ...
11:00:06 #8 39.19 Setting up media-types (4.0.0) ...
11:00:06 #8 39.20 Setting up libpipeline1:arm64 (1.5.3-1) ...
11:00:06 #8 39.21 Setting up wdiff (1.2.2-2+b1) ...
11:00:06 #8 39.22 Setting up libxau6:arm64 (1:1.0.9-1) ...
11:00:06 #8 39.24 Setting up libre2-9:arm64 (20210201+dfsg-1) ...
11:00:06 #8 39.25 Setting up libpsl5:arm64 (0.21.0-1.2) ...
11:00:06 #8 39.26 Setting up libgpm2:arm64 (1.20.7-8) ...
11:00:06 #8 39.27 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
11:00:06 #8 39.28 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
11:00:06 #8 39.29 Setting up libicu67:arm64 (67.1-7) ...
11:00:06 #8 39.30 Setting up libfcgi0ldbl:arm64 (2.4.2-2) ...
11:00:06 #8 39.31 Setting up xdg-user-dirs (0.17-2) ...
11:00:06 #8 39.34 Setting up libmagic-mgc (1:5.39-3) ...
11:00:06 #8 39.35 Setting up libyaml-0-2:arm64 (0.2.2-1) ...
11:00:06 #8 39.36 Setting up libglib2.0-0:arm64 (2.66.8-1) ...
11:00:06 #8 39.40 No schema files found: doing nothing.
11:00:06 #8 39.41 Setting up distro-info-data (0.51+deb11u2) ...
11:00:06 #8 39.42 Setting up manpages (5.10-1) ...
11:00:06 #8 39.43 Setting up unzip (6.0-26) ...
11:00:06 #8 39.44 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
11:00:06 #8 39.46 Setting up libbrotli1:arm64 (1.0.9-2+b2) ...
11:00:06 #8 39.47 Setting up libsqlite3-0:arm64 (3.34.1-3) ...
11:00:06 #8 39.48 Setting up libcbor0:arm64 (0.5.0+dfsg-2) ...
11:00:06 #8 39.49 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:00:06 #8 39.51 Setting up libfcgi-bin (2.4.2-2) ...
11:00:06 #8 39.52 Setting up binutils-common:arm64 (2.35.2-2) ...
11:00:06 #8 39.54 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
11:00:06 #8 39.55 Setting up libmagic1:arm64 (1:5.39-3) ...
11:00:06 #8 39.57 Setting up libdeflate0:arm64 (1.7-1) ...
11:00:06 #8 39.58 Setting up less (551-2) ...
11:00:06 #8 39.59 Setting up perl-openssl-defaults:arm64 (5) ...
11:00:06 #8 39.60 Setting up linux-libc-dev:arm64 (5.10.127-2) ...
11:00:06 #8 39.61 Setting up libctf-nobfd0:arm64 (2.35.2-2) ...
11:00:06 #8 39.62 Setting up gettext-base (0.21-4) ...
11:00:06 #8 39.63 Setting up liblzo2-2:arm64 (2.10-2) ...
11:00:06 #8 39.65 Setting up libnpth0:arm64 (1.6-3) ...
11:00:06 #8 39.66 Setting up file (1:5.39-3) ...
11:00:06 #8 39.67 Setting up libossp-uuid16:arm64 (1.6.2-1.5+b9) ...
11:00:06 #8 39.68 Setting up libassuan0:arm64 (2.5.3-7.1) ...
11:00:06 #8 39.69 Setting up libgomp1:arm64 (10.2.1-6) ...
11:00:06 #8 39.70 Setting up bzip2 (1.0.8-4) ...
11:00:06 #8 39.71 Setting up libldap-common (2.4.57+dfsg-3+deb11u1) ...
11:00:06 #8 39.72 Setting up pbzip2 (1.1.13-1) ...
11:00:06 #8 39.74 Setting up libjbig0:arm64 (2.1-3.1+b2) ...
11:00:06 #8 39.75 Setting up libfakeroot:arm64 (1.25.3-1.1) ...
11:00:06 #8 39.76 Setting up libasan6:arm64 (10.2.1-6) ...
11:00:06 #8 39.77 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:00:06 #8 39.78 Setting up fakeroot (1.25.3-1.1) ...
11:00:06 #8 39.79 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:00:06 #8 39.80 Setting up autotools-dev (20180224.1+nmu1) ...
11:00:06 #8 39.81 Setting up libglib2.0-data (2.66.8-1) ...
11:00:06 #8 39.85 Setting up libtirpc-dev:arm64 (1.3.1-1) ...
11:00:06 #8 39.86 Setting up libjpeg62-turbo:arm64 (1:2.0.6-4) ...
11:00:06 #8 39.87 Setting up libx11-data (2:1.7.2-1) ...
11:00:06 #8 39.88 Setting up make (4.3-4.1) ...
11:00:06 #8 39.89 Setting up libmpfr6:arm64 (4.1.0-3) ...
11:00:06 #8 39.91 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
11:00:06 #8 39.92 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
11:00:06 #8 39.93 Setting up lzip (1.22-3) ...
11:00:06 #8 39.96 Setting up strace (5.10-1) ...
11:00:07 #8 39.96 Setting up libsigsegv2:arm64 (2.13-1) ...
11:00:07 #8 39.98 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:00:07 #8 39.99 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:00:07 #8 40.00 Setting up t1utils (1.41-4) ...
11:00:07 #8 40.01 Setting up diffstat (1.64-1) ...
11:00:07 #8 40.02 Setting up libpng16-16:arm64 (1.6.37-3) ...
11:00:07 #8 40.03 Setting up libmpc3:arm64 (1.2.0-1) ...
11:00:07 #8 40.04 Setting up libatomic1:arm64 (10.2.1-6) ...
11:00:07 #8 40.05 Setting up patch (2.7.6-7) ...
11:00:07 #8 40.06 Setting up autopoint (0.21-4) ...
11:00:07 #8 40.08 Setting up libwebp6:arm64 (0.6.1-2.1) ...
11:00:07 #8 40.09 Setting up fonts-dejavu-core (2.37-2) ...
11:00:07 #8 40.14 Setting up libxdelta2 (1.1.3-9.3) ...
11:00:07 #8 40.16 Setting up libncursesw6:arm64 (6.2+20201114-2) ...
11:00:07 #8 40.17 Setting up libltdl7:arm64 (2.4.6-15) ...
11:00:07 #8 40.18 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1+deb11u1) ...
11:00:07 #8 40.19 Setting up libubsan1:arm64 (10.2.1-6) ...
11:00:07 #8 40.20 Setting up libmd0:arm64 (1.0.3-3) ...
11:00:07 #8 40.21 Setting up python-apt-common (2.2.1) ...
11:00:07 #8 40.22 Setting up libnsl-dev:arm64 (1.3.0-2) ...
11:00:07 #8 40.25 Setting up sensible-utils (0.0.14) ...
11:00:07 #8 40.26 Setting up xdelta3 (3.0.11-dfsg-1+b1) ...
11:00:07 #8 40.27 Setting up libcrypt-dev:arm64 (1:4.4.18-4) ...
11:00:07 #8 40.28 Setting up libuchardet0:arm64 (0.0.7-1) ...
11:00:07 #8 40.30 Setting up lzop (1.04-2) ...
11:00:07 #8 40.31 Setting up libmpdec3:arm64 (2.5.1-1) ...
11:00:07 #8 40.32 Setting up git-man (1:2.30.2-1) ...
11:00:07 #8 40.33 Setting up libssh2-1:arm64 (1.9.0-2) ...
11:00:07 #8 40.34 Setting up netbase (6.3) ...
11:00:07 #8 40.38 Setting up libtiff5:arm64 (4.2.0-1+deb11u1) ...
11:00:07 #8 40.39 Setting up libbinutils:arm64 (2.35.2-2) ...
11:00:07 #8 40.40 Setting up libfido2-1:arm64 (1.6.0-2) ...
11:00:07 #8 40.41 Setting up libisl23:arm64 (0.23-1) ...
11:00:07 #8 40.43 Setting up libc-dev-bin (2.31-13+deb11u3) ...
11:00:07 #8 40.44 Setting up openssl (1.1.1n-0+deb11u3) ...
11:00:07 #8 40.46 Setting up libbsd0:arm64 (0.11.3-1) ...
11:00:07 #8 40.47 Setting up libelf1:arm64 (0.183-1) ...
11:00:07 #8 40.48 Setting up readline-common (8.1-1) ...
11:00:07 #8 40.49 Setting up publicsuffix (20211207.1025-0+deb11u1) ...
11:00:07 #8 40.51 Setting up libxml2:arm64 (2.9.10+dfsg-6.7+deb11u2) ...
11:00:07 #8 40.52 Setting up libmarkdown2:arm64 (2.2.6-1) ...
11:00:07 #8 40.53 Setting up libcc1-0:arm64 (10.2.1-6) ...
11:00:07 #8 40.54 Setting up iso-codes (4.6.0-1) ...
11:00:07 #8 40.56 Setting up liblocale-gettext-perl (1.07-4+b1) ...
11:00:07 #8 40.57 Setting up liblsan0:arm64 (10.2.1-6) ...
11:00:07 #8 40.58 Setting up cpp-10 (10.2.1-6) ...
11:00:07 #8 40.59 Setting up dctrl-tools (2.24-3) ...
11:00:07 #8 40.61 Setting up libitm1:arm64 (10.2.1-6) ...
11:00:07 #8 40.63 Setting up debian-keyring (2021.07.26) ...
11:00:07 #8 40.64 Setting up libgdbm6:arm64 (1.19-2) ...
11:00:07 #8 40.65 Setting up libtsan0:arm64 (10.2.1-6) ...
11:00:07 #8 40.66 Setting up libctf0:arm64 (2.35.2-2) ...
11:00:07 #8 40.67 Setting up pinentry-curses (1.1.0-4) ...
11:00:07 #8 40.69 Setting up manpages-dev (5.10-1) ...
11:00:07 #8 40.71 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
11:00:07 #8 40.72 Setting up libxcb1:arm64 (1.14-3) ...
11:00:07 #8 40.73 Setting up gettext (0.21-4) ...
11:00:07 #8 40.75 Setting up xdelta (1.1.3-9.3) ...
11:00:07 #8 40.76 Setting up libarchive13:arm64 (3.4.3-2+deb11u1) ...
11:00:07 #8 40.77 Setting up libgcc-10-dev:arm64 (10.2.1-6) ...
11:00:07 #8 40.79 Setting up libedit2:arm64 (3.1-20191231-2+b1) ...
11:00:07 #8 40.80 Setting up libreadline8:arm64 (8.1-1) ...
11:00:07 #8 40.81 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3+deb11u1) ...
11:00:07 #8 40.82 Setting up m4 (1.4.18-5) ...
11:00:07 #8 40.84 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
11:00:07 #8 40.85 Setting up libcurl3-gnutls:arm64 (7.74.0-1.3+deb11u2) ...
11:00:07 #8 40.86 Setting up binutils (2.35.2-2) ...
11:00:07 #8 40.87 Setting up ca-certificates (20210119) ...
11:00:08 #8 41.36 Updating certificates in /etc/ssl/certs...
11:00:08 #8 41.92 129 added, 0 removed; done.
11:00:08 #8 42.00 Setting up libfreetype6:arm64 (2.10.4+dfsg-1+deb11u1) ...
11:00:08 #8 42.01 Setting up shared-mime-info (2.0-1) ...
11:00:11 #8 44.25 Setting up libgdbm-compat4:arm64 (1.19-2) ...
11:00:11 #8 44.26 Setting up ucf (3.0043) ...
11:00:11 #8 44.40 Setting up libperl5.32:arm64 (5.32.1-4+deb11u2) ...
11:00:11 #8 44.41 Setting up gcc-10 (10.2.1-6) ...
11:00:11 #8 44.42 Setting up dwz (0.13+20210201-1) ...
11:00:11 #8 44.43 Setting up groff-base (1.22.4-6) ...
11:00:11 #8 44.45 Setting up cpp (4:10.2.1-1) ...
11:00:11 #8 44.47 Setting up pixz (1.0.7-1) ...
11:00:11 #8 44.48 Setting up gpgconf (2.2.27-2+deb11u2) ...
11:00:11 #8 44.49 Setting up libcurl4:arm64 (7.74.0-1.3+deb11u2) ...
11:00:11 #8 44.50 Setting up libc6-dev:arm64 (2.31-13+deb11u3) ...
11:00:11 #8 44.52 Setting up libx11-6:arm64 (2:1.7.2-1) ...
11:00:11 #8 44.53 Setting up curl (7.74.0-1.3+deb11u2) ...
11:00:11 #8 44.54 Setting up libxmuu1:arm64 (2:1.1.2-2+b3) ...
11:00:11 #8 44.55 Setting up gpg (2.2.27-2+deb11u2) ...
11:00:11 #8 44.56 Setting up libpython3.9-stdlib:arm64 (3.9.2-1) ...
11:00:11 #8 44.57 Setting up libpython3-stdlib:arm64 (3.9.2-3) ...
11:00:11 #8 44.58 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
11:00:11 #8 44.59 Setting up libstdc++-10-dev:arm64 (10.2.1-6) ...
11:00:11 #8 44.61 Setting up gpg-agent (2.2.27-2+deb11u2) ...
11:00:11 #8 45.08 Setting up g++-10 (10.2.1-6) ...
11:00:11 #8 45.09 Setting up libxpm4:arm64 (1:3.5.12-1) ...
11:00:12 #8 45.11 Setting up libtool (2.4.6-15) ...
11:00:12 #8 45.12 Setting up fontconfig-config (2.13.1-4.2) ...
11:00:12 #8 45.37 Setting up openssh-client (1:8.4p1-5+deb11u1) ...
11:00:12 #8 45.46 Setting up gpgsm (2.2.27-2+deb11u2) ...
11:00:12 #8 45.47 Setting up libxext6:arm64 (2:1.3.3-1.1) ...
11:00:12 #8 45.49 Setting up man-db (2.9.4-2) ...
11:00:12 #8 45.61 Building database of manual pages ...
11:00:27 #8 59.60 Setting up libgpgme11:arm64 (1.14.0-1+b2) ...
11:00:27 #8 59.61 Setting up gcc (4:10.2.1-1) ...
11:00:27 #8 59.64 Setting up dirmngr (2.2.27-2+deb11u2) ...
11:00:27 #8 59.77 Setting up perl (5.32.1-4+deb11u2) ...
11:00:27 #8 59.79 Setting up libpackage-stash-xs-perl (0.29-1+b2) ...
11:00:27 #8 59.80 Setting up libclass-data-inheritable-perl (0.08-3) ...
11:00:27 #8 59.81 Setting up libdata-dump-perl (1.23-1.1) ...
11:00:27 #8 59.82 Setting up libref-util-perl (0.204-1) ...
11:00:27 #8 59.84 Setting up libipc-system-simple-perl (1.30-1) ...
11:00:27 #8 59.85 Setting up libnet-domain-tld-perl (1.75-1.1) ...
11:00:27 #8 59.86 Setting up libhash-fieldhash-perl (0.15-1+b3) ...
11:00:27 #8 59.87 Setting up libvariable-magic-perl (0.62-1+b3) ...
11:00:27 #8 59.88 Setting up libio-html-perl (1.004-2) ...
11:00:27 #8 59.89 Setting up libpod-parser-perl (1.63-2) ...
11:00:27 #8 59.90 Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
11:00:27 #8 59.91 Setting up liblist-moreutils-xs-perl (0.430-2) ...
11:00:27 #8 59.92 Setting up libparams-util-perl (1.102-1+b1) ...
11:00:27 #8 59.93 Setting up libdpkg-perl (1.20.11) ...
11:00:27 #8 59.94 Setting up libtime-duration-perl (1.21-1) ...
11:00:27 #8 59.95 Setting up autoconf (2.69-14) ...
11:00:27 #8 59.96 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:00:27 #8 59.97 Setting up libarray-intspan-perl (2.004-1) ...
11:00:27 #8 59.98 Setting up libcapture-tiny-perl (0.48-1) ...
11:00:27 #8 59.99 Setting up libtimedate-perl (2.3300-2) ...
11:00:27 #8 60.01 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
11:00:27 #8 60.02 Setting up libsub-name-perl (0.26-1+b1) ...
11:00:27 #8 60.03 Setting up libtype-tiny-xs-perl (0.022-1) ...
11:00:27 #8 60.04 Setting up g++ (4:10.2.1-1) ...
11:00:27 #8 60.06 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:00:27 #8 60.07 Setting up libdata-validate-domain-perl (0.10-1.1) ...
11:00:27 #8 60.08 Setting up libproc-processtable-perl (0.59-2+b1) ...
11:00:27 #8 60.09 Setting up libfile-chdir-perl (0.1008-1.1) ...
11:00:27 #8 60.10 Setting up xauth (1:1.1-1) ...
11:00:27 #8 60.11 Setting up libpath-tiny-perl (0.118-1) ...
11:00:27 #8 60.11 Setting up libarchive-cpio-perl (0.10-1.1) ...
11:00:27 #8 60.13 Setting up libjson-perl (4.03000-1) ...
11:00:27 #8 60.14 Setting up libipc-run3-perl (0.048-2) ...
11:00:27 #8 60.15 Setting up libfcgi-perl:arm64 (0.79+ds-2) ...
11:00:27 #8 60.15 Setting up libsub-override-perl (0.09-2) ...
11:00:27 #8 60.16 Setting up libaliased-perl (0.34-1.1) ...
11:00:27 #8 60.17 Setting up libstrictures-perl (2.000006-1) ...
11:00:27 #8 60.18 Setting up libsub-quote-perl (2.006006-1) ...
11:00:27 #8 60.19 Setting up libdevel-stacktrace-perl (2.0400-1) ...
11:00:27 #8 60.20 Setting up libclass-xsaccessor-perl (1.19-3+b7) ...
11:00:27 #8 60.21 Setting up libfontconfig1:arm64 (2.13.1-4.2) ...
11:00:27 #8 60.22 Setting up libsort-versions-perl (1.62-1) ...
11:00:27 #8 60.23 Setting up libexporter-tiny-perl (1.002002-1) ...
11:00:27 #8 60.24 Setting up libre-engine-re2-perl:arm64 (0.14-1) ...
11:00:27 #8 60.25 Setting up libfile-dirlist-perl (0.05-2) ...
11:00:27 #8 60.26 Setting up libterm-readkey-perl (2.38-1+b2) ...
11:00:27 #8 60.27 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ...
11:00:27 #8 60.28 Setting up libperlio-gzip-perl (0.19-1+b7) ...
11:00:27 #8 60.29 Setting up libsys-hostname-long-perl (1.5-2) ...
11:00:27 #8 60.30 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
11:00:27 #8 60.31 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ...
11:00:27 #8 60.32 Setting up liburi-perl (5.08-1) ...
11:00:27 #8 60.33 Setting up libfile-touch-perl (0.11-1) ...
11:00:27 #8 60.34 Setting up python3.9 (3.9.2-1) ...
11:00:27 #8 60.99 Setting up libemail-address-xs-perl (1.04-1+b3) ...
11:00:27 #8 61.00 Setting up libnet-ssleay-perl (1.88-3+b1) ...
11:00:27 #8 61.01 Setting up automake (1:1.16.3-2) ...
11:00:27 #8 61.02 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:00:27 #8 61.03 Setting up libapt-pkg-perl (0.1.39) ...
11:00:27 #8 61.04 Setting up libio-sessiondata-perl (1.03-1.1) ...
11:00:27 #8 61.05 Setting up libstring-escape-perl (2010.002-2) ...
11:00:27 #8 61.06 Setting up libhttp-date-perl (6.05-1) ...
11:00:27 #8 61.07 Setting up libfile-which-perl (1.23-1) ...
11:00:27 #8 61.08 Setting up libfile-basedir-perl (0.08-1) ...
11:00:27 #8 61.09 Setting up libnumber-range-perl (0.12-1.1) ...
11:00:27 #8 61.10 Setting up libtask-weaken-perl (1.06-1) ...
11:00:28 #8 61.11 Setting up libunicode-utf8-perl (0.62-1+b2) ...
11:00:28 #8 61.12 Setting up libmouse-perl (2.5.10-1+b1) ...
11:00:28 #8 61.13 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ...
11:00:28 #8 61.14 Setting up libfile-listing-perl (6.14-1) ...
11:00:28 #8 61.15 Setting up libsys-cpuaffinity-perl:arm64 (1.13~03-1) ...
11:00:28 #8 61.16 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
11:00:28 #8 61.17 Setting up libregexp-pattern-perl (0.2.14-1) ...
11:00:28 #8 61.18 Setting up libdata-messagepack-perl (1.00-4+b1) ...
11:00:28 #8 61.19 Setting up libclass-inspector-perl (1.36-1) ...
11:00:28 #8 61.20 Setting up libfont-afm-perl (1.20-3) ...
11:00:28 #8 61.22 Setting up libwant-perl (0.29-1+b6) ...
11:00:28 #8 61.23 Setting up libdynaloader-functions-perl (0.003-1.1) ...
11:00:28 #8 61.24 Setting up libtext-glob-perl (0.11-1) ...
11:00:28 #8 61.25 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:00:28 #8 61.26 Setting up liblist-compare-perl (0.55-1) ...
11:00:28 #8 61.31 Setting up libref-util-xs-perl (0.117-1+b3) ...
11:00:28 #8 61.32 Setting up libio-pty-perl (1:1.15-2) ...
11:00:28 #8 61.33 Setting up libfile-fcntllock-perl (0.22-3+b7) ...
11:00:28 #8 61.34 Setting up libsort-key-perl (1.33-2+b3) ...
11:00:28 #8 61.35 Setting up libclone-perl (0.45-1+b1) ...
11:00:28 #8 61.36 Setting up libalgorithm-diff-perl (1.201-1) ...
11:00:28 #8 61.37 Setting up libarchive-zip-perl (1.68-1) ...
11:00:28 #8 61.38 Setting up libsub-identify-perl (0.14-1+b3) ...
11:00:28 #8 61.39 Setting up libdistro-info-perl (1.0) ...
11:00:28 #8 61.40 Setting up libcpanel-json-xs-perl (4.25-1+b1) ...
11:00:28 #8 61.41 Setting up libobject-id-perl (0.1.2-2.1) ...
11:00:28 #8 61.42 Setting up libio-stringy-perl (2.111-3) ...
11:00:28 #8 61.43 Setting up liblist-moreutils-perl (0.430-2) ...
11:00:28 #8 61.43 Setting up libhtml-tagset-perl (3.20-4) ...
11:00:28 #8 61.44 Setting up liblog-any-perl (1.709-1) ...
11:00:28 #8 61.45 Setting up libauthen-sasl-perl (2.1600-1.1) ...
11:00:28 #8 61.46 Setting up libdevel-size-perl (0.83-1+b2) ...
11:00:28 #8 61.47 Setting up libdebhelper-perl (13.3.4) ...
11:00:28 #8 61.48 Setting up libpod-constants-perl (0.19-2) ...
11:00:28 #8 61.49 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
11:00:28 #8 61.50 Setting up libconvert-binhex-perl (1.125-1) ...
11:00:28 #8 61.51 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:00:28 #8 61.52 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ...
11:00:28 #8 61.53 Setting up libtry-tiny-perl (0.30-1) ...
11:00:28 #8 61.54 Setting up libtype-tiny-perl (1.012001-2) ...
11:00:28 #8 61.55 Setting up libcommon-sense-perl (3.75-1+b4) ...
11:00:28 #8 61.56 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
11:00:28 #8 61.57 Setting up libnet-http-perl (6.20-1) ...
11:00:28 #8 61.58 Setting up libtext-markdown-discount-perl:arm64 (0.12-1+b1) ...
11:00:28 #8 61.59 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
11:00:28 #8 61.60 Setting up libtime-moment-perl (0.44-1+b3) ...
11:00:28 #8 61.60 Setting up libencode-locale-perl (1.05-1.1) ...
11:00:28 #8 61.61 Setting up python3 (3.9.2-3) ...
11:00:28 #8 61.91 Setting up libexception-class-perl (1.44-1) ...
11:00:28 #8 61.92 Setting up python3-xdg (0.27-2) ...
11:00:29 #8 62.08 Setting up libconfig-tiny-perl (2.26-1) ...
11:00:29 #8 62.09 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ...
11:00:29 #8 62.10 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
11:00:29 #8 62.11 Setting up liblist-utilsby-perl (0.11-1) ...
11:00:29 #8 62.12 Setting up libstring-shellquote-perl (1.04-1) ...
11:00:29 #8 62.13 Setting up libsub-install-perl (0.928-1.1) ...
11:00:29 #8 62.14 Setting up dpkg-dev (1.20.11) ...
11:00:29 #8 62.16 Setting up libnumber-compare-perl (0.03-1.1) ...
11:00:29 #8 62.17 Setting up intltool-debian (0.35.0+20060710.5) ...
11:00:29 #8 62.18 Setting up liberror-perl (0.17029-1) ...
11:00:29 #8 62.19 Setting up python3-six (1.16.0-2) ...
11:00:29 #8 62.34 Setting up dh-autoreconf (20) ...
11:00:29 #8 62.36 Setting up patchutils (0.4.2-1) ...
11:00:29 #8 62.38 Setting up libmail-sendmail-perl (0.80-1.1) ...
11:00:29 #8 62.40 Setting up libltdl-dev:arm64 (2.4.6-15) ...
11:00:29 #8 62.41 Setting up libjson-maybexs-perl (1.004003-1) ...
11:00:29 #8 62.43 Setting up libxml-sax-base-perl (1.09-1.1) ...
11:00:29 #8 62.45 Setting up libio-string-perl (1.08-3.1) ...
11:00:29 #8 62.46 Setting up libreadonly-perl (2.050-3) ...
11:00:29 #8 62.47 Setting up python3-gpg (1.14.0-1+b2) ...
11:00:29 #8 62.65 Setting up python3-certifi (2020.6.20-1) ...
11:00:29 #8 62.78 Setting up libfile-find-rule-perl (0.34-1) ...
11:00:29 #8 62.80 Setting up libstring-copyright-perl (0.003006-1) ...
11:00:29 #8 62.81 Setting up libgd3:arm64 (2.3.0-2) ...
11:00:29 #8 62.82 Setting up python3-idna (2.10-1) ...
11:00:29 #8 63.03 Setting up libdata-optlist-perl (0.110-1.1) ...
11:00:30 #8 63.04 Setting up libipc-run-perl (20200505.0-1) ...
11:00:30 #8 63.05 Setting up git (1:2.30.2-1) ...
11:00:30 #8 63.08 Setting up libtext-xslate-perl (3.5.8-1+b1) ...
11:00:30 #8 63.09 Setting up python3-urllib3 (1.26.5-1~exp1) ...
11:00:30 #8 63.27 Setting up libcontextual-return-perl (0.004014-2) ...
11:00:30 #8 63.28 Setting up libwww-robotrules-perl (6.02-1) ...
11:00:30 #8 63.29 Setting up libtypes-serialiser-perl (1.01-1) ...
11:00:30 #8 63.30 Setting up libhtml-parser-perl (3.75-1+b1) ...
11:00:30 #8 63.32 Setting up libgit-wrapper-perl (0.048-1) ...
11:00:30 #8 63.33 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
11:00:30 #8 63.34 Setting up librole-tiny-perl (2.002004-1) ...
11:00:30 #8 63.35 Setting up gnupg (2.2.27-2+deb11u2) ...
11:00:30 #8 63.36 Setting up build-essential (12.9) ...
11:00:30 #8 63.37 Setting up python3-unidiff (0.5.5-2) ...
11:00:30 #8 63.51 Setting up lsb-release (11.1.0) ...
11:00:30 #8 63.52 Setting up libfont-ttf-perl (1.06-1.1) ...
11:00:30 #8 63.54 Setting up libfile-homedir-perl (1.006-1) ...
11:00:30 #8 63.55 Setting up python3-magic (2:0.4.20-3) ...
11:00:30 #8 63.69 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
11:00:30 #8 63.71 Setting up pristine-tar (1.49) ...
11:00:30 #8 63.72 Setting up libio-socket-ssl-perl (2.069-1) ...
11:00:30 #8 63.77 Setting up libsub-exporter-perl (0.987-1) ...
11:00:30 #8 63.78 Setting up libc-devtools (2.31-13+deb11u3) ...
11:00:30 #8 63.79 Setting up libalgorithm-merge-perl (0.08-3) ...
11:00:30 #8 63.80 Setting up libhttp-message-perl (6.28-1) ...
11:00:30 #8 63.82 Setting up libhtml-form-perl (6.07-1) ...
11:00:30 #8 63.83 Setting up python3-pkg-resources (52.0.0-4) ...
11:00:30 #8 64.02 Setting up libiterator-perl (0.03+ds1-1.1) ...
11:00:30 #8 64.03 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
11:00:30 #8 64.04 Setting up libjson-xs-perl (4.030-1+b1) ...
11:00:30 #8 64.05 Setting up libhttp-negotiate-perl (6.01-1) ...
11:00:30 #8 64.06 Setting up libio-prompter-perl (0.004015-1) ...
11:00:30 #8 64.07 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
11:00:30 #8 64.08 Setting up libhttp-cookies-perl (6.10-1) ...
11:00:30 #8 64.09 Setting up python3-apt (2.2.1) ...
11:00:31 #8 64.26 Setting up po-debconf (1.0.21+nmu1) ...
11:00:31 #8 64.27 Setting up libhtml-tree-perl (5.07-2) ...
11:00:31 #8 64.29 Setting up libparams-classify-perl (0.015-1+b3) ...
11:00:31 #8 64.30 Setting up libpath-iterator-rule-perl (1.014-1) ...
11:00:31 #8 64.33 Setting up libhtml-format-perl (2.12-1.1) ...
11:00:31 #8 64.34 Setting up libxml-sax-perl (1.02+dfsg-1) ...
11:00:31 #8 64.41 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:00:31 #8 64.47 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:00:31 #8 64.60 
11:00:31 #8 64.60 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:00:31 #8 64.67 Setting up python3-chardet (4.0.0-1) ...
11:00:31 #8 64.97 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:00:32 #8 64.98 Setting up libmodule-runtime-perl (0.016-1) ...
11:00:32 #8 65.00 Setting up libmailtools-perl (2.21-1) ...
11:00:32 #8 65.02 Setting up python3-debian (0.1.39) ...
11:00:32 #8 65.19 Setting up python3-requests (2.25.1+dfsg-2) ...
11:00:32 #8 65.35 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
11:00:32 #8 65.39 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:00:32 #8 65.46 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:00:32 #8 65.53 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:00:32 #8 65.67 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:00:32 #8 65.73 Setting up dh-strip-nondeterminism (1.12.0-1) ...
11:00:32 #8 65.74 Setting up libconst-fast-perl (0.014-1.1) ...
11:00:32 #8 65.75 Setting up libhttp-daemon-perl (6.12-1) ...
11:00:32 #8 65.77 Setting up libdata-dpath-perl (0.58-1) ...
11:00:32 #8 65.79 Setting up libmodule-implementation-perl (0.09-1.1) ...
11:00:32 #8 65.80 Setting up libpackage-stash-perl (0.39-1) ...
11:00:32 #8 65.81 Setting up libimport-into-perl (1.002005-1) ...
11:00:32 #8 65.82 Setting up libmoo-perl (2.004004-1) ...
11:00:32 #8 65.83 Setting up liblist-someutils-perl (0.58-1) ...
11:00:32 #8 65.84 Setting up debhelper (13.3.4) ...
11:00:32 #8 65.85 Setting up libmime-tools-perl (5.509-1) ...
11:00:32 #8 65.86 Setting up dput (1.1.0) ...
11:00:33 #8 66.02 Setting up liblist-someutils-xs-perl (0.58-2+b1) ...
11:00:33 #8 66.04 Setting up equivs (2.3.1) ...
11:00:33 #8 66.05 Setting up libmoox-aliases-perl (0.001006-1.1) ...
11:00:33 #8 66.06 Setting up libparams-validate-perl:arm64 (1.30-1+b1) ...
11:00:33 #8 66.07 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
11:00:33 #8 66.08 Setting up libnamespace-clean-perl (0.27-1) ...
11:00:33 #8 66.09 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
11:00:33 #8 66.11 Setting up libnamespace-autoclean-perl (0.29-1) ...
11:00:33 #8 66.12 Setting up libgitlab-api-v4-perl (0.26-1) ...
11:00:33 #8 66.13 Setting up libmoox-struct-perl (0.020-1) ...
11:00:33 #8 66.15 Setting up lintian (2.104.0) ...
11:00:33 #8 66.17 Setting up licensecheck (3.1.1-2) ...
11:00:33 #8 66.19 Setting up liblwp-protocol-https-perl (6.10-1) ...
11:00:33 #8 66.20 Setting up libwww-perl (6.52-1) ...
11:00:33 #8 66.22 Setting up devscripts (2.21.3+deb11u1) ...
11:00:33 #8 66.39 Setting up libxml-parser-perl:arm64 (2.46-2) ...
11:00:33 #8 66.40 Setting up libxml-sax-expat-perl (0.51-1) ...
11:00:33 #8 66.45 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:00:33 #8 66.50 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:00:33 #8 66.65 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:00:33 #8 66.68 Setting up libsoap-lite-perl (1.27-1) ...
11:00:33 #8 66.69 Setting up libxmlrpc-lite-perl (0.717-4) ...
11:00:33 #8 66.71 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:00:33 #8 66.74 Processing triggers for ca-certificates (20210119) ...
11:00:33 #8 66.75 Updating certificates in /etc/ssl/certs...
11:00:34 #8 67.21 0 added, 0 removed; done.
11:00:34 #8 67.21 Running hooks in /etc/ca-certificates/update.d...
11:00:34 #8 67.22 done.
11:00:34 #8 DONE 67.6s
11:00:34 
11:00:34 #10 [stage-1 3/8] COPY common /root/build-deb/debian
11:00:34 #10 sha256:9fae3c4c10b337aabda1aa6d686484a4f794c20389db16ab4c4e19547daa3348
11:00:34 #10 DONE 0.1s
11:00:34 
11:00:34 #11 [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
11:00:34 #11 sha256:4d40f23e438e43d2fc23b6c88d409d5fcf9eceee18977d4a72b1d518518f6ea8
11:00:35 #11 0.675 Hit:1 http://deb.debian.org/debian bullseye InRelease
11:00:35 #11 0.675 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
11:00:35 #11 0.675 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
11:00:36 #11 1.039 Reading package lists...
11:00:36 #11 1.880 dpkg-buildpackage: info: source package docker-ce-build-deps
11:00:36 #11 1.880 dpkg-buildpackage: info: source version 1.0
11:00:36 #11 1.880 dpkg-buildpackage: info: source distribution unstable
11:00:36 #11 1.880 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
11:00:36 #11 1.917  dpkg-source --before-build .
11:00:36 #11 1.917 dpkg-buildpackage: info: host architecture arm64
11:00:36 #11 2.017  debian/rules clean
11:00:36 #11 2.019 dh clean
11:00:36 #11 2.096    dh_clean
11:00:36 #11 2.132  debian/rules binary
11:00:36 #11 2.134 dh binary
11:00:36 #11 2.203    dh_update_autotools_config
11:00:36 #11 2.233    dh_autoreconf
11:00:36 #11 2.273    create-stamp debian/debhelper-build-stamp
11:00:36 #11 2.273    dh_prep
11:00:36 #11 2.303    dh_install
11:00:36 #11 2.336    dh_installdocs
11:00:37 #11 2.374    dh_installchangelogs
11:00:37 #11 2.457    dh_perl
11:00:37 #11 2.492    dh_link
11:00:37 #11 2.526    dh_strip_nondeterminism
11:00:37 #11 2.590    dh_compress
11:00:37 #11 2.633    dh_fixperms
11:00:37 #11 2.679    dh_missing
11:00:37 #11 2.704    dh_installdeb
11:00:37 #11 2.737    dh_gencontrol
11:00:37 #11 2.853    dh_md5sums
11:00:37 #11 2.889    dh_builddeb
11:00:37 #11 2.916 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:00:37 #11 2.936  dpkg-genbuildinfo --build=binary
11:00:37 #11 3.079  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_arm64.changes
11:00:37 #11 3.157 dpkg-genchanges: info: binary-only upload (no source code included)
11:00:37 #11 3.160  dpkg-source --after-build .
11:00:37 #11 3.258 dpkg-buildpackage: info: binary-only upload (no source included)
11:00:37 #11 3.263 
11:00:37 #11 3.263 The package has been created.
11:00:37 #11 3.263 Attention, the package has been created in the current directory,
11:00:37 #11 3.263 not in ".." as indicated by the message above!
11:00:37 #11 3.286 Selecting previously unselected package docker-ce-build-deps.
11:00:37 #11 3.304 (Reading database ... 28642 files and directories currently installed.)
11:00:37 #11 3.305 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:00:37 #11 3.309 Unpacking docker-ce-build-deps (1.0) ...
11:00:38 #11 3.352 Reading package lists...
11:00:38 #11 3.877 Building dependency tree...
11:00:38 #11 4.039 Reading state information...
11:00:38 #11 4.075 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:00:39 #11 4.312 Starting 2 pkgProblemResolver with broken count: 0
11:00:39 #11 4.315 Done
11:00:39 #11 4.523  Done
11:00:39 #11 4.700 Starting pkgProblemResolver with broken count: 0
11:00:39 #11 4.744 Starting 2 pkgProblemResolver with broken count: 0
11:00:39 #11 4.747 Done
11:00:39 #11 5.088 The following additional packages will be installed:
11:00:39 #11 5.089   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
11:00:39 #11 5.089   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
11:00:39 #11 5.090   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
11:00:39 #11 5.090   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
11:00:39 #11 5.091   libsystemd-dev libudev-dev libuv1 pkg-config procps
11:00:39 #11 5.093 Suggested packages:
11:00:39 #11 5.093   cmake-doc ninja-build apparmor-easyprof seccomp
11:00:39 #11 5.093 Recommended packages:
11:00:39 #11 5.093   psmisc
11:00:40 #11 5.269 The following NEW packages will be installed:
11:00:40 #11 5.270   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
11:00:40 #11 5.270   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
11:00:40 #11 5.270   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
11:00:40 #11 5.270   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
11:00:40 #11 5.271   libsystemd-dev libudev-dev libuv1 pkg-config procps
11:00:40 #11 5.549 0 upgraded, 26 newly installed, 0 to remove and 0 not upgraded.
11:00:40 #11 5.549 1 not fully installed or removed.
11:00:40 #11 5.549 Need to get 9692 kB of archives.
11:00:40 #11 5.549 After this operation, 44.0 MB of additional disk space will be used.
11:00:40 #11 5.549 Get:1 http://deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB]
11:00:40 #11 5.553 Get:2 http://deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
11:00:40 #11 5.564 Get:3 http://deb.debian.org/debian bullseye/main arm64 libncurses6 arm64 6.2+20201114-2 [93.2 kB]
11:00:40 #11 5.591 Get:4 http://deb.debian.org/debian bullseye/main arm64 libprocps8 arm64 2:3.3.17-5 [61.9 kB]
11:00:40 #11 5.591 Get:5 http://deb.debian.org/debian bullseye/main arm64 procps arm64 2:3.3.17-5 [497 kB]
11:00:40 #11 5.595 Get:6 http://deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB]
11:00:40 #11 5.595 Get:7 http://deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB]
11:00:40 #11 5.597 Get:8 http://deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB]
11:00:40 #11 5.598 Get:9 http://deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2+deb11u1 [3673 kB]
11:00:40 #11 5.678 Get:10 http://deb.debian.org/debian bullseye/main arm64 dh-apparmor all 2.13.6-10 [75.2 kB]
11:00:40 #11 5.679 Get:11 http://deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB]
11:00:40 #11 5.703 Get:12 http://deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB]
11:00:40 #11 5.704 Get:13 http://deb.debian.org/debian bullseye/main arm64 dmsetup arm64 2:1.02.175-2.1 [85.1 kB]
11:00:40 #11 5.705 Get:14 http://deb.debian.org/debian bullseye/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1 [126 kB]
11:00:40 #11 5.707 Get:15 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1 [22.4 kB]
11:00:40 #11 5.708 Get:16 http://deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-7 [123 kB]
11:00:40 #11 5.708 Get:17 http://deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB]
11:00:40 #11 5.710 Get:18 http://deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB]
11:00:40 #11 5.712 Get:19 http://deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB]
11:00:40 #11 5.713 Get:20 http://deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB]
11:00:40 #11 5.713 Get:21 http://deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB]
11:00:40 #11 5.717 Get:22 http://deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB]
11:00:40 #11 5.745 Get:23 http://deb.debian.org/debian bullseye/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1 [52.0 kB]
11:00:40 #11 5.745 Get:24 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1+deb11u1 [89.6 kB]
11:00:40 #11 5.746 Get:25 http://deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-7 [401 kB]
11:00:40 #11 5.748 Get:26 http://deb.debian.org/debian bullseye/main arm64 pkg-config arm64 0.29.2-1 [63.6 kB]
11:00:40 #11 6.009 debconf: delaying package configuration, since apt-utils is not installed
11:00:40 #11 6.057 Fetched 9692 kB in 0s (20.8 MB/s)
11:00:40 #11 6.088 Selecting previously unselected package bash-completion.
11:00:40 #11 6.088 (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 ... 28646 files and directories currently installed.)
11:00:40 #11 6.103 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
11:00:41 #11 6.742 Unpacking bash-completion (1:2.11-2) ...
11:00:41 #11 6.900 Selecting previously unselected package cmake-data.
11:00:41 #11 6.903 Preparing to unpack .../01-cmake-data_3.18.4-2+deb11u1_all.deb ...
11:00:41 #11 6.909 Unpacking cmake-data (3.18.4-2+deb11u1) ...
11:00:41 #11 7.267 Selecting previously unselected package libncurses6:arm64.
11:00:41 #11 7.271 Preparing to unpack .../02-libncurses6_6.2+20201114-2_arm64.deb ...
11:00:41 #11 7.277 Unpacking libncurses6:arm64 (6.2+20201114-2) ...
11:00:41 #11 7.317 Selecting previously unselected package libprocps8:arm64.
11:00:41 #11 7.320 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_arm64.deb ...
11:00:41 #11 7.324 Unpacking libprocps8:arm64 (2:3.3.17-5) ...
11:00:41 #11 7.369 Selecting previously unselected package procps.
11:00:42 #11 7.369 Preparing to unpack .../04-procps_2%3a3.3.17-5_arm64.deb ...
11:00:42 #11 7.378 Unpacking procps (2:3.3.17-5) ...
11:00:42 #11 7.450 Selecting previously unselected package libjsoncpp24:arm64.
11:00:42 #11 7.453 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_arm64.deb ...
11:00:42 #11 7.457 Unpacking libjsoncpp24:arm64 (1.9.4-4) ...
11:00:42 #11 7.496 Selecting previously unselected package librhash0:arm64.
11:00:42 #11 7.499 Preparing to unpack .../06-librhash0_1.4.1-2_arm64.deb ...
11:00:42 #11 7.503 Unpacking librhash0:arm64 (1.4.1-2) ...
11:00:42 #11 7.545 Selecting previously unselected package libuv1:arm64.
11:00:42 #11 7.548 Preparing to unpack .../07-libuv1_1.40.0-2_arm64.deb ...
11:00:42 #11 7.552 Unpacking libuv1:arm64 (1.40.0-2) ...
11:00:42 #11 7.589 Selecting previously unselected package cmake.
11:00:42 #11 7.592 Preparing to unpack .../08-cmake_3.18.4-2+deb11u1_arm64.deb ...
11:00:42 #11 7.595 Unpacking cmake (3.18.4-2+deb11u1) ...
11:00:42 #11 7.930 Selecting previously unselected package dh-apparmor.
11:00:42 #11 7.934 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
11:00:42 #11 7.938 Unpacking dh-apparmor (2.13.6-10) ...
11:00:42 #11 7.980 Selecting previously unselected package libbtrfs0:arm64.
11:00:42 #11 7.983 Preparing to unpack .../10-libbtrfs0_5.10.1-2_arm64.deb ...
11:00:42 #11 7.987 Unpacking libbtrfs0:arm64 (5.10.1-2) ...
11:00:42 #11 8.029 Selecting previously unselected package libbtrfs-dev:arm64.
11:00:42 #11 8.033 Preparing to unpack .../11-libbtrfs-dev_5.10.1-2_arm64.deb ...
11:00:42 #11 8.036 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ...
11:00:42 #11 8.089 Selecting previously unselected package dmsetup.
11:00:42 #11 8.093 Preparing to unpack .../12-dmsetup_2%3a1.02.175-2.1_arm64.deb ...
11:00:42 #11 8.096 Unpacking dmsetup (2:1.02.175-2.1) ...
11:00:42 #11 8.137 Selecting previously unselected package libdevmapper1.02.1:arm64.
11:00:42 #11 8.140 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ...
11:00:42 #11 8.144 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
11:00:42 #11 8.190 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
11:00:42 #11 8.193 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ...
11:00:42 #11 8.196 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
11:00:42 #11 8.226 Selecting previously unselected package libudev-dev:arm64.
11:00:42 #11 8.229 Preparing to unpack .../15-libudev-dev_247.3-7_arm64.deb ...
11:00:42 #11 8.232 Unpacking libudev-dev:arm64 (247.3-7) ...
11:00:42 #11 8.275 Selecting previously unselected package libsepol1-dev:arm64.
11:00:42 #11 8.278 Preparing to unpack .../16-libsepol1-dev_3.1-1_arm64.deb ...
11:00:42 #11 8.282 Unpacking libsepol1-dev:arm64 (3.1-1) ...
11:00:42 #11 8.345 Selecting previously unselected package libpcre2-16-0:arm64.
11:00:42 #11 8.349 Preparing to unpack .../17-libpcre2-16-0_10.36-2_arm64.deb ...
11:00:42 #11 8.352 Unpacking libpcre2-16-0:arm64 (10.36-2) ...
11:00:42 #11 8.400 Selecting previously unselected package libpcre2-32-0:arm64.
11:00:43 #11 8.403 Preparing to unpack .../18-libpcre2-32-0_10.36-2_arm64.deb ...
11:00:43 #11 8.407 Unpacking libpcre2-32-0:arm64 (10.36-2) ...
11:00:43 #11 8.456 Selecting previously unselected package libpcre2-posix2:arm64.
11:00:43 #11 8.459 Preparing to unpack .../19-libpcre2-posix2_10.36-2_arm64.deb ...
11:00:43 #11 8.463 Unpacking libpcre2-posix2:arm64 (10.36-2) ...
11:00:43 #11 8.495 Selecting previously unselected package libpcre2-dev:arm64.
11:00:43 #11 8.498 Preparing to unpack .../20-libpcre2-dev_10.36-2_arm64.deb ...
11:00:43 #11 8.502 Unpacking libpcre2-dev:arm64 (10.36-2) ...
11:00:43 #11 8.582 Selecting previously unselected package libselinux1-dev:arm64.
11:00:43 #11 8.586 Preparing to unpack .../21-libselinux1-dev_3.1-3_arm64.deb ...
11:00:43 #11 8.589 Unpacking libselinux1-dev:arm64 (3.1-3) ...
11:00:43 #11 8.644 Selecting previously unselected package libdevmapper-dev:arm64.
11:00:43 #11 8.648 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ...
11:00:43 #11 8.651 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
11:00:43 #11 8.684 Selecting previously unselected package libseccomp-dev:arm64.
11:00:43 #11 8.687 Preparing to unpack .../23-libseccomp-dev_2.5.1-1+deb11u1_arm64.deb ...
11:00:43 #11 8.691 Unpacking libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
11:00:43 #11 8.728 Selecting previously unselected package libsystemd-dev:arm64.
11:00:43 #11 8.732 Preparing to unpack .../24-libsystemd-dev_247.3-7_arm64.deb ...
11:00:43 #11 8.735 Unpacking libsystemd-dev:arm64 (247.3-7) ...
11:00:43 #11 8.841 Selecting previously unselected package pkg-config.
11:00:43 #11 8.845 Preparing to unpack .../25-pkg-config_0.29.2-1_arm64.deb ...
11:00:43 #11 8.849 Unpacking pkg-config (0.29.2-1) ...
11:00:43 #11 8.932 Setting up libseccomp-dev:arm64 (2.5.1-1+deb11u1) ...
11:00:43 #11 8.942 Setting up libsepol1-dev:arm64 (3.1-1) ...
11:00:43 #11 8.951 Setting up libpcre2-16-0:arm64 (10.36-2) ...
11:00:43 #11 8.962 Setting up libbtrfs0:arm64 (5.10.1-2) ...
11:00:43 #11 8.971 Setting up libpcre2-32-0:arm64 (10.36-2) ...
11:00:43 #11 8.980 Setting up libuv1:arm64 (1.40.0-2) ...
11:00:43 #11 8.990 Setting up bash-completion (1:2.11-2) ...
11:00:44 #11 9.734 Setting up libncurses6:arm64 (6.2+20201114-2) ...
11:00:44 #11 9.746 Setting up pkg-config (0.29.2-1) ...
11:00:44 #11 9.797 Setting up libudev-dev:arm64 (247.3-7) ...
11:00:44 #11 9.807 Setting up libpcre2-posix2:arm64 (10.36-2) ...
11:00:44 #11 9.817 Setting up libjsoncpp24:arm64 (1.9.4-4) ...
11:00:44 #11 9.828 Setting up libbtrfs-dev:arm64 (5.10.1-2) ...
11:00:44 #11 9.839 Setting up librhash0:arm64 (1.4.1-2) ...
11:00:44 #11 9.849 Setting up cmake-data (3.18.4-2+deb11u1) ...
11:00:44 #11 9.864 Setting up dh-apparmor (2.13.6-10) ...
11:00:44 #11 9.875 Setting up libsystemd-dev:arm64 (247.3-7) ...
11:00:44 #11 9.884 Setting up libprocps8:arm64 (2:3.3.17-5) ...
11:00:44 #11 9.895 Setting up libpcre2-dev:arm64 (10.36-2) ...
11:00:44 #11 9.904 Setting up libselinux1-dev:arm64 (3.1-3) ...
11:00:44 #11 9.913 Setting up procps (2:3.3.17-5) ...
11:00:44 #11 9.949 Setting up cmake (3.18.4-2+deb11u1) ...
11:00:44 #11 9.959 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ...
11:00:44 #11 9.969 Setting up dmsetup (2:1.02.175-2.1) ...
11:00:44 #11 9.981 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ...
11:00:44 #11 9.991 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ...
11:00:44 #11 10.00 Setting up docker-ce-build-deps (1.0) ...
11:00:44 #11 10.01 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:00:44 #11 10.03 Processing triggers for man-db (2.9.4-2) ...
11:00:46 #11 DONE 12.0s
11:00:46 
11:00:46 #12 [stage-1 5/8] COPY sources/ /sources
11:00:46 #12 sha256:b5f12b82d6dbce8f47bb84a6d1b835a8423a8ee65ceb89194b5503c376391a5d
11:00:46 #12 DONE 0.2s
11:00:46 
11:00:46 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:00:46 #14 sha256:acf412b24f7ce0e32a3005d429de1dfb0a94123be66fe3189688215826d65551
11:00:48 #14 DONE 2.1s
11:00:48 
11:00:48 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:00:48 #15 sha256:7d33af2836a0c5d47c91b6d43aa12aa4f1d9f807e935bca05ae5ed7342166ae8
11:00:48 #15 DONE 0.0s
11:00:49 
11:00:49 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:00:49 #16 sha256:7a1d0fff9d53999504eefae6dd2418bed5ad1e667d5a5aeede9e72a126a1240d
11:00:49 #16 DONE 0.0s
11:00:49 
11:00:49 #17 exporting to image
11:00:49 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
11:00:49 #17 exporting layers
11:00:53 #17 exporting layers 3.7s done
11:00:53 #17 writing image sha256:8ed38ddc648d67d2bb8ab0b684d3a9f2f26180ca8d4265f0b5b6d257e16ece37 done
11:00:53 #17 naming to docker.io/debbuild-debian-bullseye/aarch64 done
11:00:53 #17 DONE 3.7s
11:00:53 docker run --rm -e PLATFORM -e GOPROXY=https://proxy.golang.org -e EPOCH='5' -e DEB_VERSION=0.0.0-20220804091928-715cfc4 -e VERSION=0.0.0-20220804091928-715cfc4 -e CLI_GITCOMMIT=715cfc4 -e ENGINE_GITCOMMIT=a70ae13 -e COMPOSE_VERSION=v2.7.0 -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
11:00:53 + set -e
11:00:53 + mkdir -p /root/build-deb/engine
11:00:53 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:00:53 + mkdir -p /root/build-deb/cli
11:00:53 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:00:54 + mkdir -p /root/build-deb/compose
11:00:54 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:00:54 + mkdir -p /root/build-deb/scan-cli-plugin
11:00:54 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:00:54 + mkdir -p /go/src/github.com/docker
11:00:54 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:00:54 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:00:54 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:00:54 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:00:54 + EPOCH=5
11:00:54 + EPOCH_SEP=
11:00:54 + [[ ! -z 5 ]]
11:00:54 + EPOCH_SEP=:
11:00:54 + [[ -z 0.0.0-20220804091928-715cfc4 ]]
11:00:54 + echo VERSION AAA 0.0.0-20220804091928-715cfc4
11:00:54 + VERSION=0.0.0-20220804091928-715cfc4
11:00:54 VERSION AAA 0.0.0-20220804091928-715cfc4
11:00:54 VERSION bbb 0.0.0-20220804091928-715cfc4
11:00:54 + echo VERSION bbb 0.0.0-20220804091928-715cfc4
11:00:54 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:00:54 + debSource=docker-ce
11:00:54 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:00:54 + debMaintainer='Docker <support@docker.com>'
11:00:54 ++ date --rfc-2822
11:00:54 + debDate='Thu, 04 Aug 2022 11:00:53 +0000'
11:00:54 + cat
11:00:54 + export CLI_GITCOMMIT=715cfc4
11:00:54 + CLI_GITCOMMIT=715cfc4
11:00:54 + export ENGINE_GITCOMMIT=a70ae13
11:00:54 + ENGINE_GITCOMMIT=a70ae13
11:00:54 + export SCAN_GITCOMMIT=061fe0a
11:00:54 + SCAN_GITCOMMIT=061fe0a
11:00:54 + echo VERSION BBB 0.0.0-20220804091928-715cfc4
11:00:54 VERSION BBB 0.0.0-20220804091928-715cfc4
11:00:54 + dpkg-buildpackage -uc -us -I.git
11:00:54 dpkg-buildpackage: info: source package docker-ce
11:00:54 dpkg-buildpackage: info: source version 5:0.0.0-20220804091928-715cfc4-0~debian-bullseye
11:00:54 dpkg-buildpackage: info: source distribution bullseye
11:00:54 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:00:54 dpkg-buildpackage: info: host architecture arm64
11:00:54  dpkg-source -I.git --before-build .
11:00:54  debian/rules clean
11:00:54 dh clean --with=bash-completion --with=systemd
11:00:54    dh_clean
11:00:54  dpkg-source -I.git -b .
11:00:54 dpkg-source: warning: native package version may not have a revision
11:00:54 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220804091928-715cfc4-0~debian'
11:00:54 dpkg-source: info: using source format '1.0'
11:00:54 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye.tar.gz
11:01:04 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye.dsc
11:01:04  debian/rules build
11:01:04 dh build --with=bash-completion --with=systemd
11:01:04    dh_update_autotools_config
11:01:04    dh_autoreconf
11:01:04    debian/rules override_dh_auto_build
11:01:04 make[1]: Entering directory '/root/build-deb'
11:01:04 # Build the daemon and dependencies
11:01:04 cd engine && DOCKER_GITCOMMIT=a70ae13 PRODUCT=docker ./hack/make.sh dynbinary
11:01:04 
11:01:04 Removing bundles/
11:01:04 
11:01:04 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:01:04 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:01:04 GOOS="" GOARCH="" GOARM=""
11:02:25 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:02:25 
11:02:25 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:02:25 + RM_GOPATH=0
11:02:25 + TMP_GOPATH=/go
11:02:25 + : /usr/local/bin
11:02:25 + '[' -z /go ']'
11:02:25 + export GOPATH=/go
11:02:25 + GOPATH=/go
11:02:25 + case "$(go env GOARCH)" in
11:02:25 ++ go env GOARCH
11:02:25 + export GO_BUILDMODE=-buildmode=pie
11:02:25 + GO_BUILDMODE=-buildmode=pie
11:02:25 ++ dirname hack/dockerfile/install/install.sh
11:02:25 + dir=hack/dockerfile/install
11:02:25 + bin=tini
11:02:25 + shift
11:02:25 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:02:25 + . hack/dockerfile/install/tini.installer
11:02:25 ++ : v0.19.0
11:02:25 + install_tini
11:02:25 + echo 'Install tini version v0.19.0'
11:02:25 + git clone https://github.com/krallin/tini.git /go/tini
11:02:25 Install tini version v0.19.0
11:02:25 Cloning into '/go/tini'...
11:02:25 + cd /go/tini
11:02:25 + git checkout -q v0.19.0
11:02:25 + cmake .
11:02:25 -- The C compiler identification is GNU 10.2.1
11:02:25 -- Detecting C compiler ABI info
11:02:25 -- Detecting C compiler ABI info - done
11:02:25 -- Check for working C compiler: /usr/bin/cc - skipped
11:02:25 -- Detecting C compile features
11:02:25 -- Detecting C compile features - done
11:02:25 -- Performing Test HAS_BUILTIN_FORTIFY
11:02:25 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:02:25 -- Configuring done
11:02:25 -- Generating done
11:02:25 -- Build files have been written to: /go/tini
11:02:25 + make tini-static
11:02:25 make[2]: Entering directory '/go/tini'
11:02:25 make[3]: Entering directory '/go/tini'
11:02:25 make[4]: Entering directory '/go/tini'
11:02:25 make[5]: Entering directory '/go/tini'
11:02:25 Scanning dependencies of target tini-static
11:02:25 make[5]: Leaving directory '/go/tini'
11:02:25 make[5]: Entering directory '/go/tini'
11:02:25 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:02:25 [100%] Linking C executable tini-static
11:02:25 make[5]: Leaving directory '/go/tini'
11:02:25 [100%] Built target tini-static
11:02:25 make[4]: Leaving directory '/go/tini'
11:02:25 make[3]: Leaving directory '/go/tini'
11:02:25 make[2]: Leaving directory '/go/tini'
11:02:25 + mkdir -p /usr/local/bin
11:02:25 + cp tini-static /usr/local/bin/docker-init
11:02:25 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
11:02:25 + RM_GOPATH=0
11:02:25 + TMP_GOPATH=/go
11:02:25 + : /usr/local/bin
11:02:25 + '[' -z /go ']'
11:02:25 + export GOPATH=/go
11:02:25 + GOPATH=/go
11:02:25 + case "$(go env GOARCH)" in
11:02:25 ++ go env GOARCH
11:02:25 + export GO_BUILDMODE=-buildmode=pie
11:02:25 + GO_BUILDMODE=-buildmode=pie
11:02:25 ++ dirname hack/dockerfile/install/install.sh
11:02:25 + dir=hack/dockerfile/install
11:02:25 + bin=proxy
11:02:25 + shift
11:02:25 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
11:02:25 + . hack/dockerfile/install/proxy.installer
11:02:25 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
11:02:25 + install_proxy dynamic
11:02:25 + case "$1" in
11:02:25 + install_proxy_dynamic
11:02:25 + export PROXY_LDFLAGS=-linkmode=external install_proxy
11:02:25 + PROXY_LDFLAGS=-linkmode=external
11:02:25 + export BUILD_MODE=-buildmode=pie
11:02:25 + BUILD_MODE=-buildmode=pie
11:02:25 + _install_proxy
11:02:25 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
11:02:25 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
11:02:25 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
11:02:25 Cloning into '/go/src/github.com/docker/libnetwork'...
11:02:25 + cd /go/src/github.com/docker/libnetwork
11:02:25 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
11:02:25 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
11:02:25 + return
11:02:25 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:02:25 + RM_GOPATH=0
11:02:25 + TMP_GOPATH=/go
11:02:25 + : /usr/local/bin
11:02:25 + '[' -z /go ']'
11:02:25 + export GOPATH=/go
11:02:25 + GOPATH=/go
11:02:25 + case "$(go env GOARCH)" in
11:02:25 ++ go env GOARCH
11:02:25 + export GO_BUILDMODE=-buildmode=pie
11:02:25 + GO_BUILDMODE=-buildmode=pie
11:02:25 ++ dirname hack/dockerfile/install/install.sh
11:02:25 + dir=hack/dockerfile/install
11:02:25 + bin=rootlesskit
11:02:25 + shift
11:02:25 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:02:25 + . hack/dockerfile/install/rootlesskit.installer
11:02:25 ++ : v0.14.4
11:02:25 + install_rootlesskit dynamic
11:02:25 + case "$1" in
11:02:25 + install_rootlesskit_dynamic
11:02:25 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:02:25 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:02:25 + export BUILD_MODE=-buildmode=pie
11:02:25 + BUILD_MODE=-buildmode=pie
11:02:25 + _install_rootlesskit
11:02:25 + echo 'Install rootlesskit version v0.14.4'
11:02:25 Install rootlesskit version v0.14.4
11:02:25 + for f in rootlesskit rootlesskit-docker-proxy
11:02:25 + GOBIN=/usr/local/bin
11:02:25 + GO111MODULE=on
11:02:25 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:02:25 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:02:25 go: downloading github.com/pkg/errors v0.9.1
11:02:25 go: downloading github.com/sirupsen/logrus v1.8.1
11:02:25 go: downloading github.com/urfave/cli/v2 v2.3.0
11:02:25 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:02:25 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:02:25 go: downloading github.com/moby/vpnkit v0.5.0
11:02:25 go: downloading github.com/google/uuid v1.3.0
11:02:25 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:02:25 go: downloading github.com/gofrs/flock v0.8.1
11:02:25 go: downloading github.com/gorilla/mux v1.8.0
11:02:25 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:02:25 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:02:25 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:02:25 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:02:25 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:02:30 + for f in rootlesskit rootlesskit-docker-proxy
11:02:30 + GOBIN=/usr/local/bin
11:02:30 + GO111MODULE=on
11:02:30 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
11:02:32 + return
11:02:32 # Build the CLI
11:02:32 cd /go/src/github.com/docker/cli && \
11:02:32 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220804091928-715cfc4 GITCOMMIT=715cfc4 dynbinary manpages
11:02:32 make[2]: Entering directory '/root/build-deb/cli'
11:02:32 GO_LINKMODE=dynamic ./scripts/build/binary
11:02:32 Building dynamic docker-linux-arm64
11:03:39 scripts/docs/generate-man.sh
11:04:35 Project root: /go/src/github.com/docker/cli
11:04:35 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
11:04:35 2022/08/04 11:04:34 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
11:04:35 make[2]: Leaving directory '/root/build-deb/cli'
11:04:35 # Build the compose plugin
11:04:35 # FIXME: using GOPROXY, to work around:
11:04:35 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
11:04:35 cd /go/src/github.com/docker/compose \
11:04:35 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
11:04:35 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:04:35 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.7.0 \
11:04:35 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
11:05:07 make[2]: Entering directory '/root/build-deb/compose'
11:05:07 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.7.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
11:06:15 make[2]: Leaving directory '/root/build-deb/compose'
11:06:15 # Build the scan-plugin
11:06:15 # TODO change once we support scan-plugin on other architectures
11:06:15 if [ "arm64" = "amd64" ]; then \
11:06:15 	cd /go/src/github.com/docker/scan-cli-plugin \
11:06:15 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
11:06:15 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:06:15 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:06:15 fi
11:06:15 # Build the CLI plugins
11:06:15 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
11:06:15 set -e;cd /sources && \
11:06:15 	tar xzf plugin-installers.tgz; \
11:06:15 	for installer in plugins/*.installer; do \
11:06:15 		LDFLAGS='' bash ${installer} build; \
11:06:15 	done
11:06:15 Cloning into '/go/src/github.com/docker/app'...
11:06:15 Fetching origin
11:06:15 make[2]: Entering directory '/go/src/github.com/docker/app'
11:06:15 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
11:07:02 make[2]: Leaving directory '/go/src/github.com/docker/app'
11:07:02 Cloning into '/go/src/github.com/docker/buildx'...
11:07:02 Fetching origin
11:07:02 + GO111MODULE=on
11:07:02 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2-docker -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
11:08:23 make[1]: Leaving directory '/root/build-deb'
11:08:23    debian/rules override_dh_auto_test
11:08:23 make[1]: Entering directory '/root/build-deb'
11:08:23 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:08:23 	test "$ver" = "Docker version 0.0.0-20220804091928-715cfc4, build a70ae13" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:08:23 PASS: daemon version OK
11:08:23 ver="$(cli/build/docker --version)"; \
11:08:23 	test "$ver" = "Docker version 0.0.0-20220804091928-715cfc4, build 715cfc4" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:08:23 PASS: cli version OK
11:08:23 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:08:23 	test "$ver" = "v2.7.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:08:23 PASS: docker-compose version OK
11:08:23 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:08:23 # TODO change once we support scan-plugin on other architectures
11:08:23 if [ "arm64" = "amd64" ]; then \
11:08:23 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:08:23 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:08:23 fi
11:08:23 make[1]: Leaving directory '/root/build-deb'
11:08:23    create-stamp debian/debhelper-build-stamp
11:08:23  debian/rules binary
11:08:23 dh binary --with=bash-completion --with=systemd
11:08:23    dh_testroot
11:08:23    dh_prep
11:08:23    debian/rules override_dh_auto_install
11:08:23 make[1]: Entering directory '/root/build-deb'
11:08:23 # docker-ce-cli install
11:08:23 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
11:08:23 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:08:23 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:08:23 set -e;cd /sources && \
11:08:23 	tar xzf plugin-installers.tgz; \
11:08:23 	for installer in plugins/*.installer; do \
11:08:23 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
11:08:23 		PREFIX=/usr/libexec/docker/cli-plugins \
11:08:23 			bash ${installer} install_plugin; \
11:08:23 	done
11:08:23 # docker-ce install
11:08:23 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:08:23 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:08:23 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4 debian/docker-ce/usr/bin/dockerd
11:08:23 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:08:23 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:08:23 # docker-compose-plugin install
11:08:23 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:08:23 # docker-scan-plugin install
11:08:23 # TODO change once we support scan-plugin on other architectures
11:08:23 if [ "arm64" = "amd64" ]; then \
11:08:23 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:08:23 fi
11:08:23 # docker-ce-rootless-extras install
11:08:23 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:08:23 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:08:23 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:08:23 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:08:23 # TODO: how can we install vpnkit?
11:08:23 make[1]: Leaving directory '/root/build-deb'
11:08:23    debian/rules override_dh_install
11:08:23 make[1]: Entering directory '/root/build-deb'
11:08:23 dh_install
11:08:23 # TODO Can we do this from within our container?
11:08:23 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:08:23 make[1]: Leaving directory '/root/build-deb'
11:08:23    dh_installdocs
11:08:23    dh_installchangelogs
11:08:23    dh_installman
11:08:23    dh_bash-completion
11:08:23    dh_systemd_enable
11:08:23    debian/rules override_dh_installinit
11:08:23 make[1]: Entering directory '/root/build-deb'
11:08:23 # use "docker" as our service name, not "docker-ce"
11:08:23 dh_installinit --name=docker
11:08:23 make[1]: Leaving directory '/root/build-deb'
11:08:23    dh_systemd_start
11:08:23    dh_perl
11:08:23    dh_link
11:08:23    dh_strip_nondeterminism
11:08:23    dh_compress
11:08:23    dh_fixperms
11:08:23    dh_missing
11:08:23    debian/rules override_dh_strip
11:08:23 make[1]: Entering directory '/root/build-deb'
11:08:23 # Go has lots of problems with stripping, so just don't
11:08:23 make[1]: Leaving directory '/root/build-deb'
11:08:23    dh_makeshlibs
11:08:23    debian/rules override_dh_shlibdeps
11:08:23 make[1]: Entering directory '/root/build-deb'
11:08:23 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:08:26 make[1]: Leaving directory '/root/build-deb'
11:08:26    dh_installdeb
11:08:26    debian/rules override_dh_gencontrol
11:08:26 make[1]: Entering directory '/root/build-deb'
11:08:26 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:08:26 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:08:26 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
11:08:26 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:08:26 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:08:26 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:08:26 if [ "arm64" = "amd64" ]; then \
11:08:26 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
11:08:26 fi
11:08:26 dh_gencontrol --remaining-packages
11:08:27 make[1]: Leaving directory '/root/build-deb'
11:08:27    dh_md5sums
11:08:28    debian/rules override_dh_builddeb
11:08:28 make[1]: Entering directory '/root/build-deb'
11:08:28 dh_builddeb -- -Zxz
11:08:28 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.deb'.
11:08:28 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.deb'.
11:08:46 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.7.0~debian-bullseye_arm64.deb'.
11:09:04 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.deb'.
11:09:50 make[1]: Leaving directory '/root/build-deb'
11:09:50  dpkg-genbuildinfo
11:09:50  dpkg-genchanges  >../docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.changes
11:09:50 dpkg-genchanges: info: including full source code in upload
11:09:50  dpkg-source -I.git --after-build .
11:09:50 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:09:50 + destination=/build
11:09:50 + mkdir -p /build
11:09:50 + mv -v /root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.deb /root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.deb /root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye.dsc /root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye.tar.gz /root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.buildinfo /root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.changes /root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.deb /root/docker-compose-plugin_2.7.0~debian-bullseye_arm64.deb /build
11:09:50 copied '/root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.deb' -> '/build/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.deb'
11:09:50 removed '/root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.deb'
11:09:50 copied '/root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.deb'
11:09:50 removed '/root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.deb'
11:09:50 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye.dsc' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye.dsc'
11:09:50 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye.dsc'
11:09:50 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye.tar.gz'
11:09:50 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye.tar.gz'
11:09:50 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.buildinfo' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.buildinfo'
11:09:50 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.buildinfo'
11:09:50 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.changes' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.changes'
11:09:50 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.changes'
11:09:50 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.deb' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.deb'
11:09:50 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_arm64.deb'
11:09:50 copied '/root/docker-compose-plugin_2.7.0~debian-bullseye_arm64.deb' -> '/build/docker-compose-plugin_2.7.0~debian-bullseye_arm64.deb'
11:09:50 removed '/root/docker-compose-plugin_2.7.0~debian-bullseye_arm64.deb'
11:09:53 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
11:09:53 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'