Skip to content

Console Output

13:49:00 + make REF=20.10 ubuntu-impish
13:49:00 git init src/github.com/docker/cli
13:49:00 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
13:49:00 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
13:49:00 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
13:49:00 + SRC=src/github.com/docker/cli
13:49:00 + REF=20.10
13:49:00 + REF_FETCH=20.10
13:49:00 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
13:49:00 + awk {print $2}
13:49:00 + REF=refs/heads/20.10
13:49:00 + [ -n refs/heads/20.10 ]
13:49:00 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:49:00 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:49:02 From https://github.com/docker/cli
13:49:02  * [new branch]      20.10      -> 20.10
13:49:02  * [new tag]         v20.10.16  -> v20.10.16
13:49:02  * [new branch]      20.10      -> origin/20.10
13:49:02 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
13:49:02 git init src/github.com/docker/docker
13:49:02 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
13:49:02 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
13:49:02 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
13:49:02 + SRC=src/github.com/docker/docker
13:49:02 + REF=20.10
13:49:02 + REF_FETCH=20.10
13:49:02 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
13:49:02 + awk {print $2}
13:49:02 + REF=refs/heads/20.10
13:49:02 + [ -n refs/heads/20.10 ]
13:49:02 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
13:49:02 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
13:49:05 From https://github.com/docker/docker
13:49:05  * [new branch]      20.10      -> 20.10
13:49:05  * [new branch]      20.10      -> origin/20.10
13:49:05 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
13:49:05 git init src/github.com/docker/compose
13:49:05 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
13:49:05 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
13:49:05 ./scripts/checkout.sh src/github.com/docker/compose "v2.6.0"
13:49:05 + SRC=src/github.com/docker/compose
13:49:05 + REF=v2.6.0
13:49:05 + REF_FETCH=v2.6.0
13:49:05 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.6.0
13:49:05 + awk {print $2}
13:49:05 + REF=refs/tags/v2.6.0
13:49:05 + [ -n refs/tags/v2.6.0 ]
13:49:05 + REF_FETCH=refs/tags/v2.6.0:refs/tags/v2.6.0
13:49:05 + 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:49:06 From https://github.com/docker/compose
13:49:06  * [new tag]         v2.6.0     -> v2.6.0
13:49:06 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.6.0
13:49:06 git init src/github.com/docker/scan-cli-plugin
13:49:06 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
13:49:06 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
13:49:06 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
13:49:06 + SRC=src/github.com/docker/scan-cli-plugin
13:49:06 + REF=v0.17.0
13:49:06 + REF_FETCH=v0.17.0
13:49:06 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
13:49:06 + awk {print $2}
13:49:06 + REF=refs/tags/v0.17.0
13:49:06 + [ -n refs/tags/v0.17.0 ]
13:49:06 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
13:49:06 + 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:49:06 From https://github.com/docker/scan-cli-plugin
13:49:06  * [new tag]         v0.17.0    -> v0.17.0
13:49:06 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
13:49:06 make -C deb VERSION=0.0.1-dev GO_VERSION=1.17.10 ubuntu-impish
13:49:06 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
13:49:06 mkdir -p sources
13:49:06 docker run --rm -w /v \
13:49:06 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
13:49:06 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:49:06 	alpine \
13:49:06 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
13:49:06 Unable to find image 'alpine:latest' locally
13:49:06 latest: Pulling from library/alpine
13:49:06 b3c136eddcbf: Pulling fs layer
13:49:06 b3c136eddcbf: Verifying Checksum
13:49:06 b3c136eddcbf: Download complete
13:49:07 b3c136eddcbf: Pull complete
13:49:07 Digest: sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c
13:49:07 Status: Downloaded newer image for alpine:latest
13:49:13 mkdir -p sources
13:49:13 docker run --rm -w /v \
13:49:13 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
13:49:13 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:49:13 	alpine \
13:49:13 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
13:49:17 mkdir -p sources
13:49:17 docker run --rm -w /v \
13:49:17 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
13:49:17 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:49:17 	alpine \
13:49:17 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
13:49:17 mkdir -p sources
13:49:17 docker run --rm -w /v \
13:49:17 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
13:49:17 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:49:17 	alpine \
13:49:17 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
13:49:18 mkdir -p sources
13:49:18 cp ../systemd/docker.service sources/docker.service
13:49:18 mkdir -p sources
13:49:18 cp ../systemd/docker.socket sources/docker.socket
13:49:18 docker run --rm -w /v \
13:49:18 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
13:49:18 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
13:49:18 	alpine \
13:49:18 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
13:49:19 == Building packages for ubuntu-impish ==
13:49:19 mkdir -p "debbuild/ubuntu-impish"
13:49:19 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.10-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-impish/aarch64 -f ubuntu-impish/Dockerfile .
13:49:19 #1 [internal] load build definition from Dockerfile
13:49:19 #1 sha256:4075cbcdf1d504e5cfeb6eced1e73a4e0e33c0517e67e374f046239f8804702f
13:49:19 #1 transferring dockerfile: 1.22kB done
13:49:19 #1 DONE 0.0s
13:49:19 
13:49:19 #2 [internal] load .dockerignore
13:49:19 #2 sha256:25e0d7f696410b21453645ad55475285fef0e05dddd73377b546f6a19283274d
13:49:19 #2 transferring context: 2B done
13:49:19 #2 DONE 0.0s
13:49:19 
13:49:19 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
13:49:19 #5 sha256:4003c58894af0c177c21f78c5816103e2e267c62a7f35a0bc2c8c421d273ddb4
13:49:19 #5 DONE 0.0s
13:49:19 
13:49:19 #6 [auth] library/golang:pull token for registry-1.docker.io
13:49:19 #6 sha256:c14a807ed539b3e9f8aec97164610fce4fcec41decdc787f2651afae2aaa9ad8
13:49:19 #6 DONE 0.0s
13:49:19 
13:49:19 #4 [internal] load metadata for docker.io/library/golang:1.17.10-buster
13:49:19 #4 sha256:77749321ce5ebca1965c720e15dc5f8436f4c6810934e555747c21e4f92fd430
13:49:19 #4 DONE 0.3s
13:49:19 
13:49:19 #3 [internal] load metadata for docker.io/library/ubuntu:impish
13:49:19 #3 sha256:cb4523ab63459f97938bb59eb8df7526d9b7a2c01d69882f5951f45e0dbf0634
13:49:19 #3 DONE 0.4s
13:49:19 
13:49:19 #14 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:49:19 #14 sha256:0748dff22fb1e7086f9a48c7d0c2271a5bccd9d30ace7a38fc44326cf8e7d238
13:49:19 #14 resolve docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a 0.0s done
13:49:19 #14 ...
13:49:19 
13:49:19 #10 [internal] load build context
13:49:19 #10 sha256:2b76a2e24b0306b947dfd5162e5999d095a805a1594fa6b07f7bdaf8223e98d7
13:49:19 #10 transferring context: 19.78MB 0.1s done
13:49:19 #10 DONE 0.1s
13:49:19 
13:49:19 #14 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:49:19 #14 sha256:0748dff22fb1e7086f9a48c7d0c2271a5bccd9d30ace7a38fc44326cf8e7d238
13:49:19 #14 sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a 1.86kB / 1.86kB done
13:49:19 #14 sha256:9d3f470a769bb162f00756e79f879e7e700b3c2429508db916e326be56145f5f 1.79kB / 1.79kB done
13:49:19 #14 sha256:96f8ef4754339034c4273b67cf9e4666e5685dd95b8819561edf4eba20afa6a9 7.13kB / 7.13kB done
13:49:19 #14 sha256:fadbed17b01e84815ca3018d3dc42670c3add65c67e7cc74d6bc477ae8425934 8.39MB / 49.23MB 0.2s
13:49:19 #14 sha256:5795076bf6e9bf96da71f2e31cbe91d3c49a17f211c5b0d33e032e095c5564a5 6.29MB / 7.72MB 0.2s
13:49:20 #14 sha256:fadbed17b01e84815ca3018d3dc42670c3add65c67e7cc74d6bc477ae8425934 26.21MB / 49.23MB 0.3s
13:49:20 #14 sha256:5795076bf6e9bf96da71f2e31cbe91d3c49a17f211c5b0d33e032e095c5564a5 7.72MB / 7.72MB 0.3s
13:49:20 #14 sha256:fadbed17b01e84815ca3018d3dc42670c3add65c67e7cc74d6bc477ae8425934 32.51MB / 49.23MB 0.4s
13:49:20 #14 sha256:5795076bf6e9bf96da71f2e31cbe91d3c49a17f211c5b0d33e032e095c5564a5 7.72MB / 7.72MB 0.3s done
13:49:20 #14 sha256:b1eda3e266fa432ba8ae8ba25a5ad2fa4c5349ef2aa244612c89f990704c5b25 0B / 9.77MB 0.4s
13:49:20 #14 sha256:fadbed17b01e84815ca3018d3dc42670c3add65c67e7cc74d6bc477ae8425934 46.14MB / 49.23MB 0.5s
13:49:20 #14 sha256:b1eda3e266fa432ba8ae8ba25a5ad2fa4c5349ef2aa244612c89f990704c5b25 9.77MB / 9.77MB 0.5s
13:49:20 #14 sha256:fadbed17b01e84815ca3018d3dc42670c3add65c67e7cc74d6bc477ae8425934 49.23MB / 49.23MB 0.7s
13:49:20 #14 sha256:64dfac45ba23f255c176d3688a882854cfc56b2e822c56e0eb0d91ecc8bad25f 10.49MB / 52.17MB 1.0s
13:49:20 #14 sha256:b1eda3e266fa432ba8ae8ba25a5ad2fa4c5349ef2aa244612c89f990704c5b25 9.77MB / 9.77MB 1.0s done
13:49:20 #14 sha256:64dfac45ba23f255c176d3688a882854cfc56b2e822c56e0eb0d91ecc8bad25f 20.97MB / 52.17MB 1.1s
13:49:20 #14 sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 0B / 62.45MB 1.1s
13:49:20 #14 sha256:64dfac45ba23f255c176d3688a882854cfc56b2e822c56e0eb0d91ecc8bad25f 30.41MB / 52.17MB 1.2s
13:49:20 #14 sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 5.66MB / 62.45MB 1.2s
13:49:21 #14 sha256:64dfac45ba23f255c176d3688a882854cfc56b2e822c56e0eb0d91ecc8bad25f 40.89MB / 52.17MB 1.3s
13:49:21 #14 sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 17.83MB / 62.45MB 1.3s
13:49:21 #14 sha256:64dfac45ba23f255c176d3688a882854cfc56b2e822c56e0eb0d91ecc8bad25f 50.33MB / 52.17MB 1.4s
13:49:21 #14 sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 32.51MB / 62.45MB 1.5s
13:49:21 #14 sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 40.89MB / 62.45MB 1.6s
13:49:21 #14 sha256:fadbed17b01e84815ca3018d3dc42670c3add65c67e7cc74d6bc477ae8425934 49.23MB / 49.23MB 1.7s done
13:49:21 #14 sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 50.33MB / 62.45MB 1.8s
13:49:21 #14 extracting sha256:fadbed17b01e84815ca3018d3dc42670c3add65c67e7cc74d6bc477ae8425934 0.1s
13:49:22 #14 sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 55.57MB / 62.45MB 2.1s
13:49:22 #14 sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 62.45MB / 62.45MB 2.2s
13:49:22 #14 sha256:64dfac45ba23f255c176d3688a882854cfc56b2e822c56e0eb0d91ecc8bad25f 52.17MB / 52.17MB 2.3s done
13:49:22 #14 sha256:c8d73c8a55ec509afff79d4b02eeda18642c89f7f41399cbe0ab2d024b82f42e 125B / 125B 2.5s
13:49:22 #14 ...
13:49:22 
13:49:22 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:impish@sha256:14d8cab8d7bd72a01e225cd85bf37bbf08bf88115769316fa86c776df4ea5fed
13:49:22 #7 sha256:632a4f8a4d214b2e73a09cd7f97bae517ff7bc6510899e3a3f6dca2e2419b570
13:49:22 #7 resolve docker.io/library/ubuntu:impish@sha256:14d8cab8d7bd72a01e225cd85bf37bbf08bf88115769316fa86c776df4ea5fed 0.0s done
13:49:22 #7 sha256:771a596909ab10d1a46e672acfdae2b4ecae9896feb006e47a62f826f30128dc 1.48kB / 1.48kB done
13:49:22 #7 sha256:924f038c577f5fb37fec4317d1c44a40bae2f6ee798dc0e31394270b30d69e8d 29.03MB / 29.03MB 0.9s done
13:49:22 #7 sha256:14d8cab8d7bd72a01e225cd85bf37bbf08bf88115769316fa86c776df4ea5fed 1.42kB / 1.42kB done
13:49:22 #7 sha256:330330705b92fe325e550f8d35519f2213e1168df212cf8095ea10db63fb6afa 529B / 529B done
13:49:22 #7 extracting sha256:924f038c577f5fb37fec4317d1c44a40bae2f6ee798dc0e31394270b30d69e8d 1.4s done
13:49:22 #7 DONE 2.9s
13:49:22 
13:49:22 #14 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:49:22 #14 sha256:0748dff22fb1e7086f9a48c7d0c2271a5bccd9d30ace7a38fc44326cf8e7d238
13:49:22 #14 sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 62.45MB / 62.45MB 2.9s done
13:49:22 #14 sha256:c8d73c8a55ec509afff79d4b02eeda18642c89f7f41399cbe0ab2d024b82f42e 125B / 125B 2.9s done
13:49:22 #14 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 9.44MB / 102.72MB 3.0s
13:49:22 #14 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 18.87MB / 102.72MB 3.1s
13:49:23 #14 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 28.49MB / 102.72MB 3.2s
13:49:23 #14 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 38.80MB / 102.72MB 3.3s
13:49:23 #14 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 58.72MB / 102.72MB 3.5s
13:49:23 #14 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 67.11MB / 102.72MB 3.6s
13:49:23 #14 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 78.64MB / 102.72MB 3.7s
13:49:23 #14 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 89.13MB / 102.72MB 3.8s
13:49:23 #14 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 102.72MB / 102.72MB 4.0s
13:49:24 #14 extracting sha256:fadbed17b01e84815ca3018d3dc42670c3add65c67e7cc74d6bc477ae8425934 2.5s done
13:49:24 #14 extracting sha256:5795076bf6e9bf96da71f2e31cbe91d3c49a17f211c5b0d33e032e095c5564a5
13:49:24 #14 sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 102.72MB / 102.72MB 4.8s done
13:49:24 #14 extracting sha256:5795076bf6e9bf96da71f2e31cbe91d3c49a17f211c5b0d33e032e095c5564a5 0.2s done
13:49:24 #14 extracting sha256:b1eda3e266fa432ba8ae8ba25a5ad2fa4c5349ef2aa244612c89f990704c5b25
13:49:24 #14 ...
13:49:24 
13:49:24 #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:24 #8 sha256:cf4550a6618051706cd14d8cce3ad61068fef86284dad1a6f3e841a5cdb8fc94
13:49:24 #8 DONE 2.2s
13:49:24 
13:49:24 #14 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:49:24 #14 sha256:0748dff22fb1e7086f9a48c7d0c2271a5bccd9d30ace7a38fc44326cf8e7d238
13:49:25 #14 extracting sha256:b1eda3e266fa432ba8ae8ba25a5ad2fa4c5349ef2aa244612c89f990704c5b25 0.4s done
13:49:25 #14 extracting sha256:64dfac45ba23f255c176d3688a882854cfc56b2e822c56e0eb0d91ecc8bad25f 0.1s
13:49:27 #14 extracting sha256:64dfac45ba23f255c176d3688a882854cfc56b2e822c56e0eb0d91ecc8bad25f 2.2s done
13:49:27 #14 extracting sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1
13:49:31 #14 extracting sha256:bcd2749ec21251b69d4116bada4331e028cbbbee4c61ca7cb25a769e5c5147f1 3.0s done
13:49:31 #14 extracting sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 0.1s
13:49:34 #14 ...
13:49:34 
13:49:34 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:49:34 #9 sha256:b352c7ff7862e7af890b6f5542e85378ad532dbbfa7c9b2949922c33a7d9ed13
13:49:34 #9 1.063 Get:1 http://ports.ubuntu.com/ubuntu-ports impish InRelease [270 kB]
13:49:34 #9 1.474 Get:2 http://ports.ubuntu.com/ubuntu-ports impish-updates InRelease [115 kB]
13:49:34 #9 1.575 Get:3 http://ports.ubuntu.com/ubuntu-ports impish-backports InRelease [101 kB]
13:49:34 #9 1.668 Get:4 http://ports.ubuntu.com/ubuntu-ports impish-security InRelease [110 kB]
13:49:34 #9 1.765 Get:5 http://ports.ubuntu.com/ubuntu-ports impish/universe arm64 Packages [16.5 MB]
13:49:34 #9 2.905 Get:6 http://ports.ubuntu.com/ubuntu-ports impish/restricted arm64 Packages [5462 B]
13:49:34 #9 2.905 Get:7 http://ports.ubuntu.com/ubuntu-ports impish/multiverse arm64 Packages [215 kB]
13:49:34 #9 2.905 Get:8 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 Packages [1755 kB]
13:49:34 #9 2.918 Get:9 http://ports.ubuntu.com/ubuntu-ports impish-updates/multiverse arm64 Packages [997 B]
13:49:34 #9 2.931 Get:10 http://ports.ubuntu.com/ubuntu-ports impish-updates/universe arm64 Packages [274 kB]
13:49:34 #9 2.946 Get:11 http://ports.ubuntu.com/ubuntu-ports impish-updates/restricted arm64 Packages [3424 B]
13:49:34 #9 2.946 Get:12 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 Packages [496 kB]
13:49:34 #9 2.987 Get:13 http://ports.ubuntu.com/ubuntu-ports impish-backports/universe arm64 Packages [5197 B]
13:49:34 #9 2.987 Get:14 http://ports.ubuntu.com/ubuntu-ports impish-security/universe arm64 Packages [219 kB]
13:49:34 #9 2.995 Get:15 http://ports.ubuntu.com/ubuntu-ports impish-security/main arm64 Packages [403 kB]
13:49:34 #9 3.015 Get:16 http://ports.ubuntu.com/ubuntu-ports impish-security/restricted arm64 Packages [3096 B]
13:49:34 #9 3.711 Fetched 20.4 MB in 3s (6556 kB/s)
13:49:34 #9 3.711 Reading package lists...
13:49:34 #9 4.424 Reading package lists...
13:49:34 #9 5.106 Building dependency tree...
13:49:34 #9 5.292 Reading state information...
13:49:34 #9 5.559 The following additional packages will be installed:
13:49:34 #9 5.559   autoconf automake autopoint autotools-dev binutils
13:49:34 #9 5.559   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
13:49:34 #9 5.559   bzip2 ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit
13:49:34 #9 5.559   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
13:49:34 #9 5.559   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
13:49:34 #9 5.559   g++-11 gcc gcc-11 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
13:49:34 #9 5.559   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
13:49:34 #9 5.559   intltool-debian iso-codes less libalgorithm-diff-perl
13:49:34 #9 5.559   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
13:49:34 #9 5.559   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:49:34 #9 5.559   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:49:34 #9 5.559   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:49:34 #9 5.559   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.6
13:49:34 #9 5.559   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
13:49:34 #9 5.559   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:49:34 #9 5.559   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:49:34 #9 5.559   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
13:49:34 #9 5.559   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:49:34 #9 5.559   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
13:49:34 #9 5.559   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
13:49:34 #9 5.559   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl libdw1
13:49:34 #9 5.559   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
13:49:34 #9 5.559   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
13:49:34 #9 5.559   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:49:34 #9 5.559   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
13:49:34 #9 5.559   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
13:49:34 #9 5.559   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
13:49:34 #9 5.559   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6 libgcc-11-dev
13:49:34 #9 5.559   libgd3 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:49:34 #9 5.559   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
13:49:34 #9 5.559   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:49:34 #9 5.559   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:49:34 #9 5.559   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:49:34 #9 5.559   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:49:34 #9 5.559   libhwasan0 libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
13:49:34 #9 5.559   libio-pty-perl libio-socket-ssl-perl libio-string-perl libio-stringy-perl
13:49:34 #9 5.559   libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23
13:49:34 #9 5.559   libiterator-perl libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8
13:49:34 #9 5.559   libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8
13:49:34 #9 5.559   libldap-2.5-0 libldap-common liblist-compare-perl liblist-moreutils-perl
13:49:34 #9 5.559   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
13:49:34 #9 5.559   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
13:49:34 #9 5.559   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:49:34 #9 5.559   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
13:49:34 #9 5.559   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
13:49:34 #9 5.559   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
13:49:34 #9 5.559   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
13:49:34 #9 5.559   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
13:49:34 #9 5.559   libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
13:49:34 #9 5.559   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
13:49:34 #9 5.559   libnumber-range-perl libobject-id-perl libpackage-stash-perl
13:49:34 #9 5.559   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:49:34 #9 5.559   libparams-validate-perl libpath-iterator-rule-perl libpath-tiny-perl
13:49:34 #9 5.559   libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
13:49:34 #9 5.559   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
13:49:34 #9 5.559   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
13:49:34 #9 5.559   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
13:49:34 #9 5.559   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:49:34 #9 5.559   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
13:49:34 #9 5.559   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
13:49:34 #9 5.559   libsereal-encoder-perl libsigsegv2 libsort-key-perl libsort-versions-perl
13:49:34 #9 5.559   libsqlite3-0 libssh-4 libstdc++-11-dev libstrictures-perl
13:49:34 #9 5.559   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
13:49:34 #9 5.559   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:49:34 #9 5.559   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:49:34 #9 5.559   libsys-hostname-long-perl libterm-readkey-perl libtext-glob-perl
13:49:34 #9 5.559   libtext-levenshteinxs-perl libtext-markdown-discount-perl
13:49:34 #9 5.559   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
13:49:34 #9 5.559   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
13:49:34 #9 5.559   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
13:49:34 #9 5.559   libuchardet0 libunicode-utf8-perl liburi-perl libvariable-magic-perl
13:49:34 #9 5.559   libwant-perl libwebp6 libwww-perl libwww-robotrules-perl libx11-6
13:49:34 #9 5.559   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:49:34 #9 5.559   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:49:34 #9 5.559   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4 libyaml-0-2
13:49:34 #9 5.559   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release
13:49:34 #9 5.559   lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types
13:49:34 #9 5.559   netbase openssh-client openssl patch patchutils perl perl-modules-5.32
13:49:34 #9 5.559   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
13:49:34 #9 5.559   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:49:34 #9 5.559   python3-debian python3-gpg python3-idna python3-magic python3-minimal
13:49:34 #9 5.559   python3-pkg-resources python3-requests python3-six python3-unidiff
13:49:34 #9 5.559   python3-urllib3 python3-xdg python3.9 python3.9-minimal readline-common
13:49:34 #9 5.559   rpcsvc-proto strace t1utils tzdata ucf unzip wdiff xauth xz-utils zstd
13:49:34 #9 5.559 Suggested packages:
13:49:34 #9 5.559   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
13:49:34 #9 5.559   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
13:49:34 #9 5.559   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
13:49:34 #9 5.559   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
13:49:34 #9 5.559   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
13:49:34 #9 5.559   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
13:49:34 #9 5.559   postgresql-client pristine-lfs pristine-tar quilt ratt reprotest
13:49:34 #9 5.559   svn-buildpackage w3m debian-keyring libsoap-lite-perl dbus-user-session
13:49:34 #9 5.559   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
13:49:34 #9 5.559   gcc-11-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
13:49:34 #9 5.559   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
13:49:34 #9 5.559   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
13:49:34 #9 5.559   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
13:49:34 #9 5.559   libgd-tools gdbm-l10n libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
13:49:34 #9 5.559   libscalar-number-perl libsasl2-modules-gssapi-mit
13:49:34 #9 5.559   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
13:49:34 #9 5.559   libsasl2-modules-sql libstdc++-11-doc libbareword-filehandles-perl
13:49:34 #9 5.559   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
13:49:34 #9 5.559   gcj-jdk libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl
13:49:34 #9 5.559   bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc
13:49:34 #9 5.559   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
13:49:34 #9 5.559   diffutils-doc perl-doc libterm-readline-gnu-perl
13:49:34 #9 5.559   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
13:49:34 #9 5.559   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
13:49:34 #9 5.559   python-apt-doc python3-setuptools python3-cryptography python3-openssl
13:49:34 #9 5.559   python3-socks python-requests-doc python3.9-venv python3.9-doc
13:49:34 #9 5.559   binfmt-support readline-doc zip wdiff-doc
13:49:34 #9 5.922 The following NEW packages will be installed:
13:49:34 #9 5.922   autoconf automake autopoint autotools-dev binutils
13:49:34 #9 5.922   binutils-aarch64-linux-gnu binutils-common bsdextrautils build-essential
13:49:34 #9 5.922   bzip2 ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit
13:49:34 #9 5.922   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
13:49:34 #9 5.922   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
13:49:34 #9 5.922   fonts-dejavu-core g++ g++-11 gcc gcc-11 gettext gettext-base git git-man
13:49:34 #9 5.922   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
13:49:34 #9 5.922   gpgconf gpgsm groff-base intltool-debian iso-codes less
13:49:34 #9 5.922   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
13:49:34 #9 5.922   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
13:49:34 #9 5.922   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
13:49:34 #9 5.922   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
13:49:34 #9 5.922   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.6
13:49:34 #9 5.922   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
13:49:34 #9 5.922   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
13:49:34 #9 5.922   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
13:49:34 #9 5.922   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
13:49:34 #9 5.922   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
13:49:34 #9 5.922   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
13:49:34 #9 5.922   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
13:49:34 #9 5.922   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl libdw1
13:49:34 #9 5.922   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
13:49:34 #9 5.922   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
13:49:34 #9 5.922   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
13:49:34 #9 5.922   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
13:49:34 #9 5.922   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
13:49:34 #9 5.922   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
13:49:34 #9 5.922   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6 libgcc-11-dev
13:49:34 #9 5.922   libgd3 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
13:49:34 #9 5.922   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
13:49:34 #9 5.922   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
13:49:34 #9 5.922   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
13:49:34 #9 5.922   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
13:49:34 #9 5.922   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
13:49:34 #9 5.922   libhwasan0 libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
13:49:34 #9 5.922   libio-pty-perl libio-socket-ssl-perl libio-string-perl libio-stringy-perl
13:49:34 #9 5.922   libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23
13:49:34 #9 5.922   libiterator-perl libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8
13:49:34 #9 5.922   libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl libksba8
13:49:34 #9 5.922   libldap-2.5-0 libldap-common liblist-compare-perl liblist-moreutils-perl
13:49:34 #9 5.922   liblist-moreutils-xs-perl liblist-someutils-perl liblist-someutils-xs-perl
13:49:34 #9 5.922   liblist-utilsby-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
13:49:34 #9 5.922   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
13:49:34 #9 5.922   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
13:49:34 #9 5.922   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
13:49:34 #9 5.922   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
13:49:34 #9 5.922   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
13:49:34 #9 5.922   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
13:49:34 #9 5.922   libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
13:49:34 #9 5.922   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
13:49:34 #9 5.922   libnumber-range-perl libobject-id-perl libpackage-stash-perl
13:49:34 #9 5.922   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
13:49:34 #9 5.922   libparams-validate-perl libpath-iterator-rule-perl libpath-tiny-perl
13:49:34 #9 5.922   libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
13:49:34 #9 5.922   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
13:49:34 #9 5.922   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
13:49:34 #9 5.922   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
13:49:34 #9 5.922   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
13:49:34 #9 5.922   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
13:49:34 #9 5.922   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
13:49:34 #9 5.922   libsereal-encoder-perl libsigsegv2 libsort-key-perl libsort-versions-perl
13:49:34 #9 5.922   libsqlite3-0 libssh-4 libstdc++-11-dev libstrictures-perl
13:49:34 #9 5.922   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
13:49:34 #9 5.922   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
13:49:34 #9 5.922   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
13:49:34 #9 5.922   libsys-hostname-long-perl libterm-readkey-perl libtext-glob-perl
13:49:34 #9 5.922   libtext-levenshteinxs-perl libtext-markdown-discount-perl
13:49:34 #9 5.922   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
13:49:34 #9 5.922   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
13:49:34 #9 5.922   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
13:49:34 #9 5.922   libuchardet0 libunicode-utf8-perl liburi-perl libvariable-magic-perl
13:49:34 #9 5.922   libwant-perl libwebp6 libwww-perl libwww-robotrules-perl libx11-6
13:49:34 #9 5.922   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
13:49:34 #9 5.922   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
13:49:34 #9 5.922   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1 libxpm4 libyaml-0-2
13:49:34 #9 5.922   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release
13:49:34 #9 5.922   lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev media-types
13:49:34 #9 5.922   netbase openssh-client openssl patch patchutils perl perl-modules-5.32
13:49:34 #9 5.923   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
13:49:34 #9 5.923   python-apt-common python3 python3-apt python3-certifi python3-chardet
13:49:34 #9 5.923   python3-debian python3-gpg python3-idna python3-magic python3-minimal
13:49:34 #9 5.923   python3-pkg-resources python3-requests python3-six python3-unidiff
13:49:34 #9 5.923   python3-urllib3 python3-xdg python3.9 python3.9-minimal readline-common
13:49:34 #9 5.923   rpcsvc-proto strace t1utils tzdata ucf unzip wdiff xauth xz-utils zstd
13:49:34 #9 6.369 0 upgraded, 362 newly installed, 0 to remove and 7 not upgraded.
13:49:34 #9 6.369 Need to get 247 MB of archives.
13:49:34 #9 6.369 After this operation, 840 MB of additional disk space will be used.
13:49:34 #9 6.369 Get:1 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblocale-gettext-perl arm64 1.07-4build1 [16.6 kB]
13:49:34 #9 6.518 Get:2 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpython3.9-minimal arm64 3.9.7-2build1 [782 kB]
13:49:34 #9 6.899 Get:3 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libexpat1 arm64 2.4.1-2ubuntu0.3 [77.1 kB]
13:49:34 #9 6.908 Get:4 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3.9-minimal arm64 3.9.7-2build1 [2124 kB]
13:49:34 #9 7.099 Get:5 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-minimal arm64 3.9.4-1build1 [24.5 kB]
13:49:34 #9 7.099 Get:6 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 media-types all 4.0.0 [22.2 kB]
13:49:34 #9 7.099 Get:7 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 tzdata all 2022a-0ubuntu0.21.10 [337 kB]
13:49:34 #9 7.105 Get:8 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmpdec3 arm64 2.5.1-2build1 [89.0 kB]
13:49:34 #9 7.108 Get:9 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 readline-common all 8.1-2 [54.1 kB]
13:49:34 #9 7.108 Get:10 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libreadline8 arm64 8.1-2 [129 kB]
13:49:34 #9 7.111 Get:11 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libsqlite3-0 arm64 3.35.5-1ubuntu0.1 [636 kB]
13:49:34 #9 7.124 Get:12 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpython3.9-stdlib arm64 3.9.7-2build1 [1803 kB]
13:49:34 #9 7.245 Get:13 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3.9 arm64 3.9.7-2build1 [433 kB]
13:49:34 #9 7.253 Get:14 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpython3-stdlib arm64 3.9.4-1build1 [7146 B]
13:49:34 #9 7.253 Get:15 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3 arm64 3.9.4-1build1 [22.8 kB]
13:49:34 #9 7.255 Get:16 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 bsdextrautils arm64 2.36.1-8ubuntu2.2 [73.7 kB]
13:49:34 #9 7.255 Get:17 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libuchardet0 arm64 0.0.7-1build1 [76.8 kB]
13:49:34 #9 7.257 Get:18 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 groff-base arm64 1.22.4-7 [918 kB]
13:49:34 #9 7.318 Get:19 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libgdbm6 arm64 1.19-2 [26.5 kB]
13:49:34 #9 7.318 Get:20 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpipeline1 arm64 1.5.3-1build1 [22.9 kB]
13:49:34 #9 7.318 Get:21 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 man-db arm64 2.9.4-2 [1136 kB]
13:49:34 #9 7.342 Get:22 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 perl-modules-5.32 all 5.32.1-3ubuntu3 [2945 kB]
13:49:34 #9 7.513 Get:23 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libgdbm-compat4 arm64 1.19-2 [6020 B]
13:49:34 #9 7.516 Get:24 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libperl5.32 arm64 5.32.1-3ubuntu3 [4633 kB]
13:49:34 #9 7.734 Get:25 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 perl arm64 5.32.1-3ubuntu3 [227 kB]
13:49:34 #9 7.741 Get:26 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 openssl arm64 1.1.1l-1ubuntu1.3 [635 kB]
13:49:34 #9 7.770 Get:27 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 ca-certificates all 20210119ubuntu1 [149 kB]
13:49:34 #9 7.779 Get:28 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 distro-info-data all 0.51ubuntu1.2 [5140 B]
13:49:34 #9 7.779 Get:29 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 less arm64 551-2 [119 kB]
13:49:34 #9 7.784 Get:30 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmd0 arm64 1.0.3-3build1 [21.4 kB]
13:49:34 #9 7.784 Get:31 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libbsd0 arm64 0.11.3-1ubuntu2 [39.0 kB]
13:49:34 #9 7.787 Get:32 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libelf1 arm64 0.185-1build1 [51.1 kB]
13:49:34 #9 7.789 Get:33 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libicu67 arm64 67.1-7ubuntu1 [10.0 MB]
13:49:34 #9 8.386 Get:34 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libxml2 arm64 2.9.12+dfsg-4ubuntu0.2 [726 kB]
13:49:34 #9 8.392 Get:35 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libyaml-0-2 arm64 0.2.2-1 [44.4 kB]
13:49:34 #9 8.394 Get:36 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 lsb-release all 11.1.0ubuntu3 [10.8 kB]
13:49:34 #9 8.394 Get:37 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 netbase all 6.3 [12.9 kB]
13:49:34 #9 8.394 Get:38 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-pkg-resources all 52.0.0-4 [129 kB]
13:49:34 #9 8.396 Get:39 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 ucf all 3.0043 [56.1 kB]
13:49:34 #9 8.397 Get:40 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmagic-mgc arm64 1:5.39-3 [228 kB]
13:49:34 #9 8.400 Get:41 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmagic1 arm64 1:5.39-3 [75.1 kB]
13:49:34 #9 8.401 Get:42 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 file arm64 1:5.39-3 [23.6 kB]
13:49:34 #9 8.462 Get:43 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gettext-base arm64 0.21-4ubuntu3 [35.2 kB]
13:49:34 #9 8.541 Get:44 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 iso-codes all 4.6.0-1 [2769 kB]
13:49:34 #9 8.655 Get:45 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libcbor0.6 arm64 0.6.0-0ubuntu3 [20.7 kB]
13:49:34 #9 8.655 Get:46 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libedit2 arm64 3.1-20191231-2build1 [96.0 kB]
13:49:34 #9 8.658 Get:47 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfido2-1 arm64 1.6.0-2build1 [56.9 kB]
13:49:34 #9 8.660 Get:48 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpng16-16 arm64 1.6.37-3build4 [189 kB]
13:49:34 #9 8.682 Get:49 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpsl5 arm64 0.21.0-1.2 [53.2 kB]
13:49:34 #9 8.684 Get:50 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxau6 arm64 1:1.0.9-1build3 [7248 B]
13:49:34 #9 8.685 Get:51 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxdmcp6 arm64 1:1.1.3-0ubuntu4 [10.9 kB]
13:49:34 #9 8.685 Get:52 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxcb1 arm64 1.14-3ubuntu1 [43.6 kB]
13:49:34 #9 8.686 Get:53 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libx11-data all 2:1.7.2-1 [123 kB]
13:49:34 #9 8.729 Get:54 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libx11-6 arm64 2:1.7.2-1 [659 kB]
13:49:34 #9 8.802 Get:55 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxext6 arm64 2:1.3.4-0ubuntu3 [27.3 kB]
13:49:34 #9 8.804 Get:56 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxmuu1 arm64 2:1.1.3-0ubuntu1 [9772 B]
13:49:34 #9 8.804 Get:57 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 manpages all 5.10-1ubuntu1 [1375 kB]
13:49:34 #9 8.854 Get:58 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 openssh-client arm64 1:8.4p1-6ubuntu2.1 [754 kB]
13:49:34 #9 8.908 Get:59 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 publicsuffix all 20210108.1309-1 [116 kB]
13:49:34 #9 8.908 Get:60 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python-apt-common all 2.2.1 [13.9 kB]
13:49:34 #9 8.908 Get:61 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-apt arm64 2.2.1 [144 kB]
13:49:34 #9 8.908 Get:62 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 strace arm64 5.13-0ubuntu1 [425 kB]
13:49:34 #9 8.925 Get:63 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 xauth arm64 1:1.1-1 [24.0 kB]
13:49:34 #9 8.925 Get:64 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 xz-utils arm64 5.2.5-2ubuntu0.1 [84.4 kB]
13:49:34 #9 8.950 Get:65 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsigsegv2 arm64 2.13-1ubuntu2 [14.5 kB]
13:49:34 #9 8.950 Get:66 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 m4 arm64 1.4.18-5ubuntu1 [196 kB]
13:49:34 #9 8.958 Get:67 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 autoconf all 2.69-14 [293 kB]
13:49:34 #9 9.024 Get:68 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 autotools-dev all 20180224.1+nmu1 [39.4 kB]
13:49:34 #9 9.024 Get:69 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 automake all 1:1.16.4-2 [557 kB]
13:49:34 #9 9.045 Get:70 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 autopoint all 0.21-4ubuntu3 [422 kB]
13:49:34 #9 9.066 Get:71 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 binutils-common arm64 2.37-7ubuntu1 [212 kB]
13:49:34 #9 9.068 Get:72 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libbinutils arm64 2.37-7ubuntu1 [733 kB]
13:49:34 #9 9.112 Get:73 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libctf-nobfd0 arm64 2.37-7ubuntu1 [106 kB]
13:49:34 #9 9.117 Get:74 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libctf0 arm64 2.37-7ubuntu1 [102 kB]
13:49:34 #9 9.121 Get:75 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 binutils-aarch64-linux-gnu arm64 2.37-7ubuntu1 [3211 kB]
13:49:34 #9 9.301 Get:76 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 binutils arm64 2.37-7ubuntu1 [3162 B]
13:49:34 #9 9.301 Get:77 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libc-dev-bin arm64 2.34-0ubuntu3.2 [19.6 kB]
13:49:34 #9 9.301 Get:78 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 linux-libc-dev arm64 5.13.0-44.49 [1251 kB]
13:49:34 #9 9.335 Get:79 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libcrypt-dev arm64 1:4.4.18-4ubuntu1 [109 kB]
13:49:34 #9 9.338 Get:80 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 rpcsvc-proto arm64 1.4.2-0ubuntu5 [65.3 kB]
13:49:34 #9 9.343 Get:81 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtirpc-dev arm64 1.3.2-2 [198 kB]
13:49:34 #9 9.348 Get:82 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnsl-dev arm64 1.3.0-2build1 [72.0 kB]
13:49:34 #9 9.359 Get:83 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libc6-dev arm64 2.34-0ubuntu3.2 [1525 kB]
13:49:34 #9 9.424 Get:84 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libisl23 arm64 0.24-1 [591 kB]
13:49:34 #9 9.446 Get:85 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmpfr6 arm64 4.1.0-3build1 [215 kB]
13:49:34 #9 9.469 Get:86 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmpc3 arm64 1.2.0-1build1 [42.4 kB]
13:49:34 #9 9.469 Get:87 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 cpp-11 arm64 11.2.0-7ubuntu2 [49.9 MB]
13:49:34 #9 ...
13:49:34 
13:49:34 #14 [golang 1/1] FROM docker.io/library/golang:1.17.10-buster@sha256:f629fcac0ef84c3bb5622e6992d9e7f3d9b79ba98f11d97c450e86f973f9cc4a
13:49:34 #14 sha256:0748dff22fb1e7086f9a48c7d0c2271a5bccd9d30ace7a38fc44326cf8e7d238
13:49:34 #14 extracting sha256:0f8cbc5c2013df616d9c092c0c72b661f96a2f7b3a195357ac0f0ff415ed606d 3.8s done
13:49:35 #14 extracting sha256:c8d73c8a55ec509afff79d4b02eeda18642c89f7f41399cbe0ab2d024b82f42e done
13:49:35 #14 DONE 15.6s
13:49:35 
13:49:35 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
13:49:35 #9 sha256:b352c7ff7862e7af890b6f5542e85378ad532dbbfa7c9b2949922c33a7d9ed13
13:49:37 #9 12.37 Get:88 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 cpp arm64 4:11.2.0-1ubuntu1 [27.7 kB]
13:49:37 #9 12.37 Get:89 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libcc1-0 arm64 11.2.0-7ubuntu2 [54.1 kB]
13:49:37 #9 12.37 Get:90 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libgomp1 arm64 11.2.0-7ubuntu2 [115 kB]
13:49:37 #9 12.37 Get:91 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libitm1 arm64 11.2.0-7ubuntu2 [28.4 kB]
13:49:37 #9 12.37 Get:92 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libatomic1 arm64 11.2.0-7ubuntu2 [10.8 kB]
13:49:37 #9 12.38 Get:93 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libasan6 arm64 11.2.0-7ubuntu2 [2229 kB]
13:49:37 #9 12.40 Get:94 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblsan0 arm64 11.2.0-7ubuntu2 [942 kB]
13:49:37 #9 12.42 Get:95 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtsan0 arm64 11.2.0-7ubuntu2 [2233 kB]
13:49:37 #9 12.47 Get:96 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libubsan1 arm64 11.2.0-7ubuntu2 [908 kB]
13:49:37 #9 12.57 Get:97 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhwasan0 arm64 11.2.0-7ubuntu2 [1010 kB]
13:49:37 #9 12.63 Get:98 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libgcc-11-dev arm64 11.2.0-7ubuntu2 [1150 kB]
13:49:37 #9 12.67 Get:99 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gcc-11 arm64 11.2.0-7ubuntu2 [58.3 MB]
13:49:40 #9 15.66 Get:100 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gcc arm64 4:11.2.0-1ubuntu1 [5128 B]
13:49:40 #9 15.66 Get:101 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libstdc++-11-dev arm64 11.2.0-7ubuntu2 [2061 kB]
13:49:41 #9 16.10 Get:102 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 g++-11 arm64 11.2.0-7ubuntu2 [54.4 MB]
13:49:45 #9 20.27 Get:103 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 g++ arm64 4:11.2.0-1ubuntu1 [1394 B]
13:49:45 #9 20.27 Get:104 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 make arm64 4.3-4ubuntu1 [158 kB]
13:49:45 #9 20.27 Get:105 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libdpkg-perl all 1.20.9ubuntu2.2 [236 kB]
13:49:45 #9 20.29 Get:106 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 bzip2 arm64 1.0.8-4ubuntu3 [32.3 kB]
13:49:45 #9 20.29 Get:107 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 patch arm64 2.7.6-7 [97.8 kB]
13:49:45 #9 20.29 Get:108 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 lto-disabled-list all 16 [12.5 kB]
13:49:45 #9 20.29 Get:109 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 dpkg-dev all 1.20.9ubuntu2.2 [934 kB]
13:49:45 #9 20.34 Get:110 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 build-essential arm64 12.9ubuntu2 [4680 B]
13:49:45 #9 20.34 Get:111 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libbrotli1 arm64 1.0.9-2build3 [314 kB]
13:49:45 #9 20.36 Get:112 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-2.1ubuntu0.1 [16.1 kB]
13:49:45 #9 20.75 Get:113 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1ubuntu0.1 [51.3 kB]
13:49:46 #9 20.98 Get:114 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libldap-2.5-0 arm64 2.5.6+dfsg-1~exp1ubuntu1.1 [184 kB]
13:49:46 #9 21.14 Get:115 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnghttp2-14 arm64 1.43.0-1 [68.5 kB]
13:49:46 #9 21.16 Get:116 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2build3 [59.3 kB]
13:49:46 #9 21.19 Get:117 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libssh-4 arm64 0.9.6-1 [184 kB]
13:49:46 #9 21.24 Get:118 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libcurl4 arm64 7.74.0-1.3ubuntu2.2 [269 kB]
13:49:46 #9 21.28 Get:119 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 curl arm64 7.74.0-1.3ubuntu2.2 [175 kB]
13:49:46 #9 21.30 Get:120 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 dctrl-tools arm64 2.24-3 [59.1 kB]
13:49:46 #9 21.31 Get:121 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdebhelper-perl all 13.3.4ubuntu2 [62.5 kB]
13:49:46 #9 21.31 Get:122 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtool all 2.4.6-15 [161 kB]
13:49:46 #9 21.33 Get:123 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 dh-autoreconf all 20 [16.1 kB]
13:49:46 #9 21.33 Get:124 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libarchive-zip-perl all 1.68-1 [90.2 kB]
13:49:46 #9 21.34 Get:125 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsub-override-perl all 0.09-2 [9532 B]
13:49:46 #9 21.34 Get:126 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfile-stripnondeterminism-perl all 1.12.0-1 [17.5 kB]
13:49:46 #9 21.36 Get:127 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 dh-strip-nondeterminism all 1.12.0-1 [5228 B]
13:49:46 #9 21.36 Get:128 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdw1 arm64 0.185-1build1 [245 kB]
13:49:46 #9 21.43 Get:129 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 debugedit arm64 1:5.0-0ubuntu2 [47.0 kB]
13:49:46 #9 21.44 Get:130 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 dwz arm64 0.14-1build1 [102 kB]
13:49:46 #9 21.44 Get:131 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gettext arm64 0.21-4ubuntu3 [775 kB]
13:49:46 #9 21.47 Get:132 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
13:49:46 #9 21.47 Get:133 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 po-debconf all 1.0.21+nmu1 [233 kB]
13:49:46 #9 21.48 Get:134 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 debhelper all 13.3.4ubuntu2 [921 kB]
13:49:46 #9 21.53 Get:135 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfakeroot arm64 1.25.3-1.1ubuntu2 [27.1 kB]
13:49:46 #9 21.53 Get:136 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 fakeroot arm64 1.25.3-1.1ubuntu2 [62.3 kB]
13:49:46 #9 21.53 Get:137 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libassuan0 arm64 2.5.5-1 [36.6 kB]
13:49:46 #9 21.53 Get:138 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gpgconf arm64 2.2.20-1ubuntu4 [85.8 kB]
13:49:46 #9 21.58 Get:139 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libksba8 arm64 1.5.1-1 [100 kB]
13:49:46 #9 21.58 Get:140 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnpth0 arm64 1.6-3 [7824 B]
13:49:46 #9 21.58 Get:141 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 dirmngr arm64 2.2.20-1ubuntu4 [263 kB]
13:49:46 #9 21.59 Get:142 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gnupg-l10n all 2.2.20-1ubuntu4 [51.4 kB]
13:49:46 #9 21.59 Get:143 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gnupg-utils arm64 2.2.20-1ubuntu4 [277 kB]
13:49:46 #9 21.65 Get:144 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gpg arm64 2.2.20-1ubuntu4 [436 kB]
13:49:46 #9 21.66 Get:145 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 pinentry-curses arm64 1.1.1-1 [30.4 kB]
13:49:46 #9 21.66 Get:146 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gpg-agent arm64 2.2.20-1ubuntu4 [176 kB]
13:49:46 #9 21.66 Get:147 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gpg-wks-client arm64 2.2.20-1ubuntu4 [57.1 kB]
13:49:46 #9 21.67 Get:148 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gpg-wks-server arm64 2.2.20-1ubuntu4 [52.7 kB]
13:49:46 #9 21.73 Get:149 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gpgsm arm64 2.2.20-1ubuntu4 [168 kB]
13:49:46 #9 21.73 Get:150 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 gnupg all 2.2.20-1ubuntu4 [260 kB]
13:49:46 #9 21.73 Get:151 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfile-dirlist-perl all 0.05-2 [7100 B]
13:49:46 #9 21.74 Get:152 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfile-which-perl all 1.23-1 [13.8 kB]
13:49:46 #9 21.74 Get:153 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfile-homedir-perl all 1.006-1 [38.3 kB]
13:49:46 #9 21.80 Get:154 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfile-touch-perl all 0.11-1 [8284 B]
13:49:46 #9 21.80 Get:155 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libio-pty-perl arm64 1:1.15-2build1 [34.7 kB]
13:49:46 #9 21.80 Get:156 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libipc-run-perl all 20200505.0-1 [89.8 kB]
13:49:46 #9 21.80 Get:157 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
13:49:46 #9 21.81 Get:158 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libb-hooks-op-check-perl arm64 0.22-1build3 [10.2 kB]
13:49:46 #9 21.88 Get:159 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
13:49:46 #9 21.88 Get:160 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdevel-callchecker-perl arm64 0.008-1ubuntu3 [14.7 kB]
13:49:46 #9 21.88 Get:161 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libparams-classify-perl arm64 0.015-1build4 [21.8 kB]
13:49:46 #9 21.88 Get:162 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
13:49:46 #9 21.88 Get:163 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB]
13:49:46 #9 21.95 Get:164 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
13:49:46 #9 21.95 Get:165 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libstrictures-perl all 2.000006-1 [16.3 kB]
13:49:46 #9 21.95 Get:166 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsub-quote-perl all 2.006006-1 [19.5 kB]
13:49:46 #9 21.95 Get:167 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmoo-perl all 2.004004-1 [46.9 kB]
13:49:46 #9 21.95 Get:168 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libencode-locale-perl all 1.05-1.1 [11.8 kB]
13:49:46 #9 22.02 Get:169 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtimedate-perl all 2.3300-2 [34.0 kB]
13:49:47 #9 22.02 Get:170 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhttp-date-perl all 6.05-1 [9920 B]
13:49:47 #9 22.02 Get:171 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfile-listing-perl all 6.14-1 [11.2 kB]
13:49:47 #9 22.02 Get:172 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
13:49:47 #9 22.02 Get:173 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liburi-perl all 5.08-1 [77.4 kB]
13:49:47 #9 22.10 Get:174 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhtml-parser-perl arm64 3.76-1 [83.3 kB]
13:49:47 #9 22.10 Get:175 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhtml-tree-perl all 5.07-2 [200 kB]
13:49:47 #9 22.10 Get:176 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libio-html-perl all 1.004-2 [15.4 kB]
13:49:47 #9 22.10 Get:177 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
13:49:47 #9 22.10 Get:178 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhttp-message-perl all 6.29-1 [75.5 kB]
13:49:47 #9 22.17 Get:179 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
13:49:47 #9 22.17 Get:180 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
13:49:47 #9 22.17 Get:181 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 perl-openssl-defaults arm64 5 [7400 B]
13:49:47 #9 22.17 Get:182 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnet-ssleay-perl arm64 1.88-3ubuntu1 [285 kB]
13:49:47 #9 22.18 Get:183 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libio-socket-ssl-perl all 2.069-1 [179 kB]
13:49:47 #9 22.24 Get:184 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnet-http-perl all 6.20-1 [23.0 kB]
13:49:47 #9 22.24 Get:185 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
13:49:47 #9 22.25 Get:186 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtry-tiny-perl all 0.30-1 [20.5 kB]
13:49:47 #9 22.25 Get:187 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
13:49:47 #9 22.25 Get:188 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libwww-perl all 6.53-1 [140 kB]
13:49:47 #9 22.32 Get:189 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 patchutils arm64 0.4.2-1 [71.0 kB]
13:49:47 #9 22.32 Get:190 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 wdiff arm64 1.2.2-2build2 [29.0 kB]
13:49:47 #9 22.32 Get:191 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 devscripts arm64 2.21.4ubuntu1 [975 kB]
13:49:47 #9 22.33 Get:192 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 diffstat arm64 1.64-1 [25.7 kB]
13:49:47 #9 22.34 Get:193 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-chardet all 4.0.0-1 [98.0 kB]
13:49:47 #9 22.39 Get:194 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-six all 1.16.0-2 [12.6 kB]
13:49:47 #9 22.39 Get:195 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 zstd arm64 1.4.8+dfsg-2.1 [504 kB]
13:49:47 #9 22.40 Get:196 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-debian all 0.1.39ubuntu1 [71.9 kB]
13:49:47 #9 22.40 Get:197 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libgpgme11 arm64 1.14.0-1ubuntu4 [128 kB]
13:49:47 #9 22.40 Get:198 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-gpg arm64 1.14.0-1ubuntu4 [196 kB]
13:49:47 #9 22.46 Get:199 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 dput all 1.1.0ubuntu2 [44.9 kB]
13:49:47 #9 22.47 Get:200 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
13:49:47 #9 22.48 Get:201 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 fontconfig-config all 2.13.1-4.2ubuntu3 [28.2 kB]
13:49:47 #9 22.48 Get:202 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libcurl3-gnutls arm64 7.74.0-1.3ubuntu2.2 [264 kB]
13:49:47 #9 22.49 Get:203 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liberror-perl all 0.17029-1 [26.5 kB]
13:49:47 #9 22.54 Get:204 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 git-man all 1:2.32.0-1ubuntu1.2 [942 kB]
13:49:47 #9 22.55 Get:205 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 git arm64 1:2.32.0-1ubuntu1.2 [3059 kB]
13:49:47 #9 22.70 Get:206 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
13:49:47 #9 22.76 Get:207 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libalgorithm-diff-xs-perl arm64 0.04-6build1 [11.2 kB]
13:49:47 #9 22.76 Get:208 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
13:49:47 #9 22.76 Get:209 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libaliased-perl all 0.34-1.1 [13.3 kB]
13:49:47 #9 22.76 Get:210 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libapt-pkg-perl arm64 0.1.40 [65.5 kB]
13:49:47 #9 22.76 Get:211 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libarchive-cpio-perl all 0.10-1.1 [9928 B]
13:49:48 #9 23.16 Get:212 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libarray-intspan-perl all 2.004-1 [24.5 kB]
13:49:48 #9 23.26 Get:213 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
13:49:48 #9 23.28 Get:214 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
13:49:48 #9 23.31 Get:215 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libvariable-magic-perl arm64 0.62-1build3 [32.5 kB]
13:49:48 #9 23.36 Get:216 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libb-hooks-endofscope-perl all 0.24-1.1 [17.0 kB]
13:49:48 #9 23.38 Get:217 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfreetype6 arm64 2.10.4+dfsg-1build1 [323 kB]
13:49:48 #9 23.54 Get:218 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfontconfig1 arm64 2.13.1-4.2ubuntu3 [113 kB]
13:49:48 #9 23.56 Get:219 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libjpeg-turbo8 arm64 2.0.6-0ubuntu2 [99.9 kB]
13:49:48 #9 23.58 Get:220 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libjpeg8 arm64 8c-2ubuntu8 [2198 B]
13:49:48 #9 23.58 Get:221 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdeflate0 arm64 1.7-2ubuntu2 [53.1 kB]
13:49:48 #9 23.59 Get:222 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libjbig0 arm64 2.1-3.1build1 [24.0 kB]
13:49:48 #9 23.59 Get:223 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libwebp6 arm64 0.6.1-2.1 [164 kB]
13:49:48 #9 23.61 Get:224 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libtiff5 arm64 4.3.0-1ubuntu0.1 [180 kB]
13:49:48 #9 23.63 Get:225 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxpm4 arm64 1:3.5.12-1 [28.8 kB]
13:49:48 #9 23.64 Get:226 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libgd3 arm64 2.3.0-2ubuntu1 [126 kB]
13:49:48 #9 23.65 Get:227 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libc-devtools arm64 2.34-0ubuntu3.2 [27.7 kB]
13:49:48 #9 23.68 Get:228 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
13:49:48 #9 23.68 Get:229 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
13:49:48 #9 23.69 Get:230 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libclass-xsaccessor-perl arm64 1.19-3build7 [32.1 kB]
13:49:48 #9 23.69 Get:231 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libclone-perl arm64 0.45-1build1 [10.5 kB]
13:49:48 #9 23.69 Get:232 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libcommon-sense-perl arm64 3.75-1build4 [20.5 kB]
13:49:48 #9 23.76 Get:233 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libconfig-tiny-perl all 2.26-1 [12.5 kB]
13:49:48 #9 23.76 Get:234 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libparams-util-perl arm64 1.102-1build2 [22.3 kB]
13:49:48 #9 23.76 Get:235 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsub-install-perl all 0.928-1.1 [9972 B]
13:49:48 #9 23.76 Get:236 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdata-optlist-perl all 0.110-1.1 [10.2 kB]
13:49:48 #9 23.76 Get:237 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsub-exporter-perl all 0.987-1 [44.9 kB]
13:49:48 #9 23.83 Get:238 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libconst-fast-perl all 0.014-1.1 [7756 B]
13:49:48 #9 23.83 Get:239 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libwant-perl arm64 0.29-1build6 [24.9 kB]
13:49:48 #9 23.83 Get:240 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
13:49:48 #9 23.83 Get:241 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libcpanel-json-xs-perl arm64 4.25-1build1 [108 kB]
13:49:48 #9 23.84 Get:242 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
13:49:48 #9 23.90 Get:243 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libexception-class-perl all 1.44-1 [25.9 kB]
13:49:48 #9 23.90 Get:244 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
13:49:48 #9 23.90 Get:245 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
13:49:48 #9 23.90 Get:246 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
13:49:48 #9 23.90 Get:247 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblist-moreutils-xs-perl arm64 0.430-2 [35.0 kB]
13:49:48 #9 23.97 Get:248 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
13:49:48 #9 23.97 Get:249 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdata-dpath-perl all 0.58-1 [38.8 kB]
13:49:48 #9 23.97 Get:250 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdata-dump-perl all 1.23-1.1 [24.9 kB]
13:49:48 #9 23.98 Get:251 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdata-messagepack-perl arm64 1.01-2 [33.8 kB]
13:49:48 #9 23.98 Get:252 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
13:49:48 #9 24.04 Get:253 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
13:49:49 #9 24.05 Get:254 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdistro-info-perl all 1.0 [5508 B]
13:49:49 #9 24.05 Get:255 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libemail-address-xs-perl arm64 1.04-1build5 [27.9 kB]
13:49:49 #9 24.05 Get:256 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
13:49:49 #9 24.05 Get:257 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfile-basedir-perl all 0.08-1 [16.9 kB]
13:49:49 #9 24.12 Get:258 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
13:49:49 #9 24.12 Get:259 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfile-fcntllock-perl arm64 0.22-3build5 [32.9 kB]
13:49:49 #9 24.12 Get:260 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnumber-compare-perl all 0.03-1.1 [6620 B]
13:49:49 #9 24.12 Get:261 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtext-glob-perl all 0.11-1 [7992 B]
13:49:49 #9 24.12 Get:262 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
13:49:49 #9 24.19 Get:263 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfont-afm-perl all 1.20-3 [13.6 kB]
13:49:49 #9 24.19 Get:264 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libio-string-perl all 1.08-3.1 [10.7 kB]
13:49:49 #9 24.19 Get:265 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libfont-ttf-perl all 1.06-1.1 [316 kB]
13:49:49 #9 24.20 Get:266 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libio-stringy-perl all 2.111-3 [55.8 kB]
13:49:49 #9 24.21 Get:267 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libparams-validate-perl arm64 1.30-1build2 [54.0 kB]
13:49:49 #9 24.26 Get:268 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libgetopt-long-descriptive-perl all 0.105-1 [24.7 kB]
13:49:49 #9 24.26 Get:269 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsort-versions-perl all 1.62-1 [9294 B]
13:49:49 #9 24.26 Get:270 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
13:49:49 #9 24.26 Get:271 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
13:49:49 #9 24.26 Get:272 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libio-prompter-perl all 0.004015-1 [58.1 kB]
13:49:49 #9 24.33 Get:273 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libjson-perl all 4.03000-1 [80.6 kB]
13:49:49 #9 24.34 Get:274 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblog-any-perl all 1.709-1 [67.7 kB]
13:49:49 #9 24.34 Get:275 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
13:49:49 #9 24.34 Get:276 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpackage-stash-perl all 0.39-1 [19.1 kB]
13:49:49 #9 24.34 Get:277 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsub-identify-perl arm64 0.14-1build4 [10.6 kB]
13:49:49 #9 24.41 Get:278 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsub-name-perl arm64 0.26-1build2 [11.3 kB]
13:49:49 #9 24.41 Get:279 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
13:49:49 #9 24.41 Get:280 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpath-tiny-perl all 0.118-1 [42.2 kB]
13:49:49 #9 24.41 Get:281 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtype-tiny-perl all 1.012002-1 [319 kB]
13:49:49 #9 24.42 Get:282 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
13:49:49 #9 24.48 Get:283 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhash-fieldhash-perl arm64 0.15-1build4 [16.9 kB]
13:49:49 #9 24.48 Get:284 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhtml-form-perl all 6.07-1 [22.2 kB]
13:49:49 #9 24.48 Get:285 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhtml-format-perl all 2.12-1.1 [41.3 kB]
13:49:49 #9 24.48 Get:286 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
13:49:49 #9 24.48 Get:287 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libhttp-daemon-perl all 6.12-1 [21.7 kB]
13:49:49 #9 24.55 Get:288 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
13:49:49 #9 24.55 Get:289 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libjson-xs-perl arm64 4.030-1build2 [87.0 kB]
13:49:49 #9 24.56 Get:290 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
13:49:49 #9 24.56 Get:291 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libldap-common all 2.5.6+dfsg-1~exp1ubuntu1.1 [18.7 kB]
13:49:49 #9 24.56 Get:292 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblist-compare-perl all 0.55-1 [63.3 kB]
13:49:49 #9 24.63 Get:293 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblist-someutils-perl all 0.58-1 [29.7 kB]
13:49:49 #9 24.63 Get:294 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblist-someutils-xs-perl arm64 0.58-2build2 [32.8 kB]
13:49:49 #9 24.63 Get:295 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblist-utilsby-perl all 0.11-1 [14.7 kB]
13:49:49 #9 24.63 Get:296 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libltdl7 arm64 2.4.6-15 [37.7 kB]
13:49:49 #9 24.63 Get:297 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libltdl-dev arm64 2.4.6-15 [162 kB]
13:49:49 #9 24.70 Get:298 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 liblzo2-2 arm64 2.10-2build1 [44.4 kB]
13:49:49 #9 24.70 Get:299 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
13:49:49 #9 24.70 Get:300 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
13:49:49 #9 24.70 Get:301 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
13:49:49 #9 24.70 Get:302 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmailtools-perl all 2.21-1 [80.7 kB]
13:49:49 #9 24.77 Get:303 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmarkdown2 arm64 2.2.6-1ubuntu2 [37.0 kB]
13:49:49 #9 24.77 Get:304 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmoox-aliases-perl all 0.001006-1.1 [6632 B]
13:49:49 #9 24.77 Get:305 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
13:49:49 #9 24.77 Get:306 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
13:49:49 #9 24.77 Get:307 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmoox-struct-perl all 0.020-1 [23.7 kB]
13:49:49 #9 24.84 Get:308 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libmouse-perl arm64 2.5.10-1build2 [153 kB]
13:49:49 #9 24.85 Get:309 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libnumber-range-perl all 0.12-1.1 [8000 B]
13:49:49 #9 24.85 Get:310 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpackage-stash-xs-perl arm64 0.29-1build4 [19.0 kB]
13:49:49 #9 24.85 Get:311 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
13:49:49 #9 24.85 Get:312 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libperlio-gzip-perl arm64 0.19-1build7 [14.9 kB]
13:49:50 #9 25.25 Get:313 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpod-parser-perl all 1.63-2 [82.2 kB]
13:49:50 #9 25.53 Get:314 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpod-constants-perl all 0.19-2 [16.3 kB]
13:49:50 #9 25.54 Get:315 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libproc-processtable-perl arm64 0.59-2build2 [36.7 kB]
13:49:50 #9 25.57 Get:316 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libre2-9 arm64 20210801+dfsg-1 [153 kB]
13:49:50 #9 25.67 Get:317 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libre-engine-re2-perl arm64 0.14-1build1 [17.9 kB]
13:49:50 #9 25.68 Get:318 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libreadonly-perl all 2.050-3 [19.9 kB]
13:49:50 #9 25.69 Get:319 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libref-util-perl all 0.204-1 [15.0 kB]
13:49:50 #9 25.69 Get:320 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libref-util-xs-perl arm64 0.117-1build3 [11.6 kB]
13:49:50 #9 25.69 Get:321 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libregexp-pattern-license-perl all 3.4.0-1 [49.4 kB]
13:49:50 #9 25.71 Get:322 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
13:49:50 #9 25.71 Get:323 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libsasl2-modules arm64 2.1.27+dfsg-2.1ubuntu0.1 [52.1 kB]
13:49:50 #9 25.72 Get:324 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsereal-decoder-perl arm64 4.018+ds-1build1 [90.5 kB]
13:49:50 #9 25.75 Get:325 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsereal-encoder-perl arm64 4.018+ds-1build1 [92.7 kB]
13:49:50 #9 25.77 Get:326 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libsort-key-perl arm64 1.33-2build4 [36.0 kB]
13:49:51 #9 25.83 Get:327 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libstring-copyright-perl all 0.003006-1 [9608 B]
13:49:51 #9 25.83 Get:328 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
13:49:51 #9 25.83 Get:329 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
13:49:51 #9 25.83 Get:330 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libterm-readkey-perl arm64 2.38-1build2 [24.0 kB]
13:49:51 #9 25.83 Get:331 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtext-levenshteinxs-perl arm64 0.03-4build9 [8486 B]
13:49:51 #9 25.83 Get:332 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtext-markdown-discount-perl arm64 0.12-1build2 [12.4 kB]
13:49:51 #9 25.83 Get:333 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtext-xslate-perl arm64 3.5.8-1build2 [179 kB]
13:49:51 #9 25.85 Get:334 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtime-duration-perl all 1.21-1 [13.1 kB]
13:49:51 #9 25.90 Get:335 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtime-moment-perl arm64 0.44-1build4 [70.0 kB]
13:49:51 #9 25.91 Get:336 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libtype-tiny-xs-perl arm64 0.022-1 [23.2 kB]
13:49:51 #9 25.98 Get:337 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libunicode-utf8-perl arm64 0.62-1build2 [17.7 kB]
13:49:51 #9 25.98 Get:338 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
13:49:51 #9 25.98 Get:339 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
13:49:51 #9 25.98 Get:340 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
13:49:51 #9 25.98 Get:341 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-2build1 [301 kB]
13:49:51 #9 26.01 Get:342 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxml-parser-perl arm64 2.46-2 [190 kB]
13:49:51 #9 26.02 Get:343 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
13:49:51 #9 26.02 Get:344 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libyaml-libyaml-perl arm64 0.82+repack-1build1 [26.6 kB]
13:49:51 #9 26.05 Get:345 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 licensecheck all 3.1.1-2 [36.7 kB]
13:49:51 #9 26.05 Get:346 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdevel-size-perl arm64 0.83-1build3 [20.5 kB]
13:49:51 #9 26.12 Get:347 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libipc-run3-perl all 0.048-2 [31.4 kB]
13:49:51 #9 26.12 Get:348 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 lzip arm64 1.22-3 [77.1 kB]
13:49:51 #9 26.13 Get:349 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 lzop arm64 1.04-2build1 [84.0 kB]
13:49:51 #9 26.13 Get:350 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 t1utils arm64 1.41-4build1 [61.4 kB]
13:49:51 #9 26.13 Get:351 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 unzip arm64 6.0-26ubuntu1 [160 kB]
13:49:51 #9 26.14 Get:352 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 lintian all 2.104.0ubuntu3.2 [968 kB]
13:49:51 #9 26.20 Get:353 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 manpages-dev all 5.10-1ubuntu1 [2309 kB]
13:49:51 #9 26.31 Get:354 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-certifi all 2020.6.20-1 [150 kB]
13:49:51 #9 26.31 Get:355 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-idna all 2.10-1 [35.2 kB]
13:49:51 #9 26.31 Get:356 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
13:49:51 #9 26.32 Get:357 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-requests all 2.25.1+dfsg-2 [47.9 kB]
13:49:51 #9 26.32 Get:358 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-unidiff all 0.5.5-2 [9180 B]
13:49:51 #9 26.36 Get:359 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-xdg all 0.27-2 [36.9 kB]
13:49:51 #9 26.36 Get:360 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 equivs all 2.3.1 [19.0 kB]
13:49:51 #9 26.37 Get:361 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
13:49:51 #9 26.37 Get:362 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 python3-magic all 2:0.4.20-3 [12.3 kB]
13:49:51 #9 26.60 debconf: delaying package configuration, since apt-utils is not installed
13:49:51 #9 26.64 Fetched 247 MB in 20s (12.1 MB/s)
13:49:51 #9 26.72 Selecting previously unselected package liblocale-gettext-perl.
13:49:51 #9 26.72 (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 ... 4378 files and directories currently installed.)
13:49:51 #9 26.73 Preparing to unpack .../liblocale-gettext-perl_1.07-4build1_arm64.deb ...
13:49:51 #9 26.73 Unpacking liblocale-gettext-perl (1.07-4build1) ...
13:49:51 #9 26.77 Selecting previously unselected package libpython3.9-minimal:arm64.
13:49:51 #9 26.77 Preparing to unpack .../libpython3.9-minimal_3.9.7-2build1_arm64.deb ...
13:49:51 #9 26.77 Unpacking libpython3.9-minimal:arm64 (3.9.7-2build1) ...
13:49:51 #9 26.85 Selecting previously unselected package libexpat1:arm64.
13:49:51 #9 26.85 Preparing to unpack .../libexpat1_2.4.1-2ubuntu0.3_arm64.deb ...
13:49:51 #9 26.86 Unpacking libexpat1:arm64 (2.4.1-2ubuntu0.3) ...
13:49:51 #9 26.90 Selecting previously unselected package python3.9-minimal.
13:49:51 #9 26.90 Preparing to unpack .../python3.9-minimal_3.9.7-2build1_arm64.deb ...
13:49:51 #9 26.91 Unpacking python3.9-minimal (3.9.7-2build1) ...
13:49:51 #9 26.97 Setting up libpython3.9-minimal:arm64 (3.9.7-2build1) ...
13:49:52 #9 26.99 Setting up libexpat1:arm64 (2.4.1-2ubuntu0.3) ...
13:49:52 #9 27.00 Setting up python3.9-minimal (3.9.7-2build1) ...
13:49:52 #9 27.69 Selecting previously unselected package python3-minimal.
13:49:52 #9 27.69 (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 ... 4685 files and directories currently installed.)
13:49:52 #9 27.70 Preparing to unpack .../0-python3-minimal_3.9.4-1build1_arm64.deb ...
13:49:52 #9 27.70 Unpacking python3-minimal (3.9.4-1build1) ...
13:49:52 #9 27.73 Selecting previously unselected package media-types.
13:49:52 #9 27.74 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
13:49:52 #9 27.74 Unpacking media-types (4.0.0) ...
13:49:52 #9 27.87 Selecting previously unselected package tzdata.
13:49:52 #9 27.87 Preparing to unpack .../2-tzdata_2022a-0ubuntu0.21.10_all.deb ...
13:49:52 #9 27.88 Unpacking tzdata (2022a-0ubuntu0.21.10) ...
13:49:53 #9 28.07 Selecting previously unselected package libmpdec3:arm64.
13:49:53 #9 28.07 Preparing to unpack .../3-libmpdec3_2.5.1-2build1_arm64.deb ...
13:49:53 #9 28.08 Unpacking libmpdec3:arm64 (2.5.1-2build1) ...
13:49:53 #9 28.11 Selecting previously unselected package readline-common.
13:49:53 #9 28.11 Preparing to unpack .../4-readline-common_8.1-2_all.deb ...
13:49:53 #9 28.12 Unpacking readline-common (8.1-2) ...
13:49:53 #9 28.16 Selecting previously unselected package libreadline8:arm64.
13:49:53 #9 28.16 Preparing to unpack .../5-libreadline8_8.1-2_arm64.deb ...
13:49:53 #9 28.16 Unpacking libreadline8:arm64 (8.1-2) ...
13:49:53 #9 28.20 Selecting previously unselected package libsqlite3-0:arm64.
13:49:53 #9 28.21 Preparing to unpack .../6-libsqlite3-0_3.35.5-1ubuntu0.1_arm64.deb ...
13:49:53 #9 28.21 Unpacking libsqlite3-0:arm64 (3.35.5-1ubuntu0.1) ...
13:49:53 #9 28.25 Selecting previously unselected package libpython3.9-stdlib:arm64.
13:49:53 #9 28.25 Preparing to unpack .../7-libpython3.9-stdlib_3.9.7-2build1_arm64.deb ...
13:49:53 #9 28.26 Unpacking libpython3.9-stdlib:arm64 (3.9.7-2build1) ...
13:49:53 #9 28.36 Selecting previously unselected package python3.9.
13:49:53 #9 28.36 Preparing to unpack .../8-python3.9_3.9.7-2build1_arm64.deb ...
13:49:53 #9 28.36 Unpacking python3.9 (3.9.7-2build1) ...
13:49:53 #9 28.39 Selecting previously unselected package libpython3-stdlib:arm64.
13:49:53 #9 28.39 Preparing to unpack .../9-libpython3-stdlib_3.9.4-1build1_arm64.deb ...
13:49:53 #9 28.39 Unpacking libpython3-stdlib:arm64 (3.9.4-1build1) ...
13:49:53 #9 28.42 Setting up python3-minimal (3.9.4-1build1) ...
13:49:53 #9 28.61 Selecting previously unselected package python3.
13:49:53 #9 28.61 (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 ... 6983 files and directories currently installed.)
13:49:53 #9 28.61 Preparing to unpack .../000-python3_3.9.4-1build1_arm64.deb ...
13:49:53 #9 28.62 Unpacking python3 (3.9.4-1build1) ...
13:49:53 #9 28.65 Selecting previously unselected package bsdextrautils.
13:49:53 #9 28.65 Preparing to unpack .../001-bsdextrautils_2.36.1-8ubuntu2.2_arm64.deb ...
13:49:53 #9 28.66 Unpacking bsdextrautils (2.36.1-8ubuntu2.2) ...
13:49:53 #9 28.69 Selecting previously unselected package libuchardet0:arm64.
13:49:53 #9 28.69 Preparing to unpack .../002-libuchardet0_0.0.7-1build1_arm64.deb ...
13:49:53 #9 28.70 Unpacking libuchardet0:arm64 (0.0.7-1build1) ...
13:49:53 #9 28.73 Selecting previously unselected package groff-base.
13:49:53 #9 28.73 Preparing to unpack .../003-groff-base_1.22.4-7_arm64.deb ...
13:49:53 #9 28.74 Unpacking groff-base (1.22.4-7) ...
13:49:53 #9 28.80 Selecting previously unselected package libgdbm6:arm64.
13:49:53 #9 28.80 Preparing to unpack .../004-libgdbm6_1.19-2_arm64.deb ...
13:49:53 #9 28.80 Unpacking libgdbm6:arm64 (1.19-2) ...
13:49:53 #9 28.84 Selecting previously unselected package libpipeline1:arm64.
13:49:53 #9 28.84 Preparing to unpack .../005-libpipeline1_1.5.3-1build1_arm64.deb ...
13:49:53 #9 28.84 Unpacking libpipeline1:arm64 (1.5.3-1build1) ...
13:49:53 #9 28.89 Selecting previously unselected package man-db.
13:49:53 #9 28.89 Preparing to unpack .../006-man-db_2.9.4-2_arm64.deb ...
13:49:53 #9 28.89 Unpacking man-db (2.9.4-2) ...
13:49:54 #9 29.00 Selecting previously unselected package perl-modules-5.32.
13:49:54 #9 29.00 Preparing to unpack .../007-perl-modules-5.32_5.32.1-3ubuntu3_all.deb ...
13:49:54 #9 29.01 Unpacking perl-modules-5.32 (5.32.1-3ubuntu3) ...
13:49:54 #9 29.23 Selecting previously unselected package libgdbm-compat4:arm64.
13:49:54 #9 29.24 Preparing to unpack .../008-libgdbm-compat4_1.19-2_arm64.deb ...
13:49:54 #9 29.24 Unpacking libgdbm-compat4:arm64 (1.19-2) ...
13:49:54 #9 29.27 Selecting previously unselected package libperl5.32:arm64.
13:49:54 #9 29.27 Preparing to unpack .../009-libperl5.32_5.32.1-3ubuntu3_arm64.deb ...
13:49:54 #9 29.28 Unpacking libperl5.32:arm64 (5.32.1-3ubuntu3) ...
13:49:54 #9 29.47 Selecting previously unselected package perl.
13:49:54 #9 29.47 Preparing to unpack .../010-perl_5.32.1-3ubuntu3_arm64.deb ...
13:49:54 #9 29.48 Unpacking perl (5.32.1-3ubuntu3) ...
13:49:54 #9 29.52 Selecting previously unselected package openssl.
13:49:54 #9 29.52 Preparing to unpack .../011-openssl_1.1.1l-1ubuntu1.3_arm64.deb ...
13:49:54 #9 29.52 Unpacking openssl (1.1.1l-1ubuntu1.3) ...
13:49:54 #9 29.57 Selecting previously unselected package ca-certificates.
13:49:54 #9 29.57 Preparing to unpack .../012-ca-certificates_20210119ubuntu1_all.deb ...
13:49:54 #9 29.57 Unpacking ca-certificates (20210119ubuntu1) ...
13:49:54 #9 29.62 Selecting previously unselected package distro-info-data.
13:49:54 #9 29.62 Preparing to unpack .../013-distro-info-data_0.51ubuntu1.2_all.deb ...
13:49:54 #9 29.63 Unpacking distro-info-data (0.51ubuntu1.2) ...
13:49:54 #9 29.67 Selecting previously unselected package less.
13:49:54 #9 29.67 Preparing to unpack .../014-less_551-2_arm64.deb ...
13:49:54 #9 29.67 Unpacking less (551-2) ...
13:49:54 #9 29.71 Selecting previously unselected package libmd0:arm64.
13:49:54 #9 29.71 Preparing to unpack .../015-libmd0_1.0.3-3build1_arm64.deb ...
13:49:54 #9 29.72 Unpacking libmd0:arm64 (1.0.3-3build1) ...
13:49:54 #9 29.75 Selecting previously unselected package libbsd0:arm64.
13:49:54 #9 29.76 Preparing to unpack .../016-libbsd0_0.11.3-1ubuntu2_arm64.deb ...
13:49:54 #9 29.76 Unpacking libbsd0:arm64 (0.11.3-1ubuntu2) ...
13:49:54 #9 29.79 Selecting previously unselected package libelf1:arm64.
13:49:54 #9 29.80 Preparing to unpack .../017-libelf1_0.185-1build1_arm64.deb ...
13:49:54 #9 29.80 Unpacking libelf1:arm64 (0.185-1build1) ...
13:49:54 #9 29.83 Selecting previously unselected package libicu67:arm64.
13:49:54 #9 29.83 Preparing to unpack .../018-libicu67_67.1-7ubuntu1_arm64.deb ...
13:49:54 #9 29.84 Unpacking libicu67:arm64 (67.1-7ubuntu1) ...
13:49:54 #9 30.07 Selecting previously unselected package libxml2:arm64.
13:49:55 #9 30.07 Preparing to unpack .../019-libxml2_2.9.12+dfsg-4ubuntu0.2_arm64.deb ...
13:49:55 #9 30.08 Unpacking libxml2:arm64 (2.9.12+dfsg-4ubuntu0.2) ...
13:49:55 #9 30.12 Selecting previously unselected package libyaml-0-2:arm64.
13:49:55 #9 30.12 Preparing to unpack .../020-libyaml-0-2_0.2.2-1_arm64.deb ...
13:49:55 #9 30.13 Unpacking libyaml-0-2:arm64 (0.2.2-1) ...
13:49:55 #9 30.16 Selecting previously unselected package lsb-release.
13:49:55 #9 30.16 Preparing to unpack .../021-lsb-release_11.1.0ubuntu3_all.deb ...
13:49:55 #9 30.17 Unpacking lsb-release (11.1.0ubuntu3) ...
13:49:55 #9 30.20 Selecting previously unselected package netbase.
13:49:55 #9 30.20 Preparing to unpack .../022-netbase_6.3_all.deb ...
13:49:55 #9 30.20 Unpacking netbase (6.3) ...
13:49:55 #9 30.23 Selecting previously unselected package python3-pkg-resources.
13:49:55 #9 30.23 Preparing to unpack .../023-python3-pkg-resources_52.0.0-4_all.deb ...
13:49:55 #9 30.24 Unpacking python3-pkg-resources (52.0.0-4) ...
13:49:55 #9 30.28 Selecting previously unselected package ucf.
13:49:55 #9 30.28 Preparing to unpack .../024-ucf_3.0043_all.deb ...
13:49:55 #9 30.29 Moving old data out of the way
13:49:55 #9 30.29 Unpacking ucf (3.0043) ...
13:49:55 #9 30.32 Selecting previously unselected package libmagic-mgc.
13:49:55 #9 30.32 Preparing to unpack .../025-libmagic-mgc_1%3a5.39-3_arm64.deb ...
13:49:55 #9 30.33 Unpacking libmagic-mgc (1:5.39-3) ...
13:49:55 #9 30.40 Selecting previously unselected package libmagic1:arm64.
13:49:55 #9 30.40 Preparing to unpack .../026-libmagic1_1%3a5.39-3_arm64.deb ...
13:49:55 #9 30.40 Unpacking libmagic1:arm64 (1:5.39-3) ...
13:49:55 #9 30.44 Selecting previously unselected package file.
13:49:55 #9 30.44 Preparing to unpack .../027-file_1%3a5.39-3_arm64.deb ...
13:49:55 #9 30.44 Unpacking file (1:5.39-3) ...
13:49:55 #9 30.47 Selecting previously unselected package gettext-base.
13:49:55 #9 30.47 Preparing to unpack .../028-gettext-base_0.21-4ubuntu3_arm64.deb ...
13:49:55 #9 30.48 Unpacking gettext-base (0.21-4ubuntu3) ...
13:49:55 #9 30.51 Selecting previously unselected package iso-codes.
13:49:55 #9 30.51 Preparing to unpack .../029-iso-codes_4.6.0-1_all.deb ...
13:49:55 #9 30.51 Unpacking iso-codes (4.6.0-1) ...
13:49:55 #9 30.84 Selecting previously unselected package libcbor0.6:arm64.
13:49:55 #9 30.84 Preparing to unpack .../030-libcbor0.6_0.6.0-0ubuntu3_arm64.deb ...
13:49:55 #9 30.85 Unpacking libcbor0.6:arm64 (0.6.0-0ubuntu3) ...
13:49:55 #9 30.88 Selecting previously unselected package libedit2:arm64.
13:49:55 #9 30.88 Preparing to unpack .../031-libedit2_3.1-20191231-2build1_arm64.deb ...
13:49:55 #9 30.89 Unpacking libedit2:arm64 (3.1-20191231-2build1) ...
13:49:55 #9 30.93 Selecting previously unselected package libfido2-1:arm64.
13:49:55 #9 30.93 Preparing to unpack .../032-libfido2-1_1.6.0-2build1_arm64.deb ...
13:49:55 #9 30.93 Unpacking libfido2-1:arm64 (1.6.0-2build1) ...
13:49:55 #9 30.96 Selecting previously unselected package libpng16-16:arm64.
13:49:55 #9 30.97 Preparing to unpack .../033-libpng16-16_1.6.37-3build4_arm64.deb ...
13:49:55 #9 30.97 Unpacking libpng16-16:arm64 (1.6.37-3build4) ...
13:49:55 #9 31.01 Selecting previously unselected package libpsl5:arm64.
13:49:55 #9 31.01 Preparing to unpack .../034-libpsl5_0.21.0-1.2_arm64.deb ...
13:49:55 #9 31.02 Unpacking libpsl5:arm64 (0.21.0-1.2) ...
13:49:55 #9 31.08 Selecting previously unselected package libxau6:arm64.
13:49:56 #9 31.08 Preparing to unpack .../035-libxau6_1%3a1.0.9-1build3_arm64.deb ...
13:49:56 #9 31.09 Unpacking libxau6:arm64 (1:1.0.9-1build3) ...
13:49:56 #9 31.13 Selecting previously unselected package libxdmcp6:arm64.
13:49:56 #9 31.13 Preparing to unpack .../036-libxdmcp6_1%3a1.1.3-0ubuntu4_arm64.deb ...
13:49:56 #9 31.13 Unpacking libxdmcp6:arm64 (1:1.1.3-0ubuntu4) ...
13:49:56 #9 31.17 Selecting previously unselected package libxcb1:arm64.
13:49:56 #9 31.17 Preparing to unpack .../037-libxcb1_1.14-3ubuntu1_arm64.deb ...
13:49:56 #9 31.17 Unpacking libxcb1:arm64 (1.14-3ubuntu1) ...
13:49:56 #9 31.20 Selecting previously unselected package libx11-data.
13:49:56 #9 31.21 Preparing to unpack .../038-libx11-data_2%3a1.7.2-1_all.deb ...
13:49:56 #9 31.21 Unpacking libx11-data (2:1.7.2-1) ...
13:49:56 #9 31.27 Selecting previously unselected package libx11-6:arm64.
13:49:56 #9 31.27 Preparing to unpack .../039-libx11-6_2%3a1.7.2-1_arm64.deb ...
13:49:56 #9 31.27 Unpacking libx11-6:arm64 (2:1.7.2-1) ...
13:49:56 #9 31.31 Selecting previously unselected package libxext6:arm64.
13:49:56 #9 31.31 Preparing to unpack .../040-libxext6_2%3a1.3.4-0ubuntu3_arm64.deb ...
13:49:56 #9 31.32 Unpacking libxext6:arm64 (2:1.3.4-0ubuntu3) ...
13:49:56 #9 31.35 Selecting previously unselected package libxmuu1:arm64.
13:49:56 #9 31.35 Preparing to unpack .../041-libxmuu1_2%3a1.1.3-0ubuntu1_arm64.deb ...
13:49:56 #9 31.35 Unpacking libxmuu1:arm64 (2:1.1.3-0ubuntu1) ...
13:49:56 #9 31.38 Selecting previously unselected package manpages.
13:49:56 #9 31.38 Preparing to unpack .../042-manpages_5.10-1ubuntu1_all.deb ...
13:49:56 #9 31.38 Unpacking manpages (5.10-1ubuntu1) ...
13:49:56 #9 31.50 Selecting previously unselected package openssh-client.
13:49:56 #9 31.51 Preparing to unpack .../043-openssh-client_1%3a8.4p1-6ubuntu2.1_arm64.deb ...
13:49:56 #9 31.51 Unpacking openssh-client (1:8.4p1-6ubuntu2.1) ...
13:49:56 #9 31.55 Selecting previously unselected package publicsuffix.
13:49:56 #9 31.56 Preparing to unpack .../044-publicsuffix_20210108.1309-1_all.deb ...
13:49:56 #9 31.56 Unpacking publicsuffix (20210108.1309-1) ...
13:49:56 #9 31.59 Selecting previously unselected package python-apt-common.
13:49:56 #9 31.59 Preparing to unpack .../045-python-apt-common_2.2.1_all.deb ...
13:49:56 #9 31.60 Unpacking python-apt-common (2.2.1) ...
13:49:56 #9 31.62 Selecting previously unselected package python3-apt.
13:49:56 #9 31.63 Preparing to unpack .../046-python3-apt_2.2.1_arm64.deb ...
13:49:56 #9 31.63 Unpacking python3-apt (2.2.1) ...
13:49:56 #9 31.67 Selecting previously unselected package strace.
13:49:56 #9 31.67 Preparing to unpack .../047-strace_5.13-0ubuntu1_arm64.deb ...
13:49:56 #9 31.67 Unpacking strace (5.13-0ubuntu1) ...
13:49:56 #9 31.71 Selecting previously unselected package xauth.
13:49:56 #9 31.71 Preparing to unpack .../048-xauth_1%3a1.1-1_arm64.deb ...
13:49:56 #9 31.71 Unpacking xauth (1:1.1-1) ...
13:49:56 #9 31.75 Selecting previously unselected package xz-utils.
13:49:56 #9 31.75 Preparing to unpack .../049-xz-utils_5.2.5-2ubuntu0.1_arm64.deb ...
13:49:56 #9 31.75 Unpacking xz-utils (5.2.5-2ubuntu0.1) ...
13:49:56 #9 31.79 Selecting previously unselected package libsigsegv2:arm64.
13:49:56 #9 31.79 Preparing to unpack .../050-libsigsegv2_2.13-1ubuntu2_arm64.deb ...
13:49:56 #9 31.79 Unpacking libsigsegv2:arm64 (2.13-1ubuntu2) ...
13:49:56 #9 31.82 Selecting previously unselected package m4.
13:49:56 #9 31.82 Preparing to unpack .../051-m4_1.4.18-5ubuntu1_arm64.deb ...
13:49:56 #9 31.83 Unpacking m4 (1.4.18-5ubuntu1) ...
13:49:56 #9 31.86 Selecting previously unselected package autoconf.
13:49:56 #9 31.86 Preparing to unpack .../052-autoconf_2.69-14_all.deb ...
13:49:56 #9 31.86 Unpacking autoconf (2.69-14) ...
13:49:56 #9 31.92 Selecting previously unselected package autotools-dev.
13:49:56 #9 31.92 Preparing to unpack .../053-autotools-dev_20180224.1+nmu1_all.deb ...
13:49:56 #9 31.92 Unpacking autotools-dev (20180224.1+nmu1) ...
13:49:57 #9 31.97 Selecting previously unselected package automake.
13:49:57 #9 31.97 Preparing to unpack .../054-automake_1%3a1.16.4-2_all.deb ...
13:49:57 #9 31.98 Unpacking automake (1:1.16.4-2) ...
13:49:57 #9 32.03 Selecting previously unselected package autopoint.
13:49:57 #9 32.03 Preparing to unpack .../055-autopoint_0.21-4ubuntu3_all.deb ...
13:49:57 #9 32.04 Unpacking autopoint (0.21-4ubuntu3) ...
13:49:57 #9 32.09 Selecting previously unselected package binutils-common:arm64.
13:49:57 #9 32.09 Preparing to unpack .../056-binutils-common_2.37-7ubuntu1_arm64.deb ...
13:49:57 #9 32.09 Unpacking binutils-common:arm64 (2.37-7ubuntu1) ...
13:49:57 #9 32.13 Selecting previously unselected package libbinutils:arm64.
13:49:57 #9 32.13 Preparing to unpack .../057-libbinutils_2.37-7ubuntu1_arm64.deb ...
13:49:57 #9 32.14 Unpacking libbinutils:arm64 (2.37-7ubuntu1) ...
13:49:57 #9 32.19 Selecting previously unselected package libctf-nobfd0:arm64.
13:49:57 #9 32.19 Preparing to unpack .../058-libctf-nobfd0_2.37-7ubuntu1_arm64.deb ...
13:49:57 #9 32.20 Unpacking libctf-nobfd0:arm64 (2.37-7ubuntu1) ...
13:49:57 #9 32.23 Selecting previously unselected package libctf0:arm64.
13:49:57 #9 32.23 Preparing to unpack .../059-libctf0_2.37-7ubuntu1_arm64.deb ...
13:49:57 #9 32.23 Unpacking libctf0:arm64 (2.37-7ubuntu1) ...
13:49:57 #9 32.27 Selecting previously unselected package binutils-aarch64-linux-gnu.
13:49:57 #9 32.27 Preparing to unpack .../060-binutils-aarch64-linux-gnu_2.37-7ubuntu1_arm64.deb ...
13:49:57 #9 32.28 Unpacking binutils-aarch64-linux-gnu (2.37-7ubuntu1) ...
13:49:57 #9 32.40 Selecting previously unselected package binutils.
13:49:57 #9 32.41 Preparing to unpack .../061-binutils_2.37-7ubuntu1_arm64.deb ...
13:49:57 #9 32.41 Unpacking binutils (2.37-7ubuntu1) ...
13:49:57 #9 32.44 Selecting previously unselected package libc-dev-bin.
13:49:57 #9 32.44 Preparing to unpack .../062-libc-dev-bin_2.34-0ubuntu3.2_arm64.deb ...
13:49:57 #9 32.45 Unpacking libc-dev-bin (2.34-0ubuntu3.2) ...
13:49:57 #9 32.48 Selecting previously unselected package linux-libc-dev:arm64.
13:49:57 #9 32.48 Preparing to unpack .../063-linux-libc-dev_5.13.0-44.49_arm64.deb ...
13:49:57 #9 32.49 Unpacking linux-libc-dev:arm64 (5.13.0-44.49) ...
13:49:57 #9 32.63 Selecting previously unselected package libcrypt-dev:arm64.
13:49:57 #9 32.64 Preparing to unpack .../064-libcrypt-dev_1%3a4.4.18-4ubuntu1_arm64.deb ...
13:49:57 #9 32.64 Unpacking libcrypt-dev:arm64 (1:4.4.18-4ubuntu1) ...
13:49:57 #9 32.68 Selecting previously unselected package rpcsvc-proto.
13:49:57 #9 32.68 Preparing to unpack .../065-rpcsvc-proto_1.4.2-0ubuntu5_arm64.deb ...
13:49:57 #9 32.69 Unpacking rpcsvc-proto (1.4.2-0ubuntu5) ...
13:49:57 #9 32.72 Selecting previously unselected package libtirpc-dev:arm64.
13:49:57 #9 32.72 Preparing to unpack .../066-libtirpc-dev_1.3.2-2_arm64.deb ...
13:49:57 #9 32.73 Unpacking libtirpc-dev:arm64 (1.3.2-2) ...
13:49:57 #9 32.77 Selecting previously unselected package libnsl-dev:arm64.
13:49:57 #9 32.77 Preparing to unpack .../067-libnsl-dev_1.3.0-2build1_arm64.deb ...
13:49:57 #9 32.77 Unpacking libnsl-dev:arm64 (1.3.0-2build1) ...
13:49:57 #9 32.80 Selecting previously unselected package libc6-dev:arm64.
13:49:57 #9 32.81 Preparing to unpack .../068-libc6-dev_2.34-0ubuntu3.2_arm64.deb ...
13:49:57 #9 32.81 Unpacking libc6-dev:arm64 (2.34-0ubuntu3.2) ...
13:49:58 #9 32.99 Selecting previously unselected package libisl23:arm64.
13:49:58 #9 32.99 Preparing to unpack .../069-libisl23_0.24-1_arm64.deb ...
13:49:58 #9 33.00 Unpacking libisl23:arm64 (0.24-1) ...
13:49:58 #9 33.08 Selecting previously unselected package libmpfr6:arm64.
13:49:58 #9 33.08 Preparing to unpack .../070-libmpfr6_4.1.0-3build1_arm64.deb ...
13:49:58 #9 33.08 Unpacking libmpfr6:arm64 (4.1.0-3build1) ...
13:49:58 #9 33.14 Selecting previously unselected package libmpc3:arm64.
13:49:58 #9 33.14 Preparing to unpack .../071-libmpc3_1.2.0-1build1_arm64.deb ...
13:49:58 #9 33.14 Unpacking libmpc3:arm64 (1.2.0-1build1) ...
13:49:58 #9 33.18 Selecting previously unselected package cpp-11.
13:49:58 #9 33.18 Preparing to unpack .../072-cpp-11_11.2.0-7ubuntu2_arm64.deb ...
13:49:58 #9 33.18 Unpacking cpp-11 (11.2.0-7ubuntu2) ...
13:49:59 #9 34.10 Selecting previously unselected package cpp.
13:49:59 #9 34.10 Preparing to unpack .../073-cpp_4%3a11.2.0-1ubuntu1_arm64.deb ...
13:49:59 #9 34.11 Unpacking cpp (4:11.2.0-1ubuntu1) ...
13:49:59 #9 34.17 Selecting previously unselected package libcc1-0:arm64.
13:49:59 #9 34.17 Preparing to unpack .../074-libcc1-0_11.2.0-7ubuntu2_arm64.deb ...
13:49:59 #9 34.17 Unpacking libcc1-0:arm64 (11.2.0-7ubuntu2) ...
13:49:59 #9 34.24 Selecting previously unselected package libgomp1:arm64.
13:49:59 #9 34.24 Preparing to unpack .../075-libgomp1_11.2.0-7ubuntu2_arm64.deb ...
13:49:59 #9 34.24 Unpacking libgomp1:arm64 (11.2.0-7ubuntu2) ...
13:49:59 #9 34.29 Selecting previously unselected package libitm1:arm64.
13:49:59 #9 34.29 Preparing to unpack .../076-libitm1_11.2.0-7ubuntu2_arm64.deb ...
13:49:59 #9 34.30 Unpacking libitm1:arm64 (11.2.0-7ubuntu2) ...
13:49:59 #9 34.34 Selecting previously unselected package libatomic1:arm64.
13:49:59 #9 34.34 Preparing to unpack .../077-libatomic1_11.2.0-7ubuntu2_arm64.deb ...
13:49:59 #9 34.34 Unpacking libatomic1:arm64 (11.2.0-7ubuntu2) ...
13:49:59 #9 34.38 Selecting previously unselected package libasan6:arm64.
13:49:59 #9 34.38 Preparing to unpack .../078-libasan6_11.2.0-7ubuntu2_arm64.deb ...
13:49:59 #9 34.39 Unpacking libasan6:arm64 (11.2.0-7ubuntu2) ...
13:49:59 #9 34.46 Selecting previously unselected package liblsan0:arm64.
13:49:59 #9 34.47 Preparing to unpack .../079-liblsan0_11.2.0-7ubuntu2_arm64.deb ...
13:49:59 #9 34.47 Unpacking liblsan0:arm64 (11.2.0-7ubuntu2) ...
13:49:59 #9 34.52 Selecting previously unselected package libtsan0:arm64.
13:49:59 #9 34.52 Preparing to unpack .../080-libtsan0_11.2.0-7ubuntu2_arm64.deb ...
13:49:59 #9 34.53 Unpacking libtsan0:arm64 (11.2.0-7ubuntu2) ...
13:49:59 #9 34.60 Selecting previously unselected package libubsan1:arm64.
13:49:59 #9 34.61 Preparing to unpack .../081-libubsan1_11.2.0-7ubuntu2_arm64.deb ...
13:49:59 #9 34.61 Unpacking libubsan1:arm64 (11.2.0-7ubuntu2) ...
13:49:59 #9 34.66 Selecting previously unselected package libhwasan0:arm64.
13:49:59 #9 34.66 Preparing to unpack .../082-libhwasan0_11.2.0-7ubuntu2_arm64.deb ...
13:49:59 #9 34.66 Unpacking libhwasan0:arm64 (11.2.0-7ubuntu2) ...
13:49:59 #9 34.79 Selecting previously unselected package libgcc-11-dev:arm64.
13:49:59 #9 34.79 Preparing to unpack .../083-libgcc-11-dev_11.2.0-7ubuntu2_arm64.deb ...
13:49:59 #9 34.79 Unpacking libgcc-11-dev:arm64 (11.2.0-7ubuntu2) ...
13:50:00 #9 34.93 Selecting previously unselected package gcc-11.
13:50:00 #9 34.93 Preparing to unpack .../084-gcc-11_11.2.0-7ubuntu2_arm64.deb ...
13:50:00 #9 34.94 Unpacking gcc-11 (11.2.0-7ubuntu2) ...
13:50:00 #9 35.91 Selecting previously unselected package gcc.
13:50:00 #9 35.91 Preparing to unpack .../085-gcc_4%3a11.2.0-1ubuntu1_arm64.deb ...
13:50:00 #9 35.92 Unpacking gcc (4:11.2.0-1ubuntu1) ...
13:50:00 #9 35.95 Selecting previously unselected package libstdc++-11-dev:arm64.
13:50:00 #9 35.95 Preparing to unpack .../086-libstdc++-11-dev_11.2.0-7ubuntu2_arm64.deb ...
13:50:00 #9 35.96 Unpacking libstdc++-11-dev:arm64 (11.2.0-7ubuntu2) ...
13:50:01 #9 36.14 Selecting previously unselected package g++-11.
13:50:01 #9 36.14 Preparing to unpack .../087-g++-11_11.2.0-7ubuntu2_arm64.deb ...
13:50:01 #9 36.15 Unpacking g++-11 (11.2.0-7ubuntu2) ...
13:50:02 #9 37.13 Selecting previously unselected package g++.
13:50:02 #9 37.13 Preparing to unpack .../088-g++_4%3a11.2.0-1ubuntu1_arm64.deb ...
13:50:02 #9 37.14 Unpacking g++ (4:11.2.0-1ubuntu1) ...
13:50:02 #9 37.16 Selecting previously unselected package make.
13:50:02 #9 37.17 Preparing to unpack .../089-make_4.3-4ubuntu1_arm64.deb ...
13:50:02 #9 37.17 Unpacking make (4.3-4ubuntu1) ...
13:50:02 #9 37.21 Selecting previously unselected package libdpkg-perl.
13:50:02 #9 37.21 Preparing to unpack .../090-libdpkg-perl_1.20.9ubuntu2.2_all.deb ...
13:50:02 #9 37.22 Unpacking libdpkg-perl (1.20.9ubuntu2.2) ...
13:50:02 #9 37.26 Selecting previously unselected package bzip2.
13:50:02 #9 37.26 Preparing to unpack .../091-bzip2_1.0.8-4ubuntu3_arm64.deb ...
13:50:02 #9 37.27 Unpacking bzip2 (1.0.8-4ubuntu3) ...
13:50:02 #9 37.30 Selecting previously unselected package patch.
13:50:02 #9 37.30 Preparing to unpack .../092-patch_2.7.6-7_arm64.deb ...
13:50:02 #9 37.30 Unpacking patch (2.7.6-7) ...
13:50:02 #9 37.34 Selecting previously unselected package lto-disabled-list.
13:50:02 #9 37.34 Preparing to unpack .../093-lto-disabled-list_16_all.deb ...
13:50:02 #9 37.35 Unpacking lto-disabled-list (16) ...
13:50:02 #9 37.38 Selecting previously unselected package dpkg-dev.
13:50:02 #9 37.38 Preparing to unpack .../094-dpkg-dev_1.20.9ubuntu2.2_all.deb ...
13:50:02 #9 37.38 Unpacking dpkg-dev (1.20.9ubuntu2.2) ...
13:50:02 #9 37.42 Selecting previously unselected package build-essential.
13:50:02 #9 37.42 Preparing to unpack .../095-build-essential_12.9ubuntu2_arm64.deb ...
13:50:02 #9 37.43 Unpacking build-essential (12.9ubuntu2) ...
13:50:02 #9 37.46 Selecting previously unselected package libbrotli1:arm64.
13:50:02 #9 37.46 Preparing to unpack .../096-libbrotli1_1.0.9-2build3_arm64.deb ...
13:50:02 #9 37.47 Unpacking libbrotli1:arm64 (1.0.9-2build3) ...
13:50:02 #9 37.50 Selecting previously unselected package libsasl2-modules-db:arm64.
13:50:02 #9 37.50 Preparing to unpack .../097-libsasl2-modules-db_2.1.27+dfsg-2.1ubuntu0.1_arm64.deb ...
13:50:02 #9 37.50 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1ubuntu0.1) ...
13:50:02 #9 37.53 Selecting previously unselected package libsasl2-2:arm64.
13:50:02 #9 37.54 Preparing to unpack .../098-libsasl2-2_2.1.27+dfsg-2.1ubuntu0.1_arm64.deb ...
13:50:02 #9 37.54 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1ubuntu0.1) ...
13:50:02 #9 37.58 Selecting previously unselected package libldap-2.5-0:arm64.
13:50:02 #9 37.58 Preparing to unpack .../099-libldap-2.5-0_2.5.6+dfsg-1~exp1ubuntu1.1_arm64.deb ...
13:50:02 #9 37.58 Unpacking libldap-2.5-0:arm64 (2.5.6+dfsg-1~exp1ubuntu1.1) ...
13:50:02 #9 37.62 Selecting previously unselected package libnghttp2-14:arm64.
13:50:02 #9 37.62 Preparing to unpack .../100-libnghttp2-14_1.43.0-1_arm64.deb ...
13:50:02 #9 37.63 Unpacking libnghttp2-14:arm64 (1.43.0-1) ...
13:50:02 #9 37.67 Selecting previously unselected package librtmp1:arm64.
13:50:02 #9 37.67 Preparing to unpack .../101-librtmp1_2.4+20151223.gitfa8646d.1-2build3_arm64.deb ...
13:50:02 #9 37.67 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build3) ...
13:50:02 #9 37.72 Selecting previously unselected package libssh-4:arm64.
13:50:02 #9 37.72 Preparing to unpack .../102-libssh-4_0.9.6-1_arm64.deb ...
13:50:02 #9 37.73 Unpacking libssh-4:arm64 (0.9.6-1) ...
13:50:02 #9 37.76 Selecting previously unselected package libcurl4:arm64.
13:50:02 #9 37.76 Preparing to unpack .../103-libcurl4_7.74.0-1.3ubuntu2.2_arm64.deb ...
13:50:02 #9 37.77 Unpacking libcurl4:arm64 (7.74.0-1.3ubuntu2.2) ...
13:50:02 #9 37.81 Selecting previously unselected package curl.
13:50:02 #9 37.81 Preparing to unpack .../104-curl_7.74.0-1.3ubuntu2.2_arm64.deb ...
13:50:02 #9 37.81 Unpacking curl (7.74.0-1.3ubuntu2.2) ...
13:50:02 #9 37.85 Selecting previously unselected package dctrl-tools.
13:50:02 #9 37.85 Preparing to unpack .../105-dctrl-tools_2.24-3_arm64.deb ...
13:50:02 #9 37.86 Unpacking dctrl-tools (2.24-3) ...
13:50:02 #9 37.90 Selecting previously unselected package libdebhelper-perl.
13:50:02 #9 37.90 Preparing to unpack .../106-libdebhelper-perl_13.3.4ubuntu2_all.deb ...
13:50:02 #9 37.91 Unpacking libdebhelper-perl (13.3.4ubuntu2) ...
13:50:02 #9 37.95 Selecting previously unselected package libtool.
13:50:02 #9 37.95 Preparing to unpack .../107-libtool_2.4.6-15_all.deb ...
13:50:02 #9 37.95 Unpacking libtool (2.4.6-15) ...
13:50:03 #9 37.99 Selecting previously unselected package dh-autoreconf.
13:50:03 #9 38.00 Preparing to unpack .../108-dh-autoreconf_20_all.deb ...
13:50:03 #9 38.00 Unpacking dh-autoreconf (20) ...
13:50:03 #9 38.03 Selecting previously unselected package libarchive-zip-perl.
13:50:03 #9 38.03 Preparing to unpack .../109-libarchive-zip-perl_1.68-1_all.deb ...
13:50:03 #9 38.04 Unpacking libarchive-zip-perl (1.68-1) ...
13:50:03 #9 38.08 Selecting previously unselected package libsub-override-perl.
13:50:03 #9 38.08 Preparing to unpack .../110-libsub-override-perl_0.09-2_all.deb ...
13:50:03 #9 38.08 Unpacking libsub-override-perl (0.09-2) ...
13:50:03 #9 38.11 Selecting previously unselected package libfile-stripnondeterminism-perl.
13:50:03 #9 38.11 Preparing to unpack .../111-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
13:50:03 #9 38.12 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
13:50:03 #9 38.15 Selecting previously unselected package dh-strip-nondeterminism.
13:50:03 #9 38.15 Preparing to unpack .../112-dh-strip-nondeterminism_1.12.0-1_all.deb ...
13:50:03 #9 38.15 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
13:50:03 #9 38.19 Selecting previously unselected package libdw1:arm64.
13:50:03 #9 38.19 Preparing to unpack .../113-libdw1_0.185-1build1_arm64.deb ...
13:50:03 #9 38.20 Unpacking libdw1:arm64 (0.185-1build1) ...
13:50:03 #9 38.23 Selecting previously unselected package debugedit.
13:50:03 #9 38.23 Preparing to unpack .../114-debugedit_1%3a5.0-0ubuntu2_arm64.deb ...
13:50:03 #9 38.24 Unpacking debugedit (1:5.0-0ubuntu2) ...
13:50:03 #9 38.26 Selecting previously unselected package dwz.
13:50:03 #9 38.27 Preparing to unpack .../115-dwz_0.14-1build1_arm64.deb ...
13:50:03 #9 38.27 Unpacking dwz (0.14-1build1) ...
13:50:03 #9 38.30 Selecting previously unselected package gettext.
13:50:03 #9 38.31 Preparing to unpack .../116-gettext_0.21-4ubuntu3_arm64.deb ...
13:50:03 #9 38.31 Unpacking gettext (0.21-4ubuntu3) ...
13:50:03 #9 38.39 Selecting previously unselected package intltool-debian.
13:50:03 #9 38.39 Preparing to unpack .../117-intltool-debian_0.35.0+20060710.5_all.deb ...
13:50:03 #9 38.40 Unpacking intltool-debian (0.35.0+20060710.5) ...
13:50:03 #9 38.43 Selecting previously unselected package po-debconf.
13:50:03 #9 38.43 Preparing to unpack .../118-po-debconf_1.0.21+nmu1_all.deb ...
13:50:03 #9 38.43 Unpacking po-debconf (1.0.21+nmu1) ...
13:50:03 #9 38.48 Selecting previously unselected package debhelper.
13:50:03 #9 38.49 Preparing to unpack .../119-debhelper_13.3.4ubuntu2_all.deb ...
13:50:03 #9 38.49 Unpacking debhelper (13.3.4ubuntu2) ...
13:50:03 #9 38.54 Selecting previously unselected package libfakeroot:arm64.
13:50:03 #9 38.55 Preparing to unpack .../120-libfakeroot_1.25.3-1.1ubuntu2_arm64.deb ...
13:50:03 #9 38.55 Unpacking libfakeroot:arm64 (1.25.3-1.1ubuntu2) ...
13:50:03 #9 38.59 Selecting previously unselected package fakeroot.
13:50:03 #9 38.59 Preparing to unpack .../121-fakeroot_1.25.3-1.1ubuntu2_arm64.deb ...
13:50:03 #9 38.60 Unpacking fakeroot (1.25.3-1.1ubuntu2) ...
13:50:03 #9 38.64 Selecting previously unselected package libassuan0:arm64.
13:50:03 #9 38.64 Preparing to unpack .../122-libassuan0_2.5.5-1_arm64.deb ...
13:50:03 #9 38.64 Unpacking libassuan0:arm64 (2.5.5-1) ...
13:50:03 #9 38.67 Selecting previously unselected package gpgconf.
13:50:03 #9 38.67 Preparing to unpack .../123-gpgconf_2.2.20-1ubuntu4_arm64.deb ...
13:50:03 #9 38.68 Unpacking gpgconf (2.2.20-1ubuntu4) ...
13:50:03 #9 38.72 Selecting previously unselected package libksba8:arm64.
13:50:03 #9 38.72 Preparing to unpack .../124-libksba8_1.5.1-1_arm64.deb ...
13:50:03 #9 38.72 Unpacking libksba8:arm64 (1.5.1-1) ...
13:50:03 #9 38.77 Selecting previously unselected package libnpth0:arm64.
13:50:03 #9 38.77 Preparing to unpack .../125-libnpth0_1.6-3_arm64.deb ...
13:50:03 #9 38.77 Unpacking libnpth0:arm64 (1.6-3) ...
13:50:03 #9 38.81 Selecting previously unselected package dirmngr.
13:50:03 #9 38.81 Preparing to unpack .../126-dirmngr_2.2.20-1ubuntu4_arm64.deb ...
13:50:03 #9 38.83 Unpacking dirmngr (2.2.20-1ubuntu4) ...
13:50:03 #9 38.87 Selecting previously unselected package gnupg-l10n.
13:50:03 #9 38.87 Preparing to unpack .../127-gnupg-l10n_2.2.20-1ubuntu4_all.deb ...
13:50:03 #9 38.88 Unpacking gnupg-l10n (2.2.20-1ubuntu4) ...
13:50:03 #9 38.91 Selecting previously unselected package gnupg-utils.
13:50:03 #9 38.91 Preparing to unpack .../128-gnupg-utils_2.2.20-1ubuntu4_arm64.deb ...
13:50:03 #9 38.92 Unpacking gnupg-utils (2.2.20-1ubuntu4) ...
13:50:03 #9 38.97 Selecting previously unselected package gpg.
13:50:03 #9 38.97 Preparing to unpack .../129-gpg_2.2.20-1ubuntu4_arm64.deb ...
13:50:03 #9 38.97 Unpacking gpg (2.2.20-1ubuntu4) ...
13:50:03 #9 39.03 Selecting previously unselected package pinentry-curses.
13:50:04 #9 39.04 Preparing to unpack .../130-pinentry-curses_1.1.1-1_arm64.deb ...
13:50:04 #9 39.04 Unpacking pinentry-curses (1.1.1-1) ...
13:50:04 #9 39.08 Selecting previously unselected package gpg-agent.
13:50:04 #9 39.08 Preparing to unpack .../131-gpg-agent_2.2.20-1ubuntu4_arm64.deb ...
13:50:04 #9 39.08 Unpacking gpg-agent (2.2.20-1ubuntu4) ...
13:50:04 #9 39.13 Selecting previously unselected package gpg-wks-client.
13:50:04 #9 39.13 Preparing to unpack .../132-gpg-wks-client_2.2.20-1ubuntu4_arm64.deb ...
13:50:04 #9 39.14 Unpacking gpg-wks-client (2.2.20-1ubuntu4) ...
13:50:04 #9 39.17 Selecting previously unselected package gpg-wks-server.
13:50:04 #9 39.17 Preparing to unpack .../133-gpg-wks-server_2.2.20-1ubuntu4_arm64.deb ...
13:50:04 #9 39.18 Unpacking gpg-wks-server (2.2.20-1ubuntu4) ...
13:50:04 #9 39.21 Selecting previously unselected package gpgsm.
13:50:04 #9 39.21 Preparing to unpack .../134-gpgsm_2.2.20-1ubuntu4_arm64.deb ...
13:50:04 #9 39.22 Unpacking gpgsm (2.2.20-1ubuntu4) ...
13:50:04 #9 39.26 Selecting previously unselected package gnupg.
13:50:04 #9 39.26 Preparing to unpack .../135-gnupg_2.2.20-1ubuntu4_all.deb ...
13:50:04 #9 39.26 Unpacking gnupg (2.2.20-1ubuntu4) ...
13:50:04 #9 39.31 Selecting previously unselected package libfile-dirlist-perl.
13:50:04 #9 39.31 Preparing to unpack .../136-libfile-dirlist-perl_0.05-2_all.deb ...
13:50:04 #9 39.31 Unpacking libfile-dirlist-perl (0.05-2) ...
13:50:04 #9 39.34 Selecting previously unselected package libfile-which-perl.
13:50:04 #9 39.34 Preparing to unpack .../137-libfile-which-perl_1.23-1_all.deb ...
13:50:04 #9 39.35 Unpacking libfile-which-perl (1.23-1) ...
13:50:04 #9 39.38 Selecting previously unselected package libfile-homedir-perl.
13:50:04 #9 39.38 Preparing to unpack .../138-libfile-homedir-perl_1.006-1_all.deb ...
13:50:04 #9 39.39 Unpacking libfile-homedir-perl (1.006-1) ...
13:50:04 #9 39.42 Selecting previously unselected package libfile-touch-perl.
13:50:04 #9 39.43 Preparing to unpack .../139-libfile-touch-perl_0.11-1_all.deb ...
13:50:04 #9 39.43 Unpacking libfile-touch-perl (0.11-1) ...
13:50:04 #9 39.46 Selecting previously unselected package libio-pty-perl.
13:50:04 #9 39.46 Preparing to unpack .../140-libio-pty-perl_1%3a1.15-2build1_arm64.deb ...
13:50:04 #9 39.47 Unpacking libio-pty-perl (1:1.15-2build1) ...
13:50:04 #9 39.50 Selecting previously unselected package libipc-run-perl.
13:50:04 #9 39.50 Preparing to unpack .../141-libipc-run-perl_20200505.0-1_all.deb ...
13:50:04 #9 39.51 Unpacking libipc-run-perl (20200505.0-1) ...
13:50:04 #9 39.54 Selecting previously unselected package libclass-method-modifiers-perl.
13:50:04 #9 39.54 Preparing to unpack .../142-libclass-method-modifiers-perl_2.13-1_all.deb ...
13:50:04 #9 39.55 Unpacking libclass-method-modifiers-perl (2.13-1) ...
13:50:04 #9 39.58 Selecting previously unselected package libb-hooks-op-check-perl.
13:50:04 #9 39.58 Preparing to unpack .../143-libb-hooks-op-check-perl_0.22-1build3_arm64.deb ...
13:50:04 #9 39.58 Unpacking libb-hooks-op-check-perl (0.22-1build3) ...
13:50:04 #9 39.62 Selecting previously unselected package libdynaloader-functions-perl.
13:50:04 #9 39.62 Preparing to unpack .../144-libdynaloader-functions-perl_0.003-1.1_all.deb ...
13:50:04 #9 39.62 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
13:50:04 #9 39.65 Selecting previously unselected package libdevel-callchecker-perl.
13:50:04 #9 39.65 Preparing to unpack .../145-libdevel-callchecker-perl_0.008-1ubuntu3_arm64.deb ...
13:50:04 #9 39.66 Unpacking libdevel-callchecker-perl (0.008-1ubuntu3) ...
13:50:04 #9 39.68 Selecting previously unselected package libparams-classify-perl.
13:50:04 #9 39.69 Preparing to unpack .../146-libparams-classify-perl_0.015-1build4_arm64.deb ...
13:50:04 #9 39.69 Unpacking libparams-classify-perl (0.015-1build4) ...
13:50:04 #9 39.72 Selecting previously unselected package libmodule-runtime-perl.
13:50:04 #9 39.72 Preparing to unpack .../147-libmodule-runtime-perl_0.016-1_all.deb ...
13:50:04 #9 39.73 Unpacking libmodule-runtime-perl (0.016-1) ...
13:50:04 #9 39.76 Selecting previously unselected package libimport-into-perl.
13:50:04 #9 39.76 Preparing to unpack .../148-libimport-into-perl_1.002005-1_all.deb ...
13:50:04 #9 39.76 Unpacking libimport-into-perl (1.002005-1) ...
13:50:04 #9 39.79 Selecting previously unselected package librole-tiny-perl.
13:50:04 #9 39.79 Preparing to unpack .../149-librole-tiny-perl_2.002004-1_all.deb ...
13:50:04 #9 39.79 Unpacking librole-tiny-perl (2.002004-1) ...
13:50:04 #9 39.82 Selecting previously unselected package libstrictures-perl.
13:50:04 #9 39.82 Preparing to unpack .../150-libstrictures-perl_2.000006-1_all.deb ...
13:50:04 #9 39.83 Unpacking libstrictures-perl (2.000006-1) ...
13:50:04 #9 39.86 Selecting previously unselected package libsub-quote-perl.
13:50:04 #9 39.86 Preparing to unpack .../151-libsub-quote-perl_2.006006-1_all.deb ...
13:50:04 #9 39.86 Unpacking libsub-quote-perl (2.006006-1) ...
13:50:04 #9 39.89 Selecting previously unselected package libmoo-perl.
13:50:04 #9 39.90 Preparing to unpack .../152-libmoo-perl_2.004004-1_all.deb ...
13:50:04 #9 39.90 Unpacking libmoo-perl (2.004004-1) ...
13:50:04 #9 39.93 Selecting previously unselected package libencode-locale-perl.
13:50:04 #9 39.93 Preparing to unpack .../153-libencode-locale-perl_1.05-1.1_all.deb ...
13:50:04 #9 39.94 Unpacking libencode-locale-perl (1.05-1.1) ...
13:50:04 #9 39.97 Selecting previously unselected package libtimedate-perl.
13:50:04 #9 39.97 Preparing to unpack .../154-libtimedate-perl_2.3300-2_all.deb ...
13:50:04 #9 39.97 Unpacking libtimedate-perl (2.3300-2) ...
13:50:04 #9 40.01 Selecting previously unselected package libhttp-date-perl.
13:50:04 #9 40.01 Preparing to unpack .../155-libhttp-date-perl_6.05-1_all.deb ...
13:50:04 #9 40.01 Unpacking libhttp-date-perl (6.05-1) ...
13:50:04 #9 40.04 Selecting previously unselected package libfile-listing-perl.
13:50:04 #9 40.04 Preparing to unpack .../156-libfile-listing-perl_6.14-1_all.deb ...
13:50:04 #9 40.05 Unpacking libfile-listing-perl (6.14-1) ...
13:50:04 #9 40.08 Selecting previously unselected package libhtml-tagset-perl.
13:50:04 #9 40.08 Preparing to unpack .../157-libhtml-tagset-perl_3.20-4_all.deb ...
13:50:04 #9 40.09 Unpacking libhtml-tagset-perl (3.20-4) ...
13:50:04 #9 40.12 Selecting previously unselected package liburi-perl.
13:50:04 #9 40.12 Preparing to unpack .../158-liburi-perl_5.08-1_all.deb ...
13:50:04 #9 40.12 Unpacking liburi-perl (5.08-1) ...
13:50:04 #9 40.16 Selecting previously unselected package libhtml-parser-perl:arm64.
13:50:05 #9 40.16 Preparing to unpack .../159-libhtml-parser-perl_3.76-1_arm64.deb ...
13:50:05 #9 40.17 Unpacking libhtml-parser-perl:arm64 (3.76-1) ...
13:50:05 #9 40.20 Selecting previously unselected package libhtml-tree-perl.
13:50:05 #9 40.20 Preparing to unpack .../160-libhtml-tree-perl_5.07-2_all.deb ...
13:50:05 #9 40.21 Unpacking libhtml-tree-perl (5.07-2) ...
13:50:05 #9 40.25 Selecting previously unselected package libio-html-perl.
13:50:05 #9 40.25 Preparing to unpack .../161-libio-html-perl_1.004-2_all.deb ...
13:50:05 #9 40.26 Unpacking libio-html-perl (1.004-2) ...
13:50:05 #9 40.28 Selecting previously unselected package liblwp-mediatypes-perl.
13:50:05 #9 40.29 Preparing to unpack .../162-liblwp-mediatypes-perl_6.04-1_all.deb ...
13:50:05 #9 40.29 Unpacking liblwp-mediatypes-perl (6.04-1) ...
13:50:05 #9 40.32 Selecting previously unselected package libhttp-message-perl.
13:50:05 #9 40.32 Preparing to unpack .../163-libhttp-message-perl_6.29-1_all.deb ...
13:50:05 #9 40.33 Unpacking libhttp-message-perl (6.29-1) ...
13:50:05 #9 40.37 Selecting previously unselected package libhttp-cookies-perl.
13:50:05 #9 40.37 Preparing to unpack .../164-libhttp-cookies-perl_6.10-1_all.deb ...
13:50:05 #9 40.37 Unpacking libhttp-cookies-perl (6.10-1) ...
13:50:05 #9 40.40 Selecting previously unselected package libhttp-negotiate-perl.
13:50:05 #9 40.40 Preparing to unpack .../165-libhttp-negotiate-perl_6.01-1_all.deb ...
13:50:05 #9 40.41 Unpacking libhttp-negotiate-perl (6.01-1) ...
13:50:05 #9 40.44 Selecting previously unselected package perl-openssl-defaults:arm64.
13:50:05 #9 40.44 Preparing to unpack .../166-perl-openssl-defaults_5_arm64.deb ...
13:50:05 #9 40.44 Unpacking perl-openssl-defaults:arm64 (5) ...
13:50:05 #9 40.47 Selecting previously unselected package libnet-ssleay-perl.
13:50:05 #9 40.48 Preparing to unpack .../167-libnet-ssleay-perl_1.88-3ubuntu1_arm64.deb ...
13:50:05 #9 40.56 Unpacking libnet-ssleay-perl (1.88-3ubuntu1) ...
13:50:05 #9 40.62 Selecting previously unselected package libio-socket-ssl-perl.
13:50:05 #9 40.62 Preparing to unpack .../168-libio-socket-ssl-perl_2.069-1_all.deb ...
13:50:05 #9 40.62 Unpacking libio-socket-ssl-perl (2.069-1) ...
13:50:05 #9 40.67 Selecting previously unselected package libnet-http-perl.
13:50:05 #9 40.67 Preparing to unpack .../169-libnet-http-perl_6.20-1_all.deb ...
13:50:05 #9 40.68 Unpacking libnet-http-perl (6.20-1) ...
13:50:05 #9 40.70 Selecting previously unselected package liblwp-protocol-https-perl.
13:50:05 #9 40.71 Preparing to unpack .../170-liblwp-protocol-https-perl_6.10-1_all.deb ...
13:50:05 #9 40.71 Unpacking liblwp-protocol-https-perl (6.10-1) ...
13:50:05 #9 40.74 Selecting previously unselected package libtry-tiny-perl.
13:50:05 #9 40.74 Preparing to unpack .../171-libtry-tiny-perl_0.30-1_all.deb ...
13:50:05 #9 40.74 Unpacking libtry-tiny-perl (0.30-1) ...
13:50:05 #9 40.77 Selecting previously unselected package libwww-robotrules-perl.
13:50:05 #9 40.77 Preparing to unpack .../172-libwww-robotrules-perl_6.02-1_all.deb ...
13:50:05 #9 40.78 Unpacking libwww-robotrules-perl (6.02-1) ...
13:50:05 #9 40.80 Selecting previously unselected package libwww-perl.
13:50:05 #9 40.81 Preparing to unpack .../173-libwww-perl_6.53-1_all.deb ...
13:50:05 #9 40.81 Unpacking libwww-perl (6.53-1) ...
13:50:05 #9 40.85 Selecting previously unselected package patchutils.
13:50:05 #9 40.86 Preparing to unpack .../174-patchutils_0.4.2-1_arm64.deb ...
13:50:05 #9 40.86 Unpacking patchutils (0.4.2-1) ...
13:50:05 #9 40.90 Selecting previously unselected package wdiff.
13:50:06 #9 40.90 Preparing to unpack .../175-wdiff_1.2.2-2build2_arm64.deb ...
13:50:06 #9 40.90 Unpacking wdiff (1.2.2-2build2) ...
13:50:06 #9 40.94 Selecting previously unselected package devscripts.
13:50:06 #9 40.95 Preparing to unpack .../176-devscripts_2.21.4ubuntu1_arm64.deb ...
13:50:06 #9 40.97 Unpacking devscripts (2.21.4ubuntu1) ...
13:50:06 #9 41.04 Selecting previously unselected package diffstat.
13:50:06 #9 41.04 Preparing to unpack .../177-diffstat_1.64-1_arm64.deb ...
13:50:06 #9 41.04 Unpacking diffstat (1.64-1) ...
13:50:06 #9 41.07 Selecting previously unselected package python3-chardet.
13:50:06 #9 41.08 Preparing to unpack .../178-python3-chardet_4.0.0-1_all.deb ...
13:50:06 #9 41.08 Unpacking python3-chardet (4.0.0-1) ...
13:50:06 #9 41.13 Selecting previously unselected package python3-six.
13:50:06 #9 41.13 Preparing to unpack .../179-python3-six_1.16.0-2_all.deb ...
13:50:06 #9 41.13 Unpacking python3-six (1.16.0-2) ...
13:50:06 #9 41.16 Selecting previously unselected package zstd.
13:50:06 #9 41.17 Preparing to unpack .../180-zstd_1.4.8+dfsg-2.1_arm64.deb ...
13:50:06 #9 41.17 Unpacking zstd (1.4.8+dfsg-2.1) ...
13:50:06 #9 41.24 Selecting previously unselected package python3-debian.
13:50:06 #9 41.25 Preparing to unpack .../181-python3-debian_0.1.39ubuntu1_all.deb ...
13:50:06 #9 41.25 Unpacking python3-debian (0.1.39ubuntu1) ...
13:50:06 #9 41.29 Selecting previously unselected package libgpgme11:arm64.
13:50:06 #9 41.30 Preparing to unpack .../182-libgpgme11_1.14.0-1ubuntu4_arm64.deb ...
13:50:06 #9 41.30 Unpacking libgpgme11:arm64 (1.14.0-1ubuntu4) ...
13:50:06 #9 41.33 Selecting previously unselected package python3-gpg.
13:50:06 #9 41.33 Preparing to unpack .../183-python3-gpg_1.14.0-1ubuntu4_arm64.deb ...
13:50:06 #9 41.34 Unpacking python3-gpg (1.14.0-1ubuntu4) ...
13:50:06 #9 41.38 Selecting previously unselected package dput.
13:50:06 #9 41.38 Preparing to unpack .../184-dput_1.1.0ubuntu2_all.deb ...
13:50:06 #9 41.39 Unpacking dput (1.1.0ubuntu2) ...
13:50:06 #9 41.43 Selecting previously unselected package fonts-dejavu-core.
13:50:06 #9 41.43 Preparing to unpack .../185-fonts-dejavu-core_2.37-2build1_all.deb ...
13:50:06 #9 41.44 Unpacking fonts-dejavu-core (2.37-2build1) ...
13:50:07 #9 41.85 Selecting previously unselected package fontconfig-config.
13:50:07 #9 41.86 Preparing to unpack .../186-fontconfig-config_2.13.1-4.2ubuntu3_all.deb ...
13:50:07 #9 41.91 Unpacking fontconfig-config (2.13.1-4.2ubuntu3) ...
13:50:07 #9 42.17 Selecting previously unselected package libcurl3-gnutls:arm64.
13:50:07 #9 42.17 Preparing to unpack .../187-libcurl3-gnutls_7.74.0-1.3ubuntu2.2_arm64.deb ...
13:50:07 #9 42.18 Unpacking libcurl3-gnutls:arm64 (7.74.0-1.3ubuntu2.2) ...
13:50:07 #9 42.23 Selecting previously unselected package liberror-perl.
13:50:07 #9 42.24 Preparing to unpack .../188-liberror-perl_0.17029-1_all.deb ...
13:50:07 #9 42.25 Unpacking liberror-perl (0.17029-1) ...
13:50:07 #9 42.35 Selecting previously unselected package git-man.
13:50:07 #9 42.36 Preparing to unpack .../189-git-man_1%3a2.32.0-1ubuntu1.2_all.deb ...
13:50:07 #9 42.42 Unpacking git-man (1:2.32.0-1ubuntu1.2) ...
13:50:07 #9 42.91 Selecting previously unselected package git.
13:50:07 #9 42.91 Preparing to unpack .../190-git_1%3a2.32.0-1ubuntu1.2_arm64.deb ...
13:50:07 #9 42.97 Unpacking git (1:2.32.0-1ubuntu1.2) ...
13:50:08 #9 43.41 Selecting previously unselected package libalgorithm-diff-perl.
13:50:08 #9 43.41 Preparing to unpack .../191-libalgorithm-diff-perl_1.201-1_all.deb ...
13:50:08 #9 43.46 Unpacking libalgorithm-diff-perl (1.201-1) ...
13:50:08 #9 43.53 Selecting previously unselected package libalgorithm-diff-xs-perl.
13:50:08 #9 43.53 Preparing to unpack .../192-libalgorithm-diff-xs-perl_0.04-6build1_arm64.deb ...
13:50:08 #9 43.63 Unpacking libalgorithm-diff-xs-perl (0.04-6build1) ...
13:50:09 #9 43.96 Selecting previously unselected package libalgorithm-merge-perl.
13:50:09 #9 43.96 Preparing to unpack .../193-libalgorithm-merge-perl_0.08-3_all.deb ...
13:50:09 #9 43.99 Unpacking libalgorithm-merge-perl (0.08-3) ...
13:50:09 #9 44.37 Selecting previously unselected package libaliased-perl.
13:50:09 #9 44.37 Preparing to unpack .../194-libaliased-perl_0.34-1.1_all.deb ...
13:50:09 #9 44.43 Unpacking libaliased-perl (0.34-1.1) ...
13:50:09 #9 44.73 Selecting previously unselected package libapt-pkg-perl.
13:50:09 #9 44.73 Preparing to unpack .../195-libapt-pkg-perl_0.1.40_arm64.deb ...
13:50:09 #9 44.76 Unpacking libapt-pkg-perl (0.1.40) ...
13:50:10 #9 45.10 Selecting previously unselected package libarchive-cpio-perl.
13:50:10 #9 45.10 Preparing to unpack .../196-libarchive-cpio-perl_0.10-1.1_all.deb ...
13:50:10 #9 45.12 Unpacking libarchive-cpio-perl (0.10-1.1) ...
13:50:10 #9 45.17 Selecting previously unselected package libarray-intspan-perl.
13:50:10 #9 45.17 Preparing to unpack .../197-libarray-intspan-perl_2.004-1_all.deb ...
13:50:10 #9 45.18 Unpacking libarray-intspan-perl (2.004-1) ...
13:50:10 #9 45.56 Selecting previously unselected package libmodule-implementation-perl.
13:50:10 #9 45.56 Preparing to unpack .../198-libmodule-implementation-perl_0.09-1.1_all.deb ...
13:50:10 #9 45.62 Unpacking libmodule-implementation-perl (0.09-1.1) ...
13:50:10 #9 45.90 Selecting previously unselected package libsub-exporter-progressive-perl.
13:50:10 #9 45.90 Preparing to unpack .../199-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
13:50:10 #9 45.96 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
13:50:11 #9 46.29 Selecting previously unselected package libvariable-magic-perl.
13:50:11 #9 46.30 Preparing to unpack .../200-libvariable-magic-perl_0.62-1build3_arm64.deb ...
13:50:11 #9 46.36 Unpacking libvariable-magic-perl (0.62-1build3) ...
13:50:11 #9 46.75 Selecting previously unselected package libb-hooks-endofscope-perl.
13:50:11 #9 46.76 Preparing to unpack .../201-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
13:50:11 #9 46.85 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
13:50:12 #9 47.31 Selecting previously unselected package libfreetype6:arm64.
13:50:12 #9 47.31 Preparing to unpack .../202-libfreetype6_2.10.4+dfsg-1build1_arm64.deb ...
13:50:12 #9 47.37 Unpacking libfreetype6:arm64 (2.10.4+dfsg-1build1) ...
13:50:12 #9 47.83 Selecting previously unselected package libfontconfig1:arm64.
13:50:12 #9 47.84 Preparing to unpack .../203-libfontconfig1_2.13.1-4.2ubuntu3_arm64.deb ...
13:50:12 #9 47.89 Unpacking libfontconfig1:arm64 (2.13.1-4.2ubuntu3) ...
13:50:13 #9 48.23 Selecting previously unselected package libjpeg-turbo8:arm64.
13:50:13 #9 48.23 Preparing to unpack .../204-libjpeg-turbo8_2.0.6-0ubuntu2_arm64.deb ...
13:50:13 #9 48.29 Unpacking libjpeg-turbo8:arm64 (2.0.6-0ubuntu2) ...
13:50:13 #9 48.63 Selecting previously unselected package libjpeg8:arm64.
13:50:13 #9 48.63 Preparing to unpack .../205-libjpeg8_8c-2ubuntu8_arm64.deb ...
13:50:13 #9 48.68 Unpacking libjpeg8:arm64 (8c-2ubuntu8) ...
13:50:14 #9 49.09 Selecting previously unselected package libdeflate0:arm64.
13:50:14 #9 49.09 Preparing to unpack .../206-libdeflate0_1.7-2ubuntu2_arm64.deb ...
13:50:14 #9 49.16 Unpacking libdeflate0:arm64 (1.7-2ubuntu2) ...
13:50:14 #9 49.60 Selecting previously unselected package libjbig0:arm64.
13:50:14 #9 49.60 Preparing to unpack .../207-libjbig0_2.1-3.1build1_arm64.deb ...
13:50:14 #9 49.65 Unpacking libjbig0:arm64 (2.1-3.1build1) ...
13:50:15 #9 50.02 Selecting previously unselected package libwebp6:arm64.
13:50:15 #9 50.02 Preparing to unpack .../208-libwebp6_0.6.1-2.1_arm64.deb ...
13:50:15 #9 50.07 Unpacking libwebp6:arm64 (0.6.1-2.1) ...
13:50:15 #9 50.50 Selecting previously unselected package libtiff5:arm64.
13:50:15 #9 50.50 Preparing to unpack .../209-libtiff5_4.3.0-1ubuntu0.1_arm64.deb ...
13:50:15 #9 50.55 Unpacking libtiff5:arm64 (4.3.0-1ubuntu0.1) ...
13:50:15 #9 50.84 Selecting previously unselected package libxpm4:arm64.
13:50:15 #9 50.84 Preparing to unpack .../210-libxpm4_1%3a3.5.12-1_arm64.deb ...
13:50:15 #9 50.87 Unpacking libxpm4:arm64 (1:3.5.12-1) ...
13:50:16 #9 51.18 Selecting previously unselected package libgd3:arm64.
13:50:16 #9 51.18 Preparing to unpack .../211-libgd3_2.3.0-2ubuntu1_arm64.deb ...
13:50:16 #9 51.21 Unpacking libgd3:arm64 (2.3.0-2ubuntu1) ...
13:50:16 #9 51.42 Selecting previously unselected package libc-devtools.
13:50:16 #9 51.43 Preparing to unpack .../212-libc-devtools_2.34-0ubuntu3.2_arm64.deb ...
13:50:16 #9 51.52 Unpacking libc-devtools (2.34-0ubuntu3.2) ...
13:50:16 #9 51.81 Selecting previously unselected package libcapture-tiny-perl.
13:50:16 #9 51.81 Preparing to unpack .../213-libcapture-tiny-perl_0.48-1_all.deb ...
13:50:16 #9 51.82 Unpacking libcapture-tiny-perl (0.48-1) ...
13:50:16 #9 51.85 Selecting previously unselected package libclass-data-inheritable-perl.
13:50:16 #9 51.85 Preparing to unpack .../214-libclass-data-inheritable-perl_0.08-3_all.deb ...
13:50:16 #9 51.86 Unpacking libclass-data-inheritable-perl (0.08-3) ...
13:50:16 #9 51.88 Selecting previously unselected package libclass-xsaccessor-perl.
13:50:16 #9 51.89 Preparing to unpack .../215-libclass-xsaccessor-perl_1.19-3build7_arm64.deb ...
13:50:16 #9 51.89 Unpacking libclass-xsaccessor-perl (1.19-3build7) ...
13:50:16 #9 51.92 Selecting previously unselected package libclone-perl.
13:50:16 #9 51.92 Preparing to unpack .../216-libclone-perl_0.45-1build1_arm64.deb ...
13:50:16 #9 51.93 Unpacking libclone-perl (0.45-1build1) ...
13:50:16 #9 51.96 Selecting previously unselected package libcommon-sense-perl.
13:50:16 #9 51.96 Preparing to unpack .../217-libcommon-sense-perl_3.75-1build4_arm64.deb ...
13:50:16 #9 51.96 Unpacking libcommon-sense-perl (3.75-1build4) ...
13:50:16 #9 51.99 Selecting previously unselected package libconfig-tiny-perl.
13:50:16 #9 52.00 Preparing to unpack .../218-libconfig-tiny-perl_2.26-1_all.deb ...
13:50:16 #9 52.00 Unpacking libconfig-tiny-perl (2.26-1) ...
13:50:16 #9 52.04 Selecting previously unselected package libparams-util-perl.
13:50:17 #9 52.04 Preparing to unpack .../219-libparams-util-perl_1.102-1build2_arm64.deb ...
13:50:17 #9 52.04 Unpacking libparams-util-perl (1.102-1build2) ...
13:50:17 #9 52.07 Selecting previously unselected package libsub-install-perl.
13:50:17 #9 52.07 Preparing to unpack .../220-libsub-install-perl_0.928-1.1_all.deb ...
13:50:17 #9 52.08 Unpacking libsub-install-perl (0.928-1.1) ...
13:50:17 #9 52.11 Selecting previously unselected package libdata-optlist-perl.
13:50:17 #9 52.11 Preparing to unpack .../221-libdata-optlist-perl_0.110-1.1_all.deb ...
13:50:17 #9 52.12 Unpacking libdata-optlist-perl (0.110-1.1) ...
13:50:17 #9 52.15 Selecting previously unselected package libsub-exporter-perl.
13:50:17 #9 52.15 Preparing to unpack .../222-libsub-exporter-perl_0.987-1_all.deb ...
13:50:17 #9 52.16 Unpacking libsub-exporter-perl (0.987-1) ...
13:50:17 #9 52.19 Selecting previously unselected package libconst-fast-perl.
13:50:17 #9 52.19 Preparing to unpack .../223-libconst-fast-perl_0.014-1.1_all.deb ...
13:50:17 #9 52.19 Unpacking libconst-fast-perl (0.014-1.1) ...
13:50:17 #9 52.23 Selecting previously unselected package libwant-perl.
13:50:17 #9 52.24 Preparing to unpack .../224-libwant-perl_0.29-1build6_arm64.deb ...
13:50:17 #9 52.24 Unpacking libwant-perl (0.29-1build6) ...
13:50:17 #9 52.31 Selecting previously unselected package libcontextual-return-perl.
13:50:17 #9 52.31 Preparing to unpack .../225-libcontextual-return-perl_0.004014-2_all.deb ...
13:50:17 #9 52.31 Unpacking libcontextual-return-perl (0.004014-2) ...
13:50:17 #9 52.34 Selecting previously unselected package libcpanel-json-xs-perl.
13:50:17 #9 52.35 Preparing to unpack .../226-libcpanel-json-xs-perl_4.25-1build1_arm64.deb ...
13:50:17 #9 52.35 Unpacking libcpanel-json-xs-perl (4.25-1build1) ...
13:50:17 #9 52.39 Selecting previously unselected package libdevel-stacktrace-perl.
13:50:17 #9 52.39 Preparing to unpack .../227-libdevel-stacktrace-perl_2.0400-1_all.deb ...
13:50:17 #9 52.40 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
13:50:17 #9 52.43 Selecting previously unselected package libexception-class-perl.
13:50:17 #9 52.43 Preparing to unpack .../228-libexception-class-perl_1.44-1_all.deb ...
13:50:17 #9 52.43 Unpacking libexception-class-perl (1.44-1) ...
13:50:17 #9 52.46 Selecting previously unselected package libiterator-perl.
13:50:17 #9 52.47 Preparing to unpack .../229-libiterator-perl_0.03+ds1-1.1_all.deb ...
13:50:17 #9 52.47 Unpacking libiterator-perl (0.03+ds1-1.1) ...
13:50:17 #9 52.50 Selecting previously unselected package libiterator-util-perl.
13:50:17 #9 52.50 Preparing to unpack .../230-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
13:50:17 #9 52.50 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
13:50:17 #9 52.53 Selecting previously unselected package libexporter-tiny-perl.
13:50:17 #9 52.54 Preparing to unpack .../231-libexporter-tiny-perl_1.002002-1_all.deb ...
13:50:17 #9 52.54 Unpacking libexporter-tiny-perl (1.002002-1) ...
13:50:17 #9 52.57 Selecting previously unselected package liblist-moreutils-xs-perl.
13:50:17 #9 52.57 Preparing to unpack .../232-liblist-moreutils-xs-perl_0.430-2_arm64.deb ...
13:50:17 #9 52.58 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
13:50:17 #9 52.61 Selecting previously unselected package liblist-moreutils-perl.
13:50:17 #9 52.61 Preparing to unpack .../233-liblist-moreutils-perl_0.430-2_all.deb ...
13:50:17 #9 52.61 Unpacking liblist-moreutils-perl (0.430-2) ...
13:50:17 #9 52.65 Selecting previously unselected package libdata-dpath-perl.
13:50:17 #9 52.65 Preparing to unpack .../234-libdata-dpath-perl_0.58-1_all.deb ...
13:50:17 #9 52.65 Unpacking libdata-dpath-perl (0.58-1) ...
13:50:17 #9 52.68 Selecting previously unselected package libdata-dump-perl.
13:50:17 #9 52.69 Preparing to unpack .../235-libdata-dump-perl_1.23-1.1_all.deb ...
13:50:17 #9 52.69 Unpacking libdata-dump-perl (1.23-1.1) ...
13:50:17 #9 52.72 Selecting previously unselected package libdata-messagepack-perl.
13:50:17 #9 52.72 Preparing to unpack .../236-libdata-messagepack-perl_1.01-2_arm64.deb ...
13:50:17 #9 52.73 Unpacking libdata-messagepack-perl (1.01-2) ...
13:50:17 #9 52.76 Selecting previously unselected package libnet-domain-tld-perl.
13:50:17 #9 52.76 Preparing to unpack .../237-libnet-domain-tld-perl_1.75-1.1_all.deb ...
13:50:17 #9 52.76 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
13:50:17 #9 52.79 Selecting previously unselected package libdata-validate-domain-perl.
13:50:17 #9 52.80 Preparing to unpack .../238-libdata-validate-domain-perl_0.10-1.1_all.deb ...
13:50:17 #9 52.80 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
13:50:17 #9 52.83 Selecting previously unselected package libdistro-info-perl.
13:50:17 #9 52.84 Preparing to unpack .../239-libdistro-info-perl_1.0_all.deb ...
13:50:17 #9 52.84 Unpacking libdistro-info-perl (1.0) ...
13:50:17 #9 52.87 Selecting previously unselected package libemail-address-xs-perl.
13:50:17 #9 52.87 Preparing to unpack .../240-libemail-address-xs-perl_1.04-1build5_arm64.deb ...
13:50:17 #9 52.88 Unpacking libemail-address-xs-perl (1.04-1build5) ...
13:50:17 #9 52.91 Selecting previously unselected package libipc-system-simple-perl.
13:50:17 #9 52.91 Preparing to unpack .../241-libipc-system-simple-perl_1.30-1_all.deb ...
13:50:17 #9 52.92 Unpacking libipc-system-simple-perl (1.30-1) ...
13:50:17 #9 52.94 Selecting previously unselected package libfile-basedir-perl.
13:50:17 #9 52.95 Preparing to unpack .../242-libfile-basedir-perl_0.08-1_all.deb ...
13:50:17 #9 52.95 Unpacking libfile-basedir-perl (0.08-1) ...
13:50:17 #9 52.98 Selecting previously unselected package libfile-chdir-perl.
13:50:17 #9 52.98 Preparing to unpack .../243-libfile-chdir-perl_0.1008-1.1_all.deb ...
13:50:17 #9 52.99 Unpacking libfile-chdir-perl (0.1008-1.1) ...
13:50:17 #9 53.02 Selecting previously unselected package libfile-fcntllock-perl.
13:50:17 #9 53.02 Preparing to unpack .../244-libfile-fcntllock-perl_0.22-3build5_arm64.deb ...
13:50:17 #9 53.02 Unpacking libfile-fcntllock-perl (0.22-3build5) ...
13:50:17 #9 53.05 Selecting previously unselected package libnumber-compare-perl.
13:50:17 #9 53.06 Preparing to unpack .../245-libnumber-compare-perl_0.03-1.1_all.deb ...
13:50:17 #9 53.06 Unpacking libnumber-compare-perl (0.03-1.1) ...
13:50:17 #9 53.12 Selecting previously unselected package libtext-glob-perl.
13:50:18 #9 53.13 Preparing to unpack .../246-libtext-glob-perl_0.11-1_all.deb ...
13:50:18 #9 53.13 Unpacking libtext-glob-perl (0.11-1) ...
13:50:18 #9 53.16 Selecting previously unselected package libfile-find-rule-perl.
13:50:18 #9 53.16 Preparing to unpack .../247-libfile-find-rule-perl_0.34-1_all.deb ...
13:50:18 #9 53.16 Unpacking libfile-find-rule-perl (0.34-1) ...
13:50:18 #9 53.20 Selecting previously unselected package libfont-afm-perl.
13:50:18 #9 53.20 Preparing to unpack .../248-libfont-afm-perl_1.20-3_all.deb ...
13:50:18 #9 53.20 Unpacking libfont-afm-perl (1.20-3) ...
13:50:18 #9 53.23 Selecting previously unselected package libio-string-perl.
13:50:18 #9 53.23 Preparing to unpack .../249-libio-string-perl_1.08-3.1_all.deb ...
13:50:18 #9 53.24 Unpacking libio-string-perl (1.08-3.1) ...
13:50:18 #9 53.26 Selecting previously unselected package libfont-ttf-perl.
13:50:18 #9 53.27 Preparing to unpack .../250-libfont-ttf-perl_1.06-1.1_all.deb ...
13:50:18 #9 53.27 Unpacking libfont-ttf-perl (1.06-1.1) ...
13:50:18 #9 53.37 Selecting previously unselected package libio-stringy-perl.
13:50:18 #9 53.37 Preparing to unpack .../251-libio-stringy-perl_2.111-3_all.deb ...
13:50:18 #9 53.37 Unpacking libio-stringy-perl (2.111-3) ...
13:50:18 #9 53.40 Selecting previously unselected package libparams-validate-perl:arm64.
13:50:18 #9 53.41 Preparing to unpack .../252-libparams-validate-perl_1.30-1build2_arm64.deb ...
13:50:18 #9 53.41 Unpacking libparams-validate-perl:arm64 (1.30-1build2) ...
13:50:18 #9 53.44 Selecting previously unselected package libgetopt-long-descriptive-perl.
13:50:18 #9 53.44 Preparing to unpack .../253-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
13:50:18 #9 53.45 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
13:50:18 #9 53.48 Selecting previously unselected package libsort-versions-perl.
13:50:18 #9 53.48 Preparing to unpack .../254-libsort-versions-perl_1.62-1_all.deb ...
13:50:18 #9 53.48 Unpacking libsort-versions-perl (1.62-1) ...
13:50:18 #9 53.51 Selecting previously unselected package libgit-wrapper-perl.
13:50:18 #9 53.51 Preparing to unpack .../255-libgit-wrapper-perl_0.048-1_all.deb ...
13:50:18 #9 53.51 Unpacking libgit-wrapper-perl (0.048-1) ...
13:50:18 #9 53.54 Selecting previously unselected package libhttp-tiny-multipart-perl.
13:50:18 #9 53.55 Preparing to unpack .../256-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
13:50:18 #9 53.55 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
13:50:18 #9 53.58 Selecting previously unselected package libio-prompter-perl.
13:50:18 #9 53.58 Preparing to unpack .../257-libio-prompter-perl_0.004015-1_all.deb ...
13:50:18 #9 53.58 Unpacking libio-prompter-perl (0.004015-1) ...
13:50:18 #9 53.62 Selecting previously unselected package libjson-perl.
13:50:18 #9 53.62 Preparing to unpack .../258-libjson-perl_4.03000-1_all.deb ...
13:50:18 #9 53.62 Unpacking libjson-perl (4.03000-1) ...
13:50:18 #9 53.66 Selecting previously unselected package liblog-any-perl.
13:50:18 #9 53.66 Preparing to unpack .../259-liblog-any-perl_1.709-1_all.deb ...
13:50:18 #9 53.67 Unpacking liblog-any-perl (1.709-1) ...
13:50:18 #9 53.70 Selecting previously unselected package liblog-any-adapter-screen-perl.
13:50:18 #9 53.70 Preparing to unpack .../260-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
13:50:18 #9 53.71 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
13:50:18 #9 53.74 Selecting previously unselected package libpackage-stash-perl.
13:50:18 #9 53.74 Preparing to unpack .../261-libpackage-stash-perl_0.39-1_all.deb ...
13:50:18 #9 53.74 Unpacking libpackage-stash-perl (0.39-1) ...
13:50:18 #9 53.77 Selecting previously unselected package libsub-identify-perl.
13:50:18 #9 53.77 Preparing to unpack .../262-libsub-identify-perl_0.14-1build4_arm64.deb ...
13:50:18 #9 53.77 Unpacking libsub-identify-perl (0.14-1build4) ...
13:50:18 #9 53.80 Selecting previously unselected package libsub-name-perl.
13:50:18 #9 53.81 Preparing to unpack .../263-libsub-name-perl_0.26-1build2_arm64.deb ...
13:50:18 #9 53.81 Unpacking libsub-name-perl (0.26-1build2) ...
13:50:18 #9 53.84 Selecting previously unselected package libnamespace-clean-perl.
13:50:18 #9 53.84 Preparing to unpack .../264-libnamespace-clean-perl_0.27-1_all.deb ...
13:50:18 #9 53.84 Unpacking libnamespace-clean-perl (0.27-1) ...
13:50:18 #9 53.87 Selecting previously unselected package libpath-tiny-perl.
13:50:18 #9 53.88 Preparing to unpack .../265-libpath-tiny-perl_0.118-1_all.deb ...
13:50:18 #9 53.88 Unpacking libpath-tiny-perl (0.118-1) ...
13:50:18 #9 53.92 Selecting previously unselected package libtype-tiny-perl.
13:50:18 #9 53.92 Preparing to unpack .../266-libtype-tiny-perl_1.012002-1_all.deb ...
13:50:18 #9 53.92 Unpacking libtype-tiny-perl (1.012002-1) ...
13:50:18 #9 53.97 Selecting previously unselected package libgitlab-api-v4-perl.
13:50:18 #9 53.97 Preparing to unpack .../267-libgitlab-api-v4-perl_0.26-1_all.deb ...
13:50:18 #9 53.98 Unpacking libgitlab-api-v4-perl (0.26-1) ...
13:50:18 #9 54.01 Selecting previously unselected package libhash-fieldhash-perl.
13:50:18 #9 54.01 Preparing to unpack .../268-libhash-fieldhash-perl_0.15-1build4_arm64.deb ...
13:50:18 #9 54.02 Unpacking libhash-fieldhash-perl (0.15-1build4) ...
13:50:18 #9 54.05 Selecting previously unselected package libhtml-form-perl.
13:50:18 #9 54.05 Preparing to unpack .../269-libhtml-form-perl_6.07-1_all.deb ...
13:50:18 #9 54.05 Unpacking libhtml-form-perl (6.07-1) ...
13:50:18 #9 54.08 Selecting previously unselected package libhtml-format-perl.
13:50:18 #9 54.09 Preparing to unpack .../270-libhtml-format-perl_2.12-1.1_all.deb ...
13:50:18 #9 54.09 Unpacking libhtml-format-perl (2.12-1.1) ...
13:50:18 #9 54.12 Selecting previously unselected package libhtml-html5-entities-perl.
13:50:19 #9 54.12 Preparing to unpack .../271-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
13:50:19 #9 54.13 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
13:50:19 #9 54.16 Selecting previously unselected package libhttp-daemon-perl.
13:50:19 #9 54.16 Preparing to unpack .../272-libhttp-daemon-perl_6.12-1_all.deb ...
13:50:19 #9 54.17 Unpacking libhttp-daemon-perl (6.12-1) ...
13:50:19 #9 54.20 Selecting previously unselected package libtypes-serialiser-perl.
13:50:19 #9 54.20 Preparing to unpack .../273-libtypes-serialiser-perl_1.01-1_all.deb ...
13:50:19 #9 54.21 Unpacking libtypes-serialiser-perl (1.01-1) ...
13:50:19 #9 54.24 Selecting previously unselected package libjson-xs-perl.
13:50:19 #9 54.24 Preparing to unpack .../274-libjson-xs-perl_4.030-1build2_arm64.deb ...
13:50:19 #9 54.24 Unpacking libjson-xs-perl (4.030-1build2) ...
13:50:19 #9 54.27 Selecting previously unselected package libjson-maybexs-perl.
13:50:19 #9 54.28 Preparing to unpack .../275-libjson-maybexs-perl_1.004003-1_all.deb ...
13:50:19 #9 54.28 Unpacking libjson-maybexs-perl (1.004003-1) ...
13:50:19 #9 54.31 Selecting previously unselected package libldap-common.
13:50:19 #9 54.31 Preparing to unpack .../276-libldap-common_2.5.6+dfsg-1~exp1ubuntu1.1_all.deb ...
13:50:19 #9 54.32 Unpacking libldap-common (2.5.6+dfsg-1~exp1ubuntu1.1) ...
13:50:19 #9 54.35 Selecting previously unselected package liblist-compare-perl.
13:50:19 #9 54.35 Preparing to unpack .../277-liblist-compare-perl_0.55-1_all.deb ...
13:50:19 #9 54.35 Unpacking liblist-compare-perl (0.55-1) ...
13:50:19 #9 54.38 Selecting previously unselected package liblist-someutils-perl.
13:50:19 #9 54.39 Preparing to unpack .../278-liblist-someutils-perl_0.58-1_all.deb ...
13:50:19 #9 54.39 Unpacking liblist-someutils-perl (0.58-1) ...
13:50:19 #9 54.42 Selecting previously unselected package liblist-someutils-xs-perl.
13:50:19 #9 54.43 Preparing to unpack .../279-liblist-someutils-xs-perl_0.58-2build2_arm64.deb ...
13:50:19 #9 54.43 Unpacking liblist-someutils-xs-perl (0.58-2build2) ...
13:50:19 #9 54.46 Selecting previously unselected package liblist-utilsby-perl.
13:50:19 #9 54.46 Preparing to unpack .../280-liblist-utilsby-perl_0.11-1_all.deb ...
13:50:19 #9 54.46 Unpacking liblist-utilsby-perl (0.11-1) ...
13:50:19 #9 54.50 Selecting previously unselected package libltdl7:arm64.
13:50:19 #9 54.50 Preparing to unpack .../281-libltdl7_2.4.6-15_arm64.deb ...
13:50:19 #9 54.50 Unpacking libltdl7:arm64 (2.4.6-15) ...
13:50:19 #9 54.53 Selecting previously unselected package libltdl-dev:arm64.
13:50:19 #9 54.54 Preparing to unpack .../282-libltdl-dev_2.4.6-15_arm64.deb ...
13:50:19 #9 54.54 Unpacking libltdl-dev:arm64 (2.4.6-15) ...
13:50:19 #9 54.59 Selecting previously unselected package liblzo2-2:arm64.
13:50:19 #9 54.59 Preparing to unpack .../283-liblzo2-2_2.10-2build1_arm64.deb ...
13:50:19 #9 54.59 Unpacking liblzo2-2:arm64 (2.10-2build1) ...
13:50:19 #9 54.62 Selecting previously unselected package libsys-hostname-long-perl.
13:50:19 #9 54.63 Preparing to unpack .../284-libsys-hostname-long-perl_1.5-2_all.deb ...
13:50:19 #9 54.63 Unpacking libsys-hostname-long-perl (1.5-2) ...
13:50:19 #9 54.66 Selecting previously unselected package libmail-sendmail-perl.
13:50:19 #9 54.66 Preparing to unpack .../285-libmail-sendmail-perl_0.80-1.1_all.deb ...
13:50:19 #9 54.67 Unpacking libmail-sendmail-perl (0.80-1.1) ...
13:50:19 #9 54.70 Selecting previously unselected package libnet-smtp-ssl-perl.
13:50:19 #9 54.70 Preparing to unpack .../286-libnet-smtp-ssl-perl_1.04-1_all.deb ...
13:50:19 #9 54.71 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
13:50:19 #9 54.74 Selecting previously unselected package libmailtools-perl.
13:50:19 #9 54.74 Preparing to unpack .../287-libmailtools-perl_2.21-1_all.deb ...
13:50:19 #9 54.74 Unpacking libmailtools-perl (2.21-1) ...
13:50:19 #9 54.79 Selecting previously unselected package libmarkdown2:arm64.
13:50:19 #9 54.79 Preparing to unpack .../288-libmarkdown2_2.2.6-1ubuntu2_arm64.deb ...
13:50:19 #9 54.80 Unpacking libmarkdown2:arm64 (2.2.6-1ubuntu2) ...
13:50:19 #9 54.83 Selecting previously unselected package libmoox-aliases-perl.
13:50:20 #9 54.83 Preparing to unpack .../289-libmoox-aliases-perl_0.001006-1.1_all.deb ...
13:50:20 #9 54.83 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
13:50:20 #9 54.86 Selecting previously unselected package libnamespace-autoclean-perl.
13:50:20 #9 54.86 Preparing to unpack .../290-libnamespace-autoclean-perl_0.29-1_all.deb ...
13:50:20 #9 54.87 Unpacking libnamespace-autoclean-perl (0.29-1) ...
13:50:20 #9 54.90 Selecting previously unselected package libobject-id-perl.
13:50:20 #9 54.91 Preparing to unpack .../291-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
13:50:20 #9 54.91 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
13:50:20 #9 54.94 Selecting previously unselected package libmoox-struct-perl.
13:50:20 #9 54.95 Preparing to unpack .../292-libmoox-struct-perl_0.020-1_all.deb ...
13:50:20 #9 54.95 Unpacking libmoox-struct-perl (0.020-1) ...
13:50:20 #9 54.98 Selecting previously unselected package libmouse-perl.
13:50:20 #9 54.98 Preparing to unpack .../293-libmouse-perl_2.5.10-1build2_arm64.deb ...
13:50:20 #9 54.99 Unpacking libmouse-perl (2.5.10-1build2) ...
13:50:20 #9 55.03 Selecting previously unselected package libnumber-range-perl.
13:50:20 #9 55.03 Preparing to unpack .../294-libnumber-range-perl_0.12-1.1_all.deb ...
13:50:20 #9 55.04 Unpacking libnumber-range-perl (0.12-1.1) ...
13:50:20 #9 55.07 Selecting previously unselected package libpackage-stash-xs-perl.
13:50:20 #9 55.07 Preparing to unpack .../295-libpackage-stash-xs-perl_0.29-1build4_arm64.deb ...
13:50:20 #9 55.07 Unpacking libpackage-stash-xs-perl (0.29-1build4) ...
13:50:20 #9 55.10 Selecting previously unselected package libpath-iterator-rule-perl.
13:50:20 #9 55.11 Preparing to unpack .../296-libpath-iterator-rule-perl_1.014-1_all.deb ...
13:50:20 #9 55.11 Unpacking libpath-iterator-rule-perl (1.014-1) ...
13:50:20 #9 55.14 Selecting previously unselected package libperlio-gzip-perl.
13:50:20 #9 55.14 Preparing to unpack .../297-libperlio-gzip-perl_0.19-1build7_arm64.deb ...
13:50:20 #9 55.15 Unpacking libperlio-gzip-perl (0.19-1build7) ...
13:50:20 #9 55.18 Selecting previously unselected package libpod-parser-perl.
13:50:20 #9 55.18 Preparing to unpack .../298-libpod-parser-perl_1.63-2_all.deb ...
13:50:20 #9 55.19 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
13:50:20 #9 55.20 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
13:50:20 #9 55.21 Unpacking libpod-parser-perl (1.63-2) ...
13:50:20 #9 55.24 Selecting previously unselected package libpod-constants-perl.
13:50:20 #9 55.24 Preparing to unpack .../299-libpod-constants-perl_0.19-2_all.deb ...
13:50:20 #9 55.25 Unpacking libpod-constants-perl (0.19-2) ...
13:50:20 #9 55.28 Selecting previously unselected package libproc-processtable-perl.
13:50:20 #9 55.28 Preparing to unpack .../300-libproc-processtable-perl_0.59-2build2_arm64.deb ...
13:50:20 #9 55.28 Unpacking libproc-processtable-perl (0.59-2build2) ...
13:50:20 #9 55.32 Selecting previously unselected package libre2-9:arm64.
13:50:20 #9 55.33 Preparing to unpack .../301-libre2-9_20210801+dfsg-1_arm64.deb ...
13:50:20 #9 55.33 Unpacking libre2-9:arm64 (20210801+dfsg-1) ...
13:50:20 #9 55.36 Selecting previously unselected package libre-engine-re2-perl:arm64.
13:50:20 #9 55.37 Preparing to unpack .../302-libre-engine-re2-perl_0.14-1build1_arm64.deb ...
13:50:20 #9 55.37 Unpacking libre-engine-re2-perl:arm64 (0.14-1build1) ...
13:50:20 #9 55.40 Selecting previously unselected package libreadonly-perl.
13:50:20 #9 55.41 Preparing to unpack .../303-libreadonly-perl_2.050-3_all.deb ...
13:50:20 #9 55.41 Unpacking libreadonly-perl (2.050-3) ...
13:50:20 #9 55.44 Selecting previously unselected package libref-util-perl.
13:50:20 #9 55.44 Preparing to unpack .../304-libref-util-perl_0.204-1_all.deb ...
13:50:20 #9 55.45 Unpacking libref-util-perl (0.204-1) ...
13:50:20 #9 55.48 Selecting previously unselected package libref-util-xs-perl.
13:50:20 #9 55.48 Preparing to unpack .../305-libref-util-xs-perl_0.117-1build3_arm64.deb ...
13:50:20 #9 55.48 Unpacking libref-util-xs-perl (0.117-1build3) ...
13:50:20 #9 55.51 Selecting previously unselected package libregexp-pattern-license-perl.
13:50:20 #9 55.51 Preparing to unpack .../306-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
13:50:20 #9 55.52 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
13:50:20 #9 55.56 Selecting previously unselected package libregexp-pattern-perl.
13:50:20 #9 55.56 Preparing to unpack .../307-libregexp-pattern-perl_0.2.14-1_all.deb ...
13:50:20 #9 55.57 Unpacking libregexp-pattern-perl (0.2.14-1) ...
13:50:20 #9 55.60 Selecting previously unselected package libsasl2-modules:arm64.
13:50:20 #9 55.60 Preparing to unpack .../308-libsasl2-modules_2.1.27+dfsg-2.1ubuntu0.1_arm64.deb ...
13:50:20 #9 55.61 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-2.1ubuntu0.1) ...
13:50:20 #9 55.65 Selecting previously unselected package libsereal-decoder-perl.
13:50:20 #9 55.65 Preparing to unpack .../309-libsereal-decoder-perl_4.018+ds-1build1_arm64.deb ...
13:50:20 #9 55.66 Unpacking libsereal-decoder-perl (4.018+ds-1build1) ...
13:50:20 #9 55.69 Selecting previously unselected package libsereal-encoder-perl.
13:50:20 #9 55.69 Preparing to unpack .../310-libsereal-encoder-perl_4.018+ds-1build1_arm64.deb ...
13:50:20 #9 55.70 Unpacking libsereal-encoder-perl (4.018+ds-1build1) ...
13:50:20 #9 55.74 Selecting previously unselected package libsort-key-perl.
13:50:20 #9 55.74 Preparing to unpack .../311-libsort-key-perl_1.33-2build4_arm64.deb ...
13:50:20 #9 55.75 Unpacking libsort-key-perl (1.33-2build4) ...
13:50:20 #9 55.78 Selecting previously unselected package libstring-copyright-perl.
13:50:20 #9 55.78 Preparing to unpack .../312-libstring-copyright-perl_0.003006-1_all.deb ...
13:50:20 #9 55.79 Unpacking libstring-copyright-perl (0.003006-1) ...
13:50:20 #9 55.81 Selecting previously unselected package libstring-escape-perl.
13:50:20 #9 55.82 Preparing to unpack .../313-libstring-escape-perl_2010.002-2_all.deb ...
13:50:20 #9 55.82 Unpacking libstring-escape-perl (2010.002-2) ...
13:50:20 #9 55.85 Selecting previously unselected package libstring-shellquote-perl.
13:50:20 #9 55.85 Preparing to unpack .../314-libstring-shellquote-perl_1.04-1_all.deb ...
13:50:20 #9 55.85 Unpacking libstring-shellquote-perl (1.04-1) ...
13:50:20 #9 55.88 Selecting previously unselected package libterm-readkey-perl.
13:50:21 #9 55.88 Preparing to unpack .../315-libterm-readkey-perl_2.38-1build2_arm64.deb ...
13:50:21 #9 55.89 Unpacking libterm-readkey-perl (2.38-1build2) ...
13:50:21 #9 55.92 Selecting previously unselected package libtext-levenshteinxs-perl.
13:50:21 #9 55.92 Preparing to unpack .../316-libtext-levenshteinxs-perl_0.03-4build9_arm64.deb ...
13:50:21 #9 55.92 Unpacking libtext-levenshteinxs-perl (0.03-4build9) ...
13:50:21 #9 55.96 Selecting previously unselected package libtext-markdown-discount-perl:arm64.
13:50:21 #9 55.96 Preparing to unpack .../317-libtext-markdown-discount-perl_0.12-1build2_arm64.deb ...
13:50:21 #9 55.96 Unpacking libtext-markdown-discount-perl:arm64 (0.12-1build2) ...
13:50:21 #9 55.99 Selecting previously unselected package libtext-xslate-perl.
13:50:21 #9 55.99 Preparing to unpack .../318-libtext-xslate-perl_3.5.8-1build2_arm64.deb ...
13:50:21 #9 56.00 Unpacking libtext-xslate-perl (3.5.8-1build2) ...
13:50:21 #9 56.04 Selecting previously unselected package libtime-duration-perl.
13:50:21 #9 56.04 Preparing to unpack .../319-libtime-duration-perl_1.21-1_all.deb ...
13:50:21 #9 56.05 Unpacking libtime-duration-perl (1.21-1) ...
13:50:21 #9 56.07 Selecting previously unselected package libtime-moment-perl.
13:50:21 #9 56.08 Preparing to unpack .../320-libtime-moment-perl_0.44-1build4_arm64.deb ...
13:50:21 #9 56.08 Unpacking libtime-moment-perl (0.44-1build4) ...
13:50:21 #9 56.12 Selecting previously unselected package libtype-tiny-xs-perl.
13:50:21 #9 56.12 Preparing to unpack .../321-libtype-tiny-xs-perl_0.022-1_arm64.deb ...
13:50:21 #9 56.12 Unpacking libtype-tiny-xs-perl (0.022-1) ...
13:50:21 #9 56.16 Selecting previously unselected package libunicode-utf8-perl.
13:50:21 #9 56.16 Preparing to unpack .../322-libunicode-utf8-perl_0.62-1build2_arm64.deb ...
13:50:21 #9 56.17 Unpacking libunicode-utf8-perl (0.62-1build2) ...
13:50:21 #9 56.20 Selecting previously unselected package libxml-namespacesupport-perl.
13:50:21 #9 56.20 Preparing to unpack .../323-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
13:50:21 #9 56.21 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
13:50:21 #9 56.25 Selecting previously unselected package libxml-sax-base-perl.
13:50:21 #9 56.25 Preparing to unpack .../324-libxml-sax-base-perl_1.09-1.1_all.deb ...
13:50:21 #9 56.25 Unpacking libxml-sax-base-perl (1.09-1.1) ...
13:50:21 #9 56.29 Selecting previously unselected package libxml-sax-perl.
13:50:21 #9 56.30 Preparing to unpack .../325-libxml-sax-perl_1.02+dfsg-1_all.deb ...
13:50:21 #9 56.30 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
13:50:21 #9 56.34 Selecting previously unselected package libxml-libxml-perl.
13:50:21 #9 56.35 Preparing to unpack .../326-libxml-libxml-perl_2.0134+dfsg-2build1_arm64.deb ...
13:50:21 #9 56.35 Unpacking libxml-libxml-perl (2.0134+dfsg-2build1) ...
13:50:21 #9 56.40 Selecting previously unselected package libxml-parser-perl:arm64.
13:50:21 #9 56.41 Preparing to unpack .../327-libxml-parser-perl_2.46-2_arm64.deb ...
13:50:21 #9 56.41 Unpacking libxml-parser-perl:arm64 (2.46-2) ...
13:50:21 #9 56.47 Selecting previously unselected package libxml-sax-expat-perl.
13:50:21 #9 56.47 Preparing to unpack .../328-libxml-sax-expat-perl_0.51-1_all.deb ...
13:50:21 #9 56.47 Unpacking libxml-sax-expat-perl (0.51-1) ...
13:50:21 #9 56.50 Selecting previously unselected package libyaml-libyaml-perl.
13:50:21 #9 56.51 Preparing to unpack .../329-libyaml-libyaml-perl_0.82+repack-1build1_arm64.deb ...
13:50:21 #9 56.51 Unpacking libyaml-libyaml-perl (0.82+repack-1build1) ...
13:50:21 #9 56.54 Selecting previously unselected package licensecheck.
13:50:21 #9 56.55 Preparing to unpack .../330-licensecheck_3.1.1-2_all.deb ...
13:50:21 #9 56.55 Unpacking licensecheck (3.1.1-2) ...
13:50:21 #9 56.59 Selecting previously unselected package libdevel-size-perl.
13:50:21 #9 56.59 Preparing to unpack .../331-libdevel-size-perl_0.83-1build3_arm64.deb ...
13:50:21 #9 56.59 Unpacking libdevel-size-perl (0.83-1build3) ...
13:50:21 #9 56.63 Selecting previously unselected package libipc-run3-perl.
13:50:21 #9 56.63 Preparing to unpack .../332-libipc-run3-perl_0.048-2_all.deb ...
13:50:21 #9 56.63 Unpacking libipc-run3-perl (0.048-2) ...
13:50:21 #9 56.67 Selecting previously unselected package lzip.
13:50:21 #9 56.67 Preparing to unpack .../333-lzip_1.22-3_arm64.deb ...
13:50:21 #9 56.67 Unpacking lzip (1.22-3) ...
13:50:21 #9 56.71 Selecting previously unselected package lzop.
13:50:21 #9 56.71 Preparing to unpack .../334-lzop_1.04-2build1_arm64.deb ...
13:50:21 #9 56.71 Unpacking lzop (1.04-2build1) ...
13:50:21 #9 56.83 Selecting previously unselected package t1utils.
13:50:21 #9 56.83 Preparing to unpack .../335-t1utils_1.41-4build1_arm64.deb ...
13:50:21 #9 56.84 Unpacking t1utils (1.41-4build1) ...
13:50:21 #9 56.87 Selecting previously unselected package unzip.
13:50:21 #9 56.88 Preparing to unpack .../336-unzip_6.0-26ubuntu1_arm64.deb ...
13:50:21 #9 56.88 Unpacking unzip (6.0-26ubuntu1) ...
13:50:21 #9 56.96 Selecting previously unselected package lintian.
13:50:22 #9 56.96 Preparing to unpack .../337-lintian_2.104.0ubuntu3.2_all.deb ...
13:50:22 #9 56.97 Unpacking lintian (2.104.0ubuntu3.2) ...
13:50:22 #9 57.24 Selecting previously unselected package manpages-dev.
13:50:22 #9 57.24 Preparing to unpack .../338-manpages-dev_5.10-1ubuntu1_all.deb ...
13:50:22 #9 57.25 Unpacking manpages-dev (5.10-1ubuntu1) ...
13:50:22 #9 57.47 Selecting previously unselected package python3-certifi.
13:50:22 #9 57.47 Preparing to unpack .../339-python3-certifi_2020.6.20-1_all.deb ...
13:50:22 #9 57.48 Unpacking python3-certifi (2020.6.20-1) ...
13:50:22 #9 57.53 Selecting previously unselected package python3-idna.
13:50:22 #9 57.53 Preparing to unpack .../340-python3-idna_2.10-1_all.deb ...
13:50:22 #9 57.53 Unpacking python3-idna (2.10-1) ...
13:50:22 #9 57.57 Selecting previously unselected package python3-urllib3.
13:50:22 #9 57.58 Preparing to unpack .../341-python3-urllib3_1.26.5-1~exp1_all.deb ...
13:50:22 #9 57.58 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
13:50:22 #9 57.63 Selecting previously unselected package python3-requests.
13:50:22 #9 57.63 Preparing to unpack .../342-python3-requests_2.25.1+dfsg-2_all.deb ...
13:50:22 #9 57.64 Unpacking python3-requests (2.25.1+dfsg-2) ...
13:50:22 #9 57.69 Selecting previously unselected package python3-unidiff.
13:50:22 #9 57.69 Preparing to unpack .../343-python3-unidiff_0.5.5-2_all.deb ...
13:50:22 #9 57.70 Unpacking python3-unidiff (0.5.5-2) ...
13:50:22 #9 57.74 Selecting previously unselected package python3-xdg.
13:50:22 #9 57.74 Preparing to unpack .../344-python3-xdg_0.27-2_all.deb ...
13:50:22 #9 57.75 Unpacking python3-xdg (0.27-2) ...
13:50:22 #9 57.78 Selecting previously unselected package equivs.
13:50:22 #9 57.79 Preparing to unpack .../345-equivs_2.3.1_all.deb ...
13:50:22 #9 57.79 Unpacking equivs (2.3.1) ...
13:50:22 #9 57.82 Selecting previously unselected package libauthen-sasl-perl.
13:50:22 #9 57.83 Preparing to unpack .../346-libauthen-sasl-perl_2.1600-1.1_all.deb ...
13:50:22 #9 57.83 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
13:50:22 #9 57.87 Selecting previously unselected package python3-magic.
13:50:22 #9 57.87 Preparing to unpack .../347-python3-magic_2%3a0.4.20-3_all.deb ...
13:50:22 #9 57.88 Unpacking python3-magic (2:0.4.20-3) ...
13:50:22 #9 57.96 Setting up libksba8:arm64 (1.5.1-1) ...
13:50:22 #9 57.97 Setting up media-types (4.0.0) ...
13:50:23 #9 57.99 Setting up libpipeline1:arm64 (1.5.3-1build1) ...
13:50:23 #9 58.00 Setting up wdiff (1.2.2-2build2) ...
13:50:23 #9 58.01 Setting up libxau6:arm64 (1:1.0.9-1build3) ...
13:50:23 #9 58.02 Setting up libre2-9:arm64 (20210801+dfsg-1) ...
13:50:23 #9 58.03 Setting up lto-disabled-list (16) ...
13:50:23 #9 58.05 Setting up libpsl5:arm64 (0.21.0-1.2) ...
13:50:23 #9 58.06 Setting up bsdextrautils (2.36.1-8ubuntu2.2) ...
13:50:23 #9 58.07 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
13:50:23 #9 58.07 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:50:23 #9 58.08 Setting up libicu67:arm64 (67.1-7ubuntu1) ...
13:50:23 #9 58.09 Setting up libmagic-mgc (1:5.39-3) ...
13:50:23 #9 58.10 Setting up libyaml-0-2:arm64 (0.2.2-1) ...
13:50:23 #9 58.11 Setting up distro-info-data (0.51ubuntu1.2) ...
13:50:23 #9 58.12 Setting up manpages (5.10-1ubuntu1) ...
13:50:23 #9 58.13 Setting up unzip (6.0-26ubuntu1) ...
13:50:23 #9 58.15 Setting up perl-modules-5.32 (5.32.1-3ubuntu3) ...
13:50:23 #9 58.16 Setting up libbrotli1:arm64 (1.0.9-2build3) ...
13:50:23 #9 58.17 Setting up libsqlite3-0:arm64 (3.35.5-1ubuntu0.1) ...
13:50:23 #9 58.18 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-2.1ubuntu0.1) ...
13:50:23 #9 58.20 Setting up binutils-common:arm64 (2.37-7ubuntu1) ...
13:50:23 #9 58.21 Setting up libnghttp2-14:arm64 (1.43.0-1) ...
13:50:23 #9 58.22 Setting up libmagic1:arm64 (1:5.39-3) ...
13:50:23 #9 58.24 Setting up libdeflate0:arm64 (1.7-2ubuntu2) ...
13:50:23 #9 58.26 Setting up less (551-2) ...
13:50:23 #9 58.27 Setting up perl-openssl-defaults:arm64 (5) ...
13:50:23 #9 58.28 Setting up linux-libc-dev:arm64 (5.13.0-44.49) ...
13:50:23 #9 58.29 Setting up libctf-nobfd0:arm64 (2.37-7ubuntu1) ...
13:50:23 #9 58.33 Setting up gettext-base (0.21-4ubuntu3) ...
13:50:23 #9 58.34 Setting up liblzo2-2:arm64 (2.10-2build1) ...
13:50:23 #9 58.35 Setting up libnpth0:arm64 (1.6-3) ...
13:50:23 #9 58.36 Setting up file (1:5.39-3) ...
13:50:23 #9 58.37 Setting up libassuan0:arm64 (2.5.5-1) ...
13:50:23 #9 58.38 Setting up libgomp1:arm64 (11.2.0-7ubuntu2) ...
13:50:23 #9 58.39 Setting up libcbor0.6:arm64 (0.6.0-0ubuntu3) ...
13:50:23 #9 58.40 Setting up bzip2 (1.0.8-4ubuntu3) ...
13:50:23 #9 58.41 Setting up libldap-common (2.5.6+dfsg-1~exp1ubuntu1.1) ...
13:50:23 #9 58.43 Setting up libjbig0:arm64 (2.1-3.1build1) ...
13:50:23 #9 58.44 Setting up libfakeroot:arm64 (1.25.3-1.1ubuntu2) ...
13:50:23 #9 58.45 Setting up libasan6:arm64 (11.2.0-7ubuntu2) ...
13:50:23 #9 58.46 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1ubuntu0.1) ...
13:50:23 #9 58.47 Setting up tzdata (2022a-0ubuntu0.21.10) ...
13:50:23 #9 58.58 
13:50:23 #9 58.58 Current default time zone: 'Etc/UTC'
13:50:23 #9 58.58 Local time is now:      Tue May 31 13:50:23 UTC 2022.
13:50:23 #9 58.58 Universal Time is now:  Tue May 31 13:50:23 UTC 2022.
13:50:23 #9 58.58 Run 'dpkg-reconfigure tzdata' if you wish to change it.
13:50:23 #9 58.58 
13:50:23 #9 58.68 Setting up fakeroot (1.25.3-1.1ubuntu2) ...
13:50:23 #9 58.69 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
13:50:23 #9 58.69 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:50:23 #9 58.69 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:50:23 #9 58.69 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:50:23 #9 58.69 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:50:23 #9 58.69 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:50:23 #9 58.69 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:50:23 #9 58.69 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:50:23 #9 58.69 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:50:23 #9 58.70 Setting up autotools-dev (20180224.1+nmu1) ...
13:50:23 #9 58.71 Setting up libtirpc-dev:arm64 (1.3.2-2) ...
13:50:23 #9 58.73 Setting up rpcsvc-proto (1.4.2-0ubuntu5) ...
13:50:23 #9 58.74 Setting up libx11-data (2:1.7.2-1) ...
13:50:23 #9 58.75 Setting up make (4.3-4ubuntu1) ...
13:50:23 #9 58.76 Setting up libmpfr6:arm64 (4.1.0-3build1) ...
13:50:23 #9 58.78 Setting up gnupg-l10n (2.2.20-1ubuntu4) ...
13:50:23 #9 58.80 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2build3) ...
13:50:23 #9 58.82 Setting up lzip (1.22-3) ...
13:50:23 #9 58.84 Setting up strace (5.13-0ubuntu1) ...
13:50:23 #9 58.85 Setting up libsigsegv2:arm64 (2.13-1ubuntu2) ...
13:50:23 #9 58.87 Setting up xz-utils (5.2.5-2ubuntu0.1) ...
13:50:23 #9 58.88 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
13:50:23 #9 58.88 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:50:23 #9 58.88 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:50:23 #9 58.88 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:50:23 #9 58.88 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:50:23 #9 58.88 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:50:23 #9 58.88 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:50:23 #9 58.88 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:50:23 #9 58.88 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:50:23 #9 58.88 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:50:23 #9 58.88 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:50:23 #9 58.88 Setting up t1utils (1.41-4build1) ...
13:50:23 #9 58.89 Setting up diffstat (1.64-1) ...
13:50:23 #9 58.90 Setting up libpng16-16:arm64 (1.6.37-3build4) ...
13:50:24 #9 58.91 Setting up libmpc3:arm64 (1.2.0-1build1) ...
13:50:24 #9 58.93 Setting up libatomic1:arm64 (11.2.0-7ubuntu2) ...
13:50:24 #9 58.94 Setting up patch (2.7.6-7) ...
13:50:24 #9 58.95 Setting up autopoint (0.21-4ubuntu3) ...
13:50:24 #9 58.96 Setting up libwebp6:arm64 (0.6.1-2.1) ...
13:50:24 #9 58.97 Setting up fonts-dejavu-core (2.37-2build1) ...
13:50:24 #9 59.03 Setting up ucf (3.0043) ...
13:50:24 #9 59.19 Setting up libjpeg-turbo8:arm64 (2.0.6-0ubuntu2) ...
13:50:24 #9 59.20 Setting up libltdl7:arm64 (2.4.6-15) ...
13:50:24 #9 59.21 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1ubuntu0.1) ...
13:50:24 #9 59.22 Setting up libssh-4:arm64 (0.9.6-1) ...
13:50:24 #9 59.23 Setting up libubsan1:arm64 (11.2.0-7ubuntu2) ...
13:50:24 #9 59.24 Setting up libmd0:arm64 (1.0.3-3build1) ...
13:50:24 #9 59.25 Setting up python-apt-common (2.2.1) ...
13:50:24 #9 59.27 Setting up libnsl-dev:arm64 (1.3.0-2build1) ...
13:50:24 #9 59.28 Setting up libhwasan0:arm64 (11.2.0-7ubuntu2) ...
13:50:24 #9 59.29 Setting up libcrypt-dev:arm64 (1:4.4.18-4ubuntu1) ...
13:50:24 #9 59.30 Setting up libuchardet0:arm64 (0.0.7-1build1) ...
13:50:24 #9 59.39 Setting up lzop (1.04-2build1) ...
13:50:24 #9 59.40 Setting up libmpdec3:arm64 (2.5.1-2build1) ...
13:50:24 #9 59.41 Setting up git-man (1:2.32.0-1ubuntu1.2) ...
13:50:24 #9 59.47 Setting up netbase (6.3) ...
13:50:24 #9 59.49 Setting up libbinutils:arm64 (2.37-7ubuntu1) ...
13:50:24 #9 59.51 Setting up libfido2-1:arm64 (1.6.0-2build1) ...
13:50:24 #9 59.52 Setting up libisl23:arm64 (0.24-1) ...
13:50:24 #9 59.53 Setting up libc-dev-bin (2.34-0ubuntu3.2) ...
13:50:24 #9 59.54 Setting up openssl (1.1.1l-1ubuntu1.3) ...
13:50:24 #9 59.55 Setting up libbsd0:arm64 (0.11.3-1ubuntu2) ...
13:50:24 #9 59.57 Setting up libelf1:arm64 (0.185-1build1) ...
13:50:24 #9 59.58 Setting up readline-common (8.1-2) ...
13:50:24 #9 59.59 Setting up publicsuffix (20210108.1309-1) ...
13:50:24 #9 59.60 Setting up libxml2:arm64 (2.9.12+dfsg-4ubuntu0.2) ...
13:50:24 #9 59.62 Setting up zstd (1.4.8+dfsg-2.1) ...
13:50:24 #9 59.63 Setting up libmarkdown2:arm64 (2.2.6-1ubuntu2) ...
13:50:24 #9 59.64 Setting up libcc1-0:arm64 (11.2.0-7ubuntu2) ...
13:50:24 #9 59.65 Setting up iso-codes (4.6.0-1) ...
13:50:24 #9 59.66 Setting up liblocale-gettext-perl (1.07-4build1) ...
13:50:24 #9 59.67 Setting up liblsan0:arm64 (11.2.0-7ubuntu2) ...
13:50:24 #9 59.68 Setting up dctrl-tools (2.24-3) ...
13:50:24 #9 59.70 Setting up libitm1:arm64 (11.2.0-7ubuntu2) ...
13:50:24 #9 59.71 Setting up libgdbm6:arm64 (1.19-2) ...
13:50:24 #9 59.72 Setting up libtsan0:arm64 (11.2.0-7ubuntu2) ...
13:50:24 #9 59.73 Setting up libctf0:arm64 (2.37-7ubuntu1) ...
13:50:24 #9 59.74 Setting up libjpeg8:arm64 (8c-2ubuntu8) ...
13:50:24 #9 59.76 Setting up pinentry-curses (1.1.1-1) ...
13:50:24 #9 59.77 Setting up cpp-11 (11.2.0-7ubuntu2) ...
13:50:24 #9 59.78 Setting up manpages-dev (5.10-1ubuntu1) ...
13:50:24 #9 59.79 Setting up libdw1:arm64 (0.185-1build1) ...
13:50:24 #9 59.80 Setting up libxdmcp6:arm64 (1:1.1.3-0ubuntu4) ...
13:50:24 #9 59.81 Setting up libxcb1:arm64 (1.14-3ubuntu1) ...
13:50:24 #9 59.83 Setting up gettext (0.21-4ubuntu3) ...
13:50:24 #9 59.84 Setting up fontconfig-config (2.13.1-4.2ubuntu3) ...
13:50:25 #9 60.00 Setting up libedit2:arm64 (3.1-20191231-2build1) ...
13:50:25 #9 60.01 Setting up libreadline8:arm64 (8.1-2) ...
13:50:25 #9 60.03 Setting up m4 (1.4.18-5ubuntu1) ...
13:50:25 #9 60.04 Setting up binutils-aarch64-linux-gnu (2.37-7ubuntu1) ...
13:50:25 #9 60.05 Setting up binutils (2.37-7ubuntu1) ...
13:50:25 #9 60.06 Setting up libldap-2.5-0:arm64 (2.5.6+dfsg-1~exp1ubuntu1.1) ...
13:50:25 #9 60.08 Setting up ca-certificates (20210119ubuntu1) ...
13:50:25 #9 60.56 Updating certificates in /etc/ssl/certs...
13:50:26 #9 61.08 128 added, 0 removed; done.
13:50:26 #9 61.17 Setting up libfreetype6:arm64 (2.10.4+dfsg-1build1) ...
13:50:26 #9 61.18 Setting up libgdbm-compat4:arm64 (1.19-2) ...
13:50:26 #9 61.19 Setting up libperl5.32:arm64 (5.32.1-3ubuntu3) ...
13:50:26 #9 61.20 Setting up libgcc-11-dev:arm64 (11.2.0-7ubuntu2) ...
13:50:26 #9 61.21 Setting up dwz (0.14-1build1) ...
13:50:26 #9 61.23 Setting up gcc-11 (11.2.0-7ubuntu2) ...
13:50:26 #9 61.24 Setting up groff-base (1.22.4-7) ...
13:50:26 #9 61.26 Setting up cpp (4:11.2.0-1ubuntu1) ...
13:50:26 #9 61.27 Setting up gpgconf (2.2.20-1ubuntu4) ...
13:50:26 #9 61.28 Setting up debugedit (1:5.0-0ubuntu2) ...
13:50:26 #9 61.29 Setting up libcurl4:arm64 (7.74.0-1.3ubuntu2.2) ...
13:50:26 #9 61.31 Setting up libc6-dev:arm64 (2.34-0ubuntu3.2) ...
13:50:26 #9 61.32 Setting up libx11-6:arm64 (2:1.7.2-1) ...
13:50:26 #9 61.34 Setting up libtiff5:arm64 (4.3.0-1ubuntu0.1) ...
13:50:26 #9 61.35 Setting up curl (7.74.0-1.3ubuntu2.2) ...
13:50:26 #9 61.38 Setting up libfontconfig1:arm64 (2.13.1-4.2ubuntu3) ...
13:50:26 #9 61.39 Setting up libxmuu1:arm64 (2:1.1.3-0ubuntu1) ...
13:50:26 #9 61.40 Setting up gpg (2.2.20-1ubuntu4) ...
13:50:26 #9 61.42 Setting up libpython3.9-stdlib:arm64 (3.9.7-2build1) ...
13:50:26 #9 61.43 Setting up libpython3-stdlib:arm64 (3.9.4-1build1) ...
13:50:26 #9 61.45 Setting up gnupg-utils (2.2.20-1ubuntu4) ...
13:50:26 #9 61.46 Setting up gpg-agent (2.2.20-1ubuntu4) ...
13:50:26 #9 61.93 Setting up libxpm4:arm64 (1:3.5.12-1) ...
13:50:27 #9 61.94 Setting up libtool (2.4.6-15) ...
13:50:27 #9 61.95 Setting up openssh-client (1:8.4p1-6ubuntu2.1) ...
13:50:27 #9 62.07 Setting up gpgsm (2.2.20-1ubuntu4) ...
13:50:27 #9 62.08 Setting up libxext6:arm64 (2:1.3.4-0ubuntu3) ...
13:50:27 #9 62.09 Setting up libcurl3-gnutls:arm64 (7.74.0-1.3ubuntu2.2) ...
13:50:27 #9 62.10 Setting up man-db (2.9.4-2) ...
13:50:27 #9 62.21 Building database of manual pages ...
13:50:27 #9 62.43 Setting up libgpgme11:arm64 (1.14.0-1ubuntu4) ...
13:50:27 #9 62.44 Setting up gcc (4:11.2.0-1ubuntu1) ...
13:50:27 #9 62.46 Setting up dirmngr (2.2.20-1ubuntu4) ...
13:50:27 #9 62.60 Setting up perl (5.32.1-3ubuntu3) ...
13:50:27 #9 62.62 Setting up libpackage-stash-xs-perl (0.29-1build4) ...
13:50:27 #9 62.63 Setting up libclass-data-inheritable-perl (0.08-3) ...
13:50:27 #9 62.64 Setting up libdata-dump-perl (1.23-1.1) ...
13:50:27 #9 62.65 Setting up libref-util-perl (0.204-1) ...
13:50:27 #9 62.66 Setting up libipc-system-simple-perl (1.30-1) ...
13:50:27 #9 62.68 Setting up libnet-domain-tld-perl (1.75-1.1) ...
13:50:27 #9 62.69 Setting up libhash-fieldhash-perl (0.15-1build4) ...
13:50:27 #9 62.70 Setting up libgd3:arm64 (2.3.0-2ubuntu1) ...
13:50:27 #9 62.71 Setting up libvariable-magic-perl (0.62-1build3) ...
13:50:27 #9 62.72 Setting up libio-html-perl (1.004-2) ...
13:50:27 #9 62.73 Setting up libpod-parser-perl (1.63-2) ...
13:50:27 #9 62.75 Setting up libb-hooks-op-check-perl (0.22-1build3) ...
13:50:27 #9 62.75 Setting up liblist-moreutils-xs-perl (0.430-2) ...
13:50:27 #9 62.77 Setting up libparams-util-perl (1.102-1build2) ...
13:50:27 #9 62.78 Setting up libdpkg-perl (1.20.9ubuntu2.2) ...
13:50:27 #9 62.79 Setting up libtime-duration-perl (1.21-1) ...
13:50:27 #9 62.80 Setting up autoconf (2.69-14) ...
13:50:27 #9 62.81 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
13:50:27 #9 62.83 Setting up libarray-intspan-perl (2.004-1) ...
13:50:27 #9 62.83 Setting up libcapture-tiny-perl (0.48-1) ...
13:50:27 #9 62.85 Setting up libtimedate-perl (2.3300-2) ...
13:50:27 #9 62.86 Setting up libstdc++-11-dev:arm64 (11.2.0-7ubuntu2) ...
13:50:27 #9 62.86 Setting up gpg-wks-server (2.2.20-1ubuntu4) ...
13:50:27 #9 62.87 Setting up libsub-name-perl (0.26-1build2) ...
13:50:27 #9 62.89 Setting up libtype-tiny-xs-perl (0.022-1) ...
13:50:27 #9 62.90 Setting up libdata-validate-domain-perl (0.10-1.1) ...
13:50:27 #9 62.91 Setting up libproc-processtable-perl (0.59-2build2) ...
13:50:27 #9 62.92 Setting up libfile-chdir-perl (0.1008-1.1) ...
13:50:27 #9 62.93 Setting up xauth (1:1.1-1) ...
13:50:28 #9 62.94 Setting up libpath-tiny-perl (0.118-1) ...
13:50:28 #9 62.95 Setting up libarchive-cpio-perl (0.10-1.1) ...
13:50:28 #9 62.99 Setting up libjson-perl (4.03000-1) ...
13:50:28 #9 63.00 Setting up libipc-run3-perl (0.048-2) ...
13:50:28 #9 63.01 Setting up libsub-override-perl (0.09-2) ...
13:50:28 #9 63.02 Setting up libaliased-perl (0.34-1.1) ...
13:50:28 #9 63.03 Setting up libstrictures-perl (2.000006-1) ...
13:50:28 #9 63.04 Setting up libsub-quote-perl (2.006006-1) ...
13:50:28 #9 63.06 Setting up libdevel-stacktrace-perl (2.0400-1) ...
13:50:28 #9 63.07 Setting up libclass-xsaccessor-perl (1.19-3build7) ...
13:50:28 #9 63.08 Setting up libsort-versions-perl (1.62-1) ...
13:50:28 #9 63.10 Setting up libexporter-tiny-perl (1.002002-1) ...
13:50:28 #9 63.11 Setting up libre-engine-re2-perl:arm64 (0.14-1build1) ...
13:50:28 #9 63.12 Setting up libfile-dirlist-perl (0.05-2) ...
13:50:28 #9 63.14 Setting up libterm-readkey-perl (2.38-1build2) ...
13:50:28 #9 63.15 Setting up libtext-levenshteinxs-perl (0.03-4build9) ...
13:50:28 #9 63.16 Setting up libperlio-gzip-perl (0.19-1build7) ...
13:50:28 #9 63.17 Setting up libsys-hostname-long-perl (1.5-2) ...
13:50:28 #9 63.19 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
13:50:28 #9 63.20 Setting up libsereal-decoder-perl (4.018+ds-1build1) ...
13:50:28 #9 63.21 Setting up liburi-perl (5.08-1) ...
13:50:28 #9 63.23 Setting up libfile-touch-perl (0.11-1) ...
13:50:28 #9 63.24 Setting up python3.9 (3.9.7-2build1) ...
13:50:28 #9 63.91 Setting up libc-devtools (2.34-0ubuntu3.2) ...
13:50:28 #9 63.92 Setting up libemail-address-xs-perl (1.04-1build5) ...
13:50:28 #9 63.93 Setting up libnet-ssleay-perl (1.88-3ubuntu1) ...
13:50:28 #9 63.95 Setting up automake (1:1.16.4-2) ...
13:50:28 #9 63.96 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
13:50:28 #9 63.96 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:50:28 #9 63.96 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:50:28 #9 63.97 Setting up libapt-pkg-perl (0.1.40) ...
13:50:28 #9 63.98 Setting up libstring-escape-perl (2010.002-2) ...
13:50:28 #9 63.99 Setting up libhttp-date-perl (6.05-1) ...
13:50:28 #9 64.01 Setting up libfile-which-perl (1.23-1) ...
13:50:29 #9 64.02 Setting up libfile-basedir-perl (0.08-1) ...
13:50:29 #9 64.04 Setting up libnumber-range-perl (0.12-1.1) ...
13:50:29 #9 64.06 Setting up libunicode-utf8-perl (0.62-1build2) ...
13:50:29 #9 64.07 Setting up libmouse-perl (2.5.10-1build2) ...
13:50:29 #9 64.08 Setting up libfile-listing-perl (6.14-1) ...
13:50:29 #9 64.09 Setting up gpg-wks-client (2.2.20-1ubuntu4) ...
13:50:29 #9 64.10 Setting up libregexp-pattern-perl (0.2.14-1) ...
13:50:29 #9 64.12 Setting up libdata-messagepack-perl (1.01-2) ...
13:50:29 #9 64.13 Setting up libfont-afm-perl (1.20-3) ...
13:50:29 #9 64.14 Setting up libwant-perl (0.29-1build6) ...
13:50:29 #9 64.15 Setting up libdynaloader-functions-perl (0.003-1.1) ...
13:50:29 #9 64.16 Setting up libtext-glob-perl (0.11-1) ...
13:50:29 #9 64.17 Setting up libclass-method-modifiers-perl (2.13-1) ...
13:50:29 #9 64.18 Setting up liblist-compare-perl (0.55-1) ...
13:50:29 #9 64.19 Setting up libref-util-xs-perl (0.117-1build3) ...
13:50:29 #9 64.21 Setting up libio-pty-perl (1:1.15-2build1) ...
13:50:29 #9 64.22 Setting up g++-11 (11.2.0-7ubuntu2) ...
13:50:29 #9 64.25 Setting up libfile-fcntllock-perl (0.22-3build5) ...
13:50:29 #9 64.25 Setting up libsort-key-perl (1.33-2build4) ...
13:50:29 #9 64.26 Setting up libclone-perl (0.45-1build1) ...
13:50:29 #9 64.27 Setting up libalgorithm-diff-perl (1.201-1) ...
13:50:29 #9 64.29 Setting up libarchive-zip-perl (1.68-1) ...
13:50:29 #9 64.30 Setting up libsub-identify-perl (0.14-1build4) ...
13:50:29 #9 64.31 Setting up libdistro-info-perl (1.0) ...
13:50:29 #9 64.33 Setting up libcpanel-json-xs-perl (4.25-1build1) ...
13:50:29 #9 64.34 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
13:50:29 #9 64.35 Setting up libio-stringy-perl (2.111-3) ...
13:50:29 #9 64.36 Setting up liblist-moreutils-perl (0.430-2) ...
13:50:29 #9 64.37 Setting up libhtml-tagset-perl (3.20-4) ...
13:50:29 #9 64.38 Setting up liblog-any-perl (1.709-1) ...
13:50:29 #9 64.39 Setting up libauthen-sasl-perl (2.1600-1.1) ...
13:50:29 #9 64.40 Setting up libdevel-size-perl (0.83-1build3) ...
13:50:29 #9 64.41 Setting up libdebhelper-perl (13.3.4ubuntu2) ...
13:50:29 #9 64.43 Setting up libpod-constants-perl (0.19-2) ...
13:50:29 #9 64.44 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
13:50:29 #9 64.45 Setting up liblwp-mediatypes-perl (6.04-1) ...
13:50:29 #9 64.46 Setting up libyaml-libyaml-perl (0.82+repack-1build1) ...
13:50:29 #9 64.47 Setting up libtry-tiny-perl (0.30-1) ...
13:50:29 #9 64.48 Setting up libtype-tiny-perl (1.012002-1) ...
13:50:29 #9 64.50 Setting up libcommon-sense-perl (3.75-1build4) ...
13:50:29 #9 64.51 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
13:50:29 #9 64.52 Setting up libnet-http-perl (6.20-1) ...
13:50:29 #9 64.53 Setting up libtext-markdown-discount-perl:arm64 (0.12-1build2) ...
13:50:29 #9 64.54 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
13:50:29 #9 64.56 Setting up libtime-moment-perl (0.44-1build4) ...
13:50:29 #9 64.58 Setting up libencode-locale-perl (1.05-1.1) ...
13:50:29 #9 64.59 Setting up python3 (3.9.4-1build1) ...
13:50:29 #9 64.89 Setting up libexception-class-perl (1.44-1) ...
13:50:29 #9 64.91 Setting up python3-xdg (0.27-2) ...
13:50:30 #9 65.08 Setting up libconfig-tiny-perl (2.26-1) ...
13:50:30 #9 65.09 Setting up libsereal-encoder-perl (4.018+ds-1build1) ...
13:50:30 #9 65.10 Setting up libdevel-callchecker-perl (0.008-1ubuntu3) ...
13:50:30 #9 65.11 Setting up liblist-utilsby-perl (0.11-1) ...
13:50:30 #9 65.14 Setting up libstring-shellquote-perl (1.04-1) ...
13:50:30 #9 65.16 Setting up libsub-install-perl (0.928-1.1) ...
13:50:30 #9 65.17 Setting up dpkg-dev (1.20.9ubuntu2.2) ...
13:50:30 #9 65.19 Setting up libnumber-compare-perl (0.03-1.1) ...
13:50:30 #9 65.20 Setting up intltool-debian (0.35.0+20060710.5) ...
13:50:30 #9 65.22 Setting up liberror-perl (0.17029-1) ...
13:50:30 #9 65.23 Setting up python3-six (1.16.0-2) ...
13:50:30 #9 65.38 Setting up dh-autoreconf (20) ...
13:50:30 #9 65.39 Setting up patchutils (0.4.2-1) ...
13:50:30 #9 65.41 Setting up libmail-sendmail-perl (0.80-1.1) ...
13:50:30 #9 65.43 Setting up libltdl-dev:arm64 (2.4.6-15) ...
13:50:30 #9 65.44 Setting up libjson-maybexs-perl (1.004003-1) ...
13:50:30 #9 65.46 Setting up libxml-sax-base-perl (1.09-1.1) ...
13:50:30 #9 65.47 Setting up libio-string-perl (1.08-3.1) ...
13:50:30 #9 65.49 Setting up libreadonly-perl (2.050-3) ...
13:50:30 #9 65.50 Setting up python3-gpg (1.14.0-1ubuntu4) ...
13:50:30 #9 65.68 Setting up python3-certifi (2020.6.20-1) ...
13:50:30 #9 65.83 Setting up libfile-find-rule-perl (0.34-1) ...
13:50:30 #9 65.84 Setting up libstring-copyright-perl (0.003006-1) ...
13:50:30 #9 65.85 Setting up python3-idna (2.10-1) ...
13:50:31 #9 66.06 Setting up libdata-optlist-perl (0.110-1.1) ...
13:50:31 #9 66.08 Setting up libipc-run-perl (20200505.0-1) ...
13:50:31 #9 66.09 Setting up git (1:2.32.0-1ubuntu1.2) ...
13:50:31 #9 66.11 Setting up libtext-xslate-perl (3.5.8-1build2) ...
13:50:31 #9 66.12 Setting up python3-urllib3 (1.26.5-1~exp1) ...
13:50:31 #9 66.30 Setting up libcontextual-return-perl (0.004014-2) ...
13:50:31 #9 66.31 Setting up libwww-robotrules-perl (6.02-1) ...
13:50:31 #9 66.32 Setting up libtypes-serialiser-perl (1.01-1) ...
13:50:31 #9 66.33 Setting up g++ (4:11.2.0-1ubuntu1) ...
13:50:31 #9 66.36 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
13:50:31 #9 66.36 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:50:31 #9 66.37 Setting up libhtml-parser-perl:arm64 (3.76-1) ...
13:50:31 #9 66.38 Setting up libgit-wrapper-perl (0.048-1) ...
13:50:31 #9 66.39 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
13:50:31 #9 66.40 Setting up librole-tiny-perl (2.002004-1) ...
13:50:31 #9 66.41 Setting up gnupg (2.2.20-1ubuntu4) ...
13:50:31 #9 66.42 Setting up build-essential (12.9ubuntu2) ...
13:50:31 #9 66.43 Setting up python3-unidiff (0.5.5-2) ...
13:50:31 #9 66.57 Setting up lsb-release (11.1.0ubuntu3) ...
13:50:31 #9 66.58 Setting up libfont-ttf-perl (1.06-1.1) ...
13:50:31 #9 66.59 Setting up libfile-homedir-perl (1.006-1) ...
13:50:31 #9 66.60 Setting up python3-magic (2:0.4.20-3) ...
13:50:31 #9 66.76 Setting up libalgorithm-diff-xs-perl (0.04-6build1) ...
13:50:31 #9 66.77 Setting up libio-socket-ssl-perl (2.069-1) ...
13:50:31 #9 66.78 Setting up libsub-exporter-perl (0.987-1) ...
13:50:31 #9 66.80 Setting up libalgorithm-merge-perl (0.08-3) ...
13:50:31 #9 66.81 Setting up libhttp-message-perl (6.29-1) ...
13:50:31 #9 66.82 Setting up libhtml-form-perl (6.07-1) ...
13:50:31 #9 66.83 Setting up python3-pkg-resources (52.0.0-4) ...
13:50:31 #9 67.04 Setting up libiterator-perl (0.03+ds1-1.1) ...
13:50:31 #9 67.05 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
13:50:31 #9 67.06 Setting up libjson-xs-perl (4.030-1build2) ...
13:50:31 #9 67.08 Setting up libhttp-negotiate-perl (6.01-1) ...
13:50:32 #9 67.10 Setting up libio-prompter-perl (0.004015-1) ...
13:50:32 #9 67.11 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
13:50:32 #9 67.12 Setting up libhttp-cookies-perl (6.10-1) ...
13:50:32 #9 67.13 Setting up python3-apt (2.2.1) ...
13:50:32 #9 67.29 Setting up po-debconf (1.0.21+nmu1) ...
13:50:32 #9 67.30 Setting up libhtml-tree-perl (5.07-2) ...
13:50:32 #9 67.32 Setting up libparams-classify-perl (0.015-1build4) ...
13:50:32 #9 67.33 Setting up libpath-iterator-rule-perl (1.014-1) ...
13:50:32 #9 67.34 Setting up libhtml-format-perl (2.12-1.1) ...
13:50:32 #9 67.35 Setting up libxml-sax-perl (1.02+dfsg-1) ...
13:50:32 #9 67.41 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
13:50:32 #9 67.47 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:50:32 #9 67.61 
13:50:32 #9 67.61 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:50:32 #9 67.63 Setting up python3-chardet (4.0.0-1) ...
13:50:32 #9 67.93 Setting up libnet-smtp-ssl-perl (1.04-1) ...
13:50:32 #9 67.94 Setting up libmodule-runtime-perl (0.016-1) ...
13:50:32 #9 67.95 Setting up libmailtools-perl (2.21-1) ...
13:50:32 #9 67.96 Setting up python3-debian (0.1.39ubuntu1) ...
13:50:33 #9 68.13 Setting up python3-requests (2.25.1+dfsg-2) ...
13:50:33 #9 68.29 Setting up libxml-libxml-perl (2.0134+dfsg-2build1) ...
13:50:33 #9 68.33 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
13:50:33 #9 68.41 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
13:50:33 #9 68.48 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:50:33 #9 68.62 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:50:33 #9 68.64 Setting up dh-strip-nondeterminism (1.12.0-1) ...
13:50:33 #9 68.66 Setting up libconst-fast-perl (0.014-1.1) ...
13:50:33 #9 68.67 Setting up libhttp-daemon-perl (6.12-1) ...
13:50:33 #9 68.68 Setting up libdata-dpath-perl (0.58-1) ...
13:50:33 #9 68.69 Setting up libmodule-implementation-perl (0.09-1.1) ...
13:50:33 #9 68.70 Setting up libpackage-stash-perl (0.39-1) ...
13:50:33 #9 68.71 Setting up libimport-into-perl (1.002005-1) ...
13:50:33 #9 68.72 Setting up libmoo-perl (2.004004-1) ...
13:50:33 #9 68.73 Setting up liblist-someutils-perl (0.58-1) ...
13:50:33 #9 68.74 Setting up debhelper (13.3.4ubuntu2) ...
13:50:33 #9 68.75 Setting up dput (1.1.0ubuntu2) ...
13:50:33 #9 68.91 Setting up liblist-someutils-xs-perl (0.58-2build2) ...
13:50:33 #9 68.92 Setting up equivs (2.3.1) ...
13:50:33 #9 68.94 Setting up libmoox-aliases-perl (0.001006-1.1) ...
13:50:33 #9 68.95 Setting up libparams-validate-perl:arm64 (1.30-1build2) ...
13:50:33 #9 68.96 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
13:50:33 #9 68.97 Setting up libnamespace-clean-perl (0.27-1) ...
13:50:33 #9 68.98 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
13:50:33 #9 69.00 Setting up libnamespace-autoclean-perl (0.29-1) ...
13:50:33 #9 69.02 Setting up libgitlab-api-v4-perl (0.26-1) ...
13:50:33 #9 69.03 Setting up libmoox-struct-perl (0.020-1) ...
13:50:33 #9 69.05 Setting up lintian (2.104.0ubuntu3.2) ...
13:50:33 #9 69.07 Setting up licensecheck (3.1.1-2) ...
13:50:33 #9 69.08 Setting up liblwp-protocol-https-perl (6.10-1) ...
13:50:34 #9 69.10 Setting up libwww-perl (6.53-1) ...
13:50:34 #9 69.12 Setting up devscripts (2.21.4ubuntu1) ...
13:50:34 #9 69.29 Setting up libxml-parser-perl:arm64 (2.46-2) ...
13:50:34 #9 69.30 Setting up libxml-sax-expat-perl (0.51-1) ...
13:50:34 #9 69.35 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
13:50:34 #9 69.40 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
13:50:34 #9 69.54 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
13:50:34 #9 69.56 Processing triggers for libc-bin (2.34-0ubuntu3.2) ...
13:50:34 #9 69.59 Processing triggers for ca-certificates (20210119ubuntu1) ...
13:50:34 #9 69.60 Updating certificates in /etc/ssl/certs...
13:50:35 #9 70.02 0 added, 0 removed; done.
13:50:35 #9 70.02 Running hooks in /etc/ca-certificates/update.d...
13:50:35 #9 70.02 done.
13:50:35 #9 DONE 70.4s
13:50:35 
13:50:35 #11 [stage-1 4/9] COPY common /root/build-deb/debian
13:50:35 #11 sha256:bad97315a712818d662d74e8cf556c2457b061eaaf3c7125aabbd2caf9a3c77b
13:50:35 #11 DONE 0.1s
13:50:35 
13:50:35 #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:50:35 #12 sha256:1ddc6e460c4044a01c8db1e644d1793d133acd74816961e214f3b2aba7922d51
13:50:36 #12 0.843 Hit:1 http://ports.ubuntu.com/ubuntu-ports impish InRelease
13:50:36 #12 0.906 Hit:2 http://ports.ubuntu.com/ubuntu-ports impish-updates InRelease
13:50:36 #12 0.980 Hit:3 http://ports.ubuntu.com/ubuntu-ports impish-backports InRelease
13:50:36 #12 1.053 Hit:4 http://ports.ubuntu.com/ubuntu-ports impish-security InRelease
13:50:37 #12 1.221 Reading package lists...
13:50:37 #12 2.173 dpkg-buildpackage: info: source package docker-ce-build-deps
13:50:37 #12 2.173 dpkg-buildpackage: info: source version 1.0
13:50:37 #12 2.173 dpkg-buildpackage: info: source distribution unstable
13:50:37 #12 2.173 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
13:50:37 #12 2.209  dpkg-source --before-build .
13:50:37 #12 2.209 dpkg-buildpackage: info: host architecture arm64
13:50:37 #12 2.307  debian/rules clean
13:50:37 #12 2.309 dh clean
13:50:37 #12 2.395    dh_clean
13:50:37 #12 2.428  debian/rules binary
13:50:37 #12 2.431 dh binary
13:50:37 #12 2.507    dh_update_autotools_config
13:50:38 #12 2.535    dh_autoreconf
13:50:38 #12 2.575    create-stamp debian/debhelper-build-stamp
13:50:38 #12 2.575    dh_prep
13:50:38 #12 2.603    dh_install
13:50:38 #12 2.636    dh_installdocs
13:50:38 #12 2.673    dh_installchangelogs
13:50:38 #12 2.757    dh_perl
13:50:38 #12 2.792    dh_link
13:50:38 #12 2.825    dh_strip_nondeterminism
13:50:38 #12 2.888    dh_compress
13:50:38 #12 2.928    dh_fixperms
13:50:38 #12 2.970    dh_missing
13:50:38 #12 2.995    dh_installdeb
13:50:38 #12 3.028    dh_gencontrol
13:50:38 #12 3.145    dh_md5sums
13:50:38 #12 3.179    dh_builddeb
13:50:38 #12 3.205 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
13:50:38 #12 3.277  dpkg-genbuildinfo --build=binary
13:50:38 #12 3.424  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_arm64.changes
13:50:38 #12 3.501 dpkg-genchanges: info: binary-only upload (no source code included)
13:50:38 #12 3.504  dpkg-source --after-build .
13:50:39 #12 3.604 dpkg-buildpackage: info: binary-only upload (no source included)
13:50:39 #12 3.609 
13:50:39 #12 3.609 The package has been created.
13:50:39 #12 3.609 Attention, the package has been created in the current directory,
13:50:39 #12 3.609 not in ".." as indicated by the message above!
13:50:39 #12 3.633 Selecting previously unselected package docker-ce-build-deps.
13:50:39 #12 3.648 (Reading database ... 26763 files and directories currently installed.)
13:50:39 #12 3.649 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
13:50:39 #12 3.654 Unpacking docker-ce-build-deps (1.0) ...
13:50:39 #12 3.798 Reading package lists...
13:50:40 #12 4.459 Building dependency tree...
13:50:40 #12 4.631 Reading state information...
13:50:40 #12 4.636 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
13:50:40 #12 4.851 Starting 2 pkgProblemResolver with broken count: 0
13:50:40 #12 4.855 Done
13:50:40 #12 5.030  Done
13:50:40 #12 5.220 Starting pkgProblemResolver with broken count: 0
13:50:40 #12 5.256 Starting 2 pkgProblemResolver with broken count: 0
13:50:40 #12 5.261 Done
13:50:41 #12 5.577 The following additional packages will be installed:
13:50:41 #12 5.577   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
13:50:41 #12 5.577   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:50:41 #12 5.577   libglib2.0-0 libjsoncpp24 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
13:50:41 #12 5.578   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
13:50:41 #12 5.578   libsystemd-dev libsystemd0 libudev-dev libudev1 libuv1 pkg-config
13:50:41 #12 5.580 Suggested packages:
13:50:41 #12 5.580   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
13:50:41 #12 5.580 Recommended packages:
13:50:41 #12 5.580   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
13:50:41 #12 5.620 The following NEW packages will be installed:
13:50:41 #12 5.621   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
13:50:41 #12 5.621   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
13:50:41 #12 5.621   libglib2.0-0 libjsoncpp24 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
13:50:41 #12 5.622   libpcre2-posix3 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
13:50:41 #12 5.622   libsystemd-dev libudev-dev libuv1 pkg-config
13:50:41 #12 5.624 The following packages will be upgraded:
13:50:41 #12 5.624   libsystemd0 libudev1
13:50:41 #12 6.050 2 upgraded, 24 newly installed, 0 to remove and 5 not upgraded.
13:50:41 #12 6.050 1 not fully installed or removed.
13:50:41 #12 6.050 Need to get 11.0 MB of archives.
13:50:41 #12 6.050 After this operation, 41.1 MB of additional disk space will be used.
13:50:41 #12 6.050 Get:1 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 bash-completion all 1:2.11-2ubuntu1 [179 kB]
13:50:41 #12 6.435 Get:2 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 cmake-data all 3.18.4-2ubuntu2 [1728 kB]
13:50:42 #12 6.766 Get:3 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libarchive13 arm64 3.4.3-2ubuntu0.2 [360 kB]
13:50:42 #12 6.790 Get:4 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libjsoncpp24 arm64 1.9.4-4build1 [76.8 kB]
13:50:42 #12 6.795 Get:5 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 librhash0 arm64 1.4.1-2build1 [125 kB]
13:50:42 #12 6.881 Get:6 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libuv1 arm64 1.40.0-2ubuntu1 [87.4 kB]
13:50:42 #12 6.882 Get:7 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 cmake arm64 3.18.4-2ubuntu2 [4111 kB]
13:50:42 #12 7.165 Get:8 http://ports.ubuntu.com/ubuntu-ports impish/universe arm64 dh-apparmor all 3.0.3-0ubuntu1 [9456 B]
13:50:42 #12 7.166 Get:9 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libbtrfs0 arm64 5.10.1-2build1 [87.4 kB]
13:50:42 #12 7.167 Get:10 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libbtrfs-dev arm64 5.10.1-2build1 [265 kB]
13:50:42 #12 7.169 Get:11 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libudev1 arm64 248.3-1ubuntu8.6 [73.0 kB]
13:50:42 #12 7.175 Get:12 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdevmapper1.02.1 arm64 2:1.02.175-2.1ubuntu3 [129 kB]
13:50:42 #12 7.176 Get:13 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.175-2.1ubuntu3 [11.8 kB]
13:50:42 #12 7.177 Get:14 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libudev-dev arm64 248.3-1ubuntu8.6 [20.7 kB]
13:50:42 #12 7.177 Get:15 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libsepol1-dev arm64 3.1-1ubuntu2.1 [376 kB]
13:50:42 #12 7.181 Get:16 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpcre2-16-0 arm64 10.37-0ubuntu2 [184 kB]
13:50:42 #12 7.245 Get:17 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpcre2-32-0 arm64 10.37-0ubuntu2 [175 kB]
13:50:42 #12 7.252 Get:18 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpcre2-posix3 arm64 10.37-0ubuntu2 [5916 B]
13:50:42 #12 7.322 Get:19 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libpcre2-dev arm64 10.37-0ubuntu2 [659 kB]
13:50:42 #12 7.354 Get:20 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libselinux1-dev arm64 3.1-3build2 [162 kB]
13:50:42 #12 7.362 Get:21 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libdevmapper-dev arm64 2:1.02.175-2.1ubuntu3 [36.5 kB]
13:50:42 #12 7.364 Get:22 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libseccomp-dev arm64 2.5.1-1ubuntu1 [81.9 kB]
13:50:42 #12 7.368 Get:23 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libsystemd0 arm64 248.3-1ubuntu8.6 [302 kB]
13:50:42 #12 7.383 Get:24 http://ports.ubuntu.com/ubuntu-ports impish-updates/main arm64 libsystemd-dev arm64 248.3-1ubuntu8.6 [303 kB]
13:50:42 #12 7.399 Get:25 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 libglib2.0-0 arm64 2.68.4-1ubuntu1 [1392 kB]
13:50:43 #12 7.468 Get:26 http://ports.ubuntu.com/ubuntu-ports impish/main arm64 pkg-config arm64 0.29.2-1ubuntu1 [44.5 kB]
13:50:43 #12 7.697 debconf: delaying package configuration, since apt-utils is not installed
13:50:43 #12 7.746 Fetched 11.0 MB in 2s (5981 kB/s)
13:50:43 #12 7.777 Selecting previously unselected package bash-completion.
13:50:43 #12 7.777 (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 ... 26767 files and directories currently installed.)
13:50:43 #12 7.791 Preparing to unpack .../00-bash-completion_1%3a2.11-2ubuntu1_all.deb ...
13:50:43 #12 8.414 Unpacking bash-completion (1:2.11-2ubuntu1) ...
13:50:44 #12 8.540 Selecting previously unselected package cmake-data.
13:50:44 #12 8.541 Preparing to unpack .../01-cmake-data_3.18.4-2ubuntu2_all.deb ...
13:50:44 #12 8.547 Unpacking cmake-data (3.18.4-2ubuntu2) ...
13:50:44 #12 8.917 Selecting previously unselected package libarchive13:arm64.
13:50:44 #12 8.921 Preparing to unpack .../02-libarchive13_3.4.3-2ubuntu0.2_arm64.deb ...
13:50:44 #12 8.927 Unpacking libarchive13:arm64 (3.4.3-2ubuntu0.2) ...
13:50:44 #12 8.968 Selecting previously unselected package libjsoncpp24:arm64.
13:50:44 #12 8.971 Preparing to unpack .../03-libjsoncpp24_1.9.4-4build1_arm64.deb ...
13:50:44 #12 8.975 Unpacking libjsoncpp24:arm64 (1.9.4-4build1) ...
13:50:44 #12 9.010 Selecting previously unselected package librhash0:arm64.
13:50:44 #12 9.014 Preparing to unpack .../04-librhash0_1.4.1-2build1_arm64.deb ...
13:50:44 #12 9.018 Unpacking librhash0:arm64 (1.4.1-2build1) ...
13:50:44 #12 9.055 Selecting previously unselected package libuv1:arm64.
13:50:44 #12 9.058 Preparing to unpack .../05-libuv1_1.40.0-2ubuntu1_arm64.deb ...
13:50:44 #12 9.062 Unpacking libuv1:arm64 (1.40.0-2ubuntu1) ...
13:50:44 #12 9.091 Selecting previously unselected package cmake.
13:50:44 #12 9.094 Preparing to unpack .../06-cmake_3.18.4-2ubuntu2_arm64.deb ...
13:50:44 #12 9.097 Unpacking cmake (3.18.4-2ubuntu2) ...
13:50:44 #12 9.207 Selecting previously unselected package dh-apparmor.
13:50:44 #12 9.211 Preparing to unpack .../07-dh-apparmor_3.0.3-0ubuntu1_all.deb ...
13:50:44 #12 9.214 Unpacking dh-apparmor (3.0.3-0ubuntu1) ...
13:50:44 #12 9.246 Selecting previously unselected package libbtrfs0:arm64.
13:50:44 #12 9.250 Preparing to unpack .../08-libbtrfs0_5.10.1-2build1_arm64.deb ...
13:50:44 #12 9.253 Unpacking libbtrfs0:arm64 (5.10.1-2build1) ...
13:50:44 #12 9.284 Selecting previously unselected package libbtrfs-dev:arm64.
13:50:45 #12 9.288 Preparing to unpack .../09-libbtrfs-dev_5.10.1-2build1_arm64.deb ...
13:50:45 #12 9.291 Unpacking libbtrfs-dev:arm64 (5.10.1-2build1) ...
13:50:45 #12 9.334 Preparing to unpack .../10-libudev1_248.3-1ubuntu8.6_arm64.deb ...
13:50:45 #12 9.344 Unpacking libudev1:arm64 (248.3-1ubuntu8.6) over (248.3-1ubuntu8.5) ...
13:50:45 #12 9.474 Setting up libudev1:arm64 (248.3-1ubuntu8.6) ...
13:50:45 #12 9.520 Selecting previously unselected package libdevmapper1.02.1:arm64.
13:50:45 #12 9.520 (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 ... 30461 files and directories currently installed.)
13:50:45 #12 9.538 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu3_arm64.deb ...
13:50:45 #12 9.541 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu3) ...
13:50:45 #12 9.576 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
13:50:45 #12 9.580 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu3_arm64.deb ...
13:50:45 #12 9.584 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1ubuntu3) ...
13:50:45 #12 9.614 Selecting previously unselected package libudev-dev:arm64.
13:50:45 #12 9.618 Preparing to unpack .../02-libudev-dev_248.3-1ubuntu8.6_arm64.deb ...
13:50:45 #12 9.623 Unpacking libudev-dev:arm64 (248.3-1ubuntu8.6) ...
13:50:45 #12 9.654 Selecting previously unselected package libsepol1-dev:arm64.
13:50:45 #12 9.657 Preparing to unpack .../03-libsepol1-dev_3.1-1ubuntu2.1_arm64.deb ...
13:50:45 #12 9.661 Unpacking libsepol1-dev:arm64 (3.1-1ubuntu2.1) ...
13:50:45 #12 9.713 Selecting previously unselected package libpcre2-16-0:arm64.
13:50:45 #12 9.716 Preparing to unpack .../04-libpcre2-16-0_10.37-0ubuntu2_arm64.deb ...
13:50:45 #12 9.720 Unpacking libpcre2-16-0:arm64 (10.37-0ubuntu2) ...
13:50:45 #12 9.759 Selecting previously unselected package libpcre2-32-0:arm64.
13:50:45 #12 9.763 Preparing to unpack .../05-libpcre2-32-0_10.37-0ubuntu2_arm64.deb ...
13:50:45 #12 9.766 Unpacking libpcre2-32-0:arm64 (10.37-0ubuntu2) ...
13:50:45 #12 9.804 Selecting previously unselected package libpcre2-posix3:arm64.
13:50:45 #12 9.808 Preparing to unpack .../06-libpcre2-posix3_10.37-0ubuntu2_arm64.deb ...
13:50:45 #12 9.812 Unpacking libpcre2-posix3:arm64 (10.37-0ubuntu2) ...
13:50:45 #12 9.840 Selecting previously unselected package libpcre2-dev:arm64.
13:50:45 #12 9.844 Preparing to unpack .../07-libpcre2-dev_10.37-0ubuntu2_arm64.deb ...
13:50:45 #12 9.847 Unpacking libpcre2-dev:arm64 (10.37-0ubuntu2) ...
13:50:45 #12 9.894 Selecting previously unselected package libselinux1-dev:arm64.
13:50:45 #12 9.897 Preparing to unpack .../08-libselinux1-dev_3.1-3build2_arm64.deb ...
13:50:45 #12 9.902 Unpacking libselinux1-dev:arm64 (3.1-3build2) ...
13:50:45 #12 9.947 Selecting previously unselected package libdevmapper-dev:arm64.
13:50:45 #12 9.947 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.175-2.1ubuntu3_arm64.deb ...
13:50:45 #12 9.951 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1ubuntu3) ...
13:50:45 #12 9.981 Selecting previously unselected package libseccomp-dev:arm64.
13:50:45 #12 9.984 Preparing to unpack .../10-libseccomp-dev_2.5.1-1ubuntu1_arm64.deb ...
13:50:45 #12 9.988 Unpacking libseccomp-dev:arm64 (2.5.1-1ubuntu1) ...
13:50:45 #12 10.05 Preparing to unpack .../11-libsystemd0_248.3-1ubuntu8.6_arm64.deb ...
13:50:45 #12 10.06 Unpacking libsystemd0:arm64 (248.3-1ubuntu8.6) over (248.3-1ubuntu8.5) ...
13:50:45 #12 10.22 Setting up libsystemd0:arm64 (248.3-1ubuntu8.6) ...
13:50:45 #12 10.26 Selecting previously unselected package libsystemd-dev:arm64.
13:50:45 #12 10.26 (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 ... 30992 files and directories currently installed.)
13:50:45 #12 10.28 Preparing to unpack .../libsystemd-dev_248.3-1ubuntu8.6_arm64.deb ...
13:50:45 #12 10.28 Unpacking libsystemd-dev:arm64 (248.3-1ubuntu8.6) ...
13:50:45 #12 10.34 Selecting previously unselected package libglib2.0-0:arm64.
13:50:46 #12 10.35 Preparing to unpack .../libglib2.0-0_2.68.4-1ubuntu1_arm64.deb ...
13:50:46 #12 10.35 Unpacking libglib2.0-0:arm64 (2.68.4-1ubuntu1) ...
13:50:46 #12 10.41 Selecting previously unselected package pkg-config.
13:50:46 #12 10.42 Preparing to unpack .../pkg-config_0.29.2-1ubuntu1_arm64.deb ...
13:50:46 #12 10.42 Unpacking pkg-config (0.29.2-1ubuntu1) ...
13:50:46 #12 10.48 Setting up libseccomp-dev:arm64 (2.5.1-1ubuntu1) ...
13:50:46 #12 10.49 Setting up libarchive13:arm64 (3.4.3-2ubuntu0.2) ...
13:50:46 #12 10.50 Setting up libglib2.0-0:arm64 (2.68.4-1ubuntu1) ...
13:50:46 #12 10.52 No schema files found: doing nothing.
13:50:46 #12 10.52 Setting up libsepol1-dev:arm64 (3.1-1ubuntu2.1) ...
13:50:46 #12 10.53 Setting up libpcre2-16-0:arm64 (10.37-0ubuntu2) ...
13:50:46 #12 10.54 Setting up libbtrfs0:arm64 (5.10.1-2build1) ...
13:50:46 #12 10.55 Setting up libpcre2-32-0:arm64 (10.37-0ubuntu2) ...
13:50:46 #12 10.56 Setting up libuv1:arm64 (1.40.0-2ubuntu1) ...
13:50:46 #12 10.57 Setting up bash-completion (1:2.11-2ubuntu1) ...
13:50:46 #12 11.26 Setting up pkg-config (0.29.2-1ubuntu1) ...
13:50:46 #12 11.32 Setting up libudev-dev:arm64 (248.3-1ubuntu8.6) ...
13:50:46 #12 11.33 Setting up libjsoncpp24:arm64 (1.9.4-4build1) ...
13:50:46 #12 11.34 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1ubuntu3) ...
13:50:46 #12 11.35 Setting up libpcre2-posix3:arm64 (10.37-0ubuntu2) ...
13:50:46 #12 11.37 Setting up libbtrfs-dev:arm64 (5.10.1-2build1) ...
13:50:46 #12 11.38 Setting up librhash0:arm64 (1.4.1-2build1) ...
13:50:46 #12 11.39 Setting up cmake-data (3.18.4-2ubuntu2) ...
13:50:46 #12 11.40 Setting up dh-apparmor (3.0.3-0ubuntu1) ...
13:50:46 #12 11.41 Setting up libsystemd-dev:arm64 (248.3-1ubuntu8.6) ...
13:50:46 #12 11.42 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1ubuntu3) ...
13:50:46 #12 11.44 Setting up libpcre2-dev:arm64 (10.37-0ubuntu2) ...
13:50:46 #12 11.45 Setting up libselinux1-dev:arm64 (3.1-3build2) ...
13:50:46 #12 11.46 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1ubuntu3) ...
13:50:46 #12 11.47 Setting up cmake (3.18.4-2ubuntu2) ...
13:50:46 #12 11.48 Setting up docker-ce-build-deps (1.0) ...
13:50:46 #12 11.49 Processing triggers for man-db (2.9.4-2) ...
13:50:46 #12 11.51 Processing triggers for libc-bin (2.34-0ubuntu3.2) ...
13:50:47 #12 DONE 11.7s
13:50:47 
13:50:47 #13 [stage-1 6/9] COPY sources/ /sources
13:50:47 #13 sha256:c4872cf4e1c90b0da5730718013ebf912dd17f327691df9679ebd5c30f40488c
13:50:47 #13 DONE 0.3s
13:50:47 
13:50:47 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
13:50:47 #15 sha256:09c8eede470e1ef9cde7a2592a214a94afdc5ebef74f281da3339f9f458cd2fa
13:50:50 #15 DONE 2.7s
13:50:50 
13:50:50 #16 [stage-1 8/9] WORKDIR /root/build-deb
13:50:50 #16 sha256:74bbffe5e381036bdffe273b9e164f130758f01b6a157c5f51a9783ee0a72c22
13:50:50 #16 DONE 0.0s
13:50:50 
13:50:50 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
13:50:50 #17 sha256:335d2dd28cad50117cbd44d9db56d35a8bfae19e12524c2c7542c6ad74e64bf7
13:50:50 #17 DONE 0.1s
13:50:50 
13:50:50 #18 exporting to image
13:50:50 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
13:50:50 #18 exporting layers
13:50:53 #18 exporting layers 3.4s done
13:50:53 #18 writing image sha256:6f10fd239b3b81c8a75a292c8866687da07fe8fa57325764cf0cf9311b730e14 done
13:50:53 #18 naming to docker.io/debbuild-ubuntu-impish/aarch64 done
13:50:53 #18 DONE 3.4s
13:50:53 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-impish:/build  debbuild-ubuntu-impish/aarch64
13:50:54 + set -e
13:50:54 + mkdir -p /root/build-deb/engine
13:50:54 + tar -C /root/build-deb -xzf /sources/engine.tgz
13:50:54 + mkdir -p /root/build-deb/cli
13:50:54 + tar -C /root/build-deb -xzf /sources/cli.tgz
13:50:54 + mkdir -p /root/build-deb/compose
13:50:54 + tar -C /root/build-deb -xzf /sources/compose.tgz
13:50:54 + mkdir -p /root/build-deb/scan-cli-plugin
13:50:54 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
13:50:54 + mkdir -p /go/src/github.com/docker
13:50:54 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
13:50:54 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
13:50:54 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
13:50:54 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
13:50:54 + EPOCH=5
13:50:54 + EPOCH_SEP=
13:50:54 + [[ ! -z 5 ]]
13:50:54 + EPOCH_SEP=:
13:50:54 + [[ -z 0.0.0-20220511162217-aa7e414 ]]
13:50:54 + echo VERSION AAA 0.0.0-20220511162217-aa7e414
13:50:54 VERSION AAA 0.0.0-20220511162217-aa7e414
13:50:54 + VERSION=0.0.0-20220511162217-aa7e414
13:50:54 VERSION bbb 0.0.0-20220511162217-aa7e414
13:50:54 + echo VERSION bbb 0.0.0-20220511162217-aa7e414
13:50:54 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
13:50:54 + debSource=docker-ce
13:50:54 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
13:50:54 + debMaintainer='Docker <support@docker.com>'
13:50:54 ++ date --rfc-2822
13:50:54 + debDate='Tue, 31 May 2022 13:50:54 +0000'
13:50:54 + cat
13:50:54 + export CLI_GITCOMMIT=aa7e414
13:50:54 + CLI_GITCOMMIT=aa7e414
13:50:54 + export ENGINE_GITCOMMIT=90033ab
13:50:54 + ENGINE_GITCOMMIT=90033ab
13:50:54 + export SCAN_GITCOMMIT=061fe0a
13:50:54 + SCAN_GITCOMMIT=061fe0a
13:50:54 + echo VERSION BBB 0.0.0-20220511162217-aa7e414
13:50:54 VERSION BBB 0.0.0-20220511162217-aa7e414
13:50:54 + dpkg-buildpackage -uc -us -I.git
13:50:55 dpkg-buildpackage: info: source package docker-ce
13:50:55 dpkg-buildpackage: info: source version 5:0.0.0-20220511162217-aa7e414-0~ubuntu-impish
13:50:55 dpkg-buildpackage: info: source distribution impish
13:50:55 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
13:50:55  dpkg-source -I.git --before-build .
13:50:55 dpkg-buildpackage: info: host architecture arm64
13:50:55  debian/rules clean
13:50:55 dh clean --with=bash-completion --with=systemd
13:50:55    dh_clean
13:50:55  dpkg-source -I.git -b .
13:50:55 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
13:50:55 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
13:50:55 dpkg-source: warning: native package version may not have a revision
13:50:55 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220511162217-aa7e414-0~ubuntu'
13:50:55 dpkg-source: info: using source format '1.0'
13:50:55 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish.tar.gz
13:51:05 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish.dsc
13:51:05  debian/rules build
13:51:05 dh build --with=bash-completion --with=systemd
13:51:05    dh_update_autotools_config
13:51:05    dh_autoreconf
13:51:05    debian/rules override_dh_auto_build
13:51:05 make[1]: Entering directory '/root/build-deb'
13:51:05 # Build the daemon and dependencies
13:51:05 cd engine && DOCKER_GITCOMMIT=90033ab PRODUCT=docker ./hack/make.sh dynbinary
13:51:05 
13:51:05 Removing bundles/
13:51:05 
13:51:05 ---> Making bundle: dynbinary (in bundles/dynbinary)
13:51:05 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:51:05 GOOS="" GOARCH="" GOARM=""
13:52:26 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414
13:52:26 
13:52:26 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
13:52:26 + RM_GOPATH=0
13:52:26 + TMP_GOPATH=/go
13:52:26 + : /usr/local/bin
13:52:26 + '[' -z /go ']'
13:52:26 + export GOPATH=/go
13:52:26 + GOPATH=/go
13:52:26 + case "$(go env GOARCH)" in
13:52:26 ++ go env GOARCH
13:52:26 + export GO_BUILDMODE=-buildmode=pie
13:52:26 + GO_BUILDMODE=-buildmode=pie
13:52:26 ++ dirname hack/dockerfile/install/install.sh
13:52:26 + dir=hack/dockerfile/install
13:52:26 + bin=tini
13:52:26 + shift
13:52:26 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
13:52:26 + . hack/dockerfile/install/tini.installer
13:52:26 ++ : v0.19.0
13:52:26 + install_tini
13:52:26 + echo 'Install tini version v0.19.0'
13:52:26 + git clone https://github.com/krallin/tini.git /go/tini
13:52:26 Install tini version v0.19.0
13:52:26 Cloning into '/go/tini'...
13:52:26 + cd /go/tini
13:52:26 + git checkout -q v0.19.0
13:52:26 + cmake .
13:52:26 -- The C compiler identification is GNU 11.2.0
13:52:26 -- Detecting C compiler ABI info
13:52:26 -- Detecting C compiler ABI info - done
13:52:26 -- Check for working C compiler: /usr/bin/cc - skipped
13:52:26 -- Detecting C compile features
13:52:26 -- Detecting C compile features - done
13:52:26 -- Performing Test HAS_BUILTIN_FORTIFY
13:52:26 -- Performing Test HAS_BUILTIN_FORTIFY - Success
13:52:26 -- Configuring done
13:52:26 -- Generating done
13:52:26 -- Build files have been written to: /go/tini
13:52:26 + make tini-static
13:52:26 make[2]: Entering directory '/go/tini'
13:52:26 make[3]: Entering directory '/go/tini'
13:52:26 make[4]: Entering directory '/go/tini'
13:52:26 make[5]: Entering directory '/go/tini'
13:52:26 Scanning dependencies of target tini-static
13:52:26 make[5]: Leaving directory '/go/tini'
13:52:26 make[5]: Entering directory '/go/tini'
13:52:26 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
13:52:26 [100%] Linking C executable tini-static
13:52:26 make[5]: Leaving directory '/go/tini'
13:52:26 [100%] Built target tini-static
13:52:26 make[4]: Leaving directory '/go/tini'
13:52:26 make[3]: Leaving directory '/go/tini'
13:52:26 make[2]: Leaving directory '/go/tini'
13:52:26 + mkdir -p /usr/local/bin
13:52:26 + cp tini-static /usr/local/bin/docker-init
13:52:26 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
13:52:26 + RM_GOPATH=0
13:52:26 + TMP_GOPATH=/go
13:52:26 + : /usr/local/bin
13:52:26 + '[' -z /go ']'
13:52:26 + export GOPATH=/go
13:52:26 + GOPATH=/go
13:52:26 + case "$(go env GOARCH)" in
13:52:26 ++ go env GOARCH
13:52:26 + export GO_BUILDMODE=-buildmode=pie
13:52:26 + GO_BUILDMODE=-buildmode=pie
13:52:26 ++ dirname hack/dockerfile/install/install.sh
13:52:26 + dir=hack/dockerfile/install
13:52:26 + bin=proxy
13:52:26 + shift
13:52:26 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
13:52:26 + . hack/dockerfile/install/proxy.installer
13:52:26 ++ : 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:52:26 + install_proxy dynamic
13:52:26 + case "$1" in
13:52:26 + install_proxy_dynamic
13:52:26 + export PROXY_LDFLAGS=-linkmode=external install_proxy
13:52:26 + PROXY_LDFLAGS=-linkmode=external
13:52:26 + export BUILD_MODE=-buildmode=pie
13:52:26 + BUILD_MODE=-buildmode=pie
13:52:26 + _install_proxy
13:52:26 + echo 'Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b'
13:52:26 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
13:52:26 Install docker-proxy version 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:52:26 Cloning into '/go/src/github.com/docker/libnetwork'...
13:52:26 + cd /go/src/github.com/docker/libnetwork
13:52:26 + git checkout -q 2dab5620d4462865c6151e573b3e7fa5d3b8458b
13:52:26 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
13:52:26 + return
13:52:26 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
13:52:26 + RM_GOPATH=0
13:52:26 + TMP_GOPATH=/go
13:52:26 + : /usr/local/bin
13:52:26 + '[' -z /go ']'
13:52:26 + export GOPATH=/go
13:52:26 + GOPATH=/go
13:52:26 + case "$(go env GOARCH)" in
13:52:26 ++ go env GOARCH
13:52:26 + export GO_BUILDMODE=-buildmode=pie
13:52:26 + GO_BUILDMODE=-buildmode=pie
13:52:26 ++ dirname hack/dockerfile/install/install.sh
13:52:26 + dir=hack/dockerfile/install
13:52:26 + bin=rootlesskit
13:52:26 + shift
13:52:26 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
13:52:26 + . hack/dockerfile/install/rootlesskit.installer
13:52:26 ++ : v0.14.4
13:52:26 + install_rootlesskit dynamic
13:52:26 + case "$1" in
13:52:26 + install_rootlesskit_dynamic
13:52:26 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
13:52:26 + ROOTLESSKIT_LDFLAGS=-linkmode=external
13:52:26 + export BUILD_MODE=-buildmode=pie
13:52:26 + BUILD_MODE=-buildmode=pie
13:52:26 + _install_rootlesskit
13:52:26 + echo 'Install rootlesskit version v0.14.4'
13:52:26 + for f in rootlesskit rootlesskit-docker-proxy
13:52:26 + GOBIN=/usr/local/bin
13:52:26 Install rootlesskit version v0.14.4
13:52:26 + GO111MODULE=on
13:52:26 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
13:52:26 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
13:52:26 go: downloading github.com/pkg/errors v0.9.1
13:52:26 go: downloading github.com/sirupsen/logrus v1.8.1
13:52:26 go: downloading github.com/urfave/cli/v2 v2.3.0
13:52:26 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
13:52:26 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
13:52:26 go: downloading github.com/google/uuid v1.3.0
13:52:26 go: downloading github.com/moby/vpnkit v0.5.0
13:52:26 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
13:52:26 go: downloading github.com/gofrs/flock v0.8.1
13:52:26 go: downloading github.com/gorilla/mux v1.8.0
13:52:26 go: downloading github.com/moby/sys/mountinfo v0.4.1
13:52:26 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
13:52:26 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
13:52:26 go: downloading github.com/u-root/u-root v7.0.0+incompatible
13:52:26 go: downloading github.com/russross/blackfriday/v2 v2.1.0
13:52:30 + for f in rootlesskit rootlesskit-docker-proxy
13:52:30 + GOBIN=/usr/local/bin
13:52:30 + GO111MODULE=on
13:52:30 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
13:52:31 + return
13:52:31 # Build the CLI
13:52:31 cd /go/src/github.com/docker/cli && \
13:52:31 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220511162217-aa7e414 GITCOMMIT=aa7e414 dynbinary manpages
13:52:31 make[2]: Entering directory '/root/build-deb/cli'
13:52:31 GO_LINKMODE=dynamic ./scripts/build/binary
13:52:31 Building dynamic docker-linux-arm64
13:53:38 scripts/docs/generate-man.sh
13:54:34 Project root: /go/src/github.com/docker/cli
13:54:34 Generating man pages into /go/src/github.com/docker/cli/man/man1
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
13:54:34 2022/05/31 13:54:32 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
13:54:34 make[2]: Leaving directory '/root/build-deb/cli'
13:54:34 # Build the compose plugin
13:54:34 # FIXME: using GOPROXY, to work around:
13:54:34 # 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:34 cd /go/src/github.com/docker/compose \
13:54:34 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
13:54:34 && mkdir -p /usr/libexec/docker/cli-plugins/ \
13:54:34 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.6.0 \
13:54:34 	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=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.6.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
13:56:38 make[2]: Leaving directory '/root/build-deb/compose'
13:56:38 # Build the scan-plugin
13:56:38 # TODO change once we support scan-plugin on other architectures
13:56:38 if [ "arm64" = "amd64" ]; then \
13:56:38 	cd /go/src/github.com/docker/scan-cli-plugin \
13:56:38 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
13:56:38 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
13:56:38 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
13:56:38 fi
13:56:38 # Build the CLI plugins
13:56:38 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
13:56:38 set -e;cd /sources && \
13:56:38 	tar xzf plugin-installers.tgz; \
13:56:38 	for installer in plugins/*.installer; do \
13:56:38 		LDFLAGS='' bash ${installer} build; \
13:56:38 	done
13:56:38 Cloning into '/go/src/github.com/docker/app'...
13:56:38 Fetching origin
13:56:38 make[2]: Entering directory '/go/src/github.com/docker/app'
13:56:38 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:17 make[2]: Leaving directory '/go/src/github.com/docker/app'
13:57:17 Cloning into '/go/src/github.com/docker/buildx'...
13:57:17 Fetching origin
13:57:17 + GO111MODULE=on
13:57:17 + 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:58:39 make[1]: Leaving directory '/root/build-deb'
13:58:39    debian/rules override_dh_auto_test
13:58:39 make[1]: Entering directory '/root/build-deb'
13:58:39 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
13:58:39 	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:58:39 PASS: daemon version OK
13:58:39 ver="$(cli/build/docker --version)"; \
13:58:39 	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:58:39 PASS: cli version OK
13:58:39 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:58:39 	test "$ver" = "v2.6.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
13:58:39 PASS: docker-compose version OK
13:58:39 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
13:58:39 # TODO change once we support scan-plugin on other architectures
13:58:39 if [ "arm64" = "amd64" ]; then \
13:58:39 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
13:58:39 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
13:58:39 fi
13:58:39 make[1]: Leaving directory '/root/build-deb'
13:58:39    create-stamp debian/debhelper-build-stamp
13:58:39  debian/rules binary
13:58:39 dh binary --with=bash-completion --with=systemd
13:58:39    dh_testroot
13:58:39    dh_prep
13:58:39    debian/rules override_dh_auto_install
13:58:39 make[1]: Entering directory '/root/build-deb'
13:58:39 # docker-ce-cli install
13:58:39 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:58:39 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:58:39 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
13:58:39 set -e;cd /sources && \
13:58:39 	tar xzf plugin-installers.tgz; \
13:58:39 	for installer in plugins/*.installer; do \
13:58:39 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
13:58:39 		PREFIX=/usr/libexec/docker/cli-plugins \
13:58:39 			bash ${installer} install_plugin; \
13:58:39 	done
13:58:39 # docker-ce install
13:58:39 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
13:58:39 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
13:58:39 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220511162217-aa7e414 debian/docker-ce/usr/bin/dockerd
13:58:39 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
13:58:39 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
13:58:39 # docker-compose-plugin install
13:58:39 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
13:58:39 # docker-scan-plugin install
13:58:39 # TODO change once we support scan-plugin on other architectures
13:58:39 if [ "arm64" = "amd64" ]; then \
13:58:39 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
13:58:39 fi
13:58:39 # docker-ce-rootless-extras install
13:58:39 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
13:58:39 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
13:58:39 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
13:58:39 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
13:58:39 # TODO: how can we install vpnkit?
13:58:39 make[1]: Leaving directory '/root/build-deb'
13:58:39    debian/rules override_dh_install
13:58:39 make[1]: Entering directory '/root/build-deb'
13:58:39 dh_install
13:58:39 # TODO Can we do this from within our container?
13:58:39 dh_apparmor --profile-name=docker-ce -pdocker-ce
13:58:39 make[1]: Leaving directory '/root/build-deb'
13:58:39    dh_installdocs
13:58:39    dh_installchangelogs
13:58:39    dh_installman
13:58:39    dh_bash-completion
13:58:39    dh_systemd_enable
13:58:39    debian/rules override_dh_installinit
13:58:39 make[1]: Entering directory '/root/build-deb'
13:58:39 # use "docker" as our service name, not "docker-ce"
13:58:39 dh_installinit --name=docker
13:58:39 make[1]: Leaving directory '/root/build-deb'
13:58:39    dh_systemd_start
13:58:39    dh_perl
13:58:39    dh_link
13:58:39    dh_strip_nondeterminism
13:58:39    dh_compress
13:58:39    dh_fixperms
13:58:39    dh_missing
13:58:39    debian/rules override_dh_strip
13:58:39 make[1]: Entering directory '/root/build-deb'
13:58:39 # Go has lots of problems with stripping, so just don't
13:58:39 make[1]: Leaving directory '/root/build-deb'
13:58:39    dh_makeshlibs
13:58:39    debian/rules override_dh_shlibdeps
13:58:39 make[1]: Entering directory '/root/build-deb'
13:58:39 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
13:58:44 dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/docker-ce-cli/usr/libexec/docker/cli-plugins/docker-buildx was not linked against libpthread.so.0 (it uses none of the library's symbols)
13:58:44 make[1]: Leaving directory '/root/build-deb'
13:58:44    dh_installdeb
13:58:44    debian/rules override_dh_gencontrol
13:58:44 make[1]: Entering directory '/root/build-deb'
13:58:44 # Use separate version for the compose-plugin package, then generate the other control files as usual
13:58:44 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
13:58:44 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
13:58:44 # Use separate version for the scan-plugin package, then generate the other control files as usual
13:58:44 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
13:58:44 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
13:58:44 if [ "arm64" = "amd64" ]; then \
13:58:44 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
13:58:44 fi
13:58:44 dh_gencontrol --remaining-packages
13:58:45 make[1]: Leaving directory '/root/build-deb'
13:58:45    dh_md5sums
13:58:45    debian/rules override_dh_builddeb
13:58:45 make[1]: Entering directory '/root/build-deb'
13:58:45 dh_builddeb -- -Zxz
13:58:45 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.deb'.
13:58:45 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.deb'.
13:59:04 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.6.0~ubuntu-impish_arm64.deb'.
13:59:22 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.deb'.
14:00:08 make[1]: Leaving directory '/root/build-deb'
14:00:08  dpkg-genbuildinfo
14:00:08  dpkg-genchanges  >../docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.changes
14:00:08 dpkg-genchanges: info: including full source code in upload
14:00:08  dpkg-source -I.git --after-build .
14:00:08 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
14:00:08 + destination=/build
14:00:08 + mkdir -p /build
14:00:08 + mv -v /root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.deb /root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.deb /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish.dsc /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish.tar.gz /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.buildinfo /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.changes /root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.deb /root/docker-compose-plugin_2.6.0~ubuntu-impish_arm64.deb /build
14:00:08 copied '/root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.deb' -> '/build/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.deb'
14:00:08 removed '/root/docker-ce-cli_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.deb'
14:00:08 copied '/root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.deb'
14:00:08 removed '/root/docker-ce-rootless-extras_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.deb'
14:00:08 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish.dsc' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish.dsc'
14:00:08 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish.dsc'
14:00:08 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish.tar.gz' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish.tar.gz'
14:00:08 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish.tar.gz'
14:00:08 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.buildinfo' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.buildinfo'
14:00:08 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.buildinfo'
14:00:08 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.changes' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.changes'
14:00:08 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.changes'
14:00:08 copied '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.deb' -> '/build/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.deb'
14:00:08 removed '/root/docker-ce_0.0.0-20220511162217-aa7e414-0~ubuntu-impish_arm64.deb'
14:00:08 copied '/root/docker-compose-plugin_2.6.0~ubuntu-impish_arm64.deb' -> '/build/docker-compose-plugin_2.6.0~ubuntu-impish_arm64.deb'
14:00:08 removed '/root/docker-compose-plugin_2.6.0~ubuntu-impish_arm64.deb'
14:00:08 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-impish"
14:00:08 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'