Skip to content

Console Output

10:59:41 + make REF=20.10 ubuntu-focal
10:59:41 git init src/github.com/docker/cli
10:59:41 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
10:59:41 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
10:59:41 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
10:59:41 + SRC=src/github.com/docker/cli
10:59:41 + REF=20.10
10:59:41 + REF_FETCH=20.10
10:59:41 + awk {print $2}
10:59:41 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
10:59:41 + REF=refs/heads/20.10
10:59:41 + [ -n refs/heads/20.10 ]
10:59:41 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:41 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:43 From https://github.com/docker/cli
10:59:43  * [new branch]      20.10      -> 20.10
10:59:43  * [new branch]      20.10      -> origin/20.10
10:59:43 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
10:59:44 git init src/github.com/docker/docker
10:59:44 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
10:59:44 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
10:59:44 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
10:59:44 + SRC=src/github.com/docker/docker
10:59:44 + REF=20.10
10:59:44 + REF_FETCH=20.10
10:59:44 + awk {print $2}
10:59:44 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
10:59:44 + REF=refs/heads/20.10
10:59:44 + [ -n refs/heads/20.10 ]
10:59:44 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:44 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:46 From https://github.com/docker/docker
10:59:46  * [new branch]      20.10      -> 20.10
10:59:46  * [new branch]      20.10      -> origin/20.10
10:59:46 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
10:59:46 git init src/github.com/docker/compose
10:59:46 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
10:59:46 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
10:59:46 ./scripts/checkout.sh src/github.com/docker/compose "v2.7.0"
10:59:46 + SRC=src/github.com/docker/compose
10:59:46 + REF=v2.7.0
10:59:46 + REF_FETCH=v2.7.0
10:59:46 + awk {print $2}
10:59:46 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.7.0
10:59:46 + REF=refs/tags/v2.7.0
10:59:46 + [ -n refs/tags/v2.7.0 ]
10:59:46 + REF_FETCH=refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:46 + git -C src/github.com/docker/compose fetch --update-head-ok --depth 1 origin refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:47 From https://github.com/docker/compose
10:59:47  * [new tag]         v2.7.0     -> v2.7.0
10:59:47 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.7.0
10:59:47 git init src/github.com/docker/scan-cli-plugin
10:59:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
10:59:47 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
10:59:47 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
10:59:47 + SRC=src/github.com/docker/scan-cli-plugin
10:59:47 + REF=v0.17.0
10:59:47 + REF_FETCH=v0.17.0
10:59:47 + 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:47 From https://github.com/docker/scan-cli-plugin
10:59:47  * [new tag]         v0.17.0    -> v0.17.0
10:59:47 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
10:59:47 make -C deb VERSION=0.0.1-dev GO_VERSION=1.17.13 ubuntu-focal
10:59:47 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
10:59:47 mkdir -p sources
10:59:47 docker run --rm -w /v \
10:59:47 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
10:59:47 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:47 	alpine \
10:59:47 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
10:59:47 Unable to find image 'alpine:latest' locally
10:59:47 latest: Pulling from library/alpine
10:59:47 a6b45ace95f4: Pulling fs layer
10:59:48 a6b45ace95f4: Download complete
10:59:48 a6b45ace95f4: Pull complete
10:59:49 Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872
10:59:49 Status: Downloaded newer image for alpine:latest
10:59:53 mkdir -p sources
10:59:53 docker run --rm -w /v \
10:59:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker:/engine \
10:59:53 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:53 	alpine \
10:59:53 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
10:59:56 mkdir -p sources
10:59:56 docker run --rm -w /v \
10:59:56 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
10:59:56 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:56 	alpine \
10:59:56 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
10:59:57 mkdir -p sources
10:59:57 docker run --rm -w /v \
10:59:57 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
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/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
10:59:58 mkdir -p sources
10:59:58 cp ../systemd/docker.service sources/docker.service
10:59:58 mkdir -p sources
10:59:58 cp ../systemd/docker.socket sources/docker.socket
10:59:58 docker run --rm -w /v \
10:59:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
10:59:58 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:58 	alpine \
10:59:58 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
10:59:59 == Building packages for ubuntu-focal ==
10:59:59 mkdir -p "debbuild/ubuntu-focal"
10:59:59 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.13-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/aarch64 -f ubuntu-focal/Dockerfile .
10:59:59 #1 [internal] load build definition from Dockerfile
10:59:59 #1 sha256:ef66c8021b91fa6948d99b4f1d47d10416e5e1fab3a1ebc27a86bcd2560d3796
10:59:59 #1 transferring dockerfile: 1.22kB done
10:59:59 #1 DONE 0.1s
10:59:59 
10:59:59 #2 [internal] load .dockerignore
10:59:59 #2 sha256:e4f876fa006d631ccc2ce093bfde441d4deefe54b486108087a93471dcfbb05d
10:59:59 #2 transferring context: 2B done
10:59:59 #2 DONE 0.0s
10:59:59 
10:59:59 #5 [auth] library/ubuntu:pull token for registry-1.docker.io
10:59:59 #5 sha256:58dfe012b64b88ebac897ad899598b3b842f2dbccca3718b6e9e0a5faf0bb894
10:59:59 #5 DONE 0.0s
10:59:59 
10:59:59 #6 [auth] library/golang:pull token for registry-1.docker.io
10:59:59 #6 sha256:b86916da3ce9739146f7ee23d57be046df09015bef6abbc892b007c8e3926a9e
10:59:59 #6 DONE 0.0s
10:59:59 
10:59:59 #4 [internal] load metadata for docker.io/library/golang:1.17.13-buster
10:59:59 #4 sha256:79927f727199e172a75719746981c748b7c417b1951a4504d0f608a5b373bf88
10:59:59 #4 DONE 0.4s
10:59:59 
10:59:59 #3 [internal] load metadata for docker.io/library/ubuntu:focal
10:59:59 #3 sha256:dfa5d3305e5f290f27a742dff585bdd2c33d5301a2478b881038815a355609ea
10:59:59 #3 DONE 0.5s
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 sha256:46607184a29c7a03f193a2128e8f140390678226269c75af6a5bd1fe9e796ec2 1.79kB / 1.79kB done
10:59:59 #14 sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 1.86kB / 1.86kB done
10:59:59 #14 sha256:f9f278db98ac312e311d92fbf4a9ceb513a2ba58e3034a1c78d25aadf09a1447 7.13kB / 7.13kB done
10:59:59 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 0B / 45.92MB 0.1s
11:00:00 #14 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 0B / 7.15MB 0.3s
11:00:00 #14 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 1.05MB / 7.15MB 0.4s
11:00:00 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 3.15MB / 45.92MB 0.6s
11:00:00 #14 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 2.10MB / 7.15MB 0.6s
11:00:00 #14 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 3.15MB / 7.15MB 0.7s
11:00:00 #14 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 4.19MB / 7.15MB 0.8s
11:00:00 #14 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 5.24MB / 7.15MB 1.0s
11:00:00 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 6.29MB / 45.92MB 1.1s
11:00:00 #14 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 6.29MB / 7.15MB 1.1s
11:00:01 #14 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 7.15MB / 7.15MB 1.2s
11:00:01 #14 sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 7.15MB / 7.15MB 1.3s done
11:00:01 #14 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 1.05MB / 9.34MB 1.5s
11:00:01 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 9.44MB / 45.92MB 1.6s
11:00:01 #14 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 2.10MB / 9.34MB 1.6s
11:00:01 #14 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 3.15MB / 9.34MB 1.8s
11:00:01 #14 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 4.19MB / 9.34MB 1.9s
11:00:02 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 13.63MB / 45.92MB 2.1s
11:00:02 #14 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 5.24MB / 9.34MB 2.1s
11:00:02 #14 ...
11:00:02 
11:00:02 #10 [internal] load build context
11:00:02 #10 sha256:c83b2e57449c23e4a368006fee2ef661eb457e815c4dcf1102ef51c195c3649f
11:00:02 #10 transferring context: 19.84MB 2.2s done
11:00:02 #10 DONE 2.2s
11:00:02 
11:00:02 #14 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:02 #14 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:02 #14 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 6.29MB / 9.34MB 2.2s
11:00:02 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 16.78MB / 45.92MB 2.5s
11:00:02 #14 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 8.39MB / 9.34MB 2.5s
11:00:02 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 20.97MB / 45.92MB 2.7s
11:00:02 #14 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 9.34MB / 9.34MB 2.7s
11:00:02 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 24.12MB / 45.92MB 3.0s
11:00:02 #14 sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 9.34MB / 9.34MB 2.8s done
11:00:02 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 0B / 47.36MB 3.0s
11:00:03 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 28.31MB / 45.92MB 3.3s
11:00:03 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 3.15MB / 47.36MB 3.3s
11:00:03 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 6.29MB / 47.36MB 3.5s
11:00:03 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 32.51MB / 45.92MB 3.7s
11:00:03 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 9.44MB / 47.36MB 3.8s
11:00:03 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 0B / 53.29MB 3.8s
11:00:03 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 36.70MB / 45.92MB 4.2s
11:00:03 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 12.58MB / 47.36MB 4.2s
11:00:04 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 3.15MB / 53.29MB 4.4s
11:00:04 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 39.85MB / 45.92MB 4.6s
11:00:04 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 15.73MB / 47.36MB 4.6s
11:00:05 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 42.99MB / 45.92MB 5.0s
11:00:05 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 18.87MB / 47.36MB 5.0s
11:00:05 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 7.34MB / 53.29MB 5.0s
11:00:05 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 45.92MB / 45.92MB 5.5s
11:00:05 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 23.07MB / 47.36MB 5.5s
11:00:05 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 11.53MB / 53.29MB 5.5s
11:00:05 #14 sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 45.92MB / 45.92MB 5.7s done
11:00:05 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 26.21MB / 47.36MB 5.9s
11:00:05 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 14.68MB / 53.29MB 5.9s
11:00:05 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 0B / 103.22MB 5.9s
11:00:05 #14 extracting sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e
11:00:06 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 17.83MB / 53.29MB 6.2s
11:00:06 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 30.41MB / 47.36MB 6.4s
11:00:06 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 20.97MB / 53.29MB 6.7s
11:00:06 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 6.29MB / 103.22MB 6.7s
11:00:06 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 33.55MB / 47.36MB 7.0s
11:00:07 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 24.12MB / 53.29MB 7.3s
11:00:07 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 36.70MB / 47.36MB 7.5s
11:00:07 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 12.58MB / 103.22MB 7.7s
11:00:07 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 27.26MB / 53.29MB 7.8s
11:00:08 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 40.89MB / 47.36MB 8.2s
11:00:08 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 30.41MB / 53.29MB 8.4s
11:00:08 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 17.83MB / 103.22MB 8.5s
11:00:08 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 33.55MB / 53.29MB 8.7s
11:00:08 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 45.09MB / 47.36MB 8.9s
11:00:09 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 36.70MB / 53.29MB 9.3s
11:00:09 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 23.07MB / 103.22MB 9.3s
11:00:09 #14 sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 47.36MB / 47.36MB 9.6s done
11:00:09 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 39.85MB / 53.29MB 9.7s
11:00:09 #14 sha256:a9c96f1e426118ca27f868ea355d7b9f81f7fb49a818fe7877a30706e0e8adee 0B / 155B 9.7s
11:00:09 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 28.31MB / 103.22MB 9.8s
11:00:09 #14 sha256:a9c96f1e426118ca27f868ea355d7b9f81f7fb49a818fe7877a30706e0e8adee 155B / 155B 9.8s done
11:00:09 #14 ...
11:00:09 
11:00:09 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:af5efa9c28de78b754777af9b4d850112cad01899a5d37d2617bb94dc63a49aa
11:00:09 #7 sha256:704f4c11cdd3faed6dc19c11c60019a5e09c8c710f15e14a568f5efd0bc67e3f
11:00:09 #7 resolve docker.io/library/ubuntu:focal@sha256:af5efa9c28de78b754777af9b4d850112cad01899a5d37d2617bb94dc63a49aa 0.0s done
11:00:09 #7 sha256:af5efa9c28de78b754777af9b4d850112cad01899a5d37d2617bb94dc63a49aa 1.42kB / 1.42kB done
11:00:09 #7 sha256:26222dbcb0eefac2dd8658444963fd0f399330849f2025f7460b4672b3292a58 529B / 529B done
11:00:09 #7 sha256:7c02b52b6f20266f56bda81d9af83f2cbe477ae9ef57d3aefd0b1a1a44e5948a 1.47kB / 1.47kB done
11:00:09 #7 sha256:de6f11ffeeef9e471776e52baf8cc454a1249e8caf2d8944a5b0387143608310 24.59MB / 24.59MB 3.6s done
11:00:09 #7 extracting sha256:de6f11ffeeef9e471776e52baf8cc454a1249e8caf2d8944a5b0387143608310 6.0s
11:00:10 #7 ...
11:00:10 
11:00:10 #14 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:10 #14 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:10 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 42.99MB / 53.29MB 10.2s
11:00:10 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 46.14MB / 53.29MB 10.4s
11:00:10 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 33.55MB / 103.22MB 10.4s
11:00:11 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 49.28MB / 53.29MB 11.0s
11:00:11 #14 extracting sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 5.1s
11:00:11 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 38.80MB / 103.22MB 11.3s
11:00:11 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 52.43MB / 53.29MB 11.6s
11:00:12 #14 sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 53.29MB / 53.29MB 12.2s done
11:00:12 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 44.94MB / 103.22MB 12.4s
11:00:13 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 50.33MB / 103.22MB 13.3s
11:00:13 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 55.57MB / 103.22MB 13.9s
11:00:13 #14 ...
11:00:13 
11:00:13 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:af5efa9c28de78b754777af9b4d850112cad01899a5d37d2617bb94dc63a49aa
11:00:13 #7 sha256:704f4c11cdd3faed6dc19c11c60019a5e09c8c710f15e14a568f5efd0bc67e3f
11:00:13 #7 extracting sha256:de6f11ffeeef9e471776e52baf8cc454a1249e8caf2d8944a5b0387143608310 9.7s done
11:00:13 #7 DONE 14.1s
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 61.87MB / 103.22MB 14.6s
11:00:15 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 67.11MB / 103.22MB 15.4s
11:00:15 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 72.35MB / 103.22MB 16.0s
11:00:16 #14 extracting sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 10.2s
11:00:16 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 78.64MB / 103.22MB 16.5s
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:88211d7f4a6ea5d41a1f1e1d238d95dfdc66a5d44144ea19f77edffc1be7afc4
11:00:16 #8 DONE 2.6s
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:17 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 83.89MB / 103.22MB 17.4s
11:00:18 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 89.13MB / 103.22MB 18.3s
11:00:18 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 94.37MB / 103.22MB 18.8s
11:00:18 #14 extracting sha256:13036b2c6f13fd64780f7786c065cc2f0788024adbc684878bc4e33285ffcd1e 13.0s done
11:00:19 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 100.66MB / 103.22MB 19.5s
11:00:19 #14 extracting sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e
11:00:19 #14 sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 103.22MB / 103.22MB 20.1s done
11:00:20 #14 extracting sha256:c6ee655d152d3acb35f3825891e9643f3691ede0af3d9d3d2148308272ad147e 1.1s done
11:00:20 #14 extracting sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3
11:00:21 #14 extracting sha256:69443875e8fdb06680327c732654bbfa6b479a256d0d865012b3f931609bd0f3 1.1s done
11:00:22 #14 extracting sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0
11:00:27 #14 ...
11:00:27 
11:00:27 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:27 #9 sha256:9cfaa2fcb2414698d4c11451e7639c6574f6a6d58c4f741c7ed6c51f2b7ddd3b
11:00:27 #9 1.670 Get:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
11:00:27 #9 2.092 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
11:00:27 #9 2.179 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
11:00:27 #9 2.280 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
11:00:27 #9 2.386 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/multiverse armhf Packages [141 kB]
11:00:27 #9 2.434 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main armhf Packages [1227 kB]
11:00:27 #9 2.614 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/restricted armhf Packages [10.8 kB]
11:00:27 #9 2.614 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf Packages [10.9 MB]
11:00:27 #9 3.299 Get:9 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse armhf Packages [9591 B]
11:00:27 #9 3.306 Get:10 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf Packages [971 kB]
11:00:27 #9 3.322 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted armhf Packages [16.9 kB]
11:00:27 #9 3.322 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf Packages [1365 kB]
11:00:27 #9 3.352 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-backports/main armhf Packages [54.7 kB]
11:00:27 #9 3.352 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe armhf Packages [27.5 kB]
11:00:27 #9 3.352 Get:15 http://ports.ubuntu.com/ubuntu-ports focal-security/main armhf Packages [1000 kB]
11:00:27 #9 3.355 Get:16 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse armhf Packages [4730 B]
11:00:27 #9 3.355 Get:17 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted armhf Packages [16.6 kB]
11:00:27 #9 3.488 Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/universe armhf Packages [687 kB]
11:00:27 #9 4.082 Fetched 17.1 MB in 3s (6060 kB/s)
11:00:27 #9 4.082 Reading package lists...
11:00:27 #9 5.175 Reading package lists...
11:00:27 #9 6.166 Building dependency tree...
11:00:27 #9 6.350 Reading state information...
11:00:27 #9 6.603 The following additional packages will be installed:
11:00:27 #9 6.603   at autoconf automake autopoint autotools-dev binutils
11:00:27 #9 6.603   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
11:00:27 #9 6.603   ca-certificates cpp cpp-9 dctrl-tools debhelper dh-autoreconf
11:00:27 #9 6.603   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
11:00:27 #9 6.603   fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git-man
11:00:27 #9 6.603   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
11:00:27 #9 6.603   gpgconf gpgsm groff-base intltool-debian iso-codes krb5-locales less
11:00:27 #9 6.603   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
11:00:27 #9 6.603   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:00:27 #9 6.603   libarray-intspan-perl libasan5 libasn1-8-heimdal libassuan0
11:00:27 #9 6.603   libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:00:27 #9 6.603   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:00:27 #9 6.603   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
11:00:27 #9 6.603   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:00:27 #9 6.603   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:00:27 #9 6.603   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
11:00:27 #9 6.603   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:00:27 #9 6.603   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
11:00:27 #9 6.603   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
11:00:27 #9 6.603   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
11:00:27 #9 6.603   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
11:00:27 #9 6.603   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
11:00:27 #9 6.603   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
11:00:27 #9 6.603   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:00:27 #9 6.603   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
11:00:27 #9 6.603   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
11:00:27 #9 6.603   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:00:27 #9 6.603   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
11:00:27 #9 6.603   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
11:00:27 #9 6.603   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:00:27 #9 6.603   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:00:27 #9 6.603   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:00:27 #9 6.603   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:00:27 #9 6.603   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
11:00:27 #9 6.603   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
11:00:27 #9 6.603   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:00:27 #9 6.603   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
11:00:27 #9 6.603   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
11:00:27 #9 6.603   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:00:27 #9 6.603   libldap-common liblinux-epoll-perl liblist-compare-perl
11:00:27 #9 6.603   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
11:00:27 #9 6.603   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:00:27 #9 6.603   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
11:00:27 #9 6.603   libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
11:00:27 #9 6.603   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
11:00:27 #9 6.603   libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 libmpfr6
11:00:27 #9 6.603   libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
11:00:27 #9 6.603   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
11:00:27 #9 6.603   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:00:27 #9 6.603   libnumber-compare-perl libnumber-range-perl libobject-id-perl
11:00:27 #9 6.603   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:00:27 #9 6.603   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:00:27 #9 6.603   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
11:00:27 #9 6.603   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:00:27 #9 6.603   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
11:00:27 #9 6.603   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:00:27 #9 6.603   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
11:00:27 #9 6.603   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:00:27 #9 6.603   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:00:27 #9 6.603   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
11:00:27 #9 6.603   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
11:00:27 #9 6.603   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
11:00:27 #9 6.603   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
11:00:27 #9 6.603   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
11:00:27 #9 6.603   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
11:00:27 #9 6.603   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
11:00:27 #9 6.603   libtimedate-perl libtool libtry-tiny-perl libtype-tiny-perl
11:00:27 #9 6.603   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:00:27 #9 6.603   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
11:00:27 #9 6.603   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
11:00:27 #9 6.603   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:00:27 #9 6.603   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:00:27 #9 6.603   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
11:00:27 #9 6.603   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:00:27 #9 6.603   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
11:00:27 #9 6.603   openssh-client openssl patch patchutils perl perl-modules-5.30
11:00:27 #9 6.603   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
11:00:27 #9 6.603   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:00:27 #9 6.603   python3-debian python3-gpg python3-idna python3-magic python3-minimal
11:00:27 #9 6.603   python3-pkg-resources python3-requests python3-six python3-unidiff
11:00:27 #9 6.603   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
11:00:27 #9 6.603   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
11:00:27 #9 6.603   xz-utils
11:00:27 #9 6.603 Suggested packages:
11:00:27 #9 6.603   default-mta | mail-transport-agent autoconf-archive gnu-standards
11:00:27 #9 6.603   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
11:00:27 #9 6.603   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
11:00:27 #9 6.603   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
11:00:27 #9 6.603   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
11:00:27 #9 6.603   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:00:27 #9 6.603   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
11:00:27 #9 6.603   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
11:00:27 #9 6.603   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
11:00:27 #9 6.603   mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex
11:00:27 #9 6.603   bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev
11:00:27 #9 6.603   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
11:00:27 #9 6.603   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
11:00:27 #9 6.603   xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr gdbm-l10n
11:00:27 #9 6.603   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
11:00:27 #9 6.603   libscalar-number-perl libsasl2-modules-gssapi-mit
11:00:27 #9 6.603   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
11:00:27 #9 6.603   libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl
11:00:27 #9 6.603   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
11:00:27 #9 6.603   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
11:00:27 #9 6.603   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:00:27 #9 6.603   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
11:00:27 #9 6.603   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:00:27 #9 6.603   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
11:00:27 #9 6.603   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
11:00:27 #9 6.603   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
11:00:27 #9 6.603   python3-cryptography python3-openssl python3-socks python3.8-venv
11:00:27 #9 6.603   python3.8-doc binfmt-support readline-doc zip wdiff-doc
11:00:27 #9 7.100 The following NEW packages will be installed:
11:00:27 #9 7.100   at autoconf automake autopoint autotools-dev binutils
11:00:27 #9 7.100   binutils-arm-linux-gnueabihf binutils-common bsdmainutils build-essential
11:00:27 #9 7.100   ca-certificates cpp cpp-9 curl dctrl-tools debhelper devscripts
11:00:27 #9 7.100   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:00:27 #9 7.100   dpkg-dev dput dwz equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base
11:00:27 #9 7.100   gettext gettext-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
11:00:27 #9 7.100   gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base intltool-debian
11:00:27 #9 7.100   iso-codes krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
11:00:27 #9 7.100   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
11:00:27 #9 7.100   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
11:00:27 #9 7.100   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
11:00:27 #9 7.100   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:00:27 #9 7.100   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
11:00:27 #9 7.100   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
11:00:27 #9 7.100   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
11:00:27 #9 7.100   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
11:00:27 #9 7.100   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
11:00:27 #9 7.100   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
11:00:27 #9 7.100   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
11:00:27 #9 7.100   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
11:00:27 #9 7.100   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
11:00:27 #9 7.100   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
11:00:27 #9 7.100   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
11:00:27 #9 7.100   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:00:27 #9 7.100   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
11:00:27 #9 7.103   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
11:00:27 #9 7.103   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
11:00:27 #9 7.103   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
11:00:27 #9 7.103   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
11:00:27 #9 7.103   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
11:00:27 #9 7.103   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
11:00:27 #9 7.103   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:00:27 #9 7.103   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:00:27 #9 7.103   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
11:00:27 #9 7.103   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
11:00:27 #9 7.103   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
11:00:27 #9 7.103   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
11:00:27 #9 7.103   libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3 libkeyutils1
11:00:27 #9 7.103   libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
11:00:27 #9 7.103   libldap-common liblinux-epoll-perl liblist-compare-perl
11:00:27 #9 7.103   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
11:00:27 #9 7.103   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
11:00:27 #9 7.103   libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
11:00:27 #9 7.103   libmagic-mgc libmagic1 libmail-sendmail-perl libmailtools-perl
11:00:27 #9 7.103   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
11:00:27 #9 7.103   libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2 libmpfr6
11:00:27 #9 7.103   libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
11:00:27 #9 7.103   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
11:00:27 #9 7.103   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
11:00:27 #9 7.103   libnumber-compare-perl libnumber-range-perl libobject-id-perl
11:00:27 #9 7.103   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
11:00:27 #9 7.103   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
11:00:27 #9 7.103   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
11:00:27 #9 7.103   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
11:00:27 #9 7.103   libpython3.8-minimal libpython3.8-stdlib libre-engine-re2-perl libre2-5
11:00:27 #9 7.103   libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
11:00:27 #9 7.103   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
11:00:27 #9 7.103   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
11:00:27 #9 7.103   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
11:00:27 #9 7.103   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
11:00:27 #9 7.103   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
11:00:27 #9 7.103   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
11:00:27 #9 7.103   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
11:00:27 #9 7.103   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
11:00:27 #9 7.103   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
11:00:27 #9 7.103   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
11:00:27 #9 7.103   libtimedate-perl libtool libtry-tiny-perl libtype-tiny-perl
11:00:27 #9 7.103   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
11:00:27 #9 7.103   libunicode-utf8-perl liburi-perl libvariable-magic-perl libwant-perl
11:00:27 #9 7.103   libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6 libx11-data
11:00:27 #9 7.103   libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
11:00:27 #9 7.103   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
11:00:27 #9 7.103   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
11:00:27 #9 7.103   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
11:00:27 #9 7.103   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
11:00:27 #9 7.103   openssh-client openssl patch patchutils perl perl-modules-5.30
11:00:27 #9 7.103   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
11:00:27 #9 7.103   python-apt-common python3 python3-apt python3-certifi python3-chardet
11:00:27 #9 7.103   python3-debian python3-gpg python3-idna python3-magic python3-minimal
11:00:27 #9 7.103   python3-pkg-resources python3-requests python3-six python3-unidiff
11:00:27 #9 7.103   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
11:00:27 #9 7.103   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
11:00:27 #9 7.103   xz-utils
11:00:27 #9 7.532 0 upgraded, 349 newly installed, 0 to remove and 0 not upgraded.
11:00:27 #9 7.532 Need to get 91.5 MB of archives.
11:00:27 #9 7.532 After this operation, 361 MB of additional disk space will be used.
11:00:27 #9 7.532 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblocale-gettext-perl armhf 1.07-4 [16.2 kB]
11:00:27 #9 7.685 Get:2 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssl1.1 armhf 1.1.1f-1ubuntu2.16 [1082 kB]
11:00:27 #9 8.112 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpython3.8-minimal armhf 3.8.10-0ubuntu1~20.04.5 [708 kB]
11:00:27 #9 8.166 Get:4 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libexpat1 armhf 2.2.9-1ubuntu0.4 [55.1 kB]
11:00:27 #9 8.170 Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3.8-minimal armhf 3.8.10-0ubuntu1~20.04.5 [1582 kB]
11:00:27 #9 8.248 Get:6 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-minimal armhf 3.8.2-0ubuntu2 [23.6 kB]
11:00:27 #9 8.248 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf mime-support all 3.64ubuntu1 [30.6 kB]
11:00:27 #9 8.250 Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpdec2 armhf 2.4.2-3 [66.8 kB]
11:00:27 #9 8.253 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf readline-common all 8.0-4 [53.5 kB]
11:00:27 #9 8.257 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libreadline8 armhf 8.0-4 [109 kB]
11:00:27 #9 8.262 Get:11 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsqlite3-0 armhf 3.31.1-4ubuntu0.3 [468 kB]
11:00:27 #9 8.284 Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libpython3.8-stdlib armhf 3.8.10-0ubuntu1~20.04.5 [1601 kB]
11:00:27 #9 8.360 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3.8 armhf 3.8.10-0ubuntu1~20.04.5 [387 kB]
11:00:27 #9 8.376 Get:14 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpython3-stdlib armhf 3.8.2-0ubuntu2 [7068 B]
11:00:27 #9 8.377 Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3 armhf 3.8.2-0ubuntu2 [47.6 kB]
11:00:27 #9 8.378 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libbsd0 armhf 0.10.0-1 [49.8 kB]
11:00:27 #9 8.382 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main armhf bsdmainutils armhf 11.1.2ubuntu3 [176 kB]
11:00:27 #9 8.391 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libuchardet0 armhf 0.0.6-3build1 [62.4 kB]
11:00:27 #9 8.395 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main armhf groff-base armhf 1.22.4-4build1 [759 kB]
11:00:27 #9 8.440 Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgdbm6 armhf 1.18.1-5 [24.5 kB]
11:00:27 #9 8.440 Get:21 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpipeline1 armhf 1.5.2-2build1 [23.5 kB]
11:00:27 #9 8.492 Get:22 http://ports.ubuntu.com/ubuntu-ports focal/main armhf man-db armhf 2.9.1-1 [1077 kB]
11:00:27 #9 8.517 Get:23 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB]
11:00:27 #9 8.683 Get:24 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgdbm-compat4 armhf 1.18.1-5 [5852 B]
11:00:27 #9 8.683 Get:25 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libperl5.30 armhf 5.30.0-9ubuntu0.2 [3281 kB]
11:00:27 #9 8.860 Get:26 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf perl armhf 5.30.0-9ubuntu0.2 [224 kB]
11:00:27 #9 8.863 Get:27 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf openssl armhf 1.1.1f-1ubuntu2.16 [597 kB]
11:00:27 #9 8.881 Get:28 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf ca-certificates all 20211016~20.04.1 [144 kB]
11:00:27 #9 8.881 Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf distro-info-data all 0.43ubuntu1.10 [4704 B]
11:00:27 #9 8.881 Get:30 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmagic-mgc armhf 1:5.38-4 [218 kB]
11:00:27 #9 8.893 Get:31 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmagic1 armhf 1:5.38-4 [68.3 kB]
11:00:27 #9 8.895 Get:32 http://ports.ubuntu.com/ubuntu-ports focal/main armhf file armhf 1:5.38-4 [22.4 kB]
11:00:27 #9 8.897 Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf less armhf 551-1ubuntu0.1 [116 kB]
11:00:27 #9 8.902 Get:34 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libelf1 armhf 0.176-1.1build1 [41.3 kB]
11:00:27 #9 8.935 Get:35 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libglib2.0-0 armhf 2.64.6-1~ubuntu20.04.4 [1125 kB]
11:00:27 #9 9.012 Get:36 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
11:00:27 #9 9.012 Get:37 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf tzdata all 2022a-0ubuntu0.20.04 [294 kB]
11:00:27 #9 9.024 Get:38 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libicu66 armhf 66.1-2ubuntu2.1 [8223 kB]
11:00:27 #9 9.489 Get:39 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libxml2 armhf 2.9.10+dfsg-5ubuntu0.20.04.3 [546 kB]
11:00:27 #9 9.502 Get:40 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libyaml-0-2 armhf 0.2.2-1 [41.3 kB]
11:00:27 #9 9.514 Get:41 http://ports.ubuntu.com/ubuntu-ports focal/main armhf lsb-release all 11.1.0ubuntu2 [10.6 kB]
11:00:27 #9 9.514 Get:42 http://ports.ubuntu.com/ubuntu-ports focal/main armhf netbase all 6.1 [13.1 kB]
11:00:27 #9 9.514 Get:43 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-pkg-resources all 45.2.0-1 [130 kB]
11:00:27 #9 9.514 Get:44 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-six all 1.14.0-2 [12.1 kB]
11:00:27 #9 9.514 Get:45 http://ports.ubuntu.com/ubuntu-ports focal/main armhf shared-mime-info armhf 1.15-1 [428 kB]
11:00:27 #9 9.514 Get:46 http://ports.ubuntu.com/ubuntu-ports focal/main armhf ucf all 3.0038+nmu1 [51.6 kB]
11:00:27 #9 9.514 Get:47 http://ports.ubuntu.com/ubuntu-ports focal/main armhf xdg-user-dirs armhf 0.17-2ubuntu1 [46.8 kB]
11:00:27 #9 9.558 Get:48 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf xz-utils armhf 5.2.4-1ubuntu1.1 [81.0 kB]
11:00:27 #9 9.635 Get:49 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gettext-base armhf 0.19.8.1-10build1 [46.0 kB]
11:00:27 #9 9.639 Get:50 http://ports.ubuntu.com/ubuntu-ports focal/main armhf iso-codes all 4.4-1 [2695 kB]
11:00:27 #9 9.758 Get:51 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf krb5-locales all 1.17-6ubuntu4.1 [11.4 kB]
11:00:27 #9 9.758 Get:52 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcbor0.6 armhf 0.6.0-0ubuntu1 [17.3 kB]
11:00:27 #9 9.783 Get:53 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libedit2 armhf 3.1-20191231-1 [71.7 kB]
11:00:27 #9 9.783 Get:54 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfido2-1 armhf 1.3.1-1ubuntu2 [43.2 kB]
11:00:27 #9 9.783 Get:55 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5support0 armhf 1.17-6ubuntu4.1 [28.0 kB]
11:00:27 #9 9.783 Get:56 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libk5crypto3 armhf 1.17-6ubuntu4.1 [79.5 kB]
11:00:27 #9 9.783 Get:57 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkeyutils1 armhf 1.6-6ubuntu1.1 [9224 B]
11:00:27 #9 9.783 Get:58 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libkrb5-3 armhf 1.17-6ubuntu4.1 [287 kB]
11:00:27 #9 9.792 Get:59 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgssapi-krb5-2 armhf 1.17-6ubuntu4.1 [101 kB]
11:00:27 #9 9.867 Get:60 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpsl5 armhf 0.21.0-1ubuntu1 [50.2 kB]
11:00:27 #9 9.867 Get:61 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxau6 armhf 1:1.0.9-0ubuntu1 [6612 B]
11:00:27 #9 9.867 Get:62 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxdmcp6 armhf 1:1.1.3-0ubuntu1 [9160 B]
11:00:27 #9 9.867 Get:63 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxcb1 armhf 1.14-2 [41.3 kB]
11:00:27 #9 9.867 Get:64 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
11:00:27 #9 9.873 Get:65 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libx11-6 armhf 2:1.6.9-2ubuntu1.2 [517 kB]
11:00:27 #9 9.891 Get:66 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxext6 armhf 2:1.3.4-0ubuntu1 [24.2 kB]
11:00:27 #9 9.891 Get:67 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxmuu1 armhf 2:1.1.3-0ubuntu1 [9028 B]
11:00:27 #9 9.938 Get:68 http://ports.ubuntu.com/ubuntu-ports focal/main armhf manpages all 5.05-1 [1314 kB]
11:00:27 #9 9.988 Get:69 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf openssh-client armhf 1:8.2p1-4ubuntu0.5 [591 kB]
11:00:27 #9 10.03 Get:70 http://ports.ubuntu.com/ubuntu-ports focal/main armhf publicsuffix all 20200303.0012-1 [111 kB]
11:00:27 #9 10.03 Get:71 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python-apt-common all 2.0.0ubuntu0.20.04.7 [17.1 kB]
11:00:27 #9 10.03 Get:72 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-apt armhf 2.0.0ubuntu0.20.04.7 [140 kB]
11:00:27 #9 10.04 Get:73 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf strace armhf 5.5-3ubuntu1 [279 kB]
11:00:27 #9 10.05 Get:74 http://ports.ubuntu.com/ubuntu-ports focal/main armhf xauth armhf 1:1.1-0ubuntu1 [21.9 kB]
11:00:27 #9 10.05 Get:75 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfl2 armhf 2.6.4-6.2 [11.3 kB]
11:00:27 #9 10.05 Get:76 http://ports.ubuntu.com/ubuntu-ports focal/main armhf at armhf 3.1.23-1ubuntu1 [36.2 kB]
11:00:27 #9 10.05 Get:77 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsigsegv2 armhf 2.12-2 [13.1 kB]
11:00:27 #9 10.09 Get:78 http://ports.ubuntu.com/ubuntu-ports focal/main armhf m4 armhf 1.4.18-4 [187 kB]
11:00:27 #9 10.17 Get:79 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autoconf all 2.69-11.1 [321 kB]
11:00:27 #9 10.19 Get:80 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autotools-dev all 20180224.1 [39.6 kB]
11:00:27 #9 10.19 Get:81 http://ports.ubuntu.com/ubuntu-ports focal/main armhf automake all 1:1.16.1-4ubuntu6 [522 kB]
11:00:27 #9 ...
11:00:27 
11:00:27 #14 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:27 #14 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:27 #14 extracting sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 5.2s
11:00:28 #14 extracting sha256:92bdfec5c03781bcb3c6813122f21d30df45bbedb3c172824b93ddba76a9bfe0 6.2s done
11:00:28 #14 extracting sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d
11:00:32 #14 extracting sha256:0a4d441ffab1f9a42248b30a07cc9825e2667026444978cbd62cbb2ed02bac7d 4.0s done
11:00:32 #14 ...
11:00:32 
11:00:32 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:32 #9 sha256:9cfaa2fcb2414698d4c11451e7639c6574f6a6d58c4f741c7ed6c51f2b7ddd3b
11:00:32 #9 10.20 Get:82 http://ports.ubuntu.com/ubuntu-ports focal/main armhf autopoint all 0.19.8.1-10build1 [412 kB]
11:00:32 #9 10.22 Get:83 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils-common armhf 2.34-6ubuntu1.3 [207 kB]
11:00:32 #9 10.22 Get:84 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libbinutils armhf 2.34-6ubuntu1.3 [317 kB]
11:00:32 #9 10.25 Get:85 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libctf-nobfd0 armhf 2.34-6ubuntu1.3 [38.0 kB]
11:00:32 #9 10.25 Get:86 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libctf0 armhf 2.34-6ubuntu1.3 [37.2 kB]
11:00:32 #9 10.25 Get:87 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils-arm-linux-gnueabihf armhf 2.34-6ubuntu1.3 [2096 kB]
11:00:32 #9 10.35 Get:88 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf binutils armhf 2.34-6ubuntu1.3 [3368 B]
11:00:32 #9 10.35 Get:89 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libc-dev-bin armhf 2.31-0ubuntu9.9 [63.7 kB]
11:00:32 #9 10.35 Get:90 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf linux-libc-dev armhf 5.4.0-122.138 [1087 kB]
11:00:32 #9 10.41 Get:91 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcrypt-dev armhf 1:4.4.10-10ubuntu4 [120 kB]
11:00:32 #9 10.41 Get:92 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libc6-dev armhf 2.31-0ubuntu9.9 [1916 kB]
11:00:32 #9 10.51 Get:93 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gcc-9-base armhf 9.4.0-1ubuntu1~20.04.1 [19.4 kB]
11:00:32 #9 10.51 Get:94 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libisl22 armhf 0.22.1-1 [460 kB]
11:00:32 #9 10.53 Get:95 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpfr6 armhf 4.0.2-1 [196 kB]
11:00:32 #9 10.56 Get:96 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmpc3 armhf 1.1.0-1 [33.2 kB]
11:00:32 #9 10.56 Get:97 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf cpp-9 armhf 9.4.0-1ubuntu1~20.04.1 [5888 kB]
11:00:32 #9 10.86 Get:98 http://ports.ubuntu.com/ubuntu-ports focal/main armhf cpp armhf 4:9.3.0-1ubuntu2 [27.6 kB]
11:00:32 #9 10.86 Get:99 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcc1-0 armhf 10.3.0-1ubuntu1~20.04 [41.8 kB]
11:00:32 #9 10.86 Get:100 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgomp1 armhf 10.3.0-1ubuntu1~20.04 [87.2 kB]
11:00:32 #9 10.86 Get:101 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libatomic1 armhf 10.3.0-1ubuntu1~20.04 [7256 B]
11:00:32 #9 11.03 Get:102 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libasan5 armhf 9.4.0-1ubuntu1~20.04.1 [2808 kB]
11:00:32 #9 11.73 Get:103 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libubsan1 armhf 10.3.0-1ubuntu1~20.04 [757 kB]
11:00:32 #9 11.75 Get:104 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libgcc-9-dev armhf 9.4.0-1ubuntu1~20.04.1 [683 kB]
11:00:32 #9 11.76 Get:105 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gcc-9 armhf 9.4.0-1ubuntu1~20.04.1 [6584 kB]
11:00:32 #9 12.17 Get:106 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gcc armhf 4:9.3.0-1ubuntu2 [5224 B]
11:00:32 #9 12.17 Get:107 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libstdc++-9-dev armhf 9.4.0-1ubuntu1~20.04.1 [1792 kB]
11:00:32 #9 12.19 Get:108 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf g++-9 armhf 9.4.0-1ubuntu1~20.04.1 [6699 kB]
11:00:32 #9 12.57 Get:109 http://ports.ubuntu.com/ubuntu-ports focal/main armhf g++ armhf 4:9.3.0-1ubuntu2 [1612 B]
11:00:32 #9 12.58 Get:110 http://ports.ubuntu.com/ubuntu-ports focal/main armhf make armhf 4.2.1-1.2 [149 kB]
11:00:32 #9 12.58 Get:111 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libdpkg-perl all 1.19.7ubuntu3.2 [231 kB]
11:00:32 #9 12.58 Get:112 http://ports.ubuntu.com/ubuntu-ports focal/main armhf patch armhf 2.7.6-6 [101 kB]
11:00:32 #9 12.58 Get:113 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dpkg-dev all 1.19.7ubuntu3.2 [679 kB]
11:00:32 #9 12.61 Get:114 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf build-essential armhf 12.8ubuntu1.1 [4664 B]
11:00:32 #9 12.61 Get:115 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libbrotli1 armhf 1.0.7-6ubuntu0.1 [254 kB]
11:00:32 #9 12.61 Get:116 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libroken18-heimdal armhf 7.7.0+dfsg-1ubuntu1 [34.6 kB]
11:00:32 #9 12.61 Get:117 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libasn1-8-heimdal armhf 7.7.0+dfsg-1ubuntu1 [140 kB]
11:00:32 #9 12.65 Get:118 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libheimbase1-heimdal armhf 7.7.0+dfsg-1ubuntu1 [24.4 kB]
11:00:32 #9 12.69 Get:119 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhcrypto4-heimdal armhf 7.7.0+dfsg-1ubuntu1 [78.5 kB]
11:00:32 #9 12.69 Get:120 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwind0-heimdal armhf 7.7.0+dfsg-1ubuntu1 [47.1 kB]
11:00:32 #9 12.69 Get:121 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhx509-5-heimdal armhf 7.7.0+dfsg-1ubuntu1 [89.0 kB]
11:00:32 #9 12.70 Get:122 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libkrb5-26-heimdal armhf 7.7.0+dfsg-1ubuntu1 [170 kB]
11:00:32 #9 12.70 Get:123 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libheimntlm0-heimdal armhf 7.7.0+dfsg-1ubuntu1 [13.2 kB]
11:00:32 #9 12.70 Get:124 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgssapi3-heimdal armhf 7.7.0+dfsg-1ubuntu1 [79.9 kB]
11:00:32 #9 12.70 Get:125 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-modules-db armhf 2.1.27+dfsg-2ubuntu0.1 [13.2 kB]
11:00:32 #9 12.70 Get:126 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-2 armhf 2.1.27+dfsg-2ubuntu0.1 [42.7 kB]
11:00:32 #9 12.72 Get:127 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libldap-common all 2.4.49+dfsg-2ubuntu1.9 [16.6 kB]
11:00:32 #9 12.79 Get:128 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libldap-2.4-2 armhf 2.4.49+dfsg-2ubuntu1.9 [133 kB]
11:00:32 #9 12.80 Get:129 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnghttp2-14 armhf 1.40.0-1build1 [67.8 kB]
11:00:32 #9 12.80 Get:130 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librtmp1 armhf 2.4+20151223.gitfa8646d.1-2build1 [49.1 kB]
11:00:32 #9 12.80 Get:131 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libssh-4 armhf 0.9.3-2ubuntu2.2 [147 kB]
11:00:32 #9 12.82 Get:132 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcurl4 armhf 7.68.0-1ubuntu2.12 [204 kB]
11:00:32 #9 12.82 Get:133 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf curl armhf 7.68.0-1ubuntu2.12 [154 kB]
11:00:32 #9 12.82 Get:134 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dctrl-tools armhf 2.24-3 [53.8 kB]
11:00:32 #9 12.82 Get:135 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtool all 2.4.6-14 [161 kB]
11:00:32 #9 12.84 Get:136 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dh-autoreconf all 19 [16.1 kB]
11:00:32 #9 12.87 Get:137 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
11:00:32 #9 12.94 Get:138 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarchive-zip-perl all 1.67-2 [90.5 kB]
11:00:32 #9 12.95 Get:139 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-override-perl all 0.09-2 [9532 B]
11:00:32 #9 12.95 Get:140 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
11:00:32 #9 12.95 Get:141 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dh-strip-nondeterminism all 1.7.0-1 [5228 B]
11:00:32 #9 12.95 Get:142 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dwz armhf 0.13-5 [153 kB]
11:00:32 #9 12.95 Get:143 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcroco3 armhf 0.6.13-1 [70.5 kB]
11:00:32 #9 12.96 Get:144 http://ports.ubuntu.com/ubuntu-ports focal/main armhf gettext armhf 0.19.8.1-10build1 [835 kB]
11:00:32 #9 12.99 Get:145 http://ports.ubuntu.com/ubuntu-ports focal/main armhf intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:00:32 #9 12.99 Get:146 http://ports.ubuntu.com/ubuntu-ports focal/main armhf po-debconf all 1.0.21 [233 kB]
11:00:32 #9 13.02 Get:147 http://ports.ubuntu.com/ubuntu-ports focal/main armhf debhelper all 12.10ubuntu1 [877 kB]
11:00:32 #9 13.10 Get:148 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfakeroot armhf 1.24-1 [22.4 kB]
11:00:32 #9 13.10 Get:149 http://ports.ubuntu.com/ubuntu-ports focal/main armhf fakeroot armhf 1.24-1 [60.9 kB]
11:00:32 #9 13.10 Get:150 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libassuan0 armhf 2.5.3-7ubuntu2 [29.1 kB]
11:00:32 #9 13.10 Get:151 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgconf armhf 2.2.19-3ubuntu2.2 [107 kB]
11:00:32 #9 13.10 Get:152 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libksba8 armhf 1.3.5-2 [78.7 kB]
11:00:32 #9 13.10 Get:153 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnpth0 armhf 1.6-1 [6624 B]
11:00:32 #9 13.10 Get:154 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf dirmngr armhf 2.2.19-3ubuntu2.2 [288 kB]
11:00:32 #9 13.11 Get:155 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-l10n all 2.2.19-3ubuntu2.2 [51.7 kB]
11:00:32 #9 13.12 Get:156 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg-utils armhf 2.2.19-3ubuntu2.2 [412 kB]
11:00:32 #9 13.17 Get:157 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg armhf 2.2.19-3ubuntu2.2 [425 kB]
11:00:32 #9 13.24 Get:158 http://ports.ubuntu.com/ubuntu-ports focal/main armhf pinentry-curses armhf 1.1.0-3build1 [31.8 kB]
11:00:32 #9 13.24 Get:159 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-agent armhf 2.2.19-3ubuntu2.2 [195 kB]
11:00:32 #9 13.26 Get:160 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-client armhf 2.2.19-3ubuntu2.2 [81.8 kB]
11:00:32 #9 13.26 Get:161 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpg-wks-server armhf 2.2.19-3ubuntu2.2 [76.2 kB]
11:00:32 #9 13.26 Get:162 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gpgsm armhf 2.2.19-3ubuntu2.2 [187 kB]
11:00:32 #9 13.26 Get:163 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf gnupg all 2.2.19-3ubuntu2.2 [259 kB]
11:00:32 #9 13.29 Get:164 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-which-perl all 1.23-1 [13.8 kB]
11:00:32 #9 13.29 Get:165 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-homedir-perl all 1.004-1 [37.3 kB]
11:00:32 #9 13.29 Get:166 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-pty-perl armhf 1:1.12-1 [31.4 kB]
11:00:32 #9 13.32 Get:167 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libipc-run-perl all 20180523.0-2 [89.7 kB]
11:00:32 #9 13.35 Get:168 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:00:32 #9 13.35 Get:169 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libb-hooks-op-check-perl armhf 0.22-1build2 [9792 B]
11:00:32 #9 13.35 Get:170 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdynaloader-functions-perl all 0.003-1 [11.9 kB]
11:00:32 #9 13.35 Get:171 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevel-callchecker-perl armhf 0.008-1ubuntu1 [14.2 kB]
11:00:32 #9 13.35 Get:172 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-classify-perl armhf 0.015-1build2 [19.8 kB]
11:00:32 #9 13.35 Get:173 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:00:32 #9 13.35 Get:174 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libimport-into-perl all 1.002005-1 [11.0 kB]
11:00:32 #9 13.35 Get:175 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librole-tiny-perl all 2.001004-1 [16.5 kB]
11:00:32 #9 13.39 Get:176 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstrictures-perl all 2.000006-1 [16.3 kB]
11:00:32 #9 13.43 Get:177 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-quote-perl all 2.006006-1 [19.5 kB]
11:00:32 #9 13.43 Get:178 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoo-perl all 2.003006-1 [46.3 kB]
11:00:32 #9 13.43 Get:179 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libencode-locale-perl all 1.05-1 [12.3 kB]
11:00:32 #9 13.43 Get:180 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtimedate-perl all 2.3200-1 [34.0 kB]
11:00:32 #9 13.43 Get:181 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-date-perl all 6.05-1 [9920 B]
11:00:32 #9 13.44 Get:182 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-listing-perl all 6.04-1 [9774 B]
11:00:32 #9 13.44 Get:183 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:00:32 #9 13.44 Get:184 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liburi-perl all 1.76-2 [77.5 kB]
11:00:32 #9 13.52 Get:185 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-parser-perl armhf 3.72-5 [83.1 kB]
11:00:32 #9 13.54 Get:186 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-tree-perl all 5.07-2 [200 kB]
11:00:32 #9 13.54 Get:187 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-html-perl all 1.001-1 [14.9 kB]
11:00:32 #9 13.55 Get:188 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:00:32 #9 13.55 Get:189 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-message-perl all 6.22-1 [76.1 kB]
11:00:32 #9 13.55 Get:190 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-cookies-perl all 6.08-1 [18.3 kB]
11:00:32 #9 13.55 Get:191 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:00:32 #9 13.55 Get:192 http://ports.ubuntu.com/ubuntu-ports focal/main armhf perl-openssl-defaults armhf 4 [7188 B]
11:00:32 #9 13.55 Get:193 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-ssleay-perl armhf 1.88-2ubuntu1 [272 kB]
11:00:32 #9 13.61 Get:194 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-socket-ssl-perl all 2.067-1 [176 kB]
11:00:32 #9 13.62 Get:195 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-http-perl all 6.19-1 [22.8 kB]
11:00:32 #9 13.69 Get:196 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
11:00:32 #9 13.69 Get:197 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtry-tiny-perl all 0.30-1 [20.5 kB]
11:00:32 #9 13.69 Get:198 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:00:32 #9 13.69 Get:199 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwww-perl all 6.43-1 [140 kB]
11:00:32 #9 13.69 Get:200 http://ports.ubuntu.com/ubuntu-ports focal/main armhf patchutils armhf 0.3.4-2 [64.6 kB]
11:00:32 #9 13.70 Get:201 http://ports.ubuntu.com/ubuntu-ports focal/main armhf wdiff armhf 1.2.2-2build1 [29.1 kB]
11:00:32 #9 13.70 Get:202 http://ports.ubuntu.com/ubuntu-ports focal/main armhf devscripts armhf 2.20.2ubuntu2 [940 kB]
11:00:32 #9 13.88 Get:203 http://ports.ubuntu.com/ubuntu-ports focal/main armhf diffstat armhf 1.63-1 [25.1 kB]
11:00:32 #9 14.05 Get:204 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-chardet all 3.0.4-4build1 [80.4 kB]
11:00:32 #9 14.18 Get:205 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-debian all 0.1.36ubuntu1 [65.0 kB]
11:00:32 #9 14.23 Get:206 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgpgme11 armhf 1.13.1-7ubuntu2 [102 kB]
11:00:32 #9 14.29 Get:207 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-gpg armhf 1.13.1-7ubuntu2 [144 kB]
11:00:32 #9 14.34 Get:208 http://ports.ubuntu.com/ubuntu-ports focal/main armhf dput all 1.0.3ubuntu1 [42.3 kB]
11:00:32 #9 14.35 Get:209 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libcurl3-gnutls armhf 7.68.0-1ubuntu2.12 [202 kB]
11:00:32 #9 14.39 Get:210 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liberror-perl all 0.17029-1 [26.5 kB]
11:00:32 #9 14.39 Get:211 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf git-man all 1:2.25.1-1ubuntu3.5 [886 kB]
11:00:32 #9 14.48 Get:212 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf git armhf 1:2.25.1-1ubuntu3.5 [3363 kB]
11:00:32 #9 14.67 Get:213 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
11:00:32 #9 14.67 Get:214 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-diff-xs-perl armhf 0.04-6 [11.0 kB]
11:00:32 #9 14.67 Get:215 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:00:32 #9 14.67 Get:216 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libapt-pkg-perl armhf 0.1.36build3 [63.4 kB]
11:00:32 #9 14.67 Get:217 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarchive-cpio-perl all 0.10-1 [9644 B]
11:00:32 #9 14.67 Get:218 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libarray-intspan-perl all 2.003-1 [23.3 kB]
11:00:32 #9 14.67 Get:219 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libasync-mergepoint-perl all 0.04-2 [10.2 kB]
11:00:32 #9 14.67 Get:220 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmodule-implementation-perl all 0.09-1 [12.2 kB]
11:00:32 #9 14.67 Get:221 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:00:32 #9 14.74 Get:222 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libvariable-magic-perl armhf 0.62-1build2 [31.9 kB]
11:00:32 #9 14.75 Get:223 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
11:00:32 #9 14.75 Get:224 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:00:32 #9 14.75 Get:225 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclass-xsaccessor-perl armhf 1.19-3build3 [33.7 kB]
11:00:32 #9 14.75 Get:226 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libclone-perl armhf 0.43-2 [10.2 kB]
11:00:32 #9 14.75 Get:227 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcommon-sense-perl armhf 3.74-2build6 [20.1 kB]
11:00:32 #9 14.75 Get:228 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-util-perl armhf 1.07-3build5 [18.7 kB]
11:00:32 #9 14.75 Get:229 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-install-perl all 0.928-1 [10.5 kB]
11:00:32 #9 14.75 Get:230 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdata-optlist-perl all 0.110-1 [9956 B]
11:00:32 #9 14.82 Get:231 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-exporter-perl all 0.987-1 [44.9 kB]
11:00:32 #9 14.83 Get:232 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libconst-fast-perl all 0.014-1 [7958 B]
11:00:32 #9 14.83 Get:233 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libwant-perl armhf 0.29-1build4 [23.0 kB]
11:00:32 #9 14.83 Get:234 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcontextual-return-perl all 0.004014-2 [53.1 kB]
11:00:32 #9 14.83 Get:235 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libcpanel-json-xs-perl armhf 4.19-1build1 [107 kB]
11:00:32 #9 14.83 Get:236 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdata-dump-perl all 1.23-1 [27.0 kB]
11:00:32 #9 14.83 Get:237 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdigest-bubblebabble-perl all 0.02-2 [7908 B]
11:00:32 #9 14.83 Get:238 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
11:00:32 #9 14.83 Get:239 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdistro-info-perl all 0.23ubuntu1 [4668 B]
11:00:32 #9 14.89 Get:240 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:00:32 #9 14.91 Get:241 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmailtools-perl all 2.21-1 [80.7 kB]
11:00:32 #9 14.91 Get:242 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-ip-perl all 1.26-2 [27.4 kB]
11:00:32 #9 14.91 Get:243 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-dns-perl all 1.22-1 [336 kB]
11:00:32 #9 14.92 Get:244 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-domain-tld-perl all 1.75-1 [29.1 kB]
11:00:32 #9 14.92 Get:245 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libemail-valid-perl all 1.202-1 [16.3 kB]
11:00:32 #9 14.92 Get:246 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libexporter-tiny-perl all 1.002001-1 [35.5 kB]
11:00:32 #9 14.92 Get:247 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libipc-system-simple-perl all 1.26-1 [22.8 kB]
11:00:32 #9 14.92 Get:248 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-basedir-perl all 0.08-1 [16.9 kB]
11:00:32 #9 14.96 Get:249 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-chdir-perl all 0.1008-1 [11.7 kB]
11:00:32 #9 14.99 Get:250 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-fcntllock-perl armhf 0.22-3build4 [32.6 kB]
11:00:32 #9 14.99 Get:251 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnumber-compare-perl all 0.03-1 [7318 B]
11:00:32 #9 14.99 Get:252 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtext-glob-perl all 0.10-1 [7554 B]
11:00:32 #9 15.00 Get:253 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfile-find-rule-perl all 0.34-1 [28.3 kB]
11:00:32 #9 15.00 Get:254 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfont-afm-perl all 1.20-2 [13.2 kB]
11:00:32 #9 15.00 Get:255 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-string-perl all 1.08-3 [11.1 kB]
11:00:32 #9 15.00 Get:256 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfont-ttf-perl all 1.06-1 [313 kB]
11:00:32 #9 15.00 Get:257 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libfuture-perl all 0.43-1 [77.8 kB]
11:00:32 #9 15.04 Get:258 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-stringy-perl all 2.111-3 [55.8 kB]
11:00:32 #9 15.08 Get:259 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libparams-validate-perl armhf 1.29-3 [50.6 kB]
11:00:32 #9 15.08 Get:260 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
11:00:32 #9 15.08 Get:261 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsort-versions-perl all 1.62-1 [9294 B]
11:00:32 #9 15.08 Get:262 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:00:32 #9 15.08 Get:263 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
11:00:32 #9 15.08 Get:264 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-prompter-perl all 0.004015-1 [58.1 kB]
11:00:32 #9 15.08 Get:265 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-perl all 4.02000-2 [80.9 kB]
11:00:32 #9 15.08 Get:266 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblog-any-perl all 1.708-1 [67.8 kB]
11:00:32 #9 15.11 Get:267 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
11:00:32 #9 15.16 Get:268 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpackage-stash-perl all 0.38-1 [19.1 kB]
11:00:32 #9 15.16 Get:269 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-identify-perl armhf 0.14-1build2 [10.1 kB]
11:00:32 #9 15.16 Get:270 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsub-name-perl armhf 0.26-1 [10.8 kB]
11:00:32 #9 15.16 Get:271 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:00:32 #9 15.16 Get:272 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpath-tiny-perl all 0.108-1 [42.6 kB]
11:00:32 #9 15.16 Get:273 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtype-tiny-perl all 1.008001-2 [304 kB]
11:00:32 #9 15.17 Get:274 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
11:00:32 #9 15.17 Get:275 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhash-fieldhash-perl armhf 0.15-1build2 [15.9 kB]
11:00:32 #9 15.19 Get:276 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-form-perl all 6.07-1 [22.2 kB]
11:00:32 #9 15.24 Get:277 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libhtml-format-perl all 2.12-1 [41.3 kB]
11:00:32 #9 15.24 Get:278 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libhttp-daemon-perl all 6.06-1ubuntu0.1 [22.0 kB]
11:00:32 #9 15.24 Get:279 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libidn11 armhf 1.33-2.2ubuntu2 [43.1 kB]
11:00:32 #9 15.25 Get:280 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstruct-dumb-perl all 0.09-1 [10.5 kB]
11:00:32 #9 15.25 Get:281 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-async-perl all 0.75-1 [254 kB]
11:00:32 #9 15.25 Get:282 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblinux-epoll-perl armhf 0.017-1 [14.7 kB]
11:00:32 #9 15.25 Get:283 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
11:00:32 #9 15.25 Get:284 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtypes-serialiser-perl all 1.0-1 [12.1 kB]
11:00:32 #9 15.26 Get:285 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-xs-perl armhf 4.020-1build1 [81.7 kB]
11:00:32 #9 15.33 Get:286 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjson-maybexs-perl all 1.004000-1 [11.0 kB]
11:00:32 #9 15.33 Get:287 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-compare-perl all 0.53-1 [65.6 kB]
11:00:32 #9 15.33 Get:288 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-moreutils-perl armhf 0.416-1build5 [52.7 kB]
11:00:32 #9 15.33 Get:289 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-someutils-perl all 0.58-1 [29.7 kB]
11:00:32 #9 15.33 Get:290 http://ports.ubuntu.com/ubuntu-ports focal/main armhf liblist-someutils-xs-perl armhf 0.58-2 [29.4 kB]
11:00:32 #9 15.33 Get:291 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libltdl7 armhf 2.4.6-14 [35.4 kB]
11:00:32 #9 15.33 Get:292 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libltdl-dev armhf 2.4.6-14 [160 kB]
11:00:32 #9 15.33 Get:293 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsys-hostname-long-perl all 1.5-1 [11.7 kB]
11:00:32 #9 15.33 Get:294 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmail-sendmail-perl all 0.80-1 [22.6 kB]
11:00:32 #9 15.41 Get:295 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoox-aliases-perl all 0.001006-1 [7176 B]
11:00:32 #9 15.41 Get:296 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
11:00:32 #9 15.41 Get:297 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libmoox-struct-perl all 0.017-1 [23.4 kB]
11:00:32 #9 15.41 Get:298 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-dns-sec-perl armhf 1.15-1 [43.4 kB]
11:00:32 #9 15.41 Get:299 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnet-libidn-perl armhf 0.12.ds-3build2 [16.5 kB]
11:00:32 #9 15.41 Get:300 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libnumber-range-perl all 0.12-1 [8556 B]
11:00:32 #9 15.41 Get:301 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpackage-stash-xs-perl armhf 0.29-1build1 [16.7 kB]
11:00:32 #9 15.41 Get:302 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
11:00:32 #9 15.48 Get:303 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libperl4-corelibs-perl all 0.004-2 [37.4 kB]
11:00:32 #9 15.63 Get:304 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libperlio-gzip-perl armhf 0.19-1build5 [13.3 kB]
11:00:32 #9 15.71 Get:305 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpod-constants-perl all 0.19-1 [16.0 kB]
11:00:32 #9 15.73 Get:306 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libre2-5 armhf 20200101+dfsg-1build1 [136 kB]
11:00:32 #9 15.93 Get:307 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libre-engine-re2-perl armhf 0.13-5 [15.1 kB]
11:00:32 #9 15.94 Get:308 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libreadonly-perl all 2.050-2 [19.9 kB]
11:00:32 #9 15.95 Get:309 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libref-util-perl all 0.204-1 [15.0 kB]
11:00:32 #9 15.96 Get:310 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libref-util-xs-perl armhf 0.117-1build2 [10.7 kB]
11:00:32 #9 15.96 Get:311 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
11:00:32 #9 15.98 Get:312 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
11:00:32 #9 15.99 Get:313 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsasl2-modules armhf 2.1.27+dfsg-2ubuntu0.1 [42.1 kB]
11:00:32 #9 16.00 Get:314 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-decoder-perl armhf 4.011+ds-1build1 [98.5 kB]
11:00:32 #9 16.03 Get:315 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-encoder-perl armhf 4.011+ds-1build1 [97.7 kB]
11:00:32 #9 16.05 Get:316 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsereal-perl all 4.011-1 [8604 B]
11:00:32 #9 16.08 Get:317 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libsort-key-perl armhf 1.33-2build2 [33.9 kB]
11:00:32 #9 16.08 Get:318 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-copyright-perl all 0.003006-1 [9608 B]
11:00:32 #9 16.08 Get:319 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-escape-perl all 2010.002-2 [17.6 kB]
11:00:32 #9 16.08 Get:320 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libstring-shellquote-perl all 1.04-1 [12.0 kB]
11:00:32 #9 16.09 Get:321 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libterm-readkey-perl armhf 2.38-1build1 [23.3 kB]
11:00:32 #9 16.09 Get:322 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtest-fatal-perl all 0.014-1 [11.1 kB]
11:00:32 #9 16.15 Get:323 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtest-refcount-perl all 0.10-1 [11.4 kB]
11:00:32 #9 16.15 Get:324 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtext-levenshtein-perl all 0.13-1 [9612 B]
11:00:32 #9 16.15 Get:325 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libtype-tiny-xs-perl armhf 0.016-1 [21.2 kB]
11:00:32 #9 16.15 Get:326 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libunicode-utf8-perl armhf 0.62-1build1 [17.1 kB]
11:00:32 #9 16.23 Get:327 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
11:00:32 #9 16.23 Get:328 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-base-perl all 1.09-1 [18.8 kB]
11:00:32 #9 16.26 Get:329 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
11:00:32 #9 16.26 Get:330 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-libxml-perl armhf 2.0134+dfsg-1build1 [306 kB]
11:00:32 #9 16.26 Get:331 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-parser-perl armhf 2.46-1 [189 kB]
11:00:32 #9 16.28 Get:332 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:00:32 #9 16.30 Get:333 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libxml-writer-perl all 0.625-1 [24.9 kB]
11:00:32 #9 16.30 Get:334 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libyaml-libyaml-perl armhf 0.81+repack-1 [26.1 kB]
11:00:32 #9 16.30 Get:335 http://ports.ubuntu.com/ubuntu-ports focal/main armhf licensecheck all 3.0.45-1 [23.9 kB]
11:00:32 #9 16.30 Get:336 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevel-size-perl armhf 0.83-1build1 [19.3 kB]
11:00:32 #9 16.37 Get:337 http://ports.ubuntu.com/ubuntu-ports focal/main armhf t1utils armhf 1.41-3 [48.2 kB]
11:00:33 #9 16.37 Get:338 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf lintian all 2.62.0ubuntu2.1 [980 kB]
11:00:33 #9 16.42 Get:339 http://ports.ubuntu.com/ubuntu-ports focal/main armhf manpages-dev all 5.05-1 [2266 kB]
11:00:33 #9 16.55 Get:340 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-certifi all 2019.11.28-1 [149 kB]
11:00:33 #9 16.55 Get:341 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-idna all 2.8-1 [34.6 kB]
11:00:33 #9 16.56 Get:342 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf python3-urllib3 all 1.25.8-2ubuntu0.1 [88.3 kB]
11:00:33 #9 16.56 Get:343 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
11:00:33 #9 16.56 Get:344 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-unidiff all 0.5.5-2 [9180 B]
11:00:33 #9 16.56 Get:345 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-xdg all 0.26-1ubuntu1 [36.1 kB]
11:00:33 #9 16.56 Get:346 http://ports.ubuntu.com/ubuntu-ports focal/main armhf unzip armhf 6.0-25ubuntu1 [155 kB]
11:00:33 #9 16.57 Get:347 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf equivs all 2.2.0 [19.7 kB]
11:00:33 #9 16.57 Get:348 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libauthen-sasl-perl all 2.1600-1 [48.7 kB]
11:00:33 #9 16.63 Get:349 http://ports.ubuntu.com/ubuntu-ports focal/main armhf python3-magic all 2:0.4.15-3 [9376 B]
11:00:33 #9 16.88 debconf: delaying package configuration, since apt-utils is not installed
11:00:33 #9 16.92 Fetched 91.5 MB in 10s (9627 kB/s)
11:00:33 #9 16.98 Selecting previously unselected package liblocale-gettext-perl.
11:00:33 #9 16.98 (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 ... 4118 files and directories currently installed.)
11:00:33 #9 16.98 Preparing to unpack .../liblocale-gettext-perl_1.07-4_armhf.deb ...
11:00:33 #9 16.98 Unpacking liblocale-gettext-perl (1.07-4) ...
11:00:33 #9 17.06 Selecting previously unselected package libssl1.1:armhf.
11:00:33 #9 17.06 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.16_armhf.deb ...
11:00:33 #9 17.06 Unpacking libssl1.1:armhf (1.1.1f-1ubuntu2.16) ...
11:00:33 #9 17.26 Selecting previously unselected package libpython3.8-minimal:armhf.
11:00:33 #9 17.26 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.5_armhf.deb ...
11:00:33 #9 17.27 Unpacking libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.5) ...
11:00:34 #9 17.42 Selecting previously unselected package libexpat1:armhf.
11:00:34 #9 17.42 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.4_armhf.deb ...
11:00:34 #9 17.43 Unpacking libexpat1:armhf (2.2.9-1ubuntu0.4) ...
11:00:34 #9 17.49 Selecting previously unselected package python3.8-minimal.
11:00:34 #9 17.49 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.5_armhf.deb ...
11:00:34 #9 17.50 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.5) ...
11:00:34 #9 17.79 Setting up libssl1.1:armhf (1.1.1f-1ubuntu2.16) ...
11:00:34 #9 17.94 Setting up libpython3.8-minimal:armhf (3.8.10-0ubuntu1~20.04.5) ...
11:00:34 #9 17.94 Setting up libexpat1:armhf (2.2.9-1ubuntu0.4) ...
11:00:34 #9 17.96 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.5) ...
11:00:35 #9 18.67 Selecting previously unselected package python3-minimal.
11:00:35 #9 18.67 (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 ... 4433 files and directories currently installed.)
11:00:35 #9 18.67 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_armhf.deb ...
11:00:35 #9 18.67 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
11:00:35 #9 18.71 Selecting previously unselected package mime-support.
11:00:35 #9 18.71 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
11:00:35 #9 18.71 Unpacking mime-support (3.64ubuntu1) ...
11:00:35 #9 18.78 Selecting previously unselected package libmpdec2:armhf.
11:00:35 #9 18.78 Preparing to unpack .../2-libmpdec2_2.4.2-3_armhf.deb ...
11:00:35 #9 18.78 Unpacking libmpdec2:armhf (2.4.2-3) ...
11:00:35 #9 18.81 Selecting previously unselected package readline-common.
11:00:35 #9 18.81 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
11:00:35 #9 18.81 Unpacking readline-common (8.0-4) ...
11:00:35 #9 18.86 Selecting previously unselected package libreadline8:armhf.
11:00:35 #9 18.86 Preparing to unpack .../4-libreadline8_8.0-4_armhf.deb ...
11:00:35 #9 18.86 Unpacking libreadline8:armhf (8.0-4) ...
11:00:35 #9 18.91 Selecting previously unselected package libsqlite3-0:armhf.
11:00:35 #9 18.91 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.3_armhf.deb ...
11:00:35 #9 18.91 Unpacking libsqlite3-0:armhf (3.31.1-4ubuntu0.3) ...
11:00:35 #9 19.01 Selecting previously unselected package libpython3.8-stdlib:armhf.
11:00:35 #9 19.01 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.5_armhf.deb ...
11:00:35 #9 19.02 Unpacking libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.5) ...
11:00:35 #9 19.25 Selecting previously unselected package python3.8.
11:00:35 #9 19.25 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.5_armhf.deb ...
11:00:35 #9 19.26 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.5) ...
11:00:36 #9 19.31 Selecting previously unselected package libpython3-stdlib:armhf.
11:00:36 #9 19.31 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_armhf.deb ...
11:00:36 #9 19.31 Unpacking libpython3-stdlib:armhf (3.8.2-0ubuntu2) ...
11:00:36 #9 19.34 Setting up python3-minimal (3.8.2-0ubuntu2) ...
11:00:36 #9 19.60 Selecting previously unselected package python3.
11:00:36 #9 19.60 (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 ... 4863 files and directories currently installed.)
11:00:36 #9 19.60 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_armhf.deb ...
11:00:36 #9 19.63 Unpacking python3 (3.8.2-0ubuntu2) ...
11:00:36 #9 19.66 Selecting previously unselected package libbsd0:armhf.
11:00:36 #9 19.66 Preparing to unpack .../001-libbsd0_0.10.0-1_armhf.deb ...
11:00:36 #9 19.66 Unpacking libbsd0:armhf (0.10.0-1) ...
11:00:36 #9 19.71 Selecting previously unselected package bsdmainutils.
11:00:36 #9 19.71 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_armhf.deb ...
11:00:36 #9 19.72 Unpacking bsdmainutils (11.1.2ubuntu3) ...
11:00:36 #9 19.79 Selecting previously unselected package libuchardet0:armhf.
11:00:36 #9 19.79 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_armhf.deb ...
11:00:36 #9 19.80 Unpacking libuchardet0:armhf (0.0.6-3build1) ...
11:00:36 #9 19.85 Selecting previously unselected package groff-base.
11:00:36 #9 19.85 Preparing to unpack .../004-groff-base_1.22.4-4build1_armhf.deb ...
11:00:36 #9 19.85 Unpacking groff-base (1.22.4-4build1) ...
11:00:36 #9 20.02 Selecting previously unselected package libgdbm6:armhf.
11:00:36 #9 20.02 Preparing to unpack .../005-libgdbm6_1.18.1-5_armhf.deb ...
11:00:36 #9 20.02 Unpacking libgdbm6:armhf (1.18.1-5) ...
11:00:36 #9 20.06 Selecting previously unselected package libpipeline1:armhf.
11:00:36 #9 20.06 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_armhf.deb ...
11:00:36 #9 20.06 Unpacking libpipeline1:armhf (1.5.2-2build1) ...
11:00:36 #9 20.12 Selecting previously unselected package man-db.
11:00:36 #9 20.12 Preparing to unpack .../007-man-db_2.9.1-1_armhf.deb ...
11:00:36 #9 20.12 Unpacking man-db (2.9.1-1) ...
11:00:36 #9 20.30 Selecting previously unselected package perl-modules-5.30.
11:00:36 #9 20.30 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ...
11:00:36 #9 20.31 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
11:00:37 #9 20.92 Selecting previously unselected package libgdbm-compat4:armhf.
11:00:37 #9 20.92 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_armhf.deb ...
11:00:37 #9 20.92 Unpacking libgdbm-compat4:armhf (1.18.1-5) ...
11:00:37 #9 20.96 Selecting previously unselected package libperl5.30:armhf.
11:00:37 #9 20.96 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.2_armhf.deb ...
11:00:37 #9 20.96 Unpacking libperl5.30:armhf (5.30.0-9ubuntu0.2) ...
11:00:38 #9 21.48 Selecting previously unselected package perl.
11:00:38 #9 21.48 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.2_armhf.deb ...
11:00:38 #9 21.49 Unpacking perl (5.30.0-9ubuntu0.2) ...
11:00:38 #9 21.62 Selecting previously unselected package openssl.
11:00:38 #9 21.62 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.16_armhf.deb ...
11:00:38 #9 21.63 Unpacking openssl (1.1.1f-1ubuntu2.16) ...
11:00:38 #9 21.75 Selecting previously unselected package ca-certificates.
11:00:38 #9 21.75 Preparing to unpack .../013-ca-certificates_20211016~20.04.1_all.deb ...
11:00:38 #9 21.75 Unpacking ca-certificates (20211016~20.04.1) ...
11:00:38 #9 21.83 Selecting previously unselected package distro-info-data.
11:00:38 #9 21.83 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.10_all.deb ...
11:00:38 #9 21.84 Unpacking distro-info-data (0.43ubuntu1.10) ...
11:00:38 #9 21.87 Selecting previously unselected package libmagic-mgc.
11:00:38 #9 21.87 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_armhf.deb ...
11:00:38 #9 21.87 Unpacking libmagic-mgc (1:5.38-4) ...
11:00:38 #9 21.98 Selecting previously unselected package libmagic1:armhf.
11:00:38 #9 21.98 Preparing to unpack .../016-libmagic1_1%3a5.38-4_armhf.deb ...
11:00:38 #9 21.98 Unpacking libmagic1:armhf (1:5.38-4) ...
11:00:38 #9 22.03 Selecting previously unselected package file.
11:00:38 #9 22.03 Preparing to unpack .../017-file_1%3a5.38-4_armhf.deb ...
11:00:38 #9 22.03 Unpacking file (1:5.38-4) ...
11:00:38 #9 22.06 Selecting previously unselected package less.
11:00:38 #9 22.06 Preparing to unpack .../018-less_551-1ubuntu0.1_armhf.deb ...
11:00:38 #9 22.07 Unpacking less (551-1ubuntu0.1) ...
11:00:38 #9 22.12 Selecting previously unselected package libelf1:armhf.
11:00:38 #9 22.12 Preparing to unpack .../019-libelf1_0.176-1.1build1_armhf.deb ...
11:00:38 #9 22.13 Unpacking libelf1:armhf (0.176-1.1build1) ...
11:00:38 #9 22.22 Selecting previously unselected package libglib2.0-0:armhf.
11:00:38 #9 22.22 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_armhf.deb ...
11:00:39 #9 22.23 Unpacking libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.4) ...
11:00:39 #9 22.41 Selecting previously unselected package libglib2.0-data.
11:00:39 #9 22.41 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
11:00:39 #9 22.41 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
11:00:39 #9 22.48 Selecting previously unselected package tzdata.
11:00:39 #9 22.48 Preparing to unpack .../022-tzdata_2022a-0ubuntu0.20.04_all.deb ...
11:00:39 #9 22.49 Unpacking tzdata (2022a-0ubuntu0.20.04) ...
11:00:39 #9 22.78 Selecting previously unselected package libicu66:armhf.
11:00:39 #9 22.78 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_armhf.deb ...
11:00:39 #9 22.79 Unpacking libicu66:armhf (66.1-2ubuntu2.1) ...
11:00:40 #9 23.78 Selecting previously unselected package libxml2:armhf.
11:00:40 #9 23.78 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.3_armhf.deb ...
11:00:40 #9 23.78 Unpacking libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.3) ...
11:00:40 #9 23.90 Selecting previously unselected package libyaml-0-2:armhf.
11:00:40 #9 23.90 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_armhf.deb ...
11:00:40 #9 23.91 Unpacking libyaml-0-2:armhf (0.2.2-1) ...
11:00:40 #9 23.95 Selecting previously unselected package lsb-release.
11:00:40 #9 23.95 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
11:00:40 #9 23.95 Unpacking lsb-release (11.1.0ubuntu2) ...
11:00:40 #9 23.99 Selecting previously unselected package netbase.
11:00:40 #9 23.99 Preparing to unpack .../027-netbase_6.1_all.deb ...
11:00:40 #9 23.99 Unpacking netbase (6.1) ...
11:00:40 #9 24.02 Selecting previously unselected package python3-pkg-resources.
11:00:40 #9 24.02 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1_all.deb ...
11:00:40 #9 24.03 Unpacking python3-pkg-resources (45.2.0-1) ...
11:00:40 #9 24.08 Selecting previously unselected package python3-six.
11:00:40 #9 24.08 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
11:00:40 #9 24.09 Unpacking python3-six (1.14.0-2) ...
11:00:40 #9 24.13 Selecting previously unselected package shared-mime-info.
11:00:40 #9 24.13 Preparing to unpack .../030-shared-mime-info_1.15-1_armhf.deb ...
11:00:40 #9 24.13 Unpacking shared-mime-info (1.15-1) ...
11:00:41 #9 24.27 Selecting previously unselected package ucf.
11:00:41 #9 24.27 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
11:00:41 #9 24.27 Moving old data out of the way
11:00:41 #9 24.28 Unpacking ucf (3.0038+nmu1) ...
11:00:41 #9 24.33 Selecting previously unselected package xdg-user-dirs.
11:00:41 #9 24.33 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_armhf.deb ...
11:00:41 #9 24.34 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
11:00:41 #9 24.43 Selecting previously unselected package xz-utils.
11:00:41 #9 24.43 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1.1_armhf.deb ...
11:00:41 #9 24.43 Unpacking xz-utils (5.2.4-1ubuntu1.1) ...
11:00:41 #9 24.51 Selecting previously unselected package gettext-base.
11:00:41 #9 24.51 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_armhf.deb ...
11:00:41 #9 24.52 Unpacking gettext-base (0.19.8.1-10build1) ...
11:00:41 #9 24.55 Selecting previously unselected package iso-codes.
11:00:41 #9 24.55 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
11:00:41 #9 24.56 Unpacking iso-codes (4.4-1) ...
11:00:41 #9 25.00 Selecting previously unselected package krb5-locales.
11:00:41 #9 25.00 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.1_all.deb ...
11:00:41 #9 25.01 Unpacking krb5-locales (1.17-6ubuntu4.1) ...
11:00:41 #9 25.04 Selecting previously unselected package libcbor0.6:armhf.
11:00:41 #9 25.04 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_armhf.deb ...
11:00:41 #9 25.05 Unpacking libcbor0.6:armhf (0.6.0-0ubuntu1) ...
11:00:41 #9 25.08 Selecting previously unselected package libedit2:armhf.
11:00:41 #9 25.08 Preparing to unpack .../038-libedit2_3.1-20191231-1_armhf.deb ...
11:00:41 #9 25.09 Unpacking libedit2:armhf (3.1-20191231-1) ...
11:00:41 #9 25.13 Selecting previously unselected package libfido2-1:armhf.
11:00:41 #9 25.13 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_armhf.deb ...
11:00:41 #9 25.14 Unpacking libfido2-1:armhf (1.3.1-1ubuntu2) ...
11:00:41 #9 25.19 Selecting previously unselected package libkrb5support0:armhf.
11:00:41 #9 25.19 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.1_armhf.deb ...
11:00:41 #9 25.19 Unpacking libkrb5support0:armhf (1.17-6ubuntu4.1) ...
11:00:41 #9 25.23 Selecting previously unselected package libk5crypto3:armhf.
11:00:41 #9 25.23 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.1_armhf.deb ...
11:00:41 #9 25.26 Unpacking libk5crypto3:armhf (1.17-6ubuntu4.1) ...
11:00:41 #9 25.33 Selecting previously unselected package libkeyutils1:armhf.
11:00:41 #9 25.33 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1.1_armhf.deb ...
11:00:42 #9 25.34 Unpacking libkeyutils1:armhf (1.6-6ubuntu1.1) ...
11:00:42 #9 25.41 Selecting previously unselected package libkrb5-3:armhf.
11:00:42 #9 25.41 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.1_armhf.deb ...
11:00:42 #9 25.41 Unpacking libkrb5-3:armhf (1.17-6ubuntu4.1) ...
11:00:42 #9 25.50 Selecting previously unselected package libgssapi-krb5-2:armhf.
11:00:42 #9 25.50 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.1_armhf.deb ...
11:00:42 #9 25.51 Unpacking libgssapi-krb5-2:armhf (1.17-6ubuntu4.1) ...
11:00:42 #9 25.56 Selecting previously unselected package libpsl5:armhf.
11:00:42 #9 25.56 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_armhf.deb ...
11:00:42 #9 25.57 Unpacking libpsl5:armhf (0.21.0-1ubuntu1) ...
11:00:42 #9 25.61 Selecting previously unselected package libxau6:armhf.
11:00:42 #9 25.61 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_armhf.deb ...
11:00:42 #9 25.61 Unpacking libxau6:armhf (1:1.0.9-0ubuntu1) ...
11:00:42 #9 25.66 Selecting previously unselected package libxdmcp6:armhf.
11:00:42 #9 25.66 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_armhf.deb ...
11:00:42 #9 25.66 Unpacking libxdmcp6:armhf (1:1.1.3-0ubuntu1) ...
11:00:42 #9 25.69 Selecting previously unselected package libxcb1:armhf.
11:00:42 #9 25.69 Preparing to unpack .../048-libxcb1_1.14-2_armhf.deb ...
11:00:42 #9 25.70 Unpacking libxcb1:armhf (1.14-2) ...
11:00:42 #9 25.74 Selecting previously unselected package libx11-data.
11:00:42 #9 25.74 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
11:00:42 #9 25.77 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
11:00:42 #9 25.87 Selecting previously unselected package libx11-6:armhf.
11:00:42 #9 25.87 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_armhf.deb ...
11:00:42 #9 25.87 Unpacking libx11-6:armhf (2:1.6.9-2ubuntu1.2) ...
11:00:42 #9 26.00 Selecting previously unselected package libxext6:armhf.
11:00:42 #9 26.00 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_armhf.deb ...
11:00:42 #9 26.00 Unpacking libxext6:armhf (2:1.3.4-0ubuntu1) ...
11:00:42 #9 26.03 Selecting previously unselected package libxmuu1:armhf.
11:00:42 #9 26.03 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_armhf.deb ...
11:00:42 #9 26.04 Unpacking libxmuu1:armhf (2:1.1.3-0ubuntu1) ...
11:00:42 #9 26.09 Selecting previously unselected package manpages.
11:00:42 #9 26.09 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
11:00:42 #9 26.10 Unpacking manpages (5.05-1) ...
11:00:42 #9 26.28 Selecting previously unselected package openssh-client.
11:00:42 #9 26.28 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.5_armhf.deb ...
11:00:42 #9 26.30 Unpacking openssh-client (1:8.2p1-4ubuntu0.5) ...
11:00:43 #9 26.43 Selecting previously unselected package publicsuffix.
11:00:43 #9 26.43 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
11:00:43 #9 26.43 Unpacking publicsuffix (20200303.0012-1) ...
11:00:43 #9 26.49 Selecting previously unselected package python-apt-common.
11:00:43 #9 26.49 Preparing to unpack .../056-python-apt-common_2.0.0ubuntu0.20.04.7_all.deb ...
11:00:43 #9 26.49 Unpacking python-apt-common (2.0.0ubuntu0.20.04.7) ...
11:00:43 #9 26.60 Selecting previously unselected package python3-apt.
11:00:43 #9 26.60 Preparing to unpack .../057-python3-apt_2.0.0ubuntu0.20.04.7_armhf.deb ...
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:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 9.9s
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:9cfaa2fcb2414698d4c11451e7639c6574f6a6d58c4f741c7ed6c51f2b7ddd3b
11:00:43 #9 26.61 Unpacking python3-apt (2.0.0ubuntu0.20.04.7) ...
11:00:43 #9 26.68 Selecting previously unselected package strace.
11:00:43 #9 26.68 Preparing to unpack .../058-strace_5.5-3ubuntu1_armhf.deb ...
11:00:43 #9 26.71 Unpacking strace (5.5-3ubuntu1) ...
11:00:43 #9 26.79 Selecting previously unselected package xauth.
11:00:43 #9 26.79 Preparing to unpack .../059-xauth_1%3a1.1-0ubuntu1_armhf.deb ...
11:00:43 #9 26.79 Unpacking xauth (1:1.1-0ubuntu1) ...
11:00:43 #9 26.83 Selecting previously unselected package libfl2:armhf.
11:00:43 #9 26.83 Preparing to unpack .../060-libfl2_2.6.4-6.2_armhf.deb ...
11:00:43 #9 26.84 Unpacking libfl2:armhf (2.6.4-6.2) ...
11:00:43 #9 26.88 Selecting previously unselected package at.
11:00:43 #9 26.88 Preparing to unpack .../061-at_3.1.23-1ubuntu1_armhf.deb ...
11:00:43 #9 26.89 Unpacking at (3.1.23-1ubuntu1) ...
11:00:43 #9 26.94 Selecting previously unselected package libsigsegv2:armhf.
11:00:43 #9 26.94 Preparing to unpack .../062-libsigsegv2_2.12-2_armhf.deb ...
11:00:43 #9 26.95 Unpacking libsigsegv2:armhf (2.12-2) ...
11:00:43 #9 26.97 Selecting previously unselected package m4.
11:00:43 #9 26.97 Preparing to unpack .../063-m4_1.4.18-4_armhf.deb ...
11:00:43 #9 26.98 Unpacking m4 (1.4.18-4) ...
11:00:43 #9 27.05 Selecting previously unselected package autoconf.
11:00:43 #9 27.05 Preparing to unpack .../064-autoconf_2.69-11.1_all.deb ...
11:00:43 #9 27.06 Unpacking autoconf (2.69-11.1) ...
11:00:43 #9 27.17 Selecting previously unselected package autotools-dev.
11:00:43 #9 27.17 Preparing to unpack .../065-autotools-dev_20180224.1_all.deb ...
11:00:43 #9 27.17 Unpacking autotools-dev (20180224.1) ...
11:00:43 #9 27.21 Selecting previously unselected package automake.
11:00:43 #9 27.21 Preparing to unpack .../066-automake_1%3a1.16.1-4ubuntu6_all.deb ...
11:00:43 #9 27.21 Unpacking automake (1:1.16.1-4ubuntu6) ...
11:00:43 #9 27.30 Selecting previously unselected package autopoint.
11:00:43 #9 27.31 Preparing to unpack .../067-autopoint_0.19.8.1-10build1_all.deb ...
11:00:43 #9 27.31 Unpacking autopoint (0.19.8.1-10build1) ...
11:00:43 #9 27.36 Selecting previously unselected package binutils-common:armhf.
11:00:43 #9 27.36 Preparing to unpack .../068-binutils-common_2.34-6ubuntu1.3_armhf.deb ...
11:00:43 #9 27.37 Unpacking binutils-common:armhf (2.34-6ubuntu1.3) ...
11:00:44 #9 27.46 Selecting previously unselected package libbinutils:armhf.
11:00:44 #9 27.46 Preparing to unpack .../069-libbinutils_2.34-6ubuntu1.3_armhf.deb ...
11:00:44 #9 27.47 Unpacking libbinutils:armhf (2.34-6ubuntu1.3) ...
11:00:44 #9 27.56 Selecting previously unselected package libctf-nobfd0:armhf.
11:00:44 #9 27.56 Preparing to unpack .../070-libctf-nobfd0_2.34-6ubuntu1.3_armhf.deb ...
11:00:44 #9 27.56 Unpacking libctf-nobfd0:armhf (2.34-6ubuntu1.3) ...
11:00:44 #9 27.60 Selecting previously unselected package libctf0:armhf.
11:00:44 #9 27.60 Preparing to unpack .../071-libctf0_2.34-6ubuntu1.3_armhf.deb ...
11:00:44 #9 27.61 Unpacking libctf0:armhf (2.34-6ubuntu1.3) ...
11:00:44 #9 27.64 Selecting previously unselected package binutils-arm-linux-gnueabihf.
11:00:44 #9 27.64 Preparing to unpack .../072-binutils-arm-linux-gnueabihf_2.34-6ubuntu1.3_armhf.deb ...
11:00:44 #9 27.64 Unpacking binutils-arm-linux-gnueabihf (2.34-6ubuntu1.3) ...
11:00:44 #9 27.99 Selecting previously unselected package binutils.
11:00:44 #9 27.99 Preparing to unpack .../073-binutils_2.34-6ubuntu1.3_armhf.deb ...
11:00:44 #9 28.00 Unpacking binutils (2.34-6ubuntu1.3) ...
11:00:44 #9 28.06 Selecting previously unselected package libc-dev-bin.
11:00:44 #9 28.06 Preparing to unpack .../074-libc-dev-bin_2.31-0ubuntu9.9_armhf.deb ...
11:00:44 #9 28.06 Unpacking libc-dev-bin (2.31-0ubuntu9.9) ...
11:00:44 #9 28.10 Selecting previously unselected package linux-libc-dev:armhf.
11:00:44 #9 28.10 Preparing to unpack .../075-linux-libc-dev_5.4.0-122.138_armhf.deb ...
11:00:44 #9 28.11 Unpacking linux-libc-dev:armhf (5.4.0-122.138) ...
11:00:45 #9 28.42 Selecting previously unselected package libcrypt-dev:armhf.
11:00:45 #9 28.42 Preparing to unpack .../076-libcrypt-dev_1%3a4.4.10-10ubuntu4_armhf.deb ...
11:00:45 #9 28.42 Unpacking libcrypt-dev:armhf (1:4.4.10-10ubuntu4) ...
11:00:45 #9 28.51 Selecting previously unselected package libc6-dev:armhf.
11:00:45 #9 28.51 Preparing to unpack .../077-libc6-dev_2.31-0ubuntu9.9_armhf.deb ...
11:00:45 #9 28.51 Unpacking libc6-dev:armhf (2.31-0ubuntu9.9) ...
11:00:45 #9 28.87 Selecting previously unselected package gcc-9-base:armhf.
11:00:45 #9 28.87 Preparing to unpack .../078-gcc-9-base_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:00:45 #9 28.88 Unpacking gcc-9-base:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:00:45 #9 28.95 Selecting previously unselected package libisl22:armhf.
11:00:45 #9 28.95 Preparing to unpack .../079-libisl22_0.22.1-1_armhf.deb ...
11:00:45 #9 28.95 Unpacking libisl22:armhf (0.22.1-1) ...
11:00:45 #9 29.07 Selecting previously unselected package libmpfr6:armhf.
11:00:45 #9 29.07 Preparing to unpack .../080-libmpfr6_4.0.2-1_armhf.deb ...
11:00:45 #9 29.07 Unpacking libmpfr6:armhf (4.0.2-1) ...
11:00:45 #9 29.13 Selecting previously unselected package libmpc3:armhf.
11:00:45 #9 29.13 Preparing to unpack .../081-libmpc3_1.1.0-1_armhf.deb ...
11:00:45 #9 29.13 Unpacking libmpc3:armhf (1.1.0-1) ...
11:00:45 #9 29.17 Selecting previously unselected package cpp-9.
11:00:45 #9 29.17 Preparing to unpack .../082-cpp-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:00:45 #9 29.18 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
11:00:46 #9 29.92 Selecting previously unselected package cpp.
11:00:46 #9 29.92 Preparing to unpack .../083-cpp_4%3a9.3.0-1ubuntu2_armhf.deb ...
11:00:46 #9 29.93 Unpacking cpp (4:9.3.0-1ubuntu2) ...
11:00:46 #9 29.98 Selecting previously unselected package libcc1-0:armhf.
11:00:46 #9 29.98 Preparing to unpack .../084-libcc1-0_10.3.0-1ubuntu1~20.04_armhf.deb ...
11:00:46 #9 29.98 Unpacking libcc1-0:armhf (10.3.0-1ubuntu1~20.04) ...
11:00:46 #9 30.01 Selecting previously unselected package libgomp1:armhf.
11:00:46 #9 30.01 Preparing to unpack .../085-libgomp1_10.3.0-1ubuntu1~20.04_armhf.deb ...
11:00:46 #9 30.02 Unpacking libgomp1:armhf (10.3.0-1ubuntu1~20.04) ...
11:00:46 #9 30.07 Selecting previously unselected package libatomic1:armhf.
11:00:46 #9 30.07 Preparing to unpack .../086-libatomic1_10.3.0-1ubuntu1~20.04_armhf.deb ...
11:00:46 #9 30.08 Unpacking libatomic1:armhf (10.3.0-1ubuntu1~20.04) ...
11:00:46 #9 30.12 Selecting previously unselected package libasan5:armhf.
11:00:46 #9 30.12 Preparing to unpack .../087-libasan5_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:00:46 #9 30.12 Unpacking libasan5:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:00:46 #9 30.53 Selecting previously unselected package libubsan1:armhf.
11:00:46 #9 30.53 Preparing to unpack .../088-libubsan1_10.3.0-1ubuntu1~20.04_armhf.deb ...
11:00:47 #9 30.54 Unpacking libubsan1:armhf (10.3.0-1ubuntu1~20.04) ...
11:00:47 #9 30.66 Selecting previously unselected package libgcc-9-dev:armhf.
11:00:47 #9 30.66 Preparing to unpack .../089-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:00:47 #9 30.68 Unpacking libgcc-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:00:47 #9 30.85 Selecting previously unselected package gcc-9.
11:00:47 #9 30.85 Preparing to unpack .../090-gcc-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:00:47 #9 30.85 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
11:00:48 #9 31.55 Selecting previously unselected package gcc.
11:00:48 #9 31.55 Preparing to unpack .../091-gcc_4%3a9.3.0-1ubuntu2_armhf.deb ...
11:00:48 #9 31.56 Unpacking gcc (4:9.3.0-1ubuntu2) ...
11:00:48 #9 31.59 Selecting previously unselected package libstdc++-9-dev:armhf.
11:00:48 #9 31.60 Preparing to unpack .../092-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:00:48 #9 31.60 Unpacking libstdc++-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:00:49 #9 32.64 Selecting previously unselected package g++-9.
11:00:49 #9 32.64 Preparing to unpack .../093-g++-9_9.4.0-1ubuntu1~20.04.1_armhf.deb ...
11:00:49 #9 32.70 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ...
11:00:50 #9 33.74 Selecting previously unselected package g++.
11:00:50 #9 33.74 Preparing to unpack .../094-g++_4%3a9.3.0-1ubuntu2_armhf.deb ...
11:00:50 #9 33.76 Unpacking g++ (4:9.3.0-1ubuntu2) ...
11:00:50 #9 33.83 Selecting previously unselected package make.
11:00:50 #9 33.83 Preparing to unpack .../095-make_4.2.1-1.2_armhf.deb ...
11:00:50 #9 33.83 Unpacking make (4.2.1-1.2) ...
11:00:50 #9 33.88 Selecting previously unselected package libdpkg-perl.
11:00:50 #9 33.88 Preparing to unpack .../096-libdpkg-perl_1.19.7ubuntu3.2_all.deb ...
11:00:50 #9 33.89 Unpacking libdpkg-perl (1.19.7ubuntu3.2) ...
11:00:50 #9 33.96 Selecting previously unselected package patch.
11:00:50 #9 33.96 Preparing to unpack .../097-patch_2.7.6-6_armhf.deb ...
11:00:50 #9 33.97 Unpacking patch (2.7.6-6) ...
11:00:50 #9 34.02 Selecting previously unselected package dpkg-dev.
11:00:50 #9 34.02 Preparing to unpack .../098-dpkg-dev_1.19.7ubuntu3.2_all.deb ...
11:00:50 #9 34.03 Unpacking dpkg-dev (1.19.7ubuntu3.2) ...
11:00:50 #9 34.17 Selecting previously unselected package build-essential.
11:00:50 #9 34.17 Preparing to unpack .../099-build-essential_12.8ubuntu1.1_armhf.deb ...
11:00:50 #9 34.17 Unpacking build-essential (12.8ubuntu1.1) ...
11:00:50 #9 34.22 Selecting previously unselected package libbrotli1:armhf.
11:00:50 #9 34.22 Preparing to unpack .../100-libbrotli1_1.0.7-6ubuntu0.1_armhf.deb ...
11:00:50 #9 34.22 Unpacking libbrotli1:armhf (1.0.7-6ubuntu0.1) ...
11:00:50 #9 34.32 Selecting previously unselected package libroken18-heimdal:armhf.
11:00:50 #9 34.32 Preparing to unpack .../101-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
11:00:50 #9 34.32 Unpacking libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
11:00:50 #9 34.37 Selecting previously unselected package libasn1-8-heimdal:armhf.
11:00:50 #9 34.37 Preparing to unpack .../102-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
11:00:50 #9 34.37 Unpacking libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
11:00:50 #9 34.44 Selecting previously unselected package libheimbase1-heimdal:armhf.
11:00:50 #9 34.44 Preparing to unpack .../103-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
11:00:50 #9 34.44 Unpacking libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
11:00:51 #9 34.50 Selecting previously unselected package libhcrypto4-heimdal:armhf.
11:00:51 #9 34.50 Preparing to unpack .../104-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
11:00:51 #9 34.51 Unpacking libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
11:00:51 #9 34.58 Selecting previously unselected package libwind0-heimdal:armhf.
11:00:51 #9 34.58 Preparing to unpack .../105-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
11:00:51 #9 34.58 Unpacking libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
11:00:51 #9 34.63 Selecting previously unselected package libhx509-5-heimdal:armhf.
11:00:51 #9 34.63 Preparing to unpack .../106-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
11:00:51 #9 34.64 Unpacking libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
11:00:51 #9 34.68 Selecting previously unselected package libkrb5-26-heimdal:armhf.
11:00:51 #9 34.68 Preparing to unpack .../107-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
11:00:51 #9 34.69 Unpacking libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
11:00:51 #9 34.79 Selecting previously unselected package libheimntlm0-heimdal:armhf.
11:00:51 #9 34.79 Preparing to unpack .../108-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
11:00:51 #9 34.81 Unpacking libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
11:00:51 #9 34.86 Selecting previously unselected package libgssapi3-heimdal:armhf.
11:00:51 #9 34.86 Preparing to unpack .../109-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_armhf.deb ...
11:00:51 #9 34.87 Unpacking libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
11:00:51 #9 34.91 Selecting previously unselected package libsasl2-modules-db:armhf.
11:00:51 #9 34.91 Preparing to unpack .../110-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
11:00:51 #9 34.92 Unpacking libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:00:51 #9 34.95 Selecting previously unselected package libsasl2-2:armhf.
11:00:51 #9 34.95 Preparing to unpack .../111-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
11:00:51 #9 34.95 Unpacking libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:00:51 #9 35.00 Selecting previously unselected package libldap-common.
11:00:51 #9 35.00 Preparing to unpack .../112-libldap-common_2.4.49+dfsg-2ubuntu1.9_all.deb ...
11:00:51 #9 35.00 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
11:00:51 #9 35.07 Selecting previously unselected package libldap-2.4-2:armhf.
11:00:51 #9 35.07 Preparing to unpack .../113-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.9_armhf.deb ...
11:00:51 #9 35.07 Unpacking libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ...
11:00:51 #9 35.18 Selecting previously unselected package libnghttp2-14:armhf.
11:00:51 #9 35.18 Preparing to unpack .../114-libnghttp2-14_1.40.0-1build1_armhf.deb ...
11:00:51 #9 35.19 Unpacking libnghttp2-14:armhf (1.40.0-1build1) ...
11:00:51 #9 35.24 Selecting previously unselected package librtmp1:armhf.
11:00:51 #9 35.24 Preparing to unpack .../115-librtmp1_2.4+20151223.gitfa8646d.1-2build1_armhf.deb ...
11:00:51 #9 35.24 Unpacking librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ...
11:00:51 #9 35.29 Selecting previously unselected package libssh-4:armhf.
11:00:51 #9 35.29 Preparing to unpack .../116-libssh-4_0.9.3-2ubuntu2.2_armhf.deb ...
11:00:51 #9 35.30 Unpacking libssh-4:armhf (0.9.3-2ubuntu2.2) ...
11:00:51 #9 35.40 Selecting previously unselected package libcurl4:armhf.
11:00:51 #9 35.40 Preparing to unpack .../117-libcurl4_7.68.0-1ubuntu2.12_armhf.deb ...
11:00:52 #9 35.40 Unpacking libcurl4:armhf (7.68.0-1ubuntu2.12) ...
11:00:52 #9 35.48 Selecting previously unselected package curl.
11:00:52 #9 35.48 Preparing to unpack .../118-curl_7.68.0-1ubuntu2.12_armhf.deb ...
11:00:52 #9 35.49 Unpacking curl (7.68.0-1ubuntu2.12) ...
11:00:52 #9 35.57 Selecting previously unselected package dctrl-tools.
11:00:52 #9 35.57 Preparing to unpack .../119-dctrl-tools_2.24-3_armhf.deb ...
11:00:52 #9 35.59 Unpacking dctrl-tools (2.24-3) ...
11:00:52 #9 35.65 Selecting previously unselected package libtool.
11:00:52 #9 35.65 Preparing to unpack .../120-libtool_2.4.6-14_all.deb ...
11:00:52 #9 35.66 Unpacking libtool (2.4.6-14) ...
11:00:52 #9 35.73 Selecting previously unselected package dh-autoreconf.
11:00:52 #9 35.73 Preparing to unpack .../121-dh-autoreconf_19_all.deb ...
11:00:52 #9 35.73 Unpacking dh-autoreconf (19) ...
11:00:52 #9 35.77 Selecting previously unselected package libdebhelper-perl.
11:00:52 #9 35.77 Preparing to unpack .../122-libdebhelper-perl_12.10ubuntu1_all.deb ...
11:00:52 #9 35.78 Unpacking libdebhelper-perl (12.10ubuntu1) ...
11:00:52 #9 35.87 Selecting previously unselected package libarchive-zip-perl.
11:00:52 #9 35.87 Preparing to unpack .../123-libarchive-zip-perl_1.67-2_all.deb ...
11:00:52 #9 35.88 Unpacking libarchive-zip-perl (1.67-2) ...
11:00:52 #9 35.92 Selecting previously unselected package libsub-override-perl.
11:00:52 #9 35.92 Preparing to unpack .../124-libsub-override-perl_0.09-2_all.deb ...
11:00:52 #9 35.92 Unpacking libsub-override-perl (0.09-2) ...
11:00:52 #9 35.95 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:00:52 #9 35.96 Preparing to unpack .../125-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
11:00:52 #9 35.96 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
11:00:52 #9 36.00 Selecting previously unselected package dh-strip-nondeterminism.#9 ...
11:00:52 
11:00:52 #14 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:52 #14 sha256:662e62586f2a9bf6c82d733f811287af9f158fed45c446384abced49326ff6bc
11:00:52 #14 extracting sha256:c6f1fb5d2e06ae2d57a946b957c11ee1bb89e5683d1b4be02f31d9d05cccb87d 18.6s done
11:00:52 #14 extracting sha256:a9c96f1e426118ca27f868ea355d7b9f81f7fb49a818fe7877a30706e0e8adee 0.0s done
11:00:52 #14 DONE 52.8s
11:00:52 
11:00:52 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:52 #9 sha256:9cfaa2fcb2414698d4c11451e7639c6574f6a6d58c4f741c7ed6c51f2b7ddd3b
11:00:52 #9 36.00 Selecting previously unselected package dh-strip-nondeterminism.
11:00:52 #9 36.00 Preparing to unpack .../126-dh-strip-nondeterminism_1.7.0-1_all.deb ...
11:00:52 #9 36.03 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
11:00:52 #9 36.06 Selecting previously unselected package dwz.
11:00:52 #9 36.06 Preparing to unpack .../127-dwz_0.13-5_armhf.deb ...
11:00:52 #9 36.06 Unpacking dwz (0.13-5) ...
11:00:52 #9 36.13 Selecting previously unselected package libcroco3:armhf.
11:00:52 #9 36.13 Preparing to unpack .../128-libcroco3_0.6.13-1_armhf.deb ...
11:00:52 #9 36.13 Unpacking libcroco3:armhf (0.6.13-1) ...
11:00:52 #9 36.19 Selecting previously unselected package gettext.
11:00:52 #9 36.19 Preparing to unpack .../129-gettext_0.19.8.1-10build1_armhf.deb ...
11:00:52 #9 36.20 Unpacking gettext (0.19.8.1-10build1) ...
11:00:53 #9 36.38 Selecting previously unselected package intltool-debian.
11:00:53 #9 36.38 Preparing to unpack .../130-intltool-debian_0.35.0+20060710.5_all.deb ...
11:00:53 #9 36.38 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:00:53 #9 36.42 Selecting previously unselected package po-debconf.
11:00:53 #9 36.42 Preparing to unpack .../131-po-debconf_1.0.21_all.deb ...
11:00:53 #9 36.42 Unpacking po-debconf (1.0.21) ...
11:00:53 #9 36.50 Selecting previously unselected package debhelper.
11:00:53 #9 36.50 Preparing to unpack .../132-debhelper_12.10ubuntu1_all.deb ...
11:00:53 #9 36.51 Unpacking debhelper (12.10ubuntu1) ...
11:00:53 #9 36.66 Selecting previously unselected package libfakeroot:armhf.
11:00:53 #9 36.66 Preparing to unpack .../133-libfakeroot_1.24-1_armhf.deb ...
11:00:53 #9 36.67 Unpacking libfakeroot:armhf (1.24-1) ...
11:00:53 #9 36.71 Selecting previously unselected package fakeroot.
11:00:53 #9 36.71 Preparing to unpack .../134-fakeroot_1.24-1_armhf.deb ...
11:00:53 #9 36.71 Unpacking fakeroot (1.24-1) ...
11:00:53 #9 36.77 Selecting previously unselected package libassuan0:armhf.
11:00:53 #9 36.77 Preparing to unpack .../135-libassuan0_2.5.3-7ubuntu2_armhf.deb ...
11:00:53 #9 36.77 Unpacking libassuan0:armhf (2.5.3-7ubuntu2) ...
11:00:53 #9 36.81 Selecting previously unselected package gpgconf.
11:00:53 #9 36.81 Preparing to unpack .../136-gpgconf_2.2.19-3ubuntu2.2_armhf.deb ...
11:00:53 #9 36.81 Unpacking gpgconf (2.2.19-3ubuntu2.2) ...
11:00:53 #9 36.87 Selecting previously unselected package libksba8:armhf.
11:00:53 #9 36.87 Preparing to unpack .../137-libksba8_1.3.5-2_armhf.deb ...
11:00:53 #9 36.87 Unpacking libksba8:armhf (1.3.5-2) ...
11:00:53 #9 36.93 Selecting previously unselected package libnpth0:armhf.
11:00:53 #9 36.93 Preparing to unpack .../138-libnpth0_1.6-1_armhf.deb ...
11:00:53 #9 36.94 Unpacking libnpth0:armhf (1.6-1) ...
11:00:53 #9 36.98 Selecting previously unselected package dirmngr.
11:00:53 #9 36.98 Preparing to unpack .../139-dirmngr_2.2.19-3ubuntu2.2_armhf.deb ...
11:00:53 #9 37.01 Unpacking dirmngr (2.2.19-3ubuntu2.2) ...
11:00:53 #9 37.09 Selecting previously unselected package gnupg-l10n.
11:00:53 #9 37.09 Preparing to unpack .../140-gnupg-l10n_2.2.19-3ubuntu2.2_all.deb ...
11:00:53 #9 37.09 Unpacking gnupg-l10n (2.2.19-3ubuntu2.2) ...
11:00:53 #9 37.14 Selecting previously unselected package gnupg-utils.
11:00:53 #9 37.14 Preparing to unpack .../141-gnupg-utils_2.2.19-3ubuntu2.2_armhf.deb ...
11:00:53 #9 37.15 Unpacking gnupg-utils (2.2.19-3ubuntu2.2) ...
11:00:53 #9 37.24 Selecting previously unselected package gpg.
11:00:53 #9 37.24 Preparing to unpack .../142-gpg_2.2.19-3ubuntu2.2_armhf.deb ...
11:00:53 #9 37.25 Unpacking gpg (2.2.19-3ubuntu2.2) ...
11:00:53 #9 37.37 Selecting previously unselected package pinentry-curses.
11:00:54 #9 37.37 Preparing to unpack .../143-pinentry-curses_1.1.0-3build1_armhf.deb ...
11:00:54 #9 37.38 Unpacking pinentry-curses (1.1.0-3build1) ...
11:00:54 #9 37.42 Selecting previously unselected package gpg-agent.
11:00:54 #9 37.43 Preparing to unpack .../144-gpg-agent_2.2.19-3ubuntu2.2_armhf.deb ...
11:00:54 #9 37.43 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ...
11:00:54 #9 37.50 Selecting previously unselected package gpg-wks-client.
11:00:54 #9 37.50 Preparing to unpack .../145-gpg-wks-client_2.2.19-3ubuntu2.2_armhf.deb ...
11:00:54 #9 37.51 Unpacking gpg-wks-client (2.2.19-3ubuntu2.2) ...
11:00:54 #9 37.56 Selecting previously unselected package gpg-wks-server.
11:00:54 #9 37.56 Preparing to unpack .../146-gpg-wks-server_2.2.19-3ubuntu2.2_armhf.deb ...
11:00:54 #9 37.57 Unpacking gpg-wks-server (2.2.19-3ubuntu2.2) ...
11:00:54 #9 37.61 Selecting previously unselected package gpgsm.
11:00:54 #9 37.61 Preparing to unpack .../147-gpgsm_2.2.19-3ubuntu2.2_armhf.deb ...
11:00:54 #9 37.61 Unpacking gpgsm (2.2.19-3ubuntu2.2) ...
11:00:54 #9 37.67 Selecting previously unselected package gnupg.
11:00:54 #9 37.67 Preparing to unpack .../148-gnupg_2.2.19-3ubuntu2.2_all.deb ...
11:00:54 #9 37.68 Unpacking gnupg (2.2.19-3ubuntu2.2) ...
11:00:54 #9 37.73 Selecting previously unselected package libfile-which-perl.
11:00:54 #9 37.74 Preparing to unpack .../149-libfile-which-perl_1.23-1_all.deb ...
11:00:54 #9 37.74 Unpacking libfile-which-perl (1.23-1) ...
11:00:54 #9 37.78 Selecting previously unselected package libfile-homedir-perl.
11:00:54 #9 37.78 Preparing to unpack .../150-libfile-homedir-perl_1.004-1_all.deb ...
11:00:54 #9 37.79 Unpacking libfile-homedir-perl (1.004-1) ...
11:00:54 #9 37.83 Selecting previously unselected package libio-pty-perl.
11:00:54 #9 37.83 Preparing to unpack .../151-libio-pty-perl_1%3a1.12-1_armhf.deb ...
11:00:54 #9 37.84 Unpacking libio-pty-perl (1:1.12-1) ...
11:00:54 #9 37.89 Selecting previously unselected package libipc-run-perl.
11:00:54 #9 37.89 Preparing to unpack .../152-libipc-run-perl_20180523.0-2_all.deb ...
11:00:54 #9 37.90 Unpacking libipc-run-perl (20180523.0-2) ...
11:00:54 #9 37.96 Selecting previously unselected package libclass-method-modifiers-perl.
11:00:54 #9 37.96 Preparing to unpack .../153-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:00:54 #9 37.96 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:00:54 #9 38.01 Selecting previously unselected package libb-hooks-op-check-perl.
11:00:54 #9 38.01 Preparing to unpack .../154-libb-hooks-op-check-perl_0.22-1build2_armhf.deb ...
11:00:54 #9 38.01 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
11:00:54 #9 38.08 Selecting previously unselected package libdynaloader-functions-perl.
11:00:54 #9 38.08 Preparing to unpack .../155-libdynaloader-functions-perl_0.003-1_all.deb ...
11:00:54 #9 38.09 Unpacking libdynaloader-functions-perl (0.003-1) ...
11:00:54 #9 38.12 Selecting previously unselected package libdevel-callchecker-perl.
11:00:54 #9 38.12 Preparing to unpack .../156-libdevel-callchecker-perl_0.008-1ubuntu1_armhf.deb ...
11:00:54 #9 38.13 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
11:00:54 #9 38.16 Selecting previously unselected package libparams-classify-perl.
11:00:54 #9 38.16 Preparing to unpack .../157-libparams-classify-perl_0.015-1build2_armhf.deb ...
11:00:54 #9 38.17 Unpacking libparams-classify-perl (0.015-1build2) ...
11:00:54 #9 38.20 Selecting previously unselected package libmodule-runtime-perl.
11:00:54 #9 38.20 Preparing to unpack .../158-libmodule-runtime-perl_0.016-1_all.deb ...
11:00:54 #9 38.21 Unpacking libmodule-runtime-perl (0.016-1) ...
11:00:54 #9 38.24 Selecting previously unselected package libimport-into-perl.
11:00:54 #9 38.24 Preparing to unpack .../159-libimport-into-perl_1.002005-1_all.deb ...
11:00:54 #9 38.24 Unpacking libimport-into-perl (1.002005-1) ...
11:00:54 #9 38.27 Selecting previously unselected package librole-tiny-perl.
11:00:54 #9 38.27 Preparing to unpack .../160-librole-tiny-perl_2.001004-1_all.deb ...
11:00:54 #9 38.28 Unpacking librole-tiny-perl (2.001004-1) ...
11:00:54 #9 38.31 Selecting previously unselected package libstrictures-perl.
11:00:54 #9 38.31 Preparing to unpack .../161-libstrictures-perl_2.000006-1_all.deb ...
11:00:55 #9 38.32 Unpacking libstrictures-perl (2.000006-1) ...
11:00:55 #9 38.35 Selecting previously unselected package libsub-quote-perl.
11:00:55 #9 38.35 Preparing to unpack .../162-libsub-quote-perl_2.006006-1_all.deb ...
11:00:55 #9 38.36 Unpacking libsub-quote-perl (2.006006-1) ...
11:00:55 #9 38.39 Selecting previously unselected package libmoo-perl.
11:00:55 #9 38.39 Preparing to unpack .../163-libmoo-perl_2.003006-1_all.deb ...
11:00:55 #9 38.39 Unpacking libmoo-perl (2.003006-1) ...
11:00:55 #9 38.44 Selecting previously unselected package libencode-locale-perl.
11:00:55 #9 38.44 Preparing to unpack .../164-libencode-locale-perl_1.05-1_all.deb ...
11:00:55 #9 38.44 Unpacking libencode-locale-perl (1.05-1) ...
11:00:55 #9 38.48 Selecting previously unselected package libtimedate-perl.
11:00:55 #9 38.48 Preparing to unpack .../165-libtimedate-perl_2.3200-1_all.deb ...
11:00:55 #9 38.48 Unpacking libtimedate-perl (2.3200-1) ...
11:00:55 #9 38.52 Selecting previously unselected package libhttp-date-perl.
11:00:55 #9 38.52 Preparing to unpack .../166-libhttp-date-perl_6.05-1_all.deb ...
11:00:55 #9 38.53 Unpacking libhttp-date-perl (6.05-1) ...
11:00:55 #9 38.56 Selecting previously unselected package libfile-listing-perl.
11:00:55 #9 38.56 Preparing to unpack .../167-libfile-listing-perl_6.04-1_all.deb ...
11:00:55 #9 38.60 Unpacking libfile-listing-perl (6.04-1) ...
11:00:55 #9 38.67 Selecting previously unselected package libhtml-tagset-perl.
11:00:55 #9 38.67 Preparing to unpack .../168-libhtml-tagset-perl_3.20-4_all.deb ...
11:00:55 #9 38.68 Unpacking libhtml-tagset-perl (3.20-4) ...
11:00:55 #9 38.72 Selecting previously unselected package liburi-perl.
11:00:55 #9 38.72 Preparing to unpack .../169-liburi-perl_1.76-2_all.deb ...
11:00:55 #9 38.73 Unpacking liburi-perl (1.76-2) ...
11:00:55 #9 38.82 Selecting previously unselected package libhtml-parser-perl.
11:00:55 #9 38.82 Preparing to unpack .../170-libhtml-parser-perl_3.72-5_armhf.deb ...
11:00:55 #9 38.83 Unpacking libhtml-parser-perl (3.72-5) ...
11:00:55 #9 38.89 Selecting previously unselected package libhtml-tree-perl.
11:00:55 #9 38.89 Preparing to unpack .../171-libhtml-tree-perl_5.07-2_all.deb ...
11:00:55 #9 38.89 Unpacking libhtml-tree-perl (5.07-2) ...
11:00:55 #9 38.95 Selecting previously unselected package libio-html-perl.
11:00:55 #9 38.95 Preparing to unpack .../172-libio-html-perl_1.001-1_all.deb ...
11:00:55 #9 38.96 Unpacking libio-html-perl (1.001-1) ...
11:00:55 #9 39.00 Selecting previously unselected package liblwp-mediatypes-perl.
11:00:55 #9 39.00 Preparing to unpack .../173-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:00:55 #9 39.00 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:00:55 #9 39.03 Selecting previously unselected package libhttp-message-perl.
11:00:55 #9 39.03 Preparing to unpack .../174-libhttp-message-perl_6.22-1_all.deb ...
11:00:55 #9 39.04 Unpacking libhttp-message-perl (6.22-1) ...
11:00:55 #9 39.09 Selecting previously unselected package libhttp-cookies-perl.
11:00:55 #9 39.09 Preparing to unpack .../175-libhttp-cookies-perl_6.08-1_all.deb ...
11:00:55 #9 39.09 Unpacking libhttp-cookies-perl (6.08-1) ...
11:00:55 #9 39.13 Selecting previously unselected package libhttp-negotiate-perl.
11:00:55 #9 39.13 Preparing to unpack .../176-libhttp-negotiate-perl_6.01-1_all.deb ...
11:00:55 #9 39.13 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:00:55 #9 39.16 Selecting previously unselected package perl-openssl-defaults:armhf.
11:00:55 #9 39.16 Preparing to unpack .../177-perl-openssl-defaults_4_armhf.deb ...
11:00:55 #9 39.17 Unpacking perl-openssl-defaults:armhf (4) ...
11:00:55 #9 39.20 Selecting previously unselected package libnet-ssleay-perl.
11:00:55 #9 39.20 Preparing to unpack .../178-libnet-ssleay-perl_1.88-2ubuntu1_armhf.deb ...
11:00:55 #9 39.21 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
11:00:55 #9 39.30 Selecting previously unselected package libio-socket-ssl-perl.
11:00:55 #9 39.30 Preparing to unpack .../179-libio-socket-ssl-perl_2.067-1_all.deb ...
11:00:55 #9 39.31 Unpacking libio-socket-ssl-perl (2.067-1) ...
11:00:55 #9 39.38 Selecting previously unselected package libnet-http-perl.
11:00:55 #9 39.38 Preparing to unpack .../180-libnet-http-perl_6.19-1_all.deb ...
11:00:55 #9 39.38 Unpacking libnet-http-perl (6.19-1) ...
11:00:55 #9 39.42 Selecting previously unselected package liblwp-protocol-https-perl.
11:00:55 #9 39.42 Preparing to unpack .../181-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
11:00:56 #9 39.42 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
11:00:56 #9 39.47 Selecting previously unselected package libtry-tiny-perl.
11:00:56 #9 39.47 Preparing to unpack .../182-libtry-tiny-perl_0.30-1_all.deb ...
11:00:56 #9 39.47 Unpacking libtry-tiny-perl (0.30-1) ...
11:00:56 #9 39.50 Selecting previously unselected package libwww-robotrules-perl.
11:00:56 #9 39.50 Preparing to unpack .../183-libwww-robotrules-perl_6.02-1_all.deb ...
11:00:56 #9 39.51 Unpacking libwww-robotrules-perl (6.02-1) ...
11:00:56 #9 39.54 Selecting previously unselected package libwww-perl.
11:00:56 #9 39.54 Preparing to unpack .../184-libwww-perl_6.43-1_all.deb ...
11:00:56 #9 39.55 Unpacking libwww-perl (6.43-1) ...
11:00:56 #9 39.61 Selecting previously unselected package patchutils.
11:00:56 #9 39.61 Preparing to unpack .../185-patchutils_0.3.4-2_armhf.deb ...
11:00:56 #9 39.62 Unpacking patchutils (0.3.4-2) ...
11:00:56 #9 39.67 Selecting previously unselected package wdiff.
11:00:56 #9 39.67 Preparing to unpack .../186-wdiff_1.2.2-2build1_armhf.deb ...
11:00:56 #9 39.68 Unpacking wdiff (1.2.2-2build1) ...
11:00:56 #9 39.73 Selecting previously unselected package devscripts.
11:00:56 #9 39.73 Preparing to unpack .../187-devscripts_2.20.2ubuntu2_armhf.deb ...
11:00:56 #9 39.77 Unpacking devscripts (2.20.2ubuntu2) ...
11:00:56 #9 39.95 Selecting previously unselected package diffstat.
11:00:56 #9 39.95 Preparing to unpack .../188-diffstat_1.63-1_armhf.deb ...
11:00:56 #9 39.96 Unpacking diffstat (1.63-1) ...
11:00:56 #9 40.01 Selecting previously unselected package python3-chardet.
11:00:56 #9 40.01 Preparing to unpack .../189-python3-chardet_3.0.4-4build1_all.deb ...
11:00:56 #9 40.02 Unpacking python3-chardet (3.0.4-4build1) ...
11:00:56 #9 40.06 Selecting previously unselected package python3-debian.
11:00:56 #9 40.06 Preparing to unpack .../190-python3-debian_0.1.36ubuntu1_all.deb ...
11:00:56 #9 40.07 Unpacking python3-debian (0.1.36ubuntu1) ...
11:00:56 #9 40.15 Selecting previously unselected package libgpgme11:armhf.
11:00:56 #9 40.15 Preparing to unpack .../191-libgpgme11_1.13.1-7ubuntu2_armhf.deb ...
11:00:56 #9 40.15 Unpacking libgpgme11:armhf (1.13.1-7ubuntu2) ...
11:00:56 #9 40.22 Selecting previously unselected package python3-gpg.
11:00:56 #9 40.22 Preparing to unpack .../192-python3-gpg_1.13.1-7ubuntu2_armhf.deb ...
11:00:56 #9 40.22 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
11:00:56 #9 40.29 Selecting previously unselected package dput.
11:00:56 #9 40.29 Preparing to unpack .../193-dput_1.0.3ubuntu1_all.deb ...
11:00:56 #9 40.30 Unpacking dput (1.0.3ubuntu1) ...
11:00:56 #9 40.36 Selecting previously unselected package libcurl3-gnutls:armhf.
11:00:56 #9 40.36 Preparing to unpack .../194-libcurl3-gnutls_7.68.0-1ubuntu2.12_armhf.deb ...
11:00:56 #9 40.36 Unpacking libcurl3-gnutls:armhf (7.68.0-1ubuntu2.12) ...
11:00:56 #9 40.44 Selecting previously unselected package liberror-perl.
11:00:56 #9 40.44 Preparing to unpack .../195-liberror-perl_0.17029-1_all.deb ...
11:00:56 #9 40.44 Unpacking liberror-perl (0.17029-1) ...
11:00:56 #9 40.49 Selecting previously unselected package git-man.
11:00:56 #9 40.49 Preparing to unpack .../196-git-man_1%3a2.25.1-1ubuntu3.5_all.deb ...
11:00:57 #9 40.50 Unpacking git-man (1:2.25.1-1ubuntu3.5) ...
11:00:57 #9 40.66 Selecting previously unselected package git.
11:00:57 #9 40.66 Preparing to unpack .../197-git_1%3a2.25.1-1ubuntu3.5_armhf.deb ...
11:00:57 #9 40.70 Unpacking git (1:2.25.1-1ubuntu3.5) ...
11:00:58 #9 41.54 Selecting previously unselected package libalgorithm-diff-perl.
11:00:58 #9 41.54 Preparing to unpack .../198-libalgorithm-diff-perl_1.19.03-2_all.deb ...
11:00:58 #9 41.55 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
11:00:58 #9 41.76 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:00:58 #9 41.76 Preparing to unpack .../199-libalgorithm-diff-xs-perl_0.04-6_armhf.deb ...
11:00:58 #9 41.76 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
11:00:58 #9 41.82 Selecting previously unselected package libalgorithm-merge-perl.
11:00:58 #9 41.82 Preparing to unpack .../200-libalgorithm-merge-perl_0.08-3_all.deb ...
11:00:58 #9 41.82 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:00:58 #9 41.88 Selecting previously unselected package libapt-pkg-perl.
11:00:58 #9 41.88 Preparing to unpack .../201-libapt-pkg-perl_0.1.36build3_armhf.deb ...
11:00:58 #9 41.90 Unpacking libapt-pkg-perl (0.1.36build3) ...
11:00:58 #9 41.95 Selecting previously unselected package libarchive-cpio-perl.
11:00:58 #9 41.95 Preparing to unpack .../202-libarchive-cpio-perl_0.10-1_all.deb ...
11:00:58 #9 41.95 Unpacking libarchive-cpio-perl (0.10-1) ...
11:00:58 #9 41.98 Selecting previously unselected package libarray-intspan-perl.
11:00:58 #9 41.98 Preparing to unpack .../203-libarray-intspan-perl_2.003-1_all.deb ...
11:00:58 #9 41.98 Unpacking libarray-intspan-perl (2.003-1) ...
11:00:58 #9 42.01 Selecting previously unselected package libasync-mergepoint-perl.
11:00:58 #9 42.01 Preparing to unpack .../204-libasync-mergepoint-perl_0.04-2_all.deb ...
11:00:58 #9 42.02 Unpacking libasync-mergepoint-perl (0.04-2) ...
11:00:58 #9 42.04 Selecting previously unselected package libmodule-implementation-perl.
11:00:58 #9 42.04 Preparing to unpack .../205-libmodule-implementation-perl_0.09-1_all.deb ...
11:00:58 #9 42.05 Unpacking libmodule-implementation-perl (0.09-1) ...
11:00:58 #9 42.07 Selecting previously unselected package libsub-exporter-progressive-perl.
11:00:58 #9 42.08 Preparing to unpack .../206-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:00:58 #9 42.08 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:00:58 #9 42.10 Selecting previously unselected package libvariable-magic-perl.
11:00:58 #9 42.11 Preparing to unpack .../207-libvariable-magic-perl_0.62-1build2_armhf.deb ...
11:00:58 #9 42.11 Unpacking libvariable-magic-perl (0.62-1build2) ...
11:00:58 #9 42.14 Selecting previously unselected package libb-hooks-endofscope-perl.
11:00:58 #9 42.14 Preparing to unpack .../208-libb-hooks-endofscope-perl_0.24-1_all.deb ...
11:00:58 #9 42.14 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
11:00:58 #9 42.17 Selecting previously unselected package libcapture-tiny-perl.
11:00:58 #9 42.18 Preparing to unpack .../209-libcapture-tiny-perl_0.48-1_all.deb ...
11:00:58 #9 42.18 Unpacking libcapture-tiny-perl (0.48-1) ...
11:00:58 #9 42.21 Selecting previously unselected package libclass-xsaccessor-perl.
11:00:58 #9 42.21 Preparing to unpack .../210-libclass-xsaccessor-perl_1.19-3build3_armhf.deb ...
11:00:58 #9 42.22 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
11:00:58 #9 42.24 Selecting previously unselected package libclone-perl.
11:00:58 #9 42.24 Preparing to unpack .../211-libclone-perl_0.43-2_armhf.deb ...
11:00:58 #9 42.25 Unpacking libclone-perl (0.43-2) ...
11:00:58 #9 42.28 Selecting previously unselected package libcommon-sense-perl.
11:00:58 #9 42.28 Preparing to unpack .../212-libcommon-sense-perl_3.74-2build6_armhf.deb ...
11:00:58 #9 42.32 Unpacking libcommon-sense-perl (3.74-2build6) ...
11:00:58 #9 42.35 Selecting previously unselected package libparams-util-perl.
11:00:58 #9 42.35 Preparing to unpack .../213-libparams-util-perl_1.07-3build5_armhf.deb ...
11:00:58 #9 42.35 Unpacking libparams-util-perl (1.07-3build5) ...
11:00:58 #9 42.38 Selecting previously unselected package libsub-install-perl.
11:00:59 #9 42.38 Preparing to unpack .../214-libsub-install-perl_0.928-1_all.deb ...
11:00:59 #9 42.38 Unpacking libsub-install-perl (0.928-1) ...
11:00:59 #9 42.42 Selecting previously unselected package libdata-optlist-perl.
11:00:59 #9 42.42 Preparing to unpack .../215-libdata-optlist-perl_0.110-1_all.deb ...
11:00:59 #9 42.43 Unpacking libdata-optlist-perl (0.110-1) ...
11:00:59 #9 42.45 Selecting previously unselected package libsub-exporter-perl.
11:00:59 #9 42.45 Preparing to unpack .../216-libsub-exporter-perl_0.987-1_all.deb ...
11:00:59 #9 42.45 Unpacking libsub-exporter-perl (0.987-1) ...
11:00:59 #9 42.48 Selecting previously unselected package libconst-fast-perl.
11:00:59 #9 42.48 Preparing to unpack .../217-libconst-fast-perl_0.014-1_all.deb ...
11:00:59 #9 42.48 Unpacking libconst-fast-perl (0.014-1) ...
11:00:59 #9 42.51 Selecting previously unselected package libwant-perl.
11:00:59 #9 42.51 Preparing to unpack .../218-libwant-perl_0.29-1build4_armhf.deb ...
11:00:59 #9 42.51 Unpacking libwant-perl (0.29-1build4) ...
11:00:59 #9 42.54 Selecting previously unselected package libcontextual-return-perl.
11:00:59 #9 42.54 Preparing to unpack .../219-libcontextual-return-perl_0.004014-2_all.deb ...
11:00:59 #9 42.54 Unpacking libcontextual-return-perl (0.004014-2) ...
11:00:59 #9 42.57 Selecting previously unselected package libcpanel-json-xs-perl.
11:00:59 #9 42.57 Preparing to unpack .../220-libcpanel-json-xs-perl_4.19-1build1_armhf.deb ...
11:00:59 #9 42.58 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
11:00:59 #9 42.61 Selecting previously unselected package libdata-dump-perl.
11:00:59 #9 42.61 Preparing to unpack .../221-libdata-dump-perl_1.23-1_all.deb ...
11:00:59 #9 42.61 Unpacking libdata-dump-perl (1.23-1) ...
11:00:59 #9 42.64 Selecting previously unselected package libdigest-bubblebabble-perl.
11:00:59 #9 42.64 Preparing to unpack .../222-libdigest-bubblebabble-perl_0.02-2_all.deb ...
11:00:59 #9 42.64 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
11:00:59 #9 42.67 Selecting previously unselected package libdigest-hmac-perl.
11:00:59 #9 42.67 Preparing to unpack .../223-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
11:00:59 #9 42.67 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
11:00:59 #9 42.70 Selecting previously unselected package libdistro-info-perl.
11:00:59 #9 42.70 Preparing to unpack .../224-libdistro-info-perl_0.23ubuntu1_all.deb ...
11:00:59 #9 42.71 Unpacking libdistro-info-perl (0.23ubuntu1) ...
11:00:59 #9 42.74 Selecting previously unselected package libnet-smtp-ssl-perl.
11:00:59 #9 42.74 Preparing to unpack .../225-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:00:59 #9 42.74 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:00:59 #9 42.78 Selecting previously unselected package libmailtools-perl.
11:00:59 #9 42.78 Preparing to unpack .../226-libmailtools-perl_2.21-1_all.deb ...
11:00:59 #9 42.78 Unpacking libmailtools-perl (2.21-1) ...
11:00:59 #9 42.82 Selecting previously unselected package libnet-ip-perl.
11:00:59 #9 42.82 Preparing to unpack .../227-libnet-ip-perl_1.26-2_all.deb ...
11:00:59 #9 42.82 Unpacking libnet-ip-perl (1.26-2) ...
11:00:59 #9 42.86 Selecting previously unselected package libnet-dns-perl.
11:00:59 #9 42.86 Preparing to unpack .../228-libnet-dns-perl_1.22-1_all.deb ...
11:00:59 #9 42.86 Unpacking libnet-dns-perl (1.22-1) ...
11:00:59 #9 42.93 Selecting previously unselected package libnet-domain-tld-perl.
11:00:59 #9 42.93 Preparing to unpack .../229-libnet-domain-tld-perl_1.75-1_all.deb ...
11:00:59 #9 42.93 Unpacking libnet-domain-tld-perl (1.75-1) ...
11:00:59 #9 42.96 Selecting previously unselected package libemail-valid-perl.
11:00:59 #9 42.96 Preparing to unpack .../230-libemail-valid-perl_1.202-1_all.deb ...
11:00:59 #9 42.97 Unpacking libemail-valid-perl (1.202-1) ...
11:00:59 #9 42.99 Selecting previously unselected package libexporter-tiny-perl.
11:00:59 #9 42.99 Preparing to unpack .../231-libexporter-tiny-perl_1.002001-1_all.deb ...
11:00:59 #9 43.00 Unpacking libexporter-tiny-perl (1.002001-1) ...
11:00:59 #9 43.03 Selecting previously unselected package libipc-system-simple-perl.
11:00:59 #9 43.03 Preparing to unpack .../232-libipc-system-simple-perl_1.26-1_all.deb ...
11:00:59 #9 43.03 Unpacking libipc-system-simple-perl (1.26-1) ...
11:00:59 #9 43.06 Selecting previously unselected package libfile-basedir-perl.
11:00:59 #9 43.06 Preparing to unpack .../233-libfile-basedir-perl_0.08-1_all.deb ...
11:00:59 #9 43.06 Unpacking libfile-basedir-perl (0.08-1) ...
11:00:59 #9 43.09 Selecting previously unselected package libfile-chdir-perl.
11:00:59 #9 43.09 Preparing to unpack .../234-libfile-chdir-perl_0.1008-1_all.deb ...
11:00:59 #9 43.10 Unpacking libfile-chdir-perl (0.1008-1) ...
11:00:59 #9 43.12 Selecting previously unselected package libfile-fcntllock-perl.
11:00:59 #9 43.12 Preparing to unpack .../235-libfile-fcntllock-perl_0.22-3build4_armhf.deb ...
11:00:59 #9 43.12 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
11:00:59 #9 43.15 Selecting previously unselected package libnumber-compare-perl.
11:00:59 #9 43.15 Preparing to unpack .../236-libnumber-compare-perl_0.03-1_all.deb ...
11:00:59 #9 43.16 Unpacking libnumber-compare-perl (0.03-1) ...
11:00:59 #9 43.18 Selecting previously unselected package libtext-glob-perl.
11:00:59 #9 43.18 Preparing to unpack .../237-libtext-glob-perl_0.10-1_all.deb ...
11:00:59 #9 43.19 Unpacking libtext-glob-perl (0.10-1) ...
11:00:59 #9 43.22 Selecting previously unselected package libfile-find-rule-perl.
11:00:59 #9 43.22 Preparing to unpack .../238-libfile-find-rule-perl_0.34-1_all.deb ...
11:00:59 #9 43.22 Unpacking libfile-find-rule-perl (0.34-1) ...
11:00:59 #9 43.25 Selecting previously unselected package libfont-afm-perl.
11:00:59 #9 43.25 Preparing to unpack .../239-libfont-afm-perl_1.20-2_all.deb ...
11:00:59 #9 43.25 Unpacking libfont-afm-perl (1.20-2) ...
11:00:59 #9 43.28 Selecting previously unselected package libio-string-perl.
11:00:59 #9 43.28 Preparing to unpack .../240-libio-string-perl_1.08-3_all.deb ...
11:00:59 #9 43.28 Unpacking libio-string-perl (1.08-3) ...
11:00:59 #9 43.31 Selecting previously unselected package libfont-ttf-perl.
11:00:59 #9 43.31 Preparing to unpack .../241-libfont-ttf-perl_1.06-1_all.deb ...
11:00:59 #9 43.31 Unpacking libfont-ttf-perl (1.06-1) ...
11:00:59 #9 43.38 Selecting previously unselected package libfuture-perl.
11:00:59 #9 43.38 Preparing to unpack .../242-libfuture-perl_0.43-1_all.deb ...
11:00:59 #9 43.38 Unpacking libfuture-perl (0.43-1) ...
11:00:59 #9 43.42 Selecting previously unselected package libio-stringy-perl.
11:01:00 #9 43.42 Preparing to unpack .../243-libio-stringy-perl_2.111-3_all.deb ...
11:01:00 #9 43.42 Unpacking libio-stringy-perl (2.111-3) ...
11:01:00 #9 43.46 Selecting previously unselected package libparams-validate-perl.
11:01:00 #9 43.46 Preparing to unpack .../244-libparams-validate-perl_1.29-3_armhf.deb ...
11:01:00 #9 43.46 Unpacking libparams-validate-perl (1.29-3) ...
11:01:00 #9 43.49 Selecting previously unselected package libgetopt-long-descriptive-perl.
11:01:00 #9 43.49 Preparing to unpack .../245-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
11:01:00 #9 43.50 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
11:01:00 #9 43.52 Selecting previously unselected package libsort-versions-perl.
11:01:00 #9 43.52 Preparing to unpack .../246-libsort-versions-perl_1.62-1_all.deb ...
11:01:00 #9 43.53 Unpacking libsort-versions-perl (1.62-1) ...
11:01:00 #9 43.56 Selecting previously unselected package libgit-wrapper-perl.
11:01:00 #9 43.56 Preparing to unpack .../247-libgit-wrapper-perl_0.048-1_all.deb ...
11:01:00 #9 43.56 Unpacking libgit-wrapper-perl (0.048-1) ...
11:01:00 #9 43.59 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:01:00 #9 43.59 Preparing to unpack .../248-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
11:01:00 #9 43.59 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
11:01:00 #9 43.61 Selecting previously unselected package libio-prompter-perl.
11:01:00 #9 43.62 Preparing to unpack .../249-libio-prompter-perl_0.004015-1_all.deb ...
11:01:00 #9 43.62 Unpacking libio-prompter-perl (0.004015-1) ...
11:01:00 #9 43.65 Selecting previously unselected package libjson-perl.
11:01:00 #9 43.65 Preparing to unpack .../250-libjson-perl_4.02000-2_all.deb ...
11:01:00 #9 43.66 Unpacking libjson-perl (4.02000-2) ...
11:01:00 #9 43.74 Selecting previously unselected package liblog-any-perl.
11:01:00 #9 43.74 Preparing to unpack .../251-liblog-any-perl_1.708-1_all.deb ...
11:01:00 #9 43.74 Unpacking liblog-any-perl (1.708-1) ...
11:01:00 #9 43.78 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:01:00 #9 43.78 Preparing to unpack .../252-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
11:01:00 #9 43.78 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
11:01:00 #9 43.80 Selecting previously unselected package libpackage-stash-perl.
11:01:00 #9 43.81 Preparing to unpack .../253-libpackage-stash-perl_0.38-1_all.deb ...
11:01:00 #9 43.81 Unpacking libpackage-stash-perl (0.38-1) ...
11:01:00 #9 43.84 Selecting previously unselected package libsub-identify-perl.
11:01:00 #9 43.84 Preparing to unpack .../254-libsub-identify-perl_0.14-1build2_armhf.deb ...
11:01:00 #9 43.84 Unpacking libsub-identify-perl (0.14-1build2) ...
11:01:00 #9 43.87 Selecting previously unselected package libsub-name-perl.
11:01:00 #9 43.87 Preparing to unpack .../255-libsub-name-perl_0.26-1_armhf.deb ...
11:01:00 #9 43.88 Unpacking libsub-name-perl (0.26-1) ...
11:01:00 #9 43.90 Selecting previously unselected package libnamespace-clean-perl.
11:01:00 #9 43.90 Preparing to unpack .../256-libnamespace-clean-perl_0.27-1_all.deb ...
11:01:00 #9 43.90 Unpacking libnamespace-clean-perl (0.27-1) ...
11:01:00 #9 43.93 Selecting previously unselected package libpath-tiny-perl.
11:01:00 #9 43.93 Preparing to unpack .../257-libpath-tiny-perl_0.108-1_all.deb ...
11:01:00 #9 43.94 Unpacking libpath-tiny-perl (0.108-1) ...
11:01:00 #9 43.97 Selecting previously unselected package libtype-tiny-perl.
11:01:00 #9 43.97 Preparing to unpack .../258-libtype-tiny-perl_1.008001-2_all.deb ...
11:01:00 #9 43.98 Unpacking libtype-tiny-perl (1.008001-2) ...
11:01:00 #9 44.04 Selecting previously unselected package libgitlab-api-v4-perl.
11:01:00 #9 44.04 Preparing to unpack .../259-libgitlab-api-v4-perl_0.25-1_all.deb ...
11:01:00 #9 44.04 Unpacking libgitlab-api-v4-perl (0.25-1) ...
11:01:00 #9 44.08 Selecting previously unselected package libhash-fieldhash-perl.
11:01:00 #9 44.08 Preparing to unpack .../260-libhash-fieldhash-perl_0.15-1build2_armhf.deb ...
11:01:00 #9 44.08 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
11:01:00 #9 44.11 Selecting previously unselected package libhtml-form-perl.
11:01:00 #9 44.11 Preparing to unpack .../261-libhtml-form-perl_6.07-1_all.deb ...
11:01:00 #9 44.11 Unpacking libhtml-form-perl (6.07-1) ...
11:01:00 #9 44.14 Selecting previously unselected package libhtml-format-perl.
11:01:00 #9 44.14 Preparing to unpack .../262-libhtml-format-perl_2.12-1_all.deb ...
11:01:00 #9 44.14 Unpacking libhtml-format-perl (2.12-1) ...
11:01:00 #9 44.17 Selecting previously unselected package libhttp-daemon-perl.
11:01:00 #9 44.17 Preparing to unpack .../263-libhttp-daemon-perl_6.06-1ubuntu0.1_all.deb ...
11:01:00 #9 44.18 Unpacking libhttp-daemon-perl (6.06-1ubuntu0.1) ...
11:01:00 #9 44.21 Selecting previously unselected package libidn11:armhf.
11:01:00 #9 44.21 Preparing to unpack .../264-libidn11_1.33-2.2ubuntu2_armhf.deb ...
11:01:00 #9 44.21 Unpacking libidn11:armhf (1.33-2.2ubuntu2) ...
11:01:00 #9 44.25 Selecting previously unselected package libstruct-dumb-perl.
11:01:00 #9 44.25 Preparing to unpack .../265-libstruct-dumb-perl_0.09-1_all.deb ...
11:01:00 #9 44.25 Unpacking libstruct-dumb-perl (0.09-1) ...
11:01:00 #9 44.28 Selecting previously unselected package libio-async-perl.
11:01:00 #9 44.28 Preparing to unpack .../266-libio-async-perl_0.75-1_all.deb ...
11:01:00 #9 44.29 Unpacking libio-async-perl (0.75-1) ...
11:01:00 #9 44.34 Selecting previously unselected package liblinux-epoll-perl.
11:01:00 #9 44.34 Preparing to unpack .../267-liblinux-epoll-perl_0.017-1_armhf.deb ...
11:01:00 #9 44.34 Unpacking liblinux-epoll-perl (0.017-1) ...
11:01:00 #9 44.37 Selecting previously unselected package libio-async-loop-epoll-perl.
11:01:00 #9 44.37 Preparing to unpack .../268-libio-async-loop-epoll-perl_0.20-1_all.deb ...
11:01:00 #9 44.37 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
11:01:00 #9 44.40 Selecting previously unselected package libtypes-serialiser-perl.
11:01:00 #9 44.40 Preparing to unpack .../269-libtypes-serialiser-perl_1.0-1_all.deb ...
11:01:00 #9 44.40 Unpacking libtypes-serialiser-perl (1.0-1) ...
11:01:00 #9 44.43 Selecting previously unselected package libjson-xs-perl.
11:01:00 #9 44.43 Preparing to unpack .../270-libjson-xs-perl_4.020-1build1_armhf.deb ...
11:01:00 #9 44.44 Unpacking libjson-xs-perl (4.020-1build1) ...
11:01:00 #9 44.47 Selecting previously unselected package libjson-maybexs-perl.
11:01:01 #9 44.47 Preparing to unpack .../271-libjson-maybexs-perl_1.004000-1_all.deb ...
11:01:01 #9 44.47 Unpacking libjson-maybexs-perl (1.004000-1) ...
11:01:01 #9 44.51 Selecting previously unselected package liblist-compare-perl.
11:01:01 #9 44.51 Preparing to unpack .../272-liblist-compare-perl_0.53-1_all.deb ...
11:01:01 #9 44.51 Unpacking liblist-compare-perl (0.53-1) ...
11:01:01 #9 44.54 Selecting previously unselected package liblist-moreutils-perl.
11:01:01 #9 44.54 Preparing to unpack .../273-liblist-moreutils-perl_0.416-1build5_armhf.deb ...
11:01:01 #9 44.55 Unpacking liblist-moreutils-perl (0.416-1build5) ...
11:01:01 #9 44.58 Selecting previously unselected package liblist-someutils-perl.
11:01:01 #9 44.58 Preparing to unpack .../274-liblist-someutils-perl_0.58-1_all.deb ...
11:01:01 #9 44.58 Unpacking liblist-someutils-perl (0.58-1) ...
11:01:01 #9 44.61 Selecting previously unselected package liblist-someutils-xs-perl.
11:01:01 #9 44.61 Preparing to unpack .../275-liblist-someutils-xs-perl_0.58-2_armhf.deb ...
11:01:01 #9 44.61 Unpacking liblist-someutils-xs-perl (0.58-2) ...
11:01:01 #9 44.64 Selecting previously unselected package libltdl7:armhf.
11:01:01 #9 44.64 Preparing to unpack .../276-libltdl7_2.4.6-14_armhf.deb ...
11:01:01 #9 44.65 Unpacking libltdl7:armhf (2.4.6-14) ...
11:01:01 #9 44.68 Selecting previously unselected package libltdl-dev:armhf.
11:01:01 #9 44.68 Preparing to unpack .../277-libltdl-dev_2.4.6-14_armhf.deb ...
11:01:01 #9 44.68 Unpacking libltdl-dev:armhf (2.4.6-14) ...
11:01:01 #9 44.73 Selecting previously unselected package libsys-hostname-long-perl.
11:01:01 #9 44.73 Preparing to unpack .../278-libsys-hostname-long-perl_1.5-1_all.deb ...
11:01:01 #9 44.73 Unpacking libsys-hostname-long-perl (1.5-1) ...
11:01:01 #9 44.76 Selecting previously unselected package libmail-sendmail-perl.
11:01:01 #9 44.76 Preparing to unpack .../279-libmail-sendmail-perl_0.80-1_all.deb ...
11:01:01 #9 44.77 Unpacking libmail-sendmail-perl (0.80-1) ...
11:01:01 #9 44.79 Selecting previously unselected package libmoox-aliases-perl.
11:01:01 #9 44.80 Preparing to unpack .../280-libmoox-aliases-perl_0.001006-1_all.deb ...
11:01:01 #9 44.80 Unpacking libmoox-aliases-perl (0.001006-1) ...
11:01:01 #9 44.83 Selecting previously unselected package libobject-id-perl.
11:01:01 #9 44.83 Preparing to unpack .../281-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
11:01:01 #9 44.83 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
11:01:01 #9 44.86 Selecting previously unselected package libmoox-struct-perl.
11:01:01 #9 44.86 Preparing to unpack .../282-libmoox-struct-perl_0.017-1_all.deb ...
11:01:01 #9 44.86 Unpacking libmoox-struct-perl (0.017-1) ...
11:01:01 #9 44.89 Selecting previously unselected package libnet-dns-sec-perl.
11:01:01 #9 44.89 Preparing to unpack .../283-libnet-dns-sec-perl_1.15-1_armhf.deb ...
11:01:01 #9 44.90 Unpacking libnet-dns-sec-perl (1.15-1) ...
11:01:01 #9 44.93 Selecting previously unselected package libnet-libidn-perl.
11:01:01 #9 44.93 Preparing to unpack .../284-libnet-libidn-perl_0.12.ds-3build2_armhf.deb ...
11:01:01 #9 44.93 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
11:01:01 #9 44.96 Selecting previously unselected package libnumber-range-perl.
11:01:01 #9 44.96 Preparing to unpack .../285-libnumber-range-perl_0.12-1_all.deb ...
11:01:01 #9 44.96 Unpacking libnumber-range-perl (0.12-1) ...
11:01:01 #9 44.99 Selecting previously unselected package libpackage-stash-xs-perl.
11:01:01 #9 44.99 Preparing to unpack .../286-libpackage-stash-xs-perl_0.29-1build1_armhf.deb ...
11:01:01 #9 44.99 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
11:01:01 #9 45.03 Selecting previously unselected package libpath-iterator-rule-perl.
11:01:01 #9 45.03 Preparing to unpack .../287-libpath-iterator-rule-perl_1.014-1_all.deb ...
11:01:01 #9 45.03 Unpacking libpath-iterator-rule-perl (1.014-1) ...
11:01:01 #9 45.07 Selecting previously unselected package libperl4-corelibs-perl.
11:01:01 #9 45.07 Preparing to unpack .../288-libperl4-corelibs-perl_0.004-2_all.deb ...
11:01:01 #9 45.07 Unpacking libperl4-corelibs-perl (0.004-2) ...
11:01:01 #9 45.10 Selecting previously unselected package libperlio-gzip-perl.
11:01:01 #9 45.11 Preparing to unpack .../289-libperlio-gzip-perl_0.19-1build5_armhf.deb ...
11:01:01 #9 45.11 Unpacking libperlio-gzip-perl (0.19-1build5) ...
11:01:01 #9 45.14 Selecting previously unselected package libpod-constants-perl.
11:01:01 #9 45.14 Preparing to unpack .../290-libpod-constants-perl_0.19-1_all.deb ...
11:01:01 #9 45.14 Unpacking libpod-constants-perl (0.19-1) ...
11:01:01 #9 45.17 Selecting previously unselected package libre2-5:armhf.
11:01:01 #9 45.17 Preparing to unpack .../291-libre2-5_20200101+dfsg-1build1_armhf.deb ...
11:01:01 #9 45.18 Unpacking libre2-5:armhf (20200101+dfsg-1build1) ...
11:01:01 #9 45.21 Selecting previously unselected package libre-engine-re2-perl.
11:01:01 #9 45.22 Preparing to unpack .../292-libre-engine-re2-perl_0.13-5_armhf.deb ...
11:01:01 #9 45.22 Unpacking libre-engine-re2-perl (0.13-5) ...
11:01:01 #9 45.24 Selecting previously unselected package libreadonly-perl.
11:01:01 #9 45.24 Preparing to unpack .../293-libreadonly-perl_2.050-2_all.deb ...
11:01:01 #9 45.25 Unpacking libreadonly-perl (2.050-2) ...
11:01:01 #9 45.28 Selecting previously unselected package libref-util-perl.
11:01:01 #9 45.28 Preparing to unpack .../294-libref-util-perl_0.204-1_all.deb ...
11:01:01 #9 45.29 Unpacking libref-util-perl (0.204-1) ...
11:01:01 #9 45.31 Selecting previously unselected package libref-util-xs-perl.
11:01:01 #9 45.31 Preparing to unpack .../295-libref-util-xs-perl_0.117-1build2_armhf.deb ...
11:01:01 #9 45.32 Unpacking libref-util-xs-perl (0.117-1build2) ...
11:01:01 #9 45.37 Selecting previously unselected package libregexp-pattern-license-perl.
11:01:01 #9 45.37 Preparing to unpack .../296-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
11:01:01 #9 45.38 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
11:01:01 #9 45.41 Selecting previously unselected package libregexp-pattern-perl.
11:01:01 #9 45.41 Preparing to unpack .../297-libregexp-pattern-perl_0.2.12-1_all.deb ...
11:01:01 #9 45.41 Unpacking libregexp-pattern-perl (0.2.12-1) ...
11:01:01 #9 45.44 Selecting previously unselected package libsasl2-modules:armhf.
11:01:01 #9 45.44 Preparing to unpack .../298-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_armhf.deb ...
11:01:01 #9 45.45 Unpacking libsasl2-modules:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:01:01 #9 45.48 Selecting previously unselected package libsereal-decoder-perl.
11:01:01 #9 45.48 Preparing to unpack .../299-libsereal-decoder-perl_4.011+ds-1build1_armhf.deb ...
11:01:02 #9 45.48 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
11:01:02 #9 45.52 Selecting previously unselected package libsereal-encoder-perl.
11:01:02 #9 45.52 Preparing to unpack .../300-libsereal-encoder-perl_4.011+ds-1build1_armhf.deb ...
11:01:02 #9 45.52 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
11:01:02 #9 45.56 Selecting previously unselected package libsereal-perl.
11:01:02 #9 45.56 Preparing to unpack .../301-libsereal-perl_4.011-1_all.deb ...
11:01:02 #9 45.57 Unpacking libsereal-perl (4.011-1) ...
11:01:02 #9 45.59 Selecting previously unselected package libsort-key-perl.
11:01:02 #9 45.60 Preparing to unpack .../302-libsort-key-perl_1.33-2build2_armhf.deb ...
11:01:02 #9 45.60 Unpacking libsort-key-perl (1.33-2build2) ...
11:01:02 #9 45.64 Selecting previously unselected package libstring-copyright-perl.
11:01:02 #9 45.64 Preparing to unpack .../303-libstring-copyright-perl_0.003006-1_all.deb ...
11:01:02 #9 45.64 Unpacking libstring-copyright-perl (0.003006-1) ...
11:01:02 #9 45.67 Selecting previously unselected package libstring-escape-perl.
11:01:02 #9 45.67 Preparing to unpack .../304-libstring-escape-perl_2010.002-2_all.deb ...
11:01:02 #9 45.68 Unpacking libstring-escape-perl (2010.002-2) ...
11:01:02 #9 45.70 Selecting previously unselected package libstring-shellquote-perl.
11:01:02 #9 45.70 Preparing to unpack .../305-libstring-shellquote-perl_1.04-1_all.deb ...
11:01:02 #9 45.71 Unpacking libstring-shellquote-perl (1.04-1) ...
11:01:02 #9 45.73 Selecting previously unselected package libterm-readkey-perl.
11:01:02 #9 45.74 Preparing to unpack .../306-libterm-readkey-perl_2.38-1build1_armhf.deb ...
11:01:02 #9 45.74 Unpacking libterm-readkey-perl (2.38-1build1) ...
11:01:02 #9 45.77 Selecting previously unselected package libtest-fatal-perl.
11:01:02 #9 45.77 Preparing to unpack .../307-libtest-fatal-perl_0.014-1_all.deb ...
11:01:02 #9 45.77 Unpacking libtest-fatal-perl (0.014-1) ...
11:01:02 #9 45.84 Selecting previously unselected package libtest-refcount-perl.
11:01:02 #9 45.84 Preparing to unpack .../308-libtest-refcount-perl_0.10-1_all.deb ...
11:01:02 #9 45.84 Unpacking libtest-refcount-perl (0.10-1) ...
11:01:02 #9 45.87 Selecting previously unselected package libtext-levenshtein-perl.
11:01:02 #9 45.87 Preparing to unpack .../309-libtext-levenshtein-perl_0.13-1_all.deb ...
11:01:02 #9 45.87 Unpacking libtext-levenshtein-perl (0.13-1) ...
11:01:02 #9 45.90 Selecting previously unselected package libtype-tiny-xs-perl.
11:01:02 #9 45.90 Preparing to unpack .../310-libtype-tiny-xs-perl_0.016-1_armhf.deb ...
11:01:02 #9 45.90 Unpacking libtype-tiny-xs-perl (0.016-1) ...
11:01:02 #9 45.93 Selecting previously unselected package libunicode-utf8-perl.
11:01:02 #9 45.93 Preparing to unpack .../311-libunicode-utf8-perl_0.62-1build1_armhf.deb ...
11:01:02 #9 45.94 Unpacking libunicode-utf8-perl (0.62-1build1) ...
11:01:02 #9 45.96 Selecting previously unselected package libxml-namespacesupport-perl.
11:01:02 #9 45.97 Preparing to unpack .../312-libxml-namespacesupport-perl_1.12-1_all.deb ...
11:01:02 #9 45.97 Unpacking libxml-namespacesupport-perl (1.12-1) ...
11:01:02 #9 46.00 Selecting previously unselected package libxml-sax-base-perl.
11:01:02 #9 46.00 Preparing to unpack .../313-libxml-sax-base-perl_1.09-1_all.deb ...
11:01:02 #9 46.00 Unpacking libxml-sax-base-perl (1.09-1) ...
11:01:02 #9 46.04 Selecting previously unselected package libxml-sax-perl.
11:01:02 #9 46.04 Preparing to unpack .../314-libxml-sax-perl_1.02+dfsg-1_all.deb ...
11:01:02 #9 46.05 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
11:01:02 #9 46.09 Selecting previously unselected package libxml-libxml-perl.
11:01:02 #9 46.09 Preparing to unpack .../315-libxml-libxml-perl_2.0134+dfsg-1build1_armhf.deb ...
11:01:02 #9 46.10 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
11:01:02 #9 46.16 Selecting previously unselected package libxml-parser-perl.
11:01:02 #9 46.16 Preparing to unpack .../316-libxml-parser-perl_2.46-1_armhf.deb ...
11:01:02 #9 46.16 Unpacking libxml-parser-perl (2.46-1) ...
11:01:02 #9 46.22 Selecting previously unselected package libxml-sax-expat-perl.
11:01:02 #9 46.22 Preparing to unpack .../317-libxml-sax-expat-perl_0.51-1_all.deb ...
11:01:03 #9 46.23 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:01:03 #9 46.27 Selecting previously unselected package libxml-writer-perl.
11:01:03 #9 46.27 Preparing to unpack .../318-libxml-writer-perl_0.625-1_all.deb ...
11:01:03 #9 46.27 Unpacking libxml-writer-perl (0.625-1) ...
11:01:03 #9 46.30 Selecting previously unselected package libyaml-libyaml-perl.
11:01:03 #9 46.30 Preparing to unpack .../319-libyaml-libyaml-perl_0.81+repack-1_armhf.deb ...
11:01:03 #9 46.31 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
11:01:03 #9 46.34 Selecting previously unselected package licensecheck.
11:01:03 #9 46.34 Preparing to unpack .../320-licensecheck_3.0.45-1_all.deb ...
11:01:03 #9 46.35 Unpacking licensecheck (3.0.45-1) ...
11:01:03 #9 46.38 Selecting previously unselected package libdevel-size-perl.
11:01:03 #9 46.38 Preparing to unpack .../321-libdevel-size-perl_0.83-1build1_armhf.deb ...
11:01:03 #9 46.38 Unpacking libdevel-size-perl (0.83-1build1) ...
11:01:03 #9 46.41 Selecting previously unselected package t1utils.
11:01:03 #9 46.41 Preparing to unpack .../322-t1utils_1.41-3_armhf.deb ...
11:01:03 #9 46.41 Unpacking t1utils (1.41-3) ...
11:01:03 #9 46.46 Selecting previously unselected package lintian.
11:01:03 #9 46.46 Preparing to unpack .../323-lintian_2.62.0ubuntu2.1_all.deb ...
11:01:03 #9 46.46 Unpacking lintian (2.62.0ubuntu2.1) ...
11:01:03 #9 46.81 Selecting previously unselected package manpages-dev.
11:01:03 #9 46.81 Preparing to unpack .../324-manpages-dev_5.05-1_all.deb ...
11:01:03 #9 46.81 Unpacking manpages-dev (5.05-1) ...
11:01:03 #9 47.09 Selecting previously unselected package python3-certifi.
11:01:03 #9 47.09 Preparing to unpack .../325-python3-certifi_2019.11.28-1_all.deb ...
11:01:03 #9 47.09 Unpacking python3-certifi (2019.11.28-1) ...
11:01:03 #9 47.14 Selecting previously unselected package python3-idna.
11:01:03 #9 47.14 Preparing to unpack .../326-python3-idna_2.8-1_all.deb ...
11:01:03 #9 47.15 Unpacking python3-idna (2.8-1) ...
11:01:03 #9 47.19 Selecting previously unselected package python3-urllib3.
11:01:03 #9 47.19 Preparing to unpack .../327-python3-urllib3_1.25.8-2ubuntu0.1_all.deb ...
11:01:03 #9 47.19 Unpacking python3-urllib3 (1.25.8-2ubuntu0.1) ...
11:01:03 #9 47.23 Selecting previously unselected package python3-requests.
11:01:03 #9 47.24 Preparing to unpack .../328-python3-requests_2.22.0-2ubuntu1_all.deb ...
11:01:03 #9 47.24 Unpacking python3-requests (2.22.0-2ubuntu1) ...
11:01:03 #9 47.28 Selecting previously unselected package python3-unidiff.
11:01:04 #9 47.29 Preparing to unpack .../329-python3-unidiff_0.5.5-2_all.deb ...
11:01:04 #9 47.29 Unpacking python3-unidiff (0.5.5-2) ...
11:01:04 #9 47.32 Selecting previously unselected package python3-xdg.
11:01:04 #9 47.32 Preparing to unpack .../330-python3-xdg_0.26-1ubuntu1_all.deb ...
11:01:04 #9 47.33 Unpacking python3-xdg (0.26-1ubuntu1) ...
11:01:04 #9 47.37 Selecting previously unselected package unzip.
11:01:04 #9 47.37 Preparing to unpack .../331-unzip_6.0-25ubuntu1_armhf.deb ...
11:01:04 #9 47.38 Unpacking unzip (6.0-25ubuntu1) ...
11:01:04 #9 47.42 Selecting previously unselected package equivs.
11:01:04 #9 47.43 Preparing to unpack .../332-equivs_2.2.0_all.deb ...
11:01:04 #9 47.43 Unpacking equivs (2.2.0) ...
11:01:04 #9 47.48 Selecting previously unselected package libauthen-sasl-perl.
11:01:04 #9 47.49 Preparing to unpack .../333-libauthen-sasl-perl_2.1600-1_all.deb ...
11:01:04 #9 47.49 Unpacking libauthen-sasl-perl (2.1600-1) ...
11:01:04 #9 47.53 Selecting previously unselected package python3-magic.
11:01:04 #9 47.53 Preparing to unpack .../334-python3-magic_2%3a0.4.15-3_all.deb ...
11:01:04 #9 47.54 Unpacking python3-magic (2:0.4.15-3) ...
11:01:04 #9 47.65 Setting up libapt-pkg-perl (0.1.36build3) ...
11:01:04 #9 47.67 Setting up libksba8:armhf (1.3.5-2) ...
11:01:04 #9 47.68 Setting up libpipeline1:armhf (1.5.2-2build1) ...
11:01:04 #9 47.69 Setting up wdiff (1.2.2-2build1) ...
11:01:04 #9 47.70 Setting up libxau6:armhf (1:1.0.9-0ubuntu1) ...
11:01:04 #9 47.71 Setting up libkeyutils1:armhf (1.6-6ubuntu1.1) ...
11:01:04 #9 47.72 Setting up libpsl5:armhf (0.21.0-1ubuntu1) ...
11:01:04 #9 47.73 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
11:01:04 #9 47.74 Setting up mime-support (3.64ubuntu1) ...
11:01:04 #9 47.77 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
11:01:04 #9 47.80 Setting up libmagic-mgc (1:5.38-4) ...
11:01:04 #9 47.81 Setting up libyaml-0-2:armhf (0.2.2-1) ...
11:01:04 #9 47.82 Setting up libglib2.0-0:armhf (2.64.6-1~ubuntu20.04.4) ...
11:01:04 #9 47.83 No schema files found: doing nothing.
11:01:04 #9 47.84 Setting up distro-info-data (0.43ubuntu1.10) ...
11:01:04 #9 47.85 Setting up manpages (5.05-1) ...
11:01:04 #9 47.86 Setting up unzip (6.0-25ubuntu1) ...
11:01:04 #9 47.89 Setting up libbrotli1:armhf (1.0.7-6ubuntu0.1) ...
11:01:04 #9 47.90 Setting up libsqlite3-0:armhf (3.31.1-4ubuntu0.3) ...
11:01:04 #9 47.92 Setting up libsasl2-modules:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:01:04 #9 47.94 Setting up binutils-common:armhf (2.34-6ubuntu1.3) ...
11:01:04 #9 47.95 Setting up libnghttp2-14:armhf (1.40.0-1build1) ...
11:01:04 #9 47.96 Setting up libmagic1:armhf (1:5.38-4) ...
11:01:04 #9 47.98 Setting up less (551-1ubuntu0.1) ...
11:01:04 #9 48.00 Setting up perl-openssl-defaults:armhf (4) ...
11:01:04 #9 48.01 Setting up linux-libc-dev:armhf (5.4.0-122.138) ...
11:01:04 #9 48.02 Setting up libctf-nobfd0:armhf (2.34-6ubuntu1.3) ...
11:01:04 #9 48.03 Setting up gettext-base (0.19.8.1-10build1) ...
11:01:04 #9 48.05 Setting up libnpth0:armhf (1.6-1) ...
11:01:04 #9 48.06 Setting up krb5-locales (1.17-6ubuntu4.1) ...
11:01:04 #9 48.07 Setting up file (1:5.38-4) ...
11:01:04 #9 48.08 Setting up libassuan0:armhf (2.5.3-7ubuntu2) ...
11:01:04 #9 48.09 Setting up libgomp1:armhf (10.3.0-1ubuntu1~20.04) ...
11:01:04 #9 48.10 Setting up libcbor0.6:armhf (0.6.0-0ubuntu1) ...
11:01:04 #9 48.11 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.9) ...
11:01:04 #9 48.12 Setting up libfakeroot:armhf (1.24-1) ...
11:01:04 #9 48.13 Setting up libkrb5support0:armhf (1.17-6ubuntu4.1) ...
11:01:04 #9 48.14 Setting up libsasl2-modules-db:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:01:04 #9 48.15 Setting up tzdata (2022a-0ubuntu0.20.04) ...
11:01:04 #9 48.26 
11:01:04 #9 48.26 Current default time zone: 'Etc/UTC'
11:01:04 #9 48.26 Local time is now:      Thu Aug  4 11:01:04 UTC 2022.
11:01:04 #9 48.26 Universal Time is now:  Thu Aug  4 11:01:04 UTC 2022.
11:01:04 #9 48.26 Run 'dpkg-reconfigure tzdata' if you wish to change it.
11:01:04 #9 48.26 
11:01:04 #9 48.31 Setting up fakeroot (1.24-1) ...
11:01:04 #9 48.32 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:01:04 #9 48.32 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.32 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.32 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.32 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.32 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.32 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.32 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.32 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.33 Setting up autotools-dev (20180224.1) ...
11:01:04 #9 48.34 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
11:01:04 #9 48.35 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
11:01:04 #9 48.36 Setting up make (4.2.1-1.2) ...
11:01:05 #9 48.37 Setting up libmpfr6:armhf (4.0.2-1) ...
11:01:05 #9 48.38 Setting up gnupg-l10n (2.2.19-3ubuntu2.2) ...
11:01:05 #9 48.39 Setting up librtmp1:armhf (2.4+20151223.gitfa8646d.1-2build1) ...
11:01:05 #9 48.40 Setting up libidn11:armhf (1.33-2.2ubuntu2) ...
11:01:05 #9 48.41 Setting up strace (5.5-3ubuntu1) ...
11:01:05 #9 48.42 Setting up libsigsegv2:armhf (2.12-2) ...
11:01:05 #9 48.43 Setting up xz-utils (5.2.4-1ubuntu1.1) ...
11:01:05 #9 48.44 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:01:05 #9 48.44 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:05 #9 48.44 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:05 #9 48.45 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:05 #9 48.45 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:05 #9 48.45 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:05 #9 48.45 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:05 #9 48.45 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:05 #9 48.45 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:05 #9 48.45 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:05 #9 48.45 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:05 #9 48.45 Setting up t1utils (1.41-3) ...
11:01:05 #9 48.46 Setting up diffstat (1.63-1) ...
11:01:05 #9 48.47 Setting up libmpc3:armhf (1.1.0-1) ...
11:01:05 #9 48.48 Setting up libatomic1:armhf (10.3.0-1ubuntu1~20.04) ...
11:01:05 #9 48.49 Setting up patch (2.7.6-6) ...
11:01:05 #9 48.50 Setting up autopoint (0.19.8.1-10build1) ...
11:01:05 #9 48.51 Setting up libfl2:armhf (2.6.4-6.2) ...
11:01:05 #9 48.52 Setting up ucf (3.0038+nmu1) ...
11:01:05 #9 48.64 Setting up libk5crypto3:armhf (1.17-6ubuntu4.1) ...
11:01:05 #9 48.66 Setting up libltdl7:armhf (2.4.6-14) ...
11:01:05 #9 48.67 Setting up libsasl2-2:armhf (2.1.27+dfsg-2ubuntu0.1) ...
11:01:05 #9 48.68 Setting up libroken18-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
11:01:05 #9 48.69 Setting up libubsan1:armhf (10.3.0-1ubuntu1~20.04) ...
11:01:05 #9 48.70 Setting up python-apt-common (2.0.0ubuntu0.20.04.7) ...
11:01:05 #9 48.71 Setting up libcrypt-dev:armhf (1:4.4.10-10ubuntu4) ...
11:01:05 #9 48.72 Setting up libuchardet0:armhf (0.0.6-3build1) ...
11:01:05 #9 48.73 Setting up libre2-5:armhf (20200101+dfsg-1build1) ...
11:01:05 #9 48.75 Setting up git-man (1:2.25.1-1ubuntu3.5) ...
11:01:05 #9 48.76 Setting up libisl22:armhf (0.22.1-1) ...
11:01:05 #9 48.77 Setting up netbase (6.1) ...
11:01:05 #9 48.80 Setting up libkrb5-3:armhf (1.17-6ubuntu4.1) ...
11:01:05 #9 48.81 Setting up libmpdec2:armhf (2.4.2-3) ...
11:01:05 #9 48.82 Setting up libbinutils:armhf (2.34-6ubuntu1.3) ...
11:01:05 #9 48.83 Setting up libfido2-1:armhf (1.3.1-1ubuntu2) ...
11:01:05 #9 48.84 Setting up libc-dev-bin (2.31-0ubuntu9.9) ...
11:01:05 #9 48.85 Setting up openssl (1.1.1f-1ubuntu2.16) ...
11:01:05 #9 48.87 Setting up libbsd0:armhf (0.10.0-1) ...
11:01:05 #9 48.88 Setting up libelf1:armhf (0.176-1.1build1) ...
11:01:05 #9 48.89 Setting up readline-common (8.0-4) ...
11:01:05 #9 48.94 Setting up publicsuffix (20200303.0012-1) ...
11:01:05 #9 48.95 Setting up libcc1-0:armhf (10.3.0-1ubuntu1~20.04) ...
11:01:05 #9 48.97 Setting up iso-codes (4.4-1) ...
11:01:05 #9 48.98 Setting up liblocale-gettext-perl (1.07-4) ...
11:01:05 #9 48.99 Setting up dctrl-tools (2.24-3) ...
11:01:05 #9 49.00 Setting up libheimbase1-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
11:01:05 #9 49.02 Setting up libgdbm6:armhf (1.18.1-5) ...
11:01:05 #9 49.03 Setting up gcc-9-base:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:01:05 #9 49.04 Setting up libctf0:armhf (2.34-6ubuntu1.3) ...
11:01:05 #9 49.05 Setting up pinentry-curses (1.1.0-3build1) ...
11:01:05 #9 49.07 Setting up manpages-dev (5.05-1) ...
11:01:05 #9 49.09 Setting up libxdmcp6:armhf (1:1.1.3-0ubuntu1) ...
11:01:05 #9 49.10 Setting up libxcb1:armhf (1.14-2) ...
11:01:05 #9 49.11 Setting up at (3.1.23-1ubuntu1) ...
11:01:05 #9 49.26 invoke-rc.d: could not determine current runlevel
11:01:05 #9 49.26 invoke-rc.d: policy-rc.d denied execution of start.
11:01:05 #9 49.26 Setting up libicu66:armhf (66.1-2ubuntu2.1) ...
11:01:05 #9 49.27 Setting up libasn1-8-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
11:01:06 #9 49.34 Setting up libedit2:armhf (3.1-20191231-1) ...
11:01:06 #9 49.35 Setting up libreadline8:armhf (8.0-4) ...
11:01:06 #9 49.37 Setting up m4 (1.4.18-4) ...
11:01:06 #9 49.38 Setting up libhcrypto4-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
11:01:06 #9 49.39 Setting up ca-certificates (20211016~20.04.1) ...
11:01:06 #9 49.72 Updating certificates in /etc/ssl/certs...
11:01:06 #9 50.10 127 added, 0 removed; done.
11:01:06 #9 50.18 Setting up libasan5:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:01:06 #9 50.19 Setting up libwind0-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
11:01:06 #9 50.20 Setting up bsdmainutils (11.1.2ubuntu3) ...
11:01:06 #9 50.22 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
11:01:06 #9 50.22 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist
11:01:06 #9 50.23 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
11:01:06 #9 50.23 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
11:01:06 #9 50.25 Setting up libgssapi-krb5-2:armhf (1.17-6ubuntu4.1) ...
11:01:06 #9 50.28 Setting up libgdbm-compat4:armhf (1.18.1-5) ...
11:01:06 #9 50.30 Setting up libssh-4:armhf (0.9.3-2ubuntu2.2) ...
11:01:06 #9 50.33 Setting up dwz (0.13-5) ...
11:01:06 #9 50.33 Setting up groff-base (1.22.4-4build1) ...
11:01:06 #9 50.35 Setting up gpgconf (2.2.19-3ubuntu2.2) ...
11:01:06 #9 50.36 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ...
11:01:06 #9 50.38 Setting up libperl5.30:armhf (5.30.0-9ubuntu0.2) ...
11:01:06 #9 50.39 Setting up libc6-dev:armhf (2.31-0ubuntu9.9) ...
11:01:06 #9 50.40 Setting up libx11-6:armhf (2:1.6.9-2ubuntu1.2) ...
11:01:06 #9 50.41 Setting up libpython3.8-stdlib:armhf (3.8.10-0ubuntu1~20.04.5) ...
11:01:07 #9 50.42 Setting up python3.8 (3.8.10-0ubuntu1~20.04.5) ...
11:01:07 #9 51.13 Setting up binutils-arm-linux-gnueabihf (2.34-6ubuntu1.3) ...
11:01:07 #9 51.14 Setting up libxml2:armhf (2.9.10+dfsg-5ubuntu0.20.04.3) ...
11:01:07 #9 51.16 Setting up libxmuu1:armhf (2:1.1.3-0ubuntu1) ...
11:01:07 #9 51.17 Setting up gpg (2.2.19-3ubuntu2.2) ...
11:01:07 #9 51.18 Setting up libpython3-stdlib:armhf (3.8.2-0ubuntu2) ...
11:01:07 #9 51.20 Setting up gnupg-utils (2.2.19-3ubuntu2.2) ...
11:01:07 #9 51.21 Setting up gpg-agent (2.2.19-3ubuntu2.2) ...
11:01:08 #9 51.69 Setting up openssh-client (1:8.2p1-4ubuntu0.5) ...
11:01:08 #9 51.77 Setting up libhx509-5-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
11:01:08 #9 51.79 Setting up gpgsm (2.2.19-3ubuntu2.2) ...
11:01:08 #9 51.80 Setting up libxext6:armhf (2:1.3.4-0ubuntu1) ...
11:01:08 #9 51.81 Setting up python3 (3.8.2-0ubuntu2) ...
11:01:08 #9 52.11 Setting up binutils (2.34-6ubuntu1.3) ...
11:01:08 #9 52.12 Setting up python3-xdg (0.26-1ubuntu1) ...
11:01:08 #9 52.29 Setting up man-db (2.9.1-1) ...
11:01:09 #9 52.38 Building database of manual pages ...
11:01:09 #9 52.62 Setting up libgpgme11:armhf (1.13.1-7ubuntu2) ...
11:01:09 #9 52.63 Setting up python3-six (1.14.0-2) ...
11:01:09 #9 52.78 Setting up libgcc-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:01:09 #9 52.79 Setting up perl (5.30.0-9ubuntu0.2) ...
11:01:09 #9 52.84 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
11:01:09 #9 52.86 Setting up python3-gpg (1.13.1-7ubuntu2) ...
11:01:09 #9 53.04 Setting up libdata-dump-perl (1.23-1) ...
11:01:09 #9 53.06 Setting up python3-certifi (2019.11.28-1) ...
11:01:09 #9 53.20 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
11:01:09 #9 53.21 Setting up libref-util-perl (0.204-1) ...
11:01:09 #9 53.22 Setting up libipc-system-simple-perl (1.26-1) ...
11:01:09 #9 53.23 Setting up libnet-domain-tld-perl (1.75-1) ...
11:01:09 #9 53.24 Setting up libxml-writer-perl (0.625-1) ...
11:01:09 #9 53.26 Setting up libhash-fieldhash-perl (0.15-1build2) ...
11:01:09 #9 53.27 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
11:01:09 #9 53.28 Setting up shared-mime-info (1.15-1) ...
11:01:11 #9 55.29 Setting up liblinux-epoll-perl (0.017-1) ...
11:01:12 #9 55.30 Setting up libvariable-magic-perl (0.62-1build2) ...
11:01:12 #9 55.31 Setting up python3-idna (2.8-1) ...
11:01:12 #9 55.51 Setting up libio-html-perl (1.001-1) ...
11:01:12 #9 55.52 Setting up libcroco3:armhf (0.6.13-1) ...
11:01:12 #9 55.53 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
11:01:12 #9 55.54 Setting up libtest-refcount-perl (0.10-1) ...
11:01:12 #9 55.55 Setting up libparams-util-perl (1.07-3build5) ...
11:01:12 #9 55.56 Setting up libdpkg-perl (1.19.7ubuntu3.2) ...
11:01:12 #9 55.58 Setting up autoconf (2.69-11.1) ...
11:01:12 #9 55.60 Setting up python3-urllib3 (1.25.8-2ubuntu0.1) ...
11:01:12 #9 55.76 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:01:12 #9 55.77 Setting up libarray-intspan-perl (2.003-1) ...
11:01:12 #9 55.79 Setting up libcapture-tiny-perl (0.48-1) ...
11:01:12 #9 55.80 Setting up libtimedate-perl (2.3200-1) ...
11:01:12 #9 55.81 Setting up gpg-wks-server (2.2.19-3ubuntu2.2) ...
11:01:12 #9 55.82 Setting up libsub-name-perl (0.26-1) ...
11:01:12 #9 55.83 Setting up libtype-tiny-xs-perl (0.016-1) ...
11:01:12 #9 55.84 Setting up libfile-chdir-perl (0.1008-1) ...
11:01:12 #9 55.85 Setting up xauth (1:1.1-0ubuntu1) ...
11:01:12 #9 55.86 Setting up cpp (4:9.3.0-1ubuntu2) ...
11:01:12 #9 55.88 Setting up libpath-tiny-perl (0.108-1) ...
11:01:12 #9 55.89 Setting up libarchive-cpio-perl (0.10-1) ...
11:01:12 #9 55.90 Setting up libjson-perl (4.02000-2) ...
11:01:12 #9 55.91 Setting up libsub-override-perl (0.09-2) ...
11:01:12 #9 55.92 Setting up python3-unidiff (0.5.5-2) ...
11:01:12 #9 56.04 Setting up libstrictures-perl (2.000006-1) ...
11:01:12 #9 56.05 Setting up libsub-quote-perl (2.006006-1) ...
11:01:12 #9 56.06 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
11:01:12 #9 56.07 Setting up libsort-versions-perl (1.62-1) ...
11:01:12 #9 56.08 Setting up libexporter-tiny-perl (1.002001-1) ...
11:01:12 #9 56.09 Setting up libre-engine-re2-perl (0.13-5) ...
11:01:12 #9 56.10 Setting up libterm-readkey-perl (2.38-1build1) ...
11:01:12 #9 56.11 Setting up lsb-release (11.1.0ubuntu2) ...
11:01:12 #9 56.12 Setting up libnet-ip-perl (1.26-2) ...
11:01:12 #9 56.13 Setting up python3-magic (2:0.4.15-3) ...
11:01:12 #9 56.25 Setting up libperlio-gzip-perl (0.19-1build5) ...
11:01:12 #9 56.26 Setting up libsys-hostname-long-perl (1.5-1) ...
11:01:12 #9 56.27 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
11:01:12 #9 56.28 Setting up liburi-perl (1.76-2) ...
11:01:12 #9 56.30 Setting up libdigest-bubblebabble-perl (0.02-2) ...
11:01:13 #9 56.31 Setting up libkrb5-26-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
11:01:13 #9 56.32 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
11:01:13 #9 56.38 Setting up python3-pkg-resources (45.2.0-1) ...
11:01:13 #9 56.56 Setting up automake (1:1.16.1-4ubuntu6) ...
11:01:13 #9 56.57 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:01:13 #9 56.57 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:13 #9 56.57 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:13 #9 56.58 Setting up libasync-mergepoint-perl (0.04-2) ...
11:01:13 #9 56.59 Setting up libstring-escape-perl (2010.002-2) ...
11:01:13 #9 56.60 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ...
11:01:13 #9 56.61 Setting up libhttp-date-perl (6.05-1) ...
11:01:13 #9 56.63 Setting up libfile-which-perl (1.23-1) ...
11:01:13 #9 56.64 Setting up libfile-basedir-perl (0.08-1) ...
11:01:13 #9 56.65 Setting up gettext (0.19.8.1-10build1) ...
11:01:13 #9 56.66 Setting up libnumber-range-perl (0.12-1) ...
11:01:13 #9 56.68 Setting up libunicode-utf8-perl (0.62-1build1) ...
11:01:13 #9 56.69 Setting up libstruct-dumb-perl (0.09-1) ...
11:01:13 #9 56.70 Setting up libfile-listing-perl (6.04-1) ...
11:01:13 #9 56.72 Setting up libstdc++-9-dev:armhf (9.4.0-1ubuntu1~20.04.1) ...
11:01:13 #9 56.73 Setting up libregexp-pattern-perl (0.2.12-1) ...
11:01:13 #9 56.74 Setting up libfont-afm-perl (1.20-2) ...
11:01:13 #9 56.75 Setting up libwant-perl (0.29-1build4) ...
11:01:13 #9 56.76 Setting up libdynaloader-functions-perl (0.003-1) ...
11:01:13 #9 56.77 Setting up libtext-glob-perl (0.10-1) ...
11:01:13 #9 56.78 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:01:13 #9 56.80 Setting up liblist-compare-perl (0.53-1) ...
11:01:13 #9 56.81 Setting up libref-util-xs-perl (0.117-1build2) ...
11:01:13 #9 56.83 Setting up libio-pty-perl (1:1.12-1) ...
11:01:13 #9 56.84 Setting up libtool (2.4.6-14) ...
11:01:13 #9 56.85 Setting up libfile-fcntllock-perl (0.22-3build4) ...
11:01:13 #9 56.86 Setting up libsort-key-perl (1.33-2build2) ...
11:01:13 #9 56.87 Setting up libclone-perl (0.43-2) ...
11:01:13 #9 56.88 Setting up libalgorithm-diff-perl (1.19.03-2) ...
11:01:13 #9 56.89 Setting up libarchive-zip-perl (1.67-2) ...
11:01:13 #9 56.90 Setting up libsub-identify-perl (0.14-1build2) ...
11:01:13 #9 56.91 Setting up libdistro-info-perl (0.23ubuntu1) ...
11:01:13 #9 56.92 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
11:01:13 #9 56.93 Setting up python3-apt (2.0.0ubuntu0.20.04.7) ...
11:01:13 #9 57.08 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
11:01:13 #9 57.09 Setting up libio-stringy-perl (2.111-3) ...
11:01:13 #9 57.10 Setting up liblist-moreutils-perl (0.416-1build5) ...
11:01:13 #9 57.11 Setting up libhtml-tagset-perl (3.20-4) ...
11:01:13 #9 57.13 Setting up liblog-any-perl (1.708-1) ...
11:01:13 #9 57.14 Setting up libauthen-sasl-perl (2.1600-1) ...
11:01:13 #9 57.15 Setting up libdevel-size-perl (0.83-1build1) ...
11:01:13 #9 57.16 Setting up libdebhelper-perl (12.10ubuntu1) ...
11:01:13 #9 57.17 Setting up libpod-constants-perl (0.19-1) ...
11:01:13 #9 57.18 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
11:01:13 #9 57.20 Setting up libperl4-corelibs-perl (0.004-2) ...
11:01:13 #9 57.21 Setting up libfuture-perl (0.43-1) ...
11:01:13 #9 57.22 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:01:13 #9 57.23 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
11:01:13 #9 57.24 Setting up libtry-tiny-perl (0.30-1) ...
11:01:13 #9 57.26 Setting up libtype-tiny-perl (1.008001-2) ...
11:01:13 #9 57.27 Setting up libtest-fatal-perl (0.014-1) ...
11:01:13 #9 57.28 Setting up libcommon-sense-perl (3.74-2build6) ...
11:01:13 #9 57.30 Setting up libxml-namespacesupport-perl (1.12-1) ...
11:01:13 #9 57.31 Setting up libnet-http-perl (6.19-1) ...
11:01:13 #9 57.33 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
11:01:13 #9 57.34 Setting up libencode-locale-perl (1.05-1) ...
11:01:14 #9 57.35 Setting up libtext-levenshtein-perl (0.13-1) ...
11:01:14 #9 57.36 Setting up libnet-dns-perl (1.22-1) ...
11:01:14 #9 57.37 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
11:01:14 #9 57.38 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
11:01:14 #9 57.39 Setting up libstring-shellquote-perl (1.04-1) ...
11:01:14 #9 57.40 Setting up libheimntlm0-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
11:01:14 #9 57.41 Setting up libsub-install-perl (0.928-1) ...
11:01:14 #9 57.42 Setting up gcc (4:9.3.0-1ubuntu2) ...
11:01:14 #9 57.45 Setting up dpkg-dev (1.19.7ubuntu3.2) ...
11:01:14 #9 57.48 Setting up libnumber-compare-perl (0.03-1) ...
11:01:14 #9 57.48 Setting up intltool-debian (0.35.0+20060710.5) ...
11:01:14 #9 57.50 Setting up libio-async-perl (0.75-1) ...
11:01:14 #9 57.51 Setting up liberror-perl (0.17029-1) ...
11:01:14 #9 57.51 Setting up patchutils (0.3.4-2) ...
11:01:14 #9 57.52 Setting up libmail-sendmail-perl (0.80-1) ...
11:01:14 #9 57.54 Setting up libltdl-dev:armhf (2.4.6-14) ...
11:01:14 #9 57.55 Setting up libjson-maybexs-perl (1.004000-1) ...
11:01:14 #9 57.56 Setting up libxml-sax-base-perl (1.09-1) ...
11:01:14 #9 57.57 Setting up libio-string-perl (1.08-3) ...
11:01:14 #9 57.59 Setting up libreadonly-perl (2.050-2) ...
11:01:14 #9 57.60 Setting up python3-chardet (3.0.4-4build1) ...
11:01:14 #9 57.84 Setting up libgssapi3-heimdal:armhf (7.7.0+dfsg-1ubuntu1) ...
11:01:14 #9 57.87 Setting up libfile-find-rule-perl (0.34-1) ...
11:01:14 #9 57.88 Setting up libstring-copyright-perl (0.003006-1) ...
11:01:14 #9 57.90 Setting up python3-debian (0.1.36ubuntu1) ...
11:01:14 #9 58.06 Setting up python3-requests (2.22.0-2ubuntu1) ...
11:01:14 #9 58.21 Setting up libdata-optlist-perl (0.110-1) ...
11:01:14 #9 58.22 Setting up libipc-run-perl (20180523.0-2) ...
11:01:14 #9 58.23 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ...
11:01:14 #9 58.24 Setting up libcontextual-return-perl (0.004014-2) ...
11:01:14 #9 58.26 Setting up libwww-robotrules-perl (6.02-1) ...
11:01:14 #9 58.27 Setting up libtypes-serialiser-perl (1.0-1) ...
11:01:14 #9 58.28 Setting up g++ (4:9.3.0-1ubuntu2) ...
11:01:14 #9 58.31 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:01:14 #9 58.31 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.31 Setting up libhtml-parser-perl (3.72-5) ...
11:01:14 #9 58.33 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
11:01:14 #9 58.34 Setting up librole-tiny-perl (2.001004-1) ...
11:01:14 #9 58.35 Setting up build-essential (12.8ubuntu1.1) ...
11:01:14 #9 58.37 Setting up libfont-ttf-perl (1.06-1) ...
11:01:14 #9 58.38 Setting up libfile-homedir-perl (1.004-1) ...
11:01:14 #9 58.39 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
11:01:14 #9 58.40 Setting up libio-socket-ssl-perl (2.067-1) ...
11:01:14 #9 58.41 Setting up libsub-exporter-perl (0.987-1) ...
11:01:14 #9 58.42 Setting up libalgorithm-merge-perl (0.08-3) ...
11:01:14 #9 58.44 Setting up libhttp-message-perl (6.22-1) ...
11:01:14 #9 58.45 Setting up libhtml-form-perl (6.07-1) ...
11:01:14 #9 58.46 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
11:01:15 #9 58.47 Setting up libjson-xs-perl (4.020-1build1) ...
11:01:15 #9 58.49 Setting up libhttp-negotiate-perl (6.01-1) ...
11:01:15 #9 58.50 Setting up libio-prompter-perl (0.004015-1) ...
11:01:15 #9 58.51 Setting up libhttp-cookies-perl (6.08-1) ...
11:01:15 #9 58.52 Setting up po-debconf (1.0.21) ...
11:01:15 #9 58.56 Setting up libhtml-tree-perl (5.07-2) ...
11:01:15 #9 58.57 Setting up libparams-classify-perl (0.015-1build2) ...
11:01:15 #9 58.58 Setting up libldap-2.4-2:armhf (2.4.49+dfsg-2ubuntu1.9) ...
11:01:15 #9 58.59 Setting up libpath-iterator-rule-perl (1.014-1) ...
11:01:15 #9 58.60 Setting up libnet-dns-sec-perl (1.15-1) ...
11:01:15 #9 58.61 Setting up libcurl3-gnutls:armhf (7.68.0-1ubuntu2.12) ...
11:01:15 #9 58.62 Setting up libsereal-perl (4.011-1) ...
11:01:15 #9 58.63 Setting up libhtml-format-perl (2.12-1) ...
11:01:15 #9 58.64 Setting up libxml-sax-perl (1.02+dfsg-1) ...
11:01:15 #9 58.71 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:01:15 #9 58.78 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:01:15 #9 58.90 
11:01:15 #9 58.90 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:01:15 #9 58.93 Setting up dput (1.0.3ubuntu1) ...
11:01:15 #9 59.10 Setting up libio-async-loop-epoll-perl (0.20-1) ...
11:01:15 #9 59.11 Setting up dirmngr (2.2.19-3ubuntu2.2) ...
11:01:15 #9 59.24 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:01:15 #9 59.26 Setting up libmodule-runtime-perl (0.016-1) ...
11:01:15 #9 59.27 Setting up libmailtools-perl (2.21-1) ...
11:01:15 #9 59.28 Setting up git (1:2.25.1-1ubuntu3.5) ...
11:01:15 #9 59.31 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
11:01:15 #9 59.35 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:01:15 #9 59.42 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:01:16 #9 59.49 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:01:16 #9 59.63 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:01:16 #9 59.66 Setting up dh-strip-nondeterminism (1.7.0-1) ...
11:01:16 #9 59.67 Setting up libconst-fast-perl (0.014-1) ...
11:01:16 #9 59.67 Setting up libhttp-daemon-perl (6.06-1ubuntu0.1) ...
11:01:16 #9 59.69 Setting up libgit-wrapper-perl (0.048-1) ...
11:01:16 #9 59.70 Setting up libcurl4:armhf (7.68.0-1ubuntu2.12) ...
11:01:16 #9 59.71 Setting up curl (7.68.0-1ubuntu2.12) ...
11:01:16 #9 59.72 Setting up gpg-wks-client (2.2.19-3ubuntu2.2) ...
11:01:16 #9 59.73 Setting up libmodule-implementation-perl (0.09-1) ...
11:01:16 #9 59.75 Setting up libemail-valid-perl (1.202-1) ...
11:01:16 #9 59.76 Setting up libpackage-stash-perl (0.38-1) ...
11:01:16 #9 59.78 Setting up libimport-into-perl (1.002005-1) ...
11:01:16 #9 59.79 Setting up libmoo-perl (2.003006-1) ...
11:01:16 #9 59.80 Setting up liblist-someutils-perl (0.58-1) ...
11:01:16 #9 59.81 Setting up liblist-someutils-xs-perl (0.58-2) ...
11:01:16 #9 59.82 Setting up gnupg (2.2.19-3ubuntu2.2) ...
11:01:16 #9 59.83 Setting up libmoox-aliases-perl (0.001006-1) ...
11:01:16 #9 59.95 Setting up libparams-validate-perl (1.29-3) ...
11:01:16 #9 59.96 Setting up libb-hooks-endofscope-perl (0.24-1) ...
11:01:16 #9 59.97 Setting up libnamespace-clean-perl (0.27-1) ...
11:01:16 #9 59.98 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
11:01:16 #9 59.99 Setting up libgitlab-api-v4-perl (0.25-1) ...
11:01:16 #9 60.00 Setting up libmoox-struct-perl (0.017-1) ...
11:01:16 #9 60.01 Setting up lintian (2.62.0ubuntu2.1) ...
11:01:16 #9 60.03 Setting up licensecheck (3.0.45-1) ...
11:01:16 #9 60.04 Setting up dh-autoreconf (19) ...
11:01:16 #9 60.05 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
11:01:16 #9 60.06 Setting up libwww-perl (6.43-1) ...
11:01:16 #9 60.07 Setting up debhelper (12.10ubuntu1) ...
11:01:16 #9 60.08 Setting up devscripts (2.20.2ubuntu2) ...
11:01:16 #9 60.25 Setting up equivs (2.2.0) ...
11:01:16 #9 60.26 Setting up libxml-parser-perl (2.46-1) ...
11:01:16 #9 60.27 Setting up libxml-sax-expat-perl (0.51-1) ...
11:01:16 #9 60.32 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:01:16 #9 60.38 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:01:16 #9 60.52 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:01:17 #9 60.60 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
11:01:17 #9 60.62 Processing triggers for ca-certificates (20211016~20.04.1) ...
11:01:17 #9 60.63 Updating certificates in /etc/ssl/certs...
11:01:17 #9 60.94 0 added, 0 removed; done.
11:01:17 #9 60.94 Running hooks in /etc/ca-certificates/update.d...
11:01:17 #9 60.94 done.
11:01:18 #9 DONE 61.8s
11:01:18 
11:01:18 #11 [stage-1 4/9] COPY common /root/build-deb/debian
11:01:18 #11 sha256:bb20dc50297ccd275636468c1beecb6e58dca3e027722262bfa12a5772c22fa0
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:8a486d790f1b19c497652c6aa2c342c4e98d2b563e5813659ee16257481b1c5a
11:01:19 #12 0.907 Hit:1 http://ports.ubuntu.com/ubuntu-ports focal InRelease
11:01:19 #12 0.973 Hit:2 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
11:01:19 #12 1.049 Hit:3 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
11:01:19 #12 1.125 Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
11:01:21 #12 1.322 Reading package lists...
11:01:21 #12 2.756 dh_testdir
11:01:21 #12 2.776 dh_testroot
11:01:21 #12 2.803 dh_prep
11:01:21 #12 2.824 dh_testdir
11:01:21 #12 2.845 dh_testroot
11:01:21 #12 2.868 dh_install
11:01:21 #12 2.896 dh_installdocs
11:01:21 #12 2.933 dh_installchangelogs
11:01:21 #12 3.041 dh_compress
11:01:21 #12 3.102 dh_fixperms
11:01:21 #12 3.177 dh_installdeb
11:01:21 #12 3.223 dh_gencontrol
11:01:21 #12 3.353 dh_md5sums
11:01:21 #12 3.393 dh_builddeb
11:01:21 #12 3.414 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:01:21 #12 3.437 
11:01:21 #12 3.437 The package has been created.
11:01:21 #12 3.437 Attention, the package has been created in the current directory,
11:01:21 #12 3.437 not in ".." as indicated by the message above!
11:01:21 #12 3.464 Selecting previously unselected package docker-ce-build-deps.
11:01:21 #12 3.478 (Reading database ... 26043 files and directories currently installed.)
11:01:21 #12 3.479 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:01:21 #12 3.483 Unpacking docker-ce-build-deps (1.0) ...
11:01:22 #12 3.604 Reading package lists...
11:01:23 #12 4.617 Building dependency tree...
11:01:23 #12 4.792 Reading state information...
11:01:23 #12 4.820 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:01:23 #12 4.872 Starting 2 pkgProblemResolver with broken count: 0
11:01:23 #12 4.875 Done
11:01:23 #12 4.900  Done
11:01:23 #12 4.908 Starting pkgProblemResolver with broken count: 0
11:01:23 #12 4.944 Starting 2 pkgProblemResolver with broken count: 0
11:01:23 #12 4.947 Done
11:01:23 #12 5.083 The following additional packages will be installed:
11:01:23 #12 5.083   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
11:01:23 #12 5.083   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
11:01:23 #12 5.084   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
11:01:23 #12 5.084   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
11:01:23 #12 5.084   libudev-dev libuv1 pkg-config
11:01:23 #12 5.085 Suggested packages:
11:01:23 #12 5.085   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
11:01:23 #12 5.085 Recommended packages:
11:01:23 #12 5.086   dmsetup
11:01:23 #12 5.130 The following NEW packages will be installed:
11:01:23 #12 5.130   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
11:01:23 #12 5.131   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
11:01:23 #12 5.131   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
11:01:23 #12 5.131   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
11:01:23 #12 5.132   libudev-dev libuv1 pkg-config
11:01:23 #12 5.548 0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
11:01:23 #12 5.548 1 not fully installed or removed.
11:01:23 #12 5.548 Need to get 7674 kB of archives.
11:01:23 #12 5.548 After this operation, 30.0 MB of additional disk space will be used.
11:01:23 #12 5.548 Get:1 http://ports.ubuntu.com/ubuntu-ports focal/main armhf bash-completion all 1:2.10-1ubuntu1 [178 kB]
11:01:24 #12 5.915 Get:2 http://ports.ubuntu.com/ubuntu-ports focal/main armhf cmake-data all 3.16.3-1ubuntu1 [1612 kB]
11:01:24 #12 6.184 Get:3 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libarchive13 armhf 3.4.0-2ubuntu1.2 [290 kB]
11:01:24 #12 6.201 Get:4 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libjsoncpp1 armhf 1.7.4-3.1ubuntu2 [65.1 kB]
11:01:24 #12 6.204 Get:5 http://ports.ubuntu.com/ubuntu-ports focal/main armhf librhash0 armhf 1.3.9-1 [125 kB]
11:01:24 #12 6.210 Get:6 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libuv1 armhf 1.34.2-1ubuntu1.3 [68.7 kB]
11:01:24 #12 6.214 Get:7 http://ports.ubuntu.com/ubuntu-ports focal/main armhf cmake armhf 3.16.3-1ubuntu1 [3014 kB]
11:01:24 #12 6.385 Get:8 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
11:01:24 #12 6.395 Get:9 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libbtrfs0 armhf 5.4.1-2 [176 kB]
11:01:24 #12 6.396 Get:10 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libbtrfs-dev armhf 5.4.1-2 [233 kB]
11:01:24 #12 6.398 Get:11 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper1.02.1 armhf 2:1.02.167-1ubuntu1 [118 kB]
11:01:24 #12 6.400 Get:12 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper-event1.02.1 armhf 2:1.02.167-1ubuntu1 [10.6 kB]
11:01:24 #12 6.401 Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libudev-dev armhf 245.4-4ubuntu3.17 [19.7 kB]
11:01:24 #12 6.402 Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsepol1-dev armhf 3.0-1ubuntu0.1 [301 kB]
11:01:24 #12 6.406 Get:15 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpcre2-16-0 armhf 10.34-7 [156 kB]
11:01:24 #12 6.407 Get:16 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpcre2-32-0 armhf 10.34-7 [146 kB]
11:01:24 #12 6.460 Get:17 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpcre2-posix2 armhf 10.34-7 [5348 B]
11:01:24 #12 6.535 Get:18 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libpcre2-dev armhf 10.34-7 [596 kB]
11:01:25 #12 6.544 Get:19 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libselinux1-dev armhf 3.0-1build2 [144 kB]
11:01:25 #12 6.545 Get:20 http://ports.ubuntu.com/ubuntu-ports focal/main armhf libdevmapper-dev armhf 2:1.02.167-1ubuntu1 [35.8 kB]
11:01:25 #12 6.548 Get:21 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libseccomp-dev armhf 2.5.1-1ubuntu1~20.04.2 [79.3 kB]
11:01:25 #12 6.548 Get:22 http://ports.ubuntu.com/ubuntu-ports focal-updates/main armhf libsystemd-dev armhf 245.4-4ubuntu3.17 [246 kB]
11:01:25 #12 6.559 Get:23 http://ports.ubuntu.com/ubuntu-ports focal/main armhf pkg-config armhf 0.29.1-0ubuntu4 [42.6 kB]
11:01:25 #12 6.763 debconf: delaying package configuration, since apt-utils is not installed
11:01:25 #12 6.805 Fetched 7674 kB in 1s (5432 kB/s)
11:01:25 #12 6.831 Selecting previously unselected package bash-completion.
11:01:25 #12 6.832 (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 ... 26047 files and directories currently installed.)
11:01:25 #12 6.854 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
11:01:25 #12 7.364 Unpacking bash-completion (1:2.10-1ubuntu1) ...
11:01:25 #12 7.494 Selecting previously unselected package cmake-data.
11:01:25 #12 7.494 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1_all.deb ...
11:01:25 #12 7.500 Unpacking cmake-data (3.16.3-1ubuntu1) ...
11:01:26 #12 7.907 Selecting previously unselected package libarchive13:armhf.
11:01:26 #12 7.911 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1.2_armhf.deb ...
11:01:26 #12 7.918 Unpacking libarchive13:armhf (3.4.0-2ubuntu1.2) ...
11:01:26 #12 7.979 Selecting previously unselected package libjsoncpp1:armhf.
11:01:26 #12 7.983 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_armhf.deb ...
11:01:26 #12 7.986 Unpacking libjsoncpp1:armhf (1.7.4-3.1ubuntu2) ...
11:01:26 #12 8.026 Selecting previously unselected package librhash0:armhf.
11:01:26 #12 8.030 Preparing to unpack .../04-librhash0_1.3.9-1_armhf.deb ...
11:01:26 #12 8.034 Unpacking librhash0:armhf (1.3.9-1) ...
11:01:26 #12 8.082 Selecting previously unselected package libuv1:armhf.
11:01:26 #12 8.085 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1.3_armhf.deb ...
11:01:26 #12 8.088 Unpacking libuv1:armhf (1.34.2-1ubuntu1.3) ...
11:01:26 #12 8.124 Selecting previously unselected package cmake.
11:01:26 #12 8.132 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1_armhf.deb ...
11:01:26 #12 8.137 Unpacking cmake (3.16.3-1ubuntu1) ...
11:01:26 #12 8.559 Selecting previously unselected package dh-apparmor.
11:01:26 #12 8.559 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
11:01:26 #12 8.563 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
11:01:26 #12 8.664 Selecting previously unselected package libbtrfs0:armhf.
11:01:27 #12 8.665 Preparing to unpack .../08-libbtrfs0_5.4.1-2_armhf.deb ...
11:01:27 #12 8.670 Unpacking libbtrfs0:armhf (5.4.1-2) ...
11:01:27 #12 8.718 Selecting previously unselected package libbtrfs-dev:armhf.
11:01:27 #12 8.721 Preparing to unpack .../09-libbtrfs-dev_5.4.1-2_armhf.deb ...
11:01:27 #12 8.724 Unpacking libbtrfs-dev:armhf (5.4.1-2) ...
11:01:27 #12 8.816 Selecting previously unselected package libdevmapper1.02.1:armhf.
11:01:27 #12 8.819 Preparing to unpack .../10-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_armhf.deb ...
11:01:27 #12 8.823 Unpacking libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ...
11:01:27 #12 8.878 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
11:01:27 #12 8.878 Preparing to unpack .../11-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_armhf.deb ...
11:01:27 #12 8.881 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.167-1ubuntu1) ...
11:01:27 #12 8.961 Selecting previously unselected package libudev-dev:armhf.
11:01:27 #12 8.965 Preparing to unpack .../12-libudev-dev_245.4-4ubuntu3.17_armhf.deb ...
11:01:27 #12 8.970 Unpacking libudev-dev:armhf (245.4-4ubuntu3.17) ...
11:01:27 #12 9.013 Selecting previously unselected package libsepol1-dev:armhf.
11:01:27 #12 9.016 Preparing to unpack .../13-libsepol1-dev_3.0-1ubuntu0.1_armhf.deb ...
11:01:27 #12 9.019 Unpacking libsepol1-dev:armhf (3.0-1ubuntu0.1) ...
11:01:27 #12 9.092 Selecting previously unselected package libpcre2-16-0:armhf.
11:01:27 #12 9.092 Preparing to unpack .../14-libpcre2-16-0_10.34-7_armhf.deb ...
11:01:27 #12 9.097 Unpacking libpcre2-16-0:armhf (10.34-7) ...
11:01:27 #12 9.144 Selecting previously unselected package libpcre2-32-0:armhf.
11:01:27 #12 9.147 Preparing to unpack .../15-libpcre2-32-0_10.34-7_armhf.deb ...
11:01:27 #12 9.150 Unpacking libpcre2-32-0:armhf (10.34-7) ...
11:01:27 #12 9.196 Selecting previously unselected package libpcre2-posix2:armhf.
11:01:27 #12 9.200 Preparing to unpack .../16-libpcre2-posix2_10.34-7_armhf.deb ...
11:01:27 #12 9.204 Unpacking libpcre2-posix2:armhf (10.34-7) ...
11:01:27 #12 9.235 Selecting previously unselected package libpcre2-dev:armhf.
11:01:27 #12 9.235 Preparing to unpack .../17-libpcre2-dev_10.34-7_armhf.deb ...
11:01:27 #12 9.249 Unpacking libpcre2-dev:armhf (10.34-7) ...
11:01:27 #12 9.318 Selecting previously unselected package libselinux1-dev:armhf.
11:01:27 #12 9.321 Preparing to unpack .../18-libselinux1-dev_3.0-1build2_armhf.deb ...
11:01:27 #12 9.324 Unpacking libselinux1-dev:armhf (3.0-1build2) ...
11:01:27 #12 9.374 Selecting previously unselected package libdevmapper-dev:armhf.
11:01:27 #12 9.374 Preparing to unpack .../19-libdevmapper-dev_2%3a1.02.167-1ubuntu1_armhf.deb ...
11:01:27 #12 9.379 Unpacking libdevmapper-dev:armhf (2:1.02.167-1ubuntu1) ...
11:01:27 #12 9.410 Selecting previously unselected package libseccomp-dev:armhf.
11:01:27 #12 9.410 Preparing to unpack .../20-libseccomp-dev_2.5.1-1ubuntu1~20.04.2_armhf.deb ...
11:01:27 #12 9.414 Unpacking libseccomp-dev:armhf (2.5.1-1ubuntu1~20.04.2) ...
11:01:27 #12 9.472 Selecting previously unselected package libsystemd-dev:armhf.
11:01:27 #12 9.472 Preparing to unpack .../21-libsystemd-dev_245.4-4ubuntu3.17_armhf.deb ...
11:01:27 #12 9.476 Unpacking libsystemd-dev:armhf (245.4-4ubuntu3.17) ...
11:01:27 #12 9.549 Selecting previously unselected package pkg-config.
11:01:27 #12 9.552 Preparing to unpack .../22-pkg-config_0.29.1-0ubuntu4_armhf.deb ...
11:01:27 #12 9.558 Unpacking pkg-config (0.29.1-0ubuntu4) ...
11:01:28 #12 9.603 Setting up libseccomp-dev:armhf (2.5.1-1ubuntu1~20.04.2) ...
11:01:28 #12 9.613 Setting up libarchive13:armhf (3.4.0-2ubuntu1.2) ...
11:01:28 #12 9.624 Setting up libsepol1-dev:armhf (3.0-1ubuntu0.1) ...
11:01:28 #12 9.634 Setting up libpcre2-16-0:armhf (10.34-7) ...
11:01:28 #12 9.644 Setting up libbtrfs0:armhf (5.4.1-2) ...
11:01:28 #12 9.657 Setting up libpcre2-32-0:armhf (10.34-7) ...
11:01:28 #12 9.667 Setting up libuv1:armhf (1.34.2-1ubuntu1.3) ...
11:01:28 #12 9.678 Setting up bash-completion (1:2.10-1ubuntu1) ...
11:01:28 #12 10.23 Setting up pkg-config (0.29.1-0ubuntu4) ...
11:01:28 #12 10.29 Setting up libudev-dev:armhf (245.4-4ubuntu3.17) ...
11:01:28 #12 10.30 Setting up libpcre2-posix2:armhf (10.34-7) ...
11:01:28 #12 10.31 Setting up libdevmapper1.02.1:armhf (2:1.02.167-1ubuntu1) ...
11:01:28 #12 10.32 Setting up libbtrfs-dev:armhf (5.4.1-2) ...
11:01:28 #12 10.33 Setting up librhash0:armhf (1.3.9-1) ...
11:01:28 #12 10.34 Setting up cmake-data (3.16.3-1ubuntu1) ...
11:01:28 #12 10.36 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
11:01:28 #12 10.40 Setting up libsystemd-dev:armhf (245.4-4ubuntu3.17) ...
11:01:28 #12 10.41 Setting up libjsoncpp1:armhf (1.7.4-3.1ubuntu2) ...
11:01:28 #12 10.42 Setting up libdevmapper-event1.02.1:armhf (2:1.02.167-1ubuntu1) ...
11:01:29 #12 10.43 Setting up libpcre2-dev:armhf (10.34-7) ...
11:01:29 #12 10.44 Setting up libselinux1-dev:armhf (3.0-1build2) ...
11:01:29 #12 10.45 Setting up libdevmapper-dev:armhf (2:1.02.167-1ubuntu1) ...
11:01:29 #12 10.46 Setting up cmake (3.16.3-1ubuntu1) ...
11:01:29 #12 10.47 Setting up docker-ce-build-deps (1.0) ...
11:01:29 #12 10.48 Processing triggers for man-db (2.9.1-1) ...
11:01:29 #12 10.50 Processing triggers for libc-bin (2.31-0ubuntu9.9) ...
11:01:29 #12 DONE 10.9s
11:01:29 
11:01:29 #13 [stage-1 6/9] COPY sources/ /sources
11:01:29 #13 sha256:f0db4d3b3f6b5415fbd5941174d8b33064dfdf42d56603458c3ac322638ec578
11:01:29 #13 DONE 0.6s
11:01:29 
11:01:29 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
11:01:29 #15 sha256:c316aad8b1a43dc193197572e30c38ad0eed0880fb0dc8d1eceba5be13259715
11:01:32 #15 DONE 2.3s
11:01:32 
11:01:32 #16 [stage-1 8/9] WORKDIR /root/build-deb
11:01:32 #16 sha256:d81e12d9208d9f7b7d0b38eadd2eb743df057ce77a6f8229a2cc5d2b2983c5f9
11:01:32 #16 DONE 0.0s
11:01:32 
11:01:32 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
11:01:32 #17 sha256:7d06ace7e865e1814813f93d724f5d1f6409d456424ae31abf52e7b036ade752
11:01:32 #17 DONE 0.0s
11:01:32 
11:01:32 #18 exporting to image
11:01:32 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
11:01:32 #18 exporting layers
11:01:44 #18 exporting layers 11.5s done
11:01:44 #18 writing image sha256:ec0b0d4550635bc3d2dcc90cb6f39dbbbd9fc3c7867fea1144f922df0e8f927e done
11:01:44 #18 naming to docker.io/debbuild-ubuntu-focal/aarch64 done
11:01:44 #18 DONE 11.5s
11:01:44 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-focal:/build  debbuild-ubuntu-focal/aarch64
11:01:46 + set -e
11:01:46 + mkdir -p /root/build-deb/engine
11:01:46 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:01:46 + mkdir -p /root/build-deb/cli
11:01:46 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:01:46 + mkdir -p /root/build-deb/compose
11:01:46 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:01:46 + mkdir -p /root/build-deb/scan-cli-plugin
11:01:46 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:01:46 + mkdir -p /go/src/github.com/docker
11:01:46 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:01:46 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:01:46 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:01:46 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:01:46 + EPOCH=5
11:01:46 + EPOCH_SEP=
11:01:46 + [[ ! -z 5 ]]
11:01:46 + EPOCH_SEP=:
11:01:46 + [[ -z 0.0.0-20220804091928-715cfc4 ]]
11:01:46 + echo VERSION AAA 0.0.0-20220804091928-715cfc4
11:01:46 VERSION AAA 0.0.0-20220804091928-715cfc4
11:01:46 + VERSION=0.0.0-20220804091928-715cfc4
11:01:46 + echo VERSION bbb 0.0.0-20220804091928-715cfc4
11:01:46 VERSION bbb 0.0.0-20220804091928-715cfc4
11:01:46 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:01:46 + debSource=docker-ce
11:01:46 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:01:46 + debMaintainer='Docker <support@docker.com>'
11:01:46 ++ date --rfc-2822
11:01:46 + debDate='Thu, 04 Aug 2022 11:01:46 +0000'
11:01:46 + cat
11:01:46 + export CLI_GITCOMMIT=715cfc4
11:01:46 + CLI_GITCOMMIT=715cfc4
11:01:46 + export ENGINE_GITCOMMIT=a70ae13
11:01:46 + ENGINE_GITCOMMIT=a70ae13
11:01:46 + export SCAN_GITCOMMIT=061fe0a
11:01:46 + SCAN_GITCOMMIT=061fe0a
11:01:46 + echo VERSION BBB 0.0.0-20220804091928-715cfc4
11:01:46 VERSION BBB 0.0.0-20220804091928-715cfc4
11:01:46 + dpkg-buildpackage -uc -us -I.git
11:01:46 dpkg-buildpackage: info: source package docker-ce
11:01:46 dpkg-buildpackage: info: source version 5:0.0.0-20220804091928-715cfc4-0~ubuntu-focal
11:01:46 dpkg-buildpackage: info: source distribution focal
11:01:46 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:01:47  dpkg-source -I.git --before-build .
11:01:47 dpkg-buildpackage: info: host architecture armhf
11:01:47  debian/rules clean
11:01:47 dh clean --with=bash-completion --with=systemd
11:01:47    dh_clean
11:01:47  dpkg-source -I.git -b .
11:01:47 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
11:01:47 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
11:01:47 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220804091928-715cfc4-0~ubuntu'
11:01:47 dpkg-source: info: using source format '1.0'
11:01:47 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal.tar.gz
11:01:59 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal.dsc
11:01:59  debian/rules build
11:01:59 dh build --with=bash-completion --with=systemd
11:01:59    dh_update_autotools_config
11:01:59    dh_autoreconf
11:01:59    debian/rules override_dh_auto_build
11:01:59 make[1]: Entering directory '/root/build-deb'
11:01:59 # Build the daemon and dependencies
11:01:59 cd engine && DOCKER_GITCOMMIT=a70ae13 PRODUCT=docker ./hack/make.sh dynbinary
11:01:59 
11:01:59 Removing bundles/
11:01:59 
11:01:59 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:01:59 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:01:59 GOOS="" GOARCH="" GOARM=""
11:04:36 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:04:36 
11:04:36 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:04:36 + RM_GOPATH=0
11:04:36 + TMP_GOPATH=/go
11:04:36 + : /usr/local/bin
11:04:36 + '[' -z /go ']'
11:04:36 + export GOPATH=/go
11:04:36 + GOPATH=/go
11:04:36 + case "$(go env GOARCH)" in
11:04:36 ++ go env GOARCH
11:04:36 + export GO_BUILDMODE=-buildmode=pie
11:04:36 + GO_BUILDMODE=-buildmode=pie
11:04:36 ++ dirname hack/dockerfile/install/install.sh
11:04:36 + dir=hack/dockerfile/install
11:04:36 + bin=tini
11:04:36 + shift
11:04:36 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:04:36 + . hack/dockerfile/install/tini.installer
11:04:36 ++ : v0.19.0
11:04:36 + install_tini
11:04:36 + echo 'Install tini version v0.19.0'
11:04:36 Install tini version v0.19.0
11:04:36 + git clone https://github.com/krallin/tini.git /go/tini
11:04:36 Cloning into '/go/tini'...
11:04:36 + cd /go/tini
11:04:36 + git checkout -q v0.19.0
11:04:36 + cmake .
11:04:36 -- The C compiler identification is GNU 9.4.0
11:04:36 -- Check for working C compiler: /usr/bin/cc
11:04:36 -- Check for working C compiler: /usr/bin/cc -- works
11:04:36 -- Detecting C compiler ABI info
11:04:36 -- Detecting C compiler ABI info - done
11:04:36 -- Detecting C compile features
11:04:36 -- Detecting C compile features - done
11:04:36 -- Performing Test HAS_BUILTIN_FORTIFY
11:04:36 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:04:36 -- Configuring done
11:04:36 -- Generating done
11:04:36 -- Build files have been written to: /go/tini
11:04:36 + make tini-static
11:04:36 make[2]: Entering directory '/go/tini'
11:04:36 make[3]: Entering directory '/go/tini'
11:04:36 make[4]: Entering directory '/go/tini'
11:04:36 make[5]: Entering directory '/go/tini'
11:04:36 Scanning dependencies of target tini-static
11:04:36 make[5]: Leaving directory '/go/tini'
11:04:36 make[5]: Entering directory '/go/tini'
11:04:36 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:04:36 [100%] Linking C executable tini-static
11:04:36 make[5]: Leaving directory '/go/tini'
11:04:36 [100%] Built target tini-static
11:04:36 make[4]: Leaving directory '/go/tini'
11:04:36 make[3]: Leaving directory '/go/tini'
11:04:36 make[2]: Leaving directory '/go/tini'
11:04:36 + mkdir -p /usr/local/bin
11:04:36 + cp tini-static /usr/local/bin/docker-init
11:04:36 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
11:04:36 + RM_GOPATH=0
11:04:36 + TMP_GOPATH=/go
11:04:36 + : /usr/local/bin
11:04:36 + '[' -z /go ']'
11:04:36 + export GOPATH=/go
11:04:36 + GOPATH=/go
11:04:36 + case "$(go env GOARCH)" in
11:04:36 ++ go env GOARCH
11:04:36 + export GO_BUILDMODE=-buildmode=pie
11:04:36 + GO_BUILDMODE=-buildmode=pie
11:04:36 ++ dirname hack/dockerfile/install/install.sh
11:04:36 + dir=hack/dockerfile/install
11:04:36 + bin=proxy
11:04:36 + shift
11:04:36 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
11:04:36 + . hack/dockerfile/install/proxy.installer
11:04:36 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
11:04:36 + install_proxy dynamic
11:04:36 + case "$1" in
11:04:36 + install_proxy_dynamic
11:04:36 + export PROXY_LDFLAGS=-linkmode=external install_proxy
11:04:36 + PROXY_LDFLAGS=-linkmode=external
11:04:36 + export BUILD_MODE=-buildmode=pie
11:04:36 + BUILD_MODE=-buildmode=pie
11:04:36 + _install_proxy
11:04:36 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
11:04:36 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
11:04:36 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
11:04:36 Cloning into '/go/src/github.com/docker/libnetwork'...
11:04:36 + cd /go/src/github.com/docker/libnetwork
11:04:36 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
11:04:36 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
11:04:36 + return
11:04:36 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:04:36 + RM_GOPATH=0
11:04:36 + TMP_GOPATH=/go
11:04:36 + : /usr/local/bin
11:04:36 + '[' -z /go ']'
11:04:36 + export GOPATH=/go
11:04:36 + GOPATH=/go
11:04:36 + case "$(go env GOARCH)" in
11:04:36 ++ go env GOARCH
11:04:36 + export GO_BUILDMODE=-buildmode=pie
11:04:36 + GO_BUILDMODE=-buildmode=pie
11:04:36 ++ dirname hack/dockerfile/install/install.sh
11:04:36 + dir=hack/dockerfile/install
11:04:36 + bin=rootlesskit
11:04:36 + shift
11:04:36 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:04:36 + . hack/dockerfile/install/rootlesskit.installer
11:04:36 ++ : v0.14.4
11:04:36 + install_rootlesskit dynamic
11:04:36 + case "$1" in
11:04:36 + install_rootlesskit_dynamic
11:04:36 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:04:36 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:04:36 + export BUILD_MODE=-buildmode=pie
11:04:36 + BUILD_MODE=-buildmode=pie
11:04:36 + _install_rootlesskit
11:04:36 + echo 'Install rootlesskit version v0.14.4'
11:04:36 Install rootlesskit version v0.14.4
11:04:36 + for f in rootlesskit rootlesskit-docker-proxy
11:04:36 + GOBIN=/usr/local/bin
11:04:36 + GO111MODULE=on
11:04:36 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:04:36 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:04:36 go: downloading github.com/pkg/errors v0.9.1
11:04:36 go: downloading github.com/sirupsen/logrus v1.8.1
11:04:36 go: downloading github.com/urfave/cli/v2 v2.3.0
11:04:36 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:04:36 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:04:36 go: downloading github.com/google/uuid v1.3.0
11:04:36 go: downloading github.com/moby/vpnkit v0.5.0
11:04:36 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:04:36 go: downloading github.com/gofrs/flock v0.8.1
11:04:36 go: downloading github.com/gorilla/mux v1.8.0
11:04:36 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:04:36 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:04:36 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:04:36 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:04:36 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:42 + return
11:04:42 # Build the CLI
11:04:42 cd /go/src/github.com/docker/cli && \
11:04:42 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220804091928-715cfc4 GITCOMMIT=715cfc4 dynbinary manpages
11:04:42 make[2]: Entering directory '/root/build-deb/cli'
11:04:42 GO_LINKMODE=dynamic ./scripts/build/binary
11:04:42 Building dynamic docker-linux-arm-v6
11:06:19 scripts/docs/generate-man.sh
11:07:55 Project root: /go/src/github.com/docker/cli
11:07:55 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
11:07:55 2022/08/04 11:07:44 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
11:07:55 make[2]: Leaving directory '/root/build-deb/cli'
11:07:55 # Build the compose plugin
11:07:55 # FIXME: using GOPROXY, to work around:
11:07:55 # 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:55 cd /go/src/github.com/docker/compose \
11:07:55 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
11:07:55 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:07:55 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.7.0 \
11:07:55 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
11:08:34 make[2]: Entering directory '/root/build-deb/compose'
11:08:34 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:55 make[2]: Leaving directory '/root/build-deb/compose'
11:09:55 # Build the scan-plugin
11:09:55 # TODO change once we support scan-plugin on other architectures
11:09:55 if [ "armhf" = "amd64" ]; then \
11:09:55 	cd /go/src/github.com/docker/scan-cli-plugin \
11:09:55 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
11:09:55 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:09:55 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:09:55 fi
11:09:55 # Build the CLI plugins
11:09:55 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
11:09:55 set -e;cd /sources && \
11:09:55 	tar xzf plugin-installers.tgz; \
11:09:55 	for installer in plugins/*.installer; do \
11:09:55 		LDFLAGS='' bash ${installer} build; \
11:09:55 	done
11:09:55 Cloning into '/go/src/github.com/docker/app'...
11:09:55 Fetching origin
11:09:55 make[2]: Entering directory '/go/src/github.com/docker/app'
11:09:55 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:52 make[2]: Leaving directory '/go/src/github.com/docker/app'
11:10:52 Cloning into '/go/src/github.com/docker/buildx'...
11:10:52 Fetching origin
11:10:52 + GO111MODULE=on
11:10:52 + 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:28 make[1]: Leaving directory '/root/build-deb'
11:12:28    debian/rules override_dh_auto_test
11:12:28 make[1]: Entering directory '/root/build-deb'
11:12:28 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:12:28 	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:28 PASS: daemon version OK
11:12:28 ver="$(cli/build/docker --version)"; \
11:12:28 	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:28 PASS: cli version OK
11:12:28 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:12:28 	test "$ver" = "v2.7.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:12:28 PASS: docker-compose version OK
11:12:28 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:12:28 # TODO change once we support scan-plugin on other architectures
11:12:28 if [ "armhf" = "amd64" ]; then \
11:12:28 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:12:28 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:12:28 fi
11:12:28 make[1]: Leaving directory '/root/build-deb'
11:12:28    create-stamp debian/debhelper-build-stamp
11:12:28  debian/rules binary
11:12:28 dh binary --with=bash-completion --with=systemd
11:12:28    dh_testroot
11:12:28    dh_prep
11:12:28    debian/rules override_dh_auto_install
11:12:28 make[1]: Entering directory '/root/build-deb'
11:12:28 # docker-ce-cli install
11:12:28 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:28 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:28 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:12:28 set -e;cd /sources && \
11:12:28 	tar xzf plugin-installers.tgz; \
11:12:28 	for installer in plugins/*.installer; do \
11:12:28 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
11:12:28 		PREFIX=/usr/libexec/docker/cli-plugins \
11:12:28 			bash ${installer} install_plugin; \
11:12:28 	done
11:12:28 # docker-ce install
11:12:28 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:12:28 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:12:28 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:28 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:12:28 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:12:28 # docker-compose-plugin install
11:12:28 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:12:28 # docker-scan-plugin install
11:12:28 # TODO change once we support scan-plugin on other architectures
11:12:28 if [ "armhf" = "amd64" ]; then \
11:12:28 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:12:28 fi
11:12:28 # docker-ce-rootless-extras install
11:12:28 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:12:28 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:12:28 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:12:28 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:12:28 # TODO: how can we install vpnkit?
11:12:28 make[1]: Leaving directory '/root/build-deb'
11:12:28    debian/rules override_dh_install
11:12:28 make[1]: Entering directory '/root/build-deb'
11:12:28 dh_install
11:12:28 # TODO Can we do this from within our container?
11:12:28 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:12:28 make[1]: Leaving directory '/root/build-deb'
11:12:28    dh_installdocs
11:12:28    dh_installchangelogs
11:12:28    dh_installman
11:12:28    dh_bash-completion
11:12:28    dh_systemd_enable
11:12:28    debian/rules override_dh_installinit
11:12:28 make[1]: Entering directory '/root/build-deb'
11:12:28 # use "docker" as our service name, not "docker-ce"
11:12:28 dh_installinit --name=docker
11:12:28 make[1]: Leaving directory '/root/build-deb'
11:12:28    dh_systemd_start
11:12:28    dh_perl
11:12:28    dh_link
11:12:28    dh_strip_nondeterminism
11:12:28    dh_compress
11:12:28    dh_fixperms
11:12:28    dh_missing
11:12:28    debian/rules override_dh_strip
11:12:28 make[1]: Entering directory '/root/build-deb'
11:12:28 # Go has lots of problems with stripping, so just don't
11:12:28 make[1]: Leaving directory '/root/build-deb'
11:12:28    dh_makeshlibs
11:12:28    debian/rules override_dh_shlibdeps
11:12:28 make[1]: Entering directory '/root/build-deb'
11:12:28 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:12:31 make[1]: Leaving directory '/root/build-deb'
11:12:31    dh_installdeb
11:12:31    debian/rules override_dh_gencontrol
11:12:31 make[1]: Entering directory '/root/build-deb'
11:12:31 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:12:31 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:12:31 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
11:12:31 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:12:31 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:12:31 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:12:31 if [ "armhf" = "amd64" ]; then \
11:12:31 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
11:12:31 fi
11:12:31 dh_gencontrol --remaining-packages
11:12:32 make[1]: Leaving directory '/root/build-deb'
11:12:32    dh_md5sums
11:12:32    debian/rules override_dh_builddeb
11:12:32 make[1]: Entering directory '/root/build-deb'
11:12:32 dh_builddeb -- -Zxz
11:12:32 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.deb'.
11:12:32 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.deb'.
11:12:47 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.7.0~ubuntu-focal_armhf.deb'.
11:12:59 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.deb'.
11:13:46 make[1]: Leaving directory '/root/build-deb'
11:13:46  dpkg-genbuildinfo
11:13:46  dpkg-genchanges  >../docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.changes
11:13:46 dpkg-genchanges: info: including full source code in upload
11:13:46  dpkg-source -I.git --after-build .
11:13:46 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:13:46 + destination=/build
11:13:46 + mkdir -p /build
11:13:46 + mv -v /root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.deb /root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal.dsc /root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal.tar.gz /root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.buildinfo /root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.changes /root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.deb /root/docker-compose-plugin_2.7.0~ubuntu-focal_armhf.deb /build
11:13:46 copied '/root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.deb'
11:13:46 removed '/root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.deb'
11:13:46 copied '/root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.deb'
11:13:46 removed '/root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.deb'
11:13:46 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal.dsc' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal.dsc'
11:13:46 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal.dsc'
11:13:46 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal.tar.gz' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal.tar.gz'
11:13:46 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal.tar.gz'
11:13:46 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.buildinfo'
11:13:46 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.buildinfo'
11:13:46 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.changes' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.changes'
11:13:46 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.changes'
11:13:46 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.deb' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.deb'
11:13:46 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-focal_armhf.deb'
11:13:46 copied '/root/docker-compose-plugin_2.7.0~ubuntu-focal_armhf.deb' -> '/build/docker-compose-plugin_2.7.0~ubuntu-focal_armhf.deb'
11:13:46 removed '/root/docker-compose-plugin_2.7.0~ubuntu-focal_armhf.deb'
11:13:46 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
11:13:47 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'