Skip to content

Console Output

10:59:49 + make REF=20.10 ubuntu-jammy
10:59:49 git init src/github.com/docker/cli
10:59:49 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli/.git/
10:59:49 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
10:59:49 ./scripts/checkout.sh src/github.com/docker/cli "20.10"
10:59:49 + SRC=src/github.com/docker/cli
10:59:49 + REF=20.10
10:59:49 + REF_FETCH=20.10
10:59:49 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin 20.10
10:59:49 + awk {print $2}
10:59:49 + REF=refs/heads/20.10
10:59:49 + [ -n refs/heads/20.10 ]
10:59:49 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:49 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:50 From https://github.com/docker/cli
10:59:50  * [new branch]      20.10      -> 20.10
10:59:50  * [new branch]      20.10      -> origin/20.10
10:59:50 + git -C src/github.com/docker/cli checkout -q refs/heads/20.10
10:59:50 git init src/github.com/docker/docker
10:59:50 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/docker/.git/
10:59:50 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
10:59:50 ./scripts/checkout.sh src/github.com/docker/docker "20.10"
10:59:50 + SRC=src/github.com/docker/docker
10:59:50 + REF=20.10
10:59:50 + REF_FETCH=20.10
10:59:50 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin 20.10
10:59:50 + awk {print $2}
10:59:50 + REF=refs/heads/20.10
10:59:50 + [ -n refs/heads/20.10 ]
10:59:50 + REF_FETCH=refs/heads/20.10:refs/heads/20.10
10:59:50 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/20.10:refs/heads/20.10
10:59:51 From https://github.com/docker/docker
10:59:51  * [new branch]      20.10      -> 20.10
10:59:51  * [new branch]      20.10      -> origin/20.10
10:59:51 + git -C src/github.com/docker/docker checkout -q refs/heads/20.10
10:59:52 git init src/github.com/docker/compose
10:59:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose/.git/
10:59:52 git -C src/github.com/docker/compose remote add origin "https://github.com/docker/compose.git"
10:59:52 ./scripts/checkout.sh src/github.com/docker/compose "v2.7.0"
10:59:52 + SRC=src/github.com/docker/compose
10:59:52 + REF=v2.7.0
10:59:52 + REF_FETCH=v2.7.0
10:59:52 + git -C src/github.com/docker/compose ls-remote --refs --heads --tags origin v2.7.0
10:59:52 + awk {print $2}
10:59:52 + REF=refs/tags/v2.7.0
10:59:52 + [ -n refs/tags/v2.7.0 ]
10:59:52 + REF_FETCH=refs/tags/v2.7.0:refs/tags/v2.7.0
10:59:52 + 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:52 From https://github.com/docker/compose
10:59:52  * [new tag]         v2.7.0     -> v2.7.0
10:59:52 + git -C src/github.com/docker/compose checkout -q refs/tags/v2.7.0
10:59:52 git init src/github.com/docker/scan-cli-plugin
10:59:52 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin/.git/
10:59:52 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
10:59:52 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.17.0"
10:59:52 + SRC=src/github.com/docker/scan-cli-plugin
10:59:52 + REF=v0.17.0
10:59:52 + REF_FETCH=v0.17.0
10:59:52 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.17.0
10:59:52 + awk {print $2}
10:59:52 + REF=refs/tags/v0.17.0
10:59:52 + [ -n refs/tags/v0.17.0 ]
10:59:52 + REF_FETCH=refs/tags/v0.17.0:refs/tags/v0.17.0
10:59:52 + 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:52 From https://github.com/docker/scan-cli-plugin
10:59:52  * [new tag]         v0.17.0    -> v0.17.0
10:59:52 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.17.0
10:59:52 make -C deb VERSION=0.0.1-dev GO_VERSION=1.17.13 ubuntu-jammy
10:59:52 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'
10:59:52 mkdir -p sources
10:59:52 docker run --rm -w /v \
10:59:52 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/cli:/cli \
10:59:52 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
10:59:52 	alpine \
10:59:52 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
10:59:52 Unable to find image 'alpine:latest' locally
10:59:53 latest: Pulling from library/alpine
10:59:53 530afca65e2e: Pulling fs layer
10:59:53 530afca65e2e: Verifying Checksum
10:59:53 530afca65e2e: Download complete
10:59:53 530afca65e2e: Pull complete
10:59:53 Digest: sha256:7580ece7963bfa863801466c0a488f11c86f85d9988051a9f9c68cb27f6b7872
10:59:53 Status: Downloaded newer image for alpine:latest
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/docker:/engine \
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/engine.tgz --exclude .git engine
11:00:01 mkdir -p sources
11:00:01 docker run --rm -w /v \
11:00:01 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/compose:/compose \
11:00:01 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
11:00:01 	alpine \
11:00:01 	tar -C / -c -z -f /v/compose.tgz --exclude .git compose
11:00:01 mkdir -p sources
11:00:01 docker run --rm -w /v \
11:00:01 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
11:00:01 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
11:00:01 	alpine \
11:00:01 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
11:00:02 mkdir -p sources
11:00:02 cp ../systemd/docker.service sources/docker.service
11:00:02 mkdir -p sources
11:00:02 cp ../systemd/docker.socket sources/docker.socket
11:00:02 docker run --rm -w /v \
11:00:02 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/plugins:/plugins \
11:00:02 	-v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/sources:/v \
11:00:02 	alpine \
11:00:02 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
11:00:02 == Building packages for ubuntu-jammy ==
11:00:02 mkdir -p "debbuild/ubuntu-jammy"
11:00:02 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.17.13-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-jammy/x86_64 -f ubuntu-jammy/Dockerfile .
11:00:03 #1 [internal] load build definition from Dockerfile
11:00:03 #1 sha256:07d97fd4bd2500dcff73f292e4b4bb4e071e5cfed4b3bb1ec14ce07067f69711
11:00:03 #1 transferring dockerfile: 1.22kB done
11:00:03 #1 DONE 0.0s
11:00:03 
11:00:03 #2 [internal] load .dockerignore
11:00:03 #2 sha256:7c3cbe1019666b6bc508ccc0ef0ef10cd2963506ce3bd5ea9ed6fae40bd728f2
11:00:03 #2 transferring context: 2B done
11:00:03 #2 DONE 0.0s
11:00:03 
11:00:03 #5 [auth] library/golang:pull token for registry-1.docker.io
11:00:03 #5 sha256:957b4eec9f97373758354b1659eb630ab42e21151902062b0de456d9d5bc43d8
11:00:03 #5 DONE 0.0s
11:00:03 
11:00:03 #6 [auth] library/ubuntu:pull token for registry-1.docker.io
11:00:03 #6 sha256:9c29a2931177dc7ac8810f6fe3e9088e615e6981bb495ec87424e3e3f79aeb8d
11:00:03 #6 DONE 0.0s
11:00:03 
11:00:03 #4 [internal] load metadata for docker.io/library/golang:1.17.13-buster
11:00:03 #4 sha256:40a9161f8e891f8f8210f84771f2b9e68e9dcc207334a1a5213e3fc901333311
11:00:03 #4 ...
11:00:03 
11:00:03 #3 [internal] load metadata for docker.io/library/ubuntu:jammy
11:00:03 #3 sha256:5e41972c0cdee05640f3ed85ad5e7dca92c5a589ced43badaf14d81466f891ae
11:00:03 #3 DONE 0.5s
11:00:03 
11:00:03 #4 [internal] load metadata for docker.io/library/golang:1.17.13-buster
11:00:03 #4 sha256:40a9161f8e891f8f8210f84771f2b9e68e9dcc207334a1a5213e3fc901333311
11:00:04 #4 DONE 1.0s
11:00:04 
11:00:04 #14 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:04 #14 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:04 #14 resolve docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 0.0s done
11:00:04 #14 sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec 1.86kB / 1.86kB done
11:00:04 #14 sha256:36c834315aca7d18b55fe6e6dd4ae391fcf6ea4a640e480ec938d9f29ad19230 7.12kB / 7.12kB done
11:00:04 #14 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 0B / 50.44MB 0.1s
11:00:04 #14 sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 0B / 7.86MB 0.1s
11:00:04 #14 sha256:84aa851c553c42887cd92f76901f8c514845d657d43606de672019051f677cb1 1.79kB / 1.79kB done
11:00:04 #14 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 5.24MB / 50.44MB 0.2s
11:00:04 #14 sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 2.10MB / 7.86MB 0.2s
11:00:04 #14 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 24.12MB / 50.44MB 0.4s
11:00:04 #14 sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 7.86MB / 7.86MB 0.3s done
11:00:04 #14 sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 0B / 10.00MB 0.4s
11:00:04 #14 ...
11:00:04 
11:00:04 #10 [internal] load build context
11:00:04 #10 sha256:b7e680b8ea6d7bdcfaa9f9cdec0ed79b1d32ea0082c2167e56767c77a8dc1c26
11:00:04 #10 transferring context: 19.84MB 0.4s done
11:00:04 #10 DONE 0.5s
11:00:04 
11:00:04 #14 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:04 #14 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:04 #14 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 32.51MB / 50.44MB 0.5s
11:00:04 #14 sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 4.73MB / 10.00MB 0.5s
11:00:04 #14 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 44.04MB / 50.44MB 0.6s
11:00:04 #14 sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 10.00MB / 10.00MB 0.6s
11:00:04 #14 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 50.44MB / 50.44MB 0.7s
11:00:04 #14 sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 10.00MB / 10.00MB 0.6s done
11:00:04 #14 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 3.15MB / 51.84MB 0.7s
11:00:05 #14 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 13.63MB / 51.84MB 0.8s
11:00:05 #14 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 31.46MB / 51.84MB 1.0s
11:00:05 #14 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 39.85MB / 51.84MB 1.1s
11:00:05 #14 sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 50.44MB / 50.44MB 1.1s done
11:00:05 #14 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 51.38MB / 51.84MB 1.2s
11:00:05 #14 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 0B / 68.83MB 1.2s
11:00:05 #14 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 0B / 135.06MB 1.2s
11:00:05 #14 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 5.24MB / 68.83MB 1.3s
11:00:05 #14 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 11.69MB / 68.83MB 1.4s
11:00:05 #14 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 10.49MB / 135.06MB 1.4s
11:00:05 #14 extracting sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99
11:00:05 #14 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 19.92MB / 68.83MB 1.5s
11:00:05 #14 sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 51.84MB / 51.84MB 1.6s done
11:00:05 #14 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 35.65MB / 68.83MB 1.7s
11:00:05 #14 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 32.51MB / 135.06MB 1.7s
11:00:05 #14 sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 0B / 155B 1.7s
11:00:05 #14 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 39.85MB / 68.83MB 1.8s
11:00:05 #14 sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 155B / 155B 1.7s done
11:00:06 #14 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 53.48MB / 68.83MB 2.0s
11:00:06 #14 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 55.57MB / 135.06MB 2.0s
11:00:06 #14 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 61.87MB / 68.83MB 2.1s
11:00:06 #14 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 65.76MB / 135.06MB 2.1s
11:00:06 #14 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 68.83MB / 68.83MB 2.2s
11:00:06 #14 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 81.03MB / 135.06MB 2.3s
11:00:06 #14 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 94.37MB / 135.06MB 2.5s
11:00:06 #14 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 102.47MB / 135.06MB 2.6s
11:00:07 #14 sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 68.83MB / 68.83MB 2.8s done
11:00:07 #14 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 118.49MB / 135.06MB 2.8s
11:00:07 #14 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 125.83MB / 135.06MB 2.9s
11:00:07 #14 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 135.06MB / 135.06MB 3.1s
11:00:08 #14 sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 135.06MB / 135.06MB 4.0s done
11:00:08 #14 ...
11:00:08 
11:00:08 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:jammy@sha256:34fea4f31bf187bc915536831fd0afc9d214755bf700b5cdb1336c82516d154e
11:00:08 #7 sha256:2d2bf6711655554a122f1117587d791ffc3895a19147c2d02bb3896e3c7b90b8
11:00:08 #7 resolve docker.io/library/ubuntu:jammy@sha256:34fea4f31bf187bc915536831fd0afc9d214755bf700b5cdb1336c82516d154e 0.0s done
11:00:08 #7 sha256:df5de72bdb3b711aba4eca685b1f42c722cc8a1837ed3fbd548a9282af2d836d 1.46kB / 1.46kB done
11:00:08 #7 sha256:d19f32bd9e4106d487f1a703fc2f09c8edadd92db4405d477978e8e466ab290d 30.43MB / 30.43MB 0.8s done
11:00:08 #7 sha256:34fea4f31bf187bc915536831fd0afc9d214755bf700b5cdb1336c82516d154e 1.42kB / 1.42kB done
11:00:08 #7 sha256:42ba2dfce475de1113d55602d40af18415897167d47c2045ec7b6d9746ff148f 529B / 529B done
11:00:08 #7 extracting sha256:d19f32bd9e4106d487f1a703fc2f09c8edadd92db4405d477978e8e466ab290d 3.2s done
11:00:08 #7 DONE 4.4s
11:00:08 
11:00:08 #14 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:08 #14 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:10 #14 extracting sha256:80b89a2b88b24e7be7c8038e2cbff99ad4fd2f07ad914da4bab80dabaadf8a99 4.2s done
11:00:10 #14 ...
11:00:10 
11:00:10 #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:10 #8 sha256:e6a9d59d27a53e8a6d8844e9d26b1c50518cd4bdd329ba4b52b3fb163b283a58
11:00:10 #8 DONE 1.3s
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:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:10 #14 extracting sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9
11:00:10 #14 extracting sha256:5b0405f798f5b335d83b02371187f3be0ce2092aa0c6b6178ff11290ee6a14c9 0.6s done
11:00:10 #14 extracting sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 0.1s
11:00:10 #14 extracting sha256:ab80b2b0494ab26b41941fb73a028292e2e5d2070c56b3488e890eda20e04641 0.3s done
11:00:11 #14 extracting sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921
11:00:16 #14 extracting sha256:bb827974c1cb152eae96a7b67abce3afa75353dec7790c0c07fdbb8906925921 4.6s done
11:00:16 #14 extracting sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e
11:00:18 #14 ...
11:00:18 
11:00:18 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:18 #9 sha256:e8fb759655108bca3eb34d8302a13a4187f7c1c6949ee8d2a63f44edf03328a8
11:00:18 #9 1.001 Get:1 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
11:00:18 #9 1.072 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB]
11:00:18 #9 1.085 Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB]
11:00:18 #9 1.112 Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
11:00:18 #9 1.304 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1792 kB]
11:00:18 #9 1.383 Get:6 http://archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [164 kB]
11:00:18 #9 1.383 Get:7 http://archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [266 kB]
11:00:18 #9 1.392 Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [17.5 MB]
11:00:18 #9 1.994 Get:9 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [4644 B]
11:00:18 #9 2.020 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [602 kB]
11:00:18 #9 2.021 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [319 kB]
11:00:18 #9 2.026 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [243 kB]
11:00:18 #9 2.040 Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [7791 B]
11:00:18 #9 2.040 Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [5814 B]
11:00:18 #9 2.083 Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [119 kB]
11:00:18 #9 2.132 Get:16 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [303 kB]
11:00:18 #9 2.245 Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [276 kB]
11:00:18 #9 3.359 Fetched 22.2 MB in 3s (8361 kB/s)
11:00:18 #9 3.359 Reading package lists...
11:00:18 #9 4.441 Reading package lists...
11:00:18 #9 5.461 Building dependency tree...
11:00:18 #9 5.687 Reading state information...
11:00:18 #9 5.904 The following additional packages will be installed:
11:00:18 #9 5.904   autoconf automake autopoint autotools-dev binutils binutils-common
11:00:18 #9 5.904   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
11:00:18 #9 5.904   ca-certificates cpp cpp-11 dctrl-tools debhelper debugedit dh-autoreconf
11:00:18 #9 5.904   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
11:00:18 #9 5.904   fakeroot file fontconfig-config fonts-dejavu-core g++ g++-11 gcc gcc-11
11:00:18 #9 5.904   gcc-11-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
11:00:18 #9 5.904   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
11:00:18 #9 5.904   intltool-debian iso-codes less libalgorithm-diff-perl
11:00:18 #9 5.904   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:00:18 #9 5.904   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:00:18 #9 5.904   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:00:18 #9 5.904   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:00:18 #9 5.904   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:00:18 #9 5.904   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
11:00:18 #9 5.904   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:00:18 #9 5.904   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:00:18 #9 5.904   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
11:00:18 #9 5.904   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:00:18 #9 5.904   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:00:18 #9 5.904   libdata-validate-uri-perl libdebhelper-perl libdeflate0
11:00:18 #9 5.904   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:00:18 #9 5.904   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
11:00:18 #9 5.904   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
11:00:18 #9 5.904   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
11:00:18 #9 5.904   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
11:00:18 #9 5.904   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
11:00:18 #9 5.904   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:00:18 #9 5.904   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
11:00:18 #9 5.904   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
11:00:18 #9 5.904   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
11:00:18 #9 5.904   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:00:18 #9 5.904   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:00:18 #9 5.904   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:00:18 #9 5.904   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:00:18 #9 5.904   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
11:00:18 #9 5.904   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
11:00:18 #9 5.904   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
11:00:18 #9 5.904   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:00:18 #9 5.904   libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
11:00:18 #9 5.904   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
11:00:18 #9 5.904   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:00:18 #9 5.904   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:00:18 #9 5.904   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:00:18 #9 5.904   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:00:18 #9 5.904   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
11:00:18 #9 5.904   libmath-base85-perl libmd0 libmodule-implementation-perl
11:00:18 #9 5.904   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
11:00:18 #9 5.904   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
11:00:18 #9 5.904   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
11:00:18 #9 5.904   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
11:00:18 #9 5.904   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
11:00:18 #9 5.904   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
11:00:18 #9 5.904   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:00:18 #9 5.904   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
11:00:18 #9 5.904   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
11:00:18 #9 5.904   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
11:00:18 #9 5.904   libpython3.10-minimal libpython3.10-stdlib libquadmath0
11:00:18 #9 5.904   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:00:18 #9 5.904   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:00:18 #9 5.904   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
11:00:18 #9 5.904   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:00:18 #9 5.904   libsereal-encoder-perl libset-intspan-perl libsigsegv2 libsocket6-perl
11:00:18 #9 5.904   libsort-versions-perl libsqlite3-0 libssh-4 libstdc++-11-dev
11:00:18 #9 5.904   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:00:18 #9 5.904   libstring-shellquote-perl libsub-exporter-perl
11:00:18 #9 5.904   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:00:18 #9 5.904   libsub-name-perl libsub-override-perl libsub-quote-perl
11:00:18 #9 5.904   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
11:00:18 #9 5.904   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:00:18 #9 5.904   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
11:00:18 #9 5.904   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
11:00:18 #9 5.904   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:00:18 #9 5.904   libuchardet0 libunicode-utf8-perl libunwind8 liburi-perl
11:00:18 #9 5.904   libvariable-magic-perl libwant-perl libwebp7 libwww-perl
11:00:18 #9 5.904   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:00:18 #9 5.904   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:00:18 #9 5.904   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
11:00:18 #9 5.904   libxpm4 libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl
11:00:18 #9 5.904   licensecheck lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop
11:00:18 #9 5.905   m4 make man-db manpages manpages-dev media-types netbase openssh-client
11:00:18 #9 5.905   openssl patch patchutils perl perl-modules-5.34 perl-openssl-defaults
11:00:18 #9 5.905   pinentry-curses po-debconf publicsuffix python-apt-common python3
11:00:18 #9 5.905   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:00:18 #9 5.905   python3-idna python3-magic python3-minimal python3-pkg-resources
11:00:18 #9 5.905   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:00:18 #9 5.905   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
11:00:18 #9 5.905   ucf unzip wdiff xauth xz-utils zstd
11:00:18 #9 5.906 Suggested packages:
11:00:18 #9 5.906   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
11:00:18 #9 5.906   gcc-11-locales debtags dh-make adequate at autopkgtest bls-standalone
11:00:18 #9 5.906   bsd-mailx | mailx check-all-the-things cvs-buildpackage diffoscope
11:00:18 #9 5.906   disorderfs dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
11:00:18 #9 5.906   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
11:00:18 #9 5.906   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
11:00:18 #9 5.906   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
11:00:18 #9 5.906   debian-keyring libsoap-lite-perl pristine-tar dbus-user-session
11:00:18 #9 5.906   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
11:00:18 #9 5.906   g++-multilib g++-11-multilib gcc-11-doc gcc-multilib flex bison gdb gcc-doc
11:00:18 #9 5.906   gcc-11-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
11:00:18 #9 5.906   | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs
11:00:18 #9 5.906   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
11:00:18 #9 5.906   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n
11:00:18 #9 5.906   libtool-doc libcrypt-ssleay-perl libossp-uuid-perl libscalar-number-perl
11:00:18 #9 5.906   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
11:00:18 #9 5.906   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
11:00:18 #9 5.906   libstdc++-11-doc libbareword-filehandles-perl libindirect-perl
11:00:18 #9 5.906   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
11:00:18 #9 5.906   libdevel-lexalias-perl libbusiness-isbn-perl libauthen-ntlm-perl
11:00:18 #9 5.906   libxml-sax-expatxs-perl bash-completion binutils-multiarch
11:00:18 #9 5.906   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
11:00:18 #9 5.906   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
11:00:18 #9 5.906   libterm-readline-gnu-perl | libterm-readline-perl-perl
11:00:18 #9 5.906   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
11:00:18 #9 5.906   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
11:00:18 #9 5.906   python3-cryptography python3-openssl python3-socks python-requests-doc
11:00:18 #9 5.906   python3.10-venv python3.10-doc binfmt-support readline-doc zip wdiff-doc
11:00:18 #9 6.284 The following NEW packages will be installed:
11:00:18 #9 6.284   autoconf automake autopoint autotools-dev binutils binutils-common
11:00:18 #9 6.284   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
11:00:18 #9 6.285   ca-certificates cpp cpp-11 curl dctrl-tools debhelper debugedit devscripts
11:00:18 #9 6.285   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
11:00:18 #9 6.285   dpkg-dev dput dwz equivs fakeroot file fontconfig-config fonts-dejavu-core
11:00:18 #9 6.285   g++ g++-11 gcc gcc-11 gcc-11-base gettext gettext-base git git-man gnupg
11:00:18 #9 6.285   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
11:00:18 #9 6.285   gpgsm groff-base intltool-debian iso-codes less libalgorithm-diff-perl
11:00:18 #9 6.286   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
11:00:18 #9 6.286   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
11:00:18 #9 6.286   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
11:00:18 #9 6.286   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
11:00:18 #9 6.286   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0.8
11:00:18 #9 6.286   libcc1-0 libclass-data-inheritable-perl libclass-method-modifiers-perl
11:00:18 #9 6.286   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
11:00:18 #9 6.286   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
11:00:18 #9 6.286   libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls
11:00:18 #9 6.286   libcurl4 libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
11:00:18 #9 6.286   libdata-optlist-perl libdata-validate-domain-perl libdata-validate-ip-perl
11:00:18 #9 6.286   libdata-validate-uri-perl libdebhelper-perl libdeflate0
11:00:18 #9 6.287   libdevel-callchecker-perl libdevel-size-perl libdevel-stacktrace-perl
11:00:18 #9 6.287   libdistro-info-perl libdpkg-perl libdw1 libdynaloader-functions-perl
11:00:18 #9 6.287   libedit2 libelf1 libemail-address-xs-perl libencode-locale-perl
11:00:18 #9 6.287   liberror-perl libexception-class-perl libexpat1 libexporter-tiny-perl
11:00:18 #9 6.287   libfakeroot libfido2-1 libfile-basedir-perl libfile-chdir-perl
11:00:18 #9 6.287   libfile-dirlist-perl libfile-fcntllock-perl libfile-find-rule-perl
11:00:18 #9 6.287   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
11:00:18 #9 6.287   libfile-touch-perl libfile-which-perl libfont-afm-perl libfont-ttf-perl
11:00:18 #9 6.287   libfontconfig1 libfreetype6 libgcc-11-dev libgd3 libgdbm-compat4 libgdbm6
11:00:18 #9 6.287   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
11:00:18 #9 6.287   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
11:00:18 #9 6.287   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
11:00:18 #9 6.287   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
11:00:18 #9 6.287   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
11:00:18 #9 6.287   libicu70 libimport-into-perl libio-html-perl libio-interactive-perl
11:00:18 #9 6.287   libio-prompt-tiny-perl libio-prompter-perl libio-pty-perl
11:00:18 #9 6.287   libio-socket-ssl-perl libio-string-perl libipc-run-perl libipc-run3-perl
11:00:18 #9 6.287   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
11:00:18 #9 6.287   libitm1 libjbig0 libjpeg-turbo8 libjpeg8 libjson-maybexs-perl libjson-perl
11:00:18 #9 6.288   libjson-xs-perl libksba8 libldap-2.5-0 libldap-common liblist-compare-perl
11:00:18 #9 6.288   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
11:00:18 #9 6.288   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
11:00:18 #9 6.288   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
11:00:18 #9 6.288   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
11:00:18 #9 6.288   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2
11:00:18 #9 6.288   libmath-base85-perl libmd0 libmodule-implementation-perl
11:00:18 #9 6.288   libmodule-runtime-perl libmoo-perl libmoox-aliases-perl libmoox-struct-perl
11:00:18 #9 6.288   libmouse-perl libmpc3 libmpdec3 libmpfr6 libnamespace-autoclean-perl
11:00:18 #9 6.288   libnamespace-clean-perl libnet-domain-tld-perl libnet-http-perl
11:00:18 #9 6.288   libnet-ipv6addr-perl libnet-netmask-perl libnet-smtp-ssl-perl
11:00:18 #9 6.288   libnet-ssleay-perl libnetaddr-ip-perl libnghttp2-14 libnpth0 libnsl-dev
11:00:18 #9 6.288   libnumber-compare-perl libobject-id-perl libpackage-stash-perl
11:00:18 #9 6.288   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
11:00:18 #9 6.288   libpath-iterator-rule-perl libpath-tiny-perl libperl5.34 libperlio-gzip-perl
11:00:18 #9 6.288   libperlio-utf8-strict-perl libpipeline1 libpng16-16 libpod-constants-perl
11:00:18 #9 6.288   libpod-parser-perl libproc-processtable-perl libpsl5 libpython3-stdlib
11:00:18 #9 6.288   libpython3.10-minimal libpython3.10-stdlib libquadmath0
11:00:18 #9 6.288   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
11:00:18 #9 6.289   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
11:00:18 #9 6.289   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
11:00:18 #9 6.289   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
11:00:18 #9 6.289   libsereal-encoder-perl libset-intspan-perl libsigsegv2 libsocket6-perl
11:00:18 #9 6.289   libsort-versions-perl libsqlite3-0 libssh-4 libstdc++-11-dev
11:00:18 #9 6.289   libstrictures-perl libstring-copyright-perl libstring-escape-perl
11:00:18 #9 6.289   libstring-shellquote-perl libsub-exporter-perl
11:00:18 #9 6.289   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
11:00:18 #9 6.289   libsub-name-perl libsub-override-perl libsub-quote-perl
11:00:18 #9 6.289   libsyntax-keyword-try-perl libsys-hostname-long-perl libterm-readkey-perl
11:00:18 #9 6.289   libtext-glob-perl libtext-levenshteinxs-perl libtext-markdown-discount-perl
11:00:18 #9 6.289   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
11:00:18 #9 6.289   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
11:00:18 #9 6.289   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
11:00:18 #9 6.289   libuchardet0 libunicode-utf8-perl libunwind8 liburi-perl
11:00:18 #9 6.289   libvariable-magic-perl libwant-perl libwebp7 libwww-perl
11:00:18 #9 6.289   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
11:00:18 #9 6.289   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
11:00:18 #9 6.289   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
11:00:18 #9 6.290   libxpm4 libxs-parse-keyword-perl libyaml-0-2 libyaml-libyaml-perl
11:00:18 #9 6.290   licensecheck lintian linux-libc-dev lsb-release lto-disabled-list lzip lzop
11:00:18 #9 6.290   m4 make man-db manpages manpages-dev media-types netbase openssh-client
11:00:18 #9 6.290   openssl patch patchutils perl perl-modules-5.34 perl-openssl-defaults
11:00:18 #9 6.291   pinentry-curses po-debconf publicsuffix python-apt-common python3
11:00:18 #9 6.291   python3-apt python3-certifi python3-chardet python3-debian python3-gpg
11:00:18 #9 6.291   python3-idna python3-magic python3-minimal python3-pkg-resources
11:00:18 #9 6.291   python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
11:00:18 #9 6.291   python3.10 python3.10-minimal readline-common rpcsvc-proto strace t1utils
11:00:18 #9 6.291   ucf unzip wdiff xauth xz-utils zstd
11:00:18 #9 6.728 0 upgraded, 371 newly installed, 0 to remove and 0 not upgraded.
11:00:18 #9 6.728 Need to get 132 MB of archives.
11:00:18 #9 6.728 After this operation, 475 MB of additional disk space will be used.
11:00:18 #9 6.728 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblocale-gettext-perl amd64 1.07-4build3 [17.1 kB]
11:00:18 #9 6.885 Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-minimal amd64 3.10.4-3ubuntu0.1 [809 kB]
11:00:18 #9 7.276 Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libexpat1 amd64 2.4.7-1 [90.7 kB]
11:00:18 #9 7.287 Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10-minimal amd64 3.10.4-3ubuntu0.1 [2258 kB]
11:00:18 #9 7.425 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-minimal amd64 3.10.4-0ubuntu2 [24.4 kB]
11:00:18 #9 7.426 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 media-types all 7.0.0 [25.5 kB]
11:00:18 #9 7.427 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpdec3 amd64 2.5.1-2build2 [86.8 kB]
11:00:18 #9 7.432 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 readline-common all 8.1.2-1 [53.5 kB]
11:00:18 #9 7.436 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline8 amd64 8.1.2-1 [153 kB]
11:00:18 #9 7.446 Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsqlite3-0 amd64 3.37.2-2 [643 kB]
11:00:18 #9 7.476 Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpython3.10-stdlib amd64 3.10.4-3ubuntu0.1 [1830 kB]
11:00:18 #9 7.561 Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3.10 amd64 3.10.4-3ubuntu0.1 [488 kB]
11:00:18 #9 7.587 Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpython3-stdlib amd64 3.10.4-0ubuntu2 [6990 B]
11:00:18 #9 7.587 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3 amd64 3.10.4-0ubuntu2 [22.8 kB]
11:00:18 #9 7.587 Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 perl-modules-5.34 all 5.34.0-3ubuntu1 [2975 kB]
11:00:18 #9 7.729 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm6 amd64 1.23-1 [33.9 kB]
11:00:18 #9 7.761 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgdbm-compat4 amd64 1.23-1 [6606 B]
11:00:18 #9 7.762 Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 libperl5.34 amd64 5.34.0-3ubuntu1 [4809 kB]
11:00:18 #9 8.003 Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 perl amd64 5.34.0-3ubuntu1 [232 kB]
11:00:18 #9 8.006 Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssl amd64 3.0.2-0ubuntu1.6 [1184 kB]
11:00:18 #9 8.035 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 ca-certificates all 20211016 [148 kB]
11:00:18 #9 8.044 Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 distro-info-data all 0.52ubuntu0.1 [5124 B]
11:00:18 #9 8.044 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 iso-codes all 4.9.0-1 [3459 kB]
11:00:18 #9 8.253 Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 less amd64 590-1build1 [143 kB]
11:00:18 #9 8.253 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmd0 amd64 1.0.4-1build1 [23.0 kB]
11:00:18 #9 8.253 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbsd0 amd64 0.11.5-1 [44.8 kB]
11:00:18 #9 8.253 Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 libelf1 amd64 0.186-1build1 [51.0 kB]
11:00:18 #9 8.253 Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 libicu70 amd64 70.1-2 [10.6 MB]
11:00:18 #9 8.746 Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libxml2 amd64 2.9.13+dfsg-1ubuntu0.1 [763 kB]
11:00:18 #9 8.769 Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-0-2 amd64 0.2.2-1build2 [51.6 kB]
11:00:18 #9 8.772 Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 lsb-release all 11.1.0ubuntu4 [10.8 kB]
11:00:18 #9 8.773 Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 netbase all 6.3 [12.9 kB]
11:00:18 #9 8.773 Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python-apt-common all 2.3.0ubuntu2.1 [15.2 kB]
11:00:18 #9 8.774 Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-apt amd64 2.3.0ubuntu2.1 [165 kB]
11:00:18 #9 8.781 Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pkg-resources all 59.6.0-1.2 [132 kB]
11:00:18 #9 8.787 Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 ucf all 3.0043 [56.1 kB]
11:00:18 #9 8.789 Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 bsdextrautils amd64 2.37.2-4ubuntu3 [71.1 kB]
11:00:18 #9 8.821 Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmagic-mgc amd64 1:5.41-3 [257 kB]
11:00:18 #9 8.897 Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmagic1 amd64 1:5.41-3 [87.2 kB]
11:00:18 #9 8.899 Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 file amd64 1:5.41-3 [21.5 kB]
11:00:18 #9 8.900 Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext-base amd64 0.21-4ubuntu4 [37.8 kB]
11:00:18 #9 8.901 Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 libuchardet0 amd64 0.0.7-1build2 [76.9 kB]
11:00:18 #9 8.905 Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 groff-base amd64 1.22.4-8build1 [955 kB]
11:00:18 #9 8.941 Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcbor0.8 amd64 0.8.0-2ubuntu1 [24.6 kB]
11:00:18 #9 8.942 Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 libedit2 amd64 3.1-20210910-1build1 [96.8 kB]
11:00:18 #9 8.946 Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfido2-1 amd64 1.10.0-1 [82.8 kB]
11:00:18 #9 8.948 Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnghttp2-14 amd64 1.43.0-1build3 [76.3 kB]
11:00:18 #9 8.972 Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpipeline1 amd64 1.5.5-1 [23.5 kB]
11:00:19 #9 9.048 Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpng16-16 amd64 1.6.37-3build5 [191 kB]
11:00:19 #9 9.057 Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpsl5 amd64 0.21.0-1.2build2 [58.4 kB]
11:00:19 #9 9.060 Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxau6 amd64 1:1.0.9-1build5 [7634 B]
11:00:19 #9 9.060 Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu5 [10.9 kB]
11:00:19 #9 9.061 Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxcb1 amd64 1.14-3ubuntu3 [49.0 kB]
11:00:19 #9 9.063 Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 libx11-data all 2:1.7.5-1 [119 kB]
11:00:19 #9 9.069 Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 libx11-6 amd64 2:1.7.5-1 [666 kB]
11:00:19 #9 9.101 Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxext6 amd64 2:1.3.4-1build1 [31.8 kB]
11:00:19 #9 9.102 Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxmuu1 amd64 2:1.1.3-3 [10.2 kB]
11:00:19 #9 9.124 Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 man-db amd64 2.10.2-1 [1187 kB]
11:00:19 #9 9.200 Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages all 5.10-1ubuntu1 [1375 kB]
11:00:19 #9 9.254 Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 openssh-client amd64 1:8.9p1-3 [909 kB]
11:00:19 #9 9.302 Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 publicsuffix all 20211207.1025-1 [129 kB]
11:00:19 #9 9.307 Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 libunwind8 amd64 1.3.2-2build2 [54.5 kB]
11:00:19 #9 9.309 Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 strace amd64 5.16-0ubuntu3 [567 kB]
11:00:19 #9 9.331 Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 xauth amd64 1:1.1-1build2 [27.5 kB]
11:00:19 #9 9.332 Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 xz-utils amd64 5.2.5-2ubuntu1 [84.8 kB]
11:00:19 #9 9.335 Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsigsegv2 amd64 2.13-1ubuntu3 [14.6 kB]
11:00:19 #9 9.351 Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 m4 amd64 1.4.18-5ubuntu2 [199 kB]
11:00:19 #9 9.359 Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 autoconf all 2.71-2 [338 kB]
11:00:19 #9 9.371 Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 autotools-dev all 20220109.1 [44.9 kB]
11:00:19 #9 9.427 Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 automake all 1:1.16.5-1.3 [558 kB]
11:00:19 #9 9.448 Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 autopoint all 0.21-4ubuntu4 [422 kB]
11:00:19 #9 9.463 Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 binutils-common amd64 2.38-3ubuntu1 [221 kB]
11:00:19 #9 9.472 Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbinutils amd64 2.38-3ubuntu1 [662 kB]
11:00:19 #9 9.515 Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 libctf-nobfd0 amd64 2.38-3ubuntu1 [106 kB]
11:00:19 #9 9.518 Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libctf0 amd64 2.38-3ubuntu1 [103 kB]
11:00:19 #9 9.521 Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 binutils-x86-64-linux-gnu amd64 2.38-3ubuntu1 [2328 kB]
11:00:19 #9 9.627 Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 binutils amd64 2.38-3ubuntu1 [3186 B]
11:00:19 #9 9.628 Get:78 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-dev-bin amd64 2.35-0ubuntu3.1 [20.4 kB]
11:00:19 #9 9.629 Get:79 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-libc-dev amd64 5.15.0-43.46 [1298 kB]
11:00:19 #9 9.967 Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcrypt-dev amd64 1:4.4.27-1 [112 kB]
11:00:19 #9 10.02 Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu6 [68.5 kB]
11:00:19 #9 10.04 Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libtirpc-dev amd64 1.3.2-2ubuntu0.1 [192 kB]
11:00:19 #9 10.07 Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnsl-dev amd64 1.3.0-2build2 [71.3 kB]
11:00:19 #9 10.08 Get:84 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc6-dev amd64 2.35-0ubuntu3.1 [2099 kB]
11:00:20 #9 10.14 Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc-11-base amd64 11.2.0-19ubuntu1 [20.8 kB]
11:00:20 #9 10.16 Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libisl23 amd64 0.24-2build1 [727 kB]
11:00:20 #9 10.17 Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpfr6 amd64 4.1.0-3build3 [1425 kB]
11:00:20 #9 10.20 Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmpc3 amd64 1.2.1-2build1 [46.9 kB]
11:00:20 #9 10.22 Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 cpp-11 amd64 11.2.0-19ubuntu1 [9966 kB]
11:00:20 #9 10.48 Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 cpp amd64 4:11.2.0-1ubuntu1 [27.7 kB]
11:00:20 #9 10.49 Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcc1-0 amd64 12-20220319-1ubuntu1 [47.2 kB]
11:00:20 #9 10.51 Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgomp1 amd64 12-20220319-1ubuntu1 [126 kB]
11:00:20 #9 10.52 Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 libitm1 amd64 12-20220319-1ubuntu1 [30.2 kB]
11:00:20 #9 10.53 Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 libatomic1 amd64 12-20220319-1ubuntu1 [10.4 kB]
11:00:20 #9 10.55 Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libasan6 amd64 11.2.0-19ubuntu1 [2283 kB]
11:00:20 #9 10.59 Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblsan0 amd64 12-20220319-1ubuntu1 [1069 kB]
11:00:20 #9 10.62 Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtsan0 amd64 11.2.0-19ubuntu1 [2261 kB]
11:00:20 #9 10.67 Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 libubsan1 amd64 12-20220319-1ubuntu1 [976 kB]
11:00:20 #9 10.69 Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 libquadmath0 amd64 12-20220319-1ubuntu1 [154 kB]
11:00:20 #9 10.71 Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgcc-11-dev amd64 11.2.0-19ubuntu1 [2526 kB]
11:00:20 #9 10.77 Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc-11 amd64 11.2.0-19ubuntu1 [20.1 MB]
11:00:21 #9 11.25 Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 gcc amd64 4:11.2.0-1ubuntu1 [5112 B]
11:00:21 #9 11.26 Get:103 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstdc++-11-dev amd64 11.2.0-19ubuntu1 [2083 kB]
11:00:21 #9 11.30 Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++-11 amd64 11.2.0-19ubuntu1 [11.4 MB]
11:00:21 #9 11.60 Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 g++ amd64 4:11.2.0-1ubuntu1 [1412 B]
11:00:21 #9 11.62 Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 make amd64 4.3-4.1build1 [180 kB]
11:00:21 #9 11.69 Get:107 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libdpkg-perl all 1.21.1ubuntu2.1 [237 kB]
11:00:21 #9 11.71 Get:108 http://archive.ubuntu.com/ubuntu jammy/main amd64 bzip2 amd64 1.0.8-5build1 [34.8 kB]
11:00:21 #9 11.72 Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 patch amd64 2.7.6-7build2 [109 kB]
11:00:21 #9 11.73 Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 lto-disabled-list all 24 [12.5 kB]
11:00:21 #9 11.75 Get:111 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dpkg-dev all 1.21.1ubuntu2.1 [922 kB]
11:00:21 #9 11.77 Get:112 http://archive.ubuntu.com/ubuntu jammy/main amd64 build-essential amd64 12.9ubuntu3 [4744 B]
11:00:21 #9 11.79 Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbrotli1 amd64 1.0.9-2build6 [315 kB]
11:00:21 #9 11.80 Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg2-3ubuntu1 [20.8 kB]
11:00:21 #9 11.81 Get:115 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsasl2-2 amd64 2.1.27+dfsg2-3ubuntu1 [53.9 kB]
11:00:21 #9 11.83 Get:116 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-2.5-0 amd64 2.5.12+dfsg-0ubuntu0.22.04.1 [184 kB]
11:00:21 #9 11.84 Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build4 [58.2 kB]
11:00:21 #9 11.86 Get:118 http://archive.ubuntu.com/ubuntu jammy/main amd64 libssh-4 amd64 0.9.6-2build1 [184 kB]
11:00:21 #9 11.87 Get:119 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl4 amd64 7.81.0-1ubuntu1.3 [290 kB]
11:00:21 #9 11.89 Get:120 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 curl amd64 7.81.0-1ubuntu1.3 [194 kB]
11:00:21 #9 11.90 Get:121 http://archive.ubuntu.com/ubuntu jammy/main amd64 dctrl-tools amd64 2.24-3build2 [66.9 kB]
11:00:21 #9 11.91 Get:122 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdebhelper-perl all 13.6ubuntu1 [67.2 kB]
11:00:21 #9 11.93 Get:123 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtool all 2.4.6-15build2 [164 kB]
11:00:21 #9 11.94 Get:124 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-autoreconf all 20 [16.1 kB]
11:00:21 #9 11.96 Get:125 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB]
11:00:21 #9 11.97 Get:126 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-override-perl all 0.09-2 [9532 B]
11:00:21 #9 11.98 Get:127 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-stripnondeterminism-perl all 1.13.0-1 [18.1 kB]
11:00:21 #9 11.99 Get:128 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-strip-nondeterminism all 1.13.0-1 [5344 B]
11:00:21 #9 12.01 Get:129 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdw1 amd64 0.186-1build1 [250 kB]
11:00:21 #9 12.02 Get:130 http://archive.ubuntu.com/ubuntu jammy/main amd64 debugedit amd64 1:5.0-4build1 [47.2 kB]
11:00:21 #9 12.04 Get:131 http://archive.ubuntu.com/ubuntu jammy/main amd64 dwz amd64 0.14-1build2 [105 kB]
11:00:21 #9 12.06 Get:132 http://archive.ubuntu.com/ubuntu jammy/main amd64 gettext amd64 0.21-4ubuntu4 [868 kB]
11:00:21 #9 12.07 Get:133 http://archive.ubuntu.com/ubuntu jammy/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
11:00:21 #9 12.14 Get:134 http://archive.ubuntu.com/ubuntu jammy/main amd64 po-debconf all 1.0.21+nmu1 [233 kB]
11:00:21 #9 12.17 Get:135 http://archive.ubuntu.com/ubuntu jammy/main amd64 debhelper all 13.6ubuntu1 [923 kB]
11:00:22 #9 12.18 Get:136 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfakeroot amd64 1.28-1ubuntu1 [31.5 kB]
11:00:22 #9 12.20 Get:137 http://archive.ubuntu.com/ubuntu jammy/main amd64 fakeroot amd64 1.28-1ubuntu1 [60.4 kB]
11:00:22 #9 12.21 Get:138 http://archive.ubuntu.com/ubuntu jammy/main amd64 libassuan0 amd64 2.5.5-1build1 [38.2 kB]
11:00:22 #9 12.23 Get:139 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgconf amd64 2.2.27-3ubuntu2.1 [94.2 kB]
11:00:22 #9 12.24 Get:140 http://archive.ubuntu.com/ubuntu jammy/main amd64 libksba8 amd64 1.6.0-2build1 [119 kB]
11:00:22 #9 12.25 Get:141 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnpth0 amd64 1.6-3build2 [8664 B]
11:00:22 #9 12.27 Get:142 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 dirmngr amd64 2.2.27-3ubuntu2.1 [293 kB]
11:00:22 #9 12.28 Get:143 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-l10n all 2.2.27-3ubuntu2.1 [54.4 kB]
11:00:22 #9 12.30 Get:144 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg-utils amd64 2.2.27-3ubuntu2.1 [308 kB]
11:00:22 #9 12.31 Get:145 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg amd64 2.2.27-3ubuntu2.1 [519 kB]
11:00:22 #9 12.33 Get:146 http://archive.ubuntu.com/ubuntu jammy/main amd64 pinentry-curses amd64 1.1.1-1build2 [34.4 kB]
11:00:22 #9 12.34 Get:147 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-agent amd64 2.2.27-3ubuntu2.1 [209 kB]
11:00:22 #9 12.36 Get:148 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-client amd64 2.2.27-3ubuntu2.1 [62.7 kB]
11:00:22 #9 12.37 Get:149 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpg-wks-server amd64 2.2.27-3ubuntu2.1 [57.5 kB]
11:00:22 #9 12.38 Get:150 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gpgsm amd64 2.2.27-3ubuntu2.1 [197 kB]
11:00:22 #9 12.40 Get:151 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 gnupg all 2.2.27-3ubuntu2.1 [315 kB]
11:00:22 #9 12.41 Get:152 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-dirlist-perl all 0.05-2 [7100 B]
11:00:22 #9 12.43 Get:153 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
11:00:22 #9 12.44 Get:154 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-homedir-perl all 1.006-1 [38.3 kB]
11:00:22 #9 12.45 Get:155 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-touch-perl all 0.12-1 [9024 B]
11:00:22 #9 12.47 Get:156 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-pty-perl amd64 1:1.15-2build2 [35.1 kB]
11:00:22 #9 12.48 Get:157 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipc-run-perl all 20200505.0-1 [89.8 kB]
11:00:22 #9 12.49 Get:158 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
11:00:22 #9 12.50 Get:159 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-xsaccessor-perl amd64 1.19-3build9 [34.1 kB]
11:00:22 #9 12.52 Get:160 http://archive.ubuntu.com/ubuntu jammy/main amd64 libb-hooks-op-check-perl amd64 0.22-1build5 [10.3 kB]
11:00:22 #9 12.58 Get:161 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
11:00:22 #9 12.60 Get:162 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu4 [14.9 kB]
11:00:22 #9 12.61 Get:163 http://archive.ubuntu.com/ubuntu jammy/main amd64 libparams-classify-perl amd64 0.015-1build5 [22.0 kB]
11:00:22 #9 12.62 Get:164 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
11:00:22 #9 12.63 Get:165 http://archive.ubuntu.com/ubuntu jammy/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
11:00:22 #9 12.65 Get:166 http://archive.ubuntu.com/ubuntu jammy/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
11:00:22 #9 12.66 Get:167 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
11:00:22 #9 12.67 Get:168 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmoo-perl all 2.005004-3 [48.0 kB]
11:00:22 #9 12.69 Get:169 http://archive.ubuntu.com/ubuntu jammy/main amd64 libencode-locale-perl all 1.05-1.1 [11.8 kB]
11:00:22 #9 12.70 Get:170 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtimedate-perl all 2.3300-2 [34.0 kB]
11:00:22 #9 12.71 Get:171 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
11:00:22 #9 12.73 Get:172 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-listing-perl all 6.14-1 [11.2 kB]
11:00:22 #9 12.74 Get:173 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
11:00:22 #9 12.75 Get:174 http://archive.ubuntu.com/ubuntu jammy/main amd64 liburi-perl all 5.10-1 [78.8 kB]
11:00:22 #9 12.77 Get:175 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-parser-perl amd64 3.76-1build2 [88.4 kB]
11:00:22 #9 12.78 Get:176 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
11:00:22 #9 12.79 Get:177 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-html-perl all 1.004-2 [15.4 kB]
11:00:22 #9 12.81 Get:178 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
11:00:22 #9 12.82 Get:179 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-message-perl all 6.36-1 [76.8 kB]
11:00:22 #9 12.83 Get:180 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
11:00:23 #9 13.24 Get:181 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
11:00:23 #9 13.31 Get:182 http://archive.ubuntu.com/ubuntu jammy/main amd64 perl-openssl-defaults amd64 5build2 [7542 B]
11:00:23 #9 13.40 Get:183 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-ssleay-perl amd64 1.92-1build2 [327 kB]
11:00:23 #9 13.77 Get:184 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-socket-ssl-perl all 2.074-2 [192 kB]
11:00:23 #9 13.88 Get:185 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-http-perl all 6.22-1 [23.2 kB]
11:00:23 #9 13.96 Get:186 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
11:00:23 #9 14.03 Get:187 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtry-tiny-perl all 0.31-1 [21.8 kB]
11:00:24 #9 14.11 Get:188 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
11:00:24 #9 14.19 Get:189 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwww-perl all 6.61-1 [141 kB]
11:00:24 #9 14.29 Get:190 http://archive.ubuntu.com/ubuntu jammy/main amd64 patchutils amd64 0.4.2-1build2 [77.8 kB]
11:00:24 #9 14.38 Get:191 http://archive.ubuntu.com/ubuntu jammy/main amd64 wdiff amd64 1.2.2-2build3 [29.6 kB]
11:00:24 #9 14.46 Get:192 http://archive.ubuntu.com/ubuntu jammy/main amd64 devscripts amd64 2.22.1ubuntu1 [1057 kB]
11:00:24 #9 14.69 Get:193 http://archive.ubuntu.com/ubuntu jammy/main amd64 diffstat amd64 1.64-1build2 [29.2 kB]
11:00:24 #9 14.77 Get:194 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-chardet all 4.0.0-1 [98.0 kB]
11:00:24 #9 14.85 Get:195 http://archive.ubuntu.com/ubuntu jammy/main amd64 zstd amd64 1.4.8+dfsg-3build1 [603 kB]
11:00:24 #9 14.97 Get:196 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-debian all 0.1.43ubuntu1 [107 kB]
11:00:24 #9 15.04 Get:197 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgpgme11 amd64 1.16.0-1.2ubuntu4 [136 kB]
11:00:25 #9 15.12 Get:198 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-gpg amd64 1.16.0-1.2ubuntu4 [215 kB]
11:00:25 #9 15.21 Get:199 http://archive.ubuntu.com/ubuntu jammy/main amd64 dput all 1.1.0ubuntu2 [44.9 kB]
11:00:25 #9 15.29 Get:200 http://archive.ubuntu.com/ubuntu jammy/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
11:00:25 #9 15.41 Get:201 http://archive.ubuntu.com/ubuntu jammy/main amd64 fontconfig-config all 2.13.1-4.2ubuntu5 [29.1 kB]
11:00:25 #9 ...
11:00:25 
11:00:25 #14 [golang 1/1] FROM docker.io/library/golang:1.17.13-buster@sha256:cf57fd6a33fee81c4a7450b2017bf862990e796316b30c22f03fd1f6b53ddcec
11:00:25 #14 sha256:7fc282fa428cf12e9ad69a5562e9c8ecb43dcd24ab9f6373c92568849544bd0e
11:00:25 #14 extracting sha256:107910070fddb285b7efcd0059371a3e6390693a973af12e3dc7588fa1d4630e 2.7s done
11:00:25 #14 extracting sha256:4a2b7c8968910bd976ef0aa1d17322f123f63a88143777efee93f36929347cd1 6.1s done
11:00:25 #14 extracting sha256:baca0e06c4e4e05fb963c189b5345cd1b92782afddd2e03ada82c530fc32e581 done
11:00:25 #14 DONE 21.1s
11:00:25 
11:00:25 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
11:00:25 #9 sha256:e8fb759655108bca3eb34d8302a13a4187f7c1c6949ee8d2a63f44edf03328a8
11:00:25 #9 15.49 Get:202 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libcurl3-gnutls amd64 7.81.0-1ubuntu1.3 [284 kB]
11:00:25 #9 15.58 Get:203 http://archive.ubuntu.com/ubuntu jammy/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
11:00:25 #9 15.65 Get:204 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git-man all 1:2.34.1-1ubuntu1.4 [952 kB]
11:00:25 #9 15.77 Get:205 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 git amd64 1:2.34.1-1ubuntu1.4 [3131 kB]
11:00:26 #9 16.02 Get:206 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
11:00:26 #9 16.21 Get:207 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6build3 [11.9 kB]
11:00:26 #9 16.29 Get:208 http://archive.ubuntu.com/ubuntu jammy/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
11:00:26 #9 16.36 Get:209 http://archive.ubuntu.com/ubuntu jammy/main amd64 libaliased-perl all 0.34-1.1 [13.3 kB]
11:00:26 #9 16.44 Get:210 http://archive.ubuntu.com/ubuntu jammy/main amd64 libapt-pkg-perl amd64 0.1.40build2 [72.5 kB]
11:00:26 #9 16.52 Get:211 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive-cpio-perl all 0.10-1.1 [9928 B]
11:00:26 #9 16.59 Get:212 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarray-intspan-perl all 2.004-1 [24.5 kB]
11:00:26 #9 16.67 Get:213 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
11:00:26 #9 16.75 Get:214 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
11:00:26 #9 16.82 Get:215 http://archive.ubuntu.com/ubuntu jammy/main amd64 libvariable-magic-perl amd64 0.62-1build5 [35.9 kB]
11:00:27 #9 16.90 Get:216 http://archive.ubuntu.com/ubuntu jammy/main amd64 libb-hooks-endofscope-perl all 0.25-1 [17.8 kB]
11:00:27 #9 16.98 Get:217 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libfreetype6 amd64 2.11.1+dfsg-1ubuntu0.1 [389 kB]
11:00:27 #9 17.06 Get:218 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu5 [131 kB]
11:00:27 #9 17.14 Get:219 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg-turbo8 amd64 2.1.2-0ubuntu1 [134 kB]
11:00:27 #9 17.22 Get:220 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjpeg8 amd64 8c-2ubuntu10 [2264 B]
11:00:27 #9 17.29 Get:221 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdeflate0 amd64 1.10-2 [70.9 kB]
11:00:27 #9 17.37 Get:222 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjbig0 amd64 2.1-3.1build3 [28.9 kB]
11:00:27 #9 17.45 Get:223 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwebp7 amd64 1.2.2-2 [206 kB]
11:00:27 #9 17.53 Get:224 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtiff5 amd64 4.3.0-6 [183 kB]
11:00:27 #9 17.61 Get:225 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxpm4 amd64 1:3.5.12-1build2 [36.2 kB]
11:00:27 #9 17.70 Get:226 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgd3 amd64 2.3.0-2ubuntu2 [129 kB]
11:00:27 #9 17.78 Get:227 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libc-devtools amd64 2.35-0ubuntu3.1 [28.9 kB]
11:00:27 #9 17.86 Get:228 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
11:00:27 #9 17.95 Get:229 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
11:00:28 #9 18.03 Get:230 http://archive.ubuntu.com/ubuntu jammy/main amd64 libclone-perl amd64 0.45-1build3 [11.0 kB]
11:00:28 #9 18.11 Get:231 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcommon-sense-perl amd64 3.75-2build1 [21.1 kB]
11:00:28 #9 18.19 Get:232 http://archive.ubuntu.com/ubuntu jammy/main amd64 libconfig-tiny-perl all 2.28-1 [13.1 kB]
11:00:28 #9 18.39 Get:233 http://archive.ubuntu.com/ubuntu jammy/main amd64 libparams-util-perl amd64 1.102-1build3 [22.7 kB]
11:00:28 #9 18.49 Get:234 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-install-perl all 0.928-1.1 [9972 B]
11:00:28 #9 18.57 Get:235 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-optlist-perl all 0.112-1 [11.0 kB]
11:00:28 #9 18.65 Get:236 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-exporter-perl all 0.988-1 [50.6 kB]
11:00:28 #9 18.73 Get:237 http://archive.ubuntu.com/ubuntu jammy/main amd64 libconst-fast-perl all 0.014-1.1 [7756 B]
11:00:28 #9 18.80 Get:238 http://archive.ubuntu.com/ubuntu jammy/main amd64 libwant-perl amd64 0.29-1build7 [24.9 kB]
11:00:28 #9 18.88 Get:239 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
11:00:29 #9 18.99 Get:240 http://archive.ubuntu.com/ubuntu jammy/main amd64 libcpanel-json-xs-perl amd64 4.27-1build1 [114 kB]
11:00:29 #9 19.07 Get:241 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
11:00:29 #9 19.15 Get:242 http://archive.ubuntu.com/ubuntu jammy/main amd64 libexception-class-perl all 1.45-1 [28.6 kB]
11:00:29 #9 19.22 Get:243 http://archive.ubuntu.com/ubuntu jammy/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
11:00:29 #9 19.30 Get:244 http://archive.ubuntu.com/ubuntu jammy/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
11:00:29 #9 19.38 Get:245 http://archive.ubuntu.com/ubuntu jammy/main amd64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
11:00:29 #9 19.48 Get:246 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-moreutils-xs-perl amd64 0.430-2build2 [41.9 kB]
11:00:29 #9 19.57 Get:247 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
11:00:29 #9 19.66 Get:248 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-dpath-perl all 0.58-1 [38.8 kB]
11:00:29 #9 19.74 Get:249 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-dump-perl all 1.25-1 [25.9 kB]
11:00:29 #9 19.82 Get:250 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-messagepack-perl amd64 1.01-2build1 [34.7 kB]
11:00:29 #9 19.90 Get:251 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
11:00:29 #9 19.98 Get:252 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
11:00:30 #9 20.05 Get:253 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-ipv6addr-perl all 1.02-1 [21.0 kB]
11:00:30 #9 20.13 Get:254 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-netmask-perl all 2.0001-1 [27.7 kB]
11:00:30 #9 20.21 Get:255 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnetaddr-ip-perl amd64 4.079+dfsg-1build7 [82.4 kB]
11:00:30 #9 20.28 Get:256 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-ip-perl all 0.30-1 [17.3 kB]
11:00:30 #9 20.47 Get:257 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdata-validate-uri-perl all 0.07-2 [11.1 kB]
11:00:30 #9 20.55 Get:258 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdistro-info-perl all 1.1build1 [5644 B]
11:00:30 #9 20.63 Get:259 http://archive.ubuntu.com/ubuntu jammy/main amd64 libemail-address-xs-perl amd64 1.04-1build6 [28.7 kB]
11:00:30 #9 20.70 Get:260 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
11:00:30 #9 20.78 Get:261 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-basedir-perl all 0.09-1 [15.7 kB]
11:00:30 #9 20.85 Get:262 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
11:00:30 #9 20.93 Get:263 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-fcntllock-perl amd64 0.22-3build7 [33.9 kB]
11:00:30 #9 21.01 Get:264 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnumber-compare-perl all 0.03-2 [7058 B]
11:00:31 #9 21.08 Get:265 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-glob-perl all 0.11-2 [8042 B]
11:00:31 #9 21.16 Get:266 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
11:00:31 #9 21.23 Get:267 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfont-afm-perl all 1.20-3 [13.6 kB]
11:00:31 #9 21.31 Get:268 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-string-perl all 1.08-3.1 [10.7 kB]
11:00:31 #9 21.39 Get:269 http://archive.ubuntu.com/ubuntu jammy/main amd64 libfont-ttf-perl all 1.06-1.1 [316 kB]
11:00:31 #9 21.47 Get:270 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
11:00:31 #9 21.54 Get:271 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
11:00:31 #9 21.62 Get:272 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
11:00:31 #9 21.69 Get:273 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
11:00:31 #9 21.77 Get:274 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-perl all 4.04000-1 [81.8 kB]
11:00:31 #9 21.85 Get:275 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblog-any-perl all 1.710-1 [68.4 kB]
11:00:31 #9 21.93 Get:276 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblog-any-adapter-screen-perl all 0.140-2 [12.4 kB]
11:00:32 #9 22.00 Get:277 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpackage-stash-perl all 0.39-1 [19.1 kB]
11:00:32 #9 22.08 Get:278 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-identify-perl amd64 0.14-1build5 [10.4 kB]
11:00:32 #9 22.15 Get:279 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsub-name-perl amd64 0.26-1build3 [11.4 kB]
11:00:32 #9 22.23 Get:280 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
11:00:32 #9 22.31 Get:281 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpath-tiny-perl all 0.122-1 [45.9 kB]
11:00:32 #9 22.58 Get:282 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
11:00:32 #9 22.61 Get:283 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtype-tiny-perl all 1.012004-1 [321 kB]
11:00:32 #9 22.67 Get:284 http://archive.ubuntu.com/ubuntu jammy/main amd64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
11:00:32 #9 22.68 Get:285 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhash-fieldhash-perl amd64 0.15-1build5 [17.3 kB]
11:00:32 #9 22.69 Get:286 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB]
11:00:32 #9 22.71 Get:287 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-format-perl all 2.12-1.1 [41.3 kB]
11:00:32 #9 22.72 Get:288 http://archive.ubuntu.com/ubuntu jammy/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
11:00:32 #9 22.73 Get:289 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libhttp-daemon-perl all 6.13-1ubuntu0.1 [22.9 kB]
11:00:32 #9 22.74 Get:290 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-interactive-perl all 1.023-1 [10.4 kB]
11:00:32 #9 22.76 Get:291 http://archive.ubuntu.com/ubuntu jammy/main amd64 libio-prompt-tiny-perl all 0.003-1 [8924 B]
11:00:32 #9 22.77 Get:292 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
11:00:32 #9 22.78 Get:293 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-xs-perl amd64 4.030-1build3 [87.2 kB]
11:00:32 #9 22.80 Get:294 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
11:00:32 #9 22.81 Get:295 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libldap-common all 2.5.12+dfsg-0ubuntu0.22.04.1 [16.4 kB]
11:00:32 #9 22.82 Get:296 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-compare-perl all 0.55-1 [63.3 kB]
11:00:32 #9 22.83 Get:297 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
11:00:32 #9 22.85 Get:298 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-someutils-xs-perl amd64 0.58-2build3 [34.8 kB]
11:00:32 #9 22.86 Get:299 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblist-utilsby-perl all 0.11-1 [14.7 kB]
11:00:32 #9 22.87 Get:300 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl7 amd64 2.4.6-15build2 [39.6 kB]
11:00:32 #9 22.89 Get:301 http://archive.ubuntu.com/ubuntu jammy/main amd64 libltdl-dev amd64 2.4.6-15build2 [169 kB]
11:00:32 #9 22.90 Get:302 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblzo2-2 amd64 2.10-2build3 [53.7 kB]
11:00:32 #9 22.92 Get:303 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
11:00:32 #9 22.93 Get:304 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
11:00:32 #9 22.94 Get:305 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
11:00:32 #9 23.01 Get:306 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
11:00:32 #9 23.03 Get:307 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmarkdown2 amd64 2.2.7-2 [38.3 kB]
11:00:32 #9 23.04 Get:308 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmath-base85-perl all 0.5+dfsg-1 [6764 B]
11:00:32 #9 23.05 Get:309 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmoox-aliases-perl all 0.001006-1.1 [6632 B]
11:00:32 #9 23.07 Get:310 http://archive.ubuntu.com/ubuntu jammy/main amd64 libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
11:00:32 #9 23.08 Get:311 http://archive.ubuntu.com/ubuntu jammy/main amd64 libobject-id-perl all 0.1.2-2.1ubuntu1 [16.0 kB]
11:00:32 #9 23.09 Get:312 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmoox-struct-perl all 0.020-1 [23.7 kB]
11:00:32 #9 23.10 Get:313 http://archive.ubuntu.com/ubuntu jammy/main amd64 libmouse-perl amd64 2.5.10-1build4 [161 kB]
11:00:32 #9 23.12 Get:314 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpackage-stash-xs-perl amd64 0.29-1build5 [19.4 kB]
11:00:33 #9 23.13 Get:315 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpath-iterator-rule-perl all 1.015-1 [40.8 kB]
11:00:33 #9 23.15 Get:316 http://archive.ubuntu.com/ubuntu jammy/main amd64 libperlio-gzip-perl amd64 0.19-1build8 [14.9 kB]
11:00:33 #9 23.16 Get:317 http://archive.ubuntu.com/ubuntu jammy/main amd64 libperlio-utf8-strict-perl amd64 0.009-1build1 [11.9 kB]
11:00:33 #9 23.17 Get:318 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpod-parser-perl all 1.63-2 [82.2 kB]
11:00:33 #9 23.19 Get:319 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpod-constants-perl all 0.19-2 [16.3 kB]
11:00:33 #9 23.20 Get:320 http://archive.ubuntu.com/ubuntu jammy/main amd64 libproc-processtable-perl amd64 0.634-1build1 [37.5 kB]
11:00:33 #9 23.21 Get:321 http://archive.ubuntu.com/ubuntu jammy/main amd64 libre2-9 amd64 20220201+dfsg-1 [160 kB]
11:00:33 #9 23.23 Get:322 http://archive.ubuntu.com/ubuntu jammy/main amd64 libre-engine-re2-perl amd64 0.14-1build2 [18.8 kB]
11:00:33 #9 23.24 Get:323 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadonly-perl all 2.050-3 [19.9 kB]
11:00:33 #9 23.25 Get:324 http://archive.ubuntu.com/ubuntu jammy/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
11:00:33 #9 23.27 Get:325 http://archive.ubuntu.com/ubuntu jammy/main amd64 libref-util-xs-perl amd64 0.117-1build5 [12.7 kB]
11:00:33 #9 23.28 Get:326 http://archive.ubuntu.com/ubuntu jammy/main amd64 libregexp-pattern-license-perl all 3.9.3-1 [84.1 kB]
11:00:33 #9 23.29 Get:327 http://archive.ubuntu.com/ubuntu jammy/main amd64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
11:00:33 #9 23.31 Get:328 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsasl2-modules amd64 2.1.27+dfsg2-3ubuntu1 [57.5 kB]
11:00:33 #9 23.32 Get:329 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsereal-decoder-perl amd64 4.023+ds-1 [100 kB]
11:00:33 #9 23.33 Get:330 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsereal-encoder-perl amd64 4.023+ds-1 [104 kB]
11:00:33 #9 23.40 Get:331 http://archive.ubuntu.com/ubuntu jammy/main amd64 libset-intspan-perl all 1.19-2 [26.1 kB]
11:00:33 #9 23.41 Get:332 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsocket6-perl amd64 0.29-1build4 [19.7 kB]
11:00:33 #9 23.43 Get:333 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstring-copyright-perl all 0.003012-1 [21.3 kB]
11:00:33 #9 23.44 Get:334 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
11:00:33 #9 23.45 Get:335 http://archive.ubuntu.com/ubuntu jammy/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
11:00:33 #9 23.46 Get:336 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxs-parse-keyword-perl amd64 0.21-1build1 [51.0 kB]
11:00:33 #9 23.48 Get:337 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsyntax-keyword-try-perl amd64 0.26-1build1 [27.1 kB]
11:00:33 #9 23.49 Get:338 http://archive.ubuntu.com/ubuntu jammy/main amd64 libterm-readkey-perl amd64 2.38-1build4 [25.2 kB]
11:00:33 #9 23.50 Get:339 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-levenshteinxs-perl amd64 0.03-4build10 [8254 B]
11:00:33 #9 23.52 Get:340 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-markdown-discount-perl amd64 0.13-1build1 [12.9 kB]
11:00:33 #9 23.53 Get:341 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtext-xslate-perl amd64 3.5.9-1build1 [186 kB]
11:00:33 #9 23.55 Get:342 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtime-duration-perl all 1.21-1 [13.1 kB]
11:00:33 #9 23.56 Get:343 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtime-moment-perl amd64 0.44-1build6 [74.9 kB]
11:00:33 #9 23.57 Get:344 http://archive.ubuntu.com/ubuntu jammy/main amd64 libtype-tiny-xs-perl amd64 0.022-1build2 [25.5 kB]
11:00:33 #9 23.59 Get:345 http://archive.ubuntu.com/ubuntu jammy/main amd64 libunicode-utf8-perl amd64 0.62-1build4 [18.9 kB]
11:00:33 #9 23.60 Get:346 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
11:00:33 #9 23.61 Get:347 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
11:00:33 #9 23.62 Get:348 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-sax-perl all 1.02+dfsg-3 [57.0 kB]
11:00:33 #9 23.64 Get:349 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-libxml-perl amd64 2.0207+dfsg+really+2.0134-1 [325 kB]
11:00:33 #9 23.66 Get:350 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-parser-perl amd64 2.46-3build1 [212 kB]
11:00:33 #9 23.67 Get:351 http://archive.ubuntu.com/ubuntu jammy/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
11:00:33 #9 23.69 Get:352 http://archive.ubuntu.com/ubuntu jammy/main amd64 libyaml-libyaml-perl amd64 0.83+ds-1build1 [29.6 kB]
11:00:33 #9 23.70 Get:353 http://archive.ubuntu.com/ubuntu jammy/main amd64 licensecheck all 3.2.14-2 [40.9 kB]
11:00:33 #9 23.71 Get:354 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevel-size-perl amd64 0.83-1build4 [20.7 kB]
11:00:33 #9 23.78 Get:355 http://archive.ubuntu.com/ubuntu jammy/main amd64 libipc-run3-perl all 0.048-2 [31.4 kB]
11:00:33 #9 23.79 Get:356 http://archive.ubuntu.com/ubuntu jammy/main amd64 lzip amd64 1.23-1 [80.5 kB]
11:00:33 #9 23.81 Get:357 http://archive.ubuntu.com/ubuntu jammy/main amd64 lzop amd64 1.04-2build2 [83.7 kB]
11:00:33 #9 23.82 Get:358 http://archive.ubuntu.com/ubuntu jammy/main amd64 t1utils amd64 1.41-4build2 [61.3 kB]
11:00:33 #9 23.83 Get:359 http://archive.ubuntu.com/ubuntu jammy/main amd64 unzip amd64 6.0-26ubuntu3 [174 kB]
11:00:33 #9 23.85 Get:360 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 lintian all 2.114.0ubuntu1.1 [1083 kB]
11:00:33 #9 23.88 Get:361 http://archive.ubuntu.com/ubuntu jammy/main amd64 manpages-dev all 5.10-1ubuntu1 [2309 kB]
11:00:33 #9 23.93 Get:362 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB]
11:00:33 #9 23.94 Get:363 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB]
11:00:33 #9 23.96 Get:364 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-six all 1.16.0-3ubuntu1 [12.6 kB]
11:00:33 #9 23.97 Get:365 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-urllib3 all 1.26.5-1~exp1 [96.4 kB]
11:00:33 #9 23.98 Get:366 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-requests all 2.25.1+dfsg-2 [47.9 kB]
11:00:33 #9 24.00 Get:367 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-unidiff all 0.5.5-2 [9180 B]
11:00:33 #9 24.01 Get:368 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-xdg all 0.27-2 [36.9 kB]
11:00:33 #9 24.03 Get:369 http://archive.ubuntu.com/ubuntu jammy/main amd64 equivs all 2.3.1 [19.0 kB]
11:00:33 #9 24.04 Get:370 http://archive.ubuntu.com/ubuntu jammy/main amd64 libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
11:00:33 #9 24.05 Get:371 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-magic all 2:0.4.24-2 [12.6 kB]
11:00:34 #9 24.24 debconf: delaying package configuration, since apt-utils is not installed
11:00:34 #9 24.27 Fetched 132 MB in 18s (7425 kB/s)
11:00:34 #9 24.32 Selecting previously unselected package liblocale-gettext-perl.
11:00:34 #9 24.32 (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 ... 4393 files and directories currently installed.)
11:00:34 #9 24.33 Preparing to unpack .../liblocale-gettext-perl_1.07-4build3_amd64.deb ...
11:00:34 #9 24.34 Unpacking liblocale-gettext-perl (1.07-4build3) ...
11:00:34 #9 24.40 Selecting previously unselected package libpython3.10-minimal:amd64.
11:00:34 #9 24.40 Preparing to unpack .../libpython3.10-minimal_3.10.4-3ubuntu0.1_amd64.deb ...
11:00:34 #9 24.41 Unpacking libpython3.10-minimal:amd64 (3.10.4-3ubuntu0.1) ...
11:00:34 #9 24.49 Selecting previously unselected package libexpat1:amd64.
11:00:34 #9 24.50 Preparing to unpack .../libexpat1_2.4.7-1_amd64.deb ...
11:00:34 #9 24.50 Unpacking libexpat1:amd64 (2.4.7-1) ...
11:00:34 #9 24.56 Selecting previously unselected package python3.10-minimal.
11:00:34 #9 24.56 Preparing to unpack .../python3.10-minimal_3.10.4-3ubuntu0.1_amd64.deb ...
11:00:34 #9 24.57 Unpacking python3.10-minimal (3.10.4-3ubuntu0.1) ...
11:00:34 #9 24.68 Setting up libpython3.10-minimal:amd64 (3.10.4-3ubuntu0.1) ...
11:00:34 #9 24.70 Setting up libexpat1:amd64 (2.4.7-1) ...
11:00:34 #9 24.71 Setting up python3.10-minimal (3.10.4-3ubuntu0.1) ...
11:00:35 #9 25.35 Selecting previously unselected package python3-minimal.
11:00:35 #9 25.35 (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 ... 4709 files and directories currently installed.)
11:00:35 #9 25.35 Preparing to unpack .../0-python3-minimal_3.10.4-0ubuntu2_amd64.deb ...
11:00:35 #9 25.36 Unpacking python3-minimal (3.10.4-0ubuntu2) ...
11:00:35 #9 25.39 Selecting previously unselected package media-types.
11:00:35 #9 25.39 Preparing to unpack .../1-media-types_7.0.0_all.deb ...
11:00:35 #9 25.40 Unpacking media-types (7.0.0) ...
11:00:35 #9 25.43 Selecting previously unselected package libmpdec3:amd64.
11:00:35 #9 25.43 Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ...
11:00:35 #9 25.44 Unpacking libmpdec3:amd64 (2.5.1-2build2) ...
11:00:35 #9 25.48 Selecting previously unselected package readline-common.
11:00:35 #9 25.48 Preparing to unpack .../3-readline-common_8.1.2-1_all.deb ...
11:00:35 #9 25.48 Unpacking readline-common (8.1.2-1) ...
11:00:35 #9 25.52 Selecting previously unselected package libreadline8:amd64.
11:00:35 #9 25.52 Preparing to unpack .../4-libreadline8_8.1.2-1_amd64.deb ...
11:00:35 #9 25.53 Unpacking libreadline8:amd64 (8.1.2-1) ...
11:00:35 #9 25.57 Selecting previously unselected package libsqlite3-0:amd64.
11:00:35 #9 25.57 Preparing to unpack .../5-libsqlite3-0_3.37.2-2_amd64.deb ...
11:00:35 #9 25.58 Unpacking libsqlite3-0:amd64 (3.37.2-2) ...
11:00:35 #9 25.62 Selecting previously unselected package libpython3.10-stdlib:amd64.
11:00:35 #9 25.62 Preparing to unpack .../6-libpython3.10-stdlib_3.10.4-3ubuntu0.1_amd64.deb ...
11:00:35 #9 25.63 Unpacking libpython3.10-stdlib:amd64 (3.10.4-3ubuntu0.1) ...
11:00:35 #9 25.72 Selecting previously unselected package python3.10.
11:00:35 #9 25.72 Preparing to unpack .../7-python3.10_3.10.4-3ubuntu0.1_amd64.deb ...
11:00:35 #9 25.73 Unpacking python3.10 (3.10.4-3ubuntu0.1) ...
11:00:35 #9 25.77 Selecting previously unselected package libpython3-stdlib:amd64.
11:00:35 #9 25.77 Preparing to unpack .../8-libpython3-stdlib_3.10.4-0ubuntu2_amd64.deb ...
11:00:35 #9 25.77 Unpacking libpython3-stdlib:amd64 (3.10.4-0ubuntu2) ...
11:00:35 #9 25.81 Setting up python3-minimal (3.10.4-0ubuntu2) ...
11:00:35 #9 26.01 Selecting previously unselected package python3.
11:00:36 #9 26.01 (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 ... 5138 files and directories currently installed.)
11:00:36 #9 26.02 Preparing to unpack .../000-python3_3.10.4-0ubuntu2_amd64.deb ...
11:00:36 #9 26.02 Unpacking python3 (3.10.4-0ubuntu2) ...
11:00:36 #9 26.05 Selecting previously unselected package perl-modules-5.34.
11:00:36 #9 26.05 Preparing to unpack .../001-perl-modules-5.34_5.34.0-3ubuntu1_all.deb ...
11:00:36 #9 26.06 Unpacking perl-modules-5.34 (5.34.0-3ubuntu1) ...
11:00:36 #9 26.30 Selecting previously unselected package libgdbm6:amd64.
11:00:36 #9 26.30 Preparing to unpack .../002-libgdbm6_1.23-1_amd64.deb ...
11:00:36 #9 26.31 Unpacking libgdbm6:amd64 (1.23-1) ...
11:00:36 #9 26.34 Selecting previously unselected package libgdbm-compat4:amd64.
11:00:36 #9 26.34 Preparing to unpack .../003-libgdbm-compat4_1.23-1_amd64.deb ...
11:00:36 #9 26.35 Unpacking libgdbm-compat4:amd64 (1.23-1) ...
11:00:36 #9 26.39 Selecting previously unselected package libperl5.34:amd64.
11:00:36 #9 26.39 Preparing to unpack .../004-libperl5.34_5.34.0-3ubuntu1_amd64.deb ...
11:00:36 #9 26.40 Unpacking libperl5.34:amd64 (5.34.0-3ubuntu1) ...
11:00:36 #9 26.59 Selecting previously unselected package perl.
11:00:36 #9 26.59 Preparing to unpack .../005-perl_5.34.0-3ubuntu1_amd64.deb ...
11:00:36 #9 26.59 Unpacking perl (5.34.0-3ubuntu1) ...
11:00:36 #9 26.64 Selecting previously unselected package openssl.
11:00:36 #9 26.64 Preparing to unpack .../006-openssl_3.0.2-0ubuntu1.6_amd64.deb ...
11:00:36 #9 26.65 Unpacking openssl (3.0.2-0ubuntu1.6) ...
11:00:36 #9 26.71 Selecting previously unselected package ca-certificates.
11:00:36 #9 26.71 Preparing to unpack .../007-ca-certificates_20211016_all.deb ...
11:00:36 #9 26.72 Unpacking ca-certificates (20211016) ...
11:00:36 #9 26.77 Selecting previously unselected package distro-info-data.
11:00:36 #9 26.77 Preparing to unpack .../008-distro-info-data_0.52ubuntu0.1_all.deb ...
11:00:36 #9 26.78 Unpacking distro-info-data (0.52ubuntu0.1) ...
11:00:36 #9 26.81 Selecting previously unselected package iso-codes.
11:00:36 #9 26.81 Preparing to unpack .../009-iso-codes_4.9.0-1_all.deb ...
11:00:36 #9 26.82 Unpacking iso-codes (4.9.0-1) ...
11:00:37 #9 26.97 Selecting previously unselected package less.
11:00:37 #9 26.97 Preparing to unpack .../010-less_590-1build1_amd64.deb ...
11:00:37 #9 26.98 Unpacking less (590-1build1) ...
11:00:37 #9 27.02 Selecting previously unselected package libmd0:amd64.
11:00:37 #9 27.02 Preparing to unpack .../011-libmd0_1.0.4-1build1_amd64.deb ...
11:00:37 #9 27.02 Unpacking libmd0:amd64 (1.0.4-1build1) ...
11:00:37 #9 27.06 Selecting previously unselected package libbsd0:amd64.
11:00:37 #9 27.06 Preparing to unpack .../012-libbsd0_0.11.5-1_amd64.deb ...
11:00:37 #9 27.06 Unpacking libbsd0:amd64 (0.11.5-1) ...
11:00:37 #9 27.11 Selecting previously unselected package libelf1:amd64.
11:00:37 #9 27.11 Preparing to unpack .../013-libelf1_0.186-1build1_amd64.deb ...
11:00:37 #9 27.11 Unpacking libelf1:amd64 (0.186-1build1) ...
11:00:37 #9 27.15 Selecting previously unselected package libicu70:amd64.
11:00:37 #9 27.15 Preparing to unpack .../014-libicu70_70.1-2_amd64.deb ...
11:00:37 #9 27.16 Unpacking libicu70:amd64 (70.1-2) ...
11:00:37 #9 27.35 Selecting previously unselected package libxml2:amd64.
11:00:37 #9 27.35 Preparing to unpack .../015-libxml2_2.9.13+dfsg-1ubuntu0.1_amd64.deb ...
11:00:37 #9 27.35 Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.1) ...
11:00:37 #9 27.39 Selecting previously unselected package libyaml-0-2:amd64.
11:00:37 #9 27.40 Preparing to unpack .../016-libyaml-0-2_0.2.2-1build2_amd64.deb ...
11:00:37 #9 27.40 Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ...
11:00:37 #9 27.44 Selecting previously unselected package lsb-release.
11:00:37 #9 27.44 Preparing to unpack .../017-lsb-release_11.1.0ubuntu4_all.deb ...
11:00:37 #9 27.44 Unpacking lsb-release (11.1.0ubuntu4) ...
11:00:37 #9 27.47 Selecting previously unselected package netbase.
11:00:37 #9 27.47 Preparing to unpack .../018-netbase_6.3_all.deb ...
11:00:37 #9 27.48 Unpacking netbase (6.3) ...
11:00:37 #9 27.51 Selecting previously unselected package python-apt-common.
11:00:37 #9 27.51 Preparing to unpack .../019-python-apt-common_2.3.0ubuntu2.1_all.deb ...
11:00:37 #9 27.52 Unpacking python-apt-common (2.3.0ubuntu2.1) ...
11:00:37 #9 27.55 Selecting previously unselected package python3-apt.
11:00:37 #9 27.55 Preparing to unpack .../020-python3-apt_2.3.0ubuntu2.1_amd64.deb ...
11:00:37 #9 27.56 Unpacking python3-apt (2.3.0ubuntu2.1) ...
11:00:37 #9 27.60 Selecting previously unselected package python3-pkg-resources.
11:00:37 #9 27.60 Preparing to unpack .../021-python3-pkg-resources_59.6.0-1.2_all.deb ...
11:00:37 #9 27.60 Unpacking python3-pkg-resources (59.6.0-1.2) ...
11:00:37 #9 27.64 Selecting previously unselected package ucf.
11:00:37 #9 27.64 Preparing to unpack .../022-ucf_3.0043_all.deb ...
11:00:37 #9 27.65 Moving old data out of the way
11:00:37 #9 27.65 Unpacking ucf (3.0043) ...
11:00:37 #9 27.69 Selecting previously unselected package bsdextrautils.
11:00:37 #9 27.70 Preparing to unpack .../023-bsdextrautils_2.37.2-4ubuntu3_amd64.deb ...
11:00:37 #9 27.70 Unpacking bsdextrautils (2.37.2-4ubuntu3) ...
11:00:37 #9 27.73 Selecting previously unselected package libmagic-mgc.
11:00:37 #9 27.73 Preparing to unpack .../024-libmagic-mgc_1%3a5.41-3_amd64.deb ...
11:00:37 #9 27.74 Unpacking libmagic-mgc (1:5.41-3) ...
11:00:37 #9 27.80 Selecting previously unselected package libmagic1:amd64.
11:00:37 #9 27.80 Preparing to unpack .../025-libmagic1_1%3a5.41-3_amd64.deb ...
11:00:37 #9 27.81 Unpacking libmagic1:amd64 (1:5.41-3) ...
11:00:37 #9 27.84 Selecting previously unselected package file.
11:00:37 #9 27.84 Preparing to unpack .../026-file_1%3a5.41-3_amd64.deb ...
11:00:37 #9 27.85 Unpacking file (1:5.41-3) ...
11:00:37 #9 27.88 Selecting previously unselected package gettext-base.
11:00:37 #9 27.88 Preparing to unpack .../027-gettext-base_0.21-4ubuntu4_amd64.deb ...
11:00:37 #9 27.88 Unpacking gettext-base (0.21-4ubuntu4) ...
11:00:37 #9 27.93 Selecting previously unselected package libuchardet0:amd64.
11:00:37 #9 27.93 Preparing to unpack .../028-libuchardet0_0.0.7-1build2_amd64.deb ...
11:00:37 #9 27.93 Unpacking libuchardet0:amd64 (0.0.7-1build2) ...
11:00:37 #9 27.96 Selecting previously unselected package groff-base.
11:00:37 #9 27.96 Preparing to unpack .../029-groff-base_1.22.4-8build1_amd64.deb ...
11:00:37 #9 27.97 Unpacking groff-base (1.22.4-8build1) ...
11:00:37 #9 28.03 Selecting previously unselected package libcbor0.8:amd64.
11:00:38 #9 28.04 Preparing to unpack .../030-libcbor0.8_0.8.0-2ubuntu1_amd64.deb ...
11:00:38 #9 28.04 Unpacking libcbor0.8:amd64 (0.8.0-2ubuntu1) ...
11:00:38 #9 28.08 Selecting previously unselected package libedit2:amd64.
11:00:38 #9 28.08 Preparing to unpack .../031-libedit2_3.1-20210910-1build1_amd64.deb ...
11:00:38 #9 28.09 Unpacking libedit2:amd64 (3.1-20210910-1build1) ...
11:00:38 #9 28.13 Selecting previously unselected package libfido2-1:amd64.
11:00:38 #9 28.13 Preparing to unpack .../032-libfido2-1_1.10.0-1_amd64.deb ...
11:00:38 #9 28.14 Unpacking libfido2-1:amd64 (1.10.0-1) ...
11:00:38 #9 28.17 Selecting previously unselected package libnghttp2-14:amd64.
11:00:38 #9 28.17 Preparing to unpack .../033-libnghttp2-14_1.43.0-1build3_amd64.deb ...
11:00:38 #9 28.17 Unpacking libnghttp2-14:amd64 (1.43.0-1build3) ...
11:00:38 #9 28.21 Selecting previously unselected package libpipeline1:amd64.
11:00:38 #9 28.21 Preparing to unpack .../034-libpipeline1_1.5.5-1_amd64.deb ...
11:00:38 #9 28.22 Unpacking libpipeline1:amd64 (1.5.5-1) ...
11:00:38 #9 28.25 Selecting previously unselected package libpng16-16:amd64.
11:00:38 #9 28.25 Preparing to unpack .../035-libpng16-16_1.6.37-3build5_amd64.deb ...
11:00:38 #9 28.25 Unpacking libpng16-16:amd64 (1.6.37-3build5) ...
11:00:38 #9 28.29 Selecting previously unselected package libpsl5:amd64.
11:00:38 #9 28.29 Preparing to unpack .../036-libpsl5_0.21.0-1.2build2_amd64.deb ...
11:00:38 #9 28.30 Unpacking libpsl5:amd64 (0.21.0-1.2build2) ...
11:00:38 #9 28.33 Selecting previously unselected package libxau6:amd64.
11:00:38 #9 28.33 Preparing to unpack .../037-libxau6_1%3a1.0.9-1build5_amd64.deb ...
11:00:38 #9 28.33 Unpacking libxau6:amd64 (1:1.0.9-1build5) ...
11:00:38 #9 28.37 Selecting previously unselected package libxdmcp6:amd64.
11:00:38 #9 28.37 Preparing to unpack .../038-libxdmcp6_1%3a1.1.3-0ubuntu5_amd64.deb ...
11:00:38 #9 28.38 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
11:00:38 #9 28.42 Selecting previously unselected package libxcb1:amd64.
11:00:38 #9 28.42 Preparing to unpack .../039-libxcb1_1.14-3ubuntu3_amd64.deb ...
11:00:38 #9 28.42 Unpacking libxcb1:amd64 (1.14-3ubuntu3) ...
11:00:38 #9 28.46 Selecting previously unselected package libx11-data.
11:00:38 #9 28.46 Preparing to unpack .../040-libx11-data_2%3a1.7.5-1_all.deb ...
11:00:38 #9 28.46 Unpacking libx11-data (2:1.7.5-1) ...
11:00:38 #9 28.53 Selecting previously unselected package libx11-6:amd64.
11:00:38 #9 28.53 Preparing to unpack .../041-libx11-6_2%3a1.7.5-1_amd64.deb ...
11:00:38 #9 28.53 Unpacking libx11-6:amd64 (2:1.7.5-1) ...
11:00:38 #9 28.58 Selecting previously unselected package libxext6:amd64.
11:00:38 #9 28.58 Preparing to unpack .../042-libxext6_2%3a1.3.4-1build1_amd64.deb ...
11:00:38 #9 28.58 Unpacking libxext6:amd64 (2:1.3.4-1build1) ...
11:00:38 #9 28.61 Selecting previously unselected package libxmuu1:amd64.
11:00:38 #9 28.61 Preparing to unpack .../043-libxmuu1_2%3a1.1.3-3_amd64.deb ...
11:00:38 #9 28.62 Unpacking libxmuu1:amd64 (2:1.1.3-3) ...
11:00:38 #9 28.67 Selecting previously unselected package man-db.
11:00:38 #9 28.68 Preparing to unpack .../044-man-db_2.10.2-1_amd64.deb ...
11:00:38 #9 28.68 Unpacking man-db (2.10.2-1) ...
11:00:38 #9 28.74 Selecting previously unselected package manpages.
11:00:38 #9 28.74 Preparing to unpack .../045-manpages_5.10-1ubuntu1_all.deb ...
11:00:38 #9 28.74 Unpacking manpages (5.10-1ubuntu1) ...
11:00:38 #9 28.91 Selecting previously unselected package openssh-client.
11:00:38 #9 28.91 Preparing to unpack .../046-openssh-client_1%3a8.9p1-3_amd64.deb ...
11:00:38 #9 28.92 Unpacking openssh-client (1:8.9p1-3) ...
11:00:39 #9 28.98 Selecting previously unselected package publicsuffix.
11:00:39 #9 28.98 Preparing to unpack .../047-publicsuffix_20211207.1025-1_all.deb ...
11:00:39 #9 28.99 Unpacking publicsuffix (20211207.1025-1) ...
11:00:39 #9 29.03 Selecting previously unselected package libunwind8:amd64.
11:00:39 #9 29.03 Preparing to unpack .../048-libunwind8_1.3.2-2build2_amd64.deb ...
11:00:39 #9 29.03 Unpacking libunwind8:amd64 (1.3.2-2build2) ...
11:00:39 #9 29.06 Selecting previously unselected package strace.
11:00:39 #9 29.06 Preparing to unpack .../049-strace_5.16-0ubuntu3_amd64.deb ...
11:00:39 #9 29.07 Unpacking strace (5.16-0ubuntu3) ...
11:00:39 #9 29.11 Selecting previously unselected package xauth.
11:00:39 #9 29.11 Preparing to unpack .../050-xauth_1%3a1.1-1build2_amd64.deb ...
11:00:39 #9 29.11 Unpacking xauth (1:1.1-1build2) ...
11:00:39 #9 29.15 Selecting previously unselected package xz-utils.
11:00:39 #9 29.15 Preparing to unpack .../051-xz-utils_5.2.5-2ubuntu1_amd64.deb ...
11:00:39 #9 29.15 Unpacking xz-utils (5.2.5-2ubuntu1) ...
11:00:39 #9 29.20 Selecting previously unselected package libsigsegv2:amd64.
11:00:39 #9 29.20 Preparing to unpack .../052-libsigsegv2_2.13-1ubuntu3_amd64.deb ...
11:00:39 #9 29.20 Unpacking libsigsegv2:amd64 (2.13-1ubuntu3) ...
11:00:39 #9 29.23 Selecting previously unselected package m4.
11:00:39 #9 29.23 Preparing to unpack .../053-m4_1.4.18-5ubuntu2_amd64.deb ...
11:00:39 #9 29.24 Unpacking m4 (1.4.18-5ubuntu2) ...
11:00:39 #9 29.27 Selecting previously unselected package autoconf.
11:00:39 #9 29.27 Preparing to unpack .../054-autoconf_2.71-2_all.deb ...
11:00:39 #9 29.28 Unpacking autoconf (2.71-2) ...
11:00:39 #9 29.34 Selecting previously unselected package autotools-dev.
11:00:39 #9 29.34 Preparing to unpack .../055-autotools-dev_20220109.1_all.deb ...
11:00:39 #9 29.34 Unpacking autotools-dev (20220109.1) ...
11:00:39 #9 29.38 Selecting previously unselected package automake.
11:00:39 #9 29.38 Preparing to unpack .../056-automake_1%3a1.16.5-1.3_all.deb ...
11:00:39 #9 29.39 Unpacking automake (1:1.16.5-1.3) ...
11:00:39 #9 29.47 Selecting previously unselected package autopoint.
11:00:39 #9 29.47 Preparing to unpack .../057-autopoint_0.21-4ubuntu4_all.deb ...
11:00:39 #9 29.48 Unpacking autopoint (0.21-4ubuntu4) ...
11:00:39 #9 29.54 Selecting previously unselected package binutils-common:amd64.
11:00:39 #9 29.54 Preparing to unpack .../058-binutils-common_2.38-3ubuntu1_amd64.deb ...
11:00:39 #9 29.54 Unpacking binutils-common:amd64 (2.38-3ubuntu1) ...
11:00:39 #9 29.61 Selecting previously unselected package libbinutils:amd64.
11:00:39 #9 29.61 Preparing to unpack .../059-libbinutils_2.38-3ubuntu1_amd64.deb ...
11:00:39 #9 29.62 Unpacking libbinutils:amd64 (2.38-3ubuntu1) ...
11:00:39 #9 29.67 Selecting previously unselected package libctf-nobfd0:amd64.
11:00:39 #9 29.67 Preparing to unpack .../060-libctf-nobfd0_2.38-3ubuntu1_amd64.deb ...
11:00:39 #9 29.67 Unpacking libctf-nobfd0:amd64 (2.38-3ubuntu1) ...
11:00:39 #9 29.71 Selecting previously unselected package libctf0:amd64.
11:00:39 #9 29.71 Preparing to unpack .../061-libctf0_2.38-3ubuntu1_amd64.deb ...
11:00:39 #9 29.72 Unpacking libctf0:amd64 (2.38-3ubuntu1) ...
11:00:39 #9 29.78 Selecting previously unselected package binutils-x86-64-linux-gnu.
11:00:39 #9 29.78 Preparing to unpack .../062-binutils-x86-64-linux-gnu_2.38-3ubuntu1_amd64.deb ...
11:00:39 #9 29.78 Unpacking binutils-x86-64-linux-gnu (2.38-3ubuntu1) ...
11:00:39 #9 29.87 Selecting previously unselected package binutils.
11:00:39 #9 29.87 Preparing to unpack .../063-binutils_2.38-3ubuntu1_amd64.deb ...
11:00:39 #9 29.87 Unpacking binutils (2.38-3ubuntu1) ...
11:00:39 #9 29.90 Selecting previously unselected package libc-dev-bin.
11:00:39 #9 29.91 Preparing to unpack .../064-libc-dev-bin_2.35-0ubuntu3.1_amd64.deb ...
11:00:39 #9 29.91 Unpacking libc-dev-bin (2.35-0ubuntu3.1) ...
11:00:39 #9 29.94 Selecting previously unselected package linux-libc-dev:amd64.
11:00:39 #9 29.94 Preparing to unpack .../065-linux-libc-dev_5.15.0-43.46_amd64.deb ...
11:00:39 #9 29.94 Unpacking linux-libc-dev:amd64 (5.15.0-43.46) ...
11:00:40 #9 30.09 Selecting previously unselected package libcrypt-dev:amd64.
11:00:40 #9 30.09 Preparing to unpack .../066-libcrypt-dev_1%3a4.4.27-1_amd64.deb ...
11:00:40 #9 30.10 Unpacking libcrypt-dev:amd64 (1:4.4.27-1) ...
11:00:40 #9 30.13 Selecting previously unselected package rpcsvc-proto.
11:00:40 #9 30.13 Preparing to unpack .../067-rpcsvc-proto_1.4.2-0ubuntu6_amd64.deb ...
11:00:40 #9 30.13 Unpacking rpcsvc-proto (1.4.2-0ubuntu6) ...
11:00:40 #9 30.16 Selecting previously unselected package libtirpc-dev:amd64.
11:00:40 #9 30.16 Preparing to unpack .../068-libtirpc-dev_1.3.2-2ubuntu0.1_amd64.deb ...
11:00:40 #9 30.17 Unpacking libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ...
11:00:40 #9 30.21 Selecting previously unselected package libnsl-dev:amd64.
11:00:40 #9 30.21 Preparing to unpack .../069-libnsl-dev_1.3.0-2build2_amd64.deb ...
11:00:40 #9 30.22 Unpacking libnsl-dev:amd64 (1.3.0-2build2) ...
11:00:40 #9 30.25 Selecting previously unselected package libc6-dev:amd64.
11:00:40 #9 30.26 Preparing to unpack .../070-libc6-dev_2.35-0ubuntu3.1_amd64.deb ...
11:00:40 #9 30.26 Unpacking libc6-dev:amd64 (2.35-0ubuntu3.1) ...
11:00:40 #9 30.39 Selecting previously unselected package gcc-11-base:amd64.
11:00:40 #9 30.39 Preparing to unpack .../071-gcc-11-base_11.2.0-19ubuntu1_amd64.deb ...
11:00:40 #9 30.40 Unpacking gcc-11-base:amd64 (11.2.0-19ubuntu1) ...
11:00:40 #9 30.48 Selecting previously unselected package libisl23:amd64.
11:00:40 #9 30.48 Preparing to unpack .../072-libisl23_0.24-2build1_amd64.deb ...
11:00:40 #9 30.49 Unpacking libisl23:amd64 (0.24-2build1) ...
11:00:40 #9 30.54 Selecting previously unselected package libmpfr6:amd64.
11:00:40 #9 30.54 Preparing to unpack .../073-libmpfr6_4.1.0-3build3_amd64.deb ...
11:00:40 #9 30.54 Unpacking libmpfr6:amd64 (4.1.0-3build3) ...
11:00:40 #9 30.62 Selecting previously unselected package libmpc3:amd64.
11:00:40 #9 30.62 Preparing to unpack .../074-libmpc3_1.2.1-2build1_amd64.deb ...
11:00:40 #9 30.63 Unpacking libmpc3:amd64 (1.2.1-2build1) ...
11:00:40 #9 30.66 Selecting previously unselected package cpp-11.
11:00:40 #9 30.66 Preparing to unpack .../075-cpp-11_11.2.0-19ubuntu1_amd64.deb ...
11:00:40 #9 30.67 Unpacking cpp-11 (11.2.0-19ubuntu1) ...
11:00:40 #9 30.83 Selecting previously unselected package cpp.
11:00:40 #9 30.83 Preparing to unpack .../076-cpp_4%3a11.2.0-1ubuntu1_amd64.deb ...
11:00:40 #9 30.84 Unpacking cpp (4:11.2.0-1ubuntu1) ...
11:00:40 #9 30.87 Selecting previously unselected package libcc1-0:amd64.
11:00:40 #9 30.87 Preparing to unpack .../077-libcc1-0_12-20220319-1ubuntu1_amd64.deb ...
11:00:40 #9 30.87 Unpacking libcc1-0:amd64 (12-20220319-1ubuntu1) ...
11:00:40 #9 30.91 Selecting previously unselected package libgomp1:amd64.
11:00:40 #9 30.92 Preparing to unpack .../078-libgomp1_12-20220319-1ubuntu1_amd64.deb ...
11:00:40 #9 30.92 Unpacking libgomp1:amd64 (12-20220319-1ubuntu1) ...
11:00:40 #9 30.96 Selecting previously unselected package libitm1:amd64.
11:00:40 #9 30.96 Preparing to unpack .../079-libitm1_12-20220319-1ubuntu1_amd64.deb ...
11:00:40 #9 30.96 Unpacking libitm1:amd64 (12-20220319-1ubuntu1) ...
11:00:40 #9 31.00 Selecting previously unselected package libatomic1:amd64.
11:00:40 #9 31.00 Preparing to unpack .../080-libatomic1_12-20220319-1ubuntu1_amd64.deb ...
11:00:40 #9 31.01 Unpacking libatomic1:amd64 (12-20220319-1ubuntu1) ...
11:00:40 #9 31.05 Selecting previously unselected package libasan6:amd64.
11:00:41 #9 31.05 Preparing to unpack .../081-libasan6_11.2.0-19ubuntu1_amd64.deb ...
11:00:41 #9 31.05 Unpacking libasan6:amd64 (11.2.0-19ubuntu1) ...
11:00:41 #9 31.13 Selecting previously unselected package liblsan0:amd64.
11:00:41 #9 31.13 Preparing to unpack .../082-liblsan0_12-20220319-1ubuntu1_amd64.deb ...
11:00:41 #9 31.13 Unpacking liblsan0:amd64 (12-20220319-1ubuntu1) ...
11:00:41 #9 31.21 Selecting previously unselected package libtsan0:amd64.
11:00:41 #9 31.21 Preparing to unpack .../083-libtsan0_11.2.0-19ubuntu1_amd64.deb ...
11:00:41 #9 31.22 Unpacking libtsan0:amd64 (11.2.0-19ubuntu1) ...
11:00:41 #9 31.33 Selecting previously unselected package libubsan1:amd64.
11:00:41 #9 31.33 Preparing to unpack .../084-libubsan1_12-20220319-1ubuntu1_amd64.deb ...
11:00:41 #9 31.34 Unpacking libubsan1:amd64 (12-20220319-1ubuntu1) ...
11:00:41 #9 31.39 Selecting previously unselected package libquadmath0:amd64.
11:00:41 #9 31.40 Preparing to unpack .../085-libquadmath0_12-20220319-1ubuntu1_amd64.deb ...
11:00:41 #9 31.41 Unpacking libquadmath0:amd64 (12-20220319-1ubuntu1) ...
11:00:41 #9 31.45 Selecting previously unselected package libgcc-11-dev:amd64.
11:00:41 #9 31.45 Preparing to unpack .../086-libgcc-11-dev_11.2.0-19ubuntu1_amd64.deb ...
11:00:41 #9 31.46 Unpacking libgcc-11-dev:amd64 (11.2.0-19ubuntu1) ...
11:00:41 #9 31.61 Selecting previously unselected package gcc-11.
11:00:41 #9 31.61 Preparing to unpack .../087-gcc-11_11.2.0-19ubuntu1_amd64.deb ...
11:00:41 #9 31.62 Unpacking gcc-11 (11.2.0-19ubuntu1) ...
11:00:41 #9 31.94 Selecting previously unselected package gcc.
11:00:41 #9 31.94 Preparing to unpack .../088-gcc_4%3a11.2.0-1ubuntu1_amd64.deb ...
11:00:41 #9 31.95 Unpacking gcc (4:11.2.0-1ubuntu1) ...
11:00:41 #9 31.99 Selecting previously unselected package libstdc++-11-dev:amd64.
11:00:41 #9 31.99 Preparing to unpack .../089-libstdc++-11-dev_11.2.0-19ubuntu1_amd64.deb ...
11:00:41 #9 32.00 Unpacking libstdc++-11-dev:amd64 (11.2.0-19ubuntu1) ...
11:00:42 #9 32.21 Selecting previously unselected package g++-11.
11:00:42 #9 32.22 Preparing to unpack .../090-g++-11_11.2.0-19ubuntu1_amd64.deb ...
11:00:42 #9 32.22 Unpacking g++-11 (11.2.0-19ubuntu1) ...
11:00:42 #9 32.48 Selecting previously unselected package g++.
11:00:42 #9 32.48 Preparing to unpack .../091-g++_4%3a11.2.0-1ubuntu1_amd64.deb ...
11:00:42 #9 32.48 Unpacking g++ (4:11.2.0-1ubuntu1) ...
11:00:42 #9 32.51 Selecting previously unselected package make.
11:00:42 #9 32.52 Preparing to unpack .../092-make_4.3-4.1build1_amd64.deb ...
11:00:42 #9 32.52 Unpacking make (4.3-4.1build1) ...
11:00:42 #9 32.55 Selecting previously unselected package libdpkg-perl.
11:00:42 #9 32.56 Preparing to unpack .../093-libdpkg-perl_1.21.1ubuntu2.1_all.deb ...
11:00:42 #9 32.56 Unpacking libdpkg-perl (1.21.1ubuntu2.1) ...
11:00:42 #9 32.64 Selecting previously unselected package bzip2.
11:00:42 #9 32.64 Preparing to unpack .../094-bzip2_1.0.8-5build1_amd64.deb ...
11:00:42 #9 32.65 Unpacking bzip2 (1.0.8-5build1) ...
11:00:42 #9 32.68 Selecting previously unselected package patch.
11:00:42 #9 32.68 Preparing to unpack .../095-patch_2.7.6-7build2_amd64.deb ...
11:00:42 #9 32.69 Unpacking patch (2.7.6-7build2) ...
11:00:42 #9 32.71 Selecting previously unselected package lto-disabled-list.
11:00:42 #9 32.72 Preparing to unpack .../096-lto-disabled-list_24_all.deb ...
11:00:42 #9 32.72 Unpacking lto-disabled-list (24) ...
11:00:42 #9 32.76 Selecting previously unselected package dpkg-dev.
11:00:42 #9 32.76 Preparing to unpack .../097-dpkg-dev_1.21.1ubuntu2.1_all.deb ...
11:00:42 #9 32.77 Unpacking dpkg-dev (1.21.1ubuntu2.1) ...
11:00:42 #9 32.82 Selecting previously unselected package build-essential.
11:00:42 #9 32.82 Preparing to unpack .../098-build-essential_12.9ubuntu3_amd64.deb ...
11:00:42 #9 32.83 Unpacking build-essential (12.9ubuntu3) ...
11:00:42 #9 32.87 Selecting previously unselected package libbrotli1:amd64.
11:00:43 #9 32.88 Preparing to unpack .../099-libbrotli1_1.0.9-2build6_amd64.deb ...
11:00:43 #9 32.89 Unpacking libbrotli1:amd64 (1.0.9-2build6) ...
11:00:43 #9 32.95 Selecting previously unselected package libsasl2-modules-db:amd64.
11:00:43 #9 32.95 Preparing to unpack .../100-libsasl2-modules-db_2.1.27+dfsg2-3ubuntu1_amd64.deb ...
11:00:43 #9 32.96 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1) ...
11:00:43 #9 33.00 Selecting previously unselected package libsasl2-2:amd64.
11:00:43 #9 33.00 Preparing to unpack .../101-libsasl2-2_2.1.27+dfsg2-3ubuntu1_amd64.deb ...
11:00:43 #9 33.01 Unpacking libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1) ...
11:00:43 #9 33.05 Selecting previously unselected package libldap-2.5-0:amd64.
11:00:43 #9 33.05 Preparing to unpack .../102-libldap-2.5-0_2.5.12+dfsg-0ubuntu0.22.04.1_amd64.deb ...
11:00:43 #9 33.05 Unpacking libldap-2.5-0:amd64 (2.5.12+dfsg-0ubuntu0.22.04.1) ...
11:00:43 #9 33.09 Selecting previously unselected package librtmp1:amd64.
11:00:43 #9 33.10 Preparing to unpack .../103-librtmp1_2.4+20151223.gitfa8646d.1-2build4_amd64.deb ...
11:00:43 #9 33.10 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:00:43 #9 33.14 Selecting previously unselected package libssh-4:amd64.
11:00:43 #9 33.14 Preparing to unpack .../104-libssh-4_0.9.6-2build1_amd64.deb ...
11:00:43 #9 33.15 Unpacking libssh-4:amd64 (0.9.6-2build1) ...
11:00:43 #9 33.19 Selecting previously unselected package libcurl4:amd64.
11:00:43 #9 33.19 Preparing to unpack .../105-libcurl4_7.81.0-1ubuntu1.3_amd64.deb ...
11:00:43 #9 33.20 Unpacking libcurl4:amd64 (7.81.0-1ubuntu1.3) ...
11:00:43 #9 33.24 Selecting previously unselected package curl.
11:00:43 #9 33.24 Preparing to unpack .../106-curl_7.81.0-1ubuntu1.3_amd64.deb ...
11:00:43 #9 33.24 Unpacking curl (7.81.0-1ubuntu1.3) ...
11:00:43 #9 33.29 Selecting previously unselected package dctrl-tools.
11:00:43 #9 33.29 Preparing to unpack .../107-dctrl-tools_2.24-3build2_amd64.deb ...
11:00:43 #9 33.30 Unpacking dctrl-tools (2.24-3build2) ...
11:00:43 #9 33.33 Selecting previously unselected package libdebhelper-perl.
11:00:43 #9 33.33 Preparing to unpack .../108-libdebhelper-perl_13.6ubuntu1_all.deb ...
11:00:43 #9 33.34 Unpacking libdebhelper-perl (13.6ubuntu1) ...
11:00:43 #9 33.37 Selecting previously unselected package libtool.
11:00:43 #9 33.37 Preparing to unpack .../109-libtool_2.4.6-15build2_all.deb ...
11:00:43 #9 33.38 Unpacking libtool (2.4.6-15build2) ...
11:00:43 #9 33.42 Selecting previously unselected package dh-autoreconf.
11:00:43 #9 33.42 Preparing to unpack .../110-dh-autoreconf_20_all.deb ...
11:00:43 #9 33.43 Unpacking dh-autoreconf (20) ...
11:00:43 #9 33.47 Selecting previously unselected package libarchive-zip-perl.
11:00:43 #9 33.47 Preparing to unpack .../111-libarchive-zip-perl_1.68-1_all.deb ...
11:00:43 #9 33.47 Unpacking libarchive-zip-perl (1.68-1) ...
11:00:43 #9 33.52 Selecting previously unselected package libsub-override-perl.
11:00:43 #9 33.53 Preparing to unpack .../112-libsub-override-perl_0.09-2_all.deb ...
11:00:43 #9 33.53 Unpacking libsub-override-perl (0.09-2) ...
11:00:43 #9 33.56 Selecting previously unselected package libfile-stripnondeterminism-perl.
11:00:43 #9 33.56 Preparing to unpack .../113-libfile-stripnondeterminism-perl_1.13.0-1_all.deb ...
11:00:43 #9 33.57 Unpacking libfile-stripnondeterminism-perl (1.13.0-1) ...
11:00:43 #9 33.60 Selecting previously unselected package dh-strip-nondeterminism.
11:00:43 #9 33.60 Preparing to unpack .../114-dh-strip-nondeterminism_1.13.0-1_all.deb ...
11:00:43 #9 33.61 Unpacking dh-strip-nondeterminism (1.13.0-1) ...
11:00:43 #9 33.65 Selecting previously unselected package libdw1:amd64.
11:00:43 #9 33.65 Preparing to unpack .../115-libdw1_0.186-1build1_amd64.deb ...
11:00:43 #9 33.65 Unpacking libdw1:amd64 (0.186-1build1) ...
11:00:43 #9 33.69 Selecting previously unselected package debugedit.
11:00:43 #9 33.69 Preparing to unpack .../116-debugedit_1%3a5.0-4build1_amd64.deb ...
11:00:43 #9 33.69 Unpacking debugedit (1:5.0-4build1) ...
11:00:43 #9 33.73 Selecting previously unselected package dwz.
11:00:43 #9 33.73 Preparing to unpack .../117-dwz_0.14-1build2_amd64.deb ...
11:00:43 #9 33.74 Unpacking dwz (0.14-1build2) ...
11:00:43 #9 33.78 Selecting previously unselected package gettext.
11:00:43 #9 33.78 Preparing to unpack .../118-gettext_0.21-4ubuntu4_amd64.deb ...
11:00:43 #9 33.78 Unpacking gettext (0.21-4ubuntu4) ...
11:00:43 #9 33.84 Selecting previously unselected package intltool-debian.
11:00:43 #9 33.84 Preparing to unpack .../119-intltool-debian_0.35.0+20060710.5_all.deb ...
11:00:43 #9 33.85 Unpacking intltool-debian (0.35.0+20060710.5) ...
11:00:43 #9 33.88 Selecting previously unselected package po-debconf.
11:00:43 #9 33.88 Preparing to unpack .../120-po-debconf_1.0.21+nmu1_all.deb ...
11:00:43 #9 33.89 Unpacking po-debconf (1.0.21+nmu1) ...
11:00:43 #9 33.94 Selecting previously unselected package debhelper.
11:00:43 #9 33.94 Preparing to unpack .../121-debhelper_13.6ubuntu1_all.deb ...
11:00:43 #9 33.95 Unpacking debhelper (13.6ubuntu1) ...
11:00:44 #9 34.01 Selecting previously unselected package libfakeroot:amd64.
11:00:44 #9 34.01 Preparing to unpack .../122-libfakeroot_1.28-1ubuntu1_amd64.deb ...
11:00:44 #9 34.02 Unpacking libfakeroot:amd64 (1.28-1ubuntu1) ...
11:00:44 #9 34.06 Selecting previously unselected package fakeroot.
11:00:44 #9 34.07 Preparing to unpack .../123-fakeroot_1.28-1ubuntu1_amd64.deb ...
11:00:44 #9 34.07 Unpacking fakeroot (1.28-1ubuntu1) ...
11:00:44 #9 34.12 Selecting previously unselected package libassuan0:amd64.
11:00:44 #9 34.12 Preparing to unpack .../124-libassuan0_2.5.5-1build1_amd64.deb ...
11:00:44 #9 34.12 Unpacking libassuan0:amd64 (2.5.5-1build1) ...
11:00:44 #9 34.16 Selecting previously unselected package gpgconf.
11:00:44 #9 34.16 Preparing to unpack .../125-gpgconf_2.2.27-3ubuntu2.1_amd64.deb ...
11:00:44 #9 34.16 Unpacking gpgconf (2.2.27-3ubuntu2.1) ...
11:00:44 #9 34.21 Selecting previously unselected package libksba8:amd64.
11:00:44 #9 34.21 Preparing to unpack .../126-libksba8_1.6.0-2build1_amd64.deb ...
11:00:44 #9 34.21 Unpacking libksba8:amd64 (1.6.0-2build1) ...
11:00:44 #9 34.25 Selecting previously unselected package libnpth0:amd64.
11:00:44 #9 34.25 Preparing to unpack .../127-libnpth0_1.6-3build2_amd64.deb ...
11:00:44 #9 34.25 Unpacking libnpth0:amd64 (1.6-3build2) ...
11:00:44 #9 34.29 Selecting previously unselected package dirmngr.
11:00:44 #9 34.29 Preparing to unpack .../128-dirmngr_2.2.27-3ubuntu2.1_amd64.deb ...
11:00:44 #9 34.30 Unpacking dirmngr (2.2.27-3ubuntu2.1) ...
11:00:44 #9 34.34 Selecting previously unselected package gnupg-l10n.
11:00:44 #9 34.35 Preparing to unpack .../129-gnupg-l10n_2.2.27-3ubuntu2.1_all.deb ...
11:00:44 #9 34.35 Unpacking gnupg-l10n (2.2.27-3ubuntu2.1) ...
11:00:44 #9 34.39 Selecting previously unselected package gnupg-utils.
11:00:44 #9 34.39 Preparing to unpack .../130-gnupg-utils_2.2.27-3ubuntu2.1_amd64.deb ...
11:00:44 #9 34.39 Unpacking gnupg-utils (2.2.27-3ubuntu2.1) ...
11:00:44 #9 34.43 Selecting previously unselected package gpg.
11:00:44 #9 34.43 Preparing to unpack .../131-gpg_2.2.27-3ubuntu2.1_amd64.deb ...
11:00:44 #9 34.43 Unpacking gpg (2.2.27-3ubuntu2.1) ...
11:00:44 #9 34.47 Selecting previously unselected package pinentry-curses.
11:00:44 #9 34.48 Preparing to unpack .../132-pinentry-curses_1.1.1-1build2_amd64.deb ...
11:00:44 #9 34.48 Unpacking pinentry-curses (1.1.1-1build2) ...
11:00:44 #9 34.52 Selecting previously unselected package gpg-agent.
11:00:44 #9 34.52 Preparing to unpack .../133-gpg-agent_2.2.27-3ubuntu2.1_amd64.deb ...
11:00:44 #9 34.52 Unpacking gpg-agent (2.2.27-3ubuntu2.1) ...
11:00:44 #9 34.58 Selecting previously unselected package gpg-wks-client.
11:00:44 #9 34.59 Preparing to unpack .../134-gpg-wks-client_2.2.27-3ubuntu2.1_amd64.deb ...
11:00:44 #9 34.59 Unpacking gpg-wks-client (2.2.27-3ubuntu2.1) ...
11:00:44 #9 34.68 Selecting previously unselected package gpg-wks-server.
11:00:44 #9 34.68 Preparing to unpack .../135-gpg-wks-server_2.2.27-3ubuntu2.1_amd64.deb ...
11:00:44 #9 34.72 Unpacking gpg-wks-server (2.2.27-3ubuntu2.1) ...
11:00:44 #9 34.90 Selecting previously unselected package gpgsm.
11:00:44 #9 34.90 Preparing to unpack .../136-gpgsm_2.2.27-3ubuntu2.1_amd64.deb ...
11:00:44 #9 34.93 Unpacking gpgsm (2.2.27-3ubuntu2.1) ...
11:00:44 #9 35.02 Selecting previously unselected package gnupg.
11:00:44 #9 35.02 Preparing to unpack .../137-gnupg_2.2.27-3ubuntu2.1_all.deb ...
11:00:44 #9 35.03 Unpacking gnupg (2.2.27-3ubuntu2.1) ...
11:00:44 #9 35.08 Selecting previously unselected package libfile-dirlist-perl.
11:00:44 #9 35.09 Preparing to unpack .../138-libfile-dirlist-perl_0.05-2_all.deb ...
11:00:44 #9 35.09 Unpacking libfile-dirlist-perl (0.05-2) ...
11:00:44 #9 35.12 Selecting previously unselected package libfile-which-perl.
11:00:45 #9 35.12 Preparing to unpack .../139-libfile-which-perl_1.23-1_all.deb ...
11:00:45 #9 35.13 Unpacking libfile-which-perl (1.23-1) ...
11:00:45 #9 35.22 Selecting previously unselected package libfile-homedir-perl.
11:00:45 #9 35.22 Preparing to unpack .../140-libfile-homedir-perl_1.006-1_all.deb ...
11:00:45 #9 35.23 Unpacking libfile-homedir-perl (1.006-1) ...
11:00:45 #9 35.28 Selecting previously unselected package libfile-touch-perl.
11:00:45 #9 35.29 Preparing to unpack .../141-libfile-touch-perl_0.12-1_all.deb ...
11:00:45 #9 35.29 Unpacking libfile-touch-perl (0.12-1) ...
11:00:45 #9 35.35 Selecting previously unselected package libio-pty-perl.
11:00:45 #9 35.35 Preparing to unpack .../142-libio-pty-perl_1%3a1.15-2build2_amd64.deb ...
11:00:45 #9 35.36 Unpacking libio-pty-perl (1:1.15-2build2) ...
11:00:45 #9 35.44 Selecting previously unselected package libipc-run-perl.
11:00:45 #9 35.44 Preparing to unpack .../143-libipc-run-perl_20200505.0-1_all.deb ...
11:00:45 #9 35.45 Unpacking libipc-run-perl (20200505.0-1) ...
11:00:45 #9 35.50 Selecting previously unselected package libclass-method-modifiers-perl.
11:00:45 #9 35.51 Preparing to unpack .../144-libclass-method-modifiers-perl_2.13-1_all.deb ...
11:00:45 #9 35.51 Unpacking libclass-method-modifiers-perl (2.13-1) ...
11:00:45 #9 35.58 Selecting previously unselected package libclass-xsaccessor-perl.
11:00:45 #9 35.58 Preparing to unpack .../145-libclass-xsaccessor-perl_1.19-3build9_amd64.deb ...
11:00:45 #9 35.60 Unpacking libclass-xsaccessor-perl (1.19-3build9) ...
11:00:45 #9 35.65 Selecting previously unselected package libb-hooks-op-check-perl.
11:00:45 #9 35.65 Preparing to unpack .../146-libb-hooks-op-check-perl_0.22-1build5_amd64.deb ...
11:00:45 #9 35.65 Unpacking libb-hooks-op-check-perl (0.22-1build5) ...
11:00:45 #9 35.68 Selecting previously unselected package libdynaloader-functions-perl.
11:00:45 #9 35.69 Preparing to unpack .../147-libdynaloader-functions-perl_0.003-1.1_all.deb ...
11:00:45 #9 35.69 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
11:00:45 #9 35.72 Selecting previously unselected package libdevel-callchecker-perl.
11:00:45 #9 35.72 Preparing to unpack .../148-libdevel-callchecker-perl_0.008-1ubuntu4_amd64.deb ...
11:00:45 #9 35.73 Unpacking libdevel-callchecker-perl (0.008-1ubuntu4) ...
11:00:45 #9 35.76 Selecting previously unselected package libparams-classify-perl.
11:00:45 #9 35.76 Preparing to unpack .../149-libparams-classify-perl_0.015-1build5_amd64.deb ...
11:00:45 #9 35.76 Unpacking libparams-classify-perl (0.015-1build5) ...
11:00:45 #9 35.79 Selecting previously unselected package libmodule-runtime-perl.
11:00:45 #9 35.80 Preparing to unpack .../150-libmodule-runtime-perl_0.016-1_all.deb ...
11:00:45 #9 35.80 Unpacking libmodule-runtime-perl (0.016-1) ...
11:00:45 #9 35.83 Selecting previously unselected package libimport-into-perl.
11:00:45 #9 35.83 Preparing to unpack .../151-libimport-into-perl_1.002005-1_all.deb ...
11:00:45 #9 35.84 Unpacking libimport-into-perl (1.002005-1) ...
11:00:45 #9 35.86 Selecting previously unselected package librole-tiny-perl.
11:00:45 #9 35.87 Preparing to unpack .../152-librole-tiny-perl_2.002004-1_all.deb ...
11:00:45 #9 35.87 Unpacking librole-tiny-perl (2.002004-1) ...
11:00:45 #9 35.92 Selecting previously unselected package libsub-quote-perl.
11:00:45 #9 35.93 Preparing to unpack .../153-libsub-quote-perl_2.006006-1_all.deb ...
11:00:45 #9 35.94 Unpacking libsub-quote-perl (2.006006-1) ...
11:00:45 #9 35.97 Selecting previously unselected package libmoo-perl.
11:00:45 #9 35.97 Preparing to unpack .../154-libmoo-perl_2.005004-3_all.deb ...
11:00:45 #9 35.98 Unpacking libmoo-perl (2.005004-3) ...
11:00:45 #9 36.02 Selecting previously unselected package libencode-locale-perl.
11:00:45 #9 36.02 Preparing to unpack .../155-libencode-locale-perl_1.05-1.1_all.deb ...
11:00:45 #9 36.02 Unpacking libencode-locale-perl (1.05-1.1) ...
11:00:45 #9 36.05 Selecting previously unselected package libtimedate-perl.
11:00:45 #9 36.05 Preparing to unpack .../156-libtimedate-perl_2.3300-2_all.deb ...
11:00:45 #9 36.06 Unpacking libtimedate-perl (2.3300-2) ...
11:00:45 #9 36.10 Selecting previously unselected package libhttp-date-perl.
11:00:45 #9 36.10 Preparing to unpack .../157-libhttp-date-perl_6.05-1_all.deb ...
11:00:45 #9 36.10 Unpacking libhttp-date-perl (6.05-1) ...
11:00:45 #9 36.14 Selecting previously unselected package libfile-listing-perl.
11:00:45 #9 36.14 Preparing to unpack .../158-libfile-listing-perl_6.14-1_all.deb ...
11:00:45 #9 36.15 Unpacking libfile-listing-perl (6.14-1) ...
11:00:45 #9 36.18 Selecting previously unselected package libhtml-tagset-perl.
11:00:46 #9 36.18 Preparing to unpack .../159-libhtml-tagset-perl_3.20-4_all.deb ...
11:00:46 #9 36.19 Unpacking libhtml-tagset-perl (3.20-4) ...
11:00:46 #9 36.22 Selecting previously unselected package liburi-perl.
11:00:46 #9 36.22 Preparing to unpack .../160-liburi-perl_5.10-1_all.deb ...
11:00:46 #9 36.22 Unpacking liburi-perl (5.10-1) ...
11:00:46 #9 36.26 Selecting previously unselected package libhtml-parser-perl:amd64.
11:00:46 #9 36.26 Preparing to unpack .../161-libhtml-parser-perl_3.76-1build2_amd64.deb ...
11:00:46 #9 36.27 Unpacking libhtml-parser-perl:amd64 (3.76-1build2) ...
11:00:46 #9 36.30 Selecting previously unselected package libhtml-tree-perl.
11:00:46 #9 36.30 Preparing to unpack .../162-libhtml-tree-perl_5.07-2_all.deb ...
11:00:46 #9 36.30 Unpacking libhtml-tree-perl (5.07-2) ...
11:00:46 #9 36.35 Selecting previously unselected package libio-html-perl.
11:00:46 #9 36.35 Preparing to unpack .../163-libio-html-perl_1.004-2_all.deb ...
11:00:46 #9 36.36 Unpacking libio-html-perl (1.004-2) ...
11:00:46 #9 36.39 Selecting previously unselected package liblwp-mediatypes-perl.
11:00:46 #9 36.39 Preparing to unpack .../164-liblwp-mediatypes-perl_6.04-1_all.deb ...
11:00:46 #9 36.39 Unpacking liblwp-mediatypes-perl (6.04-1) ...
11:00:46 #9 36.43 Selecting previously unselected package libhttp-message-perl.
11:00:46 #9 36.43 Preparing to unpack .../165-libhttp-message-perl_6.36-1_all.deb ...
11:00:46 #9 36.43 Unpacking libhttp-message-perl (6.36-1) ...
11:00:46 #9 36.47 Selecting previously unselected package libhttp-cookies-perl.
11:00:46 #9 36.47 Preparing to unpack .../166-libhttp-cookies-perl_6.10-1_all.deb ...
11:00:46 #9 36.47 Unpacking libhttp-cookies-perl (6.10-1) ...
11:00:46 #9 36.53 Selecting previously unselected package libhttp-negotiate-perl.
11:00:46 #9 36.53 Preparing to unpack .../167-libhttp-negotiate-perl_6.01-1_all.deb ...
11:00:46 #9 36.58 Unpacking libhttp-negotiate-perl (6.01-1) ...
11:00:46 #9 36.61 Selecting previously unselected package perl-openssl-defaults:amd64.
11:00:46 #9 36.61 Preparing to unpack .../168-perl-openssl-defaults_5build2_amd64.deb ...
11:00:46 #9 36.61 Unpacking perl-openssl-defaults:amd64 (5build2) ...
11:00:46 #9 36.64 Selecting previously unselected package libnet-ssleay-perl:amd64.
11:00:46 #9 36.64 Preparing to unpack .../169-libnet-ssleay-perl_1.92-1build2_amd64.deb ...
11:00:46 #9 36.65 Unpacking libnet-ssleay-perl:amd64 (1.92-1build2) ...
11:00:46 #9 36.69 Selecting previously unselected package libio-socket-ssl-perl.
11:00:46 #9 36.69 Preparing to unpack .../170-libio-socket-ssl-perl_2.074-2_all.deb ...
11:00:46 #9 36.70 Unpacking libio-socket-ssl-perl (2.074-2) ...
11:00:46 #9 36.73 Selecting previously unselected package libnet-http-perl.
11:00:46 #9 36.73 Preparing to unpack .../171-libnet-http-perl_6.22-1_all.deb ...
11:00:46 #9 36.74 Unpacking libnet-http-perl (6.22-1) ...
11:00:46 #9 36.77 Selecting previously unselected package liblwp-protocol-https-perl.
11:00:46 #9 36.77 Preparing to unpack .../172-liblwp-protocol-https-perl_6.10-1_all.deb ...
11:00:46 #9 36.77 Unpacking liblwp-protocol-https-perl (6.10-1) ...
11:00:46 #9 36.80 Selecting previously unselected package libtry-tiny-perl.
11:00:46 #9 36.80 Preparing to unpack .../173-libtry-tiny-perl_0.31-1_all.deb ...
11:00:46 #9 36.81 Unpacking libtry-tiny-perl (0.31-1) ...
11:00:46 #9 36.83 Selecting previously unselected package libwww-robotrules-perl.
11:00:46 #9 36.83 Preparing to unpack .../174-libwww-robotrules-perl_6.02-1_all.deb ...
11:00:46 #9 36.84 Unpacking libwww-robotrules-perl (6.02-1) ...
11:00:46 #9 36.87 Selecting previously unselected package libwww-perl.
11:00:46 #9 36.87 Preparing to unpack .../175-libwww-perl_6.61-1_all.deb ...
11:00:46 #9 36.87 Unpacking libwww-perl (6.61-1) ...
11:00:46 #9 36.91 Selecting previously unselected package patchutils.
11:00:46 #9 36.91 Preparing to unpack .../176-patchutils_0.4.2-1build2_amd64.deb ...
11:00:46 #9 36.91 Unpacking patchutils (0.4.2-1build2) ...
11:00:46 #9 36.94 Selecting previously unselected package wdiff.
11:00:46 #9 36.95 Preparing to unpack .../177-wdiff_1.2.2-2build3_amd64.deb ...
11:00:46 #9 36.95 Unpacking wdiff (1.2.2-2build3) ...
11:00:46 #9 36.99 Selecting previously unselected package devscripts.
11:00:46 #9 36.99 Preparing to unpack .../178-devscripts_2.22.1ubuntu1_amd64.deb ...
11:00:46 #9 37.01 Unpacking devscripts (2.22.1ubuntu1) ...
11:00:46 #9 37.09 Selecting previously unselected package diffstat.
11:00:46 #9 37.09 Preparing to unpack .../179-diffstat_1.64-1build2_amd64.deb ...
11:00:46 #9 37.09 Unpacking diffstat (1.64-1build2) ...
11:00:46 #9 37.13 Selecting previously unselected package python3-chardet.
11:00:46 #9 37.13 Preparing to unpack .../180-python3-chardet_4.0.0-1_all.deb ...
11:00:46 #9 37.13 Unpacking python3-chardet (4.0.0-1) ...
11:00:46 #9 37.18 Selecting previously unselected package zstd.
11:00:46 #9 37.18 Preparing to unpack .../181-zstd_1.4.8+dfsg-3build1_amd64.deb ...
11:00:46 #9 37.18 Unpacking zstd (1.4.8+dfsg-3build1) ...
11:00:46 #9 37.23 Selecting previously unselected package python3-debian.
11:00:46 #9 37.23 Preparing to unpack .../182-python3-debian_0.1.43ubuntu1_all.deb ...
11:00:47 #9 37.23 Unpacking python3-debian (0.1.43ubuntu1) ...
11:00:47 #9 37.28 Selecting previously unselected package libgpgme11:amd64.
11:00:47 #9 37.28 Preparing to unpack .../183-libgpgme11_1.16.0-1.2ubuntu4_amd64.deb ...
11:00:47 #9 37.29 Unpacking libgpgme11:amd64 (1.16.0-1.2ubuntu4) ...
11:00:47 #9 37.33 Selecting previously unselected package python3-gpg.
11:00:47 #9 37.33 Preparing to unpack .../184-python3-gpg_1.16.0-1.2ubuntu4_amd64.deb ...
11:00:47 #9 37.33 Unpacking python3-gpg (1.16.0-1.2ubuntu4) ...
11:00:47 #9 37.39 Selecting previously unselected package dput.
11:00:47 #9 37.39 Preparing to unpack .../185-dput_1.1.0ubuntu2_all.deb ...
11:00:47 #9 37.40 Unpacking dput (1.1.0ubuntu2) ...
11:00:47 #9 37.44 Selecting previously unselected package fonts-dejavu-core.
11:00:47 #9 37.44 Preparing to unpack .../186-fonts-dejavu-core_2.37-2build1_all.deb ...
11:00:47 #9 37.45 Unpacking fonts-dejavu-core (2.37-2build1) ...
11:00:47 #9 37.58 Selecting previously unselected package fontconfig-config.
11:00:47 #9 37.58 Preparing to unpack .../187-fontconfig-config_2.13.1-4.2ubuntu5_all.deb ...
11:00:47 #9 37.59 Unpacking fontconfig-config (2.13.1-4.2ubuntu5) ...
11:00:47 #9 37.63 Selecting previously unselected package libcurl3-gnutls:amd64.
11:00:47 #9 37.63 Preparing to unpack .../188-libcurl3-gnutls_7.81.0-1ubuntu1.3_amd64.deb ...
11:00:47 #9 37.63 Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.3) ...
11:00:47 #9 37.66 Selecting previously unselected package liberror-perl.
11:00:47 #9 37.67 Preparing to unpack .../189-liberror-perl_0.17029-1_all.deb ...
11:00:47 #9 37.67 Unpacking liberror-perl (0.17029-1) ...
11:00:47 #9 37.70 Selecting previously unselected package git-man.
11:00:47 #9 37.71 Preparing to unpack .../190-git-man_1%3a2.34.1-1ubuntu1.4_all.deb ...
11:00:47 #9 37.71 Unpacking git-man (1:2.34.1-1ubuntu1.4) ...
11:00:47 #9 37.77 Selecting previously unselected package git.
11:00:47 #9 37.77 Preparing to unpack .../191-git_1%3a2.34.1-1ubuntu1.4_amd64.deb ...
11:00:47 #9 37.78 Unpacking git (1:2.34.1-1ubuntu1.4) ...
11:00:47 #9 37.92 Selecting previously unselected package libalgorithm-diff-perl.
11:00:47 #9 37.93 Preparing to unpack .../192-libalgorithm-diff-perl_1.201-1_all.deb ...
11:00:47 #9 37.93 Unpacking libalgorithm-diff-perl (1.201-1) ...
11:00:47 #9 37.97 Selecting previously unselected package libalgorithm-diff-xs-perl.
11:00:48 #9 37.97 Preparing to unpack .../193-libalgorithm-diff-xs-perl_0.04-6build3_amd64.deb ...
11:00:48 #9 37.97 Unpacking libalgorithm-diff-xs-perl (0.04-6build3) ...
11:00:48 #9 38.01 Selecting previously unselected package libalgorithm-merge-perl.
11:00:48 #9 38.01 Preparing to unpack .../194-libalgorithm-merge-perl_0.08-3_all.deb ...
11:00:48 #9 38.02 Unpacking libalgorithm-merge-perl (0.08-3) ...
11:00:48 #9 38.05 Selecting previously unselected package libaliased-perl.
11:00:48 #9 38.05 Preparing to unpack .../195-libaliased-perl_0.34-1.1_all.deb ...
11:00:48 #9 38.05 Unpacking libaliased-perl (0.34-1.1) ...
11:00:48 #9 38.09 Selecting previously unselected package libapt-pkg-perl.
11:00:48 #9 38.09 Preparing to unpack .../196-libapt-pkg-perl_0.1.40build2_amd64.deb ...
11:00:48 #9 38.09 Unpacking libapt-pkg-perl (0.1.40build2) ...
11:00:48 #9 38.16 Selecting previously unselected package libarchive-cpio-perl.
11:00:48 #9 38.16 Preparing to unpack .../197-libarchive-cpio-perl_0.10-1.1_all.deb ...
11:00:48 #9 38.17 Unpacking libarchive-cpio-perl (0.10-1.1) ...
11:00:48 #9 38.21 Selecting previously unselected package libarray-intspan-perl.
11:00:48 #9 38.21 Preparing to unpack .../198-libarray-intspan-perl_2.004-1_all.deb ...
11:00:48 #9 38.22 Unpacking libarray-intspan-perl (2.004-1) ...
11:00:48 #9 38.25 Selecting previously unselected package libmodule-implementation-perl.
11:00:48 #9 38.26 Preparing to unpack .../199-libmodule-implementation-perl_0.09-1.1_all.deb ...
11:00:48 #9 38.27 Unpacking libmodule-implementation-perl (0.09-1.1) ...
11:00:48 #9 38.30 Selecting previously unselected package libsub-exporter-progressive-perl.
11:00:48 #9 38.30 Preparing to unpack .../200-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
11:00:48 #9 38.31 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
11:00:48 #9 38.34 Selecting previously unselected package libvariable-magic-perl.
11:00:48 #9 38.34 Preparing to unpack .../201-libvariable-magic-perl_0.62-1build5_amd64.deb ...
11:00:48 #9 38.35 Unpacking libvariable-magic-perl (0.62-1build5) ...
11:00:48 #9 38.38 Selecting previously unselected package libb-hooks-endofscope-perl.
11:00:48 #9 38.39 Preparing to unpack .../202-libb-hooks-endofscope-perl_0.25-1_all.deb ...
11:00:48 #9 38.39 Unpacking libb-hooks-endofscope-perl (0.25-1) ...
11:00:48 #9 38.43 Selecting previously unselected package libfreetype6:amd64.
11:00:48 #9 38.43 Preparing to unpack .../203-libfreetype6_2.11.1+dfsg-1ubuntu0.1_amd64.deb ...
11:00:48 #9 38.44 Unpacking libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.1) ...
11:00:48 #9 38.49 Selecting previously unselected package libfontconfig1:amd64.
11:00:48 #9 38.49 Preparing to unpack .../204-libfontconfig1_2.13.1-4.2ubuntu5_amd64.deb ...
11:00:48 #9 38.49 Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
11:00:48 #9 38.53 Selecting previously unselected package libjpeg-turbo8:amd64.
11:00:48 #9 38.53 Preparing to unpack .../205-libjpeg-turbo8_2.1.2-0ubuntu1_amd64.deb ...
11:00:48 #9 38.54 Unpacking libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
11:00:48 #9 38.57 Selecting previously unselected package libjpeg8:amd64.
11:00:48 #9 38.57 Preparing to unpack .../206-libjpeg8_8c-2ubuntu10_amd64.deb ...
11:00:48 #9 38.58 Unpacking libjpeg8:amd64 (8c-2ubuntu10) ...
11:00:48 #9 38.62 Selecting previously unselected package libdeflate0:amd64.
11:00:48 #9 38.62 Preparing to unpack .../207-libdeflate0_1.10-2_amd64.deb ...
11:00:48 #9 38.62 Unpacking libdeflate0:amd64 (1.10-2) ...
11:00:48 #9 38.66 Selecting previously unselected package libjbig0:amd64.
11:00:48 #9 38.67 Preparing to unpack .../208-libjbig0_2.1-3.1build3_amd64.deb ...
11:00:48 #9 38.67 Unpacking libjbig0:amd64 (2.1-3.1build3) ...
11:00:48 #9 38.71 Selecting previously unselected package libwebp7:amd64.
11:00:48 #9 38.72 Preparing to unpack .../209-libwebp7_1.2.2-2_amd64.deb ...
11:00:48 #9 38.72 Unpacking libwebp7:amd64 (1.2.2-2) ...
11:00:48 #9 38.77 Selecting previously unselected package libtiff5:amd64.
11:00:48 #9 38.77 Preparing to unpack .../210-libtiff5_4.3.0-6_amd64.deb ...
11:00:48 #9 38.78 Unpacking libtiff5:amd64 (4.3.0-6) ...
11:00:48 #9 38.83 Selecting previously unselected package libxpm4:amd64.
11:00:48 #9 38.83 Preparing to unpack .../211-libxpm4_1%3a3.5.12-1build2_amd64.deb ...
11:00:48 #9 38.84 Unpacking libxpm4:amd64 (1:3.5.12-1build2) ...
11:00:48 #9 38.88 Selecting previously unselected package libgd3:amd64.
11:00:48 #9 38.88 Preparing to unpack .../212-libgd3_2.3.0-2ubuntu2_amd64.deb ...
11:00:48 #9 38.89 Unpacking libgd3:amd64 (2.3.0-2ubuntu2) ...
11:00:48 #9 38.92 Selecting previously unselected package libc-devtools.
11:00:48 #9 38.92 Preparing to unpack .../213-libc-devtools_2.35-0ubuntu3.1_amd64.deb ...
11:00:48 #9 38.92 Unpacking libc-devtools (2.35-0ubuntu3.1) ...
11:00:48 #9 38.95 Selecting previously unselected package libcapture-tiny-perl.
11:00:48 #9 38.96 Preparing to unpack .../214-libcapture-tiny-perl_0.48-1_all.deb ...
11:00:48 #9 38.96 Unpacking libcapture-tiny-perl (0.48-1) ...
11:00:48 #9 38.99 Selecting previously unselected package libclass-data-inheritable-perl.
11:00:49 #9 39.00 Preparing to unpack .../215-libclass-data-inheritable-perl_0.08-3_all.deb ...
11:00:49 #9 39.00 Unpacking libclass-data-inheritable-perl (0.08-3) ...
11:00:49 #9 39.03 Selecting previously unselected package libclone-perl.
11:00:49 #9 39.03 Preparing to unpack .../216-libclone-perl_0.45-1build3_amd64.deb ...
11:00:49 #9 39.04 Unpacking libclone-perl (0.45-1build3) ...
11:00:49 #9 39.07 Selecting previously unselected package libcommon-sense-perl:amd64.
11:00:49 #9 39.07 Preparing to unpack .../217-libcommon-sense-perl_3.75-2build1_amd64.deb ...
11:00:49 #9 39.07 Unpacking libcommon-sense-perl:amd64 (3.75-2build1) ...
11:00:49 #9 39.10 Selecting previously unselected package libconfig-tiny-perl.
11:00:49 #9 39.10 Preparing to unpack .../218-libconfig-tiny-perl_2.28-1_all.deb ...
11:00:49 #9 39.11 Unpacking libconfig-tiny-perl (2.28-1) ...
11:00:49 #9 39.14 Selecting previously unselected package libparams-util-perl.
11:00:49 #9 39.14 Preparing to unpack .../219-libparams-util-perl_1.102-1build3_amd64.deb ...
11:00:49 #9 39.14 Unpacking libparams-util-perl (1.102-1build3) ...
11:00:49 #9 39.17 Selecting previously unselected package libsub-install-perl.
11:00:49 #9 39.18 Preparing to unpack .../220-libsub-install-perl_0.928-1.1_all.deb ...
11:00:49 #9 39.18 Unpacking libsub-install-perl (0.928-1.1) ...
11:00:49 #9 39.21 Selecting previously unselected package libdata-optlist-perl.
11:00:49 #9 39.21 Preparing to unpack .../221-libdata-optlist-perl_0.112-1_all.deb ...
11:00:49 #9 39.22 Unpacking libdata-optlist-perl (0.112-1) ...
11:00:49 #9 39.24 Selecting previously unselected package libsub-exporter-perl.
11:00:49 #9 39.25 Preparing to unpack .../222-libsub-exporter-perl_0.988-1_all.deb ...
11:00:49 #9 39.25 Unpacking libsub-exporter-perl (0.988-1) ...
11:00:49 #9 39.28 Selecting previously unselected package libconst-fast-perl.
11:00:49 #9 39.28 Preparing to unpack .../223-libconst-fast-perl_0.014-1.1_all.deb ...
11:00:49 #9 39.29 Unpacking libconst-fast-perl (0.014-1.1) ...
11:00:49 #9 39.33 Selecting previously unselected package libwant-perl.
11:00:49 #9 39.33 Preparing to unpack .../224-libwant-perl_0.29-1build7_amd64.deb ...
11:00:49 #9 39.34 Unpacking libwant-perl (0.29-1build7) ...
11:00:49 #9 39.36 Selecting previously unselected package libcontextual-return-perl.
11:00:49 #9 39.37 Preparing to unpack .../225-libcontextual-return-perl_0.004014-2_all.deb ...
11:00:49 #9 39.37 Unpacking libcontextual-return-perl (0.004014-2) ...
11:00:49 #9 39.40 Selecting previously unselected package libcpanel-json-xs-perl:amd64.
11:00:49 #9 39.41 Preparing to unpack .../226-libcpanel-json-xs-perl_4.27-1build1_amd64.deb ...
11:00:49 #9 39.41 Unpacking libcpanel-json-xs-perl:amd64 (4.27-1build1) ...
11:00:49 #9 39.44 Selecting previously unselected package libdevel-stacktrace-perl.
11:00:49 #9 39.44 Preparing to unpack .../227-libdevel-stacktrace-perl_2.0400-1_all.deb ...
11:00:49 #9 39.45 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
11:00:49 #9 39.48 Selecting previously unselected package libexception-class-perl.
11:00:49 #9 39.48 Preparing to unpack .../228-libexception-class-perl_1.45-1_all.deb ...
11:00:49 #9 39.48 Unpacking libexception-class-perl (1.45-1) ...
11:00:49 #9 39.52 Selecting previously unselected package libiterator-perl.
11:00:49 #9 39.52 Preparing to unpack .../229-libiterator-perl_0.03+ds1-1.1_all.deb ...
11:00:49 #9 39.52 Unpacking libiterator-perl (0.03+ds1-1.1) ...
11:00:49 #9 39.55 Selecting previously unselected package libiterator-util-perl.
11:00:49 #9 39.55 Preparing to unpack .../230-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
11:00:49 #9 39.56 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
11:00:49 #9 39.59 Selecting previously unselected package libexporter-tiny-perl.
11:00:49 #9 39.59 Preparing to unpack .../231-libexporter-tiny-perl_1.002002-1_all.deb ...
11:00:49 #9 39.60 Unpacking libexporter-tiny-perl (1.002002-1) ...
11:00:49 #9 39.63 Selecting previously unselected package liblist-moreutils-xs-perl.
11:00:49 #9 39.63 Preparing to unpack .../232-liblist-moreutils-xs-perl_0.430-2build2_amd64.deb ...
11:00:49 #9 39.64 Unpacking liblist-moreutils-xs-perl (0.430-2build2) ...
11:00:49 #9 39.67 Selecting previously unselected package liblist-moreutils-perl.
11:00:49 #9 39.67 Preparing to unpack .../233-liblist-moreutils-perl_0.430-2_all.deb ...
11:00:49 #9 39.68 Unpacking liblist-moreutils-perl (0.430-2) ...
11:00:49 #9 39.72 Selecting previously unselected package libdata-dpath-perl.
11:00:49 #9 39.72 Preparing to unpack .../234-libdata-dpath-perl_0.58-1_all.deb ...
11:00:49 #9 39.72 Unpacking libdata-dpath-perl (0.58-1) ...
11:00:49 #9 39.76 Selecting previously unselected package libdata-dump-perl.
11:00:49 #9 39.76 Preparing to unpack .../235-libdata-dump-perl_1.25-1_all.deb ...
11:00:49 #9 39.76 Unpacking libdata-dump-perl (1.25-1) ...
11:00:49 #9 39.80 Selecting previously unselected package libdata-messagepack-perl.
11:00:49 #9 39.80 Preparing to unpack .../236-libdata-messagepack-perl_1.01-2build1_amd64.deb ...
11:00:49 #9 39.80 Unpacking libdata-messagepack-perl (1.01-2build1) ...
11:00:49 #9 39.84 Selecting previously unselected package libnet-domain-tld-perl.
11:00:49 #9 39.84 Preparing to unpack .../237-libnet-domain-tld-perl_1.75-1.1_all.deb ...
11:00:49 #9 39.84 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
11:00:49 #9 39.88 Selecting previously unselected package libdata-validate-domain-perl.
11:00:49 #9 39.88 Preparing to unpack .../238-libdata-validate-domain-perl_0.10-1.1_all.deb ...
11:00:49 #9 39.88 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
11:00:49 #9 39.91 Selecting previously unselected package libnet-ipv6addr-perl.
11:00:49 #9 39.92 Preparing to unpack .../239-libnet-ipv6addr-perl_1.02-1_all.deb ...
11:00:49 #9 39.92 Unpacking libnet-ipv6addr-perl (1.02-1) ...
11:00:49 #9 39.95 Selecting previously unselected package libnet-netmask-perl.
11:00:49 #9 39.95 Preparing to unpack .../240-libnet-netmask-perl_2.0001-1_all.deb ...
11:00:49 #9 39.96 Unpacking libnet-netmask-perl (2.0001-1) ...
11:00:49 #9 40.00 Selecting previously unselected package libnetaddr-ip-perl.
11:00:49 #9 40.00 Preparing to unpack .../241-libnetaddr-ip-perl_4.079+dfsg-1build7_amd64.deb ...
11:00:49 #9 40.00 Unpacking libnetaddr-ip-perl (4.079+dfsg-1build7) ...
11:00:49 #9 40.05 Selecting previously unselected package libdata-validate-ip-perl.
11:00:50 #9 40.05 Preparing to unpack .../242-libdata-validate-ip-perl_0.30-1_all.deb ...
11:00:50 #9 40.06 Unpacking libdata-validate-ip-perl (0.30-1) ...
11:00:50 #9 40.09 Selecting previously unselected package libdata-validate-uri-perl.
11:00:50 #9 40.09 Preparing to unpack .../243-libdata-validate-uri-perl_0.07-2_all.deb ...
11:00:50 #9 40.10 Unpacking libdata-validate-uri-perl (0.07-2) ...
11:00:50 #9 40.13 Selecting previously unselected package libdistro-info-perl.
11:00:50 #9 40.13 Preparing to unpack .../244-libdistro-info-perl_1.1build1_all.deb ...
11:00:50 #9 40.14 Unpacking libdistro-info-perl (1.1build1) ...
11:00:50 #9 40.18 Selecting previously unselected package libemail-address-xs-perl.
11:00:50 #9 40.18 Preparing to unpack .../245-libemail-address-xs-perl_1.04-1build6_amd64.deb ...
11:00:50 #9 40.19 Unpacking libemail-address-xs-perl (1.04-1build6) ...
11:00:50 #9 40.23 Selecting previously unselected package libipc-system-simple-perl.
11:00:50 #9 40.23 Preparing to unpack .../246-libipc-system-simple-perl_1.30-1_all.deb ...
11:00:50 #9 40.23 Unpacking libipc-system-simple-perl (1.30-1) ...
11:00:50 #9 40.27 Selecting previously unselected package libfile-basedir-perl.
11:00:50 #9 40.27 Preparing to unpack .../247-libfile-basedir-perl_0.09-1_all.deb ...
11:00:50 #9 40.27 Unpacking libfile-basedir-perl (0.09-1) ...
11:00:50 #9 40.31 Selecting previously unselected package libfile-chdir-perl.
11:00:50 #9 40.32 Preparing to unpack .../248-libfile-chdir-perl_0.1008-1.1_all.deb ...
11:00:50 #9 40.32 Unpacking libfile-chdir-perl (0.1008-1.1) ...
11:00:50 #9 40.36 Selecting previously unselected package libfile-fcntllock-perl.
11:00:50 #9 40.36 Preparing to unpack .../249-libfile-fcntllock-perl_0.22-3build7_amd64.deb ...
11:00:50 #9 40.36 Unpacking libfile-fcntllock-perl (0.22-3build7) ...
11:00:50 #9 40.40 Selecting previously unselected package libnumber-compare-perl.
11:00:50 #9 40.40 Preparing to unpack .../250-libnumber-compare-perl_0.03-2_all.deb ...
11:00:50 #9 40.40 Unpacking libnumber-compare-perl (0.03-2) ...
11:00:50 #9 40.50 Selecting previously unselected package libtext-glob-perl.
11:00:50 #9 40.50 Preparing to unpack .../251-libtext-glob-perl_0.11-2_all.deb ...
11:00:50 #9 40.50 Unpacking libtext-glob-perl (0.11-2) ...
11:00:50 #9 40.53 Selecting previously unselected package libfile-find-rule-perl.
11:00:50 #9 40.53 Preparing to unpack .../252-libfile-find-rule-perl_0.34-1_all.deb ...
11:00:50 #9 40.54 Unpacking libfile-find-rule-perl (0.34-1) ...
11:00:50 #9 40.57 Selecting previously unselected package libfont-afm-perl.
11:00:50 #9 40.57 Preparing to unpack .../253-libfont-afm-perl_1.20-3_all.deb ...
11:00:50 #9 40.58 Unpacking libfont-afm-perl (1.20-3) ...
11:00:50 #9 40.61 Selecting previously unselected package libio-string-perl.
11:00:50 #9 40.61 Preparing to unpack .../254-libio-string-perl_1.08-3.1_all.deb ...
11:00:50 #9 40.61 Unpacking libio-string-perl (1.08-3.1) ...
11:00:50 #9 40.64 Selecting previously unselected package libfont-ttf-perl.
11:00:50 #9 40.65 Preparing to unpack .../255-libfont-ttf-perl_1.06-1.1_all.deb ...
11:00:50 #9 40.65 Unpacking libfont-ttf-perl (1.06-1.1) ...
11:00:50 #9 40.72 Selecting previously unselected package libsort-versions-perl.
11:00:50 #9 40.72 Preparing to unpack .../256-libsort-versions-perl_1.62-1_all.deb ...
11:00:50 #9 40.72 Unpacking libsort-versions-perl (1.62-1) ...
11:00:50 #9 40.75 Selecting previously unselected package libgit-wrapper-perl.
11:00:50 #9 40.75 Preparing to unpack .../257-libgit-wrapper-perl_0.048-1_all.deb ...
11:00:50 #9 40.76 Unpacking libgit-wrapper-perl (0.048-1) ...
11:00:50 #9 40.79 Selecting previously unselected package libhttp-tiny-multipart-perl.
11:00:50 #9 40.79 Preparing to unpack .../258-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
11:00:50 #9 40.80 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
11:00:50 #9 40.83 Selecting previously unselected package libio-prompter-perl.
11:00:50 #9 40.83 Preparing to unpack .../259-libio-prompter-perl_0.004015-1_all.deb ...
11:00:50 #9 40.84 Unpacking libio-prompter-perl (0.004015-1) ...
11:00:50 #9 40.87 Selecting previously unselected package libjson-perl.
11:00:50 #9 40.88 Preparing to unpack .../260-libjson-perl_4.04000-1_all.deb ...
11:00:50 #9 40.88 Unpacking libjson-perl (4.04000-1) ...
11:00:50 #9 40.91 Selecting previously unselected package liblog-any-perl.
11:00:50 #9 40.92 Preparing to unpack .../261-liblog-any-perl_1.710-1_all.deb ...
11:00:50 #9 40.92 Unpacking liblog-any-perl (1.710-1) ...
11:00:50 #9 40.95 Selecting previously unselected package liblog-any-adapter-screen-perl.
11:00:50 #9 40.96 Preparing to unpack .../262-liblog-any-adapter-screen-perl_0.140-2_all.deb ...
11:00:50 #9 40.96 Unpacking liblog-any-adapter-screen-perl (0.140-2) ...
11:00:50 #9 40.99 Selecting previously unselected package libpackage-stash-perl.
11:00:50 #9 40.99 Preparing to unpack .../263-libpackage-stash-perl_0.39-1_all.deb ...
11:00:50 #9 41.00 Unpacking libpackage-stash-perl (0.39-1) ...
11:00:50 #9 41.03 Selecting previously unselected package libsub-identify-perl.
11:00:50 #9 41.03 Preparing to unpack .../264-libsub-identify-perl_0.14-1build5_amd64.deb ...
11:00:50 #9 41.04 Unpacking libsub-identify-perl (0.14-1build5) ...
11:00:50 #9 41.07 Selecting previously unselected package libsub-name-perl.
11:00:51 #9 41.07 Preparing to unpack .../265-libsub-name-perl_0.26-1build3_amd64.deb ...
11:00:51 #9 41.07 Unpacking libsub-name-perl (0.26-1build3) ...
11:00:51 #9 41.10 Selecting previously unselected package libnamespace-clean-perl.
11:00:51 #9 41.10 Preparing to unpack .../266-libnamespace-clean-perl_0.27-1_all.deb ...
11:00:51 #9 41.11 Unpacking libnamespace-clean-perl (0.27-1) ...
11:00:51 #9 41.14 Selecting previously unselected package libpath-tiny-perl.
11:00:51 #9 41.14 Preparing to unpack .../267-libpath-tiny-perl_0.122-1_all.deb ...
11:00:51 #9 41.14 Unpacking libpath-tiny-perl (0.122-1) ...
11:00:51 #9 41.17 Selecting previously unselected package libstrictures-perl.
11:00:51 #9 41.17 Preparing to unpack .../268-libstrictures-perl_2.000006-1_all.deb ...
11:00:51 #9 41.18 Unpacking libstrictures-perl (2.000006-1) ...
11:00:51 #9 41.21 Selecting previously unselected package libtype-tiny-perl.
11:00:51 #9 41.21 Preparing to unpack .../269-libtype-tiny-perl_1.012004-1_all.deb ...
11:00:51 #9 41.22 Unpacking libtype-tiny-perl (1.012004-1) ...
11:00:51 #9 41.26 Selecting previously unselected package libgitlab-api-v4-perl.
11:00:51 #9 41.26 Preparing to unpack .../270-libgitlab-api-v4-perl_0.26-1_all.deb ...
11:00:51 #9 41.27 Unpacking libgitlab-api-v4-perl (0.26-1) ...
11:00:51 #9 41.30 Selecting previously unselected package libhash-fieldhash-perl.
11:00:51 #9 41.30 Preparing to unpack .../271-libhash-fieldhash-perl_0.15-1build5_amd64.deb ...
11:00:51 #9 41.31 Unpacking libhash-fieldhash-perl (0.15-1build5) ...
11:00:51 #9 41.34 Selecting previously unselected package libhtml-form-perl.
11:00:51 #9 41.34 Preparing to unpack .../272-libhtml-form-perl_6.07-1_all.deb ...
11:00:51 #9 41.35 Unpacking libhtml-form-perl (6.07-1) ...
11:00:51 #9 41.38 Selecting previously unselected package libhtml-format-perl.
11:00:51 #9 41.38 Preparing to unpack .../273-libhtml-format-perl_2.12-1.1_all.deb ...
11:00:51 #9 41.38 Unpacking libhtml-format-perl (2.12-1.1) ...
11:00:51 #9 41.42 Selecting previously unselected package libhtml-html5-entities-perl.
11:00:51 #9 41.42 Preparing to unpack .../274-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
11:00:51 #9 41.43 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
11:00:51 #9 41.47 Selecting previously unselected package libhttp-daemon-perl.
11:00:51 #9 41.47 Preparing to unpack .../275-libhttp-daemon-perl_6.13-1ubuntu0.1_all.deb ...
11:00:51 #9 41.48 Unpacking libhttp-daemon-perl (6.13-1ubuntu0.1) ...
11:00:51 #9 41.51 Selecting previously unselected package libio-interactive-perl.
11:00:51 #9 41.51 Preparing to unpack .../276-libio-interactive-perl_1.023-1_all.deb ...
11:00:51 #9 41.52 Unpacking libio-interactive-perl (1.023-1) ...
11:00:51 #9 41.55 Selecting previously unselected package libio-prompt-tiny-perl.
11:00:51 #9 41.56 Preparing to unpack .../277-libio-prompt-tiny-perl_0.003-1_all.deb ...
11:00:51 #9 41.56 Unpacking libio-prompt-tiny-perl (0.003-1) ...
11:00:51 #9 41.59 Selecting previously unselected package libtypes-serialiser-perl.
11:00:51 #9 41.59 Preparing to unpack .../278-libtypes-serialiser-perl_1.01-1_all.deb ...
11:00:51 #9 41.60 Unpacking libtypes-serialiser-perl (1.01-1) ...
11:00:51 #9 41.63 Selecting previously unselected package libjson-xs-perl.
11:00:51 #9 41.63 Preparing to unpack .../279-libjson-xs-perl_4.030-1build3_amd64.deb ...
11:00:51 #9 41.64 Unpacking libjson-xs-perl (4.030-1build3) ...
11:00:51 #9 41.67 Selecting previously unselected package libjson-maybexs-perl.
11:00:51 #9 41.68 Preparing to unpack .../280-libjson-maybexs-perl_1.004003-1_all.deb ...
11:00:51 #9 41.68 Unpacking libjson-maybexs-perl (1.004003-1) ...
11:00:51 #9 41.71 Selecting previously unselected package libldap-common.
11:00:51 #9 41.72 Preparing to unpack .../281-libldap-common_2.5.12+dfsg-0ubuntu0.22.04.1_all.deb ...
11:00:51 #9 41.72 Unpacking libldap-common (2.5.12+dfsg-0ubuntu0.22.04.1) ...
11:00:51 #9 41.76 Selecting previously unselected package liblist-compare-perl.
11:00:51 #9 41.76 Preparing to unpack .../282-liblist-compare-perl_0.55-1_all.deb ...
11:00:51 #9 41.77 Unpacking liblist-compare-perl (0.55-1) ...
11:00:51 #9 41.80 Selecting previously unselected package liblist-someutils-perl.
11:00:51 #9 41.80 Preparing to unpack .../283-liblist-someutils-perl_0.58-1_all.deb ...
11:00:51 #9 41.81 Unpacking liblist-someutils-perl (0.58-1) ...
11:00:51 #9 41.84 Selecting previously unselected package liblist-someutils-xs-perl.
11:00:51 #9 41.84 Preparing to unpack .../284-liblist-someutils-xs-perl_0.58-2build3_amd64.deb ...
11:00:51 #9 41.85 Unpacking liblist-someutils-xs-perl (0.58-2build3) ...
11:00:51 #9 41.89 Selecting previously unselected package liblist-utilsby-perl.
11:00:51 #9 41.90 Preparing to unpack .../285-liblist-utilsby-perl_0.11-1_all.deb ...
11:00:51 #9 41.90 Unpacking liblist-utilsby-perl (0.11-1) ...
11:00:51 #9 41.95 Selecting previously unselected package libltdl7:amd64.
11:00:51 #9 41.95 Preparing to unpack .../286-libltdl7_2.4.6-15build2_amd64.deb ...
11:00:51 #9 41.95 Unpacking libltdl7:amd64 (2.4.6-15build2) ...
11:00:51 #9 41.98 Selecting previously unselected package libltdl-dev:amd64.
11:00:51 #9 41.98 Preparing to unpack .../287-libltdl-dev_2.4.6-15build2_amd64.deb ...
11:00:51 #9 41.99 Unpacking libltdl-dev:amd64 (2.4.6-15build2) ...
11:00:51 #9 42.04 Selecting previously unselected package liblzo2-2:amd64.
11:00:52 #9 42.04 Preparing to unpack .../288-liblzo2-2_2.10-2build3_amd64.deb ...
11:00:52 #9 42.04 Unpacking liblzo2-2:amd64 (2.10-2build3) ...
11:00:52 #9 42.08 Selecting previously unselected package libsys-hostname-long-perl.
11:00:52 #9 42.08 Preparing to unpack .../289-libsys-hostname-long-perl_1.5-2_all.deb ...
11:00:52 #9 42.09 Unpacking libsys-hostname-long-perl (1.5-2) ...
11:00:52 #9 42.13 Selecting previously unselected package libmail-sendmail-perl.
11:00:52 #9 42.14 Preparing to unpack .../290-libmail-sendmail-perl_0.80-1.1_all.deb ...
11:00:52 #9 42.14 Unpacking libmail-sendmail-perl (0.80-1.1) ...
11:00:52 #9 42.17 Selecting previously unselected package libnet-smtp-ssl-perl.
11:00:52 #9 42.18 Preparing to unpack .../291-libnet-smtp-ssl-perl_1.04-1_all.deb ...
11:00:52 #9 42.18 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
11:00:52 #9 42.21 Selecting previously unselected package libmailtools-perl.
11:00:52 #9 42.21 Preparing to unpack .../292-libmailtools-perl_2.21-1_all.deb ...
11:00:52 #9 42.22 Unpacking libmailtools-perl (2.21-1) ...
11:00:52 #9 42.26 Selecting previously unselected package libmarkdown2:amd64.
11:00:52 #9 42.27 Preparing to unpack .../293-libmarkdown2_2.2.7-2_amd64.deb ...
11:00:52 #9 42.27 Unpacking libmarkdown2:amd64 (2.2.7-2) ...
11:00:52 #9 42.30 Selecting previously unselected package libmath-base85-perl.
11:00:52 #9 42.30 Preparing to unpack .../294-libmath-base85-perl_0.5+dfsg-1_all.deb ...
11:00:52 #9 42.31 Unpacking libmath-base85-perl (0.5+dfsg-1) ...
11:00:52 #9 42.34 Selecting previously unselected package libmoox-aliases-perl.
11:00:52 #9 42.34 Preparing to unpack .../295-libmoox-aliases-perl_0.001006-1.1_all.deb ...
11:00:52 #9 42.35 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
11:00:52 #9 42.38 Selecting previously unselected package libnamespace-autoclean-perl.
11:00:52 #9 42.38 Preparing to unpack .../296-libnamespace-autoclean-perl_0.29-1_all.deb ...
11:00:52 #9 42.38 Unpacking libnamespace-autoclean-perl (0.29-1) ...
11:00:52 #9 42.42 Selecting previously unselected package libobject-id-perl.
11:00:52 #9 42.42 Preparing to unpack .../297-libobject-id-perl_0.1.2-2.1ubuntu1_all.deb ...
11:00:52 #9 42.42 Unpacking libobject-id-perl (0.1.2-2.1ubuntu1) ...
11:00:52 #9 42.47 Selecting previously unselected package libmoox-struct-perl.
11:00:52 #9 42.47 Preparing to unpack .../298-libmoox-struct-perl_0.020-1_all.deb ...
11:00:52 #9 42.47 Unpacking libmoox-struct-perl (0.020-1) ...
11:00:52 #9 42.51 Selecting previously unselected package libmouse-perl.
11:00:52 #9 42.51 Preparing to unpack .../299-libmouse-perl_2.5.10-1build4_amd64.deb ...
11:00:52 #9 42.52 Unpacking libmouse-perl (2.5.10-1build4) ...
11:00:52 #9 42.55 Selecting previously unselected package libpackage-stash-xs-perl.
11:00:52 #9 42.55 Preparing to unpack .../300-libpackage-stash-xs-perl_0.29-1build5_amd64.deb ...
11:00:52 #9 42.56 Unpacking libpackage-stash-xs-perl (0.29-1build5) ...
11:00:52 #9 42.60 Selecting previously unselected package libpath-iterator-rule-perl.
11:00:52 #9 42.60 Preparing to unpack .../301-libpath-iterator-rule-perl_1.015-1_all.deb ...
11:00:52 #9 42.61 Unpacking libpath-iterator-rule-perl (1.015-1) ...
11:00:52 #9 42.64 Selecting previously unselected package libperlio-gzip-perl.
11:00:52 #9 42.64 Preparing to unpack .../302-libperlio-gzip-perl_0.19-1build8_amd64.deb ...
11:00:52 #9 42.65 Unpacking libperlio-gzip-perl (0.19-1build8) ...
11:00:52 #9 42.70 Selecting previously unselected package libperlio-utf8-strict-perl.
11:00:52 #9 42.70 Preparing to unpack .../303-libperlio-utf8-strict-perl_0.009-1build1_amd64.deb ...
11:00:52 #9 42.71 Unpacking libperlio-utf8-strict-perl (0.009-1build1) ...
11:00:52 #9 42.76 Selecting previously unselected package libpod-parser-perl.
11:00:52 #9 42.76 Preparing to unpack .../304-libpod-parser-perl_1.63-2_all.deb ...
11:00:52 #9 42.77 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
11:00:52 #9 42.79 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
11:00:52 #9 42.80 Unpacking libpod-parser-perl (1.63-2) ...
11:00:52 #9 42.85 Selecting previously unselected package libpod-constants-perl.
11:00:52 #9 42.85 Preparing to unpack .../305-libpod-constants-perl_0.19-2_all.deb ...
11:00:52 #9 42.86 Unpacking libpod-constants-perl (0.19-2) ...
11:00:52 #9 42.90 Selecting previously unselected package libproc-processtable-perl:amd64.
11:00:52 #9 42.90 Preparing to unpack .../306-libproc-processtable-perl_0.634-1build1_amd64.deb ...
11:00:52 #9 42.91 Unpacking libproc-processtable-perl:amd64 (0.634-1build1) ...
11:00:52 #9 42.96 Selecting previously unselected package libre2-9:amd64.
11:00:52 #9 42.96 Preparing to unpack .../307-libre2-9_20220201+dfsg-1_amd64.deb ...
11:00:52 #9 42.97 Unpacking libre2-9:amd64 (20220201+dfsg-1) ...
11:00:52 #9 43.00 Selecting previously unselected package libre-engine-re2-perl:amd64.
11:00:52 #9 43.00 Preparing to unpack .../308-libre-engine-re2-perl_0.14-1build2_amd64.deb ...
11:00:52 #9 43.01 Unpacking libre-engine-re2-perl:amd64 (0.14-1build2) ...
11:00:52 #9 43.05 Selecting previously unselected package libreadonly-perl.
11:00:52 #9 43.05 Preparing to unpack .../309-libreadonly-perl_2.050-3_all.deb ...
11:00:52 #9 43.05 Unpacking libreadonly-perl (2.050-3) ...
11:00:52 #9 43.08 Selecting previously unselected package libref-util-perl.
11:00:53 #9 43.09 Preparing to unpack .../310-libref-util-perl_0.204-1_all.deb ...
11:00:53 #9 43.09 Unpacking libref-util-perl (0.204-1) ...
11:00:53 #9 43.13 Selecting previously unselected package libref-util-xs-perl.
11:00:53 #9 43.13 Preparing to unpack .../311-libref-util-xs-perl_0.117-1build5_amd64.deb ...
11:00:53 #9 43.13 Unpacking libref-util-xs-perl (0.117-1build5) ...
11:00:53 #9 43.16 Selecting previously unselected package libregexp-pattern-license-perl.
11:00:53 #9 43.16 Preparing to unpack .../312-libregexp-pattern-license-perl_3.9.3-1_all.deb ...
11:00:53 #9 43.17 Unpacking libregexp-pattern-license-perl (3.9.3-1) ...
11:00:53 #9 43.20 Selecting previously unselected package libregexp-pattern-perl.
11:00:53 #9 43.20 Preparing to unpack .../313-libregexp-pattern-perl_0.2.14-1_all.deb ...
11:00:53 #9 43.20 Unpacking libregexp-pattern-perl (0.2.14-1) ...
11:00:53 #9 43.24 Selecting previously unselected package libsasl2-modules:amd64.
11:00:53 #9 43.24 Preparing to unpack .../314-libsasl2-modules_2.1.27+dfsg2-3ubuntu1_amd64.deb ...
11:00:53 #9 43.25 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1) ...
11:00:53 #9 43.28 Selecting previously unselected package libsereal-decoder-perl.
11:00:53 #9 43.28 Preparing to unpack .../315-libsereal-decoder-perl_4.023+ds-1_amd64.deb ...
11:00:53 #9 43.29 Unpacking libsereal-decoder-perl (4.023+ds-1) ...
11:00:53 #9 43.32 Selecting previously unselected package libsereal-encoder-perl:amd64.
11:00:53 #9 43.32 Preparing to unpack .../316-libsereal-encoder-perl_4.023+ds-1_amd64.deb ...
11:00:53 #9 43.33 Unpacking libsereal-encoder-perl:amd64 (4.023+ds-1) ...
11:00:53 #9 43.36 Selecting previously unselected package libset-intspan-perl.
11:00:53 #9 43.36 Preparing to unpack .../317-libset-intspan-perl_1.19-2_all.deb ...
11:00:53 #9 43.36 Unpacking libset-intspan-perl (1.19-2) ...
11:00:53 #9 43.40 Selecting previously unselected package libsocket6-perl.
11:00:53 #9 43.40 Preparing to unpack .../318-libsocket6-perl_0.29-1build4_amd64.deb ...
11:00:53 #9 43.41 Unpacking libsocket6-perl (0.29-1build4) ...
11:00:53 #9 43.45 Selecting previously unselected package libstring-copyright-perl.
11:00:53 #9 43.45 Preparing to unpack .../319-libstring-copyright-perl_0.003012-1_all.deb ...
11:00:53 #9 43.45 Unpacking libstring-copyright-perl (0.003012-1) ...
11:00:53 #9 43.49 Selecting previously unselected package libstring-escape-perl.
11:00:53 #9 43.49 Preparing to unpack .../320-libstring-escape-perl_2010.002-2_all.deb ...
11:00:53 #9 43.49 Unpacking libstring-escape-perl (2010.002-2) ...
11:00:53 #9 43.54 Selecting previously unselected package libstring-shellquote-perl.
11:00:53 #9 43.54 Preparing to unpack .../321-libstring-shellquote-perl_1.04-1_all.deb ...
11:00:53 #9 43.55 Unpacking libstring-shellquote-perl (1.04-1) ...
11:00:53 #9 43.58 Selecting previously unselected package libxs-parse-keyword-perl.
11:00:53 #9 43.58 Preparing to unpack .../322-libxs-parse-keyword-perl_0.21-1build1_amd64.deb ...
11:00:53 #9 43.59 Unpacking libxs-parse-keyword-perl (0.21-1build1) ...
11:00:53 #9 43.64 Selecting previously unselected package libsyntax-keyword-try-perl.
11:00:53 #9 43.64 Preparing to unpack .../323-libsyntax-keyword-try-perl_0.26-1build1_amd64.deb ...
11:00:53 #9 43.65 Unpacking libsyntax-keyword-try-perl (0.26-1build1) ...
11:00:53 #9 43.69 Selecting previously unselected package libterm-readkey-perl.
11:00:53 #9 43.69 Preparing to unpack .../324-libterm-readkey-perl_2.38-1build4_amd64.deb ...
11:00:53 #9 43.69 Unpacking libterm-readkey-perl (2.38-1build4) ...
11:00:53 #9 43.73 Selecting previously unselected package libtext-levenshteinxs-perl.
11:00:53 #9 43.73 Preparing to unpack .../325-libtext-levenshteinxs-perl_0.03-4build10_amd64.deb ...
11:00:53 #9 43.73 Unpacking libtext-levenshteinxs-perl (0.03-4build10) ...
11:00:53 #9 43.76 Selecting previously unselected package libtext-markdown-discount-perl:amd64.
11:00:53 #9 43.77 Preparing to unpack .../326-libtext-markdown-discount-perl_0.13-1build1_amd64.deb ...
11:00:53 #9 43.77 Unpacking libtext-markdown-discount-perl:amd64 (0.13-1build1) ...
11:00:53 #9 43.80 Selecting previously unselected package libtext-xslate-perl:amd64.
11:00:53 #9 43.80 Preparing to unpack .../327-libtext-xslate-perl_3.5.9-1build1_amd64.deb ...
11:00:53 #9 43.81 Unpacking libtext-xslate-perl:amd64 (3.5.9-1build1) ...
11:00:53 #9 43.85 Selecting previously unselected package libtime-duration-perl.
11:00:53 #9 43.85 Preparing to unpack .../328-libtime-duration-perl_1.21-1_all.deb ...
11:00:53 #9 43.86 Unpacking libtime-duration-perl (1.21-1) ...
11:00:53 #9 43.89 Selecting previously unselected package libtime-moment-perl.
11:00:53 #9 43.89 Preparing to unpack .../329-libtime-moment-perl_0.44-1build6_amd64.deb ...
11:00:53 #9 43.90 Unpacking libtime-moment-perl (0.44-1build6) ...
11:00:53 #9 43.93 Selecting previously unselected package libtype-tiny-xs-perl.
11:00:53 #9 43.93 Preparing to unpack .../330-libtype-tiny-xs-perl_0.022-1build2_amd64.deb ...
11:00:53 #9 43.94 Unpacking libtype-tiny-xs-perl (0.022-1build2) ...
11:00:53 #9 43.97 Selecting previously unselected package libunicode-utf8-perl.
11:00:53 #9 43.97 Preparing to unpack .../331-libunicode-utf8-perl_0.62-1build4_amd64.deb ...
11:00:53 #9 43.98 Unpacking libunicode-utf8-perl (0.62-1build4) ...
11:00:53 #9 44.01 Selecting previously unselected package libxml-namespacesupport-perl.
11:00:53 #9 44.01 Preparing to unpack .../332-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
11:00:53 #9 44.02 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
11:00:53 #9 44.07 Selecting previously unselected package libxml-sax-base-perl.
11:00:54 #9 44.07 Preparing to unpack .../333-libxml-sax-base-perl_1.09-1.1_all.deb ...
11:00:54 #9 44.08 Unpacking libxml-sax-base-perl (1.09-1.1) ...
11:00:54 #9 44.12 Selecting previously unselected package libxml-sax-perl.
11:00:54 #9 44.12 Preparing to unpack .../334-libxml-sax-perl_1.02+dfsg-3_all.deb ...
11:00:54 #9 44.13 Unpacking libxml-sax-perl (1.02+dfsg-3) ...
11:00:54 #9 44.21 Selecting previously unselected package libxml-libxml-perl.
11:00:54 #9 44.21 Preparing to unpack .../335-libxml-libxml-perl_2.0207+dfsg+really+2.0134-1_amd64.deb ...
11:00:54 #9 44.22 Unpacking libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
11:00:54 #9 44.26 Selecting previously unselected package libxml-parser-perl:amd64.
11:00:54 #9 44.27 Preparing to unpack .../336-libxml-parser-perl_2.46-3build1_amd64.deb ...
11:00:54 #9 44.27 Unpacking libxml-parser-perl:amd64 (2.46-3build1) ...
11:00:54 #9 44.32 Selecting previously unselected package libxml-sax-expat-perl.
11:00:54 #9 44.32 Preparing to unpack .../337-libxml-sax-expat-perl_0.51-1_all.deb ...
11:00:54 #9 44.32 Unpacking libxml-sax-expat-perl (0.51-1) ...
11:00:54 #9 44.36 Selecting previously unselected package libyaml-libyaml-perl.
11:00:54 #9 44.36 Preparing to unpack .../338-libyaml-libyaml-perl_0.83+ds-1build1_amd64.deb ...
11:00:54 #9 44.36 Unpacking libyaml-libyaml-perl (0.83+ds-1build1) ...
11:00:54 #9 44.40 Selecting previously unselected package licensecheck.
11:00:54 #9 44.40 Preparing to unpack .../339-licensecheck_3.2.14-2_all.deb ...
11:00:54 #9 44.40 Unpacking licensecheck (3.2.14-2) ...
11:00:54 #9 44.44 Selecting previously unselected package libdevel-size-perl.
11:00:54 #9 44.44 Preparing to unpack .../340-libdevel-size-perl_0.83-1build4_amd64.deb ...
11:00:54 #9 44.44 Unpacking libdevel-size-perl (0.83-1build4) ...
11:00:54 #9 44.47 Selecting previously unselected package libipc-run3-perl.
11:00:54 #9 44.48 Preparing to unpack .../341-libipc-run3-perl_0.048-2_all.deb ...
11:00:54 #9 44.48 Unpacking libipc-run3-perl (0.048-2) ...
11:00:54 #9 44.51 Selecting previously unselected package lzip.
11:00:54 #9 44.51 Preparing to unpack .../342-lzip_1.23-1_amd64.deb ...
11:00:54 #9 44.52 Unpacking lzip (1.23-1) ...
11:00:54 #9 44.55 Selecting previously unselected package lzop.
11:00:54 #9 44.55 Preparing to unpack .../343-lzop_1.04-2build2_amd64.deb ...
11:00:54 #9 44.56 Unpacking lzop (1.04-2build2) ...
11:00:54 #9 44.58 Selecting previously unselected package t1utils.
11:00:54 #9 44.59 Preparing to unpack .../344-t1utils_1.41-4build2_amd64.deb ...
11:00:54 #9 44.59 Unpacking t1utils (1.41-4build2) ...
11:00:54 #9 44.63 Selecting previously unselected package unzip.
11:00:54 #9 44.63 Preparing to unpack .../345-unzip_6.0-26ubuntu3_amd64.deb ...
11:00:54 #9 44.63 Unpacking unzip (6.0-26ubuntu3) ...
11:00:54 #9 44.69 Selecting previously unselected package lintian.
11:00:54 #9 44.70 Preparing to unpack .../346-lintian_2.114.0ubuntu1.1_all.deb ...
11:00:54 #9 44.71 Unpacking lintian (2.114.0ubuntu1.1) ...
11:00:54 #9 45.00 Selecting previously unselected package manpages-dev.
11:00:54 #9 45.00 Preparing to unpack .../347-manpages-dev_5.10-1ubuntu1_all.deb ...
11:00:54 #9 45.00 Unpacking manpages-dev (5.10-1ubuntu1) ...
11:00:55 #9 45.27 Selecting previously unselected package python3-certifi.
11:00:55 #9 45.27 Preparing to unpack .../348-python3-certifi_2020.6.20-1_all.deb ...
11:00:55 #9 45.28 Unpacking python3-certifi (2020.6.20-1) ...
11:00:55 #9 45.32 Selecting previously unselected package python3-idna.
11:00:55 #9 45.33 Preparing to unpack .../349-python3-idna_3.3-1_all.deb ...
11:00:55 #9 45.34 Unpacking python3-idna (3.3-1) ...
11:00:55 #9 45.37 Selecting previously unselected package python3-six.
11:00:55 #9 45.38 Preparing to unpack .../350-python3-six_1.16.0-3ubuntu1_all.deb ...
11:00:55 #9 45.38 Unpacking python3-six (1.16.0-3ubuntu1) ...
11:00:55 #9 45.45 Selecting previously unselected package python3-urllib3.
11:00:55 #9 45.45 Preparing to unpack .../351-python3-urllib3_1.26.5-1~exp1_all.deb ...
11:00:55 #9 45.46 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
11:00:55 #9 45.51 Selecting previously unselected package python3-requests.
11:00:55 #9 45.51 Preparing to unpack .../352-python3-requests_2.25.1+dfsg-2_all.deb ...
11:00:55 #9 45.51 Unpacking python3-requests (2.25.1+dfsg-2) ...
11:00:55 #9 45.56 Selecting previously unselected package python3-unidiff.
11:00:55 #9 45.56 Preparing to unpack .../353-python3-unidiff_0.5.5-2_all.deb ...
11:00:55 #9 45.56 Unpacking python3-unidiff (0.5.5-2) ...
11:00:55 #9 45.60 Selecting previously unselected package python3-xdg.
11:00:55 #9 45.60 Preparing to unpack .../354-python3-xdg_0.27-2_all.deb ...
11:00:55 #9 45.61 Unpacking python3-xdg (0.27-2) ...
11:00:55 #9 45.64 Selecting previously unselected package equivs.
11:00:55 #9 45.65 Preparing to unpack .../355-equivs_2.3.1_all.deb ...
11:00:55 #9 45.65 Unpacking equivs (2.3.1) ...
11:00:55 #9 45.68 Selecting previously unselected package libauthen-sasl-perl.
11:00:55 #9 45.69 Preparing to unpack .../356-libauthen-sasl-perl_2.1600-1.1_all.deb ...
11:00:55 #9 45.69 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
11:00:55 #9 45.73 Selecting previously unselected package python3-magic.
11:00:55 #9 45.74 Preparing to unpack .../357-python3-magic_2%3a0.4.24-2_all.deb ...
11:00:55 #9 45.74 Unpacking python3-magic (2:0.4.24-2) ...
11:00:55 #9 45.79 Setting up libksba8:amd64 (1.6.0-2build1) ...
11:00:55 #9 45.80 Setting up media-types (7.0.0) ...
11:00:55 #9 45.82 Setting up libpipeline1:amd64 (1.5.5-1) ...
11:00:55 #9 45.84 Setting up wdiff (1.2.2-2build3) ...
11:00:55 #9 45.87 Setting up gcc-11-base:amd64 (11.2.0-19ubuntu1) ...
11:00:55 #9 45.88 Setting up libxau6:amd64 (1:1.0.9-1build5) ...
11:00:55 #9 45.89 Setting up libre2-9:amd64 (20220201+dfsg-1) ...
11:00:55 #9 45.91 Setting up lto-disabled-list (24) ...
11:00:55 #9 45.93 Setting up libpsl5:amd64 (0.21.0-1.2build2) ...
11:00:55 #9 45.95 Setting up bsdextrautils (2.37.2-4ubuntu3) ...
11:00:55 #9 45.96 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
11:00:55 #9 45.96 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/write.ul.1.gz (of link group write) doesn't exist
11:00:55 #9 45.97 Setting up libtext-glob-perl (0.11-2) ...
11:00:55 #9 45.98 Setting up libmagic-mgc (1:5.41-3) ...
11:00:55 #9 46.00 Setting up libyaml-0-2:amd64 (0.2.2-1build2) ...
11:00:55 #9 46.01 Setting up distro-info-data (0.52ubuntu0.1) ...
11:00:55 #9 46.02 Setting up manpages (5.10-1ubuntu1) ...
11:00:55 #9 46.03 Setting up unzip (6.0-26ubuntu3) ...
11:00:55 #9 46.05 Setting up libcbor0.8:amd64 (0.8.0-2ubuntu1) ...
11:00:55 #9 46.06 Setting up libbrotli1:amd64 (1.0.9-2build6) ...
11:00:55 #9 46.07 Setting up libsqlite3-0:amd64 (3.37.2-2) ...
11:00:55 #9 46.09 Setting up libsasl2-modules:amd64 (2.1.27+dfsg2-3ubuntu1) ...
11:00:55 #9 46.11 Setting up binutils-common:amd64 (2.38-3ubuntu1) ...
11:00:55 #9 46.12 Setting up libnghttp2-14:amd64 (1.43.0-1build3) ...
11:00:55 #9 46.13 Setting up libmagic1:amd64 (1:5.41-3) ...
11:00:55 #9 46.16 Setting up libdeflate0:amd64 (1.10-2) ...
11:00:56 #9 46.18 Setting up less (590-1build1) ...
11:00:56 #9 46.19 Setting up perl-openssl-defaults:amd64 (5build2) ...
11:00:56 #9 46.21 Setting up linux-libc-dev:amd64 (5.15.0-43.46) ...
11:00:56 #9 46.23 Setting up libctf-nobfd0:amd64 (2.38-3ubuntu1) ...
11:00:56 #9 46.26 Setting up gettext-base (0.21-4ubuntu4) ...
11:00:56 #9 46.30 Setting up liblzo2-2:amd64 (2.10-2build3) ...
11:00:56 #9 46.35 Setting up libnpth0:amd64 (1.6-3build2) ...
11:00:56 #9 46.37 Setting up file (1:5.41-3) ...
11:00:56 #9 46.38 Setting up libassuan0:amd64 (2.5.5-1build1) ...
11:00:56 #9 46.40 Setting up libgomp1:amd64 (12-20220319-1ubuntu1) ...
11:00:56 #9 46.41 Setting up perl-modules-5.34 (5.34.0-3ubuntu1) ...
11:00:56 #9 46.42 Setting up bzip2 (1.0.8-5build1) ...
11:00:56 #9 46.44 Setting up libldap-common (2.5.12+dfsg-0ubuntu0.22.04.1) ...
11:00:56 #9 46.46 Setting up libunwind8:amd64 (1.3.2-2build2) ...
11:00:56 #9 46.47 Setting up libjbig0:amd64 (2.1-3.1build3) ...
11:00:56 #9 46.48 Setting up libfakeroot:amd64 (1.28-1ubuntu1) ...
11:00:56 #9 46.50 Setting up libasan6:amd64 (11.2.0-19ubuntu1) ...
11:00:56 #9 46.52 Setting up libnumber-compare-perl (0.03-2) ...
11:00:56 #9 46.53 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg2-3ubuntu1) ...
11:00:56 #9 46.55 Setting up fakeroot (1.28-1ubuntu1) ...
11:00:56 #9 46.56 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
11:00:56 #9 46.56 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:00:56 #9 46.56 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:00:56 #9 46.56 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:00:56 #9 46.56 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:00:56 #9 46.56 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:00:56 #9 46.56 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:00:56 #9 46.56 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:00:56 #9 46.56 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:00:56 #9 46.57 Setting up autotools-dev (20220109.1) ...
11:00:56 #9 46.58 Setting up libtirpc-dev:amd64 (1.3.2-2ubuntu0.1) ...
11:00:56 #9 46.60 Setting up rpcsvc-proto (1.4.2-0ubuntu6) ...
11:00:56 #9 46.61 Setting up libx11-data (2:1.7.5-1) ...
11:00:56 #9 46.63 Setting up make (4.3-4.1build1) ...
11:00:56 #9 46.64 Setting up libmpfr6:amd64 (4.1.0-3build3) ...
11:00:56 #9 46.66 Setting up gnupg-l10n (2.2.27-3ubuntu2.1) ...
11:00:56 #9 46.67 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build4) ...
11:00:56 #9 46.68 Setting up lzip (1.23-1) ...
11:00:56 #9 46.69 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
11:00:56 #9 46.69 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip) doesn't exist
11:00:56 #9 46.69 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
11:00:56 #9 46.69 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-compressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-compressor) doesn't exist
11:00:56 #9 46.70 update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
11:00:56 #9 46.70 update-alternatives: warning: skip creation of /usr/share/man/man1/lzip-decompressor.1.gz because associated file /usr/share/man/man1/lzip.lzip.1.gz (of link group lzip-decompressor) doesn't exist
11:00:56 #9 46.71 Setting up strace (5.16-0ubuntu3) ...
11:00:56 #9 46.72 Setting up libsigsegv2:amd64 (2.13-1ubuntu3) ...
11:00:56 #9 46.73 Setting up xz-utils (5.2.5-2ubuntu1) ...
11:00:56 #9 46.74 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
11:00:56 #9 46.74 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:00:56 #9 46.74 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:00:56 #9 46.74 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:00:56 #9 46.74 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:00:56 #9 46.74 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:00:56 #9 46.74 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:00:56 #9 46.74 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:00:56 #9 46.74 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:00:56 #9 46.74 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:00:56 #9 46.74 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:00:56 #9 46.75 Setting up t1utils (1.41-4build2) ...
11:00:56 #9 46.76 Setting up libquadmath0:amd64 (12-20220319-1ubuntu1) ...
11:00:56 #9 46.78 Setting up diffstat (1.64-1build2) ...
11:00:56 #9 46.80 Setting up libpng16-16:amd64 (1.6.37-3build5) ...
11:00:56 #9 46.81 Setting up libmpc3:amd64 (1.2.1-2build1) ...
11:00:56 #9 46.83 Setting up libatomic1:amd64 (12-20220319-1ubuntu1) ...
11:00:56 #9 46.86 Setting up patch (2.7.6-7build2) ...
11:00:57 #9 46.91 Setting up autopoint (0.21-4ubuntu4) ...
11:00:57 #9 46.94 Setting up fonts-dejavu-core (2.37-2build1) ...
11:00:57 #9 47.04 Setting up ucf (3.0043) ...
11:00:57 #9 47.19 Setting up libjpeg-turbo8:amd64 (2.1.2-0ubuntu1) ...
11:00:57 #9 47.21 Setting up libltdl7:amd64 (2.4.6-15build2) ...
11:00:57 #9 47.24 Setting up libsasl2-2:amd64 (2.1.27+dfsg2-3ubuntu1) ...
11:00:57 #9 47.30 Setting up libssh-4:amd64 (0.9.6-2build1) ...
11:00:57 #9 47.35 Setting up libwebp7:amd64 (1.2.2-2) ...
11:00:57 #9 47.39 Setting up libubsan1:amd64 (12-20220319-1ubuntu1) ...
11:00:57 #9 47.41 Setting up libmd0:amd64 (1.0.4-1build1) ...
11:00:57 #9 47.42 Setting up python-apt-common (2.3.0ubuntu2.1) ...
11:00:57 #9 47.44 Setting up libnsl-dev:amd64 (1.3.0-2build2) ...
11:00:57 #9 47.48 Setting up libcrypt-dev:amd64 (1:4.4.27-1) ...
11:00:57 #9 47.49 Setting up libuchardet0:amd64 (0.0.7-1build2) ...
11:00:57 #9 47.52 Setting up lzop (1.04-2build2) ...
11:00:57 #9 47.58 Setting up libmpdec3:amd64 (2.5.1-2build2) ...
11:00:57 #9 47.61 Setting up git-man (1:2.34.1-1ubuntu1.4) ...
11:00:57 #9 47.62 Setting up netbase (6.3) ...
11:00:57 #9 47.65 Setting up libbinutils:amd64 (2.38-3ubuntu1) ...
11:00:57 #9 47.66 Setting up libfido2-1:amd64 (1.10.0-1) ...
11:00:57 #9 47.68 Setting up libisl23:amd64 (0.24-2build1) ...
11:00:57 #9 47.70 Setting up libc-dev-bin (2.35-0ubuntu3.1) ...
11:00:57 #9 47.72 Setting up openssl (3.0.2-0ubuntu1.6) ...
11:00:57 #9 47.74 Setting up libbsd0:amd64 (0.11.5-1) ...
11:00:57 #9 47.75 Setting up libelf1:amd64 (0.186-1build1) ...
11:00:57 #9 47.77 Setting up readline-common (8.1.2-1) ...
11:00:57 #9 47.80 Setting up publicsuffix (20211207.1025-1) ...
11:00:57 #9 47.84 Setting up zstd (1.4.8+dfsg-3build1) ...
11:00:57 #9 47.85 Setting up libmarkdown2:amd64 (2.2.7-2) ...
11:00:57 #9 47.86 Setting up libcc1-0:amd64 (12-20220319-1ubuntu1) ...
11:00:57 #9 47.88 Setting up iso-codes (4.9.0-1) ...
11:00:57 #9 47.89 Setting up liblocale-gettext-perl (1.07-4build3) ...
11:00:57 #9 47.91 Setting up liblsan0:amd64 (12-20220319-1ubuntu1) ...
11:00:57 #9 47.93 Setting up dctrl-tools (2.24-3build2) ...
11:00:57 #9 47.96 Setting up libitm1:amd64 (12-20220319-1ubuntu1) ...
11:00:58 #9 47.97 Setting up libgdbm6:amd64 (1.23-1) ...
11:00:58 #9 47.99 Setting up libicu70:amd64 (70.1-2) ...
11:00:58 #9 48.02 Setting up libtsan0:amd64 (11.2.0-19ubuntu1) ...
11:00:58 #9 48.13 Setting up libctf0:amd64 (2.38-3ubuntu1) ...
11:00:58 #9 48.22 Setting up libjpeg8:amd64 (8c-2ubuntu10) ...
11:00:58 #9 48.25 Setting up pinentry-curses (1.1.1-1build2) ...
11:00:58 #9 48.27 Setting up cpp-11 (11.2.0-19ubuntu1) ...
11:00:58 #9 48.28 Setting up manpages-dev (5.10-1ubuntu1) ...
11:00:58 #9 48.31 Setting up libdw1:amd64 (0.186-1build1) ...
11:00:58 #9 48.34 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu5) ...
11:00:58 #9 48.35 Setting up libxcb1:amd64 (1.14-3ubuntu3) ...
11:00:58 #9 48.37 Setting up fontconfig-config (2.13.1-4.2ubuntu5) ...
11:00:58 #9 48.55 Setting up libedit2:amd64 (3.1-20210910-1build1) ...
11:00:58 #9 48.57 Setting up libreadline8:amd64 (8.1.2-1) ...
11:00:58 #9 48.58 Setting up m4 (1.4.18-5ubuntu2) ...
11:00:58 #9 48.60 Setting up libldap-2.5-0:amd64 (2.5.12+dfsg-0ubuntu0.22.04.1) ...
11:00:58 #9 48.61 Setting up libpython3.10-stdlib:amd64 (3.10.4-3ubuntu0.1) ...
11:00:58 #9 48.63 Setting up ca-certificates (20211016) ...
11:00:58 #9 48.98 Updating certificates in /etc/ssl/certs...
11:00:59 #9 49.42 127 added, 0 removed; done.
11:00:59 #9 49.49 Setting up libfreetype6:amd64 (2.11.1+dfsg-1ubuntu0.1) ...
11:00:59 #9 49.50 Setting up libgdbm-compat4:amd64 (1.23-1) ...
11:00:59 #9 49.52 Setting up libgcc-11-dev:amd64 (11.2.0-19ubuntu1) ...
11:00:59 #9 49.56 Setting up dwz (0.14-1build2) ...
11:00:59 #9 49.57 Setting up groff-base (1.22.4-8build1) ...
11:00:59 #9 49.60 Setting up cpp (4:11.2.0-1ubuntu1) ...
11:00:59 #9 49.61 Setting up gpgconf (2.2.27-3ubuntu2.1) ...
11:00:59 #9 49.63 Setting up debugedit (1:5.0-4build1) ...
11:00:59 #9 49.64 Setting up libcurl4:amd64 (7.81.0-1ubuntu1.3) ...
11:00:59 #9 49.66 Setting up libc6-dev:amd64 (2.35-0ubuntu3.1) ...
11:00:59 #9 49.67 Setting up libx11-6:amd64 (2:1.7.5-1) ...
11:00:59 #9 49.68 Setting up libtiff5:amd64 (4.3.0-6) ...
11:00:59 #9 49.69 Setting up curl (7.81.0-1ubuntu1.3) ...
11:00:59 #9 49.71 Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu5) ...
11:00:59 #9 49.72 Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.1) ...
11:00:59 #9 49.74 Setting up libxmuu1:amd64 (2:1.1.3-3) ...
11:00:59 #9 49.76 Setting up gpg (2.2.27-3ubuntu2.1) ...
11:00:59 #9 49.77 Setting up libpython3-stdlib:amd64 (3.10.4-0ubuntu2) ...
11:00:59 #9 49.78 Setting up gnupg-utils (2.2.27-3ubuntu2.1) ...
11:00:59 #9 49.80 Setting up binutils-x86-64-linux-gnu (2.38-3ubuntu1) ...
11:00:59 #9 49.81 Setting up libperl5.34:amd64 (5.34.0-3ubuntu1) ...
11:00:59 #9 49.83 Setting up gettext (0.21-4ubuntu4) ...
11:00:59 #9 49.84 Setting up gpg-agent (2.2.27-3ubuntu2.1) ...
11:01:00 #9 50.31 Setting up python3.10 (3.10.4-3ubuntu0.1) ...
11:01:00 #9 50.96 Setting up libxpm4:amd64 (1:3.5.12-1build2) ...
11:01:00 #9 50.98 Setting up openssh-client (1:8.9p1-3) ...
11:01:00 #9 51.05 update-alternatives: using /usr/bin/ssh to provide /usr/bin/rsh (rsh) in auto mode
11:01:00 #9 51.05 update-alternatives: warning: skip creation of /usr/share/man/man1/rsh.1.gz because associated file /usr/share/man/man1/ssh.1.gz (of link group rsh) doesn't exist
11:01:00 #9 51.06 update-alternatives: using /usr/bin/slogin to provide /usr/bin/rlogin (rlogin) in auto mode
11:01:00 #9 51.06 update-alternatives: warning: skip creation of /usr/share/man/man1/rlogin.1.gz because associated file /usr/share/man/man1/slogin.1.gz (of link group rlogin) doesn't exist
11:01:00 #9 51.06 update-alternatives: using /usr/bin/scp to provide /usr/bin/rcp (rcp) in auto mode
11:01:00 #9 51.06 update-alternatives: warning: skip creation of /usr/share/man/man1/rcp.1.gz because associated file /usr/share/man/man1/scp.1.gz (of link group rcp) doesn't exist
11:01:00 #9 51.07 Setting up gpgsm (2.2.27-3ubuntu2.1) ...
11:01:00 #9 51.09 Setting up libxext6:amd64 (2:1.3.4-1build1) ...
11:01:00 #9 51.11 Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.3) ...
11:01:00 #9 51.14 Setting up python3 (3.10.4-0ubuntu2) ...
11:01:01 #9 51.42 Setting up binutils (2.38-3ubuntu1) ...
11:01:01 #9 51.45 Setting up python3-xdg (0.27-2) ...
11:01:01 #9 51.63 Setting up man-db (2.10.2-1) ...
11:01:01 #9 51.73 Building database of manual pages ...
11:01:01 #9 52.00 Setting up libgpgme11:amd64 (1.16.0-1.2ubuntu4) ...
11:01:02 #9 52.01 Setting up python3-six (1.16.0-3ubuntu1) ...
11:01:02 #9 52.15 Setting up dirmngr (2.2.27-3ubuntu2.1) ...
11:01:02 #9 52.28 Setting up perl (5.34.0-3ubuntu1) ...
11:01:02 #9 52.31 Setting up libpackage-stash-xs-perl (0.29-1build5) ...
11:01:02 #9 52.32 Setting up libclass-data-inheritable-perl (0.08-3) ...
11:01:02 #9 52.34 Setting up libxs-parse-keyword-perl (0.21-1build1) ...
11:01:02 #9 52.35 Setting up python3-gpg (1.16.0-1.2ubuntu4) ...
11:01:02 #9 52.53 Setting up libdata-dump-perl (1.25-1) ...
11:01:02 #9 52.54 Setting up python3-certifi (2020.6.20-1) ...
11:01:02 #9 52.67 Setting up libfile-find-rule-perl (0.34-1) ...
11:01:02 #9 52.69 Setting up libref-util-perl (0.204-1) ...
11:01:02 #9 52.70 Setting up libipc-system-simple-perl (1.30-1) ...
11:01:02 #9 52.72 Setting up libnet-domain-tld-perl (1.75-1.1) ...
11:01:02 #9 52.73 Setting up libperlio-utf8-strict-perl (0.009-1build1) ...
11:01:02 #9 52.74 Setting up libsocket6-perl (0.29-1build4) ...
11:01:02 #9 52.76 Setting up libio-prompt-tiny-perl (0.003-1) ...
11:01:02 #9 52.77 Setting up libhash-fieldhash-perl (0.15-1build5) ...
11:01:02 #9 52.79 Setting up libgd3:amd64 (2.3.0-2ubuntu2) ...
11:01:02 #9 52.82 Setting up libvariable-magic-perl (0.62-1build5) ...
11:01:02 #9 52.84 Setting up python3-idna (3.3-1) ...
11:01:02 #9 53.04 Setting up libio-html-perl (1.004-2) ...
11:01:03 #9 53.06 Setting up libpod-parser-perl (1.63-2) ...
11:01:03 #9 53.07 Setting up libb-hooks-op-check-perl (0.22-1build5) ...
11:01:03 #9 53.09 Setting up liblist-moreutils-xs-perl (0.430-2build2) ...
11:01:03 #9 53.10 Setting up libparams-util-perl (1.102-1build3) ...
11:01:03 #9 53.12 Setting up libdpkg-perl (1.21.1ubuntu2.1) ...
11:01:03 #9 53.13 Setting up libtime-duration-perl (1.21-1) ...
11:01:03 #9 53.15 Setting up autoconf (2.71-2) ...
11:01:03 #9 53.17 Setting up python3-urllib3 (1.26.5-1~exp1) ...
11:01:03 #9 53.37 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
11:01:03 #9 53.38 Setting up libarray-intspan-perl (2.004-1) ...
11:01:03 #9 53.40 Setting up libcapture-tiny-perl (0.48-1) ...
11:01:03 #9 53.41 Setting up libtimedate-perl (2.3300-2) ...
11:01:03 #9 53.42 Setting up libstdc++-11-dev:amd64 (11.2.0-19ubuntu1) ...
11:01:03 #9 53.44 Setting up gpg-wks-server (2.2.27-3ubuntu2.1) ...
11:01:03 #9 53.45 Setting up libsub-name-perl (0.26-1build3) ...
11:01:03 #9 53.46 Setting up libtype-tiny-xs-perl (0.022-1build2) ...
11:01:03 #9 53.48 Setting up libsyntax-keyword-try-perl (0.26-1build1) ...
11:01:03 #9 53.49 Setting up libdata-validate-domain-perl (0.10-1.1) ...
11:01:03 #9 53.50 Setting up libproc-processtable-perl:amd64 (0.634-1build1) ...
11:01:03 #9 53.52 Setting up libfile-chdir-perl (0.1008-1.1) ...
11:01:03 #9 53.53 Setting up gcc-11 (11.2.0-19ubuntu1) ...
11:01:03 #9 53.54 Setting up xauth (1:1.1-1build2) ...
11:01:03 #9 53.56 Setting up libpath-tiny-perl (0.122-1) ...
11:01:03 #9 53.57 Setting up libarchive-cpio-perl (0.10-1.1) ...
11:01:03 #9 53.60 Setting up libjson-perl (4.04000-1) ...
11:01:03 #9 53.62 Setting up libipc-run3-perl (0.048-2) ...
11:01:03 #9 53.63 Setting up libsub-override-perl (0.09-2) ...
11:01:03 #9 53.64 Setting up libaliased-perl (0.34-1.1) ...
11:01:03 #9 53.65 Setting up python3-unidiff (0.5.5-2) ...
11:01:03 #9 53.79 Setting up libstrictures-perl (2.000006-1) ...
11:01:03 #9 53.81 Setting up libsub-quote-perl (2.006006-1) ...
11:01:03 #9 53.82 Setting up libdevel-stacktrace-perl (2.0400-1) ...
11:01:03 #9 53.83 Setting up libclass-xsaccessor-perl (1.19-3build9) ...
11:01:03 #9 53.85 Setting up libsort-versions-perl (1.62-1) ...
11:01:03 #9 53.86 Setting up libexporter-tiny-perl (1.002002-1) ...
11:01:03 #9 53.88 Setting up libre-engine-re2-perl:amd64 (0.14-1build2) ...
11:01:03 #9 53.89 Setting up libfile-dirlist-perl (0.05-2) ...
11:01:03 #9 53.91 Setting up libterm-readkey-perl (2.38-1build4) ...
11:01:03 #9 53.92 Setting up lsb-release (11.1.0ubuntu4) ...
11:01:03 #9 53.94 Setting up python3-magic (2:0.4.24-2) ...
11:01:04 #9 54.08 Setting up libtext-levenshteinxs-perl (0.03-4build10) ...
11:01:04 #9 54.09 Setting up libperlio-gzip-perl (0.19-1build8) ...
11:01:04 #9 54.11 Setting up libsys-hostname-long-perl (1.5-2) ...
11:01:04 #9 54.13 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
11:01:04 #9 54.14 Setting up libsereal-decoder-perl (4.023+ds-1) ...
11:01:04 #9 54.15 Setting up liburi-perl (5.10-1) ...
11:01:04 #9 54.17 Setting up libnet-ipv6addr-perl (1.02-1) ...
11:01:04 #9 54.18 Setting up libfile-touch-perl (0.12-1) ...
11:01:04 #9 54.20 Setting up libc-devtools (2.35-0ubuntu3.1) ...
11:01:04 #9 54.21 Setting up libemail-address-xs-perl (1.04-1build6) ...
11:01:04 #9 54.23 Setting up libnet-ssleay-perl:amd64 (1.92-1build2) ...
11:01:04 #9 54.24 Setting up python3-pkg-resources (59.6.0-1.2) ...
11:01:04 #9 54.43 Setting up automake (1:1.16.5-1.3) ...
11:01:04 #9 54.44 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
11:01:04 #9 54.44 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:04 #9 54.44 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:04 #9 54.45 Setting up libapt-pkg-perl (0.1.40build2) ...
11:01:04 #9 54.46 Setting up libstring-escape-perl (2010.002-2) ...
11:01:04 #9 54.49 Setting up libhttp-date-perl (6.05-1) ...
11:01:04 #9 54.50 Setting up libfile-which-perl (1.23-1) ...
11:01:04 #9 54.52 Setting up libfile-basedir-perl (0.09-1) ...
11:01:04 #9 54.53 Setting up libunicode-utf8-perl (0.62-1build4) ...
11:01:04 #9 54.54 Setting up libset-intspan-perl (1.19-2) ...
11:01:04 #9 54.55 Setting up libmouse-perl (2.5.10-1build4) ...
11:01:04 #9 54.57 Setting up libfile-listing-perl (6.14-1) ...
11:01:04 #9 54.58 Setting up gpg-wks-client (2.2.27-3ubuntu2.1) ...
11:01:04 #9 54.59 Setting up libregexp-pattern-perl (0.2.14-1) ...
11:01:04 #9 54.60 Setting up libdata-messagepack-perl (1.01-2build1) ...
11:01:04 #9 54.61 Setting up libfont-afm-perl (1.20-3) ...
11:01:04 #9 54.62 Setting up libwant-perl (0.29-1build7) ...
11:01:04 #9 54.64 Setting up libdynaloader-functions-perl (0.003-1.1) ...
11:01:04 #9 54.65 Setting up libclass-method-modifiers-perl (2.13-1) ...
11:01:04 #9 54.66 Setting up liblist-compare-perl (0.55-1) ...
11:01:04 #9 54.67 Setting up libref-util-xs-perl (0.117-1build5) ...
11:01:04 #9 54.68 Setting up libio-pty-perl (1:1.15-2build2) ...
11:01:04 #9 54.70 Setting up libtool (2.4.6-15build2) ...
11:01:04 #9 54.71 Setting up g++-11 (11.2.0-19ubuntu1) ...
11:01:04 #9 54.73 Setting up libfile-fcntllock-perl (0.22-3build7) ...
11:01:04 #9 54.74 Setting up libclone-perl (0.45-1build3) ...
11:01:04 #9 54.75 Setting up libalgorithm-diff-perl (1.201-1) ...
11:01:04 #9 54.77 Setting up libarchive-zip-perl (1.68-1) ...
11:01:04 #9 54.79 Setting up libsub-identify-perl (0.14-1build5) ...
11:01:04 #9 54.80 Setting up libdistro-info-perl (1.1build1) ...
11:01:04 #9 54.82 Setting up libcpanel-json-xs-perl:amd64 (4.27-1build1) ...
11:01:04 #9 54.83 Setting up python3-apt (2.3.0ubuntu2.1) ...
11:01:04 #9 54.99 Setting up libobject-id-perl (0.1.2-2.1ubuntu1) ...
11:01:04 #9 55.00 Setting up liblist-moreutils-perl (0.430-2) ...
11:01:04 #9 55.03 Setting up libhtml-tagset-perl (3.20-4) ...
11:01:04 #9 55.04 Setting up liblog-any-perl (1.710-1) ...
11:01:04 #9 55.06 Setting up libauthen-sasl-perl (2.1600-1.1) ...
11:01:04 #9 55.07 Setting up libdevel-size-perl (0.83-1build4) ...
11:01:05 #9 55.09 Setting up libdebhelper-perl (13.6ubuntu1) ...
11:01:05 #9 55.10 Setting up libpod-constants-perl (0.19-2) ...
11:01:05 #9 55.12 Setting up libregexp-pattern-license-perl (3.9.3-1) ...
11:01:05 #9 55.13 Setting up liblwp-mediatypes-perl (6.04-1) ...
11:01:05 #9 55.15 Setting up libyaml-libyaml-perl (0.83+ds-1build1) ...
11:01:05 #9 55.16 Setting up libio-interactive-perl (1.023-1) ...
11:01:05 #9 55.17 Setting up libtry-tiny-perl (0.31-1) ...
11:01:05 #9 55.18 Setting up libtype-tiny-perl (1.012004-1) ...
11:01:05 #9 55.20 Setting up libcommon-sense-perl:amd64 (3.75-2build1) ...
11:01:05 #9 55.21 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
11:01:05 #9 55.22 Setting up libnet-http-perl (6.22-1) ...
11:01:05 #9 55.23 Setting up libpath-iterator-rule-perl (1.015-1) ...
11:01:05 #9 55.24 Setting up libtext-markdown-discount-perl:amd64 (0.13-1build1) ...
11:01:05 #9 55.25 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
11:01:05 #9 55.26 Setting up libtime-moment-perl (0.44-1build6) ...
11:01:05 #9 55.28 Setting up libencode-locale-perl (1.05-1.1) ...
11:01:05 #9 55.29 Setting up libexception-class-perl (1.45-1) ...
11:01:05 #9 55.30 Setting up libmath-base85-perl (0.5+dfsg-1) ...
11:01:05 #9 55.32 Setting up libconfig-tiny-perl (2.28-1) ...
11:01:05 #9 55.33 Setting up libsereal-encoder-perl:amd64 (4.023+ds-1) ...
11:01:05 #9 55.35 Setting up libdevel-callchecker-perl (0.008-1ubuntu4) ...
11:01:05 #9 55.36 Setting up liblist-utilsby-perl (0.11-1) ...
11:01:05 #9 55.38 Setting up libstring-shellquote-perl (1.04-1) ...
11:01:05 #9 55.39 Setting up libnet-netmask-perl (2.0001-1) ...
11:01:05 #9 55.40 Setting up libsub-install-perl (0.928-1.1) ...
11:01:05 #9 55.42 Setting up gcc (4:11.2.0-1ubuntu1) ...
11:01:05 #9 55.44 Setting up dpkg-dev (1.21.1ubuntu2.1) ...
11:01:05 #9 55.47 Setting up intltool-debian (0.35.0+20060710.5) ...
11:01:05 #9 55.48 Setting up liberror-perl (0.17029-1) ...
11:01:05 #9 55.49 Setting up dh-autoreconf (20) ...
11:01:05 #9 55.51 Setting up patchutils (0.4.2-1build2) ...
11:01:05 #9 55.53 Setting up libmail-sendmail-perl (0.80-1.1) ...
11:01:05 #9 55.54 Setting up libltdl-dev:amd64 (2.4.6-15build2) ...
11:01:05 #9 55.55 Setting up libjson-maybexs-perl (1.004003-1) ...
11:01:05 #9 55.57 Setting up libxml-sax-base-perl (1.09-1.1) ...
11:01:05 #9 55.58 Setting up libio-string-perl (1.08-3.1) ...
11:01:05 #9 55.60 Setting up libreadonly-perl (2.050-3) ...
11:01:05 #9 55.62 Setting up libnetaddr-ip-perl (4.079+dfsg-1build7) ...
11:01:05 #9 55.63 Setting up python3-chardet (4.0.0-1) ...
11:01:05 #9 55.91 Setting up libstring-copyright-perl (0.003012-1) ...
11:01:05 #9 55.93 Setting up python3-debian (0.1.43ubuntu1) ...
11:01:06 #9 56.10 Setting up python3-requests (2.25.1+dfsg-2) ...
11:01:06 #9 56.26 Setting up libdata-optlist-perl (0.112-1) ...
11:01:06 #9 56.27 Setting up libipc-run-perl (20200505.0-1) ...
11:01:06 #9 56.28 Setting up git (1:2.34.1-1ubuntu1.4) ...
11:01:06 #9 56.31 Setting up libtext-xslate-perl:amd64 (3.5.9-1build1) ...
11:01:06 #9 56.32 Setting up libcontextual-return-perl (0.004014-2) ...
11:01:06 #9 56.33 Setting up libwww-robotrules-perl (6.02-1) ...
11:01:06 #9 56.35 Setting up libtypes-serialiser-perl (1.01-1) ...
11:01:06 #9 56.36 Setting up g++ (4:11.2.0-1ubuntu1) ...
11:01:06 #9 56.39 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
11:01:06 #9 56.39 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:06 #9 56.40 Setting up libhtml-parser-perl:amd64 (3.76-1build2) ...
11:01:06 #9 56.41 Setting up libgit-wrapper-perl (0.048-1) ...
11:01:06 #9 56.43 Setting up liblog-any-adapter-screen-perl (0.140-2) ...
11:01:06 #9 56.44 Setting up librole-tiny-perl (2.002004-1) ...
11:01:06 #9 56.45 Setting up gnupg (2.2.27-3ubuntu2.1) ...
11:01:06 #9 56.46 Setting up build-essential (12.9ubuntu3) ...
11:01:06 #9 56.48 Setting up libfont-ttf-perl (1.06-1.1) ...
11:01:06 #9 56.49 Setting up libfile-homedir-perl (1.006-1) ...
11:01:06 #9 56.50 Setting up libalgorithm-diff-xs-perl (0.04-6build3) ...
11:01:06 #9 56.51 Setting up libio-socket-ssl-perl (2.074-2) ...
11:01:06 #9 56.53 Setting up libsub-exporter-perl (0.988-1) ...
11:01:06 #9 56.54 Setting up libalgorithm-merge-perl (0.08-3) ...
11:01:06 #9 56.55 Setting up libhttp-message-perl (6.36-1) ...
11:01:06 #9 56.56 Setting up libdata-validate-ip-perl (0.30-1) ...
11:01:06 #9 56.58 Setting up libhtml-form-perl (6.07-1) ...
11:01:06 #9 56.59 Setting up libiterator-perl (0.03+ds1-1.1) ...
11:01:06 #9 56.60 Setting up libfile-stripnondeterminism-perl (1.13.0-1) ...
11:01:06 #9 56.62 Setting up libjson-xs-perl (4.030-1build3) ...
11:01:06 #9 56.63 Setting up libhttp-negotiate-perl (6.01-1) ...
11:01:06 #9 56.64 Setting up libio-prompter-perl (0.004015-1) ...
11:01:06 #9 56.65 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
11:01:06 #9 56.67 Setting up libhttp-cookies-perl (6.10-1) ...
11:01:06 #9 56.68 Setting up po-debconf (1.0.21+nmu1) ...
11:01:06 #9 56.70 Setting up libhtml-tree-perl (5.07-2) ...
11:01:06 #9 56.71 Setting up libparams-classify-perl (0.015-1build5) ...
11:01:06 #9 56.72 Setting up libhtml-format-perl (2.12-1.1) ...
11:01:06 #9 56.74 Setting up libxml-sax-perl (1.02+dfsg-3) ...
11:01:06 #9 56.79 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
11:01:06 #9 56.85 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:01:06 #9 56.97 
11:01:06 #9 56.97 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:01:06 #9 57.02 Setting up dput (1.1.0ubuntu2) ...
11:01:07 #9 57.17 Setting up libdata-validate-uri-perl (0.07-2) ...
11:01:07 #9 57.18 Setting up libnet-smtp-ssl-perl (1.04-1) ...
11:01:07 #9 57.19 Setting up libmodule-runtime-perl (0.016-1) ...
11:01:07 #9 57.21 Setting up libmailtools-perl (2.21-1) ...
11:01:07 #9 57.22 Setting up libxml-libxml-perl (2.0207+dfsg+really+2.0134-1) ...
11:01:07 #9 57.26 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
11:01:07 #9 57.33 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
11:01:07 #9 57.40 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:01:07 #9 57.51 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:01:07 #9 57.58 Setting up dh-strip-nondeterminism (1.13.0-1) ...
11:01:07 #9 57.59 Setting up libconst-fast-perl (0.014-1.1) ...
11:01:07 #9 57.60 Setting up libhttp-daemon-perl (6.13-1ubuntu0.1) ...
11:01:07 #9 57.62 Setting up libdata-dpath-perl (0.58-1) ...
11:01:07 #9 57.63 Setting up libmodule-implementation-perl (0.09-1.1) ...
11:01:07 #9 57.65 Setting up libpackage-stash-perl (0.39-1) ...
11:01:07 #9 57.66 Setting up libimport-into-perl (1.002005-1) ...
11:01:07 #9 57.68 Setting up libmoo-perl (2.005004-3) ...
11:01:07 #9 57.69 Setting up liblist-someutils-perl (0.58-1) ...
11:01:07 #9 57.70 Setting up debhelper (13.6ubuntu1) ...
11:01:07 #9 57.72 Setting up liblist-someutils-xs-perl (0.58-2build3) ...
11:01:07 #9 57.75 Setting up equivs (2.3.1) ...
11:01:07 #9 57.76 Setting up libmoox-aliases-perl (0.001006-1.1) ...
11:01:07 #9 57.78 Setting up libb-hooks-endofscope-perl (0.25-1) ...
11:01:07 #9 57.79 Setting up libnamespace-clean-perl (0.27-1) ...
11:01:07 #9 57.81 Setting up libnamespace-autoclean-perl (0.29-1) ...
11:01:07 #9 57.83 Setting up libgitlab-api-v4-perl (0.26-1) ...
11:01:07 #9 57.84 Setting up libmoox-struct-perl (0.020-1) ...
11:01:07 #9 57.87 Setting up lintian (2.114.0ubuntu1.1) ...
11:01:07 #9 57.89 Setting up licensecheck (3.2.14-2) ...
11:01:07 #9 57.90 Setting up liblwp-protocol-https-perl (6.10-1) ...
11:01:07 #9 57.92 Setting up libwww-perl (6.61-1) ...
11:01:07 #9 57.94 Setting up devscripts (2.22.1ubuntu1) ...
11:01:07 #9 58.10 Setting up libxml-parser-perl:amd64 (2.46-3build1) ...
11:01:07 #9 58.11 Setting up libxml-sax-expat-perl (0.51-1) ...
11:01:07 #9 58.16 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
11:01:08 #9 58.21 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
11:01:08 #9 58.33 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
11:01:08 #9 58.36 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
11:01:08 #9 58.38 Processing triggers for ca-certificates (20211016) ...
11:01:08 #9 58.39 Updating certificates in /etc/ssl/certs...
11:01:08 #9 58.72 0 added, 0 removed; done.
11:01:08 #9 58.72 Running hooks in /etc/ca-certificates/update.d...
11:01:08 #9 58.72 done.
11:01:11 #9 DONE 61.0s
11:01:11 
11:01:11 #11 [stage-1 4/9] COPY common /root/build-deb/debian
11:01:11 #11 sha256:1abeedc083a60898870937651a2df9c3f58db009656344664efee205a5298542
11:01:11 #11 DONE 0.1s
11:01:11 
11:01:11 #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:11 #12 sha256:6d0759a7cc37f7509ad718a17d06a64279030ef043574b0d5f0856ec6136ab0e
11:01:11 #12 0.762 Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease
11:01:11 #12 0.827 Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
11:01:11 #12 0.839 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
11:01:11 #12 0.851 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
11:01:12 #12 1.047 Reading package lists...
11:01:12 #12 1.974 dpkg-buildpackage: info: source package docker-ce-build-deps
11:01:12 #12 1.974 dpkg-buildpackage: info: source version 1.0
11:01:12 #12 1.974 dpkg-buildpackage: info: source distribution unstable
11:01:12 #12 1.974 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
11:01:12 #12 2.007  dpkg-source --before-build .
11:01:12 #12 2.007 dpkg-buildpackage: info: host architecture amd64
11:01:12 #12 2.103  debian/rules clean
11:01:13 #12 2.105 dh clean
11:01:13 #12 2.193    dh_clean
11:01:13 #12 2.225  debian/rules binary
11:01:13 #12 2.227 dh binary
11:01:13 #12 2.301    dh_update_autotools_config
11:01:13 #12 2.328    dh_autoreconf
11:01:13 #12 2.367    create-stamp debian/debhelper-build-stamp
11:01:13 #12 2.367    dh_prep
11:01:13 #12 2.394    dh_auto_install --destdir=debian/docker-ce-build-deps/
11:01:13 #12 2.447    dh_install
11:01:13 #12 2.479    dh_installdocs
11:01:13 #12 2.516    dh_installchangelogs
11:01:13 #12 2.597    dh_perl
11:01:13 #12 2.633    dh_link
11:01:13 #12 2.667    dh_strip_nondeterminism
11:01:13 #12 2.727    dh_compress
11:01:13 #12 2.764    dh_fixperms
11:01:13 #12 2.803    dh_missing
11:01:13 #12 2.828    dh_installdeb
11:01:14 #12 2.861    dh_gencontrol
11:01:14 #12 2.974    dh_md5sums
11:01:14 #12 3.006    dh_builddeb
11:01:14 #12 3.032 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
11:01:14 #12 3.147  dpkg-genbuildinfo --build=binary -O../docker-ce-build-deps_1.0_amd64.buildinfo
11:01:14 #12 3.282  dpkg-genchanges --build=binary -O../docker-ce-build-deps_1.0_amd64.changes
11:01:14 #12 3.357 dpkg-genchanges: info: binary-only upload (no source code included)
11:01:14 #12 3.359  dpkg-source --after-build .
11:01:14 #12 3.456 dpkg-buildpackage: info: binary-only upload (no source included)
11:01:14 #12 3.460 
11:01:14 #12 3.460 The package has been created.
11:01:14 #12 3.460 Attention, the package has been created in the current directory,
11:01:14 #12 3.460 not in ".." as indicated by the message above!
11:01:14 #12 3.485 Selecting previously unselected package docker-ce-build-deps.
11:01:14 #12 3.499 (Reading database ... 25577 files and directories currently installed.)
11:01:14 #12 3.500 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
11:01:14 #12 3.504 Unpacking docker-ce-build-deps (1.0) ...
11:01:15 #12 3.612 Reading package lists...
11:01:15 #12 4.254 Building dependency tree...
11:01:15 #12 4.394 Reading state information...
11:01:15 #12 4.399 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
11:01:15 #12 4.567 Starting 2 pkgProblemResolver with broken count: 0
11:01:15 #12 4.569 Done
11:01:15 #12 4.708  Done
11:01:15 #12 4.846 Starting pkgProblemResolver with broken count: 0
11:01:15 #12 4.868 Starting 2 pkgProblemResolver with broken count: 0
11:01:15 #12 4.871 Done
11:01:16 #12 5.080 The following additional packages will be installed:
11:01:16 #12 5.080   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
11:01:16 #12 5.081   libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
11:01:16 #12 5.081   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp25
11:01:16 #12 5.081   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
11:01:16 #12 5.081   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
11:01:16 #12 5.082   libuv1 pkg-config
11:01:16 #12 5.083 Suggested packages:
11:01:16 #12 5.083   cmake-doc ninja-build cmake-format apparmor-utils lrzip seccomp
11:01:16 #12 5.083 Recommended packages:
11:01:16 #12 5.083   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
11:01:16 #12 5.114 The following NEW packages will be installed:
11:01:16 #12 5.115   bash-completion cmake cmake-data dh-apparmor dh-elpa-helper emacsen-common
11:01:16 #12 5.115   libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
11:01:16 #12 5.115   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp25
11:01:16 #12 5.115   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 librhash0
11:01:16 #12 5.115   libseccomp-dev libselinux1-dev libsepol-dev libsystemd-dev libudev-dev
11:01:16 #12 5.116   libuv1 pkg-config
11:01:16 #12 5.531 0 upgraded, 26 newly installed, 0 to remove and 0 not upgraded.
11:01:16 #12 5.531 1 not fully installed or removed.
11:01:16 #12 5.531 Need to get 11.6 MB of archives.
11:01:16 #12 5.531 After this operation, 48.1 MB of additional disk space will be used.
11:01:16 #12 5.531 Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 bash-completion all 1:2.11-5ubuntu1 [180 kB]
11:01:16 #12 5.904 Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 libarchive13 amd64 3.6.0-1ubuntu1 [368 kB]
11:01:16 #12 6.031 Get:3 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjsoncpp25 amd64 1.9.5-3 [80.0 kB]
11:01:16 #12 6.051 Get:4 http://archive.ubuntu.com/ubuntu jammy/main amd64 librhash0 amd64 1.4.2-1ubuntu1 [125 kB]
11:01:16 #12 6.069 Get:5 http://archive.ubuntu.com/ubuntu jammy/main amd64 libuv1 amd64 1.43.0-1 [93.1 kB]
11:01:16 #12 6.081 Get:6 http://archive.ubuntu.com/ubuntu jammy/main amd64 dh-elpa-helper all 2.0.9ubuntu1 [7610 B]
11:01:16 #12 6.082 Get:7 http://archive.ubuntu.com/ubuntu jammy/main amd64 emacsen-common all 3.0.4 [14.9 kB]
11:01:17 #12 6.084 Get:8 http://archive.ubuntu.com/ubuntu jammy/main amd64 cmake-data all 3.22.1-1ubuntu1 [1912 kB]
11:01:17 #12 6.223 Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 cmake amd64 3.22.1-1ubuntu1 [5012 kB]
11:01:17 #12 6.495 Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 dh-apparmor all 3.0.4-2ubuntu2.1 [9534 B]
11:01:17 #12 6.496 Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbtrfs0 amd64 5.16.2-1 [12.0 kB]
11:01:17 #12 6.515 Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libbtrfs-dev amd64 5.16.2-1 [47.3 kB]
11:01:17 #12 6.516 Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1ubuntu4 [139 kB]
11:01:17 #12 6.518 Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1ubuntu4 [12.6 kB]
11:01:17 #12 6.518 Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libudev-dev amd64 249.11-0ubuntu3.4 [20.7 kB]
11:01:17 #12 6.519 Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 libsepol-dev amd64 3.3-1build1 [378 kB]
11:01:17 #12 6.523 Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpcre2-16-0 amd64 10.39-3build1 [203 kB]
11:01:17 #12 6.525 Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpcre2-32-0 amd64 10.39-3build1 [193 kB]
11:01:17 #12 6.591 Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpcre2-posix3 amd64 10.39-3build1 [6136 B]
11:01:17 #12 6.591 Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libpcre2-dev amd64 10.39-3build1 [727 kB]
11:01:17 #12 6.666 Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 libselinux1-dev amd64 3.3-1build2 [158 kB]
11:01:17 #12 6.672 Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1ubuntu4 [36.6 kB]
11:01:17 #12 6.674 Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 libseccomp-dev amd64 2.5.3-2ubuntu2 [94.0 kB]
11:01:17 #12 6.678 Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libsystemd-dev amd64 249.11-0ubuntu3.4 [306 kB]
11:01:17 #12 6.692 Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 libglib2.0-0 amd64 2.72.1-1 [1460 kB]
11:01:17 #12 6.762 Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB]
11:01:17 #12 6.937 debconf: delaying package configuration, since apt-utils is not installed
11:01:17 #12 6.971 Fetched 11.6 MB in 2s (7086 kB/s)
11:01:17 #12 6.999 Selecting previously unselected package bash-completion.
11:01:17 #12 6.999 (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 ... 25581 files and directories currently installed.)
11:01:18 #12 7.014 Preparing to unpack .../00-bash-completion_1%3a2.11-5ubuntu1_all.deb ...
11:01:18 #12 7.028 Unpacking bash-completion (1:2.11-5ubuntu1) ...
11:01:18 #12 7.159 Selecting previously unselected package libarchive13:amd64.
11:01:18 #12 7.162 Preparing to unpack .../01-libarchive13_3.6.0-1ubuntu1_amd64.deb ...
11:01:18 #12 7.171 Unpacking libarchive13:amd64 (3.6.0-1ubuntu1) ...
11:01:18 #12 7.210 Selecting previously unselected package libjsoncpp25:amd64.
11:01:18 #12 7.213 Preparing to unpack .../02-libjsoncpp25_1.9.5-3_amd64.deb ...
11:01:18 #12 7.218 Unpacking libjsoncpp25:amd64 (1.9.5-3) ...
11:01:18 #12 7.260 Selecting previously unselected package librhash0:amd64.
11:01:18 #12 7.263 Preparing to unpack .../03-librhash0_1.4.2-1ubuntu1_amd64.deb ...
11:01:18 #12 7.267 Unpacking librhash0:amd64 (1.4.2-1ubuntu1) ...
11:01:18 #12 7.306 Selecting previously unselected package libuv1:amd64.
11:01:18 #12 7.308 Preparing to unpack .../04-libuv1_1.43.0-1_amd64.deb ...
11:01:18 #12 7.313 Unpacking libuv1:amd64 (1.43.0-1) ...
11:01:18 #12 7.346 Selecting previously unselected package dh-elpa-helper.
11:01:18 #12 7.349 Preparing to unpack .../05-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
11:01:18 #12 7.353 Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
11:01:18 #12 7.396 Selecting previously unselected package emacsen-common.
11:01:18 #12 7.399 Preparing to unpack .../06-emacsen-common_3.0.4_all.deb ...
11:01:18 #12 7.409 Unpacking emacsen-common (3.0.4) ...
11:01:18 #12 7.482 Selecting previously unselected package cmake-data.
11:01:18 #12 7.485 Preparing to unpack .../07-cmake-data_3.22.1-1ubuntu1_all.deb ...
11:01:18 #12 7.493 Unpacking cmake-data (3.22.1-1ubuntu1) ...
11:01:19 #12 7.854 Selecting previously unselected package cmake.
11:01:19 #12 7.858 Preparing to unpack .../08-cmake_3.22.1-1ubuntu1_amd64.deb ...
11:01:19 #12 7.863 Unpacking cmake (3.22.1-1ubuntu1) ...
11:01:19 #12 7.994 Selecting previously unselected package dh-apparmor.
11:01:19 #12 7.997 Preparing to unpack .../09-dh-apparmor_3.0.4-2ubuntu2.1_all.deb ...
11:01:19 #12 8.002 Unpacking dh-apparmor (3.0.4-2ubuntu2.1) ...
11:01:19 #12 8.043 Selecting previously unselected package libbtrfs0:amd64.
11:01:19 #12 8.046 Preparing to unpack .../10-libbtrfs0_5.16.2-1_amd64.deb ...
11:01:19 #12 8.052 Unpacking libbtrfs0:amd64 (5.16.2-1) ...
11:01:19 #12 8.085 Selecting previously unselected package libbtrfs-dev:amd64.
11:01:19 #12 8.086 Preparing to unpack .../11-libbtrfs-dev_5.16.2-1_amd64.deb ...
11:01:19 #12 8.091 Unpacking libbtrfs-dev:amd64 (5.16.2-1) ...
11:01:19 #12 8.134 Selecting previously unselected package libdevmapper1.02.1:amd64.
11:01:19 #12 8.137 Preparing to unpack .../12-libdevmapper1.02.1_2%3a1.02.175-2.1ubuntu4_amd64.deb ...
11:01:19 #12 8.141 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
11:01:19 #12 8.179 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
11:01:19 #12 8.182 Preparing to unpack .../13-libdevmapper-event1.02.1_2%3a1.02.175-2.1ubuntu4_amd64.deb ...
11:01:19 #12 8.187 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
11:01:19 #12 8.213 Selecting previously unselected package libudev-dev:amd64.
11:01:19 #12 8.217 Preparing to unpack .../14-libudev-dev_249.11-0ubuntu3.4_amd64.deb ...
11:01:19 #12 8.222 Unpacking libudev-dev:amd64 (249.11-0ubuntu3.4) ...
11:01:19 #12 8.252 Selecting previously unselected package libsepol-dev:amd64.
11:01:19 #12 8.255 Preparing to unpack .../15-libsepol-dev_3.3-1build1_amd64.deb ...
11:01:19 #12 8.261 Unpacking libsepol-dev:amd64 (3.3-1build1) ...
11:01:19 #12 8.311 Selecting previously unselected package libpcre2-16-0:amd64.
11:01:19 #12 8.314 Preparing to unpack .../16-libpcre2-16-0_10.39-3build1_amd64.deb ...
11:01:19 #12 8.319 Unpacking libpcre2-16-0:amd64 (10.39-3build1) ...
11:01:19 #12 8.363 Selecting previously unselected package libpcre2-32-0:amd64.
11:01:19 #12 8.366 Preparing to unpack .../17-libpcre2-32-0_10.39-3build1_amd64.deb ...
11:01:19 #12 8.372 Unpacking libpcre2-32-0:amd64 (10.39-3build1) ...
11:01:19 #12 8.415 Selecting previously unselected package libpcre2-posix3:amd64.
11:01:19 #12 8.418 Preparing to unpack .../18-libpcre2-posix3_10.39-3build1_amd64.deb ...
11:01:19 #12 8.422 Unpacking libpcre2-posix3:amd64 (10.39-3build1) ...
11:01:19 #12 8.451 Selecting previously unselected package libpcre2-dev:amd64.
11:01:19 #12 8.454 Preparing to unpack .../19-libpcre2-dev_10.39-3build1_amd64.deb ...
11:01:19 #12 8.459 Unpacking libpcre2-dev:amd64 (10.39-3build1) ...
11:01:19 #12 8.507 Selecting previously unselected package libselinux1-dev:amd64.
11:01:19 #12 8.510 Preparing to unpack .../20-libselinux1-dev_3.3-1build2_amd64.deb ...
11:01:19 #12 8.515 Unpacking libselinux1-dev:amd64 (3.3-1build2) ...
11:01:19 #12 8.551 Selecting previously unselected package libdevmapper-dev:amd64.
11:01:19 #12 8.554 Preparing to unpack .../21-libdevmapper-dev_2%3a1.02.175-2.1ubuntu4_amd64.deb ...
11:01:19 #12 8.559 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1ubuntu4) ...
11:01:19 #12 8.591 Selecting previously unselected package libseccomp-dev:amd64.
11:01:19 #12 8.594 Preparing to unpack .../22-libseccomp-dev_2.5.3-2ubuntu2_amd64.deb ...
11:01:19 #12 8.600 Unpacking libseccomp-dev:amd64 (2.5.3-2ubuntu2) ...
11:01:19 #12 8.629 Selecting previously unselected package libsystemd-dev:amd64.
11:01:19 #12 8.632 Preparing to unpack .../23-libsystemd-dev_249.11-0ubuntu3.4_amd64.deb ...
11:01:19 #12 8.636 Unpacking libsystemd-dev:amd64 (249.11-0ubuntu3.4) ...
11:01:19 #12 8.699 Selecting previously unselected package libglib2.0-0:amd64.
11:01:19 #12 8.702 Preparing to unpack .../24-libglib2.0-0_2.72.1-1_amd64.deb ...
11:01:19 #12 8.707 Unpacking libglib2.0-0:amd64 (2.72.1-1) ...
11:01:19 #12 8.767 Selecting previously unselected package pkg-config.
11:01:19 #12 8.770 Preparing to unpack .../25-pkg-config_0.29.2-1ubuntu3_amd64.deb ...
11:01:19 #12 8.774 Unpacking pkg-config (0.29.2-1ubuntu3) ...
11:01:19 #12 8.846 Setting up libseccomp-dev:amd64 (2.5.3-2ubuntu2) ...
11:01:19 #12 8.859 Setting up libarchive13:amd64 (3.6.0-1ubuntu1) ...
11:01:19 #12 8.873 Setting up libglib2.0-0:amd64 (2.72.1-1) ...
11:01:19 #12 8.884 No schema files found: doing nothing.
11:01:19 #12 8.890 Setting up libpcre2-16-0:amd64 (10.39-3build1) ...
11:01:19 #12 8.902 Setting up libbtrfs0:amd64 (5.16.2-1) ...
11:01:19 #12 8.916 Setting up libpcre2-32-0:amd64 (10.39-3build1) ...
11:01:19 #12 8.931 Setting up libuv1:amd64 (1.43.0-1) ...
11:01:19 #12 8.946 Setting up emacsen-common (3.0.4) ...
11:01:19 #12 8.983 Setting up dh-elpa-helper (2.0.9ubuntu1) ...
11:01:20 #12 8.996 Setting up bash-completion (1:2.11-5ubuntu1) ...
11:01:20 #12 9.017 Setting up libjsoncpp25:amd64 (1.9.5-3) ...
11:01:20 #12 9.030 Setting up pkg-config (0.29.2-1ubuntu3) ...
11:01:20 #12 9.081 Setting up libudev-dev:amd64 (249.11-0ubuntu3.4) ...
11:01:20 #12 9.092 Setting up libsepol-dev:amd64 (3.3-1build1) ...
11:01:20 #12 9.108 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
11:01:20 #12 9.127 Setting up libpcre2-posix3:amd64 (10.39-3build1) ...
11:01:20 #12 9.143 Setting up libbtrfs-dev:amd64 (5.16.2-1) ...
11:01:20 #12 9.156 Setting up librhash0:amd64 (1.4.2-1ubuntu1) ...
11:01:20 #12 9.168 Setting up cmake-data (3.22.1-1ubuntu1) ...
11:01:20 #12 9.208 Setting up dh-apparmor (3.0.4-2ubuntu2.1) ...
11:01:20 #12 9.220 Setting up libsystemd-dev:amd64 (249.11-0ubuntu3.4) ...
11:01:20 #12 9.235 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1ubuntu4) ...
11:01:20 #12 9.250 Setting up libpcre2-dev:amd64 (10.39-3build1) ...
11:01:20 #12 9.262 Setting up libselinux1-dev:amd64 (3.3-1build2) ...
11:01:20 #12 9.276 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1ubuntu4) ...
11:01:20 #12 9.289 Setting up cmake (3.22.1-1ubuntu1) ...
11:01:20 #12 9.300 Setting up docker-ce-build-deps (1.0) ...
11:01:20 #12 9.313 Processing triggers for man-db (2.10.2-1) ...
11:01:20 #12 9.396 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
11:01:20 #12 DONE 9.6s
11:01:20 
11:01:20 #13 [stage-1 6/9] COPY sources/ /sources
11:01:20 #13 sha256:8a2ff52ffc83e27c43f085b2746384837d0355d3dcb7d970c98ec98548749488
11:01:20 #13 DONE 0.2s
11:01:20 
11:01:20 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
11:01:20 #15 sha256:057d91b9e79085087545502c80823bde91faf46ba8576211acfc8cd4deb59ef2
11:01:25 #15 DONE 3.8s
11:01:25 
11:01:25 #16 [stage-1 8/9] WORKDIR /root/build-deb
11:01:25 #16 sha256:6d149a9df980dad0290fb81f49c7c5a0ddb4a0b69dca4eb889588c0ed041128d
11:01:25 #16 DONE 0.0s
11:01:25 
11:01:25 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
11:01:25 #17 sha256:3dbf320e7e381ba92dc5298d3707b6bcf5e724b7eca798cbb6c7b4e09d7a5fc4
11:01:25 #17 DONE 0.0s
11:01:25 
11:01:25 #18 exporting to image
11:01:25 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
11:01:25 #18 exporting layers
11:01:30 #18 exporting layers 5.2s done
11:01:30 #18 writing image sha256:94b9fa11f3714495164afec9733241cfc5918bd5c3e853a76e07f81578549902 done
11:01:30 #18 naming to docker.io/debbuild-ubuntu-jammy/x86_64 done
11:01:30 #18 DONE 5.2s
11:01:30 docker run --rm -e PLATFORM -e GOPROXY=https://proxy.golang.org -e EPOCH='5' -e DEB_VERSION=0.0.0-20220804091928-715cfc4 -e VERSION=0.0.0-20220804091928-715cfc4 -e CLI_GITCOMMIT=715cfc4 -e ENGINE_GITCOMMIT=a70ae13 -e COMPOSE_VERSION=v2.7.0 -e SCAN_VERSION=v0.17.0 -e SCAN_GITCOMMIT=061fe0a -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb/debbuild/ubuntu-jammy:/build  debbuild-ubuntu-jammy/x86_64
11:01:30 + set -e
11:01:30 + mkdir -p /root/build-deb/engine
11:01:30 + tar -C /root/build-deb -xzf /sources/engine.tgz
11:01:31 + mkdir -p /root/build-deb/cli
11:01:31 + tar -C /root/build-deb -xzf /sources/cli.tgz
11:01:31 + mkdir -p /root/build-deb/compose
11:01:31 + tar -C /root/build-deb -xzf /sources/compose.tgz
11:01:31 + mkdir -p /root/build-deb/scan-cli-plugin
11:01:31 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
11:01:31 + mkdir -p /go/src/github.com/docker
11:01:31 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
11:01:31 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
11:01:31 + ln -snf /root/build-deb/compose /go/src/github.com/docker/compose
11:01:31 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
11:01:31 + EPOCH=5
11:01:31 + EPOCH_SEP=
11:01:31 + [[ ! -z 5 ]]
11:01:31 + EPOCH_SEP=:
11:01:31 + [[ -z 0.0.0-20220804091928-715cfc4 ]]
11:01:31 VERSION AAA 0.0.0-20220804091928-715cfc4
11:01:31 + echo VERSION AAA 0.0.0-20220804091928-715cfc4
11:01:31 + VERSION=0.0.0-20220804091928-715cfc4
11:01:31 + echo VERSION bbb 0.0.0-20220804091928-715cfc4
11:01:31 VERSION bbb 0.0.0-20220804091928-715cfc4
11:01:31 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
11:01:31 + debSource=docker-ce
11:01:31 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
11:01:31 + debMaintainer='Docker <support@docker.com>'
11:01:31 ++ date --rfc-2822
11:01:31 + debDate='Thu, 04 Aug 2022 11:01:31 +0000'
11:01:31 + cat
11:01:31 + export CLI_GITCOMMIT=715cfc4
11:01:31 + CLI_GITCOMMIT=715cfc4
11:01:31 + export ENGINE_GITCOMMIT=a70ae13
11:01:31 + ENGINE_GITCOMMIT=a70ae13
11:01:31 + export SCAN_GITCOMMIT=061fe0a
11:01:31 + SCAN_GITCOMMIT=061fe0a
11:01:31 + echo VERSION BBB 0.0.0-20220804091928-715cfc4
11:01:31 + dpkg-buildpackage -uc -us -I.git
11:01:31 VERSION BBB 0.0.0-20220804091928-715cfc4
11:01:31 dpkg-buildpackage: info: source package docker-ce
11:01:31 dpkg-buildpackage: info: source version 5:0.0.0-20220804091928-715cfc4-0~ubuntu-jammy
11:01:31 dpkg-buildpackage: info: source distribution jammy
11:01:31 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
11:01:31 dpkg-buildpackage: info: host architecture amd64
11:01:31  dpkg-source -I.git --before-build .
11:01:31  debian/rules clean
11:01:31 dh clean --with=bash-completion --with=systemd
11:01:31    dh_clean
11:01:31  dpkg-source -I.git -b .
11:01:32 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
11:01:32 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
11:01:32 dpkg-source: info: using source format '1.0'
11:01:32 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy.tar.gz
11:01:32 dpkg-source: warning: native package version may not have a revision
11:01:32 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20220804091928-715cfc4-0~ubuntu'
11:01:42 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy.dsc
11:01:42  debian/rules build
11:01:42 dh build --with=bash-completion --with=systemd
11:01:42    dh_update_autotools_config
11:01:42    dh_autoreconf
11:01:42    debian/rules override_dh_auto_build
11:01:42 make[1]: Entering directory '/root/build-deb'
11:01:42 # Build the daemon and dependencies
11:01:42 cd engine && DOCKER_GITCOMMIT=a70ae13 PRODUCT=docker ./hack/make.sh dynbinary
11:01:42 
11:01:42 Removing bundles/
11:01:42 
11:01:42 ---> Making bundle: dynbinary (in bundles/dynbinary)
11:01:42 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:01:42 GOOS="" GOARCH="" GOARM=""
11:03:18 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4
11:03:18 
11:03:18 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
11:03:18 + RM_GOPATH=0
11:03:18 + TMP_GOPATH=/go
11:03:18 + : /usr/local/bin
11:03:18 + '[' -z /go ']'
11:03:18 + export GOPATH=/go
11:03:18 + GOPATH=/go
11:03:18 + case "$(go env GOARCH)" in
11:03:18 ++ go env GOARCH
11:03:18 + export GO_BUILDMODE=-buildmode=pie
11:03:18 + GO_BUILDMODE=-buildmode=pie
11:03:18 ++ dirname hack/dockerfile/install/install.sh
11:03:18 + dir=hack/dockerfile/install
11:03:18 + bin=tini
11:03:18 + shift
11:03:18 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
11:03:18 + . hack/dockerfile/install/tini.installer
11:03:18 ++ : v0.19.0
11:03:18 + install_tini
11:03:18 Install tini version v0.19.0
11:03:18 + echo 'Install tini version v0.19.0'
11:03:18 + git clone https://github.com/krallin/tini.git /go/tini
11:03:18 Cloning into '/go/tini'...
11:03:18 + cd /go/tini
11:03:18 + git checkout -q v0.19.0
11:03:18 + cmake .
11:03:18 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
11:03:18   Compatibility with CMake < 2.8.12 will be removed from a future version of
11:03:18   CMake.
11:03:18 
11:03:18   Update the VERSION argument <min> value or use a ...<max> suffix to tell
11:03:18   CMake that the project does not need compatibility with older versions.
11:03:18 
11:03:18 
11:03:18 -- The C compiler identification is GNU 11.2.0
11:03:18 -- Detecting C compiler ABI info
11:03:18 -- Detecting C compiler ABI info - done
11:03:18 -- Check for working C compiler: /usr/bin/cc - skipped
11:03:18 -- Detecting C compile features
11:03:18 -- Detecting C compile features - done
11:03:18 -- Performing Test HAS_BUILTIN_FORTIFY
11:03:18 -- Performing Test HAS_BUILTIN_FORTIFY - Success
11:03:18 -- Configuring done
11:03:18 -- Generating done
11:03:18 -- Build files have been written to: /go/tini
11:03:18 + make tini-static
11:03:18 make[2]: Entering directory '/go/tini'
11:03:18 make[3]: Entering directory '/go/tini'
11:03:18 make[4]: Entering directory '/go/tini'
11:03:18 make[5]: Entering directory '/go/tini'
11:03:18 make[5]: Leaving directory '/go/tini'
11:03:18 make[5]: Entering directory '/go/tini'
11:03:18 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
11:03:18 [100%] Linking C executable tini-static
11:03:18 make[5]: Leaving directory '/go/tini'
11:03:18 [100%] Built target tini-static
11:03:18 make[4]: Leaving directory '/go/tini'
11:03:18 make[3]: Leaving directory '/go/tini'
11:03:18 make[2]: Leaving directory '/go/tini'
11:03:18 + mkdir -p /usr/local/bin
11:03:18 + cp tini-static /usr/local/bin/docker-init
11:03:18 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh proxy dynamic
11:03:18 + RM_GOPATH=0
11:03:18 + TMP_GOPATH=/go
11:03:18 + : /usr/local/bin
11:03:18 + '[' -z /go ']'
11:03:18 + export GOPATH=/go
11:03:18 + GOPATH=/go
11:03:18 + case "$(go env GOARCH)" in
11:03:18 ++ go env GOARCH
11:03:18 + export GO_BUILDMODE=-buildmode=pie
11:03:18 + GO_BUILDMODE=-buildmode=pie
11:03:18 ++ dirname hack/dockerfile/install/install.sh
11:03:18 + dir=hack/dockerfile/install
11:03:18 + bin=proxy
11:03:18 + shift
11:03:18 + '[' '!' -f hack/dockerfile/install/proxy.installer ']'
11:03:18 + . hack/dockerfile/install/proxy.installer
11:03:18 ++ : 0dde5c895075df6e3630e76f750a447cf63f4789
11:03:18 + install_proxy dynamic
11:03:18 + case "$1" in
11:03:18 + install_proxy_dynamic
11:03:18 + export PROXY_LDFLAGS=-linkmode=external install_proxy
11:03:18 + PROXY_LDFLAGS=-linkmode=external
11:03:18 + export BUILD_MODE=-buildmode=pie
11:03:18 + BUILD_MODE=-buildmode=pie
11:03:18 + _install_proxy
11:03:18 + echo 'Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789'
11:03:18 + git clone https://github.com/docker/libnetwork.git /go/src/github.com/docker/libnetwork
11:03:18 Install docker-proxy version 0dde5c895075df6e3630e76f750a447cf63f4789
11:03:18 Cloning into '/go/src/github.com/docker/libnetwork'...
11:03:18 + cd /go/src/github.com/docker/libnetwork
11:03:18 + git checkout -q 0dde5c895075df6e3630e76f750a447cf63f4789
11:03:18 + go build -buildmode=pie -ldflags=-linkmode=external -o /usr/local/bin/docker-proxy github.com/docker/libnetwork/cmd/proxy
11:03:19 + return
11:03:19 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
11:03:19 + RM_GOPATH=0
11:03:19 + TMP_GOPATH=/go
11:03:19 + : /usr/local/bin
11:03:19 + '[' -z /go ']'
11:03:19 + export GOPATH=/go
11:03:19 + GOPATH=/go
11:03:19 + case "$(go env GOARCH)" in
11:03:19 ++ go env GOARCH
11:03:19 + export GO_BUILDMODE=-buildmode=pie
11:03:19 + GO_BUILDMODE=-buildmode=pie
11:03:19 ++ dirname hack/dockerfile/install/install.sh
11:03:19 + dir=hack/dockerfile/install
11:03:19 + bin=rootlesskit
11:03:19 + shift
11:03:19 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
11:03:19 + . hack/dockerfile/install/rootlesskit.installer
11:03:19 ++ : v0.14.4
11:03:19 + install_rootlesskit dynamic
11:03:19 + case "$1" in
11:03:19 + install_rootlesskit_dynamic
11:03:19 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
11:03:19 + ROOTLESSKIT_LDFLAGS=-linkmode=external
11:03:19 + export BUILD_MODE=-buildmode=pie
11:03:19 + BUILD_MODE=-buildmode=pie
11:03:19 + _install_rootlesskit
11:03:19 + echo 'Install rootlesskit version v0.14.4'
11:03:19 Install rootlesskit version v0.14.4
11:03:19 + for f in rootlesskit rootlesskit-docker-proxy
11:03:19 + GOBIN=/usr/local/bin
11:03:19 + GO111MODULE=on
11:03:19 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
11:03:19 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
11:03:20 go: downloading github.com/pkg/errors v0.9.1
11:03:20 go: downloading github.com/sirupsen/logrus v1.8.1
11:03:20 go: downloading github.com/urfave/cli/v2 v2.3.0
11:03:20 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
11:03:20 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
11:03:20 go: downloading github.com/google/uuid v1.3.0
11:03:20 go: downloading github.com/moby/vpnkit v0.5.0
11:03:20 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
11:03:20 go: downloading github.com/gofrs/flock v0.8.1
11:03:20 go: downloading github.com/gorilla/mux v1.8.0
11:03:20 go: downloading github.com/moby/sys/mountinfo v0.4.1
11:03:20 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
11:03:20 go: downloading github.com/u-root/u-root v7.0.0+incompatible
11:03:21 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
11:03:21 go: downloading github.com/russross/blackfriday/v2 v2.1.0
11:03:26 + for f in rootlesskit rootlesskit-docker-proxy
11:03:26 + GOBIN=/usr/local/bin
11:03:26 + GO111MODULE=on
11:03:26 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
11:03:27 + return
11:03:27 # Build the CLI
11:03:27 cd /go/src/github.com/docker/cli && \
11:03:27 	LDFLAGS='' DISABLE_WARN_OUTSIDE_CONTAINER=1 make VERSION=0.0.0-20220804091928-715cfc4 GITCOMMIT=715cfc4 dynbinary manpages
11:03:27 make[2]: Entering directory '/root/build-deb/cli'
11:03:27 GO_LINKMODE=dynamic ./scripts/build/binary
11:03:27 Building dynamic docker-linux-amd64
11:04:49 scripts/docs/generate-man.sh
11:05:57 Project root: /go/src/github.com/docker/cli
11:05:57 Generating man pages into /go/src/github.com/docker/cli/man/man1
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
11:05:57 2022/08/04 11:05:55 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
11:05:57 make[2]: Leaving directory '/root/build-deb/cli'
11:05:57 # Build the compose plugin
11:05:57 # FIXME: using GOPROXY, to work around:
11:05:57 # 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:05:57 cd /go/src/github.com/docker/compose \
11:05:57 && GOPROXY="https://proxy.golang.org" GO111MODULE=on go mod download \
11:05:57 && mkdir -p /usr/libexec/docker/cli-plugins/ \
11:05:57 && GOPROXY="https://proxy.golang.org" GO111MODULE=on GIT_TAG=v2.7.0 \
11:05:57 	make COMPOSE_BINARY=/usr/libexec/docker/cli-plugins/docker-compose -f builder.Makefile compose-plugin
11:06:35 make[2]: Entering directory '/root/build-deb/compose'
11:06:35 GOOS=linux GOARCH=amd64 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:07:57 make[2]: Leaving directory '/root/build-deb/compose'
11:07:57 # Build the scan-plugin
11:07:57 # TODO change once we support scan-plugin on other architectures
11:07:57 if [ "amd64" = "amd64" ]; then \
11:07:57 	cd /go/src/github.com/docker/scan-cli-plugin \
11:07:57 	&& PLATFORM_BINARY=docker-scan COMMIT=061fe0a TAG_NAME=v0.17.0 make native-build \
11:07:57 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
11:07:57 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
11:07:57 fi
11:07:57 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
11:07:57 GO111MODULE=on make -f builder.Makefile build
11:07:57 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
11:07:57 mkdir -p bin
11:07:57 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=061fe0a -X github.com/docker/scan-cli-plugin/internal.Version=v0.17.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:f9291a5310e3952369eeb8cd1c2a25f0c9fc930a3ccc88e1ea20956ad86b75a4 -X github.com/docker/scan-cli-plugin/internal/provider.SnykDesktopVersion=1.827.0" -o bin/docker-scan ./cmd/docker-scan
11:07:57 go: downloading github.com/docker/cli v20.10.9+incompatible
11:07:57 go: downloading github.com/docker/docker v20.10.9+incompatible
11:07:57 go: downloading github.com/spf13/cobra v1.2.1
11:07:57 go: downloading golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
11:07:57 go: downloading github.com/docker/distribution v2.7.1+incompatible
11:07:57 go: downloading github.com/opencontainers/image-spec v1.0.1
11:07:57 go: downloading github.com/Masterminds/semver/v3 v3.1.1
11:07:57 go: downloading github.com/containerd/containerd v1.5.7
11:07:57 go: downloading github.com/moby/sys/mount v0.2.0
11:07:57 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
11:07:57 go: downloading gopkg.in/square/go-jose.v2 v2.6.0
11:07:57 go: downloading google.golang.org/grpc v1.40.0
11:07:57 go: downloading golang.org/x/net v0.0.0-20210825183410-e898025ed96a
11:07:57 go: downloading golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
11:07:57 go: downloading github.com/opencontainers/runc v1.0.2
11:07:57 go: downloading google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
11:07:57 go: downloading google.golang.org/protobuf v1.26.0
11:07:57 go: downloading github.com/prometheus/client_golang v1.7.1
11:07:57 go: downloading github.com/cespare/xxhash/v2 v2.1.1
11:07:57 go: downloading github.com/prometheus/common v0.10.0
11:07:57 go: downloading github.com/prometheus/procfs v0.6.0
11:08:02 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
11:08:02 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
11:08:02 # Build the CLI plugins
11:08:02 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
11:08:02 set -e;cd /sources && \
11:08:02 	tar xzf plugin-installers.tgz; \
11:08:02 	for installer in plugins/*.installer; do \
11:08:02 		LDFLAGS='' bash ${installer} build; \
11:08:02 	done
11:08:02 Cloning into '/go/src/github.com/docker/app'...
11:08:05 Fetching origin
11:08:05 make[2]: Entering directory '/go/src/github.com/docker/app'
11:08:05 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:09:01 make[2]: Leaving directory '/go/src/github.com/docker/app'
11:09:01 Cloning into '/go/src/github.com/docker/buildx'...
11:09:02 Fetching origin
11:09:03 + GO111MODULE=on
11:09:03 + 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:10:39 make[1]: Leaving directory '/root/build-deb'
11:10:39    debian/rules override_dh_auto_test
11:10:39 make[1]: Entering directory '/root/build-deb'
11:10:39 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
11:10:39 	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:10:39 PASS: daemon version OK
11:10:39 ver="$(cli/build/docker --version)"; \
11:10:39 	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:10:39 PASS: cli version OK
11:10:39 ver="$(/usr/libexec/docker/cli-plugins/docker-compose docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:10:39 	test "$ver" = "v2.7.0" && echo "PASS: docker-compose version OK" || (echo "FAIL: docker-compose version ($ver) did not match" && exit 1)
11:10:39 PASS: docker-compose version OK
11:10:39 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
11:10:39 # TODO change once we support scan-plugin on other architectures
11:10:39 if [ "amd64" = "amd64" ]; then \
11:10:39 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
11:10:39 		test "$ver" = "v0.17.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
11:10:39 fi
11:10:39 PASS: docker-scan version OK
11:10:39 make[1]: Leaving directory '/root/build-deb'
11:10:39    create-stamp debian/debhelper-build-stamp
11:10:39  debian/rules binary
11:10:39 dh binary --with=bash-completion --with=systemd
11:10:39    dh_testroot
11:10:39    dh_prep
11:10:39    debian/rules override_dh_auto_install
11:10:39 make[1]: Entering directory '/root/build-deb'
11:10:39 # docker-ce-cli install
11:10:39 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
11:10:39 install -D -m 0644 /go/src/github.com/docker/cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
11:10:39 install -D -m 0755 /go/src/github.com/docker/cli/build/docker debian/docker-ce-cli/usr/bin/docker
11:10:39 set -e;cd /sources && \
11:10:39 	tar xzf plugin-installers.tgz; \
11:10:39 	for installer in plugins/*.installer; do \
11:10:39 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
11:10:39 		PREFIX=/usr/libexec/docker/cli-plugins \
11:10:39 			bash ${installer} install_plugin; \
11:10:39 	done
11:10:39 # docker-ce install
11:10:39 install -D -m 0644 /sources/docker.service debian/docker-ce/lib/systemd/system/docker.service
11:10:39 install -D -m 0644 /sources/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
11:10:39 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20220804091928-715cfc4 debian/docker-ce/usr/bin/dockerd
11:10:39 install -D -m 0755 /usr/local/bin/docker-proxy debian/docker-ce/usr/bin/docker-proxy
11:10:39 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
11:10:39 # docker-compose-plugin install
11:10:39 install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-compose debian/docker-compose-plugin/usr/libexec/docker/cli-plugins/docker-compose
11:10:39 # docker-scan-plugin install
11:10:39 # TODO change once we support scan-plugin on other architectures
11:10:39 if [ "amd64" = "amd64" ]; then \
11:10:39 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
11:10:39 fi
11:10:39 # docker-ce-rootless-extras install
11:10:39 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
11:10:39 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
11:10:39 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
11:10:39 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
11:10:39 # TODO: how can we install vpnkit?
11:10:39 make[1]: Leaving directory '/root/build-deb'
11:10:39    debian/rules override_dh_install
11:10:39 make[1]: Entering directory '/root/build-deb'
11:10:39 dh_install
11:10:39 # TODO Can we do this from within our container?
11:10:39 dh_apparmor --profile-name=docker-ce -pdocker-ce
11:10:39 make[1]: Leaving directory '/root/build-deb'
11:10:39    dh_installdocs
11:10:39    dh_installchangelogs
11:10:39    dh_installman
11:10:39    dh_bash-completion
11:10:39    dh_systemd_enable
11:10:39    debian/rules override_dh_installinit
11:10:39 make[1]: Entering directory '/root/build-deb'
11:10:39 # use "docker" as our service name, not "docker-ce"
11:10:39 dh_installinit --name=docker
11:10:39 make[1]: Leaving directory '/root/build-deb'
11:10:39    dh_systemd_start
11:10:39    dh_perl
11:10:39    dh_link
11:10:39    dh_strip_nondeterminism
11:10:40    dh_compress
11:10:40    dh_fixperms
11:10:40    dh_missing
11:10:40    debian/rules override_dh_strip
11:10:40 make[1]: Entering directory '/root/build-deb'
11:10:40 # Go has lots of problems with stripping, so just don't
11:10:40 make[1]: Leaving directory '/root/build-deb'
11:10:40    dh_makeshlibs
11:10:40    debian/rules override_dh_shlibdeps
11:10:40 make[1]: Entering directory '/root/build-deb'
11:10:40 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
11:10:52 dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/docker-ce-cli/usr/libexec/docker/cli-plugins/docker-buildx was not linked against libpthread.so.0 (it uses none of the library's symbols)
11:10:52 make[1]: Leaving directory '/root/build-deb'
11:10:52    dh_installdeb
11:10:52    debian/rules override_dh_gencontrol
11:10:52 make[1]: Entering directory '/root/build-deb'
11:10:52 # Use separate version for the compose-plugin package, then generate the other control files as usual
11:10:52 # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name)
11:10:52 dh_gencontrol -pdocker-compose-plugin -- -v${COMPOSE_VERSION#v}~${DISTRO}-${SUITE}
11:10:52 # Use separate version for the scan-plugin package, then generate the other control files as usual
11:10:52 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
11:10:52 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
11:10:52 if [ "amd64" = "amd64" ]; then \
11:10:52 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
11:10:52 fi
11:10:52 dh_gencontrol --remaining-packages
11:10:52 make[1]: Leaving directory '/root/build-deb'
11:10:52    dh_md5sums
11:10:53    debian/rules override_dh_builddeb
11:10:53 make[1]: Entering directory '/root/build-deb'
11:10:53 dh_builddeb -- -Zxz
11:10:53 dpkg-deb: building package 'docker-compose-plugin' in '../docker-compose-plugin_2.7.0~ubuntu-jammy_amd64.deb'.
11:10:53 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.deb'.
11:11:22 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.17.0~ubuntu-jammy_amd64.deb'.
11:11:40 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.deb'.
11:12:36 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.deb'.
11:12:36 make[1]: Leaving directory '/root/build-deb'
11:12:36  dpkg-genbuildinfo -O../docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.buildinfo
11:12:37  dpkg-genchanges -O../docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.changes
11:12:38 dpkg-genchanges: info: including full source code in upload
11:12:38  dpkg-source -I.git --after-build .
11:12:38 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
11:12:38 + destination=/build
11:12:38 + mkdir -p /build
11:12:38 + mv -v /root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.deb /root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy.dsc /root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy.tar.gz /root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.buildinfo /root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.changes /root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.deb /root/docker-compose-plugin_2.7.0~ubuntu-jammy_amd64.deb /root/docker-scan-plugin_0.17.0~ubuntu-jammy_amd64.deb /build
11:12:38 copied '/root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.deb'
11:12:38 removed '/root/docker-ce-cli_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.deb'
11:12:38 copied '/root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.deb'
11:12:38 removed '/root/docker-ce-rootless-extras_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.deb'
11:12:38 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy.dsc' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy.dsc'
11:12:38 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy.dsc'
11:12:38 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy.tar.gz' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy.tar.gz'
11:12:38 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy.tar.gz'
11:12:38 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.buildinfo'
11:12:38 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.buildinfo'
11:12:38 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.changes' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.changes'
11:12:38 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.changes'
11:12:38 copied '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.deb' -> '/build/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.deb'
11:12:38 removed '/root/docker-ce_0.0.0-20220804091928-715cfc4-0~ubuntu-jammy_amd64.deb'
11:12:38 copied '/root/docker-compose-plugin_2.7.0~ubuntu-jammy_amd64.deb' -> '/build/docker-compose-plugin_2.7.0~ubuntu-jammy_amd64.deb'
11:12:38 removed '/root/docker-compose-plugin_2.7.0~ubuntu-jammy_amd64.deb'
11:12:38 copied '/root/docker-scan-plugin_0.17.0~ubuntu-jammy_amd64.deb' -> '/build/docker-scan-plugin_0.17.0~ubuntu-jammy_amd64.deb'
11:12:38 removed '/root/docker-scan-plugin_0.17.0~ubuntu-jammy_amd64.deb'
11:12:44 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_20.10/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-jammy"
11:12:44 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_20.10/deb'