Skip to content

Console Output

10:54:04 + make REF=20.10 debian-bullseye
10:54:04 git init src/github.com/docker/cli
10:54:04 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
10:54:04 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
10:54:04 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
10:54:04 + SRC=src/github.com/docker/cli
10:54:04 + REF=20.10
10:54:04 + REF_FETCH=20.10
10:54:04 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
10:54:04 + awk {print $2}
10:54:04 + REF=refs/heads/20.10
10:54:04 + [ -n refs/heads/20.10 ]
10:54:04 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:54:04 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:54:06 From https://github.com/docker/cli
10:54:06  * [new branch]      20.10      -> 20.10
10:54:06  * [new branch]      20.10      -> origin/20.10
10:54:06 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
10:54:06 git init src/github.com/docker/docker
10:54:06 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
10:54:06 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
10:54:06 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
10:54:06 + SRC=src/github.com/docker/docker
10:54:06 + REF=20.10
10:54:06 + REF_FETCH=20.10
10:54:06 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
10:54:06 + awk {print $2}
10:54:06 + REF=refs/heads/20.10
10:54:06 + [ -n refs/heads/20.10 ]
10:54:06 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:54:06 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:54:09 From https://github.com/docker/docker
10:54:09  * [new branch]      20.10      -> 20.10
10:54:09  * [new branch]      20.10      -> origin/20.10
10:54:09 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
10:54:09 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.9 debian-bullseye
10:54:09 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
10:54:09 mkdir -p sources
10:54:09 docker run --rm -w /v \
10:54:09 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
10:54:09 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:54:09 	alpine \
10:54:09 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
10:54:09 Unable to find image 'alpine:latest' locally
10:54:09 latest: Pulling from library/alpine
10:54:09 f56be85fc22e: Pulling fs layer
10:54:09 f56be85fc22e: Verifying Checksum
10:54:09 f56be85fc22e: Download complete
10:54:09 f56be85fc22e: Pull complete
10:54:09 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
10:54:09 Status: Downloaded newer image for alpine:latest
10:54:14 mkdir -p sources
10:54:14 docker run --rm -w /v \
10:54:14 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
10:54:14 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:54:14 	alpine \
10:54:14 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
10:54:17 mkdir -p sources
10:54:17 cp ../systemd/docker.service sources/docker.service
10:54:17 mkdir -p sources
10:54:17 cp ../systemd/docker.socket sources/docker.socket
10:54:17 docker run --rm -w /v \
10:54:17 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
10:54:17 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:54:17 	alpine \
10:54:17 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
10:54:17 == Building packages for debian-bullseye ==
10:54:17 mkdir -p "debbuild/debian-bullseye"
10:54:17 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.9-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/x86_64 -f debian-bullseye/Dockerfile .
10:54:18 #1 [internal] load .dockerignore
10:54:18 #1 transferring context: 2B done
10:54:18 #1 DONE 0.0s
10:54:18 
10:54:18 #2 [internal] load build definition from Dockerfile
10:54:18 #2 transferring dockerfile: 1.00kB done
10:54:18 #2 DONE 0.0s
10:54:18 
10:54:18 #3 [auth] library/debian:pull token for registry-1.docker.io
10:54:18 #3 DONE 0.0s
10:54:18 
10:54:18 #4 [auth] library/golang:pull token for registry-1.docker.io
10:54:18 #4 DONE 0.0s
10:54:18 
10:54:18 #5 [internal] load metadata for docker.io/library/golang:1.19.9-buster
10:54:18 #5 DONE 0.4s
10:54:18 
10:54:18 #6 [internal] load metadata for docker.io/library/debian:bullseye
10:54:18 #6 DONE 0.4s
10:54:18 
10:54:18 #7 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
10:54:18 #7 resolve docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf 0.1s done
10:54:18 #7 ...
10:54:18 
10:54:18 #8 [internal] load build context
10:54:18 #8 transferring context: 19.41MB 0.1s done
10:54:18 #8 DONE 0.1s
10:54:18 
10:54:18 #7 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
10:54:18 #7 sha256:cdc00b4249de9afc7477dcb06f808aba12a978ca09c1f49c75c328777932f4e4 1.58kB / 1.58kB done
10:54:18 #7 sha256:b19b5081b1db3d1f9cb6b976463daaf186eb48aa03d63ea69a4b09f3506e6839 0B / 17.58MB 0.1s
10:54:18 #7 sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf 988B / 988B done
10:54:18 #7 sha256:c19b9df43e4d18e088a8c31545a08c5c7479d5629a863d11a3769876843bfcde 6.78kB / 6.78kB done
10:54:18 #7 sha256:2ff1d7c41c74a25258bfa6f0b8adb0a727f84518f55f65ca845ebc747976c408 1.05MB / 50.45MB 0.1s
10:54:18 #7 sha256:b19b5081b1db3d1f9cb6b976463daaf186eb48aa03d63ea69a4b09f3506e6839 17.58MB / 17.58MB 0.2s done
10:54:18 #7 sha256:2ff1d7c41c74a25258bfa6f0b8adb0a727f84518f55f65ca845ebc747976c408 22.02MB / 50.45MB 0.3s
10:54:18 #7 sha256:4fab42f58c1ef3e6849f7c792aaa60c56b53a70e77977fca6fd201578b6295b1 0B / 51.88MB 0.3s
10:54:19 #7 sha256:2ff1d7c41c74a25258bfa6f0b8adb0a727f84518f55f65ca845ebc747976c408 42.99MB / 50.45MB 0.5s
10:54:19 #7 sha256:4fab42f58c1ef3e6849f7c792aaa60c56b53a70e77977fca6fd201578b6295b1 18.87MB / 51.88MB 0.5s
10:54:19 #7 sha256:2ff1d7c41c74a25258bfa6f0b8adb0a727f84518f55f65ca845ebc747976c408 50.45MB / 50.45MB 0.6s
10:54:19 #7 sha256:4fab42f58c1ef3e6849f7c792aaa60c56b53a70e77977fca6fd201578b6295b1 28.31MB / 51.88MB 0.6s
10:54:19 #7 sha256:2ff1d7c41c74a25258bfa6f0b8adb0a727f84518f55f65ca845ebc747976c408 50.45MB / 50.45MB 0.6s done
10:54:19 #7 sha256:4fab42f58c1ef3e6849f7c792aaa60c56b53a70e77977fca6fd201578b6295b1 38.80MB / 51.88MB 0.7s
10:54:19 #7 sha256:88d80c5be1bd88d1b124a82e8fb3a6dd6c9e73d859e35f060aef32dfa77e0fbd 925.70kB / 68.87MB 0.7s
10:54:19 #7 extracting sha256:2ff1d7c41c74a25258bfa6f0b8adb0a727f84518f55f65ca845ebc747976c408
10:54:19 #7 sha256:4fab42f58c1ef3e6849f7c792aaa60c56b53a70e77977fca6fd201578b6295b1 51.88MB / 51.88MB 0.9s
10:54:19 #7 sha256:88d80c5be1bd88d1b124a82e8fb3a6dd6c9e73d859e35f060aef32dfa77e0fbd 21.04MB / 68.87MB 0.9s
10:54:19 #7 sha256:4fab42f58c1ef3e6849f7c792aaa60c56b53a70e77977fca6fd201578b6295b1 51.88MB / 51.88MB 0.9s done
10:54:19 #7 sha256:88d80c5be1bd88d1b124a82e8fb3a6dd6c9e73d859e35f060aef32dfa77e0fbd 31.46MB / 68.87MB 1.0s
10:54:19 #7 sha256:dc205c7e6642eb762c821ae2d5356e70a30954ac4ff3c6d012d4463ff2ec8d91 2.10MB / 149.07MB 1.0s
10:54:19 #7 sha256:88d80c5be1bd88d1b124a82e8fb3a6dd6c9e73d859e35f060aef32dfa77e0fbd 41.94MB / 68.87MB 1.1s
10:54:19 #7 sha256:01ac335419db1e069547fbe652c44f03eb397c185cc800158d7364b738503fa1 0B / 156B 1.1s
10:54:19 #7 sha256:88d80c5be1bd88d1b124a82e8fb3a6dd6c9e73d859e35f060aef32dfa77e0fbd 51.38MB / 68.87MB 1.2s
10:54:19 #7 sha256:dc205c7e6642eb762c821ae2d5356e70a30954ac4ff3c6d012d4463ff2ec8d91 13.63MB / 149.07MB 1.2s
10:54:19 #7 sha256:01ac335419db1e069547fbe652c44f03eb397c185cc800158d7364b738503fa1 156B / 156B 1.1s done
10:54:19 #7 sha256:88d80c5be1bd88d1b124a82e8fb3a6dd6c9e73d859e35f060aef32dfa77e0fbd 61.87MB / 68.87MB 1.3s
10:54:19 #7 sha256:88d80c5be1bd88d1b124a82e8fb3a6dd6c9e73d859e35f060aef32dfa77e0fbd 68.87MB / 68.87MB 1.4s
10:54:20 #7 sha256:88d80c5be1bd88d1b124a82e8fb3a6dd6c9e73d859e35f060aef32dfa77e0fbd 68.87MB / 68.87MB 1.4s done
10:54:20 #7 sha256:dc205c7e6642eb762c821ae2d5356e70a30954ac4ff3c6d012d4463ff2ec8d91 30.41MB / 149.07MB 1.6s
10:54:20 #7 sha256:dc205c7e6642eb762c821ae2d5356e70a30954ac4ff3c6d012d4463ff2ec8d91 46.14MB / 149.07MB 1.8s
10:54:20 #7 sha256:dc205c7e6642eb762c821ae2d5356e70a30954ac4ff3c6d012d4463ff2ec8d91 55.57MB / 149.07MB 1.9s
10:54:20 #7 sha256:dc205c7e6642eb762c821ae2d5356e70a30954ac4ff3c6d012d4463ff2ec8d91 65.01MB / 149.07MB 2.0s
10:54:20 #7 extracting sha256:2ff1d7c41c74a25258bfa6f0b8adb0a727f84518f55f65ca845ebc747976c408 1.4s done
10:54:20 #7 sha256:dc205c7e6642eb762c821ae2d5356e70a30954ac4ff3c6d012d4463ff2ec8d91 77.59MB / 149.07MB 2.1s
10:54:20 #7 sha256:dc205c7e6642eb762c821ae2d5356e70a30954ac4ff3c6d012d4463ff2ec8d91 99.61MB / 149.07MB 2.3s
10:54:20 #7 sha256:dc205c7e6642eb762c821ae2d5356e70a30954ac4ff3c6d012d4463ff2ec8d91 110.10MB / 149.07MB 2.4s
10:54:20 #7 extracting sha256:b19b5081b1db3d1f9cb6b976463daaf186eb48aa03d63ea69a4b09f3506e6839
10:54:21 #7 sha256:dc205c7e6642eb762c821ae2d5356e70a30954ac4ff3c6d012d4463ff2ec8d91 133.17MB / 149.07MB 2.6s
10:54:21 #7 sha256:dc205c7e6642eb762c821ae2d5356e70a30954ac4ff3c6d012d4463ff2ec8d91 148.90MB / 149.07MB 2.8s
10:54:21 #7 extracting sha256:b19b5081b1db3d1f9cb6b976463daaf186eb48aa03d63ea69a4b09f3506e6839 0.4s done
10:54:21 #7 ...
10:54:21 
10:54:21 #9 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09
10:54:21 #9 resolve docker.io/library/debian:bullseye@sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09 0.0s done
10:54:21 #9 sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 55.05MB / 55.05MB 1.0s done
10:54:21 #9 sha256:63d62ae233b588d6b426b7b072d79d1306bfd02a72bff1fc045b8511cc89ee09 1.85kB / 1.85kB done
10:54:21 #9 sha256:32888a3c745e38e72a5f49161afc7bb52a263b8f5ea1b3b4a6af537678f29491 529B / 529B done
10:54:21 #9 sha256:34b4fa67dc04381e908b662ed69b3dbe8015fa723a746c66cc870a5330520981 1.46kB / 1.46kB done
10:54:21 #9 extracting sha256:918547b9432687b1e1d238e82dc1e0ea0b736aafbf3c402eea98c6db81a9cb65 1.6s done
10:54:21 #9 DONE 3.1s
10:54:21 
10:54:21 #7 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
10:54:21 #7 extracting sha256:4fab42f58c1ef3e6849f7c792aaa60c56b53a70e77977fca6fd201578b6295b1 0.1s
10:54:22 #7 extracting sha256:4fab42f58c1ef3e6849f7c792aaa60c56b53a70e77977fca6fd201578b6295b1 1.2s done
10:54:22 #7 extracting sha256:88d80c5be1bd88d1b124a82e8fb3a6dd6c9e73d859e35f060aef32dfa77e0fbd
10:54:24 #7 extracting sha256:88d80c5be1bd88d1b124a82e8fb3a6dd6c9e73d859e35f060aef32dfa77e0fbd 1.3s done
10:54:24 #7 extracting sha256:dc205c7e6642eb762c821ae2d5356e70a30954ac4ff3c6d012d4463ff2ec8d91
10:54:28 #7 extracting sha256:dc205c7e6642eb762c821ae2d5356e70a30954ac4ff3c6d012d4463ff2ec8d91 3.5s done
10:54:28 #7 extracting sha256:01ac335419db1e069547fbe652c44f03eb397c185cc800158d7364b738503fa1 done
10:54:28 #7 DONE 9.7s
10:54:28 
10:54:28 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
10:54:28 #0 0.695 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
10:54:28 #0 0.705 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
10:54:28 #0 0.705 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
10:54:28 #0 0.805 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
10:54:28 #0 0.898 Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [237 kB]
10:54:28 #0 0.991 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
10:54:28 #0 2.172 Fetched 8643 kB in 2s (4972 kB/s)
10:54:28 #0 2.172 Reading package lists...
10:54:28 #0 2.814 Reading package lists...
10:54:28 #0 3.480 Building dependency tree...
10:54:28 #0 3.613 Reading state information...
10:54:28 #0 3.785 The following additional packages will be installed:
10:54:28 #0 3.785   autoconf automake autopoint autotools-dev binutils binutils-common
10:54:28 #0 3.785   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
10:54:28 #0 3.785   ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring
10:54:28 #0 3.785   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
10:54:28 #0 3.785   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
10:54:28 #0 3.785   g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
10:54:28 #0 3.785   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
10:54:28 #0 3.785   intltool-debian iso-codes less libalgorithm-diff-perl
10:54:28 #0 3.785   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
10:54:28 #0 3.785   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13
10:54:28 #0 3.785   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
10:54:28 #0 3.785   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
10:54:28 #0 3.785   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0
10:54:28 #0 3.785   libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl
10:54:28 #0 3.785   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
10:54:28 #0 3.785   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
10:54:28 #0 3.785   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
10:54:28 #0 3.785   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
10:54:28 #0 3.785   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
10:54:28 #0 3.785   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
10:54:28 #0 3.785   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
10:54:28 #0 3.785   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
10:54:28 #0 3.789   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
10:54:28 #0 3.789   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
10:54:28 #0 3.789   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
10:54:28 #0 3.789   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
10:54:28 #0 3.789   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
10:54:28 #0 3.789   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
10:54:28 #0 3.789   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
10:54:28 #0 3.789   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
10:54:28 #0 3.789   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
10:54:28 #0 3.789   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
10:54:28 #0 3.789   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
10:54:28 #0 3.789   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
10:54:28 #0 3.789   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
10:54:28 #0 3.789   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
10:54:28 #0 3.789   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
10:54:28 #0 3.789   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
10:54:28 #0 3.789   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
10:54:28 #0 3.789   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
10:54:28 #0 3.789   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
10:54:28 #0 3.789   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
10:54:28 #0 3.789   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
10:54:28 #0 3.789   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
10:54:28 #0 3.789   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
10:54:28 #0 3.789   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
10:54:28 #0 3.789   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
10:54:28 #0 3.789   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
10:54:28 #0 3.789   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
10:54:28 #0 3.789   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
10:54:28 #0 3.789   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
10:54:28 #0 3.789   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
10:54:28 #0 3.789   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
10:54:28 #0 3.789   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
10:54:28 #0 3.789   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
10:54:28 #0 3.789   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
10:54:28 #0 3.789   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
10:54:28 #0 3.789   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
10:54:28 #0 3.789   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
10:54:28 #0 3.789   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
10:54:28 #0 3.789   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
10:54:28 #0 3.789   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
10:54:28 #0 3.789   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
10:54:28 #0 3.789   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
10:54:28 #0 3.789   libstrictures-perl libstring-copyright-perl libstring-escape-perl
10:54:28 #0 3.789   libstring-shellquote-perl libsub-exporter-perl
10:54:28 #0 3.789   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
10:54:28 #0 3.789   libsub-name-perl libsub-override-perl libsub-quote-perl
10:54:28 #0 3.789   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
10:54:28 #0 3.789   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
10:54:28 #0 3.789   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
10:54:28 #0 3.789   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
10:54:28 #0 3.789   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
10:54:28 #0 3.789   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
10:54:28 #0 3.789   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp6
10:54:28 #0 3.789   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
10:54:28 #0 3.789   libxdelta2 libxdmcp6 libxext6 libxml-libxml-perl
10:54:28 #0 3.789   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
10:54:28 #0 3.789   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1
10:54:28 #0 3.789   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
10:54:28 #0 3.789   lsb-release lzip lzop m4 make man-db manpages manpages-dev media-types
10:54:28 #0 3.789   netbase openssh-client openssl patch patchutils pbzip2 perl
10:54:28 #0 3.789   perl-modules-5.32 perl-openssl-defaults pinentry-curses pixz po-debconf
10:54:28 #0 3.789   pristine-tar publicsuffix python-apt-common python3 python3-apt
10:54:28 #0 3.789   python3-certifi python3-chardet python3-debian python3-gpg python3-idna
10:54:28 #0 3.789   python3-magic python3-minimal python3-pkg-resources python3-requests
10:54:28 #0 3.789   python3-six python3-unidiff python3-urllib3 python3-xdg python3.9
10:54:28 #0 3.789   python3.9-minimal readline-common sensible-utils shared-mime-info strace
10:54:28 #0 3.789   t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
10:54:28 #0 3.789 Suggested packages:
10:54:28 #0 3.789   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
10:54:28 #0 3.789   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
10:54:28 #0 3.789   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
10:54:28 #0 3.789   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
10:54:28 #0 3.789   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
10:54:28 #0 3.789   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
10:54:28 #0 3.789   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
10:54:28 #0 3.789   dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync
10:54:28 #0 3.789   g++-multilib g++-10-multilib gcc-10-doc gcc-multilib flex bison gdb gcc-doc
10:54:28 #0 3.789   gcc-10-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
10:54:28 #0 3.789   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
10:54:28 #0 3.789   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery lrzip
10:54:28 #0 3.789   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n gpm
10:54:28 #0 3.789   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
10:54:28 #0 3.789   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
10:54:28 #0 3.789   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
10:54:28 #0 3.789   libapache2-mod-perl2 libmime-lite-perl libnet-jabber-perl libstdc++-10-doc
10:54:28 #0 3.789   libbareword-filehandles-perl libindirect-perl libmultidimensional-perl
10:54:28 #0 3.789   gfortran | fortran95-compiler gcj-jdk libdevel-lexalias-perl
10:54:28 #0 3.789   libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion
10:54:28 #0 3.789   binutils-multiarch libtext-template-perl m4-doc make-doc apparmor
10:54:28 #0 3.789   www-browser keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc
10:54:28 #0 3.789   perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl
10:54:28 #0 3.789   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
10:54:28 #0 3.789   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
10:54:28 #0 3.789   python3-cryptography python3-openssl python3-socks python-requests-doc
10:54:28 #0 3.789   python3.9-venv python3.9-doc binfmt-support readline-doc zip wdiff-doc
10:54:28 #0 5.814 The following NEW packages will be installed:
10:54:28 #0 5.814   autoconf automake autopoint autotools-dev binutils binutils-common
10:54:28 #0 5.814   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
10:54:28 #0 5.814   ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring
10:54:28 #0 5.817   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
10:54:28 #0 5.817   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
10:54:28 #0 5.817   fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man
10:54:28 #0 5.817   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
10:54:28 #0 5.817   gpgconf gpgsm groff-base intltool-debian iso-codes less
10:54:28 #0 5.817   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
10:54:28 #0 5.817   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
10:54:28 #0 5.817   libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1
10:54:28 #0 5.817   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
10:54:28 #0 5.817   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
10:54:28 #0 5.817   libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl
10:54:28 #0 5.817   libclass-inspector-perl libclass-method-modifiers-perl
10:54:28 #0 5.817   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
10:54:28 #0 5.817   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
10:54:28 #0 5.817   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
10:54:28 #0 5.817   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
10:54:28 #0 5.817   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
10:54:28 #0 5.817   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
10:54:28 #0 5.817   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
10:54:28 #0 5.817   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
10:54:28 #0 5.817   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
10:54:28 #0 5.817   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
10:54:28 #0 5.817   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
10:54:28 #0 5.817   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
10:54:28 #0 5.817   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
10:54:28 #0 5.817   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
10:54:28 #0 5.817   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
10:54:28 #0 5.817   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
10:54:28 #0 5.817   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
10:54:28 #0 5.817   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
10:54:28 #0 5.817   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
10:54:28 #0 5.817   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
10:54:28 #0 5.817   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
10:54:28 #0 5.817   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
10:54:28 #0 5.817   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
10:54:28 #0 5.817   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
10:54:28 #0 5.817   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
10:54:28 #0 5.817   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
10:54:28 #0 5.817   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
10:54:28 #0 5.817   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
10:54:28 #0 5.817   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
10:54:28 #0 5.817   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
10:54:28 #0 5.817   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
10:54:28 #0 5.817   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
10:54:28 #0 5.817   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
10:54:28 #0 5.817   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
10:54:28 #0 5.817   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
10:54:28 #0 5.817   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
10:54:28 #0 5.817   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
10:54:28 #0 5.817   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
10:54:28 #0 5.817   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
10:54:28 #0 5.817   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
10:54:28 #0 5.817   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
10:54:28 #0 5.817   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
10:54:28 #0 5.817   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
10:54:28 #0 5.817   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
10:54:28 #0 5.817   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
10:54:28 #0 5.817   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
10:54:28 #0 5.817   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
10:54:28 #0 5.817   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
10:54:28 #0 5.817   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
10:54:28 #0 5.817   libstrictures-perl libstring-copyright-perl libstring-escape-perl
10:54:28 #0 5.817   libstring-shellquote-perl libsub-exporter-perl
10:54:28 #0 5.817   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
10:54:28 #0 5.817   libsub-name-perl libsub-override-perl libsub-quote-perl
10:54:28 #0 5.817   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
10:54:28 #0 5.817   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
10:54:28 #0 5.817   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
10:54:28 #0 5.817   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
10:54:28 #0 5.817   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
10:54:28 #0 5.817   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
10:54:28 #0 5.817   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp6
10:54:28 #0 5.817   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
10:54:28 #0 5.817   libxdelta2 libxdmcp6 libxext6 libxml-libxml-perl
10:54:28 #0 5.817   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
10:54:28 #0 5.817   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1
10:54:28 #0 5.817   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
10:54:28 #0 5.817   lsb-release lzip lzop m4 make man-db manpages manpages-dev media-types
10:54:28 #0 5.817   netbase openssh-client openssl patch patchutils pbzip2 perl
10:54:28 #0 5.817   perl-modules-5.32 perl-openssl-defaults pinentry-curses pixz po-debconf
10:54:28 #0 5.817   pristine-tar publicsuffix python-apt-common python3 python3-apt
10:54:28 #0 5.817   python3-certifi python3-chardet python3-debian python3-gpg python3-idna
10:54:28 #0 5.817   python3-magic python3-minimal python3-pkg-resources python3-requests
10:54:28 #0 5.817   python3-six python3-unidiff python3-urllib3 python3-xdg python3.9
10:54:28 #0 5.817   python3.9-minimal readline-common sensible-utils shared-mime-info strace
10:54:28 #0 5.817   t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
10:54:28 #0 6.099 0 upgraded, 384 newly installed, 0 to remove and 0 not upgraded.
10:54:28 #0 6.099 Need to get 175 MB of archives.
10:54:28 #0 6.099 After this operation, 572 MB of additional disk space will be used.
10:54:28 #0 6.099 Get:1 http://deb.debian.org/debian bullseye/main amd64 bsdextrautils amd64 2.36.1-8+deb11u1 [145 kB]
10:54:28 #0 6.104 Get:2 http://deb.debian.org/debian bullseye/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
10:54:28 #0 6.105 Get:3 http://deb.debian.org/debian bullseye/main amd64 groff-base amd64 1.22.4-6 [936 kB]
10:54:28 #0 6.113 Get:4 http://deb.debian.org/debian bullseye/main amd64 libgdbm6 amd64 1.19-2 [64.9 kB]
10:54:28 #0 6.115 Get:5 http://deb.debian.org/debian bullseye/main amd64 libpipeline1 amd64 1.5.3-1 [34.3 kB]
10:54:28 #0 6.148 Get:6 http://deb.debian.org/debian bullseye/main amd64 man-db amd64 2.9.4-2 [1354 kB]
10:54:28 #0 6.161 Get:7 http://deb.debian.org/debian bullseye/main amd64 perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
10:54:28 #0 6.190 Get:8 http://deb.debian.org/debian bullseye/main amd64 libgdbm-compat4 amd64 1.19-2 [44.7 kB]
10:54:28 #0 6.190 Get:9 http://deb.debian.org/debian bullseye/main amd64 libperl5.32 amd64 5.32.1-4+deb11u2 [4106 kB]
10:54:28 #0 6.269 Get:10 http://deb.debian.org/debian bullseye/main amd64 perl amd64 5.32.1-4+deb11u2 [293 kB]
10:54:28 #0 6.272 Get:11 http://deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
10:54:28 #0 6.273 Get:12 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-minimal amd64 3.9.2-1 [801 kB]
10:54:28 #0 6.279 Get:13 http://deb.debian.org/debian bullseye/main amd64 libexpat1 amd64 2.2.10-2+deb11u5 [98.2 kB]
10:54:28 #0 6.280 Get:14 http://deb.debian.org/debian bullseye/main amd64 python3.9-minimal amd64 3.9.2-1 [1955 kB]
10:54:28 #0 6.296 Get:15 http://deb.debian.org/debian bullseye/main amd64 python3-minimal amd64 3.9.2-3 [38.2 kB]
10:54:28 #0 6.296 Get:16 http://deb.debian.org/debian bullseye/main amd64 media-types all 4.0.0 [30.3 kB]
10:54:28 #0 6.297 Get:17 http://deb.debian.org/debian bullseye/main amd64 libmpdec3 amd64 2.5.1-1 [87.7 kB]
10:54:28 #0 6.298 Get:18 http://deb.debian.org/debian bullseye/main amd64 libncursesw6 amd64 6.2+20201114-2+deb11u1 [132 kB]
10:54:28 #0 6.300 Get:19 http://deb.debian.org/debian bullseye/main amd64 readline-common all 8.1-1 [73.7 kB]
10:54:28 #0 6.300 Get:20 http://deb.debian.org/debian bullseye/main amd64 libreadline8 amd64 8.1-1 [169 kB]
10:54:28 #0 6.302 Get:21 http://deb.debian.org/debian bullseye/main amd64 libsqlite3-0 amd64 3.34.1-3 [797 kB]
10:54:28 #0 6.310 Get:22 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-stdlib amd64 3.9.2-1 [1684 kB]
10:54:28 #0 6.332 Get:23 http://deb.debian.org/debian bullseye/main amd64 python3.9 amd64 3.9.2-1 [466 kB]
10:54:28 #0 6.335 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpython3-stdlib amd64 3.9.2-3 [21.4 kB]
10:54:28 #0 6.335 Get:25 http://deb.debian.org/debian bullseye/main amd64 python3 amd64 3.9.2-3 [37.9 kB]
10:54:28 #0 6.336 Get:26 http://deb.debian.org/debian bullseye/main amd64 less amd64 551-2 [133 kB]
10:54:28 #0 6.337 Get:27 http://deb.debian.org/debian bullseye/main amd64 netbase all 6.3 [19.9 kB]
10:54:28 #0 6.337 Get:28 http://deb.debian.org/debian bullseye/main amd64 sensible-utils all 0.0.14 [14.8 kB]
10:54:28 #0 6.337 Get:29 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
10:54:28 #0 6.338 Get:30 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1n-0+deb11u4 [853 kB]
10:54:28 #0 6.343 Get:31 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
10:54:28 #0 6.344 Get:32 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
10:54:28 #0 6.346 Get:33 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
10:54:28 #0 6.347 Get:34 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
10:54:28 #0 6.348 Get:35 http://deb.debian.org/debian bullseye/main amd64 gettext-base amd64 0.21-4 [175 kB]
10:54:28 #0 6.349 Get:36 http://deb.debian.org/debian bullseye/main amd64 manpages all 5.10-1 [1412 kB]
10:54:28 #0 6.358 Get:37 http://deb.debian.org/debian bullseye/main amd64 libmd0 amd64 1.0.3-3 [28.0 kB]
10:54:28 #0 6.361 Get:38 http://deb.debian.org/debian bullseye/main amd64 libbsd0 amd64 0.11.3-1 [108 kB]
10:54:28 #0 6.364 Get:39 http://deb.debian.org/debian bullseye/main amd64 libedit2 amd64 3.1-20191231-2+b1 [96.7 kB]
10:54:28 #0 6.364 Get:40 http://deb.debian.org/debian bullseye/main amd64 libcbor0 amd64 0.5.0+dfsg-2 [24.0 kB]
10:54:28 #0 6.365 Get:41 http://deb.debian.org/debian bullseye/main amd64 libfido2-1 amd64 1.6.0-2 [53.3 kB]
10:54:28 #0 6.365 Get:42 http://deb.debian.org/debian bullseye/main amd64 openssh-client amd64 1:8.4p1-5+deb11u1 [929 kB]
10:54:28 #0 6.374 Get:43 http://deb.debian.org/debian bullseye/main amd64 ucf all 3.0043 [74.0 kB]
10:54:28 #0 6.377 Get:44 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2.1~deb11u1 [220 kB]
10:54:28 #0 6.381 Get:45 http://deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
10:54:28 #0 6.383 Get:46 http://deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
10:54:28 #0 6.385 Get:47 http://deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
10:54:28 #0 6.388 Get:48 http://deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
10:54:28 #0 6.388 Get:49 http://deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
10:54:28 #0 6.398 Get:50 http://deb.debian.org/debian bullseye/main amd64 autopoint all 0.21-4 [510 kB]
10:54:28 #0 6.402 Get:51 http://deb.debian.org/debian bullseye/main amd64 binutils-common amd64 2.35.2-2 [2220 kB]
10:54:28 #0 6.418 Get:52 http://deb.debian.org/debian bullseye/main amd64 libbinutils amd64 2.35.2-2 [570 kB]
10:54:28 #0 6.422 Get:53 http://deb.debian.org/debian bullseye/main amd64 libctf-nobfd0 amd64 2.35.2-2 [110 kB]
10:54:28 #0 6.423 Get:54 http://deb.debian.org/debian bullseye/main amd64 libctf0 amd64 2.35.2-2 [53.2 kB]
10:54:28 #0 6.423 Get:55 http://deb.debian.org/debian bullseye/main amd64 binutils-x86-64-linux-gnu amd64 2.35.2-2 [1809 kB]
10:54:28 #0 6.436 Get:56 http://deb.debian.org/debian bullseye/main amd64 binutils amd64 2.35.2-2 [61.2 kB]
10:54:28 #0 6.437 Get:57 http://deb.debian.org/debian bullseye/main amd64 libc-dev-bin amd64 2.31-13+deb11u6 [276 kB]
10:54:28 #0 6.439 Get:58 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev amd64 5.10.178-3 [1617 kB]
10:54:28 #0 6.452 Get:59 http://deb.debian.org/debian bullseye/main amd64 libcrypt-dev amd64 1:4.4.18-4 [104 kB]
10:54:28 #0 6.454 Get:60 http://deb.debian.org/debian bullseye/main amd64 libtirpc-dev amd64 1.3.1-1+deb11u1 [191 kB]
10:54:28 #0 6.457 Get:61 http://deb.debian.org/debian bullseye/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
10:54:28 #0 6.457 Get:62 http://deb.debian.org/debian bullseye/main amd64 libc6-dev amd64 2.31-13+deb11u6 [2360 kB]
10:54:28 #0 6.481 Get:63 http://deb.debian.org/debian bullseye/main amd64 libisl23 amd64 0.23-1 [676 kB]
10:54:28 #0 6.486 Get:64 http://deb.debian.org/debian bullseye/main amd64 libmpfr6 amd64 4.1.0-3 [2012 kB]
10:54:28 #0 6.501 Get:65 http://deb.debian.org/debian bullseye/main amd64 libmpc3 amd64 1.2.0-1 [45.0 kB]
10:54:28 #0 6.502 Get:66 http://deb.debian.org/debian bullseye/main amd64 cpp-10 amd64 10.2.1-6 [8528 kB]
10:54:28 #0 6.566 Get:67 http://deb.debian.org/debian bullseye/main amd64 cpp amd64 4:10.2.1-1 [19.7 kB]
10:54:28 #0 6.567 Get:68 http://deb.debian.org/debian bullseye/main amd64 libcc1-0 amd64 10.2.1-6 [47.0 kB]
10:54:28 #0 6.568 Get:69 http://deb.debian.org/debian bullseye/main amd64 libgomp1 amd64 10.2.1-6 [99.9 kB]
10:54:28 #0 6.568 Get:70 http://deb.debian.org/debian bullseye/main amd64 libitm1 amd64 10.2.1-6 [25.8 kB]
10:54:28 #0 6.569 Get:71 http://deb.debian.org/debian bullseye/main amd64 libatomic1 amd64 10.2.1-6 [9008 B]
10:54:28 #0 6.569 Get:72 http://deb.debian.org/debian bullseye/main amd64 libasan6 amd64 10.2.1-6 [2065 kB]
10:54:28 #0 6.585 Get:73 http://deb.debian.org/debian bullseye/main amd64 liblsan0 amd64 10.2.1-6 [828 kB]
10:54:28 #0 6.591 Get:74 http://deb.debian.org/debian bullseye/main amd64 libtsan0 amd64 10.2.1-6 [2000 kB]
10:54:28 #0 6.609 Get:75 http://deb.debian.org/debian bullseye/main amd64 libubsan1 amd64 10.2.1-6 [777 kB]
10:54:28 #0 6.619 Get:76 http://deb.debian.org/debian bullseye/main amd64 libquadmath0 amd64 10.2.1-6 [145 kB]
10:54:28 #0 6.621 Get:77 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev amd64 10.2.1-6 [2328 kB]
10:54:28 #0 6.643 Get:78 http://deb.debian.org/debian bullseye/main amd64 gcc-10 amd64 10.2.1-6 [17.0 MB]
10:54:28 #10 6.770 Get:79 http://deb.debian.org/debian bullseye/main amd64 gcc amd64 4:10.2.1-1 [5192 B]
10:54:28 #10 6.771 Get:80 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev amd64 10.2.1-6 [1741 kB]
10:54:28 #10 6.783 Get:81 http://deb.debian.org/debian bullseye/main amd64 g++-10 amd64 10.2.1-6 [9380 kB]
10:54:28 #10 6.852 Get:82 http://deb.debian.org/debian bullseye/main amd64 g++ amd64 4:10.2.1-1 [1644 B]
10:54:28 #10 6.853 Get:83 http://deb.debian.org/debian bullseye/main amd64 make amd64 4.3-4.1 [396 kB]
10:54:28 #10 6.855 Get:84 http://deb.debian.org/debian bullseye/main amd64 libdpkg-perl all 1.20.12 [1551 kB]
10:54:28 #10 6.865 Get:85 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
10:54:28 #10 6.866 Get:86 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.12 [2312 kB]
10:54:28 #10 6.882 Get:87 http://deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
10:54:28 #10 6.882 Get:88 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
10:54:28 #10 6.884 Get:89 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1+deb11u1 [69.1 kB]
10:54:28 #10 6.885 Get:90 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1+deb11u1 [106 kB]
10:54:28 #10 6.886 Get:91 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3+deb11u1 [232 kB]
10:54:28 #10 6.887 Get:92 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
10:54:28 #10 6.888 Get:93 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
10:54:28 #10 6.888 Get:94 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
10:54:28 #10 6.889 Get:95 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
10:54:28 #10 6.890 Get:96 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u7 [346 kB]
10:54:28 #10 6.892 Get:97 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u7 [270 kB]
10:54:28 #10 6.894 Get:98 http://deb.debian.org/debian bullseye/main amd64 dctrl-tools amd64 2.24-3+b1 [104 kB]
10:54:28 #10 6.895 Get:99 http://deb.debian.org/debian bullseye/main amd64 libdebhelper-perl all 13.3.4 [189 kB]
10:54:28 #10 6.896 Get:100 http://deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
10:54:28 #10 6.900 Get:101 http://deb.debian.org/debian bullseye/main amd64 dh-autoreconf all 20 [17.1 kB]
10:54:28 #10 6.900 Get:102 http://deb.debian.org/debian bullseye/main amd64 libarchive-zip-perl all 1.68-1 [104 kB]
10:54:28 #10 6.901 Get:103 http://deb.debian.org/debian bullseye/main amd64 libsub-override-perl all 0.09-2 [10.2 kB]
10:54:28 #10 6.902 Get:104 http://deb.debian.org/debian bullseye/main amd64 libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
10:54:28 #10 6.903 Get:105 http://deb.debian.org/debian bullseye/main amd64 dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
10:54:28 #10 6.904 Get:106 http://deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
10:54:28 #10 6.906 Get:107 http://deb.debian.org/debian bullseye/main amd64 dwz amd64 0.13+20210201-1 [175 kB]
10:54:28 #10 6.907 Get:108 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
10:54:28 #10 6.971 Get:109 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7+deb11u4 [693 kB]
10:54:28 #10 6.976 Get:110 http://deb.debian.org/debian bullseye/main amd64 gettext amd64 0.21-4 [1311 kB]
10:54:28 #10 6.983 Get:111 http://deb.debian.org/debian bullseye/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
10:54:28 #10 6.985 Get:112 http://deb.debian.org/debian bullseye/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
10:54:28 #10 6.987 Get:113 http://deb.debian.org/debian bullseye/main amd64 debhelper all 13.3.4 [1049 kB]
10:54:28 #10 6.993 Get:114 http://deb.debian.org/debian bullseye/main amd64 debian-keyring all 2021.07.26 [31.1 MB]
10:54:28 #10 7.230 Get:115 http://deb.debian.org/debian bullseye/main amd64 libfakeroot amd64 1.25.3-1.1 [47.0 kB]
10:54:28 #10 7.231 Get:116 http://deb.debian.org/debian bullseye/main amd64 fakeroot amd64 1.25.3-1.1 [87.0 kB]
10:54:28 #10 7.232 Get:117 http://deb.debian.org/debian bullseye/main amd64 libassuan0 amd64 2.5.3-7.1 [50.5 kB]
10:54:28 #10 7.232 Get:118 http://deb.debian.org/debian bullseye/main amd64 gpgconf amd64 2.2.27-2+deb11u2 [548 kB]
10:54:28 #10 7.236 Get:119 http://deb.debian.org/debian bullseye/main amd64 libksba8 amd64 1.5.0-3+deb11u2 [123 kB]
10:54:28 #10 7.237 Get:120 http://deb.debian.org/debian bullseye/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
10:54:28 #10 7.237 Get:121 http://deb.debian.org/debian bullseye/main amd64 dirmngr amd64 2.2.27-2+deb11u2 [763 kB]
10:54:28 #10 7.242 Get:122 http://deb.debian.org/debian bullseye/main amd64 gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
10:54:28 #10 7.248 Get:123 http://deb.debian.org/debian bullseye/main amd64 gnupg-utils amd64 2.2.27-2+deb11u2 [905 kB]
10:54:28 #10 7.254 Get:124 http://deb.debian.org/debian bullseye/main amd64 gpg amd64 2.2.27-2+deb11u2 [928 kB]
10:54:28 #10 7.259 Get:125 http://deb.debian.org/debian bullseye/main amd64 pinentry-curses amd64 1.1.0-4 [64.9 kB]
10:54:28 #10 7.260 Get:126 http://deb.debian.org/debian bullseye/main amd64 gpg-agent amd64 2.2.27-2+deb11u2 [669 kB]
10:54:28 #10 7.264 Get:127 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-client amd64 2.2.27-2+deb11u2 [524 kB]
10:54:28 #10 7.267 Get:128 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-server amd64 2.2.27-2+deb11u2 [516 kB]
10:54:28 #10 7.271 Get:129 http://deb.debian.org/debian bullseye/main amd64 gpgsm amd64 2.2.27-2+deb11u2 [645 kB]
10:54:28 #10 7.275 Get:130 http://deb.debian.org/debian bullseye/main amd64 gnupg all 2.2.27-2+deb11u2 [825 kB]
10:54:28 #10 7.280 Get:131 http://deb.debian.org/debian bullseye/main amd64 libfile-dirlist-perl all 0.05-2 [7444 B]
10:54:28 #10 7.280 Get:132 http://deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
10:54:28 #10 7.280 Get:133 http://deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
10:54:28 #10 7.281 Get:134 http://deb.debian.org/debian bullseye/main amd64 libfile-touch-perl all 0.11-1 [9254 B]
10:54:28 #10 7.282 Get:135 http://deb.debian.org/debian bullseye/main amd64 libio-pty-perl amd64 1:1.15-2 [37.0 kB]
10:54:28 #10 7.282 Get:136 http://deb.debian.org/debian bullseye/main amd64 libipc-run-perl all 20200505.0-1 [102 kB]
10:54:28 #10 7.283 Get:137 http://deb.debian.org/debian bullseye/main amd64 libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
10:54:28 #10 7.284 Get:138 http://deb.debian.org/debian bullseye/main amd64 libb-hooks-op-check-perl amd64 0.22-1+b3 [11.3 kB]
10:54:28 #10 7.285 Get:139 http://deb.debian.org/debian bullseye/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
10:54:28 #10 7.286 Get:140 http://deb.debian.org/debian bullseye/main amd64 libdevel-callchecker-perl amd64 0.008-1+b2 [15.9 kB]
10:54:28 #10 7.304 Get:141 http://deb.debian.org/debian bullseye/main amd64 libparams-classify-perl amd64 0.015-1+b3 [25.7 kB]
10:54:28 #10 7.305 Get:142 http://deb.debian.org/debian bullseye/main amd64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
10:54:28 #10 7.305 Get:143 http://deb.debian.org/debian bullseye/main amd64 libimport-into-perl all 1.002005-1 [11.6 kB]
10:54:28 #10 7.306 Get:144 http://deb.debian.org/debian bullseye/main amd64 librole-tiny-perl all 2.002004-1 [21.4 kB]
10:54:28 #10 7.306 Get:145 http://deb.debian.org/debian bullseye/main amd64 libstrictures-perl all 2.000006-1 [18.6 kB]
10:54:28 #10 7.306 Get:146 http://deb.debian.org/debian bullseye/main amd64 libsub-quote-perl all 2.006006-1 [21.0 kB]
10:54:28 #10 7.307 Get:147 http://deb.debian.org/debian bullseye/main amd64 libmoo-perl all 2.004004-1 [59.9 kB]
10:54:28 #10 7.307 Get:148 http://deb.debian.org/debian bullseye/main amd64 libencode-locale-perl all 1.05-1.1 [13.2 kB]
10:54:28 #10 7.308 Get:149 http://deb.debian.org/debian bullseye/main amd64 libtimedate-perl all 2.3300-2 [39.3 kB]
10:54:28 #10 7.308 Get:150 http://deb.debian.org/debian bullseye/main amd64 libhttp-date-perl all 6.05-1 [10.4 kB]
10:54:28 #10 7.308 Get:151 http://deb.debian.org/debian bullseye/main amd64 libfile-listing-perl all 6.14-1 [12.4 kB]
10:54:28 #10 7.309 Get:152 http://deb.debian.org/debian bullseye/main amd64 libhtml-tagset-perl all 3.20-4 [13.0 kB]
10:54:28 #10 7.309 Get:153 http://deb.debian.org/debian bullseye/main amd64 liburi-perl all 5.08-1 [90.6 kB]
10:54:28 #10 7.310 Get:154 http://deb.debian.org/debian bullseye/main amd64 libhtml-parser-perl amd64 3.75-1+b1 [105 kB]
10:54:28 #10 7.311 Get:155 http://deb.debian.org/debian bullseye/main amd64 libhtml-tree-perl all 5.07-2 [213 kB]
10:54:28 #10 7.312 Get:156 http://deb.debian.org/debian bullseye/main amd64 libio-html-perl all 1.004-2 [16.1 kB]
10:54:28 #10 7.312 Get:157 http://deb.debian.org/debian bullseye/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
10:54:28 #10 7.313 Get:158 http://deb.debian.org/debian bullseye/main amd64 libhttp-message-perl all 6.28-1 [79.6 kB]
10:54:28 #10 7.313 Get:159 http://deb.debian.org/debian bullseye/main amd64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
10:54:28 #10 7.314 Get:160 http://deb.debian.org/debian bullseye/main amd64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
10:54:28 #10 7.314 Get:161 http://deb.debian.org/debian bullseye/main amd64 perl-openssl-defaults amd64 5 [7360 B]
10:54:28 #10 7.314 Get:162 http://deb.debian.org/debian bullseye/main amd64 libnet-ssleay-perl amd64 1.88-3+b1 [321 kB]
10:54:28 #10 7.316 Get:163 http://deb.debian.org/debian bullseye/main amd64 libio-socket-ssl-perl all 2.069-1 [215 kB]
10:54:28 #10 7.318 Get:164 http://deb.debian.org/debian bullseye/main amd64 libnet-http-perl all 6.20-1 [25.1 kB]
10:54:28 #10 7.318 Get:165 http://deb.debian.org/debian bullseye/main amd64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
10:54:28 #10 7.318 Get:166 http://deb.debian.org/debian bullseye/main amd64 libtry-tiny-perl all 0.30-1 [23.3 kB]
10:54:28 #10 7.319 Get:167 http://deb.debian.org/debian bullseye/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
10:54:28 #10 7.319 Get:168 http://deb.debian.org/debian bullseye/main amd64 libwww-perl all 6.52-1 [192 kB]
10:54:28 #10 7.320 Get:169 http://deb.debian.org/debian bullseye/main amd64 patchutils amd64 0.4.2-1 [77.5 kB]
10:54:28 #10 7.321 Get:170 http://deb.debian.org/debian bullseye/main amd64 wdiff amd64 1.2.2-2+b1 [122 kB]
10:54:28 #10 7.322 Get:171 http://deb.debian.org/debian bullseye/main amd64 devscripts amd64 2.21.3+deb11u1 [1093 kB]
10:54:28 #10 7.331 Get:172 http://deb.debian.org/debian bullseye/main amd64 diffstat amd64 1.64-1 [36.6 kB]
10:54:29 #10 7.332 Get:173 http://deb.debian.org/debian bullseye/main amd64 distro-info-data all 0.51+deb11u3 [7812 B]
10:54:29 #10 7.332 Get:174 http://deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
10:54:29 #10 7.334 Get:175 http://deb.debian.org/debian bullseye/main amd64 python3-chardet all 4.0.0-1 [99.0 kB]
10:54:29 #10 7.335 Get:176 http://deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
10:54:29 #10 7.337 Get:177 http://deb.debian.org/debian bullseye/main amd64 python3-debian all 0.1.39 [80.1 kB]
10:54:29 #10 7.351 Get:178 http://deb.debian.org/debian bullseye/main amd64 libgpgme11 amd64 1.14.0-1+b2 [281 kB]
10:54:29 #10 7.353 Get:179 http://deb.debian.org/debian bullseye/main amd64 python3-gpg amd64 1.14.0-1+b2 [334 kB]
10:54:29 #10 7.355 Get:180 http://deb.debian.org/debian bullseye/main amd64 dput all 1.1.0 [56.5 kB]
10:54:29 #10 7.356 Get:181 http://deb.debian.org/debian bullseye/main amd64 equivs all 2.3.1 [22.7 kB]
10:54:29 #10 7.356 Get:182 http://deb.debian.org/debian bullseye/main amd64 fonts-dejavu-core all 2.37-2 [1069 kB]
10:54:29 #10 7.364 Get:183 http://deb.debian.org/debian bullseye/main amd64 fontconfig-config all 2.13.1-4.2 [281 kB]
10:54:29 #10 7.366 Get:184 http://deb.debian.org/debian bullseye/main amd64 libcurl3-gnutls amd64 7.74.0-1.3+deb11u7 [343 kB]
10:54:29 #10 7.369 Get:185 http://deb.debian.org/debian bullseye/main amd64 liberror-perl all 0.17029-1 [31.0 kB]
10:54:29 #10 7.369 Get:186 http://deb.debian.org/debian bullseye/main amd64 git-man all 1:2.30.2-1+deb11u2 [1828 kB]
10:54:29 #10 7.383 Get:187 http://deb.debian.org/debian bullseye/main amd64 git amd64 1:2.30.2-1+deb11u2 [5518 kB]
10:54:29 #10 7.423 Get:188 http://deb.debian.org/debian bullseye/main amd64 iso-codes all 4.6.0-1 [2824 kB]
10:54:29 #10 7.442 Get:189 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
10:54:29 #10 7.443 Get:190 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6+b1 [12.0 kB]
10:54:29 #10 7.443 Get:191 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
10:54:29 #10 7.444 Get:192 http://deb.debian.org/debian bullseye/main amd64 libaliased-perl all 0.34-1.1 [14.1 kB]
10:54:29 #10 7.444 Get:193 http://deb.debian.org/debian bullseye/main amd64 libapt-pkg-perl amd64 0.1.39 [72.1 kB]
10:54:29 #10 7.445 Get:194 http://deb.debian.org/debian bullseye/main amd64 libarchive-cpio-perl all 0.10-1.1 [10.6 kB]
10:54:29 #10 7.445 Get:195 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+deb11u1 [343 kB]
10:54:29 #10 7.447 Get:196 http://deb.debian.org/debian bullseye/main amd64 libarray-intspan-perl all 2.004-1 [25.5 kB]
10:54:29 #10 7.448 Get:197 http://deb.debian.org/debian bullseye/main amd64 libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
10:54:29 #10 7.448 Get:198 http://deb.debian.org/debian bullseye/main amd64 libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
10:54:29 #10 7.451 Get:199 http://deb.debian.org/debian bullseye/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
10:54:29 #10 7.453 Get:200 http://deb.debian.org/debian bullseye/main amd64 libvariable-magic-perl amd64 0.62-1+b3 [45.7 kB]
10:54:29 #10 7.454 Get:201 http://deb.debian.org/debian bullseye/main amd64 libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB]
10:54:29 #10 7.455 Get:202 http://deb.debian.org/debian bullseye/main amd64 libpng16-16 amd64 1.6.37-3 [294 kB]
10:54:29 #10 7.457 Get:203 http://deb.debian.org/debian bullseye/main amd64 libfreetype6 amd64 2.10.4+dfsg-1+deb11u1 [418 kB]
10:54:29 #10 7.461 Get:204 http://deb.debian.org/debian bullseye/main amd64 libfontconfig1 amd64 2.13.1-4.2 [347 kB]
10:54:29 #10 7.463 Get:205 http://deb.debian.org/debian bullseye/main amd64 libjpeg62-turbo amd64 1:2.0.6-4 [151 kB]
10:54:29 #10 7.464 Get:206 http://deb.debian.org/debian bullseye/main amd64 libdeflate0 amd64 1.7-1 [53.1 kB]
10:54:29 #10 7.465 Get:207 http://deb.debian.org/debian bullseye/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
10:54:29 #10 7.465 Get:208 http://deb.debian.org/debian bullseye/main amd64 libwebp6 amd64 0.6.1-2.1 [258 kB]
10:54:29 #10 7.469 Get:209 http://deb.debian.org/debian bullseye/main amd64 libtiff5 amd64 4.2.0-1+deb11u4 [290 kB]
10:54:29 #10 7.471 Get:210 http://deb.debian.org/debian bullseye/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
10:54:29 #10 7.471 Get:211 http://deb.debian.org/debian bullseye/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
10:54:29 #10 7.471 Get:212 http://deb.debian.org/debian bullseye/main amd64 libxcb1 amd64 1.14-3 [140 kB]
10:54:29 #10 7.472 Get:213 http://deb.debian.org/debian bullseye/main amd64 libx11-data all 2:1.7.2-1 [311 kB]
10:54:29 #10 7.475 Get:214 http://deb.debian.org/debian bullseye/main amd64 libx11-6 amd64 2:1.7.2-1 [772 kB]
10:54:29 #10 7.485 Get:215 http://deb.debian.org/debian bullseye/main amd64 libxpm4 amd64 1:3.5.12-1.1~deb11u1 [49.6 kB]
10:54:29 #10 7.488 Get:216 http://deb.debian.org/debian bullseye/main amd64 libgd3 amd64 2.3.0-2 [137 kB]
10:54:29 #10 7.491 Get:217 http://deb.debian.org/debian bullseye/main amd64 libc-devtools amd64 2.31-13+deb11u6 [246 kB]
10:54:29 #10 7.495 Get:218 http://deb.debian.org/debian bullseye/main amd64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
10:54:29 #10 7.497 Get:219 http://deb.debian.org/debian bullseye/main amd64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
10:54:29 #10 7.501 Get:220 http://deb.debian.org/debian bullseye/main amd64 libclass-inspector-perl all 1.36-1 [19.6 kB]
10:54:29 #10 7.501 Get:221 http://deb.debian.org/debian bullseye/main amd64 libclass-xsaccessor-perl amd64 1.19-3+b7 [38.1 kB]
10:54:29 #10 7.502 Get:222 http://deb.debian.org/debian bullseye/main amd64 libclone-perl amd64 0.45-1+b1 [15.4 kB]
10:54:29 #10 7.502 Get:223 http://deb.debian.org/debian bullseye/main amd64 libcommon-sense-perl amd64 3.75-1+b4 [24.6 kB]
10:54:29 #10 7.503 Get:224 http://deb.debian.org/debian bullseye/main amd64 libconfig-tiny-perl all 2.26-1 [16.5 kB]
10:54:29 #10 7.503 Get:225 http://deb.debian.org/debian bullseye/main amd64 libparams-util-perl amd64 1.102-1+b1 [25.6 kB]
10:54:29 #10 7.503 Get:226 http://deb.debian.org/debian bullseye/main amd64 libsub-install-perl all 0.928-1.1 [10.8 kB]
10:54:29 #10 7.504 Get:227 http://deb.debian.org/debian bullseye/main amd64 libdata-optlist-perl all 0.110-1.1 [10.8 kB]
10:54:29 #10 7.504 Get:228 http://deb.debian.org/debian bullseye/main amd64 libsub-exporter-perl all 0.987-1 [47.2 kB]
10:54:29 #10 7.505 Get:229 http://deb.debian.org/debian bullseye/main amd64 libconst-fast-perl all 0.014-1.1 [8552 B]
10:54:29 #10 7.506 Get:230 http://deb.debian.org/debian bullseye/main amd64 libwant-perl amd64 0.29-1+b6 [28.8 kB]
10:54:29 #10 7.507 Get:231 http://deb.debian.org/debian bullseye/main amd64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
10:54:29 #10 7.508 Get:232 http://deb.debian.org/debian bullseye/main amd64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
10:54:29 #10 7.509 Get:233 http://deb.debian.org/debian bullseye/main amd64 libcpanel-json-xs-perl amd64 4.25-1+b1 [129 kB]
10:54:29 #10 7.510 Get:234 http://deb.debian.org/debian bullseye/main amd64 libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
10:54:29 #10 7.511 Get:235 http://deb.debian.org/debian bullseye/main amd64 libexception-class-perl all 1.44-1 [32.3 kB]
10:54:29 #10 7.512 Get:236 http://deb.debian.org/debian bullseye/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
10:54:29 #10 7.514 Get:237 http://deb.debian.org/debian bullseye/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB]
10:54:29 #10 7.515 Get:238 http://deb.debian.org/debian bullseye/main amd64 libexporter-tiny-perl all 1.002002-1 [37.8 kB]
10:54:29 #10 7.516 Get:239 http://deb.debian.org/debian bullseye/main amd64 liblist-moreutils-xs-perl amd64 0.430-2 [40.9 kB]
10:54:29 #10 7.517 Get:240 http://deb.debian.org/debian bullseye/main amd64 liblist-moreutils-perl all 0.430-2 [46.9 kB]
10:54:29 #10 7.518 Get:241 http://deb.debian.org/debian bullseye/main amd64 libdata-dpath-perl all 0.58-1 [43.5 kB]
10:54:29 #10 7.519 Get:242 http://deb.debian.org/debian bullseye/main amd64 libdata-dump-perl all 1.23-1.1 [27.6 kB]
10:54:29 #10 7.520 Get:243 http://deb.debian.org/debian bullseye/main amd64 libdata-messagepack-perl amd64 1.00-4+b1 [38.8 kB]
10:54:29 #10 7.521 Get:244 http://deb.debian.org/debian bullseye/main amd64 libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
10:54:29 #10 7.523 Get:245 http://deb.debian.org/debian bullseye/main amd64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
10:54:29 #10 7.524 Get:246 http://deb.debian.org/debian bullseye/main amd64 libdevel-size-perl amd64 0.83-1+b2 [26.1 kB]
10:54:29 #10 7.525 Get:247 http://deb.debian.org/debian bullseye/main amd64 libdistro-info-perl all 1.0 [7480 B]
10:54:29 #10 7.527 Get:248 http://deb.debian.org/debian bullseye/main amd64 libemail-address-xs-perl amd64 1.04-1+b3 [28.0 kB]
10:54:29 #10 7.527 Get:249 http://deb.debian.org/debian bullseye/main amd64 libfcgi0ldbl amd64 2.4.2-2 [26.1 kB]
10:54:29 #10 7.528 Get:250 http://deb.debian.org/debian bullseye/main amd64 libfcgi-bin amd64 2.4.2-2 [12.9 kB]
10:54:29 #10 7.528 Get:251 http://deb.debian.org/debian bullseye/main amd64 libfcgi-perl amd64 0.79+ds-2 [27.6 kB]
10:54:29 #10 7.529 Get:252 http://deb.debian.org/debian bullseye/main amd64 libipc-system-simple-perl all 1.30-1 [28.2 kB]
10:54:29 #10 7.529 Get:253 http://deb.debian.org/debian bullseye/main amd64 libfile-basedir-perl all 0.08-1 [17.7 kB]
10:54:29 #10 7.530 Get:254 http://deb.debian.org/debian bullseye/main amd64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
10:54:29 #10 7.539 Get:255 http://deb.debian.org/debian bullseye/main amd64 libfile-fcntllock-perl amd64 0.22-3+b7 [35.5 kB]
10:54:29 #10 7.539 Get:256 http://deb.debian.org/debian bullseye/main amd64 libnumber-compare-perl all 0.03-1.1 [6956 B]
10:54:29 #10 7.539 Get:257 http://deb.debian.org/debian bullseye/main amd64 libtext-glob-perl all 0.11-1 [8888 B]
10:54:29 #10 7.540 Get:258 http://deb.debian.org/debian bullseye/main amd64 libfile-find-rule-perl all 0.34-1 [30.6 kB]
10:54:29 #10 7.568 Get:259 http://deb.debian.org/debian bullseye/main amd64 libfont-afm-perl all 1.20-3 [14.0 kB]
10:54:29 #10 7.569 Get:260 http://deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
10:54:29 #10 7.569 Get:261 http://deb.debian.org/debian bullseye/main amd64 libfont-ttf-perl all 1.06-1.1 [318 kB]
10:54:29 #10 7.571 Get:262 http://deb.debian.org/debian bullseye/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB]
10:54:29 #10 7.572 Get:263 http://deb.debian.org/debian bullseye/main amd64 libparams-validate-perl amd64 1.30-1+b1 [68.2 kB]
10:54:29 #10 7.572 Get:264 http://deb.debian.org/debian bullseye/main amd64 libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB]
10:54:29 #10 7.573 Get:265 http://deb.debian.org/debian bullseye/main amd64 libsort-versions-perl all 1.62-1 [11.0 kB]
10:54:29 #10 7.573 Get:266 http://deb.debian.org/debian bullseye/main amd64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
10:54:29 #10 7.573 Get:267 http://deb.debian.org/debian bullseye/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B]
10:54:29 #10 7.574 Get:268 http://deb.debian.org/debian bullseye/main amd64 libio-prompter-perl all 0.004015-1 [60.4 kB]
10:54:29 #10 7.574 Get:269 http://deb.debian.org/debian bullseye/main amd64 libjson-perl all 4.03000-1 [88.6 kB]
10:54:29 #10 7.575 Get:270 http://deb.debian.org/debian bullseye/main amd64 liblog-any-perl all 1.709-1 [73.5 kB]
10:54:29 #10 7.576 Get:271 http://deb.debian.org/debian bullseye/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
10:54:29 #10 7.576 Get:272 http://deb.debian.org/debian bullseye/main amd64 libpackage-stash-perl all 0.39-1 [21.9 kB]
10:54:29 #10 7.577 Get:273 http://deb.debian.org/debian bullseye/main amd64 libsub-identify-perl amd64 0.14-1+b3 [12.0 kB]
10:54:29 #10 7.578 Get:274 http://deb.debian.org/debian bullseye/main amd64 libsub-name-perl amd64 0.26-1+b1 [13.8 kB]
10:54:29 #10 7.579 Get:275 http://deb.debian.org/debian bullseye/main amd64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
10:54:29 #10 7.580 Get:276 http://deb.debian.org/debian bullseye/main amd64 libpath-tiny-perl all 0.118-1 [53.5 kB]
10:54:29 #10 7.582 Get:277 http://deb.debian.org/debian bullseye/main amd64 libtype-tiny-perl all 1.012001-2 [351 kB]
10:54:29 #10 7.585 Get:278 http://deb.debian.org/debian bullseye/main amd64 libgitlab-api-v4-perl all 0.26-1 [87.9 kB]
10:54:29 #10 7.586 Get:279 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-0 amd64 2.66.8-1 [1370 kB]
10:54:29 #10 7.594 Get:280 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-data all 2.66.8-1 [1164 kB]
10:54:29 #10 7.601 Get:281 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
10:54:29 #10 7.602 Get:282 http://deb.debian.org/debian bullseye/main amd64 libhash-fieldhash-perl amd64 0.15-1+b3 [18.0 kB]
10:54:29 #10 7.603 Get:283 http://deb.debian.org/debian bullseye/main amd64 libhtml-form-perl all 6.07-1 [22.9 kB]
10:54:29 #10 7.604 Get:284 http://deb.debian.org/debian bullseye/main amd64 libhtml-format-perl all 2.12-1.1 [43.8 kB]
10:54:29 #10 7.604 Get:285 http://deb.debian.org/debian bullseye/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
10:54:29 #10 7.605 Get:286 http://deb.debian.org/debian bullseye/main amd64 libhttp-daemon-perl all 6.12-1+deb11u1 [23.4 kB]
10:54:29 #10 7.605 Get:287 http://deb.debian.org/debian bullseye/main amd64 libio-sessiondata-perl all 1.03-1.1 [5984 B]
10:54:29 #10 7.627 Get:288 http://deb.debian.org/debian bullseye/main amd64 libipc-run3-perl all 0.048-2 [34.2 kB]
10:54:29 #10 7.627 Get:289 http://deb.debian.org/debian bullseye/main amd64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
10:54:29 #10 7.627 Get:290 http://deb.debian.org/debian bullseye/main amd64 libjson-xs-perl amd64 4.030-1+b1 [94.9 kB]
10:54:29 #10 7.628 Get:291 http://deb.debian.org/debian bullseye/main amd64 libjson-maybexs-perl all 1.004003-1 [13.1 kB]
10:54:29 #10 7.628 Get:292 http://deb.debian.org/debian bullseye/main amd64 libldap-common all 2.4.57+dfsg-3+deb11u1 [95.8 kB]
10:54:29 #10 7.629 Get:293 http://deb.debian.org/debian bullseye/main amd64 liblist-compare-perl all 0.55-1 [66.9 kB]
10:54:29 #10 7.630 Get:294 http://deb.debian.org/debian bullseye/main amd64 liblist-someutils-perl all 0.58-1 [36.5 kB]
10:54:29 #10 7.630 Get:295 http://deb.debian.org/debian bullseye/main amd64 liblist-someutils-xs-perl amd64 0.58-2+b1 [33.3 kB]
10:54:29 #10 7.630 Get:296 http://deb.debian.org/debian bullseye/main amd64 liblist-utilsby-perl all 0.11-1 [15.4 kB]
10:54:29 #10 7.631 Get:297 http://deb.debian.org/debian bullseye/main amd64 libltdl7 amd64 2.4.6-15 [391 kB]
10:54:29 #10 7.633 Get:298 http://deb.debian.org/debian bullseye/main amd64 libltdl-dev amd64 2.4.6-15 [162 kB]
10:54:29 #10 7.635 Get:299 http://deb.debian.org/debian bullseye/main amd64 liblzo2-2 amd64 2.10-2 [56.9 kB]
10:54:29 #10 7.635 Get:300 http://deb.debian.org/debian bullseye/main amd64 libsys-hostname-long-perl all 1.5-2 [11.8 kB]
10:54:29 #10 7.636 Get:301 http://deb.debian.org/debian bullseye/main amd64 libmail-sendmail-perl all 0.80-1.1 [25.5 kB]
10:54:29 #10 7.636 Get:302 http://deb.debian.org/debian bullseye/main amd64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
10:54:29 #10 7.637 Get:303 http://deb.debian.org/debian bullseye/main amd64 libmailtools-perl all 2.21-1 [95.5 kB]
10:54:29 #10 7.638 Get:304 http://deb.debian.org/debian bullseye/main amd64 libmarkdown2 amd64 2.2.6-1 [36.8 kB]
10:54:29 #10 7.639 Get:305 http://deb.debian.org/debian bullseye/main amd64 libmime-tools-perl all 5.509-1 [212 kB]
10:54:29 #10 7.640 Get:306 http://deb.debian.org/debian bullseye/main amd64 libmoox-aliases-perl all 0.001006-1.1 [10.8 kB]
10:54:29 #10 7.641 Get:307 http://deb.debian.org/debian bullseye/main amd64 libnamespace-autoclean-perl all 0.29-1 [15.0 kB]
10:54:29 #10 7.642 Get:308 http://deb.debian.org/debian bullseye/main amd64 libobject-id-perl all 0.1.2-2.1 [16.7 kB]
10:54:29 #10 7.644 Get:309 http://deb.debian.org/debian bullseye/main amd64 libmoox-struct-perl all 0.020-1 [25.4 kB]
10:54:29 #10 7.645 Get:310 http://deb.debian.org/debian bullseye/main amd64 libmouse-perl amd64 2.5.10-1+b1 [172 kB]
10:54:29 #10 7.648 Get:311 http://deb.debian.org/debian bullseye/main amd64 libnumber-range-perl all 0.12-1.1 [8688 B]
10:54:29 #10 7.652 Get:312 http://deb.debian.org/debian bullseye/main amd64 libossp-uuid16 amd64 1.6.2-1.5+b9 [37.9 kB]
10:54:29 #10 7.653 Get:313 http://deb.debian.org/debian bullseye/main amd64 libossp-uuid-perl amd64 1.6.2-1.5+b9 [28.8 kB]
10:54:29 #10 7.655 Get:314 http://deb.debian.org/debian bullseye/main amd64 libpackage-stash-xs-perl amd64 0.29-1+b2 [20.2 kB]
10:54:29 #10 7.656 Get:315 http://deb.debian.org/debian bullseye/main amd64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
10:54:29 #10 7.657 Get:316 http://deb.debian.org/debian bullseye/main amd64 libperlio-gzip-perl amd64 0.19-1+b7 [17.4 kB]
10:54:29 #10 7.657 Get:317 http://deb.debian.org/debian bullseye/main amd64 libpod-parser-perl all 1.63-2 [96.1 kB]
10:54:29 #10 7.659 Get:318 http://deb.debian.org/debian bullseye/main amd64 libpod-constants-perl all 0.19-2 [17.3 kB]
10:54:29 #10 7.660 Get:319 http://deb.debian.org/debian bullseye/main amd64 libproc-processtable-perl amd64 0.59-2+b1 [45.9 kB]
10:54:29 #10 7.662 Get:320 http://deb.debian.org/debian bullseye/main amd64 libre2-9 amd64 20210201+dfsg-1 [170 kB]
10:54:29 #10 7.664 Get:321 http://deb.debian.org/debian bullseye/main amd64 libre-engine-re2-perl amd64 0.14-1 [18.6 kB]
10:54:29 #10 7.665 Get:322 http://deb.debian.org/debian bullseye/main amd64 libreadonly-perl all 2.050-3 [23.1 kB]
10:54:29 #10 7.666 Get:323 http://deb.debian.org/debian bullseye/main amd64 libref-util-perl all 0.204-1 [17.1 kB]
10:54:29 #10 7.687 Get:324 http://deb.debian.org/debian bullseye/main amd64 libref-util-xs-perl amd64 0.117-1+b3 [13.9 kB]
10:54:29 #10 7.687 Get:325 http://deb.debian.org/debian bullseye/main amd64 libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB]
10:54:29 #10 7.688 Get:326 http://deb.debian.org/debian bullseye/main amd64 libregexp-pattern-perl all 0.2.14-1 [18.8 kB]
10:54:29 #10 7.689 Get:327 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2.1+deb11u1 [104 kB]
10:54:29 #10 7.690 Get:328 http://deb.debian.org/debian bullseye/main amd64 libsereal-decoder-perl amd64 4.018+ds-1+b1 [99.3 kB]
10:54:29 #10 7.690 Get:329 http://deb.debian.org/debian bullseye/main amd64 libsereal-encoder-perl amd64 4.018+ds-1+b1 [103 kB]
10:54:29 #10 7.691 Get:330 http://deb.debian.org/debian bullseye/main amd64 libtask-weaken-perl all 1.06-1 [9252 B]
10:54:29 #10 7.691 Get:331 http://deb.debian.org/debian bullseye/main amd64 libxml-parser-perl amd64 2.46-2 [206 kB]
10:54:29 #10 7.693 Get:332 http://deb.debian.org/debian bullseye/main amd64 libsoap-lite-perl all 1.27-1 [258 kB]
10:54:29 #10 7.695 Get:333 http://deb.debian.org/debian bullseye/main amd64 libsort-key-perl amd64 1.33-2+b3 [37.1 kB]
10:54:29 #10 7.695 Get:334 http://deb.debian.org/debian bullseye/main amd64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
10:54:29 #10 7.695 Get:335 http://deb.debian.org/debian bullseye/main amd64 libstring-escape-perl all 2010.002-2 [19.1 kB]
10:54:29 #10 7.695 Get:336 http://deb.debian.org/debian bullseye/main amd64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
10:54:29 #10 7.696 Get:337 http://deb.debian.org/debian bullseye/main amd64 libsys-cpuaffinity-perl amd64 1.13~03-1 [33.9 kB]
10:54:29 #10 7.696 Get:338 http://deb.debian.org/debian bullseye/main amd64 libterm-readkey-perl amd64 2.38-1+b2 [27.8 kB]
10:54:29 #10 7.696 Get:339 http://deb.debian.org/debian bullseye/main amd64 libtext-levenshteinxs-perl amd64 0.03-4+b8 [8724 B]
10:54:29 #10 7.709 Get:340 http://deb.debian.org/debian bullseye/main amd64 libtext-markdown-discount-perl amd64 0.12-1+b1 [13.0 kB]
10:54:29 #10 7.712 Get:341 http://deb.debian.org/debian bullseye/main amd64 libtext-xslate-perl amd64 3.5.8-1+b1 [197 kB]
10:54:29 #10 7.714 Get:342 http://deb.debian.org/debian bullseye/main amd64 libtime-duration-perl all 1.21-1 [13.7 kB]
10:54:29 #10 7.716 Get:343 http://deb.debian.org/debian bullseye/main amd64 libtime-moment-perl amd64 0.44-1+b3 [75.8 kB]
10:54:29 #10 7.719 Get:344 http://deb.debian.org/debian bullseye/main amd64 libtype-tiny-xs-perl amd64 0.022-1 [25.8 kB]
10:54:29 #10 7.720 Get:345 http://deb.debian.org/debian bullseye/main amd64 libunicode-utf8-perl amd64 0.62-1+b2 [20.3 kB]
10:54:29 #10 7.721 Get:346 http://deb.debian.org/debian bullseye/main amd64 libunwind8 amd64 1.3.2-2 [54.5 kB]
10:54:29 #10 7.722 Get:347 http://deb.debian.org/debian bullseye/main amd64 libxdelta2 amd64 1.1.3-9.3 [48.2 kB]
10:54:29 #10 7.723 Get:348 http://deb.debian.org/debian bullseye/main amd64 libxext6 amd64 2:1.3.3-1.1 [52.7 kB]
10:54:29 #10 7.723 Get:349 http://deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
10:54:29 #10 7.725 Get:350 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
10:54:29 #10 7.726 Get:351 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
10:54:29 #10 7.727 Get:352 http://deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
10:54:29 #10 7.729 Get:353 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
10:54:29 #10 7.730 Get:354 http://deb.debian.org/debian bullseye/main amd64 libxmlrpc-lite-perl all 0.717-4 [22.6 kB]
10:54:29 #10 7.730 Get:355 http://deb.debian.org/debian bullseye/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
10:54:29 #10 7.730 Get:356 http://deb.debian.org/debian bullseye/main amd64 libyaml-0-2 amd64 0.2.2-1 [49.6 kB]
10:54:29 #10 7.731 Get:357 http://deb.debian.org/debian bullseye/main amd64 libyaml-libyaml-perl amd64 0.82+repack-1+b1 [35.8 kB]
10:54:29 #10 7.732 Get:358 http://deb.debian.org/debian bullseye/main amd64 licensecheck all 3.1.1-2 [50.0 kB]
10:54:29 #10 7.734 Get:359 http://deb.debian.org/debian bullseye/main amd64 lzip amd64 1.22-3 [88.5 kB]
10:54:29 #10 7.735 Get:360 http://deb.debian.org/debian bullseye/main amd64 lzop amd64 1.04-2 [84.2 kB]
10:54:29 #10 7.737 Get:361 http://deb.debian.org/debian bullseye/main amd64 t1utils amd64 1.41-4 [62.1 kB]
10:54:29 #10 7.738 Get:362 http://deb.debian.org/debian bullseye/main amd64 unzip amd64 6.0-26+deb11u1 [172 kB]
10:54:29 #10 7.741 Get:363 http://deb.debian.org/debian bullseye/main amd64 lintian all 2.104.0 [1265 kB]
10:54:29 #10 7.751 Get:364 http://deb.debian.org/debian bullseye/main amd64 lsb-release all 11.1.0 [27.9 kB]
10:54:29 #10 7.752 Get:365 http://deb.debian.org/debian bullseye/main amd64 manpages-dev all 5.10-1 [2309 kB]
10:54:29 #10 7.768 Get:366 http://deb.debian.org/debian bullseye/main amd64 pbzip2 amd64 1.1.13-1 [44.9 kB]
10:54:29 #10 7.769 Get:367 http://deb.debian.org/debian bullseye/main amd64 pixz amd64 1.0.7-1 [20.9 kB]
10:54:29 #10 7.771 Get:368 http://deb.debian.org/debian bullseye/main amd64 xdelta amd64 1.1.3-9.3 [26.4 kB]
10:54:29 #10 7.772 Get:369 http://deb.debian.org/debian bullseye/main amd64 xdelta3 amd64 3.0.11-dfsg-1+b1 [69.3 kB]
10:54:29 #10 7.774 Get:370 http://deb.debian.org/debian bullseye/main amd64 pristine-tar amd64 1.49 [119 kB]
10:54:29 #10 7.776 Get:371 http://deb.debian.org/debian bullseye/main amd64 publicsuffix all 20220811.1734-0+deb11u1 [127 kB]
10:54:29 #10 7.777 Get:372 http://deb.debian.org/debian bullseye/main amd64 python-apt-common all 2.2.1 [96.5 kB]
10:54:29 #10 7.778 Get:373 http://deb.debian.org/debian bullseye/main amd64 python3-apt amd64 2.2.1 [190 kB]
10:54:29 #10 7.779 Get:374 http://deb.debian.org/debian bullseye/main amd64 python3-certifi all 2020.6.20-1 [151 kB]
10:54:29 #10 7.780 Get:375 http://deb.debian.org/debian bullseye/main amd64 python3-idna all 2.10-1 [37.4 kB]
10:54:29 #10 7.781 Get:376 http://deb.debian.org/debian bullseye/main amd64 python3-magic all 2:0.4.20-3 [13.4 kB]
10:54:29 #10 7.781 Get:377 http://deb.debian.org/debian bullseye/main amd64 python3-urllib3 all 1.26.5-1~exp1 [114 kB]
10:54:29 #10 7.782 Get:378 http://deb.debian.org/debian bullseye/main amd64 python3-requests all 2.25.1+dfsg-2 [69.3 kB]
10:54:29 #10 7.782 Get:379 http://deb.debian.org/debian bullseye/main amd64 python3-unidiff all 0.5.5-2 [9604 B]
10:54:29 #10 7.783 Get:380 http://deb.debian.org/debian bullseye/main amd64 python3-xdg all 0.27-2 [41.8 kB]
10:54:29 #10 7.783 Get:381 http://deb.debian.org/debian bullseye/main amd64 shared-mime-info amd64 2.0-1 [701 kB]
10:54:29 #10 7.788 Get:382 http://deb.debian.org/debian bullseye/main amd64 strace amd64 5.10-1 [1084 kB]
10:54:29 #10 7.794 Get:383 http://deb.debian.org/debian bullseye/main amd64 xauth amd64 1:1.1-1 [40.5 kB]
10:54:29 #10 7.795 Get:384 http://deb.debian.org/debian bullseye/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB]
10:54:29 #10 7.937 debconf: delaying package configuration, since apt-utils is not installed
10:54:29 #10 7.961 Fetched 175 MB in 2s (89.3 MB/s)
10:54:29 #10 7.980 Selecting previously unselected package bsdextrautils.
10:54:29 #10 7.980 (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 ... 6664 files and directories currently installed.)
10:54:29 #10 7.985 Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u1_amd64.deb ...
10:54:29 #10 7.991 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
10:54:29 #10 8.033 Selecting previously unselected package libuchardet0:amd64.
10:54:29 #10 8.035 Preparing to unpack .../01-libuchardet0_0.0.7-1_amd64.deb ...
10:54:29 #10 8.042 Unpacking libuchardet0:amd64 (0.0.7-1) ...
10:54:29 #10 8.082 Selecting previously unselected package groff-base.
10:54:29 #10 8.083 Preparing to unpack .../02-groff-base_1.22.4-6_amd64.deb ...
10:54:29 #10 8.090 Unpacking groff-base (1.22.4-6) ...
10:54:29 #10 8.231 Selecting previously unselected package libgdbm6:amd64.
10:54:29 #10 8.232 Preparing to unpack .../03-libgdbm6_1.19-2_amd64.deb ...
10:54:29 #10 8.237 Unpacking libgdbm6:amd64 (1.19-2) ...
10:54:29 #10 8.278 Selecting previously unselected package libpipeline1:amd64.
10:54:29 #10 8.280 Preparing to unpack .../04-libpipeline1_1.5.3-1_amd64.deb ...
10:54:29 #10 8.284 Unpacking libpipeline1:amd64 (1.5.3-1) ...
10:54:29 #10 8.328 Selecting previously unselected package man-db.
10:54:30 #10 8.330 Preparing to unpack .../05-man-db_2.9.4-2_amd64.deb ...
10:54:30 #10 8.334 Unpacking man-db (2.9.4-2) ...
10:54:30 #10 8.474 Selecting previously unselected package perl-modules-5.32.
10:54:30 #10 8.476 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
10:54:30 #10 8.479 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
10:54:30 #10 9.136 Selecting previously unselected package libgdbm-compat4:amd64.
10:54:30 #10 9.139 Preparing to unpack .../07-libgdbm-compat4_1.19-2_amd64.deb ...
10:54:30 #10 9.169 Unpacking libgdbm-compat4:amd64 (1.19-2) ...
10:54:30 #10 9.408 Selecting previously unselected package libperl5.32:amd64.
10:54:31 #10 9.410 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_amd64.deb ...
10:54:31 #10 9.427 Unpacking libperl5.32:amd64 (5.32.1-4+deb11u2) ...
10:54:31 #10 9.975 Selecting previously unselected package perl.
10:54:31 #10 9.977 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_amd64.deb ...
10:54:31 #10 10.03 Unpacking perl (5.32.1-4+deb11u2) ...
10:54:31 #10 10.23 Selecting previously unselected package liblocale-gettext-perl.
10:54:31 #10 10.23 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
10:54:31 #10 10.27 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
10:54:31 #10 10.45 Selecting previously unselected package libpython3.9-minimal:amd64.
10:54:31 #10 10.45 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_amd64.deb ...
10:54:31 #10 10.47 Unpacking libpython3.9-minimal:amd64 (3.9.2-1) ...
10:54:32 #10 10.73 Selecting previously unselected package libexpat1:amd64.
10:54:32 #10 10.74 Preparing to unpack .../12-libexpat1_2.2.10-2+deb11u5_amd64.deb ...
10:54:32 #10 10.74 Unpacking libexpat1:amd64 (2.2.10-2+deb11u5) ...
10:54:32 #10 10.94 Selecting previously unselected package python3.9-minimal.
10:54:32 #10 10.94 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_amd64.deb ...
10:54:32 #10 10.95 Unpacking python3.9-minimal (3.9.2-1) ...
10:54:32 #10 11.22 Setting up libpython3.9-minimal:amd64 (3.9.2-1) ...
10:54:33 #10 11.39 Setting up libexpat1:amd64 (2.2.10-2+deb11u5) ...
10:54:33 #10 11.59 Setting up python3.9-minimal (3.9.2-1) ...
10:54:34 #10 13.12 Selecting previously unselected package python3-minimal.
10:54:34 #10 13.12 (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 ... 9519 files and directories currently installed.)
10:54:34 #10 13.12 Preparing to unpack .../0-python3-minimal_3.9.2-3_amd64.deb ...
10:54:34 #10 13.16 Unpacking python3-minimal (3.9.2-3) ...
10:54:34 #10 13.24 Selecting previously unselected package media-types.
10:54:34 #10 13.24 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
10:54:34 #10 13.25 Unpacking media-types (4.0.0) ...
10:54:34 #10 13.58 Selecting previously unselected package libmpdec3:amd64.
10:54:35 #10 13.58 Preparing to unpack .../2-libmpdec3_2.5.1-1_amd64.deb ...
10:54:35 #10 13.63 Unpacking libmpdec3:amd64 (2.5.1-1) ...
10:54:35 #10 14.03 Selecting previously unselected package libncursesw6:amd64.
10:54:35 #10 14.03 Preparing to unpack .../3-libncursesw6_6.2+20201114-2+deb11u1_amd64.deb ...
10:54:35 #10 14.08 Unpacking libncursesw6:amd64 (6.2+20201114-2+deb11u1) ...
10:54:36 #10 14.35 Selecting previously unselected package readline-common.
10:54:36 #10 14.36 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
10:54:36 #10 14.42 Unpacking readline-common (8.1-1) ...
10:54:36 #10 14.86 Selecting previously unselected package libreadline8:amd64.
10:54:36 #10 14.86 Preparing to unpack .../5-libreadline8_8.1-1_amd64.deb ...
10:54:36 #10 14.96 Unpacking libreadline8:amd64 (8.1-1) ...
10:54:36 #10 15.46 Selecting previously unselected package libsqlite3-0:amd64.
10:54:36 #10 15.46 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_amd64.deb ...
10:54:36 #10 15.48 Unpacking libsqlite3-0:amd64 (3.34.1-3) ...
10:54:37 #10 16.42 Selecting previously unselected package libpython3.9-stdlib:amd64.
10:54:38 #10 16.42 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_amd64.deb ...
10:54:38 #10 16.44 Unpacking libpython3.9-stdlib:amd64 (3.9.2-1) ...
10:54:38 #10 16.79 Selecting previously unselected package python3.9.
10:54:38 #10 16.79 Preparing to unpack .../8-python3.9_3.9.2-1_amd64.deb ...
10:54:38 #10 16.82 Unpacking python3.9 (3.9.2-1) ...
10:54:38 #10 16.91 Selecting previously unselected package libpython3-stdlib:amd64.
10:54:38 #10 16.92 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_amd64.deb ...
10:54:38 #10 16.94 Unpacking libpython3-stdlib:amd64 (3.9.2-3) ...
10:54:38 #10 17.02 Setting up python3-minimal (3.9.2-3) ...
10:54:38 #10 17.36 Selecting previously unselected package python3.
10:54:38 #10 17.36 (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 ... 9957 files and directories currently installed.)
10:54:38 #10 17.36 Preparing to unpack .../000-python3_3.9.2-3_amd64.deb ...
10:54:38 #10 17.38 Unpacking python3 (3.9.2-3) ...
10:54:38 #10 17.43 Selecting previously unselected package less.
10:54:38 #10 17.43 Preparing to unpack .../001-less_551-2_amd64.deb ...
10:54:38 #10 17.44 Unpacking less (551-2) ...
10:54:38 #10 17.48 Selecting previously unselected package netbase.
10:54:38 #10 17.48 Preparing to unpack .../002-netbase_6.3_all.deb ...
10:54:38 #10 17.48 Unpacking netbase (6.3) ...
10:54:38 #10 17.51 Selecting previously unselected package sensible-utils.
10:54:38 #10 17.51 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ...
10:54:38 #10 17.52 Unpacking sensible-utils (0.0.14) ...
10:54:38 #10 17.54 Selecting previously unselected package bzip2.
10:54:39 #10 17.54 Preparing to unpack .../004-bzip2_1.0.8-4_amd64.deb ...
10:54:39 #10 17.55 Unpacking bzip2 (1.0.8-4) ...
10:54:39 #10 17.58 Selecting previously unselected package openssl.
10:54:39 #10 17.58 Preparing to unpack .../005-openssl_1.1.1n-0+deb11u4_amd64.deb ...
10:54:39 #10 17.58 Unpacking openssl (1.1.1n-0+deb11u4) ...
10:54:39 #10 17.68 Selecting previously unselected package ca-certificates.
10:54:39 #10 17.68 Preparing to unpack .../006-ca-certificates_20210119_all.deb ...
10:54:39 #10 17.69 Unpacking ca-certificates (20210119) ...
10:54:39 #10 17.73 Selecting previously unselected package libmagic-mgc.
10:54:39 #10 17.74 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3_amd64.deb ...
10:54:39 #10 17.74 Unpacking libmagic-mgc (1:5.39-3) ...
10:54:39 #10 17.81 Selecting previously unselected package libmagic1:amd64.
10:54:39 #10 17.81 Preparing to unpack .../008-libmagic1_1%3a5.39-3_amd64.deb ...
10:54:39 #10 17.82 Unpacking libmagic1:amd64 (1:5.39-3) ...
10:54:39 #10 17.85 Selecting previously unselected package file.
10:54:39 #10 17.85 Preparing to unpack .../009-file_1%3a5.39-3_amd64.deb ...
10:54:39 #10 17.86 Unpacking file (1:5.39-3) ...
10:54:39 #10 17.89 Selecting previously unselected package gettext-base.
10:54:39 #10 17.89 Preparing to unpack .../010-gettext-base_0.21-4_amd64.deb ...
10:54:39 #10 17.89 Unpacking gettext-base (0.21-4) ...
10:54:39 #10 17.94 Selecting previously unselected package manpages.
10:54:39 #10 17.94 Preparing to unpack .../011-manpages_5.10-1_all.deb ...
10:54:39 #10 17.95 Unpacking manpages (5.10-1) ...
10:54:39 #10 18.08 Selecting previously unselected package libmd0:amd64.
10:54:39 #10 18.08 Preparing to unpack .../012-libmd0_1.0.3-3_amd64.deb ...
10:54:39 #10 18.09 Unpacking libmd0:amd64 (1.0.3-3) ...
10:54:39 #10 18.13 Selecting previously unselected package libbsd0:amd64.
10:54:39 #10 18.13 Preparing to unpack .../013-libbsd0_0.11.3-1_amd64.deb ...
10:54:39 #10 18.13 Unpacking libbsd0:amd64 (0.11.3-1) ...
10:54:39 #10 18.18 Selecting previously unselected package libedit2:amd64.
10:54:39 #10 18.18 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_amd64.deb ...
10:54:39 #10 18.18 Unpacking libedit2:amd64 (3.1-20191231-2+b1) ...
10:54:39 #10 18.23 Selecting previously unselected package libcbor0:amd64.
10:54:39 #10 18.23 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_amd64.deb ...
10:54:39 #10 18.24 Unpacking libcbor0:amd64 (0.5.0+dfsg-2) ...
10:54:39 #10 18.27 Selecting previously unselected package libfido2-1:amd64.
10:54:39 #10 18.28 Preparing to unpack .../016-libfido2-1_1.6.0-2_amd64.deb ...
10:54:39 #10 18.28 Unpacking libfido2-1:amd64 (1.6.0-2) ...
10:54:40 #10 18.33 Selecting previously unselected package openssh-client.
10:54:40 #10 18.34 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5+deb11u1_amd64.deb ...
10:54:40 #10 18.34 Unpacking openssh-client (1:8.4p1-5+deb11u1) ...
10:54:40 #10 18.44 Selecting previously unselected package ucf.
10:54:40 #10 18.45 Preparing to unpack .../018-ucf_3.0043_all.deb ...
10:54:40 #10 18.45 Moving old data out of the way
10:54:40 #10 18.45 Unpacking ucf (3.0043) ...
10:54:40 #10 18.49 Selecting previously unselected package xz-utils.
10:54:40 #10 18.49 Preparing to unpack .../019-xz-utils_5.2.5-2.1~deb11u1_amd64.deb ...
10:54:40 #10 18.50 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
10:54:40 #10 18.55 Selecting previously unselected package libsigsegv2:amd64.
10:54:40 #10 18.55 Preparing to unpack .../020-libsigsegv2_2.13-1_amd64.deb ...
10:54:40 #10 18.55 Unpacking libsigsegv2:amd64 (2.13-1) ...
10:54:40 #10 18.58 Selecting previously unselected package m4.
10:54:40 #10 18.58 Preparing to unpack .../021-m4_1.4.18-5_amd64.deb ...
10:54:40 #10 18.58 Unpacking m4 (1.4.18-5) ...
10:54:40 #10 18.62 Selecting previously unselected package autoconf.
10:54:40 #10 18.62 Preparing to unpack .../022-autoconf_2.69-14_all.deb ...
10:54:40 #10 18.63 Unpacking autoconf (2.69-14) ...
10:54:40 #10 18.68 Selecting previously unselected package autotools-dev.
10:54:40 #10 18.68 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ...
10:54:40 #10 18.69 Unpacking autotools-dev (20180224.1+nmu1) ...
10:54:40 #10 18.73 Selecting previously unselected package automake.
10:54:40 #10 18.73 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ...
10:54:40 #10 18.73 Unpacking automake (1:1.16.3-2) ...
10:54:40 #10 18.82 Selecting previously unselected package autopoint.
10:54:40 #10 18.82 Preparing to unpack .../025-autopoint_0.21-4_all.deb ...
10:54:40 #10 18.82 Unpacking autopoint (0.21-4) ...
10:54:40 #10 18.86 Selecting previously unselected package binutils-common:amd64.
10:54:40 #10 18.86 Preparing to unpack .../026-binutils-common_2.35.2-2_amd64.deb ...
10:54:40 #10 18.86 Unpacking binutils-common:amd64 (2.35.2-2) ...
10:54:40 #10 19.09 Selecting previously unselected package libbinutils:amd64.
10:54:40 #10 19.09 Preparing to unpack .../027-libbinutils_2.35.2-2_amd64.deb ...
10:54:40 #10 19.09 Unpacking libbinutils:amd64 (2.35.2-2) ...
10:54:40 #10 19.17 Selecting previously unselected package libctf-nobfd0:amd64.
10:54:40 #10 19.17 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_amd64.deb ...
10:54:40 #10 19.18 Unpacking libctf-nobfd0:amd64 (2.35.2-2) ...
10:54:40 #10 19.21 Selecting previously unselected package libctf0:amd64.
10:54:40 #10 19.22 Preparing to unpack .../029-libctf0_2.35.2-2_amd64.deb ...
10:54:40 #10 19.22 Unpacking libctf0:amd64 (2.35.2-2) ...
10:54:40 #10 19.25 Selecting previously unselected package binutils-x86-64-linux-gnu.
10:54:40 #10 19.25 Preparing to unpack .../030-binutils-x86-64-linux-gnu_2.35.2-2_amd64.deb ...
10:54:40 #10 19.25 Unpacking binutils-x86-64-linux-gnu (2.35.2-2) ...
10:54:41 #10 19.44 Selecting previously unselected package binutils.
10:54:41 #10 19.45 Preparing to unpack .../031-binutils_2.35.2-2_amd64.deb ...
10:54:41 #10 19.45 Unpacking binutils (2.35.2-2) ...
10:54:41 #10 19.48 Selecting previously unselected package libc-dev-bin.
10:54:41 #10 19.48 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u6_amd64.deb ...
10:54:41 #10 19.48 Unpacking libc-dev-bin (2.31-13+deb11u6) ...
10:54:41 #10 19.51 Selecting previously unselected package linux-libc-dev:amd64.
10:54:41 #10 19.52 Preparing to unpack .../033-linux-libc-dev_5.10.178-3_amd64.deb ...
10:54:41 #10 19.52 Unpacking linux-libc-dev:amd64 (5.10.178-3) ...
10:54:41 #10 19.65 Selecting previously unselected package libcrypt-dev:amd64.
10:54:41 #10 19.65 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_amd64.deb ...
10:54:41 #10 19.66 Unpacking libcrypt-dev:amd64 (1:4.4.18-4) ...
10:54:41 #10 19.70 Selecting previously unselected package libtirpc-dev:amd64.
10:54:41 #10 19.70 Preparing to unpack .../035-libtirpc-dev_1.3.1-1+deb11u1_amd64.deb ...
10:54:41 #10 19.70 Unpacking libtirpc-dev:amd64 (1.3.1-1+deb11u1) ...
10:54:41 #10 19.74 Selecting previously unselected package libnsl-dev:amd64.
10:54:41 #10 19.74 Preparing to unpack .../036-libnsl-dev_1.3.0-2_amd64.deb ...
10:54:41 #10 19.75 Unpacking libnsl-dev:amd64 (1.3.0-2) ...
10:54:41 #10 19.78 Selecting previously unselected package libc6-dev:amd64.
10:54:41 #10 19.79 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u6_amd64.deb ...
10:54:41 #10 19.79 Unpacking libc6-dev:amd64 (2.31-13+deb11u6) ...
10:54:41 #10 20.03 Selecting previously unselected package libisl23:amd64.
10:54:41 #10 20.04 Preparing to unpack .../038-libisl23_0.23-1_amd64.deb ...
10:54:41 #10 20.04 Unpacking libisl23:amd64 (0.23-1) ...
10:54:41 #10 20.12 Selecting previously unselected package libmpfr6:amd64.
10:54:41 #10 20.13 Preparing to unpack .../039-libmpfr6_4.1.0-3_amd64.deb ...
10:54:41 #10 20.13 Unpacking libmpfr6:amd64 (4.1.0-3) ...
10:54:41 #10 20.25 Selecting previously unselected package libmpc3:amd64.
10:54:41 #10 20.26 Preparing to unpack .../040-libmpc3_1.2.0-1_amd64.deb ...
10:54:41 #10 20.26 Unpacking libmpc3:amd64 (1.2.0-1) ...
10:54:41 #10 20.29 Selecting previously unselected package cpp-10.
10:54:41 #10 20.29 Preparing to unpack .../041-cpp-10_10.2.1-6_amd64.deb ...
10:54:41 #10 20.29 Unpacking cpp-10 (10.2.1-6) ...
10:54:42 #10 21.00 Selecting previously unselected package cpp.
10:54:42 #10 21.00 Preparing to unpack .../042-cpp_4%3a10.2.1-1_amd64.deb ...
10:54:42 #10 21.01 Unpacking cpp (4:10.2.1-1) ...
10:54:42 #10 21.04 Selecting previously unselected package libcc1-0:amd64.
10:54:42 #10 21.04 Preparing to unpack .../043-libcc1-0_10.2.1-6_amd64.deb ...
10:54:42 #10 21.04 Unpacking libcc1-0:amd64 (10.2.1-6) ...
10:54:42 #10 21.08 Selecting previously unselected package libgomp1:amd64.
10:54:42 #10 21.08 Preparing to unpack .../044-libgomp1_10.2.1-6_amd64.deb ...
10:54:42 #10 21.09 Unpacking libgomp1:amd64 (10.2.1-6) ...
10:54:42 #10 21.13 Selecting previously unselected package libitm1:amd64.
10:54:42 #10 21.13 Preparing to unpack .../045-libitm1_10.2.1-6_amd64.deb ...
10:54:42 #10 21.13 Unpacking libitm1:amd64 (10.2.1-6) ...
10:54:42 #10 21.16 Selecting previously unselected package libatomic1:amd64.
10:54:42 #10 21.16 Preparing to unpack .../046-libatomic1_10.2.1-6_amd64.deb ...
10:54:42 #10 21.17 Unpacking libatomic1:amd64 (10.2.1-6) ...
10:54:42 #10 21.20 Selecting previously unselected package libasan6:amd64.
10:54:42 #10 21.20 Preparing to unpack .../047-libasan6_10.2.1-6_amd64.deb ...
10:54:42 #10 21.21 Unpacking libasan6:amd64 (10.2.1-6) ...
10:54:42 #10 21.42 Selecting previously unselected package liblsan0:amd64.
10:54:42 #10 21.42 Preparing to unpack .../048-liblsan0_10.2.1-6_amd64.deb ...
10:54:42 #10 21.43 Unpacking liblsan0:amd64 (10.2.1-6) ...
10:54:42 #10 21.54 Selecting previously unselected package libtsan0:amd64.
10:54:43 #10 21.54 Preparing to unpack .../049-libtsan0_10.2.1-6_amd64.deb ...
10:54:43 #10 21.55 Unpacking libtsan0:amd64 (10.2.1-6) ...
10:54:43 #10 21.75 Selecting previously unselected package libubsan1:amd64.
10:54:43 #10 21.75 Preparing to unpack .../050-libubsan1_10.2.1-6_amd64.deb ...
10:54:43 #10 21.76 Unpacking libubsan1:amd64 (10.2.1-6) ...
10:54:43 #10 21.87 Selecting previously unselected package libquadmath0:amd64.
10:54:43 #10 21.87 Preparing to unpack .../051-libquadmath0_10.2.1-6_amd64.deb ...
10:54:43 #10 21.87 Unpacking libquadmath0:amd64 (10.2.1-6) ...
10:54:43 #10 21.91 Selecting previously unselected package libgcc-10-dev:amd64.
10:54:43 #10 21.91 Preparing to unpack .../052-libgcc-10-dev_10.2.1-6_amd64.deb ...
10:54:43 #10 21.91 Unpacking libgcc-10-dev:amd64 (10.2.1-6) ...
10:54:43 #10 22.12 Selecting previously unselected package gcc-10.
10:54:43 #10 22.13 Preparing to unpack .../053-gcc-10_10.2.1-6_amd64.deb ...
10:54:43 #10 22.13 Unpacking gcc-10 (10.2.1-6) ...
10:54:45 #10 23.48 Selecting previously unselected package gcc.
10:54:45 #10 23.48 Preparing to unpack .../054-gcc_4%3a10.2.1-1_amd64.deb ...
10:54:45 #10 23.49 Unpacking gcc (4:10.2.1-1) ...
10:54:45 #10 23.52 Selecting previously unselected package libstdc++-10-dev:amd64.
10:54:45 #10 23.52 Preparing to unpack .../055-libstdc++-10-dev_10.2.1-6_amd64.deb ...
10:54:45 #10 23.52 Unpacking libstdc++-10-dev:amd64 (10.2.1-6) ...
10:54:45 #10 23.74 Selecting previously unselected package g++-10.
10:54:45 #10 23.74 Preparing to unpack .../056-g++-10_10.2.1-6_amd64.deb ...
10:54:45 #10 23.74 Unpacking g++-10 (10.2.1-6) ...
10:54:46 #10 24.52 Selecting previously unselected package g++.
10:54:46 #10 24.52 Preparing to unpack .../057-g++_4%3a10.2.1-1_amd64.deb ...
10:54:46 #10 24.53 Unpacking g++ (4:10.2.1-1) ...
10:54:46 #10 24.55 Selecting previously unselected package make.
10:54:46 #10 24.55 Preparing to unpack .../058-make_4.3-4.1_amd64.deb ...
10:54:46 #10 24.56 Unpacking make (4.3-4.1) ...
10:54:46 #10 24.62 Selecting previously unselected package libdpkg-perl.
10:54:46 #10 24.62 Preparing to unpack .../059-libdpkg-perl_1.20.12_all.deb ...
10:54:46 #10 24.63 Unpacking libdpkg-perl (1.20.12) ...
10:54:46 #10 24.70 Selecting previously unselected package patch.
10:54:46 #10 24.70 Preparing to unpack .../060-patch_2.7.6-7_amd64.deb ...
10:54:46 #10 24.70 Unpacking patch (2.7.6-7) ...
10:54:46 #10 24.74 Selecting previously unselected package dpkg-dev.
10:54:46 #10 24.75 Preparing to unpack .../061-dpkg-dev_1.20.12_all.deb ...
10:54:46 #10 24.75 Unpacking dpkg-dev (1.20.12) ...
10:54:46 #10 24.88 Selecting previously unselected package build-essential.
10:54:46 #10 24.88 Preparing to unpack .../062-build-essential_12.9_amd64.deb ...
10:54:46 #10 24.89 Unpacking build-essential (12.9) ...
10:54:46 #10 24.91 Selecting previously unselected package libbrotli1:amd64.
10:54:46 #10 24.92 Preparing to unpack .../063-libbrotli1_1.0.9-2+b2_amd64.deb ...
10:54:46 #10 24.92 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
10:54:46 #10 24.97 Selecting previously unselected package libsasl2-modules-db:amd64.
10:54:46 #10 24.97 Preparing to unpack .../064-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
10:54:46 #10 24.98 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
10:54:46 #10 25.02 Selecting previously unselected package libsasl2-2:amd64.
10:54:46 #10 25.02 Preparing to unpack .../065-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
10:54:46 #10 25.02 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
10:54:46 #10 25.06 Selecting previously unselected package libldap-2.4-2:amd64.
10:54:46 #10 25.07 Preparing to unpack .../066-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_amd64.deb ...
10:54:46 #10 25.07 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
10:54:46 #10 25.12 Selecting previously unselected package libnghttp2-14:amd64.
10:54:46 #10 25.12 Preparing to unpack .../067-libnghttp2-14_1.43.0-1_amd64.deb ...
10:54:46 #10 25.13 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
10:54:46 #10 25.17 Selecting previously unselected package libpsl5:amd64.
10:54:46 #10 25.17 Preparing to unpack .../068-libpsl5_0.21.0-1.2_amd64.deb ...
10:54:46 #10 25.18 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
10:54:46 #10 25.22 Selecting previously unselected package librtmp1:amd64.
10:54:46 #10 25.22 Preparing to unpack .../069-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
10:54:46 #10 25.23 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
10:54:46 #10 25.26 Selecting previously unselected package libssh2-1:amd64.
10:54:46 #10 25.27 Preparing to unpack .../070-libssh2-1_1.9.0-2_amd64.deb ...
10:54:46 #10 25.27 Unpacking libssh2-1:amd64 (1.9.0-2) ...
10:54:46 #10 25.31 Selecting previously unselected package libcurl4:amd64.
10:54:46 #10 25.32 Preparing to unpack .../071-libcurl4_7.74.0-1.3+deb11u7_amd64.deb ...
10:54:46 #10 25.32 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u7) ...
10:54:46 #10 25.37 Selecting previously unselected package curl.
10:54:46 #10 25.37 Preparing to unpack .../072-curl_7.74.0-1.3+deb11u7_amd64.deb ...
10:54:46 #10 25.38 Unpacking curl (7.74.0-1.3+deb11u7) ...
10:54:46 #10 25.43 Selecting previously unselected package dctrl-tools.
10:54:46 #10 25.43 Preparing to unpack .../073-dctrl-tools_2.24-3+b1_amd64.deb ...
10:54:46 #10 25.44 Unpacking dctrl-tools (2.24-3+b1) ...
10:54:46 #10 25.48 Selecting previously unselected package libdebhelper-perl.
10:54:47 #10 25.48 Preparing to unpack .../074-libdebhelper-perl_13.3.4_all.deb ...
10:54:47 #10 25.48 Unpacking libdebhelper-perl (13.3.4) ...
10:54:47 #10 25.52 Selecting previously unselected package libtool.
10:54:47 #10 25.52 Preparing to unpack .../075-libtool_2.4.6-15_all.deb ...
10:54:47 #10 25.53 Unpacking libtool (2.4.6-15) ...
10:54:47 #10 25.57 Selecting previously unselected package dh-autoreconf.
10:54:47 #10 25.57 Preparing to unpack .../076-dh-autoreconf_20_all.deb ...
10:54:47 #10 25.57 Unpacking dh-autoreconf (20) ...
10:54:47 #10 25.60 Selecting previously unselected package libarchive-zip-perl.
10:54:47 #10 25.60 Preparing to unpack .../077-libarchive-zip-perl_1.68-1_all.deb ...
10:54:47 #10 25.61 Unpacking libarchive-zip-perl (1.68-1) ...
10:54:47 #10 25.64 Selecting previously unselected package libsub-override-perl.
10:54:47 #10 25.64 Preparing to unpack .../078-libsub-override-perl_0.09-2_all.deb ...
10:54:47 #10 25.64 Unpacking libsub-override-perl (0.09-2) ...
10:54:47 #10 25.67 Selecting previously unselected package libfile-stripnondeterminism-perl.
10:54:47 #10 25.67 Preparing to unpack .../079-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
10:54:47 #10 25.67 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
10:54:47 #10 25.70 Selecting previously unselected package dh-strip-nondeterminism.
10:54:47 #10 25.70 Preparing to unpack .../080-dh-strip-nondeterminism_1.12.0-1_all.deb ...
10:54:47 #10 25.70 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
10:54:47 #10 25.74 Selecting previously unselected package libelf1:amd64.
10:54:47 #10 25.74 Preparing to unpack .../081-libelf1_0.183-1_amd64.deb ...
10:54:47 #10 25.75 Unpacking libelf1:amd64 (0.183-1) ...
10:54:47 #10 25.79 Selecting previously unselected package dwz.
10:54:47 #10 25.79 Preparing to unpack .../082-dwz_0.13+20210201-1_amd64.deb ...
10:54:47 #10 25.79 Unpacking dwz (0.13+20210201-1) ...
10:54:47 #10 25.88 Selecting previously unselected package libicu67:amd64.
10:54:47 #10 25.89 Preparing to unpack .../083-libicu67_67.1-7_amd64.deb ...
10:54:47 #10 25.89 Unpacking libicu67:amd64 (67.1-7) ...
10:54:48 #10 26.66 Selecting previously unselected package libxml2:amd64.
10:54:48 #10 26.66 Preparing to unpack .../084-libxml2_2.9.10+dfsg-6.7+deb11u4_amd64.deb ...
10:54:48 #10 26.67 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7+deb11u4) ...
10:54:48 #10 26.75 Selecting previously unselected package gettext.
10:54:48 #10 26.76 Preparing to unpack .../085-gettext_0.21-4_amd64.deb ...
10:54:48 #10 26.76 Unpacking gettext (0.21-4) ...
10:54:48 #10 26.94 Selecting previously unselected package intltool-debian.
10:54:48 #10 26.94 Preparing to unpack .../086-intltool-debian_0.35.0+20060710.5_all.deb ...
10:54:48 #10 26.95 Unpacking intltool-debian (0.35.0+20060710.5) ...
10:54:48 #10 26.97 Selecting previously unselected package po-debconf.
10:54:48 #10 26.97 Preparing to unpack .../087-po-debconf_1.0.21+nmu1_all.deb ...
10:54:48 #10 26.98 Unpacking po-debconf (1.0.21+nmu1) ...
10:54:48 #10 27.03 Selecting previously unselected package debhelper.
10:54:48 #10 27.03 Preparing to unpack .../088-debhelper_13.3.4_all.deb ...
10:54:48 #10 27.03 Unpacking debhelper (13.3.4) ...
10:54:48 #10 27.14 Selecting previously unselected package debian-keyring.
10:54:48 #10 27.14 Preparing to unpack .../089-debian-keyring_2021.07.26_all.deb ...
10:54:48 #10 27.14 Unpacking debian-keyring (2021.07.26) ...
10:54:51 #10 29.48 Selecting previously unselected package libfakeroot:amd64.
10:54:51 #10 29.48 Preparing to unpack .../090-libfakeroot_1.25.3-1.1_amd64.deb ...
10:54:51 #10 29.49 Unpacking libfakeroot:amd64 (1.25.3-1.1) ...
10:54:51 #10 29.52 Selecting previously unselected package fakeroot.
10:54:51 #10 29.52 Preparing to unpack .../091-fakeroot_1.25.3-1.1_amd64.deb ...
10:54:51 #10 29.52 Unpacking fakeroot (1.25.3-1.1) ...
10:54:51 #10 29.56 Selecting previously unselected package libassuan0:amd64.
10:54:51 #10 29.56 Preparing to unpack .../092-libassuan0_2.5.3-7.1_amd64.deb ...
10:54:51 #10 29.57 Unpacking libassuan0:amd64 (2.5.3-7.1) ...
10:54:51 #10 29.69 Selecting previously unselected package gpgconf.
10:54:51 #10 29.69 Preparing to unpack .../093-gpgconf_2.2.27-2+deb11u2_amd64.deb ...
10:54:51 #10 29.69 Unpacking gpgconf (2.2.27-2+deb11u2) ...
10:54:51 #10 29.74 Selecting previously unselected package libksba8:amd64.
10:54:51 #10 29.75 Preparing to unpack .../094-libksba8_1.5.0-3+deb11u2_amd64.deb ...
10:54:51 #10 29.75 Unpacking libksba8:amd64 (1.5.0-3+deb11u2) ...
10:54:51 #10 29.79 Selecting previously unselected package libnpth0:amd64.
10:54:51 #10 29.79 Preparing to unpack .../095-libnpth0_1.6-3_amd64.deb ...
10:54:51 #10 29.80 Unpacking libnpth0:amd64 (1.6-3) ...
10:54:51 #10 29.83 Selecting previously unselected package dirmngr.
10:54:51 #10 29.83 Preparing to unpack .../096-dirmngr_2.2.27-2+deb11u2_amd64.deb ...
10:54:51 #10 29.85 Unpacking dirmngr (2.2.27-2+deb11u2) ...
10:54:51 #10 29.90 Selecting previously unselected package gnupg-l10n.
10:54:51 #10 29.90 Preparing to unpack .../097-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
10:54:51 #10 29.91 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
10:54:51 #10 30.00 Selecting previously unselected package gnupg-utils.
10:54:51 #10 30.00 Preparing to unpack .../098-gnupg-utils_2.2.27-2+deb11u2_amd64.deb ...
10:54:51 #10 30.00 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
10:54:51 #10 30.08 Selecting previously unselected package gpg.
10:54:51 #10 30.08 Preparing to unpack .../099-gpg_2.2.27-2+deb11u2_amd64.deb ...
10:54:51 #10 30.08 Unpacking gpg (2.2.27-2+deb11u2) ...
10:54:51 #10 30.16 Selecting previously unselected package pinentry-curses.
10:54:51 #10 30.16 Preparing to unpack .../100-pinentry-curses_1.1.0-4_amd64.deb ...
10:54:51 #10 30.16 Unpacking pinentry-curses (1.1.0-4) ...
10:54:51 #10 30.20 Selecting previously unselected package gpg-agent.
10:54:51 #10 30.20 Preparing to unpack .../101-gpg-agent_2.2.27-2+deb11u2_amd64.deb ...
10:54:51 #10 30.21 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
10:54:51 #10 30.26 Selecting previously unselected package gpg-wks-client.
10:54:51 #10 30.26 Preparing to unpack .../102-gpg-wks-client_2.2.27-2+deb11u2_amd64.deb ...
10:54:51 #10 30.27 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
10:54:51 #10 30.34 Selecting previously unselected package gpg-wks-server.
10:54:51 #10 30.34 Preparing to unpack .../103-gpg-wks-server_2.2.27-2+deb11u2_amd64.deb ...
10:54:51 #10 30.34 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
10:54:51 #10 30.38 Selecting previously unselected package gpgsm.
10:54:51 #10 30.38 Preparing to unpack .../104-gpgsm_2.2.27-2+deb11u2_amd64.deb ...
10:54:51 #10 30.38 Unpacking gpgsm (2.2.27-2+deb11u2) ...
10:54:51 #10 30.47 Selecting previously unselected package gnupg.
10:54:51 #10 30.47 Preparing to unpack .../105-gnupg_2.2.27-2+deb11u2_all.deb ...
10:54:51 #10 30.47 Unpacking gnupg (2.2.27-2+deb11u2) ...
10:54:51 #10 30.52 Selecting previously unselected package libfile-dirlist-perl.
10:54:52 #10 30.53 Preparing to unpack .../106-libfile-dirlist-perl_0.05-2_all.deb ...
10:54:52 #10 30.53 Unpacking libfile-dirlist-perl (0.05-2) ...
10:54:52 #10 30.56 Selecting previously unselected package libfile-which-perl.
10:54:52 #10 30.56 Preparing to unpack .../107-libfile-which-perl_1.23-1_all.deb ...
10:54:52 #10 30.56 Unpacking libfile-which-perl (1.23-1) ...
10:54:52 #10 30.59 Selecting previously unselected package libfile-homedir-perl.
10:54:52 #10 30.59 Preparing to unpack .../108-libfile-homedir-perl_1.006-1_all.deb ...
10:54:52 #10 30.59 Unpacking libfile-homedir-perl (1.006-1) ...
10:54:52 #10 30.62 Selecting previously unselected package libfile-touch-perl.
10:54:52 #10 30.63 Preparing to unpack .../109-libfile-touch-perl_0.11-1_all.deb ...
10:54:52 #10 30.63 Unpacking libfile-touch-perl (0.11-1) ...
10:54:52 #10 30.66 Selecting previously unselected package libio-pty-perl.
10:54:52 #10 30.66 Preparing to unpack .../110-libio-pty-perl_1%3a1.15-2_amd64.deb ...
10:54:52 #10 30.66 Unpacking libio-pty-perl (1:1.15-2) ...
10:54:52 #10 30.69 Selecting previously unselected package libipc-run-perl.
10:54:52 #10 30.69 Preparing to unpack .../111-libipc-run-perl_20200505.0-1_all.deb ...
10:54:52 #10 30.70 Unpacking libipc-run-perl (20200505.0-1) ...
10:54:52 #10 30.73 Selecting previously unselected package libclass-method-modifiers-perl.
10:54:52 #10 30.73 Preparing to unpack .../112-libclass-method-modifiers-perl_2.13-1_all.deb ...
10:54:52 #10 30.74 Unpacking libclass-method-modifiers-perl (2.13-1) ...
10:54:52 #10 30.77 Selecting previously unselected package libb-hooks-op-check-perl.
10:54:52 #10 30.77 Preparing to unpack .../113-libb-hooks-op-check-perl_0.22-1+b3_amd64.deb ...
10:54:52 #10 30.77 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
10:54:52 #10 30.80 Selecting previously unselected package libdynaloader-functions-perl.
10:54:52 #10 30.80 Preparing to unpack .../114-libdynaloader-functions-perl_0.003-1.1_all.deb ...
10:54:52 #10 30.80 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
10:54:52 #10 30.83 Selecting previously unselected package libdevel-callchecker-perl.
10:54:52 #10 30.83 Preparing to unpack .../115-libdevel-callchecker-perl_0.008-1+b2_amd64.deb ...
10:54:52 #10 30.83 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
10:54:52 #10 30.86 Selecting previously unselected package libparams-classify-perl.
10:54:52 #10 30.86 Preparing to unpack .../116-libparams-classify-perl_0.015-1+b3_amd64.deb ...
10:54:52 #10 30.86 Unpacking libparams-classify-perl (0.015-1+b3) ...
10:54:52 #10 30.89 Selecting previously unselected package libmodule-runtime-perl.
10:54:52 #10 30.89 Preparing to unpack .../117-libmodule-runtime-perl_0.016-1_all.deb ...
10:54:52 #10 30.90 Unpacking libmodule-runtime-perl (0.016-1) ...
10:54:52 #10 30.93 Selecting previously unselected package libimport-into-perl.
10:54:52 #10 30.93 Preparing to unpack .../118-libimport-into-perl_1.002005-1_all.deb ...
10:54:52 #10 30.93 Unpacking libimport-into-perl (1.002005-1) ...
10:54:52 #10 31.07 Selecting previously unselected package librole-tiny-perl.
10:54:52 #10 31.07 Preparing to unpack .../119-librole-tiny-perl_2.002004-1_all.deb ...
10:54:52 #10 31.07 Unpacking librole-tiny-perl (2.002004-1) ...
10:54:52 #10 31.19 Selecting previously unselected package libstrictures-perl.
10:54:52 #10 31.19 Preparing to unpack .../120-libstrictures-perl_2.000006-1_all.deb ...
10:54:52 #10 31.22 Unpacking libstrictures-perl (2.000006-1) ...
10:54:52 #10 31.33 Selecting previously unselected package libsub-quote-perl.
10:54:52 #10 31.33 Preparing to unpack .../121-libsub-quote-perl_2.006006-1_all.deb ...
10:54:52 #10 31.35 Unpacking libsub-quote-perl (2.006006-1) ...
10:54:52 #10 31.43 Selecting previously unselected package libmoo-perl.
10:54:52 #10 31.43 Preparing to unpack .../122-libmoo-perl_2.004004-1_all.deb ...
10:54:52 #10 31.46 Unpacking libmoo-perl (2.004004-1) ...
10:54:52 #10 31.57 Selecting previously unselected package libencode-locale-perl.
10:54:53 #10 31.58 Preparing to unpack .../123-libencode-locale-perl_1.05-1.1_all.deb ...
10:54:53 #10 31.59 Unpacking libencode-locale-perl (1.05-1.1) ...
10:54:53 #10 31.69 Selecting previously unselected package libtimedate-perl.
10:54:53 #10 31.69 Preparing to unpack .../124-libtimedate-perl_2.3300-2_all.deb ...
10:54:53 #10 31.70 Unpacking libtimedate-perl (2.3300-2) ...
10:54:53 #10 31.88 Selecting previously unselected package libhttp-date-perl.
10:54:53 #10 31.88 Preparing to unpack .../125-libhttp-date-perl_6.05-1_all.deb ...
10:54:53 #10 31.91 Unpacking libhttp-date-perl (6.05-1) ...
10:54:53 #10 32.05 Selecting previously unselected package libfile-listing-perl.
10:54:53 #10 32.05 Preparing to unpack .../126-libfile-listing-perl_6.14-1_all.deb ...
10:54:53 #10 32.12 Unpacking libfile-listing-perl (6.14-1) ...
10:54:53 #10 32.19 Selecting previously unselected package libhtml-tagset-perl.
10:54:53 #10 32.19 Preparing to unpack .../127-libhtml-tagset-perl_3.20-4_all.deb ...
10:54:53 #10 32.23 Unpacking libhtml-tagset-perl (3.20-4) ...
10:54:54 #10 32.41 Selecting previously unselected package liburi-perl.
10:54:54 #10 32.41 Preparing to unpack .../128-liburi-perl_5.08-1_all.deb ...
10:54:54 #10 32.44 Unpacking liburi-perl (5.08-1) ...
10:54:54 #10 32.58 Selecting previously unselected package libhtml-parser-perl.
10:54:54 #10 32.58 Preparing to unpack .../129-libhtml-parser-perl_3.75-1+b1_amd64.deb ...
10:54:54 #10 32.60 Unpacking libhtml-parser-perl (3.75-1+b1) ...
10:54:54 #10 32.79 Selecting previously unselected package libhtml-tree-perl.
10:54:54 #10 32.79 Preparing to unpack .../130-libhtml-tree-perl_5.07-2_all.deb ...
10:54:54 #10 32.82 Unpacking libhtml-tree-perl (5.07-2) ...
10:54:54 #10 32.91 Selecting previously unselected package libio-html-perl.
10:54:54 #10 32.91 Preparing to unpack .../131-libio-html-perl_1.004-2_all.deb ...
10:54:54 #10 32.97 Unpacking libio-html-perl (1.004-2) ...
10:54:54 #10 33.04 Selecting previously unselected package liblwp-mediatypes-perl.
10:54:54 #10 33.04 Preparing to unpack .../132-liblwp-mediatypes-perl_6.04-1_all.deb ...
10:54:54 #10 33.04 Unpacking liblwp-mediatypes-perl (6.04-1) ...
10:54:54 #10 33.07 Selecting previously unselected package libhttp-message-perl.
10:54:54 #10 33.07 Preparing to unpack .../133-libhttp-message-perl_6.28-1_all.deb ...
10:54:54 #10 33.07 Unpacking libhttp-message-perl (6.28-1) ...
10:54:54 #10 33.10 Selecting previously unselected package libhttp-cookies-perl.
10:54:54 #10 33.11 Preparing to unpack .../134-libhttp-cookies-perl_6.10-1_all.deb ...
10:54:54 #10 33.11 Unpacking libhttp-cookies-perl (6.10-1) ...
10:54:54 #10 33.14 Selecting previously unselected package libhttp-negotiate-perl.
10:54:54 #10 33.14 Preparing to unpack .../135-libhttp-negotiate-perl_6.01-1_all.deb ...
10:54:54 #10 33.14 Unpacking libhttp-negotiate-perl (6.01-1) ...
10:54:54 #10 33.17 Selecting previously unselected package perl-openssl-defaults:amd64.
10:54:54 #10 33.17 Preparing to unpack .../136-perl-openssl-defaults_5_amd64.deb ...
10:54:54 #10 33.17 Unpacking perl-openssl-defaults:amd64 (5) ...
10:54:54 #10 33.20 Selecting previously unselected package libnet-ssleay-perl.
10:54:54 #10 33.20 Preparing to unpack .../137-libnet-ssleay-perl_1.88-3+b1_amd64.deb ...
10:54:54 #10 33.21 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
10:54:54 #10 33.26 Selecting previously unselected package libio-socket-ssl-perl.
10:54:54 #10 33.26 Preparing to unpack .../138-libio-socket-ssl-perl_2.069-1_all.deb ...
10:54:54 #10 33.26 Unpacking libio-socket-ssl-perl (2.069-1) ...
10:54:54 #10 33.30 Selecting previously unselected package libnet-http-perl.
10:54:54 #10 33.31 Preparing to unpack .../139-libnet-http-perl_6.20-1_all.deb ...
10:54:54 #10 33.31 Unpacking libnet-http-perl (6.20-1) ...
10:54:54 #10 33.34 Selecting previously unselected package liblwp-protocol-https-perl.
10:54:54 #10 33.34 Preparing to unpack .../140-liblwp-protocol-https-perl_6.10-1_all.deb ...
10:54:54 #10 33.34 Unpacking liblwp-protocol-https-perl (6.10-1) ...
10:54:54 #10 33.37 Selecting previously unselected package libtry-tiny-perl.
10:54:55 #10 33.37 Preparing to unpack .../141-libtry-tiny-perl_0.30-1_all.deb ...
10:54:55 #10 33.38 Unpacking libtry-tiny-perl (0.30-1) ...
10:54:55 #10 33.41 Selecting previously unselected package libwww-robotrules-perl.
10:54:55 #10 33.41 Preparing to unpack .../142-libwww-robotrules-perl_6.02-1_all.deb ...
10:54:55 #10 33.41 Unpacking libwww-robotrules-perl (6.02-1) ...
10:54:55 #10 33.44 Selecting previously unselected package libwww-perl.
10:54:55 #10 33.44 Preparing to unpack .../143-libwww-perl_6.52-1_all.deb ...
10:54:55 #10 33.44 Unpacking libwww-perl (6.52-1) ...
10:54:55 #10 33.49 Selecting previously unselected package patchutils.
10:54:55 #10 33.49 Preparing to unpack .../144-patchutils_0.4.2-1_amd64.deb ...
10:54:55 #10 33.50 Unpacking patchutils (0.4.2-1) ...
10:54:55 #10 33.53 Selecting previously unselected package wdiff.
10:54:55 #10 33.53 Preparing to unpack .../145-wdiff_1.2.2-2+b1_amd64.deb ...
10:54:55 #10 33.53 Unpacking wdiff (1.2.2-2+b1) ...
10:54:55 #10 33.58 Selecting previously unselected package devscripts.
10:54:55 #10 33.58 Preparing to unpack .../146-devscripts_2.21.3+deb11u1_amd64.deb ...
10:54:55 #10 33.60 Unpacking devscripts (2.21.3+deb11u1) ...
10:54:55 #10 33.72 Selecting previously unselected package diffstat.
10:54:55 #10 33.72 Preparing to unpack .../147-diffstat_1.64-1_amd64.deb ...
10:54:55 #10 33.73 Unpacking diffstat (1.64-1) ...
10:54:55 #10 33.76 Selecting previously unselected package distro-info-data.
10:54:55 #10 33.76 Preparing to unpack .../148-distro-info-data_0.51+deb11u3_all.deb ...
10:54:55 #10 33.76 Unpacking distro-info-data (0.51+deb11u3) ...
10:54:55 #10 33.80 Selecting previously unselected package python3-pkg-resources.
10:54:55 #10 33.80 Preparing to unpack .../149-python3-pkg-resources_52.0.0-4_all.deb ...
10:54:55 #10 33.80 Unpacking python3-pkg-resources (52.0.0-4) ...
10:54:55 #10 33.85 Selecting previously unselected package python3-chardet.
10:54:55 #10 33.85 Preparing to unpack .../150-python3-chardet_4.0.0-1_all.deb ...
10:54:55 #10 33.85 Unpacking python3-chardet (4.0.0-1) ...
10:54:55 #10 33.89 Selecting previously unselected package python3-six.
10:54:55 #10 33.90 Preparing to unpack .../151-python3-six_1.16.0-2_all.deb ...
10:54:55 #10 33.90 Unpacking python3-six (1.16.0-2) ...
10:54:55 #10 33.93 Selecting previously unselected package python3-debian.
10:54:55 #10 33.93 Preparing to unpack .../152-python3-debian_0.1.39_all.deb ...
10:54:55 #10 33.93 Unpacking python3-debian (0.1.39) ...
10:54:55 #10 34.00 Selecting previously unselected package libgpgme11:amd64.
10:54:55 #10 34.00 Preparing to unpack .../153-libgpgme11_1.14.0-1+b2_amd64.deb ...
10:54:55 #10 34.00 Unpacking libgpgme11:amd64 (1.14.0-1+b2) ...
10:54:55 #10 34.04 Selecting previously unselected package python3-gpg.
10:54:55 #10 34.04 Preparing to unpack .../154-python3-gpg_1.14.0-1+b2_amd64.deb ...
10:54:55 #10 34.05 Unpacking python3-gpg (1.14.0-1+b2) ...
10:54:55 #10 34.10 Selecting previously unselected package dput.
10:54:55 #10 34.11 Preparing to unpack .../155-dput_1.1.0_all.deb ...
10:54:55 #10 34.11 Unpacking dput (1.1.0) ...
10:54:55 #10 34.14 Selecting previously unselected package equivs.
10:54:55 #10 34.15 Preparing to unpack .../156-equivs_2.3.1_all.deb ...
10:54:55 #10 34.15 Unpacking equivs (2.3.1) ...
10:54:55 #10 34.18 Selecting previously unselected package fonts-dejavu-core.
10:54:55 #10 34.18 Preparing to unpack .../157-fonts-dejavu-core_2.37-2_all.deb ...
10:54:55 #10 34.19 Unpacking fonts-dejavu-core (2.37-2) ...
10:54:55 #10 34.31 Selecting previously unselected package fontconfig-config.
10:54:55 #10 34.32 Preparing to unpack .../158-fontconfig-config_2.13.1-4.2_all.deb ...
10:54:55 #10 34.39 Unpacking fontconfig-config (2.13.1-4.2) ...
10:54:56 #10 34.44 Selecting previously unselected package libcurl3-gnutls:amd64.
10:54:56 #10 34.44 Preparing to unpack .../159-libcurl3-gnutls_7.74.0-1.3+deb11u7_amd64.deb ...
10:54:56 #10 34.45 Unpacking libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u7) ...
10:54:56 #10 34.49 Selecting previously unselected package liberror-perl.
10:54:56 #10 34.49 Preparing to unpack .../160-liberror-perl_0.17029-1_all.deb ...
10:54:56 #10 34.50 Unpacking liberror-perl (0.17029-1) ...
10:54:56 #10 34.53 Selecting previously unselected package git-man.
10:54:56 #10 34.53 Preparing to unpack .../161-git-man_1%3a2.30.2-1+deb11u2_all.deb ...
10:54:56 #10 34.53 Unpacking git-man (1:2.30.2-1+deb11u2) ...
10:54:56 #10 34.69 Selecting previously unselected package git.
10:54:56 #10 34.70 Preparing to unpack .../162-git_1%3a2.30.2-1+deb11u2_amd64.deb ...
10:54:56 #10 34.71 Unpacking git (1:2.30.2-1+deb11u2) ...
10:54:56 #10 35.18 Selecting previously unselected package iso-codes.
10:54:56 #10 35.18 Preparing to unpack .../163-iso-codes_4.6.0-1_all.deb ...
10:54:56 #10 35.19 Unpacking iso-codes (4.6.0-1) ...
10:54:56 #10 35.54 Selecting previously unselected package libalgorithm-diff-perl.
10:54:57 #10 35.54 Preparing to unpack .../164-libalgorithm-diff-perl_1.201-1_all.deb ...
10:54:57 #10 35.54 Unpacking libalgorithm-diff-perl (1.201-1) ...
10:54:57 #10 35.57 Selecting previously unselected package libalgorithm-diff-xs-perl.
10:54:57 #10 35.57 Preparing to unpack .../165-libalgorithm-diff-xs-perl_0.04-6+b1_amd64.deb ...
10:54:57 #10 35.58 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
10:54:57 #10 35.60 Selecting previously unselected package libalgorithm-merge-perl.
10:54:57 #10 35.60 Preparing to unpack .../166-libalgorithm-merge-perl_0.08-3_all.deb ...
10:54:57 #10 35.60 Unpacking libalgorithm-merge-perl (0.08-3) ...
10:54:57 #10 35.63 Selecting previously unselected package libaliased-perl.
10:54:57 #10 35.64 Preparing to unpack .../167-libaliased-perl_0.34-1.1_all.deb ...
10:54:57 #10 35.66 Unpacking libaliased-perl (0.34-1.1) ...
10:54:57 #10 35.68 Selecting previously unselected package libapt-pkg-perl.
10:54:57 #10 35.69 Preparing to unpack .../168-libapt-pkg-perl_0.1.39_amd64.deb ...
10:54:57 #10 35.69 Unpacking libapt-pkg-perl (0.1.39) ...
10:54:57 #10 35.72 Selecting previously unselected package libarchive-cpio-perl.
10:54:57 #10 35.72 Preparing to unpack .../169-libarchive-cpio-perl_0.10-1.1_all.deb ...
10:54:57 #10 35.73 Unpacking libarchive-cpio-perl (0.10-1.1) ...
10:54:57 #10 35.79 Selecting previously unselected package libarchive13:amd64.
10:54:57 #10 35.79 Preparing to unpack .../170-libarchive13_3.4.3-2+deb11u1_amd64.deb ...
10:54:57 #10 35.79 Unpacking libarchive13:amd64 (3.4.3-2+deb11u1) ...
10:54:57 #10 35.84 Selecting previously unselected package libarray-intspan-perl.
10:54:57 #10 35.85 Preparing to unpack .../171-libarray-intspan-perl_2.004-1_all.deb ...
10:54:57 #10 35.85 Unpacking libarray-intspan-perl (2.004-1) ...
10:54:57 #10 35.92 Selecting previously unselected package libauthen-sasl-perl.
10:54:57 #10 35.92 Preparing to unpack .../172-libauthen-sasl-perl_2.1600-1.1_all.deb ...
10:54:57 #10 35.92 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
10:54:57 #10 35.95 Selecting previously unselected package libmodule-implementation-perl.
10:54:57 #10 35.96 Preparing to unpack .../173-libmodule-implementation-perl_0.09-1.1_all.deb ...
10:54:57 #10 35.96 Unpacking libmodule-implementation-perl (0.09-1.1) ...
10:54:57 #10 35.99 Selecting previously unselected package libsub-exporter-progressive-perl.
10:54:57 #10 35.99 Preparing to unpack .../174-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
10:54:57 #10 35.99 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
10:54:57 #10 36.02 Selecting previously unselected package libvariable-magic-perl.
10:54:57 #10 36.02 Preparing to unpack .../175-libvariable-magic-perl_0.62-1+b3_amd64.deb ...
10:54:57 #10 36.03 Unpacking libvariable-magic-perl (0.62-1+b3) ...
10:54:57 #10 36.09 Selecting previously unselected package libb-hooks-endofscope-perl.
10:54:57 #10 36.09 Preparing to unpack .../176-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
10:54:57 #10 36.10 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
10:54:57 #10 36.13 Selecting previously unselected package libpng16-16:amd64.
10:54:57 #10 36.13 Preparing to unpack .../177-libpng16-16_1.6.37-3_amd64.deb ...
10:54:57 #10 36.14 Unpacking libpng16-16:amd64 (1.6.37-3) ...
10:54:57 #10 36.19 Selecting previously unselected package libfreetype6:amd64.
10:54:57 #10 36.19 Preparing to unpack .../178-libfreetype6_2.10.4+dfsg-1+deb11u1_amd64.deb ...
10:54:57 #10 36.20 Unpacking libfreetype6:amd64 (2.10.4+dfsg-1+deb11u1) ...
10:54:57 #10 36.26 Selecting previously unselected package libfontconfig1:amd64.
10:54:57 #10 36.26 Preparing to unpack .../179-libfontconfig1_2.13.1-4.2_amd64.deb ...
10:54:57 #10 36.27 Unpacking libfontconfig1:amd64 (2.13.1-4.2) ...
10:54:57 #10 36.31 Selecting previously unselected package libjpeg62-turbo:amd64.
10:54:57 #10 36.32 Preparing to unpack .../180-libjpeg62-turbo_1%3a2.0.6-4_amd64.deb ...
10:54:57 #10 36.32 Unpacking libjpeg62-turbo:amd64 (1:2.0.6-4) ...
10:54:57 #10 36.37 Selecting previously unselected package libdeflate0:amd64.
10:54:57 #10 36.37 Preparing to unpack .../181-libdeflate0_1.7-1_amd64.deb ...
10:54:57 #10 36.37 Unpacking libdeflate0:amd64 (1.7-1) ...
10:54:57 #10 36.41 Selecting previously unselected package libjbig0:amd64.
10:54:57 #10 36.41 Preparing to unpack .../182-libjbig0_2.1-3.1+b2_amd64.deb ...
10:54:57 #10 36.42 Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
10:54:57 #10 36.45 Selecting previously unselected package libwebp6:amd64.
10:54:57 #10 36.45 Preparing to unpack .../183-libwebp6_0.6.1-2.1_amd64.deb ...
10:54:57 #10 36.46 Unpacking libwebp6:amd64 (0.6.1-2.1) ...
10:54:57 #10 36.51 Selecting previously unselected package libtiff5:amd64.
10:54:58 #10 36.52 Preparing to unpack .../184-libtiff5_4.2.0-1+deb11u4_amd64.deb ...
10:54:58 #10 36.52 Unpacking libtiff5:amd64 (4.2.0-1+deb11u4) ...
10:54:58 #10 36.60 Selecting previously unselected package libxau6:amd64.
10:54:58 #10 36.61 Preparing to unpack .../185-libxau6_1%3a1.0.9-1_amd64.deb ...
10:54:58 #10 36.61 Unpacking libxau6:amd64 (1:1.0.9-1) ...
10:54:58 #10 36.64 Selecting previously unselected package libxdmcp6:amd64.
10:54:58 #10 36.64 Preparing to unpack .../186-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
10:54:58 #10 36.65 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
10:54:58 #10 36.68 Selecting previously unselected package libxcb1:amd64.
10:54:58 #10 36.68 Preparing to unpack .../187-libxcb1_1.14-3_amd64.deb ...
10:54:58 #10 36.68 Unpacking libxcb1:amd64 (1.14-3) ...
10:54:58 #10 36.72 Selecting previously unselected package libx11-data.
10:54:58 #10 36.72 Preparing to unpack .../188-libx11-data_2%3a1.7.2-1_all.deb ...
10:54:58 #10 36.73 Unpacking libx11-data (2:1.7.2-1) ...
10:54:58 #10 36.82 Selecting previously unselected package libx11-6:amd64.
10:54:58 #10 36.82 Preparing to unpack .../189-libx11-6_2%3a1.7.2-1_amd64.deb ...
10:54:58 #10 36.83 Unpacking libx11-6:amd64 (2:1.7.2-1) ...
10:54:58 #10 36.91 Selecting previously unselected package libxpm4:amd64.
10:54:58 #10 36.91 Preparing to unpack .../190-libxpm4_1%3a3.5.12-1.1~deb11u1_amd64.deb ...
10:54:58 #10 36.91 Unpacking libxpm4:amd64 (1:3.5.12-1.1~deb11u1) ...
10:54:58 #10 36.95 Selecting previously unselected package libgd3:amd64.
10:54:58 #10 36.95 Preparing to unpack .../191-libgd3_2.3.0-2_amd64.deb ...
10:54:58 #10 36.95 Unpacking libgd3:amd64 (2.3.0-2) ...
10:54:58 #10 36.99 Selecting previously unselected package libc-devtools.
10:54:58 #10 36.99 Preparing to unpack .../192-libc-devtools_2.31-13+deb11u6_amd64.deb ...
10:54:58 #10 36.99 Unpacking libc-devtools (2.31-13+deb11u6) ...
10:54:58 #10 37.03 Selecting previously unselected package libcapture-tiny-perl.
10:54:58 #10 37.03 Preparing to unpack .../193-libcapture-tiny-perl_0.48-1_all.deb ...
10:54:58 #10 37.04 Unpacking libcapture-tiny-perl (0.48-1) ...
10:54:58 #10 37.07 Selecting previously unselected package libclass-data-inheritable-perl.
10:54:58 #10 37.07 Preparing to unpack .../194-libclass-data-inheritable-perl_0.08-3_all.deb ...
10:54:58 #10 37.08 Unpacking libclass-data-inheritable-perl (0.08-3) ...
10:54:58 #10 37.10 Selecting previously unselected package libclass-inspector-perl.
10:54:58 #10 37.11 Preparing to unpack .../195-libclass-inspector-perl_1.36-1_all.deb ...
10:54:58 #10 37.11 Unpacking libclass-inspector-perl (1.36-1) ...
10:54:58 #10 37.17 Selecting previously unselected package libclass-xsaccessor-perl.
10:54:58 #10 37.17 Preparing to unpack .../196-libclass-xsaccessor-perl_1.19-3+b7_amd64.deb ...
10:54:58 #10 37.18 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ...
10:54:58 #10 37.20 Selecting previously unselected package libclone-perl.
10:54:58 #10 37.21 Preparing to unpack .../197-libclone-perl_0.45-1+b1_amd64.deb ...
10:54:58 #10 37.21 Unpacking libclone-perl (0.45-1+b1) ...
10:54:58 #10 37.24 Selecting previously unselected package libcommon-sense-perl.
10:54:58 #10 37.24 Preparing to unpack .../198-libcommon-sense-perl_3.75-1+b4_amd64.deb ...
10:54:58 #10 37.24 Unpacking libcommon-sense-perl (3.75-1+b4) ...
10:54:58 #10 37.27 Selecting previously unselected package libconfig-tiny-perl.
10:54:58 #10 37.27 Preparing to unpack .../199-libconfig-tiny-perl_2.26-1_all.deb ...
10:54:58 #10 37.28 Unpacking libconfig-tiny-perl (2.26-1) ...
10:54:58 #10 37.30 Selecting previously unselected package libparams-util-perl.
10:54:58 #10 37.31 Preparing to unpack .../200-libparams-util-perl_1.102-1+b1_amd64.deb ...
10:54:58 #10 37.31 Unpacking libparams-util-perl (1.102-1+b1) ...
10:54:58 #10 37.34 Selecting previously unselected package libsub-install-perl.
10:54:58 #10 37.34 Preparing to unpack .../201-libsub-install-perl_0.928-1.1_all.deb ...
10:54:58 #10 37.35 Unpacking libsub-install-perl (0.928-1.1) ...
10:54:58 #10 37.37 Selecting previously unselected package libdata-optlist-perl.
10:54:59 #10 37.38 Preparing to unpack .../202-libdata-optlist-perl_0.110-1.1_all.deb ...
10:54:59 #10 37.38 Unpacking libdata-optlist-perl (0.110-1.1) ...
10:54:59 #10 37.41 Selecting previously unselected package libsub-exporter-perl.
10:54:59 #10 37.41 Preparing to unpack .../203-libsub-exporter-perl_0.987-1_all.deb ...
10:54:59 #10 37.41 Unpacking libsub-exporter-perl (0.987-1) ...
10:54:59 #10 37.47 Selecting previously unselected package libconst-fast-perl.
10:54:59 #10 37.47 Preparing to unpack .../204-libconst-fast-perl_0.014-1.1_all.deb ...
10:54:59 #10 37.48 Unpacking libconst-fast-perl (0.014-1.1) ...
10:54:59 #10 37.50 Selecting previously unselected package libwant-perl.
10:54:59 #10 37.51 Preparing to unpack .../205-libwant-perl_0.29-1+b6_amd64.deb ...
10:54:59 #10 37.51 Unpacking libwant-perl (0.29-1+b6) ...
10:54:59 #10 37.54 Selecting previously unselected package libcontextual-return-perl.
10:54:59 #10 37.54 Preparing to unpack .../206-libcontextual-return-perl_0.004014-2_all.deb ...
10:54:59 #10 37.54 Unpacking libcontextual-return-perl (0.004014-2) ...
10:54:59 #10 37.61 Selecting previously unselected package libconvert-binhex-perl.
10:54:59 #10 37.62 Preparing to unpack .../207-libconvert-binhex-perl_1.125-1_all.deb ...
10:54:59 #10 37.62 Unpacking libconvert-binhex-perl (1.125-1) ...
10:54:59 #10 37.65 Selecting previously unselected package libcpanel-json-xs-perl.
10:54:59 #10 37.66 Preparing to unpack .../208-libcpanel-json-xs-perl_4.25-1+b1_amd64.deb ...
10:54:59 #10 37.66 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ...
10:54:59 #10 37.70 Selecting previously unselected package libdevel-stacktrace-perl.
10:54:59 #10 37.70 Preparing to unpack .../209-libdevel-stacktrace-perl_2.0400-1_all.deb ...
10:54:59 #10 37.70 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
10:54:59 #10 37.74 Selecting previously unselected package libexception-class-perl.
10:54:59 #10 37.74 Preparing to unpack .../210-libexception-class-perl_1.44-1_all.deb ...
10:54:59 #10 37.74 Unpacking libexception-class-perl (1.44-1) ...
10:54:59 #10 37.78 Selecting previously unselected package libiterator-perl.
10:54:59 #10 37.78 Preparing to unpack .../211-libiterator-perl_0.03+ds1-1.1_all.deb ...
10:54:59 #10 37.78 Unpacking libiterator-perl (0.03+ds1-1.1) ...
10:54:59 #10 37.81 Selecting previously unselected package libiterator-util-perl.
10:54:59 #10 37.81 Preparing to unpack .../212-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
10:54:59 #10 37.82 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
10:54:59 #10 37.85 Selecting previously unselected package libexporter-tiny-perl.
10:54:59 #10 37.85 Preparing to unpack .../213-libexporter-tiny-perl_1.002002-1_all.deb ...
10:54:59 #10 37.85 Unpacking libexporter-tiny-perl (1.002002-1) ...
10:54:59 #10 37.88 Selecting previously unselected package liblist-moreutils-xs-perl.
10:54:59 #10 37.89 Preparing to unpack .../214-liblist-moreutils-xs-perl_0.430-2_amd64.deb ...
10:54:59 #10 37.89 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
10:54:59 #10 37.92 Selecting previously unselected package liblist-moreutils-perl.
10:54:59 #10 37.93 Preparing to unpack .../215-liblist-moreutils-perl_0.430-2_all.deb ...
10:54:59 #10 37.93 Unpacking liblist-moreutils-perl (0.430-2) ...
10:54:59 #10 37.96 Selecting previously unselected package libdata-dpath-perl.
10:54:59 #10 37.96 Preparing to unpack .../216-libdata-dpath-perl_0.58-1_all.deb ...
10:54:59 #10 37.97 Unpacking libdata-dpath-perl (0.58-1) ...
10:54:59 #10 38.00 Selecting previously unselected package libdata-dump-perl.
10:54:59 #10 38.00 Preparing to unpack .../217-libdata-dump-perl_1.23-1.1_all.deb ...
10:54:59 #10 38.01 Unpacking libdata-dump-perl (1.23-1.1) ...
10:54:59 #10 38.04 Selecting previously unselected package libdata-messagepack-perl.
10:54:59 #10 38.04 Preparing to unpack .../218-libdata-messagepack-perl_1.00-4+b1_amd64.deb ...
10:54:59 #10 38.05 Unpacking libdata-messagepack-perl (1.00-4+b1) ...
10:54:59 #10 38.08 Selecting previously unselected package libnet-domain-tld-perl.
10:54:59 #10 38.08 Preparing to unpack .../219-libnet-domain-tld-perl_1.75-1.1_all.deb ...
10:54:59 #10 38.09 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
10:54:59 #10 38.12 Selecting previously unselected package libdata-validate-domain-perl.
10:54:59 #10 38.12 Preparing to unpack .../220-libdata-validate-domain-perl_0.10-1.1_all.deb ...
10:54:59 #10 38.13 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
10:54:59 #10 38.16 Selecting previously unselected package libdevel-size-perl.
10:54:59 #10 38.17 Preparing to unpack .../221-libdevel-size-perl_0.83-1+b2_amd64.deb ...
10:54:59 #10 38.17 Unpacking libdevel-size-perl (0.83-1+b2) ...
10:54:59 #10 38.21 Selecting previously unselected package libdistro-info-perl.
10:54:59 #10 38.21 Preparing to unpack .../222-libdistro-info-perl_1.0_all.deb ...
10:54:59 #10 38.22 Unpacking libdistro-info-perl (1.0) ...
10:54:59 #10 38.24 Selecting previously unselected package libemail-address-xs-perl.
10:54:59 #10 38.25 Preparing to unpack .../223-libemail-address-xs-perl_1.04-1+b3_amd64.deb ...
10:54:59 #10 38.25 Unpacking libemail-address-xs-perl (1.04-1+b3) ...
10:54:59 #10 38.29 Selecting previously unselected package libfcgi0ldbl:amd64.
10:54:59 #10 38.29 Preparing to unpack .../224-libfcgi0ldbl_2.4.2-2_amd64.deb ...
10:54:59 #10 38.29 Unpacking libfcgi0ldbl:amd64 (2.4.2-2) ...
10:54:59 #10 38.33 Selecting previously unselected package libfcgi-bin.
10:54:59 #10 38.33 Preparing to unpack .../225-libfcgi-bin_2.4.2-2_amd64.deb ...
10:54:59 #10 38.33 Unpacking libfcgi-bin (2.4.2-2) ...
10:54:59 #10 38.36 Selecting previously unselected package libfcgi-perl:amd64.
10:54:59 #10 38.37 Preparing to unpack .../226-libfcgi-perl_0.79+ds-2_amd64.deb ...
10:54:59 #10 38.37 Unpacking libfcgi-perl:amd64 (0.79+ds-2) ...
10:54:59 #10 38.40 Selecting previously unselected package libipc-system-simple-perl.
10:54:59 #10 38.40 Preparing to unpack .../227-libipc-system-simple-perl_1.30-1_all.deb ...
10:54:59 #10 38.40 Unpacking libipc-system-simple-perl (1.30-1) ...
10:54:59 #10 38.44 Selecting previously unselected package libfile-basedir-perl.
10:55:00 #10 38.44 Preparing to unpack .../228-libfile-basedir-perl_0.08-1_all.deb ...
10:55:00 #10 38.44 Unpacking libfile-basedir-perl (0.08-1) ...
10:55:00 #10 38.47 Selecting previously unselected package libfile-chdir-perl.
10:55:00 #10 38.48 Preparing to unpack .../229-libfile-chdir-perl_0.1008-1.1_all.deb ...
10:55:00 #10 38.48 Unpacking libfile-chdir-perl (0.1008-1.1) ...
10:55:00 #10 38.54 Selecting previously unselected package libfile-fcntllock-perl.
10:55:00 #10 38.54 Preparing to unpack .../230-libfile-fcntllock-perl_0.22-3+b7_amd64.deb ...
10:55:00 #10 38.55 Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
10:55:00 #10 38.58 Selecting previously unselected package libnumber-compare-perl.
10:55:00 #10 38.58 Preparing to unpack .../231-libnumber-compare-perl_0.03-1.1_all.deb ...
10:55:00 #10 38.58 Unpacking libnumber-compare-perl (0.03-1.1) ...
10:55:00 #10 38.61 Selecting previously unselected package libtext-glob-perl.
10:55:00 #10 38.61 Preparing to unpack .../232-libtext-glob-perl_0.11-1_all.deb ...
10:55:00 #10 38.65 Unpacking libtext-glob-perl (0.11-1) ...
10:55:00 #10 38.68 Selecting previously unselected package libfile-find-rule-perl.
10:55:00 #10 38.68 Preparing to unpack .../233-libfile-find-rule-perl_0.34-1_all.deb ...
10:55:00 #10 38.68 Unpacking libfile-find-rule-perl (0.34-1) ...
10:55:00 #10 38.71 Selecting previously unselected package libfont-afm-perl.
10:55:00 #10 38.71 Preparing to unpack .../234-libfont-afm-perl_1.20-3_all.deb ...
10:55:00 #10 38.72 Unpacking libfont-afm-perl (1.20-3) ...
10:55:00 #10 38.74 Selecting previously unselected package libio-string-perl.
10:55:00 #10 38.75 Preparing to unpack .../235-libio-string-perl_1.08-3.1_all.deb ...
10:55:00 #10 38.75 Unpacking libio-string-perl (1.08-3.1) ...
10:55:00 #10 38.77 Selecting previously unselected package libfont-ttf-perl.
10:55:00 #10 38.78 Preparing to unpack .../236-libfont-ttf-perl_1.06-1.1_all.deb ...
10:55:00 #10 38.78 Unpacking libfont-ttf-perl (1.06-1.1) ...
10:55:00 #10 38.84 Selecting previously unselected package libio-stringy-perl.
10:55:00 #10 38.84 Preparing to unpack .../237-libio-stringy-perl_2.111-3_all.deb ...
10:55:00 #10 38.84 Unpacking libio-stringy-perl (2.111-3) ...
10:55:00 #10 38.87 Selecting previously unselected package libparams-validate-perl:amd64.
10:55:00 #10 38.88 Preparing to unpack .../238-libparams-validate-perl_1.30-1+b1_amd64.deb ...
10:55:00 #10 38.88 Unpacking libparams-validate-perl:amd64 (1.30-1+b1) ...
10:55:00 #10 38.91 Selecting previously unselected package libgetopt-long-descriptive-perl.
10:55:00 #10 38.92 Preparing to unpack .../239-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
10:55:00 #10 38.92 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
10:55:00 #10 38.95 Selecting previously unselected package libsort-versions-perl.
10:55:00 #10 38.95 Preparing to unpack .../240-libsort-versions-perl_1.62-1_all.deb ...
10:55:00 #10 38.96 Unpacking libsort-versions-perl (1.62-1) ...
10:55:00 #10 38.98 Selecting previously unselected package libgit-wrapper-perl.
10:55:00 #10 38.99 Preparing to unpack .../241-libgit-wrapper-perl_0.048-1_all.deb ...
10:55:00 #10 38.99 Unpacking libgit-wrapper-perl (0.048-1) ...
10:55:00 #10 39.02 Selecting previously unselected package libhttp-tiny-multipart-perl.
10:55:00 #10 39.02 Preparing to unpack .../242-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
10:55:00 #10 39.03 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
10:55:00 #10 39.05 Selecting previously unselected package libio-prompter-perl.
10:55:00 #10 39.06 Preparing to unpack .../243-libio-prompter-perl_0.004015-1_all.deb ...
10:55:00 #10 39.06 Unpacking libio-prompter-perl (0.004015-1) ...
10:55:00 #10 39.09 Selecting previously unselected package libjson-perl.
10:55:00 #10 39.10 Preparing to unpack .../244-libjson-perl_4.03000-1_all.deb ...
10:55:00 #10 39.10 Unpacking libjson-perl (4.03000-1) ...
10:55:00 #10 39.13 Selecting previously unselected package liblog-any-perl.
10:55:00 #10 39.13 Preparing to unpack .../245-liblog-any-perl_1.709-1_all.deb ...
10:55:00 #10 39.14 Unpacking liblog-any-perl (1.709-1) ...
10:55:00 #10 39.18 Selecting previously unselected package liblog-any-adapter-screen-perl.
10:55:00 #10 39.18 Preparing to unpack .../246-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
10:55:00 #10 39.18 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
10:55:00 #10 39.21 Selecting previously unselected package libpackage-stash-perl.
10:55:00 #10 39.21 Preparing to unpack .../247-libpackage-stash-perl_0.39-1_all.deb ...
10:55:00 #10 39.22 Unpacking libpackage-stash-perl (0.39-1) ...
10:55:00 #10 39.25 Selecting previously unselected package libsub-identify-perl.
10:55:00 #10 39.25 Preparing to unpack .../248-libsub-identify-perl_0.14-1+b3_amd64.deb ...
10:55:00 #10 39.25 Unpacking libsub-identify-perl (0.14-1+b3) ...
10:55:00 #10 39.28 Selecting previously unselected package libsub-name-perl.
10:55:00 #10 39.28 Preparing to unpack .../249-libsub-name-perl_0.26-1+b1_amd64.deb ...
10:55:00 #10 39.29 Unpacking libsub-name-perl (0.26-1+b1) ...
10:55:00 #10 39.32 Selecting previously unselected package libnamespace-clean-perl.
10:55:00 #10 39.32 Preparing to unpack .../250-libnamespace-clean-perl_0.27-1_all.deb ...
10:55:00 #10 39.32 Unpacking libnamespace-clean-perl (0.27-1) ...
10:55:00 #10 39.38 Selecting previously unselected package libpath-tiny-perl.
10:55:00 #10 39.38 Preparing to unpack .../251-libpath-tiny-perl_0.118-1_all.deb ...
10:55:00 #10 39.38 Unpacking libpath-tiny-perl (0.118-1) ...
10:55:00 #10 39.41 Selecting previously unselected package libtype-tiny-perl.
10:55:00 #10 39.42 Preparing to unpack .../252-libtype-tiny-perl_1.012001-2_all.deb ...
10:55:00 #10 39.42 Unpacking libtype-tiny-perl (1.012001-2) ...
10:55:01 #10 39.48 Selecting previously unselected package libgitlab-api-v4-perl.
10:55:01 #10 39.48 Preparing to unpack .../253-libgitlab-api-v4-perl_0.26-1_all.deb ...
10:55:01 #10 39.48 Unpacking libgitlab-api-v4-perl (0.26-1) ...
10:55:01 #10 39.53 Selecting previously unselected package libglib2.0-0:amd64.
10:55:01 #10 39.53 Preparing to unpack .../254-libglib2.0-0_2.66.8-1_amd64.deb ...
10:55:01 #10 39.54 Unpacking libglib2.0-0:amd64 (2.66.8-1) ...
10:55:01 #10 39.68 Selecting previously unselected package libglib2.0-data.
10:55:01 #10 39.68 Preparing to unpack .../255-libglib2.0-data_2.66.8-1_all.deb ...
10:55:01 #10 39.68 Unpacking libglib2.0-data (2.66.8-1) ...
10:55:01 #10 39.86 Selecting previously unselected package libgpm2:amd64.
10:55:01 #10 39.87 Preparing to unpack .../256-libgpm2_1.20.7-8_amd64.deb ...
10:55:01 #10 39.87 Unpacking libgpm2:amd64 (1.20.7-8) ...
10:55:01 #10 39.90 Selecting previously unselected package libhash-fieldhash-perl.
10:55:01 #10 39.90 Preparing to unpack .../257-libhash-fieldhash-perl_0.15-1+b3_amd64.deb ...
10:55:01 #10 39.91 Unpacking libhash-fieldhash-perl (0.15-1+b3) ...
10:55:01 #10 39.94 Selecting previously unselected package libhtml-form-perl.
10:55:01 #10 39.94 Preparing to unpack .../258-libhtml-form-perl_6.07-1_all.deb ...
10:55:01 #10 39.94 Unpacking libhtml-form-perl (6.07-1) ...
10:55:01 #10 39.98 Selecting previously unselected package libhtml-format-perl.
10:55:01 #10 39.98 Preparing to unpack .../259-libhtml-format-perl_2.12-1.1_all.deb ...
10:55:01 #10 39.98 Unpacking libhtml-format-perl (2.12-1.1) ...
10:55:01 #10 40.02 Selecting previously unselected package libhtml-html5-entities-perl.
10:55:01 #10 40.02 Preparing to unpack .../260-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
10:55:01 #10 40.02 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
10:55:01 #10 40.05 Selecting previously unselected package libhttp-daemon-perl.
10:55:01 #10 40.05 Preparing to unpack .../261-libhttp-daemon-perl_6.12-1+deb11u1_all.deb ...
10:55:01 #10 40.06 Unpacking libhttp-daemon-perl (6.12-1+deb11u1) ...
10:55:01 #10 40.09 Selecting previously unselected package libio-sessiondata-perl.
10:55:01 #10 40.09 Preparing to unpack .../262-libio-sessiondata-perl_1.03-1.1_all.deb ...
10:55:01 #10 40.10 Unpacking libio-sessiondata-perl (1.03-1.1) ...
10:55:01 #10 40.12 Selecting previously unselected package libipc-run3-perl.
10:55:01 #10 40.13 Preparing to unpack .../263-libipc-run3-perl_0.048-2_all.deb ...
10:55:01 #10 40.15 Unpacking libipc-run3-perl (0.048-2) ...
10:55:01 #10 40.18 Selecting previously unselected package libtypes-serialiser-perl.
10:55:01 #10 40.19 Preparing to unpack .../264-libtypes-serialiser-perl_1.01-1_all.deb ...
10:55:01 #10 40.19 Unpacking libtypes-serialiser-perl (1.01-1) ...
10:55:01 #10 40.23 Selecting previously unselected package libjson-xs-perl.
10:55:01 #10 40.23 Preparing to unpack .../265-libjson-xs-perl_4.030-1+b1_amd64.deb ...
10:55:01 #10 40.23 Unpacking libjson-xs-perl (4.030-1+b1) ...
10:55:01 #10 40.34 Selecting previously unselected package libjson-maybexs-perl.
10:55:01 #10 40.34 Preparing to unpack .../266-libjson-maybexs-perl_1.004003-1_all.deb ...
10:55:01 #10 40.35 Unpacking libjson-maybexs-perl (1.004003-1) ...
10:55:01 #10 40.38 Selecting previously unselected package libldap-common.
10:55:01 #10 40.38 Preparing to unpack .../267-libldap-common_2.4.57+dfsg-3+deb11u1_all.deb ...
10:55:01 #10 40.38 Unpacking libldap-common (2.4.57+dfsg-3+deb11u1) ...
10:55:01 #10 40.41 Selecting previously unselected package liblist-compare-perl.
10:55:01 #10 40.42 Preparing to unpack .../268-liblist-compare-perl_0.55-1_all.deb ...
10:55:01 #10 40.42 Unpacking liblist-compare-perl (0.55-1) ...
10:55:01 #10 40.45 Selecting previously unselected package liblist-someutils-perl.
10:55:01 #10 40.45 Preparing to unpack .../269-liblist-someutils-perl_0.58-1_all.deb ...
10:55:01 #10 40.46 Unpacking liblist-someutils-perl (0.58-1) ...
10:55:01 #10 40.49 Selecting previously unselected package liblist-someutils-xs-perl.
10:55:01 #10 40.49 Preparing to unpack .../270-liblist-someutils-xs-perl_0.58-2+b1_amd64.deb ...
10:55:01 #10 40.50 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ...
10:55:01 #10 40.53 Selecting previously unselected package liblist-utilsby-perl.
10:55:02 #10 40.54 Preparing to unpack .../271-liblist-utilsby-perl_0.11-1_all.deb ...
10:55:02 #10 40.54 Unpacking liblist-utilsby-perl (0.11-1) ...
10:55:02 #10 40.57 Selecting previously unselected package libltdl7:amd64.
10:55:02 #10 40.57 Preparing to unpack .../272-libltdl7_2.4.6-15_amd64.deb ...
10:55:02 #10 40.58 Unpacking libltdl7:amd64 (2.4.6-15) ...
10:55:02 #10 40.61 Selecting previously unselected package libltdl-dev:amd64.
10:55:02 #10 40.61 Preparing to unpack .../273-libltdl-dev_2.4.6-15_amd64.deb ...
10:55:02 #10 40.62 Unpacking libltdl-dev:amd64 (2.4.6-15) ...
10:55:02 #10 40.66 Selecting previously unselected package liblzo2-2:amd64.
10:55:02 #10 40.66 Preparing to unpack .../274-liblzo2-2_2.10-2_amd64.deb ...
10:55:02 #10 40.67 Unpacking liblzo2-2:amd64 (2.10-2) ...
10:55:02 #10 40.70 Selecting previously unselected package libsys-hostname-long-perl.
10:55:02 #10 40.71 Preparing to unpack .../275-libsys-hostname-long-perl_1.5-2_all.deb ...
10:55:02 #10 40.71 Unpacking libsys-hostname-long-perl (1.5-2) ...
10:55:02 #10 40.74 Selecting previously unselected package libmail-sendmail-perl.
10:55:02 #10 40.74 Preparing to unpack .../276-libmail-sendmail-perl_0.80-1.1_all.deb ...
10:55:02 #10 40.75 Unpacking libmail-sendmail-perl (0.80-1.1) ...
10:55:02 #10 40.77 Selecting previously unselected package libnet-smtp-ssl-perl.
10:55:02 #10 40.78 Preparing to unpack .../277-libnet-smtp-ssl-perl_1.04-1_all.deb ...
10:55:02 #10 40.78 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
10:55:02 #10 40.81 Selecting previously unselected package libmailtools-perl.
10:55:02 #10 40.81 Preparing to unpack .../278-libmailtools-perl_2.21-1_all.deb ...
10:55:02 #10 40.82 Unpacking libmailtools-perl (2.21-1) ...
10:55:02 #10 40.86 Selecting previously unselected package libmarkdown2:amd64.
10:55:02 #10 40.86 Preparing to unpack .../279-libmarkdown2_2.2.6-1_amd64.deb ...
10:55:02 #10 40.86 Unpacking libmarkdown2:amd64 (2.2.6-1) ...
10:55:02 #10 40.89 Selecting previously unselected package libmime-tools-perl.
10:55:02 #10 40.89 Preparing to unpack .../280-libmime-tools-perl_5.509-1_all.deb ...
10:55:02 #10 40.90 Unpacking libmime-tools-perl (5.509-1) ...
10:55:02 #10 40.94 Selecting previously unselected package libmoox-aliases-perl.
10:55:02 #10 40.94 Preparing to unpack .../281-libmoox-aliases-perl_0.001006-1.1_all.deb ...
10:55:02 #10 40.94 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
10:55:02 #10 40.97 Selecting previously unselected package libnamespace-autoclean-perl.
10:55:02 #10 40.97 Preparing to unpack .../282-libnamespace-autoclean-perl_0.29-1_all.deb ...
10:55:02 #10 40.97 Unpacking libnamespace-autoclean-perl (0.29-1) ...
10:55:02 #10 41.00 Selecting previously unselected package libobject-id-perl.
10:55:02 #10 41.00 Preparing to unpack .../283-libobject-id-perl_0.1.2-2.1_all.deb ...
10:55:02 #10 41.01 Unpacking libobject-id-perl (0.1.2-2.1) ...
10:55:02 #10 41.04 Selecting previously unselected package libmoox-struct-perl.
10:55:02 #10 41.04 Preparing to unpack .../284-libmoox-struct-perl_0.020-1_all.deb ...
10:55:02 #10 41.05 Unpacking libmoox-struct-perl (0.020-1) ...
10:55:02 #10 41.08 Selecting previously unselected package libmouse-perl.
10:55:02 #10 41.08 Preparing to unpack .../285-libmouse-perl_2.5.10-1+b1_amd64.deb ...
10:55:02 #10 41.09 Unpacking libmouse-perl (2.5.10-1+b1) ...
10:55:02 #10 41.13 Selecting previously unselected package libnumber-range-perl.
10:55:02 #10 41.13 Preparing to unpack .../286-libnumber-range-perl_0.12-1.1_all.deb ...
10:55:02 #10 41.14 Unpacking libnumber-range-perl (0.12-1.1) ...
10:55:02 #10 41.17 Selecting previously unselected package libossp-uuid16:amd64.
10:55:02 #10 41.17 Preparing to unpack .../287-libossp-uuid16_1.6.2-1.5+b9_amd64.deb ...
10:55:02 #10 41.17 Unpacking libossp-uuid16:amd64 (1.6.2-1.5+b9) ...
10:55:02 #10 41.24 Selecting previously unselected package libossp-uuid-perl.
10:55:02 #10 41.25 Preparing to unpack .../288-libossp-uuid-perl_1.6.2-1.5+b9_amd64.deb ...
10:55:02 #10 41.25 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ...
10:55:02 #10 41.28 Selecting previously unselected package libpackage-stash-xs-perl.
10:55:02 #10 41.28 Preparing to unpack .../289-libpackage-stash-xs-perl_0.29-1+b2_amd64.deb ...
10:55:02 #10 41.29 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ...
10:55:02 #10 41.32 Selecting previously unselected package libpath-iterator-rule-perl.
10:55:02 #10 41.32 Preparing to unpack .../290-libpath-iterator-rule-perl_1.014-1_all.deb ...
10:55:02 #10 41.33 Unpacking libpath-iterator-rule-perl (1.014-1) ...
10:55:02 #10 41.36 Selecting previously unselected package libperlio-gzip-perl.
10:55:02 #10 41.36 Preparing to unpack .../291-libperlio-gzip-perl_0.19-1+b7_amd64.deb ...
10:55:02 #10 41.38 Unpacking libperlio-gzip-perl (0.19-1+b7) ...
10:55:02 #10 41.41 Selecting previously unselected package libpod-parser-perl.
10:55:02 #10 41.42 Preparing to unpack .../292-libpod-parser-perl_1.63-2_all.deb ...
10:55:02 #10 41.43 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
10:55:02 #10 41.44 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
10:55:02 #10 41.45 Unpacking libpod-parser-perl (1.63-2) ...
10:55:02 #10 41.48 Selecting previously unselected package libpod-constants-perl.
10:55:02 #10 41.48 Preparing to unpack .../293-libpod-constants-perl_0.19-2_all.deb ...
10:55:02 #10 41.49 Unpacking libpod-constants-perl (0.19-2) ...
10:55:02 #10 41.52 Selecting previously unselected package libproc-processtable-perl.
10:55:02 #10 41.52 Preparing to unpack .../294-libproc-processtable-perl_0.59-2+b1_amd64.deb ...
10:55:02 #10 41.52 Unpacking libproc-processtable-perl (0.59-2+b1) ...
10:55:02 #10 41.59 Selecting previously unselected package libre2-9:amd64.
10:55:03 #10 41.59 Preparing to unpack .../295-libre2-9_20210201+dfsg-1_amd64.deb ...
10:55:03 #10 41.59 Unpacking libre2-9:amd64 (20210201+dfsg-1) ...
10:55:03 #10 41.63 Selecting previously unselected package libre-engine-re2-perl:amd64.
10:55:03 #10 41.64 Preparing to unpack .../296-libre-engine-re2-perl_0.14-1_amd64.deb ...
10:55:03 #10 41.64 Unpacking libre-engine-re2-perl:amd64 (0.14-1) ...
10:55:03 #10 41.68 Selecting previously unselected package libreadonly-perl.
10:55:03 #10 41.69 Preparing to unpack .../297-libreadonly-perl_2.050-3_all.deb ...
10:55:03 #10 41.69 Unpacking libreadonly-perl (2.050-3) ...
10:55:03 #10 41.73 Selecting previously unselected package libref-util-perl.
10:55:03 #10 41.73 Preparing to unpack .../298-libref-util-perl_0.204-1_all.deb ...
10:55:03 #10 41.74 Unpacking libref-util-perl (0.204-1) ...
10:55:03 #10 41.79 Selecting previously unselected package libref-util-xs-perl.
10:55:03 #10 41.79 Preparing to unpack .../299-libref-util-xs-perl_0.117-1+b3_amd64.deb ...
10:55:03 #10 41.80 Unpacking libref-util-xs-perl (0.117-1+b3) ...
10:55:03 #10 41.86 Selecting previously unselected package libregexp-pattern-license-perl.
10:55:03 #10 41.87 Preparing to unpack .../300-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
10:55:03 #10 41.87 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
10:55:03 #10 41.90 Selecting previously unselected package libregexp-pattern-perl.
10:55:03 #10 41.91 Preparing to unpack .../301-libregexp-pattern-perl_0.2.14-1_all.deb ...
10:55:03 #10 41.91 Unpacking libregexp-pattern-perl (0.2.14-1) ...
10:55:03 #10 41.95 Selecting previously unselected package libsasl2-modules:amd64.
10:55:03 #10 41.96 Preparing to unpack .../302-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_amd64.deb ...
10:55:03 #10 41.96 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
10:55:03 #10 42.00 Selecting previously unselected package libsereal-decoder-perl.
10:55:03 #10 42.00 Preparing to unpack .../303-libsereal-decoder-perl_4.018+ds-1+b1_amd64.deb ...
10:55:03 #10 42.01 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ...
10:55:03 #10 42.04 Selecting previously unselected package libsereal-encoder-perl.
10:55:03 #10 42.04 Preparing to unpack .../304-libsereal-encoder-perl_4.018+ds-1+b1_amd64.deb ...
10:55:03 #10 42.05 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ...
10:55:03 #10 42.09 Selecting previously unselected package libtask-weaken-perl.
10:55:03 #10 42.09 Preparing to unpack .../305-libtask-weaken-perl_1.06-1_all.deb ...
10:55:03 #10 42.09 Unpacking libtask-weaken-perl (1.06-1) ...
10:55:03 #10 42.12 Selecting previously unselected package libxml-parser-perl:amd64.
10:55:03 #10 42.12 Preparing to unpack .../306-libxml-parser-perl_2.46-2_amd64.deb ...
10:55:03 #10 42.13 Unpacking libxml-parser-perl:amd64 (2.46-2) ...
10:55:03 #10 42.21 Selecting previously unselected package libsoap-lite-perl.
10:55:03 #10 42.21 Preparing to unpack .../307-libsoap-lite-perl_1.27-1_all.deb ...
10:55:03 #10 42.21 Unpacking libsoap-lite-perl (1.27-1) ...
10:55:03 #10 42.27 Selecting previously unselected package libsort-key-perl.
10:55:03 #10 42.27 Preparing to unpack .../308-libsort-key-perl_1.33-2+b3_amd64.deb ...
10:55:03 #10 42.27 Unpacking libsort-key-perl (1.33-2+b3) ...
10:55:03 #10 42.31 Selecting previously unselected package libstring-copyright-perl.
10:55:03 #10 42.31 Preparing to unpack .../309-libstring-copyright-perl_0.003006-1_all.deb ...
10:55:03 #10 42.32 Unpacking libstring-copyright-perl (0.003006-1) ...
10:55:03 #10 42.37 Selecting previously unselected package libstring-escape-perl.
10:55:04 #10 42.37 Preparing to unpack .../310-libstring-escape-perl_2010.002-2_all.deb ...
10:55:04 #10 42.38 Unpacking libstring-escape-perl (2010.002-2) ...
10:55:04 #10 42.40 Selecting previously unselected package libstring-shellquote-perl.
10:55:04 #10 42.40 Preparing to unpack .../311-libstring-shellquote-perl_1.04-1_all.deb ...
10:55:04 #10 42.41 Unpacking libstring-shellquote-perl (1.04-1) ...
10:55:04 #10 42.44 Selecting previously unselected package libsys-cpuaffinity-perl:amd64.
10:55:04 #10 42.44 Preparing to unpack .../312-libsys-cpuaffinity-perl_1.13~03-1_amd64.deb ...
10:55:04 #10 42.45 Unpacking libsys-cpuaffinity-perl:amd64 (1.13~03-1) ...
10:55:04 #10 42.48 Selecting previously unselected package libterm-readkey-perl.
10:55:04 #10 42.48 Preparing to unpack .../313-libterm-readkey-perl_2.38-1+b2_amd64.deb ...
10:55:04 #10 42.49 Unpacking libterm-readkey-perl (2.38-1+b2) ...
10:55:04 #10 42.52 Selecting previously unselected package libtext-levenshteinxs-perl.
10:55:04 #10 42.52 Preparing to unpack .../314-libtext-levenshteinxs-perl_0.03-4+b8_amd64.deb ...
10:55:04 #10 42.53 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ...
10:55:04 #10 42.55 Selecting previously unselected package libtext-markdown-discount-perl:amd64.
10:55:04 #10 42.56 Preparing to unpack .../315-libtext-markdown-discount-perl_0.12-1+b1_amd64.deb ...
10:55:04 #10 42.56 Unpacking libtext-markdown-discount-perl:amd64 (0.12-1+b1) ...
10:55:04 #10 42.59 Selecting previously unselected package libtext-xslate-perl.
10:55:04 #10 42.60 Preparing to unpack .../316-libtext-xslate-perl_3.5.8-1+b1_amd64.deb ...
10:55:04 #10 42.60 Unpacking libtext-xslate-perl (3.5.8-1+b1) ...
10:55:04 #10 42.64 Selecting previously unselected package libtime-duration-perl.
10:55:04 #10 42.65 Preparing to unpack .../317-libtime-duration-perl_1.21-1_all.deb ...
10:55:04 #10 42.65 Unpacking libtime-duration-perl (1.21-1) ...
10:55:04 #10 42.68 Selecting previously unselected package libtime-moment-perl.
10:55:04 #10 42.68 Preparing to unpack .../318-libtime-moment-perl_0.44-1+b3_amd64.deb ...
10:55:04 #10 42.68 Unpacking libtime-moment-perl (0.44-1+b3) ...
10:55:04 #10 42.72 Selecting previously unselected package libtype-tiny-xs-perl.
10:55:04 #10 42.72 Preparing to unpack .../319-libtype-tiny-xs-perl_0.022-1_amd64.deb ...
10:55:04 #10 42.73 Unpacking libtype-tiny-xs-perl (0.022-1) ...
10:55:04 #10 42.76 Selecting previously unselected package libunicode-utf8-perl.
10:55:04 #10 42.76 Preparing to unpack .../320-libunicode-utf8-perl_0.62-1+b2_amd64.deb ...
10:55:04 #10 42.76 Unpacking libunicode-utf8-perl (0.62-1+b2) ...
10:55:04 #10 42.80 Selecting previously unselected package libunwind8:amd64.
10:55:04 #10 42.80 Preparing to unpack .../321-libunwind8_1.3.2-2_amd64.deb ...
10:55:04 #10 42.80 Unpacking libunwind8:amd64 (1.3.2-2) ...
10:55:04 #10 42.84 Selecting previously unselected package libxdelta2.
10:55:04 #10 42.84 Preparing to unpack .../322-libxdelta2_1.1.3-9.3_amd64.deb ...
10:55:04 #10 42.85 Unpacking libxdelta2 (1.1.3-9.3) ...
10:55:04 #10 42.89 Selecting previously unselected package libxext6:amd64.
10:55:04 #10 42.89 Preparing to unpack .../323-libxext6_2%3a1.3.3-1.1_amd64.deb ...
10:55:04 #10 42.92 Unpacking libxext6:amd64 (2:1.3.3-1.1) ...
10:55:04 #10 42.95 Selecting previously unselected package libxml-namespacesupport-perl.
10:55:04 #10 42.95 Preparing to unpack .../324-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
10:55:04 #10 42.95 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
10:55:04 #10 42.98 Selecting previously unselected package libxml-sax-base-perl.
10:55:04 #10 42.99 Preparing to unpack .../325-libxml-sax-base-perl_1.09-1.1_all.deb ...
10:55:04 #10 42.99 Unpacking libxml-sax-base-perl (1.09-1.1) ...
10:55:04 #10 43.03 Selecting previously unselected package libxml-sax-perl.
10:55:04 #10 43.03 Preparing to unpack .../326-libxml-sax-perl_1.02+dfsg-1_all.deb ...
10:55:04 #10 43.04 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
10:55:04 #10 43.08 Selecting previously unselected package libxml-libxml-perl.
10:55:04 #10 43.08 Preparing to unpack .../327-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
10:55:04 #10 43.08 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
10:55:04 #10 43.14 Selecting previously unselected package libxml-sax-expat-perl.
10:55:04 #10 43.14 Preparing to unpack .../328-libxml-sax-expat-perl_0.51-1_all.deb ...
10:55:04 #10 43.14 Unpacking libxml-sax-expat-perl (0.51-1) ...
10:55:04 #10 43.17 Selecting previously unselected package libxmlrpc-lite-perl.
10:55:04 #10 43.18 Preparing to unpack .../329-libxmlrpc-lite-perl_0.717-4_all.deb ...
10:55:04 #10 43.18 Unpacking libxmlrpc-lite-perl (0.717-4) ...
10:55:04 #10 43.21 Selecting previously unselected package libxmuu1:amd64.
10:55:04 #10 43.21 Preparing to unpack .../330-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
10:55:04 #10 43.22 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
10:55:04 #10 43.25 Selecting previously unselected package libyaml-0-2:amd64.
10:55:04 #10 43.25 Preparing to unpack .../331-libyaml-0-2_0.2.2-1_amd64.deb ...
10:55:04 #10 43.26 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
10:55:04 #10 43.29 Selecting previously unselected package libyaml-libyaml-perl.
10:55:04 #10 43.29 Preparing to unpack .../332-libyaml-libyaml-perl_0.82+repack-1+b1_amd64.deb ...
10:55:04 #10 43.30 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ...
10:55:04 #10 43.32 Selecting previously unselected package licensecheck.
10:55:04 #10 43.33 Preparing to unpack .../333-licensecheck_3.1.1-2_all.deb ...
10:55:04 #10 43.33 Unpacking licensecheck (3.1.1-2) ...
10:55:04 #10 43.36 Selecting previously unselected package lzip.
10:55:04 #10 43.37 Preparing to unpack .../334-lzip_1.22-3_amd64.deb ...
10:55:04 #10 43.37 Unpacking lzip (1.22-3) ...
10:55:04 #10 43.42 Selecting previously unselected package lzop.
10:55:05 #10 43.43 Preparing to unpack .../335-lzop_1.04-2_amd64.deb ...
10:55:05 #10 43.43 Unpacking lzop (1.04-2) ...
10:55:05 #10 43.46 Selecting previously unselected package t1utils.
10:55:05 #10 43.47 Preparing to unpack .../336-t1utils_1.41-4_amd64.deb ...
10:55:05 #10 43.47 Unpacking t1utils (1.41-4) ...
10:55:05 #10 43.51 Selecting previously unselected package unzip.
10:55:05 #10 43.51 Preparing to unpack .../337-unzip_6.0-26+deb11u1_amd64.deb ...
10:55:05 #10 43.52 Unpacking unzip (6.0-26+deb11u1) ...
10:55:05 #10 43.57 Selecting previously unselected package lintian.
10:55:05 #10 43.57 Preparing to unpack .../338-lintian_2.104.0_all.deb ...
10:55:05 #10 43.58 Unpacking lintian (2.104.0) ...
10:55:05 #10 43.85 Selecting previously unselected package lsb-release.
10:55:05 #10 43.85 Preparing to unpack .../339-lsb-release_11.1.0_all.deb ...
10:55:05 #10 43.85 Unpacking lsb-release (11.1.0) ...
10:55:05 #10 43.89 Selecting previously unselected package manpages-dev.
10:55:05 #10 43.89 Preparing to unpack .../340-manpages-dev_5.10-1_all.deb ...
10:55:05 #10 43.89 Unpacking manpages-dev (5.10-1) ...
10:55:05 #10 44.20 Selecting previously unselected package pbzip2.
10:55:05 #10 44.20 Preparing to unpack .../341-pbzip2_1.1.13-1_amd64.deb ...
10:55:05 #10 44.21 Unpacking pbzip2 (1.1.13-1) ...
10:55:05 #10 44.24 Selecting previously unselected package pixz.
10:55:05 #10 44.24 Preparing to unpack .../342-pixz_1.0.7-1_amd64.deb ...
10:55:05 #10 44.24 Unpacking pixz (1.0.7-1) ...
10:55:05 #10 44.27 Selecting previously unselected package xdelta.
10:55:05 #10 44.28 Preparing to unpack .../343-xdelta_1.1.3-9.3_amd64.deb ...
10:55:05 #10 44.28 Unpacking xdelta (1.1.3-9.3) ...
10:55:05 #10 44.34 Selecting previously unselected package xdelta3.
10:55:05 #10 44.34 Preparing to unpack .../344-xdelta3_3.0.11-dfsg-1+b1_amd64.deb ...
10:55:05 #10 44.34 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ...
10:55:05 #10 44.38 Selecting previously unselected package pristine-tar.
10:55:06 #10 44.38 Preparing to unpack .../345-pristine-tar_1.49_amd64.deb ...
10:55:06 #10 44.38 Unpacking pristine-tar (1.49) ...
10:55:06 #10 44.42 Selecting previously unselected package publicsuffix.
10:55:06 #10 44.42 Preparing to unpack .../346-publicsuffix_20220811.1734-0+deb11u1_all.deb ...
10:55:06 #10 44.43 Unpacking publicsuffix (20220811.1734-0+deb11u1) ...
10:55:06 #10 44.46 Selecting previously unselected package python-apt-common.
10:55:06 #10 44.47 Preparing to unpack .../347-python-apt-common_2.2.1_all.deb ...
10:55:06 #10 44.47 Unpacking python-apt-common (2.2.1) ...
10:55:06 #10 44.52 Selecting previously unselected package python3-apt.
10:55:06 #10 44.52 Preparing to unpack .../348-python3-apt_2.2.1_amd64.deb ...
10:55:06 #10 44.52 Unpacking python3-apt (2.2.1) ...
10:55:06 #10 44.58 Selecting previously unselected package python3-certifi.
10:55:06 #10 44.58 Preparing to unpack .../349-python3-certifi_2020.6.20-1_all.deb ...
10:55:06 #10 44.58 Unpacking python3-certifi (2020.6.20-1) ...
10:55:06 #10 44.63 Selecting previously unselected package python3-idna.
10:55:06 #10 44.63 Preparing to unpack .../350-python3-idna_2.10-1_all.deb ...
10:55:06 #10 44.63 Unpacking python3-idna (2.10-1) ...
10:55:06 #10 44.67 Selecting previously unselected package python3-magic.
10:55:06 #10 44.67 Preparing to unpack .../351-python3-magic_2%3a0.4.20-3_all.deb ...
10:55:06 #10 44.67 Unpacking python3-magic (2:0.4.20-3) ...
10:55:06 #10 44.70 Selecting previously unselected package python3-urllib3.
10:55:06 #10 44.71 Preparing to unpack .../352-python3-urllib3_1.26.5-1~exp1_all.deb ...
10:55:06 #10 44.71 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
10:55:06 #10 44.75 Selecting previously unselected package python3-requests.
10:55:06 #10 44.75 Preparing to unpack .../353-python3-requests_2.25.1+dfsg-2_all.deb ...
10:55:06 #10 44.76 Unpacking python3-requests (2.25.1+dfsg-2) ...
10:55:06 #10 44.85 Selecting previously unselected package python3-unidiff.
10:55:06 #10 44.85 Preparing to unpack .../354-python3-unidiff_0.5.5-2_all.deb ...
10:55:06 #10 44.85 Unpacking python3-unidiff (0.5.5-2) ...
10:55:06 #10 44.91 Selecting previously unselected package python3-xdg.
10:55:06 #10 44.91 Preparing to unpack .../355-python3-xdg_0.27-2_all.deb ...
10:55:06 #10 44.91 Unpacking python3-xdg (0.27-2) ...
10:55:06 #10 44.95 Selecting previously unselected package shared-mime-info.
10:55:06 #10 44.95 Preparing to unpack .../356-shared-mime-info_2.0-1_amd64.deb ...
10:55:06 #10 44.96 Unpacking shared-mime-info (2.0-1) ...
10:55:06 #10 45.05 Selecting previously unselected package strace.
10:55:06 #10 45.05 Preparing to unpack .../357-strace_5.10-1_amd64.deb ...
10:55:06 #10 45.09 Unpacking strace (5.10-1) ...
10:55:06 #10 45.16 Selecting previously unselected package xauth.
10:55:06 #10 45.16 Preparing to unpack .../358-xauth_1%3a1.1-1_amd64.deb ...
10:55:06 #10 45.16 Unpacking xauth (1:1.1-1) ...
10:55:06 #10 45.21 Selecting previously unselected package xdg-user-dirs.
10:55:06 #10 45.21 Preparing to unpack .../359-xdg-user-dirs_0.17-2_amd64.deb ...
10:55:06 #10 45.22 Unpacking xdg-user-dirs (0.17-2) ...
10:55:06 #10 45.28 Setting up libksba8:amd64 (1.5.0-3+deb11u2) ...
10:55:06 #10 45.30 Setting up media-types (4.0.0) ...
10:55:06 #10 45.31 Setting up libpipeline1:amd64 (1.5.3-1) ...
10:55:06 #10 45.32 Setting up wdiff (1.2.2-2+b1) ...
10:55:06 #10 45.33 Setting up libxau6:amd64 (1:1.0.9-1) ...
10:55:06 #10 45.35 Setting up libre2-9:amd64 (20210201+dfsg-1) ...
10:55:06 #10 45.36 Setting up libpsl5:amd64 (0.21.0-1.2) ...
10:55:06 #10 45.37 Setting up libgpm2:amd64 (1.20.7-8) ...
10:55:06 #10 45.38 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
10:55:06 #10 45.39 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
10:55:06 #10 45.39 Setting up libicu67:amd64 (67.1-7) ...
10:55:06 #10 45.41 Setting up libfcgi0ldbl:amd64 (2.4.2-2) ...
10:55:06 #10 45.42 Setting up xdg-user-dirs (0.17-2) ...
10:55:06 #10 45.45 Setting up libmagic-mgc (1:5.39-3) ...
10:55:06 #10 45.46 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
10:55:06 #10 45.47 Setting up libglib2.0-0:amd64 (2.66.8-1) ...
10:55:06 #10 45.50 No schema files found: doing nothing.
10:55:07 #10 45.50 Setting up distro-info-data (0.51+deb11u3) ...
10:55:07 #10 45.51 Setting up manpages (5.10-1) ...
10:55:07 #10 45.52 Setting up unzip (6.0-26+deb11u1) ...
10:55:07 #10 45.53 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
10:55:07 #10 45.54 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
10:55:07 #10 45.56 Setting up libsqlite3-0:amd64 (3.34.1-3) ...
10:55:07 #10 45.56 Setting up libcbor0:amd64 (0.5.0+dfsg-2) ...
10:55:07 #10 45.57 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
10:55:07 #10 45.59 Setting up libfcgi-bin (2.4.2-2) ...
10:55:07 #10 45.60 Setting up binutils-common:amd64 (2.35.2-2) ...
10:55:07 #10 45.61 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
10:55:07 #10 45.62 Setting up libmagic1:amd64 (1:5.39-3) ...
10:55:07 #10 45.64 Setting up libdeflate0:amd64 (1.7-1) ...
10:55:07 #10 45.65 Setting up less (551-2) ...
10:55:07 #10 45.66 Setting up perl-openssl-defaults:amd64 (5) ...
10:55:07 #10 45.67 Setting up linux-libc-dev:amd64 (5.10.178-3) ...
10:55:07 #10 45.68 Setting up libctf-nobfd0:amd64 (2.35.2-2) ...
10:55:07 #10 45.70 Setting up gettext-base (0.21-4) ...
10:55:07 #10 45.71 Setting up liblzo2-2:amd64 (2.10-2) ...
10:55:07 #10 45.72 Setting up libnpth0:amd64 (1.6-3) ...
10:55:07 #10 45.73 Setting up file (1:5.39-3) ...
10:55:07 #10 45.74 Setting up libossp-uuid16:amd64 (1.6.2-1.5+b9) ...
10:55:07 #10 45.75 Setting up libassuan0:amd64 (2.5.3-7.1) ...
10:55:07 #10 45.76 Setting up libgomp1:amd64 (10.2.1-6) ...
10:55:07 #10 45.77 Setting up bzip2 (1.0.8-4) ...
10:55:07 #10 45.78 Setting up libldap-common (2.4.57+dfsg-3+deb11u1) ...
10:55:07 #10 45.79 Setting up libunwind8:amd64 (1.3.2-2) ...
10:55:07 #10 45.80 Setting up pbzip2 (1.1.13-1) ...
10:55:07 #10 45.81 Setting up libjbig0:amd64 (2.1-3.1+b2) ...
10:55:07 #10 45.82 Setting up libfakeroot:amd64 (1.25.3-1.1) ...
10:55:07 #10 45.84 Setting up libasan6:amd64 (10.2.1-6) ...
10:55:07 #10 45.85 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
10:55:07 #10 45.86 Setting up fakeroot (1.25.3-1.1) ...
10:55:07 #10 45.87 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
10:55:07 #10 45.88 Setting up autotools-dev (20180224.1+nmu1) ...
10:55:07 #10 45.90 Setting up libglib2.0-data (2.66.8-1) ...
10:55:07 #10 45.91 Setting up libtirpc-dev:amd64 (1.3.1-1+deb11u1) ...
10:55:07 #10 45.92 Setting up libjpeg62-turbo:amd64 (1:2.0.6-4) ...
10:55:07 #10 45.93 Setting up libx11-data (2:1.7.2-1) ...
10:55:07 #10 45.94 Setting up make (4.3-4.1) ...
10:55:07 #10 45.95 Setting up libmpfr6:amd64 (4.1.0-3) ...
10:55:07 #10 45.96 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
10:55:07 #10 45.97 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
10:55:07 #10 45.99 Setting up lzip (1.22-3) ...
10:55:07 #10 46.01 Setting up strace (5.10-1) ...
10:55:07 #10 46.02 Setting up libsigsegv2:amd64 (2.13-1) ...
10:55:07 #10 46.03 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
10:55:07 #10 46.04 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
10:55:07 #10 46.05 Setting up t1utils (1.41-4) ...
10:55:07 #10 46.06 Setting up libquadmath0:amd64 (10.2.1-6) ...
10:55:07 #10 46.07 Setting up diffstat (1.64-1) ...
10:55:07 #10 46.08 Setting up libpng16-16:amd64 (1.6.37-3) ...
10:55:07 #10 46.09 Setting up libmpc3:amd64 (1.2.0-1) ...
10:55:07 #10 46.11 Setting up libatomic1:amd64 (10.2.1-6) ...
10:55:07 #10 46.12 Setting up patch (2.7.6-7) ...
10:55:07 #10 46.13 Setting up autopoint (0.21-4) ...
10:55:07 #10 46.14 Setting up libwebp6:amd64 (0.6.1-2.1) ...
10:55:07 #10 46.15 Setting up fonts-dejavu-core (2.37-2) ...
10:55:07 #10 46.23 Setting up libxdelta2 (1.1.3-9.3) ...
10:55:07 #10 46.25 Setting up libncursesw6:amd64 (6.2+20201114-2+deb11u1) ...
10:55:07 #10 46.26 Setting up libltdl7:amd64 (2.4.6-15) ...
10:55:07 #10 46.30 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ...
10:55:07 #10 46.31 Setting up libubsan1:amd64 (10.2.1-6) ...
10:55:07 #10 46.32 Setting up libmd0:amd64 (1.0.3-3) ...
10:55:07 #10 46.34 Setting up python-apt-common (2.2.1) ...
10:55:07 #10 46.35 Setting up libnsl-dev:amd64 (1.3.0-2) ...
10:55:07 #10 46.36 Setting up sensible-utils (0.0.14) ...
10:55:07 #10 46.37 Setting up xdelta3 (3.0.11-dfsg-1+b1) ...
10:55:07 #10 46.38 Setting up libcrypt-dev:amd64 (1:4.4.18-4) ...
10:55:07 #10 46.39 Setting up libuchardet0:amd64 (0.0.7-1) ...
10:55:07 #10 46.40 Setting up lzop (1.04-2) ...
10:55:07 #10 46.42 Setting up libmpdec3:amd64 (2.5.1-1) ...
10:55:07 #10 46.43 Setting up git-man (1:2.30.2-1+deb11u2) ...
10:55:07 #10 46.44 Setting up libssh2-1:amd64 (1.9.0-2) ...
10:55:07 #10 46.45 Setting up netbase (6.3) ...
10:55:07 #10 46.48 Setting up libtiff5:amd64 (4.2.0-1+deb11u4) ...
10:55:07 #10 46.49 Setting up libbinutils:amd64 (2.35.2-2) ...
10:55:07 #10 46.50 Setting up libfido2-1:amd64 (1.6.0-2) ...
10:55:07 #10 46.51 Setting up libisl23:amd64 (0.23-1) ...
10:55:07 #10 46.52 Setting up libc-dev-bin (2.31-13+deb11u6) ...
10:55:07 #10 46.53 Setting up openssl (1.1.1n-0+deb11u4) ...
10:55:07 #10 46.55 Setting up libbsd0:amd64 (0.11.3-1) ...
10:55:08 #10 46.57 Setting up libelf1:amd64 (0.183-1) ...
10:55:08 #10 46.58 Setting up readline-common (8.1-1) ...
10:55:08 #10 46.59 Setting up publicsuffix (20220811.1734-0+deb11u1) ...
10:55:08 #10 46.60 Setting up libxml2:amd64 (2.9.10+dfsg-6.7+deb11u4) ...
10:55:08 #10 46.61 Setting up libmarkdown2:amd64 (2.2.6-1) ...
10:55:08 #10 46.62 Setting up libcc1-0:amd64 (10.2.1-6) ...
10:55:08 #10 46.63 Setting up iso-codes (4.6.0-1) ...
10:55:08 #10 46.64 Setting up liblocale-gettext-perl (1.07-4+b1) ...
10:55:08 #10 46.65 Setting up liblsan0:amd64 (10.2.1-6) ...
10:55:08 #10 46.67 Setting up cpp-10 (10.2.1-6) ...
10:55:08 #10 46.68 Setting up dctrl-tools (2.24-3+b1) ...
10:55:08 #10 46.69 Setting up libitm1:amd64 (10.2.1-6) ...
10:55:08 #10 46.70 Setting up debian-keyring (2021.07.26) ...
10:55:08 #10 46.71 Setting up libgdbm6:amd64 (1.19-2) ...
10:55:08 #10 46.73 Setting up libtsan0:amd64 (10.2.1-6) ...
10:55:08 #10 46.74 Setting up libctf0:amd64 (2.35.2-2) ...
10:55:08 #10 46.75 Setting up pinentry-curses (1.1.0-4) ...
10:55:08 #10 46.76 Setting up manpages-dev (5.10-1) ...
10:55:08 #10 46.77 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
10:55:08 #10 46.78 Setting up libxcb1:amd64 (1.14-3) ...
10:55:08 #10 46.80 Setting up gettext (0.21-4) ...
10:55:08 #10 46.81 Setting up xdelta (1.1.3-9.3) ...
10:55:08 #10 46.82 Setting up libarchive13:amd64 (3.4.3-2+deb11u1) ...
10:55:08 #10 46.83 Setting up libgcc-10-dev:amd64 (10.2.1-6) ...
10:55:08 #10 46.85 Setting up libedit2:amd64 (3.1-20191231-2+b1) ...
10:55:08 #10 46.86 Setting up libreadline8:amd64 (8.1-1) ...
10:55:08 #10 46.87 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3+deb11u1) ...
10:55:08 #10 46.88 Setting up m4 (1.4.18-5) ...
10:55:08 #10 46.90 Setting up libcurl3-gnutls:amd64 (7.74.0-1.3+deb11u7) ...
10:55:08 #10 46.91 Setting up ca-certificates (20210119) ...
10:55:08 #10 47.25 Updating certificates in /etc/ssl/certs...
10:55:09 #10 47.63 129 added, 0 removed; done.
10:55:09 #10 47.66 Setting up libfreetype6:amd64 (2.10.4+dfsg-1+deb11u1) ...
10:55:09 #10 47.67 Setting up shared-mime-info (2.0-1) ...
10:55:11 #10 49.80 Setting up libgdbm-compat4:amd64 (1.19-2) ...
10:55:11 #10 49.81 Setting up ucf (3.0043) ...
10:55:11 #10 49.90 Setting up libperl5.32:amd64 (5.32.1-4+deb11u2) ...
10:55:11 #10 49.91 Setting up dwz (0.13+20210201-1) ...
10:55:11 #10 49.92 Setting up groff-base (1.22.4-6) ...
10:55:11 #10 49.94 Setting up cpp (4:10.2.1-1) ...
10:55:11 #10 49.95 Setting up pixz (1.0.7-1) ...
10:55:11 #10 49.96 Setting up gpgconf (2.2.27-2+deb11u2) ...
10:55:11 #10 49.97 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u7) ...
10:55:11 #10 49.98 Setting up libc6-dev:amd64 (2.31-13+deb11u6) ...
10:55:11 #10 49.99 Setting up libx11-6:amd64 (2:1.7.2-1) ...
10:55:11 #10 50.03 Setting up curl (7.74.0-1.3+deb11u7) ...
10:55:11 #10 50.04 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
10:55:11 #10 50.05 Setting up gpg (2.2.27-2+deb11u2) ...
10:55:11 #10 50.06 Setting up libpython3.9-stdlib:amd64 (3.9.2-1) ...
10:55:11 #10 50.07 Setting up libpython3-stdlib:amd64 (3.9.2-3) ...
10:55:11 #10 50.08 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
10:55:11 #10 50.09 Setting up binutils-x86-64-linux-gnu (2.35.2-2) ...
10:55:11 #10 50.10 Setting up libstdc++-10-dev:amd64 (10.2.1-6) ...
10:55:11 #10 50.11 Setting up gpg-agent (2.2.27-2+deb11u2) ...
10:55:12 #10 50.56 Setting up libxpm4:amd64 (1:3.5.12-1.1~deb11u1) ...
10:55:12 #10 50.57 Setting up fontconfig-config (2.13.1-4.2) ...
10:55:12 #10 50.74 Setting up openssh-client (1:8.4p1-5+deb11u1) ...
10:55:12 #10 50.83 Setting up gpgsm (2.2.27-2+deb11u2) ...
10:55:12 #10 50.84 Setting up libxext6:amd64 (2:1.3.3-1.1) ...
10:55:12 #10 50.85 Setting up binutils (2.35.2-2) ...
10:55:12 #10 50.86 Setting up man-db (2.9.4-2) ...
10:55:12 #10 50.95 Building database of manual pages ...
10:55:30 #10 65.92 Setting up libgpgme11:amd64 (1.14.0-1+b2) ...
10:55:30 #10 65.95 Setting up dirmngr (2.2.27-2+deb11u2) ...
10:55:30 #10 66.07 Setting up perl (5.32.1-4+deb11u2) ...
10:55:30 #10 66.09 Setting up libpackage-stash-xs-perl (0.29-1+b2) ...
10:55:30 #10 66.10 Setting up libclass-data-inheritable-perl (0.08-3) ...
10:55:30 #10 66.11 Setting up libdata-dump-perl (1.23-1.1) ...
10:55:30 #10 66.12 Setting up libref-util-perl (0.204-1) ...
10:55:30 #10 66.13 Setting up libipc-system-simple-perl (1.30-1) ...
10:55:30 #10 66.14 Setting up libnet-domain-tld-perl (1.75-1.1) ...
10:55:30 #10 66.15 Setting up libhash-fieldhash-perl (0.15-1+b3) ...
10:55:30 #10 66.16 Setting up libvariable-magic-perl (0.62-1+b3) ...
10:55:30 #10 66.17 Setting up libio-html-perl (1.004-2) ...
10:55:30 #10 66.18 Setting up libpod-parser-perl (1.63-2) ...
10:55:30 #10 66.23 Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
10:55:30 #10 66.24 Setting up liblist-moreutils-xs-perl (0.430-2) ...
10:55:30 #10 66.25 Setting up gcc-10 (10.2.1-6) ...
10:55:30 #10 66.26 Setting up libparams-util-perl (1.102-1+b1) ...
10:55:30 #10 66.27 Setting up libdpkg-perl (1.20.12) ...
10:55:30 #10 66.28 Setting up libtime-duration-perl (1.21-1) ...
10:55:30 #10 66.29 Setting up autoconf (2.69-14) ...
10:55:30 #10 66.30 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
10:55:30 #10 66.31 Setting up libarray-intspan-perl (2.004-1) ...
10:55:30 #10 66.32 Setting up libcapture-tiny-perl (0.48-1) ...
10:55:30 #10 66.33 Setting up libtimedate-perl (2.3300-2) ...
10:55:30 #10 66.34 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
10:55:30 #10 66.35 Setting up libsub-name-perl (0.26-1+b1) ...
10:55:30 #10 66.36 Setting up libtype-tiny-xs-perl (0.022-1) ...
10:55:30 #10 66.37 Setting up libdata-validate-domain-perl (0.10-1.1) ...
10:55:30 #10 66.38 Setting up libproc-processtable-perl (0.59-2+b1) ...
10:55:30 #10 66.39 Setting up libfile-chdir-perl (0.1008-1.1) ...
10:55:30 #10 66.39 Setting up xauth (1:1.1-1) ...
10:55:30 #10 66.41 Setting up libpath-tiny-perl (0.118-1) ...
10:55:30 #10 66.41 Setting up libarchive-cpio-perl (0.10-1.1) ...
10:55:30 #10 66.43 Setting up libjson-perl (4.03000-1) ...
10:55:30 #10 66.44 Setting up libipc-run3-perl (0.048-2) ...
10:55:30 #10 66.45 Setting up libfcgi-perl:amd64 (0.79+ds-2) ...
10:55:30 #10 66.46 Setting up libsub-override-perl (0.09-2) ...
10:55:30 #10 66.47 Setting up libaliased-perl (0.34-1.1) ...
10:55:30 #10 66.48 Setting up libstrictures-perl (2.000006-1) ...
10:55:30 #10 66.49 Setting up libsub-quote-perl (2.006006-1) ...
10:55:30 #10 66.50 Setting up libdevel-stacktrace-perl (2.0400-1) ...
10:55:30 #10 66.50 Setting up libclass-xsaccessor-perl (1.19-3+b7) ...
10:55:30 #10 66.52 Setting up libfontconfig1:amd64 (2.13.1-4.2) ...
10:55:30 #10 66.52 Setting up libsort-versions-perl (1.62-1) ...
10:55:30 #10 66.53 Setting up libexporter-tiny-perl (1.002002-1) ...
10:55:30 #10 66.54 Setting up libre-engine-re2-perl:amd64 (0.14-1) ...
10:55:30 #10 66.55 Setting up libfile-dirlist-perl (0.05-2) ...
10:55:30 #10 66.56 Setting up libterm-readkey-perl (2.38-1+b2) ...
10:55:30 #10 66.57 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ...
10:55:30 #10 66.58 Setting up libperlio-gzip-perl (0.19-1+b7) ...
10:55:30 #10 66.59 Setting up libsys-hostname-long-perl (1.5-2) ...
10:55:30 #10 66.60 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
10:55:30 #10 66.61 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ...
10:55:30 #10 66.62 Setting up liburi-perl (5.08-1) ...
10:55:30 #10 66.63 Setting up libfile-touch-perl (0.11-1) ...
10:55:30 #10 66.64 Setting up python3.9 (3.9.2-1) ...
10:55:30 #10 67.23 Setting up libemail-address-xs-perl (1.04-1+b3) ...
10:55:30 #10 67.24 Setting up libnet-ssleay-perl (1.88-3+b1) ...
10:55:30 #10 67.25 Setting up automake (1:1.16.3-2) ...
10:55:30 #10 67.26 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
10:55:30 #10 67.27 Setting up libapt-pkg-perl (0.1.39) ...
10:55:30 #10 67.28 Setting up libio-sessiondata-perl (1.03-1.1) ...
10:55:30 #10 67.30 Setting up libstring-escape-perl (2010.002-2) ...
10:55:30 #10 67.30 Setting up libhttp-date-perl (6.05-1) ...
10:55:30 #10 67.32 Setting up libfile-which-perl (1.23-1) ...
10:55:30 #10 67.33 Setting up libfile-basedir-perl (0.08-1) ...
10:55:30 #10 67.34 Setting up libnumber-range-perl (0.12-1.1) ...
10:55:30 #10 67.34 Setting up libtask-weaken-perl (1.06-1) ...
10:55:30 #10 67.36 Setting up libunicode-utf8-perl (0.62-1+b2) ...
10:55:30 #10 67.37 Setting up libmouse-perl (2.5.10-1+b1) ...
10:55:30 #10 67.38 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ...
10:55:30 #10 67.39 Setting up g++-10 (10.2.1-6) ...
10:55:30 #10 67.40 Setting up libfile-listing-perl (6.14-1) ...
10:55:30 #10 67.41 Setting up libsys-cpuaffinity-perl:amd64 (1.13~03-1) ...
10:55:30 #10 67.42 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
10:55:30 #10 67.43 Setting up libregexp-pattern-perl (0.2.14-1) ...
10:55:30 #10 67.44 Setting up libdata-messagepack-perl (1.00-4+b1) ...
10:55:30 #10 67.45 Setting up libclass-inspector-perl (1.36-1) ...
10:55:30 #10 67.46 Setting up libfont-afm-perl (1.20-3) ...
10:55:30 #10 67.47 Setting up libwant-perl (0.29-1+b6) ...
10:55:30 #10 67.48 Setting up libdynaloader-functions-perl (0.003-1.1) ...
10:55:30 #10 67.49 Setting up libtext-glob-perl (0.11-1) ...
10:55:30 #10 67.50 Setting up libclass-method-modifiers-perl (2.13-1) ...
10:55:30 #10 67.51 Setting up liblist-compare-perl (0.55-1) ...
10:55:30 #10 67.52 Setting up libref-util-xs-perl (0.117-1+b3) ...
10:55:30 #10 67.54 Setting up libio-pty-perl (1:1.15-2) ...
10:55:30 #10 67.55 Setting up libtool (2.4.6-15) ...
10:55:30 #10 67.56 Setting up libfile-fcntllock-perl (0.22-3+b7) ...
10:55:30 #10 67.57 Setting up libsort-key-perl (1.33-2+b3) ...
10:55:30 #10 67.59 Setting up libclone-perl (0.45-1+b1) ...
10:55:30 #10 67.60 Setting up libalgorithm-diff-perl (1.201-1) ...
10:55:30 #10 67.61 Setting up libarchive-zip-perl (1.68-1) ...
10:55:30 #10 67.62 Setting up libsub-identify-perl (0.14-1+b3) ...
10:55:30 #10 67.63 Setting up libdistro-info-perl (1.0) ...
10:55:30 #10 67.64 Setting up libcpanel-json-xs-perl (4.25-1+b1) ...
10:55:30 #10 67.65 Setting up libobject-id-perl (0.1.2-2.1) ...
10:55:30 #10 67.66 Setting up libio-stringy-perl (2.111-3) ...
10:55:30 #10 67.67 Setting up liblist-moreutils-perl (0.430-2) ...
10:55:30 #10 67.68 Setting up libhtml-tagset-perl (3.20-4) ...
10:55:30 #10 67.70 Setting up liblog-any-perl (1.709-1) ...
10:55:30 #10 67.71 Setting up libauthen-sasl-perl (2.1600-1.1) ...
10:55:30 #10 67.72 Setting up libdevel-size-perl (0.83-1+b2) ...
10:55:30 #10 67.73 Setting up libdebhelper-perl (13.3.4) ...
10:55:30 #10 67.74 Setting up libpod-constants-perl (0.19-2) ...
10:55:30 #10 67.75 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
10:55:30 #10 67.76 Setting up libconvert-binhex-perl (1.125-1) ...
10:55:30 #10 67.77 Setting up liblwp-mediatypes-perl (6.04-1) ...
10:55:30 #10 67.78 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ...
10:55:30 #10 67.79 Setting up libtry-tiny-perl (0.30-1) ...
10:55:30 #10 67.80 Setting up libtype-tiny-perl (1.012001-2) ...
10:55:30 #10 67.81 Setting up libcommon-sense-perl (3.75-1+b4) ...
10:55:30 #10 67.83 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
10:55:30 #10 67.84 Setting up libnet-http-perl (6.20-1) ...
10:55:30 #10 67.85 Setting up libtext-markdown-discount-perl:amd64 (0.12-1+b1) ...
10:55:30 #10 67.87 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
10:55:30 #10 67.88 Setting up libtime-moment-perl (0.44-1+b3) ...
10:55:30 #10 67.89 Setting up libencode-locale-perl (1.05-1.1) ...
10:55:30 #10 67.90 Setting up python3 (3.9.2-3) ...
10:55:30 #10 68.17 Setting up libexception-class-perl (1.44-1) ...
10:55:30 #10 68.18 Setting up python3-xdg (0.27-2) ...
10:55:30 #10 68.32 Setting up libconfig-tiny-perl (2.26-1) ...
10:55:30 #10 68.33 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ...
10:55:30 #10 68.34 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
10:55:30 #10 68.35 Setting up liblist-utilsby-perl (0.11-1) ...
10:55:30 #10 68.36 Setting up libstring-shellquote-perl (1.04-1) ...
10:55:30 #10 68.37 Setting up libsub-install-perl (0.928-1.1) ...
10:55:30 #10 68.38 Setting up gcc (4:10.2.1-1) ...
10:55:30 #10 68.40 Setting up dpkg-dev (1.20.12) ...
10:55:30 #10 68.42 Setting up libnumber-compare-perl (0.03-1.1) ...
10:55:30 #10 68.43 Setting up intltool-debian (0.35.0+20060710.5) ...
10:55:30 #10 68.44 Setting up liberror-perl (0.17029-1) ...
10:55:30 #10 68.45 Setting up python3-six (1.16.0-2) ...
10:55:30 #10 68.58 Setting up dh-autoreconf (20) ...
10:55:30 #10 68.59 Setting up patchutils (0.4.2-1) ...
10:55:30 #10 68.60 Setting up libmail-sendmail-perl (0.80-1.1) ...
10:55:30 #10 68.61 Setting up libltdl-dev:amd64 (2.4.6-15) ...
10:55:30 #10 68.62 Setting up libjson-maybexs-perl (1.004003-1) ...
10:55:30 #10 68.63 Setting up libxml-sax-base-perl (1.09-1.1) ...
10:55:30 #10 68.64 Setting up libio-string-perl (1.08-3.1) ...
10:55:30 #10 68.65 Setting up libreadonly-perl (2.050-3) ...
10:55:30 #10 68.66 Setting up python3-gpg (1.14.0-1+b2) ...
10:55:30 #10 68.81 Setting up python3-certifi (2020.6.20-1) ...
10:55:30 #10 68.94 Setting up libfile-find-rule-perl (0.34-1) ...
10:55:30 #10 68.95 Setting up libstring-copyright-perl (0.003006-1) ...
10:55:30 #10 68.96 Setting up libgd3:amd64 (2.3.0-2) ...
10:55:30 #10 68.97 Setting up python3-idna (2.10-1) ...
10:55:30 #10 69.16 Setting up libdata-optlist-perl (0.110-1.1) ...
10:55:30 #10 69.17 Setting up libipc-run-perl (20200505.0-1) ...
10:55:30 #10 69.18 Setting up git (1:2.30.2-1+deb11u2) ...
10:55:30 #10 69.21 Setting up libtext-xslate-perl (3.5.8-1+b1) ...
10:55:30 #10 69.22 Setting up python3-urllib3 (1.26.5-1~exp1) ...
10:55:30 #10 69.42 Setting up libcontextual-return-perl (0.004014-2) ...
10:55:31 #10 69.50 Setting up libwww-robotrules-perl (6.02-1) ...
10:55:31 #10 69.60 Setting up libtypes-serialiser-perl (1.01-1) ...
10:55:31 #10 69.67 Setting up g++ (4:10.2.1-1) ...
10:55:31 #10 69.73 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
10:55:31 #10 69.79 Setting up libhtml-parser-perl (3.75-1+b1) ...
10:55:31 #10 69.86 Setting up libgit-wrapper-perl (0.048-1) ...
10:55:31 #10 69.89 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
10:55:31 #10 69.93 Setting up librole-tiny-perl (2.002004-1) ...
10:55:31 #10 69.97 Setting up gnupg (2.2.27-2+deb11u2) ...
10:55:31 #10 70.00 Setting up build-essential (12.9) ...
10:55:31 #10 70.06 Setting up python3-unidiff (0.5.5-2) ...
10:55:31 #10 70.24 Setting up lsb-release (11.1.0) ...
10:55:31 #10 70.28 Setting up libfont-ttf-perl (1.06-1.1) ...
10:55:31 #10 70.31 Setting up libfile-homedir-perl (1.006-1) ...
10:55:31 #10 70.38 Setting up python3-magic (2:0.4.20-3) ...
10:55:32 #10 70.53 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
10:55:32 #10 70.55 Setting up pristine-tar (1.49) ...
10:55:32 #10 70.57 Setting up libio-socket-ssl-perl (2.069-1) ...
10:55:32 #10 70.57 Setting up libsub-exporter-perl (0.987-1) ...
10:55:32 #10 70.59 Setting up libc-devtools (2.31-13+deb11u6) ...
10:55:32 #10 70.60 Setting up libalgorithm-merge-perl (0.08-3) ...
10:55:32 #10 70.61 Setting up libhttp-message-perl (6.28-1) ...
10:55:32 #10 70.62 Setting up libhtml-form-perl (6.07-1) ...
10:55:32 #10 70.63 Setting up python3-pkg-resources (52.0.0-4) ...
10:55:32 #10 70.80 Setting up libiterator-perl (0.03+ds1-1.1) ...
10:55:32 #10 70.82 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
10:55:32 #10 70.83 Setting up libjson-xs-perl (4.030-1+b1) ...
10:55:32 #10 70.84 Setting up libhttp-negotiate-perl (6.01-1) ...
10:55:32 #10 70.85 Setting up libio-prompter-perl (0.004015-1) ...
10:55:32 #10 70.86 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
10:55:32 #10 70.86 Setting up libhttp-cookies-perl (6.10-1) ...
10:55:32 #10 70.87 Setting up python3-apt (2.2.1) ...
10:55:32 #10 71.02 Setting up po-debconf (1.0.21+nmu1) ...
10:55:32 #10 71.03 Setting up libhtml-tree-perl (5.07-2) ...
10:55:32 #10 71.04 Setting up libparams-classify-perl (0.015-1+b3) ...
10:55:32 #10 71.05 Setting up libpath-iterator-rule-perl (1.014-1) ...
10:55:32 #10 71.06 Setting up libhtml-format-perl (2.12-1.1) ...
10:55:32 #10 71.07 Setting up libxml-sax-perl (1.02+dfsg-1) ...
10:55:32 #10 71.12 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
10:55:32 #10 71.18 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
10:55:32 #10 71.29 
10:55:32 #10 71.29 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
10:55:33 #10 71.32 Setting up python3-chardet (4.0.0-1) ...
10:55:33 #10 71.57 Setting up libnet-smtp-ssl-perl (1.04-1) ...
10:55:33 #10 71.58 Setting up libmodule-runtime-perl (0.016-1) ...
10:55:33 #10 71.59 Setting up libmailtools-perl (2.21-1) ...
10:55:33 #10 71.60 Setting up python3-debian (0.1.39) ...
10:55:33 #10 71.75 Setting up python3-requests (2.25.1+dfsg-2) ...
10:55:33 #10 71.89 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
10:55:33 #10 71.93 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
10:55:33 #10 72.00 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
10:55:33 #10 72.06 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
10:55:33 #10 72.18 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
10:55:33 #10 72.21 Setting up dh-strip-nondeterminism (1.12.0-1) ...
10:55:33 #10 72.22 Setting up libconst-fast-perl (0.014-1.1) ...
10:55:33 #10 72.23 Setting up libhttp-daemon-perl (6.12-1+deb11u1) ...
10:55:33 #10 72.24 Setting up libdata-dpath-perl (0.58-1) ...
10:55:33 #10 72.25 Setting up libmodule-implementation-perl (0.09-1.1) ...
10:55:33 #10 72.27 Setting up libpackage-stash-perl (0.39-1) ...
10:55:33 #10 72.29 Setting up libimport-into-perl (1.002005-1) ...
10:55:33 #10 72.30 Setting up libmoo-perl (2.004004-1) ...
10:55:33 #10 72.31 Setting up liblist-someutils-perl (0.58-1) ...
10:55:33 #10 72.32 Setting up debhelper (13.3.4) ...
10:55:33 #10 72.34 Setting up libmime-tools-perl (5.509-1) ...
10:55:33 #10 72.35 Setting up dput (1.1.0) ...
10:55:34 #10 72.49 Setting up liblist-someutils-xs-perl (0.58-2+b1) ...
10:55:34 #10 72.50 Setting up equivs (2.3.1) ...
10:55:34 #10 72.52 Setting up libmoox-aliases-perl (0.001006-1.1) ...
10:55:34 #10 72.53 Setting up libparams-validate-perl:amd64 (1.30-1+b1) ...
10:55:34 #10 72.55 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
10:55:34 #10 72.59 Setting up libnamespace-clean-perl (0.27-1) ...
10:55:34 #10 72.60 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
10:55:34 #10 72.62 Setting up libnamespace-autoclean-perl (0.29-1) ...
10:55:34 #10 72.63 Setting up libgitlab-api-v4-perl (0.26-1) ...
10:55:34 #10 72.64 Setting up libmoox-struct-perl (0.020-1) ...
10:55:34 #10 72.66 Setting up lintian (2.104.0) ...
10:55:34 #10 72.67 Setting up licensecheck (3.1.1-2) ...
10:55:34 #10 72.68 Setting up liblwp-protocol-https-perl (6.10-1) ...
10:55:34 #10 72.70 Setting up libwww-perl (6.52-1) ...
10:55:34 #10 72.71 Setting up devscripts (2.21.3+deb11u1) ...
10:55:34 #10 72.85 Setting up libxml-parser-perl:amd64 (2.46-2) ...
10:55:34 #10 72.87 Setting up libxml-sax-expat-perl (0.51-1) ...
10:55:34 #10 72.92 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
10:55:34 #10 72.96 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
10:55:34 #10 73.08 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
10:55:34 #10 73.12 Setting up libsoap-lite-perl (1.27-1) ...
10:55:34 #10 73.14 Setting up libxmlrpc-lite-perl (0.717-4) ...
10:55:34 #10 73.15 Processing triggers for libc-bin (2.31-13+deb11u6) ...
10:55:34 #10 73.17 Processing triggers for ca-certificates (20210119) ...
10:55:34 #10 73.18 Updating certificates in /etc/ssl/certs...
10:55:35 #10 73.49 0 added, 0 removed; done.
10:55:35 #10 73.49 Running hooks in /etc/ca-certificates/update.d...
10:55:35 #10 73.49 done.
10:55:36 #10 DONE 74.2s
10:55:36 
10:55:36 #11 [stage-1 3/8] COPY common /root/build-deb/debian
10:55:36 #11 DONE 0.0s
10:55:36 
10:55:36 #12 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
10:55:36 #12 0.659 Hit:1 http://deb.debian.org/debian bullseye InRelease
10:55:36 #12 0.659 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
10:55:36 #12 0.659 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
10:55:37 #12 0.905 Reading package lists...
10:55:37 #12 1.657 dpkg-buildpackage: info: source package docker-ce-build-deps
10:55:37 #12 1.657 dpkg-buildpackage: info: source version 1.0
10:55:37 #12 1.657 dpkg-buildpackage: info: source distribution unstable
10:55:37 #12 1.657 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
10:55:37 #12 1.689 dpkg-buildpackage: info: host architecture amd64
10:55:37 #12 1.689  dpkg-source --before-build .
10:55:37 #12 1.782  debian/rules clean
10:55:37 #12 1.784 dh clean
10:55:37 #12 1.857    dh_clean
10:55:37 #12 1.888  debian/rules binary
10:55:37 #12 1.889 dh binary
10:55:37 #12 1.951    dh_update_autotools_config
10:55:37 #12 1.978    dh_autoreconf
10:55:37 #12 2.015    create-stamp debian/debhelper-build-stamp
10:55:37 #12 2.015    dh_prep
10:55:37 #12 2.042    dh_install
10:55:37 #12 2.074    dh_installdocs
10:55:37 #12 2.109    dh_installchangelogs
10:55:37 #12 2.186    dh_perl
10:55:37 #12 2.219    dh_link
10:55:37 #12 2.251    dh_strip_nondeterminism
10:55:37 #12 2.308    dh_compress
10:55:38 #12 2.345    dh_fixperms
10:55:38 #12 2.382    dh_missing
10:55:38 #12 2.405    dh_installdeb
10:55:38 #12 2.436    dh_gencontrol
10:55:38 #12 2.544    dh_md5sums
10:55:38 #12 2.576    dh_builddeb
10:55:38 #12 2.600 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
10:55:38 #12 2.619  dpkg-genbuildinfo --build=binary
10:55:38 #12 2.748  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_amd64.changes
10:55:38 #12 2.822 dpkg-genchanges: info: binary-only upload (no source code included)
10:55:38 #12 2.824  dpkg-source --after-build .
10:55:38 #12 2.918 dpkg-buildpackage: info: binary-only upload (no source included)
10:55:38 #12 2.922 
10:55:38 #12 2.922 The package has been created.
10:55:38 #12 2.922 Attention, the package has been created in the current directory,
10:55:38 #12 2.922 not in ".." as indicated by the message above!
10:55:38 #12 2.942 Selecting previously unselected package docker-ce-build-deps.
10:55:38 #12 2.957 (Reading database ... 28669 files and directories currently installed.)
10:55:38 #12 2.958 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
10:55:38 #12 2.961 Unpacking docker-ce-build-deps (1.0) ...
10:55:39 #12 2.999 Reading package lists...
10:55:39 #12 3.477 Building dependency tree...
10:55:39 #12 3.577 Reading state information...
10:55:39 #12 3.592 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
10:55:39 #12 3.723 Starting 2 pkgProblemResolver with broken count: 0
10:55:39 #12 3.725 Done
10:55:39 #12 3.852  Done
10:55:39 #12 3.953 Starting pkgProblemResolver with broken count: 0
10:55:39 #12 3.972 Starting 2 pkgProblemResolver with broken count: 0
10:55:39 #12 3.974 Done
10:55:40 #12 4.141 The following additional packages will be installed:
10:55:40 #12 4.141   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
10:55:40 #12 4.141   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
10:55:40 #12 4.141   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
10:55:40 #12 4.141   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
10:55:40 #12 4.142   libsystemd-dev libudev-dev libuv1 pkg-config procps
10:55:40 #12 4.142 Suggested packages:
10:55:40 #12 4.142   cmake-doc ninja-build apparmor-easyprof seccomp
10:55:40 #12 4.142 Recommended packages:
10:55:40 #12 4.142   psmisc
10:55:40 #12 4.308 The following NEW packages will be installed:
10:55:40 #12 4.308   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
10:55:40 #12 4.309   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
10:55:40 #12 4.309   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
10:55:40 #12 4.309   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
10:55:40 #12 4.309   libsystemd-dev libudev-dev libuv1 pkg-config procps
10:55:40 #12 4.577 0 upgraded, 26 newly installed, 0 to remove and 0 not upgraded.
10:55:40 #12 4.577 1 not fully installed or removed.
10:55:40 #12 4.577 Need to get 11.8 MB of archives.
10:55:40 #12 4.577 After this operation, 47.8 MB of additional disk space will be used.
10:55:40 #12 4.577 Get:1 http://deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
10:55:40 #12 4.583 Get:2 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB]
10:55:40 #12 4.593 Get:3 http://deb.debian.org/debian bullseye/main amd64 libncurses6 amd64 6.2+20201114-2+deb11u1 [102 kB]
10:55:40 #12 4.594 Get:4 http://deb.debian.org/debian bullseye/main amd64 libprocps8 amd64 2:3.3.17-5 [63.9 kB]
10:55:40 #12 4.595 Get:5 http://deb.debian.org/debian bullseye/main amd64 procps amd64 2:3.3.17-5 [502 kB]
10:55:40 #12 4.598 Get:6 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
10:55:40 #12 4.598 Get:7 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
10:55:40 #12 4.599 Get:8 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
10:55:40 #12 4.600 Get:9 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB]
10:55:40 #12 4.637 Get:10 http://deb.debian.org/debian bullseye/main amd64 dh-apparmor all 2.13.6-10 [75.2 kB]
10:55:40 #12 4.638 Get:11 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
10:55:40 #12 4.639 Get:12 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
10:55:40 #12 4.641 Get:13 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
10:55:40 #12 4.642 Get:14 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
10:55:40 #12 4.643 Get:15 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
10:55:40 #12 4.643 Get:16 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-7+deb11u2 [123 kB]
10:55:40 #12 4.644 Get:17 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
10:55:40 #12 4.646 Get:18 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2+deb11u1 [232 kB]
10:55:40 #12 4.648 Get:19 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2+deb11u1 [220 kB]
10:55:40 #12 4.649 Get:20 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2+deb11u1 [49.1 kB]
10:55:40 #12 4.650 Get:21 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2+deb11u1 [733 kB]
10:55:40 #12 4.654 Get:22 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
10:55:40 #12 4.656 Get:23 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
10:55:40 #12 4.656 Get:24 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1+deb11u1 [92.4 kB]
10:55:40 #12 4.657 Get:25 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-7+deb11u2 [401 kB]
10:55:40 #12 4.659 Get:26 http://deb.debian.org/debian bullseye/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB]
10:55:40 #12 4.801 debconf: delaying package configuration, since apt-utils is not installed
10:55:40 #12 4.840 Fetched 11.8 MB in 0s (34.2 MB/s)
10:55:40 #12 4.867 Selecting previously unselected package bash-completion.
10:55:40 #12 4.867 (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 ... 28673 files and directories currently installed.)
10:55:40 #12 4.883 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
10:55:41 #12 5.348 Unpacking bash-completion (1:2.11-2) ...
10:55:41 #12 5.470 Selecting previously unselected package cmake-data.
10:55:41 #12 5.473 Preparing to unpack .../01-cmake-data_3.18.4-2+deb11u1_all.deb ...
10:55:41 #12 5.477 Unpacking cmake-data (3.18.4-2+deb11u1) ...
10:55:41 #12 5.807 Selecting previously unselected package libncurses6:amd64.
10:55:41 #12 5.811 Preparing to unpack .../02-libncurses6_6.2+20201114-2+deb11u1_amd64.deb ...
10:55:41 #12 5.818 Unpacking libncurses6:amd64 (6.2+20201114-2+deb11u1) ...
10:55:41 #12 5.853 Selecting previously unselected package libprocps8:amd64.
10:55:41 #12 5.856 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_amd64.deb ...
10:55:41 #12 5.859 Unpacking libprocps8:amd64 (2:3.3.17-5) ...
10:55:41 #12 5.896 Selecting previously unselected package procps.
10:55:41 #12 5.899 Preparing to unpack .../04-procps_2%3a3.3.17-5_amd64.deb ...
10:55:41 #12 5.907 Unpacking procps (2:3.3.17-5) ...
10:55:41 #12 5.977 Selecting previously unselected package libjsoncpp24:amd64.
10:55:41 #12 5.980 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_amd64.deb ...
10:55:41 #12 5.983 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
10:55:41 #12 6.018 Selecting previously unselected package librhash0:amd64.
10:55:41 #12 6.021 Preparing to unpack .../06-librhash0_1.4.1-2_amd64.deb ...
10:55:41 #12 6.024 Unpacking librhash0:amd64 (1.4.1-2) ...
10:55:41 #12 6.062 Selecting previously unselected package libuv1:amd64.
10:55:41 #12 6.065 Preparing to unpack .../07-libuv1_1.40.0-2_amd64.deb ...
10:55:41 #12 6.068 Unpacking libuv1:amd64 (1.40.0-2) ...
10:55:41 #12 6.101 Selecting previously unselected package cmake.
10:55:41 #12 6.104 Preparing to unpack .../08-cmake_3.18.4-2+deb11u1_amd64.deb ...
10:55:41 #12 6.108 Unpacking cmake (3.18.4-2+deb11u1) ...
10:55:42 #12 6.593 Selecting previously unselected package dh-apparmor.
10:55:42 #12 6.596 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
10:55:42 #12 6.599 Unpacking dh-apparmor (2.13.6-10) ...
10:55:42 #12 6.634 Selecting previously unselected package libbtrfs0:amd64.
10:55:42 #12 6.637 Preparing to unpack .../10-libbtrfs0_5.10.1-2_amd64.deb ...
10:55:42 #12 6.640 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
10:55:42 #12 6.679 Selecting previously unselected package libbtrfs-dev:amd64.
10:55:42 #12 6.682 Preparing to unpack .../11-libbtrfs-dev_5.10.1-2_amd64.deb ...
10:55:42 #12 6.685 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
10:55:42 #12 6.733 Selecting previously unselected package dmsetup.
10:55:42 #12 6.736 Preparing to unpack .../12-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
10:55:42 #12 6.739 Unpacking dmsetup (2:1.02.175-2.1) ...
10:55:42 #12 6.775 Selecting previously unselected package libdevmapper1.02.1:amd64.
10:55:42 #12 6.778 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
10:55:42 #12 6.781 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
10:55:42 #12 6.823 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
10:55:42 #12 6.826 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
10:55:42 #12 6.830 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
10:55:42 #12 6.856 Selecting previously unselected package libudev-dev:amd64.
10:55:42 #12 6.859 Preparing to unpack .../15-libudev-dev_247.3-7+deb11u2_amd64.deb ...
10:55:42 #12 6.863 Unpacking libudev-dev:amd64 (247.3-7+deb11u2) ...
10:55:42 #12 6.902 Selecting previously unselected package libsepol1-dev:amd64.
10:55:42 #12 6.905 Preparing to unpack .../16-libsepol1-dev_3.1-1_amd64.deb ...
10:55:42 #12 6.908 Unpacking libsepol1-dev:amd64 (3.1-1) ...
10:55:42 #12 6.967 Selecting previously unselected package libpcre2-16-0:amd64.
10:55:42 #12 6.970 Preparing to unpack .../17-libpcre2-16-0_10.36-2+deb11u1_amd64.deb ...
10:55:42 #12 6.973 Unpacking libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
10:55:42 #12 7.019 Selecting previously unselected package libpcre2-32-0:amd64.
10:55:42 #12 7.022 Preparing to unpack .../18-libpcre2-32-0_10.36-2+deb11u1_amd64.deb ...
10:55:42 #12 7.025 Unpacking libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
10:55:42 #12 7.072 Selecting previously unselected package libpcre2-posix2:amd64.
10:55:43 #12 7.075 Preparing to unpack .../19-libpcre2-posix2_10.36-2+deb11u1_amd64.deb ...
10:55:43 #12 7.079 Unpacking libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
10:55:43 #12 7.106 Selecting previously unselected package libpcre2-dev:amd64.
10:55:43 #12 7.109 Preparing to unpack .../20-libpcre2-dev_10.36-2+deb11u1_amd64.deb ...
10:55:43 #12 7.114 Unpacking libpcre2-dev:amd64 (10.36-2+deb11u1) ...
10:55:43 #12 7.205 Selecting previously unselected package libselinux1-dev:amd64.
10:55:43 #12 7.208 Preparing to unpack .../21-libselinux1-dev_3.1-3_amd64.deb ...
10:55:43 #12 7.212 Unpacking libselinux1-dev:amd64 (3.1-3) ...
10:55:43 #12 7.262 Selecting previously unselected package libdevmapper-dev:amd64.
10:55:43 #12 7.266 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
10:55:43 #12 7.269 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
10:55:43 #12 7.296 Selecting previously unselected package libseccomp-dev:amd64.
10:55:43 #12 7.299 Preparing to unpack .../23-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ...
10:55:43 #12 7.302 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
10:55:43 #12 7.335 Selecting previously unselected package libsystemd-dev:amd64.
10:55:43 #12 7.338 Preparing to unpack .../24-libsystemd-dev_247.3-7+deb11u2_amd64.deb ...
10:55:43 #12 7.342 Unpacking libsystemd-dev:amd64 (247.3-7+deb11u2) ...
10:55:43 #12 7.436 Selecting previously unselected package pkg-config.
10:55:43 #12 7.439 Preparing to unpack .../25-pkg-config_0.29.2-1_amd64.deb ...
10:55:43 #12 7.443 Unpacking pkg-config (0.29.2-1) ...
10:55:43 #12 7.487 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ...
10:55:43 #12 7.497 Setting up libsepol1-dev:amd64 (3.1-1) ...
10:55:43 #12 7.506 Setting up libpcre2-16-0:amd64 (10.36-2+deb11u1) ...
10:55:43 #12 7.514 Setting up libbtrfs0:amd64 (5.10.1-2) ...
10:55:43 #12 7.523 Setting up libpcre2-32-0:amd64 (10.36-2+deb11u1) ...
10:55:43 #12 7.532 Setting up libuv1:amd64 (1.40.0-2) ...
10:55:43 #12 7.541 Setting up bash-completion (1:2.11-2) ...
10:55:43 #12 8.053 Setting up libncurses6:amd64 (6.2+20201114-2+deb11u1) ...
10:55:43 #12 8.063 Setting up pkg-config (0.29.2-1) ...
10:55:43 #12 8.107 Setting up libudev-dev:amd64 (247.3-7+deb11u2) ...
10:55:43 #12 8.116 Setting up libpcre2-posix2:amd64 (10.36-2+deb11u1) ...
10:55:43 #12 8.125 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
10:55:43 #12 8.134 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
10:55:43 #12 8.143 Setting up librhash0:amd64 (1.4.1-2) ...
10:55:43 #12 8.181 Setting up cmake-data (3.18.4-2+deb11u1) ...
10:55:43 #12 8.195 Setting up dh-apparmor (2.13.6-10) ...
10:55:43 #12 8.204 Setting up libsystemd-dev:amd64 (247.3-7+deb11u2) ...
10:55:43 #12 8.213 Setting up libprocps8:amd64 (2:3.3.17-5) ...
10:55:44 #12 8.222 Setting up libpcre2-dev:amd64 (10.36-2+deb11u1) ...
10:55:44 #12 8.231 Setting up libselinux1-dev:amd64 (3.1-3) ...
10:55:44 #12 8.240 Setting up procps (2:3.3.17-5) ...
10:55:44 #12 8.274 Setting up cmake (3.18.4-2+deb11u1) ...
10:55:44 #12 8.284 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
10:55:44 #12 8.295 Setting up dmsetup (2:1.02.175-2.1) ...
10:55:44 #12 8.306 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
10:55:44 #12 8.316 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
10:55:44 #12 8.326 Setting up docker-ce-build-deps (1.0) ...
10:55:44 #12 8.341 Processing triggers for libc-bin (2.31-13+deb11u6) ...
10:55:44 #12 8.357 Processing triggers for man-db (2.9.4-2) ...
10:55:46 #12 DONE 11.0s
10:55:46 
10:55:46 #13 [stage-1 5/8] COPY sources/ /sources
10:55:46 #13 DONE 0.1s
10:55:46 
10:55:46 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
10:55:52 #14 DONE 5.4s
10:55:52 
10:55:52 #15 [stage-1 7/8] WORKDIR /root/build-deb
10:55:52 #15 DONE 0.0s
10:55:52 
10:55:52 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
10:55:52 #16 DONE 0.1s
10:55:52 
10:55:52 #17 exporting to image
10:55:52 #17 exporting layers
10:55:56 #17 exporting layers 3.9s done
10:55:56 #17 writing image sha256:ac3d623c075d2fe3c1f8b73dc7e77238bdbb4dcc60a073b232641392cc1665b5 done
10:55:56 #17 naming to docker.io/debbuild-debian-bullseye/x86_64 done
10:55:56 #17 DONE 3.9s
10:55:56 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230406105517.b82b9f3 -e VERSION=0.0.0-20230406105517-b82b9f3 -e CLI_GITCOMMIT=b82b9f3 -e ENGINE_GITCOMMIT=0fdb994 -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/debbuild/debian-bullseye:/build  debbuild-debian-bullseye/x86_64
10:55:56 + set -e
10:55:56 + mkdir -p /root/build-deb/engine
10:55:56 + tar -C /root/build-deb -xzf /sources/engine.tgz
10:55:57 + mkdir -p /root/build-deb/cli
10:55:57 + tar -C /root/build-deb -xzf /sources/cli.tgz
10:55:57 + mkdir -p /go/src/github.com/docker
10:55:57 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
10:55:57 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
10:55:57 + EPOCH=5
10:55:57 + EPOCH_SEP=
10:55:57 + [[ ! -z 5 ]]
10:55:57 + EPOCH_SEP=:
10:55:57 + [[ -z 0.0.0~20230406105517.b82b9f3 ]]
10:55:57 + echo VERSION AAA 0.0.0-20230406105517-b82b9f3
10:55:57 VERSION AAA 0.0.0-20230406105517-b82b9f3
10:55:57 + VERSION=0.0.0-20230406105517-b82b9f3
10:55:57 + echo VERSION bbb 0.0.0-20230406105517-b82b9f3
10:55:57 VERSION bbb 0.0.0-20230406105517-b82b9f3
10:55:57 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
10:55:57 + debSource=docker-ce
10:55:57 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
10:55:57 + debMaintainer='Docker <support@docker.com>'
10:55:57 ++ date --rfc-2822
10:55:57 + debDate='Thu, 04 May 2023 10:55:57 +0000'
10:55:57 + cat
10:55:57 + export CLI_GITCOMMIT=b82b9f3
10:55:57 + CLI_GITCOMMIT=b82b9f3
10:55:57 + export ENGINE_GITCOMMIT=0fdb994
10:55:57 + ENGINE_GITCOMMIT=0fdb994
10:55:57 + echo VERSION BBB 0.0.0-20230406105517-b82b9f3
10:55:57 + dpkg-buildpackage -uc -us -I.git
10:55:57 VERSION BBB 0.0.0-20230406105517-b82b9f3
10:55:57 dpkg-buildpackage: info: source package docker-ce
10:55:57 dpkg-buildpackage: info: source version 5:0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye
10:55:57 dpkg-buildpackage: info: source distribution bullseye
10:55:57 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
10:55:57 dpkg-buildpackage: info: host architecture amd64
10:55:57  dpkg-source -I.git --before-build .
10:55:57  debian/rules clean
10:55:57 dh clean --with=bash-completion --with=systemd
10:55:57    dh_clean
10:55:58  dpkg-source -I.git -b .
10:55:58 dpkg-source: warning: native package version may not have a revision
10:55:58 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230406105517.b82b9f3~3-0~debian'
10:55:58 dpkg-source: info: using source format '1.0'
10:55:58 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye.tar.gz
10:56:06 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye.dsc
10:56:06  debian/rules build
10:56:06 dh build --with=bash-completion --with=systemd
10:56:06    dh_update_autotools_config
10:56:06    dh_autoreconf
10:56:06    debian/rules override_dh_auto_build
10:56:06 make[1]: Entering directory '/root/build-deb'
10:56:06 # Build the daemon and dependencies
10:56:06 cd engine && DOCKER_GITCOMMIT=0fdb994 PRODUCT=docker ./hack/make.sh dynbinary
10:56:06 
10:56:06 Removing bundles/
10:56:06 
10:56:06 ---> Making bundle: dynbinary (in bundles/dynbinary)
10:56:06 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3
10:56:06 GOOS="" GOARCH="" GOARM=""
10:56:45 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3
10:56:45 
10:56:45 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
10:56:45 + RM_GOPATH=0
10:56:45 + TMP_GOPATH=/go
10:56:45 + : /usr/local/bin
10:56:45 + '[' -z /go ']'
10:56:45 + export GOPATH=/go
10:56:45 + GOPATH=/go
10:56:45 + case "$(go env GOARCH)" in
10:56:45 ++ go env GOARCH
10:56:45 + export GO_BUILDMODE=-buildmode=pie
10:56:45 + GO_BUILDMODE=-buildmode=pie
10:56:45 ++ dirname hack/dockerfile/install/install.sh
10:56:45 + dir=hack/dockerfile/install
10:56:45 + bin=tini
10:56:45 + shift
10:56:45 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
10:56:45 + . hack/dockerfile/install/tini.installer
10:56:45 ++ : v0.19.0
10:56:45 + install_tini
10:56:45 + echo 'Install tini version v0.19.0'
10:56:45 Install tini version v0.19.0
10:56:45 + git clone https://github.com/krallin/tini.git /go/tini
10:56:45 Cloning into '/go/tini'...
10:56:45 + cd /go/tini
10:56:45 + git checkout -q v0.19.0
10:56:45 + cmake .
10:56:45 -- The C compiler identification is GNU 10.2.1
10:56:45 -- Detecting C compiler ABI info
10:56:45 -- Detecting C compiler ABI info - done
10:56:45 -- Check for working C compiler: /usr/bin/cc - skipped
10:56:45 -- Detecting C compile features
10:56:45 -- Detecting C compile features - done
10:56:45 -- Performing Test HAS_BUILTIN_FORTIFY
10:56:45 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
10:56:45 -- Configuring done
10:56:45 -- Generating done
10:56:45 -- Build files have been written to: /go/tini
10:56:45 + make tini-static
10:56:45 make[2]: Entering directory '/go/tini'
10:56:45 make[3]: Entering directory '/go/tini'
10:56:45 make[4]: Entering directory '/go/tini'
10:56:45 make[5]: Entering directory '/go/tini'
10:56:45 Scanning dependencies of target tini-static
10:56:45 make[5]: Leaving directory '/go/tini'
10:56:45 make[5]: Entering directory '/go/tini'
10:56:45 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
10:56:45 [100%] Linking C executable tini-static
10:56:45 make[5]: Leaving directory '/go/tini'
10:56:45 [100%] Built target tini-static
10:56:45 make[4]: Leaving directory '/go/tini'
10:56:45 make[3]: Leaving directory '/go/tini'
10:56:45 make[2]: Leaving directory '/go/tini'
10:56:45 + mkdir -p /usr/local/bin
10:56:45 + cp tini-static /usr/local/bin/docker-init
10:56:45 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
10:56:45 + RM_GOPATH=0
10:56:45 + TMP_GOPATH=/go
10:56:45 + : /usr/local/bin
10:56:45 + '[' -z /go ']'
10:56:45 + export GOPATH=/go
10:56:45 + GOPATH=/go
10:56:45 + case "$(go env GOARCH)" in
10:56:45 ++ go env GOARCH
10:56:45 + export GO_BUILDMODE=-buildmode=pie
10:56:45 + GO_BUILDMODE=-buildmode=pie
10:56:45 ++ dirname hack/dockerfile/install/install.sh
10:56:45 + dir=hack/dockerfile/install
10:56:45 + bin=proxy
10:56:45 + shift
10:56:45 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
10:56:45 + . hack/dockerfile/install/proxy.installer
10:56:45 ++ : 3f0048413d95802b9c6c836eba06bfc54f9dbd03
10:56:45 + install_proxy dynamic
10:56:45 + case "$1" in
10:56:45 + install_proxy_dynamic
10:56:45 + export PROXY_LDFLAGS=-linkmode=external install_proxy
10:56:45 + PROXY_LDFLAGS=-linkmode=external
10:56:45 + export BUILD_MODE=-buildmode=pie
10:56:45 + BUILD_MODE=-buildmode=pie
10:56:45 + _install_proxy
10:56:45 Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03
10:56:45 + echo 'Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03'
10:56:45 + git clone https://github.com/moby/libnetwork.git /go/src/github.com/docker/libnetwork
10:56:45 Cloning into '/go/src/github.com/docker/libnetwork'...
10:56:45 + cd /go/src/github.com/docker/libnetwork
10:56:45 + git checkout -q 3f0048413d95802b9c6c836eba06bfc54f9dbd03
10:56:45 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
10:56:45 + return
10:56:45 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
10:56:45 + RM_GOPATH=0
10:56:45 + TMP_GOPATH=/go
10:56:45 + : /usr/local/bin
10:56:45 + '[' -z /go ']'
10:56:45 + export GOPATH=/go
10:56:45 + GOPATH=/go
10:56:45 + case "$(go env GOARCH)" in
10:56:45 ++ go env GOARCH
10:56:45 + export GO_BUILDMODE=-buildmode=pie
10:56:45 + GO_BUILDMODE=-buildmode=pie
10:56:45 ++ dirname hack/dockerfile/install/install.sh
10:56:45 + dir=hack/dockerfile/install
10:56:45 + bin=rootlesskit
10:56:45 + shift
10:56:45 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
10:56:45 + . hack/dockerfile/install/rootlesskit.installer
10:56:45 ++ : v0.14.4
10:56:45 + install_rootlesskit dynamic
10:56:45 + case "$1" in
10:56:45 + install_rootlesskit_dynamic
10:56:45 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
10:56:45 + ROOTLESSKIT_LDFLAGS=-linkmode=external
10:56:45 + export BUILD_MODE=-buildmode=pie
10:56:45 + BUILD_MODE=-buildmode=pie
10:56:45 + _install_rootlesskit
10:56:45 + echo 'Install rootlesskit version v0.14.4'
10:56:45 Install rootlesskit version v0.14.4
10:56:45 + for f in rootlesskit rootlesskit-docker-proxy
10:56:45 + GOBIN=/usr/local/bin
10:56:45 + GO111MODULE=on
10:56:45 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
10:56:45 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
10:56:45 go: downloading github.com/pkg/errors v0.9.1
10:56:45 go: downloading github.com/sirupsen/logrus v1.8.1
10:56:45 go: downloading github.com/urfave/cli/v2 v2.3.0
10:56:45 go: downloading github.com/google/uuid v1.3.0
10:56:45 go: downloading github.com/moby/vpnkit v0.5.0
10:56:45 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
10:56:45 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
10:56:45 go: downloading github.com/gofrs/flock v0.8.1
10:56:45 go: downloading github.com/gorilla/mux v1.8.0
10:56:45 go: downloading github.com/moby/sys/mountinfo v0.4.1
10:56:45 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
10:56:45 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
10:56:45 go: downloading github.com/u-root/u-root v7.0.0+incompatible
10:56:45 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
10:56:45 go: downloading github.com/russross/blackfriday/v2 v2.1.0
10:56:48 + for f in rootlesskit rootlesskit-docker-proxy
10:56:48 + GOBIN=/usr/local/bin
10:56:48 + GO111MODULE=on
10:56:48 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
10:56:49 + return
10:56:49 # Build the CLI
10:56:49 cd /go/src/github.com/docker/cli && \
10:56:49 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20230406105517-b82b9f3 GITCOMMIT=b82b9f3 dynbinary manpages
10:56:49 make[2]: Entering directory '/root/build-deb/cli'
10:56:49 GO_LINKMODE=dynamic ./scripts/build/binary
10:56:49 Building dynamic docker-linux-amd64
10:57:16 scripts/docs/generate-man.sh
10:57:43 Project root: /go/src/github.com/docker/cli
10:57:43 Generating man pages into /go/src/github.com/docker/cli/man/man1
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
10:57:43 2023/05/04 10:57:40 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
10:57:43 make[2]: Leaving directory '/root/build-deb/cli'
10:57:43 # Build the CLI plugins
10:57:43 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
10:57:43 set -e;cd /sources && \
10:57:43 	tar xzf plugin-installers.tgz; \
10:57:43 	for installer in plugins/*.installer; do \
10:57:43 		LDFLAGS='' bash ${installer} build; \
10:57:43 	done
10:57:43 Cloning into '/go/src/github.com/docker/app'...
10:57:43 Fetching origin
10:57:43 make[2]: Entering directory '/go/src/github.com/docker/app'
10:57:43 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
10:58:01 make[2]: Leaving directory '/go/src/github.com/docker/app'
10:58:01 Cloning into '/go/src/github.com/docker/buildx'...
10:58:03 Fetching origin
10:58:03 + GO111MODULE=on
10:58:03 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.10.4-docker -X github.com/docker/buildx/version.Revision=c513d34049e499c53468deac6c4267ee72948f02 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
10:58:42 make[1]: Leaving directory '/root/build-deb'
10:58:42    debian/rules override_dh_auto_test
10:58:42 make[1]: Entering directory '/root/build-deb'
10:58:42 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
10:58:42 	test "$ver" = "Docker version 0.0.0-20230406105517-b82b9f3, build 0fdb994" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
10:58:42 PASS: daemon version OK
10:58:42 ver="$(cli/build/docker --version)"; \
10:58:42 	test "$ver" = "Docker version 0.0.0-20230406105517-b82b9f3, build b82b9f3" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
10:58:42 PASS: cli version OK
10:58:42 make[1]: Leaving directory '/root/build-deb'
10:58:42    create-stamp debian/debhelper-build-stamp
10:58:42  debian/rules binary
10:58:42 dh binary --with=bash-completion --with=systemd
10:58:42    dh_testroot
10:58:42    dh_prep
10:58:42    debian/rules override_dh_auto_install
10:58:42 make[1]: Entering directory '/root/build-deb'
10:58:42 # docker-ce-cli install
10:58:42 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
10:58:42 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
10:58:42 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
10:58:42 set -e;cd /sources && \
10:58:42 	tar xzf plugin-installers.tgz; \
10:58:42 	for installer in plugins/*.installer; do \
10:58:42 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
10:58:42 		PREFIX=/usr/libexec/docker/cli-plugins \
10:58:42 			bash ${installer} install_plugin; \
10:58:42 	done
10:58:42 # docker-ce install
10:58:42 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
10:58:42 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
10:58:42 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3 debian/docker-ce/usr/bin/dockerd
10:58:42 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
10:58:42 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
10:58:42 # docker-ce-rootless-extras install
10:58:42 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
10:58:42 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
10:58:42 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
10:58:42 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
10:58:42 # TODO: how can we install vpnkit?
10:58:42 make[1]: Leaving directory '/root/build-deb'
10:58:42    debian/rules override_dh_install
10:58:42 make[1]: Entering directory '/root/build-deb'
10:58:42 dh_install
10:58:42 # TODO Can we do this from within our container?
10:58:42 dh_apparmor --profile-name=docker-ce -pdocker-ce
10:58:42 make[1]: Leaving directory '/root/build-deb'
10:58:42    dh_installdocs
10:58:42    dh_installchangelogs
10:58:42    dh_installman
10:58:42    dh_bash-completion
10:58:42    dh_systemd_enable
10:58:42    debian/rules override_dh_installinit
10:58:42 make[1]: Entering directory '/root/build-deb'
10:58:42 # use "docker" as our service name, not "docker-ce"
10:58:42 dh_installinit --name=docker
10:58:42 make[1]: Leaving directory '/root/build-deb'
10:58:42    dh_systemd_start
10:58:42    dh_perl
10:58:42    dh_link
10:58:42    dh_strip_nondeterminism
10:58:42    dh_compress
10:58:42    dh_fixperms
10:58:42    dh_missing
10:58:42    debian/rules override_dh_strip
10:58:42 make[1]: Entering directory '/root/build-deb'
10:58:42 # Go has lots of problems with stripping, so just don't
10:58:42 make[1]: Leaving directory '/root/build-deb'
10:58:42    dh_makeshlibs
10:58:42    debian/rules override_dh_shlibdeps
10:58:42 make[1]: Entering directory '/root/build-deb'
10:58:42 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
10:58:45 make[1]: Leaving directory '/root/build-deb'
10:58:45    dh_installdeb
10:58:45    dh_gencontrol
10:58:45    dh_md5sums
10:58:45    debian/rules override_dh_builddeb
10:58:45 make[1]: Entering directory '/root/build-deb'
10:58:45 dh_builddeb -- -Zxz
10:58:45 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.deb'.
10:58:45 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.deb'.
10:58:45 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.deb'.
10:59:12 make[1]: Leaving directory '/root/build-deb'
10:59:12  dpkg-genbuildinfo
10:59:12  dpkg-genchanges  >../docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.changes
10:59:12 dpkg-genchanges: info: including full source code in upload
10:59:12  dpkg-source -I.git --after-build .
10:59:12 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
10:59:12 + destination=/build
10:59:12 + mkdir -p /build
10:59:12 + mv -v /root/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.deb /root/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.deb /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye.dsc /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye.tar.gz /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.buildinfo /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.changes /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.deb /build
10:59:12 copied '/root/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.deb' -> '/build/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.deb'
10:59:12 removed '/root/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.deb'
10:59:12 copied '/root/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.deb'
10:59:12 removed '/root/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.deb'
10:59:12 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye.dsc' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye.dsc'
10:59:12 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye.dsc'
10:59:12 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye.tar.gz'
10:59:12 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye.tar.gz'
10:59:12 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.buildinfo' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.buildinfo'
10:59:12 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.buildinfo'
10:59:12 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.changes' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.changes'
10:59:12 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.changes'
10:59:12 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.deb' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.deb'
10:59:12 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~debian-bullseye_amd64.deb'
10:59:12 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
10:59:12 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'