Skip to content

Console Output

10:59:43 + make REF=20.10 ubuntu-jammy
10:59:43 git init src/github.com/docker/cli
10:59:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
10:59:43 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
10:59:43 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
10:59:43 + SRC=src/github.com/docker/cli
10:59:43 + REF=20.10
10:59:43 + REF_FETCH=20.10
10:59:43 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
10:59:43 + awk {print $2}
10:59:43 + REF=refs/heads/20.10
10:59:43 + [ -n refs/heads/20.10 ]
10:59:43 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:43 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:44 From https://github.com/docker/cli
10:59:44  * [new branch]      20.10      -> 20.10
10:59:44  * [new branch]      20.10      -> origin/20.10
10:59:44 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
10:59:45 git init src/github.com/docker/docker
10:59:45 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
10:59:45 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
10:59:45 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
10:59:45 + SRC=src/github.com/docker/docker
10:59:45 + REF=20.10
10:59:45 + REF_FETCH=20.10
10:59:45 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
10:59:45 + awk {print $2}
10:59:45 + REF=refs/heads/20.10
10:59:45 + [ -n refs/heads/20.10 ]
10:59:45 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:45 + 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:47 git init src/github.com/docker/compose
10:59:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
10:59:47 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
10:59:47 ./scripts/checkout.sh src/github.com/docker/compose "v2.7.0"
10:59:47 + SRC=src/github.com/docker/compose
10:59:47 + REF=v2.7.0
10:59:47 + REF_FETCH=v2.7.0
10:59:47 + awk {print $2}
10:59:47 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.7.0
10:59:47 + REF=refs/tags/v2.7.0
10:59:47 + [ -n refs/tags/v2.7.0 ]
10:59:47 + REF_FETCH=refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:47 + 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 + awk {print $2}
10:59:47 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
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:48 From https://github.com/docker/scan-cli-plugin
10:59:48  * [new tag]         v0.17.0    -> v0.17.0
10:59:48 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
10:59:48 make -C deb VERSION=0.0.1-dev GO_VERSION=1.17.13 ubuntu-jammy
10:59:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
10:59:48 mkdir -p sources
10:59:48 docker run --rm -w /v \
10:59:48 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
10:59:48 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:48 	alpine \
10:59:48 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
10:59:48 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:49 a6b45ace95f4: Pull complete
10:59:49 Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872
10:59:49 Status: Downloaded newer image for alpine:latest
10:59:52 mkdir -p sources
10:59:52 docker run --rm -w /v \
10:59:52 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
10:59:52 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:52 	alpine \
10:59:52 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
10:59:55 mkdir -p sources
10:59:55 docker run --rm -w /v \
10:59:55 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
10:59:55 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:55 	alpine \
10:59:55 	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 ubuntu-jammy ==
10:59:58 mkdir -p "debbuild/ubuntu-jammy"
10:59:58 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.13-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/aarch64 -f ubuntu-jammy/Dockerfile .
10:59:58 #1 [internal] load build definition from Dockerfile
10:59:58 #1 sha256:a403470c45c41d88c1d65b2f731348385936f88840ef0b7a00d23f1427b44709
10:59:58 #1 transferring dockerfile: 1.22kB 0.0s done
10:59:58 #1 DONE 0.1s
10:59:58 
10:59:58 #2 [internal] load .dockerignore
10:59:58 #2 sha256:c26b25ff00999da33c5ef22342edebeb33bcc2f47f999156e7f4aafb7199b01e
10:59:58 #2 transferring context: 2B done
10:59:58 #2 DONE 0.0s
10:59:58 
10:59:58 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
10:59:58 #5 sha256:0edd86dc43e8aca81bdf154b637b39d093d655f614d2af422754b7e42e6b7438
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:9a39111326323660bb6df59d7c28b2ecac2bf0815b69f03b41080058fe83083f
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/ubuntu:jammy
10:59:59 #3 sha256:b8ce80cc34dc11bf68543cc943665e74758259e8f14555015cec4d6bcbe11ce4
10:59:59 #3 DONE 0.5s
10:59:59 
10:59:59 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:34fea4f31bf187bc915536831fd0afc9d214755bf700b5cdb1336c82516d154e
10:59:59 #7 sha256:d8462c4911058de35ec42a5049f2a47315e5c213b83e275a901e1067280ba068
10:59:59 #7 resolve docker.io/library/ubuntu:jammy@sha256:34fea4f31bf187bc915536831fd0afc9d214755bf700b5cdb1336c82516d154e 0.0s done
10:59:59 #7 DONE 0.0s
10:59:59 
10:59:59 #14 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
10:59:59 #14 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
10:59:59 #14 resolve docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 0.0s done
10:59:59 #14 DONE 0.0s
10:59:59 
10:59:59 #10 [internal] load build context
10:59:59 #10 sha256:53a843b1bbc66274aeb22f31bec1f077b095f79a7792cfdf0823743f1946c7d3
11:00:03 #10 transferring context: 19.84MB 3.8s done
11:00:03 #10 DONE 3.9s
11:00:03 
11:00:03 #14 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:03 #14 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:03 #14 sha256:46607184a29c7a03f193a2128e8f140390678226269c75af6a5bd1fe9e796ec2 1.79kB / 1.79kB done
11:00:03 #14 sha256:f9f278db98ac312e311d92fbf4a9ceb513a2ba58e3034a1c78d25aadf09a1447 7.13kB / 7.13kB done
11:00:03 #14 sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 1.86kB / 1.86kB done
11:00:03 #14 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 7.15MB / 7.15MB 1.1s done
11:00:03 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 37.75MB / 45.92MB 3.9s
11:00:03 #14 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 9.34MB / 9.34MB 2.5s done
11:00:03 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 14.68MB / 47.36MB 3.9s
11:00:03 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 0B / 53.29MB 4.1s
11:00:03 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 40.89MB / 45.92MB 4.3s
11:00:03 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 19.92MB / 47.36MB 4.5s
11:00:03 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 45.09MB / 45.92MB 4.6s
11:00:04 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 3.15MB / 53.29MB 4.7s
11:00:04 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 24.12MB / 47.36MB 5.0s
11:00:04 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 7.34MB / 53.29MB 5.0s
11:00:04 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 27.26MB / 47.36MB 5.3s
11:00:04 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 10.49MB / 53.29MB 5.3s
11:00:04 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 45.92MB / 45.92MB 5.3s done
11:00:04 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 0B / 103.22MB 5.5s
11:00:04 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 30.41MB / 47.36MB 5.6s
11:00:04 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 13.63MB / 53.29MB 5.6s
11:00:04 #14 extracting sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e
11:00:05 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 33.55MB / 47.36MB 6.1s
11:00:05 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 17.83MB / 53.29MB 6.3s
11:00:05 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 5.24MB / 103.22MB 6.3s
11:00:05 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 36.70MB / 47.36MB 6.5s
11:00:05 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 20.97MB / 53.29MB 6.8s
11:00:06 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 39.85MB / 47.36MB 7.0s
11:00:06 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 10.49MB / 103.22MB 7.1s
11:00:06 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 24.12MB / 53.29MB 7.2s
11:00:06 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 42.99MB / 47.36MB 7.4s
11:00:06 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 27.26MB / 53.29MB 7.7s
11:00:07 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 47.19MB / 47.36MB 8.0s
11:00:07 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 16.78MB / 103.22MB 8.0s
11:00:07 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 31.46MB / 53.29MB 8.4s
11:00:07 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 47.36MB / 47.36MB 8.5s done
11:00:07 #14 sha256:a9c96f1e426118ca27f868ea355d7b9f81f7fb49a818fe7877a30706e0e8adee 0B / 155B 8.5s
11:00:07 #14 sha256:a9c96f1e426118ca27f868ea355d7b9f81f7fb49a818fe7877a30706e0e8adee 155B / 155B 8.6s
11:00:08 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 34.60MB / 53.29MB 8.8s
11:00:08 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 23.07MB / 103.22MB 8.8s
11:00:08 #14 sha256:a9c96f1e426118ca27f868ea355d7b9f81f7fb49a818fe7877a30706e0e8adee 155B / 155B 8.6s done
11:00:08 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 37.75MB / 53.29MB 9.1s
11:00:08 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 40.89MB / 53.29MB 9.7s
11:00:08 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 28.31MB / 103.22MB 9.7s
11:00:09 #14 ...
11:00:09 
11:00:09 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:34fea4f31bf187bc915536831fd0afc9d214755bf700b5cdb1336c82516d154e
11:00:09 #7 sha256:d8462c4911058de35ec42a5049f2a47315e5c213b83e275a901e1067280ba068
11:00:09 #7 sha256:5f30e47367150394985b5e93c5716f411a55496e4f7d56aeb7894faa9fa984ab 1.48kB / 1.48kB done
11:00:09 #7 sha256:f1a5cf9a21e485b0a676c22ced0e80a140055b3ef0d7573caf5be408a10ddb04 27.02MB / 27.02MB 3.8s done
11:00:09 #7 sha256:34fea4f31bf187bc915536831fd0afc9d214755bf700b5cdb1336c82516d154e 1.42kB / 1.42kB done
11:00:09 #7 sha256:4fdb3d8ee315f12b1c4ddb02716f8c36d9cde5cdb8c91074e22ccddde51dd30a 529B / 529B done
11:00:09 #7 extracting sha256:f1a5cf9a21e485b0a676c22ced0e80a140055b3ef0d7573caf5be408a10ddb04 5.6s
11:00:09 #7 ...
11:00:09 
11:00:09 #14 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:09 #14 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:09 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 44.04MB / 53.29MB 10.2s
11:00:09 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 47.19MB / 53.29MB 10.5s
11:00:09 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 34.60MB / 103.22MB 10.5s
11:00:09 #14 extracting sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 5.2s
11:00:10 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 50.33MB / 53.29MB 10.9s
11:00:10 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 39.85MB / 103.22MB 11.1s
11:00:10 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 53.29MB / 53.29MB 11.2s
11:00:11 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 53.29MB / 53.29MB 11.7s done
11:00:11 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 45.09MB / 103.22MB 11.8s
11:00:11 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 50.33MB / 103.22MB 12.4s
11:00:12 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 55.57MB / 103.22MB 13.2s
11:00:13 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 60.82MB / 103.22MB 14.0s
11:00:13 #14 ...
11:00:13 
11:00:13 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:34fea4f31bf187bc915536831fd0afc9d214755bf700b5cdb1336c82516d154e
11:00:13 #7 sha256:d8462c4911058de35ec42a5049f2a47315e5c213b83e275a901e1067280ba068
11:00:13 #7 extracting sha256:f1a5cf9a21e485b0a676c22ced0e80a140055b3ef0d7573caf5be408a10ddb04 9.5s done
11:00:13 #7 DONE 14.2s
11:00:13 
11:00:13 #14 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:13 #14 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:14 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 66.06MB / 103.22MB 14.8s
11:00:14 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 72.35MB / 103.22MB 15.5s
11:00:15 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 78.64MB / 103.22MB 16.0s
11:00:15 #14 extracting sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 10.3s
11:00:16 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 84.93MB / 103.22MB 16.8s
11:00:16 #14 ...
11:00:16 
11:00:16 #8 [stage-1 2/9] RUN if  [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then         rm -f /usr/bin/man;         dpkg-divert --quiet --remove --rename /usr/bin/man;     fi
11:00:16 #8 sha256:0f6fe0c4ca331ddab3257f6a6064a96ac54714319b16259f59c6a0618398f91f
11:00:16 #8 DONE 2.7s
11:00:16 
11:00:16 #14 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:16 #14 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:16 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 90.18MB / 103.22MB 17.6s
11:00:17 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 95.42MB / 103.22MB 18.5s
11:00:18 #14 extracting sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 13.4s done
11:00:18 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 101.71MB / 103.22MB 19.1s
11:00:18 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 103.22MB / 103.22MB 19.5s done
11:00:18 #14 extracting sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e
11:00:19 #14 extracting sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 0.9s done
11:00:20 #14 extracting sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3
11:00:21 #14 extracting sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 1.3s done
11:00:21 #14 extracting sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0
11:00:26 #14 ...
11:00:26 
11:00:26 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:26 #9 sha256:2ac5dbab5439b7156233d5b5bd1469968ab41fbd16ceb2a8b93593ed10166d81
11:00:26 #9 1.779 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease [270 kB]
11:00:26 #9 2.187 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease [114 kB]
11:00:26 #9 2.291 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease [99.8 kB]
11:00:26 #9 2.422 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease [110 kB]
11:00:26 #9 2.537 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf Packages [1701 kB]
11:00:26 #9 2.763 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/multiverse armhf Packages [199 kB]
11:00:26 #9 2.778 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/universe armhf Packages [16.8 MB]
11:00:26 #9 3.762 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/restricted armhf Packages [13.3 kB]
11:00:26 #9 3.764 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy-updates/restricted armhf Packages [9499 B]
11:00:26 #9 3.764 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/multiverse armhf Packages [1018 B]
11:00:26 #9 3.764 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf Packages [464 kB]
11:00:26 #9 3.767 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf Packages [193 kB]
11:00:26 #9 3.769 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy-backports/universe armhf Packages [5811 B]
11:00:26 #9 3.770 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy-security/restricted armhf Packages [9115 B]
11:00:26 #9 3.770 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-security/main armhf Packages [189 kB]
11:00:26 #9 3.772 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy-security/universe armhf Packages [70.5 kB]
11:00:26 #9 3.835 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy-security/multiverse armhf Packages [594 B]
11:00:26 #9 4.566 Fetched 20.2 MB in 3s (6357 kB/s)
11:00:26 #9 4.566 Reading package lists...
11:00:26 #9 5.630 Reading package lists...
11:00:26 #9 6.602 Building dependency tree...
11:00:26 #9 6.753 Reading state information...
11:00:26 #9 6.968 The following additional packages will be installed:
11:00:26 #9 6.968   autoconf automake autopoint autotools-dev binutils
11:00:26 #9 6.968   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
11:00:26 #9 6.968   bzip2 ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit
11:00:26 #9 6.968   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:00:26 #9 6.968   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
11:00:26 #9 6.968   g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git-man gnupg gnupg-l10n
11:00:26 #9 6.968   gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
11:00:26 #9 6.968   groff-base intltool-debian iso-codes less libalgorithm-diff-perl
11:00:26 #9 6.968   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:00:26 #9 6.968   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:00:26 #9 6.968   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:00:26 #9 6.968   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:00:26 #9 6.968   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:00:26 #9 6.968   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
11:00:26 #9 6.968   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:00:26 #9 6.968   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:00:26 #9 6.968   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
11:00:26 #9 6.968   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:00:26 #9 6.968   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:00:26 #9 6.968   libdata-validate-uri-perl libdebhelper-perl libdeflate0
11:00:26 #9 6.968   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:00:26 #9 6.968   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
11:00:26 #9 6.968   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
11:00:26 #9 6.968   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
11:00:26 #9 6.968   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
11:00:26 #9 6.968   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
11:00:26 #9 6.968   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:00:26 #9 6.968   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
11:00:26 #9 6.968   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
11:00:26 #9 6.968   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
11:00:26 #9 6.968   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:00:26 #9 6.968   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:00:26 #9 6.968   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:00:26 #9 6.968   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:00:26 #9 6.968   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
11:00:26 #9 6.968   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
11:00:26 #9 6.968   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
11:00:26 #9 6.968   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:00:26 #9 6.968   libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
11:00:26 #9 6.968   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
11:00:26 #9 6.968   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:00:26 #9 6.968   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:00:26 #9 6.968   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
11:00:26 #9 6.968   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:00:26 #9 6.968   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
11:00:26 #9 6.968   libmath-base85-perl libmd0 libmodule-implementation-perl
11:00:26 #9 6.968   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
11:00:26 #9 6.968   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
11:00:26 #9 6.968   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
11:00:26 #9 6.968   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
11:00:26 #9 6.968   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
11:00:26 #9 6.968   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
11:00:26 #9 6.968   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:00:26 #9 6.968   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
11:00:26 #9 6.968   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
11:00:26 #9 6.968   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
11:00:26 #9 6.968   libpython3.10-minimal libpython3.10-stdlib libre-engine-re2-perl libre2-9
11:00:26 #9 6.968   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:00:26 #9 6.968   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
11:00:26 #9 6.968   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:00:26 #9 6.968   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
11:00:26 #9 6.968   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
11:00:26 #9 6.968   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
11:00:26 #9 6.968   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
11:00:26 #9 6.968   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:00:26 #9 6.968   libsub-name-perl libsub-override-perl libsub-quote-perl
11:00:26 #9 6.968   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
11:00:26 #9 6.968   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:00:26 #9 6.968   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
11:00:26 #9 6.968   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtype-tiny-perl
11:00:26 #9 6.968   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:00:26 #9 6.968   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
11:00:26 #9 6.968   libwebp7 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6
11:00:26 #9 6.968   libxcb1 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
11:00:26 #9 6.968   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
11:00:26 #9 6.968   libxml-sax-perl libxml2 libxmuu1 libxpm4 libxs-parse-keyword-perl
11:00:26 #9 6.968   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:00:26 #9 6.968   lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev
11:00:26 #9 6.968   media-types netbase openssh-client openssl patch patchutils perl
11:00:26 #9 6.968   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
11:00:26 #9 6.968   publicsuffix python-apt-common python3 python3-apt python3-certifi
11:00:26 #9 6.968   python3-chardet python3-debian python3-gpg python3-idna python3-magic
11:00:26 #9 6.968   python3-minimal python3-pkg-resources python3-requests python3-six
11:00:26 #9 6.968   python3-unidiff python3-urllib3 python3-xdg python3.10 python3.10-minimal
11:00:26 #9 6.968   readline-common rpcsvc-proto strace t1utils ucf unzip wdiff xauth xz-utils
11:00:26 #9 6.968   zstd
11:00:26 #9 6.968 Suggested packages:
11:00:26 #9 6.968   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:00:26 #9 6.968   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
11:00:26 #9 6.968   bsd-mailx | mailx check-all-the-things cvs-buildpackage diffoscope
11:00:26 #9 6.968   disorderfs dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
11:00:26 #9 6.968   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:00:26 #9 6.968   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:00:26 #9 6.968   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:00:26 #9 6.968   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
11:00:26 #9 6.968   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
11:00:26 #9 6.968   gcc-11-doc gcc-multilib flex bison gdb gcc-doc gettext-doc libasprintf-dev
11:00:26 #9 6.968   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-email
11:00:26 #9 6.968   git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie xloadimage
11:00:26 #9 6.968   scdaemon groff isoquery libdigest-hmac-perl libgssapi-perl glibc-doc bzr
11:00:26 #9 6.968   libgd-tools gdbm-l10n libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
11:00:26 #9 6.968   libscalar-number-perl libsasl2-modules-gssapi-mit
11:00:26 #9 6.968   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:00:26 #9 6.968   libsasl2-modules-sql libstdc++-11-doc libbareword-filehandles-perl
11:00:26 #9 6.968   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:00:26 #9 6.968   gcj-jdk libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
11:00:26 #9 6.968   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:00:26 #9 6.968   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
11:00:26 #9 6.968   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:00:26 #9 6.968   libterm-readline-gnu-perl | libterm-readline-perl-perl
11:00:26 #9 6.968   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
11:00:26 #9 6.968   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
11:00:26 #9 6.968   python3-cryptography python3-openssl python3-socks python-requests-doc
11:00:26 #9 6.968   python3.10-venv python3.10-doc binfmt-support readline-doc zip wdiff-doc
11:00:26 #9 7.398 The following NEW packages will be installed:
11:00:26 #9 7.398   autoconf automake autopoint autotools-dev binutils
11:00:26 #9 7.398   binutils-arm-linux-gnueabihf binutils-common bsdextrautils build-essential
11:00:26 #9 7.398   bzip2 ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit
11:00:26 #9 7.398   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
11:00:26 #9 7.398   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
11:00:26 #9 7.398   fonts-dejavu-core g++ g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git
11:00:26 #9 7.398   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
11:00:26 #9 7.398   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes less
11:00:26 #9 7.398   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:00:26 #9 7.398   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:00:26 #9 7.398   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:00:26 #9 7.398   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:00:26 #9 7.398   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:00:26 #9 7.398   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
11:00:26 #9 7.398   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:00:26 #9 7.398   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:00:26 #9 7.398   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
11:00:26 #9 7.398   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:00:26 #9 7.398   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:00:26 #9 7.398   libdata-validate-uri-perl libdebhelper-perl libdeflate0
11:00:26 #9 7.398   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:00:26 #9 7.398   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
11:00:26 #9 7.398   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
11:00:26 #9 7.398   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
11:00:26 #9 7.398   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
11:00:26 #9 7.398   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
11:00:26 #9 7.398   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:00:26 #9 7.398   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
11:00:26 #9 7.398   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
11:00:26 #9 7.398   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
11:00:26 #9 7.398   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:00:26 #9 7.398   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:00:26 #9 7.398   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:00:26 #9 7.398   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:00:26 #9 7.398   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
11:00:26 #9 7.398   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
11:00:26 #9 7.398   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
11:00:26 #9 7.398   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:00:26 #9 7.398   libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
11:00:26 #9 7.398   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
11:00:26 #9 7.398   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:00:26 #9 7.398   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:00:26 #9 7.398   liblog-any-adapter-screen-perl liblog-any-perl libltdl-dev libltdl7
11:00:26 #9 7.398   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:00:26 #9 7.398   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
11:00:26 #9 7.398   libmath-base85-perl libmd0 libmodule-implementation-perl
11:00:26 #9 7.398   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
11:00:26 #9 7.398   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
11:00:26 #9 7.398   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
11:00:26 #9 7.398   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
11:00:26 #9 7.398   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
11:00:26 #9 7.398   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
11:00:26 #9 7.398   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:00:26 #9 7.399   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
11:00:26 #9 7.399   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
11:00:26 #9 7.399   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
11:00:26 #9 7.399   libpython3.10-minimal libpython3.10-stdlib libre-engine-re2-perl libre2-9
11:00:26 #9 7.399   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:00:26 #9 7.399   libregexp-pattern-license-perl libregexp-pattern-perl librole-tiny-perl
11:00:26 #9 7.399   librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:00:26 #9 7.399   libsereal-decoder-perl libsereal-encoder-perl libset-intspan-perl
11:00:26 #9 7.399   libsigsegv2 libsocket6-perl libsort-versions-perl libsqlite3-0 libssh-4
11:00:26 #9 7.399   libstdc++-11-dev libstrictures-perl libstring-copyright-perl
11:00:26 #9 7.399   libstring-escape-perl libstring-shellquote-perl libsub-exporter-perl
11:00:26 #9 7.399   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:00:26 #9 7.399   libsub-name-perl libsub-override-perl libsub-quote-perl
11:00:26 #9 7.399   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
11:00:26 #9 7.399   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:00:26 #9 7.399   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
11:00:26 #9 7.399   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtype-tiny-perl
11:00:26 #9 7.399   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:00:26 #9 7.399   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
11:00:26 #9 7.399   libwebp7 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6
11:00:26 #9 7.399   libxcb1 libxdmcp6 libxext6 libxml-libxml-perl libxml-namespacesupport-perl
11:00:26 #9 7.399   libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
11:00:26 #9 7.399   libxml-sax-perl libxml2 libxmuu1 libxpm4 libxs-parse-keyword-perl
11:00:26 #9 7.399   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:00:26 #9 7.399   lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev
11:00:26 #9 7.399   media-types netbase openssh-client openssl patch patchutils perl
11:00:26 #9 7.399   perl-modules-5.34 perl-openssl-defaults pinentry-curses po-debconf
11:00:26 #9 7.399   publicsuffix python-apt-common python3 python3-apt python3-certifi
11:00:26 #9 7.399   python3-chardet python3-debian python3-gpg python3-idna python3-magic
11:00:26 #9 7.399   python3-minimal python3-pkg-resources python3-requests python3-six
11:00:26 #9 7.399   python3-unidiff python3-urllib3 python3-xdg python3.10 python3.10-minimal
11:00:26 #9 7.399   readline-common rpcsvc-proto strace t1utils ucf unzip wdiff xauth xz-utils
11:00:26 #9 7.399   zstd
11:00:26 #9 7.828 0 upgraded, 366 newly installed, 0 to remove and 0 not upgraded.
11:00:26 #9 7.828 Need to get 114 MB of archives.
11:00:26 #9 7.828 After this operation, 377 MB of additional disk space will be used.
11:00:26 #9 7.828 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblocale-gettext-perl armhf 1.07-4build3 [16.2 kB]
11:00:26 #9 7.984 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpython3.10-minimal armhf 3.10.4-3ubuntu0.1 [793 kB]
11:00:26 #9 8.366 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libexpat1 armhf 2.4.7-1 [66.5 kB]
11:00:26 #9 8.374 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3.10-minimal armhf 3.10.4-3ubuntu0.1 [1930 kB]
11:00:26 #9 8.497 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-minimal armhf 3.10.4-0ubuntu2 [24.4 kB]
11:00:26 #9 8.497 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf media-types all 7.0.0 [25.5 kB]
11:00:26 #9 8.497 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpdec3 armhf 2.5.1-2build2 [76.5 kB]
11:00:26 #9 8.497 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf readline-common all 8.1.2-1 [53.5 kB]
11:00:26 #9 8.504 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libreadline8 armhf 8.1.2-1 [128 kB]
11:00:26 #9 8.510 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsqlite3-0 armhf 3.37.2-2 [549 kB]
11:00:26 #9 8.536 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libpython3.10-stdlib armhf 3.10.4-3ubuntu0.1 [1749 kB]
11:00:26 #9 8.622 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3.10 armhf 3.10.4-3ubuntu0.1 [488 kB]
11:00:26 #9 8.638 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpython3-stdlib armhf 3.10.4-0ubuntu2 [6990 B]
11:00:26 #9 8.638 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3 armhf 3.10.4-0ubuntu2 [22.8 kB]
11:00:26 #9 8.640 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf perl-modules-5.34 all 5.34.0-3ubuntu1 [2975 kB]
11:00:26 #9 8.781 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgdbm6 armhf 1.23-1 [30.0 kB]
11:00:26 #9 8.784 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgdbm-compat4 armhf 1.23-1 [6070 B]
11:00:26 #9 8.784 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libperl5.34 armhf 5.34.0-3ubuntu1 [4039 kB]
11:00:26 #9 9.053 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf perl armhf 5.34.0-3ubuntu1 [232 kB]
11:00:26 #9 9.053 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf openssl armhf 3.0.2-0ubuntu1.6 [1152 kB]
11:00:26 #9 9.053 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf ca-certificates all 20211016 [148 kB]
11:00:26 #9 9.053 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf distro-info-data all 0.52ubuntu0.1 [5124 B]
11:00:26 #9 9.053 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf iso-codes all 4.9.0-1 [3459 kB]
11:00:26 #9 9.252 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf less armhf 590-1build1 [134 kB]
11:00:26 #9 9.252 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmd0 armhf 1.0.4-1build1 [22.5 kB]
11:00:26 #9 9.252 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbsd0 armhf 0.11.5-1 [39.8 kB]
11:00:26 #9 9.252 Get:27 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libelf1 armhf 0.186-1build1 [42.7 kB]
11:00:26 #9 9.252 Get:28 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libicu70 armhf 70.1-2 [10.3 MB]
11:00:26 #9 9.850 Get:29 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libxml2 armhf 2.9.13+dfsg-1ubuntu0.1 [599 kB]
11:00:26 #9 9.850 Get:30 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libyaml-0-2 armhf 0.2.2-1build2 [45.4 kB]
11:00:26 #9 9.850 Get:31 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lsb-release all 11.1.0ubuntu4 [10.8 kB]
11:00:26 #9 9.850 Get:32 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf netbase all 6.3 [12.9 kB]
11:00:26 #9 9.850 Get:33 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python-apt-common all 2.3.0ubuntu2.1 [15.2 kB]
11:00:26 #9 9.850 Get:34 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf python3-apt armhf 2.3.0ubuntu2.1 [154 kB]
11:00:26 #9 9.850 Get:35 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-pkg-resources all 59.6.0-1.2 [132 kB]
11:00:26 #9 9.850 Get:36 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf ucf all 3.0043 [56.1 kB]
11:00:26 #9 9.879 Get:37 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bsdextrautils armhf 2.37.2-4ubuntu3 [77.1 kB]
11:00:26 #9 9.908 Get:38 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmagic-mgc armhf 1:5.41-3 [257 kB]
11:00:26 #9 9.979 Get:39 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmagic1 armhf 1:5.41-3 [80.2 kB]
11:00:26 #9 9.983 Get:40 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf file armhf 1:5.41-3 [20.6 kB]
11:00:26 #9 9.983 Get:41 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gettext-base armhf 0.21-4ubuntu4 [38.0 kB]
11:00:26 #9 9.983 Get:42 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libuchardet0 armhf 0.0.7-1build2 [75.7 kB]
11:00:26 #9 9.985 Get:43 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf groff-base armhf 1.22.4-8build1 [870 kB]
11:00:26 #9 10.03 Get:44 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcbor0.8 armhf 0.8.0-2ubuntu1 [19.9 kB]
11:00:26 #9 10.03 Get:45 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libedit2 armhf 3.1-20210910-1build1 [78.7 kB]
11:00:26 #9 10.03 Get:46 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfido2-1 armhf 1.10.0-1 [74.1 kB]
11:00:26 #9 10.03 Get:47 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnghttp2-14 armhf 1.43.0-1build3 [70.1 kB]
11:00:26 #9 10.07 Get:48 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpipeline1 armhf 1.5.5-1 [25.6 kB]
11:00:26 #9 10.13 Get:49 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpng16-16 armhf 1.6.37-3build5 [170 kB]
11:00:26 #9 10.13 Get:50 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpsl5 armhf 0.21.0-1.2build2 [56.9 kB]
11:00:26 #9 10.14 Get:51 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxau6 armhf 1:1.0.9-1build5 [6622 B]
11:00:26 #9 10.14 Get:52 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu5 [9452 B]
11:00:26 #9 10.14 Get:53 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxcb1 armhf 1.14-3ubuntu3 [46.1 kB]
11:00:26 #9 10.14 Get:54 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libx11-data all 2:1.7.5-1 [119 kB]
11:00:26 #9 10.14 Get:55 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libx11-6 armhf 2:1.7.5-1 [604 kB]
11:00:26 #9 10.17 Get:56 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxext6 armhf 2:1.3.4-1build1 [26.4 kB]
11:00:26 #9 10.17 Get:57 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxmuu1 armhf 2:1.1.3-3 [9288 B]
11:00:26 #9 10.20 Get:58 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf man-db armhf 2.10.2-1 [1151 kB]
11:00:26 #9 10.27 Get:59 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf manpages all 5.10-1ubuntu1 [1375 kB]
11:00:26 #9 ...
11:00:26 
11:00:26 #14 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:26 #14 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:26 #14 extracting sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 5.1s
11:00:29 #14 extracting sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 7.3s done
11:00:29 #14 extracting sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d
11:00:33 #14 ...
11:00:33 
11:00:33 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:33 #9 sha256:2ac5dbab5439b7156233d5b5bd1469968ab41fbd16ceb2a8b93593ed10166d81
11:00:33 #9 10.33 Get:60 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf openssh-client armhf 1:8.9p1-3 [837 kB]
11:00:33 #9 10.37 Get:61 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf publicsuffix all 20211207.1025-1 [129 kB]
11:00:33 #9 10.38 Get:62 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf strace armhf 5.16-0ubuntu3 [409 kB]
11:00:33 #9 10.40 Get:63 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf xauth armhf 1:1.1-1build2 [23.8 kB]
11:00:33 #9 10.40 Get:64 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf xz-utils armhf 5.2.5-2ubuntu1 [84.6 kB]
11:00:33 #9 10.40 Get:65 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsigsegv2 armhf 2.13-1ubuntu3 [13.7 kB]
11:00:33 #9 10.40 Get:66 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf m4 armhf 1.4.18-5ubuntu2 [191 kB]
11:00:33 #9 10.40 Get:67 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autoconf all 2.71-2 [338 kB]
11:00:33 #9 10.43 Get:68 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autotools-dev all 20220109.1 [44.9 kB]
11:00:33 #9 10.43 Get:69 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf automake all 1:1.16.5-1.3 [558 kB]
11:00:33 #9 10.50 Get:70 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf autopoint all 0.21-4ubuntu4 [422 kB]
11:00:33 #9 10.51 Get:71 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf binutils-common armhf 2.38-3ubuntu1 [221 kB]
11:00:33 #9 10.52 Get:72 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbinutils armhf 2.38-3ubuntu1 [497 kB]
11:00:33 #9 10.54 Get:73 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libctf-nobfd0 armhf 2.38-3ubuntu1 [93.5 kB]
11:00:33 #9 10.54 Get:74 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libctf0 armhf 2.38-3ubuntu1 [93.6 kB]
11:00:33 #9 10.54 Get:75 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf binutils-arm-linux-gnueabihf armhf 2.38-3ubuntu1 [3061 kB]
11:00:33 #9 10.70 Get:76 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf binutils armhf 2.38-3ubuntu1 [3162 B]
11:00:33 #9 10.73 Get:77 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libc-dev-bin armhf 2.35-0ubuntu3.1 [19.0 kB]
11:00:33 #9 10.73 Get:78 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf linux-libc-dev armhf 5.15.0-43.46 [1262 kB]
11:00:33 #9 10.75 Get:79 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcrypt-dev armhf 1:4.4.27-1 [122 kB]
11:00:33 #9 10.76 Get:80 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf rpcsvc-proto armhf 1.4.2-0ubuntu6 [63.7 kB]
11:00:33 #9 10.76 Get:81 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libtirpc-dev armhf 1.3.2-2ubuntu0.1 [184 kB]
11:00:33 #9 10.77 Get:82 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnsl-dev armhf 1.3.0-2build2 [66.1 kB]
11:00:33 #9 10.77 Get:83 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libc6-dev armhf 2.35-0ubuntu3.1 [1332 kB]
11:00:33 #9 10.84 Get:84 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gcc-11-base armhf 11.2.0-19ubuntu1 [20.8 kB]
11:00:33 #9 10.84 Get:85 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libisl23 armhf 0.24-2build1 [581 kB]
11:00:33 #9 10.87 Get:86 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpfr6 armhf 4.1.0-3build3 [217 kB]
11:00:33 #9 10.88 Get:87 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmpc3 armhf 1.2.1-2build1 [39.5 kB]
11:00:33 #9 10.88 Get:88 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf cpp-11 armhf 11.2.0-19ubuntu1 [7841 kB]
11:00:33 #9 11.38 Get:89 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf cpp armhf 4:11.2.0-1ubuntu1 [27.7 kB]
11:00:33 #9 11.38 Get:90 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcc1-0 armhf 12-20220319-1ubuntu1 [39.1 kB]
11:00:33 #9 11.38 Get:91 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgomp1 armhf 12-20220319-1ubuntu1 [110 kB]
11:00:33 #9 11.38 Get:92 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libatomic1 armhf 12-20220319-1ubuntu1 [7620 B]
11:00:33 #9 11.38 Get:93 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libasan6 armhf 11.2.0-19ubuntu1 [2242 kB]
11:00:33 #9 11.40 Get:94 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libubsan1 armhf 12-20220319-1ubuntu1 [959 kB]
11:00:33 #9 11.46 Get:95 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgcc-11-dev armhf 11.2.0-19ubuntu1 [835 kB]
11:00:33 #9 11.53 Get:96 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gcc-11 armhf 11.2.0-19ubuntu1 [15.8 MB]
11:00:33 #9 12.41 Get:97 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gcc armhf 4:11.2.0-1ubuntu1 [5126 B]
11:00:33 #9 12.43 Get:98 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstdc++-11-dev armhf 11.2.0-19ubuntu1 [2134 kB]
11:00:33 #9 12.47 Get:99 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf g++-11 armhf 11.2.0-19ubuntu1 [9018 kB]
11:00:33 #9 12.98 Get:100 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf g++ armhf 4:11.2.0-1ubuntu1 [1400 B]
11:00:33 #9 12.98 Get:101 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf make armhf 4.3-4.1build1 [163 kB]
11:00:33 #9 13.37 Get:102 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libdpkg-perl all 1.21.1ubuntu2.1 [237 kB]
11:00:33 #9 13.78 Get:103 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bzip2 armhf 1.0.8-5build1 [34.2 kB]
11:00:33 #9 13.79 Get:104 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf patch armhf 2.7.6-7build2 [111 kB]
11:00:33 #9 13.81 Get:105 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lto-disabled-list all 24 [12.5 kB]
11:00:33 #9 13.82 Get:106 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dpkg-dev all 1.21.1ubuntu2.1 [922 kB]
11:00:33 #9 13.98 Get:107 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf build-essential armhf 12.9ubuntu3 [4744 B]
11:00:33 #9 13.98 Get:108 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbrotli1 armhf 1.0.9-2build6 [306 kB]
11:00:33 #9 14.01 Get:109 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsasl2-modules-db armhf 2.1.27+dfsg2-3ubuntu1 [19.2 kB]
11:00:33 #9 14.01 Get:110 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsasl2-2 armhf 2.1.27+dfsg2-3ubuntu1 [50.7 kB]
11:00:33 #9 14.02 Get:111 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libldap-2.5-0 armhf 2.5.12+dfsg-0ubuntu0.22.04.1 [160 kB]
11:00:33 #9 14.03 Get:112 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build4 [52.8 kB]
11:00:33 #9 14.03 Get:113 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libssh-4 armhf 0.9.6-2build1 [165 kB]
11:00:33 #9 14.04 Get:114 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl4 armhf 7.81.0-1ubuntu1.3 [253 kB]
11:00:33 #9 14.05 Get:115 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf curl armhf 7.81.0-1ubuntu1.3 [188 kB]
11:00:33 #9 14.06 Get:116 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dctrl-tools armhf 2.24-3build2 [57.2 kB]
11:00:33 #9 14.14 Get:117 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdebhelper-perl all 13.6ubuntu1 [67.2 kB]
11:00:33 #9 14.14 Get:118 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtool all 2.4.6-15build2 [164 kB]
11:00:33 #9 14.15 Get:119 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-autoreconf all 20 [16.1 kB]
11:00:33 #9 14.15 Get:120 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive-zip-perl all 1.68-1 [90.2 kB]
11:00:33 #9 14.15 Get:121 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-override-perl all 0.09-2 [9532 B]
11:00:33 #9 14.15 Get:122 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
11:00:33 #9 14.15 Get:123 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-strip-nondeterminism all 1.13.0-1 [5344 B]
11:00:33 #9 14.15 Get:124 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdw1 armhf 0.186-1build1 [228 kB]
11:00:33 #9 14.22 Get:125 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf debugedit armhf 1:5.0-4build1 [43.3 kB]
11:00:33 #9 14.22 Get:126 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dwz armhf 0.14-1build2 [99.2 kB]
11:00:33 #9 14.29 Get:127 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf gettext armhf 0.21-4ubuntu4 [805 kB]
11:00:33 #9 14.32 Get:128 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:00:33 #9 14.32 Get:129 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf po-debconf all 1.0.21+nmu1 [233 kB]
11:00:33 #9 14.32 Get:130 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf debhelper all 13.6ubuntu1 [923 kB]
11:00:33 #9 14.38 Get:131 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfakeroot armhf 1.28-1ubuntu1 [26.3 kB]
11:00:33 #9 14.38 Get:132 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fakeroot armhf 1.28-1ubuntu1 [62.2 kB]
11:00:33 #9 14.38 Get:133 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libassuan0 armhf 2.5.5-1build1 [31.3 kB]
11:00:33 #9 14.38 Get:134 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpgconf armhf 2.2.27-3ubuntu2.1 [115 kB]
11:00:33 #9 14.38 Get:135 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libksba8 armhf 1.6.0-2build1 [99.7 kB]
11:00:33 #9 14.38 Get:136 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnpth0 armhf 1.6-3build2 [7230 B]
11:00:33 #9 14.45 Get:137 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf dirmngr armhf 2.2.27-3ubuntu2.1 [320 kB]
11:00:33 #9 14.45 Get:138 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
11:00:33 #9 14.45 Get:139 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg-utils armhf 2.2.27-3ubuntu2.1 [456 kB]
11:00:33 #9 14.53 Get:140 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg armhf 2.2.27-3ubuntu2.1 [483 kB]
11:00:33 #9 14.53 Get:141 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pinentry-curses armhf 1.1.1-1build2 [35.6 kB]
11:00:33 #9 14.53 Get:142 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-agent armhf 2.2.27-3ubuntu2.1 [227 kB]
11:00:33 #9 14.53 Get:143 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-wks-client armhf 2.2.27-3ubuntu2.1 [86.3 kB]
11:00:33 #9 14.53 Get:144 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpg-wks-server armhf 2.2.27-3ubuntu2.1 [80.1 kB]
11:00:33 #9 14.53 Get:145 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gpgsm armhf 2.2.27-3ubuntu2.1 [206 kB]
11:00:33 #9 14.54 Get:146 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf gnupg all 2.2.27-3ubuntu2.1 [315 kB]
11:00:33 #9 14.60 Get:147 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-dirlist-perl all 0.05-2 [7100 B]
11:00:33 #9 14.60 Get:148 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-which-perl all 1.23-1 [13.8 kB]
11:00:33 #9 14.60 Get:149 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-homedir-perl all 1.006-1 [38.3 kB]
11:00:33 #9 14.67 Get:150 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-touch-perl all 0.12-1 [9024 B]
11:00:33 #9 14.67 Get:151 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-pty-perl armhf 1:1.15-2build2 [34.3 kB]
11:00:33 #9 14.67 Get:152 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-run-perl all 20200505.0-1 [89.8 kB]
11:00:33 #9 14.67 Get:153 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:00:33 #9 14.67 Get:154 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-xsaccessor-perl armhf 1.19-3build9 [33.4 kB]
11:00:33 #9 14.67 Get:155 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libb-hooks-op-check-perl armhf 0.22-1build5 [9768 B]
11:00:33 #9 14.67 Get:156 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
11:00:33 #9 14.74 Get:157 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-callchecker-perl armhf 0.008-1ubuntu4 [14.6 kB]
11:00:33 #9 14.74 Get:158 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libparams-classify-perl armhf 0.015-1build5 [20.4 kB]
11:00:33 #9 14.74 Get:159 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:00:33 #9 14.82 Get:160 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libimport-into-perl all 1.002005-1 [11.0 kB]
11:00:33 #9 14.82 Get:161 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librole-tiny-perl all 2.002004-1 [16.3 kB]
11:00:33 #9 14.82 Get:162 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-quote-perl all 2.006006-1 [19.5 kB]
11:00:33 #9 14.82 Get:163 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoo-perl all 2.005004-3 [48.0 kB]
11:00:33 #9 14.82 Get:164 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libencode-locale-perl all 1.05-1.1 [11.8 kB]
11:00:33 #9 14.82 Get:165 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtimedate-perl all 2.3300-2 [34.0 kB]
11:00:33 #9 14.82 Get:166 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-date-perl all 6.05-1 [9920 B]
11:00:33 #9 14.89 Get:167 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-listing-perl all 6.14-1 [11.2 kB]
11:00:33 #9 14.89 Get:168 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:00:33 #9 14.89 Get:169 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liburi-perl all 5.10-1 [78.8 kB]
11:00:33 #9 14.97 Get:170 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-parser-perl armhf 3.76-1build2 [85.3 kB]
11:00:33 #9 14.97 Get:171 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-tree-perl all 5.07-2 [200 kB]
11:00:33 #9 14.97 Get:172 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-html-perl all 1.004-2 [15.4 kB]
11:00:33 #9 14.97 Get:173 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:00:33 #9 14.97 Get:174 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-message-perl all 6.36-1 [76.8 kB]
11:00:33 #9 14.97 Get:175 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-cookies-perl all 6.10-1 [18.4 kB]
11:00:33 #9 14.97 Get:176 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:00:33 #9 15.05 Get:177 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf perl-openssl-defaults armhf 5build2 [7544 B]
11:00:33 #9 15.05 Get:178 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-ssleay-perl armhf 1.92-1build2 [311 kB]
11:00:33 #9 15.05 Get:179 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-socket-ssl-perl all 2.074-2 [192 kB]
11:00:33 #9 15.12 Get:180 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-http-perl all 6.22-1 [23.2 kB]
11:00:33 #9 15.12 Get:181 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
11:00:33 #9 15.12 Get:182 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtry-tiny-perl all 0.31-1 [21.8 kB]
11:00:33 #9 15.12 Get:183 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:00:33 #9 15.12 Get:184 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwww-perl all 6.61-1 [141 kB]
11:00:33 #9 15.12 Get:185 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf patchutils armhf 0.4.2-1build2 [74.5 kB]
11:00:33 #9 15.12 Get:186 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf wdiff armhf 1.2.2-2build3 [29.3 kB]
11:00:33 #9 15.21 Get:187 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf devscripts armhf 2.22.1ubuntu1 [1057 kB]
11:00:33 #9 15.23 Get:188 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf diffstat armhf 1.64-1build2 [27.6 kB]
11:00:33 #9 15.23 Get:189 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-chardet all 4.0.0-1 [98.0 kB]
11:00:33 #9 15.27 Get:190 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf zstd armhf 1.4.8+dfsg-3build1 [597 kB]
11:00:33 #9 15.28 Get:191 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-debian all 0.1.43ubuntu1 [107 kB]
11:00:33 #9 15.28 Get:192 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgpgme11 armhf 1.16.0-1.2ubuntu4 [117 kB]
11:00:33 #9 15.29 Get:193 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-gpg armhf 1.16.0-1.2ubuntu4 [196 kB]
11:00:33 #9 15.29 Get:194 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dput all 1.1.0ubuntu2 [44.9 kB]
11:00:33 #9 15.29 Get:195 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fonts-dejavu-core all 2.37-2build1 [1041 kB]
11:00:33 #9 15.35 Get:196 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
11:00:33 #9 15.35 Get:197 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libcurl3-gnutls armhf 7.81.0-1ubuntu1.3 [247 kB]
11:00:33 #9 15.37 Get:198 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liberror-perl all 0.17029-1 [26.5 kB]
11:00:33 #9 15.37 Get:199 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf git-man all 1:2.34.1-1ubuntu1.4 [952 kB]
11:00:33 #9 15.42 Get:200 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf git armhf 1:2.34.1-1ubuntu1.4 [3533 kB]
11:00:33 #9 15.62 Get:201 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-diff-perl all 1.201-1 [41.8 kB]
11:00:33 #9 15.62 Get:202 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-diff-xs-perl armhf 0.04-6build3 [11.5 kB]
11:00:33 #9 16.03 Get:203 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:00:33 #9 16.10 Get:204 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libaliased-perl all 0.34-1.1 [13.3 kB]
11:00:33 #9 16.13 Get:205 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libapt-pkg-perl armhf 0.1.40build2 [68.4 kB]
11:00:33 #9 16.27 Get:206 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive-cpio-perl all 0.10-1.1 [9928 B]
11:00:33 #9 16.28 Get:207 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarray-intspan-perl all 2.004-1 [24.5 kB]
11:00:33 #9 16.30 Get:208 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
11:00:33 #9 16.31 Get:209 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:00:33 #9 16.32 Get:210 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libvariable-magic-perl armhf 0.62-1build5 [33.0 kB]
11:00:33 #9 16.34 Get:211 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libb-hooks-endofscope-perl all 0.25-1 [17.8 kB]
11:00:33 #9 16.35 Get:212 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libfreetype6 armhf 2.11.1+dfsg-1ubuntu0.1 [325 kB]
11:00:33 #9 16.46 Get:213 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfontconfig1 armhf 2.13.1-4.2ubuntu5 [109 kB]
11:00:33 #9 16.48 Get:214 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjpeg-turbo8 armhf 2.1.2-0ubuntu1 [116 kB]
11:00:33 #9 16.50 Get:215 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjpeg8 armhf 8c-2ubuntu10 [2266 B]
11:00:33 #9 16.50 Get:216 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdeflate0 armhf 1.10-2 [59.2 kB]
11:00:33 #9 16.51 Get:217 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjbig0 armhf 2.1-3.1build3 [25.1 kB]
11:00:33 #9 16.51 Get:218 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwebp7 armhf 1.2.2-2 [166 kB]
11:00:33 #9 16.53 Get:219 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtiff5 armhf 4.3.0-6 [165 kB]
11:00:33 #9 16.55 Get:220 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxpm4 armhf 1:3.5.12-1build2 [31.0 kB]
11:00:33 #9 16.55 Get:221 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgd3 armhf 2.3.0-2ubuntu2 [111 kB]
11:00:33 #9 16.58 Get:222 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libc-devtools armhf 2.35-0ubuntu3.1 [29.7 kB]
11:00:33 #9 16.58 Get:223 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:00:33 #9 16.58 Get:224 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclass-data-inheritable-perl all 0.08-3 [8084 B]
11:00:33 #9 16.58 Get:225 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libclone-perl armhf 0.45-1build3 [10.2 kB]
11:00:33 #9 16.66 Get:226 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcommon-sense-perl armhf 3.75-2build1 [21.2 kB]
11:00:33 #9 16.66 Get:227 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libconfig-tiny-perl all 2.28-1 [13.1 kB]
11:00:33 #9 16.66 Get:228 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libparams-util-perl armhf 1.102-1build3 [21.4 kB]
11:00:33 #9 16.66 Get:229 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-install-perl all 0.928-1.1 [9972 B]
11:00:33 #9 16.66 Get:230 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-optlist-perl all 0.112-1 [11.0 kB]
11:00:33 #9 16.66 Get:231 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-exporter-perl all 0.988-1 [50.6 kB]
11:00:33 #9 16.73 Get:232 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libconst-fast-perl all 0.014-1.1 [7756 B]
11:00:33 #9 16.73 Get:233 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libwant-perl armhf 0.29-1build7 [23.4 kB]
11:00:33 #9 16.73 Get:234 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcontextual-return-perl all 0.004014-2 [53.1 kB]
11:00:33 #9 16.73 Get:235 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libcpanel-json-xs-perl armhf 4.27-1build1 [113 kB]
11:00:33 #9 16.81 Get:236 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
11:00:33 #9 16.81 Get:237 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libexception-class-perl all 1.45-1 [28.6 kB]
11:00:33 #9 16.81 Get:238 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
11:00:33 #9 16.81 Get:239 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
11:00:33 #9 16.81 Get:240 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libexporter-tiny-perl all 1.002002-1 [36.2 kB]
11:00:33 #9 16.81 Get:241 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-moreutils-xs-perl armhf 0.430-2build2 [37.3 kB]
11:00:33 #9 16.88 Get:242 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-moreutils-perl all 0.430-2 [38.2 kB]
11:00:33 #9 16.88 Get:243 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-dpath-perl all 0.58-1 [38.8 kB]
11:00:33 #9 16.88 Get:244 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-dump-perl all 1.25-1 [25.9 kB]
11:00:33 #9 16.88 Get:245 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-messagepack-perl armhf 1.01-2build1 [32.5 kB]
11:00:33 #9 16.96 Get:246 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
11:00:33 #9 16.96 Get:247 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-domain-perl all 0.10-1.1 [9992 B]
11:00:33 #9 16.96 Get:248 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
11:00:33 #9 16.96 Get:249 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-netmask-perl all 2.0001-1 [27.7 kB]
11:00:33 #9 16.96 Get:250 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnetaddr-ip-perl armhf 4.079+dfsg-1build7 [81.2 kB]
11:00:33 #9 16.96 Get:251 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-ip-perl all 0.30-1 [17.3 kB]
11:00:33 #9 17.03 Get:252 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdata-validate-uri-perl all 0.07-2 [11.1 kB]
11:00:33 #9 17.03 Get:253 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdistro-info-perl all 1.1build1 [5644 B]
11:00:33 #9 17.03 Get:254 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libemail-address-xs-perl armhf 1.04-1build6 [26.0 kB]
11:00:33 #9 17.03 Get:255 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-system-simple-perl all 1.30-1 [23.2 kB]
11:00:33 #9 17.11 Get:256 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-basedir-perl all 0.09-1 [15.7 kB]
11:00:33 #9 17.11 Get:257 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
11:00:33 #9 17.11 Get:258 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-fcntllock-perl armhf 0.22-3build7 [33.3 kB]
11:00:33 #9 17.11 Get:259 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnumber-compare-perl all 0.03-2 [7058 B]
11:00:33 #9 17.11 Get:260 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-glob-perl all 0.11-2 [8042 B]
11:00:33 #9 17.11 Get:261 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfile-find-rule-perl all 0.34-1 [28.3 kB]
11:00:33 #9 17.18 Get:262 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfont-afm-perl all 1.20-3 [13.6 kB]
11:00:33 #9 17.18 Get:263 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-string-perl all 1.08-3.1 [10.7 kB]
11:00:33 #9 17.18 Get:264 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libfont-ttf-perl all 1.06-1.1 [316 kB]
11:00:33 #9 17.19 Get:265 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsort-versions-perl all 1.62-1 [9294 B]
11:00:33 #9 17.26 Get:266 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:00:33 #9 17.26 Get:267 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
11:00:33 #9 17.26 Get:268 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-prompter-perl all 0.004015-1 [58.1 kB]
11:00:33 #9 17.26 Get:269 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-perl all 4.04000-1 [81.8 kB]
11:00:33 #9 17.27 Get:270 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblog-any-perl all 1.710-1 [68.4 kB]
11:00:33 #9 17.27 Get:271 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
11:00:33 #9 17.33 Get:272 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpackage-stash-perl all 0.39-1 [19.1 kB]
11:00:33 #9 17.33 Get:273 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-identify-perl armhf 0.14-1build5 [9848 B]
11:00:33 #9 17.33 Get:274 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsub-name-perl armhf 0.26-1build3 [10.7 kB]
11:00:33 #9 17.33 Get:275 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:00:33 #9 17.41 Get:276 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpath-tiny-perl all 0.122-1 [45.9 kB]
11:00:33 #9 17.41 Get:277 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstrictures-perl all 2.000006-1 [16.3 kB]
11:00:33 #9 17.41 Get:278 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtype-tiny-perl all 1.012004-1 [321 kB]
11:00:33 #9 17.42 Get:279 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
11:00:33 #9 17.43 Get:280 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhash-fieldhash-perl armhf 0.15-1build5 [16.1 kB]
11:00:33 #9 17.43 Get:281 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-form-perl all 6.07-1 [22.2 kB]
11:00:33 #9 17.49 Get:282 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-format-perl all 2.12-1.1 [41.3 kB]
11:00:33 #9 17.49 Get:283 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
11:00:33 #9 17.49 Get:284 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libhttp-daemon-perl all 6.13-1ubuntu0.1 [22.9 kB]
11:00:33 #9 17.49 Get:285 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-interactive-perl all 1.023-1 [10.4 kB]
11:00:33 #9 17.56 Get:286 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libio-prompt-tiny-perl all 0.003-1 [8924 B]
11:00:33 #9 17.56 Get:287 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtypes-serialiser-perl all 1.01-1 [11.6 kB]
11:00:33 #9 17.56 Get:288 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-xs-perl armhf 4.030-1build3 [85.8 kB]
11:00:33 #9 17.56 Get:289 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjson-maybexs-perl all 1.004003-1 [11.3 kB]
11:00:33 #9 17.56 Get:290 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libldap-common all 2.5.12+dfsg-0ubuntu0.22.04.1 [16.4 kB]
11:00:33 #9 17.56 Get:291 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-compare-perl all 0.55-1 [63.3 kB]
11:00:33 #9 17.64 Get:292 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-someutils-perl all 0.58-1 [29.7 kB]
11:00:33 #9 17.64 Get:293 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-someutils-xs-perl armhf 0.58-2build3 [31.4 kB]
11:00:33 #9 17.64 Get:294 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblist-utilsby-perl all 0.11-1 [14.7 kB]
11:00:33 #9 17.64 Get:295 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libltdl7 armhf 2.4.6-15build2 [36.7 kB]
11:00:33 #9 17.71 Get:296 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libltdl-dev armhf 2.4.6-15build2 [167 kB]
11:00:34 #9 17.72 Get:297 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf liblzo2-2 armhf 2.10-2build3 [47.6 kB]
11:00:34 #9 17.72 Get:298 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsys-hostname-long-perl all 1.5-2 [11.5 kB]
11:00:34 #9 17.72 Get:299 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
11:00:34 #9 17.72 Get:300 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:00:34 #9 17.72 Get:301 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmailtools-perl all 2.21-1 [80.7 kB]
11:00:34 #9 17.78 Get:302 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmarkdown2 armhf 2.2.7-2 [31.3 kB]
11:00:34 #9 17.78 Get:303 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmath-base85-perl all 0.5+dfsg-1 [6764 B]
11:00:34 #9 18.19 Get:304 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoox-aliases-perl all 0.001006-1.1 [6632 B]
11:00:34 #9 18.26 Get:305 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
11:00:34 #9 18.27 Get:306 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
11:00:34 #9 18.34 Get:307 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmoox-struct-perl all 0.020-1 [23.7 kB]
11:00:34 #9 18.38 Get:308 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libmouse-perl armhf 2.5.10-1build4 [156 kB]
11:00:34 #9 18.52 Get:309 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpackage-stash-xs-perl armhf 0.29-1build5 [17.7 kB]
11:00:34 #9 18.53 Get:310 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
11:00:34 #9 18.55 Get:311 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libperlio-gzip-perl armhf 0.19-1build8 [13.6 kB]
11:00:34 #9 18.56 Get:312 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libperlio-utf8-strict-perl armhf 0.009-1build1 [11.2 kB]
11:00:34 #9 18.56 Get:313 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpod-parser-perl all 1.63-2 [82.2 kB]
11:00:34 #9 18.59 Get:314 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpod-constants-perl all 0.19-2 [16.3 kB]
11:00:34 #9 18.59 Get:315 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libproc-processtable-perl armhf 0.634-1build1 [37.0 kB]
11:00:34 #9 18.60 Get:316 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libre2-9 armhf 20220201+dfsg-1 [161 kB]
11:00:34 #9 18.63 Get:317 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libre-engine-re2-perl armhf 0.14-1build2 [17.2 kB]
11:00:34 #9 18.64 Get:318 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libreadonly-perl all 2.050-3 [19.9 kB]
11:00:34 #9 18.68 Get:319 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libref-util-perl all 0.204-1 [15.0 kB]
11:00:34 #9 18.68 Get:320 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libref-util-xs-perl armhf 0.117-1build5 [11.5 kB]
11:00:34 #9 18.68 Get:321 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libregexp-pattern-license-perl all 3.9.3-1 [84.1 kB]
11:00:34 #9 18.68 Get:322 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
11:00:34 #9 18.69 Get:323 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsasl2-modules armhf 2.1.27+dfsg2-3ubuntu1 [50.1 kB]
11:00:34 #9 18.69 Get:324 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsereal-decoder-perl armhf 4.023+ds-1 [94.5 kB]
11:00:34 #9 18.76 Get:325 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsereal-encoder-perl armhf 4.023+ds-1 [97.2 kB]
11:00:34 #9 18.76 Get:326 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libset-intspan-perl all 1.19-2 [26.1 kB]
11:00:34 #9 18.76 Get:327 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsocket6-perl armhf 0.29-1build4 [18.7 kB]
11:00:34 #9 18.76 Get:328 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-copyright-perl all 0.003012-1 [21.3 kB]
11:00:35 #9 18.82 Get:329 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB]
11:00:35 #9 18.82 Get:330 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libstring-shellquote-perl all 1.04-1 [12.0 kB]
11:00:35 #9 18.82 Get:331 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxs-parse-keyword-perl armhf 0.21-1build1 [48.7 kB]
11:00:35 #9 18.83 Get:332 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsyntax-keyword-try-perl armhf 0.26-1build1 [25.8 kB]
11:00:35 #9 18.83 Get:333 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libterm-readkey-perl armhf 2.38-1build4 [23.8 kB]
11:00:35 #9 18.83 Get:334 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-levenshteinxs-perl armhf 0.03-4build10 [7566 B]
11:00:35 #9 18.90 Get:335 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-markdown-discount-perl armhf 0.13-1build1 [12.4 kB]
11:00:35 #9 18.90 Get:336 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtext-xslate-perl armhf 3.5.9-1build1 [182 kB]
11:00:35 #9 18.91 Get:337 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtime-duration-perl all 1.21-1 [13.1 kB]
11:00:35 #9 18.91 Get:338 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtime-moment-perl armhf 0.44-1build6 [74.1 kB]
11:00:35 #9 18.97 Get:339 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libtype-tiny-xs-perl armhf 0.022-1build2 [23.3 kB]
11:00:35 #9 18.97 Get:340 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libunicode-utf8-perl armhf 0.62-1build4 [17.6 kB]
11:00:35 #9 18.97 Get:341 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
11:00:35 #9 18.97 Get:342 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
11:00:35 #9 18.97 Get:343 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
11:00:35 #9 18.98 Get:344 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-libxml-perl armhf 2.0207+dfsg+really+2.0134-1 [311 kB]
11:00:35 #9 19.04 Get:345 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-parser-perl armhf 2.46-3build1 [210 kB]
11:00:35 #9 19.06 Get:346 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:00:35 #9 19.06 Get:347 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libyaml-libyaml-perl armhf 0.83+ds-1build1 [27.3 kB]
11:00:35 #9 19.06 Get:348 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf licensecheck all 3.2.14-2 [40.9 kB]
11:00:35 #9 19.13 Get:349 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevel-size-perl armhf 0.83-1build4 [19.9 kB]
11:00:35 #9 19.13 Get:350 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libipc-run3-perl all 0.048-2 [31.4 kB]
11:00:35 #9 19.13 Get:351 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lzip armhf 1.23-1 [80.2 kB]
11:00:35 #9 19.13 Get:352 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf lzop armhf 1.04-2build2 [84.5 kB]
11:00:35 #9 19.13 Get:353 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf t1utils armhf 1.41-4build2 [53.1 kB]
11:00:35 #9 19.13 Get:354 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf unzip armhf 6.0-26ubuntu3 [162 kB]
11:00:35 #9 19.19 Get:355 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf lintian all 2.114.0ubuntu1.1 [1083 kB]
11:00:35 #9 19.25 Get:356 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf manpages-dev all 5.10-1ubuntu1 [2309 kB]
11:00:35 #9 19.37 Get:357 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-certifi all 2020.6.20-1 [150 kB]
11:00:35 #9 19.37 Get:358 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-idna all 3.3-1 [49.3 kB]
11:00:35 #9 19.38 Get:359 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-six all 1.16.0-3ubuntu1 [12.6 kB]
11:00:35 #9 19.38 Get:360 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
11:00:35 #9 19.38 Get:361 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-requests all 2.25.1+dfsg-2 [47.9 kB]
11:00:35 #9 19.38 Get:362 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-unidiff all 0.5.5-2 [9180 B]
11:00:35 #9 19.38 Get:363 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-xdg all 0.27-2 [36.9 kB]
11:00:35 #9 19.39 Get:364 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf equivs all 2.3.1 [19.0 kB]
11:00:35 #9 19.39 Get:365 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
11:00:35 #9 19.45 Get:366 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf python3-magic all 2:0.4.24-2 [12.6 kB]
11:00:35 #9 19.75 debconf: delaying package configuration, since apt-utils is not installed
11:00:35 #9 19.79 Fetched 114 MB in 12s (9441 kB/s)
11:00:35 #9 19.81 Selecting previously unselected package liblocale-gettext-perl.
11:00:35 #9 19.81 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4388 files and directories currently installed.)
11:00:35 #9 19.81 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_armhf.deb ...
11:00:35 #9 19.82 Unpacking liblocale-gettext-perl (1.07-4build3) ...
11:00:35 #9 19.86 Selecting previously unselected package libpython3.10-minimal:armhf.
11:00:35 #9 19.86 Preparing to unpack .../libpython3.10-minimal_3.10.4-3ubuntu0.1_armhf.deb ...
11:00:36 #9 19.87 Unpacking libpython3.10-minimal:armhf (3.10.4-3ubuntu0.1) ...
11:00:36 #9 19.97 Selecting previously unselected package libexpat1:armhf.
11:00:36 #9 19.97 Preparing to unpack .../libexpat1_2.4.7-1_armhf.deb ...
11:00:36 #9 19.98 Unpacking libexpat1:armhf (2.4.7-1) ...
11:00:36 #9 20.02 Selecting previously unselected package python3.10-minimal.
11:00:36 #9 20.02 Preparing to unpack .../python3.10-minimal_3.10.4-3ubuntu0.1_armhf.deb ...
11:00:36 #9 20.03 Unpacking python3.10-minimal (3.10.4-3ubuntu0.1) ...
11:00:36 #9 20.12 Setting up libpython3.10-minimal:armhf (3.10.4-3ubuntu0.1) ...
11:00:36 #9 20.14 Setting up libexpat1:armhf (2.4.7-1) ...
11:00:36 #9 20.15 Setting up python3.10-minimal (3.10.4-3ubuntu0.1) ...
11:00:37 #9 21.06 Selecting previously unselected package python3-minimal.
11:00:37 #9 21.06 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4704 files and directories currently installed.)
11:00:37 #9 21.06 Preparing to unpack .../0-python3-minimal_3.10.4-0ubuntu2_armhf.deb ...
11:00:37 #9 21.06 Unpacking python3-minimal (3.10.4-0ubuntu2) ...
11:00:37 #9 21.10 Selecting previously unselected package media-types.
11:00:37 #9 21.10 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
11:00:37 #9 21.10 Unpacking media-types (7.0.0) ...
11:00:37 #9 21.16 Selecting previously unselected package libmpdec3:armhf.
11:00:37 #9 21.16 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_armhf.deb ...
11:00:37 #9 21.16 Unpacking libmpdec3:armhf (2.5.1-2build2) ...
11:00:37 #9 21.18 Selecting previously unselected package readline-common.
11:00:37 #9 21.18 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
11:00:37 #9 21.19 Unpacking readline-common (8.1.2-1) ...
11:00:37 #9 21.24 Selecting previously unselected package libreadline8:armhf.
11:00:37 #9 21.24 Preparing to unpack .../4-libreadline8_8.1.2-1_armhf.deb ...
11:00:37 #9 21.24 Unpacking libreadline8:armhf (8.1.2-1) ...
11:00:37 #9 21.28 Selecting previously unselected package libsqlite3-0:armhf.
11:00:37 #9 21.28 Preparing to unpack .../5-libsqlite3-0_3.37.2-2_armhf.deb ...
11:00:37 #9 21.28 Unpacking libsqlite3-0:armhf (3.37.2-2) ...
11:00:37 #9 21.33 Selecting previously unselected package libpython3.10-stdlib:armhf.
11:00:37 #9 21.33 Preparing to unpack .../6-libpython3.10-stdlib_3.10.4-3ubuntu0.1_armhf.deb ...
11:00:37 #9 21.33 Unpacking libpython3.10-stdlib:armhf (3.10.4-3ubuntu0.1) ...
11:00:37 #9 21.46 Selecting previously unselected package python3.10.
11:00:37 #9 21.46 Preparing to unpack .../7-python3.10_3.10.4-3ubuntu0.1_armhf.deb ...
11:00:37 #9 21.46 Unpacking python3.10 (3.10.4-3ubuntu0.1) ...
11:00:37 #9 21.50 Selecting previously unselected package libpython3-stdlib:armhf.
11:00:37 #9 21.50 Preparing to unpack .../8-libpython3-stdlib_3.10.4-0ubuntu2_armhf.deb ...
11:00:37 #9 21.51 Unpacking libpython3-stdlib:armhf (3.10.4-0ubuntu2) ...
11:00:37 #9 21.53 Setting up python3-minimal (3.10.4-0ubuntu2) ...
11:00:38 #9 21.82 Selecting previously unselected package python3.
11:00:38 #9 21.82 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5133 files and directories currently installed.)
11:00:38 #9 21.82 Preparing to unpack .../000-python3_3.10.4-0ubuntu2_armhf.deb ...
11:00:38 #9 21.84 Unpacking python3 (3.10.4-0ubuntu2) ...
11:00:38 #9 21.88 Selecting previously unselected package perl-modules-5.34.
11:00:38 #9 21.88 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1_all.deb ...
11:00:38 #9 21.88 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1) ...
11:00:38 #9 22.26 Selecting previously unselected package libgdbm6:armhf.
11:00:38 #9 22.26 Preparing to unpack .../002-libgdbm6_1.23-1_armhf.deb ...
11:00:38 #9 22.27 Unpacking libgdbm6:armhf (1.23-1) ...
11:00:38 #9 22.30 Selecting previously unselected package libgdbm-compat4:armhf.
11:00:38 #9 22.30 Preparing to unpack .../003-libgdbm-compat4_1.23-1_armhf.deb ...
11:00:38 #9 22.30 Unpacking libgdbm-compat4:armhf (1.23-1) ...
11:00:38 #9 22.34 Selecting previously unselected package libperl5.34:armhf.
11:00:38 #9 22.34 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1_armhf.deb ...
11:00:38 #9 22.34 Unpacking libperl5.34:armhf (5.34.0-3ubuntu1) ...
11:00:38 #9 22.62 Selecting previously unselected package perl.
11:00:38 #9 22.62 Preparing to unpack .../005-perl_5.34.0-3ubuntu1_armhf.deb ...
11:00:38 #9 22.63 Unpacking perl (5.34.0-3ubuntu1) ...
11:00:38 #9 22.68 Selecting previously unselected package openssl.
11:00:38 #9 22.68 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1.6_armhf.deb ...
11:00:38 #9 22.68 Unpacking openssl (3.0.2-0ubuntu1.6) ...
11:00:38 #9 22.75 Selecting previously unselected package ca-certificates.
11:00:38 #9 22.75 Preparing to unpack .../007-ca-certificates_20211016_all.deb ...
11:00:38 #9 22.76 Unpacking ca-certificates (20211016) ...
11:00:38 #9 22.81 Selecting previously unselected package distro-info-data.
11:00:38 #9 22.82 Preparing to unpack .../008-distro-info-data_0.52ubuntu0.1_all.deb ...
11:00:38 #9 22.82 Unpacking distro-info-data (0.52ubuntu0.1) ...
11:00:38 #9 22.85 Selecting previously unselected package iso-codes.
11:00:38 #9 22.85 Preparing to unpack .../009-iso-codes_4.9.0-1_all.deb ...
11:00:38 #9 22.86 Unpacking iso-codes (4.9.0-1) ...
11:00:39 #9 23.09 Selecting previously unselected package less.
11:00:39 #9 23.09 Preparing to unpack .../010-less_590-1build1_armhf.deb ...
11:00:39 #9 23.10 Unpacking less (590-1build1) ...
11:00:39 #9 23.14 Selecting previously unselected package libmd0:armhf.
11:00:39 #9 23.14 Preparing to unpack .../011-libmd0_1.0.4-1build1_armhf.deb ...
11:00:39 #9 23.14 Unpacking libmd0:armhf (1.0.4-1build1) ...
11:00:39 #9 23.19 Selecting previously unselected package libbsd0:armhf.
11:00:39 #9 23.19 Preparing to unpack .../012-libbsd0_0.11.5-1_armhf.deb ...
11:00:39 #9 23.19 Unpacking libbsd0:armhf (0.11.5-1) ...
11:00:39 #9 23.23 Selecting previously unselected package libelf1:armhf.
11:00:39 #9 23.23 Preparing to unpack .../013-libelf1_0.186-1build1_armhf.deb ...
11:00:39 #9 23.24 Unpacking libelf1:armhf (0.186-1build1) ...
11:00:39 #9 23.27 Selecting previously unselected package libicu70:armhf.
11:00:39 #9 23.27 Preparing to unpack .../014-libicu70_70.1-2_armhf.deb ...
11:00:39 #9 23.28 Unpacking libicu70:armhf (70.1-2) ...
11:00:39 #9 23.63 Selecting previously unselected package libxml2:armhf.
11:00:39 #9 23.63 Preparing to unpack .../015-libxml2_2.9.13+dfsg-1ubuntu0.1_armhf.deb ...
11:00:39 #9 23.64 Unpacking libxml2:armhf (2.9.13+dfsg-1ubuntu0.1) ...
11:00:40 #9 23.69 Selecting previously unselected package libyaml-0-2:armhf.
11:00:40 #9 23.69 Preparing to unpack .../016-libyaml-0-2_0.2.2-1build2_armhf.deb ...
11:00:40 #9 23.69 Unpacking libyaml-0-2:armhf (0.2.2-1build2) ...
11:00:40 #9 23.73 Selecting previously unselected package lsb-release.
11:00:40 #9 23.73 Preparing to unpack .../017-lsb-release_11.1.0ubuntu4_all.deb ...
11:00:40 #9 23.73 Unpacking lsb-release (11.1.0ubuntu4) ...
11:00:40 #9 23.77 Selecting previously unselected package netbase.
11:00:40 #9 23.77 Preparing to unpack .../018-netbase_6.3_all.deb ...
11:00:40 #9 23.77 Unpacking netbase (6.3) ...
11:00:40 #9 23.80 Selecting previously unselected package python-apt-common.
11:00:40 #9 23.80 Preparing to unpack .../019-python-apt-common_2.3.0ubuntu2.1_all.deb ...
11:00:40 #9 23.80 Unpacking python-apt-common (2.3.0ubuntu2.1) ...
11:00:40 #9 23.85 Selecting previously unselected package python3-apt.
11:00:40 #9 23.85 Preparing to unpack .../020-python3-apt_2.3.0ubuntu2.1_armhf.deb ...
11:00:40 #9 23.86 Unpacking python3-apt (2.3.0ubuntu2.1) ...
11:00:40 #9 23.90 Selecting previously unselected package python3-pkg-resources.
11:00:40 #9 23.90 Preparing to unpack .../021-python3-pkg-resources_59.6.0-1.2_all.deb ...
11:00:40 #9 23.90 Unpacking python3-pkg-resources (59.6.0-1.2) ...
11:00:40 #9 23.95 Selecting previously unselected package ucf.
11:00:40 #9 23.95 Preparing to unpack .../022-ucf_3.0043_all.deb ...
11:00:40 #9 23.96 Moving old data out of the way
11:00:40 #9 23.96 Unpacking ucf (3.0043) ...
11:00:40 #9 24.00 Selecting previously unselected package bsdextrautils.
11:00:40 #9 24.00 Preparing to unpack .../023-bsdextrautils_2.37.2-4ubuntu3_armhf.deb ...
11:00:40 #9 24.01 Unpacking bsdextrautils (2.37.2-4ubuntu3) ...
11:00:40 #9 24.05 Selecting previously unselected package libmagic-mgc.
11:00:40 #9 24.05 Preparing to unpack .../024-libmagic-mgc_1%3a5.41-3_armhf.deb ...
11:00:40 #9 24.05 Unpacking libmagic-mgc (1:5.41-3) ...
11:00:40 #9 24.17 Selecting previously unselected package libmagic1:armhf.
11:00:40 #9 24.17 Preparing to unpack .../025-libmagic1_1%3a5.41-3_armhf.deb ...
11:00:40 #9 24.17 Unpacking libmagic1:armhf (1:5.41-3) ...
11:00:40 #9 24.21 Selecting previously unselected package file.
11:00:40 #9 24.21 Preparing to unpack .../026-file_1%3a5.41-3_armhf.deb ...
11:00:40 #9 24.21 Unpacking file (1:5.41-3) ...
11:00:40 #9 24.24 Selecting previously unselected package gettext-base.
11:00:40 #9 24.24 Preparing to unpack .../027-gettext-base_0.21-4ubuntu4_armhf.deb ...
11:00:40 #9 24.25 Unpacking gettext-base (0.21-4ubuntu4) ...
11:00:40 #9 24.29 Selecting previously unselected package libuchardet0:armhf.
11:00:40 #9 24.29 Preparing to unpack .../028-libuchardet0_0.0.7-1build2_armhf.deb ...
11:00:40 #9 24.29 Unpacking libuchardet0:armhf (0.0.7-1build2) ...
11:00:40 #9 24.33 Selecting previously unselected package groff-base.
11:00:40 #9 24.33 Preparing to unpack .../029-groff-base_1.22.4-8build1_armhf.deb ...
11:00:40 #9 24.33 Unpacking groff-base (1.22.4-8build1) ...
11:00:40 #9 24.44 Selecting previously unselected package libcbor0.8:armhf.
11:00:40 #9 24.44 Preparing to unpack .../030-libcbor0.8_0.8.0-2ubuntu1_armhf.deb ...
11:00:40 #9 24.44 Unpacking libcbor0.8:armhf (0.8.0-2ubuntu1) ...
11:00:40 #9 24.48 Selecting previously unselected package libedit2:armhf.
11:00:40 #9 24.48 Preparing to unpack .../031-libedit2_3.1-20210910-1build1_armhf.deb ...
11:00:40 #9 24.49 Unpacking libedit2:armhf (3.1-20210910-1build1) ...
11:00:40 #9 24.53 Selecting previously unselected package libfido2-1:armhf.
11:00:40 #9 24.53 Preparing to unpack .../032-libfido2-1_1.10.0-1_armhf.deb ...
11:00:40 #9 24.53 Unpacking libfido2-1:armhf (1.10.0-1) ...
11:00:40 #9 24.57 Selecting previously unselected package libnghttp2-14:armhf.
11:00:40 #9 24.57 Preparing to unpack .../033-libnghttp2-14_1.43.0-1build3_armhf.deb ...
11:00:40 #9 24.57 Unpacking libnghttp2-14:armhf (1.43.0-1build3) ...
11:00:40 #9 24.60 Selecting previously unselected package libpipeline1:armhf.
11:00:40 #9 24.60 Preparing to unpack .../034-libpipeline1_1.5.5-1_armhf.deb ...
11:00:40 #9 24.61 Unpacking libpipeline1:armhf (1.5.5-1) ...
11:00:40 #9 24.64 Selecting previously unselected package libpng16-16:armhf.
11:00:40 #9 24.64 Preparing to unpack .../035-libpng16-16_1.6.37-3build5_armhf.deb ...
11:00:40 #9 24.65 Unpacking libpng16-16:armhf (1.6.37-3build5) ...
11:00:40 #9 24.69 Selecting previously unselected package libpsl5:armhf.
11:00:40 #9 24.69 Preparing to unpack .../036-libpsl5_0.21.0-1.2build2_armhf.deb ...
11:00:40 #9 24.69 Unpacking libpsl5:armhf (0.21.0-1.2build2) ...
11:00:40 #9 24.79 Selecting previously unselected package libxau6:armhf.
11:00:40 #9 24.79 Preparing to unpack .../037-libxau6_1%3a1.0.9-1build5_armhf.deb ...
11:00:40 #9 24.79 Unpacking libxau6:armhf (1:1.0.9-1build5) ...
11:00:41 #9 24.84 Selecting previously unselected package libxdmcp6:armhf.
11:00:41 #9 24.84 Preparing to unpack .../038-libxdmcp6_1%3a1.1.3-0ubuntu5_armhf.deb ...
11:00:41 #9 24.84 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu5) ...
11:00:41 #9 24.92 Selecting previously unselected package libxcb1:armhf.
11:00:41 #9 24.92 Preparing to unpack .../039-libxcb1_1.14-3ubuntu3_armhf.deb ...
11:00:41 #9 24.93 Unpacking libxcb1:armhf (1.14-3ubuntu3) ...
11:00:41 #9 24.96 Selecting previously unselected package libx11-data.
11:00:41 #9 24.96 Preparing to unpack .../040-libx11-data_2%3a1.7.5-1_all.deb ...
11:00:41 #9 24.97 Unpacking libx11-data (2:1.7.5-1) ...
11:00:41 #9 25.05 Selecting previously unselected package libx11-6:armhf.
11:00:41 #9 25.05 Preparing to unpack .../041-libx11-6_2%3a1.7.5-1_armhf.deb ...
11:00:41 #9 25.05 Unpacking libx11-6:armhf (2:1.7.5-1) ...
11:00:41 #9 25.11 Selecting previously unselected package libxext6:armhf.
11:00:41 #9 25.11 Preparing to unpack .../042-libxext6_2%3a1.3.4-1build1_armhf.deb ...
11:00:41 #9 25.11 Unpacking libxext6:armhf (2:1.3.4-1build1) ...
11:00:41 #9 25.14 Selecting previously unselected package libxmuu1:armhf.
11:00:41 #9 25.14 Preparing to unpack .../043-libxmuu1_2%3a1.1.3-3_armhf.deb ...
11:00:41 #9 25.15 Unpacking libxmuu1:armhf (2:1.1.3-3) ...
11:00:41 #9 25.20 Selecting previously unselected package man-db.
11:00:41 #9 25.20 Preparing to unpack .../044-man-db_2.10.2-1_armhf.deb ...
11:00:41 #9 25.20 Unpacking man-db (2.10.2-1) ...
11:00:41 #9 25.27 Selecting previously unselected package manpages.
11:00:41 #9 25.27 Preparing to unpack .../045-manpages_5.10-1ubuntu1_all.deb ...
11:00:41 #9 25.27 Unpacking manpages (5.10-1ubuntu1) ...
11:00:41 #9 25.51 Selecting previously unselected package openssh-client.
11:00:41 #9 25.51 Preparing to unpack .../046-openssh-client_1%3a8.9p1-3_armhf.deb ...
11:00:41 #9 25.52 Unpacking openssh-client (1:8.9p1-3) ...
11:00:41 #9 25.64 Selecting previously unselected package publicsuffix.
11:00:41 #9 25.64 Preparing to unpack .../047-publicsuffix_20211207.1025-1_all.deb ...
11:00:41 #9 25.64 Unpacking publicsuffix (20211207.1025-1) ...
11:00:41 #9 25.68 Selecting previously unselected package strace.
11:00:41 #9 25.68 Preparing to unpack .../048-strace_5.16-0ubuntu3_armhf.deb ...
11:00:41 #9 25.69 Unpacking strace (5.16-0ubuntu3) ...
11:00:42 #9 25.77 Selecting previously unselected package xauth.
11:00:42 #9 25.77 Preparing to unpack .../049-xauth_1%3a1.1-1build2_armhf.deb ...
11:00:42 #9 25.79 Unpacking xauth (1:1.1-1build2) ...
11:00:42 #9 25.82 Selecting previously unselected package xz-utils.
11:00:42 #9 25.82 Preparing to unpack .../050-xz-utils_5.2.5-2ubuntu1_armhf.deb ...
11:00:42 #9 25.84 Unpacking xz-utils (5.2.5-2ubuntu1) ...
11:00:42 #9 25.88 Selecting previously unselected package libsigsegv2:armhf.
11:00:42 #9 25.88 Preparing to unpack .../051-libsigsegv2_2.13-1ubuntu3_armhf.deb ...
11:00:42 #9 25.89 Unpacking libsigsegv2:armhf (2.13-1ubuntu3) ...
11:00:42 #9 25.92 Selecting previously unselected package m4.
11:00:42 #9 25.92 Preparing to unpack .../052-m4_1.4.18-5ubuntu2_armhf.deb ...
11:00:42 #9 25.93 Unpacking m4 (1.4.18-5ubuntu2) ...
11:00:42 #9 25.97 Selecting previously unselected package autoconf.
11:00:42 #9 25.97 Preparing to unpack .../053-autoconf_2.71-2_all.deb ...
11:00:42 #9 25.97 Unpacking autoconf (2.71-2) ...
11:00:42 #9 26.05 Selecting previously unselected package autotools-dev.
11:00:42 #9 26.05 Preparing to unpack .../054-autotools-dev_20220109.1_all.deb ...
11:00:42 #9 26.06 Unpacking autotools-dev (20220109.1) ...
11:00:42 #9 26.10 Selecting previously unselected package automake.
11:00:42 #9 26.10 Preparing to unpack .../055-automake_1%3a1.16.5-1.3_all.deb ...
11:00:42 #9 26.10 Unpacking automake (1:1.16.5-1.3) ...
11:00:42 #9 26.22 Selecting previously unselected package autopoint.
11:00:42 #9 26.22 Preparing to unpack .../056-autopoint_0.21-4ubuntu4_all.deb ...
11:00:42 #9 26.22 Unpacking autopoint (0.21-4ubuntu4) ...
11:00:42 #9 26.26 Selecting previously unselected package binutils-common:armhf.
11:00:42 #9 26.26 Preparing to unpack .../057-binutils-common_2.38-3ubuntu1_armhf.deb ...
11:00:42 #9 26.26 Unpacking binutils-common:armhf (2.38-3ubuntu1) ...
11:00:42 #9 26.31 Selecting previously unselected package libbinutils:armhf.
11:00:42 #9 26.31 Preparing to unpack .../058-libbinutils_2.38-3ubuntu1_armhf.deb ...
11:00:42 #9 26.31 Unpacking libbinutils:armhf (2.38-3ubuntu1) ...
11:00:42 #9 26.36 Selecting previously unselected package libctf-nobfd0:armhf.
11:00:42 #9 26.36 Preparing to unpack .../059-libctf-nobfd0_2.38-3ubuntu1_armhf.deb ...
11:00:42 #9 26.36 Unpacking libctf-nobfd0:armhf (2.38-3ubuntu1) ...
11:00:42 #9 26.42 Selecting previously unselected package libctf0:armhf.
11:00:42 #9 26.42 Preparing to unpack .../060-libctf0_2.38-3ubuntu1_armhf.deb ...
11:00:42 #9 26.43 Unpacking libctf0:armhf (2.38-3ubuntu1) ...
11:00:42 #9 26.46 Selecting previously unselected package binutils-arm-linux-gnueabihf.
11:00:42 #9 26.46 Preparing to unpack .../061-binutils-arm-linux-gnueabihf_2.38-3ubuntu1_armhf.deb ...
11:00:42 #9 26.48 Unpacking binutils-arm-linux-gnueabihf (2.38-3ubuntu1) ...
11:00:42 #9 26.61 Selecting previously unselected package binutils.
11:00:42 #9 26.61 Preparing to unpack .../062-binutils_2.38-3ubuntu1_armhf.deb ...
11:00:42 #9 26.62 Unpacking binutils (2.38-3ubuntu1) ...
11:00:42 #9 26.65 Selecting previously unselected package libc-dev-bin.
11:00:42 #9 26.65 Preparing to unpack .../063-libc-dev-bin_2.35-0ubuntu3.1_armhf.deb ...
11:00:42 #9 26.66 Unpacking libc-dev-bin (2.35-0ubuntu3.1) ...
11:00:42 #9 26.70 Selecting previously unselected package linux-libc-dev:armhf.
11:00:42 #9 26.70 Preparing to unpack .../064-linux-libc-dev_5.15.0-43.46_armhf.deb ...
11:00:42 #9 26.71 Unpacking linux-libc-dev:armhf (5.15.0-43.46) ...
11:00:43 #9 27.05 Selecting previously unselected package libcrypt-dev:armhf.
11:00:43 #9 27.05 Preparing to unpack .../065-libcrypt-dev_1%3a4.4.27-1_armhf.deb ...
11:00:43 #9 27.07 Unpacking libcrypt-dev:armhf (1:4.4.27-1) ...
11:00:43 #9 ...
11:00:43 
11:00:43 #14 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:43 #14 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:43 #14 extracting sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 4.6s done
11:00:43 #14 extracting sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 9.1s
11:00:43 #14 ...
11:00:43 
11:00:43 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:43 #9 sha256:2ac5dbab5439b7156233d5b5bd1469968ab41fbd16ceb2a8b93593ed10166d81
11:00:43 #9 27.49 Selecting previously unselected package rpcsvc-proto.
11:00:43 #9 27.49 Preparing to unpack .../066-rpcsvc-proto_1.4.2-0ubuntu6_armhf.deb ...
11:00:43 #9 27.49 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
11:00:43 #9 27.53 Selecting previously unselected package libtirpc-dev:armhf.
11:00:43 #9 27.53 Preparing to unpack .../067-libtirpc-dev_1.3.2-2ubuntu0.1_armhf.deb ...
11:00:43 #9 27.53 Unpacking libtirpc-dev:armhf (1.3.2-2ubuntu0.1) ...
11:00:43 #9 27.57 Selecting previously unselected package libnsl-dev:armhf.
11:00:43 #9 27.57 Preparing to unpack .../068-libnsl-dev_1.3.0-2build2_armhf.deb ...
11:00:43 #9 27.58 Unpacking libnsl-dev:armhf (1.3.0-2build2) ...
11:00:43 #9 27.62 Selecting previously unselected package libc6-dev:armhf.
11:00:43 #9 27.62 Preparing to unpack .../069-libc6-dev_2.35-0ubuntu3.1_armhf.deb ...
11:00:43 #9 27.63 Unpacking libc6-dev:armhf (2.35-0ubuntu3.1) ...
11:00:44 #9 27.79 Selecting previously unselected package gcc-11-base:armhf.
11:00:44 #9 27.79 Preparing to unpack .../070-gcc-11-base_11.2.0-19ubuntu1_armhf.deb ...
11:00:44 #9 27.79 Unpacking gcc-11-base:armhf (11.2.0-19ubuntu1) ...
11:00:44 #9 27.84 Selecting previously unselected package libisl23:armhf.
11:00:44 #9 27.84 Preparing to unpack .../071-libisl23_0.24-2build1_armhf.deb ...
11:00:44 #9 27.84 Unpacking libisl23:armhf (0.24-2build1) ...
11:00:44 #9 27.89 Selecting previously unselected package libmpfr6:armhf.
11:00:44 #9 27.89 Preparing to unpack .../072-libmpfr6_4.1.0-3build3_armhf.deb ...
11:00:44 #9 27.91 Unpacking libmpfr6:armhf (4.1.0-3build3) ...
11:00:44 #9 27.97 Selecting previously unselected package libmpc3:armhf.
11:00:44 #9 27.97 Preparing to unpack .../073-libmpc3_1.2.1-2build1_armhf.deb ...
11:00:44 #9 27.97 Unpacking libmpc3:armhf (1.2.1-2build1) ...
11:00:44 #9 27.99 Selecting previously unselected package cpp-11.
11:00:44 #9 27.99 Preparing to unpack .../074-cpp-11_11.2.0-19ubuntu1_armhf.deb ...
11:00:44 #9 28.01 Unpacking cpp-11 (11.2.0-19ubuntu1) ...
11:00:44 #9 28.28 Selecting previously unselected package cpp.
11:00:44 #9 28.28 Preparing to unpack .../075-cpp_4%3a11.2.0-1ubuntu1_armhf.deb ...
11:00:44 #9 28.28 Unpacking cpp (4:11.2.0-1ubuntu1) ...
11:00:44 #9 28.32 Selecting previously unselected package libcc1-0:armhf.
11:00:44 #9 28.32 Preparing to unpack .../076-libcc1-0_12-20220319-1ubuntu1_armhf.deb ...
11:00:44 #9 28.33 Unpacking libcc1-0:armhf (12-20220319-1ubuntu1) ...
11:00:44 #9 28.37 Selecting previously unselected package libgomp1:armhf.
11:00:44 #9 28.37 Preparing to unpack .../077-libgomp1_12-20220319-1ubuntu1_armhf.deb ...
11:00:44 #9 28.37 Unpacking libgomp1:armhf (12-20220319-1ubuntu1) ...
11:00:44 #9 28.42 Selecting previously unselected package libatomic1:armhf.
11:00:44 #9 28.42 Preparing to unpack .../078-libatomic1_12-20220319-1ubuntu1_armhf.deb ...
11:00:44 #9 28.42 Unpacking libatomic1:armhf (12-20220319-1ubuntu1) ...
11:00:44 #9 28.47 Selecting previously unselected package libasan6:armhf.
11:00:44 #9 28.47 Preparing to unpack .../079-libasan6_11.2.0-19ubuntu1_armhf.deb ...
11:00:44 #9 28.48 Unpacking libasan6:armhf (11.2.0-19ubuntu1) ...
11:00:44 #9 28.60 Selecting previously unselected package libubsan1:armhf.
11:00:44 #9 28.60 Preparing to unpack .../080-libubsan1_12-20220319-1ubuntu1_armhf.deb ...
11:00:44 #9 28.61 Unpacking libubsan1:armhf (12-20220319-1ubuntu1) ...
11:00:44 #9 28.69 Selecting previously unselected package libgcc-11-dev:armhf.
11:00:44 #9 28.69 Preparing to unpack .../081-libgcc-11-dev_11.2.0-19ubuntu1_armhf.deb ...
11:00:44 #9 28.69 Unpacking libgcc-11-dev:armhf (11.2.0-19ubuntu1) ...
11:00:44 #9 28.81 Selecting previously unselected package gcc-11.
11:00:44 #9 28.81 Preparing to unpack .../082-gcc-11_11.2.0-19ubuntu1_armhf.deb ...
11:00:45 #9 28.82 Unpacking gcc-11 (11.2.0-19ubuntu1) ...
11:00:45 #9 29.20 Selecting previously unselected package gcc.
11:00:45 #9 29.20 Preparing to unpack .../083-gcc_4%3a11.2.0-1ubuntu1_armhf.deb ...
11:00:45 #9 29.20 Unpacking gcc (4:11.2.0-1ubuntu1) ...
11:00:45 #9 29.29 Selecting previously unselected package libstdc++-11-dev:armhf.
11:00:45 #9 29.29 Preparing to unpack .../084-libstdc++-11-dev_11.2.0-19ubuntu1_armhf.deb ...
11:00:45 #9 29.29 Unpacking libstdc++-11-dev:armhf (11.2.0-19ubuntu1) ...
11:00:45 #9 29.58 Selecting previously unselected package g++-11.
11:00:45 #9 29.58 Preparing to unpack .../085-g++-11_11.2.0-19ubuntu1_armhf.deb ...
11:00:45 #9 29.58 Unpacking g++-11 (11.2.0-19ubuntu1) ...
11:00:46 #9 29.83 Selecting previously unselected package g++.
11:00:46 #9 29.83 Preparing to unpack .../086-g++_4%3a11.2.0-1ubuntu1_armhf.deb ...
11:00:46 #9 29.84 Unpacking g++ (4:11.2.0-1ubuntu1) ...
11:00:46 #9 29.87 Selecting previously unselected package make.
11:00:46 #9 29.87 Preparing to unpack .../087-make_4.3-4.1build1_armhf.deb ...
11:00:46 #9 29.88 Unpacking make (4.3-4.1build1) ...
11:00:46 #9 29.93 Selecting previously unselected package libdpkg-perl.
11:00:46 #9 29.93 Preparing to unpack .../088-libdpkg-perl_1.21.1ubuntu2.1_all.deb ...
11:00:46 #9 29.93 Unpacking libdpkg-perl (1.21.1ubuntu2.1) ...
11:00:46 #9 29.99 Selecting previously unselected package bzip2.
11:00:46 #9 29.99 Preparing to unpack .../089-bzip2_1.0.8-5build1_armhf.deb ...
11:00:46 #9 30.01 Unpacking bzip2 (1.0.8-5build1) ...
11:00:46 #9 30.05 Selecting previously unselected package patch.
11:00:46 #9 30.05 Preparing to unpack .../090-patch_2.7.6-7build2_armhf.deb ...
11:00:46 #9 30.06 Unpacking patch (2.7.6-7build2) ...
11:00:46 #9 30.09 Selecting previously unselected package lto-disabled-list.
11:00:46 #9 30.09 Preparing to unpack .../091-lto-disabled-list_24_all.deb ...
11:00:46 #9 30.10 Unpacking lto-disabled-list (24) ...
11:00:46 #9 30.13 Selecting previously unselected package dpkg-dev.
11:00:46 #9 30.13 Preparing to unpack .../092-dpkg-dev_1.21.1ubuntu2.1_all.deb ...
11:00:46 #9 30.14 Unpacking dpkg-dev (1.21.1ubuntu2.1) ...
11:00:46 #9 30.19 Selecting previously unselected package build-essential.
11:00:46 #9 30.19 Preparing to unpack .../093-build-essential_12.9ubuntu3_armhf.deb ...
11:00:46 #9 30.20 Unpacking build-essential (12.9ubuntu3) ...
11:00:46 #9 30.25 Selecting previously unselected package libbrotli1:armhf.
11:00:46 #9 30.25 Preparing to unpack .../094-libbrotli1_1.0.9-2build6_armhf.deb ...
11:00:46 #9 30.26 Unpacking libbrotli1:armhf (1.0.9-2build6) ...
11:00:46 #9 30.29 Selecting previously unselected package libsasl2-modules-db:armhf.
11:00:46 #9 30.29 Preparing to unpack .../095-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1_armhf.deb ...
11:00:46 #9 30.29 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1) ...
11:00:46 #9 30.34 Selecting previously unselected package libsasl2-2:armhf.
11:00:46 #9 30.34 Preparing to unpack .../096-libsasl2-2_2.1.27+dfsg2-3ubuntu1_armhf.deb ...
11:00:46 #9 30.34 Unpacking libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1) ...
11:00:46 #9 30.41 Selecting previously unselected package libldap-2.5-0:armhf.
11:00:46 #9 30.41 Preparing to unpack .../097-libldap-2.5-0_2.5.12+dfsg-0ubuntu0.22.04.1_armhf.deb ...
11:00:46 #9 30.41 Unpacking libldap-2.5-0:armhf (2.5.12+dfsg-0ubuntu0.22.04.1) ...
11:00:46 #9 30.46 Selecting previously unselected package librtmp1:armhf.
11:00:46 #9 30.46 Preparing to unpack .../098-librtmp1_2.4+20151223.gitfa8646d.1-2build4_armhf.deb ...
11:00:46 #9 30.47 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
11:00:46 #9 30.50 Selecting previously unselected package libssh-4:armhf.
11:00:46 #9 30.50 Preparing to unpack .../099-libssh-4_0.9.6-2build1_armhf.deb ...
11:00:46 #9 30.51 Unpacking libssh-4:armhf (0.9.6-2build1) ...
11:00:46 #9 30.56 Selecting previously unselected package libcurl4:armhf.
11:00:46 #9 30.56 Preparing to unpack .../100-libcurl4_7.81.0-1ubuntu1.3_armhf.deb ...
11:00:46 #9 30.57 Unpacking libcurl4:armhf (7.81.0-1ubuntu1.3) ...
11:00:46 #9 30.60 Selecting previously unselected package curl.
11:00:46 #9 30.60 Preparing to unpack .../101-curl_7.81.0-1ubuntu1.3_armhf.deb ...
11:00:46 #9 30.61 Unpacking curl (7.81.0-1ubuntu1.3) ...
11:00:46 #9 30.65 Selecting previously unselected package dctrl-tools.
11:00:46 #9 30.65 Preparing to unpack .../102-dctrl-tools_2.24-3build2_armhf.deb ...
11:00:46 #9 30.66 Unpacking dctrl-tools (2.24-3build2) ...
11:00:46 #9 30.70 Selecting previously unselected package libdebhelper-perl.
11:00:46 #9 30.70 Preparing to unpack .../103-libdebhelper-perl_13.6ubuntu1_all.deb ...
11:00:46 #9 30.71 Unpacking libdebhelper-perl (13.6ubuntu1) ...
11:00:46 #9 30.75 Selecting previously unselected package libtool.
11:00:46 #9 30.75 Preparing to unpack .../104-libtool_2.4.6-15build2_all.deb ...
11:00:47 #9 30.76 Unpacking libtool (2.4.6-15build2) ...
11:00:47 #9 30.82 Selecting previously unselected package dh-autoreconf.
11:00:47 #9 30.82 Preparing to unpack .../105-dh-autoreconf_20_all.deb ...
11:00:47 #9 30.83 Unpacking dh-autoreconf (20) ...
11:00:47 #9 30.89 Selecting previously unselected package libarchive-zip-perl.
11:00:47 #9 30.89 Preparing to unpack .../106-libarchive-zip-perl_1.68-1_all.deb ...
11:00:47 #9 30.89 Unpacking libarchive-zip-perl (1.68-1) ...
11:00:47 #9 30.93 Selecting previously unselected package libsub-override-perl.
11:00:47 #9 30.93 Preparing to unpack .../107-libsub-override-perl_0.09-2_all.deb ...
11:00:47 #9 30.93 Unpacking libsub-override-perl (0.09-2) ...
11:00:47 #9 30.98 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:00:47 #9 30.98 Preparing to unpack .../108-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
11:00:47 #9 30.98 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
11:00:47 #9 31.01 Selecting previously unselected package dh-strip-nondeterminism.
11:00:47 #9 31.01 Preparing to unpack .../109-dh-strip-nondeterminism_1.13.0-1_all.deb ...
11:00:47 #9 31.02 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
11:00:47 #9 31.06 Selecting previously unselected package libdw1:armhf.
11:00:47 #9 31.06 Preparing to unpack .../110-libdw1_0.186-1build1_armhf.deb ...
11:00:47 #9 31.07 Unpacking libdw1:armhf (0.186-1build1) ...
11:00:47 #9 31.10 Selecting previously unselected package debugedit.
11:00:47 #9 31.10 Preparing to unpack .../111-debugedit_1%3a5.0-4build1_armhf.deb ...
11:00:47 #9 31.12 Unpacking debugedit (1:5.0-4build1) ...
11:00:47 #9 31.15 Selecting previously unselected package dwz.
11:00:47 #9 31.15 Preparing to unpack .../112-dwz_0.14-1build2_armhf.deb ...
11:00:47 #9 31.15 Unpacking dwz (0.14-1build2) ...
11:00:47 #9 31.20 Selecting previously unselected package gettext.
11:00:47 #9 31.20 Preparing to unpack .../113-gettext_0.21-4ubuntu4_armhf.deb ...
11:00:47 #9 31.20 Unpacking gettext (0.21-4ubuntu4) ...
11:00:47 #9 31.28 Selecting previously unselected package intltool-debian.
11:00:47 #9 31.28 Preparing to unpack .../114-intltool-debian_0.35.0+20060710.5_all.deb ...
11:00:47 #9 31.28 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:00:47 #9 31.33 Selecting previously unselected package po-debconf.
11:00:47 #9 31.33 Preparing to unpack .../115-po-debconf_1.0.21+nmu1_all.deb ...
11:00:47 #9 31.33 Unpacking po-debconf (1.0.21+nmu1) ...
11:00:47 #9 31.40 Selecting previously unselected package debhelper.
11:00:47 #9 31.40 Preparing to unpack .../116-debhelper_13.6ubuntu1_all.deb ...
11:00:47 #9 31.42 Unpacking debhelper (13.6ubuntu1) ...
11:00:47 #9 31.48 Selecting previously unselected package libfakeroot:armhf.
11:00:47 #9 31.48 Preparing to unpack .../117-libfakeroot_1.28-1ubuntu1_armhf.deb ...
11:00:47 #9 31.49 Unpacking libfakeroot:armhf (1.28-1ubuntu1) ...
11:00:47 #9 31.54 Selecting previously unselected package fakeroot.
11:00:47 #9 31.54 Preparing to unpack .../118-fakeroot_1.28-1ubuntu1_armhf.deb ...
11:00:47 #9 31.54 Unpacking fakeroot (1.28-1ubuntu1) ...
11:00:47 #9 31.57 Selecting previously unselected package libassuan0:armhf.
11:00:47 #9 31.57 Preparing to unpack .../119-libassuan0_2.5.5-1build1_armhf.deb ...
11:00:47 #9 31.57 Unpacking libassuan0:armhf (2.5.5-1build1) ...
11:00:47 #9 31.62 Selecting previously unselected package gpgconf.
11:00:47 #9 31.62 Preparing to unpack .../120-gpgconf_2.2.27-3ubuntu2.1_armhf.deb ...
11:00:47 #9 31.62 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
11:00:47 #9 31.66 Selecting previously unselected package libksba8:armhf.
11:00:47 #9 31.66 Preparing to unpack .../121-libksba8_1.6.0-2build1_armhf.deb ...
11:00:47 #9 31.67 Unpacking libksba8:armhf (1.6.0-2build1) ...
11:00:47 #9 31.73 Selecting previously unselected package libnpth0:armhf.
11:00:47 #9 31.73 Preparing to unpack .../122-libnpth0_1.6-3build2_armhf.deb ...
11:00:47 #9 31.73 Unpacking libnpth0:armhf (1.6-3build2) ...
11:00:47 #9 31.78 Selecting previously unselected package dirmngr.
11:00:47 #9 31.78 Preparing to unpack .../123-dirmngr_2.2.27-3ubuntu2.1_armhf.deb ...
11:00:48 #9 31.81 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
11:00:48 #9 31.85 Selecting previously unselected package gnupg-l10n.
11:00:48 #9 31.85 Preparing to unpack .../124-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
11:00:48 #9 31.86 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
11:00:48 #9 31.90 Selecting previously unselected package gnupg-utils.
11:00:48 #9 31.90 Preparing to unpack .../125-gnupg-utils_2.2.27-3ubuntu2.1_armhf.deb ...
11:00:48 #9 31.90 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
11:00:48 #9 31.95 Selecting previously unselected package gpg.
11:00:48 #9 31.95 Preparing to unpack .../126-gpg_2.2.27-3ubuntu2.1_armhf.deb ...
11:00:48 #9 31.96 Unpacking gpg (2.2.27-3ubuntu2.1) ...
11:00:48 #9 32.01 Selecting previously unselected package pinentry-curses.
11:00:48 #9 32.01 Preparing to unpack .../127-pinentry-curses_1.1.1-1build2_armhf.deb ...
11:00:48 #9 32.02 Unpacking pinentry-curses (1.1.1-1build2) ...
11:00:48 #9 32.08 Selecting previously unselected package gpg-agent.
11:00:48 #9 32.08 Preparing to unpack .../128-gpg-agent_2.2.27-3ubuntu2.1_armhf.deb ...
11:00:48 #9 32.09 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
11:00:48 #9 32.13 Selecting previously unselected package gpg-wks-client.
11:00:48 #9 32.13 Preparing to unpack .../129-gpg-wks-client_2.2.27-3ubuntu2.1_armhf.deb ...
11:00:48 #9 32.13 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
11:00:48 #9 32.18 Selecting previously unselected package gpg-wks-server.
11:00:48 #9 32.18 Preparing to unpack .../130-gpg-wks-server_2.2.27-3ubuntu2.1_armhf.deb ...
11:00:48 #9 32.18 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
11:00:48 #9 32.21 Selecting previously unselected package gpgsm.
11:00:48 #9 32.21 Preparing to unpack .../131-gpgsm_2.2.27-3ubuntu2.1_armhf.deb ...
11:00:48 #9 32.21 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
11:00:48 #9 32.25 Selecting previously unselected package gnupg.
11:00:48 #9 32.25 Preparing to unpack .../132-gnupg_2.2.27-3ubuntu2.1_all.deb ...
11:00:48 #9 32.25 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
11:00:48 #9 32.30 Selecting previously unselected package libfile-dirlist-perl.
11:00:48 #9 32.30 Preparing to unpack .../133-libfile-dirlist-perl_0.05-2_all.deb ...
11:00:48 #9 32.30 Unpacking libfile-dirlist-perl (0.05-2) ...
11:00:48 #9 32.39 Selecting previously unselected package libfile-which-perl.
11:00:48 #9 32.39 Preparing to unpack .../134-libfile-which-perl_1.23-1_all.deb ...
11:00:48 #9 32.41 Unpacking libfile-which-perl (1.23-1) ...
11:00:49 #9 32.96 Selecting previously unselected package libfile-homedir-perl.
11:00:49 #9 32.96 Preparing to unpack .../135-libfile-homedir-perl_1.006-1_all.deb ...
11:00:49 #9 32.97 Unpacking libfile-homedir-perl (1.006-1) ...
11:00:49 #9 33.21 Selecting previously unselected package libfile-touch-perl.
11:00:49 #9 33.21 Preparing to unpack .../136-libfile-touch-perl_0.12-1_all.deb ...
11:00:49 #9 33.23 Unpacking libfile-touch-perl (0.12-1) ...
11:00:49 #9 33.31 Selecting previously unselected package libio-pty-perl.
11:00:49 #9 33.32 Preparing to unpack .../137-libio-pty-perl_1%3a1.15-2build2_armhf.deb ...
11:00:49 #9 33.35 Unpacking libio-pty-perl (1:1.15-2build2) ...
11:00:49 #9 33.43 Selecting previously unselected package libipc-run-perl.
11:00:49 #9 33.43 Preparing to unpack .../138-libipc-run-perl_20200505.0-1_all.deb ...
11:00:49 #9 33.58 Unpacking libipc-run-perl (20200505.0-1) ...
11:00:50 #9 34.63 Selecting previously unselected package libclass-method-modifiers-perl.
11:00:50 #9 34.63 Preparing to unpack .../139-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:00:51 #9 34.83 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:00:51 #9 34.92 Selecting previously unselected package libclass-xsaccessor-perl.
11:00:51 #9 34.92 Preparing to unpack .../140-libclass-xsaccessor-perl_1.19-3build9_armhf.deb ...
11:00:51 #9 34.93 Unpacking libclass-xsaccessor-perl (1.19-3build9) ...
11:00:51 #9 34.99 Selecting previously unselected package libb-hooks-op-check-perl.
11:00:51 #9 34.99 Preparing to unpack .../141-libb-hooks-op-check-perl_0.22-1build5_armhf.deb ...
11:00:51 #9 35.00 Unpacking libb-hooks-op-check-perl (0.22-1build5) ...
11:00:51 #9 35.04 Selecting previously unselected package libdynaloader-functions-perl.
11:00:51 #9 35.04 Preparing to unpack .../142-libdynaloader-functions-perl_0.003-1.1_all.deb ...
11:00:51 #9 35.05 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
11:00:51 #9 35.08 Selecting previously unselected package libdevel-callchecker-perl.
11:00:51 #9 35.08 Preparing to unpack .../143-libdevel-callchecker-perl_0.008-1ubuntu4_armhf.deb ...
11:00:51 #9 35.08 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
11:00:51 #9 35.13 Selecting previously unselected package libparams-classify-perl.
11:00:51 #9 35.13 Preparing to unpack .../144-libparams-classify-perl_0.015-1build5_armhf.deb ...
11:00:51 #9 35.14 Unpacking libparams-classify-perl (0.015-1build5) ...
11:00:51 #9 35.17 Selecting previously unselected package libmodule-runtime-perl.
11:00:51 #9 35.17 Preparing to unpack .../145-libmodule-runtime-perl_0.016-1_all.deb ...
11:00:51 #9 35.18 Unpacking libmodule-runtime-perl (0.016-1) ...
11:00:51 #9 35.22 Selecting previously unselected package libimport-into-perl.
11:00:51 #9 35.22 Preparing to unpack .../146-libimport-into-perl_1.002005-1_all.deb ...
11:00:51 #9 35.23 Unpacking libimport-into-perl (1.002005-1) ...#9 ...
11:00:51 
11:00:51 #14 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:51 #14 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:51 #14 extracting sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 16.1s done
11:00:51 #14 extracting sha256:a9c96f1e426118ca27f868ea355d7b9f81f7fb49a818fe7877a30706e0e8adee done
11:00:51 #14 DONE 52.3s
11:00:51 
11:00:51 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:51 #9 sha256:2ac5dbab5439b7156233d5b5bd1469968ab41fbd16ceb2a8b93593ed10166d81
11:00:51 #9 35.23 Unpacking libimport-into-perl (1.002005-1) ...
11:00:51 #9 35.27 Selecting previously unselected package librole-tiny-perl.
11:00:51 #9 35.27 Preparing to unpack .../147-librole-tiny-perl_2.002004-1_all.deb ...
11:00:51 #9 35.29 Unpacking librole-tiny-perl (2.002004-1) ...
11:00:51 #9 35.33 Selecting previously unselected package libsub-quote-perl.
11:00:51 #9 35.33 Preparing to unpack .../148-libsub-quote-perl_2.006006-1_all.deb ...
11:00:51 #9 35.33 Unpacking libsub-quote-perl (2.006006-1) ...
11:00:51 #9 35.39 Selecting previously unselected package libmoo-perl.
11:00:51 #9 35.39 Preparing to unpack .../149-libmoo-perl_2.005004-3_all.deb ...
11:00:51 #9 35.39 Unpacking libmoo-perl (2.005004-3) ...
11:00:51 #9 35.43 Selecting previously unselected package libencode-locale-perl.
11:00:51 #9 35.43 Preparing to unpack .../150-libencode-locale-perl_1.05-1.1_all.deb ...
11:00:51 #9 35.43 Unpacking libencode-locale-perl (1.05-1.1) ...
11:00:51 #9 35.49 Selecting previously unselected package libtimedate-perl.
11:00:51 #9 35.49 Preparing to unpack .../151-libtimedate-perl_2.3300-2_all.deb ...
11:00:51 #9 35.49 Unpacking libtimedate-perl (2.3300-2) ...
11:00:51 #9 35.54 Selecting previously unselected package libhttp-date-perl.
11:00:51 #9 35.54 Preparing to unpack .../152-libhttp-date-perl_6.05-1_all.deb ...
11:00:51 #9 35.54 Unpacking libhttp-date-perl (6.05-1) ...
11:00:51 #9 35.60 Selecting previously unselected package libfile-listing-perl.
11:00:51 #9 35.60 Preparing to unpack .../153-libfile-listing-perl_6.14-1_all.deb ...
11:00:51 #9 35.60 Unpacking libfile-listing-perl (6.14-1) ...
11:00:51 #9 35.64 Selecting previously unselected package libhtml-tagset-perl.
11:00:51 #9 35.64 Preparing to unpack .../154-libhtml-tagset-perl_3.20-4_all.deb ...
11:00:51 #9 35.65 Unpacking libhtml-tagset-perl (3.20-4) ...
11:00:51 #9 35.69 Selecting previously unselected package liburi-perl.
11:00:51 #9 35.69 Preparing to unpack .../155-liburi-perl_5.10-1_all.deb ...
11:00:51 #9 35.70 Unpacking liburi-perl (5.10-1) ...
11:00:51 #9 35.75 Selecting previously unselected package libhtml-parser-perl:armhf.
11:00:51 #9 35.75 Preparing to unpack .../156-libhtml-parser-perl_3.76-1build2_armhf.deb ...
11:00:51 #9 35.75 Unpacking libhtml-parser-perl:armhf (3.76-1build2) ...
11:00:51 #9 35.80 Selecting previously unselected package libhtml-tree-perl.
11:00:51 #9 35.80 Preparing to unpack .../157-libhtml-tree-perl_5.07-2_all.deb ...
11:00:51 #9 35.81 Unpacking libhtml-tree-perl (5.07-2) ...
11:00:51 #9 35.88 Selecting previously unselected package libio-html-perl.
11:00:51 #9 35.88 Preparing to unpack .../158-libio-html-perl_1.004-2_all.deb ...
11:00:52 #9 35.89 Unpacking libio-html-perl (1.004-2) ...
11:00:52 #9 35.94 Selecting previously unselected package liblwp-mediatypes-perl.
11:00:52 #9 35.94 Preparing to unpack .../159-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:00:52 #9 35.94 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:00:52 #9 35.98 Selecting previously unselected package libhttp-message-perl.
11:00:52 #9 35.98 Preparing to unpack .../160-libhttp-message-perl_6.36-1_all.deb ...
11:00:52 #9 35.99 Unpacking libhttp-message-perl (6.36-1) ...
11:00:52 #9 36.03 Selecting previously unselected package libhttp-cookies-perl.
11:00:52 #9 36.03 Preparing to unpack .../161-libhttp-cookies-perl_6.10-1_all.deb ...
11:00:52 #9 36.04 Unpacking libhttp-cookies-perl (6.10-1) ...
11:00:52 #9 36.10 Selecting previously unselected package libhttp-negotiate-perl.
11:00:52 #9 36.10 Preparing to unpack .../162-libhttp-negotiate-perl_6.01-1_all.deb ...
11:00:52 #9 36.11 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:00:52 #9 36.14 Selecting previously unselected package perl-openssl-defaults:armhf.
11:00:52 #9 36.14 Preparing to unpack .../163-perl-openssl-defaults_5build2_armhf.deb ...
11:00:52 #9 36.15 Unpacking perl-openssl-defaults:armhf (5build2) ...
11:00:52 #9 36.19 Selecting previously unselected package libnet-ssleay-perl:armhf.
11:00:52 #9 36.19 Preparing to unpack .../164-libnet-ssleay-perl_1.92-1build2_armhf.deb ...
11:00:52 #9 36.19 Unpacking libnet-ssleay-perl:armhf (1.92-1build2) ...
11:00:52 #9 36.26 Selecting previously unselected package libio-socket-ssl-perl.
11:00:52 #9 36.26 Preparing to unpack .../165-libio-socket-ssl-perl_2.074-2_all.deb ...
11:00:52 #9 36.27 Unpacking libio-socket-ssl-perl (2.074-2) ...
11:00:52 #9 36.32 Selecting previously unselected package libnet-http-perl.
11:00:52 #9 36.32 Preparing to unpack .../166-libnet-http-perl_6.22-1_all.deb ...
11:00:52 #9 36.33 Unpacking libnet-http-perl (6.22-1) ...
11:00:52 #9 36.36 Selecting previously unselected package liblwp-protocol-https-perl.
11:00:52 #9 36.36 Preparing to unpack .../167-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:00:52 #9 36.42 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:00:52 #9 36.47 Selecting previously unselected package libtry-tiny-perl.
11:00:52 #9 36.47 Preparing to unpack .../168-libtry-tiny-perl_0.31-1_all.deb ...
11:00:52 #9 36.47 Unpacking libtry-tiny-perl (0.31-1) ...
11:00:52 #9 36.51 Selecting previously unselected package libwww-robotrules-perl.
11:00:52 #9 36.51 Preparing to unpack .../169-libwww-robotrules-perl_6.02-1_all.deb ...
11:00:52 #9 36.52 Unpacking libwww-robotrules-perl (6.02-1) ...
11:00:52 #9 36.56 Selecting previously unselected package libwww-perl.
11:00:52 #9 36.56 Preparing to unpack .../170-libwww-perl_6.61-1_all.deb ...
11:00:52 #9 36.56 Unpacking libwww-perl (6.61-1) ...
11:00:52 #9 36.62 Selecting previously unselected package patchutils.
11:00:52 #9 36.62 Preparing to unpack .../171-patchutils_0.4.2-1build2_armhf.deb ...
11:00:52 #9 36.63 Unpacking patchutils (0.4.2-1build2) ...
11:00:52 #9 36.70 Selecting previously unselected package wdiff.
11:00:52 #9 36.70 Preparing to unpack .../172-wdiff_1.2.2-2build3_armhf.deb ...
11:00:52 #9 36.71 Unpacking wdiff (1.2.2-2build3) ...
11:00:52 #9 36.77 Selecting previously unselected package devscripts.
11:00:52 #9 36.77 Preparing to unpack .../173-devscripts_2.22.1ubuntu1_armhf.deb ...
11:00:52 #9 36.81 Unpacking devscripts (2.22.1ubuntu1) ...
11:00:53 #9 36.93 Selecting previously unselected package diffstat.
11:00:53 #9 36.93 Preparing to unpack .../174-diffstat_1.64-1build2_armhf.deb ...
11:00:53 #9 36.93 Unpacking diffstat (1.64-1build2) ...
11:00:53 #9 36.97 Selecting previously unselected package python3-chardet.
11:00:53 #9 36.97 Preparing to unpack .../175-python3-chardet_4.0.0-1_all.deb ...
11:00:53 #9 36.98 Unpacking python3-chardet (4.0.0-1) ...
11:00:53 #9 37.05 Selecting previously unselected package zstd.
11:00:53 #9 37.05 Preparing to unpack .../176-zstd_1.4.8+dfsg-3build1_armhf.deb ...
11:00:53 #9 37.06 Unpacking zstd (1.4.8+dfsg-3build1) ...
11:00:53 #9 37.12 Selecting previously unselected package python3-debian.
11:00:53 #9 37.12 Preparing to unpack .../177-python3-debian_0.1.43ubuntu1_all.deb ...
11:00:53 #9 37.13 Unpacking python3-debian (0.1.43ubuntu1) ...
11:00:53 #9 37.20 Selecting previously unselected package libgpgme11:armhf.
11:00:53 #9 37.20 Preparing to unpack .../178-libgpgme11_1.16.0-1.2ubuntu4_armhf.deb ...
11:00:53 #9 37.21 Unpacking libgpgme11:armhf (1.16.0-1.2ubuntu4) ...
11:00:53 #9 37.26 Selecting previously unselected package python3-gpg.
11:00:53 #9 37.26 Preparing to unpack .../179-python3-gpg_1.16.0-1.2ubuntu4_armhf.deb ...
11:00:53 #9 37.27 Unpacking python3-gpg (1.16.0-1.2ubuntu4) ...
11:00:53 #9 37.33 Selecting previously unselected package dput.
11:00:53 #9 37.33 Preparing to unpack .../180-dput_1.1.0ubuntu2_all.deb ...
11:00:53 #9 37.34 Unpacking dput (1.1.0ubuntu2) ...
11:00:53 #9 37.40 Selecting previously unselected package fonts-dejavu-core.
11:00:53 #9 37.40 Preparing to unpack .../181-fonts-dejavu-core_2.37-2build1_all.deb ...
11:00:53 #9 37.40 Unpacking fonts-dejavu-core (2.37-2build1) ...
11:00:53 #9 37.62 Selecting previously unselected package fontconfig-config.
11:00:53 #9 37.62 Preparing to unpack .../182-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
11:00:53 #9 37.62 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
11:00:53 #9 37.68 Selecting previously unselected package libcurl3-gnutls:armhf.
11:00:53 #9 37.68 Preparing to unpack .../183-libcurl3-gnutls_7.81.0-1ubuntu1.3_armhf.deb ...
11:00:53 #9 37.69 Unpacking libcurl3-gnutls:armhf (7.81.0-1ubuntu1.3) ...
11:00:53 #9 37.73 Selecting previously unselected package liberror-perl.
11:00:53 #9 37.73 Preparing to unpack .../184-liberror-perl_0.17029-1_all.deb ...
11:00:54 #9 37.73 Unpacking liberror-perl (0.17029-1) ...
11:00:54 #9 37.79 Selecting previously unselected package git-man.
11:00:54 #9 37.79 Preparing to unpack .../185-git-man_1%3a2.34.1-1ubuntu1.4_all.deb ...
11:00:54 #9 37.80 Unpacking git-man (1:2.34.1-1ubuntu1.4) ...
11:00:54 #9 37.88 Selecting previously unselected package git.
11:00:54 #9 37.88 Preparing to unpack .../186-git_1%3a2.34.1-1ubuntu1.4_armhf.deb ...
11:00:54 #9 37.90 Unpacking git (1:2.34.1-1ubuntu1.4) ...
11:00:54 #9 38.21 Selecting previously unselected package libalgorithm-diff-perl.
11:00:54 #9 38.21 Preparing to unpack .../187-libalgorithm-diff-perl_1.201-1_all.deb ...
11:00:54 #9 38.21 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:00:54 #9 38.26 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:00:54 #9 38.26 Preparing to unpack .../188-libalgorithm-diff-xs-perl_0.04-6build3_armhf.deb ...
11:00:54 #9 38.27 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ...
11:00:54 #9 38.31 Selecting previously unselected package libalgorithm-merge-perl.
11:00:54 #9 38.31 Preparing to unpack .../189-libalgorithm-merge-perl_0.08-3_all.deb ...
11:00:54 #9 38.31 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:00:54 #9 38.35 Selecting previously unselected package libaliased-perl.
11:00:54 #9 38.35 Preparing to unpack .../190-libaliased-perl_0.34-1.1_all.deb ...
11:00:54 #9 38.36 Unpacking libaliased-perl (0.34-1.1) ...
11:00:54 #9 38.39 Selecting previously unselected package libapt-pkg-perl.
11:00:54 #9 38.39 Preparing to unpack .../191-libapt-pkg-perl_0.1.40build2_armhf.deb ...
11:00:54 #9 38.40 Unpacking libapt-pkg-perl (0.1.40build2) ...
11:00:54 #9 38.46 Selecting previously unselected package libarchive-cpio-perl.
11:00:54 #9 38.46 Preparing to unpack .../192-libarchive-cpio-perl_0.10-1.1_all.deb ...
11:00:54 #9 38.46 Unpacking libarchive-cpio-perl (0.10-1.1) ...
11:00:54 #9 38.50 Selecting previously unselected package libarray-intspan-perl.
11:00:54 #9 38.50 Preparing to unpack .../193-libarray-intspan-perl_2.004-1_all.deb ...
11:00:54 #9 38.52 Unpacking libarray-intspan-perl (2.004-1) ...
11:00:54 #9 38.57 Selecting previously unselected package libmodule-implementation-perl.
11:00:54 #9 38.58 Preparing to unpack .../194-libmodule-implementation-perl_0.09-1.1_all.deb ...
11:00:54 #9 38.58 Unpacking libmodule-implementation-perl (0.09-1.1) ...
11:00:54 #9 38.65 Selecting previously unselected package libsub-exporter-progressive-perl.
11:00:54 #9 38.65 Preparing to unpack .../195-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:00:54 #9 38.66 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:00:54 #9 38.70 Selecting previously unselected package libvariable-magic-perl.
11:00:54 #9 38.70 Preparing to unpack .../196-libvariable-magic-perl_0.62-1build5_armhf.deb ...
11:00:55 #9 38.71 Unpacking libvariable-magic-perl (0.62-1build5) ...
11:00:55 #9 38.75 Selecting previously unselected package libb-hooks-endofscope-perl.
11:00:55 #9 38.75 Preparing to unpack .../197-libb-hooks-endofscope-perl_0.25-1_all.deb ...
11:00:55 #9 38.76 Unpacking libb-hooks-endofscope-perl (0.25-1) ...
11:00:55 #9 38.83 Selecting previously unselected package libfreetype6:armhf.
11:00:55 #9 38.83 Preparing to unpack .../198-libfreetype6_2.11.1+dfsg-1ubuntu0.1_armhf.deb ...
11:00:55 #9 38.83 Unpacking libfreetype6:armhf (2.11.1+dfsg-1ubuntu0.1) ...
11:00:55 #9 38.93 Selecting previously unselected package libfontconfig1:armhf.
11:00:55 #9 38.93 Preparing to unpack .../199-libfontconfig1_2.13.1-4.2ubuntu5_armhf.deb ...
11:00:55 #9 38.95 Unpacking libfontconfig1:armhf (2.13.1-4.2ubuntu5) ...
11:00:55 #9 39.00 Selecting previously unselected package libjpeg-turbo8:armhf.
11:00:55 #9 39.00 Preparing to unpack .../200-libjpeg-turbo8_2.1.2-0ubuntu1_armhf.deb ...
11:00:55 #9 39.02 Unpacking libjpeg-turbo8:armhf (2.1.2-0ubuntu1) ...
11:00:55 #9 39.05 Selecting previously unselected package libjpeg8:armhf.
11:00:55 #9 39.05 Preparing to unpack .../201-libjpeg8_8c-2ubuntu10_armhf.deb ...
11:00:55 #9 39.05 Unpacking libjpeg8:armhf (8c-2ubuntu10) ...
11:00:55 #9 39.08 Selecting previously unselected package libdeflate0:armhf.
11:00:55 #9 39.08 Preparing to unpack .../202-libdeflate0_1.10-2_armhf.deb ...
11:00:55 #9 39.09 Unpacking libdeflate0:armhf (1.10-2) ...
11:00:55 #9 39.14 Selecting previously unselected package libjbig0:armhf.
11:00:55 #9 39.14 Preparing to unpack .../203-libjbig0_2.1-3.1build3_armhf.deb ...
11:00:55 #9 39.15 Unpacking libjbig0:armhf (2.1-3.1build3) ...
11:00:55 #9 39.20 Selecting previously unselected package libwebp7:armhf.
11:00:55 #9 39.20 Preparing to unpack .../204-libwebp7_1.2.2-2_armhf.deb ...
11:00:55 #9 39.20 Unpacking libwebp7:armhf (1.2.2-2) ...
11:00:55 #9 39.26 Selecting previously unselected package libtiff5:armhf.
11:00:55 #9 39.26 Preparing to unpack .../205-libtiff5_4.3.0-6_armhf.deb ...
11:00:55 #9 39.27 Unpacking libtiff5:armhf (4.3.0-6) ...
11:00:55 #9 39.31 Selecting previously unselected package libxpm4:armhf.
11:00:55 #9 39.31 Preparing to unpack .../206-libxpm4_1%3a3.5.12-1build2_armhf.deb ...
11:00:55 #9 39.31 Unpacking libxpm4:armhf (1:3.5.12-1build2) ...
11:00:55 #9 39.37 Selecting previously unselected package libgd3:armhf.
11:00:55 #9 39.37 Preparing to unpack .../207-libgd3_2.3.0-2ubuntu2_armhf.deb ...
11:00:55 #9 39.38 Unpacking libgd3:armhf (2.3.0-2ubuntu2) ...
11:00:55 #9 39.42 Selecting previously unselected package libc-devtools.
11:00:55 #9 39.42 Preparing to unpack .../208-libc-devtools_2.35-0ubuntu3.1_armhf.deb ...
11:00:55 #9 39.43 Unpacking libc-devtools (2.35-0ubuntu3.1) ...
11:00:55 #9 39.47 Selecting previously unselected package libcapture-tiny-perl.
11:00:55 #9 39.47 Preparing to unpack .../209-libcapture-tiny-perl_0.48-1_all.deb ...
11:00:55 #9 39.48 Unpacking libcapture-tiny-perl (0.48-1) ...
11:00:55 #9 39.55 Selecting previously unselected package libclass-data-inheritable-perl.
11:00:55 #9 39.55 Preparing to unpack .../210-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:00:55 #9 39.56 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:00:55 #9 39.60 Selecting previously unselected package libclone-perl.
11:00:55 #9 39.60 Preparing to unpack .../211-libclone-perl_0.45-1build3_armhf.deb ...
11:00:55 #9 39.60 Unpacking libclone-perl (0.45-1build3) ...
11:00:55 #9 39.64 Selecting previously unselected package libcommon-sense-perl:armhf.
11:00:55 #9 39.64 Preparing to unpack .../212-libcommon-sense-perl_3.75-2build1_armhf.deb ...
11:00:55 #9 39.65 Unpacking libcommon-sense-perl:armhf (3.75-2build1) ...
11:00:55 #9 39.69 Selecting previously unselected package libconfig-tiny-perl.
11:00:55 #9 39.69 Preparing to unpack .../213-libconfig-tiny-perl_2.28-1_all.deb ...
11:00:55 #9 39.70 Unpacking libconfig-tiny-perl (2.28-1) ...
11:00:55 #9 39.75 Selecting previously unselected package libparams-util-perl.
11:00:55 #9 39.75 Preparing to unpack .../214-libparams-util-perl_1.102-1build3_armhf.deb ...
11:00:55 #9 39.75 Unpacking libparams-util-perl (1.102-1build3) ...
11:00:55 #9 39.80 Selecting previously unselected package libsub-install-perl.
11:00:55 #9 39.80 Preparing to unpack .../215-libsub-install-perl_0.928-1.1_all.deb ...
11:00:56 #9 39.80 Unpacking libsub-install-perl (0.928-1.1) ...
11:00:56 #9 39.84 Selecting previously unselected package libdata-optlist-perl.
11:00:56 #9 39.84 Preparing to unpack .../216-libdata-optlist-perl_0.112-1_all.deb ...
11:00:56 #9 39.84 Unpacking libdata-optlist-perl (0.112-1) ...
11:00:56 #9 39.89 Selecting previously unselected package libsub-exporter-perl.
11:00:56 #9 39.89 Preparing to unpack .../217-libsub-exporter-perl_0.988-1_all.deb ...
11:00:56 #9 39.89 Unpacking libsub-exporter-perl (0.988-1) ...
11:00:56 #9 39.94 Selecting previously unselected package libconst-fast-perl.
11:00:56 #9 39.94 Preparing to unpack .../218-libconst-fast-perl_0.014-1.1_all.deb ...
11:00:56 #9 39.94 Unpacking libconst-fast-perl (0.014-1.1) ...
11:00:56 #9 39.98 Selecting previously unselected package libwant-perl.
11:00:56 #9 39.98 Preparing to unpack .../219-libwant-perl_0.29-1build7_armhf.deb ...
11:00:56 #9 39.98 Unpacking libwant-perl (0.29-1build7) ...
11:00:56 #9 40.02 Selecting previously unselected package libcontextual-return-perl.
11:00:56 #9 40.02 Preparing to unpack .../220-libcontextual-return-perl_0.004014-2_all.deb ...
11:00:56 #9 40.03 Unpacking libcontextual-return-perl (0.004014-2) ...
11:00:56 #9 40.08 Selecting previously unselected package libcpanel-json-xs-perl:armhf.
11:00:56 #9 40.08 Preparing to unpack .../221-libcpanel-json-xs-perl_4.27-1build1_armhf.deb ...
11:00:56 #9 40.08 Unpacking libcpanel-json-xs-perl:armhf (4.27-1build1) ...
11:00:56 #9 40.12 Selecting previously unselected package libdevel-stacktrace-perl.
11:00:56 #9 40.12 Preparing to unpack .../222-libdevel-stacktrace-perl_2.0400-1_all.deb ...
11:00:56 #9 40.13 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
11:00:56 #9 40.18 Selecting previously unselected package libexception-class-perl.
11:00:56 #9 40.18 Preparing to unpack .../223-libexception-class-perl_1.45-1_all.deb ...
11:00:56 #9 40.18 Unpacking libexception-class-perl (1.45-1) ...
11:00:56 #9 40.24 Selecting previously unselected package libiterator-perl.
11:00:56 #9 40.24 Preparing to unpack .../224-libiterator-perl_0.03+ds1-1.1_all.deb ...
11:00:56 #9 40.24 Unpacking libiterator-perl (0.03+ds1-1.1) ...
11:00:56 #9 40.29 Selecting previously unselected package libiterator-util-perl.
11:00:56 #9 40.29 Preparing to unpack .../225-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
11:00:56 #9 40.30 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
11:00:56 #9 40.34 Selecting previously unselected package libexporter-tiny-perl.
11:00:56 #9 40.34 Preparing to unpack .../226-libexporter-tiny-perl_1.002002-1_all.deb ...
11:00:56 #9 40.34 Unpacking libexporter-tiny-perl (1.002002-1) ...
11:00:56 #9 40.40 Selecting previously unselected package liblist-moreutils-xs-perl.
11:00:56 #9 40.40 Preparing to unpack .../227-liblist-moreutils-xs-perl_0.430-2build2_armhf.deb ...
11:00:56 #9 40.41 Unpacking liblist-moreutils-xs-perl (0.430-2build2) ...
11:00:56 #9 40.45 Selecting previously unselected package liblist-moreutils-perl.
11:00:56 #9 40.45 Preparing to unpack .../228-liblist-moreutils-perl_0.430-2_all.deb ...
11:00:56 #9 40.47 Unpacking liblist-moreutils-perl (0.430-2) ...
11:00:56 #9 40.51 Selecting previously unselected package libdata-dpath-perl.
11:00:56 #9 40.51 Preparing to unpack .../229-libdata-dpath-perl_0.58-1_all.deb ...
11:00:56 #9 40.52 Unpacking libdata-dpath-perl (0.58-1) ...
11:00:56 #9 40.55 Selecting previously unselected package libdata-dump-perl.
11:00:56 #9 40.55 Preparing to unpack .../230-libdata-dump-perl_1.25-1_all.deb ...
11:00:56 #9 40.56 Unpacking libdata-dump-perl (1.25-1) ...
11:00:56 #9 40.71 Selecting previously unselected package libdata-messagepack-perl.
11:00:56 #9 40.71 Preparing to unpack .../231-libdata-messagepack-perl_1.01-2build1_armhf.deb ...
11:00:57 #9 40.86 Unpacking libdata-messagepack-perl (1.01-2build1) ...
11:00:57 #9 41.38 Selecting previously unselected package libnet-domain-tld-perl.
11:00:57 #9 41.39 Preparing to unpack .../232-libnet-domain-tld-perl_1.75-1.1_all.deb ...
11:00:57 #9 41.40 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
11:00:58 #9 41.79 Selecting previously unselected package libdata-validate-domain-perl.
11:00:58 #9 41.79 Preparing to unpack .../233-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:00:58 #9 41.80 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:00:58 #9 41.87 Selecting previously unselected package libnet-ipv6addr-perl.
11:00:58 #9 41.87 Preparing to unpack .../234-libnet-ipv6addr-perl_1.02-1_all.deb ...
11:00:58 #9 41.88 Unpacking libnet-ipv6addr-perl (1.02-1) ...
11:00:58 #9 41.95 Selecting previously unselected package libnet-netmask-perl.
11:00:58 #9 41.96 Preparing to unpack .../235-libnet-netmask-perl_2.0001-1_all.deb ...
11:00:58 #9 41.99 Unpacking libnet-netmask-perl (2.0001-1) ...
11:00:58 #9 42.01 Selecting previously unselected package libnetaddr-ip-perl.
11:00:58 #9 42.02 Preparing to unpack .../236-libnetaddr-ip-perl_4.079+dfsg-1build7_armhf.deb ...
11:00:58 #9 42.02 Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ...
11:00:58 #9 42.06 Selecting previously unselected package libdata-validate-ip-perl.
11:00:58 #9 42.07 Preparing to unpack .../237-libdata-validate-ip-perl_0.30-1_all.deb ...
11:00:58 #9 42.07 Unpacking libdata-validate-ip-perl (0.30-1) ...
11:00:58 #9 42.10 Selecting previously unselected package libdata-validate-uri-perl.
11:00:58 #9 42.11 Preparing to unpack .../238-libdata-validate-uri-perl_0.07-2_all.deb ...
11:00:58 #9 42.11 Unpacking libdata-validate-uri-perl (0.07-2) ...
11:00:58 #9 42.14 Selecting previously unselected package libdistro-info-perl.
11:00:58 #9 42.14 Preparing to unpack .../239-libdistro-info-perl_1.1build1_all.deb ...
11:00:58 #9 42.15 Unpacking libdistro-info-perl (1.1build1) ...
11:00:58 #9 42.18 Selecting previously unselected package libemail-address-xs-perl.
11:00:58 #9 42.18 Preparing to unpack .../240-libemail-address-xs-perl_1.04-1build6_armhf.deb ...
11:00:58 #9 42.19 Unpacking libemail-address-xs-perl (1.04-1build6) ...
11:00:58 #9 42.22 Selecting previously unselected package libipc-system-simple-perl.
11:00:58 #9 42.22 Preparing to unpack .../241-libipc-system-simple-perl_1.30-1_all.deb ...
11:00:58 #9 42.22 Unpacking libipc-system-simple-perl (1.30-1) ...
11:00:58 #9 42.28 Selecting previously unselected package libfile-basedir-perl.
11:00:58 #9 42.28 Preparing to unpack .../242-libfile-basedir-perl_0.09-1_all.deb ...
11:00:58 #9 42.28 Unpacking libfile-basedir-perl (0.09-1) ...
11:00:58 #9 42.31 Selecting previously unselected package libfile-chdir-perl.
11:00:58 #9 42.31 Preparing to unpack .../243-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:00:58 #9 42.32 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:00:58 #9 42.34 Selecting previously unselected package libfile-fcntllock-perl.
11:00:58 #9 42.35 Preparing to unpack .../244-libfile-fcntllock-perl_0.22-3build7_armhf.deb ...
11:00:58 #9 42.35 Unpacking libfile-fcntllock-perl (0.22-3build7) ...
11:00:58 #9 42.38 Selecting previously unselected package libnumber-compare-perl.
11:00:58 #9 42.38 Preparing to unpack .../245-libnumber-compare-perl_0.03-2_all.deb ...
11:00:58 #9 42.39 Unpacking libnumber-compare-perl (0.03-2) ...
11:00:58 #9 42.41 Selecting previously unselected package libtext-glob-perl.
11:00:58 #9 42.41 Preparing to unpack .../246-libtext-glob-perl_0.11-2_all.deb ...
11:00:58 #9 42.42 Unpacking libtext-glob-perl (0.11-2) ...
11:00:58 #9 42.44 Selecting previously unselected package libfile-find-rule-perl.
11:00:58 #9 42.45 Preparing to unpack .../247-libfile-find-rule-perl_0.34-1_all.deb ...
11:00:58 #9 42.45 Unpacking libfile-find-rule-perl (0.34-1) ...
11:00:58 #9 42.48 Selecting previously unselected package libfont-afm-perl.
11:00:58 #9 42.48 Preparing to unpack .../248-libfont-afm-perl_1.20-3_all.deb ...
11:00:58 #9 42.49 Unpacking libfont-afm-perl (1.20-3) ...
11:00:58 #9 42.52 Selecting previously unselected package libio-string-perl.
11:00:58 #9 42.52 Preparing to unpack .../249-libio-string-perl_1.08-3.1_all.deb ...
11:00:58 #9 42.52 Unpacking libio-string-perl (1.08-3.1) ...
11:00:58 #9 42.58 Selecting previously unselected package libfont-ttf-perl.
11:00:58 #9 42.58 Preparing to unpack .../250-libfont-ttf-perl_1.06-1.1_all.deb ...
11:00:58 #9 42.58 Unpacking libfont-ttf-perl (1.06-1.1) ...
11:00:58 #9 42.69 Selecting previously unselected package libsort-versions-perl.
11:00:58 #9 42.69 Preparing to unpack .../251-libsort-versions-perl_1.62-1_all.deb ...
11:00:58 #9 42.70 Unpacking libsort-versions-perl (1.62-1) ...
11:00:58 #9 42.72 Selecting previously unselected package libgit-wrapper-perl.
11:00:58 #9 42.72 Preparing to unpack .../252-libgit-wrapper-perl_0.048-1_all.deb ...
11:00:58 #9 42.73 Unpacking libgit-wrapper-perl (0.048-1) ...
11:00:59 #9 42.76 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:00:59 #9 42.76 Preparing to unpack .../253-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
11:00:59 #9 42.76 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
11:00:59 #9 42.79 Selecting previously unselected package libio-prompter-perl.
11:00:59 #9 42.80 Preparing to unpack .../254-libio-prompter-perl_0.004015-1_all.deb ...
11:00:59 #9 42.80 Unpacking libio-prompter-perl (0.004015-1) ...
11:00:59 #9 42.84 Selecting previously unselected package libjson-perl.
11:00:59 #9 42.84 Preparing to unpack .../255-libjson-perl_4.04000-1_all.deb ...
11:00:59 #9 42.85 Unpacking libjson-perl (4.04000-1) ...
11:00:59 #9 42.88 Selecting previously unselected package liblog-any-perl.
11:00:59 #9 42.88 Preparing to unpack .../256-liblog-any-perl_1.710-1_all.deb ...
11:00:59 #9 42.89 Unpacking liblog-any-perl (1.710-1) ...
11:00:59 #9 42.91 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:00:59 #9 42.92 Preparing to unpack .../257-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
11:00:59 #9 42.92 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
11:00:59 #9 42.95 Selecting previously unselected package libpackage-stash-perl.
11:00:59 #9 42.95 Preparing to unpack .../258-libpackage-stash-perl_0.39-1_all.deb ...
11:00:59 #9 42.96 Unpacking libpackage-stash-perl (0.39-1) ...
11:00:59 #9 42.99 Selecting previously unselected package libsub-identify-perl.
11:00:59 #9 43.00 Preparing to unpack .../259-libsub-identify-perl_0.14-1build5_armhf.deb ...
11:00:59 #9 43.00 Unpacking libsub-identify-perl (0.14-1build5) ...
11:00:59 #9 43.04 Selecting previously unselected package libsub-name-perl.
11:00:59 #9 43.05 Preparing to unpack .../260-libsub-name-perl_0.26-1build3_armhf.deb ...
11:00:59 #9 43.05 Unpacking libsub-name-perl (0.26-1build3) ...
11:00:59 #9 43.09 Selecting previously unselected package libnamespace-clean-perl.
11:00:59 #9 43.09 Preparing to unpack .../261-libnamespace-clean-perl_0.27-1_all.deb ...
11:00:59 #9 43.10 Unpacking libnamespace-clean-perl (0.27-1) ...
11:00:59 #9 43.13 Selecting previously unselected package libpath-tiny-perl.
11:00:59 #9 43.13 Preparing to unpack .../262-libpath-tiny-perl_0.122-1_all.deb ...
11:00:59 #9 43.14 Unpacking libpath-tiny-perl (0.122-1) ...
11:00:59 #9 43.17 Selecting previously unselected package libstrictures-perl.
11:00:59 #9 43.17 Preparing to unpack .../263-libstrictures-perl_2.000006-1_all.deb ...
11:00:59 #9 43.18 Unpacking libstrictures-perl (2.000006-1) ...
11:00:59 #9 43.21 Selecting previously unselected package libtype-tiny-perl.
11:00:59 #9 43.21 Preparing to unpack .../264-libtype-tiny-perl_1.012004-1_all.deb ...
11:00:59 #9 43.21 Unpacking libtype-tiny-perl (1.012004-1) ...
11:00:59 #9 43.25 Selecting previously unselected package libgitlab-api-v4-perl.
11:00:59 #9 43.25 Preparing to unpack .../265-libgitlab-api-v4-perl_0.26-1_all.deb ...
11:00:59 #9 43.26 Unpacking libgitlab-api-v4-perl (0.26-1) ...
11:00:59 #9 43.29 Selecting previously unselected package libhash-fieldhash-perl.
11:00:59 #9 43.30 Preparing to unpack .../266-libhash-fieldhash-perl_0.15-1build5_armhf.deb ...
11:00:59 #9 43.30 Unpacking libhash-fieldhash-perl (0.15-1build5) ...
11:00:59 #9 43.33 Selecting previously unselected package libhtml-form-perl.
11:00:59 #9 43.33 Preparing to unpack .../267-libhtml-form-perl_6.07-1_all.deb ...
11:00:59 #9 43.33 Unpacking libhtml-form-perl (6.07-1) ...
11:00:59 #9 43.36 Selecting previously unselected package libhtml-format-perl.
11:00:59 #9 43.36 Preparing to unpack .../268-libhtml-format-perl_2.12-1.1_all.deb ...
11:00:59 #9 43.37 Unpacking libhtml-format-perl (2.12-1.1) ...
11:00:59 #9 43.40 Selecting previously unselected package libhtml-html5-entities-perl.
11:00:59 #9 43.40 Preparing to unpack .../269-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
11:00:59 #9 43.40 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
11:00:59 #9 43.44 Selecting previously unselected package libhttp-daemon-perl.
11:00:59 #9 43.44 Preparing to unpack .../270-libhttp-daemon-perl_6.13-1ubuntu0.1_all.deb ...
11:00:59 #9 43.44 Unpacking libhttp-daemon-perl (6.13-1ubuntu0.1) ...
11:00:59 #9 43.47 Selecting previously unselected package libio-interactive-perl.
11:00:59 #9 43.48 Preparing to unpack .../271-libio-interactive-perl_1.023-1_all.deb ...
11:00:59 #9 43.48 Unpacking libio-interactive-perl (1.023-1) ...
11:00:59 #9 43.52 Selecting previously unselected package libio-prompt-tiny-perl.
11:00:59 #9 43.52 Preparing to unpack .../272-libio-prompt-tiny-perl_0.003-1_all.deb ...
11:00:59 #9 43.52 Unpacking libio-prompt-tiny-perl (0.003-1) ...
11:00:59 #9 43.55 Selecting previously unselected package libtypes-serialiser-perl.
11:00:59 #9 43.55 Preparing to unpack .../273-libtypes-serialiser-perl_1.01-1_all.deb ...
11:00:59 #9 43.55 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:00:59 #9 43.58 Selecting previously unselected package libjson-xs-perl.
11:00:59 #9 43.58 Preparing to unpack .../274-libjson-xs-perl_4.030-1build3_armhf.deb ...
11:00:59 #9 43.59 Unpacking libjson-xs-perl (4.030-1build3) ...
11:00:59 #9 43.62 Selecting previously unselected package libjson-maybexs-perl.
11:00:59 #9 43.62 Preparing to unpack .../275-libjson-maybexs-perl_1.004003-1_all.deb ...
11:00:59 #9 43.63 Unpacking libjson-maybexs-perl (1.004003-1) ...
11:00:59 #9 43.67 Selecting previously unselected package libldap-common.
11:00:59 #9 43.67 Preparing to unpack .../276-libldap-common_2.5.12+dfsg-0ubuntu0.22.04.1_all.deb ...
11:00:59 #9 43.67 Unpacking libldap-common (2.5.12+dfsg-0ubuntu0.22.04.1) ...
11:00:59 #9 43.70 Selecting previously unselected package liblist-compare-perl.
11:00:59 #9 43.70 Preparing to unpack .../277-liblist-compare-perl_0.55-1_all.deb ...
11:00:59 #9 43.70 Unpacking liblist-compare-perl (0.55-1) ...
11:00:59 #9 43.74 Selecting previously unselected package liblist-someutils-perl.
11:00:59 #9 43.74 Preparing to unpack .../278-liblist-someutils-perl_0.58-1_all.deb ...
11:00:59 #9 43.75 Unpacking liblist-someutils-perl (0.58-1) ...
11:00:59 #9 43.79 Selecting previously unselected package liblist-someutils-xs-perl.
11:01:00 #9 43.79 Preparing to unpack .../279-liblist-someutils-xs-perl_0.58-2build3_armhf.deb ...
11:01:00 #9 43.80 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
11:01:00 #9 43.83 Selecting previously unselected package liblist-utilsby-perl.
11:01:00 #9 43.83 Preparing to unpack .../280-liblist-utilsby-perl_0.11-1_all.deb ...
11:01:00 #9 43.84 Unpacking liblist-utilsby-perl (0.11-1) ...
11:01:00 #9 43.87 Selecting previously unselected package libltdl7:armhf.
11:01:00 #9 43.88 Preparing to unpack .../281-libltdl7_2.4.6-15build2_armhf.deb ...
11:01:00 #9 43.88 Unpacking libltdl7:armhf (2.4.6-15build2) ...
11:01:00 #9 43.91 Selecting previously unselected package libltdl-dev:armhf.
11:01:00 #9 43.91 Preparing to unpack .../282-libltdl-dev_2.4.6-15build2_armhf.deb ...
11:01:00 #9 43.92 Unpacking libltdl-dev:armhf (2.4.6-15build2) ...
11:01:00 #9 44.03 Selecting previously unselected package liblzo2-2:armhf.
11:01:00 #9 44.03 Preparing to unpack .../283-liblzo2-2_2.10-2build3_armhf.deb ...
11:01:00 #9 44.04 Unpacking liblzo2-2:armhf (2.10-2build3) ...
11:01:00 #9 44.07 Selecting previously unselected package libsys-hostname-long-perl.
11:01:00 #9 44.07 Preparing to unpack .../284-libsys-hostname-long-perl_1.5-2_all.deb ...
11:01:00 #9 44.07 Unpacking libsys-hostname-long-perl (1.5-2) ...
11:01:00 #9 44.10 Selecting previously unselected package libmail-sendmail-perl.
11:01:00 #9 44.10 Preparing to unpack .../285-libmail-sendmail-perl_0.80-1.1_all.deb ...
11:01:00 #9 44.11 Unpacking libmail-sendmail-perl (0.80-1.1) ...
11:01:00 #9 44.14 Selecting previously unselected package libnet-smtp-ssl-perl.
11:01:00 #9 44.14 Preparing to unpack .../286-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:01:00 #9 44.14 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:01:00 #9 44.17 Selecting previously unselected package libmailtools-perl.
11:01:00 #9 44.17 Preparing to unpack .../287-libmailtools-perl_2.21-1_all.deb ...
11:01:00 #9 44.18 Unpacking libmailtools-perl (2.21-1) ...
11:01:00 #9 44.22 Selecting previously unselected package libmarkdown2:armhf.
11:01:00 #9 44.22 Preparing to unpack .../288-libmarkdown2_2.2.7-2_armhf.deb ...
11:01:00 #9 44.23 Unpacking libmarkdown2:armhf (2.2.7-2) ...
11:01:00 #9 44.25 Selecting previously unselected package libmath-base85-perl.
11:01:00 #9 44.26 Preparing to unpack .../289-libmath-base85-perl_0.5+dfsg-1_all.deb ...
11:01:00 #9 44.26 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
11:01:00 #9 44.30 Selecting previously unselected package libmoox-aliases-perl.
11:01:00 #9 44.30 Preparing to unpack .../290-libmoox-aliases-perl_0.001006-1.1_all.deb ...
11:01:00 #9 44.30 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
11:01:00 #9 44.33 Selecting previously unselected package libnamespace-autoclean-perl.
11:01:00 #9 44.33 Preparing to unpack .../291-libnamespace-autoclean-perl_0.29-1_all.deb ...
11:01:00 #9 44.34 Unpacking libnamespace-autoclean-perl (0.29-1) ...
11:01:00 #9 44.37 Selecting previously unselected package libobject-id-perl.
11:01:00 #9 44.37 Preparing to unpack .../292-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
11:01:00 #9 44.38 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
11:01:00 #9 44.41 Selecting previously unselected package libmoox-struct-perl.
11:01:00 #9 44.41 Preparing to unpack .../293-libmoox-struct-perl_0.020-1_all.deb ...
11:01:00 #9 44.41 Unpacking libmoox-struct-perl (0.020-1) ...
11:01:00 #9 44.44 Selecting previously unselected package libmouse-perl.
11:01:00 #9 44.44 Preparing to unpack .../294-libmouse-perl_2.5.10-1build4_armhf.deb ...
11:01:00 #9 44.45 Unpacking libmouse-perl (2.5.10-1build4) ...
11:01:00 #9 44.48 Selecting previously unselected package libpackage-stash-xs-perl.
11:01:00 #9 44.48 Preparing to unpack .../295-libpackage-stash-xs-perl_0.29-1build5_armhf.deb ...
11:01:00 #9 44.49 Unpacking libpackage-stash-xs-perl (0.29-1build5) ...
11:01:00 #9 44.52 Selecting previously unselected package libpath-iterator-rule-perl.
11:01:00 #9 44.52 Preparing to unpack .../296-libpath-iterator-rule-perl_1.015-1_all.deb ...
11:01:00 #9 44.52 Unpacking libpath-iterator-rule-perl (1.015-1) ...
11:01:00 #9 44.55 Selecting previously unselected package libperlio-gzip-perl.
11:01:00 #9 44.55 Preparing to unpack .../297-libperlio-gzip-perl_0.19-1build8_armhf.deb ...
11:01:00 #9 44.56 Unpacking libperlio-gzip-perl (0.19-1build8) ...
11:01:00 #9 44.59 Selecting previously unselected package libperlio-utf8-strict-perl.
11:01:00 #9 44.59 Preparing to unpack .../298-libperlio-utf8-strict-perl_0.009-1build1_armhf.deb ...
11:01:00 #9 44.59 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
11:01:00 #9 44.62 Selecting previously unselected package libpod-parser-perl.
11:01:00 #9 44.62 Preparing to unpack .../299-libpod-parser-perl_1.63-2_all.deb ...
11:01:00 #9 44.64 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:01:00 #9 44.65 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:00 #9 44.65 Unpacking libpod-parser-perl (1.63-2) ...
11:01:00 #9 44.68 Selecting previously unselected package libpod-constants-perl.
11:01:00 #9 44.69 Preparing to unpack .../300-libpod-constants-perl_0.19-2_all.deb ...
11:01:00 #9 44.69 Unpacking libpod-constants-perl (0.19-2) ...
11:01:00 #9 44.72 Selecting previously unselected package libproc-processtable-perl:armhf.
11:01:00 #9 44.72 Preparing to unpack .../301-libproc-processtable-perl_0.634-1build1_armhf.deb ...
11:01:00 #9 44.72 Unpacking libproc-processtable-perl:armhf (0.634-1build1) ...
11:01:00 #9 44.76 Selecting previously unselected package libre2-9:armhf.
11:01:00 #9 44.76 Preparing to unpack .../302-libre2-9_20220201+dfsg-1_armhf.deb ...
11:01:00 #9 44.76 Unpacking libre2-9:armhf (20220201+dfsg-1) ...
11:01:00 #9 44.80 Selecting previously unselected package libre-engine-re2-perl:armhf.
11:01:01 #9 44.80 Preparing to unpack .../303-libre-engine-re2-perl_0.14-1build2_armhf.deb ...
11:01:01 #9 44.80 Unpacking libre-engine-re2-perl:armhf (0.14-1build2) ...
11:01:01 #9 44.83 Selecting previously unselected package libreadonly-perl.
11:01:01 #9 44.83 Preparing to unpack .../304-libreadonly-perl_2.050-3_all.deb ...
11:01:01 #9 44.84 Unpacking libreadonly-perl (2.050-3) ...
11:01:01 #9 44.87 Selecting previously unselected package libref-util-perl.
11:01:01 #9 44.87 Preparing to unpack .../305-libref-util-perl_0.204-1_all.deb ...
11:01:01 #9 44.88 Unpacking libref-util-perl (0.204-1) ...
11:01:01 #9 44.91 Selecting previously unselected package libref-util-xs-perl.
11:01:01 #9 44.91 Preparing to unpack .../306-libref-util-xs-perl_0.117-1build5_armhf.deb ...
11:01:01 #9 44.91 Unpacking libref-util-xs-perl (0.117-1build5) ...
11:01:01 #9 44.94 Selecting previously unselected package libregexp-pattern-license-perl.
11:01:01 #9 44.94 Preparing to unpack .../307-libregexp-pattern-license-perl_3.9.3-1_all.deb ...
11:01:01 #9 44.95 Unpacking libregexp-pattern-license-perl (3.9.3-1) ...
11:01:01 #9 45.00 Selecting previously unselected package libregexp-pattern-perl.
11:01:01 #9 45.00 Preparing to unpack .../308-libregexp-pattern-perl_0.2.14-1_all.deb ...
11:01:01 #9 45.01 Unpacking libregexp-pattern-perl (0.2.14-1) ...
11:01:01 #9 45.04 Selecting previously unselected package libsasl2-modules:armhf.
11:01:01 #9 45.04 Preparing to unpack .../309-libsasl2-modules_2.1.27+dfsg2-3ubuntu1_armhf.deb ...
11:01:01 #9 45.05 Unpacking libsasl2-modules:armhf (2.1.27+dfsg2-3ubuntu1) ...
11:01:01 #9 45.08 Selecting previously unselected package libsereal-decoder-perl.
11:01:01 #9 45.08 Preparing to unpack .../310-libsereal-decoder-perl_4.023+ds-1_armhf.deb ...
11:01:01 #9 45.08 Unpacking libsereal-decoder-perl (4.023+ds-1) ...
11:01:01 #9 45.12 Selecting previously unselected package libsereal-encoder-perl:armhf.
11:01:01 #9 45.12 Preparing to unpack .../311-libsereal-encoder-perl_4.023+ds-1_armhf.deb ...
11:01:01 #9 45.12 Unpacking libsereal-encoder-perl:armhf (4.023+ds-1) ...
11:01:01 #9 45.15 Selecting previously unselected package libset-intspan-perl.
11:01:01 #9 45.15 Preparing to unpack .../312-libset-intspan-perl_1.19-2_all.deb ...
11:01:01 #9 45.16 Unpacking libset-intspan-perl (1.19-2) ...
11:01:01 #9 45.19 Selecting previously unselected package libsocket6-perl.
11:01:01 #9 45.19 Preparing to unpack .../313-libsocket6-perl_0.29-1build4_armhf.deb ...
11:01:01 #9 45.20 Unpacking libsocket6-perl (0.29-1build4) ...
11:01:01 #9 45.22 Selecting previously unselected package libstring-copyright-perl.
11:01:01 #9 45.23 Preparing to unpack .../314-libstring-copyright-perl_0.003012-1_all.deb ...
11:01:01 #9 45.23 Unpacking libstring-copyright-perl (0.003012-1) ...
11:01:01 #9 45.26 Selecting previously unselected package libstring-escape-perl.
11:01:01 #9 45.26 Preparing to unpack .../315-libstring-escape-perl_2010.002-2_all.deb ...
11:01:01 #9 45.26 Unpacking libstring-escape-perl (2010.002-2) ...
11:01:01 #9 45.29 Selecting previously unselected package libstring-shellquote-perl.
11:01:01 #9 45.29 Preparing to unpack .../316-libstring-shellquote-perl_1.04-1_all.deb ...
11:01:01 #9 45.29 Unpacking libstring-shellquote-perl (1.04-1) ...
11:01:01 #9 45.32 Selecting previously unselected package libxs-parse-keyword-perl.
11:01:01 #9 45.32 Preparing to unpack .../317-libxs-parse-keyword-perl_0.21-1build1_armhf.deb ...
11:01:01 #9 45.33 Unpacking libxs-parse-keyword-perl (0.21-1build1) ...
11:01:01 #9 45.36 Selecting previously unselected package libsyntax-keyword-try-perl.
11:01:01 #9 45.36 Preparing to unpack .../318-libsyntax-keyword-try-perl_0.26-1build1_armhf.deb ...
11:01:01 #9 45.36 Unpacking libsyntax-keyword-try-perl (0.26-1build1) ...
11:01:01 #9 45.39 Selecting previously unselected package libterm-readkey-perl.
11:01:01 #9 45.40 Preparing to unpack .../319-libterm-readkey-perl_2.38-1build4_armhf.deb ...
11:01:01 #9 45.40 Unpacking libterm-readkey-perl (2.38-1build4) ...
11:01:01 #9 45.43 Selecting previously unselected package libtext-levenshteinxs-perl.
11:01:01 #9 45.43 Preparing to unpack .../320-libtext-levenshteinxs-perl_0.03-4build10_armhf.deb ...
11:01:01 #9 45.44 Unpacking libtext-levenshteinxs-perl (0.03-4build10) ...
11:01:01 #9 45.49 Selecting previously unselected package libtext-markdown-discount-perl:armhf.
11:01:01 #9 45.50 Preparing to unpack .../321-libtext-markdown-discount-perl_0.13-1build1_armhf.deb ...
11:01:01 #9 45.50 Unpacking libtext-markdown-discount-perl:armhf (0.13-1build1) ...
11:01:01 #9 45.53 Selecting previously unselected package libtext-xslate-perl:armhf.
11:01:01 #9 45.53 Preparing to unpack .../322-libtext-xslate-perl_3.5.9-1build1_armhf.deb ...
11:01:01 #9 45.54 Unpacking libtext-xslate-perl:armhf (3.5.9-1build1) ...
11:01:01 #9 45.58 Selecting previously unselected package libtime-duration-perl.
11:01:01 #9 45.58 Preparing to unpack .../323-libtime-duration-perl_1.21-1_all.deb ...
11:01:01 #9 45.59 Unpacking libtime-duration-perl (1.21-1) ...
11:01:01 #9 45.62 Selecting previously unselected package libtime-moment-perl.
11:01:01 #9 45.62 Preparing to unpack .../324-libtime-moment-perl_0.44-1build6_armhf.deb ...
11:01:01 #9 45.63 Unpacking libtime-moment-perl (0.44-1build6) ...
11:01:01 #9 45.66 Selecting previously unselected package libtype-tiny-xs-perl.
11:01:01 #9 45.66 Preparing to unpack .../325-libtype-tiny-xs-perl_0.022-1build2_armhf.deb ...
11:01:01 #9 45.67 Unpacking libtype-tiny-xs-perl (0.022-1build2) ...
11:01:01 #9 45.71 Selecting previously unselected package libunicode-utf8-perl.
11:01:01 #9 45.71 Preparing to unpack .../326-libunicode-utf8-perl_0.62-1build4_armhf.deb ...
11:01:01 #9 45.72 Unpacking libunicode-utf8-perl (0.62-1build4) ...
11:01:01 #9 45.75 Selecting previously unselected package libxml-namespacesupport-perl.
11:01:01 #9 45.76 Preparing to unpack .../327-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
11:01:01 #9 45.76 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
11:01:01 #9 45.79 Selecting previously unselected package libxml-sax-base-perl.
11:01:01 #9 45.79 Preparing to unpack .../328-libxml-sax-base-perl_1.09-1.1_all.deb ...
11:01:01 #9 45.79 Unpacking libxml-sax-base-perl (1.09-1.1) ...
11:01:01 #9 45.83 Selecting previously unselected package libxml-sax-perl.
11:01:01 #9 45.83 Preparing to unpack .../329-libxml-sax-perl_1.02+dfsg-3_all.deb ...
11:01:01 #9 45.84 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
11:01:01 #9 45.90 Selecting previously unselected package libxml-libxml-perl.
11:01:02 #9 45.90 Preparing to unpack .../330-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_armhf.deb ...
11:01:02 #9 45.91 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
11:01:02 #9 45.96 Selecting previously unselected package libxml-parser-perl:armhf.
11:01:02 #9 45.96 Preparing to unpack .../331-libxml-parser-perl_2.46-3build1_armhf.deb ...
11:01:02 #9 45.96 Unpacking libxml-parser-perl:armhf (2.46-3build1) ...
11:01:02 #9 46.02 Selecting previously unselected package libxml-sax-expat-perl.
11:01:02 #9 46.02 Preparing to unpack .../332-libxml-sax-expat-perl_0.51-1_all.deb ...
11:01:02 #9 46.03 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:01:02 #9 46.07 Selecting previously unselected package libyaml-libyaml-perl.
11:01:02 #9 46.07 Preparing to unpack .../333-libyaml-libyaml-perl_0.83+ds-1build1_armhf.deb ...
11:01:02 #9 46.08 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
11:01:02 #9 46.16 Selecting previously unselected package licensecheck.
11:01:02 #9 46.16 Preparing to unpack .../334-licensecheck_3.2.14-2_all.deb ...
11:01:02 #9 46.17 Unpacking licensecheck (3.2.14-2) ...
11:01:02 #9 46.25 Selecting previously unselected package libdevel-size-perl.
11:01:02 #9 46.25 Preparing to unpack .../335-libdevel-size-perl_0.83-1build4_armhf.deb ...
11:01:02 #9 46.26 Unpacking libdevel-size-perl (0.83-1build4) ...
11:01:02 #9 46.33 Selecting previously unselected package libipc-run3-perl.
11:01:02 #9 46.33 Preparing to unpack .../336-libipc-run3-perl_0.048-2_all.deb ...
11:01:02 #9 46.34 Unpacking libipc-run3-perl (0.048-2) ...
11:01:02 #9 46.38 Selecting previously unselected package lzip.
11:01:02 #9 46.38 Preparing to unpack .../337-lzip_1.23-1_armhf.deb ...
11:01:02 #9 46.38 Unpacking lzip (1.23-1) ...
11:01:02 #9 46.41 Selecting previously unselected package lzop.
11:01:02 #9 46.41 Preparing to unpack .../338-lzop_1.04-2build2_armhf.deb ...
11:01:02 #9 46.42 Unpacking lzop (1.04-2build2) ...
11:01:02 #9 46.45 Selecting previously unselected package t1utils.
11:01:02 #9 46.45 Preparing to unpack .../339-t1utils_1.41-4build2_armhf.deb ...
11:01:02 #9 46.45 Unpacking t1utils (1.41-4build2) ...
11:01:02 #9 46.50 Selecting previously unselected package unzip.
11:01:02 #9 46.50 Preparing to unpack .../340-unzip_6.0-26ubuntu3_armhf.deb ...
11:01:02 #9 46.50 Unpacking unzip (6.0-26ubuntu3) ...
11:01:02 #9 46.54 Selecting previously unselected package lintian.
11:01:02 #9 46.54 Preparing to unpack .../341-lintian_2.114.0ubuntu1.1_all.deb ...
11:01:02 #9 46.55 Unpacking lintian (2.114.0ubuntu1.1) ...
11:01:02 #9 46.83 Selecting previously unselected package manpages-dev.
11:01:02 #9 46.84 Preparing to unpack .../342-manpages-dev_5.10-1ubuntu1_all.deb ...
11:01:02 #9 46.84 Unpacking manpages-dev (5.10-1ubuntu1) ...
11:01:03 #9 47.08 Selecting previously unselected package python3-certifi.
11:01:03 #9 47.09 Preparing to unpack .../343-python3-certifi_2020.6.20-1_all.deb ...
11:01:03 #9 47.09 Unpacking python3-certifi (2020.6.20-1) ...
11:01:03 #9 47.14 Selecting previously unselected package python3-idna.
11:01:03 #9 47.14 Preparing to unpack .../344-python3-idna_3.3-1_all.deb ...
11:01:03 #9 47.14 Unpacking python3-idna (3.3-1) ...
11:01:03 #9 47.20 Selecting previously unselected package python3-six.
11:01:03 #9 47.20 Preparing to unpack .../345-python3-six_1.16.0-3ubuntu1_all.deb ...
11:01:03 #9 47.21 Unpacking python3-six (1.16.0-3ubuntu1) ...
11:01:03 #9 47.24 Selecting previously unselected package python3-urllib3.
11:01:03 #9 47.24 Preparing to unpack .../346-python3-urllib3_1.26.5-1~exp1_all.deb ...
11:01:03 #9 47.25 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
11:01:03 #9 47.29 Selecting previously unselected package python3-requests.
11:01:03 #9 47.29 Preparing to unpack .../347-python3-requests_2.25.1+dfsg-2_all.deb ...
11:01:03 #9 47.30 Unpacking python3-requests (2.25.1+dfsg-2) ...
11:01:03 #9 47.34 Selecting previously unselected package python3-unidiff.
11:01:03 #9 47.34 Preparing to unpack .../348-python3-unidiff_0.5.5-2_all.deb ...
11:01:03 #9 47.35 Unpacking python3-unidiff (0.5.5-2) ...
11:01:03 #9 47.39 Selecting previously unselected package python3-xdg.
11:01:03 #9 47.39 Preparing to unpack .../349-python3-xdg_0.27-2_all.deb ...
11:01:03 #9 47.39 Unpacking python3-xdg (0.27-2) ...
11:01:03 #9 47.43 Selecting previously unselected package equivs.
11:01:03 #9 47.43 Preparing to unpack .../350-equivs_2.3.1_all.deb ...
11:01:03 #9 47.44 Unpacking equivs (2.3.1) ...
11:01:03 #9 47.48 Selecting previously unselected package libauthen-sasl-perl.
11:01:03 #9 47.48 Preparing to unpack .../351-libauthen-sasl-perl_2.1600-1.1_all.deb ...
11:01:03 #9 47.49 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
11:01:03 #9 47.53 Selecting previously unselected package python3-magic.
11:01:03 #9 47.54 Preparing to unpack .../352-python3-magic_2%3a0.4.24-2_all.deb ...
11:01:03 #9 47.54 Unpacking python3-magic (2:0.4.24-2) ...
11:01:03 #9 47.63 Setting up libksba8:armhf (1.6.0-2build1) ...
11:01:03 #9 47.64 Setting up media-types (7.0.0) ...
11:01:03 #9 47.66 Setting up libpipeline1:armhf (1.5.5-1) ...
11:01:03 #9 47.67 Setting up wdiff (1.2.2-2build3) ...
11:01:03 #9 47.69 Setting up gcc-11-base:armhf (11.2.0-19ubuntu1) ...
11:01:03 #9 47.70 Setting up libxau6:armhf (1:1.0.9-1build5) ...
11:01:03 #9 47.71 Setting up libre2-9:armhf (20220201+dfsg-1) ...
11:01:03 #9 47.72 Setting up lto-disabled-list (24) ...
11:01:03 #9 47.74 Setting up libpsl5:armhf (0.21.0-1.2build2) ...
11:01:04 #9 47.76 Setting up bsdextrautils (2.37.2-4ubuntu3) ...
11:01:04 #9 47.77 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
11:01:04 #9 47.77 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/write.ul.1.gz (of link group write) doesn't exist
11:01:04 #9 47.78 Setting up libtext-glob-perl (0.11-2) ...
11:01:04 #9 47.80 Setting up libmagic-mgc (1:5.41-3) ...
11:01:04 #9 47.81 Setting up libyaml-0-2:armhf (0.2.2-1build2) ...
11:01:04 #9 47.86 Setting up distro-info-data (0.52ubuntu0.1) ...
11:01:04 #9 47.88 Setting up manpages (5.10-1ubuntu1) ...
11:01:04 #9 47.90 Setting up unzip (6.0-26ubuntu3) ...
11:01:04 #9 47.91 Setting up libcbor0.8:armhf (0.8.0-2ubuntu1) ...
11:01:04 #9 47.93 Setting up libbrotli1:armhf (1.0.9-2build6) ...
11:01:04 #9 47.94 Setting up libsqlite3-0:armhf (3.37.2-2) ...
11:01:04 #9 47.96 Setting up libsasl2-modules:armhf (2.1.27+dfsg2-3ubuntu1) ...
11:01:04 #9 47.98 Setting up binutils-common:armhf (2.38-3ubuntu1) ...
11:01:04 #9 48.00 Setting up libnghttp2-14:armhf (1.43.0-1build3) ...
11:01:04 #9 48.01 Setting up libmagic1:armhf (1:5.41-3) ...
11:01:04 #9 48.03 Setting up libdeflate0:armhf (1.10-2) ...
11:01:04 #9 48.05 Setting up less (590-1build1) ...
11:01:04 #9 48.07 Setting up perl-openssl-defaults:armhf (5build2) ...
11:01:04 #9 48.08 Setting up linux-libc-dev:armhf (5.15.0-43.46) ...
11:01:04 #9 48.09 Setting up libctf-nobfd0:armhf (2.38-3ubuntu1) ...
11:01:04 #9 48.11 Setting up gettext-base (0.21-4ubuntu4) ...
11:01:04 #9 48.12 Setting up liblzo2-2:armhf (2.10-2build3) ...
11:01:04 #9 48.14 Setting up libnpth0:armhf (1.6-3build2) ...
11:01:04 #9 48.15 Setting up file (1:5.41-3) ...
11:01:04 #9 48.16 Setting up libassuan0:armhf (2.5.5-1build1) ...
11:01:04 #9 48.17 Setting up libgomp1:armhf (12-20220319-1ubuntu1) ...
11:01:04 #9 48.19 Setting up perl-modules-5.34 (5.34.0-3ubuntu1) ...
11:01:04 #9 48.20 Setting up bzip2 (1.0.8-5build1) ...
11:01:04 #9 48.21 Setting up libldap-common (2.5.12+dfsg-0ubuntu0.22.04.1) ...
11:01:04 #9 48.22 Setting up libjbig0:armhf (2.1-3.1build3) ...
11:01:04 #9 48.24 Setting up libfakeroot:armhf (1.28-1ubuntu1) ...
11:01:04 #9 48.25 Setting up libasan6:armhf (11.2.0-19ubuntu1) ...
11:01:04 #9 48.27 Setting up libnumber-compare-perl (0.03-2) ...
11:01:04 #9 48.28 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg2-3ubuntu1) ...
11:01:04 #9 48.29 Setting up fakeroot (1.28-1ubuntu1) ...
11:01:04 #9 48.30 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:01:04 #9 48.30 update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:01:04 #9 48.30 update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:01:04 #9 48.30 update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:01:04 #9 48.30 update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:01:04 #9 48.30 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:01:04 #9 48.30 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:01:04 #9 48.30 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
11:01:04 #9 48.30 update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
11:01:04 #9 48.32 Setting up autotools-dev (20220109.1) ...
11:01:04 #9 48.34 Setting up libtirpc-dev:armhf (1.3.2-2ubuntu0.1) ...
11:01:04 #9 48.35 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
11:01:04 #9 48.40 Setting up libx11-data (2:1.7.5-1) ...
11:01:04 #9 48.42 Setting up make (4.3-4.1build1) ...
11:01:04 #9 48.43 Setting up libmpfr6:armhf (4.1.0-3build3) ...
11:01:04 #9 48.44 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
11:01:04 #9 48.46 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build4) ...
11:01:04 #9 48.47 Setting up lzip (1.23-1) ...
11:01:04 #9 48.48 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
11:01:04 #9 48.48 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip) doesn't exist
11:01:04 #9 48.48 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
11:01:04 #9 48.48 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-compressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-compressor) doesn't exist
11:01:04 #9 48.48 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
11:01:04 #9 48.48 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-decompressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-decompressor) doesn't exist
11:01:04 #9 48.49 Setting up strace (5.16-0ubuntu3) ...
11:01:04 #9 48.51 Setting up libsigsegv2:armhf (2.13-1ubuntu3) ...
11:01:04 #9 48.52 Setting up xz-utils (5.2.5-2ubuntu1) ...
11:01:04 #9 48.53 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:01:04 #9 48.53 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
11:01:04 #9 48.53 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
11:01:04 #9 48.53 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
11:01:04 #9 48.53 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
11:01:04 #9 48.53 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
11:01:04 #9 48.53 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
11:01:04 #9 48.53 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
11:01:04 #9 48.53 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
11:01:04 #9 48.53 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
11:01:04 #9 48.53 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
11:01:04 #9 48.54 Setting up t1utils (1.41-4build2) ...
11:01:04 #9 48.58 Setting up diffstat (1.64-1build2) ...
11:01:04 #9 48.59 Setting up libpng16-16:armhf (1.6.37-3build5) ...
11:01:04 #9 48.62 Setting up libmpc3:armhf (1.2.1-2build1) ...
11:01:04 #9 48.69 Setting up libatomic1:armhf (12-20220319-1ubuntu1) ...
11:01:04 #9 48.71 Setting up patch (2.7.6-7build2) ...
11:01:05 #9 48.83 Setting up autopoint (0.21-4ubuntu4) ...
11:01:05 #9 48.86 Setting up fonts-dejavu-core (2.37-2build1) ...
11:01:05 #9 48.94 Setting up ucf (3.0043) ...
11:01:05 #9 49.08 Setting up libjpeg-turbo8:armhf (2.1.2-0ubuntu1) ...
11:01:05 #9 49.10 Setting up libltdl7:armhf (2.4.6-15build2) ...
11:01:05 #9 49.11 Setting up libsasl2-2:armhf (2.1.27+dfsg2-3ubuntu1) ...
11:01:05 #9 49.13 Setting up libssh-4:armhf (0.9.6-2build1) ...
11:01:05 #9 49.15 Setting up libwebp7:armhf (1.2.2-2) ...
11:01:05 #9 49.17 Setting up libubsan1:armhf (12-20220319-1ubuntu1) ...
11:01:05 #9 49.18 Setting up libgcc-11-dev:armhf (11.2.0-19ubuntu1) ...
11:01:05 #9 49.20 Setting up libmd0:armhf (1.0.4-1build1) ...
11:01:05 #9 49.21 Setting up python-apt-common (2.3.0ubuntu2.1) ...
11:01:05 #9 49.23 Setting up libnsl-dev:armhf (1.3.0-2build2) ...
11:01:05 #9 49.24 Setting up libcrypt-dev:armhf (1:4.4.27-1) ...
11:01:05 #9 49.25 Setting up libuchardet0:armhf (0.0.7-1build2) ...
11:01:05 #9 49.27 Setting up lzop (1.04-2build2) ...
11:01:05 #9 49.29 Setting up libmpdec3:armhf (2.5.1-2build2) ...
11:01:05 #9 49.37 Setting up git-man (1:2.34.1-1ubuntu1.4) ...
11:01:05 #9 49.41 Setting up netbase (6.3) ...
11:01:05 #9 49.47 Setting up libbinutils:armhf (2.38-3ubuntu1) ...
11:01:05 #9 49.50 Setting up libfido2-1:armhf (1.10.0-1) ...
11:01:05 #9 49.51 Setting up libisl23:armhf (0.24-2build1) ...
11:01:05 #9 49.53 Setting up libc-dev-bin (2.35-0ubuntu3.1) ...
11:01:05 #9 49.54 Setting up openssl (3.0.2-0ubuntu1.6) ...
11:01:05 #9 49.57 Setting up libbsd0:armhf (0.11.5-1) ...
11:01:05 #9 49.59 Setting up libelf1:armhf (0.186-1build1) ...
11:01:05 #9 49.61 Setting up readline-common (8.1.2-1) ...
11:01:05 #9 49.63 Setting up publicsuffix (20211207.1025-1) ...
11:01:05 #9 49.64 Setting up zstd (1.4.8+dfsg-3build1) ...
11:01:05 #9 49.66 Setting up libmarkdown2:armhf (2.2.7-2) ...
11:01:05 #9 49.67 Setting up libcc1-0:armhf (12-20220319-1ubuntu1) ...
11:01:05 #9 49.69 Setting up iso-codes (4.9.0-1) ...
11:01:05 #9 49.72 Setting up liblocale-gettext-perl (1.07-4build3) ...
11:01:05 #9 49.74 Setting up dctrl-tools (2.24-3build2) ...
11:01:05 #9 49.79 Setting up libgdbm6:armhf (1.23-1) ...
11:01:05 #9 49.83 Setting up libicu70:armhf (70.1-2) ...
11:01:05 #9 49.84 Setting up libctf0:armhf (2.38-3ubuntu1) ...
11:01:06 #9 49.86 Setting up libjpeg8:armhf (8c-2ubuntu10) ...
11:01:06 #9 49.91 Setting up pinentry-curses (1.1.1-1build2) ...
11:01:06 #9 49.93 Setting up cpp-11 (11.2.0-19ubuntu1) ...
11:01:06 #9 49.95 Setting up manpages-dev (5.10-1ubuntu1) ...
11:01:06 #9 49.96 Setting up libdw1:armhf (0.186-1build1) ...
11:01:06 #9 49.97 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu5) ...
11:01:06 #9 49.99 Setting up libxcb1:armhf (1.14-3ubuntu3) ...
11:01:06 #9 50.00 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
11:01:06 #9 50.28 Setting up libedit2:armhf (3.1-20210910-1build1) ...
11:01:06 #9 50.29 Setting up libreadline8:armhf (8.1.2-1) ...
11:01:06 #9 50.31 Setting up m4 (1.4.18-5ubuntu2) ...
11:01:06 #9 50.32 Setting up libldap-2.5-0:armhf (2.5.12+dfsg-0ubuntu0.22.04.1) ...
11:01:06 #9 50.34 Setting up libpython3.10-stdlib:armhf (3.10.4-3ubuntu0.1) ...
11:01:06 #9 50.36 Setting up ca-certificates (20211016) ...
11:01:06 #9 50.76 Updating certificates in /etc/ssl/certs...
11:01:07 #9 51.20 127 added, 0 removed; done.
11:01:07 #9 51.24 Setting up libfreetype6:armhf (2.11.1+dfsg-1ubuntu0.1) ...
11:01:07 #9 51.25 Setting up libgdbm-compat4:armhf (1.23-1) ...
11:01:07 #9 51.26 Setting up dwz (0.14-1build2) ...
11:01:07 #9 51.27 Setting up groff-base (1.22.4-8build1) ...
11:01:07 #9 51.30 Setting up cpp (4:11.2.0-1ubuntu1) ...
11:01:07 #9 51.31 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
11:01:07 #9 51.32 Setting up debugedit (1:5.0-4build1) ...
11:01:07 #9 51.34 Setting up libcurl4:armhf (7.81.0-1ubuntu1.3) ...
11:01:07 #9 51.35 Setting up libc6-dev:armhf (2.35-0ubuntu3.1) ...
11:01:07 #9 51.36 Setting up libx11-6:armhf (2:1.7.5-1) ...
11:01:07 #9 51.38 Setting up libtiff5:armhf (4.3.0-6) ...
11:01:07 #9 51.39 Setting up curl (7.81.0-1ubuntu1.3) ...
11:01:07 #9 51.40 Setting up libfontconfig1:armhf (2.13.1-4.2ubuntu5) ...
11:01:07 #9 51.41 Setting up binutils-arm-linux-gnueabihf (2.38-3ubuntu1) ...
11:01:07 #9 51.42 Setting up libxml2:armhf (2.9.13+dfsg-1ubuntu0.1) ...
11:01:07 #9 51.44 Setting up libxmuu1:armhf (2:1.1.3-3) ...
11:01:07 #9 51.45 Setting up gpg (2.2.27-3ubuntu2.1) ...
11:01:07 #9 51.46 Setting up libpython3-stdlib:armhf (3.10.4-0ubuntu2) ...
11:01:07 #9 51.48 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
11:01:07 #9 51.49 Setting up libperl5.34:armhf (5.34.0-3ubuntu1) ...
11:01:07 #9 51.51 Setting up gettext (0.21-4ubuntu4) ...
11:01:07 #9 51.52 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
11:01:08 #9 52.01 Setting up python3.10 (3.10.4-3ubuntu0.1) ...
11:01:08 #9 52.87 Setting up libxpm4:armhf (1:3.5.12-1build2) ...
11:01:09 #9 52.88 Setting up openssh-client (1:8.9p1-3) ...
11:01:09 #9 53.03 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
11:01:09 #9 53.03 update-alternatives: warning: skip creation of /usr/share/man/man1/rsh.1.gz because associated file /usr/share/man/man1/ssh.1.gz (of link group rsh) doesn't exist
11:01:09 #9 53.03 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
11:01:09 #9 53.03 update-alternatives: warning: skip creation of /usr/share/man/man1/rlogin.1.gz because associated file /usr/share/man/man1/slogin.1.gz (of link group rlogin) doesn't exist
11:01:09 #9 53.04 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
11:01:09 #9 53.04 update-alternatives: warning: skip creation of /usr/share/man/man1/rcp.1.gz because associated file /usr/share/man/man1/scp.1.gz (of link group rcp) doesn't exist
11:01:09 #9 53.05 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
11:01:09 #9 53.06 Setting up libxext6:armhf (2:1.3.4-1build1) ...
11:01:09 #9 53.07 Setting up libcurl3-gnutls:armhf (7.81.0-1ubuntu1.3) ...
11:01:09 #9 53.08 Setting up python3 (3.10.4-0ubuntu2) ...
11:01:09 #9 53.42 Setting up binutils (2.38-3ubuntu1) ...
11:01:09 #9 53.43 Setting up python3-xdg (0.27-2) ...
11:01:09 #9 53.62 Setting up man-db (2.10.2-1) ...
11:01:09 #9 53.77 Building database of manual pages ...
11:01:10 #9 54.05 Setting up libgpgme11:armhf (1.16.0-1.2ubuntu4) ...
11:01:10 #9 54.06 Setting up python3-six (1.16.0-3ubuntu1) ...
11:01:10 #9 54.20 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
11:01:10 #9 54.35 Setting up perl (5.34.0-3ubuntu1) ...
11:01:10 #9 54.37 Setting up libpackage-stash-xs-perl (0.29-1build5) ...
11:01:10 #9 54.44 Setting up libclass-data-inheritable-perl (0.08-3) ...
11:01:10 #9 54.45 Setting up libxs-parse-keyword-perl (0.21-1build1) ...
11:01:10 #9 54.47 Setting up python3-gpg (1.16.0-1.2ubuntu4) ...
11:01:10 #9 54.68 Setting up libdata-dump-perl (1.25-1) ...
11:01:10 #9 54.70 Setting up python3-certifi (2020.6.20-1) ...
11:01:10 #9 54.84 Setting up libfile-find-rule-perl (0.34-1) ...
11:01:10 #9 54.85 Setting up libref-util-perl (0.204-1) ...
11:01:10 #9 54.86 Setting up libipc-system-simple-perl (1.30-1) ...
11:01:10 #9 54.88 Setting up libnet-domain-tld-perl (1.75-1.1) ...
11:01:10 #9 54.89 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
11:01:10 #9 54.90 Setting up libsocket6-perl (0.29-1build4) ...
11:01:10 #9 54.91 Setting up libio-prompt-tiny-perl (0.003-1) ...
11:01:10 #9 54.92 Setting up libhash-fieldhash-perl (0.15-1build5) ...
11:01:10 #9 54.93 Setting up libgd3:armhf (2.3.0-2ubuntu2) ...
11:01:10 #9 54.95 Setting up libvariable-magic-perl (0.62-1build5) ...
11:01:11 #9 54.96 Setting up python3-idna (3.3-1) ...
11:01:11 #9 55.19 Setting up libio-html-perl (1.004-2) ...
11:01:11 #9 55.20 Setting up libpod-parser-perl (1.63-2) ...
11:01:11 #9 55.21 Setting up libb-hooks-op-check-perl (0.22-1build5) ...
11:01:11 #9 55.22 Setting up liblist-moreutils-xs-perl (0.430-2build2) ...
11:01:11 #9 55.24 Setting up libparams-util-perl (1.102-1build3) ...
11:01:11 #9 55.25 Setting up libdpkg-perl (1.21.1ubuntu2.1) ...
11:01:11 #9 55.26 Setting up libtime-duration-perl (1.21-1) ...
11:01:11 #9 55.27 Setting up autoconf (2.71-2) ...
11:01:11 #9 55.29 Setting up python3-urllib3 (1.26.5-1~exp1) ...
11:01:11 #9 55.50 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:01:11 #9 55.51 Setting up libarray-intspan-perl (2.004-1) ...
11:01:11 #9 55.52 Setting up libcapture-tiny-perl (0.48-1) ...
11:01:11 #9 55.53 Setting up libtimedate-perl (2.3300-2) ...
11:01:11 #9 55.54 Setting up libstdc++-11-dev:armhf (11.2.0-19ubuntu1) ...
11:01:11 #9 55.56 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
11:01:11 #9 55.57 Setting up libsub-name-perl (0.26-1build3) ...
11:01:11 #9 55.58 Setting up libtype-tiny-xs-perl (0.022-1build2) ...
11:01:11 #9 55.59 Setting up libsyntax-keyword-try-perl (0.26-1build1) ...
11:01:11 #9 55.60 Setting up libdata-validate-domain-perl (0.10-1.1) ...
11:01:11 #9 55.61 Setting up libproc-processtable-perl:armhf (0.634-1build1) ...
11:01:11 #9 55.63 Setting up libfile-chdir-perl (0.1008-1.1) ...
11:01:11 #9 55.64 Setting up gcc-11 (11.2.0-19ubuntu1) ...
11:01:11 #9 55.65 Setting up xauth (1:1.1-1build2) ...
11:01:11 #9 55.66 Setting up libpath-tiny-perl (0.122-1) ...
11:01:11 #9 55.67 Setting up libarchive-cpio-perl (0.10-1.1) ...
11:01:11 #9 55.69 Setting up libjson-perl (4.04000-1) ...
11:01:11 #9 55.70 Setting up libipc-run3-perl (0.048-2) ...
11:01:11 #9 55.72 Setting up libsub-override-perl (0.09-2) ...
11:01:12 #9 55.74 Setting up libaliased-perl (0.34-1.1) ...
11:01:12 #9 55.75 Setting up python3-unidiff (0.5.5-2) ...
11:01:12 #9 55.91 Setting up libstrictures-perl (2.000006-1) ...
11:01:12 #9 55.92 Setting up libsub-quote-perl (2.006006-1) ...
11:01:12 #9 55.93 Setting up libdevel-stacktrace-perl (2.0400-1) ...
11:01:12 #9 55.94 Setting up libclass-xsaccessor-perl (1.19-3build9) ...
11:01:12 #9 55.95 Setting up libsort-versions-perl (1.62-1) ...
11:01:12 #9 55.96 Setting up libexporter-tiny-perl (1.002002-1) ...
11:01:12 #9 55.97 Setting up libre-engine-re2-perl:armhf (0.14-1build2) ...
11:01:12 #9 55.99 Setting up libfile-dirlist-perl (0.05-2) ...
11:01:12 #9 56.00 Setting up libterm-readkey-perl (2.38-1build4) ...
11:01:12 #9 56.01 Setting up lsb-release (11.1.0ubuntu4) ...
11:01:12 #9 56.02 Setting up python3-magic (2:0.4.24-2) ...
11:01:12 #9 56.17 Setting up libtext-levenshteinxs-perl (0.03-4build10) ...
11:01:12 #9 56.18 Setting up libperlio-gzip-perl (0.19-1build8) ...
11:01:12 #9 56.19 Setting up libsys-hostname-long-perl (1.5-2) ...
11:01:12 #9 56.21 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
11:01:12 #9 56.22 Setting up libsereal-decoder-perl (4.023+ds-1) ...
11:01:12 #9 56.23 Setting up liburi-perl (5.10-1) ...
11:01:12 #9 56.24 Setting up libnet-ipv6addr-perl (1.02-1) ...
11:01:12 #9 56.25 Setting up libfile-touch-perl (0.12-1) ...
11:01:12 #9 56.26 Setting up libc-devtools (2.35-0ubuntu3.1) ...
11:01:12 #9 56.28 Setting up libemail-address-xs-perl (1.04-1build6) ...
11:01:12 #9 56.29 Setting up libnet-ssleay-perl:armhf (1.92-1build2) ...
11:01:12 #9 56.30 Setting up python3-pkg-resources (59.6.0-1.2) ...
11:01:12 #9 56.53 Setting up automake (1:1.16.5-1.3) ...
11:01:12 #9 56.54 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:01:12 #9 56.54 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist
11:01:12 #9 56.54 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist
11:01:12 #9 56.55 Setting up libapt-pkg-perl (0.1.40build2) ...
11:01:12 #9 56.56 Setting up libstring-escape-perl (2010.002-2) ...
11:01:12 #9 56.57 Setting up libhttp-date-perl (6.05-1) ...
11:01:12 #9 56.59 Setting up libfile-which-perl (1.23-1) ...
11:01:12 #9 56.60 Setting up libfile-basedir-perl (0.09-1) ...
11:01:12 #9 56.61 Setting up libunicode-utf8-perl (0.62-1build4) ...
11:01:12 #9 56.62 Setting up libset-intspan-perl (1.19-2) ...
11:01:12 #9 56.65 Setting up libmouse-perl (2.5.10-1build4) ...
11:01:12 #9 56.66 Setting up libfile-listing-perl (6.14-1) ...
11:01:12 #9 56.68 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
11:01:12 #9 56.76 Setting up libregexp-pattern-perl (0.2.14-1) ...
11:01:13 #9 56.77 Setting up libdata-messagepack-perl (1.01-2build1) ...
11:01:13 #9 56.78 Setting up libfont-afm-perl (1.20-3) ...
11:01:13 #9 56.80 Setting up libwant-perl (0.29-1build7) ...
11:01:13 #9 56.82 Setting up libdynaloader-functions-perl (0.003-1.1) ...
11:01:13 #9 56.85 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:01:13 #9 56.86 Setting up liblist-compare-perl (0.55-1) ...
11:01:13 #9 56.87 Setting up libref-util-xs-perl (0.117-1build5) ...
11:01:13 #9 56.88 Setting up libio-pty-perl (1:1.15-2build2) ...
11:01:13 #9 56.90 Setting up libtool (2.4.6-15build2) ...
11:01:13 #9 56.92 Setting up g++-11 (11.2.0-19ubuntu1) ...
11:01:13 #9 56.93 Setting up libfile-fcntllock-perl (0.22-3build7) ...
11:01:13 #9 56.94 Setting up libclone-perl (0.45-1build3) ...
11:01:13 #9 56.96 Setting up libalgorithm-diff-perl (1.201-1) ...
11:01:13 #9 56.97 Setting up libarchive-zip-perl (1.68-1) ...
11:01:13 #9 56.99 Setting up libsub-identify-perl (0.14-1build5) ...
11:01:13 #9 57.00 Setting up libdistro-info-perl (1.1build1) ...
11:01:13 #9 57.01 Setting up libcpanel-json-xs-perl:armhf (4.27-1build1) ...
11:01:13 #9 57.03 Setting up python3-apt (2.3.0ubuntu2.1) ...
11:01:13 #9 57.21 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
11:01:13 #9 57.23 Setting up liblist-moreutils-perl (0.430-2) ...
11:01:13 #9 57.24 Setting up libhtml-tagset-perl (3.20-4) ...
11:01:13 #9 57.25 Setting up liblog-any-perl (1.710-1) ...
11:01:13 #9 57.27 Setting up libauthen-sasl-perl (2.1600-1.1) ...
11:01:13 #9 57.28 Setting up libdevel-size-perl (0.83-1build4) ...
11:01:13 #9 57.29 Setting up libdebhelper-perl (13.6ubuntu1) ...
11:01:13 #9 57.31 Setting up libpod-constants-perl (0.19-2) ...
11:01:13 #9 57.33 Setting up libregexp-pattern-license-perl (3.9.3-1) ...
11:01:13 #9 57.34 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:01:13 #9 57.36 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
11:01:13 #9 57.37 Setting up libio-interactive-perl (1.023-1) ...
11:01:13 #9 57.38 Setting up libtry-tiny-perl (0.31-1) ...
11:01:13 #9 57.39 Setting up libtype-tiny-perl (1.012004-1) ...
11:01:13 #9 57.45 Setting up libcommon-sense-perl:armhf (3.75-2build1) ...
11:01:13 #9 57.46 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
11:01:13 #9 57.48 Setting up libnet-http-perl (6.22-1) ...
11:01:13 #9 57.49 Setting up libpath-iterator-rule-perl (1.015-1) ...
11:01:13 #9 57.50 Setting up libtext-markdown-discount-perl:armhf (0.13-1build1) ...
11:01:13 #9 57.52 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
11:01:13 #9 57.53 Setting up libtime-moment-perl (0.44-1build6) ...
11:01:13 #9 57.54 Setting up libencode-locale-perl (1.05-1.1) ...
11:01:13 #9 57.55 Setting up libexception-class-perl (1.45-1) ...
11:01:13 #9 57.56 Setting up libmath-base85-perl (0.5+dfsg-1) ...
11:01:13 #9 57.57 Setting up libconfig-tiny-perl (2.28-1) ...
11:01:13 #9 57.59 Setting up libsereal-encoder-perl:armhf (4.023+ds-1) ...
11:01:13 #9 57.60 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
11:01:13 #9 57.62 Setting up liblist-utilsby-perl (0.11-1) ...
11:01:13 #9 57.63 Setting up libstring-shellquote-perl (1.04-1) ...
11:01:13 #9 57.64 Setting up libnet-netmask-perl (2.0001-1) ...
11:01:13 #9 57.65 Setting up libsub-install-perl (0.928-1.1) ...
11:01:13 #9 57.66 Setting up gcc (4:11.2.0-1ubuntu1) ...
11:01:13 #9 57.69 Setting up dpkg-dev (1.21.1ubuntu2.1) ...
11:01:13 #9 57.71 Setting up intltool-debian (0.35.0+20060710.5) ...
11:01:13 #9 57.72 Setting up liberror-perl (0.17029-1) ...
11:01:13 #9 57.73 Setting up dh-autoreconf (20) ...
11:01:13 #9 57.75 Setting up patchutils (0.4.2-1build2) ...
11:01:13 #9 57.76 Setting up libmail-sendmail-perl (0.80-1.1) ...
11:01:13 #9 57.77 Setting up libltdl-dev:armhf (2.4.6-15build2) ...
11:01:13 #9 57.78 Setting up libjson-maybexs-perl (1.004003-1) ...
11:01:13 #9 57.80 Setting up libxml-sax-base-perl (1.09-1.1) ...
11:01:14 #9 57.81 Setting up libio-string-perl (1.08-3.1) ...
11:01:14 #9 57.82 Setting up libreadonly-perl (2.050-3) ...
11:01:14 #9 57.83 Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ...
11:01:14 #9 57.84 Setting up python3-chardet (4.0.0-1) ...
11:01:14 #9 58.17 Setting up libstring-copyright-perl (0.003012-1) ...
11:01:14 #9 58.19 Setting up python3-debian (0.1.43ubuntu1) ...
11:01:14 #9 58.38 Setting up python3-requests (2.25.1+dfsg-2) ...
11:01:14 #9 58.56 Setting up libdata-optlist-perl (0.112-1) ...
11:01:14 #9 58.58 Setting up libipc-run-perl (20200505.0-1) ...
11:01:14 #9 58.59 Setting up git (1:2.34.1-1ubuntu1.4) ...
11:01:14 #9 58.61 Setting up libtext-xslate-perl:armhf (3.5.9-1build1) ...
11:01:14 #9 58.62 Setting up libcontextual-return-perl (0.004014-2) ...
11:01:14 #9 58.63 Setting up libwww-robotrules-perl (6.02-1) ...
11:01:14 #9 58.64 Setting up libtypes-serialiser-perl (1.01-1) ...
11:01:14 #9 58.66 Setting up g++ (4:11.2.0-1ubuntu1) ...
11:01:14 #9 58.69 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:01:14 #9 58.69 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
11:01:14 #9 58.70 Setting up libhtml-parser-perl:armhf (3.76-1build2) ...
11:01:14 #9 58.71 Setting up libgit-wrapper-perl (0.048-1) ...
11:01:14 #9 58.72 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
11:01:14 #9 58.73 Setting up librole-tiny-perl (2.002004-1) ...
11:01:14 #9 58.74 Setting up gnupg (2.2.27-3ubuntu2.1) ...
11:01:14 #9 58.77 Setting up build-essential (12.9ubuntu3) ...
11:01:14 #9 58.78 Setting up libfont-ttf-perl (1.06-1.1) ...
11:01:14 #9 58.80 Setting up libfile-homedir-perl (1.006-1) ...
11:01:14 #9 58.81 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
11:01:14 #9 58.82 Setting up libio-socket-ssl-perl (2.074-2) ...
11:01:14 #9 58.84 Setting up libsub-exporter-perl (0.988-1) ...
11:01:14 #9 58.85 Setting up libalgorithm-merge-perl (0.08-3) ...
11:01:14 #9 58.86 Setting up libhttp-message-perl (6.36-1) ...
11:01:14 #9 58.87 Setting up libdata-validate-ip-perl (0.30-1) ...
11:01:15 #9 58.88 Setting up libhtml-form-perl (6.07-1) ...
11:01:15 #9 58.90 Setting up libiterator-perl (0.03+ds1-1.1) ...
11:01:15 #9 58.91 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
11:01:15 #9 58.93 Setting up libjson-xs-perl (4.030-1build3) ...
11:01:15 #9 58.94 Setting up libhttp-negotiate-perl (6.01-1) ...
11:01:15 #9 58.95 Setting up libio-prompter-perl (0.004015-1) ...
11:01:15 #9 58.96 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
11:01:15 #9 58.98 Setting up libhttp-cookies-perl (6.10-1) ...
11:01:15 #9 58.99 Setting up po-debconf (1.0.21+nmu1) ...
11:01:15 #9 59.00 Setting up libhtml-tree-perl (5.07-2) ...
11:01:15 #9 59.01 Setting up libparams-classify-perl (0.015-1build5) ...
11:01:15 #9 59.03 Setting up libhtml-format-perl (2.12-1.1) ...
11:01:15 #9 59.05 Setting up libxml-sax-perl (1.02+dfsg-3) ...
11:01:15 #9 59.10 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:01:15 #9 59.16 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:01:15 #9 59.28 
11:01:15 #9 59.28 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:01:15 #9 59.34 Setting up dput (1.1.0ubuntu2) ...
11:01:15 #9 59.52 Setting up libdata-validate-uri-perl (0.07-2) ...
11:01:15 #9 59.53 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:01:15 #9 59.55 Setting up libmodule-runtime-perl (0.016-1) ...
11:01:15 #9 59.56 Setting up libmailtools-perl (2.21-1) ...
11:01:15 #9 59.57 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
11:01:15 #9 59.62 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:01:15 #9 59.69 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:01:15 #9 59.76 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:01:15 #9 59.88 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:01:15 #9 59.90 Setting up dh-strip-nondeterminism (1.13.0-1) ...
11:01:15 #9 59.92 Setting up libconst-fast-perl (0.014-1.1) ...
11:01:15 #9 59.93 Setting up libhttp-daemon-perl (6.13-1ubuntu0.1) ...
11:01:16 #9 59.95 Setting up libdata-dpath-perl (0.58-1) ...
11:01:16 #9 59.97 Setting up libmodule-implementation-perl (0.09-1.1) ...
11:01:16 #9 59.99 Setting up libpackage-stash-perl (0.39-1) ...
11:01:16 #9 60.00 Setting up libimport-into-perl (1.002005-1) ...
11:01:16 #9 60.02 Setting up libmoo-perl (2.005004-3) ...
11:01:16 #9 60.03 Setting up liblist-someutils-perl (0.58-1) ...
11:01:16 #9 60.04 Setting up debhelper (13.6ubuntu1) ...
11:01:16 #9 60.06 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
11:01:16 #9 60.07 Setting up equivs (2.3.1) ...
11:01:16 #9 60.08 Setting up libmoox-aliases-perl (0.001006-1.1) ...
11:01:16 #9 60.10 Setting up libb-hooks-endofscope-perl (0.25-1) ...
11:01:16 #9 60.11 Setting up libnamespace-clean-perl (0.27-1) ...
11:01:16 #9 60.13 Setting up libnamespace-autoclean-perl (0.29-1) ...
11:01:16 #9 60.14 Setting up libgitlab-api-v4-perl (0.26-1) ...
11:01:16 #9 60.15 Setting up libmoox-struct-perl (0.020-1) ...
11:01:16 #9 60.16 Setting up lintian (2.114.0ubuntu1.1) ...
11:01:16 #9 60.17 Setting up licensecheck (3.2.14-2) ...
11:01:16 #9 60.19 Setting up liblwp-protocol-https-perl (6.10-1) ...
11:01:16 #9 60.21 Setting up libwww-perl (6.61-1) ...
11:01:16 #9 60.22 Setting up devscripts (2.22.1ubuntu1) ...
11:01:16 #9 60.39 Setting up libxml-parser-perl:armhf (2.46-3build1) ...
11:01:16 #9 60.41 Setting up libxml-sax-expat-perl (0.51-1) ...
11:01:16 #9 60.45 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:01:16 #9 60.50 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:01:16 #9 60.63 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:01:16 #9 60.65 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
11:01:16 #9 60.68 Processing triggers for ca-certificates (20211016) ...
11:01:16 #9 60.69 Updating certificates in /etc/ssl/certs...
11:01:17 #9 61.00 0 added, 0 removed; done.
11:01:17 #9 61.00 Running hooks in /etc/ca-certificates/update.d...
11:01:17 #9 61.00 done.
11:01:18 #9 DONE 62.1s
11:01:18 
11:01:18 #11 [stage-1 4/9] COPY common /root/build-deb/debian
11:01:18 #11 sha256:23024c3b00a6ffe4cfcad985c8b44e5f0700056cd3044e8edc91b5611b15e935
11:01:18 #11 DONE 0.0s
11:01:18 
11:01:18 #12 [stage-1 5/9] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
11:01:18 #12 sha256:01e68e7bf8886b9a2846f2422e765bff689c10b322a848d1a8c5a963c95db4e0
11:01:19 #12 0.932 Hit:1 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
11:01:19 #12 0.943 Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
11:01:19 #12 1.017 Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
11:01:19 #12 1.091 Hit:4 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
11:01:20 #12 1.325 Reading package lists...
11:01:20 #12 2.559 dpkg-buildpackage: info: source package docker-ce-build-deps
11:01:20 #12 2.559 dpkg-buildpackage: info: source version 1.0
11:01:20 #12 2.559 dpkg-buildpackage: info: source distribution unstable
11:01:20 #12 2.559 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
11:01:20 #12 2.594  dpkg-source --before-build .
11:01:20 #12 2.595 dpkg-buildpackage: info: host architecture armhf
11:01:21 #12 2.695  debian/rules clean
11:01:21 #12 2.697 dh clean
11:01:21 #12 2.778    dh_clean
11:01:21 #12 2.814  debian/rules binary
11:01:21 #12 2.816 dh binary
11:01:21 #12 2.890    dh_update_autotools_config
11:01:21 #12 2.920    dh_autoreconf
11:01:21 #12 2.961    create-stamp debian/debhelper-build-stamp
11:01:21 #12 2.961    dh_prep
11:01:21 #12 2.996    dh_auto_install --destdir=debian/docker-ce-build-deps/
11:01:21 #12 3.046    dh_install
11:01:21 #12 3.083    dh_installdocs
11:01:21 #12 3.121    dh_installchangelogs
11:01:21 #12 3.204    dh_perl
11:01:21 #12 3.240    dh_link
11:01:21 #12 3.274    dh_strip_nondeterminism
11:01:21 #12 3.336    dh_compress
11:01:21 #12 3.374    dh_fixperms
11:01:21 #12 3.411    dh_missing
11:01:21 #12 3.437    dh_installdeb
11:01:21 #12 3.470    dh_gencontrol
11:01:21 #12 3.587    dh_md5sums
11:01:21 #12 3.621    dh_builddeb
11:01:21 #12 3.648 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:01:22 #12 3.740  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_armhf.buildinfo
11:01:22 #12 3.885  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_armhf.changes
11:01:22 #12 3.964 dpkg-genchanges: info: binary-only upload (no source code included)
11:01:22 #12 3.966  dpkg-source --after-build .
11:01:22 #12 4.074 dpkg-buildpackage: info: binary-only upload (no source included)
11:01:22 #12 4.078 
11:01:22 #12 4.078 The package has been created.
11:01:22 #12 4.078 Attention, the package has been created in the current directory,
11:01:22 #12 4.078 not in ".." as indicated by the message above!
11:01:22 #12 4.155 Selecting previously unselected package docker-ce-build-deps.
11:01:22 #12 4.170 (Reading database ... 25294 files and directories currently installed.)
11:01:22 #12 4.171 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:01:22 #12 4.176 Unpacking docker-ce-build-deps (1.0) ...
11:01:23 #12 4.267 Reading package lists...
11:01:23 #12 5.224 Building dependency tree...
11:01:23 #12 5.415 Reading state information...
11:01:23 #12 5.422 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:01:23 #12 5.631 Starting 2 pkgProblemResolver with broken count: 0
11:01:23 #12 5.635 Done
11:01:24 #12 5.796  Done
11:01:24 #12 5.969 Starting pkgProblemResolver with broken count: 0
11:01:24 #12 6.002 Starting 2 pkgProblemResolver with broken count: 0
11:01:24 #12 6.006 Done
11:01:24 #12 6.309 The following additional packages will be installed:
11:01:24 #12 6.310   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
11:01:24 #12 6.310   libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
11:01:24 #12 6.310   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp25
11:01:24 #12 6.311   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
11:01:24 #12 6.311   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
11:01:24 #12 6.312   libuv1 pkg-config
11:01:24 #12 6.314 Suggested packages:
11:01:24 #12 6.314   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
11:01:24 #12 6.314 Recommended packages:
11:01:24 #12 6.314   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
11:01:24 #12 6.358 The following NEW packages will be installed:
11:01:24 #12 6.359   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
11:01:24 #12 6.359   libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
11:01:24 #12 6.359   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp25
11:01:24 #12 6.360   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
11:01:24 #12 6.360   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
11:01:24 #12 6.361   libuv1 pkg-config
11:01:25 #12 6.778 0 upgraded, 26 newly installed, 0 to remove and 0 not upgraded.
11:01:25 #12 6.778 1 not fully installed or removed.
11:01:25 #12 6.778 Need to get 10.9 MB of archives.
11:01:25 #12 6.778 After this operation, 38.8 MB of additional disk space will be used.
11:01:25 #12 6.778 Get:1 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf bash-completion all 1:2.11-5ubuntu1 [180 kB]
11:01:25 #12 7.143 Get:2 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libarchive13 armhf 3.6.0-1ubuntu1 [338 kB]
11:01:25 #12 7.259 Get:3 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libjsoncpp25 armhf 1.9.5-3 [72.4 kB]
11:01:25 #12 7.278 Get:4 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf librhash0 armhf 1.4.2-1ubuntu1 [141 kB]
11:01:25 #12 7.303 Get:5 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libuv1 armhf 1.43.0-1 [76.9 kB]
11:01:25 #12 7.313 Get:6 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
11:01:25 #12 7.314 Get:7 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf emacsen-common all 3.0.4 [14.9 kB]
11:01:25 #12 7.316 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf cmake-data all 3.22.1-1ubuntu1 [1912 kB]
11:01:25 #12 7.456 Get:9 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf cmake armhf 3.22.1-1ubuntu1 [4642 kB]
11:01:26 #12 7.743 Get:10 http://ports.ubuntu.com/ubuntu-ports jammy-updates/universe armhf dh-apparmor all 3.0.4-2ubuntu2.1 [9534 B]
11:01:26 #12 7.754 Get:11 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbtrfs0 armhf 5.16.2-1 [12.6 kB]
11:01:26 #12 7.755 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libbtrfs-dev armhf 5.16.2-1 [47.0 kB]
11:01:26 #12 7.755 Get:13 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1ubuntu4 [134 kB]
11:01:26 #12 7.757 Get:14 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1ubuntu4 [11.6 kB]
11:01:26 #12 7.758 Get:15 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libudev-dev armhf 249.11-0ubuntu3.4 [20.7 kB]
11:01:26 #12 7.758 Get:16 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libsepol-dev armhf 3.3-1build1 [357 kB]
11:01:26 #12 7.769 Get:17 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpcre2-16-0 armhf 10.39-3build1 [173 kB]
11:01:26 #12 7.772 Get:18 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpcre2-32-0 armhf 10.39-3build1 [163 kB]
11:01:26 #12 7.829 Get:19 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpcre2-posix3 armhf 10.39-3build1 [5532 B]
11:01:26 #12 7.903 Get:20 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libpcre2-dev armhf 10.39-3build1 [645 kB]
11:01:26 #12 7.913 Get:21 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libselinux1-dev armhf 3.3-1build2 [153 kB]
11:01:26 #12 7.916 Get:22 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libdevmapper-dev armhf 2:1.02.175-2.1ubuntu4 [36.6 kB]
11:01:26 #12 7.917 Get:23 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libseccomp-dev armhf 2.5.3-2ubuntu2 [89.0 kB]
11:01:26 #12 7.918 Get:24 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main armhf libsystemd-dev armhf 249.11-0ubuntu3.4 [306 kB]
11:01:26 #12 7.922 Get:25 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf libglib2.0-0 armhf 2.72.1-1 [1325 kB]
11:01:26 #12 7.993 Get:26 http://ports.ubuntu.com/ubuntu-ports jammy/main armhf pkg-config armhf 0.29.2-1ubuntu3 [46.0 kB]
11:01:26 #12 8.168 debconf: delaying package configuration, since apt-utils is not installed
11:01:26 #12 8.199 Fetched 10.9 MB in 2s (6718 kB/s)
11:01:26 #12 8.233 Selecting previously unselected package bash-completion.
11:01:26 #12 8.233 (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 ... 25298 files and directories currently installed.)
11:01:26 #12 8.251 Preparing to unpack .../00-bash-completion_1%3a2.11-5ubuntu1_all.deb ...
11:01:26 #12 8.277 Unpacking bash-completion (1:2.11-5ubuntu1) ...
11:01:26 #12 8.404 Selecting previously unselected package libarchive13:armhf.
11:01:26 #12 8.404 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_armhf.deb ...
11:01:26 #12 8.409 Unpacking libarchive13:armhf (3.6.0-1ubuntu1) ...
11:01:26 #12 8.445 Selecting previously unselected package libjsoncpp25:armhf.
11:01:26 #12 8.447 Preparing to unpack .../02-libjsoncpp25_1.9.5-3_armhf.deb ...
11:01:26 #12 8.451 Unpacking libjsoncpp25:armhf (1.9.5-3) ...
11:01:26 #12 8.505 Selecting previously unselected package librhash0:armhf.
11:01:26 #12 8.508 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_armhf.deb ...
11:01:26 #12 8.511 Unpacking librhash0:armhf (1.4.2-1ubuntu1) ...
11:01:26 #12 8.546 Selecting previously unselected package libuv1:armhf.
11:01:26 #12 8.548 Preparing to unpack .../04-libuv1_1.43.0-1_armhf.deb ...
11:01:26 #12 8.553 Unpacking libuv1:armhf (1.43.0-1) ...
11:01:26 #12 8.587 Selecting previously unselected package dh-elpa-helper.
11:01:26 #12 8.589 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
11:01:26 #12 8.593 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
11:01:27 #12 8.697 Selecting previously unselected package emacsen-common.
11:01:27 #12 8.699 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
11:01:27 #12 8.710 Unpacking emacsen-common (3.0.4) ...
11:01:27 #12 8.748 Selecting previously unselected package cmake-data.
11:01:27 #12 8.750 Preparing to unpack .../07-cmake-data_3.22.1-1ubuntu1_all.deb ...
11:01:27 #12 8.760 Unpacking cmake-data (3.22.1-1ubuntu1) ...
11:01:27 #12 9.158 Selecting previously unselected package cmake.
11:01:27 #12 9.161 Preparing to unpack .../08-cmake_3.22.1-1ubuntu1_armhf.deb ...
11:01:27 #12 9.165 Unpacking cmake (3.22.1-1ubuntu1) ...
11:01:27 #12 9.312 Selecting previously unselected package dh-apparmor.
11:01:27 #12 9.316 Preparing to unpack .../09-dh-apparmor_3.0.4-2ubuntu2.1_all.deb ...
11:01:27 #12 9.330 Unpacking dh-apparmor (3.0.4-2ubuntu2.1) ...
11:01:27 #12 9.365 Selecting previously unselected package libbtrfs0:armhf.
11:01:27 #12 9.371 Preparing to unpack .../10-libbtrfs0_5.16.2-1_armhf.deb ...
11:01:27 #12 9.376 Unpacking libbtrfs0:armhf (5.16.2-1) ...
11:01:27 #12 9.413 Selecting previously unselected package libbtrfs-dev:armhf.
11:01:27 #12 9.416 Preparing to unpack .../11-libbtrfs-dev_5.16.2-1_armhf.deb ...
11:01:27 #12 9.428 Unpacking libbtrfs-dev:armhf (5.16.2-1) ...
11:01:27 #12 9.469 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:01:27 #12 9.470 Preparing to unpack .../12-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
11:01:27 #12 9.475 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
11:01:27 #12 9.525 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
11:01:27 #12 9.526 Preparing to unpack .../13-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
11:01:27 #12 9.530 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
11:01:27 #12 9.565 Selecting previously unselected package libudev-dev:armhf.
11:01:27 #12 9.565 Preparing to unpack .../14-libudev-dev_249.11-0ubuntu3.4_armhf.deb ...
11:01:27 #12 9.569 Unpacking libudev-dev:armhf (249.11-0ubuntu3.4) ...
11:01:27 #12 9.604 Selecting previously unselected package libsepol-dev:armhf.
11:01:27 #12 9.604 Preparing to unpack .../15-libsepol-dev_3.3-1build1_armhf.deb ...
11:01:27 #12 9.610 Unpacking libsepol-dev:armhf (3.3-1build1) ...
11:01:27 #12 9.657 Selecting previously unselected package libpcre2-16-0:armhf.
11:01:27 #12 9.659 Preparing to unpack .../16-libpcre2-16-0_10.39-3build1_armhf.deb ...
11:01:27 #12 9.664 Unpacking libpcre2-16-0:armhf (10.39-3build1) ...
11:01:27 #12 9.701 Selecting previously unselected package libpcre2-32-0:armhf.
11:01:28 #12 9.702 Preparing to unpack .../17-libpcre2-32-0_10.39-3build1_armhf.deb ...
11:01:28 #12 9.706 Unpacking libpcre2-32-0:armhf (10.39-3build1) ...
11:01:28 #12 9.745 Selecting previously unselected package libpcre2-posix3:armhf.
11:01:28 #12 9.745 Preparing to unpack .../18-libpcre2-posix3_10.39-3build1_armhf.deb ...
11:01:28 #12 9.748 Unpacking libpcre2-posix3:armhf (10.39-3build1) ...
11:01:28 #12 9.777 Selecting previously unselected package libpcre2-dev:armhf.
11:01:28 #12 9.777 Preparing to unpack .../19-libpcre2-dev_10.39-3build1_armhf.deb ...
11:01:28 #12 9.787 Unpacking libpcre2-dev:armhf (10.39-3build1) ...
11:01:28 #12 9.840 Selecting previously unselected package libselinux1-dev:armhf.
11:01:28 #12 9.840 Preparing to unpack .../20-libselinux1-dev_3.3-1build2_armhf.deb ...
11:01:28 #12 9.844 Unpacking libselinux1-dev:armhf (3.3-1build2) ...
11:01:28 #12 9.880 Selecting previously unselected package libdevmapper-dev:armhf.
11:01:28 #12 9.883 Preparing to unpack .../21-libdevmapper-dev_2%3a1.02.175-2.1ubuntu4_armhf.deb ...
11:01:28 #12 9.886 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1ubuntu4) ...
11:01:28 #12 9.917 Selecting previously unselected package libseccomp-dev:armhf.
11:01:28 #12 9.918 Preparing to unpack .../22-libseccomp-dev_2.5.3-2ubuntu2_armhf.deb ...
11:01:28 #12 9.923 Unpacking libseccomp-dev:armhf (2.5.3-2ubuntu2) ...
11:01:28 #12 9.956 Selecting previously unselected package libsystemd-dev:armhf.
11:01:28 #12 9.956 Preparing to unpack .../23-libsystemd-dev_249.11-0ubuntu3.4_armhf.deb ...
11:01:28 #12 9.960 Unpacking libsystemd-dev:armhf (249.11-0ubuntu3.4) ...
11:01:28 #12 10.03 Selecting previously unselected package libglib2.0-0:armhf.
11:01:28 #12 10.03 Preparing to unpack .../24-libglib2.0-0_2.72.1-1_armhf.deb ...
11:01:28 #12 10.04 Unpacking libglib2.0-0:armhf (2.72.1-1) ...
11:01:28 #12 10.11 Selecting previously unselected package pkg-config.
11:01:28 #12 10.11 Preparing to unpack .../25-pkg-config_0.29.2-1ubuntu3_armhf.deb ...
11:01:28 #12 10.11 Unpacking pkg-config (0.29.2-1ubuntu3) ...
11:01:28 #12 10.17 Setting up libseccomp-dev:armhf (2.5.3-2ubuntu2) ...
11:01:28 #12 10.18 Setting up libarchive13:armhf (3.6.0-1ubuntu1) ...
11:01:28 #12 10.20 Setting up libglib2.0-0:armhf (2.72.1-1) ...
11:01:28 #12 10.21 No schema files found: doing nothing.
11:01:28 #12 10.22 Setting up libpcre2-16-0:armhf (10.39-3build1) ...
11:01:28 #12 10.23 Setting up libbtrfs0:armhf (5.16.2-1) ...
11:01:28 #12 10.24 Setting up libpcre2-32-0:armhf (10.39-3build1) ...
11:01:28 #12 10.26 Setting up libuv1:armhf (1.43.0-1) ...
11:01:28 #12 10.27 Setting up emacsen-common (3.0.4) ...
11:01:28 #12 10.31 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
11:01:28 #12 10.32 Setting up bash-completion (1:2.11-5ubuntu1) ...
11:01:28 #12 10.34 Setting up libjsoncpp25:armhf (1.9.5-3) ...
11:01:28 #12 10.36 Setting up pkg-config (0.29.2-1ubuntu3) ...
11:01:28 #12 10.41 Setting up libudev-dev:armhf (249.11-0ubuntu3.4) ...
11:01:28 #12 10.42 Setting up libsepol-dev:armhf (3.3-1build1) ...
11:01:28 #12 10.43 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
11:01:28 #12 10.44 Setting up libpcre2-posix3:armhf (10.39-3build1) ...
11:01:28 #12 10.45 Setting up libbtrfs-dev:armhf (5.16.2-1) ...
11:01:28 #12 10.46 Setting up librhash0:armhf (1.4.2-1ubuntu1) ...
11:01:28 #12 10.47 Setting up cmake-data (3.22.1-1ubuntu1) ...
11:01:28 #12 10.51 Setting up dh-apparmor (3.0.4-2ubuntu2.1) ...
11:01:28 #12 10.53 Setting up libsystemd-dev:armhf (249.11-0ubuntu3.4) ...
11:01:28 #12 10.54 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1ubuntu4) ...
11:01:28 #12 10.55 Setting up libpcre2-dev:armhf (10.39-3build1) ...
11:01:28 #12 10.56 Setting up libselinux1-dev:armhf (3.3-1build2) ...
11:01:28 #12 10.57 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1ubuntu4) ...
11:01:28 #12 10.59 Setting up cmake (3.22.1-1ubuntu1) ...
11:01:28 #12 10.60 Setting up docker-ce-build-deps (1.0) ...
11:01:28 #12 10.61 Processing triggers for man-db (2.10.2-1) ...
11:01:28 #12 10.69 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
11:01:30 #12 DONE 12.6s
11:01:30 
11:01:30 #13 [stage-1 6/9] COPY sources/ /sources
11:01:30 #13 sha256:0a19136937c7fb219f18696591615562417401bf58ae55e32b638fdbf2853bfc
11:01:31 #13 DONE 0.3s
11:01:31 
11:01:31 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
11:01:31 #15 sha256:1c7e56fbb844dc82ec82394b42810543f8b415bc534844579bf70cc2ad5870f4
11:01:35 #15 DONE 4.3s
11:01:35 
11:01:35 #16 [stage-1 8/9] WORKDIR /root/build-deb
11:01:35 #16 sha256:003a9e03a66e589d345031b45a5be47a5ebce7529586a7e6eb75f4db8219e188
11:01:35 #16 DONE 0.0s
11:01:35 
11:01:35 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
11:01:35 #17 sha256:07ca4a0352886a427b1a5b2c7f04eb6c215df391251e666b80de6837bcf6717f
11:01:35 #17 DONE 0.0s
11:01:35 
11:01:35 #18 exporting to image
11:01:35 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
11:01:35 #18 exporting layers
11:01:47 #18 exporting layers 11.6s done
11:01:47 #18 writing image sha256:06e2491d1c8ff905dfd05c6b1b4f6828c8dae6e3fe2caa717e276cf6d1ade01f done
11:01:47 #18 naming to docker.io/debbuild-ubuntu-jammy/aarch64 done
11:01:47 #18 DONE 11.6s
11:01:47 docker run --rm -e PLATFORM -e GOPROXY=https://proxy.golang.org -e EPOCH='5' -e DEB_VERSION=0.0.0-20220804091928-715cfc4 -e VERSION=0.0.0-20220804091928-715cfc4 -e CLI_GITCOMMIT=715cfc4 -e ENGINE_GITCOMMIT=a70ae13 -e COMPOSE_VERSION=v2.7.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/debbuild/ubuntu-jammy:/build  debbuild-ubuntu-jammy/aarch64
11:01:49 + set -e
11:01:49 + mkdir -p /root/build-deb/engine
11:01:49 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:01:50 + mkdir -p /root/build-deb/cli
11:01:50 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:01:50 + mkdir -p /root/build-deb/compose
11:01:50 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:01:50 + mkdir -p /root/build-deb/scan-cli-plugin
11:01:50 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:01:50 + mkdir -p /go/src/github.com/docker
11:01:50 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:01:50 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:01:50 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:01:50 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:01:50 + EPOCH=5
11:01:50 + EPOCH_SEP=
11:01:50 + [[ ! -z 5 ]]
11:01:50 + EPOCH_SEP=:
11:01:50 + [[ -z 0.0.0-20220804091928-715cfc4 ]]
11:01:50 + echo VERSION AAA 0.0.0-20220804091928-715cfc4
11:01:50 VERSION AAA 0.0.0-20220804091928-715cfc4
11:01:50 + VERSION=0.0.0-20220804091928-715cfc4
11:01:50 + echo VERSION bbb 0.0.0-20220804091928-715cfc4
11:01:50 VERSION bbb 0.0.0-20220804091928-715cfc4
11:01:50 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:01:50 + debSource=docker-ce
11:01:50 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:01:50 + debMaintainer='Docker <support@docker.com>'
11:01:50 ++ date --rfc-2822
11:01:50 + debDate='Thu, 04 Aug 2022 11:01:50 +0000'
11:01:50 + cat
11:01:50 + export CLI_GITCOMMIT=715cfc4
11:01:50 + CLI_GITCOMMIT=715cfc4
11:01:50 + export ENGINE_GITCOMMIT=a70ae13
11:01:50 + ENGINE_GITCOMMIT=a70ae13
11:01:50 + export SCAN_GITCOMMIT=061fe0a
11:01:50 + SCAN_GITCOMMIT=061fe0a
11:01:50 + echo VERSION BBB 0.0.0-20220804091928-715cfc4
11:01:50 VERSION BBB 0.0.0-20220804091928-715cfc4
11:01:50 + dpkg-buildpackage -uc -us -I.git
11:01:51 dpkg-buildpackage: info: source package docker-ce
11:01:51 dpkg-buildpackage: info: source version 5:0.0.0-20220804091928-715cfc4-0~ubuntu-jammy
11:01:51 dpkg-buildpackage: info: source distribution jammy
11:01:51 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:01:51  dpkg-source -I.git --before-build .
11:01:51 dpkg-buildpackage: info: host architecture armhf
11:01:51  debian/rules clean
11:01:51 dh clean --with=bash-completion --with=systemd
11:01:51    dh_clean
11:01:51  dpkg-source -I.git -b .
11:01:51 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
11:01:51 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
11:01:51 dpkg-source: warning: native package version may not have a revision
11:01:51 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220804091928-715cfc4-0~ubuntu'
11:01:51 dpkg-source: info: using source format '1.0'
11:01:51 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy.tar.gz
11:02:03 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy.dsc
11:02:03  debian/rules build
11:02:03 dh build --with=bash-completion --with=systemd
11:02:03    dh_update_autotools_config
11:02:03    dh_autoreconf
11:02:03    debian/rules override_dh_auto_build
11:02:03 make[1]: Entering directory '/root/build-deb'
11:02:03 # Build the daemon and dependencies
11:02:03 cd engine && DOCKER_GITCOMMIT=a70ae13 PRODUCT=docker ./hack/make.sh dynbinary
11:02:03 
11:02:03 Removing bundles/
11:02:03 
11:02:03 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:02:03 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:02:03 GOOS="" GOARCH="" GOARM=""
11:04:40 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:04:40 
11:04:40 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:04:40 + RM_GOPATH=0
11:04:40 + TMP_GOPATH=/go
11:04:40 + : /usr/local/bin
11:04:40 + '[' -z /go ']'
11:04:40 + export GOPATH=/go
11:04:40 + GOPATH=/go
11:04:40 + case "$(go env GOARCH)" in
11:04:40 ++ go env GOARCH
11:04:40 + export GO_BUILDMODE=-buildmode=pie
11:04:40 + GO_BUILDMODE=-buildmode=pie
11:04:40 ++ dirname hack/dockerfile/install/install.sh
11:04:40 + dir=hack/dockerfile/install
11:04:40 + bin=tini
11:04:40 + shift
11:04:40 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:04:40 + . hack/dockerfile/install/tini.installer
11:04:40 ++ : v0.19.0
11:04:40 + install_tini
11:04:40 + echo 'Install tini version v0.19.0'
11:04:40 Install tini version v0.19.0
11:04:40 + git clone https://github.com/krallin/tini.git /go/tini
11:04:40 Cloning into '/go/tini'...
11:04:40 + cd /go/tini
11:04:40 + git checkout -q v0.19.0
11:04:40 + cmake .
11:04:40 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:04:40   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:04:40   CMake.
11:04:40 
11:04:40   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:04:40   CMake that the project does not need compatibility with older versions.
11:04:40 
11:04:40 
11:04:40 -- The C compiler identification is GNU 11.2.0
11:04:40 -- Detecting C compiler ABI info
11:04:40 -- Detecting C compiler ABI info - done
11:04:40 -- Check for working C compiler: /usr/bin/cc - skipped
11:04:40 -- Detecting C compile features
11:04:40 -- Detecting C compile features - done
11:04:40 -- Performing Test HAS_BUILTIN_FORTIFY
11:04:40 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:04:40 -- Configuring done
11:04:40 -- Generating done
11:04:40 -- Build files have been written to: /go/tini
11:04:40 + make tini-static
11:04:40 make[2]: Entering directory '/go/tini'
11:04:40 make[3]: Entering directory '/go/tini'
11:04:40 make[4]: Entering directory '/go/tini'
11:04:40 make[5]: Entering directory '/go/tini'
11:04:40 make[5]: Leaving directory '/go/tini'
11:04:40 make[5]: Entering directory '/go/tini'
11:04:40 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:04:40 [100%] Linking C executable tini-static
11:04:40 make[5]: Leaving directory '/go/tini'
11:04:40 [100%] Built target tini-static
11:04:40 make[4]: Leaving directory '/go/tini'
11:04:40 make[3]: Leaving directory '/go/tini'
11:04:40 make[2]: Leaving directory '/go/tini'
11:04:40 + mkdir -p /usr/local/bin
11:04:40 + cp tini-static /usr/local/bin/docker-init
11:04:40 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
11:04:40 + RM_GOPATH=0
11:04:40 + TMP_GOPATH=/go
11:04:40 + : /usr/local/bin
11:04:40 + '[' -z /go ']'
11:04:40 + export GOPATH=/go
11:04:40 + GOPATH=/go
11:04:40 + case "$(go env GOARCH)" in
11:04:40 ++ go env GOARCH
11:04:40 + export GO_BUILDMODE=-buildmode=pie
11:04:40 + GO_BUILDMODE=-buildmode=pie
11:04:40 ++ dirname hack/dockerfile/install/install.sh
11:04:40 + dir=hack/dockerfile/install
11:04:40 + bin=proxy
11:04:40 + shift
11:04:40 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
11:04:40 + . hack/dockerfile/install/proxy.installer
11:04:40 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
11:04:40 + install_proxy dynamic
11:04:40 + case "$1" in
11:04:40 + install_proxy_dynamic
11:04:40 + export PROXY_LDFLAGS=-linkmode=external install_proxy
11:04:40 + PROXY_LDFLAGS=-linkmode=external
11:04:40 + export BUILD_MODE=-buildmode=pie
11:04:40 + BUILD_MODE=-buildmode=pie
11:04:40 + _install_proxy
11:04:40 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
11:04:40 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
11:04:40 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
11:04:40 Cloning into '/go/src/github.com/docker/libnetwork'...
11:04:40 + cd /go/src/github.com/docker/libnetwork
11:04:40 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
11:04:40 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
11:04:40 + return
11:04:40 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:04:40 + RM_GOPATH=0
11:04:40 + TMP_GOPATH=/go
11:04:40 + : /usr/local/bin
11:04:40 + '[' -z /go ']'
11:04:40 + export GOPATH=/go
11:04:40 + GOPATH=/go
11:04:40 + case "$(go env GOARCH)" in
11:04:40 ++ go env GOARCH
11:04:40 + export GO_BUILDMODE=-buildmode=pie
11:04:40 + GO_BUILDMODE=-buildmode=pie
11:04:40 ++ dirname hack/dockerfile/install/install.sh
11:04:40 + dir=hack/dockerfile/install
11:04:40 + bin=rootlesskit
11:04:40 + shift
11:04:40 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:04:40 + . hack/dockerfile/install/rootlesskit.installer
11:04:40 ++ : v0.14.4
11:04:40 + install_rootlesskit dynamic
11:04:40 + case "$1" in
11:04:40 + install_rootlesskit_dynamic
11:04:40 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:04:40 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:04:40 + export BUILD_MODE=-buildmode=pie
11:04:40 + BUILD_MODE=-buildmode=pie
11:04:40 + _install_rootlesskit
11:04:40 + echo 'Install rootlesskit version v0.14.4'
11:04:40 Install rootlesskit version v0.14.4
11:04:40 + for f in rootlesskit rootlesskit-docker-proxy
11:04:40 + GOBIN=/usr/local/bin
11:04:40 + GO111MODULE=on
11:04:40 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:04:40 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:04:40 go: downloading github.com/pkg/errors v0.9.1
11:04:40 go: downloading github.com/sirupsen/logrus v1.8.1
11:04:40 go: downloading github.com/urfave/cli/v2 v2.3.0
11:04:40 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:04:40 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:04:40 go: downloading github.com/google/uuid v1.3.0
11:04:40 go: downloading github.com/moby/vpnkit v0.5.0
11:04:40 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:04:40 go: downloading github.com/gofrs/flock v0.8.1
11:04:40 go: downloading github.com/gorilla/mux v1.8.0
11:04:40 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:04:40 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:04:40 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:04:40 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:04:40 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:04:41 + for f in rootlesskit rootlesskit-docker-proxy
11:04:41 + GOBIN=/usr/local/bin
11:04:41 + GO111MODULE=on
11:04:41 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
11:04:44 + return
11:04:44 # Build the CLI
11:04:44 cd /go/src/github.com/docker/cli && \
11:04:44 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220804091928-715cfc4 GITCOMMIT=715cfc4 dynbinary manpages
11:04:44 make[2]: Entering directory '/root/build-deb/cli'
11:04:44 GO_LINKMODE=dynamic ./scripts/build/binary
11:04:44 Building dynamic docker-linux-arm-v6
11:06:20 scripts/docs/generate-man.sh
11:07:42 Project root: /go/src/github.com/docker/cli
11:07:42 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
11:07:42 2022/08/04 11:07:40 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
11:07:42 make[2]: Leaving directory '/root/build-deb/cli'
11:07:42 # Build the compose plugin
11:07:42 # FIXME: using GOPROXY, to work around:
11:07:42 # 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:42 cd /go/src/github.com/docker/compose \
11:07:42 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
11:07:42 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:07:42 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.7.0 \
11:07:42 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
11:08:28 make[2]: Entering directory '/root/build-deb/compose'
11:08:28 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:50 make[2]: Leaving directory '/root/build-deb/compose'
11:09:50 # Build the scan-plugin
11:09:50 # TODO change once we support scan-plugin on other architectures
11:09:50 if [ "armhf" = "amd64" ]; then \
11:09:50 	cd /go/src/github.com/docker/scan-cli-plugin \
11:09:50 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
11:09:50 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:09:50 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:09:50 fi
11:09:50 # Build the CLI plugins
11:09:50 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
11:09:50 set -e;cd /sources && \
11:09:50 	tar xzf plugin-installers.tgz; \
11:09:50 	for installer in plugins/*.installer; do \
11:09:50 		LDFLAGS='' bash ${installer} build; \
11:09:50 	done
11:09:50 Cloning into '/go/src/github.com/docker/app'...
11:09:50 Fetching origin
11:09:50 make[2]: Entering directory '/go/src/github.com/docker/app'
11:09:50 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:46 make[2]: Leaving directory '/go/src/github.com/docker/app'
11:10:46 Cloning into '/go/src/github.com/docker/buildx'...
11:10:46 Fetching origin
11:10:46 + GO111MODULE=on
11:10:46 + 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:23 make[1]: Leaving directory '/root/build-deb'
11:12:23    debian/rules override_dh_auto_test
11:12:23 make[1]: Entering directory '/root/build-deb'
11:12:23 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:12:23 	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:23 PASS: daemon version OK
11:12:23 ver="$(cli/build/docker --version)"; \
11:12:23 	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:23 PASS: cli version OK
11:12:23 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:12:23 	test "$ver" = "v2.7.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:12:23 PASS: docker-compose version OK
11:12:23 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:12:23 # TODO change once we support scan-plugin on other architectures
11:12:23 if [ "armhf" = "amd64" ]; then \
11:12:23 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:12:23 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:12:23 fi
11:12:23 make[1]: Leaving directory '/root/build-deb'
11:12:23    create-stamp debian/debhelper-build-stamp
11:12:23  debian/rules binary
11:12:23 dh binary --with=bash-completion --with=systemd
11:12:23    dh_testroot
11:12:23    dh_prep
11:12:23    debian/rules override_dh_auto_install
11:12:23 make[1]: Entering directory '/root/build-deb'
11:12:23 # docker-ce-cli install
11:12:23 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:23 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:23 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:12:23 set -e;cd /sources && \
11:12:23 	tar xzf plugin-installers.tgz; \
11:12:23 	for installer in plugins/*.installer; do \
11:12:23 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
11:12:23 		PREFIX=/usr/libexec/docker/cli-plugins \
11:12:23 			bash ${installer} install_plugin; \
11:12:23 	done
11:12:23 # docker-ce install
11:12:23 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:12:23 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:12:23 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:23 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:12:23 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:12:23 # docker-compose-plugin install
11:12:23 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:12:23 # docker-scan-plugin install
11:12:23 # TODO change once we support scan-plugin on other architectures
11:12:23 if [ "armhf" = "amd64" ]; then \
11:12:23 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:12:23 fi
11:12:23 # docker-ce-rootless-extras install
11:12:23 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:12:23 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:12:23 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:12:23 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:12:23 # TODO: how can we install vpnkit?
11:12:23 make[1]: Leaving directory '/root/build-deb'
11:12:23    debian/rules override_dh_install
11:12:23 make[1]: Entering directory '/root/build-deb'
11:12:23 dh_install
11:12:23 # TODO Can we do this from within our container?
11:12:23 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:12:23 make[1]: Leaving directory '/root/build-deb'
11:12:23    dh_installdocs
11:12:23    dh_installchangelogs
11:12:23    dh_installman
11:12:23    dh_bash-completion
11:12:23    dh_systemd_enable
11:12:23    debian/rules override_dh_installinit
11:12:23 make[1]: Entering directory '/root/build-deb'
11:12:23 # use "docker" as our service name, not "docker-ce"
11:12:23 dh_installinit --name=docker
11:12:23 make[1]: Leaving directory '/root/build-deb'
11:12:23    dh_systemd_start
11:12:23    dh_perl
11:12:23    dh_link
11:12:23    dh_strip_nondeterminism
11:12:23    dh_compress
11:12:23    dh_fixperms
11:12:23    dh_missing
11:12:23    debian/rules override_dh_strip
11:12:23 make[1]: Entering directory '/root/build-deb'
11:12:23 # Go has lots of problems with stripping, so just don't
11:12:23 make[1]: Leaving directory '/root/build-deb'
11:12:23    dh_makeshlibs
11:12:24    debian/rules override_dh_shlibdeps
11:12:24 make[1]: Entering directory '/root/build-deb'
11:12:24 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:12:30 make[1]: Leaving directory '/root/build-deb'
11:12:30    dh_installdeb
11:12:30    debian/rules override_dh_gencontrol
11:12:30 make[1]: Entering directory '/root/build-deb'
11:12:30 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:12:30 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:12:30 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
11:12:30 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:12:30 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:12:30 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:12:30 if [ "armhf" = "amd64" ]; then \
11:12:30 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
11:12:30 fi
11:12:30 dh_gencontrol --remaining-packages
11:12:30 make[1]: Leaving directory '/root/build-deb'
11:12:30    dh_md5sums
11:12:30    debian/rules override_dh_builddeb
11:12:30 make[1]: Entering directory '/root/build-deb'
11:12:30 dh_builddeb -- -Zxz
11:12:30 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.deb'.
11:12:30 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.deb'.
11:12:45 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.7.0~ubuntu-jammy_armhf.deb'.
11:12:57 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.deb'.
11:13:44 make[1]: Leaving directory '/root/build-deb'
11:13:44  dpkg-genbuildinfo -O../docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.buildinfo
11:13:44  dpkg-genchanges -O../docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.changes
11:13:44 dpkg-genchanges: info: including full source code in upload
11:13:44  dpkg-source -I.git --after-build .
11:13:44 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:13:44 + destination=/build
11:13:44 + mkdir -p /build
11:13:44 + mv -v /root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.deb /root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy.dsc /root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy.tar.gz /root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.buildinfo /root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.changes /root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.deb /root/docker-compose-plugin_2.7.0~ubuntu-jammy_armhf.deb /build
11:13:44 copied '/root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.deb'
11:13:44 removed '/root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.deb'
11:13:44 copied '/root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.deb'
11:13:44 removed '/root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.deb'
11:13:44 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy.dsc' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy.dsc'
11:13:44 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy.dsc'
11:13:44 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy.tar.gz' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy.tar.gz'
11:13:44 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy.tar.gz'
11:13:44 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.buildinfo'
11:13:44 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.buildinfo'
11:13:44 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.changes' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.changes'
11:13:44 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.changes'
11:13:44 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.deb' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.deb'
11:13:44 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_armhf.deb'
11:13:44 copied '/root/docker-compose-plugin_2.7.0~ubuntu-jammy_armhf.deb' -> '/build/docker-compose-plugin_2.7.0~ubuntu-jammy_armhf.deb'
11:13:44 removed '/root/docker-compose-plugin_2.7.0~ubuntu-jammy_armhf.deb'
11:13:47 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-jammy"
11:13:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'