Skip to content

Console Output

10:59:41 + make REF=20.10 debian-bullseye
10:59:41 git init src/github.com/docker/cli
10:59:41 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
10:59:41 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
10:59:41 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
10:59:41 + SRC=src/github.com/docker/cli
10:59:41 + REF=20.10
10:59:41 + REF_FETCH=20.10
10:59:41 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
10:59:41 + awk {print $2}
10:59:41 + REF=refs/heads/20.10
10:59:41 + [ -n refs/heads/20.10 ]
10:59:41 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:41 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:43 From https://github.com/docker/cli
10:59:43  * [new branch]      20.10      -> 20.10
10:59:43  * [new branch]      20.10      -> origin/20.10
10:59:43 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
10:59:44 git init src/github.com/docker/docker
10:59:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
10:59:44 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
10:59:44 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
10:59:44 + SRC=src/github.com/docker/docker
10:59:44 + REF=20.10
10:59:44 + REF_FETCH=20.10
10:59:44 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
10:59:44 + awk {print $2}
10:59:44 + REF=refs/heads/20.10
10:59:44 + [ -n refs/heads/20.10 ]
10:59:44 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:44 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:46 From https://github.com/docker/docker
10:59:46  * [new branch]      20.10      -> 20.10
10:59:46  * [new branch]      20.10      -> origin/20.10
10:59:46 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
10:59:46 git init src/github.com/docker/compose
10:59:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
10:59:46 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
10:59:46 ./scripts/checkout.sh src/github.com/docker/compose "v2.7.0"
10:59:46 + SRC=src/github.com/docker/compose
10:59:46 + REF=v2.7.0
10:59:46 + REF_FETCH=v2.7.0
10:59:46 + awk {print $2}
10:59:46 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.7.0
10:59:46 + REF=refs/tags/v2.7.0
10:59:46 + [ -n refs/tags/v2.7.0 ]
10:59:46 + REF_FETCH=refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:46 + 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:47 From https://github.com/docker/compose
10:59:47  * [new tag]         v2.7.0     -> v2.7.0
10:59:47 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.7.0
10:59:47 git init src/github.com/docker/scan-cli-plugin
10:59:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
10:59:47 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
10:59:47 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
10:59:47 + SRC=src/github.com/docker/scan-cli-plugin
10:59:47 + REF=v0.17.0
10:59:47 + REF_FETCH=v0.17.0
10:59:47 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
10:59:47 + awk {print $2}
10:59:47 + REF=refs/tags/v0.17.0
10:59:47 + [ -n refs/tags/v0.17.0 ]
10:59:47 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
10:59:47 + 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:47 From https://github.com/docker/scan-cli-plugin
10:59:47  * [new tag]         v0.17.0    -> v0.17.0
10:59:47 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
10:59:47 make -C deb VERSION=0.0.1-dev GO_VERSION=1.17.13 debian-bullseye
10:59:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
10:59:47 mkdir -p sources
10:59:47 docker run --rm -w /v \
10:59:47 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
10:59:47 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:47 	alpine \
10:59:47 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
10:59:47 Unable to find image 'alpine:latest' locally
10:59:48 latest: Pulling from library/alpine
10:59:48 a6b45ace95f4: Pulling fs layer
10:59:48 a6b45ace95f4: Verifying Checksum
10:59:48 a6b45ace95f4: Download complete
10:59:48 a6b45ace95f4: Pull complete
10:59:48 Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872
10:59:48 Status: Downloaded newer image for alpine:latest
10:59:53 mkdir -p sources
10:59:53 docker run --rm -w /v \
10:59:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
10:59:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:53 	alpine \
10:59:53 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
10:59:56 mkdir -p sources
10:59:56 docker run --rm -w /v \
10:59:56 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
10:59:56 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:56 	alpine \
10:59:56 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
10:59:56 mkdir -p sources
10:59:56 docker run --rm -w /v \
10:59:56 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
10:59:56 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:56 	alpine \
10:59:56 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
10:59:57 mkdir -p sources
10:59:57 cp ../systemd/docker.service sources/docker.service
10:59:57 mkdir -p sources
10:59:57 cp ../systemd/docker.socket sources/docker.socket
10:59:57 docker run --rm -w /v \
10:59:57 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
10:59:57 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:57 	alpine \
10:59:57 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
10:59:58 == Building packages for debian-bullseye ==
10:59:58 mkdir -p "debbuild/debian-bullseye"
10:59:58 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.13-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/aarch64 -f debian-bullseye/Dockerfile .
10:59:58 #1 [internal] load build definition from Dockerfile
10:59:58 #1 sha256:9c225b012cedd27c7933cdc99c827103726c8ae66168369b4d4806f459804eb4
10:59:58 #1 transferring dockerfile: 922B done
10:59:58 #1 DONE 0.1s
10:59:58 
10:59:58 #2 [internal] load .dockerignore
10:59:58 #2 sha256:cc7126b19b1204eb446edf038f9935d89c451813dcd86306641eccfef09d725d
10:59:58 #2 transferring context: 2B done
10:59:58 #2 DONE 0.0s
10:59:58 
10:59:58 #5 [auth] library/debian:pull token for registry-1.docker.io
10:59:58 #5 sha256:c6d7b780ffcebf363455442b1ed134676f93db4eff468f19bc7b9e6d755ba15c
10:59:58 #5 DONE 0.0s
10:59:58 
10:59:58 #6 [auth] library/golang:pull token for registry-1.docker.io
10:59:58 #6 sha256:b2129a05842d38aa59ef16566fd6ebf98b8f2f8075b842189dad789d6ed8fdeb
10:59:58 #6 DONE 0.0s
10:59:58 
10:59:58 #4 [internal] load metadata for docker.io/library/golang:1.17.13-buster
10:59:58 #4 sha256:79927f727199e172a75719746981c748b7c417b1951a4504d0f608a5b373bf88
10:59:59 #4 DONE 0.5s
10:59:59 
10:59:59 #3 [internal] load metadata for docker.io/library/debian:bullseye
10:59:59 #3 sha256:014fb2d315cad134d36e118d77cb54cc380fa218da4e07a0a3feca53f8c2ae03
10:59:59 #3 DONE 0.6s
10:59:59 
10:59:59 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
10:59:59 #13 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
10:59:59 #13 resolve docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
10:59:59 #13 resolve docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 0.2s done
10:59:59 #13 sha256:f9f278db98ac312e311d92fbf4a9ceb513a2ba58e3034a1c78d25aadf09a1447 7.13kB / 7.13kB done
10:59:59 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 0B / 45.92MB 0.1s
10:59:59 #13 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 0B / 7.15MB 0.1s
10:59:59 #13 sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 1.86kB / 1.86kB done
10:59:59 #13 sha256:46607184a29c7a03f193a2128e8f140390678226269c75af6a5bd1fe9e796ec2 1.79kB / 1.79kB done
10:59:59 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 3.15MB / 45.92MB 0.5s
10:59:59 #13 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 2.10MB / 7.15MB 0.5s
11:00:00 #13 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 3.15MB / 7.15MB 0.6s
11:00:00 #13 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 4.19MB / 7.15MB 0.7s
11:00:00 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 6.29MB / 45.92MB 0.9s
11:00:00 #13 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 5.24MB / 7.15MB 0.9s
11:00:00 #13 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 7.15MB / 7.15MB 1.0s
11:00:01 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 10.49MB / 45.92MB 1.3s
11:00:01 #13 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 7.15MB / 7.15MB 1.1s done
11:00:01 #13 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 0B / 9.34MB 1.3s
11:00:01 #13 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 1.05MB / 9.34MB 1.4s
11:00:01 #13 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 2.10MB / 9.34MB 1.5s
11:00:01 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 13.63MB / 45.92MB 1.7s
11:00:01 #13 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 3.15MB / 9.34MB 1.7s
11:00:01 #13 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 4.19MB / 9.34MB 1.8s
11:00:01 #13 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 5.24MB / 9.34MB 1.9s
11:00:01 #13 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 7.34MB / 9.34MB 2.0s
11:00:01 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 16.78MB / 45.92MB 2.1s
11:00:01 #13 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 8.39MB / 9.34MB 2.1s
11:00:01 #13 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 9.34MB / 9.34MB 2.3s
11:00:02 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 19.92MB / 45.92MB 2.5s
11:00:02 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 23.07MB / 45.92MB 2.8s
11:00:02 #13 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 9.34MB / 9.34MB 2.6s done
11:00:02 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 0B / 47.36MB 2.8s
11:00:02 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 26.21MB / 45.92MB 3.1s
11:00:02 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 3.15MB / 47.36MB 3.1s
11:00:03 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 7.34MB / 47.36MB 3.5s
11:00:03 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 29.36MB / 45.92MB 3.6s
11:00:03 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 32.51MB / 45.92MB 3.9s
11:00:03 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 10.49MB / 47.36MB 3.9s
11:00:04 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 35.65MB / 45.92MB 4.3s
11:00:04 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 13.63MB / 47.36MB 4.3s
11:00:04 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 38.80MB / 45.92MB 4.7s
11:00:04 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 16.78MB / 47.36MB 4.7s
11:00:04 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 42.99MB / 45.92MB 5.2s
11:00:04 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 19.92MB / 47.36MB 5.2s
11:00:05 #13 ...
11:00:05 
11:00:05 #9 [internal] load build context
11:00:05 #9 sha256:356832dd71b7696a3a871d94f13befe68d117bfc11dd74613606967d08a12e9d
11:00:05 #9 transferring context: 19.84MB 5.7s done
11:00:05 #9 DONE 5.7s
11:00:05 
11:00:05 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:05 #13 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:05 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 23.07MB / 47.36MB 5.5s
11:00:05 #13 ...
11:00:05 
11:00:05 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55
11:00:05 #7 sha256:a62ea6b8fc457f6651063d915094cc3ccb5588263114efc7887cc12930b1fa3d
11:00:05 #7 resolve docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 0.0s done
11:00:05 #7 sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55 1.85kB / 1.85kB done
11:00:05 #7 sha256:48179204080219ed1d2dd14889619783b3eb2bc68cfcb05f64e8bf3403e6e480 529B / 529B done
11:00:05 #7 sha256:c789890ce97d636d809190516e51852e982b91e158e0cd232e95db81ded1c05b 1.48kB / 1.48kB done
11:00:05 #7 sha256:05aa23077de69478dfc20e56aa2d54a2b13bbef07c4d2578524585d098af4e72 45.09MB / 50.20MB 5.5s
11:00:05 #7 sha256:05aa23077de69478dfc20e56aa2d54a2b13bbef07c4d2578524585d098af4e72 49.28MB / 50.20MB 5.8s
11:00:05 #7 sha256:05aa23077de69478dfc20e56aa2d54a2b13bbef07c4d2578524585d098af4e72 50.20MB / 50.20MB 6.3s done
11:00:06 #7 extracting sha256:05aa23077de69478dfc20e56aa2d54a2b13bbef07c4d2578524585d098af4e72
11:00:06 #7 ...
11:00:06 
11:00:06 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:06 #13 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:06 #13 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 45.92MB / 45.92MB 5.9s done
11:00:06 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 37.75MB / 47.36MB 6.8s
11:00:06 #13 extracting sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 0.7s
11:00:06 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 2.10MB / 53.29MB 6.8s
11:00:06 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 1.05MB / 103.22MB 6.8s
11:00:06 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 40.89MB / 47.36MB 7.1s
11:00:07 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 5.24MB / 53.29MB 7.3s
11:00:07 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 6.29MB / 103.22MB 7.4s
11:00:07 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 44.04MB / 47.36MB 7.6s
11:00:07 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 8.39MB / 53.29MB 7.7s
11:00:07 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 47.19MB / 47.36MB 8.0s
11:00:07 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 11.53MB / 103.22MB 8.0s
11:00:07 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 11.28MB / 53.29MB 8.1s
11:00:08 #13 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 47.36MB / 47.36MB 8.4s done
11:00:08 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 14.68MB / 53.29MB 8.5s
11:00:08 #13 sha256:a9c96f1e426118ca27f868ea355d7b9f81f7fb49a818fe7877a30706e0e8adee 0B / 155B 8.5s
11:00:08 #13 sha256:a9c96f1e426118ca27f868ea355d7b9f81f7fb49a818fe7877a30706e0e8adee 155B / 155B 8.6s
11:00:08 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 16.78MB / 103.22MB 8.7s
11:00:08 #13 sha256:a9c96f1e426118ca27f868ea355d7b9f81f7fb49a818fe7877a30706e0e8adee 155B / 155B 8.6s done
11:00:08 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 18.87MB / 53.29MB 8.9s
11:00:09 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 23.07MB / 53.29MB 9.4s
11:00:09 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 22.02MB / 103.22MB 9.4s
11:00:09 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 27.26MB / 53.29MB 9.8s
11:00:09 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 27.26MB / 103.22MB 10.0s
11:00:09 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 30.41MB / 53.29MB 10.1s
11:00:10 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 33.55MB / 53.29MB 10.5s
11:00:10 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 32.51MB / 103.22MB 10.7s
11:00:10 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 36.70MB / 53.29MB 10.9s
11:00:11 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 39.85MB / 53.29MB 11.4s
11:00:11 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 37.75MB / 103.22MB 11.4s
11:00:11 #13 extracting sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 5.8s
11:00:11 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 42.99MB / 53.29MB 11.8s
11:00:11 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 42.99MB / 103.22MB 12.0s
11:00:11 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 46.14MB / 53.29MB 12.2s
11:00:12 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 49.28MB / 53.29MB 12.7s
11:00:12 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 49.28MB / 103.22MB 12.9s
11:00:12 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 52.43MB / 53.29MB 13.0s
11:00:13 #13 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 53.29MB / 53.29MB 13.5s done
11:00:13 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 54.53MB / 103.22MB 13.6s
11:00:14 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 60.82MB / 103.22MB 14.4s
11:00:15 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 66.06MB / 103.22MB 15.3s
11:00:15 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 71.30MB / 103.22MB 16.0s
11:00:16 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 76.55MB / 103.22MB 16.7s
11:00:16 #13 extracting sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 10.9s
11:00:16 #13 ...
11:00:16 
11:00:16 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55
11:00:16 #7 sha256:a62ea6b8fc457f6651063d915094cc3ccb5588263114efc7887cc12930b1fa3d
11:00:16 #7 extracting sha256:05aa23077de69478dfc20e56aa2d54a2b13bbef07c4d2578524585d098af4e72 10.3s
11:00:16 #7 ...
11:00:16 
11:00:16 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:16 #13 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:17 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 81.79MB / 103.22MB 17.4s
11:00:17 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 87.03MB / 103.22MB 18.0s
11:00:18 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 92.27MB / 103.22MB 18.8s
11:00:19 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 97.52MB / 103.22MB 19.7s
11:00:20 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 103.22MB / 103.22MB 20.6s
11:00:20 #13 extracting sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 14.5s done
11:00:21 #13 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 103.22MB / 103.22MB 21.5s done
11:00:21 #13 extracting sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e
11:00:21 #13 ...
11:00:21 
11:00:21 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:82bab30ed448b8e2509aabe21f40f0607d905b7fd0dec72802627a20274eba55
11:00:21 #7 sha256:a62ea6b8fc457f6651063d915094cc3ccb5588263114efc7887cc12930b1fa3d
11:00:21 #7 extracting sha256:05aa23077de69478dfc20e56aa2d54a2b13bbef07c4d2578524585d098af4e72 14.8s done
11:00:21 #7 DONE 22.1s
11:00:21 
11:00:21 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:21 #13 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:22 #13 extracting sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 1.0s done
11:00:22 #13 extracting sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3
11:00:23 #13 extracting sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 0.8s done
11:00:23 #13 extracting sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0
11:00:28 #13 extracting sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 5.1s
11:00:30 #13 ...
11:00:30 
11:00:30 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:30 #8 sha256:b54c72e86d0bca4816908c09da59cc2f546c36b90631f0152d755320fecd8a7b
11:00:30 #8 1.543 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
11:00:30 #8 1.549 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
11:00:30 #8 1.551 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
11:00:30 #8 1.747 Get:4 http://deb.debian.org/debian bullseye/main armhf Packages [7949 kB]
11:00:30 #8 1.975 Get:5 http://deb.debian.org/debian-security bullseye-security/main armhf Packages [166 kB]
11:00:30 #8 2.510 Get:6 http://deb.debian.org/debian bullseye-updates/main armhf Packages [2604 B]
11:00:30 #8 3.075 Fetched 8326 kB in 2s (4607 kB/s)
11:00:30 #8 3.075 Reading package lists...
11:00:30 #8 3.894 Reading package lists...
11:00:30 #8 4.728 Building dependency tree...
11:00:30 #8 4.887 Reading state information...
11:00:30 #8 5.116 The following additional packages will be installed:
11:00:30 #8 5.116   autoconf automake autopoint autotools-dev binutils
11:00:30 #8 5.116   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
11:00:30 #8 5.116   bzip2 ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring
11:00:30 #8 5.116   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:00:30 #8 5.116   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
11:00:30 #8 5.116   g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
11:00:30 #8 5.116   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:00:30 #8 5.116   intltool-debian iso-codes less libalgorithm-diff-perl
11:00:30 #8 5.116   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:00:30 #8 5.116   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13
11:00:30 #8 5.116   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:00:30 #8 5.116   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:00:30 #8 5.116   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0
11:00:30 #8 5.116   libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl
11:00:30 #8 5.116   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:00:30 #8 5.116   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
11:00:30 #8 5.116   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
11:00:30 #8 5.116   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
11:00:30 #8 5.116   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:00:30 #8 5.116   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
11:00:30 #8 5.116   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:00:30 #8 5.116   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
11:00:30 #8 5.116   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:00:30 #8 5.116   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:00:30 #8 5.116   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:00:30 #8 5.116   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:00:30 #8 5.116   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:00:30 #8 5.116   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:00:30 #8 5.116   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:00:30 #8 5.116   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
11:00:30 #8 5.116   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
11:00:30 #8 5.116   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
11:00:30 #8 5.116   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:00:30 #8 5.116   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:00:30 #8 5.116   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:00:30 #8 5.116   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:00:30 #8 5.116   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
11:00:30 #8 5.116   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
11:00:30 #8 5.116   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
11:00:30 #8 5.116   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:00:30 #8 5.116   libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl libjson-xs-perl
11:00:30 #8 5.116   libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
11:00:30 #8 5.116   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:00:30 #8 5.116   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:00:30 #8 5.116   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
11:00:30 #8 5.116   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:00:30 #8 5.116   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
11:00:30 #8 5.116   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:00:30 #8 5.116   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
11:00:30 #8 5.116   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
11:00:30 #8 5.116   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
11:00:30 #8 5.116   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
11:00:30 #8 5.116   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
11:00:30 #8 5.116   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:00:30 #8 5.116   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:00:30 #8 5.116   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
11:00:30 #8 5.116   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:00:30 #8 5.116   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
11:00:30 #8 5.116   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:00:30 #8 5.116   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:00:30 #8 5.117   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
11:00:30 #8 5.117   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:00:30 #8 5.117   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
11:00:30 #8 5.117   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
11:00:30 #8 5.117   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:00:30 #8 5.117   libstring-shellquote-perl libsub-exporter-perl
11:00:30 #8 5.117   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:00:30 #8 5.117   libsub-name-perl libsub-override-perl libsub-quote-perl
11:00:30 #8 5.117   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
11:00:30 #8 5.117   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:00:30 #8 5.117   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:00:30 #8 5.117   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
11:00:30 #8 5.117   libtool libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl
11:00:30 #8 5.117   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:00:30 #8 5.117   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
11:00:30 #8 5.117   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
11:00:30 #8 5.117   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
11:00:30 #8 5.117   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
11:00:30 #8 5.117   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
11:00:30 #8 5.117   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
11:00:30 #8 5.117   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
11:00:30 #8 5.117   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
11:00:30 #8 5.117   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
11:00:30 #8 5.117   python3 python3-apt python3-certifi python3-chardet python3-debian
11:00:30 #8 5.117   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
11:00:30 #8 5.117   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:00:30 #8 5.118   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
11:00:30 #8 5.119   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
11:00:30 #8 5.127 Suggested packages:
11:00:30 #8 5.127   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:00:30 #8 5.127   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
11:00:30 #8 5.127   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
11:00:30 #8 5.127   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
11:00:30 #8 5.127   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:00:30 #8 5.127   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:00:30 #8 5.127   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:00:30 #8 5.127   dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync
11:00:30 #8 5.127   gcc-10-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
11:00:30 #8 5.127   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
11:00:30 #8 5.127   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
11:00:30 #8 5.127   xloadimage scdaemon groff isoquery lrzip libdigest-hmac-perl libgssapi-perl
11:00:30 #8 5.127   glibc-doc bzr libgd-tools gdbm-l10n gpm libtool-doc libcrypt-ssleay-perl
11:00:30 #8 5.127   uuid libscalar-number-perl libsasl2-modules-gssapi-mit
11:00:30 #8 5.127   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:00:30 #8 5.127   libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
11:00:30 #8 5.127   libnet-jabber-perl libstdc++-10-doc libbareword-filehandles-perl
11:00:30 #8 5.127   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:00:30 #8 5.127   gcj-jdk libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl
11:00:30 #8 5.127   bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc
11:00:30 #8 5.127   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
11:00:30 #8 5.127   diffutils-doc perl-doc libterm-readline-gnu-perl
11:00:30 #8 5.127   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
11:00:30 #8 5.127   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
11:00:30 #8 5.127   python-apt-doc python3-setuptools python3-cryptography python3-openssl
11:00:30 #8 5.127   python3-socks python-requests-doc python3.9-venv python3.9-doc
11:00:30 #8 5.127   binfmt-support readline-doc zip wdiff-doc
11:00:30 #8 7.647 The following NEW packages will be installed:
11:00:30 #8 7.647   autoconf automake autopoint autotools-dev binutils
11:00:30 #8 7.647   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
11:00:30 #8 7.647   bzip2 ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring
11:00:30 #8 7.647   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:00:30 #8 7.647   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
11:00:30 #8 7.647   fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man
11:00:30 #8 7.647   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:00:30 #8 7.647   gpgconf gpgsm groff-base intltool-debian iso-codes less
11:00:30 #8 7.647   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:00:30 #8 7.647   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:00:30 #8 7.647   libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1
11:00:30 #8 7.647   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
11:00:30 #8 7.647   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
11:00:30 #8 7.647   libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl
11:00:30 #8 7.647   libclass-inspector-perl libclass-method-modifiers-perl
11:00:30 #8 7.647   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:00:30 #8 7.647   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:00:30 #8 7.647   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
11:00:30 #8 7.647   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
11:00:30 #8 7.647   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
11:00:30 #8 7.647   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
11:00:30 #8 7.647   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
11:00:30 #8 7.647   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
11:00:30 #8 7.647   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
11:00:30 #8 7.647   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
11:00:30 #8 7.647   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
11:00:30 #8 7.647   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
11:00:30 #8 7.647   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
11:00:30 #8 7.647   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
11:00:30 #8 7.647   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
11:00:30 #8 7.647   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
11:00:30 #8 7.647   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
11:00:30 #8 7.647   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:00:30 #8 7.647   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:00:30 #8 7.647   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:00:30 #8 7.647   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:00:30 #8 7.647   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
11:00:30 #8 7.647   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
11:00:30 #8 7.647   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
11:00:30 #8 7.647   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:00:30 #8 7.647   libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl libjson-xs-perl
11:00:30 #8 7.647   libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
11:00:30 #8 7.647   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:00:30 #8 7.647   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:00:30 #8 7.647   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
11:00:30 #8 7.647   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:00:30 #8 7.647   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
11:00:30 #8 7.647   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
11:00:30 #8 7.647   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
11:00:30 #8 7.647   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
11:00:30 #8 7.647   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
11:00:30 #8 7.647   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
11:00:30 #8 7.647   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
11:00:30 #8 7.647   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:00:30 #8 7.647   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:00:30 #8 7.647   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
11:00:30 #8 7.647   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
11:00:30 #8 7.647   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib
11:00:30 #8 7.647   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:00:30 #8 7.647   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:00:30 #8 7.647   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
11:00:30 #8 7.647   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:00:30 #8 7.647   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
11:00:30 #8 7.647   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
11:00:30 #8 7.647   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:00:30 #8 7.647   libstring-shellquote-perl libsub-exporter-perl
11:00:30 #8 7.647   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:00:30 #8 7.647   libsub-name-perl libsub-override-perl libsub-quote-perl
11:00:30 #8 7.647   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
11:00:30 #8 7.647   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
11:00:30 #8 7.647   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
11:00:30 #8 7.647   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
11:00:30 #8 7.647   libtool libtry-tiny-perl libtype-tiny-perl libtype-tiny-xs-perl
11:00:30 #8 7.647   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
11:00:30 #8 7.647   liburi-perl libvariable-magic-perl libwant-perl libwebp6 libwww-perl
11:00:30 #8 7.647   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdelta2
11:00:30 #8 7.647   libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
11:00:30 #8 7.647   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
11:00:30 #8 7.647   libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1 libxpm4 libyaml-0-2
11:00:30 #8 7.647   libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-release lzip
11:00:30 #8 7.647   lzop m4 make man-db manpages manpages-dev media-types netbase openssh-client
11:00:30 #8 7.647   openssl patch patchutils pbzip2 perl perl-modules-5.32 perl-openssl-defaults
11:00:30 #8 7.647   pinentry-curses pixz po-debconf pristine-tar publicsuffix python-apt-common
11:00:30 #8 7.647   python3 python3-apt python3-certifi python3-chardet python3-debian
11:00:30 #8 7.647   python3-gpg python3-idna python3-magic python3-minimal python3-pkg-resources
11:00:30 #8 7.647   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:00:30 #8 7.647   python3.9 python3.9-minimal readline-common sensible-utils shared-mime-info
11:00:30 #8 7.647   strace t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
11:00:30 #8 7.928 0 upgraded, 379 newly installed, 0 to remove and 0 not upgraded.
11:00:30 #8 7.928 Need to get 157 MB of archives.
11:00:30 #8 7.928 After this operation, 456 MB of additional disk space will be used.
11:00:30 #8 7.928 Get:1 http://deb.debian.org/debian bullseye/main armhf bsdextrautils armhf 2.36.1-8+deb11u1 [139 kB]
11:00:30 #8 7.936 Get:2 http://deb.debian.org/debian bullseye/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
11:00:30 #8 7.936 Get:3 http://deb.debian.org/debian bullseye/main armhf groff-base armhf 1.22.4-6 [847 kB]
11:00:30 #8 7.938 Get:4 http://deb.debian.org/debian bullseye/main armhf libgdbm6 armhf 1.19-2 [62.0 kB]
11:00:30 #8 7.940 Get:5 http://deb.debian.org/debian bullseye/main armhf libpipeline1 armhf 1.5.3-1 [30.1 kB]
11:00:30 #8 7.941 Get:6 http://deb.debian.org/debian bullseye/main armhf man-db armhf 2.9.4-2 [1319 kB]
11:00:30 #8 7.956 Get:7 http://deb.debian.org/debian bullseye/main armhf perl-modules-5.32 all 5.32.1-4+deb11u2 [2823 kB]
11:00:30 #8 8.001 Get:8 http://deb.debian.org/debian bullseye/main armhf libgdbm-compat4 armhf 1.19-2 [44.5 kB]
11:00:30 #8 8.001 Get:9 http://deb.debian.org/debian bullseye/main armhf libperl5.32 armhf 5.32.1-4+deb11u2 [3434 kB]
11:00:30 #8 8.044 Get:10 http://deb.debian.org/debian bullseye/main armhf perl armhf 5.32.1-4+deb11u2 [293 kB]
11:00:30 #8 8.045 Get:11 http://deb.debian.org/debian bullseye/main armhf liblocale-gettext-perl armhf 1.07-4+b1 [18.3 kB]
11:00:30 #8 8.053 Get:12 http://deb.debian.org/debian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1 [790 kB]
11:00:30 #8 8.056 Get:13 http://deb.debian.org/debian bullseye/main armhf libexpat1 armhf 2.2.10-2+deb11u3 [78.2 kB]
11:00:30 #8 8.059 Get:14 http://deb.debian.org/debian bullseye/main armhf python3.9-minimal armhf 3.9.2-1 [1630 kB]
11:00:30 #8 8.082 Get:15 http://deb.debian.org/debian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
11:00:30 #8 8.082 Get:16 http://deb.debian.org/debian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
11:00:30 #8 8.082 Get:17 http://deb.debian.org/debian bullseye/main armhf libmpdec3 armhf 2.5.1-1 [74.9 kB]
11:00:30 #8 8.082 Get:18 http://deb.debian.org/debian bullseye/main armhf libncursesw6 armhf 6.2+20201114-2 [107 kB]
11:00:30 #8 8.082 Get:19 http://deb.debian.org/debian bullseye/main armhf readline-common all 8.1-1 [73.7 kB]
11:00:30 #8 8.082 Get:20 http://deb.debian.org/debian bullseye/main armhf libreadline8 armhf 8.1-1 [147 kB]
11:00:30 #8 8.083 Get:21 http://deb.debian.org/debian bullseye/main armhf libsqlite3-0 armhf 3.34.1-3 [713 kB]
11:00:30 #8 8.092 Get:22 http://deb.debian.org/debian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1 [1608 kB]
11:00:30 #8 8.110 Get:23 http://deb.debian.org/debian bullseye/main armhf python3.9 armhf 3.9.2-1 [466 kB]
11:00:30 #8 8.113 Get:24 http://deb.debian.org/debian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
11:00:30 #8 8.122 Get:25 http://deb.debian.org/debian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
11:00:30 #8 8.123 Get:26 http://deb.debian.org/debian bullseye/main armhf less armhf 551-2 [126 kB]
11:00:30 #8 8.125 Get:27 http://deb.debian.org/debian bullseye/main armhf netbase all 6.3 [19.9 kB]
11:00:30 #8 8.133 Get:28 http://deb.debian.org/debian bullseye/main armhf sensible-utils all 0.0.14 [14.8 kB]
11:00:30 #8 8.133 Get:29 http://deb.debian.org/debian bullseye/main armhf bzip2 armhf 1.0.8-4 [47.8 kB]
11:00:30 #8 8.133 Get:30 http://deb.debian.org/debian bullseye/main armhf openssl armhf 1.1.1n-0+deb11u3 [829 kB]
11:00:30 #8 8.141 Get:31 http://deb.debian.org/debian bullseye/main armhf ca-certificates all 20210119 [158 kB]
11:00:30 #8 8.141 Get:32 http://deb.debian.org/debian bullseye/main armhf libmagic-mgc armhf 1:5.39-3 [273 kB]
11:00:30 #8 8.141 Get:33 http://deb.debian.org/debian bullseye/main armhf libmagic1 armhf 1:5.39-3 [117 kB]
11:00:30 #8 8.143 Get:34 http://deb.debian.org/debian bullseye/main armhf file armhf 1:5.39-3 [68.1 kB]
11:00:30 #8 8.143 Get:35 http://deb.debian.org/debian bullseye/main armhf gettext-base armhf 0.21-4 [171 kB]
11:00:30 #8 8.144 Get:36 http://deb.debian.org/debian bullseye/main armhf manpages all 5.10-1 [1412 kB]
11:00:30 #8 8.155 Get:37 http://deb.debian.org/debian bullseye/main armhf libmd0 armhf 1.0.3-3 [27.4 kB]
11:00:30 #8 8.172 Get:38 http://deb.debian.org/debian bullseye/main armhf libbsd0 armhf 0.11.3-1 [103 kB]
11:00:30 #8 8.172 Get:39 http://deb.debian.org/debian bullseye/main armhf libedit2 armhf 3.1-20191231-2+b1 [81.1 kB]
11:00:30 #8 8.172 Get:40 http://deb.debian.org/debian bullseye/main armhf libcbor0 armhf 0.5.0+dfsg-2 [19.6 kB]
11:00:30 #8 8.172 Get:41 http://deb.debian.org/debian bullseye/main armhf libfido2-1 armhf 1.6.0-2 [48.0 kB]
11:00:30 #8 8.172 Get:42 http://deb.debian.org/debian bullseye/main armhf openssh-client armhf 1:8.4p1-5+deb11u1 [843 kB]
11:00:30 #8 8.182 Get:43 http://deb.debian.org/debian bullseye/main armhf ucf all 3.0043 [74.0 kB]
11:00:30 #8 8.185 Get:44 http://deb.debian.org/debian bullseye/main armhf xz-utils armhf 5.2.5-2.1~deb11u1 [219 kB]
11:00:30 #8 8.186 Get:45 http://deb.debian.org/debian bullseye/main armhf libsigsegv2 armhf 2.13-1 [34.0 kB]
11:00:30 #8 8.188 Get:46 http://deb.debian.org/debian bullseye/main armhf m4 armhf 1.4.18-5 [192 kB]
11:00:30 #8 8.190 Get:47 http://deb.debian.org/debian bullseye/main armhf autoconf all 2.69-14 [313 kB]
11:00:30 #8 8.206 Get:48 http://deb.debian.org/debian bullseye/main armhf autotools-dev all 20180224.1+nmu1 [77.1 kB]
11:00:30 #8 8.206 Get:49 http://deb.debian.org/debian bullseye/main armhf automake all 1:1.16.3-2 [814 kB]
11:00:30 #8 8.206 Get:50 http://deb.debian.org/debian bullseye/main armhf autopoint all 0.21-4 [510 kB]
11:00:30 #8 8.212 Get:51 http://deb.debian.org/debian bullseye/main armhf binutils-common armhf 2.35.2-2 [2220 kB]
11:00:30 #8 8.242 Get:52 http://deb.debian.org/debian bullseye/main armhf libbinutils armhf 2.35.2-2 [403 kB]
11:00:30 #8 8.269 Get:53 http://deb.debian.org/debian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2 [99.7 kB]
11:00:30 #8 8.269 Get:54 http://deb.debian.org/debian bullseye/main armhf libctf0 armhf 2.35.2-2 [42.4 kB]
11:00:30 #8 8.269 Get:55 http://deb.debian.org/debian bullseye/main armhf binutils-arm-linux-gnueabihf armhf 2.35.2-2 [2408 kB]
11:00:30 #8 8.288 Get:56 http://deb.debian.org/debian bullseye/main armhf binutils armhf 2.35.2-2 [61.2 kB]
11:00:30 #8 8.288 Get:57 http://deb.debian.org/debian bullseye/main armhf libc-dev-bin armhf 2.31-13+deb11u3 [271 kB]
11:00:30 #8 8.288 Get:58 http://deb.debian.org/debian-security bullseye-security/main armhf linux-libc-dev armhf 5.10.127-2 [1486 kB]
11:00:30 #8 8.315 Get:59 http://deb.debian.org/debian bullseye/main armhf libcrypt-dev armhf 1:4.4.18-4 [113 kB]
11:00:30 #8 8.315 Get:60 http://deb.debian.org/debian bullseye/main armhf libtirpc-dev armhf 1.3.1-1 [182 kB]
11:00:30 #8 8.315 Get:61 http://deb.debian.org/debian bullseye/main armhf libnsl-dev armhf 1.3.0-2 [62.1 kB]
11:00:30 #8 8.315 Get:62 http://deb.debian.org/debian bullseye/main armhf libc6-dev armhf 2.31-13+deb11u3 [1876 kB]
11:00:30 #8 8.341 Get:63 http://deb.debian.org/debian bullseye/main armhf libisl23 armhf 0.23-1 [516 kB]
11:00:30 #8 8.341 Get:64 http://deb.debian.org/debian bullseye/main armhf libmpfr6 armhf 4.1.0-3 [811 kB]
11:00:30 #8 8.360 Get:65 http://deb.debian.org/debian bullseye/main armhf libmpc3 armhf 1.2.0-1 [36.7 kB]
11:00:30 #8 8.360 Get:66 http://deb.debian.org/debian bullseye/main armhf cpp-10 armhf 10.2.1-6 [6609 kB]
11:00:30 #8 8.477 Get:67 http://deb.debian.org/debian bullseye/main armhf cpp armhf 4:10.2.1-1 [19.7 kB]
11:00:30 #8 8.477 Get:68 http://deb.debian.org/debian bullseye/main armhf libcc1-0 armhf 10.2.1-6 [39.2 kB]
11:00:30 #8 8.477 Get:69 http://deb.debian.org/debian bullseye/main armhf libgomp1 armhf 10.2.1-6 [84.7 kB]
11:00:30 #8 8.477 Get:70 http://deb.debian.org/debian bullseye/main armhf libatomic1 armhf 10.2.1-6 [6924 B]
11:00:30 #8 8.477 Get:71 http://deb.debian.org/debian bullseye/main armhf libasan6 armhf 10.2.1-6 [2015 kB]
11:00:30 #8 8.511 Get:72 http://deb.debian.org/debian bullseye/main armhf libubsan1 armhf 10.2.1-6 [746 kB]
11:00:30 #8 8.511 Get:73 http://deb.debian.org/debian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6 [694 kB]
11:00:30 #8 8.511 Get:74 http://deb.debian.org/debian bullseye/main armhf gcc-10 armhf 10.2.1-6 [13.1 MB]
11:00:30 #8 8.749 Get:75 http://deb.debian.org/debian bullseye/main armhf gcc armhf 4:10.2.1-1 [5204 B]
11:00:30 #8 8.749 Get:76 http://deb.debian.org/debian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6 [1790 kB]
11:00:30 #8 8.767 Get:77 http://deb.debian.org/debian bullseye/main armhf g++-10 armhf 10.2.1-6 [7244 kB]
11:00:30 #8 8.884 Get:78 http://deb.debian.org/debian bullseye/main armhf g++ armhf 4:10.2.1-1 [1628 B]
11:00:30 #8 8.884 Get:79 http://deb.debian.org/debian bullseye/main armhf make armhf 4.3-4.1 [384 kB]
11:00:30 #8 8.884 Get:80 http://deb.debian.org/debian bullseye/main armhf libdpkg-perl all 1.20.11 [1546 kB]
11:00:30 #8 8.904 Get:81 http://deb.debian.org/debian bullseye/main armhf patch armhf 2.7.6-7 [125 kB]
11:00:30 #8 8.904 Get:82 http://deb.debian.org/debian bullseye/main armhf dpkg-dev all 1.20.11 [2308 kB]
11:00:30 #8 8.931 Get:83 http://deb.debian.org/debian bullseye/main armhf build-essential armhf 12.9 [7704 B]
11:00:30 #8 8.931 Get:84 http://deb.debian.org/debian bullseye/main armhf libbrotli1 armhf 1.0.9-2+b2 [262 kB]
11:00:30 #8 8.931 Get:85 http://deb.debian.org/debian bullseye/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-2.1+deb11u1 [67.7 kB]
11:00:30 #8 8.931 Get:86 http://deb.debian.org/debian bullseye/main armhf libsasl2-2 armhf 2.1.27+dfsg-2.1+deb11u1 [99.2 kB]
11:00:30 #8 8.931 Get:87 http://deb.debian.org/debian bullseye/main armhf libldap-2.4-2 armhf 2.4.57+dfsg-3+deb11u1 [210 kB]
11:00:30 #8 8.931 Get:88 http://deb.debian.org/debian bullseye/main armhf libnghttp2-14 armhf 1.43.0-1 [65.6 kB]
11:00:30 #8 8.931 Get:89 http://deb.debian.org/debian bullseye/main armhf libpsl5 armhf 0.21.0-1.2 [56.1 kB]
11:00:30 #8 8.931 Get:90 http://deb.debian.org/debian bullseye/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2+b2 [55.2 kB]
11:00:30 #8 8.931 Get:91 http://deb.debian.org/debian bullseye/main armhf libssh2-1 armhf 1.9.0-2 [143 kB]
11:00:30 #8 8.939 Get:92 http://deb.debian.org/debian-security bullseye-security/main armhf libcurl4 armhf 7.74.0-1.3+deb11u2 [312 kB]
11:00:30 #8 8.939 Get:93 http://deb.debian.org/debian-security bullseye-security/main armhf curl armhf 7.74.0-1.3+deb11u2 [261 kB]
11:00:30 #8 8.939 Get:94 http://deb.debian.org/debian bullseye/main armhf dctrl-tools armhf 2.24-3 [96.0 kB]
11:00:30 #8 8.939 Get:95 http://deb.debian.org/debian bullseye/main armhf libdebhelper-perl all 13.3.4 [189 kB]
11:00:30 #8 8.939 Get:96 http://deb.debian.org/debian bullseye/main armhf libtool all 2.4.6-15 [513 kB]
11:00:30 #8 8.947 Get:97 http://deb.debian.org/debian bullseye/main armhf dh-autoreconf all 20 [17.1 kB]
11:00:30 #8 9.012 Get:98 http://deb.debian.org/debian bullseye/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
11:00:30 #8 9.012 Get:99 http://deb.debian.org/debian bullseye/main armhf libsub-override-perl all 0.09-2 [10.2 kB]
11:00:30 #8 9.012 Get:100 http://deb.debian.org/debian bullseye/main armhf libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
11:00:30 #8 9.012 Get:101 http://deb.debian.org/debian bullseye/main armhf dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
11:00:30 #8 9.012 Get:102 http://deb.debian.org/debian bullseye/main armhf libelf1 armhf 0.183-1 [161 kB]
11:00:30 #8 9.012 Get:103 http://deb.debian.org/debian bullseye/main armhf dwz armhf 0.13+20210201-1 [179 kB]
11:00:30 #8 9.012 Get:104 http://deb.debian.org/debian bullseye/main armhf libicu67 armhf 67.1-7 [8319 kB]
11:00:30 #8 9.086 Get:105 http://deb.debian.org/debian bullseye/main armhf libxml2 armhf 2.9.10+dfsg-6.7+deb11u2 [603 kB]
11:00:30 #8 9.111 Get:106 http://deb.debian.org/debian bullseye/main armhf gettext armhf 0.21-4 [1243 kB]
11:00:30 #8 9.119 Get:107 http://deb.debian.org/debian bullseye/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
11:00:30 #8 9.119 Get:108 http://deb.debian.org/debian bullseye/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
11:00:30 #8 9.119 Get:109 http://deb.debian.org/debian bullseye/main armhf debhelper all 13.3.4 [1049 kB]
11:00:30 #8 9.123 Get:110 http://deb.debian.org/debian bullseye/main armhf debian-keyring all 2021.07.26 [31.1 MB]
11:00:30 #8 ...
11:00:30 
11:00:30 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:30 #13 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:33 #13 extracting sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 9.7s done
11:00:33 #13 extracting sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d
11:00:36 #13 ...
11:00:36 
11:00:36 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:36 #8 sha256:b54c72e86d0bca4816908c09da59cc2f546c36b90631f0152d755320fecd8a7b
11:00:36 #8 9.687 Get:111 http://deb.debian.org/debian bullseye/main armhf libfakeroot armhf 1.25.3-1.1 [43.9 kB]
11:00:36 #8 9.687 Get:112 http://deb.debian.org/debian bullseye/main armhf fakeroot armhf 1.25.3-1.1 [85.1 kB]
11:00:36 #8 9.687 Get:113 http://deb.debian.org/debian bullseye/main armhf libassuan0 armhf 2.5.3-7.1 [44.2 kB]
11:00:36 #8 9.687 Get:114 http://deb.debian.org/debian bullseye/main armhf gpgconf armhf 2.2.27-2+deb11u2 [532 kB]
11:00:36 #8 9.687 Get:115 http://deb.debian.org/debian bullseye/main armhf libksba8 armhf 1.5.0-3 [105 kB]
11:00:36 #8 9.687 Get:116 http://deb.debian.org/debian bullseye/main armhf libnpth0 armhf 1.6-3 [17.8 kB]
11:00:36 #8 9.687 Get:117 http://deb.debian.org/debian bullseye/main armhf dirmngr armhf 2.2.27-2+deb11u2 [722 kB]
11:00:36 #8 9.696 Get:118 http://deb.debian.org/debian bullseye/main armhf gnupg-l10n all 2.2.27-2+deb11u2 [1086 kB]
11:00:36 #8 9.727 Get:119 http://deb.debian.org/debian bullseye/main armhf gnupg-utils armhf 2.2.27-2+deb11u2 [835 kB]
11:00:36 #8 9.733 Get:120 http://deb.debian.org/debian bullseye/main armhf gpg armhf 2.2.27-2+deb11u2 [868 kB]
11:00:36 #8 9.744 Get:121 http://deb.debian.org/debian bullseye/main armhf pinentry-curses armhf 1.1.0-4 [60.6 kB]
11:00:36 #8 9.744 Get:122 http://deb.debian.org/debian bullseye/main armhf gpg-agent armhf 2.2.27-2+deb11u2 [630 kB]
11:00:36 #8 9.763 Get:123 http://deb.debian.org/debian bullseye/main armhf gpg-wks-client armhf 2.2.27-2+deb11u2 [509 kB]
11:00:36 #8 9.763 Get:124 http://deb.debian.org/debian bullseye/main armhf gpg-wks-server armhf 2.2.27-2+deb11u2 [503 kB]
11:00:36 #8 9.763 Get:125 http://deb.debian.org/debian bullseye/main armhf gpgsm armhf 2.2.27-2+deb11u2 [617 kB]
11:00:36 #8 9.779 Get:126 http://deb.debian.org/debian bullseye/main armhf gnupg all 2.2.27-2+deb11u2 [825 kB]
11:00:36 #8 9.781 Get:127 http://deb.debian.org/debian bullseye/main armhf libfile-dirlist-perl all 0.05-2 [7444 B]
11:00:36 #8 9.781 Get:128 http://deb.debian.org/debian bullseye/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
11:00:36 #8 9.793 Get:129 http://deb.debian.org/debian bullseye/main armhf libfile-homedir-perl all 1.006-1 [43.8 kB]
11:00:36 #8 9.793 Get:130 http://deb.debian.org/debian bullseye/main armhf libfile-touch-perl all 0.11-1 [9254 B]
11:00:36 #8 9.793 Get:131 http://deb.debian.org/debian bullseye/main armhf libio-pty-perl armhf 1:1.15-2 [36.2 kB]
11:00:36 #8 9.793 Get:132 http://deb.debian.org/debian bullseye/main armhf libipc-run-perl all 20200505.0-1 [102 kB]
11:00:36 #8 9.793 Get:133 http://deb.debian.org/debian bullseye/main armhf libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
11:00:36 #8 9.793 Get:134 http://deb.debian.org/debian bullseye/main armhf libb-hooks-op-check-perl armhf 0.22-1+b3 [11.0 kB]
11:00:36 #8 9.793 Get:135 http://deb.debian.org/debian bullseye/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
11:00:36 #8 9.793 Get:136 http://deb.debian.org/debian bullseye/main armhf libdevel-callchecker-perl armhf 0.008-1+b2 [15.7 kB]
11:00:36 #8 9.793 Get:137 http://deb.debian.org/debian bullseye/main armhf libparams-classify-perl armhf 0.015-1+b3 [24.5 kB]
11:00:36 #8 9.793 Get:138 http://deb.debian.org/debian bullseye/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
11:00:36 #8 9.793 Get:139 http://deb.debian.org/debian bullseye/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
11:00:36 #8 9.793 Get:140 http://deb.debian.org/debian bullseye/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
11:00:36 #8 9.793 Get:141 http://deb.debian.org/debian bullseye/main armhf libstrictures-perl all 2.000006-1 [18.6 kB]
11:00:36 #8 9.793 Get:142 http://deb.debian.org/debian bullseye/main armhf libsub-quote-perl all 2.006006-1 [21.0 kB]
11:00:36 #8 9.793 Get:143 http://deb.debian.org/debian bullseye/main armhf libmoo-perl all 2.004004-1 [59.9 kB]
11:00:36 #8 9.793 Get:144 http://deb.debian.org/debian bullseye/main armhf libencode-locale-perl all 1.05-1.1 [13.2 kB]
11:00:36 #8 9.802 Get:145 http://deb.debian.org/debian bullseye/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
11:00:36 #8 9.802 Get:146 http://deb.debian.org/debian bullseye/main armhf libhttp-date-perl all 6.05-1 [10.4 kB]
11:00:36 #8 9.802 Get:147 http://deb.debian.org/debian bullseye/main armhf libfile-listing-perl all 6.14-1 [12.4 kB]
11:00:36 #8 9.802 Get:148 http://deb.debian.org/debian bullseye/main armhf libhtml-tagset-perl all 3.20-4 [13.0 kB]
11:00:36 #8 9.802 Get:149 http://deb.debian.org/debian bullseye/main armhf liburi-perl all 5.08-1 [90.6 kB]
11:00:36 #8 9.802 Get:150 http://deb.debian.org/debian bullseye/main armhf libhtml-parser-perl armhf 3.75-1+b1 [102 kB]
11:00:36 #8 9.802 Get:151 http://deb.debian.org/debian bullseye/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
11:00:36 #8 9.811 Get:152 http://deb.debian.org/debian bullseye/main armhf libio-html-perl all 1.004-2 [16.1 kB]
11:00:36 #8 9.811 Get:153 http://deb.debian.org/debian bullseye/main armhf liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
11:00:36 #8 9.811 Get:154 http://deb.debian.org/debian bullseye/main armhf libhttp-message-perl all 6.28-1 [79.6 kB]
11:00:36 #8 9.811 Get:155 http://deb.debian.org/debian bullseye/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
11:00:36 #8 9.811 Get:156 http://deb.debian.org/debian bullseye/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
11:00:36 #8 9.811 Get:157 http://deb.debian.org/debian bullseye/main armhf perl-openssl-defaults armhf 5 [7360 B]
11:00:36 #8 9.811 Get:158 http://deb.debian.org/debian bullseye/main armhf libnet-ssleay-perl armhf 1.88-3+b1 [303 kB]
11:00:36 #8 9.818 Get:159 http://deb.debian.org/debian bullseye/main armhf libio-socket-ssl-perl all 2.069-1 [215 kB]
11:00:36 #8 9.818 Get:160 http://deb.debian.org/debian bullseye/main armhf libnet-http-perl all 6.20-1 [25.1 kB]
11:00:36 #8 9.818 Get:161 http://deb.debian.org/debian bullseye/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
11:00:36 #8 9.818 Get:162 http://deb.debian.org/debian bullseye/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
11:00:36 #8 9.818 Get:163 http://deb.debian.org/debian bullseye/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
11:00:36 #8 9.821 Get:164 http://deb.debian.org/debian bullseye/main armhf libwww-perl all 6.52-1 [192 kB]
11:00:36 #8 9.824 Get:165 http://deb.debian.org/debian bullseye/main armhf patchutils armhf 0.4.2-1 [72.5 kB]
11:00:36 #8 9.824 Get:166 http://deb.debian.org/debian bullseye/main armhf wdiff armhf 1.2.2-2+b1 [121 kB]
11:00:36 #8 9.831 Get:167 http://deb.debian.org/debian bullseye/main armhf devscripts armhf 2.21.3+deb11u1 [1092 kB]
11:00:36 #8 9.839 Get:168 http://deb.debian.org/debian bullseye/main armhf diffstat armhf 1.64-1 [34.6 kB]
11:00:36 #8 9.839 Get:169 http://deb.debian.org/debian bullseye/main armhf distro-info-data all 0.51+deb11u2 [7684 B]
11:00:36 #8 9.839 Get:170 http://deb.debian.org/debian bullseye/main armhf python3-pkg-resources all 52.0.0-4 [190 kB]
11:00:36 #8 9.839 Get:171 http://deb.debian.org/debian bullseye/main armhf python3-chardet all 4.0.0-1 [99.0 kB]
11:00:36 #8 9.839 Get:172 http://deb.debian.org/debian bullseye/main armhf python3-six all 1.16.0-2 [17.5 kB]
11:00:36 #8 9.839 Get:173 http://deb.debian.org/debian bullseye/main armhf python3-debian all 0.1.39 [80.1 kB]
11:00:36 #8 9.854 Get:174 http://deb.debian.org/debian bullseye/main armhf libgpgme11 armhf 1.14.0-1+b2 [263 kB]
11:00:36 #8 9.854 Get:175 http://deb.debian.org/debian bullseye/main armhf python3-gpg armhf 1.14.0-1+b2 [316 kB]
11:00:36 #8 9.854 Get:176 http://deb.debian.org/debian bullseye/main armhf dput all 1.1.0 [56.5 kB]
11:00:36 #8 9.870 Get:177 http://deb.debian.org/debian bullseye/main armhf equivs all 2.3.1 [22.7 kB]
11:00:36 #8 9.870 Get:178 http://deb.debian.org/debian bullseye/main armhf fonts-dejavu-core all 2.37-2 [1069 kB]
11:00:36 #8 9.881 Get:179 http://deb.debian.org/debian bullseye/main armhf fontconfig-config all 2.13.1-4.2 [281 kB]
11:00:36 #8 9.886 Get:180 http://deb.debian.org/debian-security bullseye-security/main armhf libcurl3-gnutls armhf 7.74.0-1.3+deb11u2 [309 kB]
11:00:36 #8 9.899 Get:181 http://deb.debian.org/debian bullseye/main armhf liberror-perl all 0.17029-1 [31.0 kB]
11:00:36 #8 9.899 Get:182 http://deb.debian.org/debian bullseye/main armhf git-man all 1:2.30.2-1 [1827 kB]
11:00:36 #8 9.927 Get:183 http://deb.debian.org/debian bullseye/main armhf git armhf 1:2.30.2-1 [5128 kB]
11:00:36 #8 9.995 Get:184 http://deb.debian.org/debian bullseye/main armhf iso-codes all 4.6.0-1 [2824 kB]
11:00:36 #8 10.04 Get:185 http://deb.debian.org/debian bullseye/main armhf libalgorithm-diff-perl all 1.201-1 [43.3 kB]
11:00:36 #8 10.04 Get:186 http://deb.debian.org/debian bullseye/main armhf libalgorithm-diff-xs-perl armhf 0.04-6+b1 [11.5 kB]
11:00:36 #8 10.04 Get:187 http://deb.debian.org/debian bullseye/main armhf libalgorithm-merge-perl all 0.08-3 [12.7 kB]
11:00:36 #8 10.04 Get:188 http://deb.debian.org/debian bullseye/main armhf libaliased-perl all 0.34-1.1 [14.1 kB]
11:00:36 #8 10.04 Get:189 http://deb.debian.org/debian bullseye/main armhf libapt-pkg-perl armhf 0.1.39 [66.9 kB]
11:00:36 #8 10.04 Get:190 http://deb.debian.org/debian bullseye/main armhf libarchive-cpio-perl all 0.10-1.1 [10.6 kB]
11:00:36 #8 10.04 Get:191 http://deb.debian.org/debian bullseye/main armhf libarchive13 armhf 3.4.3-2+deb11u1 [303 kB]
11:00:36 #8 10.04 Get:192 http://deb.debian.org/debian bullseye/main armhf libarray-intspan-perl all 2.004-1 [25.5 kB]
11:00:36 #8 10.04 Get:193 http://deb.debian.org/debian bullseye/main armhf libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
11:00:36 #8 10.04 Get:194 http://deb.debian.org/debian bullseye/main armhf libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
11:00:36 #8 10.04 Get:195 http://deb.debian.org/debian bullseye/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
11:00:36 #8 10.04 Get:196 http://deb.debian.org/debian bullseye/main armhf libvariable-magic-perl armhf 0.62-1+b3 [43.0 kB]
11:00:36 #8 10.04 Get:197 http://deb.debian.org/debian bullseye/main armhf libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB]
11:00:36 #8 10.05 Get:198 http://deb.debian.org/debian bullseye/main armhf libpng16-16 armhf 1.6.37-3 [277 kB]
11:00:36 #8 10.05 Get:199 http://deb.debian.org/debian bullseye/main armhf libfreetype6 armhf 2.10.4+dfsg-1+deb11u1 [357 kB]
11:00:36 #8 10.05 Get:200 http://deb.debian.org/debian bullseye/main armhf libfontconfig1 armhf 2.13.1-4.2 [329 kB]
11:00:36 #8 10.05 Get:201 http://deb.debian.org/debian bullseye/main armhf libjpeg62-turbo armhf 1:2.0.6-4 [123 kB]
11:00:36 #8 10.05 Get:202 http://deb.debian.org/debian bullseye/main armhf libdeflate0 armhf 1.7-1 [43.1 kB]
11:00:36 #8 10.08 Get:203 http://deb.debian.org/debian bullseye/main armhf libjbig0 armhf 2.1-3.1+b2 [28.4 kB]
11:00:36 #8 10.08 Get:204 http://deb.debian.org/debian bullseye/main armhf libwebp6 armhf 0.6.1-2.1 [226 kB]
11:00:36 #8 10.08 Get:205 http://deb.debian.org/debian bullseye/main armhf libtiff5 armhf 4.2.0-1+deb11u1 [272 kB]
11:00:36 #8 10.08 Get:206 http://deb.debian.org/debian bullseye/main armhf libxau6 armhf 1:1.0.9-1 [19.0 kB]
11:00:36 #8 10.08 Get:207 http://deb.debian.org/debian bullseye/main armhf libxdmcp6 armhf 1:1.1.2-3 [24.9 kB]
11:00:36 #8 10.08 Get:208 http://deb.debian.org/debian bullseye/main armhf libxcb1 armhf 1.14-3 [136 kB]
11:00:36 #8 10.08 Get:209 http://deb.debian.org/debian bullseye/main armhf libx11-data all 2:1.7.2-1 [311 kB]
11:00:36 #8 10.08 Get:210 http://deb.debian.org/debian bullseye/main armhf libx11-6 armhf 2:1.7.2-1 [713 kB]
11:00:36 #8 10.09 Get:211 http://deb.debian.org/debian bullseye/main armhf libxpm4 armhf 1:3.5.12-1 [44.0 kB]
11:00:36 #8 10.09 Get:212 http://deb.debian.org/debian bullseye/main armhf libgd3 armhf 2.3.0-2 [119 kB]
11:00:36 #8 10.09 Get:213 http://deb.debian.org/debian bullseye/main armhf libc-devtools armhf 2.31-13+deb11u3 [246 kB]
11:00:36 #8 10.12 Get:214 http://deb.debian.org/debian bullseye/main armhf libcapture-tiny-perl all 0.48-1 [26.0 kB]
11:00:36 #8 10.12 Get:215 http://deb.debian.org/debian bullseye/main armhf libclass-data-inheritable-perl all 0.08-3 [8588 B]
11:00:36 #8 10.12 Get:216 http://deb.debian.org/debian bullseye/main armhf libclass-inspector-perl all 1.36-1 [19.6 kB]
11:00:36 #8 10.12 Get:217 http://deb.debian.org/debian bullseye/main armhf libclass-xsaccessor-perl armhf 1.19-3+b7 [37.3 kB]
11:00:36 #8 10.12 Get:218 http://deb.debian.org/debian bullseye/main armhf libclone-perl armhf 0.45-1+b1 [14.8 kB]
11:00:36 #8 10.12 Get:219 http://deb.debian.org/debian bullseye/main armhf libcommon-sense-perl armhf 3.75-1+b4 [24.6 kB]
11:00:36 #8 10.12 Get:220 http://deb.debian.org/debian bullseye/main armhf libconfig-tiny-perl all 2.26-1 [16.5 kB]
11:00:36 #8 10.12 Get:221 http://deb.debian.org/debian bullseye/main armhf libparams-util-perl armhf 1.102-1+b1 [24.6 kB]
11:00:36 #8 10.12 Get:222 http://deb.debian.org/debian bullseye/main armhf libsub-install-perl all 0.928-1.1 [10.8 kB]
11:00:36 #8 10.12 Get:223 http://deb.debian.org/debian bullseye/main armhf libdata-optlist-perl all 0.110-1.1 [10.8 kB]
11:00:36 #8 10.12 Get:224 http://deb.debian.org/debian bullseye/main armhf libsub-exporter-perl all 0.987-1 [47.2 kB]
11:00:36 #8 10.13 Get:225 http://deb.debian.org/debian bullseye/main armhf libconst-fast-perl all 0.014-1.1 [8552 B]
11:00:36 #8 10.13 Get:226 http://deb.debian.org/debian bullseye/main armhf libwant-perl armhf 0.29-1+b6 [27.4 kB]
11:00:36 #8 10.13 Get:227 http://deb.debian.org/debian bullseye/main armhf libcontextual-return-perl all 0.004014-2 [56.6 kB]
11:00:36 #8 10.13 Get:228 http://deb.debian.org/debian bullseye/main armhf libconvert-binhex-perl all 1.125-1 [30.5 kB]
11:00:36 #8 10.15 Get:229 http://deb.debian.org/debian bullseye/main armhf libcpanel-json-xs-perl armhf 4.25-1+b1 [127 kB]
11:00:36 #8 10.15 Get:230 http://deb.debian.org/debian bullseye/main armhf libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
11:00:36 #8 10.15 Get:231 http://deb.debian.org/debian bullseye/main armhf libexception-class-perl all 1.44-1 [32.3 kB]
11:00:36 #8 10.15 Get:232 http://deb.debian.org/debian bullseye/main armhf libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
11:00:36 #8 10.15 Get:233 http://deb.debian.org/debian bullseye/main armhf libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB]
11:00:36 #8 10.15 Get:234 http://deb.debian.org/debian bullseye/main armhf libexporter-tiny-perl all 1.002002-1 [37.8 kB]
11:00:36 #8 10.15 Get:235 http://deb.debian.org/debian bullseye/main armhf liblist-moreutils-xs-perl armhf 0.430-2 [35.5 kB]
11:00:36 #8 10.15 Get:236 http://deb.debian.org/debian bullseye/main armhf liblist-moreutils-perl all 0.430-2 [46.9 kB]
11:00:36 #8 10.15 Get:237 http://deb.debian.org/debian bullseye/main armhf libdata-dpath-perl all 0.58-1 [43.5 kB]
11:00:36 #8 10.15 Get:238 http://deb.debian.org/debian bullseye/main armhf libdata-dump-perl all 1.23-1.1 [27.6 kB]
11:00:36 #8 10.15 Get:239 http://deb.debian.org/debian bullseye/main armhf libdata-messagepack-perl armhf 1.00-4+b1 [36.5 kB]
11:00:36 #8 10.15 Get:240 http://deb.debian.org/debian bullseye/main armhf libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
11:00:36 #8 10.15 Get:241 http://deb.debian.org/debian bullseye/main armhf libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
11:00:36 #8 10.15 Get:242 http://deb.debian.org/debian bullseye/main armhf libdevel-size-perl armhf 0.83-1+b2 [25.4 kB]
11:00:36 #8 10.15 Get:243 http://deb.debian.org/debian bullseye/main armhf libdistro-info-perl all 1.0 [7480 B]
11:00:36 #8 10.15 Get:244 http://deb.debian.org/debian bullseye/main armhf libemail-address-xs-perl armhf 1.04-1+b3 [25.4 kB]
11:00:36 #8 10.15 Get:245 http://deb.debian.org/debian bullseye/main armhf libfcgi0ldbl armhf 2.4.2-2 [22.0 kB]
11:00:36 #8 10.16 Get:246 http://deb.debian.org/debian bullseye/main armhf libfcgi-bin armhf 2.4.2-2 [12.0 kB]
11:00:36 #8 10.16 Get:247 http://deb.debian.org/debian bullseye/main armhf libfcgi-perl armhf 0.79+ds-2 [26.3 kB]
11:00:36 #8 10.16 Get:248 http://deb.debian.org/debian bullseye/main armhf libipc-system-simple-perl all 1.30-1 [28.2 kB]
11:00:36 #8 10.16 Get:249 http://deb.debian.org/debian bullseye/main armhf libfile-basedir-perl all 0.08-1 [17.7 kB]
11:00:36 #8 10.17 Get:250 http://deb.debian.org/debian bullseye/main armhf libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
11:00:36 #8 10.17 Get:251 http://deb.debian.org/debian bullseye/main armhf libfile-fcntllock-perl armhf 0.22-3+b7 [35.1 kB]
11:00:36 #8 10.17 Get:252 http://deb.debian.org/debian bullseye/main armhf libnumber-compare-perl all 0.03-1.1 [6956 B]
11:00:36 #8 10.17 Get:253 http://deb.debian.org/debian bullseye/main armhf libtext-glob-perl all 0.11-1 [8888 B]
11:00:36 #8 10.17 Get:254 http://deb.debian.org/debian bullseye/main armhf libfile-find-rule-perl all 0.34-1 [30.6 kB]
11:00:36 #8 10.17 Get:255 http://deb.debian.org/debian bullseye/main armhf libfont-afm-perl all 1.20-3 [14.0 kB]
11:00:36 #8 10.17 Get:256 http://deb.debian.org/debian bullseye/main armhf libio-string-perl all 1.08-3.1 [11.8 kB]
11:00:36 #8 10.18 Get:257 http://deb.debian.org/debian bullseye/main armhf libfont-ttf-perl all 1.06-1.1 [318 kB]
11:00:36 #8 10.18 Get:258 http://deb.debian.org/debian bullseye/main armhf libio-stringy-perl all 2.111-3 [56.5 kB]
11:00:36 #8 10.18 Get:259 http://deb.debian.org/debian bullseye/main armhf libparams-validate-perl armhf 1.30-1+b1 [65.6 kB]
11:00:36 #8 10.18 Get:260 http://deb.debian.org/debian bullseye/main armhf libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB]
11:00:36 #8 10.18 Get:261 http://deb.debian.org/debian bullseye/main armhf libsort-versions-perl all 1.62-1 [11.0 kB]
11:00:36 #8 10.18 Get:262 http://deb.debian.org/debian bullseye/main armhf libgit-wrapper-perl all 0.048-1 [34.7 kB]
11:00:36 #8 10.18 Get:263 http://deb.debian.org/debian bullseye/main armhf libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B]
11:00:36 #8 10.18 Get:264 http://deb.debian.org/debian bullseye/main armhf libio-prompter-perl all 0.004015-1 [60.4 kB]
11:00:36 #8 10.18 Get:265 http://deb.debian.org/debian bullseye/main armhf libjson-perl all 4.03000-1 [88.6 kB]
11:00:36 #8 10.19 Get:266 http://deb.debian.org/debian bullseye/main armhf liblog-any-perl all 1.709-1 [73.5 kB]
11:00:36 #8 10.19 Get:267 http://deb.debian.org/debian bullseye/main armhf liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
11:00:36 #8 10.19 Get:268 http://deb.debian.org/debian bullseye/main armhf libpackage-stash-perl all 0.39-1 [21.9 kB]
11:00:36 #8 10.19 Get:269 http://deb.debian.org/debian bullseye/main armhf libsub-identify-perl armhf 0.14-1+b3 [11.6 kB]
11:00:36 #8 10.19 Get:270 http://deb.debian.org/debian bullseye/main armhf libsub-name-perl armhf 0.26-1+b1 [13.2 kB]
11:00:36 #8 10.19 Get:271 http://deb.debian.org/debian bullseye/main armhf libnamespace-clean-perl all 0.27-1 [17.3 kB]
11:00:36 #8 10.19 Get:272 http://deb.debian.org/debian bullseye/main armhf libpath-tiny-perl all 0.118-1 [53.5 kB]
11:00:36 #8 10.19 Get:273 http://deb.debian.org/debian bullseye/main armhf libtype-tiny-perl all 1.012001-2 [351 kB]
11:00:36 #8 10.21 Get:274 http://deb.debian.org/debian bullseye/main armhf libgitlab-api-v4-perl all 0.26-1 [87.9 kB]
11:00:36 #8 10.21 Get:275 http://deb.debian.org/debian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1206 kB]
11:00:36 #8 10.21 Get:276 http://deb.debian.org/debian bullseye/main armhf libglib2.0-data all 2.66.8-1 [1164 kB]
11:00:36 #8 10.23 Get:277 http://deb.debian.org/debian bullseye/main armhf libgpm2 armhf 1.20.7-8 [34.8 kB]
11:00:36 #8 10.23 Get:278 http://deb.debian.org/debian bullseye/main armhf libhash-fieldhash-perl armhf 0.15-1+b3 [17.0 kB]
11:00:36 #8 10.26 Get:279 http://deb.debian.org/debian bullseye/main armhf libhtml-form-perl all 6.07-1 [22.9 kB]
11:00:36 #8 10.26 Get:280 http://deb.debian.org/debian bullseye/main armhf libhtml-format-perl all 2.12-1.1 [43.8 kB]
11:00:36 #8 10.26 Get:281 http://deb.debian.org/debian bullseye/main armhf libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
11:00:36 #8 10.26 Get:282 http://deb.debian.org/debian bullseye/main armhf libhttp-daemon-perl all 6.12-1 [22.9 kB]
11:00:36 #8 10.26 Get:283 http://deb.debian.org/debian bullseye/main armhf libio-sessiondata-perl all 1.03-1.1 [5984 B]
11:00:36 #8 10.26 Get:284 http://deb.debian.org/debian bullseye/main armhf libipc-run3-perl all 0.048-2 [34.2 kB]
11:00:36 #8 10.26 Get:285 http://deb.debian.org/debian bullseye/main armhf libtypes-serialiser-perl all 1.01-1 [12.2 kB]
11:00:36 #8 10.26 Get:286 http://deb.debian.org/debian bullseye/main armhf libjson-xs-perl armhf 4.030-1+b1 [93.0 kB]
11:00:36 #8 10.26 Get:287 http://deb.debian.org/debian bullseye/main armhf libjson-maybexs-perl all 1.004003-1 [13.1 kB]
11:00:36 #8 10.26 Get:288 http://deb.debian.org/debian bullseye/main armhf libldap-common all 2.4.57+dfsg-3+deb11u1 [95.8 kB]
11:00:36 #8 10.26 Get:289 http://deb.debian.org/debian bullseye/main armhf liblist-compare-perl all 0.55-1 [66.9 kB]
11:00:36 #8 10.26 Get:290 http://deb.debian.org/debian bullseye/main armhf liblist-someutils-perl all 0.58-1 [36.5 kB]
11:00:36 #8 10.26 Get:291 http://deb.debian.org/debian bullseye/main armhf liblist-someutils-xs-perl armhf 0.58-2+b1 [30.0 kB]
11:00:36 #8 10.26 Get:292 http://deb.debian.org/debian bullseye/main armhf liblist-utilsby-perl all 0.11-1 [15.4 kB]
11:00:36 #8 10.27 Get:293 http://deb.debian.org/debian bullseye/main armhf libltdl7 armhf 2.4.6-15 [388 kB]
11:00:36 #8 10.27 Get:294 http://deb.debian.org/debian bullseye/main armhf libltdl-dev armhf 2.4.6-15 [159 kB]
11:00:36 #8 10.27 Get:295 http://deb.debian.org/debian bullseye/main armhf liblzo2-2 armhf 2.10-2 [50.7 kB]
11:00:36 #8 10.28 Get:296 http://deb.debian.org/debian bullseye/main armhf libsys-hostname-long-perl all 1.5-2 [11.8 kB]
11:00:36 #8 10.28 Get:297 http://deb.debian.org/debian bullseye/main armhf libmail-sendmail-perl all 0.80-1.1 [25.5 kB]
11:00:36 #8 10.28 Get:298 http://deb.debian.org/debian bullseye/main armhf libnet-smtp-ssl-perl all 1.04-1 [6184 B]
11:00:36 #8 10.28 Get:299 http://deb.debian.org/debian bullseye/main armhf libmailtools-perl all 2.21-1 [95.5 kB]
11:00:36 #8 10.28 Get:300 http://deb.debian.org/debian bullseye/main armhf libmarkdown2 armhf 2.2.6-1 [30.0 kB]
11:00:36 #8 10.28 Get:301 http://deb.debian.org/debian bullseye/main armhf libmime-tools-perl all 5.509-1 [212 kB]
11:00:36 #8 10.28 Get:302 http://deb.debian.org/debian bullseye/main armhf libmoox-aliases-perl all 0.001006-1.1 [10.8 kB]
11:00:36 #8 10.28 Get:303 http://deb.debian.org/debian bullseye/main armhf libnamespace-autoclean-perl all 0.29-1 [15.0 kB]
11:00:36 #8 10.28 Get:304 http://deb.debian.org/debian bullseye/main armhf libobject-id-perl all 0.1.2-2.1 [16.7 kB]
11:00:36 #8 10.29 Get:305 http://deb.debian.org/debian bullseye/main armhf libmoox-struct-perl all 0.020-1 [25.4 kB]
11:00:36 #8 10.29 Get:306 http://deb.debian.org/debian bullseye/main armhf libmouse-perl armhf 2.5.10-1+b1 [168 kB]
11:00:36 #8 10.31 Get:307 http://deb.debian.org/debian bullseye/main armhf libnumber-range-perl all 0.12-1.1 [8688 B]
11:00:36 #8 10.31 Get:308 http://deb.debian.org/debian bullseye/main armhf libossp-uuid16 armhf 1.6.2-1.5+b9 [35.8 kB]
11:00:36 #8 10.31 Get:309 http://deb.debian.org/debian bullseye/main armhf libossp-uuid-perl armhf 1.6.2-1.5+b9 [27.8 kB]
11:00:36 #8 10.31 Get:310 http://deb.debian.org/debian bullseye/main armhf libpackage-stash-xs-perl armhf 0.29-1+b2 [18.6 kB]
11:00:36 #8 10.31 Get:311 http://deb.debian.org/debian bullseye/main armhf libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
11:00:36 #8 10.31 Get:312 http://deb.debian.org/debian bullseye/main armhf libperlio-gzip-perl armhf 0.19-1+b7 [16.3 kB]
11:00:36 #8 10.31 Get:313 http://deb.debian.org/debian bullseye/main armhf libpod-parser-perl all 1.63-2 [96.1 kB]
11:00:36 #8 10.31 Get:314 http://deb.debian.org/debian bullseye/main armhf libpod-constants-perl all 0.19-2 [17.3 kB]
11:00:36 #8 10.31 Get:315 http://deb.debian.org/debian bullseye/main armhf libproc-processtable-perl armhf 0.59-2+b1 [45.8 kB]
11:00:36 #8 10.31 Get:316 http://deb.debian.org/debian bullseye/main armhf libre2-9 armhf 20210201+dfsg-1 [141 kB]
11:00:36 #8 10.31 Get:317 http://deb.debian.org/debian bullseye/main armhf libre-engine-re2-perl armhf 0.14-1 [17.3 kB]
11:00:36 #8 10.31 Get:318 http://deb.debian.org/debian bullseye/main armhf libreadonly-perl all 2.050-3 [23.1 kB]
11:00:36 #8 10.31 Get:319 http://deb.debian.org/debian bullseye/main armhf libref-util-perl all 0.204-1 [17.1 kB]
11:00:36 #8 10.31 Get:320 http://deb.debian.org/debian bullseye/main armhf libref-util-xs-perl armhf 0.117-1+b3 [12.8 kB]
11:00:36 #8 10.32 Get:321 http://deb.debian.org/debian bullseye/main armhf libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB]
11:00:36 #8 10.32 Get:322 http://deb.debian.org/debian bullseye/main armhf libregexp-pattern-perl all 0.2.14-1 [18.8 kB]
11:00:36 #8 10.32 Get:323 http://deb.debian.org/debian bullseye/main armhf libsasl2-modules armhf 2.1.27+dfsg-2.1+deb11u1 [96.8 kB]
11:00:36 #8 10.32 Get:324 http://deb.debian.org/debian bullseye/main armhf libsereal-decoder-perl armhf 4.018+ds-1+b1 [92.7 kB]
11:00:36 #8 10.32 Get:325 http://deb.debian.org/debian bullseye/main armhf libsereal-encoder-perl armhf 4.018+ds-1+b1 [96.5 kB]
11:00:36 #8 10.33 Get:326 http://deb.debian.org/debian bullseye/main armhf libtask-weaken-perl all 1.06-1 [9252 B]
11:00:36 #8 10.33 Get:327 http://deb.debian.org/debian bullseye/main armhf libxml-parser-perl armhf 2.46-2 [203 kB]
11:00:36 #8 10.35 Get:328 http://deb.debian.org/debian bullseye/main armhf libsoap-lite-perl all 1.27-1 [258 kB]
11:00:36 #8 10.35 Get:329 http://deb.debian.org/debian bullseye/main armhf libsort-key-perl armhf 1.33-2+b3 [35.7 kB]
11:00:36 #8 10.35 Get:330 http://deb.debian.org/debian bullseye/main armhf libstring-copyright-perl all 0.003006-1 [11.6 kB]
11:00:36 #8 10.35 Get:331 http://deb.debian.org/debian bullseye/main armhf libstring-escape-perl all 2010.002-2 [19.1 kB]
11:00:36 #8 10.35 Get:332 http://deb.debian.org/debian bullseye/main armhf libstring-shellquote-perl all 1.04-1 [12.6 kB]
11:00:36 #8 10.35 Get:333 http://deb.debian.org/debian bullseye/main armhf libsys-cpuaffinity-perl armhf 1.13~03-1 [33.1 kB]
11:00:36 #8 10.35 Get:334 http://deb.debian.org/debian bullseye/main armhf libterm-readkey-perl armhf 2.38-1+b2 [26.6 kB]
11:00:36 #8 10.35 Get:335 http://deb.debian.org/debian bullseye/main armhf libtext-levenshteinxs-perl armhf 0.03-4+b8 [8176 B]
11:00:36 #8 10.36 Get:336 http://deb.debian.org/debian bullseye/main armhf libtext-markdown-discount-perl armhf 0.12-1+b1 [12.6 kB]
11:00:36 #8 10.36 Get:337 http://deb.debian.org/debian bullseye/main armhf libtext-xslate-perl armhf 3.5.8-1+b1 [193 kB]
11:00:36 #8 10.36 Get:338 http://deb.debian.org/debian bullseye/main armhf libtime-duration-perl all 1.21-1 [13.7 kB]
11:00:36 #8 10.36 Get:339 http://deb.debian.org/debian bullseye/main armhf libtime-moment-perl armhf 0.44-1+b3 [74.3 kB]
11:00:36 #8 10.36 Get:340 http://deb.debian.org/debian bullseye/main armhf libtype-tiny-xs-perl armhf 0.022-1 [23.4 kB]
11:00:36 #8 10.36 Get:341 http://deb.debian.org/debian bullseye/main armhf libunicode-utf8-perl armhf 0.62-1+b2 [19.3 kB]
11:00:36 #8 10.36 Get:342 http://deb.debian.org/debian bullseye/main armhf libxdelta2 armhf 1.1.3-9.3 [40.4 kB]
11:00:36 #8 10.37 Get:343 http://deb.debian.org/debian bullseye/main armhf libxext6 armhf 2:1.3.3-1.1 [47.8 kB]
11:00:36 #8 10.37 Get:344 http://deb.debian.org/debian bullseye/main armhf libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
11:00:36 #8 10.37 Get:345 http://deb.debian.org/debian bullseye/main armhf libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
11:00:36 #8 10.37 Get:346 http://deb.debian.org/debian bullseye/main armhf libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
11:00:36 #8 10.37 Get:347 http://deb.debian.org/debian bullseye/main armhf libxml-libxml-perl armhf 2.0134+dfsg-2+b1 [321 kB]
11:00:36 #8 10.37 Get:348 http://deb.debian.org/debian bullseye/main armhf libxml-sax-expat-perl all 0.51-1 [12.0 kB]
11:00:36 #8 10.37 Get:349 http://deb.debian.org/debian bullseye/main armhf libxmlrpc-lite-perl all 0.717-4 [22.6 kB]
11:00:36 #8 10.37 Get:350 http://deb.debian.org/debian bullseye/main armhf libxmuu1 armhf 2:1.1.2-2+b3 [23.3 kB]
11:00:36 #8 10.38 Get:351 http://deb.debian.org/debian bullseye/main armhf libyaml-0-2 armhf 0.2.2-1 [42.0 kB]
11:00:36 #8 10.38 Get:352 http://deb.debian.org/debian bullseye/main armhf libyaml-libyaml-perl armhf 0.82+repack-1+b1 [33.4 kB]
11:00:36 #8 10.38 Get:353 http://deb.debian.org/debian bullseye/main armhf licensecheck all 3.1.1-2 [50.0 kB]
11:00:36 #8 10.38 Get:354 http://deb.debian.org/debian bullseye/main armhf lzip armhf 1.22-3 [82.4 kB]
11:00:36 #8 10.38 Get:355 http://deb.debian.org/debian bullseye/main armhf lzop armhf 1.04-2 [82.2 kB]
11:00:36 #8 10.38 Get:356 http://deb.debian.org/debian bullseye/main armhf t1utils armhf 1.41-4 [54.7 kB]
11:00:36 #8 10.38 Get:357 http://deb.debian.org/debian bullseye/main armhf unzip armhf 6.0-26 [157 kB]
11:00:36 #8 10.39 Get:358 http://deb.debian.org/debian bullseye/main armhf lintian all 2.104.0 [1265 kB]
11:00:36 #8 10.40 Get:359 http://deb.debian.org/debian bullseye/main armhf lsb-release all 11.1.0 [27.9 kB]
11:00:36 #8 10.40 Get:360 http://deb.debian.org/debian bullseye/main armhf manpages-dev all 5.10-1 [2309 kB]
11:00:36 #8 10.45 Get:361 http://deb.debian.org/debian bullseye/main armhf pbzip2 armhf 1.1.13-1 [44.1 kB]
11:00:36 #8 10.45 Get:362 http://deb.debian.org/debian bullseye/main armhf pixz armhf 1.0.7-1 [19.3 kB]
11:00:36 #8 10.45 Get:363 http://deb.debian.org/debian bullseye/main armhf xdelta armhf 1.1.3-9.3 [24.3 kB]
11:00:36 #8 10.45 Get:364 http://deb.debian.org/debian bullseye/main armhf xdelta3 armhf 3.0.11-dfsg-1+b1 [67.2 kB]
11:00:36 #8 10.45 Get:365 http://deb.debian.org/debian bullseye/main armhf pristine-tar armhf 1.49 [111 kB]
11:00:36 #8 10.45 Get:366 http://deb.debian.org/debian bullseye/main armhf publicsuffix all 20211207.1025-0+deb11u1 [125 kB]
11:00:36 #8 10.45 Get:367 http://deb.debian.org/debian bullseye/main armhf python-apt-common all 2.2.1 [96.5 kB]
11:00:36 #8 10.48 Get:368 http://deb.debian.org/debian bullseye/main armhf python3-apt armhf 2.2.1 [176 kB]
11:00:36 #8 10.48 Get:369 http://deb.debian.org/debian bullseye/main armhf python3-certifi all 2020.6.20-1 [151 kB]
11:00:36 #8 10.48 Get:370 http://deb.debian.org/debian bullseye/main armhf python3-idna all 2.10-1 [37.4 kB]
11:00:36 #8 10.48 Get:371 http://deb.debian.org/debian bullseye/main armhf python3-magic all 2:0.4.20-3 [13.4 kB]
11:00:36 #8 10.48 Get:372 http://deb.debian.org/debian bullseye/main armhf python3-urllib3 all 1.26.5-1~exp1 [114 kB]
11:00:36 #8 10.48 Get:373 http://deb.debian.org/debian bullseye/main armhf python3-requests all 2.25.1+dfsg-2 [69.3 kB]
11:00:36 #8 10.48 Get:374 http://deb.debian.org/debian bullseye/main armhf python3-unidiff all 0.5.5-2 [9604 B]
11:00:36 #8 10.48 Get:375 http://deb.debian.org/debian bullseye/main armhf python3-xdg all 0.27-2 [41.8 kB]
11:00:36 #8 10.48 Get:376 http://deb.debian.org/debian bullseye/main armhf shared-mime-info armhf 2.0-1 [699 kB]
11:00:36 #8 10.48 Get:377 http://deb.debian.org/debian bullseye/main armhf strace armhf 5.10-1 [973 kB]
11:00:36 #8 10.48 Get:378 http://deb.debian.org/debian bullseye/main armhf xauth armhf 1:1.1-1 [37.7 kB]
11:00:36 #8 10.48 Get:379 http://deb.debian.org/debian bullseye/main armhf xdg-user-dirs armhf 0.17-2 [52.4 kB]
11:00:36 #8 10.88 debconf: delaying package configuration, since apt-utils is not installed
11:00:36 #8 10.92 Fetched 157 MB in 3s (55.9 MB/s)
11:00:36 #8 10.96 Selecting previously unselected package bsdextrautils.
11:00:36 #8 10.96 (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 ... 6654 files and directories currently installed.)
11:00:36 #8 10.96 Preparing to unpack .../00-bsdextrautils_2.36.1-8+deb11u1_armhf.deb ...
11:00:36 #8 10.98 Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
11:00:36 #8 11.12 Selecting previously unselected package libuchardet0:armhf.
11:00:36 #8 11.12 Preparing to unpack .../01-libuchardet0_0.0.7-1_armhf.deb ...
11:00:36 #8 11.13 Unpacking libuchardet0:armhf (0.0.7-1) ...
11:00:36 #8 11.21 Selecting previously unselected package groff-base.
11:00:36 #8 11.21 Preparing to unpack .../02-groff-base_1.22.4-6_armhf.deb ...
11:00:36 #8 11.21 Unpacking groff-base (1.22.4-6) ...
11:00:36 #8 11.52 Selecting previously unselected package libgdbm6:armhf.
11:00:36 #8 11.52 Preparing to unpack .../03-libgdbm6_1.19-2_armhf.deb ...
11:00:36 #8 11.52 Unpacking libgdbm6:armhf (1.19-2) ...
11:00:36 #8 11.60 Selecting previously unselected package libpipeline1:armhf.
11:00:36 #8 11.60 Preparing to unpack .../04-libpipeline1_1.5.3-1_armhf.deb ...
11:00:36 #8 11.61 Unpacking libpipeline1:armhf (1.5.3-1) ...
11:00:36 #8 11.66 Selecting previously unselected package man-db.
11:00:36 #8 11.66 Preparing to unpack .../05-man-db_2.9.4-2_armhf.deb ...
11:00:36 #8 11.68 Unpacking man-db (2.9.4-2) ...
11:00:36 #8 11.90 Selecting previously unselected package perl-modules-5.32.
11:00:36 #8 11.90 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u2_all.deb ...
11:00:36 #8 11.91 Unpacking perl-modules-5.32 (5.32.1-4+deb11u2) ...
11:00:36 #8 12.47 Selecting previously unselected package libgdbm-compat4:armhf.
11:00:36 #8 12.47 Preparing to unpack .../07-libgdbm-compat4_1.19-2_armhf.deb ...
11:00:36 #8 12.47 Unpacking libgdbm-compat4:armhf (1.19-2) ...
11:00:36 #8 12.53 Selecting previously unselected package libperl5.32:armhf.
11:00:36 #8 12.53 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u2_armhf.deb ...
11:00:36 #8 12.53 Unpacking libperl5.32:armhf (5.32.1-4+deb11u2) ...
11:00:36 #8 13.18 Selecting previously unselected package perl.
11:00:36 #8 13.18 Preparing to unpack .../09-perl_5.32.1-4+deb11u2_armhf.deb ...
11:00:36 #8 13.19 Unpacking perl (5.32.1-4+deb11u2) ...
11:00:36 #8 13.28 Selecting previously unselected package liblocale-gettext-perl.
11:00:36 #8 13.28 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_armhf.deb ...
11:00:36 #8 13.28 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
11:00:36 #8 13.34 Selecting previously unselected package libpython3.9-minimal:armhf.
11:00:36 #8 13.34 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_armhf.deb ...
11:00:36 #8 13.34 Unpacking libpython3.9-minimal:armhf (3.9.2-1) ...
11:00:36 #8 13.51 Selecting previously unselected package libexpat1:armhf.
11:00:36 #8 13.51 Preparing to unpack .../12-libexpat1_2.2.10-2+deb11u3_armhf.deb ...
11:00:36 #8 13.52 Unpacking libexpat1:armhf (2.2.10-2+deb11u3) ...
11:00:36 #8 13.58 Selecting previously unselected package python3.9-minimal.
11:00:36 #8 13.58 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_armhf.deb ...
11:00:36 #8 13.60 Unpacking python3.9-minimal (3.9.2-1) ...
11:00:36 #8 13.85 Setting up libpython3.9-minimal:armhf (3.9.2-1) ...
11:00:36 #8 13.87 Setting up libexpat1:armhf (2.2.10-2+deb11u3) ...
11:00:36 #8 13.91 Setting up python3.9-minimal (3.9.2-1) ...
11:00:36 #8 14.75 Selecting previously unselected package python3-minimal.
11:00:36 #8 14.75 (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 ... 9507 files and directories currently installed.)
11:00:36 #8 14.75 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
11:00:36 #8 14.75 Unpacking python3-minimal (3.9.2-3) ...
11:00:36 #8 14.79 Selecting previously unselected package media-types.
11:00:36 #8 14.79 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
11:00:36 #8 14.80 Unpacking media-types (4.0.0) ...
11:00:36 #8 14.85 Selecting previously unselected package libmpdec3:armhf.
11:00:36 #8 14.85 Preparing to unpack .../2-libmpdec3_2.5.1-1_armhf.deb ...
11:00:36 #8 14.85 Unpacking libmpdec3:armhf (2.5.1-1) ...
11:00:36 #8 14.91 Selecting previously unselected package libncursesw6:armhf.
11:00:36 #8 14.91 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_armhf.deb ...
11:00:36 #8 14.91 Unpacking libncursesw6:armhf (6.2+20201114-2) ...
11:00:36 #8 14.96 Selecting previously unselected package readline-common.
11:00:36 #8 14.96 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
11:00:36 #8 14.96 Unpacking readline-common (8.1-1) ...
11:00:36 #8 15.01 Selecting previously unselected package libreadline8:armhf.
11:00:36 #8 15.01 Preparing to unpack .../5-libreadline8_8.1-1_armhf.deb ...
11:00:36 #8 15.02 Unpacking libreadline8:armhf (8.1-1) ...
11:00:36 #8 15.07 Selecting previously unselected package libsqlite3-0:armhf.
11:00:36 #8 15.07 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_armhf.deb ...
11:00:36 #8 15.08 Unpacking libsqlite3-0:armhf (3.34.1-3) ...
11:00:36 #8 15.21 Selecting previously unselected package libpython3.9-stdlib:armhf.
11:00:36 #8 15.21 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_armhf.deb ...
11:00:36 #8 15.21 Unpacking libpython3.9-stdlib:armhf (3.9.2-1) ...
11:00:36 #8 ...
11:00:36 
11:00:36 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:36 #13 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:38 #13 extracting sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 5.0s
11:00:40 #13 extracting sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 6.9s done
11:00:41 #13 extracting sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d
11:00:44 #13 ...
11:00:44 
11:00:44 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:44 #8 sha256:b54c72e86d0bca4816908c09da59cc2f546c36b90631f0152d755320fecd8a7b
11:00:44 #8 15.48 Selecting previously unselected package python3.9.
11:00:44 #8 15.48 Preparing to unpack .../8-python3.9_3.9.2-1_armhf.deb ...
11:00:44 #8 15.48 Unpacking python3.9 (3.9.2-1) ...
11:00:44 #8 15.55 Selecting previously unselected package libpython3-stdlib:armhf.
11:00:44 #8 15.55 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_armhf.deb ...
11:00:44 #8 15.55 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
11:00:44 #8 15.63 Setting up python3-minimal (3.9.2-3) ...
11:00:44 #8 15.92 Selecting previously unselected package python3.
11:00:44 #8 15.92 (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 ... 9945 files and directories currently installed.)
11:00:44 #8 15.92 Preparing to unpack .../000-python3_3.9.2-3_armhf.deb ...
11:00:44 #8 15.94 Unpacking python3 (3.9.2-3) ...
11:00:44 #8 15.98 Selecting previously unselected package less.
11:00:44 #8 15.98 Preparing to unpack .../001-less_551-2_armhf.deb ...
11:00:44 #8 15.98 Unpacking less (551-2) ...
11:00:44 #8 16.04 Selecting previously unselected package netbase.
11:00:44 #8 16.04 Preparing to unpack .../002-netbase_6.3_all.deb ...
11:00:44 #8 16.04 Unpacking netbase (6.3) ...
11:00:44 #8 16.07 Selecting previously unselected package sensible-utils.
11:00:44 #8 16.07 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ...
11:00:44 #8 16.08 Unpacking sensible-utils (0.0.14) ...
11:00:44 #8 16.11 Selecting previously unselected package bzip2.
11:00:44 #8 16.11 Preparing to unpack .../004-bzip2_1.0.8-4_armhf.deb ...
11:00:44 #8 16.12 Unpacking bzip2 (1.0.8-4) ...
11:00:44 #8 16.22 Selecting previously unselected package openssl.
11:00:44 #8 16.22 Preparing to unpack .../005-openssl_1.1.1n-0+deb11u3_armhf.deb ...
11:00:44 #8 16.23 Unpacking openssl (1.1.1n-0+deb11u3) ...
11:00:44 #8 16.38 Selecting previously unselected package ca-certificates.
11:00:44 #8 16.38 Preparing to unpack .../006-ca-certificates_20210119_all.deb ...
11:00:44 #8 16.38 Unpacking ca-certificates (20210119) ...
11:00:44 #8 16.45 Selecting previously unselected package libmagic-mgc.
11:00:44 #8 16.45 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3_armhf.deb ...
11:00:44 #8 16.45 Unpacking libmagic-mgc (1:5.39-3) ...
11:00:44 #8 16.60 Selecting previously unselected package libmagic1:armhf.
11:00:44 #8 16.60 Preparing to unpack .../008-libmagic1_1%3a5.39-3_armhf.deb ...
11:00:44 #8 16.63 Unpacking libmagic1:armhf (1:5.39-3) ...
11:00:44 #8 16.68 Selecting previously unselected package file.
11:00:44 #8 16.69 Preparing to unpack .../009-file_1%3a5.39-3_armhf.deb ...
11:00:44 #8 16.70 Unpacking file (1:5.39-3) ...
11:00:44 #8 16.75 Selecting previously unselected package gettext-base.
11:00:44 #8 16.75 Preparing to unpack .../010-gettext-base_0.21-4_armhf.deb ...
11:00:44 #8 16.76 Unpacking gettext-base (0.21-4) ...
11:00:44 #8 16.82 Selecting previously unselected package manpages.
11:00:44 #8 16.82 Preparing to unpack .../011-manpages_5.10-1_all.deb ...
11:00:44 #8 16.82 Unpacking manpages (5.10-1) ...
11:00:44 #8 17.05 Selecting previously unselected package libmd0:armhf.
11:00:44 #8 17.05 Preparing to unpack .../012-libmd0_1.0.3-3_armhf.deb ...
11:00:44 #8 17.05 Unpacking libmd0:armhf (1.0.3-3) ...
11:00:44 #8 17.09 Selecting previously unselected package libbsd0:armhf.
11:00:44 #8 17.09 Preparing to unpack .../013-libbsd0_0.11.3-1_armhf.deb ...
11:00:44 #8 17.10 Unpacking libbsd0:armhf (0.11.3-1) ...
11:00:44 #8 17.16 Selecting previously unselected package libedit2:armhf.
11:00:44 #8 17.16 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_armhf.deb ...
11:00:44 #8 17.16 Unpacking libedit2:armhf (3.1-20191231-2+b1) ...
11:00:44 #8 17.21 Selecting previously unselected package libcbor0:armhf.
11:00:44 #8 17.21 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_armhf.deb ...
11:00:44 #8 17.22 Unpacking libcbor0:armhf (0.5.0+dfsg-2) ...
11:00:44 #8 17.27 Selecting previously unselected package libfido2-1:armhf.
11:00:44 #8 17.27 Preparing to unpack .../016-libfido2-1_1.6.0-2_armhf.deb ...
11:00:44 #8 17.27 Unpacking libfido2-1:armhf (1.6.0-2) ...
11:00:44 #8 17.33 Selecting previously unselected package openssh-client.
11:00:44 #8 17.33 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5+deb11u1_armhf.deb ...
11:00:44 #8 17.34 Unpacking openssh-client (1:8.4p1-5+deb11u1) ...
11:00:44 #8 17.55 Selecting previously unselected package ucf.
11:00:44 #8 17.55 Preparing to unpack .../018-ucf_3.0043_all.deb ...
11:00:44 #8 17.55 Moving old data out of the way
11:00:44 #8 17.55 Unpacking ucf (3.0043) ...
11:00:44 #8 17.61 Selecting previously unselected package xz-utils.
11:00:44 #8 17.61 Preparing to unpack .../019-xz-utils_5.2.5-2.1~deb11u1_armhf.deb ...
11:00:44 #8 17.62 Unpacking xz-utils (5.2.5-2.1~deb11u1) ...
11:00:44 #8 17.69 Selecting previously unselected package libsigsegv2:armhf.
11:00:44 #8 17.69 Preparing to unpack .../020-libsigsegv2_2.13-1_armhf.deb ...
11:00:44 #8 17.70 Unpacking libsigsegv2:armhf (2.13-1) ...
11:00:44 #8 17.76 Selecting previously unselected package m4.
11:00:44 #8 17.76 Preparing to unpack .../021-m4_1.4.18-5_armhf.deb ...
11:00:44 #8 17.76 Unpacking m4 (1.4.18-5) ...
11:00:44 #8 17.84 Selecting previously unselected package autoconf.
11:00:44 #8 17.84 Preparing to unpack .../022-autoconf_2.69-14_all.deb ...
11:00:44 #8 17.85 Unpacking autoconf (2.69-14) ...
11:00:44 #8 17.97 Selecting previously unselected package autotools-dev.
11:00:44 #8 17.97 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ...
11:00:44 #8 17.97 Unpacking autotools-dev (20180224.1+nmu1) ...
11:00:44 #8 18.05 Selecting previously unselected package automake.
11:00:44 #8 18.05 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ...
11:00:44 #8 18.05 Unpacking automake (1:1.16.3-2) ...
11:00:44 #8 18.18 Selecting previously unselected package autopoint.
11:00:44 #8 18.18 Preparing to unpack .../025-autopoint_0.21-4_all.deb ...
11:00:44 #8 18.18 Unpacking autopoint (0.21-4) ...
11:00:44 #8 18.23 Selecting previously unselected package binutils-common:armhf.
11:00:44 #8 18.23 Preparing to unpack .../026-binutils-common_2.35.2-2_armhf.deb ...
11:00:44 #8 18.24 Unpacking binutils-common:armhf (2.35.2-2) ...
11:00:44 #8 18.61 Selecting previously unselected package libbinutils:armhf.
11:00:44 #8 18.61 Preparing to unpack .../027-libbinutils_2.35.2-2_armhf.deb ...
11:00:44 #8 18.62 Unpacking libbinutils:armhf (2.35.2-2) ...
11:00:44 #8 18.79 Selecting previously unselected package libctf-nobfd0:armhf.
11:00:44 #8 18.79 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_armhf.deb ...
11:00:44 #8 18.80 Unpacking libctf-nobfd0:armhf (2.35.2-2) ...
11:00:44 #8 18.87 Selecting previously unselected package libctf0:armhf.
11:00:44 #8 18.88 Preparing to unpack .../029-libctf0_2.35.2-2_armhf.deb ...
11:00:44 #8 18.88 Unpacking libctf0:armhf (2.35.2-2) ...
11:00:44 #8 18.92 Selecting previously unselected package binutils-arm-linux-gnueabihf.
11:00:44 #8 18.92 Preparing to unpack .../030-binutils-arm-linux-gnueabihf_2.35.2-2_armhf.deb ...
11:00:44 #8 18.94 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
11:00:44 #8 19.30 Selecting previously unselected package binutils.
11:00:44 #8 19.30 Preparing to unpack .../031-binutils_2.35.2-2_armhf.deb ...
11:00:44 #8 19.32 Unpacking binutils (2.35.2-2) ...
11:00:44 #8 19.37 Selecting previously unselected package libc-dev-bin.
11:00:44 #8 19.37 Preparing to unpack .../032-libc-dev-bin_2.31-13+deb11u3_armhf.deb ...
11:00:44 #8 19.37 Unpacking libc-dev-bin (2.31-13+deb11u3) ...
11:00:44 #8 19.42 Selecting previously unselected package linux-libc-dev:armhf.
11:00:44 #8 19.42 Preparing to unpack .../033-linux-libc-dev_5.10.127-2_armhf.deb ...
11:00:44 #8 19.43 Unpacking linux-libc-dev:armhf (5.10.127-2) ...
11:00:44 #8 19.77 Selecting previously unselected package libcrypt-dev:armhf.
11:00:44 #8 19.77 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_armhf.deb ...
11:00:44 #8 19.78 Unpacking libcrypt-dev:armhf (1:4.4.18-4) ...
11:00:44 #8 19.83 Selecting previously unselected package libtirpc-dev:armhf.
11:00:44 #8 19.83 Preparing to unpack .../035-libtirpc-dev_1.3.1-1_armhf.deb ...
11:00:44 #8 19.84 Unpacking libtirpc-dev:armhf (1.3.1-1) ...
11:00:44 #8 19.91 Selecting previously unselected package libnsl-dev:armhf.
11:00:44 #8 19.91 Preparing to unpack .../036-libnsl-dev_1.3.0-2_armhf.deb ...
11:00:44 #8 19.91 Unpacking libnsl-dev:armhf (1.3.0-2) ...
11:00:44 #8 19.96 Selecting previously unselected package libc6-dev:armhf.
11:00:44 #8 19.96 Preparing to unpack .../037-libc6-dev_2.31-13+deb11u3_armhf.deb ...
11:00:44 #8 19.96 Unpacking libc6-dev:armhf (2.31-13+deb11u3) ...
11:00:44 #8 20.36 Selecting previously unselected package libisl23:armhf.
11:00:44 #8 20.36 Preparing to unpack .../038-libisl23_0.23-1_armhf.deb ...
11:00:44 #8 20.37 Unpacking libisl23:armhf (0.23-1) ...
11:00:44 #8 20.50 Selecting previously unselected package libmpfr6:armhf.
11:00:44 #8 20.50 Preparing to unpack .../039-libmpfr6_4.1.0-3_armhf.deb ...
11:00:44 #8 20.51 Unpacking libmpfr6:armhf (4.1.0-3) ...
11:00:44 #8 20.60 Selecting previously unselected package libmpc3:armhf.
11:00:44 #8 20.60 Preparing to unpack .../040-libmpc3_1.2.0-1_armhf.deb ...
11:00:44 #8 20.60 Unpacking libmpc3:armhf (1.2.0-1) ...
11:00:44 #8 20.65 Selecting previously unselected package cpp-10.
11:00:44 #8 20.65 Preparing to unpack .../041-cpp-10_10.2.1-6_armhf.deb ...
11:00:44 #8 20.65 Unpacking cpp-10 (10.2.1-6) ...
11:00:44 #8 21.42 Selecting previously unselected package cpp.
11:00:44 #8 21.42 Preparing to unpack .../042-cpp_4%3a10.2.1-1_armhf.deb ...
11:00:44 #8 21.43 Unpacking cpp (4:10.2.1-1) ...
11:00:44 #8 21.47 Selecting previously unselected package libcc1-0:armhf.
11:00:44 #8 21.47 Preparing to unpack .../043-libcc1-0_10.2.1-6_armhf.deb ...
11:00:44 #8 21.48 Unpacking libcc1-0:armhf (10.2.1-6) ...
11:00:44 #8 21.53 Selecting previously unselected package libgomp1:armhf.
11:00:44 #8 21.53 Preparing to unpack .../044-libgomp1_10.2.1-6_armhf.deb ...
11:00:44 #8 21.53 Unpacking libgomp1:armhf (10.2.1-6) ...
11:00:44 #8 21.58 Selecting previously unselected package libatomic1:armhf.
11:00:44 #8 21.58 Preparing to unpack .../045-libatomic1_10.2.1-6_armhf.deb ...
11:00:44 #8 21.59 Unpacking libatomic1:armhf (10.2.1-6) ...
11:00:44 #8 21.63 Selecting previously unselected package libasan6:armhf.
11:00:44 #8 21.63 Preparing to unpack .../046-libasan6_10.2.1-6_armhf.deb ...
11:00:44 #8 21.63 Unpacking libasan6:armhf (10.2.1-6) ...
11:00:44 #8 21.97 Selecting previously unselected package libubsan1:armhf.
11:00:44 #8 21.97 Preparing to unpack .../047-libubsan1_10.2.1-6_armhf.deb ...
11:00:44 #8 21.98 Unpacking libubsan1:armhf (10.2.1-6) ...
11:00:44 #8 22.12 Selecting previously unselected package libgcc-10-dev:armhf.
11:00:44 #8 22.12 Preparing to unpack .../048-libgcc-10-dev_10.2.1-6_armhf.deb ...
11:00:44 #8 22.13 Unpacking libgcc-10-dev:armhf (10.2.1-6) ...
11:00:44 #8 22.35 Selecting previously unselected package gcc-10.
11:00:44 #8 22.35 Preparing to unpack .../049-gcc-10_10.2.1-6_armhf.deb ...
11:00:44 #8 22.36 Unpacking gcc-10 (10.2.1-6) ...
11:00:44 #8 ...
11:00:44 
11:00:44 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:44 #13 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:46 #13 extracting sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 5.1s
11:00:51 #13 extracting sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 10.3s
11:00:51 #13 ...
11:00:51 
11:00:51 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:51 #8 sha256:b54c72e86d0bca4816908c09da59cc2f546c36b90631f0152d755320fecd8a7b
11:00:51 #8 23.91 Selecting previously unselected package gcc.
11:00:51 #8 23.91 Preparing to unpack .../050-gcc_4%3a10.2.1-1_armhf.deb ...
11:00:51 #8 23.92 Unpacking gcc (4:10.2.1-1) ...
11:00:51 #8 24.04 Selecting previously unselected package libstdc++-10-dev:armhf.
11:00:51 #8 24.04 Preparing to unpack .../051-libstdc++-10-dev_10.2.1-6_armhf.deb ...
11:00:51 #8 24.06 Unpacking libstdc++-10-dev:armhf (10.2.1-6) ...
11:00:51 #8 25.00 Selecting previously unselected package g++-10.
11:00:51 #8 25.00 Preparing to unpack .../052-g++-10_10.2.1-6_armhf.deb ...
11:00:51 #8 25.02 Unpacking g++-10 (10.2.1-6) ...
11:00:51 #8 25.77 Selecting previously unselected package g++.
11:00:51 #8 25.77 Preparing to unpack .../053-g++_4%3a10.2.1-1_armhf.deb ...
11:00:51 #8 25.78 Unpacking g++ (4:10.2.1-1) ...
11:00:51 #8 25.81 Selecting previously unselected package make.
11:00:51 #8 25.81 Preparing to unpack .../054-make_4.3-4.1_armhf.deb ...
11:00:51 #8 25.81 Unpacking make (4.3-4.1) ...
11:00:51 #8 25.92 Selecting previously unselected package libdpkg-perl.
11:00:51 #8 25.92 Preparing to unpack .../055-libdpkg-perl_1.20.11_all.deb ...
11:00:51 #8 25.92 Unpacking libdpkg-perl (1.20.11) ...
11:00:51 #8 26.04 Selecting previously unselected package patch.
11:00:51 #8 26.04 Preparing to unpack .../056-patch_2.7.6-7_armhf.deb ...
11:00:51 #8 26.04 Unpacking patch (2.7.6-7) ...
11:00:51 #8 26.10 Selecting previously unselected package dpkg-dev.
11:00:51 #8 26.10 Preparing to unpack .../057-dpkg-dev_1.20.11_all.deb ...
11:00:51 #8 26.11 Unpacking dpkg-dev (1.20.11) ...
11:00:51 #8 26.32 Selecting previously unselected package build-essential.
11:00:51 #8 26.32 Preparing to unpack .../058-build-essential_12.9_armhf.deb ...
11:00:51 #8 26.32 Unpacking build-essential (12.9) ...
11:00:51 #8 26.36 Selecting previously unselected package libbrotli1:armhf.
11:00:51 #8 26.36 Preparing to unpack .../059-libbrotli1_1.0.9-2+b2_armhf.deb ...
11:00:51 #8 26.36 Unpacking libbrotli1:armhf (1.0.9-2+b2) ...
11:00:51 #8 26.44 Selecting previously unselected package libsasl2-modules-db:armhf.
11:00:51 #8 26.44 Preparing to unpack .../060-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
11:00:51 #8 26.44 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2.1+deb11u1) ...
11:00:51 #8 26.49 Selecting previously unselected package libsasl2-2:armhf.
11:00:51 #8 26.49 Preparing to unpack .../061-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
11:00:51 #8 26.49 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2.1+deb11u1) ...
11:00:51 #8 26.57 Selecting previously unselected package libldap-2.4-2:armhf.
11:00:51 #8 26.57 Preparing to unpack .../062-libldap-2.4-2_2.4.57+dfsg-3+deb11u1_armhf.deb ...
11:00:51 #8 26.58 Unpacking libldap-2.4-2:armhf (2.4.57+dfsg-3+deb11u1) ...
11:00:51 #8 26.64 Selecting previously unselected package libnghttp2-14:armhf.
11:00:51 #8 26.64 Preparing to unpack .../063-libnghttp2-14_1.43.0-1_armhf.deb ...
11:00:51 #8 26.64 Unpacking libnghttp2-14:armhf (1.43.0-1) ...
11:00:51 #8 26.71 Selecting previously unselected package libpsl5:armhf.
11:00:51 #8 26.71 Preparing to unpack .../064-libpsl5_0.21.0-1.2_armhf.deb ...
11:00:51 #8 26.71 Unpacking libpsl5:armhf (0.21.0-1.2) ...
11:00:51 #8 26.76 Selecting previously unselected package librtmp1:armhf.
11:00:51 #8 26.76 Preparing to unpack .../065-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_armhf.deb ...
11:00:51 #8 26.77 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
11:00:51 #8 26.82 Selecting previously unselected package libssh2-1:armhf.
11:00:51 #8 26.82 Preparing to unpack .../066-libssh2-1_1.9.0-2_armhf.deb ...
11:00:51 #8 26.83 Unpacking libssh2-1:armhf (1.9.0-2) ...
11:00:51 #8 26.90 Selecting previously unselected package libcurl4:armhf.
11:00:51 #8 26.90 Preparing to unpack .../067-libcurl4_7.74.0-1.3+deb11u2_armhf.deb ...
11:00:51 #8 26.91 Unpacking libcurl4:armhf (7.74.0-1.3+deb11u2) ...
11:00:51 #8 26.98 Selecting previously unselected package curl.
11:00:51 #8 26.98 Preparing to unpack .../068-curl_7.74.0-1.3+deb11u2_armhf.deb ...
11:00:51 #8 26.98 Unpacking curl (7.74.0-1.3+deb11u2) ...
11:00:51 #8 27.04 Selecting previously unselected package dctrl-tools.
11:00:51 #8 27.04 Preparing to unpack .../069-dctrl-tools_2.24-3_armhf.deb ...
11:00:51 #8 27.07 Unpacking dctrl-tools (2.24-3) ...
11:00:51 #8 27.13 Selecting previously unselected package libdebhelper-perl.
11:00:51 #8 27.13 Preparing to unpack .../070-libdebhelper-perl_13.3.4_all.deb ...
11:00:51 #8 27.13 Unpacking libdebhelper-perl (13.3.4) ...
11:00:51 #8 27.19 Selecting previously unselected package libtool.
11:00:51 #8 27.19 Preparing to unpack .../071-libtool_2.4.6-15_all.deb ...
11:00:51 #8 27.20 Unpacking libtool (2.4.6-15) ...
11:00:51 #8 27.28 Selecting previously unselected package dh-autoreconf.
11:00:51 #8 27.28 Preparing to unpack .../072-dh-autoreconf_20_all.deb ...
11:00:51 #8 27.29 Unpacking dh-autoreconf (20) ...
11:00:51 #8 27.33 Selecting previously unselected package libarchive-zip-perl.
11:00:51 #8 27.33 Preparing to unpack .../073-libarchive-zip-perl_1.68-1_all.deb ...
11:00:51 #8 27.33 Unpacking libarchive-zip-perl (1.68-1) ...
11:00:51 #8 27.39 Selecting previously unselected package libsub-override-perl.
11:00:51 #8 27.39 Preparing to unpack .../074-libsub-override-perl_0.09-2_all.deb ...
11:00:51 #8 27.40 Unpacking libsub-override-perl (0.09-2) ...
11:00:51 #8 27.43 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:00:51 #8 27.43 Preparing to unpack .../075-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
11:00:51 #8 27.44 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
11:00:51 #8 27.48 Selecting previously unselected package dh-strip-nondeterminism.
11:00:51 #8 27.48 Preparing to unpack .../076-dh-strip-nondeterminism_1.12.0-1_all.deb ...
11:00:51 #8 27.48 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
11:00:51 #8 27.52 Selecting previously unselected package libelf1:armhf.
11:00:51 #8 27.52 Preparing to unpack .../077-libelf1_0.183-1_armhf.deb ...
11:00:51 #8 27.53 Unpacking libelf1:armhf (0.183-1) ...
11:00:51 #8 27.60 Selecting previously unselected package dwz.
11:00:51 #8 27.60 Preparing to unpack .../078-dwz_0.13+20210201-1_armhf.deb ...
11:00:51 #8 27.60 Unpacking dwz (0.13+20210201-1) ...
11:00:51 #8 27.67 Selecting previously unselected package libicu67:armhf.
11:00:51 #8 27.67 Preparing to unpack .../079-libicu67_67.1-7_armhf.deb ...
11:00:51 #8 27.69 Unpacking libicu67:armhf (67.1-7) ...
11:00:51 #8 28.69 Selecting previously unselected package libxml2:armhf.
11:00:51 #8 28.69 Preparing to unpack .../080-libxml2_2.9.10+dfsg-6.7+deb11u2_armhf.deb ...
11:00:51 #8 28.69 Unpacking libxml2:armhf (2.9.10+dfsg-6.7+deb11u2) ...
11:00:51 #8 28.80 Selecting previously unselected package gettext.
11:00:51 #8 28.80 Preparing to unpack .../081-gettext_0.21-4_armhf.deb ...
11:00:51 #8 28.81 Unpacking gettext (0.21-4) ...
11:00:51 #8 29.03 Selecting previously unselected package intltool-debian.
11:00:51 #8 29.03 Preparing to unpack .../082-intltool-debian_0.35.0+20060710.5_all.deb ...
11:00:51 #8 29.04 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:00:51 #8 29.08 Selecting previously unselected package po-debconf.
11:00:51 #8 29.08 Preparing to unpack .../083-po-debconf_1.0.21+nmu1_all.deb ...
11:00:51 #8 29.09 Unpacking po-debconf (1.0.21+nmu1) ...
11:00:51 #8 29.19 Selecting previously unselected package debhelper.
11:00:51 #8 29.19 Preparing to unpack .../084-debhelper_13.3.4_all.deb ...
11:00:51 #8 29.19 Unpacking debhelper (13.3.4) ...
11:00:51 #8 29.41 Selecting previously unselected package debian-keyring.
11:00:51 #8 29.41 Preparing to unpack .../085-debian-keyring_2021.07.26_all.deb ...
11:00:51 #8 29.42 Unpacking debian-keyring (2021.07.26) ...
11:00:53 #8 32.13 Selecting previously unselected package libfakeroot:armhf.
11:00:53 #8 32.13 Preparing to unpack .../086-libfakeroot_1.25.3-1.1_armhf.deb ...
11:00:53 #8 32.14 Unpacking libfakeroot:armhf (1.25.3-1.1) ...
11:00:53 #8 32.19 Selecting previously unselected package fakeroot.
11:00:53 #8 32.19 Preparing to unpack .../087-fakeroot_1.25.3-1.1_armhf.deb ...
11:00:53 #8 32.20 Unpacking fakeroot (1.25.3-1.1) ...
11:00:53 #8 32.26 Selecting previously unselected package libassuan0:armhf.
11:00:53 #8 32.26 Preparing to unpack .../088-libassuan0_2.5.3-7.1_armhf.deb ...
11:00:54 #8 32.26 Unpacking libassuan0:armhf (2.5.3-7.1) ...
11:00:54 #8 32.31 Selecting previously unselected package gpgconf.
11:00:54 #8 32.31 Preparing to unpack .../089-gpgconf_2.2.27-2+deb11u2_armhf.deb ...
11:00:54 #8 32.31 Unpacking gpgconf (2.2.27-2+deb11u2) ...
11:00:54 #8 32.38 Selecting previously unselected package libksba8:armhf.
11:00:54 #8 32.38 Preparing to unpack .../090-libksba8_1.5.0-3_armhf.deb ...
11:00:54 #8 32.40 Unpacking libksba8:armhf (1.5.0-3) ...
11:00:54 #8 32.45 Selecting previously unselected package libnpth0:armhf.
11:00:54 #8 32.45 Preparing to unpack .../091-libnpth0_1.6-3_armhf.deb ...
11:00:54 #8 32.46 Unpacking libnpth0:armhf (1.6-3) ...
11:00:54 #8 32.51 Selecting previously unselected package dirmngr.
11:00:54 #8 32.51 Preparing to unpack .../092-dirmngr_2.2.27-2+deb11u2_armhf.deb ...
11:00:54 #8 32.54 Unpacking dirmngr (2.2.27-2+deb11u2) ...
11:00:54 #8 32.67 Selecting previously unselected package gnupg-l10n.
11:00:54 #8 32.67 Preparing to unpack .../093-gnupg-l10n_2.2.27-2+deb11u2_all.deb ...
11:00:54 #8 32.67 Unpacking gnupg-l10n (2.2.27-2+deb11u2) ...
11:00:54 #8 32.84 Selecting previously unselected package gnupg-utils.
11:00:54 #8 32.84 Preparing to unpack .../094-gnupg-utils_2.2.27-2+deb11u2_armhf.deb ...
11:00:54 #8 32.84 Unpacking gnupg-utils (2.2.27-2+deb11u2) ...
11:00:54 #8 32.96 Selecting previously unselected package gpg.
11:00:54 #8 32.96 Preparing to unpack .../095-gpg_2.2.27-2+deb11u2_armhf.deb ...
11:00:54 #8 32.97 Unpacking gpg (2.2.27-2+deb11u2) ...
11:00:54 #8 33.07 Selecting previously unselected package pinentry-curses.
11:00:54 #8 33.07 Preparing to unpack .../096-pinentry-curses_1.1.0-4_armhf.deb ...
11:00:54 #8 33.08 Unpacking pinentry-curses (1.1.0-4) ...
11:00:54 #8 33.14 Selecting previously unselected package gpg-agent.
11:00:54 #8 33.14 Preparing to unpack .../097-gpg-agent_2.2.27-2+deb11u2_armhf.deb ...
11:00:54 #8 33.14 Unpacking gpg-agent (2.2.27-2+deb11u2) ...
11:00:54 #8 33.22 Selecting previously unselected package gpg-wks-client.
11:00:54 #8 33.22 Preparing to unpack .../098-gpg-wks-client_2.2.27-2+deb11u2_armhf.deb ...
11:00:54 #8 33.23 Unpacking gpg-wks-client (2.2.27-2+deb11u2) ...
11:00:54 #8 33.28 Selecting previously unselected package gpg-wks-server.
11:00:54 #8 33.28 Preparing to unpack .../099-gpg-wks-server_2.2.27-2+deb11u2_armhf.deb ...
11:00:54 #8 33.29 Unpacking gpg-wks-server (2.2.27-2+deb11u2) ...
11:00:54 #8 33.36 Selecting previously unselected package gpgsm.
11:00:54 #8 33.36 Preparing to unpack .../100-gpgsm_2.2.27-2+deb11u2_armhf.deb ...
11:00:55 #8 33.37 Unpacking gpgsm (2.2.27-2+deb11u2) ...
11:00:55 #8 33.46 Selecting previously unselected package gnupg.
11:00:55 #8 33.46 Preparing to unpack .../101-gnupg_2.2.27-2+deb11u2_all.deb ...
11:00:55 #8 33.46 Unpacking gnupg (2.2.27-2+deb11u2) ...
11:00:55 #8 33.55 Selecting previously unselected package libfile-dirlist-perl.
11:00:55 #8 33.55 Preparing to unpack .../102-libfile-dirlist-perl_0.05-2_all.deb ...
11:00:55 #8 33.55 Unpacking libfile-dirlist-perl (0.05-2) ...
11:00:55 #8 33.62 Selecting previously unselected package libfile-which-perl.
11:00:55 #8 33.62 Preparing to unpack .../103-libfile-which-perl_1.23-1_all.deb ...
11:00:55 #8 33.62 Unpacking libfile-which-perl (1.23-1) ...
11:00:55 #8 33.63 Selecting previously unselected package libfile-homedir-perl.
11:00:55 #8 33.63 Preparing to unpack .../104-libfile-homedir-perl_1.006-1_all.deb ...
11:00:55 #8 33.64 Unpacking libfile-homedir-perl (1.006-1) ...
11:00:55 #8 33.68 Selecting previously unselected package libfile-touch-perl.
11:00:55 #8 33.68 Preparing to unpack .../105-libfile-touch-perl_0.11-1_all.deb ...
11:00:55 #8 33.69 Unpacking libfile-touch-perl (0.11-1) ...
11:00:55 #8 33.73 Selecting previously unselected package libio-pty-perl.
11:00:55 #8 33.73 Preparing to unpack .../106-libio-pty-perl_1%3a1.15-2_armhf.deb ...
11:00:55 #8 33.74 Unpacking libio-pty-perl (1:1.15-2) ...
11:00:55 #8 33.77 Selecting previously unselected package libipc-run-perl.
11:00:55 #8 33.77 Preparing to unpack .../107-libipc-run-perl_20200505.0-1_all.deb ...
11:00:55 #8 33.77 Unpacking libipc-run-perl (20200505.0-1) ...
11:00:55 #8 33.82 Selecting previously unselected package libclass-method-modifiers-perl.
11:00:55 #8 33.82 Preparing to unpack .../108-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:00:55 #8 33.83 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:00:55 #8 33.86 Selecting previously unselected package libb-hooks-op-check-perl.
11:00:55 #8 33.86 Preparing to unpack .../109-libb-hooks-op-check-perl_0.22-1+b3_armhf.deb ...
11:00:55 #8 33.87 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
11:00:55 #8 33.91 Selecting previously unselected package libdynaloader-functions-perl.
11:00:55 #8 33.91 Preparing to unpack .../110-libdynaloader-functions-perl_0.003-1.1_all.deb ...
11:00:55 #8 33.91 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
11:00:55 #8 33.95 Selecting previously unselected package libdevel-callchecker-perl.
11:00:55 #8 33.95 Preparing to unpack .../111-libdevel-callchecker-perl_0.008-1+b2_armhf.deb ...
11:00:55 #8 33.95 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
11:00:55 #8 33.99 Selecting previously unselected package libparams-classify-perl.
11:00:55 #8 33.99 Preparing to unpack .../112-libparams-classify-perl_0.015-1+b3_armhf.deb ...
11:00:55 #8 34.00 Unpacking libparams-classify-perl (0.015-1+b3) ...
11:00:55 #8 34.04 Selecting previously unselected package libmodule-runtime-perl.
11:00:55 #8 34.04 Preparing to unpack .../113-libmodule-runtime-perl_0.016-1_all.deb ...
11:00:55 #8 34.04 Unpacking libmodule-runtime-perl (0.016-1) ...
11:00:55 #8 34.08 Selecting previously unselected package libimport-into-perl.
11:00:55 #8 34.08 Preparing to unpack .../114-libimport-into-perl_1.002005-1_all.deb ...
11:00:55 #8 34.09 Unpacking libimport-into-perl (1.002005-1) ...
11:00:55 #8 34.13 Selecting previously unselected package librole-tiny-perl.
11:00:55 #8 34.13 Preparing to unpack .../115-librole-tiny-perl_2.002004-1_all.deb ...
11:00:55 #8 34.13 Unpacking librole-tiny-perl (2.002004-1) ...
11:00:55 #8 34.20 Selecting previously unselected package libstrictures-perl.
11:00:55 #8 34.20 Preparing to unpack .../116-libstrictures-perl_2.000006-1_all.deb ...
11:00:55 #8 34.22 Unpacking libstrictures-perl (2.000006-1) ...
11:00:55 #8 34.24 Selecting previously unselected package libsub-quote-perl.
11:00:55 #8 34.24 Preparing to unpack .../117-libsub-quote-perl_2.006006-1_all.deb ...
11:00:55 #8 34.25 Unpacking libsub-quote-perl (2.006006-1) ...
11:00:55 #8 34.29 Selecting previously unselected package libmoo-perl.
11:00:55 #8 34.29 Preparing to unpack .../118-libmoo-perl_2.004004-1_all.deb ...
11:00:55 #8 34.30 Unpacking libmoo-perl (2.004004-1) ...
11:00:56 #8 34.33 Selecting previously unselected package libencode-locale-perl.
11:00:56 #8 34.33 Preparing to unpack .../119-libencode-locale-perl_1.05-1.1_all.deb ...
11:00:56 #8 34.34 Unpacking libencode-locale-perl (1.05-1.1) ...
11:00:56 #8 34.38 Selecting previously unselected package libtimedate-perl.
11:00:56 #8 34.38 Preparing to unpack .../120-libtimedate-perl_2.3300-2_all.deb ...
11:00:56 #8 34.39 Unpacking libtimedate-perl (2.3300-2) ...
11:00:56 #8 34.45 Selecting previously unselected package libhttp-date-perl.
11:00:56 #8 34.45 Preparing to unpack .../121-libhttp-date-perl_6.05-1_all.deb ...
11:00:56 #8 34.46 Unpacking libhttp-date-perl (6.05-1) ...
11:00:56 #8 34.51 Selecting previously unselected package libfile-listing-perl.
11:00:56 #8 34.51 Preparing to unpack .../122-libfile-listing-perl_6.14-1_all.deb ...
11:00:56 #8 34.51 Unpacking libfile-listing-perl (6.14-1) ...
11:00:56 #8 34.55 Selecting previously unselected package libhtml-tagset-perl.
11:00:56 #8 34.55 Preparing to unpack .../123-libhtml-tagset-perl_3.20-4_all.deb ...
11:00:56 #8 34.56 Unpacking libhtml-tagset-perl (3.20-4) ...
11:00:56 #8 34.59 Selecting previously unselected package liburi-perl.
11:00:56 #8 34.59 Preparing to unpack .../124-liburi-perl_5.08-1_all.deb ...
11:00:56 #8 34.61 Unpacking liburi-perl (5.08-1) ...
11:00:56 #8 34.67 Selecting previously unselected package libhtml-parser-perl.
11:00:56 #8 34.67 Preparing to unpack .../125-libhtml-parser-perl_3.75-1+b1_armhf.deb ...
11:00:56 #8 34.67 Unpacking libhtml-parser-perl (3.75-1+b1) ...
11:00:56 #8 34.73 Selecting previously unselected package libhtml-tree-perl.
11:00:56 #8 34.73 Preparing to unpack .../126-libhtml-tree-perl_5.07-2_all.deb ...
11:00:56 #8 34.74 Unpacking libhtml-tree-perl (5.07-2) ...
11:00:56 #8 34.82 Selecting previously unselected package libio-html-perl.
11:00:56 #8 34.82 Preparing to unpack .../127-libio-html-perl_1.004-2_all.deb ...
11:00:56 #8 34.83 Unpacking libio-html-perl (1.004-2) ...
11:00:56 #8 34.87 Selecting previously unselected package liblwp-mediatypes-perl.
11:00:56 #8 34.87 Preparing to unpack .../128-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:00:56 #8 34.88 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:00:56 #8 34.92 Selecting previously unselected package libhttp-message-perl.
11:00:56 #8 34.92 Preparing to unpack .../129-libhttp-message-perl_6.28-1_all.deb ...
11:00:56 #8 34.94 Unpacking libhttp-message-perl (6.28-1) ...
11:00:56 #8 35.01 Selecting previously unselected package libhttp-cookies-perl.
11:00:56 #8 35.01 Preparing to unpack .../130-libhttp-cookies-perl_6.10-1_all.deb ...
11:00:56 #8 35.01 Unpacking libhttp-cookies-perl (6.10-1) ...
11:00:56 #8 35.04 Selecting previously unselected package libhttp-negotiate-perl.
11:00:56 #8 35.04 Preparing to unpack .../131-libhttp-negotiate-perl_6.01-1_all.deb ...
11:00:56 #8 35.05 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:00:56 #8 35.09 Selecting previously unselected package perl-openssl-defaults:armhf.
11:00:56 #8 35.09 Preparing to unpack .../132-perl-openssl-defaults_5_armhf.deb ...
11:00:56 #8 35.09 Unpacking perl-openssl-defaults:armhf (5) ...
11:00:56 #8 35.13 Selecting previously unselected package libnet-ssleay-perl.
11:00:56 #8 35.13 Preparing to unpack .../133-libnet-ssleay-perl_1.88-3+b1_armhf.deb ...
11:00:56 #8 35.14 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
11:00:56 #8 35.22 Selecting previously unselected package libio-socket-ssl-perl.
11:00:56 #8 35.22 Preparing to unpack .../134-libio-socket-ssl-perl_2.069-1_all.deb ...
11:00:56 #8 35.23 Unpacking libio-socket-ssl-perl (2.069-1) ...
11:00:56 #8 35.31 Selecting previously unselected package libnet-http-perl.
11:00:56 #8 35.31 Preparing to unpack .../135-libnet-http-perl_6.20-1_all.deb ...
11:00:56 #8 35.32 Unpacking libnet-http-perl (6.20-1) ...
11:00:56 #8 35.36 Selecting previously unselected package liblwp-protocol-https-perl.
11:00:56 #8 35.36 Preparing to unpack .../136-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:00:56 #8 35.37 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:00:56 #8 35.41 Selecting previously unselected package libtry-tiny-perl.
11:00:56 #8 35.41 Preparing to unpack .../137-libtry-tiny-perl_0.30-1_all.deb ...
11:00:57 #8 35.42 Unpacking libtry-tiny-perl (0.30-1) ...
11:00:57 #8 35.46 Selecting previously unselected package libwww-robotrules-perl.
11:00:57 #8 35.46 Preparing to unpack .../138-libwww-robotrules-perl_6.02-1_all.deb ...
11:00:57 #8 35.46 Unpacking libwww-robotrules-perl (6.02-1) ...
11:00:57 #8 35.50 Selecting previously unselected package libwww-perl.
11:00:57 #8 35.50 Preparing to unpack .../139-libwww-perl_6.52-1_all.deb ...
11:00:57 #8 35.51 Unpacking libwww-perl (6.52-1) ...
11:00:57 #8 35.60 Selecting previously unselected package patchutils.
11:00:57 #8 35.60 Preparing to unpack .../140-patchutils_0.4.2-1_armhf.deb ...
11:00:57 #8 35.60 Unpacking patchutils (0.4.2-1) ...
11:00:57 #8 35.67 Selecting previously unselected package wdiff.
11:00:57 #8 35.67 Preparing to unpack .../141-wdiff_1.2.2-2+b1_armhf.deb ...
11:00:57 #8 35.70 Unpacking wdiff (1.2.2-2+b1) ...
11:00:57 #8 35.77 Selecting previously unselected package devscripts.
11:00:57 #8 35.77 Preparing to unpack .../142-devscripts_2.21.3+deb11u1_armhf.deb ...
11:00:57 #8 35.83 Unpacking devscripts (2.21.3+deb11u1) ...
11:00:57 #8 36.04 Selecting previously unselected package diffstat.
11:00:57 #8 36.04 Preparing to unpack .../143-diffstat_1.64-1_armhf.deb ...
11:00:57 #8 36.06 Unpacking diffstat (1.64-1) ...
11:00:57 #8 36.09 Selecting previously unselected package distro-info-data.
11:00:57 #8 36.09 Preparing to unpack .../144-distro-info-data_0.51+deb11u2_all.deb ...
11:00:57 #8 36.09 Unpacking distro-info-data (0.51+deb11u2) ...
11:00:57 #8 36.13 Selecting previously unselected package python3-pkg-resources.
11:00:57 #8 36.13 Preparing to unpack .../145-python3-pkg-resources_52.0.0-4_all.deb ...
11:00:57 #8 36.14 Unpacking python3-pkg-resources (52.0.0-4) ...
11:00:57 #8 36.22 Selecting previously unselected package python3-chardet.
11:00:57 #8 36.22 Preparing to unpack .../146-python3-chardet_4.0.0-1_all.deb ...
11:00:57 #8 36.22 Unpacking python3-chardet (4.0.0-1) ...
11:00:58 #8 36.33 Selecting previously unselected package python3-six.
11:00:58 #8 36.33 Preparing to unpack .../147-python3-six_1.16.0-2_all.deb ...
11:00:58 #8 36.36 Unpacking python3-six (1.16.0-2) ...
11:00:58 #8 36.40 Selecting previously unselected package python3-debian.
11:00:58 #8 36.40 Preparing to unpack .../148-python3-debian_0.1.39_all.deb ...
11:00:58 #8 36.44 Unpacking python3-debian (0.1.39) ...
11:00:58 #8 36.48 Selecting previously unselected package libgpgme11:armhf.
11:00:58 #8 36.48 Preparing to unpack .../149-libgpgme11_1.14.0-1+b2_armhf.deb ...
11:00:58 #8 36.48 Unpacking libgpgme11:armhf (1.14.0-1+b2) ...
11:00:58 #8 36.60 Selecting previously unselected package python3-gpg.
11:00:58 #8 36.60 Preparing to unpack .../150-python3-gpg_1.14.0-1+b2_armhf.deb ...
11:00:58 #8 36.60 Unpacking python3-gpg (1.14.0-1+b2) ...
11:00:58 #8 36.75 Selecting previously unselected package dput.
11:00:58 #8 36.75 Preparing to unpack .../151-dput_1.1.0_all.deb ...
11:00:58 #8 36.78 Unpacking dput (1.1.0) ...
11:00:58 #8 36.84 Selecting previously unselected package equivs.
11:00:58 #8 36.84 Preparing to unpack .../152-equivs_2.3.1_all.deb ...
11:00:58 #8 36.85 Unpacking equivs (2.3.1) ...
11:00:58 #8 36.89 Selecting previously unselected package fonts-dejavu-core.
11:00:58 #8 36.89 Preparing to unpack .../153-fonts-dejavu-core_2.37-2_all.deb ...
11:00:58 #8 36.90 Unpacking fonts-dejavu-core (2.37-2) ...
11:00:58 #8 37.10 Selecting previously unselected package fontconfig-config.
11:00:58 #8 37.10 Preparing to unpack .../154-fontconfig-config_2.13.1-4.2_all.deb ...
11:00:59 #8 37.34 Unpacking fontconfig-config (2.13.1-4.2) ...
11:00:59 #8 37.43 Selecting previously unselected package libcurl3-gnutls:armhf.
11:00:59 #8 37.43 Preparing to unpack .../155-libcurl3-gnutls_7.74.0-1.3+deb11u2_armhf.deb ...
11:00:59 #8 37.44 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3+deb11u2) ...
11:00:59 #8 37.54 Selecting previously unselected package liberror-perl.
11:00:59 #8 37.54 Preparing to unpack .../156-liberror-perl_0.17029-1_all.deb ...
11:00:59 #8 37.54 Unpacking liberror-perl (0.17029-1) ...
11:00:59 #8 37.59 Selecting previously unselected package git-man.
11:00:59 #8 37.59 Preparing to unpack .../157-git-man_1%3a2.30.2-1_all.deb ...
11:00:59 #8 37.60 Unpacking git-man (1:2.30.2-1) ...
11:00:59 #8 37.81 Selecting previously unselected package git.
11:00:59 #8 37.81 Preparing to unpack .../158-git_1%3a2.30.2-1_armhf.deb ...
11:00:59 #8 37.84 Unpacking git (1:2.30.2-1) ...
11:01:00 #8 38.62 Selecting previously unselected package iso-codes.
11:01:00 #8 38.62 Preparing to unpack .../159-iso-codes_4.6.0-1_all.deb ...
11:01:00 #8 38.64 Unpacking iso-codes (4.6.0-1) ...
11:01:00 #8 ...
11:01:00 
11:01:00 #13 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:01:00 #13 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:01:00 #13 extracting sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 18.6s done
11:01:00 #13 extracting sha256:a9c96f1e426118ca27f868ea355d7b9f81f7fb49a818fe7877a30706e0e8adee done
11:01:00 #13 DONE 60.8s
11:01:00 
11:01:00 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:01:00 #8 sha256:b54c72e86d0bca4816908c09da59cc2f546c36b90631f0152d755320fecd8a7b
11:01:00 #8 39.36 Selecting previously unselected package libalgorithm-diff-perl.
11:01:00 #8 39.36 Preparing to unpack .../160-libalgorithm-diff-perl_1.201-1_all.deb ...
11:01:00 #8 39.36 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:01:00 #8 39.41 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:01:00 #8 39.41 Preparing to unpack .../161-libalgorithm-diff-xs-perl_0.04-6+b1_armhf.deb ...
11:01:00 #8 39.41 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
11:01:01 #8 39.48 Selecting previously unselected package libalgorithm-merge-perl.
11:01:01 #8 39.48 Preparing to unpack .../162-libalgorithm-merge-perl_0.08-3_all.deb ...
11:01:01 #8 39.49 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:01:01 #8 39.54 Selecting previously unselected package libaliased-perl.
11:01:01 #8 39.54 Preparing to unpack .../163-libaliased-perl_0.34-1.1_all.deb ...
11:01:01 #8 39.55 Unpacking libaliased-perl (0.34-1.1) ...
11:01:01 #8 39.58 Selecting previously unselected package libapt-pkg-perl.
11:01:01 #8 39.58 Preparing to unpack .../164-libapt-pkg-perl_0.1.39_armhf.deb ...
11:01:01 #8 39.59 Unpacking libapt-pkg-perl (0.1.39) ...
11:01:01 #8 39.65 Selecting previously unselected package libarchive-cpio-perl.
11:01:01 #8 39.65 Preparing to unpack .../165-libarchive-cpio-perl_0.10-1.1_all.deb ...
11:01:01 #8 39.65 Unpacking libarchive-cpio-perl (0.10-1.1) ...
11:01:01 #8 39.71 Selecting previously unselected package libarchive13:armhf.
11:01:01 #8 39.71 Preparing to unpack .../166-libarchive13_3.4.3-2+deb11u1_armhf.deb ...
11:01:01 #8 39.73 Unpacking libarchive13:armhf (3.4.3-2+deb11u1) ...
11:01:01 #8 39.79 Selecting previously unselected package libarray-intspan-perl.
11:01:01 #8 39.79 Preparing to unpack .../167-libarray-intspan-perl_2.004-1_all.deb ...
11:01:01 #8 39.85 Unpacking libarray-intspan-perl (2.004-1) ...
11:01:01 #8 39.89 Selecting previously unselected package libauthen-sasl-perl.
11:01:01 #8 39.89 Preparing to unpack .../168-libauthen-sasl-perl_2.1600-1.1_all.deb ...
11:01:01 #8 39.91 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
11:01:01 #8 39.95 Selecting previously unselected package libmodule-implementation-perl.
11:01:01 #8 39.95 Preparing to unpack .../169-libmodule-implementation-perl_0.09-1.1_all.deb ...
11:01:01 #8 39.96 Unpacking libmodule-implementation-perl (0.09-1.1) ...
11:01:01 #8 40.00 Selecting previously unselected package libsub-exporter-progressive-perl.
11:01:01 #8 40.00 Preparing to unpack .../170-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:01:01 #8 40.01 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:01:01 #8 40.06 Selecting previously unselected package libvariable-magic-perl.
11:01:01 #8 40.06 Preparing to unpack .../171-libvariable-magic-perl_0.62-1+b3_armhf.deb ...
11:01:01 #8 40.06 Unpacking libvariable-magic-perl (0.62-1+b3) ...
11:01:01 #8 40.11 Selecting previously unselected package libb-hooks-endofscope-perl.
11:01:01 #8 40.11 Preparing to unpack .../172-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
11:01:01 #8 40.12 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
11:01:01 #8 40.18 Selecting previously unselected package libpng16-16:armhf.
11:01:01 #8 40.18 Preparing to unpack .../173-libpng16-16_1.6.37-3_armhf.deb ...
11:01:01 #8 40.19 Unpacking libpng16-16:armhf (1.6.37-3) ...
11:01:01 #8 40.27 Selecting previously unselected package libfreetype6:armhf.
11:01:01 #8 40.27 Preparing to unpack .../174-libfreetype6_2.10.4+dfsg-1+deb11u1_armhf.deb ...
11:01:01 #8 40.29 Unpacking libfreetype6:armhf (2.10.4+dfsg-1+deb11u1) ...
11:01:02 #8 40.40 Selecting previously unselected package libfontconfig1:armhf.
11:01:02 #8 40.40 Preparing to unpack .../175-libfontconfig1_2.13.1-4.2_armhf.deb ...
11:01:02 #8 40.41 Unpacking libfontconfig1:armhf (2.13.1-4.2) ...
11:01:02 #8 40.49 Selecting previously unselected package libjpeg62-turbo:armhf.
11:01:02 #8 40.49 Preparing to unpack .../176-libjpeg62-turbo_1%3a2.0.6-4_armhf.deb ...
11:01:02 #8 40.50 Unpacking libjpeg62-turbo:armhf (1:2.0.6-4) ...
11:01:02 #8 40.62 Selecting previously unselected package libdeflate0:armhf.
11:01:02 #8 40.62 Preparing to unpack .../177-libdeflate0_1.7-1_armhf.deb ...
11:01:02 #8 40.62 Unpacking libdeflate0:armhf (1.7-1) ...
11:01:02 #8 40.68 Selecting previously unselected package libjbig0:armhf.
11:01:02 #8 40.68 Preparing to unpack .../178-libjbig0_2.1-3.1+b2_armhf.deb ...
11:01:02 #8 40.68 Unpacking libjbig0:armhf (2.1-3.1+b2) ...
11:01:02 #8 40.79 Selecting previously unselected package libwebp6:armhf.
11:01:02 #8 40.79 Preparing to unpack .../179-libwebp6_0.6.1-2.1_armhf.deb ...
11:01:02 #8 40.79 Unpacking libwebp6:armhf (0.6.1-2.1) ...
11:01:02 #8 40.87 Selecting previously unselected package libtiff5:armhf.
11:01:02 #8 40.87 Preparing to unpack .../180-libtiff5_4.2.0-1+deb11u1_armhf.deb ...
11:01:02 #8 40.88 Unpacking libtiff5:armhf (4.2.0-1+deb11u1) ...
11:01:02 #8 40.99 Selecting previously unselected package libxau6:armhf.
11:01:02 #8 40.99 Preparing to unpack .../181-libxau6_1%3a1.0.9-1_armhf.deb ...
11:01:02 #8 41.00 Unpacking libxau6:armhf (1:1.0.9-1) ...
11:01:02 #8 41.06 Selecting previously unselected package libxdmcp6:armhf.
11:01:02 #8 41.06 Preparing to unpack .../182-libxdmcp6_1%3a1.1.2-3_armhf.deb ...
11:01:02 #8 41.07 Unpacking libxdmcp6:armhf (1:1.1.2-3) ...
11:01:02 #8 41.11 Selecting previously unselected package libxcb1:armhf.
11:01:02 #8 41.11 Preparing to unpack .../183-libxcb1_1.14-3_armhf.deb ...
11:01:02 #8 41.12 Unpacking libxcb1:armhf (1.14-3) ...
11:01:02 #8 41.18 Selecting previously unselected package libx11-data.
11:01:02 #8 41.18 Preparing to unpack .../184-libx11-data_2%3a1.7.2-1_all.deb ...
11:01:02 #8 41.19 Unpacking libx11-data (2:1.7.2-1) ...
11:01:02 #8 41.30 Selecting previously unselected package libx11-6:armhf.
11:01:02 #8 41.30 Preparing to unpack .../185-libx11-6_2%3a1.7.2-1_armhf.deb ...
11:01:03 #8 41.31 Unpacking libx11-6:armhf (2:1.7.2-1) ...
11:01:03 #8 41.44 Selecting previously unselected package libxpm4:armhf.
11:01:03 #8 41.45 Preparing to unpack .../186-libxpm4_1%3a3.5.12-1_armhf.deb ...
11:01:03 #8 41.45 Unpacking libxpm4:armhf (1:3.5.12-1) ...
11:01:03 #8 41.51 Selecting previously unselected package libgd3:armhf.
11:01:03 #8 41.51 Preparing to unpack .../187-libgd3_2.3.0-2_armhf.deb ...
11:01:03 #8 41.52 Unpacking libgd3:armhf (2.3.0-2) ...
11:01:03 #8 41.58 Selecting previously unselected package libc-devtools.
11:01:03 #8 41.58 Preparing to unpack .../188-libc-devtools_2.31-13+deb11u3_armhf.deb ...
11:01:03 #8 41.59 Unpacking libc-devtools (2.31-13+deb11u3) ...
11:01:03 #8 41.66 Selecting previously unselected package libcapture-tiny-perl.
11:01:03 #8 41.66 Preparing to unpack .../189-libcapture-tiny-perl_0.48-1_all.deb ...
11:01:03 #8 41.67 Unpacking libcapture-tiny-perl (0.48-1) ...
11:01:03 #8 41.72 Selecting previously unselected package libclass-data-inheritable-perl.
11:01:03 #8 41.72 Preparing to unpack .../190-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:01:03 #8 41.73 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:01:03 #8 41.81 Selecting previously unselected package libclass-inspector-perl.
11:01:03 #8 41.82 Preparing to unpack .../191-libclass-inspector-perl_1.36-1_all.deb ...
11:01:03 #8 41.82 Unpacking libclass-inspector-perl (1.36-1) ...
11:01:03 #8 41.87 Selecting previously unselected package libclass-xsaccessor-perl.
11:01:03 #8 41.87 Preparing to unpack .../192-libclass-xsaccessor-perl_1.19-3+b7_armhf.deb ...
11:01:03 #8 41.87 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ...
11:01:03 #8 41.93 Selecting previously unselected package libclone-perl.
11:01:03 #8 41.93 Preparing to unpack .../193-libclone-perl_0.45-1+b1_armhf.deb ...
11:01:03 #8 41.93 Unpacking libclone-perl (0.45-1+b1) ...
11:01:03 #8 41.99 Selecting previously unselected package libcommon-sense-perl.
11:01:03 #8 41.99 Preparing to unpack .../194-libcommon-sense-perl_3.75-1+b4_armhf.deb ...
11:01:03 #8 41.99 Unpacking libcommon-sense-perl (3.75-1+b4) ...
11:01:03 #8 42.05 Selecting previously unselected package libconfig-tiny-perl.
11:01:03 #8 42.05 Preparing to unpack .../195-libconfig-tiny-perl_2.26-1_all.deb ...
11:01:03 #8 42.06 Unpacking libconfig-tiny-perl (2.26-1) ...
11:01:03 #8 42.09 Selecting previously unselected package libparams-util-perl.
11:01:03 #8 42.09 Preparing to unpack .../196-libparams-util-perl_1.102-1+b1_armhf.deb ...
11:01:03 #8 42.10 Unpacking libparams-util-perl (1.102-1+b1) ...
11:01:03 #8 42.15 Selecting previously unselected package libsub-install-perl.
11:01:03 #8 42.15 Preparing to unpack .../197-libsub-install-perl_0.928-1.1_all.deb ...
11:01:03 #8 42.15 Unpacking libsub-install-perl (0.928-1.1) ...
11:01:03 #8 42.19 Selecting previously unselected package libdata-optlist-perl.
11:01:03 #8 42.19 Preparing to unpack .../198-libdata-optlist-perl_0.110-1.1_all.deb ...
11:01:03 #8 42.19 Unpacking libdata-optlist-perl (0.110-1.1) ...
11:01:03 #8 42.23 Selecting previously unselected package libsub-exporter-perl.
11:01:03 #8 42.23 Preparing to unpack .../199-libsub-exporter-perl_0.987-1_all.deb ...
11:01:03 #8 42.24 Unpacking libsub-exporter-perl (0.987-1) ...
11:01:03 #8 42.30 Selecting previously unselected package libconst-fast-perl.
11:01:03 #8 42.30 Preparing to unpack .../200-libconst-fast-perl_0.014-1.1_all.deb ...
11:01:03 #8 42.31 Unpacking libconst-fast-perl (0.014-1.1) ...
11:01:03 #8 42.36 Selecting previously unselected package libwant-perl.
11:01:03 #8 42.36 Preparing to unpack .../201-libwant-perl_0.29-1+b6_armhf.deb ...
11:01:03 #8 42.37 Unpacking libwant-perl (0.29-1+b6) ...
11:01:03 #8 42.43 Selecting previously unselected package libcontextual-return-perl.
11:01:03 #8 42.43 Preparing to unpack .../202-libcontextual-return-perl_0.004014-2_all.deb ...
11:01:04 #8 42.44 Unpacking libcontextual-return-perl (0.004014-2) ...
11:01:04 #8 42.50 Selecting previously unselected package libconvert-binhex-perl.
11:01:04 #8 42.50 Preparing to unpack .../203-libconvert-binhex-perl_1.125-1_all.deb ...
11:01:04 #8 42.51 Unpacking libconvert-binhex-perl (1.125-1) ...
11:01:04 #8 42.55 Selecting previously unselected package libcpanel-json-xs-perl.
11:01:04 #8 42.55 Preparing to unpack .../204-libcpanel-json-xs-perl_4.25-1+b1_armhf.deb ...
11:01:04 #8 42.56 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ...
11:01:04 #8 42.63 Selecting previously unselected package libdevel-stacktrace-perl.
11:01:04 #8 42.63 Preparing to unpack .../205-libdevel-stacktrace-perl_2.0400-1_all.deb ...
11:01:04 #8 42.64 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
11:01:04 #8 42.72 Selecting previously unselected package libexception-class-perl.
11:01:04 #8 42.72 Preparing to unpack .../206-libexception-class-perl_1.44-1_all.deb ...
11:01:04 #8 42.75 Unpacking libexception-class-perl (1.44-1) ...
11:01:04 #8 42.83 Selecting previously unselected package libiterator-perl.
11:01:04 #8 42.83 Preparing to unpack .../207-libiterator-perl_0.03+ds1-1.1_all.deb ...
11:01:04 #8 42.84 Unpacking libiterator-perl (0.03+ds1-1.1) ...
11:01:04 #8 42.89 Selecting previously unselected package libiterator-util-perl.
11:01:04 #8 42.89 Preparing to unpack .../208-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
11:01:04 #8 42.91 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
11:01:04 #8 42.94 Selecting previously unselected package libexporter-tiny-perl.
11:01:04 #8 42.94 Preparing to unpack .../209-libexporter-tiny-perl_1.002002-1_all.deb ...
11:01:04 #8 42.95 Unpacking libexporter-tiny-perl (1.002002-1) ...
11:01:04 #8 43.01 Selecting previously unselected package liblist-moreutils-xs-perl.
11:01:04 #8 43.01 Preparing to unpack .../210-liblist-moreutils-xs-perl_0.430-2_armhf.deb ...
11:01:04 #8 43.04 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
11:01:04 #8 43.11 Selecting previously unselected package liblist-moreutils-perl.
11:01:04 #8 43.11 Preparing to unpack .../211-liblist-moreutils-perl_0.430-2_all.deb ...
11:01:04 #8 43.12 Unpacking liblist-moreutils-perl (0.430-2) ...
11:01:04 #8 43.18 Selecting previously unselected package libdata-dpath-perl.
11:01:04 #8 43.18 Preparing to unpack .../212-libdata-dpath-perl_0.58-1_all.deb ...
11:01:04 #8 43.18 Unpacking libdata-dpath-perl (0.58-1) ...
11:01:04 #8 43.23 Selecting previously unselected package libdata-dump-perl.
11:01:04 #8 43.23 Preparing to unpack .../213-libdata-dump-perl_1.23-1.1_all.deb ...
11:01:04 #8 43.24 Unpacking libdata-dump-perl (1.23-1.1) ...
11:01:04 #8 43.29 Selecting previously unselected package libdata-messagepack-perl.
11:01:04 #8 43.29 Preparing to unpack .../214-libdata-messagepack-perl_1.00-4+b1_armhf.deb ...
11:01:04 #8 43.30 Unpacking libdata-messagepack-perl (1.00-4+b1) ...
11:01:05 #8 43.38 Selecting previously unselected package libnet-domain-tld-perl.
11:01:05 #8 43.38 Preparing to unpack .../215-libnet-domain-tld-perl_1.75-1.1_all.deb ...
11:01:05 #8 43.39 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
11:01:05 #8 43.45 Selecting previously unselected package libdata-validate-domain-perl.
11:01:05 #8 43.45 Preparing to unpack .../216-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:01:05 #8 43.46 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:01:05 #8 43.50 Selecting previously unselected package libdevel-size-perl.
11:01:05 #8 43.50 Preparing to unpack .../217-libdevel-size-perl_0.83-1+b2_armhf.deb ...
11:01:05 #8 43.52 Unpacking libdevel-size-perl (0.83-1+b2) ...
11:01:05 #8 43.76 Selecting previously unselected package libdistro-info-perl.
11:01:05 #8 43.77 Preparing to unpack .../218-libdistro-info-perl_1.0_all.deb ...
11:01:05 #8 43.78 Unpacking libdistro-info-perl (1.0) ...
11:01:05 #8 43.92 Selecting previously unselected package libemail-address-xs-perl.
11:01:05 #8 43.92 Preparing to unpack .../219-libemail-address-xs-perl_1.04-1+b3_armhf.deb ...
11:01:05 #8 43.93 Unpacking libemail-address-xs-perl (1.04-1+b3) ...
11:01:05 #8 44.12 Selecting previously unselected package libfcgi0ldbl:armhf.
11:01:05 #8 44.12 Preparing to unpack .../220-libfcgi0ldbl_2.4.2-2_armhf.deb ...
11:01:05 #8 44.14 Unpacking libfcgi0ldbl:armhf (2.4.2-2) ...
11:01:05 #8 44.23 Selecting previously unselected package libfcgi-bin.
11:01:05 #8 44.23 Preparing to unpack .../221-libfcgi-bin_2.4.2-2_armhf.deb ...
11:01:05 #8 44.24 Unpacking libfcgi-bin (2.4.2-2) ...
11:01:05 #8 44.31 Selecting previously unselected package libfcgi-perl:armhf.
11:01:05 #8 44.31 Preparing to unpack .../222-libfcgi-perl_0.79+ds-2_armhf.deb ...
11:01:05 #8 44.33 Unpacking libfcgi-perl:armhf (0.79+ds-2) ...
11:01:05 #8 44.42 Selecting previously unselected package libipc-system-simple-perl.
11:01:06 #8 44.43 Preparing to unpack .../223-libipc-system-simple-perl_1.30-1_all.deb ...
11:01:06 #8 44.44 Unpacking libipc-system-simple-perl (1.30-1) ...
11:01:06 #8 44.51 Selecting previously unselected package libfile-basedir-perl.
11:01:06 #8 44.51 Preparing to unpack .../224-libfile-basedir-perl_0.08-1_all.deb ...
11:01:06 #8 44.52 Unpacking libfile-basedir-perl (0.08-1) ...
11:01:06 #8 44.60 Selecting previously unselected package libfile-chdir-perl.
11:01:06 #8 44.60 Preparing to unpack .../225-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:01:06 #8 44.61 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:01:06 #8 44.68 Selecting previously unselected package libfile-fcntllock-perl.
11:01:06 #8 44.68 Preparing to unpack .../226-libfile-fcntllock-perl_0.22-3+b7_armhf.deb ...
11:01:06 #8 44.69 Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
11:01:06 #8 44.80 Selecting previously unselected package libnumber-compare-perl.
11:01:06 #8 44.80 Preparing to unpack .../227-libnumber-compare-perl_0.03-1.1_all.deb ...
11:01:06 #8 44.81 Unpacking libnumber-compare-perl (0.03-1.1) ...
11:01:06 #8 44.84 Selecting previously unselected package libtext-glob-perl.
11:01:06 #8 44.84 Preparing to unpack .../228-libtext-glob-perl_0.11-1_all.deb ...
11:01:06 #8 44.85 Unpacking libtext-glob-perl (0.11-1) ...
11:01:06 #8 44.87 Selecting previously unselected package libfile-find-rule-perl.
11:01:06 #8 44.87 Preparing to unpack .../229-libfile-find-rule-perl_0.34-1_all.deb ...
11:01:06 #8 44.88 Unpacking libfile-find-rule-perl (0.34-1) ...
11:01:06 #8 44.92 Selecting previously unselected package libfont-afm-perl.
11:01:06 #8 44.92 Preparing to unpack .../230-libfont-afm-perl_1.20-3_all.deb ...
11:01:06 #8 44.92 Unpacking libfont-afm-perl (1.20-3) ...
11:01:06 #8 44.95 Selecting previously unselected package libio-string-perl.
11:01:06 #8 44.96 Preparing to unpack .../231-libio-string-perl_1.08-3.1_all.deb ...
11:01:06 #8 44.96 Unpacking libio-string-perl (1.08-3.1) ...
11:01:06 #8 44.99 Selecting previously unselected package libfont-ttf-perl.
11:01:06 #8 44.99 Preparing to unpack .../232-libfont-ttf-perl_1.06-1.1_all.deb ...
11:01:06 #8 45.00 Unpacking libfont-ttf-perl (1.06-1.1) ...
11:01:06 #8 45.07 Selecting previously unselected package libio-stringy-perl.
11:01:06 #8 45.08 Preparing to unpack .../233-libio-stringy-perl_2.111-3_all.deb ...
11:01:06 #8 45.08 Unpacking libio-stringy-perl (2.111-3) ...
11:01:06 #8 45.12 Selecting previously unselected package libparams-validate-perl:armhf.
11:01:06 #8 45.12 Preparing to unpack .../234-libparams-validate-perl_1.30-1+b1_armhf.deb ...
11:01:06 #8 45.12 Unpacking libparams-validate-perl:armhf (1.30-1+b1) ...
11:01:06 #8 45.16 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:01:06 #8 45.16 Preparing to unpack .../235-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
11:01:06 #8 45.17 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
11:01:06 #8 45.20 Selecting previously unselected package libsort-versions-perl.
11:01:06 #8 45.20 Preparing to unpack .../236-libsort-versions-perl_1.62-1_all.deb ...
11:01:06 #8 45.21 Unpacking libsort-versions-perl (1.62-1) ...
11:01:06 #8 45.24 Selecting previously unselected package libgit-wrapper-perl.
11:01:06 #8 45.24 Preparing to unpack .../237-libgit-wrapper-perl_0.048-1_all.deb ...
11:01:06 #8 45.25 Unpacking libgit-wrapper-perl (0.048-1) ...
11:01:06 #8 45.28 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:01:06 #8 45.28 Preparing to unpack .../238-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
11:01:06 #8 45.29 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
11:01:06 #8 45.33 Selecting previously unselected package libio-prompter-perl.
11:01:06 #8 45.33 Preparing to unpack .../239-libio-prompter-perl_0.004015-1_all.deb ...
11:01:06 #8 45.34 Unpacking libio-prompter-perl (0.004015-1) ...
11:01:06 #8 45.37 Selecting previously unselected package libjson-perl.
11:01:06 #8 45.37 Preparing to unpack .../240-libjson-perl_4.03000-1_all.deb ...
11:01:06 #8 45.37 Unpacking libjson-perl (4.03000-1) ...
11:01:06 #8 45.44 Selecting previously unselected package liblog-any-perl.
11:01:06 #8 45.44 Preparing to unpack .../241-liblog-any-perl_1.709-1_all.deb ...
11:01:06 #8 45.45 Unpacking liblog-any-perl (1.709-1) ...
11:01:06 #8 45.49 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:01:06 #8 45.49 Preparing to unpack .../242-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
11:01:06 #8 45.49 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
11:01:07 #8 45.55 Selecting previously unselected package libpackage-stash-perl.
11:01:07 #8 45.55 Preparing to unpack .../243-libpackage-stash-perl_0.39-1_all.deb ...
11:01:07 #8 45.55 Unpacking libpackage-stash-perl (0.39-1) ...
11:01:07 #8 45.59 Selecting previously unselected package libsub-identify-perl.
11:01:07 #8 45.59 Preparing to unpack .../244-libsub-identify-perl_0.14-1+b3_armhf.deb ...
11:01:07 #8 45.59 Unpacking libsub-identify-perl (0.14-1+b3) ...
11:01:07 #8 45.63 Selecting previously unselected package libsub-name-perl.
11:01:07 #8 45.63 Preparing to unpack .../245-libsub-name-perl_0.26-1+b1_armhf.deb ...
11:01:07 #8 45.64 Unpacking libsub-name-perl (0.26-1+b1) ...
11:01:07 #8 45.67 Selecting previously unselected package libnamespace-clean-perl.
11:01:07 #8 45.67 Preparing to unpack .../246-libnamespace-clean-perl_0.27-1_all.deb ...
11:01:07 #8 45.68 Unpacking libnamespace-clean-perl (0.27-1) ...
11:01:07 #8 45.71 Selecting previously unselected package libpath-tiny-perl.
11:01:07 #8 45.71 Preparing to unpack .../247-libpath-tiny-perl_0.118-1_all.deb ...
11:01:07 #8 45.72 Unpacking libpath-tiny-perl (0.118-1) ...
11:01:07 #8 45.75 Selecting previously unselected package libtype-tiny-perl.
11:01:07 #8 45.75 Preparing to unpack .../248-libtype-tiny-perl_1.012001-2_all.deb ...
11:01:07 #8 45.76 Unpacking libtype-tiny-perl (1.012001-2) ...
11:01:07 #8 45.84 Selecting previously unselected package libgitlab-api-v4-perl.
11:01:07 #8 45.84 Preparing to unpack .../249-libgitlab-api-v4-perl_0.26-1_all.deb ...
11:01:07 #8 45.84 Unpacking libgitlab-api-v4-perl (0.26-1) ...
11:01:07 #8 45.90 Selecting previously unselected package libglib2.0-0:armhf.
11:01:07 #8 45.91 Preparing to unpack .../250-libglib2.0-0_2.66.8-1_armhf.deb ...
11:01:07 #8 45.91 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
11:01:07 #8 46.07 Selecting previously unselected package libglib2.0-data.
11:01:07 #8 46.07 Preparing to unpack .../251-libglib2.0-data_2.66.8-1_all.deb ...
11:01:07 #8 46.07 Unpacking libglib2.0-data (2.66.8-1) ...
11:01:07 #8 46.25 Selecting previously unselected package libgpm2:armhf.
11:01:07 #8 46.25 Preparing to unpack .../252-libgpm2_1.20.7-8_armhf.deb ...
11:01:07 #8 46.26 Unpacking libgpm2:armhf (1.20.7-8) ...
11:01:07 #8 46.29 Selecting previously unselected package libhash-fieldhash-perl.
11:01:07 #8 46.29 Preparing to unpack .../253-libhash-fieldhash-perl_0.15-1+b3_armhf.deb ...
11:01:07 #8 46.30 Unpacking libhash-fieldhash-perl (0.15-1+b3) ...
11:01:07 #8 46.33 Selecting previously unselected package libhtml-form-perl.
11:01:08 #8 46.34 Preparing to unpack .../254-libhtml-form-perl_6.07-1_all.deb ...
11:01:08 #8 46.34 Unpacking libhtml-form-perl (6.07-1) ...
11:01:08 #8 46.38 Selecting previously unselected package libhtml-format-perl.
11:01:08 #8 46.38 Preparing to unpack .../255-libhtml-format-perl_2.12-1.1_all.deb ...
11:01:08 #8 46.38 Unpacking libhtml-format-perl (2.12-1.1) ...
11:01:08 #8 46.42 Selecting previously unselected package libhtml-html5-entities-perl.
11:01:08 #8 46.42 Preparing to unpack .../256-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
11:01:08 #8 46.43 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
11:01:08 #8 46.46 Selecting previously unselected package libhttp-daemon-perl.
11:01:08 #8 46.46 Preparing to unpack .../257-libhttp-daemon-perl_6.12-1_all.deb ...
11:01:08 #8 46.47 Unpacking libhttp-daemon-perl (6.12-1) ...
11:01:08 #8 46.50 Selecting previously unselected package libio-sessiondata-perl.
11:01:08 #8 46.50 Preparing to unpack .../258-libio-sessiondata-perl_1.03-1.1_all.deb ...
11:01:08 #8 46.51 Unpacking libio-sessiondata-perl (1.03-1.1) ...
11:01:08 #8 46.54 Selecting previously unselected package libipc-run3-perl.
11:01:08 #8 46.54 Preparing to unpack .../259-libipc-run3-perl_0.048-2_all.deb ...
11:01:08 #8 46.54 Unpacking libipc-run3-perl (0.048-2) ...
11:01:08 #8 46.59 Selecting previously unselected package libtypes-serialiser-perl.
11:01:08 #8 46.59 Preparing to unpack .../260-libtypes-serialiser-perl_1.01-1_all.deb ...
11:01:08 #8 46.59 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:01:08 #8 46.62 Selecting previously unselected package libjson-xs-perl.
11:01:08 #8 46.63 Preparing to unpack .../261-libjson-xs-perl_4.030-1+b1_armhf.deb ...
11:01:08 #8 46.63 Unpacking libjson-xs-perl (4.030-1+b1) ...
11:01:08 #8 46.67 Selecting previously unselected package libjson-maybexs-perl.
11:01:08 #8 46.67 Preparing to unpack .../262-libjson-maybexs-perl_1.004003-1_all.deb ...
11:01:08 #8 46.68 Unpacking libjson-maybexs-perl (1.004003-1) ...
11:01:08 #8 46.74 Selecting previously unselected package libldap-common.
11:01:08 #8 46.75 Preparing to unpack .../263-libldap-common_2.4.57+dfsg-3+deb11u1_all.deb ...
11:01:08 #8 46.75 Unpacking libldap-common (2.4.57+dfsg-3+deb11u1) ...
11:01:08 #8 46.80 Selecting previously unselected package liblist-compare-perl.
11:01:08 #8 46.80 Preparing to unpack .../264-liblist-compare-perl_0.55-1_all.deb ...
11:01:08 #8 46.80 Unpacking liblist-compare-perl (0.55-1) ...
11:01:08 #8 46.84 Selecting previously unselected package liblist-someutils-perl.
11:01:08 #8 46.84 Preparing to unpack .../265-liblist-someutils-perl_0.58-1_all.deb ...
11:01:08 #8 46.85 Unpacking liblist-someutils-perl (0.58-1) ...
11:01:08 #8 46.88 Selecting previously unselected package liblist-someutils-xs-perl.
11:01:08 #8 46.88 Preparing to unpack .../266-liblist-someutils-xs-perl_0.58-2+b1_armhf.deb ...
11:01:08 #8 46.89 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ...
11:01:08 #8 46.92 Selecting previously unselected package liblist-utilsby-perl.
11:01:08 #8 46.92 Preparing to unpack .../267-liblist-utilsby-perl_0.11-1_all.deb ...
11:01:08 #8 46.92 Unpacking liblist-utilsby-perl (0.11-1) ...
11:01:08 #8 46.96 Selecting previously unselected package libltdl7:armhf.
11:01:08 #8 46.96 Preparing to unpack .../268-libltdl7_2.4.6-15_armhf.deb ...
11:01:08 #8 46.97 Unpacking libltdl7:armhf (2.4.6-15) ...
11:01:08 #8 47.01 Selecting previously unselected package libltdl-dev:armhf.
11:01:08 #8 47.01 Preparing to unpack .../269-libltdl-dev_2.4.6-15_armhf.deb ...
11:01:08 #8 47.01 Unpacking libltdl-dev:armhf (2.4.6-15) ...
11:01:08 #8 47.07 Selecting previously unselected package liblzo2-2:armhf.
11:01:08 #8 47.07 Preparing to unpack .../270-liblzo2-2_2.10-2_armhf.deb ...
11:01:08 #8 47.07 Unpacking liblzo2-2:armhf (2.10-2) ...
11:01:08 #8 47.10 Selecting previously unselected package libsys-hostname-long-perl.
11:01:08 #8 47.10 Preparing to unpack .../271-libsys-hostname-long-perl_1.5-2_all.deb ...
11:01:08 #8 47.11 Unpacking libsys-hostname-long-perl (1.5-2) ...
11:01:08 #8 47.14 Selecting previously unselected package libmail-sendmail-perl.
11:01:08 #8 47.14 Preparing to unpack .../272-libmail-sendmail-perl_0.80-1.1_all.deb ...
11:01:08 #8 47.15 Unpacking libmail-sendmail-perl (0.80-1.1) ...
11:01:08 #8 47.18 Selecting previously unselected package libnet-smtp-ssl-perl.
11:01:08 #8 47.18 Preparing to unpack .../273-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:01:08 #8 47.18 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:01:08 #8 47.21 Selecting previously unselected package libmailtools-perl.
11:01:08 #8 47.21 Preparing to unpack .../274-libmailtools-perl_2.21-1_all.deb ...
11:01:08 #8 47.22 Unpacking libmailtools-perl (2.21-1) ...
11:01:08 #8 47.29 Selecting previously unselected package libmarkdown2:armhf.
11:01:09 #8 47.29 Preparing to unpack .../275-libmarkdown2_2.2.6-1_armhf.deb ...
11:01:09 #8 47.30 Unpacking libmarkdown2:armhf (2.2.6-1) ...
11:01:09 #8 47.33 Selecting previously unselected package libmime-tools-perl.
11:01:09 #8 47.33 Preparing to unpack .../276-libmime-tools-perl_5.509-1_all.deb ...
11:01:09 #8 47.34 Unpacking libmime-tools-perl (5.509-1) ...
11:01:09 #8 47.39 Selecting previously unselected package libmoox-aliases-perl.
11:01:09 #8 47.40 Preparing to unpack .../277-libmoox-aliases-perl_0.001006-1.1_all.deb ...
11:01:09 #8 47.40 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
11:01:09 #8 47.43 Selecting previously unselected package libnamespace-autoclean-perl.
11:01:09 #8 47.43 Preparing to unpack .../278-libnamespace-autoclean-perl_0.29-1_all.deb ...
11:01:09 #8 47.44 Unpacking libnamespace-autoclean-perl (0.29-1) ...
11:01:09 #8 47.47 Selecting previously unselected package libobject-id-perl.
11:01:09 #8 47.47 Preparing to unpack .../279-libobject-id-perl_0.1.2-2.1_all.deb ...
11:01:09 #8 47.48 Unpacking libobject-id-perl (0.1.2-2.1) ...
11:01:09 #8 47.51 Selecting previously unselected package libmoox-struct-perl.
11:01:09 #8 47.51 Preparing to unpack .../280-libmoox-struct-perl_0.020-1_all.deb ...
11:01:09 #8 47.51 Unpacking libmoox-struct-perl (0.020-1) ...
11:01:09 #8 47.55 Selecting previously unselected package libmouse-perl.
11:01:09 #8 47.55 Preparing to unpack .../281-libmouse-perl_2.5.10-1+b1_armhf.deb ...
11:01:09 #8 47.55 Unpacking libmouse-perl (2.5.10-1+b1) ...
11:01:09 #8 47.60 Selecting previously unselected package libnumber-range-perl.
11:01:09 #8 47.60 Preparing to unpack .../282-libnumber-range-perl_0.12-1.1_all.deb ...
11:01:09 #8 47.60 Unpacking libnumber-range-perl (0.12-1.1) ...
11:01:09 #8 47.64 Selecting previously unselected package libossp-uuid16:armhf.
11:01:09 #8 47.64 Preparing to unpack .../283-libossp-uuid16_1.6.2-1.5+b9_armhf.deb ...
11:01:09 #8 47.64 Unpacking libossp-uuid16:armhf (1.6.2-1.5+b9) ...
11:01:09 #8 47.68 Selecting previously unselected package libossp-uuid-perl.
11:01:09 #8 47.68 Preparing to unpack .../284-libossp-uuid-perl_1.6.2-1.5+b9_armhf.deb ...
11:01:09 #8 47.68 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ...
11:01:09 #8 47.72 Selecting previously unselected package libpackage-stash-xs-perl.
11:01:09 #8 47.72 Preparing to unpack .../285-libpackage-stash-xs-perl_0.29-1+b2_armhf.deb ...
11:01:09 #8 47.72 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ...
11:01:09 #8 47.75 Selecting previously unselected package libpath-iterator-rule-perl.
11:01:09 #8 47.75 Preparing to unpack .../286-libpath-iterator-rule-perl_1.014-1_all.deb ...
11:01:09 #8 47.76 Unpacking libpath-iterator-rule-perl (1.014-1) ...
11:01:09 #8 47.80 Selecting previously unselected package libperlio-gzip-perl.
11:01:09 #8 47.80 Preparing to unpack .../287-libperlio-gzip-perl_0.19-1+b7_armhf.deb ...
11:01:09 #8 47.81 Unpacking libperlio-gzip-perl (0.19-1+b7) ...
11:01:09 #8 47.84 Selecting previously unselected package libpod-parser-perl.
11:01:09 #8 47.84 Preparing to unpack .../288-libpod-parser-perl_1.63-2_all.deb ...
11:01:09 #8 47.85 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:01:09 #8 47.86 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
11:01:09 #8 47.87 Unpacking libpod-parser-perl (1.63-2) ...
11:01:09 #8 47.90 Selecting previously unselected package libpod-constants-perl.
11:01:09 #8 47.90 Preparing to unpack .../289-libpod-constants-perl_0.19-2_all.deb ...
11:01:09 #8 47.91 Unpacking libpod-constants-perl (0.19-2) ...
11:01:09 #8 47.94 Selecting previously unselected package libproc-processtable-perl.
11:01:09 #8 47.94 Preparing to unpack .../290-libproc-processtable-perl_0.59-2+b1_armhf.deb ...
11:01:09 #8 47.94 Unpacking libproc-processtable-perl (0.59-2+b1) ...
11:01:09 #8 47.98 Selecting previously unselected package libre2-9:armhf.
11:01:09 #8 47.99 Preparing to unpack .../291-libre2-9_20210201+dfsg-1_armhf.deb ...
11:01:09 #8 47.99 Unpacking libre2-9:armhf (20210201+dfsg-1) ...
11:01:09 #8 48.03 Selecting previously unselected package libre-engine-re2-perl:armhf.
11:01:09 #8 48.03 Preparing to unpack .../292-libre-engine-re2-perl_0.14-1_armhf.deb ...
11:01:09 #8 48.03 Unpacking libre-engine-re2-perl:armhf (0.14-1) ...
11:01:09 #8 48.07 Selecting previously unselected package libreadonly-perl.
11:01:09 #8 48.07 Preparing to unpack .../293-libreadonly-perl_2.050-3_all.deb ...
11:01:09 #8 48.07 Unpacking libreadonly-perl (2.050-3) ...
11:01:09 #8 48.10 Selecting previously unselected package libref-util-perl.
11:01:09 #8 48.11 Preparing to unpack .../294-libref-util-perl_0.204-1_all.deb ...
11:01:09 #8 48.11 Unpacking libref-util-perl (0.204-1) ...
11:01:09 #8 48.14 Selecting previously unselected package libref-util-xs-perl.
11:01:09 #8 48.14 Preparing to unpack .../295-libref-util-xs-perl_0.117-1+b3_armhf.deb ...
11:01:09 #8 48.14 Unpacking libref-util-xs-perl (0.117-1+b3) ...
11:01:09 #8 48.17 Selecting previously unselected package libregexp-pattern-license-perl.
11:01:09 #8 48.17 Preparing to unpack .../296-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
11:01:09 #8 48.18 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
11:01:09 #8 48.21 Selecting previously unselected package libregexp-pattern-perl.
11:01:09 #8 48.21 Preparing to unpack .../297-libregexp-pattern-perl_0.2.14-1_all.deb ...
11:01:09 #8 48.22 Unpacking libregexp-pattern-perl (0.2.14-1) ...
11:01:09 #8 48.25 Selecting previously unselected package libsasl2-modules:armhf.
11:01:09 #8 48.25 Preparing to unpack .../298-libsasl2-modules_2.1.27+dfsg-2.1+deb11u1_armhf.deb ...
11:01:09 #8 48.26 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-2.1+deb11u1) ...
11:01:09 #8 48.29 Selecting previously unselected package libsereal-decoder-perl.
11:01:09 #8 48.29 Preparing to unpack .../299-libsereal-decoder-perl_4.018+ds-1+b1_armhf.deb ...
11:01:09 #8 48.30 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ...
11:01:09 #8 48.34 Selecting previously unselected package libsereal-encoder-perl.
11:01:10 #8 48.34 Preparing to unpack .../300-libsereal-encoder-perl_4.018+ds-1+b1_armhf.deb ...
11:01:10 #8 48.34 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ...
11:01:10 #8 48.38 Selecting previously unselected package libtask-weaken-perl.
11:01:10 #8 48.38 Preparing to unpack .../301-libtask-weaken-perl_1.06-1_all.deb ...
11:01:10 #8 48.38 Unpacking libtask-weaken-perl (1.06-1) ...
11:01:10 #8 48.41 Selecting previously unselected package libxml-parser-perl:armhf.
11:01:10 #8 48.41 Preparing to unpack .../302-libxml-parser-perl_2.46-2_armhf.deb ...
11:01:10 #8 48.41 Unpacking libxml-parser-perl:armhf (2.46-2) ...
11:01:10 #8 48.46 Selecting previously unselected package libsoap-lite-perl.
11:01:10 #8 48.46 Preparing to unpack .../303-libsoap-lite-perl_1.27-1_all.deb ...
11:01:10 #8 48.47 Unpacking libsoap-lite-perl (1.27-1) ...
11:01:10 #8 48.52 Selecting previously unselected package libsort-key-perl.
11:01:10 #8 48.52 Preparing to unpack .../304-libsort-key-perl_1.33-2+b3_armhf.deb ...
11:01:10 #8 48.52 Unpacking libsort-key-perl (1.33-2+b3) ...
11:01:10 #8 48.56 Selecting previously unselected package libstring-copyright-perl.
11:01:10 #8 48.56 Preparing to unpack .../305-libstring-copyright-perl_0.003006-1_all.deb ...
11:01:10 #8 48.57 Unpacking libstring-copyright-perl (0.003006-1) ...
11:01:10 #8 48.59 Selecting previously unselected package libstring-escape-perl.
11:01:10 #8 48.60 Preparing to unpack .../306-libstring-escape-perl_2010.002-2_all.deb ...
11:01:10 #8 48.60 Unpacking libstring-escape-perl (2010.002-2) ...
11:01:10 #8 48.63 Selecting previously unselected package libstring-shellquote-perl.
11:01:10 #8 48.63 Preparing to unpack .../307-libstring-shellquote-perl_1.04-1_all.deb ...
11:01:10 #8 48.64 Unpacking libstring-shellquote-perl (1.04-1) ...
11:01:10 #8 48.67 Selecting previously unselected package libsys-cpuaffinity-perl:armhf.
11:01:10 #8 48.67 Preparing to unpack .../308-libsys-cpuaffinity-perl_1.13~03-1_armhf.deb ...
11:01:10 #8 48.67 Unpacking libsys-cpuaffinity-perl:armhf (1.13~03-1) ...
11:01:10 #8 48.71 Selecting previously unselected package libterm-readkey-perl.
11:01:10 #8 48.71 Preparing to unpack .../309-libterm-readkey-perl_2.38-1+b2_armhf.deb ...
11:01:10 #8 48.72 Unpacking libterm-readkey-perl (2.38-1+b2) ...
11:01:10 #8 48.75 Selecting previously unselected package libtext-levenshteinxs-perl.
11:01:10 #8 48.75 Preparing to unpack .../310-libtext-levenshteinxs-perl_0.03-4+b8_armhf.deb ...
11:01:10 #8 48.75 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ...
11:01:10 #8 48.78 Selecting previously unselected package libtext-markdown-discount-perl:armhf.
11:01:10 #8 48.78 Preparing to unpack .../311-libtext-markdown-discount-perl_0.12-1+b1_armhf.deb ...
11:01:10 #8 48.78 Unpacking libtext-markdown-discount-perl:armhf (0.12-1+b1) ...
11:01:10 #8 48.81 Selecting previously unselected package libtext-xslate-perl.
11:01:10 #8 48.81 Preparing to unpack .../312-libtext-xslate-perl_3.5.8-1+b1_armhf.deb ...
11:01:10 #8 48.83 Unpacking libtext-xslate-perl (3.5.8-1+b1) ...
11:01:10 #8 48.90 Selecting previously unselected package libtime-duration-perl.
11:01:10 #8 48.90 Preparing to unpack .../313-libtime-duration-perl_1.21-1_all.deb ...
11:01:10 #8 48.91 Unpacking libtime-duration-perl (1.21-1) ...
11:01:10 #8 48.97 Selecting previously unselected package libtime-moment-perl.
11:01:10 #8 48.97 Preparing to unpack .../314-libtime-moment-perl_0.44-1+b3_armhf.deb ...
11:01:10 #8 48.97 Unpacking libtime-moment-perl (0.44-1+b3) ...
11:01:10 #8 49.01 Selecting previously unselected package libtype-tiny-xs-perl.
11:01:10 #8 49.01 Preparing to unpack .../315-libtype-tiny-xs-perl_0.022-1_armhf.deb ...
11:01:10 #8 49.02 Unpacking libtype-tiny-xs-perl (0.022-1) ...
11:01:10 #8 49.05 Selecting previously unselected package libunicode-utf8-perl.
11:01:10 #8 49.05 Preparing to unpack .../316-libunicode-utf8-perl_0.62-1+b2_armhf.deb ...
11:01:10 #8 49.06 Unpacking libunicode-utf8-perl (0.62-1+b2) ...
11:01:10 #8 49.10 Selecting previously unselected package libxdelta2.
11:01:10 #8 49.10 Preparing to unpack .../317-libxdelta2_1.1.3-9.3_armhf.deb ...
11:01:10 #8 49.10 Unpacking libxdelta2 (1.1.3-9.3) ...
11:01:10 #8 49.14 Selecting previously unselected package libxext6:armhf.
11:01:10 #8 49.15 Preparing to unpack .../318-libxext6_2%3a1.3.3-1.1_armhf.deb ...
11:01:10 #8 49.15 Unpacking libxext6:armhf (2:1.3.3-1.1) ...
11:01:10 #8 49.19 Selecting previously unselected package libxml-namespacesupport-perl.
11:01:10 #8 49.19 Preparing to unpack .../319-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
11:01:10 #8 49.19 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
11:01:10 #8 49.23 Selecting previously unselected package libxml-sax-base-perl.
11:01:10 #8 49.23 Preparing to unpack .../320-libxml-sax-base-perl_1.09-1.1_all.deb ...
11:01:10 #8 49.23 Unpacking libxml-sax-base-perl (1.09-1.1) ...
11:01:10 #8 49.29 Selecting previously unselected package libxml-sax-perl.
11:01:10 #8 49.29 Preparing to unpack .../321-libxml-sax-perl_1.02+dfsg-1_all.deb ...
11:01:10 #8 49.30 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
11:01:10 #8 49.34 Selecting previously unselected package libxml-libxml-perl.
11:01:10 #8 49.35 Preparing to unpack .../322-libxml-libxml-perl_2.0134+dfsg-2+b1_armhf.deb ...
11:01:10 #8 49.35 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
11:01:10 #8 49.42 Selecting previously unselected package libxml-sax-expat-perl.
11:01:11 #8 49.42 Preparing to unpack .../323-libxml-sax-expat-perl_0.51-1_all.deb ...
11:01:11 #8 49.43 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:01:11 #8 49.47 Selecting previously unselected package libxmlrpc-lite-perl.
11:01:11 #8 49.47 Preparing to unpack .../324-libxmlrpc-lite-perl_0.717-4_all.deb ...
11:01:11 #8 49.47 Unpacking libxmlrpc-lite-perl (0.717-4) ...
11:01:11 #8 49.51 Selecting previously unselected package libxmuu1:armhf.
11:01:11 #8 49.51 Preparing to unpack .../325-libxmuu1_2%3a1.1.2-2+b3_armhf.deb ...
11:01:11 #8 49.51 Unpacking libxmuu1:armhf (2:1.1.2-2+b3) ...
11:01:11 #8 49.56 Selecting previously unselected package libyaml-0-2:armhf.
11:01:11 #8 49.56 Preparing to unpack .../326-libyaml-0-2_0.2.2-1_armhf.deb ...
11:01:11 #8 49.57 Unpacking libyaml-0-2:armhf (0.2.2-1) ...
11:01:11 #8 49.60 Selecting previously unselected package libyaml-libyaml-perl.
11:01:11 #8 49.60 Preparing to unpack .../327-libyaml-libyaml-perl_0.82+repack-1+b1_armhf.deb ...
11:01:11 #8 49.61 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ...
11:01:11 #8 49.64 Selecting previously unselected package licensecheck.
11:01:11 #8 49.64 Preparing to unpack .../328-licensecheck_3.1.1-2_all.deb ...
11:01:11 #8 49.65 Unpacking licensecheck (3.1.1-2) ...
11:01:11 #8 49.69 Selecting previously unselected package lzip.
11:01:11 #8 49.69 Preparing to unpack .../329-lzip_1.22-3_armhf.deb ...
11:01:11 #8 49.70 Unpacking lzip (1.22-3) ...
11:01:11 #8 49.73 Selecting previously unselected package lzop.
11:01:11 #8 49.74 Preparing to unpack .../330-lzop_1.04-2_armhf.deb ...
11:01:11 #8 49.74 Unpacking lzop (1.04-2) ...
11:01:11 #8 49.78 Selecting previously unselected package t1utils.
11:01:11 #8 49.78 Preparing to unpack .../331-t1utils_1.41-4_armhf.deb ...
11:01:11 #8 49.78 Unpacking t1utils (1.41-4) ...
11:01:11 #8 49.82 Selecting previously unselected package unzip.
11:01:11 #8 49.82 Preparing to unpack .../332-unzip_6.0-26_armhf.deb ...
11:01:11 #8 49.83 Unpacking unzip (6.0-26) ...
11:01:11 #8 49.90 Selecting previously unselected package lintian.
11:01:11 #8 49.90 Preparing to unpack .../333-lintian_2.104.0_all.deb ...
11:01:11 #8 49.91 Unpacking lintian (2.104.0) ...
11:01:11 #8 50.25 Selecting previously unselected package lsb-release.
11:01:11 #8 50.25 Preparing to unpack .../334-lsb-release_11.1.0_all.deb ...
11:01:11 #8 50.25 Unpacking lsb-release (11.1.0) ...
11:01:11 #8 50.31 Selecting previously unselected package manpages-dev.
11:01:11 #8 50.31 Preparing to unpack .../335-manpages-dev_5.10-1_all.deb ...
11:01:11 #8 50.31 Unpacking manpages-dev (5.10-1) ...
11:01:12 #8 50.71 Selecting previously unselected package pbzip2.
11:01:12 #8 50.71 Preparing to unpack .../336-pbzip2_1.1.13-1_armhf.deb ...
11:01:12 #8 50.71 Unpacking pbzip2 (1.1.13-1) ...
11:01:12 #8 50.75 Selecting previously unselected package pixz.
11:01:12 #8 50.75 Preparing to unpack .../337-pixz_1.0.7-1_armhf.deb ...
11:01:12 #8 50.76 Unpacking pixz (1.0.7-1) ...
11:01:12 #8 50.79 Selecting previously unselected package xdelta.
11:01:12 #8 50.79 Preparing to unpack .../338-xdelta_1.1.3-9.3_armhf.deb ...
11:01:12 #8 50.80 Unpacking xdelta (1.1.3-9.3) ...
11:01:12 #8 50.86 Selecting previously unselected package xdelta3.
11:01:12 #8 50.86 Preparing to unpack .../339-xdelta3_3.0.11-dfsg-1+b1_armhf.deb ...
11:01:12 #8 50.87 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ...
11:01:12 #8 50.92 Selecting previously unselected package pristine-tar.
11:01:12 #8 50.92 Preparing to unpack .../340-pristine-tar_1.49_armhf.deb ...
11:01:12 #8 50.93 Unpacking pristine-tar (1.49) ...
11:01:12 #8 51.01 Selecting previously unselected package publicsuffix.
11:01:12 #8 51.01 Preparing to unpack .../341-publicsuffix_20211207.1025-0+deb11u1_all.deb ...
11:01:12 #8 51.01 Unpacking publicsuffix (20211207.1025-0+deb11u1) ...
11:01:12 #8 51.10 Selecting previously unselected package python-apt-common.
11:01:12 #8 51.10 Preparing to unpack .../342-python-apt-common_2.2.1_all.deb ...
11:01:12 #8 51.10 Unpacking python-apt-common (2.2.1) ...
11:01:12 #8 51.16 Selecting previously unselected package python3-apt.
11:01:12 #8 51.16 Preparing to unpack .../343-python3-apt_2.2.1_armhf.deb ...
11:01:12 #8 51.16 Unpacking python3-apt (2.2.1) ...
11:01:12 #8 51.22 Selecting previously unselected package python3-certifi.
11:01:12 #8 51.23 Preparing to unpack .../344-python3-certifi_2020.6.20-1_all.deb ...
11:01:12 #8 51.23 Unpacking python3-certifi (2020.6.20-1) ...
11:01:12 #8 51.28 Selecting previously unselected package python3-idna.
11:01:12 #8 51.28 Preparing to unpack .../345-python3-idna_2.10-1_all.deb ...
11:01:12 #8 51.29 Unpacking python3-idna (2.10-1) ...
11:01:12 #8 51.33 Selecting previously unselected package python3-magic.
11:01:12 #8 51.34 Preparing to unpack .../346-python3-magic_2%3a0.4.20-3_all.deb ...
11:01:12 #8 51.34 Unpacking python3-magic (2:0.4.20-3) ...
11:01:12 #8 51.37 Selecting previously unselected package python3-urllib3.
11:01:12 #8 51.38 Preparing to unpack .../347-python3-urllib3_1.26.5-1~exp1_all.deb ...
11:01:12 #8 51.38 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
11:01:13 #8 51.46 Selecting previously unselected package python3-requests.
11:01:13 #8 51.46 Preparing to unpack .../348-python3-requests_2.25.1+dfsg-2_all.deb ...
11:01:13 #8 51.47 Unpacking python3-requests (2.25.1+dfsg-2) ...
11:01:13 #8 51.51 Selecting previously unselected package python3-unidiff.
11:01:13 #8 51.51 Preparing to unpack .../349-python3-unidiff_0.5.5-2_all.deb ...
11:01:13 #8 51.52 Unpacking python3-unidiff (0.5.5-2) ...
11:01:13 #8 51.55 Selecting previously unselected package python3-xdg.
11:01:13 #8 51.56 Preparing to unpack .../350-python3-xdg_0.27-2_all.deb ...
11:01:13 #8 51.56 Unpacking python3-xdg (0.27-2) ...
11:01:13 #8 51.60 Selecting previously unselected package shared-mime-info.
11:01:13 #8 51.61 Preparing to unpack .../351-shared-mime-info_2.0-1_armhf.deb ...
11:01:13 #8 51.61 Unpacking shared-mime-info (2.0-1) ...
11:01:13 #8 51.75 Selecting previously unselected package strace.
11:01:13 #8 51.75 Preparing to unpack .../352-strace_5.10-1_armhf.deb ...
11:01:13 #8 51.76 Unpacking strace (5.10-1) ...
11:01:13 #8 51.84 Selecting previously unselected package xauth.
11:01:13 #8 51.84 Preparing to unpack .../353-xauth_1%3a1.1-1_armhf.deb ...
11:01:13 #8 51.85 Unpacking xauth (1:1.1-1) ...
11:01:13 #8 51.89 Selecting previously unselected package xdg-user-dirs.
11:01:13 #8 51.89 Preparing to unpack .../354-xdg-user-dirs_0.17-2_armhf.deb ...
11:01:13 #8 51.90 Unpacking xdg-user-dirs (0.17-2) ...
11:01:13 #8 51.97 Setting up libksba8:armhf (1.5.0-3) ...
11:01:13 #8 51.99 Setting up media-types (4.0.0) ...
11:01:13 #8 52.00 Setting up libpipeline1:armhf (1.5.3-1) ...
11:01:13 #8 52.02 Setting up wdiff (1.2.2-2+b1) ...
11:01:13 #8 52.03 Setting up libxau6:armhf (1:1.0.9-1) ...
11:01:13 #8 52.04 Setting up libre2-9:armhf (20210201+dfsg-1) ...
11:01:13 #8 52.06 Setting up libpsl5:armhf (0.21.0-1.2) ...
11:01:13 #8 52.07 Setting up libgpm2:armhf (1.20.7-8) ...
11:01:13 #8 52.08 Setting up bsdextrautils (2.36.1-8+deb11u1) ...
11:01:13 #8 52.09 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
11:01:13 #8 52.10 Setting up libicu67:armhf (67.1-7) ...
11:01:13 #8 52.11 Setting up libfcgi0ldbl:armhf (2.4.2-2) ...
11:01:13 #8 52.13 Setting up xdg-user-dirs (0.17-2) ...
11:01:13 #8 52.16 Setting up libmagic-mgc (1:5.39-3) ...
11:01:13 #8 52.17 Setting up libyaml-0-2:armhf (0.2.2-1) ...
11:01:13 #8 52.18 Setting up libglib2.0-0:armhf (2.66.8-1) ...
11:01:13 #8 52.22 No schema files found: doing nothing.
11:01:13 #8 52.23 Setting up distro-info-data (0.51+deb11u2) ...
11:01:13 #8 52.24 Setting up manpages (5.10-1) ...
11:01:13 #8 52.25 Setting up unzip (6.0-26) ...
11:01:13 #8 52.27 Setting up perl-modules-5.32 (5.32.1-4+deb11u2) ...
11:01:13 #8 52.28 Setting up libbrotli1:armhf (1.0.9-2+b2) ...
11:01:13 #8 52.29 Setting up libsqlite3-0:armhf (3.34.1-3) ...
11:01:13 #8 52.30 Setting up libcbor0:armhf (0.5.0+dfsg-2) ...
11:01:13 #8 52.32 Setting up libsasl2-modules:armhf (2.1.27+dfsg-2.1+deb11u1) ...
11:01:13 #8 52.34 Setting up libfcgi-bin (2.4.2-2) ...
11:01:14 #8 52.36 Setting up binutils-common:armhf (2.35.2-2) ...
11:01:14 #8 52.37 Setting up libnghttp2-14:armhf (1.43.0-1) ...
11:01:14 #8 52.38 Setting up libmagic1:armhf (1:5.39-3) ...
11:01:14 #8 52.40 Setting up libdeflate0:armhf (1.7-1) ...
11:01:14 #8 52.42 Setting up less (551-2) ...
11:01:14 #8 52.44 Setting up perl-openssl-defaults:armhf (5) ...
11:01:14 #8 52.45 Setting up linux-libc-dev:armhf (5.10.127-2) ...
11:01:14 #8 52.46 Setting up libctf-nobfd0:armhf (2.35.2-2) ...
11:01:14 #8 52.48 Setting up gettext-base (0.21-4) ...
11:01:14 #8 52.49 Setting up liblzo2-2:armhf (2.10-2) ...
11:01:14 #8 52.50 Setting up libnpth0:armhf (1.6-3) ...
11:01:14 #8 52.51 Setting up file (1:5.39-3) ...
11:01:14 #8 52.53 Setting up libossp-uuid16:armhf (1.6.2-1.5+b9) ...
11:01:14 #8 52.54 Setting up libassuan0:armhf (2.5.3-7.1) ...
11:01:14 #8 52.56 Setting up libgomp1:armhf (10.2.1-6) ...
11:01:14 #8 52.57 Setting up bzip2 (1.0.8-4) ...
11:01:14 #8 52.58 Setting up libldap-common (2.4.57+dfsg-3+deb11u1) ...
11:01:14 #8 52.60 Setting up pbzip2 (1.1.13-1) ...
11:01:14 #8 52.61 Setting up libjbig0:armhf (2.1-3.1+b2) ...
11:01:14 #8 52.63 Setting up libfakeroot:armhf (1.25.3-1.1) ...
11:01:14 #8 52.65 Setting up libasan6:armhf (10.2.1-6) ...
11:01:14 #8 52.66 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2.1+deb11u1) ...
11:01:14 #8 52.67 Setting up fakeroot (1.25.3-1.1) ...
11:01:14 #8 52.69 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:01:14 #8 52.70 Setting up autotools-dev (20180224.1+nmu1) ...
11:01:14 #8 52.72 Setting up libglib2.0-data (2.66.8-1) ...
11:01:14 #8 52.73 Setting up libtirpc-dev:armhf (1.3.1-1) ...
11:01:14 #8 52.74 Setting up libjpeg62-turbo:armhf (1:2.0.6-4) ...
11:01:14 #8 52.75 Setting up libx11-data (2:1.7.2-1) ...
11:01:14 #8 52.77 Setting up make (4.3-4.1) ...
11:01:14 #8 52.78 Setting up libmpfr6:armhf (4.1.0-3) ...
11:01:14 #8 52.79 Setting up gnupg-l10n (2.2.27-2+deb11u2) ...
11:01:14 #8 52.81 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2+b2) ...
11:01:14 #8 52.82 Setting up lzip (1.22-3) ...
11:01:14 #8 52.85 Setting up strace (5.10-1) ...
11:01:14 #8 52.86 Setting up libsigsegv2:armhf (2.13-1) ...
11:01:14 #8 52.88 Setting up xz-utils (5.2.5-2.1~deb11u1) ...
11:01:14 #8 52.89 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:01:14 #8 52.90 Setting up t1utils (1.41-4) ...
11:01:14 #8 52.92 Setting up diffstat (1.64-1) ...
11:01:14 #8 52.93 Setting up libpng16-16:armhf (1.6.37-3) ...
11:01:14 #8 52.94 Setting up libmpc3:armhf (1.2.0-1) ...
11:01:14 #8 52.96 Setting up libatomic1:armhf (10.2.1-6) ...
11:01:14 #8 52.98 Setting up patch (2.7.6-7) ...
11:01:14 #8 52.99 Setting up autopoint (0.21-4) ...
11:01:14 #8 53.01 Setting up libwebp6:armhf (0.6.1-2.1) ...
11:01:14 #8 53.02 Setting up fonts-dejavu-core (2.37-2) ...
11:01:14 #8 53.09 Setting up libxdelta2 (1.1.3-9.3) ...
11:01:14 #8 53.10 Setting up libncursesw6:armhf (6.2+20201114-2) ...
11:01:14 #8 53.12 Setting up libltdl7:armhf (2.4.6-15) ...
11:01:14 #8 53.13 Setting up libsasl2-2:armhf (2.1.27+dfsg-2.1+deb11u1) ...
11:01:14 #8 53.14 Setting up libubsan1:armhf (10.2.1-6) ...
11:01:14 #8 53.15 Setting up libmd0:armhf (1.0.3-3) ...
11:01:14 #8 53.17 Setting up python-apt-common (2.2.1) ...
11:01:14 #8 53.19 Setting up libnsl-dev:armhf (1.3.0-2) ...
11:01:14 #8 53.22 Setting up sensible-utils (0.0.14) ...
11:01:14 #8 53.23 Setting up xdelta3 (3.0.11-dfsg-1+b1) ...
11:01:14 #8 53.28 Setting up libcrypt-dev:armhf (1:4.4.18-4) ...
11:01:14 #8 53.30 Setting up libuchardet0:armhf (0.0.7-1) ...
11:01:14 #8 53.31 Setting up lzop (1.04-2) ...
11:01:14 #8 53.33 Setting up libmpdec3:armhf (2.5.1-1) ...
11:01:14 #8 53.34 Setting up git-man (1:2.30.2-1) ...
11:01:14 #8 53.36 Setting up libssh2-1:armhf (1.9.0-2) ...
11:01:14 #8 53.37 Setting up netbase (6.3) ...
11:01:14 #8 53.41 Setting up libtiff5:armhf (4.2.0-1+deb11u1) ...
11:01:15 #8 53.42 Setting up libbinutils:armhf (2.35.2-2) ...
11:01:15 #8 53.43 Setting up libfido2-1:armhf (1.6.0-2) ...
11:01:15 #8 53.45 Setting up libisl23:armhf (0.23-1) ...
11:01:15 #8 53.46 Setting up libc-dev-bin (2.31-13+deb11u3) ...
11:01:15 #8 53.47 Setting up openssl (1.1.1n-0+deb11u3) ...
11:01:15 #8 53.49 Setting up libbsd0:armhf (0.11.3-1) ...
11:01:15 #8 53.51 Setting up libelf1:armhf (0.183-1) ...
11:01:15 #8 53.53 Setting up readline-common (8.1-1) ...
11:01:15 #8 53.54 Setting up publicsuffix (20211207.1025-0+deb11u1) ...
11:01:15 #8 53.56 Setting up libxml2:armhf (2.9.10+dfsg-6.7+deb11u2) ...
11:01:15 #8 53.57 Setting up libmarkdown2:armhf (2.2.6-1) ...
11:01:15 #8 53.58 Setting up libcc1-0:armhf (10.2.1-6) ...
11:01:15 #8 53.60 Setting up iso-codes (4.6.0-1) ...
11:01:15 #8 53.62 Setting up liblocale-gettext-perl (1.07-4+b1) ...
11:01:15 #8 53.63 Setting up cpp-10 (10.2.1-6) ...
11:01:15 #8 53.65 Setting up dctrl-tools (2.24-3) ...
11:01:15 #8 53.67 Setting up debian-keyring (2021.07.26) ...
11:01:15 #8 53.68 Setting up libgdbm6:armhf (1.19-2) ...
11:01:15 #8 53.70 Setting up libctf0:armhf (2.35.2-2) ...
11:01:15 #8 53.71 Setting up pinentry-curses (1.1.0-4) ...
11:01:15 #8 53.73 Setting up manpages-dev (5.10-1) ...
11:01:15 #8 53.75 Setting up libxdmcp6:armhf (1:1.1.2-3) ...
11:01:15 #8 53.77 Setting up libxcb1:armhf (1.14-3) ...
11:01:15 #8 53.78 Setting up gettext (0.21-4) ...
11:01:15 #8 53.79 Setting up xdelta (1.1.3-9.3) ...
11:01:15 #8 53.81 Setting up libarchive13:armhf (3.4.3-2+deb11u1) ...
11:01:15 #8 53.83 Setting up libgcc-10-dev:armhf (10.2.1-6) ...
11:01:15 #8 53.84 Setting up libedit2:armhf (3.1-20191231-2+b1) ...
11:01:15 #8 53.86 Setting up libreadline8:armhf (8.1-1) ...
11:01:15 #8 53.87 Setting up libldap-2.4-2:armhf (2.4.57+dfsg-3+deb11u1) ...
11:01:15 #8 53.89 Setting up m4 (1.4.18-5) ...
11:01:15 #8 53.90 Setting up libcurl3-gnutls:armhf (7.74.0-1.3+deb11u2) ...
11:01:15 #8 53.91 Setting up ca-certificates (20210119) ...
11:01:15 #8 54.31 Updating certificates in /etc/ssl/certs...
11:01:16 #8 54.85 129 added, 0 removed; done.
11:01:16 #8 54.89 Setting up libfreetype6:armhf (2.10.4+dfsg-1+deb11u1) ...
11:01:16 #8 54.90 Setting up shared-mime-info (2.0-1) ...
11:01:19 #8 57.98 Setting up libgdbm-compat4:armhf (1.19-2) ...
11:01:19 #8 57.99 Setting up ucf (3.0043) ...
11:01:19 #8 58.10 Setting up libperl5.32:armhf (5.32.1-4+deb11u2) ...
11:01:19 #8 58.12 Setting up dwz (0.13+20210201-1) ...
11:01:19 #8 58.13 Setting up groff-base (1.22.4-6) ...
11:01:19 #8 58.15 Setting up cpp (4:10.2.1-1) ...
11:01:19 #8 58.17 Setting up pixz (1.0.7-1) ...
11:01:19 #8 58.19 Setting up gpgconf (2.2.27-2+deb11u2) ...
11:01:19 #8 58.20 Setting up libcurl4:armhf (7.74.0-1.3+deb11u2) ...
11:01:19 #8 58.22 Setting up libc6-dev:armhf (2.31-13+deb11u3) ...
11:01:19 #8 58.23 Setting up libx11-6:armhf (2:1.7.2-1) ...
11:01:19 #8 58.24 Setting up curl (7.74.0-1.3+deb11u2) ...
11:01:19 #8 58.25 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
11:01:19 #8 58.27 Setting up libxmuu1:armhf (2:1.1.2-2+b3) ...
11:01:19 #8 58.28 Setting up gpg (2.2.27-2+deb11u2) ...
11:01:19 #8 58.30 Setting up libpython3.9-stdlib:armhf (3.9.2-1) ...
11:01:19 #8 58.31 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
11:01:20 #8 58.32 Setting up gnupg-utils (2.2.27-2+deb11u2) ...
11:01:20 #8 58.34 Setting up libstdc++-10-dev:armhf (10.2.1-6) ...
11:01:20 #8 58.35 Setting up gpg-agent (2.2.27-2+deb11u2) ...
11:01:20 #8 58.83 Setting up libxpm4:armhf (1:3.5.12-1) ...
11:01:20 #8 58.85 Setting up fontconfig-config (2.13.1-4.2) ...
11:01:20 #8 59.03 Setting up openssh-client (1:8.4p1-5+deb11u1) ...
11:01:20 #8 59.12 Setting up gpgsm (2.2.27-2+deb11u2) ...
11:01:20 #8 59.14 Setting up libxext6:armhf (2:1.3.3-1.1) ...
11:01:20 #8 59.15 Setting up binutils (2.35.2-2) ...
11:01:20 #8 59.16 Setting up man-db (2.9.4-2) ...
11:01:20 #8 59.26 Building database of manual pages ...
11:01:33 #8 70.58 Setting up libgpgme11:armhf (1.14.0-1+b2) ...
11:01:33 #8 70.59 Setting up dirmngr (2.2.27-2+deb11u2) ...
11:01:33 #8 70.73 Setting up perl (5.32.1-4+deb11u2) ...
11:01:33 #8 70.75 Setting up libpackage-stash-xs-perl (0.29-1+b2) ...
11:01:33 #8 70.77 Setting up libclass-data-inheritable-perl (0.08-3) ...
11:01:33 #8 70.80 Setting up libdata-dump-perl (1.23-1.1) ...
11:01:33 #8 70.82 Setting up libref-util-perl (0.204-1) ...
11:01:33 #8 70.83 Setting up libipc-system-simple-perl (1.30-1) ...
11:01:33 #8 70.86 Setting up libnet-domain-tld-perl (1.75-1.1) ...
11:01:33 #8 70.87 Setting up libhash-fieldhash-perl (0.15-1+b3) ...
11:01:33 #8 70.88 Setting up libvariable-magic-perl (0.62-1+b3) ...
11:01:33 #8 70.89 Setting up libio-html-perl (1.004-2) ...
11:01:33 #8 70.91 Setting up libpod-parser-perl (1.63-2) ...
11:01:33 #8 70.93 Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
11:01:33 #8 70.94 Setting up liblist-moreutils-xs-perl (0.430-2) ...
11:01:33 #8 70.95 Setting up gcc-10 (10.2.1-6) ...
11:01:33 #8 70.97 Setting up libparams-util-perl (1.102-1+b1) ...
11:01:33 #8 70.99 Setting up libdpkg-perl (1.20.11) ...
11:01:33 #8 71.00 Setting up libtime-duration-perl (1.21-1) ...
11:01:33 #8 71.02 Setting up autoconf (2.69-14) ...
11:01:33 #8 71.04 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:01:33 #8 71.05 Setting up libarray-intspan-perl (2.004-1) ...
11:01:33 #8 71.07 Setting up libcapture-tiny-perl (0.48-1) ...
11:01:33 #8 71.10 Setting up libtimedate-perl (2.3300-2) ...
11:01:33 #8 71.11 Setting up gpg-wks-server (2.2.27-2+deb11u2) ...
11:01:33 #8 71.13 Setting up libsub-name-perl (0.26-1+b1) ...
11:01:33 #8 71.15 Setting up libtype-tiny-xs-perl (0.022-1) ...
11:01:33 #8 71.16 Setting up libdata-validate-domain-perl (0.10-1.1) ...
11:01:33 #8 71.18 Setting up libproc-processtable-perl (0.59-2+b1) ...
11:01:33 #8 71.19 Setting up libfile-chdir-perl (0.1008-1.1) ...
11:01:33 #8 71.21 Setting up xauth (1:1.1-1) ...
11:01:33 #8 71.22 Setting up libpath-tiny-perl (0.118-1) ...
11:01:33 #8 71.24 Setting up libarchive-cpio-perl (0.10-1.1) ...
11:01:33 #8 71.26 Setting up libjson-perl (4.03000-1) ...
11:01:33 #8 71.28 Setting up libipc-run3-perl (0.048-2) ...
11:01:33 #8 71.30 Setting up libfcgi-perl:armhf (0.79+ds-2) ...
11:01:33 #8 71.31 Setting up libsub-override-perl (0.09-2) ...
11:01:33 #8 71.33 Setting up libaliased-perl (0.34-1.1) ...
11:01:33 #8 71.34 Setting up libstrictures-perl (2.000006-1) ...
11:01:33 #8 71.37 Setting up libsub-quote-perl (2.006006-1) ...
11:01:33 #8 71.38 Setting up libdevel-stacktrace-perl (2.0400-1) ...
11:01:33 #8 71.40 Setting up libclass-xsaccessor-perl (1.19-3+b7) ...
11:01:33 #8 71.41 Setting up libfontconfig1:armhf (2.13.1-4.2) ...
11:01:33 #8 71.43 Setting up libsort-versions-perl (1.62-1) ...
11:01:33 #8 71.44 Setting up libexporter-tiny-perl (1.002002-1) ...
11:01:33 #8 71.45 Setting up libre-engine-re2-perl:armhf (0.14-1) ...
11:01:33 #8 71.47 Setting up libfile-dirlist-perl (0.05-2) ...
11:01:33 #8 71.48 Setting up libterm-readkey-perl (2.38-1+b2) ...
11:01:33 #8 71.49 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ...
11:01:33 #8 71.51 Setting up libperlio-gzip-perl (0.19-1+b7) ...
11:01:33 #8 71.52 Setting up libsys-hostname-long-perl (1.5-2) ...
11:01:33 #8 71.53 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
11:01:33 #8 71.55 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ...
11:01:33 #8 71.56 Setting up liburi-perl (5.08-1) ...
11:01:33 #8 71.57 Setting up libfile-touch-perl (0.11-1) ...
11:01:33 #8 71.59 Setting up python3.9 (3.9.2-1) ...
11:01:33 #8 72.32 Setting up libemail-address-xs-perl (1.04-1+b3) ...
11:01:33 #8 72.33 Setting up libnet-ssleay-perl (1.88-3+b1) ...
11:01:33 #8 72.35 Setting up automake (1:1.16.3-2) ...
11:01:33 #8 72.36 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:01:33 #8 72.37 Setting up libapt-pkg-perl (0.1.39) ...
11:01:33 #8 72.38 Setting up libio-sessiondata-perl (1.03-1.1) ...
11:01:33 #8 72.40 Setting up libstring-escape-perl (2010.002-2) ...
11:01:33 #8 72.41 Setting up libhttp-date-perl (6.05-1) ...
11:01:33 #8 72.42 Setting up libfile-which-perl (1.23-1) ...
11:01:34 #8 72.43 Setting up libfile-basedir-perl (0.08-1) ...
11:01:34 #8 72.45 Setting up libnumber-range-perl (0.12-1.1) ...
11:01:34 #8 72.46 Setting up libtask-weaken-perl (1.06-1) ...
11:01:34 #8 72.48 Setting up libunicode-utf8-perl (0.62-1+b2) ...
11:01:34 #8 72.49 Setting up libmouse-perl (2.5.10-1+b1) ...
11:01:34 #8 72.51 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ...
11:01:34 #8 72.52 Setting up g++-10 (10.2.1-6) ...
11:01:34 #8 72.53 Setting up libfile-listing-perl (6.14-1) ...
11:01:34 #8 72.55 Setting up libsys-cpuaffinity-perl:armhf (1.13~03-1) ...
11:01:34 #8 72.56 Setting up gpg-wks-client (2.2.27-2+deb11u2) ...
11:01:34 #8 72.58 Setting up libregexp-pattern-perl (0.2.14-1) ...
11:01:34 #8 72.60 Setting up libdata-messagepack-perl (1.00-4+b1) ...
11:01:34 #8 72.62 Setting up libclass-inspector-perl (1.36-1) ...
11:01:34 #8 72.64 Setting up libfont-afm-perl (1.20-3) ...
11:01:34 #8 72.65 Setting up libwant-perl (0.29-1+b6) ...
11:01:34 #8 72.67 Setting up libdynaloader-functions-perl (0.003-1.1) ...
11:01:34 #8 72.68 Setting up libtext-glob-perl (0.11-1) ...
11:01:34 #8 72.71 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:01:34 #8 72.72 Setting up liblist-compare-perl (0.55-1) ...
11:01:34 #8 72.73 Setting up libref-util-xs-perl (0.117-1+b3) ...
11:01:34 #8 72.75 Setting up libio-pty-perl (1:1.15-2) ...
11:01:34 #8 72.77 Setting up libtool (2.4.6-15) ...
11:01:34 #8 72.78 Setting up libfile-fcntllock-perl (0.22-3+b7) ...
11:01:34 #8 72.80 Setting up libsort-key-perl (1.33-2+b3) ...
11:01:34 #8 72.81 Setting up libclone-perl (0.45-1+b1) ...
11:01:34 #8 72.84 Setting up libalgorithm-diff-perl (1.201-1) ...
11:01:34 #8 72.85 Setting up libarchive-zip-perl (1.68-1) ...
11:01:34 #8 72.87 Setting up libsub-identify-perl (0.14-1+b3) ...
11:01:34 #8 72.88 Setting up libdistro-info-perl (1.0) ...
11:01:34 #8 72.89 Setting up libcpanel-json-xs-perl (4.25-1+b1) ...
11:01:34 #8 72.91 Setting up libobject-id-perl (0.1.2-2.1) ...
11:01:34 #8 72.92 Setting up libio-stringy-perl (2.111-3) ...
11:01:34 #8 72.93 Setting up liblist-moreutils-perl (0.430-2) ...
11:01:34 #8 72.95 Setting up libhtml-tagset-perl (3.20-4) ...
11:01:34 #8 72.96 Setting up liblog-any-perl (1.709-1) ...
11:01:34 #8 72.98 Setting up libauthen-sasl-perl (2.1600-1.1) ...
11:01:34 #8 72.99 Setting up libdevel-size-perl (0.83-1+b2) ...
11:01:34 #8 73.01 Setting up libdebhelper-perl (13.3.4) ...
11:01:34 #8 73.02 Setting up libpod-constants-perl (0.19-2) ...
11:01:34 #8 73.03 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
11:01:34 #8 73.05 Setting up libconvert-binhex-perl (1.125-1) ...
11:01:34 #8 73.06 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:01:34 #8 73.07 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ...
11:01:34 #8 73.08 Setting up libtry-tiny-perl (0.30-1) ...
11:01:34 #8 73.09 Setting up libtype-tiny-perl (1.012001-2) ...
11:01:34 #8 73.11 Setting up libcommon-sense-perl (3.75-1+b4) ...
11:01:34 #8 73.12 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
11:01:34 #8 73.13 Setting up libnet-http-perl (6.20-1) ...
11:01:34 #8 73.14 Setting up libtext-markdown-discount-perl:armhf (0.12-1+b1) ...
11:01:34 #8 73.15 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
11:01:34 #8 73.17 Setting up libtime-moment-perl (0.44-1+b3) ...
11:01:34 #8 73.18 Setting up libencode-locale-perl (1.05-1.1) ...
11:01:34 #8 73.19 Setting up python3 (3.9.2-3) ...
11:01:35 #8 73.50 Setting up libexception-class-perl (1.44-1) ...
11:01:35 #8 73.51 Setting up python3-xdg (0.27-2) ...
11:01:35 #8 73.69 Setting up libconfig-tiny-perl (2.26-1) ...
11:01:35 #8 73.71 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ...
11:01:35 #8 73.72 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
11:01:35 #8 73.74 Setting up liblist-utilsby-perl (0.11-1) ...
11:01:35 #8 73.76 Setting up libstring-shellquote-perl (1.04-1) ...
11:01:35 #8 73.77 Setting up libsub-install-perl (0.928-1.1) ...
11:01:35 #8 73.78 Setting up gcc (4:10.2.1-1) ...
11:01:35 #8 73.82 Setting up dpkg-dev (1.20.11) ...
11:01:35 #8 73.84 Setting up libnumber-compare-perl (0.03-1.1) ...
11:01:35 #8 73.86 Setting up intltool-debian (0.35.0+20060710.5) ...
11:01:35 #8 73.87 Setting up liberror-perl (0.17029-1) ...
11:01:35 #8 73.88 Setting up python3-six (1.16.0-2) ...
11:01:35 #8 74.04 Setting up dh-autoreconf (20) ...
11:01:35 #8 74.05 Setting up patchutils (0.4.2-1) ...
11:01:35 #8 74.07 Setting up libmail-sendmail-perl (0.80-1.1) ...
11:01:35 #8 74.08 Setting up libltdl-dev:armhf (2.4.6-15) ...
11:01:35 #8 74.10 Setting up libjson-maybexs-perl (1.004003-1) ...
11:01:35 #8 74.12 Setting up libxml-sax-base-perl (1.09-1.1) ...
11:01:35 #8 74.13 Setting up libio-string-perl (1.08-3.1) ...
11:01:35 #8 74.14 Setting up libreadonly-perl (2.050-3) ...
11:01:35 #8 74.16 Setting up python3-gpg (1.14.0-1+b2) ...
11:01:36 #8 74.35 Setting up python3-certifi (2020.6.20-1) ...
11:01:36 #8 74.50 Setting up libfile-find-rule-perl (0.34-1) ...
11:01:36 #8 74.51 Setting up libstring-copyright-perl (0.003006-1) ...
11:01:36 #8 74.53 Setting up libgd3:armhf (2.3.0-2) ...
11:01:36 #8 74.54 Setting up python3-idna (2.10-1) ...
11:01:36 #8 74.79 Setting up libdata-optlist-perl (0.110-1.1) ...
11:01:36 #8 74.80 Setting up libipc-run-perl (20200505.0-1) ...
11:01:36 #8 74.82 Setting up git (1:2.30.2-1) ...
11:01:36 #8 74.85 Setting up libtext-xslate-perl (3.5.8-1+b1) ...
11:01:36 #8 74.86 Setting up python3-urllib3 (1.26.5-1~exp1) ...
11:01:36 #8 75.07 Setting up libcontextual-return-perl (0.004014-2) ...
11:01:36 #8 75.08 Setting up libwww-robotrules-perl (6.02-1) ...
11:01:36 #8 75.09 Setting up libtypes-serialiser-perl (1.01-1) ...
11:01:36 #8 75.11 Setting up g++ (4:10.2.1-1) ...
11:01:36 #8 75.14 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:01:36 #8 75.15 Setting up libhtml-parser-perl (3.75-1+b1) ...
11:01:36 #8 75.16 Setting up libgit-wrapper-perl (0.048-1) ...
11:01:36 #8 75.18 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
11:01:36 #8 75.19 Setting up librole-tiny-perl (2.002004-1) ...
11:01:36 #8 75.20 Setting up gnupg (2.2.27-2+deb11u2) ...
11:01:36 #8 75.22 Setting up build-essential (12.9) ...
11:01:36 #8 75.24 Setting up python3-unidiff (0.5.5-2) ...
11:01:37 #8 75.39 Setting up lsb-release (11.1.0) ...
11:01:37 #8 75.40 Setting up libfont-ttf-perl (1.06-1.1) ...
11:01:37 #8 75.43 Setting up libfile-homedir-perl (1.006-1) ...
11:01:37 #8 75.45 Setting up python3-magic (2:0.4.20-3) ...
11:01:37 #8 75.58 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
11:01:37 #8 75.63 Setting up pristine-tar (1.49) ...
11:01:37 #8 75.65 Setting up libio-socket-ssl-perl (2.069-1) ...
11:01:37 #8 75.67 Setting up libsub-exporter-perl (0.987-1) ...
11:01:37 #8 75.68 Setting up libc-devtools (2.31-13+deb11u3) ...
11:01:37 #8 75.69 Setting up libalgorithm-merge-perl (0.08-3) ...
11:01:37 #8 75.72 Setting up libhttp-message-perl (6.28-1) ...
11:01:37 #8 75.73 Setting up libhtml-form-perl (6.07-1) ...
11:01:37 #8 75.75 Setting up python3-pkg-resources (52.0.0-4) ...
11:01:37 #8 75.98 Setting up libiterator-perl (0.03+ds1-1.1) ...
11:01:37 #8 75.99 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
11:01:37 #8 76.01 Setting up libjson-xs-perl (4.030-1+b1) ...
11:01:37 #8 76.02 Setting up libhttp-negotiate-perl (6.01-1) ...
11:01:37 #8 76.04 Setting up libio-prompter-perl (0.004015-1) ...
11:01:37 #8 76.05 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
11:01:37 #8 76.06 Setting up libhttp-cookies-perl (6.10-1) ...
11:01:37 #8 76.08 Setting up python3-apt (2.2.1) ...
11:01:38 #8 76.30 Setting up po-debconf (1.0.21+nmu1) ...
11:01:38 #8 76.31 Setting up libhtml-tree-perl (5.07-2) ...
11:01:38 #8 76.33 Setting up libparams-classify-perl (0.015-1+b3) ...
11:01:38 #8 76.41 Setting up libpath-iterator-rule-perl (1.014-1) ...
11:01:38 #8 76.42 Setting up libhtml-format-perl (2.12-1.1) ...
11:01:38 #8 76.43 Setting up libxml-sax-perl (1.02+dfsg-1) ...
11:01:38 #8 76.49 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:01:38 #8 76.55 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:01:38 #8 76.69 
11:01:38 #8 76.69 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:01:38 #8 76.72 Setting up python3-chardet (4.0.0-1) ...
11:01:38 #8 77.03 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:01:38 #8 77.05 Setting up libmodule-runtime-perl (0.016-1) ...
11:01:38 #8 77.06 Setting up libmailtools-perl (2.21-1) ...
11:01:38 #8 77.08 Setting up python3-debian (0.1.39) ...
11:01:38 #8 77.26 Setting up python3-requests (2.25.1+dfsg-2) ...
11:01:39 #8 77.44 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
11:01:39 #8 77.49 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:01:39 #8 77.56 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:01:39 #8 77.63 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:01:39 #8 77.75 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:01:39 #8 77.78 Setting up dh-strip-nondeterminism (1.12.0-1) ...
11:01:39 #8 77.79 Setting up libconst-fast-perl (0.014-1.1) ...
11:01:39 #8 77.81 Setting up libhttp-daemon-perl (6.12-1) ...
11:01:39 #8 77.82 Setting up libdata-dpath-perl (0.58-1) ...
11:01:39 #8 77.84 Setting up libmodule-implementation-perl (0.09-1.1) ...
11:01:39 #8 77.85 Setting up libpackage-stash-perl (0.39-1) ...
11:01:39 #8 77.86 Setting up libimport-into-perl (1.002005-1) ...
11:01:39 #8 77.87 Setting up libmoo-perl (2.004004-1) ...
11:01:39 #8 77.89 Setting up liblist-someutils-perl (0.58-1) ...
11:01:39 #8 77.90 Setting up debhelper (13.3.4) ...
11:01:39 #8 77.91 Setting up libmime-tools-perl (5.509-1) ...
11:01:39 #8 77.93 Setting up dput (1.1.0) ...
11:01:39 #8 78.11 Setting up liblist-someutils-xs-perl (0.58-2+b1) ...
11:01:39 #8 78.12 Setting up equivs (2.3.1) ...
11:01:39 #8 78.13 Setting up libmoox-aliases-perl (0.001006-1.1) ...
11:01:39 #8 78.14 Setting up libparams-validate-perl:armhf (1.30-1+b1) ...
11:01:39 #8 78.15 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
11:01:39 #8 78.17 Setting up libnamespace-clean-perl (0.27-1) ...
11:01:39 #8 78.18 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
11:01:39 #8 78.20 Setting up libnamespace-autoclean-perl (0.29-1) ...
11:01:39 #8 78.21 Setting up libgitlab-api-v4-perl (0.26-1) ...
11:01:39 #8 78.22 Setting up libmoox-struct-perl (0.020-1) ...
11:01:39 #8 78.23 Setting up lintian (2.104.0) ...
11:01:39 #8 78.25 Setting up licensecheck (3.1.1-2) ...
11:01:39 #8 78.26 Setting up liblwp-protocol-https-perl (6.10-1) ...
11:01:39 #8 78.27 Setting up libwww-perl (6.52-1) ...
11:01:39 #8 78.28 Setting up devscripts (2.21.3+deb11u1) ...
11:01:40 #8 78.46 Setting up libxml-parser-perl:armhf (2.46-2) ...
11:01:40 #8 78.47 Setting up libxml-sax-expat-perl (0.51-1) ...
11:01:40 #8 78.52 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:01:40 #8 78.57 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:01:40 #8 78.69 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:01:40 #8 78.72 Setting up libsoap-lite-perl (1.27-1) ...
11:01:40 #8 78.73 Setting up libxmlrpc-lite-perl (0.717-4) ...
11:01:40 #8 78.75 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:01:40 #8 78.77 Processing triggers for ca-certificates (20210119) ...
11:01:40 #8 78.78 Updating certificates in /etc/ssl/certs...
11:01:40 #8 79.15 0 added, 0 removed; done.
11:01:40 #8 79.15 Running hooks in /etc/ca-certificates/update.d...
11:01:40 #8 79.15 done.
11:01:42 #8 DONE 80.7s
11:01:42 
11:01:42 #10 [stage-1 3/8] COPY common /root/build-deb/debian
11:01:42 #10 sha256:9836848a9cd13db80849dc7197b5b09216e14cfb30bc14fcd8dc18dfb2195350
11:01:42 #10 DONE 0.1s
11:01:42 
11:01:42 #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:01:42 #11 sha256:0888854c26496d800f4525d5164e28bc46ff17b3a5a86b90e7948a9766c48066
11:01:43 #11 0.756 Hit:1 http://deb.debian.org/debian bullseye InRelease
11:01:43 #11 0.756 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
11:01:43 #11 0.756 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
11:01:44 #11 1.076 Reading package lists...
11:01:44 #11 2.108 dpkg-buildpackage: info: source package docker-ce-build-deps
11:01:44 #11 2.108 dpkg-buildpackage: info: source version 1.0
11:01:44 #11 2.108 dpkg-buildpackage: info: source distribution unstable
11:01:44 #11 2.108 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
11:01:44 #11 2.141  dpkg-source --before-build .
11:01:44 #11 2.141 dpkg-buildpackage: info: host architecture armhf
11:01:44 #11 2.240  debian/rules clean
11:01:44 #11 2.241 dh clean
11:01:44 #11 2.323    dh_clean
11:01:44 #11 2.353  debian/rules binary
11:01:44 #11 2.354 dh binary
11:01:44 #11 2.422    dh_update_autotools_config
11:01:44 #11 2.448    dh_autoreconf
11:01:44 #11 2.491    create-stamp debian/debhelper-build-stamp
11:01:44 #11 2.491    dh_prep
11:01:44 #11 2.518    dh_install
11:01:44 #11 2.550    dh_installdocs
11:01:44 #11 2.587    dh_installchangelogs
11:01:45 #11 2.668    dh_perl
11:01:45 #11 2.702    dh_link
11:01:45 #11 2.739    dh_strip_nondeterminism
11:01:45 #11 2.798    dh_compress
11:01:45 #11 2.834    dh_fixperms
11:01:45 #11 2.872    dh_missing
11:01:45 #11 2.897    dh_installdeb
11:01:45 #11 2.930    dh_gencontrol
11:01:45 #11 3.050    dh_md5sums
11:01:45 #11 3.083    dh_builddeb
11:01:45 #11 3.108 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:01:45 #11 3.127  dpkg-genbuildinfo --build=binary
11:01:45 #11 3.273  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_armhf.changes
11:01:45 #11 3.351 dpkg-genchanges: info: binary-only upload (no source code included)
11:01:45 #11 3.355  dpkg-source --after-build .
11:01:45 #11 3.453 dpkg-buildpackage: info: binary-only upload (no source included)
11:01:45 #11 3.457 
11:01:45 #11 3.457 The package has been created.
11:01:45 #11 3.457 Attention, the package has been created in the current directory,
11:01:45 #11 3.457 not in ".." as indicated by the message above!
11:01:45 #11 3.479 Selecting previously unselected package docker-ce-build-deps.
11:01:45 #11 3.494 (Reading database ... 28394 files and directories currently installed.)
11:01:45 #11 3.495 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:01:45 #11 3.500 Unpacking docker-ce-build-deps (1.0) ...
11:01:46 #11 3.631 Reading package lists...
11:01:46 #11 4.396 Building dependency tree...
11:01:46 #11 4.549 Reading state information...
11:01:47 #11 4.570 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:01:47 #11 4.772 Starting 2 pkgProblemResolver with broken count: 0
11:01:47 #11 4.775 Done
11:01:47 #11 4.949  Done
11:01:47 #11 5.100 Starting pkgProblemResolver with broken count: 0
11:01:47 #11 5.139 Starting 2 pkgProblemResolver with broken count: 0
11:01:47 #11 5.142 Done
11:01:47 #11 5.431 The following additional packages will be installed:
11:01:47 #11 5.431   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
11:01:47 #11 5.431   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
11:01:47 #11 5.432   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
11:01:47 #11 5.432   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
11:01:47 #11 5.432   libsystemd-dev libudev-dev libuv1 pkg-config procps
11:01:47 #11 5.434 Suggested packages:
11:01:47 #11 5.434   cmake-doc ninja-build apparmor-easyprof seccomp
11:01:47 #11 5.434 Recommended packages:
11:01:47 #11 5.434   psmisc
11:01:48 #11 5.700 The following NEW packages will be installed:
11:01:48 #11 5.700   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
11:01:48 #11 5.700   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
11:01:48 #11 5.700   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
11:01:48 #11 5.701   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
11:01:48 #11 5.701   libsystemd-dev libudev-dev libuv1 pkg-config procps
11:01:48 #11 5.974 0 upgraded, 26 newly installed, 0 to remove and 0 not upgraded.
11:01:48 #11 5.974 1 not fully installed or removed.
11:01:48 #11 5.974 Need to get 9529 kB of archives.
11:01:48 #11 5.974 After this operation, 34.9 MB of additional disk space will be used.
11:01:48 #11 5.974 Get:1 http://deb.debian.org/debian bullseye/main armhf bash-completion all 1:2.11-2 [234 kB]
11:01:48 #11 5.980 Get:2 http://deb.debian.org/debian bullseye/main armhf cmake-data all 3.18.4-2+deb11u1 [1725 kB]
11:01:48 #11 5.989 Get:3 http://deb.debian.org/debian bullseye/main armhf libncurses6 armhf 6.2+20201114-2 [80.5 kB]
11:01:48 #11 5.993 Get:4 http://deb.debian.org/debian bullseye/main armhf libprocps8 armhf 2:3.3.17-5 [60.7 kB]
11:01:48 #11 5.995 Get:5 http://deb.debian.org/debian bullseye/main armhf procps armhf 2:3.3.17-5 [492 kB]
11:01:48 #11 5.999 Get:6 http://deb.debian.org/debian bullseye/main armhf libjsoncpp24 armhf 1.9.4-4 [68.5 kB]
11:01:48 #11 6.000 Get:7 http://deb.debian.org/debian bullseye/main armhf librhash0 armhf 1.4.1-2 [144 kB]
11:01:48 #11 6.004 Get:8 http://deb.debian.org/debian bullseye/main armhf libuv1 armhf 1.40.0-2 [120 kB]
11:01:48 #11 6.010 Get:9 http://deb.debian.org/debian bullseye/main armhf cmake armhf 3.18.4-2+deb11u1 [3534 kB]
11:01:48 #11 6.032 Get:10 http://deb.debian.org/debian bullseye/main armhf dh-apparmor all 2.13.6-10 [75.2 kB]
11:01:48 #11 6.033 Get:11 http://deb.debian.org/debian bullseye/main armhf libbtrfs0 armhf 5.10.1-2 [204 kB]
11:01:48 #11 6.035 Get:12 http://deb.debian.org/debian bullseye/main armhf libbtrfs-dev armhf 5.10.1-2 [264 kB]
11:01:48 #11 6.039 Get:13 http://deb.debian.org/debian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [92.1 kB]
11:01:48 #11 6.040 Get:14 http://deb.debian.org/debian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [135 kB]
11:01:48 #11 6.041 Get:15 http://deb.debian.org/debian bullseye/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1 [22.2 kB]
11:01:48 #11 6.042 Get:16 http://deb.debian.org/debian bullseye/main armhf libudev-dev armhf 247.3-7 [123 kB]
11:01:48 #11 6.043 Get:17 http://deb.debian.org/debian bullseye/main armhf libsepol1-dev armhf 3.1-1 [317 kB]
11:01:48 #11 6.045 Get:18 http://deb.debian.org/debian bullseye/main armhf libpcre2-16-0 armhf 10.36-2 [197 kB]
11:01:48 #11 6.047 Get:19 http://deb.debian.org/debian bullseye/main armhf libpcre2-32-0 armhf 10.36-2 [188 kB]
11:01:48 #11 6.051 Get:20 http://deb.debian.org/debian bullseye/main armhf libpcre2-posix2 armhf 10.36-2 [48.5 kB]
11:01:48 #11 6.054 Get:21 http://deb.debian.org/debian bullseye/main armhf libpcre2-dev armhf 10.36-2 [638 kB]
11:01:48 #11 6.058 Get:22 http://deb.debian.org/debian bullseye/main armhf libselinux1-dev armhf 3.1-3 [163 kB]
11:01:48 #11 6.060 Get:23 http://deb.debian.org/debian bullseye/main armhf libdevmapper-dev armhf 2:1.02.175-2.1 [52.0 kB]
11:01:48 #11 6.062 Get:24 http://deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+deb11u1 [87.0 kB]
11:01:48 #11 6.063 Get:25 http://deb.debian.org/debian bullseye/main armhf libsystemd-dev armhf 247.3-7 [401 kB]
11:01:48 #11 6.066 Get:26 http://deb.debian.org/debian bullseye/main armhf pkg-config armhf 0.29.2-1 [62.4 kB]
11:01:48 #11 6.230 debconf: delaying package configuration, since apt-utils is not installed
11:01:48 #11 6.274 Fetched 9529 kB in 0s (26.6 MB/s)
11:01:48 #11 6.309 Selecting previously unselected package bash-completion.
11:01:48 #11 6.310 (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 ... 28398 files and directories currently installed.)
11:01:48 #11 6.332 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
11:01:49 #11 6.830 Unpacking bash-completion (1:2.11-2) ...
11:01:49 #11 6.968 Selecting previously unselected package cmake-data.
11:01:49 #11 6.972 Preparing to unpack .../01-cmake-data_3.18.4-2+deb11u1_all.deb ...
11:01:49 #11 6.977 Unpacking cmake-data (3.18.4-2+deb11u1) ...
11:01:49 #11 7.413 Selecting previously unselected package libncurses6:armhf.
11:01:49 #11 7.417 Preparing to unpack .../02-libncurses6_6.2+20201114-2_armhf.deb ...
11:01:49 #11 7.425 Unpacking libncurses6:armhf (6.2+20201114-2) ...
11:01:49 #11 7.468 Selecting previously unselected package libprocps8:armhf.
11:01:49 #11 7.471 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_armhf.deb ...
11:01:49 #11 7.474 Unpacking libprocps8:armhf (2:3.3.17-5) ...
11:01:49 #11 7.515 Selecting previously unselected package procps.
11:01:49 #11 7.516 Preparing to unpack .../04-procps_2%3a3.3.17-5_armhf.deb ...
11:01:49 #11 7.523 Unpacking procps (2:3.3.17-5) ...
11:01:49 #11 7.636 Selecting previously unselected package libjsoncpp24:armhf.
11:01:50 #11 7.639 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_armhf.deb ...
11:01:50 #11 7.647 Unpacking libjsoncpp24:armhf (1.9.4-4) ...
11:01:50 #11 7.688 Selecting previously unselected package librhash0:armhf.
11:01:50 #11 7.689 Preparing to unpack .../06-librhash0_1.4.1-2_armhf.deb ...
11:01:50 #11 7.694 Unpacking librhash0:armhf (1.4.1-2) ...
11:01:50 #11 7.743 Selecting previously unselected package libuv1:armhf.
11:01:50 #11 7.745 Preparing to unpack .../07-libuv1_1.40.0-2_armhf.deb ...
11:01:50 #11 7.749 Unpacking libuv1:armhf (1.40.0-2) ...
11:01:50 #11 7.792 Selecting previously unselected package cmake.
11:01:50 #11 7.792 Preparing to unpack .../08-cmake_3.18.4-2+deb11u1_armhf.deb ...
11:01:50 #11 7.797 Unpacking cmake (3.18.4-2+deb11u1) ...
11:01:50 #11 8.227 Selecting previously unselected package dh-apparmor.
11:01:50 #11 8.229 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
11:01:50 #11 8.237 Unpacking dh-apparmor (2.13.6-10) ...
11:01:50 #11 8.281 Selecting previously unselected package libbtrfs0:armhf.
11:01:50 #11 8.281 Preparing to unpack .../10-libbtrfs0_5.10.1-2_armhf.deb ...
11:01:50 #11 8.286 Unpacking libbtrfs0:armhf (5.10.1-2) ...
11:01:50 #11 8.341 Selecting previously unselected package libbtrfs-dev:armhf.
11:01:50 #11 8.341 Preparing to unpack .../11-libbtrfs-dev_5.10.1-2_armhf.deb ...
11:01:50 #11 8.345 Unpacking libbtrfs-dev:armhf (5.10.1-2) ...
11:01:50 #11 8.419 Selecting previously unselected package dmsetup.
11:01:50 #11 8.419 Preparing to unpack .../12-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
11:01:50 #11 8.424 Unpacking dmsetup (2:1.02.175-2.1) ...
11:01:50 #11 8.477 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:01:50 #11 8.477 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
11:01:50 #11 8.481 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
11:01:50 #11 8.544 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
11:01:50 #11 8.544 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.175-2.1_armhf.deb ...
11:01:50 #11 8.551 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
11:01:50 #11 8.598 Selecting previously unselected package libudev-dev:armhf.
11:01:50 #11 8.598 Preparing to unpack .../15-libudev-dev_247.3-7_armhf.deb ...
11:01:50 #11 8.602 Unpacking libudev-dev:armhf (247.3-7) ...
11:01:50 #11 8.655 Selecting previously unselected package libsepol1-dev:armhf.
11:01:50 #11 8.657 Preparing to unpack .../16-libsepol1-dev_3.1-1_armhf.deb ...
11:01:50 #11 8.667 Unpacking libsepol1-dev:armhf (3.1-1) ...
11:01:50 #11 8.740 Selecting previously unselected package libpcre2-16-0:armhf.
11:01:51 #11 8.743 Preparing to unpack .../17-libpcre2-16-0_10.36-2_armhf.deb ...
11:01:51 #11 8.753 Unpacking libpcre2-16-0:armhf (10.36-2) ...
11:01:51 #11 8.804 Selecting previously unselected package libpcre2-32-0:armhf.
11:01:51 #11 8.807 Preparing to unpack .../18-libpcre2-32-0_10.36-2_armhf.deb ...
11:01:51 #11 8.811 Unpacking libpcre2-32-0:armhf (10.36-2) ...
11:01:51 #11 8.873 Selecting previously unselected package libpcre2-posix2:armhf.
11:01:51 #11 8.873 Preparing to unpack .../19-libpcre2-posix2_10.36-2_armhf.deb ...
11:01:51 #11 8.879 Unpacking libpcre2-posix2:armhf (10.36-2) ...
11:01:51 #11 8.919 Selecting previously unselected package libpcre2-dev:armhf.
11:01:51 #11 8.919 Preparing to unpack .../20-libpcre2-dev_10.36-2_armhf.deb ...
11:01:51 #11 8.922 Unpacking libpcre2-dev:armhf (10.36-2) ...
11:01:51 #11 9.032 Selecting previously unselected package libselinux1-dev:armhf.
11:01:51 #11 9.035 Preparing to unpack .../21-libselinux1-dev_3.1-3_armhf.deb ...
11:01:51 #11 9.039 Unpacking libselinux1-dev:armhf (3.1-3) ...
11:01:51 #11 9.105 Selecting previously unselected package libdevmapper-dev:armhf.
11:01:51 #11 9.108 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.175-2.1_armhf.deb ...
11:01:51 #11 9.114 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1) ...
11:01:51 #11 9.155 Selecting previously unselected package libseccomp-dev:armhf.
11:01:51 #11 9.158 Preparing to unpack .../23-libseccomp-dev_2.5.1-1+deb11u1_armhf.deb ...
11:01:51 #11 9.163 Unpacking libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
11:01:51 #11 9.211 Selecting previously unselected package libsystemd-dev:armhf.
11:01:51 #11 9.213 Preparing to unpack .../24-libsystemd-dev_247.3-7_armhf.deb ...
11:01:51 #11 9.220 Unpacking libsystemd-dev:armhf (247.3-7) ...
11:01:51 #11 9.342 Selecting previously unselected package pkg-config.
11:01:51 #11 9.345 Preparing to unpack .../25-pkg-config_0.29.2-1_armhf.deb ...
11:01:51 #11 9.350 Unpacking pkg-config (0.29.2-1) ...
11:01:51 #11 9.409 Setting up libseccomp-dev:armhf (2.5.1-1+deb11u1) ...
11:01:51 #11 9.425 Setting up libsepol1-dev:armhf (3.1-1) ...
11:01:51 #11 9.438 Setting up libpcre2-16-0:armhf (10.36-2) ...
11:01:51 #11 9.456 Setting up libbtrfs0:armhf (5.10.1-2) ...
11:01:51 #11 9.482 Setting up libpcre2-32-0:armhf (10.36-2) ...
11:01:51 #11 9.503 Setting up libuv1:armhf (1.40.0-2) ...
11:01:51 #11 9.516 Setting up bash-completion (1:2.11-2) ...
11:01:52 #11 10.01 Setting up libncurses6:armhf (6.2+20201114-2) ...
11:01:52 #11 10.02 Setting up pkg-config (0.29.2-1) ...
11:01:52 #11 10.08 Setting up libudev-dev:armhf (247.3-7) ...
11:01:52 #11 10.09 Setting up libpcre2-posix2:armhf (10.36-2) ...
11:01:52 #11 10.10 Setting up libjsoncpp24:armhf (1.9.4-4) ...
11:01:52 #11 10.13 Setting up libbtrfs-dev:armhf (5.10.1-2) ...
11:01:52 #11 10.14 Setting up librhash0:armhf (1.4.1-2) ...
11:01:52 #11 10.16 Setting up cmake-data (3.18.4-2+deb11u1) ...
11:01:52 #11 10.18 Setting up dh-apparmor (2.13.6-10) ...
11:01:52 #11 10.20 Setting up libsystemd-dev:armhf (247.3-7) ...
11:01:52 #11 10.22 Setting up libprocps8:armhf (2:3.3.17-5) ...
11:01:52 #11 10.23 Setting up libpcre2-dev:armhf (10.36-2) ...
11:01:52 #11 10.24 Setting up libselinux1-dev:armhf (3.1-3) ...
11:01:52 #11 10.25 Setting up procps (2:3.3.17-5) ...
11:01:52 #11 10.29 Setting up cmake (3.18.4-2+deb11u1) ...
11:01:52 #11 10.30 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
11:01:52 #11 10.31 Setting up dmsetup (2:1.02.175-2.1) ...
11:01:52 #11 10.32 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
11:01:52 #11 10.33 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1) ...
11:01:52 #11 10.35 Setting up docker-ce-build-deps (1.0) ...
11:01:52 #11 10.36 Processing triggers for libc-bin (2.31-13+deb11u3) ...
11:01:52 #11 10.38 Processing triggers for man-db (2.9.4-2) ...
11:01:54 #11 DONE 12.0s
11:01:54 
11:01:54 #12 [stage-1 5/8] COPY sources/ /sources
11:01:54 #12 sha256:e7a351451788cdc2ede46e0a173f726abf3d6eaa7d419dc0664a8821c75a3257
11:01:54 #12 DONE 0.1s
11:01:54 
11:01:54 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
11:01:54 #14 sha256:7cc1be63392d6a34dac72bf779342bcb981f07c63a0409aa6cb77d2cea2f525f
11:01:56 #14 DONE 1.9s
11:01:56 
11:01:56 #15 [stage-1 7/8] WORKDIR /root/build-deb
11:01:56 #15 sha256:2b122bff1247408f9f15c019366b9b5a0148cd373c074bc299455244c5b97244
11:01:56 #15 DONE 0.0s
11:01:56 
11:01:56 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
11:01:56 #16 sha256:8c9f0b46e3c675b571a39fc04c69b75a257e69fddfb1347c563a297594217859
11:01:56 #16 DONE 0.1s
11:01:56 
11:01:56 #17 exporting to image
11:01:56 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
11:01:56 #17 exporting layers
11:02:11 #17 exporting layers 15.0s done
11:02:11 #17 writing image sha256:a44866a09be469dab3db2c91dea52e5975b39fe36e041b5a0000108c52255a93 done
11:02:11 #17 naming to docker.io/debbuild-debian-bullseye/aarch64 done
11:02:11 #17 DONE 15.0s
11:02:11 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-bullseye:/build  debbuild-debian-bullseye/aarch64
11:02:12 + set -e
11:02:12 + mkdir -p /root/build-deb/engine
11:02:12 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:02:13 + mkdir -p /root/build-deb/cli
11:02:13 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:02:13 + mkdir -p /root/build-deb/compose
11:02:13 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:02:13 + mkdir -p /root/build-deb/scan-cli-plugin
11:02:13 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:02:13 + mkdir -p /go/src/github.com/docker
11:02:13 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:02:13 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:02:13 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:02:13 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:02:13 + EPOCH=5
11:02:13 + EPOCH_SEP=
11:02:13 + [[ ! -z 5 ]]
11:02:13 + EPOCH_SEP=:
11:02:13 + [[ -z 0.0.0-20220804091928-715cfc4 ]]
11:02:13 + echo VERSION AAA 0.0.0-20220804091928-715cfc4
11:02:13 VERSION AAA 0.0.0-20220804091928-715cfc4
11:02:13 + VERSION=0.0.0-20220804091928-715cfc4
11:02:13 + echo VERSION bbb 0.0.0-20220804091928-715cfc4
11:02:13 VERSION bbb 0.0.0-20220804091928-715cfc4
11:02:13 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:02:13 + debSource=docker-ce
11:02:13 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:02:13 + debMaintainer='Docker <support@docker.com>'
11:02:13 ++ date --rfc-2822
11:02:13 + debDate='Thu, 04 Aug 2022 11:02:13 +0000'
11:02:13 + cat
11:02:13 + export CLI_GITCOMMIT=715cfc4
11:02:13 + CLI_GITCOMMIT=715cfc4
11:02:13 + export ENGINE_GITCOMMIT=a70ae13
11:02:13 + ENGINE_GITCOMMIT=a70ae13
11:02:13 + export SCAN_GITCOMMIT=061fe0a
11:02:13 + SCAN_GITCOMMIT=061fe0a
11:02:13 + echo VERSION BBB 0.0.0-20220804091928-715cfc4
11:02:13 VERSION BBB 0.0.0-20220804091928-715cfc4
11:02:13 + dpkg-buildpackage -uc -us -I.git
11:02:13 dpkg-buildpackage: info: source package docker-ce
11:02:13 dpkg-buildpackage: info: source version 5:0.0.0-20220804091928-715cfc4-0~debian-bullseye
11:02:13 dpkg-buildpackage: info: source distribution bullseye
11:02:13 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:02:13  dpkg-source -I.git --before-build .
11:02:13 dpkg-buildpackage: info: host architecture armhf
11:02:13  debian/rules clean
11:02:13 dh clean --with=bash-completion --with=systemd
11:02:13    dh_clean
11:02:14  dpkg-source -I.git -b .
11:02:14 dpkg-source: warning: native package version may not have a revision
11:02:14 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220804091928-715cfc4-0~debian'
11:02:14 dpkg-source: info: using source format '1.0'
11:02:14 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye.tar.gz
11:02:26 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye.dsc
11:02:26  debian/rules build
11:02:26 dh build --with=bash-completion --with=systemd
11:02:26    dh_update_autotools_config
11:02:26    dh_autoreconf
11:02:26    debian/rules override_dh_auto_build
11:02:26 make[1]: Entering directory '/root/build-deb'
11:02:26 # Build the daemon and dependencies
11:02:26 cd engine && DOCKER_GITCOMMIT=a70ae13 PRODUCT=docker ./hack/make.sh dynbinary
11:02:26 
11:02:26 Removing bundles/
11:02:26 
11:02:26 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:02:26 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:02:26 GOOS="" GOARCH="" GOARM=""
11:05:02 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:05:02 
11:05:02 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:05:02 + RM_GOPATH=0
11:05:02 + TMP_GOPATH=/go
11:05:02 + : /usr/local/bin
11:05:02 + '[' -z /go ']'
11:05:02 + export GOPATH=/go
11:05:02 + GOPATH=/go
11:05:02 + case "$(go env GOARCH)" in
11:05:02 ++ go env GOARCH
11:05:02 + export GO_BUILDMODE=-buildmode=pie
11:05:02 + GO_BUILDMODE=-buildmode=pie
11:05:02 ++ dirname hack/dockerfile/install/install.sh
11:05:02 + dir=hack/dockerfile/install
11:05:02 + bin=tini
11:05:02 + shift
11:05:02 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:05:02 + . hack/dockerfile/install/tini.installer
11:05:02 ++ : v0.19.0
11:05:02 + install_tini
11:05:02 + echo 'Install tini version v0.19.0'
11:05:02 + git clone https://github.com/krallin/tini.git /go/tini
11:05:02 Install tini version v0.19.0
11:05:02 Cloning into '/go/tini'...
11:05:02 + cd /go/tini
11:05:02 + git checkout -q v0.19.0
11:05:02 + cmake .
11:05:02 -- The C compiler identification is GNU 10.2.1
11:05:02 -- Detecting C compiler ABI info
11:05:02 -- Detecting C compiler ABI info - done
11:05:02 -- Check for working C compiler: /usr/bin/cc - skipped
11:05:02 -- Detecting C compile features
11:05:02 -- Detecting C compile features - done
11:05:02 -- Performing Test HAS_BUILTIN_FORTIFY
11:05:02 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
11:05:02 -- Configuring done
11:05:02 -- Generating done
11:05:02 -- Build files have been written to: /go/tini
11:05:02 + make tini-static
11:05:02 make[2]: Entering directory '/go/tini'
11:05:02 make[3]: Entering directory '/go/tini'
11:05:02 make[4]: Entering directory '/go/tini'
11:05:02 make[5]: Entering directory '/go/tini'
11:05:02 Scanning dependencies of target tini-static
11:05:02 make[5]: Leaving directory '/go/tini'
11:05:02 make[5]: Entering directory '/go/tini'
11:05:02 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:05:02 [100%] Linking C executable tini-static
11:05:02 make[5]: Leaving directory '/go/tini'
11:05:02 [100%] Built target tini-static
11:05:02 make[4]: Leaving directory '/go/tini'
11:05:02 make[3]: Leaving directory '/go/tini'
11:05:02 make[2]: Leaving directory '/go/tini'
11:05:02 + mkdir -p /usr/local/bin
11:05:02 + cp tini-static /usr/local/bin/docker-init
11:05:02 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
11:05:02 + RM_GOPATH=0
11:05:02 + TMP_GOPATH=/go
11:05:02 + : /usr/local/bin
11:05:02 + '[' -z /go ']'
11:05:02 + export GOPATH=/go
11:05:02 + GOPATH=/go
11:05:02 + case "$(go env GOARCH)" in
11:05:02 ++ go env GOARCH
11:05:02 + export GO_BUILDMODE=-buildmode=pie
11:05:02 + GO_BUILDMODE=-buildmode=pie
11:05:02 ++ dirname hack/dockerfile/install/install.sh
11:05:02 + dir=hack/dockerfile/install
11:05:02 + bin=proxy
11:05:02 + shift
11:05:02 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
11:05:02 + . hack/dockerfile/install/proxy.installer
11:05:02 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
11:05:02 + install_proxy dynamic
11:05:02 + case "$1" in
11:05:02 + install_proxy_dynamic
11:05:02 + export PROXY_LDFLAGS=-linkmode=external install_proxy
11:05:02 + PROXY_LDFLAGS=-linkmode=external
11:05:02 + export BUILD_MODE=-buildmode=pie
11:05:02 + BUILD_MODE=-buildmode=pie
11:05:02 + _install_proxy
11:05:02 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
11:05:02 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
11:05:02 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
11:05:02 Cloning into '/go/src/github.com/docker/libnetwork'...
11:05:02 + cd /go/src/github.com/docker/libnetwork
11:05:02 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
11:05:02 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
11:05:02 + return
11:05:02 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:05:02 + RM_GOPATH=0
11:05:02 + TMP_GOPATH=/go
11:05:02 + : /usr/local/bin
11:05:02 + '[' -z /go ']'
11:05:02 + export GOPATH=/go
11:05:02 + GOPATH=/go
11:05:02 + case "$(go env GOARCH)" in
11:05:02 ++ go env GOARCH
11:05:02 + export GO_BUILDMODE=-buildmode=pie
11:05:02 + GO_BUILDMODE=-buildmode=pie
11:05:02 ++ dirname hack/dockerfile/install/install.sh
11:05:02 + dir=hack/dockerfile/install
11:05:02 + bin=rootlesskit
11:05:02 + shift
11:05:02 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:05:02 + . hack/dockerfile/install/rootlesskit.installer
11:05:02 ++ : v0.14.4
11:05:02 + install_rootlesskit dynamic
11:05:02 + case "$1" in
11:05:02 + install_rootlesskit_dynamic
11:05:02 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:05:02 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:05:02 + export BUILD_MODE=-buildmode=pie
11:05:02 + BUILD_MODE=-buildmode=pie
11:05:02 + _install_rootlesskit
11:05:02 + echo 'Install rootlesskit version v0.14.4'
11:05:02 Install rootlesskit version v0.14.4
11:05:02 + for f in rootlesskit rootlesskit-docker-proxy
11:05:02 + GOBIN=/usr/local/bin
11:05:02 + GO111MODULE=on
11:05:02 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:05:02 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:05:02 go: downloading github.com/pkg/errors v0.9.1
11:05:02 go: downloading github.com/sirupsen/logrus v1.8.1
11:05:02 go: downloading github.com/urfave/cli/v2 v2.3.0
11:05:02 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:05:02 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:05:02 go: downloading github.com/google/uuid v1.3.0
11:05:02 go: downloading github.com/moby/vpnkit v0.5.0
11:05:02 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:05:02 go: downloading github.com/gofrs/flock v0.8.1
11:05:02 go: downloading github.com/gorilla/mux v1.8.0
11:05:02 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:05:02 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:05:02 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:05:02 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:05:02 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:05:06 + for f in rootlesskit rootlesskit-docker-proxy
11:05:06 + GOBIN=/usr/local/bin
11:05:06 + GO111MODULE=on
11:05:06 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
11:05:08 + return
11:05:08 # Build the CLI
11:05:08 cd /go/src/github.com/docker/cli && \
11:05:08 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220804091928-715cfc4 GITCOMMIT=715cfc4 dynbinary manpages
11:05:08 make[2]: Entering directory '/root/build-deb/cli'
11:05:08 GO_LINKMODE=dynamic ./scripts/build/binary
11:05:08 Building dynamic docker-linux-arm-v6
11:06:29 scripts/docs/generate-man.sh
11:07:50 Project root: /go/src/github.com/docker/cli
11:07:50 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
11:07:50 2022/08/04 11:07:48 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
11:07:50 make[2]: Leaving directory '/root/build-deb/cli'
11:07:50 # Build the compose plugin
11:07:50 # FIXME: using GOPROXY, to work around:
11:07:50 # 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:07:50 cd /go/src/github.com/docker/compose \
11:07:50 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
11:07:50 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:07:50 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.7.0 \
11:07:50 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
11:08:37 make[2]: Entering directory '/root/build-deb/compose'
11:08:37 GOOS=linux GOARCH=arm 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:09:59 make[2]: Leaving directory '/root/build-deb/compose'
11:09:59 # Build the scan-plugin
11:09:59 # TODO change once we support scan-plugin on other architectures
11:09:59 if [ "armhf" = "amd64" ]; then \
11:09:59 	cd /go/src/github.com/docker/scan-cli-plugin \
11:09:59 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
11:09:59 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:09:59 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:09:59 fi
11:09:59 # Build the CLI plugins
11:09:59 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
11:09:59 set -e;cd /sources && \
11:09:59 	tar xzf plugin-installers.tgz; \
11:09:59 	for installer in plugins/*.installer; do \
11:09:59 		LDFLAGS='' bash ${installer} build; \
11:09:59 	done
11:09:59 Cloning into '/go/src/github.com/docker/app'...
11:09:59 Fetching origin
11:09:59 make[2]: Entering directory '/go/src/github.com/docker/app'
11:09:59 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:10:55 make[2]: Leaving directory '/go/src/github.com/docker/app'
11:10:55 Cloning into '/go/src/github.com/docker/buildx'...
11:10:55 Fetching origin
11:10:55 + GO111MODULE=on
11:10:55 + 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:12:31 make[1]: Leaving directory '/root/build-deb'
11:12:31    debian/rules override_dh_auto_test
11:12:31 make[1]: Entering directory '/root/build-deb'
11:12:31 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:12:31 	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:12:31 PASS: daemon version OK
11:12:31 ver="$(cli/build/docker --version)"; \
11:12:31 	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:12:31 PASS: cli version OK
11:12:31 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:12:31 	test "$ver" = "v2.7.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:12:31 PASS: docker-compose version OK
11:12:31 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:12:31 # TODO change once we support scan-plugin on other architectures
11:12:31 if [ "armhf" = "amd64" ]; then \
11:12:31 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:12:31 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:12:31 fi
11:12:31 make[1]: Leaving directory '/root/build-deb'
11:12:31    create-stamp debian/debhelper-build-stamp
11:12:31  debian/rules binary
11:12:31 dh binary --with=bash-completion --with=systemd
11:12:31    dh_testroot
11:12:31    dh_prep
11:12:31    debian/rules override_dh_auto_install
11:12:31 make[1]: Entering directory '/root/build-deb'
11:12:31 # docker-ce-cli install
11:12:31 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:12:31 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:12:31 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:12:31 set -e;cd /sources && \
11:12:31 	tar xzf plugin-installers.tgz; \
11:12:31 	for installer in plugins/*.installer; do \
11:12:31 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
11:12:31 		PREFIX=/usr/libexec/docker/cli-plugins \
11:12:31 			bash ${installer} install_plugin; \
11:12:31 	done
11:12:31 # docker-ce install
11:12:31 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:12:31 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:12:31 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4 debian/docker-ce/usr/bin/dockerd
11:12:31 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:12:31 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:12:31 # docker-compose-plugin install
11:12:31 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:12:31 # docker-scan-plugin install
11:12:31 # TODO change once we support scan-plugin on other architectures
11:12:31 if [ "armhf" = "amd64" ]; then \
11:12:31 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:12:31 fi
11:12:31 # docker-ce-rootless-extras install
11:12:31 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:12:31 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:12:31 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:12:31 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:12:31 # TODO: how can we install vpnkit?
11:12:31 make[1]: Leaving directory '/root/build-deb'
11:12:31    debian/rules override_dh_install
11:12:31 make[1]: Entering directory '/root/build-deb'
11:12:31 dh_install
11:12:31 # TODO Can we do this from within our container?
11:12:31 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:12:31 make[1]: Leaving directory '/root/build-deb'
11:12:31    dh_installdocs
11:12:31    dh_installchangelogs
11:12:31    dh_installman
11:12:31    dh_bash-completion
11:12:31    dh_systemd_enable
11:12:31    debian/rules override_dh_installinit
11:12:31 make[1]: Entering directory '/root/build-deb'
11:12:31 # use "docker" as our service name, not "docker-ce"
11:12:31 dh_installinit --name=docker
11:12:31 make[1]: Leaving directory '/root/build-deb'
11:12:31    dh_systemd_start
11:12:31    dh_perl
11:12:31    dh_link
11:12:31    dh_strip_nondeterminism
11:12:31    dh_compress
11:12:31    dh_fixperms
11:12:31    dh_missing
11:12:31    debian/rules override_dh_strip
11:12:31 make[1]: Entering directory '/root/build-deb'
11:12:31 # Go has lots of problems with stripping, so just don't
11:12:31 make[1]: Leaving directory '/root/build-deb'
11:12:31    dh_makeshlibs
11:12:31    debian/rules override_dh_shlibdeps
11:12:31 make[1]: Entering directory '/root/build-deb'
11:12:31 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:12:35 make[1]: Leaving directory '/root/build-deb'
11:12:35    dh_installdeb
11:12:35    debian/rules override_dh_gencontrol
11:12:35 make[1]: Entering directory '/root/build-deb'
11:12:35 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:12:35 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:12:35 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
11:12:35 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:12:35 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:12:35 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:12:35 if [ "armhf" = "amd64" ]; then \
11:12:35 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
11:12:35 fi
11:12:35 dh_gencontrol --remaining-packages
11:12:35 make[1]: Leaving directory '/root/build-deb'
11:12:35    dh_md5sums
11:12:36    debian/rules override_dh_builddeb
11:12:36 make[1]: Entering directory '/root/build-deb'
11:12:36 dh_builddeb -- -Zxz
11:12:36 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.deb'.
11:12:36 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.deb'.
11:12:50 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.7.0~debian-bullseye_armhf.deb'.
11:13:03 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.deb'.
11:13:49 make[1]: Leaving directory '/root/build-deb'
11:13:49  dpkg-genbuildinfo
11:13:49  dpkg-genchanges  >../docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.changes
11:13:49 dpkg-genchanges: info: including full source code in upload
11:13:49  dpkg-source -I.git --after-build .
11:13:49 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:13:49 + destination=/build
11:13:49 + mkdir -p /build
11:13:49 + mv -v /root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.deb /root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye.dsc /root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye.tar.gz /root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.buildinfo /root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.changes /root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.deb /root/docker-compose-plugin_2.7.0~debian-bullseye_armhf.deb /build
11:13:49 copied '/root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.deb'
11:13:49 removed '/root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.deb'
11:13:49 copied '/root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.deb'
11:13:49 removed '/root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.deb'
11:13:49 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye.dsc' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye.dsc'
11:13:49 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye.dsc'
11:13:49 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye.tar.gz'
11:13:49 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye.tar.gz'
11:13:49 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.buildinfo'
11:13:49 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.buildinfo'
11:13:49 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.changes' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.changes'
11:13:49 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.changes'
11:13:49 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.deb' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.deb'
11:13:49 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~debian-bullseye_armhf.deb'
11:13:49 copied '/root/docker-compose-plugin_2.7.0~debian-bullseye_armhf.deb' -> '/build/docker-compose-plugin_2.7.0~debian-bullseye_armhf.deb'
11:13:49 removed '/root/docker-compose-plugin_2.7.0~debian-bullseye_armhf.deb'
11:13:50 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
11:13:51 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'