Skip to content

Console Output

12:12:21 + make REF=20.10 ubuntu-bionic
12:12:21 git init src/github.com/docker/cli
12:12:21 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
12:12:21 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:12:21 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
12:12:21 + SRC=src/github.com/docker/cli
12:12:21 + REF=20.10
12:12:21 + REF_FETCH=20.10
12:12:21 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
12:12:21 + awk {print $2}
12:12:21 + REF=refs/heads/20.10
12:12:21 + [ -n refs/heads/20.10 ]
12:12:21 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:21 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:12:23 From https://github.com/docker/cli
12:12:23  * [new branch]      20.10      -> 20.10
12:12:23  * [new tag]         v20.10.18  -> v20.10.18
12:12:23  * [new branch]      20.10      -> origin/20.10
12:12:23 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
12:12:23 git init src/github.com/docker/docker
12:12:23 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
12:12:23 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:12:23 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
12:12:23 + SRC=src/github.com/docker/docker
12:12:23 + REF=20.10
12:12:23 + REF_FETCH=20.10
12:12:23 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
12:12:23 + awk {print $2}
12:12:24 + REF=refs/heads/20.10
12:12:24 + [ -n refs/heads/20.10 ]
12:12:24 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:12:24 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:12:25 From https://github.com/docker/docker
12:12:25  * [new branch]      20.10      -> 20.10
12:12:25  * [new branch]      20.10      -> origin/20.10
12:12:25 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
12:12:26 git init src/github.com/docker/compose
12:12:26 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
12:12:26 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:12:26 ./scripts/checkout.sh src/github.com/docker/compose "v2.11.2"
12:12:26 + SRC=src/github.com/docker/compose
12:12:26 + REF=v2.11.2
12:12:26 + REF_FETCH=v2.11.2
12:12:26 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.11.2
12:12:26 + awk {print $2}
12:12:26 + REF=refs/tags/v2.11.2
12:12:26 + [ -n refs/tags/v2.11.2 ]
12:12:26 + REF_FETCH=refs/tags/v2.11.2:refs/tags/v2.11.2
12:12:26 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.11.2:refs/tags/v2.11.2
12:12:26 From https://github.com/docker/compose
12:12:26  * [new tag]         v2.11.2    -> v2.11.2
12:12:26 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.11.2
12:12:26 git init src/github.com/docker/scan-cli-plugin
12:12:27 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
12:12:27 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:12:27 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
12:12:27 + SRC=src/github.com/docker/scan-cli-plugin
12:12:27 + REF=v0.17.0
12:12:27 + REF_FETCH=v0.17.0
12:12:27 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
12:12:27 + awk {print $2}
12:12:27 + REF=refs/tags/v0.17.0
12:12:27 + [ -n refs/tags/v0.17.0 ]
12:12:27 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
12:12:27 + 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
12:12:27 From https://github.com/docker/scan-cli-plugin
12:12:27  * [new tag]         v0.17.0    -> v0.17.0
12:12:27 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
12:12:27 make -C deb VERSION=0.0.1-dev GO_VERSION=1.18.6 ubuntu-bionic
12:12:27 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
12:12:27 mkdir -p sources
12:12:27 docker run --rm -w /v \
12:12:27 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
12:12:27 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:12:27 	alpine \
12:12:27 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:12:32 mkdir -p sources
12:12:32 docker run --rm -w /v \
12:12:32 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
12:12:32 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:12:32 	alpine \
12:12:32 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:12:35 mkdir -p sources
12:12:35 docker run --rm -w /v \
12:12:35 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
12:12:35 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:12:35 	alpine \
12:12:35 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:12:36 mkdir -p sources
12:12:36 docker run --rm -w /v \
12:12:36 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:12:36 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:12:36 	alpine \
12:12:36 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:12:36 mkdir -p sources
12:12:36 cp ../systemd/docker.service sources/docker.service
12:12:36 mkdir -p sources
12:12:36 cp ../systemd/docker.socket sources/docker.socket
12:12:36 docker run --rm -w /v \
12:12:36 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
12:12:36 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:12:36 	alpine \
12:12:36 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
12:12:37 == Building packages for ubuntu-bionic ==
12:12:37 mkdir -p "debbuild/ubuntu-bionic"
12:12:37 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.6-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-bionic/aarch64 -f ubuntu-bionic/Dockerfile .
12:12:38 #1 [internal] load build definition from Dockerfile
12:12:38 #1 transferring dockerfile: 939B done
12:12:38 #1 DONE 0.0s
12:12:38 
12:12:38 #2 [internal] load .dockerignore
12:12:38 #2 transferring context: 2B done
12:12:38 #2 DONE 0.0s
12:12:38 
12:12:38 #3 [auth] library/ubuntu:pull token for registry-1.docker.io
12:12:38 #3 DONE 0.0s
12:12:38 
12:12:38 #4 [auth] library/golang:pull token for registry-1.docker.io
12:12:38 #4 DONE 0.0s
12:12:38 
12:12:38 #5 [internal] load metadata for docker.io/library/ubuntu:bionic
12:12:38 #5 DONE 0.3s
12:12:38 
12:12:38 #6 [internal] load metadata for docker.io/library/golang:1.18.6-buster
12:12:38 #6 DONE 0.3s
12:12:38 
12:12:38 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:12:38 #7 resolve docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:12:38 #7 resolve docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 0.0s done
12:12:38 #7 sha256:daf1f57719a3a4153f26439c0ef63ea7a63ee9d74dea959bca86257ae5c34bb8 126B / 126B 0.1s done
12:12:38 #7 sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 988B / 988B done
12:12:38 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 0B / 109.00MB 0.1s
12:12:38 #7 sha256:ad774b2f21e1cdc556bc366edaa16b75a9049b78721ed9597aaa872cf4cf652a 1.79kB / 1.79kB done
12:12:38 #7 sha256:0d316a0b54f8b4078fe7f7ea36b04be9c5479a9c7a2b48522112b35f95bcf272 7.12kB / 7.12kB done
12:12:38 #7 ...
12:12:38 
12:12:38 #8 [internal] load build context
12:12:38 #8 transferring context: 19.81MB 0.2s done
12:12:38 #8 DONE 0.2s
12:12:38 
12:12:38 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:12:38 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 24.12MB / 109.00MB 0.3s
12:12:38 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 33.55MB / 109.00MB 0.4s
12:12:38 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 44.04MB / 109.00MB 0.5s
12:12:38 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 53.48MB / 109.00MB 0.6s
12:12:39 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 63.96MB / 109.00MB 0.7s
12:12:39 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 73.40MB / 109.00MB 0.8s
12:12:39 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 83.89MB / 109.00MB 0.9s
12:12:39 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 93.32MB / 109.00MB 1.0s
12:12:39 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 103.81MB / 109.00MB 1.1s
12:12:39 #7 ...
12:12:39 
12:12:39 #9 [stage-1 1/8] FROM docker.io/library/ubuntu:bionic@sha256:6fec50623d6d37b7f3c14c5b6fc36c73fd04aa8173d59d54dba00da0e7ac50ee
12:12:39 #9 resolve docker.io/library/ubuntu:bionic@sha256:6fec50623d6d37b7f3c14c5b6fc36c73fd04aa8173d59d54dba00da0e7ac50ee 0.0s done
12:12:39 #9 sha256:6fec50623d6d37b7f3c14c5b6fc36c73fd04aa8173d59d54dba00da0e7ac50ee 1.41kB / 1.41kB done
12:12:39 #9 sha256:bb3517ecadbb5396ee3d85f93c53d27929ad003fee6aa3ef7d7d066e031cc0f0 529B / 529B done
12:12:39 #9 sha256:b280829784a60d7ccae510022d45a3ee196f8de218e4264f661d305cc64a1b8c 1.48kB / 1.48kB done
12:12:39 #9 sha256:d30cf2a6a25aea48a115837d149468c8de7df7fb51f210b9fa1173c065f7b34c 23.73MB / 23.73MB 0.3s done
12:12:39 #9 extracting sha256:d30cf2a6a25aea48a115837d149468c8de7df7fb51f210b9fa1173c065f7b34c 0.9s done
12:12:39 #9 DONE 1.4s
12:12:39 
12:12:39 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:12:39 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 109.00MB / 109.00MB 1.3s done
12:12:39 #7 extracting sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2
12:12:45 #7 extracting sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 4.8s done
12:12:45 #7 extracting sha256:daf1f57719a3a4153f26439c0ef63ea7a63ee9d74dea959bca86257ae5c34bb8 done
12:12:45 #7 DONE 6.6s
12:12:45 
12:12:45 #10 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:12:45 #0 1.111 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB]
12:12:45 #0 1.513 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB]
12:12:45 #0 1.606 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [83.3 kB]
12:12:45 #0 1.698 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB]
12:12:45 #0 1.794 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB]
12:12:45 #0 1.836 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB]
12:12:45 #0 2.016 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B]
12:12:45 #0 2.016 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB]
12:12:45 #0 2.554 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [2075 kB]
12:12:45 #0 2.616 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [5451 B]
12:12:45 #0 2.619 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [5351 B]
12:12:45 #0 2.619 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [2055 kB]
12:12:45 #0 2.714 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-backports/main arm64 Packages [63.9 kB]
12:12:45 #0 2.714 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [20.1 kB]
12:12:45 #0 2.722 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [2761 B]
12:12:45 #0 2.722 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [1377 kB]
12:12:45 #0 2.776 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [1675 kB]
12:12:45 #0 2.852 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/restricted arm64 Packages [4778 B]
12:12:45 #0 3.817 Fetched 20.2 MB in 3s (6382 kB/s)
12:12:45 #0 3.817 Reading package lists...
12:12:45 #0 4.858 Reading package lists...
12:12:45 #10 5.869 Building dependency tree...
12:12:45 #10 6.058 Reading state information...
12:12:45 #10 6.263 The following additional packages will be installed:
12:12:45 #10 6.263   at autoconf automake autopoint autotools-dev binutils
12:12:45 #10 6.263   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
12:12:46 #10 6.264   ca-certificates cpp cpp-7 dctrl-tools debhelper dh-autoreconf
12:12:46 #10 6.264   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput
12:12:46 #10 6.264   fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext gettext-base git-man
12:12:46 #10 6.264   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
12:12:46 #10 6.264   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
12:12:46 #10 6.264   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
12:12:46 #10 6.264   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
12:12:46 #10 6.264   libasan4 libasn1-8-heimdal libassuan0 libatomic1 libauthen-sasl-perl
12:12:46 #10 6.264   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
12:12:46 #10 6.264   libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl libcgi-pm-perl
12:12:46 #10 6.264   libclass-accessor-perl libclass-method-modifiers-perl
12:12:46 #10 6.264   libclass-xsaccessor-perl libclone-perl libcroco3 libcurl3-gnutls libcurl4
12:12:46 #10 6.264   libdata-dump-perl libdata-optlist-perl libdevel-callchecker-perl
12:12:46 #10 6.264   libdevel-globaldestruction-perl libdigest-hmac-perl libdistro-info-perl
12:12:46 #10 6.264   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
12:12:46 #10 6.264   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
12:12:46 #10 6.264   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
12:12:46 #10 6.264   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
12:12:46 #10 6.264   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
12:12:46 #10 6.264   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
12:12:46 #10 6.264   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
12:12:46 #10 6.264   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
12:12:46 #10 6.264   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
12:12:46 #10 6.264   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
12:12:46 #10 6.264   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:12:46 #10 6.264   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
12:12:46 #10 6.264   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
12:12:46 #10 6.264   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
12:12:46 #10 6.264   libipc-system-simple-perl libisl19 libitm1 libk5crypto3 libkeyutils1
12:12:46 #10 6.264   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
12:12:46 #10 6.264   libldap-common liblist-compare-perl liblist-moreutils-perl
12:12:46 #10 6.264   liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:12:46 #10 6.264   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
12:12:46 #10 6.264   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
12:12:46 #10 6.264   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl
12:12:46 #10 6.264   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
12:12:46 #10 6.264   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
12:12:46 #10 6.264   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
12:12:46 #10 6.264   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
12:12:46 #10 6.264   libparams-validate-perl libparse-debianchangelog-perl
12:12:46 #10 6.264   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
12:12:46 #10 6.264   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
12:12:46 #10 6.264   libpython3.6-minimal libpython3.6-stdlib libreadline7
12:12:46 #10 6.264   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
12:12:46 #10 6.264   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
12:12:46 #10 6.264   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
12:12:46 #10 6.264   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
12:12:46 #10 6.264   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
12:12:46 #10 6.264   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
12:12:46 #10 6.264   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
12:12:46 #10 6.264   libtimedate-perl libtool libtry-tiny-perl libtsan0 libubsan0
12:12:46 #10 6.264   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwind0-heimdal
12:12:46 #10 6.264   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
12:12:46 #10 6.264   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
12:12:46 #10 6.264   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
12:12:46 #10 6.264   libxml-sax-perl libxml-simple-perl libxml2 libxmuu1 libyaml-0-2
12:12:46 #10 6.264   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release m4 make
12:12:46 #10 6.264   man-db manpages manpages-dev mime-support multiarch-support netbase
12:12:46 #10 6.265   openssh-client openssl patch patchutils perl perl-modules-5.26
12:12:46 #10 6.265   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
12:12:46 #10 6.265   python-apt-common python3 python3-apt python3-certifi python3-chardet
12:12:46 #10 6.265   python3-debian python3-gpg python3-idna python3-magic python3-minimal
12:12:46 #10 6.265   python3-pkg-resources python3-requests python3-six python3-unidiff
12:12:46 #10 6.265   python3-urllib3 python3-xdg python3.6 python3.6-minimal readline-common
12:12:46 #10 6.265   shared-mime-info strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
12:12:46 #10 6.267 Suggested packages:
12:12:46 #10 6.267   default-mta | mail-transport-agent autoconf-archive gnu-standards
12:12:46 #10 6.267   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
12:12:46 #10 6.267   gcc-7-locales debtags dh-make dwz adequate autopkgtest bls-standalone
12:12:46 #10 6.267   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
12:12:46 #10 6.267   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
12:12:46 #10 6.267   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:12:46 #10 6.267   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
12:12:46 #10 6.267   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
12:12:46 #10 6.267   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
12:12:46 #10 6.267   mini-dinstall rsync gcc-7-doc libstdc++6-7-dbg gcc-multilib flex bison gdb
12:12:46 #10 6.267   gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg
12:12:46 #10 6.267   liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg
12:12:46 #10 6.267   libquadmath0-dbg gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
12:12:46 #10 6.267   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
12:12:46 #10 6.267   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
12:12:46 #10 6.267   libgssapi-perl glibc-doc bzr gdbm-l10n krb5-doc krb5-user libtool-doc
12:12:46 #10 6.267   libcrypt-ssleay-perl libscalar-number-perl libhtml-template-perl
12:12:46 #10 6.267   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
12:12:46 #10 6.267   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
12:12:46 #10 6.267   libstdc++-7-doc libbareword-filehandles-perl libindirect-perl
12:12:46 #10 6.267   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
12:12:46 #10 6.267   libauthen-ntlm-perl bash-completion binutils-multiarch libtext-template-perl
12:12:46 #10 6.267   lsb m4-doc make-doc apparmor www-browser keychain libpam-ssh monkeysphere
12:12:46 #10 6.267   ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl
12:12:46 #10 6.267   | libterm-readline-perl-perl pinentry-doc libmail-box-perl python3-doc
12:12:46 #10 6.267   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
12:12:46 #10 6.267   python3-cryptography python3-openssl python3-socks python3.6-venv
12:12:46 #10 6.267   python3.6-doc binfmt-support readline-doc zip wdiff-doc
12:12:46 #10 6.690 The following NEW packages will be installed:
12:12:46 #10 6.690   at autoconf automake autopoint autotools-dev binutils
12:12:46 #10 6.690   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
12:12:46 #10 6.690   ca-certificates cpp cpp-7 curl dctrl-tools debhelper devscripts
12:12:46 #10 6.690   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
12:12:46 #10 6.690   dpkg-dev dput equivs fakeroot file g++ g++-7 gcc gcc-7 gcc-7-base gettext
12:12:46 #10 6.690   gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
12:12:46 #10 6.690   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
12:12:46 #10 6.690   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
12:12:46 #10 6.690   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
12:12:46 #10 6.690   libarchive-zip-perl libasan4 libasn1-8-heimdal libassuan0 libatomic1
12:12:46 #10 6.690   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
12:12:46 #10 6.690   libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl
12:12:46 #10 6.690   libcgi-pm-perl libclass-accessor-perl libclass-method-modifiers-perl
12:12:46 #10 6.690   libclass-xsaccessor-perl libclone-perl libcroco3 libcurl3-gnutls libcurl4
12:12:46 #10 6.690   libdata-dump-perl libdata-optlist-perl libdevel-callchecker-perl
12:12:46 #10 6.690   libdevel-globaldestruction-perl libdigest-hmac-perl libdistro-info-perl
12:12:46 #10 6.690   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
12:12:46 #10 6.690   libencode-locale-perl liberror-perl libexpat1 libexporter-tiny-perl
12:12:46 #10 6.690   libfakeroot libfcgi-perl libfile-basedir-perl libfile-chdir-perl
12:12:46 #10 6.690   libfile-fcntllock-perl libfile-homedir-perl libfile-listing-perl
12:12:46 #10 6.690   libfile-stripnondeterminism-perl libfile-which-perl libfont-afm-perl
12:12:46 #10 6.690   libgcc-7-dev libgdbm-compat4 libgdbm5 libgetopt-long-descriptive-perl
12:12:46 #10 6.690   libgit-wrapper-perl libglib2.0-0 libglib2.0-data libgomp1 libgpgme11
12:12:46 #10 6.691   libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal
12:12:46 #10 6.691   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
12:12:46 #10 6.691   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
12:12:46 #10 6.691   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:12:46 #10 6.691   libhttp-message-perl libhttp-negotiate-perl libhx509-5-heimdal libicu60
12:12:46 #10 6.691   libimport-into-perl libio-html-perl libio-pty-perl libio-socket-inet6-perl
12:12:46 #10 6.691   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
12:12:46 #10 6.691   libipc-system-simple-perl libisl19 libitm1 libk5crypto3 libkeyutils1
12:12:46 #10 6.691   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
12:12:46 #10 6.691   libldap-common liblist-compare-perl liblist-moreutils-perl
12:12:46 #10 6.691   liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:12:46 #10 6.691   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
12:12:46 #10 6.691   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
12:12:46 #10 6.691   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl
12:12:46 #10 6.691   libnet-dns-perl libnet-domain-tld-perl libnet-http-perl libnet-ip-perl
12:12:46 #10 6.691   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
12:12:46 #10 6.691   libnumber-compare-perl libnumber-range-perl libpackage-stash-perl
12:12:46 #10 6.691   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
12:12:46 #10 6.691   libparams-validate-perl libparse-debianchangelog-perl
12:12:46 #10 6.691   libpath-iterator-rule-perl libpath-tiny-perl libperl5.26 libperlio-gzip-perl
12:12:46 #10 6.691   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
12:12:46 #10 6.691   libpython3.6-minimal libpython3.6-stdlib libreadline7
12:12:46 #10 6.691   libregexp-pattern-license-perl libroken18-heimdal librole-tiny-perl librtmp1
12:12:46 #10 6.691   libsasl2-2 libsasl2-modules libsasl2-modules-db libsigsegv2 libsocket6-perl
12:12:46 #10 6.691   libsort-key-perl libsort-versions-perl libsqlite3-0 libssl1.0.0 libssl1.1
12:12:46 #10 6.691   libstdc++-7-dev libstrictures-perl libstring-copyright-perl
12:12:46 #10 6.691   libstring-escape-perl libsub-exporter-perl libsub-exporter-progressive-perl
12:12:46 #10 6.691   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
12:12:46 #10 6.691   libsys-hostname-long-perl libtext-glob-perl libtext-levenshtein-perl
12:12:46 #10 6.691   libtimedate-perl libtool libtry-tiny-perl libtsan0 libubsan0
12:12:46 #10 6.691   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwind0-heimdal
12:12:46 #10 6.691   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
12:12:46 #10 6.691   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
12:12:46 #10 6.691   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
12:12:46 #10 6.691   libxml-sax-perl libxml-simple-perl libxml2 libxmuu1 libyaml-0-2
12:12:46 #10 6.691   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release m4 make
12:12:46 #10 6.691   man-db manpages manpages-dev mime-support multiarch-support netbase
12:12:46 #10 6.691   openssh-client openssl patch patchutils perl perl-modules-5.26
12:12:46 #10 6.691   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
12:12:46 #10 6.691   python-apt-common python3 python3-apt python3-certifi python3-chardet
12:12:46 #10 6.691   python3-debian python3-gpg python3-idna python3-magic python3-minimal
12:12:46 #10 6.691   python3-pkg-resources python3-requests python3-six python3-unidiff
12:12:46 #10 6.691   python3-urllib3 python3-xdg python3.6 python3.6-minimal readline-common
12:12:46 #10 6.691   shared-mime-info strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
12:12:46 #10 7.114 0 upgraded, 298 newly installed, 0 to remove and 2 not upgraded.
12:12:46 #10 7.114 Need to get 87.8 MB of archives.
12:12:46 #10 7.114 After this operation, 385 MB of additional disk space will be used.
12:12:46 #10 7.114 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB]
12:12:46 #10 7.261 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.1 arm64 1.1.1-1ubuntu2.1~18.04.20 [1062 kB]
12:12:47 #10 7.674 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3.6-minimal arm64 3.6.9-1~18.04ubuntu1.8 [529 kB]
12:12:47 #10 7.715 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libexpat1 arm64 2.2.5-3ubuntu0.7 [70.2 kB]
12:12:47 #10 7.718 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3.6-minimal arm64 3.6.9-1~18.04ubuntu1.8 [1327 kB]
12:12:47 #10 7.785 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-minimal arm64 3.6.7-1~18.04 [23.7 kB]
12:12:47 #10 7.788 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 mime-support all 3.60ubuntu1 [30.1 kB]
12:12:47 #10 7.789 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpdec2 arm64 2.4.2-1ubuntu1 [73.9 kB]
12:12:47 #10 7.792 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 readline-common all 7.0-3 [52.9 kB]
12:12:47 #10 7.793 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libreadline7 arm64 7.0-3 [107 kB]
12:12:47 #10 7.794 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsqlite3-0 arm64 3.22.0-1ubuntu0.6 [428 kB]
12:12:47 #10 7.817 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3.6-stdlib arm64 3.6.9-1~18.04ubuntu1.8 [1609 kB]
12:12:47 #10 7.928 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3.6 arm64 3.6.9-1~18.04ubuntu1.8 [203 kB]
12:12:47 #10 7.931 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3-stdlib arm64 3.6.7-1~18.04 [7240 B]
12:12:47 #10 7.932 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3 arm64 3.6.7-1~18.04 [47.2 kB]
12:12:47 #10 7.932 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 multiarch-support arm64 2.27-3ubuntu1.6 [6960 B]
12:12:47 #10 7.933 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxau6 arm64 1:1.0.8-1ubuntu1 [7088 B]
12:12:47 #10 7.933 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbsd0 arm64 0.8.7-1ubuntu0.1 [36.6 kB]
12:12:47 #10 7.934 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B]
12:12:47 #10 7.934 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxcb1 arm64 1.13-2~ubuntu18.04 [37.3 kB]
12:12:47 #10 7.935 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.4 [114 kB]
12:12:47 #10 8.003 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.4 [522 kB]
12:12:47 #10 8.076 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB]
12:12:47 #10 8.077 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 bsdmainutils arm64 11.1.2ubuntu1 [175 kB]
12:12:47 #10 8.079 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 groff-base arm64 1.22.3-10 [1152 kB]
12:12:47 #10 8.097 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB]
12:12:47 #10 8.098 Get:27 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpipeline1 arm64 1.5.0-1 [22.0 kB]
12:12:47 #10 8.098 Get:28 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 man-db arm64 2.8.3-2ubuntu0.1 [993 kB]
12:12:47 #10 8.162 Get:29 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB]
12:12:47 #10 8.303 Get:30 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B]
12:12:47 #10 8.303 Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.5 [3335 kB]
12:12:48 #10 8.462 Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.5 [201 kB]
12:12:48 #10 8.468 Get:33 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssl arm64 1.1.1-1ubuntu2.1~18.04.20 [583 kB]
12:12:48 #10 8.495 Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 ca-certificates all 20211016~18.04.1 [144 kB]
12:12:48 #10 8.501 Get:35 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 distro-info-data all 0.37ubuntu0.14 [4660 B]
12:12:48 #10 8.502 Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libmagic-mgc arm64 1:5.32-2ubuntu0.4 [184 kB]
12:12:48 #10 8.510 Get:37 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libmagic1 arm64 1:5.32-2ubuntu0.4 [61.9 kB]
12:12:48 #10 8.513 Get:38 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 file arm64 1:5.32-2ubuntu0.4 [21.7 kB]
12:12:48 #10 8.513 Get:39 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB]
12:12:48 #10 8.517 Get:40 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libapt-inst2.0 arm64 1.6.14 [56.7 kB]
12:12:48 #10 8.536 Get:41 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-0 arm64 2.56.4-0ubuntu0.18.04.9 [983 kB]
12:12:48 #10 8.610 Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.9 [4728 B]
12:12:48 #10 8.610 Get:43 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libicu60 arm64 60.2-3ubuntu3.2 [7986 kB]
12:12:48 #10 8.953 Get:44 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxml2 arm64 2.9.4+dfsg1-6.1ubuntu1.7 [548 kB]
12:12:48 #10 8.976 Get:45 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libyaml-0-2 arm64 0.1.7-2ubuntu3 [40.0 kB]
12:12:48 #10 8.976 Get:46 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 lsb-release all 9.20170808ubuntu1 [11.0 kB]
12:12:48 #10 8.977 Get:47 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB]
12:12:48 #10 8.977 Get:48 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 shared-mime-info arm64 1.9-2 [423 kB]
12:12:48 #10 8.992 Get:49 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 ucf all 3.0038 [50.5 kB]
12:12:48 #10 8.994 Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xdg-user-dirs arm64 0.17-1ubuntu1 [47.0 kB]
12:12:48 #10 8.995 Get:51 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 xz-utils arm64 5.2.2-1.3ubuntu0.1 [79.8 kB]
12:12:48 #10 8.998 Get:52 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gettext-base arm64 0.19.8.1-6ubuntu0.3 [110 kB]
12:12:48 #10 9.141 Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 iso-codes all 3.79-1 [2565 kB]
12:12:48 #10 9.247 Get:54 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 krb5-locales all 1.16-2ubuntu0.2 [13.4 kB]
12:12:48 #10 9.248 Get:55 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB]
12:12:48 #10 9.251 Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5support0 arm64 1.16-2ubuntu0.2 [28.1 kB]
12:12:48 #10 9.251 Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libk5crypto3 arm64 1.16-2ubuntu0.2 [79.9 kB]
12:12:48 #10 9.254 Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkeyutils1 arm64 1.5.9-9.2ubuntu2.1 [8172 B]
12:12:48 #10 9.255 Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libkrb5-3 arm64 1.16-2ubuntu0.2 [241 kB]
12:12:48 #10 9.265 Get:60 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgssapi-krb5-2 arm64 1.16-2ubuntu0.2 [103 kB]
12:12:48 #10 9.270 Get:61 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpsl5 arm64 0.19.1-5build1 [40.9 kB]
12:12:48 #10 9.271 Get:62 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.10 [724 kB]
12:12:48 #10 9.321 Get:63 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B]
12:12:49 #10 9.394 Get:64 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB]
12:12:49 #10 9.445 Get:65 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssh-client arm64 1:7.6p1-4ubuntu0.7 [525 kB]
12:12:49 #10 9.466 Get:66 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 publicsuffix all 20180223.1310-1 [97.6 kB]
12:12:49 #10 9.470 Get:67 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python-apt-common all 1.6.5ubuntu0.7 [16.9 kB]
12:12:49 #10 9.470 Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-apt arm64 1.6.5ubuntu0.7 [149 kB]
12:12:49 #10 9.476 Get:69 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 strace arm64 4.21-1ubuntu1 [226 kB]
12:12:49 #10 9.485 Get:70 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB]
12:12:49 #10 9.486 Get:71 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 at arm64 3.1.20-3.1ubuntu2 [36.8 kB]
12:12:49 #10 9.487 Get:72 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsigsegv2 arm64 2.12-1 [14.1 kB]
12:12:49 #10 9.488 Get:73 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 m4 arm64 1.4.18-1 [185 kB]
12:12:49 #10 9.541 Get:74 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 autoconf all 2.69-11 [322 kB]
12:12:49 #10 9.551 Get:75 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 autotools-dev all 20180224.1 [39.6 kB]
12:12:49 #10 9.614 Get:76 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 automake all 1:1.15.1-3ubuntu2 [509 kB]
12:12:49 #10 9.630 Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB]
12:12:49 #10 9.644 Get:78 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04.7 [197 kB]
12:12:49 #10 9.650 Get:79 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04.7 [417 kB]
12:12:49 #10 9.664 Get:80 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.30-21ubuntu1~18.04.7 [2169 kB]
12:12:49 #10 9.763 Get:81 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04.7 [3372 B]
12:12:49 #10 9.764 Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc-dev-bin arm64 2.27-3ubuntu1.6 [58.6 kB]
12:12:49 #10 9.765 Get:83 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-193.204 [963 kB]
12:12:49 #10 9.796 Get:84 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libc6-dev arm64 2.27-3ubuntu1.6 [2048 kB]
12:12:49 #10 9.876 Get:85 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7-base arm64 7.5.0-3ubuntu1~18.04 [18.3 kB]
12:12:49 #10 9.877 Get:86 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB]
12:12:49 #10 9.890 Get:87 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB]
12:12:49 #10 9.910 Get:88 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB]
12:12:49 #10 9.911 Get:89 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp-7 arm64 7.5.0-3ubuntu1~18.04 [7046 kB]
12:12:49 #10 10.17 Get:90 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.4.0-1ubuntu2.3 [27.7 kB]
12:12:50 #10 10.18 Get:91 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcc1-0 arm64 8.4.0-1ubuntu1~18.04 [36.5 kB]
12:12:50 #10 10.18 Get:92 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.4.0-1ubuntu1~18.04 [69.7 kB]
12:12:50 #10 10.18 Get:93 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.4.0-1ubuntu1~18.04 [24.3 kB]
12:12:50 #10 10.18 Get:94 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.4.0-1ubuntu1~18.04 [9176 B]
12:12:50 #10 10.18 Get:95 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.5.0-3ubuntu1~18.04 [335 kB]
12:12:50 #10 10.18 Get:96 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.4.0-1ubuntu1~18.04 [121 kB]
12:12:50 #10 10.19 Get:97 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.4.0-1ubuntu1~18.04 [269 kB]
12:12:50 #10 10.21 Get:98 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.5.0-3ubuntu1~18.04 [117 kB]
12:12:50 #10 10.25 Get:99 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc-7-dev arm64 7.5.0-3ubuntu1~18.04 [833 kB]
12:12:50 #10 10.27 Get:100 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.5.0-3ubuntu1~18.04 [7772 kB]
12:12:50 #10 10.56 Get:101 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.4.0-1ubuntu2.3 [5208 B]
12:12:50 #10 10.71 Get:102 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.5.0-3ubuntu1~18.04 [1471 kB]
12:12:51 #10 11.32 Get:103 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.5.0-3ubuntu1~18.04 [8077 kB]
12:12:51 #10 11.72 Get:104 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.4.0-1ubuntu2.3 [1552 B]
12:12:51 #10 11.72 Get:105 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB]
12:12:51 #10 11.72 Get:106 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdpkg-perl all 1.19.0.5ubuntu2.4 [212 kB]
12:12:51 #10 11.73 Get:107 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB]
12:12:51 #10 11.73 Get:108 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dpkg-dev all 1.19.0.5ubuntu2.4 [607 kB]
12:12:51 #10 11.76 Get:109 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B]
12:12:51 #10 11.76 Get:110 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libroken18-heimdal arm64 7.5.0+dfsg-1 [35.4 kB]
12:12:51 #10 11.76 Get:111 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libasn1-8-heimdal arm64 7.5.0+dfsg-1 [130 kB]
12:12:51 #10 11.77 Get:112 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libheimbase1-heimdal arm64 7.5.0+dfsg-1 [24.9 kB]
12:12:51 #10 11.80 Get:113 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhcrypto4-heimdal arm64 7.5.0+dfsg-1 [76.4 kB]
12:12:51 #10 11.80 Get:114 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libwind0-heimdal arm64 7.5.0+dfsg-1 [47.0 kB]
12:12:51 #10 11.87 Get:115 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhx509-5-heimdal arm64 7.5.0+dfsg-1 [88.5 kB]
12:12:51 #10 11.87 Get:116 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libkrb5-26-heimdal arm64 7.5.0+dfsg-1 [170 kB]
12:12:51 #10 11.88 Get:117 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libheimntlm0-heimdal arm64 7.5.0+dfsg-1 [13.3 kB]
12:12:51 #10 11.88 Get:118 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgssapi3-heimdal arm64 7.5.0+dfsg-1 [79.1 kB]
12:12:51 #10 11.89 Get:119 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsasl2-modules-db arm64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [13.6 kB]
12:12:51 #10 11.89 Get:120 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsasl2-2 arm64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [43.2 kB]
12:12:51 #10 11.89 Get:121 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libldap-common all 2.4.45+dfsg-1ubuntu1.11 [15.8 kB]
12:12:51 #10 11.89 Get:122 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libldap-2.4-2 arm64 2.4.45+dfsg-1ubuntu1.11 [131 kB]
12:12:51 #10 11.95 Get:123 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnghttp2-14 arm64 1.30.0-1ubuntu1 [68.9 kB]
12:12:51 #10 11.95 Get:124 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-1 [48.2 kB]
12:12:51 #10 12.02 Get:125 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.20 [185 kB]
12:12:51 #10 12.03 Get:126 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.20 [152 kB]
12:12:51 #10 12.04 Get:127 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dctrl-tools arm64 2.24-2build1 [54.5 kB]
12:12:51 #10 12.04 Get:128 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtool all 2.4.6-2 [194 kB]
12:12:51 #10 12.05 Get:129 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dh-autoreconf all 17 [15.8 kB]
12:12:51 #10 12.05 Get:130 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB]
12:12:51 #10 12.05 Get:131 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB]
12:12:51 #10 12.05 Get:132 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtimedate-perl all 2.3000-2 [37.5 kB]
12:12:51 #10 12.10 Get:133 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dh-strip-nondeterminism all 0.040-1.1~build1 [5208 B]
12:12:51 #10 12.10 Get:134 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcroco3 arm64 0.6.12-2 [68.2 kB]
12:12:51 #10 12.17 Get:135 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gettext arm64 0.19.8.1-6ubuntu0.3 [1221 kB]
12:12:51 #10 12.22 Get:136 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 intltool-debian all 0.35.0+20060710.4 [24.9 kB]
12:12:51 #10 12.22 Get:137 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 po-debconf all 1.0.20 [232 kB]
12:12:51 #10 12.23 Get:138 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 debhelper all 11.1.6ubuntu2 [902 kB]
12:12:51 #10 12.28 Get:139 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-which-perl all 1.21-1 [11.8 kB]
12:12:52 #10 12.28 Get:140 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-homedir-perl all 1.002-1 [37.1 kB]
12:12:52 #10 12.28 Get:141 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 devscripts arm64 2.17.12ubuntu1.1 [870 kB]
12:12:52 #10 12.33 Get:142 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 diffstat arm64 1.61-1build1 [21.5 kB]
12:12:52 #10 12.33 Get:143 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libassuan0 arm64 2.5.1-2 [28.9 kB]
12:12:52 #10 12.33 Get:144 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgconf arm64 2.2.4-1ubuntu1.6 [107 kB]
12:12:52 #10 12.33 Get:145 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libksba8 arm64 1.3.5-2 [77.4 kB]
12:12:52 #10 12.33 Get:146 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnpth0 arm64 1.5-3 [6844 B]
12:12:52 #10 12.33 Get:147 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dirmngr arm64 2.2.4-1ubuntu1.6 [276 kB]
12:12:52 #10 12.40 Get:148 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-pkg-resources all 39.0.1-2 [98.8 kB]
12:12:52 #10 12.40 Get:149 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-chardet all 3.0.4-1 [80.3 kB]
12:12:52 #10 12.40 Get:150 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-six all 1.11.0-2 [11.4 kB]
12:12:52 #10 12.47 Get:151 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-debian all 0.1.32 [65.4 kB]
12:12:52 #10 12.48 Get:152 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-l10n all 2.2.4-1ubuntu1.6 [50.1 kB]
12:12:52 #10 12.48 Get:153 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-utils arm64 2.2.4-1ubuntu1.6 [108 kB]
12:12:52 #10 12.48 Get:154 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg arm64 2.2.4-1ubuntu1.6 [401 kB]
12:12:52 #10 12.50 Get:155 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pinentry-curses arm64 1.1.0-1 [32.4 kB]
12:12:52 #10 12.50 Get:156 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.6 [189 kB]
12:12:52 #10 12.50 Get:157 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-client arm64 2.2.4-1ubuntu1.6 [76.6 kB]
12:12:52 #10 12.55 Get:158 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-server arm64 2.2.4-1ubuntu1.6 [71.6 kB]
12:12:52 #10 12.55 Get:159 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgsm arm64 2.2.4-1ubuntu1.6 [181 kB]
12:12:52 #10 12.56 Get:160 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg arm64 2.2.4-1ubuntu1.6 [249 kB]
12:12:52 #10 12.62 Get:161 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgpgme11 arm64 1.10.0-1ubuntu2 [90.0 kB]
12:12:52 #10 12.63 Get:162 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-gpg arm64 1.10.0-1ubuntu2 [131 kB]
12:12:52 #10 12.63 Get:163 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dput all 1.0.1ubuntu1 [42.7 kB]
12:12:52 #10 12.63 Get:164 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB]
12:12:52 #10 12.63 Get:165 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB]
12:12:52 #10 12.64 Get:166 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.20 [185 kB]
12:12:52 #10 12.64 Get:167 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB]
12:12:52 #10 12.70 Get:168 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.12 [804 kB]
12:12:52 #10 12.73 Get:169 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.12 [2937 kB]
12:12:52 #10 12.87 Get:170 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
12:12:52 #10 12.87 Get:171 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB]
12:12:52 #10 12.87 Get:172 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
12:12:52 #10 12.87 Get:173 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libapt-pkg-perl arm64 0.1.33build1 [67.2 kB]
12:12:52 #10 12.88 Get:174 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libarchive-cpio-perl all 0.10-1 [9644 B]
12:12:52 #10 12.88 Get:175 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libb-hooks-op-check-perl arm64 0.22-1 [9996 B]
12:12:52 #10 12.88 Get:176 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
12:12:52 #10 12.88 Get:177 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdevel-callchecker-perl arm64 0.007-2build1 [14.0 kB]
12:12:52 #10 12.88 Get:178 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparams-classify-perl arm64 0.015-1 [20.4 kB]
12:12:52 #10 12.95 Get:179 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
12:12:52 #10 12.95 Get:180 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtry-tiny-perl all 0.30-1 [20.5 kB]
12:12:52 #10 12.95 Get:181 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
12:12:52 #10 12.95 Get:182 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
12:12:52 #10 12.96 Get:183 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libvariable-magic-perl arm64 0.62-1 [32.6 kB]
12:12:52 #10 12.96 Get:184 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libb-hooks-endofscope-perl all 0.21-1 [14.7 kB]
12:12:52 #10 12.96 Get:185 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-tagset-perl all 3.20-3 [12.1 kB]
12:12:52 #10 12.96 Get:186 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liburi-perl all 1.73-1 [77.2 kB]
12:12:52 #10 13.03 Get:187 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-parser-perl arm64 3.72-3build1 [82.6 kB]
12:12:52 #10 13.03 Get:188 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcgi-pm-perl all 4.38-1 [185 kB]
12:12:52 #10 13.10 Get:189 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfcgi-perl arm64 0.78-2build1 [30.2 kB]
12:12:52 #10 13.10 Get:190 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcgi-fast-perl all 1:2.13-1 [9940 B]
12:12:52 #10 13.10 Get:191 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-name-perl arm64 0.21-1build1 [11.2 kB]
12:12:52 #10 13.11 Get:192 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclass-accessor-perl all 0.51-1 [21.2 kB]
12:12:52 #10 13.11 Get:193 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclass-method-modifiers-perl all 2.12-1 [15.7 kB]
12:12:52 #10 13.11 Get:194 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclass-xsaccessor-perl arm64 1.19-2build8 [30.7 kB]
12:12:52 #10 13.11 Get:195 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclone-perl arm64 0.39-1 [10.1 kB]
12:12:52 #10 13.11 Get:196 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdata-dump-perl all 1.23-1 [27.0 kB]
12:12:52 #10 13.18 Get:197 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparams-util-perl arm64 1.07-3build3 [18.9 kB]
12:12:52 #10 13.18 Get:198 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-install-perl all 0.928-1 [10.5 kB]
12:12:52 #10 13.25 Get:199 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdata-optlist-perl all 0.110-1 [9956 B]
12:12:52 #10 13.25 Get:200 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdevel-globaldestruction-perl all 0.14-1 [6752 B]
12:12:52 #10 13.25 Get:201 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdigest-hmac-perl all 1.03+dfsg-1 [12.1 kB]
12:12:52 #10 13.26 Get:202 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdistro-info-perl all 0.18ubuntu0.18.04.1 [4892 B]
12:12:53 #10 13.40 Get:203 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 perl-openssl-defaults arm64 3build1 [7012 B]
12:12:53 #10 13.48 Get:204 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libnet-ssleay-perl arm64 1.84-1ubuntu0.2 [270 kB]
12:12:53 #10 13.77 Get:205 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libio-socket-ssl-perl all 2.060-3~ubuntu18.04.1 [173 kB]
12:12:53 #10 13.82 Get:206 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
12:12:53 #10 13.82 Get:207 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmailtools-perl all 2.18-1 [74.0 kB]
12:12:53 #10 13.84 Get:208 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsocket6-perl arm64 0.27-1build2 [22.0 kB]
12:12:53 #10 13.84 Get:209 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-socket-inet6-perl all 2.72-2 [13.8 kB]
12:12:53 #10 13.85 Get:210 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-ip-perl all 1.26-1 [31.5 kB]
12:12:53 #10 13.85 Get:211 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-dns-perl all 1.10-2 [335 kB]
12:12:53 #10 13.90 Get:212 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
12:12:53 #10 13.90 Get:213 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libemail-valid-perl all 1.202-1 [16.3 kB]
12:12:53 #10 13.90 Get:214 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libencode-locale-perl all 1.05-1 [12.3 kB]
12:12:53 #10 13.92 Get:215 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libexporter-tiny-perl all 1.000000-2 [34.6 kB]
12:12:53 #10 13.92 Get:216 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libipc-system-simple-perl all 1.25-4 [22.5 kB]
12:12:53 #10 13.92 Get:217 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-basedir-perl all 0.07-1 [16.9 kB]
12:12:53 #10 13.99 Get:218 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
12:12:53 #10 13.99 Get:219 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB]
12:12:53 #10 13.99 Get:220 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-date-perl all 6.02-1 [10.4 kB]
12:12:53 #10 13.99 Get:221 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-listing-perl all 6.04-1 [9774 B]
12:12:53 #10 13.99 Get:222 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfont-afm-perl all 1.20-2 [13.2 kB]
12:12:53 #10 13.99 Get:223 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-stringy-perl all 2.111-2 [60.6 kB]
12:12:53 #10 14.00 Get:224 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparams-validate-perl arm64 1.29-1 [49.4 kB]
12:12:53 #10 14.06 Get:225 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-exporter-perl all 0.987-1 [44.9 kB]
12:12:53 #10 14.06 Get:226 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgetopt-long-descriptive-perl all 0.102-1 [24.4 kB]
12:12:53 #10 14.07 Get:227 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsort-versions-perl all 1.62-1 [9294 B]
12:12:53 #10 14.14 Get:228 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgit-wrapper-perl all 0.047-1 [29.6 kB]
12:12:53 #10 14.14 Get:229 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-html-perl all 1.001-1 [14.9 kB]
12:12:53 #10 14.14 Get:230 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB]
12:12:53 #10 14.14 Get:231 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-message-perl all 6.14-1 [72.1 kB]
12:12:53 #10 14.14 Get:232 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-form-perl all 6.03-1 [23.5 kB]
12:12:53 #10 14.14 Get:233 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-tree-perl all 5.07-1 [200 kB]
12:12:53 #10 14.15 Get:234 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-format-perl all 2.12-1 [41.3 kB]
12:12:53 #10 14.21 Get:235 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-cookies-perl all 6.04-1 [17.2 kB]
12:12:53 #10 14.21 Get:236 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libhttp-daemon-perl all 6.01-1ubuntu0.1 [15.9 kB]
12:12:53 #10 14.21 Get:237 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-negotiate-perl all 6.00-2 [13.4 kB]
12:12:53 #10 14.28 Get:238 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB]
12:12:54 #10 14.28 Get:239 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-pty-perl arm64 1:1.08-1.1build4 [28.9 kB]
12:12:54 #10 14.28 Get:240 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-string-perl all 1.08-3 [11.1 kB]
12:12:54 #10 14.28 Get:241 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libipc-run-perl all 0.96-1 [89.9 kB]
12:12:54 #10 14.29 Get:242 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblist-compare-perl all 0.53-1 [65.6 kB]
12:12:54 #10 14.29 Get:243 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblist-moreutils-perl arm64 0.416-1build3 [52.7 kB]
12:12:54 #10 14.30 Get:244 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libltdl7 arm64 2.4.6-2 [35.9 kB]
12:12:54 #10 14.36 Get:245 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libltdl-dev arm64 2.4.6-2 [160 kB]
12:12:54 #10 14.36 Get:246 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-http-perl all 6.17-1 [22.7 kB]
12:12:54 #10 14.36 Get:247 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libwww-robotrules-perl all 6.01-1 [14.1 kB]
12:12:54 #10 14.43 Get:248 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libwww-perl all 6.31-1ubuntu0.1 [137 kB]
12:12:54 #10 14.44 Get:249 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblwp-protocol-https-perl all 6.07-2 [8284 B]
12:12:54 #10 14.44 Get:250 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
12:12:54 #10 14.44 Get:251 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
12:12:54 #10 14.44 Get:252 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librole-tiny-perl all 2.000006-1 [15.9 kB]
12:12:54 #10 14.44 Get:253 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libstrictures-perl all 2.000003-1 [16.1 kB]
12:12:54 #10 14.44 Get:254 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-quote-perl all 2.005000-1 [17.0 kB]
12:12:54 #10 14.50 Get:255 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmoo-perl all 2.003004-1 [45.5 kB]
12:12:54 #10 14.50 Get:256 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpackage-stash-perl all 0.37-1 [18.3 kB]
12:12:54 #10 14.50 Get:257 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-identify-perl arm64 0.14-1 [10.3 kB]
12:12:54 #10 14.57 Get:258 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
12:12:54 #10 14.58 Get:259 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnumber-compare-perl all 0.03-1 [7318 B]
12:12:54 #10 14.58 Get:260 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnumber-range-perl all 0.12-1 [8556 B]
12:12:54 #10 14.58 Get:261 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpackage-stash-xs-perl arm64 0.28-3build2 [15.2 kB]
12:12:54 #10 14.58 Get:262 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparse-debianchangelog-perl all 1.2.0-12 [49.5 kB]
12:12:54 #10 14.58 Get:263 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtext-glob-perl all 0.10-1 [7554 B]
12:12:54 #10 14.58 Get:264 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpath-iterator-rule-perl all 1.009-1 [49.1 kB]
12:12:54 #10 14.65 Get:265 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpath-tiny-perl all 0.104-1 [55.3 kB]
12:12:54 #10 14.65 Get:266 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libperlio-gzip-perl arm64 0.19-1build3 [13.5 kB]
12:12:54 #10 14.65 Get:267 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpod-constants-perl all 0.19-1 [16.0 kB]
12:12:54 #10 14.72 Get:268 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libregexp-pattern-license-perl all 3.0.31-3 [14.7 kB]
12:12:54 #10 14.72 Get:269 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsasl2-modules arm64 2.1.27~101-g0780600+dfsg-3ubuntu2.4 [42.1 kB]
12:12:54 #10 14.72 Get:270 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsort-key-perl arm64 1.33-2 [33.6 kB]
12:12:54 #10 14.73 Get:271 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libstring-copyright-perl all 0.003005-1 [10.1 kB]
12:12:54 #10 14.73 Get:272 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
12:12:54 #10 14.73 Get:273 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtext-levenshtein-perl all 0.13-1 [9612 B]
12:12:54 #10 14.73 Get:274 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libunicode-utf8-perl arm64 0.60-1build4 [17.2 kB]
12:12:54 #10 14.80 Get:275 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
12:12:54 #10 14.80 Get:276 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
12:12:54 #10 14.80 Get:277 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB]
12:12:54 #10 14.87 Get:278 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-libxml-perl arm64 2.0128+dfsg-5 [297 kB]
12:12:54 #10 14.88 Get:279 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-parser-perl arm64 2.44-2build3 [196 kB]
12:12:54 #10 14.89 Get:280 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-sax-expat-perl all 0.40-2 [11.5 kB]
12:12:54 #10 14.89 Get:281 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-simple-perl all 2.24-1 [63.6 kB]
12:12:54 #10 14.90 Get:282 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libyaml-libyaml-perl arm64 0.69+repack-1 [24.3 kB]
12:12:54 #10 14.90 Get:283 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 licensecheck all 3.0.31-2 [22.0 kB]
12:12:54 #10 14.90 Get:284 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 patchutils arm64 0.3.4-2 [65.2 kB]
12:12:54 #10 14.94 Get:285 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 t1utils arm64 1.41-2 [48.9 kB]
12:12:54 #10 14.94 Get:286 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 lintian all 2.5.81ubuntu1 [847 kB]
12:12:54 #10 14.99 Get:287 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB]
12:12:54 #10 15.09 Get:288 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-certifi all 2018.1.18-2 [144 kB]
12:12:54 #10 15.10 Get:289 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-idna all 2.6-1 [32.5 kB]
12:12:54 #10 15.10 Get:290 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-urllib3 all 1.22-1ubuntu0.18.04.2 [86.2 kB]
12:12:54 #10 15.10 Get:291 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-requests all 2.18.4-2ubuntu0.1 [58.3 kB]
12:12:54 #10 15.10 Get:292 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-unidiff all 0.5.4-1 [7140 B]
12:12:54 #10 15.10 Get:293 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-xdg all 0.25-4ubuntu1.1 [31.3 kB]
12:12:54 #10 15.11 Get:294 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 unzip arm64 6.0-21ubuntu1.1 [158 kB]
12:12:54 #10 15.11 Get:295 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 wdiff arm64 1.2.2-2 [27.9 kB]
12:12:54 #10 15.11 Get:296 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 equivs all 2.1.0 [19.4 kB]
12:12:54 #10 15.17 Get:297 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
12:12:54 #10 15.24 Get:298 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-magic all 2:0.4.15-1 [9280 B]
12:12:55 #10 15.39 debconf: delaying package configuration, since apt-utils is not installed
12:12:55 #10 15.43 Fetched 87.8 MB in 9s (10.3 MB/s)
12:12:55 #10 15.45 Selecting previously unselected package liblocale-gettext-perl.
12:12:55 #10 15.45 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4044 files and directories currently installed.)
12:12:55 #10 15.46 Preparing to unpack .../liblocale-gettext-perl_1.07-3build2_arm64.deb ...
12:12:55 #10 15.46 Unpacking liblocale-gettext-perl (1.07-3build2) ...
12:12:55 #10 15.53 Selecting previously unselected package libssl1.1:arm64.
12:12:55 #10 15.53 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.20_arm64.deb ...
12:12:55 #10 15.54 Unpacking libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.20) ...
12:12:55 #10 15.65 Selecting previously unselected package libpython3.6-minimal:arm64.
12:12:55 #10 15.65 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.8_arm64.deb ...
12:12:55 #10 15.66 Unpacking libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.8) ...
12:12:55 #10 15.75 Selecting previously unselected package libexpat1:arm64.
12:12:55 #10 15.75 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.7_arm64.deb ...
12:12:55 #10 15.75 Unpacking libexpat1:arm64 (2.2.5-3ubuntu0.7) ...
12:12:55 #10 15.80 Selecting previously unselected package python3.6-minimal.
12:12:55 #10 15.80 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.8_arm64.deb ...
12:12:55 #10 15.81 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.8) ...
12:12:55 #10 15.94 Setting up libssl1.1:arm64 (1.1.1-1ubuntu2.1~18.04.20) ...
12:12:55 #10 16.02 Setting up libpython3.6-minimal:arm64 (3.6.9-1~18.04ubuntu1.8) ...
12:12:55 #10 16.04 Setting up libexpat1:arm64 (2.2.5-3ubuntu0.7) ...
12:12:55 #10 16.05 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.8) ...
12:12:56 #10 16.57 Selecting previously unselected package python3-minimal.
12:12:56 #10 16.57 (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 ... 4315 files and directories currently installed.)
12:12:56 #10 16.58 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_arm64.deb ...
12:12:56 #10 16.58 Unpacking python3-minimal (3.6.7-1~18.04) ...
12:12:56 #10 16.62 Selecting previously unselected package mime-support.
12:12:56 #10 16.62 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
12:12:56 #10 16.63 Unpacking mime-support (3.60ubuntu1) ...
12:12:56 #10 16.66 Selecting previously unselected package libmpdec2:arm64.
12:12:56 #10 16.67 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_arm64.deb ...
12:12:56 #10 16.67 Unpacking libmpdec2:arm64 (2.4.2-1ubuntu1) ...
12:12:56 #10 16.71 Selecting previously unselected package readline-common.
12:12:56 #10 16.71 Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
12:12:56 #10 16.72 Unpacking readline-common (7.0-3) ...
12:12:56 #10 16.76 Selecting previously unselected package libreadline7:arm64.
12:12:56 #10 16.76 Preparing to unpack .../4-libreadline7_7.0-3_arm64.deb ...
12:12:56 #10 16.77 Unpacking libreadline7:arm64 (7.0-3) ...
12:12:56 #10 16.81 Selecting previously unselected package libsqlite3-0:arm64.
12:12:56 #10 16.81 Preparing to unpack .../5-libsqlite3-0_3.22.0-1ubuntu0.6_arm64.deb ...
12:12:56 #10 16.81 Unpacking libsqlite3-0:arm64 (3.22.0-1ubuntu0.6) ...
12:12:56 #10 16.87 Selecting previously unselected package libpython3.6-stdlib:arm64.
12:12:56 #10 16.87 Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.8_arm64.deb ...
12:12:56 #10 16.88 Unpacking libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.8) ...
12:12:56 #10 17.04 Selecting previously unselected package python3.6.
12:12:56 #10 17.04 Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.8_arm64.deb ...
12:12:56 #10 17.05 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.8) ...
12:12:56 #10 17.08 Selecting previously unselected package libpython3-stdlib:arm64.
12:12:56 #10 17.08 Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_arm64.deb ...
12:12:56 #10 17.09 Unpacking libpython3-stdlib:arm64 (3.6.7-1~18.04) ...
12:12:56 #10 17.13 Setting up python3-minimal (3.6.7-1~18.04) ...
12:12:57 #10 17.33 Selecting previously unselected package python3.
12:12:57 #10 17.33 (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 ... 4773 files and directories currently installed.)
12:12:57 #10 17.33 Preparing to unpack .../0-python3_3.6.7-1~18.04_arm64.deb ...
12:12:57 #10 17.34 Unpacking python3 (3.6.7-1~18.04) ...
12:12:57 #10 17.37 Selecting previously unselected package multiarch-support.
12:12:57 #10 17.37 Preparing to unpack .../1-multiarch-support_2.27-3ubuntu1.6_arm64.deb ...
12:12:57 #10 17.37 Unpacking multiarch-support (2.27-3ubuntu1.6) ...
12:12:57 #10 17.41 Selecting previously unselected package libxau6:arm64.
12:12:57 #10 17.41 Preparing to unpack .../2-libxau6_1%3a1.0.8-1ubuntu1_arm64.deb ...
12:12:57 #10 17.41 Unpacking libxau6:arm64 (1:1.0.8-1ubuntu1) ...
12:12:57 #10 17.44 Selecting previously unselected package libbsd0:arm64.
12:12:57 #10 17.44 Preparing to unpack .../3-libbsd0_0.8.7-1ubuntu0.1_arm64.deb ...
12:12:57 #10 17.45 Unpacking libbsd0:arm64 (0.8.7-1ubuntu0.1) ...
12:12:57 #10 17.48 Selecting previously unselected package libxdmcp6:arm64.
12:12:57 #10 17.48 Preparing to unpack .../4-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
12:12:57 #10 17.48 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
12:12:57 #10 17.52 Selecting previously unselected package libxcb1:arm64.
12:12:57 #10 17.52 Preparing to unpack .../5-libxcb1_1.13-2~ubuntu18.04_arm64.deb ...
12:12:57 #10 17.52 Unpacking libxcb1:arm64 (1.13-2~ubuntu18.04) ...
12:12:57 #10 17.56 Selecting previously unselected package libx11-data.
12:12:57 #10 17.56 Preparing to unpack .../6-libx11-data_2%3a1.6.4-3ubuntu0.4_all.deb ...
12:12:57 #10 17.56 Unpacking libx11-data (2:1.6.4-3ubuntu0.4) ...
12:12:57 #10 17.62 Selecting previously unselected package libx11-6:arm64.
12:12:57 #10 17.63 Preparing to unpack .../7-libx11-6_2%3a1.6.4-3ubuntu0.4_arm64.deb ...
12:12:57 #10 17.63 Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.4) ...
12:12:57 #10 17.70 Setting up multiarch-support (2.27-3ubuntu1.6) ...
12:12:57 #10 17.75 Selecting previously unselected package libxext6:arm64.
12:12:57 #10 17.75 (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 ... 5097 files and directories currently installed.)
12:12:57 #10 17.75 Preparing to unpack .../000-libxext6_2%3a1.3.3-1_arm64.deb ...
12:12:57 #10 17.76 Unpacking libxext6:arm64 (2:1.3.3-1) ...
12:12:57 #10 17.79 Selecting previously unselected package bsdmainutils.
12:12:57 #10 17.79 Preparing to unpack .../001-bsdmainutils_11.1.2ubuntu1_arm64.deb ...
12:12:57 #10 17.80 Unpacking bsdmainutils (11.1.2ubuntu1) ...
12:12:57 #10 17.84 Selecting previously unselected package groff-base.
12:12:57 #10 17.84 Preparing to unpack .../002-groff-base_1.22.3-10_arm64.deb ...
12:12:57 #10 17.85 Unpacking groff-base (1.22.3-10) ...
12:12:57 #10 17.92 Selecting previously unselected package libgdbm5:arm64.
12:12:57 #10 17.92 Preparing to unpack .../003-libgdbm5_1.14.1-6_arm64.deb ...
12:12:57 #10 17.92 Unpacking libgdbm5:arm64 (1.14.1-6) ...
12:12:57 #10 17.96 Selecting previously unselected package libpipeline1:arm64.
12:12:57 #10 17.96 Preparing to unpack .../004-libpipeline1_1.5.0-1_arm64.deb ...
12:12:57 #10 17.96 Unpacking libpipeline1:arm64 (1.5.0-1) ...
12:12:57 #10 18.00 Selecting previously unselected package man-db.
12:12:57 #10 18.00 Preparing to unpack .../005-man-db_2.8.3-2ubuntu0.1_arm64.deb ...
12:12:57 #10 18.01 Unpacking man-db (2.8.3-2ubuntu0.1) ...
12:12:57 #10 18.11 Selecting previously unselected package perl-modules-5.26.
12:12:57 #10 18.11 Preparing to unpack .../006-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ...
12:12:57 #10 18.12 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ...
12:12:58 #10 18.44 Selecting previously unselected package libgdbm-compat4:arm64.
12:12:58 #10 18.45 Preparing to unpack .../007-libgdbm-compat4_1.14.1-6_arm64.deb ...
12:12:58 #10 18.45 Unpacking libgdbm-compat4:arm64 (1.14.1-6) ...
12:12:58 #10 18.49 Selecting previously unselected package libperl5.26:arm64.
12:12:58 #10 18.49 Preparing to unpack .../008-libperl5.26_5.26.1-6ubuntu0.5_arm64.deb ...
12:12:58 #10 18.49 Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.5) ...
12:12:58 #10 18.83 Selecting previously unselected package perl.
12:12:58 #10 18.83 Preparing to unpack .../009-perl_5.26.1-6ubuntu0.5_arm64.deb ...
12:12:58 #10 18.84 Unpacking perl (5.26.1-6ubuntu0.5) ...
12:12:58 #10 18.88 Selecting previously unselected package openssl.
12:12:58 #10 18.88 Preparing to unpack .../010-openssl_1.1.1-1ubuntu2.1~18.04.20_arm64.deb ...
12:12:58 #10 18.89 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.20) ...
12:12:58 #10 18.96 Selecting previously unselected package ca-certificates.
12:12:58 #10 18.97 Preparing to unpack .../011-ca-certificates_20211016~18.04.1_all.deb ...
12:12:58 #10 18.97 Unpacking ca-certificates (20211016~18.04.1) ...
12:12:58 #10 19.02 Selecting previously unselected package distro-info-data.
12:12:58 #10 19.02 Preparing to unpack .../012-distro-info-data_0.37ubuntu0.14_all.deb ...
12:12:58 #10 19.02 Unpacking distro-info-data (0.37ubuntu0.14) ...
12:12:58 #10 19.05 Selecting previously unselected package libmagic-mgc.
12:12:58 #10 19.05 Preparing to unpack .../013-libmagic-mgc_1%3a5.32-2ubuntu0.4_arm64.deb ...
12:12:58 #10 19.05 Unpacking libmagic-mgc (1:5.32-2ubuntu0.4) ...
12:12:58 #10 19.11 Selecting previously unselected package libmagic1:arm64.
12:12:58 #10 19.12 Preparing to unpack .../014-libmagic1_1%3a5.32-2ubuntu0.4_arm64.deb ...
12:12:58 #10 19.12 Unpacking libmagic1:arm64 (1:5.32-2ubuntu0.4) ...
12:12:58 #10 19.15 Selecting previously unselected package file.
12:12:58 #10 19.16 Preparing to unpack .../015-file_1%3a5.32-2ubuntu0.4_arm64.deb ...
12:12:58 #10 19.16 Unpacking file (1:5.32-2ubuntu0.4) ...
12:12:58 #10 19.20 Selecting previously unselected package less.
12:12:58 #10 19.20 Preparing to unpack .../016-less_487-0.1_arm64.deb ...
12:12:58 #10 19.20 Unpacking less (487-0.1) ...
12:12:58 #10 19.24 Selecting previously unselected package libapt-inst2.0:arm64.
12:12:58 #10 19.24 Preparing to unpack .../017-libapt-inst2.0_1.6.14_arm64.deb ...
12:12:58 #10 19.25 Unpacking libapt-inst2.0:arm64 (1.6.14) ...
12:12:58 #10 19.29 Selecting previously unselected package libglib2.0-0:arm64.
12:12:58 #10 19.29 Preparing to unpack .../018-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_arm64.deb ...
12:12:58 #10 19.30 Unpacking libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.9) ...
12:12:59 #10 19.40 Selecting previously unselected package libglib2.0-data.
12:12:59 #10 19.40 Preparing to unpack .../019-libglib2.0-data_2.56.4-0ubuntu0.18.04.9_all.deb ...
12:12:59 #10 19.40 Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
12:12:59 #10 19.43 Selecting previously unselected package libicu60:arm64.
12:12:59 #10 19.43 Preparing to unpack .../020-libicu60_60.2-3ubuntu3.2_arm64.deb ...
12:12:59 #10 19.44 Unpacking libicu60:arm64 (60.2-3ubuntu3.2) ...
12:12:59 #10 20.07 Selecting previously unselected package libxml2:arm64.
12:12:59 #10 20.07 Preparing to unpack .../021-libxml2_2.9.4+dfsg1-6.1ubuntu1.7_arm64.deb ...
12:12:59 #10 20.07 Unpacking libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.7) ...
12:13:00 #10 20.15 Selecting previously unselected package libyaml-0-2:arm64.
12:13:00 #10 20.15 Preparing to unpack .../022-libyaml-0-2_0.1.7-2ubuntu3_arm64.deb ...
12:13:00 #10 20.15 Unpacking libyaml-0-2:arm64 (0.1.7-2ubuntu3) ...
12:13:00 #10 20.21 Selecting previously unselected package lsb-release.
12:13:00 #10 20.21 Preparing to unpack .../023-lsb-release_9.20170808ubuntu1_all.deb ...
12:13:00 #10 20.22 Unpacking lsb-release (9.20170808ubuntu1) ...
12:13:00 #10 20.26 Selecting previously unselected package netbase.
12:13:00 #10 20.26 Preparing to unpack .../024-netbase_5.4_all.deb ...
12:13:00 #10 20.26 Unpacking netbase (5.4) ...
12:13:00 #10 20.30 Selecting previously unselected package shared-mime-info.
12:13:00 #10 20.30 Preparing to unpack .../025-shared-mime-info_1.9-2_arm64.deb ...
12:13:00 #10 20.31 Unpacking shared-mime-info (1.9-2) ...
12:13:00 #10 20.39 Selecting previously unselected package ucf.
12:13:00 #10 20.39 Preparing to unpack .../026-ucf_3.0038_all.deb ...
12:13:00 #10 20.40 Moving old data out of the way
12:13:00 #10 20.40 Unpacking ucf (3.0038) ...
12:13:00 #10 20.45 Selecting previously unselected package xdg-user-dirs.
12:13:00 #10 20.45 Preparing to unpack .../027-xdg-user-dirs_0.17-1ubuntu1_arm64.deb ...
12:13:00 #10 20.46 Unpacking xdg-user-dirs (0.17-1ubuntu1) ...
12:13:00 #10 20.52 Selecting previously unselected package xz-utils.
12:13:00 #10 20.52 Preparing to unpack .../028-xz-utils_5.2.2-1.3ubuntu0.1_arm64.deb ...
12:13:00 #10 20.53 Unpacking xz-utils (5.2.2-1.3ubuntu0.1) ...
12:13:00 #10 20.56 Selecting previously unselected package gettext-base.
12:13:00 #10 20.57 Preparing to unpack .../029-gettext-base_0.19.8.1-6ubuntu0.3_arm64.deb ...
12:13:00 #10 20.57 Unpacking gettext-base (0.19.8.1-6ubuntu0.3) ...
12:13:00 #10 20.61 Selecting previously unselected package iso-codes.
12:13:00 #10 20.61 Preparing to unpack .../030-iso-codes_3.79-1_all.deb ...
12:13:00 #10 20.61 Unpacking iso-codes (3.79-1) ...
12:13:00 #10 20.90 Selecting previously unselected package krb5-locales.
12:13:00 #10 20.90 Preparing to unpack .../031-krb5-locales_1.16-2ubuntu0.2_all.deb ...
12:13:00 #10 20.91 Unpacking krb5-locales (1.16-2ubuntu0.2) ...
12:13:00 #10 20.94 Selecting previously unselected package libedit2:arm64.
12:13:00 #10 20.94 Preparing to unpack .../032-libedit2_3.1-20170329-1_arm64.deb ...
12:13:00 #10 20.95 Unpacking libedit2:arm64 (3.1-20170329-1) ...
12:13:00 #10 20.99 Selecting previously unselected package libkrb5support0:arm64.
12:13:00 #10 20.99 Preparing to unpack .../033-libkrb5support0_1.16-2ubuntu0.2_arm64.deb ...
12:13:00 #10 20.99 Unpacking libkrb5support0:arm64 (1.16-2ubuntu0.2) ...
12:13:00 #10 21.03 Selecting previously unselected package libk5crypto3:arm64.
12:13:00 #10 21.03 Preparing to unpack .../034-libk5crypto3_1.16-2ubuntu0.2_arm64.deb ...
12:13:00 #10 21.04 Unpacking libk5crypto3:arm64 (1.16-2ubuntu0.2) ...
12:13:00 #10 21.08 Selecting previously unselected package libkeyutils1:arm64.
12:13:00 #10 21.08 Preparing to unpack .../035-libkeyutils1_1.5.9-9.2ubuntu2.1_arm64.deb ...
12:13:00 #10 21.09 Unpacking libkeyutils1:arm64 (1.5.9-9.2ubuntu2.1) ...
12:13:00 #10 21.15 Selecting previously unselected package libkrb5-3:arm64.
12:13:00 #10 21.15 Preparing to unpack .../036-libkrb5-3_1.16-2ubuntu0.2_arm64.deb ...
12:13:00 #10 21.16 Unpacking libkrb5-3:arm64 (1.16-2ubuntu0.2) ...
12:13:00 #10 21.21 Selecting previously unselected package libgssapi-krb5-2:arm64.
12:13:00 #10 21.21 Preparing to unpack .../037-libgssapi-krb5-2_1.16-2ubuntu0.2_arm64.deb ...
12:13:01 #10 21.22 Unpacking libgssapi-krb5-2:arm64 (1.16-2ubuntu0.2) ...
12:13:01 #10 21.26 Selecting previously unselected package libpsl5:arm64.
12:13:01 #10 21.26 Preparing to unpack .../038-libpsl5_0.19.1-5build1_arm64.deb ...
12:13:01 #10 21.26 Unpacking libpsl5:arm64 (0.19.1-5build1) ...
12:13:01 #10 21.31 Selecting previously unselected package libssl1.0.0:arm64.
12:13:01 #10 21.31 Preparing to unpack .../039-libssl1.0.0_1.0.2n-1ubuntu5.10_arm64.deb ...
12:13:01 #10 21.31 Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.10) ...
12:13:01 #10 21.40 Selecting previously unselected package libxmuu1:arm64.
12:13:01 #10 21.40 Preparing to unpack .../040-libxmuu1_2%3a1.1.2-2_arm64.deb ...
12:13:01 #10 21.40 Unpacking libxmuu1:arm64 (2:1.1.2-2) ...
12:13:01 #10 21.43 Selecting previously unselected package manpages.
12:13:01 #10 21.43 Preparing to unpack .../041-manpages_4.15-1_all.deb ...
12:13:01 #10 21.44 Unpacking manpages (4.15-1) ...
12:13:01 #10 21.54 Selecting previously unselected package openssh-client.
12:13:01 #10 21.55 Preparing to unpack .../042-openssh-client_1%3a7.6p1-4ubuntu0.7_arm64.deb ...
12:13:01 #10 21.55 Unpacking openssh-client (1:7.6p1-4ubuntu0.7) ...
12:13:01 #10 21.62 Selecting previously unselected package publicsuffix.
12:13:01 #10 21.62 Preparing to unpack .../043-publicsuffix_20180223.1310-1_all.deb ...
12:13:01 #10 21.63 Unpacking publicsuffix (20180223.1310-1) ...
12:13:01 #10 21.66 Selecting previously unselected package python-apt-common.
12:13:01 #10 21.66 Preparing to unpack .../044-python-apt-common_1.6.5ubuntu0.7_all.deb ...
12:13:01 #10 21.67 Unpacking python-apt-common (1.6.5ubuntu0.7) ...
12:13:01 #10 21.70 Selecting previously unselected package python3-apt.
12:13:01 #10 21.70 Preparing to unpack .../045-python3-apt_1.6.5ubuntu0.7_arm64.deb ...
12:13:01 #10 21.71 Unpacking python3-apt (1.6.5ubuntu0.7) ...
12:13:01 #10 21.75 Selecting previously unselected package strace.
12:13:01 #10 21.75 Preparing to unpack .../046-strace_4.21-1ubuntu1_arm64.deb ...
12:13:01 #10 21.75 Unpacking strace (4.21-1ubuntu1) ...
12:13:01 #10 21.80 Selecting previously unselected package xauth.
12:13:01 #10 21.81 Preparing to unpack .../047-xauth_1%3a1.0.10-1_arm64.deb ...
12:13:01 #10 21.81 Unpacking xauth (1:1.0.10-1) ...
12:13:01 #10 21.85 Selecting previously unselected package at.
12:13:01 #10 21.85 Preparing to unpack .../048-at_3.1.20-3.1ubuntu2_arm64.deb ...
12:13:01 #10 21.85 Unpacking at (3.1.20-3.1ubuntu2) ...
12:13:01 #10 21.89 Selecting previously unselected package libsigsegv2:arm64.
12:13:01 #10 21.89 Preparing to unpack .../049-libsigsegv2_2.12-1_arm64.deb ...
12:13:01 #10 21.89 Unpacking libsigsegv2:arm64 (2.12-1) ...
12:13:01 #10 21.92 Selecting previously unselected package m4.
12:13:01 #10 21.92 Preparing to unpack .../050-m4_1.4.18-1_arm64.deb ...
12:13:01 #10 21.93 Unpacking m4 (1.4.18-1) ...
12:13:01 #10 21.98 Selecting previously unselected package autoconf.
12:13:01 #10 21.98 Preparing to unpack .../051-autoconf_2.69-11_all.deb ...
12:13:01 #10 21.98 Unpacking autoconf (2.69-11) ...
12:13:01 #10 22.05 Selecting previously unselected package autotools-dev.
12:13:01 #10 22.05 Preparing to unpack .../052-autotools-dev_20180224.1_all.deb ...
12:13:01 #10 22.05 Unpacking autotools-dev (20180224.1) ...
12:13:01 #10 22.10 Selecting previously unselected package automake.
12:13:01 #10 22.10 Preparing to unpack .../053-automake_1%3a1.15.1-3ubuntu2_all.deb ...
12:13:01 #10 22.11 Unpacking automake (1:1.15.1-3ubuntu2) ...
12:13:01 #10 22.19 Selecting previously unselected package autopoint.
12:13:01 #10 22.20 Preparing to unpack .../054-autopoint_0.19.8.1-6ubuntu0.3_all.deb ...
12:13:01 #10 22.20 Unpacking autopoint (0.19.8.1-6ubuntu0.3) ...
12:13:01 #10 22.24 Selecting previously unselected package binutils-common:arm64.
12:13:02 #10 22.24 Preparing to unpack .../055-binutils-common_2.30-21ubuntu1~18.04.7_arm64.deb ...
12:13:02 #10 22.25 Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04.7) ...
12:13:02 #10 22.30 Selecting previously unselected package libbinutils:arm64.
12:13:02 #10 22.30 Preparing to unpack .../056-libbinutils_2.30-21ubuntu1~18.04.7_arm64.deb ...
12:13:02 #10 22.30 Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04.7) ...
12:13:02 #10 22.37 Selecting previously unselected package binutils-aarch64-linux-gnu.
12:13:02 #10 22.37 Preparing to unpack .../057-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04.7_arm64.deb ...
12:13:02 #10 22.37 Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.7) ...
12:13:02 #10 22.62 Selecting previously unselected package binutils.
12:13:02 #10 22.62 Preparing to unpack .../058-binutils_2.30-21ubuntu1~18.04.7_arm64.deb ...
12:13:02 #10 22.63 Unpacking binutils (2.30-21ubuntu1~18.04.7) ...
12:13:02 #10 22.68 Selecting previously unselected package libc-dev-bin.
12:13:02 #10 22.68 Preparing to unpack .../059-libc-dev-bin_2.27-3ubuntu1.6_arm64.deb ...
12:13:02 #10 22.70 Unpacking libc-dev-bin (2.27-3ubuntu1.6) ...
12:13:02 #10 22.74 Selecting previously unselected package linux-libc-dev:arm64.
12:13:02 #10 22.74 Preparing to unpack .../060-linux-libc-dev_4.15.0-193.204_arm64.deb ...
12:13:02 #10 22.74 Unpacking linux-libc-dev:arm64 (4.15.0-193.204) ...
12:13:02 #10 22.88 Selecting previously unselected package libc6-dev:arm64.
12:13:02 #10 22.89 Preparing to unpack .../061-libc6-dev_2.27-3ubuntu1.6_arm64.deb ...
12:13:02 #10 22.89 Unpacking libc6-dev:arm64 (2.27-3ubuntu1.6) ...
12:13:02 #10 23.12 Selecting previously unselected package gcc-7-base:arm64.
12:13:02 #10 23.12 Preparing to unpack .../062-gcc-7-base_7.5.0-3ubuntu1~18.04_arm64.deb ...
12:13:02 #10 23.12 Unpacking gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ...
12:13:02 #10 23.17 Selecting previously unselected package libisl19:arm64.
12:13:02 #10 23.17 Preparing to unpack .../063-libisl19_0.19-1_arm64.deb ...
12:13:02 #10 23.17 Unpacking libisl19:arm64 (0.19-1) ...
12:13:02 #10 23.25 Selecting previously unselected package libmpfr6:arm64.
12:13:02 #10 23.25 Preparing to unpack .../064-libmpfr6_4.0.1-1_arm64.deb ...
12:13:02 #10 23.26 Unpacking libmpfr6:arm64 (4.0.1-1) ...
12:13:02 #10 23.31 Selecting previously unselected package libmpc3:arm64.
12:13:03 #10 23.31 Preparing to unpack .../065-libmpc3_1.1.0-1_arm64.deb ...
12:13:03 #10 23.31 Unpacking libmpc3:arm64 (1.1.0-1) ...
12:13:03 #10 23.36 Selecting previously unselected package cpp-7.
12:13:03 #10 23.36 Preparing to unpack .../066-cpp-7_7.5.0-3ubuntu1~18.04_arm64.deb ...
12:13:03 #10 23.36 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ...
12:13:03 #10 23.90 Selecting previously unselected package cpp.
12:13:03 #10 23.90 Preparing to unpack .../067-cpp_4%3a7.4.0-1ubuntu2.3_arm64.deb ...
12:13:03 #10 23.91 Unpacking cpp (4:7.4.0-1ubuntu2.3) ...
12:13:03 #10 23.94 Selecting previously unselected package libcc1-0:arm64.
12:13:03 #10 23.95 Preparing to unpack .../068-libcc1-0_8.4.0-1ubuntu1~18.04_arm64.deb ...
12:13:03 #10 23.95 Unpacking libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ...
12:13:03 #10 23.99 Selecting previously unselected package libgomp1:arm64.
12:13:03 #10 23.99 Preparing to unpack .../069-libgomp1_8.4.0-1ubuntu1~18.04_arm64.deb ...
12:13:03 #10 24.00 Unpacking libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ...
12:13:03 #10 24.04 Selecting previously unselected package libitm1:arm64.
12:13:03 #10 24.04 Preparing to unpack .../070-libitm1_8.4.0-1ubuntu1~18.04_arm64.deb ...
12:13:03 #10 24.04 Unpacking libitm1:arm64 (8.4.0-1ubuntu1~18.04) ...
12:13:03 #10 24.08 Selecting previously unselected package libatomic1:arm64.
12:13:03 #10 24.08 Preparing to unpack .../071-libatomic1_8.4.0-1ubuntu1~18.04_arm64.deb ...
12:13:03 #10 24.09 Unpacking libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ...
12:13:03 #10 24.13 Selecting previously unselected package libasan4:arm64.
12:13:03 #10 24.13 Preparing to unpack .../072-libasan4_7.5.0-3ubuntu1~18.04_arm64.deb ...
12:13:03 #10 24.14 Unpacking libasan4:arm64 (7.5.0-3ubuntu1~18.04) ...
12:13:03 #10 24.21 Selecting previously unselected package liblsan0:arm64.
12:13:03 #10 24.21 Preparing to unpack .../073-liblsan0_8.4.0-1ubuntu1~18.04_arm64.deb ...
12:13:03 #10 24.21 Unpacking liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ...
12:13:03 #10 24.26 Selecting previously unselected package libtsan0:arm64.
12:13:03 #10 24.26 Preparing to unpack .../074-libtsan0_8.4.0-1ubuntu1~18.04_arm64.deb ...
12:13:03 #10 24.27 Unpacking libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ...
12:13:03 #10 24.34 Selecting previously unselected package libubsan0:arm64.
12:13:04 #10 24.34 Preparing to unpack .../075-libubsan0_7.5.0-3ubuntu1~18.04_arm64.deb ...
12:13:04 #10 24.35 Unpacking libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ...
12:13:04 #10 24.42 Selecting previously unselected package libgcc-7-dev:arm64.
12:13:04 #10 24.43 Preparing to unpack .../076-libgcc-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ...
12:13:04 #10 24.44 Unpacking libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ...
12:13:04 #10 24.56 Selecting previously unselected package gcc-7.
12:13:04 #10 24.56 Preparing to unpack .../077-gcc-7_7.5.0-3ubuntu1~18.04_arm64.deb ...
12:13:04 #10 24.57 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ...
12:13:04 #10 25.13 Selecting previously unselected package gcc.
12:13:05 #10 25.13 Preparing to unpack .../078-gcc_4%3a7.4.0-1ubuntu2.3_arm64.deb ...
12:13:05 #10 25.14 Unpacking gcc (4:7.4.0-1ubuntu2.3) ...
12:13:05 #10 25.19 Selecting previously unselected package libstdc++-7-dev:arm64.
12:13:05 #10 25.20 Preparing to unpack .../079-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_arm64.deb ...
12:13:05 #10 25.21 Unpacking libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ...
12:13:05 #10 25.43 Selecting previously unselected package g++-7.
12:13:05 #10 25.43 Preparing to unpack .../080-g++-7_7.5.0-3ubuntu1~18.04_arm64.deb ...
12:13:05 #10 25.43 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ...
12:13:05 #10 26.02 Selecting previously unselected package g++.
12:13:05 #10 26.02 Preparing to unpack .../081-g++_4%3a7.4.0-1ubuntu2.3_arm64.deb ...
12:13:05 #10 26.02 Unpacking g++ (4:7.4.0-1ubuntu2.3) ...
12:13:05 #10 26.07 Selecting previously unselected package make.
12:13:05 #10 26.07 Preparing to unpack .../082-make_4.1-9.1ubuntu1_arm64.deb ...
12:13:05 #10 26.08 Unpacking make (4.1-9.1ubuntu1) ...
12:13:05 #10 26.12 Selecting previously unselected package libdpkg-perl.
12:13:05 #10 26.12 Preparing to unpack .../083-libdpkg-perl_1.19.0.5ubuntu2.4_all.deb ...
12:13:05 #10 26.13 Unpacking libdpkg-perl (1.19.0.5ubuntu2.4) ...
12:13:05 #10 26.23 Selecting previously unselected package patch.
12:13:06 #10 26.24 Preparing to unpack .../084-patch_2.7.6-2ubuntu1.1_arm64.deb ...
12:13:06 #10 26.24 Unpacking patch (2.7.6-2ubuntu1.1) ...
12:13:06 #10 26.29 Selecting previously unselected package dpkg-dev.
12:13:06 #10 26.29 Preparing to unpack .../085-dpkg-dev_1.19.0.5ubuntu2.4_all.deb ...
12:13:06 #10 26.29 Unpacking dpkg-dev (1.19.0.5ubuntu2.4) ...
12:13:06 #10 26.37 Selecting previously unselected package build-essential.
12:13:06 #10 26.37 Preparing to unpack .../086-build-essential_12.4ubuntu1_arm64.deb ...
12:13:06 #10 26.38 Unpacking build-essential (12.4ubuntu1) ...
12:13:06 #10 26.42 Selecting previously unselected package libroken18-heimdal:arm64.
12:13:06 #10 26.42 Preparing to unpack .../087-libroken18-heimdal_7.5.0+dfsg-1_arm64.deb ...
12:13:06 #10 26.43 Unpacking libroken18-heimdal:arm64 (7.5.0+dfsg-1) ...
12:13:06 #10 26.48 Selecting previously unselected package libasn1-8-heimdal:arm64.
12:13:06 #10 26.48 Preparing to unpack .../088-libasn1-8-heimdal_7.5.0+dfsg-1_arm64.deb ...
12:13:06 #10 26.48 Unpacking libasn1-8-heimdal:arm64 (7.5.0+dfsg-1) ...
12:13:06 #10 26.54 Selecting previously unselected package libheimbase1-heimdal:arm64.
12:13:06 #10 26.54 Preparing to unpack .../089-libheimbase1-heimdal_7.5.0+dfsg-1_arm64.deb ...
12:13:06 #10 26.54 Unpacking libheimbase1-heimdal:arm64 (7.5.0+dfsg-1) ...
12:13:06 #10 26.59 Selecting previously unselected package libhcrypto4-heimdal:arm64.
12:13:06 #10 26.59 Preparing to unpack .../090-libhcrypto4-heimdal_7.5.0+dfsg-1_arm64.deb ...
12:13:06 #10 26.60 Unpacking libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1) ...
12:13:06 #10 26.65 Selecting previously unselected package libwind0-heimdal:arm64.
12:13:06 #10 26.65 Preparing to unpack .../091-libwind0-heimdal_7.5.0+dfsg-1_arm64.deb ...
12:13:06 #10 26.65 Unpacking libwind0-heimdal:arm64 (7.5.0+dfsg-1) ...
12:13:06 #10 26.69 Selecting previously unselected package libhx509-5-heimdal:arm64.
12:13:06 #10 26.69 Preparing to unpack .../092-libhx509-5-heimdal_7.5.0+dfsg-1_arm64.deb ...
12:13:06 #10 26.70 Unpacking libhx509-5-heimdal:arm64 (7.5.0+dfsg-1) ...
12:13:06 #10 26.74 Selecting previously unselected package libkrb5-26-heimdal:arm64.
12:13:06 #10 26.75 Preparing to unpack .../093-libkrb5-26-heimdal_7.5.0+dfsg-1_arm64.deb ...
12:13:06 #10 26.75 Unpacking libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1) ...
12:13:06 #10 26.81 Selecting previously unselected package libheimntlm0-heimdal:arm64.
12:13:06 #10 26.81 Preparing to unpack .../094-libheimntlm0-heimdal_7.5.0+dfsg-1_arm64.deb ...
12:13:06 #10 26.81 Unpacking libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1) ...
12:13:06 #10 26.85 Selecting previously unselected package libgssapi3-heimdal:arm64.
12:13:06 #10 26.85 Preparing to unpack .../095-libgssapi3-heimdal_7.5.0+dfsg-1_arm64.deb ...
12:13:06 #10 26.86 Unpacking libgssapi3-heimdal:arm64 (7.5.0+dfsg-1) ...
12:13:06 #10 26.89 Selecting previously unselected package libsasl2-modules-db:arm64.
12:13:06 #10 26.89 Preparing to unpack .../096-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
12:13:06 #10 26.90 Unpacking libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:13:06 #10 26.94 Selecting previously unselected package libsasl2-2:arm64.
12:13:06 #10 26.94 Preparing to unpack .../097-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
12:13:06 #10 26.95 Unpacking libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:13:06 #10 26.98 Selecting previously unselected package libldap-common.
12:13:06 #10 26.98 Preparing to unpack .../098-libldap-common_2.4.45+dfsg-1ubuntu1.11_all.deb ...
12:13:06 #10 26.99 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
12:13:06 #10 27.03 Selecting previously unselected package libldap-2.4-2:arm64.
12:13:06 #10 27.03 Preparing to unpack .../099-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.11_arm64.deb ...
12:13:06 #10 27.04 Unpacking libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.11) ...
12:13:06 #10 27.09 Selecting previously unselected package libnghttp2-14:arm64.
12:13:06 #10 27.09 Preparing to unpack .../100-libnghttp2-14_1.30.0-1ubuntu1_arm64.deb ...
12:13:06 #10 27.09 Unpacking libnghttp2-14:arm64 (1.30.0-1ubuntu1) ...
12:13:06 #10 27.14 Selecting previously unselected package librtmp1:arm64.
12:13:06 #10 27.14 Preparing to unpack .../101-librtmp1_2.4+20151223.gitfa8646d.1-1_arm64.deb ...
12:13:06 #10 27.14 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ...
12:13:06 #10 27.18 Selecting previously unselected package libcurl4:arm64.
12:13:06 #10 27.19 Preparing to unpack .../102-libcurl4_7.58.0-2ubuntu3.20_arm64.deb ...
12:13:06 #10 27.19 Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.20) ...
12:13:06 #10 27.28 Selecting previously unselected package curl.
12:13:06 #10 27.29 Preparing to unpack .../103-curl_7.58.0-2ubuntu3.20_arm64.deb ...
12:13:06 #10 27.30 Unpacking curl (7.58.0-2ubuntu3.20) ...
12:13:07 #10 27.35 Selecting previously unselected package dctrl-tools.
12:13:07 #10 27.35 Preparing to unpack .../104-dctrl-tools_2.24-2build1_arm64.deb ...
12:13:07 #10 27.36 Unpacking dctrl-tools (2.24-2build1) ...
12:13:07 #10 27.40 Selecting previously unselected package libtool.
12:13:07 #10 27.40 Preparing to unpack .../105-libtool_2.4.6-2_all.deb ...
12:13:07 #10 27.40 Unpacking libtool (2.4.6-2) ...
12:13:07 #10 27.44 Selecting previously unselected package dh-autoreconf.
12:13:07 #10 27.45 Preparing to unpack .../106-dh-autoreconf_17_all.deb ...
12:13:07 #10 27.45 Unpacking dh-autoreconf (17) ...
12:13:07 #10 27.49 Selecting previously unselected package libarchive-zip-perl.
12:13:07 #10 27.49 Preparing to unpack .../107-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ...
12:13:07 #10 27.50 Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ...
12:13:07 #10 27.54 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:13:07 #10 27.54 Preparing to unpack .../108-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ...
12:13:07 #10 27.55 Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
12:13:07 #10 27.58 Selecting previously unselected package libtimedate-perl.
12:13:07 #10 27.58 Preparing to unpack .../109-libtimedate-perl_2.3000-2_all.deb ...
12:13:07 #10 27.58 Unpacking libtimedate-perl (2.3000-2) ...
12:13:07 #10 27.64 Selecting previously unselected package dh-strip-nondeterminism.
12:13:07 #10 27.64 Preparing to unpack .../110-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ...
12:13:07 #10 27.65 Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ...
12:13:07 #10 27.71 Selecting previously unselected package libcroco3:arm64.
12:13:07 #10 27.71 Preparing to unpack .../111-libcroco3_0.6.12-2_arm64.deb ...
12:13:07 #10 27.72 Unpacking libcroco3:arm64 (0.6.12-2) ...
12:13:07 #10 27.76 Selecting previously unselected package gettext.
12:13:07 #10 27.76 Preparing to unpack .../112-gettext_0.19.8.1-6ubuntu0.3_arm64.deb ...
12:13:07 #10 27.76 Unpacking gettext (0.19.8.1-6ubuntu0.3) ...
12:13:07 #10 27.89 Selecting previously unselected package intltool-debian.
12:13:07 #10 27.89 Preparing to unpack .../113-intltool-debian_0.35.0+20060710.4_all.deb ...
12:13:07 #10 27.89 Unpacking intltool-debian (0.35.0+20060710.4) ...
12:13:07 #10 27.93 Selecting previously unselected package po-debconf.
12:13:07 #10 27.93 Preparing to unpack .../114-po-debconf_1.0.20_all.deb ...
12:13:07 #10 27.93 Unpacking po-debconf (1.0.20) ...
12:13:07 #10 27.98 Selecting previously unselected package debhelper.
12:13:07 #10 27.98 Preparing to unpack .../115-debhelper_11.1.6ubuntu2_all.deb ...
12:13:07 #10 27.99 Unpacking debhelper (11.1.6ubuntu2) ...
12:13:07 #10 28.09 Selecting previously unselected package libfile-which-perl.
12:13:07 #10 28.09 Preparing to unpack .../116-libfile-which-perl_1.21-1_all.deb ...
12:13:07 #10 28.09 Unpacking libfile-which-perl (1.21-1) ...
12:13:07 #10 28.13 Selecting previously unselected package libfile-homedir-perl.
12:13:07 #10 28.13 Preparing to unpack .../117-libfile-homedir-perl_1.002-1_all.deb ...
12:13:07 #10 28.13 Unpacking libfile-homedir-perl (1.002-1) ...
12:13:07 #10 28.18 Selecting previously unselected package devscripts.
12:13:07 #10 28.18 Preparing to unpack .../118-devscripts_2.17.12ubuntu1.1_arm64.deb ...
12:13:07 #10 28.20 Unpacking devscripts (2.17.12ubuntu1.1) ...
12:13:08 #10 28.29 Selecting previously unselected package diffstat.
12:13:08 #10 28.30 Preparing to unpack .../119-diffstat_1.61-1build1_arm64.deb ...
12:13:08 #10 28.30 Unpacking diffstat (1.61-1build1) ...
12:13:08 #10 28.34 Selecting previously unselected package libassuan0:arm64.
12:13:08 #10 28.34 Preparing to unpack .../120-libassuan0_2.5.1-2_arm64.deb ...
12:13:08 #10 28.34 Unpacking libassuan0:arm64 (2.5.1-2) ...
12:13:08 #10 28.38 Selecting previously unselected package gpgconf.
12:13:08 #10 28.38 Preparing to unpack .../121-gpgconf_2.2.4-1ubuntu1.6_arm64.deb ...
12:13:08 #10 28.38 Unpacking gpgconf (2.2.4-1ubuntu1.6) ...
12:13:08 #10 28.43 Selecting previously unselected package libksba8:arm64.
12:13:08 #10 28.43 Preparing to unpack .../122-libksba8_1.3.5-2_arm64.deb ...
12:13:08 #10 28.44 Unpacking libksba8:arm64 (1.3.5-2) ...
12:13:08 #10 28.48 Selecting previously unselected package libnpth0:arm64.
12:13:08 #10 28.48 Preparing to unpack .../123-libnpth0_1.5-3_arm64.deb ...
12:13:08 #10 28.49 Unpacking libnpth0:arm64 (1.5-3) ...
12:13:08 #10 28.53 Selecting previously unselected package dirmngr.
12:13:08 #10 28.53 Preparing to unpack .../124-dirmngr_2.2.4-1ubuntu1.6_arm64.deb ...
12:13:08 #10 28.55 Unpacking dirmngr (2.2.4-1ubuntu1.6) ...
12:13:08 #10 28.60 Selecting previously unselected package python3-pkg-resources.
12:13:08 #10 28.60 Preparing to unpack .../125-python3-pkg-resources_39.0.1-2_all.deb ...
12:13:08 #10 28.61 Unpacking python3-pkg-resources (39.0.1-2) ...
12:13:08 #10 28.65 Selecting previously unselected package python3-chardet.
12:13:08 #10 28.65 Preparing to unpack .../126-python3-chardet_3.0.4-1_all.deb ...
12:13:08 #10 28.66 Unpacking python3-chardet (3.0.4-1) ...
12:13:08 #10 28.71 Selecting previously unselected package python3-six.
12:13:08 #10 28.71 Preparing to unpack .../127-python3-six_1.11.0-2_all.deb ...
12:13:08 #10 28.71 Unpacking python3-six (1.11.0-2) ...
12:13:08 #10 28.75 Selecting previously unselected package python3-debian.
12:13:08 #10 28.75 Preparing to unpack .../128-python3-debian_0.1.32_all.deb ...
12:13:08 #10 28.76 Unpacking python3-debian (0.1.32) ...
12:13:08 #10 28.80 Selecting previously unselected package gnupg-l10n.
12:13:08 #10 28.81 Preparing to unpack .../129-gnupg-l10n_2.2.4-1ubuntu1.6_all.deb ...
12:13:08 #10 28.81 Unpacking gnupg-l10n (2.2.4-1ubuntu1.6) ...
12:13:08 #10 28.85 Selecting previously unselected package gnupg-utils.
12:13:08 #10 28.85 Preparing to unpack .../130-gnupg-utils_2.2.4-1ubuntu1.6_arm64.deb ...
12:13:08 #10 28.86 Unpacking gnupg-utils (2.2.4-1ubuntu1.6) ...
12:13:08 #10 28.91 Selecting previously unselected package gpg.
12:13:08 #10 28.91 Preparing to unpack .../131-gpg_2.2.4-1ubuntu1.6_arm64.deb ...
12:13:08 #10 28.92 Unpacking gpg (2.2.4-1ubuntu1.6) ...
12:13:08 #10 28.98 Selecting previously unselected package pinentry-curses.
12:13:08 #10 28.98 Preparing to unpack .../132-pinentry-curses_1.1.0-1_arm64.deb ...
12:13:08 #10 28.98 Unpacking pinentry-curses (1.1.0-1) ...
12:13:08 #10 29.02 Selecting previously unselected package gpg-agent.
12:13:08 #10 29.02 Preparing to unpack .../133-gpg-agent_2.2.4-1ubuntu1.6_arm64.deb ...
12:13:08 #10 29.03 Unpacking gpg-agent (2.2.4-1ubuntu1.6) ...
12:13:08 #10 29.07 Selecting previously unselected package gpg-wks-client.
12:13:08 #10 29.07 Preparing to unpack .../134-gpg-wks-client_2.2.4-1ubuntu1.6_arm64.deb ...
12:13:08 #10 29.08 Unpacking gpg-wks-client (2.2.4-1ubuntu1.6) ...
12:13:08 #10 29.12 Selecting previously unselected package gpg-wks-server.
12:13:08 #10 29.12 Preparing to unpack .../135-gpg-wks-server_2.2.4-1ubuntu1.6_arm64.deb ...
12:13:08 #10 29.13 Unpacking gpg-wks-server (2.2.4-1ubuntu1.6) ...
12:13:08 #10 29.16 Selecting previously unselected package gpgsm.
12:13:08 #10 29.16 Preparing to unpack .../136-gpgsm_2.2.4-1ubuntu1.6_arm64.deb ...
12:13:08 #10 29.17 Unpacking gpgsm (2.2.4-1ubuntu1.6) ...
12:13:08 #10 29.21 Selecting previously unselected package gnupg.
12:13:08 #10 29.21 Preparing to unpack .../137-gnupg_2.2.4-1ubuntu1.6_arm64.deb ...
12:13:08 #10 29.21 Unpacking gnupg (2.2.4-1ubuntu1.6) ...
12:13:08 #10 29.26 Selecting previously unselected package libgpgme11:arm64.
12:13:08 #10 29.26 Preparing to unpack .../138-libgpgme11_1.10.0-1ubuntu2_arm64.deb ...
12:13:08 #10 29.26 Unpacking libgpgme11:arm64 (1.10.0-1ubuntu2) ...
12:13:08 #10 29.31 Selecting previously unselected package python3-gpg.
12:13:08 #10 29.31 Preparing to unpack .../139-python3-gpg_1.10.0-1ubuntu2_arm64.deb ...
12:13:08 #10 29.31 Unpacking python3-gpg (1.10.0-1ubuntu2) ...
12:13:08 #10 29.37 Selecting previously unselected package dput.
12:13:09 #10 29.37 Preparing to unpack .../140-dput_1.0.1ubuntu1_all.deb ...
12:13:09 #10 29.38 Unpacking dput (1.0.1ubuntu1) ...
12:13:09 #10 29.43 Selecting previously unselected package libfakeroot:arm64.
12:13:09 #10 29.43 Preparing to unpack .../141-libfakeroot_1.22-2ubuntu1_arm64.deb ...
12:13:09 #10 29.44 Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ...
12:13:09 #10 29.47 Selecting previously unselected package fakeroot.
12:13:09 #10 29.48 Preparing to unpack .../142-fakeroot_1.22-2ubuntu1_arm64.deb ...
12:13:09 #10 29.48 Unpacking fakeroot (1.22-2ubuntu1) ...
12:13:09 #10 29.52 Selecting previously unselected package libcurl3-gnutls:arm64.
12:13:09 #10 29.52 Preparing to unpack .../143-libcurl3-gnutls_7.58.0-2ubuntu3.20_arm64.deb ...
12:13:09 #10 29.53 Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.20) ...
12:13:09 #10 29.58 Selecting previously unselected package liberror-perl.
12:13:09 #10 29.58 Preparing to unpack .../144-liberror-perl_0.17025-1_all.deb ...
12:13:09 #10 29.58 Unpacking liberror-perl (0.17025-1) ...
12:13:09 #10 29.62 Selecting previously unselected package git-man.
12:13:09 #10 29.62 Preparing to unpack .../145-git-man_1%3a2.17.1-1ubuntu0.12_all.deb ...
12:13:09 #10 29.62 Unpacking git-man (1:2.17.1-1ubuntu0.12) ...
12:13:09 #10 29.72 Selecting previously unselected package git.
12:13:09 #10 29.72 Preparing to unpack .../146-git_1%3a2.17.1-1ubuntu0.12_arm64.deb ...
12:13:09 #10 29.74 Unpacking git (1:2.17.1-1ubuntu0.12) ...
12:13:09 #10 30.05 Selecting previously unselected package libalgorithm-diff-perl.
12:13:09 #10 30.05 Preparing to unpack .../147-libalgorithm-diff-perl_1.19.03-1_all.deb ...
12:13:09 #10 30.05 Unpacking libalgorithm-diff-perl (1.19.03-1) ...
12:13:09 #10 30.09 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:13:09 #10 30.09 Preparing to unpack .../148-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ...
12:13:09 #10 30.10 Unpacking libalgorithm-diff-xs-perl (0.04-5) ...
12:13:09 #10 30.13 Selecting previously unselected package libalgorithm-merge-perl.
12:13:10 #10 30.13 Preparing to unpack .../149-libalgorithm-merge-perl_0.08-3_all.deb ...
12:13:10 #10 30.14 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:13:10 #10 30.17 Selecting previously unselected package libapt-pkg-perl.
12:13:10 #10 30.18 Preparing to unpack .../150-libapt-pkg-perl_0.1.33build1_arm64.deb ...
12:13:10 #10 30.18 Unpacking libapt-pkg-perl (0.1.33build1) ...
12:13:10 #10 30.22 Selecting previously unselected package libarchive-cpio-perl.
12:13:10 #10 30.22 Preparing to unpack .../151-libarchive-cpio-perl_0.10-1_all.deb ...
12:13:10 #10 30.22 Unpacking libarchive-cpio-perl (0.10-1) ...
12:13:10 #10 30.26 Selecting previously unselected package libb-hooks-op-check-perl.
12:13:10 #10 30.26 Preparing to unpack .../152-libb-hooks-op-check-perl_0.22-1_arm64.deb ...
12:13:10 #10 30.26 Unpacking libb-hooks-op-check-perl (0.22-1) ...
12:13:10 #10 30.29 Selecting previously unselected package libdynaloader-functions-perl.
12:13:10 #10 30.29 Preparing to unpack .../153-libdynaloader-functions-perl_0.003-1_all.deb ...
12:13:10 #10 30.30 Unpacking libdynaloader-functions-perl (0.003-1) ...
12:13:10 #10 30.33 Selecting previously unselected package libdevel-callchecker-perl.
12:13:10 #10 30.33 Preparing to unpack .../154-libdevel-callchecker-perl_0.007-2build1_arm64.deb ...
12:13:10 #10 30.34 Unpacking libdevel-callchecker-perl (0.007-2build1) ...
12:13:10 #10 30.37 Selecting previously unselected package libparams-classify-perl.
12:13:10 #10 30.37 Preparing to unpack .../155-libparams-classify-perl_0.015-1_arm64.deb ...
12:13:10 #10 30.37 Unpacking libparams-classify-perl (0.015-1) ...
12:13:10 #10 30.41 Selecting previously unselected package libmodule-runtime-perl.
12:13:10 #10 30.41 Preparing to unpack .../156-libmodule-runtime-perl_0.016-1_all.deb ...
12:13:10 #10 30.42 Unpacking libmodule-runtime-perl (0.016-1) ...
12:13:10 #10 30.46 Selecting previously unselected package libtry-tiny-perl.
12:13:10 #10 30.46 Preparing to unpack .../157-libtry-tiny-perl_0.30-1_all.deb ...
12:13:10 #10 30.46 Unpacking libtry-tiny-perl (0.30-1) ...
12:13:10 #10 30.50 Selecting previously unselected package libmodule-implementation-perl.
12:13:10 #10 30.50 Preparing to unpack .../158-libmodule-implementation-perl_0.09-1_all.deb ...
12:13:10 #10 30.51 Unpacking libmodule-implementation-perl (0.09-1) ...
12:13:10 #10 30.54 Selecting previously unselected package libsub-exporter-progressive-perl.
12:13:10 #10 30.55 Preparing to unpack .../159-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:13:10 #10 30.55 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:13:10 #10 30.58 Selecting previously unselected package libvariable-magic-perl.
12:13:10 #10 30.59 Preparing to unpack .../160-libvariable-magic-perl_0.62-1_arm64.deb ...
12:13:10 #10 30.59 Unpacking libvariable-magic-perl (0.62-1) ...
12:13:10 #10 30.63 Selecting previously unselected package libb-hooks-endofscope-perl.
12:13:10 #10 30.64 Preparing to unpack .../161-libb-hooks-endofscope-perl_0.21-1_all.deb ...
12:13:10 #10 30.64 Unpacking libb-hooks-endofscope-perl (0.21-1) ...
12:13:10 #10 30.67 Selecting previously unselected package libhtml-tagset-perl.
12:13:10 #10 30.67 Preparing to unpack .../162-libhtml-tagset-perl_3.20-3_all.deb ...
12:13:10 #10 30.68 Unpacking libhtml-tagset-perl (3.20-3) ...
12:13:10 #10 30.71 Selecting previously unselected package liburi-perl.
12:13:10 #10 30.71 Preparing to unpack .../163-liburi-perl_1.73-1_all.deb ...
12:13:10 #10 30.72 Unpacking liburi-perl (1.73-1) ...
12:13:10 #10 30.76 Selecting previously unselected package libhtml-parser-perl.
12:13:10 #10 30.76 Preparing to unpack .../164-libhtml-parser-perl_3.72-3build1_arm64.deb ...
12:13:10 #10 30.77 Unpacking libhtml-parser-perl (3.72-3build1) ...
12:13:10 #10 30.80 Selecting previously unselected package libcgi-pm-perl.
12:13:10 #10 30.81 Preparing to unpack .../165-libcgi-pm-perl_4.38-1_all.deb ...
12:13:10 #10 30.81 Unpacking libcgi-pm-perl (4.38-1) ...
12:13:10 #10 30.86 Selecting previously unselected package libfcgi-perl.
12:13:10 #10 30.86 Preparing to unpack .../166-libfcgi-perl_0.78-2build1_arm64.deb ...
12:13:10 #10 30.86 Unpacking libfcgi-perl (0.78-2build1) ...
12:13:10 #10 30.89 Selecting previously unselected package libcgi-fast-perl.
12:13:10 #10 30.89 Preparing to unpack .../167-libcgi-fast-perl_1%3a2.13-1_all.deb ...
12:13:10 #10 30.91 Unpacking libcgi-fast-perl (1:2.13-1) ...
12:13:10 #10 30.94 Selecting previously unselected package libsub-name-perl.
12:13:10 #10 30.94 Preparing to unpack .../168-libsub-name-perl_0.21-1build1_arm64.deb ...
12:13:10 #10 30.95 Unpacking libsub-name-perl (0.21-1build1) ...
12:13:10 #10 30.99 Selecting previously unselected package libclass-accessor-perl.
12:13:10 #10 30.99 Preparing to unpack .../169-libclass-accessor-perl_0.51-1_all.deb ...
12:13:10 #10 30.99 Unpacking libclass-accessor-perl (0.51-1) ...
12:13:10 #10 31.02 Selecting previously unselected package libclass-method-modifiers-perl.
12:13:10 #10 31.03 Preparing to unpack .../170-libclass-method-modifiers-perl_2.12-1_all.deb ...
12:13:10 #10 31.03 Unpacking libclass-method-modifiers-perl (2.12-1) ...
12:13:10 #10 31.07 Selecting previously unselected package libclass-xsaccessor-perl.
12:13:10 #10 31.07 Preparing to unpack .../171-libclass-xsaccessor-perl_1.19-2build8_arm64.deb ...
12:13:10 #10 31.07 Unpacking libclass-xsaccessor-perl (1.19-2build8) ...
12:13:10 #10 31.11 Selecting previously unselected package libclone-perl.
12:13:11 #10 31.11 Preparing to unpack .../172-libclone-perl_0.39-1_arm64.deb ...
12:13:11 #10 31.11 Unpacking libclone-perl (0.39-1) ...
12:13:11 #10 31.15 Selecting previously unselected package libdata-dump-perl.
12:13:11 #10 31.15 Preparing to unpack .../173-libdata-dump-perl_1.23-1_all.deb ...
12:13:11 #10 31.15 Unpacking libdata-dump-perl (1.23-1) ...
12:13:11 #10 31.19 Selecting previously unselected package libparams-util-perl.
12:13:11 #10 31.19 Preparing to unpack .../174-libparams-util-perl_1.07-3build3_arm64.deb ...
12:13:11 #10 31.20 Unpacking libparams-util-perl (1.07-3build3) ...
12:13:11 #10 31.24 Selecting previously unselected package libsub-install-perl.
12:13:11 #10 31.24 Preparing to unpack .../175-libsub-install-perl_0.928-1_all.deb ...
12:13:11 #10 31.25 Unpacking libsub-install-perl (0.928-1) ...
12:13:11 #10 31.28 Selecting previously unselected package libdata-optlist-perl.
12:13:11 #10 31.28 Preparing to unpack .../176-libdata-optlist-perl_0.110-1_all.deb ...
12:13:11 #10 31.29 Unpacking libdata-optlist-perl (0.110-1) ...
12:13:11 #10 31.32 Selecting previously unselected package libdevel-globaldestruction-perl.
12:13:11 #10 31.33 Preparing to unpack .../177-libdevel-globaldestruction-perl_0.14-1_all.deb ...
12:13:11 #10 31.33 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
12:13:11 #10 31.36 Selecting previously unselected package libdigest-hmac-perl.
12:13:11 #10 31.36 Preparing to unpack .../178-libdigest-hmac-perl_1.03+dfsg-1_all.deb ...
12:13:11 #10 31.37 Unpacking libdigest-hmac-perl (1.03+dfsg-1) ...
12:13:11 #10 31.40 Selecting previously unselected package libdistro-info-perl.
12:13:11 #10 31.40 Preparing to unpack .../179-libdistro-info-perl_0.18ubuntu0.18.04.1_all.deb ...
12:13:11 #10 31.41 Unpacking libdistro-info-perl (0.18ubuntu0.18.04.1) ...
12:13:11 #10 31.44 Selecting previously unselected package perl-openssl-defaults:arm64.
12:13:11 #10 31.44 Preparing to unpack .../180-perl-openssl-defaults_3build1_arm64.deb ...
12:13:11 #10 31.45 Unpacking perl-openssl-defaults:arm64 (3build1) ...
12:13:11 #10 31.48 Selecting previously unselected package libnet-ssleay-perl.
12:13:11 #10 31.48 Preparing to unpack .../181-libnet-ssleay-perl_1.84-1ubuntu0.2_arm64.deb ...
12:13:11 #10 31.49 Unpacking libnet-ssleay-perl (1.84-1ubuntu0.2) ...
12:13:11 #10 31.55 Selecting previously unselected package libio-socket-ssl-perl.
12:13:11 #10 31.56 Preparing to unpack .../182-libio-socket-ssl-perl_2.060-3~ubuntu18.04.1_all.deb ...
12:13:11 #10 31.56 Unpacking libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
12:13:11 #10 31.62 Selecting previously unselected package libnet-smtp-ssl-perl.
12:13:11 #10 31.62 Preparing to unpack .../183-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:13:11 #10 31.62 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:13:11 #10 31.66 Selecting previously unselected package libmailtools-perl.
12:13:11 #10 31.66 Preparing to unpack .../184-libmailtools-perl_2.18-1_all.deb ...
12:13:11 #10 31.67 Unpacking libmailtools-perl (2.18-1) ...
12:13:11 #10 31.71 Selecting previously unselected package libsocket6-perl.
12:13:11 #10 31.71 Preparing to unpack .../185-libsocket6-perl_0.27-1build2_arm64.deb ...
12:13:11 #10 31.72 Unpacking libsocket6-perl (0.27-1build2) ...
12:13:11 #10 31.77 Selecting previously unselected package libio-socket-inet6-perl.
12:13:11 #10 31.78 Preparing to unpack .../186-libio-socket-inet6-perl_2.72-2_all.deb ...
12:13:11 #10 31.78 Unpacking libio-socket-inet6-perl (2.72-2) ...
12:13:11 #10 31.81 Selecting previously unselected package libnet-ip-perl.
12:13:11 #10 31.81 Preparing to unpack .../187-libnet-ip-perl_1.26-1_all.deb ...
12:13:11 #10 31.82 Unpacking libnet-ip-perl (1.26-1) ...
12:13:11 #10 31.86 Selecting previously unselected package libnet-dns-perl.
12:13:11 #10 31.86 Preparing to unpack .../188-libnet-dns-perl_1.10-2_all.deb ...
12:13:11 #10 31.87 Unpacking libnet-dns-perl (1.10-2) ...
12:13:11 #10 31.95 Selecting previously unselected package libnet-domain-tld-perl.
12:13:11 #10 31.95 Preparing to unpack .../189-libnet-domain-tld-perl_1.75-1_all.deb ...
12:13:11 #10 31.96 Unpacking libnet-domain-tld-perl (1.75-1) ...
12:13:11 #10 31.99 Selecting previously unselected package libemail-valid-perl.
12:13:11 #10 31.99 Preparing to unpack .../190-libemail-valid-perl_1.202-1_all.deb ...
12:13:11 #10 32.00 Unpacking libemail-valid-perl (1.202-1) ...
12:13:11 #10 32.03 Selecting previously unselected package libencode-locale-perl.
12:13:11 #10 32.03 Preparing to unpack .../191-libencode-locale-perl_1.05-1_all.deb ...
12:13:11 #10 32.04 Unpacking libencode-locale-perl (1.05-1) ...
12:13:11 #10 32.07 Selecting previously unselected package libexporter-tiny-perl.
12:13:11 #10 32.07 Preparing to unpack .../192-libexporter-tiny-perl_1.000000-2_all.deb ...
12:13:11 #10 32.08 Unpacking libexporter-tiny-perl (1.000000-2) ...
12:13:11 #10 32.11 Selecting previously unselected package libipc-system-simple-perl.
12:13:11 #10 32.11 Preparing to unpack .../193-libipc-system-simple-perl_1.25-4_all.deb ...
12:13:11 #10 32.12 Unpacking libipc-system-simple-perl (1.25-4) ...
12:13:11 #10 32.15 Selecting previously unselected package libfile-basedir-perl.
12:13:11 #10 32.15 Preparing to unpack .../194-libfile-basedir-perl_0.07-1_all.deb ...
12:13:11 #10 32.16 Unpacking libfile-basedir-perl (0.07-1) ...
12:13:11 #10 32.19 Selecting previously unselected package libfile-chdir-perl.
12:13:11 #10 32.19 Preparing to unpack .../195-libfile-chdir-perl_0.1008-1_all.deb ...
12:13:11 #10 32.20 Unpacking libfile-chdir-perl (0.1008-1) ...
12:13:11 #10 32.23 Selecting previously unselected package libfile-fcntllock-perl.
12:13:11 #10 32.23 Preparing to unpack .../196-libfile-fcntllock-perl_0.22-3build2_arm64.deb ...
12:13:11 #10 32.24 Unpacking libfile-fcntllock-perl (0.22-3build2) ...
12:13:11 #10 32.27 Selecting previously unselected package libhttp-date-perl.
12:13:11 #10 32.27 Preparing to unpack .../197-libhttp-date-perl_6.02-1_all.deb ...
12:13:11 #10 32.28 Unpacking libhttp-date-perl (6.02-1) ...
12:13:11 #10 32.31 Selecting previously unselected package libfile-listing-perl.
12:13:12 #10 32.31 Preparing to unpack .../198-libfile-listing-perl_6.04-1_all.deb ...
12:13:12 #10 32.31 Unpacking libfile-listing-perl (6.04-1) ...
12:13:12 #10 32.35 Selecting previously unselected package libfont-afm-perl.
12:13:12 #10 32.35 Preparing to unpack .../199-libfont-afm-perl_1.20-2_all.deb ...
12:13:12 #10 32.35 Unpacking libfont-afm-perl (1.20-2) ...
12:13:12 #10 32.39 Selecting previously unselected package libio-stringy-perl.
12:13:12 #10 32.40 Preparing to unpack .../200-libio-stringy-perl_2.111-2_all.deb ...
12:13:12 #10 32.40 Unpacking libio-stringy-perl (2.111-2) ...
12:13:12 #10 32.44 Selecting previously unselected package libparams-validate-perl.
12:13:12 #10 32.44 Preparing to unpack .../201-libparams-validate-perl_1.29-1_arm64.deb ...
12:13:12 #10 32.44 Unpacking libparams-validate-perl (1.29-1) ...
12:13:12 #10 32.48 Selecting previously unselected package libsub-exporter-perl.
12:13:12 #10 32.48 Preparing to unpack .../202-libsub-exporter-perl_0.987-1_all.deb ...
12:13:12 #10 32.49 Unpacking libsub-exporter-perl (0.987-1) ...
12:13:12 #10 32.53 Selecting previously unselected package libgetopt-long-descriptive-perl.
12:13:12 #10 32.53 Preparing to unpack .../203-libgetopt-long-descriptive-perl_0.102-1_all.deb ...
12:13:12 #10 32.54 Unpacking libgetopt-long-descriptive-perl (0.102-1) ...
12:13:12 #10 32.57 Selecting previously unselected package libsort-versions-perl.
12:13:12 #10 32.57 Preparing to unpack .../204-libsort-versions-perl_1.62-1_all.deb ...
12:13:12 #10 32.58 Unpacking libsort-versions-perl (1.62-1) ...
12:13:12 #10 32.62 Selecting previously unselected package libgit-wrapper-perl.
12:13:12 #10 32.62 Preparing to unpack .../205-libgit-wrapper-perl_0.047-1_all.deb ...
12:13:12 #10 32.62 Unpacking libgit-wrapper-perl (0.047-1) ...
12:13:12 #10 32.66 Selecting previously unselected package libio-html-perl.
12:13:12 #10 32.66 Preparing to unpack .../206-libio-html-perl_1.001-1_all.deb ...
12:13:12 #10 32.67 Unpacking libio-html-perl (1.001-1) ...
12:13:12 #10 32.72 Selecting previously unselected package liblwp-mediatypes-perl.
12:13:12 #10 32.72 Preparing to unpack .../207-liblwp-mediatypes-perl_6.02-1_all.deb ...
12:13:12 #10 32.75 Unpacking liblwp-mediatypes-perl (6.02-1) ...
12:13:12 #10 32.80 Selecting previously unselected package libhttp-message-perl.
12:13:12 #10 32.80 Preparing to unpack .../208-libhttp-message-perl_6.14-1_all.deb ...
12:13:12 #10 32.81 Unpacking libhttp-message-perl (6.14-1) ...
12:13:12 #10 32.89 Selecting previously unselected package libhtml-form-perl.
12:13:12 #10 32.89 Preparing to unpack .../209-libhtml-form-perl_6.03-1_all.deb ...
12:13:12 #10 32.90 Unpacking libhtml-form-perl (6.03-1) ...
12:13:12 #10 32.95 Selecting previously unselected package libhtml-tree-perl.
12:13:12 #10 32.95 Preparing to unpack .../210-libhtml-tree-perl_5.07-1_all.deb ...
12:13:12 #10 32.95 Unpacking libhtml-tree-perl (5.07-1) ...
12:13:12 #10 33.00 Selecting previously unselected package libhtml-format-perl.
12:13:12 #10 33.00 Preparing to unpack .../211-libhtml-format-perl_2.12-1_all.deb ...
12:13:12 #10 33.01 Unpacking libhtml-format-perl (2.12-1) ...
12:13:12 #10 33.05 Selecting previously unselected package libhttp-cookies-perl.
12:13:12 #10 33.05 Preparing to unpack .../212-libhttp-cookies-perl_6.04-1_all.deb ...
12:13:12 #10 33.06 Unpacking libhttp-cookies-perl (6.04-1) ...
12:13:12 #10 33.09 Selecting previously unselected package libhttp-daemon-perl.
12:13:12 #10 33.09 Preparing to unpack .../213-libhttp-daemon-perl_6.01-1ubuntu0.1_all.deb ...
12:13:12 #10 33.10 Unpacking libhttp-daemon-perl (6.01-1ubuntu0.1) ...
12:13:12 #10 33.13 Selecting previously unselected package libhttp-negotiate-perl.
12:13:12 #10 33.14 Preparing to unpack .../214-libhttp-negotiate-perl_6.00-2_all.deb ...
12:13:12 #10 33.14 Unpacking libhttp-negotiate-perl (6.00-2) ...
12:13:12 #10 33.17 Selecting previously unselected package libimport-into-perl.
12:13:12 #10 33.18 Preparing to unpack .../215-libimport-into-perl_1.002005-1_all.deb ...
12:13:12 #10 33.18 Unpacking libimport-into-perl (1.002005-1) ...
12:13:12 #10 33.21 Selecting previously unselected package libio-pty-perl.
12:13:12 #10 33.21 Preparing to unpack .../216-libio-pty-perl_1%3a1.08-1.1build4_arm64.deb ...
12:13:12 #10 33.22 Unpacking libio-pty-perl (1:1.08-1.1build4) ...
12:13:12 #10 33.25 Selecting previously unselected package libio-string-perl.
12:13:12 #10 33.25 Preparing to unpack .../217-libio-string-perl_1.08-3_all.deb ...
12:13:12 #10 33.26 Unpacking libio-string-perl (1.08-3) ...
12:13:12 #10 33.29 Selecting previously unselected package libipc-run-perl.
12:13:12 #10 33.29 Preparing to unpack .../218-libipc-run-perl_0.96-1_all.deb ...
12:13:12 #10 33.29 Unpacking libipc-run-perl (0.96-1) ...
12:13:12 #10 33.33 Selecting previously unselected package liblist-compare-perl.
12:13:12 #10 33.33 Preparing to unpack .../219-liblist-compare-perl_0.53-1_all.deb ...
12:13:12 #10 33.34 Unpacking liblist-compare-perl (0.53-1) ...
12:13:12 #10 33.38 Selecting previously unselected package liblist-moreutils-perl.
12:13:13 #10 33.38 Preparing to unpack .../220-liblist-moreutils-perl_0.416-1build3_arm64.deb ...
12:13:13 #10 33.38 Unpacking liblist-moreutils-perl (0.416-1build3) ...
12:13:13 #10 33.44 Selecting previously unselected package libltdl7:arm64.
12:13:13 #10 33.44 Preparing to unpack .../221-libltdl7_2.4.6-2_arm64.deb ...
12:13:13 #10 33.44 Unpacking libltdl7:arm64 (2.4.6-2) ...
12:13:13 #10 33.48 Selecting previously unselected package libltdl-dev:arm64.
12:13:13 #10 33.48 Preparing to unpack .../222-libltdl-dev_2.4.6-2_arm64.deb ...
12:13:13 #10 33.49 Unpacking libltdl-dev:arm64 (2.4.6-2) ...
12:13:13 #10 33.54 Selecting previously unselected package libnet-http-perl.
12:13:13 #10 33.54 Preparing to unpack .../223-libnet-http-perl_6.17-1_all.deb ...
12:13:13 #10 33.55 Unpacking libnet-http-perl (6.17-1) ...
12:13:13 #10 33.59 Selecting previously unselected package libwww-robotrules-perl.
12:13:13 #10 33.59 Preparing to unpack .../224-libwww-robotrules-perl_6.01-1_all.deb ...
12:13:13 #10 33.60 Unpacking libwww-robotrules-perl (6.01-1) ...
12:13:13 #10 33.63 Selecting previously unselected package libwww-perl.
12:13:13 #10 33.63 Preparing to unpack .../225-libwww-perl_6.31-1ubuntu0.1_all.deb ...
12:13:13 #10 33.63 Unpacking libwww-perl (6.31-1ubuntu0.1) ...
12:13:13 #10 33.68 Selecting previously unselected package liblwp-protocol-https-perl.
12:13:13 #10 33.68 Preparing to unpack .../226-liblwp-protocol-https-perl_6.07-2_all.deb ...
12:13:13 #10 33.69 Unpacking liblwp-protocol-https-perl (6.07-2) ...
12:13:13 #10 33.72 Selecting previously unselected package libsys-hostname-long-perl.
12:13:13 #10 33.72 Preparing to unpack .../227-libsys-hostname-long-perl_1.5-1_all.deb ...
12:13:13 #10 33.72 Unpacking libsys-hostname-long-perl (1.5-1) ...
12:13:13 #10 33.76 Selecting previously unselected package libmail-sendmail-perl.
12:13:13 #10 33.76 Preparing to unpack .../228-libmail-sendmail-perl_0.80-1_all.deb ...
12:13:13 #10 33.76 Unpacking libmail-sendmail-perl (0.80-1) ...
12:13:13 #10 33.80 Selecting previously unselected package librole-tiny-perl.
12:13:13 #10 33.80 Preparing to unpack .../229-librole-tiny-perl_2.000006-1_all.deb ...
12:13:13 #10 33.81 Unpacking librole-tiny-perl (2.000006-1) ...
12:13:13 #10 33.84 Selecting previously unselected package libstrictures-perl.
12:13:13 #10 33.84 Preparing to unpack .../230-libstrictures-perl_2.000003-1_all.deb ...
12:13:13 #10 33.84 Unpacking libstrictures-perl (2.000003-1) ...
12:13:13 #10 33.88 Selecting previously unselected package libsub-quote-perl.
12:13:13 #10 33.89 Preparing to unpack .../231-libsub-quote-perl_2.005000-1_all.deb ...
12:13:13 #10 33.89 Unpacking libsub-quote-perl (2.005000-1) ...
12:13:13 #10 33.94 Selecting previously unselected package libmoo-perl.
12:13:13 #10 33.94 Preparing to unpack .../232-libmoo-perl_2.003004-1_all.deb ...
12:13:13 #10 33.94 Unpacking libmoo-perl (2.003004-1) ...
12:13:13 #10 33.99 Selecting previously unselected package libpackage-stash-perl.
12:13:13 #10 33.99 Preparing to unpack .../233-libpackage-stash-perl_0.37-1_all.deb ...
12:13:13 #10 33.99 Unpacking libpackage-stash-perl (0.37-1) ...
12:13:13 #10 34.03 Selecting previously unselected package libsub-identify-perl.
12:13:13 #10 34.03 Preparing to unpack .../234-libsub-identify-perl_0.14-1_arm64.deb ...
12:13:13 #10 34.04 Unpacking libsub-identify-perl (0.14-1) ...
12:13:13 #10 34.07 Selecting previously unselected package libnamespace-clean-perl.
12:13:13 #10 34.07 Preparing to unpack .../235-libnamespace-clean-perl_0.27-1_all.deb ...
12:13:13 #10 34.07 Unpacking libnamespace-clean-perl (0.27-1) ...
12:13:13 #10 34.12 Selecting previously unselected package libnumber-compare-perl.
12:13:13 #10 34.12 Preparing to unpack .../236-libnumber-compare-perl_0.03-1_all.deb ...
12:13:13 #10 34.13 Unpacking libnumber-compare-perl (0.03-1) ...
12:13:13 #10 34.16 Selecting previously unselected package libnumber-range-perl.
12:13:13 #10 34.16 Preparing to unpack .../237-libnumber-range-perl_0.12-1_all.deb ...
12:13:13 #10 34.17 Unpacking libnumber-range-perl (0.12-1) ...
12:13:14 #10 34.20 Selecting previously unselected package libpackage-stash-xs-perl.
12:13:14 #10 34.21 Preparing to unpack .../238-libpackage-stash-xs-perl_0.28-3build2_arm64.deb ...
12:13:14 #10 34.21 Unpacking libpackage-stash-xs-perl (0.28-3build2) ...
12:13:14 #10 34.26 Selecting previously unselected package libparse-debianchangelog-perl.
12:13:14 #10 34.26 Preparing to unpack .../239-libparse-debianchangelog-perl_1.2.0-12_all.deb ...
12:13:14 #10 34.26 Unpacking libparse-debianchangelog-perl (1.2.0-12) ...
12:13:14 #10 34.30 Selecting previously unselected package libtext-glob-perl.
12:13:14 #10 34.30 Preparing to unpack .../240-libtext-glob-perl_0.10-1_all.deb ...
12:13:14 #10 34.30 Unpacking libtext-glob-perl (0.10-1) ...
12:13:14 #10 34.34 Selecting previously unselected package libpath-iterator-rule-perl.
12:13:14 #10 34.34 Preparing to unpack .../241-libpath-iterator-rule-perl_1.009-1_all.deb ...
12:13:14 #10 34.35 Unpacking libpath-iterator-rule-perl (1.009-1) ...
12:13:14 #10 34.38 Selecting previously unselected package libpath-tiny-perl.
12:13:14 #10 34.39 Preparing to unpack .../242-libpath-tiny-perl_0.104-1_all.deb ...
12:13:14 #10 34.39 Unpacking libpath-tiny-perl (0.104-1) ...
12:13:14 #10 34.42 Selecting previously unselected package libperlio-gzip-perl.
12:13:14 #10 34.42 Preparing to unpack .../243-libperlio-gzip-perl_0.19-1build3_arm64.deb ...
12:13:14 #10 34.43 Unpacking libperlio-gzip-perl (0.19-1build3) ...
12:13:14 #10 34.46 Selecting previously unselected package libpod-constants-perl.
12:13:14 #10 34.46 Preparing to unpack .../244-libpod-constants-perl_0.19-1_all.deb ...
12:13:14 #10 34.47 Unpacking libpod-constants-perl (0.19-1) ...
12:13:14 #10 34.50 Selecting previously unselected package libregexp-pattern-license-perl.
12:13:14 #10 34.50 Preparing to unpack .../245-libregexp-pattern-license-perl_3.0.31-3_all.deb ...
12:13:14 #10 34.50 Unpacking libregexp-pattern-license-perl (3.0.31-3) ...
12:13:14 #10 34.54 Selecting previously unselected package libsasl2-modules:arm64.
12:13:14 #10 34.54 Preparing to unpack .../246-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.4_arm64.deb ...
12:13:14 #10 34.55 Unpacking libsasl2-modules:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:13:14 #10 34.58 Selecting previously unselected package libsort-key-perl.
12:13:14 #10 34.58 Preparing to unpack .../247-libsort-key-perl_1.33-2_arm64.deb ...
12:13:14 #10 34.59 Unpacking libsort-key-perl (1.33-2) ...
12:13:14 #10 34.62 Selecting previously unselected package libstring-copyright-perl.
12:13:14 #10 34.63 Preparing to unpack .../248-libstring-copyright-perl_0.003005-1_all.deb ...
12:13:14 #10 34.63 Unpacking libstring-copyright-perl (0.003005-1) ...
12:13:14 #10 34.67 Selecting previously unselected package libstring-escape-perl.
12:13:14 #10 34.67 Preparing to unpack .../249-libstring-escape-perl_2010.002-2_all.deb ...
12:13:14 #10 34.67 Unpacking libstring-escape-perl (2010.002-2) ...
12:13:14 #10 34.70 Selecting previously unselected package libtext-levenshtein-perl.
12:13:14 #10 34.71 Preparing to unpack .../250-libtext-levenshtein-perl_0.13-1_all.deb ...
12:13:14 #10 34.71 Unpacking libtext-levenshtein-perl (0.13-1) ...
12:13:14 #10 34.77 Selecting previously unselected package libunicode-utf8-perl.
12:13:14 #10 34.77 Preparing to unpack .../251-libunicode-utf8-perl_0.60-1build4_arm64.deb ...
12:13:14 #10 34.77 Unpacking libunicode-utf8-perl (0.60-1build4) ...
12:13:14 #10 34.80 Selecting previously unselected package libxml-namespacesupport-perl.
12:13:14 #10 34.81 Preparing to unpack .../252-libxml-namespacesupport-perl_1.12-1_all.deb ...
12:13:14 #10 34.81 Unpacking libxml-namespacesupport-perl (1.12-1) ...
12:13:14 #10 34.84 Selecting previously unselected package libxml-sax-base-perl.
12:13:14 #10 34.85 Preparing to unpack .../253-libxml-sax-base-perl_1.09-1_all.deb ...
12:13:14 #10 34.85 Unpacking libxml-sax-base-perl (1.09-1) ...
12:13:14 #10 34.89 Selecting previously unselected package libxml-sax-perl.
12:13:14 #10 34.89 Preparing to unpack .../254-libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ...
12:13:14 #10 34.90 Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
12:13:14 #10 34.93 Selecting previously unselected package libxml-libxml-perl.
12:13:14 #10 34.94 Preparing to unpack .../255-libxml-libxml-perl_2.0128+dfsg-5_arm64.deb ...
12:13:14 #10 34.94 Unpacking libxml-libxml-perl (2.0128+dfsg-5) ...
12:13:14 #10 35.00 Selecting previously unselected package libxml-parser-perl.
12:13:14 #10 35.00 Preparing to unpack .../256-libxml-parser-perl_2.44-2build3_arm64.deb ...
12:13:14 #10 35.00 Unpacking libxml-parser-perl (2.44-2build3) ...
12:13:14 #10 35.06 Selecting previously unselected package libxml-sax-expat-perl.
12:13:14 #10 35.06 Preparing to unpack .../257-libxml-sax-expat-perl_0.40-2_all.deb ...
12:13:14 #10 35.06 Unpacking libxml-sax-expat-perl (0.40-2) ...
12:13:14 #10 35.09 Selecting previously unselected package libxml-simple-perl.
12:13:14 #10 35.09 Preparing to unpack .../258-libxml-simple-perl_2.24-1_all.deb ...
12:13:14 #10 35.10 Unpacking libxml-simple-perl (2.24-1) ...
12:13:14 #10 35.13 Selecting previously unselected package libyaml-libyaml-perl.
12:13:14 #10 35.14 Preparing to unpack .../259-libyaml-libyaml-perl_0.69+repack-1_arm64.deb ...
12:13:14 #10 35.14 Unpacking libyaml-libyaml-perl (0.69+repack-1) ...
12:13:14 #10 35.18 Selecting previously unselected package licensecheck.
12:13:14 #10 35.18 Preparing to unpack .../260-licensecheck_3.0.31-2_all.deb ...
12:13:14 #10 35.19 Unpacking licensecheck (3.0.31-2) ...
12:13:15 #10 35.22 Selecting previously unselected package patchutils.
12:13:15 #10 35.22 Preparing to unpack .../261-patchutils_0.3.4-2_arm64.deb ...
12:13:15 #10 35.23 Unpacking patchutils (0.3.4-2) ...
12:13:15 #10 35.26 Selecting previously unselected package t1utils.
12:13:15 #10 35.26 Preparing to unpack .../262-t1utils_1.41-2_arm64.deb ...
12:13:15 #10 35.27 Unpacking t1utils (1.41-2) ...
12:13:15 #10 35.30 Selecting previously unselected package lintian.
12:13:15 #10 35.31 Preparing to unpack .../263-lintian_2.5.81ubuntu1_all.deb ...
12:13:15 #10 35.31 Unpacking lintian (2.5.81ubuntu1) ...
12:13:15 #10 35.46 Selecting previously unselected package manpages-dev.
12:13:15 #10 35.46 Preparing to unpack .../264-manpages-dev_4.15-1_all.deb ...
12:13:15 #10 35.46 Unpacking manpages-dev (4.15-1) ...
12:13:15 #10 35.72 Selecting previously unselected package python3-certifi.
12:13:15 #10 35.72 Preparing to unpack .../265-python3-certifi_2018.1.18-2_all.deb ...
12:13:15 #10 35.72 Unpacking python3-certifi (2018.1.18-2) ...
12:13:15 #10 35.77 Selecting previously unselected package python3-idna.
12:13:15 #10 35.78 Preparing to unpack .../266-python3-idna_2.6-1_all.deb ...
12:13:15 #10 35.78 Unpacking python3-idna (2.6-1) ...
12:13:15 #10 35.82 Selecting previously unselected package python3-urllib3.
12:13:15 #10 35.82 Preparing to unpack .../267-python3-urllib3_1.22-1ubuntu0.18.04.2_all.deb ...
12:13:15 #10 35.83 Unpacking python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
12:13:15 #10 35.87 Selecting previously unselected package python3-requests.
12:13:15 #10 35.88 Preparing to unpack .../268-python3-requests_2.18.4-2ubuntu0.1_all.deb ...
12:13:15 #10 35.88 Unpacking python3-requests (2.18.4-2ubuntu0.1) ...
12:13:15 #10 35.92 Selecting previously unselected package python3-unidiff.
12:13:15 #10 35.93 Preparing to unpack .../269-python3-unidiff_0.5.4-1_all.deb ...
12:13:15 #10 35.93 Unpacking python3-unidiff (0.5.4-1) ...
12:13:15 #10 35.97 Selecting previously unselected package python3-xdg.
12:13:15 #10 35.98 Preparing to unpack .../270-python3-xdg_0.25-4ubuntu1.1_all.deb ...
12:13:15 #10 35.98 Unpacking python3-xdg (0.25-4ubuntu1.1) ...
12:13:15 #10 36.03 Selecting previously unselected package unzip.
12:13:15 #10 36.03 Preparing to unpack .../271-unzip_6.0-21ubuntu1.1_arm64.deb ...
12:13:15 #10 36.03 Unpacking unzip (6.0-21ubuntu1.1) ...
12:13:15 #10 36.08 Selecting previously unselected package wdiff.
12:13:15 #10 36.08 Preparing to unpack .../272-wdiff_1.2.2-2_arm64.deb ...
12:13:15 #10 36.08 Unpacking wdiff (1.2.2-2) ...
12:13:15 #10 36.11 Selecting previously unselected package equivs.
12:13:15 #10 36.11 Preparing to unpack .../273-equivs_2.1.0_all.deb ...
12:13:15 #10 36.12 Unpacking equivs (2.1.0) ...
12:13:15 #10 36.15 Selecting previously unselected package libauthen-sasl-perl.
12:13:15 #10 36.15 Preparing to unpack .../274-libauthen-sasl-perl_2.1600-1_all.deb ...
12:13:15 #10 36.16 Unpacking libauthen-sasl-perl (2.1600-1) ...
12:13:15 #10 36.20 Selecting previously unselected package python3-magic.
12:13:16 #10 36.20 Preparing to unpack .../275-python3-magic_2%3a0.4.15-1_all.deb ...
12:13:16 #10 36.21 Unpacking python3-magic (2:0.4.15-1) ...
12:13:16 #10 36.27 Setting up python-apt-common (1.6.5ubuntu0.7) ...
12:13:16 #10 36.29 Setting up libnpth0:arm64 (1.5-3) ...
12:13:16 #10 36.31 Setting up libedit2:arm64 (3.1-20170329-1) ...
12:13:16 #10 36.33 Setting up libgomp1:arm64 (8.4.0-1ubuntu1~18.04) ...
12:13:16 #10 36.34 Setting up libatomic1:arm64 (8.4.0-1ubuntu1~18.04) ...
12:13:16 #10 36.35 Setting up readline-common (7.0-3) ...
12:13:16 #10 36.36 Setting up libapt-inst2.0:arm64 (1.6.14) ...
12:13:16 #10 36.38 Setting up manpages (4.15-1) ...
12:13:16 #10 36.39 Setting up strace (4.21-1ubuntu1) ...
12:13:16 #10 36.40 Setting up git-man (1:2.17.1-1ubuntu0.12) ...
12:13:16 #10 36.41 Setting up libicu60:arm64 (60.2-3ubuntu3.2) ...
12:13:16 #10 36.42 Setting up libcc1-0:arm64 (8.4.0-1ubuntu1~18.04) ...
12:13:16 #10 36.44 Setting up less (487-0.1) ...
12:13:16 #10 36.53 Setting up make (4.1-9.1ubuntu1) ...
12:13:16 #10 36.55 Setting up libapt-pkg-perl (0.1.33build1) ...
12:13:16 #10 36.56 Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.10) ...
12:13:16 #10 36.65 Setting up libnghttp2-14:arm64 (1.30.0-1ubuntu1) ...
12:13:16 #10 36.66 Setting up mime-support (3.60ubuntu1) ...
12:13:16 #10 36.69 Setting up iso-codes (3.79-1) ...
12:13:16 #10 36.71 Setting up libsigsegv2:arm64 (2.12-1) ...
12:13:16 #10 36.72 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.11) ...
12:13:16 #10 36.74 Setting up libreadline7:arm64 (7.0-3) ...
12:13:16 #10 36.75 Setting up perl-openssl-defaults:arm64 (3build1) ...
12:13:16 #10 36.76 Setting up libpsl5:arm64 (0.19.1-5build1) ...
12:13:16 #10 36.78 Setting up libtsan0:arm64 (8.4.0-1ubuntu1~18.04) ...
12:13:16 #10 36.79 Setting up groff-base (1.22.3-10) ...
12:13:16 #10 36.82 Setting up libglib2.0-0:arm64 (2.56.4-0ubuntu0.18.04.9) ...
12:13:16 #10 36.83 No schema files found: doing nothing.
12:13:16 #10 36.84 Setting up libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:13:16 #10 36.85 Setting up unzip (6.0-21ubuntu1.1) ...
12:13:16 #10 36.87 Setting up linux-libc-dev:arm64 (4.15.0-193.204) ...
12:13:16 #10 36.88 Setting up libmpfr6:arm64 (4.0.1-1) ...
12:13:16 #10 36.90 Setting up libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:13:16 #10 36.91 Setting up dctrl-tools (2.24-2build1) ...
12:13:16 #10 36.93 Setting up distro-info-data (0.37ubuntu0.14) ...
12:13:16 #10 36.94 Setting up gettext-base (0.19.8.1-6ubuntu0.3) ...
12:13:16 #10 36.95 Setting up libpipeline1:arm64 (1.5.0-1) ...
12:13:16 #10 36.96 Setting up libroken18-heimdal:arm64 (7.5.0+dfsg-1) ...
12:13:16 #10 36.98 Setting up libksba8:arm64 (1.3.5-2) ...
12:13:16 #10 36.99 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ...
12:13:16 #10 37.00 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ...
12:13:16 #10 37.02 Setting up m4 (1.4.18-1) ...
12:13:16 #10 37.03 Setting up libgdbm5:arm64 (1.14.1-6) ...
12:13:16 #10 37.04 Setting up at (3.1.20-3.1ubuntu2) ...
12:13:16 #10 37.18 invoke-rc.d: could not determine current runlevel
12:13:16 #10 37.19 invoke-rc.d: policy-rc.d denied execution of start.
12:13:16 #10 37.19 Setting up libbsd0:arm64 (0.8.7-1ubuntu0.1) ...
12:13:16 #10 37.20 Setting up libkrb5support0:arm64 (1.16-2ubuntu0.2) ...
12:13:16 #10 37.21 Setting up ucf (3.0038) ...
12:13:17 #10 37.30 Setting up libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.7) ...
12:13:17 #10 37.32 Setting up libmagic-mgc (1:5.32-2ubuntu0.4) ...
12:13:17 #10 37.33 Setting up gnupg-l10n (2.2.4-1ubuntu1.6) ...
12:13:17 #10 37.34 Setting up libmagic1:arm64 (1:5.32-2ubuntu0.4) ...
12:13:17 #10 37.36 Setting up liblsan0:arm64 (8.4.0-1ubuntu1~18.04) ...
12:13:17 #10 37.37 Setting up libcroco3:arm64 (0.6.12-2) ...
12:13:17 #10 37.39 Setting up gcc-7-base:arm64 (7.5.0-3ubuntu1~18.04) ...
12:13:17 #10 37.40 Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04.7) ...
12:13:17 #10 37.41 Setting up libyaml-0-2:arm64 (0.1.7-2ubuntu3) ...
12:13:17 #10 37.42 Setting up patch (2.7.6-2ubuntu1.1) ...
12:13:17 #10 37.44 Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
12:13:17 #10 37.45 Setting up krb5-locales (1.16-2ubuntu0.2) ...
12:13:17 #10 37.46 Setting up publicsuffix (20180223.1310-1) ...
12:13:17 #10 37.47 Setting up autotools-dev (20180224.1) ...
12:13:17 #10 37.49 Setting up t1utils (1.41-2) ...
12:13:17 #10 37.50 Setting up xz-utils (5.2.2-1.3ubuntu0.1) ...
12:13:17 #10 37.51 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:13:17 #10 37.51 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
12:13:17 #10 37.51 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
12:13:17 #10 37.51 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
12:13:17 #10 37.51 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
12:13:17 #10 37.51 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
12:13:17 #10 37.51 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
12:13:17 #10 37.51 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
12:13:17 #10 37.51 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
12:13:17 #10 37.51 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
12:13:17 #10 37.51 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
12:13:17 #10 37.52 Setting up libheimbase1-heimdal:arm64 (7.5.0+dfsg-1) ...
12:13:17 #10 37.53 Setting up libfakeroot:arm64 (1.22-2ubuntu1) ...
12:13:17 #10 37.55 Setting up libltdl7:arm64 (2.4.6-2) ...
12:13:17 #10 37.58 Setting up openssl (1.1.1-1ubuntu2.1~18.04.20) ...
12:13:17 #10 37.60 Setting up libsqlite3-0:arm64 (3.22.0-1ubuntu0.6) ...
12:13:17 #10 37.61 Setting up liblocale-gettext-perl (1.07-3build2) ...
12:13:17 #10 37.63 Setting up wdiff (1.2.2-2) ...
12:13:17 #10 37.64 Setting up shared-mime-info (1.9-2) ...
12:13:19 #10 39.83 Setting up libmpc3:arm64 (1.1.0-1) ...
12:13:19 #10 39.84 Setting up libc-dev-bin (2.27-3ubuntu1.6) ...
12:13:19 #10 39.86 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
12:13:19 #10 39.87 Setting up libgdbm-compat4:arm64 (1.14.1-6) ...
12:13:19 #10 39.88 Setting up libkeyutils1:arm64 (1.5.9-9.2ubuntu2.1) ...
12:13:19 #10 39.90 Setting up bsdmainutils (11.1.2ubuntu1) ...
12:13:19 #10 39.92 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
12:13:19 #10 39.92 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
12:13:19 #10 39.92 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
12:13:19 #10 39.92 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
12:13:19 #10 39.93 Setting up libsasl2-modules:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2.4) ...
12:13:19 #10 39.95 Setting up ca-certificates (20211016~18.04.1) ...
12:13:20 #10 40.42 Updating certificates in /etc/ssl/certs...
12:13:20 #10 40.99 127 added, 0 removed; done.
12:13:20 #10 41.04 Setting up manpages-dev (4.15-1) ...
12:13:20 #10 41.05 Setting up libc6-dev:arm64 (2.27-3ubuntu1.6) ...
12:13:20 #10 41.06 Setting up libassuan0:arm64 (2.5.1-2) ...
12:13:20 #10 41.08 Setting up xdg-user-dirs (0.17-1ubuntu1) ...
12:13:20 #10 41.10 Setting up libitm1:arm64 (8.4.0-1ubuntu1~18.04) ...
12:13:21 #10 41.11 Setting up libx11-data (2:1.6.4-3ubuntu0.4) ...
12:13:21 #10 41.12 Setting up diffstat (1.61-1build1) ...
12:13:21 #10 41.14 Setting up libxau6:arm64 (1:1.0.8-1ubuntu1) ...
12:13:21 #10 41.15 Setting up autopoint (0.19.8.1-6ubuntu0.3) ...
12:13:21 #10 41.16 Setting up libmpdec2:arm64 (2.4.2-1ubuntu1) ...
12:13:21 #10 41.17 Setting up netbase (5.4) ...
12:13:21 #10 41.19 Setting up libisl19:arm64 (0.19-1) ...
12:13:21 #10 41.21 Setting up libpython3.6-stdlib:arm64 (3.6.9-1~18.04ubuntu1.8) ...
12:13:21 #10 41.22 Setting up libk5crypto3:arm64 (1.16-2ubuntu0.2) ...
12:13:21 #10 41.23 Setting up python3.6 (3.6.9-1~18.04ubuntu1.8) ...
12:13:21 #10 41.99 Setting up libltdl-dev:arm64 (2.4.6-2) ...
12:13:21 #10 42.00 Setting up libwind0-heimdal:arm64 (7.5.0+dfsg-1) ...
12:13:21 #10 42.01 Setting up libasan4:arm64 (7.5.0-3ubuntu1~18.04) ...
12:13:21 #10 42.02 Setting up gettext (0.19.8.1-6ubuntu0.3) ...
12:13:21 #10 42.04 Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04.7) ...
12:13:21 #10 42.05 Setting up libasn1-8-heimdal:arm64 (7.5.0+dfsg-1) ...
12:13:21 #10 42.06 Setting up libubsan0:arm64 (7.5.0-3ubuntu1~18.04) ...
12:13:21 #10 42.07 Setting up gpgconf (2.2.4-1ubuntu1.6) ...
12:13:21 #10 42.08 Setting up libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1) ...
12:13:21 #10 42.10 Setting up file (1:5.32-2ubuntu0.4) ...
12:13:21 #10 42.11 Setting up fakeroot (1.22-2ubuntu1) ...
12:13:21 #10 42.12 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:13:21 #10 42.12 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
12:13:21 #10 42.12 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
12:13:21 #10 42.12 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
12:13:21 #10 42.12 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
12:13:21 #10 42.12 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
12:13:21 #10 42.12 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
12:13:21 #10 42.12 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
12:13:21 #10 42.12 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
12:13:21 #10 42.13 Setting up libhx509-5-heimdal:arm64 (7.5.0+dfsg-1) ...
12:13:21 #10 42.14 Setting up libgcc-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ...
12:13:21 #10 42.16 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ...
12:13:21 #10 42.17 Setting up libstdc++-7-dev:arm64 (7.5.0-3ubuntu1~18.04) ...
12:13:21 #10 42.18 Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.5) ...
12:13:21 #10 42.20 Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04.7) ...
12:13:21 #10 42.21 Setting up gpgsm (2.2.4-1ubuntu1.6) ...
12:13:21 #10 42.22 Setting up gnupg-utils (2.2.4-1ubuntu1.6) ...
12:13:21 #10 42.24 Setting up man-db (2.8.3-2ubuntu0.1) ...
12:13:22 #10 42.33 Building database of manual pages ...
12:13:22 #10 42.50 Setting up pinentry-curses (1.1.0-1) ...
12:13:22 #10 42.52 Setting up libkrb5-3:arm64 (1.16-2ubuntu0.2) ...
12:13:22 #10 42.54 Setting up binutils (2.30-21ubuntu1~18.04.7) ...
12:13:22 #10 42.55 Setting up libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1) ...
12:13:22 #10 42.57 Setting up libxcb1:arm64 (1.13-2~ubuntu18.04) ...
12:13:22 #10 42.58 Setting up libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1) ...
12:13:22 #10 42.59 Setting up gpg (2.2.4-1ubuntu1.6) ...
12:13:22 #10 42.61 Setting up libpython3-stdlib:arm64 (3.6.7-1~18.04) ...
12:13:22 #10 42.63 Setting up cpp (4:7.4.0-1ubuntu2.3) ...
12:13:22 #10 42.64 Setting up python3 (3.6.7-1~18.04) ...
12:13:22 #10 43.00 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ...
12:13:22 #10 43.02 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ...
12:13:22 #10 43.03 Setting up python3-magic (2:0.4.15-1) ...
12:13:22 #10 43.20 Setting up python3-idna (2.6-1) ...
12:13:22 #10 43.41 Setting up python3-xdg (0.25-4ubuntu1.1) ...
12:13:23 #10 43.60 Setting up python3-six (1.11.0-2) ...
12:13:23 #10 43.77 Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.4) ...
12:13:23 #10 43.78 Setting up gpg-agent (2.2.4-1ubuntu1.6) ...
12:13:23 #10 43.80 Setting up python3-certifi (2018.1.18-2) ...
12:13:23 #10 43.96 Setting up gcc (4:7.4.0-1ubuntu2.3) ...
12:13:23 #10 43.98 Setting up gpg-wks-server (2.2.4-1ubuntu1.6) ...
12:13:23 #10 43.99 Setting up python3-pkg-resources (39.0.1-2) ...
12:13:24 #10 44.21 Setting up lsb-release (9.20170808ubuntu1) ...
12:13:24 #10 44.23 Setting up libxmuu1:arm64 (2:1.1.2-2) ...
12:13:24 #10 44.24 Setting up libgpgme11:arm64 (1.10.0-1ubuntu2) ...
12:13:24 #10 44.25 Setting up libgssapi-krb5-2:arm64 (1.16-2ubuntu0.2) ...
12:13:24 #10 44.26 Setting up perl (5.26.1-6ubuntu0.5) ...
12:13:24 #10 44.28 Setting up libfile-chdir-perl (0.1008-1) ...
12:13:24 #10 44.29 Setting up libsys-hostname-long-perl (1.5-1) ...
12:13:24 #10 44.30 Setting up libfile-fcntllock-perl (0.22-3build2) ...
12:13:24 #10 44.32 Setting up libtext-glob-perl (0.10-1) ...
12:13:24 #10 44.33 Setting up intltool-debian (0.35.0+20060710.4) ...
12:13:24 #10 44.34 Setting up libxml-sax-base-perl (1.09-1) ...
12:13:24 #10 44.35 Setting up libpackage-stash-xs-perl (0.28-3build2) ...
12:13:24 #10 44.36 Setting up libstrictures-perl (2.000003-1) ...
12:13:24 #10 44.37 Setting up liblwp-mediatypes-perl (6.02-1) ...
12:13:24 #10 44.39 Setting up libmail-sendmail-perl (0.80-1) ...
12:13:24 #10 44.40 Setting up libsocket6-perl (0.27-1build2) ...
12:13:24 #10 44.41 Setting up patchutils (0.3.4-2) ...
12:13:24 #10 44.42 Setting up python3-chardet (3.0.4-1) ...
12:13:24 #10 44.70 Setting up liburi-perl (1.73-1) ...
12:13:24 #10 44.71 Setting up libdata-dump-perl (1.23-1) ...
12:13:24 #10 44.73 Setting up libdigest-hmac-perl (1.03+dfsg-1) ...
12:13:24 #10 44.74 Setting up libio-string-perl (1.08-3) ...
12:13:24 #10 44.76 Setting up libalgorithm-diff-perl (1.19.03-1) ...
12:13:24 #10 44.77 Setting up libclone-perl (0.39-1) ...
12:13:24 #10 44.79 Setting up libclass-xsaccessor-perl (1.19-2build8) ...
12:13:24 #10 44.80 Setting up g++ (4:7.4.0-1ubuntu2.3) ...
12:13:24 #10 44.82 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:13:24 #10 44.82 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
12:13:24 #10 44.83 Setting up libnet-http-perl (6.17-1) ...
12:13:24 #10 44.84 Setting up libnumber-compare-perl (0.03-1) ...
12:13:24 #10 44.85 Setting up python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
12:13:24 #10 45.06 Setting up python3-unidiff (0.5.4-1) ...
12:13:25 #10 45.22 Setting up libunicode-utf8-perl (0.60-1build4) ...
12:13:25 #10 45.23 Setting up libgssapi3-heimdal:arm64 (7.5.0+dfsg-1) ...
12:13:25 #10 45.24 Setting up libparams-util-perl (1.07-3build3) ...
12:13:25 #10 45.25 Setting up libsub-name-perl (0.21-1build1) ...
12:13:25 #10 45.27 Setting up openssh-client (1:7.6p1-4ubuntu0.7) ...
12:13:25 #10 45.36 Setting up libyaml-libyaml-perl (0.69+repack-1) ...
12:13:25 #10 45.37 Setting up libsub-quote-perl (2.005000-1) ...
12:13:25 #10 45.38 Setting up libfcgi-perl (0.78-2build1) ...
12:13:25 #10 45.39 Setting up libwww-robotrules-perl (6.01-1) ...
12:13:25 #10 45.40 Setting up python3-debian (0.1.32) ...
12:13:25 #10 45.58 Setting up libauthen-sasl-perl (2.1600-1) ...
12:13:25 #10 45.59 Setting up libclass-accessor-perl (0.51-1) ...
12:13:25 #10 45.61 Setting up libsort-key-perl (1.33-2) ...
12:13:25 #10 45.62 Setting up libhtml-tagset-perl (3.20-3) ...
12:13:25 #10 45.64 Setting up libpath-tiny-perl (0.104-1) ...
12:13:25 #10 45.65 Setting up libtool (2.4.6-2) ...
12:13:25 #10 45.66 Setting up libnet-domain-tld-perl (1.75-1) ...
12:13:25 #10 45.68 Setting up libsub-install-perl (0.928-1) ...
12:13:25 #10 45.69 Setting up libdata-optlist-perl (0.110-1) ...
12:13:25 #10 45.70 Setting up libio-stringy-perl (2.111-2) ...
12:13:25 #10 45.71 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:13:25 #10 45.72 Setting up libtry-tiny-perl (0.30-1) ...
12:13:25 #10 45.73 Setting up libclass-method-modifiers-perl (2.12-1) ...
12:13:25 #10 45.74 Setting up libfont-afm-perl (1.20-2) ...
12:13:25 #10 45.76 Setting up libregexp-pattern-license-perl (3.0.31-3) ...
12:13:25 #10 45.77 Setting up python3-apt (1.6.5ubuntu0.7) ...
12:13:25 #10 45.96 Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ...
12:13:25 #10 45.97 Setting up libxext6:arm64 (2:1.3.3-1) ...
12:13:25 #10 45.99 Setting up po-debconf (1.0.20) ...
12:13:25 #10 46.00 Setting up libdistro-info-perl (0.18ubuntu0.18.04.1) ...
12:13:25 #10 46.00 Setting up libio-socket-inet6-perl (2.72-2) ...
12:13:25 #10 46.02 Setting up libxml-namespacesupport-perl (1.12-1) ...
12:13:25 #10 46.03 Setting up libio-pty-perl (1:1.08-1.1build4) ...
12:13:25 #10 46.04 Setting up libfile-which-perl (1.21-1) ...
12:13:25 #10 46.05 Setting up libencode-locale-perl (1.05-1) ...
12:13:25 #10 46.06 Setting up libperlio-gzip-perl (0.19-1build3) ...
12:13:25 #10 46.07 Setting up libtext-levenshtein-perl (0.13-1) ...
12:13:25 #10 46.08 Setting up liberror-perl (0.17025-1) ...
12:13:25 #10 46.10 Setting up libvariable-magic-perl (0.62-1) ...
12:13:25 #10 46.11 Setting up libtimedate-perl (2.3000-2) ...
12:13:25 #10 46.12 Setting up libnet-ip-perl (1.26-1) ...
12:13:25 #10 46.13 Setting up librole-tiny-perl (2.000006-1) ...
12:13:25 #10 46.14 Setting up libnet-ssleay-perl (1.84-1ubuntu0.2) ...
12:13:25 #10 46.15 Setting up libfile-homedir-perl (1.002-1) ...
12:13:25 #10 46.16 Setting up libipc-system-simple-perl (1.25-4) ...
12:13:25 #10 46.18 Setting up libfile-basedir-perl (0.07-1) ...
12:13:25 #10 46.19 Setting up libstring-escape-perl (2010.002-2) ...
12:13:25 #10 46.20 Setting up libb-hooks-op-check-perl (0.22-1) ...
12:13:25 #10 46.21 Setting up libio-html-perl (1.001-1) ...
12:13:25 #10 46.22 Setting up libexporter-tiny-perl (1.000000-2) ...
12:13:25 #10 46.23 Setting up libarchive-cpio-perl (0.10-1) ...
12:13:25 #10 46.24 Setting up libdpkg-perl (1.19.0.5ubuntu2.4) ...
12:13:25 #10 46.25 Setting up libnumber-range-perl (0.12-1) ...
12:13:25 #10 46.26 Setting up liblist-compare-perl (0.53-1) ...
12:13:25 #10 46.27 Setting up autoconf (2.69-11) ...
12:13:25 #10 46.29 Setting up libpath-iterator-rule-perl (1.009-1) ...
12:13:25 #10 46.30 Setting up python3-gpg (1.10.0-1ubuntu2) ...
12:13:26 #10 46.51 Setting up libnet-dns-perl (1.10-2) ...
12:13:26 #10 46.52 Setting up libsub-identify-perl (0.14-1) ...
12:13:26 #10 46.53 Setting up libpod-constants-perl (0.19-1) ...
12:13:26 #10 46.54 Setting up libsort-versions-perl (1.62-1) ...
12:13:26 #10 46.56 Setting up libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
12:13:26 #10 46.57 Setting up libdynaloader-functions-perl (0.003-1) ...
12:13:26 #10 46.58 Setting up libsub-exporter-perl (0.987-1) ...
12:13:26 #10 46.59 Setting up xauth (1:1.0.10-1) ...
12:13:26 #10 46.60 Setting up libalgorithm-merge-perl (0.08-3) ...
12:13:26 #10 46.61 Setting up dpkg-dev (1.19.0.5ubuntu2.4) ...
12:13:26 #10 46.63 Setting up libalgorithm-diff-xs-perl (0.04-5) ...
12:13:26 #10 46.64 Setting up libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1.11) ...
12:13:26 #10 46.66 Setting up dput (1.0.1ubuntu1) ...
12:13:26 #10 46.82 Setting up libstring-copyright-perl (0.003005-1) ...
12:13:26 #10 46.83 Setting up libhtml-parser-perl (3.72-3build1) ...
12:13:26 #10 46.85 Setting up automake (1:1.15.1-3ubuntu2) ...
12:13:26 #10 46.86 update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
12:13:26 #10 46.86 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.15.1.gz (of link group automake) doesn't exist
12:13:26 #10 46.86 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.15.1.gz (of link group automake) doesn't exist
12:13:26 #10 46.87 Setting up libipc-run-perl (0.96-1) ...
12:13:26 #10 46.89 Setting up libcgi-pm-perl (4.38-1) ...
12:13:26 #10 46.90 Setting up libdevel-globaldestruction-perl (0.14-1) ...
12:13:26 #10 46.91 Setting up python3-requests (2.18.4-2ubuntu0.1) ...
12:13:26 #10 47.09 Setting up libparse-debianchangelog-perl (1.2.0-12) ...
12:13:27 #10 47.10 Setting up dirmngr (2.2.4-1ubuntu1.6) ...
12:13:27 #10 47.12 Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
12:13:27 #10 47.14 Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
12:13:27 #10 47.20 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:13:27 #10 47.26 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:13:27 #10 47.40 
12:13:27 #10 47.40 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:13:27 #10 47.43 Setting up liblist-moreutils-perl (0.416-1build3) ...
12:13:27 #10 47.44 Setting up libhttp-date-perl (6.02-1) ...
12:13:27 #10 47.46 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:13:27 #10 47.47 Setting up build-essential (12.4ubuntu1) ...
12:13:27 #10 47.48 Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.20) ...
12:13:27 #10 47.49 Setting up libdevel-callchecker-perl (0.007-2build1) ...
12:13:27 #10 47.50 Setting up libcurl4:arm64 (7.58.0-2ubuntu3.20) ...
12:13:27 #10 47.52 Setting up devscripts (2.17.12ubuntu1.1) ...
12:13:27 #10 47.71 Setting up gpg-wks-client (2.2.4-1ubuntu1.6) ...
12:13:27 #10 47.73 Setting up libcgi-fast-perl (1:2.13-1) ...
12:13:27 #10 47.74 Setting up libhtml-tree-perl (5.07-1) ...
12:13:27 #10 47.75 Setting up libfile-listing-perl (6.04-1) ...
12:13:27 #10 47.76 Setting up libhttp-message-perl (6.14-1) ...
12:13:27 #10 47.78 Setting up libxml-libxml-perl (2.0128+dfsg-5) ...
12:13:27 #10 47.82 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:13:27 #10 47.88 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:13:27 #10 47.95 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:13:27 #10 48.10 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:13:27 #10 48.14 Setting up libparams-classify-perl (0.015-1) ...
12:13:27 #10 48.15 Setting up git (1:2.17.1-1ubuntu0.12) ...
12:13:27 #10 48.19 Setting up libhttp-negotiate-perl (6.00-2) ...
12:13:27 #10 48.20 Setting up libmailtools-perl (2.18-1) ...
12:13:28 #10 48.21 Setting up libgit-wrapper-perl (0.047-1) ...
12:13:28 #10 48.22 Setting up libhtml-format-perl (2.12-1) ...
12:13:28 #10 48.24 Setting up libemail-valid-perl (1.202-1) ...
12:13:28 #10 48.25 Setting up libhttp-cookies-perl (6.04-1) ...
12:13:28 #10 48.26 Setting up curl (7.58.0-2ubuntu3.20) ...
12:13:28 #10 48.28 Setting up libmodule-runtime-perl (0.016-1) ...
12:13:28 #10 48.29 Setting up gnupg (2.2.4-1ubuntu1.6) ...
12:13:28 #10 48.30 Setting up libhttp-daemon-perl (6.01-1ubuntu0.1) ...
12:13:28 #10 48.32 Setting up libxml-simple-perl (2.24-1) ...
12:13:28 #10 48.33 Setting up lintian (2.5.81ubuntu1) ...
12:13:28 #10 48.34 Setting up libhtml-form-perl (6.03-1) ...
12:13:28 #10 48.36 Setting up libimport-into-perl (1.002005-1) ...
12:13:28 #10 48.37 Setting up libmodule-implementation-perl (0.09-1) ...
12:13:28 #10 48.38 Setting up libparams-validate-perl (1.29-1) ...
12:13:28 #10 48.39 Setting up libmoo-perl (2.003004-1) ...
12:13:28 #10 48.40 Setting up libb-hooks-endofscope-perl (0.21-1) ...
12:13:28 #10 48.42 Setting up libpackage-stash-perl (0.37-1) ...
12:13:28 #10 48.43 Setting up libgetopt-long-descriptive-perl (0.102-1) ...
12:13:28 #10 48.45 Setting up libnamespace-clean-perl (0.27-1) ...
12:13:28 #10 48.46 Setting up licensecheck (3.0.31-2) ...
12:13:28 #10 48.47 Setting up dh-autoreconf (17) ...
12:13:28 #10 48.49 Setting up libwww-perl (6.31-1ubuntu0.1) ...
12:13:28 #10 48.51 Setting up debhelper (11.1.6ubuntu2) ...
12:13:28 #10 48.52 Setting up equivs (2.1.0) ...
12:13:28 #10 48.54 Setting up liblwp-protocol-https-perl (6.07-2) ...
12:13:28 #10 48.55 Setting up dh-strip-nondeterminism (0.040-1.1~build1) ...
12:13:28 #10 48.56 Setting up libxml-parser-perl (2.44-2build3) ...
12:13:28 #10 48.58 Setting up libxml-sax-expat-perl (0.40-2) ...
12:13:28 #10 48.62 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:13:28 #10 48.67 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:13:28 #10 48.82 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:13:28 #10 48.86 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
12:13:28 #10 48.89 Processing triggers for ca-certificates (20211016~18.04.1) ...
12:13:28 #10 48.90 Updating certificates in /etc/ssl/certs...
12:13:29 #10 49.36 0 added, 0 removed; done.
12:13:29 #10 49.36 Running hooks in /etc/ca-certificates/update.d...
12:13:29 #10 49.36 done.
12:13:29 #10 DONE 49.9s
12:13:29 
12:13:29 #11 [stage-1 3/8] COPY common /root/build-deb/debian
12:13:29 #11 DONE 0.0s
12:13:29 
12:13:29 #12 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:13:30 #12 0.857 Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
12:13:30 #12 0.919 Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
12:13:30 #12 0.993 Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
12:13:30 #12 1.067 Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
12:13:31 #12 1.272 Reading package lists...
12:13:32 #12 2.691 dh_testdir
12:13:32 #12 2.708 dh_testroot
12:13:32 #12 2.724 dh_prep
12:13:32 #12 2.744 dh_testdir
12:13:32 #12 2.761 dh_testroot
12:13:32 #12 2.778 dh_install
12:13:32 #12 2.803 dh_installdocs
12:13:32 #12 2.832 dh_installchangelogs
12:13:32 #12 2.899 dh_compress
12:13:32 #12 2.935 dh_fixperms
12:13:32 #12 2.979 dh_installdeb
12:13:32 #12 3.007 dh_gencontrol
12:13:32 #12 3.122 dh_md5sums
12:13:32 #12 3.151 dh_builddeb
12:13:32 #12 3.170 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:13:32 #12 3.192 
12:13:32 #12 3.192 The package has been created.
12:13:32 #12 3.192 Attention, the package has been created in the current directory,
12:13:32 #12 3.192 not in ".." as indicated by the message above!
12:13:32 #12 3.216 Selecting previously unselected package docker-ce-build-deps.
12:13:32 #12 3.228 (Reading database ... 21387 files and directories currently installed.)
12:13:33 #12 3.229 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:13:33 #12 3.233 Unpacking docker-ce-build-deps (1.0) ...
12:13:33 #12 3.314 Reading package lists...
12:13:34 #12 4.293 Building dependency tree...
12:13:34 #12 4.484 Reading state information...
12:13:34 #12 4.509 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:13:34 #12 4.553 Starting 2 pkgProblemResolver with broken count: 0
12:13:34 #12 4.556 Done
12:13:34 #12 4.581  Done
12:13:34 #12 4.588 Starting pkgProblemResolver with broken count: 0
12:13:34 #12 4.618 Starting 2 pkgProblemResolver with broken count: 0
12:13:34 #12 4.621 Done
12:13:34 #12 4.742 The following additional packages will be installed:
12:13:34 #12 4.742   bash-completion btrfs-progs btrfs-tools cmake cmake-data dh-apparmor
12:13:34 #12 4.742   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
12:13:34 #12 4.742   libjsoncpp1 liblzo2-2 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
12:13:34 #12 4.742   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
12:13:34 #12 4.743   libsystemd0 libudev-dev libudev1 libuv1 pkg-config
12:13:34 #12 4.744 Suggested packages:
12:13:34 #12 4.744   duperemove cmake-doc ninja-build apparmor-easyprof lrzip seccomp
12:13:34 #12 4.744 Recommended packages:
12:13:34 #12 4.744   dmsetup
12:13:34 #12 4.801 The following NEW packages will be installed:
12:13:34 #12 4.801   bash-completion btrfs-progs btrfs-tools cmake cmake-data dh-apparmor
12:13:34 #12 4.802   libarchive13 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
12:13:34 #12 4.802   libjsoncpp1 liblzo2-2 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
12:13:34 #12 4.802   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
12:13:34 #12 4.802   libudev-dev libuv1 pkg-config
12:13:34 #12 4.803 The following packages will be upgraded:
12:13:34 #12 4.804   libsystemd0 libudev1
12:13:34 #12 5.220 2 upgraded, 24 newly installed, 0 to remove and 0 not upgraded.
12:13:34 #12 5.220 1 not fully installed or removed.
12:13:34 #12 5.220 Need to get 7347 kB of archives.
12:13:34 #12 5.220 After this operation, 37.7 MB of additional disk space will be used.
12:13:34 #12 5.220 Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 bash-completion all 1:2.8-1ubuntu1 [168 kB]
12:13:35 #12 5.577 Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cmake-data all 3.10.2-1ubuntu2.18.04.2 [1332 kB]
12:13:35 #12 5.831 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblzo2-2 arm64 2.08-1.2 [42.2 kB]
12:13:35 #12 5.833 Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libarchive13 arm64 3.2.2-3.1ubuntu0.7 [244 kB]
12:13:35 #12 5.849 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libjsoncpp1 arm64 1.7.4-3 [69.2 kB]
12:13:35 #12 5.852 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librhash0 arm64 1.3.6-2 [71.8 kB]
12:13:35 #12 5.857 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libuv1 arm64 1.18.0-3 [53.7 kB]
12:13:35 #12 5.860 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cmake arm64 3.10.2-1ubuntu2.18.04.2 [2973 kB]
12:13:35 #12 5.998 Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 dh-apparmor all 2.12-4ubuntu5.1 [11.2 kB]
12:13:35 #12 6.000 Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 btrfs-progs arm64 4.15.1-1build1 [551 kB]
12:13:35 #12 6.029 Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 btrfs-tools arm64 4.15.1-1build1 [2604 B]
12:13:35 #12 6.030 Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libudev1 arm64 237-3ubuntu10.56 [45.3 kB]
12:13:35 #12 6.031 Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdevmapper1.02.1 arm64 2:1.02.145-4.1ubuntu3.18.04.3 [100 kB]
12:13:35 #12 6.037 Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.145-4.1ubuntu3.18.04.3 [9444 B]
12:13:35 #12 6.037 Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libudev-dev arm64 237-3ubuntu10.56 [19.1 kB]
12:13:35 #12 6.038 Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsepol1-dev arm64 2.7-1ubuntu0.1 [294 kB]
12:13:35 #12 6.051 Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpcre16-3 arm64 2:8.39-9ubuntu0.1 [121 kB]
12:13:35 #12 6.074 Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpcre32-3 arm64 2:8.39-9ubuntu0.1 [113 kB]
12:13:35 #12 6.148 Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpcrecpp0v5 arm64 2:8.39-9ubuntu0.1 [15.1 kB]
12:13:35 #12 6.149 Get:20 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpcre3-dev arm64 2:8.39-9ubuntu0.1 [458 kB]
12:13:35 #12 6.155 Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libselinux1-dev arm64 2.7-2build2 [143 kB]
12:13:35 #12 6.157 Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libdevmapper-dev arm64 2:1.02.145-4.1ubuntu3.18.04.3 [35.0 kB]
12:13:35 #12 6.158 Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libseccomp-dev arm64 2.5.1-1ubuntu1~18.04.2 [76.1 kB]
12:13:35 #12 6.159 Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsystemd0 arm64 237-3ubuntu10.56 [171 kB]
12:13:35 #12 6.162 Get:25 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsystemd-dev arm64 237-3ubuntu10.56 [184 kB]
12:13:35 #12 6.165 Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB]
12:13:36 #12 6.313 debconf: delaying package configuration, since apt-utils is not installed
12:13:36 #12 6.347 Fetched 7347 kB in 1s (5453 kB/s)
12:13:36 #12 6.377 Selecting previously unselected package bash-completion.
12:13:36 #12 6.377 (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 ... 21391 files and directories currently installed.)
12:13:36 #12 6.388 Preparing to unpack .../00-bash-completion_1%3a2.8-1ubuntu1_all.deb ...
12:13:36 #12 7.041 Unpacking bash-completion (1:2.8-1ubuntu1) ...
12:13:36 #12 7.166 Selecting previously unselected package cmake-data.
12:13:36 #12 7.168 Preparing to unpack .../01-cmake-data_3.10.2-1ubuntu2.18.04.2_all.deb ...
12:13:36 #12 7.173 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.2) ...
12:13:37 #12 7.505 Selecting previously unselected package liblzo2-2:arm64.
12:13:37 #12 7.508 Preparing to unpack .../02-liblzo2-2_2.08-1.2_arm64.deb ...
12:13:37 #12 7.513 Unpacking liblzo2-2:arm64 (2.08-1.2) ...
12:13:37 #12 7.552 Selecting previously unselected package libarchive13:arm64.
12:13:37 #12 7.555 Preparing to unpack .../03-libarchive13_3.2.2-3.1ubuntu0.7_arm64.deb ...
12:13:37 #12 7.561 Unpacking libarchive13:arm64 (3.2.2-3.1ubuntu0.7) ...
12:13:37 #12 7.609 Selecting previously unselected package libjsoncpp1:arm64.
12:13:37 #12 7.612 Preparing to unpack .../04-libjsoncpp1_1.7.4-3_arm64.deb ...
12:13:37 #12 7.616 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
12:13:37 #12 7.658 Selecting previously unselected package librhash0:arm64.
12:13:37 #12 7.660 Preparing to unpack .../05-librhash0_1.3.6-2_arm64.deb ...
12:13:37 #12 7.665 Unpacking librhash0:arm64 (1.3.6-2) ...
12:13:37 #12 7.705 Selecting previously unselected package libuv1:arm64.
12:13:37 #12 7.707 Preparing to unpack .../06-libuv1_1.18.0-3_arm64.deb ...
12:13:37 #12 7.711 Unpacking libuv1:arm64 (1.18.0-3) ...
12:13:37 #12 7.742 Selecting previously unselected package cmake.
12:13:37 #12 7.744 Preparing to unpack .../07-cmake_3.10.2-1ubuntu2.18.04.2_arm64.deb ...
12:13:37 #12 7.749 Unpacking cmake (3.10.2-1ubuntu2.18.04.2) ...
12:13:37 #12 8.027 Selecting previously unselected package dh-apparmor.
12:13:37 #12 8.027 Preparing to unpack .../08-dh-apparmor_2.12-4ubuntu5.1_all.deb ...
12:13:37 #12 8.031 Unpacking dh-apparmor (2.12-4ubuntu5.1) ...
12:13:37 #12 8.065 Selecting previously unselected package btrfs-progs.
12:13:37 #12 8.067 Preparing to unpack .../09-btrfs-progs_4.15.1-1build1_arm64.deb ...
12:13:37 #12 8.072 Unpacking btrfs-progs (4.15.1-1build1) ...
12:13:37 #12 8.150 Selecting previously unselected package btrfs-tools.
12:13:37 #12 8.153 Preparing to unpack .../10-btrfs-tools_4.15.1-1build1_arm64.deb ...
12:13:37 #12 8.156 Unpacking btrfs-tools (4.15.1-1build1) ...
12:13:37 #12 8.194 Preparing to unpack .../11-libudev1_237-3ubuntu10.56_arm64.deb ...
12:13:37 #12 8.205 Unpacking libudev1:arm64 (237-3ubuntu10.56) over (237-3ubuntu10.53) ...
12:13:37 #12 8.256 Setting up libudev1:arm64 (237-3ubuntu10.56) ...
12:13:37 #12 8.324 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:13:37 #12 8.325 (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 ... 24562 files and directories currently installed.)
12:13:37 #12 8.336 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ...
12:13:37 #12 8.340 Unpacking libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:13:37 #12 8.381 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
12:13:38 #12 8.383 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ...
12:13:38 #12 8.387 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:13:38 #12 8.428 Selecting previously unselected package libudev-dev:arm64.
12:13:38 #12 8.431 Preparing to unpack .../02-libudev-dev_237-3ubuntu10.56_arm64.deb ...
12:13:38 #12 8.440 Unpacking libudev-dev:arm64 (237-3ubuntu10.56) ...
12:13:38 #12 8.474 Selecting previously unselected package libsepol1-dev:arm64.
12:13:38 #12 8.476 Preparing to unpack .../03-libsepol1-dev_2.7-1ubuntu0.1_arm64.deb ...
12:13:38 #12 8.480 Unpacking libsepol1-dev:arm64 (2.7-1ubuntu0.1) ...
12:13:38 #12 8.543 Selecting previously unselected package libpcre16-3:arm64.
12:13:38 #12 8.545 Preparing to unpack .../04-libpcre16-3_2%3a8.39-9ubuntu0.1_arm64.deb ...
12:13:38 #12 8.549 Unpacking libpcre16-3:arm64 (2:8.39-9ubuntu0.1) ...
12:13:38 #12 8.595 Selecting previously unselected package libpcre32-3:arm64.
12:13:38 #12 8.597 Preparing to unpack .../05-libpcre32-3_2%3a8.39-9ubuntu0.1_arm64.deb ...
12:13:38 #12 8.600 Unpacking libpcre32-3:arm64 (2:8.39-9ubuntu0.1) ...
12:13:38 #12 8.645 Selecting previously unselected package libpcrecpp0v5:arm64.
12:13:38 #12 8.647 Preparing to unpack .../06-libpcrecpp0v5_2%3a8.39-9ubuntu0.1_arm64.deb ...
12:13:38 #12 8.652 Unpacking libpcrecpp0v5:arm64 (2:8.39-9ubuntu0.1) ...
12:13:38 #12 8.685 Selecting previously unselected package libpcre3-dev:arm64.
12:13:38 #12 8.688 Preparing to unpack .../07-libpcre3-dev_2%3a8.39-9ubuntu0.1_arm64.deb ...
12:13:38 #12 8.693 Unpacking libpcre3-dev:arm64 (2:8.39-9ubuntu0.1) ...
12:13:38 #12 8.761 Selecting previously unselected package libselinux1-dev:arm64.
12:13:38 #12 8.764 Preparing to unpack .../08-libselinux1-dev_2.7-2build2_arm64.deb ...
12:13:38 #12 8.768 Unpacking libselinux1-dev:arm64 (2.7-2build2) ...
12:13:38 #12 8.812 Selecting previously unselected package libdevmapper-dev:arm64.
12:13:38 #12 8.814 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.145-4.1ubuntu3.18.04.3_arm64.deb ...
12:13:38 #12 8.819 Unpacking libdevmapper-dev:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:13:38 #12 8.852 Selecting previously unselected package libseccomp-dev:arm64.
12:13:38 #12 8.855 Preparing to unpack .../10-libseccomp-dev_2.5.1-1ubuntu1~18.04.2_arm64.deb ...
12:13:38 #12 8.859 Unpacking libseccomp-dev:arm64 (2.5.1-1ubuntu1~18.04.2) ...
12:13:38 #12 8.903 Preparing to unpack .../11-libsystemd0_237-3ubuntu10.56_arm64.deb ...
12:13:38 #12 8.915 Unpacking libsystemd0:arm64 (237-3ubuntu10.56) over (237-3ubuntu10.53) ...
12:13:38 #12 8.983 Setting up libsystemd0:arm64 (237-3ubuntu10.56) ...
12:13:38 #12 9.024 Selecting previously unselected package libsystemd-dev:arm64.
12:13:38 #12 9.024 (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 ... 25116 files and directories currently installed.)
12:13:38 #12 9.037 Preparing to unpack .../libsystemd-dev_237-3ubuntu10.56_arm64.deb ...
12:13:38 #12 9.042 Unpacking libsystemd-dev:arm64 (237-3ubuntu10.56) ...
12:13:38 #12 9.101 Selecting previously unselected package pkg-config.
12:13:38 #12 9.104 Preparing to unpack .../pkg-config_0.29.1-0ubuntu2_arm64.deb ...
12:13:38 #12 9.107 Unpacking pkg-config (0.29.1-0ubuntu2) ...
12:13:38 #12 9.164 Setting up libsepol1-dev:arm64 (2.7-1ubuntu0.1) ...
12:13:38 #12 9.176 Setting up libuv1:arm64 (1.18.0-3) ...
12:13:38 #12 9.185 Setting up bash-completion (1:2.8-1ubuntu1) ...
12:13:39 #12 9.882 Setting up libseccomp-dev:arm64 (2.5.1-1ubuntu1~18.04.2) ...
12:13:39 #12 9.894 Setting up cmake-data (3.10.2-1ubuntu2.18.04.2) ...
12:13:39 #12 9.910 Setting up libdevmapper1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:13:39 #12 9.921 Setting up librhash0:arm64 (1.3.6-2) ...
12:13:39 #12 9.933 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:13:39 #12 9.944 Setting up pkg-config (0.29.1-0ubuntu2) ...
12:13:39 #12 9.992 Setting up dh-apparmor (2.12-4ubuntu5.1) ...
12:13:39 #12 10.00 Setting up libpcrecpp0v5:arm64 (2:8.39-9ubuntu0.1) ...
12:13:39 #12 10.02 Setting up libpcre32-3:arm64 (2:8.39-9ubuntu0.1) ...
12:13:39 #12 10.03 Setting up libsystemd-dev:arm64 (237-3ubuntu10.56) ...
12:13:39 #12 10.05 Setting up libpcre16-3:arm64 (2:8.39-9ubuntu0.1) ...
12:13:39 #12 10.06 Setting up libudev-dev:arm64 (237-3ubuntu10.56) ...
12:13:39 #12 10.07 Setting up liblzo2-2:arm64 (2.08-1.2) ...
12:13:39 #12 10.09 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
12:13:39 #12 10.10 Setting up libpcre3-dev:arm64 (2:8.39-9ubuntu0.1) ...
12:13:39 #12 10.11 Setting up libarchive13:arm64 (3.2.2-3.1ubuntu0.7) ...
12:13:39 #12 10.12 Setting up btrfs-progs (4.15.1-1build1) ...
12:13:39 #12 10.13 Setting up cmake (3.10.2-1ubuntu2.18.04.2) ...
12:13:39 #12 10.14 Setting up libselinux1-dev:arm64 (2.7-2build2) ...
12:13:39 #12 10.15 Setting up libdevmapper-dev:arm64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
12:13:39 #12 10.16 Setting up btrfs-tools (4.15.1-1build1) ...
12:13:39 #12 10.18 Setting up docker-ce-build-deps (1.0) ...
12:13:39 #12 10.19 Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
12:13:39 #12 10.21 Processing triggers for libc-bin (2.27-3ubuntu1.6) ...
12:13:40 #12 DONE 10.4s
12:13:40 
12:13:40 #13 [stage-1 5/8] COPY sources/ /sources
12:13:40 #13 DONE 0.1s
12:13:40 
12:13:40 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
12:13:42 #14 DONE 1.8s
12:13:42 
12:13:42 #15 [stage-1 7/8] WORKDIR /root/build-deb
12:13:42 #15 DONE 0.0s
12:13:42 
12:13:42 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
12:13:42 #16 DONE 0.0s
12:13:42 
12:13:42 #17 exporting to image
12:13:42 #17 exporting layers
12:13:44 #17 exporting layers 1.9s done
12:13:44 #17 writing image sha256:082a5473ca4cd780caa3d9dbb9afbace92a41729ba7ce4bf52d6601cd0a11a60 done
12:13:44 #17 naming to docker.io/debbuild-ubuntu-bionic/aarch64 done
12:13:44 #17 DONE 1.9s
12:13:44 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20220908081902-b40c2f6 -e VERSION=0.0.0-20220908081902-b40c2f6 -e CLI_GITCOMMIT=b40c2f6 -e ENGINE_GITCOMMIT=f219cb5 -e COMPOSE_VERSION=v2.11.2 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/debbuild/ubuntu-bionic:/build  debbuild-ubuntu-bionic/aarch64
12:13:44 + set -e
12:13:44 + mkdir -p /root/build-deb/engine
12:13:44 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:13:44 + mkdir -p /root/build-deb/cli
12:13:44 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:13:45 + mkdir -p /root/build-deb/compose
12:13:45 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:13:45 + mkdir -p /root/build-deb/scan-cli-plugin
12:13:45 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:13:45 + mkdir -p /go/src/github.com/docker
12:13:45 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:13:45 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:13:45 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:13:45 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:13:45 + EPOCH=5
12:13:45 + EPOCH_SEP=
12:13:45 + [[ ! -z 5 ]]
12:13:45 + EPOCH_SEP=:
12:13:45 + [[ -z 0.0.0-20220908081902-b40c2f6 ]]
12:13:45 + echo VERSION AAA 0.0.0-20220908081902-b40c2f6
12:13:45 + VERSION=0.0.0-20220908081902-b40c2f6
12:13:45 VERSION AAA 0.0.0-20220908081902-b40c2f6
12:13:45 VERSION bbb 0.0.0-20220908081902-b40c2f6
12:13:45 + echo VERSION bbb 0.0.0-20220908081902-b40c2f6
12:13:45 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:13:45 + debSource=docker-ce
12:13:45 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:13:45 + debMaintainer='Docker <support@docker.com>'
12:13:45 ++ date --rfc-2822
12:13:45 + debDate='Mon, 03 Oct 2022 12:13:45 +0000'
12:13:45 + cat
12:13:45 + export CLI_GITCOMMIT=b40c2f6
12:13:45 + CLI_GITCOMMIT=b40c2f6
12:13:45 + export ENGINE_GITCOMMIT=f219cb5
12:13:45 + ENGINE_GITCOMMIT=f219cb5
12:13:45 + export SCAN_GITCOMMIT=061fe0a
12:13:45 + SCAN_GITCOMMIT=061fe0a
12:13:45 + echo VERSION BBB 0.0.0-20220908081902-b40c2f6
12:13:45 VERSION BBB 0.0.0-20220908081902-b40c2f6
12:13:45 + dpkg-buildpackage -uc -us -I.git
12:13:45 dpkg-buildpackage: info: source package docker-ce
12:13:45 dpkg-buildpackage: info: source version 5:0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic
12:13:45 dpkg-buildpackage: info: source distribution bionic
12:13:45 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:13:45 dpkg-buildpackage: info: host architecture arm64
12:13:45  dpkg-source -I.git --before-build build-deb
12:13:45  debian/rules clean
12:13:45 dh clean --with=bash-completion --with=systemd
12:13:45    dh_clean
12:13:45  dpkg-source -I.git -b build-deb
12:13:45 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:13:45 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:13:45 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220908081902-b40c2f6-0~ubuntu'
12:13:45 dpkg-source: info: using source format '1.0'
12:13:45 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic.tar.gz
12:13:55 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic.dsc
12:13:55  debian/rules build
12:13:55 dh build --with=bash-completion --with=systemd
12:13:55    dh_update_autotools_config
12:13:55    dh_autoreconf
12:13:55    debian/rules override_dh_auto_build
12:13:55 make[1]: Entering directory '/root/build-deb'
12:13:55 # Build the daemon and dependencies
12:13:55 cd engine && DOCKER_GITCOMMIT=f219cb5 PRODUCT=docker ./hack/make.sh dynbinary
12:13:55 
12:13:55 Removing bundles/
12:13:55 
12:13:55 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:13:55 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:13:55 GOOS="" GOARCH="" GOARM=""
12:15:17 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:15:17 
12:15:17 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:15:17 + RM_GOPATH=0
12:15:17 + TMP_GOPATH=/go
12:15:17 + : /usr/local/bin
12:15:17 + '[' -z /go ']'
12:15:17 + export GOPATH=/go
12:15:17 + GOPATH=/go
12:15:17 + case "$(go env GOARCH)" in
12:15:17 ++ go env GOARCH
12:15:17 + export GO_BUILDMODE=-buildmode=pie
12:15:17 + GO_BUILDMODE=-buildmode=pie
12:15:17 ++ dirname hack/dockerfile/install/install.sh
12:15:17 + dir=hack/dockerfile/install
12:15:17 + bin=tini
12:15:17 + shift
12:15:17 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:15:17 + . hack/dockerfile/install/tini.installer
12:15:17 ++ : v0.19.0
12:15:17 + install_tini
12:15:17 + echo 'Install tini version v0.19.0'
12:15:17 Install tini version v0.19.0
12:15:17 + git clone https://github.com/krallin/tini.git /go/tini
12:15:17 Cloning into '/go/tini'...
12:15:17 + cd /go/tini
12:15:17 + git checkout -q v0.19.0
12:15:17 + cmake .
12:15:17 -- The C compiler identification is GNU 7.5.0
12:15:17 -- Check for working C compiler: /usr/bin/cc
12:15:17 -- Check for working C compiler: /usr/bin/cc -- works
12:15:17 -- Detecting C compiler ABI info
12:15:17 -- Detecting C compiler ABI info - done
12:15:17 -- Detecting C compile features
12:15:17 -- Detecting C compile features - done
12:15:17 -- Performing Test HAS_BUILTIN_FORTIFY
12:15:17 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:15:17 -- Configuring done
12:15:17 -- Generating done
12:15:17 -- Build files have been written to: /go/tini
12:15:17 + make tini-static
12:15:17 make[2]: Entering directory '/go/tini'
12:15:17 make[3]: Entering directory '/go/tini'
12:15:17 make[4]: Entering directory '/go/tini'
12:15:17 make[5]: Entering directory '/go/tini'
12:15:17 Scanning dependencies of target tini-static
12:15:17 make[5]: Leaving directory '/go/tini'
12:15:17 make[5]: Entering directory '/go/tini'
12:15:17 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:15:17 [100%] Linking C executable tini-static
12:15:17 make[5]: Leaving directory '/go/tini'
12:15:17 [100%] Built target tini-static
12:15:17 make[4]: Leaving directory '/go/tini'
12:15:17 make[3]: Leaving directory '/go/tini'
12:15:17 make[2]: Leaving directory '/go/tini'
12:15:17 + mkdir -p /usr/local/bin
12:15:17 + cp tini-static /usr/local/bin/docker-init
12:15:17 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
12:15:17 + RM_GOPATH=0
12:15:17 + TMP_GOPATH=/go
12:15:17 + : /usr/local/bin
12:15:17 + '[' -z /go ']'
12:15:17 + export GOPATH=/go
12:15:17 + GOPATH=/go
12:15:17 + case "$(go env GOARCH)" in
12:15:17 ++ go env GOARCH
12:15:17 + export GO_BUILDMODE=-buildmode=pie
12:15:17 + GO_BUILDMODE=-buildmode=pie
12:15:17 ++ dirname hack/dockerfile/install/install.sh
12:15:17 + dir=hack/dockerfile/install
12:15:17 + bin=proxy
12:15:17 + shift
12:15:17 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
12:15:17 + . hack/dockerfile/install/proxy.installer
12:15:17 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
12:15:17 + install_proxy dynamic
12:15:17 + case "$1" in
12:15:17 + install_proxy_dynamic
12:15:17 + export PROXY_LDFLAGS=-linkmode=external install_proxy
12:15:17 + PROXY_LDFLAGS=-linkmode=external
12:15:17 + export BUILD_MODE=-buildmode=pie
12:15:17 + BUILD_MODE=-buildmode=pie
12:15:17 + _install_proxy
12:15:17 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
12:15:17 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
12:15:17 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
12:15:17 Cloning into '/go/src/github.com/docker/libnetwork'...
12:15:17 + cd /go/src/github.com/docker/libnetwork
12:15:17 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
12:15:17 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
12:15:17 + return
12:15:17 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:15:17 + RM_GOPATH=0
12:15:17 + TMP_GOPATH=/go
12:15:17 + : /usr/local/bin
12:15:17 + '[' -z /go ']'
12:15:17 + export GOPATH=/go
12:15:17 + GOPATH=/go
12:15:17 + case "$(go env GOARCH)" in
12:15:17 ++ go env GOARCH
12:15:17 + export GO_BUILDMODE=-buildmode=pie
12:15:17 + GO_BUILDMODE=-buildmode=pie
12:15:17 ++ dirname hack/dockerfile/install/install.sh
12:15:17 + dir=hack/dockerfile/install
12:15:17 + bin=rootlesskit
12:15:17 + shift
12:15:17 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:15:17 + . hack/dockerfile/install/rootlesskit.installer
12:15:17 ++ : v0.14.4
12:15:17 + install_rootlesskit dynamic
12:15:17 + case "$1" in
12:15:17 + install_rootlesskit_dynamic
12:15:17 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:15:17 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:15:17 + export BUILD_MODE=-buildmode=pie
12:15:17 + BUILD_MODE=-buildmode=pie
12:15:17 + _install_rootlesskit
12:15:17 + echo 'Install rootlesskit version v0.14.4'
12:15:17 Install rootlesskit version v0.14.4
12:15:17 + for f in rootlesskit rootlesskit-docker-proxy
12:15:17 + GOBIN=/usr/local/bin
12:15:17 + GO111MODULE=on
12:15:17 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
12:15:17 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
12:15:17 go: downloading github.com/pkg/errors v0.9.1
12:15:17 go: downloading github.com/sirupsen/logrus v1.8.1
12:15:17 go: downloading github.com/urfave/cli/v2 v2.3.0
12:15:17 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
12:15:17 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
12:15:17 go: downloading github.com/google/uuid v1.3.0
12:15:17 go: downloading github.com/moby/vpnkit v0.5.0
12:15:17 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:15:17 go: downloading github.com/gofrs/flock v0.8.1
12:15:17 go: downloading github.com/gorilla/mux v1.8.0
12:15:17 go: downloading github.com/moby/sys/mountinfo v0.4.1
12:15:17 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
12:15:17 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
12:15:17 go: downloading github.com/u-root/u-root v7.0.0+incompatible
12:15:17 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:15:21 + for f in rootlesskit rootlesskit-docker-proxy
12:15:21 + GOBIN=/usr/local/bin
12:15:21 + GO111MODULE=on
12:15:21 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
12:15:25 + return
12:15:25 # Build the CLI
12:15:25 cd /go/src/github.com/docker/cli && \
12:15:25 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220908081902-b40c2f6 GITCOMMIT=b40c2f6 dynbinary manpages
12:15:25 make[2]: Entering directory '/root/build-deb/cli'
12:15:25 GO_LINKMODE=dynamic ./scripts/build/binary
12:15:25 Building dynamic docker-linux-arm64
12:16:33 scripts/docs/generate-man.sh
12:17:30 Project root: /go/src/github.com/docker/cli
12:17:30 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
12:17:30 2022/10/03 12:17:26 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
12:17:30 make[2]: Leaving directory '/root/build-deb/cli'
12:17:30 # Build the compose plugin
12:17:30 cd /go/src/github.com/docker/compose \
12:17:30 && make VERSION=v2.11.2 DESTDIR=/usr/libexec/docker/cli-plugins build
12:17:30 make[2]: Entering directory '/root/build-deb/compose'
12:17:30 CGO_ENABLED=0 GO111MODULE=on go build -trimpath -tags "e2e,kube" -ldflags "-s -w -X github.com/docker/compose/v2/internal.Version=v2.11.2" -o "/usr/libexec/docker/cli-plugins/docker-compose" ./cmd
12:17:30 go: downloading github.com/docker/cli v20.10.3-0.20220309205733-2b52f62e9627+incompatible
12:17:30 go: downloading github.com/spf13/cobra v1.5.0
12:17:30 go: downloading github.com/fvbommel/sortorder v1.0.2
12:17:30 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
12:17:30 go: downloading github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae
12:17:30 go: downloading github.com/morikuni/aec v1.0.0
12:17:30 go: downloading github.com/spf13/pflag v1.0.5
12:17:30 go: downloading github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible
12:17:30 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:17:30 go: downloading github.com/docker/go-connections v0.4.0
12:17:30 go: downloading github.com/sirupsen/logrus v1.9.0
12:17:30 go: downloading github.com/theupdateframework/notary v0.7.0
12:17:30 go: downloading github.com/compose-spec/compose-go v1.6.0
12:17:30 go: downloading github.com/hashicorp/go-version v1.6.0
12:17:30 go: downloading github.com/cnabio/cnab-to-oci v0.3.7
12:17:30 go: downloading github.com/distribution/distribution/v3 v3.0.0-20220902125104-0122d7ddaec0
12:17:30 go: downloading github.com/docker/buildx v0.8.2
12:17:30 go: downloading github.com/docker/go-units v0.5.0
12:17:30 go: downloading github.com/mattn/go-shellwords v1.0.12
12:17:30 go: downloading github.com/moby/buildkit v0.10.4
12:17:30 go: downloading github.com/opencontainers/go-digest v1.0.0
12:17:30 go: downloading go.opentelemetry.io/otel v1.10.0
12:17:30 go: downloading github.com/containerd/containerd v1.6.8
12:17:30 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:17:30 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:17:30 go: downloading golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
12:17:30 go: downloading gopkg.in/yaml.v2 v2.4.0
12:17:30 go: downloading k8s.io/client-go v0.22.4
12:17:30 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:17:30 go: downloading github.com/cnabio/cnab-go v0.23.4
12:17:30 go: downloading github.com/imdario/mergo v0.3.13
12:17:30 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:17:30 go: downloading github.com/containerd/console v1.0.3
12:17:30 go: downloading golang.org/x/text v0.3.7
12:17:30 go: downloading github.com/mattn/go-isatty v0.0.16
12:17:30 go: downloading github.com/buger/goterm v1.0.4
12:17:30 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:17:30 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:17:30 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:17:30 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:17:30 go: downloading go.opentelemetry.io/otel/trace v1.10.0
12:17:30 go: downloading github.com/go-logr/logr v1.2.3
12:17:30 go: downloading k8s.io/api v0.22.4
12:17:30 go: downloading k8s.io/apimachinery v0.22.4
12:17:30 go: downloading github.com/gofrs/flock v0.8.0
12:17:30 go: downloading github.com/moby/sys/signal v0.6.0
12:17:30 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:17:30 go: downloading github.com/golang/mock v1.6.0
12:17:30 go: downloading google.golang.org/grpc v1.45.0
12:17:30 go: downloading github.com/klauspost/compress v1.15.1
12:17:30 go: downloading github.com/opencontainers/runc v1.1.2
12:17:30 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:17:30 go: downloading github.com/hashicorp/errwrap v1.1.0
12:17:30 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:17:30 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3
12:17:30 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:17:30 go: downloading golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
12:17:30 go: downloading golang.org/x/crypto v0.0.0-20220214200702-86341886e292
12:17:30 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:17:30 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:17:30 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
12:17:30 go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4
12:17:30 go: downloading github.com/moby/locker v1.0.1
12:17:30 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:17:30 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:17:30 go: downloading k8s.io/klog/v2 v2.60.1
12:17:30 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:17:30 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:17:30 go: downloading google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106
12:17:30 go: downloading google.golang.org/protobuf v1.27.1
12:17:30 go: downloading github.com/go-logr/stdr v1.2.2
12:17:30 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:17:30 go: downloading github.com/gogo/protobuf v1.3.2
12:17:30 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:17:30 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:17:30 go: downloading github.com/pelletier/go-toml v1.9.4
12:17:30 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:17:30 go: downloading github.com/google/gofuzz v1.2.0
12:17:31 go: downloading github.com/moby/sys/symlink v0.2.0
12:17:31 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:17:31 go: downloading github.com/golang/protobuf v1.5.2
12:17:31 go: downloading github.com/gogo/googleapis v1.4.1
12:17:31 go: downloading github.com/containerd/typeurl v1.0.2
12:17:31 go: downloading github.com/qri-io/jsonpointer v0.1.1
12:17:31 go: downloading github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e
12:17:31 go: downloading github.com/Masterminds/semver v1.5.0
12:17:31 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:17:31 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:17:31 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:17:31 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:17:31 go: downloading github.com/felixge/httpsnoop v1.0.2
12:17:31 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:17:31 go: downloading github.com/davecgh/go-spew v1.1.1
12:17:31 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:17:31 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:17:31 go: downloading gopkg.in/inf.v0 v0.9.1
12:17:31 go: downloading github.com/googleapis/gnostic v0.5.5
12:17:31 go: downloading github.com/google/go-cmp v0.5.8
12:17:31 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:17:31 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
12:17:32 go: downloading github.com/docker/go-metrics v0.0.1
12:17:32 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:17:32 go: downloading github.com/json-iterator/go v1.1.12
12:17:32 go: downloading github.com/modern-go/reflect2 v1.0.2
12:17:32 go: downloading sigs.k8s.io/yaml v1.2.0
12:17:32 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:17:32 go: downloading github.com/mattn/go-colorable v0.1.12
12:17:32 go: downloading gopkg.in/yaml.v3 v3.0.1
12:17:32 go: downloading github.com/prometheus/client_golang v1.12.1
12:17:32 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:17:32 go: downloading github.com/containerd/ttrpc v1.1.0
12:17:32 go: downloading github.com/moby/spdystream v0.2.0
12:17:32 go: downloading github.com/prometheus/client_model v0.2.0
12:17:32 go: downloading github.com/prometheus/common v0.32.1
12:17:32 go: downloading github.com/beorn7/perks v1.0.1
12:17:32 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:17:32 go: downloading github.com/prometheus/procfs v0.7.3
12:17:32 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:19:08 make[2]: Leaving directory '/root/build-deb/compose'
12:19:08 # Build the scan-plugin
12:19:08 # TODO change once we support scan-plugin on other architectures
12:19:08 if [ "arm64" = "amd64" ]; then \
12:19:08 	cd /go/src/github.com/docker/scan-cli-plugin \
12:19:08 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
12:19:08 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:19:08 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:19:08 fi
12:19:08 # Build the CLI plugins
12:19:08 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
12:19:08 set -e;cd /sources && \
12:19:08 	tar xzf plugin-installers.tgz; \
12:19:08 	for installer in plugins/*.installer; do \
12:19:08 		LDFLAGS='' bash ${installer} build; \
12:19:08 	done
12:19:08 Cloning into '/go/src/github.com/docker/app'...
12:19:08 Fetching origin
12:19:08 make[2]: Entering directory '/go/src/github.com/docker/app'
12:19:08 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
12:19:47 make[2]: Leaving directory '/go/src/github.com/docker/app'
12:19:47 Cloning into '/go/src/github.com/docker/buildx'...
12:19:49 Fetching origin
12:19:49 + GO111MODULE=on
12:19:49 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.9.1-docker -X github.com/docker/buildx/version.Revision=ed00243a0ce2a0aee75311b06e32d33b44729689 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
12:21:11 make[1]: Leaving directory '/root/build-deb'
12:21:11    debian/rules override_dh_auto_test
12:21:11 make[1]: Entering directory '/root/build-deb'
12:21:11 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:21:11 	test "$ver" = "Docker version 0.0.0-20220908081902-b40c2f6, build f219cb5" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
12:21:11 PASS: daemon version OK
12:21:11 ver="$(cli/build/docker --version)"; \
12:21:11 	test "$ver" = "Docker version 0.0.0-20220908081902-b40c2f6, build b40c2f6" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
12:21:11 PASS: cli version OK
12:21:11 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:21:11 	test "$ver" = "v2.11.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:21:11 PASS: docker-compose version OK
12:21:11 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:21:11 # TODO change once we support scan-plugin on other architectures
12:21:11 if [ "arm64" = "amd64" ]; then \
12:21:11 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:21:11 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:21:11 fi
12:21:11 make[1]: Leaving directory '/root/build-deb'
12:21:11    create-stamp debian/debhelper-build-stamp
12:21:11  debian/rules binary
12:21:11 dh binary --with=bash-completion --with=systemd
12:21:11    dh_testroot
12:21:11    dh_prep
12:21:11    debian/rules override_dh_auto_install
12:21:11 make[1]: Entering directory '/root/build-deb'
12:21:11 # docker-ce-cli install
12:21:11 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
12:21:11 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
12:21:11 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:21:11 set -e;cd /sources && \
12:21:11 	tar xzf plugin-installers.tgz; \
12:21:11 	for installer in plugins/*.installer; do \
12:21:11 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
12:21:11 		PREFIX=/usr/libexec/docker/cli-plugins \
12:21:11 			bash ${installer} install_plugin; \
12:21:11 	done
12:21:11 # docker-ce install
12:21:11 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:21:11 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:21:11 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6 debian/docker-ce/usr/bin/dockerd
12:21:11 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:21:11 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:21:11 # docker-compose-plugin install
12:21:11 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:21:11 # docker-scan-plugin install
12:21:11 # TODO change once we support scan-plugin on other architectures
12:21:11 if [ "arm64" = "amd64" ]; then \
12:21:11 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:21:11 fi
12:21:11 # docker-ce-rootless-extras install
12:21:11 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:21:11 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:21:11 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:21:11 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:21:11 # TODO: how can we install vpnkit?
12:21:11 make[1]: Leaving directory '/root/build-deb'
12:21:11    debian/rules override_dh_install
12:21:11 make[1]: Entering directory '/root/build-deb'
12:21:11 dh_install
12:21:11 # TODO Can we do this from within our container?
12:21:11 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:21:11 make[1]: Leaving directory '/root/build-deb'
12:21:11    dh_installdocs
12:21:11    dh_installchangelogs
12:21:11    dh_installman
12:21:11    dh_bash-completion
12:21:11    dh_systemd_enable
12:21:11    debian/rules override_dh_installinit
12:21:11 make[1]: Entering directory '/root/build-deb'
12:21:11 # use "docker" as our service name, not "docker-ce"
12:21:11 dh_installinit --name=docker
12:21:11 make[1]: Leaving directory '/root/build-deb'
12:21:11    dh_systemd_start
12:21:11    dh_perl
12:21:11    dh_link
12:21:11    dh_strip_nondeterminism
12:21:11    dh_compress
12:21:11    dh_fixperms
12:21:11    dh_missing
12:21:11    debian/rules override_dh_strip
12:21:11 make[1]: Entering directory '/root/build-deb'
12:21:11 # Go has lots of problems with stripping, so just don't
12:21:11 make[1]: Leaving directory '/root/build-deb'
12:21:11    dh_makeshlibs
12:21:11    debian/rules override_dh_shlibdeps
12:21:11 make[1]: Entering directory '/root/build-deb'
12:21:11 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:21:11 make[1]: Leaving directory '/root/build-deb'
12:21:11    dh_installdeb
12:21:11    debian/rules override_dh_gencontrol
12:21:11 make[1]: Entering directory '/root/build-deb'
12:21:11 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:21:11 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:21:11 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
12:21:11 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:21:11 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:21:11 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:21:11 if [ "arm64" = "amd64" ]; then \
12:21:11 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
12:21:11 fi
12:21:11 dh_gencontrol --remaining-packages
12:21:12 make[1]: Leaving directory '/root/build-deb'
12:21:12    dh_md5sums
12:21:12    debian/rules override_dh_builddeb
12:21:12 make[1]: Entering directory '/root/build-deb'
12:21:12 dh_builddeb -- -Zxz
12:21:12 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.deb'.
12:21:12 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.deb'.
12:21:27 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.11.2~ubuntu-bionic_arm64.deb'.
12:21:45 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.deb'.
12:22:24 make[1]: Leaving directory '/root/build-deb'
12:22:24  dpkg-genbuildinfo
12:22:24  dpkg-genchanges  >../docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.changes
12:22:24 dpkg-genchanges: info: including full source code in upload
12:22:24  dpkg-source -I.git --after-build build-deb
12:22:24 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:22:24 + destination=/build
12:22:24 + mkdir -p /build
12:22:24 + mv -v /root/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.deb /root/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.deb /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic.dsc /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic.tar.gz /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.buildinfo /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.changes /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.deb /root/docker-compose-plugin_2.11.2~ubuntu-bionic_arm64.deb /build
12:22:24 copied '/root/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.deb' -> '/build/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.deb'
12:22:24 removed '/root/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.deb'
12:22:24 copied '/root/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.deb'
12:22:24 removed '/root/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.deb'
12:22:24 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic.dsc' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic.dsc'
12:22:24 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic.dsc'
12:22:24 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic.tar.gz' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic.tar.gz'
12:22:24 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic.tar.gz'
12:22:24 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.buildinfo' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.buildinfo'
12:22:24 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.buildinfo'
12:22:24 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.changes' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.changes'
12:22:24 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.changes'
12:22:24 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.deb' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.deb'
12:22:24 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-bionic_arm64.deb'
12:22:24 copied '/root/docker-compose-plugin_2.11.2~ubuntu-bionic_arm64.deb' -> '/build/docker-compose-plugin_2.11.2~ubuntu-bionic_arm64.deb'
12:22:24 removed '/root/docker-compose-plugin_2.11.2~ubuntu-bionic_arm64.deb'
12:22:26 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-bionic"
12:22:27 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'