Skip to content

Console Output

10:54:14 + make REF=20.10 ubuntu-jammy
10:54:14 git init src/github.com/docker/cli
10:54:14 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
10:54:14 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
10:54:14 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
10:54:14 + SRC=src/github.com/docker/cli
10:54:14 + REF=20.10
10:54:14 + REF_FETCH=20.10
10:54:14 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin+  20.10
10:54:14 awk {print $2}
10:54:14 + REF=refs/heads/20.10
10:54:14 + [ -n refs/heads/20.10 ]
10:54:14 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:54:14 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:54:15 From https://github.com/docker/cli
10:54:15  * [new branch]      20.10      -> 20.10
10:54:15  * [new branch]      20.10      -> origin/20.10
10:54:15 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
10:54:15 git init src/github.com/docker/docker
10:54:15 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
10:54:15 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
10:54:15 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
10:54:15 + SRC=src/github.com/docker/docker
10:54:15 + REF=20.10
10:54:15 + REF_FETCH=20.10
10:54:15 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin+  20.10
10:54:15 awk {print $2}
10:54:15 + REF=refs/heads/20.10
10:54:15 + [ -n refs/heads/20.10 ]
10:54:15 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:54:15 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:54:16 From https://github.com/docker/docker
10:54:16  * [new branch]      20.10      -> 20.10
10:54:16  * [new branch]      20.10      -> origin/20.10
10:54:16 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
10:54:17 make -C deb VERSION=0.0.1-dev GO_VERSION=1.19.9 ubuntu-jammy
10:54:17 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
10:54:17 mkdir -p sources
10:54:17 docker run --rm -w /v \
10:54:17 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
10:54:17 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:54:17 	alpine \
10:54:17 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
10:54:17 Unable to find image 'alpine:latest' locally
10:54:17 latest: Pulling from library/alpine
10:54:17 c41833b44d91: Pulling fs layer
10:54:17 c41833b44d91: Verifying Checksum
10:54:17 c41833b44d91: Download complete
10:54:17 c41833b44d91: Pull complete
10:54:17 Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126
10:54:17 Status: Downloaded newer image for alpine:latest
10:54:23 mkdir -p sources
10:54:23 docker run --rm -w /v \
10:54:23 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
10:54:23 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:54:23 	alpine \
10:54:23 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
10:54:25 mkdir -p sources
10:54:25 cp ../systemd/docker.service sources/docker.service
10:54:25 mkdir -p sources
10:54:25 cp ../systemd/docker.socket sources/docker.socket
10:54:25 docker run --rm -w /v \
10:54:25 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
10:54:25 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:54:25 	alpine \
10:54:25 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
10:54:26 == Building packages for ubuntu-jammy ==
10:54:26 mkdir -p "debbuild/ubuntu-jammy"
10:54:26 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.19.9-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/aarch64 -f ubuntu-jammy/Dockerfile .
10:54:26 #1 [internal] load .dockerignore
10:54:26 #1 transferring context: 2B done
10:54:26 #1 DONE 0.1s
10:54:26 
10:54:26 #2 [internal] load build definition from Dockerfile
10:54:26 #2 transferring dockerfile: 1.30kB done
10:54:26 #2 DONE 0.1s
10:54:26 
10:54:26 #3 [auth] library/golang:pull token for registry-1.docker.io
10:54:26 #3 DONE 0.0s
10:54:26 
10:54:26 #4 [auth] library/ubuntu:pull token for registry-1.docker.io
10:54:26 #4 DONE 0.0s
10:54:26 
10:54:26 #5 [internal] load metadata for docker.io/library/golang:1.19.9-buster
10:54:27 #5 DONE 0.3s
10:54:27 
10:54:27 #6 [internal] load metadata for docker.io/library/ubuntu:jammy
10:54:27 #6 DONE 0.4s
10:54:27 
10:54:27 #7 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
10:54:27 #7 resolve docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf 0.1s done
10:54:27 #7 ...
10:54:27 
10:54:27 #8 [internal] load build context
10:54:27 #8 transferring context: 19.40MB 0.1s done
10:54:27 #8 DONE 0.1s
10:54:27 
10:54:27 #7 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
10:54:27 #7 sha256:badfd482e25519e62aaaa1b7cb4de580aa670db7458e45aa6e209860f5828d54 1.58kB / 1.58kB done
10:54:27 #7 sha256:c76f05c6d3267c50acd42ba20ec3e1723572165f29f1e25626973bd5bfceb5a3 6.79kB / 6.79kB done
10:54:27 #7 sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf 988B / 988B done
10:54:27 #7 sha256:b7c5fe8e0ac53c77142bf16686fc01d0d2b1fb2da7be5414cdf2f224ec485592 15.73MB / 49.24MB 0.2s
10:54:27 #7 sha256:ced623c8f9593ccbdc26a5e9ad9d9ad18aa6a8a3b82d7db591552673ac8e3281 14.68MB / 17.45MB 0.2s
10:54:27 #7 sha256:b7c5fe8e0ac53c77142bf16686fc01d0d2b1fb2da7be5414cdf2f224ec485592 26.21MB / 49.24MB 0.3s
10:54:27 #7 sha256:ced623c8f9593ccbdc26a5e9ad9d9ad18aa6a8a3b82d7db591552673ac8e3281 17.45MB / 17.45MB 0.2s done
10:54:27 #7 sha256:f6fc649f7c89c148c32767dadfc283ae1472705773920b21ddd2bc77d49b2d64 0B / 52.19MB 0.3s
10:54:27 #7 sha256:b7c5fe8e0ac53c77142bf16686fc01d0d2b1fb2da7be5414cdf2f224ec485592 35.65MB / 49.24MB 0.4s
10:54:27 #7 sha256:f6fc649f7c89c148c32767dadfc283ae1472705773920b21ddd2bc77d49b2d64 9.44MB / 52.19MB 0.4s
10:54:27 #7 sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52 0B / 62.74MB 0.4s
10:54:27 #7 sha256:b7c5fe8e0ac53c77142bf16686fc01d0d2b1fb2da7be5414cdf2f224ec485592 49.24MB / 49.24MB 0.6s
10:54:27 #7 sha256:f6fc649f7c89c148c32767dadfc283ae1472705773920b21ddd2bc77d49b2d64 30.41MB / 52.19MB 0.6s
10:54:27 #7 sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52 22.02MB / 62.74MB 0.6s
10:54:27 #7 sha256:b7c5fe8e0ac53c77142bf16686fc01d0d2b1fb2da7be5414cdf2f224ec485592 49.24MB / 49.24MB 0.6s done
10:54:27 #7 sha256:f6fc649f7c89c148c32767dadfc283ae1472705773920b21ddd2bc77d49b2d64 39.85MB / 52.19MB 0.7s
10:54:27 #7 sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52 32.51MB / 62.74MB 0.7s
10:54:27 #7 extracting sha256:b7c5fe8e0ac53c77142bf16686fc01d0d2b1fb2da7be5414cdf2f224ec485592
10:54:27 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 0B / 115.27MB 0.7s
10:54:28 #7 sha256:f6fc649f7c89c148c32767dadfc283ae1472705773920b21ddd2bc77d49b2d64 52.19MB / 52.19MB 0.9s
10:54:28 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 16.78MB / 115.27MB 0.9s
10:54:28 #7 sha256:f6fc649f7c89c148c32767dadfc283ae1472705773920b21ddd2bc77d49b2d64 52.19MB / 52.19MB 0.9s done
10:54:28 #7 sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52 40.89MB / 62.74MB 1.0s
10:54:28 #7 sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52 50.33MB / 62.74MB 1.1s
10:54:28 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 32.51MB / 115.27MB 1.1s
10:54:28 #7 sha256:49002e51a1703d8855a35084bcb0bfe0f9a4c672a11fc0124ea42af9182a4b79 155B / 155B 1.1s done
10:54:28 #7 ...
10:54:28 
10:54:28 #9 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:dfd64a3b4296d8c9b62aa3309984f8620b98d87e47492599ee20739e8eb54fbf
10:54:28 #9 resolve docker.io/library/ubuntu:jammy@sha256:dfd64a3b4296d8c9b62aa3309984f8620b98d87e47492599ee20739e8eb54fbf 0.1s done
10:54:28 #9 sha256:dfd64a3b4296d8c9b62aa3309984f8620b98d87e47492599ee20739e8eb54fbf 1.13kB / 1.13kB done
10:54:28 #9 sha256:6f8fe7bff0bee25c481cdc26e28bba984ebf72e6152005c18e1036983c01a28b 424B / 424B done
10:54:28 #9 sha256:3f5ef9003cefb5e93a3fb4d9f175527a6751dd2f18d5179cb530c29298550b92 2.32kB / 2.32kB done
10:54:28 #9 sha256:79d0ea7dc1a848165a31e288cada1fa51dcd9bf302a305fe83a353c5c407110b 27.35MB / 27.35MB 0.3s done
10:54:28 #9 extracting sha256:79d0ea7dc1a848165a31e288cada1fa51dcd9bf302a305fe83a353c5c407110b 0.7s done
10:54:28 #9 DONE 1.3s
10:54:28 
10:54:28 #7 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
10:54:28 #7 sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52 54.53MB / 62.74MB 1.2s
10:54:28 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 50.33MB / 115.27MB 1.2s
10:54:28 #7 sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52 62.74MB / 62.74MB 1.3s
10:54:28 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 57.83MB / 115.27MB 1.3s
10:54:28 #7 sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52 62.74MB / 62.74MB 1.4s done
10:54:28 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 66.06MB / 115.27MB 1.4s
10:54:28 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 83.89MB / 115.27MB 1.5s
10:54:28 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 89.96MB / 115.27MB 1.6s
10:54:28 #7 extracting sha256:b7c5fe8e0ac53c77142bf16686fc01d0d2b1fb2da7be5414cdf2f224ec485592 1.1s done
10:54:28 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 99.61MB / 115.27MB 1.7s
10:54:28 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 113.25MB / 115.27MB 1.9s
10:54:29 #7 extracting sha256:ced623c8f9593ccbdc26a5e9ad9d9ad18aa6a8a3b82d7db591552673ac8e3281
10:54:29 #7 extracting sha256:ced623c8f9593ccbdc26a5e9ad9d9ad18aa6a8a3b82d7db591552673ac8e3281 0.2s done
10:54:29 #7 sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 115.27MB / 115.27MB 2.1s done
10:54:29 #7 extracting sha256:f6fc649f7c89c148c32767dadfc283ae1472705773920b21ddd2bc77d49b2d64
10:54:30 #7 extracting sha256:f6fc649f7c89c148c32767dadfc283ae1472705773920b21ddd2bc77d49b2d64 0.8s done
10:54:30 #7 extracting sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52
10:54:30 #7 ...
10:54:30 
10:54:30 #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
10:54:30 #10 DONE 2.4s
10:54:30 
10:54:30 #7 [golang 1/1] FROM docker.io/library/golang:1.19.9-buster@sha256:63622e583632a937df612c2c5aa22a9105e7400a3a1d3869382624eaa3c104cf
10:54:31 #7 extracting sha256:8cdc0e5ab2a3721906026459d7342896b444ba1f7549b593251ea883dacc5e52 0.9s done
10:54:31 #7 extracting sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2
10:54:33 #7 extracting sha256:eef32f530a7548df04c29a4b729fdead30db044bddc8e750a55b2aff7f2285f2 1.7s done
10:54:33 #7 extracting sha256:49002e51a1703d8855a35084bcb0bfe0f9a4c672a11fc0124ea42af9182a4b79 done
10:54:33 #7 DONE 6.4s
10:54:33 
10:54:33 #11 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
10:54:33 #0 0.836 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB]
10:54:33 #0 1.254 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [119 kB]
10:54:33 #0 1.354 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [108 kB]
10:54:33 #0 1.451 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
10:54:33 #0 1.551 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 Packages [1758 kB]
10:54:33 #0 1.790 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 Packages [17.2 MB]
10:54:33 #0 2.588 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/restricted arm64 Packages [24.2 kB]
10:54:33 #0 2.588 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse arm64 Packages [224 kB]
10:54:33 #0 2.591 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 Packages [1024 kB]
10:54:33 #0 2.621 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 Packages [1197 kB]
10:54:33 #0 2.671 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse arm64 Packages [24.3 kB]
10:54:34 #11 3.073 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted arm64 Packages [547 kB]
10:54:34 #11 3.580 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-backports/main arm64 Packages [48.9 kB]
10:54:34 #11 3.585 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe arm64 Packages [23.6 kB]
10:54:34 #11 3.588 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe arm64 Packages [776 kB]
10:54:34 #11 3.683 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse arm64 Packages [20.2 kB]
10:54:34 #11 3.685 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/main arm64 Packages [864 kB]
10:54:34 #11 3.768 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted arm64 Packages [534 kB]
10:54:34 #11 3.839 Fetched 24.9 MB in 3s (7312 kB/s)
10:54:35 #11 3.839 Reading package lists...
10:54:36 #11 4.686 Reading package lists...
10:54:36 #11 5.482 Building dependency tree...
10:54:36 #11 5.678 Reading state information...
10:54:36 #11 5.922 The following additional packages will be installed:
10:54:36 #11 5.922   autoconf automake autopoint autotools-dev binutils
10:54:36 #11 5.922   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
10:54:36 #11 5.922   bzip2 ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit
10:54:36 #11 5.922   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
10:54:36 #11 5.922   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
10:54:36 #11 5.922   g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git-man gnupg gnupg-l10n
10:54:36 #11 5.922   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
10:54:36 #11 5.922   groff-base intltool-debian iso-codes less libalgorithm-diff-perl
10:54:36 #11 5.922   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
10:54:36 #11 5.922   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
10:54:36 #11 5.922   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
10:54:36 #11 5.923   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
10:54:36 #11 5.923   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
10:54:36 #11 5.923   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
10:54:36 #11 5.923   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
10:54:36 #11 5.923   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
10:54:36 #11 5.923   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
10:54:36 #11 5.923   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
10:54:36 #11 5.923   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
10:54:36 #11 5.923   libdata-validate-uri-perl libdebhelper-perl libdeflate0
10:54:36 #11 5.923   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
10:54:36 #11 5.923   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
10:54:36 #11 5.923   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
10:54:36 #11 5.923   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
10:54:36 #11 5.923   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
10:54:36 #11 5.923   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
10:54:36 #11 5.923   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
10:54:36 #11 5.923   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
10:54:36 #11 5.923   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
10:54:36 #11 5.923   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
10:54:36 #11 5.923   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
10:54:36 #11 5.923   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
10:54:36 #11 5.923   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
10:54:36 #11 5.923   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
10:54:36 #11 5.923   libhwasan0 libicu70 libimport-into-perl libio-html-perl
10:54:36 #11 5.923   libio-interactive-perl libio-prompt-tiny-perl libio-prompter-perl
10:54:36 #11 5.923   libio-pty-perl libio-socket-ssl-perl libio-string-perl libipc-run-perl
10:54:36 #11 5.923   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
10:54:36 #11 5.923   libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8 libjpeg8
10:54:36 #11 5.923   libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8 libldap-2.5-0
10:54:36 #11 5.923   libldap-common liblist-compare-perl liblist-moreutils-perl
10:54:36 #11 5.923   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
10:54:36 #11 5.923   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
10:54:36 #11 5.923   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
10:54:36 #11 5.923   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
10:54:36 #11 5.923   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
10:54:36 #11 5.923   libmd0 libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
10:54:36 #11 5.923   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
10:54:36 #11 5.923   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
10:54:36 #11 5.923   libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl
10:54:36 #11 5.923   libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl
10:54:36 #11 5.923   libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
10:54:36 #11 5.923   libobject-id-perl libpackage-stash-perl libpackage-stash-xs-perl
10:54:36 #11 5.923   libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl
10:54:36 #11 5.923   libpath-tiny-perl libperl5.34 libperlio-gzip-perl libperlio-utf8-strict-perl
10:54:36 #11 5.923   libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl
10:54:36 #11 5.923   libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.10-minimal
10:54:36 #11 5.923   libpython3.10-stdlib libre-engine-re2-perl libre2-9 libreadline8
10:54:36 #11 5.923   libreadonly-perl libref-util-perl libref-util-xs-perl
10:54:36 #11 5.923   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
10:54:36 #11 5.923   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
10:54:36 #11 5.923   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
10:54:36 #11 5.923   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
10:54:36 #11 5.923   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
10:54:36 #11 5.923   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
10:54:36 #11 5.923   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
10:54:36 #11 5.923   libsub-name-perl libsub-override-perl libsub-quote-perl
10:54:36 #11 5.923   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
10:54:36 #11 5.923   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
10:54:36 #11 5.923   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
10:54:36 #11 5.923   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
10:54:36 #11 5.923   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
10:54:36 #11 5.924   libuchardet0 libunicode-utf8-perl liburi-perl libvariable-magic-perl
10:54:36 #11 5.924   libwant-perl libwebp7 libwww-perl libwww-robotrules-perl libx11-6
10:54:36 #11 5.924   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
10:54:36 #11 5.924   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
10:54:36 #11 5.924   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4
10:54:36 #11 5.924   libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl licensecheck
10:54:36 #11 5.924   lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop m4 make
10:54:36 #11 5.924   man-db manpages manpages-dev media-types netbase openssh-client openssl
10:54:36 #11 5.924   patch patchutils perl perl-modules-5.34 perl-openssl-defaults
10:54:36 #11 5.924   pinentry-curses po-debconf publicsuffix python-apt-common python3
10:54:36 #11 5.924   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
10:54:36 #11 5.924   python3-idna python3-magic python3-minimal python3-pkg-resources
10:54:36 #11 5.924   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
10:54:36 #11 5.924   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
10:54:36 #11 5.924   ucf unzip wdiff xauth xz-utils zstd
10:54:36 #11 5.926 Suggested packages:
10:54:36 #11 5.926   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
10:54:36 #11 5.926   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
10:54:36 #11 5.926   bsd-mailx | mailx check-all-the-things cvs-buildpackage diffoscope
10:54:36 #11 5.926   disorderfs dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
10:54:36 #11 5.926   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
10:54:36 #11 5.926   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
10:54:36 #11 5.926   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
10:54:36 #11 5.926   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
10:54:36 #11 5.926   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
10:54:36 #11 5.926   gcc-11-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
10:54:36 #11 5.926   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
10:54:36 #11 5.926   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
10:54:36 #11 5.926   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
10:54:36 #11 5.926   libgd-tools gdbm-l10n libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
10:54:36 #11 5.926   libscalar-number-perl libsasl2-modules-gssapi-mit
10:54:36 #11 5.926   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
10:54:36 #11 5.926   libsasl2-modules-sql libstdc++-11-doc libbareword-filehandles-perl
10:54:36 #11 5.926   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
10:54:36 #11 5.926   gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
10:54:36 #11 5.926   libxml-sax-expatxs-perl bash-completion binutils-multiarch
10:54:36 #11 5.926   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
10:54:36 #11 5.926   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
10:54:36 #11 5.926   libterm-readline-gnu-perl | libterm-readline-perl-perl
10:54:36 #11 5.926   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
10:54:36 #11 5.926   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
10:54:36 #11 5.926   python3-cryptography python3-openssl python3-socks python-requests-doc
10:54:36 #11 5.926   python3.10-venv python3.10-doc binfmt-support readline-doc zip wdiff-doc
10:54:37 #11 6.240 The following NEW packages will be installed:
10:54:37 #11 6.240   autoconf automake autopoint autotools-dev binutils
10:54:37 #11 6.240   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
10:54:37 #11 6.240   bzip2 ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit
10:54:37 #11 6.240   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
10:54:37 #11 6.240   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
10:54:37 #11 6.240   fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git
10:54:37 #11 6.240   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
10:54:37 #11 6.240   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes less
10:54:37 #11 6.240   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
10:54:37 #11 6.240   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
10:54:37 #11 6.240   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
10:54:37 #11 6.241   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
10:54:37 #11 6.241   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
10:54:37 #11 6.241   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
10:54:37 #11 6.241   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
10:54:37 #11 6.241   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
10:54:37 #11 6.241   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
10:54:37 #11 6.241   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
10:54:37 #11 6.241   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
10:54:37 #11 6.241   libdata-validate-uri-perl libdebhelper-perl libdeflate0
10:54:37 #11 6.241   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
10:54:37 #11 6.241   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
10:54:37 #11 6.241   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
10:54:37 #11 6.241   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
10:54:37 #11 6.241   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
10:54:37 #11 6.241   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
10:54:37 #11 6.241   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
10:54:37 #11 6.241   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
10:54:37 #11 6.241   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
10:54:37 #11 6.241   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
10:54:37 #11 6.241   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
10:54:37 #11 6.241   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
10:54:37 #11 6.241   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
10:54:37 #11 6.241   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
10:54:37 #11 6.241   libhwasan0 libicu70 libimport-into-perl libio-html-perl
10:54:37 #11 6.241   libio-interactive-perl libio-prompt-tiny-perl libio-prompter-perl
10:54:37 #11 6.241   libio-pty-perl libio-socket-ssl-perl libio-string-perl libipc-run-perl
10:54:37 #11 6.241   libipc-run3-perl libipc-system-simple-perl libisl23 libiterator-perl
10:54:37 #11 6.241   libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8 libjpeg8
10:54:37 #11 6.241   libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8 libldap-2.5-0
10:54:37 #11 6.241   libldap-common liblist-compare-perl liblist-moreutils-perl
10:54:37 #11 6.241   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
10:54:37 #11 6.241   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
10:54:37 #11 6.241   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
10:54:37 #11 6.241   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
10:54:37 #11 6.241   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmath-base85-perl
10:54:37 #11 6.241   libmd0 libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
10:54:37 #11 6.241   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
10:54:37 #11 6.241   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
10:54:37 #11 6.241   libnet-domain-tld-perl libnet-http-perl libnet-ipv6addr-perl
10:54:37 #11 6.241   libnet-netmask-perl libnet-smtp-ssl-perl libnet-ssleay-perl
10:54:37 #11 6.241   libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
10:54:37 #11 6.241   libobject-id-perl libpackage-stash-perl libpackage-stash-xs-perl
10:54:37 #11 6.241   libparams-classify-perl libparams-util-perl libpath-iterator-rule-perl
10:54:37 #11 6.241   libpath-tiny-perl libperl5.34 libperlio-gzip-perl libperlio-utf8-strict-perl
10:54:37 #11 6.241   libpipeline1 libpng16-16 libpod-constants-perl libpod-parser-perl
10:54:37 #11 6.241   libproc-processtable-perl libpsl5 libpython3-stdlib libpython3.10-minimal
10:54:37 #11 6.241   libpython3.10-stdlib libre-engine-re2-perl libre2-9 libreadline8
10:54:37 #11 6.241   libreadonly-perl libref-util-perl libref-util-xs-perl
10:54:37 #11 6.241   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
10:54:37 #11 6.241   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
10:54:37 #11 6.241   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
10:54:37 #11 6.242   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
10:54:37 #11 6.242   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
10:54:37 #11 6.242   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
10:54:37 #11 6.242   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
10:54:37 #11 6.242   libsub-name-perl libsub-override-perl libsub-quote-perl
10:54:37 #11 6.242   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
10:54:37 #11 6.242   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
10:54:37 #11 6.242   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
10:54:37 #11 6.242   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
10:54:37 #11 6.242   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
10:54:37 #11 6.242   libuchardet0 libunicode-utf8-perl liburi-perl libvariable-magic-perl
10:54:37 #11 6.242   libwant-perl libwebp7 libwww-perl libwww-robotrules-perl libx11-6
10:54:37 #11 6.242   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
10:54:37 #11 6.242   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
10:54:37 #11 6.242   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4
10:54:37 #11 6.242   libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl licensecheck
10:54:37 #11 6.242   lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop m4 make
10:54:37 #11 6.242   man-db manpages manpages-dev media-types netbase openssh-client openssl
10:54:37 #11 6.242   patch patchutils perl perl-modules-5.34 perl-openssl-defaults
10:54:37 #11 6.242   pinentry-curses po-debconf publicsuffix python-apt-common python3
10:54:37 #11 6.242   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
10:54:37 #11 6.242   python3-idna python3-magic python3-minimal python3-pkg-resources
10:54:37 #11 6.242   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
10:54:37 #11 6.242   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
10:54:37 #11 6.242   ucf unzip wdiff xauth xz-utils zstd
10:54:37 #11 6.672 0 upgraded, 370 newly installed, 0 to remove and 0 not upgraded.
10:54:37 #11 6.672 Need to get 129 MB of archives.
10:54:37 #11 6.672 After this operation, 459 MB of additional disk space will be used.
10:54:37 #11 6.672 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblocale-gettext-perl arm64 1.07-4build3 [16.9 kB]
10:54:37 #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.2ubuntu1 [807 kB]
10:54:38 #11 7.209 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libexpat1 arm64 2.4.7-1ubuntu0.2 [76.8 kB]
10:54:38 #11 7.219 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3.10-minimal arm64 3.10.6-1~22.04.2ubuntu1 [2244 kB]
10:54:38 #11 7.354 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-minimal arm64 3.10.6-1~22.04 [24.3 kB]
10:54:38 #11 7.355 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 media-types all 7.0.0 [25.5 kB]
10:54:38 #11 7.356 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpdec3 arm64 2.5.1-2build2 [89.0 kB]
10:54:38 #11 7.362 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 readline-common all 8.1.2-1 [53.5 kB]
10:54:38 #11 7.366 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadline8 arm64 8.1.2-1 [153 kB]
10:54:38 #11 7.375 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsqlite3-0 arm64 3.37.2-2ubuntu0.1 [636 kB]
10:54:38 #11 7.405 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3.10-stdlib arm64 3.10.6-1~22.04.2ubuntu1 [1828 kB]
10:54:38 #11 7.889 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3.10 arm64 3.10.6-1~22.04.2ubuntu1 [497 kB]
10:54:39 #11 8.373 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpython3-stdlib arm64 3.10.6-1~22.04 [6910 B]
10:54:39 #11 8.374 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3 arm64 3.10.6-1~22.04 [22.8 kB]
10:54:39 #11 8.376 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 perl-modules-5.34 all 5.34.0-3ubuntu1.1 [2976 kB]
10:54:39 #11 8.606 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdbm6 arm64 1.23-1 [34.1 kB]
10:54:39 #11 8.608 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgdbm-compat4 arm64 1.23-1 [6294 B]
10:54:39 #11 8.609 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libperl5.34 arm64 5.34.0-3ubuntu1.1 [4723 kB]
10:54:39 #11 8.832 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 perl arm64 5.34.0-3ubuntu1.1 [232 kB]
10:54:39 #11 8.838 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 openssl arm64 3.0.2-0ubuntu1.9 [1164 kB]
10:54:39 #11 8.894 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 ca-certificates all 20211016ubuntu0.22.04.1 [144 kB]
10:54:39 #11 8.899 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 distro-info-data all 0.52ubuntu0.4 [4986 B]
10:54:40 #11 9.302 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 iso-codes all 4.9.0-1 [3459 kB]
10:54:40 #11 10.02 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 less arm64 590-1ubuntu0.22.04.1 [142 kB]
10:54:40 #11 10.02 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmd0 arm64 1.0.4-1build1 [23.8 kB]
10:54:40 #11 10.02 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbsd0 arm64 0.11.5-1 [43.7 kB]
10:54:40 #11 10.02 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libelf1 arm64 0.186-1build1 [50.7 kB]
10:54:40 #11 10.03 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libicu70 arm64 70.1-2 [10.5 MB]
10:54:41 #11 10.55 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libxml2 arm64 2.9.13+dfsg-1ubuntu0.3 [728 kB]
10:54:41 #11 10.57 Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libyaml-0-2 arm64 0.2.2-1build2 [51.0 kB]
10:54:41 #11 10.57 Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lsb-release all 11.1.0ubuntu4 [10.8 kB]
10:54:41 #11 10.57 Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 netbase all 6.3 [12.9 kB]
10:54:41 #11 10.57 Get:33 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python-apt-common all 2.4.0ubuntu1 [14.3 kB]
10:54:41 #11 10.97 Get:34 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-apt arm64 2.4.0ubuntu1 [161 kB]
10:54:42 #11 11.32 Get:35 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 python3-pkg-resources all 59.6.0-1.2ubuntu0.22.04.1 [132 kB]
10:54:42 #11 11.36 Get:36 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 ucf all 3.0043 [56.1 kB]
10:54:42 #11 11.39 Get:37 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bsdextrautils arm64 2.37.2-4ubuntu3 [70.1 kB]
10:54:42 #11 11.42 Get:38 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmagic-mgc arm64 1:5.41-3 [257 kB]
10:54:42 #11 11.48 Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmagic1 arm64 1:5.41-3 [85.0 kB]
10:54:42 #11 11.49 Get:40 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 file arm64 1:5.41-3 [21.6 kB]
10:54:42 #11 11.49 Get:41 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gettext-base arm64 0.21-4ubuntu4 [37.2 kB]
10:54:42 #11 11.50 Get:42 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libuchardet0 arm64 0.0.7-1build2 [77.3 kB]
10:54:42 #11 11.51 Get:43 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 groff-base arm64 1.22.4-8build1 [917 kB]
10:54:42 #11 11.59 Get:44 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcbor0.8 arm64 0.8.0-2ubuntu1 [24.3 kB]
10:54:42 #11 11.99 Get:45 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libedit2 arm64 3.1-20210910-1build1 [96.0 kB]
10:54:43 #11 12.29 Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfido2-1 arm64 1.10.0-1 [81.8 kB]
10:54:43 #11 12.34 Get:47 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnghttp2-14 arm64 1.43.0-1build3 [75.4 kB]
10:54:43 #11 12.40 Get:48 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpipeline1 arm64 1.5.5-1 [23.2 kB]
10:54:43 #11 12.41 Get:49 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpng16-16 arm64 1.6.37-3build5 [189 kB]
10:54:43 #11 12.47 Get:50 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpsl5 arm64 0.21.0-1.2build2 [58.3 kB]
10:54:43 #11 12.49 Get:51 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxau6 arm64 1:1.0.9-1build5 [7624 B]
10:54:43 #11 12.49 Get:52 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu5 [10.8 kB]
10:54:43 #11 12.49 Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxcb1 arm64 1.14-3ubuntu3 [49.0 kB]
10:54:43 #11 12.51 Get:54 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libx11-data all 2:1.7.5-1 [119 kB]
10:54:43 #11 12.53 Get:55 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libx11-6 arm64 2:1.7.5-1 [661 kB]
10:54:43 #11 13.00 Get:56 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxext6 arm64 2:1.3.4-1build1 [31.1 kB]
10:54:43 #11 13.18 Get:57 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxmuu1 arm64 2:1.1.3-3 [10.4 kB]
10:54:43 #11 13.19 Get:58 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 man-db arm64 2.10.2-1 [1181 kB]
10:54:44 #11 13.57 Get:59 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 manpages all 5.10-1ubuntu1 [1375 kB]
10:54:44 #11 13.65 Get:60 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 openssh-client arm64 1:8.9p1-3ubuntu0.1 [866 kB]
10:54:44 #11 13.69 Get:61 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 publicsuffix all 20211207.1025-1 [129 kB]
10:54:44 #11 13.70 Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 strace arm64 5.16-0ubuntu3 [465 kB]
10:54:44 #11 13.72 Get:63 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xauth arm64 1:1.1-1build2 [26.8 kB]
10:54:44 #11 13.72 Get:64 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 xz-utils arm64 5.2.5-2ubuntu1 [84.4 kB]
10:54:44 #11 13.73 Get:65 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsigsegv2 arm64 2.13-1ubuntu3 [14.5 kB]
10:54:44 #11 13.73 Get:66 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 m4 arm64 1.4.18-5ubuntu2 [196 kB]
10:54:45 #11 14.13 Get:67 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autoconf all 2.71-2 [338 kB]
10:54:45 #11 14.56 Get:68 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autotools-dev all 20220109.1 [44.9 kB]
10:54:45 #11 14.56 Get:69 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 automake all 1:1.16.5-1.3 [558 kB]
10:54:45 #11 14.67 Get:70 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 autopoint all 0.21-4ubuntu4 [422 kB]
10:54:45 #11 14.71 Get:71 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 binutils-common arm64 2.38-4ubuntu2.1 [221 kB]
10:54:45 #11 14.73 Get:72 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libbinutils arm64 2.38-4ubuntu2.1 [825 kB]
10:54:45 #11 14.78 Get:73 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libctf-nobfd0 arm64 2.38-4ubuntu2.1 [107 kB]
10:54:45 #11 14.79 Get:74 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libctf0 arm64 2.38-4ubuntu2.1 [103 kB]
10:54:45 #11 14.79 Get:75 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.38-4ubuntu2.1 [3229 kB]
10:54:45 #11 14.94 Get:76 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 binutils arm64 2.38-4ubuntu2.1 [3166 B]
10:54:45 #11 14.94 Get:77 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libc-dev-bin arm64 2.35-0ubuntu3.1 [19.6 kB]
10:54:46 #11 15.34 Get:78 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 linux-libc-dev arm64 5.15.0-71.78 [1299 kB]
10:54:46 #11 15.91 Get:79 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcrypt-dev arm64 1:4.4.27-1 [119 kB]
10:54:46 #11 15.91 Get:80 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 rpcsvc-proto arm64 1.4.2-0ubuntu6 [65.4 kB]
10:54:46 #11 15.92 Get:81 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libtirpc-dev arm64 1.3.2-2ubuntu0.1 [199 kB]
10:54:46 #11 15.92 Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnsl-dev arm64 1.3.0-2build2 [72.1 kB]
10:54:46 #11 15.93 Get:83 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libc6-dev arm64 2.35-0ubuntu3.1 [1544 kB]
10:54:46 #11 16.01 Get:84 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gcc-11-base arm64 11.3.0-1ubuntu1~22.04 [20.8 kB]
10:54:46 #11 16.01 Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libisl23 arm64 0.24-2build1 [689 kB]
10:54:46 #11 16.03 Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpfr6 arm64 4.1.0-3build3 [245 kB]
10:54:46 #11 16.05 Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmpc3 arm64 1.2.1-2build1 [48.1 kB]
10:54:46 #11 16.06 Get:88 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 cpp-11 arm64 11.3.0-1ubuntu1~22.04 [9709 kB]
10:54:47 #11 16.91 Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 cpp arm64 4:11.2.0-1ubuntu1 [27.7 kB]
10:54:48 #11 17.07 Get:90 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcc1-0 arm64 12.1.0-2ubuntu1~22.04 [45.0 kB]
10:54:48 #11 17.15 Get:91 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libgomp1 arm64 12.1.0-2ubuntu1~22.04 [124 kB]
10:54:48 #11 17.27 Get:92 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libitm1 arm64 12.1.0-2ubuntu1~22.04 [28.4 kB]
10:54:48 #11 17.28 Get:93 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libatomic1 arm64 12.1.0-2ubuntu1~22.04 [10.8 kB]
10:54:48 #11 17.29 Get:94 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libasan6 arm64 11.3.0-1ubuntu1~22.04 [2227 kB]
10:54:48 #11 17.55 Get:95 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 liblsan0 arm64 12.1.0-2ubuntu1~22.04 [1034 kB]
10:54:48 #11 17.60 Get:96 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libtsan0 arm64 11.3.0-1ubuntu1~22.04 [2235 kB]
10:54:48 #11 17.71 Get:97 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libubsan1 arm64 12.1.0-2ubuntu1~22.04 [965 kB]
10:54:48 #11 17.75 Get:98 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libhwasan0 arm64 12.1.0-2ubuntu1~22.04 [1119 kB]
10:54:48 #11 17.80 Get:99 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libgcc-11-dev arm64 11.3.0-1ubuntu1~22.04 [1151 kB]
10:54:49 #11 18.25 Get:100 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gcc-11 arm64 11.3.0-1ubuntu1~22.04 [19.4 MB]
10:54:50 #11 19.69 Get:101 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gcc arm64 4:11.2.0-1ubuntu1 [5128 B]
10:54:50 #11 19.69 Get:102 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libstdc++-11-dev arm64 11.3.0-1ubuntu1~22.04 [2075 kB]
10:54:50 #11 19.79 Get:103 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 g++-11 arm64 11.3.0-1ubuntu1~22.04 [11.1 MB]
10:54:51 #11 20.29 Get:104 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 g++ arm64 4:11.2.0-1ubuntu1 [1394 B]
10:54:51 #11 20.29 Get:105 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 make arm64 4.3-4.1build1 [177 kB]
10:54:51 #11 20.30 Get:106 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libdpkg-perl all 1.21.1ubuntu2.1 [237 kB]
10:54:51 #11 20.30 Get:107 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bzip2 arm64 1.0.8-5build1 [34.6 kB]
10:54:51 #11 20.30 Get:108 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 patch arm64 2.7.6-7build2 [105 kB]
10:54:51 #11 20.31 Get:109 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lto-disabled-list all 24 [12.5 kB]
10:54:51 #11 20.31 Get:110 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dpkg-dev all 1.21.1ubuntu2.1 [922 kB]
10:54:51 #11 20.75 Get:111 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 build-essential arm64 12.9ubuntu3 [4740 B]
10:54:51 #11 20.82 Get:112 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbrotli1 arm64 1.0.9-2build6 [314 kB]
10:54:51 #11 21.14 Get:113 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg2-3ubuntu1.2 [21.1 kB]
10:54:51 #11 21.15 Get:114 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-2 arm64 2.1.27+dfsg2-3ubuntu1.2 [55.6 kB]
10:54:51 #11 21.16 Get:115 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libldap-2.5-0 arm64 2.5.14+dfsg-0ubuntu0.22.04.2 [181 kB]
10:54:52 #11 21.20 Get:116 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build4 [59.2 kB]
10:54:52 #11 21.21 Get:117 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libssh-4 arm64 0.9.6-2build1 [184 kB]
10:54:52 #11 21.24 Get:118 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl4 arm64 7.81.0-1ubuntu1.10 [285 kB]
10:54:52 #11 21.28 Get:119 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 curl arm64 7.81.0-1ubuntu1.10 [190 kB]
10:54:52 #11 21.29 Get:120 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dctrl-tools arm64 2.24-3build2 [65.2 kB]
10:54:52 #11 21.30 Get:121 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdebhelper-perl all 13.6ubuntu1 [67.2 kB]
10:54:52 #11 21.70 Get:122 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtool all 2.4.6-15build2 [164 kB]
10:54:52 #11 22.05 Get:123 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-autoreconf all 20 [16.1 kB]
10:54:52 #11 22.05 Get:124 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive-zip-perl all 1.68-1 [90.2 kB]
10:54:52 #11 22.08 Get:125 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-override-perl all 0.09-2 [9532 B]
10:54:52 #11 22.09 Get:126 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
10:54:52 #11 22.09 Get:127 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-strip-nondeterminism all 1.13.0-1 [5344 B]
10:54:52 #11 22.09 Get:128 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdw1 arm64 0.186-1build1 [246 kB]
10:54:52 #11 22.18 Get:129 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 debugedit arm64 1:5.0-4build1 [46.5 kB]
10:54:52 #11 22.19 Get:130 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dwz arm64 0.14-1build2 [102 kB]
10:54:52 #11 22.21 Get:131 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 gettext arm64 0.21-4ubuntu4 [846 kB]
10:54:53 #11 22.30 Get:132 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
10:54:53 #11 22.70 Get:133 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 po-debconf all 1.0.21+nmu1 [233 kB]
10:54:54 #11 23.09 Get:134 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 debhelper all 13.6ubuntu1 [923 kB]
10:54:54 #11 23.27 Get:135 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfakeroot arm64 1.28-1ubuntu1 [31.5 kB]
10:54:54 #11 23.27 Get:136 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fakeroot arm64 1.28-1ubuntu1 [60.5 kB]
10:54:54 #11 23.28 Get:137 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libassuan0 arm64 2.5.5-1build1 [36.5 kB]
10:54:54 #11 23.28 Get:138 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpgconf arm64 2.2.27-3ubuntu2.1 [92.5 kB]
10:54:54 #11 23.29 Get:139 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libksba8 arm64 1.6.0-2ubuntu0.2 [117 kB]
10:54:54 #11 23.30 Get:140 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnpth0 arm64 1.6-3build2 [8156 B]
10:54:54 #11 23.30 Get:141 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 dirmngr arm64 2.2.27-3ubuntu2.1 [289 kB]
10:54:54 #11 23.32 Get:142 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
10:54:54 #11 23.32 Get:143 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg-utils arm64 2.2.27-3ubuntu2.1 [304 kB]
10:54:54 #11 23.74 Get:144 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg arm64 2.2.27-3ubuntu2.1 [506 kB]
10:54:55 #11 24.21 Get:145 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pinentry-curses arm64 1.1.1-1build2 [33.5 kB]
10:54:55 #11 24.21 Get:146 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-agent arm64 2.2.27-3ubuntu2.1 [204 kB]
10:54:55 #11 24.23 Get:147 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-wks-client arm64 2.2.27-3ubuntu2.1 [61.4 kB]
10:54:55 #11 24.24 Get:148 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpg-wks-server arm64 2.2.27-3ubuntu2.1 [56.8 kB]
10:54:55 #11 24.24 Get:149 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gpgsm arm64 2.2.27-3ubuntu2.1 [192 kB]
10:54:55 #11 24.28 Get:150 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 gnupg all 2.2.27-3ubuntu2.1 [315 kB]
10:54:55 #11 24.31 Get:151 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-dirlist-perl all 0.05-2 [7100 B]
10:54:55 #11 24.31 Get:152 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-which-perl all 1.23-1 [13.8 kB]
10:54:55 #11 24.32 Get:153 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-homedir-perl all 1.006-1 [38.3 kB]
10:54:55 #11 24.32 Get:154 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-touch-perl all 0.12-1 [9024 B]
10:54:55 #11 24.72 Get:155 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-pty-perl arm64 1:1.15-2build2 [34.6 kB]
10:54:55 #11 24.90 Get:156 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-run-perl all 20200505.0-1 [89.8 kB]
10:54:55 #11 25.03 Get:157 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
10:54:55 #11 25.04 Get:158 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-xsaccessor-perl arm64 1.19-3build9 [33.6 kB]
10:54:55 #11 25.06 Get:159 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libb-hooks-op-check-perl arm64 0.22-1build5 [10.1 kB]
10:54:55 #11 25.07 Get:160 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
10:54:55 #11 25.08 Get:161 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-callchecker-perl arm64 0.008-1ubuntu4 [14.7 kB]
10:54:55 #11 25.08 Get:162 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libparams-classify-perl arm64 0.015-1build5 [21.7 kB]
10:54:55 #11 25.10 Get:163 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
10:54:55 #11 25.10 Get:164 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB]
10:54:55 #11 25.11 Get:165 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
10:54:56 #11 25.52 Get:166 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-quote-perl all 2.006006-1 [19.5 kB]
10:54:56 #11 25.66 Get:167 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoo-perl all 2.005004-3 [48.0 kB]
10:54:56 #11 25.75 Get:168 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libencode-locale-perl all 1.05-1.1 [11.8 kB]
10:54:56 #11 25.77 Get:169 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtimedate-perl all 2.3300-2 [34.0 kB]
10:54:56 #11 25.81 Get:170 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-date-perl all 6.05-1 [9920 B]
10:54:56 #11 25.82 Get:171 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-listing-perl all 6.14-1 [11.2 kB]
10:54:56 #11 25.83 Get:172 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
10:54:56 #11 25.84 Get:173 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liburi-perl all 5.10-1 [78.8 kB]
10:54:56 #11 25.89 Get:174 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-parser-perl arm64 3.76-1build2 [87.1 kB]
10:54:56 #11 25.92 Get:175 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-tree-perl all 5.07-2 [200 kB]
10:54:56 #11 25.98 Get:176 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-html-perl all 1.004-2 [15.4 kB]
10:54:57 #11 26.38 Get:177 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
10:54:57 #11 26.52 Get:178 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-message-perl all 6.36-1 [76.8 kB]
10:54:57 #11 26.65 Get:179 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
10:54:57 #11 26.68 Get:180 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
10:54:57 #11 26.69 Get:181 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 perl-openssl-defaults arm64 5build2 [7544 B]
10:54:57 #11 26.69 Get:182 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-ssleay-perl arm64 1.92-1build2 [326 kB]
10:54:57 #11 26.83 Get:183 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-socket-ssl-perl all 2.074-2 [192 kB]
10:54:57 #11 26.87 Get:184 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-http-perl all 6.22-1 [23.2 kB]
10:54:57 #11 26.87 Get:185 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
10:54:57 #11 26.87 Get:186 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtry-tiny-perl all 0.31-1 [21.8 kB]
10:54:57 #11 26.87 Get:187 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
10:54:58 #11 27.27 Get:188 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwww-perl all 6.61-1 [141 kB]
10:54:58 #11 27.61 Get:189 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 patchutils arm64 0.4.2-1build2 [75.8 kB]
10:54:58 #11 27.64 Get:190 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 wdiff arm64 1.2.2-2build3 [29.0 kB]
10:54:58 #11 27.65 Get:191 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 devscripts arm64 2.22.1ubuntu1 [1057 kB]
10:54:58 #11 27.86 Get:192 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 diffstat arm64 1.64-1build2 [28.3 kB]
10:54:58 #11 27.87 Get:193 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-chardet all 4.0.0-1 [98.0 kB]
10:54:58 #11 27.87 Get:194 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 zstd arm64 1.4.8+dfsg-3build1 [587 kB]
10:54:58 #11 27.91 Get:195 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-debian all 0.1.43ubuntu1 [107 kB]
10:54:58 #11 27.92 Get:196 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgpgme11 arm64 1.16.0-1.2ubuntu4 [131 kB]
10:54:58 #11 27.92 Get:197 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-gpg arm64 1.16.0-1.2ubuntu4 [210 kB]
10:54:58 #11 27.93 Get:198 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dput all 1.1.0ubuntu2 [44.9 kB]
10:54:59 #11 28.33 Get:199 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
10:54:59 #11 28.88 Get:200 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
10:54:59 #11 28.88 Get:201 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libcurl3-gnutls arm64 7.81.0-1ubuntu1.10 [279 kB]
10:54:59 #11 28.89 Get:202 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liberror-perl all 0.17029-1 [26.5 kB]
10:54:59 #11 28.89 Get:203 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 git-man all 1:2.34.1-1ubuntu1.9 [954 kB]
10:54:59 #11 28.96 Get:204 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 git arm64 1:2.34.1-1ubuntu1.9 [3223 kB]
10:54:59 #11 29.11 Get:205 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
10:54:59 #11 29.11 Get:206 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6build3 [11.7 kB]
10:54:59 #11 29.11 Get:207 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
10:54:59 #11 29.11 Get:208 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libaliased-perl all 0.34-1.1 [13.3 kB]
10:54:59 #11 29.11 Get:209 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libapt-pkg-perl arm64 0.1.40build2 [70.3 kB]
10:55:00 #11 29.51 Get:210 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive-cpio-perl all 0.10-1.1 [9928 B]
10:55:00 #11 29.58 Get:211 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarray-intspan-perl all 2.004-1 [24.5 kB]
10:55:00 #11 29.62 Get:212 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
10:55:00 #11 29.67 Get:213 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
10:55:00 #11 29.68 Get:214 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libvariable-magic-perl arm64 0.62-1build5 [34.8 kB]
10:55:00 #11 29.74 Get:215 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libb-hooks-endofscope-perl all 0.25-1 [17.8 kB]
10:55:00 #11 29.75 Get:216 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libfreetype6 arm64 2.11.1+dfsg-1ubuntu0.1 [383 kB]
10:55:00 #11 29.92 Get:217 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfontconfig1 arm64 2.13.1-4.2ubuntu5 [135 kB]
10:55:00 #11 29.95 Get:218 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjpeg-turbo8 arm64 2.1.2-0ubuntu1 [129 kB]
10:55:00 #11 29.97 Get:219 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjpeg8 arm64 8c-2ubuntu10 [2264 B]
10:55:00 #11 29.97 Get:220 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdeflate0 arm64 1.10-2 [69.1 kB]
10:55:01 #11 30.38 Get:221 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libjbig0 arm64 2.1-3.1ubuntu0.22.04.1 [29.1 kB]
10:55:01 #11 30.56 Get:222 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwebp7 arm64 1.2.2-2 [192 kB]
10:55:01 #11 30.76 Get:223 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libtiff5 arm64 4.3.0-6ubuntu0.4 [180 kB]
10:55:01 #11 30.84 Get:224 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libxpm4 arm64 1:3.5.12-1ubuntu0.22.04.1 [35.3 kB]
10:55:01 #11 30.85 Get:225 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgd3 arm64 2.3.0-2ubuntu2 [126 kB]
10:55:01 #11 30.87 Get:226 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libc-devtools arm64 2.35-0ubuntu3.1 [27.6 kB]
10:55:01 #11 30.88 Get:227 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
10:55:01 #11 30.88 Get:228 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
10:55:01 #11 30.88 Get:229 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libclone-perl arm64 0.45-1build3 [10.8 kB]
10:55:01 #11 30.89 Get:230 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcommon-sense-perl arm64 3.75-2build1 [21.2 kB]
10:55:01 #11 30.89 Get:231 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libconfig-tiny-perl all 2.28-1 [13.1 kB]
10:55:02 #11 31.29 Get:232 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libparams-util-perl arm64 1.102-1build3 [22.2 kB]
10:55:02 #11 31.45 Get:233 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-install-perl all 0.928-1.1 [9972 B]
10:55:02 #11 31.46 Get:234 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-optlist-perl all 0.112-1 [11.0 kB]
10:55:02 #11 31.48 Get:235 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-exporter-perl all 0.988-1 [50.6 kB]
10:55:02 #11 31.58 Get:236 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libconst-fast-perl all 0.014-1.1 [7756 B]
10:55:02 #11 31.58 Get:237 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libwant-perl arm64 0.29-1build7 [24.7 kB]
10:55:02 #11 31.61 Get:238 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
10:55:02 #11 31.65 Get:239 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libcpanel-json-xs-perl arm64 4.27-1build1 [114 kB]
10:55:02 #11 31.71 Get:240 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
10:55:02 #11 31.72 Get:241 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexception-class-perl all 1.45-1 [28.6 kB]
10:55:02 #11 31.73 Get:242 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
10:55:02 #11 32.13 Get:243 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
10:55:02 #11 32.21 Get:244 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
10:55:03 #11 32.29 Get:245 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-moreutils-xs-perl arm64 0.430-2build2 [39.2 kB]
10:55:03 #11 32.36 Get:246 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
10:55:03 #11 32.39 Get:247 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-dpath-perl all 0.58-1 [38.8 kB]
10:55:03 #11 32.43 Get:248 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-dump-perl all 1.25-1 [25.9 kB]
10:55:03 #11 32.44 Get:249 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-messagepack-perl arm64 1.01-2build1 [33.9 kB]
10:55:03 #11 32.46 Get:250 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
10:55:03 #11 32.48 Get:251 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
10:55:03 #11 32.48 Get:252 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
10:55:03 #11 32.49 Get:253 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-netmask-perl all 2.0001-1 [27.7 kB]
10:55:03 #11 32.90 Get:254 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnetaddr-ip-perl arm64 4.079+dfsg-1build7 [82.3 kB]
10:55:03 #11 33.18 Get:255 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-ip-perl all 0.30-1 [17.3 kB]
10:55:03 #11 33.19 Get:256 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdata-validate-uri-perl all 0.07-2 [11.1 kB]
10:55:03 #11 33.20 Get:257 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdistro-info-perl all 1.1build1 [5644 B]
10:55:03 #11 33.20 Get:258 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libemail-address-xs-perl arm64 1.04-1build6 [27.9 kB]
10:55:03 #11 33.22 Get:259 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
10:55:03 #11 33.24 Get:260 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-basedir-perl all 0.09-1 [15.7 kB]
10:55:03 #11 33.26 Get:261 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
10:55:04 #11 33.26 Get:262 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-fcntllock-perl arm64 0.22-3build7 [33.7 kB]
10:55:04 #11 33.29 Get:263 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnumber-compare-perl all 0.03-2 [7058 B]
10:55:04 #11 33.29 Get:264 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-glob-perl all 0.11-2 [8042 B]
10:55:04 #11 33.70 Get:265 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
10:55:04 #11 33.87 Get:266 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfont-afm-perl all 1.20-3 [13.6 kB]
10:55:04 #11 33.89 Get:267 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-string-perl all 1.08-3.1 [10.7 kB]
10:55:04 #11 33.91 Get:268 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libfont-ttf-perl all 1.06-1.1 [316 kB]
10:55:04 #11 34.14 Get:269 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsort-versions-perl all 1.62-1 [9294 B]
10:55:04 #11 34.14 Get:270 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
10:55:04 #11 34.15 Get:271 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
10:55:04 #11 34.15 Get:272 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-prompter-perl all 0.004015-1 [58.1 kB]
10:55:04 #11 34.17 Get:273 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-perl all 4.04000-1 [81.8 kB]
10:55:04 #11 34.18 Get:274 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblog-any-perl all 1.710-1 [68.4 kB]
10:55:04 #11 34.20 Get:275 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
10:55:05 #11 34.60 Get:276 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackage-stash-perl all 0.39-1 [19.1 kB]
10:55:05 #11 34.74 Get:277 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-identify-perl arm64 0.14-1build5 [10.3 kB]
10:55:05 #11 34.76 Get:278 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsub-name-perl arm64 0.26-1build3 [11.0 kB]
10:55:05 #11 34.77 Get:279 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
10:55:05 #11 34.81 Get:280 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpath-tiny-perl all 0.122-1 [45.9 kB]
10:55:05 #11 34.88 Get:281 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstrictures-perl all 2.000006-1 [16.3 kB]
10:55:05 #11 34.90 Get:282 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtype-tiny-perl all 1.012004-1 [321 kB]
10:55:05 #11 35.04 Get:283 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
10:55:05 #11 35.06 Get:284 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhash-fieldhash-perl arm64 0.15-1build5 [16.9 kB]
10:55:05 #11 35.06 Get:285 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-form-perl all 6.07-1 [22.2 kB]
10:55:05 #11 35.07 Get:286 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-format-perl all 2.12-1.1 [41.3 kB]
10:55:06 #11 35.48 Get:287 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
10:55:06 #11 35.64 Get:288 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libhttp-daemon-perl all 6.13-1ubuntu0.1 [22.9 kB]
10:55:06 #11 35.67 Get:289 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-interactive-perl all 1.023-1 [10.4 kB]
10:55:06 #11 35.69 Get:290 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libio-prompt-tiny-perl all 0.003-1 [8924 B]
10:55:06 #11 35.72 Get:291 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
10:55:06 #11 35.74 Get:292 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-xs-perl arm64 4.030-1build3 [87.0 kB]
10:55:06 #11 35.83 Get:293 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
10:55:06 #11 35.84 Get:294 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libldap-common all 2.5.14+dfsg-0ubuntu0.22.04.2 [15.8 kB]
10:55:06 #11 35.85 Get:295 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-compare-perl all 0.55-1 [63.3 kB]
10:55:06 #11 35.89 Get:296 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-someutils-perl all 0.58-1 [29.7 kB]
10:55:06 #11 35.90 Get:297 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-someutils-xs-perl arm64 0.58-2build3 [32.5 kB]
10:55:07 #11 36.31 Get:298 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblist-utilsby-perl all 0.11-1 [14.7 kB]
10:55:07 #11 36.45 Get:299 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libltdl7 arm64 2.4.6-15build2 [39.5 kB]
10:55:07 #11 36.54 Get:300 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libltdl-dev arm64 2.4.6-15build2 [170 kB]
10:55:07 #11 36.70 Get:301 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 liblzo2-2 arm64 2.10-2build3 [51.4 kB]
10:55:07 #11 36.72 Get:302 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
10:55:07 #11 36.72 Get:303 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
10:55:07 #11 36.73 Get:304 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
10:55:07 #11 36.73 Get:305 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmailtools-perl all 2.21-1 [80.7 kB]
10:55:07 #11 36.76 Get:306 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmarkdown2 arm64 2.2.7-2 [37.0 kB]
10:55:07 #11 36.77 Get:307 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmath-base85-perl all 0.5+dfsg-1 [6764 B]
10:55:07 #11 36.77 Get:308 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoox-aliases-perl all 0.001006-1.1 [6632 B]
10:55:07 #11 37.17 Get:309 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
10:55:07 #11 37.24 Get:310 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
10:55:07 #11 37.27 Get:311 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmoox-struct-perl all 0.020-1 [23.7 kB]
10:55:08 #11 37.33 Get:312 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libmouse-perl arm64 2.5.10-1build4 [160 kB]
10:55:08 #11 37.49 Get:313 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpackage-stash-xs-perl arm64 0.29-1build5 [19.0 kB]
10:55:08 #11 37.50 Get:314 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
10:55:08 #11 37.52 Get:315 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libperlio-gzip-perl arm64 0.19-1build8 [14.6 kB]
10:55:08 #11 37.52 Get:316 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libperlio-utf8-strict-perl arm64 0.009-1build1 [11.7 kB]
10:55:08 #11 37.53 Get:317 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpod-parser-perl all 1.63-2 [82.2 kB]
10:55:08 #11 37.55 Get:318 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libpod-constants-perl all 0.19-2 [16.3 kB]
10:55:08 #11 37.56 Get:319 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libproc-processtable-perl arm64 0.634-1build1 [37.2 kB]
10:55:08 #11 37.97 Get:320 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libre2-9 arm64 20220201+dfsg-1 [153 kB]
10:55:09 #11 38.32 Get:321 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libre-engine-re2-perl arm64 0.14-1build2 [17.9 kB]
10:55:09 #11 38.32 Get:322 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libreadonly-perl all 2.050-3 [19.9 kB]
10:55:09 #11 38.33 Get:323 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libref-util-perl all 0.204-1 [15.0 kB]
10:55:09 #11 38.34 Get:324 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libref-util-xs-perl arm64 0.117-1build5 [12.4 kB]
10:55:09 #11 38.34 Get:325 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libregexp-pattern-license-perl all 3.9.3-1 [84.1 kB]
10:55:09 #11 38.37 Get:326 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
10:55:09 #11 38.39 Get:327 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsasl2-modules arm64 2.1.27+dfsg2-3ubuntu1.2 [68.4 kB]
10:55:09 #11 38.42 Get:328 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsereal-decoder-perl arm64 4.023+ds-1 [99.9 kB]
10:55:09 #11 38.45 Get:329 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsereal-encoder-perl arm64 4.023+ds-1 [103 kB]
10:55:09 #11 38.47 Get:330 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libset-intspan-perl all 1.19-2 [26.1 kB]
10:55:09 #11 38.87 Get:331 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsocket6-perl arm64 0.29-1build4 [19.8 kB]
10:55:09 #11 39.02 Get:332 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-copyright-perl all 0.003012-1 [21.3 kB]
10:55:09 #11 39.05 Get:333 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
10:55:09 #11 39.10 Get:334 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
10:55:09 #11 39.11 Get:335 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxs-parse-keyword-perl arm64 0.21-1build1 [50.4 kB]
10:55:10 #11 39.18 Get:336 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsyntax-keyword-try-perl arm64 0.26-1build1 [26.7 kB]
10:55:10 #11 39.20 Get:337 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libterm-readkey-perl arm64 2.38-1build4 [24.7 kB]
10:55:10 #11 39.21 Get:338 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-levenshteinxs-perl arm64 0.03-4build10 [8072 B]
10:55:10 #11 39.22 Get:339 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-markdown-discount-perl arm64 0.13-1build1 [12.7 kB]
10:55:10 #11 39.23 Get:340 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtext-xslate-perl arm64 3.5.9-1build1 [184 kB]
10:55:10 #11 39.30 Get:341 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtime-duration-perl all 1.21-1 [13.1 kB]
10:55:10 #11 39.70 Get:342 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtime-moment-perl arm64 0.44-1build6 [75.4 kB]
10:55:10 #11 39.97 Get:343 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libtype-tiny-xs-perl arm64 0.022-1build2 [25.3 kB]
10:55:10 #11 39.98 Get:344 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libunicode-utf8-perl arm64 0.62-1build4 [18.5 kB]
10:55:10 #11 40.00 Get:345 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
10:55:10 #11 40.01 Get:346 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
10:55:10 #11 40.02 Get:347 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
10:55:10 #11 40.07 Get:348 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-libxml-perl arm64 2.0207+dfsg+really+2.0134-1 [321 kB]
10:55:11 #11 40.18 Get:349 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-parser-perl arm64 2.46-3build1 [211 kB]
10:55:11 #11 40.22 Get:350 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
10:55:11 #11 40.22 Get:351 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libyaml-libyaml-perl arm64 0.83+ds-1build1 [28.7 kB]
10:55:11 #11 40.23 Get:352 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 licensecheck all 3.2.14-2 [40.9 kB]
10:55:11 #11 40.63 Get:353 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevel-size-perl arm64 0.83-1build4 [20.4 kB]
10:55:11 #11 40.80 Get:354 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libipc-run3-perl all 0.048-2 [31.4 kB]
10:55:11 #11 40.85 Get:355 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lzip arm64 1.23-1 [80.5 kB]
10:55:11 #11 40.96 Get:356 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 lzop arm64 1.04-2build2 [84.0 kB]
10:55:11 #11 41.02 Get:357 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 t1utils arm64 1.41-4build2 [61.5 kB]
10:55:11 #11 41.05 Get:358 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 unzip arm64 6.0-26ubuntu3.1 [171 kB]
10:55:11 #11 41.10 Get:359 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 lintian all 2.114.0ubuntu1.2 [1082 kB]
10:55:12 #11 41.24 Get:360 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 manpages-dev all 5.10-1ubuntu1 [2309 kB]
10:55:12 #11 41.36 Get:361 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-certifi all 2020.6.20-1 [150 kB]
10:55:12 #11 41.36 Get:362 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-idna all 3.3-1 [49.3 kB]
10:55:12 #11 41.37 Get:363 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-six all 1.16.0-3ubuntu1 [12.6 kB]
10:55:12 #11 41.76 Get:364 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
10:55:12 #11 42.06 Get:365 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-requests all 2.25.1+dfsg-2 [47.9 kB]
10:55:12 #11 42.09 Get:366 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-unidiff all 0.5.5-2 [9180 B]
10:55:12 #11 42.10 Get:367 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-xdg all 0.27-2 [36.9 kB]
10:55:12 #11 42.12 Get:368 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 equivs all 2.3.1 [19.0 kB]
10:55:12 #11 42.14 Get:369 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
10:55:12 #11 42.17 Get:370 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 python3-magic all 2:0.4.24-2 [12.6 kB]
10:55:13 #11 42.35 debconf: delaying package configuration, since apt-utils is not installed
10:55:13 #11 42.39 Fetched 129 MB in 36s (3582 kB/s)
10:55:13 #11 42.40 Selecting previously unselected package liblocale-gettext-perl.
10:55:13 #11 42.40 (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.)
10:55:13 #11 42.41 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_arm64.deb ...
10:55:13 #11 42.41 Unpacking liblocale-gettext-perl (1.07-4build3) ...
10:55:13 #11 42.45 Selecting previously unselected package libpython3.10-minimal:arm64.
10:55:13 #11 42.45 Preparing to unpack .../libpython3.10-minimal_3.10.6-1~22.04.2ubuntu1_arm64.deb ...
10:55:13 #11 42.45 Unpacking libpython3.10-minimal:arm64 (3.10.6-1~22.04.2ubuntu1) ...
10:55:13 #11 42.53 Selecting previously unselected package libexpat1:arm64.
10:55:13 #11 42.53 Preparing to unpack .../libexpat1_2.4.7-1ubuntu0.2_arm64.deb ...
10:55:13 #11 42.54 Unpacking libexpat1:arm64 (2.4.7-1ubuntu0.2) ...
10:55:13 #11 42.57 Selecting previously unselected package python3.10-minimal.
10:55:13 #11 42.57 Preparing to unpack .../python3.10-minimal_3.10.6-1~22.04.2ubuntu1_arm64.deb ...
10:55:13 #11 42.58 Unpacking python3.10-minimal (3.10.6-1~22.04.2ubuntu1) ...
10:55:13 #11 42.64 Setting up libpython3.10-minimal:arm64 (3.10.6-1~22.04.2ubuntu1) ...
10:55:13 #11 42.65 Setting up libexpat1:arm64 (2.4.7-1ubuntu0.2) ...
10:55:13 #11 42.66 Setting up python3.10-minimal (3.10.6-1~22.04.2ubuntu1) ...
10:55:14 #11 43.36 Selecting previously unselected package python3-minimal.
10:55:14 #11 43.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 ... 4703 files and directories currently installed.)
10:55:14 #11 43.37 Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04_arm64.deb ...
10:55:14 #11 43.37 Unpacking python3-minimal (3.10.6-1~22.04) ...
10:55:14 #11 43.40 Selecting previously unselected package media-types.
10:55:14 #11 43.40 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
10:55:14 #11 43.41 Unpacking media-types (7.0.0) ...
10:55:14 #11 43.44 Selecting previously unselected package libmpdec3:arm64.
10:55:14 #11 43.44 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_arm64.deb ...
10:55:14 #11 43.45 Unpacking libmpdec3:arm64 (2.5.1-2build2) ...
10:55:14 #11 43.48 Selecting previously unselected package readline-common.
10:55:14 #11 43.48 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
10:55:14 #11 43.48 Unpacking readline-common (8.1.2-1) ...
10:55:14 #11 43.51 Selecting previously unselected package libreadline8:arm64.
10:55:14 #11 43.52 Preparing to unpack .../4-libreadline8_8.1.2-1_arm64.deb ...
10:55:14 #11 43.52 Unpacking libreadline8:arm64 (8.1.2-1) ...
10:55:14 #11 43.55 Selecting previously unselected package libsqlite3-0:arm64.
10:55:14 #11 43.56 Preparing to unpack .../5-libsqlite3-0_3.37.2-2ubuntu0.1_arm64.deb ...
10:55:14 #11 43.56 Unpacking libsqlite3-0:arm64 (3.37.2-2ubuntu0.1) ...
10:55:14 #11 43.60 Selecting previously unselected package libpython3.10-stdlib:arm64.
10:55:14 #11 43.60 Preparing to unpack .../6-libpython3.10-stdlib_3.10.6-1~22.04.2ubuntu1_arm64.deb ...
10:55:14 #11 43.60 Unpacking libpython3.10-stdlib:arm64 (3.10.6-1~22.04.2ubuntu1) ...
10:55:14 #11 43.69 Selecting previously unselected package python3.10.
10:55:14 #11 43.70 Preparing to unpack .../7-python3.10_3.10.6-1~22.04.2ubuntu1_arm64.deb ...
10:55:14 #11 43.70 Unpacking python3.10 (3.10.6-1~22.04.2ubuntu1) ...
10:55:14 #11 43.73 Selecting previously unselected package libpython3-stdlib:arm64.
10:55:14 #11 43.73 Preparing to unpack .../8-libpython3-stdlib_3.10.6-1~22.04_arm64.deb ...
10:55:14 #11 43.73 Unpacking libpython3-stdlib:arm64 (3.10.6-1~22.04) ...
10:55:14 #11 43.76 Setting up python3-minimal (3.10.6-1~22.04) ...
10:55:14 #11 43.95 Selecting previously unselected package python3.
10:55:14 #11 43.95 (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.)
10:55:14 #11 43.96 Preparing to unpack .../000-python3_3.10.6-1~22.04_arm64.deb ...
10:55:14 #11 43.96 Unpacking python3 (3.10.6-1~22.04) ...
10:55:14 #11 43.99 Selecting previously unselected package perl-modules-5.34.
10:55:14 #11 43.99 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1.1_all.deb ...
10:55:14 #11 44.00 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
10:55:14 #11 44.23 Selecting previously unselected package libgdbm6:arm64.
10:55:15 #11 44.23 Preparing to unpack .../002-libgdbm6_1.23-1_arm64.deb ...
10:55:15 #11 44.24 Unpacking libgdbm6:arm64 (1.23-1) ...
10:55:15 #11 44.27 Selecting previously unselected package libgdbm-compat4:arm64.
10:55:15 #11 44.27 Preparing to unpack .../003-libgdbm-compat4_1.23-1_arm64.deb ...
10:55:15 #11 44.27 Unpacking libgdbm-compat4:arm64 (1.23-1) ...
10:55:15 #11 44.31 Selecting previously unselected package libperl5.34:arm64.
10:55:15 #11 44.31 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1.1_arm64.deb ...
10:55:15 #11 44.31 Unpacking libperl5.34:arm64 (5.34.0-3ubuntu1.1) ...
10:55:15 #11 44.50 Selecting previously unselected package perl.
10:55:15 #11 44.50 Preparing to unpack .../005-perl_5.34.0-3ubuntu1.1_arm64.deb ...
10:55:15 #11 44.51 Unpacking perl (5.34.0-3ubuntu1.1) ...
10:55:15 #11 44.55 Selecting previously unselected package openssl.
10:55:15 #11 44.55 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1.9_arm64.deb ...
10:55:15 #11 44.56 Unpacking openssl (3.0.2-0ubuntu1.9) ...
10:55:15 #11 44.61 Selecting previously unselected package ca-certificates.
10:55:15 #11 44.61 Preparing to unpack .../007-ca-certificates_20211016ubuntu0.22.04.1_all.deb ...
10:55:15 #11 44.61 Unpacking ca-certificates (20211016ubuntu0.22.04.1) ...
10:55:15 #11 44.66 Selecting previously unselected package distro-info-data.
10:55:15 #11 44.67 Preparing to unpack .../008-distro-info-data_0.52ubuntu0.4_all.deb ...
10:55:15 #11 44.67 Unpacking distro-info-data (0.52ubuntu0.4) ...
10:55:15 #11 44.70 Selecting previously unselected package iso-codes.
10:55:15 #11 44.70 Preparing to unpack .../009-iso-codes_4.9.0-1_all.deb ...
10:55:15 #11 44.70 Unpacking iso-codes (4.9.0-1) ...
10:55:15 #11 44.84 Selecting previously unselected package less.
10:55:15 #11 44.85 Preparing to unpack .../010-less_590-1ubuntu0.22.04.1_arm64.deb ...
10:55:15 #11 44.85 Unpacking less (590-1ubuntu0.22.04.1) ...
10:55:15 #11 44.89 Selecting previously unselected package libmd0:arm64.
10:55:15 #11 44.89 Preparing to unpack .../011-libmd0_1.0.4-1build1_arm64.deb ...
10:55:15 #11 44.89 Unpacking libmd0:arm64 (1.0.4-1build1) ...
10:55:15 #11 44.93 Selecting previously unselected package libbsd0:arm64.
10:55:15 #11 44.93 Preparing to unpack .../012-libbsd0_0.11.5-1_arm64.deb ...
10:55:15 #11 44.93 Unpacking libbsd0:arm64 (0.11.5-1) ...
10:55:15 #11 44.96 Selecting previously unselected package libelf1:arm64.
10:55:15 #11 44.96 Preparing to unpack .../013-libelf1_0.186-1build1_arm64.deb ...
10:55:15 #11 44.97 Unpacking libelf1:arm64 (0.186-1build1) ...
10:55:15 #11 45.00 Selecting previously unselected package libicu70:arm64.
10:55:15 #11 45.00 Preparing to unpack .../014-libicu70_70.1-2_arm64.deb ...
10:55:15 #11 45.01 Unpacking libicu70:arm64 (70.1-2) ...
10:55:15 #11 45.20 Selecting previously unselected package libxml2:arm64.
10:55:15 #11 45.20 Preparing to unpack .../015-libxml2_2.9.13+dfsg-1ubuntu0.3_arm64.deb ...
10:55:15 #11 45.20 Unpacking libxml2:arm64 (2.9.13+dfsg-1ubuntu0.3) ...
10:55:15 #11 45.25 Selecting previously unselected package libyaml-0-2:arm64.
10:55:15 #11 45.25 Preparing to unpack .../016-libyaml-0-2_0.2.2-1build2_arm64.deb ...
10:55:15 #11 45.25 Unpacking libyaml-0-2:arm64 (0.2.2-1build2) ...
10:55:15 #11 45.28 Selecting previously unselected package lsb-release.
10:55:16 #11 45.28 Preparing to unpack .../017-lsb-release_11.1.0ubuntu4_all.deb ...
10:55:16 #11 45.29 Unpacking lsb-release (11.1.0ubuntu4) ...
10:55:16 #11 45.32 Selecting previously unselected package netbase.
10:55:16 #11 45.32 Preparing to unpack .../018-netbase_6.3_all.deb ...
10:55:16 #11 45.33 Unpacking netbase (6.3) ...
10:55:16 #11 45.35 Selecting previously unselected package python-apt-common.
10:55:16 #11 45.36 Preparing to unpack .../019-python-apt-common_2.4.0ubuntu1_all.deb ...
10:55:16 #11 45.36 Unpacking python-apt-common (2.4.0ubuntu1) ...
10:55:16 #11 45.39 Selecting previously unselected package python3-apt.
10:55:16 #11 45.39 Preparing to unpack .../020-python3-apt_2.4.0ubuntu1_arm64.deb ...
10:55:16 #11 45.40 Unpacking python3-apt (2.4.0ubuntu1) ...
10:55:16 #11 45.43 Selecting previously unselected package python3-pkg-resources.
10:55:16 #11 45.43 Preparing to unpack .../021-python3-pkg-resources_59.6.0-1.2ubuntu0.22.04.1_all.deb ...
10:55:16 #11 45.44 Unpacking python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
10:55:16 #11 45.48 Selecting previously unselected package ucf.
10:55:16 #11 45.48 Preparing to unpack .../022-ucf_3.0043_all.deb ...
10:55:16 #11 45.49 Moving old data out of the way
10:55:16 #11 45.49 Unpacking ucf (3.0043) ...
10:55:16 #11 45.52 Selecting previously unselected package bsdextrautils.
10:55:16 #11 45.52 Preparing to unpack .../023-bsdextrautils_2.37.2-4ubuntu3_arm64.deb ...
10:55:16 #11 45.53 Unpacking bsdextrautils (2.37.2-4ubuntu3) ...
10:55:16 #11 45.56 Selecting previously unselected package libmagic-mgc.
10:55:16 #11 45.56 Preparing to unpack .../024-libmagic-mgc_1%3a5.41-3_arm64.deb ...
10:55:16 #11 45.56 Unpacking libmagic-mgc (1:5.41-3) ...
10:55:16 #11 45.62 Selecting previously unselected package libmagic1:arm64.
10:55:16 #11 45.62 Preparing to unpack .../025-libmagic1_1%3a5.41-3_arm64.deb ...
10:55:16 #11 45.62 Unpacking libmagic1:arm64 (1:5.41-3) ...
10:55:16 #11 45.65 Selecting previously unselected package file.
10:55:16 #11 45.65 Preparing to unpack .../026-file_1%3a5.41-3_arm64.deb ...
10:55:16 #11 45.66 Unpacking file (1:5.41-3) ...
10:55:16 #11 45.69 Selecting previously unselected package gettext-base.
10:55:16 #11 45.69 Preparing to unpack .../027-gettext-base_0.21-4ubuntu4_arm64.deb ...
10:55:16 #11 45.69 Unpacking gettext-base (0.21-4ubuntu4) ...
10:55:16 #11 45.73 Selecting previously unselected package libuchardet0:arm64.
10:55:16 #11 45.73 Preparing to unpack .../028-libuchardet0_0.0.7-1build2_arm64.deb ...
10:55:16 #11 45.73 Unpacking libuchardet0:arm64 (0.0.7-1build2) ...
10:55:16 #11 45.76 Selecting previously unselected package groff-base.
10:55:16 #11 45.76 Preparing to unpack .../029-groff-base_1.22.4-8build1_arm64.deb ...
10:55:16 #11 45.77 Unpacking groff-base (1.22.4-8build1) ...
10:55:16 #11 45.83 Selecting previously unselected package libcbor0.8:arm64.
10:55:16 #11 45.83 Preparing to unpack .../030-libcbor0.8_0.8.0-2ubuntu1_arm64.deb ...
10:55:16 #11 45.83 Unpacking libcbor0.8:arm64 (0.8.0-2ubuntu1) ...
10:55:16 #11 45.87 Selecting previously unselected package libedit2:arm64.
10:55:16 #11 45.87 Preparing to unpack .../031-libedit2_3.1-20210910-1build1_arm64.deb ...
10:55:16 #11 45.87 Unpacking libedit2:arm64 (3.1-20210910-1build1) ...
10:55:16 #11 45.91 Selecting previously unselected package libfido2-1:arm64.
10:55:16 #11 45.91 Preparing to unpack .../032-libfido2-1_1.10.0-1_arm64.deb ...
10:55:16 #11 45.91 Unpacking libfido2-1:arm64 (1.10.0-1) ...
10:55:16 #11 45.95 Selecting previously unselected package libnghttp2-14:arm64.
10:55:16 #11 45.95 Preparing to unpack .../033-libnghttp2-14_1.43.0-1build3_arm64.deb ...
10:55:16 #11 45.95 Unpacking libnghttp2-14:arm64 (1.43.0-1build3) ...
10:55:16 #11 45.99 Selecting previously unselected package libpipeline1:arm64.
10:55:16 #11 45.99 Preparing to unpack .../034-libpipeline1_1.5.5-1_arm64.deb ...
10:55:16 #11 45.99 Unpacking libpipeline1:arm64 (1.5.5-1) ...
10:55:16 #11 46.02 Selecting previously unselected package libpng16-16:arm64.
10:55:16 #11 46.02 Preparing to unpack .../035-libpng16-16_1.6.37-3build5_arm64.deb ...
10:55:16 #11 46.03 Unpacking libpng16-16:arm64 (1.6.37-3build5) ...
10:55:16 #11 46.06 Selecting previously unselected package libpsl5:arm64.
10:55:16 #11 46.06 Preparing to unpack .../036-libpsl5_0.21.0-1.2build2_arm64.deb ...
10:55:16 #11 46.06 Unpacking libpsl5:arm64 (0.21.0-1.2build2) ...
10:55:16 #11 46.10 Selecting previously unselected package libxau6:arm64.
10:55:16 #11 46.10 Preparing to unpack .../037-libxau6_1%3a1.0.9-1build5_arm64.deb ...
10:55:16 #11 46.10 Unpacking libxau6:arm64 (1:1.0.9-1build5) ...
10:55:16 #11 46.13 Selecting previously unselected package libxdmcp6:arm64.
10:55:16 #11 46.13 Preparing to unpack .../038-libxdmcp6_1%3a1.1.3-0ubuntu5_arm64.deb ...
10:55:16 #11 46.14 Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ...
10:55:16 #11 46.17 Selecting previously unselected package libxcb1:arm64.
10:55:16 #11 46.17 Preparing to unpack .../039-libxcb1_1.14-3ubuntu3_arm64.deb ...
10:55:16 #11 46.18 Unpacking libxcb1:arm64 (1.14-3ubuntu3) ...
10:55:16 #11 46.20 Selecting previously unselected package libx11-data.
10:55:16 #11 46.21 Preparing to unpack .../040-libx11-data_2%3a1.7.5-1_all.deb ...
10:55:16 #11 46.21 Unpacking libx11-data (2:1.7.5-1) ...
10:55:16 #11 46.27 Selecting previously unselected package libx11-6:arm64.
10:55:17 #11 46.28 Preparing to unpack .../041-libx11-6_2%3a1.7.5-1_arm64.deb ...
10:55:17 #11 46.28 Unpacking libx11-6:arm64 (2:1.7.5-1) ...
10:55:17 #11 46.32 Selecting previously unselected package libxext6:arm64.
10:55:17 #11 46.32 Preparing to unpack .../042-libxext6_2%3a1.3.4-1build1_arm64.deb ...
10:55:17 #11 46.32 Unpacking libxext6:arm64 (2:1.3.4-1build1) ...
10:55:17 #11 46.36 Selecting previously unselected package libxmuu1:arm64.
10:55:17 #11 46.36 Preparing to unpack .../043-libxmuu1_2%3a1.1.3-3_arm64.deb ...
10:55:17 #11 46.36 Unpacking libxmuu1:arm64 (2:1.1.3-3) ...
10:55:17 #11 46.40 Selecting previously unselected package man-db.
10:55:17 #11 46.40 Preparing to unpack .../044-man-db_2.10.2-1_arm64.deb ...
10:55:17 #11 46.41 Unpacking man-db (2.10.2-1) ...
10:55:17 #11 46.46 Selecting previously unselected package manpages.
10:55:17 #11 46.46 Preparing to unpack .../045-manpages_5.10-1ubuntu1_all.deb ...
10:55:17 #11 46.46 Unpacking manpages (5.10-1ubuntu1) ...
10:55:17 #11 46.57 Selecting previously unselected package openssh-client.
10:55:17 #11 46.58 Preparing to unpack .../046-openssh-client_1%3a8.9p1-3ubuntu0.1_arm64.deb ...
10:55:17 #11 46.58 Unpacking openssh-client (1:8.9p1-3ubuntu0.1) ...
10:55:17 #11 46.63 Selecting previously unselected package publicsuffix.
10:55:17 #11 46.63 Preparing to unpack .../047-publicsuffix_20211207.1025-1_all.deb ...
10:55:17 #11 46.63 Unpacking publicsuffix (20211207.1025-1) ...
10:55:17 #11 46.66 Selecting previously unselected package strace.
10:55:17 #11 46.66 Preparing to unpack .../048-strace_5.16-0ubuntu3_arm64.deb ...
10:55:17 #11 46.67 Unpacking strace (5.16-0ubuntu3) ...
10:55:17 #11 46.71 Selecting previously unselected package xauth.
10:55:17 #11 46.71 Preparing to unpack .../049-xauth_1%3a1.1-1build2_arm64.deb ...
10:55:17 #11 46.71 Unpacking xauth (1:1.1-1build2) ...
10:55:17 #11 46.74 Selecting previously unselected package xz-utils.
10:55:17 #11 46.74 Preparing to unpack .../050-xz-utils_5.2.5-2ubuntu1_arm64.deb ...
10:55:17 #11 46.75 Unpacking xz-utils (5.2.5-2ubuntu1) ...
10:55:17 #11 46.79 Selecting previously unselected package libsigsegv2:arm64.
10:55:17 #11 46.79 Preparing to unpack .../051-libsigsegv2_2.13-1ubuntu3_arm64.deb ...
10:55:17 #11 46.79 Unpacking libsigsegv2:arm64 (2.13-1ubuntu3) ...
10:55:17 #11 46.82 Selecting previously unselected package m4.
10:55:17 #11 46.82 Preparing to unpack .../052-m4_1.4.18-5ubuntu2_arm64.deb ...
10:55:17 #11 46.83 Unpacking m4 (1.4.18-5ubuntu2) ...
10:55:17 #11 46.86 Selecting previously unselected package autoconf.
10:55:17 #11 46.86 Preparing to unpack .../053-autoconf_2.71-2_all.deb ...
10:55:17 #11 46.87 Unpacking autoconf (2.71-2) ...
10:55:17 #11 46.91 Selecting previously unselected package autotools-dev.
10:55:17 #11 46.91 Preparing to unpack .../054-autotools-dev_20220109.1_all.deb ...
10:55:17 #11 46.91 Unpacking autotools-dev (20220109.1) ...
10:55:17 #11 46.95 Selecting previously unselected package automake.
10:55:17 #11 46.95 Preparing to unpack .../055-automake_1%3a1.16.5-1.3_all.deb ...
10:55:17 #11 46.95 Unpacking automake (1:1.16.5-1.3) ...
10:55:17 #11 47.00 Selecting previously unselected package autopoint.
10:55:17 #11 47.00 Preparing to unpack .../056-autopoint_0.21-4ubuntu4_all.deb ...
10:55:17 #11 47.00 Unpacking autopoint (0.21-4ubuntu4) ...
10:55:17 #11 47.03 Selecting previously unselected package binutils-common:arm64.
10:55:17 #11 47.03 Preparing to unpack .../057-binutils-common_2.38-4ubuntu2.1_arm64.deb ...
10:55:17 #11 47.04 Unpacking binutils-common:arm64 (2.38-4ubuntu2.1) ...
10:55:17 #11 47.07 Selecting previously unselected package libbinutils:arm64.
10:55:17 #11 47.07 Preparing to unpack .../058-libbinutils_2.38-4ubuntu2.1_arm64.deb ...
10:55:17 #11 47.07 Unpacking libbinutils:arm64 (2.38-4ubuntu2.1) ...
10:55:17 #11 47.12 Selecting previously unselected package libctf-nobfd0:arm64.
10:55:17 #11 47.12 Preparing to unpack .../059-libctf-nobfd0_2.38-4ubuntu2.1_arm64.deb ...
10:55:17 #11 47.12 Unpacking libctf-nobfd0:arm64 (2.38-4ubuntu2.1) ...
10:55:17 #11 47.15 Selecting previously unselected package libctf0:arm64.
10:55:17 #11 47.16 Preparing to unpack .../060-libctf0_2.38-4ubuntu2.1_arm64.deb ...
10:55:17 #11 47.16 Unpacking libctf0:arm64 (2.38-4ubuntu2.1) ...
10:55:17 #11 47.19 Selecting previously unselected package binutils-aarch64-linux-gnu.
10:55:17 #11 47.19 Preparing to unpack .../061-binutils-aarch64-linux-gnu_2.38-4ubuntu2.1_arm64.deb ...
10:55:17 #11 47.19 Unpacking binutils-aarch64-linux-gnu (2.38-4ubuntu2.1) ...
10:55:18 #11 47.31 Selecting previously unselected package binutils.
10:55:18 #11 47.31 Preparing to unpack .../062-binutils_2.38-4ubuntu2.1_arm64.deb ...
10:55:18 #11 47.31 Unpacking binutils (2.38-4ubuntu2.1) ...
10:55:18 #11 47.34 Selecting previously unselected package libc-dev-bin.
10:55:18 #11 47.35 Preparing to unpack .../063-libc-dev-bin_2.35-0ubuntu3.1_arm64.deb ...
10:55:18 #11 47.35 Unpacking libc-dev-bin (2.35-0ubuntu3.1) ...
10:55:18 #11 47.38 Selecting previously unselected package linux-libc-dev:arm64.
10:55:18 #11 47.38 Preparing to unpack .../064-linux-libc-dev_5.15.0-71.78_arm64.deb ...
10:55:18 #11 47.38 Unpacking linux-libc-dev:arm64 (5.15.0-71.78) ...
10:55:18 #11 47.53 Selecting previously unselected package libcrypt-dev:arm64.
10:55:18 #11 47.53 Preparing to unpack .../065-libcrypt-dev_1%3a4.4.27-1_arm64.deb ...
10:55:18 #11 47.54 Unpacking libcrypt-dev:arm64 (1:4.4.27-1) ...
10:55:18 #11 47.57 Selecting previously unselected package rpcsvc-proto.
10:55:18 #11 47.57 Preparing to unpack .../066-rpcsvc-proto_1.4.2-0ubuntu6_arm64.deb ...
10:55:18 #11 47.57 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
10:55:18 #11 47.60 Selecting previously unselected package libtirpc-dev:arm64.
10:55:18 #11 47.61 Preparing to unpack .../067-libtirpc-dev_1.3.2-2ubuntu0.1_arm64.deb ...
10:55:18 #11 47.61 Unpacking libtirpc-dev:arm64 (1.3.2-2ubuntu0.1) ...
10:55:18 #11 47.65 Selecting previously unselected package libnsl-dev:arm64.
10:55:18 #11 47.65 Preparing to unpack .../068-libnsl-dev_1.3.0-2build2_arm64.deb ...
10:55:18 #11 47.65 Unpacking libnsl-dev:arm64 (1.3.0-2build2) ...
10:55:18 #11 47.68 Selecting previously unselected package libc6-dev:arm64.
10:55:18 #11 47.69 Preparing to unpack .../069-libc6-dev_2.35-0ubuntu3.1_arm64.deb ...
10:55:18 #11 47.69 Unpacking libc6-dev:arm64 (2.35-0ubuntu3.1) ...
10:55:18 #11 47.80 Selecting previously unselected package gcc-11-base:arm64.
10:55:18 #11 47.81 Preparing to unpack .../070-gcc-11-base_11.3.0-1ubuntu1~22.04_arm64.deb ...
10:55:18 #11 47.81 Unpacking gcc-11-base:arm64 (11.3.0-1ubuntu1~22.04) ...
10:55:18 #11 47.85 Selecting previously unselected package libisl23:arm64.
10:55:18 #11 47.85 Preparing to unpack .../071-libisl23_0.24-2build1_arm64.deb ...
10:55:18 #11 47.85 Unpacking libisl23:arm64 (0.24-2build1) ...
10:55:18 #11 47.89 Selecting previously unselected package libmpfr6:arm64.
10:55:18 #11 47.90 Preparing to unpack .../072-libmpfr6_4.1.0-3build3_arm64.deb ...
10:55:18 #11 47.90 Unpacking libmpfr6:arm64 (4.1.0-3build3) ...
10:55:18 #11 47.94 Selecting previously unselected package libmpc3:arm64.
10:55:18 #11 47.94 Preparing to unpack .../073-libmpc3_1.2.1-2build1_arm64.deb ...
10:55:18 #11 47.94 Unpacking libmpc3:arm64 (1.2.1-2build1) ...
10:55:18 #11 47.98 Selecting previously unselected package cpp-11.
10:55:18 #11 47.98 Preparing to unpack .../074-cpp-11_11.3.0-1ubuntu1~22.04_arm64.deb ...
10:55:18 #11 47.99 Unpacking cpp-11 (11.3.0-1ubuntu1~22.04) ...
10:55:18 #11 48.17 Selecting previously unselected package cpp.
10:55:18 #11 48.17 Preparing to unpack .../075-cpp_4%3a11.2.0-1ubuntu1_arm64.deb ...
10:55:18 #11 48.17 Unpacking cpp (4:11.2.0-1ubuntu1) ...
10:55:18 #11 48.21 Selecting previously unselected package libcc1-0:arm64.
10:55:18 #11 48.21 Preparing to unpack .../076-libcc1-0_12.1.0-2ubuntu1~22.04_arm64.deb ...
10:55:18 #11 48.21 Unpacking libcc1-0:arm64 (12.1.0-2ubuntu1~22.04) ...
10:55:18 #11 48.25 Selecting previously unselected package libgomp1:arm64.
10:55:18 #11 48.25 Preparing to unpack .../077-libgomp1_12.1.0-2ubuntu1~22.04_arm64.deb ...
10:55:18 #11 48.25 Unpacking libgomp1:arm64 (12.1.0-2ubuntu1~22.04) ...
10:55:18 #11 48.29 Selecting previously unselected package libitm1:arm64.
10:55:18 #11 48.29 Preparing to unpack .../078-libitm1_12.1.0-2ubuntu1~22.04_arm64.deb ...
10:55:18 #11 48.29 Unpacking libitm1:arm64 (12.1.0-2ubuntu1~22.04) ...
10:55:18 #11 48.33 Selecting previously unselected package libatomic1:arm64.
10:55:19 #11 48.33 Preparing to unpack .../079-libatomic1_12.1.0-2ubuntu1~22.04_arm64.deb ...
10:55:19 #11 48.33 Unpacking libatomic1:arm64 (12.1.0-2ubuntu1~22.04) ...
10:55:19 #11 48.37 Selecting previously unselected package libasan6:arm64.
10:55:19 #11 48.37 Preparing to unpack .../080-libasan6_11.3.0-1ubuntu1~22.04_arm64.deb ...
10:55:19 #11 48.37 Unpacking libasan6:arm64 (11.3.0-1ubuntu1~22.04) ...
10:55:19 #11 48.44 Selecting previously unselected package liblsan0:arm64.
10:55:19 #11 48.44 Preparing to unpack .../081-liblsan0_12.1.0-2ubuntu1~22.04_arm64.deb ...
10:55:19 #11 48.45 Unpacking liblsan0:arm64 (12.1.0-2ubuntu1~22.04) ...
10:55:19 #11 48.50 Selecting previously unselected package libtsan0:arm64.
10:55:19 #11 48.50 Preparing to unpack .../082-libtsan0_11.3.0-1ubuntu1~22.04_arm64.deb ...
10:55:19 #11 48.50 Unpacking libtsan0:arm64 (11.3.0-1ubuntu1~22.04) ...
10:55:19 #11 48.58 Selecting previously unselected package libubsan1:arm64.
10:55:19 #11 48.58 Preparing to unpack .../083-libubsan1_12.1.0-2ubuntu1~22.04_arm64.deb ...
10:55:19 #11 48.58 Unpacking libubsan1:arm64 (12.1.0-2ubuntu1~22.04) ...
10:55:19 #11 48.65 Selecting previously unselected package libhwasan0:arm64.
10:55:19 #11 48.65 Preparing to unpack .../084-libhwasan0_12.1.0-2ubuntu1~22.04_arm64.deb ...
10:55:19 #11 48.66 Unpacking libhwasan0:arm64 (12.1.0-2ubuntu1~22.04) ...
10:55:19 #11 48.70 Selecting previously unselected package libgcc-11-dev:arm64.
10:55:19 #11 48.70 Preparing to unpack .../085-libgcc-11-dev_11.3.0-1ubuntu1~22.04_arm64.deb ...
10:55:19 #11 48.71 Unpacking libgcc-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
10:55:19 #11 48.78 Selecting previously unselected package gcc-11.
10:55:19 #11 48.78 Preparing to unpack .../086-gcc-11_11.3.0-1ubuntu1~22.04_arm64.deb ...
10:55:19 #11 48.79 Unpacking gcc-11 (11.3.0-1ubuntu1~22.04) ...
10:55:19 #11 49.14 Selecting previously unselected package gcc.
10:55:20 #11 49.15 Preparing to unpack .../087-gcc_4%3a11.2.0-1ubuntu1_arm64.deb ...
10:55:20 #11 49.15 Unpacking gcc (4:11.2.0-1ubuntu1) ...
10:55:20 #11 49.18 Selecting previously unselected package libstdc++-11-dev:arm64.
10:55:20 #11 49.18 Preparing to unpack .../088-libstdc++-11-dev_11.3.0-1ubuntu1~22.04_arm64.deb ...
10:55:20 #11 49.19 Unpacking libstdc++-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
10:55:20 #11 49.36 Selecting previously unselected package g++-11.
10:55:20 #11 49.36 Preparing to unpack .../089-g++-11_11.3.0-1ubuntu1~22.04_arm64.deb ...
10:55:20 #11 49.37 Unpacking g++-11 (11.3.0-1ubuntu1~22.04) ...
10:55:20 #11 49.56 Selecting previously unselected package g++.
10:55:20 #11 49.56 Preparing to unpack .../090-g++_4%3a11.2.0-1ubuntu1_arm64.deb ...
10:55:20 #11 49.57 Unpacking g++ (4:11.2.0-1ubuntu1) ...
10:55:20 #11 49.62 Selecting previously unselected package make.
10:55:20 #11 49.63 Preparing to unpack .../091-make_4.3-4.1build1_arm64.deb ...
10:55:20 #11 49.63 Unpacking make (4.3-4.1build1) ...
10:55:20 #11 49.66 Selecting previously unselected package libdpkg-perl.
10:55:20 #11 49.66 Preparing to unpack .../092-libdpkg-perl_1.21.1ubuntu2.1_all.deb ...
10:55:20 #11 49.67 Unpacking libdpkg-perl (1.21.1ubuntu2.1) ...
10:55:20 #11 49.71 Selecting previously unselected package bzip2.
10:55:20 #11 49.71 Preparing to unpack .../093-bzip2_1.0.8-5build1_arm64.deb ...
10:55:20 #11 49.72 Unpacking bzip2 (1.0.8-5build1) ...
10:55:20 #11 49.75 Selecting previously unselected package patch.
10:55:20 #11 49.75 Preparing to unpack .../094-patch_2.7.6-7build2_arm64.deb ...
10:55:20 #11 49.75 Unpacking patch (2.7.6-7build2) ...
10:55:20 #11 49.82 Selecting previously unselected package lto-disabled-list.
10:55:20 #11 49.82 Preparing to unpack .../095-lto-disabled-list_24_all.deb ...
10:55:20 #11 49.82 Unpacking lto-disabled-list (24) ...
10:55:20 #11 49.86 Selecting previously unselected package dpkg-dev.
10:55:20 #11 49.86 Preparing to unpack .../096-dpkg-dev_1.21.1ubuntu2.1_all.deb ...
10:55:20 #11 49.86 Unpacking dpkg-dev (1.21.1ubuntu2.1) ...
10:55:20 #11 49.90 Selecting previously unselected package build-essential.
10:55:20 #11 49.91 Preparing to unpack .../097-build-essential_12.9ubuntu3_arm64.deb ...
10:55:20 #11 49.91 Unpacking build-essential (12.9ubuntu3) ...
10:55:20 #11 49.94 Selecting previously unselected package libbrotli1:arm64.
10:55:20 #11 49.94 Preparing to unpack .../098-libbrotli1_1.0.9-2build6_arm64.deb ...
10:55:20 #11 49.95 Unpacking libbrotli1:arm64 (1.0.9-2build6) ...
10:55:20 #11 49.98 Selecting previously unselected package libsasl2-modules-db:arm64.
10:55:20 #11 49.98 Preparing to unpack .../099-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1.2_arm64.deb ...
10:55:20 #11 49.99 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1.2) ...
10:55:20 #11 50.02 Selecting previously unselected package libsasl2-2:arm64.
10:55:20 #11 50.02 Preparing to unpack .../100-libsasl2-2_2.1.27+dfsg2-3ubuntu1.2_arm64.deb ...
10:55:20 #11 50.02 Unpacking libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1.2) ...
10:55:20 #11 50.06 Selecting previously unselected package libldap-2.5-0:arm64.
10:55:20 #11 50.06 Preparing to unpack .../101-libldap-2.5-0_2.5.14+dfsg-0ubuntu0.22.04.2_arm64.deb ...
10:55:20 #11 50.07 Unpacking libldap-2.5-0:arm64 (2.5.14+dfsg-0ubuntu0.22.04.2) ...
10:55:20 #11 50.10 Selecting previously unselected package librtmp1:arm64.
10:55:20 #11 50.10 Preparing to unpack .../102-librtmp1_2.4+20151223.gitfa8646d.1-2build4_arm64.deb ...
10:55:20 #11 50.11 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
10:55:20 #11 50.14 Selecting previously unselected package libssh-4:arm64.
10:55:20 #11 50.15 Preparing to unpack .../103-libssh-4_0.9.6-2build1_arm64.deb ...
10:55:20 #11 50.15 Unpacking libssh-4:arm64 (0.9.6-2build1) ...
10:55:20 #11 50.19 Selecting previously unselected package libcurl4:arm64.
10:55:21 #11 50.19 Preparing to unpack .../104-libcurl4_7.81.0-1ubuntu1.10_arm64.deb ...
10:55:21 #11 50.19 Unpacking libcurl4:arm64 (7.81.0-1ubuntu1.10) ...
10:55:21 #11 50.22 Selecting previously unselected package curl.
10:55:21 #11 50.23 Preparing to unpack .../105-curl_7.81.0-1ubuntu1.10_arm64.deb ...
10:55:21 #11 50.23 Unpacking curl (7.81.0-1ubuntu1.10) ...
10:55:21 #11 50.26 Selecting previously unselected package dctrl-tools.
10:55:21 #11 50.27 Preparing to unpack .../106-dctrl-tools_2.24-3build2_arm64.deb ...
10:55:21 #11 50.27 Unpacking dctrl-tools (2.24-3build2) ...
10:55:21 #11 50.30 Selecting previously unselected package libdebhelper-perl.
10:55:21 #11 50.31 Preparing to unpack .../107-libdebhelper-perl_13.6ubuntu1_all.deb ...
10:55:21 #11 50.31 Unpacking libdebhelper-perl (13.6ubuntu1) ...
10:55:21 #11 50.35 Selecting previously unselected package libtool.
10:55:21 #11 50.35 Preparing to unpack .../108-libtool_2.4.6-15build2_all.deb ...
10:55:21 #11 50.36 Unpacking libtool (2.4.6-15build2) ...
10:55:21 #11 50.39 Selecting previously unselected package dh-autoreconf.
10:55:21 #11 50.39 Preparing to unpack .../109-dh-autoreconf_20_all.deb ...
10:55:21 #11 50.39 Unpacking dh-autoreconf (20) ...
10:55:21 #11 50.42 Selecting previously unselected package libarchive-zip-perl.
10:55:21 #11 50.42 Preparing to unpack .../110-libarchive-zip-perl_1.68-1_all.deb ...
10:55:21 #11 50.43 Unpacking libarchive-zip-perl (1.68-1) ...
10:55:21 #11 50.46 Selecting previously unselected package libsub-override-perl.
10:55:21 #11 50.46 Preparing to unpack .../111-libsub-override-perl_0.09-2_all.deb ...
10:55:21 #11 50.47 Unpacking libsub-override-perl (0.09-2) ...
10:55:21 #11 50.50 Selecting previously unselected package libfile-stripnondeterminism-perl.
10:55:21 #11 50.50 Preparing to unpack .../112-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
10:55:21 #11 50.50 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
10:55:21 #11 50.53 Selecting previously unselected package dh-strip-nondeterminism.
10:55:21 #11 50.53 Preparing to unpack .../113-dh-strip-nondeterminism_1.13.0-1_all.deb ...
10:55:21 #11 50.54 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
10:55:21 #11 50.57 Selecting previously unselected package libdw1:arm64.
10:55:21 #11 50.57 Preparing to unpack .../114-libdw1_0.186-1build1_arm64.deb ...
10:55:21 #11 50.58 Unpacking libdw1:arm64 (0.186-1build1) ...
10:55:21 #11 50.61 Selecting previously unselected package debugedit.
10:55:21 #11 50.61 Preparing to unpack .../115-debugedit_1%3a5.0-4build1_arm64.deb ...
10:55:21 #11 50.61 Unpacking debugedit (1:5.0-4build1) ...
10:55:21 #11 50.64 Selecting previously unselected package dwz.
10:55:21 #11 50.65 Preparing to unpack .../116-dwz_0.14-1build2_arm64.deb ...
10:55:21 #11 50.65 Unpacking dwz (0.14-1build2) ...
10:55:21 #11 50.68 Selecting previously unselected package gettext.
10:55:21 #11 50.68 Preparing to unpack .../117-gettext_0.21-4ubuntu4_arm64.deb ...
10:55:21 #11 50.69 Unpacking gettext (0.21-4ubuntu4) ...
10:55:21 #11 50.74 Selecting previously unselected package intltool-debian.
10:55:21 #11 50.74 Preparing to unpack .../118-intltool-debian_0.35.0+20060710.5_all.deb ...
10:55:21 #11 50.74 Unpacking intltool-debian (0.35.0+20060710.5) ...
10:55:21 #11 50.77 Selecting previously unselected package po-debconf.
10:55:21 #11 50.77 Preparing to unpack .../119-po-debconf_1.0.21+nmu1_all.deb ...
10:55:21 #11 50.77 Unpacking po-debconf (1.0.21+nmu1) ...
10:55:21 #11 50.82 Selecting previously unselected package debhelper.
10:55:21 #11 50.82 Preparing to unpack .../120-debhelper_13.6ubuntu1_all.deb ...
10:55:21 #11 50.82 Unpacking debhelper (13.6ubuntu1) ...
10:55:21 #11 50.88 Selecting previously unselected package libfakeroot:arm64.
10:55:21 #11 50.88 Preparing to unpack .../121-libfakeroot_1.28-1ubuntu1_arm64.deb ...
10:55:21 #11 50.88 Unpacking libfakeroot:arm64 (1.28-1ubuntu1) ...
10:55:21 #11 50.92 Selecting previously unselected package fakeroot.
10:55:21 #11 50.92 Preparing to unpack .../122-fakeroot_1.28-1ubuntu1_arm64.deb ...
10:55:21 #11 50.92 Unpacking fakeroot (1.28-1ubuntu1) ...
10:55:21 #11 50.96 Selecting previously unselected package libassuan0:arm64.
10:55:21 #11 50.96 Preparing to unpack .../123-libassuan0_2.5.5-1build1_arm64.deb ...
10:55:21 #11 50.97 Unpacking libassuan0:arm64 (2.5.5-1build1) ...
10:55:21 #11 51.00 Selecting previously unselected package gpgconf.
10:55:21 #11 51.00 Preparing to unpack .../124-gpgconf_2.2.27-3ubuntu2.1_arm64.deb ...
10:55:21 #11 51.00 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
10:55:21 #11 51.04 Selecting previously unselected package libksba8:arm64.
10:55:21 #11 51.04 Preparing to unpack .../125-libksba8_1.6.0-2ubuntu0.2_arm64.deb ...
10:55:21 #11 51.04 Unpacking libksba8:arm64 (1.6.0-2ubuntu0.2) ...
10:55:21 #11 51.08 Selecting previously unselected package libnpth0:arm64.
10:55:21 #11 51.08 Preparing to unpack .../126-libnpth0_1.6-3build2_arm64.deb ...
10:55:21 #11 51.09 Unpacking libnpth0:arm64 (1.6-3build2) ...
10:55:21 #11 51.12 Selecting previously unselected package dirmngr.
10:55:21 #11 51.12 Preparing to unpack .../127-dirmngr_2.2.27-3ubuntu2.1_arm64.deb ...
10:55:21 #11 51.14 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
10:55:21 #11 51.17 Selecting previously unselected package gnupg-l10n.
10:55:21 #11 51.17 Preparing to unpack .../128-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
10:55:21 #11 51.18 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
10:55:21 #11 51.21 Selecting previously unselected package gnupg-utils.
10:55:21 #11 51.21 Preparing to unpack .../129-gnupg-utils_2.2.27-3ubuntu2.1_arm64.deb ...
10:55:21 #11 51.21 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
10:55:21 #11 51.25 Selecting previously unselected package gpg.
10:55:22 #11 51.25 Preparing to unpack .../130-gpg_2.2.27-3ubuntu2.1_arm64.deb ...
10:55:22 #11 51.25 Unpacking gpg (2.2.27-3ubuntu2.1) ...
10:55:22 #11 51.29 Selecting previously unselected package pinentry-curses.
10:55:22 #11 51.29 Preparing to unpack .../131-pinentry-curses_1.1.1-1build2_arm64.deb ...
10:55:22 #11 51.30 Unpacking pinentry-curses (1.1.1-1build2) ...
10:55:22 #11 51.33 Selecting previously unselected package gpg-agent.
10:55:22 #11 51.33 Preparing to unpack .../132-gpg-agent_2.2.27-3ubuntu2.1_arm64.deb ...
10:55:22 #11 51.33 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
10:55:22 #11 51.37 Selecting previously unselected package gpg-wks-client.
10:55:22 #11 51.37 Preparing to unpack .../133-gpg-wks-client_2.2.27-3ubuntu2.1_arm64.deb ...
10:55:22 #11 51.37 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
10:55:22 #11 51.40 Selecting previously unselected package gpg-wks-server.
10:55:22 #11 51.40 Preparing to unpack .../134-gpg-wks-server_2.2.27-3ubuntu2.1_arm64.deb ...
10:55:22 #11 51.41 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
10:55:22 #11 51.44 Selecting previously unselected package gpgsm.
10:55:22 #11 51.44 Preparing to unpack .../135-gpgsm_2.2.27-3ubuntu2.1_arm64.deb ...
10:55:22 #11 51.44 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
10:55:22 #11 51.47 Selecting previously unselected package gnupg.
10:55:22 #11 51.47 Preparing to unpack .../136-gnupg_2.2.27-3ubuntu2.1_all.deb ...
10:55:22 #11 51.48 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
10:55:22 #11 51.50 Selecting previously unselected package libfile-dirlist-perl.
10:55:22 #11 51.51 Preparing to unpack .../137-libfile-dirlist-perl_0.05-2_all.deb ...
10:55:22 #11 51.51 Unpacking libfile-dirlist-perl (0.05-2) ...
10:55:22 #11 51.54 Selecting previously unselected package libfile-which-perl.
10:55:22 #11 51.54 Preparing to unpack .../138-libfile-which-perl_1.23-1_all.deb ...
10:55:22 #11 51.54 Unpacking libfile-which-perl (1.23-1) ...
10:55:22 #11 51.57 Selecting previously unselected package libfile-homedir-perl.
10:55:22 #11 51.57 Preparing to unpack .../139-libfile-homedir-perl_1.006-1_all.deb ...
10:55:22 #11 51.58 Unpacking libfile-homedir-perl (1.006-1) ...
10:55:22 #11 51.61 Selecting previously unselected package libfile-touch-perl.
10:55:22 #11 51.61 Preparing to unpack .../140-libfile-touch-perl_0.12-1_all.deb ...
10:55:22 #11 51.61 Unpacking libfile-touch-perl (0.12-1) ...
10:55:22 #11 51.64 Selecting previously unselected package libio-pty-perl.
10:55:22 #11 51.64 Preparing to unpack .../141-libio-pty-perl_1%3a1.15-2build2_arm64.deb ...
10:55:22 #11 51.64 Unpacking libio-pty-perl (1:1.15-2build2) ...
10:55:22 #11 51.67 Selecting previously unselected package libipc-run-perl.
10:55:22 #11 51.67 Preparing to unpack .../142-libipc-run-perl_20200505.0-1_all.deb ...
10:55:22 #11 51.68 Unpacking libipc-run-perl (20200505.0-1) ...
10:55:22 #11 51.75 Selecting previously unselected package libclass-method-modifiers-perl.
10:55:22 #11 51.75 Preparing to unpack .../143-libclass-method-modifiers-perl_2.13-1_all.deb ...
10:55:22 #11 51.75 Unpacking libclass-method-modifiers-perl (2.13-1) ...
10:55:22 #11 51.78 Selecting previously unselected package libclass-xsaccessor-perl.
10:55:22 #11 51.78 Preparing to unpack .../144-libclass-xsaccessor-perl_1.19-3build9_arm64.deb ...
10:55:22 #11 51.79 Unpacking libclass-xsaccessor-perl (1.19-3build9) ...
10:55:22 #11 51.82 Selecting previously unselected package libb-hooks-op-check-perl.
10:55:22 #11 51.82 Preparing to unpack .../145-libb-hooks-op-check-perl_0.22-1build5_arm64.deb ...
10:55:22 #11 51.82 Unpacking libb-hooks-op-check-perl (0.22-1build5) ...
10:55:22 #11 51.85 Selecting previously unselected package libdynaloader-functions-perl.
10:55:22 #11 51.85 Preparing to unpack .../146-libdynaloader-functions-perl_0.003-1.1_all.deb ...
10:55:22 #11 51.86 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
10:55:22 #11 51.89 Selecting previously unselected package libdevel-callchecker-perl.
10:55:22 #11 51.89 Preparing to unpack .../147-libdevel-callchecker-perl_0.008-1ubuntu4_arm64.deb ...
10:55:22 #11 51.89 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
10:55:22 #11 51.93 Selecting previously unselected package libparams-classify-perl.
10:55:22 #11 51.93 Preparing to unpack .../148-libparams-classify-perl_0.015-1build5_arm64.deb ...
10:55:22 #11 51.93 Unpacking libparams-classify-perl (0.015-1build5) ...
10:55:22 #11 51.96 Selecting previously unselected package libmodule-runtime-perl.
10:55:22 #11 51.96 Preparing to unpack .../149-libmodule-runtime-perl_0.016-1_all.deb ...
10:55:22 #11 51.97 Unpacking libmodule-runtime-perl (0.016-1) ...
10:55:22 #11 52.00 Selecting previously unselected package libimport-into-perl.
10:55:22 #11 52.00 Preparing to unpack .../150-libimport-into-perl_1.002005-1_all.deb ...
10:55:22 #11 52.00 Unpacking libimport-into-perl (1.002005-1) ...
10:55:22 #11 52.03 Selecting previously unselected package librole-tiny-perl.
10:55:22 #11 52.03 Preparing to unpack .../151-librole-tiny-perl_2.002004-1_all.deb ...
10:55:22 #11 52.03 Unpacking librole-tiny-perl (2.002004-1) ...
10:55:22 #11 52.07 Selecting previously unselected package libsub-quote-perl.
10:55:22 #11 52.07 Preparing to unpack .../152-libsub-quote-perl_2.006006-1_all.deb ...
10:55:22 #11 52.07 Unpacking libsub-quote-perl (2.006006-1) ...
10:55:22 #11 52.10 Selecting previously unselected package libmoo-perl.
10:55:22 #11 52.10 Preparing to unpack .../153-libmoo-perl_2.005004-3_all.deb ...
10:55:22 #11 52.11 Unpacking libmoo-perl (2.005004-3) ...
10:55:22 #11 52.14 Selecting previously unselected package libencode-locale-perl.
10:55:22 #11 52.14 Preparing to unpack .../154-libencode-locale-perl_1.05-1.1_all.deb ...
10:55:22 #11 52.14 Unpacking libencode-locale-perl (1.05-1.1) ...
10:55:22 #11 52.17 Selecting previously unselected package libtimedate-perl.
10:55:22 #11 52.18 Preparing to unpack .../155-libtimedate-perl_2.3300-2_all.deb ...
10:55:22 #11 52.18 Unpacking libtimedate-perl (2.3300-2) ...
10:55:22 #11 52.21 Selecting previously unselected package libhttp-date-perl.
10:55:23 #11 52.21 Preparing to unpack .../156-libhttp-date-perl_6.05-1_all.deb ...
10:55:23 #11 52.22 Unpacking libhttp-date-perl (6.05-1) ...
10:55:23 #11 52.25 Selecting previously unselected package libfile-listing-perl.
10:55:23 #11 52.25 Preparing to unpack .../157-libfile-listing-perl_6.14-1_all.deb ...
10:55:23 #11 52.25 Unpacking libfile-listing-perl (6.14-1) ...
10:55:23 #11 52.28 Selecting previously unselected package libhtml-tagset-perl.
10:55:23 #11 52.28 Preparing to unpack .../158-libhtml-tagset-perl_3.20-4_all.deb ...
10:55:23 #11 52.29 Unpacking libhtml-tagset-perl (3.20-4) ...
10:55:23 #11 52.32 Selecting previously unselected package liburi-perl.
10:55:23 #11 52.32 Preparing to unpack .../159-liburi-perl_5.10-1_all.deb ...
10:55:23 #11 52.32 Unpacking liburi-perl (5.10-1) ...
10:55:23 #11 52.36 Selecting previously unselected package libhtml-parser-perl:arm64.
10:55:23 #11 52.36 Preparing to unpack .../160-libhtml-parser-perl_3.76-1build2_arm64.deb ...
10:55:23 #11 52.36 Unpacking libhtml-parser-perl:arm64 (3.76-1build2) ...
10:55:23 #11 52.40 Selecting previously unselected package libhtml-tree-perl.
10:55:23 #11 52.40 Preparing to unpack .../161-libhtml-tree-perl_5.07-2_all.deb ...
10:55:23 #11 52.40 Unpacking libhtml-tree-perl (5.07-2) ...
10:55:23 #11 52.44 Selecting previously unselected package libio-html-perl.
10:55:23 #11 52.45 Preparing to unpack .../162-libio-html-perl_1.004-2_all.deb ...
10:55:23 #11 52.45 Unpacking libio-html-perl (1.004-2) ...
10:55:23 #11 52.48 Selecting previously unselected package liblwp-mediatypes-perl.
10:55:23 #11 52.48 Preparing to unpack .../163-liblwp-mediatypes-perl_6.04-1_all.deb ...
10:55:23 #11 52.48 Unpacking liblwp-mediatypes-perl (6.04-1) ...
10:55:23 #11 52.51 Selecting previously unselected package libhttp-message-perl.
10:55:23 #11 52.51 Preparing to unpack .../164-libhttp-message-perl_6.36-1_all.deb ...
10:55:23 #11 52.52 Unpacking libhttp-message-perl (6.36-1) ...
10:55:23 #11 52.55 Selecting previously unselected package libhttp-cookies-perl.
10:55:23 #11 52.55 Preparing to unpack .../165-libhttp-cookies-perl_6.10-1_all.deb ...
10:55:23 #11 52.56 Unpacking libhttp-cookies-perl (6.10-1) ...
10:55:23 #11 52.58 Selecting previously unselected package libhttp-negotiate-perl.
10:55:23 #11 52.59 Preparing to unpack .../166-libhttp-negotiate-perl_6.01-1_all.deb ...
10:55:23 #11 52.59 Unpacking libhttp-negotiate-perl (6.01-1) ...
10:55:23 #11 52.62 Selecting previously unselected package perl-openssl-defaults:arm64.
10:55:23 #11 52.62 Preparing to unpack .../167-perl-openssl-defaults_5build2_arm64.deb ...
10:55:23 #11 52.64 Unpacking perl-openssl-defaults:arm64 (5build2) ...
10:55:23 #11 52.68 Selecting previously unselected package libnet-ssleay-perl:arm64.
10:55:23 #11 52.68 Preparing to unpack .../168-libnet-ssleay-perl_1.92-1build2_arm64.deb ...
10:55:23 #11 52.68 Unpacking libnet-ssleay-perl:arm64 (1.92-1build2) ...
10:55:23 #11 52.75 Selecting previously unselected package libio-socket-ssl-perl.
10:55:23 #11 52.75 Preparing to unpack .../169-libio-socket-ssl-perl_2.074-2_all.deb ...
10:55:23 #11 52.76 Unpacking libio-socket-ssl-perl (2.074-2) ...
10:55:23 #11 52.78 Selecting previously unselected package libnet-http-perl.
10:55:23 #11 52.79 Preparing to unpack .../170-libnet-http-perl_6.22-1_all.deb ...
10:55:23 #11 52.79 Unpacking libnet-http-perl (6.22-1) ...
10:55:23 #11 52.82 Selecting previously unselected package liblwp-protocol-https-perl.
10:55:23 #11 52.82 Preparing to unpack .../171-liblwp-protocol-https-perl_6.10-1_all.deb ...
10:55:23 #11 52.82 Unpacking liblwp-protocol-https-perl (6.10-1) ...
10:55:23 #11 52.87 Selecting previously unselected package libtry-tiny-perl.
10:55:23 #11 52.88 Preparing to unpack .../172-libtry-tiny-perl_0.31-1_all.deb ...
10:55:23 #11 52.88 Unpacking libtry-tiny-perl (0.31-1) ...
10:55:23 #11 52.91 Selecting previously unselected package libwww-robotrules-perl.
10:55:23 #11 52.91 Preparing to unpack .../173-libwww-robotrules-perl_6.02-1_all.deb ...
10:55:23 #11 52.92 Unpacking libwww-robotrules-perl (6.02-1) ...
10:55:23 #11 52.95 Selecting previously unselected package libwww-perl.
10:55:23 #11 52.95 Preparing to unpack .../174-libwww-perl_6.61-1_all.deb ...
10:55:23 #11 52.95 Unpacking libwww-perl (6.61-1) ...
10:55:23 #11 52.99 Selecting previously unselected package patchutils.
10:55:23 #11 52.99 Preparing to unpack .../175-patchutils_0.4.2-1build2_arm64.deb ...
10:55:23 #11 52.99 Unpacking patchutils (0.4.2-1build2) ...
10:55:23 #11 53.03 Selecting previously unselected package wdiff.
10:55:23 #11 53.03 Preparing to unpack .../176-wdiff_1.2.2-2build3_arm64.deb ...
10:55:23 #11 53.03 Unpacking wdiff (1.2.2-2build3) ...
10:55:23 #11 53.07 Selecting previously unselected package devscripts.
10:55:23 #11 53.07 Preparing to unpack .../177-devscripts_2.22.1ubuntu1_arm64.deb ...
10:55:23 #11 53.09 Unpacking devscripts (2.22.1ubuntu1) ...
10:55:23 #11 53.16 Selecting previously unselected package diffstat.
10:55:23 #11 53.16 Preparing to unpack .../178-diffstat_1.64-1build2_arm64.deb ...
10:55:23 #11 53.17 Unpacking diffstat (1.64-1build2) ...
10:55:23 #11 53.20 Selecting previously unselected package python3-chardet.
10:55:23 #11 53.20 Preparing to unpack .../179-python3-chardet_4.0.0-1_all.deb ...
10:55:23 #11 53.20 Unpacking python3-chardet (4.0.0-1) ...
10:55:23 #11 53.24 Selecting previously unselected package zstd.
10:55:23 #11 53.25 Preparing to unpack .../180-zstd_1.4.8+dfsg-3build1_arm64.deb ...
10:55:23 #11 53.25 Unpacking zstd (1.4.8+dfsg-3build1) ...
10:55:23 #11 53.29 Selecting previously unselected package python3-debian.
10:55:24 #11 53.29 Preparing to unpack .../181-python3-debian_0.1.43ubuntu1_all.deb ...
10:55:24 #11 53.29 Unpacking python3-debian (0.1.43ubuntu1) ...
10:55:24 #11 53.33 Selecting previously unselected package libgpgme11:arm64.
10:55:24 #11 53.34 Preparing to unpack .../182-libgpgme11_1.16.0-1.2ubuntu4_arm64.deb ...
10:55:24 #11 53.34 Unpacking libgpgme11:arm64 (1.16.0-1.2ubuntu4) ...
10:55:24 #11 53.37 Selecting previously unselected package python3-gpg.
10:55:24 #11 53.37 Preparing to unpack .../183-python3-gpg_1.16.0-1.2ubuntu4_arm64.deb ...
10:55:24 #11 53.38 Unpacking python3-gpg (1.16.0-1.2ubuntu4) ...
10:55:24 #11 53.43 Selecting previously unselected package dput.
10:55:24 #11 53.43 Preparing to unpack .../184-dput_1.1.0ubuntu2_all.deb ...
10:55:24 #11 53.44 Unpacking dput (1.1.0ubuntu2) ...
10:55:24 #11 53.47 Selecting previously unselected package fonts-dejavu-core.
10:55:24 #11 53.48 Preparing to unpack .../185-fonts-dejavu-core_2.37-2build1_all.deb ...
10:55:24 #11 53.48 Unpacking fonts-dejavu-core (2.37-2build1) ...
10:55:24 #11 53.59 Selecting previously unselected package fontconfig-config.
10:55:24 #11 53.59 Preparing to unpack .../186-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
10:55:24 #11 53.59 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
10:55:24 #11 53.63 Selecting previously unselected package libcurl3-gnutls:arm64.
10:55:24 #11 53.64 Preparing to unpack .../187-libcurl3-gnutls_7.81.0-1ubuntu1.10_arm64.deb ...
10:55:24 #11 53.64 Unpacking libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.10) ...
10:55:24 #11 53.67 Selecting previously unselected package liberror-perl.
10:55:24 #11 53.67 Preparing to unpack .../188-liberror-perl_0.17029-1_all.deb ...
10:55:24 #11 53.68 Unpacking liberror-perl (0.17029-1) ...
10:55:24 #11 53.71 Selecting previously unselected package git-man.
10:55:24 #11 53.71 Preparing to unpack .../189-git-man_1%3a2.34.1-1ubuntu1.9_all.deb ...
10:55:24 #11 53.71 Unpacking git-man (1:2.34.1-1ubuntu1.9) ...
10:55:24 #11 53.76 Selecting previously unselected package git.
10:55:24 #11 53.76 Preparing to unpack .../190-git_1%3a2.34.1-1ubuntu1.9_arm64.deb ...
10:55:24 #11 53.77 Unpacking git (1:2.34.1-1ubuntu1.9) ...
10:55:24 #11 53.90 Selecting previously unselected package libalgorithm-diff-perl.
10:55:24 #11 53.91 Preparing to unpack .../191-libalgorithm-diff-perl_1.201-1_all.deb ...
10:55:24 #11 53.91 Unpacking libalgorithm-diff-perl (1.201-1) ...
10:55:24 #11 53.94 Selecting previously unselected package libalgorithm-diff-xs-perl.
10:55:24 #11 53.95 Preparing to unpack .../192-libalgorithm-diff-xs-perl_0.04-6build3_arm64.deb ...
10:55:24 #11 53.95 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ...
10:55:24 #11 53.98 Selecting previously unselected package libalgorithm-merge-perl.
10:55:24 #11 53.98 Preparing to unpack .../193-libalgorithm-merge-perl_0.08-3_all.deb ...
10:55:24 #11 53.99 Unpacking libalgorithm-merge-perl (0.08-3) ...
10:55:24 #11 54.02 Selecting previously unselected package libaliased-perl.
10:55:24 #11 54.02 Preparing to unpack .../194-libaliased-perl_0.34-1.1_all.deb ...
10:55:24 #11 54.03 Unpacking libaliased-perl (0.34-1.1) ...
10:55:24 #11 54.05 Selecting previously unselected package libapt-pkg-perl.
10:55:24 #11 54.05 Preparing to unpack .../195-libapt-pkg-perl_0.1.40build2_arm64.deb ...
10:55:24 #11 54.06 Unpacking libapt-pkg-perl (0.1.40build2) ...
10:55:24 #11 54.09 Selecting previously unselected package libarchive-cpio-perl.
10:55:25 #11 54.09 Preparing to unpack .../196-libarchive-cpio-perl_0.10-1.1_all.deb ...
10:55:25 #11 54.10 Unpacking libarchive-cpio-perl (0.10-1.1) ...
10:55:25 #11 54.13 Selecting previously unselected package libarray-intspan-perl.
10:55:25 #11 54.13 Preparing to unpack .../197-libarray-intspan-perl_2.004-1_all.deb ...
10:55:25 #11 54.13 Unpacking libarray-intspan-perl (2.004-1) ...
10:55:25 #11 54.17 Selecting previously unselected package libmodule-implementation-perl.
10:55:25 #11 54.17 Preparing to unpack .../198-libmodule-implementation-perl_0.09-1.1_all.deb ...
10:55:25 #11 54.17 Unpacking libmodule-implementation-perl (0.09-1.1) ...
10:55:25 #11 54.20 Selecting previously unselected package libsub-exporter-progressive-perl.
10:55:25 #11 54.21 Preparing to unpack .../199-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
10:55:25 #11 54.21 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
10:55:25 #11 54.24 Selecting previously unselected package libvariable-magic-perl.
10:55:25 #11 54.24 Preparing to unpack .../200-libvariable-magic-perl_0.62-1build5_arm64.deb ...
10:55:25 #11 54.25 Unpacking libvariable-magic-perl (0.62-1build5) ...
10:55:25 #11 54.28 Selecting previously unselected package libb-hooks-endofscope-perl.
10:55:25 #11 54.28 Preparing to unpack .../201-libb-hooks-endofscope-perl_0.25-1_all.deb ...
10:55:25 #11 54.29 Unpacking libb-hooks-endofscope-perl (0.25-1) ...
10:55:25 #11 54.32 Selecting previously unselected package libfreetype6:arm64.
10:55:25 #11 54.33 Preparing to unpack .../202-libfreetype6_2.11.1+dfsg-1ubuntu0.1_arm64.deb ...
10:55:25 #11 54.33 Unpacking libfreetype6:arm64 (2.11.1+dfsg-1ubuntu0.1) ...
10:55:25 #11 54.37 Selecting previously unselected package libfontconfig1:arm64.
10:55:25 #11 54.37 Preparing to unpack .../203-libfontconfig1_2.13.1-4.2ubuntu5_arm64.deb ...
10:55:25 #11 54.38 Unpacking libfontconfig1:arm64 (2.13.1-4.2ubuntu5) ...
10:55:25 #11 54.41 Selecting previously unselected package libjpeg-turbo8:arm64.
10:55:25 #11 54.42 Preparing to unpack .../204-libjpeg-turbo8_2.1.2-0ubuntu1_arm64.deb ...
10:55:25 #11 54.43 Unpacking libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ...
10:55:25 #11 54.46 Selecting previously unselected package libjpeg8:arm64.
10:55:25 #11 54.46 Preparing to unpack .../205-libjpeg8_8c-2ubuntu10_arm64.deb ...
10:55:25 #11 54.46 Unpacking libjpeg8:arm64 (8c-2ubuntu10) ...
10:55:25 #11 54.50 Selecting previously unselected package libdeflate0:arm64.
10:55:25 #11 54.50 Preparing to unpack .../206-libdeflate0_1.10-2_arm64.deb ...
10:55:25 #11 54.50 Unpacking libdeflate0:arm64 (1.10-2) ...
10:55:25 #11 54.54 Selecting previously unselected package libjbig0:arm64.
10:55:25 #11 54.54 Preparing to unpack .../207-libjbig0_2.1-3.1ubuntu0.22.04.1_arm64.deb ...
10:55:25 #11 54.55 Unpacking libjbig0:arm64 (2.1-3.1ubuntu0.22.04.1) ...
10:55:25 #11 54.58 Selecting previously unselected package libwebp7:arm64.
10:55:25 #11 54.58 Preparing to unpack .../208-libwebp7_1.2.2-2_arm64.deb ...
10:55:25 #11 54.59 Unpacking libwebp7:arm64 (1.2.2-2) ...
10:55:25 #11 54.63 Selecting previously unselected package libtiff5:arm64.
10:55:25 #11 54.63 Preparing to unpack .../209-libtiff5_4.3.0-6ubuntu0.4_arm64.deb ...
10:55:25 #11 54.63 Unpacking libtiff5:arm64 (4.3.0-6ubuntu0.4) ...
10:55:25 #11 54.67 Selecting previously unselected package libxpm4:arm64.
10:55:25 #11 54.67 Preparing to unpack .../210-libxpm4_1%3a3.5.12-1ubuntu0.22.04.1_arm64.deb ...
10:55:25 #11 54.68 Unpacking libxpm4:arm64 (1:3.5.12-1ubuntu0.22.04.1) ...
10:55:25 #11 54.72 Selecting previously unselected package libgd3:arm64.
10:55:25 #11 54.72 Preparing to unpack .../211-libgd3_2.3.0-2ubuntu2_arm64.deb ...
10:55:25 #11 54.72 Unpacking libgd3:arm64 (2.3.0-2ubuntu2) ...
10:55:25 #11 54.76 Selecting previously unselected package libc-devtools.
10:55:25 #11 54.76 Preparing to unpack .../212-libc-devtools_2.35-0ubuntu3.1_arm64.deb ...
10:55:25 #11 54.76 Unpacking libc-devtools (2.35-0ubuntu3.1) ...
10:55:25 #11 54.79 Selecting previously unselected package libcapture-tiny-perl.
10:55:25 #11 54.80 Preparing to unpack .../213-libcapture-tiny-perl_0.48-1_all.deb ...
10:55:25 #11 54.80 Unpacking libcapture-tiny-perl (0.48-1) ...
10:55:25 #11 54.83 Selecting previously unselected package libclass-data-inheritable-perl.
10:55:25 #11 54.83 Preparing to unpack .../214-libclass-data-inheritable-perl_0.08-3_all.deb ...
10:55:25 #11 54.84 Unpacking libclass-data-inheritable-perl (0.08-3) ...
10:55:25 #11 54.87 Selecting previously unselected package libclone-perl.
10:55:25 #11 54.87 Preparing to unpack .../215-libclone-perl_0.45-1build3_arm64.deb ...
10:55:25 #11 54.87 Unpacking libclone-perl (0.45-1build3) ...
10:55:25 #11 54.90 Selecting previously unselected package libcommon-sense-perl:arm64.
10:55:25 #11 54.91 Preparing to unpack .../216-libcommon-sense-perl_3.75-2build1_arm64.deb ...
10:55:25 #11 54.91 Unpacking libcommon-sense-perl:arm64 (3.75-2build1) ...
10:55:25 #11 54.94 Selecting previously unselected package libconfig-tiny-perl.
10:55:25 #11 54.94 Preparing to unpack .../217-libconfig-tiny-perl_2.28-1_all.deb ...
10:55:25 #11 54.95 Unpacking libconfig-tiny-perl (2.28-1) ...
10:55:25 #11 54.98 Selecting previously unselected package libparams-util-perl.
10:55:25 #11 54.98 Preparing to unpack .../218-libparams-util-perl_1.102-1build3_arm64.deb ...
10:55:25 #11 54.98 Unpacking libparams-util-perl (1.102-1build3) ...
10:55:25 #11 55.01 Selecting previously unselected package libsub-install-perl.
10:55:25 #11 55.02 Preparing to unpack .../219-libsub-install-perl_0.928-1.1_all.deb ...
10:55:25 #11 55.02 Unpacking libsub-install-perl (0.928-1.1) ...
10:55:25 #11 55.05 Selecting previously unselected package libdata-optlist-perl.
10:55:25 #11 55.05 Preparing to unpack .../220-libdata-optlist-perl_0.112-1_all.deb ...
10:55:25 #11 55.06 Unpacking libdata-optlist-perl (0.112-1) ...
10:55:25 #11 55.08 Selecting previously unselected package libsub-exporter-perl.
10:55:25 #11 55.09 Preparing to unpack .../221-libsub-exporter-perl_0.988-1_all.deb ...
10:55:25 #11 55.09 Unpacking libsub-exporter-perl (0.988-1) ...
10:55:25 #11 55.12 Selecting previously unselected package libconst-fast-perl.
10:55:26 #11 55.12 Preparing to unpack .../222-libconst-fast-perl_0.014-1.1_all.deb ...
10:55:26 #11 55.13 Unpacking libconst-fast-perl (0.014-1.1) ...
10:55:26 #11 55.16 Selecting previously unselected package libwant-perl.
10:55:26 #11 55.16 Preparing to unpack .../223-libwant-perl_0.29-1build7_arm64.deb ...
10:55:26 #11 55.16 Unpacking libwant-perl (0.29-1build7) ...
10:55:26 #11 55.19 Selecting previously unselected package libcontextual-return-perl.
10:55:26 #11 55.19 Preparing to unpack .../224-libcontextual-return-perl_0.004014-2_all.deb ...
10:55:26 #11 55.23 Unpacking libcontextual-return-perl (0.004014-2) ...
10:55:26 #11 55.26 Selecting previously unselected package libcpanel-json-xs-perl:arm64.
10:55:26 #11 55.26 Preparing to unpack .../225-libcpanel-json-xs-perl_4.27-1build1_arm64.deb ...
10:55:26 #11 55.26 Unpacking libcpanel-json-xs-perl:arm64 (4.27-1build1) ...
10:55:26 #11 55.29 Selecting previously unselected package libdevel-stacktrace-perl.
10:55:26 #11 55.30 Preparing to unpack .../226-libdevel-stacktrace-perl_2.0400-1_all.deb ...
10:55:26 #11 55.30 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
10:55:26 #11 55.33 Selecting previously unselected package libexception-class-perl.
10:55:26 #11 55.33 Preparing to unpack .../227-libexception-class-perl_1.45-1_all.deb ...
10:55:26 #11 55.33 Unpacking libexception-class-perl (1.45-1) ...
10:55:26 #11 55.37 Selecting previously unselected package libiterator-perl.
10:55:26 #11 55.37 Preparing to unpack .../228-libiterator-perl_0.03+ds1-1.1_all.deb ...
10:55:26 #11 55.37 Unpacking libiterator-perl (0.03+ds1-1.1) ...
10:55:26 #11 55.40 Selecting previously unselected package libiterator-util-perl.
10:55:26 #11 55.40 Preparing to unpack .../229-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
10:55:26 #11 55.41 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
10:55:26 #11 55.44 Selecting previously unselected package libexporter-tiny-perl.
10:55:26 #11 55.44 Preparing to unpack .../230-libexporter-tiny-perl_1.002002-1_all.deb ...
10:55:26 #11 55.44 Unpacking libexporter-tiny-perl (1.002002-1) ...
10:55:26 #11 55.48 Selecting previously unselected package liblist-moreutils-xs-perl.
10:55:26 #11 55.48 Preparing to unpack .../231-liblist-moreutils-xs-perl_0.430-2build2_arm64.deb ...
10:55:26 #11 55.48 Unpacking liblist-moreutils-xs-perl (0.430-2build2) ...
10:55:26 #11 55.52 Selecting previously unselected package liblist-moreutils-perl.
10:55:26 #11 55.52 Preparing to unpack .../232-liblist-moreutils-perl_0.430-2_all.deb ...
10:55:26 #11 55.52 Unpacking liblist-moreutils-perl (0.430-2) ...
10:55:26 #11 55.55 Selecting previously unselected package libdata-dpath-perl.
10:55:26 #11 55.56 Preparing to unpack .../233-libdata-dpath-perl_0.58-1_all.deb ...
10:55:26 #11 55.56 Unpacking libdata-dpath-perl (0.58-1) ...
10:55:26 #11 55.59 Selecting previously unselected package libdata-dump-perl.
10:55:26 #11 55.59 Preparing to unpack .../234-libdata-dump-perl_1.25-1_all.deb ...
10:55:26 #11 55.60 Unpacking libdata-dump-perl (1.25-1) ...
10:55:26 #11 55.63 Selecting previously unselected package libdata-messagepack-perl.
10:55:26 #11 55.63 Preparing to unpack .../235-libdata-messagepack-perl_1.01-2build1_arm64.deb ...
10:55:26 #11 55.64 Unpacking libdata-messagepack-perl (1.01-2build1) ...
10:55:26 #11 55.66 Selecting previously unselected package libnet-domain-tld-perl.
10:55:26 #11 55.67 Preparing to unpack .../236-libnet-domain-tld-perl_1.75-1.1_all.deb ...
10:55:26 #11 55.67 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
10:55:26 #11 55.70 Selecting previously unselected package libdata-validate-domain-perl.
10:55:26 #11 55.70 Preparing to unpack .../237-libdata-validate-domain-perl_0.10-1.1_all.deb ...
10:55:26 #11 55.71 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
10:55:26 #11 55.74 Selecting previously unselected package libnet-ipv6addr-perl.
10:55:26 #11 55.74 Preparing to unpack .../238-libnet-ipv6addr-perl_1.02-1_all.deb ...
10:55:26 #11 55.75 Unpacking libnet-ipv6addr-perl (1.02-1) ...
10:55:26 #11 55.78 Selecting previously unselected package libnet-netmask-perl.
10:55:26 #11 55.78 Preparing to unpack .../239-libnet-netmask-perl_2.0001-1_all.deb ...
10:55:26 #11 55.78 Unpacking libnet-netmask-perl (2.0001-1) ...
10:55:26 #11 55.81 Selecting previously unselected package libnetaddr-ip-perl.
10:55:26 #11 55.81 Preparing to unpack .../240-libnetaddr-ip-perl_4.079+dfsg-1build7_arm64.deb ...
10:55:26 #11 55.82 Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ...
10:55:26 #11 55.86 Selecting previously unselected package libdata-validate-ip-perl.
10:55:26 #11 55.86 Preparing to unpack .../241-libdata-validate-ip-perl_0.30-1_all.deb ...
10:55:26 #11 55.87 Unpacking libdata-validate-ip-perl (0.30-1) ...
10:55:26 #11 55.90 Selecting previously unselected package libdata-validate-uri-perl.
10:55:26 #11 55.90 Preparing to unpack .../242-libdata-validate-uri-perl_0.07-2_all.deb ...
10:55:26 #11 55.90 Unpacking libdata-validate-uri-perl (0.07-2) ...
10:55:26 #11 55.93 Selecting previously unselected package libdistro-info-perl.
10:55:26 #11 55.94 Preparing to unpack .../243-libdistro-info-perl_1.1build1_all.deb ...
10:55:26 #11 55.94 Unpacking libdistro-info-perl (1.1build1) ...
10:55:26 #11 55.97 Selecting previously unselected package libemail-address-xs-perl.
10:55:26 #11 55.97 Preparing to unpack .../244-libemail-address-xs-perl_1.04-1build6_arm64.deb ...
10:55:26 #11 55.97 Unpacking libemail-address-xs-perl (1.04-1build6) ...
10:55:26 #11 56.01 Selecting previously unselected package libipc-system-simple-perl.
10:55:26 #11 56.01 Preparing to unpack .../245-libipc-system-simple-perl_1.30-1_all.deb ...
10:55:26 #11 56.01 Unpacking libipc-system-simple-perl (1.30-1) ...
10:55:26 #11 56.04 Selecting previously unselected package libfile-basedir-perl.
10:55:26 #11 56.05 Preparing to unpack .../246-libfile-basedir-perl_0.09-1_all.deb ...
10:55:26 #11 56.05 Unpacking libfile-basedir-perl (0.09-1) ...
10:55:26 #11 56.08 Selecting previously unselected package libfile-chdir-perl.
10:55:26 #11 56.08 Preparing to unpack .../247-libfile-chdir-perl_0.1008-1.1_all.deb ...
10:55:26 #11 56.09 Unpacking libfile-chdir-perl (0.1008-1.1) ...
10:55:26 #11 56.11 Selecting previously unselected package libfile-fcntllock-perl.
10:55:26 #11 56.12 Preparing to unpack .../248-libfile-fcntllock-perl_0.22-3build7_arm64.deb ...
10:55:26 #11 56.12 Unpacking libfile-fcntllock-perl (0.22-3build7) ...
10:55:26 #11 56.15 Selecting previously unselected package libnumber-compare-perl.
10:55:26 #11 56.16 Preparing to unpack .../249-libnumber-compare-perl_0.03-2_all.deb ...
10:55:26 #11 56.16 Unpacking libnumber-compare-perl (0.03-2) ...
10:55:26 #11 56.19 Selecting previously unselected package libtext-glob-perl.
10:55:26 #11 56.19 Preparing to unpack .../250-libtext-glob-perl_0.11-2_all.deb ...
10:55:26 #11 56.19 Unpacking libtext-glob-perl (0.11-2) ...
10:55:26 #11 56.24 Selecting previously unselected package libfile-find-rule-perl.
10:55:27 #11 56.24 Preparing to unpack .../251-libfile-find-rule-perl_0.34-1_all.deb ...
10:55:27 #11 56.25 Unpacking libfile-find-rule-perl (0.34-1) ...
10:55:27 #11 56.28 Selecting previously unselected package libfont-afm-perl.
10:55:27 #11 56.28 Preparing to unpack .../252-libfont-afm-perl_1.20-3_all.deb ...
10:55:27 #11 56.29 Unpacking libfont-afm-perl (1.20-3) ...
10:55:27 #11 56.32 Selecting previously unselected package libio-string-perl.
10:55:27 #11 56.32 Preparing to unpack .../253-libio-string-perl_1.08-3.1_all.deb ...
10:55:27 #11 56.32 Unpacking libio-string-perl (1.08-3.1) ...
10:55:27 #11 56.35 Selecting previously unselected package libfont-ttf-perl.
10:55:27 #11 56.35 Preparing to unpack .../254-libfont-ttf-perl_1.06-1.1_all.deb ...
10:55:27 #11 56.36 Unpacking libfont-ttf-perl (1.06-1.1) ...
10:55:27 #11 56.41 Selecting previously unselected package libsort-versions-perl.
10:55:27 #11 56.41 Preparing to unpack .../255-libsort-versions-perl_1.62-1_all.deb ...
10:55:27 #11 56.42 Unpacking libsort-versions-perl (1.62-1) ...
10:55:27 #11 56.45 Selecting previously unselected package libgit-wrapper-perl.
10:55:27 #11 56.45 Preparing to unpack .../256-libgit-wrapper-perl_0.048-1_all.deb ...
10:55:27 #11 56.45 Unpacking libgit-wrapper-perl (0.048-1) ...
10:55:27 #11 56.48 Selecting previously unselected package libhttp-tiny-multipart-perl.
10:55:27 #11 56.49 Preparing to unpack .../257-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
10:55:27 #11 56.49 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
10:55:27 #11 56.52 Selecting previously unselected package libio-prompter-perl.
10:55:27 #11 56.52 Preparing to unpack .../258-libio-prompter-perl_0.004015-1_all.deb ...
10:55:27 #11 56.52 Unpacking libio-prompter-perl (0.004015-1) ...
10:55:27 #11 56.56 Selecting previously unselected package libjson-perl.
10:55:27 #11 56.56 Preparing to unpack .../259-libjson-perl_4.04000-1_all.deb ...
10:55:27 #11 56.56 Unpacking libjson-perl (4.04000-1) ...
10:55:27 #11 56.60 Selecting previously unselected package liblog-any-perl.
10:55:27 #11 56.60 Preparing to unpack .../260-liblog-any-perl_1.710-1_all.deb ...
10:55:27 #11 56.60 Unpacking liblog-any-perl (1.710-1) ...
10:55:27 #11 56.63 Selecting previously unselected package liblog-any-adapter-screen-perl.
10:55:27 #11 56.64 Preparing to unpack .../261-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
10:55:27 #11 56.64 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
10:55:27 #11 56.67 Selecting previously unselected package libpackage-stash-perl.
10:55:27 #11 56.67 Preparing to unpack .../262-libpackage-stash-perl_0.39-1_all.deb ...
10:55:27 #11 56.68 Unpacking libpackage-stash-perl (0.39-1) ...
10:55:27 #11 56.71 Selecting previously unselected package libsub-identify-perl.
10:55:27 #11 56.71 Preparing to unpack .../263-libsub-identify-perl_0.14-1build5_arm64.deb ...
10:55:27 #11 56.71 Unpacking libsub-identify-perl (0.14-1build5) ...
10:55:27 #11 56.74 Selecting previously unselected package libsub-name-perl.
10:55:27 #11 56.75 Preparing to unpack .../264-libsub-name-perl_0.26-1build3_arm64.deb ...
10:55:27 #11 56.75 Unpacking libsub-name-perl (0.26-1build3) ...
10:55:27 #11 56.78 Selecting previously unselected package libnamespace-clean-perl.
10:55:27 #11 56.78 Preparing to unpack .../265-libnamespace-clean-perl_0.27-1_all.deb ...
10:55:27 #11 56.78 Unpacking libnamespace-clean-perl (0.27-1) ...
10:55:27 #11 56.82 Selecting previously unselected package libpath-tiny-perl.
10:55:27 #11 56.82 Preparing to unpack .../266-libpath-tiny-perl_0.122-1_all.deb ...
10:55:27 #11 56.82 Unpacking libpath-tiny-perl (0.122-1) ...
10:55:27 #11 56.85 Selecting previously unselected package libstrictures-perl.
10:55:27 #11 56.85 Preparing to unpack .../267-libstrictures-perl_2.000006-1_all.deb ...
10:55:27 #11 56.86 Unpacking libstrictures-perl (2.000006-1) ...
10:55:27 #11 56.89 Selecting previously unselected package libtype-tiny-perl.
10:55:27 #11 56.89 Preparing to unpack .../268-libtype-tiny-perl_1.012004-1_all.deb ...
10:55:27 #11 56.89 Unpacking libtype-tiny-perl (1.012004-1) ...
10:55:27 #11 56.94 Selecting previously unselected package libgitlab-api-v4-perl.
10:55:27 #11 56.94 Preparing to unpack .../269-libgitlab-api-v4-perl_0.26-1_all.deb ...
10:55:27 #11 56.94 Unpacking libgitlab-api-v4-perl (0.26-1) ...
10:55:27 #11 56.98 Selecting previously unselected package libhash-fieldhash-perl.
10:55:27 #11 56.98 Preparing to unpack .../270-libhash-fieldhash-perl_0.15-1build5_arm64.deb ...
10:55:27 #11 56.98 Unpacking libhash-fieldhash-perl (0.15-1build5) ...
10:55:27 #11 57.01 Selecting previously unselected package libhtml-form-perl.
10:55:27 #11 57.02 Preparing to unpack .../271-libhtml-form-perl_6.07-1_all.deb ...
10:55:27 #11 57.02 Unpacking libhtml-form-perl (6.07-1) ...
10:55:27 #11 57.05 Selecting previously unselected package libhtml-format-perl.
10:55:27 #11 57.05 Preparing to unpack .../272-libhtml-format-perl_2.12-1.1_all.deb ...
10:55:27 #11 57.05 Unpacking libhtml-format-perl (2.12-1.1) ...
10:55:27 #11 57.08 Selecting previously unselected package libhtml-html5-entities-perl.
10:55:27 #11 57.09 Preparing to unpack .../273-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
10:55:27 #11 57.09 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
10:55:27 #11 57.12 Selecting previously unselected package libhttp-daemon-perl.
10:55:27 #11 57.12 Preparing to unpack .../274-libhttp-daemon-perl_6.13-1ubuntu0.1_all.deb ...
10:55:27 #11 57.13 Unpacking libhttp-daemon-perl (6.13-1ubuntu0.1) ...
10:55:27 #11 57.16 Selecting previously unselected package libio-interactive-perl.
10:55:27 #11 57.16 Preparing to unpack .../275-libio-interactive-perl_1.023-1_all.deb ...
10:55:27 #11 57.16 Unpacking libio-interactive-perl (1.023-1) ...
10:55:27 #11 57.19 Selecting previously unselected package libio-prompt-tiny-perl.
10:55:27 #11 57.19 Preparing to unpack .../276-libio-prompt-tiny-perl_0.003-1_all.deb ...
10:55:27 #11 57.20 Unpacking libio-prompt-tiny-perl (0.003-1) ...
10:55:27 #11 57.22 Selecting previously unselected package libtypes-serialiser-perl.
10:55:27 #11 57.23 Preparing to unpack .../277-libtypes-serialiser-perl_1.01-1_all.deb ...
10:55:27 #11 57.23 Unpacking libtypes-serialiser-perl (1.01-1) ...
10:55:27 #11 57.26 Selecting previously unselected package libjson-xs-perl.
10:55:28 #11 57.26 Preparing to unpack .../278-libjson-xs-perl_4.030-1build3_arm64.deb ...
10:55:28 #11 57.26 Unpacking libjson-xs-perl (4.030-1build3) ...
10:55:28 #11 57.30 Selecting previously unselected package libjson-maybexs-perl.
10:55:28 #11 57.30 Preparing to unpack .../279-libjson-maybexs-perl_1.004003-1_all.deb ...
10:55:28 #11 57.30 Unpacking libjson-maybexs-perl (1.004003-1) ...
10:55:28 #11 57.33 Selecting previously unselected package libldap-common.
10:55:28 #11 57.33 Preparing to unpack .../280-libldap-common_2.5.14+dfsg-0ubuntu0.22.04.2_all.deb ...
10:55:28 #11 57.34 Unpacking libldap-common (2.5.14+dfsg-0ubuntu0.22.04.2) ...
10:55:28 #11 57.37 Selecting previously unselected package liblist-compare-perl.
10:55:28 #11 57.37 Preparing to unpack .../281-liblist-compare-perl_0.55-1_all.deb ...
10:55:28 #11 57.37 Unpacking liblist-compare-perl (0.55-1) ...
10:55:28 #11 57.41 Selecting previously unselected package liblist-someutils-perl.
10:55:28 #11 57.41 Preparing to unpack .../282-liblist-someutils-perl_0.58-1_all.deb ...
10:55:28 #11 57.41 Unpacking liblist-someutils-perl (0.58-1) ...
10:55:28 #11 57.44 Selecting previously unselected package liblist-someutils-xs-perl.
10:55:28 #11 57.45 Preparing to unpack .../283-liblist-someutils-xs-perl_0.58-2build3_arm64.deb ...
10:55:28 #11 57.45 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
10:55:28 #11 57.48 Selecting previously unselected package liblist-utilsby-perl.
10:55:28 #11 57.48 Preparing to unpack .../284-liblist-utilsby-perl_0.11-1_all.deb ...
10:55:28 #11 57.49 Unpacking liblist-utilsby-perl (0.11-1) ...
10:55:28 #11 57.52 Selecting previously unselected package libltdl7:arm64.
10:55:28 #11 57.52 Preparing to unpack .../285-libltdl7_2.4.6-15build2_arm64.deb ...
10:55:28 #11 57.52 Unpacking libltdl7:arm64 (2.4.6-15build2) ...
10:55:28 #11 57.56 Selecting previously unselected package libltdl-dev:arm64.
10:55:28 #11 57.56 Preparing to unpack .../286-libltdl-dev_2.4.6-15build2_arm64.deb ...
10:55:28 #11 57.56 Unpacking libltdl-dev:arm64 (2.4.6-15build2) ...
10:55:28 #11 57.60 Selecting previously unselected package liblzo2-2:arm64.
10:55:28 #11 57.61 Preparing to unpack .../287-liblzo2-2_2.10-2build3_arm64.deb ...
10:55:28 #11 57.61 Unpacking liblzo2-2:arm64 (2.10-2build3) ...
10:55:28 #11 57.64 Selecting previously unselected package libsys-hostname-long-perl.
10:55:28 #11 57.64 Preparing to unpack .../288-libsys-hostname-long-perl_1.5-2_all.deb ...
10:55:28 #11 57.65 Unpacking libsys-hostname-long-perl (1.5-2) ...
10:55:28 #11 57.67 Selecting previously unselected package libmail-sendmail-perl.
10:55:28 #11 57.68 Preparing to unpack .../289-libmail-sendmail-perl_0.80-1.1_all.deb ...
10:55:28 #11 57.68 Unpacking libmail-sendmail-perl (0.80-1.1) ...
10:55:28 #11 57.71 Selecting previously unselected package libnet-smtp-ssl-perl.
10:55:28 #11 57.71 Preparing to unpack .../290-libnet-smtp-ssl-perl_1.04-1_all.deb ...
10:55:28 #11 57.72 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
10:55:28 #11 57.75 Selecting previously unselected package libmailtools-perl.
10:55:28 #11 57.75 Preparing to unpack .../291-libmailtools-perl_2.21-1_all.deb ...
10:55:28 #11 57.75 Unpacking libmailtools-perl (2.21-1) ...
10:55:28 #11 57.80 Selecting previously unselected package libmarkdown2:arm64.
10:55:28 #11 57.80 Preparing to unpack .../292-libmarkdown2_2.2.7-2_arm64.deb ...
10:55:28 #11 57.80 Unpacking libmarkdown2:arm64 (2.2.7-2) ...
10:55:28 #11 57.83 Selecting previously unselected package libmath-base85-perl.
10:55:28 #11 57.84 Preparing to unpack .../293-libmath-base85-perl_0.5+dfsg-1_all.deb ...
10:55:28 #11 57.84 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
10:55:28 #11 57.87 Selecting previously unselected package libmoox-aliases-perl.
10:55:28 #11 57.87 Preparing to unpack .../294-libmoox-aliases-perl_0.001006-1.1_all.deb ...
10:55:28 #11 57.88 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
10:55:28 #11 57.90 Selecting previously unselected package libnamespace-autoclean-perl.
10:55:28 #11 57.91 Preparing to unpack .../295-libnamespace-autoclean-perl_0.29-1_all.deb ...
10:55:28 #11 57.91 Unpacking libnamespace-autoclean-perl (0.29-1) ...
10:55:28 #11 57.94 Selecting previously unselected package libobject-id-perl.
10:55:28 #11 57.94 Preparing to unpack .../296-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
10:55:28 #11 57.94 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
10:55:28 #11 57.98 Selecting previously unselected package libmoox-struct-perl.
10:55:28 #11 57.98 Preparing to unpack .../297-libmoox-struct-perl_0.020-1_all.deb ...
10:55:28 #11 57.98 Unpacking libmoox-struct-perl (0.020-1) ...
10:55:28 #11 58.01 Selecting previously unselected package libmouse-perl.
10:55:28 #11 58.01 Preparing to unpack .../298-libmouse-perl_2.5.10-1build4_arm64.deb ...
10:55:28 #11 58.02 Unpacking libmouse-perl (2.5.10-1build4) ...
10:55:28 #11 58.05 Selecting previously unselected package libpackage-stash-xs-perl.
10:55:28 #11 58.06 Preparing to unpack .../299-libpackage-stash-xs-perl_0.29-1build5_arm64.deb ...
10:55:28 #11 58.06 Unpacking libpackage-stash-xs-perl (0.29-1build5) ...
10:55:28 #11 58.09 Selecting previously unselected package libpath-iterator-rule-perl.
10:55:28 #11 58.09 Preparing to unpack .../300-libpath-iterator-rule-perl_1.015-1_all.deb ...
10:55:28 #11 58.09 Unpacking libpath-iterator-rule-perl (1.015-1) ...
10:55:28 #11 58.15 Selecting previously unselected package libperlio-gzip-perl.
10:55:28 #11 58.15 Preparing to unpack .../301-libperlio-gzip-perl_0.19-1build8_arm64.deb ...
10:55:28 #11 58.16 Unpacking libperlio-gzip-perl (0.19-1build8) ...
10:55:28 #11 58.19 Selecting previously unselected package libperlio-utf8-strict-perl.
10:55:28 #11 58.19 Preparing to unpack .../302-libperlio-utf8-strict-perl_0.009-1build1_arm64.deb ...
10:55:28 #11 58.19 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
10:55:28 #11 58.23 Selecting previously unselected package libpod-parser-perl.
10:55:28 #11 58.23 Preparing to unpack .../303-libpod-parser-perl_1.63-2_all.deb ...
10:55:28 #11 58.24 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
10:55:28 #11 58.25 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
10:55:28 #11 58.26 Unpacking libpod-parser-perl (1.63-2) ...
10:55:29 #11 58.29 Selecting previously unselected package libpod-constants-perl.
10:55:29 #11 58.29 Preparing to unpack .../304-libpod-constants-perl_0.19-2_all.deb ...
10:55:29 #11 58.30 Unpacking libpod-constants-perl (0.19-2) ...
10:55:29 #11 58.33 Selecting previously unselected package libproc-processtable-perl:arm64.
10:55:29 #11 58.33 Preparing to unpack .../305-libproc-processtable-perl_0.634-1build1_arm64.deb ...
10:55:29 #11 58.34 Unpacking libproc-processtable-perl:arm64 (0.634-1build1) ...
10:55:29 #11 58.37 Selecting previously unselected package libre2-9:arm64.
10:55:29 #11 58.38 Preparing to unpack .../306-libre2-9_20220201+dfsg-1_arm64.deb ...
10:55:29 #11 58.38 Unpacking libre2-9:arm64 (20220201+dfsg-1) ...
10:55:29 #11 58.41 Selecting previously unselected package libre-engine-re2-perl:arm64.
10:55:29 #11 58.41 Preparing to unpack .../307-libre-engine-re2-perl_0.14-1build2_arm64.deb ...
10:55:29 #11 58.42 Unpacking libre-engine-re2-perl:arm64 (0.14-1build2) ...
10:55:29 #11 58.45 Selecting previously unselected package libreadonly-perl.
10:55:29 #11 58.45 Preparing to unpack .../308-libreadonly-perl_2.050-3_all.deb ...
10:55:29 #11 58.45 Unpacking libreadonly-perl (2.050-3) ...
10:55:29 #11 58.49 Selecting previously unselected package libref-util-perl.
10:55:29 #11 58.49 Preparing to unpack .../309-libref-util-perl_0.204-1_all.deb ...
10:55:29 #11 58.49 Unpacking libref-util-perl (0.204-1) ...
10:55:29 #11 58.52 Selecting previously unselected package libref-util-xs-perl.
10:55:29 #11 58.52 Preparing to unpack .../310-libref-util-xs-perl_0.117-1build5_arm64.deb ...
10:55:29 #11 58.53 Unpacking libref-util-xs-perl (0.117-1build5) ...
10:55:29 #11 58.56 Selecting previously unselected package libregexp-pattern-license-perl.
10:55:29 #11 58.56 Preparing to unpack .../311-libregexp-pattern-license-perl_3.9.3-1_all.deb ...
10:55:29 #11 58.56 Unpacking libregexp-pattern-license-perl (3.9.3-1) ...
10:55:29 #11 58.60 Selecting previously unselected package libregexp-pattern-perl.
10:55:29 #11 58.60 Preparing to unpack .../312-libregexp-pattern-perl_0.2.14-1_all.deb ...
10:55:29 #11 58.60 Unpacking libregexp-pattern-perl (0.2.14-1) ...
10:55:29 #11 58.63 Selecting previously unselected package libsasl2-modules:arm64.
10:55:29 #11 58.64 Preparing to unpack .../313-libsasl2-modules_2.1.27+dfsg2-3ubuntu1.2_arm64.deb ...
10:55:29 #11 58.64 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg2-3ubuntu1.2) ...
10:55:29 #11 58.67 Selecting previously unselected package libsereal-decoder-perl.
10:55:29 #11 58.67 Preparing to unpack .../314-libsereal-decoder-perl_4.023+ds-1_arm64.deb ...
10:55:29 #11 58.68 Unpacking libsereal-decoder-perl (4.023+ds-1) ...
10:55:29 #11 58.71 Selecting previously unselected package libsereal-encoder-perl:arm64.
10:55:29 #11 58.71 Preparing to unpack .../315-libsereal-encoder-perl_4.023+ds-1_arm64.deb ...
10:55:29 #11 58.71 Unpacking libsereal-encoder-perl:arm64 (4.023+ds-1) ...
10:55:29 #11 58.74 Selecting previously unselected package libset-intspan-perl.
10:55:29 #11 58.75 Preparing to unpack .../316-libset-intspan-perl_1.19-2_all.deb ...
10:55:29 #11 58.75 Unpacking libset-intspan-perl (1.19-2) ...
10:55:29 #11 58.78 Selecting previously unselected package libsocket6-perl.
10:55:29 #11 58.78 Preparing to unpack .../317-libsocket6-perl_0.29-1build4_arm64.deb ...
10:55:29 #11 58.79 Unpacking libsocket6-perl (0.29-1build4) ...
10:55:29 #11 58.81 Selecting previously unselected package libstring-copyright-perl.
10:55:29 #11 58.82 Preparing to unpack .../318-libstring-copyright-perl_0.003012-1_all.deb ...
10:55:29 #11 58.82 Unpacking libstring-copyright-perl (0.003012-1) ...
10:55:29 #11 58.85 Selecting previously unselected package libstring-escape-perl.
10:55:29 #11 58.86 Preparing to unpack .../319-libstring-escape-perl_2010.002-2_all.deb ...
10:55:29 #11 58.86 Unpacking libstring-escape-perl (2010.002-2) ...
10:55:29 #11 58.89 Selecting previously unselected package libstring-shellquote-perl.
10:55:29 #11 58.89 Preparing to unpack .../320-libstring-shellquote-perl_1.04-1_all.deb ...
10:55:29 #11 58.89 Unpacking libstring-shellquote-perl (1.04-1) ...
10:55:29 #11 58.92 Selecting previously unselected package libxs-parse-keyword-perl.
10:55:29 #11 58.93 Preparing to unpack .../321-libxs-parse-keyword-perl_0.21-1build1_arm64.deb ...
10:55:29 #11 58.93 Unpacking libxs-parse-keyword-perl (0.21-1build1) ...
10:55:29 #11 58.96 Selecting previously unselected package libsyntax-keyword-try-perl.
10:55:29 #11 58.97 Preparing to unpack .../322-libsyntax-keyword-try-perl_0.26-1build1_arm64.deb ...
10:55:29 #11 58.97 Unpacking libsyntax-keyword-try-perl (0.26-1build1) ...
10:55:29 #11 59.00 Selecting previously unselected package libterm-readkey-perl.
10:55:29 #11 59.00 Preparing to unpack .../323-libterm-readkey-perl_2.38-1build4_arm64.deb ...
10:55:29 #11 59.01 Unpacking libterm-readkey-perl (2.38-1build4) ...
10:55:29 #11 59.04 Selecting previously unselected package libtext-levenshteinxs-perl.
10:55:29 #11 59.04 Preparing to unpack .../324-libtext-levenshteinxs-perl_0.03-4build10_arm64.deb ...
10:55:29 #11 59.04 Unpacking libtext-levenshteinxs-perl (0.03-4build10) ...
10:55:29 #11 59.07 Selecting previously unselected package libtext-markdown-discount-perl:arm64.
10:55:29 #11 59.07 Preparing to unpack .../325-libtext-markdown-discount-perl_0.13-1build1_arm64.deb ...
10:55:29 #11 59.08 Unpacking libtext-markdown-discount-perl:arm64 (0.13-1build1) ...
10:55:29 #11 59.11 Selecting previously unselected package libtext-xslate-perl:arm64.
10:55:29 #11 59.11 Preparing to unpack .../326-libtext-xslate-perl_3.5.9-1build1_arm64.deb ...
10:55:29 #11 59.12 Unpacking libtext-xslate-perl:arm64 (3.5.9-1build1) ...
10:55:29 #11 59.16 Selecting previously unselected package libtime-duration-perl.
10:55:29 #11 59.16 Preparing to unpack .../327-libtime-duration-perl_1.21-1_all.deb ...
10:55:29 #11 59.16 Unpacking libtime-duration-perl (1.21-1) ...
10:55:29 #11 59.20 Selecting previously unselected package libtime-moment-perl.
10:55:29 #11 59.20 Preparing to unpack .../328-libtime-moment-perl_0.44-1build6_arm64.deb ...
10:55:29 #11 59.20 Unpacking libtime-moment-perl (0.44-1build6) ...
10:55:29 #11 59.23 Selecting previously unselected package libtype-tiny-xs-perl.
10:55:29 #11 59.24 Preparing to unpack .../329-libtype-tiny-xs-perl_0.022-1build2_arm64.deb ...
10:55:29 #11 59.24 Unpacking libtype-tiny-xs-perl (0.022-1build2) ...
10:55:29 #11 59.27 Selecting previously unselected package libunicode-utf8-perl.
10:55:30 #11 59.27 Preparing to unpack .../330-libunicode-utf8-perl_0.62-1build4_arm64.deb ...
10:55:30 #11 59.27 Unpacking libunicode-utf8-perl (0.62-1build4) ...
10:55:30 #11 59.30 Selecting previously unselected package libxml-namespacesupport-perl.
10:55:30 #11 59.30 Preparing to unpack .../331-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
10:55:30 #11 59.31 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
10:55:30 #11 59.34 Selecting previously unselected package libxml-sax-base-perl.
10:55:30 #11 59.34 Preparing to unpack .../332-libxml-sax-base-perl_1.09-1.1_all.deb ...
10:55:30 #11 59.34 Unpacking libxml-sax-base-perl (1.09-1.1) ...
10:55:30 #11 59.38 Selecting previously unselected package libxml-sax-perl.
10:55:30 #11 59.38 Preparing to unpack .../333-libxml-sax-perl_1.02+dfsg-3_all.deb ...
10:55:30 #11 59.39 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
10:55:30 #11 59.43 Selecting previously unselected package libxml-libxml-perl.
10:55:30 #11 59.43 Preparing to unpack .../334-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_arm64.deb ...
10:55:30 #11 59.44 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
10:55:30 #11 59.49 Selecting previously unselected package libxml-parser-perl:arm64.
10:55:30 #11 59.49 Preparing to unpack .../335-libxml-parser-perl_2.46-3build1_arm64.deb ...
10:55:30 #11 59.50 Unpacking libxml-parser-perl:arm64 (2.46-3build1) ...
10:55:30 #11 59.54 Selecting previously unselected package libxml-sax-expat-perl.
10:55:30 #11 59.54 Preparing to unpack .../336-libxml-sax-expat-perl_0.51-1_all.deb ...
10:55:30 #11 59.54 Unpacking libxml-sax-expat-perl (0.51-1) ...
10:55:30 #11 59.57 Selecting previously unselected package libyaml-libyaml-perl.
10:55:30 #11 59.58 Preparing to unpack .../337-libyaml-libyaml-perl_0.83+ds-1build1_arm64.deb ...
10:55:30 #11 59.58 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
10:55:30 #11 59.61 Selecting previously unselected package licensecheck.
10:55:30 #11 59.61 Preparing to unpack .../338-licensecheck_3.2.14-2_all.deb ...
10:55:30 #11 59.62 Unpacking licensecheck (3.2.14-2) ...
10:55:30 #11 59.65 Selecting previously unselected package libdevel-size-perl.
10:55:30 #11 59.65 Preparing to unpack .../339-libdevel-size-perl_0.83-1build4_arm64.deb ...
10:55:30 #11 59.65 Unpacking libdevel-size-perl (0.83-1build4) ...
10:55:30 #11 59.69 Selecting previously unselected package libipc-run3-perl.
10:55:30 #11 59.69 Preparing to unpack .../340-libipc-run3-perl_0.048-2_all.deb ...
10:55:30 #11 59.69 Unpacking libipc-run3-perl (0.048-2) ...
10:55:30 #11 59.73 Selecting previously unselected package lzip.
10:55:30 #11 59.73 Preparing to unpack .../341-lzip_1.23-1_arm64.deb ...
10:55:30 #11 59.74 Unpacking lzip (1.23-1) ...
10:55:30 #11 59.77 Selecting previously unselected package lzop.
10:55:30 #11 59.77 Preparing to unpack .../342-lzop_1.04-2build2_arm64.deb ...
10:55:30 #11 59.78 Unpacking lzop (1.04-2build2) ...
10:55:30 #11 59.81 Selecting previously unselected package t1utils.
10:55:30 #11 59.81 Preparing to unpack .../343-t1utils_1.41-4build2_arm64.deb ...
10:55:30 #11 59.81 Unpacking t1utils (1.41-4build2) ...
10:55:30 #11 59.85 Selecting previously unselected package unzip.
10:55:30 #11 59.85 Preparing to unpack .../344-unzip_6.0-26ubuntu3.1_arm64.deb ...
10:55:30 #11 59.86 Unpacking unzip (6.0-26ubuntu3.1) ...
10:55:30 #11 59.90 Selecting previously unselected package lintian.
10:55:30 #11 59.90 Preparing to unpack .../345-lintian_2.114.0ubuntu1.2_all.deb ...
10:55:30 #11 59.91 Unpacking lintian (2.114.0ubuntu1.2) ...
10:55:30 #11 60.23 Selecting previously unselected package manpages-dev.
10:55:30 #11 60.23 Preparing to unpack .../346-manpages-dev_5.10-1ubuntu1_all.deb ...
10:55:30 #11 60.24 Unpacking manpages-dev (5.10-1ubuntu1) ...
10:55:31 #11 60.45 Selecting previously unselected package python3-certifi.
10:55:31 #11 60.45 Preparing to unpack .../347-python3-certifi_2020.6.20-1_all.deb ...
10:55:31 #11 60.46 Unpacking python3-certifi (2020.6.20-1) ...
10:55:31 #11 60.51 Selecting previously unselected package python3-idna.
10:55:31 #11 60.51 Preparing to unpack .../348-python3-idna_3.3-1_all.deb ...
10:55:31 #11 60.51 Unpacking python3-idna (3.3-1) ...
10:55:31 #11 60.55 Selecting previously unselected package python3-six.
10:55:31 #11 60.55 Preparing to unpack .../349-python3-six_1.16.0-3ubuntu1_all.deb ...
10:55:31 #11 60.56 Unpacking python3-six (1.16.0-3ubuntu1) ...
10:55:31 #11 60.59 Selecting previously unselected package python3-urllib3.
10:55:31 #11 60.59 Preparing to unpack .../350-python3-urllib3_1.26.5-1~exp1_all.deb ...
10:55:31 #11 60.60 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
10:55:31 #11 60.64 Selecting previously unselected package python3-requests.
10:55:31 #11 60.64 Preparing to unpack .../351-python3-requests_2.25.1+dfsg-2_all.deb ...
10:55:31 #11 60.64 Unpacking python3-requests (2.25.1+dfsg-2) ...
10:55:31 #11 60.68 Selecting previously unselected package python3-unidiff.
10:55:31 #11 60.68 Preparing to unpack .../352-python3-unidiff_0.5.5-2_all.deb ...
10:55:31 #11 60.69 Unpacking python3-unidiff (0.5.5-2) ...
10:55:31 #11 60.72 Selecting previously unselected package python3-xdg.
10:55:31 #11 60.73 Preparing to unpack .../353-python3-xdg_0.27-2_all.deb ...
10:55:31 #11 60.73 Unpacking python3-xdg (0.27-2) ...
10:55:31 #11 60.76 Selecting previously unselected package equivs.
10:55:31 #11 60.76 Preparing to unpack .../354-equivs_2.3.1_all.deb ...
10:55:31 #11 60.77 Unpacking equivs (2.3.1) ...
10:55:31 #11 60.80 Selecting previously unselected package libauthen-sasl-perl.
10:55:31 #11 60.80 Preparing to unpack .../355-libauthen-sasl-perl_2.1600-1.1_all.deb ...
10:55:31 #11 60.81 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
10:55:31 #11 60.84 Selecting previously unselected package python3-magic.
10:55:31 #11 60.85 Preparing to unpack .../356-python3-magic_2%3a0.4.24-2_all.deb ...
10:55:31 #11 60.85 Unpacking python3-magic (2:0.4.24-2) ...
10:55:31 #11 60.90 Setting up libksba8:arm64 (1.6.0-2ubuntu0.2) ...
10:55:31 #11 60.91 Setting up media-types (7.0.0) ...
10:55:31 #11 60.92 Setting up libpipeline1:arm64 (1.5.5-1) ...
10:55:31 #11 60.94 Setting up wdiff (1.2.2-2build3) ...
10:55:31 #11 60.95 Setting up gcc-11-base:arm64 (11.3.0-1ubuntu1~22.04) ...
10:55:31 #11 60.96 Setting up libxau6:arm64 (1:1.0.9-1build5) ...
10:55:31 #11 60.97 Setting up libre2-9:arm64 (20220201+dfsg-1) ...
10:55:31 #11 60.98 Setting up lto-disabled-list (24) ...
10:55:31 #11 60.99 Setting up libpsl5:arm64 (0.21.0-1.2build2) ...
10:55:31 #11 61.00 Setting up bsdextrautils (2.37.2-4ubuntu3) ...
10:55:31 #11 61.01 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
10:55:31 #11 61.01 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
10:55:31 #11 61.02 Setting up libtext-glob-perl (0.11-2) ...
10:55:31 #11 61.03 Setting up libmagic-mgc (1:5.41-3) ...
10:55:31 #11 61.04 Setting up libyaml-0-2:arm64 (0.2.2-1build2) ...
10:55:31 #11 61.05 Setting up distro-info-data (0.52ubuntu0.4) ...
10:55:31 #11 61.06 Setting up manpages (5.10-1ubuntu1) ...
10:55:31 #11 61.07 Setting up unzip (6.0-26ubuntu3.1) ...
10:55:31 #11 61.09 Setting up libcbor0.8:arm64 (0.8.0-2ubuntu1) ...
10:55:31 #11 61.10 Setting up libbrotli1:arm64 (1.0.9-2build6) ...
10:55:31 #11 61.11 Setting up libsqlite3-0:arm64 (3.37.2-2ubuntu0.1) ...
10:55:31 #11 61.12 Setting up libsasl2-modules:arm64 (2.1.27+dfsg2-3ubuntu1.2) ...
10:55:31 #11 61.13 Setting up binutils-common:arm64 (2.38-4ubuntu2.1) ...
10:55:31 #11 61.15 Setting up libnghttp2-14:arm64 (1.43.0-1build3) ...
10:55:31 #11 61.16 Setting up libmagic1:arm64 (1:5.41-3) ...
10:55:31 #11 61.17 Setting up libdeflate0:arm64 (1.10-2) ...
10:55:31 #11 61.19 Setting up less (590-1ubuntu0.22.04.1) ...
10:55:31 #11 61.20 Setting up perl-openssl-defaults:arm64 (5build2) ...
10:55:31 #11 61.21 Setting up linux-libc-dev:arm64 (5.15.0-71.78) ...
10:55:31 #11 61.22 Setting up libctf-nobfd0:arm64 (2.38-4ubuntu2.1) ...
10:55:31 #11 61.23 Setting up gettext-base (0.21-4ubuntu4) ...
10:55:31 #11 61.24 Setting up liblzo2-2:arm64 (2.10-2build3) ...
10:55:31 #11 61.25 Setting up libnpth0:arm64 (1.6-3build2) ...
10:55:31 #11 61.26 Setting up file (1:5.41-3) ...
10:55:31 #11 61.28 Setting up libassuan0:arm64 (2.5.5-1build1) ...
10:55:31 #11 61.29 Setting up libgomp1:arm64 (12.1.0-2ubuntu1~22.04) ...
10:55:31 #11 61.30 Setting up perl-modules-5.34 (5.34.0-3ubuntu1.1) ...
10:55:31 #11 61.31 Setting up bzip2 (1.0.8-5build1) ...
10:55:31 #11 61.32 Setting up libldap-common (2.5.14+dfsg-0ubuntu0.22.04.2) ...
10:55:31 #11 61.33 Setting up libjbig0:arm64 (2.1-3.1ubuntu0.22.04.1) ...
10:55:32 #11 61.35 Setting up libfakeroot:arm64 (1.28-1ubuntu1) ...
10:55:32 #11 61.36 Setting up libasan6:arm64 (11.3.0-1ubuntu1~22.04) ...
10:55:32 #11 61.37 Setting up libnumber-compare-perl (0.03-2) ...
10:55:32 #11 61.38 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg2-3ubuntu1.2) ...
10:55:32 #11 61.40 Setting up fakeroot (1.28-1ubuntu1) ...
10:55:32 #11 61.40 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
10:55:32 #11 61.40 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
10:55:32 #11 61.40 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
10:55:32 #11 61.40 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
10:55:32 #11 61.40 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
10:55:32 #11 61.40 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
10:55:32 #11 61.40 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
10:55:32 #11 61.40 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
10:55:32 #11 61.40 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
10:55:32 #11 61.41 Setting up autotools-dev (20220109.1) ...
10:55:32 #11 61.42 Setting up libtirpc-dev:arm64 (1.3.2-2ubuntu0.1) ...
10:55:32 #11 61.43 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
10:55:32 #11 61.44 Setting up libx11-data (2:1.7.5-1) ...
10:55:32 #11 61.45 Setting up make (4.3-4.1build1) ...
10:55:32 #11 61.47 Setting up libmpfr6:arm64 (4.1.0-3build3) ...
10:55:32 #11 61.48 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
10:55:32 #11 61.48 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build4) ...
10:55:32 #11 61.50 Setting up lzip (1.23-1) ...
10:55:32 #11 61.51 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
10:55:32 #11 61.51 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
10:55:32 #11 61.51 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
10:55:32 #11 61.51 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
10:55:32 #11 61.51 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
10:55:32 #11 61.51 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
10:55:32 #11 61.52 Setting up strace (5.16-0ubuntu3) ...
10:55:32 #11 61.53 Setting up libsigsegv2:arm64 (2.13-1ubuntu3) ...
10:55:32 #11 61.54 Setting up xz-utils (5.2.5-2ubuntu1) ...
10:55:32 #11 61.55 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
10:55:32 #11 61.55 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
10:55:32 #11 61.55 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
10:55:32 #11 61.55 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
10:55:32 #11 61.55 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
10:55:32 #11 61.55 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
10:55:32 #11 61.55 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
10:55:32 #11 61.55 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
10:55:32 #11 61.55 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
10:55:32 #11 61.55 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
10:55:32 #11 61.55 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
10:55:32 #11 61.56 Setting up t1utils (1.41-4build2) ...
10:55:32 #11 61.57 Setting up diffstat (1.64-1build2) ...
10:55:32 #11 61.58 Setting up libpng16-16:arm64 (1.6.37-3build5) ...
10:55:32 #11 61.59 Setting up libmpc3:arm64 (1.2.1-2build1) ...
10:55:32 #11 61.60 Setting up libatomic1:arm64 (12.1.0-2ubuntu1~22.04) ...
10:55:32 #11 61.62 Setting up patch (2.7.6-7build2) ...
10:55:32 #11 61.63 Setting up autopoint (0.21-4ubuntu4) ...
10:55:32 #11 61.64 Setting up fonts-dejavu-core (2.37-2build1) ...
10:55:32 #11 61.69 Setting up ucf (3.0043) ...
10:55:32 #11 61.79 Setting up libjpeg-turbo8:arm64 (2.1.2-0ubuntu1) ...
10:55:32 #11 61.80 Setting up libltdl7:arm64 (2.4.6-15build2) ...
10:55:32 #11 61.81 Setting up libsasl2-2:arm64 (2.1.27+dfsg2-3ubuntu1.2) ...
10:55:32 #11 61.82 Setting up libssh-4:arm64 (0.9.6-2build1) ...
10:55:32 #11 61.83 Setting up libwebp7:arm64 (1.2.2-2) ...
10:55:32 #11 61.84 Setting up libubsan1:arm64 (12.1.0-2ubuntu1~22.04) ...
10:55:32 #11 61.86 Setting up libmd0:arm64 (1.0.4-1build1) ...
10:55:32 #11 61.86 Setting up python-apt-common (2.4.0ubuntu1) ...
10:55:32 #11 61.88 Setting up libnsl-dev:arm64 (1.3.0-2build2) ...
10:55:32 #11 61.89 Setting up libhwasan0:arm64 (12.1.0-2ubuntu1~22.04) ...
10:55:32 #11 61.90 Setting up libcrypt-dev:arm64 (1:4.4.27-1) ...
10:55:32 #11 61.91 Setting up libuchardet0:arm64 (0.0.7-1build2) ...
10:55:32 #11 61.92 Setting up lzop (1.04-2build2) ...
10:55:32 #11 61.93 Setting up libmpdec3:arm64 (2.5.1-2build2) ...
10:55:32 #11 61.96 Setting up git-man (1:2.34.1-1ubuntu1.9) ...
10:55:32 #11 61.97 Setting up netbase (6.3) ...
10:55:32 #11 62.00 Setting up libbinutils:arm64 (2.38-4ubuntu2.1) ...
10:55:32 #11 62.01 Setting up libfido2-1:arm64 (1.10.0-1) ...
10:55:32 #11 62.02 Setting up libisl23:arm64 (0.24-2build1) ...
10:55:32 #11 62.03 Setting up libc-dev-bin (2.35-0ubuntu3.1) ...
10:55:32 #11 62.04 Setting up openssl (3.0.2-0ubuntu1.9) ...
10:55:32 #11 62.06 Setting up libbsd0:arm64 (0.11.5-1) ...
10:55:32 #11 62.07 Setting up libelf1:arm64 (0.186-1build1) ...
10:55:32 #11 62.08 Setting up readline-common (8.1.2-1) ...
10:55:32 #11 62.09 Setting up publicsuffix (20211207.1025-1) ...
10:55:32 #11 62.10 Setting up zstd (1.4.8+dfsg-3build1) ...
10:55:32 #11 62.11 Setting up libmarkdown2:arm64 (2.2.7-2) ...
10:55:32 #11 62.12 Setting up libcc1-0:arm64 (12.1.0-2ubuntu1~22.04) ...
10:55:33 #11 62.13 Setting up iso-codes (4.9.0-1) ...
10:55:33 #11 62.17 Setting up liblocale-gettext-perl (1.07-4build3) ...
10:55:33 #11 62.18 Setting up liblsan0:arm64 (12.1.0-2ubuntu1~22.04) ...
10:55:33 #11 62.19 Setting up dctrl-tools (2.24-3build2) ...
10:55:33 #11 62.21 Setting up libitm1:arm64 (12.1.0-2ubuntu1~22.04) ...
10:55:33 #11 62.22 Setting up libgdbm6:arm64 (1.23-1) ...
10:55:33 #11 62.23 Setting up libicu70:arm64 (70.1-2) ...
10:55:33 #11 62.24 Setting up libtsan0:arm64 (11.3.0-1ubuntu1~22.04) ...
10:55:33 #11 62.25 Setting up libctf0:arm64 (2.38-4ubuntu2.1) ...
10:55:33 #11 62.26 Setting up libjpeg8:arm64 (8c-2ubuntu10) ...
10:55:33 #11 62.27 Setting up pinentry-curses (1.1.1-1build2) ...
10:55:33 #11 62.29 Setting up cpp-11 (11.3.0-1ubuntu1~22.04) ...
10:55:33 #11 62.30 Setting up manpages-dev (5.10-1ubuntu1) ...
10:55:33 #11 62.31 Setting up libdw1:arm64 (0.186-1build1) ...
10:55:33 #11 62.32 Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu5) ...
10:55:33 #11 62.33 Setting up libxcb1:arm64 (1.14-3ubuntu3) ...
10:55:33 #11 62.34 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
10:55:33 #11 62.49 Setting up libedit2:arm64 (3.1-20210910-1build1) ...
10:55:33 #11 62.50 Setting up libreadline8:arm64 (8.1.2-1) ...
10:55:33 #11 62.51 Setting up m4 (1.4.18-5ubuntu2) ...
10:55:33 #11 62.52 Setting up binutils-aarch64-linux-gnu (2.38-4ubuntu2.1) ...
10:55:33 #11 62.53 Setting up binutils (2.38-4ubuntu2.1) ...
10:55:33 #11 62.54 Setting up libldap-2.5-0:arm64 (2.5.14+dfsg-0ubuntu0.22.04.2) ...
10:55:33 #11 62.55 Setting up libpython3.10-stdlib:arm64 (3.10.6-1~22.04.2ubuntu1) ...
10:55:33 #11 62.56 Setting up ca-certificates (20211016ubuntu0.22.04.1) ...
10:55:33 #11 63.01 Updating certificates in /etc/ssl/certs...
10:55:34 #11 63.57 124 added, 0 removed; done.
10:55:34 #11 63.60 Setting up libfreetype6:arm64 (2.11.1+dfsg-1ubuntu0.1) ...
10:55:34 #11 63.61 Setting up libgdbm-compat4:arm64 (1.23-1) ...
10:55:34 #11 63.62 Setting up libgcc-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
10:55:34 #11 63.63 Setting up dwz (0.14-1build2) ...
10:55:34 #11 63.64 Setting up gcc-11 (11.3.0-1ubuntu1~22.04) ...
10:55:34 #11 63.65 Setting up groff-base (1.22.4-8build1) ...
10:55:34 #11 63.67 Setting up cpp (4:11.2.0-1ubuntu1) ...
10:55:34 #11 63.68 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
10:55:34 #11 63.70 Setting up debugedit (1:5.0-4build1) ...
10:55:34 #11 63.71 Setting up libcurl4:arm64 (7.81.0-1ubuntu1.10) ...
10:55:34 #11 63.72 Setting up libc6-dev:arm64 (2.35-0ubuntu3.1) ...
10:55:34 #11 63.73 Setting up libx11-6:arm64 (2:1.7.5-1) ...
10:55:34 #11 63.74 Setting up libtiff5:arm64 (4.3.0-6ubuntu0.4) ...
10:55:34 #11 63.75 Setting up curl (7.81.0-1ubuntu1.10) ...
10:55:34 #11 63.76 Setting up libfontconfig1:arm64 (2.13.1-4.2ubuntu5) ...
10:55:34 #11 63.77 Setting up libxml2:arm64 (2.9.13+dfsg-1ubuntu0.3) ...
10:55:34 #11 63.78 Setting up libxmuu1:arm64 (2:1.1.3-3) ...
10:55:34 #11 63.79 Setting up gpg (2.2.27-3ubuntu2.1) ...
10:55:34 #11 63.80 Setting up libpython3-stdlib:arm64 (3.10.6-1~22.04) ...
10:55:34 #11 63.81 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
10:55:34 #11 63.82 Setting up libperl5.34:arm64 (5.34.0-3ubuntu1.1) ...
10:55:34 #11 63.83 Setting up gettext (0.21-4ubuntu4) ...
10:55:34 #11 63.84 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
10:55:34 #11 64.31 Setting up python3.10 (3.10.6-1~22.04.2ubuntu1) ...
10:55:35 #11 65.01 Setting up libxpm4:arm64 (1:3.5.12-1ubuntu0.22.04.1) ...
10:55:35 #11 65.02 Setting up libtool (2.4.6-15build2) ...
10:55:35 #11 65.03 Setting up openssh-client (1:8.9p1-3ubuntu0.1) ...
10:55:35 #11 65.10 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
10:55:35 #11 65.10 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
10:55:35 #11 65.11 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
10:55:35 #11 65.11 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
10:55:35 #11 65.11 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
10:55:35 #11 65.11 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
10:55:35 #11 65.12 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
10:55:35 #11 65.14 Setting up libxext6:arm64 (2:1.3.4-1build1) ...
10:55:35 #11 65.16 Setting up libcurl3-gnutls:arm64 (7.81.0-1ubuntu1.10) ...
10:55:35 #11 65.16 Setting up python3 (3.10.6-1~22.04) ...
10:55:36 #11 65.45 Setting up python3-xdg (0.27-2) ...
10:55:36 #11 65.60 Setting up man-db (2.10.2-1) ...
10:55:36 #11 65.70 Building database of manual pages ...
10:55:36 #11 65.92 Setting up libgpgme11:arm64 (1.16.0-1.2ubuntu4) ...
10:55:36 #11 65.93 Setting up gcc (4:11.2.0-1ubuntu1) ...
10:55:36 #11 65.95 Setting up python3-six (1.16.0-3ubuntu1) ...
10:55:36 #11 66.08 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
10:55:36 #11 66.22 Setting up perl (5.34.0-3ubuntu1.1) ...
10:55:36 #11 66.24 Setting up libpackage-stash-xs-perl (0.29-1build5) ...
10:55:36 #11 66.25 Setting up libclass-data-inheritable-perl (0.08-3) ...
10:55:36 #11 66.26 Setting up libxs-parse-keyword-perl (0.21-1build1) ...
10:55:37 #11 66.28 Setting up python3-gpg (1.16.0-1.2ubuntu4) ...
10:55:37 #11 66.44 Setting up libdata-dump-perl (1.25-1) ...
10:55:37 #11 66.50 Setting up python3-certifi (2020.6.20-1) ...
10:55:37 #11 66.62 Setting up libfile-find-rule-perl (0.34-1) ...
10:55:37 #11 66.63 Setting up libref-util-perl (0.204-1) ...
10:55:37 #11 66.64 Setting up libipc-system-simple-perl (1.30-1) ...
10:55:37 #11 66.65 Setting up libnet-domain-tld-perl (1.75-1.1) ...
10:55:37 #11 66.66 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
10:55:37 #11 66.67 Setting up libsocket6-perl (0.29-1build4) ...
10:55:37 #11 66.68 Setting up libio-prompt-tiny-perl (0.003-1) ...
10:55:37 #11 66.69 Setting up libhash-fieldhash-perl (0.15-1build5) ...
10:55:37 #11 66.71 Setting up libgd3:arm64 (2.3.0-2ubuntu2) ...
10:55:37 #11 66.72 Setting up libvariable-magic-perl (0.62-1build5) ...
10:55:37 #11 66.73 Setting up python3-idna (3.3-1) ...
10:55:37 #11 66.92 Setting up libio-html-perl (1.004-2) ...
10:55:37 #11 66.93 Setting up libpod-parser-perl (1.63-2) ...
10:55:37 #11 66.94 Setting up libb-hooks-op-check-perl (0.22-1build5) ...
10:55:37 #11 66.95 Setting up liblist-moreutils-xs-perl (0.430-2build2) ...
10:55:37 #11 66.96 Setting up libparams-util-perl (1.102-1build3) ...
10:55:37 #11 66.97 Setting up libdpkg-perl (1.21.1ubuntu2.1) ...
10:55:37 #11 66.98 Setting up libtime-duration-perl (1.21-1) ...
10:55:37 #11 66.99 Setting up autoconf (2.71-2) ...
10:55:37 #11 67.01 Setting up python3-urllib3 (1.26.5-1~exp1) ...
10:55:38 #11 67.17 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
10:55:38 #11 67.18 Setting up libarray-intspan-perl (2.004-1) ...
10:55:38 #11 67.19 Setting up libcapture-tiny-perl (0.48-1) ...
10:55:38 #11 67.20 Setting up libtimedate-perl (2.3300-2) ...
10:55:38 #11 67.21 Setting up libstdc++-11-dev:arm64 (11.3.0-1ubuntu1~22.04) ...
10:55:38 #11 67.22 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
10:55:38 #11 67.23 Setting up libsub-name-perl (0.26-1build3) ...
10:55:38 #11 67.24 Setting up libtype-tiny-xs-perl (0.022-1build2) ...
10:55:38 #11 67.25 Setting up libsyntax-keyword-try-perl (0.26-1build1) ...
10:55:38 #11 67.26 Setting up libdata-validate-domain-perl (0.10-1.1) ...
10:55:38 #11 67.27 Setting up libproc-processtable-perl:arm64 (0.634-1build1) ...
10:55:38 #11 67.28 Setting up libfile-chdir-perl (0.1008-1.1) ...
10:55:38 #11 67.29 Setting up xauth (1:1.1-1build2) ...
10:55:38 #11 67.30 Setting up libpath-tiny-perl (0.122-1) ...
10:55:38 #11 67.31 Setting up libarchive-cpio-perl (0.10-1.1) ...
10:55:38 #11 67.32 Setting up libjson-perl (4.04000-1) ...
10:55:38 #11 67.33 Setting up libipc-run3-perl (0.048-2) ...
10:55:38 #11 67.34 Setting up libsub-override-perl (0.09-2) ...
10:55:38 #11 67.35 Setting up libaliased-perl (0.34-1.1) ...
10:55:38 #11 67.36 Setting up python3-unidiff (0.5.5-2) ...
10:55:38 #11 67.49 Setting up libstrictures-perl (2.000006-1) ...
10:55:38 #11 67.50 Setting up libsub-quote-perl (2.006006-1) ...
10:55:38 #11 67.51 Setting up libdevel-stacktrace-perl (2.0400-1) ...
10:55:38 #11 67.52 Setting up libclass-xsaccessor-perl (1.19-3build9) ...
10:55:38 #11 67.53 Setting up libsort-versions-perl (1.62-1) ...
10:55:38 #11 67.54 Setting up libexporter-tiny-perl (1.002002-1) ...
10:55:38 #11 67.55 Setting up libre-engine-re2-perl:arm64 (0.14-1build2) ...
10:55:38 #11 67.56 Setting up libfile-dirlist-perl (0.05-2) ...
10:55:38 #11 67.57 Setting up libterm-readkey-perl (2.38-1build4) ...
10:55:38 #11 67.58 Setting up lsb-release (11.1.0ubuntu4) ...
10:55:38 #11 67.59 Setting up python3-magic (2:0.4.24-2) ...
10:55:38 #11 67.73 Setting up libtext-levenshteinxs-perl (0.03-4build10) ...
10:55:38 #11 67.74 Setting up libperlio-gzip-perl (0.19-1build8) ...
10:55:38 #11 67.74 Setting up libsys-hostname-long-perl (1.5-2) ...
10:55:38 #11 67.76 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
10:55:38 #11 67.77 Setting up libsereal-decoder-perl (4.023+ds-1) ...
10:55:38 #11 67.78 Setting up liburi-perl (5.10-1) ...
10:55:38 #11 67.79 Setting up libnet-ipv6addr-perl (1.02-1) ...
10:55:38 #11 67.80 Setting up libfile-touch-perl (0.12-1) ...
10:55:38 #11 67.81 Setting up libc-devtools (2.35-0ubuntu3.1) ...
10:55:38 #11 67.82 Setting up libemail-address-xs-perl (1.04-1build6) ...
10:55:38 #11 67.83 Setting up libnet-ssleay-perl:arm64 (1.92-1build2) ...
10:55:38 #11 67.84 Setting up python3-pkg-resources (59.6.0-1.2ubuntu0.22.04.1) ...
10:55:38 #11 68.03 Setting up automake (1:1.16.5-1.3) ...
10:55:38 #11 68.04 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
10:55:38 #11 68.04 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
10:55:38 #11 68.04 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
10:55:38 #11 68.05 Setting up libapt-pkg-perl (0.1.40build2) ...
10:55:38 #11 68.07 Setting up libstring-escape-perl (2010.002-2) ...
10:55:38 #11 68.08 Setting up libhttp-date-perl (6.05-1) ...
10:55:38 #11 68.09 Setting up libfile-which-perl (1.23-1) ...
10:55:38 #11 68.10 Setting up libfile-basedir-perl (0.09-1) ...
10:55:38 #11 68.11 Setting up libunicode-utf8-perl (0.62-1build4) ...
10:55:38 #11 68.12 Setting up libset-intspan-perl (1.19-2) ...
10:55:38 #11 68.13 Setting up libmouse-perl (2.5.10-1build4) ...
10:55:38 #11 68.14 Setting up libfile-listing-perl (6.14-1) ...
10:55:38 #11 68.15 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
10:55:38 #11 68.16 Setting up libregexp-pattern-perl (0.2.14-1) ...
10:55:38 #11 68.17 Setting up libdata-messagepack-perl (1.01-2build1) ...
10:55:38 #11 68.18 Setting up libfont-afm-perl (1.20-3) ...
10:55:39 #11 68.19 Setting up libwant-perl (0.29-1build7) ...
10:55:39 #11 68.20 Setting up libdynaloader-functions-perl (0.003-1.1) ...
10:55:39 #11 68.21 Setting up libclass-method-modifiers-perl (2.13-1) ...
10:55:39 #11 68.22 Setting up liblist-compare-perl (0.55-1) ...
10:55:39 #11 68.23 Setting up libref-util-xs-perl (0.117-1build5) ...
10:55:39 #11 68.24 Setting up libio-pty-perl (1:1.15-2build2) ...
10:55:39 #11 68.25 Setting up g++-11 (11.3.0-1ubuntu1~22.04) ...
10:55:39 #11 68.26 Setting up libfile-fcntllock-perl (0.22-3build7) ...
10:55:39 #11 68.27 Setting up libclone-perl (0.45-1build3) ...
10:55:39 #11 68.28 Setting up libalgorithm-diff-perl (1.201-1) ...
10:55:39 #11 68.29 Setting up libarchive-zip-perl (1.68-1) ...
10:55:39 #11 68.30 Setting up libsub-identify-perl (0.14-1build5) ...
10:55:39 #11 68.31 Setting up libdistro-info-perl (1.1build1) ...
10:55:39 #11 68.32 Setting up libcpanel-json-xs-perl:arm64 (4.27-1build1) ...
10:55:39 #11 68.33 Setting up python3-apt (2.4.0ubuntu1) ...
10:55:39 #11 68.48 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
10:55:39 #11 68.49 Setting up liblist-moreutils-perl (0.430-2) ...
10:55:39 #11 68.50 Setting up libhtml-tagset-perl (3.20-4) ...
10:55:39 #11 68.51 Setting up liblog-any-perl (1.710-1) ...
10:55:39 #11 68.52 Setting up libauthen-sasl-perl (2.1600-1.1) ...
10:55:39 #11 68.53 Setting up libdevel-size-perl (0.83-1build4) ...
10:55:39 #11 68.54 Setting up libdebhelper-perl (13.6ubuntu1) ...
10:55:39 #11 68.55 Setting up libpod-constants-perl (0.19-2) ...
10:55:39 #11 68.56 Setting up libregexp-pattern-license-perl (3.9.3-1) ...
10:55:39 #11 68.57 Setting up liblwp-mediatypes-perl (6.04-1) ...
10:55:39 #11 68.58 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
10:55:39 #11 68.59 Setting up libio-interactive-perl (1.023-1) ...
10:55:39 #11 68.60 Setting up libtry-tiny-perl (0.31-1) ...
10:55:39 #11 68.61 Setting up libtype-tiny-perl (1.012004-1) ...
10:55:39 #11 68.62 Setting up libcommon-sense-perl:arm64 (3.75-2build1) ...
10:55:39 #11 68.63 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
10:55:39 #11 68.64 Setting up libnet-http-perl (6.22-1) ...
10:55:39 #11 68.65 Setting up libpath-iterator-rule-perl (1.015-1) ...
10:55:39 #11 68.66 Setting up libtext-markdown-discount-perl:arm64 (0.13-1build1) ...
10:55:39 #11 68.67 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
10:55:39 #11 68.68 Setting up libtime-moment-perl (0.44-1build6) ...
10:55:39 #11 68.69 Setting up libencode-locale-perl (1.05-1.1) ...
10:55:39 #11 68.70 Setting up libexception-class-perl (1.45-1) ...
10:55:39 #11 68.71 Setting up libmath-base85-perl (0.5+dfsg-1) ...
10:55:39 #11 68.72 Setting up libconfig-tiny-perl (2.28-1) ...
10:55:39 #11 68.73 Setting up libsereal-encoder-perl:arm64 (4.023+ds-1) ...
10:55:39 #11 68.74 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
10:55:39 #11 68.75 Setting up liblist-utilsby-perl (0.11-1) ...
10:55:39 #11 68.76 Setting up libstring-shellquote-perl (1.04-1) ...
10:55:39 #11 68.77 Setting up libnet-netmask-perl (2.0001-1) ...
10:55:39 #11 68.78 Setting up libsub-install-perl (0.928-1.1) ...
10:55:39 #11 68.79 Setting up dpkg-dev (1.21.1ubuntu2.1) ...
10:55:39 #11 68.81 Setting up intltool-debian (0.35.0+20060710.5) ...
10:55:39 #11 68.82 Setting up liberror-perl (0.17029-1) ...
10:55:39 #11 68.82 Setting up dh-autoreconf (20) ...
10:55:39 #11 68.83 Setting up patchutils (0.4.2-1build2) ...
10:55:39 #11 68.84 Setting up libmail-sendmail-perl (0.80-1.1) ...
10:55:39 #11 68.85 Setting up libltdl-dev:arm64 (2.4.6-15build2) ...
10:55:39 #11 68.86 Setting up libjson-maybexs-perl (1.004003-1) ...
10:55:39 #11 68.87 Setting up libxml-sax-base-perl (1.09-1.1) ...
10:55:39 #11 68.88 Setting up libio-string-perl (1.08-3.1) ...
10:55:39 #11 68.89 Setting up libreadonly-perl (2.050-3) ...
10:55:39 #11 68.90 Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ...
10:55:39 #11 68.91 Setting up python3-chardet (4.0.0-1) ...
10:55:40 #11 69.20 Setting up libstring-copyright-perl (0.003012-1) ...
10:55:40 #11 69.21 Setting up python3-debian (0.1.43ubuntu1) ...
10:55:40 #11 69.38 Setting up python3-requests (2.25.1+dfsg-2) ...
10:55:40 #11 69.53 Setting up libdata-optlist-perl (0.112-1) ...
10:55:40 #11 69.54 Setting up libipc-run-perl (20200505.0-1) ...
10:55:40 #11 69.55 Setting up git (1:2.34.1-1ubuntu1.9) ...
10:55:40 #11 69.56 Setting up libtext-xslate-perl:arm64 (3.5.9-1build1) ...
10:55:40 #11 69.58 Setting up libcontextual-return-perl (0.004014-2) ...
10:55:40 #11 69.59 Setting up libwww-robotrules-perl (6.02-1) ...
10:55:40 #11 69.59 Setting up libtypes-serialiser-perl (1.01-1) ...
10:55:40 #11 69.60 Setting up g++ (4:11.2.0-1ubuntu1) ...
10:55:40 #11 69.63 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
10:55:40 #11 69.63 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
10:55:40 #11 69.64 Setting up libhtml-parser-perl:arm64 (3.76-1build2) ...
10:55:40 #11 69.66 Setting up libgit-wrapper-perl (0.048-1) ...
10:55:40 #11 69.67 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
10:55:40 #11 69.68 Setting up librole-tiny-perl (2.002004-1) ...
10:55:40 #11 69.69 Setting up gnupg (2.2.27-3ubuntu2.1) ...
10:55:40 #11 69.70 Setting up build-essential (12.9ubuntu3) ...
10:55:40 #11 69.71 Setting up libfont-ttf-perl (1.06-1.1) ...
10:55:40 #11 69.72 Setting up libfile-homedir-perl (1.006-1) ...
10:55:40 #11 69.73 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
10:55:40 #11 69.74 Setting up libio-socket-ssl-perl (2.074-2) ...
10:55:40 #11 69.75 Setting up libsub-exporter-perl (0.988-1) ...
10:55:40 #11 69.76 Setting up libalgorithm-merge-perl (0.08-3) ...
10:55:40 #11 69.77 Setting up libhttp-message-perl (6.36-1) ...
10:55:40 #11 69.78 Setting up libdata-validate-ip-perl (0.30-1) ...
10:55:40 #11 69.78 Setting up libhtml-form-perl (6.07-1) ...
10:55:40 #11 69.79 Setting up libiterator-perl (0.03+ds1-1.1) ...
10:55:40 #11 69.80 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
10:55:40 #11 69.81 Setting up libjson-xs-perl (4.030-1build3) ...
10:55:40 #11 69.82 Setting up libhttp-negotiate-perl (6.01-1) ...
10:55:40 #11 69.83 Setting up libio-prompter-perl (0.004015-1) ...
10:55:40 #11 69.84 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
10:55:40 #11 69.85 Setting up libhttp-cookies-perl (6.10-1) ...
10:55:40 #11 69.86 Setting up po-debconf (1.0.21+nmu1) ...
10:55:40 #11 69.87 Setting up libhtml-tree-perl (5.07-2) ...
10:55:40 #11 69.88 Setting up libparams-classify-perl (0.015-1build5) ...
10:55:40 #11 69.89 Setting up libhtml-format-perl (2.12-1.1) ...
10:55:40 #11 69.90 Setting up libxml-sax-perl (1.02+dfsg-3) ...
10:55:40 #11 69.96 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
10:55:40 #11 70.02 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
10:55:40 #11 70.15 
10:55:40 #11 70.15 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
10:55:40 #11 70.17 Setting up dput (1.1.0ubuntu2) ...
10:55:41 #11 70.32 Setting up libdata-validate-uri-perl (0.07-2) ...
10:55:41 #11 70.33 Setting up libnet-smtp-ssl-perl (1.04-1) ...
10:55:41 #11 70.34 Setting up libmodule-runtime-perl (0.016-1) ...
10:55:41 #11 70.35 Setting up libmailtools-perl (2.21-1) ...
10:55:41 #11 70.36 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
10:55:41 #11 70.41 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
10:55:41 #11 70.48 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
10:55:41 #11 70.55 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
10:55:41 #11 70.68 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
10:55:41 #11 70.71 Setting up dh-strip-nondeterminism (1.13.0-1) ...
10:55:41 #11 70.71 Setting up libconst-fast-perl (0.014-1.1) ...
10:55:41 #11 70.72 Setting up libhttp-daemon-perl (6.13-1ubuntu0.1) ...
10:55:41 #11 70.74 Setting up libdata-dpath-perl (0.58-1) ...
10:55:41 #11 70.75 Setting up libmodule-implementation-perl (0.09-1.1) ...
10:55:41 #11 70.75 Setting up libpackage-stash-perl (0.39-1) ...
10:55:41 #11 70.76 Setting up libimport-into-perl (1.002005-1) ...
10:55:41 #11 70.77 Setting up libmoo-perl (2.005004-3) ...
10:55:41 #11 70.78 Setting up liblist-someutils-perl (0.58-1) ...
10:55:41 #11 70.79 Setting up debhelper (13.6ubuntu1) ...
10:55:41 #11 70.80 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
10:55:41 #11 70.81 Setting up equivs (2.3.1) ...
10:55:41 #11 70.82 Setting up libmoox-aliases-perl (0.001006-1.1) ...
10:55:41 #11 70.83 Setting up libb-hooks-endofscope-perl (0.25-1) ...
10:55:41 #11 70.84 Setting up libnamespace-clean-perl (0.27-1) ...
10:55:41 #11 70.85 Setting up libnamespace-autoclean-perl (0.29-1) ...
10:55:41 #11 70.86 Setting up libgitlab-api-v4-perl (0.26-1) ...
10:55:41 #11 70.87 Setting up libmoox-struct-perl (0.020-1) ...
10:55:41 #11 70.88 Setting up lintian (2.114.0ubuntu1.2) ...
10:55:41 #11 70.90 Setting up licensecheck (3.2.14-2) ...
10:55:41 #11 70.91 Setting up liblwp-protocol-https-perl (6.10-1) ...
10:55:41 #11 70.92 Setting up libwww-perl (6.61-1) ...
10:55:41 #11 70.93 Setting up devscripts (2.22.1ubuntu1) ...
10:55:41 #11 71.08 Setting up libxml-parser-perl:arm64 (2.46-3build1) ...
10:55:41 #11 71.09 Setting up libxml-sax-expat-perl (0.51-1) ...
10:55:41 #11 71.14 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
10:55:41 #11 71.19 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
10:55:42 #11 71.32 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
10:55:42 #11 71.35 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
10:55:42 #11 71.38 Processing triggers for ca-certificates (20211016ubuntu0.22.04.1) ...
10:55:42 #11 71.39 Updating certificates in /etc/ssl/certs...
10:55:42 #11 71.80 0 added, 0 removed; done.
10:55:42 #11 71.80 Running hooks in /etc/ca-certificates/update.d...
10:55:42 #11 71.80 done.
10:55:44 #11 DONE 73.8s
10:55:44 
10:55:44 #12 [stage-1 4/9] COPY common /root/build-deb/debian
10:55:44 #12 DONE 0.0s
10:55:44 
10:55:44 #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
10:55:45 #13 0.889 Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
10:55:45 #13 0.949 Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
10:55:45 #13 1.021 Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
10:55:45 #13 1.094 Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
10:55:46 #13 1.258 Reading package lists...
10:55:47 #13 2.353 dpkg-buildpackage: info: source package docker-ce-build-deps
10:55:47 #13 2.353 dpkg-buildpackage: info: source version 1.0
10:55:47 #13 2.353 dpkg-buildpackage: info: source distribution unstable
10:55:47 #13 2.353 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
10:55:47 #13 2.389 dpkg-buildpackage: info: host architecture arm64
10:55:47 #13 2.389  dpkg-source --before-build .
10:55:47 #13 2.488  debian/rules clean
10:55:47 #13 2.490 dh clean
10:55:47 #13 2.578    dh_clean
10:55:47 #13 2.614  debian/rules binary
10:55:47 #13 2.616 dh binary
10:55:47 #13 2.692    dh_update_autotools_config
10:55:47 #13 2.721    dh_autoreconf
10:55:47 #13 2.762    create-stamp debian/debhelper-build-stamp
10:55:47 #13 2.762    dh_prep
10:55:47 #13 2.791    dh_auto_install --destdir=debian/docker-ce-build-deps/
10:55:47 #13 2.842    dh_install
10:55:47 #13 2.875    dh_installdocs
10:55:47 #13 2.913    dh_installchangelogs
10:55:47 #13 2.997    dh_perl
10:55:47 #13 3.032    dh_link
10:55:47 #13 3.066    dh_strip_nondeterminism
10:55:47 #13 3.128    dh_compress
10:55:47 #13 3.169    dh_fixperms
10:55:47 #13 3.211    dh_missing
10:55:47 #13 3.237    dh_installdeb
10:55:47 #13 3.269    dh_gencontrol
10:55:47 #13 3.383    dh_md5sums
10:55:48 #13 3.418    dh_builddeb
10:55:48 #13 3.444 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
10:55:48 #13 3.516  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_arm64.buildinfo
10:55:48 #13 3.660  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_arm64.changes
10:55:48 #13 3.739 dpkg-genchanges: info: binary-only upload (no source code included)
10:55:48 #13 3.741  dpkg-source --after-build .
10:55:48 #13 3.841 dpkg-buildpackage: info: binary-only upload (no source included)
10:55:48 #13 3.846 
10:55:48 #13 3.846 The package has been created.
10:55:48 #13 3.846 Attention, the package has been created in the current directory,
10:55:48 #13 3.846 not in ".." as indicated by the message above!
10:55:48 #13 3.873 Selecting previously unselected package docker-ce-build-deps.
10:55:48 #13 3.888 (Reading database ... 25549 files and directories currently installed.)
10:55:48 #13 3.889 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
10:55:48 #13 3.893 Unpacking docker-ce-build-deps (1.0) ...
10:55:49 #13 3.969 Reading package lists...
10:55:49 #13 4.776 Building dependency tree...
10:55:49 #13 4.980 Reading state information...
10:55:49 #13 4.986 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
10:55:49 #13 5.252 Starting 2 pkgProblemResolver with broken count: 0
10:55:50 #13 5.257 Done
10:55:50 #13 5.456  Done
10:55:50 #13 5.663 Starting pkgProblemResolver with broken count: 0
10:55:50 #13 5.701 Starting 2 pkgProblemResolver with broken count: 0
10:55:50 #13 5.706 Done
10:55:50 #13 6.023 The following additional packages will be installed:
10:55:50 #13 6.023   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
10:55:50 #13 6.023   libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
10:55:50 #13 6.023   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp25
10:55:50 #13 6.023   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
10:55:50 #13 6.023   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
10:55:50 #13 6.024   libuv1 pkg-config
10:55:50 #13 6.025 Suggested packages:
10:55:50 #13 6.025   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
10:55:50 #13 6.025 Recommended packages:
10:55:50 #13 6.025   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
10:55:50 #13 6.067 The following NEW packages will be installed:
10:55:50 #13 6.067   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
10:55:50 #13 6.067   libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
10:55:50 #13 6.067   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp25
10:55:50 #13 6.067   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
10:55:50 #13 6.068   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
10:55:50 #13 6.068   libuv1 pkg-config
10:55:51 #13 6.484 0 upgraded, 26 newly installed, 0 to remove and 0 not upgraded.
10:55:51 #13 6.484 1 not fully installed or removed.
10:55:51 #13 6.484 Need to get 11.2 MB of archives.
10:55:51 #13 6.484 After this operation, 44.1 MB of additional disk space will be used.
10:55:51 #13 6.484 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 bash-completion all 1:2.11-5ubuntu1 [180 kB]
10:55:51 #13 6.842 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libarchive13 arm64 3.6.0-1ubuntu1 [367 kB]
10:55:51 #13 6.963 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libjsoncpp25 arm64 1.9.5-3 [76.6 kB]
10:55:51 #13 6.981 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 librhash0 arm64 1.4.2-1ubuntu1 [125 kB]
10:55:51 #13 7.000 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libuv1 arm64 1.43.0-1 [89.9 kB]
10:55:51 #13 7.012 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
10:55:51 #13 7.012 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 emacsen-common all 3.0.4 [14.9 kB]
10:55:51 #13 7.014 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 cmake-data all 3.22.1-1ubuntu1.22.04.1 [1913 kB]
10:55:51 #13 7.148 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 cmake arm64 3.22.1-1ubuntu1.22.04.1 [4650 kB]
10:55:51 #13 7.352 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe arm64 dh-apparmor all 3.0.4-2ubuntu2.2 [9862 B]
10:55:52 #13 7.352 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbtrfs0 arm64 5.16.2-1 [11.9 kB]
10:55:52 #13 7.502 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libbtrfs-dev arm64 5.16.2-1 [47.4 kB]
10:55:52 #13 7.728 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1ubuntu4 [129 kB]
10:55:52 #13 7.859 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1ubuntu4 [12.0 kB]
10:55:52 #13 7.867 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libudev-dev arm64 249.11-0ubuntu3.9 [20.7 kB]
10:55:52 #13 7.881 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libsepol-dev arm64 3.3-1build1 [387 kB]
10:55:52 #13 8.001 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-16-0 arm64 10.39-3ubuntu0.1 [185 kB]
10:55:52 #13 8.031 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-32-0 arm64 10.39-3ubuntu0.1 [177 kB]
10:55:52 #13 8.055 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-posix3 arm64 10.39-3ubuntu0.1 [5968 B]
10:55:52 #13 8.055 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libpcre2-dev arm64 10.39-3ubuntu0.1 [663 kB]
10:55:52 #13 8.113 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libselinux1-dev arm64 3.3-1build2 [164 kB]
10:55:52 #13 8.123 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1ubuntu4 [36.6 kB]
10:55:52 #13 8.274 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 libseccomp-dev arm64 2.5.3-2ubuntu2 [93.1 kB]
10:55:53 #13 8.561 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libsystemd-dev arm64 249.11-0ubuntu3.9 [306 kB]
10:55:53 #13 8.723 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 libglib2.0-0 arm64 2.72.4-0ubuntu2 [1430 kB]
10:55:53 #13 8.899 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy/main arm64 pkg-config arm64 0.29.2-1ubuntu3 [47.4 kB]
10:55:53 #13 9.068 debconf: delaying package configuration, since apt-utils is not installed
10:55:53 #13 9.109 Fetched 11.2 MB in 3s (3947 kB/s)
10:55:53 #13 9.138 Selecting previously unselected package bash-completion.
10:55:53 #13 9.138 (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 ... 25553 files and directories currently installed.)
10:55:53 #13 9.152 Preparing to unpack .../00-bash-completion_1%3a2.11-5ubuntu1_all.deb ...
10:55:53 #13 9.164 Unpacking bash-completion (1:2.11-5ubuntu1) ...
10:55:53 #13 9.283 Selecting previously unselected package libarchive13:arm64.
10:55:53 #13 9.285 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_arm64.deb ...
10:55:53 #13 9.293 Unpacking libarchive13:arm64 (3.6.0-1ubuntu1) ...
10:55:53 #13 9.327 Selecting previously unselected package libjsoncpp25:arm64.
10:55:53 #13 9.329 Preparing to unpack .../02-libjsoncpp25_1.9.5-3_arm64.deb ...
10:55:53 #13 9.332 Unpacking libjsoncpp25:arm64 (1.9.5-3) ...
10:55:53 #13 9.365 Selecting previously unselected package librhash0:arm64.
10:55:53 #13 9.368 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_arm64.deb ...
10:55:53 #13 9.372 Unpacking librhash0:arm64 (1.4.2-1ubuntu1) ...
10:55:53 #13 9.405 Selecting previously unselected package libuv1:arm64.
10:55:53 #13 9.407 Preparing to unpack .../04-libuv1_1.43.0-1_arm64.deb ...
10:55:53 #13 9.411 Unpacking libuv1:arm64 (1.43.0-1) ...
10:55:53 #13 9.440 Selecting previously unselected package dh-elpa-helper.
10:55:54 #13 9.443 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
10:55:54 #13 9.446 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
10:55:54 #13 9.480 Selecting previously unselected package emacsen-common.
10:55:54 #13 9.483 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
10:55:54 #13 9.495 Unpacking emacsen-common (3.0.4) ...
10:55:54 #13 9.534 Selecting previously unselected package cmake-data.
10:55:54 #13 9.537 Preparing to unpack .../07-cmake-data_3.22.1-1ubuntu1.22.04.1_all.deb ...
10:55:54 #13 9.545 Unpacking cmake-data (3.22.1-1ubuntu1.22.04.1) ...
10:55:54 #13 9.885 Selecting previously unselected package cmake.
10:55:54 #13 9.889 Preparing to unpack .../08-cmake_3.22.1-1ubuntu1.22.04.1_arm64.deb ...
10:55:54 #13 9.892 Unpacking cmake (3.22.1-1ubuntu1.22.04.1) ...
10:55:54 #13 10.00 Selecting previously unselected package dh-apparmor.
10:55:54 #13 10.01 Preparing to unpack .../09-dh-apparmor_3.0.4-2ubuntu2.2_all.deb ...
10:55:54 #13 10.01 Unpacking dh-apparmor (3.0.4-2ubuntu2.2) ...
10:55:54 #13 10.04 Selecting previously unselected package libbtrfs0:arm64.
10:55:54 #13 10.05 Preparing to unpack .../10-libbtrfs0_5.16.2-1_arm64.deb ...
10:55:54 #13 10.05 Unpacking libbtrfs0:arm64 (5.16.2-1) ...
10:55:54 #13 10.08 Selecting previously unselected package libbtrfs-dev:arm64.
10:55:54 #13 10.08 Preparing to unpack .../11-libbtrfs-dev_5.16.2-1_arm64.deb ...
10:55:54 #13 10.08 Unpacking libbtrfs-dev:arm64 (5.16.2-1) ...
10:55:54 #13 10.12 Selecting previously unselected package libdevmapper1.02.1:arm64.
10:55:54 #13 10.12 Preparing to unpack .../12-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
10:55:54 #13 10.13 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
10:55:54 #13 10.16 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
10:55:54 #13 10.16 Preparing to unpack .../13-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
10:55:54 #13 10.17 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
10:55:54 #13 10.20 Selecting previously unselected package libudev-dev:arm64.
10:55:54 #13 10.20 Preparing to unpack .../14-libudev-dev_249.11-0ubuntu3.9_arm64.deb ...
10:55:54 #13 10.20 Unpacking libudev-dev:arm64 (249.11-0ubuntu3.9) ...
10:55:54 #13 10.23 Selecting previously unselected package libsepol-dev:arm64.
10:55:54 #13 10.24 Preparing to unpack .../15-libsepol-dev_3.3-1build1_arm64.deb ...
10:55:54 #13 10.24 Unpacking libsepol-dev:arm64 (3.3-1build1) ...
10:55:54 #13 10.29 Selecting previously unselected package libpcre2-16-0:arm64.
10:55:54 #13 10.29 Preparing to unpack .../16-libpcre2-16-0_10.39-3ubuntu0.1_arm64.deb ...
10:55:54 #13 10.29 Unpacking libpcre2-16-0:arm64 (10.39-3ubuntu0.1) ...
10:55:54 #13 10.33 Selecting previously unselected package libpcre2-32-0:arm64.
10:55:54 #13 10.33 Preparing to unpack .../17-libpcre2-32-0_10.39-3ubuntu0.1_arm64.deb ...
10:55:54 #13 10.34 Unpacking libpcre2-32-0:arm64 (10.39-3ubuntu0.1) ...
10:55:54 #13 10.37 Selecting previously unselected package libpcre2-posix3:arm64.
10:55:54 #13 10.38 Preparing to unpack .../18-libpcre2-posix3_10.39-3ubuntu0.1_arm64.deb ...
10:55:54 #13 10.38 Unpacking libpcre2-posix3:arm64 (10.39-3ubuntu0.1) ...
10:55:54 #13 10.41 Selecting previously unselected package libpcre2-dev:arm64.
10:55:54 #13 10.41 Preparing to unpack .../19-libpcre2-dev_10.39-3ubuntu0.1_arm64.deb ...
10:55:54 #13 10.42 Unpacking libpcre2-dev:arm64 (10.39-3ubuntu0.1) ...
10:55:54 #13 10.45 Selecting previously unselected package libselinux1-dev:arm64.
10:55:55 #13 10.46 Preparing to unpack .../20-libselinux1-dev_3.3-1build2_arm64.deb ...
10:55:55 #13 10.46 Unpacking libselinux1-dev:arm64 (3.3-1build2) ...
10:55:55 #13 10.50 Selecting previously unselected package libdevmapper-dev:arm64.
10:55:55 #13 10.50 Preparing to unpack .../21-libdevmapper-dev_2%3a1.02.175-2.1ubuntu4_arm64.deb ...
10:55:55 #13 10.51 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1ubuntu4) ...
10:55:55 #13 10.53 Selecting previously unselected package libseccomp-dev:arm64.
10:55:55 #13 10.54 Preparing to unpack .../22-libseccomp-dev_2.5.3-2ubuntu2_arm64.deb ...
10:55:55 #13 10.54 Unpacking libseccomp-dev:arm64 (2.5.3-2ubuntu2) ...
10:55:55 #13 10.57 Selecting previously unselected package libsystemd-dev:arm64.
10:55:55 #13 10.58 Preparing to unpack .../23-libsystemd-dev_249.11-0ubuntu3.9_arm64.deb ...
10:55:55 #13 10.58 Unpacking libsystemd-dev:arm64 (249.11-0ubuntu3.9) ...
10:55:55 #13 10.64 Selecting previously unselected package libglib2.0-0:arm64.
10:55:55 #13 10.64 Preparing to unpack .../24-libglib2.0-0_2.72.4-0ubuntu2_arm64.deb ...
10:55:55 #13 10.65 Unpacking libglib2.0-0:arm64 (2.72.4-0ubuntu2) ...
10:55:55 #13 10.70 Selecting previously unselected package pkg-config.
10:55:55 #13 10.71 Preparing to unpack .../25-pkg-config_0.29.2-1ubuntu3_arm64.deb ...
10:55:55 #13 10.71 Unpacking pkg-config (0.29.2-1ubuntu3) ...
10:55:55 #13 10.75 Setting up libseccomp-dev:arm64 (2.5.3-2ubuntu2) ...
10:55:55 #13 10.76 Setting up libarchive13:arm64 (3.6.0-1ubuntu1) ...
10:55:55 #13 10.77 Setting up libglib2.0-0:arm64 (2.72.4-0ubuntu2) ...
10:55:55 #13 10.78 No schema files found: doing nothing.
10:55:55 #13 10.79 Setting up libpcre2-16-0:arm64 (10.39-3ubuntu0.1) ...
10:55:55 #13 10.80 Setting up libbtrfs0:arm64 (5.16.2-1) ...
10:55:55 #13 10.81 Setting up libpcre2-32-0:arm64 (10.39-3ubuntu0.1) ...
10:55:55 #13 10.82 Setting up libuv1:arm64 (1.43.0-1) ...
10:55:55 #13 10.83 Setting up emacsen-common (3.0.4) ...
10:55:55 #13 10.87 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
10:55:55 #13 10.87 Setting up bash-completion (1:2.11-5ubuntu1) ...
10:55:55 #13 10.89 Setting up libjsoncpp25:arm64 (1.9.5-3) ...
10:55:55 #13 10.90 Setting up pkg-config (0.29.2-1ubuntu3) ...
10:55:55 #13 10.95 Setting up libudev-dev:arm64 (249.11-0ubuntu3.9) ...
10:55:55 #13 10.96 Setting up libsepol-dev:arm64 (3.3-1build1) ...
10:55:55 #13 10.97 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
10:55:55 #13 10.98 Setting up libpcre2-posix3:arm64 (10.39-3ubuntu0.1) ...
10:55:55 #13 10.99 Setting up libbtrfs-dev:arm64 (5.16.2-1) ...
10:55:55 #13 11.00 Setting up librhash0:arm64 (1.4.2-1ubuntu1) ...
10:55:55 #13 11.01 Setting up cmake-data (3.22.1-1ubuntu1.22.04.1) ...
10:55:55 #13 11.05 Setting up dh-apparmor (3.0.4-2ubuntu2.2) ...
10:55:55 #13 11.06 Setting up libsystemd-dev:arm64 (249.11-0ubuntu3.9) ...
10:55:55 #13 11.07 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1ubuntu4) ...
10:55:55 #13 11.08 Setting up libpcre2-dev:arm64 (10.39-3ubuntu0.1) ...
10:55:55 #13 11.09 Setting up libselinux1-dev:arm64 (3.3-1build2) ...
10:55:55 #13 11.10 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1ubuntu4) ...
10:55:55 #13 11.11 Setting up cmake (3.22.1-1ubuntu1.22.04.1) ...
10:55:55 #13 11.12 Setting up docker-ce-build-deps (1.0) ...
10:55:55 #13 11.13 Processing triggers for man-db (2.10.2-1) ...
10:55:55 #13 11.19 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
10:55:56 #13 DONE 12.0s
10:55:56 
10:55:56 #14 [stage-1 6/9] COPY sources/ /sources
10:55:56 #14 DONE 0.2s
10:55:56 
10:55:56 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
10:56:00 #15 DONE 3.6s
10:56:00 
10:56:00 #16 [stage-1 8/9] WORKDIR /root/build-deb
10:56:00 #16 DONE 0.0s
10:56:00 
10:56:00 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
10:56:00 #17 DONE 0.0s
10:56:00 
10:56:00 #18 exporting to image
10:56:00 #18 exporting layers
10:56:02 #18 exporting layers 1.9s done
10:56:02 #18 writing image sha256:9e070af4be8fdc96c532ff7b2ec438405aed2f400de4a0646b44e088ec174663 done
10:56:02 #18 naming to docker.io/debbuild-ubuntu-jammy/aarch64 done
10:56:02 #18 DONE 1.9s
10:56:02 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0~20230406105517.b82b9f3 -e VERSION=0.0.0-20230406105517-b82b9f3 -e CLI_GITCOMMIT=b82b9f3 -e ENGINE_GITCOMMIT=0fdb994 -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/debbuild/ubuntu-jammy:/build  debbuild-ubuntu-jammy/aarch64
10:56:02 + set -e
10:56:02 + mkdir -p /root/build-deb/engine
10:56:02 + tar -C /root/build-deb -xzf /sources/engine.tgz
10:56:03 + mkdir -p /root/build-deb/cli
10:56:03 + tar -C /root/build-deb -xzf /sources/cli.tgz
10:56:03 + mkdir -p /go/src/github.com/docker
10:56:03 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
10:56:03 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
10:56:03 + EPOCH=5
10:56:03 + EPOCH_SEP=
10:56:03 + [[ ! -z 5 ]]
10:56:03 + EPOCH_SEP=:
10:56:03 + [[ -z 0.0.0~20230406105517.b82b9f3 ]]
10:56:03 + echo VERSION AAA 0.0.0-20230406105517-b82b9f3
10:56:03 VERSION AAA 0.0.0-20230406105517-b82b9f3
10:56:03 + VERSION=0.0.0-20230406105517-b82b9f3
10:56:03 VERSION bbb 0.0.0-20230406105517-b82b9f3
10:56:03 + echo VERSION bbb 0.0.0-20230406105517-b82b9f3
10:56:03 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
10:56:03 + debSource=docker-ce
10:56:03 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
10:56:03 + debMaintainer='Docker <support@docker.com>'
10:56:03 ++ date --rfc-2822
10:56:03 + debDate='Thu, 04 May 2023 10:56:03 +0000'
10:56:03 + cat
10:56:03 + export CLI_GITCOMMIT=b82b9f3
10:56:03 + CLI_GITCOMMIT=b82b9f3
10:56:03 + export ENGINE_GITCOMMIT=0fdb994
10:56:03 + ENGINE_GITCOMMIT=0fdb994
10:56:03 VERSION BBB 0.0.0-20230406105517-b82b9f3
10:56:03 + echo VERSION BBB 0.0.0-20230406105517-b82b9f3
10:56:03 + dpkg-buildpackage -uc -us -I.git
10:56:03 dpkg-buildpackage: info: source package docker-ce
10:56:03 dpkg-buildpackage: info: source version 5:0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy
10:56:03 dpkg-buildpackage: info: source distribution jammy
10:56:03 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
10:56:03 dpkg-buildpackage: info: host architecture arm64
10:56:03  dpkg-source -I.git --before-build .
10:56:03  debian/rules clean
10:56:03 dh clean --with=bash-completion --with=systemd
10:56:03    dh_clean
10:56:04  dpkg-source -I.git -b .
10:56:04 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
10:56:04 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
10:56:04 dpkg-source: warning: native package version may not have a revision
10:56:04 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0~20230406105517.b82b9f3~3-0~ubuntu'
10:56:04 dpkg-source: info: using source format '1.0'
10:56:04 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy.tar.gz
10:56:14 dpkg-source: info: building docker-ce in docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy.dsc
10:56:14  debian/rules build
10:56:14 dh build --with=bash-completion --with=systemd
10:56:14    dh_update_autotools_config
10:56:14    dh_autoreconf
10:56:14    debian/rules override_dh_auto_build
10:56:14 make[1]: Entering directory '/root/build-deb'
10:56:14 # Build the daemon and dependencies
10:56:14 cd engine && DOCKER_GITCOMMIT=0fdb994 PRODUCT=docker ./hack/make.sh dynbinary
10:56:14 
10:56:14 Removing bundles/
10:56:14 
10:56:14 ---> Making bundle: dynbinary (in bundles/dynbinary)
10:56:14 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3
10:56:14 GOOS="" GOARCH="" GOARM=""
10:56:40 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3
10:56:41 
10:56:41 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
10:56:41 + RM_GOPATH=0
10:56:41 + TMP_GOPATH=/go
10:56:41 + : /usr/local/bin
10:56:41 + '[' -z /go ']'
10:56:41 + export GOPATH=/go
10:56:41 + GOPATH=/go
10:56:41 + case "$(go env GOARCH)" in
10:56:41 ++ go env GOARCH
10:56:41 + export GO_BUILDMODE=-buildmode=pie
10:56:41 + GO_BUILDMODE=-buildmode=pie
10:56:41 ++ dirname hack/dockerfile/install/install.sh
10:56:41 + dir=hack/dockerfile/install
10:56:41 + bin=tini
10:56:41 + shift
10:56:41 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
10:56:41 + . hack/dockerfile/install/tini.installer
10:56:41 ++ : v0.19.0
10:56:41 + install_tini
10:56:41 + echo 'Install tini version v0.19.0'
10:56:41 Install tini version v0.19.0
10:56:41 + git clone https://github.com/krallin/tini.git /go/tini
10:56:41 Cloning into '/go/tini'...
10:56:41 + cd /go/tini
10:56:41 + git checkout -q v0.19.0
10:56:41 + cmake .
10:56:41 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
10:56:41   Compatibility with CMake < 2.8.12 will be removed from a future version of
10:56:41   CMake.
10:56:41 
10:56:41   Update the VERSION argument <min> value or use a ...<max> suffix to tell
10:56:41   CMake that the project does not need compatibility with older versions.
10:56:41 
10:56:41 
10:56:41 -- The C compiler identification is GNU 11.3.0
10:56:41 -- Detecting C compiler ABI info
10:56:41 -- Detecting C compiler ABI info - done
10:56:41 -- Check for working C compiler: /usr/bin/cc - skipped
10:56:41 -- Detecting C compile features
10:56:41 -- Detecting C compile features - done
10:56:41 -- Performing Test HAS_BUILTIN_FORTIFY
10:56:41 -- Performing Test HAS_BUILTIN_FORTIFY - Success
10:56:41 -- Configuring done
10:56:41 -- Generating done
10:56:41 -- Build files have been written to: /go/tini
10:56:41 + make tini-static
10:56:41 make[2]: Entering directory '/go/tini'
10:56:41 make[3]: Entering directory '/go/tini'
10:56:41 make[4]: Entering directory '/go/tini'
10:56:41 make[5]: Entering directory '/go/tini'
10:56:41 make[5]: Leaving directory '/go/tini'
10:56:41 make[5]: Entering directory '/go/tini'
10:56:41 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
10:56:42 [100%] Linking C executable tini-static
10:56:42 make[5]: Leaving directory '/go/tini'
10:56:42 [100%] Built target tini-static
10:56:42 make[4]: Leaving directory '/go/tini'
10:56:42 make[3]: Leaving directory '/go/tini'
10:56:42 make[2]: Leaving directory '/go/tini'
10:56:42 + mkdir -p /usr/local/bin
10:56:42 + cp tini-static /usr/local/bin/docker-init
10:56:42 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
10:56:42 + RM_GOPATH=0
10:56:42 + TMP_GOPATH=/go
10:56:42 + : /usr/local/bin
10:56:42 + '[' -z /go ']'
10:56:42 + export GOPATH=/go
10:56:42 + GOPATH=/go
10:56:42 + case "$(go env GOARCH)" in
10:56:42 ++ go env GOARCH
10:56:42 + export GO_BUILDMODE=-buildmode=pie
10:56:42 + GO_BUILDMODE=-buildmode=pie
10:56:42 ++ dirname hack/dockerfile/install/install.sh
10:56:42 + dir=hack/dockerfile/install
10:56:42 + bin=proxy
10:56:42 + shift
10:56:42 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
10:56:42 + . hack/dockerfile/install/proxy.installer
10:56:42 ++ : 3f0048413d95802b9c6c836eba06bfc54f9dbd03
10:56:42 + install_proxy dynamic
10:56:42 + case "$1" in
10:56:42 + install_proxy_dynamic
10:56:42 + export PROXY_LDFLAGS=-linkmode=external install_proxy
10:56:42 + PROXY_LDFLAGS=-linkmode=external
10:56:42 + export BUILD_MODE=-buildmode=pie
10:56:42 + BUILD_MODE=-buildmode=pie
10:56:42 + _install_proxy
10:56:42 + echo 'Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03'
10:56:42 Install docker-proxy version 3f0048413d95802b9c6c836eba06bfc54f9dbd03
10:56:42 + git clone https://github.com/moby/libnetwork.git /go/src/github.com/docker/libnetwork
10:56:42 Cloning into '/go/src/github.com/docker/libnetwork'...
10:56:43 + cd /go/src/github.com/docker/libnetwork
10:56:43 + git checkout -q 3f0048413d95802b9c6c836eba06bfc54f9dbd03
10:56:44 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
10:56:44 + return
10:56:44 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
10:56:44 + RM_GOPATH=0
10:56:44 + TMP_GOPATH=/go
10:56:44 + : /usr/local/bin
10:56:44 + '[' -z /go ']'
10:56:44 + export GOPATH=/go
10:56:44 + GOPATH=/go
10:56:44 + case "$(go env GOARCH)" in
10:56:44 ++ go env GOARCH
10:56:44 + export GO_BUILDMODE=-buildmode=pie
10:56:44 + GO_BUILDMODE=-buildmode=pie
10:56:44 ++ dirname hack/dockerfile/install/install.sh
10:56:44 + dir=hack/dockerfile/install
10:56:44 + bin=rootlesskit
10:56:44 + shift
10:56:44 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
10:56:44 + . hack/dockerfile/install/rootlesskit.installer
10:56:44 ++ : v0.14.4
10:56:44 + install_rootlesskit dynamic
10:56:44 + case "$1" in
10:56:44 + install_rootlesskit_dynamic
10:56:44 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
10:56:44 + ROOTLESSKIT_LDFLAGS=-linkmode=external
10:56:44 + export BUILD_MODE=-buildmode=pie
10:56:44 + BUILD_MODE=-buildmode=pie
10:56:44 + _install_rootlesskit
10:56:44 + echo 'Install rootlesskit version v0.14.4'
10:56:44 + for f in rootlesskit rootlesskit-docker-proxy
10:56:44 Install rootlesskit version v0.14.4
10:56:44 + GOBIN=/usr/local/bin
10:56:44 + GO111MODULE=on
10:56:44 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
10:56:44 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
10:56:45 go: downloading github.com/pkg/errors v0.9.1
10:56:45 go: downloading github.com/sirupsen/logrus v1.8.1
10:56:45 go: downloading github.com/urfave/cli/v2 v2.3.0
10:56:45 go: downloading github.com/google/uuid v1.3.0
10:56:45 go: downloading github.com/moby/vpnkit v0.5.0
10:56:45 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
10:56:45 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
10:56:45 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
10:56:45 go: downloading github.com/gofrs/flock v0.8.1
10:56:45 go: downloading github.com/gorilla/mux v1.8.0
10:56:45 go: downloading github.com/moby/sys/mountinfo v0.4.1
10:56:45 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
10:56:45 go: downloading github.com/russross/blackfriday/v2 v2.1.0
10:56:45 go: downloading github.com/u-root/u-root v7.0.0+incompatible
10:56:45 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
10:56:49 + for f in rootlesskit rootlesskit-docker-proxy
10:56:49 + GOBIN=/usr/local/bin
10:56:49 + GO111MODULE=on
10:56:49 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
10:56:50 + return
10:56:50 # Build the CLI
10:56:50 cd /go/src/github.com/docker/cli && \
10:56:50 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20230406105517-b82b9f3 GITCOMMIT=b82b9f3 dynbinary manpages
10:56:50 make[2]: Entering directory '/root/build-deb/cli'
10:56:50 GO_LINKMODE=dynamic ./scripts/build/binary
10:56:50 Building dynamic docker-linux-arm64
10:57:12 scripts/docs/generate-man.sh
10:57:34 Project root: /go/src/github.com/docker/cli
10:57:34 Generating man pages into /go/src/github.com/docker/cli/man/man1
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
10:57:34 2023/05/04 10:57:32 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
10:57:34 make[2]: Leaving directory '/root/build-deb/cli'
10:57:34 # Build the CLI plugins
10:57:34 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
10:57:34 set -e;cd /sources && \
10:57:34 	tar xzf plugin-installers.tgz; \
10:57:34 	for installer in plugins/*.installer; do \
10:57:34 		LDFLAGS='' bash ${installer} build; \
10:57:34 	done
10:57:34 Cloning into '/go/src/github.com/docker/app'...
10:57:34 Fetching origin
10:57:34 make[2]: Entering directory '/go/src/github.com/docker/app'
10:57:35 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
10:57:53 make[2]: Leaving directory '/go/src/github.com/docker/app'
10:57:53 Cloning into '/go/src/github.com/docker/buildx'...
10:57:53 Fetching origin
10:57:53 + GO111MODULE=on
10:57:53 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.10.4-docker -X github.com/docker/buildx/version.Revision=c513d34049e499c53468deac6c4267ee72948f02 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
10:58:25 make[1]: Leaving directory '/root/build-deb'
10:58:25    debian/rules override_dh_auto_test
10:58:25 make[1]: Entering directory '/root/build-deb'
10:58:25 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
10:58:25 	test "$ver" = "Docker version 0.0.0-20230406105517-b82b9f3, build 0fdb994" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
10:58:25 PASS: daemon version OK
10:58:25 ver="$(cli/build/docker --version)"; \
10:58:25 	test "$ver" = "Docker version 0.0.0-20230406105517-b82b9f3, build b82b9f3" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
10:58:25 PASS: cli version OK
10:58:25 make[1]: Leaving directory '/root/build-deb'
10:58:25    create-stamp debian/debhelper-build-stamp
10:58:25  debian/rules binary
10:58:25 dh binary --with=bash-completion --with=systemd
10:58:25    dh_testroot
10:58:25    dh_prep
10:58:25    debian/rules override_dh_auto_install
10:58:25 make[1]: Entering directory '/root/build-deb'
10:58:25 # docker-ce-cli install
10:58:25 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
10:58:25 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
10:58:25 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
10:58:25 set -e;cd /sources && \
10:58:25 	tar xzf plugin-installers.tgz; \
10:58:25 	for installer in plugins/*.installer; do \
10:58:25 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
10:58:25 		PREFIX=/usr/libexec/docker/cli-plugins \
10:58:25 			bash ${installer} install_plugin; \
10:58:25 	done
10:58:25 # docker-ce install
10:58:25 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
10:58:25 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
10:58:25 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20230406105517-b82b9f3 debian/docker-ce/usr/bin/dockerd
10:58:25 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
10:58:25 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
10:58:25 # docker-ce-rootless-extras install
10:58:25 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
10:58:25 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
10:58:25 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
10:58:25 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
10:58:25 # TODO: how can we install vpnkit?
10:58:25 make[1]: Leaving directory '/root/build-deb'
10:58:25    debian/rules override_dh_install
10:58:25 make[1]: Entering directory '/root/build-deb'
10:58:25 dh_install
10:58:25 # TODO Can we do this from within our container?
10:58:25 dh_apparmor --profile-name=docker-ce -pdocker-ce
10:58:25 make[1]: Leaving directory '/root/build-deb'
10:58:25    dh_installdocs
10:58:25    dh_installchangelogs
10:58:25    dh_installman
10:58:25    dh_bash-completion
10:58:25    dh_systemd_enable
10:58:25    debian/rules override_dh_installinit
10:58:25 make[1]: Entering directory '/root/build-deb'
10:58:25 # use "docker" as our service name, not "docker-ce"
10:58:25 dh_installinit --name=docker
10:58:25 make[1]: Leaving directory '/root/build-deb'
10:58:25    dh_systemd_start
10:58:25    dh_perl
10:58:25    dh_link
10:58:25    dh_strip_nondeterminism
10:58:25    dh_compress
10:58:25    dh_fixperms
10:58:25    dh_missing
10:58:25    debian/rules override_dh_strip
10:58:25 make[1]: Entering directory '/root/build-deb'
10:58:25 # Go has lots of problems with stripping, so just don't
10:58:25 make[1]: Leaving directory '/root/build-deb'
10:58:25    dh_makeshlibs
10:58:25    debian/rules override_dh_shlibdeps
10:58:25 make[1]: Entering directory '/root/build-deb'
10:58:25 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
10:58:25 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)
10:58:26 make[1]: Leaving directory '/root/build-deb'
10:58:26    dh_installdeb
10:58:26    dh_gencontrol
10:58:26    dh_md5sums
10:58:26    debian/rules override_dh_builddeb
10:58:26 make[1]: Entering directory '/root/build-deb'
10:58:26 dh_builddeb -- -Zxz
10:58:26 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.deb'.
10:58:26 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.deb'.
10:58:26 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.deb'.
10:58:44 make[1]: Leaving directory '/root/build-deb'
10:58:44  dpkg-genbuildinfo -O../docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.buildinfo
10:58:44  dpkg-genchanges -O../docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.changes
10:58:45 dpkg-genchanges: info: including full source code in upload
10:58:45  dpkg-source -I.git --after-build .
10:58:45 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
10:58:45 + destination=/build
10:58:45 + mkdir -p /build
10:58:45 + mv -v /root/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.deb /root/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.deb /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy.dsc /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy.tar.gz /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.buildinfo /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.changes /root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.deb /build
10:58:45 copied '/root/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.deb' -> '/build/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.deb'
10:58:45 removed '/root/docker-ce-cli_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.deb'
10:58:45 copied '/root/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.deb'
10:58:45 removed '/root/docker-ce-rootless-extras_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.deb'
10:58:45 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy.dsc' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy.dsc'
10:58:45 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy.dsc'
10:58:45 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy.tar.gz' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy.tar.gz'
10:58:45 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy.tar.gz'
10:58:45 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.buildinfo' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.buildinfo'
10:58:45 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.buildinfo'
10:58:45 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.changes' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.changes'
10:58:45 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.changes'
10:58:45 copied '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.deb' -> '/build/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.deb'
10:58:45 removed '/root/docker-ce_0.0.0~20230406105517.b82b9f3~3-0~ubuntu-jammy_arm64.deb'
10:58:48 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-jammy"
10:58:49 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'