Skip to content

Console Output

11:08:24 + make REF=20.10 ubuntu-focal
11:08:24 git init src/github.com/docker/cli
11:08:24 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
11:08:24 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
11:08:24 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
11:08:24 + SRC=src/github.com/docker/cli
11:08:24 + REF=20.10
11:08:24 + REF_FETCH=20.10
11:08:24 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
11:08:24 + awk {print $2}
11:08:24 + REF=refs/heads/20.10
11:08:24 + [ -n refs/heads/20.10 ]
11:08:24 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
11:08:24 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
11:08:27 From https://github.com/docker/cli
11:08:27  * [new branch]      20.10      -> 20.10
11:08:27  * [new branch]      20.10      -> origin/20.10
11:08:27 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
11:08:27 git init src/github.com/docker/docker
11:08:27 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
11:08:27 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
11:08:27 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
11:08:27 + SRC=src/github.com/docker/docker
11:08:27 + REF=20.10
11:08:27 + REF_FETCH=20.10
11:08:27 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
11:08:27 + awk {print $2}
11:08:27 + REF=refs/heads/20.10
11:08:27 + [ -n refs/heads/20.10 ]
11:08:27 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
11:08:27 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
11:08:29 From https://github.com/docker/docker
11:08:29  * [new branch]      20.10      -> 20.10
11:08:29  * [new branch]      20.10      -> origin/20.10
11:08:29 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
11:08:29 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.9 ubuntu-focal
11:08:29 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
11:08:29 mkdir -p sources
11:08:29 docker run --rm -w /v \
11:08:29 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
11:08:29 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
11:08:29 	alpine \
11:08:29 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
11:08:32 mkdir -p sources
11:08:32 docker run --rm -w /v \
11:08:32 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
11:08:32 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
11:08:32 	alpine \
11:08:32 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
11:08:35 mkdir -p sources
11:08:35 cp ../systemd/docker.service sources/docker.service
11:08:35 mkdir -p sources
11:08:35 cp ../systemd/docker.socket sources/docker.socket
11:08:35 docker run --rm -w /v \
11:08:35 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
11:08:35 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
11:08:35 	alpine \
11:08:35 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
11:08:36 == Building packages for ubuntu-focal ==
11:08:36 mkdir -p "debbuild/ubuntu-focal"
11:08:36 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.9-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/aarch64 -f ubuntu-focal/Dockerfile .
11:08:36 #1 [internal] load build definition from Dockerfile
11:08:36 #1 transferring dockerfile: 1.30kB done
11:08:36 #1 DONE 0.0s
11:08:36 
11:08:36 #2 [internal] load .dockerignore
11:08:36 #2 transferring context: 2B done
11:08:36 #2 DONE 0.0s
11:08:36 
11:08:36 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
11:08:36 #3 DONE 0.0s
11:08:36 
11:08:36 #4 [auth] library/golang:pull token for registry-1.docker.io
11:08:36 #4 DONE 0.0s
11:08:36 
11:08:36 #5 [internal] load metadata for docker.io/library/golang:1.19.9-buster
11:08:36 #5 DONE 0.3s
11:08:36 
11:08:36 #6 [internal] load metadata for docker.io/library/ubuntu:focal
11:08:36 #6 DONE 0.3s
11:08:36 
11:08:36 #7 [internal] load build context
11:08:38 #7 transferring context: 19.41MB 1.2s done
11:08:38 #7 DONE 1.3s
11:08:38 
11:08:38 #8 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
11:08:38 #8 resolve docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf 0.0s done
11:08:38 #8 sha256:6f0ab7f4d4855af7cb40234ffeb181440985e511002bc893bd8140298af0c8eb 1.58kB / 1.58kB done
11:08:38 #8 sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf 988B / 988B done
11:08:38 #8 sha256:ca75ee57d5b9be342f485c8bc3e2402583a0db53869e205b8e35c5d97248d012 6.79kB / 6.79kB done
11:08:38 #8 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 24.12MB / 116.87MB 1.2s
11:08:38 #8 sha256:dca61a05c594b66729d60c3bd86ecb20e1f2e494e9718898b4b6ab71f0c60b83 156B / 156B 0.1s done
11:08:38 #8 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 30.41MB / 116.87MB 1.4s
11:08:38 #8 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 36.70MB / 116.87MB 1.7s
11:08:38 #8 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 42.99MB / 116.87MB 2.0s
11:08:39 #8 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 49.28MB / 116.87MB 2.3s
11:08:39 #8 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 55.57MB / 116.87MB 2.6s
11:08:39 #8 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 62.91MB / 116.87MB 2.9s
11:08:40 #8 ...
11:08:40 
11:08:40 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:db8bf6f4fb351aa7a26e27ba2686cf35a6a409f65603e59d4c203e58387dc6b3
11:08:40 #9 resolve docker.io/library/ubuntu:focal@sha256:db8bf6f4fb351aa7a26e27ba2686cf35a6a409f65603e59d4c203e58387dc6b3 0.1s done
11:08:40 #9 sha256:db8bf6f4fb351aa7a26e27ba2686cf35a6a409f65603e59d4c203e58387dc6b3 1.13kB / 1.13kB done
11:08:40 #9 sha256:6de8d817428e3d064da83ce59b4dccf7c6749aa60b36a17ad6cc3b1f7d10123c 424B / 424B done
11:08:40 #9 sha256:86b1180d68d3d67c103b16d57b364242467c2eacbbe69a9ddc04dcf1cf801d75 2.31kB / 2.31kB done
11:08:40 #9 sha256:39f91c5e27647c786293528ceed473da81ca1f8e8a07bd92474a6d695bad1e22 23.61MB / 23.61MB 1.2s done
11:08:40 #9 extracting sha256:39f91c5e27647c786293528ceed473da81ca1f8e8a07bd92474a6d695bad1e22 1.7s done
11:08:40 #9 DONE 3.3s
11:08:40 
11:08:40 #8 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
11:08:40 #8 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 73.40MB / 116.87MB 3.3s
11:08:40 #8 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 83.89MB / 116.87MB 3.7s
11:08:40 #8 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 90.18MB / 116.87MB 3.9s
11:08:40 #8 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 98.57MB / 116.87MB 4.2s
11:08:41 #8 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 108.00MB / 116.87MB 4.5s
11:08:41 #8 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 114.29MB / 116.87MB 4.7s
11:08:42 #8 ...
11:08:42 
11:08:42 #10 [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
11:08:42 #10 DONE 2.1s
11:08:42 
11:08:42 #8 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
11:08:42 #8 sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 116.87MB / 116.87MB 5.2s done
11:08:42 #8 extracting sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371
11:08:47 #8 extracting sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 5.1s
11:08:51 #8 extracting sha256:b197add778fdc9b2aeef4c35d5901a378ba1af93c7e4b6b1a65fc3e89d171371 8.9s done
11:08:51 #8 extracting sha256:dca61a05c594b66729d60c3bd86ecb20e1f2e494e9718898b4b6ab71f0c60b83 done
11:08:51 #8 DONE 14.7s
11:08:51 
11:08:51 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:08:51 #0 1.073 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
11:08:51 #0 1.483 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
11:08:51 #0 1.579 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
11:08:51 #0 1.675 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
11:08:51 #0 1.774 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main armhf Packages [1227 kB]
11:08:51 #0 1.968 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf Packages [10.9 MB]
11:08:51 #0 2.634 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/restricted armhf Packages [10.8 kB]
11:08:51 #0 2.634 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/multiverse armhf Packages [141 kB]
11:08:51 #0 2.634 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf Packages [1598 kB]
11:08:51 #0 2.651 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf Packages [1083 kB]
11:08:51 #0 2.684 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted armhf Packages [17.8 kB]
11:08:51 #0 2.833 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse armhf Packages [9603 B]
11:08:51 #0 2.908 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/main armhf Packages [54.7 kB]
11:08:51 #0 3.031 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe armhf Packages [27.8 kB]
11:08:51 #0 3.067 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted armhf Packages [17.5 kB]
11:08:51 #0 3.083 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/universe armhf Packages [794 kB]
11:08:51 #0 3.320 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf Packages [1229 kB]
11:08:51 #0 3.411 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse armhf Packages [4741 B]
11:08:51 #0 3.472 Fetched 17.8 MB in 3s (6350 kB/s)
11:08:51 #0 3.472 Reading package lists...
11:08:51 #0 4.575 Reading package lists...
11:08:51 #0 5.643 Building dependency tree...
11:08:51 #0 5.872 Reading state information...
11:08:51 #0 6.352 The following additional packages will be installed:
11:08:51 #0 6.352   at autoconf automake autopoint autotools-dev binutils
11:08:51 #0 6.352   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
11:08:51 #0 6.352   ca-certificates cpp cpp-9 dctrl-tools debhelper dh-autoreconf
11:08:51 #0 6.352   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
11:08:51 #0 6.352   fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git-man
11:08:51 #0 6.352   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:08:51 #0 6.352   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
11:08:51 #0 6.352   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:08:51 #0 6.352   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:08:51 #0 6.352   libarray-intspan-perl libasan5 libasn1-8-heimdal libassuan0
11:08:51 #0 6.352   libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:08:51 #0 6.352   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:08:51 #0 6.352   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
11:08:51 #0 6.352   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:08:51 #0 6.352   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:08:51 #0 6.352   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
11:08:51 #0 6.352   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:08:51 #0 6.352   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
11:08:51 #0 6.352   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
11:08:51 #0 6.352   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
11:08:51 #0 6.352   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
11:08:51 #0 6.352   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
11:08:51 #0 6.352   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
11:08:51 #0 6.352   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:08:51 #0 6.352   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
11:08:51 #0 6.352   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
11:08:51 #0 6.352   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:08:51 #0 6.352   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
11:08:51 #0 6.352   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
11:08:51 #0 6.352   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:08:51 #0 6.352   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:08:51 #0 6.352   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:08:51 #0 6.352   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:08:51 #0 6.352   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
11:08:51 #0 6.352   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
11:08:51 #0 6.352   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:08:51 #0 6.352   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
11:08:51 #0 6.352   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
11:08:51 #0 6.352   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:08:51 #0 6.352   libldap-common liblinux-epoll-perl liblist-compare-perl
11:08:51 #0 6.352   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
11:08:51 #0 6.352   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:08:51 #0 6.352   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
11:08:51 #0 6.352   libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
11:08:51 #0 6.352   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
11:08:51 #0 6.352   libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 libmpfr6
11:08:51 #0 6.352   libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
11:08:51 #0 6.352   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
11:08:51 #0 6.352   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:08:51 #0 6.352   libnumber-compare-perl libnumber-range-perl libobject-id-perl
11:08:51 #0 6.352   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:08:51 #0 6.352   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:08:51 #0 6.352   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
11:08:51 #0 6.352   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:08:51 #0 6.352   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
11:08:51 #0 6.352   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:08:51 #0 6.352   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
11:08:51 #0 6.352   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:08:51 #0 6.352   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:08:51 #0 6.352   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
11:08:51 #0 6.352   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
11:08:51 #0 6.352   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
11:08:51 #0 6.352   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
11:08:51 #0 6.352   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
11:08:51 #0 6.352   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
11:08:51 #0 6.352   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
11:08:51 #0 6.352   libtimedate-perl libtool libtry-tiny-perl libtype-tiny-perl
11:08:51 #0 6.352   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:08:51 #0 6.352   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
11:08:51 #0 6.352   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
11:08:51 #0 6.352   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:08:51 #0 6.352   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:08:51 #0 6.352   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
11:08:51 #0 6.352   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:08:51 #0 6.352   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
11:08:51 #0 6.352   openssh-client openssl patch patchutils perl perl-modules-5.30
11:08:51 #0 6.352   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
11:08:51 #0 6.352   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:08:51 #0 6.352   python3-debian python3-gpg python3-idna python3-magic python3-minimal
11:08:51 #0 6.352   python3-pkg-resources python3-requests python3-six python3-unidiff
11:08:51 #0 6.352   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
11:08:51 #0 6.352   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
11:08:51 #0 6.352   xz-utils
11:08:51 #0 6.360 Suggested packages:
11:08:51 #0 6.360   default-mta | mail-transport-agent autoconf-archive gnu-standards
11:08:51 #0 6.360   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
11:08:51 #0 6.360   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
11:08:51 #0 6.360   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
11:08:51 #0 6.360   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
11:08:51 #0 6.360   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:08:51 #0 6.360   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:08:51 #0 6.360   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
11:08:51 #0 6.360   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
11:08:51 #0 6.360   mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex
11:08:51 #0 6.360   bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev
11:08:51 #0 6.360   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
11:08:51 #0 6.360   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
11:08:51 #0 6.360   xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr gdbm-l10n
11:08:51 #0 6.360   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
11:08:51 #0 6.360   libscalar-number-perl libsasl2-modules-gssapi-mit
11:08:51 #0 6.360   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:08:51 #0 6.360   libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl
11:08:51 #0 6.360   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:08:51 #0 6.360   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
11:08:51 #0 6.360   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:08:51 #0 6.360   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
11:08:51 #0 6.360   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:08:51 #0 6.360   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
11:08:51 #0 6.360   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
11:08:51 #0 6.360   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
11:08:51 #0 6.360   python3-cryptography python3-openssl python3-socks python3.8-venv
11:08:51 #0 6.360   python3.8-doc binfmt-support readline-doc zip wdiff-doc
11:08:51 #0 6.867 The following NEW packages will be installed:
11:08:51 #0 6.867   at autoconf automake autopoint autotools-dev binutils
11:08:51 #0 6.867   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
11:08:51 #0 6.867   ca-certificates cpp cpp-9 curl dctrl-tools debhelper devscripts
11:08:51 #0 6.867   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:08:51 #0 6.867   dpkg-dev dput dwz equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base
11:08:51 #0 6.867   gettext gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
11:08:51 #0 6.867   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
11:08:51 #0 6.867   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:08:51 #0 6.867   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
11:08:51 #0 6.867   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
11:08:51 #0 6.867   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:08:51 #0 6.867   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:08:51 #0 6.867   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
11:08:51 #0 6.867   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:08:51 #0 6.867   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:08:51 #0 6.867   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
11:08:51 #0 6.867   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:08:51 #0 6.867   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
11:08:51 #0 6.867   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
11:08:51 #0 6.867   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
11:08:51 #0 6.867   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
11:08:51 #0 6.867   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
11:08:51 #0 6.867   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
11:08:51 #0 6.867   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:08:51 #0 6.867   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
11:08:51 #0 6.867   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
11:08:51 #0 6.867   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:08:51 #0 6.867   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
11:08:51 #0 6.867   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
11:08:51 #0 6.867   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:08:51 #0 6.867   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:08:51 #0 6.867   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:08:51 #0 6.868   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:08:51 #0 6.868   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
11:08:51 #0 6.868   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
11:08:51 #0 6.868   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:08:51 #0 6.868   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
11:08:51 #0 6.868   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
11:08:51 #0 6.868   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:08:51 #0 6.868   libldap-common liblinux-epoll-perl liblist-compare-perl
11:08:51 #0 6.868   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
11:08:51 #0 6.868   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:08:51 #0 6.868   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
11:08:51 #0 6.868   libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
11:08:51 #0 6.868   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
11:08:51 #0 6.868   libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 libmpfr6
11:08:51 #0 6.868   libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
11:08:51 #0 6.868   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
11:08:51 #0 6.868   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:08:51 #0 6.868   libnumber-compare-perl libnumber-range-perl libobject-id-perl
11:08:51 #0 6.868   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:08:51 #0 6.868   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:08:51 #0 6.868   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
11:08:51 #0 6.868   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:08:51 #0 6.868   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
11:08:51 #0 6.868   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:08:51 #0 6.868   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
11:08:51 #0 6.868   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:08:51 #0 6.868   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:08:51 #0 6.868   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
11:08:51 #0 6.869   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
11:08:51 #0 6.869   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
11:08:51 #0 6.869   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
11:08:51 #0 6.869   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
11:08:51 #0 6.869   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
11:08:51 #0 6.869   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
11:08:51 #0 6.869   libtimedate-perl libtool libtry-tiny-perl libtype-tiny-perl
11:08:51 #0 6.869   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:08:51 #0 6.869   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
11:08:51 #0 6.869   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
11:08:51 #0 6.869   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:08:51 #0 6.869   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:08:51 #0 6.869   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
11:08:51 #0 6.869   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:08:51 #0 6.870   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
11:08:51 #0 6.870   openssh-client openssl patch patchutils perl perl-modules-5.30
11:08:51 #0 6.870   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
11:08:51 #0 6.870   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:08:51 #0 6.870   python3-debian python3-gpg python3-idna python3-magic python3-minimal
11:08:51 #0 6.870   python3-pkg-resources python3-requests python3-six python3-unidiff
11:08:51 #0 6.871   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
11:08:51 #0 6.871   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
11:08:51 #0 6.871   xz-utils
11:08:51 #0 7.305 0 upgraded, 349 newly installed, 0 to remove and 0 not upgraded.
11:08:51 #0 7.305 Need to get 91.6 MB of archives.
11:08:51 #0 7.305 After this operation, 362 MB of additional disk space will be used.
11:08:51 #0 7.305 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblocale-gettext-perl armhf 1.07-4 [16.2 kB]
11:08:51 #0 7.452 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssl1.1 armhf 1.1.1f-1ubuntu2.18 [1083 kB]
11:08:51 #0 7.858 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpython3.8-minimal armhf 3.8.10-0ubuntu1~20.04.7 [708 kB]
11:08:51 #0 7.912 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libexpat1 armhf 2.2.9-1ubuntu0.6 [55.1 kB]
11:08:51 #0 7.914 Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3.8-minimal armhf 3.8.10-0ubuntu1~20.04.7 [1585 kB]
11:08:51 #0 7.990 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-minimal armhf 3.8.2-0ubuntu2 [23.6 kB]
11:08:51 #0 7.990 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf mime-support all 3.64ubuntu1 [30.6 kB]
11:08:51 #0 7.990 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpdec2 armhf 2.4.2-3 [66.8 kB]
11:08:51 #0 7.993 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf readline-common all 8.0-4 [53.5 kB]
11:08:51 #0 7.996 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libreadline8 armhf 8.0-4 [109 kB]
11:08:51 #0 8.003 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsqlite3-0 armhf 3.31.1-4ubuntu0.5 [468 kB]
11:08:51 #0 8.166 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpython3.8-stdlib armhf 3.8.10-0ubuntu1~20.04.7 [1601 kB]
11:08:51 #0 8.774 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3.8 armhf 3.8.10-0ubuntu1~20.04.7 [387 kB]
11:08:51 #0 8.777 Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpython3-stdlib armhf 3.8.2-0ubuntu2 [7068 B]
11:08:51 #0 8.777 Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3 armhf 3.8.2-0ubuntu2 [47.6 kB]
11:08:51 #0 8.777 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libbsd0 armhf 0.10.0-1 [49.8 kB]
11:08:51 #0 8.778 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main armhf bsdmainutils armhf 11.1.2ubuntu3 [176 kB]
11:08:51 #0 8.783 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libuchardet0 armhf 0.0.6-3build1 [62.4 kB]
11:08:51 #0 8.785 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main armhf groff-base armhf 1.22.4-4build1 [759 kB]
11:08:51 #0 8.811 Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgdbm6 armhf 1.18.1-5 [24.5 kB]
11:08:51 #0 8.811 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpipeline1 armhf 1.5.2-2build1 [23.5 kB]
11:08:51 #0 8.835 Get:22 http://ports.ubuntu.com/ubuntu-ports focal/main armhf man-db armhf 2.9.1-1 [1077 kB]
11:08:51 #0 9.018 Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf perl-modules-5.30 all 5.30.0-9ubuntu0.3 [2739 kB]
11:08:51 #11 9.685 Get:24 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgdbm-compat4 armhf 1.18.1-5 [5852 B]
11:08:52 #11 9.686 Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libperl5.30 armhf 5.30.0-9ubuntu0.3 [3274 kB]
11:08:52 #11 9.864 Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf perl armhf 5.30.0-9ubuntu0.3 [224 kB]
11:08:52 #11 9.868 Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf openssl armhf 1.1.1f-1ubuntu2.18 [598 kB]
11:08:52 #11 9.876 Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf ca-certificates all 20211016ubuntu0.20.04.1 [141 kB]
11:08:52 #11 9.878 Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf distro-info-data all 0.43ubuntu1.13 [4836 B]
11:08:52 #11 9.879 Get:30 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmagic-mgc armhf 1:5.38-4 [218 kB]
11:08:52 #11 9.882 Get:31 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmagic1 armhf 1:5.38-4 [68.3 kB]
11:08:52 #11 9.883 Get:32 http://ports.ubuntu.com/ubuntu-ports focal/main armhf file armhf 1:5.38-4 [22.4 kB]
11:08:52 #11 9.884 Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf less armhf 551-1ubuntu0.1 [116 kB]
11:08:52 #11 10.04 Get:34 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libelf1 armhf 0.176-1.1build1 [41.3 kB]
11:08:52 #11 10.23 Get:35 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libglib2.0-0 armhf 2.64.6-1~ubuntu20.04.4 [1125 kB]
11:08:52 #11 10.63 Get:36 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
11:08:52 #11 10.64 Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf tzdata all 2023c-0ubuntu0.20.04.1 [306 kB]
11:08:52 #11 10.66 Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libicu66 armhf 66.1-2ubuntu2.1 [8223 kB]
11:08:53 #11 11.16 Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libxml2 armhf 2.9.10+dfsg-5ubuntu0.20.04.6 [546 kB]
11:08:53 #11 11.16 Get:40 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libyaml-0-2 armhf 0.2.2-1 [41.3 kB]
11:08:53 #11 11.16 Get:41 http://ports.ubuntu.com/ubuntu-ports focal/main armhf lsb-release all 11.1.0ubuntu2 [10.6 kB]
11:08:53 #11 11.16 Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main armhf netbase all 6.1 [13.1 kB]
11:08:53 #11 11.17 Get:43 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB]
11:08:53 #11 11.17 Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-six all 1.14.0-2 [12.1 kB]
11:08:53 #11 11.31 Get:45 http://ports.ubuntu.com/ubuntu-ports focal/main armhf shared-mime-info armhf 1.15-1 [428 kB]
11:08:53 #11 11.77 Get:46 http://ports.ubuntu.com/ubuntu-ports focal/main armhf ucf all 3.0038+nmu1 [51.6 kB]
11:08:53 #11 11.78 Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main armhf xdg-user-dirs armhf 0.17-2ubuntu1 [46.8 kB]
11:08:53 #11 11.78 Get:48 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf xz-utils armhf 5.2.4-1ubuntu1.1 [81.0 kB]
11:08:53 #11 11.79 Get:49 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gettext-base armhf 0.19.8.1-10build1 [46.0 kB]
11:08:53 #11 11.80 Get:50 http://ports.ubuntu.com/ubuntu-ports focal/main armhf iso-codes all 4.4-1 [2695 kB]
11:08:54 #11 12.01 Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf krb5-locales all 1.17-6ubuntu4.3 [11.6 kB]
11:08:54 #11 12.01 Get:52 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcbor0.6 armhf 0.6.0-0ubuntu1 [17.3 kB]
11:08:54 #11 12.04 Get:53 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libedit2 armhf 3.1-20191231-1 [71.7 kB]
11:08:54 #11 12.04 Get:54 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfido2-1 armhf 1.3.1-1ubuntu2 [43.2 kB]
11:08:54 #11 12.04 Get:55 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5support0 armhf 1.17-6ubuntu4.3 [28.2 kB]
11:08:54 #11 12.19 Get:56 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libk5crypto3 armhf 1.17-6ubuntu4.3 [79.3 kB]
11:08:54 #11 12.47 Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkeyutils1 armhf 1.6-6ubuntu1.1 [9224 B]
11:08:54 #11 12.48 Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5-3 armhf 1.17-6ubuntu4.3 [287 kB]
11:08:54 #11 12.65 Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgssapi-krb5-2 armhf 1.17-6ubuntu4.3 [101 kB]
11:08:54 #11 12.67 Get:60 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpsl5 armhf 0.21.0-1ubuntu1 [50.2 kB]
11:08:54 #11 12.69 Get:61 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxau6 armhf 1:1.0.9-0ubuntu1 [6612 B]
11:08:54 #11 12.69 Get:62 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu1 [9160 B]
11:08:54 #11 12.69 Get:63 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxcb1 armhf 1.14-2 [41.3 kB]
11:08:54 #11 12.70 Get:64 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
11:08:54 #11 12.72 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libx11-6 armhf 2:1.6.9-2ubuntu1.2 [517 kB]
11:08:54 #11 12.79 Get:66 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxext6 armhf 2:1.3.4-0ubuntu1 [24.2 kB]
11:08:55 #11 12.93 Get:67 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxmuu1 armhf 2:1.1.3-0ubuntu1 [9028 B]
11:08:55 #11 13.01 Get:68 http://ports.ubuntu.com/ubuntu-ports focal/main armhf manpages all 5.05-1 [1314 kB]
11:08:55 #11 13.49 Get:69 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf openssh-client armhf 1:8.2p1-4ubuntu0.5 [591 kB]
11:08:55 #11 13.52 Get:70 http://ports.ubuntu.com/ubuntu-ports focal/main armhf publicsuffix all 20200303.0012-1 [111 kB]
11:08:55 #11 13.52 Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python-apt-common all 2.0.1ubuntu0.20.04.1 [16.5 kB]
11:08:55 #11 13.53 Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-apt armhf 2.0.1ubuntu0.20.04.1 [139 kB]
11:08:55 #11 13.53 Get:73 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf strace armhf 5.5-3ubuntu1 [279 kB]
11:08:55 #11 13.53 Get:74 http://ports.ubuntu.com/ubuntu-ports focal/main armhf xauth armhf 1:1.1-0ubuntu1 [21.9 kB]
11:08:55 #11 13.53 Get:75 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfl2 armhf 2.6.4-6.2 [11.3 kB]
11:08:55 #11 13.53 Get:76 http://ports.ubuntu.com/ubuntu-ports focal/main armhf at armhf 3.1.23-1ubuntu1 [36.2 kB]
11:08:55 #11 13.54 Get:77 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsigsegv2 armhf 2.12-2 [13.1 kB]
11:08:55 #11 13.68 Get:78 http://ports.ubuntu.com/ubuntu-ports focal/main armhf m4 armhf 1.4.18-4 [187 kB]
11:08:56 #11 14.05 Get:79 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autoconf all 2.69-11.1 [321 kB]
11:08:56 #11 14.16 Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autotools-dev all 20180224.1 [39.6 kB]
11:08:56 #11 14.17 Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main armhf automake all 1:1.16.1-4ubuntu6 [522 kB]
11:08:56 #11 14.26 Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autopoint all 0.19.8.1-10build1 [412 kB]
11:08:56 #11 14.30 Get:83 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils-common armhf 2.34-6ubuntu1.4 [207 kB]
11:08:56 #11 14.31 Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libbinutils armhf 2.34-6ubuntu1.4 [317 kB]
11:08:56 #11 14.34 Get:85 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libctf-nobfd0 armhf 2.34-6ubuntu1.4 [38.1 kB]
11:08:56 #11 14.35 Get:86 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libctf0 armhf 2.34-6ubuntu1.4 [37.2 kB]
11:08:56 #11 14.35 Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils-arm-linux-gnueabihf armhf 2.34-6ubuntu1.4 [2095 kB]
11:08:56 #11 14.46 Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils armhf 2.34-6ubuntu1.4 [3368 B]
11:08:56 #11 14.61 Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libc-dev-bin armhf 2.31-0ubuntu9.9 [63.7 kB]
11:08:57 #11 14.86 Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf linux-libc-dev armhf 5.4.0-148.165 [1102 kB]
11:08:57 #11 15.18 Get:91 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcrypt-dev armhf 1:4.4.10-10ubuntu4 [120 kB]
11:08:57 #11 15.19 Get:92 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libc6-dev armhf 2.31-0ubuntu9.9 [1916 kB]
11:08:57 #11 15.29 Get:93 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gcc-9-base armhf 9.4.0-1ubuntu1~20.04.1 [19.4 kB]
11:08:57 #11 15.30 Get:94 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libisl22 armhf 0.22.1-1 [460 kB]
11:08:57 #11 15.32 Get:95 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpfr6 armhf 4.0.2-1 [196 kB]
11:08:57 #11 15.33 Get:96 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpc3 armhf 1.1.0-1 [33.2 kB]
11:08:57 #11 15.33 Get:97 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf cpp-9 armhf 9.4.0-1ubuntu1~20.04.1 [5888 kB]
11:08:57 #11 15.66 Get:98 http://ports.ubuntu.com/ubuntu-ports focal/main armhf cpp armhf 4:9.3.0-1ubuntu2 [27.6 kB]
11:08:57 #11 15.67 Get:99 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcc1-0 armhf 10.3.0-1ubuntu1~20.04 [41.8 kB]
11:08:58 #11 15.82 Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgomp1 armhf 10.3.0-1ubuntu1~20.04 [87.2 kB]
11:08:58 #11 16.11 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libatomic1 armhf 10.3.0-1ubuntu1~20.04 [7256 B]
11:08:58 #11 16.11 Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libasan5 armhf 9.4.0-1ubuntu1~20.04.1 [2808 kB]
11:08:58 #11 16.51 Get:103 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libubsan1 armhf 10.3.0-1ubuntu1~20.04 [757 kB]
11:08:58 #11 16.55 Get:104 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgcc-9-dev armhf 9.4.0-1ubuntu1~20.04.1 [683 kB]
11:08:58 #11 16.58 Get:105 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gcc-9 armhf 9.4.0-1ubuntu1~20.04.1 [6584 kB]
11:08:59 #11 16.99 Get:106 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gcc armhf 4:9.3.0-1ubuntu2 [5224 B]
11:08:59 #11 16.99 Get:107 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libstdc++-9-dev armhf 9.4.0-1ubuntu1~20.04.1 [1792 kB]
11:08:59 #11 17.01 Get:108 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf g++-9 armhf 9.4.0-1ubuntu1~20.04.1 [6699 kB]
11:08:59 #11 17.44 Get:109 http://ports.ubuntu.com/ubuntu-ports focal/main armhf g++ armhf 4:9.3.0-1ubuntu2 [1612 B]
11:08:59 #11 17.44 Get:110 http://ports.ubuntu.com/ubuntu-ports focal/main armhf make armhf 4.2.1-1.2 [149 kB]
11:08:59 #11 17.59 Get:111 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libdpkg-perl all 1.19.7ubuntu3.2 [231 kB]
11:09:00 #11 17.99 Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main armhf patch armhf 2.7.6-6 [101 kB]
11:09:00 #11 18.02 Get:113 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dpkg-dev all 1.19.7ubuntu3.2 [679 kB]
11:09:00 #11 18.17 Get:114 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf build-essential armhf 12.8ubuntu1.1 [4664 B]
11:09:00 #11 18.17 Get:115 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libbrotli1 armhf 1.0.7-6ubuntu0.1 [254 kB]
11:09:00 #11 18.19 Get:116 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libroken18-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [35.3 kB]
11:09:00 #11 18.20 Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libasn1-8-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [140 kB]
11:09:00 #11 18.21 Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libheimbase1-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [25.1 kB]
11:09:00 #11 18.21 Get:119 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhcrypto4-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [78.4 kB]
11:09:00 #11 18.22 Get:120 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libwind0-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [47.1 kB]
11:09:00 #11 18.23 Get:121 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhx509-5-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [89.0 kB]
11:09:00 #11 18.38 Get:122 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5-26-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [170 kB]
11:09:00 #11 18.74 Get:123 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libheimntlm0-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [13.2 kB]
11:09:00 #11 18.74 Get:124 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgssapi3-heimdal armhf 7.7.0+dfsg-1ubuntu1.4 [80.1 kB]
11:09:00 #11 18.77 Get:125 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-2ubuntu0.1 [13.2 kB]
11:09:00 #11 18.77 Get:126 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-2 armhf 2.1.27+dfsg-2ubuntu0.1 [42.7 kB]
11:09:00 #11 18.79 Get:127 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
11:09:00 #11 18.79 Get:128 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libldap-2.4-2 armhf 2.4.49+dfsg-2ubuntu1.9 [133 kB]
11:09:00 #11 18.85 Get:129 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnghttp2-14 armhf 1.40.0-1build1 [67.8 kB]
11:09:01 #11 18.87 Get:130 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build1 [49.1 kB]
11:09:01 #11 18.88 Get:131 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssh-4 armhf 0.9.3-2ubuntu2.2 [147 kB]
11:09:01 #11 18.90 Get:132 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcurl4 armhf 7.68.0-1ubuntu2.18 [204 kB]
11:09:01 #11 19.08 Get:133 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf curl armhf 7.68.0-1ubuntu2.18 [154 kB]
11:09:01 #11 19.44 Get:134 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dctrl-tools armhf 2.24-3 [53.8 kB]
11:09:01 #11 19.46 Get:135 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtool all 2.4.6-14 [161 kB]
11:09:01 #11 19.54 Get:136 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dh-autoreconf all 19 [16.1 kB]
11:09:01 #11 19.54 Get:137 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
11:09:01 #11 19.56 Get:138 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarchive-zip-perl all 1.67-2 [90.5 kB]
11:09:01 #11 19.59 Get:139 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-override-perl all 0.09-2 [9532 B]
11:09:01 #11 19.59 Get:140 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
11:09:01 #11 19.60 Get:141 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dh-strip-nondeterminism all 1.7.0-1 [5228 B]
11:09:01 #11 19.60 Get:142 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dwz armhf 0.13-5 [153 kB]
11:09:01 #11 19.62 Get:143 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcroco3 armhf 0.6.13-1 [70.5 kB]
11:09:01 #11 19.78 Get:144 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gettext armhf 0.19.8.1-10build1 [835 kB]
11:09:02 #11 20.31 Get:145 http://ports.ubuntu.com/ubuntu-ports focal/main armhf intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:09:02 #11 20.31 Get:146 http://ports.ubuntu.com/ubuntu-ports focal/main armhf po-debconf all 1.0.21 [233 kB]
11:09:02 #11 20.33 Get:147 http://ports.ubuntu.com/ubuntu-ports focal/main armhf debhelper all 12.10ubuntu1 [877 kB]
11:09:02 #11 20.40 Get:148 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfakeroot armhf 1.24-1 [22.4 kB]
11:09:02 #11 20.40 Get:149 http://ports.ubuntu.com/ubuntu-ports focal/main armhf fakeroot armhf 1.24-1 [60.9 kB]
11:09:02 #11 20.41 Get:150 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libassuan0 armhf 2.5.3-7ubuntu2 [29.1 kB]
11:09:02 #11 20.41 Get:151 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgconf armhf 2.2.19-3ubuntu2.2 [107 kB]
11:09:02 #11 20.42 Get:152 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libksba8 armhf 1.3.5-2ubuntu0.20.04.2 [80.4 kB]
11:09:02 #11 20.42 Get:153 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnpth0 armhf 1.6-1 [6624 B]
11:09:02 #11 20.42 Get:154 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dirmngr armhf 2.2.19-3ubuntu2.2 [288 kB]
11:09:02 #11 20.59 Get:155 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
11:09:03 #11 20.82 Get:156 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-utils armhf 2.2.19-3ubuntu2.2 [412 kB]
11:09:03 #11 21.05 Get:157 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg armhf 2.2.19-3ubuntu2.2 [425 kB]
11:09:03 #11 21.12 Get:158 http://ports.ubuntu.com/ubuntu-ports focal/main armhf pinentry-curses armhf 1.1.0-3build1 [31.8 kB]
11:09:03 #11 21.13 Get:159 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-agent armhf 2.2.19-3ubuntu2.2 [195 kB]
11:09:03 #11 21.15 Get:160 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-client armhf 2.2.19-3ubuntu2.2 [81.8 kB]
11:09:03 #11 21.16 Get:161 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-server armhf 2.2.19-3ubuntu2.2 [76.2 kB]
11:09:03 #11 21.16 Get:162 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgsm armhf 2.2.19-3ubuntu2.2 [187 kB]
11:09:03 #11 21.18 Get:163 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg all 2.2.19-3ubuntu2.2 [259 kB]
11:09:03 #11 21.20 Get:164 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-which-perl all 1.23-1 [13.8 kB]
11:09:03 #11 21.20 Get:165 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-homedir-perl all 1.004-1 [37.3 kB]
11:09:03 #11 21.35 Get:166 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-pty-perl armhf 1:1.12-1 [31.4 kB]
11:09:03 #11 21.52 Get:167 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libipc-run-perl all 20180523.0-2 [89.7 kB]
11:09:03 #11 21.65 Get:168 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:09:03 #11 21.67 Get:169 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libb-hooks-op-check-perl armhf 0.22-1build2 [9792 B]
11:09:03 #11 21.68 Get:170 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdynaloader-functions-perl all 0.003-1 [11.9 kB]
11:09:03 #11 21.69 Get:171 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevel-callchecker-perl armhf 0.008-1ubuntu1 [14.2 kB]
11:09:03 #11 21.69 Get:172 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-classify-perl armhf 0.015-1build2 [19.8 kB]
11:09:03 #11 21.70 Get:173 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:09:03 #11 21.71 Get:174 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libimport-into-perl all 1.002005-1 [11.0 kB]
11:09:03 #11 21.72 Get:175 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librole-tiny-perl all 2.001004-1 [16.5 kB]
11:09:03 #11 21.73 Get:176 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstrictures-perl all 2.000006-1 [16.3 kB]
11:09:04 #11 21.88 Get:177 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-quote-perl all 2.006006-1 [19.5 kB]
11:09:04 #11 22.03 Get:178 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoo-perl all 2.003006-1 [46.3 kB]
11:09:04 #11 22.11 Get:179 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libencode-locale-perl all 1.05-1 [12.3 kB]
11:09:04 #11 22.13 Get:180 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtimedate-perl all 2.3200-1 [34.0 kB]
11:09:04 #11 22.18 Get:181 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-date-perl all 6.05-1 [9920 B]
11:09:04 #11 22.19 Get:182 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-listing-perl all 6.04-1 [9774 B]
11:09:04 #11 22.19 Get:183 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:09:04 #11 22.20 Get:184 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liburi-perl all 1.76-2 [77.5 kB]
11:09:04 #11 22.25 Get:185 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-parser-perl armhf 3.72-5 [83.1 kB]
11:09:04 #11 22.29 Get:186 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-tree-perl all 5.07-2 [200 kB]
11:09:04 #11 22.34 Get:187 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-html-perl all 1.001-1 [14.9 kB]
11:09:04 #11 22.49 Get:188 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:09:04 #11 22.64 Get:189 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-message-perl all 6.22-1 [76.1 kB]
11:09:04 #11 22.78 Get:190 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-cookies-perl all 6.08-1 [18.3 kB]
11:09:04 #11 22.80 Get:191 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:09:04 #11 22.81 Get:192 http://ports.ubuntu.com/ubuntu-ports focal/main armhf perl-openssl-defaults armhf 4 [7188 B]
11:09:05 #11 22.82 Get:193 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-ssleay-perl armhf 1.88-2ubuntu1 [272 kB]
11:09:05 #11 22.94 Get:194 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-socket-ssl-perl all 2.067-1 [176 kB]
11:09:05 #11 22.98 Get:195 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-http-perl all 6.19-1 [22.8 kB]
11:09:05 #11 22.99 Get:196 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
11:09:05 #11 22.99 Get:197 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtry-tiny-perl all 0.30-1 [20.5 kB]
11:09:05 #11 22.99 Get:198 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:09:05 #11 23.14 Get:199 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwww-perl all 6.43-1 [140 kB]
11:09:05 #11 23.48 Get:200 http://ports.ubuntu.com/ubuntu-ports focal/main armhf patchutils armhf 0.3.4-2 [64.6 kB]
11:09:05 #11 23.51 Get:201 http://ports.ubuntu.com/ubuntu-ports focal/main armhf wdiff armhf 1.2.2-2build1 [29.1 kB]
11:09:05 #11 23.52 Get:202 http://ports.ubuntu.com/ubuntu-ports focal/main armhf devscripts armhf 2.20.2ubuntu2 [940 kB]
11:09:05 #11 23.73 Get:203 http://ports.ubuntu.com/ubuntu-ports focal/main armhf diffstat armhf 1.63-1 [25.1 kB]
11:09:05 #11 23.73 Get:204 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-chardet all 3.0.4-4build1 [80.4 kB]
11:09:05 #11 23.74 Get:205 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-debian all 0.1.36ubuntu1 [65.0 kB]
11:09:05 #11 23.75 Get:206 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgpgme11 armhf 1.13.1-7ubuntu2 [102 kB]
11:09:05 #11 23.75 Get:207 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-gpg armhf 1.13.1-7ubuntu2 [144 kB]
11:09:05 #11 23.76 Get:208 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dput all 1.0.3ubuntu1 [42.3 kB]
11:09:05 #11 23.77 Get:209 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcurl3-gnutls armhf 7.68.0-1ubuntu2.18 [202 kB]
11:09:06 #11 23.93 Get:210 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liberror-perl all 0.17029-1 [26.5 kB]
11:09:06 #11 24.10 Get:211 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf git-man all 1:2.25.1-1ubuntu3.11 [887 kB]
11:09:06 #11 24.48 Get:212 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf git armhf 1:2.25.1-1ubuntu3.11 [3453 kB]
11:09:06 #11 24.72 Get:213 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
11:09:06 #11 24.72 Get:214 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-diff-xs-perl armhf 0.04-6 [11.0 kB]
11:09:06 #11 24.72 Get:215 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:09:06 #11 24.72 Get:216 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libapt-pkg-perl armhf 0.1.36build3 [63.4 kB]
11:09:06 #11 24.72 Get:217 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarchive-cpio-perl all 0.10-1 [9644 B]
11:09:06 #11 24.72 Get:218 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarray-intspan-perl all 2.003-1 [23.3 kB]
11:09:06 #11 24.72 Get:219 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libasync-mergepoint-perl all 0.04-2 [10.2 kB]
11:09:06 #11 24.72 Get:220 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmodule-implementation-perl all 0.09-1 [12.2 kB]
11:09:06 #11 24.87 Get:221 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:09:07 #11 24.95 Get:222 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libvariable-magic-perl armhf 0.62-1build2 [31.9 kB]
11:09:07 #11 25.04 Get:223 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
11:09:07 #11 25.07 Get:224 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:09:07 #11 25.10 Get:225 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclass-xsaccessor-perl armhf 1.19-3build3 [33.7 kB]
11:09:07 #11 25.14 Get:226 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclone-perl armhf 0.43-2 [10.2 kB]
11:09:07 #11 25.15 Get:227 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcommon-sense-perl armhf 3.74-2build6 [20.1 kB]
11:09:07 #11 25.17 Get:228 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-util-perl armhf 1.07-3build5 [18.7 kB]
11:09:07 #11 25.19 Get:229 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-install-perl all 0.928-1 [10.5 kB]
11:09:07 #11 25.19 Get:230 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdata-optlist-perl all 0.110-1 [9956 B]
11:09:07 #11 25.20 Get:231 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-exporter-perl all 0.987-1 [44.9 kB]
11:09:07 #11 25.37 Get:232 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libconst-fast-perl all 0.014-1 [7958 B]
11:09:07 #11 25.44 Get:233 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwant-perl armhf 0.29-1build4 [23.0 kB]
11:09:07 #11 25.52 Get:234 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcontextual-return-perl all 0.004014-2 [53.1 kB]
11:09:07 #11 25.60 Get:235 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcpanel-json-xs-perl armhf 4.19-1build1 [107 kB]
11:09:07 #11 25.69 Get:236 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdata-dump-perl all 1.23-1 [27.0 kB]
11:09:07 #11 25.71 Get:237 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdigest-bubblebabble-perl all 0.02-2 [7908 B]
11:09:07 #11 25.71 Get:238 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
11:09:07 #11 25.71 Get:239 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdistro-info-perl all 0.23ubuntu1 [4668 B]
11:09:07 #11 25.72 Get:240 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:09:07 #11 25.72 Get:241 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmailtools-perl all 2.21-1 [80.7 kB]
11:09:07 #11 25.75 Get:242 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-ip-perl all 1.26-2 [27.4 kB]
11:09:08 #11 25.91 Get:243 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-dns-perl all 1.22-1 [336 kB]
11:09:08 #11 26.35 Get:244 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-domain-tld-perl all 1.75-1 [29.1 kB]
11:09:08 #11 26.36 Get:245 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libemail-valid-perl all 1.202-1 [16.3 kB]
11:09:08 #11 26.36 Get:246 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libexporter-tiny-perl all 1.002001-1 [35.5 kB]
11:09:08 #11 26.37 Get:247 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libipc-system-simple-perl all 1.26-1 [22.8 kB]
11:09:08 #11 26.37 Get:248 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-basedir-perl all 0.08-1 [16.9 kB]
11:09:08 #11 26.37 Get:249 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-chdir-perl all 0.1008-1 [11.7 kB]
11:09:08 #11 26.37 Get:250 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-fcntllock-perl armhf 0.22-3build4 [32.6 kB]
11:09:08 #11 26.38 Get:251 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnumber-compare-perl all 0.03-1 [7318 B]
11:09:08 #11 26.38 Get:252 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtext-glob-perl all 0.10-1 [7554 B]
11:09:08 #11 26.43 Get:253 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-find-rule-perl all 0.34-1 [28.3 kB]
11:09:08 #11 26.58 Get:254 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfont-afm-perl all 1.20-2 [13.2 kB]
11:09:08 #11 26.66 Get:255 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-string-perl all 1.08-3 [11.1 kB]
11:09:08 #11 26.68 Get:256 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfont-ttf-perl all 1.06-1 [313 kB]
11:09:08 #11 26.95 Get:257 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfuture-perl all 0.43-1 [77.8 kB]
11:09:08 #11 26.98 Get:258 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-stringy-perl all 2.111-3 [55.8 kB]
11:09:08 #11 26.99 Get:259 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-validate-perl armhf 1.29-3 [50.6 kB]
11:09:09 #11 27.00 Get:260 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
11:09:09 #11 27.01 Get:261 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsort-versions-perl all 1.62-1 [9294 B]
11:09:09 #11 27.01 Get:262 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:09:09 #11 27.01 Get:263 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
11:09:09 #11 27.02 Get:264 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-prompter-perl all 0.004015-1 [58.1 kB]
11:09:09 #11 27.17 Get:265 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-perl all 4.02000-2 [80.9 kB]
11:09:09 #11 27.44 Get:266 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblog-any-perl all 1.708-1 [67.8 kB]
11:09:09 #11 27.49 Get:267 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
11:09:09 #11 27.50 Get:268 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpackage-stash-perl all 0.38-1 [19.1 kB]
11:09:09 #11 27.52 Get:269 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-identify-perl armhf 0.14-1build2 [10.1 kB]
11:09:09 #11 27.53 Get:270 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-name-perl armhf 0.26-1 [10.8 kB]
11:09:09 #11 27.53 Get:271 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:09:09 #11 27.54 Get:272 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpath-tiny-perl all 0.108-1 [42.6 kB]
11:09:09 #11 27.57 Get:273 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtype-tiny-perl all 1.008001-2 [304 kB]
11:09:09 #11 27.66 Get:274 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
11:09:10 #11 27.68 Get:275 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhash-fieldhash-perl armhf 0.15-1build2 [15.9 kB]
11:09:10 #11 27.83 Get:276 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-form-perl all 6.07-1 [22.2 kB]
11:09:10 #11 27.99 Get:277 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-format-perl all 2.12-1 [41.3 kB]
11:09:10 #11 28.07 Get:278 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhttp-daemon-perl all 6.06-1ubuntu0.1 [22.0 kB]
11:09:10 #11 28.10 Get:279 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libidn11 armhf 1.33-2.2ubuntu2 [43.1 kB]
11:09:10 #11 28.15 Get:280 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstruct-dumb-perl all 0.09-1 [10.5 kB]
11:09:10 #11 28.16 Get:281 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-async-perl all 0.75-1 [254 kB]
11:09:10 #11 28.28 Get:282 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblinux-epoll-perl armhf 0.017-1 [14.7 kB]
11:09:10 #11 28.28 Get:283 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
11:09:10 #11 28.29 Get:284 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtypes-serialiser-perl all 1.0-1 [12.1 kB]
11:09:10 #11 28.29 Get:285 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-xs-perl armhf 4.020-1build1 [81.7 kB]
11:09:10 #11 28.31 Get:286 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-maybexs-perl all 1.004000-1 [11.0 kB]
11:09:10 #11 28.46 Get:287 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-compare-perl all 0.53-1 [65.6 kB]
11:09:10 #11 28.71 Get:288 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-moreutils-perl armhf 0.416-1build5 [52.7 kB]
11:09:10 #11 28.75 Get:289 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-someutils-perl all 0.58-1 [29.7 kB]
11:09:10 #11 28.78 Get:290 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-someutils-xs-perl armhf 0.58-2 [29.4 kB]
11:09:11 #11 28.80 Get:291 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libltdl7 armhf 2.4.6-14 [35.4 kB]
11:09:11 #11 28.83 Get:292 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libltdl-dev armhf 2.4.6-14 [160 kB]
11:09:11 #11 28.90 Get:293 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsys-hostname-long-perl all 1.5-1 [11.7 kB]
11:09:11 #11 28.90 Get:294 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmail-sendmail-perl all 0.80-1 [22.6 kB]
11:09:11 #11 28.91 Get:295 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoox-aliases-perl all 0.001006-1 [7176 B]
11:09:11 #11 28.91 Get:296 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
11:09:11 #11 28.91 Get:297 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoox-struct-perl all 0.017-1 [23.4 kB]
11:09:11 #11 29.07 Get:298 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-dns-sec-perl armhf 1.15-1 [43.4 kB]
11:09:11 #11 29.29 Get:299 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-libidn-perl armhf 0.12.ds-3build2 [16.5 kB]
11:09:11 #11 29.30 Get:300 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnumber-range-perl all 0.12-1 [8556 B]
11:09:11 #11 29.31 Get:301 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpackage-stash-xs-perl armhf 0.29-1build1 [16.7 kB]
11:09:11 #11 29.33 Get:302 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
11:09:11 #11 29.39 Get:303 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libperl4-corelibs-perl all 0.004-2 [37.4 kB]
11:09:11 #11 29.42 Get:304 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libperlio-gzip-perl armhf 0.19-1build5 [13.3 kB]
11:09:11 #11 29.43 Get:305 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpod-constants-perl all 0.19-1 [16.0 kB]
11:09:11 #11 29.44 Get:306 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libre2-5 armhf 20200101+dfsg-1build1 [136 kB]
11:09:11 #11 29.50 Get:307 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libre-engine-re2-perl armhf 0.13-5 [15.1 kB]
11:09:11 #11 29.51 Get:308 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libreadonly-perl all 2.050-2 [19.9 kB]
11:09:11 #11 29.67 Get:309 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libref-util-perl all 0.204-1 [15.0 kB]
11:09:12 #11 29.82 Get:310 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libref-util-xs-perl armhf 0.117-1build2 [10.7 kB]
11:09:12 #11 29.83 Get:311 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
11:09:12 #11 29.92 Get:312 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
11:09:12 #11 29.95 Get:313 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-modules armhf 2.1.27+dfsg-2ubuntu0.1 [42.1 kB]
11:09:12 #11 30.00 Get:314 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-decoder-perl armhf 4.011+ds-1build1 [98.5 kB]
11:09:12 #11 30.07 Get:315 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-encoder-perl armhf 4.011+ds-1build1 [97.7 kB]
11:09:12 #11 30.11 Get:316 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-perl all 4.011-1 [8604 B]
11:09:12 #11 30.11 Get:317 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsort-key-perl armhf 1.33-2build2 [33.9 kB]
11:09:12 #11 30.12 Get:318 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-copyright-perl all 0.003006-1 [9608 B]
11:09:12 #11 30.13 Get:319 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB]
11:09:12 #11 30.28 Get:320 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-shellquote-perl all 1.04-1 [12.0 kB]
11:09:12 #11 30.36 Get:321 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libterm-readkey-perl armhf 2.38-1build1 [23.3 kB]
11:09:12 #11 30.40 Get:322 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtest-fatal-perl all 0.014-1 [11.1 kB]
11:09:12 #11 30.45 Get:323 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtest-refcount-perl all 0.10-1 [11.4 kB]
11:09:12 #11 30.47 Get:324 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtext-levenshtein-perl all 0.13-1 [9612 B]
11:09:12 #11 30.48 Get:325 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtype-tiny-xs-perl armhf 0.016-1 [21.2 kB]
11:09:12 #11 30.52 Get:326 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libunicode-utf8-perl armhf 0.62-1build1 [17.1 kB]
11:09:12 #11 30.53 Get:327 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
11:09:12 #11 30.55 Get:328 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-base-perl all 1.09-1 [18.8 kB]
11:09:12 #11 30.56 Get:329 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
11:09:12 #11 30.61 Get:330 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-libxml-perl armhf 2.0134+dfsg-1build1 [306 kB]
11:09:12 #11 30.86 Get:331 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-parser-perl armhf 2.46-1 [189 kB]
11:09:13 #11 31.24 Get:332 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:09:13 #11 31.24 Get:333 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-writer-perl all 0.625-1 [24.9 kB]
11:09:13 #11 31.25 Get:334 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libyaml-libyaml-perl armhf 0.81+repack-1 [26.1 kB]
11:09:13 #11 31.26 Get:335 http://ports.ubuntu.com/ubuntu-ports focal/main armhf licensecheck all 3.0.45-1 [23.9 kB]
11:09:13 #11 31.26 Get:336 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevel-size-perl armhf 0.83-1build1 [19.3 kB]
11:09:13 #11 31.27 Get:337 http://ports.ubuntu.com/ubuntu-ports focal/main armhf t1utils armhf 1.41-3 [48.2 kB]
11:09:13 #11 31.28 Get:338 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf lintian all 2.62.0ubuntu2.2 [982 kB]
11:09:13 #11 31.47 Get:339 http://ports.ubuntu.com/ubuntu-ports focal/main armhf manpages-dev all 5.05-1 [2266 kB]
11:09:13 #11 31.59 Get:340 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-certifi all 2019.11.28-1 [149 kB]
11:09:13 #11 31.60 Get:341 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-idna all 2.8-1 [34.6 kB]
11:09:13 #11 31.74 Get:342 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-urllib3 all 1.25.8-2ubuntu0.2 [88.4 kB]
11:09:14 #11 32.02 Get:343 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
11:09:14 #11 32.05 Get:344 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-unidiff all 0.5.5-2 [9180 B]
11:09:14 #11 32.06 Get:345 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-xdg all 0.26-1ubuntu1 [36.1 kB]
11:09:14 #11 32.09 Get:346 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf unzip armhf 6.0-25ubuntu1.1 [154 kB]
11:09:14 #11 32.17 Get:347 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf equivs all 2.2.0 [19.7 kB]
11:09:14 #11 32.18 Get:348 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libauthen-sasl-perl all 2.1600-1 [48.7 kB]
11:09:14 #11 32.19 Get:349 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-magic all 2:0.4.15-3 [9376 B]
11:09:14 #11 32.45 debconf: delaying package configuration, since apt-utils is not installed
11:09:14 #11 32.50 Fetched 91.6 MB in 25s (3622 kB/s)
11:09:14 #11 32.51 Selecting previously unselected package liblocale-gettext-perl.
11:09:14 #11 32.51 (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 ... 4118 files and directories currently installed.)
11:09:14 #11 32.52 Preparing to unpack .../liblocale-gettext-perl_1.07-4_armhf.deb ...
11:09:14 #11 32.52 Unpacking liblocale-gettext-perl (1.07-4) ...
11:09:14 #11 32.61 Selecting previously unselected package libssl1.1:armhf.
11:09:14 #11 32.62 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.18_armhf.deb ...
11:09:14 #11 32.62 Unpacking libssl1.1:armhf (1.1.1f-1ubuntu2.18) ...
11:09:14 #11 32.74 Selecting previously unselected package libpython3.8-minimal:armhf.
11:09:14 #11 32.75 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.7_armhf.deb ...
11:09:14 #11 32.75 Unpacking libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.7) ...
11:09:14 #11 32.85 Selecting previously unselected package libexpat1:armhf.
11:09:15 #11 32.85 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_armhf.deb ...
11:09:15 #11 32.86 Unpacking libexpat1:armhf (2.2.9-1ubuntu0.6) ...
11:09:15 #11 32.90 Selecting previously unselected package python3.8-minimal.
11:09:15 #11 32.90 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.7_armhf.deb ...
11:09:15 #11 32.90 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.7) ...
11:09:15 #11 33.07 Setting up libssl1.1:armhf (1.1.1f-1ubuntu2.18) ...
11:09:15 #11 33.19 Setting up libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.7) ...
11:09:15 #11 33.20 Setting up libexpat1:armhf (2.2.9-1ubuntu0.6) ...
11:09:15 #11 33.21 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.7) ...
11:09:16 #11 33.88 Selecting previously unselected package python3-minimal.
11:09:16 #11 33.88 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4433 files and directories currently installed.)
11:09:16 #11 33.88 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_armhf.deb ...
11:09:16 #11 33.89 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
11:09:16 #11 33.93 Selecting previously unselected package mime-support.
11:09:16 #11 33.93 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
11:09:16 #11 33.93 Unpacking mime-support (3.64ubuntu1) ...
11:09:16 #11 33.97 Selecting previously unselected package libmpdec2:armhf.
11:09:16 #11 33.98 Preparing to unpack .../2-libmpdec2_2.4.2-3_armhf.deb ...
11:09:16 #11 33.98 Unpacking libmpdec2:armhf (2.4.2-3) ...
11:09:16 #11 34.02 Selecting previously unselected package readline-common.
11:09:16 #11 34.02 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
11:09:16 #11 34.02 Unpacking readline-common (8.0-4) ...
11:09:16 #11 34.07 Selecting previously unselected package libreadline8:armhf.
11:09:16 #11 34.07 Preparing to unpack .../4-libreadline8_8.0-4_armhf.deb ...
11:09:16 #11 34.07 Unpacking libreadline8:armhf (8.0-4) ...
11:09:16 #11 34.11 Selecting previously unselected package libsqlite3-0:armhf.
11:09:16 #11 34.11 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.5_armhf.deb ...
11:09:16 #11 34.12 Unpacking libsqlite3-0:armhf (3.31.1-4ubuntu0.5) ...
11:09:16 #11 34.18 Selecting previously unselected package libpython3.8-stdlib:armhf.
11:09:16 #11 34.18 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.7_armhf.deb ...
11:09:16 #11 34.19 Unpacking libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.7) ...
11:09:16 #11 34.36 Selecting previously unselected package python3.8.
11:09:16 #11 34.36 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.7_armhf.deb ...
11:09:16 #11 34.37 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.7) ...
11:09:16 #11 34.40 Selecting previously unselected package libpython3-stdlib:armhf.
11:09:16 #11 34.40 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_armhf.deb ...
11:09:16 #11 34.41 Unpacking libpython3-stdlib:armhf (3.8.2-0ubuntu2) ...
11:09:16 #11 34.44 Setting up python3-minimal (3.8.2-0ubuntu2) ...
11:09:16 #11 34.62 Selecting previously unselected package python3.
11:09:16 #11 34.62 (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 ... 4863 files and directories currently installed.)
11:09:16 #11 34.63 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_armhf.deb ...
11:09:16 #11 34.63 Unpacking python3 (3.8.2-0ubuntu2) ...
11:09:16 #11 34.67 Selecting previously unselected package libbsd0:armhf.
11:09:16 #11 34.67 Preparing to unpack .../001-libbsd0_0.10.0-1_armhf.deb ...
11:09:16 #11 34.67 Unpacking libbsd0:armhf (0.10.0-1) ...
11:09:16 #11 34.71 Selecting previously unselected package bsdmainutils.
11:09:16 #11 34.71 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_armhf.deb ...
11:09:16 #11 34.71 Unpacking bsdmainutils (11.1.2ubuntu3) ...
11:09:16 #11 34.76 Selecting previously unselected package libuchardet0:armhf.
11:09:17 #11 34.76 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_armhf.deb ...
11:09:17 #11 34.76 Unpacking libuchardet0:armhf (0.0.6-3build1) ...
11:09:17 #11 34.80 Selecting previously unselected package groff-base.
11:09:17 #11 34.80 Preparing to unpack .../004-groff-base_1.22.4-4build1_armhf.deb ...
11:09:17 #11 34.81 Unpacking groff-base (1.22.4-4build1) ...
11:09:17 #11 34.92 Selecting previously unselected package libgdbm6:armhf.
11:09:17 #11 34.92 Preparing to unpack .../005-libgdbm6_1.18.1-5_armhf.deb ...
11:09:17 #11 34.93 Unpacking libgdbm6:armhf (1.18.1-5) ...
11:09:17 #11 34.97 Selecting previously unselected package libpipeline1:armhf.
11:09:17 #11 34.97 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_armhf.deb ...
11:09:17 #11 34.97 Unpacking libpipeline1:armhf (1.5.2-2build1) ...
11:09:17 #11 35.02 Selecting previously unselected package man-db.
11:09:17 #11 35.02 Preparing to unpack .../007-man-db_2.9.1-1_armhf.deb ...
11:09:17 #11 35.03 Unpacking man-db (2.9.1-1) ...
11:09:17 #11 35.15 Selecting previously unselected package perl-modules-5.30.
11:09:17 #11 35.15 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.3_all.deb ...
11:09:17 #11 35.15 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
11:09:17 #11 35.48 Selecting previously unselected package libgdbm-compat4:armhf.
11:09:17 #11 35.48 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_armhf.deb ...
11:09:17 #11 35.48 Unpacking libgdbm-compat4:armhf (1.18.1-5) ...
11:09:17 #11 35.53 Selecting previously unselected package libperl5.30:armhf.
11:09:17 #11 35.53 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.3_armhf.deb ...
11:09:17 #11 35.54 Unpacking libperl5.30:armhf (5.30.0-9ubuntu0.3) ...
11:09:18 #11 35.90 Selecting previously unselected package perl.
11:09:18 #11 35.90 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.3_armhf.deb ...
11:09:18 #11 35.91 Unpacking perl (5.30.0-9ubuntu0.3) ...
11:09:18 #11 35.96 Selecting previously unselected package openssl.
11:09:18 #11 35.96 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.18_armhf.deb ...
11:09:18 #11 35.96 Unpacking openssl (1.1.1f-1ubuntu2.18) ...
11:09:18 #11 36.04 Selecting previously unselected package ca-certificates.
11:09:18 #11 36.05 Preparing to unpack .../013-ca-certificates_20211016ubuntu0.20.04.1_all.deb ...
11:09:18 #11 36.05 Unpacking ca-certificates (20211016ubuntu0.20.04.1) ...
11:09:18 #11 36.09 Selecting previously unselected package distro-info-data.
11:09:18 #11 36.10 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.13_all.deb ...
11:09:18 #11 36.10 Unpacking distro-info-data (0.43ubuntu1.13) ...
11:09:18 #11 36.13 Selecting previously unselected package libmagic-mgc.
11:09:18 #11 36.13 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_armhf.deb ...
11:09:18 #11 36.13 Unpacking libmagic-mgc (1:5.38-4) ...
11:09:18 #11 36.20 Selecting previously unselected package libmagic1:armhf.
11:09:18 #11 36.20 Preparing to unpack .../016-libmagic1_1%3a5.38-4_armhf.deb ...
11:09:18 #11 36.20 Unpacking libmagic1:armhf (1:5.38-4) ...
11:09:18 #11 36.23 Selecting previously unselected package file.
11:09:18 #11 36.24 Preparing to unpack .../017-file_1%3a5.38-4_armhf.deb ...
11:09:18 #11 36.24 Unpacking file (1:5.38-4) ...
11:09:18 #11 36.27 Selecting previously unselected package less.
11:09:18 #11 36.27 Preparing to unpack .../018-less_551-1ubuntu0.1_armhf.deb ...
11:09:18 #11 36.27 Unpacking less (551-1ubuntu0.1) ...
11:09:18 #11 36.31 Selecting previously unselected package libelf1:armhf.
11:09:18 #11 36.31 Preparing to unpack .../019-libelf1_0.176-1.1build1_armhf.deb ...
11:09:18 #11 36.32 Unpacking libelf1:armhf (0.176-1.1build1) ...
11:09:18 #11 36.36 Selecting previously unselected package libglib2.0-0:armhf.
11:09:18 #11 36.36 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_armhf.deb ...
11:09:18 #11 36.36 Unpacking libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.4) ...
11:09:18 #11 36.48 Selecting previously unselected package libglib2.0-data.
11:09:18 #11 36.48 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
11:09:18 #11 36.48 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
11:09:18 #11 36.55 Selecting previously unselected package tzdata.
11:09:18 #11 36.55 Preparing to unpack .../022-tzdata_2023c-0ubuntu0.20.04.1_all.deb ...
11:09:18 #11 36.55 Unpacking tzdata (2023c-0ubuntu0.20.04.1) ...
11:09:18 #11 36.75 Selecting previously unselected package libicu66:armhf.
11:09:18 #11 36.75 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_armhf.deb ...
11:09:18 #11 36.76 Unpacking libicu66:armhf (66.1-2ubuntu2.1) ...
11:09:19 #11 37.53 Selecting previously unselected package libxml2:armhf.
11:09:19 #11 37.53 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.6_armhf.deb ...
11:09:19 #11 37.54 Unpacking libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.6) ...
11:09:19 #11 37.61 Selecting previously unselected package libyaml-0-2:armhf.
11:09:19 #11 37.61 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_armhf.deb ...
11:09:19 #11 37.62 Unpacking libyaml-0-2:armhf (0.2.2-1) ...
11:09:19 #11 37.65 Selecting previously unselected package lsb-release.
11:09:19 #11 37.65 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
11:09:19 #11 37.65 Unpacking lsb-release (11.1.0ubuntu2) ...
11:09:19 #11 37.68 Selecting previously unselected package netbase.
11:09:19 #11 37.69 Preparing to unpack .../027-netbase_6.1_all.deb ...
11:09:19 #11 37.69 Unpacking netbase (6.1) ...
11:09:19 #11 37.72 Selecting previously unselected package python3-pkg-resources.
11:09:20 #11 37.72 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ...
11:09:20 #11 37.73 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ...
11:09:20 #11 37.76 Selecting previously unselected package python3-six.
11:09:20 #11 37.77 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
11:09:20 #11 37.77 Unpacking python3-six (1.14.0-2) ...
11:09:20 #11 37.80 Selecting previously unselected package shared-mime-info.
11:09:20 #11 37.80 Preparing to unpack .../030-shared-mime-info_1.15-1_armhf.deb ...
11:09:20 #11 37.81 Unpacking shared-mime-info (1.15-1) ...
11:09:20 #11 37.88 Selecting previously unselected package ucf.
11:09:20 #11 37.88 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
11:09:20 #11 37.89 Moving old data out of the way
11:09:20 #11 37.89 Unpacking ucf (3.0038+nmu1) ...
11:09:20 #11 37.94 Selecting previously unselected package xdg-user-dirs.
11:09:20 #11 37.94 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_armhf.deb ...
11:09:20 #11 37.95 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
11:09:20 #11 38.00 Selecting previously unselected package xz-utils.
11:09:20 #11 38.00 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1.1_armhf.deb ...
11:09:20 #11 38.01 Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
11:09:20 #11 38.04 Selecting previously unselected package gettext-base.
11:09:20 #11 38.04 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_armhf.deb ...
11:09:20 #11 38.05 Unpacking gettext-base (0.19.8.1-10build1) ...
11:09:20 #11 38.08 Selecting previously unselected package iso-codes.
11:09:20 #11 38.08 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
11:09:20 #11 38.08 Unpacking iso-codes (4.4-1) ...
11:09:20 #11 38.45 Selecting previously unselected package krb5-locales.
11:09:20 #11 38.45 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.3_all.deb ...
11:09:20 #11 38.45 Unpacking krb5-locales (1.17-6ubuntu4.3) ...
11:09:20 #11 38.48 Selecting previously unselected package libcbor0.6:armhf.
11:09:20 #11 38.48 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_armhf.deb ...
11:09:20 #11 38.49 Unpacking libcbor0.6:armhf (0.6.0-0ubuntu1) ...
11:09:20 #11 38.52 Selecting previously unselected package libedit2:armhf.
11:09:20 #11 38.52 Preparing to unpack .../038-libedit2_3.1-20191231-1_armhf.deb ...
11:09:20 #11 38.52 Unpacking libedit2:armhf (3.1-20191231-1) ...
11:09:20 #11 38.56 Selecting previously unselected package libfido2-1:armhf.
11:09:20 #11 38.56 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_armhf.deb ...
11:09:20 #11 38.57 Unpacking libfido2-1:armhf (1.3.1-1ubuntu2) ...
11:09:20 #11 38.60 Selecting previously unselected package libkrb5support0:armhf.
11:09:20 #11 38.61 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.3_armhf.deb ...
11:09:20 #11 38.61 Unpacking libkrb5support0:armhf (1.17-6ubuntu4.3) ...
11:09:20 #11 38.65 Selecting previously unselected package libk5crypto3:armhf.
11:09:20 #11 38.65 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.3_armhf.deb ...
11:09:20 #11 38.66 Unpacking libk5crypto3:armhf (1.17-6ubuntu4.3) ...
11:09:20 #11 38.70 Selecting previously unselected package libkeyutils1:armhf.
11:09:20 #11 38.70 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1.1_armhf.deb ...
11:09:20 #11 38.70 Unpacking libkeyutils1:armhf (1.6-6ubuntu1.1) ...
11:09:20 #11 38.74 Selecting previously unselected package libkrb5-3:armhf.
11:09:20 #11 38.74 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.3_armhf.deb ...
11:09:20 #11 38.75 Unpacking libkrb5-3:armhf (1.17-6ubuntu4.3) ...
11:09:20 #11 38.81 Selecting previously unselected package libgssapi-krb5-2:armhf.
11:09:21 #11 38.81 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.3_armhf.deb ...
11:09:21 #11 38.82 Unpacking libgssapi-krb5-2:armhf (1.17-6ubuntu4.3) ...
11:09:21 #11 38.86 Selecting previously unselected package libpsl5:armhf.
11:09:21 #11 38.86 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_armhf.deb ...
11:09:21 #11 38.87 Unpacking libpsl5:armhf (0.21.0-1ubuntu1) ...
11:09:21 #11 38.90 Selecting previously unselected package libxau6:armhf.
11:09:21 #11 38.90 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_armhf.deb ...
11:09:21 #11 38.90 Unpacking libxau6:armhf (1:1.0.9-0ubuntu1) ...
11:09:21 #11 38.94 Selecting previously unselected package libxdmcp6:armhf.
11:09:21 #11 38.94 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_armhf.deb ...
11:09:21 #11 38.94 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu1) ...
11:09:21 #11 38.98 Selecting previously unselected package libxcb1:armhf.
11:09:21 #11 38.98 Preparing to unpack .../048-libxcb1_1.14-2_armhf.deb ...
11:09:21 #11 38.99 Unpacking libxcb1:armhf (1.14-2) ...
11:09:21 #11 39.02 Selecting previously unselected package libx11-data.
11:09:21 #11 39.02 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
11:09:21 #11 39.02 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
11:09:21 #11 39.08 Selecting previously unselected package libx11-6:armhf.
11:09:21 #11 39.08 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_armhf.deb ...
11:09:21 #11 39.08 Unpacking libx11-6:armhf (2:1.6.9-2ubuntu1.2) ...
11:09:21 #11 39.16 Selecting previously unselected package libxext6:armhf.
11:09:21 #11 39.16 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_armhf.deb ...
11:09:21 #11 39.16 Unpacking libxext6:armhf (2:1.3.4-0ubuntu1) ...
11:09:21 #11 39.20 Selecting previously unselected package libxmuu1:armhf.
11:09:21 #11 39.20 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_armhf.deb ...
11:09:21 #11 39.20 Unpacking libxmuu1:armhf (2:1.1.3-0ubuntu1) ...
11:09:21 #11 39.22 Selecting previously unselected package manpages.
11:09:21 #11 39.23 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
11:09:21 #11 39.23 Unpacking manpages (5.05-1) ...
11:09:21 #11 39.35 Selecting previously unselected package openssh-client.
11:09:21 #11 39.35 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.5_armhf.deb ...
11:09:21 #11 39.36 Unpacking openssh-client (1:8.2p1-4ubuntu0.5) ...
11:09:21 #11 39.44 Selecting previously unselected package publicsuffix.
11:09:21 #11 39.44 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
11:09:21 #11 39.44 Unpacking publicsuffix (20200303.0012-1) ...
11:09:21 #11 39.48 Selecting previously unselected package python-apt-common.
11:09:21 #11 39.48 Preparing to unpack .../056-python-apt-common_2.0.1ubuntu0.20.04.1_all.deb ...
11:09:21 #11 39.48 Unpacking python-apt-common (2.0.1ubuntu0.20.04.1) ...
11:09:21 #11 39.51 Selecting previously unselected package python3-apt.
11:09:21 #11 39.51 Preparing to unpack .../057-python3-apt_2.0.1ubuntu0.20.04.1_armhf.deb ...
11:09:21 #11 39.52 Unpacking python3-apt (2.0.1ubuntu0.20.04.1) ...
11:09:21 #11 39.56 Selecting previously unselected package strace.
11:09:21 #11 39.56 Preparing to unpack .../058-strace_5.5-3ubuntu1_armhf.deb ...
11:09:21 #11 39.56 Unpacking strace (5.5-3ubuntu1) ...
11:09:21 #11 39.61 Selecting previously unselected package xauth.
11:09:21 #11 39.61 Preparing to unpack .../059-xauth_1%3a1.1-0ubuntu1_armhf.deb ...
11:09:21 #11 39.62 Unpacking xauth (1:1.1-0ubuntu1) ...
11:09:21 #11 39.67 Selecting previously unselected package libfl2:armhf.
11:09:21 #11 39.68 Preparing to unpack .../060-libfl2_2.6.4-6.2_armhf.deb ...
11:09:21 #11 39.69 Unpacking libfl2:armhf (2.6.4-6.2) ...
11:09:21 #11 39.73 Selecting previously unselected package at.
11:09:21 #11 39.73 Preparing to unpack .../061-at_3.1.23-1ubuntu1_armhf.deb ...
11:09:21 #11 39.74 Unpacking at (3.1.23-1ubuntu1) ...
11:09:21 #11 39.78 Selecting previously unselected package libsigsegv2:armhf.
11:09:21 #11 39.78 Preparing to unpack .../062-libsigsegv2_2.12-2_armhf.deb ...
11:09:21 #11 39.78 Unpacking libsigsegv2:armhf (2.12-2) ...
11:09:21 #11 39.81 Selecting previously unselected package m4.
11:09:21 #11 39.81 Preparing to unpack .../063-m4_1.4.18-4_armhf.deb ...
11:09:21 #11 39.82 Unpacking m4 (1.4.18-4) ...
11:09:21 #11 39.87 Selecting previously unselected package autoconf.
11:09:22 #11 39.87 Preparing to unpack .../064-autoconf_2.69-11.1_all.deb ...
11:09:22 #11 39.88 Unpacking autoconf (2.69-11.1) ...
11:09:22 #11 39.96 Selecting previously unselected package autotools-dev.
11:09:22 #11 39.96 Preparing to unpack .../065-autotools-dev_20180224.1_all.deb ...
11:09:22 #11 39.97 Unpacking autotools-dev (20180224.1) ...
11:09:22 #11 40.00 Selecting previously unselected package automake.
11:09:22 #11 40.00 Preparing to unpack .../066-automake_1%3a1.16.1-4ubuntu6_all.deb ...
11:09:22 #11 40.01 Unpacking automake (1:1.16.1-4ubuntu6) ...
11:09:22 #11 40.08 Selecting previously unselected package autopoint.
11:09:22 #11 40.08 Preparing to unpack .../067-autopoint_0.19.8.1-10build1_all.deb ...
11:09:22 #11 40.08 Unpacking autopoint (0.19.8.1-10build1) ...
11:09:22 #11 40.12 Selecting previously unselected package binutils-common:armhf.
11:09:22 #11 40.12 Preparing to unpack .../068-binutils-common_2.34-6ubuntu1.4_armhf.deb ...
11:09:22 #11 40.12 Unpacking binutils-common:armhf (2.34-6ubuntu1.4) ...
11:09:22 #11 40.17 Selecting previously unselected package libbinutils:armhf.
11:09:22 #11 40.17 Preparing to unpack .../069-libbinutils_2.34-6ubuntu1.4_armhf.deb ...
11:09:22 #11 40.18 Unpacking libbinutils:armhf (2.34-6ubuntu1.4) ...
11:09:22 #11 40.24 Selecting previously unselected package libctf-nobfd0:armhf.
11:09:22 #11 40.24 Preparing to unpack .../070-libctf-nobfd0_2.34-6ubuntu1.4_armhf.deb ...
11:09:22 #11 40.24 Unpacking libctf-nobfd0:armhf (2.34-6ubuntu1.4) ...
11:09:22 #11 40.28 Selecting previously unselected package libctf0:armhf.
11:09:22 #11 40.28 Preparing to unpack .../071-libctf0_2.34-6ubuntu1.4_armhf.deb ...
11:09:22 #11 40.28 Unpacking libctf0:armhf (2.34-6ubuntu1.4) ...
11:09:22 #11 40.32 Selecting previously unselected package binutils-arm-linux-gnueabihf.
11:09:22 #11 40.32 Preparing to unpack .../072-binutils-arm-linux-gnueabihf_2.34-6ubuntu1.4_armhf.deb ...
11:09:22 #11 40.32 Unpacking binutils-arm-linux-gnueabihf (2.34-6ubuntu1.4) ...
11:09:22 #11 40.55 Selecting previously unselected package binutils.
11:09:22 #11 40.55 Preparing to unpack .../073-binutils_2.34-6ubuntu1.4_armhf.deb ...
11:09:22 #11 40.55 Unpacking binutils (2.34-6ubuntu1.4) ...
11:09:22 #11 40.58 Selecting previously unselected package libc-dev-bin.
11:09:22 #11 40.58 Preparing to unpack .../074-libc-dev-bin_2.31-0ubuntu9.9_armhf.deb ...
11:09:22 #11 40.58 Unpacking libc-dev-bin (2.31-0ubuntu9.9) ...
11:09:22 #11 40.62 Selecting previously unselected package linux-libc-dev:armhf.
11:09:22 #11 40.62 Preparing to unpack .../075-linux-libc-dev_5.4.0-148.165_armhf.deb ...
11:09:22 #11 40.63 Unpacking linux-libc-dev:armhf (5.4.0-148.165) ...
11:09:22 #11 40.77 Selecting previously unselected package libcrypt-dev:armhf.
11:09:22 #11 40.78 Preparing to unpack .../076-libcrypt-dev_1%3a4.4.10-10ubuntu4_armhf.deb ...
11:09:22 #11 40.78 Unpacking libcrypt-dev:armhf (1:4.4.10-10ubuntu4) ...
11:09:22 #11 40.82 Selecting previously unselected package libc6-dev:armhf.
11:09:23 #11 40.82 Preparing to unpack .../077-libc6-dev_2.31-0ubuntu9.9_armhf.deb ...
11:09:23 #11 40.82 Unpacking libc6-dev:armhf (2.31-0ubuntu9.9) ...
11:09:23 #11 41.05 Selecting previously unselected package gcc-9-base:armhf.
11:09:23 #11 41.06 Preparing to unpack .../078-gcc-9-base_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:09:23 #11 41.06 Unpacking gcc-9-base:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:09:23 #11 41.09 Selecting previously unselected package libisl22:armhf.
11:09:23 #11 41.10 Preparing to unpack .../079-libisl22_0.22.1-1_armhf.deb ...
11:09:23 #11 41.10 Unpacking libisl22:armhf (0.22.1-1) ...
11:09:23 #11 41.18 Selecting previously unselected package libmpfr6:armhf.
11:09:23 #11 41.18 Preparing to unpack .../080-libmpfr6_4.0.2-1_armhf.deb ...
11:09:23 #11 41.18 Unpacking libmpfr6:armhf (4.0.2-1) ...
11:09:23 #11 41.23 Selecting previously unselected package libmpc3:armhf.
11:09:23 #11 41.23 Preparing to unpack .../081-libmpc3_1.1.0-1_armhf.deb ...
11:09:23 #11 41.23 Unpacking libmpc3:armhf (1.1.0-1) ...
11:09:23 #11 41.26 Selecting previously unselected package cpp-9.
11:09:23 #11 41.27 Preparing to unpack .../082-cpp-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:09:23 #11 41.27 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
11:09:24 #11 41.79 Selecting previously unselected package cpp.
11:09:24 #11 41.79 Preparing to unpack .../083-cpp_4%3a9.3.0-1ubuntu2_armhf.deb ...
11:09:24 #11 41.79 Unpacking cpp (4:9.3.0-1ubuntu2) ...
11:09:24 #11 41.88 Selecting previously unselected package libcc1-0:armhf.
11:09:24 #11 41.88 Preparing to unpack .../084-libcc1-0_10.3.0-1ubuntu1~20.04_armhf.deb ...
11:09:24 #11 41.89 Unpacking libcc1-0:armhf (10.3.0-1ubuntu1~20.04) ...
11:09:24 #11 41.92 Selecting previously unselected package libgomp1:armhf.
11:09:24 #11 41.92 Preparing to unpack .../085-libgomp1_10.3.0-1ubuntu1~20.04_armhf.deb ...
11:09:24 #11 41.92 Unpacking libgomp1:armhf (10.3.0-1ubuntu1~20.04) ...
11:09:24 #11 41.97 Selecting previously unselected package libatomic1:armhf.
11:09:24 #11 41.97 Preparing to unpack .../086-libatomic1_10.3.0-1ubuntu1~20.04_armhf.deb ...
11:09:24 #11 41.98 Unpacking libatomic1:armhf (10.3.0-1ubuntu1~20.04) ...
11:09:24 #11 42.01 Selecting previously unselected package libasan5:armhf.
11:09:24 #11 42.01 Preparing to unpack .../087-libasan5_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:09:24 #11 42.02 Unpacking libasan5:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:09:24 #11 42.32 Selecting previously unselected package libubsan1:armhf.
11:09:24 #11 42.32 Preparing to unpack .../088-libubsan1_10.3.0-1ubuntu1~20.04_armhf.deb ...
11:09:24 #11 42.33 Unpacking libubsan1:armhf (10.3.0-1ubuntu1~20.04) ...
11:09:24 #11 42.43 Selecting previously unselected package libgcc-9-dev:armhf.
11:09:24 #11 42.43 Preparing to unpack .../089-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:09:24 #11 42.43 Unpacking libgcc-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:09:24 #11 42.53 Selecting previously unselected package gcc-9.
11:09:24 #11 42.53 Preparing to unpack .../090-gcc-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:09:24 #11 42.54 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
11:09:25 #11 43.08 Selecting previously unselected package gcc.
11:09:25 #11 43.08 Preparing to unpack .../091-gcc_4%3a9.3.0-1ubuntu2_armhf.deb ...
11:09:25 #11 43.09 Unpacking gcc (4:9.3.0-1ubuntu2) ...
11:09:25 #11 43.12 Selecting previously unselected package libstdc++-9-dev:armhf.
11:09:25 #11 43.12 Preparing to unpack .../092-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:09:25 #11 43.12 Unpacking libstdc++-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:09:25 #11 43.37 Selecting previously unselected package g++-9.
11:09:25 #11 43.37 Preparing to unpack .../093-g++-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:09:25 #11 43.37 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ...
11:09:26 #11 43.97 Selecting previously unselected package g++.
11:09:26 #11 43.97 Preparing to unpack .../094-g++_4%3a9.3.0-1ubuntu2_armhf.deb ...
11:09:26 #11 43.98 Unpacking g++ (4:9.3.0-1ubuntu2) ...
11:09:26 #11 44.01 Selecting previously unselected package make.
11:09:26 #11 44.01 Preparing to unpack .../095-make_4.2.1-1.2_armhf.deb ...
11:09:26 #11 44.02 Unpacking make (4.2.1-1.2) ...
11:09:26 #11 44.06 Selecting previously unselected package libdpkg-perl.
11:09:26 #11 44.06 Preparing to unpack .../096-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
11:09:26 #11 44.07 Unpacking libdpkg-perl (1.19.7ubuntu3.2) ...
11:09:26 #11 44.11 Selecting previously unselected package patch.
11:09:26 #11 44.12 Preparing to unpack .../097-patch_2.7.6-6_armhf.deb ...
11:09:26 #11 44.12 Unpacking patch (2.7.6-6) ...
11:09:26 #11 44.17 Selecting previously unselected package dpkg-dev.
11:09:26 #11 44.17 Preparing to unpack .../098-dpkg-dev_1.19.7ubuntu3.2_all.deb ...
11:09:26 #11 44.18 Unpacking dpkg-dev (1.19.7ubuntu3.2) ...
11:09:26 #11 44.26 Selecting previously unselected package build-essential.
11:09:26 #11 44.27 Preparing to unpack .../099-build-essential_12.8ubuntu1.1_armhf.deb ...
11:09:26 #11 44.27 Unpacking build-essential (12.8ubuntu1.1) ...
11:09:26 #11 44.31 Selecting previously unselected package libbrotli1:armhf.
11:09:26 #11 44.32 Preparing to unpack .../100-libbrotli1_1.0.7-6ubuntu0.1_armhf.deb ...
11:09:26 #11 44.32 Unpacking libbrotli1:armhf (1.0.7-6ubuntu0.1) ...
11:09:26 #11 44.38 Selecting previously unselected package libroken18-heimdal:armhf.
11:09:26 #11 44.39 Preparing to unpack .../101-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:09:26 #11 44.39 Unpacking libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:09:26 #11 44.43 Selecting previously unselected package libasn1-8-heimdal:armhf.
11:09:26 #11 44.43 Preparing to unpack .../102-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:09:26 #11 44.44 Unpacking libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:09:26 #11 44.48 Selecting previously unselected package libheimbase1-heimdal:armhf.
11:09:26 #11 44.49 Preparing to unpack .../103-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:09:26 #11 44.49 Unpacking libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:09:26 #11 44.53 Selecting previously unselected package libhcrypto4-heimdal:armhf.
11:09:26 #11 44.53 Preparing to unpack .../104-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:09:26 #11 44.53 Unpacking libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:09:26 #11 44.58 Selecting previously unselected package libwind0-heimdal:armhf.
11:09:26 #11 44.58 Preparing to unpack .../105-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:09:26 #11 44.59 Unpacking libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:09:26 #11 44.63 Selecting previously unselected package libhx509-5-heimdal:armhf.
11:09:26 #11 44.63 Preparing to unpack .../106-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:09:26 #11 44.64 Unpacking libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:09:26 #11 44.68 Selecting previously unselected package libkrb5-26-heimdal:armhf.
11:09:26 #11 44.69 Preparing to unpack .../107-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:09:26 #11 44.69 Unpacking libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:09:26 #11 44.75 Selecting previously unselected package libheimntlm0-heimdal:armhf.
11:09:26 #11 44.75 Preparing to unpack .../108-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:09:26 #11 44.75 Unpacking libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:09:26 #11 44.79 Selecting previously unselected package libgssapi3-heimdal:armhf.
11:09:26 #11 44.80 Preparing to unpack .../109-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_armhf.deb ...
11:09:26 #11 44.80 Unpacking libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:09:26 #11 44.84 Selecting previously unselected package libsasl2-modules-db:armhf.
11:09:26 #11 44.85 Preparing to unpack .../110-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
11:09:26 #11 44.85 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:09:26 #11 44.89 Selecting previously unselected package libsasl2-2:armhf.
11:09:26 #11 44.90 Preparing to unpack .../111-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
11:09:27 #11 44.90 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:09:27 #11 44.94 Selecting previously unselected package libldap-common.
11:09:27 #11 44.94 Preparing to unpack .../112-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
11:09:27 #11 44.95 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
11:09:27 #11 44.98 Selecting previously unselected package libldap-2.4-2:armhf.
11:09:27 #11 44.99 Preparing to unpack .../113-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_armhf.deb ...
11:09:27 #11 44.99 Unpacking libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ...
11:09:27 #11 45.04 Selecting previously unselected package libnghttp2-14:armhf.
11:09:27 #11 45.04 Preparing to unpack .../114-libnghttp2-14_1.40.0-1build1_armhf.deb ...
11:09:27 #11 45.05 Unpacking libnghttp2-14:armhf (1.40.0-1build1) ...
11:09:27 #11 45.09 Selecting previously unselected package librtmp1:armhf.
11:09:27 #11 45.09 Preparing to unpack .../115-librtmp1_2.4+20151223.gitfa8646d.1-2build1_armhf.deb ...
11:09:27 #11 45.09 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ...
11:09:27 #11 45.13 Selecting previously unselected package libssh-4:armhf.
11:09:27 #11 45.13 Preparing to unpack .../116-libssh-4_0.9.3-2ubuntu2.2_armhf.deb ...
11:09:27 #11 45.14 Unpacking libssh-4:armhf (0.9.3-2ubuntu2.2) ...
11:09:27 #11 45.19 Selecting previously unselected package libcurl4:armhf.
11:09:27 #11 45.19 Preparing to unpack .../117-libcurl4_7.68.0-1ubuntu2.18_armhf.deb ...
11:09:27 #11 45.19 Unpacking libcurl4:armhf (7.68.0-1ubuntu2.18) ...
11:09:27 #11 45.26 Selecting previously unselected package curl.
11:09:27 #11 45.26 Preparing to unpack .../118-curl_7.68.0-1ubuntu2.18_armhf.deb ...
11:09:27 #11 45.26 Unpacking curl (7.68.0-1ubuntu2.18) ...
11:09:27 #11 45.31 Selecting previously unselected package dctrl-tools.
11:09:27 #11 45.31 Preparing to unpack .../119-dctrl-tools_2.24-3_armhf.deb ...
11:09:27 #11 45.33 Unpacking dctrl-tools (2.24-3) ...
11:09:27 #11 45.36 Selecting previously unselected package libtool.
11:09:27 #11 45.37 Preparing to unpack .../120-libtool_2.4.6-14_all.deb ...
11:09:27 #11 45.37 Unpacking libtool (2.4.6-14) ...
11:09:27 #11 45.41 Selecting previously unselected package dh-autoreconf.
11:09:27 #11 45.42 Preparing to unpack .../121-dh-autoreconf_19_all.deb ...
11:09:27 #11 45.42 Unpacking dh-autoreconf (19) ...
11:09:27 #11 45.45 Selecting previously unselected package libdebhelper-perl.
11:09:27 #11 45.46 Preparing to unpack .../122-libdebhelper-perl_12.10ubuntu1_all.deb ...
11:09:27 #11 45.46 Unpacking libdebhelper-perl (12.10ubuntu1) ...
11:09:27 #11 45.50 Selecting previously unselected package libarchive-zip-perl.
11:09:27 #11 45.51 Preparing to unpack .../123-libarchive-zip-perl_1.67-2_all.deb ...
11:09:27 #11 45.51 Unpacking libarchive-zip-perl (1.67-2) ...
11:09:27 #11 45.55 Selecting previously unselected package libsub-override-perl.
11:09:27 #11 45.55 Preparing to unpack .../124-libsub-override-perl_0.09-2_all.deb ...
11:09:27 #11 45.55 Unpacking libsub-override-perl (0.09-2) ...
11:09:27 #11 45.58 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:09:27 #11 45.59 Preparing to unpack .../125-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
11:09:27 #11 45.59 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
11:09:27 #11 45.62 Selecting previously unselected package dh-strip-nondeterminism.
11:09:27 #11 45.63 Preparing to unpack .../126-dh-strip-nondeterminism_1.7.0-1_all.deb ...
11:09:27 #11 45.63 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
11:09:27 #11 45.66 Selecting previously unselected package dwz.
11:09:27 #11 45.66 Preparing to unpack .../127-dwz_0.13-5_armhf.deb ...
11:09:27 #11 45.67 Unpacking dwz (0.13-5) ...
11:09:27 #11 45.72 Selecting previously unselected package libcroco3:armhf.
11:09:27 #11 45.72 Preparing to unpack .../128-libcroco3_0.6.13-1_armhf.deb ...
11:09:27 #11 45.73 Unpacking libcroco3:armhf (0.6.13-1) ...
11:09:27 #11 45.77 Selecting previously unselected package gettext.
11:09:27 #11 45.78 Preparing to unpack .../129-gettext_0.19.8.1-10build1_armhf.deb ...
11:09:27 #11 45.78 Unpacking gettext (0.19.8.1-10build1) ...
11:09:27 #11 45.88 Selecting previously unselected package intltool-debian.
11:09:28 #11 45.88 Preparing to unpack .../130-intltool-debian_0.35.0+20060710.5_all.deb ...
11:09:28 #11 45.89 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:09:28 #11 45.92 Selecting previously unselected package po-debconf.
11:09:28 #11 45.93 Preparing to unpack .../131-po-debconf_1.0.21_all.deb ...
11:09:28 #11 45.93 Unpacking po-debconf (1.0.21) ...
11:09:28 #11 45.98 Selecting previously unselected package debhelper.
11:09:28 #11 45.99 Preparing to unpack .../132-debhelper_12.10ubuntu1_all.deb ...
11:09:28 #11 45.99 Unpacking debhelper (12.10ubuntu1) ...
11:09:28 #11 46.10 Selecting previously unselected package libfakeroot:armhf.
11:09:28 #11 46.10 Preparing to unpack .../133-libfakeroot_1.24-1_armhf.deb ...
11:09:28 #11 46.10 Unpacking libfakeroot:armhf (1.24-1) ...
11:09:28 #11 46.14 Selecting previously unselected package fakeroot.
11:09:28 #11 46.15 Preparing to unpack .../134-fakeroot_1.24-1_armhf.deb ...
11:09:28 #11 46.15 Unpacking fakeroot (1.24-1) ...
11:09:28 #11 46.19 Selecting previously unselected package libassuan0:armhf.
11:09:28 #11 46.19 Preparing to unpack .../135-libassuan0_2.5.3-7ubuntu2_armhf.deb ...
11:09:28 #11 46.20 Unpacking libassuan0:armhf (2.5.3-7ubuntu2) ...
11:09:28 #11 46.23 Selecting previously unselected package gpgconf.
11:09:28 #11 46.23 Preparing to unpack .../136-gpgconf_2.2.19-3ubuntu2.2_armhf.deb ...
11:09:28 #11 46.23 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
11:09:28 #11 46.28 Selecting previously unselected package libksba8:armhf.
11:09:28 #11 46.29 Preparing to unpack .../137-libksba8_1.3.5-2ubuntu0.20.04.2_armhf.deb ...
11:09:28 #11 46.29 Unpacking libksba8:armhf (1.3.5-2ubuntu0.20.04.2) ...
11:09:28 #11 46.33 Selecting previously unselected package libnpth0:armhf.
11:09:28 #11 46.33 Preparing to unpack .../138-libnpth0_1.6-1_armhf.deb ...
11:09:28 #11 46.34 Unpacking libnpth0:armhf (1.6-1) ...
11:09:28 #11 46.38 Selecting previously unselected package dirmngr.
11:09:28 #11 46.39 Preparing to unpack .../139-dirmngr_2.2.19-3ubuntu2.2_armhf.deb ...
11:09:28 #11 46.40 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
11:09:28 #11 46.46 Selecting previously unselected package gnupg-l10n.
11:09:28 #11 46.46 Preparing to unpack .../140-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
11:09:28 #11 46.47 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
11:09:28 #11 46.52 Selecting previously unselected package gnupg-utils.
11:09:28 #11 46.52 Preparing to unpack .../141-gnupg-utils_2.2.19-3ubuntu2.2_armhf.deb ...
11:09:28 #11 46.52 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
11:09:28 #11 46.59 Selecting previously unselected package gpg.
11:09:28 #11 46.59 Preparing to unpack .../142-gpg_2.2.19-3ubuntu2.2_armhf.deb ...
11:09:28 #11 46.59 Unpacking gpg (2.2.19-3ubuntu2.2) ...
11:09:28 #11 46.66 Selecting previously unselected package pinentry-curses.
11:09:28 #11 46.67 Preparing to unpack .../143-pinentry-curses_1.1.0-3build1_armhf.deb ...
11:09:28 #11 46.67 Unpacking pinentry-curses (1.1.0-3build1) ...
11:09:28 #11 46.71 Selecting previously unselected package gpg-agent.
11:09:29 #11 46.71 Preparing to unpack .../144-gpg-agent_2.2.19-3ubuntu2.2_armhf.deb ...
11:09:29 #11 46.71 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
11:09:29 #11 46.76 Selecting previously unselected package gpg-wks-client.
11:09:29 #11 46.76 Preparing to unpack .../145-gpg-wks-client_2.2.19-3ubuntu2.2_armhf.deb ...
11:09:29 #11 46.77 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
11:09:29 #11 46.80 Selecting previously unselected package gpg-wks-server.
11:09:29 #11 46.80 Preparing to unpack .../146-gpg-wks-server_2.2.19-3ubuntu2.2_armhf.deb ...
11:09:29 #11 46.80 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
11:09:29 #11 46.84 Selecting previously unselected package gpgsm.
11:09:29 #11 46.84 Preparing to unpack .../147-gpgsm_2.2.19-3ubuntu2.2_armhf.deb ...
11:09:29 #11 46.84 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
11:09:29 #11 46.90 Selecting previously unselected package gnupg.
11:09:29 #11 46.90 Preparing to unpack .../148-gnupg_2.2.19-3ubuntu2.2_all.deb ...
11:09:29 #11 46.90 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
11:09:29 #11 46.94 Selecting previously unselected package libfile-which-perl.
11:09:29 #11 46.94 Preparing to unpack .../149-libfile-which-perl_1.23-1_all.deb ...
11:09:29 #11 46.95 Unpacking libfile-which-perl (1.23-1) ...
11:09:29 #11 46.98 Selecting previously unselected package libfile-homedir-perl.
11:09:29 #11 46.98 Preparing to unpack .../150-libfile-homedir-perl_1.004-1_all.deb ...
11:09:29 #11 46.98 Unpacking libfile-homedir-perl (1.004-1) ...
11:09:29 #11 47.02 Selecting previously unselected package libio-pty-perl.
11:09:29 #11 47.02 Preparing to unpack .../151-libio-pty-perl_1%3a1.12-1_armhf.deb ...
11:09:29 #11 47.02 Unpacking libio-pty-perl (1:1.12-1) ...
11:09:29 #11 47.05 Selecting previously unselected package libipc-run-perl.
11:09:29 #11 47.05 Preparing to unpack .../152-libipc-run-perl_20180523.0-2_all.deb ...
11:09:29 #11 47.05 Unpacking libipc-run-perl (20180523.0-2) ...
11:09:29 #11 47.09 Selecting previously unselected package libclass-method-modifiers-perl.
11:09:29 #11 47.09 Preparing to unpack .../153-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:09:29 #11 47.09 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:09:29 #11 47.12 Selecting previously unselected package libb-hooks-op-check-perl.
11:09:29 #11 47.12 Preparing to unpack .../154-libb-hooks-op-check-perl_0.22-1build2_armhf.deb ...
11:09:29 #11 47.13 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
11:09:29 #11 47.16 Selecting previously unselected package libdynaloader-functions-perl.
11:09:29 #11 47.16 Preparing to unpack .../155-libdynaloader-functions-perl_0.003-1_all.deb ...
11:09:29 #11 47.17 Unpacking libdynaloader-functions-perl (0.003-1) ...
11:09:29 #11 47.20 Selecting previously unselected package libdevel-callchecker-perl.
11:09:29 #11 47.20 Preparing to unpack .../156-libdevel-callchecker-perl_0.008-1ubuntu1_armhf.deb ...
11:09:29 #11 47.20 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
11:09:29 #11 47.24 Selecting previously unselected package libparams-classify-perl.
11:09:29 #11 47.24 Preparing to unpack .../157-libparams-classify-perl_0.015-1build2_armhf.deb ...
11:09:29 #11 47.24 Unpacking libparams-classify-perl (0.015-1build2) ...
11:09:29 #11 47.27 Selecting previously unselected package libmodule-runtime-perl.
11:09:29 #11 47.28 Preparing to unpack .../158-libmodule-runtime-perl_0.016-1_all.deb ...
11:09:29 #11 47.28 Unpacking libmodule-runtime-perl (0.016-1) ...
11:09:29 #11 47.31 Selecting previously unselected package libimport-into-perl.
11:09:29 #11 47.31 Preparing to unpack .../159-libimport-into-perl_1.002005-1_all.deb ...
11:09:29 #11 47.32 Unpacking libimport-into-perl (1.002005-1) ...
11:09:29 #11 47.35 Selecting previously unselected package librole-tiny-perl.
11:09:29 #11 47.35 Preparing to unpack .../160-librole-tiny-perl_2.001004-1_all.deb ...
11:09:29 #11 47.35 Unpacking librole-tiny-perl (2.001004-1) ...
11:09:29 #11 47.38 Selecting previously unselected package libstrictures-perl.
11:09:29 #11 47.38 Preparing to unpack .../161-libstrictures-perl_2.000006-1_all.deb ...
11:09:29 #11 47.39 Unpacking libstrictures-perl (2.000006-1) ...
11:09:29 #11 47.42 Selecting previously unselected package libsub-quote-perl.
11:09:29 #11 47.42 Preparing to unpack .../162-libsub-quote-perl_2.006006-1_all.deb ...
11:09:29 #11 47.43 Unpacking libsub-quote-perl (2.006006-1) ...
11:09:29 #11 47.45 Selecting previously unselected package libmoo-perl.
11:09:29 #11 47.46 Preparing to unpack .../163-libmoo-perl_2.003006-1_all.deb ...
11:09:29 #11 47.46 Unpacking libmoo-perl (2.003006-1) ...
11:09:29 #11 47.49 Selecting previously unselected package libencode-locale-perl.
11:09:29 #11 47.49 Preparing to unpack .../164-libencode-locale-perl_1.05-1_all.deb ...
11:09:29 #11 47.50 Unpacking libencode-locale-perl (1.05-1) ...
11:09:29 #11 47.53 Selecting previously unselected package libtimedate-perl.
11:09:29 #11 47.53 Preparing to unpack .../165-libtimedate-perl_2.3200-1_all.deb ...
11:09:29 #11 47.53 Unpacking libtimedate-perl (2.3200-1) ...
11:09:29 #11 47.57 Selecting previously unselected package libhttp-date-perl.
11:09:29 #11 47.58 Preparing to unpack .../166-libhttp-date-perl_6.05-1_all.deb ...
11:09:29 #11 47.58 Unpacking libhttp-date-perl (6.05-1) ...
11:09:29 #11 47.61 Selecting previously unselected package libfile-listing-perl.
11:09:29 #11 47.61 Preparing to unpack .../167-libfile-listing-perl_6.04-1_all.deb ...
11:09:29 #11 47.65 Unpacking libfile-listing-perl (6.04-1) ...
11:09:29 #11 47.68 Selecting previously unselected package libhtml-tagset-perl.
11:09:29 #11 47.68 Preparing to unpack .../168-libhtml-tagset-perl_3.20-4_all.deb ...
11:09:29 #11 47.69 Unpacking libhtml-tagset-perl (3.20-4) ...
11:09:29 #11 47.72 Selecting previously unselected package liburi-perl.
11:09:30 #11 47.72 Preparing to unpack .../169-liburi-perl_1.76-2_all.deb ...
11:09:30 #11 47.73 Unpacking liburi-perl (1.76-2) ...
11:09:30 #11 47.77 Selecting previously unselected package libhtml-parser-perl.
11:09:30 #11 47.77 Preparing to unpack .../170-libhtml-parser-perl_3.72-5_armhf.deb ...
11:09:30 #11 47.77 Unpacking libhtml-parser-perl (3.72-5) ...
11:09:30 #11 47.82 Selecting previously unselected package libhtml-tree-perl.
11:09:30 #11 47.82 Preparing to unpack .../171-libhtml-tree-perl_5.07-2_all.deb ...
11:09:30 #11 47.82 Unpacking libhtml-tree-perl (5.07-2) ...
11:09:30 #11 47.87 Selecting previously unselected package libio-html-perl.
11:09:30 #11 47.87 Preparing to unpack .../172-libio-html-perl_1.001-1_all.deb ...
11:09:30 #11 47.88 Unpacking libio-html-perl (1.001-1) ...
11:09:30 #11 47.91 Selecting previously unselected package liblwp-mediatypes-perl.
11:09:30 #11 47.91 Preparing to unpack .../173-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:09:30 #11 47.92 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:09:30 #11 47.94 Selecting previously unselected package libhttp-message-perl.
11:09:30 #11 47.95 Preparing to unpack .../174-libhttp-message-perl_6.22-1_all.deb ...
11:09:30 #11 47.95 Unpacking libhttp-message-perl (6.22-1) ...
11:09:30 #11 47.99 Selecting previously unselected package libhttp-cookies-perl.
11:09:30 #11 47.99 Preparing to unpack .../175-libhttp-cookies-perl_6.08-1_all.deb ...
11:09:30 #11 48.00 Unpacking libhttp-cookies-perl (6.08-1) ...
11:09:30 #11 48.03 Selecting previously unselected package libhttp-negotiate-perl.
11:09:30 #11 48.03 Preparing to unpack .../176-libhttp-negotiate-perl_6.01-1_all.deb ...
11:09:30 #11 48.04 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:09:30 #11 48.07 Selecting previously unselected package perl-openssl-defaults:armhf.
11:09:30 #11 48.08 Preparing to unpack .../177-perl-openssl-defaults_4_armhf.deb ...
11:09:30 #11 48.08 Unpacking perl-openssl-defaults:armhf (4) ...
11:09:30 #11 48.12 Selecting previously unselected package libnet-ssleay-perl.
11:09:30 #11 48.12 Preparing to unpack .../178-libnet-ssleay-perl_1.88-2ubuntu1_armhf.deb ...
11:09:30 #11 48.12 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
11:09:30 #11 48.19 Selecting previously unselected package libio-socket-ssl-perl.
11:09:30 #11 48.19 Preparing to unpack .../179-libio-socket-ssl-perl_2.067-1_all.deb ...
11:09:30 #11 48.19 Unpacking libio-socket-ssl-perl (2.067-1) ...
11:09:30 #11 48.24 Selecting previously unselected package libnet-http-perl.
11:09:30 #11 48.24 Preparing to unpack .../180-libnet-http-perl_6.19-1_all.deb ...
11:09:30 #11 48.24 Unpacking libnet-http-perl (6.19-1) ...
11:09:30 #11 48.27 Selecting previously unselected package liblwp-protocol-https-perl.
11:09:30 #11 48.27 Preparing to unpack .../181-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
11:09:30 #11 48.28 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
11:09:30 #11 48.31 Selecting previously unselected package libtry-tiny-perl.
11:09:30 #11 48.31 Preparing to unpack .../182-libtry-tiny-perl_0.30-1_all.deb ...
11:09:30 #11 48.31 Unpacking libtry-tiny-perl (0.30-1) ...
11:09:30 #11 48.35 Selecting previously unselected package libwww-robotrules-perl.
11:09:30 #11 48.35 Preparing to unpack .../183-libwww-robotrules-perl_6.02-1_all.deb ...
11:09:30 #11 48.35 Unpacking libwww-robotrules-perl (6.02-1) ...
11:09:30 #11 48.39 Selecting previously unselected package libwww-perl.
11:09:30 #11 48.39 Preparing to unpack .../184-libwww-perl_6.43-1_all.deb ...
11:09:30 #11 48.39 Unpacking libwww-perl (6.43-1) ...
11:09:30 #11 48.44 Selecting previously unselected package patchutils.
11:09:30 #11 48.44 Preparing to unpack .../185-patchutils_0.3.4-2_armhf.deb ...
11:09:30 #11 48.45 Unpacking patchutils (0.3.4-2) ...
11:09:30 #11 48.48 Selecting previously unselected package wdiff.
11:09:30 #11 48.48 Preparing to unpack .../186-wdiff_1.2.2-2build1_armhf.deb ...
11:09:30 #11 48.48 Unpacking wdiff (1.2.2-2build1) ...
11:09:30 #11 48.53 Selecting previously unselected package devscripts.
11:09:30 #11 48.53 Preparing to unpack .../187-devscripts_2.20.2ubuntu2_armhf.deb ...
11:09:30 #11 48.55 Unpacking devscripts (2.20.2ubuntu2) ...
11:09:30 #11 48.66 Selecting previously unselected package diffstat.
11:09:30 #11 48.66 Preparing to unpack .../188-diffstat_1.63-1_armhf.deb ...
11:09:30 #11 48.66 Unpacking diffstat (1.63-1) ...
11:09:30 #11 48.70 Selecting previously unselected package python3-chardet.
11:09:30 #11 48.70 Preparing to unpack .../189-python3-chardet_3.0.4-4build1_all.deb ...
11:09:30 #11 48.71 Unpacking python3-chardet (3.0.4-4build1) ...
11:09:30 #11 48.74 Selecting previously unselected package python3-debian.
11:09:30 #11 48.75 Preparing to unpack .../190-python3-debian_0.1.36ubuntu1_all.deb ...
11:09:30 #11 48.75 Unpacking python3-debian (0.1.36ubuntu1) ...
11:09:30 #11 48.79 Selecting previously unselected package libgpgme11:armhf.
11:09:31 #11 48.79 Preparing to unpack .../191-libgpgme11_1.13.1-7ubuntu2_armhf.deb ...
11:09:31 #11 48.79 Unpacking libgpgme11:armhf (1.13.1-7ubuntu2) ...
11:09:31 #11 48.84 Selecting previously unselected package python3-gpg.
11:09:31 #11 48.84 Preparing to unpack .../192-python3-gpg_1.13.1-7ubuntu2_armhf.deb ...
11:09:31 #11 48.84 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
11:09:31 #11 48.89 Selecting previously unselected package dput.
11:09:31 #11 48.90 Preparing to unpack .../193-dput_1.0.3ubuntu1_all.deb ...
11:09:31 #11 48.91 Unpacking dput (1.0.3ubuntu1) ...
11:09:31 #11 48.95 Selecting previously unselected package libcurl3-gnutls:armhf.
11:09:31 #11 48.95 Preparing to unpack .../194-libcurl3-gnutls_7.68.0-1ubuntu2.18_armhf.deb ...
11:09:31 #11 48.95 Unpacking libcurl3-gnutls:armhf (7.68.0-1ubuntu2.18) ...
11:09:31 #11 49.00 Selecting previously unselected package liberror-perl.
11:09:31 #11 49.00 Preparing to unpack .../195-liberror-perl_0.17029-1_all.deb ...
11:09:31 #11 49.00 Unpacking liberror-perl (0.17029-1) ...
11:09:31 #11 49.03 Selecting previously unselected package git-man.
11:09:31 #11 49.03 Preparing to unpack .../196-git-man_1%3a2.25.1-1ubuntu3.11_all.deb ...
11:09:31 #11 49.04 Unpacking git-man (1:2.25.1-1ubuntu3.11) ...
11:09:31 #11 49.14 Selecting previously unselected package git.
11:09:31 #11 49.15 Preparing to unpack .../197-git_1%3a2.25.1-1ubuntu3.11_armhf.deb ...
11:09:31 #11 49.16 Unpacking git (1:2.25.1-1ubuntu3.11) ...
11:09:31 #11 49.55 Selecting previously unselected package libalgorithm-diff-perl.
11:09:31 #11 49.55 Preparing to unpack .../198-libalgorithm-diff-perl_1.19.03-2_all.deb ...
11:09:31 #11 49.56 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
11:09:31 #11 49.59 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:09:31 #11 49.60 Preparing to unpack .../199-libalgorithm-diff-xs-perl_0.04-6_armhf.deb ...
11:09:31 #11 49.60 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
11:09:31 #11 49.64 Selecting previously unselected package libalgorithm-merge-perl.
11:09:31 #11 49.64 Preparing to unpack .../200-libalgorithm-merge-perl_0.08-3_all.deb ...
11:09:31 #11 49.64 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:09:31 #11 49.69 Selecting previously unselected package libapt-pkg-perl.
11:09:31 #11 49.69 Preparing to unpack .../201-libapt-pkg-perl_0.1.36build3_armhf.deb ...
11:09:31 #11 49.69 Unpacking libapt-pkg-perl (0.1.36build3) ...
11:09:31 #11 49.73 Selecting previously unselected package libarchive-cpio-perl.
11:09:31 #11 49.73 Preparing to unpack .../202-libarchive-cpio-perl_0.10-1_all.deb ...
11:09:31 #11 49.73 Unpacking libarchive-cpio-perl (0.10-1) ...
11:09:31 #11 49.76 Selecting previously unselected package libarray-intspan-perl.
11:09:31 #11 49.76 Preparing to unpack .../203-libarray-intspan-perl_2.003-1_all.deb ...
11:09:31 #11 49.77 Unpacking libarray-intspan-perl (2.003-1) ...
11:09:31 #11 49.80 Selecting previously unselected package libasync-mergepoint-perl.
11:09:32 #11 49.80 Preparing to unpack .../204-libasync-mergepoint-perl_0.04-2_all.deb ...
11:09:32 #11 49.80 Unpacking libasync-mergepoint-perl (0.04-2) ...
11:09:32 #11 49.83 Selecting previously unselected package libmodule-implementation-perl.
11:09:32 #11 49.84 Preparing to unpack .../205-libmodule-implementation-perl_0.09-1_all.deb ...
11:09:32 #11 49.84 Unpacking libmodule-implementation-perl (0.09-1) ...
11:09:32 #11 49.87 Selecting previously unselected package libsub-exporter-progressive-perl.
11:09:32 #11 49.88 Preparing to unpack .../206-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:09:32 #11 49.88 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:09:32 #11 49.91 Selecting previously unselected package libvariable-magic-perl.
11:09:32 #11 49.91 Preparing to unpack .../207-libvariable-magic-perl_0.62-1build2_armhf.deb ...
11:09:32 #11 49.91 Unpacking libvariable-magic-perl (0.62-1build2) ...
11:09:32 #11 49.94 Selecting previously unselected package libb-hooks-endofscope-perl.
11:09:32 #11 49.95 Preparing to unpack .../208-libb-hooks-endofscope-perl_0.24-1_all.deb ...
11:09:32 #11 49.95 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
11:09:32 #11 49.98 Selecting previously unselected package libcapture-tiny-perl.
11:09:32 #11 49.98 Preparing to unpack .../209-libcapture-tiny-perl_0.48-1_all.deb ...
11:09:32 #11 49.99 Unpacking libcapture-tiny-perl (0.48-1) ...
11:09:32 #11 50.02 Selecting previously unselected package libclass-xsaccessor-perl.
11:09:32 #11 50.02 Preparing to unpack .../210-libclass-xsaccessor-perl_1.19-3build3_armhf.deb ...
11:09:32 #11 50.02 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
11:09:32 #11 50.05 Selecting previously unselected package libclone-perl.
11:09:32 #11 50.06 Preparing to unpack .../211-libclone-perl_0.43-2_armhf.deb ...
11:09:32 #11 50.06 Unpacking libclone-perl (0.43-2) ...
11:09:32 #11 50.09 Selecting previously unselected package libcommon-sense-perl.
11:09:32 #11 50.09 Preparing to unpack .../212-libcommon-sense-perl_3.74-2build6_armhf.deb ...
11:09:32 #11 50.10 Unpacking libcommon-sense-perl (3.74-2build6) ...
11:09:32 #11 50.13 Selecting previously unselected package libparams-util-perl.
11:09:32 #11 50.13 Preparing to unpack .../213-libparams-util-perl_1.07-3build5_armhf.deb ...
11:09:32 #11 50.13 Unpacking libparams-util-perl (1.07-3build5) ...
11:09:32 #11 50.16 Selecting previously unselected package libsub-install-perl.
11:09:32 #11 50.16 Preparing to unpack .../214-libsub-install-perl_0.928-1_all.deb ...
11:09:32 #11 50.17 Unpacking libsub-install-perl (0.928-1) ...
11:09:32 #11 50.19 Selecting previously unselected package libdata-optlist-perl.
11:09:32 #11 50.20 Preparing to unpack .../215-libdata-optlist-perl_0.110-1_all.deb ...
11:09:32 #11 50.20 Unpacking libdata-optlist-perl (0.110-1) ...
11:09:32 #11 50.23 Selecting previously unselected package libsub-exporter-perl.
11:09:32 #11 50.23 Preparing to unpack .../216-libsub-exporter-perl_0.987-1_all.deb ...
11:09:32 #11 50.23 Unpacking libsub-exporter-perl (0.987-1) ...
11:09:32 #11 50.26 Selecting previously unselected package libconst-fast-perl.
11:09:32 #11 50.26 Preparing to unpack .../217-libconst-fast-perl_0.014-1_all.deb ...
11:09:32 #11 50.27 Unpacking libconst-fast-perl (0.014-1) ...
11:09:32 #11 50.29 Selecting previously unselected package libwant-perl.
11:09:32 #11 50.30 Preparing to unpack .../218-libwant-perl_0.29-1build4_armhf.deb ...
11:09:32 #11 50.30 Unpacking libwant-perl (0.29-1build4) ...
11:09:32 #11 50.33 Selecting previously unselected package libcontextual-return-perl.
11:09:32 #11 50.33 Preparing to unpack .../219-libcontextual-return-perl_0.004014-2_all.deb ...
11:09:32 #11 50.33 Unpacking libcontextual-return-perl (0.004014-2) ...
11:09:32 #11 50.36 Selecting previously unselected package libcpanel-json-xs-perl.
11:09:32 #11 50.37 Preparing to unpack .../220-libcpanel-json-xs-perl_4.19-1build1_armhf.deb ...
11:09:32 #11 50.37 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
11:09:32 #11 50.41 Selecting previously unselected package libdata-dump-perl.
11:09:32 #11 50.41 Preparing to unpack .../221-libdata-dump-perl_1.23-1_all.deb ...
11:09:32 #11 50.41 Unpacking libdata-dump-perl (1.23-1) ...
11:09:32 #11 50.44 Selecting previously unselected package libdigest-bubblebabble-perl.
11:09:32 #11 50.44 Preparing to unpack .../222-libdigest-bubblebabble-perl_0.02-2_all.deb ...
11:09:32 #11 50.44 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
11:09:32 #11 50.47 Selecting previously unselected package libdigest-hmac-perl.
11:09:32 #11 50.47 Preparing to unpack .../223-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
11:09:32 #11 50.47 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
11:09:32 #11 50.50 Selecting previously unselected package libdistro-info-perl.
11:09:32 #11 50.50 Preparing to unpack .../224-libdistro-info-perl_0.23ubuntu1_all.deb ...
11:09:32 #11 50.51 Unpacking libdistro-info-perl (0.23ubuntu1) ...
11:09:32 #11 50.53 Selecting previously unselected package libnet-smtp-ssl-perl.
11:09:32 #11 50.53 Preparing to unpack .../225-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:09:32 #11 50.54 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:09:32 #11 50.56 Selecting previously unselected package libmailtools-perl.
11:09:32 #11 50.56 Preparing to unpack .../226-libmailtools-perl_2.21-1_all.deb ...
11:09:32 #11 50.57 Unpacking libmailtools-perl (2.21-1) ...
11:09:32 #11 50.60 Selecting previously unselected package libnet-ip-perl.
11:09:32 #11 50.60 Preparing to unpack .../227-libnet-ip-perl_1.26-2_all.deb ...
11:09:32 #11 50.60 Unpacking libnet-ip-perl (1.26-2) ...
11:09:32 #11 50.63 Selecting previously unselected package libnet-dns-perl.
11:09:32 #11 50.63 Preparing to unpack .../228-libnet-dns-perl_1.22-1_all.deb ...
11:09:32 #11 50.63 Unpacking libnet-dns-perl (1.22-1) ...
11:09:32 #11 50.69 Selecting previously unselected package libnet-domain-tld-perl.
11:09:32 #11 50.69 Preparing to unpack .../229-libnet-domain-tld-perl_1.75-1_all.deb ...
11:09:32 #11 50.70 Unpacking libnet-domain-tld-perl (1.75-1) ...
11:09:32 #11 50.72 Selecting previously unselected package libemail-valid-perl.
11:09:32 #11 50.73 Preparing to unpack .../230-libemail-valid-perl_1.202-1_all.deb ...
11:09:32 #11 50.73 Unpacking libemail-valid-perl (1.202-1) ...
11:09:32 #11 50.76 Selecting previously unselected package libexporter-tiny-perl.
11:09:32 #11 50.76 Preparing to unpack .../231-libexporter-tiny-perl_1.002001-1_all.deb ...
11:09:32 #11 50.76 Unpacking libexporter-tiny-perl (1.002001-1) ...
11:09:32 #11 50.79 Selecting previously unselected package libipc-system-simple-perl.
11:09:33 #11 50.80 Preparing to unpack .../232-libipc-system-simple-perl_1.26-1_all.deb ...
11:09:33 #11 50.80 Unpacking libipc-system-simple-perl (1.26-1) ...
11:09:33 #11 50.83 Selecting previously unselected package libfile-basedir-perl.
11:09:33 #11 50.83 Preparing to unpack .../233-libfile-basedir-perl_0.08-1_all.deb ...
11:09:33 #11 50.84 Unpacking libfile-basedir-perl (0.08-1) ...
11:09:33 #11 50.86 Selecting previously unselected package libfile-chdir-perl.
11:09:33 #11 50.86 Preparing to unpack .../234-libfile-chdir-perl_0.1008-1_all.deb ...
11:09:33 #11 50.87 Unpacking libfile-chdir-perl (0.1008-1) ...
11:09:33 #11 50.89 Selecting previously unselected package libfile-fcntllock-perl.
11:09:33 #11 50.89 Preparing to unpack .../235-libfile-fcntllock-perl_0.22-3build4_armhf.deb ...
11:09:33 #11 50.90 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
11:09:33 #11 50.93 Selecting previously unselected package libnumber-compare-perl.
11:09:33 #11 50.93 Preparing to unpack .../236-libnumber-compare-perl_0.03-1_all.deb ...
11:09:33 #11 50.94 Unpacking libnumber-compare-perl (0.03-1) ...
11:09:33 #11 50.96 Selecting previously unselected package libtext-glob-perl.
11:09:33 #11 50.96 Preparing to unpack .../237-libtext-glob-perl_0.10-1_all.deb ...
11:09:33 #11 50.97 Unpacking libtext-glob-perl (0.10-1) ...
11:09:33 #11 50.99 Selecting previously unselected package libfile-find-rule-perl.
11:09:33 #11 51.00 Preparing to unpack .../238-libfile-find-rule-perl_0.34-1_all.deb ...
11:09:33 #11 51.00 Unpacking libfile-find-rule-perl (0.34-1) ...
11:09:33 #11 51.03 Selecting previously unselected package libfont-afm-perl.
11:09:33 #11 51.03 Preparing to unpack .../239-libfont-afm-perl_1.20-2_all.deb ...
11:09:33 #11 51.03 Unpacking libfont-afm-perl (1.20-2) ...
11:09:33 #11 51.06 Selecting previously unselected package libio-string-perl.
11:09:33 #11 51.06 Preparing to unpack .../240-libio-string-perl_1.08-3_all.deb ...
11:09:33 #11 51.07 Unpacking libio-string-perl (1.08-3) ...
11:09:33 #11 51.10 Selecting previously unselected package libfont-ttf-perl.
11:09:33 #11 51.10 Preparing to unpack .../241-libfont-ttf-perl_1.06-1_all.deb ...
11:09:33 #11 51.11 Unpacking libfont-ttf-perl (1.06-1) ...
11:09:33 #11 51.17 Selecting previously unselected package libfuture-perl.
11:09:33 #11 51.17 Preparing to unpack .../242-libfuture-perl_0.43-1_all.deb ...
11:09:33 #11 51.17 Unpacking libfuture-perl (0.43-1) ...
11:09:33 #11 51.20 Selecting previously unselected package libio-stringy-perl.
11:09:33 #11 51.21 Preparing to unpack .../243-libio-stringy-perl_2.111-3_all.deb ...
11:09:33 #11 51.22 Unpacking libio-stringy-perl (2.111-3) ...
11:09:33 #11 51.28 Selecting previously unselected package libparams-validate-perl.
11:09:33 #11 51.28 Preparing to unpack .../244-libparams-validate-perl_1.29-3_armhf.deb ...
11:09:33 #11 51.29 Unpacking libparams-validate-perl (1.29-3) ...
11:09:33 #11 51.32 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:09:33 #11 51.32 Preparing to unpack .../245-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
11:09:33 #11 51.33 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
11:09:33 #11 51.36 Selecting previously unselected package libsort-versions-perl.
11:09:33 #11 51.36 Preparing to unpack .../246-libsort-versions-perl_1.62-1_all.deb ...
11:09:33 #11 51.36 Unpacking libsort-versions-perl (1.62-1) ...
11:09:33 #11 51.39 Selecting previously unselected package libgit-wrapper-perl.
11:09:33 #11 51.39 Preparing to unpack .../247-libgit-wrapper-perl_0.048-1_all.deb ...
11:09:33 #11 51.40 Unpacking libgit-wrapper-perl (0.048-1) ...
11:09:33 #11 51.43 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:09:33 #11 51.44 Preparing to unpack .../248-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
11:09:33 #11 51.44 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
11:09:33 #11 51.47 Selecting previously unselected package libio-prompter-perl.
11:09:33 #11 51.47 Preparing to unpack .../249-libio-prompter-perl_0.004015-1_all.deb ...
11:09:33 #11 51.48 Unpacking libio-prompter-perl (0.004015-1) ...
11:09:33 #11 51.51 Selecting previously unselected package libjson-perl.
11:09:33 #11 51.51 Preparing to unpack .../250-libjson-perl_4.02000-2_all.deb ...
11:09:33 #11 51.52 Unpacking libjson-perl (4.02000-2) ...
11:09:33 #11 51.59 Selecting previously unselected package liblog-any-perl.
11:09:33 #11 51.59 Preparing to unpack .../251-liblog-any-perl_1.708-1_all.deb ...
11:09:33 #11 51.60 Unpacking liblog-any-perl (1.708-1) ...
11:09:33 #11 51.63 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:09:33 #11 51.64 Preparing to unpack .../252-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
11:09:33 #11 51.64 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
11:09:33 #11 51.67 Selecting previously unselected package libpackage-stash-perl.
11:09:33 #11 51.67 Preparing to unpack .../253-libpackage-stash-perl_0.38-1_all.deb ...
11:09:33 #11 51.67 Unpacking libpackage-stash-perl (0.38-1) ...
11:09:33 #11 51.71 Selecting previously unselected package libsub-identify-perl.
11:09:33 #11 51.71 Preparing to unpack .../254-libsub-identify-perl_0.14-1build2_armhf.deb ...
11:09:33 #11 51.72 Unpacking libsub-identify-perl (0.14-1build2) ...
11:09:33 #11 51.75 Selecting previously unselected package libsub-name-perl.
11:09:33 #11 51.75 Preparing to unpack .../255-libsub-name-perl_0.26-1_armhf.deb ...
11:09:33 #11 51.75 Unpacking libsub-name-perl (0.26-1) ...
11:09:33 #11 51.79 Selecting previously unselected package libnamespace-clean-perl.
11:09:33 #11 51.79 Preparing to unpack .../256-libnamespace-clean-perl_0.27-1_all.deb ...
11:09:33 #11 51.79 Unpacking libnamespace-clean-perl (0.27-1) ...
11:09:33 #11 51.82 Selecting previously unselected package libpath-tiny-perl.
11:09:34 #11 51.83 Preparing to unpack .../257-libpath-tiny-perl_0.108-1_all.deb ...
11:09:34 #11 51.83 Unpacking libpath-tiny-perl (0.108-1) ...
11:09:34 #11 51.86 Selecting previously unselected package libtype-tiny-perl.
11:09:34 #11 51.86 Preparing to unpack .../258-libtype-tiny-perl_1.008001-2_all.deb ...
11:09:34 #11 51.87 Unpacking libtype-tiny-perl (1.008001-2) ...
11:09:34 #11 51.92 Selecting previously unselected package libgitlab-api-v4-perl.
11:09:34 #11 51.93 Preparing to unpack .../259-libgitlab-api-v4-perl_0.25-1_all.deb ...
11:09:34 #11 51.93 Unpacking libgitlab-api-v4-perl (0.25-1) ...
11:09:34 #11 51.97 Selecting previously unselected package libhash-fieldhash-perl.
11:09:34 #11 51.97 Preparing to unpack .../260-libhash-fieldhash-perl_0.15-1build2_armhf.deb ...
11:09:34 #11 51.98 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
11:09:34 #11 52.01 Selecting previously unselected package libhtml-form-perl.
11:09:34 #11 52.01 Preparing to unpack .../261-libhtml-form-perl_6.07-1_all.deb ...
11:09:34 #11 52.01 Unpacking libhtml-form-perl (6.07-1) ...
11:09:34 #11 52.04 Selecting previously unselected package libhtml-format-perl.
11:09:34 #11 52.05 Preparing to unpack .../262-libhtml-format-perl_2.12-1_all.deb ...
11:09:34 #11 52.05 Unpacking libhtml-format-perl (2.12-1) ...
11:09:34 #11 52.08 Selecting previously unselected package libhttp-daemon-perl.
11:09:34 #11 52.08 Preparing to unpack .../263-libhttp-daemon-perl_6.06-1ubuntu0.1_all.deb ...
11:09:34 #11 52.09 Unpacking libhttp-daemon-perl (6.06-1ubuntu0.1) ...
11:09:34 #11 52.13 Selecting previously unselected package libidn11:armhf.
11:09:34 #11 52.13 Preparing to unpack .../264-libidn11_1.33-2.2ubuntu2_armhf.deb ...
11:09:34 #11 52.14 Unpacking libidn11:armhf (1.33-2.2ubuntu2) ...
11:09:34 #11 52.18 Selecting previously unselected package libstruct-dumb-perl.
11:09:34 #11 52.18 Preparing to unpack .../265-libstruct-dumb-perl_0.09-1_all.deb ...
11:09:34 #11 52.19 Unpacking libstruct-dumb-perl (0.09-1) ...
11:09:34 #11 52.22 Selecting previously unselected package libio-async-perl.
11:09:34 #11 52.22 Preparing to unpack .../266-libio-async-perl_0.75-1_all.deb ...
11:09:34 #11 52.23 Unpacking libio-async-perl (0.75-1) ...
11:09:34 #11 52.28 Selecting previously unselected package liblinux-epoll-perl.
11:09:34 #11 52.28 Preparing to unpack .../267-liblinux-epoll-perl_0.017-1_armhf.deb ...
11:09:34 #11 52.29 Unpacking liblinux-epoll-perl (0.017-1) ...
11:09:34 #11 52.32 Selecting previously unselected package libio-async-loop-epoll-perl.
11:09:34 #11 52.32 Preparing to unpack .../268-libio-async-loop-epoll-perl_0.20-1_all.deb ...
11:09:34 #11 52.33 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
11:09:34 #11 52.36 Selecting previously unselected package libtypes-serialiser-perl.
11:09:34 #11 52.36 Preparing to unpack .../269-libtypes-serialiser-perl_1.0-1_all.deb ...
11:09:34 #11 52.37 Unpacking libtypes-serialiser-perl (1.0-1) ...
11:09:34 #11 52.41 Selecting previously unselected package libjson-xs-perl.
11:09:34 #11 52.42 Preparing to unpack .../270-libjson-xs-perl_4.020-1build1_armhf.deb ...
11:09:34 #11 52.42 Unpacking libjson-xs-perl (4.020-1build1) ...
11:09:34 #11 52.46 Selecting previously unselected package libjson-maybexs-perl.
11:09:34 #11 52.46 Preparing to unpack .../271-libjson-maybexs-perl_1.004000-1_all.deb ...
11:09:34 #11 52.47 Unpacking libjson-maybexs-perl (1.004000-1) ...
11:09:34 #11 52.50 Selecting previously unselected package liblist-compare-perl.
11:09:34 #11 52.50 Preparing to unpack .../272-liblist-compare-perl_0.53-1_all.deb ...
11:09:34 #11 52.51 Unpacking liblist-compare-perl (0.53-1) ...
11:09:34 #11 52.55 Selecting previously unselected package liblist-moreutils-perl.
11:09:34 #11 52.56 Preparing to unpack .../273-liblist-moreutils-perl_0.416-1build5_armhf.deb ...
11:09:34 #11 52.56 Unpacking liblist-moreutils-perl (0.416-1build5) ...
11:09:34 #11 52.60 Selecting previously unselected package liblist-someutils-perl.
11:09:34 #11 52.60 Preparing to unpack .../274-liblist-someutils-perl_0.58-1_all.deb ...
11:09:34 #11 52.61 Unpacking liblist-someutils-perl (0.58-1) ...
11:09:34 #11 52.65 Selecting previously unselected package liblist-someutils-xs-perl.
11:09:34 #11 52.65 Preparing to unpack .../275-liblist-someutils-xs-perl_0.58-2_armhf.deb ...
11:09:34 #11 52.66 Unpacking liblist-someutils-xs-perl (0.58-2) ...
11:09:34 #11 52.70 Selecting previously unselected package libltdl7:armhf.
11:09:34 #11 52.70 Preparing to unpack .../276-libltdl7_2.4.6-14_armhf.deb ...
11:09:34 #11 52.71 Unpacking libltdl7:armhf (2.4.6-14) ...
11:09:34 #11 52.75 Selecting previously unselected package libltdl-dev:armhf.
11:09:34 #11 52.75 Preparing to unpack .../277-libltdl-dev_2.4.6-14_armhf.deb ...
11:09:34 #11 52.76 Unpacking libltdl-dev:armhf (2.4.6-14) ...
11:09:34 #11 52.82 Selecting previously unselected package libsys-hostname-long-perl.
11:09:34 #11 52.82 Preparing to unpack .../278-libsys-hostname-long-perl_1.5-1_all.deb ...
11:09:34 #11 52.82 Unpacking libsys-hostname-long-perl (1.5-1) ...
11:09:34 #11 52.86 Selecting previously unselected package libmail-sendmail-perl.
11:09:35 #11 52.87 Preparing to unpack .../279-libmail-sendmail-perl_0.80-1_all.deb ...
11:09:35 #11 52.87 Unpacking libmail-sendmail-perl (0.80-1) ...
11:09:35 #11 52.91 Selecting previously unselected package libmoox-aliases-perl.
11:09:35 #11 52.91 Preparing to unpack .../280-libmoox-aliases-perl_0.001006-1_all.deb ...
11:09:35 #11 52.91 Unpacking libmoox-aliases-perl (0.001006-1) ...
11:09:35 #11 52.94 Selecting previously unselected package libobject-id-perl.
11:09:35 #11 52.94 Preparing to unpack .../281-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
11:09:35 #11 52.95 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
11:09:35 #11 52.99 Selecting previously unselected package libmoox-struct-perl.
11:09:35 #11 52.99 Preparing to unpack .../282-libmoox-struct-perl_0.017-1_all.deb ...
11:09:35 #11 53.00 Unpacking libmoox-struct-perl (0.017-1) ...
11:09:35 #11 53.03 Selecting previously unselected package libnet-dns-sec-perl.
11:09:35 #11 53.03 Preparing to unpack .../283-libnet-dns-sec-perl_1.15-1_armhf.deb ...
11:09:35 #11 53.04 Unpacking libnet-dns-sec-perl (1.15-1) ...
11:09:35 #11 53.07 Selecting previously unselected package libnet-libidn-perl.
11:09:35 #11 53.07 Preparing to unpack .../284-libnet-libidn-perl_0.12.ds-3build2_armhf.deb ...
11:09:35 #11 53.08 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
11:09:35 #11 53.11 Selecting previously unselected package libnumber-range-perl.
11:09:35 #11 53.11 Preparing to unpack .../285-libnumber-range-perl_0.12-1_all.deb ...
11:09:35 #11 53.11 Unpacking libnumber-range-perl (0.12-1) ...
11:09:35 #11 53.15 Selecting previously unselected package libpackage-stash-xs-perl.
11:09:35 #11 53.15 Preparing to unpack .../286-libpackage-stash-xs-perl_0.29-1build1_armhf.deb ...
11:09:35 #11 53.15 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
11:09:35 #11 53.19 Selecting previously unselected package libpath-iterator-rule-perl.
11:09:35 #11 53.19 Preparing to unpack .../287-libpath-iterator-rule-perl_1.014-1_all.deb ...
11:09:35 #11 53.19 Unpacking libpath-iterator-rule-perl (1.014-1) ...
11:09:35 #11 53.24 Selecting previously unselected package libperl4-corelibs-perl.
11:09:35 #11 53.24 Preparing to unpack .../288-libperl4-corelibs-perl_0.004-2_all.deb ...
11:09:35 #11 53.24 Unpacking libperl4-corelibs-perl (0.004-2) ...
11:09:35 #11 53.28 Selecting previously unselected package libperlio-gzip-perl.
11:09:35 #11 53.28 Preparing to unpack .../289-libperlio-gzip-perl_0.19-1build5_armhf.deb ...
11:09:35 #11 53.28 Unpacking libperlio-gzip-perl (0.19-1build5) ...
11:09:35 #11 53.31 Selecting previously unselected package libpod-constants-perl.
11:09:35 #11 53.32 Preparing to unpack .../290-libpod-constants-perl_0.19-1_all.deb ...
11:09:35 #11 53.32 Unpacking libpod-constants-perl (0.19-1) ...
11:09:35 #11 53.35 Selecting previously unselected package libre2-5:armhf.
11:09:35 #11 53.35 Preparing to unpack .../291-libre2-5_20200101+dfsg-1build1_armhf.deb ...
11:09:35 #11 53.36 Unpacking libre2-5:armhf (20200101+dfsg-1build1) ...
11:09:35 #11 53.40 Selecting previously unselected package libre-engine-re2-perl.
11:09:35 #11 53.40 Preparing to unpack .../292-libre-engine-re2-perl_0.13-5_armhf.deb ...
11:09:35 #11 53.40 Unpacking libre-engine-re2-perl (0.13-5) ...
11:09:35 #11 53.43 Selecting previously unselected package libreadonly-perl.
11:09:35 #11 53.44 Preparing to unpack .../293-libreadonly-perl_2.050-2_all.deb ...
11:09:35 #11 53.44 Unpacking libreadonly-perl (2.050-2) ...
11:09:35 #11 53.47 Selecting previously unselected package libref-util-perl.
11:09:35 #11 53.47 Preparing to unpack .../294-libref-util-perl_0.204-1_all.deb ...
11:09:35 #11 53.47 Unpacking libref-util-perl (0.204-1) ...
11:09:35 #11 53.51 Selecting previously unselected package libref-util-xs-perl.
11:09:35 #11 53.51 Preparing to unpack .../295-libref-util-xs-perl_0.117-1build2_armhf.deb ...
11:09:35 #11 53.52 Unpacking libref-util-xs-perl (0.117-1build2) ...
11:09:35 #11 53.55 Selecting previously unselected package libregexp-pattern-license-perl.
11:09:35 #11 53.55 Preparing to unpack .../296-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
11:09:35 #11 53.55 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
11:09:35 #11 53.59 Selecting previously unselected package libregexp-pattern-perl.
11:09:35 #11 53.59 Preparing to unpack .../297-libregexp-pattern-perl_0.2.12-1_all.deb ...
11:09:35 #11 53.59 Unpacking libregexp-pattern-perl (0.2.12-1) ...
11:09:35 #11 53.62 Selecting previously unselected package libsasl2-modules:armhf.
11:09:35 #11 53.62 Preparing to unpack .../298-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
11:09:35 #11 53.63 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:09:35 #11 53.66 Selecting previously unselected package libsereal-decoder-perl.
11:09:35 #11 53.66 Preparing to unpack .../299-libsereal-decoder-perl_4.011+ds-1build1_armhf.deb ...
11:09:35 #11 53.67 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
11:09:35 #11 53.70 Selecting previously unselected package libsereal-encoder-perl.
11:09:35 #11 53.70 Preparing to unpack .../300-libsereal-encoder-perl_4.011+ds-1build1_armhf.deb ...
11:09:35 #11 53.71 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
11:09:35 #11 53.76 Selecting previously unselected package libsereal-perl.
11:09:35 #11 53.76 Preparing to unpack .../301-libsereal-perl_4.011-1_all.deb ...
11:09:35 #11 53.76 Unpacking libsereal-perl (4.011-1) ...
11:09:35 #11 53.79 Selecting previously unselected package libsort-key-perl.
11:09:35 #11 53.79 Preparing to unpack .../302-libsort-key-perl_1.33-2build2_armhf.deb ...
11:09:35 #11 53.80 Unpacking libsort-key-perl (1.33-2build2) ...
11:09:35 #11 53.86 Selecting previously unselected package libstring-copyright-perl.
11:09:35 #11 53.86 Preparing to unpack .../303-libstring-copyright-perl_0.003006-1_all.deb ...
11:09:35 #11 53.86 Unpacking libstring-copyright-perl (0.003006-1) ...
11:09:35 #11 53.90 Selecting previously unselected package libstring-escape-perl.
11:09:35 #11 53.90 Preparing to unpack .../304-libstring-escape-perl_2010.002-2_all.deb ...
11:09:35 #11 53.91 Unpacking libstring-escape-perl (2010.002-2) ...
11:09:35 #11 53.94 Selecting previously unselected package libstring-shellquote-perl.
11:09:35 #11 53.94 Preparing to unpack .../305-libstring-shellquote-perl_1.04-1_all.deb ...
11:09:35 #11 53.95 Unpacking libstring-shellquote-perl (1.04-1) ...
11:09:35 #11 53.98 Selecting previously unselected package libterm-readkey-perl.
11:09:36 #11 53.99 Preparing to unpack .../306-libterm-readkey-perl_2.38-1build1_armhf.deb ...
11:09:36 #11 53.99 Unpacking libterm-readkey-perl (2.38-1build1) ...
11:09:36 #11 54.03 Selecting previously unselected package libtest-fatal-perl.
11:09:36 #11 54.04 Preparing to unpack .../307-libtest-fatal-perl_0.014-1_all.deb ...
11:09:36 #11 54.04 Unpacking libtest-fatal-perl (0.014-1) ...
11:09:36 #11 54.07 Selecting previously unselected package libtest-refcount-perl.
11:09:36 #11 54.08 Preparing to unpack .../308-libtest-refcount-perl_0.10-1_all.deb ...
11:09:36 #11 54.08 Unpacking libtest-refcount-perl (0.10-1) ...
11:09:36 #11 54.11 Selecting previously unselected package libtext-levenshtein-perl.
11:09:36 #11 54.12 Preparing to unpack .../309-libtext-levenshtein-perl_0.13-1_all.deb ...
11:09:36 #11 54.12 Unpacking libtext-levenshtein-perl (0.13-1) ...
11:09:36 #11 54.15 Selecting previously unselected package libtype-tiny-xs-perl.
11:09:36 #11 54.16 Preparing to unpack .../310-libtype-tiny-xs-perl_0.016-1_armhf.deb ...
11:09:36 #11 54.16 Unpacking libtype-tiny-xs-perl (0.016-1) ...
11:09:36 #11 54.20 Selecting previously unselected package libunicode-utf8-perl.
11:09:36 #11 54.20 Preparing to unpack .../311-libunicode-utf8-perl_0.62-1build1_armhf.deb ...
11:09:36 #11 54.21 Unpacking libunicode-utf8-perl (0.62-1build1) ...
11:09:36 #11 54.24 Selecting previously unselected package libxml-namespacesupport-perl.
11:09:36 #11 54.25 Preparing to unpack .../312-libxml-namespacesupport-perl_1.12-1_all.deb ...
11:09:36 #11 54.25 Unpacking libxml-namespacesupport-perl (1.12-1) ...
11:09:36 #11 54.28 Selecting previously unselected package libxml-sax-base-perl.
11:09:36 #11 54.29 Preparing to unpack .../313-libxml-sax-base-perl_1.09-1_all.deb ...
11:09:36 #11 54.29 Unpacking libxml-sax-base-perl (1.09-1) ...
11:09:36 #11 54.33 Selecting previously unselected package libxml-sax-perl.
11:09:36 #11 54.33 Preparing to unpack .../314-libxml-sax-perl_1.02+dfsg-1_all.deb ...
11:09:36 #11 54.34 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
11:09:36 #11 54.37 Selecting previously unselected package libxml-libxml-perl.
11:09:36 #11 54.38 Preparing to unpack .../315-libxml-libxml-perl_2.0134+dfsg-1build1_armhf.deb ...
11:09:36 #11 54.38 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
11:09:36 #11 54.44 Selecting previously unselected package libxml-parser-perl.
11:09:36 #11 54.44 Preparing to unpack .../316-libxml-parser-perl_2.46-1_armhf.deb ...
11:09:36 #11 54.44 Unpacking libxml-parser-perl (2.46-1) ...
11:09:36 #11 54.50 Selecting previously unselected package libxml-sax-expat-perl.
11:09:36 #11 54.50 Preparing to unpack .../317-libxml-sax-expat-perl_0.51-1_all.deb ...
11:09:36 #11 54.51 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:09:36 #11 54.54 Selecting previously unselected package libxml-writer-perl.
11:09:36 #11 54.54 Preparing to unpack .../318-libxml-writer-perl_0.625-1_all.deb ...
11:09:36 #11 54.54 Unpacking libxml-writer-perl (0.625-1) ...
11:09:36 #11 54.57 Selecting previously unselected package libyaml-libyaml-perl.
11:09:36 #11 54.57 Preparing to unpack .../319-libyaml-libyaml-perl_0.81+repack-1_armhf.deb ...
11:09:36 #11 54.58 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
11:09:36 #11 54.61 Selecting previously unselected package licensecheck.
11:09:36 #11 54.61 Preparing to unpack .../320-licensecheck_3.0.45-1_all.deb ...
11:09:36 #11 54.62 Unpacking licensecheck (3.0.45-1) ...
11:09:36 #11 54.65 Selecting previously unselected package libdevel-size-perl.
11:09:36 #11 54.65 Preparing to unpack .../321-libdevel-size-perl_0.83-1build1_armhf.deb ...
11:09:36 #11 54.65 Unpacking libdevel-size-perl (0.83-1build1) ...
11:09:36 #11 54.69 Selecting previously unselected package t1utils.
11:09:36 #11 54.69 Preparing to unpack .../322-t1utils_1.41-3_armhf.deb ...
11:09:36 #11 54.69 Unpacking t1utils (1.41-3) ...
11:09:36 #11 54.73 Selecting previously unselected package lintian.
11:09:37 #11 54.74 Preparing to unpack .../323-lintian_2.62.0ubuntu2.2_all.deb ...
11:09:37 #11 54.74 Unpacking lintian (2.62.0ubuntu2.2) ...
11:09:37 #11 55.00 Selecting previously unselected package manpages-dev.
11:09:37 #11 55.01 Preparing to unpack .../324-manpages-dev_5.05-1_all.deb ...
11:09:37 #11 55.01 Unpacking manpages-dev (5.05-1) ...
11:09:37 #11 55.25 Selecting previously unselected package python3-certifi.
11:09:37 #11 55.25 Preparing to unpack .../325-python3-certifi_2019.11.28-1_all.deb ...
11:09:37 #11 55.26 Unpacking python3-certifi (2019.11.28-1) ...
11:09:37 #11 55.31 Selecting previously unselected package python3-idna.
11:09:37 #11 55.31 Preparing to unpack .../326-python3-idna_2.8-1_all.deb ...
11:09:37 #11 55.31 Unpacking python3-idna (2.8-1) ...
11:09:37 #11 55.35 Selecting previously unselected package python3-urllib3.
11:09:37 #11 55.35 Preparing to unpack .../327-python3-urllib3_1.25.8-2ubuntu0.2_all.deb ...
11:09:37 #11 55.36 Unpacking python3-urllib3 (1.25.8-2ubuntu0.2) ...
11:09:37 #11 55.40 Selecting previously unselected package python3-requests.
11:09:37 #11 55.40 Preparing to unpack .../328-python3-requests_2.22.0-2ubuntu1_all.deb ...
11:09:37 #11 55.41 Unpacking python3-requests (2.22.0-2ubuntu1) ...
11:09:37 #11 55.45 Selecting previously unselected package python3-unidiff.
11:09:37 #11 55.45 Preparing to unpack .../329-python3-unidiff_0.5.5-2_all.deb ...
11:09:37 #11 55.46 Unpacking python3-unidiff (0.5.5-2) ...
11:09:37 #11 55.49 Selecting previously unselected package python3-xdg.
11:09:37 #11 55.49 Preparing to unpack .../330-python3-xdg_0.26-1ubuntu1_all.deb ...
11:09:37 #11 55.50 Unpacking python3-xdg (0.26-1ubuntu1) ...
11:09:37 #11 55.54 Selecting previously unselected package unzip.
11:09:37 #11 55.54 Preparing to unpack .../331-unzip_6.0-25ubuntu1.1_armhf.deb ...
11:09:37 #11 55.54 Unpacking unzip (6.0-25ubuntu1.1) ...
11:09:37 #11 55.59 Selecting previously unselected package equivs.
11:09:37 #11 55.59 Preparing to unpack .../332-equivs_2.2.0_all.deb ...
11:09:37 #11 55.60 Unpacking equivs (2.2.0) ...
11:09:37 #11 55.63 Selecting previously unselected package libauthen-sasl-perl.
11:09:37 #11 55.63 Preparing to unpack .../333-libauthen-sasl-perl_2.1600-1_all.deb ...
11:09:37 #11 55.64 Unpacking libauthen-sasl-perl (2.1600-1) ...
11:09:37 #11 55.68 Selecting previously unselected package python3-magic.
11:09:37 #11 55.68 Preparing to unpack .../334-python3-magic_2%3a0.4.15-3_all.deb ...
11:09:37 #11 55.69 Unpacking python3-magic (2:0.4.15-3) ...
11:09:38 #11 55.79 Setting up libapt-pkg-perl (0.1.36build3) ...
11:09:38 #11 55.80 Setting up libksba8:armhf (1.3.5-2ubuntu0.20.04.2) ...
11:09:38 #11 55.82 Setting up libpipeline1:armhf (1.5.2-2build1) ...
11:09:38 #11 55.83 Setting up wdiff (1.2.2-2build1) ...
11:09:38 #11 55.84 Setting up libxau6:armhf (1:1.0.9-0ubuntu1) ...
11:09:38 #11 55.85 Setting up libkeyutils1:armhf (1.6-6ubuntu1.1) ...
11:09:38 #11 55.87 Setting up libpsl5:armhf (0.21.0-1ubuntu1) ...
11:09:38 #11 55.88 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.3) ...
11:09:38 #11 55.89 Setting up mime-support (3.64ubuntu1) ...
11:09:38 #11 55.92 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
11:09:38 #11 55.95 Setting up libmagic-mgc (1:5.38-4) ...
11:09:38 #11 55.96 Setting up libyaml-0-2:armhf (0.2.2-1) ...
11:09:38 #11 55.98 Setting up libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.4) ...
11:09:38 #11 55.99 No schema files found: doing nothing.
11:09:38 #11 56.00 Setting up distro-info-data (0.43ubuntu1.13) ...
11:09:38 #11 56.01 Setting up manpages (5.05-1) ...
11:09:38 #11 56.02 Setting up unzip (6.0-25ubuntu1.1) ...
11:09:38 #11 56.05 Setting up libbrotli1:armhf (1.0.7-6ubuntu0.1) ...
11:09:38 #11 56.06 Setting up libsqlite3-0:armhf (3.31.1-4ubuntu0.5) ...
11:09:38 #11 56.07 Setting up libsasl2-modules:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:09:38 #11 56.09 Setting up binutils-common:armhf (2.34-6ubuntu1.4) ...
11:09:38 #11 56.10 Setting up libnghttp2-14:armhf (1.40.0-1build1) ...
11:09:38 #11 56.12 Setting up libmagic1:armhf (1:5.38-4) ...
11:09:38 #11 56.14 Setting up less (551-1ubuntu0.1) ...
11:09:38 #11 56.16 Setting up perl-openssl-defaults:armhf (4) ...
11:09:38 #11 56.17 Setting up linux-libc-dev:armhf (5.4.0-148.165) ...
11:09:38 #11 56.18 Setting up libctf-nobfd0:armhf (2.34-6ubuntu1.4) ...
11:09:38 #11 56.19 Setting up gettext-base (0.19.8.1-10build1) ...
11:09:38 #11 56.21 Setting up libnpth0:armhf (1.6-1) ...
11:09:38 #11 56.22 Setting up krb5-locales (1.17-6ubuntu4.3) ...
11:09:38 #11 56.23 Setting up file (1:5.38-4) ...
11:09:38 #11 56.24 Setting up libassuan0:armhf (2.5.3-7ubuntu2) ...
11:09:38 #11 56.25 Setting up libgomp1:armhf (10.3.0-1ubuntu1~20.04) ...
11:09:38 #11 56.26 Setting up libcbor0.6:armhf (0.6.0-0ubuntu1) ...
11:09:38 #11 56.28 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
11:09:38 #11 56.29 Setting up libfakeroot:armhf (1.24-1) ...
11:09:38 #11 56.31 Setting up libkrb5support0:armhf (1.17-6ubuntu4.3) ...
11:09:38 #11 56.32 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:09:38 #11 56.34 Setting up tzdata (2023c-0ubuntu0.20.04.1) ...
11:09:38 #11 56.45 
11:09:38 #11 56.45 Current default time zone: 'Etc/UTC'
11:09:38 #11 56.45 Local time is now:      Thu May  4 11:09:38 UTC 2023.
11:09:38 #11 56.45 Universal Time is now:  Thu May  4 11:09:38 UTC 2023.
11:09:38 #11 56.45 Run 'dpkg-reconfigure tzdata' if you wish to change it.
11:09:38 #11 56.45 
11:09:38 #11 56.52 Setting up fakeroot (1.24-1) ...
11:09:38 #11 56.53 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:09:38 #11 56.53 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
11:09:38 #11 56.53 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
11:09:38 #11 56.53 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
11:09:38 #11 56.53 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
11:09:38 #11 56.53 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
11:09:38 #11 56.53 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
11:09:38 #11 56.53 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
11:09:38 #11 56.53 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
11:09:38 #11 56.54 Setting up autotools-dev (20180224.1) ...
11:09:38 #11 56.55 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
11:09:38 #11 56.56 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
11:09:38 #11 56.58 Setting up make (4.2.1-1.2) ...
11:09:38 #11 56.59 Setting up libmpfr6:armhf (4.0.2-1) ...
11:09:38 #11 56.60 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
11:09:38 #11 56.61 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ...
11:09:38 #11 56.64 Setting up libidn11:armhf (1.33-2.2ubuntu2) ...
11:09:38 #11 56.65 Setting up strace (5.5-3ubuntu1) ...
11:09:38 #11 56.66 Setting up libsigsegv2:armhf (2.12-2) ...
11:09:38 #11 56.67 Setting up xz-utils (5.2.4-1ubuntu1.1) ...
11:09:38 #11 56.69 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:09:38 #11 56.69 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
11:09:38 #11 56.69 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
11:09:38 #11 56.69 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
11:09:38 #11 56.69 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
11:09:38 #11 56.69 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
11:09:38 #11 56.69 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
11:09:38 #11 56.69 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
11:09:38 #11 56.69 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
11:09:38 #11 56.69 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
11:09:38 #11 56.69 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
11:09:38 #11 56.70 Setting up t1utils (1.41-3) ...
11:09:38 #11 56.71 Setting up diffstat (1.63-1) ...
11:09:38 #11 56.72 Setting up libmpc3:armhf (1.1.0-1) ...
11:09:38 #11 56.73 Setting up libatomic1:armhf (10.3.0-1ubuntu1~20.04) ...
11:09:38 #11 56.75 Setting up patch (2.7.6-6) ...
11:09:39 #11 56.76 Setting up autopoint (0.19.8.1-10build1) ...
11:09:39 #11 56.78 Setting up libfl2:armhf (2.6.4-6.2) ...
11:09:39 #11 56.80 Setting up ucf (3.0038+nmu1) ...
11:09:39 #11 56.93 Setting up libk5crypto3:armhf (1.17-6ubuntu4.3) ...
11:09:39 #11 56.94 Setting up libltdl7:armhf (2.4.6-14) ...
11:09:39 #11 56.95 Setting up libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:09:39 #11 56.96 Setting up libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:09:39 #11 56.98 Setting up libubsan1:armhf (10.3.0-1ubuntu1~20.04) ...
11:09:39 #11 56.99 Setting up python-apt-common (2.0.1ubuntu0.20.04.1) ...
11:09:39 #11 57.00 Setting up libcrypt-dev:armhf (1:4.4.10-10ubuntu4) ...
11:09:39 #11 57.02 Setting up libuchardet0:armhf (0.0.6-3build1) ...
11:09:39 #11 57.03 Setting up libre2-5:armhf (20200101+dfsg-1build1) ...
11:09:39 #11 57.04 Setting up git-man (1:2.25.1-1ubuntu3.11) ...
11:09:39 #11 57.06 Setting up libisl22:armhf (0.22.1-1) ...
11:09:39 #11 57.07 Setting up netbase (6.1) ...
11:09:39 #11 57.10 Setting up libkrb5-3:armhf (1.17-6ubuntu4.3) ...
11:09:39 #11 57.12 Setting up libmpdec2:armhf (2.4.2-3) ...
11:09:39 #11 57.13 Setting up libbinutils:armhf (2.34-6ubuntu1.4) ...
11:09:39 #11 57.14 Setting up libfido2-1:armhf (1.3.1-1ubuntu2) ...
11:09:39 #11 57.15 Setting up libc-dev-bin (2.31-0ubuntu9.9) ...
11:09:39 #11 57.17 Setting up openssl (1.1.1f-1ubuntu2.18) ...
11:09:39 #11 57.19 Setting up libbsd0:armhf (0.10.0-1) ...
11:09:39 #11 57.20 Setting up libelf1:armhf (0.176-1.1build1) ...
11:09:39 #11 57.21 Setting up readline-common (8.0-4) ...
11:09:39 #11 57.24 Setting up publicsuffix (20200303.0012-1) ...
11:09:39 #11 57.26 Setting up libcc1-0:armhf (10.3.0-1ubuntu1~20.04) ...
11:09:39 #11 57.27 Setting up iso-codes (4.4-1) ...
11:09:39 #11 57.28 Setting up liblocale-gettext-perl (1.07-4) ...
11:09:39 #11 57.29 Setting up dctrl-tools (2.24-3) ...
11:09:39 #11 57.32 Setting up libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:09:39 #11 57.33 Setting up libgdbm6:armhf (1.18.1-5) ...
11:09:39 #11 57.34 Setting up gcc-9-base:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:09:39 #11 57.37 Setting up libctf0:armhf (2.34-6ubuntu1.4) ...
11:09:39 #11 57.38 Setting up pinentry-curses (1.1.0-3build1) ...
11:09:39 #11 57.40 Setting up manpages-dev (5.05-1) ...
11:09:39 #11 57.42 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu1) ...
11:09:39 #11 57.43 Setting up libxcb1:armhf (1.14-2) ...
11:09:39 #11 57.44 Setting up at (3.1.23-1ubuntu1) ...
11:09:39 #11 57.59 invoke-rc.d: could not determine current runlevel
11:09:39 #11 57.60 invoke-rc.d: policy-rc.d denied execution of start.
11:09:39 #11 57.60 Setting up libicu66:armhf (66.1-2ubuntu2.1) ...
11:09:39 #11 57.62 Setting up libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:09:39 #11 57.63 Setting up libedit2:armhf (3.1-20191231-1) ...
11:09:39 #11 57.65 Setting up libreadline8:armhf (8.0-4) ...
11:09:39 #11 57.66 Setting up m4 (1.4.18-4) ...
11:09:39 #11 57.67 Setting up libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:09:39 #11 57.68 Setting up ca-certificates (20211016ubuntu0.20.04.1) ...
11:09:40 #11 58.03 Updating certificates in /etc/ssl/certs...
11:09:40 #11 58.47 124 added, 0 removed; done.
11:09:40 #11 58.54 Setting up libasan5:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:09:40 #11 58.55 Setting up libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:09:40 #11 58.56 Setting up bsdmainutils (11.1.2ubuntu3) ...
11:09:40 #11 58.58 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
11:09:40 #11 58.58 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
11:09:40 #11 58.59 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
11:09:40 #11 58.59 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
11:09:40 #11 58.60 Setting up libgssapi-krb5-2:armhf (1.17-6ubuntu4.3) ...
11:09:40 #11 58.61 Setting up libgdbm-compat4:armhf (1.18.1-5) ...
11:09:40 #11 58.63 Setting up libssh-4:armhf (0.9.3-2ubuntu2.2) ...
11:09:40 #11 58.64 Setting up dwz (0.13-5) ...
11:09:40 #11 58.66 Setting up groff-base (1.22.4-4build1) ...
11:09:40 #11 58.68 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
11:09:40 #11 58.69 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
11:09:40 #11 58.72 Setting up libperl5.30:armhf (5.30.0-9ubuntu0.3) ...
11:09:40 #11 58.74 Setting up libc6-dev:armhf (2.31-0ubuntu9.9) ...
11:09:40 #11 58.77 Setting up libx11-6:armhf (2:1.6.9-2ubuntu1.2) ...
11:09:40 #11 58.79 Setting up libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.7) ...
11:09:40 #11 58.80 Setting up python3.8 (3.8.10-0ubuntu1~20.04.7) ...
11:09:41 #11 59.62 Setting up binutils-arm-linux-gnueabihf (2.34-6ubuntu1.4) ...
11:09:41 #11 59.63 Setting up libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.6) ...
11:09:41 #11 59.64 Setting up libxmuu1:armhf (2:1.1.3-0ubuntu1) ...
11:09:41 #11 59.66 Setting up gpg (2.2.19-3ubuntu2.2) ...
11:09:41 #11 59.67 Setting up libpython3-stdlib:armhf (3.8.2-0ubuntu2) ...
11:09:41 #11 59.68 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
11:09:41 #11 59.70 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
11:09:42 #11 60.23 Setting up openssh-client (1:8.2p1-4ubuntu0.5) ...
11:09:42 #11 60.33 Setting up libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:09:42 #11 60.34 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
11:09:42 #11 60.35 Setting up libxext6:armhf (2:1.3.4-0ubuntu1) ...
11:09:42 #11 60.36 Setting up python3 (3.8.2-0ubuntu2) ...
11:09:42 #11 60.67 Setting up binutils (2.34-6ubuntu1.4) ...
11:09:42 #11 60.69 Setting up python3-xdg (0.26-1ubuntu1) ...
11:09:42 #11 60.85 Setting up man-db (2.9.1-1) ...
11:09:43 #11 60.98 Building database of manual pages ...
11:09:43 #11 61.21 Setting up libgpgme11:armhf (1.13.1-7ubuntu2) ...
11:09:43 #11 61.22 Setting up python3-six (1.14.0-2) ...
11:09:43 #11 61.37 Setting up libgcc-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:09:43 #11 61.38 Setting up perl (5.30.0-9ubuntu0.3) ...
11:09:43 #11 61.41 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
11:09:43 #11 61.42 Setting up python3-gpg (1.13.1-7ubuntu2) ...
11:09:43 #11 61.60 Setting up libdata-dump-perl (1.23-1) ...
11:09:43 #11 61.61 Setting up python3-certifi (2019.11.28-1) ...
11:09:43 #11 61.75 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
11:09:43 #11 61.76 Setting up libref-util-perl (0.204-1) ...
11:09:43 #11 61.77 Setting up libipc-system-simple-perl (1.26-1) ...
11:09:43 #11 61.79 Setting up libnet-domain-tld-perl (1.75-1) ...
11:09:43 #11 61.80 Setting up libxml-writer-perl (0.625-1) ...
11:09:43 #11 61.81 Setting up libhash-fieldhash-perl (0.15-1build2) ...
11:09:43 #11 61.82 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
11:09:43 #11 61.84 Setting up shared-mime-info (1.15-1) ...
11:09:46 #11 64.29 Setting up liblinux-epoll-perl (0.017-1) ...
11:09:46 #11 64.31 Setting up libvariable-magic-perl (0.62-1build2) ...
11:09:46 #11 64.32 Setting up python3-idna (2.8-1) ...
11:09:46 #11 64.53 Setting up libio-html-perl (1.001-1) ...
11:09:46 #11 64.54 Setting up libcroco3:armhf (0.6.13-1) ...
11:09:46 #11 64.57 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
11:09:46 #11 64.59 Setting up libtest-refcount-perl (0.10-1) ...
11:09:46 #11 64.60 Setting up libparams-util-perl (1.07-3build5) ...
11:09:46 #11 64.62 Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
11:09:46 #11 64.63 Setting up autoconf (2.69-11.1) ...
11:09:46 #11 64.67 Setting up python3-urllib3 (1.25.8-2ubuntu0.2) ...
11:09:46 #11 64.85 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:09:46 #11 64.86 Setting up libarray-intspan-perl (2.003-1) ...
11:09:46 #11 64.88 Setting up libcapture-tiny-perl (0.48-1) ...
11:09:46 #11 64.89 Setting up libtimedate-perl (2.3200-1) ...
11:09:46 #11 64.90 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
11:09:46 #11 64.91 Setting up libsub-name-perl (0.26-1) ...
11:09:46 #11 64.93 Setting up libtype-tiny-xs-perl (0.016-1) ...
11:09:47 #11 64.95 Setting up libfile-chdir-perl (0.1008-1) ...
11:09:47 #11 64.97 Setting up xauth (1:1.1-0ubuntu1) ...
11:09:47 #11 64.98 Setting up cpp (4:9.3.0-1ubuntu2) ...
11:09:47 #11 65.00 Setting up libpath-tiny-perl (0.108-1) ...
11:09:47 #11 65.01 Setting up libarchive-cpio-perl (0.10-1) ...
11:09:47 #11 65.03 Setting up libjson-perl (4.02000-2) ...
11:09:47 #11 65.04 Setting up libsub-override-perl (0.09-2) ...
11:09:47 #11 65.05 Setting up python3-unidiff (0.5.5-2) ...
11:09:47 #11 65.20 Setting up libstrictures-perl (2.000006-1) ...
11:09:47 #11 65.21 Setting up libsub-quote-perl (2.006006-1) ...
11:09:47 #11 65.22 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
11:09:47 #11 65.24 Setting up libsort-versions-perl (1.62-1) ...
11:09:47 #11 65.25 Setting up libexporter-tiny-perl (1.002001-1) ...
11:09:47 #11 65.27 Setting up libre-engine-re2-perl (0.13-5) ...
11:09:47 #11 65.28 Setting up libterm-readkey-perl (2.38-1build1) ...
11:09:47 #11 65.29 Setting up lsb-release (11.1.0ubuntu2) ...
11:09:47 #11 65.30 Setting up libnet-ip-perl (1.26-2) ...
11:09:47 #11 65.32 Setting up python3-magic (2:0.4.15-3) ...
11:09:47 #11 65.46 Setting up libperlio-gzip-perl (0.19-1build5) ...
11:09:47 #11 65.47 Setting up libsys-hostname-long-perl (1.5-1) ...
11:09:47 #11 65.49 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
11:09:47 #11 65.50 Setting up liburi-perl (1.76-2) ...
11:09:47 #11 65.52 Setting up libdigest-bubblebabble-perl (0.02-2) ...
11:09:47 #11 65.53 Setting up libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:09:47 #11 65.55 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
11:09:47 #11 65.57 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ...
11:09:47 #11 65.79 Setting up automake (1:1.16.1-4ubuntu6) ...
11:09:47 #11 65.80 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:09:47 #11 65.80 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
11:09:47 #11 65.80 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
11:09:47 #11 65.81 Setting up libasync-mergepoint-perl (0.04-2) ...
11:09:47 #11 65.82 Setting up libstring-escape-perl (2010.002-2) ...
11:09:48 #11 65.84 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
11:09:48 #11 65.85 Setting up libhttp-date-perl (6.05-1) ...
11:09:48 #11 65.87 Setting up libfile-which-perl (1.23-1) ...
11:09:48 #11 65.88 Setting up libfile-basedir-perl (0.08-1) ...
11:09:48 #11 65.89 Setting up gettext (0.19.8.1-10build1) ...
11:09:48 #11 65.91 Setting up libnumber-range-perl (0.12-1) ...
11:09:48 #11 65.92 Setting up libunicode-utf8-perl (0.62-1build1) ...
11:09:48 #11 65.93 Setting up libstruct-dumb-perl (0.09-1) ...
11:09:48 #11 65.94 Setting up libfile-listing-perl (6.04-1) ...
11:09:48 #11 65.96 Setting up libstdc++-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:09:48 #11 65.97 Setting up libregexp-pattern-perl (0.2.12-1) ...
11:09:48 #11 65.99 Setting up libfont-afm-perl (1.20-2) ...
11:09:48 #11 66.00 Setting up libwant-perl (0.29-1build4) ...
11:09:48 #11 66.01 Setting up libdynaloader-functions-perl (0.003-1) ...
11:09:48 #11 66.02 Setting up libtext-glob-perl (0.10-1) ...
11:09:48 #11 66.04 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:09:48 #11 66.05 Setting up liblist-compare-perl (0.53-1) ...
11:09:48 #11 66.07 Setting up libref-util-xs-perl (0.117-1build2) ...
11:09:48 #11 66.08 Setting up libio-pty-perl (1:1.12-1) ...
11:09:48 #11 66.10 Setting up libtool (2.4.6-14) ...
11:09:48 #11 66.12 Setting up libfile-fcntllock-perl (0.22-3build4) ...
11:09:48 #11 66.15 Setting up libsort-key-perl (1.33-2build2) ...
11:09:48 #11 66.18 Setting up libclone-perl (0.43-2) ...
11:09:48 #11 66.23 Setting up libalgorithm-diff-perl (1.19.03-2) ...
11:09:48 #11 66.25 Setting up libarchive-zip-perl (1.67-2) ...
11:09:48 #11 66.26 Setting up libsub-identify-perl (0.14-1build2) ...
11:09:48 #11 66.28 Setting up libdistro-info-perl (0.23ubuntu1) ...
11:09:48 #11 66.30 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
11:09:48 #11 66.32 Setting up python3-apt (2.0.1ubuntu0.20.04.1) ...
11:09:48 #11 66.55 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
11:09:48 #11 66.57 Setting up libio-stringy-perl (2.111-3) ...
11:09:48 #11 66.58 Setting up liblist-moreutils-perl (0.416-1build5) ...
11:09:48 #11 66.60 Setting up libhtml-tagset-perl (3.20-4) ...
11:09:48 #11 66.61 Setting up liblog-any-perl (1.708-1) ...
11:09:48 #11 66.62 Setting up libauthen-sasl-perl (2.1600-1) ...
11:09:48 #11 66.63 Setting up libdevel-size-perl (0.83-1build1) ...
11:09:48 #11 66.65 Setting up libdebhelper-perl (12.10ubuntu1) ...
11:09:48 #11 66.66 Setting up libpod-constants-perl (0.19-1) ...
11:09:48 #11 66.67 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
11:09:48 #11 66.68 Setting up libperl4-corelibs-perl (0.004-2) ...
11:09:48 #11 66.70 Setting up libfuture-perl (0.43-1) ...
11:09:48 #11 66.71 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:09:48 #11 66.72 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
11:09:48 #11 66.73 Setting up libtry-tiny-perl (0.30-1) ...
11:09:48 #11 66.74 Setting up libtype-tiny-perl (1.008001-2) ...
11:09:48 #11 66.76 Setting up libtest-fatal-perl (0.014-1) ...
11:09:48 #11 66.77 Setting up libcommon-sense-perl (3.74-2build6) ...
11:09:49 #11 66.79 Setting up libxml-namespacesupport-perl (1.12-1) ...
11:09:49 #11 66.80 Setting up libnet-http-perl (6.19-1) ...
11:09:49 #11 66.82 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
11:09:49 #11 66.83 Setting up libencode-locale-perl (1.05-1) ...
11:09:49 #11 66.84 Setting up libtext-levenshtein-perl (0.13-1) ...
11:09:49 #11 66.85 Setting up libnet-dns-perl (1.22-1) ...
11:09:49 #11 66.87 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
11:09:49 #11 66.88 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
11:09:49 #11 66.89 Setting up libstring-shellquote-perl (1.04-1) ...
11:09:49 #11 66.90 Setting up libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:09:49 #11 66.91 Setting up libsub-install-perl (0.928-1) ...
11:09:49 #11 66.92 Setting up gcc (4:9.3.0-1ubuntu2) ...
11:09:49 #11 66.95 Setting up dpkg-dev (1.19.7ubuntu3.2) ...
11:09:49 #11 66.97 Setting up libnumber-compare-perl (0.03-1) ...
11:09:49 #11 66.98 Setting up intltool-debian (0.35.0+20060710.5) ...
11:09:49 #11 66.99 Setting up libio-async-perl (0.75-1) ...
11:09:49 #11 67.00 Setting up liberror-perl (0.17029-1) ...
11:09:49 #11 67.01 Setting up patchutils (0.3.4-2) ...
11:09:49 #11 67.03 Setting up libmail-sendmail-perl (0.80-1) ...
11:09:49 #11 67.04 Setting up libltdl-dev:armhf (2.4.6-14) ...
11:09:49 #11 67.05 Setting up libjson-maybexs-perl (1.004000-1) ...
11:09:49 #11 67.06 Setting up libxml-sax-base-perl (1.09-1) ...
11:09:49 #11 67.07 Setting up libio-string-perl (1.08-3) ...
11:09:49 #11 67.08 Setting up libreadonly-perl (2.050-2) ...
11:09:49 #11 67.10 Setting up python3-chardet (3.0.4-4build1) ...
11:09:49 #11 67.33 Setting up libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1.4) ...
11:09:49 #11 67.35 Setting up libfile-find-rule-perl (0.34-1) ...
11:09:49 #11 67.36 Setting up libstring-copyright-perl (0.003006-1) ...
11:09:49 #11 67.37 Setting up python3-debian (0.1.36ubuntu1) ...
11:09:49 #11 67.52 Setting up python3-requests (2.22.0-2ubuntu1) ...
11:09:49 #11 67.67 Setting up libdata-optlist-perl (0.110-1) ...
11:09:49 #11 67.68 Setting up libipc-run-perl (20180523.0-2) ...
11:09:49 #11 67.70 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ...
11:09:49 #11 67.71 Setting up libcontextual-return-perl (0.004014-2) ...
11:09:49 #11 67.72 Setting up libwww-robotrules-perl (6.02-1) ...
11:09:49 #11 67.74 Setting up libtypes-serialiser-perl (1.0-1) ...
11:09:49 #11 67.75 Setting up g++ (4:9.3.0-1ubuntu2) ...
11:09:49 #11 67.78 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:09:49 #11 67.78 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
11:09:49 #11 67.79 Setting up libhtml-parser-perl (3.72-5) ...
11:09:49 #11 67.80 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
11:09:49 #11 67.82 Setting up librole-tiny-perl (2.001004-1) ...
11:09:49 #11 67.83 Setting up build-essential (12.8ubuntu1.1) ...
11:09:49 #11 67.84 Setting up libfont-ttf-perl (1.06-1) ...
11:09:49 #11 67.86 Setting up libfile-homedir-perl (1.004-1) ...
11:09:49 #11 67.87 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
11:09:49 #11 67.88 Setting up libio-socket-ssl-perl (2.067-1) ...
11:09:50 #11 67.90 Setting up libsub-exporter-perl (0.987-1) ...
11:09:50 #11 67.91 Setting up libalgorithm-merge-perl (0.08-3) ...
11:09:50 #11 67.92 Setting up libhttp-message-perl (6.22-1) ...
11:09:50 #11 67.93 Setting up libhtml-form-perl (6.07-1) ...
11:09:50 #11 67.95 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
11:09:50 #11 67.96 Setting up libjson-xs-perl (4.020-1build1) ...
11:09:50 #11 67.97 Setting up libhttp-negotiate-perl (6.01-1) ...
11:09:50 #11 67.98 Setting up libio-prompter-perl (0.004015-1) ...
11:09:50 #11 67.99 Setting up libhttp-cookies-perl (6.08-1) ...
11:09:50 #11 68.01 Setting up po-debconf (1.0.21) ...
11:09:50 #11 68.02 Setting up libhtml-tree-perl (5.07-2) ...
11:09:50 #11 68.03 Setting up libparams-classify-perl (0.015-1build2) ...
11:09:50 #11 68.05 Setting up libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ...
11:09:50 #11 68.06 Setting up libpath-iterator-rule-perl (1.014-1) ...
11:09:50 #11 68.07 Setting up libnet-dns-sec-perl (1.15-1) ...
11:09:50 #11 68.08 Setting up libcurl3-gnutls:armhf (7.68.0-1ubuntu2.18) ...
11:09:50 #11 68.09 Setting up libsereal-perl (4.011-1) ...
11:09:50 #11 68.10 Setting up libhtml-format-perl (2.12-1) ...
11:09:50 #11 68.11 Setting up libxml-sax-perl (1.02+dfsg-1) ...
11:09:50 #11 68.17 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:09:50 #11 68.24 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:09:50 #11 68.37 
11:09:50 #11 68.37 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:09:50 #11 68.40 Setting up dput (1.0.3ubuntu1) ...
11:09:50 #11 68.55 Setting up libio-async-loop-epoll-perl (0.20-1) ...
11:09:50 #11 68.56 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
11:09:50 #11 68.71 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:09:50 #11 68.74 Setting up libmodule-runtime-perl (0.016-1) ...
11:09:50 #11 68.78 Setting up libmailtools-perl (2.21-1) ...
11:09:50 #11 68.80 Setting up git (1:2.25.1-1ubuntu3.11) ...
11:09:50 #11 68.84 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
11:09:50 #11 68.88 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:09:51 #11 68.96 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:09:51 #11 69.03 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:09:51 #11 69.17 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:09:51 #11 69.20 Setting up dh-strip-nondeterminism (1.7.0-1) ...
11:09:51 #11 69.21 Setting up libconst-fast-perl (0.014-1) ...
11:09:51 #11 69.22 Setting up libhttp-daemon-perl (6.06-1ubuntu0.1) ...
11:09:51 #11 69.24 Setting up libgit-wrapper-perl (0.048-1) ...
11:09:51 #11 69.25 Setting up libcurl4:armhf (7.68.0-1ubuntu2.18) ...
11:09:51 #11 69.26 Setting up curl (7.68.0-1ubuntu2.18) ...
11:09:51 #11 69.27 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
11:09:51 #11 69.29 Setting up libmodule-implementation-perl (0.09-1) ...
11:09:51 #11 69.30 Setting up libemail-valid-perl (1.202-1) ...
11:09:51 #11 69.31 Setting up libpackage-stash-perl (0.38-1) ...
11:09:51 #11 69.33 Setting up libimport-into-perl (1.002005-1) ...
11:09:51 #11 69.34 Setting up libmoo-perl (2.003006-1) ...
11:09:51 #11 69.36 Setting up liblist-someutils-perl (0.58-1) ...
11:09:51 #11 69.37 Setting up liblist-someutils-xs-perl (0.58-2) ...
11:09:51 #11 69.38 Setting up gnupg (2.2.19-3ubuntu2.2) ...
11:09:51 #11 69.39 Setting up libmoox-aliases-perl (0.001006-1) ...
11:09:51 #11 69.41 Setting up libparams-validate-perl (1.29-3) ...
11:09:51 #11 69.42 Setting up libb-hooks-endofscope-perl (0.24-1) ...
11:09:51 #11 69.43 Setting up libnamespace-clean-perl (0.27-1) ...
11:09:51 #11 69.44 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
11:09:51 #11 69.45 Setting up libgitlab-api-v4-perl (0.25-1) ...
11:09:51 #11 69.47 Setting up libmoox-struct-perl (0.017-1) ...
11:09:51 #11 69.48 Setting up lintian (2.62.0ubuntu2.2) ...
11:09:51 #11 69.49 Setting up licensecheck (3.0.45-1) ...
11:09:51 #11 69.50 Setting up dh-autoreconf (19) ...
11:09:51 #11 69.52 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
11:09:51 #11 69.53 Setting up libwww-perl (6.43-1) ...
11:09:51 #11 69.55 Setting up debhelper (12.10ubuntu1) ...
11:09:51 #11 69.56 Setting up devscripts (2.20.2ubuntu2) ...
11:09:51 #11 69.71 Setting up equivs (2.2.0) ...
11:09:51 #11 69.72 Setting up libxml-parser-perl (2.46-1) ...
11:09:51 #11 69.74 Setting up libxml-sax-expat-perl (0.51-1) ...
11:09:51 #11 69.79 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:09:52 #11 69.84 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:09:52 #11 69.97 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:09:52 #11 70.00 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
11:09:52 #11 70.02 Processing triggers for ca-certificates (20211016ubuntu0.20.04.1) ...
11:09:52 #11 70.03 Updating certificates in /etc/ssl/certs...
11:09:52 #11 70.34 0 added, 0 removed; done.
11:09:52 #11 70.34 Running hooks in /etc/ca-certificates/update.d...
11:09:52 #11 70.34 done.
11:09:54 #11 DONE 71.9s
11:09:54 
11:09:54 #12 [stage-1 4/9] COPY common /root/build-deb/debian
11:09:54 #12 DONE 0.0s
11:09:54 
11:09:54 #13 [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
11:09:55 #13 0.911 Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
11:09:55 #13 0.924 Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
11:09:55 #13 0.997 Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
11:09:55 #13 1.069 Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
11:09:56 #13 1.299 Reading package lists...
11:09:56 #13 2.731 dh_testdir
11:09:56 #13 2.751 dh_testroot
11:09:56 #13 2.770 dh_prep
11:09:56 #13 2.792 dh_testdir
11:09:56 #13 2.811 dh_testroot
11:09:56 #13 2.830 dh_install
11:09:57 #13 2.860 dh_installdocs
11:09:57 #13 2.894 dh_installchangelogs
11:09:57 #13 2.968 dh_compress
11:09:57 #13 3.003 dh_fixperms
11:09:57 #13 3.045 dh_installdeb
11:09:57 #13 3.073 dh_gencontrol
11:09:57 #13 3.193 dh_md5sums
11:09:57 #13 3.222 dh_builddeb
11:09:57 #13 3.242 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:09:57 #13 3.261 
11:09:57 #13 3.261 The package has been created.
11:09:57 #13 3.261 Attention, the package has been created in the current directory,
11:09:57 #13 3.261 not in ".." as indicated by the message above!
11:09:57 #13 3.344 Selecting previously unselected package docker-ce-build-deps.
11:09:57 #13 3.359 (Reading database ... 26049 files and directories currently installed.)
11:09:57 #13 3.360 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:09:57 #13 3.365 Unpacking docker-ce-build-deps (1.0) ...
11:09:58 #13 3.563 Reading package lists...
11:09:58 #13 4.585 Building dependency tree...
11:09:58 #13 4.767 Reading state information...
11:09:58 #13 4.793 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:09:58 #13 4.847 Starting 2 pkgProblemResolver with broken count: 0
11:09:58 #13 4.849 Done
11:09:58 #13 4.875  Done
11:09:58 #13 4.884 Starting pkgProblemResolver with broken count: 0
11:09:58 #13 4.920 Starting 2 pkgProblemResolver with broken count: 0
11:09:58 #13 4.923 Done
11:09:58 #13 5.063 The following additional packages will be installed:
11:09:59 #13 5.064   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
11:09:59 #13 5.064   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
11:09:59 #13 5.064   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
11:09:59 #13 5.064   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
11:09:59 #13 5.064   libudev-dev libuv1 pkg-config
11:09:59 #13 5.066 Suggested packages:
11:09:59 #13 5.066   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
11:09:59 #13 5.066 Recommended packages:
11:09:59 #13 5.066   dmsetup
11:09:59 #13 5.115 The following NEW packages will be installed:
11:09:59 #13 5.116   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
11:09:59 #13 5.116   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
11:09:59 #13 5.116   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
11:09:59 #13 5.116   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
11:09:59 #13 5.117   libudev-dev libuv1 pkg-config
11:09:59 #13 5.534 0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
11:09:59 #13 5.534 1 not fully installed or removed.
11:09:59 #13 5.534 Need to get 7679 kB of archives.
11:09:59 #13 5.534 After this operation, 30.1 MB of additional disk space will be used.
11:09:59 #13 5.534 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main armhf bash-completion all 1:2.10-1ubuntu1 [178 kB]
11:10:00 #13 5.903 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf cmake-data all 3.16.3-1ubuntu1.20.04.1 [1613 kB]
11:10:00 #13 6.173 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libarchive13 armhf 3.4.0-2ubuntu1.2 [290 kB]
11:10:00 #13 6.189 Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjsoncpp1 armhf 1.7.4-3.1ubuntu2 [65.1 kB]
11:10:00 #13 6.192 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librhash0 armhf 1.3.9-1 [125 kB]
11:10:00 #13 6.198 Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libuv1 armhf 1.34.2-1ubuntu1.3 [68.7 kB]
11:10:00 #13 6.203 Get:7 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf cmake armhf 3.16.3-1ubuntu1.20.04.1 [3014 kB]
11:10:00 #13 6.346 Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf dh-apparmor all 2.13.3-7ubuntu5.2 [11.0 kB]
11:10:00 #13 6.376 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libbtrfs0 armhf 5.4.1-2 [176 kB]
11:10:00 #13 6.377 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libbtrfs-dev armhf 5.4.1-2 [233 kB]
11:10:00 #13 6.379 Get:11 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper1.02.1 armhf 2:1.02.167-1ubuntu1 [118 kB]
11:10:00 #13 6.524 Get:12 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper-event1.02.1 armhf 2:1.02.167-1ubuntu1 [10.6 kB]
11:10:00 #13 6.598 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libudev-dev armhf 245.4-4ubuntu3.21 [19.7 kB]
11:10:00 #13 6.628 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsepol1-dev armhf 3.0-1ubuntu0.1 [301 kB]
11:10:00 #13 6.892 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpcre2-16-0 armhf 10.34-7ubuntu0.1 [156 kB]
11:10:01 #13 6.934 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpcre2-32-0 armhf 10.34-7ubuntu0.1 [147 kB]
11:10:01 #13 6.962 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpcre2-posix2 armhf 10.34-7ubuntu0.1 [5356 B]
11:10:01 #13 6.963 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpcre2-dev armhf 10.34-7ubuntu0.1 [599 kB]
11:10:01 #13 7.031 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libselinux1-dev armhf 3.0-1build2 [144 kB]
11:10:01 #13 7.043 Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper-dev armhf 2:1.02.167-1ubuntu1 [35.8 kB]
11:10:01 #13 7.046 Get:21 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libseccomp-dev armhf 2.5.1-1ubuntu1~20.04.2 [79.3 kB]
11:10:01 #13 7.052 Get:22 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsystemd-dev armhf 245.4-4ubuntu3.21 [246 kB]
11:10:01 #13 7.213 Get:23 http://ports.ubuntu.com/ubuntu-ports focal/main armhf pkg-config armhf 0.29.1-0ubuntu4 [42.6 kB]
11:10:01 #13 7.552 debconf: delaying package configuration, since apt-utils is not installed
11:10:01 #13 7.600 Fetched 7679 kB in 2s (3485 kB/s)
11:10:01 #13 7.629 Selecting previously unselected package bash-completion.
11:10:01 #13 7.629 (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 ... 26053 files and directories currently installed.)
11:10:01 #13 7.644 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
11:10:02 #13 8.183 Unpacking bash-completion (1:2.10-1ubuntu1) ...
11:10:02 #13 8.328 Selecting previously unselected package cmake-data.
11:10:02 #13 8.331 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1.20.04.1_all.deb ...
11:10:02 #13 8.336 Unpacking cmake-data (3.16.3-1ubuntu1.20.04.1) ...
11:10:02 #13 8.653 Selecting previously unselected package libarchive13:armhf.
11:10:02 #13 8.657 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1.2_armhf.deb ...
11:10:02 #13 8.664 Unpacking libarchive13:armhf (3.4.0-2ubuntu1.2) ...
11:10:02 #13 8.717 Selecting previously unselected package libjsoncpp1:armhf.
11:10:02 #13 8.720 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_armhf.deb ...
11:10:02 #13 8.724 Unpacking libjsoncpp1:armhf (1.7.4-3.1ubuntu2) ...
11:10:02 #13 8.763 Selecting previously unselected package librhash0:armhf.
11:10:02 #13 8.766 Preparing to unpack .../04-librhash0_1.3.9-1_armhf.deb ...
11:10:02 #13 8.770 Unpacking librhash0:armhf (1.3.9-1) ...
11:10:02 #13 8.814 Selecting previously unselected package libuv1:armhf.
11:10:02 #13 8.817 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1.3_armhf.deb ...
11:10:02 #13 8.822 Unpacking libuv1:armhf (1.34.2-1ubuntu1.3) ...
11:10:02 #13 8.854 Selecting previously unselected package cmake.
11:10:02 #13 8.856 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1.20.04.1_armhf.deb ...
11:10:02 #13 8.860 Unpacking cmake (3.16.3-1ubuntu1.20.04.1) ...
11:10:03 #13 9.174 Selecting previously unselected package dh-apparmor.
11:10:03 #13 9.176 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.2_all.deb ...
11:10:03 #13 9.180 Unpacking dh-apparmor (2.13.3-7ubuntu5.2) ...
11:10:03 #13 9.218 Selecting previously unselected package libbtrfs0:armhf.
11:10:03 #13 9.220 Preparing to unpack .../08-libbtrfs0_5.4.1-2_armhf.deb ...
11:10:03 #13 9.224 Unpacking libbtrfs0:armhf (5.4.1-2) ...
11:10:03 #13 9.268 Selecting previously unselected package libbtrfs-dev:armhf.
11:10:03 #13 9.271 Preparing to unpack .../09-libbtrfs-dev_5.4.1-2_armhf.deb ...
11:10:03 #13 9.275 Unpacking libbtrfs-dev:armhf (5.4.1-2) ...
11:10:03 #13 9.329 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:10:03 #13 9.331 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_armhf.deb ...
11:10:03 #13 9.335 Unpacking libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ...
11:10:03 #13 9.376 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
11:10:03 #13 9.379 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_armhf.deb ...
11:10:03 #13 9.383 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.167-1ubuntu1) ...
11:10:03 #13 9.409 Selecting previously unselected package libudev-dev:armhf.
11:10:03 #13 9.412 Preparing to unpack .../12-libudev-dev_245.4-4ubuntu3.21_armhf.deb ...
11:10:03 #13 9.416 Unpacking libudev-dev:armhf (245.4-4ubuntu3.21) ...
11:10:03 #13 9.445 Selecting previously unselected package libsepol1-dev:armhf.
11:10:03 #13 9.448 Preparing to unpack .../13-libsepol1-dev_3.0-1ubuntu0.1_armhf.deb ...
11:10:03 #13 9.452 Unpacking libsepol1-dev:armhf (3.0-1ubuntu0.1) ...
11:10:03 #13 9.519 Selecting previously unselected package libpcre2-16-0:armhf.
11:10:03 #13 9.522 Preparing to unpack .../14-libpcre2-16-0_10.34-7ubuntu0.1_armhf.deb ...
11:10:03 #13 9.526 Unpacking libpcre2-16-0:armhf (10.34-7ubuntu0.1) ...
11:10:03 #13 9.573 Selecting previously unselected package libpcre2-32-0:armhf.
11:10:03 #13 9.576 Preparing to unpack .../15-libpcre2-32-0_10.34-7ubuntu0.1_armhf.deb ...
11:10:03 #13 9.580 Unpacking libpcre2-32-0:armhf (10.34-7ubuntu0.1) ...
11:10:03 #13 9.643 Selecting previously unselected package libpcre2-posix2:armhf.
11:10:03 #13 9.646 Preparing to unpack .../16-libpcre2-posix2_10.34-7ubuntu0.1_armhf.deb ...
11:10:03 #13 9.650 Unpacking libpcre2-posix2:armhf (10.34-7ubuntu0.1) ...
11:10:03 #13 9.677 Selecting previously unselected package libpcre2-dev:armhf.
11:10:03 #13 9.680 Preparing to unpack .../17-libpcre2-dev_10.34-7ubuntu0.1_armhf.deb ...
11:10:03 #13 9.685 Unpacking libpcre2-dev:armhf (10.34-7ubuntu0.1) ...
11:10:03 #13 9.766 Selecting previously unselected package libselinux1-dev:armhf.
11:10:03 #13 9.769 Preparing to unpack .../18-libselinux1-dev_3.0-1build2_armhf.deb ...
11:10:03 #13 9.773 Unpacking libselinux1-dev:armhf (3.0-1build2) ...
11:10:03 #13 9.818 Selecting previously unselected package libdevmapper-dev:armhf.
11:10:03 #13 9.820 Preparing to unpack .../19-libdevmapper-dev_2%3a1.02.167-1ubuntu1_armhf.deb ...
11:10:03 #13 9.825 Unpacking libdevmapper-dev:armhf (2:1.02.167-1ubuntu1) ...
11:10:03 #13 9.857 Selecting previously unselected package libseccomp-dev:armhf.
11:10:03 #13 9.860 Preparing to unpack .../20-libseccomp-dev_2.5.1-1ubuntu1~20.04.2_armhf.deb ...
11:10:03 #13 9.865 Unpacking libseccomp-dev:armhf (2.5.1-1ubuntu1~20.04.2) ...
11:10:03 #13 9.900 Selecting previously unselected package libsystemd-dev:armhf.
11:10:04 #13 9.903 Preparing to unpack .../21-libsystemd-dev_245.4-4ubuntu3.21_armhf.deb ...
11:10:04 #13 9.908 Unpacking libsystemd-dev:armhf (245.4-4ubuntu3.21) ...
11:10:04 #13 9.975 Selecting previously unselected package pkg-config.
11:10:04 #13 9.978 Preparing to unpack .../22-pkg-config_0.29.1-0ubuntu4_armhf.deb ...
11:10:04 #13 9.982 Unpacking pkg-config (0.29.1-0ubuntu4) ...
11:10:04 #13 10.05 Setting up libseccomp-dev:armhf (2.5.1-1ubuntu1~20.04.2) ...
11:10:04 #13 10.06 Setting up libarchive13:armhf (3.4.0-2ubuntu1.2) ...
11:10:04 #13 10.08 Setting up libsepol1-dev:armhf (3.0-1ubuntu0.1) ...
11:10:04 #13 10.09 Setting up libpcre2-16-0:armhf (10.34-7ubuntu0.1) ...
11:10:04 #13 10.10 Setting up libbtrfs0:armhf (5.4.1-2) ...
11:10:04 #13 10.11 Setting up libpcre2-32-0:armhf (10.34-7ubuntu0.1) ...
11:10:04 #13 10.15 Setting up libuv1:armhf (1.34.2-1ubuntu1.3) ...
11:10:04 #13 10.17 Setting up bash-completion (1:2.10-1ubuntu1) ...
11:10:05 #13 10.82 Setting up pkg-config (0.29.1-0ubuntu4) ...
11:10:05 #13 10.88 Setting up libudev-dev:armhf (245.4-4ubuntu3.21) ...
11:10:05 #13 10.89 Setting up libpcre2-posix2:armhf (10.34-7ubuntu0.1) ...
11:10:05 #13 10.91 Setting up libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ...
11:10:05 #13 10.92 Setting up libbtrfs-dev:armhf (5.4.1-2) ...
11:10:05 #13 10.93 Setting up librhash0:armhf (1.3.9-1) ...
11:10:05 #13 10.94 Setting up cmake-data (3.16.3-1ubuntu1.20.04.1) ...
11:10:05 #13 10.96 Setting up dh-apparmor (2.13.3-7ubuntu5.2) ...
11:10:05 #13 10.97 Setting up libsystemd-dev:armhf (245.4-4ubuntu3.21) ...
11:10:05 #13 10.98 Setting up libjsoncpp1:armhf (1.7.4-3.1ubuntu2) ...
11:10:05 #13 10.99 Setting up libdevmapper-event1.02.1:armhf (2:1.02.167-1ubuntu1) ...
11:10:05 #13 11.00 Setting up libpcre2-dev:armhf (10.34-7ubuntu0.1) ...
11:10:05 #13 11.01 Setting up libselinux1-dev:armhf (3.0-1build2) ...
11:10:05 #13 11.03 Setting up libdevmapper-dev:armhf (2:1.02.167-1ubuntu1) ...
11:10:05 #13 11.04 Setting up cmake (3.16.3-1ubuntu1.20.04.1) ...
11:10:05 #13 11.05 Setting up docker-ce-build-deps (1.0) ...
11:10:05 #13 11.06 Processing triggers for man-db (2.9.1-1) ...
11:10:05 #13 11.09 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
11:10:05 #13 DONE 11.3s
11:10:05 
11:10:05 #14 [stage-1 6/9] COPY sources/ /sources
11:10:05 #14 DONE 0.2s
11:10:05 
11:10:05 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
11:10:08 #15 DONE 2.9s
11:10:08 
11:10:08 #16 [stage-1 8/9] WORKDIR /root/build-deb
11:10:08 #16 DONE 0.0s
11:10:08 
11:10:08 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
11:10:08 #17 DONE 0.0s
11:10:08 
11:10:08 #18 exporting to image
11:10:08 #18 exporting layers
11:10:15 #18 exporting layers 6.4s done
11:10:15 #18 writing image sha256:29c3c66ff9e0f2d9f2d2fd042128519a865ae8a6f51241840d55c897eae6966e done
11:10:15 #18 naming to docker.io/debbuild-ubuntu-focal/aarch64 done
11:10:15 #18 DONE 6.4s
11:10:15 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230406105517.b82b9f3 -e VERSION=0.0.0-20230406105517-b82b9f3 -e CLI_GITCOMMIT=b82b9f3 -e ENGINE_GITCOMMIT=0fdb994 -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/debbuild/ubuntu-focal:/build  debbuild-ubuntu-focal/aarch64
11:10:15 + set -e
11:10:15 + mkdir -p /root/build-deb/engine
11:10:15 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:10:15 + mkdir -p /root/build-deb/cli
11:10:15 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:10:16 + mkdir -p /go/src/github.com/docker
11:10:16 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:10:16 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:10:16 + EPOCH=5
11:10:16 + EPOCH_SEP=
11:10:16 + [[ ! -z 5 ]]
11:10:16 + EPOCH_SEP=:
11:10:16 + [[ -z 0.0.0~20230406105517.b82b9f3 ]]
11:10:16 + echo VERSION AAA 0.0.0-20230406105517-b82b9f3
11:10:16 VERSION AAA 0.0.0-20230406105517-b82b9f3
11:10:16 + VERSION=0.0.0-20230406105517-b82b9f3
11:10:16 + echo VERSION bbb 0.0.0-20230406105517-b82b9f3
11:10:16 VERSION bbb 0.0.0-20230406105517-b82b9f3
11:10:16 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:10:16 + debSource=docker-ce
11:10:16 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:10:16 + debMaintainer='Docker <support@docker.com>'
11:10:16 ++ date --rfc-2822
11:10:16 + debDate='Thu, 04 May 2023 11:10:16 +0000'
11:10:16 + cat
11:10:16 + export CLI_GITCOMMIT=b82b9f3
11:10:16 + CLI_GITCOMMIT=b82b9f3
11:10:16 + export ENGINE_GITCOMMIT=0fdb994
11:10:16 + ENGINE_GITCOMMIT=0fdb994
11:10:16 + echo VERSION BBB 0.0.0-20230406105517-b82b9f3
11:10:16 + dpkg-buildpackage -uc -us -I.git
11:10:16 VERSION BBB 0.0.0-20230406105517-b82b9f3
11:10:16 dpkg-buildpackage: info: source package docker-ce
11:10:16 dpkg-buildpackage: info: source version 5:0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal
11:10:16 dpkg-buildpackage: info: source distribution focal
11:10:16 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:10:16 dpkg-buildpackage: info: host architecture armhf
11:10:16  dpkg-source -I.git --before-build .
11:10:16  debian/rules clean
11:10:16 dh clean --with=bash-completion --with=systemd
11:10:16    dh_clean
11:10:16  dpkg-source -I.git -b .
11:10:16 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
11:10:16 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
11:10:16 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230406105517.b82b9f3~3-0~ubuntu'
11:10:16 dpkg-source: info: using source format '1.0'
11:10:16 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal.tar.gz
11:10:26 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal.dsc
11:10:26  debian/rules build
11:10:26 dh build --with=bash-completion --with=systemd
11:10:27    dh_update_autotools_config
11:10:27    dh_autoreconf
11:10:27    debian/rules override_dh_auto_build
11:10:27 make[1]: Entering directory '/root/build-deb'
11:10:27 # Build the daemon and dependencies
11:10:27 cd engine && DOCKER_GITCOMMIT=0fdb994 PRODUCT=docker ./hack/make.sh dynbinary
11:10:27 
11:10:27 Removing bundles/
11:10:27 
11:10:27 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:10:27 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3
11:10:27 GOOS="" GOARCH="" GOARM=""
11:12:18 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3
11:12:18 
11:12:18 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:12:18 + RM_GOPATH=0
11:12:18 + TMP_GOPATH=/go
11:12:18 + : /usr/local/bin
11:12:18 + '[' -z /go ']'
11:12:18 + export GOPATH=/go
11:12:18 + GOPATH=/go
11:12:18 + case "$(go env GOARCH)" in
11:12:18 ++ go env GOARCH
11:12:18 + export GO_BUILDMODE=-buildmode=pie
11:12:18 + GO_BUILDMODE=-buildmode=pie
11:12:18 ++ dirname hack/dockerfile/install/install.sh
11:12:18 + dir=hack/dockerfile/install
11:12:18 + bin=tini
11:12:18 + shift
11:12:18 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:12:18 + . hack/dockerfile/install/tini.installer
11:12:18 ++ : v0.19.0
11:12:18 Install tini version v0.19.0
11:12:18 + install_tini
11:12:18 + echo 'Install tini version v0.19.0'
11:12:18 + git clone https://github.com/krallin/tini.git /go/tini
11:12:18 Cloning into '/go/tini'...
11:12:19 + cd /go/tini
11:12:19 + git checkout -q v0.19.0
11:12:19 + cmake .
11:12:19 -- The C compiler identification is GNU 9.4.0
11:12:19 -- Check for working C compiler: /usr/bin/cc
11:12:19 -- Check for working C compiler: /usr/bin/cc -- works
11:12:19 -- Detecting C compiler ABI info
11:12:19 -- Detecting C compiler ABI info - done
11:12:19 -- Detecting C compile features
11:12:19 -- Detecting C compile features - done
11:12:19 -- Performing Test HAS_BUILTIN_FORTIFY
11:12:19 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:12:19 -- Configuring done
11:12:19 -- Generating done
11:12:19 -- Build files have been written to: /go/tini
11:12:19 + make tini-static
11:12:19 make[2]: Entering directory '/go/tini'
11:12:19 make[3]: Entering directory '/go/tini'
11:12:19 make[4]: Entering directory '/go/tini'
11:12:19 make[5]: Entering directory '/go/tini'
11:12:19 Scanning dependencies of target tini-static
11:12:19 make[5]: Leaving directory '/go/tini'
11:12:19 make[5]: Entering directory '/go/tini'
11:12:19 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:12:19 [100%] Linking C executable tini-static
11:12:20 make[5]: Leaving directory '/go/tini'
11:12:20 [100%] Built target tini-static
11:12:20 make[4]: Leaving directory '/go/tini'
11:12:20 make[3]: Leaving directory '/go/tini'
11:12:20 make[2]: Leaving directory '/go/tini'
11:12:20 + mkdir -p /usr/local/bin
11:12:20 + cp tini-static /usr/local/bin/docker-init
11:12:20 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
11:12:20 + RM_GOPATH=0
11:12:20 + TMP_GOPATH=/go
11:12:20 + : /usr/local/bin
11:12:20 + '[' -z /go ']'
11:12:20 + export GOPATH=/go
11:12:20 + GOPATH=/go
11:12:20 + case "$(go env GOARCH)" in
11:12:20 ++ go env GOARCH
11:12:20 + export GO_BUILDMODE=-buildmode=pie
11:12:20 + GO_BUILDMODE=-buildmode=pie
11:12:20 ++ dirname hack/dockerfile/install/install.sh
11:12:20 + dir=hack/dockerfile/install
11:12:20 + bin=proxy
11:12:20 + shift
11:12:20 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
11:12:20 + . hack/dockerfile/install/proxy.installer
11:12:20 ++ : 3f0048413d95802b9c6c836eba06bfc54f9dbd03
11:12:20 + install_proxy dynamic
11:12:20 + case "$1" in
11:12:20 + install_proxy_dynamic
11:12:20 + export PROXY_LDFLAGS=-linkmode=external install_proxy
11:12:20 + PROXY_LDFLAGS=-linkmode=external
11:12:20 + export BUILD_MODE=-buildmode=pie
11:12:20 + BUILD_MODE=-buildmode=pie
11:12:20 + _install_proxy
11:12:20 + echo 'Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03'
11:12:20 + git clone https://github.com/moby/libnetwork.git /go/src/github.com/docker/libnetwork
11:12:20 Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03
11:12:20 Cloning into '/go/src/github.com/docker/libnetwork'...
11:12:21 + cd /go/src/github.com/docker/libnetwork
11:12:21 + git checkout -q 3f0048413d95802b9c6c836eba06bfc54f9dbd03
11:12:22 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
11:12:23 + return
11:12:23 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:12:23 + RM_GOPATH=0
11:12:23 + TMP_GOPATH=/go
11:12:23 + : /usr/local/bin
11:12:23 + '[' -z /go ']'
11:12:23 + export GOPATH=/go
11:12:23 + GOPATH=/go
11:12:23 + case "$(go env GOARCH)" in
11:12:23 ++ go env GOARCH
11:12:23 + export GO_BUILDMODE=-buildmode=pie
11:12:23 + GO_BUILDMODE=-buildmode=pie
11:12:23 ++ dirname hack/dockerfile/install/install.sh
11:12:23 + dir=hack/dockerfile/install
11:12:23 + bin=rootlesskit
11:12:23 + shift
11:12:23 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:12:23 + . hack/dockerfile/install/rootlesskit.installer
11:12:23 ++ : v0.14.4
11:12:23 + install_rootlesskit dynamic
11:12:23 + case "$1" in
11:12:23 + install_rootlesskit_dynamic
11:12:23 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:12:23 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:12:23 + export BUILD_MODE=-buildmode=pie
11:12:23 + BUILD_MODE=-buildmode=pie
11:12:23 + _install_rootlesskit
11:12:23 + echo 'Install rootlesskit version v0.14.4'
11:12:23 + for f in rootlesskit rootlesskit-docker-proxy
11:12:23 + GOBIN=/usr/local/bin
11:12:23 + GO111MODULE=on
11:12:23 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:12:23 Install rootlesskit version v0.14.4
11:12:23 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:12:24 go: downloading github.com/pkg/errors v0.9.1
11:12:24 go: downloading github.com/sirupsen/logrus v1.8.1
11:12:24 go: downloading github.com/urfave/cli/v2 v2.3.0
11:12:24 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:12:24 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:12:24 go: downloading github.com/google/uuid v1.3.0
11:12:24 go: downloading github.com/moby/vpnkit v0.5.0
11:12:24 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:12:24 go: downloading github.com/gofrs/flock v0.8.1
11:12:24 go: downloading github.com/gorilla/mux v1.8.0
11:12:24 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:12:24 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:12:24 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:12:25 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:12:25 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:12:33 + for f in rootlesskit rootlesskit-docker-proxy
11:12:33 + GOBIN=/usr/local/bin
11:12:33 + GO111MODULE=on
11:12:33 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
11:12:34 + return
11:12:34 # Build the CLI
11:12:34 cd /go/src/github.com/docker/cli && \
11:12:34 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20230406105517-b82b9f3 GITCOMMIT=b82b9f3 dynbinary manpages
11:12:34 make[2]: Entering directory '/root/build-deb/cli'
11:12:34 GO_LINKMODE=dynamic ./scripts/build/binary
11:12:34 Building dynamic docker-linux-arm-v6
11:14:11 scripts/docs/generate-man.sh
11:16:02 Project root: /go/src/github.com/docker/cli
11:16:02 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
11:16:02 2023/05/04 11:15:51 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
11:16:02 make[2]: Leaving directory '/root/build-deb/cli'
11:16:02 # Build the CLI plugins
11:16:02 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
11:16:02 set -e;cd /sources && \
11:16:02 	tar xzf plugin-installers.tgz; \
11:16:02 	for installer in plugins/*.installer; do \
11:16:02 		LDFLAGS='' bash ${installer} build; \
11:16:02 	done
11:16:02 Cloning into '/go/src/github.com/docker/app'...
11:16:02 Fetching origin
11:16:02 make[2]: Entering directory '/go/src/github.com/docker/app'
11:16:02 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
11:17:10 make[2]: Leaving directory '/go/src/github.com/docker/app'
11:17:10 Cloning into '/go/src/github.com/docker/buildx'...
11:17:10 Fetching origin
11:17:10 + GO111MODULE=on
11:17:10 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.10.4-docker -X github.com/docker/buildx/version.Revision=c513d34049e499c53468deac6c4267ee72948f02 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
11:19:16 make[1]: Leaving directory '/root/build-deb'
11:19:16    debian/rules override_dh_auto_test
11:19:16 make[1]: Entering directory '/root/build-deb'
11:19:16 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:19:16 	test "$ver" = "Docker version 0.0.0-20230406105517-b82b9f3, build 0fdb994" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:19:16 PASS: daemon version OK
11:19:16 ver="$(cli/build/docker --version)"; \
11:19:16 	test "$ver" = "Docker version 0.0.0-20230406105517-b82b9f3, build b82b9f3" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:19:16 PASS: cli version OK
11:19:16 make[1]: Leaving directory '/root/build-deb'
11:19:16    create-stamp debian/debhelper-build-stamp
11:19:16  debian/rules binary
11:19:16 dh binary --with=bash-completion --with=systemd
11:19:16    dh_testroot
11:19:16    dh_prep
11:19:16    debian/rules override_dh_auto_install
11:19:16 make[1]: Entering directory '/root/build-deb'
11:19:16 # docker-ce-cli install
11:19:16 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:19:16 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:19:16 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:19:16 set -e;cd /sources && \
11:19:16 	tar xzf plugin-installers.tgz; \
11:19:16 	for installer in plugins/*.installer; do \
11:19:16 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
11:19:16 		PREFIX=/usr/libexec/docker/cli-plugins \
11:19:16 			bash ${installer} install_plugin; \
11:19:16 	done
11:19:16 # docker-ce install
11:19:16 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:19:16 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:19:16 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3 debian/docker-ce/usr/bin/dockerd
11:19:16 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:19:16 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:19:16 # docker-ce-rootless-extras install
11:19:16 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:19:16 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:19:16 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:19:16 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:19:16 # TODO: how can we install vpnkit?
11:19:16 make[1]: Leaving directory '/root/build-deb'
11:19:16    debian/rules override_dh_install
11:19:16 make[1]: Entering directory '/root/build-deb'
11:19:16 dh_install
11:19:16 # TODO Can we do this from within our container?
11:19:16 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:19:16 make[1]: Leaving directory '/root/build-deb'
11:19:16    dh_installdocs
11:19:16    dh_installchangelogs
11:19:16    dh_installman
11:19:16    dh_bash-completion
11:19:16    dh_systemd_enable
11:19:16    debian/rules override_dh_installinit
11:19:16 make[1]: Entering directory '/root/build-deb'
11:19:16 # use "docker" as our service name, not "docker-ce"
11:19:16 dh_installinit --name=docker
11:19:16 make[1]: Leaving directory '/root/build-deb'
11:19:16    dh_systemd_start
11:19:16    dh_perl
11:19:16    dh_link
11:19:16    dh_strip_nondeterminism
11:19:16    dh_compress
11:19:16    dh_fixperms
11:19:16    dh_missing
11:19:16    debian/rules override_dh_strip
11:19:16 make[1]: Entering directory '/root/build-deb'
11:19:16 # Go has lots of problems with stripping, so just don't
11:19:16 make[1]: Leaving directory '/root/build-deb'
11:19:16    dh_makeshlibs
11:19:16    debian/rules override_dh_shlibdeps
11:19:16 make[1]: Entering directory '/root/build-deb'
11:19:16 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:19:16 make[1]: Leaving directory '/root/build-deb'
11:19:16    dh_installdeb
11:19:16    dh_gencontrol
11:19:16    dh_md5sums
11:19:16    debian/rules override_dh_builddeb
11:19:16 make[1]: Entering directory '/root/build-deb'
11:19:16 dh_builddeb -- -Zxz
11:19:16 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.deb'.
11:19:16 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.deb'.
11:19:38 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.deb'.
11:20:25 make[1]: Leaving directory '/root/build-deb'
11:20:25  dpkg-genbuildinfo
11:20:25  dpkg-genchanges  >../docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.changes
11:20:25 dpkg-genchanges: info: including full source code in upload
11:20:25  dpkg-source -I.git --after-build .
11:20:25 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:20:25 + destination=/build
11:20:25 + mkdir -p /build
11:20:25 + mv -v /root/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.deb /root/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.deb /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal.dsc /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal.tar.gz /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.buildinfo /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.changes /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.deb /build
11:20:25 copied '/root/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.deb' -> '/build/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.deb'
11:20:25 removed '/root/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.deb'
11:20:25 copied '/root/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.deb'
11:20:25 removed '/root/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.deb'
11:20:25 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal.dsc' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal.dsc'
11:20:25 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal.dsc'
11:20:25 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal.tar.gz' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal.tar.gz'
11:20:25 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal.tar.gz'
11:20:25 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.buildinfo' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.buildinfo'
11:20:25 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.buildinfo'
11:20:25 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.changes' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.changes'
11:20:25 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.changes'
11:20:25 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.deb' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.deb'
11:20:25 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-focal_armhf.deb'
11:20:25 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
11:20:25 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'