Skip to content

Console Output

10:59:04 + make REF=20.10 debian-buster
10:59:04 git init src/github.com/docker/cli
10:59:04 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
10:59:04 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
10:59:04 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
10:59:04 + SRC=src/github.com/docker/cli
10:59:04 + REF=20.10
10:59:04 + REF_FETCH=20.10
10:59:04 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
10:59:04 + awk {print $2}
10:59:04 + REF=refs/heads/20.10
10:59:04 + [ -n refs/heads/20.10 ]
10:59:04 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:04 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:06 From https://github.com/docker/cli
10:59:06  * [new branch]      20.10      -> 20.10
10:59:06  * [new branch]      20.10      -> origin/20.10
10:59:06 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
10:59:06 git init src/github.com/docker/docker
10:59:06 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
10:59:06 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
10:59:06 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
10:59:06 + SRC=src/github.com/docker/docker
10:59:06 + REF=20.10
10:59:06 + REF_FETCH=20.10
10:59:06 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
10:59:06 + awk {print $2}
10:59:07 + REF=refs/heads/20.10
10:59:07 + [ -n refs/heads/20.10 ]
10:59:07 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:07 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:09 From https://github.com/docker/docker
10:59:09  * [new branch]      20.10      -> 20.10
10:59:09  * [new branch]      20.10      -> origin/20.10
10:59:09 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
10:59:09 git init src/github.com/docker/compose
10:59:09 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
10:59:09 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
10:59:09 ./scripts/checkout.sh src/github.com/docker/compose "v2.7.0"
10:59:09 + SRC=src/github.com/docker/compose
10:59:09 + REF=v2.7.0
10:59:09 + REF_FETCH=v2.7.0
10:59:09 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.7.0
10:59:09 + awk {print $2}
10:59:09 + REF=refs/tags/v2.7.0
10:59:09 + [ -n refs/tags/v2.7.0 ]
10:59:09 + REF_FETCH=refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:09 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:10 From https://github.com/docker/compose
10:59:10  * [new tag]         v2.7.0     -> v2.7.0
10:59:10 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.7.0
10:59:10 git init src/github.com/docker/scan-cli-plugin
10:59:10 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
10:59:10 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
10:59:10 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
10:59:10 + SRC=src/github.com/docker/scan-cli-plugin
10:59:10 + REF=v0.17.0
10:59:10 + REF_FETCH=v0.17.0
10:59:10 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
10:59:10 + awk {print $2}
10:59:10 + REF=refs/tags/v0.17.0
10:59:10 + [ -n refs/tags/v0.17.0 ]
10:59:10 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
10:59:10 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.17.0:refs/tags/v0.17.0
10:59:10 From https://github.com/docker/scan-cli-plugin
10:59:10  * [new tag]         v0.17.0    -> v0.17.0
10:59:10 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
10:59:10 make -C deb VERSION=0.0.1-dev GO_VERSION=1.17.13 debian-buster
10:59:10 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
10:59:10 mkdir -p sources
10:59:10 docker run --rm -w /v \
10:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
10:59:10 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:10 	alpine \
10:59:10 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
10:59:10 Unable to find image 'alpine:latest' locally
10:59:10 latest: Pulling from library/alpine
10:59:10 f97344484467: Pulling fs layer
10:59:11 f97344484467: Download complete
10:59:11 f97344484467: Pull complete
10:59:11 Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872
10:59:11 Status: Downloaded newer image for alpine:latest
10:59:16 mkdir -p sources
10:59:16 docker run --rm -w /v \
10:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
10:59:16 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:16 	alpine \
10:59:16 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
10:59:18 mkdir -p sources
10:59:18 docker run --rm -w /v \
10:59:18 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
10:59:18 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:18 	alpine \
10:59:18 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
10:59:19 mkdir -p sources
10:59:19 docker run --rm -w /v \
10:59:19 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
10:59:19 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:19 	alpine \
10:59:19 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
10:59:20 mkdir -p sources
10:59:20 cp ../systemd/docker.service sources/docker.service
10:59:20 mkdir -p sources
10:59:20 cp ../systemd/docker.socket sources/docker.socket
10:59:20 docker run --rm -w /v \
10:59:20 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
10:59:20 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:20 	alpine \
10:59:20 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
10:59:21 == Building packages for debian-buster ==
10:59:21 mkdir -p "debbuild/debian-buster"
10:59:21 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.13-buster --build-arg COMMON_FILES=common -t debbuild-debian-buster/aarch64 -f debian-buster/Dockerfile .
10:59:21 #1 [internal] load build definition from Dockerfile
10:59:21 #1 sha256:a2d92cba337b7b4e98105dcac06da378f835ac4db13baf08a60fb12876186a6c
10:59:21 #1 transferring dockerfile: 920B done
10:59:21 #1 DONE 0.0s
10:59:21 
10:59:21 #2 [internal] load .dockerignore
10:59:21 #2 sha256:647334264cfabdab6ba39cba5878b303ce6b5afe44213302b883d5eb211698d9
10:59:21 #2 transferring context: 2B done
10:59:21 #2 DONE 0.0s
10:59:21 
10:59:21 #5 [auth] library/debian:pull token for registry-1.docker.io
10:59:21 #5 sha256:80b88e9f06002dbc4bb39c85c8804fa74f29aaf7e6c6509e3aa0b4f304853d15
10:59:21 #5 DONE 0.0s
10:59:21 
10:59:21 #6 [auth] library/golang:pull token for registry-1.docker.io
10:59:21 #6 sha256:41853a1a1e12667c90836a77c121307a745e6917d90a143b8db004523766c985
10:59:21 #6 DONE 0.0s
10:59:21 
10:59:21 #4 [internal] load metadata for docker.io/library/golang:1.17.13-buster
10:59:21 #4 sha256:435e7632093f904481779f1a66c0d23d7641c0855ef1553e4dd30adc277a04fd
10:59:21 #4 DONE 0.3s
10:59:21 
10:59:21 #3 [internal] load metadata for docker.io/library/debian:buster
10:59:21 #3 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c
10:59:21 #3 DONE 0.4s
10:59:21 
10:59:21 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
10:59:21 #13 sha256:80f656a7fc0c9a56c0414b52b580ece15446fcb75b09b6f4b150b0c6e61b42d0
10:59:21 #13 resolve docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 0.0s done
10:59:21 #13 ...
10:59:21 
10:59:21 #9 [internal] load build context
10:59:21 #9 sha256:288a9b16f28754d660152d014c1b6e608c01a254c5373abd792e02599972044e
10:59:21 #9 transferring context: 19.79MB 0.1s done
10:59:21 #9 DONE 0.1s
10:59:21 
10:59:21 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
10:59:21 #13 sha256:80f656a7fc0c9a56c0414b52b580ece15446fcb75b09b6f4b150b0c6e61b42d0
10:59:21 #13 sha256:3cd80618bcb7f97eeb7979d171339a878994ac69b63511f6a49cf48abed98197 7.13kB / 7.13kB done
10:59:21 #13 sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862 4.19MB / 49.23MB 0.1s
10:59:21 #13 sha256:6a5d1ed6a27dab15e77b7afa9c8697a170f017a73ec9ea8f3f00d5f322e1d3ab 1.05MB / 7.72MB 0.1s
10:59:21 #13 sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 1.86kB / 1.86kB done
10:59:21 #13 sha256:e2bc327932368ef7b63a3ba3fec80b25836271aea01e4218691d7ea5c7d3530d 1.79kB / 1.79kB done
10:59:21 #13 sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862 14.68MB / 49.23MB 0.2s
10:59:21 #13 sha256:6a5d1ed6a27dab15e77b7afa9c8697a170f017a73ec9ea8f3f00d5f322e1d3ab 7.72MB / 7.72MB 0.2s
10:59:21 #13 sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862 34.60MB / 49.23MB 0.4s
10:59:21 #13 sha256:6a5d1ed6a27dab15e77b7afa9c8697a170f017a73ec9ea8f3f00d5f322e1d3ab 7.72MB / 7.72MB 0.2s done
10:59:21 #13 sha256:1186afd5d5e89c602b988d31dd5210c9e3c19435f849f6cc4a6a22a2388e83cf 9.77MB / 9.77MB 0.4s done
10:59:22 #13 sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862 49.23MB / 49.23MB 0.6s
10:59:22 #13 sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 17.83MB / 52.17MB 0.6s
10:59:22 #13 sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 28.31MB / 52.17MB 0.7s
10:59:22 #13 sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 48.23MB / 52.17MB 0.9s
10:59:22 #13 sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 52.17MB / 52.17MB 1.0s
10:59:22 #13 sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862 49.23MB / 49.23MB 1.2s done
10:59:22 #13 sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 0B / 62.47MB 1.2s
10:59:22 #13 sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 8.39MB / 62.47MB 1.3s
10:59:22 #13 extracting sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862
10:59:22 #13 sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 18.87MB / 62.47MB 1.4s
10:59:22 #13 sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 28.31MB / 62.47MB 1.5s
10:59:23 #13 sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 52.17MB / 52.17MB 1.5s done
10:59:23 #13 sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 38.80MB / 62.47MB 1.6s
10:59:23 #13 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 0B / 102.82MB 1.6s
10:59:23 #13 sha256:2af36d48bd2b561139df983cd4f373a63969c05069fa366b3aa84dcaf42c4329 125B / 125B 1.6s done
10:59:23 #13 sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 48.23MB / 62.47MB 1.7s
10:59:23 #13 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 11.53MB / 102.82MB 1.7s
10:59:23 #13 sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 62.47MB / 62.47MB 1.9s
10:59:23 #13 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 31.46MB / 102.82MB 1.9s
10:59:23 #13 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 40.89MB / 102.82MB 2.0s
10:59:23 #13 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 51.38MB / 102.82MB 2.1s
10:59:23 #13 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 60.82MB / 102.82MB 2.2s
10:59:23 #13 sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 62.47MB / 62.47MB 2.2s done
10:59:23 #13 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 69.57MB / 102.82MB 2.3s
10:59:24 #13 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 81.79MB / 102.82MB 2.4s
10:59:24 #13 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 101.71MB / 102.82MB 2.6s
10:59:25 #13 sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 102.82MB / 102.82MB 3.4s done
10:59:26 #13 ...
10:59:26 
10:59:26 #7 [stage-1 1/8] FROM docker.io/library/debian:buster@sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f
10:59:26 #7 sha256:f4d441d9307bcf0ec54ed625509bbb37eb92e5ba47a933bf2fb309276ac2961c
10:59:26 #7 resolve docker.io/library/debian:buster@sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f 0.0s done
10:59:26 #7 sha256:fb9654aac57319592f1d51497c62001e7033eddf059355408a0b53f7c71f8d5f 1.85kB / 1.85kB done
10:59:26 #7 sha256:d0f5ed350e7624e19f0f40c2c0cc31b0b2811f444ca929a083fefe449432333d 529B / 529B done
10:59:26 #7 sha256:6ce8342704e30bd883f054b058208ad264c387435534a1d661a641b4f3a72b62 1.48kB / 1.48kB done
10:59:26 #7 sha256:71209d5eb534b9e48223962276993c68559f68e230f73c8a0efc2a2998362bd9 49.23MB / 49.23MB 0.8s done
10:59:26 #7 extracting sha256:71209d5eb534b9e48223962276993c68559f68e230f73c8a0efc2a2998362bd9 3.0s done
10:59:26 #7 DONE 4.1s
10:59:26 
10:59:26 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
10:59:26 #13 sha256:80f656a7fc0c9a56c0414b52b580ece15446fcb75b09b6f4b150b0c6e61b42d0
10:59:26 #13 extracting sha256:891a1587d3644a8b4b6dab3726ef380a725a0e19bfbf0eac02a275f711985862 3.1s done
10:59:26 #13 extracting sha256:6a5d1ed6a27dab15e77b7afa9c8697a170f017a73ec9ea8f3f00d5f322e1d3ab
10:59:26 #13 extracting sha256:6a5d1ed6a27dab15e77b7afa9c8697a170f017a73ec9ea8f3f00d5f322e1d3ab 0.3s done
10:59:26 #13 extracting sha256:1186afd5d5e89c602b988d31dd5210c9e3c19435f849f6cc4a6a22a2388e83cf 0.1s
10:59:26 #13 extracting sha256:1186afd5d5e89c602b988d31dd5210c9e3c19435f849f6cc4a6a22a2388e83cf 0.4s done
10:59:26 #13 extracting sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d
10:59:30 #13 extracting sha256:a5359768b018a374b04e8bf19e97c814527cb448f87c25de12fbabbb2ff3556d 3.2s done
10:59:30 #13 extracting sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab
10:59:33 #13 extracting sha256:faa18f8501e4d284a9ce0729c6bb2aea70693faccddb329e9852ab4280adf3ab 2.4s done
10:59:33 #13 extracting sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3
10:59:33 #13 ...
10:59:33 
10:59:33 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
10:59:33 #8 sha256:330541f93dae841eedf5fe5f9bc84bfb28f9e28a12e0aba544e075f1e2d1d214
10:59:33 #8 0.717 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
10:59:33 #8 0.734 Get:2 http://deb.debian.org/debian-security buster/updates InRelease [73.5 kB]
10:59:33 #8 0.742 Get:3 http://deb.debian.org/debian buster-updates InRelease [56.6 kB]
10:59:33 #8 0.907 Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7739 kB]
10:59:33 #8 1.153 Get:5 http://deb.debian.org/debian-security buster/updates/main arm64 Packages [331 kB]
10:59:33 #8 1.235 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [8780 B]
10:59:33 #8 2.260 Fetched 8331 kB in 2s (4655 kB/s)
10:59:33 #8 2.260 Reading package lists...
10:59:33 #8 2.933 Reading package lists...
10:59:33 #8 3.587 Building dependency tree...
10:59:33 #8 3.715 Reading state information...
10:59:33 #8 3.903 The following additional packages will be installed:
10:59:33 #8 3.903   at autoconf automake autopoint autotools-dev binutils
10:59:33 #8 3.903   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
10:59:33 #8 3.903   bzip2 ca-certificates cpp cpp-8 cron dctrl-tools debhelper debian-keyring
10:59:33 #8 3.903   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
10:59:33 #8 3.903   dpkg-dev dput dwz exim4-base exim4-config exim4-daemon-light fakeroot file
10:59:33 #8 3.903   g++ g++-8 gcc gcc-8 gettext gettext-base git-man gnupg gnupg-l10n
10:59:33 #8 3.903   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
10:59:33 #8 3.903   groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less
10:59:33 #8 3.903   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
10:59:33 #8 3.903   libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
10:59:33 #8 3.903   libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
10:59:33 #8 3.903   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
10:59:33 #8 3.903   libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0 libcgi-fast-perl
10:59:33 #8 3.903   libcgi-pm-perl libclass-accessor-perl libclass-inspector-perl
10:59:33 #8 3.903   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
10:59:33 #8 3.903   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
10:59:33 #8 3.903   libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
10:59:33 #8 3.903   libdata-optlist-perl libdevel-callchecker-perl
10:59:33 #8 3.903   libdevel-globaldestruction-perl libdigest-bubblebabble-perl
10:59:33 #8 3.903   libdigest-hmac-perl libdistro-info-perl libdpkg-perl
10:59:33 #8 3.903   libdynaloader-functions-perl libedit2 libemail-valid-perl
10:59:33 #8 3.903   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
10:59:33 #8 3.903   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
10:59:33 #8 3.903   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
10:59:33 #8 3.903   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
10:59:33 #8 3.903   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
10:59:33 #8 3.903   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
10:59:33 #8 3.903   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
10:59:33 #8 3.903   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
10:59:33 #8 3.903   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
10:59:33 #8 3.903   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
10:59:33 #8 3.903   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
10:59:33 #8 3.903   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
10:59:33 #8 3.903   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
10:59:33 #8 3.903   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
10:59:33 #8 3.903   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
10:59:33 #8 3.903   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
10:59:33 #8 3.903   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
10:59:33 #8 3.903   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
10:59:33 #8 3.903   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
10:59:33 #8 3.903   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
10:59:33 #8 3.903   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
10:59:33 #8 3.903   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
10:59:33 #8 3.903   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl libncurses6
10:59:33 #8 3.903   libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl libnet-http-perl
10:59:33 #8 3.903   libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl libnet-ssleay-perl
10:59:33 #8 3.903   libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl libnumber-range-perl
10:59:33 #8 3.903   libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
10:59:33 #8 3.903   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
10:59:33 #8 3.903   libparams-validate-perl libparse-debianchangelog-perl
10:59:33 #8 3.903   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
10:59:33 #8 3.903   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
10:59:33 #8 3.903   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
10:59:33 #8 3.903   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
10:59:33 #8 3.903   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
10:59:33 #8 3.903   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
10:59:33 #8 3.903   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
10:59:33 #8 3.903   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
10:59:33 #8 3.903   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
10:59:33 #8 3.903   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
10:59:33 #8 3.903   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
10:59:33 #8 3.903   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
10:59:33 #8 3.903   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
10:59:33 #8 3.903   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
10:59:33 #8 3.903   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
10:59:33 #8 3.903   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
10:59:33 #8 3.903   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
10:59:33 #8 3.903   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
10:59:33 #8 3.903   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
10:59:33 #8 3.903   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
10:59:33 #8 3.903   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
10:59:33 #8 3.903   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
10:59:33 #8 3.903   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
10:59:33 #8 3.903   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
10:59:33 #8 3.903   mariadb-common mime-support mysql-common netbase openssh-client openssl
10:59:33 #8 3.903   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
10:59:33 #8 3.903   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
10:59:33 #8 3.903   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
10:59:33 #8 3.903   python3-idna python3-magic python3-minimal python3-pkg-resources
10:59:33 #8 3.903   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
10:59:33 #8 3.903   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
10:59:33 #8 3.903   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
10:59:33 #8 3.903 Suggested packages:
10:59:33 #8 3.903   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
10:59:33 #8 3.903   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate
10:59:33 #8 3.903   checksecurity debtags dh-make adequate autopkgtest bls-standalone
10:59:33 #8 3.903   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
10:59:33 #8 3.903   dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
10:59:33 #8 3.903   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
10:59:33 #8 3.903   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
10:59:33 #8 3.903   ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
10:59:33 #8 3.903   pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info
10:59:33 #8 3.903   eximon4 spf-tools-perl swaks gcc-8-doc libstdc++6-8-dbg gcc-multilib flex
10:59:33 #8 3.903   bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg
10:59:33 #8 3.903   libasan5-dbg liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg
10:59:33 #8 3.903   libquadmath0-dbg gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
10:59:33 #8 3.903   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
10:59:33 #8 3.903   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
10:59:33 #8 3.903   libgssapi-perl glibc-doc bzr gdbm-l10n dns-root-data gpm krb5-doc krb5-user
10:59:33 #8 3.903   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
10:59:33 #8 3.903   libhtml-template-perl libsasl2-modules-gssapi-mit
10:59:33 #8 3.903   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
10:59:33 #8 3.903   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
10:59:33 #8 3.903   libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl
10:59:33 #8 3.903   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
10:59:33 #8 3.903   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
10:59:33 #8 3.903   libxml-sax-expatxs-perl bash-completion binutils-multiarch
10:59:33 #8 3.903   libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc
10:59:33 #8 3.903   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
10:59:33 #8 3.903   diffutils-doc perl-doc libterm-readline-gnu-perl
10:59:33 #8 3.903   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
10:59:33 #8 3.903   pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv
10:59:33 #8 3.903   python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography
10:59:33 #8 3.903   python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support
10:59:33 #8 3.903   readline-doc zip wdiff-doc
10:59:33 #8 5.548 The following NEW packages will be installed:
10:59:33 #8 5.548   at autoconf automake autopoint autotools-dev binutils
10:59:33 #8 5.548   binutils-aarch64-linux-gnu binutils-common bsdmainutils build-essential
10:59:33 #8 5.548   bzip2 ca-certificates cpp cpp-8 cron curl dctrl-tools debhelper
10:59:33 #8 5.548   debian-keyring devscripts dh-autoreconf dh-strip-nondeterminism diffstat
10:59:33 #8 5.548   dirmngr distro-info-data dpkg-dev dput dwz equivs exim4-base exim4-config
10:59:33 #8 5.548   exim4-daemon-light fakeroot file g++ g++-8 gcc gcc-8 gettext gettext-base
10:59:33 #8 5.548   git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
10:59:33 #8 5.548   gpg-wks-server gpgconf gpgsm groff-base guile-2.2-libs intltool-debian
10:59:33 #8 5.548   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
10:59:33 #8 5.548   libalgorithm-merge-perl libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
10:59:33 #8 5.548   libarchive-zip-perl libasan5 libassuan0 libasync-mergepoint-perl libatomic1
10:59:33 #8 5.548   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
10:59:33 #8 5.548   libbinutils libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcc1-0
10:59:33 #8 5.548   libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl
10:59:33 #8 5.548   libclass-inspector-perl libclass-method-modifiers-perl
10:59:33 #8 5.548   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
10:59:33 #8 5.548   libconst-fast-perl libcontextual-return-perl libconvert-binhex-perl
10:59:33 #8 5.548   libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
10:59:33 #8 5.548   libdevel-callchecker-perl libdevel-globaldestruction-perl
10:59:33 #8 5.548   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
10:59:33 #8 5.548   libdpkg-perl libdynaloader-functions-perl libedit2 libemail-valid-perl
10:59:33 #8 5.548   libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
10:59:33 #8 5.548   libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
10:59:33 #8 5.548   libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
10:59:33 #8 5.548   libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
10:59:33 #8 5.548   libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
10:59:33 #8 5.548   libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
10:59:33 #8 5.548   libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
10:59:33 #8 5.548   libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 libhtml-form-perl
10:59:33 #8 5.548   libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
10:59:33 #8 5.548   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
10:59:33 #8 5.548   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
10:59:33 #8 5.548   libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
10:59:33 #8 5.548   libio-prompter-perl libio-pty-perl libio-sessiondata-perl
10:59:33 #8 5.548   libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
10:59:33 #8 5.548   libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
10:59:33 #8 5.548   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
10:59:33 #8 5.548   libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
10:59:33 #8 5.548   liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
10:59:33 #8 5.548   liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
10:59:33 #8 5.548   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
10:59:33 #8 5.548   libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
10:59:33 #8 5.548   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
10:59:33 #8 5.548   libmoo-perl libmpc3 libmpdec2 libmpfr6 libnamespace-clean-perl libncurses6
10:59:33 #8 5.548   libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl libnet-http-perl
10:59:33 #8 5.548   libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl libnet-ssleay-perl
10:59:33 #8 5.548   libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl libnumber-range-perl
10:59:33 #8 5.548   libossp-uuid-perl libossp-uuid16 libpackage-stash-perl
10:59:33 #8 5.548   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
10:59:33 #8 5.548   libparams-validate-perl libparse-debianchangelog-perl
10:59:33 #8 5.548   libpath-iterator-rule-perl libpath-tiny-perl libpcre2-8-0 libperl5.28
10:59:33 #8 5.548   libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
10:59:33 #8 5.548   libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
10:59:33 #8 5.548   libpython3.7-minimal libpython3.7-stdlib libreadline7 libreadonly-perl
10:59:33 #8 5.548   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
10:59:33 #8 5.548   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
10:59:33 #8 5.548   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
10:59:33 #8 5.548   libsoap-lite-perl libsort-key-perl libsort-versions-perl libsqlite3-0
10:59:33 #8 5.548   libssh2-1 libssl1.1 libstdc++-8-dev libstrictures-perl
10:59:33 #8 5.548   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
10:59:33 #8 5.548   libstruct-dumb-perl libsub-exporter-perl libsub-exporter-progressive-perl
10:59:33 #8 5.548   libsub-identify-perl libsub-install-perl libsub-name-perl libsub-quote-perl
10:59:33 #8 5.548   libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
10:59:33 #8 5.548   libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
10:59:33 #8 5.548   libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
10:59:33 #8 5.548   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
10:59:33 #8 5.548   libuchardet0 libunbound8 libunicode-utf8-perl liburi-perl
10:59:33 #8 5.548   libvariable-magic-perl libwant-perl libwrap0 libwww-perl
10:59:33 #8 5.548   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
10:59:33 #8 5.548   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
10:59:33 #8 5.548   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
10:59:33 #8 5.548   libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
10:59:33 #8 5.548   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
10:59:33 #8 5.548   lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
10:59:33 #8 5.548   mariadb-common mime-support mysql-common netbase openssh-client openssl
10:59:33 #8 5.548   patch patchutils perl perl-modules-5.28 perl-openssl-defaults
10:59:33 #8 5.548   pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
10:59:33 #8 5.548   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
10:59:33 #8 5.548   python3-idna python3-magic python3-minimal python3-pkg-resources
10:59:33 #8 5.548   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
10:59:33 #8 5.548   python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
10:59:33 #8 5.548   strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
10:59:33 #8 5.823 0 upgraded, 362 newly installed, 0 to remove and 0 not upgraded.
10:59:33 #8 5.823 Need to get 162 MB of archives.
10:59:33 #8 5.823 After this operation, 560 MB of additional disk space will be used.
10:59:33 #8 5.823 Get:1 http://deb.debian.org/debian buster/main arm64 sensible-utils all 0.0.12 [15.8 kB]
10:59:33 #8 5.825 Get:2 http://deb.debian.org/debian buster/main arm64 lsb-base all 10.2019051400 [28.4 kB]
10:59:33 #8 5.826 Get:3 http://deb.debian.org/debian buster/main arm64 cron arm64 3.0pl1-134+deb10u1 [98.0 kB]
10:59:33 #8 5.835 Get:4 http://deb.debian.org/debian buster/main arm64 libbsd0 arm64 0.9.1-2+deb10u1 [97.6 kB]
10:59:33 #8 5.835 Get:5 http://deb.debian.org/debian buster/main arm64 bsdmainutils arm64 11.1.2+b1 [185 kB]
10:59:33 #8 5.835 Get:6 http://deb.debian.org/debian buster/main arm64 libuchardet0 arm64 0.0.6-3 [65.0 kB]
10:59:33 #8 5.835 Get:7 http://deb.debian.org/debian buster/main arm64 groff-base arm64 1.22.4-3+deb10u1 [870 kB]
10:59:33 #8 5.841 Get:8 http://deb.debian.org/debian buster/main arm64 libgdbm6 arm64 1.18.1-4 [63.4 kB]
10:59:33 #8 5.842 Get:9 http://deb.debian.org/debian buster/main arm64 libpipeline1 arm64 1.5.1-2 [29.8 kB]
10:59:33 #8 5.843 Get:10 http://deb.debian.org/debian buster/main arm64 man-db arm64 2.8.5-2 [1258 kB]
10:59:33 #8 5.861 Get:11 http://deb.debian.org/debian buster/main arm64 perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
10:59:33 #8 5.889 Get:12 http://deb.debian.org/debian buster/main arm64 libgdbm-compat4 arm64 1.18.1-4 [44.0 kB]
10:59:33 #8 5.890 Get:13 http://deb.debian.org/debian buster/main arm64 libperl5.28 arm64 5.28.1-6+deb10u1 [3727 kB]
10:59:33 #8 5.953 Get:14 http://deb.debian.org/debian buster/main arm64 perl arm64 5.28.1-6+deb10u1 [204 kB]
10:59:33 #8 5.955 Get:15 http://deb.debian.org/debian buster/main arm64 liblocale-gettext-perl arm64 1.07-3+b4 [18.8 kB]
10:59:33 #8 5.955 Get:16 http://deb.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1n-0+deb10u3 [1392 kB]
10:59:33 #8 5.970 Get:17 http://deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB]
10:59:33 #8 5.977 Get:18 http://deb.debian.org/debian buster/main arm64 libexpat1 arm64 2.2.6-2+deb10u4 [87.1 kB]
10:59:33 #8 5.979 Get:19 http://deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB]
10:59:33 #8 5.993 Get:20 http://deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
10:59:33 #8 5.993 Get:21 http://deb.debian.org/debian buster/main arm64 mime-support all 3.62 [37.2 kB]
10:59:33 #8 5.994 Get:22 http://deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
10:59:33 #8 5.996 Get:23 http://deb.debian.org/debian buster/main arm64 readline-common all 7.0-5 [70.6 kB]
10:59:33 #8 5.997 Get:24 http://deb.debian.org/debian buster/main arm64 libreadline7 arm64 7.0-5 [134 kB]
10:59:33 #8 5.999 Get:25 http://deb.debian.org/debian buster/main arm64 libsqlite3-0 arm64 3.27.2-3+deb10u1 [603 kB]
10:59:33 #8 6.005 Get:26 http://deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB]
10:59:33 #8 6.031 Get:27 http://deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB]
10:59:33 #8 6.032 Get:28 http://deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
10:59:33 #8 6.033 Get:29 http://deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
10:59:33 #8 6.034 Get:30 http://deb.debian.org/debian buster/main arm64 libassuan0 arm64 2.5.2-1 [47.1 kB]
10:59:33 #8 6.035 Get:31 http://deb.debian.org/debian-security buster/updates/main arm64 gpgconf arm64 2.2.12-1+deb10u2 [504 kB]
10:59:33 #8 6.042 Get:32 http://deb.debian.org/debian buster/main arm64 libksba8 arm64 1.3.5-2 [84.7 kB]
10:59:33 #8 6.042 Get:33 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u2 [69.4 kB]
10:59:33 #8 6.043 Get:34 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u2 [105 kB]
10:59:33 #8 6.050 Get:35 http://deb.debian.org/debian-security buster/updates/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u7 [90.1 kB]
10:59:33 #8 6.052 Get:36 http://deb.debian.org/debian-security buster/updates/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u7 [216 kB]
10:59:33 #8 6.054 Get:37 http://deb.debian.org/debian buster/main arm64 libnpth0 arm64 1.6-1 [17.6 kB]
10:59:33 #8 6.055 Get:38 http://deb.debian.org/debian-security buster/updates/main arm64 dirmngr arm64 2.2.12-1+deb10u2 [694 kB]
10:59:33 #8 6.061 Get:39 http://deb.debian.org/debian-security buster/updates/main arm64 gnupg-l10n all 2.2.12-1+deb10u2 [1009 kB]
10:59:33 #8 6.071 Get:40 http://deb.debian.org/debian-security buster/updates/main arm64 gnupg-utils arm64 2.2.12-1+deb10u2 [824 kB]
10:59:33 #8 6.078 Get:41 http://deb.debian.org/debian-security buster/updates/main arm64 gpg arm64 2.2.12-1+deb10u2 [827 kB]
10:59:33 #8 6.103 Get:42 http://deb.debian.org/debian buster/main arm64 pinentry-curses arm64 1.1.0-2 [62.7 kB]
10:59:33 #8 6.103 Get:43 http://deb.debian.org/debian-security buster/updates/main arm64 gpg-agent arm64 2.2.12-1+deb10u2 [601 kB]
10:59:33 #8 6.106 Get:44 http://deb.debian.org/debian-security buster/updates/main arm64 gpg-wks-client arm64 2.2.12-1+deb10u2 [478 kB]
10:59:33 #8 6.111 Get:45 http://deb.debian.org/debian-security buster/updates/main arm64 gpg-wks-server arm64 2.2.12-1+deb10u2 [472 kB]
10:59:33 #8 6.116 Get:46 http://deb.debian.org/debian-security buster/updates/main arm64 gpgsm arm64 2.2.12-1+deb10u2 [586 kB]
10:59:33 #8 6.121 Get:47 http://deb.debian.org/debian-security buster/updates/main arm64 gnupg all 2.2.12-1+deb10u2 [715 kB]
10:59:33 #8 6.135 Get:48 http://deb.debian.org/debian buster/main arm64 less arm64 487-0.1+b1 [117 kB]
10:59:33 #8 6.135 Get:49 http://deb.debian.org/debian buster/main arm64 netbase all 5.6 [19.4 kB]
10:59:33 #8 6.135 Get:50 http://deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB]
10:59:33 #8 6.135 Get:51 http://deb.debian.org/debian buster/main arm64 libmagic-mgc arm64 1:5.35-4+deb10u2 [242 kB]
10:59:33 #8 6.138 Get:52 http://deb.debian.org/debian buster/main arm64 libmagic1 arm64 1:5.35-4+deb10u2 [115 kB]
10:59:33 #8 6.139 Get:53 http://deb.debian.org/debian buster/main arm64 file arm64 1:5.35-4+deb10u2 [66.5 kB]
10:59:33 #8 6.140 Get:54 http://deb.debian.org/debian buster/main arm64 gettext-base arm64 0.19.8.1-9 [120 kB]
10:59:33 #8 6.141 Get:55 http://deb.debian.org/debian buster/main arm64 krb5-locales all 1.17-3+deb10u3 [95.5 kB]
10:59:33 #8 6.142 Get:56 http://deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u3 [8154 kB]
10:59:33 #8 6.298 Get:57 http://deb.debian.org/debian-security buster/updates/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u4 [625 kB]
10:59:33 #8 6.312 Get:58 http://deb.debian.org/debian buster/main arm64 manpages all 4.16-2 [1295 kB]
10:59:33 #8 6.321 Get:59 http://deb.debian.org/debian buster/main arm64 libedit2 arm64 3.1-20181209-1 [91.2 kB]
10:59:33 #8 6.323 Get:60 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB]
10:59:33 #8 6.324 Get:61 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u3 [65.0 kB]
10:59:33 #8 6.325 Get:62 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u3 [123 kB]
10:59:33 #8 6.327 Get:63 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u3 [351 kB]
10:59:33 #8 6.331 Get:64 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u3 [150 kB]
10:59:33 #8 6.333 Get:65 http://deb.debian.org/debian buster/main arm64 openssh-client arm64 1:7.9p1-10+deb10u2 [757 kB]
10:59:33 #8 6.342 Get:66 http://deb.debian.org/debian buster/main arm64 ucf all 3.0038+nmu1 [69.0 kB]
10:59:33 #8 6.343 Get:67 http://deb.debian.org/debian-security buster/updates/main arm64 xz-utils arm64 5.2.4-1+deb10u1 [182 kB]
10:59:33 #8 6.346 Get:68 http://deb.debian.org/debian buster/main arm64 libfl2 arm64 2.6.4-6.2 [103 kB]
10:59:33 #8 6.347 Get:69 http://deb.debian.org/debian buster/main arm64 at arm64 3.1.23-1 [48.3 kB]
10:59:33 #8 6.348 Get:70 http://deb.debian.org/debian buster/main arm64 libsigsegv2 arm64 2.12-2 [32.3 kB]
10:59:33 #8 6.349 Get:71 http://deb.debian.org/debian buster/main arm64 m4 arm64 1.4.18-2 [198 kB]
10:59:33 #8 6.352 Get:72 http://deb.debian.org/debian buster/main arm64 autoconf all 2.69-11 [341 kB]
10:59:33 #8 6.356 Get:73 http://deb.debian.org/debian buster/main arm64 autotools-dev all 20180224.1 [77.0 kB]
10:59:33 #8 6.357 Get:74 http://deb.debian.org/debian buster/main arm64 automake all 1:1.16.1-4 [771 kB]
10:59:33 #8 6.365 Get:75 http://deb.debian.org/debian buster/main arm64 autopoint all 0.19.8.1-9 [434 kB]
10:59:33 #8 6.375 Get:76 http://deb.debian.org/debian buster/main arm64 binutils-common arm64 2.31.1-16 [2073 kB]
10:59:33 #8 6.391 Get:77 http://deb.debian.org/debian buster/main arm64 libbinutils arm64 2.31.1-16 [455 kB]
10:59:33 #8 6.403 Get:78 http://deb.debian.org/debian buster/main arm64 binutils-aarch64-linux-gnu arm64 2.31.1-16 [2129 kB]
10:59:33 #8 6.423 Get:79 http://deb.debian.org/debian buster/main arm64 binutils arm64 2.31.1-16 [56.7 kB]
10:59:33 #8 6.425 Get:80 http://deb.debian.org/debian buster/main arm64 libc-dev-bin arm64 2.28-10+deb10u1 [270 kB]
10:59:33 #8 6.442 Get:81 http://deb.debian.org/debian-security buster/updates/main arm64 linux-libc-dev arm64 4.19.249-2 [1510 kB]
10:59:33 #8 6.455 Get:82 http://deb.debian.org/debian buster/main arm64 libc6-dev arm64 2.28-10+deb10u1 [2323 kB]
10:59:33 #8 6.480 Get:83 http://deb.debian.org/debian buster/main arm64 libisl19 arm64 0.20-2 [535 kB]
10:59:33 #8 6.486 Get:84 http://deb.debian.org/debian buster/main arm64 libmpfr6 arm64 4.0.2-1 [746 kB]
10:59:33 #8 6.501 Get:85 http://deb.debian.org/debian buster/main arm64 libmpc3 arm64 1.1.0-1 [38.0 kB]
10:59:33 #8 6.505 Get:86 http://deb.debian.org/debian buster/main arm64 cpp-8 arm64 8.3.0-6 [7400 kB]
10:59:33 #8 6.626 Get:87 http://deb.debian.org/debian buster/main arm64 cpp arm64 4:8.3.0-1 [19.4 kB]
10:59:33 #8 6.626 Get:88 http://deb.debian.org/debian buster/main arm64 libcc1-0 arm64 8.3.0-6 [45.0 kB]
10:59:33 #8 6.631 Get:89 http://deb.debian.org/debian buster/main arm64 libgomp1 arm64 8.3.0-6 [67.8 kB]
10:59:33 #8 6.632 Get:90 http://deb.debian.org/debian buster/main arm64 libitm1 arm64 8.3.0-6 [24.0 kB]
10:59:33 #8 6.633 Get:91 http://deb.debian.org/debian buster/main arm64 libatomic1 arm64 8.3.0-6 [8820 B]
10:59:33 #8 6.634 Get:92 http://deb.debian.org/debian buster/main arm64 libasan5 arm64 8.3.0-6 [327 kB]
10:59:33 #8 6.639 Get:93 http://deb.debian.org/debian buster/main arm64 liblsan0 arm64 8.3.0-6 [118 kB]
10:59:33 #8 6.641 Get:94 http://deb.debian.org/debian buster/main arm64 libtsan0 arm64 8.3.0-6 [262 kB]
10:59:33 #8 6.644 Get:95 http://deb.debian.org/debian buster/main arm64 libubsan1 arm64 8.3.0-6 [111 kB]
10:59:33 #8 6.646 Get:96 http://deb.debian.org/debian buster/main arm64 libgcc-8-dev arm64 8.3.0-6 [835 kB]
10:59:33 #8 6.655 Get:97 http://deb.debian.org/debian buster/main arm64 gcc-8 arm64 8.3.0-6 [7879 kB]
10:59:33 #8 6.793 Get:98 http://deb.debian.org/debian buster/main arm64 gcc arm64 4:8.3.0-1 [5212 B]
10:59:33 #8 6.796 Get:99 http://deb.debian.org/debian buster/main arm64 libstdc++-8-dev arm64 8.3.0-6 [1502 kB]
10:59:33 #8 6.813 Get:100 http://deb.debian.org/debian buster/main arm64 g++-8 arm64 8.3.0-6 [8176 kB]
10:59:33 #8 6.967 Get:101 http://deb.debian.org/debian buster/main arm64 g++ arm64 4:8.3.0-1 [1624 B]
10:59:33 #8 6.967 Get:102 http://deb.debian.org/debian buster/main arm64 make arm64 4.2.1-1.2 [333 kB]
10:59:33 #8 6.970 Get:103 http://deb.debian.org/debian-security buster/updates/main arm64 libdpkg-perl all 1.19.8 [1415 kB]
10:59:33 #8 6.993 Get:104 http://deb.debian.org/debian buster/main arm64 patch arm64 2.7.6-3+deb10u1 [122 kB]
10:59:33 #8 6.995 Get:105 http://deb.debian.org/debian-security buster/updates/main arm64 dpkg-dev all 1.19.8 [1776 kB]
10:59:33 #8 7.018 Get:106 http://deb.debian.org/debian buster/main arm64 build-essential arm64 12.6 [7576 B]
10:59:33 #8 7.019 Get:107 http://deb.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1n-0+deb10u3 [834 kB]
10:59:33 #8 7.051 Get:108 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB]
10:59:33 #8 7.051 Get:109 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB]
10:59:33 #8 7.051 Get:110 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB]
10:59:33 #8 7.051 Get:111 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB]
10:59:33 #8 7.051 Get:112 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB]
10:59:33 #8 7.051 Get:113 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u2 [312 kB]
10:59:33 #8 7.054 Get:114 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u2 [260 kB]
10:59:33 #8 7.061 Get:115 http://deb.debian.org/debian buster/main arm64 dctrl-tools arm64 2.24-3 [101 kB]
10:59:33 #8 7.061 Get:116 http://deb.debian.org/debian buster/main arm64 libtool all 2.4.6-9 [547 kB]
10:59:33 #8 7.065 Get:117 http://deb.debian.org/debian buster/main arm64 dh-autoreconf all 19 [16.9 kB]
10:59:33 #8 7.067 Get:118 http://deb.debian.org/debian buster/main arm64 libarchive-zip-perl all 1.64-1 [96.8 kB]
10:59:33 #8 7.068 Get:119 http://deb.debian.org/debian buster/main arm64 libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
10:59:33 #8 7.069 Get:120 http://deb.debian.org/debian buster/main arm64 dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
10:59:33 #8 7.069 Get:121 http://deb.debian.org/debian buster/main arm64 dwz arm64 0.12-3 [71.7 kB]
10:59:33 #8 7.071 Get:122 http://deb.debian.org/debian buster/main arm64 libglib2.0-0 arm64 2.58.3-2+deb10u3 [1185 kB]
10:59:33 #8 7.082 Get:123 http://deb.debian.org/debian buster/main arm64 libcroco3 arm64 0.6.12-3 [140 kB]
10:59:33 #8 7.084 Get:124 http://deb.debian.org/debian buster/main arm64 libncurses6 arm64 6.1+20181013-2+deb10u2 [92.6 kB]
10:59:33 #8 7.088 Get:125 http://deb.debian.org/debian buster/main arm64 gettext arm64 0.19.8.1-9 [1261 kB]
10:59:33 #8 7.108 Get:126 http://deb.debian.org/debian buster/main arm64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
10:59:33 #8 7.111 Get:127 http://deb.debian.org/debian buster/main arm64 po-debconf all 1.0.21 [248 kB]
10:59:33 #8 7.112 Get:128 http://deb.debian.org/debian buster/main arm64 debhelper all 12.1.1 [1016 kB]
10:59:33 #8 7.127 Get:129 http://deb.debian.org/debian buster/main arm64 debian-keyring all 2019.02.25 [32.4 MB]
10:59:33 #8 7.775 Get:130 http://deb.debian.org/debian buster/main arm64 libfakeroot arm64 1.23-1 [42.1 kB]
10:59:33 #8 7.776 Get:131 http://deb.debian.org/debian buster/main arm64 fakeroot arm64 1.23-1 [83.3 kB]
10:59:33 #8 7.777 Get:132 http://deb.debian.org/debian buster/main arm64 libfile-which-perl all 1.23-1 [16.6 kB]
10:59:33 #8 7.777 Get:133 http://deb.debian.org/debian buster/main arm64 libfile-homedir-perl all 1.004-1 [42.7 kB]
10:59:33 #8 7.778 Get:134 http://deb.debian.org/debian buster/main arm64 libio-pty-perl arm64 1:1.08-1.1+b5 [32.8 kB]
10:59:33 #8 7.779 Get:135 http://deb.debian.org/debian buster/main arm64 libipc-run-perl all 20180523.0-1 [101 kB]
10:59:33 #8 7.780 Get:136 http://deb.debian.org/debian buster/main arm64 libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
10:59:33 #8 7.781 Get:137 http://deb.debian.org/debian buster/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
10:59:33 #8 7.782 Get:138 http://deb.debian.org/debian buster/main arm64 libdevel-globaldestruction-perl all 0.14-1 [8084 B]
10:59:33 #8 7.783 Get:139 http://deb.debian.org/debian buster/main arm64 libb-hooks-op-check-perl arm64 0.22-1+b1 [11.4 kB]
10:59:33 #8 7.783 Get:140 http://deb.debian.org/debian buster/main arm64 libdynaloader-functions-perl all 0.003-1 [12.6 kB]
10:59:33 #8 7.786 Get:141 http://deb.debian.org/debian buster/main arm64 libdevel-callchecker-perl arm64 0.008-1 [15.6 kB]
10:59:33 #8 7.786 Get:142 http://deb.debian.org/debian buster/main arm64 libparams-classify-perl arm64 0.015-1+b1 [25.4 kB]
10:59:33 #8 7.786 Get:143 http://deb.debian.org/debian buster/main arm64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
10:59:33 #8 7.786 Get:144 http://deb.debian.org/debian buster/main arm64 libimport-into-perl all 1.002005-1 [11.6 kB]
10:59:33 #8 7.788 Get:145 http://deb.debian.org/debian buster/main arm64 librole-tiny-perl all 2.000006-1 [19.4 kB]
10:59:33 #8 7.796 Get:146 http://deb.debian.org/debian buster/main arm64 libstrictures-perl all 2.000005-1 [18.3 kB]
10:59:33 #8 7.797 Get:147 http://deb.debian.org/debian buster/main arm64 libsub-quote-perl all 2.005001-1 [17.9 kB]
10:59:33 #8 7.799 Get:148 http://deb.debian.org/debian buster/main arm64 libmoo-perl all 2.003004-2 [57.4 kB]
10:59:33 #8 7.799 Get:149 http://deb.debian.org/debian buster/main arm64 libencode-locale-perl all 1.05-1 [13.7 kB]
10:59:33 #8 7.800 Get:150 http://deb.debian.org/debian buster/main arm64 libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
10:59:33 #8 7.800 Get:151 http://deb.debian.org/debian buster/main arm64 libhttp-date-perl all 6.02-1 [10.7 kB]
10:59:33 #8 7.802 Get:152 http://deb.debian.org/debian buster/main arm64 libfile-listing-perl all 6.04-1 [10.3 kB]
10:59:33 #8 7.802 Get:153 http://deb.debian.org/debian buster/main arm64 libhtml-tagset-perl all 3.20-3 [12.7 kB]
10:59:33 #8 7.802 Get:154 http://deb.debian.org/debian buster/main arm64 liburi-perl all 1.76-1 [89.9 kB]
10:59:33 #8 7.803 Get:155 http://deb.debian.org/debian buster/main arm64 libhtml-parser-perl arm64 3.72-3+b3 [103 kB]
10:59:33 #8 7.804 Get:156 http://deb.debian.org/debian buster/main arm64 libhtml-tree-perl all 5.07-2 [213 kB]
10:59:33 #8 7.807 Get:157 http://deb.debian.org/debian buster/main arm64 libio-html-perl all 1.001-1 [17.6 kB]
10:59:33 #8 7.808 Get:158 http://deb.debian.org/debian buster/main arm64 liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
10:59:33 #8 7.808 Get:159 http://deb.debian.org/debian buster/main arm64 libhttp-message-perl all 6.18-1 [77.8 kB]
10:59:33 #8 7.809 Get:160 http://deb.debian.org/debian buster/main arm64 libhttp-cookies-perl all 6.04-1 [17.8 kB]
10:59:33 #8 7.810 Get:161 http://deb.debian.org/debian buster/main arm64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
10:59:33 #8 7.810 Get:162 http://deb.debian.org/debian buster/main arm64 perl-openssl-defaults arm64 3 [6782 B]
10:59:33 #8 7.815 Get:163 http://deb.debian.org/debian buster/main arm64 libnet-ssleay-perl arm64 1.85-2+b1 [303 kB]
10:59:33 #8 7.815 Get:164 http://deb.debian.org/debian buster/main arm64 libio-socket-ssl-perl all 2.060-3 [207 kB]
10:59:33 #8 7.821 Get:165 http://deb.debian.org/debian buster/main arm64 libnet-http-perl all 6.18-1 [24.5 kB]
10:59:33 #8 7.821 Get:166 http://deb.debian.org/debian buster/main arm64 liblwp-protocol-https-perl all 6.07-2 [9242 B]
10:59:33 #8 7.821 Get:167 http://deb.debian.org/debian buster/main arm64 libtry-tiny-perl all 0.30-1 [23.3 kB]
10:59:33 #8 7.821 Get:168 http://deb.debian.org/debian buster/main arm64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
10:59:33 #8 7.822 Get:169 http://deb.debian.org/debian buster/main arm64 libwww-perl all 6.36-2 [188 kB]
10:59:33 #8 7.824 Get:170 http://deb.debian.org/debian buster/main arm64 patchutils arm64 0.3.4-2 [84.7 kB]
10:59:33 #8 7.826 Get:171 http://deb.debian.org/debian buster/main arm64 wdiff arm64 1.2.2-2+b1 [121 kB]
10:59:33 #8 7.828 Get:172 http://deb.debian.org/debian buster/main arm64 devscripts arm64 2.19.5+deb10u1 [1045 kB]
10:59:33 #8 7.842 Get:173 http://deb.debian.org/debian buster/main arm64 diffstat arm64 1.62-1 [32.0 kB]
10:59:33 #8 7.842 Get:174 http://deb.debian.org/debian buster/main arm64 distro-info-data all 0.41+deb10u4 [6880 B]
10:59:33 #8 7.843 Get:175 http://deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
10:59:33 #8 7.846 Get:176 http://deb.debian.org/debian buster/main arm64 python3-chardet all 3.0.4-3 [80.5 kB]
10:59:33 #8 7.851 Get:177 http://deb.debian.org/debian buster/main arm64 python3-six all 1.12.0-1 [15.7 kB]
10:59:33 #8 7.851 Get:178 http://deb.debian.org/debian buster/main arm64 python3-debian all 0.1.35 [78.8 kB]
10:59:33 #8 7.851 Get:179 http://deb.debian.org/debian buster/main arm64 libgpgme11 arm64 1.12.0-6 [241 kB]
10:59:33 #8 7.851 Get:180 http://deb.debian.org/debian buster/main arm64 python3-gpg arm64 1.12.0-6 [292 kB]
10:59:33 #8 7.855 Get:181 http://deb.debian.org/debian buster/main arm64 dput all 1.0.3 [54.5 kB]
10:59:33 #8 7.857 Get:182 http://deb.debian.org/debian buster/main arm64 equivs all 2.2.0 [22.4 kB]
10:59:33 #8 7.857 Get:183 http://deb.debian.org/debian buster/main arm64 exim4-config all 4.92-8+deb10u6 [324 kB]
10:59:33 #8 7.862 Get:184 http://deb.debian.org/debian buster/main arm64 exim4-base arm64 4.92-8+deb10u6 [1136 kB]
10:59:33 #8 7.872 Get:185 http://deb.debian.org/debian buster/main arm64 libevent-2.1-6 arm64 2.1.8-stable-4 [150 kB]
10:59:33 #8 7.874 Get:186 http://deb.debian.org/debian buster/main arm64 libunbound8 arm64 1.9.0-2+deb10u2 [432 kB]
10:59:33 #8 7.879 Get:187 http://deb.debian.org/debian buster/main arm64 libgnutls-dane0 arm64 3.6.7-4+deb10u7 [317 kB]
10:59:33 #8 7.882 Get:188 http://deb.debian.org/debian buster/main arm64 exim4-daemon-light arm64 4.92-8+deb10u6 [557 kB]
10:59:33 #8 7.895 Get:189 http://deb.debian.org/debian buster/main arm64 libcurl3-gnutls arm64 7.64.0-4+deb10u2 [311 kB]
10:59:33 #8 7.904 Get:190 http://deb.debian.org/debian buster/main arm64 libpcre2-8-0 arm64 10.32-5 [186 kB]
10:59:33 #8 7.906 Get:191 http://deb.debian.org/debian buster/main arm64 liberror-perl all 0.17027-2 [30.9 kB]
10:59:33 #8 7.907 Get:192 http://deb.debian.org/debian buster/main arm64 git-man all 1:2.20.1-2+deb10u3 [1620 kB]
10:59:33 #8 7.925 Get:193 http://deb.debian.org/debian buster/main arm64 git arm64 1:2.20.1-2+deb10u3 [5509 kB]
10:59:33 #8 8.025 Get:194 http://deb.debian.org/debian buster/main arm64 libgc1c2 arm64 1:7.6.4-0.4 [214 kB]
10:59:33 #8 8.028 Get:195 http://deb.debian.org/debian buster/main arm64 libltdl7 arm64 2.4.6-9 [389 kB]
10:59:33 #8 8.032 Get:196 http://deb.debian.org/debian buster/main arm64 guile-2.2-libs arm64 2.2.4+1-2+deb10u1 [4938 kB]
10:59:33 #8 8.115 Get:197 http://deb.debian.org/debian buster/main arm64 iso-codes all 4.2-1 [2713 kB]
10:59:33 #8 8.161 Get:198 http://deb.debian.org/debian buster/main arm64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
10:59:33 #8 8.161 Get:199 http://deb.debian.org/debian buster/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5+b1 [11.6 kB]
10:59:33 #8 8.161 Get:200 http://deb.debian.org/debian buster/main arm64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
10:59:33 #8 8.162 Get:201 http://deb.debian.org/debian buster/main arm64 libapt-inst2.0 arm64 1.8.2.3 [202 kB]
10:59:33 #8 8.166 Get:202 http://deb.debian.org/debian buster/main arm64 libapt-pkg-perl arm64 0.1.34+b1 [68.6 kB]
10:59:33 #8 8.166 Get:203 http://deb.debian.org/debian buster/main arm64 libarchive-cpio-perl all 0.10-1 [10.3 kB]
10:59:33 #8 8.166 Get:204 http://deb.debian.org/debian buster/main arm64 libasync-mergepoint-perl all 0.04-2 [10.4 kB]
10:59:33 #8 8.167 Get:205 http://deb.debian.org/debian buster/main arm64 libauthen-sasl-perl all 2.1600-1 [50.8 kB]
10:59:33 #8 8.169 Get:206 http://deb.debian.org/debian buster/main arm64 libmodule-implementation-perl all 0.09-1 [12.9 kB]
10:59:33 #8 8.169 Get:207 http://deb.debian.org/debian buster/main arm64 libvariable-magic-perl arm64 0.62-1+b1 [44.8 kB]
10:59:33 #8 8.171 Get:208 http://deb.debian.org/debian buster/main arm64 libb-hooks-endofscope-perl all 0.24-1 [18.6 kB]
10:59:33 #8 8.172 Get:209 http://deb.debian.org/debian buster/main arm64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
10:59:33 #8 8.175 Get:210 http://deb.debian.org/debian buster/main arm64 libcgi-pm-perl all 4.40-1 [222 kB]
10:59:33 #8 8.175 Get:211 http://deb.debian.org/debian buster/main arm64 libfcgi-perl arm64 0.78-2+b3 [38.8 kB]
10:59:33 #8 8.176 Get:212 http://deb.debian.org/debian buster/main arm64 libcgi-fast-perl all 1:2.13-1 [11.4 kB]
10:59:33 #8 8.177 Get:213 http://deb.debian.org/debian buster/main arm64 libsub-name-perl arm64 0.21-1+b3 [13.4 kB]
10:59:33 #8 8.178 Get:214 http://deb.debian.org/debian buster/main arm64 libclass-accessor-perl all 0.51-1 [23.2 kB]
10:59:33 #8 8.178 Get:215 http://deb.debian.org/debian buster/main arm64 libclass-inspector-perl all 1.32-1 [19.1 kB]
10:59:33 #8 8.179 Get:216 http://deb.debian.org/debian buster/main arm64 libclass-xsaccessor-perl arm64 1.19-3+b2 [37.1 kB]
10:59:33 #8 8.180 Get:217 http://deb.debian.org/debian buster/main arm64 libclone-perl arm64 0.41-1+b1 [14.5 kB]
10:59:33 #8 8.181 Get:218 http://deb.debian.org/debian buster/main arm64 libcommon-sense-perl arm64 3.74-2+b7 [24.0 kB]
10:59:33 #8 8.182 Get:219 http://deb.debian.org/debian buster/main arm64 libparams-util-perl arm64 1.07-3+b4 [22.5 kB]
10:59:33 #8 8.183 Get:220 http://deb.debian.org/debian buster/main arm64 libsub-install-perl all 0.928-1 [11.4 kB]
10:59:33 #8 8.192 Get:221 http://deb.debian.org/debian buster/main arm64 libdata-optlist-perl all 0.110-1 [10.6 kB]
10:59:33 #8 8.193 Get:222 http://deb.debian.org/debian buster/main arm64 libsub-exporter-perl all 0.987-1 [47.2 kB]
10:59:33 #8 8.193 Get:223 http://deb.debian.org/debian buster/main arm64 libconst-fast-perl all 0.014-1 [8250 B]
10:59:33 #8 8.194 Get:224 http://deb.debian.org/debian buster/main arm64 libwant-perl arm64 0.29-1+b4 [28.5 kB]
10:59:33 #8 8.194 Get:225 http://deb.debian.org/debian buster/main arm64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
10:59:33 #8 8.195 Get:226 http://deb.debian.org/debian buster/main arm64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
10:59:33 #8 8.195 Get:227 http://deb.debian.org/debian buster/main arm64 libdata-dump-perl all 1.23-1 [29.5 kB]
10:59:33 #8 8.196 Get:228 http://deb.debian.org/debian buster/main arm64 libdigest-bubblebabble-perl all 0.02-2 [8238 B]
10:59:33 #8 8.204 Get:229 http://deb.debian.org/debian buster/main arm64 libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB]
10:59:33 #8 8.204 Get:230 http://deb.debian.org/debian buster/main arm64 libdistro-info-perl all 0.21 [6696 B]
10:59:33 #8 8.205 Get:231 http://deb.debian.org/debian buster/main arm64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
10:59:33 #8 8.205 Get:232 http://deb.debian.org/debian buster/main arm64 libmailtools-perl all 2.18-1 [88.5 kB]
10:59:33 #8 8.206 Get:233 http://deb.debian.org/debian buster/main arm64 libnet-ip-perl all 1.26-2 [29.0 kB]
10:59:33 #8 8.209 Get:234 http://deb.debian.org/debian buster/main arm64 libnet-dns-perl all 1.19-1 [372 kB]
10:59:33 #8 8.213 Get:235 http://deb.debian.org/debian buster/main arm64 libnet-domain-tld-perl all 1.75-1 [33.3 kB]
10:59:33 #8 8.220 Get:236 http://deb.debian.org/debian buster/main arm64 libemail-valid-perl all 1.202-1 [23.0 kB]
10:59:33 #8 8.222 Get:237 http://deb.debian.org/debian buster/main arm64 libexporter-tiny-perl all 1.002001-1 [36.9 kB]
10:59:33 #8 8.222 Get:238 http://deb.debian.org/debian buster/main arm64 libipc-system-simple-perl all 1.25-4 [26.5 kB]
10:59:33 #8 8.222 Get:239 http://deb.debian.org/debian buster/main arm64 libfile-basedir-perl all 0.08-1 [17.7 kB]
10:59:33 #8 8.223 Get:240 http://deb.debian.org/debian buster/main arm64 libfile-chdir-perl all 0.1008-1 [13.3 kB]
10:59:33 #8 8.224 Get:241 http://deb.debian.org/debian buster/main arm64 libfile-fcntllock-perl arm64 0.22-3+b5 [35.5 kB]
10:59:33 #8 8.225 Get:242 http://deb.debian.org/debian buster/main arm64 libfont-afm-perl all 1.20-2 [13.6 kB]
10:59:33 #8 8.226 Get:243 http://deb.debian.org/debian buster/main arm64 libfribidi0 arm64 1.0.5-3.1+deb10u1 [63.6 kB]
10:59:33 #8 8.230 Get:244 http://deb.debian.org/debian buster/main arm64 libfuture-perl all 0.39-1 [74.5 kB]
10:59:33 #8 8.255 Get:245 http://deb.debian.org/debian buster/main arm64 libio-stringy-perl all 2.111-3 [56.5 kB]
10:59:33 #8 8.262 Get:246 http://deb.debian.org/debian buster/main arm64 libparams-validate-perl arm64 1.29-1+b1 [66.3 kB]
10:59:33 #8 8.262 Get:247 http://deb.debian.org/debian buster/main arm64 libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB]
10:59:33 #8 8.262 Get:248 http://deb.debian.org/debian buster/main arm64 libsort-versions-perl all 1.62-1 [11.0 kB]
10:59:33 #8 8.262 Get:249 http://deb.debian.org/debian buster/main arm64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
10:59:33 #8 8.262 Get:250 http://deb.debian.org/debian buster/main arm64 libhttp-tiny-multipart-perl all 0.08-1 [9304 B]
10:59:33 #8 8.264 Get:251 http://deb.debian.org/debian buster/main arm64 libio-prompter-perl all 0.004015-1 [60.4 kB]
10:59:33 #8 8.266 Get:252 http://deb.debian.org/debian buster/main arm64 libjson-perl all 4.02000-1 [88.8 kB]
10:59:33 #8 8.268 Get:253 http://deb.debian.org/debian buster/main arm64 liblog-any-perl all 1.707-1 [65.2 kB]
10:59:33 #8 8.270 Get:254 http://deb.debian.org/debian buster/main arm64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
10:59:33 #8 8.270 Get:255 http://deb.debian.org/debian buster/main arm64 libpackage-stash-perl all 0.38-1 [21.7 kB]
10:59:33 #8 8.270 Get:256 http://deb.debian.org/debian buster/main arm64 libsub-identify-perl arm64 0.14-1+b1 [12.0 kB]
10:59:33 #8 8.271 Get:257 http://deb.debian.org/debian buster/main arm64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
10:59:33 #8 8.274 Get:258 http://deb.debian.org/debian buster/main arm64 libpath-tiny-perl all 0.108-1 [53.3 kB]
10:59:33 #8 8.276 Get:259 http://deb.debian.org/debian buster/main arm64 libtype-tiny-perl all 1.004004-1 [266 kB]
10:59:33 #8 8.279 Get:260 http://deb.debian.org/debian buster/main arm64 libgitlab-api-v4-perl all 0.16-1 [69.9 kB]
10:59:33 #8 8.283 Get:261 http://deb.debian.org/debian buster/main arm64 libglib2.0-data all 2.58.3-2+deb10u3 [1111 kB]
10:59:33 #8 8.312 Get:262 http://deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB]
10:59:33 #8 8.329 Get:263 http://deb.debian.org/debian buster/main arm64 libidn11 arm64 1.33-2.2 [113 kB]
10:59:33 #8 8.334 Get:264 http://deb.debian.org/debian buster/main arm64 libntlm0 arm64 1.5-1+deb10u1 [23.6 kB]
10:59:33 #8 8.339 Get:265 http://deb.debian.org/debian-security buster/updates/main arm64 libgsasl7 arm64 1.8.0-8+deb10u1 [203 kB]
10:59:33 #8 8.343 Get:266 http://deb.debian.org/debian buster/main arm64 libhtml-form-perl all 6.03-1 [23.9 kB]
10:59:33 #8 8.357 Get:267 http://deb.debian.org/debian buster/main arm64 libhtml-format-perl all 2.12-1 [43.5 kB]
10:59:34 #8 8.359 Get:268 http://deb.debian.org/debian buster/main arm64 libhttp-daemon-perl all 6.01-3 [16.6 kB]
10:59:34 #8 8.365 Get:269 http://deb.debian.org/debian buster/main arm64 libstruct-dumb-perl all 0.09-1 [11.1 kB]
10:59:34 #8 8.367 Get:270 http://deb.debian.org/debian buster/main arm64 libio-async-perl all 0.72-1 [262 kB]
10:59:34 #8 8.383 Get:271 http://deb.debian.org/debian buster/main arm64 libio-sessiondata-perl all 1.03-1 [5782 B]
10:59:34 #8 8.385 Get:272 http://deb.debian.org/debian buster/main arm64 libio-string-perl all 1.08-3 [12.3 kB]
10:59:34 #8 8.401 Get:273 http://deb.debian.org/debian buster/main arm64 libtypes-serialiser-perl all 1.0-1 [12.7 kB]
10:59:34 #8 8.402 Get:274 http://deb.debian.org/debian buster/main arm64 libjson-xs-perl arm64 3.040-1+b1 [90.2 kB]
10:59:34 #8 8.403 Get:275 http://deb.debian.org/debian buster/main arm64 liblzo2-2 arm64 2.10-0.1 [49.0 kB]
10:59:34 #8 8.407 Get:276 http://deb.debian.org/debian buster/main arm64 libkyotocabinet16v5 arm64 1.2.76-4.2+b1 [267 kB]
10:59:34 #8 8.407 Get:277 http://deb.debian.org/debian buster/main arm64 liblist-compare-perl all 0.53-1 [68.9 kB]
10:59:34 #8 8.416 Get:278 http://deb.debian.org/debian buster/main arm64 liblist-moreutils-perl arm64 0.416-1+b4 [62.4 kB]
10:59:34 #8 8.416 Get:279 http://deb.debian.org/debian buster/main arm64 libltdl-dev arm64 2.4.6-9 [162 kB]
10:59:34 #8 8.418 Get:280 http://deb.debian.org/debian buster/main arm64 libsys-hostname-long-perl all 1.5-1 [12.0 kB]
10:59:34 #8 8.427 Get:281 http://deb.debian.org/debian buster/main arm64 libmail-sendmail-perl all 0.80-1 [25.3 kB]
10:59:34 #8 8.427 Get:282 http://deb.debian.org/debian buster/main arm64 mailutils-common all 1:3.5-4 [689 kB]
10:59:34 #8 8.428 Get:283 http://deb.debian.org/debian buster/main arm64 mysql-common all 5.8+1.0.5 [7324 B]
10:59:34 #8 8.429 Get:284 http://deb.debian.org/debian buster/main arm64 mariadb-common all 1:10.3.34-0+deb10u1 [33.0 kB]
10:59:34 #8 8.430 Get:285 http://deb.debian.org/debian buster/main arm64 libmariadb3 arm64 1:10.3.34-0+deb10u1 [163 kB]
10:59:34 #8 8.432 Get:286 http://deb.debian.org/debian buster/main arm64 libpython2.7-minimal arm64 2.7.16-2+deb10u1 [395 kB]
10:59:34 #8 8.436 Get:287 http://deb.debian.org/debian buster/main arm64 libpython2.7-stdlib arm64 2.7.16-2+deb10u1 [1890 kB]
10:59:34 #8 8.469 Get:288 http://deb.debian.org/debian buster/main arm64 libpython2.7 arm64 2.7.16-2+deb10u1 [958 kB]
10:59:34 #8 8.483 Get:289 http://deb.debian.org/debian buster/main arm64 libmailutils5 arm64 1:3.5-4 [829 kB]
10:59:34 #8 8.488 Get:290 http://deb.debian.org/debian buster/main arm64 libmime-tools-perl all 5.509-1 [212 kB]
10:59:34 #8 8.491 Get:291 http://deb.debian.org/debian buster/main arm64 libnet-dns-sec-perl arm64 1.11-1 [47.7 kB]
10:59:34 #8 8.499 Get:292 http://deb.debian.org/debian buster/main arm64 libnet-libidn-perl arm64 0.12.ds-3+b1 [18.7 kB]
10:59:34 #8 8.500 Get:293 http://deb.debian.org/debian buster/main arm64 libnumber-compare-perl all 0.03-1 [7642 B]
10:59:34 #8 8.500 Get:294 http://deb.debian.org/debian buster/main arm64 libnumber-range-perl all 0.12-1 [9274 B]
10:59:34 #8 8.503 Get:295 http://deb.debian.org/debian buster/main arm64 libossp-uuid16 arm64 1.6.2-1.5+b7 [41.8 kB]
10:59:34 #8 8.503 Get:296 http://deb.debian.org/debian buster/main arm64 libossp-uuid-perl arm64 1.6.2-1.5+b7 [28.8 kB]
10:59:34 #8 8.504 Get:297 http://deb.debian.org/debian buster/main arm64 libpackage-stash-xs-perl arm64 0.29-1 [19.7 kB]
10:59:34 #8 8.506 Get:298 http://deb.debian.org/debian buster/main arm64 libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB]
10:59:34 #8 8.507 Get:299 http://deb.debian.org/debian buster/main arm64 libtext-glob-perl all 0.10-1 [8362 B]
10:59:34 #8 8.509 Get:300 http://deb.debian.org/debian buster/main arm64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
10:59:34 #8 8.510 Get:301 http://deb.debian.org/debian buster/main arm64 libperlio-gzip-perl arm64 0.19-1+b5 [17.2 kB]
10:59:34 #8 8.511 Get:302 http://deb.debian.org/debian buster/main arm64 libpod-constants-perl all 0.19-1 [16.9 kB]
10:59:34 #8 8.512 Get:303 http://deb.debian.org/debian buster/main arm64 libreadonly-perl all 2.050-1 [22.7 kB]
10:59:34 #8 8.513 Get:304 http://deb.debian.org/debian buster/main arm64 libref-util-perl all 0.204-1 [17.1 kB]
10:59:34 #8 8.515 Get:305 http://deb.debian.org/debian buster/main arm64 libref-util-xs-perl arm64 0.117-1+b1 [13.8 kB]
10:59:34 #8 8.516 Get:306 http://deb.debian.org/debian buster/main arm64 libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB]
10:59:34 #8 8.519 Get:307 http://deb.debian.org/debian buster/main arm64 libsasl2-modules arm64 2.1.27+dfsg-1+deb10u2 [102 kB]
10:59:34 #8 8.521 Get:308 http://deb.debian.org/debian buster/main arm64 libsereal-decoder-perl arm64 4.005+ds-1+b1 [88.1 kB]
10:59:34 #8 8.526 Get:309 http://deb.debian.org/debian buster/main arm64 libsereal-encoder-perl arm64 4.005+ds-1+b1 [89.4 kB]
10:59:34 #8 8.528 Get:310 http://deb.debian.org/debian buster/main arm64 libsereal-perl all 4.005-1 [10.8 kB]
10:59:34 #8 8.529 Get:311 http://deb.debian.org/debian buster/main arm64 libtask-weaken-perl all 1.06-1 [9252 B]
10:59:34 #8 8.531 Get:312 http://deb.debian.org/debian buster/main arm64 libxml-parser-perl arm64 2.44-4 [212 kB]
10:59:34 #8 8.535 Get:313 http://deb.debian.org/debian buster/main arm64 libsoap-lite-perl all 1.27-1 [258 kB]
10:59:34 #8 8.539 Get:314 http://deb.debian.org/debian buster/main arm64 libsort-key-perl arm64 1.33-2+b1 [36.3 kB]
10:59:34 #8 8.541 Get:315 http://deb.debian.org/debian buster/main arm64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
10:59:34 #8 8.541 Get:316 http://deb.debian.org/debian buster/main arm64 libstring-escape-perl all 2010.002-2 [19.1 kB]
10:59:34 #8 8.542 Get:317 http://deb.debian.org/debian buster/main arm64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
10:59:34 #8 8.544 Get:318 http://deb.debian.org/debian buster/main arm64 libterm-readkey-perl arm64 2.38-1 [27.0 kB]
10:59:34 #8 8.546 Get:319 http://deb.debian.org/debian buster/main arm64 libtest-fatal-perl all 0.014-1 [11.9 kB]
10:59:34 #8 8.547 Get:320 http://deb.debian.org/debian buster/main arm64 libtest-refcount-perl all 0.08-3 [11.4 kB]
10:59:34 #8 8.548 Get:321 http://deb.debian.org/debian buster/main arm64 libtext-levenshtein-perl all 0.13-1 [11.1 kB]
10:59:34 #8 8.549 Get:322 http://deb.debian.org/debian buster/main arm64 libtype-tiny-xs-perl arm64 0.014-1+b1 [23.7 kB]
10:59:34 #8 8.552 Get:323 http://deb.debian.org/debian buster/main arm64 libunicode-utf8-perl arm64 0.62-1 [19.6 kB]
10:59:34 #8 8.553 Get:324 http://deb.debian.org/debian buster/main arm64 libwrap0 arm64 7.6.q-28 [58.4 kB]
10:59:34 #8 8.560 Get:325 http://deb.debian.org/debian buster/main arm64 libxau6 arm64 1:1.0.8-1+b2 [19.3 kB]
10:59:34 #8 8.565 Get:326 http://deb.debian.org/debian buster/main arm64 libxdmcp6 arm64 1:1.1.2-3 [25.4 kB]
10:59:34 #8 8.565 Get:327 http://deb.debian.org/debian buster/main arm64 libxcb1 arm64 1.13.1-2 [135 kB]
10:59:34 #8 8.567 Get:328 http://deb.debian.org/debian buster/main arm64 libx11-data all 2:1.6.7-1+deb10u2 [299 kB]
10:59:34 #8 8.575 Get:329 http://deb.debian.org/debian buster/main arm64 libx11-6 arm64 2:1.6.7-1+deb10u2 [736 kB]
10:59:34 #8 8.579 Get:330 http://deb.debian.org/debian buster/main arm64 libxext6 arm64 2:1.3.3-1+b2 [48.6 kB]
10:59:34 #8 8.580 Get:331 http://deb.debian.org/debian buster/main arm64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
10:59:34 #8 8.583 Get:332 http://deb.debian.org/debian buster/main arm64 libxml-sax-base-perl all 1.09-1 [20.4 kB]
10:59:34 #8 8.583 Get:333 http://deb.debian.org/debian buster/main arm64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
10:59:34 #8 8.583 Get:334 http://deb.debian.org/debian buster/main arm64 libxml-libxml-perl arm64 2.0134+dfsg-1 [334 kB]
10:59:34 #8 8.586 Get:335 http://deb.debian.org/debian buster/main arm64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
10:59:34 #8 8.587 Get:336 http://deb.debian.org/debian buster/main arm64 libxml-simple-perl all 2.25-1 [72.0 kB]
10:59:34 #8 8.590 Get:337 http://deb.debian.org/debian buster/main arm64 libxmlrpc-lite-perl all 0.717-2 [22.3 kB]
10:59:34 #8 8.590 Get:338 http://deb.debian.org/debian buster/main arm64 libxmuu1 arm64 2:1.1.2-2+b3 [24.1 kB]
10:59:34 #8 8.590 Get:339 http://deb.debian.org/debian buster/main arm64 libyaml-0-2 arm64 0.2.1-1 [41.4 kB]
10:59:34 #8 8.591 Get:340 http://deb.debian.org/debian buster/main arm64 libyaml-libyaml-perl arm64 0.76+repack-1 [32.0 kB]
10:59:34 #8 8.591 Get:341 http://deb.debian.org/debian buster/main arm64 licensecheck all 3.0.31-3 [28.3 kB]
10:59:34 #8 8.592 Get:342 http://deb.debian.org/debian buster/main arm64 t1utils arm64 1.41-3 [59.7 kB]
10:59:34 #8 8.593 Get:343 http://deb.debian.org/debian buster/main arm64 lintian all 2.15.0 [1181 kB]
10:59:34 #8 8.606 Get:344 http://deb.debian.org/debian buster/main arm64 lsb-release all 10.2019051400 [27.5 kB]
10:59:34 #8 8.607 Get:345 http://deb.debian.org/debian buster/main arm64 mailutils arm64 1:3.5-4 [570 kB]
10:59:34 #8 8.616 Get:346 http://deb.debian.org/debian buster/main arm64 manpages-dev all 4.16-2 [2232 kB]
10:59:34 #8 8.634 Get:347 http://deb.debian.org/debian buster/main arm64 psmisc arm64 23.2-1+deb10u1 [123 kB]
10:59:34 #8 8.636 Get:348 http://deb.debian.org/debian buster/main arm64 publicsuffix all 20211109.1735-0+deb10u1 [125 kB]
10:59:34 #8 8.639 Get:349 http://deb.debian.org/debian buster/main arm64 python-apt-common all 1.8.4.3 [96.3 kB]
10:59:34 #8 8.643 Get:350 http://deb.debian.org/debian buster/main arm64 python3-apt arm64 1.8.4.3 [179 kB]
10:59:34 #8 8.645 Get:351 http://deb.debian.org/debian buster/main arm64 python3-certifi all 2018.8.24-1 [140 kB]
10:59:34 #8 8.648 Get:352 http://deb.debian.org/debian buster/main arm64 python3-idna all 2.6-1 [34.3 kB]
10:59:34 #8 8.649 Get:353 http://deb.debian.org/debian buster/main arm64 python3-magic all 2:0.4.15-2 [9256 B]
10:59:34 #8 8.650 Get:354 http://deb.debian.org/debian buster/main arm64 python3-urllib3 all 1.24.1-1 [97.1 kB]
10:59:34 #8 8.651 Get:355 http://deb.debian.org/debian buster/main arm64 python3-requests all 2.21.0-1 [66.9 kB]
10:59:34 #8 8.653 Get:356 http://deb.debian.org/debian buster/main arm64 python3-unidiff all 0.5.4-1 [7506 B]
10:59:34 #8 8.653 Get:357 http://deb.debian.org/debian buster/main arm64 python3-xdg all 0.25-5 [35.9 kB]
10:59:34 #8 8.654 Get:358 http://deb.debian.org/debian buster/main arm64 shared-mime-info arm64 1.10-1 [764 kB]
10:59:34 #8 8.663 Get:359 http://deb.debian.org/debian buster/main arm64 strace arm64 4.26-0.2 [803 kB]
10:59:34 #8 8.671 Get:360 http://deb.debian.org/debian buster/main arm64 unzip arm64 6.0-23+deb10u2 [166 kB]
10:59:34 #8 8.673 Get:361 http://deb.debian.org/debian buster/main arm64 xauth arm64 1:1.0.10-1 [38.2 kB]
10:59:34 #8 8.674 Get:362 http://deb.debian.org/debian buster/main arm64 xdg-user-dirs arm64 0.17-2 [53.2 kB]
10:59:34 #8 8.911 debconf: delaying package configuration, since apt-utils is not installed
10:59:34 #8 8.935 Fetched 162 MB in 3s (52.0 MB/s)
10:59:34 #8 8.959 Selecting previously unselected package sensible-utils.
10:59:34 #8 8.959 (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 ... 6670 files and directories currently installed.)
10:59:34 #8 8.962 Preparing to unpack .../00-sensible-utils_0.0.12_all.deb ...
10:59:34 #8 8.966 Unpacking sensible-utils (0.0.12) ...
10:59:34 #8 8.998 Selecting previously unselected package lsb-base.
10:59:34 #8 8.998 Preparing to unpack .../01-lsb-base_10.2019051400_all.deb ...
10:59:34 #8 9.002 Unpacking lsb-base (10.2019051400) ...
10:59:34 #8 9.040 Selecting previously unselected package cron.
10:59:34 #8 9.040 Preparing to unpack .../02-cron_3.0pl1-134+deb10u1_arm64.deb ...
10:59:34 #8 9.043 Unpacking cron (3.0pl1-134+deb10u1) ...
10:59:34 #8 9.090 Selecting previously unselected package libbsd0:arm64.
10:59:34 #8 9.090 Preparing to unpack .../03-libbsd0_0.9.1-2+deb10u1_arm64.deb ...
10:59:34 #8 9.097 Unpacking libbsd0:arm64 (0.9.1-2+deb10u1) ...
10:59:34 #8 9.164 Selecting previously unselected package bsdmainutils.
10:59:34 #8 9.164 Preparing to unpack .../04-bsdmainutils_11.1.2+b1_arm64.deb ...
10:59:34 #8 9.179 Unpacking bsdmainutils (11.1.2+b1) ...
10:59:34 #8 9.257 Selecting previously unselected package libuchardet0:arm64.
10:59:34 #8 9.257 Preparing to unpack .../05-libuchardet0_0.0.6-3_arm64.deb ...
10:59:34 #8 9.261 Unpacking libuchardet0:arm64 (0.0.6-3) ...
10:59:34 #8 9.298 Selecting previously unselected package groff-base.
10:59:34 #8 9.298 Preparing to unpack .../06-groff-base_1.22.4-3+deb10u1_arm64.deb ...
10:59:34 #8 9.303 Unpacking groff-base (1.22.4-3+deb10u1) ...
10:59:35 #8 9.442 Selecting previously unselected package libgdbm6:arm64.
10:59:35 #8 9.442 Preparing to unpack .../07-libgdbm6_1.18.1-4_arm64.deb ...
10:59:35 #8 9.446 Unpacking libgdbm6:arm64 (1.18.1-4) ...
10:59:35 #8 9.485 Selecting previously unselected package libpipeline1:arm64.
10:59:35 #8 9.485 Preparing to unpack .../08-libpipeline1_1.5.1-2_arm64.deb ...
10:59:35 #8 9.487 Unpacking libpipeline1:arm64 (1.5.1-2) ...
10:59:35 #8 9.533 Selecting previously unselected package man-db.
10:59:35 #8 9.533 Preparing to unpack .../09-man-db_2.8.5-2_arm64.deb ...
10:59:35 #8 9.539 Unpacking man-db (2.8.5-2) ...
10:59:35 #8 9.715 Selecting previously unselected package perl-modules-5.28.
10:59:35 #8 9.715 Preparing to unpack .../10-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
10:59:35 #8 9.718 Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
10:59:35 #8 10.28 Selecting previously unselected package libgdbm-compat4:arm64.
10:59:35 #8 10.28 Preparing to unpack .../11-libgdbm-compat4_1.18.1-4_arm64.deb ...
10:59:35 #8 10.29 Unpacking libgdbm-compat4:arm64 (1.18.1-4) ...
10:59:35 #8 10.33 Selecting previously unselected package libperl5.28:arm64.
10:59:35 #8 10.33 Preparing to unpack .../12-libperl5.28_5.28.1-6+deb10u1_arm64.deb ...
10:59:35 #8 10.33 Unpacking libperl5.28:arm64 (5.28.1-6+deb10u1) ...
10:59:36 #8 10.94 Selecting previously unselected package perl.
10:59:36 #8 10.94 Preparing to unpack .../13-perl_5.28.1-6+deb10u1_arm64.deb ...
10:59:36 #8 10.95 Unpacking perl (5.28.1-6+deb10u1) ...
10:59:36 #8 11.01 Selecting previously unselected package liblocale-gettext-perl.
10:59:36 #8 11.01 Preparing to unpack .../14-liblocale-gettext-perl_1.07-3+b4_arm64.deb ...
10:59:36 #8 11.01 Unpacking liblocale-gettext-perl (1.07-3+b4) ...
10:59:36 #8 11.06 Selecting previously unselected package libssl1.1:arm64.
10:59:36 #8 11.06 Preparing to unpack .../15-libssl1.1_1.1.1n-0+deb10u3_arm64.deb ...
10:59:36 #8 11.06 Unpacking libssl1.1:arm64 (1.1.1n-0+deb10u3) ...
10:59:36 #8 11.39 Selecting previously unselected package libpython3.7-minimal:arm64.
10:59:36 #8 11.39 Preparing to unpack .../16-libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
10:59:37 #8 11.40 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
10:59:37 #8 11.57 Selecting previously unselected package libexpat1:arm64.
10:59:37 #8 11.57 Preparing to unpack .../17-libexpat1_2.2.6-2+deb10u4_arm64.deb ...
10:59:37 #8 11.57 Unpacking libexpat1:arm64 (2.2.6-2+deb10u4) ...
10:59:37 #8 11.67 Selecting previously unselected package python3.7-minimal.
10:59:37 #8 11.67 Preparing to unpack .../18-python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
10:59:37 #8 11.74 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
10:59:37 #8 12.09 Setting up libssl1.1:arm64 (1.1.1n-0+deb10u3) ...
10:59:37 #8 12.31 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
10:59:37 #8 12.39 Setting up libexpat1:arm64 (2.2.6-2+deb10u4) ...
10:59:38 #8 12.47 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
10:59:38 #8 13.09 Selecting previously unselected package python3-minimal.
10:59:38 #8 13.09 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9600 files and directories currently installed.)
10:59:38 #8 13.10 Preparing to unpack .../0-python3-minimal_3.7.3-1_arm64.deb ...
10:59:38 #8 13.10 Unpacking python3-minimal (3.7.3-1) ...
10:59:38 #8 13.14 Selecting previously unselected package mime-support.
10:59:38 #8 13.15 Preparing to unpack .../1-mime-support_3.62_all.deb ...
10:59:38 #8 13.15 Unpacking mime-support (3.62) ...
10:59:38 #8 13.20 Selecting previously unselected package libmpdec2:arm64.
10:59:38 #8 13.20 Preparing to unpack .../2-libmpdec2_2.4.2-2_arm64.deb ...
10:59:38 #8 13.21 Unpacking libmpdec2:arm64 (2.4.2-2) ...
10:59:38 #8 13.28 Selecting previously unselected package readline-common.
10:59:38 #8 13.28 Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
10:59:38 #8 13.29 Unpacking readline-common (7.0-5) ...
10:59:38 #8 13.33 Selecting previously unselected package libreadline7:arm64.
10:59:38 #8 13.33 Preparing to unpack .../4-libreadline7_7.0-5_arm64.deb ...
10:59:38 #8 13.34 Unpacking libreadline7:arm64 (7.0-5) ...
10:59:38 #8 13.39 Selecting previously unselected package libsqlite3-0:arm64.
10:59:38 #8 13.39 Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u1_arm64.deb ...
10:59:38 #8 13.39 Unpacking libsqlite3-0:arm64 (3.27.2-3+deb10u1) ...
10:59:38 #8 13.48 Selecting previously unselected package libpython3.7-stdlib:arm64.
10:59:38 #8 13.48 Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ...
10:59:38 #8 13.48 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
10:59:39 #8 ...
10:59:39 
10:59:39 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
10:59:39 #13 sha256:80f656a7fc0c9a56c0414b52b580ece15446fcb75b09b6f4b150b0c6e61b42d0
10:59:39 #13 extracting sha256:398b1e36d304ceef7f3f72eb14b2500a2e24ef9f40710c1c09b0c7e46c0946e3 5.8s done
10:59:39 #13 extracting sha256:2af36d48bd2b561139df983cd4f373a63969c05069fa366b3aa84dcaf42c4329 done
10:59:39 #13 DONE 17.7s
10:59:39 
10:59:39 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
10:59:39 #8 sha256:330541f93dae841eedf5fe5f9bc84bfb28f9e28a12e0aba544e075f1e2d1d214
10:59:39 #8 13.66 Selecting previously unselected package python3.7.
10:59:39 #8 13.66 Preparing to unpack .../7-python3.7_3.7.3-2+deb10u3_arm64.deb ...
10:59:39 #8 13.67 Unpacking python3.7 (3.7.3-2+deb10u3) ...
10:59:39 #8 13.72 Selecting previously unselected package libpython3-stdlib:arm64.
10:59:39 #8 13.72 Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_arm64.deb ...
10:59:39 #8 13.72 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
10:59:39 #8 13.77 Setting up python3-minimal (3.7.3-1) ...
10:59:39 #8 14.00 Selecting previously unselected package python3.
10:59:39 #8 14.00 (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 ... 10069 files and directories currently installed.)
10:59:39 #8 14.01 Preparing to unpack .../000-python3_3.7.3-1_arm64.deb ...
10:59:39 #8 14.02 Unpacking python3 (3.7.3-1) ...
10:59:39 #8 14.10 Selecting previously unselected package libassuan0:arm64.
10:59:39 #8 14.10 Preparing to unpack .../001-libassuan0_2.5.2-1_arm64.deb ...
10:59:39 #8 14.10 Unpacking libassuan0:arm64 (2.5.2-1) ...
10:59:39 #8 14.14 Selecting previously unselected package gpgconf.
10:59:39 #8 14.14 Preparing to unpack .../002-gpgconf_2.2.12-1+deb10u2_arm64.deb ...
10:59:39 #8 14.14 Unpacking gpgconf (2.2.12-1+deb10u2) ...
10:59:39 #8 14.21 Selecting previously unselected package libksba8:arm64.
10:59:39 #8 14.21 Preparing to unpack .../003-libksba8_1.3.5-2_arm64.deb ...
10:59:39 #8 14.21 Unpacking libksba8:arm64 (1.3.5-2) ...
10:59:39 #8 14.24 Selecting previously unselected package libsasl2-modules-db:arm64.
10:59:39 #8 14.25 Preparing to unpack .../004-libsasl2-modules-db_2.1.27+dfsg-1+deb10u2_arm64.deb ...
10:59:39 #8 14.25 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ...
10:59:39 #8 14.28 Selecting previously unselected package libsasl2-2:arm64.
10:59:39 #8 14.28 Preparing to unpack .../005-libsasl2-2_2.1.27+dfsg-1+deb10u2_arm64.deb ...
10:59:39 #8 14.29 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ...
10:59:40 #8 14.33 Selecting previously unselected package libldap-common.
10:59:40 #8 14.33 Preparing to unpack .../006-libldap-common_2.4.47+dfsg-3+deb10u7_all.deb ...
10:59:40 #8 14.33 Unpacking libldap-common (2.4.47+dfsg-3+deb10u7) ...
10:59:40 #8 14.38 Selecting previously unselected package libldap-2.4-2:arm64.
10:59:40 #8 14.38 Preparing to unpack .../007-libldap-2.4-2_2.4.47+dfsg-3+deb10u7_arm64.deb ...
10:59:40 #8 14.38 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ...
10:59:40 #8 14.44 Selecting previously unselected package libnpth0:arm64.
10:59:40 #8 14.44 Preparing to unpack .../008-libnpth0_1.6-1_arm64.deb ...
10:59:40 #8 14.45 Unpacking libnpth0:arm64 (1.6-1) ...
10:59:40 #8 14.50 Selecting previously unselected package dirmngr.
10:59:40 #8 14.50 Preparing to unpack .../009-dirmngr_2.2.12-1+deb10u2_arm64.deb ...
10:59:40 #8 14.52 Unpacking dirmngr (2.2.12-1+deb10u2) ...
10:59:40 #8 14.83 Selecting previously unselected package gnupg-l10n.
10:59:40 #8 14.83 Preparing to unpack .../010-gnupg-l10n_2.2.12-1+deb10u2_all.deb ...
10:59:40 #8 14.84 Unpacking gnupg-l10n (2.2.12-1+deb10u2) ...
10:59:40 #8 15.05 Selecting previously unselected package gnupg-utils.
10:59:40 #8 15.05 Preparing to unpack .../011-gnupg-utils_2.2.12-1+deb10u2_arm64.deb ...
10:59:40 #8 15.08 Unpacking gnupg-utils (2.2.12-1+deb10u2) ...
10:59:40 #8 15.19 Selecting previously unselected package gpg.
10:59:40 #8 15.19 Preparing to unpack .../012-gpg_2.2.12-1+deb10u2_arm64.deb ...
10:59:40 #8 15.19 Unpacking gpg (2.2.12-1+deb10u2) ...
10:59:40 #8 15.29 Selecting previously unselected package pinentry-curses.
10:59:40 #8 15.29 Preparing to unpack .../013-pinentry-curses_1.1.0-2_arm64.deb ...
10:59:40 #8 15.30 Unpacking pinentry-curses (1.1.0-2) ...
10:59:40 #8 15.35 Selecting previously unselected package gpg-agent.
10:59:40 #8 15.35 Preparing to unpack .../014-gpg-agent_2.2.12-1+deb10u2_arm64.deb ...
10:59:40 #8 15.36 Unpacking gpg-agent (2.2.12-1+deb10u2) ...
10:59:41 #8 15.46 Selecting previously unselected package gpg-wks-client.
10:59:41 #8 15.46 Preparing to unpack .../015-gpg-wks-client_2.2.12-1+deb10u2_arm64.deb ...
10:59:41 #8 15.47 Unpacking gpg-wks-client (2.2.12-1+deb10u2) ...
10:59:41 #8 15.52 Selecting previously unselected package gpg-wks-server.
10:59:41 #8 15.52 Preparing to unpack .../016-gpg-wks-server_2.2.12-1+deb10u2_arm64.deb ...
10:59:41 #8 15.53 Unpacking gpg-wks-server (2.2.12-1+deb10u2) ...
10:59:41 #8 15.60 Selecting previously unselected package gpgsm.
10:59:41 #8 15.60 Preparing to unpack .../017-gpgsm_2.2.12-1+deb10u2_arm64.deb ...
10:59:41 #8 15.60 Unpacking gpgsm (2.2.12-1+deb10u2) ...
10:59:41 #8 15.65 Selecting previously unselected package gnupg.
10:59:41 #8 15.65 Preparing to unpack .../018-gnupg_2.2.12-1+deb10u2_all.deb ...
10:59:41 #8 15.65 Unpacking gnupg (2.2.12-1+deb10u2) ...
10:59:41 #8 15.71 Selecting previously unselected package less.
10:59:41 #8 15.71 Preparing to unpack .../019-less_487-0.1+b1_arm64.deb ...
10:59:41 #8 15.71 Unpacking less (487-0.1+b1) ...
10:59:41 #8 15.75 Selecting previously unselected package netbase.
10:59:41 #8 15.75 Preparing to unpack .../020-netbase_5.6_all.deb ...
10:59:41 #8 15.76 Unpacking netbase (5.6) ...
10:59:41 #8 15.78 Selecting previously unselected package bzip2.
10:59:41 #8 15.79 Preparing to unpack .../021-bzip2_1.0.6-9.2~deb10u1_arm64.deb ...
10:59:41 #8 15.79 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
10:59:41 #8 15.82 Selecting previously unselected package libmagic-mgc.
10:59:41 #8 15.82 Preparing to unpack .../022-libmagic-mgc_1%3a5.35-4+deb10u2_arm64.deb ...
10:59:41 #8 15.82 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
10:59:41 #8 15.88 Selecting previously unselected package libmagic1:arm64.
10:59:41 #8 15.88 Preparing to unpack .../023-libmagic1_1%3a5.35-4+deb10u2_arm64.deb ...
10:59:41 #8 15.89 Unpacking libmagic1:arm64 (1:5.35-4+deb10u2) ...
10:59:41 #8 15.92 Selecting previously unselected package file.
10:59:41 #8 15.92 Preparing to unpack .../024-file_1%3a5.35-4+deb10u2_arm64.deb ...
10:59:41 #8 15.92 Unpacking file (1:5.35-4+deb10u2) ...
10:59:41 #8 15.95 Selecting previously unselected package gettext-base.
10:59:41 #8 15.96 Preparing to unpack .../025-gettext-base_0.19.8.1-9_arm64.deb ...
10:59:41 #8 15.96 Unpacking gettext-base (0.19.8.1-9) ...
10:59:41 #8 16.00 Selecting previously unselected package krb5-locales.
10:59:41 #8 16.00 Preparing to unpack .../026-krb5-locales_1.17-3+deb10u3_all.deb ...
10:59:41 #8 16.00 Unpacking krb5-locales (1.17-3+deb10u3) ...
10:59:41 #8 16.04 Selecting previously unselected package libicu63:arm64.
10:59:41 #8 16.04 Preparing to unpack .../027-libicu63_63.1-6+deb10u3_arm64.deb ...
10:59:41 #8 16.04 Unpacking libicu63:arm64 (63.1-6+deb10u3) ...
10:59:42 #8 16.69 Selecting previously unselected package libxml2:arm64.
10:59:42 #8 16.69 Preparing to unpack .../028-libxml2_2.9.4+dfsg1-7+deb10u4_arm64.deb ...
10:59:42 #8 16.70 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u4) ...
10:59:42 #8 16.77 Selecting previously unselected package manpages.
10:59:42 #8 16.77 Preparing to unpack .../029-manpages_4.16-2_all.deb ...
10:59:42 #8 16.77 Unpacking manpages (4.16-2) ...
10:59:42 #8 16.88 Selecting previously unselected package libedit2:arm64.
10:59:42 #8 16.88 Preparing to unpack .../030-libedit2_3.1-20181209-1_arm64.deb ...
10:59:42 #8 16.88 Unpacking libedit2:arm64 (3.1-20181209-1) ...
10:59:42 #8 16.92 Selecting previously unselected package libkeyutils1:arm64.
10:59:42 #8 16.92 Preparing to unpack .../031-libkeyutils1_1.6-6_arm64.deb ...
10:59:42 #8 16.92 Unpacking libkeyutils1:arm64 (1.6-6) ...
10:59:42 #8 16.95 Selecting previously unselected package libkrb5support0:arm64.
10:59:42 #8 16.95 Preparing to unpack .../032-libkrb5support0_1.17-3+deb10u3_arm64.deb ...
10:59:42 #8 16.96 Unpacking libkrb5support0:arm64 (1.17-3+deb10u3) ...
10:59:42 #8 16.99 Selecting previously unselected package libk5crypto3:arm64.
10:59:42 #8 16.99 Preparing to unpack .../033-libk5crypto3_1.17-3+deb10u3_arm64.deb ...
10:59:42 #8 16.99 Unpacking libk5crypto3:arm64 (1.17-3+deb10u3) ...
10:59:42 #8 17.03 Selecting previously unselected package libkrb5-3:arm64.
10:59:42 #8 17.03 Preparing to unpack .../034-libkrb5-3_1.17-3+deb10u3_arm64.deb ...
10:59:42 #8 17.04 Unpacking libkrb5-3:arm64 (1.17-3+deb10u3) ...
10:59:42 #8 17.10 Selecting previously unselected package libgssapi-krb5-2:arm64.
10:59:42 #8 17.10 Preparing to unpack .../035-libgssapi-krb5-2_1.17-3+deb10u3_arm64.deb ...
10:59:42 #8 17.10 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u3) ...
10:59:42 #8 17.15 Selecting previously unselected package openssh-client.
10:59:42 #8 17.15 Preparing to unpack .../036-openssh-client_1%3a7.9p1-10+deb10u2_arm64.deb ...
10:59:42 #8 17.16 Unpacking openssh-client (1:7.9p1-10+deb10u2) ...
10:59:42 #8 17.24 Selecting previously unselected package ucf.
10:59:42 #8 17.24 Preparing to unpack .../037-ucf_3.0038+nmu1_all.deb ...
10:59:43 #8 17.25 Moving old data out of the way
10:59:43 #8 17.25 Unpacking ucf (3.0038+nmu1) ...
10:59:43 #8 17.28 Selecting previously unselected package xz-utils.
10:59:43 #8 17.28 Preparing to unpack .../038-xz-utils_5.2.4-1+deb10u1_arm64.deb ...
10:59:43 #8 17.29 Unpacking xz-utils (5.2.4-1+deb10u1) ...
10:59:43 #8 17.33 Selecting previously unselected package libfl2:arm64.
10:59:43 #8 17.33 Preparing to unpack .../039-libfl2_2.6.4-6.2_arm64.deb ...
10:59:43 #8 17.33 Unpacking libfl2:arm64 (2.6.4-6.2) ...
10:59:43 #8 17.37 Selecting previously unselected package at.
10:59:43 #8 17.37 Preparing to unpack .../040-at_3.1.23-1_arm64.deb ...
10:59:43 #8 17.38 Unpacking at (3.1.23-1) ...
10:59:43 #8 17.41 Selecting previously unselected package libsigsegv2:arm64.
10:59:43 #8 17.41 Preparing to unpack .../041-libsigsegv2_2.12-2_arm64.deb ...
10:59:43 #8 17.42 Unpacking libsigsegv2:arm64 (2.12-2) ...
10:59:43 #8 17.44 Selecting previously unselected package m4.
10:59:43 #8 17.44 Preparing to unpack .../042-m4_1.4.18-2_arm64.deb ...
10:59:43 #8 17.45 Unpacking m4 (1.4.18-2) ...
10:59:43 #8 17.49 Selecting previously unselected package autoconf.
10:59:43 #8 17.49 Preparing to unpack .../043-autoconf_2.69-11_all.deb ...
10:59:43 #8 17.49 Unpacking autoconf (2.69-11) ...
10:59:43 #8 17.54 Selecting previously unselected package autotools-dev.
10:59:43 #8 17.55 Preparing to unpack .../044-autotools-dev_20180224.1_all.deb ...
10:59:43 #8 17.55 Unpacking autotools-dev (20180224.1) ...
10:59:43 #8 17.58 Selecting previously unselected package automake.
10:59:43 #8 17.58 Preparing to unpack .../045-automake_1%3a1.16.1-4_all.deb ...
10:59:43 #8 17.59 Unpacking automake (1:1.16.1-4) ...
10:59:43 #8 17.65 Selecting previously unselected package autopoint.
10:59:43 #8 17.66 Preparing to unpack .../046-autopoint_0.19.8.1-9_all.deb ...
10:59:43 #8 17.66 Unpacking autopoint (0.19.8.1-9) ...
10:59:43 #8 17.69 Selecting previously unselected package binutils-common:arm64.
10:59:43 #8 17.69 Preparing to unpack .../047-binutils-common_2.31.1-16_arm64.deb ...
10:59:43 #8 17.69 Unpacking binutils-common:arm64 (2.31.1-16) ...
10:59:43 #8 17.89 Selecting previously unselected package libbinutils:arm64.
10:59:43 #8 17.89 Preparing to unpack .../048-libbinutils_2.31.1-16_arm64.deb ...
10:59:43 #8 17.90 Unpacking libbinutils:arm64 (2.31.1-16) ...
10:59:43 #8 17.96 Selecting previously unselected package binutils-aarch64-linux-gnu.
10:59:43 #8 17.96 Preparing to unpack .../049-binutils-aarch64-linux-gnu_2.31.1-16_arm64.deb ...
10:59:43 #8 17.96 Unpacking binutils-aarch64-linux-gnu (2.31.1-16) ...
10:59:43 #8 18.20 Selecting previously unselected package binutils.
10:59:43 #8 18.20 Preparing to unpack .../050-binutils_2.31.1-16_arm64.deb ...
10:59:43 #8 18.20 Unpacking binutils (2.31.1-16) ...
10:59:43 #8 18.23 Selecting previously unselected package libc-dev-bin.
10:59:43 #8 18.23 Preparing to unpack .../051-libc-dev-bin_2.28-10+deb10u1_arm64.deb ...
10:59:43 #8 18.24 Unpacking libc-dev-bin (2.28-10+deb10u1) ...
10:59:43 #8 18.27 Selecting previously unselected package linux-libc-dev:arm64.
10:59:43 #8 18.27 Preparing to unpack .../052-linux-libc-dev_4.19.249-2_arm64.deb ...
10:59:43 #8 18.27 Unpacking linux-libc-dev:arm64 (4.19.249-2) ...
10:59:44 #8 18.41 Selecting previously unselected package libc6-dev:arm64.
10:59:44 #8 18.41 Preparing to unpack .../053-libc6-dev_2.28-10+deb10u1_arm64.deb ...
10:59:44 #8 18.41 Unpacking libc6-dev:arm64 (2.28-10+deb10u1) ...
10:59:44 #8 18.65 Selecting previously unselected package libisl19:arm64.
10:59:44 #8 18.65 Preparing to unpack .../054-libisl19_0.20-2_arm64.deb ...
10:59:44 #8 18.66 Unpacking libisl19:arm64 (0.20-2) ...
10:59:44 #8 18.73 Selecting previously unselected package libmpfr6:arm64.
10:59:44 #8 18.73 Preparing to unpack .../055-libmpfr6_4.0.2-1_arm64.deb ...
10:59:44 #8 18.73 Unpacking libmpfr6:arm64 (4.0.2-1) ...
10:59:44 #8 18.78 Selecting previously unselected package libmpc3:arm64.
10:59:44 #8 18.78 Preparing to unpack .../056-libmpc3_1.1.0-1_arm64.deb ...
10:59:44 #8 18.79 Unpacking libmpc3:arm64 (1.1.0-1) ...
10:59:44 #8 18.81 Selecting previously unselected package cpp-8.
10:59:44 #8 18.81 Preparing to unpack .../057-cpp-8_8.3.0-6_arm64.deb ...
10:59:44 #8 18.82 Unpacking cpp-8 (8.3.0-6) ...
10:59:44 #8 19.38 Selecting previously unselected package cpp.
10:59:45 #8 19.38 Preparing to unpack .../058-cpp_4%3a8.3.0-1_arm64.deb ...
10:59:45 #8 19.38 Unpacking cpp (4:8.3.0-1) ...
10:59:45 #8 19.41 Selecting previously unselected package libcc1-0:arm64.
10:59:45 #8 19.41 Preparing to unpack .../059-libcc1-0_8.3.0-6_arm64.deb ...
10:59:45 #8 19.42 Unpacking libcc1-0:arm64 (8.3.0-6) ...
10:59:45 #8 19.45 Selecting previously unselected package libgomp1:arm64.
10:59:45 #8 19.46 Preparing to unpack .../060-libgomp1_8.3.0-6_arm64.deb ...
10:59:45 #8 19.46 Unpacking libgomp1:arm64 (8.3.0-6) ...
10:59:45 #8 19.50 Selecting previously unselected package libitm1:arm64.
10:59:45 #8 19.50 Preparing to unpack .../061-libitm1_8.3.0-6_arm64.deb ...
10:59:45 #8 19.50 Unpacking libitm1:arm64 (8.3.0-6) ...
10:59:45 #8 19.54 Selecting previously unselected package libatomic1:arm64.
10:59:45 #8 19.54 Preparing to unpack .../062-libatomic1_8.3.0-6_arm64.deb ...
10:59:45 #8 19.55 Unpacking libatomic1:arm64 (8.3.0-6) ...
10:59:45 #8 19.58 Selecting previously unselected package libasan5:arm64.
10:59:45 #8 19.58 Preparing to unpack .../063-libasan5_8.3.0-6_arm64.deb ...
10:59:45 #8 19.58 Unpacking libasan5:arm64 (8.3.0-6) ...
10:59:45 #8 19.64 Selecting previously unselected package liblsan0:arm64.
10:59:45 #8 19.64 Preparing to unpack .../064-liblsan0_8.3.0-6_arm64.deb ...
10:59:45 #8 19.64 Unpacking liblsan0:arm64 (8.3.0-6) ...
10:59:45 #8 19.68 Selecting previously unselected package libtsan0:arm64.
10:59:45 #8 19.68 Preparing to unpack .../065-libtsan0_8.3.0-6_arm64.deb ...
10:59:45 #8 19.69 Unpacking libtsan0:arm64 (8.3.0-6) ...
10:59:45 #8 19.74 Selecting previously unselected package libubsan1:arm64.
10:59:45 #8 19.74 Preparing to unpack .../066-libubsan1_8.3.0-6_arm64.deb ...
10:59:45 #8 19.74 Unpacking libubsan1:arm64 (8.3.0-6) ...
10:59:45 #8 19.78 Selecting previously unselected package libgcc-8-dev:arm64.
10:59:45 #8 19.78 Preparing to unpack .../067-libgcc-8-dev_8.3.0-6_arm64.deb ...
10:59:45 #8 19.78 Unpacking libgcc-8-dev:arm64 (8.3.0-6) ...
10:59:45 #8 19.89 Selecting previously unselected package gcc-8.
10:59:45 #8 19.89 Preparing to unpack .../068-gcc-8_8.3.0-6_arm64.deb ...
10:59:45 #8 19.90 Unpacking gcc-8 (8.3.0-6) ...
10:59:46 #8 20.49 Selecting previously unselected package gcc.
10:59:46 #8 20.50 Preparing to unpack .../069-gcc_4%3a8.3.0-1_arm64.deb ...
10:59:46 #8 20.50 Unpacking gcc (4:8.3.0-1) ...
10:59:46 #8 20.53 Selecting previously unselected package libstdc++-8-dev:arm64.
10:59:46 #8 20.53 Preparing to unpack .../070-libstdc++-8-dev_8.3.0-6_arm64.deb ...
10:59:46 #8 20.53 Unpacking libstdc++-8-dev:arm64 (8.3.0-6) ...
10:59:46 #8 20.73 Selecting previously unselected package g++-8.
10:59:46 #8 20.73 Preparing to unpack .../071-g++-8_8.3.0-6_arm64.deb ...
10:59:46 #8 20.73 Unpacking g++-8 (8.3.0-6) ...
10:59:47 #8 21.35 Selecting previously unselected package g++.
10:59:47 #8 21.35 Preparing to unpack .../072-g++_4%3a8.3.0-1_arm64.deb ...
10:59:47 #8 21.36 Unpacking g++ (4:8.3.0-1) ...
10:59:47 #8 21.38 Selecting previously unselected package make.
10:59:47 #8 21.38 Preparing to unpack .../073-make_4.2.1-1.2_arm64.deb ...
10:59:47 #8 21.39 Unpacking make (4.2.1-1.2) ...
10:59:47 #8 21.44 Selecting previously unselected package libdpkg-perl.
10:59:47 #8 21.44 Preparing to unpack .../074-libdpkg-perl_1.19.8_all.deb ...
10:59:47 #8 21.44 Unpacking libdpkg-perl (1.19.8) ...
10:59:47 #8 21.50 Selecting previously unselected package patch.
10:59:47 #8 21.51 Preparing to unpack .../075-patch_2.7.6-3+deb10u1_arm64.deb ...
10:59:47 #8 21.51 Unpacking patch (2.7.6-3+deb10u1) ...
10:59:47 #8 21.54 Selecting previously unselected package dpkg-dev.
10:59:47 #8 21.54 Preparing to unpack .../076-dpkg-dev_1.19.8_all.deb ...
10:59:47 #8 21.55 Unpacking dpkg-dev (1.19.8) ...
10:59:47 #8 21.64 Selecting previously unselected package build-essential.
10:59:47 #8 21.64 Preparing to unpack .../077-build-essential_12.6_arm64.deb ...
10:59:47 #8 21.64 Unpacking build-essential (12.6) ...
10:59:47 #8 21.67 Selecting previously unselected package openssl.
10:59:47 #8 21.67 Preparing to unpack .../078-openssl_1.1.1n-0+deb10u3_arm64.deb ...
10:59:47 #8 21.67 Unpacking openssl (1.1.1n-0+deb10u3) ...
10:59:47 #8 21.77 Selecting previously unselected package ca-certificates.
10:59:47 #8 21.77 Preparing to unpack .../079-ca-certificates_20200601~deb10u2_all.deb ...
10:59:47 #8 21.77 Unpacking ca-certificates (20200601~deb10u2) ...
10:59:47 #8 21.82 Selecting previously unselected package libnghttp2-14:arm64.
10:59:47 #8 21.82 Preparing to unpack .../080-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ...
10:59:47 #8 21.83 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
10:59:47 #8 21.87 Selecting previously unselected package libpsl5:arm64.
10:59:47 #8 21.87 Preparing to unpack .../081-libpsl5_0.20.2-2_arm64.deb ...
10:59:47 #8 21.87 Unpacking libpsl5:arm64 (0.20.2-2) ...
10:59:47 #8 21.91 Selecting previously unselected package librtmp1:arm64.
10:59:47 #8 21.91 Preparing to unpack .../082-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ...
10:59:47 #8 21.91 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
10:59:47 #8 21.95 Selecting previously unselected package libssh2-1:arm64.
10:59:47 #8 21.95 Preparing to unpack .../083-libssh2-1_1.8.0-2.1_arm64.deb ...
10:59:47 #8 21.95 Unpacking libssh2-1:arm64 (1.8.0-2.1) ...
10:59:47 #8 22.00 Selecting previously unselected package libcurl4:arm64.
10:59:47 #8 22.00 Preparing to unpack .../084-libcurl4_7.64.0-4+deb10u2_arm64.deb ...
10:59:47 #8 22.01 Unpacking libcurl4:arm64 (7.64.0-4+deb10u2) ...
10:59:47 #8 22.05 Selecting previously unselected package curl.
10:59:47 #8 22.05 Preparing to unpack .../085-curl_7.64.0-4+deb10u2_arm64.deb ...
10:59:47 #8 22.06 Unpacking curl (7.64.0-4+deb10u2) ...
10:59:47 #8 22.11 Selecting previously unselected package dctrl-tools.
10:59:47 #8 22.11 Preparing to unpack .../086-dctrl-tools_2.24-3_arm64.deb ...
10:59:47 #8 22.12 Unpacking dctrl-tools (2.24-3) ...
10:59:47 #8 22.15 Selecting previously unselected package libtool.
10:59:47 #8 22.15 Preparing to unpack .../087-libtool_2.4.6-9_all.deb ...
10:59:47 #8 22.15 Unpacking libtool (2.4.6-9) ...
10:59:47 #8 22.20 Selecting previously unselected package dh-autoreconf.
10:59:47 #8 22.20 Preparing to unpack .../088-dh-autoreconf_19_all.deb ...
10:59:47 #8 22.21 Unpacking dh-autoreconf (19) ...
10:59:47 #8 22.23 Selecting previously unselected package libarchive-zip-perl.
10:59:47 #8 22.24 Preparing to unpack .../089-libarchive-zip-perl_1.64-1_all.deb ...
10:59:47 #8 22.24 Unpacking libarchive-zip-perl (1.64-1) ...
10:59:47 #8 22.27 Selecting previously unselected package libfile-stripnondeterminism-perl.
10:59:47 #8 22.27 Preparing to unpack .../090-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
10:59:47 #8 22.28 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
10:59:47 #8 22.30 Selecting previously unselected package dh-strip-nondeterminism.
10:59:47 #8 22.30 Preparing to unpack .../091-dh-strip-nondeterminism_1.1.2-1_all.deb ...
10:59:47 #8 22.31 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
10:59:47 #8 22.33 Selecting previously unselected package dwz.
10:59:47 #8 22.33 Preparing to unpack .../092-dwz_0.12-3_arm64.deb ...
10:59:48 #8 22.34 Unpacking dwz (0.12-3) ...
10:59:48 #8 22.38 Selecting previously unselected package libglib2.0-0:arm64.
10:59:48 #8 22.38 Preparing to unpack .../093-libglib2.0-0_2.58.3-2+deb10u3_arm64.deb ...
10:59:48 #8 22.39 Unpacking libglib2.0-0:arm64 (2.58.3-2+deb10u3) ...
10:59:48 #8 22.50 Selecting previously unselected package libcroco3:arm64.
10:59:48 #8 22.50 Preparing to unpack .../094-libcroco3_0.6.12-3_arm64.deb ...
10:59:48 #8 22.50 Unpacking libcroco3:arm64 (0.6.12-3) ...
10:59:48 #8 22.54 Selecting previously unselected package libncurses6:arm64.
10:59:48 #8 22.55 Preparing to unpack .../095-libncurses6_6.1+20181013-2+deb10u2_arm64.deb ...
10:59:48 #8 22.55 Unpacking libncurses6:arm64 (6.1+20181013-2+deb10u2) ...
10:59:48 #8 22.58 Selecting previously unselected package gettext.
10:59:48 #8 22.58 Preparing to unpack .../096-gettext_0.19.8.1-9_arm64.deb ...
10:59:48 #8 22.59 Unpacking gettext (0.19.8.1-9) ...
10:59:48 #8 22.71 Selecting previously unselected package intltool-debian.
10:59:48 #8 22.71 Preparing to unpack .../097-intltool-debian_0.35.0+20060710.5_all.deb ...
10:59:48 #8 22.71 Unpacking intltool-debian (0.35.0+20060710.5) ...
10:59:48 #8 22.74 Selecting previously unselected package po-debconf.
10:59:48 #8 22.74 Preparing to unpack .../098-po-debconf_1.0.21_all.deb ...
10:59:48 #8 22.74 Unpacking po-debconf (1.0.21) ...
10:59:48 #8 22.79 Selecting previously unselected package debhelper.
10:59:48 #8 22.79 Preparing to unpack .../099-debhelper_12.1.1_all.deb ...
10:59:48 #8 22.79 Unpacking debhelper (12.1.1) ...
10:59:48 #8 22.89 Selecting previously unselected package debian-keyring.
10:59:48 #8 22.89 Preparing to unpack .../100-debian-keyring_2019.02.25_all.deb ...
10:59:48 #8 22.90 Unpacking debian-keyring (2019.02.25) ...
10:59:51 #8 24.98 Selecting previously unselected package libfakeroot:arm64.
10:59:51 #8 24.98 Preparing to unpack .../101-libfakeroot_1.23-1_arm64.deb ...
10:59:51 #8 24.98 Unpacking libfakeroot:arm64 (1.23-1) ...
10:59:51 #8 25.01 Selecting previously unselected package fakeroot.
10:59:51 #8 25.01 Preparing to unpack .../102-fakeroot_1.23-1_arm64.deb ...
10:59:51 #8 25.02 Unpacking fakeroot (1.23-1) ...
10:59:51 #8 25.05 Selecting previously unselected package libfile-which-perl.
10:59:51 #8 25.05 Preparing to unpack .../103-libfile-which-perl_1.23-1_all.deb ...
10:59:51 #8 25.06 Unpacking libfile-which-perl (1.23-1) ...
10:59:51 #8 25.08 Selecting previously unselected package libfile-homedir-perl.
10:59:51 #8 25.08 Preparing to unpack .../104-libfile-homedir-perl_1.004-1_all.deb ...
10:59:51 #8 25.09 Unpacking libfile-homedir-perl (1.004-1) ...
10:59:51 #8 25.12 Selecting previously unselected package libio-pty-perl.
10:59:51 #8 25.12 Preparing to unpack .../105-libio-pty-perl_1%3a1.08-1.1+b5_arm64.deb ...
10:59:51 #8 25.12 Unpacking libio-pty-perl (1:1.08-1.1+b5) ...
10:59:51 #8 25.15 Selecting previously unselected package libipc-run-perl.
10:59:51 #8 25.15 Preparing to unpack .../106-libipc-run-perl_20180523.0-1_all.deb ...
10:59:51 #8 25.15 Unpacking libipc-run-perl (20180523.0-1) ...
10:59:51 #8 25.19 Selecting previously unselected package libclass-method-modifiers-perl.
10:59:51 #8 25.19 Preparing to unpack .../107-libclass-method-modifiers-perl_2.12-1_all.deb ...
10:59:51 #8 25.19 Unpacking libclass-method-modifiers-perl (2.12-1) ...
10:59:51 #8 25.22 Selecting previously unselected package libsub-exporter-progressive-perl.
10:59:51 #8 25.22 Preparing to unpack .../108-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
10:59:51 #8 25.22 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
10:59:51 #8 25.25 Selecting previously unselected package libdevel-globaldestruction-perl.
10:59:51 #8 25.25 Preparing to unpack .../109-libdevel-globaldestruction-perl_0.14-1_all.deb ...
10:59:51 #8 25.25 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
10:59:51 #8 25.28 Selecting previously unselected package libb-hooks-op-check-perl.
10:59:51 #8 25.28 Preparing to unpack .../110-libb-hooks-op-check-perl_0.22-1+b1_arm64.deb ...
10:59:51 #8 25.28 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
10:59:51 #8 25.31 Selecting previously unselected package libdynaloader-functions-perl.
10:59:51 #8 25.31 Preparing to unpack .../111-libdynaloader-functions-perl_0.003-1_all.deb ...
10:59:51 #8 25.31 Unpacking libdynaloader-functions-perl (0.003-1) ...
10:59:51 #8 25.34 Selecting previously unselected package libdevel-callchecker-perl.
10:59:51 #8 25.34 Preparing to unpack .../112-libdevel-callchecker-perl_0.008-1_arm64.deb ...
10:59:51 #8 25.34 Unpacking libdevel-callchecker-perl (0.008-1) ...
10:59:51 #8 25.37 Selecting previously unselected package libparams-classify-perl.
10:59:51 #8 25.37 Preparing to unpack .../113-libparams-classify-perl_0.015-1+b1_arm64.deb ...
10:59:51 #8 25.38 Unpacking libparams-classify-perl (0.015-1+b1) ...
10:59:51 #8 25.41 Selecting previously unselected package libmodule-runtime-perl.
10:59:51 #8 25.41 Preparing to unpack .../114-libmodule-runtime-perl_0.016-1_all.deb ...
10:59:51 #8 25.41 Unpacking libmodule-runtime-perl (0.016-1) ...
10:59:51 #8 25.44 Selecting previously unselected package libimport-into-perl.
10:59:51 #8 25.44 Preparing to unpack .../115-libimport-into-perl_1.002005-1_all.deb ...
10:59:51 #8 25.45 Unpacking libimport-into-perl (1.002005-1) ...
10:59:51 #8 25.48 Selecting previously unselected package librole-tiny-perl.
10:59:51 #8 25.48 Preparing to unpack .../116-librole-tiny-perl_2.000006-1_all.deb ...
10:59:51 #8 25.49 Unpacking librole-tiny-perl (2.000006-1) ...
10:59:51 #8 25.52 Selecting previously unselected package libstrictures-perl.
10:59:51 #8 25.52 Preparing to unpack .../117-libstrictures-perl_2.000005-1_all.deb ...
10:59:51 #8 25.52 Unpacking libstrictures-perl (2.000005-1) ...
10:59:51 #8 25.55 Selecting previously unselected package libsub-quote-perl.
10:59:51 #8 25.55 Preparing to unpack .../118-libsub-quote-perl_2.005001-1_all.deb ...
10:59:51 #8 25.55 Unpacking libsub-quote-perl (2.005001-1) ...
10:59:51 #8 25.58 Selecting previously unselected package libmoo-perl.
10:59:51 #8 25.59 Preparing to unpack .../119-libmoo-perl_2.003004-2_all.deb ...
10:59:51 #8 25.59 Unpacking libmoo-perl (2.003004-2) ...
10:59:51 #8 25.62 Selecting previously unselected package libencode-locale-perl.
10:59:51 #8 25.62 Preparing to unpack .../120-libencode-locale-perl_1.05-1_all.deb ...
10:59:51 #8 25.63 Unpacking libencode-locale-perl (1.05-1) ...
10:59:51 #8 25.65 Selecting previously unselected package libtimedate-perl.
10:59:51 #8 25.66 Preparing to unpack .../121-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
10:59:51 #8 25.66 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
10:59:51 #8 25.69 Selecting previously unselected package libhttp-date-perl.
10:59:51 #8 25.69 Preparing to unpack .../122-libhttp-date-perl_6.02-1_all.deb ...
10:59:51 #8 25.70 Unpacking libhttp-date-perl (6.02-1) ...
10:59:51 #8 25.73 Selecting previously unselected package libfile-listing-perl.
10:59:51 #8 25.73 Preparing to unpack .../123-libfile-listing-perl_6.04-1_all.deb ...
10:59:51 #8 25.73 Unpacking libfile-listing-perl (6.04-1) ...
10:59:51 #8 25.76 Selecting previously unselected package libhtml-tagset-perl.
10:59:51 #8 25.76 Preparing to unpack .../124-libhtml-tagset-perl_3.20-3_all.deb ...
10:59:51 #8 25.77 Unpacking libhtml-tagset-perl (3.20-3) ...
10:59:51 #8 25.80 Selecting previously unselected package liburi-perl.
10:59:51 #8 25.80 Preparing to unpack .../125-liburi-perl_1.76-1_all.deb ...
10:59:51 #8 25.80 Unpacking liburi-perl (1.76-1) ...
10:59:51 #8 25.84 Selecting previously unselected package libhtml-parser-perl.
10:59:51 #8 25.84 Preparing to unpack .../126-libhtml-parser-perl_3.72-3+b3_arm64.deb ...
10:59:51 #8 25.84 Unpacking libhtml-parser-perl (3.72-3+b3) ...
10:59:51 #8 25.88 Selecting previously unselected package libhtml-tree-perl.
10:59:51 #8 25.88 Preparing to unpack .../127-libhtml-tree-perl_5.07-2_all.deb ...
10:59:51 #8 25.88 Unpacking libhtml-tree-perl (5.07-2) ...
10:59:51 #8 25.92 Selecting previously unselected package libio-html-perl.
10:59:51 #8 25.93 Preparing to unpack .../128-libio-html-perl_1.001-1_all.deb ...
10:59:51 #8 25.93 Unpacking libio-html-perl (1.001-1) ...
10:59:51 #8 25.96 Selecting previously unselected package liblwp-mediatypes-perl.
10:59:51 #8 25.96 Preparing to unpack .../129-liblwp-mediatypes-perl_6.02-1_all.deb ...
10:59:51 #8 25.96 Unpacking liblwp-mediatypes-perl (6.02-1) ...
10:59:51 #8 25.99 Selecting previously unselected package libhttp-message-perl.
10:59:51 #8 25.99 Preparing to unpack .../130-libhttp-message-perl_6.18-1_all.deb ...
10:59:51 #8 26.00 Unpacking libhttp-message-perl (6.18-1) ...
10:59:51 #8 26.03 Selecting previously unselected package libhttp-cookies-perl.
10:59:51 #8 26.03 Preparing to unpack .../131-libhttp-cookies-perl_6.04-1_all.deb ...
10:59:51 #8 26.03 Unpacking libhttp-cookies-perl (6.04-1) ...
10:59:51 #8 26.06 Selecting previously unselected package libhttp-negotiate-perl.
10:59:51 #8 26.06 Preparing to unpack .../132-libhttp-negotiate-perl_6.01-1_all.deb ...
10:59:51 #8 26.07 Unpacking libhttp-negotiate-perl (6.01-1) ...
10:59:51 #8 26.10 Selecting previously unselected package perl-openssl-defaults:arm64.
10:59:51 #8 26.10 Preparing to unpack .../133-perl-openssl-defaults_3_arm64.deb ...
10:59:51 #8 26.10 Unpacking perl-openssl-defaults:arm64 (3) ...
10:59:51 #8 26.13 Selecting previously unselected package libnet-ssleay-perl.
10:59:51 #8 26.13 Preparing to unpack .../134-libnet-ssleay-perl_1.85-2+b1_arm64.deb ...
10:59:51 #8 26.14 Unpacking libnet-ssleay-perl (1.85-2+b1) ...
10:59:51 #8 26.19 Selecting previously unselected package libio-socket-ssl-perl.
10:59:51 #8 26.19 Preparing to unpack .../135-libio-socket-ssl-perl_2.060-3_all.deb ...
10:59:51 #8 26.20 Unpacking libio-socket-ssl-perl (2.060-3) ...
10:59:51 #8 26.24 Selecting previously unselected package libnet-http-perl.
10:59:51 #8 26.24 Preparing to unpack .../136-libnet-http-perl_6.18-1_all.deb ...
10:59:51 #8 26.25 Unpacking libnet-http-perl (6.18-1) ...
10:59:51 #8 26.28 Selecting previously unselected package liblwp-protocol-https-perl.
10:59:51 #8 26.28 Preparing to unpack .../137-liblwp-protocol-https-perl_6.07-2_all.deb ...
10:59:51 #8 26.28 Unpacking liblwp-protocol-https-perl (6.07-2) ...
10:59:51 #8 26.31 Selecting previously unselected package libtry-tiny-perl.
10:59:52 #8 26.31 Preparing to unpack .../138-libtry-tiny-perl_0.30-1_all.deb ...
10:59:52 #8 26.31 Unpacking libtry-tiny-perl (0.30-1) ...
10:59:52 #8 26.34 Selecting previously unselected package libwww-robotrules-perl.
10:59:52 #8 26.34 Preparing to unpack .../139-libwww-robotrules-perl_6.02-1_all.deb ...
10:59:52 #8 26.35 Unpacking libwww-robotrules-perl (6.02-1) ...
10:59:52 #8 26.38 Selecting previously unselected package libwww-perl.
10:59:52 #8 26.38 Preparing to unpack .../140-libwww-perl_6.36-2_all.deb ...
10:59:52 #8 26.39 Unpacking libwww-perl (6.36-2) ...
10:59:52 #8 26.43 Selecting previously unselected package patchutils.
10:59:52 #8 26.43 Preparing to unpack .../141-patchutils_0.3.4-2_arm64.deb ...
10:59:52 #8 26.44 Unpacking patchutils (0.3.4-2) ...
10:59:52 #8 26.48 Selecting previously unselected package wdiff.
10:59:52 #8 26.48 Preparing to unpack .../142-wdiff_1.2.2-2+b1_arm64.deb ...
10:59:52 #8 26.48 Unpacking wdiff (1.2.2-2+b1) ...
10:59:52 #8 26.53 Selecting previously unselected package devscripts.
10:59:52 #8 26.53 Preparing to unpack .../143-devscripts_2.19.5+deb10u1_arm64.deb ...
10:59:52 #8 26.56 Unpacking devscripts (2.19.5+deb10u1) ...
10:59:52 #8 26.67 Selecting previously unselected package diffstat.
10:59:52 #8 26.67 Preparing to unpack .../144-diffstat_1.62-1_arm64.deb ...
10:59:52 #8 26.68 Unpacking diffstat (1.62-1) ...
10:59:52 #8 26.71 Selecting previously unselected package distro-info-data.
10:59:52 #8 26.71 Preparing to unpack .../145-distro-info-data_0.41+deb10u4_all.deb ...
10:59:52 #8 26.71 Unpacking distro-info-data (0.41+deb10u4) ...
10:59:52 #8 26.74 Selecting previously unselected package python3-pkg-resources.
10:59:52 #8 26.74 Preparing to unpack .../146-python3-pkg-resources_40.8.0-1_all.deb ...
10:59:52 #8 26.75 Unpacking python3-pkg-resources (40.8.0-1) ...
10:59:52 #8 26.79 Selecting previously unselected package python3-chardet.
10:59:52 #8 26.79 Preparing to unpack .../147-python3-chardet_3.0.4-3_all.deb ...
10:59:52 #8 26.79 Unpacking python3-chardet (3.0.4-3) ...
10:59:52 #8 26.83 Selecting previously unselected package python3-six.
10:59:52 #8 26.83 Preparing to unpack .../148-python3-six_1.12.0-1_all.deb ...
10:59:52 #8 26.84 Unpacking python3-six (1.12.0-1) ...
10:59:52 #8 26.87 Selecting previously unselected package python3-debian.
10:59:52 #8 26.87 Preparing to unpack .../149-python3-debian_0.1.35_all.deb ...
10:59:52 #8 26.87 Unpacking python3-debian (0.1.35) ...
10:59:52 #8 26.91 Selecting previously unselected package libgpgme11:arm64.
10:59:52 #8 26.91 Preparing to unpack .../150-libgpgme11_1.12.0-6_arm64.deb ...
10:59:52 #8 26.92 Unpacking libgpgme11:arm64 (1.12.0-6) ...
10:59:52 #8 26.96 Selecting previously unselected package python3-gpg.
10:59:52 #8 26.97 Preparing to unpack .../151-python3-gpg_1.12.0-6_arm64.deb ...
10:59:52 #8 26.97 Unpacking python3-gpg (1.12.0-6) ...
10:59:52 #8 27.13 Selecting previously unselected package dput.
10:59:52 #8 27.14 Preparing to unpack .../152-dput_1.0.3_all.deb ...
10:59:52 #8 27.14 Unpacking dput (1.0.3) ...
10:59:52 #8 27.18 Selecting previously unselected package equivs.
10:59:52 #8 27.18 Preparing to unpack .../153-equivs_2.2.0_all.deb ...
10:59:52 #8 27.18 Unpacking equivs (2.2.0) ...
10:59:52 #8 27.29 Selecting previously unselected package exim4-config.
10:59:53 #8 27.30 Preparing to unpack .../154-exim4-config_4.92-8+deb10u6_all.deb ...
10:59:53 #8 27.30 Unpacking exim4-config (4.92-8+deb10u6) ...
10:59:53 #8 27.35 Selecting previously unselected package exim4-base.
10:59:53 #8 27.36 Preparing to unpack .../155-exim4-base_4.92-8+deb10u6_arm64.deb ...
10:59:53 #8 27.36 Unpacking exim4-base (4.92-8+deb10u6) ...
10:59:53 #8 27.43 Selecting previously unselected package libevent-2.1-6:arm64.
10:59:53 #8 27.44 Preparing to unpack .../156-libevent-2.1-6_2.1.8-stable-4_arm64.deb ...
10:59:53 #8 27.44 Unpacking libevent-2.1-6:arm64 (2.1.8-stable-4) ...
10:59:53 #8 27.48 Selecting previously unselected package libunbound8:arm64.
10:59:53 #8 27.48 Preparing to unpack .../157-libunbound8_1.9.0-2+deb10u2_arm64.deb ...
10:59:53 #8 27.49 Unpacking libunbound8:arm64 (1.9.0-2+deb10u2) ...
10:59:53 #8 27.56 Selecting previously unselected package libgnutls-dane0:arm64.
10:59:53 #8 27.56 Preparing to unpack .../158-libgnutls-dane0_3.6.7-4+deb10u7_arm64.deb ...
10:59:53 #8 27.56 Unpacking libgnutls-dane0:arm64 (3.6.7-4+deb10u7) ...
10:59:53 #8 27.60 Selecting previously unselected package exim4-daemon-light.
10:59:53 #8 27.60 Preparing to unpack .../159-exim4-daemon-light_4.92-8+deb10u6_arm64.deb ...
10:59:53 #8 27.61 Unpacking exim4-daemon-light (4.92-8+deb10u6) ...
10:59:53 #8 27.69 Selecting previously unselected package libcurl3-gnutls:arm64.
10:59:53 #8 27.69 Preparing to unpack .../160-libcurl3-gnutls_7.64.0-4+deb10u2_arm64.deb ...
10:59:53 #8 27.70 Unpacking libcurl3-gnutls:arm64 (7.64.0-4+deb10u2) ...
10:59:53 #8 27.76 Selecting previously unselected package libpcre2-8-0:arm64.
10:59:53 #8 27.76 Preparing to unpack .../161-libpcre2-8-0_10.32-5_arm64.deb ...
10:59:53 #8 27.76 Unpacking libpcre2-8-0:arm64 (10.32-5) ...
10:59:53 #8 27.80 Selecting previously unselected package liberror-perl.
10:59:53 #8 27.81 Preparing to unpack .../162-liberror-perl_0.17027-2_all.deb ...
10:59:53 #8 27.81 Unpacking liberror-perl (0.17027-2) ...
10:59:53 #8 27.84 Selecting previously unselected package git-man.
10:59:53 #8 27.84 Preparing to unpack .../163-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
10:59:53 #8 27.85 Unpacking git-man (1:2.20.1-2+deb10u3) ...
10:59:53 #8 27.95 Selecting previously unselected package git.
10:59:53 #8 27.95 Preparing to unpack .../164-git_1%3a2.20.1-2+deb10u3_arm64.deb ...
10:59:53 #8 27.97 Unpacking git (1:2.20.1-2+deb10u3) ...
10:59:54 #8 28.46 Selecting previously unselected package libgc1c2:arm64.
10:59:54 #8 28.46 Preparing to unpack .../165-libgc1c2_1%3a7.6.4-0.4_arm64.deb ...
10:59:54 #8 28.46 Unpacking libgc1c2:arm64 (1:7.6.4-0.4) ...
10:59:54 #8 28.51 Selecting previously unselected package libltdl7:arm64.
10:59:54 #8 28.51 Preparing to unpack .../166-libltdl7_2.4.6-9_arm64.deb ...
10:59:54 #8 28.51 Unpacking libltdl7:arm64 (2.4.6-9) ...
10:59:54 #8 28.55 Selecting previously unselected package guile-2.2-libs:arm64.
10:59:54 #8 28.56 Preparing to unpack .../167-guile-2.2-libs_2.2.4+1-2+deb10u1_arm64.deb ...
10:59:54 #8 28.60 Unpacking guile-2.2-libs:arm64 (2.2.4+1-2+deb10u1) ...
10:59:54 #8 29.10 Selecting previously unselected package iso-codes.
10:59:54 #8 29.10 Preparing to unpack .../168-iso-codes_4.2-1_all.deb ...
10:59:54 #8 29.11 Unpacking iso-codes (4.2-1) ...
10:59:54 #8 29.46 Selecting previously unselected package libalgorithm-diff-perl.
10:59:54 #8 29.46 Preparing to unpack .../169-libalgorithm-diff-perl_1.19.03-2_all.deb ...
10:59:54 #8 29.46 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
10:59:54 #8 29.49 Selecting previously unselected package libalgorithm-diff-xs-perl.
10:59:54 #8 29.50 Preparing to unpack .../170-libalgorithm-diff-xs-perl_0.04-5+b1_arm64.deb ...
10:59:54 #8 29.50 Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
10:59:54 #8 29.53 Selecting previously unselected package libalgorithm-merge-perl.
10:59:55 #8 29.53 Preparing to unpack .../171-libalgorithm-merge-perl_0.08-3_all.deb ...
10:59:55 #8 29.53 Unpacking libalgorithm-merge-perl (0.08-3) ...
10:59:55 #8 29.57 Selecting previously unselected package libapt-inst2.0:arm64.
10:59:55 #8 29.57 Preparing to unpack .../172-libapt-inst2.0_1.8.2.3_arm64.deb ...
10:59:55 #8 29.57 Unpacking libapt-inst2.0:arm64 (1.8.2.3) ...
10:59:55 #8 29.61 Selecting previously unselected package libapt-pkg-perl.
10:59:55 #8 29.62 Preparing to unpack .../173-libapt-pkg-perl_0.1.34+b1_arm64.deb ...
10:59:55 #8 29.62 Unpacking libapt-pkg-perl (0.1.34+b1) ...
10:59:55 #8 29.65 Selecting previously unselected package libarchive-cpio-perl.
10:59:55 #8 29.65 Preparing to unpack .../174-libarchive-cpio-perl_0.10-1_all.deb ...
10:59:55 #8 29.66 Unpacking libarchive-cpio-perl (0.10-1) ...
10:59:55 #8 29.69 Selecting previously unselected package libasync-mergepoint-perl.
10:59:55 #8 29.69 Preparing to unpack .../175-libasync-mergepoint-perl_0.04-2_all.deb ...
10:59:55 #8 29.69 Unpacking libasync-mergepoint-perl (0.04-2) ...
10:59:55 #8 29.72 Selecting previously unselected package libauthen-sasl-perl.
10:59:55 #8 29.72 Preparing to unpack .../176-libauthen-sasl-perl_2.1600-1_all.deb ...
10:59:55 #8 29.73 Unpacking libauthen-sasl-perl (2.1600-1) ...
10:59:55 #8 29.76 Selecting previously unselected package libmodule-implementation-perl.
10:59:55 #8 29.76 Preparing to unpack .../177-libmodule-implementation-perl_0.09-1_all.deb ...
10:59:55 #8 29.76 Unpacking libmodule-implementation-perl (0.09-1) ...
10:59:55 #8 29.79 Selecting previously unselected package libvariable-magic-perl.
10:59:55 #8 29.80 Preparing to unpack .../178-libvariable-magic-perl_0.62-1+b1_arm64.deb ...
10:59:55 #8 29.80 Unpacking libvariable-magic-perl (0.62-1+b1) ...
10:59:55 #8 29.83 Selecting previously unselected package libb-hooks-endofscope-perl.
10:59:55 #8 29.84 Preparing to unpack .../179-libb-hooks-endofscope-perl_0.24-1_all.deb ...
10:59:55 #8 29.84 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
10:59:55 #8 29.87 Selecting previously unselected package libcapture-tiny-perl.
10:59:55 #8 29.87 Preparing to unpack .../180-libcapture-tiny-perl_0.48-1_all.deb ...
10:59:55 #8 29.88 Unpacking libcapture-tiny-perl (0.48-1) ...
10:59:55 #8 29.91 Selecting previously unselected package libcgi-pm-perl.
10:59:55 #8 29.91 Preparing to unpack .../181-libcgi-pm-perl_4.40-1_all.deb ...
10:59:55 #8 29.91 Unpacking libcgi-pm-perl (4.40-1) ...
10:59:55 #8 29.96 Selecting previously unselected package libfcgi-perl.
10:59:55 #8 29.96 Preparing to unpack .../182-libfcgi-perl_0.78-2+b3_arm64.deb ...
10:59:55 #8 29.96 Unpacking libfcgi-perl (0.78-2+b3) ...
10:59:55 #8 29.99 Selecting previously unselected package libcgi-fast-perl.
10:59:55 #8 29.99 Preparing to unpack .../183-libcgi-fast-perl_1%3a2.13-1_all.deb ...
10:59:55 #8 30.00 Unpacking libcgi-fast-perl (1:2.13-1) ...
10:59:55 #8 30.02 Selecting previously unselected package libsub-name-perl.
10:59:55 #8 30.03 Preparing to unpack .../184-libsub-name-perl_0.21-1+b3_arm64.deb ...
10:59:55 #8 30.03 Unpacking libsub-name-perl (0.21-1+b3) ...
10:59:55 #8 30.06 Selecting previously unselected package libclass-accessor-perl.
10:59:55 #8 30.06 Preparing to unpack .../185-libclass-accessor-perl_0.51-1_all.deb ...
10:59:55 #8 30.06 Unpacking libclass-accessor-perl (0.51-1) ...
10:59:55 #8 30.09 Selecting previously unselected package libclass-inspector-perl.
10:59:55 #8 30.10 Preparing to unpack .../186-libclass-inspector-perl_1.32-1_all.deb ...
10:59:55 #8 30.10 Unpacking libclass-inspector-perl (1.32-1) ...
10:59:55 #8 30.13 Selecting previously unselected package libclass-xsaccessor-perl.
10:59:55 #8 30.13 Preparing to unpack .../187-libclass-xsaccessor-perl_1.19-3+b2_arm64.deb ...
10:59:55 #8 30.13 Unpacking libclass-xsaccessor-perl (1.19-3+b2) ...
10:59:55 #8 30.17 Selecting previously unselected package libclone-perl.
10:59:55 #8 30.17 Preparing to unpack .../188-libclone-perl_0.41-1+b1_arm64.deb ...
10:59:55 #8 30.17 Unpacking libclone-perl (0.41-1+b1) ...
10:59:55 #8 30.20 Selecting previously unselected package libcommon-sense-perl.
10:59:55 #8 30.20 Preparing to unpack .../189-libcommon-sense-perl_3.74-2+b7_arm64.deb ...
10:59:55 #8 30.21 Unpacking libcommon-sense-perl (3.74-2+b7) ...
10:59:55 #8 30.23 Selecting previously unselected package libparams-util-perl.
10:59:55 #8 30.24 Preparing to unpack .../190-libparams-util-perl_1.07-3+b4_arm64.deb ...
10:59:55 #8 30.24 Unpacking libparams-util-perl (1.07-3+b4) ...
10:59:55 #8 30.27 Selecting previously unselected package libsub-install-perl.
10:59:55 #8 30.27 Preparing to unpack .../191-libsub-install-perl_0.928-1_all.deb ...
10:59:55 #8 30.28 Unpacking libsub-install-perl (0.928-1) ...
10:59:55 #8 30.30 Selecting previously unselected package libdata-optlist-perl.
10:59:56 #8 30.31 Preparing to unpack .../192-libdata-optlist-perl_0.110-1_all.deb ...
10:59:56 #8 30.31 Unpacking libdata-optlist-perl (0.110-1) ...
10:59:56 #8 30.34 Selecting previously unselected package libsub-exporter-perl.
10:59:56 #8 30.34 Preparing to unpack .../193-libsub-exporter-perl_0.987-1_all.deb ...
10:59:56 #8 30.34 Unpacking libsub-exporter-perl (0.987-1) ...
10:59:56 #8 30.38 Selecting previously unselected package libconst-fast-perl.
10:59:56 #8 30.38 Preparing to unpack .../194-libconst-fast-perl_0.014-1_all.deb ...
10:59:56 #8 30.38 Unpacking libconst-fast-perl (0.014-1) ...
10:59:56 #8 30.44 Selecting previously unselected package libwant-perl.
10:59:56 #8 30.44 Preparing to unpack .../195-libwant-perl_0.29-1+b4_arm64.deb ...
10:59:56 #8 30.44 Unpacking libwant-perl (0.29-1+b4) ...
10:59:56 #8 30.47 Selecting previously unselected package libcontextual-return-perl.
10:59:56 #8 30.48 Preparing to unpack .../196-libcontextual-return-perl_0.004014-2_all.deb ...
10:59:56 #8 30.48 Unpacking libcontextual-return-perl (0.004014-2) ...
10:59:56 #8 30.51 Selecting previously unselected package libconvert-binhex-perl.
10:59:56 #8 30.51 Preparing to unpack .../197-libconvert-binhex-perl_1.125-1_all.deb ...
10:59:56 #8 30.52 Unpacking libconvert-binhex-perl (1.125-1) ...
10:59:56 #8 30.55 Selecting previously unselected package libdata-dump-perl.
10:59:56 #8 30.55 Preparing to unpack .../198-libdata-dump-perl_1.23-1_all.deb ...
10:59:56 #8 30.56 Unpacking libdata-dump-perl (1.23-1) ...
10:59:56 #8 30.59 Selecting previously unselected package libdigest-bubblebabble-perl.
10:59:56 #8 30.59 Preparing to unpack .../199-libdigest-bubblebabble-perl_0.02-2_all.deb ...
10:59:56 #8 30.59 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
10:59:56 #8 30.62 Selecting previously unselected package libdigest-hmac-perl.
10:59:56 #8 30.62 Preparing to unpack .../200-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
10:59:56 #8 30.63 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
10:59:56 #8 30.66 Selecting previously unselected package libdistro-info-perl.
10:59:56 #8 30.66 Preparing to unpack .../201-libdistro-info-perl_0.21_all.deb ...
10:59:56 #8 30.66 Unpacking libdistro-info-perl (0.21) ...
10:59:56 #8 30.69 Selecting previously unselected package libnet-smtp-ssl-perl.
10:59:56 #8 30.69 Preparing to unpack .../202-libnet-smtp-ssl-perl_1.04-1_all.deb ...
10:59:56 #8 30.70 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
10:59:56 #8 30.72 Selecting previously unselected package libmailtools-perl.
10:59:56 #8 30.73 Preparing to unpack .../203-libmailtools-perl_2.18-1_all.deb ...
10:59:56 #8 30.73 Unpacking libmailtools-perl (2.18-1) ...
10:59:56 #8 30.76 Selecting previously unselected package libnet-ip-perl.
10:59:56 #8 30.77 Preparing to unpack .../204-libnet-ip-perl_1.26-2_all.deb ...
10:59:56 #8 30.77 Unpacking libnet-ip-perl (1.26-2) ...
10:59:56 #8 30.80 Selecting previously unselected package libnet-dns-perl.
10:59:56 #8 30.80 Preparing to unpack .../205-libnet-dns-perl_1.19-1_all.deb ...
10:59:56 #8 30.80 Unpacking libnet-dns-perl (1.19-1) ...
10:59:56 #8 30.86 Selecting previously unselected package libnet-domain-tld-perl.
10:59:56 #8 30.87 Preparing to unpack .../206-libnet-domain-tld-perl_1.75-1_all.deb ...
10:59:56 #8 30.87 Unpacking libnet-domain-tld-perl (1.75-1) ...
10:59:56 #8 30.90 Selecting previously unselected package libemail-valid-perl.
10:59:56 #8 30.90 Preparing to unpack .../207-libemail-valid-perl_1.202-1_all.deb ...
10:59:56 #8 30.90 Unpacking libemail-valid-perl (1.202-1) ...
10:59:56 #8 30.93 Selecting previously unselected package libexporter-tiny-perl.
10:59:56 #8 30.93 Preparing to unpack .../208-libexporter-tiny-perl_1.002001-1_all.deb ...
10:59:56 #8 30.94 Unpacking libexporter-tiny-perl (1.002001-1) ...
10:59:56 #8 30.97 Selecting previously unselected package libipc-system-simple-perl.
10:59:56 #8 30.97 Preparing to unpack .../209-libipc-system-simple-perl_1.25-4_all.deb ...
10:59:56 #8 30.97 Unpacking libipc-system-simple-perl (1.25-4) ...
10:59:56 #8 31.00 Selecting previously unselected package libfile-basedir-perl.
10:59:56 #8 31.00 Preparing to unpack .../210-libfile-basedir-perl_0.08-1_all.deb ...
10:59:56 #8 31.01 Unpacking libfile-basedir-perl (0.08-1) ...
10:59:56 #8 31.04 Selecting previously unselected package libfile-chdir-perl.
10:59:56 #8 31.04 Preparing to unpack .../211-libfile-chdir-perl_0.1008-1_all.deb ...
10:59:56 #8 31.04 Unpacking libfile-chdir-perl (0.1008-1) ...
10:59:56 #8 31.07 Selecting previously unselected package libfile-fcntllock-perl.
10:59:56 #8 31.07 Preparing to unpack .../212-libfile-fcntllock-perl_0.22-3+b5_arm64.deb ...
10:59:56 #8 31.08 Unpacking libfile-fcntllock-perl (0.22-3+b5) ...
10:59:56 #8 31.11 Selecting previously unselected package libfont-afm-perl.
10:59:56 #8 31.11 Preparing to unpack .../213-libfont-afm-perl_1.20-2_all.deb ...
10:59:56 #8 31.12 Unpacking libfont-afm-perl (1.20-2) ...
10:59:56 #8 31.15 Selecting previously unselected package libfribidi0:arm64.
10:59:56 #8 31.15 Preparing to unpack .../214-libfribidi0_1.0.5-3.1+deb10u1_arm64.deb ...
10:59:56 #8 31.16 Unpacking libfribidi0:arm64 (1.0.5-3.1+deb10u1) ...
10:59:56 #8 31.19 Selecting previously unselected package libfuture-perl.
10:59:56 #8 31.19 Preparing to unpack .../215-libfuture-perl_0.39-1_all.deb ...
10:59:56 #8 31.20 Unpacking libfuture-perl (0.39-1) ...
10:59:56 #8 31.23 Selecting previously unselected package libio-stringy-perl.
10:59:56 #8 31.23 Preparing to unpack .../216-libio-stringy-perl_2.111-3_all.deb ...
10:59:56 #8 31.23 Unpacking libio-stringy-perl (2.111-3) ...
10:59:56 #8 31.27 Selecting previously unselected package libparams-validate-perl.
10:59:56 #8 31.27 Preparing to unpack .../217-libparams-validate-perl_1.29-1+b1_arm64.deb ...
10:59:56 #8 31.27 Unpacking libparams-validate-perl (1.29-1+b1) ...
10:59:56 #8 31.31 Selecting previously unselected package libgetopt-long-descriptive-perl.
10:59:57 #8 31.31 Preparing to unpack .../218-libgetopt-long-descriptive-perl_0.103-2_all.deb ...
10:59:57 #8 31.31 Unpacking libgetopt-long-descriptive-perl (0.103-2) ...
10:59:57 #8 31.34 Selecting previously unselected package libsort-versions-perl.
10:59:57 #8 31.34 Preparing to unpack .../219-libsort-versions-perl_1.62-1_all.deb ...
10:59:57 #8 31.35 Unpacking libsort-versions-perl (1.62-1) ...
10:59:57 #8 31.37 Selecting previously unselected package libgit-wrapper-perl.
10:59:57 #8 31.38 Preparing to unpack .../220-libgit-wrapper-perl_0.048-1_all.deb ...
10:59:57 #8 31.38 Unpacking libgit-wrapper-perl (0.048-1) ...
10:59:57 #8 31.41 Selecting previously unselected package libhttp-tiny-multipart-perl.
10:59:57 #8 31.41 Preparing to unpack .../221-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
10:59:57 #8 31.41 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
10:59:57 #8 31.44 Selecting previously unselected package libio-prompter-perl.
10:59:57 #8 31.45 Preparing to unpack .../222-libio-prompter-perl_0.004015-1_all.deb ...
10:59:57 #8 31.45 Unpacking libio-prompter-perl (0.004015-1) ...
10:59:57 #8 31.48 Selecting previously unselected package libjson-perl.
10:59:57 #8 31.48 Preparing to unpack .../223-libjson-perl_4.02000-1_all.deb ...
10:59:57 #8 31.49 Unpacking libjson-perl (4.02000-1) ...
10:59:57 #8 31.52 Selecting previously unselected package liblog-any-perl.
10:59:57 #8 31.52 Preparing to unpack .../224-liblog-any-perl_1.707-1_all.deb ...
10:59:57 #8 31.53 Unpacking liblog-any-perl (1.707-1) ...
10:59:57 #8 31.56 Selecting previously unselected package liblog-any-adapter-screen-perl.
10:59:57 #8 31.56 Preparing to unpack .../225-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
10:59:57 #8 31.57 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
10:59:57 #8 31.60 Selecting previously unselected package libpackage-stash-perl.
10:59:57 #8 31.60 Preparing to unpack .../226-libpackage-stash-perl_0.38-1_all.deb ...
10:59:57 #8 31.60 Unpacking libpackage-stash-perl (0.38-1) ...
10:59:57 #8 31.63 Selecting previously unselected package libsub-identify-perl.
10:59:57 #8 31.63 Preparing to unpack .../227-libsub-identify-perl_0.14-1+b1_arm64.deb ...
10:59:57 #8 31.64 Unpacking libsub-identify-perl (0.14-1+b1) ...
10:59:57 #8 31.66 Selecting previously unselected package libnamespace-clean-perl.
10:59:57 #8 31.67 Preparing to unpack .../228-libnamespace-clean-perl_0.27-1_all.deb ...
10:59:57 #8 31.67 Unpacking libnamespace-clean-perl (0.27-1) ...
10:59:57 #8 31.70 Selecting previously unselected package libpath-tiny-perl.
10:59:57 #8 31.70 Preparing to unpack .../229-libpath-tiny-perl_0.108-1_all.deb ...
10:59:57 #8 31.70 Unpacking libpath-tiny-perl (0.108-1) ...
10:59:57 #8 31.73 Selecting previously unselected package libtype-tiny-perl.
10:59:57 #8 31.74 Preparing to unpack .../230-libtype-tiny-perl_1.004004-1_all.deb ...
10:59:57 #8 31.74 Unpacking libtype-tiny-perl (1.004004-1) ...
10:59:57 #8 31.79 Selecting previously unselected package libgitlab-api-v4-perl.
10:59:57 #8 31.79 Preparing to unpack .../231-libgitlab-api-v4-perl_0.16-1_all.deb ...
10:59:57 #8 31.79 Unpacking libgitlab-api-v4-perl (0.16-1) ...
10:59:57 #8 31.82 Selecting previously unselected package libglib2.0-data.
10:59:57 #8 31.83 Preparing to unpack .../232-libglib2.0-data_2.58.3-2+deb10u3_all.deb ...
10:59:57 #8 31.83 Unpacking libglib2.0-data (2.58.3-2+deb10u3) ...
10:59:57 #8 31.97 Selecting previously unselected package libgpm2:arm64.
10:59:57 #8 31.97 Preparing to unpack .../233-libgpm2_1.20.7-5_arm64.deb ...
10:59:57 #8 31.97 Unpacking libgpm2:arm64 (1.20.7-5) ...
10:59:57 #8 32.01 Selecting previously unselected package libidn11:arm64.
10:59:57 #8 32.01 Preparing to unpack .../234-libidn11_1.33-2.2_arm64.deb ...
10:59:57 #8 32.02 Unpacking libidn11:arm64 (1.33-2.2) ...
10:59:57 #8 32.06 Selecting previously unselected package libntlm0:arm64.
10:59:57 #8 32.06 Preparing to unpack .../235-libntlm0_1.5-1+deb10u1_arm64.deb ...
10:59:57 #8 32.06 Unpacking libntlm0:arm64 (1.5-1+deb10u1) ...
10:59:57 #8 32.10 Selecting previously unselected package libgsasl7.
10:59:57 #8 32.10 Preparing to unpack .../236-libgsasl7_1.8.0-8+deb10u1_arm64.deb ...
10:59:57 #8 32.10 Unpacking libgsasl7 (1.8.0-8+deb10u1) ...
10:59:57 #8 32.15 Selecting previously unselected package libhtml-form-perl.
10:59:57 #8 32.15 Preparing to unpack .../237-libhtml-form-perl_6.03-1_all.deb ...
10:59:57 #8 32.16 Unpacking libhtml-form-perl (6.03-1) ...
10:59:57 #8 32.18 Selecting previously unselected package libhtml-format-perl.
10:59:57 #8 32.19 Preparing to unpack .../238-libhtml-format-perl_2.12-1_all.deb ...
10:59:57 #8 32.19 Unpacking libhtml-format-perl (2.12-1) ...
10:59:57 #8 32.22 Selecting previously unselected package libhttp-daemon-perl.
10:59:57 #8 32.22 Preparing to unpack .../239-libhttp-daemon-perl_6.01-3_all.deb ...
10:59:57 #8 32.23 Unpacking libhttp-daemon-perl (6.01-3) ...
10:59:57 #8 32.25 Selecting previously unselected package libstruct-dumb-perl.
10:59:57 #8 32.26 Preparing to unpack .../240-libstruct-dumb-perl_0.09-1_all.deb ...
10:59:57 #8 32.26 Unpacking libstruct-dumb-perl (0.09-1) ...
10:59:57 #8 32.29 Selecting previously unselected package libio-async-perl.
10:59:57 #8 32.29 Preparing to unpack .../241-libio-async-perl_0.72-1_all.deb ...
10:59:57 #8 32.29 Unpacking libio-async-perl (0.72-1) ...
10:59:57 #8 32.36 Selecting previously unselected package libio-sessiondata-perl.
10:59:58 #8 32.36 Preparing to unpack .../242-libio-sessiondata-perl_1.03-1_all.deb ...
10:59:58 #8 32.37 Unpacking libio-sessiondata-perl (1.03-1) ...
10:59:58 #8 32.40 Selecting previously unselected package libio-string-perl.
10:59:58 #8 32.40 Preparing to unpack .../243-libio-string-perl_1.08-3_all.deb ...
10:59:58 #8 32.40 Unpacking libio-string-perl (1.08-3) ...
10:59:58 #8 32.43 Selecting previously unselected package libtypes-serialiser-perl.
10:59:58 #8 32.43 Preparing to unpack .../244-libtypes-serialiser-perl_1.0-1_all.deb ...
10:59:58 #8 32.43 Unpacking libtypes-serialiser-perl (1.0-1) ...
10:59:58 #8 32.46 Selecting previously unselected package libjson-xs-perl.
10:59:58 #8 32.46 Preparing to unpack .../245-libjson-xs-perl_3.040-1+b1_arm64.deb ...
10:59:58 #8 32.47 Unpacking libjson-xs-perl (3.040-1+b1) ...
10:59:58 #8 32.50 Selecting previously unselected package liblzo2-2:arm64.
10:59:58 #8 32.51 Preparing to unpack .../246-liblzo2-2_2.10-0.1_arm64.deb ...
10:59:58 #8 32.51 Unpacking liblzo2-2:arm64 (2.10-0.1) ...
10:59:58 #8 32.54 Selecting previously unselected package libkyotocabinet16v5:arm64.
10:59:58 #8 32.55 Preparing to unpack .../247-libkyotocabinet16v5_1.2.76-4.2+b1_arm64.deb ...
10:59:58 #8 32.55 Unpacking libkyotocabinet16v5:arm64 (1.2.76-4.2+b1) ...
10:59:58 #8 32.59 Selecting previously unselected package liblist-compare-perl.
10:59:58 #8 32.60 Preparing to unpack .../248-liblist-compare-perl_0.53-1_all.deb ...
10:59:58 #8 32.60 Unpacking liblist-compare-perl (0.53-1) ...
10:59:58 #8 32.63 Selecting previously unselected package liblist-moreutils-perl.
10:59:58 #8 32.64 Preparing to unpack .../249-liblist-moreutils-perl_0.416-1+b4_arm64.deb ...
10:59:58 #8 32.64 Unpacking liblist-moreutils-perl (0.416-1+b4) ...
10:59:58 #8 32.70 Selecting previously unselected package libltdl-dev:arm64.
10:59:58 #8 32.70 Preparing to unpack .../250-libltdl-dev_2.4.6-9_arm64.deb ...
10:59:58 #8 32.70 Unpacking libltdl-dev:arm64 (2.4.6-9) ...
10:59:58 #8 32.79 Selecting previously unselected package libsys-hostname-long-perl.
10:59:58 #8 32.79 Preparing to unpack .../251-libsys-hostname-long-perl_1.5-1_all.deb ...
10:59:58 #8 32.79 Unpacking libsys-hostname-long-perl (1.5-1) ...
10:59:58 #8 32.82 Selecting previously unselected package libmail-sendmail-perl.
10:59:58 #8 32.82 Preparing to unpack .../252-libmail-sendmail-perl_0.80-1_all.deb ...
10:59:58 #8 32.83 Unpacking libmail-sendmail-perl (0.80-1) ...
10:59:58 #8 32.86 Selecting previously unselected package mailutils-common.
10:59:58 #8 32.86 Preparing to unpack .../253-mailutils-common_1%3a3.5-4_all.deb ...
10:59:58 #8 32.86 Unpacking mailutils-common (1:3.5-4) ...
10:59:58 #8 32.93 Selecting previously unselected package mysql-common.
10:59:58 #8 32.93 Preparing to unpack .../254-mysql-common_5.8+1.0.5_all.deb ...
10:59:58 #8 32.94 Unpacking mysql-common (5.8+1.0.5) ...
10:59:58 #8 32.98 Selecting previously unselected package mariadb-common.
10:59:58 #8 32.98 Preparing to unpack .../255-mariadb-common_1%3a10.3.34-0+deb10u1_all.deb ...
10:59:58 #8 32.99 Unpacking mariadb-common (1:10.3.34-0+deb10u1) ...
10:59:58 #8 33.02 Selecting previously unselected package libmariadb3:arm64.
10:59:58 #8 33.02 Preparing to unpack .../256-libmariadb3_1%3a10.3.34-0+deb10u1_arm64.deb ...
10:59:58 #8 33.03 Unpacking libmariadb3:arm64 (1:10.3.34-0+deb10u1) ...
10:59:58 #8 33.07 Selecting previously unselected package libpython2.7-minimal:arm64.
10:59:58 #8 33.08 Preparing to unpack .../257-libpython2.7-minimal_2.7.16-2+deb10u1_arm64.deb ...
10:59:58 #8 33.08 Unpacking libpython2.7-minimal:arm64 (2.7.16-2+deb10u1) ...
10:59:58 #8 33.15 Selecting previously unselected package libpython2.7-stdlib:arm64.
10:59:58 #8 33.15 Preparing to unpack .../258-libpython2.7-stdlib_2.7.16-2+deb10u1_arm64.deb ...
10:59:58 #8 33.16 Unpacking libpython2.7-stdlib:arm64 (2.7.16-2+deb10u1) ...
10:59:58 #8 33.35 Selecting previously unselected package libpython2.7:arm64.
10:59:59 #8 33.35 Preparing to unpack .../259-libpython2.7_2.7.16-2+deb10u1_arm64.deb ...
10:59:59 #8 33.35 Unpacking libpython2.7:arm64 (2.7.16-2+deb10u1) ...
10:59:59 #8 33.46 Selecting previously unselected package libmailutils5:arm64.
10:59:59 #8 33.46 Preparing to unpack .../260-libmailutils5_1%3a3.5-4_arm64.deb ...
10:59:59 #8 33.46 Unpacking libmailutils5:arm64 (1:3.5-4) ...
10:59:59 #8 33.53 Selecting previously unselected package libmime-tools-perl.
10:59:59 #8 33.53 Preparing to unpack .../261-libmime-tools-perl_5.509-1_all.deb ...
10:59:59 #8 33.54 Unpacking libmime-tools-perl (5.509-1) ...
10:59:59 #8 33.58 Selecting previously unselected package libnet-dns-sec-perl.
10:59:59 #8 33.58 Preparing to unpack .../262-libnet-dns-sec-perl_1.11-1_arm64.deb ...
10:59:59 #8 33.58 Unpacking libnet-dns-sec-perl (1.11-1) ...
10:59:59 #8 33.61 Selecting previously unselected package libnet-libidn-perl.
10:59:59 #8 33.62 Preparing to unpack .../263-libnet-libidn-perl_0.12.ds-3+b1_arm64.deb ...
10:59:59 #8 33.62 Unpacking libnet-libidn-perl (0.12.ds-3+b1) ...
10:59:59 #8 33.65 Selecting previously unselected package libnumber-compare-perl.
10:59:59 #8 33.65 Preparing to unpack .../264-libnumber-compare-perl_0.03-1_all.deb ...
10:59:59 #8 33.66 Unpacking libnumber-compare-perl (0.03-1) ...
10:59:59 #8 33.68 Selecting previously unselected package libnumber-range-perl.
10:59:59 #8 33.69 Preparing to unpack .../265-libnumber-range-perl_0.12-1_all.deb ...
10:59:59 #8 33.69 Unpacking libnumber-range-perl (0.12-1) ...
10:59:59 #8 33.72 Selecting previously unselected package libossp-uuid16:arm64.
10:59:59 #8 33.72 Preparing to unpack .../266-libossp-uuid16_1.6.2-1.5+b7_arm64.deb ...
10:59:59 #8 33.73 Unpacking libossp-uuid16:arm64 (1.6.2-1.5+b7) ...
10:59:59 #8 33.76 Selecting previously unselected package libossp-uuid-perl.
10:59:59 #8 33.76 Preparing to unpack .../267-libossp-uuid-perl_1.6.2-1.5+b7_arm64.deb ...
10:59:59 #8 33.76 Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ...
10:59:59 #8 33.79 Selecting previously unselected package libpackage-stash-xs-perl.
10:59:59 #8 33.79 Preparing to unpack .../268-libpackage-stash-xs-perl_0.29-1_arm64.deb ...
10:59:59 #8 33.80 Unpacking libpackage-stash-xs-perl (0.29-1) ...
10:59:59 #8 33.82 Selecting previously unselected package libparse-debianchangelog-perl.
10:59:59 #8 33.83 Preparing to unpack .../269-libparse-debianchangelog-perl_1.2.0-13_all.deb ...
10:59:59 #8 33.83 Unpacking libparse-debianchangelog-perl (1.2.0-13) ...
10:59:59 #8 33.89 Selecting previously unselected package libtext-glob-perl.
10:59:59 #8 33.89 Preparing to unpack .../270-libtext-glob-perl_0.10-1_all.deb ...
10:59:59 #8 33.90 Unpacking libtext-glob-perl (0.10-1) ...
10:59:59 #8 33.92 Selecting previously unselected package libpath-iterator-rule-perl.
10:59:59 #8 33.93 Preparing to unpack .../271-libpath-iterator-rule-perl_1.014-1_all.deb ...
10:59:59 #8 33.93 Unpacking libpath-iterator-rule-perl (1.014-1) ...
10:59:59 #8 33.96 Selecting previously unselected package libperlio-gzip-perl.
10:59:59 #8 33.96 Preparing to unpack .../272-libperlio-gzip-perl_0.19-1+b5_arm64.deb ...
10:59:59 #8 33.97 Unpacking libperlio-gzip-perl (0.19-1+b5) ...
10:59:59 #8 33.99 Selecting previously unselected package libpod-constants-perl.
10:59:59 #8 34.00 Preparing to unpack .../273-libpod-constants-perl_0.19-1_all.deb ...
10:59:59 #8 34.00 Unpacking libpod-constants-perl (0.19-1) ...
10:59:59 #8 34.03 Selecting previously unselected package libreadonly-perl.
10:59:59 #8 34.03 Preparing to unpack .../274-libreadonly-perl_2.050-1_all.deb ...
10:59:59 #8 34.03 Unpacking libreadonly-perl (2.050-1) ...
10:59:59 #8 34.06 Selecting previously unselected package libref-util-perl.
10:59:59 #8 34.06 Preparing to unpack .../275-libref-util-perl_0.204-1_all.deb ...
10:59:59 #8 34.07 Unpacking libref-util-perl (0.204-1) ...
10:59:59 #8 34.09 Selecting previously unselected package libref-util-xs-perl.
10:59:59 #8 34.10 Preparing to unpack .../276-libref-util-xs-perl_0.117-1+b1_arm64.deb ...
10:59:59 #8 34.10 Unpacking libref-util-xs-perl (0.117-1+b1) ...
10:59:59 #8 34.13 Selecting previously unselected package libregexp-pattern-license-perl.
10:59:59 #8 34.13 Preparing to unpack .../277-libregexp-pattern-license-perl_3.0.31-4_all.deb ...
10:59:59 #8 34.13 Unpacking libregexp-pattern-license-perl (3.0.31-4) ...
10:59:59 #8 34.17 Selecting previously unselected package libsasl2-modules:arm64.
10:59:59 #8 34.17 Preparing to unpack .../278-libsasl2-modules_2.1.27+dfsg-1+deb10u2_arm64.deb ...
10:59:59 #8 34.17 Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-1+deb10u2) ...
10:59:59 #8 34.21 Selecting previously unselected package libsereal-decoder-perl.
10:59:59 #8 34.21 Preparing to unpack .../279-libsereal-decoder-perl_4.005+ds-1+b1_arm64.deb ...
10:59:59 #8 34.22 Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ...
10:59:59 #8 34.25 Selecting previously unselected package libsereal-encoder-perl.
10:59:59 #8 34.25 Preparing to unpack .../280-libsereal-encoder-perl_4.005+ds-1+b1_arm64.deb ...
10:59:59 #8 34.26 Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ...
10:59:59 #8 34.29 Selecting previously unselected package libsereal-perl.
10:59:59 #8 34.29 Preparing to unpack .../281-libsereal-perl_4.005-1_all.deb ...
10:59:59 #8 34.29 Unpacking libsereal-perl (4.005-1) ...
10:59:59 #8 34.32 Selecting previously unselected package libtask-weaken-perl.
11:00:00 #8 34.33 Preparing to unpack .../282-libtask-weaken-perl_1.06-1_all.deb ...
11:00:00 #8 34.33 Unpacking libtask-weaken-perl (1.06-1) ...
11:00:00 #8 34.36 Selecting previously unselected package libxml-parser-perl.
11:00:00 #8 34.36 Preparing to unpack .../283-libxml-parser-perl_2.44-4_arm64.deb ...
11:00:00 #8 34.37 Unpacking libxml-parser-perl (2.44-4) ...
11:00:00 #8 34.41 Selecting previously unselected package libsoap-lite-perl.
11:00:00 #8 34.41 Preparing to unpack .../284-libsoap-lite-perl_1.27-1_all.deb ...
11:00:00 #8 34.42 Unpacking libsoap-lite-perl (1.27-1) ...
11:00:00 #8 34.47 Selecting previously unselected package libsort-key-perl.
11:00:00 #8 34.47 Preparing to unpack .../285-libsort-key-perl_1.33-2+b1_arm64.deb ...
11:00:00 #8 34.48 Unpacking libsort-key-perl (1.33-2+b1) ...
11:00:00 #8 34.51 Selecting previously unselected package libstring-copyright-perl.
11:00:00 #8 34.52 Preparing to unpack .../286-libstring-copyright-perl_0.003006-1_all.deb ...
11:00:00 #8 34.52 Unpacking libstring-copyright-perl (0.003006-1) ...
11:00:00 #8 34.55 Selecting previously unselected package libstring-escape-perl.
11:00:00 #8 34.55 Preparing to unpack .../287-libstring-escape-perl_2010.002-2_all.deb ...
11:00:00 #8 34.56 Unpacking libstring-escape-perl (2010.002-2) ...
11:00:00 #8 34.59 Selecting previously unselected package libstring-shellquote-perl.
11:00:00 #8 34.59 Preparing to unpack .../288-libstring-shellquote-perl_1.04-1_all.deb ...
11:00:00 #8 34.60 Unpacking libstring-shellquote-perl (1.04-1) ...
11:00:00 #8 34.63 Selecting previously unselected package libterm-readkey-perl.
11:00:00 #8 34.63 Preparing to unpack .../289-libterm-readkey-perl_2.38-1_arm64.deb ...
11:00:00 #8 34.63 Unpacking libterm-readkey-perl (2.38-1) ...
11:00:00 #8 34.66 Selecting previously unselected package libtest-fatal-perl.
11:00:00 #8 34.67 Preparing to unpack .../290-libtest-fatal-perl_0.014-1_all.deb ...
11:00:00 #8 34.67 Unpacking libtest-fatal-perl (0.014-1) ...
11:00:00 #8 34.70 Selecting previously unselected package libtest-refcount-perl.
11:00:00 #8 34.70 Preparing to unpack .../291-libtest-refcount-perl_0.08-3_all.deb ...
11:00:00 #8 34.71 Unpacking libtest-refcount-perl (0.08-3) ...
11:00:00 #8 34.73 Selecting previously unselected package libtext-levenshtein-perl.
11:00:00 #8 34.73 Preparing to unpack .../292-libtext-levenshtein-perl_0.13-1_all.deb ...
11:00:00 #8 34.74 Unpacking libtext-levenshtein-perl (0.13-1) ...
11:00:00 #8 34.77 Selecting previously unselected package libtype-tiny-xs-perl.
11:00:00 #8 34.77 Preparing to unpack .../293-libtype-tiny-xs-perl_0.014-1+b1_arm64.deb ...
11:00:00 #8 34.77 Unpacking libtype-tiny-xs-perl (0.014-1+b1) ...
11:00:00 #8 34.80 Selecting previously unselected package libunicode-utf8-perl.
11:00:00 #8 34.80 Preparing to unpack .../294-libunicode-utf8-perl_0.62-1_arm64.deb ...
11:00:00 #8 34.81 Unpacking libunicode-utf8-perl (0.62-1) ...
11:00:00 #8 34.85 Selecting previously unselected package libwrap0:arm64.
11:00:00 #8 34.85 Preparing to unpack .../295-libwrap0_7.6.q-28_arm64.deb ...
11:00:00 #8 34.85 Unpacking libwrap0:arm64 (7.6.q-28) ...
11:00:00 #8 34.89 Selecting previously unselected package libxau6:arm64.
11:00:00 #8 34.89 Preparing to unpack .../296-libxau6_1%3a1.0.8-1+b2_arm64.deb ...
11:00:00 #8 34.89 Unpacking libxau6:arm64 (1:1.0.8-1+b2) ...
11:00:00 #8 34.93 Selecting previously unselected package libxdmcp6:arm64.
11:00:00 #8 34.93 Preparing to unpack .../297-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
11:00:00 #8 34.93 Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
11:00:00 #8 34.97 Selecting previously unselected package libxcb1:arm64.
11:00:00 #8 34.97 Preparing to unpack .../298-libxcb1_1.13.1-2_arm64.deb ...
11:00:00 #8 34.97 Unpacking libxcb1:arm64 (1.13.1-2) ...
11:00:00 #8 35.01 Selecting previously unselected package libx11-data.
11:00:00 #8 35.01 Preparing to unpack .../299-libx11-data_2%3a1.6.7-1+deb10u2_all.deb ...
11:00:00 #8 35.02 Unpacking libx11-data (2:1.6.7-1+deb10u2) ...
11:00:00 #8 35.08 Selecting previously unselected package libx11-6:arm64.
11:00:00 #8 35.08 Preparing to unpack .../300-libx11-6_2%3a1.6.7-1+deb10u2_arm64.deb ...
11:00:00 #8 35.09 Unpacking libx11-6:arm64 (2:1.6.7-1+deb10u2) ...
11:00:00 #8 35.17 Selecting previously unselected package libxext6:arm64.
11:00:00 #8 35.17 Preparing to unpack .../301-libxext6_2%3a1.3.3-1+b2_arm64.deb ...
11:00:00 #8 35.17 Unpacking libxext6:arm64 (2:1.3.3-1+b2) ...
11:00:00 #8 35.20 Selecting previously unselected package libxml-namespacesupport-perl.
11:00:00 #8 35.21 Preparing to unpack .../302-libxml-namespacesupport-perl_1.12-1_all.deb ...
11:00:00 #8 35.21 Unpacking libxml-namespacesupport-perl (1.12-1) ...
11:00:00 #8 35.24 Selecting previously unselected package libxml-sax-base-perl.
11:00:00 #8 35.24 Preparing to unpack .../303-libxml-sax-base-perl_1.09-1_all.deb ...
11:00:00 #8 35.25 Unpacking libxml-sax-base-perl (1.09-1) ...
11:00:00 #8 35.29 Selecting previously unselected package libxml-sax-perl.
11:00:00 #8 35.29 Preparing to unpack .../304-libxml-sax-perl_1.00+dfsg-1_all.deb ...
11:00:00 #8 35.30 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
11:00:00 #8 35.33 Selecting previously unselected package libxml-libxml-perl.
11:00:00 #8 35.34 Preparing to unpack .../305-libxml-libxml-perl_2.0134+dfsg-1_arm64.deb ...
11:00:00 #8 35.34 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
11:00:00 #8 35.40 Selecting previously unselected package libxml-sax-expat-perl.
11:00:00 #8 35.40 Preparing to unpack .../306-libxml-sax-expat-perl_0.51-1_all.deb ...
11:00:00 #8 35.40 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:00:00 #8 35.43 Selecting previously unselected package libxml-simple-perl.
11:00:01 #8 35.44 Preparing to unpack .../307-libxml-simple-perl_2.25-1_all.deb ...
11:00:01 #8 35.44 Unpacking libxml-simple-perl (2.25-1) ...
11:00:01 #8 35.48 Selecting previously unselected package libxmlrpc-lite-perl.
11:00:01 #8 35.48 Preparing to unpack .../308-libxmlrpc-lite-perl_0.717-2_all.deb ...
11:00:01 #8 35.48 Unpacking libxmlrpc-lite-perl (0.717-2) ...
11:00:01 #8 35.52 Selecting previously unselected package libxmuu1:arm64.
11:00:01 #8 35.52 Preparing to unpack .../309-libxmuu1_2%3a1.1.2-2+b3_arm64.deb ...
11:00:01 #8 35.53 Unpacking libxmuu1:arm64 (2:1.1.2-2+b3) ...
11:00:01 #8 35.56 Selecting previously unselected package libyaml-0-2:arm64.
11:00:01 #8 35.57 Preparing to unpack .../310-libyaml-0-2_0.2.1-1_arm64.deb ...
11:00:01 #8 35.57 Unpacking libyaml-0-2:arm64 (0.2.1-1) ...
11:00:01 #8 35.60 Selecting previously unselected package libyaml-libyaml-perl.
11:00:01 #8 35.60 Preparing to unpack .../311-libyaml-libyaml-perl_0.76+repack-1_arm64.deb ...
11:00:01 #8 35.61 Unpacking libyaml-libyaml-perl (0.76+repack-1) ...
11:00:01 #8 35.64 Selecting previously unselected package licensecheck.
11:00:01 #8 35.65 Preparing to unpack .../312-licensecheck_3.0.31-3_all.deb ...
11:00:01 #8 35.65 Unpacking licensecheck (3.0.31-3) ...
11:00:01 #8 35.68 Selecting previously unselected package t1utils.
11:00:01 #8 35.68 Preparing to unpack .../313-t1utils_1.41-3_arm64.deb ...
11:00:01 #8 35.69 Unpacking t1utils (1.41-3) ...
11:00:01 #8 35.72 Selecting previously unselected package lintian.
11:00:01 #8 35.73 Preparing to unpack .../314-lintian_2.15.0_all.deb ...
11:00:01 #8 35.73 Unpacking lintian (2.15.0) ...
11:00:01 #8 35.85 Selecting previously unselected package lsb-release.
11:00:01 #8 35.85 Preparing to unpack .../315-lsb-release_10.2019051400_all.deb ...
11:00:01 #8 35.86 Unpacking lsb-release (10.2019051400) ...
11:00:01 #8 35.89 Selecting previously unselected package mailutils.
11:00:01 #8 35.90 Preparing to unpack .../316-mailutils_1%3a3.5-4_arm64.deb ...
11:00:01 #8 35.90 Unpacking mailutils (1:3.5-4) ...
11:00:01 #8 35.95 Selecting previously unselected package manpages-dev.
11:00:01 #8 35.95 Preparing to unpack .../317-manpages-dev_4.16-2_all.deb ...
11:00:01 #8 35.95 Unpacking manpages-dev (4.16-2) ...
11:00:01 #8 36.25 Selecting previously unselected package psmisc.
11:00:01 #8 36.25 Preparing to unpack .../318-psmisc_23.2-1+deb10u1_arm64.deb ...
11:00:01 #8 36.25 Unpacking psmisc (23.2-1+deb10u1) ...
11:00:01 #8 36.30 Selecting previously unselected package publicsuffix.
11:00:01 #8 36.30 Preparing to unpack .../319-publicsuffix_20211109.1735-0+deb10u1_all.deb ...
11:00:01 #8 36.30 Unpacking publicsuffix (20211109.1735-0+deb10u1) ...
11:00:01 #8 36.34 Selecting previously unselected package python-apt-common.
11:00:01 #8 36.34 Preparing to unpack .../320-python-apt-common_1.8.4.3_all.deb ...
11:00:01 #8 36.34 Unpacking python-apt-common (1.8.4.3) ...
11:00:01 #8 36.39 Selecting previously unselected package python3-apt.
11:00:02 #8 36.39 Preparing to unpack .../321-python3-apt_1.8.4.3_arm64.deb ...
11:00:02 #8 36.40 Unpacking python3-apt (1.8.4.3) ...
11:00:02 #8 36.44 Selecting previously unselected package python3-certifi.
11:00:02 #8 36.44 Preparing to unpack .../322-python3-certifi_2018.8.24-1_all.deb ...
11:00:02 #8 36.45 Unpacking python3-certifi (2018.8.24-1) ...
11:00:02 #8 36.49 Selecting previously unselected package python3-idna.
11:00:02 #8 36.49 Preparing to unpack .../323-python3-idna_2.6-1_all.deb ...
11:00:02 #8 36.49 Unpacking python3-idna (2.6-1) ...
11:00:02 #8 36.53 Selecting previously unselected package python3-magic.
11:00:02 #8 36.53 Preparing to unpack .../324-python3-magic_2%3a0.4.15-2_all.deb ...
11:00:02 #8 36.54 Unpacking python3-magic (2:0.4.15-2) ...
11:00:02 #8 36.57 Selecting previously unselected package python3-urllib3.
11:00:02 #8 36.57 Preparing to unpack .../325-python3-urllib3_1.24.1-1_all.deb ...
11:00:02 #8 36.58 Unpacking python3-urllib3 (1.24.1-1) ...
11:00:02 #8 36.62 Selecting previously unselected package python3-requests.
11:00:02 #8 36.62 Preparing to unpack .../326-python3-requests_2.21.0-1_all.deb ...
11:00:02 #8 36.62 Unpacking python3-requests (2.21.0-1) ...
11:00:02 #8 36.66 Selecting previously unselected package python3-unidiff.
11:00:02 #8 36.66 Preparing to unpack .../327-python3-unidiff_0.5.4-1_all.deb ...
11:00:02 #8 36.67 Unpacking python3-unidiff (0.5.4-1) ...
11:00:02 #8 36.70 Selecting previously unselected package python3-xdg.
11:00:02 #8 36.70 Preparing to unpack .../328-python3-xdg_0.25-5_all.deb ...
11:00:02 #8 36.71 Unpacking python3-xdg (0.25-5) ...
11:00:02 #8 36.74 Selecting previously unselected package shared-mime-info.
11:00:02 #8 36.75 Preparing to unpack .../329-shared-mime-info_1.10-1_arm64.deb ...
11:00:02 #8 36.75 Unpacking shared-mime-info (1.10-1) ...
11:00:02 #8 36.85 Selecting previously unselected package strace.
11:00:02 #8 36.85 Preparing to unpack .../330-strace_4.26-0.2_arm64.deb ...
11:00:02 #8 36.85 Unpacking strace (4.26-0.2) ...
11:00:02 #8 36.92 Selecting previously unselected package unzip.
11:00:02 #8 36.92 Preparing to unpack .../331-unzip_6.0-23+deb10u2_arm64.deb ...
11:00:02 #8 36.92 Unpacking unzip (6.0-23+deb10u2) ...
11:00:02 #8 36.96 Selecting previously unselected package xauth.
11:00:02 #8 36.97 Preparing to unpack .../332-xauth_1%3a1.0.10-1_arm64.deb ...
11:00:02 #8 36.97 Unpacking xauth (1:1.0.10-1) ...
11:00:02 #8 37.01 Selecting previously unselected package xdg-user-dirs.
11:00:02 #8 37.01 Preparing to unpack .../333-xdg-user-dirs_0.17-2_arm64.deb ...
11:00:02 #8 37.02 Unpacking xdg-user-dirs (0.17-2) ...
11:00:02 #8 37.38 Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
11:00:02 #8 37.39 Setting up libapt-pkg-perl (0.1.34+b1) ...
11:00:02 #8 37.40 Setting up libksba8:arm64 (1.3.5-2) ...
11:00:02 #8 37.41 Setting up libpipeline1:arm64 (1.5.1-2) ...
11:00:02 #8 37.41 Setting up wdiff (1.2.2-2+b1) ...
11:00:02 #8 37.42 Setting up lsb-base (10.2019051400) ...
11:00:02 #8 37.43 Setting up mysql-common (5.8+1.0.5) ...
11:00:02 #8 37.46 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
11:00:02 #8 37.47 Setting up libxau6:arm64 (1:1.0.8-1+b2) ...
11:00:02 #8 37.47 Setting up libkeyutils1:arm64 (1.6-6) ...
11:00:02 #8 37.48 Setting up libpsl5:arm64 (0.20.2-2) ...
11:00:03 #8 37.49 Setting up libgpm2:arm64 (1.20.7-5) ...
11:00:03 #8 37.50 Setting up mime-support (3.62) ...
11:00:03 #8 37.53 Setting up xdg-user-dirs (0.17-2) ...
11:00:03 #8 37.56 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
11:00:03 #8 37.57 Setting up psmisc (23.2-1+deb10u1) ...
11:00:03 #8 37.58 Setting up libgc1c2:arm64 (1:7.6.4-0.4) ...
11:00:03 #8 37.59 Setting up libyaml-0-2:arm64 (0.2.1-1) ...
11:00:03 #8 37.60 Setting up libglib2.0-0:arm64 (2.58.3-2+deb10u3) ...
11:00:03 #8 37.61 No schema files found: doing nothing.
11:00:03 #8 37.61 Setting up distro-info-data (0.41+deb10u4) ...
11:00:03 #8 37.62 Setting up manpages (4.16-2) ...
11:00:03 #8 37.63 Setting up unzip (6.0-23+deb10u2) ...
11:00:03 #8 37.65 Setting up libsqlite3-0:arm64 (3.27.2-3+deb10u1) ...
11:00:03 #8 37.66 Setting up libsasl2-modules:arm64 (2.1.27+dfsg-1+deb10u2) ...
11:00:03 #8 37.67 Setting up binutils-common:arm64 (2.31.1-16) ...
11:00:03 #8 37.68 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
11:00:03 #8 37.69 Setting up libmagic1:arm64 (1:5.35-4+deb10u2) ...
11:00:03 #8 37.71 Setting up less (487-0.1+b1) ...
11:00:03 #8 37.80 Setting up perl-openssl-defaults:arm64 (3) ...
11:00:03 #8 37.80 Setting up linux-libc-dev:arm64 (4.19.249-2) ...
11:00:03 #8 37.81 Setting up gettext-base (0.19.8.1-9) ...
11:00:03 #8 37.82 Setting up liblzo2-2:arm64 (2.10-0.1) ...
11:00:03 #8 37.83 Setting up libnpth0:arm64 (1.6-1) ...
11:00:03 #8 37.84 Setting up krb5-locales (1.17-3+deb10u3) ...
11:00:03 #8 37.85 Setting up file (1:5.35-4+deb10u2) ...
11:00:03 #8 37.86 Setting up libossp-uuid16:arm64 (1.6.2-1.5+b7) ...
11:00:03 #8 37.87 Setting up libassuan0:arm64 (2.5.2-1) ...
11:00:03 #8 37.88 Setting up libgomp1:arm64 (8.3.0-6) ...
11:00:03 #8 37.89 Setting up libapt-inst2.0:arm64 (1.8.2.3) ...
11:00:03 #8 37.90 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
11:00:03 #8 37.91 Setting up libldap-common (2.4.47+dfsg-3+deb10u7) ...
11:00:03 #8 37.92 Setting up libicu63:arm64 (63.1-6+deb10u3) ...
11:00:03 #8 37.93 Setting up libfakeroot:arm64 (1.23-1) ...
11:00:03 #8 37.94 Setting up libkrb5support0:arm64 (1.17-3+deb10u3) ...
11:00:03 #8 37.95 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u2) ...
11:00:03 #8 37.96 Setting up fakeroot (1.23-1) ...
11:00:03 #8 37.97 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:00:03 #8 37.98 Setting up mariadb-common (1:10.3.34-0+deb10u1) ...
11:00:03 #8 37.99 update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
11:00:03 #8 38.00 Setting up libasan5:arm64 (8.3.0-6) ...
11:00:03 #8 38.01 Setting up autotools-dev (20180224.1) ...
11:00:03 #8 38.02 Setting up libglib2.0-data (2.58.3-2+deb10u3) ...
11:00:03 #8 38.03 Setting up libpython2.7-minimal:arm64 (2.7.16-2+deb10u1) ...
11:00:03 #8 38.04 Setting up libwrap0:arm64 (7.6.q-28) ...
11:00:03 #8 38.06 Setting up libx11-data (2:1.6.7-1+deb10u2) ...
11:00:03 #8 38.07 Setting up make (4.2.1-1.2) ...
11:00:03 #8 38.08 Setting up libmpfr6:arm64 (4.0.2-1) ...
11:00:03 #8 38.09 Setting up gnupg-l10n (2.2.12-1+deb10u2) ...
11:00:03 #8 38.10 Setting up libntlm0:arm64 (1.5-1+deb10u1) ...
11:00:03 #8 38.11 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
11:00:03 #8 38.12 Setting up libidn11:arm64 (1.33-2.2) ...
11:00:03 #8 38.17 Setting up libncurses6:arm64 (6.1+20181013-2+deb10u2) ...
11:00:03 #8 38.18 Setting up strace (4.26-0.2) ...
11:00:03 #8 38.19 Setting up libsigsegv2:arm64 (2.12-2) ...
11:00:03 #8 38.20 Setting up xz-utils (5.2.4-1+deb10u1) ...
11:00:03 #8 38.21 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:00:03 #8 38.22 Setting up libfribidi0:arm64 (1.0.5-3.1+deb10u1) ...
11:00:03 #8 38.23 Setting up t1utils (1.41-3) ...
11:00:03 #8 38.24 Setting up diffstat (1.62-1) ...
11:00:03 #8 38.25 Setting up libmpc3:arm64 (1.1.0-1) ...
11:00:03 #8 38.26 Setting up libatomic1:arm64 (8.3.0-6) ...
11:00:03 #8 38.27 Setting up patch (2.7.6-3+deb10u1) ...
11:00:03 #8 38.28 Setting up mailutils-common (1:3.5-4) ...
11:00:03 #8 38.29 Setting up autopoint (0.19.8.1-9) ...
11:00:03 #8 38.30 Setting up libmariadb3:arm64 (1:10.3.34-0+deb10u1) ...
11:00:03 #8 38.31 Setting up libfl2:arm64 (2.6.4-6.2) ...
11:00:03 #8 38.32 Setting up libpcre2-8-0:arm64 (10.32-5) ...
11:00:03 #8 38.33 Setting up libk5crypto3:arm64 (1.17-3+deb10u3) ...
11:00:03 #8 38.34 Setting up libltdl7:arm64 (2.4.6-9) ...
11:00:03 #8 38.35 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u2) ...
11:00:03 #8 38.36 Setting up libevent-2.1-6:arm64 (2.1.8-stable-4) ...
11:00:03 #8 38.37 Setting up libubsan1:arm64 (8.3.0-6) ...
11:00:03 #8 38.38 Setting up libisl19:arm64 (0.20-2) ...
11:00:03 #8 38.41 Setting up dwz (0.12-3) ...
11:00:03 #8 38.41 Setting up python-apt-common (1.8.4.3) ...
11:00:03 #8 38.42 Setting up sensible-utils (0.0.12) ...
11:00:04 #8 38.43 Setting up exim4-config (4.92-8+deb10u6) ...
11:00:04 #8 38.73 Adding system-user for exim (v4)
11:00:04 #8 39.07 Setting up libuchardet0:arm64 (0.0.6-3) ...
11:00:04 #8 39.08 Setting up git-man (1:2.20.1-2+deb10u3) ...
11:00:04 #8 39.09 Setting up libssh2-1:arm64 (1.8.0-2.1) ...
11:00:04 #8 39.10 Setting up netbase (5.6) ...
11:00:04 #8 39.12 Setting up libkrb5-3:arm64 (1.17-3+deb10u3) ...
11:00:04 #8 39.13 Setting up libmpdec2:arm64 (2.4.2-2) ...
11:00:04 #8 39.14 Setting up libbinutils:arm64 (2.31.1-16) ...
11:00:04 #8 39.15 Setting up cpp-8 (8.3.0-6) ...
11:00:04 #8 39.16 Setting up libc-dev-bin (2.28-10+deb10u1) ...
11:00:04 #8 39.17 Setting up openssl (1.1.1n-0+deb10u3) ...
11:00:04 #8 39.18 Setting up libbsd0:arm64 (0.9.1-2+deb10u1) ...
11:00:04 #8 39.19 Setting up readline-common (7.0-5) ...
11:00:04 #8 39.20 Setting up publicsuffix (20211109.1735-0+deb10u1) ...
11:00:04 #8 39.21 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u4) ...
11:00:04 #8 39.22 Setting up libcc1-0:arm64 (8.3.0-6) ...
11:00:04 #8 39.23 Setting up iso-codes (4.2-1) ...
11:00:04 #8 39.24 Setting up liblocale-gettext-perl (1.07-3+b4) ...
11:00:05 #8 39.25 Setting up liblsan0:arm64 (8.3.0-6) ...
11:00:05 #8 39.26 Setting up dctrl-tools (2.24-3) ...
11:00:05 #8 39.27 Setting up libitm1:arm64 (8.3.0-6) ...
11:00:05 #8 39.28 Setting up debian-keyring (2019.02.25) ...
11:00:05 #8 39.29 Setting up libreadline7:arm64 (7.0-5) ...
11:00:05 #8 39.30 Setting up libgdbm6:arm64 (1.18.1-4) ...
11:00:05 #8 39.32 Setting up gnupg-utils (2.2.12-1+deb10u2) ...
11:00:05 #8 39.33 Setting up libtsan0:arm64 (8.3.0-6) ...
11:00:05 #8 39.34 Setting up pinentry-curses (1.1.0-2) ...
11:00:05 #8 39.35 Setting up manpages-dev (4.16-2) ...
11:00:05 #8 39.36 Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
11:00:05 #8 39.37 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
11:00:05 #8 39.38 Setting up libxcb1:arm64 (1.13.1-2) ...
11:00:05 #8 39.39 Setting up at (3.1.23-1) ...
11:00:05 #8 39.52 invoke-rc.d: could not determine current runlevel
11:00:05 #8 39.53 invoke-rc.d: policy-rc.d denied execution of start.
11:00:05 #8 39.53 Setting up libedit2:arm64 (3.1-20181209-1) ...
11:00:05 #8 39.54 Setting up libkyotocabinet16v5:arm64 (1.2.76-4.2+b1) ...
11:00:05 #8 39.55 Setting up cron (3.0pl1-134+deb10u1) ...
11:00:05 #8 39.63 Adding group `crontab' (GID 102) ...
11:00:05 #8 39.64 Done.
11:00:05 #8 39.66 invoke-rc.d: could not determine current runlevel
11:00:05 #8 39.66 invoke-rc.d: policy-rc.d denied execution of start.
11:00:05 #8 39.77 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u7) ...
11:00:05 #8 39.78 Setting up m4 (1.4.18-2) ...
11:00:05 #8 39.79 Setting up binutils-aarch64-linux-gnu (2.31.1-16) ...
11:00:05 #8 39.80 Setting up binutils (2.31.1-16) ...
11:00:05 #8 39.81 Setting up libpython2.7-stdlib:arm64 (2.7.16-2+deb10u1) ...
11:00:05 #8 39.82 Setting up ca-certificates (20200601~deb10u2) ...
11:00:06 #8 40.32 Updating certificates in /etc/ssl/certs...
11:00:06 #8 40.95 137 added, 0 removed; done.
11:00:06 #8 41.01 Setting up libunbound8:arm64 (1.9.0-2+deb10u2) ...
11:00:06 #8 41.02 Setting up shared-mime-info (1.10-1) ...
11:00:08 #8 42.87 Setting up bsdmainutils (11.1.2+b1) ...
11:00:08 #8 42.89 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
11:00:08 #8 42.89 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
11:00:08 #8 42.90 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u3) ...
11:00:08 #8 42.91 Setting up libcroco3:arm64 (0.6.12-3) ...
11:00:08 #8 42.92 Setting up libgdbm-compat4:arm64 (1.18.1-4) ...
11:00:08 #8 42.93 Setting up ucf (3.0038+nmu1) ...
11:00:08 #8 43.06 Setting up libgcc-8-dev:arm64 (8.3.0-6) ...
11:00:08 #8 43.07 Setting up libperl5.28:arm64 (5.28.1-6+deb10u1) ...
11:00:08 #8 43.08 Setting up groff-base (1.22.4-3+deb10u1) ...
11:00:08 #8 43.10 Setting up cpp (4:8.3.0-1) ...
11:00:08 #8 43.11 Setting up gpgconf (2.2.12-1+deb10u2) ...
11:00:08 #8 43.12 Setting up libcurl4:arm64 (7.64.0-4+deb10u2) ...
11:00:08 #8 43.13 Setting up libc6-dev:arm64 (2.28-10+deb10u1) ...
11:00:08 #8 43.14 Setting up libx11-6:arm64 (2:1.6.7-1+deb10u2) ...
11:00:08 #8 43.15 Setting up curl (7.64.0-4+deb10u2) ...
11:00:08 #8 43.16 Setting up libxmuu1:arm64 (2:1.1.2-2+b3) ...
11:00:08 #8 43.18 Setting up gpg (2.2.12-1+deb10u2) ...
11:00:08 #8 43.19 Setting up guile-2.2-libs:arm64 (2.2.4+1-2+deb10u1) ...
11:00:08 #8 43.20 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
11:00:08 #8 43.21 Setting up libstdc++-8-dev:arm64 (8.3.0-6) ...
11:00:08 #8 43.22 Setting up python3.7 (3.7.3-2+deb10u3) ...
11:00:09 #8 43.99 Setting up libgnutls-dane0:arm64 (3.6.7-4+deb10u7) ...
11:00:09 #8 44.00 Setting up libpython2.7:arm64 (2.7.16-2+deb10u1) ...
11:00:09 #8 44.01 Setting up gettext (0.19.8.1-9) ...
11:00:09 #8 44.02 Setting up exim4-base (4.92-8+deb10u6) ...
11:00:09 #8 44.13 exim: DB upgrade, deleting hints-db
11:00:09 #8 44.16 Setting up gcc-8 (8.3.0-6) ...
11:00:09 #8 44.17 Setting up gpg-agent (2.2.12-1+deb10u2) ...
11:00:09 #8 44.19 Setting up libtool (2.4.6-9) ...
11:00:09 #8 44.20 Setting up openssh-client (1:7.9p1-10+deb10u2) ...
11:00:10 #8 44.29 Setting up gpgsm (2.2.12-1+deb10u2) ...
11:00:10 #8 44.30 Setting up libgsasl7 (1.8.0-8+deb10u1) ...
11:00:10 #8 44.31 Setting up libxext6:arm64 (2:1.3.3-1+b2) ...
11:00:10 #8 44.32 Setting up libcurl3-gnutls:arm64 (7.64.0-4+deb10u2) ...
11:00:10 #8 44.33 Setting up python3 (3.7.3-1) ...
11:00:10 #8 44.65 Setting up python3-xdg (0.25-5) ...
11:00:10 #8 44.81 Setting up man-db (2.8.5-2) ...
11:00:10 #8 44.92 Building database of manual pages ...
11:00:22 #8 57.11 Setting up libgpgme11:arm64 (1.12.0-6) ...
11:00:22 #8 57.12 Setting up gcc (4:8.3.0-1) ...
11:00:22 #8 57.14 Setting up python3-six (1.12.0-1) ...
11:00:22 #8 57.29 Setting up dirmngr (2.2.12-1+deb10u2) ...
11:00:22 #8 57.31 Setting up perl (5.28.1-6+deb10u1) ...
11:00:22 #8 57.33 Setting up libpackage-stash-xs-perl (0.29-1) ...
11:00:22 #8 57.34 Setting up python3-gpg (1.12.0-6) ...
11:00:23 #8 57.53 Setting up libdata-dump-perl (1.23-1) ...
11:00:23 #8 57.58 Setting up python3-certifi (2018.8.24-1) ...
11:00:23 #8 57.80 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
11:00:23 #8 57.83 Setting up libref-util-perl (0.204-1) ...
11:00:23 #8 57.84 Setting up libipc-system-simple-perl (1.25-4) ...
11:00:23 #8 57.86 Setting up libnet-domain-tld-perl (1.75-1) ...
11:00:23 #8 57.88 Setting up libnet-libidn-perl (0.12.ds-3+b1) ...
11:00:23 #8 57.89 Setting up libvariable-magic-perl (0.62-1+b1) ...
11:00:23 #8 57.89 Setting up python3-idna (2.6-1) ...
11:00:23 #8 58.09 Setting up libio-html-perl (1.001-1) ...
11:00:23 #8 58.10 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
11:00:23 #8 58.11 Setting up libtest-refcount-perl (0.08-3) ...
11:00:23 #8 58.12 Setting up libparams-util-perl (1.07-3+b4) ...
11:00:23 #8 58.13 Setting up libdpkg-perl (1.19.8) ...
11:00:23 #8 58.13 Setting up autoconf (2.69-11) ...
11:00:23 #8 58.15 Setting up python3-urllib3 (1.24.1-1) ...
11:00:24 #8 58.32 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:00:24 #8 58.33 Setting up libcapture-tiny-perl (0.48-1) ...
11:00:24 #8 58.34 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
11:00:24 #8 58.35 Setting up gpg-wks-server (2.2.12-1+deb10u2) ...
11:00:24 #8 58.36 Setting up libsub-name-perl (0.21-1+b3) ...
11:00:24 #8 58.37 Setting up libtype-tiny-xs-perl (0.014-1+b1) ...
11:00:24 #8 58.38 Setting up g++-8 (8.3.0-6) ...
11:00:24 #8 58.39 Setting up libfile-chdir-perl (0.1008-1) ...
11:00:24 #8 58.40 Setting up xauth (1:1.0.10-1) ...
11:00:24 #8 58.41 Setting up libpath-tiny-perl (0.108-1) ...
11:00:24 #8 58.42 Setting up libarchive-cpio-perl (0.10-1) ...
11:00:24 #8 58.42 Setting up libjson-perl (4.02000-1) ...
11:00:24 #8 58.43 Setting up libfcgi-perl (0.78-2+b3) ...
11:00:24 #8 58.44 Setting up libdevel-globaldestruction-perl (0.14-1) ...
11:00:24 #8 58.45 Setting up python3-unidiff (0.5.4-1) ...
11:00:24 #8 58.60 Setting up libstrictures-perl (2.000005-1) ...
11:00:24 #8 58.60 Setting up libsub-quote-perl (2.005001-1) ...
11:00:24 #8 58.61 Setting up libclass-xsaccessor-perl (1.19-3+b2) ...
11:00:24 #8 58.62 Setting up libsort-versions-perl (1.62-1) ...
11:00:24 #8 58.63 Setting up libexporter-tiny-perl (1.002001-1) ...
11:00:24 #8 58.64 Setting up libterm-readkey-perl (2.38-1) ...
11:00:24 #8 58.65 Setting up lsb-release (10.2019051400) ...
11:00:24 #8 58.66 Setting up libclass-accessor-perl (0.51-1) ...
11:00:24 #8 58.67 Setting up libnet-ip-perl (1.26-2) ...
11:00:24 #8 58.68 Setting up python3-magic (2:0.4.15-2) ...
11:00:24 #8 58.83 Setting up libperlio-gzip-perl (0.19-1+b5) ...
11:00:24 #8 58.83 Setting up libsys-hostname-long-perl (1.5-1) ...
11:00:24 #8 58.84 Setting up libsereal-decoder-perl (4.005+ds-1+b1) ...
11:00:24 #8 58.85 Setting up liburi-perl (1.76-1) ...
11:00:24 #8 58.86 Setting up exim4-daemon-light (4.92-8+deb10u6) ...
11:00:24 #8 58.94 invoke-rc.d: could not determine current runlevel
11:00:24 #8 58.94 invoke-rc.d: policy-rc.d denied execution of start.
11:00:24 #8 58.94 Initializing GnuTLS DH parameter file
11:00:24 #8 58.99 Setting up libmailutils5:arm64 (1:3.5-4) ...
11:00:24 #8 59.00 Setting up libdigest-bubblebabble-perl (0.02-2) ...
11:00:24 #8 59.01 Setting up libnet-ssleay-perl (1.85-2+b1) ...
11:00:24 #8 59.01 Setting up python3-pkg-resources (40.8.0-1) ...
11:00:24 #8 59.22 Setting up automake (1:1.16.1-4) ...
11:00:24 #8 59.23 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:00:24 #8 59.23 Setting up libasync-mergepoint-perl (0.04-2) ...
11:00:24 #8 59.24 Setting up libio-sessiondata-perl (1.03-1) ...
11:00:25 #8 59.30 Setting up libstring-escape-perl (2010.002-2) ...
11:00:25 #8 59.31 Setting up libhttp-date-perl (6.02-1) ...
11:00:25 #8 59.32 Setting up libfile-which-perl (1.23-1) ...
11:00:25 #8 59.33 Setting up mailutils (1:3.5-4) ...
11:00:25 #8 59.33 update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
11:00:25 #8 59.34 update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
11:00:25 #8 59.34 update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
11:00:25 #8 59.34 update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
11:00:25 #8 59.35 update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
11:00:25 #8 59.35 update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
11:00:25 #8 59.36 update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
11:00:25 #8 59.36 Setting up libfile-basedir-perl (0.08-1) ...
11:00:25 #8 59.37 Setting up libnumber-range-perl (0.12-1) ...
11:00:25 #8 59.38 Setting up libtask-weaken-perl (1.06-1) ...
11:00:25 #8 59.39 Setting up libunicode-utf8-perl (0.62-1) ...
11:00:25 #8 59.40 Setting up libstruct-dumb-perl (0.09-1) ...
11:00:25 #8 59.41 Setting up libossp-uuid-perl (1.6.2-1.5+b7) ...
11:00:25 #8 59.42 Setting up libfile-listing-perl (6.04-1) ...
11:00:25 #8 59.42 Setting up gpg-wks-client (2.2.12-1+deb10u2) ...
11:00:25 #8 59.43 Setting up libclass-inspector-perl (1.32-1) ...
11:00:25 #8 59.44 Setting up libfont-afm-perl (1.20-2) ...
11:00:25 #8 59.45 Setting up libwant-perl (0.29-1+b4) ...
11:00:25 #8 59.46 Setting up libdynaloader-functions-perl (0.003-1) ...
11:00:25 #8 59.47 Setting up libtext-glob-perl (0.10-1) ...
11:00:25 #8 59.48 Setting up libclass-method-modifiers-perl (2.12-1) ...
11:00:25 #8 59.49 Setting up liblist-compare-perl (0.53-1) ...
11:00:25 #8 59.50 Setting up libref-util-xs-perl (0.117-1+b1) ...
11:00:25 #8 59.51 Setting up libio-pty-perl (1:1.08-1.1+b5) ...
11:00:25 #8 59.52 Setting up libfile-fcntllock-perl (0.22-3+b5) ...
11:00:25 #8 59.53 Setting up libsort-key-perl (1.33-2+b1) ...
11:00:25 #8 59.54 Setting up libclone-perl (0.41-1+b1) ...
11:00:25 #8 59.54 Setting up libalgorithm-diff-perl (1.19.03-2) ...
11:00:25 #8 59.55 Setting up libarchive-zip-perl (1.64-1) ...
11:00:25 #8 59.56 Setting up libsub-identify-perl (0.14-1+b1) ...
11:00:25 #8 59.57 Setting up libdistro-info-perl (0.21) ...
11:00:25 #8 59.58 Setting up python3-apt (1.8.4.3) ...
11:00:25 #8 59.75 Setting up libio-stringy-perl (2.111-3) ...
11:00:25 #8 59.76 Setting up liblist-moreutils-perl (0.416-1+b4) ...
11:00:25 #8 59.77 Setting up libhtml-tagset-perl (3.20-3) ...
11:00:25 #8 59.78 Setting up liblog-any-perl (1.707-1) ...
11:00:25 #8 59.79 Setting up libauthen-sasl-perl (2.1600-1) ...
11:00:25 #8 59.80 Setting up libpod-constants-perl (0.19-1) ...
11:00:25 #8 59.81 Setting up libregexp-pattern-license-perl (3.0.31-4) ...
11:00:25 #8 59.81 Setting up libconvert-binhex-perl (1.125-1) ...
11:00:25 #8 59.82 Setting up libfuture-perl (0.39-1) ...
11:00:25 #8 59.83 Setting up liblwp-mediatypes-perl (6.02-1) ...
11:00:25 #8 59.85 Setting up libyaml-libyaml-perl (0.76+repack-1) ...
11:00:25 #8 59.85 Setting up libtry-tiny-perl (0.30-1) ...
11:00:25 #8 59.86 Setting up libtype-tiny-perl (1.004004-1) ...
11:00:25 #8 59.87 Setting up libtest-fatal-perl (0.014-1) ...
11:00:25 #8 59.88 Setting up libcommon-sense-perl (3.74-2+b7) ...
11:00:25 #8 59.89 Setting up libxml-namespacesupport-perl (1.12-1) ...
11:00:25 #8 59.90 Setting up libnet-http-perl (6.18-1) ...
11:00:25 #8 59.91 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
11:00:25 #8 59.92 Setting up libencode-locale-perl (1.05-1) ...
11:00:25 #8 59.93 Setting up libtext-levenshtein-perl (0.13-1) ...
11:00:25 #8 59.94 Setting up libnet-dns-perl (1.19-1) ...
11:00:25 #8 59.95 Setting up libsereal-encoder-perl (4.005+ds-1+b1) ...
11:00:25 #8 59.96 Setting up libdevel-callchecker-perl (0.008-1) ...
11:00:25 #8 59.97 Setting up libstring-shellquote-perl (1.04-1) ...
11:00:25 #8 59.98 Setting up libsub-install-perl (0.928-1) ...
11:00:25 #8 59.99 Setting up dpkg-dev (1.19.8) ...
11:00:25 #8 60.01 Setting up libnumber-compare-perl (0.03-1) ...
11:00:25 #8 60.02 Setting up intltool-debian (0.35.0+20060710.5) ...
11:00:25 #8 60.03 Setting up libio-async-perl (0.72-1) ...
11:00:25 #8 60.04 Setting up liberror-perl (0.17027-2) ...
11:00:25 #8 60.05 Setting up patchutils (0.3.4-2) ...
11:00:25 #8 60.06 Setting up libmail-sendmail-perl (0.80-1) ...
11:00:25 #8 60.07 Setting up libltdl-dev:arm64 (2.4.6-9) ...
11:00:25 #8 60.08 Setting up libxml-sax-base-perl (1.09-1) ...
11:00:25 #8 60.09 Setting up libio-string-perl (1.08-3) ...
11:00:25 #8 60.10 Setting up libreadonly-perl (2.050-1) ...
11:00:25 #8 60.11 Setting up python3-chardet (3.0.4-3) ...
11:00:26 #8 60.37 Setting up libstring-copyright-perl (0.003006-1) ...
11:00:26 #8 60.38 Setting up python3-debian (0.1.35) ...
11:00:26 #8 60.55 Setting up python3-requests (2.21.0-1) ...
11:00:26 #8 60.71 Setting up libdata-optlist-perl (0.110-1) ...
11:00:26 #8 60.72 Setting up libipc-run-perl (20180523.0-1) ...
11:00:26 #8 60.73 Setting up git (1:2.20.1-2+deb10u3) ...
11:00:26 #8 60.76 Setting up libcontextual-return-perl (0.004014-2) ...
11:00:26 #8 60.77 Setting up libwww-robotrules-perl (6.02-1) ...
11:00:26 #8 60.78 Setting up libtypes-serialiser-perl (1.0-1) ...
11:00:26 #8 60.79 Setting up g++ (4:8.3.0-1) ...
11:00:26 #8 60.82 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:00:26 #8 60.82 Setting up libhtml-parser-perl (3.72-3+b3) ...
11:00:26 #8 60.83 Setting up libgit-wrapper-perl (0.048-1) ...
11:00:26 #8 60.84 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
11:00:26 #8 60.85 Setting up librole-tiny-perl (2.000006-1) ...
11:00:26 #8 60.86 Setting up gnupg (2.2.12-1+deb10u2) ...
11:00:26 #8 60.87 Setting up build-essential (12.6) ...
11:00:26 #8 60.94 Setting up libfile-homedir-perl (1.004-1) ...
11:00:26 #8 60.95 Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
11:00:26 #8 60.96 Setting up libio-socket-ssl-perl (2.060-3) ...
11:00:26 #8 60.97 Setting up libsub-exporter-perl (0.987-1) ...
11:00:26 #8 60.98 Setting up libalgorithm-merge-perl (0.08-3) ...
11:00:26 #8 60.99 Setting up libhttp-message-perl (6.18-1) ...
11:00:26 #8 61.00 Setting up libhtml-form-perl (6.03-1) ...
11:00:26 #8 61.00 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
11:00:26 #8 61.01 Setting up libjson-xs-perl (3.040-1+b1) ...
11:00:26 #8 61.02 Setting up libhttp-negotiate-perl (6.01-1) ...
11:00:26 #8 61.03 Setting up libio-prompter-perl (0.004015-1) ...
11:00:26 #8 61.04 Setting up libhttp-cookies-perl (6.04-1) ...
11:00:26 #8 61.05 Setting up po-debconf (1.0.21) ...
11:00:26 #8 61.06 Setting up libhtml-tree-perl (5.07-2) ...
11:00:26 #8 61.07 Setting up libparams-classify-perl (0.015-1+b1) ...
11:00:26 #8 61.08 Setting up libcgi-pm-perl (4.40-1) ...
11:00:26 #8 61.09 Setting up libpath-iterator-rule-perl (1.014-1) ...
11:00:26 #8 61.10 Setting up libnet-dns-sec-perl (1.11-1) ...
11:00:26 #8 61.11 Setting up libsereal-perl (4.005-1) ...
11:00:26 #8 61.12 Setting up libhtml-format-perl (2.12-1) ...
11:00:26 #8 61.13 Setting up libxml-sax-perl (1.00+dfsg-1) ...
11:00:26 #8 61.20 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:00:26 #8 61.26 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:00:27 #8 61.43 
11:00:27 #8 61.44 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:00:27 #8 61.50 Setting up dput (1.0.3) ...
11:00:27 #8 61.69 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:00:27 #8 61.70 Setting up libmodule-runtime-perl (0.016-1) ...
11:00:27 #8 61.71 Setting up libmailtools-perl (2.18-1) ...
11:00:27 #8 61.72 Setting up libparse-debianchangelog-perl (1.2.0-13) ...
11:00:27 #8 61.73 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
11:00:27 #8 61.77 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:00:27 #8 61.85 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:00:27 #8 61.92 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:00:27 #8 62.10 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:00:27 #8 62.17 Setting up libconst-fast-perl (0.014-1) ...
11:00:27 #8 62.18 Setting up libhttp-daemon-perl (6.01-3) ...
11:00:27 #8 62.20 Setting up libmodule-implementation-perl (0.09-1) ...
11:00:27 #8 62.20 Setting up libemail-valid-perl (1.202-1) ...
11:00:27 #8 62.22 Setting up libcgi-fast-perl (1:2.13-1) ...
11:00:27 #8 62.23 Setting up libpackage-stash-perl (0.38-1) ...
11:00:27 #8 62.24 Setting up libimport-into-perl (1.002005-1) ...
11:00:27 #8 62.24 Setting up libmoo-perl (2.003004-2) ...
11:00:27 #8 62.25 Setting up libmime-tools-perl (5.509-1) ...
11:00:27 #8 62.26 Setting up libxml-simple-perl (2.25-1) ...
11:00:27 #8 62.27 Setting up libparams-validate-perl (1.29-1+b1) ...
11:00:27 #8 62.28 Setting up libb-hooks-endofscope-perl (0.24-1) ...
11:00:27 #8 62.29 Setting up lintian (2.15.0) ...
11:00:27 #8 62.31 Setting up libnamespace-clean-perl (0.27-1) ...
11:00:27 #8 62.32 Setting up libgetopt-long-descriptive-perl (0.103-2) ...
11:00:27 #8 62.32 Setting up licensecheck (3.0.31-3) ...
11:00:27 #8 62.33 Setting up libgitlab-api-v4-perl (0.16-1) ...
11:00:27 #8 62.35 Setting up liblwp-protocol-https-perl (6.07-2) ...
11:00:27 #8 62.36 Setting up libwww-perl (6.36-2) ...
11:00:27 #8 62.37 Setting up debhelper (12.1.1) ...
11:00:27 #8 62.38 Setting up dh-autoreconf (19) ...
11:00:28 #8 62.39 Setting up devscripts (2.19.5+deb10u1) ...
11:00:28 #8 62.58 Setting up dh-strip-nondeterminism (1.1.2-1) ...
11:00:28 #8 62.59 Setting up equivs (2.2.0) ...
11:00:28 #8 62.60 Setting up libxml-parser-perl (2.44-4) ...
11:00:28 #8 62.61 Setting up libxml-sax-expat-perl (0.51-1) ...
11:00:28 #8 62.66 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:00:28 #8 62.72 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:00:28 #8 62.90 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:00:28 #8 62.99 Setting up libsoap-lite-perl (1.27-1) ...
11:00:28 #8 63.00 Setting up libxmlrpc-lite-perl (0.717-2) ...
11:00:28 #8 63.02 Processing triggers for libc-bin (2.28-10+deb10u1) ...
11:00:28 #8 63.05 Processing triggers for ca-certificates (20200601~deb10u2) ...
11:00:28 #8 63.06 Updating certificates in /etc/ssl/certs...
11:00:29 #8 63.62 0 added, 0 removed; done.
11:00:29 #8 63.62 Running hooks in /etc/ca-certificates/update.d...
11:00:29 #8 63.63 done.
11:00:29 #8 DONE 64.0s
11:00:29 
11:00:29 #10 [stage-1 3/8] COPY common /root/build-deb/debian
11:00:29 #10 sha256:44e2b703404bcfa87c4d51d3edb252a1208641bc38af1aa86ce802367eb26c31
11:00:29 #10 DONE 0.1s
11:00:29 
11:00:29 #11 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
11:00:29 #11 sha256:09a95fac3acff29a557540018f56e54532058e95ab5e699a7306ac1ea4743f96
11:00:30 #11 0.686 Hit:1 http://deb.debian.org/debian buster InRelease
11:00:30 #11 0.686 Hit:2 http://deb.debian.org/debian-security buster/updates InRelease
11:00:30 #11 0.687 Hit:3 http://deb.debian.org/debian buster-updates InRelease
11:00:31 #11 1.106 Reading package lists...
11:00:31 #11 2.293 dh_testdir
11:00:31 #11 2.313 dh_testroot
11:00:31 #11 2.332 dh_prep
11:00:31 #11 2.355 dh_testdir
11:00:31 #11 2.374 dh_testroot
11:00:31 #11 2.393 dh_install
11:00:31 #11 2.421 dh_installdocs
11:00:31 #11 2.456 dh_installchangelogs
11:00:32 #11 2.538 dh_compress
11:00:32 #11 2.578 dh_fixperms
11:00:32 #11 2.629 dh_installdeb
11:00:32 #11 2.657 dh_gencontrol
11:00:32 #11 2.785 dh_md5sums
11:00:32 #11 2.817 dh_builddeb
11:00:32 #11 2.839 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:00:32 #11 2.861 
11:00:32 #11 2.861 The package has been created.
11:00:32 #11 2.861 Attention, the package has been created in the current directory,
11:00:32 #11 2.861 not in ".." as indicated by the message above!
11:00:32 #11 2.885 Selecting previously unselected package docker-ce-build-deps.
11:00:32 #11 2.902 (Reading database ... 27756 files and directories currently installed.)
11:00:32 #11 2.904 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:00:32 #11 2.908 Unpacking docker-ce-build-deps (1.0) ...
11:00:33 #11 2.956 Reading package lists...
11:00:33 #11 3.662 Building dependency tree...
11:00:33 #11 3.839 Reading state information...
11:00:33 #11 3.876 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:00:33 #11 3.954 Starting 2 pkgProblemResolver with broken count: 0
11:00:33 #11 3.957 Done
11:00:33 #11 3.996  Done
11:00:33 #11 4.012 Starting pkgProblemResolver with broken count: 0
11:00:33 #11 4.063 Starting 2 pkgProblemResolver with broken count: 0
11:00:33 #11 4.066 Done
11:00:33 #11 4.245 The following additional packages will be installed:
11:00:33 #11 4.246   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
11:00:33 #11 4.246   libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1
11:00:33 #11 4.246   libdevmapper1.02.1 libjsoncpp1 libpcre16-3 libpcre3-dev libpcre32-3
11:00:33 #11 4.246   libpcrecpp0v5 libprocps7 librhash0 libseccomp-dev libselinux1-dev
11:00:33 #11 4.247   libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config procps
11:00:33 #11 4.249 Suggested packages:
11:00:33 #11 4.249   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
11:00:34 #11 4.445 The following NEW packages will be installed:
11:00:34 #11 4.445   bash-completion cmake cmake-data dh-apparmor dmsetup libarchive13
11:00:34 #11 4.445   libbtrfs-dev libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1
11:00:34 #11 4.446   libdevmapper1.02.1 libjsoncpp1 libpcre16-3 libpcre3-dev libpcre32-3
11:00:34 #11 4.446   libpcrecpp0v5 libprocps7 librhash0 libseccomp-dev libselinux1-dev
11:00:34 #11 4.447   libsepol1-dev libsystemd-dev libudev-dev libuv1 pkg-config procps
11:00:34 #11 4.725 0 upgraded, 26 newly installed, 0 to remove and 0 not upgraded.
11:00:34 #11 4.725 1 not fully installed or removed.
11:00:34 #11 4.725 Need to get 8314 kB of archives.
11:00:34 #11 4.725 After this operation, 36.4 MB of additional disk space will be used.
11:00:34 #11 4.725 Get:1 http://deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB]
11:00:34 #11 4.731 Get:2 http://deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB]
11:00:34 #11 4.745 Get:3 http://deb.debian.org/debian buster/main arm64 libprocps7 arm64 2:3.3.15-2 [58.0 kB]
11:00:34 #11 4.745 Get:4 http://deb.debian.org/debian buster/main arm64 procps arm64 2:3.3.15-2 [245 kB]
11:00:34 #11 4.748 Get:5 http://deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB]
11:00:34 #11 4.751 Get:6 http://deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB]
11:00:34 #11 4.753 Get:7 http://deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB]
11:00:34 #11 4.754 Get:8 http://deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1+deb10u1 [105 kB]
11:00:34 #11 4.755 Get:9 http://deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB]
11:00:34 #11 4.819 Get:10 http://deb.debian.org/debian buster/main arm64 dh-apparmor all 2.13.2-10 [70.1 kB]
11:00:34 #11 4.822 Get:11 http://deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
11:00:34 #11 4.823 Get:12 http://deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
11:00:34 #11 4.824 Get:13 http://deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
11:00:34 #11 4.825 Get:14 http://deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
11:00:34 #11 4.827 Get:15 http://deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB]
11:00:34 #11 4.827 Get:16 http://deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u8 [110 kB]
11:00:34 #11 4.829 Get:17 http://deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB]
11:00:34 #11 4.834 Get:18 http://deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB]
11:00:34 #11 4.837 Get:19 http://deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB]
11:00:34 #11 4.839 Get:20 http://deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB]
11:00:34 #11 4.841 Get:21 http://deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB]
11:00:34 #11 4.846 Get:22 http://deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB]
11:00:34 #11 4.848 Get:23 http://deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB]
11:00:34 #11 4.849 Get:24 http://deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB]
11:00:34 #11 4.850 Get:25 http://deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u8 [322 kB]
11:00:34 #11 4.854 Get:26 http://deb.debian.org/debian buster/main arm64 pkg-config arm64 0.29-6 [62.2 kB]
11:00:34 #11 5.065 debconf: delaying package configuration, since apt-utils is not installed
11:00:34 #11 5.109 Fetched 8314 kB in 0s (21.6 MB/s)
11:00:34 #11 5.141 Selecting previously unselected package bash-completion.
11:00:34 #11 5.141 (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 ... 27760 files and directories currently installed.)
11:00:34 #11 5.158 Preparing to unpack .../00-bash-completion_1%3a2.8-6_all.deb ...
11:00:35 #11 5.953 Unpacking bash-completion (1:2.8-6) ...
11:00:35 #11 6.098 Selecting previously unselected package cmake-data.
11:00:35 #11 6.102 Preparing to unpack .../01-cmake-data_3.13.4-1_all.deb ...
11:00:35 #11 6.107 Unpacking cmake-data (3.13.4-1) ...
11:00:36 #11 6.444 Selecting previously unselected package libprocps7:arm64.
11:00:36 #11 6.448 Preparing to unpack .../02-libprocps7_2%3a3.3.15-2_arm64.deb ...
11:00:36 #11 6.455 Unpacking libprocps7:arm64 (2:3.3.15-2) ...
11:00:36 #11 6.495 Selecting previously unselected package procps.
11:00:36 #11 6.498 Preparing to unpack .../03-procps_2%3a3.3.15-2_arm64.deb ...
11:00:36 #11 6.504 Unpacking procps (2:3.3.15-2) ...
11:00:36 #11 6.556 Selecting previously unselected package libarchive13:arm64.
11:00:36 #11 6.560 Preparing to unpack .../04-libarchive13_3.3.3-4+deb10u1_arm64.deb ...
11:00:36 #11 6.563 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ...
11:00:36 #11 6.617 Selecting previously unselected package libjsoncpp1:arm64.
11:00:36 #11 6.621 Preparing to unpack .../05-libjsoncpp1_1.7.4-3_arm64.deb ...
11:00:36 #11 6.625 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
11:00:36 #11 6.662 Selecting previously unselected package librhash0:arm64.
11:00:36 #11 6.666 Preparing to unpack .../06-librhash0_1.3.8-1_arm64.deb ...
11:00:36 #11 6.669 Unpacking librhash0:arm64 (1.3.8-1) ...
11:00:36 #11 6.710 Selecting previously unselected package libuv1:arm64.
11:00:36 #11 6.714 Preparing to unpack .../07-libuv1_1.24.1-1+deb10u1_arm64.deb ...
11:00:36 #11 6.717 Unpacking libuv1:arm64 (1.24.1-1+deb10u1) ...
11:00:36 #11 6.752 Selecting previously unselected package cmake.
11:00:36 #11 6.756 Preparing to unpack .../08-cmake_3.13.4-1_arm64.deb ...
11:00:36 #11 6.759 Unpacking cmake (3.13.4-1) ...
11:00:36 #11 7.083 Selecting previously unselected package dh-apparmor.
11:00:36 #11 7.086 Preparing to unpack .../09-dh-apparmor_2.13.2-10_all.deb ...
11:00:36 #11 7.089 Unpacking dh-apparmor (2.13.2-10) ...
11:00:36 #11 7.133 Selecting previously unselected package libbtrfs0.
11:00:36 #11 7.137 Preparing to unpack .../10-libbtrfs0_4.20.1-2_arm64.deb ...
11:00:36 #11 7.140 Unpacking libbtrfs0 (4.20.1-2) ...
11:00:36 #11 7.170 Selecting previously unselected package libbtrfs-dev.
11:00:36 #11 7.174 Preparing to unpack .../11-libbtrfs-dev_4.20.1-2_arm64.deb ...
11:00:36 #11 7.177 Unpacking libbtrfs-dev (4.20.1-2) ...
11:00:36 #11 7.211 Selecting previously unselected package dmsetup.
11:00:36 #11 7.215 Preparing to unpack .../12-dmsetup_2%3a1.02.155-3_arm64.deb ...
11:00:36 #11 7.218 Unpacking dmsetup (2:1.02.155-3) ...
11:00:36 #11 7.258 Selecting previously unselected package libdevmapper1.02.1:arm64.
11:00:36 #11 7.261 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
11:00:36 #11 7.265 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
11:00:36 #11 7.305 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
11:00:36 #11 7.309 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ...
11:00:36 #11 7.312 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
11:00:37 #11 7.348 Selecting previously unselected package libudev-dev:arm64.
11:00:37 #11 7.352 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_arm64.deb ...
11:00:37 #11 7.364 Unpacking libudev-dev:arm64 (241-7~deb10u8) ...
11:00:37 #11 7.402 Selecting previously unselected package libsepol1-dev:arm64.
11:00:37 #11 7.406 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ...
11:00:37 #11 7.409 Unpacking libsepol1-dev:arm64 (2.8-1) ...
11:00:37 #11 7.471 Selecting previously unselected package libpcre16-3:arm64.
11:00:37 #11 7.473 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ...
11:00:37 #11 7.476 Unpacking libpcre16-3:arm64 (2:8.39-12) ...
11:00:37 #11 7.521 Selecting previously unselected package libpcre32-3:arm64.
11:00:37 #11 7.524 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ...
11:00:37 #11 7.528 Unpacking libpcre32-3:arm64 (2:8.39-12) ...
11:00:37 #11 7.573 Selecting previously unselected package libpcrecpp0v5:arm64.
11:00:37 #11 7.576 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ...
11:00:37 #11 7.580 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ...
11:00:37 #11 7.613 Selecting previously unselected package libpcre3-dev:arm64.
11:00:37 #11 7.618 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ...
11:00:37 #11 7.621 Unpacking libpcre3-dev:arm64 (2:8.39-12) ...
11:00:37 #11 7.699 Selecting previously unselected package libselinux1-dev:arm64.
11:00:37 #11 7.703 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ...
11:00:37 #11 7.706 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ...
11:00:37 #11 7.761 Selecting previously unselected package libdevmapper-dev:arm64.
11:00:37 #11 7.765 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ...
11:00:37 #11 7.768 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ...
11:00:37 #11 7.797 Selecting previously unselected package libseccomp-dev:arm64.
11:00:37 #11 7.801 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ...
11:00:37 #11 7.804 Unpacking libseccomp-dev:arm64 (2.3.3-4) ...
11:00:37 #11 7.840 Selecting previously unselected package libsystemd-dev:arm64.
11:00:37 #11 7.844 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_arm64.deb ...
11:00:37 #11 7.847 Unpacking libsystemd-dev:arm64 (241-7~deb10u8) ...
11:00:37 #11 7.939 Selecting previously unselected package pkg-config.
11:00:37 #11 7.941 Preparing to unpack .../25-pkg-config_0.29-6_arm64.deb ...
11:00:37 #11 7.945 Unpacking pkg-config (0.29-6) ...
11:00:37 #11 8.014 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ...
11:00:37 #11 8.025 Setting up libseccomp-dev:arm64 (2.3.3-4) ...
11:00:37 #11 8.034 Setting up libpcre16-3:arm64 (2:8.39-12) ...
11:00:37 #11 8.043 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ...
11:00:37 #11 8.053 Setting up libprocps7:arm64 (2:3.3.15-2) ...
11:00:37 #11 8.062 Setting up libsepol1-dev:arm64 (2.8-1) ...
11:00:37 #11 8.071 Setting up libbtrfs0 (4.20.1-2) ...
11:00:37 #11 8.079 Setting up libuv1:arm64 (1.24.1-1+deb10u1) ...
11:00:37 #11 8.089 Setting up bash-completion (1:2.8-6) ...
11:00:38 #11 8.956 Setting up libpcre32-3:arm64 (2:8.39-12) ...
11:00:38 #11 8.967 Setting up pkg-config (0.29-6) ...
11:00:38 #11 9.020 Setting up libudev-dev:arm64 (241-7~deb10u8) ...
11:00:38 #11 9.036 Setting up libbtrfs-dev (4.20.1-2) ...
11:00:38 #11 9.046 Setting up librhash0:arm64 (1.3.8-1) ...
11:00:38 #11 9.056 Setting up procps (2:3.3.15-2) ...
11:00:38 #11 9.084 update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto mode
11:00:38 #11 9.099 Setting up cmake-data (3.13.4-1) ...
11:00:38 #11 9.115 Setting up dh-apparmor (2.13.2-10) ...
11:00:38 #11 9.125 Setting up libsystemd-dev:arm64 (241-7~deb10u8) ...
11:00:38 #11 9.136 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
11:00:38 #11 9.145 Setting up libpcre3-dev:arm64 (2:8.39-12) ...
11:00:38 #11 9.157 Setting up cmake (3.13.4-1) ...
11:00:38 #11 9.168 Setting up libselinux1-dev:arm64 (2.8-1+b1) ...
11:00:38 #11 9.182 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
11:00:38 #11 9.192 Setting up dmsetup (2:1.02.155-3) ...
11:00:38 #11 9.204 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
11:00:38 #11 9.217 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ...
11:00:38 #11 9.228 Setting up docker-ce-build-deps (1.0) ...
11:00:38 #11 9.240 Processing triggers for libc-bin (2.28-10+deb10u1) ...
11:00:38 #11 9.262 Processing triggers for man-db (2.8.5-2) ...
11:00:40 #11 DONE 10.6s
11:00:40 
11:00:40 #12 [stage-1 5/8] COPY sources/ /sources
11:00:40 #12 sha256:6ba6091fb1bb2588a4124efd10ad45375e031ec45d2544c6890166b0503df3e2
11:00:40 #12 DONE 0.2s
11:00:40 
11:00:40 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:00:40 #14 sha256:184b78ca390940a7808dc7313476a5661bb375493586e34b5c2f42e274d16022
11:00:42 #14 DONE 2.3s
11:00:42 
11:00:42 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:00:42 #15 sha256:97b133cc050c80f938af86bf9f4300d6c78c29e72a80adc0f23b63c376602424
11:00:42 #15 DONE 0.0s
11:00:42 
11:00:42 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:00:42 #16 sha256:8ceb7c426bec28a3ad74dbd0385ced38136e1495be09999c60311f811d959c01
11:00:42 #16 DONE 0.0s
11:00:42 
11:00:42 #17 exporting to image
11:00:42 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
11:00:42 #17 exporting layers
11:00:47 #17 exporting layers 3.8s done
11:00:47 #17 writing image sha256:c986a1a0c8f4a3cb680f86e64c86ca2282ddfcb967f8148e9923f206ad3f4022 done
11:00:47 #17 naming to docker.io/debbuild-debian-buster/aarch64 done
11:00:47 #17 DONE 3.8s
11:00:47 docker run --rm -e PLATFORM -e GOPROXY=https://proxy.golang.org -e EPOCH='5' -e DEB_VERSION=0.0.0-20220804091928-715cfc4 -e VERSION=0.0.0-20220804091928-715cfc4 -e CLI_GITCOMMIT=715cfc4 -e ENGINE_GITCOMMIT=a70ae13 -e COMPOSE_VERSION=v2.7.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/debbuild/debian-buster:/build  debbuild-debian-buster/aarch64
11:00:47 + set -e
11:00:47 + mkdir -p /root/build-deb/engine
11:00:47 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:00:47 + mkdir -p /root/build-deb/cli
11:00:47 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:00:47 + mkdir -p /root/build-deb/compose
11:00:47 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:00:47 + mkdir -p /root/build-deb/scan-cli-plugin
11:00:47 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:00:47 + mkdir -p /go/src/github.com/docker
11:00:47 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:00:47 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:00:47 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:00:47 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:00:47 + EPOCH=5
11:00:47 + EPOCH_SEP=
11:00:47 + [[ ! -z 5 ]]
11:00:47 + EPOCH_SEP=:
11:00:47 + [[ -z 0.0.0-20220804091928-715cfc4 ]]
11:00:47 + echo VERSION AAA 0.0.0-20220804091928-715cfc4
11:00:47 VERSION AAA 0.0.0-20220804091928-715cfc4
11:00:47 + VERSION=0.0.0-20220804091928-715cfc4
11:00:47 + echo VERSION bbb 0.0.0-20220804091928-715cfc4
11:00:47 VERSION bbb 0.0.0-20220804091928-715cfc4
11:00:47 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:00:47 + debSource=docker-ce
11:00:47 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:00:47 + debMaintainer='Docker <support@docker.com>'
11:00:47 ++ date --rfc-2822
11:00:47 + debDate='Thu, 04 Aug 2022 11:00:47 +0000'
11:00:47 + cat
11:00:47 + export CLI_GITCOMMIT=715cfc4
11:00:47 + CLI_GITCOMMIT=715cfc4
11:00:47 + export ENGINE_GITCOMMIT=a70ae13
11:00:47 + ENGINE_GITCOMMIT=a70ae13
11:00:47 + export SCAN_GITCOMMIT=061fe0a
11:00:47 + SCAN_GITCOMMIT=061fe0a
11:00:47 + echo VERSION BBB 0.0.0-20220804091928-715cfc4
11:00:47 + dpkg-buildpackage -uc -us -I.git
11:00:47 VERSION BBB 0.0.0-20220804091928-715cfc4
11:00:47 dpkg-buildpackage: info: source package docker-ce
11:00:47 dpkg-buildpackage: info: source version 5:0.0.0-20220804091928-715cfc4-0~debian-buster
11:00:47 dpkg-buildpackage: info: source distribution buster
11:00:47 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:00:47 dpkg-buildpackage: info: host architecture arm64
11:00:47  dpkg-source -I.git --before-build .
11:00:48  debian/rules clean
11:00:48 dh clean --with=bash-completion --with=systemd
11:00:48    dh_clean
11:00:48  dpkg-source -I.git -b .
11:00:48 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220804091928-715cfc4-0~debian'
11:00:48 dpkg-source: info: using source format '1.0'
11:00:48 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster.tar.gz
11:00:58 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster.dsc
11:00:58  debian/rules build
11:00:58 dh build --with=bash-completion --with=systemd
11:00:58    dh_update_autotools_config
11:00:58    dh_autoreconf
11:00:58    debian/rules override_dh_auto_build
11:00:58 make[1]: Entering directory '/root/build-deb'
11:00:58 # Build the daemon and dependencies
11:00:58 cd engine && DOCKER_GITCOMMIT=a70ae13 PRODUCT=docker ./hack/make.sh dynbinary
11:00:58 
11:00:58 Removing bundles/
11:00:58 
11:00:58 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:00:58 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:00:58 GOOS="" GOARCH="" GOARM=""
11:02:19 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:02:19 
11:02:19 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:02:19 + RM_GOPATH=0
11:02:19 + TMP_GOPATH=/go
11:02:19 + : /usr/local/bin
11:02:19 + '[' -z /go ']'
11:02:19 + export GOPATH=/go
11:02:19 + GOPATH=/go
11:02:19 + case "$(go env GOARCH)" in
11:02:19 ++ go env GOARCH
11:02:19 + export GO_BUILDMODE=-buildmode=pie
11:02:19 + GO_BUILDMODE=-buildmode=pie
11:02:19 ++ dirname hack/dockerfile/install/install.sh
11:02:19 + dir=hack/dockerfile/install
11:02:19 + bin=tini
11:02:19 + shift
11:02:19 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:02:19 + . hack/dockerfile/install/tini.installer
11:02:19 ++ : v0.19.0
11:02:19 + install_tini
11:02:19 + echo 'Install tini version v0.19.0'
11:02:19 Install tini version v0.19.0
11:02:19 + git clone https://github.com/krallin/tini.git /go/tini
11:02:19 Cloning into '/go/tini'...
11:02:19 + cd /go/tini
11:02:19 + git checkout -q v0.19.0
11:02:19 + cmake .
11:02:19 -- The C compiler identification is GNU 8.3.0
11:02:19 -- Check for working C compiler: /usr/bin/cc
11:02:19 -- Check for working C compiler: /usr/bin/cc -- works
11:02:19 -- Detecting C compiler ABI info
11:02:19 -- Detecting C compiler ABI info - done
11:02:19 -- Detecting C compile features
11:02:19 -- Detecting C compile features - done
11:02:19 -- Performing Test HAS_BUILTIN_FORTIFY
11:02:19 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:02:19 -- Configuring done
11:02:19 -- Generating done
11:02:19 -- Build files have been written to: /go/tini
11:02:19 + make tini-static
11:02:19 make[2]: Entering directory '/go/tini'
11:02:19 make[3]: Entering directory '/go/tini'
11:02:19 make[4]: Entering directory '/go/tini'
11:02:19 make[5]: Entering directory '/go/tini'
11:02:19 Scanning dependencies of target tini-static
11:02:19 make[5]: Leaving directory '/go/tini'
11:02:19 make[5]: Entering directory '/go/tini'
11:02:19 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:02:19 [100%] Linking C executable tini-static
11:02:19 make[5]: Leaving directory '/go/tini'
11:02:19 [100%] Built target tini-static
11:02:19 make[4]: Leaving directory '/go/tini'
11:02:19 make[3]: Leaving directory '/go/tini'
11:02:19 make[2]: Leaving directory '/go/tini'
11:02:19 + mkdir -p /usr/local/bin
11:02:19 + cp tini-static /usr/local/bin/docker-init
11:02:19 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
11:02:19 + RM_GOPATH=0
11:02:19 + TMP_GOPATH=/go
11:02:19 + : /usr/local/bin
11:02:19 + '[' -z /go ']'
11:02:19 + export GOPATH=/go
11:02:19 + GOPATH=/go
11:02:19 + case "$(go env GOARCH)" in
11:02:19 ++ go env GOARCH
11:02:19 + export GO_BUILDMODE=-buildmode=pie
11:02:19 + GO_BUILDMODE=-buildmode=pie
11:02:19 ++ dirname hack/dockerfile/install/install.sh
11:02:19 + dir=hack/dockerfile/install
11:02:19 + bin=proxy
11:02:19 + shift
11:02:19 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
11:02:19 + . hack/dockerfile/install/proxy.installer
11:02:19 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
11:02:19 + install_proxy dynamic
11:02:19 + case "$1" in
11:02:19 + install_proxy_dynamic
11:02:19 + export PROXY_LDFLAGS=-linkmode=external install_proxy
11:02:19 + PROXY_LDFLAGS=-linkmode=external
11:02:19 + export BUILD_MODE=-buildmode=pie
11:02:19 + BUILD_MODE=-buildmode=pie
11:02:19 + _install_proxy
11:02:19 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
11:02:19 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
11:02:19 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
11:02:19 Cloning into '/go/src/github.com/docker/libnetwork'...
11:02:19 + cd /go/src/github.com/docker/libnetwork
11:02:19 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
11:02:20 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
11:02:20 + return
11:02:20 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:02:20 + RM_GOPATH=0
11:02:20 + TMP_GOPATH=/go
11:02:20 + : /usr/local/bin
11:02:20 + '[' -z /go ']'
11:02:20 + export GOPATH=/go
11:02:20 + GOPATH=/go
11:02:20 + case "$(go env GOARCH)" in
11:02:20 ++ go env GOARCH
11:02:20 + export GO_BUILDMODE=-buildmode=pie
11:02:20 + GO_BUILDMODE=-buildmode=pie
11:02:20 ++ dirname hack/dockerfile/install/install.sh
11:02:20 + dir=hack/dockerfile/install
11:02:20 + bin=rootlesskit
11:02:20 + shift
11:02:20 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:02:20 + . hack/dockerfile/install/rootlesskit.installer
11:02:20 ++ : v0.14.4
11:02:20 + install_rootlesskit dynamic
11:02:20 + case "$1" in
11:02:20 + install_rootlesskit_dynamic
11:02:20 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:02:20 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:02:20 + export BUILD_MODE=-buildmode=pie
11:02:20 + BUILD_MODE=-buildmode=pie
11:02:20 + _install_rootlesskit
11:02:20 + echo 'Install rootlesskit version v0.14.4'
11:02:20 Install rootlesskit version v0.14.4
11:02:20 + for f in rootlesskit rootlesskit-docker-proxy
11:02:20 + GOBIN=/usr/local/bin
11:02:20 + GO111MODULE=on
11:02:20 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:02:20 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:02:21 go: downloading github.com/pkg/errors v0.9.1
11:02:21 go: downloading github.com/sirupsen/logrus v1.8.1
11:02:21 go: downloading github.com/urfave/cli/v2 v2.3.0
11:02:21 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:02:21 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:02:21 go: downloading github.com/google/uuid v1.3.0
11:02:21 go: downloading github.com/moby/vpnkit v0.5.0
11:02:21 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:02:21 go: downloading github.com/gofrs/flock v0.8.1
11:02:21 go: downloading github.com/gorilla/mux v1.8.0
11:02:21 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:02:21 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:02:21 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:02:22 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:02:22 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:02:27 + for f in rootlesskit rootlesskit-docker-proxy
11:02:27 + GOBIN=/usr/local/bin
11:02:27 + GO111MODULE=on
11:02:27 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
11:02:28 + return
11:02:28 # Build the CLI
11:02:28 cd /go/src/github.com/docker/cli && \
11:02:28 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220804091928-715cfc4 GITCOMMIT=715cfc4 dynbinary manpages
11:02:28 make[2]: Entering directory '/root/build-deb/cli'
11:02:28 GO_LINKMODE=dynamic ./scripts/build/binary
11:02:28 Building dynamic docker-linux-arm64
11:03:36 scripts/docs/generate-man.sh
11:04:32 Project root: /go/src/github.com/docker/cli
11:04:32 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
11:04:32 2022/08/04 11:04:28 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
11:04:32 make[2]: Leaving directory '/root/build-deb/cli'
11:04:32 # Build the compose plugin
11:04:32 # FIXME: using GOPROXY, to work around:
11:04:32 # 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
11:04:32 cd /go/src/github.com/docker/compose \
11:04:32 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
11:04:32 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:04:32 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.7.0 \
11:04:32 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
11:05:04 make[2]: Entering directory '/root/build-deb/compose'
11:05:04 GOOS=linux GOARCH=arm64 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/compose/v2/internal.Version=v2.7.0"  -o /usr/libexec/docker/cli-plugins/docker-compose ./cmd
11:06:00 make[2]: Leaving directory '/root/build-deb/compose'
11:06:00 # Build the scan-plugin
11:06:00 # TODO change once we support scan-plugin on other architectures
11:06:00 if [ "arm64" = "amd64" ]; then \
11:06:00 	cd /go/src/github.com/docker/scan-cli-plugin \
11:06:00 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
11:06:00 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:06:00 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:06:00 fi
11:06:00 # Build the CLI plugins
11:06:00 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
11:06:00 set -e;cd /sources && \
11:06:00 	tar xzf plugin-installers.tgz; \
11:06:00 	for installer in plugins/*.installer; do \
11:06:00 		LDFLAGS='' bash ${installer} build; \
11:06:00 	done
11:06:00 Cloning into '/go/src/github.com/docker/app'...
11:06:00 Fetching origin
11:06:00 make[2]: Entering directory '/go/src/github.com/docker/app'
11:06:00 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
11:06:47 make[2]: Leaving directory '/go/src/github.com/docker/app'
11:06:47 Cloning into '/go/src/github.com/docker/buildx'...
11:06:47 Fetching origin
11:06:47 + GO111MODULE=on
11:06:47 + 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
11:08:08 make[1]: Leaving directory '/root/build-deb'
11:08:08    debian/rules override_dh_auto_test
11:08:08 make[1]: Entering directory '/root/build-deb'
11:08:08 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:08:08 	test "$ver" = "Docker version 0.0.0-20220804091928-715cfc4, build a70ae13" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
11:08:08 PASS: daemon version OK
11:08:08 ver="$(cli/build/docker --version)"; \
11:08:08 	test "$ver" = "Docker version 0.0.0-20220804091928-715cfc4, build 715cfc4" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
11:08:08 PASS: cli version OK
11:08:08 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:08:08 	test "$ver" = "v2.7.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:08:08 PASS: docker-compose version OK
11:08:08 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:08:08 # TODO change once we support scan-plugin on other architectures
11:08:08 if [ "arm64" = "amd64" ]; then \
11:08:08 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:08:08 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:08:08 fi
11:08:08 make[1]: Leaving directory '/root/build-deb'
11:08:08    create-stamp debian/debhelper-build-stamp
11:08:08  debian/rules binary
11:08:08 dh binary --with=bash-completion --with=systemd
11:08:08    dh_testroot
11:08:08    dh_prep
11:08:08    debian/rules override_dh_auto_install
11:08:08 make[1]: Entering directory '/root/build-deb'
11:08:08 # docker-ce-cli install
11:08:08 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
11:08:08 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:08:08 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:08:08 set -e;cd /sources && \
11:08:08 	tar xzf plugin-installers.tgz; \
11:08:08 	for installer in plugins/*.installer; do \
11:08:08 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
11:08:08 		PREFIX=/usr/libexec/docker/cli-plugins \
11:08:08 			bash ${installer} install_plugin; \
11:08:08 	done
11:08:08 # docker-ce install
11:08:08 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:08:08 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:08:08 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4 debian/docker-ce/usr/bin/dockerd
11:08:08 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:08:08 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:08:08 # docker-compose-plugin install
11:08:08 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:08:08 # docker-scan-plugin install
11:08:08 # TODO change once we support scan-plugin on other architectures
11:08:08 if [ "arm64" = "amd64" ]; then \
11:08:08 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:08:08 fi
11:08:08 # docker-ce-rootless-extras install
11:08:08 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:08:08 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:08:08 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:08:08 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:08:08 # TODO: how can we install vpnkit?
11:08:08 make[1]: Leaving directory '/root/build-deb'
11:08:08    debian/rules override_dh_install
11:08:08 make[1]: Entering directory '/root/build-deb'
11:08:08 dh_install
11:08:08 # TODO Can we do this from within our container?
11:08:08 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:08:08 make[1]: Leaving directory '/root/build-deb'
11:08:08    dh_installdocs
11:08:08    dh_installchangelogs
11:08:08    dh_installman
11:08:08    dh_bash-completion
11:08:08    dh_systemd_enable
11:08:08    debian/rules override_dh_installinit
11:08:08 make[1]: Entering directory '/root/build-deb'
11:08:08 # use "docker" as our service name, not "docker-ce"
11:08:08 dh_installinit --name=docker
11:08:08 make[1]: Leaving directory '/root/build-deb'
11:08:08    dh_systemd_start
11:08:08    dh_perl
11:08:08    dh_link
11:08:08    dh_strip_nondeterminism
11:08:08    dh_compress
11:08:08    dh_fixperms
11:08:08    dh_missing
11:08:08    debian/rules override_dh_strip
11:08:08 make[1]: Entering directory '/root/build-deb'
11:08:08 # Go has lots of problems with stripping, so just don't
11:08:08 make[1]: Leaving directory '/root/build-deb'
11:08:08    dh_makeshlibs
11:08:08    debian/rules override_dh_shlibdeps
11:08:08 make[1]: Entering directory '/root/build-deb'
11:08:08 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:08:13 make[1]: Leaving directory '/root/build-deb'
11:08:13    dh_installdeb
11:08:13    debian/rules override_dh_gencontrol
11:08:13 make[1]: Entering directory '/root/build-deb'
11:08:13 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:08:13 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:08:13 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
11:08:13 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:08:13 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:08:13 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:08:13 if [ "arm64" = "amd64" ]; then \
11:08:13 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
11:08:13 fi
11:08:13 dh_gencontrol --remaining-packages
11:08:13 make[1]: Leaving directory '/root/build-deb'
11:08:13    dh_md5sums
11:08:13    debian/rules override_dh_builddeb
11:08:13 make[1]: Entering directory '/root/build-deb'
11:08:13 dh_builddeb -- -Zxz
11:08:14 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.deb'.
11:08:14 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.deb'.
11:08:32 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.7.0~debian-buster_arm64.deb'.
11:08:50 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.deb'.
11:09:28 make[1]: Leaving directory '/root/build-deb'
11:09:28  dpkg-genbuildinfo
11:09:28  dpkg-genchanges  >../docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.changes
11:09:28 dpkg-genchanges: info: including full source code in upload
11:09:28  dpkg-source -I.git --after-build .
11:09:28 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:09:28 + destination=/build
11:09:28 + mkdir -p /build
11:09:28 + mv -v /root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.deb /root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.deb /root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster.dsc /root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster.tar.gz /root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.buildinfo /root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.changes /root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.deb /root/docker-compose-plugin_2.7.0~debian-buster_arm64.deb /build
11:09:28 copied '/root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.deb' -> '/build/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.deb'
11:09:28 removed '/root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.deb'
11:09:28 copied '/root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.deb'
11:09:28 removed '/root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.deb'
11:09:28 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster.dsc' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster.dsc'
11:09:28 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster.dsc'
11:09:28 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster.tar.gz' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster.tar.gz'
11:09:28 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster.tar.gz'
11:09:28 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.buildinfo' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.buildinfo'
11:09:28 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.buildinfo'
11:09:28 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.changes' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.changes'
11:09:28 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.changes'
11:09:28 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.deb' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.deb'
11:09:28 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-buster_arm64.deb'
11:09:28 copied '/root/docker-compose-plugin_2.7.0~debian-buster_arm64.deb' -> '/build/docker-compose-plugin_2.7.0~debian-buster_arm64.deb'
11:09:28 removed '/root/docker-compose-plugin_2.7.0~debian-buster_arm64.deb'
11:09:34 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-buster"
11:09:34 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'