Skip to content

Console Output

13:48:43 + make REF=20.10 ubuntu-jammy
13:48:43 git init src/github.com/docker/cli
13:48:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
13:48:43 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:48:43 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
13:48:43 + SRC=src/github.com/docker/cli
13:48:43 + REF=20.10
13:48:43 + REF_FETCH=20.10
13:48:43 + + awk {print $2}
13:48:43 git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
13:48:43 + REF=refs/heads/20.10
13:48:43 + [ -n refs/heads/20.10 ]
13:48:43 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:43 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:48:44 From https://github.com/docker/cli
13:48:44  * [new branch]      20.10      -> 20.10
13:48:44  * [new tag]         v20.10.16  -> v20.10.16
13:48:44  * [new branch]      20.10      -> origin/20.10
13:48:44 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
13:48:44 git init src/github.com/docker/docker
13:48:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
13:48:44 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:48:44 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
13:48:44 + SRC=src/github.com/docker/docker
13:48:44 + REF=20.10
13:48:44 + REF_FETCH=20.10
13:48:44 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
13:48:44 + awk {print $2}
13:48:44 + REF=refs/heads/20.10
13:48:44 + [ -n refs/heads/20.10 ]
13:48:44 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:48:44 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:48:45 From https://github.com/docker/docker
13:48:45  * [new branch]      20.10      -> 20.10
13:48:45  * [new branch]      20.10      -> origin/20.10
13:48:45 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
13:48:46 git init src/github.com/docker/compose
13:48:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
13:48:46 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:48:46 ./scripts/checkout.sh src/github.com/docker/compose "v2.6.0"
13:48:46 + SRC=src/github.com/docker/compose
13:48:46 + REF=v2.6.0
13:48:46 + REF_FETCH=v2.6.0
13:48:46 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.6.0
13:48:46 + awk {print $2}
13:48:46 + REF=refs/tags/v2.6.0
13:48:46 + [ -n refs/tags/v2.6.0 ]
13:48:46 + REF_FETCH=refs/tags/v2.6.0:refs/tags/v2.6.0
13:48:46 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.6.0:refs/tags/v2.6.0
13:48:46 From https://github.com/docker/compose
13:48:46  * [new tag]         v2.6.0     -> v2.6.0
13:48:46 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.6.0
13:48:46 git init src/github.com/docker/scan-cli-plugin
13:48:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
13:48:46 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:48:46 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:48:46 + SRC=src/github.com/docker/scan-cli-plugin
13:48:46 + REF=v0.17.0
13:48:46 + REF_FETCH=v0.17.0
13:48:46 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
13:48:46 + awk {print $2}
13:48:46 + REF=refs/tags/v0.17.0
13:48:46 + [ -n refs/tags/v0.17.0 ]
13:48:46 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
13:48:46 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
13:48:47 From https://github.com/docker/scan-cli-plugin
13:48:47  * [new tag]         v0.17.0    -> v0.17.0
13:48:47 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:48:47 make -C deb VERSION=0.0.1-dev GO_VERSION=1.17.10 ubuntu-jammy
13:48:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
13:48:47 mkdir -p sources
13:48:47 docker run --rm -w /v \
13:48:47 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
13:48:47 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:47 	alpine \
13:48:47 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:48:49 mkdir -p sources
13:48:49 docker run --rm -w /v \
13:48:49 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
13:48:49 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:49 	alpine \
13:48:49 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:48:52 mkdir -p sources
13:48:52 docker run --rm -w /v \
13:48:52 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
13:48:52 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:52 	alpine \
13:48:52 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:48:53 mkdir -p sources
13:48:53 docker run --rm -w /v \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:53 	alpine \
13:48:53 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:48:53 mkdir -p sources
13:48:53 cp ../systemd/docker.service sources/docker.service
13:48:53 mkdir -p sources
13:48:53 cp ../systemd/docker.socket sources/docker.socket
13:48:53 docker run --rm -w /v \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
13:48:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:48:53 	alpine \
13:48:53 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
13:48:54 == Building packages for ubuntu-jammy ==
13:48:54 mkdir -p "debbuild/ubuntu-jammy"
13:48:54 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.10-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/aarch64 -f ubuntu-jammy/Dockerfile .
13:48:55 #1 [internal] load build definition from Dockerfile
13:48:55 #1 sha256:325266b777a2d79d6308e01ac9a6f9f04bfde95a41c6f067edfbb744245818f6
13:48:55 #1 transferring dockerfile: 1.22kB 0.0s done
13:48:55 #1 DONE 0.0s
13:48:55 
13:48:55 #2 [internal] load .dockerignore
13:48:55 #2 sha256:8f96c707278082607f23334950e2810b156c67efedbed77bee4dbf2569bb63e9
13:48:55 #2 transferring context: 2B done
13:48:55 #2 DONE 0.0s
13:48:55 
13:48:55 #4 [internal] load metadata for docker.io/library/golang:1.17.10-buster
13:48:55 #4 sha256:187e15fb05664faf82364bfba092da55f13ec639c696e30d825cf5da27151e9c
13:48:55 #4 ...
13:48:55 
13:48:55 #5 [auth] library/golang:pull token for registry-1.docker.io
13:48:55 #5 sha256:d21b37af0e62bc53aee890c5d6c57f7258fa189ec42ae70be839a0db799080b9
13:48:55 #5 DONE 0.0s
13:48:55 
13:48:55 #6 [auth] library/ubuntu:pull token for registry-1.docker.io
13:48:55 #6 sha256:475b163fc74f6c15a7dba32821962c660f14092d6ff89ad4850b3795cdf91cd3
13:48:55 #6 DONE 0.0s
13:48:55 
13:48:55 #3 [internal] load metadata for docker.io/library/ubuntu:jammy
13:48:55 #3 sha256:b8ce80cc34dc11bf68543cc943665e74758259e8f14555015cec4d6bcbe11ce4
13:48:55 #3 DONE 0.4s
13:48:55 
13:48:55 #4 [internal] load metadata for docker.io/library/golang:1.17.10-buster
13:48:55 #4 sha256:187e15fb05664faf82364bfba092da55f13ec639c696e30d825cf5da27151e9c
13:48:55 #4 DONE 0.3s
13:48:55 
13:48:55 #14 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:48:55 #14 sha256:23e0167fe85cde87d6fc5fa8b66199b775285be4d3b5d0959960948bbd4b5a51
13:48:55 #14 resolve docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a 0.0s done
13:48:55 #14 DONE 0.0s
13:48:55 
13:48:55 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:26c68657ccce2cb0a31b330cb0be2b5e108d467f641c62e13ab40cbec258c68d
13:48:55 #7 sha256:6827fccc6589386786523e64c7f0013256450e821b7cd52b73fd8f0e6b0ebb75
13:48:55 #7 resolve docker.io/library/ubuntu:jammy@sha256:26c68657ccce2cb0a31b330cb0be2b5e108d467f641c62e13ab40cbec258c68d 0.0s done
13:48:55 #7 DONE 0.0s
13:48:55 
13:48:55 #10 [internal] load build context
13:48:55 #10 sha256:1518b213fc260d79fefe00bee88b11706d21cc85d05bbdb5cacbf863b9d5599a
13:48:56 #10 transferring context: 19.83MB 1.2s done
13:48:56 #10 DONE 1.2s
13:48:56 
13:48:56 #14 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:48:56 #14 sha256:23e0167fe85cde87d6fc5fa8b66199b775285be4d3b5d0959960948bbd4b5a51
13:48:56 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 22.02MB / 103.16MB 1.2s
13:48:56 #14 sha256:433709cb9dec5c33d3d900ce18e63bb4b3d6914fbc980ba4ccc427358590326b 156B / 156B 0.1s done
13:48:56 #14 sha256:8984ab7a8b9f9e975e4c93c24b516552e7446a385fae64dd3ca759888ddd6a18 7.13kB / 7.13kB done
13:48:56 #14 sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a 1.86kB / 1.86kB done
13:48:56 #14 sha256:6464aa3db830de2e740260d4748d34b49d0e28fcf50212318f4d539a7a6e2a91 1.79kB / 1.79kB done
13:48:56 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 27.26MB / 103.16MB 1.4s
13:48:56 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 32.51MB / 103.16MB 1.6s
13:48:57 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 39.85MB / 103.16MB 1.9s
13:48:57 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 46.14MB / 103.16MB 2.2s
13:48:58 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 51.38MB / 103.16MB 2.5s
13:48:58 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 57.67MB / 103.16MB 2.8s
13:48:58 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 63.96MB / 103.16MB 3.1s
13:48:58 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 69.21MB / 103.16MB 3.4s
13:48:59 #14 ...
13:48:59 
13:48:59 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:26c68657ccce2cb0a31b330cb0be2b5e108d467f641c62e13ab40cbec258c68d
13:48:59 #7 sha256:6827fccc6589386786523e64c7f0013256450e821b7cd52b73fd8f0e6b0ebb75
13:48:59 #7 sha256:26c68657ccce2cb0a31b330cb0be2b5e108d467f641c62e13ab40cbec258c68d 1.42kB / 1.42kB done
13:48:59 #7 sha256:58ddb1588a8c0304cd3dbdb81bdd40bee55ab67dcd4e9938ec167728bde5ae54 529B / 529B done
13:48:59 #7 sha256:4454e2e75bf4628b8547fb60b3753c9ce8cf250f6e86c944155b45873be77504 1.48kB / 1.48kB done
13:48:59 #7 sha256:5a3411c136d8a6da4e9d7d3abcbfc94f59ecb2935fd02cad49be6a79c899fcaa 27.02MB / 27.02MB 1.6s done
13:48:59 #7 extracting sha256:5a3411c136d8a6da4e9d7d3abcbfc94f59ecb2935fd02cad49be6a79c899fcaa 1.8s done
13:48:59 #7 DONE 3.6s
13:48:59 
13:48:59 #14 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:48:59 #14 sha256:23e0167fe85cde87d6fc5fa8b66199b775285be4d3b5d0959960948bbd4b5a51
13:48:59 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 75.50MB / 103.16MB 3.7s
13:48:59 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 84.93MB / 103.16MB 4.1s
13:48:59 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 93.32MB / 103.16MB 4.4s
13:48:59 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 99.61MB / 103.16MB 4.6s
13:49:00 #14 sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 103.16MB / 103.16MB 4.9s done
13:49:00 #14 ...
13:49:00 
13:49:00 #8 [stage-1 2/9] RUN if  [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then         rm -f /usr/bin/man;         dpkg-divert --quiet --remove --rename /usr/bin/man;     fi
13:49:00 #8 sha256:a858fd5c08f6ab5f7f4abd3e1af8635cdb958a6c74953dcc02e0ef91a106498b
13:49:00 #8 DONE 1.3s
13:49:00 
13:49:00 #14 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:49:00 #14 sha256:23e0167fe85cde87d6fc5fa8b66199b775285be4d3b5d0959960948bbd4b5a51
13:49:00 #14 extracting sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe
13:49:05 #14 extracting sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 5.3s
13:49:09 #14 extracting sha256:81664c319487d14dc8b42a0a6a179a49c8cecbd49b29739a9182aa8c91dde2fe 8.5s done
13:49:09 #14 extracting sha256:433709cb9dec5c33d3d900ce18e63bb4b3d6914fbc980ba4ccc427358590326b
13:49:09 #14 extracting sha256:433709cb9dec5c33d3d900ce18e63bb4b3d6914fbc980ba4ccc427358590326b done
13:49:09 #14 DONE 14.0s
13:49:09 
13:49:09 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:49:09 #9 sha256:cd25afeca20d5d917a30c24994f8e2f272f998b4ff1badf4b6a0482df9d9cbf5
13:49:09 #9 1.044 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB]
13:49:09 #9 1.456 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [109 kB]
13:49:09 #9 1.551 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [99.8 kB]
13:49:09 #9 1.646 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
13:49:09 #9 1.744 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf Packages [1701 kB]
13:49:09 #9 1.974 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse armhf Packages [199 kB]
13:49:09 #9 1.979 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/restricted armhf Packages [13.3 kB]
13:49:09 #9 1.979 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/universe armhf Packages [16.8 MB]
13:49:09 #9 2.989 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf Packages [82.5 kB]
13:49:09 #9 2.989 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted armhf Packages [9093 B]
13:49:09 #9 3.009 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse armhf Packages [596 B]
13:49:09 #9 3.010 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf Packages [208 kB]
13:49:09 #9 3.012 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe armhf Packages [1200 B]
13:49:09 #9 3.012 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe armhf Packages [29.8 kB]
13:49:09 #9 3.013 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-security/main armhf Packages [96.9 kB]
13:49:09 #9 3.014 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted armhf Packages [8717 B]
13:49:09 #9 3.014 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse armhf Packages [596 B]
13:49:09 #9 3.715 Fetched 19.7 MB in 3s (6420 kB/s)
13:49:09 #9 3.715 Reading package lists...
13:49:09 #9 4.716 Reading package lists...
13:49:09 #9 5.655 Building dependency tree...
13:49:09 #9 5.828 Reading state information...
13:49:09 #9 6.047 The following additional packages will be installed:
13:49:09 #9 6.047   autoconf automake autopoint autotools-dev binutils
13:49:09 #9 6.047   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
13:49:09 #9 6.047   bzip2 ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit
13:49:09 #9 6.047   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:49:09 #9 6.047   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
13:49:09 #9 6.047   g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git-man gnupg gnupg-l10n
13:49:09 #9 6.047   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
13:49:09 #9 6.047   groff-base intltool-debian iso-codes less libalgorithm-diff-perl
13:49:09 #9 6.047   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
13:49:09 #9 6.047   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:49:09 #9 6.047   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:49:09 #9 6.047   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:49:09 #9 6.047   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
13:49:09 #9 6.047   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
13:49:09 #9 6.047   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:49:09 #9 6.047   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:49:09 #9 6.047   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
13:49:09 #9 6.047   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:49:09 #9 6.047   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
13:49:09 #9 6.047   libdata-validate-uri-perl libdebhelper-perl libdeflate0
13:49:09 #9 6.047   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
13:49:09 #9 6.047   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
13:49:09 #9 6.047   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
13:49:09 #9 6.047   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
13:49:09 #9 6.047   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
13:49:09 #9 6.047   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
13:49:09 #9 6.047   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:49:09 #9 6.047   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
13:49:09 #9 6.047   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
13:49:09 #9 6.047   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
13:49:09 #9 6.047   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:49:09 #9 6.047   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:49:09 #9 6.047   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:49:09 #9 6.047   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:49:09 #9 6.047   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
13:49:09 #9 6.047   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
13:49:09 #9 6.047   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
13:49:09 #9 6.047   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
13:49:09 #9 6.047   libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
13:49:09 #9 6.047   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
13:49:09 #9 6.047   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
13:49:09 #9 6.047   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
13:49:09 #9 6.047   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
13:49:09 #9 6.047   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
13:49:09 #9 6.047   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
13:49:09 #9 6.047   libmath-base85-perl libmd0 libmodule-implementation-perl
13:49:09 #9 6.047   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
13:49:09 #9 6.047   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
13:49:09 #9 6.047   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
13:49:09 #9 6.047   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
13:49:09 #9 6.047   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
13:49:09 #9 6.047   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
13:49:09 #9 6.047   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:49:09 #9 6.047   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
13:49:09 #9 6.047   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
13:49:09 #9 6.047   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
13:49:09 #9 6.047   libpython3.10-minimal libpython3.10-stdlib libre-engine-re2-perl libre2-9
13:49:09 #9 6.047   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
13:49:09 #9 6.047   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
13:49:09 #9 6.048   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:49:09 #9 6.048   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
13:49:09 #9 6.048   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
13:49:09 #9 6.048   libssl3 libstdc++-11-dev libstrictures-perl libstring-copyright-perl
13:49:09 #9 6.048   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
13:49:09 #9 6.048   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
13:49:09 #9 6.048   libsub-name-perl libsub-override-perl libsub-quote-perl
13:49:09 #9 6.048   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
13:49:09 #9 6.048   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
13:49:09 #9 6.048   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
13:49:09 #9 6.048   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtype-tiny-perl
13:49:09 #9 6.048   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:49:09 #9 6.048   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
13:49:09 #9 6.048   libwebp7 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6
13:49:09 #9 6.048   libxcb1 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
13:49:09 #9 6.048   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
13:49:09 #9 6.048   libxml-sax-perl libxml2 libxmuu1 libxpm4 libxs-parse-keyword-perl
13:49:09 #9 6.048   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:49:09 #9 6.048   lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev
13:49:09 #9 6.048   media-types netbase openssh-client openssl patch patchutils perl
13:49:09 #9 6.048   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
13:49:09 #9 6.048   publicsuffix python-apt-common python3 python3-apt python3-certifi
13:49:09 #9 6.048   python3-chardet python3-debian python3-gpg python3-idna python3-magic
13:49:09 #9 6.048   python3-minimal python3-pkg-resources python3-requests python3-six
13:49:09 #9 6.048   python3-unidiff python3-urllib3 python3-xdg python3.10 python3.10-minimal
13:49:09 #9 6.048   readline-common rpcsvc-proto strace t1utils ucf unzip wdiff xauth xz-utils
13:49:09 #9 6.048   zstd
13:49:09 #9 6.050 Suggested packages:
13:49:09 #9 6.050   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
13:49:09 #9 6.050   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
13:49:09 #9 6.050   bsd-mailx | mailx check-all-the-things cvs-buildpackage diffoscope
13:49:09 #9 6.050   disorderfs dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
13:49:09 #9 6.050   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:49:09 #9 6.050   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
13:49:09 #9 6.050   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
13:49:09 #9 6.050   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
13:49:09 #9 6.050   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
13:49:09 #9 6.050   gcc-11-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
13:49:09 #9 6.050   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
13:49:09 #9 6.050   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
13:49:09 #9 6.050   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
13:49:09 #9 6.050   libgd-tools gdbm-l10n libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
13:49:09 #9 6.050   libscalar-number-perl libsasl2-modules-gssapi-mit
13:49:09 #9 6.050   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:49:09 #9 6.050   libsasl2-modules-sql libstdc++-11-doc libbareword-filehandles-perl
13:49:09 #9 6.050   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:49:09 #9 6.050   gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
13:49:09 #9 6.050   libxml-sax-expatxs-perl bash-completion binutils-multiarch
13:49:09 #9 6.050   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
13:49:09 #9 6.050   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
13:49:09 #9 6.050   libterm-readline-gnu-perl | libterm-readline-perl-perl
13:49:09 #9 6.050   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
13:49:09 #9 6.050   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
13:49:09 #9 6.050   python3-cryptography python3-openssl python3-socks python-requests-doc
13:49:09 #9 6.050   python3.10-venv python3.10-doc binfmt-support readline-doc zip wdiff-doc
13:49:09 #9 6.444 The following NEW packages will be installed:
13:49:09 #9 6.444   autoconf automake autopoint autotools-dev binutils
13:49:09 #9 6.444   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
13:49:09 #9 6.444   bzip2 ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit
13:49:09 #9 6.444   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
13:49:09 #9 6.444   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
13:49:09 #9 6.444   fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git
13:49:09 #9 6.444   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
13:49:09 #9 6.444   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes less
13:49:09 #9 6.444   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:49:09 #9 6.444   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:49:09 #9 6.444   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:49:09 #9 6.444   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:49:09 #9 6.444   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
13:49:09 #9 6.444   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
13:49:09 #9 6.444   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:49:09 #9 6.444   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:49:09 #9 6.444   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
13:49:09 #9 6.444   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:49:09 #9 6.444   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
13:49:09 #9 6.445   libdata-validate-uri-perl libdebhelper-perl libdeflate0
13:49:09 #9 6.445   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
13:49:09 #9 6.445   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
13:49:09 #9 6.445   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
13:49:09 #9 6.445   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
13:49:09 #9 6.445   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
13:49:09 #9 6.445   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
13:49:09 #9 6.445   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
13:49:09 #9 6.445   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
13:49:09 #9 6.445   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
13:49:09 #9 6.445   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
13:49:09 #9 6.445   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:49:09 #9 6.445   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:49:09 #9 6.445   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:49:09 #9 6.445   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:49:09 #9 6.445   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
13:49:09 #9 6.445   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
13:49:09 #9 6.445   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
13:49:09 #9 6.445   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
13:49:09 #9 6.445   libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
13:49:09 #9 6.445   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
13:49:09 #9 6.445   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
13:49:09 #9 6.445   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
13:49:09 #9 6.445   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
13:49:09 #9 6.445   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
13:49:09 #9 6.445   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
13:49:09 #9 6.445   libmath-base85-perl libmd0 libmodule-implementation-perl
13:49:09 #9 6.445   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
13:49:09 #9 6.445   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
13:49:09 #9 6.445   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
13:49:09 #9 6.445   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
13:49:09 #9 6.445   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
13:49:09 #9 6.445   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
13:49:09 #9 6.445   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:49:09 #9 6.445   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
13:49:09 #9 6.445   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
13:49:09 #9 6.445   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
13:49:09 #9 6.445   libpython3.10-minimal libpython3.10-stdlib libre-engine-re2-perl libre2-9
13:49:09 #9 6.445   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
13:49:09 #9 6.445   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
13:49:09 #9 6.445   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
13:49:09 #9 6.445   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
13:49:09 #9 6.445   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
13:49:09 #9 6.445   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
13:49:09 #9 6.445   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
13:49:09 #9 6.445   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
13:49:09 #9 6.445   libsub-name-perl libsub-override-perl libsub-quote-perl
13:49:09 #9 6.445   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
13:49:09 #9 6.445   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
13:49:09 #9 6.445   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
13:49:09 #9 6.445   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtype-tiny-perl
13:49:09 #9 6.445   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
13:49:09 #9 6.445   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
13:49:09 #9 6.445   libwebp7 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6
13:49:09 #9 6.445   libxcb1 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
13:49:09 #9 6.445   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
13:49:09 #9 6.445   libxml-sax-perl libxml2 libxmuu1 libxpm4 libxs-parse-keyword-perl
13:49:09 #9 6.445   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
13:49:09 #9 6.445   lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev
13:49:09 #9 6.445   media-types netbase openssh-client openssl patch patchutils perl
13:49:09 #9 6.445   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
13:49:09 #9 6.445   publicsuffix python-apt-common python3 python3-apt python3-certifi
13:49:09 #9 6.445   python3-chardet python3-debian python3-gpg python3-idna python3-magic
13:49:09 #9 6.445   python3-minimal python3-pkg-resources python3-requests python3-six
13:49:09 #9 6.445   python3-unidiff python3-urllib3 python3-xdg python3.10 python3.10-minimal
13:49:09 #9 6.445   readline-common rpcsvc-proto strace t1utils ucf unzip wdiff xauth xz-utils
13:49:09 #9 6.445   zstd
13:49:09 #9 6.447 The following packages will be upgraded:
13:49:09 #9 6.447   libssl3
13:49:09 #9 6.868 1 upgraded, 366 newly installed, 0 to remove and 4 not upgraded.
13:49:09 #9 6.868 Need to get 115 MB of archives.
13:49:09 #9 6.868 After this operation, 377 MB of additional disk space will be used.
13:49:09 #9 6.868 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblocale-gettext-perl armhf 1.07-4build3 [16.2 kB]
13:49:09 #9 7.014 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libssl3 armhf 3.0.2-0ubuntu1.2 [1579 kB]
13:49:09 #9 7.460 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpython3.10-minimal armhf 3.10.4-3 [793 kB]
13:49:09 #9 7.503 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libexpat1 armhf 2.4.7-1 [66.5 kB]
13:49:09 #9 7.505 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3.10-minimal armhf 3.10.4-3 [1932 kB]
13:49:09 #9 7.593 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-minimal armhf 3.10.4-0ubuntu2 [24.4 kB]
13:49:09 #9 7.593 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf media-types all 7.0.0 [25.5 kB]
13:49:09 #9 7.594 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpdec3 armhf 2.5.1-2build2 [76.5 kB]
13:49:09 #9 7.595 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf readline-common all 8.1.2-1 [53.5 kB]
13:49:09 #9 7.598 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libreadline8 armhf 8.1.2-1 [128 kB]
13:49:09 #9 7.602 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsqlite3-0 armhf 3.37.2-2 [549 kB]
13:49:09 #9 7.635 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpython3.10-stdlib armhf 3.10.4-3 [1748 kB]
13:49:09 #9 7.716 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3.10 armhf 3.10.4-3 [488 kB]
13:49:09 #9 7.737 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpython3-stdlib armhf 3.10.4-0ubuntu2 [6990 B]
13:49:09 #9 7.737 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3 armhf 3.10.4-0ubuntu2 [22.8 kB]
13:49:09 #9 7.737 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf perl-modules-5.34 all 5.34.0-3ubuntu1 [2975 kB]
13:49:09 #9 7.877 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgdbm6 armhf 1.23-1 [30.0 kB]
13:49:09 #9 7.906 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgdbm-compat4 armhf 1.23-1 [6070 B]
13:49:09 #9 7.906 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libperl5.34 armhf 5.34.0-3ubuntu1 [4039 kB]
13:49:09 #9 8.102 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf perl armhf 5.34.0-3ubuntu1 [232 kB]
13:49:09 #9 8.102 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf openssl armhf 3.0.2-0ubuntu1.2 [1152 kB]
13:49:09 #9 8.129 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf ca-certificates all 20211016 [148 kB]
13:49:09 #9 8.134 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf distro-info-data all 0.52ubuntu0.1 [5124 B]
13:49:09 #9 8.134 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf iso-codes all 4.9.0-1 [3459 kB]
13:49:09 #9 8.329 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf less armhf 590-1build1 [134 kB]
13:49:09 #9 8.329 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmd0 armhf 1.0.4-1build1 [22.5 kB]
13:49:09 #9 8.329 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbsd0 armhf 0.11.5-1 [39.8 kB]
13:49:09 #9 8.329 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libelf1 armhf 0.186-1build1 [42.7 kB]
13:49:09 #9 8.329 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libicu70 armhf 70.1-2 [10.3 MB]
13:49:09 #9 8.909 Get:30 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libxml2 armhf 2.9.13+dfsg-1ubuntu0.1 [599 kB]
13:49:09 #9 8.917 Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libyaml-0-2 armhf 0.2.2-1build2 [45.4 kB]
13:49:09 #9 8.926 Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lsb-release all 11.1.0ubuntu4 [10.8 kB]
13:49:09 #9 8.927 Get:33 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf netbase all 6.3 [12.9 kB]
13:49:09 #9 8.927 Get:34 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python-apt-common all 2.3.0ubuntu2 [15.2 kB]
13:49:09 #9 8.928 Get:35 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-apt armhf 2.3.0ubuntu2 [154 kB]
13:49:09 #9 8.931 Get:36 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-pkg-resources all 59.6.0-1.2 [132 kB]
13:49:09 #9 8.933 Get:37 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf ucf all 3.0043 [56.1 kB]
13:49:09 #9 8.934 Get:38 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bsdextrautils armhf 2.37.2-4ubuntu3 [77.1 kB]
13:49:09 #9 8.986 Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmagic-mgc armhf 1:5.41-3 [257 kB]
13:49:09 #9 9.058 Get:40 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmagic1 armhf 1:5.41-3 [80.2 kB]
13:49:09 #9 9.061 Get:41 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf file armhf 1:5.41-3 [20.6 kB]
13:49:09 #9 9.062 Get:42 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gettext-base armhf 0.21-4ubuntu4 [38.0 kB]
13:49:09 #9 9.063 Get:43 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libuchardet0 armhf 0.0.7-1build2 [75.7 kB]
13:49:09 #9 9.065 Get:44 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf groff-base armhf 1.22.4-8build1 [870 kB]
13:49:09 #9 9.100 Get:45 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcbor0.8 armhf 0.8.0-2ubuntu1 [19.9 kB]
13:49:09 #9 9.100 Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libedit2 armhf 3.1-20210910-1build1 [78.7 kB]
13:49:09 #9 9.102 Get:47 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfido2-1 armhf 1.10.0-1 [74.1 kB]
13:49:09 #9 9.104 Get:48 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnghttp2-14 armhf 1.43.0-1build3 [70.1 kB]
13:49:09 #9 9.135 Get:49 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpipeline1 armhf 1.5.5-1 [25.6 kB]
13:49:09 #9 9.204 Get:50 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpng16-16 armhf 1.6.37-3build5 [170 kB]
13:49:09 #9 9.210 Get:51 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpsl5 armhf 0.21.0-1.2build2 [56.9 kB]
13:49:09 #9 9.213 Get:52 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxau6 armhf 1:1.0.9-1build5 [6622 B]
13:49:09 #9 9.213 Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu5 [9452 B]
13:49:09 #9 9.213 Get:54 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxcb1 armhf 1.14-3ubuntu3 [46.1 kB]
13:49:09 #9 9.215 Get:55 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libx11-data all 2:1.7.5-1 [119 kB]
13:49:09 #9 9.218 Get:56 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libx11-6 armhf 2:1.7.5-1 [604 kB]
13:49:09 #9 9.240 Get:57 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxext6 armhf 2:1.3.4-1build1 [26.4 kB]
13:49:09 #9 9.241 Get:58 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxmuu1 armhf 2:1.1.3-3 [9288 B]
13:49:09 #9 9.277 Get:59 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf man-db armhf 2.10.2-1 [1151 kB]
13:49:09 #9 9.349 Get:60 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf manpages all 5.10-1ubuntu1 [1375 kB]
13:49:09 #9 9.426 Get:61 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf openssh-client armhf 1:8.9p1-3 [837 kB]
13:49:09 #9 9.444 Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf publicsuffix all 20211207.1025-1 [129 kB]
13:49:09 #9 9.449 Get:63 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf strace armhf 5.16-0ubuntu3 [409 kB]
13:49:09 #9 9.464 Get:64 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf xauth armhf 1:1.1-1build2 [23.8 kB]
13:49:09 #9 9.465 Get:65 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf xz-utils armhf 5.2.5-2ubuntu1 [84.6 kB]
13:49:09 #9 9.468 Get:66 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsigsegv2 armhf 2.13-1ubuntu3 [13.7 kB]
13:49:09 #9 9.469 Get:67 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf m4 armhf 1.4.18-5ubuntu2 [191 kB]
13:49:09 #9 9.475 Get:68 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autoconf all 2.71-2 [338 kB]
13:49:09 #9 9.503 Get:69 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autotools-dev all 20220109.1 [44.9 kB]
13:49:09 #9 9.504 Get:70 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf automake all 1:1.16.5-1.3 [558 kB]
13:49:09 #9 9.575 Get:71 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autopoint all 0.21-4ubuntu4 [422 kB]
13:49:10 #9 9.589 Get:72 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf binutils-common armhf 2.38-3ubuntu1 [221 kB]
13:49:10 #9 9.597 Get:73 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbinutils armhf 2.38-3ubuntu1 [497 kB]
13:49:10 #9 9.616 Get:74 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libctf-nobfd0 armhf 2.38-3ubuntu1 [93.5 kB]
13:49:10 #9 9.618 Get:75 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libctf0 armhf 2.38-3ubuntu1 [93.6 kB]
13:49:10 #9 9.622 Get:76 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf binutils-arm-linux-gnueabihf armhf 2.38-3ubuntu1 [3061 kB]
13:49:10 #9 9.791 Get:77 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf binutils armhf 2.38-3ubuntu1 [3162 B]
13:49:10 #9 9.792 Get:78 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libc-dev-bin armhf 2.35-0ubuntu3 [19.0 kB]
13:49:10 #9 9.793 Get:79 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf linux-libc-dev armhf 5.15.0-33.34 [1244 kB]
13:49:10 #9 9.826 Get:80 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcrypt-dev armhf 1:4.4.27-1 [122 kB]
13:49:10 #9 9.831 Get:81 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf rpcsvc-proto armhf 1.4.2-0ubuntu6 [63.7 kB]
13:49:10 #9 9.833 Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtirpc-dev armhf 1.3.2-2build1 [184 kB]
13:49:10 #9 9.840 Get:83 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnsl-dev armhf 1.3.0-2build2 [66.1 kB]
13:49:10 #9 9.842 Get:84 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libc6-dev armhf 2.35-0ubuntu3 [1331 kB]
13:49:10 #9 9.906 Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gcc-11-base armhf 11.2.0-19ubuntu1 [20.8 kB]
13:49:10 #9 9.907 Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libisl23 armhf 0.24-2build1 [581 kB]
13:49:10 #9 9.943 Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpfr6 armhf 4.1.0-3build3 [217 kB]
13:49:10 #9 9.951 Get:88 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpc3 armhf 1.2.1-2build1 [39.5 kB]
13:49:10 #9 9.952 Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf cpp-11 armhf 11.2.0-19ubuntu1 [7841 kB]
13:49:10 #9 10.32 Get:90 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf cpp armhf 4:11.2.0-1ubuntu1 [27.7 kB]
13:49:10 #9 10.32 Get:91 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcc1-0 armhf 12-20220319-1ubuntu1 [39.1 kB]
13:49:10 #9 10.33 Get:92 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgomp1 armhf 12-20220319-1ubuntu1 [110 kB]
13:49:10 #9 10.33 Get:93 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libatomic1 armhf 12-20220319-1ubuntu1 [7620 B]
13:49:10 #9 10.33 Get:94 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libasan6 armhf 11.2.0-19ubuntu1 [2242 kB]
13:49:10 #9 10.42 Get:95 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libubsan1 armhf 12-20220319-1ubuntu1 [959 kB]
13:49:10 #9 10.47 Get:96 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgcc-11-dev armhf 11.2.0-19ubuntu1 [835 kB]
13:49:10 #9 10.51 Get:97 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gcc-11 armhf 11.2.0-19ubuntu1 [15.8 MB]
13:49:11 #9 11.26 Get:98 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gcc armhf 4:11.2.0-1ubuntu1 [5126 B]
13:49:11 #9 11.26 Get:99 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstdc++-11-dev armhf 11.2.0-19ubuntu1 [2134 kB]
13:49:11 #9 11.34 Get:100 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf g++-11 armhf 11.2.0-19ubuntu1 [9018 kB]
13:49:12 #9 11.77 Get:101 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf g++ armhf 4:11.2.0-1ubuntu1 [1400 B]
13:49:12 #9 12.17 Get:102 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf make armhf 4.3-4.1build1 [163 kB]
13:49:12 #9 12.53 Get:103 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libdpkg-perl all 1.21.1ubuntu2.1 [237 kB]
13:49:13 #9 12.63 Get:104 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bzip2 armhf 1.0.8-5build1 [34.2 kB]
13:49:13 #9 12.64 Get:105 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf patch armhf 2.7.6-7build2 [111 kB]
13:49:13 #9 12.67 Get:106 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lto-disabled-list all 24 [12.5 kB]
13:49:13 #9 12.68 Get:107 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dpkg-dev all 1.21.1ubuntu2.1 [922 kB]
13:49:13 #9 12.84 Get:108 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf build-essential armhf 12.9ubuntu3 [4744 B]
13:49:13 #9 12.84 Get:109 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbrotli1 armhf 1.0.9-2build6 [306 kB]
13:49:13 #9 12.85 Get:110 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsasl2-modules-db armhf 2.1.27+dfsg2-3ubuntu1 [19.2 kB]
13:49:13 #9 12.87 Get:111 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsasl2-2 armhf 2.1.27+dfsg2-3ubuntu1 [50.7 kB]
13:49:13 #9 12.87 Get:112 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libldap-2.5-0 armhf 2.5.11+dfsg-1~exp1ubuntu3.1 [160 kB]
13:49:13 #9 12.88 Get:113 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB]
13:49:13 #9 12.89 Get:114 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libssh-4 armhf 0.9.6-2build1 [165 kB]
13:49:13 #9 12.91 Get:115 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl4 armhf 7.81.0-1ubuntu1.2 [252 kB]
13:49:13 #9 12.91 Get:116 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf curl armhf 7.81.0-1ubuntu1.2 [188 kB]
13:49:13 #9 12.92 Get:117 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dctrl-tools armhf 2.24-3build2 [57.2 kB]
13:49:13 #9 12.92 Get:118 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdebhelper-perl all 13.6ubuntu1 [67.2 kB]
13:49:13 #9 12.99 Get:119 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtool all 2.4.6-15build2 [164 kB]
13:49:13 #9 13.01 Get:120 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-autoreconf all 20 [16.1 kB]
13:49:13 #9 13.02 Get:121 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive-zip-perl all 1.68-1 [90.2 kB]
13:49:13 #9 13.02 Get:122 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-override-perl all 0.09-2 [9532 B]
13:49:13 #9 13.03 Get:123 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
13:49:13 #9 13.03 Get:124 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-strip-nondeterminism all 1.13.0-1 [5344 B]
13:49:13 #9 13.03 Get:125 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdw1 armhf 0.186-1build1 [228 kB]
13:49:13 #9 13.03 Get:126 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf debugedit armhf 1:5.0-4build1 [43.3 kB]
13:49:13 #9 13.07 Get:127 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dwz armhf 0.14-1build2 [99.2 kB]
13:49:13 #9 13.07 Get:128 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gettext armhf 0.21-4ubuntu4 [805 kB]
13:49:13 #9 13.14 Get:129 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf intltool-debian all 0.35.0+20060710.5 [24.9 kB]
13:49:13 #9 13.14 Get:130 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf po-debconf all 1.0.21+nmu1 [233 kB]
13:49:13 #9 13.15 Get:131 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf debhelper all 13.6ubuntu1 [923 kB]
13:49:13 #9 13.17 Get:132 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfakeroot armhf 1.28-1ubuntu1 [26.3 kB]
13:49:13 #9 13.17 Get:133 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fakeroot armhf 1.28-1ubuntu1 [62.2 kB]
13:49:13 #9 13.17 Get:134 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libassuan0 armhf 2.5.5-1build1 [31.3 kB]
13:49:13 #9 13.17 Get:135 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gpgconf armhf 2.2.27-3ubuntu2 [115 kB]
13:49:13 #9 13.17 Get:136 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libksba8 armhf 1.6.0-2build1 [99.7 kB]
13:49:13 #9 13.22 Get:137 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnpth0 armhf 1.6-3build2 [7230 B]
13:49:13 #9 13.22 Get:138 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dirmngr armhf 2.2.27-3ubuntu2 [320 kB]
13:49:13 #9 13.29 Get:139 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gnupg-l10n all 2.2.27-3ubuntu2 [54.3 kB]
13:49:13 #9 13.29 Get:140 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gnupg-utils armhf 2.2.27-3ubuntu2 [455 kB]
13:49:13 #9 13.30 Get:141 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gpg armhf 2.2.27-3ubuntu2 [483 kB]
13:49:13 #9 13.31 Get:142 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pinentry-curses armhf 1.1.1-1build2 [35.6 kB]
13:49:13 #9 13.31 Get:143 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gpg-agent armhf 2.2.27-3ubuntu2 [227 kB]
13:49:13 #9 13.31 Get:144 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gpg-wks-client armhf 2.2.27-3ubuntu2 [86.3 kB]
13:49:13 #9 13.32 Get:145 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gpg-wks-server armhf 2.2.27-3ubuntu2 [80.0 kB]
13:49:13 #9 13.32 Get:146 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gpgsm armhf 2.2.27-3ubuntu2 [206 kB]
13:49:13 #9 13.37 Get:147 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gnupg all 2.2.27-3ubuntu2 [315 kB]
13:49:13 #9 13.37 Get:148 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-dirlist-perl all 0.05-2 [7100 B]
13:49:13 #9 13.44 Get:149 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-which-perl all 1.23-1 [13.8 kB]
13:49:13 #9 13.44 Get:150 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-homedir-perl all 1.006-1 [38.3 kB]
13:49:13 #9 13.44 Get:151 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-touch-perl all 0.12-1 [9024 B]
13:49:13 #9 13.45 Get:152 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-pty-perl armhf 1:1.15-2build2 [34.3 kB]
13:49:13 #9 13.45 Get:153 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-run-perl all 20200505.0-1 [89.8 kB]
13:49:13 #9 13.45 Get:154 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
13:49:13 #9 13.45 Get:155 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-xsaccessor-perl armhf 1.19-3build9 [33.4 kB]
13:49:13 #9 13.52 Get:156 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libb-hooks-op-check-perl armhf 0.22-1build5 [9768 B]
13:49:13 #9 13.52 Get:157 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
13:49:13 #9 13.52 Get:158 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-callchecker-perl armhf 0.008-1ubuntu4 [14.6 kB]
13:49:13 #9 13.59 Get:159 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libparams-classify-perl armhf 0.015-1build5 [20.4 kB]
13:49:13 #9 13.59 Get:160 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmodule-runtime-perl all 0.016-1 [16.2 kB]
13:49:13 #9 13.60 Get:161 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libimport-into-perl all 1.002005-1 [11.0 kB]
13:49:13 #9 13.60 Get:162 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librole-tiny-perl all 2.002004-1 [16.3 kB]
13:49:13 #9 13.60 Get:163 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-quote-perl all 2.006006-1 [19.5 kB]
13:49:13 #9 13.60 Get:164 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoo-perl all 2.005004-3 [48.0 kB]
13:49:13 #9 13.60 Get:165 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libencode-locale-perl all 1.05-1.1 [11.8 kB]
13:49:13 #9 13.67 Get:166 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtimedate-perl all 2.3300-2 [34.0 kB]
13:49:13 #9 13.67 Get:167 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-date-perl all 6.05-1 [9920 B]
13:49:13 #9 13.67 Get:168 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-listing-perl all 6.14-1 [11.2 kB]
13:49:14 #9 13.74 Get:169 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-tagset-perl all 3.20-4 [12.5 kB]
13:49:14 #9 13.74 Get:170 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liburi-perl all 5.10-1 [78.8 kB]
13:49:14 #9 13.75 Get:171 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-parser-perl armhf 3.76-1build2 [85.3 kB]
13:49:14 #9 13.75 Get:172 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-tree-perl all 5.07-2 [200 kB]
13:49:14 #9 13.75 Get:173 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-html-perl all 1.004-2 [15.4 kB]
13:49:14 #9 13.75 Get:174 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
13:49:14 #9 13.75 Get:175 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-message-perl all 6.36-1 [76.8 kB]
13:49:14 #9 13.82 Get:176 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-cookies-perl all 6.10-1 [18.4 kB]
13:49:14 #9 13.82 Get:177 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-negotiate-perl all 6.01-1 [12.5 kB]
13:49:14 #9 13.82 Get:178 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf perl-openssl-defaults armhf 5build2 [7544 B]
13:49:14 #9 13.90 Get:179 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-ssleay-perl armhf 1.92-1build2 [311 kB]
13:49:14 #9 13.90 Get:180 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-socket-ssl-perl all 2.074-2 [192 kB]
13:49:14 #9 13.90 Get:181 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-http-perl all 6.22-1 [23.2 kB]
13:49:14 #9 13.90 Get:182 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
13:49:14 #9 13.90 Get:183 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtry-tiny-perl all 0.31-1 [21.8 kB]
13:49:14 #9 13.90 Get:184 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB]
13:49:14 #9 13.91 Get:185 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwww-perl all 6.61-1 [141 kB]
13:49:14 #9 13.97 Get:186 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf patchutils armhf 0.4.2-1build2 [74.5 kB]
13:49:14 #9 13.97 Get:187 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf wdiff armhf 1.2.2-2build3 [29.3 kB]
13:49:14 #9 13.97 Get:188 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf devscripts armhf 2.22.1ubuntu1 [1057 kB]
13:49:14 #9 14.05 Get:189 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf diffstat armhf 1.64-1build2 [27.6 kB]
13:49:14 #9 14.05 Get:190 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-chardet all 4.0.0-1 [98.0 kB]
13:49:14 #9 14.05 Get:191 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf zstd armhf 1.4.8+dfsg-3build1 [597 kB]
13:49:14 #9 14.06 Get:192 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-debian all 0.1.43ubuntu1 [107 kB]
13:49:14 #9 14.06 Get:193 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgpgme11 armhf 1.16.0-1.2ubuntu4 [117 kB]
13:49:14 #9 14.06 Get:194 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-gpg armhf 1.16.0-1.2ubuntu4 [196 kB]
13:49:14 #9 14.06 Get:195 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dput all 1.1.0ubuntu2 [44.9 kB]
13:49:14 #9 14.12 Get:196 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fonts-dejavu-core all 2.37-2build1 [1041 kB]
13:49:14 #9 14.14 Get:197 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
13:49:14 #9 14.14 Get:198 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl3-gnutls armhf 7.81.0-1ubuntu1.2 [247 kB]
13:49:14 #9 14.20 Get:199 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liberror-perl all 0.17029-1 [26.5 kB]
13:49:14 #9 14.20 Get:200 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf git-man all 1:2.34.1-1ubuntu1.2 [952 kB]
13:49:14 #9 14.21 Get:201 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf git armhf 1:2.34.1-1ubuntu1.2 [3531 kB]
13:49:14 #9 14.40 Get:202 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-diff-perl all 1.201-1 [41.8 kB]
13:49:15 #9 14.80 Get:203 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-diff-xs-perl armhf 0.04-6build3 [11.5 kB]
13:49:15 #9 14.87 Get:204 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:49:15 #9 14.89 Get:205 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libaliased-perl all 0.34-1.1 [13.3 kB]
13:49:15 #9 14.92 Get:206 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libapt-pkg-perl armhf 0.1.40build2 [68.4 kB]
13:49:15 #9 15.05 Get:207 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive-cpio-perl all 0.10-1.1 [9928 B]
13:49:15 #9 15.05 Get:208 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarray-intspan-perl all 2.004-1 [24.5 kB]
13:49:15 #9 15.07 Get:209 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
13:49:15 #9 15.08 Get:210 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
13:49:15 #9 15.09 Get:211 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libvariable-magic-perl armhf 0.62-1build5 [33.0 kB]
13:49:15 #9 15.11 Get:212 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libb-hooks-endofscope-perl all 0.25-1 [17.8 kB]
13:49:15 #9 15.12 Get:213 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfreetype6 armhf 2.11.1+dfsg-1build1 [326 kB]
13:49:15 #9 15.23 Get:214 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfontconfig1 armhf 2.13.1-4.2ubuntu5 [109 kB]
13:49:15 #9 15.25 Get:215 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjpeg-turbo8 armhf 2.1.2-0ubuntu1 [116 kB]
13:49:15 #9 15.26 Get:216 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjpeg8 armhf 8c-2ubuntu10 [2266 B]
13:49:15 #9 15.26 Get:217 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdeflate0 armhf 1.10-2 [59.2 kB]
13:49:15 #9 15.27 Get:218 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjbig0 armhf 2.1-3.1build3 [25.1 kB]
13:49:15 #9 15.27 Get:219 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwebp7 armhf 1.2.2-2 [166 kB]
13:49:15 #9 15.29 Get:220 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtiff5 armhf 4.3.0-6 [165 kB]
13:49:15 #9 15.31 Get:221 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxpm4 armhf 1:3.5.12-1build2 [31.0 kB]
13:49:15 #9 15.31 Get:222 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgd3 armhf 2.3.0-2ubuntu2 [111 kB]
13:49:15 #9 15.35 Get:223 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libc-devtools armhf 2.35-0ubuntu3 [29.6 kB]
13:49:15 #9 15.35 Get:224 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcapture-tiny-perl all 0.48-1 [20.4 kB]
13:49:15 #9 15.35 Get:225 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-data-inheritable-perl all 0.08-3 [8084 B]
13:49:15 #9 15.35 Get:226 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclone-perl armhf 0.45-1build3 [10.2 kB]
13:49:15 #9 15.35 Get:227 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcommon-sense-perl armhf 3.75-2build1 [21.2 kB]
13:49:15 #9 15.35 Get:228 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libconfig-tiny-perl all 2.28-1 [13.1 kB]
13:49:15 #9 15.42 Get:229 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libparams-util-perl armhf 1.102-1build3 [21.4 kB]
13:49:15 #9 15.42 Get:230 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-install-perl all 0.928-1.1 [9972 B]
13:49:15 #9 15.42 Get:231 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-optlist-perl all 0.112-1 [11.0 kB]
13:49:15 #9 15.43 Get:232 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-exporter-perl all 0.988-1 [50.6 kB]
13:49:15 #9 15.50 Get:233 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libconst-fast-perl all 0.014-1.1 [7756 B]
13:49:15 #9 15.50 Get:234 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwant-perl armhf 0.29-1build7 [23.4 kB]
13:49:15 #9 15.50 Get:235 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcontextual-return-perl all 0.004014-2 [53.1 kB]
13:49:15 #9 15.50 Get:236 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcpanel-json-xs-perl armhf 4.27-1build1 [113 kB]
13:49:15 #9 15.50 Get:237 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
13:49:15 #9 15.51 Get:238 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libexception-class-perl all 1.45-1 [28.6 kB]
13:49:15 #9 15.57 Get:239 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
13:49:16 #9 15.57 Get:240 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
13:49:16 #9 15.57 Get:241 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libexporter-tiny-perl all 1.002002-1 [36.2 kB]
13:49:16 #9 15.57 Get:242 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-moreutils-xs-perl armhf 0.430-2build2 [37.3 kB]
13:49:16 #9 15.64 Get:243 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-moreutils-perl all 0.430-2 [38.2 kB]
13:49:16 #9 15.65 Get:244 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-dpath-perl all 0.58-1 [38.8 kB]
13:49:16 #9 15.65 Get:245 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-dump-perl all 1.25-1 [25.9 kB]
13:49:16 #9 15.65 Get:246 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-messagepack-perl armhf 1.01-2build1 [32.5 kB]
13:49:16 #9 15.65 Get:247 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
13:49:16 #9 15.65 Get:248 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-domain-perl all 0.10-1.1 [9992 B]
13:49:16 #9 15.72 Get:249 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
13:49:16 #9 15.72 Get:250 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-netmask-perl all 2.0001-1 [27.7 kB]
13:49:16 #9 15.72 Get:251 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnetaddr-ip-perl armhf 4.079+dfsg-1build7 [81.2 kB]
13:49:16 #9 15.72 Get:252 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-ip-perl all 0.30-1 [17.3 kB]
13:49:16 #9 15.79 Get:253 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-uri-perl all 0.07-2 [11.1 kB]
13:49:16 #9 15.79 Get:254 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdistro-info-perl all 1.1build1 [5644 B]
13:49:16 #9 15.79 Get:255 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libemail-address-xs-perl armhf 1.04-1build6 [26.0 kB]
13:49:16 #9 15.79 Get:256 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-system-simple-perl all 1.30-1 [23.2 kB]
13:49:16 #9 15.79 Get:257 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-basedir-perl all 0.09-1 [15.7 kB]
13:49:16 #9 15.80 Get:258 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
13:49:16 #9 15.87 Get:259 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-fcntllock-perl armhf 0.22-3build7 [33.3 kB]
13:49:16 #9 15.87 Get:260 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnumber-compare-perl all 0.03-2 [7058 B]
13:49:16 #9 15.87 Get:261 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-glob-perl all 0.11-2 [8042 B]
13:49:16 #9 15.87 Get:262 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-find-rule-perl all 0.34-1 [28.3 kB]
13:49:16 #9 15.94 Get:263 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfont-afm-perl all 1.20-3 [13.6 kB]
13:49:16 #9 15.94 Get:264 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-string-perl all 1.08-3.1 [10.7 kB]
13:49:16 #9 15.94 Get:265 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfont-ttf-perl all 1.06-1.1 [316 kB]
13:49:16 #9 15.95 Get:266 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsort-versions-perl all 1.62-1 [9294 B]
13:49:16 #9 15.95 Get:267 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgit-wrapper-perl all 0.048-1 [29.9 kB]
13:49:16 #9 15.95 Get:268 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
13:49:16 #9 16.01 Get:269 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-prompter-perl all 0.004015-1 [58.1 kB]
13:49:16 #9 16.02 Get:270 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-perl all 4.04000-1 [81.8 kB]
13:49:16 #9 16.02 Get:271 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblog-any-perl all 1.710-1 [68.4 kB]
13:49:16 #9 16.02 Get:272 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
13:49:16 #9 16.09 Get:273 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpackage-stash-perl all 0.39-1 [19.1 kB]
13:49:16 #9 16.09 Get:274 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-identify-perl armhf 0.14-1build5 [9848 B]
13:49:16 #9 16.09 Get:275 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-name-perl armhf 0.26-1build3 [10.7 kB]
13:49:16 #9 16.09 Get:276 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnamespace-clean-perl all 0.27-1 [13.6 kB]
13:49:16 #9 16.09 Get:277 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpath-tiny-perl all 0.122-1 [45.9 kB]
13:49:16 #9 16.09 Get:278 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstrictures-perl all 2.000006-1 [16.3 kB]
13:49:16 #9 16.16 Get:279 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtype-tiny-perl all 1.012004-1 [321 kB]
13:49:16 #9 16.17 Get:280 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
13:49:16 #9 16.18 Get:281 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhash-fieldhash-perl armhf 0.15-1build5 [16.1 kB]
13:49:16 #9 16.18 Get:282 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-form-perl all 6.07-1 [22.2 kB]
13:49:16 #9 16.24 Get:283 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-format-perl all 2.12-1.1 [41.3 kB]
13:49:16 #9 16.24 Get:284 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
13:49:16 #9 16.24 Get:285 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-daemon-perl all 6.13-1 [22.3 kB]
13:49:16 #9 16.24 Get:286 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-interactive-perl all 1.023-1 [10.4 kB]
13:49:16 #9 16.24 Get:287 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-prompt-tiny-perl all 0.003-1 [8924 B]
13:49:16 #9 16.24 Get:288 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtypes-serialiser-perl all 1.01-1 [11.6 kB]
13:49:16 #9 16.31 Get:289 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-xs-perl armhf 4.030-1build3 [85.8 kB]
13:49:16 #9 16.31 Get:290 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-maybexs-perl all 1.004003-1 [11.3 kB]
13:49:16 #9 16.31 Get:291 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libldap-common all 2.5.11+dfsg-1~exp1ubuntu3.1 [16.8 kB]
13:49:16 #9 16.31 Get:292 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-compare-perl all 0.55-1 [63.3 kB]
13:49:16 #9 16.38 Get:293 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-someutils-perl all 0.58-1 [29.7 kB]
13:49:16 #9 16.38 Get:294 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-someutils-xs-perl armhf 0.58-2build3 [31.4 kB]
13:49:16 #9 16.39 Get:295 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-utilsby-perl all 0.11-1 [14.7 kB]
13:49:16 #9 16.39 Get:296 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libltdl7 armhf 2.4.6-15build2 [36.7 kB]
13:49:16 #9 16.39 Get:297 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libltdl-dev armhf 2.4.6-15build2 [167 kB]
13:49:16 #9 16.39 Get:298 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblzo2-2 armhf 2.10-2build3 [47.6 kB]
13:49:16 #9 16.46 Get:299 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsys-hostname-long-perl all 1.5-2 [11.5 kB]
13:49:16 #9 16.46 Get:300 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
13:49:16 #9 16.46 Get:301 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-smtp-ssl-perl all 1.04-1 [5948 B]
13:49:16 #9 16.46 Get:302 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmailtools-perl all 2.21-1 [80.7 kB]
13:49:16 #9 16.53 Get:303 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmarkdown2 armhf 2.2.7-2 [31.3 kB]
13:49:17 #9 16.93 Get:304 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmath-base85-perl all 0.5+dfsg-1 [6764 B]
13:49:17 #9 17.01 Get:305 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoox-aliases-perl all 0.001006-1.1 [6632 B]
13:49:17 #9 17.01 Get:306 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
13:49:17 #9 17.04 Get:307 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
13:49:17 #9 17.11 Get:308 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoox-struct-perl all 0.020-1 [23.7 kB]
13:49:17 #9 17.15 Get:309 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmouse-perl armhf 2.5.10-1build4 [156 kB]
13:49:17 #9 17.28 Get:310 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpackage-stash-xs-perl armhf 0.29-1build5 [17.7 kB]
13:49:17 #9 17.29 Get:311 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
13:49:17 #9 17.31 Get:312 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libperlio-gzip-perl armhf 0.19-1build8 [13.6 kB]
13:49:17 #9 17.31 Get:313 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libperlio-utf8-strict-perl armhf 0.009-1build1 [11.2 kB]
13:49:17 #9 17.32 Get:314 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpod-parser-perl all 1.63-2 [82.2 kB]
13:49:17 #9 17.35 Get:315 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpod-constants-perl all 0.19-2 [16.3 kB]
13:49:17 #9 17.35 Get:316 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libproc-processtable-perl armhf 0.634-1build1 [37.0 kB]
13:49:17 #9 17.36 Get:317 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libre2-9 armhf 20220201+dfsg-1 [161 kB]
13:49:17 #9 17.39 Get:318 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libre-engine-re2-perl armhf 0.14-1build2 [17.2 kB]
13:49:17 #9 17.40 Get:319 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libreadonly-perl all 2.050-3 [19.9 kB]
13:49:17 #9 17.43 Get:320 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libref-util-perl all 0.204-1 [15.0 kB]
13:49:17 #9 17.43 Get:321 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libref-util-xs-perl armhf 0.117-1build5 [11.5 kB]
13:49:17 #9 17.44 Get:322 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libregexp-pattern-license-perl all 3.9.3-1 [84.1 kB]
13:49:17 #9 17.45 Get:323 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
13:49:17 #9 17.45 Get:324 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsasl2-modules armhf 2.1.27+dfsg2-3ubuntu1 [50.1 kB]
13:49:17 #9 17.45 Get:325 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsereal-decoder-perl armhf 4.023+ds-1 [94.5 kB]
13:49:17 #9 17.51 Get:326 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsereal-encoder-perl armhf 4.023+ds-1 [97.2 kB]
13:49:17 #9 17.51 Get:327 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libset-intspan-perl all 1.19-2 [26.1 kB]
13:49:17 #9 17.52 Get:328 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsocket6-perl armhf 0.29-1build4 [18.7 kB]
13:49:17 #9 17.52 Get:329 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-copyright-perl all 0.003012-1 [21.3 kB]
13:49:17 #9 17.58 Get:330 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB]
13:49:17 #9 17.58 Get:331 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-shellquote-perl all 1.04-1 [12.0 kB]
13:49:17 #9 17.58 Get:332 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxs-parse-keyword-perl armhf 0.21-1build1 [48.7 kB]
13:49:17 #9 17.59 Get:333 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsyntax-keyword-try-perl armhf 0.26-1build1 [25.8 kB]
13:49:17 #9 17.59 Get:334 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libterm-readkey-perl armhf 2.38-1build4 [23.8 kB]
13:49:17 #9 17.59 Get:335 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-levenshteinxs-perl armhf 0.03-4build10 [7566 B]
13:49:17 #9 17.65 Get:336 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-markdown-discount-perl armhf 0.13-1build1 [12.4 kB]
13:49:18 #9 17.66 Get:337 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-xslate-perl armhf 3.5.9-1build1 [182 kB]
13:49:18 #9 17.67 Get:338 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtime-duration-perl all 1.21-1 [13.1 kB]
13:49:18 #9 17.67 Get:339 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtime-moment-perl armhf 0.44-1build6 [74.1 kB]
13:49:18 #9 17.73 Get:340 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtype-tiny-xs-perl armhf 0.022-1build2 [23.3 kB]
13:49:18 #9 17.73 Get:341 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libunicode-utf8-perl armhf 0.62-1build4 [17.6 kB]
13:49:18 #9 17.73 Get:342 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
13:49:18 #9 17.73 Get:343 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
13:49:18 #9 17.73 Get:344 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
13:49:18 #9 17.74 Get:345 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-libxml-perl armhf 2.0207+dfsg+really+2.0134-1 [311 kB]
13:49:18 #9 17.80 Get:346 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-parser-perl armhf 2.46-3build1 [210 kB]
13:49:18 #9 17.82 Get:347 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-expat-perl all 0.51-1 [10.5 kB]
13:49:18 #9 17.82 Get:348 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libyaml-libyaml-perl armhf 0.83+ds-1build1 [27.3 kB]
13:49:18 #9 17.82 Get:349 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf licensecheck all 3.2.14-2 [40.9 kB]
13:49:18 #9 17.88 Get:350 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-size-perl armhf 0.83-1build4 [19.9 kB]
13:49:18 #9 17.88 Get:351 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-run3-perl all 0.048-2 [31.4 kB]
13:49:18 #9 17.88 Get:352 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lzip armhf 1.23-1 [80.2 kB]
13:49:18 #9 17.88 Get:353 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lzop armhf 1.04-2build2 [84.5 kB]
13:49:18 #9 17.89 Get:354 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf t1utils armhf 1.41-4build2 [53.1 kB]
13:49:18 #9 17.89 Get:355 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf unzip armhf 6.0-26ubuntu3 [162 kB]
13:49:18 #9 17.95 Get:356 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf lintian all 2.114.0ubuntu1.1 [1083 kB]
13:49:18 #9 18.01 Get:357 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf manpages-dev all 5.10-1ubuntu1 [2309 kB]
13:49:18 #9 18.12 Get:358 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-certifi all 2020.6.20-1 [150 kB]
13:49:18 #9 18.13 Get:359 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-idna all 3.3-1 [49.3 kB]
13:49:18 #9 18.14 Get:360 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-six all 1.16.0-3ubuntu1 [12.6 kB]
13:49:18 #9 18.14 Get:361 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
13:49:18 #9 18.14 Get:362 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-requests all 2.25.1+dfsg-2 [47.9 kB]
13:49:18 #9 18.14 Get:363 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-unidiff all 0.5.5-2 [9180 B]
13:49:18 #9 18.14 Get:364 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-xdg all 0.27-2 [36.9 kB]
13:49:18 #9 18.14 Get:365 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf equivs all 2.3.1 [19.0 kB]
13:49:18 #9 18.14 Get:366 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
13:49:18 #9 18.20 Get:367 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-magic all 2:0.4.24-2 [12.6 kB]
13:49:18 #9 18.37 debconf: delaying package configuration, since apt-utils is not installed
13:49:18 #9 18.39 Fetched 115 MB in 12s (9803 kB/s)
13:49:18 #9 18.41 Selecting previously unselected package liblocale-gettext-perl.
13:49:18 #9 18.41 (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 ... 4388 files and directories currently installed.)
13:49:18 #9 18.41 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_armhf.deb ...
13:49:18 #9 18.42 Unpacking liblocale-gettext-perl (1.07-4build3) ...
13:49:18 #9 18.45 Preparing to unpack .../libssl3_3.0.2-0ubuntu1.2_armhf.deb ...
13:49:18 #9 18.47 Unpacking libssl3:armhf (3.0.2-0ubuntu1.2) over (3.0.2-0ubuntu1) ...
13:49:18 #9 18.55 Setting up libssl3:armhf (3.0.2-0ubuntu1.2) ...
13:49:18 #9 18.66 Selecting previously unselected package libpython3.10-minimal:armhf.
13:49:18 #9 18.66 (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 ... 4402 files and directories currently installed.)
13:49:18 #9 18.66 Preparing to unpack .../libpython3.10-minimal_3.10.4-3_armhf.deb ...
13:49:18 #9 18.66 Unpacking libpython3.10-minimal:armhf (3.10.4-3) ...
13:49:18 #9 18.74 Selecting previously unselected package libexpat1:armhf.
13:49:18 #9 18.74 Preparing to unpack .../libexpat1_2.4.7-1_armhf.deb ...
13:49:18 #9 18.74 Unpacking libexpat1:armhf (2.4.7-1) ...
13:49:18 #9 18.77 Selecting previously unselected package python3.10-minimal.
13:49:18 #9 18.77 Preparing to unpack .../python3.10-minimal_3.10.4-3_armhf.deb ...
13:49:19 #9 18.77 Unpacking python3.10-minimal (3.10.4-3) ...
13:49:19 #9 18.83 Setting up libpython3.10-minimal:armhf (3.10.4-3) ...
13:49:19 #9 18.84 Setting up libexpat1:armhf (2.4.7-1) ...
13:49:19 #9 18.85 Setting up python3.10-minimal (3.10.4-3) ...
13:49:20 #9 19.57 Selecting previously unselected package python3-minimal.
13:49:20 #9 19.57 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4704 files and directories currently installed.)
13:49:20 #9 19.58 Preparing to unpack .../0-python3-minimal_3.10.4-0ubuntu2_armhf.deb ...
13:49:20 #9 19.58 Unpacking python3-minimal (3.10.4-0ubuntu2) ...
13:49:20 #9 19.60 Selecting previously unselected package media-types.
13:49:20 #9 19.60 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
13:49:20 #9 19.61 Unpacking media-types (7.0.0) ...
13:49:20 #9 19.64 Selecting previously unselected package libmpdec3:armhf.
13:49:20 #9 19.64 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_armhf.deb ...
13:49:20 #9 19.64 Unpacking libmpdec3:armhf (2.5.1-2build2) ...
13:49:20 #9 19.67 Selecting previously unselected package readline-common.
13:49:20 #9 19.67 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
13:49:20 #9 19.67 Unpacking readline-common (8.1.2-1) ...
13:49:20 #9 19.70 Selecting previously unselected package libreadline8:armhf.
13:49:20 #9 19.70 Preparing to unpack .../4-libreadline8_8.1.2-1_armhf.deb ...
13:49:20 #9 19.70 Unpacking libreadline8:armhf (8.1.2-1) ...
13:49:20 #9 19.73 Selecting previously unselected package libsqlite3-0:armhf.
13:49:20 #9 19.73 Preparing to unpack .../5-libsqlite3-0_3.37.2-2_armhf.deb ...
13:49:20 #9 19.73 Unpacking libsqlite3-0:armhf (3.37.2-2) ...
13:49:20 #9 19.77 Selecting previously unselected package libpython3.10-stdlib:armhf.
13:49:20 #9 19.77 Preparing to unpack .../6-libpython3.10-stdlib_3.10.4-3_armhf.deb ...
13:49:20 #9 19.77 Unpacking libpython3.10-stdlib:armhf (3.10.4-3) ...
13:49:20 #9 19.86 Selecting previously unselected package python3.10.
13:49:20 #9 19.86 Preparing to unpack .../7-python3.10_3.10.4-3_armhf.deb ...
13:49:20 #9 19.86 Unpacking python3.10 (3.10.4-3) ...
13:49:20 #9 19.88 Selecting previously unselected package libpython3-stdlib:armhf.
13:49:20 #9 19.88 Preparing to unpack .../8-libpython3-stdlib_3.10.4-0ubuntu2_armhf.deb ...
13:49:20 #9 19.89 Unpacking libpython3-stdlib:armhf (3.10.4-0ubuntu2) ...
13:49:20 #9 19.91 Setting up python3-minimal (3.10.4-0ubuntu2) ...
13:49:20 #9 20.09 Selecting previously unselected package python3.
13:49:20 #9 20.09 (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 ... 5133 files and directories currently installed.)
13:49:20 #9 20.09 Preparing to unpack .../000-python3_3.10.4-0ubuntu2_armhf.deb ...
13:49:20 #9 20.09 Unpacking python3 (3.10.4-0ubuntu2) ...
13:49:20 #9 20.12 Selecting previously unselected package perl-modules-5.34.
13:49:20 #9 20.12 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1_all.deb ...
13:49:20 #9 20.12 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1) ...
13:49:20 #9 20.33 Selecting previously unselected package libgdbm6:armhf.
13:49:20 #9 20.34 Preparing to unpack .../002-libgdbm6_1.23-1_armhf.deb ...
13:49:20 #9 20.34 Unpacking libgdbm6:armhf (1.23-1) ...
13:49:20 #9 20.37 Selecting previously unselected package libgdbm-compat4:armhf.
13:49:20 #9 20.37 Preparing to unpack .../003-libgdbm-compat4_1.23-1_armhf.deb ...
13:49:20 #9 20.37 Unpacking libgdbm-compat4:armhf (1.23-1) ...
13:49:20 #9 20.40 Selecting previously unselected package libperl5.34:armhf.
13:49:20 #9 20.40 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1_armhf.deb ...
13:49:20 #9 20.40 Unpacking libperl5.34:armhf (5.34.0-3ubuntu1) ...
13:49:20 #9 20.57 Selecting previously unselected package perl.
13:49:20 #9 20.57 Preparing to unpack .../005-perl_5.34.0-3ubuntu1_armhf.deb ...
13:49:20 #9 20.57 Unpacking perl (5.34.0-3ubuntu1) ...
13:49:20 #9 20.60 Selecting previously unselected package openssl.
13:49:20 #9 20.60 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1.2_armhf.deb ...
13:49:20 #9 20.61 Unpacking openssl (3.0.2-0ubuntu1.2) ...
13:49:20 #9 20.65 Selecting previously unselected package ca-certificates.
13:49:20 #9 20.65 Preparing to unpack .../007-ca-certificates_20211016_all.deb ...
13:49:20 #9 20.66 Unpacking ca-certificates (20211016) ...
13:49:20 #9 20.70 Selecting previously unselected package distro-info-data.
13:49:20 #9 20.70 Preparing to unpack .../008-distro-info-data_0.52ubuntu0.1_all.deb ...
13:49:20 #9 20.70 Unpacking distro-info-data (0.52ubuntu0.1) ...
13:49:20 #9 20.72 Selecting previously unselected package iso-codes.
13:49:20 #9 20.72 Preparing to unpack .../009-iso-codes_4.9.0-1_all.deb ...
13:49:21 #9 20.73 Unpacking iso-codes (4.9.0-1) ...
13:49:21 #9 20.88 Selecting previously unselected package less.
13:49:21 #9 20.88 Preparing to unpack .../010-less_590-1build1_armhf.deb ...
13:49:21 #9 20.89 Unpacking less (590-1build1) ...
13:49:21 #9 20.91 Selecting previously unselected package libmd0:armhf.
13:49:21 #9 20.91 Preparing to unpack .../011-libmd0_1.0.4-1build1_armhf.deb ...
13:49:21 #9 20.92 Unpacking libmd0:armhf (1.0.4-1build1) ...
13:49:21 #9 20.95 Selecting previously unselected package libbsd0:armhf.
13:49:21 #9 20.95 Preparing to unpack .../012-libbsd0_0.11.5-1_armhf.deb ...
13:49:21 #9 20.95 Unpacking libbsd0:armhf (0.11.5-1) ...
13:49:21 #9 20.97 Selecting previously unselected package libelf1:armhf.
13:49:21 #9 20.97 Preparing to unpack .../013-libelf1_0.186-1build1_armhf.deb ...
13:49:21 #9 20.98 Unpacking libelf1:armhf (0.186-1build1) ...
13:49:21 #9 21.00 Selecting previously unselected package libicu70:armhf.
13:49:21 #9 21.00 Preparing to unpack .../014-libicu70_70.1-2_armhf.deb ...
13:49:21 #9 21.01 Unpacking libicu70:armhf (70.1-2) ...
13:49:21 #9 21.23 Selecting previously unselected package libxml2:armhf.
13:49:21 #9 21.23 Preparing to unpack .../015-libxml2_2.9.13+dfsg-1ubuntu0.1_armhf.deb ...
13:49:21 #9 21.23 Unpacking libxml2:armhf (2.9.13+dfsg-1ubuntu0.1) ...
13:49:21 #9 21.27 Selecting previously unselected package libyaml-0-2:armhf.
13:49:21 #9 21.27 Preparing to unpack .../016-libyaml-0-2_0.2.2-1build2_armhf.deb ...
13:49:21 #9 21.27 Unpacking libyaml-0-2:armhf (0.2.2-1build2) ...
13:49:21 #9 21.30 Selecting previously unselected package lsb-release.
13:49:21 #9 21.30 Preparing to unpack .../017-lsb-release_11.1.0ubuntu4_all.deb ...
13:49:21 #9 21.30 Unpacking lsb-release (11.1.0ubuntu4) ...
13:49:21 #9 21.33 Selecting previously unselected package netbase.
13:49:21 #9 21.33 Preparing to unpack .../018-netbase_6.3_all.deb ...
13:49:21 #9 21.33 Unpacking netbase (6.3) ...
13:49:21 #9 21.35 Selecting previously unselected package python-apt-common.
13:49:21 #9 21.35 Preparing to unpack .../019-python-apt-common_2.3.0ubuntu2_all.deb ...
13:49:21 #9 21.36 Unpacking python-apt-common (2.3.0ubuntu2) ...
13:49:21 #9 21.38 Selecting previously unselected package python3-apt.
13:49:21 #9 21.38 Preparing to unpack .../020-python3-apt_2.3.0ubuntu2_armhf.deb ...
13:49:21 #9 21.39 Unpacking python3-apt (2.3.0ubuntu2) ...
13:49:21 #9 21.42 Selecting previously unselected package python3-pkg-resources.
13:49:21 #9 21.42 Preparing to unpack .../021-python3-pkg-resources_59.6.0-1.2_all.deb ...
13:49:21 #9 21.42 Unpacking python3-pkg-resources (59.6.0-1.2) ...
13:49:21 #9 21.46 Selecting previously unselected package ucf.
13:49:22 #9 21.46 Preparing to unpack .../022-ucf_3.0043_all.deb ...
13:49:22 #9 21.46 Moving old data out of the way
13:49:22 #9 21.46 Unpacking ucf (3.0043) ...
13:49:22 #9 21.49 Selecting previously unselected package bsdextrautils.
13:49:22 #9 21.49 Preparing to unpack .../023-bsdextrautils_2.37.2-4ubuntu3_armhf.deb ...
13:49:22 #9 21.50 Unpacking bsdextrautils (2.37.2-4ubuntu3) ...
13:49:22 #9 21.52 Selecting previously unselected package libmagic-mgc.
13:49:22 #9 21.52 Preparing to unpack .../024-libmagic-mgc_1%3a5.41-3_armhf.deb ...
13:49:22 #9 21.52 Unpacking libmagic-mgc (1:5.41-3) ...
13:49:22 #9 21.58 Selecting previously unselected package libmagic1:armhf.
13:49:22 #9 21.58 Preparing to unpack .../025-libmagic1_1%3a5.41-3_armhf.deb ...
13:49:22 #9 21.58 Unpacking libmagic1:armhf (1:5.41-3) ...
13:49:22 #9 21.61 Selecting previously unselected package file.
13:49:22 #9 21.61 Preparing to unpack .../026-file_1%3a5.41-3_armhf.deb ...
13:49:22 #9 21.61 Unpacking file (1:5.41-3) ...
13:49:22 #9 21.63 Selecting previously unselected package gettext-base.
13:49:22 #9 21.63 Preparing to unpack .../027-gettext-base_0.21-4ubuntu4_armhf.deb ...
13:49:22 #9 21.64 Unpacking gettext-base (0.21-4ubuntu4) ...
13:49:22 #9 21.66 Selecting previously unselected package libuchardet0:armhf.
13:49:22 #9 21.67 Preparing to unpack .../028-libuchardet0_0.0.7-1build2_armhf.deb ...
13:49:22 #9 21.67 Unpacking libuchardet0:armhf (0.0.7-1build2) ...
13:49:22 #9 21.70 Selecting previously unselected package groff-base.
13:49:22 #9 21.70 Preparing to unpack .../029-groff-base_1.22.4-8build1_armhf.deb ...
13:49:22 #9 21.70 Unpacking groff-base (1.22.4-8build1) ...
13:49:22 #9 21.75 Selecting previously unselected package libcbor0.8:armhf.
13:49:22 #9 21.75 Preparing to unpack .../030-libcbor0.8_0.8.0-2ubuntu1_armhf.deb ...
13:49:22 #9 21.75 Unpacking libcbor0.8:armhf (0.8.0-2ubuntu1) ...
13:49:22 #9 21.78 Selecting previously unselected package libedit2:armhf.
13:49:22 #9 21.78 Preparing to unpack .../031-libedit2_3.1-20210910-1build1_armhf.deb ...
13:49:22 #9 21.79 Unpacking libedit2:armhf (3.1-20210910-1build1) ...
13:49:22 #9 21.81 Selecting previously unselected package libfido2-1:armhf.
13:49:22 #9 21.81 Preparing to unpack .../032-libfido2-1_1.10.0-1_armhf.deb ...
13:49:22 #9 21.82 Unpacking libfido2-1:armhf (1.10.0-1) ...
13:49:22 #9 21.85 Selecting previously unselected package libnghttp2-14:armhf.
13:49:22 #9 21.85 Preparing to unpack .../033-libnghttp2-14_1.43.0-1build3_armhf.deb ...
13:49:22 #9 21.85 Unpacking libnghttp2-14:armhf (1.43.0-1build3) ...
13:49:22 #9 21.88 Selecting previously unselected package libpipeline1:armhf.
13:49:22 #9 21.88 Preparing to unpack .../034-libpipeline1_1.5.5-1_armhf.deb ...
13:49:22 #9 21.89 Unpacking libpipeline1:armhf (1.5.5-1) ...
13:49:22 #9 21.91 Selecting previously unselected package libpng16-16:armhf.
13:49:22 #9 21.91 Preparing to unpack .../035-libpng16-16_1.6.37-3build5_armhf.deb ...
13:49:22 #9 21.92 Unpacking libpng16-16:armhf (1.6.37-3build5) ...
13:49:22 #9 21.95 Selecting previously unselected package libpsl5:armhf.
13:49:22 #9 21.95 Preparing to unpack .../036-libpsl5_0.21.0-1.2build2_armhf.deb ...
13:49:22 #9 21.95 Unpacking libpsl5:armhf (0.21.0-1.2build2) ...
13:49:22 #9 21.98 Selecting previously unselected package libxau6:armhf.
13:49:22 #9 21.98 Preparing to unpack .../037-libxau6_1%3a1.0.9-1build5_armhf.deb ...
13:49:22 #9 21.98 Unpacking libxau6:armhf (1:1.0.9-1build5) ...
13:49:22 #9 22.01 Selecting previously unselected package libxdmcp6:armhf.
13:49:22 #9 22.02 Preparing to unpack .../038-libxdmcp6_1%3a1.1.3-0ubuntu5_armhf.deb ...
13:49:22 #9 22.02 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu5) ...
13:49:22 #9 22.05 Selecting previously unselected package libxcb1:armhf.
13:49:22 #9 22.05 Preparing to unpack .../039-libxcb1_1.14-3ubuntu3_armhf.deb ...
13:49:22 #9 22.05 Unpacking libxcb1:armhf (1.14-3ubuntu3) ...
13:49:22 #9 22.07 Selecting previously unselected package libx11-data.
13:49:22 #9 22.08 Preparing to unpack .../040-libx11-data_2%3a1.7.5-1_all.deb ...
13:49:22 #9 22.08 Unpacking libx11-data (2:1.7.5-1) ...
13:49:22 #9 22.14 Selecting previously unselected package libx11-6:armhf.
13:49:22 #9 22.14 Preparing to unpack .../041-libx11-6_2%3a1.7.5-1_armhf.deb ...
13:49:22 #9 22.14 Unpacking libx11-6:armhf (2:1.7.5-1) ...
13:49:22 #9 22.18 Selecting previously unselected package libxext6:armhf.
13:49:22 #9 22.18 Preparing to unpack .../042-libxext6_2%3a1.3.4-1build1_armhf.deb ...
13:49:22 #9 22.18 Unpacking libxext6:armhf (2:1.3.4-1build1) ...
13:49:22 #9 22.21 Selecting previously unselected package libxmuu1:armhf.
13:49:22 #9 22.21 Preparing to unpack .../043-libxmuu1_2%3a1.1.3-3_armhf.deb ...
13:49:22 #9 22.21 Unpacking libxmuu1:armhf (2:1.1.3-3) ...
13:49:22 #9 22.25 Selecting previously unselected package man-db.
13:49:22 #9 22.25 Preparing to unpack .../044-man-db_2.10.2-1_armhf.deb ...
13:49:22 #9 22.26 Unpacking man-db (2.10.2-1) ...
13:49:22 #9 22.30 Selecting previously unselected package manpages.
13:49:22 #9 22.30 Preparing to unpack .../045-manpages_5.10-1ubuntu1_all.deb ...
13:49:22 #9 22.30 Unpacking manpages (5.10-1ubuntu1) ...
13:49:22 #9 22.42 Selecting previously unselected package openssh-client.
13:49:22 #9 22.42 Preparing to unpack .../046-openssh-client_1%3a8.9p1-3_armhf.deb ...
13:49:22 #9 22.43 Unpacking openssh-client (1:8.9p1-3) ...
13:49:22 #9 22.47 Selecting previously unselected package publicsuffix.
13:49:22 #9 22.47 Preparing to unpack .../047-publicsuffix_20211207.1025-1_all.deb ...
13:49:22 #9 22.48 Unpacking publicsuffix (20211207.1025-1) ...
13:49:22 #9 22.50 Selecting previously unselected package strace.
13:49:22 #9 22.50 Preparing to unpack .../048-strace_5.16-0ubuntu3_armhf.deb ...
13:49:23 #9 22.51 Unpacking strace (5.16-0ubuntu3) ...
13:49:23 #9 22.53 Selecting previously unselected package xauth.
13:49:23 #9 22.53 Preparing to unpack .../049-xauth_1%3a1.1-1build2_armhf.deb ...
13:49:23 #9 22.54 Unpacking xauth (1:1.1-1build2) ...
13:49:23 #9 22.56 Selecting previously unselected package xz-utils.
13:49:23 #9 22.56 Preparing to unpack .../050-xz-utils_5.2.5-2ubuntu1_armhf.deb ...
13:49:23 #9 22.57 Unpacking xz-utils (5.2.5-2ubuntu1) ...
13:49:23 #9 22.59 Selecting previously unselected package libsigsegv2:armhf.
13:49:23 #9 22.60 Preparing to unpack .../051-libsigsegv2_2.13-1ubuntu3_armhf.deb ...
13:49:23 #9 22.60 Unpacking libsigsegv2:armhf (2.13-1ubuntu3) ...
13:49:23 #9 22.62 Selecting previously unselected package m4.
13:49:23 #9 22.62 Preparing to unpack .../052-m4_1.4.18-5ubuntu2_armhf.deb ...
13:49:23 #9 22.62 Unpacking m4 (1.4.18-5ubuntu2) ...
13:49:23 #9 22.65 Selecting previously unselected package autoconf.
13:49:23 #9 22.65 Preparing to unpack .../053-autoconf_2.71-2_all.deb ...
13:49:23 #9 22.66 Unpacking autoconf (2.71-2) ...
13:49:23 #9 22.69 Selecting previously unselected package autotools-dev.
13:49:23 #9 22.69 Preparing to unpack .../054-autotools-dev_20220109.1_all.deb ...
13:49:23 #9 22.70 Unpacking autotools-dev (20220109.1) ...
13:49:23 #9 22.72 Selecting previously unselected package automake.
13:49:23 #9 22.72 Preparing to unpack .../055-automake_1%3a1.16.5-1.3_all.deb ...
13:49:23 #9 22.73 Unpacking automake (1:1.16.5-1.3) ...
13:49:23 #9 22.76 Selecting previously unselected package autopoint.
13:49:23 #9 22.77 Preparing to unpack .../056-autopoint_0.21-4ubuntu4_all.deb ...
13:49:23 #9 22.77 Unpacking autopoint (0.21-4ubuntu4) ...
13:49:23 #9 22.79 Selecting previously unselected package binutils-common:armhf.
13:49:23 #9 22.79 Preparing to unpack .../057-binutils-common_2.38-3ubuntu1_armhf.deb ...
13:49:23 #9 22.80 Unpacking binutils-common:armhf (2.38-3ubuntu1) ...
13:49:23 #9 22.82 Selecting previously unselected package libbinutils:armhf.
13:49:23 #9 22.82 Preparing to unpack .../058-libbinutils_2.38-3ubuntu1_armhf.deb ...
13:49:23 #9 22.83 Unpacking libbinutils:armhf (2.38-3ubuntu1) ...
13:49:23 #9 22.86 Selecting previously unselected package libctf-nobfd0:armhf.
13:49:23 #9 22.86 Preparing to unpack .../059-libctf-nobfd0_2.38-3ubuntu1_armhf.deb ...
13:49:23 #9 22.86 Unpacking libctf-nobfd0:armhf (2.38-3ubuntu1) ...
13:49:23 #9 22.89 Selecting previously unselected package libctf0:armhf.
13:49:23 #9 22.89 Preparing to unpack .../060-libctf0_2.38-3ubuntu1_armhf.deb ...
13:49:23 #9 22.90 Unpacking libctf0:armhf (2.38-3ubuntu1) ...
13:49:23 #9 22.92 Selecting previously unselected package binutils-arm-linux-gnueabihf.
13:49:23 #9 22.92 Preparing to unpack .../061-binutils-arm-linux-gnueabihf_2.38-3ubuntu1_armhf.deb ...
13:49:23 #9 22.92 Unpacking binutils-arm-linux-gnueabihf (2.38-3ubuntu1) ...
13:49:23 #9 23.00 Selecting previously unselected package binutils.
13:49:23 #9 23.00 Preparing to unpack .../062-binutils_2.38-3ubuntu1_armhf.deb ...
13:49:23 #9 23.01 Unpacking binutils (2.38-3ubuntu1) ...
13:49:23 #9 23.03 Selecting previously unselected package libc-dev-bin.
13:49:23 #9 23.03 Preparing to unpack .../063-libc-dev-bin_2.35-0ubuntu3_armhf.deb ...
13:49:23 #9 23.03 Unpacking libc-dev-bin (2.35-0ubuntu3) ...
13:49:23 #9 23.06 Selecting previously unselected package linux-libc-dev:armhf.
13:49:23 #9 23.06 Preparing to unpack .../064-linux-libc-dev_5.15.0-33.34_armhf.deb ...
13:49:23 #9 23.06 Unpacking linux-libc-dev:armhf (5.15.0-33.34) ...
13:49:23 #9 23.19 Selecting previously unselected package libcrypt-dev:armhf.
13:49:23 #9 23.19 Preparing to unpack .../065-libcrypt-dev_1%3a4.4.27-1_armhf.deb ...
13:49:23 #9 23.19 Unpacking libcrypt-dev:armhf (1:4.4.27-1) ...
13:49:23 #9 23.21 Selecting previously unselected package rpcsvc-proto.
13:49:23 #9 23.21 Preparing to unpack .../066-rpcsvc-proto_1.4.2-0ubuntu6_armhf.deb ...
13:49:23 #9 23.22 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
13:49:23 #9 23.24 Selecting previously unselected package libtirpc-dev:armhf.
13:49:23 #9 23.24 Preparing to unpack .../067-libtirpc-dev_1.3.2-2build1_armhf.deb ...
13:49:23 #9 23.24 Unpacking libtirpc-dev:armhf (1.3.2-2build1) ...
13:49:23 #9 23.27 Selecting previously unselected package libnsl-dev:armhf.
13:49:23 #9 23.27 Preparing to unpack .../068-libnsl-dev_1.3.0-2build2_armhf.deb ...
13:49:23 #9 23.27 Unpacking libnsl-dev:armhf (1.3.0-2build2) ...
13:49:23 #9 23.30 Selecting previously unselected package libc6-dev:armhf.
13:49:23 #9 23.30 Preparing to unpack .../069-libc6-dev_2.35-0ubuntu3_armhf.deb ...
13:49:23 #9 23.30 Unpacking libc6-dev:armhf (2.35-0ubuntu3) ...
13:49:23 #9 23.40 Selecting previously unselected package gcc-11-base:armhf.
13:49:23 #9 23.40 Preparing to unpack .../070-gcc-11-base_11.2.0-19ubuntu1_armhf.deb ...
13:49:23 #9 23.40 Unpacking gcc-11-base:armhf (11.2.0-19ubuntu1) ...
13:49:23 #9 23.43 Selecting previously unselected package libisl23:armhf.
13:49:23 #9 23.43 Preparing to unpack .../071-libisl23_0.24-2build1_armhf.deb ...
13:49:23 #9 23.43 Unpacking libisl23:armhf (0.24-2build1) ...
13:49:23 #9 23.47 Selecting previously unselected package libmpfr6:armhf.
13:49:23 #9 23.47 Preparing to unpack .../072-libmpfr6_4.1.0-3build3_armhf.deb ...
13:49:23 #9 23.48 Unpacking libmpfr6:armhf (4.1.0-3build3) ...
13:49:23 #9 23.51 Selecting previously unselected package libmpc3:armhf.
13:49:24 #9 23.51 Preparing to unpack .../073-libmpc3_1.2.1-2build1_armhf.deb ...
13:49:24 #9 23.51 Unpacking libmpc3:armhf (1.2.1-2build1) ...
13:49:24 #9 23.54 Selecting previously unselected package cpp-11.
13:49:24 #9 23.54 Preparing to unpack .../074-cpp-11_11.2.0-19ubuntu1_armhf.deb ...
13:49:24 #9 23.55 Unpacking cpp-11 (11.2.0-19ubuntu1) ...
13:49:24 #9 23.71 Selecting previously unselected package cpp.
13:49:24 #9 23.71 Preparing to unpack .../075-cpp_4%3a11.2.0-1ubuntu1_armhf.deb ...
13:49:24 #9 23.71 Unpacking cpp (4:11.2.0-1ubuntu1) ...
13:49:24 #9 23.74 Selecting previously unselected package libcc1-0:armhf.
13:49:24 #9 23.74 Preparing to unpack .../076-libcc1-0_12-20220319-1ubuntu1_armhf.deb ...
13:49:24 #9 23.74 Unpacking libcc1-0:armhf (12-20220319-1ubuntu1) ...
13:49:24 #9 23.77 Selecting previously unselected package libgomp1:armhf.
13:49:24 #9 23.77 Preparing to unpack .../077-libgomp1_12-20220319-1ubuntu1_armhf.deb ...
13:49:24 #9 23.78 Unpacking libgomp1:armhf (12-20220319-1ubuntu1) ...
13:49:24 #9 23.81 Selecting previously unselected package libatomic1:armhf.
13:49:24 #9 23.81 Preparing to unpack .../078-libatomic1_12-20220319-1ubuntu1_armhf.deb ...
13:49:24 #9 23.81 Unpacking libatomic1:armhf (12-20220319-1ubuntu1) ...
13:49:24 #9 23.84 Selecting previously unselected package libasan6:armhf.
13:49:24 #9 23.84 Preparing to unpack .../079-libasan6_11.2.0-19ubuntu1_armhf.deb ...
13:49:24 #9 23.85 Unpacking libasan6:armhf (11.2.0-19ubuntu1) ...
13:49:24 #9 23.92 Selecting previously unselected package libubsan1:armhf.
13:49:24 #9 23.92 Preparing to unpack .../080-libubsan1_12-20220319-1ubuntu1_armhf.deb ...
13:49:24 #9 23.93 Unpacking libubsan1:armhf (12-20220319-1ubuntu1) ...
13:49:24 #9 23.97 Selecting previously unselected package libgcc-11-dev:armhf.
13:49:24 #9 23.97 Preparing to unpack .../081-libgcc-11-dev_11.2.0-19ubuntu1_armhf.deb ...
13:49:24 #9 23.97 Unpacking libgcc-11-dev:armhf (11.2.0-19ubuntu1) ...
13:49:24 #9 24.03 Selecting previously unselected package gcc-11.
13:49:24 #9 24.03 Preparing to unpack .../082-gcc-11_11.2.0-19ubuntu1_armhf.deb ...
13:49:24 #9 24.03 Unpacking gcc-11 (11.2.0-19ubuntu1) ...
13:49:24 #9 24.32 Selecting previously unselected package gcc.
13:49:24 #9 24.32 Preparing to unpack .../083-gcc_4%3a11.2.0-1ubuntu1_armhf.deb ...
13:49:24 #9 24.32 Unpacking gcc (4:11.2.0-1ubuntu1) ...
13:49:24 #9 24.36 Selecting previously unselected package libstdc++-11-dev:armhf.
13:49:24 #9 24.36 Preparing to unpack .../084-libstdc++-11-dev_11.2.0-19ubuntu1_armhf.deb ...
13:49:24 #9 24.36 Unpacking libstdc++-11-dev:armhf (11.2.0-19ubuntu1) ...
13:49:24 #9 24.53 Selecting previously unselected package g++-11.
13:49:24 #9 24.53 Preparing to unpack .../085-g++-11_11.2.0-19ubuntu1_armhf.deb ...
13:49:24 #9 24.53 Unpacking g++-11 (11.2.0-19ubuntu1) ...
13:49:25 #9 24.70 Selecting previously unselected package g++.
13:49:25 #9 24.70 Preparing to unpack .../086-g++_4%3a11.2.0-1ubuntu1_armhf.deb ...
13:49:25 #9 24.70 Unpacking g++ (4:11.2.0-1ubuntu1) ...
13:49:25 #9 24.72 Selecting previously unselected package make.
13:49:25 #9 24.72 Preparing to unpack .../087-make_4.3-4.1build1_armhf.deb ...
13:49:25 #9 24.73 Unpacking make (4.3-4.1build1) ...
13:49:25 #9 24.75 Selecting previously unselected package libdpkg-perl.
13:49:25 #9 24.75 Preparing to unpack .../088-libdpkg-perl_1.21.1ubuntu2.1_all.deb ...
13:49:25 #9 24.76 Unpacking libdpkg-perl (1.21.1ubuntu2.1) ...
13:49:25 #9 24.79 Selecting previously unselected package bzip2.
13:49:25 #9 24.79 Preparing to unpack .../089-bzip2_1.0.8-5build1_armhf.deb ...
13:49:25 #9 24.79 Unpacking bzip2 (1.0.8-5build1) ...
13:49:25 #9 24.82 Selecting previously unselected package patch.
13:49:25 #9 24.82 Preparing to unpack .../090-patch_2.7.6-7build2_armhf.deb ...
13:49:25 #9 24.82 Unpacking patch (2.7.6-7build2) ...
13:49:25 #9 24.85 Selecting previously unselected package lto-disabled-list.
13:49:25 #9 24.85 Preparing to unpack .../091-lto-disabled-list_24_all.deb ...
13:49:25 #9 24.85 Unpacking lto-disabled-list (24) ...
13:49:25 #9 24.88 Selecting previously unselected package dpkg-dev.
13:49:25 #9 24.88 Preparing to unpack .../092-dpkg-dev_1.21.1ubuntu2.1_all.deb ...
13:49:25 #9 24.88 Unpacking dpkg-dev (1.21.1ubuntu2.1) ...
13:49:25 #9 24.92 Selecting previously unselected package build-essential.
13:49:25 #9 24.92 Preparing to unpack .../093-build-essential_12.9ubuntu3_armhf.deb ...
13:49:25 #9 24.92 Unpacking build-essential (12.9ubuntu3) ...
13:49:25 #9 24.95 Selecting previously unselected package libbrotli1:armhf.
13:49:25 #9 24.95 Preparing to unpack .../094-libbrotli1_1.0.9-2build6_armhf.deb ...
13:49:25 #9 24.96 Unpacking libbrotli1:armhf (1.0.9-2build6) ...
13:49:25 #9 24.99 Selecting previously unselected package libsasl2-modules-db:armhf.
13:49:25 #9 24.99 Preparing to unpack .../095-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1_armhf.deb ...
13:49:25 #9 24.99 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1) ...
13:49:25 #9 25.02 Selecting previously unselected package libsasl2-2:armhf.
13:49:25 #9 25.02 Preparing to unpack .../096-libsasl2-2_2.1.27+dfsg2-3ubuntu1_armhf.deb ...
13:49:25 #9 25.02 Unpacking libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1) ...
13:49:25 #9 25.05 Selecting previously unselected package libldap-2.5-0:armhf.
13:49:25 #9 25.05 Preparing to unpack .../097-libldap-2.5-0_2.5.11+dfsg-1~exp1ubuntu3.1_armhf.deb ...
13:49:25 #9 25.06 Unpacking libldap-2.5-0:armhf (2.5.11+dfsg-1~exp1ubuntu3.1) ...
13:49:25 #9 25.09 Selecting previously unselected package librtmp1:armhf.
13:49:25 #9 25.09 Preparing to unpack .../098-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ...
13:49:25 #9 25.09 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
13:49:25 #9 25.12 Selecting previously unselected package libssh-4:armhf.
13:49:25 #9 25.12 Preparing to unpack .../099-libssh-4_0.9.6-2build1_armhf.deb ...
13:49:25 #9 25.13 Unpacking libssh-4:armhf (0.9.6-2build1) ...
13:49:25 #9 25.16 Selecting previously unselected package libcurl4:armhf.
13:49:25 #9 25.16 Preparing to unpack .../100-libcurl4_7.81.0-1ubuntu1.2_armhf.deb ...
13:49:25 #9 25.16 Unpacking libcurl4:armhf (7.81.0-1ubuntu1.2) ...
13:49:25 #9 25.19 Selecting previously unselected package curl.
13:49:25 #9 25.19 Preparing to unpack .../101-curl_7.81.0-1ubuntu1.2_armhf.deb ...
13:49:25 #9 25.19 Unpacking curl (7.81.0-1ubuntu1.2) ...
13:49:25 #9 25.22 Selecting previously unselected package dctrl-tools.
13:49:25 #9 25.22 Preparing to unpack .../102-dctrl-tools_2.24-3build2_armhf.deb ...
13:49:25 #9 25.23 Unpacking dctrl-tools (2.24-3build2) ...
13:49:25 #9 25.26 Selecting previously unselected package libdebhelper-perl.
13:49:25 #9 25.26 Preparing to unpack .../103-libdebhelper-perl_13.6ubuntu1_all.deb ...
13:49:25 #9 25.26 Unpacking libdebhelper-perl (13.6ubuntu1) ...
13:49:25 #9 25.29 Selecting previously unselected package libtool.
13:49:25 #9 25.29 Preparing to unpack .../104-libtool_2.4.6-15build2_all.deb ...
13:49:25 #9 25.30 Unpacking libtool (2.4.6-15build2) ...
13:49:25 #9 25.32 Selecting previously unselected package dh-autoreconf.
13:49:25 #9 25.33 Preparing to unpack .../105-dh-autoreconf_20_all.deb ...
13:49:25 #9 25.33 Unpacking dh-autoreconf (20) ...
13:49:25 #9 25.35 Selecting previously unselected package libarchive-zip-perl.
13:49:25 #9 25.35 Preparing to unpack .../106-libarchive-zip-perl_1.68-1_all.deb ...
13:49:25 #9 25.36 Unpacking libarchive-zip-perl (1.68-1) ...
13:49:25 #9 25.39 Selecting previously unselected package libsub-override-perl.
13:49:25 #9 25.39 Preparing to unpack .../107-libsub-override-perl_0.09-2_all.deb ...
13:49:25 #9 25.39 Unpacking libsub-override-perl (0.09-2) ...
13:49:25 #9 25.42 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:49:25 #9 25.42 Preparing to unpack .../108-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
13:49:25 #9 25.42 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
13:49:25 #9 25.44 Selecting previously unselected package dh-strip-nondeterminism.
13:49:25 #9 25.45 Preparing to unpack .../109-dh-strip-nondeterminism_1.13.0-1_all.deb ...
13:49:25 #9 25.45 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
13:49:25 #9 25.48 Selecting previously unselected package libdw1:armhf.
13:49:25 #9 25.48 Preparing to unpack .../110-libdw1_0.186-1build1_armhf.deb ...
13:49:25 #9 25.48 Unpacking libdw1:armhf (0.186-1build1) ...
13:49:25 #9 25.51 Selecting previously unselected package debugedit.
13:49:25 #9 25.51 Preparing to unpack .../111-debugedit_1%3a5.0-4build1_armhf.deb ...
13:49:25 #9 25.52 Unpacking debugedit (1:5.0-4build1) ...
13:49:25 #9 25.54 Selecting previously unselected package dwz.
13:49:25 #9 25.54 Preparing to unpack .../112-dwz_0.14-1build2_armhf.deb ...
13:49:25 #9 25.54 Unpacking dwz (0.14-1build2) ...
13:49:25 #9 25.57 Selecting previously unselected package gettext.
13:49:25 #9 25.57 Preparing to unpack .../113-gettext_0.21-4ubuntu4_armhf.deb ...
13:49:25 #9 25.57 Unpacking gettext (0.21-4ubuntu4) ...
13:49:25 #9 25.61 Selecting previously unselected package intltool-debian.
13:49:26 #9 25.62 Preparing to unpack .../114-intltool-debian_0.35.0+20060710.5_all.deb ...
13:49:26 #9 25.62 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:49:26 #9 25.64 Selecting previously unselected package po-debconf.
13:49:26 #9 25.64 Preparing to unpack .../115-po-debconf_1.0.21+nmu1_all.deb ...
13:49:26 #9 25.65 Unpacking po-debconf (1.0.21+nmu1) ...
13:49:26 #9 25.69 Selecting previously unselected package debhelper.
13:49:26 #9 25.69 Preparing to unpack .../116-debhelper_13.6ubuntu1_all.deb ...
13:49:26 #9 25.69 Unpacking debhelper (13.6ubuntu1) ...
13:49:26 #9 25.74 Selecting previously unselected package libfakeroot:armhf.
13:49:26 #9 25.74 Preparing to unpack .../117-libfakeroot_1.28-1ubuntu1_armhf.deb ...
13:49:26 #9 25.75 Unpacking libfakeroot:armhf (1.28-1ubuntu1) ...
13:49:26 #9 25.77 Selecting previously unselected package fakeroot.
13:49:26 #9 25.78 Preparing to unpack .../118-fakeroot_1.28-1ubuntu1_armhf.deb ...
13:49:26 #9 25.78 Unpacking fakeroot (1.28-1ubuntu1) ...
13:49:26 #9 25.81 Selecting previously unselected package libassuan0:armhf.
13:49:26 #9 25.81 Preparing to unpack .../119-libassuan0_2.5.5-1build1_armhf.deb ...
13:49:26 #9 25.81 Unpacking libassuan0:armhf (2.5.5-1build1) ...
13:49:26 #9 25.84 Selecting previously unselected package gpgconf.
13:49:26 #9 25.84 Preparing to unpack .../120-gpgconf_2.2.27-3ubuntu2_armhf.deb ...
13:49:26 #9 25.84 Unpacking gpgconf (2.2.27-3ubuntu2) ...
13:49:26 #9 25.87 Selecting previously unselected package libksba8:armhf.
13:49:26 #9 25.87 Preparing to unpack .../121-libksba8_1.6.0-2build1_armhf.deb ...
13:49:26 #9 25.88 Unpacking libksba8:armhf (1.6.0-2build1) ...
13:49:26 #9 25.91 Selecting previously unselected package libnpth0:armhf.
13:49:26 #9 25.91 Preparing to unpack .../122-libnpth0_1.6-3build2_armhf.deb ...
13:49:26 #9 25.91 Unpacking libnpth0:armhf (1.6-3build2) ...
13:49:26 #9 25.94 Selecting previously unselected package dirmngr.
13:49:26 #9 25.94 Preparing to unpack .../123-dirmngr_2.2.27-3ubuntu2_armhf.deb ...
13:49:26 #9 25.96 Unpacking dirmngr (2.2.27-3ubuntu2) ...
13:49:26 #9 26.09 Selecting previously unselected package gnupg-l10n.
13:49:26 #9 26.09 Preparing to unpack .../124-gnupg-l10n_2.2.27-3ubuntu2_all.deb ...
13:49:26 #9 26.09 Unpacking gnupg-l10n (2.2.27-3ubuntu2) ...
13:49:26 #9 26.12 Selecting previously unselected package gnupg-utils.
13:49:26 #9 26.12 Preparing to unpack .../125-gnupg-utils_2.2.27-3ubuntu2_armhf.deb ...
13:49:26 #9 26.12 Unpacking gnupg-utils (2.2.27-3ubuntu2) ...
13:49:26 #9 26.16 Selecting previously unselected package gpg.
13:49:26 #9 26.16 Preparing to unpack .../126-gpg_2.2.27-3ubuntu2_armhf.deb ...
13:49:26 #9 26.16 Unpacking gpg (2.2.27-3ubuntu2) ...
13:49:26 #9 26.19 Selecting previously unselected package pinentry-curses.
13:49:26 #9 26.20 Preparing to unpack .../127-pinentry-curses_1.1.1-1build2_armhf.deb ...
13:49:26 #9 26.20 Unpacking pinentry-curses (1.1.1-1build2) ...
13:49:26 #9 26.23 Selecting previously unselected package gpg-agent.
13:49:26 #9 26.23 Preparing to unpack .../128-gpg-agent_2.2.27-3ubuntu2_armhf.deb ...
13:49:26 #9 26.24 Unpacking gpg-agent (2.2.27-3ubuntu2) ...
13:49:26 #9 26.26 Selecting previously unselected package gpg-wks-client.
13:49:26 #9 26.26 Preparing to unpack .../129-gpg-wks-client_2.2.27-3ubuntu2_armhf.deb ...
13:49:26 #9 26.27 Unpacking gpg-wks-client (2.2.27-3ubuntu2) ...
13:49:26 #9 26.29 Selecting previously unselected package gpg-wks-server.
13:49:26 #9 26.30 Preparing to unpack .../130-gpg-wks-server_2.2.27-3ubuntu2_armhf.deb ...
13:49:26 #9 26.30 Unpacking gpg-wks-server (2.2.27-3ubuntu2) ...
13:49:26 #9 26.32 Selecting previously unselected package gpgsm.
13:49:26 #9 26.33 Preparing to unpack .../131-gpgsm_2.2.27-3ubuntu2_armhf.deb ...
13:49:26 #9 26.33 Unpacking gpgsm (2.2.27-3ubuntu2) ...
13:49:26 #9 26.35 Selecting previously unselected package gnupg.
13:49:26 #9 26.36 Preparing to unpack .../132-gnupg_2.2.27-3ubuntu2_all.deb ...
13:49:26 #9 26.36 Unpacking gnupg (2.2.27-3ubuntu2) ...
13:49:26 #9 26.39 Selecting previously unselected package libfile-dirlist-perl.
13:49:26 #9 26.39 Preparing to unpack .../133-libfile-dirlist-perl_0.05-2_all.deb ...
13:49:26 #9 26.39 Unpacking libfile-dirlist-perl (0.05-2) ...
13:49:26 #9 26.41 Selecting previously unselected package libfile-which-perl.
13:49:26 #9 26.42 Preparing to unpack .../134-libfile-which-perl_1.23-1_all.deb ...
13:49:26 #9 26.42 Unpacking libfile-which-perl (1.23-1) ...
13:49:26 #9 26.44 Selecting previously unselected package libfile-homedir-perl.
13:49:26 #9 26.44 Preparing to unpack .../135-libfile-homedir-perl_1.006-1_all.deb ...
13:49:26 #9 26.45 Unpacking libfile-homedir-perl (1.006-1) ...
13:49:26 #9 26.47 Selecting previously unselected package libfile-touch-perl.
13:49:26 #9 26.47 Preparing to unpack .../136-libfile-touch-perl_0.12-1_all.deb ...
13:49:26 #9 26.48 Unpacking libfile-touch-perl (0.12-1) ...
13:49:26 #9 26.50 Selecting previously unselected package libio-pty-perl.
13:49:26 #9 26.50 Preparing to unpack .../137-libio-pty-perl_1%3a1.15-2build2_armhf.deb ...
13:49:26 #9 26.50 Unpacking libio-pty-perl (1:1.15-2build2) ...
13:49:26 #9 26.53 Selecting previously unselected package libipc-run-perl.
13:49:26 #9 26.53 Preparing to unpack .../138-libipc-run-perl_20200505.0-1_all.deb ...
13:49:26 #9 26.54 Unpacking libipc-run-perl (20200505.0-1) ...
13:49:26 #9 26.57 Selecting previously unselected package libclass-method-modifiers-perl.
13:49:26 #9 26.57 Preparing to unpack .../139-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:49:26 #9 26.57 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:49:27 #9 26.60 Selecting previously unselected package libclass-xsaccessor-perl.
13:49:27 #9 26.60 Preparing to unpack .../140-libclass-xsaccessor-perl_1.19-3build9_armhf.deb ...
13:49:27 #9 26.61 Unpacking libclass-xsaccessor-perl (1.19-3build9) ...
13:49:27 #9 26.63 Selecting previously unselected package libb-hooks-op-check-perl.
13:49:27 #9 26.63 Preparing to unpack .../141-libb-hooks-op-check-perl_0.22-1build5_armhf.deb ...
13:49:27 #9 26.64 Unpacking libb-hooks-op-check-perl (0.22-1build5) ...
13:49:27 #9 26.66 Selecting previously unselected package libdynaloader-functions-perl.
13:49:27 #9 26.66 Preparing to unpack .../142-libdynaloader-functions-perl_0.003-1.1_all.deb ...
13:49:27 #9 26.67 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
13:49:27 #9 26.69 Selecting previously unselected package libdevel-callchecker-perl.
13:49:27 #9 26.69 Preparing to unpack .../143-libdevel-callchecker-perl_0.008-1ubuntu4_armhf.deb ...
13:49:27 #9 26.70 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
13:49:27 #9 26.72 Selecting previously unselected package libparams-classify-perl.
13:49:27 #9 26.72 Preparing to unpack .../144-libparams-classify-perl_0.015-1build5_armhf.deb ...
13:49:27 #9 26.72 Unpacking libparams-classify-perl (0.015-1build5) ...
13:49:27 #9 26.75 Selecting previously unselected package libmodule-runtime-perl.
13:49:27 #9 26.75 Preparing to unpack .../145-libmodule-runtime-perl_0.016-1_all.deb ...
13:49:27 #9 26.75 Unpacking libmodule-runtime-perl (0.016-1) ...
13:49:27 #9 26.78 Selecting previously unselected package libimport-into-perl.
13:49:27 #9 26.78 Preparing to unpack .../146-libimport-into-perl_1.002005-1_all.deb ...
13:49:27 #9 26.78 Unpacking libimport-into-perl (1.002005-1) ...
13:49:27 #9 26.81 Selecting previously unselected package librole-tiny-perl.
13:49:27 #9 26.81 Preparing to unpack .../147-librole-tiny-perl_2.002004-1_all.deb ...
13:49:27 #9 26.81 Unpacking librole-tiny-perl (2.002004-1) ...
13:49:27 #9 26.84 Selecting previously unselected package libsub-quote-perl.
13:49:27 #9 26.84 Preparing to unpack .../148-libsub-quote-perl_2.006006-1_all.deb ...
13:49:27 #9 26.84 Unpacking libsub-quote-perl (2.006006-1) ...
13:49:27 #9 26.87 Selecting previously unselected package libmoo-perl.
13:49:27 #9 26.87 Preparing to unpack .../149-libmoo-perl_2.005004-3_all.deb ...
13:49:27 #9 26.87 Unpacking libmoo-perl (2.005004-3) ...
13:49:27 #9 26.90 Selecting previously unselected package libencode-locale-perl.
13:49:27 #9 26.90 Preparing to unpack .../150-libencode-locale-perl_1.05-1.1_all.deb ...
13:49:27 #9 26.91 Unpacking libencode-locale-perl (1.05-1.1) ...
13:49:27 #9 26.93 Selecting previously unselected package libtimedate-perl.
13:49:27 #9 26.93 Preparing to unpack .../151-libtimedate-perl_2.3300-2_all.deb ...
13:49:27 #9 26.94 Unpacking libtimedate-perl (2.3300-2) ...
13:49:27 #9 26.96 Selecting previously unselected package libhttp-date-perl.
13:49:27 #9 26.97 Preparing to unpack .../152-libhttp-date-perl_6.05-1_all.deb ...
13:49:27 #9 26.97 Unpacking libhttp-date-perl (6.05-1) ...
13:49:27 #9 27.00 Selecting previously unselected package libfile-listing-perl.
13:49:27 #9 27.00 Preparing to unpack .../153-libfile-listing-perl_6.14-1_all.deb ...
13:49:27 #9 27.00 Unpacking libfile-listing-perl (6.14-1) ...
13:49:27 #9 27.02 Selecting previously unselected package libhtml-tagset-perl.
13:49:27 #9 27.02 Preparing to unpack .../154-libhtml-tagset-perl_3.20-4_all.deb ...
13:49:27 #9 27.03 Unpacking libhtml-tagset-perl (3.20-4) ...
13:49:27 #9 27.05 Selecting previously unselected package liburi-perl.
13:49:27 #9 27.06 Preparing to unpack .../155-liburi-perl_5.10-1_all.deb ...
13:49:27 #9 27.06 Unpacking liburi-perl (5.10-1) ...
13:49:27 #9 27.09 Selecting previously unselected package libhtml-parser-perl:armhf.
13:49:27 #9 27.09 Preparing to unpack .../156-libhtml-parser-perl_3.76-1build2_armhf.deb ...
13:49:27 #9 27.09 Unpacking libhtml-parser-perl:armhf (3.76-1build2) ...
13:49:27 #9 27.12 Selecting previously unselected package libhtml-tree-perl.
13:49:27 #9 27.12 Preparing to unpack .../157-libhtml-tree-perl_5.07-2_all.deb ...
13:49:27 #9 27.13 Unpacking libhtml-tree-perl (5.07-2) ...
13:49:27 #9 27.17 Selecting previously unselected package libio-html-perl.
13:49:27 #9 27.17 Preparing to unpack .../158-libio-html-perl_1.004-2_all.deb ...
13:49:27 #9 27.17 Unpacking libio-html-perl (1.004-2) ...
13:49:27 #9 27.20 Selecting previously unselected package liblwp-mediatypes-perl.
13:49:27 #9 27.20 Preparing to unpack .../159-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:49:27 #9 27.20 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:49:27 #9 27.23 Selecting previously unselected package libhttp-message-perl.
13:49:27 #9 27.23 Preparing to unpack .../160-libhttp-message-perl_6.36-1_all.deb ...
13:49:27 #9 27.23 Unpacking libhttp-message-perl (6.36-1) ...
13:49:27 #9 27.26 Selecting previously unselected package libhttp-cookies-perl.
13:49:27 #9 27.26 Preparing to unpack .../161-libhttp-cookies-perl_6.10-1_all.deb ...
13:49:27 #9 27.26 Unpacking libhttp-cookies-perl (6.10-1) ...
13:49:27 #9 27.28 Selecting previously unselected package libhttp-negotiate-perl.
13:49:27 #9 27.29 Preparing to unpack .../162-libhttp-negotiate-perl_6.01-1_all.deb ...
13:49:27 #9 27.29 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:49:27 #9 27.31 Selecting previously unselected package perl-openssl-defaults:armhf.
13:49:27 #9 27.32 Preparing to unpack .../163-perl-openssl-defaults_5build2_armhf.deb ...
13:49:27 #9 27.32 Unpacking perl-openssl-defaults:armhf (5build2) ...
13:49:27 #9 27.34 Selecting previously unselected package libnet-ssleay-perl:armhf.
13:49:27 #9 27.34 Preparing to unpack .../164-libnet-ssleay-perl_1.92-1build2_armhf.deb ...
13:49:27 #9 27.35 Unpacking libnet-ssleay-perl:armhf (1.92-1build2) ...
13:49:27 #9 27.39 Selecting previously unselected package libio-socket-ssl-perl.
13:49:27 #9 27.39 Preparing to unpack .../165-libio-socket-ssl-perl_2.074-2_all.deb ...
13:49:27 #9 27.39 Unpacking libio-socket-ssl-perl (2.074-2) ...
13:49:27 #9 27.42 Selecting previously unselected package libnet-http-perl.
13:49:27 #9 27.42 Preparing to unpack .../166-libnet-http-perl_6.22-1_all.deb ...
13:49:27 #9 27.42 Unpacking libnet-http-perl (6.22-1) ...
13:49:27 #9 27.45 Selecting previously unselected package liblwp-protocol-https-perl.
13:49:27 #9 27.45 Preparing to unpack .../167-liblwp-protocol-https-perl_6.10-1_all.deb ...
13:49:27 #9 27.47 Unpacking liblwp-protocol-https-perl (6.10-1) ...
13:49:27 #9 27.49 Selecting previously unselected package libtry-tiny-perl.
13:49:27 #9 27.49 Preparing to unpack .../168-libtry-tiny-perl_0.31-1_all.deb ...
13:49:27 #9 27.49 Unpacking libtry-tiny-perl (0.31-1) ...
13:49:27 #9 27.52 Selecting previously unselected package libwww-robotrules-perl.
13:49:27 #9 27.52 Preparing to unpack .../169-libwww-robotrules-perl_6.02-1_all.deb ...
13:49:27 #9 27.52 Unpacking libwww-robotrules-perl (6.02-1) ...
13:49:27 #9 27.55 Selecting previously unselected package libwww-perl.
13:49:28 #9 27.55 Preparing to unpack .../170-libwww-perl_6.61-1_all.deb ...
13:49:28 #9 27.55 Unpacking libwww-perl (6.61-1) ...
13:49:28 #9 27.58 Selecting previously unselected package patchutils.
13:49:28 #9 27.58 Preparing to unpack .../171-patchutils_0.4.2-1build2_armhf.deb ...
13:49:28 #9 27.59 Unpacking patchutils (0.4.2-1build2) ...
13:49:28 #9 27.62 Selecting previously unselected package wdiff.
13:49:28 #9 27.62 Preparing to unpack .../172-wdiff_1.2.2-2build3_armhf.deb ...
13:49:28 #9 27.62 Unpacking wdiff (1.2.2-2build3) ...
13:49:28 #9 27.65 Selecting previously unselected package devscripts.
13:49:28 #9 27.66 Preparing to unpack .../173-devscripts_2.22.1ubuntu1_armhf.deb ...
13:49:28 #9 27.67 Unpacking devscripts (2.22.1ubuntu1) ...
13:49:28 #9 27.73 Selecting previously unselected package diffstat.
13:49:28 #9 27.73 Preparing to unpack .../174-diffstat_1.64-1build2_armhf.deb ...
13:49:28 #9 27.73 Unpacking diffstat (1.64-1build2) ...
13:49:28 #9 27.76 Selecting previously unselected package python3-chardet.
13:49:28 #9 27.76 Preparing to unpack .../175-python3-chardet_4.0.0-1_all.deb ...
13:49:28 #9 27.77 Unpacking python3-chardet (4.0.0-1) ...
13:49:28 #9 27.80 Selecting previously unselected package zstd.
13:49:28 #9 27.80 Preparing to unpack .../176-zstd_1.4.8+dfsg-3build1_armhf.deb ...
13:49:28 #9 27.81 Unpacking zstd (1.4.8+dfsg-3build1) ...
13:49:28 #9 27.84 Selecting previously unselected package python3-debian.
13:49:28 #9 27.84 Preparing to unpack .../177-python3-debian_0.1.43ubuntu1_all.deb ...
13:49:28 #9 27.85 Unpacking python3-debian (0.1.43ubuntu1) ...
13:49:28 #9 27.89 Selecting previously unselected package libgpgme11:armhf.
13:49:28 #9 27.89 Preparing to unpack .../178-libgpgme11_1.16.0-1.2ubuntu4_armhf.deb ...
13:49:28 #9 27.89 Unpacking libgpgme11:armhf (1.16.0-1.2ubuntu4) ...
13:49:28 #9 27.92 Selecting previously unselected package python3-gpg.
13:49:28 #9 27.92 Preparing to unpack .../179-python3-gpg_1.16.0-1.2ubuntu4_armhf.deb ...
13:49:28 #9 27.93 Unpacking python3-gpg (1.16.0-1.2ubuntu4) ...
13:49:28 #9 27.97 Selecting previously unselected package dput.
13:49:28 #9 27.97 Preparing to unpack .../180-dput_1.1.0ubuntu2_all.deb ...
13:49:28 #9 27.98 Unpacking dput (1.1.0ubuntu2) ...
13:49:28 #9 28.01 Selecting previously unselected package fonts-dejavu-core.
13:49:28 #9 28.01 Preparing to unpack .../181-fonts-dejavu-core_2.37-2build1_all.deb ...
13:49:28 #9 28.01 Unpacking fonts-dejavu-core (2.37-2build1) ...
13:49:28 #9 28.13 Selecting previously unselected package fontconfig-config.
13:49:28 #9 28.13 Preparing to unpack .../182-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
13:49:28 #9 28.14 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
13:49:28 #9 28.17 Selecting previously unselected package libcurl3-gnutls:armhf.
13:49:28 #9 28.17 Preparing to unpack .../183-libcurl3-gnutls_7.81.0-1ubuntu1.2_armhf.deb ...
13:49:28 #9 28.17 Unpacking libcurl3-gnutls:armhf (7.81.0-1ubuntu1.2) ...
13:49:28 #9 28.20 Selecting previously unselected package liberror-perl.
13:49:28 #9 28.21 Preparing to unpack .../184-liberror-perl_0.17029-1_all.deb ...
13:49:28 #9 28.21 Unpacking liberror-perl (0.17029-1) ...
13:49:28 #9 28.23 Selecting previously unselected package git-man.
13:49:28 #9 28.23 Preparing to unpack .../185-git-man_1%3a2.34.1-1ubuntu1.2_all.deb ...
13:49:28 #9 28.24 Unpacking git-man (1:2.34.1-1ubuntu1.2) ...
13:49:28 #9 28.28 Selecting previously unselected package git.
13:49:28 #9 28.28 Preparing to unpack .../186-git_1%3a2.34.1-1ubuntu1.2_armhf.deb ...
13:49:28 #9 28.29 Unpacking git (1:2.34.1-1ubuntu1.2) ...
13:49:28 #9 28.42 Selecting previously unselected package libalgorithm-diff-perl.
13:49:28 #9 28.42 Preparing to unpack .../187-libalgorithm-diff-perl_1.201-1_all.deb ...
13:49:28 #9 28.42 Unpacking libalgorithm-diff-perl (1.201-1) ...
13:49:28 #9 28.45 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:49:28 #9 28.45 Preparing to unpack .../188-libalgorithm-diff-xs-perl_0.04-6build3_armhf.deb ...
13:49:28 #9 28.46 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ...
13:49:28 #9 28.48 Selecting previously unselected package libalgorithm-merge-perl.
13:49:28 #9 28.48 Preparing to unpack .../189-libalgorithm-merge-perl_0.08-3_all.deb ...
13:49:28 #9 28.48 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:49:28 #9 28.51 Selecting previously unselected package libaliased-perl.
13:49:28 #9 28.51 Preparing to unpack .../190-libaliased-perl_0.34-1.1_all.deb ...
13:49:28 #9 28.52 Unpacking libaliased-perl (0.34-1.1) ...
13:49:28 #9 28.54 Selecting previously unselected package libapt-pkg-perl.
13:49:28 #9 28.54 Preparing to unpack .../191-libapt-pkg-perl_0.1.40build2_armhf.deb ...
13:49:28 #9 28.55 Unpacking libapt-pkg-perl (0.1.40build2) ...
13:49:28 #9 28.58 Selecting previously unselected package libarchive-cpio-perl.
13:49:28 #9 28.58 Preparing to unpack .../192-libarchive-cpio-perl_0.10-1.1_all.deb ...
13:49:28 #9 28.58 Unpacking libarchive-cpio-perl (0.10-1.1) ...
13:49:28 #9 28.61 Selecting previously unselected package libarray-intspan-perl.
13:49:29 #9 28.61 Preparing to unpack .../193-libarray-intspan-perl_2.004-1_all.deb ...
13:49:29 #9 28.62 Unpacking libarray-intspan-perl (2.004-1) ...
13:49:29 #9 28.64 Selecting previously unselected package libmodule-implementation-perl.
13:49:29 #9 28.64 Preparing to unpack .../194-libmodule-implementation-perl_0.09-1.1_all.deb ...
13:49:29 #9 28.65 Unpacking libmodule-implementation-perl (0.09-1.1) ...
13:49:29 #9 28.68 Selecting previously unselected package libsub-exporter-progressive-perl.
13:49:29 #9 28.68 Preparing to unpack .../195-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:49:29 #9 28.68 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:49:29 #9 28.71 Selecting previously unselected package libvariable-magic-perl.
13:49:29 #9 28.71 Preparing to unpack .../196-libvariable-magic-perl_0.62-1build5_armhf.deb ...
13:49:29 #9 28.71 Unpacking libvariable-magic-perl (0.62-1build5) ...
13:49:29 #9 28.74 Selecting previously unselected package libb-hooks-endofscope-perl.
13:49:29 #9 28.74 Preparing to unpack .../197-libb-hooks-endofscope-perl_0.25-1_all.deb ...
13:49:29 #9 28.74 Unpacking libb-hooks-endofscope-perl (0.25-1) ...
13:49:29 #9 28.77 Selecting previously unselected package libfreetype6:armhf.
13:49:29 #9 28.78 Preparing to unpack .../198-libfreetype6_2.11.1+dfsg-1build1_armhf.deb ...
13:49:29 #9 28.78 Unpacking libfreetype6:armhf (2.11.1+dfsg-1build1) ...
13:49:29 #9 28.81 Selecting previously unselected package libfontconfig1:armhf.
13:49:29 #9 28.81 Preparing to unpack .../199-libfontconfig1_2.13.1-4.2ubuntu5_armhf.deb ...
13:49:29 #9 28.81 Unpacking libfontconfig1:armhf (2.13.1-4.2ubuntu5) ...
13:49:29 #9 28.85 Selecting previously unselected package libjpeg-turbo8:armhf.
13:49:29 #9 28.85 Preparing to unpack .../200-libjpeg-turbo8_2.1.2-0ubuntu1_armhf.deb ...
13:49:29 #9 28.85 Unpacking libjpeg-turbo8:armhf (2.1.2-0ubuntu1) ...
13:49:29 #9 28.87 Selecting previously unselected package libjpeg8:armhf.
13:49:29 #9 28.88 Preparing to unpack .../201-libjpeg8_8c-2ubuntu10_armhf.deb ...
13:49:29 #9 28.88 Unpacking libjpeg8:armhf (8c-2ubuntu10) ...
13:49:29 #9 28.91 Selecting previously unselected package libdeflate0:armhf.
13:49:29 #9 28.91 Preparing to unpack .../202-libdeflate0_1.10-2_armhf.deb ...
13:49:29 #9 28.92 Unpacking libdeflate0:armhf (1.10-2) ...
13:49:29 #9 28.94 Selecting previously unselected package libjbig0:armhf.
13:49:29 #9 28.95 Preparing to unpack .../203-libjbig0_2.1-3.1build3_armhf.deb ...
13:49:29 #9 28.95 Unpacking libjbig0:armhf (2.1-3.1build3) ...
13:49:29 #9 28.98 Selecting previously unselected package libwebp7:armhf.
13:49:29 #9 28.98 Preparing to unpack .../204-libwebp7_1.2.2-2_armhf.deb ...
13:49:29 #9 28.99 Unpacking libwebp7:armhf (1.2.2-2) ...
13:49:29 #9 29.02 Selecting previously unselected package libtiff5:armhf.
13:49:29 #9 29.02 Preparing to unpack .../205-libtiff5_4.3.0-6_armhf.deb ...
13:49:29 #9 29.02 Unpacking libtiff5:armhf (4.3.0-6) ...
13:49:29 #9 29.06 Selecting previously unselected package libxpm4:armhf.
13:49:29 #9 29.06 Preparing to unpack .../206-libxpm4_1%3a3.5.12-1build2_armhf.deb ...
13:49:29 #9 29.06 Unpacking libxpm4:armhf (1:3.5.12-1build2) ...
13:49:29 #9 29.09 Selecting previously unselected package libgd3:armhf.
13:49:29 #9 29.09 Preparing to unpack .../207-libgd3_2.3.0-2ubuntu2_armhf.deb ...
13:49:29 #9 29.09 Unpacking libgd3:armhf (2.3.0-2ubuntu2) ...
13:49:29 #9 29.12 Selecting previously unselected package libc-devtools.
13:49:29 #9 29.12 Preparing to unpack .../208-libc-devtools_2.35-0ubuntu3_armhf.deb ...
13:49:29 #9 29.12 Unpacking libc-devtools (2.35-0ubuntu3) ...
13:49:29 #9 29.15 Selecting previously unselected package libcapture-tiny-perl.
13:49:29 #9 29.15 Preparing to unpack .../209-libcapture-tiny-perl_0.48-1_all.deb ...
13:49:29 #9 29.16 Unpacking libcapture-tiny-perl (0.48-1) ...
13:49:29 #9 29.18 Selecting previously unselected package libclass-data-inheritable-perl.
13:49:29 #9 29.18 Preparing to unpack .../210-libclass-data-inheritable-perl_0.08-3_all.deb ...
13:49:29 #9 29.18 Unpacking libclass-data-inheritable-perl (0.08-3) ...
13:49:29 #9 29.21 Selecting previously unselected package libclone-perl.
13:49:29 #9 29.21 Preparing to unpack .../211-libclone-perl_0.45-1build3_armhf.deb ...
13:49:29 #9 29.21 Unpacking libclone-perl (0.45-1build3) ...
13:49:29 #9 29.24 Selecting previously unselected package libcommon-sense-perl:armhf.
13:49:29 #9 29.24 Preparing to unpack .../212-libcommon-sense-perl_3.75-2build1_armhf.deb ...
13:49:29 #9 29.24 Unpacking libcommon-sense-perl:armhf (3.75-2build1) ...
13:49:29 #9 29.27 Selecting previously unselected package libconfig-tiny-perl.
13:49:29 #9 29.27 Preparing to unpack .../213-libconfig-tiny-perl_2.28-1_all.deb ...
13:49:29 #9 29.27 Unpacking libconfig-tiny-perl (2.28-1) ...
13:49:29 #9 29.30 Selecting previously unselected package libparams-util-perl.
13:49:29 #9 29.30 Preparing to unpack .../214-libparams-util-perl_1.102-1build3_armhf.deb ...
13:49:29 #9 29.30 Unpacking libparams-util-perl (1.102-1build3) ...
13:49:29 #9 29.33 Selecting previously unselected package libsub-install-perl.
13:49:29 #9 29.33 Preparing to unpack .../215-libsub-install-perl_0.928-1.1_all.deb ...
13:49:29 #9 29.33 Unpacking libsub-install-perl (0.928-1.1) ...
13:49:29 #9 29.35 Selecting previously unselected package libdata-optlist-perl.
13:49:29 #9 29.36 Preparing to unpack .../216-libdata-optlist-perl_0.112-1_all.deb ...
13:49:29 #9 29.36 Unpacking libdata-optlist-perl (0.112-1) ...
13:49:29 #9 29.38 Selecting previously unselected package libsub-exporter-perl.
13:49:29 #9 29.38 Preparing to unpack .../217-libsub-exporter-perl_0.988-1_all.deb ...
13:49:29 #9 29.39 Unpacking libsub-exporter-perl (0.988-1) ...
13:49:29 #9 29.41 Selecting previously unselected package libconst-fast-perl.
13:49:29 #9 29.41 Preparing to unpack .../218-libconst-fast-perl_0.014-1.1_all.deb ...
13:49:29 #9 29.42 Unpacking libconst-fast-perl (0.014-1.1) ...
13:49:29 #9 29.44 Selecting previously unselected package libwant-perl.
13:49:29 #9 29.44 Preparing to unpack .../219-libwant-perl_0.29-1build7_armhf.deb ...
13:49:29 #9 29.45 Unpacking libwant-perl (0.29-1build7) ...
13:49:29 #9 29.47 Selecting previously unselected package libcontextual-return-perl.
13:49:29 #9 29.47 Preparing to unpack .../220-libcontextual-return-perl_0.004014-2_all.deb ...
13:49:29 #9 29.48 Unpacking libcontextual-return-perl (0.004014-2) ...
13:49:29 #9 29.51 Selecting previously unselected package libcpanel-json-xs-perl:armhf.
13:49:29 #9 29.51 Preparing to unpack .../221-libcpanel-json-xs-perl_4.27-1build1_armhf.deb ...
13:49:29 #9 29.51 Unpacking libcpanel-json-xs-perl:armhf (4.27-1build1) ...
13:49:29 #9 29.54 Selecting previously unselected package libdevel-stacktrace-perl.
13:49:29 #9 29.54 Preparing to unpack .../222-libdevel-stacktrace-perl_2.0400-1_all.deb ...
13:49:29 #9 29.54 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
13:49:29 #9 29.57 Selecting previously unselected package libexception-class-perl.
13:49:29 #9 29.57 Preparing to unpack .../223-libexception-class-perl_1.45-1_all.deb ...
13:49:29 #9 29.57 Unpacking libexception-class-perl (1.45-1) ...
13:49:29 #9 29.60 Selecting previously unselected package libiterator-perl.
13:49:29 #9 29.60 Preparing to unpack .../224-libiterator-perl_0.03+ds1-1.1_all.deb ...
13:49:29 #9 29.60 Unpacking libiterator-perl (0.03+ds1-1.1) ...
13:49:29 #9 29.62 Selecting previously unselected package libiterator-util-perl.
13:49:30 #9 29.63 Preparing to unpack .../225-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
13:49:30 #9 29.63 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
13:49:30 #9 29.66 Selecting previously unselected package libexporter-tiny-perl.
13:49:30 #9 29.66 Preparing to unpack .../226-libexporter-tiny-perl_1.002002-1_all.deb ...
13:49:30 #9 29.66 Unpacking libexporter-tiny-perl (1.002002-1) ...
13:49:30 #9 29.69 Selecting previously unselected package liblist-moreutils-xs-perl.
13:49:30 #9 29.69 Preparing to unpack .../227-liblist-moreutils-xs-perl_0.430-2build2_armhf.deb ...
13:49:30 #9 29.69 Unpacking liblist-moreutils-xs-perl (0.430-2build2) ...
13:49:30 #9 29.72 Selecting previously unselected package liblist-moreutils-perl.
13:49:30 #9 29.72 Preparing to unpack .../228-liblist-moreutils-perl_0.430-2_all.deb ...
13:49:30 #9 29.72 Unpacking liblist-moreutils-perl (0.430-2) ...
13:49:30 #9 29.75 Selecting previously unselected package libdata-dpath-perl.
13:49:30 #9 29.75 Preparing to unpack .../229-libdata-dpath-perl_0.58-1_all.deb ...
13:49:30 #9 29.76 Unpacking libdata-dpath-perl (0.58-1) ...
13:49:30 #9 29.78 Selecting previously unselected package libdata-dump-perl.
13:49:30 #9 29.78 Preparing to unpack .../230-libdata-dump-perl_1.25-1_all.deb ...
13:49:30 #9 29.79 Unpacking libdata-dump-perl (1.25-1) ...
13:49:30 #9 29.81 Selecting previously unselected package libdata-messagepack-perl.
13:49:30 #9 29.81 Preparing to unpack .../231-libdata-messagepack-perl_1.01-2build1_armhf.deb ...
13:49:30 #9 29.82 Unpacking libdata-messagepack-perl (1.01-2build1) ...
13:49:30 #9 29.84 Selecting previously unselected package libnet-domain-tld-perl.
13:49:30 #9 29.84 Preparing to unpack .../232-libnet-domain-tld-perl_1.75-1.1_all.deb ...
13:49:30 #9 29.85 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
13:49:30 #9 29.87 Selecting previously unselected package libdata-validate-domain-perl.
13:49:30 #9 29.87 Preparing to unpack .../233-libdata-validate-domain-perl_0.10-1.1_all.deb ...
13:49:30 #9 29.87 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
13:49:30 #9 29.90 Selecting previously unselected package libnet-ipv6addr-perl.
13:49:30 #9 29.90 Preparing to unpack .../234-libnet-ipv6addr-perl_1.02-1_all.deb ...
13:49:30 #9 29.91 Unpacking libnet-ipv6addr-perl (1.02-1) ...
13:49:30 #9 29.93 Selecting previously unselected package libnet-netmask-perl.
13:49:30 #9 29.93 Preparing to unpack .../235-libnet-netmask-perl_2.0001-1_all.deb ...
13:49:30 #9 29.94 Unpacking libnet-netmask-perl (2.0001-1) ...
13:49:30 #9 29.96 Selecting previously unselected package libnetaddr-ip-perl.
13:49:30 #9 29.97 Preparing to unpack .../236-libnetaddr-ip-perl_4.079+dfsg-1build7_armhf.deb ...
13:49:30 #9 29.97 Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ...
13:49:30 #9 30.00 Selecting previously unselected package libdata-validate-ip-perl.
13:49:30 #9 30.00 Preparing to unpack .../237-libdata-validate-ip-perl_0.30-1_all.deb ...
13:49:30 #9 30.01 Unpacking libdata-validate-ip-perl (0.30-1) ...
13:49:30 #9 30.03 Selecting previously unselected package libdata-validate-uri-perl.
13:49:30 #9 30.03 Preparing to unpack .../238-libdata-validate-uri-perl_0.07-2_all.deb ...
13:49:30 #9 30.04 Unpacking libdata-validate-uri-perl (0.07-2) ...
13:49:30 #9 30.06 Selecting previously unselected package libdistro-info-perl.
13:49:30 #9 30.07 Preparing to unpack .../239-libdistro-info-perl_1.1build1_all.deb ...
13:49:30 #9 30.07 Unpacking libdistro-info-perl (1.1build1) ...
13:49:30 #9 30.10 Selecting previously unselected package libemail-address-xs-perl.
13:49:30 #9 30.10 Preparing to unpack .../240-libemail-address-xs-perl_1.04-1build6_armhf.deb ...
13:49:30 #9 30.10 Unpacking libemail-address-xs-perl (1.04-1build6) ...
13:49:30 #9 30.13 Selecting previously unselected package libipc-system-simple-perl.
13:49:30 #9 30.14 Preparing to unpack .../241-libipc-system-simple-perl_1.30-1_all.deb ...
13:49:30 #9 30.14 Unpacking libipc-system-simple-perl (1.30-1) ...
13:49:30 #9 30.16 Selecting previously unselected package libfile-basedir-perl.
13:49:30 #9 30.17 Preparing to unpack .../242-libfile-basedir-perl_0.09-1_all.deb ...
13:49:30 #9 30.17 Unpacking libfile-basedir-perl (0.09-1) ...
13:49:30 #9 30.19 Selecting previously unselected package libfile-chdir-perl.
13:49:30 #9 30.20 Preparing to unpack .../243-libfile-chdir-perl_0.1008-1.1_all.deb ...
13:49:30 #9 30.20 Unpacking libfile-chdir-perl (0.1008-1.1) ...
13:49:30 #9 30.23 Selecting previously unselected package libfile-fcntllock-perl.
13:49:30 #9 30.23 Preparing to unpack .../244-libfile-fcntllock-perl_0.22-3build7_armhf.deb ...
13:49:30 #9 30.23 Unpacking libfile-fcntllock-perl (0.22-3build7) ...
13:49:30 #9 30.26 Selecting previously unselected package libnumber-compare-perl.
13:49:30 #9 30.26 Preparing to unpack .../245-libnumber-compare-perl_0.03-2_all.deb ...
13:49:30 #9 30.26 Unpacking libnumber-compare-perl (0.03-2) ...
13:49:30 #9 30.29 Selecting previously unselected package libtext-glob-perl.
13:49:30 #9 30.29 Preparing to unpack .../246-libtext-glob-perl_0.11-2_all.deb ...
13:49:30 #9 30.29 Unpacking libtext-glob-perl (0.11-2) ...
13:49:30 #9 30.32 Selecting previously unselected package libfile-find-rule-perl.
13:49:30 #9 30.32 Preparing to unpack .../247-libfile-find-rule-perl_0.34-1_all.deb ...
13:49:30 #9 30.32 Unpacking libfile-find-rule-perl (0.34-1) ...
13:49:30 #9 30.35 Selecting previously unselected package libfont-afm-perl.
13:49:30 #9 30.35 Preparing to unpack .../248-libfont-afm-perl_1.20-3_all.deb ...
13:49:30 #9 30.35 Unpacking libfont-afm-perl (1.20-3) ...
13:49:30 #9 30.38 Selecting previously unselected package libio-string-perl.
13:49:30 #9 30.38 Preparing to unpack .../249-libio-string-perl_1.08-3.1_all.deb ...
13:49:30 #9 30.38 Unpacking libio-string-perl (1.08-3.1) ...
13:49:30 #9 30.41 Selecting previously unselected package libfont-ttf-perl.
13:49:30 #9 30.41 Preparing to unpack .../250-libfont-ttf-perl_1.06-1.1_all.deb ...
13:49:30 #9 30.41 Unpacking libfont-ttf-perl (1.06-1.1) ...
13:49:30 #9 30.48 Selecting previously unselected package libsort-versions-perl.
13:49:30 #9 30.48 Preparing to unpack .../251-libsort-versions-perl_1.62-1_all.deb ...
13:49:30 #9 30.48 Unpacking libsort-versions-perl (1.62-1) ...
13:49:30 #9 30.51 Selecting previously unselected package libgit-wrapper-perl.
13:49:30 #9 30.51 Preparing to unpack .../252-libgit-wrapper-perl_0.048-1_all.deb ...
13:49:30 #9 30.51 Unpacking libgit-wrapper-perl (0.048-1) ...
13:49:30 #9 30.54 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:49:30 #9 30.54 Preparing to unpack .../253-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
13:49:30 #9 30.54 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
13:49:30 #9 30.57 Selecting previously unselected package libio-prompter-perl.
13:49:30 #9 30.57 Preparing to unpack .../254-libio-prompter-perl_0.004015-1_all.deb ...
13:49:30 #9 30.57 Unpacking libio-prompter-perl (0.004015-1) ...
13:49:30 #9 30.60 Selecting previously unselected package libjson-perl.
13:49:30 #9 30.60 Preparing to unpack .../255-libjson-perl_4.04000-1_all.deb ...
13:49:30 #9 30.60 Unpacking libjson-perl (4.04000-1) ...
13:49:30 #9 30.63 Selecting previously unselected package liblog-any-perl.
13:49:30 #9 30.63 Preparing to unpack .../256-liblog-any-perl_1.710-1_all.deb ...
13:49:30 #9 30.64 Unpacking liblog-any-perl (1.710-1) ...
13:49:30 #9 30.66 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:49:30 #9 30.66 Preparing to unpack .../257-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
13:49:30 #9 30.67 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
13:49:30 #9 30.69 Selecting previously unselected package libpackage-stash-perl.
13:49:31 #9 30.70 Preparing to unpack .../258-libpackage-stash-perl_0.39-1_all.deb ...
13:49:31 #9 30.70 Unpacking libpackage-stash-perl (0.39-1) ...
13:49:31 #9 30.72 Selecting previously unselected package libsub-identify-perl.
13:49:31 #9 30.73 Preparing to unpack .../259-libsub-identify-perl_0.14-1build5_armhf.deb ...
13:49:31 #9 30.73 Unpacking libsub-identify-perl (0.14-1build5) ...
13:49:31 #9 30.76 Selecting previously unselected package libsub-name-perl.
13:49:31 #9 30.76 Preparing to unpack .../260-libsub-name-perl_0.26-1build3_armhf.deb ...
13:49:31 #9 30.76 Unpacking libsub-name-perl (0.26-1build3) ...
13:49:31 #9 30.79 Selecting previously unselected package libnamespace-clean-perl.
13:49:31 #9 30.79 Preparing to unpack .../261-libnamespace-clean-perl_0.27-1_all.deb ...
13:49:31 #9 30.79 Unpacking libnamespace-clean-perl (0.27-1) ...
13:49:31 #9 30.82 Selecting previously unselected package libpath-tiny-perl.
13:49:31 #9 30.82 Preparing to unpack .../262-libpath-tiny-perl_0.122-1_all.deb ...
13:49:31 #9 30.82 Unpacking libpath-tiny-perl (0.122-1) ...
13:49:31 #9 30.85 Selecting previously unselected package libstrictures-perl.
13:49:31 #9 30.85 Preparing to unpack .../263-libstrictures-perl_2.000006-1_all.deb ...
13:49:31 #9 30.85 Unpacking libstrictures-perl (2.000006-1) ...
13:49:31 #9 30.88 Selecting previously unselected package libtype-tiny-perl.
13:49:31 #9 30.88 Preparing to unpack .../264-libtype-tiny-perl_1.012004-1_all.deb ...
13:49:31 #9 30.88 Unpacking libtype-tiny-perl (1.012004-1) ...
13:49:31 #9 30.92 Selecting previously unselected package libgitlab-api-v4-perl.
13:49:31 #9 30.92 Preparing to unpack .../265-libgitlab-api-v4-perl_0.26-1_all.deb ...
13:49:31 #9 30.92 Unpacking libgitlab-api-v4-perl (0.26-1) ...
13:49:31 #9 30.95 Selecting previously unselected package libhash-fieldhash-perl.
13:49:31 #9 30.96 Preparing to unpack .../266-libhash-fieldhash-perl_0.15-1build5_armhf.deb ...
13:49:31 #9 30.96 Unpacking libhash-fieldhash-perl (0.15-1build5) ...
13:49:31 #9 30.98 Selecting previously unselected package libhtml-form-perl.
13:49:31 #9 30.99 Preparing to unpack .../267-libhtml-form-perl_6.07-1_all.deb ...
13:49:31 #9 30.99 Unpacking libhtml-form-perl (6.07-1) ...
13:49:31 #9 31.02 Selecting previously unselected package libhtml-format-perl.
13:49:31 #9 31.02 Preparing to unpack .../268-libhtml-format-perl_2.12-1.1_all.deb ...
13:49:31 #9 31.02 Unpacking libhtml-format-perl (2.12-1.1) ...
13:49:31 #9 31.05 Selecting previously unselected package libhtml-html5-entities-perl.
13:49:31 #9 31.05 Preparing to unpack .../269-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
13:49:31 #9 31.06 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
13:49:31 #9 31.08 Selecting previously unselected package libhttp-daemon-perl.
13:49:31 #9 31.08 Preparing to unpack .../270-libhttp-daemon-perl_6.13-1_all.deb ...
13:49:31 #9 31.09 Unpacking libhttp-daemon-perl (6.13-1) ...
13:49:31 #9 31.11 Selecting previously unselected package libio-interactive-perl.
13:49:31 #9 31.11 Preparing to unpack .../271-libio-interactive-perl_1.023-1_all.deb ...
13:49:31 #9 31.11 Unpacking libio-interactive-perl (1.023-1) ...
13:49:31 #9 31.14 Selecting previously unselected package libio-prompt-tiny-perl.
13:49:31 #9 31.14 Preparing to unpack .../272-libio-prompt-tiny-perl_0.003-1_all.deb ...
13:49:31 #9 31.14 Unpacking libio-prompt-tiny-perl (0.003-1) ...
13:49:31 #9 31.17 Selecting previously unselected package libtypes-serialiser-perl.
13:49:31 #9 31.17 Preparing to unpack .../273-libtypes-serialiser-perl_1.01-1_all.deb ...
13:49:31 #9 31.17 Unpacking libtypes-serialiser-perl (1.01-1) ...
13:49:31 #9 31.20 Selecting previously unselected package libjson-xs-perl.
13:49:31 #9 31.20 Preparing to unpack .../274-libjson-xs-perl_4.030-1build3_armhf.deb ...
13:49:31 #9 31.20 Unpacking libjson-xs-perl (4.030-1build3) ...
13:49:31 #9 31.23 Selecting previously unselected package libjson-maybexs-perl.
13:49:31 #9 31.23 Preparing to unpack .../275-libjson-maybexs-perl_1.004003-1_all.deb ...
13:49:31 #9 31.23 Unpacking libjson-maybexs-perl (1.004003-1) ...
13:49:31 #9 31.26 Selecting previously unselected package libldap-common.
13:49:31 #9 31.26 Preparing to unpack .../276-libldap-common_2.5.11+dfsg-1~exp1ubuntu3.1_all.deb ...
13:49:31 #9 31.26 Unpacking libldap-common (2.5.11+dfsg-1~exp1ubuntu3.1) ...
13:49:31 #9 31.29 Selecting previously unselected package liblist-compare-perl.
13:49:31 #9 31.29 Preparing to unpack .../277-liblist-compare-perl_0.55-1_all.deb ...
13:49:31 #9 31.29 Unpacking liblist-compare-perl (0.55-1) ...
13:49:31 #9 31.32 Selecting previously unselected package liblist-someutils-perl.
13:49:31 #9 31.33 Preparing to unpack .../278-liblist-someutils-perl_0.58-1_all.deb ...
13:49:31 #9 31.33 Unpacking liblist-someutils-perl (0.58-1) ...
13:49:31 #9 31.36 Selecting previously unselected package liblist-someutils-xs-perl.
13:49:31 #9 31.36 Preparing to unpack .../279-liblist-someutils-xs-perl_0.58-2build3_armhf.deb ...
13:49:31 #9 31.36 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
13:49:31 #9 31.39 Selecting previously unselected package liblist-utilsby-perl.
13:49:31 #9 31.39 Preparing to unpack .../280-liblist-utilsby-perl_0.11-1_all.deb ...
13:49:31 #9 31.40 Unpacking liblist-utilsby-perl (0.11-1) ...
13:49:31 #9 31.43 Selecting previously unselected package libltdl7:armhf.
13:49:31 #9 31.43 Preparing to unpack .../281-libltdl7_2.4.6-15build2_armhf.deb ...
13:49:31 #9 31.43 Unpacking libltdl7:armhf (2.4.6-15build2) ...
13:49:31 #9 31.46 Selecting previously unselected package libltdl-dev:armhf.
13:49:32 #9 31.47 Preparing to unpack .../282-libltdl-dev_2.4.6-15build2_armhf.deb ...
13:49:32 #9 31.47 Unpacking libltdl-dev:armhf (2.4.6-15build2) ...
13:49:32 #9 31.51 Selecting previously unselected package liblzo2-2:armhf.
13:49:32 #9 31.52 Preparing to unpack .../283-liblzo2-2_2.10-2build3_armhf.deb ...
13:49:32 #9 31.52 Unpacking liblzo2-2:armhf (2.10-2build3) ...
13:49:32 #9 31.55 Selecting previously unselected package libsys-hostname-long-perl.
13:49:32 #9 31.55 Preparing to unpack .../284-libsys-hostname-long-perl_1.5-2_all.deb ...
13:49:32 #9 31.56 Unpacking libsys-hostname-long-perl (1.5-2) ...
13:49:32 #9 31.59 Selecting previously unselected package libmail-sendmail-perl.
13:49:32 #9 31.59 Preparing to unpack .../285-libmail-sendmail-perl_0.80-1.1_all.deb ...
13:49:32 #9 31.59 Unpacking libmail-sendmail-perl (0.80-1.1) ...
13:49:32 #9 31.62 Selecting previously unselected package libnet-smtp-ssl-perl.
13:49:32 #9 31.63 Preparing to unpack .../286-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:49:32 #9 31.63 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:49:32 #9 31.66 Selecting previously unselected package libmailtools-perl.
13:49:32 #9 31.66 Preparing to unpack .../287-libmailtools-perl_2.21-1_all.deb ...
13:49:32 #9 31.66 Unpacking libmailtools-perl (2.21-1) ...
13:49:32 #9 31.70 Selecting previously unselected package libmarkdown2:armhf.
13:49:32 #9 31.70 Preparing to unpack .../288-libmarkdown2_2.2.7-2_armhf.deb ...
13:49:32 #9 31.71 Unpacking libmarkdown2:armhf (2.2.7-2) ...
13:49:32 #9 31.74 Selecting previously unselected package libmath-base85-perl.
13:49:32 #9 31.74 Preparing to unpack .../289-libmath-base85-perl_0.5+dfsg-1_all.deb ...
13:49:32 #9 31.74 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
13:49:32 #9 31.77 Selecting previously unselected package libmoox-aliases-perl.
13:49:32 #9 31.77 Preparing to unpack .../290-libmoox-aliases-perl_0.001006-1.1_all.deb ...
13:49:32 #9 31.77 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
13:49:32 #9 31.80 Selecting previously unselected package libnamespace-autoclean-perl.
13:49:32 #9 31.80 Preparing to unpack .../291-libnamespace-autoclean-perl_0.29-1_all.deb ...
13:49:32 #9 31.80 Unpacking libnamespace-autoclean-perl (0.29-1) ...
13:49:32 #9 31.83 Selecting previously unselected package libobject-id-perl.
13:49:32 #9 31.83 Preparing to unpack .../292-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
13:49:32 #9 31.84 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
13:49:32 #9 31.86 Selecting previously unselected package libmoox-struct-perl.
13:49:32 #9 31.86 Preparing to unpack .../293-libmoox-struct-perl_0.020-1_all.deb ...
13:49:32 #9 31.87 Unpacking libmoox-struct-perl (0.020-1) ...
13:49:32 #9 31.89 Selecting previously unselected package libmouse-perl.
13:49:32 #9 31.89 Preparing to unpack .../294-libmouse-perl_2.5.10-1build4_armhf.deb ...
13:49:32 #9 31.90 Unpacking libmouse-perl (2.5.10-1build4) ...
13:49:32 #9 31.93 Selecting previously unselected package libpackage-stash-xs-perl.
13:49:32 #9 31.93 Preparing to unpack .../295-libpackage-stash-xs-perl_0.29-1build5_armhf.deb ...
13:49:32 #9 31.93 Unpacking libpackage-stash-xs-perl (0.29-1build5) ...
13:49:32 #9 31.96 Selecting previously unselected package libpath-iterator-rule-perl.
13:49:32 #9 31.96 Preparing to unpack .../296-libpath-iterator-rule-perl_1.015-1_all.deb ...
13:49:32 #9 31.96 Unpacking libpath-iterator-rule-perl (1.015-1) ...
13:49:32 #9 31.99 Selecting previously unselected package libperlio-gzip-perl.
13:49:32 #9 31.99 Preparing to unpack .../297-libperlio-gzip-perl_0.19-1build8_armhf.deb ...
13:49:32 #9 32.00 Unpacking libperlio-gzip-perl (0.19-1build8) ...
13:49:32 #9 32.02 Selecting previously unselected package libperlio-utf8-strict-perl.
13:49:32 #9 32.02 Preparing to unpack .../298-libperlio-utf8-strict-perl_0.009-1build1_armhf.deb ...
13:49:32 #9 32.02 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
13:49:32 #9 32.05 Selecting previously unselected package libpod-parser-perl.
13:49:32 #9 32.06 Preparing to unpack .../299-libpod-parser-perl_1.63-2_all.deb ...
13:49:32 #9 32.07 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
13:49:32 #9 32.08 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
13:49:32 #9 32.08 Unpacking libpod-parser-perl (1.63-2) ...
13:49:32 #9 32.11 Selecting previously unselected package libpod-constants-perl.
13:49:32 #9 32.11 Preparing to unpack .../300-libpod-constants-perl_0.19-2_all.deb ...
13:49:32 #9 32.12 Unpacking libpod-constants-perl (0.19-2) ...
13:49:32 #9 32.14 Selecting previously unselected package libproc-processtable-perl:armhf.
13:49:32 #9 32.15 Preparing to unpack .../301-libproc-processtable-perl_0.634-1build1_armhf.deb ...
13:49:32 #9 32.15 Unpacking libproc-processtable-perl:armhf (0.634-1build1) ...
13:49:32 #9 32.18 Selecting previously unselected package libre2-9:armhf.
13:49:32 #9 32.18 Preparing to unpack .../302-libre2-9_20220201+dfsg-1_armhf.deb ...
13:49:32 #9 32.19 Unpacking libre2-9:armhf (20220201+dfsg-1) ...
13:49:32 #9 32.21 Selecting previously unselected package libre-engine-re2-perl:armhf.
13:49:32 #9 32.22 Preparing to unpack .../303-libre-engine-re2-perl_0.14-1build2_armhf.deb ...
13:49:32 #9 32.22 Unpacking libre-engine-re2-perl:armhf (0.14-1build2) ...
13:49:32 #9 32.24 Selecting previously unselected package libreadonly-perl.
13:49:32 #9 32.25 Preparing to unpack .../304-libreadonly-perl_2.050-3_all.deb ...
13:49:32 #9 32.25 Unpacking libreadonly-perl (2.050-3) ...
13:49:32 #9 32.28 Selecting previously unselected package libref-util-perl.
13:49:32 #9 32.28 Preparing to unpack .../305-libref-util-perl_0.204-1_all.deb ...
13:49:32 #9 32.28 Unpacking libref-util-perl (0.204-1) ...
13:49:32 #9 32.31 Selecting previously unselected package libref-util-xs-perl.
13:49:32 #9 32.31 Preparing to unpack .../306-libref-util-xs-perl_0.117-1build5_armhf.deb ...
13:49:32 #9 32.32 Unpacking libref-util-xs-perl (0.117-1build5) ...
13:49:32 #9 32.34 Selecting previously unselected package libregexp-pattern-license-perl.
13:49:32 #9 32.35 Preparing to unpack .../307-libregexp-pattern-license-perl_3.9.3-1_all.deb ...
13:49:32 #9 32.35 Unpacking libregexp-pattern-license-perl (3.9.3-1) ...
13:49:32 #9 32.38 Selecting previously unselected package libregexp-pattern-perl.
13:49:32 #9 32.38 Preparing to unpack .../308-libregexp-pattern-perl_0.2.14-1_all.deb ...
13:49:32 #9 32.38 Unpacking libregexp-pattern-perl (0.2.14-1) ...
13:49:32 #9 32.41 Selecting previously unselected package libsasl2-modules:armhf.
13:49:32 #9 32.41 Preparing to unpack .../309-libsasl2-modules_2.1.27+dfsg2-3ubuntu1_armhf.deb ...
13:49:32 #9 32.41 Unpacking libsasl2-modules:armhf (2.1.27+dfsg2-3ubuntu1) ...
13:49:32 #9 32.44 Selecting previously unselected package libsereal-decoder-perl.
13:49:32 #9 32.44 Preparing to unpack .../310-libsereal-decoder-perl_4.023+ds-1_armhf.deb ...
13:49:32 #9 32.44 Unpacking libsereal-decoder-perl (4.023+ds-1) ...
13:49:32 #9 32.47 Selecting previously unselected package libsereal-encoder-perl:armhf.
13:49:32 #9 32.47 Preparing to unpack .../311-libsereal-encoder-perl_4.023+ds-1_armhf.deb ...
13:49:32 #9 32.48 Unpacking libsereal-encoder-perl:armhf (4.023+ds-1) ...
13:49:32 #9 32.50 Selecting previously unselected package libset-intspan-perl.
13:49:32 #9 32.50 Preparing to unpack .../312-libset-intspan-perl_1.19-2_all.deb ...
13:49:32 #9 32.51 Unpacking libset-intspan-perl (1.19-2) ...
13:49:33 #9 32.53 Selecting previously unselected package libsocket6-perl.
13:49:33 #9 32.53 Preparing to unpack .../313-libsocket6-perl_0.29-1build4_armhf.deb ...
13:49:33 #9 32.54 Unpacking libsocket6-perl (0.29-1build4) ...
13:49:33 #9 32.56 Selecting previously unselected package libstring-copyright-perl.
13:49:33 #9 32.56 Preparing to unpack .../314-libstring-copyright-perl_0.003012-1_all.deb ...
13:49:33 #9 32.56 Unpacking libstring-copyright-perl (0.003012-1) ...
13:49:33 #9 32.59 Selecting previously unselected package libstring-escape-perl.
13:49:33 #9 32.59 Preparing to unpack .../315-libstring-escape-perl_2010.002-2_all.deb ...
13:49:33 #9 32.60 Unpacking libstring-escape-perl (2010.002-2) ...
13:49:33 #9 32.62 Selecting previously unselected package libstring-shellquote-perl.
13:49:33 #9 32.62 Preparing to unpack .../316-libstring-shellquote-perl_1.04-1_all.deb ...
13:49:33 #9 32.62 Unpacking libstring-shellquote-perl (1.04-1) ...
13:49:33 #9 32.65 Selecting previously unselected package libxs-parse-keyword-perl.
13:49:33 #9 32.65 Preparing to unpack .../317-libxs-parse-keyword-perl_0.21-1build1_armhf.deb ...
13:49:33 #9 32.66 Unpacking libxs-parse-keyword-perl (0.21-1build1) ...
13:49:33 #9 32.69 Selecting previously unselected package libsyntax-keyword-try-perl.
13:49:33 #9 32.69 Preparing to unpack .../318-libsyntax-keyword-try-perl_0.26-1build1_armhf.deb ...
13:49:33 #9 32.70 Unpacking libsyntax-keyword-try-perl (0.26-1build1) ...
13:49:33 #9 32.73 Selecting previously unselected package libterm-readkey-perl.
13:49:33 #9 32.73 Preparing to unpack .../319-libterm-readkey-perl_2.38-1build4_armhf.deb ...
13:49:33 #9 32.73 Unpacking libterm-readkey-perl (2.38-1build4) ...
13:49:33 #9 32.76 Selecting previously unselected package libtext-levenshteinxs-perl.
13:49:33 #9 32.77 Preparing to unpack .../320-libtext-levenshteinxs-perl_0.03-4build10_armhf.deb ...
13:49:33 #9 32.77 Unpacking libtext-levenshteinxs-perl (0.03-4build10) ...
13:49:33 #9 32.80 Selecting previously unselected package libtext-markdown-discount-perl:armhf.
13:49:33 #9 32.80 Preparing to unpack .../321-libtext-markdown-discount-perl_0.13-1build1_armhf.deb ...
13:49:33 #9 32.80 Unpacking libtext-markdown-discount-perl:armhf (0.13-1build1) ...
13:49:33 #9 32.83 Selecting previously unselected package libtext-xslate-perl:armhf.
13:49:33 #9 32.83 Preparing to unpack .../322-libtext-xslate-perl_3.5.9-1build1_armhf.deb ...
13:49:33 #9 32.83 Unpacking libtext-xslate-perl:armhf (3.5.9-1build1) ...
13:49:33 #9 32.88 Selecting previously unselected package libtime-duration-perl.
13:49:33 #9 32.88 Preparing to unpack .../323-libtime-duration-perl_1.21-1_all.deb ...
13:49:33 #9 32.88 Unpacking libtime-duration-perl (1.21-1) ...
13:49:33 #9 32.91 Selecting previously unselected package libtime-moment-perl.
13:49:33 #9 32.91 Preparing to unpack .../324-libtime-moment-perl_0.44-1build6_armhf.deb ...
13:49:33 #9 32.91 Unpacking libtime-moment-perl (0.44-1build6) ...
13:49:33 #9 32.94 Selecting previously unselected package libtype-tiny-xs-perl.
13:49:33 #9 32.94 Preparing to unpack .../325-libtype-tiny-xs-perl_0.022-1build2_armhf.deb ...
13:49:33 #9 32.95 Unpacking libtype-tiny-xs-perl (0.022-1build2) ...
13:49:33 #9 32.97 Selecting previously unselected package libunicode-utf8-perl.
13:49:33 #9 32.97 Preparing to unpack .../326-libunicode-utf8-perl_0.62-1build4_armhf.deb ...
13:49:33 #9 32.98 Unpacking libunicode-utf8-perl (0.62-1build4) ...
13:49:33 #9 33.00 Selecting previously unselected package libxml-namespacesupport-perl.
13:49:33 #9 33.01 Preparing to unpack .../327-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
13:49:33 #9 33.01 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
13:49:33 #9 33.03 Selecting previously unselected package libxml-sax-base-perl.
13:49:33 #9 33.03 Preparing to unpack .../328-libxml-sax-base-perl_1.09-1.1_all.deb ...
13:49:33 #9 33.04 Unpacking libxml-sax-base-perl (1.09-1.1) ...
13:49:33 #9 33.08 Selecting previously unselected package libxml-sax-perl.
13:49:33 #9 33.08 Preparing to unpack .../329-libxml-sax-perl_1.02+dfsg-3_all.deb ...
13:49:33 #9 33.09 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
13:49:33 #9 33.12 Selecting previously unselected package libxml-libxml-perl.
13:49:33 #9 33.12 Preparing to unpack .../330-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_armhf.deb ...
13:49:33 #9 33.13 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
13:49:33 #9 33.17 Selecting previously unselected package libxml-parser-perl:armhf.
13:49:33 #9 33.17 Preparing to unpack .../331-libxml-parser-perl_2.46-3build1_armhf.deb ...
13:49:33 #9 33.17 Unpacking libxml-parser-perl:armhf (2.46-3build1) ...
13:49:33 #9 33.21 Selecting previously unselected package libxml-sax-expat-perl.
13:49:33 #9 33.22 Preparing to unpack .../332-libxml-sax-expat-perl_0.51-1_all.deb ...
13:49:33 #9 33.22 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:49:33 #9 33.25 Selecting previously unselected package libyaml-libyaml-perl.
13:49:33 #9 33.25 Preparing to unpack .../333-libyaml-libyaml-perl_0.83+ds-1build1_armhf.deb ...
13:49:33 #9 33.25 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
13:49:33 #9 33.28 Selecting previously unselected package licensecheck.
13:49:33 #9 33.28 Preparing to unpack .../334-licensecheck_3.2.14-2_all.deb ...
13:49:33 #9 33.29 Unpacking licensecheck (3.2.14-2) ...
13:49:33 #9 33.33 Selecting previously unselected package libdevel-size-perl.
13:49:33 #9 33.33 Preparing to unpack .../335-libdevel-size-perl_0.83-1build4_armhf.deb ...
13:49:33 #9 33.33 Unpacking libdevel-size-perl (0.83-1build4) ...
13:49:33 #9 33.36 Selecting previously unselected package libipc-run3-perl.
13:49:33 #9 33.36 Preparing to unpack .../336-libipc-run3-perl_0.048-2_all.deb ...
13:49:33 #9 33.36 Unpacking libipc-run3-perl (0.048-2) ...
13:49:33 #9 33.39 Selecting previously unselected package lzip.
13:49:33 #9 33.40 Preparing to unpack .../337-lzip_1.23-1_armhf.deb ...
13:49:33 #9 33.40 Unpacking lzip (1.23-1) ...
13:49:33 #9 33.43 Selecting previously unselected package lzop.
13:49:33 #9 33.43 Preparing to unpack .../338-lzop_1.04-2build2_armhf.deb ...
13:49:33 #9 33.43 Unpacking lzop (1.04-2build2) ...
13:49:33 #9 33.46 Selecting previously unselected package t1utils.
13:49:33 #9 33.46 Preparing to unpack .../339-t1utils_1.41-4build2_armhf.deb ...
13:49:33 #9 33.47 Unpacking t1utils (1.41-4build2) ...
13:49:33 #9 33.50 Selecting previously unselected package unzip.
13:49:33 #9 33.50 Preparing to unpack .../340-unzip_6.0-26ubuntu3_armhf.deb ...
13:49:33 #9 33.50 Unpacking unzip (6.0-26ubuntu3) ...
13:49:33 #9 33.54 Selecting previously unselected package lintian.
13:49:34 #9 33.54 Preparing to unpack .../341-lintian_2.114.0ubuntu1.1_all.deb ...
13:49:34 #9 33.55 Unpacking lintian (2.114.0ubuntu1.1) ...
13:49:34 #9 33.79 Selecting previously unselected package manpages-dev.
13:49:34 #9 33.80 Preparing to unpack .../342-manpages-dev_5.10-1ubuntu1_all.deb ...
13:49:34 #9 33.80 Unpacking manpages-dev (5.10-1ubuntu1) ...
13:49:34 #9 34.04 Selecting previously unselected package python3-certifi.
13:49:34 #9 34.04 Preparing to unpack .../343-python3-certifi_2020.6.20-1_all.deb ...
13:49:34 #9 34.04 Unpacking python3-certifi (2020.6.20-1) ...
13:49:34 #9 34.08 Selecting previously unselected package python3-idna.
13:49:34 #9 34.08 Preparing to unpack .../344-python3-idna_3.3-1_all.deb ...
13:49:34 #9 34.09 Unpacking python3-idna (3.3-1) ...
13:49:34 #9 34.12 Selecting previously unselected package python3-six.
13:49:34 #9 34.12 Preparing to unpack .../345-python3-six_1.16.0-3ubuntu1_all.deb ...
13:49:34 #9 34.12 Unpacking python3-six (1.16.0-3ubuntu1) ...
13:49:34 #9 34.15 Selecting previously unselected package python3-urllib3.
13:49:34 #9 34.15 Preparing to unpack .../346-python3-urllib3_1.26.5-1~exp1_all.deb ...
13:49:34 #9 34.16 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
13:49:34 #9 34.19 Selecting previously unselected package python3-requests.
13:49:34 #9 34.20 Preparing to unpack .../347-python3-requests_2.25.1+dfsg-2_all.deb ...
13:49:34 #9 34.20 Unpacking python3-requests (2.25.1+dfsg-2) ...
13:49:34 #9 34.23 Selecting previously unselected package python3-unidiff.
13:49:34 #9 34.23 Preparing to unpack .../348-python3-unidiff_0.5.5-2_all.deb ...
13:49:34 #9 34.24 Unpacking python3-unidiff (0.5.5-2) ...
13:49:34 #9 34.27 Selecting previously unselected package python3-xdg.
13:49:34 #9 34.27 Preparing to unpack .../349-python3-xdg_0.27-2_all.deb ...
13:49:34 #9 34.27 Unpacking python3-xdg (0.27-2) ...
13:49:34 #9 34.30 Selecting previously unselected package equivs.
13:49:34 #9 34.30 Preparing to unpack .../350-equivs_2.3.1_all.deb ...
13:49:34 #9 34.31 Unpacking equivs (2.3.1) ...
13:49:34 #9 34.33 Selecting previously unselected package libauthen-sasl-perl.
13:49:34 #9 34.33 Preparing to unpack .../351-libauthen-sasl-perl_2.1600-1.1_all.deb ...
13:49:34 #9 34.34 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
13:49:34 #9 34.37 Selecting previously unselected package python3-magic.
13:49:34 #9 34.37 Preparing to unpack .../352-python3-magic_2%3a0.4.24-2_all.deb ...
13:49:34 #9 34.37 Unpacking python3-magic (2:0.4.24-2) ...
13:49:34 #9 34.41 Setting up libksba8:armhf (1.6.0-2build1) ...
13:49:34 #9 34.43 Setting up media-types (7.0.0) ...
13:49:34 #9 34.44 Setting up libpipeline1:armhf (1.5.5-1) ...
13:49:34 #9 34.45 Setting up wdiff (1.2.2-2build3) ...
13:49:34 #9 34.46 Setting up gcc-11-base:armhf (11.2.0-19ubuntu1) ...
13:49:34 #9 34.47 Setting up libxau6:armhf (1:1.0.9-1build5) ...
13:49:34 #9 34.48 Setting up libre2-9:armhf (20220201+dfsg-1) ...
13:49:34 #9 34.49 Setting up lto-disabled-list (24) ...
13:49:34 #9 34.50 Setting up libpsl5:armhf (0.21.0-1.2build2) ...
13:49:34 #9 34.51 Setting up bsdextrautils (2.37.2-4ubuntu3) ...
13:49:34 #9 34.52 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
13:49:34 #9 34.52 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
13:49:34 #9 34.53 Setting up libtext-glob-perl (0.11-2) ...
13:49:34 #9 34.54 Setting up libmagic-mgc (1:5.41-3) ...
13:49:34 #9 34.55 Setting up libyaml-0-2:armhf (0.2.2-1build2) ...
13:49:34 #9 34.56 Setting up distro-info-data (0.52ubuntu0.1) ...
13:49:34 #9 34.57 Setting up manpages (5.10-1ubuntu1) ...
13:49:34 #9 34.58 Setting up unzip (6.0-26ubuntu3) ...
13:49:34 #9 34.59 Setting up libcbor0.8:armhf (0.8.0-2ubuntu1) ...
13:49:34 #9 34.60 Setting up libbrotli1:armhf (1.0.9-2build6) ...
13:49:34 #9 34.61 Setting up libsqlite3-0:armhf (3.37.2-2) ...
13:49:34 #9 34.62 Setting up libsasl2-modules:armhf (2.1.27+dfsg2-3ubuntu1) ...
13:49:34 #9 34.64 Setting up binutils-common:armhf (2.38-3ubuntu1) ...
13:49:35 #9 34.65 Setting up libnghttp2-14:armhf (1.43.0-1build3) ...
13:49:35 #9 34.66 Setting up libmagic1:armhf (1:5.41-3) ...
13:49:35 #9 34.67 Setting up libdeflate0:armhf (1.10-2) ...
13:49:35 #9 34.68 Setting up less (590-1build1) ...
13:49:35 #9 34.70 Setting up perl-openssl-defaults:armhf (5build2) ...
13:49:35 #9 34.71 Setting up linux-libc-dev:armhf (5.15.0-33.34) ...
13:49:35 #9 34.72 Setting up libctf-nobfd0:armhf (2.38-3ubuntu1) ...
13:49:35 #9 34.73 Setting up gettext-base (0.21-4ubuntu4) ...
13:49:35 #9 34.74 Setting up liblzo2-2:armhf (2.10-2build3) ...
13:49:35 #9 34.75 Setting up libnpth0:armhf (1.6-3build2) ...
13:49:35 #9 34.76 Setting up file (1:5.41-3) ...
13:49:35 #9 34.78 Setting up libassuan0:armhf (2.5.5-1build1) ...
13:49:35 #9 34.78 Setting up libgomp1:armhf (12-20220319-1ubuntu1) ...
13:49:35 #9 34.79 Setting up perl-modules-5.34 (5.34.0-3ubuntu1) ...
13:49:35 #9 34.80 Setting up bzip2 (1.0.8-5build1) ...
13:49:35 #9 34.81 Setting up libldap-common (2.5.11+dfsg-1~exp1ubuntu3.1) ...
13:49:35 #9 34.83 Setting up libjbig0:armhf (2.1-3.1build3) ...
13:49:35 #9 34.84 Setting up libfakeroot:armhf (1.28-1ubuntu1) ...
13:49:35 #9 34.85 Setting up libasan6:armhf (11.2.0-19ubuntu1) ...
13:49:35 #9 34.86 Setting up libnumber-compare-perl (0.03-2) ...
13:49:35 #9 34.87 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1) ...
13:49:35 #9 34.88 Setting up fakeroot (1.28-1ubuntu1) ...
13:49:35 #9 34.88 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:49:35 #9 34.89 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:35 #9 34.89 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:35 #9 34.89 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:35 #9 34.89 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:35 #9 34.89 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:35 #9 34.89 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:35 #9 34.89 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:35 #9 34.89 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
13:49:35 #9 34.90 Setting up autotools-dev (20220109.1) ...
13:49:35 #9 34.91 Setting up libtirpc-dev:armhf (1.3.2-2build1) ...
13:49:35 #9 34.92 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
13:49:35 #9 34.92 Setting up libx11-data (2:1.7.5-1) ...
13:49:35 #9 34.93 Setting up make (4.3-4.1build1) ...
13:49:35 #9 34.94 Setting up libmpfr6:armhf (4.1.0-3build3) ...
13:49:35 #9 34.95 Setting up gnupg-l10n (2.2.27-3ubuntu2) ...
13:49:35 #9 34.96 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
13:49:35 #9 34.97 Setting up lzip (1.23-1) ...
13:49:35 #9 34.98 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
13:49:35 #9 34.98 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
13:49:35 #9 34.98 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
13:49:35 #9 34.98 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
13:49:35 #9 34.99 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
13:49:35 #9 34.99 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
13:49:35 #9 34.99 Setting up strace (5.16-0ubuntu3) ...
13:49:35 #9 35.00 Setting up libsigsegv2:armhf (2.13-1ubuntu3) ...
13:49:35 #9 35.01 Setting up xz-utils (5.2.5-2ubuntu1) ...
13:49:35 #9 35.02 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:49:35 #9 35.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
13:49:35 #9 35.02 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
13:49:35 #9 35.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
13:49:35 #9 35.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
13:49:35 #9 35.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
13:49:35 #9 35.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
13:49:35 #9 35.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
13:49:35 #9 35.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
13:49:35 #9 35.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
13:49:35 #9 35.02 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
13:49:35 #9 35.03 Setting up t1utils (1.41-4build2) ...
13:49:35 #9 35.04 Setting up diffstat (1.64-1build2) ...
13:49:35 #9 35.05 Setting up libpng16-16:armhf (1.6.37-3build5) ...
13:49:35 #9 35.05 Setting up libmpc3:armhf (1.2.1-2build1) ...
13:49:35 #9 35.06 Setting up libatomic1:armhf (12-20220319-1ubuntu1) ...
13:49:35 #9 35.07 Setting up patch (2.7.6-7build2) ...
13:49:35 #9 35.08 Setting up autopoint (0.21-4ubuntu4) ...
13:49:35 #9 35.09 Setting up fonts-dejavu-core (2.37-2build1) ...
13:49:35 #9 35.14 Setting up ucf (3.0043) ...
13:49:35 #9 35.23 Setting up libjpeg-turbo8:armhf (2.1.2-0ubuntu1) ...
13:49:35 #9 35.24 Setting up libltdl7:armhf (2.4.6-15build2) ...
13:49:35 #9 35.25 Setting up libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1) ...
13:49:35 #9 35.26 Setting up libssh-4:armhf (0.9.6-2build1) ...
13:49:35 #9 35.27 Setting up libwebp7:armhf (1.2.2-2) ...
13:49:35 #9 35.28 Setting up libubsan1:armhf (12-20220319-1ubuntu1) ...
13:49:35 #9 35.28 Setting up libgcc-11-dev:armhf (11.2.0-19ubuntu1) ...
13:49:35 #9 35.29 Setting up libmd0:armhf (1.0.4-1build1) ...
13:49:35 #9 35.30 Setting up python-apt-common (2.3.0ubuntu2) ...
13:49:35 #9 35.31 Setting up libnsl-dev:armhf (1.3.0-2build2) ...
13:49:35 #9 35.32 Setting up libcrypt-dev:armhf (1:4.4.27-1) ...
13:49:35 #9 35.33 Setting up libuchardet0:armhf (0.0.7-1build2) ...
13:49:35 #9 35.34 Setting up lzop (1.04-2build2) ...
13:49:35 #9 35.35 Setting up libmpdec3:armhf (2.5.1-2build2) ...
13:49:35 #9 35.37 Setting up git-man (1:2.34.1-1ubuntu1.2) ...
13:49:35 #9 35.38 Setting up netbase (6.3) ...
13:49:35 #9 35.40 Setting up libbinutils:armhf (2.38-3ubuntu1) ...
13:49:35 #9 35.41 Setting up libfido2-1:armhf (1.10.0-1) ...
13:49:35 #9 35.42 Setting up libisl23:armhf (0.24-2build1) ...
13:49:35 #9 35.43 Setting up libc-dev-bin (2.35-0ubuntu3) ...
13:49:35 #9 35.44 Setting up openssl (3.0.2-0ubuntu1.2) ...
13:49:35 #9 35.46 Setting up libbsd0:armhf (0.11.5-1) ...
13:49:35 #9 35.47 Setting up libelf1:armhf (0.186-1build1) ...
13:49:35 #9 35.48 Setting up readline-common (8.1.2-1) ...
13:49:35 #9 35.49 Setting up publicsuffix (20211207.1025-1) ...
13:49:35 #9 35.50 Setting up zstd (1.4.8+dfsg-3build1) ...
13:49:35 #9 35.51 Setting up libmarkdown2:armhf (2.2.7-2) ...
13:49:35 #9 35.52 Setting up libcc1-0:armhf (12-20220319-1ubuntu1) ...
13:49:35 #9 35.52 Setting up iso-codes (4.9.0-1) ...
13:49:35 #9 35.53 Setting up liblocale-gettext-perl (1.07-4build3) ...
13:49:35 #9 35.55 Setting up dctrl-tools (2.24-3build2) ...
13:49:35 #9 35.56 Setting up libgdbm6:armhf (1.23-1) ...
13:49:35 #9 35.57 Setting up libicu70:armhf (70.1-2) ...
13:49:35 #9 35.58 Setting up libctf0:armhf (2.38-3ubuntu1) ...
13:49:35 #9 35.59 Setting up libjpeg8:armhf (8c-2ubuntu10) ...
13:49:35 #9 35.60 Setting up pinentry-curses (1.1.1-1build2) ...
13:49:35 #9 35.61 Setting up cpp-11 (11.2.0-19ubuntu1) ...
13:49:35 #9 35.62 Setting up manpages-dev (5.10-1ubuntu1) ...
13:49:36 #9 35.63 Setting up libdw1:armhf (0.186-1build1) ...
13:49:36 #9 35.64 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu5) ...
13:49:36 #9 35.65 Setting up libxcb1:armhf (1.14-3ubuntu3) ...
13:49:36 #9 35.65 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
13:49:36 #9 35.79 Setting up libedit2:armhf (3.1-20210910-1build1) ...
13:49:36 #9 35.79 Setting up libreadline8:armhf (8.1.2-1) ...
13:49:36 #9 35.80 Setting up m4 (1.4.18-5ubuntu2) ...
13:49:36 #9 35.81 Setting up libldap-2.5-0:armhf (2.5.11+dfsg-1~exp1ubuntu3.1) ...
13:49:36 #9 35.82 Setting up libpython3.10-stdlib:armhf (3.10.4-3) ...
13:49:36 #9 35.83 Setting up ca-certificates (20211016) ...
13:49:36 #9 36.16 Updating certificates in /etc/ssl/certs...
13:49:37 #9 36.60 127 added, 0 removed; done.
13:49:37 #9 36.62 Setting up libfreetype6:armhf (2.11.1+dfsg-1build1) ...
13:49:37 #9 36.63 Setting up libgdbm-compat4:armhf (1.23-1) ...
13:49:37 #9 36.64 Setting up dwz (0.14-1build2) ...
13:49:37 #9 36.65 Setting up groff-base (1.22.4-8build1) ...
13:49:37 #9 36.66 Setting up cpp (4:11.2.0-1ubuntu1) ...
13:49:37 #9 36.68 Setting up gpgconf (2.2.27-3ubuntu2) ...
13:49:37 #9 36.69 Setting up debugedit (1:5.0-4build1) ...
13:49:37 #9 36.70 Setting up libcurl4:armhf (7.81.0-1ubuntu1.2) ...
13:49:37 #9 36.70 Setting up libc6-dev:armhf (2.35-0ubuntu3) ...
13:49:37 #9 36.71 Setting up libx11-6:armhf (2:1.7.5-1) ...
13:49:37 #9 36.72 Setting up libtiff5:armhf (4.3.0-6) ...
13:49:37 #9 36.73 Setting up curl (7.81.0-1ubuntu1.2) ...
13:49:37 #9 36.74 Setting up libfontconfig1:armhf (2.13.1-4.2ubuntu5) ...
13:49:37 #9 36.75 Setting up binutils-arm-linux-gnueabihf (2.38-3ubuntu1) ...
13:49:37 #9 36.76 Setting up libxml2:armhf (2.9.13+dfsg-1ubuntu0.1) ...
13:49:37 #9 36.77 Setting up libxmuu1:armhf (2:1.1.3-3) ...
13:49:37 #9 36.78 Setting up gpg (2.2.27-3ubuntu2) ...
13:49:37 #9 36.79 Setting up libpython3-stdlib:armhf (3.10.4-0ubuntu2) ...
13:49:37 #9 36.80 Setting up gnupg-utils (2.2.27-3ubuntu2) ...
13:49:37 #9 36.81 Setting up libperl5.34:armhf (5.34.0-3ubuntu1) ...
13:49:37 #9 36.82 Setting up gettext (0.21-4ubuntu4) ...
13:49:37 #9 36.83 Setting up gpg-agent (2.2.27-3ubuntu2) ...
13:49:37 #9 37.30 Setting up python3.10 (3.10.4-3) ...
13:49:38 #9 38.07 Setting up libxpm4:armhf (1:3.5.12-1build2) ...
13:49:38 #9 38.08 Setting up openssh-client (1:8.9p1-3) ...
13:49:38 #9 38.15 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
13:49:38 #9 38.15 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
13:49:38 #9 38.15 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
13:49:38 #9 38.15 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
13:49:38 #9 38.15 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
13:49:38 #9 38.15 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
13:49:38 #9 38.16 Setting up gpgsm (2.2.27-3ubuntu2) ...
13:49:38 #9 38.17 Setting up libxext6:armhf (2:1.3.4-1build1) ...
13:49:38 #9 38.18 Setting up libcurl3-gnutls:armhf (7.81.0-1ubuntu1.2) ...
13:49:38 #9 38.19 Setting up python3 (3.10.4-0ubuntu2) ...
13:49:38 #9 38.49 Setting up binutils (2.38-3ubuntu1) ...
13:49:38 #9 38.50 Setting up python3-xdg (0.27-2) ...
13:49:38 #9 38.66 Setting up man-db (2.10.2-1) ...
13:49:39 #9 38.76 Building database of manual pages ...
13:49:39 #9 38.96 Setting up libgpgme11:armhf (1.16.0-1.2ubuntu4) ...
13:49:39 #9 38.98 Setting up python3-six (1.16.0-3ubuntu1) ...
13:49:39 #9 39.11 Setting up dirmngr (2.2.27-3ubuntu2) ...
13:49:39 #9 39.25 Setting up perl (5.34.0-3ubuntu1) ...
13:49:39 #9 39.26 Setting up libpackage-stash-xs-perl (0.29-1build5) ...
13:49:39 #9 39.27 Setting up libclass-data-inheritable-perl (0.08-3) ...
13:49:39 #9 39.28 Setting up libxs-parse-keyword-perl (0.21-1build1) ...
13:49:39 #9 39.29 Setting up python3-gpg (1.16.0-1.2ubuntu4) ...
13:49:39 #9 39.48 Setting up libdata-dump-perl (1.25-1) ...
13:49:39 #9 39.49 Setting up python3-certifi (2020.6.20-1) ...
13:49:39 #9 39.60 Setting up libfile-find-rule-perl (0.34-1) ...
13:49:40 #9 39.62 Setting up libref-util-perl (0.204-1) ...
13:49:40 #9 39.63 Setting up libipc-system-simple-perl (1.30-1) ...
13:49:40 #9 39.64 Setting up libnet-domain-tld-perl (1.75-1.1) ...
13:49:40 #9 39.65 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
13:49:40 #9 39.66 Setting up libsocket6-perl (0.29-1build4) ...
13:49:40 #9 39.67 Setting up libio-prompt-tiny-perl (0.003-1) ...
13:49:40 #9 39.68 Setting up libhash-fieldhash-perl (0.15-1build5) ...
13:49:40 #9 39.69 Setting up libgd3:armhf (2.3.0-2ubuntu2) ...
13:49:40 #9 39.70 Setting up libvariable-magic-perl (0.62-1build5) ...
13:49:40 #9 39.71 Setting up python3-idna (3.3-1) ...
13:49:40 #9 39.92 Setting up libio-html-perl (1.004-2) ...
13:49:40 #9 39.93 Setting up libpod-parser-perl (1.63-2) ...
13:49:40 #9 39.98 Setting up libb-hooks-op-check-perl (0.22-1build5) ...
13:49:40 #9 39.99 Setting up liblist-moreutils-xs-perl (0.430-2build2) ...
13:49:40 #9 40.00 Setting up libparams-util-perl (1.102-1build3) ...
13:49:40 #9 40.01 Setting up libdpkg-perl (1.21.1ubuntu2.1) ...
13:49:40 #9 40.02 Setting up libtime-duration-perl (1.21-1) ...
13:49:40 #9 40.03 Setting up autoconf (2.71-2) ...
13:49:40 #9 40.04 Setting up python3-urllib3 (1.26.5-1~exp1) ...
13:49:40 #9 40.21 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:49:40 #9 40.22 Setting up libarray-intspan-perl (2.004-1) ...
13:49:40 #9 40.23 Setting up libcapture-tiny-perl (0.48-1) ...
13:49:40 #9 40.24 Setting up libtimedate-perl (2.3300-2) ...
13:49:40 #9 40.25 Setting up libstdc++-11-dev:armhf (11.2.0-19ubuntu1) ...
13:49:40 #9 40.26 Setting up gpg-wks-server (2.2.27-3ubuntu2) ...
13:49:40 #9 40.26 Setting up libsub-name-perl (0.26-1build3) ...
13:49:40 #9 40.27 Setting up libtype-tiny-xs-perl (0.022-1build2) ...
13:49:40 #9 40.28 Setting up libsyntax-keyword-try-perl (0.26-1build1) ...
13:49:40 #9 40.29 Setting up libdata-validate-domain-perl (0.10-1.1) ...
13:49:40 #9 40.30 Setting up libproc-processtable-perl:armhf (0.634-1build1) ...
13:49:40 #9 40.31 Setting up libfile-chdir-perl (0.1008-1.1) ...
13:49:40 #9 40.32 Setting up gcc-11 (11.2.0-19ubuntu1) ...
13:49:40 #9 40.33 Setting up xauth (1:1.1-1build2) ...
13:49:40 #9 40.34 Setting up libpath-tiny-perl (0.122-1) ...
13:49:40 #9 40.35 Setting up libarchive-cpio-perl (0.10-1.1) ...
13:49:40 #9 40.36 Setting up libjson-perl (4.04000-1) ...
13:49:40 #9 40.36 Setting up libipc-run3-perl (0.048-2) ...
13:49:40 #9 40.38 Setting up libsub-override-perl (0.09-2) ...
13:49:40 #9 40.39 Setting up libaliased-perl (0.34-1.1) ...
13:49:40 #9 40.40 Setting up python3-unidiff (0.5.5-2) ...
13:49:40 #9 40.52 Setting up libstrictures-perl (2.000006-1) ...
13:49:40 #9 40.53 Setting up libsub-quote-perl (2.006006-1) ...
13:49:40 #9 40.54 Setting up libdevel-stacktrace-perl (2.0400-1) ...
13:49:40 #9 40.55 Setting up libclass-xsaccessor-perl (1.19-3build9) ...
13:49:40 #9 40.56 Setting up libsort-versions-perl (1.62-1) ...
13:49:40 #9 40.57 Setting up libexporter-tiny-perl (1.002002-1) ...
13:49:40 #9 40.58 Setting up libre-engine-re2-perl:armhf (0.14-1build2) ...
13:49:40 #9 40.59 Setting up libfile-dirlist-perl (0.05-2) ...
13:49:41 #9 40.60 Setting up libterm-readkey-perl (2.38-1build4) ...
13:49:41 #9 40.61 Setting up lsb-release (11.1.0ubuntu4) ...
13:49:41 #9 40.62 Setting up python3-magic (2:0.4.24-2) ...
13:49:41 #9 40.75 Setting up libtext-levenshteinxs-perl (0.03-4build10) ...
13:49:41 #9 40.76 Setting up libperlio-gzip-perl (0.19-1build8) ...
13:49:41 #9 40.77 Setting up libsys-hostname-long-perl (1.5-2) ...
13:49:41 #9 40.78 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
13:49:41 #9 40.79 Setting up libsereal-decoder-perl (4.023+ds-1) ...
13:49:41 #9 40.80 Setting up liburi-perl (5.10-1) ...
13:49:41 #9 40.81 Setting up libnet-ipv6addr-perl (1.02-1) ...
13:49:41 #9 40.82 Setting up libfile-touch-perl (0.12-1) ...
13:49:41 #9 40.82 Setting up libc-devtools (2.35-0ubuntu3) ...
13:49:41 #9 40.83 Setting up libemail-address-xs-perl (1.04-1build6) ...
13:49:41 #9 40.84 Setting up libnet-ssleay-perl:armhf (1.92-1build2) ...
13:49:41 #9 40.85 Setting up python3-pkg-resources (59.6.0-1.2) ...
13:49:41 #9 41.05 Setting up automake (1:1.16.5-1.3) ...
13:49:41 #9 41.05 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:49:41 #9 41.05 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
13:49:41 #9 41.05 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
13:49:41 #9 41.06 Setting up libapt-pkg-perl (0.1.40build2) ...
13:49:41 #9 41.07 Setting up libstring-escape-perl (2010.002-2) ...
13:49:41 #9 41.08 Setting up libhttp-date-perl (6.05-1) ...
13:49:41 #9 41.09 Setting up libfile-which-perl (1.23-1) ...
13:49:41 #9 41.10 Setting up libfile-basedir-perl (0.09-1) ...
13:49:41 #9 41.10 Setting up libunicode-utf8-perl (0.62-1build4) ...
13:49:41 #9 41.12 Setting up libset-intspan-perl (1.19-2) ...
13:49:41 #9 41.14 Setting up libmouse-perl (2.5.10-1build4) ...
13:49:41 #9 41.15 Setting up libfile-listing-perl (6.14-1) ...
13:49:41 #9 41.16 Setting up gpg-wks-client (2.2.27-3ubuntu2) ...
13:49:41 #9 41.17 Setting up libregexp-pattern-perl (0.2.14-1) ...
13:49:41 #9 41.18 Setting up libdata-messagepack-perl (1.01-2build1) ...
13:49:41 #9 41.18 Setting up libfont-afm-perl (1.20-3) ...
13:49:41 #9 41.19 Setting up libwant-perl (0.29-1build7) ...
13:49:41 #9 41.20 Setting up libdynaloader-functions-perl (0.003-1.1) ...
13:49:41 #9 41.21 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:49:41 #9 41.22 Setting up liblist-compare-perl (0.55-1) ...
13:49:41 #9 41.23 Setting up libref-util-xs-perl (0.117-1build5) ...
13:49:41 #9 41.24 Setting up libio-pty-perl (1:1.15-2build2) ...
13:49:41 #9 41.25 Setting up libtool (2.4.6-15build2) ...
13:49:41 #9 41.26 Setting up g++-11 (11.2.0-19ubuntu1) ...
13:49:41 #9 41.27 Setting up libfile-fcntllock-perl (0.22-3build7) ...
13:49:41 #9 41.28 Setting up libclone-perl (0.45-1build3) ...
13:49:41 #9 41.29 Setting up libalgorithm-diff-perl (1.201-1) ...
13:49:41 #9 41.30 Setting up libarchive-zip-perl (1.68-1) ...
13:49:41 #9 41.31 Setting up libsub-identify-perl (0.14-1build5) ...
13:49:41 #9 41.32 Setting up libdistro-info-perl (1.1build1) ...
13:49:41 #9 41.33 Setting up libcpanel-json-xs-perl:armhf (4.27-1build1) ...
13:49:41 #9 41.34 Setting up python3-apt (2.3.0ubuntu2) ...
13:49:41 #9 41.49 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
13:49:41 #9 41.50 Setting up liblist-moreutils-perl (0.430-2) ...
13:49:41 #9 41.51 Setting up libhtml-tagset-perl (3.20-4) ...
13:49:41 #9 41.52 Setting up liblog-any-perl (1.710-1) ...
13:49:41 #9 41.53 Setting up libauthen-sasl-perl (2.1600-1.1) ...
13:49:41 #9 41.54 Setting up libdevel-size-perl (0.83-1build4) ...
13:49:41 #9 41.55 Setting up libdebhelper-perl (13.6ubuntu1) ...
13:49:41 #9 41.56 Setting up libpod-constants-perl (0.19-2) ...
13:49:41 #9 41.57 Setting up libregexp-pattern-license-perl (3.9.3-1) ...
13:49:41 #9 41.58 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:49:41 #9 41.59 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
13:49:41 #9 41.60 Setting up libio-interactive-perl (1.023-1) ...
13:49:41 #9 41.61 Setting up libtry-tiny-perl (0.31-1) ...
13:49:41 #9 41.62 Setting up libtype-tiny-perl (1.012004-1) ...
13:49:41 #9 41.63 Setting up libcommon-sense-perl:armhf (3.75-2build1) ...
13:49:41 #9 41.63 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
13:49:41 #9 41.64 Setting up libnet-http-perl (6.22-1) ...
13:49:41 #9 41.65 Setting up libpath-iterator-rule-perl (1.015-1) ...
13:49:41 #9 41.66 Setting up libtext-markdown-discount-perl:armhf (0.13-1build1) ...
13:49:42 #9 41.67 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
13:49:42 #9 41.68 Setting up libtime-moment-perl (0.44-1build6) ...
13:49:42 #9 41.69 Setting up libencode-locale-perl (1.05-1.1) ...
13:49:42 #9 41.70 Setting up libexception-class-perl (1.45-1) ...
13:49:42 #9 41.71 Setting up libmath-base85-perl (0.5+dfsg-1) ...
13:49:42 #9 41.72 Setting up libconfig-tiny-perl (2.28-1) ...
13:49:42 #9 41.73 Setting up libsereal-encoder-perl:armhf (4.023+ds-1) ...
13:49:42 #9 41.74 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
13:49:42 #9 41.75 Setting up liblist-utilsby-perl (0.11-1) ...
13:49:42 #9 41.76 Setting up libstring-shellquote-perl (1.04-1) ...
13:49:42 #9 41.77 Setting up libnet-netmask-perl (2.0001-1) ...
13:49:42 #9 41.77 Setting up libsub-install-perl (0.928-1.1) ...
13:49:42 #9 41.78 Setting up gcc (4:11.2.0-1ubuntu1) ...
13:49:42 #9 41.80 Setting up dpkg-dev (1.21.1ubuntu2.1) ...
13:49:42 #9 41.82 Setting up intltool-debian (0.35.0+20060710.5) ...
13:49:42 #9 41.83 Setting up liberror-perl (0.17029-1) ...
13:49:42 #9 41.84 Setting up dh-autoreconf (20) ...
13:49:42 #9 41.85 Setting up patchutils (0.4.2-1build2) ...
13:49:42 #9 41.86 Setting up libmail-sendmail-perl (0.80-1.1) ...
13:49:42 #9 41.86 Setting up libltdl-dev:armhf (2.4.6-15build2) ...
13:49:42 #9 41.87 Setting up libjson-maybexs-perl (1.004003-1) ...
13:49:42 #9 41.88 Setting up libxml-sax-base-perl (1.09-1.1) ...
13:49:42 #9 41.89 Setting up libio-string-perl (1.08-3.1) ...
13:49:42 #9 41.90 Setting up libreadonly-perl (2.050-3) ...
13:49:42 #9 41.91 Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ...
13:49:42 #9 41.92 Setting up python3-chardet (4.0.0-1) ...
13:49:42 #9 42.22 Setting up libstring-copyright-perl (0.003012-1) ...
13:49:42 #9 42.23 Setting up python3-debian (0.1.43ubuntu1) ...
13:49:42 #9 42.41 Setting up python3-requests (2.25.1+dfsg-2) ...
13:49:42 #9 42.56 Setting up libdata-optlist-perl (0.112-1) ...
13:49:42 #9 42.57 Setting up libipc-run-perl (20200505.0-1) ...
13:49:42 #9 42.58 Setting up git (1:2.34.1-1ubuntu1.2) ...
13:49:42 #9 42.59 Setting up libtext-xslate-perl:armhf (3.5.9-1build1) ...
13:49:42 #9 42.60 Setting up libcontextual-return-perl (0.004014-2) ...
13:49:42 #9 42.61 Setting up libwww-robotrules-perl (6.02-1) ...
13:49:42 #9 42.62 Setting up libtypes-serialiser-perl (1.01-1) ...
13:49:42 #9 42.63 Setting up g++ (4:11.2.0-1ubuntu1) ...
13:49:42 #9 42.66 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:49:42 #9 42.66 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
13:49:42 #9 42.66 Setting up libhtml-parser-perl:armhf (3.76-1build2) ...
13:49:42 #9 42.67 Setting up libgit-wrapper-perl (0.048-1) ...
13:49:42 #9 42.68 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
13:49:43 #9 42.69 Setting up librole-tiny-perl (2.002004-1) ...
13:49:43 #9 42.70 Setting up gnupg (2.2.27-3ubuntu2) ...
13:49:43 #9 42.72 Setting up build-essential (12.9ubuntu3) ...
13:49:43 #9 42.73 Setting up libfont-ttf-perl (1.06-1.1) ...
13:49:43 #9 42.73 Setting up libfile-homedir-perl (1.006-1) ...
13:49:43 #9 42.74 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
13:49:43 #9 42.75 Setting up libio-socket-ssl-perl (2.074-2) ...
13:49:43 #9 42.76 Setting up libsub-exporter-perl (0.988-1) ...
13:49:43 #9 42.77 Setting up libalgorithm-merge-perl (0.08-3) ...
13:49:43 #9 42.78 Setting up libhttp-message-perl (6.36-1) ...
13:49:43 #9 42.79 Setting up libdata-validate-ip-perl (0.30-1) ...
13:49:43 #9 42.79 Setting up libhtml-form-perl (6.07-1) ...
13:49:43 #9 42.80 Setting up libiterator-perl (0.03+ds1-1.1) ...
13:49:43 #9 42.81 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
13:49:43 #9 42.82 Setting up libjson-xs-perl (4.030-1build3) ...
13:49:43 #9 42.83 Setting up libhttp-negotiate-perl (6.01-1) ...
13:49:43 #9 42.84 Setting up libio-prompter-perl (0.004015-1) ...
13:49:43 #9 42.85 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
13:49:43 #9 42.86 Setting up libhttp-cookies-perl (6.10-1) ...
13:49:43 #9 42.87 Setting up po-debconf (1.0.21+nmu1) ...
13:49:43 #9 42.88 Setting up libhtml-tree-perl (5.07-2) ...
13:49:43 #9 42.89 Setting up libparams-classify-perl (0.015-1build5) ...
13:49:43 #9 42.89 Setting up libhtml-format-perl (2.12-1.1) ...
13:49:43 #9 42.90 Setting up libxml-sax-perl (1.02+dfsg-3) ...
13:49:43 #9 42.96 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:49:43 #9 43.02 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:49:43 #9 43.13 
13:49:43 #9 43.13 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:49:43 #9 43.15 Setting up dput (1.1.0ubuntu2) ...
13:49:43 #9 43.30 Setting up libdata-validate-uri-perl (0.07-2) ...
13:49:43 #9 43.31 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:49:43 #9 43.32 Setting up libmodule-runtime-perl (0.016-1) ...
13:49:43 #9 43.33 Setting up libmailtools-perl (2.21-1) ...
13:49:43 #9 43.34 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
13:49:43 #9 43.38 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:49:43 #9 43.46 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:49:43 #9 43.53 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:49:44 #9 43.64 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:49:44 #9 43.67 Setting up dh-strip-nondeterminism (1.13.0-1) ...
13:49:44 #9 43.68 Setting up libconst-fast-perl (0.014-1.1) ...
13:49:44 #9 43.71 Setting up libhttp-daemon-perl (6.13-1) ...
13:49:44 #9 43.72 Setting up libdata-dpath-perl (0.58-1) ...
13:49:44 #9 43.73 Setting up libmodule-implementation-perl (0.09-1.1) ...
13:49:44 #9 43.74 Setting up libpackage-stash-perl (0.39-1) ...
13:49:44 #9 43.74 Setting up libimport-into-perl (1.002005-1) ...
13:49:44 #9 43.75 Setting up libmoo-perl (2.005004-3) ...
13:49:44 #9 43.76 Setting up liblist-someutils-perl (0.58-1) ...
13:49:44 #9 43.77 Setting up debhelper (13.6ubuntu1) ...
13:49:44 #9 43.78 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
13:49:44 #9 43.79 Setting up equivs (2.3.1) ...
13:49:44 #9 43.80 Setting up libmoox-aliases-perl (0.001006-1.1) ...
13:49:44 #9 43.81 Setting up libb-hooks-endofscope-perl (0.25-1) ...
13:49:44 #9 43.82 Setting up libnamespace-clean-perl (0.27-1) ...
13:49:44 #9 43.83 Setting up libnamespace-autoclean-perl (0.29-1) ...
13:49:44 #9 43.83 Setting up libgitlab-api-v4-perl (0.26-1) ...
13:49:44 #9 43.84 Setting up libmoox-struct-perl (0.020-1) ...
13:49:44 #9 43.85 Setting up lintian (2.114.0ubuntu1.1) ...
13:49:44 #9 43.86 Setting up licensecheck (3.2.14-2) ...
13:49:44 #9 43.87 Setting up liblwp-protocol-https-perl (6.10-1) ...
13:49:44 #9 43.88 Setting up libwww-perl (6.61-1) ...
13:49:44 #9 43.89 Setting up devscripts (2.22.1ubuntu1) ...
13:49:44 #9 44.03 Setting up libxml-parser-perl:armhf (2.46-3build1) ...
13:49:44 #9 44.04 Setting up libxml-sax-expat-perl (0.51-1) ...
13:49:44 #9 44.09 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:49:44 #9 44.14 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:49:44 #9 44.26 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:49:44 #9 44.28 Processing triggers for libc-bin (2.35-0ubuntu3) ...
13:49:44 #9 44.30 Processing triggers for ca-certificates (20211016) ...
13:49:44 #9 44.31 Updating certificates in /etc/ssl/certs...
13:49:45 #9 44.61 0 added, 0 removed; done.
13:49:45 #9 44.61 Running hooks in /etc/ca-certificates/update.d...
13:49:45 #9 44.61 done.
13:49:45 #9 DONE 45.2s
13:49:45 
13:49:45 #11 [stage-1 4/9] COPY common /root/build-deb/debian
13:49:45 #11 sha256:7a64da25d311da9d6c4396b4f965cbaaecc8ff289ab68308de53379d3b117a6a
13:49:45 #11 DONE 0.0s
13:49:45 
13:49:45 #12 [stage-1 5/9] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
13:49:45 #12 sha256:a6dc6dcdc9a30b3aff80ae9fe22ca723bc088df4d78c872a4034fe4670761d26
13:49:46 #12 0.855 Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
13:49:46 #12 0.920 Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
13:49:46 #12 0.995 Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
13:49:46 #12 1.069 Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
13:49:47 #12 1.165 Reading package lists...
13:49:48 #12 2.386 dpkg-buildpackage: info: source package docker-ce-build-deps
13:49:48 #12 2.386 dpkg-buildpackage: info: source version 1.0
13:49:48 #12 2.386 dpkg-buildpackage: info: source distribution unstable
13:49:48 #12 2.386 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
13:49:48 #12 2.420 dpkg-buildpackage: info: host architecture armhf
13:49:48 #12 2.420  dpkg-source --before-build .
13:49:48 #12 2.518  debian/rules clean
13:49:48 #12 2.520 dh clean
13:49:48 #12 2.599    dh_clean
13:49:48 #12 2.631  debian/rules binary
13:49:48 #12 2.633 dh binary
13:49:48 #12 2.701    dh_update_autotools_config
13:49:48 #12 2.728    dh_autoreconf
13:49:48 #12 2.770    create-stamp debian/debhelper-build-stamp
13:49:48 #12 2.770    dh_prep
13:49:48 #12 2.796    dh_auto_install --destdir=debian/docker-ce-build-deps/
13:49:48 #12 2.848    dh_install
13:49:48 #12 2.881    dh_installdocs
13:49:48 #12 2.920    dh_installchangelogs
13:49:48 #12 3.006    dh_perl
13:49:48 #12 3.042    dh_link
13:49:48 #12 3.076    dh_strip_nondeterminism
13:49:48 #12 3.138    dh_compress
13:49:48 #12 3.176    dh_fixperms
13:49:48 #12 3.214    dh_missing
13:49:48 #12 3.240    dh_installdeb
13:49:49 #12 3.274    dh_gencontrol
13:49:49 #12 3.391    dh_md5sums
13:49:49 #12 3.423    dh_builddeb
13:49:49 #12 3.449 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:49:49 #12 3.536  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_armhf.buildinfo
13:49:49 #12 3.683  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_armhf.changes
13:49:49 #12 3.762 dpkg-genchanges: info: binary-only upload (no source code included)
13:49:49 #12 3.764  dpkg-source --after-build .
13:49:49 #12 3.864 dpkg-buildpackage: info: binary-only upload (no source included)
13:49:49 #12 3.869 
13:49:49 #12 3.869 The package has been created.
13:49:49 #12 3.869 Attention, the package has been created in the current directory,
13:49:49 #12 3.869 not in ".." as indicated by the message above!
13:49:49 #12 3.889 Selecting previously unselected package docker-ce-build-deps.
13:49:49 #12 3.904 (Reading database ... 25292 files and directories currently installed.)
13:49:49 #12 3.905 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:49:49 #12 3.908 Unpacking docker-ce-build-deps (1.0) ...
13:49:50 #12 3.994 Reading package lists...
13:49:50 #12 4.933 Building dependency tree...
13:49:50 #12 5.104 Reading state information...
13:49:50 #12 5.109 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:49:51 #12 5.328 Starting 2 pkgProblemResolver with broken count: 0
13:49:51 #12 5.332 Done
13:49:51 #12 5.503  Done
13:49:51 #12 5.686 Starting pkgProblemResolver with broken count: 0
13:49:51 #12 5.719 Starting 2 pkgProblemResolver with broken count: 0
13:49:51 #12 5.722 Done
13:49:51 #12 6.022 The following additional packages will be installed:
13:49:51 #12 6.022   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
13:49:51 #12 6.022   libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:49:51 #12 6.023   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp25
13:49:51 #12 6.023   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
13:49:51 #12 6.023   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libsystemd0
13:49:51 #12 6.023   libudev-dev libudev1 libuv1 pkg-config
13:49:51 #12 6.025 Suggested packages:
13:49:51 #12 6.025   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
13:49:51 #12 6.025 Recommended packages:
13:49:51 #12 6.025   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
13:49:51 #12 6.074 The following NEW packages will be installed:
13:49:51 #12 6.074   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
13:49:51 #12 6.074   libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
13:49:51 #12 6.074   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp25
13:49:51 #12 6.075   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
13:49:51 #12 6.075   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
13:49:51 #12 6.075   libuv1 pkg-config
13:49:51 #12 6.076 The following packages will be upgraded:
13:49:51 #12 6.077   libsystemd0 libudev1
13:49:52 #12 6.492 2 upgraded, 26 newly installed, 0 to remove and 2 not upgraded.
13:49:52 #12 6.492 1 not fully installed or removed.
13:49:52 #12 6.492 Need to get 11.3 MB of archives.
13:49:52 #12 6.492 After this operation, 38.8 MB of additional disk space will be used.
13:49:52 #12 6.492 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bash-completion all 1:2.11-5ubuntu1 [180 kB]
13:49:52 #12 6.864 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive13 armhf 3.6.0-1ubuntu1 [338 kB]
13:49:52 #12 6.982 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjsoncpp25 armhf 1.9.5-3 [72.4 kB]
13:49:52 #12 7.001 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librhash0 armhf 1.4.2-1ubuntu1 [141 kB]
13:49:52 #12 7.025 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libuv1 armhf 1.43.0-1 [76.9 kB]
13:49:52 #12 7.035 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
13:49:52 #12 7.036 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf emacsen-common all 3.0.4 [14.9 kB]
13:49:52 #12 7.038 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf cmake-data all 3.22.1-1ubuntu1 [1912 kB]
13:49:52 #12 7.179 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf cmake armhf 3.22.1-1ubuntu1 [4642 kB]
13:49:52 #12 7.404 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy/universe armhf dh-apparmor all 3.0.4-2ubuntu2 [9472 B]
13:49:52 #12 7.405 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbtrfs0 armhf 5.16.2-1 [12.6 kB]
13:49:52 #12 7.405 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbtrfs-dev armhf 5.16.2-1 [47.0 kB]
13:49:52 #12 7.406 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libudev1 armhf 249.11-0ubuntu3.1 [69.5 kB]
13:49:52 #12 7.407 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1ubuntu4 [134 kB]
13:49:52 #12 7.411 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1ubuntu4 [11.6 kB]
13:49:52 #12 7.412 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libudev-dev armhf 249.11-0ubuntu3.1 [20.7 kB]
13:49:52 #12 7.412 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsepol-dev armhf 3.3-1build1 [357 kB]
13:49:52 #12 7.428 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpcre2-16-0 armhf 10.39-3build1 [173 kB]
13:49:53 #12 7.480 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpcre2-32-0 armhf 10.39-3build1 [163 kB]
13:49:53 #12 7.482 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpcre2-posix3 armhf 10.39-3build1 [5532 B]
13:49:53 #12 7.554 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpcre2-dev armhf 10.39-3build1 [645 kB]
13:49:53 #12 7.564 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libselinux1-dev armhf 3.3-1build2 [153 kB]
13:49:53 #12 7.566 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper-dev armhf 2:1.02.175-2.1ubuntu4 [36.6 kB]
13:49:53 #12 7.567 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libseccomp-dev armhf 2.5.3-2ubuntu2 [89.0 kB]
13:49:53 #12 7.568 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsystemd0 armhf 249.11-0ubuntu3.1 [295 kB]
13:49:53 #12 7.573 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsystemd-dev armhf 249.11-0ubuntu3.1 [306 kB]
13:49:53 #12 7.578 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libglib2.0-0 armhf 2.72.1-1 [1325 kB]
13:49:53 #12 7.649 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pkg-config armhf 0.29.2-1ubuntu3 [46.0 kB]
13:49:53 #12 7.813 debconf: delaying package configuration, since apt-utils is not installed
13:49:53 #12 7.846 Fetched 11.3 MB in 2s (7204 kB/s)
13:49:53 #12 7.868 Selecting previously unselected package bash-completion.
13:49:53 #12 7.868 (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 ... 25296 files and directories currently installed.)
13:49:53 #12 7.883 Preparing to unpack .../00-bash-completion_1%3a2.11-5ubuntu1_all.deb ...
13:49:53 #12 7.894 Unpacking bash-completion (1:2.11-5ubuntu1) ...
13:49:53 #12 7.995 Selecting previously unselected package libarchive13:armhf.
13:49:53 #12 7.998 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_armhf.deb ...
13:49:53 #12 8.005 Unpacking libarchive13:armhf (3.6.0-1ubuntu1) ...
13:49:53 #12 8.037 Selecting previously unselected package libjsoncpp25:armhf.
13:49:53 #12 8.037 Preparing to unpack .../02-libjsoncpp25_1.9.5-3_armhf.deb ...
13:49:53 #12 8.040 Unpacking libjsoncpp25:armhf (1.9.5-3) ...
13:49:53 #12 8.073 Selecting previously unselected package librhash0:armhf.
13:49:53 #12 8.073 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_armhf.deb ...
13:49:53 #12 8.077 Unpacking librhash0:armhf (1.4.2-1ubuntu1) ...
13:49:53 #12 8.107 Selecting previously unselected package libuv1:armhf.
13:49:53 #12 8.110 Preparing to unpack .../04-libuv1_1.43.0-1_armhf.deb ...
13:49:53 #12 8.114 Unpacking libuv1:armhf (1.43.0-1) ...
13:49:53 #12 8.139 Selecting previously unselected package dh-elpa-helper.
13:49:53 #12 8.142 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
13:49:53 #12 8.145 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
13:49:53 #12 8.177 Selecting previously unselected package emacsen-common.
13:49:53 #12 8.179 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
13:49:53 #12 8.189 Unpacking emacsen-common (3.0.4) ...
13:49:53 #12 8.222 Selecting previously unselected package cmake-data.
13:49:53 #12 8.224 Preparing to unpack .../07-cmake-data_3.22.1-1ubuntu1_all.deb ...
13:49:53 #12 8.231 Unpacking cmake-data (3.22.1-1ubuntu1) ...
13:49:54 #12 8.530 Selecting previously unselected package cmake.
13:49:54 #12 8.533 Preparing to unpack .../08-cmake_3.22.1-1ubuntu1_armhf.deb ...
13:49:54 #12 8.536 Unpacking cmake (3.22.1-1ubuntu1) ...
13:49:54 #12 8.650 Selecting previously unselected package dh-apparmor.
13:49:54 #12 8.653 Preparing to unpack .../09-dh-apparmor_3.0.4-2ubuntu2_all.deb ...
13:49:54 #12 8.656 Unpacking dh-apparmor (3.0.4-2ubuntu2) ...
13:49:54 #12 8.684 Selecting previously unselected package libbtrfs0:armhf.
13:49:54 #12 8.686 Preparing to unpack .../10-libbtrfs0_5.16.2-1_armhf.deb ...
13:49:54 #12 8.689 Unpacking libbtrfs0:armhf (5.16.2-1) ...
13:49:54 #12 8.712 Selecting previously unselected package libbtrfs-dev:armhf.
13:49:54 #12 8.714 Preparing to unpack .../11-libbtrfs-dev_5.16.2-1_armhf.deb ...
13:49:54 #12 8.717 Unpacking libbtrfs-dev:armhf (5.16.2-1) ...
13:49:54 #12 8.750 Preparing to unpack .../12-libudev1_249.11-0ubuntu3.1_armhf.deb ...
13:49:54 #12 8.759 Unpacking libudev1:armhf (249.11-0ubuntu3.1) over (249.11-0ubuntu3) ...
13:49:54 #12 8.805 Setting up libudev1:armhf (249.11-0ubuntu3.1) ...
13:49:54 #12 8.846 Selecting previously unselected package libdevmapper1.02.1:armhf.
13:49:54 #12 8.846 (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 ... 29212 files and directories currently installed.)
13:49:54 #12 8.859 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
13:49:54 #12 8.862 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
13:49:54 #12 8.895 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
13:49:54 #12 8.895 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
13:49:54 #12 8.898 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
13:49:54 #12 8.921 Selecting previously unselected package libudev-dev:armhf.
13:49:54 #12 8.924 Preparing to unpack .../02-libudev-dev_249.11-0ubuntu3.1_armhf.deb ...
13:49:54 #12 8.927 Unpacking libudev-dev:armhf (249.11-0ubuntu3.1) ...
13:49:54 #12 8.956 Selecting previously unselected package libsepol-dev:armhf.
13:49:54 #12 8.956 Preparing to unpack .../03-libsepol-dev_3.3-1build1_armhf.deb ...
13:49:54 #12 8.960 Unpacking libsepol-dev:armhf (3.3-1build1) ...
13:49:54 #12 9.001 Selecting previously unselected package libpcre2-16-0:armhf.
13:49:54 #12 9.001 Preparing to unpack .../04-libpcre2-16-0_10.39-3build1_armhf.deb ...
13:49:54 #12 9.005 Unpacking libpcre2-16-0:armhf (10.39-3build1) ...
13:49:54 #12 9.038 Selecting previously unselected package libpcre2-32-0:armhf.
13:49:54 #12 9.039 Preparing to unpack .../05-libpcre2-32-0_10.39-3build1_armhf.deb ...
13:49:54 #12 9.044 Unpacking libpcre2-32-0:armhf (10.39-3build1) ...
13:49:54 #12 9.076 Selecting previously unselected package libpcre2-posix3:armhf.
13:49:54 #12 9.078 Preparing to unpack .../06-libpcre2-posix3_10.39-3build1_armhf.deb ...
13:49:54 #12 9.081 Unpacking libpcre2-posix3:armhf (10.39-3build1) ...
13:49:54 #12 9.107 Selecting previously unselected package libpcre2-dev:armhf.
13:49:54 #12 9.107 Preparing to unpack .../07-libpcre2-dev_10.39-3build1_armhf.deb ...
13:49:54 #12 9.111 Unpacking libpcre2-dev:armhf (10.39-3build1) ...
13:49:54 #12 9.146 Selecting previously unselected package libselinux1-dev:armhf.
13:49:54 #12 9.149 Preparing to unpack .../08-libselinux1-dev_3.3-1build2_armhf.deb ...
13:49:54 #12 9.152 Unpacking libselinux1-dev:armhf (3.3-1build2) ...
13:49:54 #12 9.186 Selecting previously unselected package libdevmapper-dev:armhf.
13:49:55 #12 9.187 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
13:49:55 #12 9.191 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1ubuntu4) ...
13:49:55 #12 9.214 Selecting previously unselected package libseccomp-dev:armhf.
13:49:55 #12 9.216 Preparing to unpack .../10-libseccomp-dev_2.5.3-2ubuntu2_armhf.deb ...
13:49:55 #12 9.220 Unpacking libseccomp-dev:armhf (2.5.3-2ubuntu2) ...
13:49:55 #12 9.252 Preparing to unpack .../11-libsystemd0_249.11-0ubuntu3.1_armhf.deb ...
13:49:55 #12 9.261 Unpacking libsystemd0:armhf (249.11-0ubuntu3.1) over (249.11-0ubuntu3) ...
13:49:55 #12 9.310 Setting up libsystemd0:armhf (249.11-0ubuntu3.1) ...
13:49:55 #12 9.341 Selecting previously unselected package libsystemd-dev:armhf.
13:49:55 #12 9.341 (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 ... 29742 files and directories currently installed.)
13:49:55 #12 9.357 Preparing to unpack .../libsystemd-dev_249.11-0ubuntu3.1_armhf.deb ...
13:49:55 #12 9.360 Unpacking libsystemd-dev:armhf (249.11-0ubuntu3.1) ...
13:49:55 #12 9.415 Selecting previously unselected package libglib2.0-0:armhf.
13:49:55 #12 9.417 Preparing to unpack .../libglib2.0-0_2.72.1-1_armhf.deb ...
13:49:55 #12 9.421 Unpacking libglib2.0-0:armhf (2.72.1-1) ...
13:49:55 #12 9.475 Selecting previously unselected package pkg-config.
13:49:55 #12 9.478 Preparing to unpack .../pkg-config_0.29.2-1ubuntu3_armhf.deb ...
13:49:55 #12 9.481 Unpacking pkg-config (0.29.2-1ubuntu3) ...
13:49:55 #12 9.516 Setting up libseccomp-dev:armhf (2.5.3-2ubuntu2) ...
13:49:55 #12 9.526 Setting up libarchive13:armhf (3.6.0-1ubuntu1) ...
13:49:55 #12 9.535 Setting up libglib2.0-0:armhf (2.72.1-1) ...
13:49:55 #12 9.544 No schema files found: doing nothing.
13:49:55 #12 9.549 Setting up libpcre2-16-0:armhf (10.39-3build1) ...
13:49:55 #12 9.559 Setting up libbtrfs0:armhf (5.16.2-1) ...
13:49:55 #12 9.570 Setting up libpcre2-32-0:armhf (10.39-3build1) ...
13:49:55 #12 9.578 Setting up libuv1:armhf (1.43.0-1) ...
13:49:55 #12 9.587 Setting up emacsen-common (3.0.4) ...
13:49:55 #12 9.618 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
13:49:55 #12 9.627 Setting up bash-completion (1:2.11-5ubuntu1) ...
13:49:55 #12 9.645 Setting up libjsoncpp25:armhf (1.9.5-3) ...
13:49:55 #12 9.654 Setting up pkg-config (0.29.2-1ubuntu3) ...
13:49:55 #12 9.700 Setting up libudev-dev:armhf (249.11-0ubuntu3.1) ...
13:49:55 #12 9.710 Setting up libsepol-dev:armhf (3.3-1build1) ...
13:49:55 #12 9.718 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
13:49:55 #12 9.727 Setting up libpcre2-posix3:armhf (10.39-3build1) ...
13:49:55 #12 9.736 Setting up libbtrfs-dev:armhf (5.16.2-1) ...
13:49:55 #12 9.744 Setting up librhash0:armhf (1.4.2-1ubuntu1) ...
13:49:55 #12 9.752 Setting up cmake-data (3.22.1-1ubuntu1) ...
13:49:55 #12 9.788 Setting up dh-apparmor (3.0.4-2ubuntu2) ...
13:49:55 #12 9.797 Setting up libsystemd-dev:armhf (249.11-0ubuntu3.1) ...
13:49:55 #12 9.806 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
13:49:55 #12 9.814 Setting up libpcre2-dev:armhf (10.39-3build1) ...
13:49:55 #12 9.822 Setting up libselinux1-dev:armhf (3.3-1build2) ...
13:49:55 #12 9.831 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1ubuntu4) ...
13:49:55 #12 9.840 Setting up cmake (3.22.1-1ubuntu1) ...
13:49:55 #12 9.849 Setting up docker-ce-build-deps (1.0) ...
13:49:55 #12 9.858 Processing triggers for man-db (2.10.2-1) ...
13:49:55 #12 9.916 Processing triggers for libc-bin (2.35-0ubuntu3) ...
13:49:55 #12 DONE 10.1s
13:49:55 
13:49:55 #13 [stage-1 6/9] COPY sources/ /sources
13:49:55 #13 sha256:7bcbfa74d795623e3a3083afb4c12ebe6e2587f2e3c2051d9fa1bfb1cdedb829
13:49:55 #13 DONE 0.1s
13:49:55 
13:49:55 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
13:49:55 #15 sha256:6868f78ec2d0a0c960f6ef66eb8266d799e7f4c3f1cefaaf3ea4fff59bab2076
13:49:57 #15 DONE 1.6s
13:49:57 
13:49:57 #16 [stage-1 8/9] WORKDIR /root/build-deb
13:49:57 #16 sha256:c6fd7c235aaa5d6a3d9a5b31dbcdd9e09c56de908c3db0c5ad29bac0d95a5947
13:49:57 #16 DONE 0.0s
13:49:57 
13:49:57 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
13:49:57 #17 sha256:8789a2ac15c7d401b4106b32087abb8c80a7a283836835c46c8f7224f8f64940
13:49:57 #17 DONE 0.0s
13:49:57 
13:49:57 #18 exporting to image
13:49:57 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:49:57 #18 exporting layers
13:50:05 #18 exporting layers 7.4s done
13:50:05 #18 writing image sha256:05d3e9b075d08cbb7079963ad0fc6ed4d683dc77bee46c471307ce17ce81747e done
13:50:05 #18 naming to docker.io/debbuild-ubuntu-jammy/aarch64 done
13:50:05 #18 DONE 7.4s
13:50:05 docker run --rm -e PLATFORM -e GOPROXY=https://proxy.golang.org -e EPOCH='5' -e DEB_VERSION=0.0.0-20220511162217-aa7e414 -e VERSION=0.0.0-20220511162217-aa7e414 -e CLI_GITCOMMIT=aa7e414 -e ENGINE_GITCOMMIT=90033ab -e COMPOSE_VERSION=v2.6.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/debbuild/ubuntu-jammy:/build  debbuild-ubuntu-jammy/aarch64
13:50:05 + set -e
13:50:05 + mkdir -p /root/build-deb/engine
13:50:05 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:50:05 + mkdir -p /root/build-deb/cli
13:50:05 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:50:06 + mkdir -p /root/build-deb/compose
13:50:06 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:50:06 + mkdir -p /root/build-deb/scan-cli-plugin
13:50:06 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:50:06 + mkdir -p /go/src/github.com/docker
13:50:06 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:50:06 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:50:06 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:50:06 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:50:06 + EPOCH=5
13:50:06 + EPOCH_SEP=
13:50:06 + [[ ! -z 5 ]]
13:50:06 + EPOCH_SEP=:
13:50:06 + [[ -z 0.0.0-20220511162217-aa7e414 ]]
13:50:06 + echo VERSION AAA 0.0.0-20220511162217-aa7e414
13:50:06 VERSION AAA 0.0.0-20220511162217-aa7e414
13:50:06 + VERSION=0.0.0-20220511162217-aa7e414
13:50:06 + echo VERSION bbb 0.0.0-20220511162217-aa7e414
13:50:06 VERSION bbb 0.0.0-20220511162217-aa7e414
13:50:06 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:50:06 + debSource=docker-ce
13:50:06 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:50:06 + debMaintainer='Docker <support@docker.com>'
13:50:06 ++ date --rfc-2822
13:50:06 + debDate='Tue, 31 May 2022 13:50:06 +0000'
13:50:06 + cat
13:50:06 + export CLI_GITCOMMIT=aa7e414
13:50:06 + CLI_GITCOMMIT=aa7e414
13:50:06 + export ENGINE_GITCOMMIT=90033ab
13:50:06 + ENGINE_GITCOMMIT=90033ab
13:50:06 + export SCAN_GITCOMMIT=061fe0a
13:50:06 + SCAN_GITCOMMIT=061fe0a
13:50:06 VERSION BBB 0.0.0-20220511162217-aa7e414
13:50:06 + echo VERSION BBB 0.0.0-20220511162217-aa7e414
13:50:06 + dpkg-buildpackage -uc -us -I.git
13:50:06 dpkg-buildpackage: info: source package docker-ce
13:50:06 dpkg-buildpackage: info: source version 5:0.0.0-20220511162217-aa7e414-0~ubuntu-jammy
13:50:06 dpkg-buildpackage: info: source distribution jammy
13:50:06 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:50:06  dpkg-source -I.git --before-build .
13:50:06 dpkg-buildpackage: info: host architecture armhf
13:50:06  debian/rules clean
13:50:06 dh clean --with=bash-completion --with=systemd
13:50:06    dh_clean
13:50:06  dpkg-source -I.git -b .
13:50:06 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:50:06 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:50:06 dpkg-source: warning: native package version may not have a revision
13:50:06 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220511162217-aa7e414-0~ubuntu'
13:50:06 dpkg-source: info: using source format '1.0'
13:50:06 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy.tar.gz
13:50:18 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy.dsc
13:50:18  debian/rules build
13:50:18 dh build --with=bash-completion --with=systemd
13:50:18    dh_update_autotools_config
13:50:18    dh_autoreconf
13:50:18    debian/rules override_dh_auto_build
13:50:18 make[1]: Entering directory '/root/build-deb'
13:50:18 # Build the daemon and dependencies
13:50:18 cd engine && DOCKER_GITCOMMIT=90033ab PRODUCT=docker ./hack/make.sh dynbinary
13:50:18 
13:50:18 Removing bundles/
13:50:18 
13:50:18 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:50:18 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:50:18 GOOS="" GOARCH="" GOARM=""
13:51:55 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:51:55 
13:51:55 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:51:55 + RM_GOPATH=0
13:51:55 + TMP_GOPATH=/go
13:51:55 + : /usr/local/bin
13:51:55 + '[' -z /go ']'
13:51:55 + export GOPATH=/go
13:51:55 + GOPATH=/go
13:51:55 + case "$(go env GOARCH)" in
13:51:55 ++ go env GOARCH
13:51:55 + export GO_BUILDMODE=-buildmode=pie
13:51:55 + GO_BUILDMODE=-buildmode=pie
13:51:55 ++ dirname hack/dockerfile/install/install.sh
13:51:55 + dir=hack/dockerfile/install
13:51:55 + bin=tini
13:51:55 + shift
13:51:55 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:51:55 + . hack/dockerfile/install/tini.installer
13:51:55 ++ : v0.19.0
13:51:55 + install_tini
13:51:55 + echo 'Install tini version v0.19.0'
13:51:55 + git clone https://github.com/krallin/tini.git /go/tini
13:51:55 Install tini version v0.19.0
13:51:55 Cloning into '/go/tini'...
13:51:55 + cd /go/tini
13:51:55 + git checkout -q v0.19.0
13:51:55 + cmake .
13:51:55 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
13:51:55   Compatibility with CMake < 2.8.12 will be removed from a future version of
13:51:55   CMake.
13:51:55 
13:51:55   Update the VERSION argument <min> value or use a ...<max> suffix to tell
13:51:55   CMake that the project does not need compatibility with older versions.
13:51:55 
13:51:55 
13:51:55 -- The C compiler identification is GNU 11.2.0
13:51:55 -- Detecting C compiler ABI info
13:51:55 -- Detecting C compiler ABI info - done
13:51:55 -- Check for working C compiler: /usr/bin/cc - skipped
13:51:55 -- Detecting C compile features
13:51:55 -- Detecting C compile features - done
13:51:55 -- Performing Test HAS_BUILTIN_FORTIFY
13:51:55 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:51:55 -- Configuring done
13:51:55 -- Generating done
13:51:55 -- Build files have been written to: /go/tini
13:51:55 + make tini-static
13:51:55 make[2]: Entering directory '/go/tini'
13:51:55 make[3]: Entering directory '/go/tini'
13:51:55 make[4]: Entering directory '/go/tini'
13:51:55 make[5]: Entering directory '/go/tini'
13:51:55 make[5]: Leaving directory '/go/tini'
13:51:55 make[5]: Entering directory '/go/tini'
13:51:55 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:51:55 [100%] Linking C executable tini-static
13:51:55 make[5]: Leaving directory '/go/tini'
13:51:55 [100%] Built target tini-static
13:51:55 make[4]: Leaving directory '/go/tini'
13:51:55 make[3]: Leaving directory '/go/tini'
13:51:55 make[2]: Leaving directory '/go/tini'
13:51:55 + mkdir -p /usr/local/bin
13:51:55 + cp tini-static /usr/local/bin/docker-init
13:51:55 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
13:51:55 + RM_GOPATH=0
13:51:55 + TMP_GOPATH=/go
13:51:55 + : /usr/local/bin
13:51:55 + '[' -z /go ']'
13:51:55 + export GOPATH=/go
13:51:55 + GOPATH=/go
13:51:55 + case "$(go env GOARCH)" in
13:51:55 ++ go env GOARCH
13:51:55 + export GO_BUILDMODE=-buildmode=pie
13:51:55 + GO_BUILDMODE=-buildmode=pie
13:51:55 ++ dirname hack/dockerfile/install/install.sh
13:51:55 + dir=hack/dockerfile/install
13:51:55 + bin=proxy
13:51:55 + shift
13:51:55 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
13:51:55 + . hack/dockerfile/install/proxy.installer
13:51:55 ++ : 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:51:55 + install_proxy dynamic
13:51:55 + case "$1" in
13:51:55 + install_proxy_dynamic
13:51:55 + export PROXY_LDFLAGS=-linkmode=external install_proxy
13:51:55 + PROXY_LDFLAGS=-linkmode=external
13:51:55 + export BUILD_MODE=-buildmode=pie
13:51:55 + BUILD_MODE=-buildmode=pie
13:51:55 + _install_proxy
13:51:55 + echo 'Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b'
13:51:55 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
13:51:55 Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:51:55 Cloning into '/go/src/github.com/docker/libnetwork'...
13:51:55 + cd /go/src/github.com/docker/libnetwork
13:51:55 + git checkout -q 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:51:55 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:51:55 + return
13:51:55 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:51:55 + RM_GOPATH=0
13:51:55 + TMP_GOPATH=/go
13:51:55 + : /usr/local/bin
13:51:55 + '[' -z /go ']'
13:51:55 + export GOPATH=/go
13:51:55 + GOPATH=/go
13:51:55 + case "$(go env GOARCH)" in
13:51:55 ++ go env GOARCH
13:51:55 + export GO_BUILDMODE=-buildmode=pie
13:51:55 + GO_BUILDMODE=-buildmode=pie
13:51:55 ++ dirname hack/dockerfile/install/install.sh
13:51:55 + dir=hack/dockerfile/install
13:51:55 + bin=rootlesskit
13:51:55 + shift
13:51:55 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:51:55 + . hack/dockerfile/install/rootlesskit.installer
13:51:55 ++ : v0.14.4
13:51:55 + install_rootlesskit dynamic
13:51:55 + case "$1" in
13:51:55 + install_rootlesskit_dynamic
13:51:55 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:51:55 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:51:55 + export BUILD_MODE=-buildmode=pie
13:51:55 + BUILD_MODE=-buildmode=pie
13:51:55 + _install_rootlesskit
13:51:55 + echo 'Install rootlesskit version v0.14.4'
13:51:55 Install rootlesskit version v0.14.4
13:51:55 + for f in rootlesskit rootlesskit-docker-proxy
13:51:55 + GOBIN=/usr/local/bin
13:51:55 + GO111MODULE=on
13:51:55 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
13:51:55 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
13:51:55 go: downloading github.com/pkg/errors v0.9.1
13:51:55 go: downloading github.com/sirupsen/logrus v1.8.1
13:51:55 go: downloading github.com/urfave/cli/v2 v2.3.0
13:51:55 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:51:55 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:51:55 go: downloading github.com/google/uuid v1.3.0
13:51:55 go: downloading github.com/moby/vpnkit v0.5.0
13:51:55 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:51:55 go: downloading github.com/gofrs/flock v0.8.1
13:51:55 go: downloading github.com/gorilla/mux v1.8.0
13:51:55 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:51:55 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:51:55 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:51:55 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:51:55 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:52:00 + for f in rootlesskit rootlesskit-docker-proxy
13:52:00 + GOBIN=/usr/local/bin
13:52:00 + GO111MODULE=on
13:52:00 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
13:52:01 + return
13:52:01 # Build the CLI
13:52:01 cd /go/src/github.com/docker/cli && \
13:52:01 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220511162217-aa7e414 GITCOMMIT=aa7e414 dynbinary manpages
13:52:01 make[2]: Entering directory '/root/build-deb/cli'
13:52:01 GO_LINKMODE=dynamic ./scripts/build/binary
13:52:01 Building dynamic docker-linux-arm-v6
13:53:23 scripts/docs/generate-man.sh
13:54:44 Project root: /go/src/github.com/docker/cli
13:54:44 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
13:54:44 2022/05/31 13:54:42 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
13:54:44 make[2]: Leaving directory '/root/build-deb/cli'
13:54:44 # Build the compose plugin
13:54:44 # FIXME: using GOPROXY, to work around:
13:54:44 # go: github.com/Azure/azure-sdk-for-go@v48.2.0+incompatible: reading github.com/Azure/azure-sdk-for-go/go.mod at revision v48.2.0: unknown revision v48.2.0
13:54:44 cd /go/src/github.com/docker/compose \
13:54:44 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:54:44 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:54:44 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.6.0 \
13:54:44 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
13:55:31 make[2]: Entering directory '/root/build-deb/compose'
13:55:31 GOOS=linux GOARCH=arm CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.6.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:56:52 make[2]: Leaving directory '/root/build-deb/compose'
13:56:52 # Build the scan-plugin
13:56:52 # TODO change once we support scan-plugin on other architectures
13:56:52 if [ "armhf" = "amd64" ]; then \
13:56:52 	cd /go/src/github.com/docker/scan-cli-plugin \
13:56:52 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:56:52 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:56:52 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:56:52 fi
13:56:52 # Build the CLI plugins
13:56:52 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
13:56:52 set -e;cd /sources && \
13:56:52 	tar xzf plugin-installers.tgz; \
13:56:52 	for installer in plugins/*.installer; do \
13:56:52 		LDFLAGS='' bash ${installer} build; \
13:56:52 	done
13:56:52 Cloning into '/go/src/github.com/docker/app'...
13:56:52 Fetching origin
13:56:52 make[2]: Entering directory '/go/src/github.com/docker/app'
13:56:52 go build -tags= -ldflags="-s -w -X github.com/docker/app/internal.GitCommit=9d2c67f8 -X github.com/docker/app/internal.Version=v0.9.1-beta3" -o bin/docker-app ./cmd/docker-app
13:57:49 make[2]: Leaving directory '/go/src/github.com/docker/app'
13:57:49 Cloning into '/go/src/github.com/docker/buildx'...
13:57:49 Fetching origin
13:57:49 + GO111MODULE=on
13:57:49 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.8.2-docker -X github.com/docker/buildx/version.Revision=6224def4dd2c3d347eee19db595348c50d7cb491 -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
13:59:25 make[1]: Leaving directory '/root/build-deb'
13:59:25    debian/rules override_dh_auto_test
13:59:25 make[1]: Entering directory '/root/build-deb'
13:59:25 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:59:25 	test "$ver" = "Docker version 0.0.0-20220511162217-aa7e414, build 90033ab" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
13:59:25 PASS: daemon version OK
13:59:25 ver="$(cli/build/docker --version)"; \
13:59:25 	test "$ver" = "Docker version 0.0.0-20220511162217-aa7e414, build aa7e414" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
13:59:25 PASS: cli version OK
13:59:25 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:59:25 	test "$ver" = "v2.6.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:59:25 PASS: docker-compose version OK
13:59:25 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:59:25 # TODO change once we support scan-plugin on other architectures
13:59:25 if [ "armhf" = "amd64" ]; then \
13:59:25 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:59:25 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:59:25 fi
13:59:25 make[1]: Leaving directory '/root/build-deb'
13:59:25    create-stamp debian/debhelper-build-stamp
13:59:25  debian/rules binary
13:59:25 dh binary --with=bash-completion --with=systemd
13:59:25    dh_testroot
13:59:25    dh_prep
13:59:25    debian/rules override_dh_auto_install
13:59:25 make[1]: Entering directory '/root/build-deb'
13:59:25 # docker-ce-cli install
13:59: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
13:59: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
13:59:25 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:59:25 set -e;cd /sources && \
13:59:25 	tar xzf plugin-installers.tgz; \
13:59:25 	for installer in plugins/*.installer; do \
13:59:25 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
13:59:25 		PREFIX=/usr/libexec/docker/cli-plugins \
13:59:25 			bash ${installer} install_plugin; \
13:59:25 	done
13:59:25 # docker-ce install
13:59:25 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:59:25 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:59:25 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414 debian/docker-ce/usr/bin/dockerd
13:59:25 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:59:25 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:59:25 # docker-compose-plugin install
13:59:25 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:59:25 # docker-scan-plugin install
13:59:25 # TODO change once we support scan-plugin on other architectures
13:59:25 if [ "armhf" = "amd64" ]; then \
13:59:25 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:59:25 fi
13:59:25 # docker-ce-rootless-extras install
13:59:25 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:59:25 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:59:25 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:59:25 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:59:25 # TODO: how can we install vpnkit?
13:59:25 make[1]: Leaving directory '/root/build-deb'
13:59:25    debian/rules override_dh_install
13:59:25 make[1]: Entering directory '/root/build-deb'
13:59:25 dh_install
13:59:25 # TODO Can we do this from within our container?
13:59:25 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:59:25 make[1]: Leaving directory '/root/build-deb'
13:59:25    dh_installdocs
13:59:25    dh_installchangelogs
13:59:25    dh_installman
13:59:25    dh_bash-completion
13:59:25    dh_systemd_enable
13:59:25    debian/rules override_dh_installinit
13:59:25 make[1]: Entering directory '/root/build-deb'
13:59:25 # use "docker" as our service name, not "docker-ce"
13:59:25 dh_installinit --name=docker
13:59:25 make[1]: Leaving directory '/root/build-deb'
13:59:25    dh_systemd_start
13:59:25    dh_perl
13:59:25    dh_link
13:59:25    dh_strip_nondeterminism
13:59:25    dh_compress
13:59:25    dh_fixperms
13:59:25    dh_missing
13:59:25    debian/rules override_dh_strip
13:59:25 make[1]: Entering directory '/root/build-deb'
13:59:25 # Go has lots of problems with stripping, so just don't
13:59:25 make[1]: Leaving directory '/root/build-deb'
13:59:25    dh_makeshlibs
13:59:25    debian/rules override_dh_shlibdeps
13:59:25 make[1]: Entering directory '/root/build-deb'
13:59:25 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:59:30 make[1]: Leaving directory '/root/build-deb'
13:59:30    dh_installdeb
13:59:30    debian/rules override_dh_gencontrol
13:59:30 make[1]: Entering directory '/root/build-deb'
13:59:30 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:59:30 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:59:30 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:59:30 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:59:30 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:59:30 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:59:30 if [ "armhf" = "amd64" ]; then \
13:59:30 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:59:30 fi
13:59:30 dh_gencontrol --remaining-packages
13:59:30 make[1]: Leaving directory '/root/build-deb'
13:59:30    dh_md5sums
13:59:31    debian/rules override_dh_builddeb
13:59:31 make[1]: Entering directory '/root/build-deb'
13:59:31 dh_builddeb -- -Zxz
13:59:31 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.deb'.
13:59:31 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.deb'.
13:59:46 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.6.0~ubuntu-jammy_armhf.deb'.
13:59:58 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.deb'.
14:00:45 make[1]: Leaving directory '/root/build-deb'
14:00:45  dpkg-genbuildinfo -O../docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.buildinfo
14:00:45  dpkg-genchanges -O../docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.changes
14:00:45 dpkg-genchanges: info: including full source code in upload
14:00:45  dpkg-source -I.git --after-build .
14:00:45 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
14:00:45 + destination=/build
14:00:45 + mkdir -p /build
14:00:45 + mv -v /root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.deb /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy.dsc /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy.tar.gz /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.buildinfo /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.changes /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.deb /root/docker-compose-plugin_2.6.0~ubuntu-jammy_armhf.deb /build
14:00:45 copied '/root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.deb'
14:00:45 removed '/root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.deb'
14:00:45 copied '/root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.deb'
14:00:45 removed '/root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.deb'
14:00:45 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy.dsc' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy.dsc'
14:00:45 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy.dsc'
14:00:45 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy.tar.gz' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy.tar.gz'
14:00:45 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy.tar.gz'
14:00:45 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.buildinfo'
14:00:45 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.buildinfo'
14:00:45 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.changes' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.changes'
14:00:45 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.changes'
14:00:45 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.deb' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.deb'
14:00:45 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-jammy_armhf.deb'
14:00:45 copied '/root/docker-compose-plugin_2.6.0~ubuntu-jammy_armhf.deb' -> '/build/docker-compose-plugin_2.6.0~ubuntu-jammy_armhf.deb'
14:00:45 removed '/root/docker-compose-plugin_2.6.0~ubuntu-jammy_armhf.deb'
14:00:46 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-jammy"
14:00:46 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'