Skip to content

Console Output

12:13:05 + make REF=20.10 ubuntu-jammy
12:13:05 git init src/github.com/docker/cli
12:13:05 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
12:13:05 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
12:13:05 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
12:13:05 + SRC=src/github.com/docker/cli
12:13:05 + REF=20.10
12:13:05 + REF_FETCH=20.10
12:13:05 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
12:13:05 + awk {print $2}
12:13:05 + REF=refs/heads/20.10
12:13:05 + [ -n refs/heads/20.10 ]
12:13:05 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:13:05 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:13:07 From https://github.com/docker/cli
12:13:07  * [new branch]      20.10      -> 20.10
12:13:07  * [new tag]         v20.10.18  -> v20.10.18
12:13:07  * [new branch]      20.10      -> origin/20.10
12:13:07 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
12:13:07 git init src/github.com/docker/docker
12:13:07 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
12:13:07 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
12:13:07 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
12:13:07 + SRC=src/github.com/docker/docker
12:13:07 + REF=20.10
12:13:07 + REF_FETCH=20.10
12:13:07 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
12:13:07 + awk {print $2}
12:13:07 + REF=refs/heads/20.10
12:13:07 + [ -n refs/heads/20.10 ]
12:13:07 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
12:13:07 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
12:13:10 From https://github.com/docker/docker
12:13:10  * [new branch]      20.10      -> 20.10
12:13:10  * [new branch]      20.10      -> origin/20.10
12:13:10 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
12:13:10 git init src/github.com/docker/compose
12:13:10 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
12:13:10 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
12:13:10 ./scripts/checkout.sh src/github.com/docker/compose "v2.11.2"
12:13:10 + SRC=src/github.com/docker/compose
12:13:10 + REF=v2.11.2
12:13:10 + REF_FETCH=v2.11.2
12:13:10 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.11.2
12:13:10 + awk {print $2}
12:13:10 + REF=refs/tags/v2.11.2
12:13:10 + [ -n refs/tags/v2.11.2 ]
12:13:10 + REF_FETCH=refs/tags/v2.11.2:refs/tags/v2.11.2
12:13:10 + 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:13:10 From https://github.com/docker/compose
12:13:10  * [new tag]         v2.11.2    -> v2.11.2
12:13:10 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.11.2
12:13:10 git init src/github.com/docker/scan-cli-plugin
12:13:10 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
12:13:10 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
12:13:10 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
12:13:10 + SRC=src/github.com/docker/scan-cli-plugin
12:13:10 + REF=v0.17.0
12:13:10 + REF_FETCH=v0.17.0
12:13:10 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
12:13:10 + awk {print $2}
12:13:10 + REF=refs/tags/v0.17.0
12:13:10 + [ -n refs/tags/v0.17.0 ]
12:13:10 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
12:13:10 + 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:13:11 From https://github.com/docker/scan-cli-plugin
12:13:11  * [new tag]         v0.17.0    -> v0.17.0
12:13:11 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
12:13:11 make -C deb VERSION=0.0.1-dev GO_VERSION=1.18.6 ubuntu-jammy
12:13:11 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
12:13:11 mkdir -p sources
12:13:11 docker run --rm -w /v \
12:13:11 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
12:13:11 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:13:11 	alpine \
12:13:11 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
12:13:15 mkdir -p sources
12:13:15 docker run --rm -w /v \
12:13:15 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
12:13:15 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:13:15 	alpine \
12:13:15 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
12:13:18 mkdir -p sources
12:13:18 docker run --rm -w /v \
12:13:18 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
12:13:18 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:13:18 	alpine \
12:13:18 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
12:13:18 mkdir -p sources
12:13:18 docker run --rm -w /v \
12:13:18 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
12:13:18 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:13:18 	alpine \
12:13:18 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
12:13:19 mkdir -p sources
12:13:19 cp ../systemd/docker.service sources/docker.service
12:13:19 mkdir -p sources
12:13:19 cp ../systemd/docker.socket sources/docker.socket
12:13:19 docker run --rm -w /v \
12:13:19 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
12:13:19 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
12:13:19 	alpine \
12:13:19 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
12:13:20 == Building packages for ubuntu-jammy ==
12:13:20 mkdir -p "debbuild/ubuntu-jammy"
12:13:20 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.18.6-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/aarch64 -f ubuntu-jammy/Dockerfile .
12:13:20 #1 [internal] load build definition from Dockerfile
12:13:20 #1 transferring dockerfile: 1.24kB done
12:13:20 #1 DONE 0.0s
12:13:20 
12:13:20 #2 [internal] load .dockerignore
12:13:20 #2 transferring context: 2B done
12:13:20 #2 DONE 0.0s
12:13:20 
12:13:20 #3 [auth] library/golang:pull token for registry-1.docker.io
12:13:20 #3 DONE 0.0s
12:13:20 
12:13:20 #4 [auth] library/ubuntu:pull token for registry-1.docker.io
12:13:20 #4 DONE 0.0s
12:13:20 
12:13:20 #5 [internal] load metadata for docker.io/library/golang:1.18.6-buster
12:13:20 #5 ...
12:13:20 
12:13:20 #6 [internal] load metadata for docker.io/library/ubuntu:jammy
12:13:20 #6 DONE 0.4s
12:13:21 
12:13:21 #5 [internal] load metadata for docker.io/library/golang:1.18.6-buster
12:13:21 #5 DONE 0.6s
12:13:21 
12:13:21 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:21 #7 resolve docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 0.0s done
12:13:21 #7 ...
12:13:21 
12:13:21 #8 [internal] load build context
12:13:21 #8 transferring context: 19.81MB 0.2s done
12:13:21 #8 DONE 0.2s
12:13:21 
12:13:21 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:21 #7 sha256:ad774b2f21e1cdc556bc366edaa16b75a9049b78721ed9597aaa872cf4cf652a 1.79kB / 1.79kB done
12:13:21 #7 sha256:0d316a0b54f8b4078fe7f7ea36b04be9c5479a9c7a2b48522112b35f95bcf272 7.12kB / 7.12kB done
12:13:21 #7 sha256:daf1f57719a3a4153f26439c0ef63ea7a63ee9d74dea959bca86257ae5c34bb8 0B / 126B 0.1s
12:13:21 #7 sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094 988B / 988B done
12:13:21 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 0B / 109.00MB 0.1s
12:13:21 #7 sha256:daf1f57719a3a4153f26439c0ef63ea7a63ee9d74dea959bca86257ae5c34bb8 126B / 126B 0.1s done
12:13:21 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 22.02MB / 109.00MB 0.3s
12:13:21 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 31.46MB / 109.00MB 0.4s
12:13:21 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 41.94MB / 109.00MB 0.5s
12:13:21 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 51.38MB / 109.00MB 0.6s
12:13:21 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 61.87MB / 109.00MB 0.7s
12:13:22 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 72.35MB / 109.00MB 0.8s
12:13:22 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 81.79MB / 109.00MB 0.9s
12:13:22 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 101.71MB / 109.00MB 1.1s
12:13:22 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 109.00MB / 109.00MB 1.2s
12:13:22 #7 sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 109.00MB / 109.00MB 1.3s done
12:13:22 #7 extracting sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2
12:13:23 #7 ...
12:13:23 
12:13:23 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:20fa2d7bb4de7723f542be5923b06c4d704370f0390e4ae9e1c833c8785644c1
12:13:23 #9 resolve docker.io/library/ubuntu:jammy@sha256:20fa2d7bb4de7723f542be5923b06c4d704370f0390e4ae9e1c833c8785644c1 0.0s done
12:13:23 #9 sha256:1bc0bc3815bdcfafefa6b3ef1d8fd159564693d0f8fbb37b8151074651a11ffb 529B / 529B done
12:13:23 #9 sha256:21735dab04ba60a144c23c491690a46073e06c72fdcc100f61bc610124eaa8c9 1.48kB / 1.48kB done
12:13:23 #9 sha256:00f50047d6061c27e70588a5aab89adada756e87d782a6c6bd08b4139eb8ea10 28.38MB / 28.38MB 0.4s done
12:13:23 #9 sha256:20fa2d7bb4de7723f542be5923b06c4d704370f0390e4ae9e1c833c8785644c1 1.42kB / 1.42kB done
12:13:23 #9 extracting sha256:00f50047d6061c27e70588a5aab89adada756e87d782a6c6bd08b4139eb8ea10 1.3s done
12:13:23 #9 DONE 1.9s
12:13:23 
12:13:23 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:24 #7 ...
12:13:24 
12:13:24 #10 [stage-1 2/9] RUN if  [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then         rm -f /usr/bin/man;         dpkg-divert --quiet --remove --rename /usr/bin/man;     fi
12:13:24 #10 DONE 1.1s
12:13:24 
12:13:24 #7 [golang 1/1] FROM docker.io/library/golang:1.18.6-buster@sha256:8d3664740d0220806aa1dbd72710717a19d0e3800db5b46b89dbcdb4eeb2c094
12:13:27 #7 extracting sha256:b89ec5f3764b70231377b59f194a07b36d4122f3cd280bb2730412ac0003eea2 4.1s done
12:13:27 #7 extracting sha256:daf1f57719a3a4153f26439c0ef63ea7a63ee9d74dea959bca86257ae5c34bb8 done
12:13:27 #7 DONE 5.9s
12:13:27 
12:13:27 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
12:13:27 #0 1.208 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB]
12:13:27 #0 1.624 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [114 kB]
12:13:27 #0 1.720 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [99.8 kB]
12:13:27 #0 1.813 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
12:13:27 #0 1.913 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse arm64 Packages [224 kB]
12:13:27 #0 1.969 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/restricted arm64 Packages [24.2 kB]
12:13:27 #0 1.969 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 Packages [17.2 MB]
12:13:27 #0 2.891 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 Packages [1758 kB]
12:13:27 #0 2.958 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse arm64 Packages [2308 B]
12:13:27 #0 2.959 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 Packages [726 kB]
12:13:27 #0 2.993 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted arm64 Packages [152 kB]
12:13:27 #11 2.996 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 Packages [490 kB]
12:13:27 #11 3.019 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe arm64 Packages [7267 B]
12:13:27 #11 3.020 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main arm64 Packages [3184 B]
12:13:27 #11 3.020 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-security/main arm64 Packages [398 kB]
12:13:27 #11 3.043 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted arm64 Packages [138 kB]
12:13:27 #11 3.048 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe arm64 Packages [310 kB]
12:13:28 #11 3.785 Fetched 22.0 MB in 3s (7406 kB/s)
12:13:28 #11 3.785 Reading package lists...
12:13:29 #11 4.604 Reading package lists...
12:13:29 #11 5.364 Building dependency tree...
12:13:29 #11 5.563 Reading state information...
12:13:30 #11 5.901 The following additional packages will be installed:
12:13:30 #11 5.901   autoconf automake autopoint autotools-dev binutils
12:13:30 #11 5.902   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
12:13:30 #11 5.902   bzip2 ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit
12:13:30 #11 5.902   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
12:13:30 #11 5.902   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
12:13:30 #11 5.902   g++-11 gcc gcc-11 gcc-11-base gcc-12-base gettext gettext-base git-man gnupg
12:13:30 #11 5.902   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
12:13:30 #11 5.902   gpgsm groff-base intltool-debian iso-codes less libalgorithm-diff-perl
12:13:30 #11 5.902   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
12:13:30 #11 5.902   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
12:13:30 #11 5.902   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
12:13:30 #11 5.902   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
12:13:30 #11 5.902   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
12:13:30 #11 5.902   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
12:13:30 #11 5.902   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:13:30 #11 5.902   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
12:13:30 #11 5.902   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
12:13:30 #11 5.902   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
12:13:30 #11 5.902   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
12:13:30 #11 5.902   libdata-validate-uri-perl libdebhelper-perl libdeflate0
12:13:30 #11 5.902   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
12:13:30 #11 5.902   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
12:13:30 #11 5.902   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
12:13:30 #11 5.902   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
12:13:30 #11 5.902   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
12:13:30 #11 5.902   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
12:13:30 #11 5.902   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
12:13:30 #11 5.903   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
12:13:30 #11 5.903   libfontconfig1 libfreetype6 libgcc-11-dev libgcc-s1 libgd3 libgdbm-compat4
12:13:30 #11 5.903   libgdbm6 libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
12:13:30 #11 5.903   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
12:13:30 #11 5.903   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
12:13:30 #11 5.903   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:13:30 #11 5.903   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:13:30 #11 5.903   libhwasan0 libicu70 libimport-into-perl libio-html-perl
12:13:30 #11 5.903   libio-interactive-perl libio-prompt-tiny-perl libio-prompter-perl
12:13:30 #11 5.903   libio-pty-perl libio-socket-ssl-perl libio-string-perl libipc-run-perl
12:13:30 #11 5.903   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
12:13:30 #11 5.903   libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8 libjpeg8
12:13:30 #11 5.903   libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8 libldap-2.5-0
12:13:30 #11 5.903   libldap-common liblist-compare-perl liblist-moreutils-perl
12:13:30 #11 5.903   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
12:13:30 #11 5.903   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
12:13:30 #11 5.903   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:13:30 #11 5.903   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
12:13:30 #11 5.903   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
12:13:30 #11 5.903   libmd0 libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
12:13:30 #11 5.903   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
12:13:30 #11 5.903   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
12:13:30 #11 5.903   libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl
12:13:30 #11 5.903   libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl
12:13:30 #11 5.903   libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
12:13:30 #11 5.903   libobject-id-perl libpackage-stash-perl libpackage-stash-xs-perl
12:13:30 #11 5.903   libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl
12:13:30 #11 5.903   libpath-tiny-perl libperl5.34 libperlio-gzip-perl libperlio-utf8-strict-perl
12:13:30 #11 5.903   libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl
12:13:30 #11 5.903   libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.10-minimal
12:13:30 #11 5.903   libpython3.10-stdlib libre-engine-re2-perl libre2-9 libreadline8
12:13:30 #11 5.903   libreadonly-perl libref-util-perl libref-util-xs-perl
12:13:30 #11 5.904   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
12:13:30 #11 5.904   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
12:13:30 #11 5.904   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
12:13:30 #11 5.904   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
12:13:30 #11 5.904   libstdc++-11-dev libstdc++6 libstrictures-perl libstring-copyright-perl
12:13:30 #11 5.904   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
12:13:30 #11 5.904   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:13:30 #11 5.904   libsub-name-perl libsub-override-perl libsub-quote-perl
12:13:30 #11 5.904   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
12:13:30 #11 5.904   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
12:13:30 #11 5.904   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
12:13:30 #11 5.904   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
12:13:30 #11 5.904   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
12:13:30 #11 5.904   libuchardet0 libunicode-utf8-perl liburi-perl libvariable-magic-perl
12:13:30 #11 5.904   libwant-perl libwebp7 libwww-perl libwww-robotrules-perl libx11-6
12:13:30 #11 5.904   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
12:13:30 #11 5.904   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
12:13:30 #11 5.904   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4
12:13:30 #11 5.904   libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl licensecheck
12:13:30 #11 5.904   lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop m4 make
12:13:30 #11 5.904   man-db manpages manpages-dev media-types netbase openssh-client openssl
12:13:30 #11 5.904   patch patchutils perl perl-modules-5.34 perl-openssl-defaults
12:13:30 #11 5.905   pinentry-curses po-debconf publicsuffix python-apt-common python3
12:13:30 #11 5.905   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
12:13:30 #11 5.905   python3-idna python3-magic python3-minimal python3-pkg-resources
12:13:30 #11 5.905   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:13:30 #11 5.905   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
12:13:30 #11 5.905   ucf unzip wdiff xauth xz-utils zstd
12:13:30 #11 5.908 Suggested packages:
12:13:30 #11 5.908   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
12:13:30 #11 5.908   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
12:13:30 #11 5.908   bsd-mailx | mailx check-all-the-things cvs-buildpackage diffoscope
12:13:30 #11 5.908   disorderfs dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
12:13:30 #11 5.908   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
12:13:30 #11 5.908   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
12:13:30 #11 5.908   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
12:13:30 #11 5.908   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
12:13:30 #11 5.908   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
12:13:30 #11 5.908   gcc-11-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
12:13:30 #11 5.908   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
12:13:30 #11 5.908   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
12:13:30 #11 5.908   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
12:13:30 #11 5.908   libgd-tools gdbm-l10n libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
12:13:30 #11 5.908   libscalar-number-perl libsasl2-modules-gssapi-mit
12:13:30 #11 5.908   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
12:13:30 #11 5.908   libsasl2-modules-sql libstdc++-11-doc libbareword-filehandles-perl
12:13:30 #11 5.908   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
12:13:30 #11 5.908   gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
12:13:30 #11 5.908   libxml-sax-expatxs-perl bash-completion binutils-multiarch
12:13:30 #11 5.908   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
12:13:30 #11 5.908   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
12:13:30 #11 5.908   libterm-readline-gnu-perl | libterm-readline-perl-perl
12:13:30 #11 5.908   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
12:13:30 #11 5.908   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
12:13:30 #11 5.908   python3-cryptography python3-openssl python3-socks python-requests-doc
12:13:30 #11 5.908   python3.10-venv python3.10-doc binfmt-support readline-doc zip wdiff-doc
12:13:30 #11 6.228 The following NEW packages will be installed:
12:13:30 #11 6.228   autoconf automake autopoint autotools-dev binutils
12:13:30 #11 6.228   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
12:13:30 #11 6.228   bzip2 ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit
12:13:30 #11 6.228   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
12:13:30 #11 6.228   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
12:13:30 #11 6.229   fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git
12:13:30 #11 6.229   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
12:13:30 #11 6.229   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes less
12:13:30 #11 6.229   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
12:13:30 #11 6.229   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
12:13:30 #11 6.229   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
12:13:30 #11 6.229   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
12:13:30 #11 6.229   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
12:13:30 #11 6.229   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
12:13:30 #11 6.229   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
12:13:30 #11 6.229   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
12:13:30 #11 6.229   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
12:13:30 #11 6.229   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
12:13:30 #11 6.229   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
12:13:30 #11 6.229   libdata-validate-uri-perl libdebhelper-perl libdeflate0
12:13:30 #11 6.229   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
12:13:30 #11 6.229   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
12:13:30 #11 6.229   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
12:13:30 #11 6.229   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
12:13:30 #11 6.229   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
12:13:30 #11 6.229   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
12:13:30 #11 6.229   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
12:13:30 #11 6.229   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
12:13:30 #11 6.229   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
12:13:30 #11 6.229   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
12:13:30 #11 6.230   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
12:13:30 #11 6.230   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
12:13:30 #11 6.230   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
12:13:30 #11 6.230   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
12:13:30 #11 6.230   libhwasan0 libicu70 libimport-into-perl libio-html-perl
12:13:30 #11 6.230   libio-interactive-perl libio-prompt-tiny-perl libio-prompter-perl
12:13:30 #11 6.230   libio-pty-perl libio-socket-ssl-perl libio-string-perl libipc-run-perl
12:13:30 #11 6.230   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
12:13:30 #11 6.230   libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8 libjpeg8
12:13:30 #11 6.230   libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8 libldap-2.5-0
12:13:30 #11 6.230   libldap-common liblist-compare-perl liblist-moreutils-perl
12:13:30 #11 6.230   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
12:13:30 #11 6.230   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
12:13:30 #11 6.230   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
12:13:30 #11 6.230   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
12:13:30 #11 6.230   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
12:13:30 #11 6.230   libmd0 libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
12:13:30 #11 6.230   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
12:13:30 #11 6.230   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
12:13:30 #11 6.230   libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl
12:13:30 #11 6.230   libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl
12:13:30 #11 6.230   libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
12:13:30 #11 6.230   libobject-id-perl libpackage-stash-perl libpackage-stash-xs-perl
12:13:30 #11 6.230   libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl
12:13:30 #11 6.230   libpath-tiny-perl libperl5.34 libperlio-gzip-perl libperlio-utf8-strict-perl
12:13:30 #11 6.230   libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl
12:13:30 #11 6.230   libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.10-minimal
12:13:30 #11 6.230   libpython3.10-stdlib libre-engine-re2-perl libre2-9 libreadline8
12:13:30 #11 6.230   libreadonly-perl libref-util-perl libref-util-xs-perl
12:13:30 #11 6.230   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
12:13:30 #11 6.230   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
12:13:30 #11 6.230   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
12:13:30 #11 6.231   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
12:13:30 #11 6.231   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
12:13:30 #11 6.231   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
12:13:30 #11 6.231   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
12:13:30 #11 6.231   libsub-name-perl libsub-override-perl libsub-quote-perl
12:13:30 #11 6.231   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
12:13:30 #11 6.231   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
12:13:30 #11 6.231   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
12:13:30 #11 6.231   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
12:13:30 #11 6.231   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
12:13:30 #11 6.231   libuchardet0 libunicode-utf8-perl liburi-perl libvariable-magic-perl
12:13:30 #11 6.231   libwant-perl libwebp7 libwww-perl libwww-robotrules-perl libx11-6
12:13:30 #11 6.231   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
12:13:30 #11 6.231   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
12:13:30 #11 6.231   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4
12:13:30 #11 6.231   libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl licensecheck
12:13:30 #11 6.231   lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop m4 make
12:13:30 #11 6.231   man-db manpages manpages-dev media-types netbase openssh-client openssl
12:13:30 #11 6.231   patch patchutils perl perl-modules-5.34 perl-openssl-defaults
12:13:30 #11 6.231   pinentry-curses po-debconf publicsuffix python-apt-common python3
12:13:30 #11 6.231   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
12:13:30 #11 6.232   python3-idna python3-magic python3-minimal python3-pkg-resources
12:13:30 #11 6.232   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
12:13:30 #11 6.232   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
12:13:30 #11 6.232   ucf unzip wdiff xauth xz-utils zstd
12:13:30 #11 6.233 The following packages will be upgraded:
12:13:30 #11 6.234   gcc-12-base libgcc-s1 libstdc++6
12:13:30 #11 6.669 3 upgraded, 370 newly installed, 0 to remove and 7 not upgraded.
12:13:30 #11 6.669 Need to get 129 MB of archives.
12:13:30 #11 6.669 After this operation, 459 MB of additional disk space will be used.
12:13:30 #11 6.669 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblocale-gettext-perl arm64 1.07-4build3 [16.9 kB]
12:13:31 #11 6.821 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3.10-minimal arm64 3.10.6-1~22.04 [807 kB]
12:13:31 #11 7.215 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexpat1 arm64 2.4.7-1 [78.1 kB]
12:13:31 #11 7.224 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3.10-minimal arm64 3.10.6-1~22.04 [2244 kB]
12:13:31 #11 7.360 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-minimal arm64 3.10.6-1~22.04 [24.3 kB]
12:13:31 #11 7.362 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 media-types all 7.0.0 [25.5 kB]
12:13:31 #11 7.364 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gcc-12-base arm64 12.1.0-2ubuntu1~22.04 [19.1 kB]
12:13:31 #11 7.365 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libgcc-s1 arm64 12.1.0-2ubuntu1~22.04 [39.7 kB]
12:13:31 #11 7.369 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libstdc++6 arm64 12.1.0-2ubuntu1~22.04 [662 kB]
12:13:31 #11 7.405 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpdec3 arm64 2.5.1-2build2 [89.0 kB]
12:13:31 #11 7.408 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 readline-common all 8.1.2-1 [53.5 kB]
12:13:31 #11 7.410 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadline8 arm64 8.1.2-1 [153 kB]
12:13:31 #11 7.416 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsqlite3-0 arm64 3.37.2-2 [636 kB]
12:13:31 #11 7.445 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3.10-stdlib arm64 3.10.6-1~22.04 [1829 kB]
12:13:31 #11 7.535 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3.10 arm64 3.10.6-1~22.04 [497 kB]
12:13:31 #11 7.559 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3-stdlib arm64 3.10.6-1~22.04 [6910 B]
12:13:31 #11 7.559 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3 arm64 3.10.6-1~22.04 [22.8 kB]
12:13:31 #11 7.560 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 perl-modules-5.34 all 5.34.0-3ubuntu1 [2975 kB]
12:13:32 #11 7.707 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdbm6 arm64 1.23-1 [34.1 kB]
12:13:32 #11 7.709 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdbm-compat4 arm64 1.23-1 [6294 B]
12:13:32 #11 7.710 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libperl5.34 arm64 5.34.0-3ubuntu1 [4700 kB]
12:13:32 #11 7.932 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 perl arm64 5.34.0-3ubuntu1 [232 kB]
12:13:32 #11 7.939 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 openssl arm64 3.0.2-0ubuntu1.6 [1161 kB]
12:13:32 #11 7.991 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ca-certificates all 20211016 [148 kB]
12:13:32 #11 7.996 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 distro-info-data all 0.52ubuntu0.1 [5124 B]
12:13:32 #11 7.998 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 iso-codes all 4.9.0-1 [3459 kB]
12:13:32 #11 8.161 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 less arm64 590-1build1 [142 kB]
12:13:32 #11 8.166 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmd0 arm64 1.0.4-1build1 [23.8 kB]
12:13:32 #11 8.167 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbsd0 arm64 0.11.5-1 [43.7 kB]
12:13:32 #11 8.168 Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libelf1 arm64 0.186-1build1 [50.7 kB]
12:13:32 #11 8.171 Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libicu70 arm64 70.1-2 [10.5 MB]
12:13:32 #11 8.640 Get:32 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libxml2 arm64 2.9.13+dfsg-1ubuntu0.1 [728 kB]
12:13:33 #11 8.658 Get:33 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libyaml-0-2 arm64 0.2.2-1build2 [51.0 kB]
12:13:33 #11 8.659 Get:34 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lsb-release all 11.1.0ubuntu4 [10.8 kB]
12:13:33 #11 8.660 Get:35 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 netbase all 6.3 [12.9 kB]
12:13:33 #11 8.660 Get:36 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python-apt-common all 2.3.0ubuntu2.1 [15.2 kB]
12:13:33 #11 8.661 Get:37 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-apt arm64 2.3.0ubuntu2.1 [162 kB]
12:13:33 #11 8.667 Get:38 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-pkg-resources all 59.6.0-1.2 [132 kB]
12:13:33 #11 8.673 Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ucf all 3.0043 [56.1 kB]
12:13:33 #11 8.676 Get:40 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bsdextrautils arm64 2.37.2-4ubuntu3 [70.1 kB]
12:13:33 #11 8.718 Get:41 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmagic-mgc arm64 1:5.41-3 [257 kB]
12:13:33 #11 8.794 Get:42 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmagic1 arm64 1:5.41-3 [85.0 kB]
12:13:33 #11 8.796 Get:43 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 file arm64 1:5.41-3 [21.6 kB]
12:13:33 #11 8.797 Get:44 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gettext-base arm64 0.21-4ubuntu4 [37.2 kB]
12:13:33 #11 8.798 Get:45 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libuchardet0 arm64 0.0.7-1build2 [77.3 kB]
12:13:33 #11 8.800 Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 groff-base arm64 1.22.4-8build1 [917 kB]
12:13:33 #11 8.831 Get:47 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcbor0.8 arm64 0.8.0-2ubuntu1 [24.3 kB]
12:13:33 #11 8.832 Get:48 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libedit2 arm64 3.1-20210910-1build1 [96.0 kB]
12:13:33 #11 8.835 Get:49 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfido2-1 arm64 1.10.0-1 [81.8 kB]
12:13:33 #11 8.838 Get:50 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnghttp2-14 arm64 1.43.0-1build3 [75.4 kB]
12:13:33 #11 8.869 Get:51 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpipeline1 arm64 1.5.5-1 [23.2 kB]
12:13:33 #11 8.945 Get:52 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpng16-16 arm64 1.6.37-3build5 [189 kB]
12:13:33 #11 8.952 Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpsl5 arm64 0.21.0-1.2build2 [58.3 kB]
12:13:33 #11 8.954 Get:54 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxau6 arm64 1:1.0.9-1build5 [7624 B]
12:13:33 #11 8.955 Get:55 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu5 [10.8 kB]
12:13:33 #11 8.956 Get:56 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb1 arm64 1.14-3ubuntu3 [49.0 kB]
12:13:33 #11 8.957 Get:57 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libx11-data all 2:1.7.5-1 [119 kB]
12:13:33 #11 8.962 Get:58 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libx11-6 arm64 2:1.7.5-1 [661 kB]
12:13:33 #11 8.990 Get:59 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxext6 arm64 2:1.3.4-1build1 [31.1 kB]
12:13:33 #11 8.992 Get:60 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxmuu1 arm64 2:1.1.3-3 [10.4 kB]
12:13:33 #11 9.020 Get:61 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 man-db arm64 2.10.2-1 [1181 kB]
12:13:33 #11 9.096 Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 manpages all 5.10-1ubuntu1 [1375 kB]
12:13:33 #11 9.142 Get:63 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 openssh-client arm64 1:8.9p1-3 [866 kB]
12:13:33 #11 9.186 Get:64 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 publicsuffix all 20211207.1025-1 [129 kB]
12:13:33 #11 9.190 Get:65 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 strace arm64 5.16-0ubuntu3 [465 kB]
12:13:33 #11 9.206 Get:66 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xauth arm64 1:1.1-1build2 [26.8 kB]
12:13:33 #11 9.207 Get:67 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xz-utils arm64 5.2.5-2ubuntu1 [84.4 kB]
12:13:33 #11 9.210 Get:68 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsigsegv2 arm64 2.13-1ubuntu3 [14.5 kB]
12:13:33 #11 9.210 Get:69 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 m4 arm64 1.4.18-5ubuntu2 [196 kB]
12:13:33 #11 9.217 Get:70 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autoconf all 2.71-2 [338 kB]
12:13:33 #11 9.228 Get:71 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autotools-dev all 20220109.1 [44.9 kB]
12:13:33 #11 9.247 Get:72 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 automake all 1:1.16.5-1.3 [558 kB]
12:13:33 #11 9.324 Get:73 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autopoint all 0.21-4ubuntu4 [422 kB]
12:13:33 #11 9.336 Get:74 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 binutils-common arm64 2.38-3ubuntu1 [221 kB]
12:13:33 #11 9.343 Get:75 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbinutils arm64 2.38-3ubuntu1 [825 kB]
12:13:33 #11 9.371 Get:76 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libctf-nobfd0 arm64 2.38-3ubuntu1 [106 kB]
12:13:33 #11 9.374 Get:77 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libctf0 arm64 2.38-3ubuntu1 [102 kB]
12:13:33 #11 9.378 Get:78 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 binutils-aarch64-linux-gnu arm64 2.38-3ubuntu1 [3225 kB]
12:13:33 #11 9.517 Get:79 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 binutils arm64 2.38-3ubuntu1 [3156 B]
12:13:33 #11 9.518 Get:80 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libc-dev-bin arm64 2.35-0ubuntu3.1 [19.6 kB]
12:13:33 #11 9.519 Get:81 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 linux-libc-dev arm64 5.15.0-48.54 [1280 kB]
12:13:33 #11 9.571 Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcrypt-dev arm64 1:4.4.27-1 [119 kB]
12:13:33 #11 9.574 Get:83 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 rpcsvc-proto arm64 1.4.2-0ubuntu6 [65.4 kB]
12:13:33 #11 9.576 Get:84 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libtirpc-dev arm64 1.3.2-2ubuntu0.1 [199 kB]
12:13:33 #11 9.583 Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnsl-dev arm64 1.3.0-2build2 [72.1 kB]
12:13:33 #11 9.586 Get:86 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libc6-dev arm64 2.35-0ubuntu3.1 [1544 kB]
12:13:33 #11 9.651 Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gcc-11-base arm64 11.2.0-19ubuntu1 [20.8 kB]
12:13:33 #11 9.652 Get:88 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libisl23 arm64 0.24-2build1 [689 kB]
12:13:33 #11 9.673 Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpfr6 arm64 4.1.0-3build3 [245 kB]
12:13:33 #11 9.681 Get:90 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpc3 arm64 1.2.1-2build1 [48.1 kB]
12:13:34 #11 9.683 Get:91 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 cpp-11 arm64 11.2.0-19ubuntu1 [9692 kB]
12:13:34 #11 10.07 Get:92 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 cpp arm64 4:11.2.0-1ubuntu1 [27.7 kB]
12:13:34 #11 10.07 Get:93 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcc1-0 arm64 12.1.0-2ubuntu1~22.04 [45.0 kB]
12:13:34 #11 10.07 Get:94 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libgomp1 arm64 12.1.0-2ubuntu1~22.04 [124 kB]
12:13:34 #11 10.08 Get:95 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libitm1 arm64 12.1.0-2ubuntu1~22.04 [28.4 kB]
12:13:34 #11 10.08 Get:96 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libatomic1 arm64 12.1.0-2ubuntu1~22.04 [10.8 kB]
12:13:34 #11 10.08 Get:97 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libasan6 arm64 11.2.0-19ubuntu1 [2229 kB]
12:13:34 #11 10.16 Get:98 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 liblsan0 arm64 12.1.0-2ubuntu1~22.04 [1034 kB]
12:13:34 #11 10.19 Get:99 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtsan0 arm64 11.2.0-19ubuntu1 [2235 kB]
12:13:34 #11 10.27 Get:100 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libubsan1 arm64 12.1.0-2ubuntu1~22.04 [965 kB]
12:13:34 #11 10.31 Get:101 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libhwasan0 arm64 12.1.0-2ubuntu1~22.04 [1119 kB]
12:13:35 #11 10.74 Get:102 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgcc-11-dev arm64 11.2.0-19ubuntu1 [1151 kB]
12:13:35 #11 11.32 Get:103 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gcc-11 arm64 11.2.0-19ubuntu1 [19.4 MB]
12:13:36 #11 12.22 Get:104 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gcc arm64 4:11.2.0-1ubuntu1 [5128 B]
12:13:36 #11 12.23 Get:105 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstdc++-11-dev arm64 11.2.0-19ubuntu1 [2070 kB]
12:13:36 #11 12.29 Get:106 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 g++-11 arm64 11.2.0-19ubuntu1 [11.1 MB]
12:13:37 #11 12.89 Get:107 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 g++ arm64 4:11.2.0-1ubuntu1 [1394 B]
12:13:37 #11 12.89 Get:108 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 make arm64 4.3-4.1build1 [177 kB]
12:13:37 #11 12.89 Get:109 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libdpkg-perl all 1.21.1ubuntu2.1 [237 kB]
12:13:37 #11 12.89 Get:110 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bzip2 arm64 1.0.8-5build1 [34.6 kB]
12:13:37 #11 12.89 Get:111 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 patch arm64 2.7.6-7build2 [105 kB]
12:13:37 #11 12.89 Get:112 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lto-disabled-list all 24 [12.5 kB]
12:13:37 #11 12.89 Get:113 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dpkg-dev all 1.21.1ubuntu2.1 [922 kB]
12:13:37 #11 12.90 Get:114 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 build-essential arm64 12.9ubuntu3 [4740 B]
12:13:37 #11 12.90 Get:115 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbrotli1 arm64 1.0.9-2build6 [314 kB]
12:13:37 #11 12.96 Get:116 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg2-3ubuntu1 [21.3 kB]
12:13:37 #11 12.97 Get:117 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsasl2-2 arm64 2.1.27+dfsg2-3ubuntu1 [55.6 kB]
12:13:37 #11 13.04 Get:118 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libldap-2.5-0 arm64 2.5.13+dfsg-0ubuntu0.22.04.1 [181 kB]
12:13:37 #11 13.05 Get:119 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB]
12:13:37 #11 13.05 Get:120 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libssh-4 arm64 0.9.6-2build1 [184 kB]
12:13:37 #11 13.05 Get:121 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl4 arm64 7.81.0-1ubuntu1.4 [285 kB]
12:13:37 #11 13.06 Get:122 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 curl arm64 7.81.0-1ubuntu1.4 [190 kB]
12:13:37 #11 13.07 Get:123 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dctrl-tools arm64 2.24-3build2 [65.2 kB]
12:13:37 #11 13.07 Get:124 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdebhelper-perl all 13.6ubuntu1 [67.2 kB]
12:13:37 #11 13.07 Get:125 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtool all 2.4.6-15build2 [164 kB]
12:13:37 #11 13.11 Get:126 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-autoreconf all 20 [16.1 kB]
12:13:37 #11 13.12 Get:127 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive-zip-perl all 1.68-1 [90.2 kB]
12:13:37 #11 13.19 Get:128 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-override-perl all 0.09-2 [9532 B]
12:13:37 #11 13.19 Get:129 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
12:13:37 #11 13.19 Get:130 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-strip-nondeterminism all 1.13.0-1 [5344 B]
12:13:37 #11 13.19 Get:131 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdw1 arm64 0.186-1build1 [246 kB]
12:13:37 #11 13.20 Get:132 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 debugedit arm64 1:5.0-4build1 [46.5 kB]
12:13:37 #11 13.20 Get:133 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dwz arm64 0.14-1build2 [102 kB]
12:13:37 #11 13.20 Get:134 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gettext arm64 0.21-4ubuntu4 [846 kB]
12:13:37 #11 13.23 Get:135 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
12:13:37 #11 13.27 Get:136 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 po-debconf all 1.0.21+nmu1 [233 kB]
12:13:37 #11 13.27 Get:137 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 debhelper all 13.6ubuntu1 [923 kB]
12:13:37 #11 13.34 Get:138 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfakeroot arm64 1.28-1ubuntu1 [31.5 kB]
12:13:37 #11 13.34 Get:139 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fakeroot arm64 1.28-1ubuntu1 [60.5 kB]
12:13:37 #11 13.34 Get:140 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libassuan0 arm64 2.5.5-1build1 [36.5 kB]
12:13:37 #11 13.34 Get:141 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpgconf arm64 2.2.27-3ubuntu2.1 [92.5 kB]
12:13:37 #11 13.35 Get:142 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libksba8 arm64 1.6.0-2build1 [117 kB]
12:13:37 #11 13.35 Get:143 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnpth0 arm64 1.6-3build2 [8156 B]
12:13:37 #11 13.35 Get:144 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dirmngr arm64 2.2.27-3ubuntu2.1 [289 kB]
12:13:37 #11 13.36 Get:145 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
12:13:37 #11 13.42 Get:146 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg-utils arm64 2.2.27-3ubuntu2.1 [304 kB]
12:13:37 #11 13.43 Get:147 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg arm64 2.2.27-3ubuntu2.1 [506 kB]
12:13:37 #11 13.49 Get:148 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pinentry-curses arm64 1.1.1-1build2 [33.5 kB]
12:13:37 #11 13.49 Get:149 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-agent arm64 2.2.27-3ubuntu2.1 [204 kB]
12:13:37 #11 13.50 Get:150 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-wks-client arm64 2.2.27-3ubuntu2.1 [61.4 kB]
12:13:37 #11 13.50 Get:151 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-wks-server arm64 2.2.27-3ubuntu2.1 [56.8 kB]
12:13:37 #11 13.50 Get:152 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpgsm arm64 2.2.27-3ubuntu2.1 [192 kB]
12:13:37 #11 13.51 Get:153 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg all 2.2.27-3ubuntu2.1 [315 kB]
12:13:37 #11 13.52 Get:154 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-dirlist-perl all 0.05-2 [7100 B]
12:13:37 #11 13.52 Get:155 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-which-perl all 1.23-1 [13.8 kB]
12:13:37 #11 13.57 Get:156 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-homedir-perl all 1.006-1 [38.3 kB]
12:13:37 #11 13.57 Get:157 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-touch-perl all 0.12-1 [9024 B]
12:13:38 #11 13.64 Get:158 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-pty-perl arm64 1:1.15-2build2 [34.6 kB]
12:13:38 #11 13.64 Get:159 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-run-perl all 20200505.0-1 [89.8 kB]
12:13:38 #11 13.65 Get:160 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
12:13:38 #11 13.65 Get:161 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-xsaccessor-perl arm64 1.19-3build9 [33.6 kB]
12:13:38 #11 13.65 Get:162 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libb-hooks-op-check-perl arm64 0.22-1build5 [10.1 kB]
12:13:38 #11 13.65 Get:163 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
12:13:38 #11 13.65 Get:164 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-callchecker-perl arm64 0.008-1ubuntu4 [14.7 kB]
12:13:38 #11 13.65 Get:165 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libparams-classify-perl arm64 0.015-1build5 [21.7 kB]
12:13:38 #11 13.72 Get:166 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
12:13:38 #11 13.72 Get:167 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB]
12:13:38 #11 13.79 Get:168 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
12:13:38 #11 13.79 Get:169 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-quote-perl all 2.006006-1 [19.5 kB]
12:13:38 #11 13.79 Get:170 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoo-perl all 2.005004-3 [48.0 kB]
12:13:38 #11 13.80 Get:171 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libencode-locale-perl all 1.05-1.1 [11.8 kB]
12:13:38 #11 13.80 Get:172 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtimedate-perl all 2.3300-2 [34.0 kB]
12:13:38 #11 13.80 Get:173 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-date-perl all 6.05-1 [9920 B]
12:13:38 #11 13.80 Get:174 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-listing-perl all 6.14-1 [11.2 kB]
12:13:38 #11 13.80 Get:175 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
12:13:38 #11 13.87 Get:176 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liburi-perl all 5.10-1 [78.8 kB]
12:13:38 #11 13.87 Get:177 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-parser-perl arm64 3.76-1build2 [87.1 kB]
12:13:38 #11 13.94 Get:178 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-tree-perl all 5.07-2 [200 kB]
12:13:38 #11 13.95 Get:179 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-html-perl all 1.004-2 [15.4 kB]
12:13:38 #11 13.95 Get:180 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
12:13:38 #11 13.95 Get:181 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-message-perl all 6.36-1 [76.8 kB]
12:13:38 #11 13.95 Get:182 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
12:13:38 #11 13.95 Get:183 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
12:13:38 #11 13.95 Get:184 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 perl-openssl-defaults arm64 5build2 [7544 B]
12:13:38 #11 13.96 Get:185 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-ssleay-perl arm64 1.92-1build2 [326 kB]
12:13:38 #11 14.02 Get:186 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-socket-ssl-perl all 2.074-2 [192 kB]
12:13:38 #11 14.02 Get:187 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-http-perl all 6.22-1 [23.2 kB]
12:13:38 #11 14.09 Get:188 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
12:13:38 #11 14.10 Get:189 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtry-tiny-perl all 0.31-1 [21.8 kB]
12:13:38 #11 14.10 Get:190 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
12:13:38 #11 14.10 Get:191 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwww-perl all 6.61-1 [141 kB]
12:13:38 #11 14.10 Get:192 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 patchutils arm64 0.4.2-1build2 [75.8 kB]
12:13:38 #11 14.10 Get:193 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 wdiff arm64 1.2.2-2build3 [29.0 kB]
12:13:38 #11 14.10 Get:194 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 devscripts arm64 2.22.1ubuntu1 [1057 kB]
12:13:38 #11 14.14 Get:195 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 diffstat arm64 1.64-1build2 [28.3 kB]
12:13:38 #11 14.17 Get:196 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-chardet all 4.0.0-1 [98.0 kB]
12:13:38 #11 14.17 Get:197 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 zstd arm64 1.4.8+dfsg-3build1 [587 kB]
12:13:38 #11 14.25 Get:198 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-debian all 0.1.43ubuntu1 [107 kB]
12:13:38 #11 14.25 Get:199 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgpgme11 arm64 1.16.0-1.2ubuntu4 [131 kB]
12:13:38 #11 14.25 Get:200 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-gpg arm64 1.16.0-1.2ubuntu4 [210 kB]
12:13:38 #11 14.26 Get:201 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dput all 1.1.0ubuntu2 [44.9 kB]
12:13:38 #11 14.26 Get:202 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
12:13:38 #11 14.69 Get:203 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
12:13:39 #11 14.87 Get:204 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl3-gnutls arm64 7.81.0-1ubuntu1.4 [279 kB]
12:13:39 #11 15.12 Get:205 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liberror-perl all 0.17029-1 [26.5 kB]
12:13:39 #11 15.13 Get:206 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 git-man all 1:2.34.1-1ubuntu1.4 [952 kB]
12:13:39 #11 15.27 Get:207 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 git arm64 1:2.34.1-1ubuntu1.4 [3169 kB]
12:13:39 #11 15.44 Get:208 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
12:13:39 #11 15.44 Get:209 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6build3 [11.7 kB]
12:13:39 #11 15.44 Get:210 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
12:13:39 #11 15.44 Get:211 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libaliased-perl all 0.34-1.1 [13.3 kB]
12:13:39 #11 15.44 Get:212 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libapt-pkg-perl arm64 0.1.40build2 [70.3 kB]
12:13:39 #11 15.44 Get:213 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive-cpio-perl all 0.10-1.1 [9928 B]
12:13:39 #11 15.44 Get:214 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarray-intspan-perl all 2.004-1 [24.5 kB]
12:13:39 #11 15.44 Get:215 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
12:13:39 #11 15.44 Get:216 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
12:13:39 #11 15.52 Get:217 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libvariable-magic-perl arm64 0.62-1build5 [34.8 kB]
12:13:39 #11 15.59 Get:218 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libb-hooks-endofscope-perl all 0.25-1 [17.8 kB]
12:13:39 #11 15.59 Get:219 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libfreetype6 arm64 2.11.1+dfsg-1ubuntu0.1 [383 kB]
12:13:39 #11 15.60 Get:220 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfontconfig1 arm64 2.13.1-4.2ubuntu5 [135 kB]
12:13:39 #11 15.60 Get:221 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjpeg-turbo8 arm64 2.1.2-0ubuntu1 [129 kB]
12:13:39 #11 15.60 Get:222 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjpeg8 arm64 8c-2ubuntu10 [2264 B]
12:13:39 #11 15.60 Get:223 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdeflate0 arm64 1.10-2 [69.1 kB]
12:13:39 #11 15.60 Get:224 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjbig0 arm64 2.1-3.1build3 [28.8 kB]
12:13:39 #11 15.60 Get:225 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwebp7 arm64 1.2.2-2 [192 kB]
12:13:39 #11 15.60 Get:226 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libtiff5 arm64 4.3.0-6ubuntu0.1 [180 kB]
12:13:39 #11 15.66 Get:227 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxpm4 arm64 1:3.5.12-1build2 [35.0 kB]
12:13:39 #11 15.68 Get:228 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgd3 arm64 2.3.0-2ubuntu2 [126 kB]
12:13:40 #11 15.68 Get:229 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libc-devtools arm64 2.35-0ubuntu3.1 [27.6 kB]
12:13:40 #11 15.69 Get:230 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
12:13:40 #11 15.69 Get:231 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
12:13:40 #11 15.69 Get:232 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclone-perl arm64 0.45-1build3 [10.8 kB]
12:13:40 #11 15.69 Get:233 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcommon-sense-perl arm64 3.75-2build1 [21.2 kB]
12:13:40 #11 15.69 Get:234 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libconfig-tiny-perl all 2.28-1 [13.1 kB]
12:13:40 #11 15.69 Get:235 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libparams-util-perl arm64 1.102-1build3 [22.2 kB]
12:13:40 #11 15.74 Get:236 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-install-perl all 0.928-1.1 [9972 B]
12:13:40 #11 15.76 Get:237 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-optlist-perl all 0.112-1 [11.0 kB]
12:13:40 #11 15.76 Get:238 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-exporter-perl all 0.988-1 [50.6 kB]
12:13:40 #11 15.77 Get:239 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libconst-fast-perl all 0.014-1.1 [7756 B]
12:13:40 #11 15.77 Get:240 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwant-perl arm64 0.29-1build7 [24.7 kB]
12:13:40 #11 15.77 Get:241 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
12:13:40 #11 15.77 Get:242 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcpanel-json-xs-perl arm64 4.27-1build1 [114 kB]
12:13:40 #11 15.77 Get:243 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
12:13:40 #11 15.77 Get:244 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexception-class-perl all 1.45-1 [28.6 kB]
12:13:40 #11 15.81 Get:245 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
12:13:40 #11 15.85 Get:246 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
12:13:40 #11 15.85 Get:247 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
12:13:40 #11 15.85 Get:248 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-moreutils-xs-perl arm64 0.430-2build2 [39.2 kB]
12:13:40 #11 15.85 Get:249 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
12:13:40 #11 15.85 Get:250 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-dpath-perl all 0.58-1 [38.8 kB]
12:13:40 #11 15.85 Get:251 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-dump-perl all 1.25-1 [25.9 kB]
12:13:40 #11 15.85 Get:252 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-messagepack-perl arm64 1.01-2build1 [33.9 kB]
12:13:40 #11 15.85 Get:253 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
12:13:40 #11 15.89 Get:254 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
12:13:40 #11 15.93 Get:255 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
12:13:40 #11 15.93 Get:256 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-netmask-perl all 2.0001-1 [27.7 kB]
12:13:40 #11 15.93 Get:257 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnetaddr-ip-perl arm64 4.079+dfsg-1build7 [82.3 kB]
12:13:40 #11 15.93 Get:258 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-ip-perl all 0.30-1 [17.3 kB]
12:13:40 #11 15.93 Get:259 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-uri-perl all 0.07-2 [11.1 kB]
12:13:40 #11 15.93 Get:260 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdistro-info-perl all 1.1build1 [5644 B]
12:13:40 #11 15.93 Get:261 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libemail-address-xs-perl arm64 1.04-1build6 [27.9 kB]
12:13:40 #11 15.93 Get:262 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
12:13:40 #11 15.96 Get:263 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-basedir-perl all 0.09-1 [15.7 kB]
12:13:40 #11 16.01 Get:264 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
12:13:40 #11 16.01 Get:265 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-fcntllock-perl arm64 0.22-3build7 [33.7 kB]
12:13:40 #11 16.01 Get:266 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnumber-compare-perl all 0.03-2 [7058 B]
12:13:40 #11 16.01 Get:267 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-glob-perl all 0.11-2 [8042 B]
12:13:40 #11 16.01 Get:268 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
12:13:40 #11 16.01 Get:269 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfont-afm-perl all 1.20-3 [13.6 kB]
12:13:40 #11 16.01 Get:270 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-string-perl all 1.08-3.1 [10.7 kB]
12:13:40 #11 16.01 Get:271 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfont-ttf-perl all 1.06-1.1 [316 kB]
12:13:40 #11 16.04 Get:272 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsort-versions-perl all 1.62-1 [9294 B]
12:13:40 #11 16.09 Get:273 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
12:13:40 #11 16.09 Get:274 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
12:13:40 #11 16.09 Get:275 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-prompter-perl all 0.004015-1 [58.1 kB]
12:13:40 #11 16.09 Get:276 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-perl all 4.04000-1 [81.8 kB]
12:13:40 #11 16.09 Get:277 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblog-any-perl all 1.710-1 [68.4 kB]
12:13:40 #11 16.09 Get:278 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
12:13:40 #11 16.10 Get:279 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackage-stash-perl all 0.39-1 [19.1 kB]
12:13:40 #11 16.10 Get:280 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-identify-perl arm64 0.14-1build5 [10.3 kB]
12:13:40 #11 16.11 Get:281 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-name-perl arm64 0.26-1build3 [11.0 kB]
12:13:40 #11 16.17 Get:282 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
12:13:40 #11 16.17 Get:283 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpath-tiny-perl all 0.122-1 [45.9 kB]
12:13:40 #11 16.17 Get:284 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstrictures-perl all 2.000006-1 [16.3 kB]
12:13:40 #11 16.17 Get:285 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtype-tiny-perl all 1.012004-1 [321 kB]
12:13:40 #11 16.18 Get:286 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
12:13:40 #11 16.18 Get:287 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhash-fieldhash-perl arm64 0.15-1build5 [16.9 kB]
12:13:40 #11 16.18 Get:288 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-form-perl all 6.07-1 [22.2 kB]
12:13:40 #11 16.18 Get:289 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-format-perl all 2.12-1.1 [41.3 kB]
12:13:40 #11 16.19 Get:290 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
12:13:40 #11 16.26 Get:291 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libhttp-daemon-perl all 6.13-1ubuntu0.1 [22.9 kB]
12:13:40 #11 16.26 Get:292 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-interactive-perl all 1.023-1 [10.4 kB]
12:13:40 #11 16.26 Get:293 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-prompt-tiny-perl all 0.003-1 [8924 B]
12:13:40 #11 16.26 Get:294 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
12:13:40 #11 16.26 Get:295 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-xs-perl arm64 4.030-1build3 [87.0 kB]
12:13:40 #11 16.26 Get:296 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
12:13:40 #11 16.26 Get:297 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libldap-common all 2.5.13+dfsg-0ubuntu0.22.04.1 [15.9 kB]
12:13:40 #11 16.26 Get:298 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-compare-perl all 0.55-1 [63.3 kB]
12:13:40 #11 16.26 Get:299 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-someutils-perl all 0.58-1 [29.7 kB]
12:13:40 #11 16.34 Get:300 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-someutils-xs-perl arm64 0.58-2build3 [32.5 kB]
12:13:40 #11 16.34 Get:301 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-utilsby-perl all 0.11-1 [14.7 kB]
12:13:40 #11 16.34 Get:302 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libltdl7 arm64 2.4.6-15build2 [39.5 kB]
12:13:40 #11 16.34 Get:303 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libltdl-dev arm64 2.4.6-15build2 [170 kB]
12:13:41 #11 16.74 Get:304 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblzo2-2 arm64 2.10-2build3 [51.4 kB]
12:13:41 #11 16.97 Get:305 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
12:13:41 #11 16.98 Get:306 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
12:13:41 #11 17.00 Get:307 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
12:13:41 #11 17.00 Get:308 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmailtools-perl all 2.21-1 [80.7 kB]
12:13:41 #11 17.09 Get:309 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmarkdown2 arm64 2.2.7-2 [37.0 kB]
12:13:41 #11 17.12 Get:310 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmath-base85-perl all 0.5+dfsg-1 [6764 B]
12:13:41 #11 17.12 Get:311 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoox-aliases-perl all 0.001006-1.1 [6632 B]
12:13:41 #11 17.13 Get:312 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
12:13:41 #11 17.13 Get:313 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
12:13:41 #11 17.14 Get:314 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoox-struct-perl all 0.020-1 [23.7 kB]
12:13:41 #11 17.15 Get:315 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmouse-perl arm64 2.5.10-1build4 [160 kB]
12:13:41 #11 17.20 Get:316 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackage-stash-xs-perl arm64 0.29-1build5 [19.0 kB]
12:13:41 #11 17.21 Get:317 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
12:13:41 #11 17.22 Get:318 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libperlio-gzip-perl arm64 0.19-1build8 [14.6 kB]
12:13:41 #11 17.22 Get:319 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libperlio-utf8-strict-perl arm64 0.009-1build1 [11.7 kB]
12:13:41 #11 17.22 Get:320 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpod-parser-perl all 1.63-2 [82.2 kB]
12:13:41 #11 17.28 Get:321 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpod-constants-perl all 0.19-2 [16.3 kB]
12:13:41 #11 17.28 Get:322 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libproc-processtable-perl arm64 0.634-1build1 [37.2 kB]
12:13:41 #11 17.28 Get:323 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libre2-9 arm64 20220201+dfsg-1 [153 kB]
12:13:41 #11 17.30 Get:324 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libre-engine-re2-perl arm64 0.14-1build2 [17.9 kB]
12:13:41 #11 17.35 Get:325 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadonly-perl all 2.050-3 [19.9 kB]
12:13:41 #11 17.35 Get:326 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libref-util-perl all 0.204-1 [15.0 kB]
12:13:41 #11 17.35 Get:327 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libref-util-xs-perl arm64 0.117-1build5 [12.4 kB]
12:13:41 #11 17.35 Get:328 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libregexp-pattern-license-perl all 3.9.3-1 [84.1 kB]
12:13:41 #11 17.36 Get:329 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
12:13:41 #11 17.36 Get:330 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsasl2-modules arm64 2.1.27+dfsg2-3ubuntu1 [57.3 kB]
12:13:41 #11 17.42 Get:331 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsereal-decoder-perl arm64 4.023+ds-1 [99.9 kB]
12:13:41 #11 17.43 Get:332 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsereal-encoder-perl arm64 4.023+ds-1 [103 kB]
12:13:41 #11 17.44 Get:333 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libset-intspan-perl all 1.19-2 [26.1 kB]
12:13:41 #11 17.44 Get:334 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsocket6-perl arm64 0.29-1build4 [19.8 kB]
12:13:41 #11 17.50 Get:335 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-copyright-perl all 0.003012-1 [21.3 kB]
12:13:41 #11 17.50 Get:336 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
12:13:41 #11 17.50 Get:337 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
12:13:41 #11 17.50 Get:338 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxs-parse-keyword-perl arm64 0.21-1build1 [50.4 kB]
12:13:41 #11 17.51 Get:339 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsyntax-keyword-try-perl arm64 0.26-1build1 [26.7 kB]
12:13:41 #11 17.51 Get:340 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libterm-readkey-perl arm64 2.38-1build4 [24.7 kB]
12:13:41 #11 17.57 Get:341 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-levenshteinxs-perl arm64 0.03-4build10 [8072 B]
12:13:41 #11 17.57 Get:342 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-markdown-discount-perl arm64 0.13-1build1 [12.7 kB]
12:13:41 #11 17.57 Get:343 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-xslate-perl arm64 3.5.9-1build1 [184 kB]
12:13:41 #11 17.59 Get:344 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtime-duration-perl all 1.21-1 [13.1 kB]
12:13:41 #11 17.65 Get:345 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtime-moment-perl arm64 0.44-1build6 [75.4 kB]
12:13:42 #11 17.65 Get:346 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtype-tiny-xs-perl arm64 0.022-1build2 [25.3 kB]
12:13:42 #11 17.66 Get:347 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libunicode-utf8-perl arm64 0.62-1build4 [18.5 kB]
12:13:42 #11 17.66 Get:348 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
12:13:42 #11 17.66 Get:349 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
12:13:42 #11 17.66 Get:350 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
12:13:42 #11 17.72 Get:351 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-libxml-perl arm64 2.0207+dfsg+really+2.0134-1 [321 kB]
12:13:42 #11 17.75 Get:352 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-parser-perl arm64 2.46-3build1 [211 kB]
12:13:42 #11 17.77 Get:353 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
12:13:42 #11 17.77 Get:354 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libyaml-libyaml-perl arm64 0.83+ds-1build1 [28.7 kB]
12:13:42 #11 17.80 Get:355 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 licensecheck all 3.2.14-2 [40.9 kB]
12:13:42 #11 17.80 Get:356 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-size-perl arm64 0.83-1build4 [20.4 kB]
12:13:42 #11 17.80 Get:357 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-run3-perl all 0.048-2 [31.4 kB]
12:13:42 #11 17.80 Get:358 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lzip arm64 1.23-1 [80.5 kB]
12:13:42 #11 17.81 Get:359 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lzop arm64 1.04-2build2 [84.0 kB]
12:13:42 #11 17.82 Get:360 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 t1utils arm64 1.41-4build2 [61.5 kB]
12:13:42 #11 17.87 Get:361 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 unzip arm64 6.0-26ubuntu3 [171 kB]
12:13:42 #11 17.88 Get:362 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 lintian all 2.114.0ubuntu1.1 [1083 kB]
12:13:42 #11 17.93 Get:363 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 manpages-dev all 5.10-1ubuntu1 [2309 kB]
12:13:42 #11 18.04 Get:364 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-certifi all 2020.6.20-1 [150 kB]
12:13:42 #11 18.05 Get:365 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-idna all 3.3-1 [49.3 kB]
12:13:42 #11 18.05 Get:366 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-six all 1.16.0-3ubuntu1 [12.6 kB]
12:13:42 #11 18.05 Get:367 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
12:13:42 #11 18.06 Get:368 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-requests all 2.25.1+dfsg-2 [47.9 kB]
12:13:42 #11 18.06 Get:369 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-unidiff all 0.5.5-2 [9180 B]
12:13:42 #11 18.06 Get:370 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-xdg all 0.27-2 [36.9 kB]
12:13:42 #11 18.06 Get:371 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 equivs all 2.3.1 [19.0 kB]
12:13:42 #11 18.06 Get:372 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
12:13:42 #11 18.12 Get:373 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-magic all 2:0.4.24-2 [12.6 kB]
12:13:42 #11 18.30 debconf: delaying package configuration, since apt-utils is not installed
12:13:42 #11 18.34 Fetched 129 MB in 12s (10.9 MB/s)
12:13:42 #11 18.36 Selecting previously unselected package liblocale-gettext-perl.
12:13:42 #11 18.36 (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 ... 4387 files and directories currently installed.)
12:13:42 #11 18.36 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_arm64.deb ...
12:13:42 #11 18.37 Unpacking liblocale-gettext-perl (1.07-4build3) ...
12:13:42 #11 18.41 Selecting previously unselected package libpython3.10-minimal:arm64.
12:13:42 #11 18.41 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04_arm64.deb ...
12:13:42 #11 18.41 Unpacking libpython3.10-minimal:arm64 (3.10.6-1~22.04) ...
12:13:42 #11 18.50 Selecting previously unselected package libexpat1:arm64.
12:13:42 #11 18.50 Preparing to unpack .../libexpat1_2.4.7-1_arm64.deb ...
12:13:42 #11 18.51 Unpacking libexpat1:arm64 (2.4.7-1) ...
12:13:42 #11 18.55 Selecting previously unselected package python3.10-minimal.
12:13:42 #11 18.55 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04_arm64.deb ...
12:13:42 #11 18.56 Unpacking python3.10-minimal (3.10.6-1~22.04) ...
12:13:42 #11 18.63 Setting up libpython3.10-minimal:arm64 (3.10.6-1~22.04) ...
12:13:42 #11 18.65 Setting up libexpat1:arm64 (2.4.7-1) ...
12:13:42 #11 18.66 Setting up python3.10-minimal (3.10.6-1~22.04) ...
12:13:43 #11 19.35 Selecting previously unselected package python3-minimal.
12:13:43 #11 19.35 (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 ... 4703 files and directories currently installed.)
12:13:43 #11 19.36 Preparing to unpack .../python3-minimal_3.10.6-1~22.04_arm64.deb ...
12:13:43 #11 19.36 Unpacking python3-minimal (3.10.6-1~22.04) ...
12:13:43 #11 19.39 Selecting previously unselected package media-types.
12:13:43 #11 19.40 Preparing to unpack .../media-types_7.0.0_all.deb ...
12:13:43 #11 19.40 Unpacking media-types (7.0.0) ...
12:13:43 #11 19.43 Preparing to unpack .../gcc-12-base_12.1.0-2ubuntu1~22.04_arm64.deb ...
12:13:43 #11 19.44 Unpacking gcc-12-base:arm64 (12.1.0-2ubuntu1~22.04) over (12-20220319-1ubuntu1) ...
12:13:43 #11 19.48 Setting up gcc-12-base:arm64 (12.1.0-2ubuntu1~22.04) ...
12:13:43 #11 19.52 (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 ... 4730 files and directories currently installed.)
12:13:43 #11 19.53 Preparing to unpack .../libgcc-s1_12.1.0-2ubuntu1~22.04_arm64.deb ...
12:13:43 #11 19.54 Unpacking libgcc-s1:arm64 (12.1.0-2ubuntu1~22.04) over (12-20220319-1ubuntu1) ...
12:13:43 #11 19.57 Setting up libgcc-s1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:13:44 #11 19.62 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4730 files and directories currently installed.)
12:13:44 #11 19.62 Preparing to unpack .../libstdc++6_12.1.0-2ubuntu1~22.04_arm64.deb ...
12:13:44 #11 19.64 Unpacking libstdc++6:arm64 (12.1.0-2ubuntu1~22.04) over (12-20220319-1ubuntu1) ...
12:13:44 #11 19.71 Setting up libstdc++6:arm64 (12.1.0-2ubuntu1~22.04) ...
12:13:44 #11 19.76 Selecting previously unselected package libmpdec3:arm64.
12:13:44 #11 19.76 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4730 files and directories currently installed.)
12:13:44 #11 19.76 Preparing to unpack .../0-libmpdec3_2.5.1-2build2_arm64.deb ...
12:13:44 #11 19.76 Unpacking libmpdec3:arm64 (2.5.1-2build2) ...
12:13:44 #11 19.80 Selecting previously unselected package readline-common.
12:13:44 #11 19.80 Preparing to unpack .../1-readline-common_8.1.2-1_all.deb ...
12:13:44 #11 19.80 Unpacking readline-common (8.1.2-1) ...
12:13:44 #11 19.84 Selecting previously unselected package libreadline8:arm64.
12:13:44 #11 19.84 Preparing to unpack .../2-libreadline8_8.1.2-1_arm64.deb ...
12:13:44 #11 19.84 Unpacking libreadline8:arm64 (8.1.2-1) ...
12:13:44 #11 19.88 Selecting previously unselected package libsqlite3-0:arm64.
12:13:44 #11 19.88 Preparing to unpack .../3-libsqlite3-0_3.37.2-2_arm64.deb ...
12:13:44 #11 19.88 Unpacking libsqlite3-0:arm64 (3.37.2-2) ...
12:13:44 #11 19.92 Selecting previously unselected package libpython3.10-stdlib:arm64.
12:13:44 #11 19.92 Preparing to unpack .../4-libpython3.10-stdlib_3.10.6-1~22.04_arm64.deb ...
12:13:44 #11 19.92 Unpacking libpython3.10-stdlib:arm64 (3.10.6-1~22.04) ...
12:13:44 #11 20.03 Selecting previously unselected package python3.10.
12:13:44 #11 20.03 Preparing to unpack .../5-python3.10_3.10.6-1~22.04_arm64.deb ...
12:13:44 #11 20.03 Unpacking python3.10 (3.10.6-1~22.04) ...
12:13:44 #11 20.06 Selecting previously unselected package libpython3-stdlib:arm64.
12:13:44 #11 20.06 Preparing to unpack .../6-libpython3-stdlib_3.10.6-1~22.04_arm64.deb ...
12:13:44 #11 20.07 Unpacking libpython3-stdlib:arm64 (3.10.6-1~22.04) ...
12:13:44 #11 20.10 Setting up python3-minimal (3.10.6-1~22.04) ...
12:13:44 #11 20.34 Selecting previously unselected package python3.
12:13:44 #11 20.34 (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 ... 5132 files and directories currently installed.)
12:13:44 #11 20.34 Preparing to unpack .../000-python3_3.10.6-1~22.04_arm64.deb ...
12:13:44 #11 20.35 Unpacking python3 (3.10.6-1~22.04) ...
12:13:44 #11 20.38 Selecting previously unselected package perl-modules-5.34.
12:13:44 #11 20.38 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1_all.deb ...
12:13:44 #11 20.38 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1) ...
12:13:44 #11 20.65 Selecting previously unselected package libgdbm6:arm64.
12:13:44 #11 20.65 Preparing to unpack .../002-libgdbm6_1.23-1_arm64.deb ...
12:13:44 #11 20.66 Unpacking libgdbm6:arm64 (1.23-1) ...
12:13:44 #11 20.69 Selecting previously unselected package libgdbm-compat4:arm64.
12:13:44 #11 20.69 Preparing to unpack .../003-libgdbm-compat4_1.23-1_arm64.deb ...
12:13:44 #11 20.69 Unpacking libgdbm-compat4:arm64 (1.23-1) ...
12:13:44 #11 20.73 Selecting previously unselected package libperl5.34:arm64.
12:13:44 #11 20.73 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1_arm64.deb ...
12:13:44 #11 20.73 Unpacking libperl5.34:arm64 (5.34.0-3ubuntu1) ...
12:13:45 #11 20.96 Selecting previously unselected package perl.
12:13:45 #11 20.96 Preparing to unpack .../005-perl_5.34.0-3ubuntu1_arm64.deb ...
12:13:45 #11 20.97 Unpacking perl (5.34.0-3ubuntu1) ...
12:13:45 #11 21.01 Selecting previously unselected package openssl.
12:13:45 #11 21.01 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1.6_arm64.deb ...
12:13:45 #11 21.01 Unpacking openssl (3.0.2-0ubuntu1.6) ...
12:13:45 #11 21.08 Selecting previously unselected package ca-certificates.
12:13:45 #11 21.08 Preparing to unpack .../007-ca-certificates_20211016_all.deb ...
12:13:45 #11 21.08 Unpacking ca-certificates (20211016) ...
12:13:45 #11 21.13 Selecting previously unselected package distro-info-data.
12:13:45 #11 21.13 Preparing to unpack .../008-distro-info-data_0.52ubuntu0.1_all.deb ...
12:13:45 #11 21.14 Unpacking distro-info-data (0.52ubuntu0.1) ...
12:13:45 #11 21.17 Selecting previously unselected package iso-codes.
12:13:45 #11 21.17 Preparing to unpack .../009-iso-codes_4.9.0-1_all.deb ...
12:13:45 #11 21.17 Unpacking iso-codes (4.9.0-1) ...
12:13:45 #11 21.33 Selecting previously unselected package less.
12:13:45 #11 21.33 Preparing to unpack .../010-less_590-1build1_arm64.deb ...
12:13:45 #11 21.34 Unpacking less (590-1build1) ...
12:13:45 #11 21.38 Selecting previously unselected package libmd0:arm64.
12:13:45 #11 21.38 Preparing to unpack .../011-libmd0_1.0.4-1build1_arm64.deb ...
12:13:45 #11 21.39 Unpacking libmd0:arm64 (1.0.4-1build1) ...
12:13:45 #11 21.42 Selecting previously unselected package libbsd0:arm64.
12:13:45 #11 21.42 Preparing to unpack .../012-libbsd0_0.11.5-1_arm64.deb ...
12:13:45 #11 21.43 Unpacking libbsd0:arm64 (0.11.5-1) ...
12:13:45 #11 21.47 Selecting previously unselected package libelf1:arm64.
12:13:45 #11 21.47 Preparing to unpack .../013-libelf1_0.186-1build1_arm64.deb ...
12:13:45 #11 21.47 Unpacking libelf1:arm64 (0.186-1build1) ...
12:13:45 #11 21.50 Selecting previously unselected package libicu70:arm64.
12:13:45 #11 21.51 Preparing to unpack .../014-libicu70_70.1-2_arm64.deb ...
12:13:45 #11 21.51 Unpacking libicu70:arm64 (70.1-2) ...
12:13:45 #11 21.73 Selecting previously unselected package libxml2:arm64.
12:13:45 #11 21.74 Preparing to unpack .../015-libxml2_2.9.13+dfsg-1ubuntu0.1_arm64.deb ...
12:13:45 #11 21.74 Unpacking libxml2:arm64 (2.9.13+dfsg-1ubuntu0.1) ...
12:13:45 #11 21.79 Selecting previously unselected package libyaml-0-2:arm64.
12:13:46 #11 21.79 Preparing to unpack .../016-libyaml-0-2_0.2.2-1build2_arm64.deb ...
12:13:46 #11 21.79 Unpacking libyaml-0-2:arm64 (0.2.2-1build2) ...
12:13:46 #11 21.82 Selecting previously unselected package lsb-release.
12:13:46 #11 21.83 Preparing to unpack .../017-lsb-release_11.1.0ubuntu4_all.deb ...
12:13:46 #11 21.83 Unpacking lsb-release (11.1.0ubuntu4) ...
12:13:46 #11 21.86 Selecting previously unselected package netbase.
12:13:46 #11 21.87 Preparing to unpack .../018-netbase_6.3_all.deb ...
12:13:46 #11 21.87 Unpacking netbase (6.3) ...
12:13:46 #11 21.90 Selecting previously unselected package python-apt-common.
12:13:46 #11 21.90 Preparing to unpack .../019-python-apt-common_2.3.0ubuntu2.1_all.deb ...
12:13:46 #11 21.91 Unpacking python-apt-common (2.3.0ubuntu2.1) ...
12:13:46 #11 21.94 Selecting previously unselected package python3-apt.
12:13:46 #11 21.94 Preparing to unpack .../020-python3-apt_2.3.0ubuntu2.1_arm64.deb ...
12:13:46 #11 21.95 Unpacking python3-apt (2.3.0ubuntu2.1) ...
12:13:46 #11 21.98 Selecting previously unselected package python3-pkg-resources.
12:13:46 #11 21.99 Preparing to unpack .../021-python3-pkg-resources_59.6.0-1.2_all.deb ...
12:13:46 #11 21.99 Unpacking python3-pkg-resources (59.6.0-1.2) ...
12:13:46 #11 22.03 Selecting previously unselected package ucf.
12:13:46 #11 22.03 Preparing to unpack .../022-ucf_3.0043_all.deb ...
12:13:46 #11 22.04 Moving old data out of the way
12:13:46 #11 22.04 Unpacking ucf (3.0043) ...
12:13:46 #11 22.07 Selecting previously unselected package bsdextrautils.
12:13:46 #11 22.08 Preparing to unpack .../023-bsdextrautils_2.37.2-4ubuntu3_arm64.deb ...
12:13:46 #11 22.08 Unpacking bsdextrautils (2.37.2-4ubuntu3) ...
12:13:46 #11 22.11 Selecting previously unselected package libmagic-mgc.
12:13:46 #11 22.11 Preparing to unpack .../024-libmagic-mgc_1%3a5.41-3_arm64.deb ...
12:13:46 #11 22.12 Unpacking libmagic-mgc (1:5.41-3) ...
12:13:46 #11 22.18 Selecting previously unselected package libmagic1:arm64.
12:13:46 #11 22.18 Preparing to unpack .../025-libmagic1_1%3a5.41-3_arm64.deb ...
12:13:46 #11 22.19 Unpacking libmagic1:arm64 (1:5.41-3) ...
12:13:46 #11 22.22 Selecting previously unselected package file.
12:13:46 #11 22.22 Preparing to unpack .../026-file_1%3a5.41-3_arm64.deb ...
12:13:46 #11 22.22 Unpacking file (1:5.41-3) ...
12:13:46 #11 22.25 Selecting previously unselected package gettext-base.
12:13:46 #11 22.25 Preparing to unpack .../027-gettext-base_0.21-4ubuntu4_arm64.deb ...
12:13:46 #11 22.25 Unpacking gettext-base (0.21-4ubuntu4) ...
12:13:46 #11 22.29 Selecting previously unselected package libuchardet0:arm64.
12:13:46 #11 22.29 Preparing to unpack .../028-libuchardet0_0.0.7-1build2_arm64.deb ...
12:13:46 #11 22.30 Unpacking libuchardet0:arm64 (0.0.7-1build2) ...
12:13:46 #11 22.33 Selecting previously unselected package groff-base.
12:13:46 #11 22.33 Preparing to unpack .../029-groff-base_1.22.4-8build1_arm64.deb ...
12:13:46 #11 22.34 Unpacking groff-base (1.22.4-8build1) ...
12:13:46 #11 22.41 Selecting previously unselected package libcbor0.8:arm64.
12:13:46 #11 22.41 Preparing to unpack .../030-libcbor0.8_0.8.0-2ubuntu1_arm64.deb ...
12:13:46 #11 22.41 Unpacking libcbor0.8:arm64 (0.8.0-2ubuntu1) ...
12:13:46 #11 22.45 Selecting previously unselected package libedit2:arm64.
12:13:46 #11 22.45 Preparing to unpack .../031-libedit2_3.1-20210910-1build1_arm64.deb ...
12:13:46 #11 22.45 Unpacking libedit2:arm64 (3.1-20210910-1build1) ...
12:13:46 #11 22.49 Selecting previously unselected package libfido2-1:arm64.
12:13:46 #11 22.49 Preparing to unpack .../032-libfido2-1_1.10.0-1_arm64.deb ...
12:13:46 #11 22.50 Unpacking libfido2-1:arm64 (1.10.0-1) ...
12:13:46 #11 22.53 Selecting previously unselected package libnghttp2-14:arm64.
12:13:46 #11 22.53 Preparing to unpack .../033-libnghttp2-14_1.43.0-1build3_arm64.deb ...
12:13:46 #11 22.54 Unpacking libnghttp2-14:arm64 (1.43.0-1build3) ...
12:13:46 #11 22.57 Selecting previously unselected package libpipeline1:arm64.
12:13:46 #11 22.57 Preparing to unpack .../034-libpipeline1_1.5.5-1_arm64.deb ...
12:13:46 #11 22.58 Unpacking libpipeline1:arm64 (1.5.5-1) ...
12:13:46 #11 22.61 Selecting previously unselected package libpng16-16:arm64.
12:13:46 #11 22.61 Preparing to unpack .../035-libpng16-16_1.6.37-3build5_arm64.deb ...
12:13:46 #11 22.61 Unpacking libpng16-16:arm64 (1.6.37-3build5) ...
12:13:46 #11 22.65 Selecting previously unselected package libpsl5:arm64.
12:13:46 #11 22.65 Preparing to unpack .../036-libpsl5_0.21.0-1.2build2_arm64.deb ...
12:13:46 #11 22.66 Unpacking libpsl5:arm64 (0.21.0-1.2build2) ...
12:13:46 #11 22.69 Selecting previously unselected package libxau6:arm64.
12:13:46 #11 22.69 Preparing to unpack .../037-libxau6_1%3a1.0.9-1build5_arm64.deb ...
12:13:46 #11 22.69 Unpacking libxau6:arm64 (1:1.0.9-1build5) ...
12:13:46 #11 22.73 Selecting previously unselected package libxdmcp6:arm64.
12:13:46 #11 22.73 Preparing to unpack .../038-libxdmcp6_1%3a1.1.3-0ubuntu5_arm64.deb ...
12:13:46 #11 22.73 Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ...
12:13:46 #11 22.77 Selecting previously unselected package libxcb1:arm64.
12:13:46 #11 22.77 Preparing to unpack .../039-libxcb1_1.14-3ubuntu3_arm64.deb ...
12:13:46 #11 22.77 Unpacking libxcb1:arm64 (1.14-3ubuntu3) ...
12:13:46 #11 22.80 Selecting previously unselected package libx11-data.
12:13:46 #11 22.80 Preparing to unpack .../040-libx11-data_2%3a1.7.5-1_all.deb ...
12:13:46 #11 22.80 Unpacking libx11-data (2:1.7.5-1) ...
12:13:46 #11 22.88 Selecting previously unselected package libx11-6:arm64.
12:13:47 #11 22.88 Preparing to unpack .../041-libx11-6_2%3a1.7.5-1_arm64.deb ...
12:13:47 #11 22.89 Unpacking libx11-6:arm64 (2:1.7.5-1) ...
12:13:47 #11 22.93 Selecting previously unselected package libxext6:arm64.
12:13:47 #11 22.94 Preparing to unpack .../042-libxext6_2%3a1.3.4-1build1_arm64.deb ...
12:13:47 #11 22.94 Unpacking libxext6:arm64 (2:1.3.4-1build1) ...
12:13:47 #11 22.98 Selecting previously unselected package libxmuu1:arm64.
12:13:47 #11 22.99 Preparing to unpack .../043-libxmuu1_2%3a1.1.3-3_arm64.deb ...
12:13:47 #11 22.99 Unpacking libxmuu1:arm64 (2:1.1.3-3) ...
12:13:47 #11 23.03 Selecting previously unselected package man-db.
12:13:47 #11 23.03 Preparing to unpack .../044-man-db_2.10.2-1_arm64.deb ...
12:13:47 #11 23.03 Unpacking man-db (2.10.2-1) ...
12:13:47 #11 23.09 Selecting previously unselected package manpages.
12:13:47 #11 23.09 Preparing to unpack .../045-manpages_5.10-1ubuntu1_all.deb ...
12:13:47 #11 23.09 Unpacking manpages (5.10-1ubuntu1) ...
12:13:47 #11 23.21 Selecting previously unselected package openssh-client.
12:13:47 #11 23.21 Preparing to unpack .../046-openssh-client_1%3a8.9p1-3_arm64.deb ...
12:13:47 #11 23.21 Unpacking openssh-client (1:8.9p1-3) ...
12:13:47 #11 23.26 Selecting previously unselected package publicsuffix.
12:13:47 #11 23.26 Preparing to unpack .../047-publicsuffix_20211207.1025-1_all.deb ...
12:13:47 #11 23.26 Unpacking publicsuffix (20211207.1025-1) ...
12:13:47 #11 23.29 Selecting previously unselected package strace.
12:13:47 #11 23.29 Preparing to unpack .../048-strace_5.16-0ubuntu3_arm64.deb ...
12:13:47 #11 23.30 Unpacking strace (5.16-0ubuntu3) ...
12:13:47 #11 23.33 Selecting previously unselected package xauth.
12:13:47 #11 23.33 Preparing to unpack .../049-xauth_1%3a1.1-1build2_arm64.deb ...
12:13:47 #11 23.34 Unpacking xauth (1:1.1-1build2) ...
12:13:47 #11 23.36 Selecting previously unselected package xz-utils.
12:13:47 #11 23.37 Preparing to unpack .../050-xz-utils_5.2.5-2ubuntu1_arm64.deb ...
12:13:47 #11 23.37 Unpacking xz-utils (5.2.5-2ubuntu1) ...
12:13:47 #11 23.41 Selecting previously unselected package libsigsegv2:arm64.
12:13:47 #11 23.41 Preparing to unpack .../051-libsigsegv2_2.13-1ubuntu3_arm64.deb ...
12:13:47 #11 23.41 Unpacking libsigsegv2:arm64 (2.13-1ubuntu3) ...
12:13:47 #11 23.44 Selecting previously unselected package m4.
12:13:47 #11 23.44 Preparing to unpack .../052-m4_1.4.18-5ubuntu2_arm64.deb ...
12:13:47 #11 23.44 Unpacking m4 (1.4.18-5ubuntu2) ...
12:13:47 #11 23.48 Selecting previously unselected package autoconf.
12:13:47 #11 23.48 Preparing to unpack .../053-autoconf_2.71-2_all.deb ...
12:13:47 #11 23.48 Unpacking autoconf (2.71-2) ...
12:13:47 #11 23.53 Selecting previously unselected package autotools-dev.
12:13:47 #11 23.53 Preparing to unpack .../054-autotools-dev_20220109.1_all.deb ...
12:13:47 #11 23.53 Unpacking autotools-dev (20220109.1) ...
12:13:47 #11 23.57 Selecting previously unselected package automake.
12:13:47 #11 23.57 Preparing to unpack .../055-automake_1%3a1.16.5-1.3_all.deb ...
12:13:47 #11 23.57 Unpacking automake (1:1.16.5-1.3) ...
12:13:47 #11 23.62 Selecting previously unselected package autopoint.
12:13:47 #11 23.62 Preparing to unpack .../056-autopoint_0.21-4ubuntu4_all.deb ...
12:13:47 #11 23.63 Unpacking autopoint (0.21-4ubuntu4) ...
12:13:47 #11 23.66 Selecting previously unselected package binutils-common:arm64.
12:13:47 #11 23.66 Preparing to unpack .../057-binutils-common_2.38-3ubuntu1_arm64.deb ...
12:13:47 #11 23.66 Unpacking binutils-common:arm64 (2.38-3ubuntu1) ...
12:13:47 #11 23.69 Selecting previously unselected package libbinutils:arm64.
12:13:48 #11 23.69 Preparing to unpack .../058-libbinutils_2.38-3ubuntu1_arm64.deb ...
12:13:48 #11 23.70 Unpacking libbinutils:arm64 (2.38-3ubuntu1) ...
12:13:48 #11 23.74 Selecting previously unselected package libctf-nobfd0:arm64.
12:13:48 #11 23.74 Preparing to unpack .../059-libctf-nobfd0_2.38-3ubuntu1_arm64.deb ...
12:13:48 #11 23.75 Unpacking libctf-nobfd0:arm64 (2.38-3ubuntu1) ...
12:13:48 #11 23.78 Selecting previously unselected package libctf0:arm64.
12:13:48 #11 23.78 Preparing to unpack .../060-libctf0_2.38-3ubuntu1_arm64.deb ...
12:13:48 #11 23.78 Unpacking libctf0:arm64 (2.38-3ubuntu1) ...
12:13:48 #11 23.81 Selecting previously unselected package binutils-aarch64-linux-gnu.
12:13:48 #11 23.81 Preparing to unpack .../061-binutils-aarch64-linux-gnu_2.38-3ubuntu1_arm64.deb ...
12:13:48 #11 23.82 Unpacking binutils-aarch64-linux-gnu (2.38-3ubuntu1) ...
12:13:48 #11 23.94 Selecting previously unselected package binutils.
12:13:48 #11 23.94 Preparing to unpack .../062-binutils_2.38-3ubuntu1_arm64.deb ...
12:13:48 #11 23.95 Unpacking binutils (2.38-3ubuntu1) ...
12:13:48 #11 23.98 Selecting previously unselected package libc-dev-bin.
12:13:48 #11 23.98 Preparing to unpack .../063-libc-dev-bin_2.35-0ubuntu3.1_arm64.deb ...
12:13:48 #11 23.99 Unpacking libc-dev-bin (2.35-0ubuntu3.1) ...
12:13:48 #11 24.02 Selecting previously unselected package linux-libc-dev:arm64.
12:13:48 #11 24.03 Preparing to unpack .../064-linux-libc-dev_5.15.0-48.54_arm64.deb ...
12:13:48 #11 24.03 Unpacking linux-libc-dev:arm64 (5.15.0-48.54) ...
12:13:48 #11 24.19 Selecting previously unselected package libcrypt-dev:arm64.
12:13:48 #11 24.19 Preparing to unpack .../065-libcrypt-dev_1%3a4.4.27-1_arm64.deb ...
12:13:48 #11 24.19 Unpacking libcrypt-dev:arm64 (1:4.4.27-1) ...
12:13:48 #11 24.23 Selecting previously unselected package rpcsvc-proto.
12:13:48 #11 24.23 Preparing to unpack .../066-rpcsvc-proto_1.4.2-0ubuntu6_arm64.deb ...
12:13:48 #11 24.23 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
12:13:48 #11 24.27 Selecting previously unselected package libtirpc-dev:arm64.
12:13:48 #11 24.27 Preparing to unpack .../067-libtirpc-dev_1.3.2-2ubuntu0.1_arm64.deb ...
12:13:48 #11 24.27 Unpacking libtirpc-dev:arm64 (1.3.2-2ubuntu0.1) ...
12:13:48 #11 24.31 Selecting previously unselected package libnsl-dev:arm64.
12:13:48 #11 24.31 Preparing to unpack .../068-libnsl-dev_1.3.0-2build2_arm64.deb ...
12:13:48 #11 24.32 Unpacking libnsl-dev:arm64 (1.3.0-2build2) ...
12:13:48 #11 24.35 Selecting previously unselected package libc6-dev:arm64.
12:13:48 #11 24.35 Preparing to unpack .../069-libc6-dev_2.35-0ubuntu3.1_arm64.deb ...
12:13:48 #11 24.36 Unpacking libc6-dev:arm64 (2.35-0ubuntu3.1) ...
12:13:48 #11 24.48 Selecting previously unselected package gcc-11-base:arm64.
12:13:48 #11 24.49 Preparing to unpack .../070-gcc-11-base_11.2.0-19ubuntu1_arm64.deb ...
12:13:48 #11 24.49 Unpacking gcc-11-base:arm64 (11.2.0-19ubuntu1) ...
12:13:48 #11 24.53 Selecting previously unselected package libisl23:arm64.
12:13:48 #11 24.53 Preparing to unpack .../071-libisl23_0.24-2build1_arm64.deb ...
12:13:48 #11 24.54 Unpacking libisl23:arm64 (0.24-2build1) ...
12:13:48 #11 24.58 Selecting previously unselected package libmpfr6:arm64.
12:13:48 #11 24.58 Preparing to unpack .../072-libmpfr6_4.1.0-3build3_arm64.deb ...
12:13:48 #11 24.58 Unpacking libmpfr6:arm64 (4.1.0-3build3) ...
12:13:48 #11 24.62 Selecting previously unselected package libmpc3:arm64.
12:13:49 #11 24.63 Preparing to unpack .../073-libmpc3_1.2.1-2build1_arm64.deb ...
12:13:49 #11 24.63 Unpacking libmpc3:arm64 (1.2.1-2build1) ...
12:13:49 #11 24.66 Selecting previously unselected package cpp-11.
12:13:49 #11 24.66 Preparing to unpack .../074-cpp-11_11.2.0-19ubuntu1_arm64.deb ...
12:13:49 #11 24.66 Unpacking cpp-11 (11.2.0-19ubuntu1) ...
12:13:49 #11 24.85 Selecting previously unselected package cpp.
12:13:49 #11 24.85 Preparing to unpack .../075-cpp_4%3a11.2.0-1ubuntu1_arm64.deb ...
12:13:49 #11 24.86 Unpacking cpp (4:11.2.0-1ubuntu1) ...
12:13:49 #11 24.89 Selecting previously unselected package libcc1-0:arm64.
12:13:49 #11 24.90 Preparing to unpack .../076-libcc1-0_12.1.0-2ubuntu1~22.04_arm64.deb ...
12:13:49 #11 24.90 Unpacking libcc1-0:arm64 (12.1.0-2ubuntu1~22.04) ...
12:13:49 #11 24.93 Selecting previously unselected package libgomp1:arm64.
12:13:49 #11 24.94 Preparing to unpack .../077-libgomp1_12.1.0-2ubuntu1~22.04_arm64.deb ...
12:13:49 #11 24.94 Unpacking libgomp1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:13:49 #11 24.98 Selecting previously unselected package libitm1:arm64.
12:13:49 #11 24.98 Preparing to unpack .../078-libitm1_12.1.0-2ubuntu1~22.04_arm64.deb ...
12:13:49 #11 24.98 Unpacking libitm1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:13:49 #11 25.01 Selecting previously unselected package libatomic1:arm64.
12:13:49 #11 25.01 Preparing to unpack .../079-libatomic1_12.1.0-2ubuntu1~22.04_arm64.deb ...
12:13:49 #11 25.02 Unpacking libatomic1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:13:49 #11 25.06 Selecting previously unselected package libasan6:arm64.
12:13:49 #11 25.06 Preparing to unpack .../080-libasan6_11.2.0-19ubuntu1_arm64.deb ...
12:13:49 #11 25.06 Unpacking libasan6:arm64 (11.2.0-19ubuntu1) ...
12:13:49 #11 25.14 Selecting previously unselected package liblsan0:arm64.
12:13:49 #11 25.14 Preparing to unpack .../081-liblsan0_12.1.0-2ubuntu1~22.04_arm64.deb ...
12:13:49 #11 25.15 Unpacking liblsan0:arm64 (12.1.0-2ubuntu1~22.04) ...
12:13:49 #11 25.20 Selecting previously unselected package libtsan0:arm64.
12:13:49 #11 25.20 Preparing to unpack .../082-libtsan0_11.2.0-19ubuntu1_arm64.deb ...
12:13:49 #11 25.20 Unpacking libtsan0:arm64 (11.2.0-19ubuntu1) ...
12:13:49 #11 25.28 Selecting previously unselected package libubsan1:arm64.
12:13:49 #11 25.28 Preparing to unpack .../083-libubsan1_12.1.0-2ubuntu1~22.04_arm64.deb ...
12:13:49 #11 25.28 Unpacking libubsan1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:13:49 #11 25.35 Selecting previously unselected package libhwasan0:arm64.
12:13:49 #11 25.35 Preparing to unpack .../084-libhwasan0_12.1.0-2ubuntu1~22.04_arm64.deb ...
12:13:49 #11 25.35 Unpacking libhwasan0:arm64 (12.1.0-2ubuntu1~22.04) ...
12:13:49 #11 25.40 Selecting previously unselected package libgcc-11-dev:arm64.
12:13:49 #11 25.40 Preparing to unpack .../085-libgcc-11-dev_11.2.0-19ubuntu1_arm64.deb ...
12:13:49 #11 25.41 Unpacking libgcc-11-dev:arm64 (11.2.0-19ubuntu1) ...
12:13:49 #11 25.49 Selecting previously unselected package gcc-11.
12:13:49 #11 25.49 Preparing to unpack .../086-gcc-11_11.2.0-19ubuntu1_arm64.deb ...
12:13:49 #11 25.50 Unpacking gcc-11 (11.2.0-19ubuntu1) ...
12:13:50 #11 25.83 Selecting previously unselected package gcc.
12:13:50 #11 25.83 Preparing to unpack .../087-gcc_4%3a11.2.0-1ubuntu1_arm64.deb ...
12:13:50 #11 25.84 Unpacking gcc (4:11.2.0-1ubuntu1) ...
12:13:50 #11 25.87 Selecting previously unselected package libstdc++-11-dev:arm64.
12:13:50 #11 25.87 Preparing to unpack .../088-libstdc++-11-dev_11.2.0-19ubuntu1_arm64.deb ...
12:13:50 #11 25.88 Unpacking libstdc++-11-dev:arm64 (11.2.0-19ubuntu1) ...
12:13:50 #11 26.07 Selecting previously unselected package g++-11.
12:13:50 #11 26.07 Preparing to unpack .../089-g++-11_11.2.0-19ubuntu1_arm64.deb ...
12:13:50 #11 26.07 Unpacking g++-11 (11.2.0-19ubuntu1) ...
12:13:50 #11 26.28 Selecting previously unselected package g++.
12:13:50 #11 26.28 Preparing to unpack .../090-g++_4%3a11.2.0-1ubuntu1_arm64.deb ...
12:13:50 #11 26.29 Unpacking g++ (4:11.2.0-1ubuntu1) ...
12:13:50 #11 26.32 Selecting previously unselected package make.
12:13:50 #11 26.33 Preparing to unpack .../091-make_4.3-4.1build1_arm64.deb ...
12:13:50 #11 26.33 Unpacking make (4.3-4.1build1) ...
12:13:50 #11 26.37 Selecting previously unselected package libdpkg-perl.
12:13:50 #11 26.37 Preparing to unpack .../092-libdpkg-perl_1.21.1ubuntu2.1_all.deb ...
12:13:50 #11 26.37 Unpacking libdpkg-perl (1.21.1ubuntu2.1) ...
12:13:50 #11 26.43 Selecting previously unselected package bzip2.
12:13:50 #11 26.43 Preparing to unpack .../093-bzip2_1.0.8-5build1_arm64.deb ...
12:13:50 #11 26.43 Unpacking bzip2 (1.0.8-5build1) ...
12:13:50 #11 26.46 Selecting previously unselected package patch.
12:13:50 #11 26.47 Preparing to unpack .../094-patch_2.7.6-7build2_arm64.deb ...
12:13:50 #11 26.47 Unpacking patch (2.7.6-7build2) ...
12:13:50 #11 26.51 Selecting previously unselected package lto-disabled-list.
12:13:50 #11 26.51 Preparing to unpack .../095-lto-disabled-list_24_all.deb ...
12:13:50 #11 26.52 Unpacking lto-disabled-list (24) ...
12:13:50 #11 26.56 Selecting previously unselected package dpkg-dev.
12:13:50 #11 26.56 Preparing to unpack .../096-dpkg-dev_1.21.1ubuntu2.1_all.deb ...
12:13:50 #11 26.56 Unpacking dpkg-dev (1.21.1ubuntu2.1) ...
12:13:50 #11 26.61 Selecting previously unselected package build-essential.
12:13:50 #11 26.61 Preparing to unpack .../097-build-essential_12.9ubuntu3_arm64.deb ...
12:13:50 #11 26.62 Unpacking build-essential (12.9ubuntu3) ...
12:13:50 #11 26.66 Selecting previously unselected package libbrotli1:arm64.
12:13:50 #11 26.66 Preparing to unpack .../098-libbrotli1_1.0.9-2build6_arm64.deb ...
12:13:50 #11 26.67 Unpacking libbrotli1:arm64 (1.0.9-2build6) ...
12:13:50 #11 26.71 Selecting previously unselected package libsasl2-modules-db:arm64.
12:13:50 #11 26.71 Preparing to unpack .../099-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1_arm64.deb ...
12:13:50 #11 26.72 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1) ...
12:13:50 #11 26.76 Selecting previously unselected package libsasl2-2:arm64.
12:13:50 #11 26.76 Preparing to unpack .../100-libsasl2-2_2.1.27+dfsg2-3ubuntu1_arm64.deb ...
12:13:50 #11 26.76 Unpacking libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1) ...
12:13:51 #11 26.80 Selecting previously unselected package libldap-2.5-0:arm64.
12:13:51 #11 26.80 Preparing to unpack .../101-libldap-2.5-0_2.5.13+dfsg-0ubuntu0.22.04.1_arm64.deb ...
12:13:51 #11 26.81 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:13:51 #11 26.86 Selecting previously unselected package librtmp1:arm64.
12:13:51 #11 26.86 Preparing to unpack .../102-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ...
12:13:51 #11 26.86 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
12:13:51 #11 26.90 Selecting previously unselected package libssh-4:arm64.
12:13:51 #11 26.90 Preparing to unpack .../103-libssh-4_0.9.6-2build1_arm64.deb ...
12:13:51 #11 26.91 Unpacking libssh-4:arm64 (0.9.6-2build1) ...
12:13:51 #11 26.95 Selecting previously unselected package libcurl4:arm64.
12:13:51 #11 26.95 Preparing to unpack .../104-libcurl4_7.81.0-1ubuntu1.4_arm64.deb ...
12:13:51 #11 26.95 Unpacking libcurl4:arm64 (7.81.0-1ubuntu1.4) ...
12:13:51 #11 27.00 Selecting previously unselected package curl.
12:13:51 #11 27.00 Preparing to unpack .../105-curl_7.81.0-1ubuntu1.4_arm64.deb ...
12:13:51 #11 27.01 Unpacking curl (7.81.0-1ubuntu1.4) ...
12:13:51 #11 27.05 Selecting previously unselected package dctrl-tools.
12:13:51 #11 27.05 Preparing to unpack .../106-dctrl-tools_2.24-3build2_arm64.deb ...
12:13:51 #11 27.06 Unpacking dctrl-tools (2.24-3build2) ...
12:13:51 #11 27.09 Selecting previously unselected package libdebhelper-perl.
12:13:51 #11 27.09 Preparing to unpack .../107-libdebhelper-perl_13.6ubuntu1_all.deb ...
12:13:51 #11 27.10 Unpacking libdebhelper-perl (13.6ubuntu1) ...
12:13:51 #11 27.13 Selecting previously unselected package libtool.
12:13:51 #11 27.14 Preparing to unpack .../108-libtool_2.4.6-15build2_all.deb ...
12:13:51 #11 27.14 Unpacking libtool (2.4.6-15build2) ...
12:13:51 #11 27.18 Selecting previously unselected package dh-autoreconf.
12:13:51 #11 27.18 Preparing to unpack .../109-dh-autoreconf_20_all.deb ...
12:13:51 #11 27.19 Unpacking dh-autoreconf (20) ...
12:13:51 #11 27.22 Selecting previously unselected package libarchive-zip-perl.
12:13:51 #11 27.22 Preparing to unpack .../110-libarchive-zip-perl_1.68-1_all.deb ...
12:13:51 #11 27.22 Unpacking libarchive-zip-perl (1.68-1) ...
12:13:51 #11 27.27 Selecting previously unselected package libsub-override-perl.
12:13:51 #11 27.27 Preparing to unpack .../111-libsub-override-perl_0.09-2_all.deb ...
12:13:51 #11 27.27 Unpacking libsub-override-perl (0.09-2) ...
12:13:51 #11 27.31 Selecting previously unselected package libfile-stripnondeterminism-perl.
12:13:51 #11 27.31 Preparing to unpack .../112-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
12:13:51 #11 27.32 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
12:13:51 #11 27.36 Selecting previously unselected package dh-strip-nondeterminism.
12:13:51 #11 27.36 Preparing to unpack .../113-dh-strip-nondeterminism_1.13.0-1_all.deb ...
12:13:51 #11 27.36 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
12:13:51 #11 27.41 Selecting previously unselected package libdw1:arm64.
12:13:51 #11 27.41 Preparing to unpack .../114-libdw1_0.186-1build1_arm64.deb ...
12:13:51 #11 27.41 Unpacking libdw1:arm64 (0.186-1build1) ...
12:13:51 #11 27.44 Selecting previously unselected package debugedit.
12:13:51 #11 27.45 Preparing to unpack .../115-debugedit_1%3a5.0-4build1_arm64.deb ...
12:13:51 #11 27.45 Unpacking debugedit (1:5.0-4build1) ...
12:13:51 #11 27.49 Selecting previously unselected package dwz.
12:13:51 #11 27.49 Preparing to unpack .../116-dwz_0.14-1build2_arm64.deb ...
12:13:51 #11 27.49 Unpacking dwz (0.14-1build2) ...
12:13:51 #11 27.53 Selecting previously unselected package gettext.
12:13:51 #11 27.54 Preparing to unpack .../117-gettext_0.21-4ubuntu4_arm64.deb ...
12:13:51 #11 27.54 Unpacking gettext (0.21-4ubuntu4) ...
12:13:51 #11 27.59 Selecting previously unselected package intltool-debian.
12:13:51 #11 27.60 Preparing to unpack .../118-intltool-debian_0.35.0+20060710.5_all.deb ...
12:13:51 #11 27.60 Unpacking intltool-debian (0.35.0+20060710.5) ...
12:13:51 #11 27.64 Selecting previously unselected package po-debconf.
12:13:51 #11 27.64 Preparing to unpack .../119-po-debconf_1.0.21+nmu1_all.deb ...
12:13:51 #11 27.65 Unpacking po-debconf (1.0.21+nmu1) ...
12:13:51 #11 27.70 Selecting previously unselected package debhelper.
12:13:51 #11 27.70 Preparing to unpack .../120-debhelper_13.6ubuntu1_all.deb ...
12:13:51 #11 27.71 Unpacking debhelper (13.6ubuntu1) ...
12:13:51 #11 27.77 Selecting previously unselected package libfakeroot:arm64.
12:13:52 #11 27.77 Preparing to unpack .../121-libfakeroot_1.28-1ubuntu1_arm64.deb ...
12:13:52 #11 27.77 Unpacking libfakeroot:arm64 (1.28-1ubuntu1) ...
12:13:52 #11 27.81 Selecting previously unselected package fakeroot.
12:13:52 #11 27.81 Preparing to unpack .../122-fakeroot_1.28-1ubuntu1_arm64.deb ...
12:13:52 #11 27.82 Unpacking fakeroot (1.28-1ubuntu1) ...
12:13:52 #11 27.86 Selecting previously unselected package libassuan0:arm64.
12:13:52 #11 27.86 Preparing to unpack .../123-libassuan0_2.5.5-1build1_arm64.deb ...
12:13:52 #11 27.86 Unpacking libassuan0:arm64 (2.5.5-1build1) ...
12:13:52 #11 27.90 Selecting previously unselected package gpgconf.
12:13:52 #11 27.90 Preparing to unpack .../124-gpgconf_2.2.27-3ubuntu2.1_arm64.deb ...
12:13:52 #11 27.91 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
12:13:52 #11 27.94 Selecting previously unselected package libksba8:arm64.
12:13:52 #11 27.95 Preparing to unpack .../125-libksba8_1.6.0-2build1_arm64.deb ...
12:13:52 #11 27.95 Unpacking libksba8:arm64 (1.6.0-2build1) ...
12:13:52 #11 27.99 Selecting previously unselected package libnpth0:arm64.
12:13:52 #11 27.99 Preparing to unpack .../126-libnpth0_1.6-3build2_arm64.deb ...
12:13:52 #11 27.99 Unpacking libnpth0:arm64 (1.6-3build2) ...
12:13:52 #11 28.03 Selecting previously unselected package dirmngr.
12:13:52 #11 28.04 Preparing to unpack .../127-dirmngr_2.2.27-3ubuntu2.1_arm64.deb ...
12:13:52 #11 28.05 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
12:13:52 #11 28.09 Selecting previously unselected package gnupg-l10n.
12:13:52 #11 28.09 Preparing to unpack .../128-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
12:13:52 #11 28.10 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
12:13:52 #11 28.14 Selecting previously unselected package gnupg-utils.
12:13:52 #11 28.14 Preparing to unpack .../129-gnupg-utils_2.2.27-3ubuntu2.1_arm64.deb ...
12:13:52 #11 28.14 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
12:13:52 #11 28.18 Selecting previously unselected package gpg.
12:13:52 #11 28.18 Preparing to unpack .../130-gpg_2.2.27-3ubuntu2.1_arm64.deb ...
12:13:52 #11 28.19 Unpacking gpg (2.2.27-3ubuntu2.1) ...
12:13:52 #11 28.23 Selecting previously unselected package pinentry-curses.
12:13:52 #11 28.23 Preparing to unpack .../131-pinentry-curses_1.1.1-1build2_arm64.deb ...
12:13:52 #11 28.23 Unpacking pinentry-curses (1.1.1-1build2) ...
12:13:52 #11 28.28 Selecting previously unselected package gpg-agent.
12:13:52 #11 28.28 Preparing to unpack .../132-gpg-agent_2.2.27-3ubuntu2.1_arm64.deb ...
12:13:52 #11 28.28 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
12:13:52 #11 28.32 Selecting previously unselected package gpg-wks-client.
12:13:52 #11 28.33 Preparing to unpack .../133-gpg-wks-client_2.2.27-3ubuntu2.1_arm64.deb ...
12:13:52 #11 28.33 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
12:13:52 #11 28.36 Selecting previously unselected package gpg-wks-server.
12:13:52 #11 28.37 Preparing to unpack .../134-gpg-wks-server_2.2.27-3ubuntu2.1_arm64.deb ...
12:13:52 #11 28.37 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
12:13:52 #11 28.41 Selecting previously unselected package gpgsm.
12:13:52 #11 28.41 Preparing to unpack .../135-gpgsm_2.2.27-3ubuntu2.1_arm64.deb ...
12:13:52 #11 28.41 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
12:13:52 #11 28.44 Selecting previously unselected package gnupg.
12:13:52 #11 28.45 Preparing to unpack .../136-gnupg_2.2.27-3ubuntu2.1_all.deb ...
12:13:52 #11 28.45 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
12:13:52 #11 28.49 Selecting previously unselected package libfile-dirlist-perl.
12:13:52 #11 28.49 Preparing to unpack .../137-libfile-dirlist-perl_0.05-2_all.deb ...
12:13:52 #11 28.50 Unpacking libfile-dirlist-perl (0.05-2) ...
12:13:52 #11 28.53 Selecting previously unselected package libfile-which-perl.
12:13:52 #11 28.53 Preparing to unpack .../138-libfile-which-perl_1.23-1_all.deb ...
12:13:52 #11 28.53 Unpacking libfile-which-perl (1.23-1) ...
12:13:52 #11 28.56 Selecting previously unselected package libfile-homedir-perl.
12:13:52 #11 28.57 Preparing to unpack .../139-libfile-homedir-perl_1.006-1_all.deb ...
12:13:52 #11 28.57 Unpacking libfile-homedir-perl (1.006-1) ...
12:13:52 #11 28.61 Selecting previously unselected package libfile-touch-perl.
12:13:52 #11 28.61 Preparing to unpack .../140-libfile-touch-perl_0.12-1_all.deb ...
12:13:52 #11 28.61 Unpacking libfile-touch-perl (0.12-1) ...
12:13:52 #11 28.64 Selecting previously unselected package libio-pty-perl.
12:13:52 #11 28.65 Preparing to unpack .../141-libio-pty-perl_1%3a1.15-2build2_arm64.deb ...
12:13:52 #11 28.65 Unpacking libio-pty-perl (1:1.15-2build2) ...
12:13:52 #11 28.68 Selecting previously unselected package libipc-run-perl.
12:13:52 #11 28.69 Preparing to unpack .../142-libipc-run-perl_20200505.0-1_all.deb ...
12:13:52 #11 28.69 Unpacking libipc-run-perl (20200505.0-1) ...
12:13:52 #11 28.72 Selecting previously unselected package libclass-method-modifiers-perl.
12:13:52 #11 28.72 Preparing to unpack .../143-libclass-method-modifiers-perl_2.13-1_all.deb ...
12:13:52 #11 28.73 Unpacking libclass-method-modifiers-perl (2.13-1) ...
12:13:52 #11 28.76 Selecting previously unselected package libclass-xsaccessor-perl.
12:13:52 #11 28.76 Preparing to unpack .../144-libclass-xsaccessor-perl_1.19-3build9_arm64.deb ...
12:13:52 #11 28.76 Unpacking libclass-xsaccessor-perl (1.19-3build9) ...
12:13:52 #11 28.80 Selecting previously unselected package libb-hooks-op-check-perl.
12:13:52 #11 28.80 Preparing to unpack .../145-libb-hooks-op-check-perl_0.22-1build5_arm64.deb ...
12:13:52 #11 28.80 Unpacking libb-hooks-op-check-perl (0.22-1build5) ...
12:13:52 #11 28.83 Selecting previously unselected package libdynaloader-functions-perl.
12:13:52 #11 28.83 Preparing to unpack .../146-libdynaloader-functions-perl_0.003-1.1_all.deb ...
12:13:52 #11 28.84 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
12:13:52 #11 28.87 Selecting previously unselected package libdevel-callchecker-perl.
12:13:53 #11 28.87 Preparing to unpack .../147-libdevel-callchecker-perl_0.008-1ubuntu4_arm64.deb ...
12:13:53 #11 28.87 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
12:13:53 #11 28.90 Selecting previously unselected package libparams-classify-perl.
12:13:53 #11 28.90 Preparing to unpack .../148-libparams-classify-perl_0.015-1build5_arm64.deb ...
12:13:53 #11 28.91 Unpacking libparams-classify-perl (0.015-1build5) ...
12:13:53 #11 28.94 Selecting previously unselected package libmodule-runtime-perl.
12:13:53 #11 28.94 Preparing to unpack .../149-libmodule-runtime-perl_0.016-1_all.deb ...
12:13:53 #11 28.95 Unpacking libmodule-runtime-perl (0.016-1) ...
12:13:53 #11 28.98 Selecting previously unselected package libimport-into-perl.
12:13:53 #11 28.98 Preparing to unpack .../150-libimport-into-perl_1.002005-1_all.deb ...
12:13:53 #11 28.98 Unpacking libimport-into-perl (1.002005-1) ...
12:13:53 #11 29.01 Selecting previously unselected package librole-tiny-perl.
12:13:53 #11 29.01 Preparing to unpack .../151-librole-tiny-perl_2.002004-1_all.deb ...
12:13:53 #11 29.01 Unpacking librole-tiny-perl (2.002004-1) ...
12:13:53 #11 29.04 Selecting previously unselected package libsub-quote-perl.
12:13:53 #11 29.05 Preparing to unpack .../152-libsub-quote-perl_2.006006-1_all.deb ...
12:13:53 #11 29.05 Unpacking libsub-quote-perl (2.006006-1) ...
12:13:53 #11 29.08 Selecting previously unselected package libmoo-perl.
12:13:53 #11 29.08 Preparing to unpack .../153-libmoo-perl_2.005004-3_all.deb ...
12:13:53 #11 29.08 Unpacking libmoo-perl (2.005004-3) ...
12:13:53 #11 29.11 Selecting previously unselected package libencode-locale-perl.
12:13:53 #11 29.12 Preparing to unpack .../154-libencode-locale-perl_1.05-1.1_all.deb ...
12:13:53 #11 29.12 Unpacking libencode-locale-perl (1.05-1.1) ...
12:13:53 #11 29.15 Selecting previously unselected package libtimedate-perl.
12:13:53 #11 29.15 Preparing to unpack .../155-libtimedate-perl_2.3300-2_all.deb ...
12:13:53 #11 29.16 Unpacking libtimedate-perl (2.3300-2) ...
12:13:53 #11 29.20 Selecting previously unselected package libhttp-date-perl.
12:13:53 #11 29.20 Preparing to unpack .../156-libhttp-date-perl_6.05-1_all.deb ...
12:13:53 #11 29.20 Unpacking libhttp-date-perl (6.05-1) ...
12:13:53 #11 29.23 Selecting previously unselected package libfile-listing-perl.
12:13:53 #11 29.23 Preparing to unpack .../157-libfile-listing-perl_6.14-1_all.deb ...
12:13:53 #11 29.24 Unpacking libfile-listing-perl (6.14-1) ...
12:13:53 #11 29.27 Selecting previously unselected package libhtml-tagset-perl.
12:13:53 #11 29.27 Preparing to unpack .../158-libhtml-tagset-perl_3.20-4_all.deb ...
12:13:53 #11 29.28 Unpacking libhtml-tagset-perl (3.20-4) ...
12:13:53 #11 29.30 Selecting previously unselected package liburi-perl.
12:13:53 #11 29.31 Preparing to unpack .../159-liburi-perl_5.10-1_all.deb ...
12:13:53 #11 29.31 Unpacking liburi-perl (5.10-1) ...
12:13:53 #11 29.35 Selecting previously unselected package libhtml-parser-perl:arm64.
12:13:53 #11 29.35 Preparing to unpack .../160-libhtml-parser-perl_3.76-1build2_arm64.deb ...
12:13:53 #11 29.36 Unpacking libhtml-parser-perl:arm64 (3.76-1build2) ...
12:13:53 #11 29.39 Selecting previously unselected package libhtml-tree-perl.
12:13:53 #11 29.39 Preparing to unpack .../161-libhtml-tree-perl_5.07-2_all.deb ...
12:13:53 #11 29.39 Unpacking libhtml-tree-perl (5.07-2) ...
12:13:53 #11 29.44 Selecting previously unselected package libio-html-perl.
12:13:53 #11 29.44 Preparing to unpack .../162-libio-html-perl_1.004-2_all.deb ...
12:13:53 #11 29.44 Unpacking libio-html-perl (1.004-2) ...
12:13:53 #11 29.47 Selecting previously unselected package liblwp-mediatypes-perl.
12:13:53 #11 29.48 Preparing to unpack .../163-liblwp-mediatypes-perl_6.04-1_all.deb ...
12:13:53 #11 29.48 Unpacking liblwp-mediatypes-perl (6.04-1) ...
12:13:53 #11 29.51 Selecting previously unselected package libhttp-message-perl.
12:13:53 #11 29.51 Preparing to unpack .../164-libhttp-message-perl_6.36-1_all.deb ...
12:13:53 #11 29.52 Unpacking libhttp-message-perl (6.36-1) ...
12:13:53 #11 29.55 Selecting previously unselected package libhttp-cookies-perl.
12:13:53 #11 29.55 Preparing to unpack .../165-libhttp-cookies-perl_6.10-1_all.deb ...
12:13:53 #11 29.56 Unpacking libhttp-cookies-perl (6.10-1) ...
12:13:53 #11 29.59 Selecting previously unselected package libhttp-negotiate-perl.
12:13:53 #11 29.59 Preparing to unpack .../166-libhttp-negotiate-perl_6.01-1_all.deb ...
12:13:53 #11 29.59 Unpacking libhttp-negotiate-perl (6.01-1) ...
12:13:53 #11 29.62 Selecting previously unselected package perl-openssl-defaults:arm64.
12:13:53 #11 29.62 Preparing to unpack .../167-perl-openssl-defaults_5build2_arm64.deb ...
12:13:53 #11 29.64 Unpacking perl-openssl-defaults:arm64 (5build2) ...
12:13:53 #11 29.67 Selecting previously unselected package libnet-ssleay-perl:arm64.
12:13:54 #11 29.67 Preparing to unpack .../168-libnet-ssleay-perl_1.92-1build2_arm64.deb ...
12:13:54 #11 29.68 Unpacking libnet-ssleay-perl:arm64 (1.92-1build2) ...
12:13:54 #11 29.73 Selecting previously unselected package libio-socket-ssl-perl.
12:13:54 #11 29.73 Preparing to unpack .../169-libio-socket-ssl-perl_2.074-2_all.deb ...
12:13:54 #11 29.73 Unpacking libio-socket-ssl-perl (2.074-2) ...
12:13:54 #11 29.76 Selecting previously unselected package libnet-http-perl.
12:13:54 #11 29.77 Preparing to unpack .../170-libnet-http-perl_6.22-1_all.deb ...
12:13:54 #11 29.77 Unpacking libnet-http-perl (6.22-1) ...
12:13:54 #11 29.80 Selecting previously unselected package liblwp-protocol-https-perl.
12:13:54 #11 29.80 Preparing to unpack .../171-liblwp-protocol-https-perl_6.10-1_all.deb ...
12:13:54 #11 29.80 Unpacking liblwp-protocol-https-perl (6.10-1) ...
12:13:54 #11 29.83 Selecting previously unselected package libtry-tiny-perl.
12:13:54 #11 29.84 Preparing to unpack .../172-libtry-tiny-perl_0.31-1_all.deb ...
12:13:54 #11 29.84 Unpacking libtry-tiny-perl (0.31-1) ...
12:13:54 #11 29.87 Selecting previously unselected package libwww-robotrules-perl.
12:13:54 #11 29.87 Preparing to unpack .../173-libwww-robotrules-perl_6.02-1_all.deb ...
12:13:54 #11 29.88 Unpacking libwww-robotrules-perl (6.02-1) ...
12:13:54 #11 29.91 Selecting previously unselected package libwww-perl.
12:13:54 #11 29.91 Preparing to unpack .../174-libwww-perl_6.61-1_all.deb ...
12:13:54 #11 29.91 Unpacking libwww-perl (6.61-1) ...
12:13:54 #11 29.95 Selecting previously unselected package patchutils.
12:13:54 #11 29.95 Preparing to unpack .../175-patchutils_0.4.2-1build2_arm64.deb ...
12:13:54 #11 29.96 Unpacking patchutils (0.4.2-1build2) ...
12:13:54 #11 29.99 Selecting previously unselected package wdiff.
12:13:54 #11 29.99 Preparing to unpack .../176-wdiff_1.2.2-2build3_arm64.deb ...
12:13:54 #11 30.00 Unpacking wdiff (1.2.2-2build3) ...
12:13:54 #11 30.04 Selecting previously unselected package devscripts.
12:13:54 #11 30.04 Preparing to unpack .../177-devscripts_2.22.1ubuntu1_arm64.deb ...
12:13:54 #11 30.07 Unpacking devscripts (2.22.1ubuntu1) ...
12:13:54 #11 30.14 Selecting previously unselected package diffstat.
12:13:54 #11 30.14 Preparing to unpack .../178-diffstat_1.64-1build2_arm64.deb ...
12:13:54 #11 30.14 Unpacking diffstat (1.64-1build2) ...
12:13:54 #11 30.18 Selecting previously unselected package python3-chardet.
12:13:54 #11 30.18 Preparing to unpack .../179-python3-chardet_4.0.0-1_all.deb ...
12:13:54 #11 30.18 Unpacking python3-chardet (4.0.0-1) ...
12:13:54 #11 30.23 Selecting previously unselected package zstd.
12:13:54 #11 30.23 Preparing to unpack .../180-zstd_1.4.8+dfsg-3build1_arm64.deb ...
12:13:54 #11 30.24 Unpacking zstd (1.4.8+dfsg-3build1) ...
12:13:54 #11 30.28 Selecting previously unselected package python3-debian.
12:13:54 #11 30.28 Preparing to unpack .../181-python3-debian_0.1.43ubuntu1_all.deb ...
12:13:54 #11 30.29 Unpacking python3-debian (0.1.43ubuntu1) ...
12:13:54 #11 30.34 Selecting previously unselected package libgpgme11:arm64.
12:13:54 #11 30.34 Preparing to unpack .../182-libgpgme11_1.16.0-1.2ubuntu4_arm64.deb ...
12:13:54 #11 30.34 Unpacking libgpgme11:arm64 (1.16.0-1.2ubuntu4) ...
12:13:54 #11 30.38 Selecting previously unselected package python3-gpg.
12:13:54 #11 30.38 Preparing to unpack .../183-python3-gpg_1.16.0-1.2ubuntu4_arm64.deb ...
12:13:54 #11 30.38 Unpacking python3-gpg (1.16.0-1.2ubuntu4) ...
12:13:54 #11 30.44 Selecting previously unselected package dput.
12:13:54 #11 30.44 Preparing to unpack .../184-dput_1.1.0ubuntu2_all.deb ...
12:13:54 #11 30.45 Unpacking dput (1.1.0ubuntu2) ...
12:13:54 #11 30.49 Selecting previously unselected package fonts-dejavu-core.
12:13:54 #11 30.49 Preparing to unpack .../185-fonts-dejavu-core_2.37-2build1_all.deb ...
12:13:54 #11 30.50 Unpacking fonts-dejavu-core (2.37-2build1) ...
12:13:54 #11 30.61 Selecting previously unselected package fontconfig-config.
12:13:54 #11 30.62 Preparing to unpack .../186-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
12:13:54 #11 30.62 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
12:13:54 #11 30.68 Selecting previously unselected package libcurl3-gnutls:arm64.
12:13:54 #11 30.69 Preparing to unpack .../187-libcurl3-gnutls_7.81.0-1ubuntu1.4_arm64.deb ...
12:13:54 #11 30.69 Unpacking libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.4) ...
12:13:54 #11 30.72 Selecting previously unselected package liberror-perl.
12:13:55 #11 30.73 Preparing to unpack .../188-liberror-perl_0.17029-1_all.deb ...
12:13:55 #11 30.73 Unpacking liberror-perl (0.17029-1) ...
12:13:55 #11 30.76 Selecting previously unselected package git-man.
12:13:55 #11 30.76 Preparing to unpack .../189-git-man_1%3a2.34.1-1ubuntu1.4_all.deb ...
12:13:55 #11 30.76 Unpacking git-man (1:2.34.1-1ubuntu1.4) ...
12:13:55 #11 30.81 Selecting previously unselected package git.
12:13:55 #11 30.81 Preparing to unpack .../190-git_1%3a2.34.1-1ubuntu1.4_arm64.deb ...
12:13:55 #11 30.82 Unpacking git (1:2.34.1-1ubuntu1.4) ...
12:13:55 #11 30.97 Selecting previously unselected package libalgorithm-diff-perl.
12:13:55 #11 30.97 Preparing to unpack .../191-libalgorithm-diff-perl_1.201-1_all.deb ...
12:13:55 #11 30.97 Unpacking libalgorithm-diff-perl (1.201-1) ...
12:13:55 #11 31.01 Selecting previously unselected package libalgorithm-diff-xs-perl.
12:13:55 #11 31.01 Preparing to unpack .../192-libalgorithm-diff-xs-perl_0.04-6build3_arm64.deb ...
12:13:55 #11 31.01 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ...
12:13:55 #11 31.05 Selecting previously unselected package libalgorithm-merge-perl.
12:13:55 #11 31.05 Preparing to unpack .../193-libalgorithm-merge-perl_0.08-3_all.deb ...
12:13:55 #11 31.05 Unpacking libalgorithm-merge-perl (0.08-3) ...
12:13:55 #11 31.09 Selecting previously unselected package libaliased-perl.
12:13:55 #11 31.09 Preparing to unpack .../194-libaliased-perl_0.34-1.1_all.deb ...
12:13:55 #11 31.09 Unpacking libaliased-perl (0.34-1.1) ...
12:13:55 #11 31.12 Selecting previously unselected package libapt-pkg-perl.
12:13:55 #11 31.12 Preparing to unpack .../195-libapt-pkg-perl_0.1.40build2_arm64.deb ...
12:13:55 #11 31.13 Unpacking libapt-pkg-perl (0.1.40build2) ...
12:13:55 #11 31.16 Selecting previously unselected package libarchive-cpio-perl.
12:13:55 #11 31.16 Preparing to unpack .../196-libarchive-cpio-perl_0.10-1.1_all.deb ...
12:13:55 #11 31.16 Unpacking libarchive-cpio-perl (0.10-1.1) ...
12:13:55 #11 31.20 Selecting previously unselected package libarray-intspan-perl.
12:13:55 #11 31.20 Preparing to unpack .../197-libarray-intspan-perl_2.004-1_all.deb ...
12:13:55 #11 31.20 Unpacking libarray-intspan-perl (2.004-1) ...
12:13:55 #11 31.23 Selecting previously unselected package libmodule-implementation-perl.
12:13:55 #11 31.24 Preparing to unpack .../198-libmodule-implementation-perl_0.09-1.1_all.deb ...
12:13:55 #11 31.24 Unpacking libmodule-implementation-perl (0.09-1.1) ...
12:13:55 #11 31.27 Selecting previously unselected package libsub-exporter-progressive-perl.
12:13:55 #11 31.27 Preparing to unpack .../199-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
12:13:55 #11 31.28 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
12:13:55 #11 31.31 Selecting previously unselected package libvariable-magic-perl.
12:13:55 #11 31.31 Preparing to unpack .../200-libvariable-magic-perl_0.62-1build5_arm64.deb ...
12:13:55 #11 31.32 Unpacking libvariable-magic-perl (0.62-1build5) ...
12:13:55 #11 31.35 Selecting previously unselected package libb-hooks-endofscope-perl.
12:13:55 #11 31.35 Preparing to unpack .../201-libb-hooks-endofscope-perl_0.25-1_all.deb ...
12:13:55 #11 31.36 Unpacking libb-hooks-endofscope-perl (0.25-1) ...
12:13:55 #11 31.39 Selecting previously unselected package libfreetype6:arm64.
12:13:55 #11 31.40 Preparing to unpack .../202-libfreetype6_2.11.1+dfsg-1ubuntu0.1_arm64.deb ...
12:13:55 #11 31.40 Unpacking libfreetype6:arm64 (2.11.1+dfsg-1ubuntu0.1) ...
12:13:55 #11 31.44 Selecting previously unselected package libfontconfig1:arm64.
12:13:55 #11 31.44 Preparing to unpack .../203-libfontconfig1_2.13.1-4.2ubuntu5_arm64.deb ...
12:13:55 #11 31.45 Unpacking libfontconfig1:arm64 (2.13.1-4.2ubuntu5) ...
12:13:55 #11 31.48 Selecting previously unselected package libjpeg-turbo8:arm64.
12:13:55 #11 31.49 Preparing to unpack .../204-libjpeg-turbo8_2.1.2-0ubuntu1_arm64.deb ...
12:13:55 #11 31.49 Unpacking libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ...
12:13:55 #11 31.52 Selecting previously unselected package libjpeg8:arm64.
12:13:55 #11 31.53 Preparing to unpack .../205-libjpeg8_8c-2ubuntu10_arm64.deb ...
12:13:55 #11 31.53 Unpacking libjpeg8:arm64 (8c-2ubuntu10) ...
12:13:55 #11 31.56 Selecting previously unselected package libdeflate0:arm64.
12:13:55 #11 31.57 Preparing to unpack .../206-libdeflate0_1.10-2_arm64.deb ...
12:13:55 #11 31.57 Unpacking libdeflate0:arm64 (1.10-2) ...
12:13:55 #11 31.61 Selecting previously unselected package libjbig0:arm64.
12:13:55 #11 31.61 Preparing to unpack .../207-libjbig0_2.1-3.1build3_arm64.deb ...
12:13:55 #11 31.62 Unpacking libjbig0:arm64 (2.1-3.1build3) ...
12:13:55 #11 31.65 Selecting previously unselected package libwebp7:arm64.
12:13:55 #11 31.65 Preparing to unpack .../208-libwebp7_1.2.2-2_arm64.deb ...
12:13:55 #11 31.66 Unpacking libwebp7:arm64 (1.2.2-2) ...
12:13:55 #11 31.70 Selecting previously unselected package libtiff5:arm64.
12:13:55 #11 31.70 Preparing to unpack .../209-libtiff5_4.3.0-6ubuntu0.1_arm64.deb ...
12:13:55 #11 31.71 Unpacking libtiff5:arm64 (4.3.0-6ubuntu0.1) ...
12:13:55 #11 31.74 Selecting previously unselected package libxpm4:arm64.
12:13:56 #11 31.75 Preparing to unpack .../210-libxpm4_1%3a3.5.12-1build2_arm64.deb ...
12:13:56 #11 31.75 Unpacking libxpm4:arm64 (1:3.5.12-1build2) ...
12:13:56 #11 31.79 Selecting previously unselected package libgd3:arm64.
12:13:56 #11 31.79 Preparing to unpack .../211-libgd3_2.3.0-2ubuntu2_arm64.deb ...
12:13:56 #11 31.80 Unpacking libgd3:arm64 (2.3.0-2ubuntu2) ...
12:13:56 #11 31.83 Selecting previously unselected package libc-devtools.
12:13:56 #11 31.83 Preparing to unpack .../212-libc-devtools_2.35-0ubuntu3.1_arm64.deb ...
12:13:56 #11 31.84 Unpacking libc-devtools (2.35-0ubuntu3.1) ...
12:13:56 #11 31.87 Selecting previously unselected package libcapture-tiny-perl.
12:13:56 #11 31.87 Preparing to unpack .../213-libcapture-tiny-perl_0.48-1_all.deb ...
12:13:56 #11 31.88 Unpacking libcapture-tiny-perl (0.48-1) ...
12:13:56 #11 31.91 Selecting previously unselected package libclass-data-inheritable-perl.
12:13:56 #11 31.91 Preparing to unpack .../214-libclass-data-inheritable-perl_0.08-3_all.deb ...
12:13:56 #11 31.91 Unpacking libclass-data-inheritable-perl (0.08-3) ...
12:13:56 #11 31.95 Selecting previously unselected package libclone-perl.
12:13:56 #11 31.95 Preparing to unpack .../215-libclone-perl_0.45-1build3_arm64.deb ...
12:13:56 #11 31.95 Unpacking libclone-perl (0.45-1build3) ...
12:13:56 #11 31.99 Selecting previously unselected package libcommon-sense-perl:arm64.
12:13:56 #11 31.99 Preparing to unpack .../216-libcommon-sense-perl_3.75-2build1_arm64.deb ...
12:13:56 #11 31.99 Unpacking libcommon-sense-perl:arm64 (3.75-2build1) ...
12:13:56 #11 32.02 Selecting previously unselected package libconfig-tiny-perl.
12:13:56 #11 32.03 Preparing to unpack .../217-libconfig-tiny-perl_2.28-1_all.deb ...
12:13:56 #11 32.03 Unpacking libconfig-tiny-perl (2.28-1) ...
12:13:56 #11 32.06 Selecting previously unselected package libparams-util-perl.
12:13:56 #11 32.07 Preparing to unpack .../218-libparams-util-perl_1.102-1build3_arm64.deb ...
12:13:56 #11 32.07 Unpacking libparams-util-perl (1.102-1build3) ...
12:13:56 #11 32.10 Selecting previously unselected package libsub-install-perl.
12:13:56 #11 32.11 Preparing to unpack .../219-libsub-install-perl_0.928-1.1_all.deb ...
12:13:56 #11 32.11 Unpacking libsub-install-perl (0.928-1.1) ...
12:13:56 #11 32.14 Selecting previously unselected package libdata-optlist-perl.
12:13:56 #11 32.14 Preparing to unpack .../220-libdata-optlist-perl_0.112-1_all.deb ...
12:13:56 #11 32.15 Unpacking libdata-optlist-perl (0.112-1) ...
12:13:56 #11 32.18 Selecting previously unselected package libsub-exporter-perl.
12:13:56 #11 32.18 Preparing to unpack .../221-libsub-exporter-perl_0.988-1_all.deb ...
12:13:56 #11 32.18 Unpacking libsub-exporter-perl (0.988-1) ...
12:13:56 #11 32.22 Selecting previously unselected package libconst-fast-perl.
12:13:56 #11 32.22 Preparing to unpack .../222-libconst-fast-perl_0.014-1.1_all.deb ...
12:13:56 #11 32.23 Unpacking libconst-fast-perl (0.014-1.1) ...
12:13:56 #11 32.26 Selecting previously unselected package libwant-perl.
12:13:56 #11 32.26 Preparing to unpack .../223-libwant-perl_0.29-1build7_arm64.deb ...
12:13:56 #11 32.27 Unpacking libwant-perl (0.29-1build7) ...
12:13:56 #11 32.30 Selecting previously unselected package libcontextual-return-perl.
12:13:56 #11 32.31 Preparing to unpack .../224-libcontextual-return-perl_0.004014-2_all.deb ...
12:13:56 #11 32.31 Unpacking libcontextual-return-perl (0.004014-2) ...
12:13:56 #11 32.35 Selecting previously unselected package libcpanel-json-xs-perl:arm64.
12:13:56 #11 32.36 Preparing to unpack .../225-libcpanel-json-xs-perl_4.27-1build1_arm64.deb ...
12:13:56 #11 32.36 Unpacking libcpanel-json-xs-perl:arm64 (4.27-1build1) ...
12:13:56 #11 32.39 Selecting previously unselected package libdevel-stacktrace-perl.
12:13:56 #11 32.39 Preparing to unpack .../226-libdevel-stacktrace-perl_2.0400-1_all.deb ...
12:13:56 #11 32.40 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
12:13:56 #11 32.43 Selecting previously unselected package libexception-class-perl.
12:13:56 #11 32.43 Preparing to unpack .../227-libexception-class-perl_1.45-1_all.deb ...
12:13:56 #11 32.43 Unpacking libexception-class-perl (1.45-1) ...
12:13:56 #11 32.46 Selecting previously unselected package libiterator-perl.
12:13:56 #11 32.46 Preparing to unpack .../228-libiterator-perl_0.03+ds1-1.1_all.deb ...
12:13:56 #11 32.46 Unpacking libiterator-perl (0.03+ds1-1.1) ...
12:13:56 #11 32.50 Selecting previously unselected package libiterator-util-perl.
12:13:56 #11 32.50 Preparing to unpack .../229-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
12:13:56 #11 32.50 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
12:13:56 #11 32.53 Selecting previously unselected package libexporter-tiny-perl.
12:13:56 #11 32.54 Preparing to unpack .../230-libexporter-tiny-perl_1.002002-1_all.deb ...
12:13:56 #11 32.54 Unpacking libexporter-tiny-perl (1.002002-1) ...
12:13:56 #11 32.57 Selecting previously unselected package liblist-moreutils-xs-perl.
12:13:56 #11 32.58 Preparing to unpack .../231-liblist-moreutils-xs-perl_0.430-2build2_arm64.deb ...
12:13:56 #11 32.58 Unpacking liblist-moreutils-xs-perl (0.430-2build2) ...
12:13:56 #11 32.61 Selecting previously unselected package liblist-moreutils-perl.
12:13:56 #11 32.61 Preparing to unpack .../232-liblist-moreutils-perl_0.430-2_all.deb ...
12:13:56 #11 32.62 Unpacking liblist-moreutils-perl (0.430-2) ...
12:13:56 #11 32.65 Selecting previously unselected package libdata-dpath-perl.
12:13:56 #11 32.65 Preparing to unpack .../233-libdata-dpath-perl_0.58-1_all.deb ...
12:13:56 #11 32.66 Unpacking libdata-dpath-perl (0.58-1) ...
12:13:56 #11 32.69 Selecting previously unselected package libdata-dump-perl.
12:13:56 #11 32.69 Preparing to unpack .../234-libdata-dump-perl_1.25-1_all.deb ...
12:13:56 #11 32.70 Unpacking libdata-dump-perl (1.25-1) ...
12:13:56 #11 32.73 Selecting previously unselected package libdata-messagepack-perl.
12:13:56 #11 32.73 Preparing to unpack .../235-libdata-messagepack-perl_1.01-2build1_arm64.deb ...
12:13:56 #11 32.74 Unpacking libdata-messagepack-perl (1.01-2build1) ...
12:13:56 #11 32.77 Selecting previously unselected package libnet-domain-tld-perl.
12:13:56 #11 32.77 Preparing to unpack .../236-libnet-domain-tld-perl_1.75-1.1_all.deb ...
12:13:56 #11 32.77 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
12:13:56 #11 32.80 Selecting previously unselected package libdata-validate-domain-perl.
12:13:57 #11 32.81 Preparing to unpack .../237-libdata-validate-domain-perl_0.10-1.1_all.deb ...
12:13:57 #11 32.81 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
12:13:57 #11 32.85 Selecting previously unselected package libnet-ipv6addr-perl.
12:13:57 #11 32.85 Preparing to unpack .../238-libnet-ipv6addr-perl_1.02-1_all.deb ...
12:13:57 #11 32.85 Unpacking libnet-ipv6addr-perl (1.02-1) ...
12:13:57 #11 32.88 Selecting previously unselected package libnet-netmask-perl.
12:13:57 #11 32.89 Preparing to unpack .../239-libnet-netmask-perl_2.0001-1_all.deb ...
12:13:57 #11 32.89 Unpacking libnet-netmask-perl (2.0001-1) ...
12:13:57 #11 32.92 Selecting previously unselected package libnetaddr-ip-perl.
12:13:57 #11 32.92 Preparing to unpack .../240-libnetaddr-ip-perl_4.079+dfsg-1build7_arm64.deb ...
12:13:57 #11 32.93 Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ...
12:13:57 #11 32.97 Selecting previously unselected package libdata-validate-ip-perl.
12:13:57 #11 32.97 Preparing to unpack .../241-libdata-validate-ip-perl_0.30-1_all.deb ...
12:13:57 #11 32.97 Unpacking libdata-validate-ip-perl (0.30-1) ...
12:13:57 #11 33.00 Selecting previously unselected package libdata-validate-uri-perl.
12:13:57 #11 33.00 Preparing to unpack .../242-libdata-validate-uri-perl_0.07-2_all.deb ...
12:13:57 #11 33.01 Unpacking libdata-validate-uri-perl (0.07-2) ...
12:13:57 #11 33.04 Selecting previously unselected package libdistro-info-perl.
12:13:57 #11 33.04 Preparing to unpack .../243-libdistro-info-perl_1.1build1_all.deb ...
12:13:57 #11 33.04 Unpacking libdistro-info-perl (1.1build1) ...
12:13:57 #11 33.07 Selecting previously unselected package libemail-address-xs-perl.
12:13:57 #11 33.07 Preparing to unpack .../244-libemail-address-xs-perl_1.04-1build6_arm64.deb ...
12:13:57 #11 33.08 Unpacking libemail-address-xs-perl (1.04-1build6) ...
12:13:57 #11 33.11 Selecting previously unselected package libipc-system-simple-perl.
12:13:57 #11 33.11 Preparing to unpack .../245-libipc-system-simple-perl_1.30-1_all.deb ...
12:13:57 #11 33.11 Unpacking libipc-system-simple-perl (1.30-1) ...
12:13:57 #11 33.14 Selecting previously unselected package libfile-basedir-perl.
12:13:57 #11 33.15 Preparing to unpack .../246-libfile-basedir-perl_0.09-1_all.deb ...
12:13:57 #11 33.15 Unpacking libfile-basedir-perl (0.09-1) ...
12:13:57 #11 33.18 Selecting previously unselected package libfile-chdir-perl.
12:13:57 #11 33.18 Preparing to unpack .../247-libfile-chdir-perl_0.1008-1.1_all.deb ...
12:13:57 #11 33.19 Unpacking libfile-chdir-perl (0.1008-1.1) ...
12:13:57 #11 33.22 Selecting previously unselected package libfile-fcntllock-perl.
12:13:57 #11 33.22 Preparing to unpack .../248-libfile-fcntllock-perl_0.22-3build7_arm64.deb ...
12:13:57 #11 33.22 Unpacking libfile-fcntllock-perl (0.22-3build7) ...
12:13:57 #11 33.26 Selecting previously unselected package libnumber-compare-perl.
12:13:57 #11 33.26 Preparing to unpack .../249-libnumber-compare-perl_0.03-2_all.deb ...
12:13:57 #11 33.26 Unpacking libnumber-compare-perl (0.03-2) ...
12:13:57 #11 33.29 Selecting previously unselected package libtext-glob-perl.
12:13:57 #11 33.30 Preparing to unpack .../250-libtext-glob-perl_0.11-2_all.deb ...
12:13:57 #11 33.30 Unpacking libtext-glob-perl (0.11-2) ...
12:13:57 #11 33.35 Selecting previously unselected package libfile-find-rule-perl.
12:13:57 #11 33.35 Preparing to unpack .../251-libfile-find-rule-perl_0.34-1_all.deb ...
12:13:57 #11 33.35 Unpacking libfile-find-rule-perl (0.34-1) ...
12:13:57 #11 33.39 Selecting previously unselected package libfont-afm-perl.
12:13:57 #11 33.39 Preparing to unpack .../252-libfont-afm-perl_1.20-3_all.deb ...
12:13:57 #11 33.39 Unpacking libfont-afm-perl (1.20-3) ...
12:13:57 #11 33.42 Selecting previously unselected package libio-string-perl.
12:13:57 #11 33.43 Preparing to unpack .../253-libio-string-perl_1.08-3.1_all.deb ...
12:13:57 #11 33.43 Unpacking libio-string-perl (1.08-3.1) ...
12:13:57 #11 33.47 Selecting previously unselected package libfont-ttf-perl.
12:13:57 #11 33.47 Preparing to unpack .../254-libfont-ttf-perl_1.06-1.1_all.deb ...
12:13:57 #11 33.47 Unpacking libfont-ttf-perl (1.06-1.1) ...
12:13:57 #11 33.53 Selecting previously unselected package libsort-versions-perl.
12:13:57 #11 33.53 Preparing to unpack .../255-libsort-versions-perl_1.62-1_all.deb ...
12:13:57 #11 33.54 Unpacking libsort-versions-perl (1.62-1) ...
12:13:57 #11 33.57 Selecting previously unselected package libgit-wrapper-perl.
12:13:57 #11 33.57 Preparing to unpack .../256-libgit-wrapper-perl_0.048-1_all.deb ...
12:13:57 #11 33.57 Unpacking libgit-wrapper-perl (0.048-1) ...
12:13:57 #11 33.61 Selecting previously unselected package libhttp-tiny-multipart-perl.
12:13:57 #11 33.61 Preparing to unpack .../257-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
12:13:57 #11 33.62 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
12:13:57 #11 33.65 Selecting previously unselected package libio-prompter-perl.
12:13:57 #11 33.65 Preparing to unpack .../258-libio-prompter-perl_0.004015-1_all.deb ...
12:13:57 #11 33.66 Unpacking libio-prompter-perl (0.004015-1) ...
12:13:57 #11 33.69 Selecting previously unselected package libjson-perl.
12:13:57 #11 33.69 Preparing to unpack .../259-libjson-perl_4.04000-1_all.deb ...
12:13:57 #11 33.70 Unpacking libjson-perl (4.04000-1) ...
12:13:57 #11 33.73 Selecting previously unselected package liblog-any-perl.
12:13:57 #11 33.73 Preparing to unpack .../260-liblog-any-perl_1.710-1_all.deb ...
12:13:57 #11 33.74 Unpacking liblog-any-perl (1.710-1) ...
12:13:57 #11 33.77 Selecting previously unselected package liblog-any-adapter-screen-perl.
12:13:58 #11 33.77 Preparing to unpack .../261-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
12:13:58 #11 33.78 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
12:13:58 #11 33.81 Selecting previously unselected package libpackage-stash-perl.
12:13:58 #11 33.81 Preparing to unpack .../262-libpackage-stash-perl_0.39-1_all.deb ...
12:13:58 #11 33.82 Unpacking libpackage-stash-perl (0.39-1) ...
12:13:58 #11 33.85 Selecting previously unselected package libsub-identify-perl.
12:13:58 #11 33.85 Preparing to unpack .../263-libsub-identify-perl_0.14-1build5_arm64.deb ...
12:13:58 #11 33.86 Unpacking libsub-identify-perl (0.14-1build5) ...
12:13:58 #11 33.89 Selecting previously unselected package libsub-name-perl.
12:13:58 #11 33.89 Preparing to unpack .../264-libsub-name-perl_0.26-1build3_arm64.deb ...
12:13:58 #11 33.90 Unpacking libsub-name-perl (0.26-1build3) ...
12:13:58 #11 33.93 Selecting previously unselected package libnamespace-clean-perl.
12:13:58 #11 33.93 Preparing to unpack .../265-libnamespace-clean-perl_0.27-1_all.deb ...
12:13:58 #11 33.93 Unpacking libnamespace-clean-perl (0.27-1) ...
12:13:58 #11 33.96 Selecting previously unselected package libpath-tiny-perl.
12:13:58 #11 33.97 Preparing to unpack .../266-libpath-tiny-perl_0.122-1_all.deb ...
12:13:58 #11 33.97 Unpacking libpath-tiny-perl (0.122-1) ...
12:13:58 #11 34.00 Selecting previously unselected package libstrictures-perl.
12:13:58 #11 34.00 Preparing to unpack .../267-libstrictures-perl_2.000006-1_all.deb ...
12:13:58 #11 34.01 Unpacking libstrictures-perl (2.000006-1) ...
12:13:58 #11 34.04 Selecting previously unselected package libtype-tiny-perl.
12:13:58 #11 34.04 Preparing to unpack .../268-libtype-tiny-perl_1.012004-1_all.deb ...
12:13:58 #11 34.04 Unpacking libtype-tiny-perl (1.012004-1) ...
12:13:58 #11 34.09 Selecting previously unselected package libgitlab-api-v4-perl.
12:13:58 #11 34.09 Preparing to unpack .../269-libgitlab-api-v4-perl_0.26-1_all.deb ...
12:13:58 #11 34.10 Unpacking libgitlab-api-v4-perl (0.26-1) ...
12:13:58 #11 34.14 Selecting previously unselected package libhash-fieldhash-perl.
12:13:58 #11 34.14 Preparing to unpack .../270-libhash-fieldhash-perl_0.15-1build5_arm64.deb ...
12:13:58 #11 34.14 Unpacking libhash-fieldhash-perl (0.15-1build5) ...
12:13:58 #11 34.18 Selecting previously unselected package libhtml-form-perl.
12:13:58 #11 34.18 Preparing to unpack .../271-libhtml-form-perl_6.07-1_all.deb ...
12:13:58 #11 34.18 Unpacking libhtml-form-perl (6.07-1) ...
12:13:58 #11 34.22 Selecting previously unselected package libhtml-format-perl.
12:13:58 #11 34.22 Preparing to unpack .../272-libhtml-format-perl_2.12-1.1_all.deb ...
12:13:58 #11 34.22 Unpacking libhtml-format-perl (2.12-1.1) ...
12:13:58 #11 34.26 Selecting previously unselected package libhtml-html5-entities-perl.
12:13:58 #11 34.26 Preparing to unpack .../273-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
12:13:58 #11 34.26 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
12:13:58 #11 34.30 Selecting previously unselected package libhttp-daemon-perl.
12:13:58 #11 34.30 Preparing to unpack .../274-libhttp-daemon-perl_6.13-1ubuntu0.1_all.deb ...
12:13:58 #11 34.30 Unpacking libhttp-daemon-perl (6.13-1ubuntu0.1) ...
12:13:58 #11 34.34 Selecting previously unselected package libio-interactive-perl.
12:13:58 #11 34.34 Preparing to unpack .../275-libio-interactive-perl_1.023-1_all.deb ...
12:13:58 #11 34.34 Unpacking libio-interactive-perl (1.023-1) ...
12:13:58 #11 34.38 Selecting previously unselected package libio-prompt-tiny-perl.
12:13:58 #11 34.38 Preparing to unpack .../276-libio-prompt-tiny-perl_0.003-1_all.deb ...
12:13:58 #11 34.38 Unpacking libio-prompt-tiny-perl (0.003-1) ...
12:13:58 #11 34.42 Selecting previously unselected package libtypes-serialiser-perl.
12:13:58 #11 34.42 Preparing to unpack .../277-libtypes-serialiser-perl_1.01-1_all.deb ...
12:13:58 #11 34.42 Unpacking libtypes-serialiser-perl (1.01-1) ...
12:13:58 #11 34.46 Selecting previously unselected package libjson-xs-perl.
12:13:58 #11 34.46 Preparing to unpack .../278-libjson-xs-perl_4.030-1build3_arm64.deb ...
12:13:58 #11 34.47 Unpacking libjson-xs-perl (4.030-1build3) ...
12:13:58 #11 34.51 Selecting previously unselected package libjson-maybexs-perl.
12:13:58 #11 34.52 Preparing to unpack .../279-libjson-maybexs-perl_1.004003-1_all.deb ...
12:13:58 #11 34.52 Unpacking libjson-maybexs-perl (1.004003-1) ...
12:13:58 #11 34.59 Selecting previously unselected package libldap-common.
12:13:58 #11 34.59 Preparing to unpack .../280-libldap-common_2.5.13+dfsg-0ubuntu0.22.04.1_all.deb ...
12:13:58 #11 34.59 Unpacking libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:13:58 #11 34.63 Selecting previously unselected package liblist-compare-perl.
12:13:58 #11 34.63 Preparing to unpack .../281-liblist-compare-perl_0.55-1_all.deb ...
12:13:58 #11 34.64 Unpacking liblist-compare-perl (0.55-1) ...
12:13:58 #11 34.67 Selecting previously unselected package liblist-someutils-perl.
12:13:58 #11 34.68 Preparing to unpack .../282-liblist-someutils-perl_0.58-1_all.deb ...
12:13:58 #11 34.68 Unpacking liblist-someutils-perl (0.58-1) ...
12:13:58 #11 34.73 Selecting previously unselected package liblist-someutils-xs-perl.
12:13:58 #11 34.73 Preparing to unpack .../283-liblist-someutils-xs-perl_0.58-2build3_arm64.deb ...
12:13:58 #11 34.74 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
12:13:58 #11 34.77 Selecting previously unselected package liblist-utilsby-perl.
12:13:58 #11 34.77 Preparing to unpack .../284-liblist-utilsby-perl_0.11-1_all.deb ...
12:13:58 #11 34.78 Unpacking liblist-utilsby-perl (0.11-1) ...
12:13:58 #11 34.82 Selecting previously unselected package libltdl7:arm64.
12:13:58 #11 34.82 Preparing to unpack .../285-libltdl7_2.4.6-15build2_arm64.deb ...
12:13:58 #11 34.82 Unpacking libltdl7:arm64 (2.4.6-15build2) ...
12:13:58 #11 34.86 Selecting previously unselected package libltdl-dev:arm64.
12:13:59 #11 34.86 Preparing to unpack .../286-libltdl-dev_2.4.6-15build2_arm64.deb ...
12:13:59 #11 34.86 Unpacking libltdl-dev:arm64 (2.4.6-15build2) ...
12:13:59 #11 34.91 Selecting previously unselected package liblzo2-2:arm64.
12:13:59 #11 34.91 Preparing to unpack .../287-liblzo2-2_2.10-2build3_arm64.deb ...
12:13:59 #11 34.92 Unpacking liblzo2-2:arm64 (2.10-2build3) ...
12:13:59 #11 34.95 Selecting previously unselected package libsys-hostname-long-perl.
12:13:59 #11 34.95 Preparing to unpack .../288-libsys-hostname-long-perl_1.5-2_all.deb ...
12:13:59 #11 34.95 Unpacking libsys-hostname-long-perl (1.5-2) ...
12:13:59 #11 34.99 Selecting previously unselected package libmail-sendmail-perl.
12:13:59 #11 34.99 Preparing to unpack .../289-libmail-sendmail-perl_0.80-1.1_all.deb ...
12:13:59 #11 34.99 Unpacking libmail-sendmail-perl (0.80-1.1) ...
12:13:59 #11 35.02 Selecting previously unselected package libnet-smtp-ssl-perl.
12:13:59 #11 35.03 Preparing to unpack .../290-libnet-smtp-ssl-perl_1.04-1_all.deb ...
12:13:59 #11 35.03 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
12:13:59 #11 35.06 Selecting previously unselected package libmailtools-perl.
12:13:59 #11 35.07 Preparing to unpack .../291-libmailtools-perl_2.21-1_all.deb ...
12:13:59 #11 35.07 Unpacking libmailtools-perl (2.21-1) ...
12:13:59 #11 35.11 Selecting previously unselected package libmarkdown2:arm64.
12:13:59 #11 35.12 Preparing to unpack .../292-libmarkdown2_2.2.7-2_arm64.deb ...
12:13:59 #11 35.12 Unpacking libmarkdown2:arm64 (2.2.7-2) ...
12:13:59 #11 35.15 Selecting previously unselected package libmath-base85-perl.
12:13:59 #11 35.16 Preparing to unpack .../293-libmath-base85-perl_0.5+dfsg-1_all.deb ...
12:13:59 #11 35.16 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
12:13:59 #11 35.20 Selecting previously unselected package libmoox-aliases-perl.
12:13:59 #11 35.20 Preparing to unpack .../294-libmoox-aliases-perl_0.001006-1.1_all.deb ...
12:13:59 #11 35.20 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
12:13:59 #11 35.23 Selecting previously unselected package libnamespace-autoclean-perl.
12:13:59 #11 35.23 Preparing to unpack .../295-libnamespace-autoclean-perl_0.29-1_all.deb ...
12:13:59 #11 35.24 Unpacking libnamespace-autoclean-perl (0.29-1) ...
12:13:59 #11 35.28 Selecting previously unselected package libobject-id-perl.
12:13:59 #11 35.28 Preparing to unpack .../296-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
12:13:59 #11 35.29 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
12:13:59 #11 35.33 Selecting previously unselected package libmoox-struct-perl.
12:13:59 #11 35.33 Preparing to unpack .../297-libmoox-struct-perl_0.020-1_all.deb ...
12:13:59 #11 35.33 Unpacking libmoox-struct-perl (0.020-1) ...
12:13:59 #11 35.37 Selecting previously unselected package libmouse-perl.
12:13:59 #11 35.37 Preparing to unpack .../298-libmouse-perl_2.5.10-1build4_arm64.deb ...
12:13:59 #11 35.38 Unpacking libmouse-perl (2.5.10-1build4) ...
12:13:59 #11 35.43 Selecting previously unselected package libpackage-stash-xs-perl.
12:13:59 #11 35.43 Preparing to unpack .../299-libpackage-stash-xs-perl_0.29-1build5_arm64.deb ...
12:13:59 #11 35.44 Unpacking libpackage-stash-xs-perl (0.29-1build5) ...
12:13:59 #11 35.47 Selecting previously unselected package libpath-iterator-rule-perl.
12:13:59 #11 35.47 Preparing to unpack .../300-libpath-iterator-rule-perl_1.015-1_all.deb ...
12:13:59 #11 35.48 Unpacking libpath-iterator-rule-perl (1.015-1) ...
12:13:59 #11 35.51 Selecting previously unselected package libperlio-gzip-perl.
12:13:59 #11 35.52 Preparing to unpack .../301-libperlio-gzip-perl_0.19-1build8_arm64.deb ...
12:13:59 #11 35.52 Unpacking libperlio-gzip-perl (0.19-1build8) ...
12:13:59 #11 35.56 Selecting previously unselected package libperlio-utf8-strict-perl.
12:13:59 #11 35.56 Preparing to unpack .../302-libperlio-utf8-strict-perl_0.009-1build1_arm64.deb ...
12:13:59 #11 35.56 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
12:13:59 #11 35.60 Selecting previously unselected package libpod-parser-perl.
12:13:59 #11 35.60 Preparing to unpack .../303-libpod-parser-perl_1.63-2_all.deb ...
12:14:00 #11 35.61 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
12:14:00 #11 35.62 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
12:14:00 #11 35.63 Unpacking libpod-parser-perl (1.63-2) ...
12:14:00 #11 35.66 Selecting previously unselected package libpod-constants-perl.
12:14:00 #11 35.67 Preparing to unpack .../304-libpod-constants-perl_0.19-2_all.deb ...
12:14:00 #11 35.67 Unpacking libpod-constants-perl (0.19-2) ...
12:14:00 #11 35.70 Selecting previously unselected package libproc-processtable-perl:arm64.
12:14:00 #11 35.70 Preparing to unpack .../305-libproc-processtable-perl_0.634-1build1_arm64.deb ...
12:14:00 #11 35.71 Unpacking libproc-processtable-perl:arm64 (0.634-1build1) ...
12:14:00 #11 35.74 Selecting previously unselected package libre2-9:arm64.
12:14:00 #11 35.75 Preparing to unpack .../306-libre2-9_20220201+dfsg-1_arm64.deb ...
12:14:00 #11 35.75 Unpacking libre2-9:arm64 (20220201+dfsg-1) ...
12:14:00 #11 35.79 Selecting previously unselected package libre-engine-re2-perl:arm64.
12:14:00 #11 35.79 Preparing to unpack .../307-libre-engine-re2-perl_0.14-1build2_arm64.deb ...
12:14:00 #11 35.79 Unpacking libre-engine-re2-perl:arm64 (0.14-1build2) ...
12:14:00 #11 35.82 Selecting previously unselected package libreadonly-perl.
12:14:00 #11 35.83 Preparing to unpack .../308-libreadonly-perl_2.050-3_all.deb ...
12:14:00 #11 35.83 Unpacking libreadonly-perl (2.050-3) ...
12:14:00 #11 35.86 Selecting previously unselected package libref-util-perl.
12:14:00 #11 35.86 Preparing to unpack .../309-libref-util-perl_0.204-1_all.deb ...
12:14:00 #11 35.87 Unpacking libref-util-perl (0.204-1) ...
12:14:00 #11 35.90 Selecting previously unselected package libref-util-xs-perl.
12:14:00 #11 35.90 Preparing to unpack .../310-libref-util-xs-perl_0.117-1build5_arm64.deb ...
12:14:00 #11 35.91 Unpacking libref-util-xs-perl (0.117-1build5) ...
12:14:00 #11 35.94 Selecting previously unselected package libregexp-pattern-license-perl.
12:14:00 #11 35.94 Preparing to unpack .../311-libregexp-pattern-license-perl_3.9.3-1_all.deb ...
12:14:00 #11 35.95 Unpacking libregexp-pattern-license-perl (3.9.3-1) ...
12:14:00 #11 35.99 Selecting previously unselected package libregexp-pattern-perl.
12:14:00 #11 35.99 Preparing to unpack .../312-libregexp-pattern-perl_0.2.14-1_all.deb ...
12:14:00 #11 36.00 Unpacking libregexp-pattern-perl (0.2.14-1) ...
12:14:00 #11 36.03 Selecting previously unselected package libsasl2-modules:arm64.
12:14:00 #11 36.04 Preparing to unpack .../313-libsasl2-modules_2.1.27+dfsg2-3ubuntu1_arm64.deb ...
12:14:00 #11 36.04 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg2-3ubuntu1) ...
12:14:00 #11 36.08 Selecting previously unselected package libsereal-decoder-perl.
12:14:00 #11 36.08 Preparing to unpack .../314-libsereal-decoder-perl_4.023+ds-1_arm64.deb ...
12:14:00 #11 36.08 Unpacking libsereal-decoder-perl (4.023+ds-1) ...
12:14:00 #11 36.12 Selecting previously unselected package libsereal-encoder-perl:arm64.
12:14:00 #11 36.12 Preparing to unpack .../315-libsereal-encoder-perl_4.023+ds-1_arm64.deb ...
12:14:00 #11 36.14 Unpacking libsereal-encoder-perl:arm64 (4.023+ds-1) ...
12:14:00 #11 36.17 Selecting previously unselected package libset-intspan-perl.
12:14:00 #11 36.18 Preparing to unpack .../316-libset-intspan-perl_1.19-2_all.deb ...
12:14:00 #11 36.18 Unpacking libset-intspan-perl (1.19-2) ...
12:14:00 #11 36.21 Selecting previously unselected package libsocket6-perl.
12:14:00 #11 36.21 Preparing to unpack .../317-libsocket6-perl_0.29-1build4_arm64.deb ...
12:14:00 #11 36.22 Unpacking libsocket6-perl (0.29-1build4) ...
12:14:00 #11 36.25 Selecting previously unselected package libstring-copyright-perl.
12:14:00 #11 36.25 Preparing to unpack .../318-libstring-copyright-perl_0.003012-1_all.deb ...
12:14:00 #11 36.25 Unpacking libstring-copyright-perl (0.003012-1) ...
12:14:00 #11 36.29 Selecting previously unselected package libstring-escape-perl.
12:14:00 #11 36.29 Preparing to unpack .../319-libstring-escape-perl_2010.002-2_all.deb ...
12:14:00 #11 36.29 Unpacking libstring-escape-perl (2010.002-2) ...
12:14:00 #11 36.32 Selecting previously unselected package libstring-shellquote-perl.
12:14:00 #11 36.32 Preparing to unpack .../320-libstring-shellquote-perl_1.04-1_all.deb ...
12:14:00 #11 36.33 Unpacking libstring-shellquote-perl (1.04-1) ...
12:14:00 #11 36.36 Selecting previously unselected package libxs-parse-keyword-perl.
12:14:00 #11 36.36 Preparing to unpack .../321-libxs-parse-keyword-perl_0.21-1build1_arm64.deb ...
12:14:00 #11 36.37 Unpacking libxs-parse-keyword-perl (0.21-1build1) ...
12:14:00 #11 36.40 Selecting previously unselected package libsyntax-keyword-try-perl.
12:14:00 #11 36.40 Preparing to unpack .../322-libsyntax-keyword-try-perl_0.26-1build1_arm64.deb ...
12:14:00 #11 36.41 Unpacking libsyntax-keyword-try-perl (0.26-1build1) ...
12:14:00 #11 36.45 Selecting previously unselected package libterm-readkey-perl.
12:14:00 #11 36.45 Preparing to unpack .../323-libterm-readkey-perl_2.38-1build4_arm64.deb ...
12:14:00 #11 36.45 Unpacking libterm-readkey-perl (2.38-1build4) ...
12:14:00 #11 36.48 Selecting previously unselected package libtext-levenshteinxs-perl.
12:14:00 #11 36.48 Preparing to unpack .../324-libtext-levenshteinxs-perl_0.03-4build10_arm64.deb ...
12:14:00 #11 36.49 Unpacking libtext-levenshteinxs-perl (0.03-4build10) ...
12:14:00 #11 36.53 Selecting previously unselected package libtext-markdown-discount-perl:arm64.
12:14:00 #11 36.53 Preparing to unpack .../325-libtext-markdown-discount-perl_0.13-1build1_arm64.deb ...
12:14:00 #11 36.54 Unpacking libtext-markdown-discount-perl:arm64 (0.13-1build1) ...
12:14:00 #11 36.57 Selecting previously unselected package libtext-xslate-perl:arm64.
12:14:00 #11 36.57 Preparing to unpack .../326-libtext-xslate-perl_3.5.9-1build1_arm64.deb ...
12:14:00 #11 36.58 Unpacking libtext-xslate-perl:arm64 (3.5.9-1build1) ...
12:14:00 #11 36.62 Selecting previously unselected package libtime-duration-perl.
12:14:00 #11 36.63 Preparing to unpack .../327-libtime-duration-perl_1.21-1_all.deb ...
12:14:00 #11 36.63 Unpacking libtime-duration-perl (1.21-1) ...
12:14:00 #11 36.66 Selecting previously unselected package libtime-moment-perl.
12:14:00 #11 36.66 Preparing to unpack .../328-libtime-moment-perl_0.44-1build6_arm64.deb ...
12:14:00 #11 36.67 Unpacking libtime-moment-perl (0.44-1build6) ...
12:14:00 #11 36.70 Selecting previously unselected package libtype-tiny-xs-perl.
12:14:00 #11 36.70 Preparing to unpack .../329-libtype-tiny-xs-perl_0.022-1build2_arm64.deb ...
12:14:00 #11 36.71 Unpacking libtype-tiny-xs-perl (0.022-1build2) ...
12:14:00 #11 36.74 Selecting previously unselected package libunicode-utf8-perl.
12:14:01 #11 36.74 Preparing to unpack .../330-libunicode-utf8-perl_0.62-1build4_arm64.deb ...
12:14:01 #11 36.75 Unpacking libunicode-utf8-perl (0.62-1build4) ...
12:14:01 #11 36.78 Selecting previously unselected package libxml-namespacesupport-perl.
12:14:01 #11 36.78 Preparing to unpack .../331-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
12:14:01 #11 36.78 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
12:14:01 #11 36.81 Selecting previously unselected package libxml-sax-base-perl.
12:14:01 #11 36.81 Preparing to unpack .../332-libxml-sax-base-perl_1.09-1.1_all.deb ...
12:14:01 #11 36.82 Unpacking libxml-sax-base-perl (1.09-1.1) ...
12:14:01 #11 36.86 Selecting previously unselected package libxml-sax-perl.
12:14:01 #11 36.86 Preparing to unpack .../333-libxml-sax-perl_1.02+dfsg-3_all.deb ...
12:14:01 #11 36.87 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
12:14:01 #11 36.90 Selecting previously unselected package libxml-libxml-perl.
12:14:01 #11 36.91 Preparing to unpack .../334-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_arm64.deb ...
12:14:01 #11 36.91 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
12:14:01 #11 36.97 Selecting previously unselected package libxml-parser-perl:arm64.
12:14:01 #11 36.97 Preparing to unpack .../335-libxml-parser-perl_2.46-3build1_arm64.deb ...
12:14:01 #11 36.97 Unpacking libxml-parser-perl:arm64 (2.46-3build1) ...
12:14:01 #11 37.02 Selecting previously unselected package libxml-sax-expat-perl.
12:14:01 #11 37.02 Preparing to unpack .../336-libxml-sax-expat-perl_0.51-1_all.deb ...
12:14:01 #11 37.02 Unpacking libxml-sax-expat-perl (0.51-1) ...
12:14:01 #11 37.06 Selecting previously unselected package libyaml-libyaml-perl.
12:14:01 #11 37.06 Preparing to unpack .../337-libyaml-libyaml-perl_0.83+ds-1build1_arm64.deb ...
12:14:01 #11 37.06 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
12:14:01 #11 37.10 Selecting previously unselected package licensecheck.
12:14:01 #11 37.10 Preparing to unpack .../338-licensecheck_3.2.14-2_all.deb ...
12:14:01 #11 37.10 Unpacking licensecheck (3.2.14-2) ...
12:14:01 #11 37.14 Selecting previously unselected package libdevel-size-perl.
12:14:01 #11 37.14 Preparing to unpack .../339-libdevel-size-perl_0.83-1build4_arm64.deb ...
12:14:01 #11 37.14 Unpacking libdevel-size-perl (0.83-1build4) ...
12:14:01 #11 37.18 Selecting previously unselected package libipc-run3-perl.
12:14:01 #11 37.18 Preparing to unpack .../340-libipc-run3-perl_0.048-2_all.deb ...
12:14:01 #11 37.18 Unpacking libipc-run3-perl (0.048-2) ...
12:14:01 #11 37.22 Selecting previously unselected package lzip.
12:14:01 #11 37.22 Preparing to unpack .../341-lzip_1.23-1_arm64.deb ...
12:14:01 #11 37.23 Unpacking lzip (1.23-1) ...
12:14:01 #11 37.26 Selecting previously unselected package lzop.
12:14:01 #11 37.26 Preparing to unpack .../342-lzop_1.04-2build2_arm64.deb ...
12:14:01 #11 37.27 Unpacking lzop (1.04-2build2) ...
12:14:01 #11 37.30 Selecting previously unselected package t1utils.
12:14:01 #11 37.30 Preparing to unpack .../343-t1utils_1.41-4build2_arm64.deb ...
12:14:01 #11 37.31 Unpacking t1utils (1.41-4build2) ...
12:14:01 #11 37.35 Selecting previously unselected package unzip.
12:14:01 #11 37.35 Preparing to unpack .../344-unzip_6.0-26ubuntu3_arm64.deb ...
12:14:01 #11 37.35 Unpacking unzip (6.0-26ubuntu3) ...
12:14:01 #11 37.40 Selecting previously unselected package lintian.
12:14:01 #11 37.40 Preparing to unpack .../345-lintian_2.114.0ubuntu1.1_all.deb ...
12:14:01 #11 37.41 Unpacking lintian (2.114.0ubuntu1.1) ...
12:14:01 #11 37.73 Selecting previously unselected package manpages-dev.
12:14:01 #11 37.73 Preparing to unpack .../346-manpages-dev_5.10-1ubuntu1_all.deb ...
12:14:01 #11 37.74 Unpacking manpages-dev (5.10-1ubuntu1) ...
12:14:02 #11 37.96 Selecting previously unselected package python3-certifi.
12:14:02 #11 37.96 Preparing to unpack .../347-python3-certifi_2020.6.20-1_all.deb ...
12:14:02 #11 37.97 Unpacking python3-certifi (2020.6.20-1) ...
12:14:02 #11 38.02 Selecting previously unselected package python3-idna.
12:14:02 #11 38.02 Preparing to unpack .../348-python3-idna_3.3-1_all.deb ...
12:14:02 #11 38.02 Unpacking python3-idna (3.3-1) ...
12:14:02 #11 38.06 Selecting previously unselected package python3-six.
12:14:02 #11 38.07 Preparing to unpack .../349-python3-six_1.16.0-3ubuntu1_all.deb ...
12:14:02 #11 38.07 Unpacking python3-six (1.16.0-3ubuntu1) ...
12:14:02 #11 38.11 Selecting previously unselected package python3-urllib3.
12:14:02 #11 38.11 Preparing to unpack .../350-python3-urllib3_1.26.5-1~exp1_all.deb ...
12:14:02 #11 38.11 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
12:14:02 #11 38.16 Selecting previously unselected package python3-requests.
12:14:02 #11 38.16 Preparing to unpack .../351-python3-requests_2.25.1+dfsg-2_all.deb ...
12:14:02 #11 38.16 Unpacking python3-requests (2.25.1+dfsg-2) ...
12:14:02 #11 38.20 Selecting previously unselected package python3-unidiff.
12:14:02 #11 38.20 Preparing to unpack .../352-python3-unidiff_0.5.5-2_all.deb ...
12:14:02 #11 38.21 Unpacking python3-unidiff (0.5.5-2) ...
12:14:02 #11 38.24 Selecting previously unselected package python3-xdg.
12:14:02 #11 38.24 Preparing to unpack .../353-python3-xdg_0.27-2_all.deb ...
12:14:02 #11 38.25 Unpacking python3-xdg (0.27-2) ...
12:14:02 #11 38.28 Selecting previously unselected package equivs.
12:14:02 #11 38.29 Preparing to unpack .../354-equivs_2.3.1_all.deb ...
12:14:02 #11 38.29 Unpacking equivs (2.3.1) ...
12:14:02 #11 38.32 Selecting previously unselected package libauthen-sasl-perl.
12:14:02 #11 38.33 Preparing to unpack .../355-libauthen-sasl-perl_2.1600-1.1_all.deb ...
12:14:02 #11 38.33 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
12:14:02 #11 38.37 Selecting previously unselected package python3-magic.
12:14:02 #11 38.37 Preparing to unpack .../356-python3-magic_2%3a0.4.24-2_all.deb ...
12:14:02 #11 38.38 Unpacking python3-magic (2:0.4.24-2) ...
12:14:02 #11 38.43 Setting up libksba8:arm64 (1.6.0-2build1) ...
12:14:02 #11 38.44 Setting up media-types (7.0.0) ...
12:14:02 #11 38.46 Setting up libpipeline1:arm64 (1.5.5-1) ...
12:14:02 #11 38.47 Setting up wdiff (1.2.2-2build3) ...
12:14:02 #11 38.48 Setting up gcc-11-base:arm64 (11.2.0-19ubuntu1) ...
12:14:02 #11 38.49 Setting up libxau6:arm64 (1:1.0.9-1build5) ...
12:14:02 #11 38.50 Setting up libre2-9:arm64 (20220201+dfsg-1) ...
12:14:02 #11 38.51 Setting up lto-disabled-list (24) ...
12:14:02 #11 38.52 Setting up libpsl5:arm64 (0.21.0-1.2build2) ...
12:14:02 #11 38.53 Setting up bsdextrautils (2.37.2-4ubuntu3) ...
12:14:02 #11 38.55 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
12:14:02 #11 38.55 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/write.ul.1.gz (of link group write) doesn't exist
12:14:02 #11 38.55 Setting up libtext-glob-perl (0.11-2) ...
12:14:02 #11 38.57 Setting up libmagic-mgc (1:5.41-3) ...
12:14:02 #11 38.58 Setting up libyaml-0-2:arm64 (0.2.2-1build2) ...
12:14:02 #11 38.59 Setting up distro-info-data (0.52ubuntu0.1) ...
12:14:02 #11 38.61 Setting up manpages (5.10-1ubuntu1) ...
12:14:02 #11 38.62 Setting up unzip (6.0-26ubuntu3) ...
12:14:02 #11 38.63 Setting up libcbor0.8:arm64 (0.8.0-2ubuntu1) ...
12:14:02 #11 38.64 Setting up libbrotli1:arm64 (1.0.9-2build6) ...
12:14:03 #11 38.65 Setting up libsqlite3-0:arm64 (3.37.2-2) ...
12:14:03 #11 38.66 Setting up libsasl2-modules:arm64 (2.1.27+dfsg2-3ubuntu1) ...
12:14:03 #11 38.68 Setting up binutils-common:arm64 (2.38-3ubuntu1) ...
12:14:03 #11 38.69 Setting up libnghttp2-14:arm64 (1.43.0-1build3) ...
12:14:03 #11 38.70 Setting up libmagic1:arm64 (1:5.41-3) ...
12:14:03 #11 38.73 Setting up libdeflate0:arm64 (1.10-2) ...
12:14:03 #11 38.74 Setting up less (590-1build1) ...
12:14:03 #11 38.75 Setting up perl-openssl-defaults:arm64 (5build2) ...
12:14:03 #11 38.77 Setting up linux-libc-dev:arm64 (5.15.0-48.54) ...
12:14:03 #11 38.78 Setting up libctf-nobfd0:arm64 (2.38-3ubuntu1) ...
12:14:03 #11 38.79 Setting up gettext-base (0.21-4ubuntu4) ...
12:14:03 #11 38.80 Setting up liblzo2-2:arm64 (2.10-2build3) ...
12:14:03 #11 38.81 Setting up libnpth0:arm64 (1.6-3build2) ...
12:14:03 #11 38.83 Setting up file (1:5.41-3) ...
12:14:03 #11 38.84 Setting up libassuan0:arm64 (2.5.5-1build1) ...
12:14:03 #11 38.85 Setting up libgomp1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:14:03 #11 38.86 Setting up perl-modules-5.34 (5.34.0-3ubuntu1) ...
12:14:03 #11 38.87 Setting up bzip2 (1.0.8-5build1) ...
12:14:03 #11 38.89 Setting up libldap-common (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:14:03 #11 38.90 Setting up libjbig0:arm64 (2.1-3.1build3) ...
12:14:03 #11 38.92 Setting up libfakeroot:arm64 (1.28-1ubuntu1) ...
12:14:03 #11 38.93 Setting up libasan6:arm64 (11.2.0-19ubuntu1) ...
12:14:03 #11 38.94 Setting up libnumber-compare-perl (0.03-2) ...
12:14:03 #11 38.96 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1) ...
12:14:03 #11 38.97 Setting up fakeroot (1.28-1ubuntu1) ...
12:14:03 #11 38.98 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
12:14:03 #11 38.98 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:14:03 #11 38.98 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:14:03 #11 38.98 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:14:03 #11 38.98 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:14:03 #11 38.98 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:14:03 #11 38.98 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:14:03 #11 38.98 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:14:03 #11 38.98 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:14:03 #11 38.99 Setting up autotools-dev (20220109.1) ...
12:14:03 #11 39.01 Setting up libtirpc-dev:arm64 (1.3.2-2ubuntu0.1) ...
12:14:03 #11 39.02 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
12:14:03 #11 39.03 Setting up libx11-data (2:1.7.5-1) ...
12:14:03 #11 39.04 Setting up make (4.3-4.1build1) ...
12:14:03 #11 39.06 Setting up libmpfr6:arm64 (4.1.0-3build3) ...
12:14:03 #11 39.07 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
12:14:03 #11 39.08 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
12:14:03 #11 39.09 Setting up lzip (1.23-1) ...
12:14:03 #11 39.10 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
12:14:03 #11 39.10 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip) doesn't exist
12:14:03 #11 39.11 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
12:14:03 #11 39.11 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-compressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-compressor) doesn't exist
12:14:03 #11 39.11 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
12:14:03 #11 39.11 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-decompressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-decompressor) doesn't exist
12:14:03 #11 39.12 Setting up strace (5.16-0ubuntu3) ...
12:14:03 #11 39.13 Setting up libsigsegv2:arm64 (2.13-1ubuntu3) ...
12:14:03 #11 39.14 Setting up xz-utils (5.2.5-2ubuntu1) ...
12:14:03 #11 39.15 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
12:14:03 #11 39.15 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:14:03 #11 39.15 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:14:03 #11 39.15 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:14:03 #11 39.16 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:14:03 #11 39.16 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:14:03 #11 39.16 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:14:03 #11 39.16 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:14:03 #11 39.16 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:14:03 #11 39.16 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:14:03 #11 39.16 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:14:03 #11 39.17 Setting up t1utils (1.41-4build2) ...
12:14:03 #11 39.18 Setting up diffstat (1.64-1build2) ...
12:14:03 #11 39.19 Setting up libpng16-16:arm64 (1.6.37-3build5) ...
12:14:03 #11 39.20 Setting up libmpc3:arm64 (1.2.1-2build1) ...
12:14:03 #11 39.21 Setting up libatomic1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:14:03 #11 39.22 Setting up patch (2.7.6-7build2) ...
12:14:03 #11 39.23 Setting up autopoint (0.21-4ubuntu4) ...
12:14:03 #11 39.25 Setting up fonts-dejavu-core (2.37-2build1) ...
12:14:03 #11 39.30 Setting up ucf (3.0043) ...
12:14:03 #11 39.40 Setting up libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ...
12:14:03 #11 39.41 Setting up libltdl7:arm64 (2.4.6-15build2) ...
12:14:03 #11 39.42 Setting up libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1) ...
12:14:03 #11 39.43 Setting up libssh-4:arm64 (0.9.6-2build1) ...
12:14:03 #11 39.45 Setting up libwebp7:arm64 (1.2.2-2) ...
12:14:03 #11 39.46 Setting up libubsan1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:14:03 #11 39.47 Setting up libmd0:arm64 (1.0.4-1build1) ...
12:14:03 #11 39.48 Setting up python-apt-common (2.3.0ubuntu2.1) ...
12:14:03 #11 39.49 Setting up libnsl-dev:arm64 (1.3.0-2build2) ...
12:14:03 #11 39.51 Setting up libhwasan0:arm64 (12.1.0-2ubuntu1~22.04) ...
12:14:03 #11 39.52 Setting up libcrypt-dev:arm64 (1:4.4.27-1) ...
12:14:03 #11 39.53 Setting up libuchardet0:arm64 (0.0.7-1build2) ...
12:14:03 #11 39.55 Setting up lzop (1.04-2build2) ...
12:14:03 #11 39.56 Setting up libmpdec3:arm64 (2.5.1-2build2) ...
12:14:03 #11 39.58 Setting up git-man (1:2.34.1-1ubuntu1.4) ...
12:14:03 #11 39.60 Setting up netbase (6.3) ...
12:14:03 #11 39.62 Setting up libbinutils:arm64 (2.38-3ubuntu1) ...
12:14:04 #11 39.63 Setting up libfido2-1:arm64 (1.10.0-1) ...
12:14:04 #11 39.64 Setting up libisl23:arm64 (0.24-2build1) ...
12:14:04 #11 39.65 Setting up libc-dev-bin (2.35-0ubuntu3.1) ...
12:14:04 #11 39.66 Setting up openssl (3.0.2-0ubuntu1.6) ...
12:14:04 #11 39.68 Setting up libbsd0:arm64 (0.11.5-1) ...
12:14:04 #11 39.69 Setting up libelf1:arm64 (0.186-1build1) ...
12:14:04 #11 39.71 Setting up readline-common (8.1.2-1) ...
12:14:04 #11 39.72 Setting up publicsuffix (20211207.1025-1) ...
12:14:04 #11 39.73 Setting up zstd (1.4.8+dfsg-3build1) ...
12:14:04 #11 39.75 Setting up libmarkdown2:arm64 (2.2.7-2) ...
12:14:04 #11 39.76 Setting up libcc1-0:arm64 (12.1.0-2ubuntu1~22.04) ...
12:14:04 #11 39.77 Setting up iso-codes (4.9.0-1) ...
12:14:04 #11 39.78 Setting up liblocale-gettext-perl (1.07-4build3) ...
12:14:04 #11 39.79 Setting up liblsan0:arm64 (12.1.0-2ubuntu1~22.04) ...
12:14:04 #11 39.80 Setting up dctrl-tools (2.24-3build2) ...
12:14:04 #11 39.82 Setting up libitm1:arm64 (12.1.0-2ubuntu1~22.04) ...
12:14:04 #11 39.83 Setting up libgdbm6:arm64 (1.23-1) ...
12:14:04 #11 39.84 Setting up libicu70:arm64 (70.1-2) ...
12:14:04 #11 39.85 Setting up libtsan0:arm64 (11.2.0-19ubuntu1) ...
12:14:04 #11 39.86 Setting up libctf0:arm64 (2.38-3ubuntu1) ...
12:14:04 #11 39.87 Setting up libjpeg8:arm64 (8c-2ubuntu10) ...
12:14:04 #11 39.88 Setting up pinentry-curses (1.1.1-1build2) ...
12:14:04 #11 39.90 Setting up cpp-11 (11.2.0-19ubuntu1) ...
12:14:04 #11 39.91 Setting up manpages-dev (5.10-1ubuntu1) ...
12:14:04 #11 39.92 Setting up libdw1:arm64 (0.186-1build1) ...
12:14:04 #11 39.93 Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ...
12:14:04 #11 39.94 Setting up libxcb1:arm64 (1.14-3ubuntu3) ...
12:14:04 #11 39.96 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
12:14:04 #11 40.12 Setting up libedit2:arm64 (3.1-20210910-1build1) ...
12:14:04 #11 40.13 Setting up libreadline8:arm64 (8.1.2-1) ...
12:14:04 #11 40.14 Setting up m4 (1.4.18-5ubuntu2) ...
12:14:04 #11 40.15 Setting up binutils-aarch64-linux-gnu (2.38-3ubuntu1) ...
12:14:04 #11 40.17 Setting up binutils (2.38-3ubuntu1) ...
12:14:04 #11 40.18 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-0ubuntu0.22.04.1) ...
12:14:04 #11 40.19 Setting up libpython3.10-stdlib:arm64 (3.10.6-1~22.04) ...
12:14:04 #11 40.20 Setting up ca-certificates (20211016) ...
12:14:05 #11 40.69 Updating certificates in /etc/ssl/certs...
12:14:05 #11 41.30 127 added, 0 removed; done.
12:14:05 #11 41.34 Setting up libfreetype6:arm64 (2.11.1+dfsg-1ubuntu0.1) ...
12:14:05 #11 41.35 Setting up libgdbm-compat4:arm64 (1.23-1) ...
12:14:05 #11 41.36 Setting up libgcc-11-dev:arm64 (11.2.0-19ubuntu1) ...
12:14:05 #11 41.38 Setting up dwz (0.14-1build2) ...
12:14:05 #11 41.39 Setting up gcc-11 (11.2.0-19ubuntu1) ...
12:14:05 #11 41.40 Setting up groff-base (1.22.4-8build1) ...
12:14:05 #11 41.42 Setting up cpp (4:11.2.0-1ubuntu1) ...
12:14:05 #11 41.44 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
12:14:05 #11 41.44 Setting up debugedit (1:5.0-4build1) ...
12:14:05 #11 41.46 Setting up libcurl4:arm64 (7.81.0-1ubuntu1.4) ...
12:14:05 #11 41.47 Setting up libc6-dev:arm64 (2.35-0ubuntu3.1) ...
12:14:05 #11 41.48 Setting up libx11-6:arm64 (2:1.7.5-1) ...
12:14:05 #11 41.49 Setting up libtiff5:arm64 (4.3.0-6ubuntu0.1) ...
12:14:05 #11 41.50 Setting up curl (7.81.0-1ubuntu1.4) ...
12:14:05 #11 41.51 Setting up libfontconfig1:arm64 (2.13.1-4.2ubuntu5) ...
12:14:05 #11 41.53 Setting up libxml2:arm64 (2.9.13+dfsg-1ubuntu0.1) ...
12:14:05 #11 41.54 Setting up libxmuu1:arm64 (2:1.1.3-3) ...
12:14:05 #11 41.55 Setting up gpg (2.2.27-3ubuntu2.1) ...
12:14:05 #11 41.56 Setting up libpython3-stdlib:arm64 (3.10.6-1~22.04) ...
12:14:05 #11 41.57 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
12:14:06 #11 41.59 Setting up libperl5.34:arm64 (5.34.0-3ubuntu1) ...
12:14:06 #11 41.60 Setting up gettext (0.21-4ubuntu4) ...
12:14:06 #11 41.62 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
12:14:06 #11 42.10 Setting up python3.10 (3.10.6-1~22.04) ...
12:14:07 #11 42.81 Setting up libxpm4:arm64 (1:3.5.12-1build2) ...
12:14:07 #11 42.83 Setting up libtool (2.4.6-15build2) ...
12:14:07 #11 42.84 Setting up openssh-client (1:8.9p1-3) ...
12:14:07 #11 42.91 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
12:14:07 #11 42.91 update-alternatives: warning: skip creation of /usr/share/man/man1/rsh.1.gz because associated file /usr/share/man/man1/ssh.1.gz (of link group rsh) doesn't exist
12:14:07 #11 42.92 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
12:14:07 #11 42.92 update-alternatives: warning: skip creation of /usr/share/man/man1/rlogin.1.gz because associated file /usr/share/man/man1/slogin.1.gz (of link group rlogin) doesn't exist
12:14:07 #11 42.92 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
12:14:07 #11 42.92 update-alternatives: warning: skip creation of /usr/share/man/man1/rcp.1.gz because associated file /usr/share/man/man1/scp.1.gz (of link group rcp) doesn't exist
12:14:07 #11 42.93 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
12:14:07 #11 42.95 Setting up libxext6:arm64 (2:1.3.4-1build1) ...
12:14:07 #11 42.97 Setting up libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.4) ...
12:14:07 #11 42.98 Setting up python3 (3.10.6-1~22.04) ...
12:14:07 #11 43.27 Setting up python3-xdg (0.27-2) ...
12:14:07 #11 43.42 Setting up man-db (2.10.2-1) ...
12:14:07 #11 43.53 Building database of manual pages ...
12:14:07 #11 43.75 Setting up libgpgme11:arm64 (1.16.0-1.2ubuntu4) ...
12:14:07 #11 43.76 Setting up gcc (4:11.2.0-1ubuntu1) ...
12:14:07 #11 43.79 Setting up python3-six (1.16.0-3ubuntu1) ...
12:14:07 #11 43.92 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
12:14:08 #11 44.06 Setting up perl (5.34.0-3ubuntu1) ...
12:14:08 #11 44.08 Setting up libpackage-stash-xs-perl (0.29-1build5) ...
12:14:08 #11 44.09 Setting up libclass-data-inheritable-perl (0.08-3) ...
12:14:08 #11 44.11 Setting up libxs-parse-keyword-perl (0.21-1build1) ...
12:14:08 #11 44.12 Setting up python3-gpg (1.16.0-1.2ubuntu4) ...
12:14:08 #11 44.29 Setting up libdata-dump-perl (1.25-1) ...
12:14:08 #11 44.30 Setting up python3-certifi (2020.6.20-1) ...
12:14:08 #11 44.43 Setting up libfile-find-rule-perl (0.34-1) ...
12:14:08 #11 44.44 Setting up libref-util-perl (0.204-1) ...
12:14:08 #11 44.45 Setting up libipc-system-simple-perl (1.30-1) ...
12:14:08 #11 44.46 Setting up libnet-domain-tld-perl (1.75-1.1) ...
12:14:08 #11 44.47 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
12:14:08 #11 44.48 Setting up libsocket6-perl (0.29-1build4) ...
12:14:08 #11 44.49 Setting up libio-prompt-tiny-perl (0.003-1) ...
12:14:08 #11 44.50 Setting up libhash-fieldhash-perl (0.15-1build5) ...
12:14:08 #11 44.51 Setting up libgd3:arm64 (2.3.0-2ubuntu2) ...
12:14:08 #11 44.52 Setting up libvariable-magic-perl (0.62-1build5) ...
12:14:08 #11 44.53 Setting up python3-idna (3.3-1) ...
12:14:09 #11 44.74 Setting up libio-html-perl (1.004-2) ...
12:14:09 #11 44.75 Setting up libpod-parser-perl (1.63-2) ...
12:14:09 #11 44.77 Setting up libb-hooks-op-check-perl (0.22-1build5) ...
12:14:09 #11 44.79 Setting up liblist-moreutils-xs-perl (0.430-2build2) ...
12:14:09 #11 44.80 Setting up libparams-util-perl (1.102-1build3) ...
12:14:09 #11 44.81 Setting up libdpkg-perl (1.21.1ubuntu2.1) ...
12:14:09 #11 44.82 Setting up libtime-duration-perl (1.21-1) ...
12:14:09 #11 44.83 Setting up autoconf (2.71-2) ...
12:14:09 #11 44.85 Setting up python3-urllib3 (1.26.5-1~exp1) ...
12:14:09 #11 45.02 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
12:14:09 #11 45.03 Setting up libarray-intspan-perl (2.004-1) ...
12:14:09 #11 45.04 Setting up libcapture-tiny-perl (0.48-1) ...
12:14:09 #11 45.05 Setting up libtimedate-perl (2.3300-2) ...
12:14:09 #11 45.06 Setting up libstdc++-11-dev:arm64 (11.2.0-19ubuntu1) ...
12:14:09 #11 45.07 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
12:14:09 #11 45.09 Setting up libsub-name-perl (0.26-1build3) ...
12:14:09 #11 45.10 Setting up libtype-tiny-xs-perl (0.022-1build2) ...
12:14:09 #11 45.11 Setting up libsyntax-keyword-try-perl (0.26-1build1) ...
12:14:09 #11 45.12 Setting up libdata-validate-domain-perl (0.10-1.1) ...
12:14:09 #11 45.14 Setting up libproc-processtable-perl:arm64 (0.634-1build1) ...
12:14:09 #11 45.15 Setting up libfile-chdir-perl (0.1008-1.1) ...
12:14:09 #11 45.16 Setting up xauth (1:1.1-1build2) ...
12:14:09 #11 45.17 Setting up libpath-tiny-perl (0.122-1) ...
12:14:09 #11 45.18 Setting up libarchive-cpio-perl (0.10-1.1) ...
12:14:09 #11 45.20 Setting up libjson-perl (4.04000-1) ...
12:14:09 #11 45.21 Setting up libipc-run3-perl (0.048-2) ...
12:14:09 #11 45.22 Setting up libsub-override-perl (0.09-2) ...
12:14:09 #11 45.23 Setting up libaliased-perl (0.34-1.1) ...
12:14:09 #11 45.24 Setting up python3-unidiff (0.5.5-2) ...
12:14:09 #11 45.38 Setting up libstrictures-perl (2.000006-1) ...
12:14:09 #11 45.39 Setting up libsub-quote-perl (2.006006-1) ...
12:14:09 #11 45.40 Setting up libdevel-stacktrace-perl (2.0400-1) ...
12:14:09 #11 45.42 Setting up libclass-xsaccessor-perl (1.19-3build9) ...
12:14:09 #11 45.43 Setting up libsort-versions-perl (1.62-1) ...
12:14:09 #11 45.44 Setting up libexporter-tiny-perl (1.002002-1) ...
12:14:09 #11 45.45 Setting up libre-engine-re2-perl:arm64 (0.14-1build2) ...
12:14:09 #11 45.46 Setting up libfile-dirlist-perl (0.05-2) ...
12:14:09 #11 45.48 Setting up libterm-readkey-perl (2.38-1build4) ...
12:14:09 #11 45.49 Setting up lsb-release (11.1.0ubuntu4) ...
12:14:09 #11 45.51 Setting up python3-magic (2:0.4.24-2) ...
12:14:09 #11 45.65 Setting up libtext-levenshteinxs-perl (0.03-4build10) ...
12:14:09 #11 45.66 Setting up libperlio-gzip-perl (0.19-1build8) ...
12:14:09 #11 45.67 Setting up libsys-hostname-long-perl (1.5-2) ...
12:14:09 #11 45.68 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
12:14:09 #11 45.69 Setting up libsereal-decoder-perl (4.023+ds-1) ...
12:14:09 #11 45.70 Setting up liburi-perl (5.10-1) ...
12:14:09 #11 45.71 Setting up libnet-ipv6addr-perl (1.02-1) ...
12:14:09 #11 45.72 Setting up libfile-touch-perl (0.12-1) ...
12:14:10 #11 45.73 Setting up libc-devtools (2.35-0ubuntu3.1) ...
12:14:10 #11 45.74 Setting up libemail-address-xs-perl (1.04-1build6) ...
12:14:10 #11 45.75 Setting up libnet-ssleay-perl:arm64 (1.92-1build2) ...
12:14:10 #11 45.76 Setting up python3-pkg-resources (59.6.0-1.2) ...
12:14:10 #11 45.97 Setting up automake (1:1.16.5-1.3) ...
12:14:10 #11 45.98 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
12:14:10 #11 45.98 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
12:14:10 #11 45.98 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
12:14:10 #11 45.99 Setting up libapt-pkg-perl (0.1.40build2) ...
12:14:10 #11 46.01 Setting up libstring-escape-perl (2010.002-2) ...
12:14:10 #11 46.02 Setting up libhttp-date-perl (6.05-1) ...
12:14:10 #11 46.03 Setting up libfile-which-perl (1.23-1) ...
12:14:10 #11 46.05 Setting up libfile-basedir-perl (0.09-1) ...
12:14:10 #11 46.06 Setting up libunicode-utf8-perl (0.62-1build4) ...
12:14:10 #11 46.07 Setting up libset-intspan-perl (1.19-2) ...
12:14:10 #11 46.09 Setting up libmouse-perl (2.5.10-1build4) ...
12:14:10 #11 46.10 Setting up libfile-listing-perl (6.14-1) ...
12:14:10 #11 46.11 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
12:14:10 #11 46.12 Setting up libregexp-pattern-perl (0.2.14-1) ...
12:14:10 #11 46.13 Setting up libdata-messagepack-perl (1.01-2build1) ...
12:14:10 #11 46.14 Setting up libfont-afm-perl (1.20-3) ...
12:14:10 #11 46.15 Setting up libwant-perl (0.29-1build7) ...
12:14:10 #11 46.16 Setting up libdynaloader-functions-perl (0.003-1.1) ...
12:14:10 #11 46.17 Setting up libclass-method-modifiers-perl (2.13-1) ...
12:14:10 #11 46.18 Setting up liblist-compare-perl (0.55-1) ...
12:14:10 #11 46.19 Setting up libref-util-xs-perl (0.117-1build5) ...
12:14:10 #11 46.20 Setting up libio-pty-perl (1:1.15-2build2) ...
12:14:10 #11 46.22 Setting up g++-11 (11.2.0-19ubuntu1) ...
12:14:10 #11 46.23 Setting up libfile-fcntllock-perl (0.22-3build7) ...
12:14:10 #11 46.24 Setting up libclone-perl (0.45-1build3) ...
12:14:10 #11 46.25 Setting up libalgorithm-diff-perl (1.201-1) ...
12:14:10 #11 46.26 Setting up libarchive-zip-perl (1.68-1) ...
12:14:10 #11 46.27 Setting up libsub-identify-perl (0.14-1build5) ...
12:14:10 #11 46.29 Setting up libdistro-info-perl (1.1build1) ...
12:14:10 #11 46.30 Setting up libcpanel-json-xs-perl:arm64 (4.27-1build1) ...
12:14:10 #11 46.31 Setting up python3-apt (2.3.0ubuntu2.1) ...
12:14:10 #11 46.47 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
12:14:10 #11 46.48 Setting up liblist-moreutils-perl (0.430-2) ...
12:14:10 #11 46.49 Setting up libhtml-tagset-perl (3.20-4) ...
12:14:10 #11 46.50 Setting up liblog-any-perl (1.710-1) ...
12:14:10 #11 46.52 Setting up libauthen-sasl-perl (2.1600-1.1) ...
12:14:10 #11 46.53 Setting up libdevel-size-perl (0.83-1build4) ...
12:14:10 #11 46.54 Setting up libdebhelper-perl (13.6ubuntu1) ...
12:14:10 #11 46.55 Setting up libpod-constants-perl (0.19-2) ...
12:14:10 #11 46.56 Setting up libregexp-pattern-license-perl (3.9.3-1) ...
12:14:10 #11 46.57 Setting up liblwp-mediatypes-perl (6.04-1) ...
12:14:10 #11 46.58 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
12:14:10 #11 46.59 Setting up libio-interactive-perl (1.023-1) ...
12:14:10 #11 46.61 Setting up libtry-tiny-perl (0.31-1) ...
12:14:10 #11 46.62 Setting up libtype-tiny-perl (1.012004-1) ...
12:14:10 #11 46.63 Setting up libcommon-sense-perl:arm64 (3.75-2build1) ...
12:14:10 #11 46.64 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
12:14:10 #11 46.66 Setting up libnet-http-perl (6.22-1) ...
12:14:11 #11 46.67 Setting up libpath-iterator-rule-perl (1.015-1) ...
12:14:11 #11 46.68 Setting up libtext-markdown-discount-perl:arm64 (0.13-1build1) ...
12:14:11 #11 46.70 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
12:14:11 #11 46.71 Setting up libtime-moment-perl (0.44-1build6) ...
12:14:11 #11 46.72 Setting up libencode-locale-perl (1.05-1.1) ...
12:14:11 #11 46.74 Setting up libexception-class-perl (1.45-1) ...
12:14:11 #11 46.75 Setting up libmath-base85-perl (0.5+dfsg-1) ...
12:14:11 #11 46.76 Setting up libconfig-tiny-perl (2.28-1) ...
12:14:11 #11 46.77 Setting up libsereal-encoder-perl:arm64 (4.023+ds-1) ...
12:14:11 #11 46.78 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
12:14:11 #11 46.80 Setting up liblist-utilsby-perl (0.11-1) ...
12:14:11 #11 46.81 Setting up libstring-shellquote-perl (1.04-1) ...
12:14:11 #11 46.82 Setting up libnet-netmask-perl (2.0001-1) ...
12:14:11 #11 46.83 Setting up libsub-install-perl (0.928-1.1) ...
12:14:11 #11 46.84 Setting up dpkg-dev (1.21.1ubuntu2.1) ...
12:14:11 #11 46.86 Setting up intltool-debian (0.35.0+20060710.5) ...
12:14:11 #11 46.88 Setting up liberror-perl (0.17029-1) ...
12:14:11 #11 46.89 Setting up dh-autoreconf (20) ...
12:14:11 #11 46.90 Setting up patchutils (0.4.2-1build2) ...
12:14:11 #11 46.91 Setting up libmail-sendmail-perl (0.80-1.1) ...
12:14:11 #11 46.92 Setting up libltdl-dev:arm64 (2.4.6-15build2) ...
12:14:11 #11 46.93 Setting up libjson-maybexs-perl (1.004003-1) ...
12:14:11 #11 46.94 Setting up libxml-sax-base-perl (1.09-1.1) ...
12:14:11 #11 46.95 Setting up libio-string-perl (1.08-3.1) ...
12:14:11 #11 46.96 Setting up libreadonly-perl (2.050-3) ...
12:14:11 #11 46.97 Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ...
12:14:11 #11 46.99 Setting up python3-chardet (4.0.0-1) ...
12:14:11 #11 47.29 Setting up libstring-copyright-perl (0.003012-1) ...
12:14:11 #11 47.30 Setting up python3-debian (0.1.43ubuntu1) ...
12:14:11 #11 47.48 Setting up python3-requests (2.25.1+dfsg-2) ...
12:14:11 #11 47.64 Setting up libdata-optlist-perl (0.112-1) ...
12:14:11 #11 47.65 Setting up libipc-run-perl (20200505.0-1) ...
12:14:11 #11 47.66 Setting up git (1:2.34.1-1ubuntu1.4) ...
12:14:11 #11 47.69 Setting up libtext-xslate-perl:arm64 (3.5.9-1build1) ...
12:14:12 #11 47.70 Setting up libcontextual-return-perl (0.004014-2) ...
12:14:12 #11 47.71 Setting up libwww-robotrules-perl (6.02-1) ...
12:14:12 #11 47.72 Setting up libtypes-serialiser-perl (1.01-1) ...
12:14:12 #11 47.73 Setting up g++ (4:11.2.0-1ubuntu1) ...
12:14:12 #11 47.76 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
12:14:12 #11 47.76 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:14:12 #11 47.77 Setting up libhtml-parser-perl:arm64 (3.76-1build2) ...
12:14:12 #11 47.80 Setting up libgit-wrapper-perl (0.048-1) ...
12:14:12 #11 47.81 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
12:14:12 #11 47.82 Setting up librole-tiny-perl (2.002004-1) ...
12:14:12 #11 47.83 Setting up gnupg (2.2.27-3ubuntu2.1) ...
12:14:12 #11 47.84 Setting up build-essential (12.9ubuntu3) ...
12:14:12 #11 47.85 Setting up libfont-ttf-perl (1.06-1.1) ...
12:14:12 #11 47.86 Setting up libfile-homedir-perl (1.006-1) ...
12:14:12 #11 47.87 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
12:14:12 #11 47.88 Setting up libio-socket-ssl-perl (2.074-2) ...
12:14:12 #11 47.90 Setting up libsub-exporter-perl (0.988-1) ...
12:14:12 #11 47.91 Setting up libalgorithm-merge-perl (0.08-3) ...
12:14:12 #11 47.92 Setting up libhttp-message-perl (6.36-1) ...
12:14:12 #11 47.93 Setting up libdata-validate-ip-perl (0.30-1) ...
12:14:12 #11 47.94 Setting up libhtml-form-perl (6.07-1) ...
12:14:12 #11 47.95 Setting up libiterator-perl (0.03+ds1-1.1) ...
12:14:12 #11 47.96 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
12:14:12 #11 47.98 Setting up libjson-xs-perl (4.030-1build3) ...
12:14:12 #11 47.99 Setting up libhttp-negotiate-perl (6.01-1) ...
12:14:12 #11 48.00 Setting up libio-prompter-perl (0.004015-1) ...
12:14:12 #11 48.01 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
12:14:12 #11 48.03 Setting up libhttp-cookies-perl (6.10-1) ...
12:14:12 #11 48.04 Setting up po-debconf (1.0.21+nmu1) ...
12:14:12 #11 48.05 Setting up libhtml-tree-perl (5.07-2) ...
12:14:12 #11 48.07 Setting up libparams-classify-perl (0.015-1build5) ...
12:14:12 #11 48.08 Setting up libhtml-format-perl (2.12-1.1) ...
12:14:12 #11 48.09 Setting up libxml-sax-perl (1.02+dfsg-3) ...
12:14:12 #11 48.15 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
12:14:12 #11 48.21 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:14:12 #11 48.35 
12:14:12 #11 48.35 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:14:12 #11 48.38 Setting up dput (1.1.0ubuntu2) ...
12:14:12 #11 48.53 Setting up libdata-validate-uri-perl (0.07-2) ...
12:14:12 #11 48.54 Setting up libnet-smtp-ssl-perl (1.04-1) ...
12:14:12 #11 48.55 Setting up libmodule-runtime-perl (0.016-1) ...
12:14:12 #11 48.56 Setting up libmailtools-perl (2.21-1) ...
12:14:12 #11 48.57 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
12:14:12 #11 48.62 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
12:14:12 #11 48.69 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
12:14:13 #11 48.76 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:14:13 #11 48.90 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:14:13 #11 48.93 Setting up dh-strip-nondeterminism (1.13.0-1) ...
12:14:13 #11 48.95 Setting up libconst-fast-perl (0.014-1.1) ...
12:14:13 #11 48.96 Setting up libhttp-daemon-perl (6.13-1ubuntu0.1) ...
12:14:13 #11 48.97 Setting up libdata-dpath-perl (0.58-1) ...
12:14:13 #11 48.98 Setting up libmodule-implementation-perl (0.09-1.1) ...
12:14:13 #11 48.99 Setting up libpackage-stash-perl (0.39-1) ...
12:14:13 #11 49.01 Setting up libimport-into-perl (1.002005-1) ...
12:14:13 #11 49.02 Setting up libmoo-perl (2.005004-3) ...
12:14:13 #11 49.03 Setting up liblist-someutils-perl (0.58-1) ...
12:14:13 #11 49.04 Setting up debhelper (13.6ubuntu1) ...
12:14:13 #11 49.05 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
12:14:13 #11 49.07 Setting up equivs (2.3.1) ...
12:14:13 #11 49.08 Setting up libmoox-aliases-perl (0.001006-1.1) ...
12:14:13 #11 49.09 Setting up libb-hooks-endofscope-perl (0.25-1) ...
12:14:13 #11 49.11 Setting up libnamespace-clean-perl (0.27-1) ...
12:14:13 #11 49.12 Setting up libnamespace-autoclean-perl (0.29-1) ...
12:14:13 #11 49.13 Setting up libgitlab-api-v4-perl (0.26-1) ...
12:14:13 #11 49.14 Setting up libmoox-struct-perl (0.020-1) ...
12:14:13 #11 49.15 Setting up lintian (2.114.0ubuntu1.1) ...
12:14:13 #11 49.17 Setting up licensecheck (3.2.14-2) ...
12:14:13 #11 49.18 Setting up liblwp-protocol-https-perl (6.10-1) ...
12:14:13 #11 49.19 Setting up libwww-perl (6.61-1) ...
12:14:13 #11 49.20 Setting up devscripts (2.22.1ubuntu1) ...
12:14:13 #11 49.37 Setting up libxml-parser-perl:arm64 (2.46-3build1) ...
12:14:13 #11 49.38 Setting up libxml-sax-expat-perl (0.51-1) ...
12:14:13 #11 49.42 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
12:14:13 #11 49.47 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
12:14:13 #11 49.62 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
12:14:13 #11 49.65 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
12:14:13 #11 49.68 Processing triggers for ca-certificates (20211016) ...
12:14:13 #11 49.69 Updating certificates in /etc/ssl/certs...
12:14:14 #11 50.15 0 added, 0 removed; done.
12:14:14 #11 50.15 Running hooks in /etc/ca-certificates/update.d...
12:14:14 #11 50.15 done.
12:14:15 #11 DONE 51.0s
12:14:15 
12:14:15 #12 [stage-1 4/9] COPY common /root/build-deb/debian
12:14:15 #12 DONE 0.1s
12:14:15 
12:14:15 #13 [stage-1 5/9] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
12:14:16 #13 0.866 Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
12:14:16 #13 0.930 Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
12:14:16 #13 1.006 Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
12:14:16 #13 1.081 Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
12:14:17 #13 1.269 Reading package lists...
12:14:17 #13 2.309 dpkg-buildpackage: info: source package docker-ce-build-deps
12:14:17 #13 2.309 dpkg-buildpackage: info: source version 1.0
12:14:17 #13 2.309 dpkg-buildpackage: info: source distribution unstable
12:14:17 #13 2.309 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
12:14:17 #13 2.345  dpkg-source --before-build .
12:14:17 #13 2.345 dpkg-buildpackage: info: host architecture arm64
12:14:17 #13 2.444  debian/rules clean
12:14:17 #13 2.447 dh clean
12:14:17 #13 2.536    dh_clean
12:14:17 #13 2.571  debian/rules binary
12:14:17 #13 2.574 dh binary
12:14:17 #13 2.652    dh_update_autotools_config
12:14:17 #13 2.681    dh_autoreconf
12:14:17 #13 2.723    create-stamp debian/debhelper-build-stamp
12:14:17 #13 2.723    dh_prep
12:14:17 #13 2.752    dh_auto_install --destdir=debian/docker-ce-build-deps/
12:14:17 #13 2.803    dh_install
12:14:18 #13 2.838    dh_installdocs
12:14:18 #13 2.877    dh_installchangelogs
12:14:18 #13 2.962    dh_perl
12:14:18 #13 2.999    dh_link
12:14:18 #13 3.033    dh_strip_nondeterminism
12:14:18 #13 3.100    dh_compress
12:14:18 #13 3.143    dh_fixperms
12:14:18 #13 3.188    dh_missing
12:14:18 #13 3.215    dh_installdeb
12:14:18 #13 3.249    dh_gencontrol
12:14:18 #13 3.369    dh_md5sums
12:14:18 #13 3.405    dh_builddeb
12:14:18 #13 3.433 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
12:14:18 #13 3.510  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_arm64.buildinfo
12:14:18 #13 3.657  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_arm64.changes
12:14:18 #13 3.735 dpkg-genchanges: info: binary-only upload (no source code included)
12:14:18 #13 3.738  dpkg-source --after-build .
12:14:19 #13 3.837 dpkg-buildpackage: info: binary-only upload (no source included)
12:14:19 #13 3.842 
12:14:19 #13 3.842 The package has been created.
12:14:19 #13 3.842 Attention, the package has been created in the current directory,
12:14:19 #13 3.842 not in ".." as indicated by the message above!
12:14:19 #13 3.865 Selecting previously unselected package docker-ce-build-deps.
12:14:19 #13 3.881 (Reading database ... 25548 files and directories currently installed.)
12:14:19 #13 3.882 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
12:14:19 #13 3.885 Unpacking docker-ce-build-deps (1.0) ...
12:14:19 #13 3.960 Reading package lists...
12:14:20 #13 4.682 Building dependency tree...
12:14:20 #13 4.866 Reading state information...
12:14:20 #13 4.872 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
12:14:20 #13 5.123 Starting 2 pkgProblemResolver with broken count: 0
12:14:20 #13 5.128 Done
12:14:20 #13 5.321  Done
12:14:20 #13 5.520 Starting pkgProblemResolver with broken count: 0
12:14:20 #13 5.561 Starting 2 pkgProblemResolver with broken count: 0
12:14:20 #13 5.566 Done
12:14:21 #13 5.936 The following additional packages will be installed:
12:14:21 #13 5.937   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:14:21 #13 5.937   libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
12:14:21 #13 5.937   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp25
12:14:21 #13 5.937   libpcre2-16-0 libpcre2-32-0 libpcre2-8-0 libpcre2-dev libpcre2-posix3
12:14:21 #13 5.938   librhash0 libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev
12:14:21 #13 5.938   libsystemd0 libudev-dev libudev1 libuv1 pkg-config
12:14:21 #13 5.940 Suggested packages:
12:14:21 #13 5.940   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
12:14:21 #13 5.940 Recommended packages:
12:14:21 #13 5.940   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
12:14:21 #13 5.991 The following NEW packages will be installed:
12:14:21 #13 5.992   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
12:14:21 #13 5.992   libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
12:14:21 #13 5.993   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp25
12:14:21 #13 5.993   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
12:14:21 #13 5.993   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
12:14:21 #13 5.999   libuv1 pkg-config
12:14:21 #13 5.999 The following packages will be upgraded:
12:14:21 #13 5.999   libpcre2-8-0 libsystemd0 libudev1
12:14:21 #13 6.433 3 upgraded, 26 newly installed, 0 to remove and 4 not upgraded.
12:14:21 #13 6.433 1 not fully installed or removed.
12:14:21 #13 6.433 Need to get 11.7 MB of archives.
12:14:21 #13 6.433 After this operation, 44.1 MB of additional disk space will be used.
12:14:21 #13 6.433 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bash-completion all 1:2.11-5ubuntu1 [180 kB]
12:14:21 #13 6.809 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive13 arm64 3.6.0-1ubuntu1 [367 kB]
12:14:22 #13 6.937 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjsoncpp25 arm64 1.9.5-3 [76.6 kB]
12:14:22 #13 6.956 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librhash0 arm64 1.4.2-1ubuntu1 [125 kB]
12:14:22 #13 6.975 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libuv1 arm64 1.43.0-1 [89.9 kB]
12:14:22 #13 6.987 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
12:14:22 #13 6.988 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 emacsen-common all 3.0.4 [14.9 kB]
12:14:22 #13 6.990 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 cmake-data all 3.22.1-1ubuntu1.22.04.1 [1913 kB]
12:14:22 #13 7.131 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 cmake arm64 3.22.1-1ubuntu1.22.04.1 [4650 kB]
12:14:22 #13 7.360 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 dh-apparmor all 3.0.4-2ubuntu2.1 [9534 B]
12:14:22 #13 7.361 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbtrfs0 arm64 5.16.2-1 [11.9 kB]
12:14:22 #13 7.361 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbtrfs-dev arm64 5.16.2-1 [47.4 kB]
12:14:22 #13 7.362 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libudev1 arm64 249.11-0ubuntu3.6 [74.7 kB]
12:14:22 #13 7.363 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1ubuntu4 [129 kB]
12:14:22 #13 7.367 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1ubuntu4 [12.0 kB]
12:14:22 #13 7.367 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libudev-dev arm64 249.11-0ubuntu3.6 [20.7 kB]
12:14:22 #13 7.368 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsepol-dev arm64 3.3-1build1 [387 kB]
12:14:22 #13 7.386 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-8-0 arm64 10.39-3ubuntu0.1 [202 kB]
12:14:22 #13 7.437 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-16-0 arm64 10.39-3ubuntu0.1 [185 kB]
12:14:22 #13 7.513 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-32-0 arm64 10.39-3ubuntu0.1 [177 kB]
12:14:22 #13 7.515 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-posix3 arm64 10.39-3ubuntu0.1 [5968 B]
12:14:22 #13 7.516 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-dev arm64 10.39-3ubuntu0.1 [663 kB]
12:14:22 #13 7.526 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libselinux1-dev arm64 3.3-1build2 [164 kB]
12:14:22 #13 7.529 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1ubuntu4 [36.6 kB]
12:14:22 #13 7.530 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libseccomp-dev arm64 2.5.3-2ubuntu2 [93.1 kB]
12:14:22 #13 7.531 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsystemd0 arm64 249.11-0ubuntu3.6 [314 kB]
12:14:22 #13 7.535 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsystemd-dev arm64 249.11-0ubuntu3.6 [306 kB]
12:14:22 #13 7.591 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libglib2.0-0 arm64 2.72.1-1 [1429 kB]
12:14:22 #13 7.614 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pkg-config arm64 0.29.2-1ubuntu3 [47.4 kB]
12:14:23 #13 7.863 debconf: delaying package configuration, since apt-utils is not installed
12:14:23 #13 7.911 Fetched 11.7 MB in 2s (7153 kB/s)
12:14:23 #13 7.938 Selecting previously unselected package bash-completion.
12:14:23 #13 7.938 (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 ... 25552 files and directories currently installed.)
12:14:23 #13 7.955 Preparing to unpack .../00-bash-completion_1%3a2.11-5ubuntu1_all.deb ...
12:14:23 #13 7.968 Unpacking bash-completion (1:2.11-5ubuntu1) ...
12:14:23 #13 8.093 Selecting previously unselected package libarchive13:arm64.
12:14:23 #13 8.096 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_arm64.deb ...
12:14:23 #13 8.103 Unpacking libarchive13:arm64 (3.6.0-1ubuntu1) ...
12:14:23 #13 8.142 Selecting previously unselected package libjsoncpp25:arm64.
12:14:23 #13 8.145 Preparing to unpack .../02-libjsoncpp25_1.9.5-3_arm64.deb ...
12:14:23 #13 8.150 Unpacking libjsoncpp25:arm64 (1.9.5-3) ...
12:14:23 #13 8.187 Selecting previously unselected package librhash0:arm64.
12:14:23 #13 8.190 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_arm64.deb ...
12:14:23 #13 8.194 Unpacking librhash0:arm64 (1.4.2-1ubuntu1) ...
12:14:23 #13 8.231 Selecting previously unselected package libuv1:arm64.
12:14:23 #13 8.234 Preparing to unpack .../04-libuv1_1.43.0-1_arm64.deb ...
12:14:23 #13 8.237 Unpacking libuv1:arm64 (1.43.0-1) ...
12:14:23 #13 8.267 Selecting previously unselected package dh-elpa-helper.
12:14:23 #13 8.270 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
12:14:23 #13 8.275 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
12:14:23 #13 8.312 Selecting previously unselected package emacsen-common.
12:14:23 #13 8.312 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
12:14:23 #13 8.324 Unpacking emacsen-common (3.0.4) ...
12:14:23 #13 8.367 Selecting previously unselected package cmake-data.
12:14:23 #13 8.370 Preparing to unpack .../07-cmake-data_3.22.1-1ubuntu1.22.04.1_all.deb ...
12:14:23 #13 8.379 Unpacking cmake-data (3.22.1-1ubuntu1.22.04.1) ...
12:14:24 #13 8.753 Selecting previously unselected package cmake.
12:14:24 #13 8.757 Preparing to unpack .../08-cmake_3.22.1-1ubuntu1.22.04.1_arm64.deb ...
12:14:24 #13 8.761 Unpacking cmake (3.22.1-1ubuntu1.22.04.1) ...
12:14:24 #13 8.882 Selecting previously unselected package dh-apparmor.
12:14:24 #13 8.885 Preparing to unpack .../09-dh-apparmor_3.0.4-2ubuntu2.1_all.deb ...
12:14:24 #13 8.888 Unpacking dh-apparmor (3.0.4-2ubuntu2.1) ...
12:14:24 #13 8.924 Selecting previously unselected package libbtrfs0:arm64.
12:14:24 #13 8.927 Preparing to unpack .../10-libbtrfs0_5.16.2-1_arm64.deb ...
12:14:24 #13 8.930 Unpacking libbtrfs0:arm64 (5.16.2-1) ...
12:14:24 #13 8.963 Selecting previously unselected package libbtrfs-dev:arm64.
12:14:24 #13 8.963 Preparing to unpack .../11-libbtrfs-dev_5.16.2-1_arm64.deb ...
12:14:24 #13 8.966 Unpacking libbtrfs-dev:arm64 (5.16.2-1) ...
12:14:24 #13 9.005 Preparing to unpack .../12-libudev1_249.11-0ubuntu3.6_arm64.deb ...
12:14:24 #13 9.015 Unpacking libudev1:arm64 (249.11-0ubuntu3.6) over (249.11-0ubuntu3.4) ...
12:14:24 #13 9.071 Setting up libudev1:arm64 (249.11-0ubuntu3.6) ...
12:14:24 #13 9.115 Selecting previously unselected package libdevmapper1.02.1:arm64.
12:14:24 #13 9.115 (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 ... 29470 files and directories currently installed.)
12:14:24 #13 9.133 Preparing to unpack .../libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
12:14:24 #13 9.137 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
12:14:24 #13 9.180 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
12:14:24 #13 9.183 Preparing to unpack .../libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
12:14:24 #13 9.187 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
12:14:24 #13 9.218 Selecting previously unselected package libudev-dev:arm64.
12:14:24 #13 9.219 Preparing to unpack .../libudev-dev_249.11-0ubuntu3.6_arm64.deb ...
12:14:24 #13 9.223 Unpacking libudev-dev:arm64 (249.11-0ubuntu3.6) ...
12:14:24 #13 9.257 Selecting previously unselected package libsepol-dev:arm64.
12:14:24 #13 9.260 Preparing to unpack .../libsepol-dev_3.3-1build1_arm64.deb ...
12:14:24 #13 9.265 Unpacking libsepol-dev:arm64 (3.3-1build1) ...
12:14:24 #13 9.320 Preparing to unpack .../libpcre2-8-0_10.39-3ubuntu0.1_arm64.deb ...
12:14:24 #13 9.330 Unpacking libpcre2-8-0:arm64 (10.39-3ubuntu0.1) over (10.39-3build1) ...
12:14:24 #13 9.389 Setting up libpcre2-8-0:arm64 (10.39-3ubuntu0.1) ...
12:14:24 #13 9.437 Selecting previously unselected package libpcre2-16-0:arm64.
12:14:24 #13 9.437 (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 ... 29608 files and directories currently installed.)
12:14:24 #13 9.453 Preparing to unpack .../0-libpcre2-16-0_10.39-3ubuntu0.1_arm64.deb ...
12:14:24 #13 9.457 Unpacking libpcre2-16-0:arm64 (10.39-3ubuntu0.1) ...
12:14:24 #13 9.496 Selecting previously unselected package libpcre2-32-0:arm64.
12:14:24 #13 9.496 Preparing to unpack .../1-libpcre2-32-0_10.39-3ubuntu0.1_arm64.deb ...
12:14:24 #13 9.500 Unpacking libpcre2-32-0:arm64 (10.39-3ubuntu0.1) ...
12:14:24 #13 9.540 Selecting previously unselected package libpcre2-posix3:arm64.
12:14:24 #13 9.542 Preparing to unpack .../2-libpcre2-posix3_10.39-3ubuntu0.1_arm64.deb ...
12:14:24 #13 9.545 Unpacking libpcre2-posix3:arm64 (10.39-3ubuntu0.1) ...
12:14:24 #13 9.578 Selecting previously unselected package libpcre2-dev:arm64.
12:14:24 #13 9.581 Preparing to unpack .../3-libpcre2-dev_10.39-3ubuntu0.1_arm64.deb ...
12:14:24 #13 9.584 Unpacking libpcre2-dev:arm64 (10.39-3ubuntu0.1) ...
12:14:24 #13 9.626 Selecting previously unselected package libselinux1-dev:arm64.
12:14:24 #13 9.629 Preparing to unpack .../4-libselinux1-dev_3.3-1build2_arm64.deb ...
12:14:24 #13 9.632 Unpacking libselinux1-dev:arm64 (3.3-1build2) ...
12:14:24 #13 9.671 Selecting previously unselected package libdevmapper-dev:arm64.
12:14:25 #13 9.674 Preparing to unpack .../5-libdevmapper-dev_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
12:14:25 #13 9.678 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1ubuntu4) ...
12:14:25 #13 9.709 Selecting previously unselected package libseccomp-dev:arm64.
12:14:25 #13 9.712 Preparing to unpack .../6-libseccomp-dev_2.5.3-2ubuntu2_arm64.deb ...
12:14:25 #13 9.715 Unpacking libseccomp-dev:arm64 (2.5.3-2ubuntu2) ...
12:14:25 #13 9.755 Preparing to unpack .../7-libsystemd0_249.11-0ubuntu3.6_arm64.deb ...
12:14:25 #13 9.765 Unpacking libsystemd0:arm64 (249.11-0ubuntu3.6) over (249.11-0ubuntu3.4) ...
12:14:25 #13 9.821 Setting up libsystemd0:arm64 (249.11-0ubuntu3.6) ...
12:14:25 #13 9.862 Selecting previously unselected package libsystemd-dev:arm64.
12:14:25 #13 9.862 (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 ... 30000 files and directories currently installed.)
12:14:25 #13 9.876 Preparing to unpack .../libsystemd-dev_249.11-0ubuntu3.6_arm64.deb ...
12:14:25 #13 9.880 Unpacking libsystemd-dev:arm64 (249.11-0ubuntu3.6) ...
12:14:25 #13 9.942 Selecting previously unselected package libglib2.0-0:arm64.
12:14:25 #13 9.945 Preparing to unpack .../libglib2.0-0_2.72.1-1_arm64.deb ...
12:14:25 #13 9.949 Unpacking libglib2.0-0:arm64 (2.72.1-1) ...
12:14:25 #13 10.01 Selecting previously unselected package pkg-config.
12:14:25 #13 10.02 Preparing to unpack .../pkg-config_0.29.2-1ubuntu3_arm64.deb ...
12:14:25 #13 10.02 Unpacking pkg-config (0.29.2-1ubuntu3) ...
12:14:25 #13 10.06 Setting up libseccomp-dev:arm64 (2.5.3-2ubuntu2) ...
12:14:25 #13 10.07 Setting up libarchive13:arm64 (3.6.0-1ubuntu1) ...
12:14:25 #13 10.09 Setting up libglib2.0-0:arm64 (2.72.1-1) ...
12:14:25 #13 10.10 No schema files found: doing nothing.
12:14:25 #13 10.11 Setting up libpcre2-16-0:arm64 (10.39-3ubuntu0.1) ...
12:14:25 #13 10.12 Setting up libbtrfs0:arm64 (5.16.2-1) ...
12:14:25 #13 10.13 Setting up libpcre2-32-0:arm64 (10.39-3ubuntu0.1) ...
12:14:25 #13 10.14 Setting up libuv1:arm64 (1.43.0-1) ...
12:14:25 #13 10.15 Setting up emacsen-common (3.0.4) ...
12:14:25 #13 10.19 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
12:14:25 #13 10.20 Setting up bash-completion (1:2.11-5ubuntu1) ...
12:14:25 #13 10.22 Setting up libjsoncpp25:arm64 (1.9.5-3) ...
12:14:25 #13 10.23 Setting up pkg-config (0.29.2-1ubuntu3) ...
12:14:25 #13 10.29 Setting up libudev-dev:arm64 (249.11-0ubuntu3.6) ...
12:14:25 #13 10.31 Setting up libsepol-dev:arm64 (3.3-1build1) ...
12:14:25 #13 10.32 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
12:14:25 #13 10.33 Setting up libpcre2-posix3:arm64 (10.39-3ubuntu0.1) ...
12:14:25 #13 10.35 Setting up libbtrfs-dev:arm64 (5.16.2-1) ...
12:14:25 #13 10.36 Setting up librhash0:arm64 (1.4.2-1ubuntu1) ...
12:14:25 #13 10.37 Setting up cmake-data (3.22.1-1ubuntu1.22.04.1) ...
12:14:25 #13 10.41 Setting up dh-apparmor (3.0.4-2ubuntu2.1) ...
12:14:25 #13 10.42 Setting up libsystemd-dev:arm64 (249.11-0ubuntu3.6) ...
12:14:25 #13 10.43 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
12:14:25 #13 10.44 Setting up libpcre2-dev:arm64 (10.39-3ubuntu0.1) ...
12:14:25 #13 10.46 Setting up libselinux1-dev:arm64 (3.3-1build2) ...
12:14:25 #13 10.47 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1ubuntu4) ...
12:14:25 #13 10.48 Setting up cmake (3.22.1-1ubuntu1.22.04.1) ...
12:14:25 #13 10.49 Setting up docker-ce-build-deps (1.0) ...
12:14:25 #13 10.50 Processing triggers for man-db (2.10.2-1) ...
12:14:25 #13 10.57 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
12:14:26 #13 DONE 10.8s
12:14:26 
12:14:26 #14 [stage-1 6/9] COPY sources/ /sources
12:14:26 #14 DONE 0.1s
12:14:26 
12:14:26 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
12:14:28 #15 DONE 1.7s
12:14:28 
12:14:28 #16 [stage-1 8/9] WORKDIR /root/build-deb
12:14:28 #16 DONE 0.0s
12:14:28 
12:14:28 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
12:14:28 #17 DONE 0.0s
12:14:28 
12:14:28 #18 exporting to image
12:14:28 #18 exporting layers
12:14:30 #18 exporting layers 2.1s done
12:14:30 #18 writing image sha256:fd426ed411801c5b3a28fe97f05ab12207a1258b7ba75de7c4747f02ffddfb4a done
12:14:30 #18 naming to docker.io/debbuild-ubuntu-jammy/aarch64 done
12:14:30 #18 DONE 2.1s
12:14:30 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-jammy:/build  debbuild-ubuntu-jammy/aarch64
12:14:30 + set -e
12:14:30 + mkdir -p /root/build-deb/engine
12:14:30 + tar -C /root/build-deb -xzf /sources/engine.tgz
12:14:31 + mkdir -p /root/build-deb/cli
12:14:31 + tar -C /root/build-deb -xzf /sources/cli.tgz
12:14:31 + mkdir -p /root/build-deb/compose
12:14:31 + tar -C /root/build-deb -xzf /sources/compose.tgz
12:14:31 + mkdir -p /root/build-deb/scan-cli-plugin
12:14:31 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
12:14:31 + mkdir -p /go/src/github.com/docker
12:14:31 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
12:14:31 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
12:14:31 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
12:14:31 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
12:14:31 + EPOCH=5
12:14:31 + EPOCH_SEP=
12:14:31 + [[ ! -z 5 ]]
12:14:31 + EPOCH_SEP=:
12:14:31 + [[ -z 0.0.0-20220908081902-b40c2f6 ]]
12:14:31 + echo VERSION AAA 0.0.0-20220908081902-b40c2f6
12:14:31 VERSION AAA 0.0.0-20220908081902-b40c2f6
12:14:31 + VERSION=0.0.0-20220908081902-b40c2f6
12:14:31 + echo VERSION bbb 0.0.0-20220908081902-b40c2f6
12:14:31 VERSION bbb 0.0.0-20220908081902-b40c2f6
12:14:31 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
12:14:31 + debSource=docker-ce
12:14:31 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
12:14:31 + debMaintainer='Docker <support@docker.com>'
12:14:31 ++ date --rfc-2822
12:14:31 + debDate='Mon, 03 Oct 2022 12:14:31 +0000'
12:14:31 + cat
12:14:31 + export CLI_GITCOMMIT=b40c2f6
12:14:31 + CLI_GITCOMMIT=b40c2f6
12:14:31 + export ENGINE_GITCOMMIT=f219cb5
12:14:31 + ENGINE_GITCOMMIT=f219cb5
12:14:31 + export SCAN_GITCOMMIT=061fe0a
12:14:31 + SCAN_GITCOMMIT=061fe0a
12:14:31 + echo VERSION BBB 0.0.0-20220908081902-b40c2f6
12:14:31 VERSION BBB 0.0.0-20220908081902-b40c2f6
12:14:31 + dpkg-buildpackage -uc -us -I.git
12:14:31 dpkg-buildpackage: info: source package docker-ce
12:14:31 dpkg-buildpackage: info: source version 5:0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy
12:14:31 dpkg-buildpackage: info: source distribution jammy
12:14:31 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
12:14:31  dpkg-source -I.git --before-build .
12:14:31 dpkg-buildpackage: info: host architecture arm64
12:14:31  debian/rules clean
12:14:31 dh clean --with=bash-completion --with=systemd
12:14:31    dh_clean
12:14:31  dpkg-source -I.git -b .
12:14:32 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
12:14:32 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
12:14:32 dpkg-source: warning: native package version may not have a revision
12:14:32 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220908081902-b40c2f6-0~ubuntu'
12:14:32 dpkg-source: info: using source format '1.0'
12:14:32 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy.tar.gz
12:14:42 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy.dsc
12:14:42  debian/rules build
12:14:42 dh build --with=bash-completion --with=systemd
12:14:42    dh_update_autotools_config
12:14:42    dh_autoreconf
12:14:42    debian/rules override_dh_auto_build
12:14:42 make[1]: Entering directory '/root/build-deb'
12:14:42 # Build the daemon and dependencies
12:14:42 cd engine && DOCKER_GITCOMMIT=f219cb5 PRODUCT=docker ./hack/make.sh dynbinary
12:14:42 
12:14:42 Removing bundles/
12:14:42 
12:14:42 ---> Making bundle: dynbinary (in bundles/dynbinary)
12:14:42 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:14:42 GOOS="" GOARCH="" GOARM=""
12:16:03 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6
12:16:03 
12:16:03 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
12:16:03 + RM_GOPATH=0
12:16:03 + TMP_GOPATH=/go
12:16:03 + : /usr/local/bin
12:16:03 + '[' -z /go ']'
12:16:03 + export GOPATH=/go
12:16:03 + GOPATH=/go
12:16:03 + case "$(go env GOARCH)" in
12:16:03 ++ go env GOARCH
12:16:03 + export GO_BUILDMODE=-buildmode=pie
12:16:03 + GO_BUILDMODE=-buildmode=pie
12:16:03 ++ dirname hack/dockerfile/install/install.sh
12:16:03 + dir=hack/dockerfile/install
12:16:03 + bin=tini
12:16:03 + shift
12:16:03 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
12:16:03 + . hack/dockerfile/install/tini.installer
12:16:03 ++ : v0.19.0
12:16:03 + install_tini
12:16:03 + echo 'Install tini version v0.19.0'
12:16:03 Install tini version v0.19.0
12:16:03 + git clone https://github.com/krallin/tini.git /go/tini
12:16:03 Cloning into '/go/tini'...
12:16:03 + cd /go/tini
12:16:03 + git checkout -q v0.19.0
12:16:03 + cmake .
12:16:03 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
12:16:03   Compatibility with CMake < 2.8.12 will be removed from a future version of
12:16:03   CMake.
12:16:03 
12:16:03   Update the VERSION argument <min> value or use a ...<max> suffix to tell
12:16:03   CMake that the project does not need compatibility with older versions.
12:16:03 
12:16:03 
12:16:03 -- The C compiler identification is GNU 11.2.0
12:16:03 -- Detecting C compiler ABI info
12:16:03 -- Detecting C compiler ABI info - done
12:16:03 -- Check for working C compiler: /usr/bin/cc - skipped
12:16:03 -- Detecting C compile features
12:16:03 -- Detecting C compile features - done
12:16:03 -- Performing Test HAS_BUILTIN_FORTIFY
12:16:03 -- Performing Test HAS_BUILTIN_FORTIFY - Success
12:16:03 -- Configuring done
12:16:03 -- Generating done
12:16:03 -- Build files have been written to: /go/tini
12:16:03 + make tini-static
12:16:03 make[2]: Entering directory '/go/tini'
12:16:03 make[3]: Entering directory '/go/tini'
12:16:03 make[4]: Entering directory '/go/tini'
12:16:03 make[5]: Entering directory '/go/tini'
12:16:03 make[5]: Leaving directory '/go/tini'
12:16:03 make[5]: Entering directory '/go/tini'
12:16:03 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
12:16:03 [100%] Linking C executable tini-static
12:16:03 make[5]: Leaving directory '/go/tini'
12:16:03 [100%] Built target tini-static
12:16:03 make[4]: Leaving directory '/go/tini'
12:16:03 make[3]: Leaving directory '/go/tini'
12:16:03 make[2]: Leaving directory '/go/tini'
12:16:03 + mkdir -p /usr/local/bin
12:16:03 + cp tini-static /usr/local/bin/docker-init
12:16:03 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
12:16:03 + RM_GOPATH=0
12:16:03 + TMP_GOPATH=/go
12:16:03 + : /usr/local/bin
12:16:03 + '[' -z /go ']'
12:16:03 + export GOPATH=/go
12:16:03 + GOPATH=/go
12:16:03 + case "$(go env GOARCH)" in
12:16:03 ++ go env GOARCH
12:16:03 + export GO_BUILDMODE=-buildmode=pie
12:16:03 + GO_BUILDMODE=-buildmode=pie
12:16:03 ++ dirname hack/dockerfile/install/install.sh
12:16:03 + dir=hack/dockerfile/install
12:16:03 + bin=proxy
12:16:03 + shift
12:16:03 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
12:16:03 + . hack/dockerfile/install/proxy.installer
12:16:03 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
12:16:03 + install_proxy dynamic
12:16:03 + case "$1" in
12:16:03 + install_proxy_dynamic
12:16:03 + export PROXY_LDFLAGS=-linkmode=external install_proxy
12:16:03 + PROXY_LDFLAGS=-linkmode=external
12:16:03 + export BUILD_MODE=-buildmode=pie
12:16:03 + BUILD_MODE=-buildmode=pie
12:16:03 + _install_proxy
12:16:03 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
12:16:03 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
12:16:03 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
12:16:03 Cloning into '/go/src/github.com/docker/libnetwork'...
12:16:03 + cd /go/src/github.com/docker/libnetwork
12:16:03 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
12:16:03 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
12:16:03 + return
12:16:03 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
12:16:03 + RM_GOPATH=0
12:16:03 + TMP_GOPATH=/go
12:16:03 + : /usr/local/bin
12:16:03 + '[' -z /go ']'
12:16:03 + export GOPATH=/go
12:16:03 + GOPATH=/go
12:16:03 + case "$(go env GOARCH)" in
12:16:03 ++ go env GOARCH
12:16:03 + export GO_BUILDMODE=-buildmode=pie
12:16:03 + GO_BUILDMODE=-buildmode=pie
12:16:03 ++ dirname hack/dockerfile/install/install.sh
12:16:03 + dir=hack/dockerfile/install
12:16:03 + bin=rootlesskit
12:16:03 + shift
12:16:03 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
12:16:03 + . hack/dockerfile/install/rootlesskit.installer
12:16:03 ++ : v0.14.4
12:16:03 + install_rootlesskit dynamic
12:16:03 + case "$1" in
12:16:03 + install_rootlesskit_dynamic
12:16:03 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
12:16:03 + ROOTLESSKIT_LDFLAGS=-linkmode=external
12:16:03 + export BUILD_MODE=-buildmode=pie
12:16:03 + BUILD_MODE=-buildmode=pie
12:16:03 + _install_rootlesskit
12:16:03 + echo 'Install rootlesskit version v0.14.4'
12:16:03 Install rootlesskit version v0.14.4
12:16:03 + for f in rootlesskit rootlesskit-docker-proxy
12:16:03 + GOBIN=/usr/local/bin
12:16:03 + GO111MODULE=on
12:16:03 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
12:16:03 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
12:16:04 go: downloading github.com/pkg/errors v0.9.1
12:16:04 go: downloading github.com/sirupsen/logrus v1.8.1
12:16:04 go: downloading github.com/urfave/cli/v2 v2.3.0
12:16:04 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
12:16:04 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
12:16:04 go: downloading github.com/google/uuid v1.3.0
12:16:04 go: downloading github.com/moby/vpnkit v0.5.0
12:16:04 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
12:16:04 go: downloading github.com/gofrs/flock v0.8.1
12:16:04 go: downloading github.com/gorilla/mux v1.8.0
12:16:04 go: downloading github.com/moby/sys/mountinfo v0.4.1
12:16:04 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
12:16:04 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
12:16:05 go: downloading github.com/u-root/u-root v7.0.0+incompatible
12:16:05 go: downloading github.com/russross/blackfriday/v2 v2.1.0
12:16:10 + for f in rootlesskit rootlesskit-docker-proxy
12:16:10 + GOBIN=/usr/local/bin
12:16:10 + GO111MODULE=on
12:16:10 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
12:16:11 + return
12:16:11 # Build the CLI
12:16:11 cd /go/src/github.com/docker/cli && \
12:16:11 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220908081902-b40c2f6 GITCOMMIT=b40c2f6 dynbinary manpages
12:16:11 make[2]: Entering directory '/root/build-deb/cli'
12:16:11 GO_LINKMODE=dynamic ./scripts/build/binary
12:16:11 Building dynamic docker-linux-arm64
12:17:19 scripts/docs/generate-man.sh
12:18:16 Project root: /go/src/github.com/docker/cli
12:18:16 Generating man pages into /go/src/github.com/docker/cli/man/man1
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
12:18:16 2022/10/03 12:18:14 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
12:18:16 make[2]: Leaving directory '/root/build-deb/cli'
12:18:16 # Build the compose plugin
12:18:16 cd /go/src/github.com/docker/compose \
12:18:16 && make VERSION=v2.11.2 DESTDIR=/usr/libexec/docker/cli-plugins build
12:18:16 make[2]: Entering directory '/root/build-deb/compose'
12:18:16 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:18:16 go: downloading github.com/docker/cli v20.10.3-0.20220309205733-2b52f62e9627+incompatible
12:18:16 go: downloading github.com/spf13/cobra v1.5.0
12:18:16 go: downloading github.com/fvbommel/sortorder v1.0.2
12:18:16 go: downloading golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
12:18:16 go: downloading github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae
12:18:16 go: downloading github.com/morikuni/aec v1.0.0
12:18:16 go: downloading github.com/spf13/pflag v1.0.5
12:18:16 go: downloading github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible
12:18:16 go: downloading github.com/docker/distribution v2.8.1+incompatible
12:18:16 go: downloading github.com/docker/go-connections v0.4.0
12:18:16 go: downloading github.com/sirupsen/logrus v1.9.0
12:18:16 go: downloading github.com/theupdateframework/notary v0.7.0
12:18:16 go: downloading github.com/compose-spec/compose-go v1.6.0
12:18:16 go: downloading github.com/hashicorp/go-version v1.6.0
12:18:16 go: downloading github.com/containerd/containerd v1.6.8
12:18:16 go: downloading github.com/distribution/distribution/v3 v3.0.0-20220902125104-0122d7ddaec0
12:18:16 go: downloading github.com/docker/buildx v0.8.2
12:18:16 go: downloading github.com/docker/go-units v0.5.0
12:18:16 go: downloading github.com/hashicorp/go-multierror v1.1.1
12:18:16 go: downloading github.com/moby/buildkit v0.10.4
12:18:16 go: downloading github.com/opencontainers/go-digest v1.0.0
12:18:16 go: downloading github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
12:18:16 go: downloading golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
12:18:16 go: downloading gopkg.in/yaml.v2 v2.4.0
12:18:16 go: downloading k8s.io/client-go v0.22.4
12:18:16 go: downloading github.com/cnabio/cnab-to-oci v0.3.7
12:18:16 go: downloading github.com/mattn/go-shellwords v1.0.12
12:18:16 go: downloading go.opentelemetry.io/otel v1.10.0
12:18:16 go: downloading github.com/mitchellh/mapstructure v1.5.0
12:18:16 go: downloading github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c
12:18:16 go: downloading go.opentelemetry.io/otel/trace v1.10.0
12:18:16 go: downloading k8s.io/api v0.22.4
12:18:17 go: downloading k8s.io/apimachinery v0.22.4
12:18:17 go: downloading github.com/gofrs/flock v0.8.0
12:18:17 go: downloading github.com/containerd/console v1.0.3
12:18:17 go: downloading github.com/moby/sys/signal v0.6.0
12:18:17 go: downloading github.com/buger/goterm v1.0.4
12:18:17 go: downloading github.com/AlecAivazis/survey/v2 v2.3.6
12:18:17 go: downloading github.com/golang/mock v1.6.0
12:18:17 go: downloading google.golang.org/grpc v1.45.0
12:18:17 go: downloading github.com/klauspost/compress v1.15.1
12:18:17 go: downloading github.com/opencontainers/runc v1.1.2
12:18:17 go: downloading golang.org/x/time v0.0.0-20220210224613-90d013bbcef8
12:18:17 go: downloading github.com/hashicorp/errwrap v1.1.0
12:18:17 go: downloading github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
12:18:17 go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
12:18:17 go: downloading golang.org/x/net v0.0.0-20220906165146-f3363e06e74c
12:18:17 go: downloading golang.org/x/crypto v0.0.0-20220214200702-86341886e292
12:18:18 go: downloading github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
12:18:18 go: downloading github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3
12:18:18 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
12:18:18 go: downloading go.opentelemetry.io/otel/sdk v1.4.1
12:18:18 go: downloading github.com/cnabio/cnab-go v0.23.4
12:18:18 go: downloading github.com/imdario/mergo v0.3.13
12:18:18 go: downloading golang.org/x/text v0.3.7
12:18:18 go: downloading github.com/mattn/go-isatty v0.0.16
12:18:18 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
12:18:18 go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
12:18:18 go: downloading github.com/go-logr/logr v1.2.3
12:18:18 go: downloading github.com/docker/docker-credential-helpers v0.6.4
12:18:18 go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
12:18:18 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
12:18:18 go: downloading github.com/gogo/protobuf v1.3.2
12:18:18 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
12:18:18 go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
12:18:18 go: downloading k8s.io/klog/v2 v2.60.1
12:18:18 go: downloading github.com/pelletier/go-toml v1.9.4
12:18:18 go: downloading github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
12:18:18 go: downloading github.com/google/gofuzz v1.2.0
12:18:18 go: downloading github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
12:18:18 go: downloading github.com/moby/sys/symlink v0.2.0
12:18:18 go: downloading github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
12:18:18 go: downloading google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106
12:18:19 go: downloading github.com/containerd/typeurl v1.0.2
12:18:19 go: downloading github.com/golang/protobuf v1.5.2
12:18:19 go: downloading google.golang.org/protobuf v1.27.1
12:18:19 go: downloading github.com/gogo/googleapis v1.4.1
12:18:19 go: downloading go.opentelemetry.io/proto/otlp v0.12.0
12:18:19 go: downloading github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4
12:18:19 go: downloading github.com/moby/locker v1.0.1
12:18:19 go: downloading github.com/xeipuuv/gojsonschema v1.2.0
12:18:19 go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1
12:18:20 go: downloading github.com/go-logr/stdr v1.2.2
12:18:20 go: downloading github.com/felixge/httpsnoop v1.0.2
12:18:20 go: downloading go.opentelemetry.io/otel/metric v0.27.0
12:18:20 go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1
12:18:20 go: downloading github.com/davecgh/go-spew v1.1.1
12:18:20 go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
12:18:20 go: downloading k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9
12:18:20 go: downloading gopkg.in/inf.v0 v0.9.1
12:18:20 go: downloading github.com/googleapis/gnostic v0.5.5
12:18:20 go: downloading github.com/google/go-cmp v0.5.8
12:18:20 go: downloading github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
12:18:20 go: downloading github.com/containerd/continuity v0.2.3-0.20220330195504-d132b287edc8
12:18:20 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.16.0
12:18:20 go: downloading github.com/qri-io/jsonpointer v0.1.1
12:18:20 go: downloading github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e
12:18:20 go: downloading github.com/Masterminds/semver v1.5.0
12:18:20 go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
12:18:20 go: downloading github.com/cenkalti/backoff/v4 v4.1.2
12:18:20 go: downloading github.com/docker/go-metrics v0.0.1
12:18:20 go: downloading go.opentelemetry.io/otel/internal/metric v0.27.0
12:18:20 go: downloading github.com/json-iterator/go v1.1.12
12:18:20 go: downloading github.com/modern-go/reflect2 v1.0.2
12:18:20 go: downloading sigs.k8s.io/yaml v1.2.0
12:18:20 go: downloading github.com/mattn/go-colorable v0.1.12
12:18:20 go: downloading gopkg.in/yaml.v3 v3.0.1
12:18:20 go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
12:18:20 go: downloading github.com/prometheus/client_golang v1.12.1
12:18:20 go: downloading github.com/containerd/ttrpc v1.1.0
12:18:20 go: downloading github.com/moby/spdystream v0.2.0
12:18:20 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
12:18:20 go: downloading github.com/prometheus/client_model v0.2.0
12:18:20 go: downloading github.com/prometheus/common v0.32.1
12:18:20 go: downloading github.com/beorn7/perks v1.0.1
12:18:20 go: downloading github.com/cespare/xxhash/v2 v2.1.2
12:18:20 go: downloading github.com/prometheus/procfs v0.7.3
12:18:20 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369
12:19:56 make[2]: Leaving directory '/root/build-deb/compose'
12:19:56 # Build the scan-plugin
12:19:56 # TODO change once we support scan-plugin on other architectures
12:19:56 if [ "arm64" = "amd64" ]; then \
12:19:56 	cd /go/src/github.com/docker/scan-cli-plugin \
12:19:56 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
12:19:56 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
12:19:56 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
12:19:56 fi
12:19:56 # Build the CLI plugins
12:19:56 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
12:19:56 set -e;cd /sources && \
12:19:56 	tar xzf plugin-installers.tgz; \
12:19:56 	for installer in plugins/*.installer; do \
12:19:56 		LDFLAGS='' bash ${installer} build; \
12:19:56 	done
12:19:56 Cloning into '/go/src/github.com/docker/app'...
12:19:56 Fetching origin
12:19:56 make[2]: Entering directory '/go/src/github.com/docker/app'
12:19:56 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
12:20:43 make[2]: Leaving directory '/go/src/github.com/docker/app'
12:20:43 Cloning into '/go/src/github.com/docker/buildx'...
12:20:43 Fetching origin
12:20:43 + GO111MODULE=on
12:20:43 + 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:22:05 make[1]: Leaving directory '/root/build-deb'
12:22:05    debian/rules override_dh_auto_test
12:22:05 make[1]: Entering directory '/root/build-deb'
12:22:05 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
12:22:05 	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:22:05 PASS: daemon version OK
12:22:05 ver="$(cli/build/docker --version)"; \
12:22:05 	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:22:05 PASS: cli version OK
12:22:05 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:22:05 	test "$ver" = "v2.11.2" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
12:22:05 PASS: docker-compose version OK
12:22:05 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
12:22:05 # TODO change once we support scan-plugin on other architectures
12:22:05 if [ "arm64" = "amd64" ]; then \
12:22:05 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
12:22:05 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
12:22:05 fi
12:22:05 make[1]: Leaving directory '/root/build-deb'
12:22:05    create-stamp debian/debhelper-build-stamp
12:22:05  debian/rules binary
12:22:05 dh binary --with=bash-completion --with=systemd
12:22:05    dh_testroot
12:22:05    dh_prep
12:22:05    debian/rules override_dh_auto_install
12:22:05 make[1]: Entering directory '/root/build-deb'
12:22:05 # docker-ce-cli install
12:22:05 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:22:05 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:22:05 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
12:22:05 set -e;cd /sources && \
12:22:05 	tar xzf plugin-installers.tgz; \
12:22:05 	for installer in plugins/*.installer; do \
12:22:05 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
12:22:05 		PREFIX=/usr/libexec/docker/cli-plugins \
12:22:05 			bash ${installer} install_plugin; \
12:22:05 	done
12:22:05 # docker-ce install
12:22:05 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
12:22:05 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
12:22:05 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220908081902-b40c2f6 debian/docker-ce/usr/bin/dockerd
12:22:05 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
12:22:05 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
12:22:05 # docker-compose-plugin install
12:22:05 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
12:22:05 # docker-scan-plugin install
12:22:05 # TODO change once we support scan-plugin on other architectures
12:22:05 if [ "arm64" = "amd64" ]; then \
12:22:05 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
12:22:05 fi
12:22:05 # docker-ce-rootless-extras install
12:22:05 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
12:22:05 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
12:22:05 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
12:22:05 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
12:22:05 # TODO: how can we install vpnkit?
12:22:05 make[1]: Leaving directory '/root/build-deb'
12:22:05    debian/rules override_dh_install
12:22:05 make[1]: Entering directory '/root/build-deb'
12:22:05 dh_install
12:22:05 # TODO Can we do this from within our container?
12:22:05 dh_apparmor --profile-name=docker-ce -pdocker-ce
12:22:05 make[1]: Leaving directory '/root/build-deb'
12:22:05    dh_installdocs
12:22:05    dh_installchangelogs
12:22:05    dh_installman
12:22:05    dh_bash-completion
12:22:05    dh_systemd_enable
12:22:05    debian/rules override_dh_installinit
12:22:05 make[1]: Entering directory '/root/build-deb'
12:22:05 # use "docker" as our service name, not "docker-ce"
12:22:05 dh_installinit --name=docker
12:22:05 make[1]: Leaving directory '/root/build-deb'
12:22:05    dh_systemd_start
12:22:05    dh_perl
12:22:05    dh_link
12:22:05    dh_strip_nondeterminism
12:22:05    dh_compress
12:22:05    dh_fixperms
12:22:05    dh_missing
12:22:05    debian/rules override_dh_strip
12:22:05 make[1]: Entering directory '/root/build-deb'
12:22:05 # Go has lots of problems with stripping, so just don't
12:22:05 make[1]: Leaving directory '/root/build-deb'
12:22:05    dh_makeshlibs
12:22:05    debian/rules override_dh_shlibdeps
12:22:05 make[1]: Entering directory '/root/build-deb'
12:22:05 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
12:22:05 dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/docker-ce-cli/usr/libexec/docker/cli-plugins/docker-buildx was not linked against libpthread.so.0 (it uses none of the library's symbols)
12:22:05 make[1]: Leaving directory '/root/build-deb'
12:22:05    dh_installdeb
12:22:05    debian/rules override_dh_gencontrol
12:22:05 make[1]: Entering directory '/root/build-deb'
12:22:05 # Use separate version for the compose-plugin package, then generate the other control files as usual
12:22:05 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
12:22:05 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
12:22:05 # Use separate version for the scan-plugin package, then generate the other control files as usual
12:22:05 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
12:22:05 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
12:22:05 if [ "arm64" = "amd64" ]; then \
12:22:05 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
12:22:05 fi
12:22:05 dh_gencontrol --remaining-packages
12:22:05 make[1]: Leaving directory '/root/build-deb'
12:22:05    dh_md5sums
12:22:05    debian/rules override_dh_builddeb
12:22:05 make[1]: Entering directory '/root/build-deb'
12:22:05 dh_builddeb -- -Zxz
12:22:05 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.deb'.
12:22:05 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.deb'.
12:22:19 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.11.2~ubuntu-jammy_arm64.deb'.
12:22:38 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.deb'.
12:23:16 make[1]: Leaving directory '/root/build-deb'
12:23:16  dpkg-genbuildinfo -O../docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.buildinfo
12:23:16  dpkg-genchanges -O../docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.changes
12:23:17 dpkg-genchanges: info: including full source code in upload
12:23:17  dpkg-source -I.git --after-build .
12:23:17 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
12:23:17 + destination=/build
12:23:17 + mkdir -p /build
12:23:17 + mv -v /root/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.deb /root/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.deb /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy.dsc /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy.tar.gz /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.buildinfo /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.changes /root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.deb /root/docker-compose-plugin_2.11.2~ubuntu-jammy_arm64.deb /build
12:23:17 copied '/root/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.deb' -> '/build/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.deb'
12:23:17 removed '/root/docker-ce-cli_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.deb'
12:23:17 copied '/root/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.deb'
12:23:17 removed '/root/docker-ce-rootless-extras_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.deb'
12:23:17 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy.dsc' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy.dsc'
12:23:17 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy.dsc'
12:23:17 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy.tar.gz' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy.tar.gz'
12:23:17 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy.tar.gz'
12:23:17 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.buildinfo' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.buildinfo'
12:23:17 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.buildinfo'
12:23:17 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.changes' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.changes'
12:23:17 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.changes'
12:23:17 copied '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.deb' -> '/build/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.deb'
12:23:17 removed '/root/docker-ce_0.0.0-20220908081902-b40c2f6-0~ubuntu-jammy_arm64.deb'
12:23:17 copied '/root/docker-compose-plugin_2.11.2~ubuntu-jammy_arm64.deb' -> '/build/docker-compose-plugin_2.11.2~ubuntu-jammy_arm64.deb'
12:23:17 removed '/root/docker-compose-plugin_2.11.2~ubuntu-jammy_arm64.deb'
12:23:19 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-jammy"
12:23:20 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'