Skip to content

Console Output

13:48:43 + make REF=20.10 ubuntu-impish
13:48:43 git init src/github.com/docker/cli
13:48:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
13:48:43 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:48:43 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
13:48:43 + SRC=src/github.com/docker/cli
13:48:43 + REF=20.10
13:48:43 + REF_FETCH=20.10
13:48:43 + + awk {print $2}
13:48:43 git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
13:48:43 + REF=refs/heads/20.10
13:48:43 + [ -n refs/heads/20.10 ]
13:48:43 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:43 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:48:44 From https://github.com/docker/cli
13:48:44  * [new branch]      20.10      -> 20.10
13:48:44  * [new tag]         v20.10.16  -> v20.10.16
13:48:44  * [new branch]      20.10      -> origin/20.10
13:48:44 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
13:48:44 git init src/github.com/docker/docker
13:48:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
13:48:44 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:48:44 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
13:48:44 + SRC=src/github.com/docker/docker
13:48:44 + REF=20.10
13:48:44 + REF_FETCH=20.10
13:48:44 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
13:48:44 + awk {print $2}
13:48:44 + REF=refs/heads/20.10
13:48:44 + [ -n refs/heads/20.10 ]
13:48:44 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:44 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:48:45 From https://github.com/docker/docker
13:48:45  * [new branch]      20.10      -> 20.10
13:48:45  * [new branch]      20.10      -> origin/20.10
13:48:45 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
13:48:45 git init src/github.com/docker/compose
13:48:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
13:48:45 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:48:45 ./scripts/checkout.sh src/github.com/docker/compose "v2.6.0"
13:48:45 + SRC=src/github.com/docker/compose
13:48:45 + REF=v2.6.0
13:48:45 + REF_FETCH=v2.6.0
13:48:45 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.6.0
13:48:45 + awk {print $2}
13:48:46 + REF=refs/tags/v2.6.0
13:48:46 + [ -n refs/tags/v2.6.0 ]
13:48:46 + REF_FETCH=refs/tags/v2.6.0:refs/tags/v2.6.0
13:48:46 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.6.0:refs/tags/v2.6.0
13:48:46 From https://github.com/docker/compose
13:48:46  * [new tag]         v2.6.0     -> v2.6.0
13:48:46 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.6.0
13:48:46 git init src/github.com/docker/scan-cli-plugin
13:48:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
13:48:46 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:48:46 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:48:46 + SRC=src/github.com/docker/scan-cli-plugin
13:48:46 + REF=v0.17.0
13:48:46 + REF_FETCH=v0.17.0
13:48:46 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
13:48:46 + awk {print $2}
13:48:46 + REF=refs/tags/v0.17.0
13:48:46 + [ -n refs/tags/v0.17.0 ]
13:48:46 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
13:48:46 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:48:47 From https://github.com/docker/scan-cli-plugin
13:48:47  * [new tag]         v0.17.0    -> v0.17.0
13:48:47 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:48:47 make -C deb VERSION=0.0.1-dev GO_VERSION=1.17.10 ubuntu-impish
13:48:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
13:48:47 mkdir -p sources
13:48:47 docker run --rm -w /v \
13:48:47 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
13:48:47 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:47 	alpine \
13:48:47 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:48:50 mkdir -p sources
13:48:50 docker run --rm -w /v \
13:48:50 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
13:48:50 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:50 	alpine \
13:48:50 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:48:53 mkdir -p sources
13:48:53 docker run --rm -w /v \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:53 	alpine \
13:48:53 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:48:54 mkdir -p sources
13:48:54 docker run --rm -w /v \
13:48:54 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:48:54 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:54 	alpine \
13:48:54 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:48:54 mkdir -p sources
13:48:54 cp ../systemd/docker.service sources/docker.service
13:48:54 mkdir -p sources
13:48:54 cp ../systemd/docker.socket sources/docker.socket
13:48:54 docker run --rm -w /v \
13:48:54 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
13:48:54 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:54 	alpine \
13:48:54 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
13:48:55 == Building packages for ubuntu-impish ==
13:48:55 mkdir -p "debbuild/ubuntu-impish"
13:48:55 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.10-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-impish/aarch64 -f ubuntu-impish/Dockerfile .
13:48:55 #1 [internal] load build definition from Dockerfile
13:48:55 #1 sha256:e5099087ba971bb28620f9a2a0b9285b4086f83cee35d14d737c1ee2c2a736eb
13:48:55 #1 transferring dockerfile: 1.22kB done
13:48:55 #1 DONE 0.0s
13:48:55 
13:48:55 #2 [internal] load .dockerignore
13:48:55 #2 sha256:e6bf91d7f69278f2b67268ae69213c557b313f4afe4ec1a0c8f5f6beb40e5feb
13:48:55 #2 transferring context: 2B done
13:48:55 #2 DONE 0.0s
13:48:55 
13:48:55 #4 [internal] load metadata for docker.io/library/golang:1.17.10-buster
13:48:55 #4 sha256:187e15fb05664faf82364bfba092da55f13ec639c696e30d825cf5da27151e9c
13:48:55 #4 ...
13:48:55 
13:48:55 #5 [auth] library/golang:pull token for registry-1.docker.io
13:48:55 #5 sha256:6a040ed4db174a8dbae04322be9fab38bbaa1c4f4c97421a3f6780ccc9049c7e
13:48:55 #5 DONE 0.0s
13:48:55 
13:48:55 #6 [auth] library/ubuntu:pull token for registry-1.docker.io
13:48:55 #6 sha256:4cc0be01f585fec1775e651333e999c7dea98a6fb7437c0315f9bdcf4130bf94
13:48:55 #6 DONE 0.0s
13:48:55 
13:48:55 #4 [internal] load metadata for docker.io/library/golang:1.17.10-buster
13:48:55 #4 sha256:187e15fb05664faf82364bfba092da55f13ec639c696e30d825cf5da27151e9c
13:48:55 #4 DONE 0.3s
13:48:55 
13:48:55 #3 [internal] load metadata for docker.io/library/ubuntu:impish
13:48:55 #3 sha256:77555ef446f01bc1b1349e1591843c7a2bdfcb19593906d5c175c264b728c47a
13:48:56 #3 DONE 0.3s
13:48:56 
13:48:56 #14 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:48:56 #14 sha256:23e0167fe85cde87d6fc5fa8b66199b775285be4d3b5d0959960948bbd4b5a51
13:48:56 #14 DONE 0.0s
13:48:56 
13:48:56 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:impish@sha256:14d8cab8d7bd72a01e225cd85bf37bbf08bf88115769316fa86c776df4ea5fed
13:48:56 #7 sha256:7e98311902214bb81584d75ea98ad095986dabe3371b7efc3f92357192afe39b
13:48:56 #7 resolve docker.io/library/ubuntu:impish@sha256:14d8cab8d7bd72a01e225cd85bf37bbf08bf88115769316fa86c776df4ea5fed 0.0s done
13:48:56 #7 sha256:71a66381c8346b8424a3114f9d6db5e4d331759c66ce3cce459e427d53b1ddf3 1.48kB / 1.48kB done
13:48:56 #7 sha256:2a09877f6132d465ce4f615f0c5f4bb1dc0e311ce406712beced416d3257e69c 0B / 26.92MB 0.1s
13:48:56 #7 sha256:14d8cab8d7bd72a01e225cd85bf37bbf08bf88115769316fa86c776df4ea5fed 1.42kB / 1.42kB done
13:48:56 #7 sha256:51927bb029ae20b80e128ab2c5620163a1b89975d4cbed6f56eab57ca591f5f1 529B / 529B done
13:48:56 #7 sha256:2a09877f6132d465ce4f615f0c5f4bb1dc0e311ce406712beced416d3257e69c 4.19MB / 26.92MB 0.3s
13:48:56 #7 ...
13:48:56 
13:48:56 #10 [internal] load build context
13:48:56 #10 sha256:7797146ef75fb710af9d8b190644fce474edd838a5e2d2921dbb4de465d99746
13:48:56 #10 transferring context: 19.83MB 0.5s done
13:48:56 #10 DONE 0.5s
13:48:56 
13:48:56 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:impish@sha256:14d8cab8d7bd72a01e225cd85bf37bbf08bf88115769316fa86c776df4ea5fed
13:48:56 #7 sha256:7e98311902214bb81584d75ea98ad095986dabe3371b7efc3f92357192afe39b
13:48:56 #7 sha256:2a09877f6132d465ce4f615f0c5f4bb1dc0e311ce406712beced416d3257e69c 6.29MB / 26.92MB 0.4s
13:48:56 #7 ...
13:48:56 
13:48:56 #14 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:48:56 #14 sha256:23e0167fe85cde87d6fc5fa8b66199b775285be4d3b5d0959960948bbd4b5a51
13:48:56 #14 CACHED
13:48:56 
13:48:56 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:impish@sha256:14d8cab8d7bd72a01e225cd85bf37bbf08bf88115769316fa86c776df4ea5fed
13:48:56 #7 sha256:7e98311902214bb81584d75ea98ad095986dabe3371b7efc3f92357192afe39b
13:48:56 #7 sha256:2a09877f6132d465ce4f615f0c5f4bb1dc0e311ce406712beced416d3257e69c 11.53MB / 26.92MB 0.6s
13:48:56 #7 sha256:2a09877f6132d465ce4f615f0c5f4bb1dc0e311ce406712beced416d3257e69c 14.68MB / 26.92MB 0.7s
13:48:56 #7 sha256:2a09877f6132d465ce4f615f0c5f4bb1dc0e311ce406712beced416d3257e69c 17.83MB / 26.92MB 0.8s
13:48:57 #7 sha256:2a09877f6132d465ce4f615f0c5f4bb1dc0e311ce406712beced416d3257e69c 24.12MB / 26.92MB 1.0s
13:48:57 #7 sha256:2a09877f6132d465ce4f615f0c5f4bb1dc0e311ce406712beced416d3257e69c 26.92MB / 26.92MB 1.1s
13:48:57 #7 sha256:2a09877f6132d465ce4f615f0c5f4bb1dc0e311ce406712beced416d3257e69c 26.92MB / 26.92MB 1.2s done
13:48:57 #7 extracting sha256:2a09877f6132d465ce4f615f0c5f4bb1dc0e311ce406712beced416d3257e69c
13:48:58 #7 extracting sha256:2a09877f6132d465ce4f615f0c5f4bb1dc0e311ce406712beced416d3257e69c 1.4s done
13:48:58 #7 DONE 2.8s
13:48:59 
13:48:59 #8 [stage-1 2/9] RUN if  [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then         rm -f /usr/bin/man;         dpkg-divert --quiet --remove --rename /usr/bin/man;     fi
13:48:59 #8 sha256:7a3c4b07df1be1fa98051503d43565a28104720abdaac221801ddb22d720ef8c
13:48:59 #8 DONE 0.5s
13:48:59 
13:48:59 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:48:59 #9 sha256:326ae25cabf6284effd2598a54af89f19d2cfe614b6d1ff9e15a13b078e84f64
13:49:00 #9 0.857 Get:1 http://ports.ubuntu.com/ubuntu-ports impish InRelease [270 kB]
13:49:00 #9 1.269 Get:2 http://ports.ubuntu.com/ubuntu-ports impish-updates InRelease [115 kB]
13:49:00 #9 1.366 Get:3 http://ports.ubuntu.com/ubuntu-ports impish-backports InRelease [101 kB]
13:49:00 #9 1.460 Get:4 http://ports.ubuntu.com/ubuntu-ports impish-security InRelease [110 kB]
13:49:00 #9 1.557 Get:5 http://ports.ubuntu.com/ubuntu-ports impish/multiverse armhf Packages [196 kB]
13:49:01 #9 1.603 Get:6 http://ports.ubuntu.com/ubuntu-ports impish/restricted armhf Packages [12.0 kB]
13:49:01 #9 1.603 Get:7 http://ports.ubuntu.com/ubuntu-ports impish/main armhf Packages [1730 kB]
13:49:01 #9 1.794 Get:8 http://ports.ubuntu.com/ubuntu-ports impish/universe armhf Packages [16.1 MB]
13:49:01 #9 2.565 Get:9 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf Packages [434 kB]
13:49:02 #9 2.570 Get:10 http://ports.ubuntu.com/ubuntu-ports impish-updates/restricted armhf Packages [9277 B]
13:49:02 #9 2.570 Get:11 http://ports.ubuntu.com/ubuntu-ports impish-updates/multiverse armhf Packages [1338 B]
13:49:02 #9 2.570 Get:12 http://ports.ubuntu.com/ubuntu-ports impish-updates/universe armhf Packages [249 kB]
13:49:02 #9 2.581 Get:13 http://ports.ubuntu.com/ubuntu-ports impish-backports/universe armhf Packages [5200 B]
13:49:02 #9 2.581 Get:14 http://ports.ubuntu.com/ubuntu-ports impish-security/multiverse armhf Packages [594 B]
13:49:02 #9 2.582 Get:15 http://ports.ubuntu.com/ubuntu-ports impish-security/main armhf Packages [341 kB]
13:49:02 #9 2.599 Get:16 http://ports.ubuntu.com/ubuntu-ports impish-security/universe armhf Packages [195 kB]
13:49:02 #9 2.608 Get:17 http://ports.ubuntu.com/ubuntu-ports impish-security/restricted armhf Packages [8952 B]
13:49:02 #9 3.293 Fetched 19.9 MB in 3s (6837 kB/s)
13:49:03 #9 3.293 Reading package lists...
13:49:05 #9 4.314 Reading package lists...
13:49:05 #9 5.260 Building dependency tree...
13:49:05 #9 5.440 Reading state information...
13:49:05 #9 5.661 The following additional packages will be installed:
13:49:05 #9 5.661   autoconf automake autopoint autotools-dev binutils
13:49:05 #9 5.661   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
13:49:05 #9 5.661   bzip2 ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit
13:49:05 #9 5.661   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:49:05 #9 5.661   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
13:49:05 #9 5.661   g++-11 gcc gcc-11 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
13:49:05 #9 5.661   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
13:49:05 #9 5.661   intltool-debian iso-codes less libalgorithm-diff-perl
13:49:05 #9 5.661   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
13:49:05 #9 5.661   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:49:05 #9 5.661   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:49:05 #9 5.661   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:49:05 #9 5.661   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.6
13:49:05 #9 5.661   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
13:49:05 #9 5.661   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:49:05 #9 5.661   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:49:05 #9 5.661   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
13:49:05 #9 5.661   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:49:05 #9 5.661   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
13:49:05 #9 5.661   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
13:49:05 #9 5.661   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl libdw1
13:49:05 #9 5.661   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
13:49:05 #9 5.661   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
13:49:05 #9 5.661   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:49:05 #9 5.661   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
13:49:05 #9 5.661   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
13:49:05 #9 5.661   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
13:49:05 #9 5.661   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6 libgcc-11-dev
13:49:05 #9 5.662   libgd3 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:49:05 #9 5.662   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
13:49:05 #9 5.662   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:49:05 #9 5.662   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:49:05 #9 5.662   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:49:05 #9 5.662   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:49:05 #9 5.662   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
13:49:05 #9 5.662   libio-pty-perl libio-socket-ssl-perl libio-string-perl libio-stringy-perl
13:49:05 #9 5.662   libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23
13:49:05 #9 5.662   libiterator-perl libiterator-util-perl libjbig0 libjpeg-turbo8 libjpeg8
13:49:05 #9 5.662   libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8 libldap-2.5-0
13:49:05 #9 5.662   libldap-common liblist-compare-perl liblist-moreutils-perl
13:49:05 #9 5.662   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
13:49:05 #9 5.662   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
13:49:05 #9 5.662   liblog-any-perl libltdl-dev libltdl7 liblwp-mediatypes-perl
13:49:05 #9 5.662   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
13:49:05 #9 5.662   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
13:49:05 #9 5.662   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
13:49:05 #9 5.662   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
13:49:05 #9 5.662   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
13:49:05 #9 5.662   libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
13:49:05 #9 5.662   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
13:49:05 #9 5.662   libnumber-range-perl libobject-id-perl libpackage-stash-perl
13:49:05 #9 5.662   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:49:05 #9 5.662   libparams-validate-perl libpath-iterator-rule-perl libpath-tiny-perl
13:49:05 #9 5.662   libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
13:49:05 #9 5.662   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
13:49:05 #9 5.662   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
13:49:05 #9 5.662   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
13:49:05 #9 5.662   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:49:05 #9 5.662   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
13:49:05 #9 5.662   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
13:49:05 #9 5.662   libsereal-encoder-perl libsigsegv2 libsort-key-perl libsort-versions-perl
13:49:05 #9 5.662   libsqlite3-0 libssh-4 libstdc++-11-dev libstrictures-perl
13:49:05 #9 5.662   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
13:49:05 #9 5.662   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:49:05 #9 5.662   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:49:05 #9 5.662   libsys-hostname-long-perl libterm-readkey-perl libtext-glob-perl
13:49:05 #9 5.662   libtext-levenshteinxs-perl libtext-markdown-discount-perl
13:49:05 #9 5.662   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
13:49:05 #9 5.662   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtype-tiny-perl
13:49:05 #9 5.662   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:49:05 #9 5.662   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
13:49:05 #9 5.662   libwebp6 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6
13:49:05 #9 5.662   libxcb1 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
13:49:05 #9 5.662   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
13:49:05 #9 5.662   libxml-sax-perl libxml2 libxmuu1 libxpm4 libyaml-0-2 libyaml-libyaml-perl
13:49:05 #9 5.662   licensecheck lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop
13:49:05 #9 5.662   m4 make man-db manpages manpages-dev media-types netbase openssh-client
13:49:05 #9 5.662   openssl patch patchutils perl perl-modules-5.32 perl-openssl-defaults
13:49:05 #9 5.662   pinentry-curses po-debconf publicsuffix python-apt-common python3
13:49:05 #9 5.662   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
13:49:05 #9 5.662   python3-idna python3-magic python3-minimal python3-pkg-resources
13:49:05 #9 5.662   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:49:05 #9 5.662   python3.9 python3.9-minimal readline-common rpcsvc-proto strace t1utils
13:49:05 #9 5.663   tzdata ucf unzip wdiff xauth xz-utils zstd
13:49:05 #9 5.665 Suggested packages:
13:49:05 #9 5.665   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
13:49:05 #9 5.665   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
13:49:05 #9 5.665   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
13:49:05 #9 5.665   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
13:49:05 #9 5.665   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:49:05 #9 5.665   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
13:49:05 #9 5.665   postgresql-client pristine-lfs pristine-tar quilt ratt reprotest
13:49:05 #9 5.665   svn-buildpackage w3m debian-keyring libsoap-lite-perl dbus-user-session
13:49:05 #9 5.665   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
13:49:05 #9 5.665   gcc-11-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
13:49:05 #9 5.665   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
13:49:05 #9 5.665   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
13:49:05 #9 5.665   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
13:49:05 #9 5.665   libgd-tools gdbm-l10n libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
13:49:05 #9 5.665   libscalar-number-perl libsasl2-modules-gssapi-mit
13:49:05 #9 5.665   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:49:05 #9 5.665   libsasl2-modules-sql libstdc++-11-doc libbareword-filehandles-perl
13:49:05 #9 5.665   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:49:05 #9 5.665   gcj-jdk libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl
13:49:05 #9 5.665   bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc
13:49:05 #9 5.665   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
13:49:05 #9 5.665   diffutils-doc perl-doc libterm-readline-gnu-perl
13:49:05 #9 5.665   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
13:49:05 #9 5.665   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
13:49:05 #9 5.665   python-apt-doc python3-setuptools python3-cryptography python3-openssl
13:49:05 #9 5.665   python3-socks python-requests-doc python3.9-venv python3.9-doc
13:49:05 #9 5.665   binfmt-support readline-doc zip wdiff-doc
13:49:05 #9 6.090 The following NEW packages will be installed:
13:49:05 #9 6.090   autoconf automake autopoint autotools-dev binutils
13:49:05 #9 6.090   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
13:49:05 #9 6.090   bzip2 ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit
13:49:05 #9 6.090   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
13:49:05 #9 6.090   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
13:49:05 #9 6.091   fonts-dejavu-core g++ g++-11 gcc gcc-11 gettext gettext-base git git-man
13:49:05 #9 6.091   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
13:49:05 #9 6.091   gpgconf gpgsm groff-base intltool-debian iso-codes less
13:49:05 #9 6.091   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:49:05 #9 6.091   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:49:05 #9 6.091   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:49:05 #9 6.091   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:49:05 #9 6.091   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.6
13:49:05 #9 6.091   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
13:49:05 #9 6.091   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:49:05 #9 6.091   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:49:05 #9 6.091   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
13:49:05 #9 6.091   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:49:05 #9 6.091   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
13:49:05 #9 6.091   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
13:49:05 #9 6.091   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl libdw1
13:49:05 #9 6.091   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
13:49:05 #9 6.091   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
13:49:05 #9 6.091   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:49:05 #9 6.091   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
13:49:05 #9 6.091   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
13:49:05 #9 6.091   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
13:49:05 #9 6.091   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6 libgcc-11-dev
13:49:05 #9 6.091   libgd3 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:49:05 #9 6.091   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
13:49:05 #9 6.091   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:49:05 #9 6.091   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:49:05 #9 6.091   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:49:05 #9 6.091   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:49:05 #9 6.091   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
13:49:05 #9 6.091   libio-pty-perl libio-socket-ssl-perl libio-string-perl libio-stringy-perl
13:49:05 #9 6.091   libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23
13:49:05 #9 6.091   libiterator-perl libiterator-util-perl libjbig0 libjpeg-turbo8 libjpeg8
13:49:05 #9 6.091   libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8 libldap-2.5-0
13:49:05 #9 6.091   libldap-common liblist-compare-perl liblist-moreutils-perl
13:49:05 #9 6.091   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
13:49:05 #9 6.091   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
13:49:05 #9 6.091   liblog-any-perl libltdl-dev libltdl7 liblwp-mediatypes-perl
13:49:05 #9 6.091   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
13:49:05 #9 6.091   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
13:49:05 #9 6.091   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
13:49:05 #9 6.091   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
13:49:05 #9 6.091   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
13:49:05 #9 6.091   libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
13:49:05 #9 6.091   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
13:49:05 #9 6.092   libnumber-range-perl libobject-id-perl libpackage-stash-perl
13:49:05 #9 6.092   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:49:05 #9 6.092   libparams-validate-perl libpath-iterator-rule-perl libpath-tiny-perl
13:49:05 #9 6.092   libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
13:49:05 #9 6.092   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
13:49:05 #9 6.092   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
13:49:05 #9 6.092   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
13:49:05 #9 6.092   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:49:05 #9 6.092   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
13:49:05 #9 6.092   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
13:49:05 #9 6.092   libsereal-encoder-perl libsigsegv2 libsort-key-perl libsort-versions-perl
13:49:05 #9 6.092   libsqlite3-0 libssh-4 libstdc++-11-dev libstrictures-perl
13:49:05 #9 6.092   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
13:49:05 #9 6.092   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:49:05 #9 6.092   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:49:05 #9 6.092   libsys-hostname-long-perl libterm-readkey-perl libtext-glob-perl
13:49:05 #9 6.092   libtext-levenshteinxs-perl libtext-markdown-discount-perl
13:49:05 #9 6.092   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
13:49:05 #9 6.092   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtype-tiny-perl
13:49:05 #9 6.092   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:49:05 #9 6.092   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
13:49:05 #9 6.092   libwebp6 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6
13:49:05 #9 6.092   libxcb1 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
13:49:05 #9 6.092   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
13:49:05 #9 6.092   libxml-sax-perl libxml2 libxmuu1 libxpm4 libyaml-0-2 libyaml-libyaml-perl
13:49:05 #9 6.092   licensecheck lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop
13:49:05 #9 6.092   m4 make man-db manpages manpages-dev media-types netbase openssh-client
13:49:05 #9 6.092   openssl patch patchutils perl perl-modules-5.32 perl-openssl-defaults
13:49:05 #9 6.092   pinentry-curses po-debconf publicsuffix python-apt-common python3
13:49:05 #9 6.092   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
13:49:05 #9 6.092   python3-idna python3-magic python3-minimal python3-pkg-resources
13:49:05 #9 6.092   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
13:49:05 #9 6.092   python3.9 python3.9-minimal readline-common rpcsvc-proto strace t1utils
13:49:05 #9 6.092   tzdata ucf unzip wdiff xauth xz-utils zstd
13:49:05 #9 6.517 0 upgraded, 358 newly installed, 0 to remove and 7 not upgraded.
13:49:05 #9 6.517 Need to get 232 MB of archives.
13:49:05 #9 6.517 After this operation, 714 MB of additional disk space will be used.
13:49:05 #9 6.517 Get:1 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblocale-gettext-perl armhf 1.07-4build1 [16.0 kB]
13:49:06 #9 6.665 Get:2 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpython3.9-minimal armhf 3.9.7-2build1 [772 kB]
13:49:06 #9 7.041 Get:3 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libexpat1 armhf 2.4.1-2ubuntu0.3 [67.1 kB]
13:49:06 #9 7.049 Get:4 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3.9-minimal armhf 3.9.7-2build1 [1751 kB]
13:49:06 #9 7.167 Get:5 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-minimal armhf 3.9.4-1build1 [24.5 kB]
13:49:06 #9 7.169 Get:6 http://ports.ubuntu.com/ubuntu-ports impish/main armhf media-types all 4.0.0 [22.2 kB]
13:49:06 #9 7.169 Get:7 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf tzdata all 2022a-0ubuntu0.21.10 [337 kB]
13:49:06 #9 7.181 Get:8 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmpdec3 armhf 2.5.1-2build1 [76.5 kB]
13:49:06 #9 7.184 Get:9 http://ports.ubuntu.com/ubuntu-ports impish/main armhf readline-common all 8.1-2 [54.1 kB]
13:49:06 #9 7.186 Get:10 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libreadline8 armhf 8.1-2 [114 kB]
13:49:06 #9 7.194 Get:11 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libsqlite3-0 armhf 3.35.5-1ubuntu0.1 [560 kB]
13:49:06 #9 7.225 Get:12 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpython3.9-stdlib armhf 3.9.7-2build1 [1731 kB]
13:49:06 #9 7.306 Get:13 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3.9 armhf 3.9.7-2build1 [433 kB]
13:49:06 #9 7.324 Get:14 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpython3-stdlib armhf 3.9.4-1build1 [7144 B]
13:49:06 #9 7.325 Get:15 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3 armhf 3.9.4-1build1 [22.8 kB]
13:49:06 #9 7.325 Get:16 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf bsdextrautils armhf 2.36.1-8ubuntu2.2 [80.2 kB]
13:49:06 #9 7.328 Get:17 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libuchardet0 armhf 0.0.7-1build1 [75.6 kB]
13:49:06 #9 7.330 Get:18 http://ports.ubuntu.com/ubuntu-ports impish/main armhf groff-base armhf 1.22.4-7 [870 kB]
13:49:06 #9 7.376 Get:19 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libgdbm6 armhf 1.19-2 [24.6 kB]
13:49:06 #9 7.378 Get:20 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpipeline1 armhf 1.5.3-1build1 [25.0 kB]
13:49:06 #9 7.378 Get:21 http://ports.ubuntu.com/ubuntu-ports impish/main armhf man-db armhf 2.9.4-2 [1118 kB]
13:49:06 #9 7.430 Get:22 http://ports.ubuntu.com/ubuntu-ports impish/main armhf perl-modules-5.32 all 5.32.1-3ubuntu3 [2945 kB]
13:49:06 #9 7.569 Get:23 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libgdbm-compat4 armhf 1.19-2 [5896 B]
13:49:07 #9 7.596 Get:24 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libperl5.32 armhf 5.32.1-3ubuntu3 [3985 kB]
13:49:07 #9 7.795 Get:25 http://ports.ubuntu.com/ubuntu-ports impish/main armhf perl armhf 5.32.1-3ubuntu3 [227 kB]
13:49:07 #9 7.799 Get:26 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf openssl armhf 1.1.1l-1ubuntu1.3 [625 kB]
13:49:07 #9 7.806 Get:27 http://ports.ubuntu.com/ubuntu-ports impish/main armhf ca-certificates all 20210119ubuntu1 [149 kB]
13:49:07 #9 7.808 Get:28 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf distro-info-data all 0.51ubuntu1.2 [5140 B]
13:49:07 #9 7.809 Get:29 http://ports.ubuntu.com/ubuntu-ports impish/main armhf less armhf 551-2 [116 kB]
13:49:07 #9 7.810 Get:30 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmd0 armhf 1.0.3-3build1 [21.0 kB]
13:49:07 #9 7.810 Get:31 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libbsd0 armhf 0.11.3-1ubuntu2 [36.6 kB]
13:49:07 #9 7.812 Get:32 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libelf1 armhf 0.185-1build1 [43.2 kB]
13:49:07 #9 7.814 Get:33 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libicu67 armhf 67.1-7ubuntu1 [9788 kB]
13:49:07 #9 8.389 Get:34 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libxml2 armhf 2.9.12+dfsg-4ubuntu0.2 [598 kB]
13:49:07 #9 8.402 Get:35 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libyaml-0-2 armhf 0.2.2-1 [41.3 kB]
13:49:07 #9 8.402 Get:36 http://ports.ubuntu.com/ubuntu-ports impish/main armhf lsb-release all 11.1.0ubuntu3 [10.8 kB]
13:49:07 #9 8.403 Get:37 http://ports.ubuntu.com/ubuntu-ports impish/main armhf netbase all 6.3 [12.9 kB]
13:49:07 #9 8.403 Get:38 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-pkg-resources all 52.0.0-4 [129 kB]
13:49:07 #9 8.405 Get:39 http://ports.ubuntu.com/ubuntu-ports impish/main armhf ucf all 3.0043 [56.1 kB]
13:49:07 #9 8.406 Get:40 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmagic-mgc armhf 1:5.39-3 [228 kB]
13:49:07 #9 8.409 Get:41 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmagic1 armhf 1:5.39-3 [71.7 kB]
13:49:07 #9 8.410 Get:42 http://ports.ubuntu.com/ubuntu-ports impish/main armhf file armhf 1:5.39-3 [22.7 kB]
13:49:07 #9 8.465 Get:43 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gettext-base armhf 0.21-4ubuntu3 [36.0 kB]
13:49:08 #9 8.539 Get:44 http://ports.ubuntu.com/ubuntu-ports impish/main armhf iso-codes all 4.6.0-1 [2769 kB]
13:49:08 #9 8.657 Get:45 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libcbor0.6 armhf 0.6.0-0ubuntu3 [17.5 kB]
13:49:08 #9 8.658 Get:46 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libedit2 armhf 3.1-20191231-2build1 [79.0 kB]
13:49:08 #9 8.660 Get:47 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfido2-1 armhf 1.6.0-2build1 [53.4 kB]
13:49:08 #9 8.662 Get:48 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpng16-16 armhf 1.6.37-3build4 [170 kB]
13:49:08 #9 8.669 Get:49 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpsl5 armhf 0.21.0-1.2 [52.3 kB]
13:49:08 #9 8.686 Get:50 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxau6 armhf 1:1.0.9-1build3 [6508 B]
13:49:08 #9 8.687 Get:51 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu4 [9552 B]
13:49:08 #9 8.687 Get:52 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxcb1 armhf 1.14-3ubuntu1 [41.6 kB]
13:49:08 #9 8.688 Get:53 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libx11-data all 2:1.7.2-1 [123 kB]
13:49:08 #9 8.732 Get:54 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libx11-6 armhf 2:1.7.2-1 [601 kB]
13:49:08 #9 8.806 Get:55 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxext6 armhf 2:1.3.4-0ubuntu3 [23.8 kB]
13:49:08 #9 8.807 Get:56 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxmuu1 armhf 2:1.1.3-0ubuntu1 [9028 B]
13:49:08 #9 8.807 Get:57 http://ports.ubuntu.com/ubuntu-ports impish/main armhf manpages all 5.10-1ubuntu1 [1375 kB]
13:49:08 #9 8.858 Get:58 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf openssh-client armhf 1:8.4p1-6ubuntu2.1 [688 kB]
13:49:08 #9 8.899 Get:59 http://ports.ubuntu.com/ubuntu-ports impish/main armhf publicsuffix all 20210108.1309-1 [116 kB]
13:49:08 #9 8.903 Get:60 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python-apt-common all 2.2.1 [13.9 kB]
13:49:08 #9 8.904 Get:61 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-apt armhf 2.2.1 [140 kB]
13:49:08 #9 8.909 Get:62 http://ports.ubuntu.com/ubuntu-ports impish/main armhf strace armhf 5.13-0ubuntu1 [385 kB]
13:49:08 #9 8.923 Get:63 http://ports.ubuntu.com/ubuntu-ports impish/main armhf xauth armhf 1:1.1-1 [21.8 kB]
13:49:08 #9 8.924 Get:64 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf xz-utils armhf 5.2.5-2ubuntu0.1 [84.6 kB]
13:49:08 #9 8.953 Get:65 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsigsegv2 armhf 2.13-1ubuntu2 [13.7 kB]
13:49:08 #9 8.954 Get:66 http://ports.ubuntu.com/ubuntu-ports impish/main armhf m4 armhf 1.4.18-5ubuntu1 [192 kB]
13:49:08 #9 8.960 Get:67 http://ports.ubuntu.com/ubuntu-ports impish/main armhf autoconf all 2.69-14 [293 kB]
13:49:08 #9 9.028 Get:68 http://ports.ubuntu.com/ubuntu-ports impish/main armhf autotools-dev all 20180224.1+nmu1 [39.4 kB]
13:49:08 #9 9.029 Get:69 http://ports.ubuntu.com/ubuntu-ports impish/main armhf automake all 1:1.16.4-2 [557 kB]
13:49:08 #9 9.049 Get:70 http://ports.ubuntu.com/ubuntu-ports impish/main armhf autopoint all 0.21-4ubuntu3 [422 kB]
13:49:08 #9 9.065 Get:71 http://ports.ubuntu.com/ubuntu-ports impish/main armhf binutils-common armhf 2.37-7ubuntu1 [212 kB]
13:49:08 #9 9.073 Get:72 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libbinutils armhf 2.37-7ubuntu1 [492 kB]
13:49:08 #9 9.106 Get:73 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libctf-nobfd0 armhf 2.37-7ubuntu1 [93.6 kB]
13:49:08 #9 9.110 Get:74 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libctf0 armhf 2.37-7ubuntu1 [93.8 kB]
13:49:08 #9 9.113 Get:75 http://ports.ubuntu.com/ubuntu-ports impish/main armhf binutils-arm-linux-gnueabihf armhf 2.37-7ubuntu1 [3062 kB]
13:49:08 #9 9.259 Get:76 http://ports.ubuntu.com/ubuntu-ports impish/main armhf binutils armhf 2.37-7ubuntu1 [3166 B]
13:49:08 #9 9.279 Get:77 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libc-dev-bin armhf 2.34-0ubuntu3.2 [18.9 kB]
13:49:08 #9 9.280 Get:78 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf linux-libc-dev armhf 5.13.0-44.49 [1238 kB]
13:49:08 #9 9.306 Get:79 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libcrypt-dev armhf 1:4.4.18-4ubuntu1 [112 kB]
13:49:08 #9 9.325 Get:80 http://ports.ubuntu.com/ubuntu-ports impish/main armhf rpcsvc-proto armhf 1.4.2-0ubuntu5 [63.6 kB]
13:49:08 #9 9.327 Get:81 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtirpc-dev armhf 1.3.2-2 [184 kB]
13:49:08 #9 9.335 Get:82 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnsl-dev armhf 1.3.0-2build1 [66.0 kB]
13:49:08 #9 9.337 Get:83 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libc6-dev armhf 2.34-0ubuntu3.2 [1315 kB]
13:49:08 #9 9.401 Get:84 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libisl23 armhf 0.24-1 [517 kB]
13:49:08 #9 9.420 Get:85 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmpfr6 armhf 4.1.0-3build1 [197 kB]
13:49:08 #9 9.428 Get:86 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmpc3 armhf 1.2.0-1build1 [36.2 kB]
13:49:09 #9 9.429 Get:87 http://ports.ubuntu.com/ubuntu-ports impish/main armhf cpp-11 armhf 11.2.0-7ubuntu2 [48.0 MB]
13:49:11 #9 12.18 Get:88 http://ports.ubuntu.com/ubuntu-ports impish/main armhf cpp armhf 4:11.2.0-1ubuntu1 [27.7 kB]
13:49:11 #9 12.18 Get:89 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libcc1-0 armhf 11.2.0-7ubuntu2 [45.8 kB]
13:49:11 #9 12.19 Get:90 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libgomp1 armhf 11.2.0-7ubuntu2 [100 kB]
13:49:11 #9 12.19 Get:91 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libatomic1 armhf 11.2.0-7ubuntu2 [7626 B]
13:49:11 #9 12.19 Get:92 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libasan6 armhf 11.2.0-7ubuntu2 [2242 kB]
13:49:11 #9 12.21 Get:93 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libubsan1 armhf 11.2.0-7ubuntu2 [893 kB]
13:49:11 #9 12.24 Get:94 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libgcc-11-dev armhf 11.2.0-7ubuntu2 [838 kB]
13:49:11 #9 12.25 Get:95 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gcc-11 armhf 11.2.0-7ubuntu2 [54.8 MB]
13:49:15 #9 15.47 Get:96 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gcc armhf 4:11.2.0-1ubuntu1 [5126 B]
13:49:15 #9 15.47 Get:97 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libstdc++-11-dev armhf 11.2.0-7ubuntu2 [2125 kB]
13:49:15 #9 15.49 Get:98 http://ports.ubuntu.com/ubuntu-ports impish/main armhf g++-11 armhf 11.2.0-7ubuntu2 [52.3 MB]
13:49:18 #9 18.59 Get:99 http://ports.ubuntu.com/ubuntu-ports impish/main armhf g++ armhf 4:11.2.0-1ubuntu1 [1400 B]
13:49:18 #9 18.59 Get:100 http://ports.ubuntu.com/ubuntu-ports impish/main armhf make armhf 4.3-4ubuntu1 [154 kB]
13:49:18 #9 18.59 Get:101 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libdpkg-perl all 1.20.9ubuntu2.2 [236 kB]
13:49:18 #9 19.01 Get:102 http://ports.ubuntu.com/ubuntu-ports impish/main armhf bzip2 armhf 1.0.8-4ubuntu3 [32.4 kB]
13:49:18 #9 19.19 Get:103 http://ports.ubuntu.com/ubuntu-ports impish/main armhf patch armhf 2.7.6-7 [102 kB]
13:49:18 #9 19.34 Get:104 http://ports.ubuntu.com/ubuntu-ports impish/main armhf lto-disabled-list all 16 [12.5 kB]
13:49:18 #9 19.35 Get:105 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf dpkg-dev all 1.20.9ubuntu2.2 [934 kB]
13:49:19 #9 19.58 Get:106 http://ports.ubuntu.com/ubuntu-ports impish/main armhf build-essential armhf 12.9ubuntu2 [4682 B]
13:49:19 #9 19.58 Get:107 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libbrotli1 armhf 1.0.9-2build3 [306 kB]
13:49:19 #9 19.60 Get:108 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-2.1ubuntu0.1 [13.9 kB]
13:49:19 #9 19.60 Get:109 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libsasl2-2 armhf 2.1.27+dfsg-2.1ubuntu0.1 [46.3 kB]
13:49:19 #9 19.61 Get:110 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libldap-2.5-0 armhf 2.5.6+dfsg-1~exp1ubuntu1.1 [162 kB]
13:49:19 #9 19.62 Get:111 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnghttp2-14 armhf 1.43.0-1 [61.2 kB]
13:49:19 #9 19.62 Get:112 http://ports.ubuntu.com/ubuntu-ports impish/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build3 [53.0 kB]
13:49:19 #9 19.63 Get:113 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libssh-4 armhf 0.9.6-1 [163 kB]
13:49:19 #9 19.64 Get:114 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libcurl4 armhf 7.74.0-1.3ubuntu2.2 [239 kB]
13:49:19 #9 19.65 Get:115 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf curl armhf 7.74.0-1.3ubuntu2.2 [173 kB]
13:49:19 #9 19.66 Get:116 http://ports.ubuntu.com/ubuntu-ports impish/main armhf dctrl-tools armhf 2.24-3 [53.8 kB]
13:49:19 #9 19.73 Get:117 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdebhelper-perl all 13.3.4ubuntu2 [62.5 kB]
13:49:19 #9 19.73 Get:118 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtool all 2.4.6-15 [161 kB]
13:49:19 #9 19.73 Get:119 http://ports.ubuntu.com/ubuntu-ports impish/main armhf dh-autoreconf all 20 [16.1 kB]
13:49:19 #9 19.73 Get:120 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libarchive-zip-perl all 1.68-1 [90.2 kB]
13:49:19 #9 19.73 Get:121 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsub-override-perl all 0.09-2 [9532 B]
13:49:19 #9 19.73 Get:122 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfile-stripnondeterminism-perl all 1.12.0-1 [17.5 kB]
13:49:19 #9 19.73 Get:123 http://ports.ubuntu.com/ubuntu-ports impish/main armhf dh-strip-nondeterminism all 1.12.0-1 [5228 B]
13:49:19 #9 19.73 Get:124 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdw1 armhf 0.185-1build1 [225 kB]
13:49:19 #9 19.80 Get:125 http://ports.ubuntu.com/ubuntu-ports impish/main armhf debugedit armhf 1:5.0-0ubuntu2 [43.9 kB]
13:49:19 #9 19.80 Get:126 http://ports.ubuntu.com/ubuntu-ports impish/main armhf dwz armhf 0.14-1build1 [99.2 kB]
13:49:19 #9 19.88 Get:127 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gettext armhf 0.21-4ubuntu3 [755 kB]
13:49:19 #9 19.89 Get:128 http://ports.ubuntu.com/ubuntu-ports impish/main armhf intltool-debian all 0.35.0+20060710.5 [24.9 kB]
13:49:19 #9 19.89 Get:129 http://ports.ubuntu.com/ubuntu-ports impish/main armhf po-debconf all 1.0.21+nmu1 [233 kB]
13:49:19 #9 19.90 Get:130 http://ports.ubuntu.com/ubuntu-ports impish/main armhf debhelper all 13.3.4ubuntu2 [921 kB]
13:49:19 #9 19.96 Get:131 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfakeroot armhf 1.25.3-1.1ubuntu2 [23.4 kB]
13:49:19 #9 19.96 Get:132 http://ports.ubuntu.com/ubuntu-ports impish/main armhf fakeroot armhf 1.25.3-1.1ubuntu2 [60.9 kB]
13:49:19 #9 19.96 Get:133 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libassuan0 armhf 2.5.5-1 [31.4 kB]
13:49:19 #9 19.96 Get:134 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gpgconf armhf 2.2.20-1ubuntu4 [108 kB]
13:49:19 #9 19.96 Get:135 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libksba8 armhf 1.5.1-1 [88.4 kB]
13:49:19 #9 19.97 Get:136 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnpth0 armhf 1.6-3 [6980 B]
13:49:19 #9 20.03 Get:137 http://ports.ubuntu.com/ubuntu-ports impish/main armhf dirmngr armhf 2.2.20-1ubuntu4 [292 kB]
13:49:19 #9 20.03 Get:138 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gnupg-l10n all 2.2.20-1ubuntu4 [51.4 kB]
13:49:19 #9 20.03 Get:139 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gnupg-utils armhf 2.2.20-1ubuntu4 [414 kB]
13:49:19 #9 20.10 Get:140 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gpg armhf 2.2.20-1ubuntu4 [428 kB]
13:49:19 #9 20.11 Get:141 http://ports.ubuntu.com/ubuntu-ports impish/main armhf pinentry-curses armhf 1.1.1-1 [32.9 kB]
13:49:19 #9 20.11 Get:142 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gpg-agent armhf 2.2.20-1ubuntu4 [196 kB]
13:49:19 #9 20.11 Get:143 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gpg-wks-client armhf 2.2.20-1ubuntu4 [82.5 kB]
13:49:19 #9 20.11 Get:144 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gpg-wks-server armhf 2.2.20-1ubuntu4 [76.7 kB]
13:49:19 #9 20.11 Get:145 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gpgsm armhf 2.2.20-1ubuntu4 [188 kB]
13:49:19 #9 20.12 Get:146 http://ports.ubuntu.com/ubuntu-ports impish/main armhf gnupg all 2.2.20-1ubuntu4 [260 kB]
13:49:19 #9 20.18 Get:147 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfile-dirlist-perl all 0.05-2 [7100 B]
13:49:19 #9 20.18 Get:148 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfile-which-perl all 1.23-1 [13.8 kB]
13:49:19 #9 20.18 Get:149 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfile-homedir-perl all 1.006-1 [38.3 kB]
13:49:19 #9 20.25 Get:150 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfile-touch-perl all 0.11-1 [8284 B]
13:49:19 #9 20.25 Get:151 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libio-pty-perl armhf 1:1.15-2build1 [34.5 kB]
13:49:19 #9 20.25 Get:152 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libipc-run-perl all 20200505.0-1 [89.8 kB]
13:49:19 #9 20.25 Get:153 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
13:49:19 #9 20.25 Get:154 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libb-hooks-op-check-perl armhf 0.22-1build3 [9860 B]
13:49:19 #9 20.25 Get:155 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
13:49:19 #9 20.26 Get:156 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdevel-callchecker-perl armhf 0.008-1ubuntu3 [14.6 kB]
13:49:19 #9 20.33 Get:157 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libparams-classify-perl armhf 0.015-1build4 [20.5 kB]
13:49:19 #9 20.33 Get:158 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmodule-runtime-perl all 0.016-1 [16.2 kB]
13:49:19 #9 20.33 Get:159 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libimport-into-perl all 1.002005-1 [11.0 kB]
13:49:19 #9 20.40 Get:160 http://ports.ubuntu.com/ubuntu-ports impish/main armhf librole-tiny-perl all 2.002004-1 [16.3 kB]
13:49:19 #9 20.40 Get:161 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libstrictures-perl all 2.000006-1 [16.3 kB]
13:49:19 #9 20.40 Get:162 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsub-quote-perl all 2.006006-1 [19.5 kB]
13:49:19 #9 20.40 Get:163 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmoo-perl all 2.004004-1 [46.9 kB]
13:49:19 #9 20.40 Get:164 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libencode-locale-perl all 1.05-1.1 [11.8 kB]
13:49:19 #9 20.40 Get:165 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtimedate-perl all 2.3300-2 [34.0 kB]
13:49:19 #9 20.40 Get:166 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhttp-date-perl all 6.05-1 [9920 B]
13:49:19 #9 20.48 Get:167 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfile-listing-perl all 6.14-1 [11.2 kB]
13:49:19 #9 20.48 Get:168 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhtml-tagset-perl all 3.20-4 [12.5 kB]
13:49:19 #9 20.48 Get:169 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liburi-perl all 5.08-1 [77.4 kB]
13:49:19 #9 20.55 Get:170 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhtml-parser-perl armhf 3.76-1 [82.3 kB]
13:49:20 #9 20.55 Get:171 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhtml-tree-perl all 5.07-2 [200 kB]
13:49:20 #9 20.55 Get:172 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libio-html-perl all 1.004-2 [15.4 kB]
13:49:20 #9 20.55 Get:173 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
13:49:20 #9 20.56 Get:174 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhttp-message-perl all 6.29-1 [75.5 kB]
13:49:20 #9 20.56 Get:175 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhttp-cookies-perl all 6.10-1 [18.4 kB]
13:49:20 #9 20.56 Get:176 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhttp-negotiate-perl all 6.01-1 [12.5 kB]
13:49:20 #9 20.63 Get:177 http://ports.ubuntu.com/ubuntu-ports impish/main armhf perl-openssl-defaults armhf 5 [7400 B]
13:49:20 #9 20.63 Get:178 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnet-ssleay-perl armhf 1.88-3ubuntu1 [271 kB]
13:49:20 #9 20.63 Get:179 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libio-socket-ssl-perl all 2.069-1 [179 kB]
13:49:20 #9 20.70 Get:180 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnet-http-perl all 6.20-1 [23.0 kB]
13:49:20 #9 20.70 Get:181 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
13:49:20 #9 20.70 Get:182 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtry-tiny-perl all 0.30-1 [20.5 kB]
13:49:20 #9 20.70 Get:183 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB]
13:49:20 #9 20.70 Get:184 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libwww-perl all 6.53-1 [140 kB]
13:49:20 #9 20.70 Get:185 http://ports.ubuntu.com/ubuntu-ports impish/main armhf patchutils armhf 0.4.2-1 [70.0 kB]
13:49:20 #9 20.71 Get:186 http://ports.ubuntu.com/ubuntu-ports impish/main armhf wdiff armhf 1.2.2-2build2 [29.3 kB]
13:49:20 #9 20.78 Get:187 http://ports.ubuntu.com/ubuntu-ports impish/main armhf devscripts armhf 2.21.4ubuntu1 [975 kB]
13:49:20 #9 20.79 Get:188 http://ports.ubuntu.com/ubuntu-ports impish/main armhf diffstat armhf 1.64-1 [25.8 kB]
13:49:20 #9 20.79 Get:189 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-chardet all 4.0.0-1 [98.0 kB]
13:49:20 #9 20.85 Get:190 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-six all 1.16.0-2 [12.6 kB]
13:49:20 #9 20.85 Get:191 http://ports.ubuntu.com/ubuntu-ports impish/main armhf zstd armhf 1.4.8+dfsg-2.1 [543 kB]
13:49:20 #9 20.86 Get:192 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-debian all 0.1.39ubuntu1 [71.9 kB]
13:49:20 #9 20.86 Get:193 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libgpgme11 armhf 1.14.0-1ubuntu4 [114 kB]
13:49:20 #9 20.86 Get:194 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-gpg armhf 1.14.0-1ubuntu4 [183 kB]
13:49:20 #9 20.87 Get:195 http://ports.ubuntu.com/ubuntu-ports impish/main armhf dput all 1.1.0ubuntu2 [44.9 kB]
13:49:20 #9 20.87 Get:196 http://ports.ubuntu.com/ubuntu-ports impish/main armhf fonts-dejavu-core all 2.37-2build1 [1041 kB]
13:49:20 #9 20.93 Get:197 http://ports.ubuntu.com/ubuntu-ports impish/main armhf fontconfig-config all 2.13.1-4.2ubuntu3 [28.2 kB]
13:49:20 #9 20.93 Get:198 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libcurl3-gnutls armhf 7.74.0-1.3ubuntu2.2 [235 kB]
13:49:20 #9 20.94 Get:199 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liberror-perl all 0.17029-1 [26.5 kB]
13:49:20 #9 21.00 Get:200 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf git-man all 1:2.32.0-1ubuntu1.2 [942 kB]
13:49:20 #9 21.01 Get:201 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf git armhf 1:2.32.0-1ubuntu1.2 [3449 kB]
13:49:20 #9 21.20 Get:202 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libalgorithm-diff-perl all 1.201-1 [41.8 kB]
13:49:20 #9 21.60 Get:203 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libalgorithm-diff-xs-perl armhf 0.04-6build1 [11.0 kB]
13:49:21 #9 21.67 Get:204 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:49:21 #9 21.69 Get:205 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libaliased-perl all 0.34-1.1 [13.3 kB]
13:49:21 #9 21.74 Get:206 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libapt-pkg-perl armhf 0.1.40 [64.2 kB]
13:49:21 #9 21.84 Get:207 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libarchive-cpio-perl all 0.10-1.1 [9928 B]
13:49:21 #9 21.84 Get:208 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libarray-intspan-perl all 2.004-1 [24.5 kB]
13:49:21 #9 21.86 Get:209 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
13:49:21 #9 21.87 Get:210 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
13:49:21 #9 21.88 Get:211 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libvariable-magic-perl armhf 0.62-1build3 [31.4 kB]
13:49:21 #9 21.90 Get:212 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libb-hooks-endofscope-perl all 0.24-1.1 [17.0 kB]
13:49:21 #9 21.91 Get:213 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfreetype6 armhf 2.10.4+dfsg-1build1 [286 kB]
13:49:21 #9 22.01 Get:214 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfontconfig1 armhf 2.13.1-4.2ubuntu3 [98.6 kB]
13:49:21 #9 22.03 Get:215 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libjpeg-turbo8 armhf 2.0.6-0ubuntu2 [89.3 kB]
13:49:21 #9 22.04 Get:216 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libjpeg8 armhf 8c-2ubuntu8 [2202 B]
13:49:21 #9 22.04 Get:217 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdeflate0 armhf 1.7-2ubuntu2 [46.1 kB]
13:49:21 #9 22.05 Get:218 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libjbig0 armhf 2.1-3.1build1 [23.9 kB]
13:49:21 #9 22.05 Get:219 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libwebp6 armhf 0.6.1-2.1 [148 kB]
13:49:21 #9 22.07 Get:220 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libtiff5 armhf 4.3.0-1ubuntu0.1 [165 kB]
13:49:21 #9 22.09 Get:221 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxpm4 armhf 1:3.5.12-1 [29.0 kB]
13:49:21 #9 22.09 Get:222 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libgd3 armhf 2.3.0-2ubuntu1 [111 kB]
13:49:21 #9 22.13 Get:223 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libc-devtools armhf 2.34-0ubuntu3.2 [29.5 kB]
13:49:21 #9 22.13 Get:224 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libcapture-tiny-perl all 0.48-1 [20.4 kB]
13:49:21 #9 22.13 Get:225 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libclass-data-inheritable-perl all 0.08-3 [8084 B]
13:49:21 #9 22.14 Get:226 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libclass-xsaccessor-perl armhf 1.19-3build7 [32.4 kB]
13:49:21 #9 22.14 Get:227 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libclone-perl armhf 0.45-1build1 [9908 B]
13:49:21 #9 22.14 Get:228 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libcommon-sense-perl armhf 3.75-1build4 [20.5 kB]
13:49:21 #9 22.20 Get:229 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libconfig-tiny-perl all 2.26-1 [12.5 kB]
13:49:21 #9 22.21 Get:230 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libparams-util-perl armhf 1.102-1build2 [21.5 kB]
13:49:21 #9 22.21 Get:231 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsub-install-perl all 0.928-1.1 [9972 B]
13:49:21 #9 22.21 Get:232 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdata-optlist-perl all 0.110-1.1 [10.2 kB]
13:49:21 #9 22.28 Get:233 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsub-exporter-perl all 0.987-1 [44.9 kB]
13:49:21 #9 22.28 Get:234 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libconst-fast-perl all 0.014-1.1 [7756 B]
13:49:21 #9 22.28 Get:235 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libwant-perl armhf 0.29-1build6 [23.6 kB]
13:49:21 #9 22.28 Get:236 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libcontextual-return-perl all 0.004014-2 [53.1 kB]
13:49:21 #9 22.28 Get:237 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libcpanel-json-xs-perl armhf 4.25-1build1 [109 kB]
13:49:21 #9 22.29 Get:238 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
13:49:21 #9 22.35 Get:239 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libexception-class-perl all 1.44-1 [25.9 kB]
13:49:21 #9 22.35 Get:240 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
13:49:21 #9 22.35 Get:241 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
13:49:21 #9 22.35 Get:242 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libexporter-tiny-perl all 1.002002-1 [36.2 kB]
13:49:21 #9 22.42 Get:243 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblist-moreutils-xs-perl armhf 0.430-2 [33.7 kB]
13:49:22 #9 22.42 Get:244 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblist-moreutils-perl all 0.430-2 [38.2 kB]
13:49:22 #9 22.42 Get:245 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdata-dpath-perl all 0.58-1 [38.8 kB]
13:49:22 #9 22.43 Get:246 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdata-dump-perl all 1.23-1.1 [24.9 kB]
13:49:22 #9 22.43 Get:247 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdata-messagepack-perl armhf 1.01-2 [32.4 kB]
13:49:22 #9 22.43 Get:248 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
13:49:22 #9 22.49 Get:249 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdata-validate-domain-perl all 0.10-1.1 [9992 B]
13:49:22 #9 22.49 Get:250 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdistro-info-perl all 1.0 [5508 B]
13:49:22 #9 22.50 Get:251 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libemail-address-xs-perl armhf 1.04-1build5 [26.0 kB]
13:49:22 #9 22.50 Get:252 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libipc-system-simple-perl all 1.30-1 [23.2 kB]
13:49:22 #9 22.57 Get:253 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfile-basedir-perl all 0.08-1 [16.9 kB]
13:49:22 #9 22.57 Get:254 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
13:49:22 #9 22.57 Get:255 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfile-fcntllock-perl armhf 0.22-3build5 [32.6 kB]
13:49:22 #9 22.57 Get:256 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnumber-compare-perl all 0.03-1.1 [6620 B]
13:49:22 #9 22.57 Get:257 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtext-glob-perl all 0.11-1 [7992 B]
13:49:22 #9 22.57 Get:258 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfile-find-rule-perl all 0.34-1 [28.3 kB]
13:49:22 #9 22.64 Get:259 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfont-afm-perl all 1.20-3 [13.6 kB]
13:49:22 #9 22.64 Get:260 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libio-string-perl all 1.08-3.1 [10.7 kB]
13:49:22 #9 22.64 Get:261 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libfont-ttf-perl all 1.06-1.1 [316 kB]
13:49:22 #9 22.65 Get:262 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libio-stringy-perl all 2.111-3 [55.8 kB]
13:49:22 #9 22.71 Get:263 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libparams-validate-perl armhf 1.30-1build2 [53.3 kB]
13:49:22 #9 22.71 Get:264 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libgetopt-long-descriptive-perl all 0.105-1 [24.7 kB]
13:49:22 #9 22.71 Get:265 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsort-versions-perl all 1.62-1 [9294 B]
13:49:22 #9 22.71 Get:266 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libgit-wrapper-perl all 0.048-1 [29.9 kB]
13:49:22 #9 22.72 Get:267 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
13:49:22 #9 22.72 Get:268 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libio-prompter-perl all 0.004015-1 [58.1 kB]
13:49:22 #9 22.78 Get:269 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libjson-perl all 4.03000-1 [80.6 kB]
13:49:22 #9 22.79 Get:270 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblog-any-perl all 1.709-1 [67.7 kB]
13:49:22 #9 22.79 Get:271 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
13:49:22 #9 22.79 Get:272 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpackage-stash-perl all 0.39-1 [19.1 kB]
13:49:22 #9 22.86 Get:273 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsub-identify-perl armhf 0.14-1build4 [10.2 kB]
13:49:22 #9 22.86 Get:274 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsub-name-perl armhf 0.26-1build2 [11.0 kB]
13:49:22 #9 22.86 Get:275 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnamespace-clean-perl all 0.27-1 [13.6 kB]
13:49:22 #9 22.86 Get:276 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpath-tiny-perl all 0.118-1 [42.2 kB]
13:49:22 #9 22.86 Get:277 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtype-tiny-perl all 1.012002-1 [319 kB]
13:49:22 #9 22.87 Get:278 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
13:49:22 #9 22.93 Get:279 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhash-fieldhash-perl armhf 0.15-1build4 [16.1 kB]
13:49:22 #9 22.93 Get:280 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhtml-form-perl all 6.07-1 [22.2 kB]
13:49:22 #9 22.93 Get:281 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhtml-format-perl all 2.12-1.1 [41.3 kB]
13:49:22 #9 22.93 Get:282 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
13:49:22 #9 23.00 Get:283 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libhttp-daemon-perl all 6.12-1 [21.7 kB]
13:49:22 #9 23.00 Get:284 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtypes-serialiser-perl all 1.01-1 [11.6 kB]
13:49:22 #9 23.00 Get:285 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libjson-xs-perl armhf 4.030-1build2 [85.8 kB]
13:49:22 #9 23.00 Get:286 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libjson-maybexs-perl all 1.004003-1 [11.3 kB]
13:49:22 #9 23.01 Get:287 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libldap-common all 2.5.6+dfsg-1~exp1ubuntu1.1 [18.7 kB]
13:49:22 #9 23.01 Get:288 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblist-compare-perl all 0.55-1 [63.3 kB]
13:49:22 #9 23.07 Get:289 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblist-someutils-perl all 0.58-1 [29.7 kB]
13:49:22 #9 23.07 Get:290 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblist-someutils-xs-perl armhf 0.58-2build2 [31.4 kB]
13:49:22 #9 23.08 Get:291 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblist-utilsby-perl all 0.11-1 [14.7 kB]
13:49:22 #9 23.08 Get:292 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libltdl7 armhf 2.4.6-15 [35.7 kB]
13:49:22 #9 23.15 Get:293 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libltdl-dev armhf 2.4.6-15 [159 kB]
13:49:22 #9 23.15 Get:294 http://ports.ubuntu.com/ubuntu-ports impish/main armhf liblzo2-2 armhf 2.10-2build1 [44.0 kB]
13:49:22 #9 23.15 Get:295 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsys-hostname-long-perl all 1.5-2 [11.5 kB]
13:49:22 #9 23.15 Get:296 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
13:49:22 #9 23.16 Get:297 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnet-smtp-ssl-perl all 1.04-1 [5948 B]
13:49:22 #9 23.16 Get:298 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmailtools-perl all 2.21-1 [80.7 kB]
13:49:22 #9 23.22 Get:299 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmarkdown2 armhf 2.2.6-1ubuntu2 [31.3 kB]
13:49:22 #9 23.22 Get:300 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmoox-aliases-perl all 0.001006-1.1 [6632 B]
13:49:22 #9 23.22 Get:301 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
13:49:22 #9 23.22 Get:302 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
13:49:22 #9 23.29 Get:303 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmoox-struct-perl all 0.020-1 [23.7 kB]
13:49:23 #9 23.69 Get:304 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libmouse-perl armhf 2.5.10-1build2 [151 kB]
13:49:23 #9 24.03 Get:305 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libnumber-range-perl all 0.12-1.1 [8000 B]
13:49:23 #9 24.04 Get:306 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpackage-stash-xs-perl armhf 0.29-1build4 [17.7 kB]
13:49:23 #9 24.04 Get:307 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
13:49:23 #9 24.06 Get:308 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libperlio-gzip-perl armhf 0.19-1build7 [13.9 kB]
13:49:23 #9 24.06 Get:309 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpod-parser-perl all 1.63-2 [82.2 kB]
13:49:23 #9 24.11 Get:310 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpod-constants-perl all 0.19-2 [16.3 kB]
13:49:23 #9 24.11 Get:311 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libproc-processtable-perl armhf 0.59-2build2 [36.5 kB]
13:49:23 #9 24.13 Get:312 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libre2-9 armhf 20210801+dfsg-1 [160 kB]
13:49:23 #9 24.18 Get:313 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libre-engine-re2-perl armhf 0.14-1build1 [17.2 kB]
13:49:23 #9 24.18 Get:314 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libreadonly-perl all 2.050-3 [19.9 kB]
13:49:23 #9 24.19 Get:315 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libref-util-perl all 0.204-1 [15.0 kB]
13:49:23 #9 24.19 Get:316 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libref-util-xs-perl armhf 0.117-1build3 [10.8 kB]
13:49:23 #9 24.19 Get:317 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libregexp-pattern-license-perl all 3.4.0-1 [49.4 kB]
13:49:23 #9 24.20 Get:318 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
13:49:23 #9 24.26 Get:319 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libsasl2-modules armhf 2.1.27+dfsg-2.1ubuntu0.1 [45.1 kB]
13:49:23 #9 24.26 Get:320 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsereal-decoder-perl armhf 4.018+ds-1build1 [88.0 kB]
13:49:23 #9 24.27 Get:321 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsereal-encoder-perl armhf 4.018+ds-1build1 [91.0 kB]
13:49:23 #9 24.28 Get:322 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libsort-key-perl armhf 1.33-2build4 [35.2 kB]
13:49:23 #9 24.33 Get:323 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libstring-copyright-perl all 0.003006-1 [9608 B]
13:49:23 #9 24.33 Get:324 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB]
13:49:23 #9 24.33 Get:325 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libstring-shellquote-perl all 1.04-1 [12.0 kB]
13:49:23 #9 24.33 Get:326 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libterm-readkey-perl armhf 2.38-1build2 [23.3 kB]
13:49:23 #9 24.33 Get:327 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtext-levenshteinxs-perl armhf 0.03-4build9 [7984 B]
13:49:23 #9 24.33 Get:328 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtext-markdown-discount-perl armhf 0.12-1build2 [12.0 kB]
13:49:23 #9 24.40 Get:329 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtext-xslate-perl armhf 3.5.8-1build2 [177 kB]
13:49:23 #9 24.42 Get:330 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtime-duration-perl all 1.21-1 [13.1 kB]
13:49:23 #9 24.42 Get:331 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtime-moment-perl armhf 0.44-1build4 [69.3 kB]
13:49:23 #9 24.42 Get:332 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libtype-tiny-xs-perl armhf 0.022-1 [21.8 kB]
13:49:23 #9 24.48 Get:333 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libunicode-utf8-perl armhf 0.62-1build2 [17.1 kB]
13:49:24 #9 24.48 Get:334 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
13:49:24 #9 24.48 Get:335 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
13:49:24 #9 24.48 Get:336 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
13:49:24 #9 24.48 Get:337 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxml-libxml-perl armhf 2.0134+dfsg-2build1 [296 kB]
13:49:24 #9 24.51 Get:338 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxml-parser-perl armhf 2.46-2 [188 kB]
13:49:24 #9 24.55 Get:339 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libxml-sax-expat-perl all 0.51-1 [10.5 kB]
13:49:24 #9 24.55 Get:340 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libyaml-libyaml-perl armhf 0.82+repack-1build1 [25.6 kB]
13:49:24 #9 24.55 Get:341 http://ports.ubuntu.com/ubuntu-ports impish/main armhf licensecheck all 3.1.1-2 [36.7 kB]
13:49:24 #9 24.55 Get:342 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdevel-size-perl armhf 0.83-1build3 [20.0 kB]
13:49:24 #9 24.62 Get:343 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libipc-run3-perl all 0.048-2 [31.4 kB]
13:49:24 #9 24.62 Get:344 http://ports.ubuntu.com/ubuntu-ports impish/main armhf lzip armhf 1.22-3 [74.8 kB]
13:49:24 #9 24.63 Get:345 http://ports.ubuntu.com/ubuntu-ports impish/main armhf lzop armhf 1.04-2build1 [84.5 kB]
13:49:24 #9 24.63 Get:346 http://ports.ubuntu.com/ubuntu-ports impish/main armhf t1utils armhf 1.41-4build1 [53.1 kB]
13:49:24 #9 24.63 Get:347 http://ports.ubuntu.com/ubuntu-ports impish/main armhf unzip armhf 6.0-26ubuntu1 [153 kB]
13:49:24 #9 24.64 Get:348 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf lintian all 2.104.0ubuntu3.2 [968 kB]
13:49:24 #9 24.70 Get:349 http://ports.ubuntu.com/ubuntu-ports impish/main armhf manpages-dev all 5.10-1ubuntu1 [2309 kB]
13:49:24 #9 24.80 Get:350 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-certifi all 2020.6.20-1 [150 kB]
13:49:24 #9 24.81 Get:351 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-idna all 2.10-1 [35.2 kB]
13:49:24 #9 24.81 Get:352 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
13:49:24 #9 24.82 Get:353 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-requests all 2.25.1+dfsg-2 [47.9 kB]
13:49:24 #9 24.82 Get:354 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-unidiff all 0.5.5-2 [9180 B]
13:49:24 #9 24.82 Get:355 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-xdg all 0.27-2 [36.9 kB]
13:49:24 #9 24.82 Get:356 http://ports.ubuntu.com/ubuntu-ports impish/main armhf equivs all 2.3.1 [19.0 kB]
13:49:24 #9 24.82 Get:357 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
13:49:24 #9 24.84 Get:358 http://ports.ubuntu.com/ubuntu-ports impish/main armhf python3-magic all 2:0.4.20-3 [12.3 kB]
13:49:24 #9 25.04 debconf: delaying package configuration, since apt-utils is not installed
13:49:24 #9 25.07 Fetched 232 MB in 19s (12.4 MB/s)
13:49:24 #9 25.12 Selecting previously unselected package liblocale-gettext-perl.
13:49:24 #9 25.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 ... 4379 files and directories currently installed.)
13:49:24 #9 25.12 Preparing to unpack .../liblocale-gettext-perl_1.07-4build1_armhf.deb ...
13:49:24 #9 25.12 Unpacking liblocale-gettext-perl (1.07-4build1) ...
13:49:24 #9 25.16 Selecting previously unselected package libpython3.9-minimal:armhf.
13:49:24 #9 25.16 Preparing to unpack .../libpython3.9-minimal_3.9.7-2build1_armhf.deb ...
13:49:24 #9 25.17 Unpacking libpython3.9-minimal:armhf (3.9.7-2build1) ...
13:49:24 #9 25.25 Selecting previously unselected package libexpat1:armhf.
13:49:24 #9 25.25 Preparing to unpack .../libexpat1_2.4.1-2ubuntu0.3_armhf.deb ...
13:49:24 #9 25.26 Unpacking libexpat1:armhf (2.4.1-2ubuntu0.3) ...
13:49:24 #9 25.29 Selecting previously unselected package python3.9-minimal.
13:49:24 #9 25.29 Preparing to unpack .../python3.9-minimal_3.9.7-2build1_armhf.deb ...
13:49:24 #9 25.30 Unpacking python3.9-minimal (3.9.7-2build1) ...
13:49:24 #9 25.36 Setting up libpython3.9-minimal:armhf (3.9.7-2build1) ...
13:49:24 #9 25.38 Setting up libexpat1:armhf (2.4.1-2ubuntu0.3) ...
13:49:24 #9 25.39 Setting up python3.9-minimal (3.9.7-2build1) ...
13:49:25 #9 26.09 Selecting previously unselected package python3-minimal.
13:49:25 #9 26.09 (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 ... 4686 files and directories currently installed.)
13:49:25 #9 26.09 Preparing to unpack .../0-python3-minimal_3.9.4-1build1_armhf.deb ...
13:49:25 #9 26.10 Unpacking python3-minimal (3.9.4-1build1) ...
13:49:25 #9 26.12 Selecting previously unselected package media-types.
13:49:25 #9 26.13 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
13:49:25 #9 26.13 Unpacking media-types (4.0.0) ...
13:49:25 #9 26.21 Selecting previously unselected package tzdata.
13:49:25 #9 26.21 Preparing to unpack .../2-tzdata_2022a-0ubuntu0.21.10_all.deb ...
13:49:25 #9 26.22 Unpacking tzdata (2022a-0ubuntu0.21.10) ...
13:49:25 #9 26.39 Selecting previously unselected package libmpdec3:armhf.
13:49:25 #9 26.39 Preparing to unpack .../3-libmpdec3_2.5.1-2build1_armhf.deb ...
13:49:25 #9 26.39 Unpacking libmpdec3:armhf (2.5.1-2build1) ...
13:49:25 #9 26.42 Selecting previously unselected package readline-common.
13:49:25 #9 26.42 Preparing to unpack .../4-readline-common_8.1-2_all.deb ...
13:49:25 #9 26.43 Unpacking readline-common (8.1-2) ...
13:49:25 #9 26.47 Selecting previously unselected package libreadline8:armhf.
13:49:26 #9 26.47 Preparing to unpack .../5-libreadline8_8.1-2_armhf.deb ...
13:49:26 #9 26.47 Unpacking libreadline8:armhf (8.1-2) ...
13:49:26 #9 26.51 Selecting previously unselected package libsqlite3-0:armhf.
13:49:26 #9 26.51 Preparing to unpack .../6-libsqlite3-0_3.35.5-1ubuntu0.1_armhf.deb ...
13:49:26 #9 26.52 Unpacking libsqlite3-0:armhf (3.35.5-1ubuntu0.1) ...
13:49:26 #9 26.55 Selecting previously unselected package libpython3.9-stdlib:armhf.
13:49:26 #9 26.55 Preparing to unpack .../7-libpython3.9-stdlib_3.9.7-2build1_armhf.deb ...
13:49:26 #9 26.55 Unpacking libpython3.9-stdlib:armhf (3.9.7-2build1) ...
13:49:26 #9 26.65 Selecting previously unselected package python3.9.
13:49:26 #9 26.65 Preparing to unpack .../8-python3.9_3.9.7-2build1_armhf.deb ...
13:49:26 #9 26.65 Unpacking python3.9 (3.9.7-2build1) ...
13:49:26 #9 26.68 Selecting previously unselected package libpython3-stdlib:armhf.
13:49:26 #9 26.68 Preparing to unpack .../9-libpython3-stdlib_3.9.4-1build1_armhf.deb ...
13:49:26 #9 26.68 Unpacking libpython3-stdlib:armhf (3.9.4-1build1) ...
13:49:26 #9 26.71 Setting up python3-minimal (3.9.4-1build1) ...
13:49:26 #9 26.90 Selecting previously unselected package python3.
13:49:26 #9 26.90 (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 ... 6984 files and directories currently installed.)
13:49:26 #9 26.90 Preparing to unpack .../000-python3_3.9.4-1build1_armhf.deb ...
13:49:26 #9 26.91 Unpacking python3 (3.9.4-1build1) ...
13:49:26 #9 26.94 Selecting previously unselected package bsdextrautils.
13:49:26 #9 26.95 Preparing to unpack .../001-bsdextrautils_2.36.1-8ubuntu2.2_armhf.deb ...
13:49:26 #9 26.95 Unpacking bsdextrautils (2.36.1-8ubuntu2.2) ...
13:49:26 #9 26.98 Selecting previously unselected package libuchardet0:armhf.
13:49:26 #9 26.98 Preparing to unpack .../002-libuchardet0_0.0.7-1build1_armhf.deb ...
13:49:26 #9 26.99 Unpacking libuchardet0:armhf (0.0.7-1build1) ...
13:49:26 #9 27.02 Selecting previously unselected package groff-base.
13:49:26 #9 27.02 Preparing to unpack .../003-groff-base_1.22.4-7_armhf.deb ...
13:49:26 #9 27.02 Unpacking groff-base (1.22.4-7) ...
13:49:26 #9 27.09 Selecting previously unselected package libgdbm6:armhf.
13:49:26 #9 27.09 Preparing to unpack .../004-libgdbm6_1.19-2_armhf.deb ...
13:49:26 #9 27.09 Unpacking libgdbm6:armhf (1.19-2) ...
13:49:26 #9 27.13 Selecting previously unselected package libpipeline1:armhf.
13:49:26 #9 27.13 Preparing to unpack .../005-libpipeline1_1.5.3-1build1_armhf.deb ...
13:49:26 #9 27.14 Unpacking libpipeline1:armhf (1.5.3-1build1) ...
13:49:26 #9 27.19 Selecting previously unselected package man-db.
13:49:26 #9 27.19 Preparing to unpack .../006-man-db_2.9.4-2_armhf.deb ...
13:49:26 #9 27.19 Unpacking man-db (2.9.4-2) ...
13:49:26 #9 27.31 Selecting previously unselected package perl-modules-5.32.
13:49:26 #9 27.31 Preparing to unpack .../007-perl-modules-5.32_5.32.1-3ubuntu3_all.deb ...
13:49:26 #9 27.31 Unpacking perl-modules-5.32 (5.32.1-3ubuntu3) ...
13:49:26 #9 27.53 Selecting previously unselected package libgdbm-compat4:armhf.
13:49:26 #9 27.53 Preparing to unpack .../008-libgdbm-compat4_1.19-2_armhf.deb ...
13:49:27 #9 27.54 Unpacking libgdbm-compat4:armhf (1.19-2) ...
13:49:27 #9 27.57 Selecting previously unselected package libperl5.32:armhf.
13:49:27 #9 27.57 Preparing to unpack .../009-libperl5.32_5.32.1-3ubuntu3_armhf.deb ...
13:49:27 #9 27.58 Unpacking libperl5.32:armhf (5.32.1-3ubuntu3) ...
13:49:27 #9 27.75 Selecting previously unselected package perl.
13:49:27 #9 27.75 Preparing to unpack .../010-perl_5.32.1-3ubuntu3_armhf.deb ...
13:49:27 #9 27.75 Unpacking perl (5.32.1-3ubuntu3) ...
13:49:27 #9 27.79 Selecting previously unselected package openssl.
13:49:27 #9 27.79 Preparing to unpack .../011-openssl_1.1.1l-1ubuntu1.3_armhf.deb ...
13:49:27 #9 27.80 Unpacking openssl (1.1.1l-1ubuntu1.3) ...
13:49:27 #9 27.84 Selecting previously unselected package ca-certificates.
13:49:27 #9 27.84 Preparing to unpack .../012-ca-certificates_20210119ubuntu1_all.deb ...
13:49:27 #9 27.85 Unpacking ca-certificates (20210119ubuntu1) ...
13:49:27 #9 27.90 Selecting previously unselected package distro-info-data.
13:49:27 #9 27.90 Preparing to unpack .../013-distro-info-data_0.51ubuntu1.2_all.deb ...
13:49:27 #9 27.90 Unpacking distro-info-data (0.51ubuntu1.2) ...
13:49:27 #9 27.94 Selecting previously unselected package less.
13:49:27 #9 27.94 Preparing to unpack .../014-less_551-2_armhf.deb ...
13:49:27 #9 27.94 Unpacking less (551-2) ...
13:49:27 #9 27.99 Selecting previously unselected package libmd0:armhf.
13:49:27 #9 27.99 Preparing to unpack .../015-libmd0_1.0.3-3build1_armhf.deb ...
13:49:27 #9 27.99 Unpacking libmd0:armhf (1.0.3-3build1) ...
13:49:27 #9 28.02 Selecting previously unselected package libbsd0:armhf.
13:49:27 #9 28.03 Preparing to unpack .../016-libbsd0_0.11.3-1ubuntu2_armhf.deb ...
13:49:27 #9 28.03 Unpacking libbsd0:armhf (0.11.3-1ubuntu2) ...
13:49:27 #9 28.06 Selecting previously unselected package libelf1:armhf.
13:49:27 #9 28.07 Preparing to unpack .../017-libelf1_0.185-1build1_armhf.deb ...
13:49:27 #9 28.07 Unpacking libelf1:armhf (0.185-1build1) ...
13:49:27 #9 28.10 Selecting previously unselected package libicu67:armhf.
13:49:27 #9 28.10 Preparing to unpack .../018-libicu67_67.1-7ubuntu1_armhf.deb ...
13:49:27 #9 28.11 Unpacking libicu67:armhf (67.1-7ubuntu1) ...
13:49:27 #9 28.32 Selecting previously unselected package libxml2:armhf.
13:49:27 #9 28.32 Preparing to unpack .../019-libxml2_2.9.12+dfsg-4ubuntu0.2_armhf.deb ...
13:49:27 #9 28.32 Unpacking libxml2:armhf (2.9.12+dfsg-4ubuntu0.2) ...
13:49:27 #9 28.37 Selecting previously unselected package libyaml-0-2:armhf.
13:49:27 #9 28.37 Preparing to unpack .../020-libyaml-0-2_0.2.2-1_armhf.deb ...
13:49:27 #9 28.37 Unpacking libyaml-0-2:armhf (0.2.2-1) ...
13:49:27 #9 28.41 Selecting previously unselected package lsb-release.
13:49:27 #9 28.41 Preparing to unpack .../021-lsb-release_11.1.0ubuntu3_all.deb ...
13:49:27 #9 28.41 Unpacking lsb-release (11.1.0ubuntu3) ...
13:49:27 #9 28.45 Selecting previously unselected package netbase.
13:49:27 #9 28.45 Preparing to unpack .../022-netbase_6.3_all.deb ...
13:49:27 #9 28.45 Unpacking netbase (6.3) ...
13:49:27 #9 28.48 Selecting previously unselected package python3-pkg-resources.
13:49:27 #9 28.48 Preparing to unpack .../023-python3-pkg-resources_52.0.0-4_all.deb ...
13:49:27 #9 28.48 Unpacking python3-pkg-resources (52.0.0-4) ...
13:49:27 #9 28.53 Selecting previously unselected package ucf.
13:49:27 #9 28.53 Preparing to unpack .../024-ucf_3.0043_all.deb ...
13:49:27 #9 28.54 Moving old data out of the way
13:49:27 #9 28.54 Unpacking ucf (3.0043) ...
13:49:27 #9 28.57 Selecting previously unselected package libmagic-mgc.
13:49:28 #9 28.57 Preparing to unpack .../025-libmagic-mgc_1%3a5.39-3_armhf.deb ...
13:49:28 #9 28.57 Unpacking libmagic-mgc (1:5.39-3) ...
13:49:28 #9 28.64 Selecting previously unselected package libmagic1:armhf.
13:49:28 #9 28.64 Preparing to unpack .../026-libmagic1_1%3a5.39-3_armhf.deb ...
13:49:28 #9 28.65 Unpacking libmagic1:armhf (1:5.39-3) ...
13:49:28 #9 28.68 Selecting previously unselected package file.
13:49:28 #9 28.68 Preparing to unpack .../027-file_1%3a5.39-3_armhf.deb ...
13:49:28 #9 28.69 Unpacking file (1:5.39-3) ...
13:49:28 #9 28.71 Selecting previously unselected package gettext-base.
13:49:28 #9 28.71 Preparing to unpack .../028-gettext-base_0.21-4ubuntu3_armhf.deb ...
13:49:28 #9 28.72 Unpacking gettext-base (0.21-4ubuntu3) ...
13:49:28 #9 28.75 Selecting previously unselected package iso-codes.
13:49:28 #9 28.75 Preparing to unpack .../029-iso-codes_4.6.0-1_all.deb ...
13:49:28 #9 28.75 Unpacking iso-codes (4.6.0-1) ...
13:49:28 #9 29.14 Selecting previously unselected package libcbor0.6:armhf.
13:49:28 #9 29.14 Preparing to unpack .../030-libcbor0.6_0.6.0-0ubuntu3_armhf.deb ...
13:49:28 #9 29.15 Unpacking libcbor0.6:armhf (0.6.0-0ubuntu3) ...
13:49:28 #9 29.18 Selecting previously unselected package libedit2:armhf.
13:49:28 #9 29.18 Preparing to unpack .../031-libedit2_3.1-20191231-2build1_armhf.deb ...
13:49:28 #9 29.19 Unpacking libedit2:armhf (3.1-20191231-2build1) ...
13:49:28 #9 29.22 Selecting previously unselected package libfido2-1:armhf.
13:49:28 #9 29.22 Preparing to unpack .../032-libfido2-1_1.6.0-2build1_armhf.deb ...
13:49:28 #9 29.23 Unpacking libfido2-1:armhf (1.6.0-2build1) ...
13:49:28 #9 29.26 Selecting previously unselected package libpng16-16:armhf.
13:49:28 #9 29.26 Preparing to unpack .../033-libpng16-16_1.6.37-3build4_armhf.deb ...
13:49:28 #9 29.26 Unpacking libpng16-16:armhf (1.6.37-3build4) ...
13:49:28 #9 29.30 Selecting previously unselected package libpsl5:armhf.
13:49:28 #9 29.30 Preparing to unpack .../034-libpsl5_0.21.0-1.2_armhf.deb ...
13:49:28 #9 29.30 Unpacking libpsl5:armhf (0.21.0-1.2) ...
13:49:28 #9 29.34 Selecting previously unselected package libxau6:armhf.
13:49:28 #9 29.34 Preparing to unpack .../035-libxau6_1%3a1.0.9-1build3_armhf.deb ...
13:49:28 #9 29.34 Unpacking libxau6:armhf (1:1.0.9-1build3) ...
13:49:28 #9 29.37 Selecting previously unselected package libxdmcp6:armhf.
13:49:28 #9 29.37 Preparing to unpack .../036-libxdmcp6_1%3a1.1.3-0ubuntu4_armhf.deb ...
13:49:28 #9 29.38 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu4) ...
13:49:28 #9 29.41 Selecting previously unselected package libxcb1:armhf.
13:49:28 #9 29.41 Preparing to unpack .../037-libxcb1_1.14-3ubuntu1_armhf.deb ...
13:49:28 #9 29.42 Unpacking libxcb1:armhf (1.14-3ubuntu1) ...
13:49:28 #9 29.44 Selecting previously unselected package libx11-data.
13:49:28 #9 29.45 Preparing to unpack .../038-libx11-data_2%3a1.7.2-1_all.deb ...
13:49:28 #9 29.45 Unpacking libx11-data (2:1.7.2-1) ...
13:49:28 #9 29.51 Selecting previously unselected package libx11-6:armhf.
13:49:28 #9 29.51 Preparing to unpack .../039-libx11-6_2%3a1.7.2-1_armhf.deb ...
13:49:28 #9 29.51 Unpacking libx11-6:armhf (2:1.7.2-1) ...
13:49:28 #9 29.55 Selecting previously unselected package libxext6:armhf.
13:49:28 #9 29.55 Preparing to unpack .../040-libxext6_2%3a1.3.4-0ubuntu3_armhf.deb ...
13:49:28 #9 29.56 Unpacking libxext6:armhf (2:1.3.4-0ubuntu3) ...
13:49:28 #9 29.59 Selecting previously unselected package libxmuu1:armhf.
13:49:28 #9 29.59 Preparing to unpack .../041-libxmuu1_2%3a1.1.3-0ubuntu1_armhf.deb ...
13:49:28 #9 29.59 Unpacking libxmuu1:armhf (2:1.1.3-0ubuntu1) ...
13:49:28 #9 29.62 Selecting previously unselected package manpages.
13:49:29 #9 29.62 Preparing to unpack .../042-manpages_5.10-1ubuntu1_all.deb ...
13:49:29 #9 29.63 Unpacking manpages (5.10-1ubuntu1) ...
13:49:29 #9 29.75 Selecting previously unselected package openssh-client.
13:49:29 #9 29.75 Preparing to unpack .../043-openssh-client_1%3a8.4p1-6ubuntu2.1_armhf.deb ...
13:49:29 #9 29.76 Unpacking openssh-client (1:8.4p1-6ubuntu2.1) ...
13:49:29 #9 29.80 Selecting previously unselected package publicsuffix.
13:49:29 #9 29.81 Preparing to unpack .../044-publicsuffix_20210108.1309-1_all.deb ...
13:49:29 #9 29.81 Unpacking publicsuffix (20210108.1309-1) ...
13:49:29 #9 29.84 Selecting previously unselected package python-apt-common.
13:49:29 #9 29.85 Preparing to unpack .../045-python-apt-common_2.2.1_all.deb ...
13:49:29 #9 29.85 Unpacking python-apt-common (2.2.1) ...
13:49:29 #9 29.88 Selecting previously unselected package python3-apt.
13:49:29 #9 29.88 Preparing to unpack .../046-python3-apt_2.2.1_armhf.deb ...
13:49:29 #9 29.89 Unpacking python3-apt (2.2.1) ...
13:49:29 #9 29.93 Selecting previously unselected package strace.
13:49:29 #9 29.93 Preparing to unpack .../047-strace_5.13-0ubuntu1_armhf.deb ...
13:49:29 #9 29.93 Unpacking strace (5.13-0ubuntu1) ...
13:49:29 #9 29.96 Selecting previously unselected package xauth.
13:49:29 #9 29.96 Preparing to unpack .../048-xauth_1%3a1.1-1_armhf.deb ...
13:49:29 #9 29.97 Unpacking xauth (1:1.1-1) ...
13:49:29 #9 30.00 Selecting previously unselected package xz-utils.
13:49:29 #9 30.00 Preparing to unpack .../049-xz-utils_5.2.5-2ubuntu0.1_armhf.deb ...
13:49:29 #9 30.01 Unpacking xz-utils (5.2.5-2ubuntu0.1) ...
13:49:29 #9 30.04 Selecting previously unselected package libsigsegv2:armhf.
13:49:29 #9 30.04 Preparing to unpack .../050-libsigsegv2_2.13-1ubuntu2_armhf.deb ...
13:49:29 #9 30.05 Unpacking libsigsegv2:armhf (2.13-1ubuntu2) ...
13:49:29 #9 30.07 Selecting previously unselected package m4.
13:49:29 #9 30.08 Preparing to unpack .../051-m4_1.4.18-5ubuntu1_armhf.deb ...
13:49:29 #9 30.08 Unpacking m4 (1.4.18-5ubuntu1) ...
13:49:29 #9 30.11 Selecting previously unselected package autoconf.
13:49:29 #9 30.11 Preparing to unpack .../052-autoconf_2.69-14_all.deb ...
13:49:29 #9 30.12 Unpacking autoconf (2.69-14) ...
13:49:29 #9 30.17 Selecting previously unselected package autotools-dev.
13:49:29 #9 30.17 Preparing to unpack .../053-autotools-dev_20180224.1+nmu1_all.deb ...
13:49:29 #9 30.17 Unpacking autotools-dev (20180224.1+nmu1) ...
13:49:29 #9 30.21 Selecting previously unselected package automake.
13:49:29 #9 30.21 Preparing to unpack .../054-automake_1%3a1.16.4-2_all.deb ...
13:49:29 #9 30.22 Unpacking automake (1:1.16.4-2) ...
13:49:29 #9 30.26 Selecting previously unselected package autopoint.
13:49:29 #9 30.27 Preparing to unpack .../055-autopoint_0.21-4ubuntu3_all.deb ...
13:49:29 #9 30.27 Unpacking autopoint (0.21-4ubuntu3) ...
13:49:29 #9 30.31 Selecting previously unselected package binutils-common:armhf.
13:49:29 #9 30.31 Preparing to unpack .../056-binutils-common_2.37-7ubuntu1_armhf.deb ...
13:49:29 #9 30.31 Unpacking binutils-common:armhf (2.37-7ubuntu1) ...
13:49:29 #9 30.34 Selecting previously unselected package libbinutils:armhf.
13:49:29 #9 30.35 Preparing to unpack .../057-libbinutils_2.37-7ubuntu1_armhf.deb ...
13:49:29 #9 30.35 Unpacking libbinutils:armhf (2.37-7ubuntu1) ...
13:49:29 #9 30.39 Selecting previously unselected package libctf-nobfd0:armhf.
13:49:29 #9 30.39 Preparing to unpack .../058-libctf-nobfd0_2.37-7ubuntu1_armhf.deb ...
13:49:29 #9 30.39 Unpacking libctf-nobfd0:armhf (2.37-7ubuntu1) ...
13:49:29 #9 30.43 Selecting previously unselected package libctf0:armhf.
13:49:30 #9 30.43 Preparing to unpack .../059-libctf0_2.37-7ubuntu1_armhf.deb ...
13:49:30 #9 30.43 Unpacking libctf0:armhf (2.37-7ubuntu1) ...
13:49:30 #9 30.46 Selecting previously unselected package binutils-arm-linux-gnueabihf.
13:49:30 #9 30.46 Preparing to unpack .../060-binutils-arm-linux-gnueabihf_2.37-7ubuntu1_armhf.deb ...
13:49:30 #9 30.46 Unpacking binutils-arm-linux-gnueabihf (2.37-7ubuntu1) ...
13:49:30 #9 30.57 Selecting previously unselected package binutils.
13:49:30 #9 30.57 Preparing to unpack .../061-binutils_2.37-7ubuntu1_armhf.deb ...
13:49:30 #9 30.58 Unpacking binutils (2.37-7ubuntu1) ...
13:49:30 #9 30.61 Selecting previously unselected package libc-dev-bin.
13:49:30 #9 30.61 Preparing to unpack .../062-libc-dev-bin_2.34-0ubuntu3.2_armhf.deb ...
13:49:30 #9 30.62 Unpacking libc-dev-bin (2.34-0ubuntu3.2) ...
13:49:30 #9 30.65 Selecting previously unselected package linux-libc-dev:armhf.
13:49:30 #9 30.65 Preparing to unpack .../063-linux-libc-dev_5.13.0-44.49_armhf.deb ...
13:49:30 #9 30.65 Unpacking linux-libc-dev:armhf (5.13.0-44.49) ...
13:49:30 #9 30.78 Selecting previously unselected package libcrypt-dev:armhf.
13:49:30 #9 30.78 Preparing to unpack .../064-libcrypt-dev_1%3a4.4.18-4ubuntu1_armhf.deb ...
13:49:30 #9 30.79 Unpacking libcrypt-dev:armhf (1:4.4.18-4ubuntu1) ...
13:49:30 #9 30.83 Selecting previously unselected package rpcsvc-proto.
13:49:30 #9 30.83 Preparing to unpack .../065-rpcsvc-proto_1.4.2-0ubuntu5_armhf.deb ...
13:49:30 #9 30.83 Unpacking rpcsvc-proto (1.4.2-0ubuntu5) ...
13:49:30 #9 30.86 Selecting previously unselected package libtirpc-dev:armhf.
13:49:30 #9 30.86 Preparing to unpack .../066-libtirpc-dev_1.3.2-2_armhf.deb ...
13:49:30 #9 30.87 Unpacking libtirpc-dev:armhf (1.3.2-2) ...
13:49:30 #9 30.90 Selecting previously unselected package libnsl-dev:armhf.
13:49:30 #9 30.90 Preparing to unpack .../067-libnsl-dev_1.3.0-2build1_armhf.deb ...
13:49:30 #9 30.91 Unpacking libnsl-dev:armhf (1.3.0-2build1) ...
13:49:30 #9 30.94 Selecting previously unselected package libc6-dev:armhf.
13:49:30 #9 30.94 Preparing to unpack .../068-libc6-dev_2.34-0ubuntu3.2_armhf.deb ...
13:49:30 #9 30.95 Unpacking libc6-dev:armhf (2.34-0ubuntu3.2) ...
13:49:30 #9 31.08 Selecting previously unselected package libisl23:armhf.
13:49:30 #9 31.08 Preparing to unpack .../069-libisl23_0.24-1_armhf.deb ...
13:49:30 #9 31.09 Unpacking libisl23:armhf (0.24-1) ...
13:49:30 #9 31.16 Selecting previously unselected package libmpfr6:armhf.
13:49:30 #9 31.16 Preparing to unpack .../070-libmpfr6_4.1.0-3build1_armhf.deb ...
13:49:30 #9 31.17 Unpacking libmpfr6:armhf (4.1.0-3build1) ...
13:49:30 #9 31.21 Selecting previously unselected package libmpc3:armhf.
13:49:30 #9 31.21 Preparing to unpack .../071-libmpc3_1.2.0-1build1_armhf.deb ...
13:49:30 #9 31.22 Unpacking libmpc3:armhf (1.2.0-1build1) ...
13:49:30 #9 31.25 Selecting previously unselected package cpp-11.
13:49:30 #9 31.25 Preparing to unpack .../072-cpp-11_11.2.0-7ubuntu2_armhf.deb ...
13:49:30 #9 31.25 Unpacking cpp-11 (11.2.0-7ubuntu2) ...
13:49:31 #9 32.22 Selecting previously unselected package cpp.
13:49:31 #9 32.22 Preparing to unpack .../073-cpp_4%3a11.2.0-1ubuntu1_armhf.deb ...
13:49:31 #9 32.23 Unpacking cpp (4:11.2.0-1ubuntu1) ...
13:49:31 #9 32.27 Selecting previously unselected package libcc1-0:armhf.
13:49:31 #9 32.27 Preparing to unpack .../074-libcc1-0_11.2.0-7ubuntu2_armhf.deb ...
13:49:31 #9 32.27 Unpacking libcc1-0:armhf (11.2.0-7ubuntu2) ...
13:49:31 #9 32.31 Selecting previously unselected package libgomp1:armhf.
13:49:31 #9 32.31 Preparing to unpack .../075-libgomp1_11.2.0-7ubuntu2_armhf.deb ...
13:49:31 #9 32.31 Unpacking libgomp1:armhf (11.2.0-7ubuntu2) ...
13:49:31 #9 32.35 Selecting previously unselected package libatomic1:armhf.
13:49:31 #9 32.35 Preparing to unpack .../076-libatomic1_11.2.0-7ubuntu2_armhf.deb ...
13:49:31 #9 32.36 Unpacking libatomic1:armhf (11.2.0-7ubuntu2) ...
13:49:31 #9 32.39 Selecting previously unselected package libasan6:armhf.
13:49:31 #9 32.39 Preparing to unpack .../077-libasan6_11.2.0-7ubuntu2_armhf.deb ...
13:49:31 #9 32.40 Unpacking libasan6:armhf (11.2.0-7ubuntu2) ...
13:49:31 #9 32.48 Selecting previously unselected package libubsan1:armhf.
13:49:32 #9 32.48 Preparing to unpack .../078-libubsan1_11.2.0-7ubuntu2_armhf.deb ...
13:49:32 #9 32.48 Unpacking libubsan1:armhf (11.2.0-7ubuntu2) ...
13:49:32 #9 32.53 Selecting previously unselected package libgcc-11-dev:armhf.
13:49:32 #9 32.53 Preparing to unpack .../079-libgcc-11-dev_11.2.0-7ubuntu2_armhf.deb ...
13:49:32 #9 32.54 Unpacking libgcc-11-dev:armhf (11.2.0-7ubuntu2) ...
13:49:32 #9 32.60 Selecting previously unselected package gcc-11.
13:49:32 #9 32.60 Preparing to unpack .../080-gcc-11_11.2.0-7ubuntu2_armhf.deb ...
13:49:32 #9 32.61 Unpacking gcc-11 (11.2.0-7ubuntu2) ...
13:49:32 #9 33.63 Selecting previously unselected package gcc.
13:49:33 #9 33.64 Preparing to unpack .../081-gcc_4%3a11.2.0-1ubuntu1_armhf.deb ...
13:49:33 #9 33.64 Unpacking gcc (4:11.2.0-1ubuntu1) ...
13:49:33 #9 33.67 Selecting previously unselected package libstdc++-11-dev:armhf.
13:49:33 #9 33.67 Preparing to unpack .../082-libstdc++-11-dev_11.2.0-7ubuntu2_armhf.deb ...
13:49:33 #9 33.68 Unpacking libstdc++-11-dev:armhf (11.2.0-7ubuntu2) ...
13:49:33 #9 33.90 Selecting previously unselected package g++-11.
13:49:33 #9 33.90 Preparing to unpack .../083-g++-11_11.2.0-7ubuntu2_armhf.deb ...
13:49:33 #9 33.91 Unpacking g++-11 (11.2.0-7ubuntu2) ...
13:49:34 #9 34.94 Selecting previously unselected package g++.
13:49:34 #9 34.94 Preparing to unpack .../084-g++_4%3a11.2.0-1ubuntu1_armhf.deb ...
13:49:34 #9 34.95 Unpacking g++ (4:11.2.0-1ubuntu1) ...
13:49:34 #9 34.98 Selecting previously unselected package make.
13:49:34 #9 34.98 Preparing to unpack .../085-make_4.3-4ubuntu1_armhf.deb ...
13:49:34 #9 34.98 Unpacking make (4.3-4ubuntu1) ...
13:49:34 #9 35.02 Selecting previously unselected package libdpkg-perl.
13:49:34 #9 35.02 Preparing to unpack .../086-libdpkg-perl_1.20.9ubuntu2.2_all.deb ...
13:49:34 #9 35.03 Unpacking libdpkg-perl (1.20.9ubuntu2.2) ...
13:49:34 #9 35.07 Selecting previously unselected package bzip2.
13:49:34 #9 35.07 Preparing to unpack .../087-bzip2_1.0.8-4ubuntu3_armhf.deb ...
13:49:34 #9 35.08 Unpacking bzip2 (1.0.8-4ubuntu3) ...
13:49:34 #9 35.11 Selecting previously unselected package patch.
13:49:34 #9 35.11 Preparing to unpack .../088-patch_2.7.6-7_armhf.deb ...
13:49:34 #9 35.12 Unpacking patch (2.7.6-7) ...
13:49:34 #9 35.16 Selecting previously unselected package lto-disabled-list.
13:49:34 #9 35.16 Preparing to unpack .../089-lto-disabled-list_16_all.deb ...
13:49:34 #9 35.17 Unpacking lto-disabled-list (16) ...
13:49:34 #9 35.20 Selecting previously unselected package dpkg-dev.
13:49:34 #9 35.20 Preparing to unpack .../090-dpkg-dev_1.20.9ubuntu2.2_all.deb ...
13:49:34 #9 35.21 Unpacking dpkg-dev (1.20.9ubuntu2.2) ...
13:49:34 #9 35.25 Selecting previously unselected package build-essential.
13:49:34 #9 35.25 Preparing to unpack .../091-build-essential_12.9ubuntu2_armhf.deb ...
13:49:34 #9 35.26 Unpacking build-essential (12.9ubuntu2) ...
13:49:34 #9 35.32 Selecting previously unselected package libbrotli1:armhf.
13:49:34 #9 35.32 Preparing to unpack .../092-libbrotli1_1.0.9-2build3_armhf.deb ...
13:49:34 #9 35.34 Unpacking libbrotli1:armhf (1.0.9-2build3) ...
13:49:34 #9 35.37 Selecting previously unselected package libsasl2-modules-db:armhf.
13:49:34 #9 35.37 Preparing to unpack .../093-libsasl2-modules-db_2.1.27+dfsg-2.1ubuntu0.1_armhf.deb ...
13:49:34 #9 35.38 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2.1ubuntu0.1) ...
13:49:34 #9 35.42 Selecting previously unselected package libsasl2-2:armhf.
13:49:34 #9 35.42 Preparing to unpack .../094-libsasl2-2_2.1.27+dfsg-2.1ubuntu0.1_armhf.deb ...
13:49:34 #9 35.43 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2.1ubuntu0.1) ...
13:49:34 #9 35.48 Selecting previously unselected package libldap-2.5-0:armhf.
13:49:34 #9 35.48 Preparing to unpack .../095-libldap-2.5-0_2.5.6+dfsg-1~exp1ubuntu1.1_armhf.deb ...
13:49:34 #9 35.48 Unpacking libldap-2.5-0:armhf (2.5.6+dfsg-1~exp1ubuntu1.1) ...
13:49:34 #9 35.52 Selecting previously unselected package libnghttp2-14:armhf.
13:49:34 #9 35.52 Preparing to unpack .../096-libnghttp2-14_1.43.0-1_armhf.deb ...
13:49:34 #9 35.53 Unpacking libnghttp2-14:armhf (1.43.0-1) ...
13:49:34 #9 35.59 Selecting previously unselected package librtmp1:armhf.
13:49:34 #9 35.59 Preparing to unpack .../097-librtmp1_2.4+20151223.gitfa8646d.1-2build3_armhf.deb ...
13:49:34 #9 35.60 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build3) ...
13:49:34 #9 35.63 Selecting previously unselected package libssh-4:armhf.
13:49:35 #9 35.64 Preparing to unpack .../098-libssh-4_0.9.6-1_armhf.deb ...
13:49:35 #9 35.64 Unpacking libssh-4:armhf (0.9.6-1) ...
13:49:35 #9 35.69 Selecting previously unselected package libcurl4:armhf.
13:49:35 #9 35.69 Preparing to unpack .../099-libcurl4_7.74.0-1.3ubuntu2.2_armhf.deb ...
13:49:35 #9 35.69 Unpacking libcurl4:armhf (7.74.0-1.3ubuntu2.2) ...
13:49:35 #9 35.72 Selecting previously unselected package curl.
13:49:35 #9 35.72 Preparing to unpack .../100-curl_7.74.0-1.3ubuntu2.2_armhf.deb ...
13:49:35 #9 35.73 Unpacking curl (7.74.0-1.3ubuntu2.2) ...
13:49:35 #9 35.77 Selecting previously unselected package dctrl-tools.
13:49:35 #9 35.77 Preparing to unpack .../101-dctrl-tools_2.24-3_armhf.deb ...
13:49:35 #9 35.78 Unpacking dctrl-tools (2.24-3) ...
13:49:35 #9 35.82 Selecting previously unselected package libdebhelper-perl.
13:49:35 #9 35.82 Preparing to unpack .../102-libdebhelper-perl_13.3.4ubuntu2_all.deb ...
13:49:35 #9 35.82 Unpacking libdebhelper-perl (13.3.4ubuntu2) ...
13:49:35 #9 35.86 Selecting previously unselected package libtool.
13:49:35 #9 35.86 Preparing to unpack .../103-libtool_2.4.6-15_all.deb ...
13:49:35 #9 35.87 Unpacking libtool (2.4.6-15) ...
13:49:35 #9 35.91 Selecting previously unselected package dh-autoreconf.
13:49:35 #9 35.91 Preparing to unpack .../104-dh-autoreconf_20_all.deb ...
13:49:35 #9 35.92 Unpacking dh-autoreconf (20) ...
13:49:35 #9 36.26 Selecting previously unselected package libarchive-zip-perl.
13:49:35 #9 36.26 Preparing to unpack .../105-libarchive-zip-perl_1.68-1_all.deb ...
13:49:35 #9 36.26 Unpacking libarchive-zip-perl (1.68-1) ...
13:49:35 #9 36.30 Selecting previously unselected package libsub-override-perl.
13:49:35 #9 36.30 Preparing to unpack .../106-libsub-override-perl_0.09-2_all.deb ...
13:49:35 #9 36.30 Unpacking libsub-override-perl (0.09-2) ...
13:49:35 #9 36.33 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:49:35 #9 36.33 Preparing to unpack .../107-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
13:49:35 #9 36.34 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
13:49:35 #9 36.37 Selecting previously unselected package dh-strip-nondeterminism.
13:49:35 #9 36.37 Preparing to unpack .../108-dh-strip-nondeterminism_1.12.0-1_all.deb ...
13:49:35 #9 36.38 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
13:49:35 #9 36.41 Selecting previously unselected package libdw1:armhf.
13:49:35 #9 36.41 Preparing to unpack .../109-libdw1_0.185-1build1_armhf.deb ...
13:49:35 #9 36.41 Unpacking libdw1:armhf (0.185-1build1) ...
13:49:35 #9 36.45 Selecting previously unselected package debugedit.
13:49:35 #9 36.45 Preparing to unpack .../110-debugedit_1%3a5.0-0ubuntu2_armhf.deb ...
13:49:35 #9 36.45 Unpacking debugedit (1:5.0-0ubuntu2) ...
13:49:35 #9 36.48 Selecting previously unselected package dwz.
13:49:35 #9 36.48 Preparing to unpack .../111-dwz_0.14-1build1_armhf.deb ...
13:49:35 #9 36.48 Unpacking dwz (0.14-1build1) ...
13:49:35 #9 36.52 Selecting previously unselected package gettext.
13:49:35 #9 36.52 Preparing to unpack .../112-gettext_0.21-4ubuntu3_armhf.deb ...
13:49:35 #9 36.52 Unpacking gettext (0.21-4ubuntu3) ...
13:49:35 #9 36.60 Selecting previously unselected package intltool-debian.
13:49:36 #9 36.60 Preparing to unpack .../113-intltool-debian_0.35.0+20060710.5_all.deb ...
13:49:36 #9 36.60 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:49:36 #9 36.63 Selecting previously unselected package po-debconf.
13:49:36 #9 36.63 Preparing to unpack .../114-po-debconf_1.0.21+nmu1_all.deb ...
13:49:36 #9 36.64 Unpacking po-debconf (1.0.21+nmu1) ...
13:49:36 #9 36.69 Selecting previously unselected package debhelper.
13:49:36 #9 36.69 Preparing to unpack .../115-debhelper_13.3.4ubuntu2_all.deb ...
13:49:36 #9 36.69 Unpacking debhelper (13.3.4ubuntu2) ...
13:49:36 #9 36.75 Selecting previously unselected package libfakeroot:armhf.
13:49:36 #9 36.75 Preparing to unpack .../116-libfakeroot_1.25.3-1.1ubuntu2_armhf.deb ...
13:49:36 #9 36.75 Unpacking libfakeroot:armhf (1.25.3-1.1ubuntu2) ...
13:49:36 #9 36.79 Selecting previously unselected package fakeroot.
13:49:36 #9 36.79 Preparing to unpack .../117-fakeroot_1.25.3-1.1ubuntu2_armhf.deb ...
13:49:36 #9 36.79 Unpacking fakeroot (1.25.3-1.1ubuntu2) ...
13:49:36 #9 36.83 Selecting previously unselected package libassuan0:armhf.
13:49:36 #9 36.83 Preparing to unpack .../118-libassuan0_2.5.5-1_armhf.deb ...
13:49:36 #9 36.84 Unpacking libassuan0:armhf (2.5.5-1) ...
13:49:36 #9 36.87 Selecting previously unselected package gpgconf.
13:49:36 #9 36.87 Preparing to unpack .../119-gpgconf_2.2.20-1ubuntu4_armhf.deb ...
13:49:36 #9 36.88 Unpacking gpgconf (2.2.20-1ubuntu4) ...
13:49:36 #9 36.93 Selecting previously unselected package libksba8:armhf.
13:49:36 #9 36.93 Preparing to unpack .../120-libksba8_1.5.1-1_armhf.deb ...
13:49:36 #9 36.93 Unpacking libksba8:armhf (1.5.1-1) ...
13:49:36 #9 36.97 Selecting previously unselected package libnpth0:armhf.
13:49:36 #9 36.98 Preparing to unpack .../121-libnpth0_1.6-3_armhf.deb ...
13:49:36 #9 36.98 Unpacking libnpth0:armhf (1.6-3) ...
13:49:36 #9 37.02 Selecting previously unselected package dirmngr.
13:49:36 #9 37.02 Preparing to unpack .../122-dirmngr_2.2.20-1ubuntu4_armhf.deb ...
13:49:36 #9 37.04 Unpacking dirmngr (2.2.20-1ubuntu4) ...
13:49:36 #9 37.09 Selecting previously unselected package gnupg-l10n.
13:49:36 #9 37.09 Preparing to unpack .../123-gnupg-l10n_2.2.20-1ubuntu4_all.deb ...
13:49:36 #9 37.10 Unpacking gnupg-l10n (2.2.20-1ubuntu4) ...
13:49:36 #9 37.13 Selecting previously unselected package gnupg-utils.
13:49:36 #9 37.13 Preparing to unpack .../124-gnupg-utils_2.2.20-1ubuntu4_armhf.deb ...
13:49:36 #9 37.13 Unpacking gnupg-utils (2.2.20-1ubuntu4) ...
13:49:36 #9 37.19 Selecting previously unselected package gpg.
13:49:36 #9 37.20 Preparing to unpack .../125-gpg_2.2.20-1ubuntu4_armhf.deb ...
13:49:36 #9 37.20 Unpacking gpg (2.2.20-1ubuntu4) ...
13:49:36 #9 37.27 Selecting previously unselected package pinentry-curses.
13:49:36 #9 37.27 Preparing to unpack .../126-pinentry-curses_1.1.1-1_armhf.deb ...
13:49:36 #9 37.28 Unpacking pinentry-curses (1.1.1-1) ...
13:49:36 #9 37.31 Selecting previously unselected package gpg-agent.
13:49:36 #9 37.31 Preparing to unpack .../127-gpg-agent_2.2.20-1ubuntu4_armhf.deb ...
13:49:36 #9 37.32 Unpacking gpg-agent (2.2.20-1ubuntu4) ...
13:49:36 #9 37.37 Selecting previously unselected package gpg-wks-client.
13:49:36 #9 37.37 Preparing to unpack .../128-gpg-wks-client_2.2.20-1ubuntu4_armhf.deb ...
13:49:36 #9 37.37 Unpacking gpg-wks-client (2.2.20-1ubuntu4) ...
13:49:36 #9 37.41 Selecting previously unselected package gpg-wks-server.
13:49:36 #9 37.41 Preparing to unpack .../129-gpg-wks-server_2.2.20-1ubuntu4_armhf.deb ...
13:49:36 #9 37.41 Unpacking gpg-wks-server (2.2.20-1ubuntu4) ...
13:49:37 #9 37.45 Selecting previously unselected package gpgsm.
13:49:37 #9 37.45 Preparing to unpack .../130-gpgsm_2.2.20-1ubuntu4_armhf.deb ...
13:49:37 #9 37.45 Unpacking gpgsm (2.2.20-1ubuntu4) ...
13:49:37 #9 37.49 Selecting previously unselected package gnupg.
13:49:37 #9 37.50 Preparing to unpack .../131-gnupg_2.2.20-1ubuntu4_all.deb ...
13:49:37 #9 37.50 Unpacking gnupg (2.2.20-1ubuntu4) ...
13:49:37 #9 37.54 Selecting previously unselected package libfile-dirlist-perl.
13:49:37 #9 37.55 Preparing to unpack .../132-libfile-dirlist-perl_0.05-2_all.deb ...
13:49:37 #9 37.55 Unpacking libfile-dirlist-perl (0.05-2) ...
13:49:37 #9 37.58 Selecting previously unselected package libfile-which-perl.
13:49:37 #9 37.58 Preparing to unpack .../133-libfile-which-perl_1.23-1_all.deb ...
13:49:37 #9 37.58 Unpacking libfile-which-perl (1.23-1) ...
13:49:37 #9 37.61 Selecting previously unselected package libfile-homedir-perl.
13:49:37 #9 37.61 Preparing to unpack .../134-libfile-homedir-perl_1.006-1_all.deb ...
13:49:37 #9 37.61 Unpacking libfile-homedir-perl (1.006-1) ...
13:49:37 #9 37.65 Selecting previously unselected package libfile-touch-perl.
13:49:37 #9 37.65 Preparing to unpack .../135-libfile-touch-perl_0.11-1_all.deb ...
13:49:37 #9 37.66 Unpacking libfile-touch-perl (0.11-1) ...
13:49:37 #9 37.69 Selecting previously unselected package libio-pty-perl.
13:49:37 #9 37.69 Preparing to unpack .../136-libio-pty-perl_1%3a1.15-2build1_armhf.deb ...
13:49:37 #9 37.69 Unpacking libio-pty-perl (1:1.15-2build1) ...
13:49:37 #9 37.72 Selecting previously unselected package libipc-run-perl.
13:49:37 #9 37.72 Preparing to unpack .../137-libipc-run-perl_20200505.0-1_all.deb ...
13:49:37 #9 37.73 Unpacking libipc-run-perl (20200505.0-1) ...
13:49:37 #9 37.77 Selecting previously unselected package libclass-method-modifiers-perl.
13:49:37 #9 37.77 Preparing to unpack .../138-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:49:37 #9 37.78 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:49:37 #9 37.81 Selecting previously unselected package libb-hooks-op-check-perl.
13:49:37 #9 37.81 Preparing to unpack .../139-libb-hooks-op-check-perl_0.22-1build3_armhf.deb ...
13:49:37 #9 37.81 Unpacking libb-hooks-op-check-perl (0.22-1build3) ...
13:49:37 #9 37.84 Selecting previously unselected package libdynaloader-functions-perl.
13:49:37 #9 37.84 Preparing to unpack .../140-libdynaloader-functions-perl_0.003-1.1_all.deb ...
13:49:37 #9 37.84 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
13:49:37 #9 37.87 Selecting previously unselected package libdevel-callchecker-perl.
13:49:37 #9 37.87 Preparing to unpack .../141-libdevel-callchecker-perl_0.008-1ubuntu3_armhf.deb ...
13:49:37 #9 37.88 Unpacking libdevel-callchecker-perl (0.008-1ubuntu3) ...
13:49:37 #9 37.90 Selecting previously unselected package libparams-classify-perl.
13:49:37 #9 37.91 Preparing to unpack .../142-libparams-classify-perl_0.015-1build4_armhf.deb ...
13:49:37 #9 37.91 Unpacking libparams-classify-perl (0.015-1build4) ...
13:49:37 #9 37.94 Selecting previously unselected package libmodule-runtime-perl.
13:49:37 #9 37.94 Preparing to unpack .../143-libmodule-runtime-perl_0.016-1_all.deb ...
13:49:37 #9 37.95 Unpacking libmodule-runtime-perl (0.016-1) ...
13:49:37 #9 37.98 Selecting previously unselected package libimport-into-perl.
13:49:37 #9 37.98 Preparing to unpack .../144-libimport-into-perl_1.002005-1_all.deb ...
13:49:37 #9 37.99 Unpacking libimport-into-perl (1.002005-1) ...
13:49:37 #9 38.02 Selecting previously unselected package librole-tiny-perl.
13:49:37 #9 38.02 Preparing to unpack .../145-librole-tiny-perl_2.002004-1_all.deb ...
13:49:37 #9 38.02 Unpacking librole-tiny-perl (2.002004-1) ...
13:49:37 #9 38.05 Selecting previously unselected package libstrictures-perl.
13:49:37 #9 38.06 Preparing to unpack .../146-libstrictures-perl_2.000006-1_all.deb ...
13:49:37 #9 38.06 Unpacking libstrictures-perl (2.000006-1) ...
13:49:37 #9 38.09 Selecting previously unselected package libsub-quote-perl.
13:49:37 #9 38.09 Preparing to unpack .../147-libsub-quote-perl_2.006006-1_all.deb ...
13:49:37 #9 38.09 Unpacking libsub-quote-perl (2.006006-1) ...
13:49:37 #9 38.12 Selecting previously unselected package libmoo-perl.
13:49:37 #9 38.12 Preparing to unpack .../148-libmoo-perl_2.004004-1_all.deb ...
13:49:37 #9 38.13 Unpacking libmoo-perl (2.004004-1) ...
13:49:37 #9 38.16 Selecting previously unselected package libencode-locale-perl.
13:49:37 #9 38.16 Preparing to unpack .../149-libencode-locale-perl_1.05-1.1_all.deb ...
13:49:37 #9 38.16 Unpacking libencode-locale-perl (1.05-1.1) ...
13:49:37 #9 38.19 Selecting previously unselected package libtimedate-perl.
13:49:37 #9 38.20 Preparing to unpack .../150-libtimedate-perl_2.3300-2_all.deb ...
13:49:37 #9 38.20 Unpacking libtimedate-perl (2.3300-2) ...
13:49:37 #9 38.23 Selecting previously unselected package libhttp-date-perl.
13:49:37 #9 38.23 Preparing to unpack .../151-libhttp-date-perl_6.05-1_all.deb ...
13:49:37 #9 38.24 Unpacking libhttp-date-perl (6.05-1) ...
13:49:37 #9 38.26 Selecting previously unselected package libfile-listing-perl.
13:49:37 #9 38.27 Preparing to unpack .../152-libfile-listing-perl_6.14-1_all.deb ...
13:49:37 #9 38.27 Unpacking libfile-listing-perl (6.14-1) ...
13:49:37 #9 38.30 Selecting previously unselected package libhtml-tagset-perl.
13:49:37 #9 38.30 Preparing to unpack .../153-libhtml-tagset-perl_3.20-4_all.deb ...
13:49:37 #9 38.30 Unpacking libhtml-tagset-perl (3.20-4) ...
13:49:37 #9 38.33 Selecting previously unselected package liburi-perl.
13:49:37 #9 38.33 Preparing to unpack .../154-liburi-perl_5.08-1_all.deb ...
13:49:37 #9 38.34 Unpacking liburi-perl (5.08-1) ...
13:49:37 #9 38.38 Selecting previously unselected package libhtml-parser-perl:armhf.
13:49:37 #9 38.38 Preparing to unpack .../155-libhtml-parser-perl_3.76-1_armhf.deb ...
13:49:37 #9 38.38 Unpacking libhtml-parser-perl:armhf (3.76-1) ...
13:49:37 #9 38.42 Selecting previously unselected package libhtml-tree-perl.
13:49:38 #9 38.42 Preparing to unpack .../156-libhtml-tree-perl_5.07-2_all.deb ...
13:49:38 #9 38.42 Unpacking libhtml-tree-perl (5.07-2) ...
13:49:38 #9 38.46 Selecting previously unselected package libio-html-perl.
13:49:38 #9 38.47 Preparing to unpack .../157-libio-html-perl_1.004-2_all.deb ...
13:49:38 #9 38.47 Unpacking libio-html-perl (1.004-2) ...
13:49:38 #9 38.50 Selecting previously unselected package liblwp-mediatypes-perl.
13:49:38 #9 38.50 Preparing to unpack .../158-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:49:38 #9 38.51 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:49:38 #9 38.54 Selecting previously unselected package libhttp-message-perl.
13:49:38 #9 38.54 Preparing to unpack .../159-libhttp-message-perl_6.29-1_all.deb ...
13:49:38 #9 38.54 Unpacking libhttp-message-perl (6.29-1) ...
13:49:38 #9 38.57 Selecting previously unselected package libhttp-cookies-perl.
13:49:38 #9 38.58 Preparing to unpack .../160-libhttp-cookies-perl_6.10-1_all.deb ...
13:49:38 #9 38.58 Unpacking libhttp-cookies-perl (6.10-1) ...
13:49:38 #9 38.61 Selecting previously unselected package libhttp-negotiate-perl.
13:49:38 #9 38.61 Preparing to unpack .../161-libhttp-negotiate-perl_6.01-1_all.deb ...
13:49:38 #9 38.61 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:49:38 #9 38.64 Selecting previously unselected package perl-openssl-defaults:armhf.
13:49:38 #9 38.64 Preparing to unpack .../162-perl-openssl-defaults_5_armhf.deb ...
13:49:38 #9 38.65 Unpacking perl-openssl-defaults:armhf (5) ...
13:49:38 #9 38.67 Selecting previously unselected package libnet-ssleay-perl.
13:49:38 #9 38.67 Preparing to unpack .../163-libnet-ssleay-perl_1.88-3ubuntu1_armhf.deb ...
13:49:38 #9 38.68 Unpacking libnet-ssleay-perl (1.88-3ubuntu1) ...
13:49:38 #9 38.73 Selecting previously unselected package libio-socket-ssl-perl.
13:49:38 #9 38.73 Preparing to unpack .../164-libio-socket-ssl-perl_2.069-1_all.deb ...
13:49:38 #9 38.74 Unpacking libio-socket-ssl-perl (2.069-1) ...
13:49:38 #9 38.78 Selecting previously unselected package libnet-http-perl.
13:49:38 #9 38.79 Preparing to unpack .../165-libnet-http-perl_6.20-1_all.deb ...
13:49:38 #9 38.79 Unpacking libnet-http-perl (6.20-1) ...
13:49:38 #9 38.82 Selecting previously unselected package liblwp-protocol-https-perl.
13:49:38 #9 38.82 Preparing to unpack .../166-liblwp-protocol-https-perl_6.10-1_all.deb ...
13:49:38 #9 38.83 Unpacking liblwp-protocol-https-perl (6.10-1) ...
13:49:38 #9 38.87 Selecting previously unselected package libtry-tiny-perl.
13:49:38 #9 38.87 Preparing to unpack .../167-libtry-tiny-perl_0.30-1_all.deb ...
13:49:38 #9 38.92 Unpacking libtry-tiny-perl (0.30-1) ...
13:49:38 #9 38.96 Selecting previously unselected package libwww-robotrules-perl.
13:49:38 #9 38.96 Preparing to unpack .../168-libwww-robotrules-perl_6.02-1_all.deb ...
13:49:38 #9 38.96 Unpacking libwww-robotrules-perl (6.02-1) ...
13:49:38 #9 38.99 Selecting previously unselected package libwww-perl.
13:49:38 #9 38.99 Preparing to unpack .../169-libwww-perl_6.53-1_all.deb ...
13:49:38 #9 38.99 Unpacking libwww-perl (6.53-1) ...
13:49:38 #9 39.03 Selecting previously unselected package patchutils.
13:49:38 #9 39.03 Preparing to unpack .../170-patchutils_0.4.2-1_armhf.deb ...
13:49:38 #9 39.04 Unpacking patchutils (0.4.2-1) ...
13:49:38 #9 39.07 Selecting previously unselected package wdiff.
13:49:38 #9 39.07 Preparing to unpack .../171-wdiff_1.2.2-2build2_armhf.deb ...
13:49:38 #9 39.08 Unpacking wdiff (1.2.2-2build2) ...
13:49:38 #9 39.12 Selecting previously unselected package devscripts.
13:49:38 #9 39.12 Preparing to unpack .../172-devscripts_2.21.4ubuntu1_armhf.deb ...
13:49:38 #9 39.14 Unpacking devscripts (2.21.4ubuntu1) ...
13:49:38 #9 39.20 Selecting previously unselected package diffstat.
13:49:38 #9 39.21 Preparing to unpack .../173-diffstat_1.64-1_armhf.deb ...
13:49:38 #9 39.21 Unpacking diffstat (1.64-1) ...
13:49:38 #9 39.25 Selecting previously unselected package python3-chardet.
13:49:38 #9 39.25 Preparing to unpack .../174-python3-chardet_4.0.0-1_all.deb ...
13:49:38 #9 39.25 Unpacking python3-chardet (4.0.0-1) ...
13:49:38 #9 39.32 Selecting previously unselected package python3-six.
13:49:38 #9 39.33 Preparing to unpack .../175-python3-six_1.16.0-2_all.deb ...
13:49:38 #9 39.33 Unpacking python3-six (1.16.0-2) ...
13:49:38 #9 39.36 Selecting previously unselected package zstd.
13:49:38 #9 39.36 Preparing to unpack .../176-zstd_1.4.8+dfsg-2.1_armhf.deb ...
13:49:38 #9 39.36 Unpacking zstd (1.4.8+dfsg-2.1) ...
13:49:38 #9 39.44 Selecting previously unselected package python3-debian.
13:49:38 #9 39.45 Preparing to unpack .../177-python3-debian_0.1.39ubuntu1_all.deb ...
13:49:38 #9 39.45 Unpacking python3-debian (0.1.39ubuntu1) ...
13:49:38 #9 39.49 Selecting previously unselected package libgpgme11:armhf.
13:49:39 #9 39.49 Preparing to unpack .../178-libgpgme11_1.14.0-1ubuntu4_armhf.deb ...
13:49:39 #9 39.50 Unpacking libgpgme11:armhf (1.14.0-1ubuntu4) ...
13:49:39 #9 39.53 Selecting previously unselected package python3-gpg.
13:49:39 #9 39.53 Preparing to unpack .../179-python3-gpg_1.14.0-1ubuntu4_armhf.deb ...
13:49:39 #9 39.54 Unpacking python3-gpg (1.14.0-1ubuntu4) ...
13:49:39 #9 39.59 Selecting previously unselected package dput.
13:49:39 #9 39.59 Preparing to unpack .../180-dput_1.1.0ubuntu2_all.deb ...
13:49:39 #9 39.59 Unpacking dput (1.1.0ubuntu2) ...
13:49:39 #9 39.63 Selecting previously unselected package fonts-dejavu-core.
13:49:39 #9 39.63 Preparing to unpack .../181-fonts-dejavu-core_2.37-2build1_all.deb ...
13:49:39 #9 39.64 Unpacking fonts-dejavu-core (2.37-2build1) ...
13:49:39 #9 39.76 Selecting previously unselected package fontconfig-config.
13:49:39 #9 39.76 Preparing to unpack .../182-fontconfig-config_2.13.1-4.2ubuntu3_all.deb ...
13:49:39 #9 39.77 Unpacking fontconfig-config (2.13.1-4.2ubuntu3) ...
13:49:39 #9 39.81 Selecting previously unselected package libcurl3-gnutls:armhf.
13:49:39 #9 39.81 Preparing to unpack .../183-libcurl3-gnutls_7.74.0-1.3ubuntu2.2_armhf.deb ...
13:49:39 #9 39.82 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3ubuntu2.2) ...
13:49:39 #9 39.85 Selecting previously unselected package liberror-perl.
13:49:39 #9 39.85 Preparing to unpack .../184-liberror-perl_0.17029-1_all.deb ...
13:49:39 #9 39.86 Unpacking liberror-perl (0.17029-1) ...
13:49:39 #9 39.89 Selecting previously unselected package git-man.
13:49:39 #9 39.89 Preparing to unpack .../185-git-man_1%3a2.32.0-1ubuntu1.2_all.deb ...
13:49:39 #9 39.89 Unpacking git-man (1:2.32.0-1ubuntu1.2) ...
13:49:39 #9 39.95 Selecting previously unselected package git.
13:49:39 #9 39.95 Preparing to unpack .../186-git_1%3a2.32.0-1ubuntu1.2_armhf.deb ...
13:49:39 #9 39.96 Unpacking git (1:2.32.0-1ubuntu1.2) ...
13:49:39 #9 40.09 Selecting previously unselected package libalgorithm-diff-perl.
13:49:39 #9 40.10 Preparing to unpack .../187-libalgorithm-diff-perl_1.201-1_all.deb ...
13:49:39 #9 40.10 Unpacking libalgorithm-diff-perl (1.201-1) ...
13:49:39 #9 40.13 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:49:39 #9 40.13 Preparing to unpack .../188-libalgorithm-diff-xs-perl_0.04-6build1_armhf.deb ...
13:49:39 #9 40.14 Unpacking libalgorithm-diff-xs-perl (0.04-6build1) ...
13:49:39 #9 40.16 Selecting previously unselected package libalgorithm-merge-perl.
13:49:39 #9 40.17 Preparing to unpack .../189-libalgorithm-merge-perl_0.08-3_all.deb ...
13:49:39 #9 40.17 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:49:39 #9 40.20 Selecting previously unselected package libaliased-perl.
13:49:39 #9 40.20 Preparing to unpack .../190-libaliased-perl_0.34-1.1_all.deb ...
13:49:39 #9 40.20 Unpacking libaliased-perl (0.34-1.1) ...
13:49:39 #9 40.23 Selecting previously unselected package libapt-pkg-perl.
13:49:39 #9 40.24 Preparing to unpack .../191-libapt-pkg-perl_0.1.40_armhf.deb ...
13:49:39 #9 40.24 Unpacking libapt-pkg-perl (0.1.40) ...
13:49:39 #9 40.27 Selecting previously unselected package libarchive-cpio-perl.
13:49:39 #9 40.27 Preparing to unpack .../192-libarchive-cpio-perl_0.10-1.1_all.deb ...
13:49:39 #9 40.28 Unpacking libarchive-cpio-perl (0.10-1.1) ...
13:49:39 #9 40.31 Selecting previously unselected package libarray-intspan-perl.
13:49:39 #9 40.31 Preparing to unpack .../193-libarray-intspan-perl_2.004-1_all.deb ...
13:49:39 #9 40.31 Unpacking libarray-intspan-perl (2.004-1) ...
13:49:39 #9 40.35 Selecting previously unselected package libmodule-implementation-perl.
13:49:39 #9 40.35 Preparing to unpack .../194-libmodule-implementation-perl_0.09-1.1_all.deb ...
13:49:39 #9 40.35 Unpacking libmodule-implementation-perl (0.09-1.1) ...
13:49:39 #9 40.38 Selecting previously unselected package libsub-exporter-progressive-perl.
13:49:39 #9 40.38 Preparing to unpack .../195-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:49:39 #9 40.39 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:49:39 #9 40.41 Selecting previously unselected package libvariable-magic-perl.
13:49:39 #9 40.41 Preparing to unpack .../196-libvariable-magic-perl_0.62-1build3_armhf.deb ...
13:49:39 #9 40.42 Unpacking libvariable-magic-perl (0.62-1build3) ...
13:49:39 #9 40.45 Selecting previously unselected package libb-hooks-endofscope-perl.
13:49:39 #9 40.45 Preparing to unpack .../197-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
13:49:39 #9 40.45 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
13:49:39 #9 40.49 Selecting previously unselected package libfreetype6:armhf.
13:49:39 #9 40.49 Preparing to unpack .../198-libfreetype6_2.10.4+dfsg-1build1_armhf.deb ...
13:49:39 #9 40.49 Unpacking libfreetype6:armhf (2.10.4+dfsg-1build1) ...
13:49:39 #9 40.55 Selecting previously unselected package libfontconfig1:armhf.
13:49:40 #9 40.55 Preparing to unpack .../199-libfontconfig1_2.13.1-4.2ubuntu3_armhf.deb ...
13:49:40 #9 40.56 Unpacking libfontconfig1:armhf (2.13.1-4.2ubuntu3) ...
13:49:40 #9 40.60 Selecting previously unselected package libjpeg-turbo8:armhf.
13:49:40 #9 40.61 Preparing to unpack .../200-libjpeg-turbo8_2.0.6-0ubuntu2_armhf.deb ...
13:49:40 #9 40.61 Unpacking libjpeg-turbo8:armhf (2.0.6-0ubuntu2) ...
13:49:40 #9 40.65 Selecting previously unselected package libjpeg8:armhf.
13:49:40 #9 40.65 Preparing to unpack .../201-libjpeg8_8c-2ubuntu8_armhf.deb ...
13:49:40 #9 40.65 Unpacking libjpeg8:armhf (8c-2ubuntu8) ...
13:49:40 #9 40.69 Selecting previously unselected package libdeflate0:armhf.
13:49:40 #9 40.69 Preparing to unpack .../202-libdeflate0_1.7-2ubuntu2_armhf.deb ...
13:49:40 #9 40.70 Unpacking libdeflate0:armhf (1.7-2ubuntu2) ...
13:49:40 #9 40.73 Selecting previously unselected package libjbig0:armhf.
13:49:40 #9 40.73 Preparing to unpack .../203-libjbig0_2.1-3.1build1_armhf.deb ...
13:49:40 #9 40.74 Unpacking libjbig0:armhf (2.1-3.1build1) ...
13:49:40 #9 40.77 Selecting previously unselected package libwebp6:armhf.
13:49:40 #9 40.78 Preparing to unpack .../204-libwebp6_0.6.1-2.1_armhf.deb ...
13:49:40 #9 40.78 Unpacking libwebp6:armhf (0.6.1-2.1) ...
13:49:40 #9 40.83 Selecting previously unselected package libtiff5:armhf.
13:49:40 #9 40.83 Preparing to unpack .../205-libtiff5_4.3.0-1ubuntu0.1_armhf.deb ...
13:49:40 #9 40.83 Unpacking libtiff5:armhf (4.3.0-1ubuntu0.1) ...
13:49:40 #9 40.87 Selecting previously unselected package libxpm4:armhf.
13:49:40 #9 40.87 Preparing to unpack .../206-libxpm4_1%3a3.5.12-1_armhf.deb ...
13:49:40 #9 40.88 Unpacking libxpm4:armhf (1:3.5.12-1) ...
13:49:40 #9 40.92 Selecting previously unselected package libgd3:armhf.
13:49:40 #9 40.92 Preparing to unpack .../207-libgd3_2.3.0-2ubuntu1_armhf.deb ...
13:49:40 #9 40.92 Unpacking libgd3:armhf (2.3.0-2ubuntu1) ...
13:49:40 #9 40.95 Selecting previously unselected package libc-devtools.
13:49:40 #9 40.96 Preparing to unpack .../208-libc-devtools_2.34-0ubuntu3.2_armhf.deb ...
13:49:40 #9 40.96 Unpacking libc-devtools (2.34-0ubuntu3.2) ...
13:49:40 #9 40.99 Selecting previously unselected package libcapture-tiny-perl.
13:49:40 #9 41.00 Preparing to unpack .../209-libcapture-tiny-perl_0.48-1_all.deb ...
13:49:40 #9 41.00 Unpacking libcapture-tiny-perl (0.48-1) ...
13:49:40 #9 41.03 Selecting previously unselected package libclass-data-inheritable-perl.
13:49:40 #9 41.04 Preparing to unpack .../210-libclass-data-inheritable-perl_0.08-3_all.deb ...
13:49:40 #9 41.04 Unpacking libclass-data-inheritable-perl (0.08-3) ...
13:49:40 #9 41.07 Selecting previously unselected package libclass-xsaccessor-perl.
13:49:40 #9 41.07 Preparing to unpack .../211-libclass-xsaccessor-perl_1.19-3build7_armhf.deb ...
13:49:40 #9 41.07 Unpacking libclass-xsaccessor-perl (1.19-3build7) ...
13:49:40 #9 41.11 Selecting previously unselected package libclone-perl.
13:49:40 #9 41.11 Preparing to unpack .../212-libclone-perl_0.45-1build1_armhf.deb ...
13:49:40 #9 41.12 Unpacking libclone-perl (0.45-1build1) ...
13:49:40 #9 41.15 Selecting previously unselected package libcommon-sense-perl.
13:49:40 #9 41.15 Preparing to unpack .../213-libcommon-sense-perl_3.75-1build4_armhf.deb ...
13:49:40 #9 41.15 Unpacking libcommon-sense-perl (3.75-1build4) ...
13:49:40 #9 41.18 Selecting previously unselected package libconfig-tiny-perl.
13:49:40 #9 41.19 Preparing to unpack .../214-libconfig-tiny-perl_2.26-1_all.deb ...
13:49:40 #9 41.20 Unpacking libconfig-tiny-perl (2.26-1) ...
13:49:40 #9 41.23 Selecting previously unselected package libparams-util-perl.
13:49:40 #9 41.24 Preparing to unpack .../215-libparams-util-perl_1.102-1build2_armhf.deb ...
13:49:40 #9 41.24 Unpacking libparams-util-perl (1.102-1build2) ...
13:49:40 #9 41.27 Selecting previously unselected package libsub-install-perl.
13:49:40 #9 41.27 Preparing to unpack .../216-libsub-install-perl_0.928-1.1_all.deb ...
13:49:40 #9 41.28 Unpacking libsub-install-perl (0.928-1.1) ...
13:49:40 #9 41.31 Selecting previously unselected package libdata-optlist-perl.
13:49:40 #9 41.31 Preparing to unpack .../217-libdata-optlist-perl_0.110-1.1_all.deb ...
13:49:40 #9 41.31 Unpacking libdata-optlist-perl (0.110-1.1) ...
13:49:40 #9 41.34 Selecting previously unselected package libsub-exporter-perl.
13:49:40 #9 41.34 Preparing to unpack .../218-libsub-exporter-perl_0.987-1_all.deb ...
13:49:40 #9 41.35 Unpacking libsub-exporter-perl (0.987-1) ...
13:49:40 #9 41.38 Selecting previously unselected package libconst-fast-perl.
13:49:40 #9 41.38 Preparing to unpack .../219-libconst-fast-perl_0.014-1.1_all.deb ...
13:49:40 #9 41.39 Unpacking libconst-fast-perl (0.014-1.1) ...
13:49:40 #9 41.42 Selecting previously unselected package libwant-perl.
13:49:40 #9 41.42 Preparing to unpack .../220-libwant-perl_0.29-1build6_armhf.deb ...
13:49:40 #9 41.42 Unpacking libwant-perl (0.29-1build6) ...
13:49:40 #9 41.45 Selecting previously unselected package libcontextual-return-perl.
13:49:40 #9 41.46 Preparing to unpack .../221-libcontextual-return-perl_0.004014-2_all.deb ...
13:49:40 #9 41.46 Unpacking libcontextual-return-perl (0.004014-2) ...
13:49:40 #9 41.49 Selecting previously unselected package libcpanel-json-xs-perl.
13:49:40 #9 41.49 Preparing to unpack .../222-libcpanel-json-xs-perl_4.25-1build1_armhf.deb ...
13:49:40 #9 41.50 Unpacking libcpanel-json-xs-perl (4.25-1build1) ...
13:49:40 #9 41.54 Selecting previously unselected package libdevel-stacktrace-perl.
13:49:41 #9 41.54 Preparing to unpack .../223-libdevel-stacktrace-perl_2.0400-1_all.deb ...
13:49:41 #9 41.54 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
13:49:41 #9 41.57 Selecting previously unselected package libexception-class-perl.
13:49:41 #9 41.57 Preparing to unpack .../224-libexception-class-perl_1.44-1_all.deb ...
13:49:41 #9 41.58 Unpacking libexception-class-perl (1.44-1) ...
13:49:41 #9 41.61 Selecting previously unselected package libiterator-perl.
13:49:41 #9 41.62 Preparing to unpack .../225-libiterator-perl_0.03+ds1-1.1_all.deb ...
13:49:41 #9 41.62 Unpacking libiterator-perl (0.03+ds1-1.1) ...
13:49:41 #9 41.65 Selecting previously unselected package libiterator-util-perl.
13:49:41 #9 41.66 Preparing to unpack .../226-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
13:49:41 #9 41.66 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
13:49:41 #9 41.69 Selecting previously unselected package libexporter-tiny-perl.
13:49:41 #9 41.69 Preparing to unpack .../227-libexporter-tiny-perl_1.002002-1_all.deb ...
13:49:41 #9 41.70 Unpacking libexporter-tiny-perl (1.002002-1) ...
13:49:41 #9 41.73 Selecting previously unselected package liblist-moreutils-xs-perl.
13:49:41 #9 41.73 Preparing to unpack .../228-liblist-moreutils-xs-perl_0.430-2_armhf.deb ...
13:49:41 #9 41.74 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
13:49:41 #9 41.77 Selecting previously unselected package liblist-moreutils-perl.
13:49:41 #9 41.77 Preparing to unpack .../229-liblist-moreutils-perl_0.430-2_all.deb ...
13:49:41 #9 41.78 Unpacking liblist-moreutils-perl (0.430-2) ...
13:49:41 #9 41.81 Selecting previously unselected package libdata-dpath-perl.
13:49:41 #9 41.81 Preparing to unpack .../230-libdata-dpath-perl_0.58-1_all.deb ...
13:49:41 #9 41.81 Unpacking libdata-dpath-perl (0.58-1) ...
13:49:41 #9 41.84 Selecting previously unselected package libdata-dump-perl.
13:49:41 #9 41.85 Preparing to unpack .../231-libdata-dump-perl_1.23-1.1_all.deb ...
13:49:41 #9 41.85 Unpacking libdata-dump-perl (1.23-1.1) ...
13:49:41 #9 41.88 Selecting previously unselected package libdata-messagepack-perl.
13:49:41 #9 41.88 Preparing to unpack .../232-libdata-messagepack-perl_1.01-2_armhf.deb ...
13:49:41 #9 41.89 Unpacking libdata-messagepack-perl (1.01-2) ...
13:49:41 #9 41.92 Selecting previously unselected package libnet-domain-tld-perl.
13:49:41 #9 41.92 Preparing to unpack .../233-libnet-domain-tld-perl_1.75-1.1_all.deb ...
13:49:41 #9 41.92 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
13:49:41 #9 41.96 Selecting previously unselected package libdata-validate-domain-perl.
13:49:41 #9 41.96 Preparing to unpack .../234-libdata-validate-domain-perl_0.10-1.1_all.deb ...
13:49:41 #9 41.96 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
13:49:41 #9 41.99 Selecting previously unselected package libdistro-info-perl.
13:49:41 #9 41.99 Preparing to unpack .../235-libdistro-info-perl_1.0_all.deb ...
13:49:41 #9 42.00 Unpacking libdistro-info-perl (1.0) ...
13:49:41 #9 42.03 Selecting previously unselected package libemail-address-xs-perl.
13:49:41 #9 42.03 Preparing to unpack .../236-libemail-address-xs-perl_1.04-1build5_armhf.deb ...
13:49:41 #9 42.04 Unpacking libemail-address-xs-perl (1.04-1build5) ...
13:49:41 #9 42.07 Selecting previously unselected package libipc-system-simple-perl.
13:49:41 #9 42.07 Preparing to unpack .../237-libipc-system-simple-perl_1.30-1_all.deb ...
13:49:41 #9 42.07 Unpacking libipc-system-simple-perl (1.30-1) ...
13:49:41 #9 42.10 Selecting previously unselected package libfile-basedir-perl.
13:49:41 #9 42.10 Preparing to unpack .../238-libfile-basedir-perl_0.08-1_all.deb ...
13:49:41 #9 42.11 Unpacking libfile-basedir-perl (0.08-1) ...
13:49:41 #9 42.14 Selecting previously unselected package libfile-chdir-perl.
13:49:41 #9 42.14 Preparing to unpack .../239-libfile-chdir-perl_0.1008-1.1_all.deb ...
13:49:41 #9 42.15 Unpacking libfile-chdir-perl (0.1008-1.1) ...
13:49:41 #9 42.18 Selecting previously unselected package libfile-fcntllock-perl.
13:49:41 #9 42.18 Preparing to unpack .../240-libfile-fcntllock-perl_0.22-3build5_armhf.deb ...
13:49:41 #9 42.18 Unpacking libfile-fcntllock-perl (0.22-3build5) ...
13:49:41 #9 42.21 Selecting previously unselected package libnumber-compare-perl.
13:49:41 #9 42.22 Preparing to unpack .../241-libnumber-compare-perl_0.03-1.1_all.deb ...
13:49:41 #9 42.22 Unpacking libnumber-compare-perl (0.03-1.1) ...
13:49:41 #9 42.25 Selecting previously unselected package libtext-glob-perl.
13:49:41 #9 42.25 Preparing to unpack .../242-libtext-glob-perl_0.11-1_all.deb ...
13:49:41 #9 42.26 Unpacking libtext-glob-perl (0.11-1) ...
13:49:41 #9 42.29 Selecting previously unselected package libfile-find-rule-perl.
13:49:41 #9 42.29 Preparing to unpack .../243-libfile-find-rule-perl_0.34-1_all.deb ...
13:49:41 #9 42.30 Unpacking libfile-find-rule-perl (0.34-1) ...
13:49:41 #9 42.33 Selecting previously unselected package libfont-afm-perl.
13:49:41 #9 42.33 Preparing to unpack .../244-libfont-afm-perl_1.20-3_all.deb ...
13:49:41 #9 42.33 Unpacking libfont-afm-perl (1.20-3) ...
13:49:41 #9 42.36 Selecting previously unselected package libio-string-perl.
13:49:41 #9 42.37 Preparing to unpack .../245-libio-string-perl_1.08-3.1_all.deb ...
13:49:41 #9 42.37 Unpacking libio-string-perl (1.08-3.1) ...
13:49:41 #9 42.40 Selecting previously unselected package libfont-ttf-perl.
13:49:41 #9 42.40 Preparing to unpack .../246-libfont-ttf-perl_1.06-1.1_all.deb ...
13:49:41 #9 42.41 Unpacking libfont-ttf-perl (1.06-1.1) ...
13:49:41 #9 42.47 Selecting previously unselected package libio-stringy-perl.
13:49:41 #9 42.47 Preparing to unpack .../247-libio-stringy-perl_2.111-3_all.deb ...
13:49:41 #9 42.47 Unpacking libio-stringy-perl (2.111-3) ...
13:49:41 #9 42.51 Selecting previously unselected package libparams-validate-perl:armhf.
13:49:41 #9 42.51 Preparing to unpack .../248-libparams-validate-perl_1.30-1build2_armhf.deb ...
13:49:41 #9 42.51 Unpacking libparams-validate-perl:armhf (1.30-1build2) ...
13:49:41 #9 42.54 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:49:41 #9 42.55 Preparing to unpack .../249-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
13:49:41 #9 42.55 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
13:49:41 #9 42.58 Selecting previously unselected package libsort-versions-perl.
13:49:42 #9 42.58 Preparing to unpack .../250-libsort-versions-perl_1.62-1_all.deb ...
13:49:42 #9 42.59 Unpacking libsort-versions-perl (1.62-1) ...
13:49:42 #9 42.66 Selecting previously unselected package libgit-wrapper-perl.
13:49:42 #9 42.66 Preparing to unpack .../251-libgit-wrapper-perl_0.048-1_all.deb ...
13:49:42 #9 42.66 Unpacking libgit-wrapper-perl (0.048-1) ...
13:49:42 #9 42.70 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:49:42 #9 42.70 Preparing to unpack .../252-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
13:49:42 #9 42.70 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
13:49:42 #9 42.74 Selecting previously unselected package libio-prompter-perl.
13:49:42 #9 42.74 Preparing to unpack .../253-libio-prompter-perl_0.004015-1_all.deb ...
13:49:42 #9 42.74 Unpacking libio-prompter-perl (0.004015-1) ...
13:49:42 #9 42.78 Selecting previously unselected package libjson-perl.
13:49:42 #9 42.78 Preparing to unpack .../254-libjson-perl_4.03000-1_all.deb ...
13:49:42 #9 42.79 Unpacking libjson-perl (4.03000-1) ...
13:49:42 #9 42.82 Selecting previously unselected package liblog-any-perl.
13:49:42 #9 42.83 Preparing to unpack .../255-liblog-any-perl_1.709-1_all.deb ...
13:49:42 #9 42.83 Unpacking liblog-any-perl (1.709-1) ...
13:49:42 #9 42.87 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:49:42 #9 42.87 Preparing to unpack .../256-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
13:49:42 #9 42.87 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
13:49:42 #9 42.91 Selecting previously unselected package libpackage-stash-perl.
13:49:42 #9 42.91 Preparing to unpack .../257-libpackage-stash-perl_0.39-1_all.deb ...
13:49:42 #9 42.91 Unpacking libpackage-stash-perl (0.39-1) ...
13:49:42 #9 42.95 Selecting previously unselected package libsub-identify-perl.
13:49:42 #9 42.95 Preparing to unpack .../258-libsub-identify-perl_0.14-1build4_armhf.deb ...
13:49:42 #9 42.96 Unpacking libsub-identify-perl (0.14-1build4) ...
13:49:42 #9 42.99 Selecting previously unselected package libsub-name-perl.
13:49:42 #9 42.99 Preparing to unpack .../259-libsub-name-perl_0.26-1build2_armhf.deb ...
13:49:42 #9 42.99 Unpacking libsub-name-perl (0.26-1build2) ...
13:49:42 #9 43.02 Selecting previously unselected package libnamespace-clean-perl.
13:49:42 #9 43.02 Preparing to unpack .../260-libnamespace-clean-perl_0.27-1_all.deb ...
13:49:42 #9 43.03 Unpacking libnamespace-clean-perl (0.27-1) ...
13:49:42 #9 43.06 Selecting previously unselected package libpath-tiny-perl.
13:49:42 #9 43.06 Preparing to unpack .../261-libpath-tiny-perl_0.118-1_all.deb ...
13:49:42 #9 43.07 Unpacking libpath-tiny-perl (0.118-1) ...
13:49:42 #9 43.10 Selecting previously unselected package libtype-tiny-perl.
13:49:42 #9 43.10 Preparing to unpack .../262-libtype-tiny-perl_1.012002-1_all.deb ...
13:49:42 #9 43.10 Unpacking libtype-tiny-perl (1.012002-1) ...
13:49:42 #9 43.16 Selecting previously unselected package libgitlab-api-v4-perl.
13:49:42 #9 43.16 Preparing to unpack .../263-libgitlab-api-v4-perl_0.26-1_all.deb ...
13:49:42 #9 43.16 Unpacking libgitlab-api-v4-perl (0.26-1) ...
13:49:42 #9 43.20 Selecting previously unselected package libhash-fieldhash-perl.
13:49:42 #9 43.20 Preparing to unpack .../264-libhash-fieldhash-perl_0.15-1build4_armhf.deb ...
13:49:42 #9 43.21 Unpacking libhash-fieldhash-perl (0.15-1build4) ...
13:49:42 #9 43.24 Selecting previously unselected package libhtml-form-perl.
13:49:42 #9 43.24 Preparing to unpack .../265-libhtml-form-perl_6.07-1_all.deb ...
13:49:42 #9 43.24 Unpacking libhtml-form-perl (6.07-1) ...
13:49:42 #9 43.28 Selecting previously unselected package libhtml-format-perl.
13:49:42 #9 43.28 Preparing to unpack .../266-libhtml-format-perl_2.12-1.1_all.deb ...
13:49:42 #9 43.28 Unpacking libhtml-format-perl (2.12-1.1) ...
13:49:42 #9 43.32 Selecting previously unselected package libhtml-html5-entities-perl.
13:49:42 #9 43.32 Preparing to unpack .../267-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
13:49:42 #9 43.32 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
13:49:42 #9 43.35 Selecting previously unselected package libhttp-daemon-perl.
13:49:42 #9 43.36 Preparing to unpack .../268-libhttp-daemon-perl_6.12-1_all.deb ...
13:49:42 #9 43.36 Unpacking libhttp-daemon-perl (6.12-1) ...
13:49:42 #9 43.39 Selecting previously unselected package libtypes-serialiser-perl.
13:49:42 #9 43.40 Preparing to unpack .../269-libtypes-serialiser-perl_1.01-1_all.deb ...
13:49:42 #9 43.40 Unpacking libtypes-serialiser-perl (1.01-1) ...
13:49:42 #9 43.44 Selecting previously unselected package libjson-xs-perl.
13:49:42 #9 43.44 Preparing to unpack .../270-libjson-xs-perl_4.030-1build2_armhf.deb ...
13:49:42 #9 43.44 Unpacking libjson-xs-perl (4.030-1build2) ...
13:49:42 #9 43.48 Selecting previously unselected package libjson-maybexs-perl.
13:49:42 #9 43.48 Preparing to unpack .../271-libjson-maybexs-perl_1.004003-1_all.deb ...
13:49:42 #9 43.49 Unpacking libjson-maybexs-perl (1.004003-1) ...
13:49:42 #9 43.52 Selecting previously unselected package libldap-common.
13:49:42 #9 43.52 Preparing to unpack .../272-libldap-common_2.5.6+dfsg-1~exp1ubuntu1.1_all.deb ...
13:49:42 #9 43.53 Unpacking libldap-common (2.5.6+dfsg-1~exp1ubuntu1.1) ...
13:49:42 #9 43.56 Selecting previously unselected package liblist-compare-perl.
13:49:42 #9 43.56 Preparing to unpack .../273-liblist-compare-perl_0.55-1_all.deb ...
13:49:42 #9 43.57 Unpacking liblist-compare-perl (0.55-1) ...
13:49:42 #9 43.60 Selecting previously unselected package liblist-someutils-perl.
13:49:42 #9 43.60 Preparing to unpack .../274-liblist-someutils-perl_0.58-1_all.deb ...
13:49:42 #9 43.61 Unpacking liblist-someutils-perl (0.58-1) ...
13:49:42 #9 43.64 Selecting previously unselected package liblist-someutils-xs-perl.
13:49:43 #9 43.64 Preparing to unpack .../275-liblist-someutils-xs-perl_0.58-2build2_armhf.deb ...
13:49:43 #9 43.65 Unpacking liblist-someutils-xs-perl (0.58-2build2) ...
13:49:43 #9 43.67 Selecting previously unselected package liblist-utilsby-perl.
13:49:43 #9 43.68 Preparing to unpack .../276-liblist-utilsby-perl_0.11-1_all.deb ...
13:49:43 #9 43.68 Unpacking liblist-utilsby-perl (0.11-1) ...
13:49:43 #9 43.72 Selecting previously unselected package libltdl7:armhf.
13:49:43 #9 43.72 Preparing to unpack .../277-libltdl7_2.4.6-15_armhf.deb ...
13:49:43 #9 43.72 Unpacking libltdl7:armhf (2.4.6-15) ...
13:49:43 #9 43.75 Selecting previously unselected package libltdl-dev:armhf.
13:49:43 #9 43.75 Preparing to unpack .../278-libltdl-dev_2.4.6-15_armhf.deb ...
13:49:43 #9 43.76 Unpacking libltdl-dev:armhf (2.4.6-15) ...
13:49:43 #9 43.81 Selecting previously unselected package liblzo2-2:armhf.
13:49:43 #9 43.81 Preparing to unpack .../279-liblzo2-2_2.10-2build1_armhf.deb ...
13:49:43 #9 43.82 Unpacking liblzo2-2:armhf (2.10-2build1) ...
13:49:43 #9 43.85 Selecting previously unselected package libsys-hostname-long-perl.
13:49:43 #9 43.85 Preparing to unpack .../280-libsys-hostname-long-perl_1.5-2_all.deb ...
13:49:43 #9 43.85 Unpacking libsys-hostname-long-perl (1.5-2) ...
13:49:43 #9 43.88 Selecting previously unselected package libmail-sendmail-perl.
13:49:43 #9 43.88 Preparing to unpack .../281-libmail-sendmail-perl_0.80-1.1_all.deb ...
13:49:43 #9 43.89 Unpacking libmail-sendmail-perl (0.80-1.1) ...
13:49:43 #9 43.92 Selecting previously unselected package libnet-smtp-ssl-perl.
13:49:43 #9 43.92 Preparing to unpack .../282-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:49:43 #9 43.92 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:49:43 #9 43.95 Selecting previously unselected package libmailtools-perl.
13:49:43 #9 43.95 Preparing to unpack .../283-libmailtools-perl_2.21-1_all.deb ...
13:49:43 #9 43.96 Unpacking libmailtools-perl (2.21-1) ...
13:49:43 #9 44.01 Selecting previously unselected package libmarkdown2:armhf.
13:49:43 #9 44.01 Preparing to unpack .../284-libmarkdown2_2.2.6-1ubuntu2_armhf.deb ...
13:49:43 #9 44.02 Unpacking libmarkdown2:armhf (2.2.6-1ubuntu2) ...
13:49:43 #9 44.05 Selecting previously unselected package libmoox-aliases-perl.
13:49:43 #9 44.05 Preparing to unpack .../285-libmoox-aliases-perl_0.001006-1.1_all.deb ...
13:49:43 #9 44.05 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
13:49:43 #9 44.09 Selecting previously unselected package libnamespace-autoclean-perl.
13:49:43 #9 44.09 Preparing to unpack .../286-libnamespace-autoclean-perl_0.29-1_all.deb ...
13:49:43 #9 44.09 Unpacking libnamespace-autoclean-perl (0.29-1) ...
13:49:43 #9 44.12 Selecting previously unselected package libobject-id-perl.
13:49:43 #9 44.13 Preparing to unpack .../287-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
13:49:43 #9 44.13 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
13:49:43 #9 44.16 Selecting previously unselected package libmoox-struct-perl.
13:49:43 #9 44.16 Preparing to unpack .../288-libmoox-struct-perl_0.020-1_all.deb ...
13:49:43 #9 44.17 Unpacking libmoox-struct-perl (0.020-1) ...
13:49:43 #9 44.19 Selecting previously unselected package libmouse-perl.
13:49:43 #9 44.20 Preparing to unpack .../289-libmouse-perl_2.5.10-1build2_armhf.deb ...
13:49:43 #9 44.20 Unpacking libmouse-perl (2.5.10-1build2) ...
13:49:43 #9 44.25 Selecting previously unselected package libnumber-range-perl.
13:49:43 #9 44.25 Preparing to unpack .../290-libnumber-range-perl_0.12-1.1_all.deb ...
13:49:43 #9 44.25 Unpacking libnumber-range-perl (0.12-1.1) ...
13:49:43 #9 44.28 Selecting previously unselected package libpackage-stash-xs-perl.
13:49:43 #9 44.28 Preparing to unpack .../291-libpackage-stash-xs-perl_0.29-1build4_armhf.deb ...
13:49:43 #9 44.29 Unpacking libpackage-stash-xs-perl (0.29-1build4) ...
13:49:43 #9 44.31 Selecting previously unselected package libpath-iterator-rule-perl.
13:49:43 #9 44.32 Preparing to unpack .../292-libpath-iterator-rule-perl_1.014-1_all.deb ...
13:49:43 #9 44.32 Unpacking libpath-iterator-rule-perl (1.014-1) ...
13:49:43 #9 44.35 Selecting previously unselected package libperlio-gzip-perl.
13:49:43 #9 44.35 Preparing to unpack .../293-libperlio-gzip-perl_0.19-1build7_armhf.deb ...
13:49:43 #9 44.36 Unpacking libperlio-gzip-perl (0.19-1build7) ...
13:49:43 #9 44.39 Selecting previously unselected package libpod-parser-perl.
13:49:43 #9 44.39 Preparing to unpack .../294-libpod-parser-perl_1.63-2_all.deb ...
13:49:43 #9 44.40 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
13:49:43 #9 44.42 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
13:49:43 #9 44.42 Unpacking libpod-parser-perl (1.63-2) ...
13:49:43 #9 44.45 Selecting previously unselected package libpod-constants-perl.
13:49:43 #9 44.46 Preparing to unpack .../295-libpod-constants-perl_0.19-2_all.deb ...
13:49:43 #9 44.46 Unpacking libpod-constants-perl (0.19-2) ...
13:49:43 #9 44.49 Selecting previously unselected package libproc-processtable-perl.
13:49:43 #9 44.49 Preparing to unpack .../296-libproc-processtable-perl_0.59-2build2_armhf.deb ...
13:49:43 #9 44.50 Unpacking libproc-processtable-perl (0.59-2build2) ...
13:49:43 #9 44.54 Selecting previously unselected package libre2-9:armhf.
13:49:43 #9 44.54 Preparing to unpack .../297-libre2-9_20210801+dfsg-1_armhf.deb ...
13:49:43 #9 44.54 Unpacking libre2-9:armhf (20210801+dfsg-1) ...
13:49:43 #9 44.58 Selecting previously unselected package libre-engine-re2-perl:armhf.
13:49:43 #9 44.58 Preparing to unpack .../298-libre-engine-re2-perl_0.14-1build1_armhf.deb ...
13:49:43 #9 44.58 Unpacking libre-engine-re2-perl:armhf (0.14-1build1) ...
13:49:43 #9 44.61 Selecting previously unselected package libreadonly-perl.
13:49:43 #9 44.61 Preparing to unpack .../299-libreadonly-perl_2.050-3_all.deb ...
13:49:43 #9 44.62 Unpacking libreadonly-perl (2.050-3) ...
13:49:43 #9 44.65 Selecting previously unselected package libref-util-perl.
13:49:43 #9 44.65 Preparing to unpack .../300-libref-util-perl_0.204-1_all.deb ...
13:49:43 #9 44.65 Unpacking libref-util-perl (0.204-1) ...
13:49:43 #9 44.68 Selecting previously unselected package libref-util-xs-perl.
13:49:43 #9 44.68 Preparing to unpack .../301-libref-util-xs-perl_0.117-1build3_armhf.deb ...
13:49:43 #9 44.68 Unpacking libref-util-xs-perl (0.117-1build3) ...
13:49:43 #9 44.71 Selecting previously unselected package libregexp-pattern-license-perl.
13:49:44 #9 44.71 Preparing to unpack .../302-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
13:49:44 #9 44.72 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
13:49:44 #9 44.75 Selecting previously unselected package libregexp-pattern-perl.
13:49:44 #9 44.76 Preparing to unpack .../303-libregexp-pattern-perl_0.2.14-1_all.deb ...
13:49:44 #9 44.76 Unpacking libregexp-pattern-perl (0.2.14-1) ...
13:49:44 #9 44.79 Selecting previously unselected package libsasl2-modules:armhf.
13:49:44 #9 44.79 Preparing to unpack .../304-libsasl2-modules_2.1.27+dfsg-2.1ubuntu0.1_armhf.deb ...
13:49:44 #9 44.80 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-2.1ubuntu0.1) ...
13:49:44 #9 44.83 Selecting previously unselected package libsereal-decoder-perl.
13:49:44 #9 44.83 Preparing to unpack .../305-libsereal-decoder-perl_4.018+ds-1build1_armhf.deb ...
13:49:44 #9 44.84 Unpacking libsereal-decoder-perl (4.018+ds-1build1) ...
13:49:44 #9 44.88 Selecting previously unselected package libsereal-encoder-perl.
13:49:44 #9 44.88 Preparing to unpack .../306-libsereal-encoder-perl_4.018+ds-1build1_armhf.deb ...
13:49:44 #9 44.89 Unpacking libsereal-encoder-perl (4.018+ds-1build1) ...
13:49:44 #9 44.93 Selecting previously unselected package libsort-key-perl.
13:49:44 #9 44.93 Preparing to unpack .../307-libsort-key-perl_1.33-2build4_armhf.deb ...
13:49:44 #9 44.93 Unpacking libsort-key-perl (1.33-2build4) ...
13:49:44 #9 44.96 Selecting previously unselected package libstring-copyright-perl.
13:49:44 #9 44.97 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ...
13:49:44 #9 44.97 Unpacking libstring-copyright-perl (0.003006-1) ...
13:49:44 #9 45.01 Selecting previously unselected package libstring-escape-perl.
13:49:44 #9 45.01 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ...
13:49:44 #9 45.01 Unpacking libstring-escape-perl (2010.002-2) ...
13:49:44 #9 45.04 Selecting previously unselected package libstring-shellquote-perl.
13:49:44 #9 45.04 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ...
13:49:44 #9 45.05 Unpacking libstring-shellquote-perl (1.04-1) ...
13:49:44 #9 45.08 Selecting previously unselected package libterm-readkey-perl.
13:49:44 #9 45.08 Preparing to unpack .../311-libterm-readkey-perl_2.38-1build2_armhf.deb ...
13:49:44 #9 45.09 Unpacking libterm-readkey-perl (2.38-1build2) ...
13:49:44 #9 45.12 Selecting previously unselected package libtext-levenshteinxs-perl.
13:49:44 #9 45.12 Preparing to unpack .../312-libtext-levenshteinxs-perl_0.03-4build9_armhf.deb ...
13:49:44 #9 45.12 Unpacking libtext-levenshteinxs-perl (0.03-4build9) ...
13:49:44 #9 45.15 Selecting previously unselected package libtext-markdown-discount-perl:armhf.
13:49:44 #9 45.16 Preparing to unpack .../313-libtext-markdown-discount-perl_0.12-1build2_armhf.deb ...
13:49:44 #9 45.16 Unpacking libtext-markdown-discount-perl:armhf (0.12-1build2) ...
13:49:44 #9 45.19 Selecting previously unselected package libtext-xslate-perl.
13:49:44 #9 45.20 Preparing to unpack .../314-libtext-xslate-perl_3.5.8-1build2_armhf.deb ...
13:49:44 #9 45.20 Unpacking libtext-xslate-perl (3.5.8-1build2) ...
13:49:44 #9 45.24 Selecting previously unselected package libtime-duration-perl.
13:49:44 #9 45.24 Preparing to unpack .../315-libtime-duration-perl_1.21-1_all.deb ...
13:49:44 #9 45.25 Unpacking libtime-duration-perl (1.21-1) ...
13:49:44 #9 45.28 Selecting previously unselected package libtime-moment-perl.
13:49:44 #9 45.28 Preparing to unpack .../316-libtime-moment-perl_0.44-1build4_armhf.deb ...
13:49:44 #9 45.29 Unpacking libtime-moment-perl (0.44-1build4) ...
13:49:44 #9 45.32 Selecting previously unselected package libtype-tiny-xs-perl.
13:49:44 #9 45.32 Preparing to unpack .../317-libtype-tiny-xs-perl_0.022-1_armhf.deb ...
13:49:44 #9 45.33 Unpacking libtype-tiny-xs-perl (0.022-1) ...
13:49:44 #9 45.36 Selecting previously unselected package libunicode-utf8-perl.
13:49:44 #9 45.36 Preparing to unpack .../318-libunicode-utf8-perl_0.62-1build2_armhf.deb ...
13:49:44 #9 45.36 Unpacking libunicode-utf8-perl (0.62-1build2) ...
13:49:44 #9 45.40 Selecting previously unselected package libxml-namespacesupport-perl.
13:49:45 #9 45.40 Preparing to unpack .../319-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
13:49:45 #9 45.40 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
13:49:45 #9 45.43 Selecting previously unselected package libxml-sax-base-perl.
13:49:45 #9 45.43 Preparing to unpack .../320-libxml-sax-base-perl_1.09-1.1_all.deb ...
13:49:45 #9 45.44 Unpacking libxml-sax-base-perl (1.09-1.1) ...
13:49:45 #9 45.47 Selecting previously unselected package libxml-sax-perl.
13:49:45 #9 45.47 Preparing to unpack .../321-libxml-sax-perl_1.02+dfsg-1_all.deb ...
13:49:45 #9 45.48 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
13:49:45 #9 45.52 Selecting previously unselected package libxml-libxml-perl.
13:49:45 #9 45.52 Preparing to unpack .../322-libxml-libxml-perl_2.0134+dfsg-2build1_armhf.deb ...
13:49:45 #9 45.53 Unpacking libxml-libxml-perl (2.0134+dfsg-2build1) ...
13:49:45 #9 45.58 Selecting previously unselected package libxml-parser-perl:armhf.
13:49:45 #9 45.58 Preparing to unpack .../323-libxml-parser-perl_2.46-2_armhf.deb ...
13:49:45 #9 45.58 Unpacking libxml-parser-perl:armhf (2.46-2) ...
13:49:45 #9 45.63 Selecting previously unselected package libxml-sax-expat-perl.
13:49:45 #9 45.64 Preparing to unpack .../324-libxml-sax-expat-perl_0.51-1_all.deb ...
13:49:45 #9 45.64 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:49:45 #9 45.67 Selecting previously unselected package libyaml-libyaml-perl.
13:49:45 #9 45.67 Preparing to unpack .../325-libyaml-libyaml-perl_0.82+repack-1build1_armhf.deb ...
13:49:45 #9 45.68 Unpacking libyaml-libyaml-perl (0.82+repack-1build1) ...
13:49:45 #9 45.71 Selecting previously unselected package licensecheck.
13:49:45 #9 45.71 Preparing to unpack .../326-licensecheck_3.1.1-2_all.deb ...
13:49:45 #9 45.72 Unpacking licensecheck (3.1.1-2) ...
13:49:45 #9 45.76 Selecting previously unselected package libdevel-size-perl.
13:49:45 #9 45.76 Preparing to unpack .../327-libdevel-size-perl_0.83-1build3_armhf.deb ...
13:49:45 #9 45.76 Unpacking libdevel-size-perl (0.83-1build3) ...
13:49:45 #9 45.79 Selecting previously unselected package libipc-run3-perl.
13:49:45 #9 45.79 Preparing to unpack .../328-libipc-run3-perl_0.048-2_all.deb ...
13:49:45 #9 45.80 Unpacking libipc-run3-perl (0.048-2) ...
13:49:45 #9 45.83 Selecting previously unselected package lzip.
13:49:45 #9 45.84 Preparing to unpack .../329-lzip_1.22-3_armhf.deb ...
13:49:45 #9 45.84 Unpacking lzip (1.22-3) ...
13:49:45 #9 45.88 Selecting previously unselected package lzop.
13:49:45 #9 45.88 Preparing to unpack .../330-lzop_1.04-2build1_armhf.deb ...
13:49:45 #9 45.88 Unpacking lzop (1.04-2build1) ...
13:49:45 #9 45.91 Selecting previously unselected package t1utils.
13:49:45 #9 45.92 Preparing to unpack .../331-t1utils_1.41-4build1_armhf.deb ...
13:49:45 #9 45.92 Unpacking t1utils (1.41-4build1) ...
13:49:45 #9 45.96 Selecting previously unselected package unzip.
13:49:45 #9 45.96 Preparing to unpack .../332-unzip_6.0-26ubuntu1_armhf.deb ...
13:49:45 #9 45.96 Unpacking unzip (6.0-26ubuntu1) ...
13:49:45 #9 46.02 Selecting previously unselected package lintian.
13:49:45 #9 46.02 Preparing to unpack .../333-lintian_2.104.0ubuntu3.2_all.deb ...
13:49:45 #9 46.02 Unpacking lintian (2.104.0ubuntu3.2) ...
13:49:45 #9 46.27 Selecting previously unselected package manpages-dev.
13:49:45 #9 46.27 Preparing to unpack .../334-manpages-dev_5.10-1ubuntu1_all.deb ...
13:49:45 #9 46.28 Unpacking manpages-dev (5.10-1ubuntu1) ...
13:49:46 #9 46.54 Selecting previously unselected package python3-certifi.
13:49:46 #9 46.54 Preparing to unpack .../335-python3-certifi_2020.6.20-1_all.deb ...
13:49:46 #9 46.55 Unpacking python3-certifi (2020.6.20-1) ...
13:49:46 #9 46.60 Selecting previously unselected package python3-idna.
13:49:46 #9 46.60 Preparing to unpack .../336-python3-idna_2.10-1_all.deb ...
13:49:46 #9 46.61 Unpacking python3-idna (2.10-1) ...
13:49:46 #9 46.64 Selecting previously unselected package python3-urllib3.
13:49:46 #9 46.65 Preparing to unpack .../337-python3-urllib3_1.26.5-1~exp1_all.deb ...
13:49:46 #9 46.65 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
13:49:46 #9 46.69 Selecting previously unselected package python3-requests.
13:49:46 #9 46.69 Preparing to unpack .../338-python3-requests_2.25.1+dfsg-2_all.deb ...
13:49:46 #9 46.70 Unpacking python3-requests (2.25.1+dfsg-2) ...
13:49:46 #9 46.74 Selecting previously unselected package python3-unidiff.
13:49:46 #9 46.74 Preparing to unpack .../339-python3-unidiff_0.5.5-2_all.deb ...
13:49:46 #9 46.74 Unpacking python3-unidiff (0.5.5-2) ...
13:49:46 #9 46.78 Selecting previously unselected package python3-xdg.
13:49:46 #9 46.78 Preparing to unpack .../340-python3-xdg_0.27-2_all.deb ...
13:49:46 #9 46.79 Unpacking python3-xdg (0.27-2) ...
13:49:46 #9 46.82 Selecting previously unselected package equivs.
13:49:46 #9 46.82 Preparing to unpack .../341-equivs_2.3.1_all.deb ...
13:49:46 #9 46.83 Unpacking equivs (2.3.1) ...
13:49:46 #9 46.86 Selecting previously unselected package libauthen-sasl-perl.
13:49:46 #9 46.86 Preparing to unpack .../342-libauthen-sasl-perl_2.1600-1.1_all.deb ...
13:49:46 #9 46.86 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
13:49:46 #9 46.90 Selecting previously unselected package python3-magic.
13:49:46 #9 46.90 Preparing to unpack .../343-python3-magic_2%3a0.4.20-3_all.deb ...
13:49:46 #9 46.91 Unpacking python3-magic (2:0.4.20-3) ...
13:49:46 #9 46.95 Setting up libksba8:armhf (1.5.1-1) ...
13:49:46 #9 46.96 Setting up media-types (4.0.0) ...
13:49:46 #9 46.98 Setting up libpipeline1:armhf (1.5.3-1build1) ...
13:49:46 #9 46.99 Setting up wdiff (1.2.2-2build2) ...
13:49:46 #9 47.01 Setting up libxau6:armhf (1:1.0.9-1build3) ...
13:49:46 #9 47.02 Setting up libre2-9:armhf (20210801+dfsg-1) ...
13:49:46 #9 47.03 Setting up lto-disabled-list (16) ...
13:49:46 #9 47.04 Setting up libpsl5:armhf (0.21.0-1.2) ...
13:49:46 #9 47.06 Setting up bsdextrautils (2.36.1-8ubuntu2.2) ...
13:49:46 #9 47.07 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
13:49:46 #9 47.07 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/write.ul.1.gz (of link group write) doesn't exist
13:49:46 #9 47.08 Setting up libicu67:armhf (67.1-7ubuntu1) ...
13:49:46 #9 47.09 Setting up libmagic-mgc (1:5.39-3) ...
13:49:46 #9 47.10 Setting up libyaml-0-2:armhf (0.2.2-1) ...
13:49:46 #9 47.11 Setting up distro-info-data (0.51ubuntu1.2) ...
13:49:46 #9 47.13 Setting up manpages (5.10-1ubuntu1) ...
13:49:46 #9 47.14 Setting up unzip (6.0-26ubuntu1) ...
13:49:46 #9 47.16 Setting up perl-modules-5.32 (5.32.1-3ubuntu3) ...
13:49:46 #9 47.17 Setting up libbrotli1:armhf (1.0.9-2build3) ...
13:49:46 #9 47.18 Setting up libsqlite3-0:armhf (3.35.5-1ubuntu0.1) ...
13:49:46 #9 47.19 Setting up libsasl2-modules:armhf (2.1.27+dfsg-2.1ubuntu0.1) ...
13:49:46 #9 47.21 Setting up binutils-common:armhf (2.37-7ubuntu1) ...
13:49:46 #9 47.23 Setting up libnghttp2-14:armhf (1.43.0-1) ...
13:49:46 #9 47.24 Setting up libmagic1:armhf (1:5.39-3) ...
13:49:46 #9 47.26 Setting up libdeflate0:armhf (1.7-2ubuntu2) ...
13:49:46 #9 47.27 Setting up less (551-2) ...
13:49:46 #9 47.29 Setting up perl-openssl-defaults:armhf (5) ...
13:49:46 #9 47.30 Setting up linux-libc-dev:armhf (5.13.0-44.49) ...
13:49:46 #9 47.32 Setting up libctf-nobfd0:armhf (2.37-7ubuntu1) ...
13:49:46 #9 47.33 Setting up gettext-base (0.21-4ubuntu3) ...
13:49:46 #9 47.34 Setting up liblzo2-2:armhf (2.10-2build1) ...
13:49:46 #9 47.35 Setting up libnpth0:armhf (1.6-3) ...
13:49:46 #9 47.37 Setting up file (1:5.39-3) ...
13:49:46 #9 47.38 Setting up libassuan0:armhf (2.5.5-1) ...
13:49:46 #9 47.39 Setting up libgomp1:armhf (11.2.0-7ubuntu2) ...
13:49:46 #9 47.41 Setting up libcbor0.6:armhf (0.6.0-0ubuntu3) ...
13:49:46 #9 47.42 Setting up bzip2 (1.0.8-4ubuntu3) ...
13:49:47 #9 47.43 Setting up libldap-common (2.5.6+dfsg-1~exp1ubuntu1.1) ...
13:49:47 #9 47.45 Setting up libjbig0:armhf (2.1-3.1build1) ...
13:49:47 #9 47.46 Setting up libfakeroot:armhf (1.25.3-1.1ubuntu2) ...
13:49:47 #9 47.48 Setting up libasan6:armhf (11.2.0-7ubuntu2) ...
13:49:47 #9 47.49 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2.1ubuntu0.1) ...
13:49:47 #9 47.50 Setting up tzdata (2022a-0ubuntu0.21.10) ...
13:49:47 #9 47.61 
13:49:47 #9 47.61 Current default time zone: 'Etc/UTC'
13:49:47 #9 47.61 Local time is now:      Tue May 31 13:49:46 UTC 2022.
13:49:47 #9 47.61 Universal Time is now:  Tue May 31 13:49:46 UTC 2022.
13:49:47 #9 47.61 Run 'dpkg-reconfigure tzdata' if you wish to change it.
13:49:47 #9 47.61 
13:49:47 #9 47.66 Setting up fakeroot (1.25.3-1.1ubuntu2) ...
13:49:47 #9 47.67 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:49:47 #9 47.67 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:47 #9 47.67 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:47 #9 47.67 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:47 #9 47.67 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:47 #9 47.67 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:47 #9 47.67 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:47 #9 47.67 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:47 #9 47.67 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:47 #9 47.68 Setting up autotools-dev (20180224.1+nmu1) ...
13:49:47 #9 47.70 Setting up libtirpc-dev:armhf (1.3.2-2) ...
13:49:47 #9 47.71 Setting up rpcsvc-proto (1.4.2-0ubuntu5) ...
13:49:47 #9 47.72 Setting up libx11-data (2:1.7.2-1) ...
13:49:47 #9 47.74 Setting up make (4.3-4ubuntu1) ...
13:49:47 #9 47.75 Setting up libmpfr6:armhf (4.1.0-3build1) ...
13:49:47 #9 47.76 Setting up gnupg-l10n (2.2.20-1ubuntu4) ...
13:49:47 #9 47.78 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build3) ...
13:49:47 #9 47.80 Setting up lzip (1.22-3) ...
13:49:47 #9 47.82 Setting up strace (5.13-0ubuntu1) ...
13:49:47 #9 47.83 Setting up libsigsegv2:armhf (2.13-1ubuntu2) ...
13:49:47 #9 47.85 Setting up xz-utils (5.2.5-2ubuntu0.1) ...
13:49:47 #9 47.86 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:49:47 #9 47.86 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
13:49:47 #9 47.86 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
13:49:47 #9 47.86 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
13:49:47 #9 47.86 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
13:49:47 #9 47.86 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
13:49:47 #9 47.86 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
13:49:47 #9 47.86 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
13:49:47 #9 47.86 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
13:49:47 #9 47.86 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
13:49:47 #9 47.86 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
13:49:47 #9 47.87 Setting up t1utils (1.41-4build1) ...
13:49:47 #9 47.88 Setting up diffstat (1.64-1) ...
13:49:47 #9 47.89 Setting up libpng16-16:armhf (1.6.37-3build4) ...
13:49:47 #9 47.91 Setting up libmpc3:armhf (1.2.0-1build1) ...
13:49:47 #9 47.94 Setting up libatomic1:armhf (11.2.0-7ubuntu2) ...
13:49:47 #9 47.96 Setting up patch (2.7.6-7) ...
13:49:47 #9 47.97 Setting up autopoint (0.21-4ubuntu3) ...
13:49:47 #9 47.99 Setting up libwebp6:armhf (0.6.1-2.1) ...
13:49:47 #9 48.00 Setting up fonts-dejavu-core (2.37-2build1) ...
13:49:47 #9 48.07 Setting up ucf (3.0043) ...
13:49:47 #9 48.21 Setting up libjpeg-turbo8:armhf (2.0.6-0ubuntu2) ...
13:49:47 #9 48.22 Setting up libltdl7:armhf (2.4.6-15) ...
13:49:47 #9 48.23 Setting up libsasl2-2:armhf (2.1.27+dfsg-2.1ubuntu0.1) ...
13:49:47 #9 48.25 Setting up libssh-4:armhf (0.9.6-1) ...
13:49:47 #9 48.26 Setting up libubsan1:armhf (11.2.0-7ubuntu2) ...
13:49:47 #9 48.27 Setting up libgcc-11-dev:armhf (11.2.0-7ubuntu2) ...
13:49:47 #9 48.28 Setting up libmd0:armhf (1.0.3-3build1) ...
13:49:47 #9 48.30 Setting up python-apt-common (2.2.1) ...
13:49:47 #9 48.31 Setting up libnsl-dev:armhf (1.3.0-2build1) ...
13:49:47 #9 48.32 Setting up libcrypt-dev:armhf (1:4.4.18-4ubuntu1) ...
13:49:47 #9 48.33 Setting up libuchardet0:armhf (0.0.7-1build1) ...
13:49:47 #9 48.35 Setting up lzop (1.04-2build1) ...
13:49:47 #9 48.36 Setting up libmpdec3:armhf (2.5.1-2build1) ...
13:49:47 #9 48.37 Setting up git-man (1:2.32.0-1ubuntu1.2) ...
13:49:47 #9 48.40 Setting up netbase (6.3) ...
13:49:47 #9 48.43 Setting up libbinutils:armhf (2.37-7ubuntu1) ...
13:49:47 #9 48.44 Setting up libfido2-1:armhf (1.6.0-2build1) ...
13:49:47 #9 48.45 Setting up libisl23:armhf (0.24-1) ...
13:49:47 #9 48.47 Setting up libc-dev-bin (2.34-0ubuntu3.2) ...
13:49:47 #9 48.48 Setting up openssl (1.1.1l-1ubuntu1.3) ...
13:49:47 #9 48.50 Setting up libbsd0:armhf (0.11.3-1ubuntu2) ...
13:49:47 #9 48.51 Setting up libelf1:armhf (0.185-1build1) ...
13:49:47 #9 48.52 Setting up readline-common (8.1-2) ...
13:49:47 #9 48.54 Setting up publicsuffix (20210108.1309-1) ...
13:49:47 #9 48.55 Setting up libxml2:armhf (2.9.12+dfsg-4ubuntu0.2) ...
13:49:47 #9 48.56 Setting up zstd (1.4.8+dfsg-2.1) ...
13:49:47 #9 48.57 Setting up libmarkdown2:armhf (2.2.6-1ubuntu2) ...
13:49:48 #9 48.58 Setting up libcc1-0:armhf (11.2.0-7ubuntu2) ...
13:49:48 #9 48.60 Setting up iso-codes (4.6.0-1) ...
13:49:48 #9 48.61 Setting up liblocale-gettext-perl (1.07-4build1) ...
13:49:48 #9 48.62 Setting up dctrl-tools (2.24-3) ...
13:49:48 #9 48.64 Setting up libgdbm6:armhf (1.19-2) ...
13:49:48 #9 48.65 Setting up libctf0:armhf (2.37-7ubuntu1) ...
13:49:48 #9 48.66 Setting up libjpeg8:armhf (8c-2ubuntu8) ...
13:49:48 #9 48.67 Setting up pinentry-curses (1.1.1-1) ...
13:49:48 #9 48.69 Setting up cpp-11 (11.2.0-7ubuntu2) ...
13:49:48 #9 48.70 Setting up manpages-dev (5.10-1ubuntu1) ...
13:49:48 #9 48.72 Setting up libdw1:armhf (0.185-1build1) ...
13:49:48 #9 48.73 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu4) ...
13:49:48 #9 48.74 Setting up libxcb1:armhf (1.14-3ubuntu1) ...
13:49:48 #9 48.75 Setting up gettext (0.21-4ubuntu3) ...
13:49:48 #9 48.77 Setting up fontconfig-config (2.13.1-4.2ubuntu3) ...
13:49:48 #9 48.96 Setting up libedit2:armhf (3.1-20191231-2build1) ...
13:49:48 #9 48.97 Setting up libreadline8:armhf (8.1-2) ...
13:49:48 #9 48.99 Setting up m4 (1.4.18-5ubuntu1) ...
13:49:48 #9 49.00 Setting up libldap-2.5-0:armhf (2.5.6+dfsg-1~exp1ubuntu1.1) ...
13:49:48 #9 49.01 Setting up ca-certificates (20210119ubuntu1) ...
13:49:48 #9 49.36 Updating certificates in /etc/ssl/certs...
13:49:49 #9 49.71 128 added, 0 removed; done.
13:49:49 #9 49.78 Setting up libfreetype6:armhf (2.10.4+dfsg-1build1) ...
13:49:49 #9 49.80 Setting up libgdbm-compat4:armhf (1.19-2) ...
13:49:49 #9 49.81 Setting up libperl5.32:armhf (5.32.1-3ubuntu3) ...
13:49:49 #9 49.82 Setting up dwz (0.14-1build1) ...
13:49:49 #9 49.83 Setting up groff-base (1.22.4-7) ...
13:49:49 #9 49.86 Setting up cpp (4:11.2.0-1ubuntu1) ...
13:49:49 #9 49.87 Setting up gpgconf (2.2.20-1ubuntu4) ...
13:49:49 #9 49.89 Setting up debugedit (1:5.0-0ubuntu2) ...
13:49:49 #9 49.90 Setting up libcurl4:armhf (7.74.0-1.3ubuntu2.2) ...
13:49:49 #9 49.91 Setting up libc6-dev:armhf (2.34-0ubuntu3.2) ...
13:49:49 #9 49.93 Setting up libx11-6:armhf (2:1.7.2-1) ...
13:49:49 #9 49.94 Setting up libtiff5:armhf (4.3.0-1ubuntu0.1) ...
13:49:49 #9 49.95 Setting up curl (7.74.0-1.3ubuntu2.2) ...
13:49:49 #9 49.97 Setting up libfontconfig1:armhf (2.13.1-4.2ubuntu3) ...
13:49:49 #9 49.98 Setting up binutils-arm-linux-gnueabihf (2.37-7ubuntu1) ...
13:49:49 #9 49.99 Setting up libxmuu1:armhf (2:1.1.3-0ubuntu1) ...
13:49:49 #9 50.01 Setting up gpg (2.2.20-1ubuntu4) ...
13:49:49 #9 50.02 Setting up libpython3.9-stdlib:armhf (3.9.7-2build1) ...
13:49:49 #9 50.04 Setting up libpython3-stdlib:armhf (3.9.4-1build1) ...
13:49:49 #9 50.05 Setting up gnupg-utils (2.2.20-1ubuntu4) ...
13:49:49 #9 50.07 Setting up gpg-agent (2.2.20-1ubuntu4) ...
13:49:49 #9 50.54 Setting up libxpm4:armhf (1:3.5.12-1) ...
13:49:49 #9 50.56 Setting up openssh-client (1:8.4p1-6ubuntu2.1) ...
13:49:50 #9 50.65 Setting up gpgsm (2.2.20-1ubuntu4) ...
13:49:50 #9 50.66 Setting up libxext6:armhf (2:1.3.4-0ubuntu3) ...
13:49:50 #9 50.68 Setting up libcurl3-gnutls:armhf (7.74.0-1.3ubuntu2.2) ...
13:49:50 #9 50.69 Setting up binutils (2.37-7ubuntu1) ...
13:49:50 #9 50.70 Setting up man-db (2.9.4-2) ...
13:49:50 #9 50.80 Building database of manual pages ...
13:49:50 #9 51.02 Setting up libgpgme11:armhf (1.14.0-1ubuntu4) ...
13:49:50 #9 51.04 Setting up dirmngr (2.2.20-1ubuntu4) ...
13:49:50 #9 51.18 Setting up perl (5.32.1-3ubuntu3) ...
13:49:50 #9 51.20 Setting up libpackage-stash-xs-perl (0.29-1build4) ...
13:49:50 #9 51.23 Setting up libclass-data-inheritable-perl (0.08-3) ...
13:49:50 #9 51.25 Setting up libdata-dump-perl (1.23-1.1) ...
13:49:50 #9 51.26 Setting up libref-util-perl (0.204-1) ...
13:49:50 #9 51.28 Setting up libipc-system-simple-perl (1.30-1) ...
13:49:50 #9 51.29 Setting up libnet-domain-tld-perl (1.75-1.1) ...
13:49:50 #9 51.31 Setting up libhash-fieldhash-perl (0.15-1build4) ...
13:49:50 #9 51.32 Setting up libgd3:armhf (2.3.0-2ubuntu1) ...
13:49:50 #9 51.34 Setting up libvariable-magic-perl (0.62-1build3) ...
13:49:50 #9 51.36 Setting up libio-html-perl (1.004-2) ...
13:49:50 #9 51.37 Setting up libpod-parser-perl (1.63-2) ...
13:49:50 #9 51.38 Setting up libb-hooks-op-check-perl (0.22-1build3) ...
13:49:50 #9 51.40 Setting up liblist-moreutils-xs-perl (0.430-2) ...
13:49:50 #9 51.41 Setting up libparams-util-perl (1.102-1build2) ...
13:49:50 #9 51.42 Setting up libdpkg-perl (1.20.9ubuntu2.2) ...
13:49:50 #9 51.43 Setting up libtime-duration-perl (1.21-1) ...
13:49:50 #9 51.45 Setting up autoconf (2.69-14) ...
13:49:50 #9 51.46 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:49:50 #9 51.48 Setting up libarray-intspan-perl (2.004-1) ...
13:49:50 #9 51.49 Setting up libcapture-tiny-perl (0.48-1) ...
13:49:50 #9 51.50 Setting up libtimedate-perl (2.3300-2) ...
13:49:50 #9 51.51 Setting up libstdc++-11-dev:armhf (11.2.0-7ubuntu2) ...
13:49:50 #9 51.53 Setting up gpg-wks-server (2.2.20-1ubuntu4) ...
13:49:50 #9 51.54 Setting up libsub-name-perl (0.26-1build2) ...
13:49:50 #9 51.56 Setting up libtype-tiny-xs-perl (0.022-1) ...
13:49:50 #9 51.57 Setting up libdata-validate-domain-perl (0.10-1.1) ...
13:49:50 #9 51.58 Setting up libproc-processtable-perl (0.59-2build2) ...
13:49:50 #9 51.59 Setting up libfile-chdir-perl (0.1008-1.1) ...
13:49:50 #9 51.60 Setting up gcc-11 (11.2.0-7ubuntu2) ...
13:49:50 #9 51.62 Setting up xauth (1:1.1-1) ...
13:49:51 #9 51.63 Setting up libpath-tiny-perl (0.118-1) ...
13:49:51 #9 51.64 Setting up libarchive-cpio-perl (0.10-1.1) ...
13:49:51 #9 51.65 Setting up libjson-perl (4.03000-1) ...
13:49:51 #9 51.67 Setting up libipc-run3-perl (0.048-2) ...
13:49:51 #9 51.68 Setting up libsub-override-perl (0.09-2) ...
13:49:51 #9 51.69 Setting up libaliased-perl (0.34-1.1) ...
13:49:51 #9 51.70 Setting up libstrictures-perl (2.000006-1) ...
13:49:51 #9 51.72 Setting up libsub-quote-perl (2.006006-1) ...
13:49:51 #9 51.73 Setting up libdevel-stacktrace-perl (2.0400-1) ...
13:49:51 #9 51.74 Setting up libclass-xsaccessor-perl (1.19-3build7) ...
13:49:51 #9 51.75 Setting up libsort-versions-perl (1.62-1) ...
13:49:51 #9 51.76 Setting up libexporter-tiny-perl (1.002002-1) ...
13:49:51 #9 51.77 Setting up libre-engine-re2-perl:armhf (0.14-1build1) ...
13:49:51 #9 51.79 Setting up libfile-dirlist-perl (0.05-2) ...
13:49:51 #9 51.80 Setting up libterm-readkey-perl (2.38-1build2) ...
13:49:51 #9 51.81 Setting up libtext-levenshteinxs-perl (0.03-4build9) ...
13:49:51 #9 51.82 Setting up libperlio-gzip-perl (0.19-1build7) ...
13:49:51 #9 51.86 Setting up libsys-hostname-long-perl (1.5-2) ...
13:49:51 #9 51.87 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
13:49:51 #9 51.88 Setting up libsereal-decoder-perl (4.018+ds-1build1) ...
13:49:51 #9 51.90 Setting up liburi-perl (5.08-1) ...
13:49:51 #9 51.91 Setting up libfile-touch-perl (0.11-1) ...
13:49:51 #9 51.92 Setting up python3.9 (3.9.7-2build1) ...
13:49:52 #9 52.63 Setting up libc-devtools (2.34-0ubuntu3.2) ...
13:49:52 #9 52.65 Setting up libemail-address-xs-perl (1.04-1build5) ...
13:49:52 #9 52.66 Setting up libnet-ssleay-perl (1.88-3ubuntu1) ...
13:49:52 #9 52.67 Setting up automake (1:1.16.4-2) ...
13:49:52 #9 52.68 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:49:52 #9 52.68 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
13:49:52 #9 52.68 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
13:49:52 #9 52.69 Setting up libapt-pkg-perl (0.1.40) ...
13:49:52 #9 52.70 Setting up libstring-escape-perl (2010.002-2) ...
13:49:52 #9 52.72 Setting up libhttp-date-perl (6.05-1) ...
13:49:52 #9 52.73 Setting up libfile-which-perl (1.23-1) ...
13:49:52 #9 52.74 Setting up libfile-basedir-perl (0.08-1) ...
13:49:52 #9 52.76 Setting up libnumber-range-perl (0.12-1.1) ...
13:49:52 #9 52.77 Setting up libunicode-utf8-perl (0.62-1build2) ...
13:49:52 #9 52.78 Setting up libmouse-perl (2.5.10-1build2) ...
13:49:52 #9 52.80 Setting up libfile-listing-perl (6.14-1) ...
13:49:52 #9 52.81 Setting up gpg-wks-client (2.2.20-1ubuntu4) ...
13:49:52 #9 52.82 Setting up libregexp-pattern-perl (0.2.14-1) ...
13:49:52 #9 52.84 Setting up libdata-messagepack-perl (1.01-2) ...
13:49:52 #9 52.85 Setting up libfont-afm-perl (1.20-3) ...
13:49:52 #9 52.86 Setting up libwant-perl (0.29-1build6) ...
13:49:52 #9 52.88 Setting up libdynaloader-functions-perl (0.003-1.1) ...
13:49:52 #9 52.89 Setting up libtext-glob-perl (0.11-1) ...
13:49:52 #9 52.91 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:49:52 #9 52.92 Setting up liblist-compare-perl (0.55-1) ...
13:49:52 #9 52.93 Setting up libref-util-xs-perl (0.117-1build3) ...
13:49:52 #9 52.95 Setting up libio-pty-perl (1:1.15-2build1) ...
13:49:52 #9 52.96 Setting up libtool (2.4.6-15) ...
13:49:52 #9 52.97 Setting up g++-11 (11.2.0-7ubuntu2) ...
13:49:52 #9 52.99 Setting up libfile-fcntllock-perl (0.22-3build5) ...
13:49:52 #9 53.00 Setting up libsort-key-perl (1.33-2build4) ...
13:49:52 #9 53.02 Setting up libclone-perl (0.45-1build1) ...
13:49:52 #9 53.03 Setting up libalgorithm-diff-perl (1.201-1) ...
13:49:52 #9 53.05 Setting up libarchive-zip-perl (1.68-1) ...
13:49:52 #9 53.07 Setting up libsub-identify-perl (0.14-1build4) ...
13:49:52 #9 53.08 Setting up libdistro-info-perl (1.0) ...
13:49:52 #9 53.09 Setting up libcpanel-json-xs-perl (4.25-1build1) ...
13:49:52 #9 53.11 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
13:49:52 #9 53.12 Setting up libio-stringy-perl (2.111-3) ...
13:49:52 #9 53.13 Setting up liblist-moreutils-perl (0.430-2) ...
13:49:52 #9 53.15 Setting up libhtml-tagset-perl (3.20-4) ...
13:49:52 #9 53.16 Setting up liblog-any-perl (1.709-1) ...
13:49:52 #9 53.17 Setting up libauthen-sasl-perl (2.1600-1.1) ...
13:49:52 #9 53.19 Setting up libdevel-size-perl (0.83-1build3) ...
13:49:52 #9 53.20 Setting up libdebhelper-perl (13.3.4ubuntu2) ...
13:49:52 #9 53.21 Setting up libpod-constants-perl (0.19-2) ...
13:49:52 #9 53.22 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
13:49:52 #9 53.23 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:49:52 #9 53.25 Setting up libyaml-libyaml-perl (0.82+repack-1build1) ...
13:49:52 #9 53.26 Setting up libtry-tiny-perl (0.30-1) ...
13:49:52 #9 53.27 Setting up libtype-tiny-perl (1.012002-1) ...
13:49:52 #9 53.28 Setting up libcommon-sense-perl (3.75-1build4) ...
13:49:52 #9 53.29 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
13:49:52 #9 53.30 Setting up libnet-http-perl (6.20-1) ...
13:49:52 #9 53.32 Setting up libtext-markdown-discount-perl:armhf (0.12-1build2) ...
13:49:52 #9 53.33 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
13:49:52 #9 53.34 Setting up libtime-moment-perl (0.44-1build4) ...
13:49:52 #9 53.35 Setting up libencode-locale-perl (1.05-1.1) ...
13:49:52 #9 53.36 Setting up python3 (3.9.4-1build1) ...
13:49:53 #9 53.64 Setting up libexception-class-perl (1.44-1) ...
13:49:53 #9 53.65 Setting up python3-xdg (0.27-2) ...
13:49:53 #9 53.80 Setting up libconfig-tiny-perl (2.26-1) ...
13:49:53 #9 53.82 Setting up libsereal-encoder-perl (4.018+ds-1build1) ...
13:49:53 #9 53.83 Setting up libdevel-callchecker-perl (0.008-1ubuntu3) ...
13:49:53 #9 53.84 Setting up liblist-utilsby-perl (0.11-1) ...
13:49:53 #9 53.85 Setting up libstring-shellquote-perl (1.04-1) ...
13:49:53 #9 53.86 Setting up libsub-install-perl (0.928-1.1) ...
13:49:53 #9 53.88 Setting up gcc (4:11.2.0-1ubuntu1) ...
13:49:53 #9 53.90 Setting up dpkg-dev (1.20.9ubuntu2.2) ...
13:49:53 #9 53.92 Setting up libnumber-compare-perl (0.03-1.1) ...
13:49:53 #9 53.93 Setting up intltool-debian (0.35.0+20060710.5) ...
13:49:53 #9 53.95 Setting up liberror-perl (0.17029-1) ...
13:49:53 #9 53.96 Setting up python3-six (1.16.0-2) ...
13:49:53 #9 54.09 Setting up dh-autoreconf (20) ...
13:49:53 #9 54.10 Setting up patchutils (0.4.2-1) ...
13:49:53 #9 54.12 Setting up libmail-sendmail-perl (0.80-1.1) ...
13:49:53 #9 54.14 Setting up libltdl-dev:armhf (2.4.6-15) ...
13:49:53 #9 54.15 Setting up libjson-maybexs-perl (1.004003-1) ...
13:49:53 #9 54.17 Setting up libxml-sax-base-perl (1.09-1.1) ...
13:49:53 #9 54.18 Setting up libio-string-perl (1.08-3.1) ...
13:49:53 #9 54.19 Setting up libreadonly-perl (2.050-3) ...
13:49:53 #9 54.20 Setting up python3-gpg (1.14.0-1ubuntu4) ...
13:49:53 #9 54.37 Setting up python3-certifi (2020.6.20-1) ...
13:49:54 #9 54.49 Setting up libfile-find-rule-perl (0.34-1) ...
13:49:54 #9 54.50 Setting up libstring-copyright-perl (0.003006-1) ...
13:49:54 #9 54.52 Setting up python3-idna (2.10-1) ...
13:49:54 #9 54.71 Setting up libdata-optlist-perl (0.110-1.1) ...
13:49:54 #9 54.73 Setting up libipc-run-perl (20200505.0-1) ...
13:49:54 #9 54.74 Setting up git (1:2.32.0-1ubuntu1.2) ...
13:49:54 #9 54.76 Setting up libtext-xslate-perl (3.5.8-1build2) ...
13:49:54 #9 54.78 Setting up python3-urllib3 (1.26.5-1~exp1) ...
13:49:54 #9 54.95 Setting up libcontextual-return-perl (0.004014-2) ...
13:49:54 #9 54.96 Setting up libwww-robotrules-perl (6.02-1) ...
13:49:54 #9 54.98 Setting up libtypes-serialiser-perl (1.01-1) ...
13:49:54 #9 54.99 Setting up g++ (4:11.2.0-1ubuntu1) ...
13:49:54 #9 55.02 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:49:54 #9 55.02 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
13:49:54 #9 55.02 Setting up libhtml-parser-perl:armhf (3.76-1) ...
13:49:54 #9 55.03 Setting up libgit-wrapper-perl (0.048-1) ...
13:49:54 #9 55.05 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
13:49:54 #9 55.06 Setting up librole-tiny-perl (2.002004-1) ...
13:49:54 #9 55.07 Setting up gnupg (2.2.20-1ubuntu4) ...
13:49:54 #9 55.08 Setting up build-essential (12.9ubuntu2) ...
13:49:54 #9 55.10 Setting up python3-unidiff (0.5.5-2) ...
13:49:54 #9 55.23 Setting up lsb-release (11.1.0ubuntu3) ...
13:49:54 #9 55.25 Setting up libfont-ttf-perl (1.06-1.1) ...
13:49:54 #9 55.26 Setting up libfile-homedir-perl (1.006-1) ...
13:49:54 #9 55.27 Setting up python3-magic (2:0.4.20-3) ...
13:49:54 #9 55.40 Setting up libalgorithm-diff-xs-perl (0.04-6build1) ...
13:49:54 #9 55.41 Setting up libio-socket-ssl-perl (2.069-1) ...
13:49:54 #9 55.43 Setting up libsub-exporter-perl (0.987-1) ...
13:49:54 #9 55.44 Setting up libalgorithm-merge-perl (0.08-3) ...
13:49:54 #9 55.46 Setting up libhttp-message-perl (6.29-1) ...
13:49:54 #9 55.47 Setting up libhtml-form-perl (6.07-1) ...
13:49:54 #9 55.49 Setting up python3-pkg-resources (52.0.0-4) ...
13:49:55 #9 55.68 Setting up libiterator-perl (0.03+ds1-1.1) ...
13:49:55 #9 55.69 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
13:49:55 #9 55.71 Setting up libjson-xs-perl (4.030-1build2) ...
13:49:55 #9 55.72 Setting up libhttp-negotiate-perl (6.01-1) ...
13:49:55 #9 55.74 Setting up libio-prompter-perl (0.004015-1) ...
13:49:55 #9 55.75 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
13:49:55 #9 55.77 Setting up libhttp-cookies-perl (6.10-1) ...
13:49:55 #9 55.78 Setting up python3-apt (2.2.1) ...
13:49:55 #9 55.93 Setting up po-debconf (1.0.21+nmu1) ...
13:49:55 #9 55.95 Setting up libhtml-tree-perl (5.07-2) ...
13:49:55 #9 55.96 Setting up libparams-classify-perl (0.015-1build4) ...
13:49:55 #9 55.97 Setting up libpath-iterator-rule-perl (1.014-1) ...
13:49:55 #9 55.99 Setting up libhtml-format-perl (2.12-1.1) ...
13:49:55 #9 56.01 Setting up libxml-sax-perl (1.02+dfsg-1) ...
13:49:55 #9 56.06 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:49:55 #9 56.13 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:49:55 #9 56.24 
13:49:55 #9 56.24 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:49:55 #9 56.26 Setting up python3-chardet (4.0.0-1) ...
13:49:55 #9 56.54 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:49:56 #9 56.55 Setting up libmodule-runtime-perl (0.016-1) ...
13:49:56 #9 56.56 Setting up libmailtools-perl (2.21-1) ...
13:49:56 #9 56.58 Setting up python3-debian (0.1.39ubuntu1) ...
13:49:56 #9 56.74 Setting up python3-requests (2.25.1+dfsg-2) ...
13:49:56 #9 56.89 Setting up libxml-libxml-perl (2.0134+dfsg-2build1) ...
13:49:56 #9 56.94 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:49:56 #9 57.01 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:49:56 #9 57.08 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:49:56 #9 57.20 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:49:56 #9 57.22 Setting up dh-strip-nondeterminism (1.12.0-1) ...
13:49:56 #9 57.23 Setting up libconst-fast-perl (0.014-1.1) ...
13:49:56 #9 57.24 Setting up libhttp-daemon-perl (6.12-1) ...
13:49:56 #9 57.26 Setting up libdata-dpath-perl (0.58-1) ...
13:49:56 #9 57.27 Setting up libmodule-implementation-perl (0.09-1.1) ...
13:49:56 #9 57.28 Setting up libpackage-stash-perl (0.39-1) ...
13:49:56 #9 57.30 Setting up libimport-into-perl (1.002005-1) ...
13:49:56 #9 57.31 Setting up libmoo-perl (2.004004-1) ...
13:49:56 #9 57.32 Setting up liblist-someutils-perl (0.58-1) ...
13:49:56 #9 57.34 Setting up debhelper (13.3.4ubuntu2) ...
13:49:56 #9 57.35 Setting up dput (1.1.0ubuntu2) ...
13:49:56 #9 57.50 Setting up liblist-someutils-xs-perl (0.58-2build2) ...
13:49:56 #9 57.51 Setting up equivs (2.3.1) ...
13:49:56 #9 57.52 Setting up libmoox-aliases-perl (0.001006-1.1) ...
13:49:56 #9 57.54 Setting up libparams-validate-perl:armhf (1.30-1build2) ...
13:49:56 #9 57.55 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
13:49:56 #9 57.56 Setting up libnamespace-clean-perl (0.27-1) ...
13:49:56 #9 57.57 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
13:49:56 #9 57.59 Setting up libnamespace-autoclean-perl (0.29-1) ...
13:49:56 #9 57.60 Setting up libgitlab-api-v4-perl (0.26-1) ...
13:49:57 #9 57.61 Setting up libmoox-struct-perl (0.020-1) ...
13:49:57 #9 57.63 Setting up lintian (2.104.0ubuntu3.2) ...
13:49:57 #9 57.65 Setting up licensecheck (3.1.1-2) ...
13:49:57 #9 57.66 Setting up liblwp-protocol-https-perl (6.10-1) ...
13:49:57 #9 57.67 Setting up libwww-perl (6.53-1) ...
13:49:57 #9 57.69 Setting up devscripts (2.21.4ubuntu1) ...
13:49:57 #9 57.84 Setting up libxml-parser-perl:armhf (2.46-2) ...
13:49:57 #9 57.85 Setting up libxml-sax-expat-perl (0.51-1) ...
13:49:57 #9 57.90 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:49:57 #9 57.95 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:49:57 #9 58.07 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:49:57 #9 58.14 Processing triggers for libc-bin (2.34-0ubuntu3.2) ...
13:49:57 #9 58.16 Processing triggers for ca-certificates (20210119ubuntu1) ...
13:49:57 #9 58.17 Updating certificates in /etc/ssl/certs...
13:49:57 #9 58.47 0 added, 0 removed; done.
13:49:57 #9 58.47 Running hooks in /etc/ca-certificates/update.d...
13:49:57 #9 58.47 done.
13:50:04 #9 DONE 64.2s
13:50:04 
13:50:04 #11 [stage-1 4/9] COPY common /root/build-deb/debian
13:50:04 #11 sha256:fa197c41dd0edd511acc78722d8c9efae7bf2597b724098524fba4e2e67bbc18
13:50:04 #11 DONE 0.1s
13:50:04 
13:50:04 #12 [stage-1 5/9] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
13:50:04 #12 sha256:4749faa6618673f0c4ae494508dcd1020d6df884c7ee1e30ff92ca533f94b34d
13:50:04 #12 0.891 Hit:1 http://ports.ubuntu.com/ubuntu-ports impish InRelease
13:50:04 #12 0.926 Hit:2 http://ports.ubuntu.com/ubuntu-ports impish-updates InRelease
13:50:04 #12 0.999 Hit:3 http://ports.ubuntu.com/ubuntu-ports impish-backports InRelease
13:50:04 #12 1.072 Hit:4 http://ports.ubuntu.com/ubuntu-ports impish-security InRelease
13:50:05 #12 1.255 Reading package lists...
13:50:06 #12 2.518 dpkg-buildpackage: info: source package docker-ce-build-deps
13:50:06 #12 2.518 dpkg-buildpackage: info: source version 1.0
13:50:06 #12 2.518 dpkg-buildpackage: info: source distribution unstable
13:50:06 #12 2.518 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
13:50:06 #12 2.551 dpkg-buildpackage: info: host architecture armhf
13:50:06 #12 2.551  dpkg-source --before-build .
13:50:06 #12 2.652  debian/rules clean
13:50:06 #12 2.653 dh clean
13:50:06 #12 2.734    dh_clean
13:50:06 #12 2.773  debian/rules binary
13:50:06 #12 2.775 dh binary
13:50:06 #12 2.843    dh_update_autotools_config
13:50:06 #12 2.870    dh_autoreconf
13:50:06 #12 2.910    create-stamp debian/debhelper-build-stamp
13:50:06 #12 2.910    dh_prep
13:50:06 #12 2.937    dh_install
13:50:06 #12 2.970    dh_installdocs
13:50:06 #12 3.010    dh_installchangelogs
13:50:06 #12 3.093    dh_perl
13:50:06 #12 3.128    dh_link
13:50:06 #12 3.161    dh_strip_nondeterminism
13:50:06 #12 3.222    dh_compress
13:50:07 #12 3.260    dh_fixperms
13:50:07 #12 3.297    dh_missing
13:50:07 #12 3.322    dh_installdeb
13:50:07 #12 3.354    dh_gencontrol
13:50:07 #12 3.472    dh_md5sums
13:50:07 #12 3.506    dh_builddeb
13:50:07 #12 3.531 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:50:07 #12 3.621  dpkg-genbuildinfo --build=binary
13:50:07 #12 3.769  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_armhf.changes
13:50:07 #12 3.848 dpkg-genchanges: info: binary-only upload (no source code included)
13:50:07 #12 3.851  dpkg-source --after-build .
13:50:07 #12 3.950 dpkg-buildpackage: info: binary-only upload (no source included)
13:50:07 #12 3.954 
13:50:07 #12 3.954 The package has been created.
13:50:07 #12 3.954 Attention, the package has been created in the current directory,
13:50:07 #12 3.954 not in ".." as indicated by the message above!
13:50:07 #12 4.017 Selecting previously unselected package docker-ce-build-deps.
13:50:07 #12 4.032 (Reading database ... 26509 files and directories currently installed.)
13:50:07 #12 4.033 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:50:07 #12 4.036 Unpacking docker-ce-build-deps (1.0) ...
13:50:08 #12 4.188 Reading package lists...
13:50:08 #12 5.143 Building dependency tree...
13:50:08 #12 5.313 Reading state information...
13:50:09 #12 5.318 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:50:09 #12 5.546 Starting 2 pkgProblemResolver with broken count: 0
13:50:09 #12 5.549 Done
13:50:09 #12 5.732  Done
13:50:09 #12 5.921 Starting pkgProblemResolver with broken count: 0
13:50:09 #12 5.956 Starting 2 pkgProblemResolver with broken count: 0
13:50:09 #12 5.959 Done
13:50:10 #12 6.268 The following additional packages will be installed:
13:50:10 #12 6.268   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
13:50:10 #12 6.268   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:50:10 #12 6.268   libglib2.0-0 libjsoncpp24 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
13:50:10 #12 6.269   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
13:50:10 #12 6.269   libsystemd-dev libsystemd0 libudev-dev libudev1 libuv1 pkg-config
13:50:10 #12 6.271 Suggested packages:
13:50:10 #12 6.271   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
13:50:10 #12 6.271 Recommended packages:
13:50:10 #12 6.271   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
13:50:10 #12 6.321 The following NEW packages will be installed:
13:50:10 #12 6.321   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
13:50:10 #12 6.321   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:50:10 #12 6.321   libglib2.0-0 libjsoncpp24 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
13:50:10 #12 6.321   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
13:50:10 #12 6.322   libsystemd-dev libudev-dev libuv1 pkg-config
13:50:10 #12 6.323 The following packages will be upgraded:
13:50:10 #12 6.323   libsystemd0 libudev1
13:50:10 #12 6.739 2 upgraded, 24 newly installed, 0 to remove and 5 not upgraded.
13:50:10 #12 6.739 1 not fully installed or removed.
13:50:10 #12 6.739 Need to get 10.9 MB of archives.
13:50:10 #12 6.739 After this operation, 36.2 MB of additional disk space will be used.
13:50:10 #12 6.739 Get:1 http://ports.ubuntu.com/ubuntu-ports impish/main armhf bash-completion all 1:2.11-2ubuntu1 [179 kB]
13:50:10 #12 7.102 Get:2 http://ports.ubuntu.com/ubuntu-ports impish/main armhf cmake-data all 3.18.4-2ubuntu2 [1728 kB]
13:50:11 #12 7.373 Get:3 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libarchive13 armhf 3.4.3-2ubuntu0.2 [331 kB]
13:50:11 #12 7.390 Get:4 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libjsoncpp24 armhf 1.9.4-4build1 [72.6 kB]
13:50:11 #12 7.393 Get:5 http://ports.ubuntu.com/ubuntu-ports impish/main armhf librhash0 armhf 1.4.1-2build1 [141 kB]
13:50:11 #12 7.402 Get:6 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libuv1 armhf 1.40.0-2ubuntu1 [75.6 kB]
13:50:11 #12 7.405 Get:7 http://ports.ubuntu.com/ubuntu-ports impish/main armhf cmake armhf 3.18.4-2ubuntu2 [4131 kB]
13:50:11 #12 7.600 Get:8 http://ports.ubuntu.com/ubuntu-ports impish/universe armhf dh-apparmor all 3.0.3-0ubuntu1 [9456 B]
13:50:11 #12 7.600 Get:9 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libbtrfs0 armhf 5.10.1-2build1 [201 kB]
13:50:11 #12 7.607 Get:10 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libbtrfs-dev armhf 5.10.1-2build1 [268 kB]
13:50:11 #12 7.621 Get:11 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libudev1 armhf 248.3-1ubuntu8.6 [67.8 kB]
13:50:11 #12 7.623 Get:12 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1ubuntu3 [134 kB]
13:50:11 #12 7.630 Get:13 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1ubuntu3 [11.6 kB]
13:50:11 #12 7.630 Get:14 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libudev-dev armhf 248.3-1ubuntu8.6 [20.7 kB]
13:50:11 #12 7.632 Get:15 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libsepol1-dev armhf 3.1-1ubuntu2.1 [348 kB]
13:50:11 #12 7.645 Get:16 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpcre2-16-0 armhf 10.37-0ubuntu2 [172 kB]
13:50:11 #12 7.676 Get:17 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpcre2-32-0 armhf 10.37-0ubuntu2 [162 kB]
13:50:11 #12 7.678 Get:18 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpcre2-posix3 armhf 10.37-0ubuntu2 [5518 B]
13:50:11 #12 7.750 Get:19 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libpcre2-dev armhf 10.37-0ubuntu2 [643 kB]
13:50:11 #12 7.760 Get:20 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libselinux1-dev armhf 3.1-3build2 [151 kB]
13:50:11 #12 7.762 Get:21 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libdevmapper-dev armhf 2:1.02.175-2.1ubuntu3 [36.5 kB]
13:50:11 #12 7.763 Get:22 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libseccomp-dev armhf 2.5.1-1ubuntu1 [79.5 kB]
13:50:11 #12 7.764 Get:23 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libsystemd0 armhf 248.3-1ubuntu8.6 [284 kB]
13:50:11 #12 7.768 Get:24 http://ports.ubuntu.com/ubuntu-ports impish-updates/main armhf libsystemd-dev armhf 248.3-1ubuntu8.6 [303 kB]
13:50:11 #12 7.773 Get:25 http://ports.ubuntu.com/ubuntu-ports impish/main armhf libglib2.0-0 armhf 2.68.4-1ubuntu1 [1287 kB]
13:50:11 #12 7.842 Get:26 http://ports.ubuntu.com/ubuntu-ports impish/main armhf pkg-config armhf 0.29.2-1ubuntu1 [43.4 kB]
13:50:11 #12 8.010 debconf: delaying package configuration, since apt-utils is not installed
13:50:11 #12 8.055 Fetched 10.9 MB in 2s (7195 kB/s)
13:50:11 #12 8.090 Selecting previously unselected package bash-completion.
13:50:11 #12 8.090 (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 ... 26513 files and directories currently installed.)
13:50:11 #12 8.107 Preparing to unpack .../00-bash-completion_1%3a2.11-2ubuntu1_all.deb ...
13:50:12 #12 8.563 Unpacking bash-completion (1:2.11-2ubuntu1) ...
13:50:12 #12 8.675 Selecting previously unselected package cmake-data.
13:50:12 #12 8.677 Preparing to unpack .../01-cmake-data_3.18.4-2ubuntu2_all.deb ...
13:50:12 #12 8.682 Unpacking cmake-data (3.18.4-2ubuntu2) ...
13:50:12 #12 8.973 Selecting previously unselected package libarchive13:armhf.
13:50:12 #12 8.977 Preparing to unpack .../02-libarchive13_3.4.3-2ubuntu0.2_armhf.deb ...
13:50:12 #12 8.984 Unpacking libarchive13:armhf (3.4.3-2ubuntu0.2) ...
13:50:12 #12 9.019 Selecting previously unselected package libjsoncpp24:armhf.
13:50:12 #12 9.022 Preparing to unpack .../03-libjsoncpp24_1.9.4-4build1_armhf.deb ...
13:50:12 #12 9.025 Unpacking libjsoncpp24:armhf (1.9.4-4build1) ...
13:50:12 #12 9.060 Selecting previously unselected package librhash0:armhf.
13:50:12 #12 9.062 Preparing to unpack .../04-librhash0_1.4.1-2build1_armhf.deb ...
13:50:12 #12 9.067 Unpacking librhash0:armhf (1.4.1-2build1) ...
13:50:12 #12 9.101 Selecting previously unselected package libuv1:armhf.
13:50:12 #12 9.103 Preparing to unpack .../05-libuv1_1.40.0-2ubuntu1_armhf.deb ...
13:50:12 #12 9.109 Unpacking libuv1:armhf (1.40.0-2ubuntu1) ...
13:50:12 #12 9.137 Selecting previously unselected package cmake.
13:50:12 #12 9.139 Preparing to unpack .../06-cmake_3.18.4-2ubuntu2_armhf.deb ...
13:50:12 #12 9.143 Unpacking cmake (3.18.4-2ubuntu2) ...
13:50:12 #12 9.246 Selecting previously unselected package dh-apparmor.
13:50:13 #12 9.249 Preparing to unpack .../07-dh-apparmor_3.0.3-0ubuntu1_all.deb ...
13:50:13 #12 9.253 Unpacking dh-apparmor (3.0.3-0ubuntu1) ...
13:50:13 #12 9.288 Selecting previously unselected package libbtrfs0:armhf.
13:50:13 #12 9.291 Preparing to unpack .../08-libbtrfs0_5.10.1-2build1_armhf.deb ...
13:50:13 #12 9.295 Unpacking libbtrfs0:armhf (5.10.1-2build1) ...
13:50:13 #12 9.324 Selecting previously unselected package libbtrfs-dev:armhf.
13:50:13 #12 9.326 Preparing to unpack .../09-libbtrfs-dev_5.10.1-2build1_armhf.deb ...
13:50:13 #12 9.330 Unpacking libbtrfs-dev:armhf (5.10.1-2build1) ...
13:50:13 #12 9.374 Preparing to unpack .../10-libudev1_248.3-1ubuntu8.6_armhf.deb ...
13:50:13 #12 9.384 Unpacking libudev1:armhf (248.3-1ubuntu8.6) over (248.3-1ubuntu8.5) ...
13:50:13 #12 9.432 Setting up libudev1:armhf (248.3-1ubuntu8.6) ...
13:50:13 #12 9.483 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:50:13 #12 9.483 (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 ... 30207 files and directories currently installed.)
13:50:13 #12 9.500 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu3_armhf.deb ...
13:50:13 #12 9.504 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu3) ...
13:50:13 #12 9.541 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
13:50:13 #12 9.544 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu3_armhf.deb ...
13:50:13 #12 9.548 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1ubuntu3) ...
13:50:13 #12 9.574 Selecting previously unselected package libudev-dev:armhf.
13:50:13 #12 9.577 Preparing to unpack .../02-libudev-dev_248.3-1ubuntu8.6_armhf.deb ...
13:50:13 #12 9.580 Unpacking libudev-dev:armhf (248.3-1ubuntu8.6) ...
13:50:13 #12 9.613 Selecting previously unselected package libsepol1-dev:armhf.
13:50:13 #12 9.615 Preparing to unpack .../03-libsepol1-dev_3.1-1ubuntu2.1_armhf.deb ...
13:50:13 #12 9.619 Unpacking libsepol1-dev:armhf (3.1-1ubuntu2.1) ...
13:50:13 #12 9.661 Selecting previously unselected package libpcre2-16-0:armhf.
13:50:13 #12 9.664 Preparing to unpack .../04-libpcre2-16-0_10.37-0ubuntu2_armhf.deb ...
13:50:13 #12 9.667 Unpacking libpcre2-16-0:armhf (10.37-0ubuntu2) ...
13:50:13 #12 9.703 Selecting previously unselected package libpcre2-32-0:armhf.
13:50:13 #12 9.706 Preparing to unpack .../05-libpcre2-32-0_10.37-0ubuntu2_armhf.deb ...
13:50:13 #12 9.710 Unpacking libpcre2-32-0:armhf (10.37-0ubuntu2) ...
13:50:13 #12 9.745 Selecting previously unselected package libpcre2-posix3:armhf.
13:50:13 #12 9.747 Preparing to unpack .../06-libpcre2-posix3_10.37-0ubuntu2_armhf.deb ...
13:50:13 #12 9.751 Unpacking libpcre2-posix3:armhf (10.37-0ubuntu2) ...
13:50:13 #12 9.780 Selecting previously unselected package libpcre2-dev:armhf.
13:50:13 #12 9.783 Preparing to unpack .../07-libpcre2-dev_10.37-0ubuntu2_armhf.deb ...
13:50:13 #12 9.787 Unpacking libpcre2-dev:armhf (10.37-0ubuntu2) ...
13:50:13 #12 9.826 Selecting previously unselected package libselinux1-dev:armhf.
13:50:13 #12 9.828 Preparing to unpack .../08-libselinux1-dev_3.1-3build2_armhf.deb ...
13:50:13 #12 9.833 Unpacking libselinux1-dev:armhf (3.1-3build2) ...
13:50:13 #12 9.869 Selecting previously unselected package libdevmapper-dev:armhf.
13:50:13 #12 9.872 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.175-2.1ubuntu3_armhf.deb ...
13:50:13 #12 9.882 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1ubuntu3) ...
13:50:13 #12 9.912 Selecting previously unselected package libseccomp-dev:armhf.
13:50:13 #12 9.914 Preparing to unpack .../10-libseccomp-dev_2.5.1-1ubuntu1_armhf.deb ...
13:50:13 #12 9.919 Unpacking libseccomp-dev:armhf (2.5.1-1ubuntu1) ...
13:50:13 #12 9.965 Preparing to unpack .../11-libsystemd0_248.3-1ubuntu8.6_armhf.deb ...
13:50:13 #12 9.976 Unpacking libsystemd0:armhf (248.3-1ubuntu8.6) over (248.3-1ubuntu8.5) ...
13:50:13 #12 10.03 Setting up libsystemd0:armhf (248.3-1ubuntu8.6) ...
13:50:13 #12 10.07 Selecting previously unselected package libsystemd-dev:armhf.
13:50:13 #12 10.07 (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 ... 30738 files and directories currently installed.)
13:50:13 #12 10.09 Preparing to unpack .../libsystemd-dev_248.3-1ubuntu8.6_armhf.deb ...
13:50:13 #12 10.09 Unpacking libsystemd-dev:armhf (248.3-1ubuntu8.6) ...
13:50:13 #12 10.16 Selecting previously unselected package libglib2.0-0:armhf.
13:50:13 #12 10.16 Preparing to unpack .../libglib2.0-0_2.68.4-1ubuntu1_armhf.deb ...
13:50:13 #12 10.16 Unpacking libglib2.0-0:armhf (2.68.4-1ubuntu1) ...
13:50:13 #12 10.22 Selecting previously unselected package pkg-config.
13:50:14 #12 10.22 Preparing to unpack .../pkg-config_0.29.2-1ubuntu1_armhf.deb ...
13:50:14 #12 10.23 Unpacking pkg-config (0.29.2-1ubuntu1) ...
13:50:14 #12 10.27 Setting up libseccomp-dev:armhf (2.5.1-1ubuntu1) ...
13:50:14 #12 10.28 Setting up libarchive13:armhf (3.4.3-2ubuntu0.2) ...
13:50:14 #12 10.29 Setting up libglib2.0-0:armhf (2.68.4-1ubuntu1) ...
13:50:14 #12 10.30 No schema files found: doing nothing.
13:50:14 #12 10.31 Setting up libsepol1-dev:armhf (3.1-1ubuntu2.1) ...
13:50:14 #12 10.32 Setting up libpcre2-16-0:armhf (10.37-0ubuntu2) ...
13:50:14 #12 10.33 Setting up libbtrfs0:armhf (5.10.1-2build1) ...
13:50:14 #12 10.35 Setting up libpcre2-32-0:armhf (10.37-0ubuntu2) ...
13:50:14 #12 10.36 Setting up libuv1:armhf (1.40.0-2ubuntu1) ...
13:50:14 #12 10.37 Setting up bash-completion (1:2.11-2ubuntu1) ...
13:50:14 #12 10.88 Setting up pkg-config (0.29.2-1ubuntu1) ...
13:50:14 #12 10.93 Setting up libudev-dev:armhf (248.3-1ubuntu8.6) ...
13:50:14 #12 10.94 Setting up libjsoncpp24:armhf (1.9.4-4build1) ...
13:50:14 #12 10.95 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu3) ...
13:50:14 #12 10.96 Setting up libpcre2-posix3:armhf (10.37-0ubuntu2) ...
13:50:14 #12 10.98 Setting up libbtrfs-dev:armhf (5.10.1-2build1) ...
13:50:14 #12 10.99 Setting up librhash0:armhf (1.4.1-2build1) ...
13:50:14 #12 11.00 Setting up cmake-data (3.18.4-2ubuntu2) ...
13:50:14 #12 11.01 Setting up dh-apparmor (3.0.3-0ubuntu1) ...
13:50:14 #12 11.03 Setting up libsystemd-dev:armhf (248.3-1ubuntu8.6) ...
13:50:14 #12 11.04 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1ubuntu3) ...
13:50:14 #12 11.05 Setting up libpcre2-dev:armhf (10.37-0ubuntu2) ...
13:50:14 #12 11.06 Setting up libselinux1-dev:armhf (3.1-3build2) ...
13:50:14 #12 11.07 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1ubuntu3) ...
13:50:14 #12 11.09 Setting up cmake (3.18.4-2ubuntu2) ...
13:50:14 #12 11.10 Setting up docker-ce-build-deps (1.0) ...
13:50:14 #12 11.11 Processing triggers for man-db (2.9.4-2) ...
13:50:14 #12 11.13 Processing triggers for libc-bin (2.34-0ubuntu3.2) ...
13:50:15 #12 DONE 11.3s
13:50:15 
13:50:15 #13 [stage-1 6/9] COPY sources/ /sources
13:50:15 #13 sha256:8086fec2513f77fd15e01ce05e38dbd35d1139434882640ce2cea5f512d22367
13:50:15 #13 DONE 0.1s
13:50:15 
13:50:15 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
13:50:15 #15 sha256:1afdb86ecd6afc6ed764a3c593cbaa0cb02ed63827917a5cb386aeaae667bf63
13:50:17 #15 DONE 2.5s
13:50:17 
13:50:17 #16 [stage-1 8/9] WORKDIR /root/build-deb
13:50:17 #16 sha256:22aeeed206f73558e4a0677a141b183846cb1623d90386adf5e19c82514d44ce
13:50:17 #16 DONE 0.0s
13:50:17 
13:50:17 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
13:50:17 #17 sha256:5b1ba2e51aa61f45a7bcb0a3ac94efb353b98ee129fbe62479dd7ad0e1f223ac
13:50:17 #17 DONE 0.0s
13:50:17 
13:50:17 #18 exporting to image
13:50:17 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:50:17 #18 exporting layers
13:50:29 #18 exporting layers 11.3s done
13:50:29 #18 writing image sha256:fafa3e77e1c17ce2ab4e1797b2cec12bca6c1eebe1bff1bdce38a7e27b93037e done
13:50:29 #18 naming to docker.io/debbuild-ubuntu-impish/aarch64 done
13:50:29 #18 DONE 11.3s
13:50:29 docker run --rm -e PLATFORM -e GOPROXY=https://proxy.golang.org -e EPOCH='5' -e DEB_VERSION=0.0.0-20220511162217-aa7e414 -e VERSION=0.0.0-20220511162217-aa7e414 -e CLI_GITCOMMIT=aa7e414 -e ENGINE_GITCOMMIT=90033ab -e COMPOSE_VERSION=v2.6.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/debbuild/ubuntu-impish:/build  debbuild-ubuntu-impish/aarch64
13:50:29 + set -e
13:50:29 + mkdir -p /root/build-deb/engine
13:50:29 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:50:29 + mkdir -p /root/build-deb/cli
13:50:29 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:50:30 + mkdir -p /root/build-deb/compose
13:50:30 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:50:30 + mkdir -p /root/build-deb/scan-cli-plugin
13:50:30 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:50:30 + mkdir -p /go/src/github.com/docker
13:50:30 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:50:30 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:50:30 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:50:30 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:50:30 + EPOCH=5
13:50:30 + EPOCH_SEP=
13:50:30 + [[ ! -z 5 ]]
13:50:30 + EPOCH_SEP=:
13:50:30 VERSION AAA 0.0.0-20220511162217-aa7e414
13:50:30 + [[ -z 0.0.0-20220511162217-aa7e414 ]]
13:50:30 + echo VERSION AAA 0.0.0-20220511162217-aa7e414
13:50:30 + VERSION=0.0.0-20220511162217-aa7e414
13:50:30 + echo VERSION bbb 0.0.0-20220511162217-aa7e414
13:50:30 VERSION bbb 0.0.0-20220511162217-aa7e414
13:50:30 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:50:30 + debSource=docker-ce
13:50:30 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:50:30 + debMaintainer='Docker <support@docker.com>'
13:50:30 ++ date --rfc-2822
13:50:30 + debDate='Tue, 31 May 2022 13:50:30 +0000'
13:50:30 + cat
13:50:30 + export CLI_GITCOMMIT=aa7e414
13:50:30 + CLI_GITCOMMIT=aa7e414
13:50:30 + export ENGINE_GITCOMMIT=90033ab
13:50:30 + ENGINE_GITCOMMIT=90033ab
13:50:30 VERSION BBB 0.0.0-20220511162217-aa7e414
13:50:30 + export SCAN_GITCOMMIT=061fe0a
13:50:30 + SCAN_GITCOMMIT=061fe0a
13:50:30 + echo VERSION BBB 0.0.0-20220511162217-aa7e414
13:50:30 + dpkg-buildpackage -uc -us -I.git
13:50:30 dpkg-buildpackage: info: source package docker-ce
13:50:30 dpkg-buildpackage: info: source version 5:0.0.0-20220511162217-aa7e414-0~ubuntu-impish
13:50:30 dpkg-buildpackage: info: source distribution impish
13:50:30 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:50:30 dpkg-buildpackage: info: host architecture armhf
13:50:30  dpkg-source -I.git --before-build .
13:50:30  debian/rules clean
13:50:30 dh clean --with=bash-completion --with=systemd
13:50:30    dh_clean
13:50:30  dpkg-source -I.git -b .
13:50:30 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:50:30 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:50:30 dpkg-source: warning: native package version may not have a revision
13:50:30 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220511162217-aa7e414-0~ubuntu'
13:50:30 dpkg-source: info: using source format '1.0'
13:50:30 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish.tar.gz
13:50:40 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish.dsc
13:50:40  debian/rules build
13:50:40 dh build --with=bash-completion --with=systemd
13:50:40    dh_update_autotools_config
13:50:41    dh_autoreconf
13:50:41    debian/rules override_dh_auto_build
13:50:41 make[1]: Entering directory '/root/build-deb'
13:50:41 # Build the daemon and dependencies
13:50:41 cd engine && DOCKER_GITCOMMIT=90033ab PRODUCT=docker ./hack/make.sh dynbinary
13:50:41 
13:50:41 Removing bundles/
13:50:41 
13:50:41 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:50:41 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:50:41 GOOS="" GOARCH="" GOARM=""
13:52:17 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:52:17 
13:52:17 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:52:17 + RM_GOPATH=0
13:52:17 + TMP_GOPATH=/go
13:52:17 + : /usr/local/bin
13:52:17 + '[' -z /go ']'
13:52:17 + export GOPATH=/go
13:52:17 + GOPATH=/go
13:52:17 + case "$(go env GOARCH)" in
13:52:17 ++ go env GOARCH
13:52:17 + export GO_BUILDMODE=-buildmode=pie
13:52:17 + GO_BUILDMODE=-buildmode=pie
13:52:17 ++ dirname hack/dockerfile/install/install.sh
13:52:17 + dir=hack/dockerfile/install
13:52:17 + bin=tini
13:52:17 + shift
13:52:17 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:52:17 + . hack/dockerfile/install/tini.installer
13:52:17 ++ : v0.19.0
13:52:17 + install_tini
13:52:17 + echo 'Install tini version v0.19.0'
13:52:17 + git clone https://github.com/krallin/tini.git /go/tini
13:52:17 Install tini version v0.19.0
13:52:17 Cloning into '/go/tini'...
13:52:17 + cd /go/tini
13:52:17 + git checkout -q v0.19.0
13:52:17 + cmake .
13:52:17 -- The C compiler identification is GNU 11.2.0
13:52:17 -- Detecting C compiler ABI info
13:52:17 -- Detecting C compiler ABI info - done
13:52:17 -- Check for working C compiler: /usr/bin/cc - skipped
13:52:17 -- Detecting C compile features
13:52:17 -- Detecting C compile features - done
13:52:17 -- Performing Test HAS_BUILTIN_FORTIFY
13:52:17 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:52:17 -- Configuring done
13:52:17 -- Generating done
13:52:17 -- Build files have been written to: /go/tini
13:52:17 + make tini-static
13:52:17 make[2]: Entering directory '/go/tini'
13:52:17 make[3]: Entering directory '/go/tini'
13:52:17 make[4]: Entering directory '/go/tini'
13:52:17 make[5]: Entering directory '/go/tini'
13:52:17 Scanning dependencies of target tini-static
13:52:17 make[5]: Leaving directory '/go/tini'
13:52:17 make[5]: Entering directory '/go/tini'
13:52:17 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:52:17 [100%] Linking C executable tini-static
13:52:17 make[5]: Leaving directory '/go/tini'
13:52:17 [100%] Built target tini-static
13:52:17 make[4]: Leaving directory '/go/tini'
13:52:17 make[3]: Leaving directory '/go/tini'
13:52:17 make[2]: Leaving directory '/go/tini'
13:52:17 + mkdir -p /usr/local/bin
13:52:17 + cp tini-static /usr/local/bin/docker-init
13:52:17 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
13:52:17 + RM_GOPATH=0
13:52:17 + TMP_GOPATH=/go
13:52:17 + : /usr/local/bin
13:52:17 + '[' -z /go ']'
13:52:17 + export GOPATH=/go
13:52:17 + GOPATH=/go
13:52:17 + case "$(go env GOARCH)" in
13:52:17 ++ go env GOARCH
13:52:17 + export GO_BUILDMODE=-buildmode=pie
13:52:17 + GO_BUILDMODE=-buildmode=pie
13:52:17 ++ dirname hack/dockerfile/install/install.sh
13:52:17 + dir=hack/dockerfile/install
13:52:17 + bin=proxy
13:52:17 + shift
13:52:17 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
13:52:17 + . hack/dockerfile/install/proxy.installer
13:52:17 ++ : 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:52:17 + install_proxy dynamic
13:52:17 + case "$1" in
13:52:17 + install_proxy_dynamic
13:52:17 + export PROXY_LDFLAGS=-linkmode=external install_proxy
13:52:17 + PROXY_LDFLAGS=-linkmode=external
13:52:17 + export BUILD_MODE=-buildmode=pie
13:52:17 + BUILD_MODE=-buildmode=pie
13:52:17 + _install_proxy
13:52:17 + echo 'Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b'
13:52:17 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
13:52:17 Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:52:17 Cloning into '/go/src/github.com/docker/libnetwork'...
13:52:17 + cd /go/src/github.com/docker/libnetwork
13:52:17 + git checkout -q 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:52:17 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:52:17 + return
13:52:17 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:52:17 + RM_GOPATH=0
13:52:17 + TMP_GOPATH=/go
13:52:17 + : /usr/local/bin
13:52:17 + '[' -z /go ']'
13:52:17 + export GOPATH=/go
13:52:17 + GOPATH=/go
13:52:17 + case "$(go env GOARCH)" in
13:52:17 ++ go env GOARCH
13:52:17 + export GO_BUILDMODE=-buildmode=pie
13:52:17 + GO_BUILDMODE=-buildmode=pie
13:52:17 ++ dirname hack/dockerfile/install/install.sh
13:52:17 + dir=hack/dockerfile/install
13:52:17 + bin=rootlesskit
13:52:17 + shift
13:52:17 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:52:17 + . hack/dockerfile/install/rootlesskit.installer
13:52:17 ++ : v0.14.4
13:52:17 + install_rootlesskit dynamic
13:52:17 + case "$1" in
13:52:17 + install_rootlesskit_dynamic
13:52:17 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:52:17 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:52:17 + export BUILD_MODE=-buildmode=pie
13:52:17 + BUILD_MODE=-buildmode=pie
13:52:17 + _install_rootlesskit
13:52:17 + echo 'Install rootlesskit version v0.14.4'
13:52:17 + for f in rootlesskit rootlesskit-docker-proxy
13:52:17 + GOBIN=/usr/local/bin
13:52:17 + GO111MODULE=on
13:52:17 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
13:52:17 Install rootlesskit version v0.14.4
13:52:17 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
13:52:17 go: downloading github.com/pkg/errors v0.9.1
13:52:17 go: downloading github.com/sirupsen/logrus v1.8.1
13:52:17 go: downloading github.com/urfave/cli/v2 v2.3.0
13:52:17 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:52:17 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:52:17 go: downloading github.com/google/uuid v1.3.0
13:52:17 go: downloading github.com/moby/vpnkit v0.5.0
13:52:17 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:52:17 go: downloading github.com/gofrs/flock v0.8.1
13:52:17 go: downloading github.com/gorilla/mux v1.8.0
13:52:17 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:52:17 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:52:17 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:52:17 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:52:18 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:52:24 + for f in rootlesskit rootlesskit-docker-proxy
13:52:24 + GOBIN=/usr/local/bin
13:52:24 + GO111MODULE=on
13:52:24 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
13:52:25 + return
13:52:25 # Build the CLI
13:52:25 cd /go/src/github.com/docker/cli && \
13:52:25 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220511162217-aa7e414 GITCOMMIT=aa7e414 dynbinary manpages
13:52:25 make[2]: Entering directory '/root/build-deb/cli'
13:52:25 GO_LINKMODE=dynamic ./scripts/build/binary
13:52:25 Building dynamic docker-linux-arm-v6
13:53:47 scripts/docs/generate-man.sh
13:55:08 Project root: /go/src/github.com/docker/cli
13:55:08 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
13:55:08 2022/05/31 13:55:07 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
13:55:08 make[2]: Leaving directory '/root/build-deb/cli'
13:55:08 # Build the compose plugin
13:55:08 # FIXME: using GOPROXY, to work around:
13:55:08 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:55:08 cd /go/src/github.com/docker/compose \
13:55:08 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:55:08 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:55:08 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.6.0 \
13:55:08 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:55:55 make[2]: Entering directory '/root/build-deb/compose'
13:55:55 GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.6.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:57:02 make[2]: Leaving directory '/root/build-deb/compose'
13:57:02 # Build the scan-plugin
13:57:02 # TODO change once we support scan-plugin on other architectures
13:57:02 if [ "armhf" = "amd64" ]; then \
13:57:02 	cd /go/src/github.com/docker/scan-cli-plugin \
13:57:02 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:57:02 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:57:02 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:57:02 fi
13:57:02 # Build the CLI plugins
13:57:02 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
13:57:02 set -e;cd /sources && \
13:57:02 	tar xzf plugin-installers.tgz; \
13:57:02 	for installer in plugins/*.installer; do \
13:57:02 		LDFLAGS='' bash ${installer} build; \
13:57:02 	done
13:57:02 Cloning into '/go/src/github.com/docker/app'...
13:57:05 Fetching origin
13:57:05 make[2]: Entering directory '/go/src/github.com/docker/app'
13:57:05 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
13:58:13 make[2]: Leaving directory '/go/src/github.com/docker/app'
13:58:13 Cloning into '/go/src/github.com/docker/buildx'...
13:58:13 Fetching origin
13:58:13 + GO111MODULE=on
13:58:13 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2-docker -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
13:59:49 make[1]: Leaving directory '/root/build-deb'
13:59:49    debian/rules override_dh_auto_test
13:59:49 make[1]: Entering directory '/root/build-deb'
13:59:49 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:59:49 	test "$ver" = "Docker version 0.0.0-20220511162217-aa7e414, build 90033ab" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:59:49 PASS: daemon version OK
13:59:49 ver="$(cli/build/docker --version)"; \
13:59:49 	test "$ver" = "Docker version 0.0.0-20220511162217-aa7e414, build aa7e414" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:59:49 PASS: cli version OK
13:59:49 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:59:49 	test "$ver" = "v2.6.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:59:49 PASS: docker-compose version OK
13:59:49 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:59:49 # TODO change once we support scan-plugin on other architectures
13:59:49 if [ "armhf" = "amd64" ]; then \
13:59:49 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:59:49 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:59:49 fi
13:59:49 make[1]: Leaving directory '/root/build-deb'
13:59:49    create-stamp debian/debhelper-build-stamp
13:59:49  debian/rules binary
13:59:49 dh binary --with=bash-completion --with=systemd
13:59:49    dh_testroot
13:59:49    dh_prep
13:59:49    debian/rules override_dh_auto_install
13:59:49 make[1]: Entering directory '/root/build-deb'
13:59:49 # docker-ce-cli install
13:59:49 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
13:59:49 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:59:49 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:59:49 set -e;cd /sources && \
13:59:49 	tar xzf plugin-installers.tgz; \
13:59:49 	for installer in plugins/*.installer; do \
13:59:49 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
13:59:49 		PREFIX=/usr/libexec/docker/cli-plugins \
13:59:49 			bash ${installer} install_plugin; \
13:59:49 	done
13:59:49 # docker-ce install
13:59:49 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:59:49 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:59:49 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414 debian/docker-ce/usr/bin/dockerd
13:59:49 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:59:49 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:59:49 # docker-compose-plugin install
13:59:49 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:59:49 # docker-scan-plugin install
13:59:49 # TODO change once we support scan-plugin on other architectures
13:59:49 if [ "armhf" = "amd64" ]; then \
13:59:49 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:59:49 fi
13:59:49 # docker-ce-rootless-extras install
13:59:49 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:59:49 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:59:49 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:59:49 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:59:49 # TODO: how can we install vpnkit?
13:59:49 make[1]: Leaving directory '/root/build-deb'
13:59:49    debian/rules override_dh_install
13:59:49 make[1]: Entering directory '/root/build-deb'
13:59:49 dh_install
13:59:49 # TODO Can we do this from within our container?
13:59:49 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:59:49 make[1]: Leaving directory '/root/build-deb'
13:59:49    dh_installdocs
13:59:49    dh_installchangelogs
13:59:49    dh_installman
13:59:49    dh_bash-completion
13:59:49    dh_systemd_enable
13:59:49    debian/rules override_dh_installinit
13:59:49 make[1]: Entering directory '/root/build-deb'
13:59:49 # use "docker" as our service name, not "docker-ce"
13:59:49 dh_installinit --name=docker
13:59:49 make[1]: Leaving directory '/root/build-deb'
13:59:49    dh_systemd_start
13:59:49    dh_perl
13:59:49    dh_link
13:59:49    dh_strip_nondeterminism
13:59:49    dh_compress
13:59:49    dh_fixperms
13:59:49    dh_missing
13:59:49    debian/rules override_dh_strip
13:59:49 make[1]: Entering directory '/root/build-deb'
13:59:49 # Go has lots of problems with stripping, so just don't
13:59:49 make[1]: Leaving directory '/root/build-deb'
13:59:49    dh_makeshlibs
13:59:49    debian/rules override_dh_shlibdeps
13:59:49 make[1]: Entering directory '/root/build-deb'
13:59:49 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:59:52 make[1]: Leaving directory '/root/build-deb'
13:59:52    dh_installdeb
13:59:52    debian/rules override_dh_gencontrol
13:59:52 make[1]: Entering directory '/root/build-deb'
13:59:52 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:59:52 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:59:52 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:59:52 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:59:52 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:59:52 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:59:52 if [ "armhf" = "amd64" ]; then \
13:59:52 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:59:52 fi
13:59:52 dh_gencontrol --remaining-packages
13:59:52 make[1]: Leaving directory '/root/build-deb'
13:59:52    dh_md5sums
13:59:53    debian/rules override_dh_builddeb
13:59:53 make[1]: Entering directory '/root/build-deb'
13:59:53 dh_builddeb -- -Zxz
13:59:53 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.deb'.
13:59:53 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.deb'.
14:00:08 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.6.0~ubuntu-impish_armhf.deb'.
14:00:22 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.deb'.
14:01:01 make[1]: Leaving directory '/root/build-deb'
14:01:01  dpkg-genbuildinfo
14:01:02  dpkg-genchanges  >../docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.changes
14:01:03 dpkg-genchanges: info: including full source code in upload
14:01:03  dpkg-source -I.git --after-build .
14:01:03 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
14:01:03 + destination=/build
14:01:03 + mkdir -p /build
14:01:03 + mv -v /root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.deb /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish.dsc /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish.tar.gz /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.buildinfo /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.changes /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.deb /root/docker-compose-plugin_2.6.0~ubuntu-impish_armhf.deb /build
14:01:03 copied '/root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.deb'
14:01:03 removed '/root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.deb'
14:01:03 copied '/root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.deb'
14:01:03 removed '/root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.deb'
14:01:03 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish.dsc' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish.dsc'
14:01:03 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish.dsc'
14:01:03 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish.tar.gz' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish.tar.gz'
14:01:03 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish.tar.gz'
14:01:03 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.buildinfo'
14:01:03 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.buildinfo'
14:01:03 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.changes' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.changes'
14:01:03 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.changes'
14:01:03 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.deb' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.deb'
14:01:03 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_armhf.deb'
14:01:03 copied '/root/docker-compose-plugin_2.6.0~ubuntu-impish_armhf.deb' -> '/build/docker-compose-plugin_2.6.0~ubuntu-impish_armhf.deb'
14:01:03 removed '/root/docker-compose-plugin_2.6.0~ubuntu-impish_armhf.deb'
14:01:10 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-impish"
14:01:11 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'