Skip to content

Console Output

13:48:42 + make REF=20.10 ubuntu-focal
13:48:42 git init src/github.com/docker/cli
13:48:42 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
13:48:42 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:48:42 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
13:48:42 + SRC=src/github.com/docker/cli
13:48:42 + REF=20.10
13:48:42 + REF_FETCH=20.10
13:48:42 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
13:48:42 + awk {print $2}
13:48:42 + REF=refs/heads/20.10
13:48:42 + [ -n refs/heads/20.10 ]
13:48:42 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:42 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:48:43 From https://github.com/docker/cli
13:48:43  * [new branch]      20.10      -> 20.10
13:48:43  * [new tag]         v20.10.16  -> v20.10.16
13:48:43  * [new branch]      20.10      -> origin/20.10
13:48:43 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
13:48:43 git init src/github.com/docker/docker
13:48:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
13:48:43 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:48:43 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
13:48:43 + SRC=src/github.com/docker/docker
13:48:43 + REF=20.10
13:48:43 + REF_FETCH=20.10
13:48:43 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
13:48:43 + 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:46 + SRC=src/github.com/docker/compose
13:48:46 + REF=v2.6.0
13:48:46 + REF_FETCH=v2.6.0
13:48:46 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.6.0
13:48:46 + 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:47 From https://github.com/docker/compose
13:48:47  * [new tag]         v2.6.0     -> v2.6.0
13:48:47 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.6.0
13:48:47 git init src/github.com/docker/scan-cli-plugin
13:48:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
13:48:47 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:48:47 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:48:47 + SRC=src/github.com/docker/scan-cli-plugin
13:48:47 + REF=v0.17.0
13:48:47 + REF_FETCH=v0.17.0
13:48:47 + + git -C src/github.com/docker/scan-cli-plugin ls-remote --refsawk --heads {print $2} --tags
13:48:47  origin v0.17.0
13:48:47 + REF=refs/tags/v0.17.0
13:48:47 + [ -n refs/tags/v0.17.0 ]
13:48:47 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
13:48:47 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
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-focal
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:51 mkdir -p sources
13:48:51 docker run --rm -w /v \
13:48:51 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
13:48:51 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:51 	alpine \
13:48:51 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
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/compose:/compose \
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/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:55 mkdir -p sources
13:48:55 cp ../systemd/docker.service sources/docker.service
13:48:55 mkdir -p sources
13:48:55 cp ../systemd/docker.socket sources/docker.socket
13:48:55 docker run --rm -w /v \
13:48:55 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
13:48:55 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:55 	alpine \
13:48:55 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
13:48:56 == Building packages for ubuntu-focal ==
13:48:56 mkdir -p "debbuild/ubuntu-focal"
13:48:56 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.10-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/aarch64 -f ubuntu-focal/Dockerfile .
13:48:56 #1 [internal] load build definition from Dockerfile
13:48:56 #1 sha256:359ed77d6e35e88f015889ef91056aababd6c10944d5b65aa2d9ae1fc256f8db
13:48:56 #1 transferring dockerfile: 1.22kB done
13:48:56 #1 DONE 0.0s
13:48:56 
13:48:56 #2 [internal] load .dockerignore
13:48:56 #2 sha256:5dafeea83bdf0d4770cab792e50c7e1510a5a61ef8798e84906cb6dc4dd1537f
13:48:56 #2 transferring context: 2B done
13:48:56 #2 DONE 0.0s
13:48:56 
13:48:56 #4 [internal] load metadata for docker.io/library/golang:1.17.10-buster
13:48:56 #4 sha256:187e15fb05664faf82364bfba092da55f13ec639c696e30d825cf5da27151e9c
13:48:56 #4 ...
13:48:56 
13:48:56 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
13:48:56 #5 sha256:287bb3c413027700284335027d72e5f418a19b3413f207413ac7ffcdcef52c6a
13:48:56 #5 DONE 0.0s
13:48:56 
13:48:56 #6 [auth] library/golang:pull token for registry-1.docker.io
13:48:56 #6 sha256:bcb56baf45ba7555c1b205ae0b47dc95c9b2d61de0cae9da91276f455b3d47f0
13:48:56 #6 DONE 0.0s
13:48:56 
13:48:56 #3 [internal] load metadata for docker.io/library/ubuntu:focal
13:48:56 #3 sha256:dfa5d3305e5f290f27a742dff585bdd2c33d5301a2478b881038815a355609ea
13:48:56 #3 DONE 0.3s
13:48:56 
13:48:56 #4 [internal] load metadata for docker.io/library/golang:1.17.10-buster
13:48:56 #4 sha256:187e15fb05664faf82364bfba092da55f13ec639c696e30d825cf5da27151e9c
13:48:56 #4 DONE 0.4s
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 resolve docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a 0.0s done
13:48:56 #14 DONE 0.0s
13:48:56 
13:48:56 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:47f14534bda344d9fe6ffd6effb95eefe579f4be0d508b7445cf77f61a0e5724
13:48:56 #7 sha256:09c9406b793e843e3efdb9a89bb3c741dc0db1bbbd710d80143f7187b5980b7c
13:48:56 #7 resolve docker.io/library/ubuntu:focal@sha256:47f14534bda344d9fe6ffd6effb95eefe579f4be0d508b7445cf77f61a0e5724 0.1s done
13:48:56 #7 DONE 0.1s
13:48:56 
13:48:56 #10 [internal] load build context
13:48:56 #10 sha256:bf62bd5f8d78ecbfb78ded7f970e15e0714c9704eb374dd86e9bde0e53479a36
13:48:57 #10 transferring context: 19.78MB 1.0s done
13:48:57 #10 DONE 1.0s
13:48:57 
13:48:57 #14 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:48:57 #14 sha256:23e0167fe85cde87d6fc5fa8b66199b775285be4d3b5d0959960948bbd4b5a51
13:48:57 #14 sha256:6464aa3db830de2e740260d4748d34b49d0e28fcf50212318f4d539a7a6e2a91 1.79kB / 1.79kB done
13:48:57 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 15.73MB / 103.16MB 0.9s
13:48:57 #14 sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a 1.86kB / 1.86kB done
13:48:57 #14 sha256:8984ab7a8b9f9e975e4c93c24b516552e7446a385fae64dd3ca759888ddd6a18 7.13kB / 7.13kB done
13:48:57 #14 sha256:433709cb9dec5c33d3d900ce18e63bb4b3d6914fbc980ba4ccc427358590326b 156B / 156B 0.1s done
13:48:57 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 20.97MB / 103.16MB 1.1s
13:48:58 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 26.21MB / 103.16MB 1.3s
13:48:58 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 31.46MB / 103.16MB 1.5s
13:48:58 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 37.75MB / 103.16MB 1.7s
13:48:58 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 42.99MB / 103.16MB 1.9s
13:48:58 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 48.23MB / 103.16MB 2.2s
13:48:59 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 53.94MB / 103.16MB 2.4s
13:48:59 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 62.91MB / 103.16MB 2.7s
13:48:59 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 68.16MB / 103.16MB 3.0s
13:49:00 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 74.45MB / 103.16MB 3.3s
13:49:00 #14 ...
13:49:00 
13:49:00 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:47f14534bda344d9fe6ffd6effb95eefe579f4be0d508b7445cf77f61a0e5724
13:49:00 #7 sha256:09c9406b793e843e3efdb9a89bb3c741dc0db1bbbd710d80143f7187b5980b7c
13:49:00 #7 sha256:6d3dbf2c88b9eed84cee7427e9fc590a188443d72668941196c7395d8af26dc2 1.48kB / 1.48kB done
13:49:00 #7 sha256:b20724a4297c7ca8b89f31d6ad53e7ead0c17c7908a4592871cdc97332193580 24.07MB / 24.07MB 1.4s done
13:49:00 #7 sha256:47f14534bda344d9fe6ffd6effb95eefe579f4be0d508b7445cf77f61a0e5724 1.42kB / 1.42kB done
13:49:00 #7 sha256:681dcdedc7ac9708764c1018cb9785907298c490cee08717ce57d401258ac876 529B / 529B done
13:49:00 #7 extracting sha256:b20724a4297c7ca8b89f31d6ad53e7ead0c17c7908a4592871cdc97332193580 1.8s done
13:49:00 #7 DONE 3.6s
13:49:00 
13:49:00 #14 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:49:00 #14 sha256:23e0167fe85cde87d6fc5fa8b66199b775285be4d3b5d0959960948bbd4b5a51
13:49:00 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 81.79MB / 103.16MB 3.6s
13:49:00 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 89.13MB / 103.16MB 3.9s
13:49:01 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 94.37MB / 103.16MB 4.1s
13:49:01 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 103.16MB / 103.16MB 4.4s
13:49:02 #14 ...
13:49:02 
13:49:02 #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:49:02 #8 sha256:dc9b4ad93b235698996f80063b372f9562fe4a72abbbfd977d854aee3ff05a77
13:49:02 #8 DONE 1.8s
13:49:02 
13:49:02 #14 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:49:02 #14 sha256:23e0167fe85cde87d6fc5fa8b66199b775285be4d3b5d0959960948bbd4b5a51
13:49:02 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 103.16MB / 103.16MB 5.2s done
13:49:02 #14 extracting sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe
13:49:08 #14 extracting sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 5.5s
13:49:10 #14 extracting sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 8.5s done
13:49:11 #14 extracting sha256:433709cb9dec5c33d3d900ce18e63bb4b3d6914fbc980ba4ccc427358590326b done
13:49:11 #14 DONE 14.2s
13:49:11 
13:49:11 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:49:11 #9 sha256:4df9e5b1484c836af67ea42b2fd0ed0f9357f7fab5fa9b46a9bc463c6ebd438a
13:49:11 #9 1.044 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
13:49:11 #9 1.444 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
13:49:11 #9 1.540 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
13:49:11 #9 1.639 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
13:49:11 #9 1.734 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/multiverse armhf Packages [141 kB]
13:49:11 #9 1.775 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/restricted armhf Packages [10.8 kB]
13:49:11 #9 1.775 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf Packages [10.9 MB]
13:49:11 #9 2.519 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main armhf Packages [1227 kB]
13:49:11 #9 2.541 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf Packages [1284 kB]
13:49:11 #9 2.545 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse armhf Packages [9585 B]
13:49:11 #9 2.545 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf Packages [958 kB]
13:49:11 #9 2.599 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted armhf Packages [16.4 kB]
13:49:11 #9 2.599 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe armhf Packages [27.1 kB]
13:49:11 #9 2.602 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/main armhf Packages [53.7 kB]
13:49:11 #9 2.615 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/universe armhf Packages [677 kB]
13:49:11 #9 2.663 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf Packages [929 kB]
13:49:11 #9 2.715 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted armhf Packages [16.2 kB]
13:49:11 #9 2.715 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse armhf Packages [4736 B]
13:49:11 #9 3.335 Fetched 16.9 MB in 3s (6303 kB/s)
13:49:11 #9 3.335 Reading package lists...
13:49:11 #9 4.354 Reading package lists...
13:49:11 #9 5.304 Building dependency tree...
13:49:11 #9 5.464 Reading state information...
13:49:11 #9 5.711 The following additional packages will be installed:
13:49:11 #9 5.711   at autoconf automake autopoint autotools-dev binutils
13:49:11 #9 5.711   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
13:49:11 #9 5.711   ca-certificates cpp cpp-9 dctrl-tools debhelper dh-autoreconf
13:49:11 #9 5.711   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
13:49:11 #9 5.711   fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git-man
13:49:11 #9 5.711   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
13:49:11 #9 5.711   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
13:49:11 #9 5.711   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:49:11 #9 5.711   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:49:11 #9 5.711   libarray-intspan-perl libasan5 libasn1-8-heimdal libassuan0
13:49:11 #9 5.711   libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
13:49:11 #9 5.711   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:49:11 #9 5.711   libbsd0 libc-dev-bin libc6 libc6-dev libcapture-tiny-perl libcbor0.6
13:49:11 #9 5.711   libcc1-0 libclass-method-modifiers-perl libclass-xsaccessor-perl
13:49:11 #9 5.711   libclone-perl libcommon-sense-perl libconst-fast-perl
13:49:11 #9 5.711   libcontextual-return-perl libcpanel-json-xs-perl libcroco3 libcrypt-dev
13:49:11 #9 5.711   libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdata-dump-perl
13:49:11 #9 5.711   libdata-optlist-perl libdebhelper-perl libdevel-callchecker-perl
13:49:11 #9 5.711   libdevel-size-perl libdigest-bubblebabble-perl libdigest-hmac-perl
13:49:11 #9 5.711   libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2
13:49:11 #9 5.711   libelf1 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
13:49:11 #9 5.711   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:49:11 #9 5.711   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
13:49:11 #9 5.711   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:49:11 #9 5.711   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
13:49:11 #9 5.711   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:49:11 #9 5.711   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
13:49:11 #9 5.711   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
13:49:11 #9 5.711   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
13:49:11 #9 5.711   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
13:49:11 #9 5.711   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:49:11 #9 5.711   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:49:11 #9 5.711   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:49:11 #9 5.711   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
13:49:11 #9 5.711   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
13:49:11 #9 5.711   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
13:49:11 #9 5.711   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
13:49:11 #9 5.711   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
13:49:11 #9 5.711   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
13:49:11 #9 5.711   libldap-common liblinux-epoll-perl liblist-compare-perl
13:49:11 #9 5.711   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
13:49:11 #9 5.711   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
13:49:11 #9 5.711   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
13:49:11 #9 5.711   libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
13:49:11 #9 5.711   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
13:49:11 #9 5.711   libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 libmpfr6
13:49:11 #9 5.711   libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
13:49:11 #9 5.711   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
13:49:11 #9 5.711   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
13:49:11 #9 5.711   libnumber-compare-perl libnumber-range-perl libobject-id-perl
13:49:11 #9 5.711   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:49:11 #9 5.711   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
13:49:11 #9 5.711   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
13:49:11 #9 5.711   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
13:49:11 #9 5.711   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
13:49:11 #9 5.711   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
13:49:11 #9 5.711   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
13:49:11 #9 5.711   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:49:11 #9 5.711   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
13:49:11 #9 5.711   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
13:49:11 #9 5.711   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
13:49:11 #9 5.711   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
13:49:11 #9 5.711   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:49:11 #9 5.711   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:49:11 #9 5.711   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
13:49:11 #9 5.711   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
13:49:11 #9 5.711   libtimedate-perl libtool libtry-tiny-perl libtype-tiny-perl
13:49:11 #9 5.711   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:49:11 #9 5.711   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
13:49:11 #9 5.711   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
13:49:11 #9 5.711   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:49:11 #9 5.711   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:49:11 #9 5.711   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
13:49:11 #9 5.711   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:49:11 #9 5.711   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
13:49:11 #9 5.711   openssh-client openssl patch patchutils perl perl-modules-5.30
13:49:11 #9 5.711   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
13:49:11 #9 5.711   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:49:11 #9 5.711   python3-debian python3-gpg python3-idna python3-magic python3-minimal
13:49:11 #9 5.711   python3-pkg-resources python3-requests python3-six python3-unidiff
13:49:11 #9 5.711   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
13:49:11 #9 5.715   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
13:49:11 #9 5.715   xz-utils
13:49:11 #9 5.715 Suggested packages:
13:49:11 #9 5.715   default-mta | mail-transport-agent autoconf-archive gnu-standards
13:49:11 #9 5.715   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
13:49:11 #9 5.715   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
13:49:11 #9 5.715   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
13:49:11 #9 5.715   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
13:49:11 #9 5.715   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:49:11 #9 5.715   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
13:49:11 #9 5.715   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
13:49:11 #9 5.715   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
13:49:11 #9 5.715   mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex
13:49:11 #9 5.715   bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev
13:49:11 #9 5.715   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
13:49:11 #9 5.715   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
13:49:11 #9 5.715   xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc locales bzr
13:49:11 #9 5.715   gdbm-l10n krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl
13:49:11 #9 5.715   libossp-uuid-perl libscalar-number-perl libsasl2-modules-gssapi-mit
13:49:11 #9 5.715   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:49:11 #9 5.715   libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl
13:49:11 #9 5.715   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:49:11 #9 5.715   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
13:49:11 #9 5.715   libxml-sax-expatxs-perl bash-completion binutils-multiarch
13:49:11 #9 5.715   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
13:49:11 #9 5.715   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
13:49:11 #9 5.715   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
13:49:11 #9 5.715   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
13:49:11 #9 5.715   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
13:49:11 #9 5.715   python3-cryptography python3-openssl python3-socks python3.8-venv
13:49:11 #9 5.715   python3.8-doc binfmt-support readline-doc zip wdiff-doc
13:49:11 #9 6.157 The following NEW packages will be installed:
13:49:11 #9 6.157   at autoconf automake autopoint autotools-dev binutils
13:49:11 #9 6.157   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
13:49:11 #9 6.157   ca-certificates cpp cpp-9 curl dctrl-tools debhelper devscripts
13:49:11 #9 6.157   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:49:11 #9 6.157   dpkg-dev dput dwz equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base
13:49:11 #9 6.157   gettext gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
13:49:11 #9 6.157   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
13:49:11 #9 6.157   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
13:49:11 #9 6.157   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
13:49:11 #9 6.157   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
13:49:11 #9 6.157   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
13:49:11 #9 6.157   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:49:11 #9 6.157   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
13:49:11 #9 6.157   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:49:11 #9 6.157   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
13:49:11 #9 6.157   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
13:49:11 #9 6.157   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
13:49:11 #9 6.157   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
13:49:11 #9 6.157   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
13:49:11 #9 6.157   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
13:49:11 #9 6.157   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
13:49:11 #9 6.157   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:49:11 #9 6.157   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
13:49:11 #9 6.157   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:49:11 #9 6.157   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
13:49:11 #9 6.157   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:49:11 #9 6.157   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
13:49:11 #9 6.157   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
13:49:11 #9 6.157   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
13:49:11 #9 6.157   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
13:49:11 #9 6.157   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:49:11 #9 6.157   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:49:11 #9 6.157   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:49:11 #9 6.157   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
13:49:11 #9 6.157   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
13:49:11 #9 6.157   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
13:49:11 #9 6.157   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
13:49:11 #9 6.157   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
13:49:11 #9 6.157   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
13:49:11 #9 6.157   libldap-common liblinux-epoll-perl liblist-compare-perl
13:49:11 #9 6.157   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
13:49:11 #9 6.157   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
13:49:11 #9 6.157   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
13:49:11 #9 6.157   libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
13:49:11 #9 6.157   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
13:49:11 #9 6.157   libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 libmpfr6
13:49:11 #9 6.157   libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
13:49:11 #9 6.157   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
13:49:11 #9 6.157   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
13:49:11 #9 6.157   libnumber-compare-perl libnumber-range-perl libobject-id-perl
13:49:11 #9 6.157   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:49:11 #9 6.157   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
13:49:11 #9 6.157   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
13:49:11 #9 6.157   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
13:49:11 #9 6.157   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
13:49:11 #9 6.157   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
13:49:11 #9 6.157   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
13:49:11 #9 6.157   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:49:11 #9 6.157   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
13:49:11 #9 6.157   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
13:49:11 #9 6.157   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
13:49:11 #9 6.157   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
13:49:11 #9 6.157   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:49:11 #9 6.157   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:49:11 #9 6.157   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
13:49:11 #9 6.157   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
13:49:11 #9 6.157   libtimedate-perl libtool libtry-tiny-perl libtype-tiny-perl
13:49:11 #9 6.157   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:49:11 #9 6.157   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
13:49:11 #9 6.157   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
13:49:11 #9 6.157   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:49:11 #9 6.157   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:49:11 #9 6.157   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
13:49:11 #9 6.157   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:49:11 #9 6.157   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
13:49:11 #9 6.157   openssh-client openssl patch patchutils perl perl-modules-5.30
13:49:11 #9 6.157   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
13:49:11 #9 6.157   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:49:11 #9 6.157   python3-debian python3-gpg python3-idna python3-magic python3-minimal
13:49:11 #9 6.157   python3-pkg-resources python3-requests python3-six python3-unidiff
13:49:11 #9 6.157   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
13:49:11 #9 6.157   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
13:49:11 #9 6.157   xz-utils
13:49:11 #9 6.157 The following packages will be upgraded:
13:49:11 #9 6.157   libc6
13:49:11 #9 6.564 1 upgraded, 349 newly installed, 0 to remove and 10 not upgraded.
13:49:11 #9 6.564 Need to get 94.0 MB of archives.
13:49:11 #9 6.564 After this operation, 362 MB of additional disk space will be used.
13:49:11 #9 6.564 Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libc6 armhf 2.31-0ubuntu9.9 [2455 kB]
13:49:11 #9 7.223 Get:2 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblocale-gettext-perl armhf 1.07-4 [16.2 kB]
13:49:11 #9 7.223 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssl1.1 armhf 1.1.1f-1ubuntu2.13 [1082 kB]
13:49:11 #9 7.246 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpython3.8-minimal armhf 3.8.10-0ubuntu1~20.04.4 [707 kB]
13:49:11 #9 7.302 Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libexpat1 armhf 2.2.9-1ubuntu0.4 [55.1 kB]
13:49:11 #9 7.302 Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3.8-minimal armhf 3.8.10-0ubuntu1~20.04.4 [1585 kB]
13:49:11 #9 7.374 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-minimal armhf 3.8.2-0ubuntu2 [23.6 kB]
13:49:11 #9 7.375 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main armhf mime-support all 3.64ubuntu1 [30.6 kB]
13:49:11 #9 7.375 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpdec2 armhf 2.4.2-3 [66.8 kB]
13:49:11 #9 7.376 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main armhf readline-common all 8.0-4 [53.5 kB]
13:49:11 #9 7.378 Get:11 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libreadline8 armhf 8.0-4 [109 kB]
13:49:11 #9 7.379 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsqlite3-0 armhf 3.31.1-4ubuntu0.3 [468 kB]
13:49:11 #9 7.390 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpython3.8-stdlib armhf 3.8.10-0ubuntu1~20.04.4 [1601 kB]
13:49:11 #9 7.462 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3.8 armhf 3.8.10-0ubuntu1~20.04.4 [387 kB]
13:49:11 #9 7.470 Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpython3-stdlib armhf 3.8.2-0ubuntu2 [7068 B]
13:49:11 #9 7.518 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3 armhf 3.8.2-0ubuntu2 [47.6 kB]
13:49:11 #9 7.518 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libbsd0 armhf 0.10.0-1 [49.8 kB]
13:49:11 #9 7.518 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main armhf bsdmainutils armhf 11.1.2ubuntu3 [176 kB]
13:49:11 #9 7.518 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libuchardet0 armhf 0.0.6-3build1 [62.4 kB]
13:49:11 #9 7.521 Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main armhf groff-base armhf 1.22.4-4build1 [759 kB]
13:49:11 #9 7.534 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgdbm6 armhf 1.18.1-5 [24.5 kB]
13:49:11 #9 7.534 Get:22 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpipeline1 armhf 1.5.2-2build1 [23.5 kB]
13:49:11 #9 7.585 Get:23 http://ports.ubuntu.com/ubuntu-ports focal/main armhf man-db armhf 2.9.1-1 [1077 kB]
13:49:11 #9 7.603 Get:24 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB]
13:49:11 #9 7.746 Get:25 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgdbm-compat4 armhf 1.18.1-5 [5852 B]
13:49:11 #9 7.746 Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libperl5.30 armhf 5.30.0-9ubuntu0.2 [3281 kB]
13:49:11 #9 7.945 Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf perl armhf 5.30.0-9ubuntu0.2 [224 kB]
13:49:11 #9 7.945 Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf openssl armhf 1.1.1f-1ubuntu2.13 [598 kB]
13:49:11 #9 7.951 Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf ca-certificates all 20210119~20.04.2 [145 kB]
13:49:11 #9 7.958 Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf distro-info-data all 0.43ubuntu1.10 [4704 B]
13:49:11 #9 7.958 Get:31 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmagic-mgc armhf 1:5.38-4 [218 kB]
13:49:11 #9 7.968 Get:32 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmagic1 armhf 1:5.38-4 [68.3 kB]
13:49:11 #9 7.970 Get:33 http://ports.ubuntu.com/ubuntu-ports focal/main armhf file armhf 1:5.38-4 [22.4 kB]
13:49:11 #9 7.973 Get:34 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf less armhf 551-1ubuntu0.1 [116 kB]
13:49:11 #9 7.977 Get:35 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libelf1 armhf 0.176-1.1build1 [41.3 kB]
13:49:11 #9 8.010 Get:36 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libglib2.0-0 armhf 2.64.6-1~ubuntu20.04.4 [1125 kB]
13:49:11 #9 8.084 Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
13:49:11 #9 8.084 Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf tzdata all 2022a-0ubuntu0.20.04 [294 kB]
13:49:11 #9 8.093 Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libicu66 armhf 66.1-2ubuntu2.1 [8223 kB]
13:49:11 #9 8.533 Get:40 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libxml2 armhf 2.9.10+dfsg-5ubuntu0.20.04.3 [546 kB]
13:49:11 #9 8.539 Get:41 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libyaml-0-2 armhf 0.2.2-1 [41.3 kB]
13:49:11 #9 8.539 Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main armhf lsb-release all 11.1.0ubuntu2 [10.6 kB]
13:49:11 #9 8.552 Get:43 http://ports.ubuntu.com/ubuntu-ports focal/main armhf netbase all 6.1 [13.1 kB]
13:49:11 #9 8.552 Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-pkg-resources all 45.2.0-1 [130 kB]
13:49:11 #9 8.552 Get:45 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-six all 1.14.0-2 [12.1 kB]
13:49:11 #9 8.552 Get:46 http://ports.ubuntu.com/ubuntu-ports focal/main armhf shared-mime-info armhf 1.15-1 [428 kB]
13:49:11 #9 8.552 Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main armhf ucf all 3.0038+nmu1 [51.6 kB]
13:49:11 #9 8.552 Get:48 http://ports.ubuntu.com/ubuntu-ports focal/main armhf xdg-user-dirs armhf 0.17-2ubuntu1 [46.8 kB]
13:49:11 #9 8.599 Get:49 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf xz-utils armhf 5.2.4-1ubuntu1.1 [81.0 kB]
13:49:11 #9 8.671 Get:50 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gettext-base armhf 0.19.8.1-10build1 [46.0 kB]
13:49:11 #9 8.672 Get:51 http://ports.ubuntu.com/ubuntu-ports focal/main armhf iso-codes all 4.4-1 [2695 kB]
13:49:11 #9 8.790 Get:52 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf krb5-locales all 1.17-6ubuntu4.1 [11.4 kB]
13:49:11 #9 8.790 Get:53 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcbor0.6 armhf 0.6.0-0ubuntu1 [17.3 kB]
13:49:11 #9 8.790 Get:54 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libedit2 armhf 3.1-20191231-1 [71.7 kB]
13:49:11 #9 8.790 Get:55 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfido2-1 armhf 1.3.1-1ubuntu2 [43.2 kB]
13:49:11 #9 8.791 Get:56 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5support0 armhf 1.17-6ubuntu4.1 [28.0 kB]
13:49:11 #9 8.793 Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libk5crypto3 armhf 1.17-6ubuntu4.1 [79.5 kB]
13:49:11 #9 8.796 Get:58 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libkeyutils1 armhf 1.6-6ubuntu1 [9172 B]
13:49:11 #9 8.796 Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5-3 armhf 1.17-6ubuntu4.1 [287 kB]
13:49:11 #9 8.821 Get:60 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgssapi-krb5-2 armhf 1.17-6ubuntu4.1 [101 kB]
13:49:11 #9 8.901 Get:61 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpsl5 armhf 0.21.0-1ubuntu1 [50.2 kB]
13:49:11 #9 8.901 Get:62 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxau6 armhf 1:1.0.9-0ubuntu1 [6612 B]
13:49:11 #9 8.901 Get:63 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu1 [9160 B]
13:49:11 #9 8.901 Get:64 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxcb1 armhf 1.14-2 [41.3 kB]
13:49:11 #9 8.901 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
13:49:11 #9 8.901 Get:66 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libx11-6 armhf 2:1.6.9-2ubuntu1.2 [517 kB]
13:49:11 #9 8.920 Get:67 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxext6 armhf 2:1.3.4-0ubuntu1 [24.2 kB]
13:49:11 #9 8.920 Get:68 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxmuu1 armhf 2:1.1.3-0ubuntu1 [9028 B]
13:49:11 #9 8.960 Get:69 http://ports.ubuntu.com/ubuntu-ports focal/main armhf manpages all 5.05-1 [1314 kB]
13:49:11 #9 9.009 Get:70 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf openssh-client armhf 1:8.2p1-4ubuntu0.5 [591 kB]
13:49:11 #9 9.052 Get:71 http://ports.ubuntu.com/ubuntu-ports focal/main armhf publicsuffix all 20200303.0012-1 [111 kB]
13:49:11 #9 9.052 Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python-apt-common all 2.0.0ubuntu0.20.04.7 [17.1 kB]
13:49:11 #9 9.052 Get:73 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-apt armhf 2.0.0ubuntu0.20.04.7 [140 kB]
13:49:11 #9 9.055 Get:74 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf strace armhf 5.5-3ubuntu1 [279 kB]
13:49:11 #9 9.068 Get:75 http://ports.ubuntu.com/ubuntu-ports focal/main armhf xauth armhf 1:1.1-0ubuntu1 [21.9 kB]
13:49:11 #9 9.068 Get:76 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfl2 armhf 2.6.4-6.2 [11.3 kB]
13:49:11 #9 9.068 Get:77 http://ports.ubuntu.com/ubuntu-ports focal/main armhf at armhf 3.1.23-1ubuntu1 [36.2 kB]
13:49:11 #9 9.068 Get:78 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsigsegv2 armhf 2.12-2 [13.1 kB]
13:49:11 #9 9.106 Get:79 http://ports.ubuntu.com/ubuntu-ports focal/main armhf m4 armhf 1.4.18-4 [187 kB]
13:49:11 #9 9.178 Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autoconf all 2.69-11.1 [321 kB]
13:49:11 #9 9.189 Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autotools-dev all 20180224.1 [39.6 kB]
13:49:11 #9 9.191 Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main armhf automake all 1:1.16.1-4ubuntu6 [522 kB]
13:49:11 #9 9.210 Get:83 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autopoint all 0.19.8.1-10build1 [412 kB]
13:49:11 #9 9.225 Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils-common armhf 2.34-6ubuntu1.3 [207 kB]
13:49:11 #9 9.233 Get:85 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libbinutils armhf 2.34-6ubuntu1.3 [317 kB]
13:49:11 #9 9.259 Get:86 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libctf-nobfd0 armhf 2.34-6ubuntu1.3 [38.0 kB]
13:49:11 #9 9.260 Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libctf0 armhf 2.34-6ubuntu1.3 [37.2 kB]
13:49:11 #9 9.262 Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils-arm-linux-gnueabihf armhf 2.34-6ubuntu1.3 [2096 kB]
13:49:11 #9 9.354 Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils armhf 2.34-6ubuntu1.3 [3368 B]
13:49:11 #9 9.355 Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libc-dev-bin armhf 2.31-0ubuntu9.9 [63.7 kB]
13:49:11 #9 9.357 Get:91 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf linux-libc-dev armhf 5.4.0-113.127 [1085 kB]
13:49:11 #9 9.412 Get:92 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcrypt-dev armhf 1:4.4.10-10ubuntu4 [120 kB]
13:49:11 #9 9.416 Get:93 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libc6-dev armhf 2.31-0ubuntu9.9 [1916 kB]
13:49:11 #9 9.500 Get:94 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gcc-9-base armhf 9.4.0-1ubuntu1~20.04.1 [19.4 kB]
13:49:11 #9 9.501 Get:95 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libisl22 armhf 0.22.1-1 [460 kB]
13:49:11 #9 9.518 Get:96 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpfr6 armhf 4.0.2-1 [196 kB]
13:49:11 #9 9.540 Get:97 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpc3 armhf 1.1.0-1 [33.2 kB]
13:49:11 #9 9.541 Get:98 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf cpp-9 armhf 9.4.0-1ubuntu1~20.04.1 [5888 kB]
13:49:12 #9 9.854 Get:99 http://ports.ubuntu.com/ubuntu-ports focal/main armhf cpp armhf 4:9.3.0-1ubuntu2 [27.6 kB]
13:49:12 #9 9.855 Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcc1-0 armhf 10.3.0-1ubuntu1~20.04 [41.8 kB]
13:49:12 #9 9.857 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgomp1 armhf 10.3.0-1ubuntu1~20.04 [87.2 kB]
13:49:12 #9 10.00 Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libatomic1 armhf 10.3.0-1ubuntu1~20.04 [7256 B]
13:49:12 #9 10.08 Get:103 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libasan5 armhf 9.4.0-1ubuntu1~20.04.1 [2808 kB]
13:49:12 #9 10.65 Get:104 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libubsan1 armhf 10.3.0-1ubuntu1~20.04 [757 kB]
13:49:12 #9 10.66 Get:105 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgcc-9-dev armhf 9.4.0-1ubuntu1~20.04.1 [683 kB]
13:49:12 #9 10.69 Get:106 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gcc-9 armhf 9.4.0-1ubuntu1~20.04.1 [6584 kB]
13:49:13 #9 11.05 Get:107 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gcc armhf 4:9.3.0-1ubuntu2 [5224 B]
13:49:13 #9 11.05 Get:108 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libstdc++-9-dev armhf 9.4.0-1ubuntu1~20.04.1 [1792 kB]
13:49:13 #9 11.08 Get:109 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf g++-9 armhf 9.4.0-1ubuntu1~20.04.1 [6699 kB]
13:49:13 #9 11.46 Get:110 http://ports.ubuntu.com/ubuntu-ports focal/main armhf g++ armhf 4:9.3.0-1ubuntu2 [1612 B]
13:49:13 #9 11.46 Get:111 http://ports.ubuntu.com/ubuntu-ports focal/main armhf make armhf 4.2.1-1.2 [149 kB]
13:49:13 #9 11.46 Get:112 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libdpkg-perl all 1.19.7ubuntu3.2 [231 kB]
13:49:13 #9 11.46 Get:113 http://ports.ubuntu.com/ubuntu-ports focal/main armhf patch armhf 2.7.6-6 [101 kB]
13:49:13 #9 11.46 Get:114 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dpkg-dev all 1.19.7ubuntu3.2 [679 kB]
13:49:13 #9 11.47 Get:115 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf build-essential armhf 12.8ubuntu1.1 [4664 B]
13:49:13 #9 11.47 Get:116 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libbrotli1 armhf 1.0.7-6ubuntu0.1 [254 kB]
13:49:13 #9 11.47 Get:117 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libroken18-heimdal armhf 7.7.0+dfsg-1ubuntu1 [34.6 kB]
13:49:13 #9 11.47 Get:118 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libasn1-8-heimdal armhf 7.7.0+dfsg-1ubuntu1 [140 kB]
13:49:13 #9 11.52 Get:119 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libheimbase1-heimdal armhf 7.7.0+dfsg-1ubuntu1 [24.4 kB]
13:49:13 #9 11.55 Get:120 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhcrypto4-heimdal armhf 7.7.0+dfsg-1ubuntu1 [78.5 kB]
13:49:13 #9 11.55 Get:121 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwind0-heimdal armhf 7.7.0+dfsg-1ubuntu1 [47.1 kB]
13:49:13 #9 11.55 Get:122 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhx509-5-heimdal armhf 7.7.0+dfsg-1ubuntu1 [89.0 kB]
13:49:13 #9 11.55 Get:123 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libkrb5-26-heimdal armhf 7.7.0+dfsg-1ubuntu1 [170 kB]
13:49:13 #9 11.56 Get:124 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libheimntlm0-heimdal armhf 7.7.0+dfsg-1ubuntu1 [13.2 kB]
13:49:13 #9 11.56 Get:125 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgssapi3-heimdal armhf 7.7.0+dfsg-1ubuntu1 [79.9 kB]
13:49:13 #9 11.56 Get:126 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-2ubuntu0.1 [13.2 kB]
13:49:13 #9 11.56 Get:127 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-2 armhf 2.1.27+dfsg-2ubuntu0.1 [42.7 kB]
13:49:13 #9 11.60 Get:128 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
13:49:13 #9 11.67 Get:129 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libldap-2.4-2 armhf 2.4.49+dfsg-2ubuntu1.9 [133 kB]
13:49:13 #9 11.67 Get:130 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnghttp2-14 armhf 1.40.0-1build1 [67.8 kB]
13:49:13 #9 11.68 Get:131 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build1 [49.1 kB]
13:49:13 #9 11.68 Get:132 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssh-4 armhf 0.9.3-2ubuntu2.2 [147 kB]
13:49:13 #9 11.69 Get:133 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcurl4 armhf 7.68.0-1ubuntu2.11 [204 kB]
13:49:13 #9 11.69 Get:134 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf curl armhf 7.68.0-1ubuntu2.11 [154 kB]
13:49:13 #9 11.70 Get:135 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dctrl-tools armhf 2.24-3 [53.8 kB]
13:49:13 #9 11.70 Get:136 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtool all 2.4.6-14 [161 kB]
13:49:13 #9 11.71 Get:137 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dh-autoreconf all 19 [16.1 kB]
13:49:13 #9 11.74 Get:138 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
13:49:13 #9 11.81 Get:139 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarchive-zip-perl all 1.67-2 [90.5 kB]
13:49:14 #9 11.82 Get:140 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-override-perl all 0.09-2 [9532 B]
13:49:14 #9 11.82 Get:141 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
13:49:14 #9 11.82 Get:142 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dh-strip-nondeterminism all 1.7.0-1 [5228 B]
13:49:14 #9 11.82 Get:143 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dwz armhf 0.13-5 [153 kB]
13:49:14 #9 11.82 Get:144 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcroco3 armhf 0.6.13-1 [70.5 kB]
13:49:14 #9 11.82 Get:145 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gettext armhf 0.19.8.1-10build1 [835 kB]
13:49:14 #9 11.86 Get:146 http://ports.ubuntu.com/ubuntu-ports focal/main armhf intltool-debian all 0.35.0+20060710.5 [24.9 kB]
13:49:14 #9 11.86 Get:147 http://ports.ubuntu.com/ubuntu-ports focal/main armhf po-debconf all 1.0.21 [233 kB]
13:49:14 #9 11.89 Get:148 http://ports.ubuntu.com/ubuntu-ports focal/main armhf debhelper all 12.10ubuntu1 [877 kB]
13:49:14 #9 11.96 Get:149 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfakeroot armhf 1.24-1 [22.4 kB]
13:49:14 #9 11.96 Get:150 http://ports.ubuntu.com/ubuntu-ports focal/main armhf fakeroot armhf 1.24-1 [60.9 kB]
13:49:14 #9 11.96 Get:151 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libassuan0 armhf 2.5.3-7ubuntu2 [29.1 kB]
13:49:14 #9 11.96 Get:152 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgconf armhf 2.2.19-3ubuntu2.1 [107 kB]
13:49:14 #9 11.97 Get:153 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libksba8 armhf 1.3.5-2 [78.7 kB]
13:49:14 #9 11.97 Get:154 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnpth0 armhf 1.6-1 [6624 B]
13:49:14 #9 11.97 Get:155 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dirmngr armhf 2.2.19-3ubuntu2.1 [288 kB]
13:49:14 #9 11.98 Get:156 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-l10n all 2.2.19-3ubuntu2.1 [51.7 kB]
13:49:14 #9 11.98 Get:157 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-utils armhf 2.2.19-3ubuntu2.1 [412 kB]
13:49:14 #9 12.03 Get:158 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg armhf 2.2.19-3ubuntu2.1 [425 kB]
13:49:14 #9 12.10 Get:159 http://ports.ubuntu.com/ubuntu-ports focal/main armhf pinentry-curses armhf 1.1.0-3build1 [31.8 kB]
13:49:14 #9 12.10 Get:160 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-agent armhf 2.2.19-3ubuntu2.1 [195 kB]
13:49:14 #9 12.11 Get:161 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-client armhf 2.2.19-3ubuntu2.1 [81.7 kB]
13:49:14 #9 12.11 Get:162 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-server armhf 2.2.19-3ubuntu2.1 [76.3 kB]
13:49:14 #9 12.12 Get:163 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgsm armhf 2.2.19-3ubuntu2.1 [187 kB]
13:49:14 #9 12.12 Get:164 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg all 2.2.19-3ubuntu2.1 [259 kB]
13:49:14 #9 12.13 Get:165 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-which-perl all 1.23-1 [13.8 kB]
13:49:14 #9 12.13 Get:166 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-homedir-perl all 1.004-1 [37.3 kB]
13:49:14 #9 12.13 Get:167 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-pty-perl armhf 1:1.12-1 [31.4 kB]
13:49:14 #9 12.18 Get:168 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libipc-run-perl all 20180523.0-2 [89.7 kB]
13:49:14 #9 12.21 Get:169 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
13:49:14 #9 12.21 Get:170 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libb-hooks-op-check-perl armhf 0.22-1build2 [9792 B]
13:49:14 #9 12.21 Get:171 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdynaloader-functions-perl all 0.003-1 [11.9 kB]
13:49:14 #9 12.21 Get:172 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevel-callchecker-perl armhf 0.008-1ubuntu1 [14.2 kB]
13:49:14 #9 12.21 Get:173 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-classify-perl armhf 0.015-1build2 [19.8 kB]
13:49:14 #9 12.21 Get:174 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmodule-runtime-perl all 0.016-1 [16.2 kB]
13:49:14 #9 12.21 Get:175 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libimport-into-perl all 1.002005-1 [11.0 kB]
13:49:14 #9 12.21 Get:176 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librole-tiny-perl all 2.001004-1 [16.5 kB]
13:49:14 #9 12.25 Get:177 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstrictures-perl all 2.000006-1 [16.3 kB]
13:49:14 #9 12.29 Get:178 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-quote-perl all 2.006006-1 [19.5 kB]
13:49:14 #9 12.29 Get:179 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoo-perl all 2.003006-1 [46.3 kB]
13:49:14 #9 12.29 Get:180 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libencode-locale-perl all 1.05-1 [12.3 kB]
13:49:14 #9 12.29 Get:181 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtimedate-perl all 2.3200-1 [34.0 kB]
13:49:14 #9 12.29 Get:182 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-date-perl all 6.05-1 [9920 B]
13:49:14 #9 12.29 Get:183 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-listing-perl all 6.04-1 [9774 B]
13:49:14 #9 12.30 Get:184 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-tagset-perl all 3.20-4 [12.5 kB]
13:49:14 #9 12.30 Get:185 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liburi-perl all 1.76-2 [77.5 kB]
13:49:14 #9 12.32 Get:186 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-parser-perl armhf 3.72-5 [83.1 kB]
13:49:14 #9 12.37 Get:187 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-tree-perl all 5.07-2 [200 kB]
13:49:14 #9 12.38 Get:188 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-html-perl all 1.001-1 [14.9 kB]
13:49:14 #9 12.38 Get:189 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
13:49:14 #9 12.38 Get:190 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-message-perl all 6.22-1 [76.1 kB]
13:49:14 #9 12.38 Get:191 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-cookies-perl all 6.08-1 [18.3 kB]
13:49:14 #9 12.38 Get:192 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-negotiate-perl all 6.01-1 [12.5 kB]
13:49:14 #9 12.38 Get:193 http://ports.ubuntu.com/ubuntu-ports focal/main armhf perl-openssl-defaults armhf 4 [7188 B]
13:49:14 #9 12.38 Get:194 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-ssleay-perl armhf 1.88-2ubuntu1 [272 kB]
13:49:14 #9 12.39 Get:195 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-socket-ssl-perl all 2.067-1 [176 kB]
13:49:14 #9 12.46 Get:196 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-http-perl all 6.19-1 [22.8 kB]
13:49:14 #9 12.47 Get:197 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
13:49:14 #9 12.47 Get:198 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtry-tiny-perl all 0.30-1 [20.5 kB]
13:49:14 #9 12.47 Get:199 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB]
13:49:14 #9 12.47 Get:200 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwww-perl all 6.43-1 [140 kB]
13:49:14 #9 12.47 Get:201 http://ports.ubuntu.com/ubuntu-ports focal/main armhf patchutils armhf 0.3.4-2 [64.6 kB]
13:49:14 #9 12.47 Get:202 http://ports.ubuntu.com/ubuntu-ports focal/main armhf wdiff armhf 1.2.2-2build1 [29.1 kB]
13:49:14 #9 12.73 Get:203 http://ports.ubuntu.com/ubuntu-ports focal/main armhf devscripts armhf 2.20.2ubuntu2 [940 kB]
13:49:15 #9 13.29 Get:204 http://ports.ubuntu.com/ubuntu-ports focal/main armhf diffstat armhf 1.63-1 [25.1 kB]
13:49:15 #9 13.29 Get:205 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-chardet all 3.0.4-4build1 [80.4 kB]
13:49:15 #9 13.29 Get:206 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-debian all 0.1.36ubuntu1 [65.0 kB]
13:49:15 #9 13.30 Get:207 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgpgme11 armhf 1.13.1-7ubuntu2 [102 kB]
13:49:15 #9 13.30 Get:208 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-gpg armhf 1.13.1-7ubuntu2 [144 kB]
13:49:15 #9 13.31 Get:209 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dput all 1.0.3ubuntu1 [42.3 kB]
13:49:15 #9 13.31 Get:210 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcurl3-gnutls armhf 7.68.0-1ubuntu2.11 [202 kB]
13:49:15 #9 13.33 Get:211 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liberror-perl all 0.17029-1 [26.5 kB]
13:49:15 #9 13.33 Get:212 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf git-man all 1:2.25.1-1ubuntu3.4 [885 kB]
13:49:15 #9 13.40 Get:213 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf git armhf 1:2.25.1-1ubuntu3.4 [3360 kB]
13:49:16 #9 13.56 Get:214 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
13:49:16 #9 13.56 Get:215 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-diff-xs-perl armhf 0.04-6 [11.0 kB]
13:49:16 #9 13.57 Get:216 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:49:16 #9 13.57 Get:217 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libapt-pkg-perl armhf 0.1.36build3 [63.4 kB]
13:49:16 #9 13.57 Get:218 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarchive-cpio-perl all 0.10-1 [9644 B]
13:49:16 #9 13.57 Get:219 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarray-intspan-perl all 2.003-1 [23.3 kB]
13:49:16 #9 13.57 Get:220 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libasync-mergepoint-perl all 0.04-2 [10.2 kB]
13:49:16 #9 13.57 Get:221 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmodule-implementation-perl all 0.09-1 [12.2 kB]
13:49:16 #9 13.57 Get:222 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
13:49:16 #9 13.64 Get:223 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libvariable-magic-perl armhf 0.62-1build2 [31.9 kB]
13:49:16 #9 13.64 Get:224 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
13:49:16 #9 13.71 Get:225 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcapture-tiny-perl all 0.48-1 [20.4 kB]
13:49:16 #9 13.72 Get:226 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclass-xsaccessor-perl armhf 1.19-3build3 [33.7 kB]
13:49:16 #9 13.72 Get:227 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclone-perl armhf 0.43-2 [10.2 kB]
13:49:16 #9 13.72 Get:228 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcommon-sense-perl armhf 3.74-2build6 [20.1 kB]
13:49:16 #9 13.72 Get:229 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-util-perl armhf 1.07-3build5 [18.7 kB]
13:49:16 #9 13.72 Get:230 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-install-perl all 0.928-1 [10.5 kB]
13:49:16 #9 13.72 Get:231 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdata-optlist-perl all 0.110-1 [9956 B]
13:49:16 #9 13.72 Get:232 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-exporter-perl all 0.987-1 [44.9 kB]
13:49:16 #9 13.79 Get:233 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libconst-fast-perl all 0.014-1 [7958 B]
13:49:16 #9 13.79 Get:234 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwant-perl armhf 0.29-1build4 [23.0 kB]
13:49:16 #9 13.86 Get:235 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcontextual-return-perl all 0.004014-2 [53.1 kB]
13:49:16 #9 13.87 Get:236 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcpanel-json-xs-perl armhf 4.19-1build1 [107 kB]
13:49:16 #9 13.87 Get:237 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdata-dump-perl all 1.23-1 [27.0 kB]
13:49:16 #9 13.87 Get:238 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdigest-bubblebabble-perl all 0.02-2 [7908 B]
13:49:16 #9 13.87 Get:239 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
13:49:16 #9 13.87 Get:240 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdistro-info-perl all 0.23ubuntu1 [4668 B]
13:49:16 #9 13.87 Get:241 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-smtp-ssl-perl all 1.04-1 [5948 B]
13:49:16 #9 13.87 Get:242 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmailtools-perl all 2.21-1 [80.7 kB]
13:49:16 #9 13.94 Get:243 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-ip-perl all 1.26-2 [27.4 kB]
13:49:16 #9 13.94 Get:244 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-dns-perl all 1.22-1 [336 kB]
13:49:16 #9 14.01 Get:245 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-domain-tld-perl all 1.75-1 [29.1 kB]
13:49:16 #9 14.02 Get:246 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libemail-valid-perl all 1.202-1 [16.3 kB]
13:49:16 #9 14.02 Get:247 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libexporter-tiny-perl all 1.002001-1 [35.5 kB]
13:49:16 #9 14.02 Get:248 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libipc-system-simple-perl all 1.26-1 [22.8 kB]
13:49:16 #9 14.02 Get:249 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-basedir-perl all 0.08-1 [16.9 kB]
13:49:16 #9 14.02 Get:250 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-chdir-perl all 0.1008-1 [11.7 kB]
13:49:16 #9 14.02 Get:251 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-fcntllock-perl armhf 0.22-3build4 [32.6 kB]
13:49:16 #9 14.02 Get:252 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnumber-compare-perl all 0.03-1 [7318 B]
13:49:16 #9 14.09 Get:253 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtext-glob-perl all 0.10-1 [7554 B]
13:49:16 #9 14.09 Get:254 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-find-rule-perl all 0.34-1 [28.3 kB]
13:49:16 #9 14.16 Get:255 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfont-afm-perl all 1.20-2 [13.2 kB]
13:49:16 #9 14.17 Get:256 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-string-perl all 1.08-3 [11.1 kB]
13:49:16 #9 14.17 Get:257 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfont-ttf-perl all 1.06-1 [313 kB]
13:49:16 #9 14.17 Get:258 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfuture-perl all 0.43-1 [77.8 kB]
13:49:16 #9 14.17 Get:259 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-stringy-perl all 2.111-3 [55.8 kB]
13:49:16 #9 14.17 Get:260 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-validate-perl armhf 1.29-3 [50.6 kB]
13:49:16 #9 14.17 Get:261 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
13:49:16 #9 14.17 Get:262 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsort-versions-perl all 1.62-1 [9294 B]
13:49:16 #9 14.24 Get:263 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgit-wrapper-perl all 0.048-1 [29.9 kB]
13:49:16 #9 14.24 Get:264 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
13:49:16 #9 14.32 Get:265 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-prompter-perl all 0.004015-1 [58.1 kB]
13:49:16 #9 14.32 Get:266 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-perl all 4.02000-2 [80.9 kB]
13:49:16 #9 14.32 Get:267 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblog-any-perl all 1.708-1 [67.8 kB]
13:49:16 #9 14.32 Get:268 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
13:49:16 #9 14.32 Get:269 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpackage-stash-perl all 0.38-1 [19.1 kB]
13:49:16 #9 14.32 Get:270 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-identify-perl armhf 0.14-1build2 [10.1 kB]
13:49:16 #9 14.32 Get:271 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-name-perl armhf 0.26-1 [10.8 kB]
13:49:16 #9 14.32 Get:272 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnamespace-clean-perl all 0.27-1 [13.6 kB]
13:49:16 #9 14.39 Get:273 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpath-tiny-perl all 0.108-1 [42.6 kB]
13:49:16 #9 14.39 Get:274 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtype-tiny-perl all 1.008001-2 [304 kB]
13:49:16 #9 14.47 Get:275 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
13:49:16 #9 14.47 Get:276 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhash-fieldhash-perl armhf 0.15-1build2 [15.9 kB]
13:49:16 #9 14.47 Get:277 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-form-perl all 6.07-1 [22.2 kB]
13:49:16 #9 14.47 Get:278 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-format-perl all 2.12-1 [41.3 kB]
13:49:16 #9 14.47 Get:279 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-daemon-perl all 6.06-1 [21.4 kB]
13:49:16 #9 14.47 Get:280 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libidn11 armhf 1.33-2.2ubuntu2 [43.1 kB]
13:49:16 #9 14.47 Get:281 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstruct-dumb-perl all 0.09-1 [10.5 kB]
13:49:16 #9 14.47 Get:282 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-async-perl all 0.75-1 [254 kB]
13:49:16 #9 14.54 Get:283 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblinux-epoll-perl armhf 0.017-1 [14.7 kB]
13:49:16 #9 14.54 Get:284 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
13:49:16 #9 14.62 Get:285 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtypes-serialiser-perl all 1.0-1 [12.1 kB]
13:49:16 #9 14.62 Get:286 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-xs-perl armhf 4.020-1build1 [81.7 kB]
13:49:16 #9 14.62 Get:287 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-maybexs-perl all 1.004000-1 [11.0 kB]
13:49:16 #9 14.62 Get:288 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-compare-perl all 0.53-1 [65.6 kB]
13:49:16 #9 14.62 Get:289 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-moreutils-perl armhf 0.416-1build5 [52.7 kB]
13:49:16 #9 14.62 Get:290 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-someutils-perl all 0.58-1 [29.7 kB]
13:49:16 #9 14.62 Get:291 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-someutils-xs-perl armhf 0.58-2 [29.4 kB]
13:49:16 #9 14.62 Get:292 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libltdl7 armhf 2.4.6-14 [35.4 kB]
13:49:16 #9 14.69 Get:293 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libltdl-dev armhf 2.4.6-14 [160 kB]
13:49:16 #9 14.69 Get:294 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsys-hostname-long-perl all 1.5-1 [11.7 kB]
13:49:17 #9 14.77 Get:295 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmail-sendmail-perl all 0.80-1 [22.6 kB]
13:49:17 #9 14.77 Get:296 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoox-aliases-perl all 0.001006-1 [7176 B]
13:49:17 #9 14.77 Get:297 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
13:49:17 #9 14.77 Get:298 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoox-struct-perl all 0.017-1 [23.4 kB]
13:49:17 #9 14.77 Get:299 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-dns-sec-perl armhf 1.15-1 [43.4 kB]
13:49:17 #9 14.77 Get:300 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-libidn-perl armhf 0.12.ds-3build2 [16.5 kB]
13:49:17 #9 14.77 Get:301 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnumber-range-perl all 0.12-1 [8556 B]
13:49:17 #9 14.77 Get:302 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpackage-stash-xs-perl armhf 0.29-1build1 [16.7 kB]
13:49:17 #9 14.84 Get:303 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
13:49:17 #9 14.99 Get:304 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libperl4-corelibs-perl all 0.004-2 [37.4 kB]
13:49:17 #9 15.17 Get:305 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libperlio-gzip-perl armhf 0.19-1build5 [13.3 kB]
13:49:17 #9 15.19 Get:306 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpod-constants-perl all 0.19-1 [16.0 kB]
13:49:17 #9 15.21 Get:307 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libre2-5 armhf 20200101+dfsg-1build1 [136 kB]
13:49:17 #9 15.36 Get:308 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libre-engine-re2-perl armhf 0.13-5 [15.1 kB]
13:49:17 #9 15.36 Get:309 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libreadonly-perl all 2.050-2 [19.9 kB]
13:49:17 #9 15.37 Get:310 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libref-util-perl all 0.204-1 [15.0 kB]
13:49:17 #9 15.38 Get:311 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libref-util-xs-perl armhf 0.117-1build2 [10.7 kB]
13:49:17 #9 15.39 Get:312 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
13:49:17 #9 15.41 Get:313 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
13:49:17 #9 15.41 Get:314 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-modules armhf 2.1.27+dfsg-2ubuntu0.1 [42.1 kB]
13:49:17 #9 15.43 Get:315 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-decoder-perl armhf 4.011+ds-1build1 [98.5 kB]
13:49:17 #9 15.45 Get:316 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-encoder-perl armhf 4.011+ds-1build1 [97.7 kB]
13:49:17 #9 15.47 Get:317 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-perl all 4.011-1 [8604 B]
13:49:17 #9 15.50 Get:318 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsort-key-perl armhf 1.33-2build2 [33.9 kB]
13:49:17 #9 15.51 Get:319 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-copyright-perl all 0.003006-1 [9608 B]
13:49:17 #9 15.51 Get:320 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB]
13:49:17 #9 15.51 Get:321 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-shellquote-perl all 1.04-1 [12.0 kB]
13:49:17 #9 15.51 Get:322 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libterm-readkey-perl armhf 2.38-1build1 [23.3 kB]
13:49:17 #9 15.52 Get:323 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtest-fatal-perl all 0.014-1 [11.1 kB]
13:49:17 #9 15.52 Get:324 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtest-refcount-perl all 0.10-1 [11.4 kB]
13:49:17 #9 15.57 Get:325 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtext-levenshtein-perl all 0.13-1 [9612 B]
13:49:17 #9 15.57 Get:326 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtype-tiny-xs-perl armhf 0.016-1 [21.2 kB]
13:49:17 #9 15.58 Get:327 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libunicode-utf8-perl armhf 0.62-1build1 [17.1 kB]
13:49:17 #9 15.65 Get:328 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
13:49:17 #9 15.65 Get:329 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-base-perl all 1.09-1 [18.8 kB]
13:49:17 #9 15.65 Get:330 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
13:49:17 #9 15.65 Get:331 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-libxml-perl armhf 2.0134+dfsg-1build1 [306 kB]
13:49:17 #9 15.68 Get:332 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-parser-perl armhf 2.46-1 [189 kB]
13:49:17 #9 15.70 Get:333 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-expat-perl all 0.51-1 [10.5 kB]
13:49:17 #9 15.70 Get:334 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-writer-perl all 0.625-1 [24.9 kB]
13:49:17 #9 15.72 Get:335 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libyaml-libyaml-perl armhf 0.81+repack-1 [26.1 kB]
13:49:17 #9 15.72 Get:336 http://ports.ubuntu.com/ubuntu-ports focal/main armhf licensecheck all 3.0.45-1 [23.9 kB]
13:49:17 #9 15.72 Get:337 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevel-size-perl armhf 0.83-1build1 [19.3 kB]
13:49:17 #9 15.79 Get:338 http://ports.ubuntu.com/ubuntu-ports focal/main armhf t1utils armhf 1.41-3 [48.2 kB]
13:49:18 #9 15.79 Get:339 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf lintian all 2.62.0ubuntu2.1 [980 kB]
13:49:18 #9 15.83 Get:340 http://ports.ubuntu.com/ubuntu-ports focal/main armhf manpages-dev all 5.05-1 [2266 kB]
13:49:18 #9 15.96 Get:341 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-certifi all 2019.11.28-1 [149 kB]
13:49:18 #9 15.96 Get:342 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-idna all 2.8-1 [34.6 kB]
13:49:18 #9 15.96 Get:343 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-urllib3 all 1.25.8-2ubuntu0.1 [88.3 kB]
13:49:18 #9 15.97 Get:344 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
13:49:18 #9 15.97 Get:345 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-unidiff all 0.5.5-2 [9180 B]
13:49:18 #9 15.97 Get:346 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-xdg all 0.26-1ubuntu1 [36.1 kB]
13:49:18 #9 15.97 Get:347 http://ports.ubuntu.com/ubuntu-ports focal/main armhf unzip armhf 6.0-25ubuntu1 [155 kB]
13:49:18 #9 15.98 Get:348 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf equivs all 2.2.0 [19.7 kB]
13:49:18 #9 15.98 Get:349 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libauthen-sasl-perl all 2.1600-1 [48.7 kB]
13:49:18 #9 16.03 Get:350 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-magic all 2:0.4.15-3 [9376 B]
13:49:18 #9 16.26 debconf: delaying package configuration, since apt-utils is not installed
13:49:18 #9 16.29 Fetched 94.0 MB in 10s (9514 kB/s)
13:49:18 #9 16.39 (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 ... 4119 files and directories currently installed.)
13:49:18 #9 16.39 Preparing to unpack .../libc6_2.31-0ubuntu9.9_armhf.deb ...
13:49:18 #9 16.59 Unpacking libc6:armhf (2.31-0ubuntu9.9) over (2.31-0ubuntu9.7) ...
13:49:20 #9 18.31 Setting up libc6:armhf (2.31-0ubuntu9.9) ...
13:49:21 #9 19.45 Selecting previously unselected package liblocale-gettext-perl.
13:49:21 #9 19.45 (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 ... 4119 files and directories currently installed.)
13:49:21 #9 19.45 Preparing to unpack .../liblocale-gettext-perl_1.07-4_armhf.deb ...
13:49:21 #9 19.46 Unpacking liblocale-gettext-perl (1.07-4) ...
13:49:21 #9 19.51 Selecting previously unselected package libssl1.1:armhf.
13:49:21 #9 19.51 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.13_armhf.deb ...
13:49:21 #9 19.52 Unpacking libssl1.1:armhf (1.1.1f-1ubuntu2.13) ...
13:49:21 #9 19.65 Selecting previously unselected package libpython3.8-minimal:armhf.
13:49:22 #9 19.65 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.4_armhf.deb ...
13:49:22 #9 19.66 Unpacking libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.4) ...
13:49:22 #9 19.76 Selecting previously unselected package libexpat1:armhf.
13:49:22 #9 19.76 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.4_armhf.deb ...
13:49:22 #9 19.76 Unpacking libexpat1:armhf (2.2.9-1ubuntu0.4) ...
13:49:22 #9 19.81 Selecting previously unselected package python3.8-minimal.
13:49:22 #9 19.81 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.4_armhf.deb ...
13:49:22 #9 19.82 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ...
13:49:22 #9 19.98 Setting up libssl1.1:armhf (1.1.1f-1ubuntu2.13) ...
13:49:22 #9 20.07 Setting up libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.4) ...
13:49:22 #9 20.09 Setting up libexpat1:armhf (2.2.9-1ubuntu0.4) ...
13:49:22 #9 20.10 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ...
13:49:22 #9 20.72 Selecting previously unselected package python3-minimal.
13:49:22 #9 20.72 (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 ... 4434 files and directories currently installed.)
13:49:22 #9 20.73 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_armhf.deb ...
13:49:22 #9 20.73 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
13:49:22 #9 20.77 Selecting previously unselected package mime-support.
13:49:23 #9 20.77 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
13:49:23 #9 20.77 Unpacking mime-support (3.64ubuntu1) ...
13:49:23 #9 20.81 Selecting previously unselected package libmpdec2:armhf.
13:49:23 #9 20.81 Preparing to unpack .../2-libmpdec2_2.4.2-3_armhf.deb ...
13:49:23 #9 20.82 Unpacking libmpdec2:armhf (2.4.2-3) ...
13:49:23 #9 20.85 Selecting previously unselected package readline-common.
13:49:23 #9 20.85 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
13:49:23 #9 20.86 Unpacking readline-common (8.0-4) ...
13:49:23 #9 20.89 Selecting previously unselected package libreadline8:armhf.
13:49:23 #9 20.89 Preparing to unpack .../4-libreadline8_8.0-4_armhf.deb ...
13:49:23 #9 20.90 Unpacking libreadline8:armhf (8.0-4) ...
13:49:23 #9 20.94 Selecting previously unselected package libsqlite3-0:armhf.
13:49:23 #9 20.94 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.3_armhf.deb ...
13:49:23 #9 20.94 Unpacking libsqlite3-0:armhf (3.31.1-4ubuntu0.3) ...
13:49:23 #9 21.01 Selecting previously unselected package libpython3.8-stdlib:armhf.
13:49:23 #9 21.01 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.4_armhf.deb ...
13:49:23 #9 21.01 Unpacking libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.4) ...
13:49:23 #9 21.19 Selecting previously unselected package python3.8.
13:49:23 #9 21.19 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.4_armhf.deb ...
13:49:23 #9 21.19 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.4) ...
13:49:23 #9 21.23 Selecting previously unselected package libpython3-stdlib:armhf.
13:49:23 #9 21.23 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_armhf.deb ...
13:49:23 #9 21.24 Unpacking libpython3-stdlib:armhf (3.8.2-0ubuntu2) ...
13:49:23 #9 21.27 Setting up python3-minimal (3.8.2-0ubuntu2) ...
13:49:23 #9 21.45 Selecting previously unselected package python3.
13:49:23 #9 21.45 (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 ... 4864 files and directories currently installed.)
13:49:23 #9 21.46 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_armhf.deb ...
13:49:23 #9 21.47 Unpacking python3 (3.8.2-0ubuntu2) ...
13:49:23 #9 21.51 Selecting previously unselected package libbsd0:armhf.
13:49:23 #9 21.51 Preparing to unpack .../001-libbsd0_0.10.0-1_armhf.deb ...
13:49:23 #9 21.52 Unpacking libbsd0:armhf (0.10.0-1) ...
13:49:23 #9 21.55 Selecting previously unselected package bsdmainutils.
13:49:23 #9 21.56 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_armhf.deb ...
13:49:23 #9 21.56 Unpacking bsdmainutils (11.1.2ubuntu3) ...
13:49:23 #9 21.66 Selecting previously unselected package libuchardet0:armhf.
13:49:23 #9 21.66 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_armhf.deb ...
13:49:23 #9 21.67 Unpacking libuchardet0:armhf (0.0.6-3build1) ...
13:49:23 #9 21.70 Selecting previously unselected package groff-base.
13:49:23 #9 21.70 Preparing to unpack .../004-groff-base_1.22.4-4build1_armhf.deb ...
13:49:23 #9 21.71 Unpacking groff-base (1.22.4-4build1) ...
13:49:24 #9 21.82 Selecting previously unselected package libgdbm6:armhf.
13:49:24 #9 21.82 Preparing to unpack .../005-libgdbm6_1.18.1-5_armhf.deb ...
13:49:24 #9 21.82 Unpacking libgdbm6:armhf (1.18.1-5) ...
13:49:24 #9 21.87 Selecting previously unselected package libpipeline1:armhf.
13:49:24 #9 21.87 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_armhf.deb ...
13:49:24 #9 21.87 Unpacking libpipeline1:armhf (1.5.2-2build1) ...
13:49:24 #9 21.94 Selecting previously unselected package man-db.
13:49:24 #9 21.94 Preparing to unpack .../007-man-db_2.9.1-1_armhf.deb ...
13:49:24 #9 21.95 Unpacking man-db (2.9.1-1) ...
13:49:24 #9 22.07 Selecting previously unselected package perl-modules-5.30.
13:49:24 #9 22.07 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ...
13:49:24 #9 22.07 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
13:49:24 #9 22.41 Selecting previously unselected package libgdbm-compat4:armhf.
13:49:24 #9 22.42 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_armhf.deb ...
13:49:24 #9 22.42 Unpacking libgdbm-compat4:armhf (1.18.1-5) ...
13:49:24 #9 22.46 Selecting previously unselected package libperl5.30:armhf.
13:49:24 #9 22.46 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.2_armhf.deb ...
13:49:24 #9 22.46 Unpacking libperl5.30:armhf (5.30.0-9ubuntu0.2) ...
13:49:25 #9 22.84 Selecting previously unselected package perl.
13:49:25 #9 22.84 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.2_armhf.deb ...
13:49:25 #9 22.85 Unpacking perl (5.30.0-9ubuntu0.2) ...
13:49:25 #9 22.90 Selecting previously unselected package openssl.
13:49:25 #9 22.90 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.13_armhf.deb ...
13:49:25 #9 22.91 Unpacking openssl (1.1.1f-1ubuntu2.13) ...
13:49:25 #9 23.00 Selecting previously unselected package ca-certificates.
13:49:25 #9 23.00 Preparing to unpack .../013-ca-certificates_20210119~20.04.2_all.deb ...
13:49:25 #9 23.00 Unpacking ca-certificates (20210119~20.04.2) ...
13:49:25 #9 23.05 Selecting previously unselected package distro-info-data.
13:49:25 #9 23.05 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.10_all.deb ...
13:49:25 #9 23.06 Unpacking distro-info-data (0.43ubuntu1.10) ...
13:49:25 #9 23.08 Selecting previously unselected package libmagic-mgc.
13:49:25 #9 23.08 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_armhf.deb ...
13:49:25 #9 23.09 Unpacking libmagic-mgc (1:5.38-4) ...
13:49:25 #9 23.16 Selecting previously unselected package libmagic1:armhf.
13:49:25 #9 23.16 Preparing to unpack .../016-libmagic1_1%3a5.38-4_armhf.deb ...
13:49:25 #9 23.16 Unpacking libmagic1:armhf (1:5.38-4) ...
13:49:25 #9 23.20 Selecting previously unselected package file.
13:49:25 #9 23.20 Preparing to unpack .../017-file_1%3a5.38-4_armhf.deb ...
13:49:25 #9 23.20 Unpacking file (1:5.38-4) ...
13:49:25 #9 23.24 Selecting previously unselected package less.
13:49:25 #9 23.24 Preparing to unpack .../018-less_551-1ubuntu0.1_armhf.deb ...
13:49:25 #9 23.25 Unpacking less (551-1ubuntu0.1) ...
13:49:25 #9 23.30 Selecting previously unselected package libelf1:armhf.
13:49:25 #9 23.30 Preparing to unpack .../019-libelf1_0.176-1.1build1_armhf.deb ...
13:49:25 #9 23.31 Unpacking libelf1:armhf (0.176-1.1build1) ...
13:49:25 #9 23.35 Selecting previously unselected package libglib2.0-0:armhf.
13:49:25 #9 23.35 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_armhf.deb ...
13:49:25 #9 23.36 Unpacking libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.4) ...
13:49:25 #9 23.48 Selecting previously unselected package libglib2.0-data.
13:49:25 #9 23.48 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
13:49:25 #9 23.48 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
13:49:25 #9 23.53 Selecting previously unselected package tzdata.
13:49:25 #9 23.53 Preparing to unpack .../022-tzdata_2022a-0ubuntu0.20.04_all.deb ...
13:49:25 #9 23.53 Unpacking tzdata (2022a-0ubuntu0.20.04) ...
13:49:26 #9 23.73 Selecting previously unselected package libicu66:armhf.
13:49:26 #9 23.73 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_armhf.deb ...
13:49:26 #9 23.73 Unpacking libicu66:armhf (66.1-2ubuntu2.1) ...
13:49:26 #9 24.52 Selecting previously unselected package libxml2:armhf.
13:49:26 #9 24.52 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.3_armhf.deb ...
13:49:26 #9 24.52 Unpacking libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.3) ...
13:49:26 #9 24.60 Selecting previously unselected package libyaml-0-2:armhf.
13:49:26 #9 24.60 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_armhf.deb ...
13:49:26 #9 24.61 Unpacking libyaml-0-2:armhf (0.2.2-1) ...
13:49:26 #9 24.65 Selecting previously unselected package lsb-release.
13:49:26 #9 24.65 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
13:49:26 #9 24.66 Unpacking lsb-release (11.1.0ubuntu2) ...
13:49:26 #9 24.70 Selecting previously unselected package netbase.
13:49:26 #9 24.70 Preparing to unpack .../027-netbase_6.1_all.deb ...
13:49:26 #9 24.70 Unpacking netbase (6.1) ...
13:49:26 #9 24.73 Selecting previously unselected package python3-pkg-resources.
13:49:26 #9 24.73 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1_all.deb ...
13:49:26 #9 24.74 Unpacking python3-pkg-resources (45.2.0-1) ...
13:49:26 #9 24.78 Selecting previously unselected package python3-six.
13:49:26 #9 24.78 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
13:49:26 #9 24.79 Unpacking python3-six (1.14.0-2) ...
13:49:26 #9 24.82 Selecting previously unselected package shared-mime-info.
13:49:27 #9 24.82 Preparing to unpack .../030-shared-mime-info_1.15-1_armhf.deb ...
13:49:27 #9 24.82 Unpacking shared-mime-info (1.15-1) ...
13:49:27 #9 24.90 Selecting previously unselected package ucf.
13:49:27 #9 24.90 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
13:49:27 #9 24.90 Moving old data out of the way
13:49:27 #9 24.90 Unpacking ucf (3.0038+nmu1) ...
13:49:27 #9 24.96 Selecting previously unselected package xdg-user-dirs.
13:49:27 #9 24.96 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_armhf.deb ...
13:49:27 #9 24.98 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
13:49:27 #9 25.03 Selecting previously unselected package xz-utils.
13:49:27 #9 25.03 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1.1_armhf.deb ...
13:49:27 #9 25.04 Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
13:49:27 #9 25.08 Selecting previously unselected package gettext-base.
13:49:27 #9 25.08 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_armhf.deb ...
13:49:27 #9 25.08 Unpacking gettext-base (0.19.8.1-10build1) ...
13:49:27 #9 25.11 Selecting previously unselected package iso-codes.
13:49:27 #9 25.11 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
13:49:27 #9 25.12 Unpacking iso-codes (4.4-1) ...
13:49:27 #9 25.48 Selecting previously unselected package krb5-locales.
13:49:27 #9 25.48 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.1_all.deb ...
13:49:27 #9 25.49 Unpacking krb5-locales (1.17-6ubuntu4.1) ...
13:49:27 #9 25.52 Selecting previously unselected package libcbor0.6:armhf.
13:49:27 #9 25.52 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_armhf.deb ...
13:49:27 #9 25.53 Unpacking libcbor0.6:armhf (0.6.0-0ubuntu1) ...
13:49:27 #9 25.56 Selecting previously unselected package libedit2:armhf.
13:49:27 #9 25.56 Preparing to unpack .../038-libedit2_3.1-20191231-1_armhf.deb ...
13:49:27 #9 25.57 Unpacking libedit2:armhf (3.1-20191231-1) ...
13:49:27 #9 25.61 Selecting previously unselected package libfido2-1:armhf.
13:49:28 #9 25.61 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_armhf.deb ...
13:49:28 #9 25.61 Unpacking libfido2-1:armhf (1.3.1-1ubuntu2) ...
13:49:28 #9 25.65 Selecting previously unselected package libkrb5support0:armhf.
13:49:28 #9 25.65 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.1_armhf.deb ...
13:49:28 #9 25.65 Unpacking libkrb5support0:armhf (1.17-6ubuntu4.1) ...
13:49:28 #9 25.69 Selecting previously unselected package libk5crypto3:armhf.
13:49:28 #9 25.70 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.1_armhf.deb ...
13:49:28 #9 25.70 Unpacking libk5crypto3:armhf (1.17-6ubuntu4.1) ...
13:49:28 #9 25.74 Selecting previously unselected package libkeyutils1:armhf.
13:49:28 #9 25.74 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1_armhf.deb ...
13:49:28 #9 25.75 Unpacking libkeyutils1:armhf (1.6-6ubuntu1) ...
13:49:28 #9 25.79 Selecting previously unselected package libkrb5-3:armhf.
13:49:28 #9 25.79 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.1_armhf.deb ...
13:49:28 #9 25.79 Unpacking libkrb5-3:armhf (1.17-6ubuntu4.1) ...
13:49:28 #9 25.86 Selecting previously unselected package libgssapi-krb5-2:armhf.
13:49:28 #9 25.86 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.1_armhf.deb ...
13:49:28 #9 25.86 Unpacking libgssapi-krb5-2:armhf (1.17-6ubuntu4.1) ...
13:49:28 #9 25.91 Selecting previously unselected package libpsl5:armhf.
13:49:28 #9 25.91 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_armhf.deb ...
13:49:28 #9 25.91 Unpacking libpsl5:armhf (0.21.0-1ubuntu1) ...
13:49:28 #9 25.95 Selecting previously unselected package libxau6:armhf.
13:49:28 #9 25.95 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_armhf.deb ...
13:49:28 #9 25.96 Unpacking libxau6:armhf (1:1.0.9-0ubuntu1) ...
13:49:28 #9 25.99 Selecting previously unselected package libxdmcp6:armhf.
13:49:28 #9 25.99 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_armhf.deb ...
13:49:28 #9 26.00 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu1) ...
13:49:28 #9 26.04 Selecting previously unselected package libxcb1:armhf.
13:49:28 #9 26.04 Preparing to unpack .../048-libxcb1_1.14-2_armhf.deb ...
13:49:28 #9 26.04 Unpacking libxcb1:armhf (1.14-2) ...
13:49:28 #9 26.07 Selecting previously unselected package libx11-data.
13:49:28 #9 26.07 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
13:49:28 #9 26.08 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
13:49:28 #9 26.14 Selecting previously unselected package libx11-6:armhf.
13:49:28 #9 26.14 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_armhf.deb ...
13:49:28 #9 26.15 Unpacking libx11-6:armhf (2:1.6.9-2ubuntu1.2) ...
13:49:28 #9 26.23 Selecting previously unselected package libxext6:armhf.
13:49:28 #9 26.23 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_armhf.deb ...
13:49:28 #9 26.23 Unpacking libxext6:armhf (2:1.3.4-0ubuntu1) ...
13:49:28 #9 26.26 Selecting previously unselected package libxmuu1:armhf.
13:49:28 #9 26.27 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_armhf.deb ...
13:49:28 #9 26.27 Unpacking libxmuu1:armhf (2:1.1.3-0ubuntu1) ...
13:49:28 #9 26.30 Selecting previously unselected package manpages.
13:49:28 #9 26.30 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
13:49:28 #9 26.30 Unpacking manpages (5.05-1) ...
13:49:28 #9 26.43 Selecting previously unselected package openssh-client.
13:49:28 #9 26.43 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.5_armhf.deb ...
13:49:28 #9 26.44 Unpacking openssh-client (1:8.2p1-4ubuntu0.5) ...
13:49:28 #9 26.52 Selecting previously unselected package publicsuffix.
13:49:28 #9 26.52 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
13:49:28 #9 26.53 Unpacking publicsuffix (20200303.0012-1) ...
13:49:28 #9 26.57 Selecting previously unselected package python-apt-common.
13:49:28 #9 26.57 Preparing to unpack .../056-python-apt-common_2.0.0ubuntu0.20.04.7_all.deb ...
13:49:28 #9 26.57 Unpacking python-apt-common (2.0.0ubuntu0.20.04.7) ...
13:49:28 #9 26.61 Selecting previously unselected package python3-apt.
13:49:28 #9 26.61 Preparing to unpack .../057-python3-apt_2.0.0ubuntu0.20.04.7_armhf.deb ...
13:49:28 #9 26.61 Unpacking python3-apt (2.0.0ubuntu0.20.04.7) ...
13:49:28 #9 26.66 Selecting previously unselected package strace.
13:49:29 #9 26.66 Preparing to unpack .../058-strace_5.5-3ubuntu1_armhf.deb ...
13:49:29 #9 26.67 Unpacking strace (5.5-3ubuntu1) ...
13:49:29 #9 26.72 Selecting previously unselected package xauth.
13:49:29 #9 26.72 Preparing to unpack .../059-xauth_1%3a1.1-0ubuntu1_armhf.deb ...
13:49:29 #9 26.73 Unpacking xauth (1:1.1-0ubuntu1) ...
13:49:29 #9 26.77 Selecting previously unselected package libfl2:armhf.
13:49:29 #9 26.77 Preparing to unpack .../060-libfl2_2.6.4-6.2_armhf.deb ...
13:49:29 #9 26.77 Unpacking libfl2:armhf (2.6.4-6.2) ...
13:49:29 #9 26.81 Selecting previously unselected package at.
13:49:29 #9 26.82 Preparing to unpack .../061-at_3.1.23-1ubuntu1_armhf.deb ...
13:49:29 #9 26.82 Unpacking at (3.1.23-1ubuntu1) ...
13:49:29 #9 26.86 Selecting previously unselected package libsigsegv2:armhf.
13:49:29 #9 26.86 Preparing to unpack .../062-libsigsegv2_2.12-2_armhf.deb ...
13:49:29 #9 26.87 Unpacking libsigsegv2:armhf (2.12-2) ...
13:49:29 #9 26.90 Selecting previously unselected package m4.
13:49:29 #9 26.90 Preparing to unpack .../063-m4_1.4.18-4_armhf.deb ...
13:49:29 #9 26.90 Unpacking m4 (1.4.18-4) ...
13:49:29 #9 26.95 Selecting previously unselected package autoconf.
13:49:29 #9 26.95 Preparing to unpack .../064-autoconf_2.69-11.1_all.deb ...
13:49:29 #9 26.96 Unpacking autoconf (2.69-11.1) ...
13:49:29 #9 27.02 Selecting previously unselected package autotools-dev.
13:49:29 #9 27.02 Preparing to unpack .../065-autotools-dev_20180224.1_all.deb ...
13:49:29 #9 27.03 Unpacking autotools-dev (20180224.1) ...
13:49:29 #9 27.07 Selecting previously unselected package automake.
13:49:29 #9 27.07 Preparing to unpack .../066-automake_1%3a1.16.1-4ubuntu6_all.deb ...
13:49:29 #9 27.08 Unpacking automake (1:1.16.1-4ubuntu6) ...
13:49:29 #9 27.15 Selecting previously unselected package autopoint.
13:49:29 #9 27.15 Preparing to unpack .../067-autopoint_0.19.8.1-10build1_all.deb ...
13:49:29 #9 27.15 Unpacking autopoint (0.19.8.1-10build1) ...
13:49:29 #9 27.19 Selecting previously unselected package binutils-common:armhf.
13:49:29 #9 27.19 Preparing to unpack .../068-binutils-common_2.34-6ubuntu1.3_armhf.deb ...
13:49:29 #9 27.19 Unpacking binutils-common:armhf (2.34-6ubuntu1.3) ...
13:49:29 #9 27.25 Selecting previously unselected package libbinutils:armhf.
13:49:29 #9 27.25 Preparing to unpack .../069-libbinutils_2.34-6ubuntu1.3_armhf.deb ...
13:49:29 #9 27.25 Unpacking libbinutils:armhf (2.34-6ubuntu1.3) ...
13:49:29 #9 27.32 Selecting previously unselected package libctf-nobfd0:armhf.
13:49:29 #9 27.32 Preparing to unpack .../070-libctf-nobfd0_2.34-6ubuntu1.3_armhf.deb ...
13:49:29 #9 27.32 Unpacking libctf-nobfd0:armhf (2.34-6ubuntu1.3) ...
13:49:29 #9 27.36 Selecting previously unselected package libctf0:armhf.
13:49:29 #9 27.36 Preparing to unpack .../071-libctf0_2.34-6ubuntu1.3_armhf.deb ...
13:49:29 #9 27.37 Unpacking libctf0:armhf (2.34-6ubuntu1.3) ...
13:49:29 #9 27.41 Selecting previously unselected package binutils-arm-linux-gnueabihf.
13:49:29 #9 27.41 Preparing to unpack .../072-binutils-arm-linux-gnueabihf_2.34-6ubuntu1.3_armhf.deb ...
13:49:29 #9 27.41 Unpacking binutils-arm-linux-gnueabihf (2.34-6ubuntu1.3) ...
13:49:29 #9 27.64 Selecting previously unselected package binutils.
13:49:30 #9 27.65 Preparing to unpack .../073-binutils_2.34-6ubuntu1.3_armhf.deb ...
13:49:30 #9 27.65 Unpacking binutils (2.34-6ubuntu1.3) ...
13:49:30 #9 27.70 Selecting previously unselected package libc-dev-bin.
13:49:30 #9 27.70 Preparing to unpack .../074-libc-dev-bin_2.31-0ubuntu9.9_armhf.deb ...
13:49:30 #9 27.71 Unpacking libc-dev-bin (2.31-0ubuntu9.9) ...
13:49:30 #9 27.75 Selecting previously unselected package linux-libc-dev:armhf.
13:49:30 #9 27.75 Preparing to unpack .../075-linux-libc-dev_5.4.0-113.127_armhf.deb ...
13:49:30 #9 27.75 Unpacking linux-libc-dev:armhf (5.4.0-113.127) ...
13:49:30 #9 27.91 Selecting previously unselected package libcrypt-dev:armhf.
13:49:30 #9 27.91 Preparing to unpack .../076-libcrypt-dev_1%3a4.4.10-10ubuntu4_armhf.deb ...
13:49:30 #9 27.92 Unpacking libcrypt-dev:armhf (1:4.4.10-10ubuntu4) ...
13:49:30 #9 27.96 Selecting previously unselected package libc6-dev:armhf.
13:49:30 #9 27.97 Preparing to unpack .../077-libc6-dev_2.31-0ubuntu9.9_armhf.deb ...
13:49:30 #9 27.97 Unpacking libc6-dev:armhf (2.31-0ubuntu9.9) ...
13:49:30 #9 28.21 Selecting previously unselected package gcc-9-base:armhf.
13:49:30 #9 28.21 Preparing to unpack .../078-gcc-9-base_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:49:30 #9 28.21 Unpacking gcc-9-base:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:49:30 #9 28.26 Selecting previously unselected package libisl22:armhf.
13:49:30 #9 28.26 Preparing to unpack .../079-libisl22_0.22.1-1_armhf.deb ...
13:49:30 #9 28.26 Unpacking libisl22:armhf (0.22.1-1) ...
13:49:30 #9 28.35 Selecting previously unselected package libmpfr6:armhf.
13:49:30 #9 28.35 Preparing to unpack .../080-libmpfr6_4.0.2-1_armhf.deb ...
13:49:30 #9 28.35 Unpacking libmpfr6:armhf (4.0.2-1) ...
13:49:30 #9 28.41 Selecting previously unselected package libmpc3:armhf.
13:49:30 #9 28.42 Preparing to unpack .../081-libmpc3_1.1.0-1_armhf.deb ...
13:49:30 #9 28.42 Unpacking libmpc3:armhf (1.1.0-1) ...
13:49:30 #9 28.47 Selecting previously unselected package cpp-9.
13:49:30 #9 28.47 Preparing to unpack .../082-cpp-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:49:30 #9 28.47 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
13:49:31 #9 28.99 Selecting previously unselected package cpp.
13:49:31 #9 28.99 Preparing to unpack .../083-cpp_4%3a9.3.0-1ubuntu2_armhf.deb ...
13:49:31 #9 28.99 Unpacking cpp (4:9.3.0-1ubuntu2) ...
13:49:31 #9 29.07 Selecting previously unselected package libcc1-0:armhf.
13:49:31 #9 29.07 Preparing to unpack .../084-libcc1-0_10.3.0-1ubuntu1~20.04_armhf.deb ...
13:49:31 #9 29.07 Unpacking libcc1-0:armhf (10.3.0-1ubuntu1~20.04) ...
13:49:31 #9 29.13 Selecting previously unselected package libgomp1:armhf.
13:49:31 #9 29.14 Preparing to unpack .../085-libgomp1_10.3.0-1ubuntu1~20.04_armhf.deb ...
13:49:31 #9 29.14 Unpacking libgomp1:armhf (10.3.0-1ubuntu1~20.04) ...
13:49:31 #9 29.20 Selecting previously unselected package libatomic1:armhf.
13:49:31 #9 29.20 Preparing to unpack .../086-libatomic1_10.3.0-1ubuntu1~20.04_armhf.deb ...
13:49:31 #9 29.21 Unpacking libatomic1:armhf (10.3.0-1ubuntu1~20.04) ...
13:49:31 #9 29.25 Selecting previously unselected package libasan5:armhf.
13:49:31 #9 29.25 Preparing to unpack .../087-libasan5_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:49:31 #9 29.26 Unpacking libasan5:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:49:31 #9 29.57 Selecting previously unselected package libubsan1:armhf.
13:49:31 #9 29.57 Preparing to unpack .../088-libubsan1_10.3.0-1ubuntu1~20.04_armhf.deb ...
13:49:31 #9 29.57 Unpacking libubsan1:armhf (10.3.0-1ubuntu1~20.04) ...
13:49:31 #9 29.67 Selecting previously unselected package libgcc-9-dev:armhf.
13:49:31 #9 29.67 Preparing to unpack .../089-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:49:31 #9 29.67 Unpacking libgcc-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:49:31 #9 29.78 Selecting previously unselected package gcc-9.
13:49:32 #9 29.78 Preparing to unpack .../090-gcc-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:49:32 #9 29.79 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
13:49:32 #9 30.33 Selecting previously unselected package gcc.
13:49:32 #9 30.33 Preparing to unpack .../091-gcc_4%3a9.3.0-1ubuntu2_armhf.deb ...
13:49:32 #9 30.34 Unpacking gcc (4:9.3.0-1ubuntu2) ...
13:49:32 #9 30.37 Selecting previously unselected package libstdc++-9-dev:armhf.
13:49:32 #9 30.37 Preparing to unpack .../092-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:49:32 #9 30.38 Unpacking libstdc++-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:49:32 #9 30.62 Selecting previously unselected package g++-9.
13:49:32 #9 30.62 Preparing to unpack .../093-g++-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
13:49:32 #9 30.62 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ...
13:49:33 #9 31.17 Selecting previously unselected package g++.
13:49:33 #9 31.17 Preparing to unpack .../094-g++_4%3a9.3.0-1ubuntu2_armhf.deb ...
13:49:33 #9 31.18 Unpacking g++ (4:9.3.0-1ubuntu2) ...
13:49:33 #9 31.21 Selecting previously unselected package make.
13:49:33 #9 31.21 Preparing to unpack .../095-make_4.2.1-1.2_armhf.deb ...
13:49:33 #9 31.21 Unpacking make (4.2.1-1.2) ...
13:49:33 #9 31.26 Selecting previously unselected package libdpkg-perl.
13:49:33 #9 31.26 Preparing to unpack .../096-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
13:49:33 #9 31.27 Unpacking libdpkg-perl (1.19.7ubuntu3.2) ...
13:49:33 #9 31.32 Selecting previously unselected package patch.
13:49:33 #9 31.32 Preparing to unpack .../097-patch_2.7.6-6_armhf.deb ...
13:49:33 #9 31.33 Unpacking patch (2.7.6-6) ...
13:49:33 #9 31.37 Selecting previously unselected package dpkg-dev.
13:49:33 #9 31.37 Preparing to unpack .../098-dpkg-dev_1.19.7ubuntu3.2_all.deb ...
13:49:33 #9 31.38 Unpacking dpkg-dev (1.19.7ubuntu3.2) ...
13:49:33 #9 31.46 Selecting previously unselected package build-essential.
13:49:33 #9 31.46 Preparing to unpack .../099-build-essential_12.8ubuntu1.1_armhf.deb ...
13:49:33 #9 31.47 Unpacking build-essential (12.8ubuntu1.1) ...
13:49:33 #9 31.50 Selecting previously unselected package libbrotli1:armhf.
13:49:33 #9 31.50 Preparing to unpack .../100-libbrotli1_1.0.7-6ubuntu0.1_armhf.deb ...
13:49:33 #9 31.51 Unpacking libbrotli1:armhf (1.0.7-6ubuntu0.1) ...
13:49:33 #9 31.57 Selecting previously unselected package libroken18-heimdal:armhf.
13:49:33 #9 31.57 Preparing to unpack .../101-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
13:49:33 #9 31.58 Unpacking libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:49:33 #9 31.62 Selecting previously unselected package libasn1-8-heimdal:armhf.
13:49:33 #9 31.62 Preparing to unpack .../102-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
13:49:33 #9 31.62 Unpacking libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:49:33 #9 31.67 Selecting previously unselected package libheimbase1-heimdal:armhf.
13:49:33 #9 31.67 Preparing to unpack .../103-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
13:49:34 #9 31.68 Unpacking libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:49:34 #9 31.71 Selecting previously unselected package libhcrypto4-heimdal:armhf.
13:49:34 #9 31.71 Preparing to unpack .../104-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
13:49:34 #9 31.72 Unpacking libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:49:34 #9 31.76 Selecting previously unselected package libwind0-heimdal:armhf.
13:49:34 #9 31.76 Preparing to unpack .../105-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
13:49:34 #9 31.77 Unpacking libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:49:34 #9 31.80 Selecting previously unselected package libhx509-5-heimdal:armhf.
13:49:34 #9 31.80 Preparing to unpack .../106-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
13:49:34 #9 31.80 Unpacking libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:49:34 #9 31.85 Selecting previously unselected package libkrb5-26-heimdal:armhf.
13:49:34 #9 31.85 Preparing to unpack .../107-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
13:49:34 #9 31.85 Unpacking libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:49:34 #9 31.90 Selecting previously unselected package libheimntlm0-heimdal:armhf.
13:49:34 #9 31.90 Preparing to unpack .../108-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
13:49:34 #9 31.91 Unpacking libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:49:34 #9 31.95 Selecting previously unselected package libgssapi3-heimdal:armhf.
13:49:34 #9 31.95 Preparing to unpack .../109-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
13:49:34 #9 31.96 Unpacking libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:49:34 #9 32.00 Selecting previously unselected package libsasl2-modules-db:armhf.
13:49:34 #9 32.00 Preparing to unpack .../110-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
13:49:34 #9 32.01 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:49:34 #9 32.05 Selecting previously unselected package libsasl2-2:armhf.
13:49:34 #9 32.05 Preparing to unpack .../111-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
13:49:34 #9 32.06 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:49:34 #9 32.09 Selecting previously unselected package libldap-common.
13:49:34 #9 32.09 Preparing to unpack .../112-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
13:49:34 #9 32.10 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
13:49:34 #9 32.15 Selecting previously unselected package libldap-2.4-2:armhf.
13:49:34 #9 32.15 Preparing to unpack .../113-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_armhf.deb ...
13:49:34 #9 32.15 Unpacking libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ...
13:49:34 #9 32.21 Selecting previously unselected package libnghttp2-14:armhf.
13:49:34 #9 32.21 Preparing to unpack .../114-libnghttp2-14_1.40.0-1build1_armhf.deb ...
13:49:34 #9 32.21 Unpacking libnghttp2-14:armhf (1.40.0-1build1) ...
13:49:34 #9 32.26 Selecting previously unselected package librtmp1:armhf.
13:49:34 #9 32.26 Preparing to unpack .../115-librtmp1_2.4+20151223.gitfa8646d.1-2build1_armhf.deb ...
13:49:34 #9 32.26 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ...
13:49:34 #9 32.30 Selecting previously unselected package libssh-4:armhf.
13:49:34 #9 32.30 Preparing to unpack .../116-libssh-4_0.9.3-2ubuntu2.2_armhf.deb ...
13:49:34 #9 32.31 Unpacking libssh-4:armhf (0.9.3-2ubuntu2.2) ...
13:49:34 #9 32.36 Selecting previously unselected package libcurl4:armhf.
13:49:34 #9 32.36 Preparing to unpack .../117-libcurl4_7.68.0-1ubuntu2.11_armhf.deb ...
13:49:34 #9 32.36 Unpacking libcurl4:armhf (7.68.0-1ubuntu2.11) ...
13:49:34 #9 32.41 Selecting previously unselected package curl.
13:49:34 #9 32.41 Preparing to unpack .../118-curl_7.68.0-1ubuntu2.11_armhf.deb ...
13:49:34 #9 32.41 Unpacking curl (7.68.0-1ubuntu2.11) ...
13:49:34 #9 32.46 Selecting previously unselected package dctrl-tools.
13:49:34 #9 32.46 Preparing to unpack .../119-dctrl-tools_2.24-3_armhf.deb ...
13:49:34 #9 32.47 Unpacking dctrl-tools (2.24-3) ...
13:49:34 #9 32.51 Selecting previously unselected package libtool.
13:49:34 #9 32.51 Preparing to unpack .../120-libtool_2.4.6-14_all.deb ...
13:49:34 #9 32.51 Unpacking libtool (2.4.6-14) ...
13:49:34 #9 32.55 Selecting previously unselected package dh-autoreconf.
13:49:34 #9 32.55 Preparing to unpack .../121-dh-autoreconf_19_all.deb ...
13:49:34 #9 32.56 Unpacking dh-autoreconf (19) ...
13:49:34 #9 32.59 Selecting previously unselected package libdebhelper-perl.
13:49:34 #9 32.59 Preparing to unpack .../122-libdebhelper-perl_12.10ubuntu1_all.deb ...
13:49:34 #9 32.59 Unpacking libdebhelper-perl (12.10ubuntu1) ...
13:49:34 #9 32.63 Selecting previously unselected package libarchive-zip-perl.
13:49:34 #9 32.63 Preparing to unpack .../123-libarchive-zip-perl_1.67-2_all.deb ...
13:49:34 #9 32.64 Unpacking libarchive-zip-perl (1.67-2) ...
13:49:34 #9 32.67 Selecting previously unselected package libsub-override-perl.
13:49:34 #9 32.67 Preparing to unpack .../124-libsub-override-perl_0.09-2_all.deb ...
13:49:34 #9 32.68 Unpacking libsub-override-perl (0.09-2) ...
13:49:34 #9 32.71 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:49:35 #9 32.71 Preparing to unpack .../125-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
13:49:35 #9 32.71 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
13:49:35 #9 32.75 Selecting previously unselected package dh-strip-nondeterminism.
13:49:35 #9 32.75 Preparing to unpack .../126-dh-strip-nondeterminism_1.7.0-1_all.deb ...
13:49:35 #9 32.75 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
13:49:35 #9 32.78 Selecting previously unselected package dwz.
13:49:35 #9 32.78 Preparing to unpack .../127-dwz_0.13-5_armhf.deb ...
13:49:35 #9 32.78 Unpacking dwz (0.13-5) ...
13:49:35 #9 32.84 Selecting previously unselected package libcroco3:armhf.
13:49:35 #9 32.84 Preparing to unpack .../128-libcroco3_0.6.13-1_armhf.deb ...
13:49:35 #9 32.85 Unpacking libcroco3:armhf (0.6.13-1) ...
13:49:35 #9 32.88 Selecting previously unselected package gettext.
13:49:35 #9 32.88 Preparing to unpack .../129-gettext_0.19.8.1-10build1_armhf.deb ...
13:49:35 #9 32.89 Unpacking gettext (0.19.8.1-10build1) ...
13:49:35 #9 32.98 Selecting previously unselected package intltool-debian.
13:49:35 #9 32.98 Preparing to unpack .../130-intltool-debian_0.35.0+20060710.5_all.deb ...
13:49:35 #9 32.99 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:49:35 #9 33.02 Selecting previously unselected package po-debconf.
13:49:35 #9 33.02 Preparing to unpack .../131-po-debconf_1.0.21_all.deb ...
13:49:35 #9 33.02 Unpacking po-debconf (1.0.21) ...
13:49:35 #9 33.07 Selecting previously unselected package debhelper.
13:49:35 #9 33.07 Preparing to unpack .../132-debhelper_12.10ubuntu1_all.deb ...
13:49:35 #9 33.07 Unpacking debhelper (12.10ubuntu1) ...
13:49:35 #9 33.18 Selecting previously unselected package libfakeroot:armhf.
13:49:35 #9 33.18 Preparing to unpack .../133-libfakeroot_1.24-1_armhf.deb ...
13:49:35 #9 33.18 Unpacking libfakeroot:armhf (1.24-1) ...
13:49:35 #9 33.22 Selecting previously unselected package fakeroot.
13:49:35 #9 33.22 Preparing to unpack .../134-fakeroot_1.24-1_armhf.deb ...
13:49:35 #9 33.22 Unpacking fakeroot (1.24-1) ...
13:49:35 #9 33.27 Selecting previously unselected package libassuan0:armhf.
13:49:35 #9 33.27 Preparing to unpack .../135-libassuan0_2.5.3-7ubuntu2_armhf.deb ...
13:49:35 #9 33.27 Unpacking libassuan0:armhf (2.5.3-7ubuntu2) ...
13:49:35 #9 33.30 Selecting previously unselected package gpgconf.
13:49:35 #9 33.30 Preparing to unpack .../136-gpgconf_2.2.19-3ubuntu2.1_armhf.deb ...
13:49:35 #9 33.31 Unpacking gpgconf (2.2.19-3ubuntu2.1) ...
13:49:35 #9 33.36 Selecting previously unselected package libksba8:armhf.
13:49:35 #9 33.36 Preparing to unpack .../137-libksba8_1.3.5-2_armhf.deb ...
13:49:35 #9 33.36 Unpacking libksba8:armhf (1.3.5-2) ...
13:49:35 #9 33.40 Selecting previously unselected package libnpth0:armhf.
13:49:35 #9 33.40 Preparing to unpack .../138-libnpth0_1.6-1_armhf.deb ...
13:49:35 #9 33.41 Unpacking libnpth0:armhf (1.6-1) ...
13:49:35 #9 33.46 Selecting previously unselected package dirmngr.
13:49:35 #9 33.47 Preparing to unpack .../139-dirmngr_2.2.19-3ubuntu2.1_armhf.deb ...
13:49:35 #9 33.48 Unpacking dirmngr (2.2.19-3ubuntu2.1) ...
13:49:35 #9 33.54 Selecting previously unselected package gnupg-l10n.
13:49:35 #9 33.54 Preparing to unpack .../140-gnupg-l10n_2.2.19-3ubuntu2.1_all.deb ...
13:49:35 #9 33.54 Unpacking gnupg-l10n (2.2.19-3ubuntu2.1) ...
13:49:35 #9 33.58 Selecting previously unselected package gnupg-utils.
13:49:35 #9 33.58 Preparing to unpack .../141-gnupg-utils_2.2.19-3ubuntu2.1_armhf.deb ...
13:49:35 #9 33.58 Unpacking gnupg-utils (2.2.19-3ubuntu2.1) ...
13:49:35 #9 33.64 Selecting previously unselected package gpg.
13:49:35 #9 33.64 Preparing to unpack .../142-gpg_2.2.19-3ubuntu2.1_armhf.deb ...
13:49:35 #9 33.65 Unpacking gpg (2.2.19-3ubuntu2.1) ...
13:49:35 #9 33.71 Selecting previously unselected package pinentry-curses.
13:49:35 #9 33.71 Preparing to unpack .../143-pinentry-curses_1.1.0-3build1_armhf.deb ...
13:49:35 #9 33.72 Unpacking pinentry-curses (1.1.0-3build1) ...
13:49:35 #9 33.75 Selecting previously unselected package gpg-agent.
13:49:36 #9 33.76 Preparing to unpack .../144-gpg-agent_2.2.19-3ubuntu2.1_armhf.deb ...
13:49:36 #9 33.76 Unpacking gpg-agent (2.2.19-3ubuntu2.1) ...
13:49:36 #9 33.81 Selecting previously unselected package gpg-wks-client.
13:49:36 #9 33.81 Preparing to unpack .../145-gpg-wks-client_2.2.19-3ubuntu2.1_armhf.deb ...
13:49:36 #9 33.81 Unpacking gpg-wks-client (2.2.19-3ubuntu2.1) ...
13:49:36 #9 33.85 Selecting previously unselected package gpg-wks-server.
13:49:36 #9 33.85 Preparing to unpack .../146-gpg-wks-server_2.2.19-3ubuntu2.1_armhf.deb ...
13:49:36 #9 33.86 Unpacking gpg-wks-server (2.2.19-3ubuntu2.1) ...
13:49:36 #9 33.89 Selecting previously unselected package gpgsm.
13:49:36 #9 33.90 Preparing to unpack .../147-gpgsm_2.2.19-3ubuntu2.1_armhf.deb ...
13:49:36 #9 33.90 Unpacking gpgsm (2.2.19-3ubuntu2.1) ...
13:49:36 #9 33.95 Selecting previously unselected package gnupg.
13:49:36 #9 33.95 Preparing to unpack .../148-gnupg_2.2.19-3ubuntu2.1_all.deb ...
13:49:36 #9 33.95 Unpacking gnupg (2.2.19-3ubuntu2.1) ...
13:49:36 #9 34.00 Selecting previously unselected package libfile-which-perl.
13:49:36 #9 34.00 Preparing to unpack .../149-libfile-which-perl_1.23-1_all.deb ...
13:49:36 #9 34.00 Unpacking libfile-which-perl (1.23-1) ...
13:49:36 #9 34.03 Selecting previously unselected package libfile-homedir-perl.
13:49:36 #9 34.03 Preparing to unpack .../150-libfile-homedir-perl_1.004-1_all.deb ...
13:49:36 #9 34.04 Unpacking libfile-homedir-perl (1.004-1) ...
13:49:36 #9 34.12 Selecting previously unselected package libio-pty-perl.
13:49:36 #9 34.12 Preparing to unpack .../151-libio-pty-perl_1%3a1.12-1_armhf.deb ...
13:49:36 #9 34.12 Unpacking libio-pty-perl (1:1.12-1) ...
13:49:36 #9 34.15 Selecting previously unselected package libipc-run-perl.
13:49:36 #9 34.15 Preparing to unpack .../152-libipc-run-perl_20180523.0-2_all.deb ...
13:49:36 #9 34.16 Unpacking libipc-run-perl (20180523.0-2) ...
13:49:36 #9 34.19 Selecting previously unselected package libclass-method-modifiers-perl.
13:49:36 #9 34.19 Preparing to unpack .../153-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:49:36 #9 34.20 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:49:36 #9 34.22 Selecting previously unselected package libb-hooks-op-check-perl.
13:49:36 #9 34.22 Preparing to unpack .../154-libb-hooks-op-check-perl_0.22-1build2_armhf.deb ...
13:49:36 #9 34.23 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
13:49:36 #9 34.26 Selecting previously unselected package libdynaloader-functions-perl.
13:49:36 #9 34.26 Preparing to unpack .../155-libdynaloader-functions-perl_0.003-1_all.deb ...
13:49:36 #9 34.27 Unpacking libdynaloader-functions-perl (0.003-1) ...
13:49:36 #9 34.30 Selecting previously unselected package libdevel-callchecker-perl.
13:49:36 #9 34.30 Preparing to unpack .../156-libdevel-callchecker-perl_0.008-1ubuntu1_armhf.deb ...
13:49:36 #9 34.31 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
13:49:36 #9 34.34 Selecting previously unselected package libparams-classify-perl.
13:49:36 #9 34.34 Preparing to unpack .../157-libparams-classify-perl_0.015-1build2_armhf.deb ...
13:49:36 #9 34.35 Unpacking libparams-classify-perl (0.015-1build2) ...
13:49:36 #9 34.38 Selecting previously unselected package libmodule-runtime-perl.
13:49:36 #9 34.38 Preparing to unpack .../158-libmodule-runtime-perl_0.016-1_all.deb ...
13:49:36 #9 34.39 Unpacking libmodule-runtime-perl (0.016-1) ...
13:49:36 #9 34.42 Selecting previously unselected package libimport-into-perl.
13:49:36 #9 34.42 Preparing to unpack .../159-libimport-into-perl_1.002005-1_all.deb ...
13:49:36 #9 34.43 Unpacking libimport-into-perl (1.002005-1) ...
13:49:36 #9 34.46 Selecting previously unselected package librole-tiny-perl.
13:49:36 #9 34.46 Preparing to unpack .../160-librole-tiny-perl_2.001004-1_all.deb ...
13:49:36 #9 34.47 Unpacking librole-tiny-perl (2.001004-1) ...
13:49:36 #9 34.51 Selecting previously unselected package libstrictures-perl.
13:49:36 #9 34.51 Preparing to unpack .../161-libstrictures-perl_2.000006-1_all.deb ...
13:49:36 #9 34.51 Unpacking libstrictures-perl (2.000006-1) ...
13:49:36 #9 34.55 Selecting previously unselected package libsub-quote-perl.
13:49:36 #9 34.55 Preparing to unpack .../162-libsub-quote-perl_2.006006-1_all.deb ...
13:49:36 #9 34.55 Unpacking libsub-quote-perl (2.006006-1) ...
13:49:36 #9 34.59 Selecting previously unselected package libmoo-perl.
13:49:36 #9 34.59 Preparing to unpack .../163-libmoo-perl_2.003006-1_all.deb ...
13:49:36 #9 34.59 Unpacking libmoo-perl (2.003006-1) ...
13:49:36 #9 34.63 Selecting previously unselected package libencode-locale-perl.
13:49:36 #9 34.63 Preparing to unpack .../164-libencode-locale-perl_1.05-1_all.deb ...
13:49:36 #9 34.64 Unpacking libencode-locale-perl (1.05-1) ...
13:49:36 #9 34.67 Selecting previously unselected package libtimedate-perl.
13:49:36 #9 34.67 Preparing to unpack .../165-libtimedate-perl_2.3200-1_all.deb ...
13:49:36 #9 34.67 Unpacking libtimedate-perl (2.3200-1) ...
13:49:36 #9 34.72 Selecting previously unselected package libhttp-date-perl.
13:49:37 #9 34.72 Preparing to unpack .../166-libhttp-date-perl_6.05-1_all.deb ...
13:49:37 #9 34.72 Unpacking libhttp-date-perl (6.05-1) ...
13:49:37 #9 34.76 Selecting previously unselected package libfile-listing-perl.
13:49:37 #9 34.76 Preparing to unpack .../167-libfile-listing-perl_6.04-1_all.deb ...
13:49:37 #9 34.78 Unpacking libfile-listing-perl (6.04-1) ...
13:49:37 #9 34.81 Selecting previously unselected package libhtml-tagset-perl.
13:49:37 #9 34.81 Preparing to unpack .../168-libhtml-tagset-perl_3.20-4_all.deb ...
13:49:37 #9 34.82 Unpacking libhtml-tagset-perl (3.20-4) ...
13:49:37 #9 34.85 Selecting previously unselected package liburi-perl.
13:49:37 #9 34.85 Preparing to unpack .../169-liburi-perl_1.76-2_all.deb ...
13:49:37 #9 34.86 Unpacking liburi-perl (1.76-2) ...
13:49:37 #9 34.90 Selecting previously unselected package libhtml-parser-perl.
13:49:37 #9 34.90 Preparing to unpack .../170-libhtml-parser-perl_3.72-5_armhf.deb ...
13:49:37 #9 34.90 Unpacking libhtml-parser-perl (3.72-5) ...
13:49:37 #9 34.94 Selecting previously unselected package libhtml-tree-perl.
13:49:37 #9 34.94 Preparing to unpack .../171-libhtml-tree-perl_5.07-2_all.deb ...
13:49:37 #9 34.95 Unpacking libhtml-tree-perl (5.07-2) ...
13:49:37 #9 34.99 Selecting previously unselected package libio-html-perl.
13:49:37 #9 35.00 Preparing to unpack .../172-libio-html-perl_1.001-1_all.deb ...
13:49:37 #9 35.00 Unpacking libio-html-perl (1.001-1) ...
13:49:37 #9 35.03 Selecting previously unselected package liblwp-mediatypes-perl.
13:49:37 #9 35.03 Preparing to unpack .../173-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:49:37 #9 35.03 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:49:37 #9 35.07 Selecting previously unselected package libhttp-message-perl.
13:49:37 #9 35.07 Preparing to unpack .../174-libhttp-message-perl_6.22-1_all.deb ...
13:49:37 #9 35.07 Unpacking libhttp-message-perl (6.22-1) ...
13:49:37 #9 35.11 Selecting previously unselected package libhttp-cookies-perl.
13:49:37 #9 35.11 Preparing to unpack .../175-libhttp-cookies-perl_6.08-1_all.deb ...
13:49:37 #9 35.11 Unpacking libhttp-cookies-perl (6.08-1) ...
13:49:37 #9 35.15 Selecting previously unselected package libhttp-negotiate-perl.
13:49:37 #9 35.16 Preparing to unpack .../176-libhttp-negotiate-perl_6.01-1_all.deb ...
13:49:37 #9 35.16 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:49:37 #9 35.19 Selecting previously unselected package perl-openssl-defaults:armhf.
13:49:37 #9 35.19 Preparing to unpack .../177-perl-openssl-defaults_4_armhf.deb ...
13:49:37 #9 35.20 Unpacking perl-openssl-defaults:armhf (4) ...
13:49:37 #9 35.23 Selecting previously unselected package libnet-ssleay-perl.
13:49:37 #9 35.23 Preparing to unpack .../178-libnet-ssleay-perl_1.88-2ubuntu1_armhf.deb ...
13:49:37 #9 35.24 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
13:49:37 #9 35.30 Selecting previously unselected package libio-socket-ssl-perl.
13:49:37 #9 35.30 Preparing to unpack .../179-libio-socket-ssl-perl_2.067-1_all.deb ...
13:49:37 #9 35.30 Unpacking libio-socket-ssl-perl (2.067-1) ...
13:49:37 #9 35.35 Selecting previously unselected package libnet-http-perl.
13:49:37 #9 35.35 Preparing to unpack .../180-libnet-http-perl_6.19-1_all.deb ...
13:49:37 #9 35.35 Unpacking libnet-http-perl (6.19-1) ...
13:49:37 #9 35.38 Selecting previously unselected package liblwp-protocol-https-perl.
13:49:37 #9 35.39 Preparing to unpack .../181-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
13:49:37 #9 35.39 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
13:49:37 #9 35.42 Selecting previously unselected package libtry-tiny-perl.
13:49:37 #9 35.42 Preparing to unpack .../182-libtry-tiny-perl_0.30-1_all.deb ...
13:49:37 #9 35.43 Unpacking libtry-tiny-perl (0.30-1) ...
13:49:37 #9 35.46 Selecting previously unselected package libwww-robotrules-perl.
13:49:37 #9 35.46 Preparing to unpack .../183-libwww-robotrules-perl_6.02-1_all.deb ...
13:49:37 #9 35.47 Unpacking libwww-robotrules-perl (6.02-1) ...
13:49:37 #9 35.49 Selecting previously unselected package libwww-perl.
13:49:37 #9 35.49 Preparing to unpack .../184-libwww-perl_6.43-1_all.deb ...
13:49:37 #9 35.50 Unpacking libwww-perl (6.43-1) ...
13:49:37 #9 35.54 Selecting previously unselected package patchutils.
13:49:37 #9 35.54 Preparing to unpack .../185-patchutils_0.3.4-2_armhf.deb ...
13:49:37 #9 35.55 Unpacking patchutils (0.3.4-2) ...
13:49:37 #9 35.58 Selecting previously unselected package wdiff.
13:49:37 #9 35.58 Preparing to unpack .../186-wdiff_1.2.2-2build1_armhf.deb ...
13:49:37 #9 35.59 Unpacking wdiff (1.2.2-2build1) ...
13:49:37 #9 35.63 Selecting previously unselected package devscripts.
13:49:37 #9 35.63 Preparing to unpack .../187-devscripts_2.20.2ubuntu2_armhf.deb ...
13:49:37 #9 35.66 Unpacking devscripts (2.20.2ubuntu2) ...
13:49:37 #9 35.77 Selecting previously unselected package diffstat.
13:49:38 #9 35.77 Preparing to unpack .../188-diffstat_1.63-1_armhf.deb ...
13:49:38 #9 35.77 Unpacking diffstat (1.63-1) ...
13:49:38 #9 35.81 Selecting previously unselected package python3-chardet.
13:49:38 #9 35.81 Preparing to unpack .../189-python3-chardet_3.0.4-4build1_all.deb ...
13:49:38 #9 35.82 Unpacking python3-chardet (3.0.4-4build1) ...
13:49:38 #9 35.86 Selecting previously unselected package python3-debian.
13:49:38 #9 35.86 Preparing to unpack .../190-python3-debian_0.1.36ubuntu1_all.deb ...
13:49:38 #9 35.86 Unpacking python3-debian (0.1.36ubuntu1) ...
13:49:38 #9 35.91 Selecting previously unselected package libgpgme11:armhf.
13:49:38 #9 35.91 Preparing to unpack .../191-libgpgme11_1.13.1-7ubuntu2_armhf.deb ...
13:49:38 #9 35.91 Unpacking libgpgme11:armhf (1.13.1-7ubuntu2) ...
13:49:38 #9 35.96 Selecting previously unselected package python3-gpg.
13:49:38 #9 35.96 Preparing to unpack .../192-python3-gpg_1.13.1-7ubuntu2_armhf.deb ...
13:49:38 #9 35.97 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
13:49:38 #9 36.02 Selecting previously unselected package dput.
13:49:38 #9 36.02 Preparing to unpack .../193-dput_1.0.3ubuntu1_all.deb ...
13:49:38 #9 36.04 Unpacking dput (1.0.3ubuntu1) ...
13:49:38 #9 36.08 Selecting previously unselected package libcurl3-gnutls:armhf.
13:49:38 #9 36.08 Preparing to unpack .../194-libcurl3-gnutls_7.68.0-1ubuntu2.11_armhf.deb ...
13:49:38 #9 36.09 Unpacking libcurl3-gnutls:armhf (7.68.0-1ubuntu2.11) ...
13:49:38 #9 36.13 Selecting previously unselected package liberror-perl.
13:49:38 #9 36.13 Preparing to unpack .../195-liberror-perl_0.17029-1_all.deb ...
13:49:38 #9 36.14 Unpacking liberror-perl (0.17029-1) ...
13:49:38 #9 36.17 Selecting previously unselected package git-man.
13:49:38 #9 36.18 Preparing to unpack .../196-git-man_1%3a2.25.1-1ubuntu3.4_all.deb ...
13:49:38 #9 36.18 Unpacking git-man (1:2.25.1-1ubuntu3.4) ...
13:49:38 #9 36.29 Selecting previously unselected package git.
13:49:38 #9 36.29 Preparing to unpack .../197-git_1%3a2.25.1-1ubuntu3.4_armhf.deb ...
13:49:38 #9 36.31 Unpacking git (1:2.25.1-1ubuntu3.4) ...
13:49:38 #9 36.69 Selecting previously unselected package libalgorithm-diff-perl.
13:49:38 #9 36.69 Preparing to unpack .../198-libalgorithm-diff-perl_1.19.03-2_all.deb ...
13:49:38 #9 36.70 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
13:49:38 #9 36.73 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:49:38 #9 36.73 Preparing to unpack .../199-libalgorithm-diff-xs-perl_0.04-6_armhf.deb ...
13:49:38 #9 36.73 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
13:49:38 #9 36.77 Selecting previously unselected package libalgorithm-merge-perl.
13:49:38 #9 36.77 Preparing to unpack .../200-libalgorithm-merge-perl_0.08-3_all.deb ...
13:49:38 #9 36.77 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:49:38 #9 36.80 Selecting previously unselected package libapt-pkg-perl.
13:49:39 #9 36.80 Preparing to unpack .../201-libapt-pkg-perl_0.1.36build3_armhf.deb ...
13:49:39 #9 36.81 Unpacking libapt-pkg-perl (0.1.36build3) ...
13:49:39 #9 36.84 Selecting previously unselected package libarchive-cpio-perl.
13:49:39 #9 36.84 Preparing to unpack .../202-libarchive-cpio-perl_0.10-1_all.deb ...
13:49:39 #9 36.85 Unpacking libarchive-cpio-perl (0.10-1) ...
13:49:39 #9 36.88 Selecting previously unselected package libarray-intspan-perl.
13:49:39 #9 36.88 Preparing to unpack .../203-libarray-intspan-perl_2.003-1_all.deb ...
13:49:39 #9 36.88 Unpacking libarray-intspan-perl (2.003-1) ...
13:49:39 #9 36.91 Selecting previously unselected package libasync-mergepoint-perl.
13:49:39 #9 36.92 Preparing to unpack .../204-libasync-mergepoint-perl_0.04-2_all.deb ...
13:49:39 #9 36.92 Unpacking libasync-mergepoint-perl (0.04-2) ...
13:49:39 #9 36.95 Selecting previously unselected package libmodule-implementation-perl.
13:49:39 #9 36.96 Preparing to unpack .../205-libmodule-implementation-perl_0.09-1_all.deb ...
13:49:39 #9 36.96 Unpacking libmodule-implementation-perl (0.09-1) ...
13:49:39 #9 37.00 Selecting previously unselected package libsub-exporter-progressive-perl.
13:49:39 #9 37.00 Preparing to unpack .../206-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:49:39 #9 37.00 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:49:39 #9 37.03 Selecting previously unselected package libvariable-magic-perl.
13:49:39 #9 37.03 Preparing to unpack .../207-libvariable-magic-perl_0.62-1build2_armhf.deb ...
13:49:39 #9 37.04 Unpacking libvariable-magic-perl (0.62-1build2) ...
13:49:39 #9 37.07 Selecting previously unselected package libb-hooks-endofscope-perl.
13:49:39 #9 37.07 Preparing to unpack .../208-libb-hooks-endofscope-perl_0.24-1_all.deb ...
13:49:39 #9 37.08 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
13:49:39 #9 37.11 Selecting previously unselected package libcapture-tiny-perl.
13:49:39 #9 37.11 Preparing to unpack .../209-libcapture-tiny-perl_0.48-1_all.deb ...
13:49:39 #9 37.12 Unpacking libcapture-tiny-perl (0.48-1) ...
13:49:39 #9 37.15 Selecting previously unselected package libclass-xsaccessor-perl.
13:49:39 #9 37.15 Preparing to unpack .../210-libclass-xsaccessor-perl_1.19-3build3_armhf.deb ...
13:49:39 #9 37.16 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
13:49:39 #9 37.19 Selecting previously unselected package libclone-perl.
13:49:39 #9 37.20 Preparing to unpack .../211-libclone-perl_0.43-2_armhf.deb ...
13:49:39 #9 37.20 Unpacking libclone-perl (0.43-2) ...
13:49:39 #9 37.23 Selecting previously unselected package libcommon-sense-perl.
13:49:39 #9 37.24 Preparing to unpack .../212-libcommon-sense-perl_3.74-2build6_armhf.deb ...
13:49:39 #9 37.24 Unpacking libcommon-sense-perl (3.74-2build6) ...
13:49:39 #9 37.27 Selecting previously unselected package libparams-util-perl.
13:49:39 #9 37.28 Preparing to unpack .../213-libparams-util-perl_1.07-3build5_armhf.deb ...
13:49:39 #9 37.28 Unpacking libparams-util-perl (1.07-3build5) ...
13:49:39 #9 37.32 Selecting previously unselected package libsub-install-perl.
13:49:39 #9 37.32 Preparing to unpack .../214-libsub-install-perl_0.928-1_all.deb ...
13:49:39 #9 37.33 Unpacking libsub-install-perl (0.928-1) ...
13:49:39 #9 37.36 Selecting previously unselected package libdata-optlist-perl.
13:49:39 #9 37.36 Preparing to unpack .../215-libdata-optlist-perl_0.110-1_all.deb ...
13:49:39 #9 37.36 Unpacking libdata-optlist-perl (0.110-1) ...
13:49:39 #9 37.42 Selecting previously unselected package libsub-exporter-perl.
13:49:39 #9 37.42 Preparing to unpack .../216-libsub-exporter-perl_0.987-1_all.deb ...
13:49:39 #9 37.43 Unpacking libsub-exporter-perl (0.987-1) ...
13:49:39 #9 37.46 Selecting previously unselected package libconst-fast-perl.
13:49:39 #9 37.46 Preparing to unpack .../217-libconst-fast-perl_0.014-1_all.deb ...
13:49:39 #9 37.47 Unpacking libconst-fast-perl (0.014-1) ...
13:49:39 #9 37.50 Selecting previously unselected package libwant-perl.
13:49:39 #9 37.50 Preparing to unpack .../218-libwant-perl_0.29-1build4_armhf.deb ...
13:49:39 #9 37.50 Unpacking libwant-perl (0.29-1build4) ...
13:49:39 #9 37.54 Selecting previously unselected package libcontextual-return-perl.
13:49:40 #9 37.54 Preparing to unpack .../219-libcontextual-return-perl_0.004014-2_all.deb ...
13:49:40 #9 37.54 Unpacking libcontextual-return-perl (0.004014-2) ...
13:49:40 #9 37.58 Selecting previously unselected package libcpanel-json-xs-perl.
13:49:40 #9 37.58 Preparing to unpack .../220-libcpanel-json-xs-perl_4.19-1build1_armhf.deb ...
13:49:40 #9 37.58 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
13:49:40 #9 37.62 Selecting previously unselected package libdata-dump-perl.
13:49:40 #9 37.62 Preparing to unpack .../221-libdata-dump-perl_1.23-1_all.deb ...
13:49:40 #9 37.63 Unpacking libdata-dump-perl (1.23-1) ...
13:49:40 #9 37.66 Selecting previously unselected package libdigest-bubblebabble-perl.
13:49:40 #9 37.66 Preparing to unpack .../222-libdigest-bubblebabble-perl_0.02-2_all.deb ...
13:49:40 #9 37.67 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
13:49:40 #9 37.70 Selecting previously unselected package libdigest-hmac-perl.
13:49:40 #9 37.70 Preparing to unpack .../223-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
13:49:40 #9 37.71 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
13:49:40 #9 37.74 Selecting previously unselected package libdistro-info-perl.
13:49:40 #9 37.74 Preparing to unpack .../224-libdistro-info-perl_0.23ubuntu1_all.deb ...
13:49:40 #9 37.74 Unpacking libdistro-info-perl (0.23ubuntu1) ...
13:49:40 #9 37.77 Selecting previously unselected package libnet-smtp-ssl-perl.
13:49:40 #9 37.78 Preparing to unpack .../225-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:49:40 #9 37.78 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:49:40 #9 37.82 Selecting previously unselected package libmailtools-perl.
13:49:40 #9 37.82 Preparing to unpack .../226-libmailtools-perl_2.21-1_all.deb ...
13:49:40 #9 37.83 Unpacking libmailtools-perl (2.21-1) ...
13:49:40 #9 37.87 Selecting previously unselected package libnet-ip-perl.
13:49:40 #9 37.87 Preparing to unpack .../227-libnet-ip-perl_1.26-2_all.deb ...
13:49:40 #9 37.87 Unpacking libnet-ip-perl (1.26-2) ...
13:49:40 #9 37.91 Selecting previously unselected package libnet-dns-perl.
13:49:40 #9 37.91 Preparing to unpack .../228-libnet-dns-perl_1.22-1_all.deb ...
13:49:40 #9 37.92 Unpacking libnet-dns-perl (1.22-1) ...
13:49:40 #9 37.98 Selecting previously unselected package libnet-domain-tld-perl.
13:49:40 #9 37.98 Preparing to unpack .../229-libnet-domain-tld-perl_1.75-1_all.deb ...
13:49:40 #9 37.99 Unpacking libnet-domain-tld-perl (1.75-1) ...
13:49:40 #9 38.02 Selecting previously unselected package libemail-valid-perl.
13:49:40 #9 38.02 Preparing to unpack .../230-libemail-valid-perl_1.202-1_all.deb ...
13:49:40 #9 38.03 Unpacking libemail-valid-perl (1.202-1) ...
13:49:40 #9 38.06 Selecting previously unselected package libexporter-tiny-perl.
13:49:40 #9 38.06 Preparing to unpack .../231-libexporter-tiny-perl_1.002001-1_all.deb ...
13:49:40 #9 38.06 Unpacking libexporter-tiny-perl (1.002001-1) ...
13:49:40 #9 38.10 Selecting previously unselected package libipc-system-simple-perl.
13:49:40 #9 38.10 Preparing to unpack .../232-libipc-system-simple-perl_1.26-1_all.deb ...
13:49:40 #9 38.10 Unpacking libipc-system-simple-perl (1.26-1) ...
13:49:40 #9 38.13 Selecting previously unselected package libfile-basedir-perl.
13:49:40 #9 38.13 Preparing to unpack .../233-libfile-basedir-perl_0.08-1_all.deb ...
13:49:40 #9 38.14 Unpacking libfile-basedir-perl (0.08-1) ...
13:49:40 #9 38.17 Selecting previously unselected package libfile-chdir-perl.
13:49:40 #9 38.17 Preparing to unpack .../234-libfile-chdir-perl_0.1008-1_all.deb ...
13:49:40 #9 38.18 Unpacking libfile-chdir-perl (0.1008-1) ...
13:49:40 #9 38.21 Selecting previously unselected package libfile-fcntllock-perl.
13:49:40 #9 38.21 Preparing to unpack .../235-libfile-fcntllock-perl_0.22-3build4_armhf.deb ...
13:49:40 #9 38.21 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
13:49:40 #9 38.25 Selecting previously unselected package libnumber-compare-perl.
13:49:40 #9 38.25 Preparing to unpack .../236-libnumber-compare-perl_0.03-1_all.deb ...
13:49:40 #9 38.25 Unpacking libnumber-compare-perl (0.03-1) ...
13:49:40 #9 38.29 Selecting previously unselected package libtext-glob-perl.
13:49:40 #9 38.29 Preparing to unpack .../237-libtext-glob-perl_0.10-1_all.deb ...
13:49:40 #9 38.30 Unpacking libtext-glob-perl (0.10-1) ...
13:49:40 #9 38.32 Selecting previously unselected package libfile-find-rule-perl.
13:49:40 #9 38.32 Preparing to unpack .../238-libfile-find-rule-perl_0.34-1_all.deb ...
13:49:40 #9 38.33 Unpacking libfile-find-rule-perl (0.34-1) ...
13:49:40 #9 38.36 Selecting previously unselected package libfont-afm-perl.
13:49:40 #9 38.36 Preparing to unpack .../239-libfont-afm-perl_1.20-2_all.deb ...
13:49:40 #9 38.37 Unpacking libfont-afm-perl (1.20-2) ...
13:49:40 #9 38.40 Selecting previously unselected package libio-string-perl.
13:49:40 #9 38.40 Preparing to unpack .../240-libio-string-perl_1.08-3_all.deb ...
13:49:40 #9 38.40 Unpacking libio-string-perl (1.08-3) ...
13:49:40 #9 38.45 Selecting previously unselected package libfont-ttf-perl.
13:49:40 #9 38.45 Preparing to unpack .../241-libfont-ttf-perl_1.06-1_all.deb ...
13:49:40 #9 38.45 Unpacking libfont-ttf-perl (1.06-1) ...
13:49:40 #9 38.51 Selecting previously unselected package libfuture-perl.
13:49:40 #9 38.51 Preparing to unpack .../242-libfuture-perl_0.43-1_all.deb ...
13:49:40 #9 38.52 Unpacking libfuture-perl (0.43-1) ...
13:49:40 #9 38.55 Selecting previously unselected package libio-stringy-perl.
13:49:41 #9 38.55 Preparing to unpack .../243-libio-stringy-perl_2.111-3_all.deb ...
13:49:41 #9 38.56 Unpacking libio-stringy-perl (2.111-3) ...
13:49:41 #9 38.59 Selecting previously unselected package libparams-validate-perl.
13:49:41 #9 38.60 Preparing to unpack .../244-libparams-validate-perl_1.29-3_armhf.deb ...
13:49:41 #9 38.60 Unpacking libparams-validate-perl (1.29-3) ...
13:49:41 #9 38.64 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:49:41 #9 38.64 Preparing to unpack .../245-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
13:49:41 #9 38.64 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
13:49:41 #9 38.68 Selecting previously unselected package libsort-versions-perl.
13:49:41 #9 38.69 Preparing to unpack .../246-libsort-versions-perl_1.62-1_all.deb ...
13:49:41 #9 38.69 Unpacking libsort-versions-perl (1.62-1) ...
13:49:41 #9 38.72 Selecting previously unselected package libgit-wrapper-perl.
13:49:41 #9 38.73 Preparing to unpack .../247-libgit-wrapper-perl_0.048-1_all.deb ...
13:49:41 #9 38.73 Unpacking libgit-wrapper-perl (0.048-1) ...
13:49:41 #9 38.76 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:49:41 #9 38.76 Preparing to unpack .../248-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
13:49:41 #9 38.77 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
13:49:41 #9 38.80 Selecting previously unselected package libio-prompter-perl.
13:49:41 #9 38.80 Preparing to unpack .../249-libio-prompter-perl_0.004015-1_all.deb ...
13:49:41 #9 38.80 Unpacking libio-prompter-perl (0.004015-1) ...
13:49:41 #9 38.84 Selecting previously unselected package libjson-perl.
13:49:41 #9 38.84 Preparing to unpack .../250-libjson-perl_4.02000-2_all.deb ...
13:49:41 #9 38.84 Unpacking libjson-perl (4.02000-2) ...
13:49:41 #9 38.90 Selecting previously unselected package liblog-any-perl.
13:49:41 #9 38.90 Preparing to unpack .../251-liblog-any-perl_1.708-1_all.deb ...
13:49:41 #9 38.91 Unpacking liblog-any-perl (1.708-1) ...
13:49:41 #9 38.94 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:49:41 #9 38.95 Preparing to unpack .../252-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
13:49:41 #9 38.95 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
13:49:41 #9 38.98 Selecting previously unselected package libpackage-stash-perl.
13:49:41 #9 38.99 Preparing to unpack .../253-libpackage-stash-perl_0.38-1_all.deb ...
13:49:41 #9 38.99 Unpacking libpackage-stash-perl (0.38-1) ...
13:49:41 #9 39.02 Selecting previously unselected package libsub-identify-perl.
13:49:41 #9 39.02 Preparing to unpack .../254-libsub-identify-perl_0.14-1build2_armhf.deb ...
13:49:41 #9 39.03 Unpacking libsub-identify-perl (0.14-1build2) ...
13:49:41 #9 39.06 Selecting previously unselected package libsub-name-perl.
13:49:41 #9 39.06 Preparing to unpack .../255-libsub-name-perl_0.26-1_armhf.deb ...
13:49:41 #9 39.07 Unpacking libsub-name-perl (0.26-1) ...
13:49:41 #9 39.10 Selecting previously unselected package libnamespace-clean-perl.
13:49:41 #9 39.10 Preparing to unpack .../256-libnamespace-clean-perl_0.27-1_all.deb ...
13:49:41 #9 39.11 Unpacking libnamespace-clean-perl (0.27-1) ...
13:49:41 #9 39.13 Selecting previously unselected package libpath-tiny-perl.
13:49:41 #9 39.13 Preparing to unpack .../257-libpath-tiny-perl_0.108-1_all.deb ...
13:49:41 #9 39.14 Unpacking libpath-tiny-perl (0.108-1) ...
13:49:41 #9 39.18 Selecting previously unselected package libtype-tiny-perl.
13:49:41 #9 39.18 Preparing to unpack .../258-libtype-tiny-perl_1.008001-2_all.deb ...
13:49:41 #9 39.19 Unpacking libtype-tiny-perl (1.008001-2) ...
13:49:41 #9 39.26 Selecting previously unselected package libgitlab-api-v4-perl.
13:49:41 #9 39.26 Preparing to unpack .../259-libgitlab-api-v4-perl_0.25-1_all.deb ...
13:49:41 #9 39.27 Unpacking libgitlab-api-v4-perl (0.25-1) ...
13:49:41 #9 39.30 Selecting previously unselected package libhash-fieldhash-perl.
13:49:41 #9 39.31 Preparing to unpack .../260-libhash-fieldhash-perl_0.15-1build2_armhf.deb ...
13:49:41 #9 39.31 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
13:49:41 #9 39.34 Selecting previously unselected package libhtml-form-perl.
13:49:41 #9 39.34 Preparing to unpack .../261-libhtml-form-perl_6.07-1_all.deb ...
13:49:41 #9 39.35 Unpacking libhtml-form-perl (6.07-1) ...
13:49:41 #9 39.38 Selecting previously unselected package libhtml-format-perl.
13:49:41 #9 39.38 Preparing to unpack .../262-libhtml-format-perl_2.12-1_all.deb ...
13:49:41 #9 39.38 Unpacking libhtml-format-perl (2.12-1) ...
13:49:41 #9 39.41 Selecting previously unselected package libhttp-daemon-perl.
13:49:41 #9 39.42 Preparing to unpack .../263-libhttp-daemon-perl_6.06-1_all.deb ...
13:49:41 #9 39.42 Unpacking libhttp-daemon-perl (6.06-1) ...
13:49:41 #9 39.47 Selecting previously unselected package libidn11:armhf.
13:49:41 #9 39.47 Preparing to unpack .../264-libidn11_1.33-2.2ubuntu2_armhf.deb ...
13:49:41 #9 39.47 Unpacking libidn11:armhf (1.33-2.2ubuntu2) ...
13:49:41 #9 39.51 Selecting previously unselected package libstruct-dumb-perl.
13:49:41 #9 39.51 Preparing to unpack .../265-libstruct-dumb-perl_0.09-1_all.deb ...
13:49:41 #9 39.51 Unpacking libstruct-dumb-perl (0.09-1) ...
13:49:41 #9 39.55 Selecting previously unselected package libio-async-perl.
13:49:41 #9 39.55 Preparing to unpack .../266-libio-async-perl_0.75-1_all.deb ...
13:49:41 #9 39.56 Unpacking libio-async-perl (0.75-1) ...
13:49:41 #9 39.61 Selecting previously unselected package liblinux-epoll-perl.
13:49:41 #9 39.61 Preparing to unpack .../267-liblinux-epoll-perl_0.017-1_armhf.deb ...
13:49:41 #9 39.61 Unpacking liblinux-epoll-perl (0.017-1) ...
13:49:41 #9 39.64 Selecting previously unselected package libio-async-loop-epoll-perl.
13:49:41 #9 39.64 Preparing to unpack .../268-libio-async-loop-epoll-perl_0.20-1_all.deb ...
13:49:41 #9 39.65 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
13:49:41 #9 39.68 Selecting previously unselected package libtypes-serialiser-perl.
13:49:41 #9 39.69 Preparing to unpack .../269-libtypes-serialiser-perl_1.0-1_all.deb ...
13:49:41 #9 39.69 Unpacking libtypes-serialiser-perl (1.0-1) ...
13:49:41 #9 39.73 Selecting previously unselected package libjson-xs-perl.
13:49:41 #9 39.73 Preparing to unpack .../270-libjson-xs-perl_4.020-1build1_armhf.deb ...
13:49:42 #9 39.74 Unpacking libjson-xs-perl (4.020-1build1) ...
13:49:42 #9 39.78 Selecting previously unselected package libjson-maybexs-perl.
13:49:42 #9 39.78 Preparing to unpack .../271-libjson-maybexs-perl_1.004000-1_all.deb ...
13:49:42 #9 39.79 Unpacking libjson-maybexs-perl (1.004000-1) ...
13:49:42 #9 39.82 Selecting previously unselected package liblist-compare-perl.
13:49:42 #9 39.82 Preparing to unpack .../272-liblist-compare-perl_0.53-1_all.deb ...
13:49:42 #9 39.82 Unpacking liblist-compare-perl (0.53-1) ...
13:49:42 #9 39.86 Selecting previously unselected package liblist-moreutils-perl.
13:49:42 #9 39.86 Preparing to unpack .../273-liblist-moreutils-perl_0.416-1build5_armhf.deb ...
13:49:42 #9 39.87 Unpacking liblist-moreutils-perl (0.416-1build5) ...
13:49:42 #9 39.90 Selecting previously unselected package liblist-someutils-perl.
13:49:42 #9 39.90 Preparing to unpack .../274-liblist-someutils-perl_0.58-1_all.deb ...
13:49:42 #9 39.91 Unpacking liblist-someutils-perl (0.58-1) ...
13:49:42 #9 39.94 Selecting previously unselected package liblist-someutils-xs-perl.
13:49:42 #9 39.95 Preparing to unpack .../275-liblist-someutils-xs-perl_0.58-2_armhf.deb ...
13:49:42 #9 39.95 Unpacking liblist-someutils-xs-perl (0.58-2) ...
13:49:42 #9 39.99 Selecting previously unselected package libltdl7:armhf.
13:49:42 #9 39.99 Preparing to unpack .../276-libltdl7_2.4.6-14_armhf.deb ...
13:49:42 #9 39.99 Unpacking libltdl7:armhf (2.4.6-14) ...
13:49:42 #9 40.02 Selecting previously unselected package libltdl-dev:armhf.
13:49:42 #9 40.03 Preparing to unpack .../277-libltdl-dev_2.4.6-14_armhf.deb ...
13:49:42 #9 40.03 Unpacking libltdl-dev:armhf (2.4.6-14) ...
13:49:42 #9 40.08 Selecting previously unselected package libsys-hostname-long-perl.
13:49:42 #9 40.08 Preparing to unpack .../278-libsys-hostname-long-perl_1.5-1_all.deb ...
13:49:42 #9 40.08 Unpacking libsys-hostname-long-perl (1.5-1) ...
13:49:42 #9 40.12 Selecting previously unselected package libmail-sendmail-perl.
13:49:42 #9 40.12 Preparing to unpack .../279-libmail-sendmail-perl_0.80-1_all.deb ...
13:49:42 #9 40.12 Unpacking libmail-sendmail-perl (0.80-1) ...
13:49:42 #9 40.16 Selecting previously unselected package libmoox-aliases-perl.
13:49:42 #9 40.16 Preparing to unpack .../280-libmoox-aliases-perl_0.001006-1_all.deb ...
13:49:42 #9 40.17 Unpacking libmoox-aliases-perl (0.001006-1) ...
13:49:42 #9 40.20 Selecting previously unselected package libobject-id-perl.
13:49:42 #9 40.20 Preparing to unpack .../281-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
13:49:42 #9 40.21 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
13:49:42 #9 40.24 Selecting previously unselected package libmoox-struct-perl.
13:49:42 #9 40.24 Preparing to unpack .../282-libmoox-struct-perl_0.017-1_all.deb ...
13:49:42 #9 40.25 Unpacking libmoox-struct-perl (0.017-1) ...
13:49:42 #9 40.28 Selecting previously unselected package libnet-dns-sec-perl.
13:49:42 #9 40.28 Preparing to unpack .../283-libnet-dns-sec-perl_1.15-1_armhf.deb ...
13:49:42 #9 40.29 Unpacking libnet-dns-sec-perl (1.15-1) ...
13:49:42 #9 40.32 Selecting previously unselected package libnet-libidn-perl.
13:49:42 #9 40.32 Preparing to unpack .../284-libnet-libidn-perl_0.12.ds-3build2_armhf.deb ...
13:49:42 #9 40.33 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
13:49:42 #9 40.36 Selecting previously unselected package libnumber-range-perl.
13:49:42 #9 40.36 Preparing to unpack .../285-libnumber-range-perl_0.12-1_all.deb ...
13:49:42 #9 40.37 Unpacking libnumber-range-perl (0.12-1) ...
13:49:42 #9 40.41 Selecting previously unselected package libpackage-stash-xs-perl.
13:49:42 #9 40.41 Preparing to unpack .../286-libpackage-stash-xs-perl_0.29-1build1_armhf.deb ...
13:49:42 #9 40.41 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
13:49:42 #9 40.46 Selecting previously unselected package libpath-iterator-rule-perl.
13:49:42 #9 40.46 Preparing to unpack .../287-libpath-iterator-rule-perl_1.014-1_all.deb ...
13:49:42 #9 40.46 Unpacking libpath-iterator-rule-perl (1.014-1) ...
13:49:42 #9 40.50 Selecting previously unselected package libperl4-corelibs-perl.
13:49:42 #9 40.50 Preparing to unpack .../288-libperl4-corelibs-perl_0.004-2_all.deb ...
13:49:42 #9 40.50 Unpacking libperl4-corelibs-perl (0.004-2) ...
13:49:42 #9 40.54 Selecting previously unselected package libperlio-gzip-perl.
13:49:42 #9 40.54 Preparing to unpack .../289-libperlio-gzip-perl_0.19-1build5_armhf.deb ...
13:49:42 #9 40.55 Unpacking libperlio-gzip-perl (0.19-1build5) ...
13:49:42 #9 40.58 Selecting previously unselected package libpod-constants-perl.
13:49:42 #9 40.58 Preparing to unpack .../290-libpod-constants-perl_0.19-1_all.deb ...
13:49:42 #9 40.58 Unpacking libpod-constants-perl (0.19-1) ...
13:49:42 #9 40.62 Selecting previously unselected package libre2-5:armhf.
13:49:42 #9 40.63 Preparing to unpack .../291-libre2-5_20200101+dfsg-1build1_armhf.deb ...
13:49:42 #9 40.63 Unpacking libre2-5:armhf (20200101+dfsg-1build1) ...
13:49:42 #9 40.67 Selecting previously unselected package libre-engine-re2-perl.
13:49:42 #9 40.68 Preparing to unpack .../292-libre-engine-re2-perl_0.13-5_armhf.deb ...
13:49:42 #9 40.68 Unpacking libre-engine-re2-perl (0.13-5) ...
13:49:43 #9 40.71 Selecting previously unselected package libreadonly-perl.
13:49:43 #9 40.71 Preparing to unpack .../293-libreadonly-perl_2.050-2_all.deb ...
13:49:43 #9 40.72 Unpacking libreadonly-perl (2.050-2) ...
13:49:43 #9 40.75 Selecting previously unselected package libref-util-perl.
13:49:43 #9 40.75 Preparing to unpack .../294-libref-util-perl_0.204-1_all.deb ...
13:49:43 #9 40.75 Unpacking libref-util-perl (0.204-1) ...
13:49:43 #9 40.79 Selecting previously unselected package libref-util-xs-perl.
13:49:43 #9 40.79 Preparing to unpack .../295-libref-util-xs-perl_0.117-1build2_armhf.deb ...
13:49:43 #9 40.79 Unpacking libref-util-xs-perl (0.117-1build2) ...
13:49:43 #9 40.83 Selecting previously unselected package libregexp-pattern-license-perl.
13:49:43 #9 40.83 Preparing to unpack .../296-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
13:49:43 #9 40.83 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
13:49:43 #9 40.87 Selecting previously unselected package libregexp-pattern-perl.
13:49:43 #9 40.87 Preparing to unpack .../297-libregexp-pattern-perl_0.2.12-1_all.deb ...
13:49:43 #9 40.87 Unpacking libregexp-pattern-perl (0.2.12-1) ...
13:49:43 #9 40.92 Selecting previously unselected package libsasl2-modules:armhf.
13:49:43 #9 40.92 Preparing to unpack .../298-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
13:49:43 #9 40.92 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:49:43 #9 40.96 Selecting previously unselected package libsereal-decoder-perl.
13:49:43 #9 40.96 Preparing to unpack .../299-libsereal-decoder-perl_4.011+ds-1build1_armhf.deb ...
13:49:43 #9 40.96 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
13:49:43 #9 41.00 Selecting previously unselected package libsereal-encoder-perl.
13:49:43 #9 41.01 Preparing to unpack .../300-libsereal-encoder-perl_4.011+ds-1build1_armhf.deb ...
13:49:43 #9 41.01 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
13:49:43 #9 41.05 Selecting previously unselected package libsereal-perl.
13:49:43 #9 41.05 Preparing to unpack .../301-libsereal-perl_4.011-1_all.deb ...
13:49:43 #9 41.06 Unpacking libsereal-perl (4.011-1) ...
13:49:43 #9 41.09 Selecting previously unselected package libsort-key-perl.
13:49:43 #9 41.09 Preparing to unpack .../302-libsort-key-perl_1.33-2build2_armhf.deb ...
13:49:43 #9 41.10 Unpacking libsort-key-perl (1.33-2build2) ...
13:49:43 #9 41.13 Selecting previously unselected package libstring-copyright-perl.
13:49:43 #9 41.14 Preparing to unpack .../303-libstring-copyright-perl_0.003006-1_all.deb ...
13:49:43 #9 41.14 Unpacking libstring-copyright-perl (0.003006-1) ...
13:49:43 #9 41.17 Selecting previously unselected package libstring-escape-perl.
13:49:43 #9 41.18 Preparing to unpack .../304-libstring-escape-perl_2010.002-2_all.deb ...
13:49:43 #9 41.18 Unpacking libstring-escape-perl (2010.002-2) ...
13:49:43 #9 41.21 Selecting previously unselected package libstring-shellquote-perl.
13:49:43 #9 41.21 Preparing to unpack .../305-libstring-shellquote-perl_1.04-1_all.deb ...
13:49:43 #9 41.22 Unpacking libstring-shellquote-perl (1.04-1) ...
13:49:43 #9 41.26 Selecting previously unselected package libterm-readkey-perl.
13:49:43 #9 41.26 Preparing to unpack .../306-libterm-readkey-perl_2.38-1build1_armhf.deb ...
13:49:43 #9 41.26 Unpacking libterm-readkey-perl (2.38-1build1) ...
13:49:43 #9 41.30 Selecting previously unselected package libtest-fatal-perl.
13:49:43 #9 41.30 Preparing to unpack .../307-libtest-fatal-perl_0.014-1_all.deb ...
13:49:43 #9 41.30 Unpacking libtest-fatal-perl (0.014-1) ...
13:49:43 #9 41.34 Selecting previously unselected package libtest-refcount-perl.
13:49:43 #9 41.34 Preparing to unpack .../308-libtest-refcount-perl_0.10-1_all.deb ...
13:49:43 #9 41.35 Unpacking libtest-refcount-perl (0.10-1) ...
13:49:43 #9 41.38 Selecting previously unselected package libtext-levenshtein-perl.
13:49:43 #9 41.38 Preparing to unpack .../309-libtext-levenshtein-perl_0.13-1_all.deb ...
13:49:43 #9 41.39 Unpacking libtext-levenshtein-perl (0.13-1) ...
13:49:43 #9 41.44 Selecting previously unselected package libtype-tiny-xs-perl.
13:49:43 #9 41.44 Preparing to unpack .../310-libtype-tiny-xs-perl_0.016-1_armhf.deb ...
13:49:43 #9 41.45 Unpacking libtype-tiny-xs-perl (0.016-1) ...
13:49:43 #9 41.48 Selecting previously unselected package libunicode-utf8-perl.
13:49:43 #9 41.49 Preparing to unpack .../311-libunicode-utf8-perl_0.62-1build1_armhf.deb ...
13:49:43 #9 41.49 Unpacking libunicode-utf8-perl (0.62-1build1) ...
13:49:43 #9 41.52 Selecting previously unselected package libxml-namespacesupport-perl.
13:49:43 #9 41.52 Preparing to unpack .../312-libxml-namespacesupport-perl_1.12-1_all.deb ...
13:49:43 #9 41.53 Unpacking libxml-namespacesupport-perl (1.12-1) ...
13:49:43 #9 41.56 Selecting previously unselected package libxml-sax-base-perl.
13:49:43 #9 41.56 Preparing to unpack .../313-libxml-sax-base-perl_1.09-1_all.deb ...
13:49:43 #9 41.56 Unpacking libxml-sax-base-perl (1.09-1) ...
13:49:43 #9 41.60 Selecting previously unselected package libxml-sax-perl.
13:49:43 #9 41.60 Preparing to unpack .../314-libxml-sax-perl_1.02+dfsg-1_all.deb ...
13:49:43 #9 41.61 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
13:49:43 #9 41.65 Selecting previously unselected package libxml-libxml-perl.
13:49:43 #9 41.65 Preparing to unpack .../315-libxml-libxml-perl_2.0134+dfsg-1build1_armhf.deb ...
13:49:43 #9 41.66 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
13:49:44 #9 41.72 Selecting previously unselected package libxml-parser-perl.
13:49:44 #9 41.72 Preparing to unpack .../316-libxml-parser-perl_2.46-1_armhf.deb ...
13:49:44 #9 41.72 Unpacking libxml-parser-perl (2.46-1) ...
13:49:44 #9 41.77 Selecting previously unselected package libxml-sax-expat-perl.
13:49:44 #9 41.78 Preparing to unpack .../317-libxml-sax-expat-perl_0.51-1_all.deb ...
13:49:44 #9 41.78 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:49:44 #9 41.82 Selecting previously unselected package libxml-writer-perl.
13:49:44 #9 41.82 Preparing to unpack .../318-libxml-writer-perl_0.625-1_all.deb ...
13:49:44 #9 41.82 Unpacking libxml-writer-perl (0.625-1) ...
13:49:44 #9 41.85 Selecting previously unselected package libyaml-libyaml-perl.
13:49:44 #9 41.86 Preparing to unpack .../319-libyaml-libyaml-perl_0.81+repack-1_armhf.deb ...
13:49:44 #9 41.86 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
13:49:44 #9 41.89 Selecting previously unselected package licensecheck.
13:49:44 #9 41.89 Preparing to unpack .../320-licensecheck_3.0.45-1_all.deb ...
13:49:44 #9 41.90 Unpacking licensecheck (3.0.45-1) ...
13:49:44 #9 41.93 Selecting previously unselected package libdevel-size-perl.
13:49:44 #9 41.93 Preparing to unpack .../321-libdevel-size-perl_0.83-1build1_armhf.deb ...
13:49:44 #9 41.93 Unpacking libdevel-size-perl (0.83-1build1) ...
13:49:44 #9 41.97 Selecting previously unselected package t1utils.
13:49:44 #9 41.97 Preparing to unpack .../322-t1utils_1.41-3_armhf.deb ...
13:49:44 #9 41.97 Unpacking t1utils (1.41-3) ...
13:49:44 #9 42.02 Selecting previously unselected package lintian.
13:49:44 #9 42.02 Preparing to unpack .../323-lintian_2.62.0ubuntu2.1_all.deb ...
13:49:44 #9 42.03 Unpacking lintian (2.62.0ubuntu2.1) ...
13:49:44 #9 42.30 Selecting previously unselected package manpages-dev.
13:49:44 #9 42.31 Preparing to unpack .../324-manpages-dev_5.05-1_all.deb ...
13:49:44 #9 42.31 Unpacking manpages-dev (5.05-1) ...
13:49:44 #9 42.55 Selecting previously unselected package python3-certifi.
13:49:44 #9 42.56 Preparing to unpack .../325-python3-certifi_2019.11.28-1_all.deb ...
13:49:44 #9 42.56 Unpacking python3-certifi (2019.11.28-1) ...
13:49:44 #9 42.61 Selecting previously unselected package python3-idna.
13:49:44 #9 42.61 Preparing to unpack .../326-python3-idna_2.8-1_all.deb ...
13:49:44 #9 42.62 Unpacking python3-idna (2.8-1) ...
13:49:44 #9 42.67 Selecting previously unselected package python3-urllib3.
13:49:44 #9 42.67 Preparing to unpack .../327-python3-urllib3_1.25.8-2ubuntu0.1_all.deb ...
13:49:44 #9 42.67 Unpacking python3-urllib3 (1.25.8-2ubuntu0.1) ...
13:49:44 #9 42.72 Selecting previously unselected package python3-requests.
13:49:44 #9 42.72 Preparing to unpack .../328-python3-requests_2.22.0-2ubuntu1_all.deb ...
13:49:44 #9 42.73 Unpacking python3-requests (2.22.0-2ubuntu1) ...
13:49:44 #9 42.77 Selecting previously unselected package python3-unidiff.
13:49:45 #9 42.78 Preparing to unpack .../329-python3-unidiff_0.5.5-2_all.deb ...
13:49:45 #9 42.78 Unpacking python3-unidiff (0.5.5-2) ...
13:49:45 #9 42.82 Selecting previously unselected package python3-xdg.
13:49:45 #9 42.82 Preparing to unpack .../330-python3-xdg_0.26-1ubuntu1_all.deb ...
13:49:45 #9 42.83 Unpacking python3-xdg (0.26-1ubuntu1) ...
13:49:45 #9 42.87 Selecting previously unselected package unzip.
13:49:45 #9 42.87 Preparing to unpack .../331-unzip_6.0-25ubuntu1_armhf.deb ...
13:49:45 #9 42.88 Unpacking unzip (6.0-25ubuntu1) ...
13:49:45 #9 42.93 Selecting previously unselected package equivs.
13:49:45 #9 42.93 Preparing to unpack .../332-equivs_2.2.0_all.deb ...
13:49:45 #9 42.94 Unpacking equivs (2.2.0) ...
13:49:45 #9 42.98 Selecting previously unselected package libauthen-sasl-perl.
13:49:45 #9 42.98 Preparing to unpack .../333-libauthen-sasl-perl_2.1600-1_all.deb ...
13:49:45 #9 42.98 Unpacking libauthen-sasl-perl (2.1600-1) ...
13:49:45 #9 43.03 Selecting previously unselected package python3-magic.
13:49:45 #9 43.03 Preparing to unpack .../334-python3-magic_2%3a0.4.15-3_all.deb ...
13:49:45 #9 43.03 Unpacking python3-magic (2:0.4.15-3) ...
13:49:45 #9 43.10 Setting up libapt-pkg-perl (0.1.36build3) ...
13:49:45 #9 43.14 Setting up libksba8:armhf (1.3.5-2) ...
13:49:45 #9 43.17 Setting up libpipeline1:armhf (1.5.2-2build1) ...
13:49:45 #9 43.20 Setting up wdiff (1.2.2-2build1) ...
13:49:45 #9 43.22 Setting up libxau6:armhf (1:1.0.9-0ubuntu1) ...
13:49:45 #9 43.23 Setting up libkeyutils1:armhf (1.6-6ubuntu1) ...
13:49:45 #9 43.25 Setting up libpsl5:armhf (0.21.0-1ubuntu1) ...
13:49:45 #9 43.26 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
13:49:45 #9 43.27 Setting up mime-support (3.64ubuntu1) ...
13:49:45 #9 43.32 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
13:49:45 #9 43.35 Setting up libmagic-mgc (1:5.38-4) ...
13:49:45 #9 43.37 Setting up libyaml-0-2:armhf (0.2.2-1) ...
13:49:45 #9 43.38 Setting up libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.4) ...
13:49:45 #9 43.39 No schema files found: doing nothing.
13:49:45 #9 43.40 Setting up distro-info-data (0.43ubuntu1.10) ...
13:49:45 #9 43.41 Setting up manpages (5.05-1) ...
13:49:45 #9 43.43 Setting up unzip (6.0-25ubuntu1) ...
13:49:45 #9 43.45 Setting up libbrotli1:armhf (1.0.7-6ubuntu0.1) ...
13:49:45 #9 43.46 Setting up libsqlite3-0:armhf (3.31.1-4ubuntu0.3) ...
13:49:45 #9 43.48 Setting up libsasl2-modules:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:49:45 #9 43.50 Setting up binutils-common:armhf (2.34-6ubuntu1.3) ...
13:49:45 #9 43.51 Setting up libnghttp2-14:armhf (1.40.0-1build1) ...
13:49:45 #9 43.53 Setting up libmagic1:armhf (1:5.38-4) ...
13:49:45 #9 43.55 Setting up less (551-1ubuntu0.1) ...
13:49:45 #9 43.57 Setting up perl-openssl-defaults:armhf (4) ...
13:49:45 #9 43.58 Setting up linux-libc-dev:armhf (5.4.0-113.127) ...
13:49:45 #9 43.60 Setting up libctf-nobfd0:armhf (2.34-6ubuntu1.3) ...
13:49:45 #9 43.62 Setting up gettext-base (0.19.8.1-10build1) ...
13:49:45 #9 43.63 Setting up libnpth0:armhf (1.6-1) ...
13:49:45 #9 43.64 Setting up krb5-locales (1.17-6ubuntu4.1) ...
13:49:45 #9 43.66 Setting up file (1:5.38-4) ...
13:49:45 #9 43.67 Setting up libassuan0:armhf (2.5.3-7ubuntu2) ...
13:49:45 #9 43.69 Setting up libgomp1:armhf (10.3.0-1ubuntu1~20.04) ...
13:49:45 #9 43.70 Setting up libcbor0.6:armhf (0.6.0-0ubuntu1) ...
13:49:45 #9 43.72 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
13:49:45 #9 43.74 Setting up libfakeroot:armhf (1.24-1) ...
13:49:45 #9 43.75 Setting up libkrb5support0:armhf (1.17-6ubuntu4.1) ...
13:49:45 #9 43.76 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:49:45 #9 43.77 Setting up tzdata (2022a-0ubuntu0.20.04) ...
13:49:46 #9 43.88 
13:49:46 #9 43.88 Current default time zone: 'Etc/UTC'
13:49:46 #9 43.89 Local time is now:      Tue May 31 13:49:46 UTC 2022.
13:49:46 #9 43.89 Universal Time is now:  Tue May 31 13:49:46 UTC 2022.
13:49:46 #9 43.89 Run 'dpkg-reconfigure tzdata' if you wish to change it.
13:49:46 #9 43.89 
13:49:46 #9 43.91 Setting up fakeroot (1.24-1) ...
13:49:46 #9 43.92 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:49:46 #9 43.92 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:46 #9 43.92 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:46 #9 43.92 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:46 #9 43.92 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:46 #9 43.92 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:46 #9 43.92 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:46 #9 43.92 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:46 #9 43.92 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:46 #9 43.93 Setting up autotools-dev (20180224.1) ...
13:49:46 #9 43.95 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
13:49:46 #9 43.96 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
13:49:46 #9 43.98 Setting up make (4.2.1-1.2) ...
13:49:46 #9 44.00 Setting up libmpfr6:armhf (4.0.2-1) ...
13:49:46 #9 44.01 Setting up gnupg-l10n (2.2.19-3ubuntu2.1) ...
13:49:46 #9 44.02 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ...
13:49:46 #9 44.03 Setting up libidn11:armhf (1.33-2.2ubuntu2) ...
13:49:46 #9 44.06 Setting up strace (5.5-3ubuntu1) ...
13:49:46 #9 44.07 Setting up libsigsegv2:armhf (2.12-2) ...
13:49:46 #9 44.08 Setting up xz-utils (5.2.4-1ubuntu1.1) ...
13:49:46 #9 44.10 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:49:46 #9 44.10 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:46 #9 44.10 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:46 #9 44.10 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:46 #9 44.10 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:46 #9 44.10 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:46 #9 44.10 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:46 #9 44.10 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:46 #9 44.10 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:46 #9 44.10 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:46 #9 44.10 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:46 #9 44.11 Setting up t1utils (1.41-3) ...
13:49:46 #9 44.12 Setting up diffstat (1.63-1) ...
13:49:46 #9 44.13 Setting up libmpc3:armhf (1.1.0-1) ...
13:49:46 #9 44.15 Setting up libatomic1:armhf (10.3.0-1ubuntu1~20.04) ...
13:49:46 #9 44.16 Setting up patch (2.7.6-6) ...
13:49:46 #9 44.17 Setting up autopoint (0.19.8.1-10build1) ...
13:49:46 #9 44.18 Setting up libfl2:armhf (2.6.4-6.2) ...
13:49:46 #9 44.20 Setting up ucf (3.0038+nmu1) ...
13:49:46 #9 44.35 Setting up libk5crypto3:armhf (1.17-6ubuntu4.1) ...
13:49:46 #9 44.36 Setting up libltdl7:armhf (2.4.6-14) ...
13:49:46 #9 44.37 Setting up libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ...
13:49:46 #9 44.38 Setting up libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:49:46 #9 44.39 Setting up libubsan1:armhf (10.3.0-1ubuntu1~20.04) ...
13:49:46 #9 44.40 Setting up python-apt-common (2.0.0ubuntu0.20.04.7) ...
13:49:46 #9 44.42 Setting up libcrypt-dev:armhf (1:4.4.10-10ubuntu4) ...
13:49:46 #9 44.43 Setting up libuchardet0:armhf (0.0.6-3build1) ...
13:49:46 #9 44.44 Setting up libre2-5:armhf (20200101+dfsg-1build1) ...
13:49:46 #9 44.45 Setting up git-man (1:2.25.1-1ubuntu3.4) ...
13:49:46 #9 44.47 Setting up libisl22:armhf (0.22.1-1) ...
13:49:46 #9 44.48 Setting up netbase (6.1) ...
13:49:46 #9 44.51 Setting up libkrb5-3:armhf (1.17-6ubuntu4.1) ...
13:49:46 #9 44.52 Setting up libmpdec2:armhf (2.4.2-3) ...
13:49:46 #9 44.53 Setting up libbinutils:armhf (2.34-6ubuntu1.3) ...
13:49:46 #9 44.55 Setting up libfido2-1:armhf (1.3.1-1ubuntu2) ...
13:49:46 #9 44.56 Setting up libc-dev-bin (2.31-0ubuntu9.9) ...
13:49:46 #9 44.57 Setting up openssl (1.1.1f-1ubuntu2.13) ...
13:49:46 #9 44.59 Setting up libbsd0:armhf (0.10.0-1) ...
13:49:46 #9 44.61 Setting up libelf1:armhf (0.176-1.1build1) ...
13:49:46 #9 44.63 Setting up readline-common (8.0-4) ...
13:49:47 #9 44.66 Setting up publicsuffix (20200303.0012-1) ...
13:49:47 #9 44.67 Setting up libcc1-0:armhf (10.3.0-1ubuntu1~20.04) ...
13:49:47 #9 44.69 Setting up iso-codes (4.4-1) ...
13:49:47 #9 44.70 Setting up liblocale-gettext-perl (1.07-4) ...
13:49:47 #9 44.71 Setting up dctrl-tools (2.24-3) ...
13:49:47 #9 44.73 Setting up libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:49:47 #9 44.74 Setting up libgdbm6:armhf (1.18.1-5) ...
13:49:47 #9 44.76 Setting up gcc-9-base:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:49:47 #9 44.77 Setting up libctf0:armhf (2.34-6ubuntu1.3) ...
13:49:47 #9 44.78 Setting up pinentry-curses (1.1.0-3build1) ...
13:49:47 #9 44.80 Setting up manpages-dev (5.05-1) ...
13:49:47 #9 44.82 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu1) ...
13:49:47 #9 44.82 Setting up libxcb1:armhf (1.14-2) ...
13:49:47 #9 44.84 Setting up at (3.1.23-1ubuntu1) ...
13:49:47 #9 44.98 invoke-rc.d: could not determine current runlevel
13:49:47 #9 44.99 invoke-rc.d: policy-rc.d denied execution of start.
13:49:47 #9 44.99 Setting up libicu66:armhf (66.1-2ubuntu2.1) ...
13:49:47 #9 45.00 Setting up libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:49:47 #9 45.01 Setting up libedit2:armhf (3.1-20191231-1) ...
13:49:47 #9 45.02 Setting up libreadline8:armhf (8.0-4) ...
13:49:47 #9 45.04 Setting up m4 (1.4.18-4) ...
13:49:47 #9 45.05 Setting up libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:49:47 #9 45.06 Setting up ca-certificates (20210119~20.04.2) ...
13:49:47 #9 45.51 Updating certificates in /etc/ssl/certs...
13:49:48 #9 46.06 128 added, 0 removed; done.
13:49:48 #9 46.09 Setting up libasan5:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:49:48 #9 46.10 Setting up libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:49:48 #9 46.12 Setting up bsdmainutils (11.1.2ubuntu3) ...
13:49:48 #9 46.14 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
13:49:48 #9 46.14 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist
13:49:48 #9 46.14 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
13:49:48 #9 46.14 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
13:49:48 #9 46.15 Setting up libgssapi-krb5-2:armhf (1.17-6ubuntu4.1) ...
13:49:48 #9 46.16 Setting up libgdbm-compat4:armhf (1.18.1-5) ...
13:49:48 #9 46.17 Setting up libssh-4:armhf (0.9.3-2ubuntu2.2) ...
13:49:48 #9 46.18 Setting up dwz (0.13-5) ...
13:49:48 #9 46.20 Setting up groff-base (1.22.4-4build1) ...
13:49:48 #9 46.22 Setting up gpgconf (2.2.19-3ubuntu2.1) ...
13:49:48 #9 46.23 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
13:49:48 #9 46.24 Setting up libperl5.30:armhf (5.30.0-9ubuntu0.2) ...
13:49:48 #9 46.26 Setting up libc6-dev:armhf (2.31-0ubuntu9.9) ...
13:49:48 #9 46.27 Setting up libx11-6:armhf (2:1.6.9-2ubuntu1.2) ...
13:49:48 #9 46.28 Setting up libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.4) ...
13:49:48 #9 46.30 Setting up python3.8 (3.8.10-0ubuntu1~20.04.4) ...
13:49:49 #9 46.97 Setting up binutils-arm-linux-gnueabihf (2.34-6ubuntu1.3) ...
13:49:49 #9 46.98 Setting up libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.3) ...
13:49:49 #9 47.00 Setting up libxmuu1:armhf (2:1.1.3-0ubuntu1) ...
13:49:49 #9 47.01 Setting up gpg (2.2.19-3ubuntu2.1) ...
13:49:49 #9 47.02 Setting up libpython3-stdlib:armhf (3.8.2-0ubuntu2) ...
13:49:49 #9 47.04 Setting up gnupg-utils (2.2.19-3ubuntu2.1) ...
13:49:49 #9 47.05 Setting up gpg-agent (2.2.19-3ubuntu2.1) ...
13:49:49 #9 47.53 Setting up openssh-client (1:8.2p1-4ubuntu0.5) ...
13:49:50 #9 47.63 Setting up libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:49:50 #9 47.65 Setting up gpgsm (2.2.19-3ubuntu2.1) ...
13:49:50 #9 47.67 Setting up libxext6:armhf (2:1.3.4-0ubuntu1) ...
13:49:50 #9 47.68 Setting up python3 (3.8.2-0ubuntu2) ...
13:49:50 #9 47.96 Setting up binutils (2.34-6ubuntu1.3) ...
13:49:50 #9 47.97 Setting up python3-xdg (0.26-1ubuntu1) ...
13:49:50 #9 48.13 Setting up man-db (2.9.1-1) ...
13:49:50 #9 48.23 Building database of manual pages ...
13:49:50 #9 48.46 Setting up libgpgme11:armhf (1.13.1-7ubuntu2) ...
13:49:50 #9 48.48 Setting up python3-six (1.14.0-2) ...
13:49:51 #9 48.62 Setting up libgcc-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:49:51 #9 48.64 Setting up perl (5.30.0-9ubuntu0.2) ...
13:49:51 #9 48.66 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
13:49:51 #9 48.67 Setting up python3-gpg (1.13.1-7ubuntu2) ...
13:49:51 #9 48.84 Setting up libdata-dump-perl (1.23-1) ...
13:49:51 #9 48.85 Setting up python3-certifi (2019.11.28-1) ...
13:49:51 #9 48.99 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
13:49:51 #9 49.00 Setting up libref-util-perl (0.204-1) ...
13:49:51 #9 49.02 Setting up libipc-system-simple-perl (1.26-1) ...
13:49:51 #9 49.04 Setting up libnet-domain-tld-perl (1.75-1) ...
13:49:51 #9 49.05 Setting up libxml-writer-perl (0.625-1) ...
13:49:51 #9 49.07 Setting up libhash-fieldhash-perl (0.15-1build2) ...
13:49:51 #9 49.08 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
13:49:51 #9 49.10 Setting up shared-mime-info (1.15-1) ...
13:49:53 #9 51.40 Setting up liblinux-epoll-perl (0.017-1) ...
13:49:53 #9 51.41 Setting up libvariable-magic-perl (0.62-1build2) ...
13:49:53 #9 51.43 Setting up python3-idna (2.8-1) ...
13:49:53 #9 51.62 Setting up libio-html-perl (1.001-1) ...
13:49:53 #9 51.64 Setting up libcroco3:armhf (0.6.13-1) ...
13:49:53 #9 51.65 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
13:49:54 #9 51.67 Setting up libtest-refcount-perl (0.10-1) ...
13:49:54 #9 51.68 Setting up libparams-util-perl (1.07-3build5) ...
13:49:54 #9 51.70 Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
13:49:54 #9 51.71 Setting up autoconf (2.69-11.1) ...
13:49:54 #9 51.75 Setting up python3-urllib3 (1.25.8-2ubuntu0.1) ...
13:49:54 #9 51.91 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:49:54 #9 51.93 Setting up libarray-intspan-perl (2.003-1) ...
13:49:54 #9 51.94 Setting up libcapture-tiny-perl (0.48-1) ...
13:49:54 #9 51.95 Setting up libtimedate-perl (2.3200-1) ...
13:49:54 #9 51.97 Setting up gpg-wks-server (2.2.19-3ubuntu2.1) ...
13:49:54 #9 51.98 Setting up libsub-name-perl (0.26-1) ...
13:49:54 #9 51.99 Setting up libtype-tiny-xs-perl (0.016-1) ...
13:49:54 #9 52.01 Setting up libfile-chdir-perl (0.1008-1) ...
13:49:54 #9 52.02 Setting up xauth (1:1.1-0ubuntu1) ...
13:49:54 #9 52.04 Setting up cpp (4:9.3.0-1ubuntu2) ...
13:49:54 #9 52.06 Setting up libpath-tiny-perl (0.108-1) ...
13:49:54 #9 52.08 Setting up libarchive-cpio-perl (0.10-1) ...
13:49:54 #9 52.09 Setting up libjson-perl (4.02000-2) ...
13:49:54 #9 52.11 Setting up libsub-override-perl (0.09-2) ...
13:49:54 #9 52.12 Setting up python3-unidiff (0.5.5-2) ...
13:49:54 #9 52.25 Setting up libstrictures-perl (2.000006-1) ...
13:49:54 #9 52.27 Setting up libsub-quote-perl (2.006006-1) ...
13:49:54 #9 52.28 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
13:49:54 #9 52.30 Setting up libsort-versions-perl (1.62-1) ...
13:49:54 #9 52.31 Setting up libexporter-tiny-perl (1.002001-1) ...
13:49:54 #9 52.32 Setting up libre-engine-re2-perl (0.13-5) ...
13:49:54 #9 52.34 Setting up libterm-readkey-perl (2.38-1build1) ...
13:49:54 #9 52.35 Setting up lsb-release (11.1.0ubuntu2) ...
13:49:54 #9 52.37 Setting up libnet-ip-perl (1.26-2) ...
13:49:54 #9 52.39 Setting up python3-magic (2:0.4.15-3) ...
13:49:54 #9 52.52 Setting up libperlio-gzip-perl (0.19-1build5) ...
13:49:54 #9 52.54 Setting up libsys-hostname-long-perl (1.5-1) ...
13:49:54 #9 52.55 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
13:49:54 #9 52.57 Setting up liburi-perl (1.76-2) ...
13:49:54 #9 52.58 Setting up libdigest-bubblebabble-perl (0.02-2) ...
13:49:54 #9 52.60 Setting up libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:49:54 #9 52.61 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
13:49:54 #9 52.62 Setting up python3-pkg-resources (45.2.0-1) ...
13:49:55 #9 52.81 Setting up automake (1:1.16.1-4ubuntu6) ...
13:49:55 #9 52.83 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:49:55 #9 52.83 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:55 #9 52.83 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:55 #9 52.84 Setting up libasync-mergepoint-perl (0.04-2) ...
13:49:55 #9 52.86 Setting up libstring-escape-perl (2010.002-2) ...
13:49:55 #9 52.87 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
13:49:55 #9 52.88 Setting up libhttp-date-perl (6.05-1) ...
13:49:55 #9 52.89 Setting up libfile-which-perl (1.23-1) ...
13:49:55 #9 52.91 Setting up libfile-basedir-perl (0.08-1) ...
13:49:55 #9 52.92 Setting up gettext (0.19.8.1-10build1) ...
13:49:55 #9 52.93 Setting up libnumber-range-perl (0.12-1) ...
13:49:55 #9 52.94 Setting up libunicode-utf8-perl (0.62-1build1) ...
13:49:55 #9 52.95 Setting up libstruct-dumb-perl (0.09-1) ...
13:49:55 #9 52.97 Setting up libfile-listing-perl (6.04-1) ...
13:49:55 #9 52.98 Setting up libstdc++-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
13:49:55 #9 53.00 Setting up libregexp-pattern-perl (0.2.12-1) ...
13:49:55 #9 53.01 Setting up libfont-afm-perl (1.20-2) ...
13:49:55 #9 53.03 Setting up libwant-perl (0.29-1build4) ...
13:49:55 #9 53.04 Setting up libdynaloader-functions-perl (0.003-1) ...
13:49:55 #9 53.06 Setting up libtext-glob-perl (0.10-1) ...
13:49:55 #9 53.08 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:49:55 #9 53.09 Setting up liblist-compare-perl (0.53-1) ...
13:49:55 #9 53.10 Setting up libref-util-xs-perl (0.117-1build2) ...
13:49:55 #9 53.11 Setting up libio-pty-perl (1:1.12-1) ...
13:49:55 #9 53.13 Setting up libtool (2.4.6-14) ...
13:49:55 #9 53.14 Setting up libfile-fcntllock-perl (0.22-3build4) ...
13:49:55 #9 53.15 Setting up libsort-key-perl (1.33-2build2) ...
13:49:55 #9 53.16 Setting up libclone-perl (0.43-2) ...
13:49:55 #9 53.17 Setting up libalgorithm-diff-perl (1.19.03-2) ...
13:49:55 #9 53.19 Setting up libarchive-zip-perl (1.67-2) ...
13:49:55 #9 53.20 Setting up libsub-identify-perl (0.14-1build2) ...
13:49:55 #9 53.21 Setting up libdistro-info-perl (0.23ubuntu1) ...
13:49:55 #9 53.23 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
13:49:55 #9 53.24 Setting up python3-apt (2.0.0ubuntu0.20.04.7) ...
13:49:55 #9 53.40 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
13:49:55 #9 53.41 Setting up libio-stringy-perl (2.111-3) ...
13:49:55 #9 53.42 Setting up liblist-moreutils-perl (0.416-1build5) ...
13:49:55 #9 53.44 Setting up libhtml-tagset-perl (3.20-4) ...
13:49:55 #9 53.45 Setting up liblog-any-perl (1.708-1) ...
13:49:55 #9 53.47 Setting up libauthen-sasl-perl (2.1600-1) ...
13:49:55 #9 53.48 Setting up libdevel-size-perl (0.83-1build1) ...
13:49:55 #9 53.49 Setting up libdebhelper-perl (12.10ubuntu1) ...
13:49:55 #9 53.51 Setting up libpod-constants-perl (0.19-1) ...
13:49:55 #9 53.52 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
13:49:55 #9 53.53 Setting up libperl4-corelibs-perl (0.004-2) ...
13:49:55 #9 53.54 Setting up libfuture-perl (0.43-1) ...
13:49:55 #9 53.56 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:49:55 #9 53.57 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
13:49:55 #9 53.58 Setting up libtry-tiny-perl (0.30-1) ...
13:49:55 #9 53.60 Setting up libtype-tiny-perl (1.008001-2) ...
13:49:55 #9 53.61 Setting up libtest-fatal-perl (0.014-1) ...
13:49:55 #9 53.62 Setting up libcommon-sense-perl (3.74-2build6) ...
13:49:55 #9 53.65 Setting up libxml-namespacesupport-perl (1.12-1) ...
13:49:55 #9 53.66 Setting up libnet-http-perl (6.19-1) ...
13:49:55 #9 53.67 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
13:49:55 #9 53.68 Setting up libencode-locale-perl (1.05-1) ...
13:49:55 #9 53.70 Setting up libtext-levenshtein-perl (0.13-1) ...
13:49:55 #9 53.71 Setting up libnet-dns-perl (1.22-1) ...
13:49:55 #9 53.72 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
13:49:55 #9 53.74 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
13:49:55 #9 53.75 Setting up libstring-shellquote-perl (1.04-1) ...
13:49:55 #9 53.77 Setting up libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:49:55 #9 53.78 Setting up libsub-install-perl (0.928-1) ...
13:49:56 #9 53.80 Setting up gcc (4:9.3.0-1ubuntu2) ...
13:49:56 #9 53.82 Setting up dpkg-dev (1.19.7ubuntu3.2) ...
13:49:56 #9 53.84 Setting up libnumber-compare-perl (0.03-1) ...
13:49:56 #9 53.86 Setting up intltool-debian (0.35.0+20060710.5) ...
13:49:56 #9 53.87 Setting up libio-async-perl (0.75-1) ...
13:49:56 #9 53.88 Setting up liberror-perl (0.17029-1) ...
13:49:56 #9 53.90 Setting up patchutils (0.3.4-2) ...
13:49:56 #9 53.91 Setting up libmail-sendmail-perl (0.80-1) ...
13:49:56 #9 53.93 Setting up libltdl-dev:armhf (2.4.6-14) ...
13:49:56 #9 53.96 Setting up libjson-maybexs-perl (1.004000-1) ...
13:49:56 #9 53.98 Setting up libxml-sax-base-perl (1.09-1) ...
13:49:56 #9 54.00 Setting up libio-string-perl (1.08-3) ...
13:49:56 #9 54.02 Setting up libreadonly-perl (2.050-2) ...
13:49:56 #9 54.04 Setting up python3-chardet (3.0.4-4build1) ...
13:49:56 #9 54.65 Setting up libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
13:49:56 #9 54.68 Setting up libfile-find-rule-perl (0.34-1) ...
13:49:56 #9 54.69 Setting up libstring-copyright-perl (0.003006-1) ...
13:49:56 #9 54.72 Setting up python3-debian (0.1.36ubuntu1) ...
13:49:57 #9 54.87 Setting up python3-requests (2.22.0-2ubuntu1) ...
13:49:57 #9 55.01 Setting up libdata-optlist-perl (0.110-1) ...
13:49:57 #9 55.04 Setting up libipc-run-perl (20180523.0-2) ...
13:49:57 #9 55.05 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ...
13:49:57 #9 55.07 Setting up libcontextual-return-perl (0.004014-2) ...
13:49:57 #9 55.08 Setting up libwww-robotrules-perl (6.02-1) ...
13:49:57 #9 55.09 Setting up libtypes-serialiser-perl (1.0-1) ...
13:49:57 #9 55.10 Setting up g++ (4:9.3.0-1ubuntu2) ...
13:49:57 #9 55.13 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:49:57 #9 55.13 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:57 #9 55.14 Setting up libhtml-parser-perl (3.72-5) ...
13:49:57 #9 55.16 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
13:49:57 #9 55.17 Setting up librole-tiny-perl (2.001004-1) ...
13:49:57 #9 55.18 Setting up build-essential (12.8ubuntu1.1) ...
13:49:57 #9 55.20 Setting up libfont-ttf-perl (1.06-1) ...
13:49:57 #9 55.21 Setting up libfile-homedir-perl (1.004-1) ...
13:49:57 #9 55.24 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
13:49:57 #9 55.26 Setting up libio-socket-ssl-perl (2.067-1) ...
13:49:57 #9 55.27 Setting up libsub-exporter-perl (0.987-1) ...
13:49:57 #9 55.29 Setting up libalgorithm-merge-perl (0.08-3) ...
13:49:57 #9 55.34 Setting up libhttp-message-perl (6.22-1) ...
13:49:57 #9 55.36 Setting up libhtml-form-perl (6.07-1) ...
13:49:57 #9 55.38 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
13:49:57 #9 55.39 Setting up libjson-xs-perl (4.020-1build1) ...
13:49:57 #9 55.40 Setting up libhttp-negotiate-perl (6.01-1) ...
13:49:57 #9 55.41 Setting up libio-prompter-perl (0.004015-1) ...
13:49:57 #9 55.43 Setting up libhttp-cookies-perl (6.08-1) ...
13:49:57 #9 55.44 Setting up po-debconf (1.0.21) ...
13:49:57 #9 55.46 Setting up libhtml-tree-perl (5.07-2) ...
13:49:57 #9 55.47 Setting up libparams-classify-perl (0.015-1build2) ...
13:49:57 #9 55.49 Setting up libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ...
13:49:57 #9 55.50 Setting up libpath-iterator-rule-perl (1.014-1) ...
13:49:57 #9 55.51 Setting up libnet-dns-sec-perl (1.15-1) ...
13:49:57 #9 55.52 Setting up libcurl3-gnutls:armhf (7.68.0-1ubuntu2.11) ...
13:49:57 #9 55.54 Setting up libsereal-perl (4.011-1) ...
13:49:57 #9 55.55 Setting up libhtml-format-perl (2.12-1) ...
13:49:57 #9 55.56 Setting up libxml-sax-perl (1.02+dfsg-1) ...
13:49:58 #9 55.63 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:49:58 #9 55.69 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:49:58 #9 55.84 
13:49:58 #9 55.84 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:49:58 #9 55.91 Setting up dput (1.0.3ubuntu1) ...
13:49:58 #9 56.06 Setting up libio-async-loop-epoll-perl (0.20-1) ...
13:49:58 #9 56.08 Setting up dirmngr (2.2.19-3ubuntu2.1) ...
13:49:58 #9 56.21 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:49:58 #9 56.23 Setting up libmodule-runtime-perl (0.016-1) ...
13:49:58 #9 56.24 Setting up libmailtools-perl (2.21-1) ...
13:49:58 #9 56.25 Setting up git (1:2.25.1-1ubuntu3.4) ...
13:49:58 #9 56.29 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
13:49:58 #9 56.33 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:49:58 #9 56.40 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:49:58 #9 56.47 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:49:59 #9 56.62 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:49:59 #9 56.69 Setting up dh-strip-nondeterminism (1.7.0-1) ...
13:49:59 #9 56.71 Setting up libconst-fast-perl (0.014-1) ...
13:49:59 #9 56.72 Setting up libhttp-daemon-perl (6.06-1) ...
13:49:59 #9 56.73 Setting up libgit-wrapper-perl (0.048-1) ...
13:49:59 #9 56.75 Setting up libcurl4:armhf (7.68.0-1ubuntu2.11) ...
13:49:59 #9 56.76 Setting up curl (7.68.0-1ubuntu2.11) ...
13:49:59 #9 56.78 Setting up gpg-wks-client (2.2.19-3ubuntu2.1) ...
13:49:59 #9 56.79 Setting up libmodule-implementation-perl (0.09-1) ...
13:49:59 #9 56.80 Setting up libemail-valid-perl (1.202-1) ...
13:49:59 #9 56.81 Setting up libpackage-stash-perl (0.38-1) ...
13:49:59 #9 56.84 Setting up libimport-into-perl (1.002005-1) ...
13:49:59 #9 56.85 Setting up libmoo-perl (2.003006-1) ...
13:49:59 #9 56.86 Setting up liblist-someutils-perl (0.58-1) ...
13:49:59 #9 56.88 Setting up liblist-someutils-xs-perl (0.58-2) ...
13:49:59 #9 56.89 Setting up gnupg (2.2.19-3ubuntu2.1) ...
13:49:59 #9 56.90 Setting up libmoox-aliases-perl (0.001006-1) ...
13:49:59 #9 56.92 Setting up libparams-validate-perl (1.29-3) ...
13:49:59 #9 56.94 Setting up libb-hooks-endofscope-perl (0.24-1) ...
13:49:59 #9 56.95 Setting up libnamespace-clean-perl (0.27-1) ...
13:49:59 #9 56.96 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
13:49:59 #9 56.98 Setting up libgitlab-api-v4-perl (0.25-1) ...
13:49:59 #9 56.99 Setting up libmoox-struct-perl (0.017-1) ...
13:49:59 #9 57.01 Setting up lintian (2.62.0ubuntu2.1) ...
13:49:59 #9 57.02 Setting up licensecheck (3.0.45-1) ...
13:49:59 #9 57.04 Setting up dh-autoreconf (19) ...
13:49:59 #9 57.05 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
13:49:59 #9 57.07 Setting up libwww-perl (6.43-1) ...
13:49:59 #9 57.08 Setting up debhelper (12.10ubuntu1) ...
13:49:59 #9 57.09 Setting up devscripts (2.20.2ubuntu2) ...
13:49:59 #9 57.25 Setting up equivs (2.2.0) ...
13:49:59 #9 57.26 Setting up libxml-parser-perl (2.46-1) ...
13:49:59 #9 57.28 Setting up libxml-sax-expat-perl (0.51-1) ...
13:49:59 #9 57.32 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:49:59 #9 57.37 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:49:59 #9 57.52 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:49:59 #9 57.55 Processing triggers for libc-bin (2.31-0ubuntu9.7) ...
13:49:59 #9 57.57 Processing triggers for ca-certificates (20210119~20.04.2) ...
13:49:59 #9 57.58 Updating certificates in /etc/ssl/certs...
13:50:00 #9 58.02 0 added, 0 removed; done.
13:50:00 #9 58.02 Running hooks in /etc/ca-certificates/update.d...
13:50:00 #9 58.02 done.
13:50:00 #9 DONE 58.7s
13:50:00 
13:50:00 #11 [stage-1 4/9] COPY common /root/build-deb/debian
13:50:00 #11 sha256:e61a1ca156557e8da412fdab1d5402a46f41a27809148a4bad3d12fbd26a08f9
13:50:00 #11 DONE 0.1s
13:50:00 
13:50:00 #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:00 #12 sha256:ad62d981be999ab11490c5e7d565f22695f5ad96774bf54238d8594fcc287ad4
13:50:01 #12 0.850 Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
13:50:01 #12 0.911 Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
13:50:01 #12 0.984 Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
13:50:02 #12 1.056 Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
13:50:03 #12 1.264 Reading package lists...
13:50:03 #12 2.650 dh_testdir
13:50:03 #12 2.672 dh_testroot
13:50:03 #12 2.692 dh_prep
13:50:03 #12 2.714 dh_testdir
13:50:03 #12 2.734 dh_testroot
13:50:03 #12 2.753 dh_install
13:50:03 #12 2.781 dh_installdocs
13:50:03 #12 2.815 dh_installchangelogs
13:50:04 #12 2.890 dh_compress
13:50:04 #12 2.930 dh_fixperms
13:50:04 #12 2.975 dh_installdeb
13:50:04 #12 3.004 dh_gencontrol
13:50:04 #12 3.124 dh_md5sums
13:50:04 #12 3.155 dh_builddeb
13:50:04 #12 3.177 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:50:04 #12 3.196 
13:50:04 #12 3.196 The package has been created.
13:50:04 #12 3.196 Attention, the package has been created in the current directory,
13:50:04 #12 3.196 not in ".." as indicated by the message above!
13:50:04 #12 3.219 Selecting previously unselected package docker-ce-build-deps.
13:50:04 #12 3.233 (Reading database ... 26045 files and directories currently installed.)
13:50:04 #12 3.233 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:50:04 #12 3.237 Unpacking docker-ce-build-deps (1.0) ...
13:50:05 #12 3.329 Reading package lists...
13:50:05 #12 4.269 Building dependency tree...
13:50:05 #12 4.423 Reading state information...
13:50:05 #12 4.447 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:50:05 #12 4.500 Starting 2 pkgProblemResolver with broken count: 0
13:50:05 #12 4.503 Done
13:50:05 #12 4.532  Done
13:50:05 #12 4.540 Starting pkgProblemResolver with broken count: 0
13:50:05 #12 4.574 Starting 2 pkgProblemResolver with broken count: 0
13:50:05 #12 4.577 Done
13:50:05 #12 4.715 The following additional packages will be installed:
13:50:05 #12 4.715   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
13:50:05 #12 4.715   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:50:05 #12 4.715   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
13:50:05 #12 4.716   librhash0 libseccomp-dev libselinux1-dev libsepol1 libsepol1-dev
13:50:05 #12 4.716   libsystemd-dev libsystemd0 libudev-dev libudev1 libuv1 pkg-config
13:50:05 #12 4.717 Suggested packages:
13:50:05 #12 4.717   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
13:50:05 #12 4.717 Recommended packages:
13:50:05 #12 4.717   dmsetup
13:50:05 #12 4.768 The following NEW packages will be installed:
13:50:05 #12 4.768   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
13:50:05 #12 4.768   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:50:05 #12 4.768   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
13:50:05 #12 4.769   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
13:50:05 #12 4.769   libudev-dev libuv1 pkg-config
13:50:05 #12 4.770 The following packages will be upgraded:
13:50:05 #12 4.771   libsepol1 libsystemd0 libudev1
13:50:06 #12 5.185 3 upgraded, 23 newly installed, 0 to remove and 7 not upgraded.
13:50:06 #12 5.185 1 not fully installed or removed.
13:50:06 #12 5.185 Need to get 8210 kB of archives.
13:50:06 #12 5.185 After this operation, 30.0 MB of additional disk space will be used.
13:50:06 #12 5.185 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main armhf bash-completion all 1:2.10-1ubuntu1 [178 kB]
13:50:06 #12 5.548 Get:2 http://ports.ubuntu.com/ubuntu-ports focal/main armhf cmake-data all 3.16.3-1ubuntu1 [1612 kB]
13:50:07 #12 5.813 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libarchive13 armhf 3.4.0-2ubuntu1.2 [290 kB]
13:50:07 #12 5.829 Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjsoncpp1 armhf 1.7.4-3.1ubuntu2 [65.1 kB]
13:50:07 #12 5.832 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librhash0 armhf 1.3.9-1 [125 kB]
13:50:07 #12 5.839 Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libuv1 armhf 1.34.2-1ubuntu1.3 [68.7 kB]
13:50:07 #12 5.843 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf cmake armhf 3.16.3-1ubuntu1 [3014 kB]
13:50:07 #12 5.984 Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
13:50:07 #12 5.987 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libbtrfs0 armhf 5.4.1-2 [176 kB]
13:50:07 #12 5.993 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libbtrfs-dev armhf 5.4.1-2 [233 kB]
13:50:07 #12 6.003 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libudev1 armhf 245.4-4ubuntu3.17 [68.6 kB]
13:50:07 #12 6.008 Get:12 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper1.02.1 armhf 2:1.02.167-1ubuntu1 [118 kB]
13:50:07 #12 6.013 Get:13 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper-event1.02.1 armhf 2:1.02.167-1ubuntu1 [10.6 kB]
13:50:07 #12 6.014 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libudev-dev armhf 245.4-4ubuntu3.17 [19.7 kB]
13:50:07 #12 6.014 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsepol1 armhf 3.0-1ubuntu0.1 [220 kB]
13:50:07 #12 6.022 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsepol1-dev armhf 3.0-1ubuntu0.1 [301 kB]
13:50:07 #12 6.061 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpcre2-16-0 armhf 10.34-7 [156 kB]
13:50:07 #12 6.063 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpcre2-32-0 armhf 10.34-7 [146 kB]
13:50:07 #12 6.134 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpcre2-posix2 armhf 10.34-7 [5348 B]
13:50:07 #12 6.135 Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpcre2-dev armhf 10.34-7 [596 kB]
13:50:07 #12 6.144 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libselinux1-dev armhf 3.0-1build2 [144 kB]
13:50:07 #12 6.146 Get:22 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper-dev armhf 2:1.02.167-1ubuntu1 [35.8 kB]
13:50:07 #12 6.147 Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libseccomp-dev armhf 2.5.1-1ubuntu1~20.04.2 [79.3 kB]
13:50:07 #12 6.148 Get:24 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsystemd0 armhf 245.4-4ubuntu3.17 [248 kB]
13:50:07 #12 6.152 Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsystemd-dev armhf 245.4-4ubuntu3.17 [246 kB]
13:50:07 #12 6.156 Get:26 http://ports.ubuntu.com/ubuntu-ports focal/main armhf pkg-config armhf 0.29.1-0ubuntu4 [42.6 kB]
13:50:07 #12 6.320 debconf: delaying package configuration, since apt-utils is not installed
13:50:07 #12 6.361 Fetched 8210 kB in 1s (5955 kB/s)
13:50:07 #12 6.391 Selecting previously unselected package bash-completion.
13:50:07 #12 6.391 (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 ... 26049 files and directories currently installed.)
13:50:07 #12 6.402 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
13:50:08 #12 7.088 Unpacking bash-completion (1:2.10-1ubuntu1) ...
13:50:08 #12 7.212 Selecting previously unselected package cmake-data.
13:50:08 #12 7.215 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1_all.deb ...
13:50:08 #12 7.222 Unpacking cmake-data (3.16.3-1ubuntu1) ...
13:50:08 #12 7.588 Selecting previously unselected package libarchive13:armhf.
13:50:08 #12 7.591 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1.2_armhf.deb ...
13:50:08 #12 7.598 Unpacking libarchive13:armhf (3.4.0-2ubuntu1.2) ...
13:50:08 #12 7.663 Selecting previously unselected package libjsoncpp1:armhf.
13:50:08 #12 7.665 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_armhf.deb ...
13:50:08 #12 7.671 Unpacking libjsoncpp1:armhf (1.7.4-3.1ubuntu2) ...
13:50:08 #12 7.719 Selecting previously unselected package librhash0:armhf.
13:50:08 #12 7.721 Preparing to unpack .../04-librhash0_1.3.9-1_armhf.deb ...
13:50:08 #12 7.725 Unpacking librhash0:armhf (1.3.9-1) ...
13:50:08 #12 7.783 Selecting previously unselected package libuv1:armhf.
13:50:09 #12 7.785 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1.3_armhf.deb ...
13:50:09 #12 7.789 Unpacking libuv1:armhf (1.34.2-1ubuntu1.3) ...
13:50:09 #12 7.823 Selecting previously unselected package cmake.
13:50:09 #12 7.826 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1_armhf.deb ...
13:50:09 #12 7.832 Unpacking cmake (3.16.3-1ubuntu1) ...
13:50:09 #12 8.139 Selecting previously unselected package dh-apparmor.
13:50:09 #12 8.141 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
13:50:09 #12 8.147 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
13:50:09 #12 8.181 Selecting previously unselected package libbtrfs0:armhf.
13:50:09 #12 8.184 Preparing to unpack .../08-libbtrfs0_5.4.1-2_armhf.deb ...
13:50:09 #12 8.187 Unpacking libbtrfs0:armhf (5.4.1-2) ...
13:50:09 #12 8.249 Selecting previously unselected package libbtrfs-dev:armhf.
13:50:09 #12 8.251 Preparing to unpack .../09-libbtrfs-dev_5.4.1-2_armhf.deb ...
13:50:09 #12 8.255 Unpacking libbtrfs-dev:armhf (5.4.1-2) ...
13:50:09 #12 8.315 Preparing to unpack .../10-libudev1_245.4-4ubuntu3.17_armhf.deb ...
13:50:09 #12 8.328 Unpacking libudev1:armhf (245.4-4ubuntu3.17) over (245.4-4ubuntu3.16) ...
13:50:09 #12 8.382 Setting up libudev1:armhf (245.4-4ubuntu3.17) ...
13:50:09 #12 8.432 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:50:09 #12 8.432 (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 ... 29635 files and directories currently installed.)
13:50:09 #12 8.449 Preparing to unpack .../libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_armhf.deb ...
13:50:09 #12 8.454 Unpacking libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ...
13:50:09 #12 8.508 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
13:50:09 #12 8.510 Preparing to unpack .../libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_armhf.deb ...
13:50:09 #12 8.517 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.167-1ubuntu1) ...
13:50:09 #12 8.551 Selecting previously unselected package libudev-dev:armhf.
13:50:09 #12 8.553 Preparing to unpack .../libudev-dev_245.4-4ubuntu3.17_armhf.deb ...
13:50:09 #12 8.558 Unpacking libudev-dev:armhf (245.4-4ubuntu3.17) ...
13:50:09 #12 8.604 Preparing to unpack .../libsepol1_3.0-1ubuntu0.1_armhf.deb ...
13:50:09 #12 8.620 Unpacking libsepol1:armhf (3.0-1ubuntu0.1) over (3.0-1) ...
13:50:09 #12 8.716 Setting up libsepol1:armhf (3.0-1ubuntu0.1) ...
13:50:09 #12 8.757 Selecting previously unselected package libsepol1-dev:armhf.
13:50:09 #12 8.757 (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 ... 29716 files and directories currently installed.)
13:50:09 #12 8.771 Preparing to unpack .../0-libsepol1-dev_3.0-1ubuntu0.1_armhf.deb ...
13:50:09 #12 8.777 Unpacking libsepol1-dev:armhf (3.0-1ubuntu0.1) ...
13:50:09 #12 8.843 Selecting previously unselected package libpcre2-16-0:armhf.
13:50:09 #12 8.844 Preparing to unpack .../1-libpcre2-16-0_10.34-7_armhf.deb ...
13:50:09 #12 8.848 Unpacking libpcre2-16-0:armhf (10.34-7) ...
13:50:09 #12 8.896 Selecting previously unselected package libpcre2-32-0:armhf.
13:50:09 #12 8.899 Preparing to unpack .../2-libpcre2-32-0_10.34-7_armhf.deb ...
13:50:09 #12 8.902 Unpacking libpcre2-32-0:armhf (10.34-7) ...
13:50:09 #12 8.947 Selecting previously unselected package libpcre2-posix2:armhf.
13:50:10 #12 8.949 Preparing to unpack .../3-libpcre2-posix2_10.34-7_armhf.deb ...
13:50:10 #12 8.953 Unpacking libpcre2-posix2:armhf (10.34-7) ...
13:50:10 #12 8.987 Selecting previously unselected package libpcre2-dev:armhf.
13:50:10 #12 8.989 Preparing to unpack .../4-libpcre2-dev_10.34-7_armhf.deb ...
13:50:10 #12 8.993 Unpacking libpcre2-dev:armhf (10.34-7) ...
13:50:10 #12 9.071 Selecting previously unselected package libselinux1-dev:armhf.
13:50:10 #12 9.073 Preparing to unpack .../5-libselinux1-dev_3.0-1build2_armhf.deb ...
13:50:10 #12 9.077 Unpacking libselinux1-dev:armhf (3.0-1build2) ...
13:50:10 #12 9.121 Selecting previously unselected package libdevmapper-dev:armhf.
13:50:10 #12 9.123 Preparing to unpack .../6-libdevmapper-dev_2%3a1.02.167-1ubuntu1_armhf.deb ...
13:50:10 #12 9.126 Unpacking libdevmapper-dev:armhf (2:1.02.167-1ubuntu1) ...
13:50:10 #12 9.156 Selecting previously unselected package libseccomp-dev:armhf.
13:50:10 #12 9.158 Preparing to unpack .../7-libseccomp-dev_2.5.1-1ubuntu1~20.04.2_armhf.deb ...
13:50:10 #12 9.162 Unpacking libseccomp-dev:armhf (2.5.1-1ubuntu1~20.04.2) ...
13:50:10 #12 9.205 Preparing to unpack .../8-libsystemd0_245.4-4ubuntu3.17_armhf.deb ...
13:50:10 #12 9.219 Unpacking libsystemd0:armhf (245.4-4ubuntu3.17) over (245.4-4ubuntu3.16) ...
13:50:10 #12 9.292 Setting up libsystemd0:armhf (245.4-4ubuntu3.17) ...
13:50:10 #12 9.335 Selecting previously unselected package libsystemd-dev:armhf.
13:50:10 #12 9.335 (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 ... 30168 files and directories currently installed.)
13:50:10 #12 9.349 Preparing to unpack .../libsystemd-dev_245.4-4ubuntu3.17_armhf.deb ...
13:50:10 #12 9.354 Unpacking libsystemd-dev:armhf (245.4-4ubuntu3.17) ...
13:50:10 #12 9.428 Selecting previously unselected package pkg-config.
13:50:10 #12 9.430 Preparing to unpack .../pkg-config_0.29.1-0ubuntu4_armhf.deb ...
13:50:10 #12 9.434 Unpacking pkg-config (0.29.1-0ubuntu4) ...
13:50:10 #12 9.476 Setting up libseccomp-dev:armhf (2.5.1-1ubuntu1~20.04.2) ...
13:50:10 #12 9.490 Setting up libarchive13:armhf (3.4.0-2ubuntu1.2) ...
13:50:10 #12 9.503 Setting up libsepol1-dev:armhf (3.0-1ubuntu0.1) ...
13:50:10 #12 9.516 Setting up libpcre2-16-0:armhf (10.34-7) ...
13:50:10 #12 9.531 Setting up libbtrfs0:armhf (5.4.1-2) ...
13:50:10 #12 9.548 Setting up libpcre2-32-0:armhf (10.34-7) ...
13:50:10 #12 9.566 Setting up libuv1:armhf (1.34.2-1ubuntu1.3) ...
13:50:10 #12 9.579 Setting up bash-completion (1:2.10-1ubuntu1) ...
13:50:11 #12 10.33 Setting up pkg-config (0.29.1-0ubuntu4) ...
13:50:11 #12 10.38 Setting up libudev-dev:armhf (245.4-4ubuntu3.17) ...
13:50:11 #12 10.39 Setting up libpcre2-posix2:armhf (10.34-7) ...
13:50:11 #12 10.40 Setting up libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ...
13:50:11 #12 10.41 Setting up libbtrfs-dev:armhf (5.4.1-2) ...
13:50:11 #12 10.43 Setting up librhash0:armhf (1.3.9-1) ...
13:50:11 #12 10.44 Setting up cmake-data (3.16.3-1ubuntu1) ...
13:50:11 #12 10.45 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
13:50:11 #12 10.47 Setting up libsystemd-dev:armhf (245.4-4ubuntu3.17) ...
13:50:11 #12 10.48 Setting up libjsoncpp1:armhf (1.7.4-3.1ubuntu2) ...
13:50:11 #12 10.50 Setting up libdevmapper-event1.02.1:armhf (2:1.02.167-1ubuntu1) ...
13:50:11 #12 10.51 Setting up libpcre2-dev:armhf (10.34-7) ...
13:50:11 #12 10.53 Setting up libselinux1-dev:armhf (3.0-1build2) ...
13:50:11 #12 10.54 Setting up libdevmapper-dev:armhf (2:1.02.167-1ubuntu1) ...
13:50:11 #12 10.55 Setting up cmake (3.16.3-1ubuntu1) ...
13:50:11 #12 10.56 Setting up docker-ce-build-deps (1.0) ...
13:50:11 #12 10.57 Processing triggers for man-db (2.9.1-1) ...
13:50:11 #12 10.60 Processing triggers for libc-bin (2.31-0ubuntu9.7) ...
13:50:12 #12 DONE 10.8s
13:50:12 
13:50:12 #13 [stage-1 6/9] COPY sources/ /sources
13:50:12 #13 sha256:45ff1de20e624aa5f200a732f5fea8e86256bfe02530da4e9cb0ecb7037071d1
13:50:12 #13 DONE 0.1s
13:50:12 
13:50:12 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
13:50:12 #15 sha256:8f93330231eaf738b6d0b3f5cc32b80a02541eb62b267f22e4c45da91c8c27b7
13:50:14 #15 DONE 2.6s
13:50:14 
13:50:14 #16 [stage-1 8/9] WORKDIR /root/build-deb
13:50:14 #16 sha256:07ff45050a56e2d46c8a300114db6da9f6a9409fa186eeb44e78651e13a67675
13:50:14 #16 DONE 0.0s
13:50:14 
13:50:14 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
13:50:14 #17 sha256:1347a434c77ed13a92d004b1116e513f38005883edaaf773a81e4d043df5e5a9
13:50:14 #17 DONE 0.0s
13:50:14 
13:50:14 #18 exporting to image
13:50:14 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:50:14 #18 exporting layers
13:50:23 #18 exporting layers 7.5s done
13:50:23 #18 writing image sha256:7a1e8bbe4efadac4a9f5451a11861f963ceaa64d34775967194cc9309568de33 done
13:50:23 #18 naming to docker.io/debbuild-ubuntu-focal/aarch64 done
13:50:23 #18 DONE 7.5s
13:50:23 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-focal:/build  debbuild-ubuntu-focal/aarch64
13:50:23 + set -e
13:50:23 + mkdir -p /root/build-deb/engine
13:50:23 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:50:23 + mkdir -p /root/build-deb/cli
13:50:23 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:50:23 + mkdir -p /root/build-deb/compose
13:50:23 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:50:23 + mkdir -p /root/build-deb/scan-cli-plugin
13:50:23 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:50:23 + mkdir -p /go/src/github.com/docker
13:50:23 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:50:23 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:50:23 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:50:23 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:50:23 + EPOCH=5
13:50:23 + EPOCH_SEP=
13:50:23 + [[ ! -z 5 ]]
13:50:23 + EPOCH_SEP=:
13:50:23 + [[ -z 0.0.0-20220511162217-aa7e414 ]]
13:50:23 + echo VERSION AAA 0.0.0-20220511162217-aa7e414
13:50:23 + VERSION=0.0.0-20220511162217-aa7e414
13:50:23 + echo VERSION bbb 0.0.0-20220511162217-aa7e414
13:50:23 VERSION AAA 0.0.0-20220511162217-aa7e414
13:50:23 VERSION bbb 0.0.0-20220511162217-aa7e414
13:50:23 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:50:23 + debSource=docker-ce
13:50:23 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:50:23 + debMaintainer='Docker <support@docker.com>'
13:50:23 ++ date --rfc-2822
13:50:23 + debDate='Tue, 31 May 2022 13:50:23 +0000'
13:50:23 + cat
13:50:23 + export CLI_GITCOMMIT=aa7e414
13:50:23 + CLI_GITCOMMIT=aa7e414
13:50:23 + export ENGINE_GITCOMMIT=90033ab
13:50:23 + ENGINE_GITCOMMIT=90033ab
13:50:23 + export SCAN_GITCOMMIT=061fe0a
13:50:23 + SCAN_GITCOMMIT=061fe0a
13:50:23 + echo VERSION BBB 0.0.0-20220511162217-aa7e414
13:50:23 + dpkg-buildpackage -uc -us -I.git
13:50:23 VERSION BBB 0.0.0-20220511162217-aa7e414
13:50:23 dpkg-buildpackage: info: source package docker-ce
13:50:23 dpkg-buildpackage: info: source version 5:0.0.0-20220511162217-aa7e414-0~ubuntu-focal
13:50:23 dpkg-buildpackage: info: source distribution focal
13:50:23 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:50:23 dpkg-buildpackage: info: host architecture armhf
13:50:23  dpkg-source -I.git --before-build .
13:50:23  debian/rules clean
13:50:23 dh clean --with=bash-completion --with=systemd
13:50:23    dh_clean
13:50:24  dpkg-source -I.git -b .
13:50:24 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:50:24 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:50:24 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220511162217-aa7e414-0~ubuntu'
13:50:24 dpkg-source: info: using source format '1.0'
13:50:24 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal.tar.gz
13:50:34 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal.dsc
13:50:34  debian/rules build
13:50:34 dh build --with=bash-completion --with=systemd
13:50:34    dh_update_autotools_config
13:50:34    dh_autoreconf
13:50:34    debian/rules override_dh_auto_build
13:50:34 make[1]: Entering directory '/root/build-deb'
13:50:34 # Build the daemon and dependencies
13:50:34 cd engine && DOCKER_GITCOMMIT=90033ab PRODUCT=docker ./hack/make.sh dynbinary
13:50:34 
13:50:34 Removing bundles/
13:50:34 
13:50:34 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:50:34 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:50:34 GOOS="" GOARCH="" GOARM=""
13:52:11 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:52:11 
13:52:11 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:52:11 + RM_GOPATH=0
13:52:11 + TMP_GOPATH=/go
13:52:11 + : /usr/local/bin
13:52:11 + '[' -z /go ']'
13:52:11 + export GOPATH=/go
13:52:11 + GOPATH=/go
13:52:11 + case "$(go env GOARCH)" in
13:52:11 ++ go env GOARCH
13:52:11 + export GO_BUILDMODE=-buildmode=pie
13:52:11 + GO_BUILDMODE=-buildmode=pie
13:52:11 ++ dirname hack/dockerfile/install/install.sh
13:52:11 + dir=hack/dockerfile/install
13:52:11 + bin=tini
13:52:11 + shift
13:52:11 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:52:11 + . hack/dockerfile/install/tini.installer
13:52:11 ++ : v0.19.0
13:52:11 + install_tini
13:52:11 Install tini version v0.19.0
13:52:11 + echo 'Install tini version v0.19.0'
13:52:11 + git clone https://github.com/krallin/tini.git /go/tini
13:52:11 Cloning into '/go/tini'...
13:52:11 + cd /go/tini
13:52:11 + git checkout -q v0.19.0
13:52:11 + cmake .
13:52:11 -- The C compiler identification is GNU 9.4.0
13:52:11 -- Check for working C compiler: /usr/bin/cc
13:52:11 -- Check for working C compiler: /usr/bin/cc -- works
13:52:11 -- Detecting C compiler ABI info
13:52:11 -- Detecting C compiler ABI info - done
13:52:11 -- Detecting C compile features
13:52:11 -- Detecting C compile features - done
13:52:11 -- Performing Test HAS_BUILTIN_FORTIFY
13:52:11 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:52:11 -- Configuring done
13:52:11 -- Generating done
13:52:11 -- Build files have been written to: /go/tini
13:52:11 + make tini-static
13:52:11 make[2]: Entering directory '/go/tini'
13:52:11 make[3]: Entering directory '/go/tini'
13:52:11 make[4]: Entering directory '/go/tini'
13:52:11 make[5]: Entering directory '/go/tini'
13:52:11 Scanning dependencies of target tini-static
13:52:11 make[5]: Leaving directory '/go/tini'
13:52:11 make[5]: Entering directory '/go/tini'
13:52:11 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:52:11 [100%] Linking C executable tini-static
13:52:11 make[5]: Leaving directory '/go/tini'
13:52:11 [100%] Built target tini-static
13:52:11 make[4]: Leaving directory '/go/tini'
13:52:11 make[3]: Leaving directory '/go/tini'
13:52:11 make[2]: Leaving directory '/go/tini'
13:52:11 + mkdir -p /usr/local/bin
13:52:11 + cp tini-static /usr/local/bin/docker-init
13:52:11 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
13:52:11 + RM_GOPATH=0
13:52:11 + TMP_GOPATH=/go
13:52:11 + : /usr/local/bin
13:52:11 + '[' -z /go ']'
13:52:11 + export GOPATH=/go
13:52:11 + GOPATH=/go
13:52:11 + case "$(go env GOARCH)" in
13:52:11 ++ go env GOARCH
13:52:11 + export GO_BUILDMODE=-buildmode=pie
13:52:11 + GO_BUILDMODE=-buildmode=pie
13:52:11 ++ dirname hack/dockerfile/install/install.sh
13:52:11 + dir=hack/dockerfile/install
13:52:11 + bin=proxy
13:52:11 + shift
13:52:11 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
13:52:11 + . hack/dockerfile/install/proxy.installer
13:52:11 ++ : 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:52:11 + install_proxy dynamic
13:52:11 + case "$1" in
13:52:11 + install_proxy_dynamic
13:52:11 + export PROXY_LDFLAGS=-linkmode=external install_proxy
13:52:11 + PROXY_LDFLAGS=-linkmode=external
13:52:11 + export BUILD_MODE=-buildmode=pie
13:52:11 + BUILD_MODE=-buildmode=pie
13:52:11 + _install_proxy
13:52:11 Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:52:11 + echo 'Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b'
13:52:11 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
13:52:11 Cloning into '/go/src/github.com/docker/libnetwork'...
13:52:11 + cd /go/src/github.com/docker/libnetwork
13:52:11 + git checkout -q 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:52:11 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:52:11 + return
13:52:11 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:52:11 + RM_GOPATH=0
13:52:11 + TMP_GOPATH=/go
13:52:11 + : /usr/local/bin
13:52:11 + '[' -z /go ']'
13:52:11 + export GOPATH=/go
13:52:11 + GOPATH=/go
13:52:11 + case "$(go env GOARCH)" in
13:52:11 ++ go env GOARCH
13:52:11 + export GO_BUILDMODE=-buildmode=pie
13:52:11 + GO_BUILDMODE=-buildmode=pie
13:52:11 ++ dirname hack/dockerfile/install/install.sh
13:52:11 + dir=hack/dockerfile/install
13:52:11 + bin=rootlesskit
13:52:11 + shift
13:52:11 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:52:11 + . hack/dockerfile/install/rootlesskit.installer
13:52:11 ++ : v0.14.4
13:52:11 + install_rootlesskit dynamic
13:52:11 + case "$1" in
13:52:11 + install_rootlesskit_dynamic
13:52:11 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:52:11 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:52:11 + export BUILD_MODE=-buildmode=pie
13:52:11 + BUILD_MODE=-buildmode=pie
13:52:11 + _install_rootlesskit
13:52:11 Install rootlesskit version v0.14.4
13:52:11 + echo 'Install rootlesskit version v0.14.4'
13:52:11 + for f in rootlesskit rootlesskit-docker-proxy
13:52:11 + GOBIN=/usr/local/bin
13:52:11 + GO111MODULE=on
13:52:11 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
13:52:11 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
13:52:11 go: downloading github.com/pkg/errors v0.9.1
13:52:11 go: downloading github.com/sirupsen/logrus v1.8.1
13:52:11 go: downloading github.com/urfave/cli/v2 v2.3.0
13:52:11 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:52:11 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:52:11 go: downloading github.com/google/uuid v1.3.0
13:52:11 go: downloading github.com/moby/vpnkit v0.5.0
13:52:11 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:52:11 go: downloading github.com/gofrs/flock v0.8.1
13:52:11 go: downloading github.com/gorilla/mux v1.8.0
13:52:11 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:52:11 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:52:11 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:52:11 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:52:11 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:52:16 + for f in rootlesskit rootlesskit-docker-proxy
13:52:16 + GOBIN=/usr/local/bin
13:52:16 + GO111MODULE=on
13:52:16 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
13:52:18 + return
13:52:18 # Build the CLI
13:52:18 cd /go/src/github.com/docker/cli && \
13:52:18 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220511162217-aa7e414 GITCOMMIT=aa7e414 dynbinary manpages
13:52:18 make[2]: Entering directory '/root/build-deb/cli'
13:52:18 GO_LINKMODE=dynamic ./scripts/build/binary
13:52:18 Building dynamic docker-linux-arm-v6
13:53:39 scripts/docs/generate-man.sh
13:55:01 Project root: /go/src/github.com/docker/cli
13:55:01 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
13:55:01 2022/05/31 13:54:55 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
13:55:01 make[2]: Leaving directory '/root/build-deb/cli'
13:55:01 # Build the compose plugin
13:55:01 # FIXME: using GOPROXY, to work around:
13:55:01 # 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:01 cd /go/src/github.com/docker/compose \
13:55:01 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:55:01 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:55:01 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.6.0 \
13:55:01 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:55:47 make[2]: Entering directory '/root/build-deb/compose'
13:55:47 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:56:55 make[2]: Leaving directory '/root/build-deb/compose'
13:56:55 # Build the scan-plugin
13:56:55 # TODO change once we support scan-plugin on other architectures
13:56:55 if [ "armhf" = "amd64" ]; then \
13:56:55 	cd /go/src/github.com/docker/scan-cli-plugin \
13:56:55 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:56:55 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:56:55 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:56:55 fi
13:56:55 # Build the CLI plugins
13:56:55 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
13:56:55 set -e;cd /sources && \
13:56:55 	tar xzf plugin-installers.tgz; \
13:56:55 	for installer in plugins/*.installer; do \
13:56:55 		LDFLAGS='' bash ${installer} build; \
13:56:55 	done
13:56:55 Cloning into '/go/src/github.com/docker/app'...
13:56:56 Fetching origin
13:56:56 make[2]: Entering directory '/go/src/github.com/docker/app'
13:56:56 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:04 make[2]: Leaving directory '/go/src/github.com/docker/app'
13:58:04 Cloning into '/go/src/github.com/docker/buildx'...
13:58:04 Fetching origin
13:58:04 + GO111MODULE=on
13:58:04 + 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:40 make[1]: Leaving directory '/root/build-deb'
13:59:40    debian/rules override_dh_auto_test
13:59:40 make[1]: Entering directory '/root/build-deb'
13:59:40 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:59:40 	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:40 PASS: daemon version OK
13:59:40 ver="$(cli/build/docker --version)"; \
13:59:40 	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:40 PASS: cli version OK
13:59:40 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:59:40 	test "$ver" = "v2.6.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:59:40 PASS: docker-compose version OK
13:59:40 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:59:40 # TODO change once we support scan-plugin on other architectures
13:59:40 if [ "armhf" = "amd64" ]; then \
13:59:40 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:59:40 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:59:40 fi
13:59:40 make[1]: Leaving directory '/root/build-deb'
13:59:40    create-stamp debian/debhelper-build-stamp
13:59:40  debian/rules binary
13:59:40 dh binary --with=bash-completion --with=systemd
13:59:40    dh_testroot
13:59:40    dh_prep
13:59:40    debian/rules override_dh_auto_install
13:59:40 make[1]: Entering directory '/root/build-deb'
13:59:40 # docker-ce-cli install
13:59:40 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:40 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:40 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:59:40 set -e;cd /sources && \
13:59:40 	tar xzf plugin-installers.tgz; \
13:59:40 	for installer in plugins/*.installer; do \
13:59:40 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
13:59:40 		PREFIX=/usr/libexec/docker/cli-plugins \
13:59:40 			bash ${installer} install_plugin; \
13:59:40 	done
13:59:40 # docker-ce install
13:59:40 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:59:40 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:59:40 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:40 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:59:40 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:59:40 # docker-compose-plugin install
13:59:40 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:59:40 # docker-scan-plugin install
13:59:40 # TODO change once we support scan-plugin on other architectures
13:59:40 if [ "armhf" = "amd64" ]; then \
13:59:40 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:59:40 fi
13:59:40 # docker-ce-rootless-extras install
13:59:40 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:59:40 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:59:40 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:59:40 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:59:40 # TODO: how can we install vpnkit?
13:59:40 make[1]: Leaving directory '/root/build-deb'
13:59:40    debian/rules override_dh_install
13:59:40 make[1]: Entering directory '/root/build-deb'
13:59:40 dh_install
13:59:40 # TODO Can we do this from within our container?
13:59:40 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:59:40 make[1]: Leaving directory '/root/build-deb'
13:59:40    dh_installdocs
13:59:40    dh_installchangelogs
13:59:40    dh_installman
13:59:40    dh_bash-completion
13:59:40    dh_systemd_enable
13:59:40    debian/rules override_dh_installinit
13:59:40 make[1]: Entering directory '/root/build-deb'
13:59:40 # use "docker" as our service name, not "docker-ce"
13:59:40 dh_installinit --name=docker
13:59:40 make[1]: Leaving directory '/root/build-deb'
13:59:40    dh_systemd_start
13:59:40    dh_perl
13:59:40    dh_link
13:59:40    dh_strip_nondeterminism
13:59:40    dh_compress
13:59:40    dh_fixperms
13:59:40    dh_missing
13:59:40    debian/rules override_dh_strip
13:59:40 make[1]: Entering directory '/root/build-deb'
13:59:40 # Go has lots of problems with stripping, so just don't
13:59:40 make[1]: Leaving directory '/root/build-deb'
13:59:40    dh_makeshlibs
13:59:40    debian/rules override_dh_shlibdeps
13:59:40 make[1]: Entering directory '/root/build-deb'
13:59:40 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:59:42 make[1]: Leaving directory '/root/build-deb'
13:59:42    dh_installdeb
13:59:42    debian/rules override_dh_gencontrol
13:59:42 make[1]: Entering directory '/root/build-deb'
13:59:42 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:59:42 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:59:42 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:59:42 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:59:42 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:59:42 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:59:42 if [ "armhf" = "amd64" ]; then \
13:59:42 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:59:42 fi
13:59:42 dh_gencontrol --remaining-packages
13:59:42 make[1]: Leaving directory '/root/build-deb'
13:59:42    dh_md5sums
13:59:42    debian/rules override_dh_builddeb
13:59:42 make[1]: Entering directory '/root/build-deb'
13:59:42 dh_builddeb -- -Zxz
13:59:42 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.deb'.
13:59:42 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.deb'.
13:59:57 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.6.0~ubuntu-focal_armhf.deb'.
14:00:10 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.deb'.
14:00:48 make[1]: Leaving directory '/root/build-deb'
14:00:48  dpkg-genbuildinfo
14:00:48  dpkg-genchanges  >../docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.changes
14:00:49 dpkg-genchanges: info: including full source code in upload
14:00:49  dpkg-source -I.git --after-build .
14:00:49 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
14:00:49 + destination=/build
14:00:49 + mkdir -p /build
14:00:49 + mv -v /root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.deb /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal.dsc /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal.tar.gz /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.buildinfo /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.changes /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.deb /root/docker-compose-plugin_2.6.0~ubuntu-focal_armhf.deb /build
14:00:49 copied '/root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.deb'
14:00:49 removed '/root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.deb'
14:00:49 copied '/root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.deb'
14:00:49 removed '/root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.deb'
14:00:49 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal.dsc' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal.dsc'
14:00:49 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal.dsc'
14:00:49 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal.tar.gz' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal.tar.gz'
14:00:49 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal.tar.gz'
14:00:49 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.buildinfo'
14:00:49 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.buildinfo'
14:00:49 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.changes' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.changes'
14:00:49 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.changes'
14:00:49 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.deb' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.deb'
14:00:49 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_armhf.deb'
14:00:49 copied '/root/docker-compose-plugin_2.6.0~ubuntu-focal_armhf.deb' -> '/build/docker-compose-plugin_2.6.0~ubuntu-focal_armhf.deb'
14:00:49 removed '/root/docker-compose-plugin_2.6.0~ubuntu-focal_armhf.deb'
14:00:54 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
14:00:55 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'