Skip to content

Console Output

13:48:43 + make REF=20.10 ubuntu-focal
13:48:43 git init src/github.com/docker/cli
13:48:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
13:48:43 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:48:43 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
13:48:43 + SRC=src/github.com/docker/cli
13:48:43 + REF=20.10
13:48:43 + REF_FETCH=20.10
13:48:43 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
13:48:43 + awk {print $2}
13:48:43 + REF=refs/heads/20.10
13:48:43 + [ -n refs/heads/20.10 ]
13:48:43 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:43 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:48:44 From https://github.com/docker/cli
13:48:44  * [new branch]      20.10      -> 20.10
13:48:44  * [new tag]         v20.10.16  -> v20.10.16
13:48:44  * [new branch]      20.10      -> origin/20.10
13:48:44 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
13:48:44 git init src/github.com/docker/docker
13:48:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
13:48:44 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:48:44 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
13:48:44 + SRC=src/github.com/docker/docker
13:48:44 + REF=20.10
13:48:44 + REF_FETCH=20.10
13:48:44 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
13:48:44 + awk {print $2}
13:48:44 + REF=refs/heads/20.10
13:48:44 + [ -n refs/heads/20.10 ]
13:48:44 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:44 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:48:45 From https://github.com/docker/docker
13:48:45  * [new branch]      20.10      -> 20.10
13:48:45  * [new branch]      20.10      -> origin/20.10
13:48:45 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
13:48:46 git init src/github.com/docker/compose
13:48:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
13:48:46 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:48:46 ./scripts/checkout.sh src/github.com/docker/compose "v2.6.0"
13:48:46 + SRC=src/github.com/docker/compose
13:48:46 + REF=v2.6.0
13:48:46 + REF_FETCH=v2.6.0
13:48:46 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.6.0
13:48:46 + awk {print $2}
13:48:46 + REF=refs/tags/v2.6.0
13:48:46 + [ -n refs/tags/v2.6.0 ]
13:48:46 + REF_FETCH=refs/tags/v2.6.0:refs/tags/v2.6.0
13:48:46 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.6.0:refs/tags/v2.6.0
13:48:46 From https://github.com/docker/compose
13:48:46  * [new tag]         v2.6.0     -> v2.6.0
13:48:46 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.6.0
13:48:46 git init src/github.com/docker/scan-cli-plugin
13:48:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
13:48:46 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:48:46 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:48:46 + SRC=src/github.com/docker/scan-cli-plugin
13:48:46 + REF=v0.17.0
13:48:46 + REF_FETCH=v0.17.0
13:48:46 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
13:48:46 + awk {print $2}
13:48:46 + REF=refs/tags/v0.17.0
13:48:46 + [ -n refs/tags/v0.17.0 ]
13:48:46 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
13:48:46 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:48:46 From https://github.com/docker/scan-cli-plugin
13:48:46  * [new tag]         v0.17.0    -> v0.17.0
13:48:46 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:48:46 make -C deb VERSION=0.0.1-dev GO_VERSION=1.17.10 ubuntu-focal
13:48:46 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
13:48:46 mkdir -p sources
13:48:46 docker run --rm -w /v \
13:48:46 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
13:48:46 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:46 	alpine \
13:48:46 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:48:50 mkdir -p sources
13:48:50 docker run --rm -w /v \
13:48:50 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
13:48:50 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:50 	alpine \
13:48:50 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:48:52 mkdir -p sources
13:48:52 docker run --rm -w /v \
13:48:52 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
13:48:52 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:52 	alpine \
13:48:52 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:48:53 mkdir -p sources
13:48:53 docker run --rm -w /v \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:53 	alpine \
13:48:53 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:48:54 mkdir -p sources
13:48:54 cp ../systemd/docker.service sources/docker.service
13:48:54 mkdir -p sources
13:48:54 cp ../systemd/docker.socket sources/docker.socket
13:48:54 docker run --rm -w /v \
13:48:54 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
13:48:54 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:54 	alpine \
13:48:54 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
13:48:54 == Building packages for ubuntu-focal ==
13:48:54 mkdir -p "debbuild/ubuntu-focal"
13:48:54 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.10-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/aarch64 -f ubuntu-focal/Dockerfile .
13:48:55 #1 [internal] load build definition from Dockerfile
13:48:55 #1 sha256:62cd19d8fdd00a7e4fc2346f5470ca0cbe121c56839dd712fb204f79c1be9e3e
13:48:55 #1 transferring dockerfile: 1.22kB done
13:48:55 #1 DONE 0.0s
13:48:55 
13:48:55 #2 [internal] load .dockerignore
13:48:55 #2 sha256:9b87a7186c3f77c63f9b60e4873eec61a8e9c763dad1ba8c4e152226df45bbcf
13:48:55 #2 transferring context: 2B done
13:48:55 #2 DONE 0.0s
13:48:55 
13:48:55 #5 [auth] library/golang:pull token for registry-1.docker.io
13:48:55 #5 sha256:8684f36bcdf6c4454926f32da81db61e8b77f2cd1b2368eeb70dc16143006175
13:48:55 #5 DONE 0.0s
13:48:55 
13:48:55 #6 [auth] library/ubuntu:pull token for registry-1.docker.io
13:48:55 #6 sha256:156d93c716e75b91bf8810280f2687256daa7eae5a47977bd001aa6d690285cb
13:48:55 #6 DONE 0.0s
13:48:55 
13:48:55 #4 [internal] load metadata for docker.io/library/golang:1.17.10-buster
13:48:55 #4 sha256:77749321ce5ebca1965c720e15dc5f8436f4c6810934e555747c21e4f92fd430
13:48:55 #4 DONE 0.2s
13:48:55 
13:48:55 #3 [internal] load metadata for docker.io/library/ubuntu:focal
13:48:55 #3 sha256:c8cb9dfb3ba995aa2991a1ab489f221b7a7cdb95758a76d24dbec52cad0311e1
13:48:55 #3 DONE 0.3s
13:48:55 
13:48:55 #14 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:48:55 #14 sha256:0748dff22fb1e7086f9a48c7d0c2271a5bccd9d30ace7a38fc44326cf8e7d238
13:48:55 #14 DONE 0.0s
13:48:55 
13:48:55 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:47f14534bda344d9fe6ffd6effb95eefe579f4be0d508b7445cf77f61a0e5724
13:48:55 #7 sha256:87d55c2f604182389581fb0c2dc91e379f5befc435506ac0f36b9097f36bf47d
13:48:55 #7 resolve docker.io/library/ubuntu:focal@sha256:47f14534bda344d9fe6ffd6effb95eefe579f4be0d508b7445cf77f61a0e5724 done
13:48:55 #7 ...
13:48:55 
13:48:55 #10 [internal] load build context
13:48:55 #10 sha256:25c7769da555aced593e09f9673ab3226e390edae41162c611100c92245b5c7c
13:48:55 #10 transferring context: 19.78MB 0.1s done
13:48:55 #10 DONE 0.2s
13:48:55 
13:48:55 #14 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:48:55 #14 sha256:0748dff22fb1e7086f9a48c7d0c2271a5bccd9d30ace7a38fc44326cf8e7d238
13:48:55 #14 CACHED
13:48:55 
13:48:55 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:47f14534bda344d9fe6ffd6effb95eefe579f4be0d508b7445cf77f61a0e5724
13:48:55 #7 sha256:87d55c2f604182389581fb0c2dc91e379f5befc435506ac0f36b9097f36bf47d
13:48:55 #7 sha256:d4ba87bb7858f0dd4a60003f011338f3a58b87d0add985652856007fe5ca5034 15.73MB / 27.17MB 0.2s
13:48:55 #7 sha256:47f14534bda344d9fe6ffd6effb95eefe579f4be0d508b7445cf77f61a0e5724 1.42kB / 1.42kB done
13:48:55 #7 sha256:ca83774d06420ceb4682ef73bd9cbbfc38a97a27e061b578547a6761206658b9 529B / 529B done
13:48:55 #7 sha256:db1bc6aa58da386bc4ae8c4489e0bda0f6073c49a7b6c2ca24386671b36a1f19 1.48kB / 1.48kB done
13:48:55 #7 sha256:d4ba87bb7858f0dd4a60003f011338f3a58b87d0add985652856007fe5ca5034 26.21MB / 27.17MB 0.3s
13:48:55 #7 extracting sha256:d4ba87bb7858f0dd4a60003f011338f3a58b87d0add985652856007fe5ca5034
13:48:56 #7 sha256:d4ba87bb7858f0dd4a60003f011338f3a58b87d0add985652856007fe5ca5034 27.17MB / 27.17MB 0.5s done
13:48:56 #7 extracting sha256:d4ba87bb7858f0dd4a60003f011338f3a58b87d0add985652856007fe5ca5034 0.8s done
13:48:56 #7 DONE 1.5s
13:48:56 
13:48:56 #8 [stage-1 2/9] RUN if  [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then         rm -f /usr/bin/man;         dpkg-divert --quiet --remove --rename /usr/bin/man;     fi
13:48:56 #8 sha256:13a3c9fe535f675cb307680a82875f6fd19fb0b910fca5ff98dfd9850a4dc0ca
13:48:57 #8 DONE 0.6s
13:48:57 
13:48:57 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:48:57 #9 sha256:dc61eb5210dcb528f296fa9b93c9d543bfaeade9abda22ba6a9953f7d11211f5
13:48:58 #9 0.784 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
13:48:58 #9 1.194 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
13:48:58 #9 1.292 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
13:48:58 #9 1.389 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
13:48:58 #9 1.488 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [139 kB]
13:48:59 #9 1.525 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [11.1 MB]
13:48:59 #9 2.334 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [1234 kB]
13:48:59 #9 2.340 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1317 B]
13:48:59 #9 2.341 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [9063 B]
13:48:59 #9 2.341 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1096 kB]
13:48:59 #9 2.350 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [4145 B]
13:48:59 #9 2.351 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [1588 kB]
13:48:59 #9 2.434 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [27.1 kB]
13:48:59 #9 2.435 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [53.8 kB]
13:48:59 #9 2.436 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [1223 kB]
13:48:59 #9 2.482 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [808 kB]
13:48:59 #9 2.526 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [3257 B]
13:48:59 #9 2.527 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [3906 B]
13:49:00 #9 3.119 Fetched 17.9 MB in 3s (6555 kB/s)
13:49:01 #9 3.119 Reading package lists...
13:49:01 #9 3.931 Reading package lists...
13:49:02 #9 4.722 Building dependency tree...
13:49:02 #9 4.917 Reading state information...
13:49:02 #9 5.251 The following additional packages will be installed:
13:49:02 #9 5.251   at autoconf automake autopoint autotools-dev binutils
13:49:02 #9 5.251   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
13:49:02 #9 5.251   ca-certificates cpp cpp-9 dctrl-tools debhelper dh-autoreconf
13:49:02 #9 5.251   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
13:49:02 #9 5.251   fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git-man
13:49:02 #9 5.251   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
13:49:02 #9 5.251   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
13:49:02 #9 5.251   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:49:02 #9 5.251   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:49:02 #9 5.251   libarray-intspan-perl libasan5 libasn1-8-heimdal libassuan0
13:49:02 #9 5.251   libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
13:49:02 #9 5.251   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:49:02 #9 5.251   libbsd0 libc-dev-bin libc6 libc6-dev libcapture-tiny-perl libcbor0.6
13:49:02 #9 5.251   libcc1-0 libclass-method-modifiers-perl libclass-xsaccessor-perl
13:49:02 #9 5.251   libclone-perl libcommon-sense-perl libconst-fast-perl
13:49:02 #9 5.251   libcontextual-return-perl libcpanel-json-xs-perl libcroco3 libcrypt-dev
13:49:02 #9 5.251   libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdata-dump-perl
13:49:02 #9 5.251   libdata-optlist-perl libdebhelper-perl libdevel-callchecker-perl
13:49:02 #9 5.251   libdevel-size-perl libdigest-bubblebabble-perl libdigest-hmac-perl
13:49:02 #9 5.251   libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2
13:49:02 #9 5.251   libelf1 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
13:49:02 #9 5.251   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:49:02 #9 5.251   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
13:49:02 #9 5.251   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:49:02 #9 5.251   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
13:49:02 #9 5.251   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:49:02 #9 5.251   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
13:49:02 #9 5.252   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
13:49:02 #9 5.252   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
13:49:02 #9 5.252   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
13:49:02 #9 5.252   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:49:02 #9 5.252   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:49:02 #9 5.252   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:49:02 #9 5.252   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
13:49:02 #9 5.252   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
13:49:02 #9 5.252   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
13:49:02 #9 5.252   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
13:49:02 #9 5.252   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
13:49:02 #9 5.252   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
13:49:02 #9 5.252   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
13:49:02 #9 5.252   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
13:49:02 #9 5.252   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
13:49:02 #9 5.252   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:49:02 #9 5.252   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
13:49:02 #9 5.252   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
13:49:02 #9 5.252   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
13:49:02 #9 5.252   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
13:49:02 #9 5.252   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
13:49:02 #9 5.252   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
13:49:02 #9 5.252   libnumber-compare-perl libnumber-range-perl libobject-id-perl
13:49:02 #9 5.252   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:49:02 #9 5.252   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
13:49:02 #9 5.252   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
13:49:02 #9 5.252   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
13:49:02 #9 5.252   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
13:49:02 #9 5.252   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
13:49:02 #9 5.252   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
13:49:02 #9 5.252   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:49:02 #9 5.252   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
13:49:02 #9 5.252   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
13:49:02 #9 5.252   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
13:49:02 #9 5.252   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
13:49:02 #9 5.252   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:49:02 #9 5.252   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:49:02 #9 5.252   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
13:49:02 #9 5.252   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
13:49:02 #9 5.252   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
13:49:02 #9 5.252   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:49:02 #9 5.252   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
13:49:02 #9 5.252   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
13:49:02 #9 5.252   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:49:02 #9 5.252   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:49:02 #9 5.252   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
13:49:02 #9 5.252   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:49:02 #9 5.252   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
13:49:02 #9 5.252   openssh-client openssl patch patchutils perl perl-modules-5.30
13:49:02 #9 5.252   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
13:49:02 #9 5.253   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:49:02 #9 5.253   python3-debian python3-gpg python3-idna python3-magic python3-minimal
13:49:02 #9 5.253   python3-pkg-resources python3-requests python3-six python3-unidiff
13:49:02 #9 5.253   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
13:49:02 #9 5.253   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
13:49:02 #9 5.253   xz-utils
13:49:02 #9 5.255 Suggested packages:
13:49:02 #9 5.255   default-mta | mail-transport-agent autoconf-archive gnu-standards
13:49:02 #9 5.255   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
13:49:02 #9 5.255   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
13:49:02 #9 5.255   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
13:49:02 #9 5.255   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
13:49:02 #9 5.255   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:49:02 #9 5.255   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
13:49:02 #9 5.255   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
13:49:02 #9 5.255   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
13:49:02 #9 5.255   mini-dinstall rsync gcc-9-doc gcc-multilib flex bison gdb gcc-doc
13:49:02 #9 5.255   gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
13:49:02 #9 5.255   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
13:49:02 #9 5.255   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
13:49:02 #9 5.255   libgssapi-perl glibc-doc locales bzr gdbm-l10n krb5-doc krb5-user
13:49:02 #9 5.255   libtool-doc libcrypt-ssleay-perl libossp-uuid-perl libscalar-number-perl
13:49:02 #9 5.255   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
13:49:02 #9 5.255   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
13:49:02 #9 5.255   libstdc++-9-doc libbareword-filehandles-perl libindirect-perl
13:49:02 #9 5.255   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
13:49:02 #9 5.255   libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
13:49:02 #9 5.255   libxml-sax-expatxs-perl bash-completion binutils-multiarch
13:49:02 #9 5.255   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
13:49:02 #9 5.255   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
13:49:02 #9 5.255   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
13:49:02 #9 5.255   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
13:49:02 #9 5.255   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
13:49:02 #9 5.255   python3-cryptography python3-openssl python3-socks python3.8-venv
13:49:02 #9 5.255   python3.8-doc binfmt-support readline-doc zip wdiff-doc
13:49:03 #9 5.604 The following NEW packages will be installed:
13:49:03 #9 5.604   at autoconf automake autopoint autotools-dev binutils
13:49:03 #9 5.604   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
13:49:03 #9 5.604   ca-certificates cpp cpp-9 curl dctrl-tools debhelper devscripts
13:49:03 #9 5.604   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:49:03 #9 5.604   dpkg-dev dput dwz equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base
13:49:03 #9 5.604   gettext gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
13:49:03 #9 5.604   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
13:49:03 #9 5.604   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
13:49:03 #9 5.604   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
13:49:03 #9 5.604   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
13:49:03 #9 5.604   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
13:49:03 #9 5.604   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:49:03 #9 5.604   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
13:49:03 #9 5.604   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
13:49:03 #9 5.604   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
13:49:03 #9 5.604   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
13:49:03 #9 5.605   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
13:49:03 #9 5.605   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
13:49:03 #9 5.605   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
13:49:03 #9 5.605   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
13:49:03 #9 5.605   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
13:49:03 #9 5.605   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:49:03 #9 5.605   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
13:49:03 #9 5.605   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:49:03 #9 5.605   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
13:49:03 #9 5.605   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:49:03 #9 5.605   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
13:49:03 #9 5.605   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
13:49:03 #9 5.605   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
13:49:03 #9 5.605   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
13:49:03 #9 5.605   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
13:49:03 #9 5.605   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:49:03 #9 5.605   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:49:03 #9 5.605   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
13:49:03 #9 5.605   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
13:49:03 #9 5.605   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
13:49:03 #9 5.605   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
13:49:03 #9 5.605   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
13:49:03 #9 5.605   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
13:49:03 #9 5.605   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
13:49:03 #9 5.605   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
13:49:03 #9 5.605   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
13:49:03 #9 5.605   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:49:03 #9 5.605   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
13:49:03 #9 5.605   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
13:49:03 #9 5.605   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
13:49:03 #9 5.605   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
13:49:03 #9 5.605   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
13:49:03 #9 5.605   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
13:49:03 #9 5.605   libnumber-compare-perl libnumber-range-perl libobject-id-perl
13:49:03 #9 5.605   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
13:49:03 #9 5.605   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
13:49:03 #9 5.605   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
13:49:03 #9 5.605   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
13:49:03 #9 5.605   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
13:49:03 #9 5.605   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
13:49:03 #9 5.605   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
13:49:03 #9 5.605   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:49:03 #9 5.605   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
13:49:03 #9 5.605   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
13:49:03 #9 5.605   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
13:49:03 #9 5.605   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
13:49:03 #9 5.605   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:49:03 #9 5.605   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:49:03 #9 5.605   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
13:49:03 #9 5.605   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
13:49:03 #9 5.605   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
13:49:03 #9 5.605   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:49:03 #9 5.605   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
13:49:03 #9 5.605   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
13:49:03 #9 5.605   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:49:03 #9 5.605   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:49:03 #9 5.605   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
13:49:03 #9 5.605   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:49:03 #9 5.605   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
13:49:03 #9 5.605   openssh-client openssl patch patchutils perl perl-modules-5.30
13:49:03 #9 5.605   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
13:49:03 #9 5.606   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:49:03 #9 5.606   python3-debian python3-gpg python3-idna python3-magic python3-minimal
13:49:03 #9 5.606   python3-pkg-resources python3-requests python3-six python3-unidiff
13:49:03 #9 5.606   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
13:49:03 #9 5.606   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
13:49:03 #9 5.606   xz-utils
13:49:03 #9 5.607 The following packages will be upgraded:
13:49:03 #9 5.607   libc6
13:49:03 #9 6.041 1 upgraded, 352 newly installed, 0 to remove and 10 not upgraded.
13:49:03 #9 6.041 Need to get 100 MB of archives.
13:49:03 #9 6.041 After this operation, 449 MB of additional disk space will be used.
13:49:03 #9 6.041 Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libc6 arm64 2.31-0ubuntu9.9 [2281 kB]
13:49:04 #9 6.749 Get:2 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblocale-gettext-perl arm64 1.07-4 [16.7 kB]
13:49:04 #9 6.750 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssl1.1 arm64 1.1.1f-1ubuntu2.13 [1158 kB]
13:49:04 #9 6.777 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpython3.8-minimal arm64 3.8.10-0ubuntu1~20.04.4 [714 kB]
13:49:04 #9 6.835 Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libexpat1 arm64 2.2.9-1ubuntu0.4 [62.6 kB]
13:49:04 #9 6.836 Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3.8-minimal arm64 3.8.10-0ubuntu1~20.04.4 [1830 kB]
13:49:04 #9 6.921 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-minimal arm64 3.8.2-0ubuntu2 [23.6 kB]
13:49:04 #9 6.922 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 mime-support all 3.64ubuntu1 [30.6 kB]
13:49:04 #9 6.923 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpdec2 arm64 2.4.2-3 [79.6 kB]
13:49:04 #9 6.924 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 readline-common all 8.0-4 [53.5 kB]
13:49:04 #9 6.926 Get:11 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libreadline8 arm64 8.0-4 [123 kB]
13:49:04 #9 6.929 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsqlite3-0 arm64 3.31.1-4ubuntu0.3 [506 kB]
13:49:04 #9 6.940 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libpython3.8-stdlib arm64 3.8.10-0ubuntu1~20.04.4 [1648 kB]
13:49:04 #9 7.020 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3.8 arm64 3.8.10-0ubuntu1~20.04.4 [387 kB]
13:49:04 #9 7.071 Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpython3-stdlib arm64 3.8.2-0ubuntu2 [7068 B]
13:49:04 #9 7.071 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3 arm64 3.8.2-0ubuntu2 [47.6 kB]
13:49:04 #9 7.072 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libbsd0 arm64 0.10.0-1 [43.7 kB]
13:49:04 #9 7.073 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 bsdmainutils arm64 11.1.2ubuntu3 [179 kB]
13:49:04 #9 7.077 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libuchardet0 arm64 0.0.6-3build1 [65.0 kB]
13:49:04 #9 7.078 Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 groff-base arm64 1.22.4-4build1 [796 kB]
13:49:04 #9 7.098 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgdbm6 arm64 1.18.1-5 [26.4 kB]
13:49:04 #9 7.098 Get:22 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpipeline1 arm64 1.5.2-2build1 [26.1 kB]
13:49:04 #9 7.141 Get:23 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 man-db arm64 2.9.1-1 [1095 kB]
13:49:04 #9 7.219 Get:24 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB]
13:49:04 #9 7.317 Get:25 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgdbm-compat4 arm64 1.18.1-5 [6040 B]
13:49:04 #9 7.317 Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libperl5.30 arm64 5.30.0-9ubuntu0.2 [3772 kB]
13:49:04 #9 7.568 Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 perl arm64 5.30.0-9ubuntu0.2 [224 kB]
13:49:05 #9 7.571 Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 openssl arm64 1.1.1f-1ubuntu2.13 [599 kB]
13:49:05 #9 7.583 Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 ca-certificates all 20210119~20.04.2 [145 kB]
13:49:05 #9 7.590 Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 distro-info-data all 0.43ubuntu1.10 [4704 B]
13:49:05 #9 7.591 Get:31 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmagic-mgc arm64 1:5.38-4 [218 kB]
13:49:05 #9 7.601 Get:32 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmagic1 arm64 1:5.38-4 [71.7 kB]
13:49:05 #9 7.605 Get:33 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 file arm64 1:5.38-4 [23.3 kB]
13:49:05 #9 7.606 Get:34 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 less arm64 551-1ubuntu0.1 [119 kB]
13:49:05 #9 7.612 Get:35 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libelf1 arm64 0.176-1.1build1 [44.2 kB]
13:49:05 #9 7.647 Get:36 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglib2.0-0 arm64 2.64.6-1~ubuntu20.04.4 [1200 kB]
13:49:05 #9 7.726 Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
13:49:05 #9 7.726 Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 tzdata all 2022a-0ubuntu0.20.04 [294 kB]
13:49:05 #9 7.737 Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libicu66 arm64 66.1-2ubuntu2.1 [8360 kB]
13:49:05 #9 8.220 Get:40 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libxml2 arm64 2.9.10+dfsg-5ubuntu0.20.04.3 [570 kB]
13:49:05 #9 8.229 Get:41 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libyaml-0-2 arm64 0.2.2-1 [44.4 kB]
13:49:05 #9 8.230 Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
13:49:05 #9 8.230 Get:43 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 netbase all 6.1 [13.1 kB]
13:49:05 #9 8.231 Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-pkg-resources all 45.2.0-1 [130 kB]
13:49:05 #9 8.232 Get:45 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-six all 1.14.0-2 [12.1 kB]
13:49:05 #9 8.232 Get:46 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 shared-mime-info arm64 1.15-1 [429 kB]
13:49:05 #9 8.235 Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 ucf all 3.0038+nmu1 [51.6 kB]
13:49:05 #9 8.235 Get:48 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 xdg-user-dirs arm64 0.17-2ubuntu1 [47.6 kB]
13:49:05 #9 8.300 Get:49 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 xz-utils arm64 5.2.4-1ubuntu1.1 [81.4 kB]
13:49:05 #9 8.378 Get:50 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gettext-base arm64 0.19.8.1-10build1 [48.2 kB]
13:49:05 #9 8.379 Get:51 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 iso-codes all 4.4-1 [2695 kB]
13:49:05 #9 8.502 Get:52 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 krb5-locales all 1.17-6ubuntu4.1 [11.4 kB]
13:49:05 #9 8.503 Get:53 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcbor0.6 arm64 0.6.0-0ubuntu1 [20.5 kB]
13:49:05 #9 8.526 Get:54 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libedit2 arm64 3.1-20191231-1 [82.7 kB]
13:49:05 #9 8.527 Get:55 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfido2-1 arm64 1.3.1-1ubuntu2 [45.1 kB]
13:49:05 #9 8.528 Get:56 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5support0 arm64 1.17-6ubuntu4.1 [30.4 kB]
13:49:05 #9 8.528 Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libk5crypto3 arm64 1.17-6ubuntu4.1 [80.4 kB]
13:49:05 #9 8.529 Get:58 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libkeyutils1 arm64 1.6-6ubuntu1 [10.1 kB]
13:49:05 #9 8.530 Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libkrb5-3 arm64 1.17-6ubuntu4.1 [312 kB]
13:49:05 #9 8.542 Get:60 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgssapi-krb5-2 arm64 1.17-6ubuntu4.1 [113 kB]
13:49:06 #9 8.612 Get:61 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpsl5 arm64 0.21.0-1ubuntu1 [51.3 kB]
13:49:06 #9 8.613 Get:62 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxau6 arm64 1:1.0.9-0ubuntu1 [7356 B]
13:49:06 #9 8.614 Get:63 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu1 [10.3 kB]
13:49:06 #9 8.614 Get:64 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxcb1 arm64 1.14-2 [43.0 kB]
13:49:06 #9 8.616 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
13:49:06 #9 8.620 Get:66 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libx11-6 arm64 2:1.6.9-2ubuntu1.2 [552 kB]
13:49:06 #9 8.642 Get:67 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxext6 arm64 2:1.3.4-0ubuntu1 [27.7 kB]
13:49:06 #9 8.644 Get:68 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxmuu1 arm64 2:1.1.3-0ubuntu1 [9772 B]
13:49:06 #9 8.690 Get:69 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 manpages all 5.05-1 [1314 kB]
13:49:06 #9 8.742 Get:70 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 openssh-client arm64 1:8.2p1-4ubuntu0.5 [637 kB]
13:49:06 #9 8.783 Get:71 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 publicsuffix all 20200303.0012-1 [111 kB]
13:49:06 #9 8.787 Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python-apt-common all 2.0.0ubuntu0.20.04.7 [17.1 kB]
13:49:06 #9 8.788 Get:73 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-apt arm64 2.0.0ubuntu0.20.04.7 [147 kB]
13:49:06 #9 8.794 Get:74 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 strace arm64 5.5-3ubuntu1 [297 kB]
13:49:06 #9 8.805 Get:75 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 xauth arm64 1:1.1-0ubuntu1 [24.1 kB]
13:49:06 #9 8.806 Get:76 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfl2 arm64 2.6.4-6.2 [11.4 kB]
13:49:06 #9 8.807 Get:77 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 at arm64 3.1.23-1ubuntu1 [37.7 kB]
13:49:06 #9 8.808 Get:78 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsigsegv2 arm64 2.12-2 [13.3 kB]
13:49:06 #9 8.846 Get:79 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 m4 arm64 1.4.18-4 [194 kB]
13:49:06 #9 8.924 Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autoconf all 2.69-11.1 [321 kB]
13:49:06 #9 8.937 Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autotools-dev all 20180224.1 [39.6 kB]
13:49:06 #9 8.938 Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 automake all 1:1.16.1-4ubuntu6 [522 kB]
13:49:06 #9 8.959 Get:83 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 autopoint all 0.19.8.1-10build1 [412 kB]
13:49:06 #9 8.976 Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils-common arm64 2.34-6ubuntu1.3 [207 kB]
13:49:06 #9 8.983 Get:85 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libbinutils arm64 2.34-6ubuntu1.3 [475 kB]
13:49:06 #9 9.018 Get:86 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libctf-nobfd0 arm64 2.34-6ubuntu1.3 [44.0 kB]
13:49:06 #9 9.020 Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libctf0 arm64 2.34-6ubuntu1.3 [43.2 kB]
13:49:06 #9 9.021 Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.34-6ubuntu1.3 [1987 kB]
13:49:06 #9 9.117 Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 binutils arm64 2.34-6ubuntu1.3 [3356 B]
13:49:06 #9 9.118 Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libc-dev-bin arm64 2.31-0ubuntu9.9 [64.2 kB]
13:49:06 #9 9.119 Get:91 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 linux-libc-dev arm64 5.4.0-113.127 [1083 kB]
13:49:06 #9 9.178 Get:92 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcrypt-dev arm64 1:4.4.10-10ubuntu4 [111 kB]
13:49:06 #9 9.182 Get:93 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libc6-dev arm64 2.31-0ubuntu9.9 [2069 kB]
13:49:06 #9 9.281 Get:94 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gcc-9-base arm64 9.4.0-1ubuntu1~20.04.1 [19.4 kB]
13:49:06 #9 9.282 Get:95 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libisl22 arm64 0.22.1-1 [537 kB]
13:49:06 #9 9.319 Get:96 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpfr6 arm64 4.0.2-1 [212 kB]
13:49:06 #9 9.327 Get:97 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB]
13:49:06 #9 9.328 Get:98 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 cpp-9 arm64 9.4.0-1ubuntu1~20.04.1 [5986 kB]
13:49:07 #9 9.728 Get:99 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 cpp arm64 4:9.3.0-1ubuntu2 [27.6 kB]
13:49:07 #9 9.730 Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcc1-0 arm64 10.3.0-1ubuntu1~20.04 [46.4 kB]
13:49:07 #9 9.731 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgomp1 arm64 10.3.0-1ubuntu1~20.04 [93.4 kB]
13:49:07 #9 9.882 Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libitm1 arm64 10.3.0-1ubuntu1~20.04 [24.1 kB]
13:49:07 #9 10.05 Get:103 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libatomic1 arm64 10.3.0-1ubuntu1~20.04 [9820 B]
13:49:07 #9 10.06 Get:104 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libasan5 arm64 9.4.0-1ubuntu1~20.04.1 [2692 kB]
13:49:08 #9 10.55 Get:105 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 liblsan0 arm64 10.3.0-1ubuntu1~20.04 [801 kB]
13:49:08 #9 10.58 Get:106 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libtsan0 arm64 10.3.0-1ubuntu1~20.04 [1969 kB]
13:49:08 #9 10.68 Get:107 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libubsan1 arm64 10.3.0-1ubuntu1~20.04 [765 kB]
13:49:08 #9 10.71 Get:108 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libgcc-9-dev arm64 9.4.0-1ubuntu1~20.04.1 [920 kB]
13:49:08 #9 10.76 Get:109 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gcc-9 arm64 9.4.0-1ubuntu1~20.04.1 [6738 kB]
13:49:08 #9 11.17 Get:110 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gcc arm64 4:9.3.0-1ubuntu2 [5228 B]
13:49:08 #9 11.18 Get:111 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libstdc++-9-dev arm64 9.4.0-1ubuntu1~20.04.1 [1688 kB]
13:49:08 #9 11.19 Get:112 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 g++-9 arm64 9.4.0-1ubuntu1~20.04.1 [6843 kB]
13:49:08 #9 11.59 Get:113 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 g++ arm64 4:9.3.0-1ubuntu2 [1592 B]
13:49:09 #9 11.59 Get:114 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 make arm64 4.2.1-1.2 [154 kB]
13:49:09 #9 11.59 Get:115 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB]
13:49:09 #9 11.59 Get:116 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 patch arm64 2.7.6-6 [98.1 kB]
13:49:09 #9 11.59 Get:117 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dpkg-dev all 1.19.7ubuntu3.2 [679 kB]
13:49:09 #9 11.60 Get:118 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 build-essential arm64 12.8ubuntu1.1 [4664 B]
13:49:09 #9 11.60 Get:119 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libbrotli1 arm64 1.0.7-6ubuntu0.1 [257 kB]
13:49:09 #9 11.60 Get:120 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libroken18-heimdal arm64 7.7.0+dfsg-1ubuntu1 [39.4 kB]
13:49:09 #9 11.60 Get:121 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libasn1-8-heimdal arm64 7.7.0+dfsg-1ubuntu1 [150 kB]
13:49:09 #9 11.66 Get:122 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libheimbase1-heimdal arm64 7.7.0+dfsg-1ubuntu1 [27.9 kB]
13:49:09 #9 11.66 Get:123 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhcrypto4-heimdal arm64 7.7.0+dfsg-1ubuntu1 [86.4 kB]
13:49:09 #9 11.74 Get:124 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libwind0-heimdal arm64 7.7.0+dfsg-1ubuntu1 [47.3 kB]
13:49:09 #9 11.74 Get:125 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhx509-5-heimdal arm64 7.7.0+dfsg-1ubuntu1 [98.7 kB]
13:49:09 #9 11.74 Get:126 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libkrb5-26-heimdal arm64 7.7.0+dfsg-1ubuntu1 [191 kB]
13:49:09 #9 11.75 Get:127 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libheimntlm0-heimdal arm64 7.7.0+dfsg-1ubuntu1 [14.7 kB]
13:49:09 #9 11.75 Get:128 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgssapi3-heimdal arm64 7.7.0+dfsg-1ubuntu1 [88.3 kB]
13:49:09 #9 11.75 Get:129 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2ubuntu0.1 [14.9 kB]
13:49:09 #9 11.75 Get:130 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2ubuntu0.1 [48.4 kB]
13:49:09 #9 11.76 Get:131 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
13:49:09 #9 11.81 Get:132 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libldap-2.4-2 arm64 2.4.49+dfsg-2ubuntu1.9 [145 kB]
13:49:09 #9 11.82 Get:133 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnghttp2-14 arm64 1.40.0-1build1 [74.7 kB]
13:49:09 #9 11.89 Get:134 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build1 [53.3 kB]
13:49:09 #9 11.89 Get:135 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libssh-4 arm64 0.9.3-2ubuntu2.2 [159 kB]
13:49:09 #9 11.89 Get:136 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl4 arm64 7.68.0-1ubuntu2.11 [215 kB]
13:49:09 #9 11.90 Get:137 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 curl arm64 7.68.0-1ubuntu2.11 [157 kB]
13:49:09 #9 11.91 Get:138 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dctrl-tools arm64 2.24-3 [59.1 kB]
13:49:09 #9 11.91 Get:139 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtool all 2.4.6-14 [161 kB]
13:49:09 #9 11.92 Get:140 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dh-autoreconf all 19 [16.1 kB]
13:49:09 #9 11.92 Get:141 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
13:49:09 #9 11.96 Get:142 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libarchive-zip-perl all 1.67-2 [90.5 kB]
13:49:09 #9 11.96 Get:143 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-override-perl all 0.09-2 [9532 B]
13:49:09 #9 12.04 Get:144 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
13:49:09 #9 12.04 Get:145 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dh-strip-nondeterminism all 1.7.0-1 [5228 B]
13:49:09 #9 12.04 Get:146 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dwz arm64 0.13-5 [134 kB]
13:49:09 #9 12.04 Get:147 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcroco3 arm64 0.6.13-1 [77.1 kB]
13:49:09 #9 12.05 Get:148 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 gettext arm64 0.19.8.1-10build1 [850 kB]
13:49:09 #9 12.08 Get:149 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
13:49:09 #9 12.08 Get:150 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 po-debconf all 1.0.21 [233 kB]
13:49:09 #9 12.09 Get:151 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 debhelper all 12.10ubuntu1 [877 kB]
13:49:09 #9 12.14 Get:152 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfakeroot arm64 1.24-1 [26.0 kB]
13:49:09 #9 12.14 Get:153 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 fakeroot arm64 1.24-1 [61.9 kB]
13:49:09 #9 12.19 Get:154 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libassuan0 arm64 2.5.3-7ubuntu2 [33.1 kB]
13:49:09 #9 12.19 Get:155 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpgconf arm64 2.2.19-3ubuntu2.1 [117 kB]
13:49:09 #9 12.19 Get:156 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libksba8 arm64 1.3.5-2 [77.4 kB]
13:49:09 #9 12.20 Get:157 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnpth0 arm64 1.6-1 [7440 B]
13:49:09 #9 12.20 Get:158 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 dirmngr arm64 2.2.19-3ubuntu2.1 [310 kB]
13:49:09 #9 12.21 Get:159 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg-l10n all 2.2.19-3ubuntu2.1 [51.7 kB]
13:49:09 #9 12.21 Get:160 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg-utils arm64 2.2.19-3ubuntu2.1 [443 kB]
13:49:09 #9 12.26 Get:161 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg arm64 2.2.19-3ubuntu2.1 [442 kB]
13:49:09 #9 12.28 Get:162 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 pinentry-curses arm64 1.1.0-3build1 [34.3 kB]
13:49:09 #9 12.28 Get:163 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-agent arm64 2.2.19-3ubuntu2.1 [216 kB]
13:49:09 #9 12.34 Get:164 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-wks-client arm64 2.2.19-3ubuntu2.1 [89.3 kB]
13:49:09 #9 12.34 Get:165 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpg-wks-server arm64 2.2.19-3ubuntu2.1 [83.0 kB]
13:49:09 #9 12.34 Get:166 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gpgsm arm64 2.2.19-3ubuntu2.1 [199 kB]
13:49:09 #9 12.35 Get:167 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 gnupg all 2.2.19-3ubuntu2.1 [259 kB]
13:49:09 #9 12.36 Get:168 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-which-perl all 1.23-1 [13.8 kB]
13:49:09 #9 12.36 Get:169 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-homedir-perl all 1.004-1 [37.3 kB]
13:49:09 #9 12.36 Get:170 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-pty-perl arm64 1:1.12-1 [31.5 kB]
13:49:09 #9 12.41 Get:171 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libipc-run-perl all 20180523.0-2 [89.7 kB]
13:49:09 #9 12.41 Get:172 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
13:49:09 #9 12.42 Get:173 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libb-hooks-op-check-perl arm64 0.22-1build2 [10.2 kB]
13:49:09 #9 12.49 Get:174 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
13:49:09 #9 12.49 Get:175 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevel-callchecker-perl arm64 0.008-1ubuntu1 [14.4 kB]
13:49:09 #9 12.49 Get:176 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libparams-classify-perl arm64 0.015-1build2 [20.8 kB]
13:49:09 #9 12.49 Get:177 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
13:49:09 #9 12.49 Get:178 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB]
13:49:09 #9 12.49 Get:179 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librole-tiny-perl all 2.001004-1 [16.5 kB]
13:49:09 #9 12.49 Get:180 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstrictures-perl all 2.000006-1 [16.3 kB]
13:49:09 #9 12.56 Get:181 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-quote-perl all 2.006006-1 [19.5 kB]
13:49:09 #9 12.56 Get:182 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmoo-perl all 2.003006-1 [46.3 kB]
13:49:09 #9 12.56 Get:183 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libencode-locale-perl all 1.05-1 [12.3 kB]
13:49:09 #9 12.64 Get:184 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtimedate-perl all 2.3200-1 [34.0 kB]
13:49:10 #9 12.64 Get:185 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-date-perl all 6.05-1 [9920 B]
13:49:10 #9 12.64 Get:186 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-listing-perl all 6.04-1 [9774 B]
13:49:10 #9 12.64 Get:187 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
13:49:10 #9 12.64 Get:188 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liburi-perl all 1.76-2 [77.5 kB]
13:49:10 #9 12.64 Get:189 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-parser-perl arm64 3.72-5 [84.1 kB]
13:49:10 #9 12.64 Get:190 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-tree-perl all 5.07-2 [200 kB]
13:49:10 #9 12.71 Get:191 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-html-perl all 1.001-1 [14.9 kB]
13:49:10 #9 12.71 Get:192 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
13:49:10 #9 12.71 Get:193 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-message-perl all 6.22-1 [76.1 kB]
13:49:10 #9 12.79 Get:194 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-cookies-perl all 6.08-1 [18.3 kB]
13:49:10 #9 12.79 Get:195 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
13:49:10 #9 12.79 Get:196 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 perl-openssl-defaults arm64 4 [7188 B]
13:49:10 #9 12.79 Get:197 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-ssleay-perl arm64 1.88-2ubuntu1 [286 kB]
13:49:10 #9 12.80 Get:198 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-socket-ssl-perl all 2.067-1 [176 kB]
13:49:10 #9 12.81 Get:199 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-http-perl all 6.19-1 [22.8 kB]
13:49:10 #9 12.81 Get:200 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
13:49:10 #9 12.86 Get:201 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtry-tiny-perl all 0.30-1 [20.5 kB]
13:49:10 #9 12.86 Get:202 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
13:49:10 #9 13.01 Get:203 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libwww-perl all 6.43-1 [140 kB]
13:49:10 #9 13.36 Get:204 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 patchutils arm64 0.3.4-2 [65.2 kB]
13:49:10 #9 13.38 Get:205 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 wdiff arm64 1.2.2-2build1 [28.8 kB]
13:49:10 #9 13.39 Get:206 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 devscripts arm64 2.20.2ubuntu2 [940 kB]
13:49:10 #9 13.61 Get:207 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 diffstat arm64 1.63-1 [25.2 kB]
13:49:10 #9 13.61 Get:208 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-chardet all 3.0.4-4build1 [80.4 kB]
13:49:11 #9 13.62 Get:209 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-debian all 0.1.36ubuntu1 [65.0 kB]
13:49:11 #9 13.62 Get:210 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgpgme11 arm64 1.13.1-7ubuntu2 [108 kB]
13:49:11 #9 13.63 Get:211 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-gpg arm64 1.13.1-7ubuntu2 [156 kB]
13:49:11 #9 13.64 Get:212 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 dput all 1.0.3ubuntu1 [42.3 kB]
13:49:11 #9 13.64 Get:213 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libcurl3-gnutls arm64 7.68.0-1ubuntu2.11 [213 kB]
13:49:11 #9 13.66 Get:214 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liberror-perl all 0.17029-1 [26.5 kB]
13:49:11 #9 13.66 Get:215 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 git-man all 1:2.25.1-1ubuntu3.4 [885 kB]
13:49:11 #9 13.70 Get:216 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 git arm64 1:2.25.1-1ubuntu3.4 [4345 kB]
13:49:11 #9 13.94 Get:217 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
13:49:11 #9 13.94 Get:218 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6 [11.1 kB]
13:49:11 #9 13.94 Get:219 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:49:11 #9 13.94 Get:220 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libapt-pkg-perl arm64 0.1.36build3 [65.8 kB]
13:49:11 #9 13.94 Get:221 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libarchive-cpio-perl all 0.10-1 [9644 B]
13:49:11 #9 13.94 Get:222 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libarray-intspan-perl all 2.003-1 [23.3 kB]
13:49:11 #9 13.94 Get:223 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libasync-mergepoint-perl all 0.04-2 [10.2 kB]
13:49:11 #9 13.94 Get:224 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
13:49:11 #9 13.94 Get:225 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
13:49:11 #9 14.02 Get:226 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libvariable-magic-perl arm64 0.62-1build2 [33.1 kB]
13:49:11 #9 14.02 Get:227 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
13:49:11 #9 14.09 Get:228 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
13:49:11 #9 14.09 Get:229 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libclass-xsaccessor-perl arm64 1.19-3build3 [33.1 kB]
13:49:11 #9 14.09 Get:230 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libclone-perl arm64 0.43-2 [10.8 kB]
13:49:11 #9 14.09 Get:231 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcommon-sense-perl arm64 3.74-2build6 [20.1 kB]
13:49:11 #9 14.09 Get:232 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libparams-util-perl arm64 1.07-3build5 [19.2 kB]
13:49:11 #9 14.09 Get:233 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-install-perl all 0.928-1 [10.5 kB]
13:49:11 #9 14.09 Get:234 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdata-optlist-perl all 0.110-1 [9956 B]
13:49:11 #9 14.09 Get:235 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-exporter-perl all 0.987-1 [44.9 kB]
13:49:11 #9 14.17 Get:236 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libconst-fast-perl all 0.014-1 [7958 B]
13:49:11 #9 14.17 Get:237 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libwant-perl arm64 0.29-1build4 [23.9 kB]
13:49:11 #9 14.24 Get:238 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
13:49:11 #9 14.24 Get:239 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libcpanel-json-xs-perl arm64 4.19-1build1 [107 kB]
13:49:11 #9 14.24 Get:240 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdata-dump-perl all 1.23-1 [27.0 kB]
13:49:11 #9 14.25 Get:241 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdigest-bubblebabble-perl all 0.02-2 [7908 B]
13:49:11 #9 14.25 Get:242 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
13:49:11 #9 14.25 Get:243 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdistro-info-perl all 0.23ubuntu1 [4668 B]
13:49:11 #9 14.25 Get:244 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
13:49:11 #9 14.25 Get:245 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmailtools-perl all 2.21-1 [80.7 kB]
13:49:11 #9 14.32 Get:246 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-ip-perl all 1.26-2 [27.4 kB]
13:49:11 #9 14.32 Get:247 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-dns-perl all 1.22-1 [336 kB]
13:49:11 #9 14.39 Get:248 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
13:49:11 #9 14.39 Get:249 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libemail-valid-perl all 1.202-1 [16.3 kB]
13:49:11 #9 14.39 Get:250 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libexporter-tiny-perl all 1.002001-1 [35.5 kB]
13:49:11 #9 14.39 Get:251 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libipc-system-simple-perl all 1.26-1 [22.8 kB]
13:49:11 #9 14.39 Get:252 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-basedir-perl all 0.08-1 [16.9 kB]
13:49:11 #9 14.39 Get:253 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
13:49:11 #9 14.39 Get:254 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-fcntllock-perl arm64 0.22-3build4 [33.0 kB]
13:49:11 #9 14.39 Get:255 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnumber-compare-perl all 0.03-1 [7318 B]
13:49:11 #9 14.47 Get:256 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtext-glob-perl all 0.10-1 [7554 B]
13:49:12 #9 14.47 Get:257 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
13:49:12 #9 14.54 Get:258 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfont-afm-perl all 1.20-2 [13.2 kB]
13:49:12 #9 14.54 Get:259 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-string-perl all 1.08-3 [11.1 kB]
13:49:12 #9 14.54 Get:260 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfont-ttf-perl all 1.06-1 [313 kB]
13:49:12 #9 14.55 Get:261 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libfuture-perl all 0.43-1 [77.8 kB]
13:49:12 #9 14.55 Get:262 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-stringy-perl all 2.111-3 [55.8 kB]
13:49:12 #9 14.55 Get:263 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libparams-validate-perl arm64 1.29-3 [51.0 kB]
13:49:12 #9 14.55 Get:264 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
13:49:12 #9 14.55 Get:265 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsort-versions-perl all 1.62-1 [9294 B]
13:49:12 #9 14.62 Get:266 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
13:49:12 #9 14.62 Get:267 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
13:49:12 #9 14.69 Get:268 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-prompter-perl all 0.004015-1 [58.1 kB]
13:49:12 #9 14.69 Get:269 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjson-perl all 4.02000-2 [80.9 kB]
13:49:12 #9 14.69 Get:270 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblog-any-perl all 1.708-1 [67.8 kB]
13:49:12 #9 14.69 Get:271 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
13:49:12 #9 14.69 Get:272 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpackage-stash-perl all 0.38-1 [19.1 kB]
13:49:12 #9 14.69 Get:273 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-identify-perl arm64 0.14-1build2 [10.5 kB]
13:49:12 #9 14.70 Get:274 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsub-name-perl arm64 0.26-1 [11.2 kB]
13:49:12 #9 14.70 Get:275 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
13:49:12 #9 14.77 Get:276 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpath-tiny-perl all 0.108-1 [42.6 kB]
13:49:12 #9 14.77 Get:277 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtype-tiny-perl all 1.008001-2 [304 kB]
13:49:12 #9 14.84 Get:278 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
13:49:12 #9 14.84 Get:279 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhash-fieldhash-perl arm64 0.15-1build2 [16.5 kB]
13:49:12 #9 14.84 Get:280 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-form-perl all 6.07-1 [22.2 kB]
13:49:12 #9 14.84 Get:281 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhtml-format-perl all 2.12-1 [41.3 kB]
13:49:12 #9 14.84 Get:282 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libhttp-daemon-perl all 6.06-1 [21.4 kB]
13:49:12 #9 14.84 Get:283 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libidn11 arm64 1.33-2.2ubuntu2 [45.3 kB]
13:49:12 #9 14.84 Get:284 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstruct-dumb-perl all 0.09-1 [10.5 kB]
13:49:12 #9 14.84 Get:285 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-async-perl all 0.75-1 [254 kB]
13:49:12 #9 14.92 Get:286 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblinux-epoll-perl arm64 0.017-1 [15.6 kB]
13:49:12 #9 14.92 Get:287 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
13:49:12 #9 14.99 Get:288 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtypes-serialiser-perl all 1.0-1 [12.1 kB]
13:49:12 #9 14.99 Get:289 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjson-xs-perl arm64 4.020-1build1 [82.2 kB]
13:49:12 #9 14.99 Get:290 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjson-maybexs-perl all 1.004000-1 [11.0 kB]
13:49:12 #9 14.99 Get:291 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-compare-perl all 0.53-1 [65.6 kB]
13:49:12 #9 14.99 Get:292 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-moreutils-perl arm64 0.416-1build5 [53.5 kB]
13:49:12 #9 14.99 Get:293 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-someutils-perl all 0.58-1 [29.7 kB]
13:49:12 #9 14.99 Get:294 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 liblist-someutils-xs-perl arm64 0.58-2 [30.2 kB]
13:49:12 #9 15.00 Get:295 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libltdl7 arm64 2.4.6-14 [37.5 kB]
13:49:12 #9 15.07 Get:296 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libltdl-dev arm64 2.4.6-14 [162 kB]
13:49:12 #9 15.07 Get:297 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
13:49:12 #9 15.14 Get:298 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
13:49:12 #9 15.14 Get:299 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmoox-aliases-perl all 0.001006-1 [7176 B]
13:49:12 #9 15.14 Get:300 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
13:49:12 #9 15.14 Get:301 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libmoox-struct-perl all 0.017-1 [23.4 kB]
13:49:12 #9 15.14 Get:302 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-dns-sec-perl arm64 1.15-1 [44.1 kB]
13:49:12 #9 15.14 Get:303 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnet-libidn-perl arm64 0.12.ds-3build2 [17.3 kB]
13:49:12 #9 15.29 Get:304 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libnumber-range-perl all 0.12-1 [8556 B]
13:49:12 #9 15.37 Get:305 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpackage-stash-xs-perl arm64 0.29-1build1 [18.0 kB]
13:49:12 #9 15.40 Get:306 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
13:49:13 #9 15.53 Get:307 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libperl4-corelibs-perl all 0.004-2 [37.4 kB]
13:49:13 #9 15.57 Get:308 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libperlio-gzip-perl arm64 0.19-1build5 [14.1 kB]
13:49:13 #9 15.58 Get:309 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpod-constants-perl all 0.19-1 [16.0 kB]
13:49:13 #9 15.60 Get:310 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libre2-5 arm64 20200101+dfsg-1build1 [142 kB]
13:49:13 #9 15.67 Get:311 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libre-engine-re2-perl arm64 0.13-5 [15.6 kB]
13:49:13 #9 15.68 Get:312 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libreadonly-perl all 2.050-2 [19.9 kB]
13:49:13 #9 15.69 Get:313 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libref-util-perl all 0.204-1 [15.0 kB]
13:49:13 #9 15.69 Get:314 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libref-util-xs-perl arm64 0.117-1build2 [11.6 kB]
13:49:13 #9 15.70 Get:315 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
13:49:13 #9 15.71 Get:316 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
13:49:13 #9 15.71 Get:317 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsasl2-modules arm64 2.1.27+dfsg-2ubuntu0.1 [46.1 kB]
13:49:13 #9 15.72 Get:318 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsereal-decoder-perl arm64 4.011+ds-1build1 [96.0 kB]
13:49:13 #9 15.75 Get:319 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsereal-encoder-perl arm64 4.011+ds-1build1 [97.4 kB]
13:49:13 #9 15.76 Get:320 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsereal-perl all 4.011-1 [8604 B]
13:49:13 #9 15.76 Get:321 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libsort-key-perl arm64 1.33-2build2 [34.4 kB]
13:49:13 #9 15.77 Get:322 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstring-copyright-perl all 0.003006-1 [9608 B]
13:49:13 #9 15.84 Get:323 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
13:49:13 #9 15.84 Get:324 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
13:49:13 #9 15.84 Get:325 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libterm-readkey-perl arm64 2.38-1build1 [24.1 kB]
13:49:13 #9 15.84 Get:326 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtest-fatal-perl all 0.014-1 [11.1 kB]
13:49:13 #9 15.84 Get:327 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtest-refcount-perl all 0.10-1 [11.4 kB]
13:49:13 #9 15.84 Get:328 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtext-levenshtein-perl all 0.13-1 [9612 B]
13:49:13 #9 15.91 Get:329 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libtype-tiny-xs-perl arm64 0.016-1 [22.3 kB]
13:49:13 #9 15.91 Get:330 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libunicode-utf8-perl arm64 0.62-1build1 [17.5 kB]
13:49:13 #9 15.91 Get:331 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
13:49:13 #9 15.92 Get:332 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
13:49:13 #9 15.99 Get:333 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
13:49:13 #9 15.99 Get:334 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-1build1 [309 kB]
13:49:13 #9 16.01 Get:335 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-parser-perl arm64 2.46-1 [191 kB]
13:49:13 #9 16.03 Get:336 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
13:49:13 #9 16.03 Get:337 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libxml-writer-perl all 0.625-1 [24.9 kB]
13:49:13 #9 16.03 Get:338 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libyaml-libyaml-perl arm64 0.81+repack-1 [27.2 kB]
13:49:13 #9 16.06 Get:339 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 licensecheck all 3.0.45-1 [23.9 kB]
13:49:13 #9 16.06 Get:340 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevel-size-perl arm64 0.83-1build1 [19.6 kB]
13:49:13 #9 16.06 Get:341 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 t1utils arm64 1.41-3 [53.5 kB]
13:49:13 #9 16.07 Get:342 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 lintian all 2.62.0ubuntu2.1 [980 kB]
13:49:13 #9 16.14 Get:343 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 manpages-dev all 5.05-1 [2266 kB]
13:49:13 #9 16.24 Get:344 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-certifi all 2019.11.28-1 [149 kB]
13:49:13 #9 16.25 Get:345 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-idna all 2.8-1 [34.6 kB]
13:49:13 #9 16.25 Get:346 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 python3-urllib3 all 1.25.8-2ubuntu0.1 [88.3 kB]
13:49:13 #9 16.25 Get:347 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
13:49:13 #9 16.25 Get:348 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-unidiff all 0.5.5-2 [9180 B]
13:49:13 #9 16.25 Get:349 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-xdg all 0.26-1ubuntu1 [36.1 kB]
13:49:13 #9 16.25 Get:350 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 unzip arm64 6.0-25ubuntu1 [163 kB]
13:49:13 #9 16.26 Get:351 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 equivs all 2.2.0 [19.7 kB]
13:49:13 #9 16.26 Get:352 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
13:49:13 #9 16.43 Get:353 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 python3-magic all 2:0.4.15-3 [9376 B]
13:49:14 #9 16.64 debconf: delaying package configuration, since apt-utils is not installed
13:49:14 #9 16.67 Fetched 100 MB in 11s (9260 kB/s)
13:49:14 #9 16.76 (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.)
13:49:14 #9 16.77 Preparing to unpack .../libc6_2.31-0ubuntu9.9_arm64.deb ...
13:49:14 #9 16.95 Unpacking libc6:arm64 (2.31-0ubuntu9.9) over (2.31-0ubuntu9.7) ...
13:49:15 #9 18.17 Setting up libc6:arm64 (2.31-0ubuntu9.9) ...
13:49:16 #9 19.30 Selecting previously unselected package liblocale-gettext-perl.
13:49:16 #9 19.30 (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.)
13:49:16 #9 19.31 Preparing to unpack .../liblocale-gettext-perl_1.07-4_arm64.deb ...
13:49:16 #9 19.31 Unpacking liblocale-gettext-perl (1.07-4) ...
13:49:16 #9 19.35 Selecting previously unselected package libssl1.1:arm64.
13:49:16 #9 19.35 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.13_arm64.deb ...
13:49:16 #9 19.36 Unpacking libssl1.1:arm64 (1.1.1f-1ubuntu2.13) ...
13:49:16 #9 19.48 Selecting previously unselected package libpython3.8-minimal:arm64.
13:49:16 #9 19.48 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.4_arm64.deb ...
13:49:16 #9 19.48 Unpacking libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.4) ...
13:49:16 #9 19.58 Selecting previously unselected package libexpat1:arm64.
13:49:17 #9 19.59 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.4_arm64.deb ...
13:49:17 #9 19.59 Unpacking libexpat1:arm64 (2.2.9-1ubuntu0.4) ...
13:49:17 #9 19.64 Selecting previously unselected package python3.8-minimal.
13:49:17 #9 19.64 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.4_arm64.deb ...
13:49:17 #9 19.65 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ...
13:49:17 #9 19.85 Setting up libssl1.1:arm64 (1.1.1f-1ubuntu2.13) ...
13:49:17 #9 19.93 Setting up libpython3.8-minimal:arm64 (3.8.10-0ubuntu1~20.04.4) ...
13:49:17 #9 19.95 Setting up libexpat1:arm64 (2.2.9-1ubuntu0.4) ...
13:49:17 #9 19.96 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.4) ...
13:49:17 #9 20.54 Selecting previously unselected package python3-minimal.
13:49:17 #9 20.54 (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.)
13:49:17 #9 20.54 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_arm64.deb ...
13:49:17 #9 20.55 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
13:49:17 #9 20.58 Selecting previously unselected package mime-support.
13:49:17 #9 20.58 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
13:49:17 #9 20.58 Unpacking mime-support (3.64ubuntu1) ...
13:49:17 #9 20.62 Selecting previously unselected package libmpdec2:arm64.
13:49:17 #9 20.62 Preparing to unpack .../2-libmpdec2_2.4.2-3_arm64.deb ...
13:49:17 #9 20.62 Unpacking libmpdec2:arm64 (2.4.2-3) ...
13:49:17 #9 20.66 Selecting previously unselected package readline-common.
13:49:18 #9 20.66 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
13:49:18 #9 20.66 Unpacking readline-common (8.0-4) ...
13:49:18 #9 20.70 Selecting previously unselected package libreadline8:arm64.
13:49:18 #9 20.70 Preparing to unpack .../4-libreadline8_8.0-4_arm64.deb ...
13:49:18 #9 20.70 Unpacking libreadline8:arm64 (8.0-4) ...
13:49:18 #9 20.74 Selecting previously unselected package libsqlite3-0:arm64.
13:49:18 #9 20.74 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.3_arm64.deb ...
13:49:18 #9 20.75 Unpacking libsqlite3-0:arm64 (3.31.1-4ubuntu0.3) ...
13:49:18 #9 20.81 Selecting previously unselected package libpython3.8-stdlib:arm64.
13:49:18 #9 20.81 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.4_arm64.deb ...
13:49:18 #9 20.82 Unpacking libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.4) ...
13:49:18 #9 20.97 Selecting previously unselected package python3.8.
13:49:18 #9 20.98 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.4_arm64.deb ...
13:49:18 #9 20.98 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.4) ...
13:49:18 #9 21.02 Selecting previously unselected package libpython3-stdlib:arm64.
13:49:18 #9 21.02 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_arm64.deb ...
13:49:18 #9 21.02 Unpacking libpython3-stdlib:arm64 (3.8.2-0ubuntu2) ...
13:49:18 #9 21.05 Setting up python3-minimal (3.8.2-0ubuntu2) ...
13:49:18 #9 21.24 Selecting previously unselected package python3.
13:49:18 #9 21.24 (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.)
13:49:18 #9 21.25 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_arm64.deb ...
13:49:18 #9 21.26 Unpacking python3 (3.8.2-0ubuntu2) ...
13:49:18 #9 21.30 Selecting previously unselected package libbsd0:arm64.
13:49:18 #9 21.30 Preparing to unpack .../001-libbsd0_0.10.0-1_arm64.deb ...
13:49:18 #9 21.30 Unpacking libbsd0:arm64 (0.10.0-1) ...
13:49:18 #9 21.33 Selecting previously unselected package bsdmainutils.
13:49:18 #9 21.34 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_arm64.deb ...
13:49:18 #9 21.34 Unpacking bsdmainutils (11.1.2ubuntu3) ...
13:49:18 #9 21.39 Selecting previously unselected package libuchardet0:arm64.
13:49:19 #9 21.39 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_arm64.deb ...
13:49:19 #9 21.39 Unpacking libuchardet0:arm64 (0.0.6-3build1) ...
13:49:19 #9 21.42 Selecting previously unselected package groff-base.
13:49:19 #9 21.42 Preparing to unpack .../004-groff-base_1.22.4-4build1_arm64.deb ...
13:49:19 #9 21.43 Unpacking groff-base (1.22.4-4build1) ...
13:49:19 #9 21.53 Selecting previously unselected package libgdbm6:arm64.
13:49:19 #9 21.53 Preparing to unpack .../005-libgdbm6_1.18.1-5_arm64.deb ...
13:49:19 #9 21.53 Unpacking libgdbm6:arm64 (1.18.1-5) ...
13:49:19 #9 21.57 Selecting previously unselected package libpipeline1:arm64.
13:49:19 #9 21.57 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_arm64.deb ...
13:49:19 #9 21.57 Unpacking libpipeline1:arm64 (1.5.2-2build1) ...
13:49:19 #9 21.62 Selecting previously unselected package man-db.
13:49:19 #9 21.62 Preparing to unpack .../007-man-db_2.9.1-1_arm64.deb ...
13:49:19 #9 21.63 Unpacking man-db (2.9.1-1) ...
13:49:19 #9 21.73 Selecting previously unselected package perl-modules-5.30.
13:49:19 #9 21.73 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ...
13:49:19 #9 21.73 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
13:49:19 #9 22.04 Selecting previously unselected package libgdbm-compat4:arm64.
13:49:19 #9 22.04 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_arm64.deb ...
13:49:19 #9 22.05 Unpacking libgdbm-compat4:arm64 (1.18.1-5) ...
13:49:19 #9 22.08 Selecting previously unselected package libperl5.30:arm64.
13:49:19 #9 22.08 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.2_arm64.deb ...
13:49:19 #9 22.08 Unpacking libperl5.30:arm64 (5.30.0-9ubuntu0.2) ...
13:49:19 #9 22.45 Selecting previously unselected package perl.
13:49:19 #9 22.46 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.2_arm64.deb ...
13:49:19 #9 22.46 Unpacking perl (5.30.0-9ubuntu0.2) ...
13:49:19 #9 22.51 Selecting previously unselected package openssl.
13:49:20 #9 22.51 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.13_arm64.deb ...
13:49:20 #9 22.51 Unpacking openssl (1.1.1f-1ubuntu2.13) ...
13:49:20 #9 22.59 Selecting previously unselected package ca-certificates.
13:49:20 #9 22.59 Preparing to unpack .../013-ca-certificates_20210119~20.04.2_all.deb ...
13:49:20 #9 22.60 Unpacking ca-certificates (20210119~20.04.2) ...
13:49:20 #9 22.64 Selecting previously unselected package distro-info-data.
13:49:20 #9 22.64 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.10_all.deb ...
13:49:20 #9 22.65 Unpacking distro-info-data (0.43ubuntu1.10) ...
13:49:20 #9 22.68 Selecting previously unselected package libmagic-mgc.
13:49:20 #9 22.68 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_arm64.deb ...
13:49:20 #9 22.68 Unpacking libmagic-mgc (1:5.38-4) ...
13:49:20 #9 22.74 Selecting previously unselected package libmagic1:arm64.
13:49:20 #9 22.74 Preparing to unpack .../016-libmagic1_1%3a5.38-4_arm64.deb ...
13:49:20 #9 22.75 Unpacking libmagic1:arm64 (1:5.38-4) ...
13:49:20 #9 22.78 Selecting previously unselected package file.
13:49:20 #9 22.78 Preparing to unpack .../017-file_1%3a5.38-4_arm64.deb ...
13:49:20 #9 22.78 Unpacking file (1:5.38-4) ...
13:49:20 #9 22.82 Selecting previously unselected package less.
13:49:20 #9 22.82 Preparing to unpack .../018-less_551-1ubuntu0.1_arm64.deb ...
13:49:20 #9 22.82 Unpacking less (551-1ubuntu0.1) ...
13:49:20 #9 22.87 Selecting previously unselected package libelf1:arm64.
13:49:20 #9 22.87 Preparing to unpack .../019-libelf1_0.176-1.1build1_arm64.deb ...
13:49:20 #9 22.87 Unpacking libelf1:arm64 (0.176-1.1build1) ...
13:49:20 #9 22.91 Selecting previously unselected package libglib2.0-0:arm64.
13:49:20 #9 22.91 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_arm64.deb ...
13:49:20 #9 22.91 Unpacking libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.4) ...
13:49:20 #9 23.03 Selecting previously unselected package libglib2.0-data.
13:49:20 #9 23.03 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
13:49:20 #9 23.03 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
13:49:20 #9 23.07 Selecting previously unselected package tzdata.
13:49:20 #9 23.07 Preparing to unpack .../022-tzdata_2022a-0ubuntu0.20.04_all.deb ...
13:49:20 #9 23.08 Unpacking tzdata (2022a-0ubuntu0.20.04) ...
13:49:20 #9 23.28 Selecting previously unselected package libicu66:arm64.
13:49:20 #9 23.28 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_arm64.deb ...
13:49:20 #9 23.28 Unpacking libicu66:arm64 (66.1-2ubuntu2.1) ...
13:49:21 #9 23.96 Selecting previously unselected package libxml2:arm64.
13:49:21 #9 23.96 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.3_arm64.deb ...
13:49:21 #9 23.96 Unpacking libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.3) ...
13:49:21 #9 24.04 Selecting previously unselected package libyaml-0-2:arm64.
13:49:21 #9 24.04 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_arm64.deb ...
13:49:21 #9 24.04 Unpacking libyaml-0-2:arm64 (0.2.2-1) ...
13:49:21 #9 24.07 Selecting previously unselected package lsb-release.
13:49:21 #9 24.08 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
13:49:21 #9 24.08 Unpacking lsb-release (11.1.0ubuntu2) ...
13:49:21 #9 24.11 Selecting previously unselected package netbase.
13:49:21 #9 24.11 Preparing to unpack .../027-netbase_6.1_all.deb ...
13:49:21 #9 24.12 Unpacking netbase (6.1) ...
13:49:21 #9 24.14 Selecting previously unselected package python3-pkg-resources.
13:49:21 #9 24.15 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1_all.deb ...
13:49:21 #9 24.15 Unpacking python3-pkg-resources (45.2.0-1) ...
13:49:21 #9 24.19 Selecting previously unselected package python3-six.
13:49:21 #9 24.19 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
13:49:21 #9 24.19 Unpacking python3-six (1.14.0-2) ...
13:49:21 #9 24.22 Selecting previously unselected package shared-mime-info.
13:49:21 #9 24.22 Preparing to unpack .../030-shared-mime-info_1.15-1_arm64.deb ...
13:49:21 #9 24.23 Unpacking shared-mime-info (1.15-1) ...
13:49:21 #9 24.31 Selecting previously unselected package ucf.
13:49:21 #9 24.31 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
13:49:21 #9 24.31 Moving old data out of the way
13:49:21 #9 24.32 Unpacking ucf (3.0038+nmu1) ...
13:49:21 #9 24.35 Selecting previously unselected package xdg-user-dirs.
13:49:21 #9 24.35 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_arm64.deb ...
13:49:21 #9 24.36 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
13:49:21 #9 24.41 Selecting previously unselected package xz-utils.
13:49:22 #9 24.41 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1.1_arm64.deb ...
13:49:22 #9 24.42 Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
13:49:22 #9 24.45 Selecting previously unselected package gettext-base.
13:49:22 #9 24.45 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_arm64.deb ...
13:49:22 #9 24.46 Unpacking gettext-base (0.19.8.1-10build1) ...
13:49:22 #9 24.48 Selecting previously unselected package iso-codes.
13:49:22 #9 24.49 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
13:49:22 #9 24.49 Unpacking iso-codes (4.4-1) ...
13:49:22 #9 24.79 Selecting previously unselected package krb5-locales.
13:49:22 #9 24.80 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.1_all.deb ...
13:49:22 #9 24.80 Unpacking krb5-locales (1.17-6ubuntu4.1) ...
13:49:22 #9 24.83 Selecting previously unselected package libcbor0.6:arm64.
13:49:22 #9 24.83 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_arm64.deb ...
13:49:22 #9 24.83 Unpacking libcbor0.6:arm64 (0.6.0-0ubuntu1) ...
13:49:22 #9 24.87 Selecting previously unselected package libedit2:arm64.
13:49:22 #9 24.87 Preparing to unpack .../038-libedit2_3.1-20191231-1_arm64.deb ...
13:49:22 #9 24.87 Unpacking libedit2:arm64 (3.1-20191231-1) ...
13:49:22 #9 24.91 Selecting previously unselected package libfido2-1:arm64.
13:49:22 #9 24.91 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_arm64.deb ...
13:49:22 #9 24.91 Unpacking libfido2-1:arm64 (1.3.1-1ubuntu2) ...
13:49:22 #9 24.95 Selecting previously unselected package libkrb5support0:arm64.
13:49:22 #9 24.95 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.1_arm64.deb ...
13:49:22 #9 24.96 Unpacking libkrb5support0:arm64 (1.17-6ubuntu4.1) ...
13:49:22 #9 24.99 Selecting previously unselected package libk5crypto3:arm64.
13:49:22 #9 24.99 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.1_arm64.deb ...
13:49:22 #9 24.99 Unpacking libk5crypto3:arm64 (1.17-6ubuntu4.1) ...
13:49:22 #9 25.04 Selecting previously unselected package libkeyutils1:arm64.
13:49:22 #9 25.04 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1_arm64.deb ...
13:49:22 #9 25.04 Unpacking libkeyutils1:arm64 (1.6-6ubuntu1) ...
13:49:22 #9 25.08 Selecting previously unselected package libkrb5-3:arm64.
13:49:22 #9 25.08 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.1_arm64.deb ...
13:49:22 #9 25.08 Unpacking libkrb5-3:arm64 (1.17-6ubuntu4.1) ...
13:49:22 #9 25.14 Selecting previously unselected package libgssapi-krb5-2:arm64.
13:49:22 #9 25.14 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.1_arm64.deb ...
13:49:22 #9 25.14 Unpacking libgssapi-krb5-2:arm64 (1.17-6ubuntu4.1) ...
13:49:22 #9 25.19 Selecting previously unselected package libpsl5:arm64.
13:49:22 #9 25.19 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_arm64.deb ...
13:49:22 #9 25.19 Unpacking libpsl5:arm64 (0.21.0-1ubuntu1) ...
13:49:22 #9 25.23 Selecting previously unselected package libxau6:arm64.
13:49:22 #9 25.23 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_arm64.deb ...
13:49:22 #9 25.23 Unpacking libxau6:arm64 (1:1.0.9-0ubuntu1) ...
13:49:22 #9 25.26 Selecting previously unselected package libxdmcp6:arm64.
13:49:22 #9 25.26 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_arm64.deb ...
13:49:22 #9 25.27 Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu1) ...
13:49:22 #9 25.30 Selecting previously unselected package libxcb1:arm64.
13:49:22 #9 25.30 Preparing to unpack .../048-libxcb1_1.14-2_arm64.deb ...
13:49:22 #9 25.30 Unpacking libxcb1:arm64 (1.14-2) ...
13:49:22 #9 25.33 Selecting previously unselected package libx11-data.
13:49:22 #9 25.33 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
13:49:22 #9 25.34 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
13:49:22 #9 25.40 Selecting previously unselected package libx11-6:arm64.
13:49:22 #9 25.40 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_arm64.deb ...
13:49:22 #9 25.40 Unpacking libx11-6:arm64 (2:1.6.9-2ubuntu1.2) ...
13:49:22 #9 25.47 Selecting previously unselected package libxext6:arm64.
13:49:22 #9 25.48 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_arm64.deb ...
13:49:22 #9 25.48 Unpacking libxext6:arm64 (2:1.3.4-0ubuntu1) ...
13:49:22 #9 25.51 Selecting previously unselected package libxmuu1:arm64.
13:49:23 #9 25.51 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_arm64.deb ...
13:49:23 #9 25.52 Unpacking libxmuu1:arm64 (2:1.1.3-0ubuntu1) ...
13:49:23 #9 25.54 Selecting previously unselected package manpages.
13:49:23 #9 25.55 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
13:49:23 #9 25.55 Unpacking manpages (5.05-1) ...
13:49:23 #9 25.65 Selecting previously unselected package openssh-client.
13:49:23 #9 25.65 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.5_arm64.deb ...
13:49:23 #9 25.66 Unpacking openssh-client (1:8.2p1-4ubuntu0.5) ...
13:49:23 #9 25.74 Selecting previously unselected package publicsuffix.
13:49:23 #9 25.74 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
13:49:23 #9 25.75 Unpacking publicsuffix (20200303.0012-1) ...
13:49:23 #9 25.78 Selecting previously unselected package python-apt-common.
13:49:23 #9 25.78 Preparing to unpack .../056-python-apt-common_2.0.0ubuntu0.20.04.7_all.deb ...
13:49:23 #9 25.79 Unpacking python-apt-common (2.0.0ubuntu0.20.04.7) ...
13:49:23 #9 25.82 Selecting previously unselected package python3-apt.
13:49:23 #9 25.82 Preparing to unpack .../057-python3-apt_2.0.0ubuntu0.20.04.7_arm64.deb ...
13:49:23 #9 25.83 Unpacking python3-apt (2.0.0ubuntu0.20.04.7) ...
13:49:23 #9 25.86 Selecting previously unselected package strace.
13:49:23 #9 25.86 Preparing to unpack .../058-strace_5.5-3ubuntu1_arm64.deb ...
13:49:23 #9 25.87 Unpacking strace (5.5-3ubuntu1) ...
13:49:23 #9 25.92 Selecting previously unselected package xauth.
13:49:23 #9 25.92 Preparing to unpack .../059-xauth_1%3a1.1-0ubuntu1_arm64.deb ...
13:49:23 #9 25.92 Unpacking xauth (1:1.1-0ubuntu1) ...
13:49:23 #9 25.96 Selecting previously unselected package libfl2:arm64.
13:49:23 #9 25.96 Preparing to unpack .../060-libfl2_2.6.4-6.2_arm64.deb ...
13:49:23 #9 25.96 Unpacking libfl2:arm64 (2.6.4-6.2) ...
13:49:23 #9 25.99 Selecting previously unselected package at.
13:49:23 #9 25.99 Preparing to unpack .../061-at_3.1.23-1ubuntu1_arm64.deb ...
13:49:23 #9 26.00 Unpacking at (3.1.23-1ubuntu1) ...
13:49:23 #9 26.03 Selecting previously unselected package libsigsegv2:arm64.
13:49:23 #9 26.04 Preparing to unpack .../062-libsigsegv2_2.12-2_arm64.deb ...
13:49:23 #9 26.04 Unpacking libsigsegv2:arm64 (2.12-2) ...
13:49:23 #9 26.07 Selecting previously unselected package m4.
13:49:23 #9 26.07 Preparing to unpack .../063-m4_1.4.18-4_arm64.deb ...
13:49:23 #9 26.07 Unpacking m4 (1.4.18-4) ...
13:49:23 #9 26.11 Selecting previously unselected package autoconf.
13:49:23 #9 26.11 Preparing to unpack .../064-autoconf_2.69-11.1_all.deb ...
13:49:23 #9 26.11 Unpacking autoconf (2.69-11.1) ...
13:49:23 #9 26.16 Selecting previously unselected package autotools-dev.
13:49:23 #9 26.17 Preparing to unpack .../065-autotools-dev_20180224.1_all.deb ...
13:49:23 #9 26.17 Unpacking autotools-dev (20180224.1) ...
13:49:23 #9 26.20 Selecting previously unselected package automake.
13:49:23 #9 26.21 Preparing to unpack .../066-automake_1%3a1.16.1-4ubuntu6_all.deb ...
13:49:23 #9 26.21 Unpacking automake (1:1.16.1-4ubuntu6) ...
13:49:23 #9 26.27 Selecting previously unselected package autopoint.
13:49:23 #9 26.27 Preparing to unpack .../067-autopoint_0.19.8.1-10build1_all.deb ...
13:49:23 #9 26.28 Unpacking autopoint (0.19.8.1-10build1) ...
13:49:23 #9 26.33 Selecting previously unselected package binutils-common:arm64.
13:49:23 #9 26.33 Preparing to unpack .../068-binutils-common_2.34-6ubuntu1.3_arm64.deb ...
13:49:23 #9 26.34 Unpacking binutils-common:arm64 (2.34-6ubuntu1.3) ...
13:49:23 #9 26.39 Selecting previously unselected package libbinutils:arm64.
13:49:23 #9 26.39 Preparing to unpack .../069-libbinutils_2.34-6ubuntu1.3_arm64.deb ...
13:49:23 #9 26.40 Unpacking libbinutils:arm64 (2.34-6ubuntu1.3) ...
13:49:23 #9 26.46 Selecting previously unselected package libctf-nobfd0:arm64.
13:49:23 #9 26.47 Preparing to unpack .../070-libctf-nobfd0_2.34-6ubuntu1.3_arm64.deb ...
13:49:23 #9 26.47 Unpacking libctf-nobfd0:arm64 (2.34-6ubuntu1.3) ...
13:49:23 #9 26.50 Selecting previously unselected package libctf0:arm64.
13:49:24 #9 26.51 Preparing to unpack .../071-libctf0_2.34-6ubuntu1.3_arm64.deb ...
13:49:24 #9 26.51 Unpacking libctf0:arm64 (2.34-6ubuntu1.3) ...
13:49:24 #9 26.54 Selecting previously unselected package binutils-aarch64-linux-gnu.
13:49:24 #9 26.54 Preparing to unpack .../072-binutils-aarch64-linux-gnu_2.34-6ubuntu1.3_arm64.deb ...
13:49:24 #9 26.54 Unpacking binutils-aarch64-linux-gnu (2.34-6ubuntu1.3) ...
13:49:24 #9 26.77 Selecting previously unselected package binutils.
13:49:24 #9 26.77 Preparing to unpack .../073-binutils_2.34-6ubuntu1.3_arm64.deb ...
13:49:24 #9 26.78 Unpacking binutils (2.34-6ubuntu1.3) ...
13:49:24 #9 26.81 Selecting previously unselected package libc-dev-bin.
13:49:24 #9 26.81 Preparing to unpack .../074-libc-dev-bin_2.31-0ubuntu9.9_arm64.deb ...
13:49:24 #9 26.81 Unpacking libc-dev-bin (2.31-0ubuntu9.9) ...
13:49:24 #9 26.84 Selecting previously unselected package linux-libc-dev:arm64.
13:49:24 #9 26.84 Preparing to unpack .../075-linux-libc-dev_5.4.0-113.127_arm64.deb ...
13:49:24 #9 26.85 Unpacking linux-libc-dev:arm64 (5.4.0-113.127) ...
13:49:24 #9 26.99 Selecting previously unselected package libcrypt-dev:arm64.
13:49:24 #9 26.99 Preparing to unpack .../076-libcrypt-dev_1%3a4.4.10-10ubuntu4_arm64.deb ...
13:49:24 #9 27.00 Unpacking libcrypt-dev:arm64 (1:4.4.10-10ubuntu4) ...
13:49:24 #9 27.04 Selecting previously unselected package libc6-dev:arm64.
13:49:24 #9 27.04 Preparing to unpack .../077-libc6-dev_2.31-0ubuntu9.9_arm64.deb ...
13:49:24 #9 27.04 Unpacking libc6-dev:arm64 (2.31-0ubuntu9.9) ...
13:49:24 #9 27.28 Selecting previously unselected package gcc-9-base:arm64.
13:49:24 #9 27.28 Preparing to unpack .../078-gcc-9-base_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
13:49:24 #9 27.28 Unpacking gcc-9-base:arm64 (9.4.0-1ubuntu1~20.04.1) ...
13:49:24 #9 27.32 Selecting previously unselected package libisl22:arm64.
13:49:24 #9 27.32 Preparing to unpack .../079-libisl22_0.22.1-1_arm64.deb ...
13:49:24 #9 27.32 Unpacking libisl22:arm64 (0.22.1-1) ...
13:49:24 #9 27.40 Selecting previously unselected package libmpfr6:arm64.
13:49:24 #9 27.40 Preparing to unpack .../080-libmpfr6_4.0.2-1_arm64.deb ...
13:49:24 #9 27.40 Unpacking libmpfr6:arm64 (4.0.2-1) ...
13:49:24 #9 27.45 Selecting previously unselected package libmpc3:arm64.
13:49:25 #9 27.45 Preparing to unpack .../081-libmpc3_1.1.0-1_arm64.deb ...
13:49:25 #9 27.45 Unpacking libmpc3:arm64 (1.1.0-1) ...
13:49:25 #9 27.48 Selecting previously unselected package cpp-9.
13:49:25 #9 27.49 Preparing to unpack .../082-cpp-9_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
13:49:25 #9 27.49 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
13:49:25 #9 27.96 Selecting previously unselected package cpp.
13:49:25 #9 27.96 Preparing to unpack .../083-cpp_4%3a9.3.0-1ubuntu2_arm64.deb ...
13:49:25 #9 27.97 Unpacking cpp (4:9.3.0-1ubuntu2) ...
13:49:25 #9 28.02 Selecting previously unselected package libcc1-0:arm64.
13:49:25 #9 28.02 Preparing to unpack .../084-libcc1-0_10.3.0-1ubuntu1~20.04_arm64.deb ...
13:49:25 #9 28.02 Unpacking libcc1-0:arm64 (10.3.0-1ubuntu1~20.04) ...
13:49:25 #9 28.06 Selecting previously unselected package libgomp1:arm64.
13:49:25 #9 28.07 Preparing to unpack .../085-libgomp1_10.3.0-1ubuntu1~20.04_arm64.deb ...
13:49:25 #9 28.07 Unpacking libgomp1:arm64 (10.3.0-1ubuntu1~20.04) ...
13:49:25 #9 28.11 Selecting previously unselected package libitm1:arm64.
13:49:25 #9 28.11 Preparing to unpack .../086-libitm1_10.3.0-1ubuntu1~20.04_arm64.deb ...
13:49:25 #9 28.12 Unpacking libitm1:arm64 (10.3.0-1ubuntu1~20.04) ...
13:49:25 #9 28.16 Selecting previously unselected package libatomic1:arm64.
13:49:25 #9 28.16 Preparing to unpack .../087-libatomic1_10.3.0-1ubuntu1~20.04_arm64.deb ...
13:49:25 #9 28.16 Unpacking libatomic1:arm64 (10.3.0-1ubuntu1~20.04) ...
13:49:25 #9 28.20 Selecting previously unselected package libasan5:arm64.
13:49:25 #9 28.20 Preparing to unpack .../088-libasan5_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
13:49:25 #9 28.20 Unpacking libasan5:arm64 (9.4.0-1ubuntu1~20.04.1) ...
13:49:25 #9 28.46 Selecting previously unselected package liblsan0:arm64.
13:49:25 #9 28.46 Preparing to unpack .../089-liblsan0_10.3.0-1ubuntu1~20.04_arm64.deb ...
13:49:25 #9 28.47 Unpacking liblsan0:arm64 (10.3.0-1ubuntu1~20.04) ...
13:49:25 #9 28.56 Selecting previously unselected package libtsan0:arm64.
13:49:26 #9 28.57 Preparing to unpack .../090-libtsan0_10.3.0-1ubuntu1~20.04_arm64.deb ...
13:49:26 #9 28.57 Unpacking libtsan0:arm64 (10.3.0-1ubuntu1~20.04) ...
13:49:26 #9 28.76 Selecting previously unselected package libubsan1:arm64.
13:49:26 #9 28.77 Preparing to unpack .../091-libubsan1_10.3.0-1ubuntu1~20.04_arm64.deb ...
13:49:26 #9 28.77 Unpacking libubsan1:arm64 (10.3.0-1ubuntu1~20.04) ...
13:49:26 #9 28.86 Selecting previously unselected package libgcc-9-dev:arm64.
13:49:26 #9 28.86 Preparing to unpack .../092-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
13:49:26 #9 28.86 Unpacking libgcc-9-dev:arm64 (9.4.0-1ubuntu1~20.04.1) ...
13:49:26 #9 28.99 Selecting previously unselected package gcc-9.
13:49:26 #9 28.99 Preparing to unpack .../093-gcc-9_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
13:49:26 #9 28.99 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
13:49:26 #9 29.49 Selecting previously unselected package gcc.
13:49:26 #9 29.49 Preparing to unpack .../094-gcc_4%3a9.3.0-1ubuntu2_arm64.deb ...
13:49:26 #9 29.50 Unpacking gcc (4:9.3.0-1ubuntu2) ...
13:49:26 #9 29.53 Selecting previously unselected package libstdc++-9-dev:arm64.
13:49:26 #9 29.53 Preparing to unpack .../095-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
13:49:26 #9 29.53 Unpacking libstdc++-9-dev:arm64 (9.4.0-1ubuntu1~20.04.1) ...
13:49:27 #9 29.77 Selecting previously unselected package g++-9.
13:49:27 #9 29.77 Preparing to unpack .../096-g++-9_9.4.0-1ubuntu1~20.04.1_arm64.deb ...
13:49:27 #9 29.78 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ...
13:49:27 #9 30.28 Selecting previously unselected package g++.
13:49:27 #9 30.29 Preparing to unpack .../097-g++_4%3a9.3.0-1ubuntu2_arm64.deb ...
13:49:27 #9 30.29 Unpacking g++ (4:9.3.0-1ubuntu2) ...
13:49:27 #9 30.32 Selecting previously unselected package make.
13:49:27 #9 30.32 Preparing to unpack .../098-make_4.2.1-1.2_arm64.deb ...
13:49:27 #9 30.32 Unpacking make (4.2.1-1.2) ...
13:49:27 #9 30.36 Selecting previously unselected package libdpkg-perl.
13:49:27 #9 30.36 Preparing to unpack .../099-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
13:49:27 #9 30.36 Unpacking libdpkg-perl (1.19.7ubuntu3.2) ...
13:49:27 #9 30.41 Selecting previously unselected package patch.
13:49:27 #9 30.41 Preparing to unpack .../100-patch_2.7.6-6_arm64.deb ...
13:49:27 #9 30.41 Unpacking patch (2.7.6-6) ...
13:49:27 #9 30.45 Selecting previously unselected package dpkg-dev.
13:49:27 #9 30.45 Preparing to unpack .../101-dpkg-dev_1.19.7ubuntu3.2_all.deb ...
13:49:27 #9 30.45 Unpacking dpkg-dev (1.19.7ubuntu3.2) ...
13:49:27 #9 30.53 Selecting previously unselected package build-essential.
13:49:27 #9 30.53 Preparing to unpack .../102-build-essential_12.8ubuntu1.1_arm64.deb ...
13:49:27 #9 30.53 Unpacking build-essential (12.8ubuntu1.1) ...
13:49:27 #9 30.56 Selecting previously unselected package libbrotli1:arm64.
13:49:27 #9 30.57 Preparing to unpack .../103-libbrotli1_1.0.7-6ubuntu0.1_arm64.deb ...
13:49:27 #9 30.57 Unpacking libbrotli1:arm64 (1.0.7-6ubuntu0.1) ...
13:49:27 #9 30.63 Selecting previously unselected package libroken18-heimdal:arm64.
13:49:27 #9 30.63 Preparing to unpack .../104-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_arm64.deb ...
13:49:28 #9 30.63 Unpacking libroken18-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:49:28 #9 30.68 Selecting previously unselected package libasn1-8-heimdal:arm64.
13:49:28 #9 30.68 Preparing to unpack .../105-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_arm64.deb ...
13:49:28 #9 30.68 Unpacking libasn1-8-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:49:28 #9 30.73 Selecting previously unselected package libheimbase1-heimdal:arm64.
13:49:28 #9 30.73 Preparing to unpack .../106-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_arm64.deb ...
13:49:28 #9 30.74 Unpacking libheimbase1-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:49:28 #9 30.78 Selecting previously unselected package libhcrypto4-heimdal:arm64.
13:49:28 #9 30.78 Preparing to unpack .../107-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_arm64.deb ...
13:49:28 #9 30.78 Unpacking libhcrypto4-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:49:28 #9 30.82 Selecting previously unselected package libwind0-heimdal:arm64.
13:49:28 #9 30.83 Preparing to unpack .../108-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_arm64.deb ...
13:49:28 #9 30.83 Unpacking libwind0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:49:28 #9 30.87 Selecting previously unselected package libhx509-5-heimdal:arm64.
13:49:28 #9 30.88 Preparing to unpack .../109-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_arm64.deb ...
13:49:28 #9 30.88 Unpacking libhx509-5-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:49:28 #9 30.92 Selecting previously unselected package libkrb5-26-heimdal:arm64.
13:49:28 #9 30.92 Preparing to unpack .../110-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_arm64.deb ...
13:49:28 #9 30.92 Unpacking libkrb5-26-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:49:28 #9 30.97 Selecting previously unselected package libheimntlm0-heimdal:arm64.
13:49:28 #9 30.97 Preparing to unpack .../111-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_arm64.deb ...
13:49:28 #9 30.98 Unpacking libheimntlm0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:49:28 #9 31.01 Selecting previously unselected package libgssapi3-heimdal:arm64.
13:49:28 #9 31.01 Preparing to unpack .../112-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_arm64.deb ...
13:49:28 #9 31.01 Unpacking libgssapi3-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:49:28 #9 31.05 Selecting previously unselected package libsasl2-modules-db:arm64.
13:49:28 #9 31.05 Preparing to unpack .../113-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
13:49:28 #9 31.05 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
13:49:28 #9 31.08 Selecting previously unselected package libsasl2-2:arm64.
13:49:28 #9 31.08 Preparing to unpack .../114-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
13:49:28 #9 31.09 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
13:49:28 #9 31.12 Selecting previously unselected package libldap-common.
13:49:28 #9 31.12 Preparing to unpack .../115-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
13:49:28 #9 31.13 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
13:49:28 #9 31.16 Selecting previously unselected package libldap-2.4-2:arm64.
13:49:28 #9 31.16 Preparing to unpack .../116-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_arm64.deb ...
13:49:28 #9 31.16 Unpacking libldap-2.4-2:arm64 (2.4.49+dfsg-2ubuntu1.9) ...
13:49:28 #9 31.21 Selecting previously unselected package libnghttp2-14:arm64.
13:49:28 #9 31.21 Preparing to unpack .../117-libnghttp2-14_1.40.0-1build1_arm64.deb ...
13:49:28 #9 31.21 Unpacking libnghttp2-14:arm64 (1.40.0-1build1) ...
13:49:28 #9 31.25 Selecting previously unselected package librtmp1:arm64.
13:49:28 #9 31.26 Preparing to unpack .../118-librtmp1_2.4+20151223.gitfa8646d.1-2build1_arm64.deb ...
13:49:28 #9 31.26 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build1) ...
13:49:28 #9 31.30 Selecting previously unselected package libssh-4:arm64.
13:49:28 #9 31.30 Preparing to unpack .../119-libssh-4_0.9.3-2ubuntu2.2_arm64.deb ...
13:49:28 #9 31.30 Unpacking libssh-4:arm64 (0.9.3-2ubuntu2.2) ...
13:49:28 #9 31.35 Selecting previously unselected package libcurl4:arm64.
13:49:28 #9 31.35 Preparing to unpack .../120-libcurl4_7.68.0-1ubuntu2.11_arm64.deb ...
13:49:28 #9 31.36 Unpacking libcurl4:arm64 (7.68.0-1ubuntu2.11) ...
13:49:28 #9 31.40 Selecting previously unselected package curl.
13:49:28 #9 31.40 Preparing to unpack .../121-curl_7.68.0-1ubuntu2.11_arm64.deb ...
13:49:28 #9 31.40 Unpacking curl (7.68.0-1ubuntu2.11) ...
13:49:28 #9 31.45 Selecting previously unselected package dctrl-tools.
13:49:28 #9 31.45 Preparing to unpack .../122-dctrl-tools_2.24-3_arm64.deb ...
13:49:28 #9 31.46 Unpacking dctrl-tools (2.24-3) ...
13:49:28 #9 31.49 Selecting previously unselected package libtool.
13:49:28 #9 31.49 Preparing to unpack .../123-libtool_2.4.6-14_all.deb ...
13:49:28 #9 31.50 Unpacking libtool (2.4.6-14) ...
13:49:28 #9 31.54 Selecting previously unselected package dh-autoreconf.
13:49:28 #9 31.54 Preparing to unpack .../124-dh-autoreconf_19_all.deb ...
13:49:28 #9 31.55 Unpacking dh-autoreconf (19) ...
13:49:28 #9 31.58 Selecting previously unselected package libdebhelper-perl.
13:49:28 #9 31.58 Preparing to unpack .../125-libdebhelper-perl_12.10ubuntu1_all.deb ...
13:49:28 #9 31.59 Unpacking libdebhelper-perl (12.10ubuntu1) ...
13:49:28 #9 31.62 Selecting previously unselected package libarchive-zip-perl.
13:49:28 #9 31.62 Preparing to unpack .../126-libarchive-zip-perl_1.67-2_all.deb ...
13:49:28 #9 31.64 Unpacking libarchive-zip-perl (1.67-2) ...
13:49:28 #9 31.71 Selecting previously unselected package libsub-override-perl.
13:49:29 #9 31.71 Preparing to unpack .../127-libsub-override-perl_0.09-2_all.deb ...
13:49:29 #9 31.71 Unpacking libsub-override-perl (0.09-2) ...
13:49:29 #9 31.74 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:49:29 #9 31.75 Preparing to unpack .../128-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
13:49:29 #9 31.75 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
13:49:29 #9 31.78 Selecting previously unselected package dh-strip-nondeterminism.
13:49:29 #9 31.78 Preparing to unpack .../129-dh-strip-nondeterminism_1.7.0-1_all.deb ...
13:49:29 #9 31.79 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
13:49:29 #9 31.81 Selecting previously unselected package dwz.
13:49:29 #9 31.82 Preparing to unpack .../130-dwz_0.13-5_arm64.deb ...
13:49:29 #9 31.82 Unpacking dwz (0.13-5) ...
13:49:29 #9 31.86 Selecting previously unselected package libcroco3:arm64.
13:49:29 #9 31.87 Preparing to unpack .../131-libcroco3_0.6.13-1_arm64.deb ...
13:49:29 #9 31.87 Unpacking libcroco3:arm64 (0.6.13-1) ...
13:49:29 #9 31.91 Selecting previously unselected package gettext.
13:49:29 #9 31.91 Preparing to unpack .../132-gettext_0.19.8.1-10build1_arm64.deb ...
13:49:29 #9 31.91 Unpacking gettext (0.19.8.1-10build1) ...
13:49:29 #9 32.00 Selecting previously unselected package intltool-debian.
13:49:29 #9 32.00 Preparing to unpack .../133-intltool-debian_0.35.0+20060710.5_all.deb ...
13:49:29 #9 32.01 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:49:29 #9 32.06 Selecting previously unselected package po-debconf.
13:49:29 #9 32.06 Preparing to unpack .../134-po-debconf_1.0.21_all.deb ...
13:49:29 #9 32.07 Unpacking po-debconf (1.0.21) ...
13:49:29 #9 32.11 Selecting previously unselected package debhelper.
13:49:29 #9 32.12 Preparing to unpack .../135-debhelper_12.10ubuntu1_all.deb ...
13:49:29 #9 32.12 Unpacking debhelper (12.10ubuntu1) ...
13:49:29 #9 32.21 Selecting previously unselected package libfakeroot:arm64.
13:49:29 #9 32.21 Preparing to unpack .../136-libfakeroot_1.24-1_arm64.deb ...
13:49:29 #9 32.22 Unpacking libfakeroot:arm64 (1.24-1) ...
13:49:29 #9 32.26 Selecting previously unselected package fakeroot.
13:49:29 #9 32.26 Preparing to unpack .../137-fakeroot_1.24-1_arm64.deb ...
13:49:29 #9 32.26 Unpacking fakeroot (1.24-1) ...
13:49:29 #9 32.30 Selecting previously unselected package libassuan0:arm64.
13:49:29 #9 32.30 Preparing to unpack .../138-libassuan0_2.5.3-7ubuntu2_arm64.deb ...
13:49:29 #9 32.31 Unpacking libassuan0:arm64 (2.5.3-7ubuntu2) ...
13:49:29 #9 32.34 Selecting previously unselected package gpgconf.
13:49:29 #9 32.35 Preparing to unpack .../139-gpgconf_2.2.19-3ubuntu2.1_arm64.deb ...
13:49:29 #9 32.35 Unpacking gpgconf (2.2.19-3ubuntu2.1) ...
13:49:29 #9 32.39 Selecting previously unselected package libksba8:arm64.
13:49:29 #9 32.39 Preparing to unpack .../140-libksba8_1.3.5-2_arm64.deb ...
13:49:29 #9 32.40 Unpacking libksba8:arm64 (1.3.5-2) ...
13:49:29 #9 32.44 Selecting previously unselected package libnpth0:arm64.
13:49:29 #9 32.44 Preparing to unpack .../141-libnpth0_1.6-1_arm64.deb ...
13:49:29 #9 32.44 Unpacking libnpth0:arm64 (1.6-1) ...
13:49:30 #9 32.48 Selecting previously unselected package dirmngr.
13:49:30 #9 32.48 Preparing to unpack .../142-dirmngr_2.2.19-3ubuntu2.1_arm64.deb ...
13:49:30 #9 32.50 Unpacking dirmngr (2.2.19-3ubuntu2.1) ...
13:49:30 #9 32.55 Selecting previously unselected package gnupg-l10n.
13:49:30 #9 32.55 Preparing to unpack .../143-gnupg-l10n_2.2.19-3ubuntu2.1_all.deb ...
13:49:30 #9 32.56 Unpacking gnupg-l10n (2.2.19-3ubuntu2.1) ...
13:49:30 #9 32.59 Selecting previously unselected package gnupg-utils.
13:49:30 #9 32.59 Preparing to unpack .../144-gnupg-utils_2.2.19-3ubuntu2.1_arm64.deb ...
13:49:30 #9 32.59 Unpacking gnupg-utils (2.2.19-3ubuntu2.1) ...
13:49:30 #9 32.65 Selecting previously unselected package gpg.
13:49:30 #9 32.66 Preparing to unpack .../145-gpg_2.2.19-3ubuntu2.1_arm64.deb ...
13:49:30 #9 32.66 Unpacking gpg (2.2.19-3ubuntu2.1) ...
13:49:30 #9 32.73 Selecting previously unselected package pinentry-curses.
13:49:30 #9 32.73 Preparing to unpack .../146-pinentry-curses_1.1.0-3build1_arm64.deb ...
13:49:30 #9 32.73 Unpacking pinentry-curses (1.1.0-3build1) ...
13:49:30 #9 32.77 Selecting previously unselected package gpg-agent.
13:49:30 #9 32.77 Preparing to unpack .../147-gpg-agent_2.2.19-3ubuntu2.1_arm64.deb ...
13:49:30 #9 32.78 Unpacking gpg-agent (2.2.19-3ubuntu2.1) ...
13:49:30 #9 32.83 Selecting previously unselected package gpg-wks-client.
13:49:30 #9 32.83 Preparing to unpack .../148-gpg-wks-client_2.2.19-3ubuntu2.1_arm64.deb ...
13:49:30 #9 32.83 Unpacking gpg-wks-client (2.2.19-3ubuntu2.1) ...
13:49:30 #9 32.87 Selecting previously unselected package gpg-wks-server.
13:49:30 #9 32.87 Preparing to unpack .../149-gpg-wks-server_2.2.19-3ubuntu2.1_arm64.deb ...
13:49:30 #9 32.88 Unpacking gpg-wks-server (2.2.19-3ubuntu2.1) ...
13:49:30 #9 32.91 Selecting previously unselected package gpgsm.
13:49:30 #9 32.91 Preparing to unpack .../150-gpgsm_2.2.19-3ubuntu2.1_arm64.deb ...
13:49:30 #9 32.92 Unpacking gpgsm (2.2.19-3ubuntu2.1) ...
13:49:30 #9 32.96 Selecting previously unselected package gnupg.
13:49:30 #9 32.96 Preparing to unpack .../151-gnupg_2.2.19-3ubuntu2.1_all.deb ...
13:49:30 #9 32.96 Unpacking gnupg (2.2.19-3ubuntu2.1) ...
13:49:30 #9 33.00 Selecting previously unselected package libfile-which-perl.
13:49:30 #9 33.01 Preparing to unpack .../152-libfile-which-perl_1.23-1_all.deb ...
13:49:30 #9 33.01 Unpacking libfile-which-perl (1.23-1) ...
13:49:30 #9 33.04 Selecting previously unselected package libfile-homedir-perl.
13:49:30 #9 33.04 Preparing to unpack .../153-libfile-homedir-perl_1.004-1_all.deb ...
13:49:30 #9 33.05 Unpacking libfile-homedir-perl (1.004-1) ...
13:49:30 #9 33.08 Selecting previously unselected package libio-pty-perl.
13:49:30 #9 33.08 Preparing to unpack .../154-libio-pty-perl_1%3a1.12-1_arm64.deb ...
13:49:30 #9 33.09 Unpacking libio-pty-perl (1:1.12-1) ...
13:49:30 #9 33.12 Selecting previously unselected package libipc-run-perl.
13:49:30 #9 33.12 Preparing to unpack .../155-libipc-run-perl_20180523.0-2_all.deb ...
13:49:30 #9 33.12 Unpacking libipc-run-perl (20180523.0-2) ...
13:49:30 #9 33.15 Selecting previously unselected package libclass-method-modifiers-perl.
13:49:30 #9 33.16 Preparing to unpack .../156-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:49:30 #9 33.16 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:49:30 #9 33.19 Selecting previously unselected package libb-hooks-op-check-perl.
13:49:30 #9 33.19 Preparing to unpack .../157-libb-hooks-op-check-perl_0.22-1build2_arm64.deb ...
13:49:30 #9 33.19 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
13:49:30 #9 33.22 Selecting previously unselected package libdynaloader-functions-perl.
13:49:30 #9 33.23 Preparing to unpack .../158-libdynaloader-functions-perl_0.003-1_all.deb ...
13:49:30 #9 33.23 Unpacking libdynaloader-functions-perl (0.003-1) ...
13:49:30 #9 33.26 Selecting previously unselected package libdevel-callchecker-perl.
13:49:30 #9 33.26 Preparing to unpack .../159-libdevel-callchecker-perl_0.008-1ubuntu1_arm64.deb ...
13:49:30 #9 33.27 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
13:49:30 #9 33.30 Selecting previously unselected package libparams-classify-perl.
13:49:30 #9 33.30 Preparing to unpack .../160-libparams-classify-perl_0.015-1build2_arm64.deb ...
13:49:30 #9 33.30 Unpacking libparams-classify-perl (0.015-1build2) ...
13:49:30 #9 33.33 Selecting previously unselected package libmodule-runtime-perl.
13:49:30 #9 33.33 Preparing to unpack .../161-libmodule-runtime-perl_0.016-1_all.deb ...
13:49:30 #9 33.34 Unpacking libmodule-runtime-perl (0.016-1) ...
13:49:30 #9 33.37 Selecting previously unselected package libimport-into-perl.
13:49:30 #9 33.37 Preparing to unpack .../162-libimport-into-perl_1.002005-1_all.deb ...
13:49:30 #9 33.37 Unpacking libimport-into-perl (1.002005-1) ...
13:49:30 #9 33.40 Selecting previously unselected package librole-tiny-perl.
13:49:30 #9 33.41 Preparing to unpack .../163-librole-tiny-perl_2.001004-1_all.deb ...
13:49:30 #9 33.41 Unpacking librole-tiny-perl (2.001004-1) ...
13:49:30 #9 33.44 Selecting previously unselected package libstrictures-perl.
13:49:31 #9 33.44 Preparing to unpack .../164-libstrictures-perl_2.000006-1_all.deb ...
13:49:31 #9 33.44 Unpacking libstrictures-perl (2.000006-1) ...
13:49:31 #9 33.48 Selecting previously unselected package libsub-quote-perl.
13:49:31 #9 33.48 Preparing to unpack .../165-libsub-quote-perl_2.006006-1_all.deb ...
13:49:31 #9 33.48 Unpacking libsub-quote-perl (2.006006-1) ...
13:49:31 #9 33.53 Selecting previously unselected package libmoo-perl.
13:49:31 #9 33.54 Preparing to unpack .../166-libmoo-perl_2.003006-1_all.deb ...
13:49:31 #9 33.54 Unpacking libmoo-perl (2.003006-1) ...
13:49:31 #9 33.57 Selecting previously unselected package libencode-locale-perl.
13:49:31 #9 33.57 Preparing to unpack .../167-libencode-locale-perl_1.05-1_all.deb ...
13:49:31 #9 33.59 Unpacking libencode-locale-perl (1.05-1) ...
13:49:31 #9 33.62 Selecting previously unselected package libtimedate-perl.
13:49:31 #9 33.62 Preparing to unpack .../168-libtimedate-perl_2.3200-1_all.deb ...
13:49:31 #9 33.63 Unpacking libtimedate-perl (2.3200-1) ...
13:49:31 #9 33.66 Selecting previously unselected package libhttp-date-perl.
13:49:31 #9 33.66 Preparing to unpack .../169-libhttp-date-perl_6.05-1_all.deb ...
13:49:31 #9 33.67 Unpacking libhttp-date-perl (6.05-1) ...
13:49:31 #9 33.70 Selecting previously unselected package libfile-listing-perl.
13:49:31 #9 33.70 Preparing to unpack .../170-libfile-listing-perl_6.04-1_all.deb ...
13:49:31 #9 33.70 Unpacking libfile-listing-perl (6.04-1) ...
13:49:31 #9 33.73 Selecting previously unselected package libhtml-tagset-perl.
13:49:31 #9 33.73 Preparing to unpack .../171-libhtml-tagset-perl_3.20-4_all.deb ...
13:49:31 #9 33.74 Unpacking libhtml-tagset-perl (3.20-4) ...
13:49:31 #9 33.77 Selecting previously unselected package liburi-perl.
13:49:31 #9 33.77 Preparing to unpack .../172-liburi-perl_1.76-2_all.deb ...
13:49:31 #9 33.77 Unpacking liburi-perl (1.76-2) ...
13:49:31 #9 33.81 Selecting previously unselected package libhtml-parser-perl.
13:49:31 #9 33.81 Preparing to unpack .../173-libhtml-parser-perl_3.72-5_arm64.deb ...
13:49:31 #9 33.81 Unpacking libhtml-parser-perl (3.72-5) ...
13:49:31 #9 33.85 Selecting previously unselected package libhtml-tree-perl.
13:49:31 #9 33.85 Preparing to unpack .../174-libhtml-tree-perl_5.07-2_all.deb ...
13:49:31 #9 33.86 Unpacking libhtml-tree-perl (5.07-2) ...
13:49:31 #9 33.90 Selecting previously unselected package libio-html-perl.
13:49:31 #9 33.90 Preparing to unpack .../175-libio-html-perl_1.001-1_all.deb ...
13:49:31 #9 33.91 Unpacking libio-html-perl (1.001-1) ...
13:49:31 #9 33.93 Selecting previously unselected package liblwp-mediatypes-perl.
13:49:31 #9 33.93 Preparing to unpack .../176-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:49:31 #9 33.94 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:49:31 #9 33.97 Selecting previously unselected package libhttp-message-perl.
13:49:31 #9 33.97 Preparing to unpack .../177-libhttp-message-perl_6.22-1_all.deb ...
13:49:31 #9 33.98 Unpacking libhttp-message-perl (6.22-1) ...
13:49:31 #9 34.01 Selecting previously unselected package libhttp-cookies-perl.
13:49:31 #9 34.01 Preparing to unpack .../178-libhttp-cookies-perl_6.08-1_all.deb ...
13:49:31 #9 34.01 Unpacking libhttp-cookies-perl (6.08-1) ...
13:49:31 #9 34.04 Selecting previously unselected package libhttp-negotiate-perl.
13:49:31 #9 34.05 Preparing to unpack .../179-libhttp-negotiate-perl_6.01-1_all.deb ...
13:49:31 #9 34.05 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:49:31 #9 34.08 Selecting previously unselected package perl-openssl-defaults:arm64.
13:49:31 #9 34.08 Preparing to unpack .../180-perl-openssl-defaults_4_arm64.deb ...
13:49:31 #9 34.08 Unpacking perl-openssl-defaults:arm64 (4) ...
13:49:31 #9 34.14 Selecting previously unselected package libnet-ssleay-perl.
13:49:31 #9 34.14 Preparing to unpack .../181-libnet-ssleay-perl_1.88-2ubuntu1_arm64.deb ...
13:49:31 #9 34.15 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
13:49:31 #9 34.21 Selecting previously unselected package libio-socket-ssl-perl.
13:49:31 #9 34.21 Preparing to unpack .../182-libio-socket-ssl-perl_2.067-1_all.deb ...
13:49:31 #9 34.22 Unpacking libio-socket-ssl-perl (2.067-1) ...
13:49:31 #9 34.25 Selecting previously unselected package libnet-http-perl.
13:49:31 #9 34.26 Preparing to unpack .../183-libnet-http-perl_6.19-1_all.deb ...
13:49:31 #9 34.26 Unpacking libnet-http-perl (6.19-1) ...
13:49:31 #9 34.30 Selecting previously unselected package liblwp-protocol-https-perl.
13:49:31 #9 34.30 Preparing to unpack .../184-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
13:49:31 #9 34.30 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
13:49:31 #9 34.33 Selecting previously unselected package libtry-tiny-perl.
13:49:31 #9 34.34 Preparing to unpack .../185-libtry-tiny-perl_0.30-1_all.deb ...
13:49:31 #9 34.34 Unpacking libtry-tiny-perl (0.30-1) ...
13:49:31 #9 34.37 Selecting previously unselected package libwww-robotrules-perl.
13:49:31 #9 34.37 Preparing to unpack .../186-libwww-robotrules-perl_6.02-1_all.deb ...
13:49:31 #9 34.38 Unpacking libwww-robotrules-perl (6.02-1) ...
13:49:31 #9 34.41 Selecting previously unselected package libwww-perl.
13:49:31 #9 34.41 Preparing to unpack .../187-libwww-perl_6.43-1_all.deb ...
13:49:31 #9 34.42 Unpacking libwww-perl (6.43-1) ...
13:49:31 #9 34.46 Selecting previously unselected package patchutils.
13:49:31 #9 34.46 Preparing to unpack .../188-patchutils_0.3.4-2_arm64.deb ...
13:49:31 #9 34.46 Unpacking patchutils (0.3.4-2) ...
13:49:31 #9 34.50 Selecting previously unselected package wdiff.
13:49:32 #9 34.50 Preparing to unpack .../189-wdiff_1.2.2-2build1_arm64.deb ...
13:49:32 #9 34.50 Unpacking wdiff (1.2.2-2build1) ...
13:49:32 #9 34.55 Selecting previously unselected package devscripts.
13:49:32 #9 34.55 Preparing to unpack .../190-devscripts_2.20.2ubuntu2_arm64.deb ...
13:49:32 #9 34.57 Unpacking devscripts (2.20.2ubuntu2) ...
13:49:32 #9 34.68 Selecting previously unselected package diffstat.
13:49:32 #9 34.68 Preparing to unpack .../191-diffstat_1.63-1_arm64.deb ...
13:49:32 #9 34.68 Unpacking diffstat (1.63-1) ...
13:49:32 #9 34.71 Selecting previously unselected package python3-chardet.
13:49:32 #9 34.72 Preparing to unpack .../192-python3-chardet_3.0.4-4build1_all.deb ...
13:49:32 #9 34.72 Unpacking python3-chardet (3.0.4-4build1) ...
13:49:32 #9 34.76 Selecting previously unselected package python3-debian.
13:49:32 #9 34.76 Preparing to unpack .../193-python3-debian_0.1.36ubuntu1_all.deb ...
13:49:32 #9 34.77 Unpacking python3-debian (0.1.36ubuntu1) ...
13:49:32 #9 34.81 Selecting previously unselected package libgpgme11:arm64.
13:49:32 #9 34.81 Preparing to unpack .../194-libgpgme11_1.13.1-7ubuntu2_arm64.deb ...
13:49:32 #9 34.82 Unpacking libgpgme11:arm64 (1.13.1-7ubuntu2) ...
13:49:32 #9 34.86 Selecting previously unselected package python3-gpg.
13:49:32 #9 34.86 Preparing to unpack .../195-python3-gpg_1.13.1-7ubuntu2_arm64.deb ...
13:49:32 #9 34.87 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
13:49:32 #9 34.94 Selecting previously unselected package dput.
13:49:32 #9 34.94 Preparing to unpack .../196-dput_1.0.3ubuntu1_all.deb ...
13:49:32 #9 34.95 Unpacking dput (1.0.3ubuntu1) ...
13:49:32 #9 34.99 Selecting previously unselected package libcurl3-gnutls:arm64.
13:49:32 #9 34.99 Preparing to unpack .../197-libcurl3-gnutls_7.68.0-1ubuntu2.11_arm64.deb ...
13:49:32 #9 35.00 Unpacking libcurl3-gnutls:arm64 (7.68.0-1ubuntu2.11) ...
13:49:32 #9 35.05 Selecting previously unselected package liberror-perl.
13:49:32 #9 35.05 Preparing to unpack .../198-liberror-perl_0.17029-1_all.deb ...
13:49:32 #9 35.05 Unpacking liberror-perl (0.17029-1) ...
13:49:32 #9 35.08 Selecting previously unselected package git-man.
13:49:32 #9 35.08 Preparing to unpack .../199-git-man_1%3a2.25.1-1ubuntu3.4_all.deb ...
13:49:32 #9 35.09 Unpacking git-man (1:2.25.1-1ubuntu3.4) ...
13:49:32 #9 35.18 Selecting previously unselected package git.
13:49:32 #9 35.19 Preparing to unpack .../200-git_1%3a2.25.1-1ubuntu3.4_arm64.deb ...
13:49:32 #9 35.21 Unpacking git (1:2.25.1-1ubuntu3.4) ...
13:49:33 #9 35.63 Selecting previously unselected package libalgorithm-diff-perl.
13:49:33 #9 35.63 Preparing to unpack .../201-libalgorithm-diff-perl_1.19.03-2_all.deb ...
13:49:33 #9 35.64 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
13:49:33 #9 35.67 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:49:33 #9 35.67 Preparing to unpack .../202-libalgorithm-diff-xs-perl_0.04-6_arm64.deb ...
13:49:33 #9 35.67 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
13:49:33 #9 35.70 Selecting previously unselected package libalgorithm-merge-perl.
13:49:33 #9 35.70 Preparing to unpack .../203-libalgorithm-merge-perl_0.08-3_all.deb ...
13:49:33 #9 35.71 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:49:33 #9 35.90 Selecting previously unselected package libapt-pkg-perl.
13:49:33 #9 35.91 Preparing to unpack .../204-libapt-pkg-perl_0.1.36build3_arm64.deb ...
13:49:33 #9 35.93 Unpacking libapt-pkg-perl (0.1.36build3) ...
13:49:33 #9 35.97 Selecting previously unselected package libarchive-cpio-perl.
13:49:33 #9 35.97 Preparing to unpack .../205-libarchive-cpio-perl_0.10-1_all.deb ...
13:49:33 #9 35.98 Unpacking libarchive-cpio-perl (0.10-1) ...
13:49:33 #9 36.01 Selecting previously unselected package libarray-intspan-perl.
13:49:33 #9 36.01 Preparing to unpack .../206-libarray-intspan-perl_2.003-1_all.deb ...
13:49:33 #9 36.01 Unpacking libarray-intspan-perl (2.003-1) ...
13:49:33 #9 36.04 Selecting previously unselected package libasync-mergepoint-perl.
13:49:33 #9 36.04 Preparing to unpack .../207-libasync-mergepoint-perl_0.04-2_all.deb ...
13:49:33 #9 36.05 Unpacking libasync-mergepoint-perl (0.04-2) ...
13:49:33 #9 36.08 Selecting previously unselected package libmodule-implementation-perl.
13:49:33 #9 36.08 Preparing to unpack .../208-libmodule-implementation-perl_0.09-1_all.deb ...
13:49:33 #9 36.09 Unpacking libmodule-implementation-perl (0.09-1) ...
13:49:33 #9 36.12 Selecting previously unselected package libsub-exporter-progressive-perl.
13:49:33 #9 36.12 Preparing to unpack .../209-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:49:33 #9 36.12 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:49:33 #9 36.15 Selecting previously unselected package libvariable-magic-perl.
13:49:33 #9 36.15 Preparing to unpack .../210-libvariable-magic-perl_0.62-1build2_arm64.deb ...
13:49:33 #9 36.16 Unpacking libvariable-magic-perl (0.62-1build2) ...
13:49:33 #9 36.19 Selecting previously unselected package libb-hooks-endofscope-perl.
13:49:33 #9 36.19 Preparing to unpack .../211-libb-hooks-endofscope-perl_0.24-1_all.deb ...
13:49:33 #9 36.19 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
13:49:33 #9 36.22 Selecting previously unselected package libcapture-tiny-perl.
13:49:33 #9 36.22 Preparing to unpack .../212-libcapture-tiny-perl_0.48-1_all.deb ...
13:49:33 #9 36.22 Unpacking libcapture-tiny-perl (0.48-1) ...
13:49:33 #9 36.25 Selecting previously unselected package libclass-xsaccessor-perl.
13:49:33 #9 36.26 Preparing to unpack .../213-libclass-xsaccessor-perl_1.19-3build3_arm64.deb ...
13:49:33 #9 36.26 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
13:49:33 #9 36.29 Selecting previously unselected package libclone-perl.
13:49:33 #9 36.29 Preparing to unpack .../214-libclone-perl_0.43-2_arm64.deb ...
13:49:33 #9 36.30 Unpacking libclone-perl (0.43-2) ...
13:49:33 #9 36.33 Selecting previously unselected package libcommon-sense-perl.
13:49:33 #9 36.33 Preparing to unpack .../215-libcommon-sense-perl_3.74-2build6_arm64.deb ...
13:49:33 #9 36.34 Unpacking libcommon-sense-perl (3.74-2build6) ...
13:49:33 #9 36.37 Selecting previously unselected package libparams-util-perl.
13:49:33 #9 36.37 Preparing to unpack .../216-libparams-util-perl_1.07-3build5_arm64.deb ...
13:49:33 #9 36.38 Unpacking libparams-util-perl (1.07-3build5) ...
13:49:33 #9 36.40 Selecting previously unselected package libsub-install-perl.
13:49:33 #9 36.41 Preparing to unpack .../217-libsub-install-perl_0.928-1_all.deb ...
13:49:33 #9 36.41 Unpacking libsub-install-perl (0.928-1) ...
13:49:33 #9 36.44 Selecting previously unselected package libdata-optlist-perl.
13:49:33 #9 36.44 Preparing to unpack .../218-libdata-optlist-perl_0.110-1_all.deb ...
13:49:33 #9 36.44 Unpacking libdata-optlist-perl (0.110-1) ...
13:49:33 #9 36.47 Selecting previously unselected package libsub-exporter-perl.
13:49:33 #9 36.48 Preparing to unpack .../219-libsub-exporter-perl_0.987-1_all.deb ...
13:49:33 #9 36.48 Unpacking libsub-exporter-perl (0.987-1) ...
13:49:33 #9 36.51 Selecting previously unselected package libconst-fast-perl.
13:49:33 #9 36.51 Preparing to unpack .../220-libconst-fast-perl_0.014-1_all.deb ...
13:49:33 #9 36.51 Unpacking libconst-fast-perl (0.014-1) ...
13:49:33 #9 36.54 Selecting previously unselected package libwant-perl.
13:49:33 #9 36.55 Preparing to unpack .../221-libwant-perl_0.29-1build4_arm64.deb ...
13:49:33 #9 36.55 Unpacking libwant-perl (0.29-1build4) ...
13:49:33 #9 36.58 Selecting previously unselected package libcontextual-return-perl.
13:49:33 #9 36.58 Preparing to unpack .../222-libcontextual-return-perl_0.004014-2_all.deb ...
13:49:33 #9 36.59 Unpacking libcontextual-return-perl (0.004014-2) ...
13:49:33 #9 36.62 Selecting previously unselected package libcpanel-json-xs-perl.
13:49:34 #9 36.62 Preparing to unpack .../223-libcpanel-json-xs-perl_4.19-1build1_arm64.deb ...
13:49:34 #9 36.63 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
13:49:34 #9 36.66 Selecting previously unselected package libdata-dump-perl.
13:49:34 #9 36.66 Preparing to unpack .../224-libdata-dump-perl_1.23-1_all.deb ...
13:49:34 #9 36.67 Unpacking libdata-dump-perl (1.23-1) ...
13:49:34 #9 36.70 Selecting previously unselected package libdigest-bubblebabble-perl.
13:49:34 #9 36.70 Preparing to unpack .../225-libdigest-bubblebabble-perl_0.02-2_all.deb ...
13:49:34 #9 36.70 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
13:49:34 #9 36.74 Selecting previously unselected package libdigest-hmac-perl.
13:49:34 #9 36.74 Preparing to unpack .../226-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
13:49:34 #9 36.74 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
13:49:34 #9 36.77 Selecting previously unselected package libdistro-info-perl.
13:49:34 #9 36.78 Preparing to unpack .../227-libdistro-info-perl_0.23ubuntu1_all.deb ...
13:49:34 #9 36.78 Unpacking libdistro-info-perl (0.23ubuntu1) ...
13:49:34 #9 36.81 Selecting previously unselected package libnet-smtp-ssl-perl.
13:49:34 #9 36.82 Preparing to unpack .../228-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:49:34 #9 36.82 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:49:34 #9 36.85 Selecting previously unselected package libmailtools-perl.
13:49:34 #9 36.86 Preparing to unpack .../229-libmailtools-perl_2.21-1_all.deb ...
13:49:34 #9 36.86 Unpacking libmailtools-perl (2.21-1) ...
13:49:34 #9 36.90 Selecting previously unselected package libnet-ip-perl.
13:49:34 #9 36.90 Preparing to unpack .../230-libnet-ip-perl_1.26-2_all.deb ...
13:49:34 #9 36.90 Unpacking libnet-ip-perl (1.26-2) ...
13:49:34 #9 36.94 Selecting previously unselected package libnet-dns-perl.
13:49:34 #9 36.94 Preparing to unpack .../231-libnet-dns-perl_1.22-1_all.deb ...
13:49:34 #9 36.94 Unpacking libnet-dns-perl (1.22-1) ...
13:49:34 #9 37.00 Selecting previously unselected package libnet-domain-tld-perl.
13:49:34 #9 37.00 Preparing to unpack .../232-libnet-domain-tld-perl_1.75-1_all.deb ...
13:49:34 #9 37.01 Unpacking libnet-domain-tld-perl (1.75-1) ...
13:49:34 #9 37.04 Selecting previously unselected package libemail-valid-perl.
13:49:34 #9 37.04 Preparing to unpack .../233-libemail-valid-perl_1.202-1_all.deb ...
13:49:34 #9 37.05 Unpacking libemail-valid-perl (1.202-1) ...
13:49:34 #9 37.08 Selecting previously unselected package libexporter-tiny-perl.
13:49:34 #9 37.08 Preparing to unpack .../234-libexporter-tiny-perl_1.002001-1_all.deb ...
13:49:34 #9 37.08 Unpacking libexporter-tiny-perl (1.002001-1) ...
13:49:34 #9 37.11 Selecting previously unselected package libipc-system-simple-perl.
13:49:34 #9 37.12 Preparing to unpack .../235-libipc-system-simple-perl_1.26-1_all.deb ...
13:49:34 #9 37.12 Unpacking libipc-system-simple-perl (1.26-1) ...
13:49:34 #9 37.15 Selecting previously unselected package libfile-basedir-perl.
13:49:34 #9 37.15 Preparing to unpack .../236-libfile-basedir-perl_0.08-1_all.deb ...
13:49:34 #9 37.16 Unpacking libfile-basedir-perl (0.08-1) ...
13:49:34 #9 37.19 Selecting previously unselected package libfile-chdir-perl.
13:49:34 #9 37.19 Preparing to unpack .../237-libfile-chdir-perl_0.1008-1_all.deb ...
13:49:34 #9 37.19 Unpacking libfile-chdir-perl (0.1008-1) ...
13:49:34 #9 37.22 Selecting previously unselected package libfile-fcntllock-perl.
13:49:34 #9 37.22 Preparing to unpack .../238-libfile-fcntllock-perl_0.22-3build4_arm64.deb ...
13:49:34 #9 37.23 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
13:49:34 #9 37.26 Selecting previously unselected package libnumber-compare-perl.
13:49:34 #9 37.26 Preparing to unpack .../239-libnumber-compare-perl_0.03-1_all.deb ...
13:49:34 #9 37.27 Unpacking libnumber-compare-perl (0.03-1) ...
13:49:34 #9 37.29 Selecting previously unselected package libtext-glob-perl.
13:49:34 #9 37.29 Preparing to unpack .../240-libtext-glob-perl_0.10-1_all.deb ...
13:49:34 #9 37.30 Unpacking libtext-glob-perl (0.10-1) ...
13:49:34 #9 37.33 Selecting previously unselected package libfile-find-rule-perl.
13:49:34 #9 37.33 Preparing to unpack .../241-libfile-find-rule-perl_0.34-1_all.deb ...
13:49:34 #9 37.33 Unpacking libfile-find-rule-perl (0.34-1) ...
13:49:34 #9 37.36 Selecting previously unselected package libfont-afm-perl.
13:49:34 #9 37.36 Preparing to unpack .../242-libfont-afm-perl_1.20-2_all.deb ...
13:49:34 #9 37.37 Unpacking libfont-afm-perl (1.20-2) ...
13:49:34 #9 37.39 Selecting previously unselected package libio-string-perl.
13:49:34 #9 37.40 Preparing to unpack .../243-libio-string-perl_1.08-3_all.deb ...
13:49:34 #9 37.40 Unpacking libio-string-perl (1.08-3) ...
13:49:34 #9 37.43 Selecting previously unselected package libfont-ttf-perl.
13:49:34 #9 37.43 Preparing to unpack .../244-libfont-ttf-perl_1.06-1_all.deb ...
13:49:34 #9 37.44 Unpacking libfont-ttf-perl (1.06-1) ...
13:49:34 #9 37.49 Selecting previously unselected package libfuture-perl.
13:49:34 #9 37.49 Preparing to unpack .../245-libfuture-perl_0.43-1_all.deb ...
13:49:34 #9 37.50 Unpacking libfuture-perl (0.43-1) ...
13:49:34 #9 37.53 Selecting previously unselected package libio-stringy-perl.
13:49:34 #9 37.53 Preparing to unpack .../246-libio-stringy-perl_2.111-3_all.deb ...
13:49:34 #9 37.54 Unpacking libio-stringy-perl (2.111-3) ...
13:49:34 #9 37.57 Selecting previously unselected package libparams-validate-perl.
13:49:34 #9 37.57 Preparing to unpack .../247-libparams-validate-perl_1.29-3_arm64.deb ...
13:49:34 #9 37.57 Unpacking libparams-validate-perl (1.29-3) ...
13:49:34 #9 37.61 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:49:34 #9 37.61 Preparing to unpack .../248-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
13:49:34 #9 37.62 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
13:49:34 #9 37.65 Selecting previously unselected package libsort-versions-perl.
13:49:35 #9 37.65 Preparing to unpack .../249-libsort-versions-perl_1.62-1_all.deb ...
13:49:35 #9 37.65 Unpacking libsort-versions-perl (1.62-1) ...
13:49:35 #9 37.69 Selecting previously unselected package libgit-wrapper-perl.
13:49:35 #9 37.69 Preparing to unpack .../250-libgit-wrapper-perl_0.048-1_all.deb ...
13:49:35 #9 37.69 Unpacking libgit-wrapper-perl (0.048-1) ...
13:49:35 #9 37.77 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:49:35 #9 37.77 Preparing to unpack .../251-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
13:49:35 #9 37.78 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
13:49:35 #9 37.81 Selecting previously unselected package libio-prompter-perl.
13:49:35 #9 37.81 Preparing to unpack .../252-libio-prompter-perl_0.004015-1_all.deb ...
13:49:35 #9 37.81 Unpacking libio-prompter-perl (0.004015-1) ...
13:49:35 #9 37.85 Selecting previously unselected package libjson-perl.
13:49:35 #9 37.85 Preparing to unpack .../253-libjson-perl_4.02000-2_all.deb ...
13:49:35 #9 37.85 Unpacking libjson-perl (4.02000-2) ...
13:49:35 #9 37.89 Selecting previously unselected package liblog-any-perl.
13:49:35 #9 37.89 Preparing to unpack .../254-liblog-any-perl_1.708-1_all.deb ...
13:49:35 #9 37.89 Unpacking liblog-any-perl (1.708-1) ...
13:49:35 #9 37.93 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:49:35 #9 37.93 Preparing to unpack .../255-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
13:49:35 #9 37.94 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
13:49:35 #9 37.97 Selecting previously unselected package libpackage-stash-perl.
13:49:35 #9 37.97 Preparing to unpack .../256-libpackage-stash-perl_0.38-1_all.deb ...
13:49:35 #9 37.98 Unpacking libpackage-stash-perl (0.38-1) ...
13:49:35 #9 38.01 Selecting previously unselected package libsub-identify-perl.
13:49:35 #9 38.02 Preparing to unpack .../257-libsub-identify-perl_0.14-1build2_arm64.deb ...
13:49:35 #9 38.02 Unpacking libsub-identify-perl (0.14-1build2) ...
13:49:35 #9 38.05 Selecting previously unselected package libsub-name-perl.
13:49:35 #9 38.05 Preparing to unpack .../258-libsub-name-perl_0.26-1_arm64.deb ...
13:49:35 #9 38.06 Unpacking libsub-name-perl (0.26-1) ...
13:49:35 #9 38.09 Selecting previously unselected package libnamespace-clean-perl.
13:49:35 #9 38.09 Preparing to unpack .../259-libnamespace-clean-perl_0.27-1_all.deb ...
13:49:35 #9 38.10 Unpacking libnamespace-clean-perl (0.27-1) ...
13:49:35 #9 38.13 Selecting previously unselected package libpath-tiny-perl.
13:49:35 #9 38.13 Preparing to unpack .../260-libpath-tiny-perl_0.108-1_all.deb ...
13:49:35 #9 38.13 Unpacking libpath-tiny-perl (0.108-1) ...
13:49:35 #9 38.16 Selecting previously unselected package libtype-tiny-perl.
13:49:35 #9 38.17 Preparing to unpack .../261-libtype-tiny-perl_1.008001-2_all.deb ...
13:49:35 #9 38.17 Unpacking libtype-tiny-perl (1.008001-2) ...
13:49:35 #9 38.22 Selecting previously unselected package libgitlab-api-v4-perl.
13:49:35 #9 38.23 Preparing to unpack .../262-libgitlab-api-v4-perl_0.25-1_all.deb ...
13:49:35 #9 38.23 Unpacking libgitlab-api-v4-perl (0.25-1) ...
13:49:35 #9 38.27 Selecting previously unselected package libhash-fieldhash-perl.
13:49:35 #9 38.27 Preparing to unpack .../263-libhash-fieldhash-perl_0.15-1build2_arm64.deb ...
13:49:35 #9 38.27 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
13:49:35 #9 38.30 Selecting previously unselected package libhtml-form-perl.
13:49:35 #9 38.31 Preparing to unpack .../264-libhtml-form-perl_6.07-1_all.deb ...
13:49:35 #9 38.31 Unpacking libhtml-form-perl (6.07-1) ...
13:49:35 #9 38.35 Selecting previously unselected package libhtml-format-perl.
13:49:35 #9 38.35 Preparing to unpack .../265-libhtml-format-perl_2.12-1_all.deb ...
13:49:35 #9 38.35 Unpacking libhtml-format-perl (2.12-1) ...
13:49:35 #9 38.39 Selecting previously unselected package libhttp-daemon-perl.
13:49:35 #9 38.39 Preparing to unpack .../266-libhttp-daemon-perl_6.06-1_all.deb ...
13:49:35 #9 38.39 Unpacking libhttp-daemon-perl (6.06-1) ...
13:49:35 #9 38.43 Selecting previously unselected package libidn11:arm64.
13:49:35 #9 38.44 Preparing to unpack .../267-libidn11_1.33-2.2ubuntu2_arm64.deb ...
13:49:35 #9 38.44 Unpacking libidn11:arm64 (1.33-2.2ubuntu2) ...
13:49:35 #9 38.48 Selecting previously unselected package libstruct-dumb-perl.
13:49:35 #9 38.48 Preparing to unpack .../268-libstruct-dumb-perl_0.09-1_all.deb ...
13:49:35 #9 38.48 Unpacking libstruct-dumb-perl (0.09-1) ...
13:49:35 #9 38.51 Selecting previously unselected package libio-async-perl.
13:49:35 #9 38.52 Preparing to unpack .../269-libio-async-perl_0.75-1_all.deb ...
13:49:35 #9 38.52 Unpacking libio-async-perl (0.75-1) ...
13:49:35 #9 38.57 Selecting previously unselected package liblinux-epoll-perl.
13:49:35 #9 38.57 Preparing to unpack .../270-liblinux-epoll-perl_0.017-1_arm64.deb ...
13:49:35 #9 38.57 Unpacking liblinux-epoll-perl (0.017-1) ...
13:49:35 #9 38.60 Selecting previously unselected package libio-async-loop-epoll-perl.
13:49:36 #9 38.61 Preparing to unpack .../271-libio-async-loop-epoll-perl_0.20-1_all.deb ...
13:49:36 #9 38.61 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
13:49:36 #9 38.64 Selecting previously unselected package libtypes-serialiser-perl.
13:49:36 #9 38.64 Preparing to unpack .../272-libtypes-serialiser-perl_1.0-1_all.deb ...
13:49:36 #9 38.65 Unpacking libtypes-serialiser-perl (1.0-1) ...
13:49:36 #9 38.68 Selecting previously unselected package libjson-xs-perl.
13:49:36 #9 38.68 Preparing to unpack .../273-libjson-xs-perl_4.020-1build1_arm64.deb ...
13:49:36 #9 38.68 Unpacking libjson-xs-perl (4.020-1build1) ...
13:49:36 #9 38.72 Selecting previously unselected package libjson-maybexs-perl.
13:49:36 #9 38.72 Preparing to unpack .../274-libjson-maybexs-perl_1.004000-1_all.deb ...
13:49:36 #9 38.72 Unpacking libjson-maybexs-perl (1.004000-1) ...
13:49:36 #9 38.75 Selecting previously unselected package liblist-compare-perl.
13:49:36 #9 38.75 Preparing to unpack .../275-liblist-compare-perl_0.53-1_all.deb ...
13:49:36 #9 38.76 Unpacking liblist-compare-perl (0.53-1) ...
13:49:36 #9 38.79 Selecting previously unselected package liblist-moreutils-perl.
13:49:36 #9 38.79 Preparing to unpack .../276-liblist-moreutils-perl_0.416-1build5_arm64.deb ...
13:49:36 #9 38.80 Unpacking liblist-moreutils-perl (0.416-1build5) ...
13:49:36 #9 38.83 Selecting previously unselected package liblist-someutils-perl.
13:49:36 #9 38.83 Preparing to unpack .../277-liblist-someutils-perl_0.58-1_all.deb ...
13:49:36 #9 38.83 Unpacking liblist-someutils-perl (0.58-1) ...
13:49:36 #9 38.86 Selecting previously unselected package liblist-someutils-xs-perl.
13:49:36 #9 38.87 Preparing to unpack .../278-liblist-someutils-xs-perl_0.58-2_arm64.deb ...
13:49:36 #9 38.87 Unpacking liblist-someutils-xs-perl (0.58-2) ...
13:49:36 #9 38.91 Selecting previously unselected package libltdl7:arm64.
13:49:36 #9 38.91 Preparing to unpack .../279-libltdl7_2.4.6-14_arm64.deb ...
13:49:36 #9 38.92 Unpacking libltdl7:arm64 (2.4.6-14) ...
13:49:36 #9 38.94 Selecting previously unselected package libltdl-dev:arm64.
13:49:36 #9 38.95 Preparing to unpack .../280-libltdl-dev_2.4.6-14_arm64.deb ...
13:49:36 #9 38.95 Unpacking libltdl-dev:arm64 (2.4.6-14) ...
13:49:36 #9 39.00 Selecting previously unselected package libsys-hostname-long-perl.
13:49:36 #9 39.00 Preparing to unpack .../281-libsys-hostname-long-perl_1.5-1_all.deb ...
13:49:36 #9 39.00 Unpacking libsys-hostname-long-perl (1.5-1) ...
13:49:36 #9 39.03 Selecting previously unselected package libmail-sendmail-perl.
13:49:36 #9 39.04 Preparing to unpack .../282-libmail-sendmail-perl_0.80-1_all.deb ...
13:49:36 #9 39.04 Unpacking libmail-sendmail-perl (0.80-1) ...
13:49:36 #9 39.08 Selecting previously unselected package libmoox-aliases-perl.
13:49:36 #9 39.08 Preparing to unpack .../283-libmoox-aliases-perl_0.001006-1_all.deb ...
13:49:36 #9 39.08 Unpacking libmoox-aliases-perl (0.001006-1) ...
13:49:36 #9 39.12 Selecting previously unselected package libobject-id-perl.
13:49:36 #9 39.12 Preparing to unpack .../284-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
13:49:36 #9 39.12 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
13:49:36 #9 39.15 Selecting previously unselected package libmoox-struct-perl.
13:49:36 #9 39.15 Preparing to unpack .../285-libmoox-struct-perl_0.017-1_all.deb ...
13:49:36 #9 39.16 Unpacking libmoox-struct-perl (0.017-1) ...
13:49:36 #9 39.19 Selecting previously unselected package libnet-dns-sec-perl.
13:49:36 #9 39.19 Preparing to unpack .../286-libnet-dns-sec-perl_1.15-1_arm64.deb ...
13:49:36 #9 39.20 Unpacking libnet-dns-sec-perl (1.15-1) ...
13:49:36 #9 39.23 Selecting previously unselected package libnet-libidn-perl.
13:49:36 #9 39.23 Preparing to unpack .../287-libnet-libidn-perl_0.12.ds-3build2_arm64.deb ...
13:49:36 #9 39.23 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
13:49:36 #9 39.26 Selecting previously unselected package libnumber-range-perl.
13:49:36 #9 39.26 Preparing to unpack .../288-libnumber-range-perl_0.12-1_all.deb ...
13:49:36 #9 39.27 Unpacking libnumber-range-perl (0.12-1) ...
13:49:36 #9 39.29 Selecting previously unselected package libpackage-stash-xs-perl.
13:49:36 #9 39.30 Preparing to unpack .../289-libpackage-stash-xs-perl_0.29-1build1_arm64.deb ...
13:49:36 #9 39.30 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
13:49:36 #9 39.33 Selecting previously unselected package libpath-iterator-rule-perl.
13:49:36 #9 39.33 Preparing to unpack .../290-libpath-iterator-rule-perl_1.014-1_all.deb ...
13:49:36 #9 39.33 Unpacking libpath-iterator-rule-perl (1.014-1) ...
13:49:36 #9 39.37 Selecting previously unselected package libperl4-corelibs-perl.
13:49:36 #9 39.37 Preparing to unpack .../291-libperl4-corelibs-perl_0.004-2_all.deb ...
13:49:36 #9 39.37 Unpacking libperl4-corelibs-perl (0.004-2) ...
13:49:36 #9 39.40 Selecting previously unselected package libperlio-gzip-perl.
13:49:36 #9 39.41 Preparing to unpack .../292-libperlio-gzip-perl_0.19-1build5_arm64.deb ...
13:49:36 #9 39.41 Unpacking libperlio-gzip-perl (0.19-1build5) ...
13:49:36 #9 39.44 Selecting previously unselected package libpod-constants-perl.
13:49:36 #9 39.44 Preparing to unpack .../293-libpod-constants-perl_0.19-1_all.deb ...
13:49:36 #9 39.45 Unpacking libpod-constants-perl (0.19-1) ...
13:49:36 #9 39.48 Selecting previously unselected package libre2-5:arm64.
13:49:36 #9 39.49 Preparing to unpack .../294-libre2-5_20200101+dfsg-1build1_arm64.deb ...
13:49:36 #9 39.49 Unpacking libre2-5:arm64 (20200101+dfsg-1build1) ...
13:49:36 #9 39.53 Selecting previously unselected package libre-engine-re2-perl.
13:49:36 #9 39.53 Preparing to unpack .../295-libre-engine-re2-perl_0.13-5_arm64.deb ...
13:49:36 #9 39.54 Unpacking libre-engine-re2-perl (0.13-5) ...
13:49:36 #9 39.57 Selecting previously unselected package libreadonly-perl.
13:49:36 #9 39.57 Preparing to unpack .../296-libreadonly-perl_2.050-2_all.deb ...
13:49:36 #9 39.57 Unpacking libreadonly-perl (2.050-2) ...
13:49:36 #9 39.60 Selecting previously unselected package libref-util-perl.
13:49:36 #9 39.60 Preparing to unpack .../297-libref-util-perl_0.204-1_all.deb ...
13:49:36 #9 39.61 Unpacking libref-util-perl (0.204-1) ...
13:49:36 #9 39.64 Selecting previously unselected package libref-util-xs-perl.
13:49:37 #9 39.64 Preparing to unpack .../298-libref-util-xs-perl_0.117-1build2_arm64.deb ...
13:49:37 #9 39.64 Unpacking libref-util-xs-perl (0.117-1build2) ...
13:49:37 #9 39.67 Selecting previously unselected package libregexp-pattern-license-perl.
13:49:37 #9 39.67 Preparing to unpack .../299-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
13:49:37 #9 39.68 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
13:49:37 #9 39.71 Selecting previously unselected package libregexp-pattern-perl.
13:49:37 #9 39.71 Preparing to unpack .../300-libregexp-pattern-perl_0.2.12-1_all.deb ...
13:49:37 #9 39.71 Unpacking libregexp-pattern-perl (0.2.12-1) ...
13:49:37 #9 39.75 Selecting previously unselected package libsasl2-modules:arm64.
13:49:37 #9 39.75 Preparing to unpack .../301-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_arm64.deb ...
13:49:37 #9 39.76 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
13:49:37 #9 39.79 Selecting previously unselected package libsereal-decoder-perl.
13:49:37 #9 39.79 Preparing to unpack .../302-libsereal-decoder-perl_4.011+ds-1build1_arm64.deb ...
13:49:37 #9 39.79 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
13:49:37 #9 39.83 Selecting previously unselected package libsereal-encoder-perl.
13:49:37 #9 39.83 Preparing to unpack .../303-libsereal-encoder-perl_4.011+ds-1build1_arm64.deb ...
13:49:37 #9 39.84 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
13:49:37 #9 39.87 Selecting previously unselected package libsereal-perl.
13:49:37 #9 39.87 Preparing to unpack .../304-libsereal-perl_4.011-1_all.deb ...
13:49:37 #9 39.88 Unpacking libsereal-perl (4.011-1) ...
13:49:37 #9 39.91 Selecting previously unselected package libsort-key-perl.
13:49:37 #9 39.91 Preparing to unpack .../305-libsort-key-perl_1.33-2build2_arm64.deb ...
13:49:37 #9 39.91 Unpacking libsort-key-perl (1.33-2build2) ...
13:49:37 #9 39.95 Selecting previously unselected package libstring-copyright-perl.
13:49:37 #9 39.95 Preparing to unpack .../306-libstring-copyright-perl_0.003006-1_all.deb ...
13:49:37 #9 39.95 Unpacking libstring-copyright-perl (0.003006-1) ...
13:49:37 #9 39.98 Selecting previously unselected package libstring-escape-perl.
13:49:37 #9 39.98 Preparing to unpack .../307-libstring-escape-perl_2010.002-2_all.deb ...
13:49:37 #9 39.99 Unpacking libstring-escape-perl (2010.002-2) ...
13:49:37 #9 40.02 Selecting previously unselected package libstring-shellquote-perl.
13:49:37 #9 40.02 Preparing to unpack .../308-libstring-shellquote-perl_1.04-1_all.deb ...
13:49:37 #9 40.02 Unpacking libstring-shellquote-perl (1.04-1) ...
13:49:37 #9 40.05 Selecting previously unselected package libterm-readkey-perl.
13:49:37 #9 40.05 Preparing to unpack .../309-libterm-readkey-perl_2.38-1build1_arm64.deb ...
13:49:37 #9 40.05 Unpacking libterm-readkey-perl (2.38-1build1) ...
13:49:37 #9 40.08 Selecting previously unselected package libtest-fatal-perl.
13:49:37 #9 40.08 Preparing to unpack .../310-libtest-fatal-perl_0.014-1_all.deb ...
13:49:37 #9 40.09 Unpacking libtest-fatal-perl (0.014-1) ...
13:49:37 #9 40.12 Selecting previously unselected package libtest-refcount-perl.
13:49:37 #9 40.12 Preparing to unpack .../311-libtest-refcount-perl_0.10-1_all.deb ...
13:49:37 #9 40.12 Unpacking libtest-refcount-perl (0.10-1) ...
13:49:37 #9 40.15 Selecting previously unselected package libtext-levenshtein-perl.
13:49:37 #9 40.16 Preparing to unpack .../312-libtext-levenshtein-perl_0.13-1_all.deb ...
13:49:37 #9 40.16 Unpacking libtext-levenshtein-perl (0.13-1) ...
13:49:37 #9 40.19 Selecting previously unselected package libtype-tiny-xs-perl.
13:49:37 #9 40.20 Preparing to unpack .../313-libtype-tiny-xs-perl_0.016-1_arm64.deb ...
13:49:37 #9 40.20 Unpacking libtype-tiny-xs-perl (0.016-1) ...
13:49:37 #9 40.23 Selecting previously unselected package libunicode-utf8-perl.
13:49:37 #9 40.23 Preparing to unpack .../314-libunicode-utf8-perl_0.62-1build1_arm64.deb ...
13:49:37 #9 40.23 Unpacking libunicode-utf8-perl (0.62-1build1) ...
13:49:37 #9 40.27 Selecting previously unselected package libxml-namespacesupport-perl.
13:49:37 #9 40.27 Preparing to unpack .../315-libxml-namespacesupport-perl_1.12-1_all.deb ...
13:49:37 #9 40.27 Unpacking libxml-namespacesupport-perl (1.12-1) ...
13:49:37 #9 40.30 Selecting previously unselected package libxml-sax-base-perl.
13:49:37 #9 40.31 Preparing to unpack .../316-libxml-sax-base-perl_1.09-1_all.deb ...
13:49:37 #9 40.31 Unpacking libxml-sax-base-perl (1.09-1) ...
13:49:37 #9 40.35 Selecting previously unselected package libxml-sax-perl.
13:49:37 #9 40.35 Preparing to unpack .../317-libxml-sax-perl_1.02+dfsg-1_all.deb ...
13:49:37 #9 40.36 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
13:49:37 #9 40.40 Selecting previously unselected package libxml-libxml-perl.
13:49:37 #9 40.41 Preparing to unpack .../318-libxml-libxml-perl_2.0134+dfsg-1build1_arm64.deb ...
13:49:38 #9 40.41 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
13:49:38 #9 40.46 Selecting previously unselected package libxml-parser-perl.
13:49:38 #9 40.47 Preparing to unpack .../319-libxml-parser-perl_2.46-1_arm64.deb ...
13:49:38 #9 40.47 Unpacking libxml-parser-perl (2.46-1) ...
13:49:38 #9 40.52 Selecting previously unselected package libxml-sax-expat-perl.
13:49:38 #9 40.53 Preparing to unpack .../320-libxml-sax-expat-perl_0.51-1_all.deb ...
13:49:38 #9 40.53 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:49:38 #9 40.56 Selecting previously unselected package libxml-writer-perl.
13:49:38 #9 40.56 Preparing to unpack .../321-libxml-writer-perl_0.625-1_all.deb ...
13:49:38 #9 40.57 Unpacking libxml-writer-perl (0.625-1) ...
13:49:38 #9 40.60 Selecting previously unselected package libyaml-libyaml-perl.
13:49:38 #9 40.60 Preparing to unpack .../322-libyaml-libyaml-perl_0.81+repack-1_arm64.deb ...
13:49:38 #9 40.60 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
13:49:38 #9 40.63 Selecting previously unselected package licensecheck.
13:49:38 #9 40.64 Preparing to unpack .../323-licensecheck_3.0.45-1_all.deb ...
13:49:38 #9 40.64 Unpacking licensecheck (3.0.45-1) ...
13:49:38 #9 40.67 Selecting previously unselected package libdevel-size-perl.
13:49:38 #9 40.68 Preparing to unpack .../324-libdevel-size-perl_0.83-1build1_arm64.deb ...
13:49:38 #9 40.68 Unpacking libdevel-size-perl (0.83-1build1) ...
13:49:38 #9 40.71 Selecting previously unselected package t1utils.
13:49:38 #9 40.71 Preparing to unpack .../325-t1utils_1.41-3_arm64.deb ...
13:49:38 #9 40.72 Unpacking t1utils (1.41-3) ...
13:49:38 #9 40.79 Selecting previously unselected package lintian.
13:49:38 #9 40.80 Preparing to unpack .../326-lintian_2.62.0ubuntu2.1_all.deb ...
13:49:38 #9 40.80 Unpacking lintian (2.62.0ubuntu2.1) ...
13:49:38 #9 41.06 Selecting previously unselected package manpages-dev.
13:49:38 #9 41.07 Preparing to unpack .../327-manpages-dev_5.05-1_all.deb ...
13:49:38 #9 41.07 Unpacking manpages-dev (5.05-1) ...
13:49:38 #9 41.28 Selecting previously unselected package python3-certifi.
13:49:38 #9 41.28 Preparing to unpack .../328-python3-certifi_2019.11.28-1_all.deb ...
13:49:38 #9 41.29 Unpacking python3-certifi (2019.11.28-1) ...
13:49:38 #9 41.33 Selecting previously unselected package python3-idna.
13:49:38 #9 41.34 Preparing to unpack .../329-python3-idna_2.8-1_all.deb ...
13:49:38 #9 41.34 Unpacking python3-idna (2.8-1) ...
13:49:38 #9 41.37 Selecting previously unselected package python3-urllib3.
13:49:38 #9 41.38 Preparing to unpack .../330-python3-urllib3_1.25.8-2ubuntu0.1_all.deb ...
13:49:38 #9 41.38 Unpacking python3-urllib3 (1.25.8-2ubuntu0.1) ...
13:49:38 #9 41.42 Selecting previously unselected package python3-requests.
13:49:38 #9 41.42 Preparing to unpack .../331-python3-requests_2.22.0-2ubuntu1_all.deb ...
13:49:38 #9 41.43 Unpacking python3-requests (2.22.0-2ubuntu1) ...
13:49:39 #9 41.47 Selecting previously unselected package python3-unidiff.
13:49:39 #9 41.47 Preparing to unpack .../332-python3-unidiff_0.5.5-2_all.deb ...
13:49:39 #9 41.48 Unpacking python3-unidiff (0.5.5-2) ...
13:49:39 #9 41.51 Selecting previously unselected package python3-xdg.
13:49:39 #9 41.52 Preparing to unpack .../333-python3-xdg_0.26-1ubuntu1_all.deb ...
13:49:39 #9 41.52 Unpacking python3-xdg (0.26-1ubuntu1) ...
13:49:39 #9 41.55 Selecting previously unselected package unzip.
13:49:39 #9 41.56 Preparing to unpack .../334-unzip_6.0-25ubuntu1_arm64.deb ...
13:49:39 #9 41.56 Unpacking unzip (6.0-25ubuntu1) ...
13:49:39 #9 41.65 Selecting previously unselected package equivs.
13:49:39 #9 41.66 Preparing to unpack .../335-equivs_2.2.0_all.deb ...
13:49:39 #9 41.67 Unpacking equivs (2.2.0) ...
13:49:39 #9 41.70 Selecting previously unselected package libauthen-sasl-perl.
13:49:39 #9 41.70 Preparing to unpack .../336-libauthen-sasl-perl_2.1600-1_all.deb ...
13:49:39 #9 41.70 Unpacking libauthen-sasl-perl (2.1600-1) ...
13:49:39 #9 41.74 Selecting previously unselected package python3-magic.
13:49:39 #9 41.75 Preparing to unpack .../337-python3-magic_2%3a0.4.15-3_all.deb ...
13:49:39 #9 41.75 Unpacking python3-magic (2:0.4.15-3) ...
13:49:39 #9 41.82 Setting up libapt-pkg-perl (0.1.36build3) ...
13:49:39 #9 41.83 Setting up libksba8:arm64 (1.3.5-2) ...
13:49:39 #9 41.84 Setting up libpipeline1:arm64 (1.5.2-2build1) ...
13:49:39 #9 41.85 Setting up wdiff (1.2.2-2build1) ...
13:49:39 #9 41.87 Setting up libxau6:arm64 (1:1.0.9-0ubuntu1) ...
13:49:39 #9 41.88 Setting up libkeyutils1:arm64 (1.6-6ubuntu1) ...
13:49:39 #9 41.89 Setting up libpsl5:arm64 (0.21.0-1ubuntu1) ...
13:49:39 #9 41.90 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
13:49:39 #9 41.91 Setting up mime-support (3.64ubuntu1) ...
13:49:39 #9 41.94 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
13:49:39 #9 41.96 Setting up libmagic-mgc (1:5.38-4) ...
13:49:39 #9 41.97 Setting up libyaml-0-2:arm64 (0.2.2-1) ...
13:49:39 #9 41.98 Setting up libglib2.0-0:arm64 (2.64.6-1~ubuntu20.04.4) ...
13:49:39 #9 42.00 No schema files found: doing nothing.
13:49:39 #9 42.00 Setting up distro-info-data (0.43ubuntu1.10) ...
13:49:39 #9 42.01 Setting up manpages (5.05-1) ...
13:49:39 #9 42.03 Setting up unzip (6.0-25ubuntu1) ...
13:49:39 #9 42.05 Setting up libbrotli1:arm64 (1.0.7-6ubuntu0.1) ...
13:49:39 #9 42.06 Setting up libsqlite3-0:arm64 (3.31.1-4ubuntu0.3) ...
13:49:39 #9 42.07 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
13:49:39 #9 42.09 Setting up binutils-common:arm64 (2.34-6ubuntu1.3) ...
13:49:39 #9 42.10 Setting up libnghttp2-14:arm64 (1.40.0-1build1) ...
13:49:39 #9 42.11 Setting up libmagic1:arm64 (1:5.38-4) ...
13:49:39 #9 42.13 Setting up less (551-1ubuntu0.1) ...
13:49:39 #9 42.14 Setting up perl-openssl-defaults:arm64 (4) ...
13:49:39 #9 42.15 Setting up linux-libc-dev:arm64 (5.4.0-113.127) ...
13:49:39 #9 42.16 Setting up libctf-nobfd0:arm64 (2.34-6ubuntu1.3) ...
13:49:39 #9 42.17 Setting up gettext-base (0.19.8.1-10build1) ...
13:49:39 #9 42.18 Setting up libnpth0:arm64 (1.6-1) ...
13:49:39 #9 42.19 Setting up krb5-locales (1.17-6ubuntu4.1) ...
13:49:39 #9 42.20 Setting up file (1:5.38-4) ...
13:49:39 #9 42.21 Setting up libassuan0:arm64 (2.5.3-7ubuntu2) ...
13:49:39 #9 42.22 Setting up libgomp1:arm64 (10.3.0-1ubuntu1~20.04) ...
13:49:39 #9 42.23 Setting up libcbor0.6:arm64 (0.6.0-0ubuntu1) ...
13:49:39 #9 42.24 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
13:49:39 #9 42.26 Setting up libfakeroot:arm64 (1.24-1) ...
13:49:39 #9 42.27 Setting up libkrb5support0:arm64 (1.17-6ubuntu4.1) ...
13:49:39 #9 42.28 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
13:49:39 #9 42.29 Setting up tzdata (2022a-0ubuntu0.20.04) ...
13:49:39 #9 42.40 
13:49:39 #9 42.40 Current default time zone: 'Etc/UTC'
13:49:39 #9 42.40 Local time is now:      Tue May 31 13:49:39 UTC 2022.
13:49:39 #9 42.40 Universal Time is now:  Tue May 31 13:49:39 UTC 2022.
13:49:39 #9 42.40 Run 'dpkg-reconfigure tzdata' if you wish to change it.
13:49:39 #9 42.40 
13:49:39 #9 42.45 Setting up fakeroot (1.24-1) ...
13:49:39 #9 42.46 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:49:39 #9 42.46 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:39 #9 42.46 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:39 #9 42.46 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:39 #9 42.46 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:39 #9 42.46 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:39 #9 42.46 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:39 #9 42.46 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:39 #9 42.46 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:39 #9 42.47 Setting up autotools-dev (20180224.1) ...
13:49:39 #9 42.48 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
13:49:39 #9 42.49 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
13:49:40 #9 42.50 Setting up make (4.2.1-1.2) ...
13:49:40 #9 42.51 Setting up libmpfr6:arm64 (4.0.2-1) ...
13:49:40 #9 42.52 Setting up gnupg-l10n (2.2.19-3ubuntu2.1) ...
13:49:40 #9 42.53 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build1) ...
13:49:40 #9 42.54 Setting up libidn11:arm64 (1.33-2.2ubuntu2) ...
13:49:40 #9 42.55 Setting up strace (5.5-3ubuntu1) ...
13:49:40 #9 42.56 Setting up libsigsegv2:arm64 (2.12-2) ...
13:49:40 #9 42.57 Setting up xz-utils (5.2.4-1ubuntu1.1) ...
13:49:40 #9 42.58 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:49:40 #9 42.58 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
13:49:40 #9 42.58 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
13:49:40 #9 42.58 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
13:49:40 #9 42.58 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
13:49:40 #9 42.58 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
13:49:40 #9 42.58 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
13:49:40 #9 42.58 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
13:49:40 #9 42.58 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
13:49:40 #9 42.58 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
13:49:40 #9 42.58 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
13:49:40 #9 42.59 Setting up t1utils (1.41-3) ...
13:49:40 #9 42.60 Setting up diffstat (1.63-1) ...
13:49:40 #9 42.61 Setting up libmpc3:arm64 (1.1.0-1) ...
13:49:40 #9 42.62 Setting up libatomic1:arm64 (10.3.0-1ubuntu1~20.04) ...
13:49:40 #9 42.63 Setting up patch (2.7.6-6) ...
13:49:40 #9 42.64 Setting up autopoint (0.19.8.1-10build1) ...
13:49:40 #9 42.65 Setting up libfl2:arm64 (2.6.4-6.2) ...
13:49:40 #9 42.66 Setting up ucf (3.0038+nmu1) ...
13:49:40 #9 42.79 Setting up libk5crypto3:arm64 (1.17-6ubuntu4.1) ...
13:49:40 #9 42.81 Setting up libltdl7:arm64 (2.4.6-14) ...
13:49:40 #9 42.82 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2ubuntu0.1) ...
13:49:40 #9 42.83 Setting up libroken18-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:49:40 #9 42.84 Setting up libubsan1:arm64 (10.3.0-1ubuntu1~20.04) ...
13:49:40 #9 42.85 Setting up python-apt-common (2.0.0ubuntu0.20.04.7) ...
13:49:40 #9 42.86 Setting up libcrypt-dev:arm64 (1:4.4.10-10ubuntu4) ...
13:49:40 #9 42.87 Setting up libuchardet0:arm64 (0.0.6-3build1) ...
13:49:40 #9 42.88 Setting up libre2-5:arm64 (20200101+dfsg-1build1) ...
13:49:40 #9 42.90 Setting up git-man (1:2.25.1-1ubuntu3.4) ...
13:49:40 #9 42.91 Setting up libisl22:arm64 (0.22.1-1) ...
13:49:40 #9 42.92 Setting up netbase (6.1) ...
13:49:40 #9 42.95 Setting up libkrb5-3:arm64 (1.17-6ubuntu4.1) ...
13:49:40 #9 42.96 Setting up libmpdec2:arm64 (2.4.2-3) ...
13:49:40 #9 42.97 Setting up libbinutils:arm64 (2.34-6ubuntu1.3) ...
13:49:40 #9 42.98 Setting up libfido2-1:arm64 (1.3.1-1ubuntu2) ...
13:49:40 #9 42.99 Setting up libc-dev-bin (2.31-0ubuntu9.9) ...
13:49:40 #9 43.00 Setting up openssl (1.1.1f-1ubuntu2.13) ...
13:49:40 #9 43.02 Setting up libbsd0:arm64 (0.10.0-1) ...
13:49:40 #9 43.03 Setting up libelf1:arm64 (0.176-1.1build1) ...
13:49:40 #9 43.04 Setting up readline-common (8.0-4) ...
13:49:40 #9 43.09 Setting up publicsuffix (20200303.0012-1) ...
13:49:40 #9 43.10 Setting up libcc1-0:arm64 (10.3.0-1ubuntu1~20.04) ...
13:49:40 #9 43.11 Setting up iso-codes (4.4-1) ...
13:49:40 #9 43.12 Setting up liblocale-gettext-perl (1.07-4) ...
13:49:40 #9 43.13 Setting up liblsan0:arm64 (10.3.0-1ubuntu1~20.04) ...
13:49:40 #9 43.15 Setting up dctrl-tools (2.24-3) ...
13:49:40 #9 43.16 Setting up libitm1:arm64 (10.3.0-1ubuntu1~20.04) ...
13:49:40 #9 43.17 Setting up libheimbase1-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:49:40 #9 43.18 Setting up libgdbm6:arm64 (1.18.1-5) ...
13:49:40 #9 43.19 Setting up gcc-9-base:arm64 (9.4.0-1ubuntu1~20.04.1) ...
13:49:40 #9 43.21 Setting up libtsan0:arm64 (10.3.0-1ubuntu1~20.04) ...
13:49:40 #9 43.22 Setting up libctf0:arm64 (2.34-6ubuntu1.3) ...
13:49:40 #9 43.23 Setting up pinentry-curses (1.1.0-3build1) ...
13:49:40 #9 43.24 Setting up manpages-dev (5.05-1) ...
13:49:40 #9 43.25 Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu1) ...
13:49:40 #9 43.26 Setting up libxcb1:arm64 (1.14-2) ...
13:49:40 #9 43.27 Setting up at (3.1.23-1ubuntu1) ...
13:49:40 #9 43.41 invoke-rc.d: could not determine current runlevel
13:49:40 #9 43.42 invoke-rc.d: policy-rc.d denied execution of start.
13:49:40 #9 43.42 Setting up libicu66:arm64 (66.1-2ubuntu2.1) ...
13:49:40 #9 43.43 Setting up libasn1-8-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:49:40 #9 43.44 Setting up libedit2:arm64 (3.1-20191231-1) ...
13:49:40 #9 43.45 Setting up libreadline8:arm64 (8.0-4) ...
13:49:40 #9 43.46 Setting up m4 (1.4.18-4) ...
13:49:41 #9 43.47 Setting up binutils-aarch64-linux-gnu (2.34-6ubuntu1.3) ...
13:49:41 #9 43.48 Setting up binutils (2.34-6ubuntu1.3) ...
13:49:41 #9 43.49 Setting up libhcrypto4-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:49:41 #9 43.50 Setting up ca-certificates (20210119~20.04.2) ...
13:49:41 #9 43.98 Updating certificates in /etc/ssl/certs...
13:49:42 #9 44.58 128 added, 0 removed; done.
13:49:42 #9 44.66 Setting up libasan5:arm64 (9.4.0-1ubuntu1~20.04.1) ...
13:49:42 #9 44.67 Setting up libwind0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:49:42 #9 44.68 Setting up bsdmainutils (11.1.2ubuntu3) ...
13:49:42 #9 44.70 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
13:49:42 #9 44.70 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist
13:49:42 #9 44.71 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
13:49:42 #9 44.71 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
13:49:42 #9 44.71 Setting up libgssapi-krb5-2:arm64 (1.17-6ubuntu4.1) ...
13:49:42 #9 44.73 Setting up libgdbm-compat4:arm64 (1.18.1-5) ...
13:49:42 #9 44.74 Setting up libssh-4:arm64 (0.9.3-2ubuntu2.2) ...
13:49:42 #9 44.75 Setting up dwz (0.13-5) ...
13:49:42 #9 44.76 Setting up groff-base (1.22.4-4build1) ...
13:49:42 #9 44.78 Setting up gpgconf (2.2.19-3ubuntu2.1) ...
13:49:42 #9 44.79 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
13:49:42 #9 44.80 Setting up libperl5.30:arm64 (5.30.0-9ubuntu0.2) ...
13:49:42 #9 44.81 Setting up libc6-dev:arm64 (2.31-0ubuntu9.9) ...
13:49:42 #9 44.83 Setting up libx11-6:arm64 (2:1.6.9-2ubuntu1.2) ...
13:49:42 #9 44.84 Setting up libpython3.8-stdlib:arm64 (3.8.10-0ubuntu1~20.04.4) ...
13:49:42 #9 44.85 Setting up python3.8 (3.8.10-0ubuntu1~20.04.4) ...
13:49:42 #9 45.48 Setting up libxml2:arm64 (2.9.10+dfsg-5ubuntu0.20.04.3) ...
13:49:43 #9 45.49 Setting up libxmuu1:arm64 (2:1.1.3-0ubuntu1) ...
13:49:43 #9 45.51 Setting up gpg (2.2.19-3ubuntu2.1) ...
13:49:43 #9 45.52 Setting up libpython3-stdlib:arm64 (3.8.2-0ubuntu2) ...
13:49:43 #9 45.53 Setting up gnupg-utils (2.2.19-3ubuntu2.1) ...
13:49:43 #9 45.54 Setting up gpg-agent (2.2.19-3ubuntu2.1) ...
13:49:43 #9 46.01 Setting up openssh-client (1:8.2p1-4ubuntu0.5) ...
13:49:43 #9 46.10 Setting up libhx509-5-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:49:43 #9 46.11 Setting up gpgsm (2.2.19-3ubuntu2.1) ...
13:49:43 #9 46.12 Setting up libxext6:arm64 (2:1.3.4-0ubuntu1) ...
13:49:43 #9 46.13 Setting up python3 (3.8.2-0ubuntu2) ...
13:49:43 #9 46.44 Setting up python3-xdg (0.26-1ubuntu1) ...
13:49:44 #9 46.60 Setting up man-db (2.9.1-1) ...
13:49:44 #9 46.70 Building database of manual pages ...
13:49:44 #9 46.90 Setting up libgpgme11:arm64 (1.13.1-7ubuntu2) ...
13:49:44 #9 46.91 Setting up python3-six (1.14.0-2) ...
13:49:44 #9 47.05 Setting up libgcc-9-dev:arm64 (9.4.0-1ubuntu1~20.04.1) ...
13:49:44 #9 47.06 Setting up perl (5.30.0-9ubuntu0.2) ...
13:49:44 #9 47.08 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
13:49:44 #9 47.09 Setting up python3-gpg (1.13.1-7ubuntu2) ...
13:49:44 #9 47.27 Setting up libdata-dump-perl (1.23-1) ...
13:49:44 #9 47.28 Setting up python3-certifi (2019.11.28-1) ...
13:49:44 #9 47.42 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
13:49:44 #9 47.43 Setting up libref-util-perl (0.204-1) ...
13:49:44 #9 47.44 Setting up libipc-system-simple-perl (1.26-1) ...
13:49:44 #9 47.45 Setting up libnet-domain-tld-perl (1.75-1) ...
13:49:44 #9 47.46 Setting up libxml-writer-perl (0.625-1) ...
13:49:44 #9 47.47 Setting up libhash-fieldhash-perl (0.15-1build2) ...
13:49:44 #9 47.48 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
13:49:44 #9 47.49 Setting up shared-mime-info (1.15-1) ...
13:49:46 #9 49.47 Setting up liblinux-epoll-perl (0.017-1) ...
13:49:47 #9 49.48 Setting up libvariable-magic-perl (0.62-1build2) ...
13:49:47 #9 49.49 Setting up python3-idna (2.8-1) ...
13:49:47 #9 49.70 Setting up libio-html-perl (1.001-1) ...
13:49:47 #9 49.71 Setting up libcroco3:arm64 (0.6.13-1) ...
13:49:47 #9 49.72 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
13:49:47 #9 49.73 Setting up libtest-refcount-perl (0.10-1) ...
13:49:47 #9 49.74 Setting up libparams-util-perl (1.07-3build5) ...
13:49:47 #9 49.76 Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
13:49:47 #9 49.77 Setting up autoconf (2.69-11.1) ...
13:49:47 #9 49.79 Setting up python3-urllib3 (1.25.8-2ubuntu0.1) ...
13:49:47 #9 49.96 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:49:47 #9 49.97 Setting up libarray-intspan-perl (2.003-1) ...
13:49:47 #9 49.98 Setting up libcapture-tiny-perl (0.48-1) ...
13:49:47 #9 49.99 Setting up libtimedate-perl (2.3200-1) ...
13:49:47 #9 50.00 Setting up gpg-wks-server (2.2.19-3ubuntu2.1) ...
13:49:47 #9 50.01 Setting up libsub-name-perl (0.26-1) ...
13:49:47 #9 50.02 Setting up libtype-tiny-xs-perl (0.016-1) ...
13:49:47 #9 50.03 Setting up libfile-chdir-perl (0.1008-1) ...
13:49:47 #9 50.04 Setting up xauth (1:1.1-0ubuntu1) ...
13:49:47 #9 50.05 Setting up cpp (4:9.3.0-1ubuntu2) ...
13:49:47 #9 50.07 Setting up libpath-tiny-perl (0.108-1) ...
13:49:47 #9 50.08 Setting up libarchive-cpio-perl (0.10-1) ...
13:49:47 #9 50.09 Setting up libjson-perl (4.02000-2) ...
13:49:47 #9 50.10 Setting up libsub-override-perl (0.09-2) ...
13:49:47 #9 50.11 Setting up python3-unidiff (0.5.5-2) ...
13:49:47 #9 50.25 Setting up libstrictures-perl (2.000006-1) ...
13:49:47 #9 50.26 Setting up libsub-quote-perl (2.006006-1) ...
13:49:47 #9 50.27 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
13:49:47 #9 50.28 Setting up libsort-versions-perl (1.62-1) ...
13:49:47 #9 50.29 Setting up libexporter-tiny-perl (1.002001-1) ...
13:49:47 #9 50.30 Setting up libre-engine-re2-perl (0.13-5) ...
13:49:47 #9 50.31 Setting up libterm-readkey-perl (2.38-1build1) ...
13:49:47 #9 50.32 Setting up lsb-release (11.1.0ubuntu2) ...
13:49:47 #9 50.33 Setting up libnet-ip-perl (1.26-2) ...
13:49:47 #9 50.34 Setting up python3-magic (2:0.4.15-3) ...
13:49:47 #9 50.48 Setting up libperlio-gzip-perl (0.19-1build5) ...
13:49:48 #9 50.49 Setting up libsys-hostname-long-perl (1.5-1) ...
13:49:48 #9 50.50 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
13:49:48 #9 50.51 Setting up liburi-perl (1.76-2) ...
13:49:48 #9 50.52 Setting up libdigest-bubblebabble-perl (0.02-2) ...
13:49:48 #9 50.52 Setting up libkrb5-26-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:49:48 #9 50.53 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
13:49:48 #9 50.54 Setting up python3-pkg-resources (45.2.0-1) ...
13:49:48 #9 50.73 Setting up automake (1:1.16.1-4ubuntu6) ...
13:49:48 #9 50.74 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:49:48 #9 50.74 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
13:49:48 #9 50.74 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
13:49:48 #9 50.75 Setting up libasync-mergepoint-perl (0.04-2) ...
13:49:48 #9 50.76 Setting up libstring-escape-perl (2010.002-2) ...
13:49:48 #9 50.77 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
13:49:48 #9 50.78 Setting up libhttp-date-perl (6.05-1) ...
13:49:48 #9 50.82 Setting up libfile-which-perl (1.23-1) ...
13:49:48 #9 50.84 Setting up libfile-basedir-perl (0.08-1) ...
13:49:48 #9 50.85 Setting up gettext (0.19.8.1-10build1) ...
13:49:48 #9 50.86 Setting up libnumber-range-perl (0.12-1) ...
13:49:48 #9 50.87 Setting up libunicode-utf8-perl (0.62-1build1) ...
13:49:48 #9 50.88 Setting up libstruct-dumb-perl (0.09-1) ...
13:49:48 #9 50.89 Setting up libfile-listing-perl (6.04-1) ...
13:49:48 #9 50.90 Setting up libstdc++-9-dev:arm64 (9.4.0-1ubuntu1~20.04.1) ...
13:49:48 #9 50.91 Setting up libregexp-pattern-perl (0.2.12-1) ...
13:49:48 #9 50.92 Setting up libfont-afm-perl (1.20-2) ...
13:49:48 #9 50.93 Setting up libwant-perl (0.29-1build4) ...
13:49:48 #9 50.94 Setting up libdynaloader-functions-perl (0.003-1) ...
13:49:48 #9 50.96 Setting up libtext-glob-perl (0.10-1) ...
13:49:48 #9 50.97 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:49:48 #9 50.98 Setting up liblist-compare-perl (0.53-1) ...
13:49:48 #9 50.99 Setting up libref-util-xs-perl (0.117-1build2) ...
13:49:48 #9 51.00 Setting up libio-pty-perl (1:1.12-1) ...
13:49:48 #9 51.02 Setting up libtool (2.4.6-14) ...
13:49:48 #9 51.03 Setting up libfile-fcntllock-perl (0.22-3build4) ...
13:49:48 #9 51.04 Setting up libsort-key-perl (1.33-2build2) ...
13:49:48 #9 51.06 Setting up libclone-perl (0.43-2) ...
13:49:48 #9 51.07 Setting up libalgorithm-diff-perl (1.19.03-2) ...
13:49:48 #9 51.09 Setting up libarchive-zip-perl (1.67-2) ...
13:49:48 #9 51.10 Setting up libsub-identify-perl (0.14-1build2) ...
13:49:48 #9 51.11 Setting up libdistro-info-perl (0.23ubuntu1) ...
13:49:48 #9 51.12 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
13:49:48 #9 51.13 Setting up python3-apt (2.0.0ubuntu0.20.04.7) ...
13:49:48 #9 51.29 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
13:49:48 #9 51.30 Setting up libio-stringy-perl (2.111-3) ...
13:49:48 #9 51.31 Setting up liblist-moreutils-perl (0.416-1build5) ...
13:49:48 #9 51.33 Setting up libhtml-tagset-perl (3.20-4) ...
13:49:48 #9 51.34 Setting up liblog-any-perl (1.708-1) ...
13:49:48 #9 51.35 Setting up libauthen-sasl-perl (2.1600-1) ...
13:49:48 #9 51.37 Setting up libdevel-size-perl (0.83-1build1) ...
13:49:48 #9 51.38 Setting up libdebhelper-perl (12.10ubuntu1) ...
13:49:48 #9 51.40 Setting up libpod-constants-perl (0.19-1) ...
13:49:48 #9 51.42 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
13:49:48 #9 51.43 Setting up libperl4-corelibs-perl (0.004-2) ...
13:49:48 #9 51.44 Setting up libfuture-perl (0.43-1) ...
13:49:48 #9 51.46 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:49:48 #9 51.47 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
13:49:48 #9 51.48 Setting up libtry-tiny-perl (0.30-1) ...
13:49:48 #9 51.54 Setting up libtype-tiny-perl (1.008001-2) ...
13:49:49 #9 51.55 Setting up libtest-fatal-perl (0.014-1) ...
13:49:49 #9 51.56 Setting up libcommon-sense-perl (3.74-2build6) ...
13:49:49 #9 51.57 Setting up libxml-namespacesupport-perl (1.12-1) ...
13:49:49 #9 51.58 Setting up libnet-http-perl (6.19-1) ...
13:49:49 #9 51.59 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
13:49:49 #9 51.60 Setting up libencode-locale-perl (1.05-1) ...
13:49:49 #9 51.61 Setting up libtext-levenshtein-perl (0.13-1) ...
13:49:49 #9 51.62 Setting up libnet-dns-perl (1.22-1) ...
13:49:49 #9 51.63 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
13:49:49 #9 51.64 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
13:49:49 #9 51.65 Setting up libstring-shellquote-perl (1.04-1) ...
13:49:49 #9 51.66 Setting up libheimntlm0-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:49:49 #9 51.67 Setting up libsub-install-perl (0.928-1) ...
13:49:49 #9 51.69 Setting up gcc (4:9.3.0-1ubuntu2) ...
13:49:49 #9 51.71 Setting up dpkg-dev (1.19.7ubuntu3.2) ...
13:49:49 #9 51.73 Setting up libnumber-compare-perl (0.03-1) ...
13:49:49 #9 51.74 Setting up intltool-debian (0.35.0+20060710.5) ...
13:49:49 #9 51.75 Setting up libio-async-perl (0.75-1) ...
13:49:49 #9 51.76 Setting up liberror-perl (0.17029-1) ...
13:49:49 #9 51.77 Setting up patchutils (0.3.4-2) ...
13:49:49 #9 51.78 Setting up libmail-sendmail-perl (0.80-1) ...
13:49:49 #9 51.79 Setting up libltdl-dev:arm64 (2.4.6-14) ...
13:49:49 #9 51.80 Setting up libjson-maybexs-perl (1.004000-1) ...
13:49:49 #9 51.81 Setting up libxml-sax-base-perl (1.09-1) ...
13:49:49 #9 51.81 Setting up libio-string-perl (1.08-3) ...
13:49:49 #9 51.82 Setting up libreadonly-perl (2.050-2) ...
13:49:49 #9 51.83 Setting up python3-chardet (3.0.4-4build1) ...
13:49:49 #9 52.07 Setting up libgssapi3-heimdal:arm64 (7.7.0+dfsg-1ubuntu1) ...
13:49:49 #9 52.08 Setting up libfile-find-rule-perl (0.34-1) ...
13:49:49 #9 52.09 Setting up libstring-copyright-perl (0.003006-1) ...
13:49:49 #9 52.10 Setting up python3-debian (0.1.36ubuntu1) ...
13:49:49 #9 52.26 Setting up python3-requests (2.22.0-2ubuntu1) ...
13:49:49 #9 52.42 Setting up libdata-optlist-perl (0.110-1) ...
13:49:49 #9 52.43 Setting up libipc-run-perl (20180523.0-2) ...
13:49:49 #9 52.43 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ...
13:49:49 #9 52.44 Setting up libcontextual-return-perl (0.004014-2) ...
13:49:49 #9 52.45 Setting up libwww-robotrules-perl (6.02-1) ...
13:49:49 #9 52.46 Setting up libtypes-serialiser-perl (1.0-1) ...
13:49:49 #9 52.47 Setting up g++ (4:9.3.0-1ubuntu2) ...
13:49:49 #9 52.50 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:49:49 #9 52.50 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
13:49:49 #9 52.50 Setting up libhtml-parser-perl (3.72-5) ...
13:49:49 #9 52.51 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
13:49:49 #9 52.52 Setting up librole-tiny-perl (2.001004-1) ...
13:49:49 #9 52.53 Setting up build-essential (12.8ubuntu1.1) ...
13:49:49 #9 52.54 Setting up libfont-ttf-perl (1.06-1) ...
13:49:49 #9 52.55 Setting up libfile-homedir-perl (1.004-1) ...
13:49:49 #9 52.56 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
13:49:50 #9 52.57 Setting up libio-socket-ssl-perl (2.067-1) ...
13:49:50 #9 52.58 Setting up libsub-exporter-perl (0.987-1) ...
13:49:50 #9 52.59 Setting up libalgorithm-merge-perl (0.08-3) ...
13:49:50 #9 52.60 Setting up libhttp-message-perl (6.22-1) ...
13:49:50 #9 52.61 Setting up libhtml-form-perl (6.07-1) ...
13:49:50 #9 52.62 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
13:49:50 #9 52.62 Setting up libjson-xs-perl (4.020-1build1) ...
13:49:50 #9 52.63 Setting up libhttp-negotiate-perl (6.01-1) ...
13:49:50 #9 52.64 Setting up libio-prompter-perl (0.004015-1) ...
13:49:50 #9 52.66 Setting up libhttp-cookies-perl (6.08-1) ...
13:49:50 #9 52.67 Setting up po-debconf (1.0.21) ...
13:49:50 #9 52.68 Setting up libhtml-tree-perl (5.07-2) ...
13:49:50 #9 52.69 Setting up libparams-classify-perl (0.015-1build2) ...
13:49:50 #9 52.70 Setting up libldap-2.4-2:arm64 (2.4.49+dfsg-2ubuntu1.9) ...
13:49:50 #9 52.71 Setting up libpath-iterator-rule-perl (1.014-1) ...
13:49:50 #9 52.72 Setting up libnet-dns-sec-perl (1.15-1) ...
13:49:50 #9 52.73 Setting up libcurl3-gnutls:arm64 (7.68.0-1ubuntu2.11) ...
13:49:50 #9 52.74 Setting up libsereal-perl (4.011-1) ...
13:49:50 #9 52.75 Setting up libhtml-format-perl (2.12-1) ...
13:49:50 #9 52.76 Setting up libxml-sax-perl (1.02+dfsg-1) ...
13:49:50 #9 52.83 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:49:50 #9 52.89 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:49:50 #9 53.05 
13:49:50 #9 53.05 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:49:50 #9 53.08 Setting up dput (1.0.3ubuntu1) ...
13:49:50 #9 53.25 Setting up libio-async-loop-epoll-perl (0.20-1) ...
13:49:50 #9 53.25 Setting up dirmngr (2.2.19-3ubuntu2.1) ...
13:49:50 #9 53.39 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:49:50 #9 53.40 Setting up libmodule-runtime-perl (0.016-1) ...
13:49:50 #9 53.41 Setting up libmailtools-perl (2.21-1) ...
13:49:50 #9 53.42 Setting up git (1:2.25.1-1ubuntu3.4) ...
13:49:50 #9 53.46 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
13:49:50 #9 53.50 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:49:50 #9 53.57 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:49:50 #9 53.64 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:49:51 #9 53.80 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:49:51 #9 53.83 Setting up dh-strip-nondeterminism (1.7.0-1) ...
13:49:51 #9 53.84 Setting up libconst-fast-perl (0.014-1) ...
13:49:51 #9 53.85 Setting up libhttp-daemon-perl (6.06-1) ...
13:49:51 #9 53.86 Setting up libgit-wrapper-perl (0.048-1) ...
13:49:51 #9 53.87 Setting up libcurl4:arm64 (7.68.0-1ubuntu2.11) ...
13:49:51 #9 53.88 Setting up curl (7.68.0-1ubuntu2.11) ...
13:49:51 #9 53.90 Setting up gpg-wks-client (2.2.19-3ubuntu2.1) ...
13:49:51 #9 53.93 Setting up libmodule-implementation-perl (0.09-1) ...
13:49:51 #9 53.94 Setting up libemail-valid-perl (1.202-1) ...
13:49:51 #9 53.95 Setting up libpackage-stash-perl (0.38-1) ...
13:49:51 #9 53.96 Setting up libimport-into-perl (1.002005-1) ...
13:49:51 #9 53.97 Setting up libmoo-perl (2.003006-1) ...
13:49:51 #9 53.97 Setting up liblist-someutils-perl (0.58-1) ...
13:49:51 #9 53.99 Setting up liblist-someutils-xs-perl (0.58-2) ...
13:49:51 #9 54.00 Setting up gnupg (2.2.19-3ubuntu2.1) ...
13:49:51 #9 54.00 Setting up libmoox-aliases-perl (0.001006-1) ...
13:49:51 #9 54.02 Setting up libparams-validate-perl (1.29-3) ...
13:49:51 #9 54.03 Setting up libb-hooks-endofscope-perl (0.24-1) ...
13:49:51 #9 54.04 Setting up libnamespace-clean-perl (0.27-1) ...
13:49:51 #9 54.05 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
13:49:51 #9 54.06 Setting up libgitlab-api-v4-perl (0.25-1) ...
13:49:51 #9 54.07 Setting up libmoox-struct-perl (0.017-1) ...
13:49:51 #9 54.08 Setting up lintian (2.62.0ubuntu2.1) ...
13:49:51 #9 54.09 Setting up licensecheck (3.0.45-1) ...
13:49:51 #9 54.10 Setting up dh-autoreconf (19) ...
13:49:51 #9 54.11 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
13:49:51 #9 54.12 Setting up libwww-perl (6.43-1) ...
13:49:51 #9 54.14 Setting up debhelper (12.10ubuntu1) ...
13:49:51 #9 54.15 Setting up devscripts (2.20.2ubuntu2) ...
13:49:51 #9 54.31 Setting up equivs (2.2.0) ...
13:49:51 #9 54.32 Setting up libxml-parser-perl (2.46-1) ...
13:49:51 #9 54.33 Setting up libxml-sax-expat-perl (0.51-1) ...
13:49:51 #9 54.38 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:49:51 #9 54.42 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:49:51 #9 54.58 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:49:51 #9 54.61 Processing triggers for libc-bin (2.31-0ubuntu9.7) ...
13:49:51 #9 54.64 Processing triggers for ca-certificates (20210119~20.04.2) ...
13:49:52 #9 54.65 Updating certificates in /etc/ssl/certs...
13:49:52 #9 55.12 0 added, 0 removed; done.
13:49:52 #9 55.12 Running hooks in /etc/ca-certificates/update.d...
13:49:52 #9 55.12 done.
13:49:54 #9 DONE 56.7s
13:49:54 
13:49:54 #11 [stage-1 4/9] COPY common /root/build-deb/debian
13:49:54 #11 sha256:1327d73bb8ca721cd737ad1a11cc5434597f99e90550f6fa1bfe9cd8019c9b53
13:49:54 #11 DONE 0.1s
13:49:54 
13:49:54 #12 [stage-1 5/9] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
13:49:54 #12 sha256:587da5663bf96b824401e9215e51a440e9828032240b76df39951c81dd17538c
13:49:55 #12 0.836 Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
13:49:55 #12 0.897 Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
13:49:55 #12 0.969 Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
13:49:55 #12 1.042 Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
13:49:56 #12 1.272 Reading package lists...
13:49:56 #12 2.504 dh_testdir
13:49:56 #12 2.524 dh_testroot
13:49:56 #12 2.544 dh_prep
13:49:56 #12 2.567 dh_testdir
13:49:56 #12 2.587 dh_testroot
13:49:57 #12 2.607 dh_install
13:49:57 #12 2.635 dh_installdocs
13:49:57 #12 2.670 dh_installchangelogs
13:49:57 #12 2.747 dh_compress
13:49:57 #12 2.787 dh_fixperms
13:49:57 #12 2.834 dh_installdeb
13:49:57 #12 2.862 dh_gencontrol
13:49:57 #12 2.989 dh_md5sums
13:49:57 #12 3.021 dh_builddeb
13:49:57 #12 3.043 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:49:57 #12 3.064 
13:49:57 #12 3.064 The package has been created.
13:49:57 #12 3.064 Attention, the package has been created in the current directory,
13:49:57 #12 3.064 not in ".." as indicated by the message above!
13:49:57 #12 3.088 Selecting previously unselected package docker-ce-build-deps.
13:49:57 #12 3.103 (Reading database ... 26291 files and directories currently installed.)
13:49:57 #12 3.105 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:49:57 #12 3.108 Unpacking docker-ce-build-deps (1.0) ...
13:49:58 #12 3.244 Reading package lists...
13:49:58 #12 4.005 Building dependency tree...
13:49:58 #12 4.191 Reading state information...
13:49:58 #12 4.223 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:49:58 #12 4.290 Starting 2 pkgProblemResolver with broken count: 0
13:49:58 #12 4.293 Done
13:49:58 #12 4.323  Done
13:49:58 #12 4.332 Starting pkgProblemResolver with broken count: 0
13:49:58 #12 4.368 Starting 2 pkgProblemResolver with broken count: 0
13:49:58 #12 4.371 Done
13:49:58 #12 4.499 The following additional packages will be installed:
13:49:58 #12 4.499   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
13:49:58 #12 4.500   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:49:58 #12 4.500   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
13:49:58 #12 4.500   librhash0 libseccomp-dev libselinux1-dev libsepol1 libsepol1-dev
13:49:58 #12 4.500   libsystemd-dev libsystemd0 libudev-dev libudev1 libuv1 pkg-config
13:49:58 #12 4.502 Suggested packages:
13:49:58 #12 4.502   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
13:49:58 #12 4.502 Recommended packages:
13:49:58 #12 4.502   dmsetup
13:49:58 #12 4.548 The following NEW packages will be installed:
13:49:58 #12 4.549   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
13:49:58 #12 4.549   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:49:58 #12 4.549   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
13:49:58 #12 4.550   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
13:49:58 #12 4.550   libudev-dev libuv1 pkg-config
13:49:58 #12 4.551 The following packages will be upgraded:
13:49:58 #12 4.552   libsepol1 libsystemd0 libudev1
13:49:59 #12 4.968 3 upgraded, 23 newly installed, 0 to remove and 7 not upgraded.
13:49:59 #12 4.968 1 not fully installed or removed.
13:49:59 #12 4.968 Need to get 8341 kB of archives.
13:49:59 #12 4.968 After this operation, 37.8 MB of additional disk space will be used.
13:49:59 #12 4.968 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 bash-completion all 1:2.10-1ubuntu1 [178 kB]
13:49:59 #12 5.325 Get:2 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 cmake-data all 3.16.3-1ubuntu1 [1612 kB]
13:49:59 #12 5.587 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libarchive13 arm64 3.4.0-2ubuntu1.2 [304 kB]
13:49:59 #12 5.603 Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libjsoncpp1 arm64 1.7.4-3.1ubuntu2 [69.8 kB]
13:49:59 #12 5.607 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 librhash0 arm64 1.3.9-1 [111 kB]
13:49:59 #12 5.612 Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libuv1 arm64 1.34.2-1ubuntu1.3 [75.1 kB]
13:49:59 #12 5.616 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 cmake arm64 3.16.3-1ubuntu1 [3115 kB]
13:49:59 #12 5.760 Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
13:49:59 #12 5.788 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libbtrfs0 arm64 5.4.1-2 [170 kB]
13:49:59 #12 5.789 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libbtrfs-dev arm64 5.4.1-2 [228 kB]
13:49:59 #12 5.791 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libudev1 arm64 245.4-4ubuntu3.17 [70.0 kB]
13:49:59 #12 5.792 Get:12 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevmapper1.02.1 arm64 2:1.02.167-1ubuntu1 [110 kB]
13:49:59 #12 5.793 Get:13 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.167-1ubuntu1 [10.9 kB]
13:49:59 #12 5.793 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libudev-dev arm64 245.4-4ubuntu3.17 [19.7 kB]
13:49:59 #12 5.793 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsepol1 arm64 3.0-1ubuntu0.1 [231 kB]
13:49:59 #12 5.796 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsepol1-dev arm64 3.0-1ubuntu0.1 [316 kB]
13:49:59 #12 5.833 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpcre2-16-0 arm64 10.34-7 [156 kB]
13:50:00 #12 5.905 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpcre2-32-0 arm64 10.34-7 [147 kB]
13:50:00 #12 5.907 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpcre2-posix2 arm64 10.34-7 [5820 B]
13:50:00 #12 5.907 Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libpcre2-dev arm64 10.34-7 [595 kB]
13:50:00 #12 5.916 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libselinux1-dev arm64 3.0-1build2 [152 kB]
13:50:00 #12 5.919 Get:22 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 libdevmapper-dev arm64 2:1.02.167-1ubuntu1 [35.8 kB]
13:50:00 #12 5.919 Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libseccomp-dev arm64 2.5.1-1ubuntu1~20.04.2 [81.7 kB]
13:50:00 #12 5.920 Get:24 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsystemd0 arm64 245.4-4ubuntu3.17 [247 kB]
13:50:00 #12 5.924 Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 libsystemd-dev arm64 245.4-4ubuntu3.17 [246 kB]
13:50:00 #12 5.928 Get:26 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 pkg-config arm64 0.29.1-0ubuntu4 [43.8 kB]
13:50:00 #12 6.127 debconf: delaying package configuration, since apt-utils is not installed
13:50:00 #12 6.174 Fetched 8341 kB in 1s (6085 kB/s)
13:50:00 #12 6.208 Selecting previously unselected package bash-completion.
13:50:00 #12 6.208 (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 ... 26295 files and directories currently installed.)
13:50:00 #12 6.221 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
13:50:01 #12 6.958 Unpacking bash-completion (1:2.10-1ubuntu1) ...
13:50:01 #12 7.093 Selecting previously unselected package cmake-data.
13:50:01 #12 7.096 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1_all.deb ...
13:50:01 #12 7.103 Unpacking cmake-data (3.16.3-1ubuntu1) ...
13:50:01 #12 7.501 Selecting previously unselected package libarchive13:arm64.
13:50:01 #12 7.504 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1.2_arm64.deb ...
13:50:01 #12 7.514 Unpacking libarchive13:arm64 (3.4.0-2ubuntu1.2) ...
13:50:01 #12 7.576 Selecting previously unselected package libjsoncpp1:arm64.
13:50:01 #12 7.579 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_arm64.deb ...
13:50:01 #12 7.585 Unpacking libjsoncpp1:arm64 (1.7.4-3.1ubuntu2) ...
13:50:01 #12 7.632 Selecting previously unselected package librhash0:arm64.
13:50:01 #12 7.636 Preparing to unpack .../04-librhash0_1.3.9-1_arm64.deb ...
13:50:01 #12 7.641 Unpacking librhash0:arm64 (1.3.9-1) ...
13:50:01 #12 7.705 Selecting previously unselected package libuv1:arm64.
13:50:02 #12 7.708 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1.3_arm64.deb ...
13:50:02 #12 7.713 Unpacking libuv1:arm64 (1.34.2-1ubuntu1.3) ...
13:50:02 #12 7.750 Selecting previously unselected package cmake.
13:50:02 #12 7.754 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1_arm64.deb ...
13:50:02 #12 7.757 Unpacking cmake (3.16.3-1ubuntu1) ...
13:50:02 #12 8.048 Selecting previously unselected package dh-apparmor.
13:50:02 #12 8.051 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
13:50:02 #12 8.056 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
13:50:02 #12 8.094 Selecting previously unselected package libbtrfs0:arm64.
13:50:02 #12 8.097 Preparing to unpack .../08-libbtrfs0_5.4.1-2_arm64.deb ...
13:50:02 #12 8.101 Unpacking libbtrfs0:arm64 (5.4.1-2) ...
13:50:02 #12 8.144 Selecting previously unselected package libbtrfs-dev:arm64.
13:50:02 #12 8.147 Preparing to unpack .../09-libbtrfs-dev_5.4.1-2_arm64.deb ...
13:50:02 #12 8.151 Unpacking libbtrfs-dev:arm64 (5.4.1-2) ...
13:50:02 #12 8.208 Preparing to unpack .../10-libudev1_245.4-4ubuntu3.17_arm64.deb ...
13:50:02 #12 8.219 Unpacking libudev1:arm64 (245.4-4ubuntu3.17) over (245.4-4ubuntu3.16) ...
13:50:02 #12 8.344 Setting up libudev1:arm64 (245.4-4ubuntu3.17) ...
13:50:02 #12 8.389 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:50:02 #12 8.389 (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 ... 29881 files and directories currently installed.)
13:50:02 #12 8.407 Preparing to unpack .../libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_arm64.deb ...
13:50:02 #12 8.411 Unpacking libdevmapper1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
13:50:02 #12 8.450 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
13:50:02 #12 8.454 Preparing to unpack .../libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_arm64.deb ...
13:50:02 #12 8.457 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
13:50:02 #12 8.488 Selecting previously unselected package libudev-dev:arm64.
13:50:02 #12 8.491 Preparing to unpack .../libudev-dev_245.4-4ubuntu3.17_arm64.deb ...
13:50:02 #12 8.495 Unpacking libudev-dev:arm64 (245.4-4ubuntu3.17) ...
13:50:02 #12 8.535 Preparing to unpack .../libsepol1_3.0-1ubuntu0.1_arm64.deb ...
13:50:02 #12 8.544 Unpacking libsepol1:arm64 (3.0-1ubuntu0.1) over (3.0-1) ...
13:50:02 #12 8.647 Setting up libsepol1:arm64 (3.0-1ubuntu0.1) ...
13:50:02 #12 8.687 Selecting previously unselected package libsepol1-dev:arm64.
13:50:02 #12 8.687 (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 ... 29962 files and directories currently installed.)
13:50:02 #12 8.706 Preparing to unpack .../0-libsepol1-dev_3.0-1ubuntu0.1_arm64.deb ...
13:50:02 #12 8.710 Unpacking libsepol1-dev:arm64 (3.0-1ubuntu0.1) ...
13:50:02 #12 8.776 Selecting previously unselected package libpcre2-16-0:arm64.
13:50:03 #12 8.779 Preparing to unpack .../1-libpcre2-16-0_10.34-7_arm64.deb ...
13:50:03 #12 8.783 Unpacking libpcre2-16-0:arm64 (10.34-7) ...
13:50:03 #12 8.832 Selecting previously unselected package libpcre2-32-0:arm64.
13:50:03 #12 8.835 Preparing to unpack .../2-libpcre2-32-0_10.34-7_arm64.deb ...
13:50:03 #12 8.839 Unpacking libpcre2-32-0:arm64 (10.34-7) ...
13:50:03 #12 8.885 Selecting previously unselected package libpcre2-posix2:arm64.
13:50:03 #12 8.888 Preparing to unpack .../3-libpcre2-posix2_10.34-7_arm64.deb ...
13:50:03 #12 8.893 Unpacking libpcre2-posix2:arm64 (10.34-7) ...
13:50:03 #12 8.922 Selecting previously unselected package libpcre2-dev:arm64.
13:50:03 #12 8.925 Preparing to unpack .../4-libpcre2-dev_10.34-7_arm64.deb ...
13:50:03 #12 8.928 Unpacking libpcre2-dev:arm64 (10.34-7) ...
13:50:03 #12 9.011 Selecting previously unselected package libselinux1-dev:arm64.
13:50:03 #12 9.014 Preparing to unpack .../5-libselinux1-dev_3.0-1build2_arm64.deb ...
13:50:03 #12 9.019 Unpacking libselinux1-dev:arm64 (3.0-1build2) ...
13:50:03 #12 9.065 Selecting previously unselected package libdevmapper-dev:arm64.
13:50:03 #12 9.069 Preparing to unpack .../6-libdevmapper-dev_2%3a1.02.167-1ubuntu1_arm64.deb ...
13:50:03 #12 9.074 Unpacking libdevmapper-dev:arm64 (2:1.02.167-1ubuntu1) ...
13:50:03 #12 9.107 Selecting previously unselected package libseccomp-dev:arm64.
13:50:03 #12 9.111 Preparing to unpack .../7-libseccomp-dev_2.5.1-1ubuntu1~20.04.2_arm64.deb ...
13:50:03 #12 9.115 Unpacking libseccomp-dev:arm64 (2.5.1-1ubuntu1~20.04.2) ...
13:50:03 #12 9.164 Preparing to unpack .../8-libsystemd0_245.4-4ubuntu3.17_arm64.deb ...
13:50:03 #12 9.175 Unpacking libsystemd0:arm64 (245.4-4ubuntu3.17) over (245.4-4ubuntu3.16) ...
13:50:03 #12 9.316 Setting up libsystemd0:arm64 (245.4-4ubuntu3.17) ...
13:50:03 #12 9.355 Selecting previously unselected package libsystemd-dev:arm64.
13:50:03 #12 9.355 (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 ... 30414 files and directories currently installed.)
13:50:03 #12 9.374 Preparing to unpack .../libsystemd-dev_245.4-4ubuntu3.17_arm64.deb ...
13:50:03 #12 9.378 Unpacking libsystemd-dev:arm64 (245.4-4ubuntu3.17) ...
13:50:03 #12 9.439 Selecting previously unselected package pkg-config.
13:50:03 #12 9.442 Preparing to unpack .../pkg-config_0.29.1-0ubuntu4_arm64.deb ...
13:50:03 #12 9.445 Unpacking pkg-config (0.29.1-0ubuntu4) ...
13:50:03 #12 9.488 Setting up libseccomp-dev:arm64 (2.5.1-1ubuntu1~20.04.2) ...
13:50:03 #12 9.498 Setting up libarchive13:arm64 (3.4.0-2ubuntu1.2) ...
13:50:03 #12 9.509 Setting up libsepol1-dev:arm64 (3.0-1ubuntu0.1) ...
13:50:03 #12 9.522 Setting up libpcre2-16-0:arm64 (10.34-7) ...
13:50:03 #12 9.536 Setting up libbtrfs0:arm64 (5.4.1-2) ...
13:50:03 #12 9.551 Setting up libpcre2-32-0:arm64 (10.34-7) ...
13:50:03 #12 9.561 Setting up libuv1:arm64 (1.34.2-1ubuntu1.3) ...
13:50:03 #12 9.572 Setting up bash-completion (1:2.10-1ubuntu1) ...
13:50:04 #12 10.40 Setting up pkg-config (0.29.1-0ubuntu4) ...
13:50:04 #12 10.46 Setting up libudev-dev:arm64 (245.4-4ubuntu3.17) ...
13:50:04 #12 10.47 Setting up libpcre2-posix2:arm64 (10.34-7) ...
13:50:04 #12 10.48 Setting up libdevmapper1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
13:50:04 #12 10.49 Setting up libbtrfs-dev:arm64 (5.4.1-2) ...
13:50:04 #12 10.50 Setting up librhash0:arm64 (1.3.9-1) ...
13:50:04 #12 10.51 Setting up cmake-data (3.16.3-1ubuntu1) ...
13:50:04 #12 10.52 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
13:50:04 #12 10.53 Setting up libsystemd-dev:arm64 (245.4-4ubuntu3.17) ...
13:50:04 #12 10.54 Setting up libjsoncpp1:arm64 (1.7.4-3.1ubuntu2) ...
13:50:04 #12 10.56 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.167-1ubuntu1) ...
13:50:04 #12 10.56 Setting up libpcre2-dev:arm64 (10.34-7) ...
13:50:04 #12 10.57 Setting up libselinux1-dev:arm64 (3.0-1build2) ...
13:50:04 #12 10.59 Setting up libdevmapper-dev:arm64 (2:1.02.167-1ubuntu1) ...
13:50:04 #12 10.60 Setting up cmake (3.16.3-1ubuntu1) ...
13:50:04 #12 10.61 Setting up docker-ce-build-deps (1.0) ...
13:50:04 #12 10.62 Processing triggers for man-db (2.9.1-1) ...
13:50:04 #12 10.64 Processing triggers for libc-bin (2.31-0ubuntu9.7) ...
13:50:05 #12 DONE 10.8s
13:50:05 
13:50:05 #13 [stage-1 6/9] COPY sources/ /sources
13:50:05 #13 sha256:a4db4b3d2bb6f6125286a2a1ed34dbbaea918267b973e7583887abb9566f9c89
13:50:05 #13 DONE 0.3s
13:50:05 
13:50:05 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
13:50:05 #15 sha256:0c4fbe1607e29c4e7f2e1a0d6892096f4472115b0a341ca1a29b205813baea85
13:50:07 #15 DONE 2.1s
13:50:07 
13:50:07 #16 [stage-1 8/9] WORKDIR /root/build-deb
13:50:07 #16 sha256:008e8bec2e8eb991a038fb17042fc9f466f79076164ce1b11ec07745eb276a6b
13:50:07 #16 DONE 0.0s
13:50:07 
13:50:07 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
13:50:07 #17 sha256:06dff2deba2b68ec53b38e30f268ae9176940b16258a21b56c3984f3960024c2
13:50:07 #17 DONE 0.1s
13:50:07 
13:50:07 #18 exporting to image
13:50:07 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:50:07 #18 exporting layers
13:50:10 #18 exporting layers 2.9s done
13:50:10 #18 writing image sha256:c4640486b6a2e26c16a185382fb353652a0d370f57b81b2ed760347d69de0265 done
13:50:10 #18 naming to docker.io/debbuild-ubuntu-focal/aarch64 done
13:50:10 #18 DONE 2.9s
13:50:10 docker run --rm -e PLATFORM -e GOPROXY=https://proxy.golang.org -e EPOCH='5' -e DEB_VERSION=0.0.0-20220511162217-aa7e414 -e VERSION=0.0.0-20220511162217-aa7e414 -e CLI_GITCOMMIT=aa7e414 -e ENGINE_GITCOMMIT=90033ab -e COMPOSE_VERSION=v2.6.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/debbuild/ubuntu-focal:/build  debbuild-ubuntu-focal/aarch64
13:50:11 + set -e
13:50:11 + mkdir -p /root/build-deb/engine
13:50:11 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:50:11 + mkdir -p /root/build-deb/cli
13:50:11 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:50:11 + mkdir -p /root/build-deb/compose
13:50:11 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:50:11 + mkdir -p /root/build-deb/scan-cli-plugin
13:50:11 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:50:11 + mkdir -p /go/src/github.com/docker
13:50:11 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:50:11 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:50:11 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:50:11 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:50:11 + EPOCH=5
13:50:11 + EPOCH_SEP=
13:50:11 + [[ ! -z 5 ]]
13:50:11 + EPOCH_SEP=:
13:50:11 + [[ -z 0.0.0-20220511162217-aa7e414 ]]
13:50:11 VERSION AAA 0.0.0-20220511162217-aa7e414
13:50:11 + echo VERSION AAA 0.0.0-20220511162217-aa7e414
13:50:11 + VERSION=0.0.0-20220511162217-aa7e414
13:50:11 + echo VERSION bbb 0.0.0-20220511162217-aa7e414
13:50:11 VERSION bbb 0.0.0-20220511162217-aa7e414
13:50:11 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:50:11 + debSource=docker-ce
13:50:11 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:50:11 + debMaintainer='Docker <support@docker.com>'
13:50:11 ++ date --rfc-2822
13:50:11 + debDate='Tue, 31 May 2022 13:50:11 +0000'
13:50:11 + cat
13:50:11 + export CLI_GITCOMMIT=aa7e414
13:50:11 + CLI_GITCOMMIT=aa7e414
13:50:11 + export ENGINE_GITCOMMIT=90033ab
13:50:11 + ENGINE_GITCOMMIT=90033ab
13:50:11 + export SCAN_GITCOMMIT=061fe0a
13:50:11 + SCAN_GITCOMMIT=061fe0a
13:50:11 + echo VERSION BBB 0.0.0-20220511162217-aa7e414
13:50:11 + dpkg-buildpackage -uc -us -I.git
13:50:11 VERSION BBB 0.0.0-20220511162217-aa7e414
13:50:11 dpkg-buildpackage: info: source package docker-ce
13:50:11 dpkg-buildpackage: info: source version 5:0.0.0-20220511162217-aa7e414-0~ubuntu-focal
13:50:11 dpkg-buildpackage: info: source distribution focal
13:50:11 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:50:11 dpkg-buildpackage: info: host architecture arm64
13:50:11  dpkg-source -I.git --before-build .
13:50:12  debian/rules clean
13:50:12 dh clean --with=bash-completion --with=systemd
13:50:12    dh_clean
13:50:12  dpkg-source -I.git -b .
13:50:12 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:50:12 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:50:12 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220511162217-aa7e414-0~ubuntu'
13:50:12 dpkg-source: info: using source format '1.0'
13:50:12 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal.tar.gz
13:50:22 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal.dsc
13:50:22  debian/rules build
13:50:22 dh build --with=bash-completion --with=systemd
13:50:22    dh_update_autotools_config
13:50:22    dh_autoreconf
13:50:22    debian/rules override_dh_auto_build
13:50:22 make[1]: Entering directory '/root/build-deb'
13:50:22 # Build the daemon and dependencies
13:50:22 cd engine && DOCKER_GITCOMMIT=90033ab PRODUCT=docker ./hack/make.sh dynbinary
13:50:22 
13:50:22 Removing bundles/
13:50:22 
13:50:22 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:50:22 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:50:22 GOOS="" GOARCH="" GOARM=""
13:51:43 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:51:43 
13:51:43 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:51:43 + RM_GOPATH=0
13:51:43 + TMP_GOPATH=/go
13:51:43 + : /usr/local/bin
13:51:43 + '[' -z /go ']'
13:51:43 + export GOPATH=/go
13:51:43 + GOPATH=/go
13:51:43 + case "$(go env GOARCH)" in
13:51:43 ++ go env GOARCH
13:51:43 + export GO_BUILDMODE=-buildmode=pie
13:51:43 + GO_BUILDMODE=-buildmode=pie
13:51:43 ++ dirname hack/dockerfile/install/install.sh
13:51:43 + dir=hack/dockerfile/install
13:51:43 + bin=tini
13:51:43 + shift
13:51:43 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:51:43 + . hack/dockerfile/install/tini.installer
13:51:43 ++ : v0.19.0
13:51:43 + install_tini
13:51:43 + echo 'Install tini version v0.19.0'
13:51:43 Install tini version v0.19.0
13:51:43 + git clone https://github.com/krallin/tini.git /go/tini
13:51:43 Cloning into '/go/tini'...
13:51:43 + cd /go/tini
13:51:43 + git checkout -q v0.19.0
13:51:43 + cmake .
13:51:43 -- The C compiler identification is GNU 9.4.0
13:51:43 -- Check for working C compiler: /usr/bin/cc
13:51:43 -- Check for working C compiler: /usr/bin/cc -- works
13:51:43 -- Detecting C compiler ABI info
13:51:43 -- Detecting C compiler ABI info - done
13:51:43 -- Detecting C compile features
13:51:43 -- Detecting C compile features - done
13:51:43 -- Performing Test HAS_BUILTIN_FORTIFY
13:51:43 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:51:43 -- Configuring done
13:51:43 -- Generating done
13:51:43 -- Build files have been written to: /go/tini
13:51:43 + make tini-static
13:51:43 make[2]: Entering directory '/go/tini'
13:51:43 make[3]: Entering directory '/go/tini'
13:51:43 make[4]: Entering directory '/go/tini'
13:51:43 make[5]: Entering directory '/go/tini'
13:51:43 Scanning dependencies of target tini-static
13:51:43 make[5]: Leaving directory '/go/tini'
13:51:43 make[5]: Entering directory '/go/tini'
13:51:43 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:51:43 [100%] Linking C executable tini-static
13:51:43 make[5]: Leaving directory '/go/tini'
13:51:43 [100%] Built target tini-static
13:51:43 make[4]: Leaving directory '/go/tini'
13:51:43 make[3]: Leaving directory '/go/tini'
13:51:43 make[2]: Leaving directory '/go/tini'
13:51:43 + mkdir -p /usr/local/bin
13:51:43 + cp tini-static /usr/local/bin/docker-init
13:51:43 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
13:51:43 + RM_GOPATH=0
13:51:43 + TMP_GOPATH=/go
13:51:43 + : /usr/local/bin
13:51:43 + '[' -z /go ']'
13:51:43 + export GOPATH=/go
13:51:43 + GOPATH=/go
13:51:43 + case "$(go env GOARCH)" in
13:51:43 ++ go env GOARCH
13:51:43 + export GO_BUILDMODE=-buildmode=pie
13:51:43 + GO_BUILDMODE=-buildmode=pie
13:51:43 ++ dirname hack/dockerfile/install/install.sh
13:51:43 + dir=hack/dockerfile/install
13:51:43 + bin=proxy
13:51:43 + shift
13:51:43 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
13:51:43 + . hack/dockerfile/install/proxy.installer
13:51:43 ++ : 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:51:43 + install_proxy dynamic
13:51:43 + case "$1" in
13:51:43 + install_proxy_dynamic
13:51:43 + export PROXY_LDFLAGS=-linkmode=external install_proxy
13:51:43 + PROXY_LDFLAGS=-linkmode=external
13:51:43 + export BUILD_MODE=-buildmode=pie
13:51:43 + BUILD_MODE=-buildmode=pie
13:51:43 + _install_proxy
13:51:43 + echo 'Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b'
13:51:43 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
13:51:43 Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:51:43 Cloning into '/go/src/github.com/docker/libnetwork'...
13:51:43 + cd /go/src/github.com/docker/libnetwork
13:51:43 + git checkout -q 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:51:43 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:51:43 + return
13:51:43 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:51:43 + RM_GOPATH=0
13:51:43 + TMP_GOPATH=/go
13:51:43 + : /usr/local/bin
13:51:43 + '[' -z /go ']'
13:51:43 + export GOPATH=/go
13:51:43 + GOPATH=/go
13:51:43 + case "$(go env GOARCH)" in
13:51:43 ++ go env GOARCH
13:51:43 + export GO_BUILDMODE=-buildmode=pie
13:51:43 + GO_BUILDMODE=-buildmode=pie
13:51:43 ++ dirname hack/dockerfile/install/install.sh
13:51:43 + dir=hack/dockerfile/install
13:51:43 + bin=rootlesskit
13:51:43 + shift
13:51:43 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:51:43 + . hack/dockerfile/install/rootlesskit.installer
13:51:43 ++ : v0.14.4
13:51:43 + install_rootlesskit dynamic
13:51:43 + case "$1" in
13:51:43 + install_rootlesskit_dynamic
13:51:43 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:51:43 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:51:43 + export BUILD_MODE=-buildmode=pie
13:51:43 + BUILD_MODE=-buildmode=pie
13:51:43 + _install_rootlesskit
13:51:43 Install rootlesskit version v0.14.4
13:51:43 + echo 'Install rootlesskit version v0.14.4'
13:51:43 + for f in rootlesskit rootlesskit-docker-proxy
13:51:43 + GOBIN=/usr/local/bin
13:51:43 + GO111MODULE=on
13:51:43 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
13:51:43 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
13:51:43 go: downloading github.com/pkg/errors v0.9.1
13:51:43 go: downloading github.com/sirupsen/logrus v1.8.1
13:51:43 go: downloading github.com/urfave/cli/v2 v2.3.0
13:51:43 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:51:43 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:51:43 go: downloading github.com/moby/vpnkit v0.5.0
13:51:43 go: downloading github.com/google/uuid v1.3.0
13:51:43 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:51:43 go: downloading github.com/gofrs/flock v0.8.1
13:51:43 go: downloading github.com/gorilla/mux v1.8.0
13:51:43 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:51:43 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:51:43 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:51:43 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:51:43 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:51:46 + for f in rootlesskit rootlesskit-docker-proxy
13:51:46 + GOBIN=/usr/local/bin
13:51:46 + GO111MODULE=on
13:51:46 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
13:51:48 + return
13:51:48 # Build the CLI
13:51:48 cd /go/src/github.com/docker/cli && \
13:51:48 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220511162217-aa7e414 GITCOMMIT=aa7e414 dynbinary manpages
13:51:48 make[2]: Entering directory '/root/build-deb/cli'
13:51:48 GO_LINKMODE=dynamic ./scripts/build/binary
13:51:48 Building dynamic docker-linux-arm64
13:52:55 scripts/docs/generate-man.sh
13:53:51 Project root: /go/src/github.com/docker/cli
13:53:51 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
13:53:51 2022/05/31 13:53:50 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
13:53:51 make[2]: Leaving directory '/root/build-deb/cli'
13:53:51 # Build the compose plugin
13:53:51 # FIXME: using GOPROXY, to work around:
13:53:51 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:53:51 cd /go/src/github.com/docker/compose \
13:53:51 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:53:51 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:53:51 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.6.0 \
13:53:51 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:54:23 make[2]: Entering directory '/root/build-deb/compose'
13:54:23 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.6.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:55:20 make[2]: Leaving directory '/root/build-deb/compose'
13:55:20 # Build the scan-plugin
13:55:20 # TODO change once we support scan-plugin on other architectures
13:55:20 if [ "arm64" = "amd64" ]; then \
13:55:20 	cd /go/src/github.com/docker/scan-cli-plugin \
13:55:20 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:55:20 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:55:20 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:55:20 fi
13:55:20 # Build the CLI plugins
13:55:20 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
13:55:20 set -e;cd /sources && \
13:55:20 	tar xzf plugin-installers.tgz; \
13:55:20 	for installer in plugins/*.installer; do \
13:55:20 		LDFLAGS='' bash ${installer} build; \
13:55:20 	done
13:55:20 Cloning into '/go/src/github.com/docker/app'...
13:55:21 Fetching origin
13:55:21 make[2]: Entering directory '/go/src/github.com/docker/app'
13:55:21 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
13:56:07 make[2]: Leaving directory '/go/src/github.com/docker/app'
13:56:07 Cloning into '/go/src/github.com/docker/buildx'...
13:56:08 Fetching origin
13:56:09 + GO111MODULE=on
13:56:09 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2-docker -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
13:57:30 make[1]: Leaving directory '/root/build-deb'
13:57:30    debian/rules override_dh_auto_test
13:57:30 make[1]: Entering directory '/root/build-deb'
13:57:30 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:57:30 	test "$ver" = "Docker version 0.0.0-20220511162217-aa7e414, build 90033ab" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:57:30 PASS: daemon version OK
13:57:30 ver="$(cli/build/docker --version)"; \
13:57:30 	test "$ver" = "Docker version 0.0.0-20220511162217-aa7e414, build aa7e414" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:57:30 PASS: cli version OK
13:57:30 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:57:30 	test "$ver" = "v2.6.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:57:30 PASS: docker-compose version OK
13:57:30 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:57:30 # TODO change once we support scan-plugin on other architectures
13:57:30 if [ "arm64" = "amd64" ]; then \
13:57:30 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:57:30 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:57:30 fi
13:57:30 make[1]: Leaving directory '/root/build-deb'
13:57:30    create-stamp debian/debhelper-build-stamp
13:57:30  debian/rules binary
13:57:30 dh binary --with=bash-completion --with=systemd
13:57:30    dh_testroot
13:57:30    dh_prep
13:57:30    debian/rules override_dh_auto_install
13:57:30 make[1]: Entering directory '/root/build-deb'
13:57:30 # docker-ce-cli install
13:57:30 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
13:57:30 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
13:57:30 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:57:30 set -e;cd /sources && \
13:57:30 	tar xzf plugin-installers.tgz; \
13:57:30 	for installer in plugins/*.installer; do \
13:57:30 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
13:57:30 		PREFIX=/usr/libexec/docker/cli-plugins \
13:57:30 			bash ${installer} install_plugin; \
13:57:30 	done
13:57:30 # docker-ce install
13:57:30 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:57:30 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:57:30 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414 debian/docker-ce/usr/bin/dockerd
13:57:30 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:57:30 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:57:30 # docker-compose-plugin install
13:57:30 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:57:30 # docker-scan-plugin install
13:57:30 # TODO change once we support scan-plugin on other architectures
13:57:30 if [ "arm64" = "amd64" ]; then \
13:57:30 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:57:30 fi
13:57:30 # docker-ce-rootless-extras install
13:57:30 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:57:30 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:57:30 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:57:30 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:57:30 # TODO: how can we install vpnkit?
13:57:30 make[1]: Leaving directory '/root/build-deb'
13:57:30    debian/rules override_dh_install
13:57:30 make[1]: Entering directory '/root/build-deb'
13:57:30 dh_install
13:57:30 # TODO Can we do this from within our container?
13:57:30 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:57:30 make[1]: Leaving directory '/root/build-deb'
13:57:30    dh_installdocs
13:57:30    dh_installchangelogs
13:57:30    dh_installman
13:57:30    dh_bash-completion
13:57:30    dh_systemd_enable
13:57:30    debian/rules override_dh_installinit
13:57:30 make[1]: Entering directory '/root/build-deb'
13:57:30 # use "docker" as our service name, not "docker-ce"
13:57:30 dh_installinit --name=docker
13:57:30 make[1]: Leaving directory '/root/build-deb'
13:57:30    dh_systemd_start
13:57:30    dh_perl
13:57:30    dh_link
13:57:30    dh_strip_nondeterminism
13:57:30    dh_compress
13:57:30    dh_fixperms
13:57:30    dh_missing
13:57:30    debian/rules override_dh_strip
13:57:30 make[1]: Entering directory '/root/build-deb'
13:57:30 # Go has lots of problems with stripping, so just don't
13:57:30 make[1]: Leaving directory '/root/build-deb'
13:57:30    dh_makeshlibs
13:57:30    debian/rules override_dh_shlibdeps
13:57:30 make[1]: Entering directory '/root/build-deb'
13:57:30 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:57:36 make[1]: Leaving directory '/root/build-deb'
13:57:36    dh_installdeb
13:57:36    debian/rules override_dh_gencontrol
13:57:36 make[1]: Entering directory '/root/build-deb'
13:57:36 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:57:36 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:57:36 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:57:36 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:57:36 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:57:36 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:57:36 if [ "arm64" = "amd64" ]; then \
13:57:36 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:57:36 fi
13:57:36 dh_gencontrol --remaining-packages
13:57:36 make[1]: Leaving directory '/root/build-deb'
13:57:36    dh_md5sums
13:57:36    debian/rules override_dh_builddeb
13:57:36 make[1]: Entering directory '/root/build-deb'
13:57:36 dh_builddeb -- -Zxz
13:57:36 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.deb'.
13:57:36 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.deb'.
13:57:51 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.6.0~ubuntu-focal_arm64.deb'.
13:58:13 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.deb'.
13:58:59 make[1]: Leaving directory '/root/build-deb'
13:58:59  dpkg-genbuildinfo
13:58:59  dpkg-genchanges  >../docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.changes
13:58:59 dpkg-genchanges: info: including full source code in upload
13:58:59  dpkg-source -I.git --after-build .
13:58:59 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
13:58:59 + destination=/build
13:58:59 + mkdir -p /build
13:58:59 + mv -v /root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.deb /root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.deb /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal.dsc /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal.tar.gz /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.buildinfo /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.changes /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.deb /root/docker-compose-plugin_2.6.0~ubuntu-focal_arm64.deb /build
13:58:59 copied '/root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.deb' -> '/build/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.deb'
13:58:59 removed '/root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.deb'
13:58:59 copied '/root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.deb'
13:58:59 removed '/root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.deb'
13:58:59 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal.dsc' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal.dsc'
13:58:59 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal.dsc'
13:58:59 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal.tar.gz' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal.tar.gz'
13:58:59 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal.tar.gz'
13:58:59 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.buildinfo' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.buildinfo'
13:58:59 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.buildinfo'
13:58:59 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.changes' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.changes'
13:58:59 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.changes'
13:58:59 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.deb' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.deb'
13:58:59 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-focal_arm64.deb'
13:58:59 copied '/root/docker-compose-plugin_2.6.0~ubuntu-focal_arm64.deb' -> '/build/docker-compose-plugin_2.6.0~ubuntu-focal_arm64.deb'
13:58:59 removed '/root/docker-compose-plugin_2.6.0~ubuntu-focal_arm64.deb'
13:58:59 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
13:59:00 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'