Skip to content
Success

Console Output

Branch indexing
16:32:03 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Connecting to https://api.github.com to check permissions of obtain list of AkihiroSuda for docker/docker-ce-packaging
Loading trusted files from base branch master at bdb0c6945988772ad6c255f9344b7f7592d9ce55 rather than 4f4b9d6a990bb69dae4252995240d32541d7463e
Obtained Jenkinsfile from bdb0c6945988772ad6c255f9344b7f7592d9ce55
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
The recommended git tool is: NONE
using credential jps-reader
 > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/docker-ce-packaging_PR-572@libs/jps/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
 > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] parallel
[Pipeline] { (Branch: deb)
[Pipeline] { (Branch: raspbian)
[Pipeline] { (Branch: rpm)
[Pipeline] { (Branch: static-cross)
[Pipeline] stage
[Pipeline] { (Ubuntu and Debian Package)
[Pipeline] stage
[Pipeline] { (Raspbian)
[Pipeline] stage
[Pipeline] { (Centos 7 and 8 RPM Packages)
[Pipeline] stage
[Pipeline] { (Static Linux Binaries)
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘ubuntu-2004&&x86_64’ are offline
Still waiting to schedule task
Still waiting to schedule task
All nodes of label ‘ubuntu&&armhf’ are offline
All nodes of label ‘ubuntu-2004&&x86_64’ are offline
Still waiting to schedule task
All nodes of label ‘ubuntu-2004&&x86_64’ are offline
Running on EC2 (managed-agents) - ubuntu-1804-overlay2-arm32v7 (i-0118a4e1a3d98f815) in /home/ubuntu/workspace/docker-ce-packaging_PR-572
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-572@tmp/5f92f604-e020-4cca-98b9-9fcd9d3e3969/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
16:33:19 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:33:19 chowning workspace
[Pipeline] sh
16:33:20 + pwd
16:33:20 + id -u
16:33:20 + id -g
16:33:20 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572:/workspace busybox chown -R 1000:1000 /workspace
16:33:20 Unable to find image 'busybox:latest' locally
16:33:20 latest: Pulling from library/busybox
16:33:20 f343e8b194b7: Pulling fs layer
16:33:20 f343e8b194b7: Download complete
16:33:20 f343e8b194b7: Pull complete
16:33:21 Digest: sha256:52f73a0a43a16cf37cd0720c90887ce972fe60ee06a687ee71fb93a7ca601df7
16:33:21 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
16:33:23 Removing all docker containers
[Pipeline] sh
16:33:23 + docker container ls -aq
[Pipeline] echo
16:33:23 Docker containers have been removed
[Pipeline] echo
16:33:23 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:33:23 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
16:33:23 The recommended git tool is: git
16:33:29 using credential docker-jenkins-github-credentials
16:33:29 Cloning the remote Git repository
16:33:29 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-572 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.17.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/572/head:refs/remotes/origin/PR-572 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:33:32 Fetching without tags
16:33:32 Merging remotes/origin/master commit bdb0c6945988772ad6c255f9344b7f7592d9ce55 into PR head commit 4f4b9d6a990bb69dae4252995240d32541d7463e
16:33:32 Merge succeeded, producing 1326a1f45f8bafc66358de13e023c72679bdedf0
16:33:32 Checking out Revision 1326a1f45f8bafc66358de13e023c72679bdedf0 (PR-572)
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/572/head:refs/remotes/origin/PR-572 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/572/head:refs/remotes/origin/PR-572 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f4b9d6a990bb69dae4252995240d32541d7463e # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge bdb0c6945988772ad6c255f9344b7f7592d9ce55 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1326a1f45f8bafc66358de13e023c72679bdedf0 # timeout=10
16:33:39 Commit message: "Merge commit 'bdb0c6945988772ad6c255f9344b7f7592d9ce55' into HEAD"
16:33:39 First time build. Skipping changelog.
 > git rev-list --no-walk f70b68e9614668a0c33a9b0a3736a9572879e70c # timeout=10
[Pipeline] sh
16:33:40 + make REF=master checkout
16:33:40 git init src/github.com/docker/cli
16:33:40 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli/.git/
16:33:40 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
16:33:40 ./scripts/checkout.sh src/github.com/docker/cli "master"
16:33:40 + SRC=src/github.com/docker/cli
16:33:40 + REF=master
16:33:40 + REF_FETCH=master
16:33:40 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
16:33:40 + awk {print $2}
16:33:40 + REF=refs/heads/master
16:33:40 + [ -n refs/heads/master ]
16:33:40 + REF_FETCH=refs/heads/master:refs/heads/master
16:33:40 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
16:33:42 From https://github.com/docker/cli
16:33:42  * [new branch]      master     -> master
16:33:42  * [new branch]      master     -> origin/master
16:33:42 + git -C src/github.com/docker/cli checkout -q refs/heads/master
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-09a9116042f3bdeb1) in /home/ubuntu/workspace/docker-ce-packaging_PR-572
[Pipeline] {
[Pipeline] withDockerRegistry
16:33:43 git init src/github.com/docker/docker
16:33:43 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker/.git/
16:33:43 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
16:33:43 ./scripts/checkout.sh src/github.com/docker/docker "master"
16:33:43 + SRC=src/github.com/docker/docker
16:33:43 + REF=master
16:33:43 + REF_FETCH=master
16:33:43 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
16:33:43 + awk {print $2}
16:33:43 + REF=refs/heads/master
16:33:43 + [ -n refs/heads/master ]
16:33:43 + REF_FETCH=refs/heads/master:refs/heads/master
16:33:43 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0e5b9dbced0cd2dec) in /home/ubuntu/workspace/docker-ce-packaging_PR-572
[Pipeline] {
[Pipeline] withDockerRegistry
Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0c951013aa6149d72) in /home/ubuntu/workspace/docker-ce-packaging_PR-572
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
16:33:46 From https://github.com/docker/docker
16:33:46  * [new branch]      master     -> master
16:33:46  * [new branch]      master     -> origin/master
16:33:46 + git -C src/github.com/docker/docker checkout -q refs/heads/master
16:33:47 git init src/github.com/docker/scan-cli-plugin
16:33:47 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/scan-cli-plugin/.git/
16:33:47 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
16:33:47 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
16:33:47 + SRC=src/github.com/docker/scan-cli-plugin
16:33:47 + REF=v0.8.0
16:33:47 + REF_FETCH=v0.8.0
16:33:47 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
16:33:47 + awk {print $2}
16:33:47 + REF=refs/tags/v0.8.0
16:33:47 + [ -n refs/tags/v0.8.0 ]
16:33:47 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
16:33:47 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.8.0:refs/tags/v0.8.0
16:33:47 From https://github.com/docker/scan-cli-plugin
16:33:47  * [new tag]         v0.8.0     -> v0.8.0
16:33:47 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
[Pipeline] sh
16:33:48 + make -C deb raspbian-buster raspbian-bullseye
16:33:48 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
16:33:48 mkdir -p sources
16:33:48 docker run --rm -w /v \
16:33:48 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli:/cli \
16:33:48 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/sources:/v \
16:33:48 	alpine \
16:33:48 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
16:33:48 Unable to find image 'alpine:latest' locally
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
16:33:48 latest: Pulling from library/alpine
16:33:49 a14774a5a62e: Pulling fs layer
16:33:49 a14774a5a62e: Verifying Checksum
16:33:49 a14774a5a62e: Download complete
16:33:49 a14774a5a62e: Pull complete
16:33:49 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
16:33:49 Status: Downloaded newer image for alpine:latest
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-572@tmp/77326e06-c362-4bd0-90af-d153c359be85/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
16:33:50 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:33:50 chowning workspace
[Pipeline] sh
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-572@tmp/c0174c0d-7161-4a13-842e-fb93ab44bbef/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/docker-ce-packaging_PR-572@tmp/79f353ce-2416-41fd-8f57-fb7e34dc0920/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] wrap
[Pipeline] {
[Pipeline] {
[Pipeline] echo
16:33:54 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:33:54 chowning workspace
[Pipeline] sh
16:33:54 + pwd
16:33:54 + id -u
16:33:54 + id -g
16:33:54 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572:/workspace busybox chown -R 1000:1000 /workspace
16:33:54 Unable to find image 'busybox:latest' locally
16:33:54 latest: Pulling from library/busybox
16:33:54 24fb2886d6f6: Pulling fs layer
16:33:54 24fb2886d6f6: Verifying Checksum
16:33:54 24fb2886d6f6: Download complete
16:33:55 24fb2886d6f6: Pull complete
16:33:55 Digest: sha256:52f73a0a43a16cf37cd0720c90887ce972fe60ee06a687ee71fb93a7ca601df7
16:33:55 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
16:33:57 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
16:33:57 chowning workspace
[Pipeline] sh
16:33:57 + pwd
16:33:57 + id -u
16:33:57 + id -g
16:33:57 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572:/workspace busybox chown -R 1000:1000 /workspace
16:33:57 Unable to find image 'busybox:latest' locally
16:33:57 latest: Pulling from library/busybox
16:33:57 24fb2886d6f6: Pulling fs layer
16:33:57 24fb2886d6f6: Download complete
16:33:57 24fb2886d6f6: Pull complete
16:33:57 Digest: sha256:52f73a0a43a16cf37cd0720c90887ce972fe60ee06a687ee71fb93a7ca601df7
16:33:57 Status: Downloaded newer image for busybox:latest
16:33:59 mkdir -p sources
16:33:59 docker run --rm -w /v \
16:33:59 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker:/engine \
16:33:59 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/sources:/v \
16:33:59 	alpine \
16:33:59 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
[Pipeline] echo
16:34:00 Removing all docker containers
[Pipeline] sh
[Pipeline] echo
16:34:00 Removing all docker containers
[Pipeline] sh
16:34:01 + docker container ls -aq
16:34:01 + docker container ls -aq
[Pipeline] echo
16:34:01 Docker containers have been removed
[Pipeline] echo
16:34:01 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:34:01 Docker containers have been removed
[Pipeline] echo
16:34:01 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:34:01 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
[Pipeline] echo
16:34:01 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
16:34:01 The recommended git tool is: git
16:34:01 The recommended git tool is: git
16:34:01 + pwd
16:34:01 + id -u
16:34:01 + id -g
16:34:01 + docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572:/workspace busybox chown -R 1000:1000 /workspace
16:34:01 Unable to find image 'busybox:latest' locally
16:34:01 latest: Pulling from library/busybox
16:34:01 24fb2886d6f6: Pulling fs layer
16:34:01 24fb2886d6f6: Verifying Checksum
16:34:01 24fb2886d6f6: Download complete
16:34:01 24fb2886d6f6: Pull complete
16:34:01 Digest: sha256:52f73a0a43a16cf37cd0720c90887ce972fe60ee06a687ee71fb93a7ca601df7
16:34:01 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
16:34:03 Removing all docker containers
[Pipeline] sh
16:34:03 + docker container ls -aq
[Pipeline] echo
16:34:03 Docker containers have been removed
[Pipeline] echo
16:34:03 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
16:34:04 cleanWorkspace: Workspace is clean.
[Pipeline] checkout
16:34:04 The recommended git tool is: git
16:34:05 mkdir -p sources
16:34:05 docker run --rm -w /v \
16:34:05 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
16:34:05 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/sources:/v \
16:34:05 	alpine \
16:34:05 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
16:34:05 docker run --rm -w /v \
16:34:05 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/plugins:/plugins \
16:34:05 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/sources:/v \
16:34:05 	alpine \
16:34:05 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
16:34:07 == Building packages for raspbian-buster ==
16:34:07 mkdir -p "debbuild/raspbian-buster"
16:34:07 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.8-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-buster/aarch64 -f raspbian-buster/Dockerfile .
16:34:07 #1 [internal] load build definition from Dockerfile
16:34:07 #1 sha256:e06511c6d8dd46b58da19c941c8cb9edd32ed4c8b97d97a9e1d998c1560fdbc9
16:34:07 #1 transferring dockerfile: 935B done
16:34:07 #1 DONE 0.2s
16:34:07 
16:34:07 #2 [internal] load .dockerignore
16:34:07 #2 sha256:35c23986d888ec8c31c6efc339fecbf7fe483e2876a5d63dc87c877b28b3c620
16:34:07 #2 transferring context:
16:34:07 #2 transferring context: 2B done
16:34:07 #2 DONE 0.0s
16:34:07 
16:34:07 #4 [internal] load metadata for docker.io/library/golang:1.16.8-buster
16:34:07 #4 sha256:aba07c6334d1855a807d623c97b70962d9b2d5ae17caddb2900800585f9aeae6
16:34:08 #4 ...
16:34:08 
16:34:08 #5 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
16:34:08 #5 sha256:e10a98aaa93dcf7275d7a4318df8a4fb3b5a0c8789f9c932ede40ced1b050e23
16:34:08 #5 DONE 0.0s
16:34:08 
16:34:08 #6 [auth] library/golang:pull token for registry-1.docker.io
16:34:08 #6 sha256:ff2da38248fcb21ea01219e30711aaf87f1deee1a9c34af77109992da8ea8334
16:34:08 #6 DONE 0.0s
16:34:08 
16:34:08 #3 [internal] load metadata for docker.io/balenalib/rpi-raspbian:buster
16:34:08 #3 sha256:27d889f59b8b6db4a47aae0ffadbf142048b8a10d8ca072aac162cc67bd1afab
16:34:08 #3 DONE 0.5s
16:34:08 
16:34:08 #4 [internal] load metadata for docker.io/library/golang:1.16.8-buster
16:34:08 #4 sha256:aba07c6334d1855a807d623c97b70962d9b2d5ae17caddb2900800585f9aeae6
16:34:08 #4 DONE 0.5s
16:34:08 
16:34:08 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:061282a45e9f61d7e61b4585d850995c23f511fa03c51a31a76790ecc4966f45
16:34:08 #7 sha256:6335d3908dc743e5c34cb218f3295a6c29fcbdf3cbec1f6e2af25740e5a87513
16:34:08 #7 resolve docker.io/balenalib/rpi-raspbian:buster@sha256:061282a45e9f61d7e61b4585d850995c23f511fa03c51a31a76790ecc4966f45 0.0s done
16:34:08 #7 sha256:fc54b2aa32d8babf9c7b00eb7b533bb9d60f97c3433305d42ee400fa4658b6d6 5.00kB / 5.00kB done
16:34:08 #7 sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b 0B / 38.39MB 0.0s
16:34:08 #7 sha256:061282a45e9f61d7e61b4585d850995c23f511fa03c51a31a76790ecc4966f45 1.99kB / 1.99kB done
16:34:08 #7 sha256:37682fd2672285ae1319fd3bf383000581c76c40f54a4b4d9ef0bb02f1c06e15 0B / 256B 0.0s
16:34:08 #7 sha256:37682fd2672285ae1319fd3bf383000581c76c40f54a4b4d9ef0bb02f1c06e15 256B / 256B 0.1s done
16:34:08 #7 sha256:bae3e9fab1335a2ea927b4f81b40452bf6c8bf74e3a0948fb0dc047dda64fcb6 0B / 304B 0.1s
16:34:08 #7 sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b 2.10MB / 38.39MB 0.3s
16:34:08 #7 sha256:bae3e9fab1335a2ea927b4f81b40452bf6c8bf74e3a0948fb0dc047dda64fcb6 304B / 304B 0.2s done
16:34:08 #7 sha256:3bc57f7d286cbb9252ea572c379016b6833397d529a05387ad31267b8aa3deaf 911B / 911B 0.2s done
16:34:08 #7 sha256:9431a97cc2c78bf67c91279d2604cf6e88f0d89506464a7a447348a512409d9f 177B / 177B 0.3s
16:34:08 #7 sha256:ce3f313c6837b29a3521ecc91b2ec66c651a7980c718f8d42d5d79c5074f604f 414B / 414B 0.3s done
16:34:08 #7 sha256:38e1ec94b4c274f374430dc59e79de1bef2d73d8ddbddf0578635a44765b1436 0B / 15.43MB 0.3s
16:34:08 #7 sha256:9431a97cc2c78bf67c91279d2604cf6e88f0d89506464a7a447348a512409d9f 177B / 177B 0.3s done
16:34:08 #7 sha256:06cacb6def9c06f4697cb2f570d081f70f41b35bcbf5c45b8ad347e3be105f2b 0B / 130.58kB 0.4s
16:34:09 #7 sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b 5.24MB / 38.39MB 0.5s
16:34:09 #7 sha256:38e1ec94b4c274f374430dc59e79de1bef2d73d8ddbddf0578635a44765b1436 2.10MB / 15.43MB 0.5s
16:34:09 #7 sha256:06cacb6def9c06f4697cb2f570d081f70f41b35bcbf5c45b8ad347e3be105f2b 130.58kB / 130.58kB 0.5s done
16:34:09 #7 sha256:38e1ec94b4c274f374430dc59e79de1bef2d73d8ddbddf0578635a44765b1436 3.15MB / 15.43MB 0.6s
16:34:09 #7 ...
16:34:09 
16:34:09 #9 [internal] load build context
16:34:09 #9 sha256:e70a87d2ecacada1bcb9b929a9394f8251a539b673f84aa5260dfe41716d9d26
16:34:09 #9 transferring context: 20.18MB 0.9s done
16:34:09 #9 DONE 0.9s
16:34:09 
16:34:09 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:061282a45e9f61d7e61b4585d850995c23f511fa03c51a31a76790ecc4966f45
16:34:09 #7 sha256:6335d3908dc743e5c34cb218f3295a6c29fcbdf3cbec1f6e2af25740e5a87513
16:34:09 #7 sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b 8.39MB / 38.39MB 0.8s
16:34:09 #7 sha256:38e1ec94b4c274f374430dc59e79de1bef2d73d8ddbddf0578635a44765b1436 5.24MB / 15.43MB 0.8s
16:34:09 #7 sha256:38e1ec94b4c274f374430dc59e79de1bef2d73d8ddbddf0578635a44765b1436 6.29MB / 15.43MB 0.9s
16:34:09 #7 sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b 12.58MB / 38.39MB 1.1s
16:34:09 #7 sha256:38e1ec94b4c274f374430dc59e79de1bef2d73d8ddbddf0578635a44765b1436 9.44MB / 15.43MB 1.1s
16:34:09 #7 sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b 14.68MB / 38.39MB 1.2s
16:34:09 #7 sha256:38e1ec94b4c274f374430dc59e79de1bef2d73d8ddbddf0578635a44765b1436 11.53MB / 15.43MB 1.2s
16:34:10 #7 sha256:38e1ec94b4c274f374430dc59e79de1bef2d73d8ddbddf0578635a44765b1436 12.58MB / 15.43MB 1.3s
16:34:10 #7 sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b 18.95MB / 38.39MB 1.5s
16:34:10 #7 sha256:38e1ec94b4c274f374430dc59e79de1bef2d73d8ddbddf0578635a44765b1436 15.43MB / 15.43MB 1.5s
16:34:10 #7 sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b 20.97MB / 38.39MB 1.6s
16:34:10 #7 sha256:38e1ec94b4c274f374430dc59e79de1bef2d73d8ddbddf0578635a44765b1436 15.43MB / 15.43MB 1.6s done
16:34:10 #7 sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b 23.07MB / 38.39MB 1.7s
16:34:10 #7 sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b 26.21MB / 38.39MB 1.9s
16:34:10 #7 sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b 29.36MB / 38.39MB 2.1s
16:34:10 #7 sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b 32.51MB / 38.39MB 2.3s
16:34:11 #7 sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b 35.65MB / 38.39MB 2.5s
16:34:11 #7 sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b 38.39MB / 38.39MB 2.7s
16:34:11 #7 sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b 38.39MB / 38.39MB 3.0s done
16:34:11 #7 extracting sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b
16:34:12 using credential docker-jenkins-github-credentials
16:34:12 Cloning the remote Git repository
16:34:12 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-572 # timeout=10
16:34:15 Fetching without tags
16:34:15 Merging remotes/origin/master commit bdb0c6945988772ad6c255f9344b7f7592d9ce55 into PR head commit 4f4b9d6a990bb69dae4252995240d32541d7463e
16:34:16 #7 ...
16:34:16 
16:34:16 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:16 #13 sha256:95c9691afd60ae95a517e039bc9437c4ee53e5694d1b9fb22d4e235c8c01240c
16:34:16 #13 resolve docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4 0.1s done
16:34:16 #13 sha256:27ccda2bf9c881a67ab8ba0f4ff5144fe89158267537730bba96ce8b245e1754 1.79kB / 1.79kB done
16:34:16 #13 sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4 1.86kB / 1.86kB done
16:34:16 #13 sha256:6862346532f8e4f3160e4eeb9ddd6b3ec74f36b232116f7e5fdea1f62ea39361 6.97kB / 6.97kB done
16:34:16 #13 sha256:31da451bd6969464c4b47947ee26596591a377c63a0e72516d2f30ee57e2b208 45.92MB / 45.92MB 4.8s done
16:34:16 #13 sha256:7b87adc3bfcca5fb7687b4659aa5234d7129c257bee13db9fc2023182221c8f9 7.12MB / 7.12MB 2.4s done
16:34:16 #13 sha256:839b23a1c23903dc0f3dd12042eba74f3c52eb0f7f6bcccb387bc1a9fd6a7e94 9.34MB / 9.34MB 3.1s done
16:34:16 #13 sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 42.99MB / 47.36MB 7.8s
16:34:16 #13 sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 40.89MB / 53.22MB 7.8s
16:34:16 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 23.07MB / 100.28MB 7.8s
16:34:16 #13 extracting sha256:31da451bd6969464c4b47947ee26596591a377c63a0e72516d2f30ee57e2b208 2.6s
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/572/head:refs/remotes/origin/PR-572 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/572/head:refs/remotes/origin/PR-572 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/572/head:refs/remotes/origin/PR-572 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f4b9d6a990bb69dae4252995240d32541d7463e # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge bdb0c6945988772ad6c255f9344b7f7592d9ce55 # timeout=10
16:34:16 #13 sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 44.04MB / 53.22MB 8.1s
16:34:16 Merge succeeded, producing 334b057c9b9122ebd26dd867cff983ef0b09712a
16:34:16 Checking out Revision 334b057c9b9122ebd26dd867cff983ef0b09712a (PR-572)
16:34:16 #13 sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 46.14MB / 47.36MB 8.2s
16:34:16 #13 ...
16:34:16 
16:34:16 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:061282a45e9f61d7e61b4585d850995c23f511fa03c51a31a76790ecc4966f45
16:34:16 #7 sha256:6335d3908dc743e5c34cb218f3295a6c29fcbdf3cbec1f6e2af25740e5a87513
16:34:16 #7 extracting sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b 5.1s
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 334b057c9b9122ebd26dd867cff983ef0b09712a # timeout=10
16:34:18 using credential docker-jenkins-github-credentials
16:34:18 Cloning the remote Git repository
16:34:18 Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/docker-ce-packaging.git
16:34:20 #7 extracting sha256:cb22608822be374e4a370e126cfb41c51e477ddafc1c470e4c7459dc456f4b3b 8.1s done
16:34:20 #7 extracting sha256:bae3e9fab1335a2ea927b4f81b40452bf6c8bf74e3a0948fb0dc047dda64fcb6 0.0s done
16:34:20 using credential docker-jenkins-github-credentials
16:34:20 Cloning the remote Git repository
16:34:20 Cloning with configured refspecs honoured and without tags
16:34:20 #7 extracting sha256:37682fd2672285ae1319fd3bf383000581c76c40f54a4b4d9ef0bb02f1c06e15 0.0s done
16:34:20 #7 extracting sha256:3bc57f7d286cbb9252ea572c379016b6833397d529a05387ad31267b8aa3deaf done
16:34:21 Fetching without tags
16:34:21 Merging remotes/origin/master commit bdb0c6945988772ad6c255f9344b7f7592d9ce55 into PR head commit 4f4b9d6a990bb69dae4252995240d32541d7463e
16:34:21 #7 extracting sha256:9431a97cc2c78bf67c91279d2604cf6e88f0d89506464a7a447348a512409d9f 0.0s done
16:34:21 #7 extracting sha256:ce3f313c6837b29a3521ecc91b2ec66c651a7980c718f8d42d5d79c5074f604f done
16:34:21 Merge succeeded, producing d538a4f9cca1bed35d7aba74a875150c084aa527
16:34:21 Checking out Revision d538a4f9cca1bed35d7aba74a875150c084aa527 (PR-572)
Cloning repository https://github.com/docker/docker-ce-packaging.git
16:34:21 #7 extracting sha256:38e1ec94b4c274f374430dc59e79de1bef2d73d8ddbddf0578635a44765b1436
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-572 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/572/head:refs/remotes/origin/PR-572 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/572/head:refs/remotes/origin/PR-572 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/572/head:refs/remotes/origin/PR-572 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f4b9d6a990bb69dae4252995240d32541d7463e # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge bdb0c6945988772ad6c255f9344b7f7592d9ce55 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f d538a4f9cca1bed35d7aba74a875150c084aa527 # timeout=10
16:34:22 Commit message: "Merge commit 'bdb0c6945988772ad6c255f9344b7f7592d9ce55' into HEAD"
16:34:22 First time build. Skipping changelog.
[Pipeline] sh
16:34:23 Fetching without tags
16:34:23 #7 extracting sha256:38e1ec94b4c274f374430dc59e79de1bef2d73d8ddbddf0578635a44765b1436 1.4s done
16:34:23 Merging remotes/origin/master commit bdb0c6945988772ad6c255f9344b7f7592d9ce55 into PR head commit 4f4b9d6a990bb69dae4252995240d32541d7463e
16:34:23 + make REF=master checkout
16:34:23 git init src/github.com/docker/cli
16:34:23 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli/.git/
16:34:23 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
16:34:23 ./scripts/checkout.sh src/github.com/docker/cli "master"
16:34:23 + SRC=src/github.com/docker/cli
16:34:23 + REF=master
16:34:23 + REF_FETCH=master
16:34:23 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
16:34:23 + awk {print $2}
16:34:23 + REF=refs/heads/master
16:34:23 + [ -n refs/heads/master ]
16:34:23 + REF_FETCH=refs/heads/master:refs/heads/master
16:34:23 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
 > git init /home/ubuntu/workspace/docker-ce-packaging_PR-572 # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/572/head:refs/remotes/origin/PR-572 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/572/head:refs/remotes/origin/PR-572 # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/docker-ce-packaging.git # timeout=10
Fetching upstream changes from https://github.com/docker/docker-ce-packaging.git
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git fetch --no-tags --force --progress -- https://github.com/docker/docker-ce-packaging.git +refs/pull/572/head:refs/remotes/origin/PR-572 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4f4b9d6a990bb69dae4252995240d32541d7463e # timeout=10
16:34:23 Merge succeeded, producing 124f9fec508f90f43ffa600ab940b5db1d7cc52a
16:34:23 Checking out Revision 124f9fec508f90f43ffa600ab940b5db1d7cc52a (PR-572)
16:34:23 #7 extracting sha256:06cacb6def9c06f4697cb2f570d081f70f41b35bcbf5c45b8ad347e3be105f2b 0.0s done
16:34:23 #7 ...
16:34:23 
16:34:23 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:23 #13 sha256:95c9691afd60ae95a517e039bc9437c4ee53e5694d1b9fb22d4e235c8c01240c
16:34:23 #13 sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 47.36MB / 47.36MB 8.6s done
16:34:23 #13 sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 53.22MB / 53.22MB 9.6s done
16:34:23 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 99.61MB / 100.28MB 14.9s
16:34:23 #13 extracting sha256:31da451bd6969464c4b47947ee26596591a377c63a0e72516d2f30ee57e2b208 8.8s done
16:34:23 #13 sha256:1a16c09120356a9d4f790aa82a738fb5a40377c834a63c5051cb05fef24c848c 156B / 156B 8.8s done
16:34:23 #13 extracting sha256:7b87adc3bfcca5fb7687b4659aa5234d7129c257bee13db9fc2023182221c8f9 0.4s
 > git rev-list --no-walk f70b68e9614668a0c33a9b0a3736a9572879e70c # timeout=10
16:34:23 #13 extracting sha256:7b87adc3bfcca5fb7687b4659aa5234d7129c257bee13db9fc2023182221c8f9 0.8s done
16:34:24 #13 sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 100.28MB / 100.28MB 15.7s done
16:34:24 #13 extracting sha256:839b23a1c23903dc0f3dd12042eba74f3c52eb0f7f6bcccb387bc1a9fd6a7e94 0.1s
16:34:24 #13 ...
16:34:24 
16:34:24 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:buster@sha256:061282a45e9f61d7e61b4585d850995c23f511fa03c51a31a76790ecc4966f45
16:34:24 #7 sha256:6335d3908dc743e5c34cb218f3295a6c29fcbdf3cbec1f6e2af25740e5a87513
16:34:24 #7 DONE 16.2s
16:34:24 
16:34:24 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:24 #13 sha256:95c9691afd60ae95a517e039bc9437c4ee53e5694d1b9fb22d4e235c8c01240c
16:34:24 #13 ...
16:34:24 
16:34:24 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
16:34:24 #8 sha256:35212f0ca54745bc77692b6221b37fc4d52309e3466957c7b949297d87e3002a
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
 > git merge bdb0c6945988772ad6c255f9344b7f7592d9ce55 # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 124f9fec508f90f43ffa600ab940b5db1d7cc52a # timeout=10
16:34:25 From https://github.com/docker/cli
16:34:25  * [new branch]      master     -> master
16:34:25  * [new branch]      master     -> origin/master
16:34:25 + git -C src/github.com/docker/cli checkout -q refs/heads/master
16:34:25 git init src/github.com/docker/docker
16:34:25 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker/.git/
16:34:25 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
16:34:25 ./scripts/checkout.sh src/github.com/docker/docker "master"
16:34:25 + SRC=src/github.com/docker/docker
16:34:25 + REF=master
16:34:25 + REF_FETCH=master
16:34:25 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
16:34:25 + awk {print $2}
16:34:25 + REF=refs/heads/master
16:34:25 + [ -n refs/heads/master ]
16:34:25 + REF_FETCH=refs/heads/master:refs/heads/master
16:34:25 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
16:34:26 #8 1.291 Get:1 http://archive.raspberrypi.org/debian buster InRelease [32.7 kB]
16:34:26 #8 1.407 Get:2 http://archive.raspbian.org/raspbian buster InRelease [15.0 kB]
16:34:26 #8 1.717 Get:3 http://archive.raspberrypi.org/debian buster/main armhf Packages [393 kB]
16:34:26 #8 1.961 Get:4 http://archive.raspbian.org/raspbian buster/rpi armhf Packages [1299 B]
16:34:26 #8 2.079 Get:5 http://archive.raspbian.org/raspbian buster/non-free armhf Packages [126 kB]
16:34:27 Commit message: "Merge commit 'bdb0c6945988772ad6c255f9344b7f7592d9ce55' into HEAD"
16:34:27 First time build. Skipping changelog.
16:34:27 #8 2.335 Get:6 http://archive.raspbian.org/raspbian buster/firmware armhf Packages [1201 B]
16:34:27 #8 2.335 Get:7 http://archive.raspbian.org/raspbian buster/contrib armhf Packages [68.6 kB]
16:34:27 #8 2.335 Get:8 http://archive.raspbian.org/raspbian buster/main armhf Packages [18.3 MB]
[Pipeline] sh
16:34:27 + make REF=master checkout
16:34:27 git init src/github.com/docker/cli
16:34:27 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli/.git/
16:34:27 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
16:34:27 ./scripts/checkout.sh src/github.com/docker/cli "master"
16:34:27 + SRC=src/github.com/docker/cli
16:34:27 + REF=master
16:34:27 + REF_FETCH=master
16:34:27 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
16:34:27 + awk {print $2}
16:34:27 + REF=refs/heads/master
16:34:27 + [ -n refs/heads/master ]
16:34:27 + REF_FETCH=refs/heads/master:refs/heads/master
16:34:27 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
 > git rev-list --no-walk f70b68e9614668a0c33a9b0a3736a9572879e70c # timeout=10
16:34:28 Commit message: "Merge commit 'bdb0c6945988772ad6c255f9344b7f7592d9ce55' into HEAD"
16:34:28 First time build. Skipping changelog.
[Pipeline] sh
16:34:28 From https://github.com/docker/docker
16:34:28  * [new branch]      master     -> master
16:34:28  * [new branch]      master     -> origin/master
16:34:28 + git -C src/github.com/docker/docker checkout -q refs/heads/master
16:34:28 git init src/github.com/docker/scan-cli-plugin
16:34:28 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/scan-cli-plugin/.git/
16:34:28 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
16:34:28 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
16:34:28 + SRC=src/github.com/docker/scan-cli-plugin
16:34:28 + REF=v0.8.0
16:34:28 + REF_FETCH=v0.8.0
16:34:28 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
16:34:28 + awk {print $2}
16:34:28 + REF=refs/tags/v0.8.0
16:34:28 + [ -n refs/tags/v0.8.0 ]
16:34:28 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
16:34:28 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.8.0:refs/tags/v0.8.0
16:34:28 From https://github.com/docker/cli
16:34:28  * [new branch]      master     -> master
16:34:28  * [new branch]      master     -> origin/master
16:34:28 + git -C src/github.com/docker/cli checkout -q refs/heads/master
16:34:28 + make REF=master checkout
16:34:28 git init src/github.com/docker/cli
16:34:28 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli/.git/
16:34:28 git -C src/github.com/docker/cli remote add origin "https://github.com/docker/cli.git"
16:34:28 ./scripts/checkout.sh src/github.com/docker/cli "master"
16:34:28 + SRC=src/github.com/docker/cli
16:34:28 + REF=master
16:34:28 + REF_FETCH=master
16:34:28 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
16:34:28 + awk {print $2}
16:34:28 + REF=refs/heads/master
16:34:28 + [ -n refs/heads/master ]
16:34:28 + REF_FETCH=refs/heads/master:refs/heads/master
16:34:28 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
16:34:29 From https://github.com/docker/scan-cli-plugin
16:34:29  * [new tag]         v0.8.0     -> v0.8.0
16:34:29 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
[Pipeline] sh
16:34:29 git init src/github.com/docker/docker
16:34:29 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker/.git/
16:34:29 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
16:34:29 ./scripts/checkout.sh src/github.com/docker/docker "master"
16:34:29 + SRC=src/github.com/docker/docker
16:34:29 + REF=master
16:34:29 + REF_FETCH=master
16:34:29 + awk {print $2}
16:34:29 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
16:34:29 + REF=refs/heads/master
16:34:29 + [ -n refs/heads/master ]
16:34:29 + REF_FETCH=refs/heads/master:refs/heads/master
16:34:29 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
 > git rev-list --no-walk f70b68e9614668a0c33a9b0a3736a9572879e70c # timeout=10
16:34:29 + make -C deb ubuntu-focal ubuntu-hirsute debian-bullseye
16:34:29 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
16:34:29 mkdir -p sources
16:34:29 docker run --rm -w /v \
16:34:29 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli:/cli \
16:34:29 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/sources:/v \
16:34:29 	alpine \
16:34:29 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
16:34:29 Unable to find image 'alpine:latest' locally
16:34:29 latest: Pulling from library/alpine
16:34:29 a0d0a0d46f8b: Pulling fs layer
16:34:29 a0d0a0d46f8b: Verifying Checksum
16:34:29 a0d0a0d46f8b: Download complete
16:34:29 a0d0a0d46f8b: Pull complete
16:34:29 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
16:34:29 Status: Downloaded newer image for alpine:latest
16:34:29 From https://github.com/docker/cli
16:34:29  * [new branch]      master     -> master
16:34:29  * [new branch]      master     -> origin/master
16:34:29 + git -C src/github.com/docker/cli checkout -q refs/heads/master
16:34:30 git init src/github.com/docker/docker
16:34:30 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker/.git/
16:34:30 git -C src/github.com/docker/docker remote add origin "https://github.com/docker/docker.git"
16:34:30 ./scripts/checkout.sh src/github.com/docker/docker "master"
16:34:30 + SRC=src/github.com/docker/docker
16:34:30 + REF=master
16:34:30 + REF_FETCH=master
16:34:30 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
16:34:30 + awk {print $2}
16:34:30 + REF=refs/heads/master
16:34:30 + [ -n refs/heads/master ]
16:34:30 + REF_FETCH=refs/heads/master:refs/heads/master
16:34:30 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
16:34:30 #8 5.601 Fetched 18.9 MB in 5s (3978 kB/s)
16:34:30 #8 5.601 Reading package lists...
16:34:30 #8 ...
16:34:30 
16:34:30 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:30 #13 sha256:95c9691afd60ae95a517e039bc9437c4ee53e5694d1b9fb22d4e235c8c01240c
16:34:30 #13 extracting sha256:839b23a1c23903dc0f3dd12042eba74f3c52eb0f7f6bcccb387bc1a9fd6a7e94 0.6s done
16:34:30 #13 extracting sha256:33bdddceb233fa2c9e12d0ca171371ccf6ae0dbcbac996eceeb26801c852951b 4.9s done
16:34:30 #13 extracting sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 0.2s
16:34:31 From https://github.com/docker/docker
16:34:31  * [new branch]      master     -> master
16:34:31  * [new branch]      master     -> origin/master
16:34:31 + git -C src/github.com/docker/docker checkout -q refs/heads/master
16:34:31 From https://github.com/docker/docker
16:34:31  * [new branch]      master     -> master
16:34:31  * [new branch]      master     -> origin/master
16:34:31 + git -C src/github.com/docker/docker checkout -q refs/heads/master
16:34:31 git init src/github.com/docker/scan-cli-plugin
16:34:31 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/scan-cli-plugin/.git/
16:34:31 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
16:34:31 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
16:34:31 + SRC=src/github.com/docker/scan-cli-plugin
16:34:31 + REF=v0.8.0
16:34:31 + REF_FETCH=v0.8.0
16:34:31 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
16:34:31 + awk {print $2}
16:34:31 + REF=refs/tags/v0.8.0
16:34:31 + [ -n refs/tags/v0.8.0 ]
16:34:31 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
16:34:31 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.8.0:refs/tags/v0.8.0
16:34:32 git init src/github.com/docker/scan-cli-plugin
16:34:32 Initialized empty Git repository in /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/scan-cli-plugin/.git/
16:34:32 git -C src/github.com/docker/scan-cli-plugin remote add origin "https://github.com/docker/scan-cli-plugin.git"
16:34:32 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
16:34:32 + SRC=src/github.com/docker/scan-cli-plugin
16:34:32 + REF=v0.8.0
16:34:32 + REF_FETCH=v0.8.0
16:34:32 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
16:34:32 + awk {print $2}
16:34:32 + REF=refs/tags/v0.8.0
16:34:32 + [ -n refs/tags/v0.8.0 ]
16:34:32 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
16:34:32 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.8.0:refs/tags/v0.8.0
16:34:32 From https://github.com/docker/scan-cli-plugin
16:34:32  * [new tag]         v0.8.0     -> v0.8.0
16:34:32 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
[Pipeline] sh
16:34:32 From https://github.com/docker/scan-cli-plugin
16:34:32  * [new tag]         v0.8.0     -> v0.8.0
16:34:32 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
[Pipeline] sh
16:34:32 + make REF=master DOCKER_BUILD_PKGS=static-linux cross-mac cross-win static
16:34:32 ./scripts/checkout.sh src/github.com/docker/cli "master"
16:34:32 + SRC=src/github.com/docker/cli
16:34:32 + REF=master
16:34:32 + REF_FETCH=master
16:34:32 + awk {print $2}
16:34:32 + git -C src/github.com/docker/cli ls-remote --refs --heads --tags origin master
16:34:32 + REF=refs/heads/master
16:34:32 + [ -n refs/heads/master ]
16:34:32 + REF_FETCH=refs/heads/master:refs/heads/master
16:34:32 + git -C src/github.com/docker/cli fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
16:34:32 + make -C rpm centos-7 centos-8 fedora-34
16:34:32 make: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm'
16:34:32 mkdir -p rpmbuild/SOURCES
16:34:32 docker run --rm -w /v \
16:34:32 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker:/engine \
16:34:32 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm/rpmbuild/SOURCES:/v \
16:34:32 	alpine \
16:34:32 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
16:34:32 Unable to find image 'alpine:latest' locally
16:34:32 + git -C src/github.com/docker/cli checkout -q refs/heads/master
16:34:32 latest: Pulling from library/alpine
16:34:32 a0d0a0d46f8b: Pulling fs layer
16:34:32 a0d0a0d46f8b: Verifying Checksum
16:34:33 ./scripts/checkout.sh src/github.com/docker/docker "master"
16:34:33 + SRC=src/github.com/docker/docker
16:34:33 + REF=master
16:34:33 + REF_FETCH=master
16:34:33 + git -C src/github.com/docker/docker ls-remote --refs --heads --tags origin master
16:34:33 + awk {print $2}
16:34:33 a0d0a0d46f8b: Pull complete
16:34:33 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
16:34:33 Status: Downloaded newer image for alpine:latest
16:34:33 + REF=refs/heads/master
16:34:33 + [ -n refs/heads/master ]
16:34:33 + REF_FETCH=refs/heads/master:refs/heads/master
16:34:33 + git -C src/github.com/docker/docker fetch --update-head-ok --depth 1 origin refs/heads/master:refs/heads/master
16:34:33 #13 ...
16:34:33 
16:34:33 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
16:34:33 #8 sha256:35212f0ca54745bc77692b6221b37fc4d52309e3466957c7b949297d87e3002a
16:34:33 #8 5.601 Reading package lists...
16:34:33 + git -C src/github.com/docker/docker checkout -q refs/heads/master
16:34:33 ./scripts/checkout.sh src/github.com/docker/scan-cli-plugin "v0.8.0"
16:34:33 + SRC=src/github.com/docker/scan-cli-plugin
16:34:33 + REF=v0.8.0
16:34:33 + REF_FETCH=v0.8.0
16:34:33 + git -C src/github.com/docker/scan-cli-plugin ls-remote --refs --heads --tags origin v0.8.0
16:34:33 + awk {print $2}
16:34:34 + REF=refs/tags/v0.8.0
16:34:34 + [ -n refs/tags/v0.8.0 ]
16:34:34 + REF_FETCH=refs/tags/v0.8.0:refs/tags/v0.8.0
16:34:34 + git -C src/github.com/docker/scan-cli-plugin fetch --update-head-ok --depth 1 origin refs/tags/v0.8.0:refs/tags/v0.8.0
16:34:34 mkdir -p sources
16:34:34 docker run --rm -w /v \
16:34:34 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker:/engine \
16:34:34 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/sources:/v \
16:34:34 	alpine \
16:34:34 	tar -C / -c -z -f /v/engine.tgz --exclude .git engine
16:34:34 + git -C src/github.com/docker/scan-cli-plugin checkout -q refs/tags/v0.8.0
16:34:34 for p in static-linux cross-mac cross-win; do \
16:34:34 	make -C static VERSION=0.0.1-dev GO_VERSION=1.16.8 TARGETPLATFORM= ${p}; \
16:34:34 done
16:34:34 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
16:34:34 cd /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli && VERSION=0.0.0-20210916145224-e3023ca docker buildx bake --set binary.platform= --set binary.args.CGO_ENABLED= binary
16:34:35 #8 8.178 Reading package lists...
16:34:35 #8 10.72 Building dependency tree...
16:34:35 #8 11.02 Reading state information...
16:34:36 #8 11.63 curl is already the newest version (7.64.0-4+deb10u2).
16:34:36 #8 11.63 The following additional packages will be installed:
16:34:36 #8 11.63   autoconf automake autopoint autotools-dev binutils
16:34:36 #8 11.63   binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8
16:34:36 #8 11.63   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
16:34:36 #8 11.63   gcc gcc-8 gettext gettext-base git-man groff-base intltool-debian
16:34:36 #8 11.63   libarchive-zip-perl libasan5 libatomic1 libb-hooks-op-check-perl libbinutils
16:34:36 #8 11.63   libbsd0 libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl
16:34:36 #8 11.63   libcroco3 libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl
16:34:36 #8 11.63   libdevel-globaldestruction-perl libdpkg-perl libdynaloader-functions-perl
16:34:36 #8 11.63   libelf1 libencode-locale-perl liberror-perl libexpat1 libfakeroot
16:34:36 #8 11.63   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
16:34:36 #8 11.63   libfile-which-perl libfl2 libgcc-8-dev libgdbm-compat4 libgdbm6 libglib2.0-0
16:34:36 #8 11.63   libgomp1 libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
16:34:36 #8 11.63   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
16:34:36 #8 11.63   libhttp-negotiate-perl libicu63 libimport-into-perl libio-html-perl
16:34:36 #8 11.63   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl19
16:34:36 #8 11.63   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
16:34:36 #8 11.63   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
16:34:36 #8 11.63   libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0
16:34:36 #8 11.63   libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal
16:34:36 #8 11.63   libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
16:34:36 #8 11.63   libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl
16:34:36 #8 11.63   libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
16:34:36 #8 11.63   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
16:34:36 #8 11.63   mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults
16:34:36 #8 11.63   po-debconf python3 python3-minimal python3.7 python3.7-minimal
16:34:36 #8 11.63   sensible-utils wdiff xz-utils
16:34:36 #8 11.64 Suggested packages:
16:34:36 #8 11.64   autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
16:34:36 #8 11.64   | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales dh-make adequate
16:34:36 #8 11.64   autopkgtest bls-standalone bsd-mailx | mailx build-essential
16:34:36 #8 11.64   check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
16:34:36 #8 11.64   dose-extra duck faketime gnuplot how-can-i-help libauthen-sasl-perl
16:34:36 #8 11.64   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
16:34:36 #8 11.64   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
16:34:36 #8 11.64   ratt reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
16:34:36 #8 11.64   manpages-dev flex bison gdb gcc-doc gcc-8-doc libgcc1-dbg libgomp1-dbg
16:34:36 #8 11.64   libitm1-dbg libatomic1-dbg libasan5-dbg liblsan0-dbg libtsan0-dbg
16:34:36 #8 11.64   libubsan1-dbg libmpx2-dbg libquadmath0-dbg gettext-doc libasprintf-dev
16:34:36 #8 11.64   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
16:34:36 #8 11.64   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
16:34:36 #8 11.64   libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl
16:34:36 #8 11.64   libscalar-number-perl libbareword-filehandles-perl libindirect-perl
16:34:36 #8 11.64   libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
16:34:36 #8 11.64   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
16:34:36 #8 11.64   diffutils-doc perl-doc libterm-readline-gnu-perl
16:34:36 #8 11.64   | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
16:34:36 #8 11.64   libmail-box-perl python3-doc python3-tk python3-venv python3.7-venv
16:34:36 #8 11.64   python3.7-doc binfmt-support wdiff-doc
16:34:36 #8 11.64 Recommended packages:
16:34:36 #8 11.64   at dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
16:34:36 #8 11.64   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
16:34:36 #8 11.64   licensecheck lintian python3-apt python3-debian python3-magic
16:34:36 #8 11.64   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
16:34:36 #8 11.64   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
16:34:36 #8 11.64   manpages manpages-dev libfile-fcntllock-perl libarchive-cpio-perl
16:34:36 #8 11.64   libglib2.0-data shared-mime-info xdg-user-dirs libhtml-format-perl
16:34:36 #8 11.64   libclass-xsaccessor-perl libsub-name-perl libltdl-dev libdata-dump-perl
16:34:36 #8 11.64   libhtml-form-perl libhttp-daemon-perl libmailtools-perl
16:34:36 #8 11.64   libmail-sendmail-perl
16:34:37 mkdir -p sources
16:34:37 docker run --rm -w /v \
16:34:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
16:34:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/sources:/v \
16:34:37 	alpine \
16:34:37 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
16:34:37 #1 [internal] load build definition from Dockerfile
16:34:37 #1 sha256:7960791d55a8ee13a19fd8050e2392198f345c67cb650ad7a66ffebca1b7169d
16:34:37 #1 transferring dockerfile: 2.08kB done
16:34:37 #1 DONE 0.1s
16:34:37 
16:34:37 #2 [internal] load .dockerignore
16:34:37 #2 sha256:58241dab8fb2f2a21080c9d7c709d085568014f31e417582ca59d03ee2f868eb
16:34:37 #2 transferring context: 112B done
16:34:37 #2 DONE 0.0s
16:34:37 
16:34:37 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
16:34:37 #4 sha256:a7be4c1ecb130a16b7c72c32ad9d68d278e0541d806707d31b8b809398f69b97
16:34:37 #4 DONE 0.0s
16:34:37 
16:34:37 #3 resolve image config for docker.io/docker/dockerfile:1.3
16:34:37 #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
16:34:37 docker run --rm -w /v \
16:34:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/plugins:/plugins \
16:34:37 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/sources:/v \
16:34:37 	alpine \
16:34:37 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
16:34:37 #3 DONE 0.4s
16:34:37 
16:34:37 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
16:34:37 #5 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8
16:34:37 #5 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 done
16:34:37 #5 sha256:cb8d6fa06268f199b41ccc0c2718caca915f74c640f3cd044af8e205e8d616cf 528B / 528B done
16:34:37 #5 sha256:b1e2fdbfa8cb359e5e566c70344df94749db2e6419e06ac542ed14a348c3ce81 1.21kB / 1.21kB done
16:34:37 #5 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 6.29MB / 9.67MB 0.1s
16:34:37 #5 sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 2.00kB / 2.00kB done
16:34:37 #5 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.2s
16:34:37 #5 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338
16:34:37 #5 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.2s done
16:34:38 #5 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0.3s done
16:34:38 #5 DONE 0.5s
16:34:38 == Building packages for ubuntu-focal ==
16:34:38 mkdir -p "debbuild/ubuntu-focal"
16:34:38 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.8-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-focal/x86_64 -f ubuntu-focal/Dockerfile .
16:34:38 mkdir -p rpmbuild/SOURCES
16:34:38 docker run --rm -w /v \
16:34:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli:/cli \
16:34:38 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm/rpmbuild/SOURCES:/v \
16:34:38 	alpine \
16:34:38 	tar -C / -c -z -f /v/cli.tgz --exclude .git cli
16:34:38 
16:34:38 #6 [internal] load build definition from Dockerfile
16:34:38 #6 sha256:9b130c4aadd32961e74b629444b46e99a8b15cded56c2d655134f3862a2072eb
16:34:38 #6 DONE 0.0s
16:34:38 
16:34:38 #7 [internal] load .dockerignore
16:34:38 #7 sha256:bf8defb00ccf3858b81c6021430ad59239c82dc12dfc058d35739431ff6b37f1
16:34:38 #7 DONE 0.0s
16:34:38 
16:34:38 #11 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
16:34:38 #11 sha256:9195736f002df5e4254750fa62330776c5465fe263ef31dde69c901a4b43b6c4
16:34:38 #11 DONE 0.0s
16:34:38 
16:34:38 #12 [auth] library/golang:pull token for registry-1.docker.io
16:34:38 #12 sha256:2723c668618c77642697f7e652868a7bf15a5833649812d5cba9915bb8c6485b
16:34:38 #12 DONE 0.0s
16:34:38 
16:34:38 #13 [auth] tonistiigi/xx:pull token for registry-1.docker.io
16:34:38 #13 sha256:6e7ae854a4dbd61502e30b218c2ae96097090cf17b40b497bd7766ad11ca4f8a
16:34:38 #13 DONE 0.0s
16:34:38 
16:34:38 #10 [internal] load metadata for docker.io/library/golang:1.16.8-alpine
16:34:38 #10 sha256:aa25a38e05cb1f0517244be7e0081bc9a7f56c1e7b162b57d2df954b0a48cef8
16:34:38 #1 [internal] load build definition from Dockerfile
16:34:38 #1 sha256:ffedfb5113e9271ac47f1ca085e6ae01c0e02502ef9dedc7f7c09ebd3c1918da
16:34:38 #1 transferring dockerfile: 1.22kB done
16:34:38 #1 DONE 0.0s
16:34:38 
16:34:38 #2 [internal] load .dockerignore
16:34:38 #2 sha256:9730089d23ec47d22459ae6e988bb30e9b13eae4b0ea5ad7f027e9cc8656024f
16:34:38 #2 transferring context: 2B done
16:34:38 #2 DONE 0.0s
16:34:38 
16:34:38 #5 [auth] library/golang:pull token for registry-1.docker.io
16:34:38 #5 sha256:52808b01d98baaaeac43a261813a39195ac90d0877c7fa533c2e06774931c7d6
16:34:38 #5 DONE 0.0s
16:34:38 
16:34:38 #6 [auth] library/ubuntu:pull token for registry-1.docker.io
16:34:38 #6 sha256:2f44f66eb946c07ab7585e109fb9d21b1624b428c4d64485d45a33f3c1c10e68
16:34:38 #6 DONE 0.0s
16:34:38 
16:34:38 #4 [internal] load metadata for docker.io/library/golang:1.16.8-buster
16:34:38 #4 sha256:be9eaf867d8f52db97b832d68281126e7f1e0e96e01ffa316b13c589f58b0e82
16:34:38 #10 DONE 0.3s
16:34:38 
16:34:38 #8 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
16:34:38 #8 sha256:5087d65fd49b28fd728c395eddd502d86004bc97194c580f320dd2a4197a590c
16:34:38 #8 DONE 0.4s
16:34:38 
16:34:38 #9 [internal] load metadata for docker.io/tonistiigi/xx:1.0.0-rc.2
16:34:38 #9 sha256:39afe7dddccc662ff6be2af454504a792d7c60180bf31899bc68058a4e7a9813
16:34:38 #9 DONE 0.4s
16:34:38 #4 DONE 0.3s
16:34:38 
16:34:38 #3 [internal] load metadata for docker.io/library/ubuntu:focal
16:34:38 #3 sha256:d8099b9e2a8d5949e23c58d0d8ac7c3b4e8785ea131ce18291d94cefef37ed4b
16:34:38 #3 DONE 0.4s
16:34:39 #8 ...
16:34:39 
16:34:39 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:39 #13 sha256:95c9691afd60ae95a517e039bc9437c4ee53e5694d1b9fb22d4e235c8c01240c
16:34:39 #13 extracting sha256:8ad245accc1319697143f2af084e2cfca8152e2545ac04936c3a9fd838ea393a 4.0s done
16:34:39 #13 extracting sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 3.8s
16:34:39 #13 ...
16:34:39 
16:34:39 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
16:34:39 #8 sha256:35212f0ca54745bc77692b6221b37fc4d52309e3466957c7b949297d87e3002a
16:34:39 #8 14.30 The following NEW packages will be installed:
16:34:39 #8 14.30   autoconf automake autopoint autotools-dev binutils
16:34:39 #8 14.30   binutils-arm-linux-gnueabihf binutils-common bsdmainutils bzip2 cpp cpp-8
16:34:39 #8 14.30   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
16:34:39 #8 14.30   equivs fakeroot file gcc gcc-8 gettext gettext-base git git-man groff-base
16:34:39 #8 14.30   intltool-debian libarchive-zip-perl libasan5 libatomic1
16:34:39 #8 14.30   libb-hooks-op-check-perl libbinutils libbsd0 libc-dev-bin libc6-dev libcc1-0
16:34:39 #8 14.30   libclass-method-modifiers-perl libcroco3 libcurl3-gnutls libdebhelper-perl
16:34:39 #8 14.30   libdevel-callchecker-perl libdevel-globaldestruction-perl libdpkg-perl
16:34:39 #8 14.30   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
16:34:39 #8 14.30   libexpat1 libfakeroot libfile-homedir-perl libfile-listing-perl
16:34:39 #8 14.30   libfile-stripnondeterminism-perl libfile-which-perl libfl2 libgcc-8-dev
16:34:39 #8 14.30   libgdbm-compat4 libgdbm6 libglib2.0-0 libgomp1 libhtml-parser-perl
16:34:39 #8 14.30   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
16:34:39 #8 14.30   libhttp-message-perl libhttp-negotiate-perl libicu63 libimport-into-perl
16:34:39 #8 14.30   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
16:34:39 #8 14.30   libisl19 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc
16:34:39 #8 14.31   libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec2 libmpfr6
16:34:39 #8 14.31   libnet-http-perl libnet-ssleay-perl libparams-classify-perl libpcre2-8-0
16:34:39 #8 14.31   libperl5.28 libpipeline1 libpython3-stdlib libpython3.7-minimal
16:34:39 #8 14.31   libpython3.7-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
16:34:39 #8 14.31   libsub-exporter-progressive-perl libsub-quote-perl libtimedate-perl
16:34:39 #8 14.31   libtinfo5 libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
16:34:39 #8 14.31   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
16:34:39 #8 14.31   mime-support patch patchutils perl perl-modules-5.28 perl-openssl-defaults
16:34:39 #8 14.31   po-debconf python3 python3-minimal python3.7 python3.7-minimal
16:34:39 #8 14.31   sensible-utils wdiff xz-utils
16:34:39 #8 14.31 The following packages will be upgraded:
16:34:39 #8 14.31   libc6
16:34:39 
16:34:39 #14 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:39 #14 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:34:39 #14 resolve docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4 0.0s done
16:34:39 #14 sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4 1.86kB / 1.86kB done
16:34:39 #14 sha256:cba9b9e03a0f18de8a1db1b85c6c098b9e8d899d4ce140d34b7bcf65a22104c1 1.79kB / 1.79kB done
16:34:39 #14 sha256:e58fc1cf6cb0c05654a4ed0c8cf0f3f28a1fc03d53fbadb72bd717bad75efe5f 6.96kB / 6.96kB done
16:34:39 #14 sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 0B / 50.44MB 0.1s
16:34:39 #14 sha256:82e5f66f5d0e1c97622f33d44fb04efb42bd3562bdc3482537d121040c789f9a 0B / 7.83MB 0.1s
16:34:39 #14 sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 4.19MB / 50.44MB 0.2s
16:34:39 #14 sha256:82e5f66f5d0e1c97622f33d44fb04efb42bd3562bdc3482537d121040c789f9a 2.10MB / 7.83MB 0.2s
16:34:39 #14 sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 10.49MB / 50.44MB 0.3s
16:34:39 #14 sha256:82e5f66f5d0e1c97622f33d44fb04efb42bd3562bdc3482537d121040c789f9a 7.83MB / 7.83MB 0.3s
16:34:39 #14 sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 30.41MB / 50.44MB 0.5s
16:34:39 #14 sha256:82e5f66f5d0e1c97622f33d44fb04efb42bd3562bdc3482537d121040c789f9a 7.83MB / 7.83MB 0.4s done
16:34:39 #14 sha256:c1c8f1c77d6674046d7deb41be1ca07f25cb43fd67f87e879ee79cc6586087f0 5.24MB / 10.00MB 0.5s
16:34:39 #14 ...
16:34:39 
16:34:39 #10 [internal] load build context
16:34:39 #10 sha256:5b2e6ca6db878f952beedf14b324a0a2e1990bbd12c6ace4586d20c59432c3c9
16:34:39 #10 transferring context: 20.18MB 0.5s done
16:34:39 #10 DONE 0.7s
16:34:39 
16:34:39 #14 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:39 #14 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:34:39 #14 sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 39.85MB / 50.44MB 0.6s
16:34:39 #14 sha256:c1c8f1c77d6674046d7deb41be1ca07f25cb43fd67f87e879ee79cc6586087f0 10.00MB / 10.00MB 0.6s
16:34:39 #8 14.83 1 upgraded, 125 newly installed, 0 to remove and 7 not upgraded.
16:34:39 #8 14.83 Need to get 69.0 MB of archives.
16:34:39 #8 14.83 After this operation, 272 MB of additional disk space will be used.
16:34:39 #8 14.83 Get:1 http://archive.raspberrypi.org/debian buster/main armhf libc6 armhf 2.28-10+rpt2+rpi1 [2356 kB]
16:34:39 #8 14.89 Get:2 http://archive.raspbian.org/raspbian buster/main armhf libbsd0 armhf 0.9.1-2+deb10u1 [105 kB]
16:34:39 #14 sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 50.44MB / 50.44MB 0.8s
16:34:39 #14 sha256:c1c8f1c77d6674046d7deb41be1ca07f25cb43fd67f87e879ee79cc6586087f0 10.00MB / 10.00MB 0.8s done
16:34:39 #14 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 0B / 68.75MB 0.8s
16:34:39 #14 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 6.91MB / 68.75MB 0.9s
16:34:39 #14 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 17.83MB / 68.75MB 1.0s
16:34:39 #8 15.21 Get:3 http://archive.raspbian.org/raspbian buster/main armhf libtinfo5 armhf 6.1+20181013-2+deb10u2 [309 kB]
16:34:40 #14 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 29.36MB / 68.75MB 1.1s
16:34:40 #14 sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 50.44MB / 50.44MB 1.2s done
16:34:40 #14 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 34.60MB / 68.75MB 1.2s
16:34:40 #8 15.29 Get:4 http://archive.raspbian.org/raspbian buster/main armhf bsdmainutils armhf 11.1.2 [182 kB]
16:34:40 #8 15.36 Get:5 http://archive.raspbian.org/raspbian buster/main armhf libuchardet0 armhf 0.0.6-3 [62.2 kB]
16:34:40 #8 15.37 Get:6 http://archive.raspbian.org/raspbian buster/main armhf groff-base armhf 1.22.4-3+deb10u1 [782 kB]
16:34:40 #8 15.45 Get:7 http://archive.raspbian.org/raspbian buster/main armhf libgdbm6 armhf 1.18.1-4 [61.1 kB]
16:34:40 mkdir -p rpmbuild/SOURCES
16:34:40 docker run --rm -w /v \
16:34:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/scan-cli-plugin:/scan-cli-plugin \
16:34:40 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm/rpmbuild/SOURCES:/v \
16:34:40 	alpine \
16:34:40 	tar -C / -c -z -f /v/scan-cli-plugin.tgz --exclude .git scan-cli-plugin
16:34:40 #14 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 42.99MB / 68.75MB 1.3s
16:34:40 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 0B / 129.03MB 1.3s
16:34:40 #14 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 1.05MB / 51.84MB 1.3s
16:34:40 #14 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 54.53MB / 68.75MB 1.5s
16:34:40 #14 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 14.68MB / 51.84MB 1.5s
16:34:40 #14 extracting sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692
16:34:40 #8 15.45 Get:8 http://archive.raspbian.org/raspbian buster/main armhf libpipeline1 armhf 1.5.1-2 [26.6 kB]
16:34:40 #8 15.46 Get:9 http://archive.raspbian.org/raspbian buster/main armhf man-db armhf 2.8.5-2 [1230 kB]
16:34:40 #8 15.55 Get:10 http://archive.raspbian.org/raspbian buster/main armhf perl-modules-5.28 all 5.28.1-6 [2873 kB]
16:34:40 #8 15.69 Get:11 http://archive.raspbian.org/raspbian buster/main armhf libgdbm-compat4 armhf 1.18.1-4 [43.7 kB]
16:34:40 #8 15.69 Get:12 http://archive.raspbian.org/raspbian buster/main armhf libperl5.28 armhf 5.28.1-6 [3180 kB]
16:34:40 
16:34:40 #21 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
16:34:40 #21 sha256:011c2dec804eeeb4a26ba7a4dda1f825c7ca9ad46eaba9596b74a526f65b85a8
16:34:40 #21 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
16:34:40 #21 extracting sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1
16:34:40 #14 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 59.77MB / 68.75MB 1.6s
16:34:40 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 11.53MB / 129.03MB 1.6s
16:34:40 #14 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 24.12MB / 51.84MB 1.6s
16:34:40 #14 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 63.96MB / 68.75MB 1.7s
16:34:40 #14 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 28.31MB / 51.84MB 1.7s
16:34:40 #8 15.87 Get:13 http://archive.raspbian.org/raspbian buster/main armhf perl armhf 5.28.1-6 [204 kB]
16:34:40 #8 15.88 Get:14 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-minimal armhf 3.7.3-2+deb10u3 [583 kB]
16:34:40 #8 15.90 Get:15 http://archive.raspberrypi.org/debian buster/main armhf libc-dev-bin armhf 2.28-10+rpt2+rpi1 [266 kB]
16:34:40 #8 15.90 Get:16 http://archive.raspberrypi.org/debian buster/main armhf linux-libc-dev armhf 1:1.20210831-1 [1012 kB]
16:34:40 #8 15.90 Get:17 http://archive.raspbian.org/raspbian buster/main armhf libexpat1 armhf 2.2.6-2+deb10u1 [77.3 kB]
16:34:40 #8 15.90 Get:18 http://archive.raspbian.org/raspbian buster/main armhf python3.7-minimal armhf 3.7.3-2+deb10u3 [1464 kB]
16:34:40 #8 15.95 Get:19 http://archive.raspbian.org/raspbian buster/main armhf python3-minimal armhf 3.7.3-1 [36.6 kB]
16:34:40 #8 15.95 Get:20 http://archive.raspbian.org/raspbian buster/main armhf mime-support all 3.62 [37.2 kB]
16:34:40 #8 15.95 Get:21 http://archive.raspbian.org/raspbian buster/main armhf libmpdec2 armhf 2.4.2-2 [67.2 kB]
16:34:40 #8 15.98 Get:22 http://archive.raspbian.org/raspbian buster/main armhf libpython3.7-stdlib armhf 3.7.3-2+deb10u3 [1664 kB]
16:34:40 #8 16.07 Get:23 http://archive.raspbian.org/raspbian buster/main armhf python3.7 armhf 3.7.3-2+deb10u3 [330 kB]
16:34:40 #8 16.08 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libpython3-stdlib armhf 3.7.3-1 [20.0 kB]
16:34:40 #8 16.08 Get:25 http://archive.raspbian.org/raspbian buster/main armhf python3 armhf 3.7.3-1 [61.5 kB]
16:34:40 #8 16.08 Get:26 http://archive.raspbian.org/raspbian buster/main armhf sensible-utils all 0.0.12 [15.8 kB]
16:34:40 #8 16.08 Get:27 http://archive.raspbian.org/raspbian buster/main armhf bzip2 armhf 1.0.6-9.2~deb10u1 [46.2 kB]
16:34:40 #8 16.09 Get:28 http://archive.raspbian.org/raspbian buster/main armhf libmagic-mgc armhf 1:5.35-4+deb10u2 [242 kB]
16:34:40 #21 extracting sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 done
16:34:40 #21 sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 5.46kB / 5.46kB done
16:34:40 #21 sha256:8d61139feed19d3685ffc483d41349d49cbdba3ee104a9104dd0ac98cdbc1479 523B / 523B done
16:34:40 #21 sha256:9a072fc69921655d494291e64abe03c6b872ce4522837193a46aee910330fba7 455B / 455B done
16:34:40 #21 sha256:59ea53a41a35abf4d3a465204f8f1025cd60e084eae29b3744cb958d2eb9a3e1 117B / 117B 0.1s done
16:34:40 #14 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 68.75MB / 68.75MB 1.9s
16:34:40 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 33.55MB / 129.03MB 1.9s
16:34:40 #14 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 38.80MB / 51.84MB 1.9s
16:34:40 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 41.28MB / 129.03MB 2.0s
16:34:40 #14 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 48.23MB / 51.84MB 2.0s
16:34:40 #8 16.10 Get:29 http://archive.raspbian.org/raspbian buster/main armhf libmagic1 armhf 1:5.35-4+deb10u2 [110 kB]
16:34:41 #8 16.10 Get:30 http://archive.raspbian.org/raspbian buster/main armhf file armhf 1:5.35-4+deb10u2 [65.5 kB]
16:34:41 #8 16.13 Get:31 http://archive.raspberrypi.org/debian buster/main armhf libc6-dev armhf 2.28-10+rpt2+rpi1 [2113 kB]
16:34:41 #8 16.13 Get:32 http://archive.raspbian.org/raspbian buster/main armhf gettext-base armhf 0.19.8.1-9 [117 kB]
16:34:41 #8 16.21 Get:33 http://archive.raspbian.org/raspbian buster/main armhf xz-utils armhf 5.2.4-1 [179 kB]
16:34:41 #8 16.22 Get:34 http://archive.raspbian.org/raspbian buster/main armhf libsigsegv2 armhf 2.12-2 [32.3 kB]
16:34:41 #8 16.22 Get:35 http://archive.raspbian.org/raspbian buster/main armhf m4 armhf 1.4.18-2 [185 kB]
16:34:41 #8 16.23 Get:36 http://archive.raspbian.org/raspbian buster/main armhf autoconf all 2.69-11 [341 kB]
16:34:41 #8 16.24 Get:37 http://archive.raspbian.org/raspbian buster/main armhf autotools-dev all 20180224.1 [77.0 kB]
16:34:41 #8 16.24 Get:38 http://archive.raspbian.org/raspbian buster/main armhf automake all 1:1.16.1-4 [771 kB]
16:34:41 #8 16.29 Get:39 http://archive.raspbian.org/raspbian buster/main armhf autopoint all 0.19.8.1-9 [434 kB]
16:34:41 #8 16.30 Get:40 http://archive.raspbian.org/raspbian buster/main armhf binutils-common armhf 2.31.1-16+rpi2 [2075 kB]
16:34:41 #21 DONE 0.4s
16:34:41 
16:34:41 #14 [gostable 1/1] FROM docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56
16:34:41 #14 sha256:ceeb074a93cd56d7223bfa942039da4ffc3461de6a323d635889f8f45bd2e7e0
16:34:41 #14 resolve docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56 0.0s done
16:34:41 #14 sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd 154B / 154B 0.2s done
16:34:41 #14 sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56 1.65kB / 1.65kB done
16:34:41 #14 sha256:4a4352b4af82d07bebf8bbfc0deede7ebf28904d5f41cfb34959ae1073ee3261 1.36kB / 1.36kB done
16:34:41 #14 sha256:df1795ddbf418dda6f8252b4191c0b67d132db3b5fdf1a11a93226da82efe270 5.08kB / 5.08kB done
16:34:41 #14 sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 2.81MB / 2.81MB 0.2s done
16:34:41 #14 sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 281.51kB / 281.51kB 0.2s done
16:34:41 #14 extracting sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e
16:34:41 #14 sha256:5d74067f8e1e693b0d04e2d1aa72270ebd6c3e160993af37c8629b28b3f083a5 0B / 156B 0.3s
16:34:41 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 9.44MB / 105.80MB 0.4s
16:34:41 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 57.26MB / 129.03MB 2.2s
16:34:41 #14 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 51.84MB / 51.84MB 2.2s
16:34:41 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 67.11MB / 129.03MB 2.3s
16:34:41 #8 16.39 Get:41 http://archive.raspbian.org/raspbian buster/main armhf libbinutils armhf 2.31.1-16+rpi2 [302 kB]
16:34:41 #8 16.40 Get:42 http://archive.raspbian.org/raspbian buster/main armhf libfl2 armhf 2.6.4-6.2 [103 kB]
16:34:41 #8 16.44 Get:43 http://archive.raspbian.org/raspbian buster/main armhf binutils-arm-linux-gnueabihf armhf 2.31.1-16+rpi2 [1814 kB]
16:34:41 #8 16.51 Get:44 http://archive.raspberrypi.org/debian buster/main armhf libdebhelper-perl all 13.2~bpo10+1 [188 kB]
16:34:41 #8 16.55 Get:45 http://archive.raspbian.org/raspbian buster/main armhf binutils armhf 2.31.1-16+rpi2 [57.0 kB]
16:34:41 #8 16.55 Get:46 http://archive.raspbian.org/raspbian buster/main armhf libisl19 armhf 0.20-2 [439 kB]
16:34:41 #8 16.57 Get:47 http://archive.raspbian.org/raspbian buster/main armhf libmpfr6 armhf 4.0.2-1 [723 kB]
16:34:41 #8 16.58 Get:48 http://archive.raspbian.org/raspbian buster/main armhf libmpc3 armhf 1.1.0-1 [32.1 kB]
16:34:41 #8 16.58 Get:49 http://archive.raspbian.org/raspbian buster/main armhf cpp-8 armhf 8.3.0-6+rpi1 [6787 kB]
16:34:41 #8 16.58 Get:50 http://archive.raspberrypi.org/debian buster/main armhf debhelper all 13.2~bpo10+1 [1009 kB]
16:34:41 docker run --rm -w /v \
16:34:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/plugins:/plugins \
16:34:41 	-v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm/rpmbuild/SOURCES:/v \
16:34:41 	alpine \
16:34:41 	tar -C / -c -z -f /v/plugin-installers.tgz --exclude .git plugins
16:34:41 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 21.07MB / 105.80MB 0.7s
16:34:41 #14 ...
16:34:41 
16:34:41 #15 [xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669
16:34:41 #15 sha256:922c15005dedcce7f2768027bc1121b33ea8cc1f71e2ae4a7d2b2b9ac21f7cba
16:34:41 #15 resolve docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 0.0s done
16:34:41 #15 sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 2.65kB / 2.65kB done
16:34:41 #15 sha256:8bb4fd3914ad2b9b2bfcc8ac2a8e6c63e66207767c21dc520041973d821426f8 525B / 525B done
16:34:41 #15 sha256:5162799cdc040568b1bd7d574d69a20c1b9d6927c677601b50f40e2b58edbcdb 945B / 945B done
16:34:41 #15 sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a 13.43kB / 13.43kB 0.4s done
16:34:41 #15 extracting sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a done
16:34:41 #15 DONE 0.8s
16:34:41 
16:34:41 #14 [gostable 1/1] FROM docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56
16:34:41 #14 sha256:ceeb074a93cd56d7223bfa942039da4ffc3461de6a323d635889f8f45bd2e7e0
16:34:41 #14 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 68.75MB / 68.75MB 2.4s done
16:34:41 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 76.55MB / 129.03MB 2.4s
16:34:41 #14 sha256:89f90d515ac840c6d2419b52c468f2e03a7fec676ffa1603ccf0469791aa68fd 0B / 155B 2.4s
16:34:41 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 84.93MB / 129.03MB 2.5s
16:34:41 #14 sha256:89f90d515ac840c6d2419b52c468f2e03a7fec676ffa1603ccf0469791aa68fd 155B / 155B 2.5s
16:34:41 #14 extracting sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 0.7s done
16:34:41 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 29.47MB / 105.80MB 1.1s
16:34:41 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 104.86MB / 129.03MB 2.7s
16:34:41 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 113.25MB / 129.03MB 2.8s
16:34:41 #14 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 51.84MB / 51.84MB 2.8s done
16:34:41 #14 sha256:89f90d515ac840c6d2419b52c468f2e03a7fec676ffa1603ccf0469791aa68fd 155B / 155B 2.8s done
16:34:41 #8 16.98 Get:51 http://archive.raspbian.org/raspbian buster/main armhf cpp armhf 4:8.3.0-1+rpi2 [19.6 kB]
16:34:41 #8 16.98 Get:52 http://archive.raspbian.org/raspbian buster/main armhf libcc1-0 armhf 8.3.0-6+rpi1 [37.9 kB]
16:34:41 #8 16.99 Get:53 http://archive.raspbian.org/raspbian buster/main armhf libgomp1 armhf 8.3.0-6+rpi1 [64.3 kB]
16:34:41 #8 16.99 Get:54 http://archive.raspbian.org/raspbian buster/main armhf libatomic1 armhf 8.3.0-6+rpi1 [8108 B]
16:34:41 #8 17.00 Get:55 http://archive.raspbian.org/raspbian buster/main armhf libasan5 armhf 8.3.0-6+rpi1 [317 kB]
16:34:41 #8 17.01 Get:56 http://archive.raspbian.org/raspbian buster/main armhf libubsan1 armhf 8.3.0-6+rpi1 [103 kB]
16:34:41 #8 17.01 Get:57 http://archive.raspbian.org/raspbian buster/main armhf libgcc-8-dev armhf 8.3.0-6+rpi1 [595 kB]
16:34:41 #8 17.03 Get:58 http://archive.raspbian.org/raspbian buster/main armhf gcc-8 armhf 8.3.0-6+rpi1 [7223 kB]
16:34:41 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 39.85MB / 105.80MB 1.2s
16:34:41 #14 extracting sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262
16:34:42 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 121.63MB / 129.03MB 2.9s
16:34:42 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 129.03MB / 129.03MB 3.1s
16:34:42 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 53.48MB / 105.80MB 1.4s
16:34:42 #14 extracting sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 0.2s done
16:34:42 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 72.35MB / 105.80MB 1.6s
16:34:42 #14 extracting sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd done
16:34:42 == Building packages for centos-7 ==
16:34:42 mkdir -p "rpmbuild/centos-7"
16:34:42 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.8-buster -t rpmbuild-centos-7/x86_64 -f centos-7/Dockerfile .
16:34:42 #1 [internal] load build definition from Dockerfile
16:34:42 #1 sha256:b0899c81f1970ec1d9a6a07cd39435c8ec49c87ddc9b9c450616f415787131fb
16:34:42 #1 transferring dockerfile: 1.06kB done
16:34:42 #1 DONE 0.1s
16:34:42 
16:34:42 #2 [internal] load .dockerignore
16:34:42 #2 sha256:ad760684212f7284c624ab27a5af357dabea8f5624ed1d24c441c5f037617c3d
16:34:42 #2 transferring context: 2B done
16:34:42 #8 17.41 Get:59 http://archive.raspbian.org/raspbian buster/main armhf gcc armhf 4:8.3.0-1+rpi2 [5200 B]
16:34:42 #8 17.41 Get:60 http://archive.raspbian.org/raspbian buster/main armhf libtool all 2.4.6-9 [547 kB]
16:34:42 #8 17.43 Get:61 http://archive.raspbian.org/raspbian buster/main armhf dh-autoreconf all 19 [16.9 kB]
16:34:42 #8 17.43 Get:62 http://archive.raspbian.org/raspbian buster/main armhf libarchive-zip-perl all 1.64-1 [96.8 kB]
16:34:42 #8 17.43 Get:63 http://archive.raspbian.org/raspbian buster/main armhf libfile-stripnondeterminism-perl all 1.1.2-1 [19.8 kB]
16:34:42 #8 17.44 Get:64 http://archive.raspbian.org/raspbian buster/main armhf dh-strip-nondeterminism all 1.1.2-1 [13.0 kB]
16:34:42 #8 17.44 Get:65 http://archive.raspbian.org/raspbian buster/main armhf libdpkg-perl all 1.19.7 [1414 kB]
16:34:42 #8 17.48 Get:66 http://archive.raspbian.org/raspbian buster/main armhf patch armhf 2.7.6-3+deb10u1 [115 kB]
16:34:42 #8 17.48 Get:67 http://archive.raspbian.org/raspbian buster/main armhf make armhf 4.2.1-1.2 [321 kB]
16:34:42 #8 17.50 Get:68 http://archive.raspbian.org/raspbian buster/main armhf dpkg-dev all 1.19.7 [1773 kB]
16:34:42 #8 17.57 Get:69 http://archive.raspbian.org/raspbian buster/main armhf libelf1 armhf 0.176-1.1 [158 kB]
16:34:42 #8 17.58 Get:70 http://archive.raspbian.org/raspbian buster/main armhf dwz armhf 0.12-3 [66.0 kB]
16:34:42 #8 17.58 Get:71 http://archive.raspbian.org/raspbian buster/main armhf libglib2.0-0 armhf 2.58.3-2+deb10u2 [1078 kB]
16:34:42 #8 17.64 Get:72 http://archive.raspbian.org/raspbian buster/main armhf libicu63 armhf 63.1-6+deb10u1 [7973 kB]
16:34:42 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 77.78MB / 105.80MB 1.7s
16:34:42 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 91.23MB / 105.80MB 1.9s
16:34:42 #2 DONE 0.1s
16:34:42 
16:34:42 #5 [auth] library/golang:pull token for registry-1.docker.io
16:34:42 #5 sha256:c74093be25453e88f5e7e4943883214c264a6bdfb5c7bf4ede0d419795367f8a
16:34:42 #5 DONE 0.0s
16:34:42 
16:34:42 #6 [auth] library/centos:pull token for registry-1.docker.io
16:34:42 #6 sha256:59817a00b6d3be4a04a8e79c427ed0e70de714b57957af8c69012d433f873663
16:34:42 #6 DONE 0.0s
16:34:42 
16:34:42 #4 [internal] load metadata for docker.io/library/centos:7
16:34:42 #4 sha256:30875b35a89c8e8a29cd7cf120689bb68cdab8d769419707e07138dfe977d237
16:34:42 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 98.57MB / 105.80MB 2.0s
16:34:42 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 105.80MB / 105.80MB 2.1s
16:34:42 #4 DONE 0.3s
16:34:42 
16:34:42 #3 [internal] load metadata for docker.io/library/golang:1.16.8-buster
16:34:42 #3 sha256:be9eaf867d8f52db97b832d68281126e7f1e0e96e01ffa316b13c589f58b0e82
16:34:42 #3 DONE 0.3s
16:34:42 
16:34:42 #10 [internal] load build context
16:34:42 #10 sha256:5aed19af8e3aa248cea674e4c99312cdffa631cb655dc172c6dba02c8d6fa14a
16:34:42 #10 transferring context: 11.77kB done
16:34:42 #10 DONE 0.0s
16:34:42 
16:34:42 #7 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987
16:34:42 #7 sha256:a0888aee9b87c72b846d6009d871befd442b2545864728203b742012f5f27cf6
16:34:42 #7 resolve docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987 0.0s done
16:34:42 #7 sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987 1.20kB / 1.20kB done
16:34:42 #7 sha256:dead07b4d8ed7e29e98de0f4504d87e8880d4347859d839686a31da35a3b532f 529B / 529B done
16:34:42 #7 sha256:eeb6ee3f44bd0b5103bb561b4c16bcb82328cfe5809ab675bb17ab3a16c517c9 2.75kB / 2.75kB done
16:34:42 #14 ...
16:34:42 
16:34:42 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:focal@sha256:9d6a8699fb5c9c39cf08a0871bd6219f0400981c570894cd8cbea30d3424a31f
16:34:42 #7 sha256:fdc3a0d13198019f7c8763ab083849eba26a7b3c6b8c4a7396e47c113558b7a1
16:34:42 #7 resolve docker.io/library/ubuntu:focal@sha256:9d6a8699fb5c9c39cf08a0871bd6219f0400981c570894cd8cbea30d3424a31f 0.0s done
16:34:42 #7 sha256:fb52e22af1b01869e23e75089c368a1130fa538946d0411d47f964f8b1076180 1.46kB / 1.46kB done
16:34:42 #7 sha256:35807b77a593c1147d13dc926a91dcc3015616ff7307cc30442c5a8e07546283 28.57MB / 28.57MB 0.6s done
16:34:42 #7 sha256:9d6a8699fb5c9c39cf08a0871bd6219f0400981c570894cd8cbea30d3424a31f 1.42kB / 1.42kB done
16:34:42 #7 sha256:10cbddb6cf8568f56584ccb6c866203e68ab8e621bb87038e254f6f27f955bbe 529B / 529B done
16:34:42 #7 extracting sha256:35807b77a593c1147d13dc926a91dcc3015616ff7307cc30442c5a8e07546283 2.9s done
16:34:42 #7 DONE 4.0s
16:34:42 
16:34:42 #14 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:42 #14 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:34:42 #14 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 129.03MB / 129.03MB 4.0s done
16:34:42 #8 18.13 Get:73 http://archive.raspbian.org/raspbian buster/main armhf libxml2 armhf 2.9.4+dfsg1-7+deb10u2 [572 kB]
16:34:42 #8 18.14 Get:74 http://archive.raspbian.org/raspbian buster/main armhf libcroco3 armhf 0.6.12-3 [132 kB]
16:34:42 #8 18.15 Get:75 http://archive.raspbian.org/raspbian buster/main armhf gettext armhf 0.19.8.1-9 [1219 kB]
16:34:42 #8 18.18 Get:76 http://archive.raspbian.org/raspbian buster/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
16:34:42 #8 18.18 Get:77 http://archive.raspbian.org/raspbian buster/main armhf po-debconf all 1.0.21 [248 kB]
16:34:42 #8 18.19 Get:78 http://archive.raspbian.org/raspbian buster/main armhf libfakeroot armhf 1.23-1 [43.3 kB]
16:34:42 #8 18.19 Get:79 http://archive.raspbian.org/raspbian buster/main armhf fakeroot armhf 1.23-1 [85.2 kB]
16:34:42 #8 18.20 Get:80 http://archive.raspbian.org/raspbian buster/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
16:34:42 #8 18.20 Get:81 http://archive.raspbian.org/raspbian buster/main armhf libfile-homedir-perl all 1.004-1 [42.7 kB]
16:34:42 #8 18.21 Get:82 http://archive.raspbian.org/raspbian buster/main armhf libio-pty-perl armhf 1:1.08-1.1+b4 [33.0 kB]
16:34:43 #8 18.28 Get:83 http://archive.raspbian.org/raspbian buster/main armhf libipc-run-perl all 20180523.0-1 [101 kB]
16:34:43 #8 18.28 Get:84 http://archive.raspbian.org/raspbian buster/main armhf libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
16:34:43 #8 18.28 Get:85 http://archive.raspbian.org/raspbian buster/main armhf libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
16:34:43 #8 18.29 Get:86 http://archive.raspbian.org/raspbian buster/main armhf libdevel-globaldestruction-perl all 0.14-1 [8084 B]
16:34:43 #8 18.29 Get:87 http://archive.raspbian.org/raspbian buster/main armhf libb-hooks-op-check-perl armhf 0.22-1+b1 [11.1 kB]
16:34:43 #8 18.29 Get:88 http://archive.raspbian.org/raspbian buster/main armhf libdynaloader-functions-perl all 0.003-1 [12.6 kB]
16:34:43 #8 18.30 Get:89 http://archive.raspbian.org/raspbian buster/main armhf libdevel-callchecker-perl armhf 0.008-1 [15.5 kB]
16:34:43 #8 18.30 Get:90 http://archive.raspbian.org/raspbian buster/main armhf libparams-classify-perl armhf 0.015-1+b1 [24.3 kB]
16:34:43 #8 18.36 Get:91 http://archive.raspbian.org/raspbian buster/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
16:34:43 #8 18.36 Get:92 http://archive.raspbian.org/raspbian buster/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
16:34:43 #8 18.46 Get:93 http://archive.raspbian.org/raspbian buster/main armhf librole-tiny-perl all 2.000006-1 [19.4 kB]
16:34:43 #8 18.46 Get:94 http://archive.raspbian.org/raspbian buster/main armhf libstrictures-perl all 2.000005-1 [18.3 kB]
16:34:43 #8 18.46 Get:95 http://archive.raspbian.org/raspbian buster/main armhf libsub-quote-perl all 2.005001-1 [17.9 kB]
16:34:43 #8 18.46 Get:96 http://archive.raspbian.org/raspbian buster/main armhf libmoo-perl all 2.003004-2 [57.4 kB]
16:34:43 #8 18.46 Get:97 http://archive.raspbian.org/raspbian buster/main armhf libencode-locale-perl all 1.05-1 [13.7 kB]
16:34:43 #8 18.46 Get:98 http://archive.raspbian.org/raspbian buster/main armhf libtimedate-perl all 2.3000-2+deb10u1 [38.1 kB]
16:34:43 #8 18.46 Get:99 http://archive.raspbian.org/raspbian buster/main armhf libhttp-date-perl all 6.02-1 [10.7 kB]
16:34:43 #8 18.46 Get:100 http://archive.raspbian.org/raspbian buster/main armhf libfile-listing-perl all 6.04-1 [10.3 kB]
16:34:43 #8 18.52 Get:101 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tagset-perl all 3.20-3 [12.7 kB]
16:34:43 #8 18.52 Get:102 http://archive.raspbian.org/raspbian buster/main armhf liburi-perl all 1.76-1 [89.9 kB]
16:34:43 #8 18.60 Get:103 http://archive.raspbian.org/raspbian buster/main armhf libhtml-parser-perl armhf 3.72-3+b2 [101 kB]
16:34:43 #14 ...
16:34:43 
16:34:43 #20 [internal] load build context
16:34:43 #20 sha256:2723e8c7e4f64ab0138fb1072a5983ad7d0afbf1bbf6ecb698f026d30258f1e1
16:34:43 #20 transferring context: 51.24MB 2.5s done
16:34:43 #20 DONE 2.7s
16:34:43 
16:34:43 #14 [gostable 1/1] FROM docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56
16:34:43 #14 sha256:ceeb074a93cd56d7223bfa942039da4ffc3461de6a323d635889f8f45bd2e7e0
16:34:43 #14 extracting sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55
16:34:43 #8 18.60 Get:104 http://archive.raspbian.org/raspbian buster/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
16:34:43 #8 18.61 Get:105 http://archive.raspbian.org/raspbian buster/main armhf libio-html-perl all 1.001-1 [17.6 kB]
16:34:43 #8 18.61 Get:106 http://archive.raspbian.org/raspbian buster/main armhf liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
16:34:43 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 105.80MB / 105.80MB 2.7s done
16:34:43 #8 18.78 Get:107 http://archive.raspbian.org/raspbian buster/main armhf libhttp-message-perl all 6.18-1 [77.8 kB]
16:34:43 #8 19.02 Get:108 http://archive.raspbian.org/raspbian buster/main armhf libhttp-cookies-perl all 6.04-1 [17.8 kB]
16:34:43 #8 19.02 Get:109 http://archive.raspbian.org/raspbian buster/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
16:34:43 #8 19.02 Get:110 http://archive.raspbian.org/raspbian buster/main armhf perl-openssl-defaults armhf 3 [6782 B]
16:34:43 #8 19.02 Get:111 http://archive.raspbian.org/raspbian buster/main armhf libnet-ssleay-perl armhf 1.85-2+b1 [286 kB]
16:34:44 #8 19.18 Get:112 http://archive.raspbian.org/raspbian buster/main armhf libio-socket-ssl-perl all 2.060-3 [207 kB]
16:34:44 #8 19.18 Get:113 http://archive.raspbian.org/raspbian buster/main armhf libnet-http-perl all 6.18-1 [24.5 kB]
16:34:44 #8 19.18 Get:114 http://archive.raspbian.org/raspbian buster/main armhf liblwp-protocol-https-perl all 6.07-2 [9242 B]
16:34:44 #8 19.19 Get:115 http://archive.raspbian.org/raspbian buster/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
16:34:44 #8 19.19 Get:116 http://archive.raspbian.org/raspbian buster/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
16:34:44 #8 19.19 Get:117 http://archive.raspbian.org/raspbian buster/main armhf libwww-perl all 6.36-2 [188 kB]
16:34:44 #8 19.25 Get:118 http://archive.raspbian.org/raspbian buster/main armhf patchutils armhf 0.3.4-2 [83.1 kB]
16:34:44 #8 19.25 Get:119 http://archive.raspbian.org/raspbian buster/main armhf wdiff armhf 1.2.2-2 [120 kB]
16:34:44 #8 19.25 Get:120 http://archive.raspbian.org/raspbian buster/main armhf devscripts armhf 2.19.5+deb10u1 [1045 kB]
16:34:44 #8 19.34 Get:121 http://archive.raspbian.org/raspbian buster/main armhf equivs all 2.2.0 [22.4 kB]
16:34:44 #8 19.34 Get:122 http://archive.raspbian.org/raspbian buster/main armhf libcurl3-gnutls armhf 7.64.0-4+deb10u2 [292 kB]
16:34:44 #8 19.35 Get:123 http://archive.raspbian.org/raspbian buster/main armhf libpcre2-8-0 armhf 10.32-5 [184 kB]
16:34:44 #8 19.35 Get:124 http://archive.raspbian.org/raspbian buster/main armhf liberror-perl all 0.17027-2 [30.9 kB]
16:34:44 #8 19.35 Get:125 http://archive.raspbian.org/raspbian buster/main armhf git-man all 1:2.20.1-2+deb10u3 [1620 kB]
16:34:44 #8 19.43 Get:126 http://archive.raspbian.org/raspbian buster/main armhf git armhf 1:2.20.1-2+deb10u3 [4194 kB]
16:34:44 #14 extracting sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 3.8s done
16:34:44 #14 ...
16:34:44 
16:34:44 #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
16:34:44 #8 sha256:9c5ff9792a5fbdac859131a3fbf931b09fb391ee7d2518c51da810999aff6bb0
16:34:44 #8 DONE 1.3s
16:34:44 
16:34:44 #14 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:44 #14 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:34:44 #14 extracting sha256:82e5f66f5d0e1c97622f33d44fb04efb42bd3562bdc3482537d121040c789f9a
16:34:45 #8 20.25 debconf: delaying package configuration, since apt-utils is not installed
16:34:45 #8 20.32 Fetched 69.0 MB in 5s (13.1 MB/s)
16:34:45 #14 extracting sha256:82e5f66f5d0e1c97622f33d44fb04efb42bd3562bdc3482537d121040c789f9a 0.6s done
16:34:45 #14 extracting sha256:c1c8f1c77d6674046d7deb41be1ca07f25cb43fd67f87e879ee79cc6586087f0
16:34:45 #8 20.45 (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 ... 7586 files and directories currently installed.)
16:34:45 #8 20.46 Preparing to unpack .../libc6_2.28-10+rpt2+rpi1_armhf.deb ...
16:34:45 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 0B / 76.10MB 2.2s
16:34:45 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 5.24MB / 76.10MB 2.6s
16:34:45 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 14.68MB / 76.10MB 2.7s
16:34:45 #14 extracting sha256:c1c8f1c77d6674046d7deb41be1ca07f25cb43fd67f87e879ee79cc6586087f0 0.3s done
16:34:45 #14 extracting sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6
16:34:45 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 38.80MB / 76.10MB 2.9s
16:34:45 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 49.28MB / 76.10MB 3.0s
16:34:45 #8 20.94 Unpacking libc6:armhf (2.28-10+rpt2+rpi1) over (2.28-10+rpi1) ...
16:34:45 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 59.77MB / 76.10MB 3.1s
16:34:45 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 72.35MB / 76.10MB 3.2s
16:34:46 #7 sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 76.10MB / 76.10MB 4.0s done
16:34:46 #7 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc
16:34:47 #8 ...
16:34:47 
16:34:47 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:47 #13 sha256:95c9691afd60ae95a517e039bc9437c4ee53e5694d1b9fb22d4e235c8c01240c
16:34:47 #13 extracting sha256:66a8f4297b0a47f82fec3e7fb7b678ce4ebe06a7410c47b61d0f3db4be293e15 10.3s done
16:34:47 #13 extracting sha256:1a16c09120356a9d4f790aa82a738fb5a40377c834a63c5051cb05fef24c848c done
16:34:47 #13 DONE 38.6s
16:34:47 
16:34:47 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
16:34:47 #8 sha256:35212f0ca54745bc77692b6221b37fc4d52309e3466957c7b949297d87e3002a
16:34:47 #14 extracting sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 4.0s done
16:34:47 #14 extracting sha256:5d74067f8e1e693b0d04e2d1aa72270ebd6c3e160993af37c8629b28b3f083a5 done
16:34:47 #14 DONE 7.1s
16:34:47 
16:34:47 #16 [build-base-alpine 1/3] COPY --from=xx / /
16:34:47 #16 sha256:d4ed2a4b27804a9b1166ef0ca00378af33b881e47414dc5dd4bcd8d865181bdb
16:34:48 #8 23.68 Setting up libc6:armhf (2.28-10+rpt2+rpi1) ...
16:34:48 #16 DONE 1.0s
16:34:48 
16:34:48 #17 [build-base-alpine 2/3] RUN apk add --no-cache clang lld llvm file git
16:34:48 #17 sha256:4f762c1ca3b75604fad3bd550789d0ed54653889b4d2c485d0af94b76bfd2d67
16:34:49 #17 0.396 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
16:34:49 #14 extracting sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 3.7s done
16:34:49 #14 extracting sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a
16:34:49 #8 25.02 Selecting previously unselected package libbsd0:armhf.
16:34:49 #8 25.02 (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 ... 7586 files and directories currently installed.)
16:34:49 #8 25.04 Preparing to unpack .../00-libbsd0_0.9.1-2+deb10u1_armhf.deb ...
16:34:49 #8 25.04 Unpacking libbsd0:armhf (0.9.1-2+deb10u1) ...
16:34:49 #8 25.10 Selecting previously unselected package libtinfo5:armhf.
16:34:49 #8 25.10 Preparing to unpack .../01-libtinfo5_6.1+20181013-2+deb10u2_armhf.deb ...
16:34:49 #8 25.11 Unpacking libtinfo5:armhf (6.1+20181013-2+deb10u2) ...
16:34:50 #8 25.18 Selecting previously unselected package bsdmainutils.
16:34:50 #8 25.18 Preparing to unpack .../02-bsdmainutils_11.1.2_armhf.deb ...
16:34:50 #8 25.19 Unpacking bsdmainutils (11.1.2) ...
16:34:50 #8 25.27 Selecting previously unselected package libuchardet0:armhf.
16:34:50 #8 25.28 Preparing to unpack .../03-libuchardet0_0.0.6-3_armhf.deb ...
16:34:50 #8 25.28 Unpacking libuchardet0:armhf (0.0.6-3) ...
16:34:50 #8 25.34 Selecting previously unselected package groff-base.
16:34:50 #8 25.34 Preparing to unpack .../04-groff-base_1.22.4-3+deb10u1_armhf.deb ...
16:34:50 #8 25.34 Unpacking groff-base (1.22.4-3+deb10u1) ...
16:34:50 #7 ...
16:34:50 
16:34:50 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:50 #13 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:34:50 #13 resolve docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4 0.0s done
16:34:50 #13 sha256:cba9b9e03a0f18de8a1db1b85c6c098b9e8d899d4ce140d34b7bcf65a22104c1 1.79kB / 1.79kB done
16:34:50 #13 sha256:c1c8f1c77d6674046d7deb41be1ca07f25cb43fd67f87e879ee79cc6586087f0 10.00MB / 10.00MB 0.4s done
16:34:50 #13 sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4 1.86kB / 1.86kB done
16:34:50 #13 sha256:e58fc1cf6cb0c05654a4ed0c8cf0f3f28a1fc03d53fbadb72bd717bad75efe5f 6.96kB / 6.96kB done
16:34:50 #13 sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 50.44MB / 50.44MB 1.0s done
16:34:50 #13 sha256:82e5f66f5d0e1c97622f33d44fb04efb42bd3562bdc3482537d121040c789f9a 7.83MB / 7.83MB 0.5s done
16:34:50 #13 sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 51.84MB / 51.84MB 1.5s done
16:34:50 #13 sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 68.75MB / 68.75MB 2.1s done
16:34:50 #13 sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 129.03MB / 129.03MB 3.4s done
16:34:50 #13 extracting sha256:8f04e8168e3873638397ca4beb7d8484b150eca0d10fe1b033a125202ba57692 2.8s done
16:34:50 #13 sha256:89f90d515ac840c6d2419b52c468f2e03a7fec676ffa1603ccf0469791aa68fd 155B / 155B 2.2s done
16:34:50 #13 extracting sha256:82e5f66f5d0e1c97622f33d44fb04efb42bd3562bdc3482537d121040c789f9a 0.5s done
16:34:50 #13 extracting sha256:c1c8f1c77d6674046d7deb41be1ca07f25cb43fd67f87e879ee79cc6586087f0 0.6s done
16:34:50 #13 extracting sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 1.3s
16:34:50 #8 25.51 Selecting previously unselected package libgdbm6:armhf.
16:34:50 #8 25.51 Preparing to unpack .../05-libgdbm6_1.18.1-4_armhf.deb ...
16:34:50 #8 25.52 Unpacking libgdbm6:armhf (1.18.1-4) ...
16:34:50 #8 25.57 Selecting previously unselected package libpipeline1:armhf.
16:34:50 #8 25.57 Preparing to unpack .../06-libpipeline1_1.5.1-2_armhf.deb ...
16:34:50 #8 25.58 Unpacking libpipeline1:armhf (1.5.1-2) ...
16:34:50 #8 25.64 Selecting previously unselected package man-db.
16:34:50 #8 25.64 Preparing to unpack .../07-man-db_2.8.5-2_armhf.deb ...
16:34:50 #8 25.65 Unpacking man-db (2.8.5-2) ...
16:34:50 #17 1.495 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
16:34:50 #17 1.662 (1/18) Installing libffi (3.3-r2)
16:34:50 #17 1.667 (2/18) Installing libgcc (10.3.1_git20210424-r2)
16:34:50 #17 1.669 (3/18) Installing libstdc++ (10.3.1_git20210424-r2)
16:34:50 #17 1.684 (4/18) Installing xz-libs (5.2.5-r0)
16:34:50 #17 1.689 (5/18) Installing libxml2 (2.9.12-r1)
16:34:50 #17 1.704 (6/18) Installing llvm11-libs (11.1.0-r2)
16:34:50 #8 25.85 Selecting previously unselected package perl-modules-5.28.
16:34:50 #8 25.85 Preparing to unpack .../08-perl-modules-5.28_5.28.1-6_all.deb ...
16:34:50 #8 25.86 Unpacking perl-modules-5.28 (5.28.1-6) ...
16:34:51 #17 2.412 (7/18) Installing clang-libs (11.1.0-r1)
16:34:51 #8 26.61 Selecting previously unselected package libgdbm-compat4:armhf.
16:34:51 #8 26.61 Preparing to unpack .../09-libgdbm-compat4_1.18.1-4_armhf.deb ...
16:34:51 #8 26.62 Unpacking libgdbm-compat4:armhf (1.18.1-4) ...
16:34:51 #8 26.68 Selecting previously unselected package libperl5.28:armhf.
16:34:51 #8 26.68 Preparing to unpack .../10-libperl5.28_5.28.1-6_armhf.deb ...
16:34:51 #8 26.68 Unpacking libperl5.28:armhf (5.28.1-6) ...
16:34:51 #17 3.139 (8/18) Installing clang (11.1.0-r1)
16:34:52 #8 27.34 Selecting previously unselected package perl.
16:34:52 #8 27.34 Preparing to unpack .../11-perl_5.28.1-6_armhf.deb ...
16:34:52 #8 27.36 Unpacking perl (5.28.1-6) ...
16:34:52 #8 27.44 Selecting previously unselected package libpython3.7-minimal:armhf.
16:34:52 #8 27.44 Preparing to unpack .../12-libpython3.7-minimal_3.7.3-2+deb10u3_armhf.deb ...
16:34:52 #8 27.45 Unpacking libpython3.7-minimal:armhf (3.7.3-2+deb10u3) ...
16:34:52 #14 ...
16:34:52 
16:34:52 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
16:34:52 #9 sha256:1c3cfc5896082c97e430fbf7fd7a73e5251d4ddd91a40714cfbd91b466d61e5c
16:34:52 #9 1.157 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
16:34:52 #9 1.209 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
16:34:52 #9 1.326 Get:3 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [791 kB]
16:34:52 #9 1.385 Get:4 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1082 kB]
16:34:52 #9 1.420 Get:5 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [529 kB]
16:34:52 #9 1.429 Get:6 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.1 kB]
16:34:52 #9 1.607 Get:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
16:34:52 #9 1.699 Get:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
16:34:52 #9 1.803 Get:9 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
16:34:52 #9 2.556 Get:10 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
16:34:52 #9 2.557 Get:11 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
16:34:52 #9 2.569 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
16:34:52 #9 2.622 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.3 kB]
16:34:52 #9 2.623 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1071 kB]
16:34:52 #9 2.675 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1528 kB]
16:34:52 #9 2.744 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [576 kB]
16:34:52 #9 2.770 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [6310 B]
16:34:52 #9 2.770 Get:18 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [2668 B]
16:34:52 #9 3.875 Fetched 19.1 MB in 3s (6212 kB/s)
16:34:52 #9 3.875 Reading package lists...
16:34:52 #9 5.023 Reading package lists...
16:34:52 #9 6.122 Building dependency tree...
16:34:52 #9 6.331 Reading state information...
16:34:52 #9 6.578 The following additional packages will be installed:
16:34:52 #9 6.578   at autoconf automake autopoint autotools-dev binutils binutils-common
16:34:52 #9 6.578   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
16:34:52 #9 6.579   cpp-9 dctrl-tools debhelper dh-autoreconf dh-strip-nondeterminism diffstat
16:34:52 #9 6.579   dirmngr distro-info-data dpkg-dev dput dwz fakeroot file g++ g++-9 gcc gcc-9
16:34:52 #9 6.579   gcc-9-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
16:34:52 #9 6.579   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
16:34:52 #9 6.579   intltool-debian iso-codes krb5-locales less libalgorithm-diff-perl
16:34:52 #9 6.579   libalgorithm-diff-xs-perl libalgorithm-merge-perl libapt-pkg-perl
16:34:52 #9 6.579   libarchive-cpio-perl libarchive-zip-perl libarray-intspan-perl libasan5
16:34:52 #9 6.579   libasn1-8-heimdal libassuan0 libasync-mergepoint-perl libatomic1
16:34:52 #9 6.579   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
16:34:52 #9 6.580   libbinutils libbrotli1 libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl
16:34:52 #9 6.580   libcbor0.6 libcc1-0 libclass-method-modifiers-perl libclass-xsaccessor-perl
16:34:52 #9 6.580   libclone-perl libcommon-sense-perl libconst-fast-perl
16:34:52 #9 6.580   libcontextual-return-perl libcpanel-json-xs-perl libcroco3 libcrypt-dev
16:34:52 #9 6.580   libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 libdata-dump-perl
16:34:52 #9 6.580   libdata-optlist-perl libdebhelper-perl libdevel-callchecker-perl
16:34:52 #9 6.580   libdevel-size-perl libdigest-bubblebabble-perl libdigest-hmac-perl
16:34:52 #9 6.580   libdistro-info-perl libdpkg-perl libdynaloader-functions-perl libedit2
16:34:52 #9 6.580   libelf1 libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
16:34:52 #9 6.580   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
16:34:52 #9 6.580   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
16:34:52 #9 6.580   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
16:34:52 #9 6.580   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
16:34:52 #9 6.580   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
16:34:52 #9 6.580   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
16:34:52 #9 6.580   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
16:34:52 #9 6.580   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
16:34:52 #9 6.581   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
16:34:52 #9 6.581   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
16:34:52 #9 6.581   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
16:34:52 #9 6.581   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
16:34:52 #9 6.581   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
16:34:52 #9 6.581   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
16:34:52 #9 6.581   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
16:34:52 #9 6.581   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
16:34:52 #9 6.581   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
16:34:52 #9 6.581   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
16:34:52 #9 6.581   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
16:34:52 #9 6.581   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
16:34:52 #9 6.581   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
16:34:52 #9 6.581   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
16:34:52 #9 6.581   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
16:34:52 #9 6.581   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
16:34:52 #9 6.581   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
16:34:52 #9 6.582   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
16:34:52 #9 6.582   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
16:34:52 #9 6.582   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
16:34:52 #9 6.582   libnumber-compare-perl libnumber-range-perl libobject-id-perl
16:34:52 #9 6.582   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
16:34:52 #9 6.582   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
16:34:52 #9 6.582   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
16:34:52 #9 6.582   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
16:34:52 #9 6.582   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
16:34:52 #9 6.582   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
16:34:52 #9 6.582   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
16:34:52 #9 6.582   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
16:34:52 #9 6.582   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
16:34:52 #9 6.582   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
16:34:52 #9 6.582   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
16:34:52 #9 6.582   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
16:34:52 #9 6.582   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
16:34:52 #9 6.582   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
16:34:52 #9 6.582   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
16:34:52 #9 6.582   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
16:34:52 #9 6.582   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
16:34:52 #9 6.582   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
16:34:52 #9 6.582   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
16:34:52 #9 6.582   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
16:34:52 #9 6.582   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
16:34:52 #9 6.582   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
16:34:52 #9 6.582   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
16:34:52 #9 6.583   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
16:34:52 #9 6.583   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
16:34:52 #9 6.583   openssh-client openssl patch patchutils perl perl-modules-5.30
16:34:52 #9 6.583   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
16:34:52 #9 6.583   python-apt-common python3 python3-apt python3-certifi python3-chardet
16:34:52 #9 6.583   python3-debian python3-gpg python3-idna python3-magic python3-minimal
16:34:52 #9 6.583   python3-pkg-resources python3-requests python3-six python3-unidiff
16:34:52 #9 6.583   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
16:34:52 #9 6.584   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
16:34:52 #9 6.584   xz-utils
16:34:52 #9 6.586 Suggested packages:
16:34:52 #9 6.586   default-mta | mail-transport-agent autoconf-archive gnu-standards
16:34:52 #9 6.586   autoconf-doc binutils-doc wamerican | wordlist whois vacation cpp-doc
16:34:52 #9 6.586   gcc-9-locales debtags dh-make adequate autopkgtest bls-standalone bsd-mailx
16:34:52 #9 6.586   | mailx check-all-the-things cvs-buildpackage devscripts-el diffoscope
16:34:52 #9 6.586   disorderfs dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
16:34:52 #9 6.586   libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
16:34:52 #9 6.586   libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
16:34:52 #9 6.586   ratt reprotest svn-buildpackage w3m debian-keyring libsoap-lite-perl
16:34:52 #9 6.586   dbus-user-session libpam-systemd pinentry-gnome3 tor python3-paramiko
16:34:52 #9 6.586   mini-dinstall rsync g++-multilib g++-9-multilib gcc-9-doc gcc-multilib flex
16:34:52 #9 6.586   bison gdb gcc-doc gcc-9-multilib gettext-doc libasprintf-dev
16:34:52 #9 6.586   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
16:34:52 #9 6.586   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn parcimonie
16:34:52 #9 6.586   xloadimage scdaemon groff isoquery libgssapi-perl glibc-doc bzr gdbm-l10n
16:34:52 #9 6.586   krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl libossp-uuid-perl
16:34:52 #9 6.586   libscalar-number-perl libsasl2-modules-gssapi-mit
16:34:52 #9 6.586   | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
16:34:52 #9 6.586   libsasl2-modules-sql libstdc++-9-doc libbareword-filehandles-perl
16:34:52 #9 6.586   libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
16:34:52 #9 6.587   gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
16:34:52 #9 6.587   libxml-sax-expatxs-perl bash-completion binutils-multiarch
16:34:52 #9 6.587   libtext-template-perl m4-doc make-doc apparmor www-browser keychain
16:34:52 #9 6.587   libpam-ssh monkeysphere ssh-askpass ed diffutils-doc perl-doc
16:34:52 #9 6.587   libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
16:34:52 #9 6.587   liblocale-codes-perl pinentry-doc libmail-box-perl python3-doc python3-tk
16:34:52 #9 6.587   python3-venv python3-apt-dbg python-apt-doc python3-setuptools
16:34:52 #9 6.587   python3-cryptography python3-openssl python3-socks python3.8-venv
16:34:52 #9 6.587   python3.8-doc binfmt-support readline-doc zip wdiff-doc
16:34:52 #9 6.995 The following NEW packages will be installed:
16:34:52 #9 6.995   at autoconf automake autopoint autotools-dev binutils binutils-common
16:34:52 #9 6.995   binutils-x86-64-linux-gnu bsdmainutils build-essential ca-certificates cpp
16:34:52 #9 6.996   cpp-9 curl dctrl-tools debhelper devscripts dh-autoreconf
16:34:52 #9 6.996   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
16:34:52 #9 6.996   equivs fakeroot file g++ g++-9 gcc gcc-9 gcc-9-base gettext gettext-base git
16:34:52 #9 6.996   git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
16:34:52 #9 6.996   gpg-wks-server gpgconf gpgsm groff-base intltool-debian iso-codes
16:34:52 #9 6.997   krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl
16:34:52 #9 6.997   libalgorithm-merge-perl libapt-pkg-perl libarchive-cpio-perl
16:34:52 #9 6.997   libarchive-zip-perl libarray-intspan-perl libasan5 libasn1-8-heimdal
16:34:52 #9 6.997   libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
16:34:52 #9 6.997   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
16:34:52 #9 6.997   libbsd0 libc-dev-bin libc6-dev libcapture-tiny-perl libcbor0.6 libcc1-0
16:34:52 #9 6.997   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
16:34:52 #9 6.997   libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
16:34:52 #9 6.997   libcpanel-json-xs-perl libcroco3 libcrypt-dev libctf-nobfd0 libctf0
16:34:52 #9 6.997   libcurl3-gnutls libcurl4 libdata-dump-perl libdata-optlist-perl
16:34:52 #9 6.997   libdebhelper-perl libdevel-callchecker-perl libdevel-size-perl
16:34:52 #9 6.997   libdigest-bubblebabble-perl libdigest-hmac-perl libdistro-info-perl
16:34:52 #9 6.997   libdpkg-perl libdynaloader-functions-perl libedit2 libelf1
16:34:52 #9 6.998   libemail-valid-perl libencode-locale-perl liberror-perl libexpat1
16:34:52 #9 6.998   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
16:34:52 #9 6.998   libfile-chdir-perl libfile-fcntllock-perl libfile-find-rule-perl
16:34:52 #9 6.998   libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
16:34:52 #9 6.998   libfile-which-perl libfl2 libfont-afm-perl libfont-ttf-perl libfuture-perl
16:34:52 #9 6.998   libgcc-9-dev libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
16:34:52 #9 6.998   libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
16:34:52 #9 6.998   libgomp1 libgpgme11 libgssapi-krb5-2 libgssapi3-heimdal
16:34:52 #9 6.998   libhash-fieldhash-perl libhcrypto4-heimdal libheimbase1-heimdal
16:34:52 #9 6.998   libheimntlm0-heimdal libhtml-form-perl libhtml-format-perl
16:34:52 #9 6.998   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
16:34:52 #9 6.998   libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
16:34:52 #9 6.998   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
16:34:52 #9 6.998   libhx509-5-heimdal libicu66 libidn11 libimport-into-perl
16:34:52 #9 6.998   libio-async-loop-epoll-perl libio-async-perl libio-html-perl
16:34:52 #9 6.998   libio-prompter-perl libio-pty-perl libio-socket-ssl-perl libio-string-perl
16:34:52 #9 6.999   libio-stringy-perl libipc-run-perl libipc-system-simple-perl libisl22
16:34:52 #9 6.999   libitm1 libjson-maybexs-perl libjson-perl libjson-xs-perl libk5crypto3
16:34:52 #9 6.999   libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8
16:34:52 #9 6.999   libldap-2.4-2 libldap-common liblinux-epoll-perl liblist-compare-perl
16:34:52 #9 6.999   liblist-moreutils-perl liblist-someutils-perl liblist-someutils-xs-perl
16:34:52 #9 6.999   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
16:34:52 #9 6.999   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
16:34:52 #9 6.999   liblwp-protocol-https-perl libmagic-mgc libmagic1 libmail-sendmail-perl
16:34:52 #9 6.999   libmailtools-perl libmodule-implementation-perl libmodule-runtime-perl
16:34:52 #9 6.999   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmpc3 libmpdec2
16:34:52 #9 7.000   libmpfr6 libnamespace-clean-perl libnet-dns-perl libnet-dns-sec-perl
16:34:52 #9 7.000   libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
16:34:52 #9 7.000   libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0
16:34:52 #9 7.000   libnumber-compare-perl libnumber-range-perl libobject-id-perl
16:34:52 #9 7.000   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
16:34:52 #9 7.000   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
16:34:52 #9 7.000   libpath-tiny-perl libperl4-corelibs-perl libperl5.30 libperlio-gzip-perl
16:34:52 #9 7.000   libpipeline1 libpod-constants-perl libpsl5 libpython3-stdlib
16:34:52 #9 7.000   libpython3.8-minimal libpython3.8-stdlib libquadmath0 libre-engine-re2-perl
16:34:52 #9 7.000   libre2-5 libreadline8 libreadonly-perl libref-util-perl libref-util-xs-perl
16:34:52 #9 7.000   libregexp-pattern-license-perl libregexp-pattern-perl libroken18-heimdal
16:34:52 #9 7.000   librole-tiny-perl librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db
16:34:52 #9 7.001   libsereal-decoder-perl libsereal-encoder-perl libsereal-perl libsigsegv2
16:34:52 #9 7.001   libsort-key-perl libsort-versions-perl libsqlite3-0 libssh-4 libssl1.1
16:34:52 #9 7.001   libstdc++-9-dev libstrictures-perl libstring-copyright-perl
16:34:52 #9 7.001   libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
16:34:52 #9 7.001   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
16:34:52 #9 7.001   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
16:34:52 #9 7.001   libsys-hostname-long-perl libterm-readkey-perl libtest-fatal-perl
16:34:52 #9 7.001   libtest-refcount-perl libtext-glob-perl libtext-levenshtein-perl
16:34:52 #9 7.001   libtimedate-perl libtool libtry-tiny-perl libtsan0 libtype-tiny-perl
16:34:52 #9 7.001   libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1 libuchardet0
16:34:52 #9 7.001   libunicode-utf8-perl libunwind8 liburi-perl libvariable-magic-perl
16:34:52 #9 7.001   libwant-perl libwind0-heimdal libwww-perl libwww-robotrules-perl libx11-6
16:34:52 #9 7.001   libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxml-libxml-perl
16:34:52 #9 7.001   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
16:34:52 #9 7.001   libxml-sax-expat-perl libxml-sax-perl libxml-writer-perl libxml2 libxmuu1
16:34:52 #9 7.002   libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
16:34:52 #9 7.002   lsb-release m4 make man-db manpages manpages-dev mime-support netbase
16:34:52 #9 7.002   openssh-client openssl patch patchutils perl perl-modules-5.30
16:34:52 #9 7.002   perl-openssl-defaults pinentry-curses po-debconf publicsuffix
16:34:52 #9 7.002   python-apt-common python3 python3-apt python3-certifi python3-chardet
16:34:52 #9 7.002   python3-debian python3-gpg python3-idna python3-magic python3-minimal
16:34:52 #9 7.003   python3-pkg-resources python3-requests python3-six python3-unidiff
16:34:52 #9 7.003   python3-urllib3 python3-xdg python3.8 python3.8-minimal readline-common
16:34:52 #9 7.003   shared-mime-info strace t1utils tzdata ucf unzip wdiff xauth xdg-user-dirs
16:34:52 #9 7.003   xz-utils
16:34:52 #9 7.435 0 upgraded, 354 newly installed, 0 to remove and 3 not upgraded.
16:34:52 #9 7.435 Need to get 104 MB of archives.
16:34:52 #9 7.435 After this operation, 467 MB of additional disk space will be used.
16:34:52 #9 7.435 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblocale-gettext-perl amd64 1.07-4 [17.1 kB]
16:34:52 #9 7.583 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.8 [1320 kB]
16:34:52 #9 ...
16:34:52 
16:34:52 #14 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:52 #14 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:34:52 #17 3.413 (9/18) Installing libmagic (5.40-r1)
16:34:52 #17 3.437 (10/18) Installing file (5.40-r1)
16:34:52 #17 3.440 (11/18) Installing brotli-libs (1.0.9-r5)
16:34:52 #17 3.450 (12/18) Installing nghttp2-libs (1.43.0-r0)
16:34:52 #17 3.453 (13/18) Installing libcurl (7.79.0-r0)
16:34:52 #17 3.461 (14/18) Installing expat (2.4.1-r0)
16:34:52 #17 3.465 (15/18) Installing pcre2 (10.36-r0)
16:34:52 #17 3.474 (16/18) Installing git (2.32.0-r0)
16:34:52 #14 extracting sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 3.1s done
16:34:52 #8 27.63 Selecting previously unselected package libexpat1:armhf.
16:34:52 #8 27.63 Preparing to unpack .../13-libexpat1_2.2.6-2+deb10u1_armhf.deb ...
16:34:52 #8 27.63 Unpacking libexpat1:armhf (2.2.6-2+deb10u1) ...
16:34:52 #8 27.70 Selecting previously unselected package python3.7-minimal.
16:34:52 #8 27.70 Preparing to unpack .../14-python3.7-minimal_3.7.3-2+deb10u3_armhf.deb ...
16:34:52 #8 27.71 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
16:34:52 #17 3.580 (17/18) Installing lld (11.1.0-r0)
16:34:52 #17 3.610 (18/18) Installing llvm11 (11.1.0-r2)
16:34:52 #14 extracting sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331
16:34:52 #17 3.954 Executing busybox-1.33.1-r3.trigger
16:34:52 #17 3.959 OK: 285 MiB in 33 packages
16:34:52 #8 28.00 Setting up libpython3.7-minimal:armhf (3.7.3-2+deb10u3) ...
16:34:52 #8 28.03 Setting up libexpat1:armhf (2.2.6-2+deb10u1) ...
16:34:52 #8 28.04 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
16:34:52 #13 extracting sha256:5095cab277710f0c2883844158323ad986c763ffc37353ddff874dd85585d9b6 4.1s done
16:34:52 #13 extracting sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a
16:34:53 #13 ...
16:34:53 
16:34:53 #7 [stage-1 1/7] FROM docker.io/library/centos:7@sha256:9d4bcbbb213dfd745b58be38b13b996ebb5ac315fe75711bd618426a630e0987
16:34:53 #7 sha256:a0888aee9b87c72b846d6009d871befd442b2545864728203b742012f5f27cf6
16:34:53 #7 extracting sha256:2d473b07cdd5f0912cd6f1a703352c82b512407db6b05b43f2553732b55df3bc 5.7s done
16:34:53 #7 DONE 10.3s
16:34:53 
16:34:53 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:53 #13 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:34:53 #13 ...
16:34:53 
16:34:53 #8 [stage-1 2/7] RUN if [ -f /etc/yum.repos.d/CentOS-Sources.repo ]; then sed -i 's/altarch/centos/g' /etc/yum.repos.d/CentOS-Sources.repo; fi
16:34:53 #8 sha256:cf4fb3654e48196cc2869fc32de241cbffa51e17eddb4511085620dc69654c70
16:34:54 #8 29.13 Selecting previously unselected package python3-minimal.
16:34:54 #8 29.13 (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 ... 10423 files and directories currently installed.)
16:34:54 #8 29.14 Preparing to unpack .../0-python3-minimal_3.7.3-1_armhf.deb ...
16:34:54 #8 29.15 Unpacking python3-minimal (3.7.3-1) ...
16:34:54 #8 29.21 Selecting previously unselected package mime-support.
16:34:54 #8 29.21 Preparing to unpack .../1-mime-support_3.62_all.deb ...
16:34:54 #8 29.22 Unpacking mime-support (3.62) ...
16:34:54 #8 29.28 Selecting previously unselected package libmpdec2:armhf.
16:34:54 #8 29.28 Preparing to unpack .../2-libmpdec2_2.4.2-2_armhf.deb ...
16:34:54 #8 29.29 Unpacking libmpdec2:armhf (2.4.2-2) ...
16:34:54 #8 29.34 Selecting previously unselected package libpython3.7-stdlib:armhf.
16:34:54 #8 29.35 Preparing to unpack .../3-libpython3.7-stdlib_3.7.3-2+deb10u3_armhf.deb ...
16:34:54 #8 29.35 Unpacking libpython3.7-stdlib:armhf (3.7.3-2+deb10u3) ...
16:34:54 #8 29.64 Selecting previously unselected package python3.7.
16:34:54 #8 29.65 Preparing to unpack .../4-python3.7_3.7.3-2+deb10u3_armhf.deb ...
16:34:54 #8 29.65 Unpacking python3.7 (3.7.3-2+deb10u3) ...
16:34:54 #8 29.72 Selecting previously unselected package libpython3-stdlib:armhf.
16:34:54 #8 29.72 Preparing to unpack .../5-libpython3-stdlib_3.7.3-1_armhf.deb ...
16:34:54 #8 29.73 Unpacking libpython3-stdlib:armhf (3.7.3-1) ...
16:34:54 #8 29.79 Setting up python3-minimal (3.7.3-1) ...
16:34:55 #8 30.20 Selecting previously unselected package python3.
16:34:55 #8 30.20 (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 ... 10860 files and directories currently installed.)
16:34:55 #8 30.22 Preparing to unpack .../000-python3_3.7.3-1_armhf.deb ...
16:34:55 #8 30.23 Unpacking python3 (3.7.3-1) ...
16:34:55 #8 30.28 Selecting previously unselected package sensible-utils.
16:34:55 #8 30.28 Preparing to unpack .../001-sensible-utils_0.0.12_all.deb ...
16:34:55 #8 30.29 Unpacking sensible-utils (0.0.12) ...
16:34:55 #8 30.36 Selecting previously unselected package bzip2.
16:34:55 #8 30.36 Preparing to unpack .../002-bzip2_1.0.6-9.2~deb10u1_armhf.deb ...
16:34:55 #8 30.37 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
16:34:55 #8 30.43 Selecting previously unselected package libmagic-mgc.
16:34:55 #8 30.44 Preparing to unpack .../003-libmagic-mgc_1%3a5.35-4+deb10u2_armhf.deb ...
16:34:55 #8 30.44 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
16:34:55 #8 30.56 Selecting previously unselected package libmagic1:armhf.
16:34:55 #8 30.56 Preparing to unpack .../004-libmagic1_1%3a5.35-4+deb10u2_armhf.deb ...
16:34:55 #8 30.57 Unpacking libmagic1:armhf (1:5.35-4+deb10u2) ...
16:34:55 #8 30.62 Selecting previously unselected package file.
16:34:55 #8 30.62 Preparing to unpack .../005-file_1%3a5.35-4+deb10u2_armhf.deb ...
16:34:55 #8 30.63 Unpacking file (1:5.35-4+deb10u2) ...
16:34:55 #8 30.69 Selecting previously unselected package gettext-base.
16:34:55 #8 30.69 Preparing to unpack .../006-gettext-base_0.19.8.1-9_armhf.deb ...
16:34:55 #8 30.69 Unpacking gettext-base (0.19.8.1-9) ...
16:34:55 #8 30.78 Selecting previously unselected package xz-utils.
16:34:55 #8 30.78 Preparing to unpack .../007-xz-utils_5.2.4-1_armhf.deb ...
16:34:55 #8 30.79 Unpacking xz-utils (5.2.4-1) ...
16:34:55 #8 DONE 2.1s
16:34:55 
16:34:55 #9 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
16:34:55 #9 sha256:e4108f4e923b4be0750f07384309ae1ebf6d9e535d99cf44936874f303e008b2
16:34:55 #8 30.86 Selecting previously unselected package libsigsegv2:armhf.
16:34:55 #8 30.87 Preparing to unpack .../008-libsigsegv2_2.12-2_armhf.deb ...
16:34:55 #8 30.87 Unpacking libsigsegv2:armhf (2.12-2) ...
16:34:55 #8 30.94 Selecting previously unselected package m4.
16:34:55 #8 30.94 Preparing to unpack .../009-m4_1.4.18-2_armhf.deb ...
16:34:55 #8 30.94 Unpacking m4 (1.4.18-2) ...
16:34:55 #8 31.02 Selecting previously unselected package autoconf.
16:34:55 #8 31.02 Preparing to unpack .../010-autoconf_2.69-11_all.deb ...
16:34:55 #8 31.03 Unpacking autoconf (2.69-11) ...
16:34:56 #17 DONE 7.0s
16:34:56 
16:34:56 #18 [build-base-alpine 3/3] WORKDIR /go/src/github.com/docker/cli
16:34:56 #18 sha256:bc5c0c07c77d0a45fad4cc2529ef787ccf88144b320146a68ac1e8d427bdcd33
16:34:56 #18 DONE 0.0s
16:34:56 
16:34:56 #19 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
16:34:56 #19 sha256:f2c69e1d603534e2debe3b0860c2c358a8d22790b98b9394e80b48df58da6dea
16:34:56 #8 31.14 Selecting previously unselected package autotools-dev.
16:34:56 #8 31.14 Preparing to unpack .../011-autotools-dev_20180224.1_all.deb ...
16:34:56 #8 31.15 Unpacking autotools-dev (20180224.1) ...
16:34:56 #8 31.21 Selecting previously unselected package automake.
16:34:56 #8 31.22 Preparing to unpack .../012-automake_1%3a1.16.1-4_all.deb ...
16:34:56 #8 31.23 Unpacking automake (1:1.16.1-4) ...
16:34:56 #8 31.35 Selecting previously unselected package autopoint.
16:34:56 #8 31.35 Preparing to unpack .../013-autopoint_0.19.8.1-9_all.deb ...
16:34:56 #8 31.36 Unpacking autopoint (0.19.8.1-9) ...
16:34:56 #8 31.42 Selecting previously unselected package binutils-common:armhf.
16:34:56 #8 31.42 Preparing to unpack .../014-binutils-common_2.31.1-16+rpi2_armhf.deb ...
16:34:56 #8 31.43 Unpacking binutils-common:armhf (2.31.1-16+rpi2) ...
16:34:56 #9 1.020 Loaded plugins: fastestmirror, ovl
16:34:56 #19 0.431 + apk  --root / add --no-cache musl-dev gcc
16:34:56 #19 0.435 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
16:34:56 #9 1.357 Determining fastest mirrors
16:34:56 #8 31.81 Selecting previously unselected package libbinutils:armhf.
16:34:56 #8 31.82 Preparing to unpack .../015-libbinutils_2.31.1-16+rpi2_armhf.deb ...
16:34:56 #8 31.82 Unpacking libbinutils:armhf (2.31.1-16+rpi2) ...
16:34:56 #8 31.91 Selecting previously unselected package libfl2:armhf.
16:34:56 #8 31.92 Preparing to unpack .../016-libfl2_2.6.4-6.2_armhf.deb ...
16:34:56 #8 31.92 Unpacking libfl2:armhf (2.6.4-6.2) ...
16:34:56 #8 31.98 Selecting previously unselected package binutils-arm-linux-gnueabihf.
16:34:56 #8 31.98 Preparing to unpack .../017-binutils-arm-linux-gnueabihf_2.31.1-16+rpi2_armhf.deb ...
16:34:56 #8 31.99 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ...
16:34:57 #8 32.35 Selecting previously unselected package binutils.
16:34:57 #8 32.36 Preparing to unpack .../018-binutils_2.31.1-16+rpi2_armhf.deb ...
16:34:57 #8 32.36 Unpacking binutils (2.31.1-16+rpi2) ...
16:34:57 #8 32.42 Selecting previously unselected package libisl19:armhf.
16:34:57 #8 32.43 Preparing to unpack .../019-libisl19_0.20-2_armhf.deb ...
16:34:57 #8 32.43 Unpacking libisl19:armhf (0.20-2) ...
16:34:57 #19 1.535 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
16:34:57 #8 32.55 Selecting previously unselected package libmpfr6:armhf.
16:34:57 #8 32.56 Preparing to unpack .../020-libmpfr6_4.0.2-1_armhf.deb ...
16:34:57 #8 32.56 Unpacking libmpfr6:armhf (4.0.2-1) ...
16:34:57 #8 32.65 Selecting previously unselected package libmpc3:armhf.
16:34:57 #8 32.66 Preparing to unpack .../021-libmpc3_1.1.0-1_armhf.deb ...
16:34:57 #8 32.66 Unpacking libmpc3:armhf (1.1.0-1) ...
16:34:57 #8 32.71 Selecting previously unselected package cpp-8.
16:34:57 #8 32.72 Preparing to unpack .../022-cpp-8_8.3.0-6+rpi1_armhf.deb ...
16:34:57 #8 32.72 Unpacking cpp-8 (8.3.0-6+rpi1) ...
16:34:57 #19 1.704 (1/10) Installing binutils (2.35.2-r2)
16:34:57 #19 1.773 (2/10) Installing libgomp (10.3.1_git20210424-r2)
16:34:57 #19 1.777 (3/10) Installing libatomic (10.3.1_git20210424-r2)
16:34:57 #19 1.779 (4/10) Installing libgphobos (10.3.1_git20210424-r2)
16:34:57 #19 1.827 (5/10) Installing gmp (6.2.1-r0)
16:34:57 #19 1.834 (6/10) Installing isl22 (0.22-r0)
16:34:57 #19 1.851 (7/10) Installing mpfr4 (4.1.0-r0)
16:34:57 #19 1.876 (8/10) Installing mpc1 (1.2.1-r0)
16:34:57 #19 1.879 (9/10) Installing gcc (10.3.1_git20210424-r2)
16:34:58 #14 extracting sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 5.0s
16:34:58 #14 extracting sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 5.6s done
16:34:58 #19 2.544 (10/10) Installing musl-dev (1.2.2-r3)
16:34:58 #19 2.614 Executing busybox-1.33.1-r3.trigger
16:34:58 #8 33.70 Selecting previously unselected package cpp.
16:34:58 #8 33.71 Preparing to unpack .../023-cpp_4%3a8.3.0-1+rpi2_armhf.deb ...
16:34:58 #8 33.71 Unpacking cpp (4:8.3.0-1+rpi2) ...
16:34:58 #8 33.77 Selecting previously unselected package libcc1-0:armhf.
16:34:58 #8 33.77 Preparing to unpack .../024-libcc1-0_8.3.0-6+rpi1_armhf.deb ...
16:34:58 #8 33.78 Unpacking libcc1-0:armhf (8.3.0-6+rpi1) ...
16:34:58 #8 33.83 Selecting previously unselected package libgomp1:armhf.
16:34:58 #14 extracting sha256:89f90d515ac840c6d2419b52c468f2e03a7fec676ffa1603ccf0469791aa68fd
16:34:58 #14 extracting sha256:89f90d515ac840c6d2419b52c468f2e03a7fec676ffa1603ccf0469791aa68fd done
16:34:58 #14 ...
16:34:58 
16:34:58 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
16:34:58 #9 sha256:1c3cfc5896082c97e430fbf7fd7a73e5251d4ddd91a40714cfbd91b466d61e5c
16:34:58 #9 8.001 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04 [717 kB]
16:34:58 #9 8.045 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libexpat1 amd64 2.2.9-1build1 [73.3 kB]
16:34:58 #9 8.050 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04 [1898 kB]
16:34:58 #9 8.140 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB]
16:34:58 #9 8.140 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB]
16:34:58 #9 8.142 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB]
16:34:58 #9 8.145 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB]
16:34:58 #9 8.148 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB]
16:34:58 #9 8.156 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB]
16:34:58 #9 8.178 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04 [1675 kB]
16:34:58 #9 8.258 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04 [387 kB]
16:34:58 #9 8.280 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B]
16:34:58 #9 8.280 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB]
16:34:58 #9 8.283 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB]
16:34:58 #9 8.285 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 bsdmainutils amd64 11.1.2ubuntu3 [181 kB]
16:34:58 #9 8.290 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libuchardet0 amd64 0.0.6-3build1 [65.2 kB]
16:34:58 #9 8.292 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 groff-base amd64 1.22.4-4build1 [847 kB]
16:34:58 #9 8.331 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB]
16:34:58 #9 8.336 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libpipeline1 amd64 1.5.2-2build1 [27.7 kB]
16:34:58 #9 8.371 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 man-db amd64 2.9.1-1 [1112 kB]
16:34:58 #9 8.388 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB]
16:34:58 #9 8.535 Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B]
16:34:58 #9 8.536 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB]
16:34:58 #9 8.710 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB]
16:34:58 #9 8.745 Get:27 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.8 [620 kB]
16:34:58 #9 8.762 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20210119~20.04.1 [146 kB]
16:34:58 #9 8.764 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.6 [4608 B]
16:34:58 #9 8.764 Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic-mgc amd64 1:5.38-4 [218 kB]
16:34:58 #9 8.768 Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic1 amd64 1:5.38-4 [75.9 kB]
16:34:58 #9 8.769 Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 file amd64 1:5.38-4 [23.3 kB]
16:34:58 #9 8.770 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 less amd64 551-1ubuntu0.1 [123 kB]
16:34:58 #9 8.773 Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 libelf1 amd64 0.176-1.1build1 [44.0 kB]
16:34:58 #9 8.784 Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.4 [1287 kB]
16:34:58 #9 8.859 Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-data all 2.64.6-1~ubuntu20.04.4 [6052 B]
16:34:58 #9 8.859 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2021a-0ubuntu0.20.04 [295 kB]
16:34:58 #9 8.866 Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 libicu66 amd64 66.1-2ubuntu2 [8520 kB]
16:34:58 #9 9.286 Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.1 [640 kB]
16:34:58 #9 9.303 Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB]
16:34:58 #9 9.304 Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
16:34:58 #9 9.305 Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB]
16:34:58 #9 9.307 Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pkg-resources all 45.2.0-1 [130 kB]
16:34:58 #9 9.310 Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-six all 1.14.0-2 [12.1 kB]
16:34:58 #9 9.312 Get:45 http://archive.ubuntu.com/ubuntu focal/main amd64 shared-mime-info amd64 1.15-1 [430 kB]
16:34:58 #9 9.340 Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 ucf all 3.0038+nmu1 [51.6 kB]
16:34:58 #9 9.343 Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 xdg-user-dirs amd64 0.17-2ubuntu1 [48.3 kB]
16:34:58 #9 9.362 Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1 [82.5 kB]
16:34:58 #9 9.436 Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext-base amd64 0.19.8.1-10build1 [50.2 kB]
16:34:58 #9 9.437 Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB]
16:34:58 #9 9.553 Get:51 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 krb5-locales all 1.17-6ubuntu4.1 [11.4 kB]
16:34:58 #9 9.553 Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu1 [21.1 kB]
16:34:58 #9 9.556 Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB]
16:34:58 #9 9.557 Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 libfido2-1 amd64 1.3.1-1ubuntu2 [47.9 kB]
16:34:58 #9 9.562 Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.1 [30.9 kB]
16:34:58 #9 9.562 Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.1 [79.9 kB]
16:34:58 #9 9.563 Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 libkeyutils1 amd64 1.6-6ubuntu1 [10.2 kB]
16:34:58 #9 9.564 Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.1 [330 kB]
16:34:58 #9 9.591 Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.1 [121 kB]
16:34:58 #9 9.657 Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB]
16:34:58 #9 9.657 Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau6 amd64 1:1.0.9-0ubuntu1 [7488 B]
16:34:58 #9 9.658 Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu1 [10.6 kB]
16:34:58 #9 9.658 Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1 amd64 1.14-2 [44.7 kB]
16:34:58 #9 9.659 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB]
16:34:58 #9 9.665 Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1.2 [575 kB]
16:34:58 #9 9.685 Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext6 amd64 2:1.3.4-0ubuntu1 [29.1 kB]
16:34:58 #9 9.687 Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B]
16:34:58 #9 9.730 Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages all 5.05-1 [1314 kB]
16:34:58 #9 9.778 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssh-client amd64 1:8.2p1-4ubuntu0.3 [671 kB]
16:34:58 #9 9.820 Get:70 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB]
16:34:58 #9 9.822 Get:71 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python-apt-common all 2.0.0ubuntu0.20.04.6 [17.1 kB]
16:34:58 #9 9.823 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-apt amd64 2.0.0ubuntu0.20.04.6 [154 kB]
16:34:58 #9 9.828 Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 libunwind8 amd64 1.2.1-9build1 [47.6 kB]
16:34:58 #9 9.831 Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 strace amd64 5.5-3ubuntu1 [380 kB]
16:34:58 #9 9.846 Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 xauth amd64 1:1.1-0ubuntu1 [25.0 kB]
16:34:58 #9 9.846 Get:76 http://archive.ubuntu.com/ubuntu focal/main amd64 libfl2 amd64 2.6.4-6.2 [11.5 kB]
16:34:58 #9 9.846 Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 at amd64 3.1.23-1ubuntu1 [38.7 kB]
16:34:58 #9 9.877 Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 libsigsegv2 amd64 2.12-2 [13.9 kB]
16:34:58 #9 9.950 Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB]
16:34:58 #9 9.959 Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB]
16:34:58 #9 9.974 Get:81 http://archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB]
16:34:58 #9 9.976 Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB]
16:34:58 #9 10.00 Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 autopoint all 0.19.8.1-10build1 [412 kB]
16:34:58 #9 10.02 Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.1 [207 kB]
16:34:58 #9 10.03 Get:85 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.1 [475 kB]
16:34:58 #9 10.05 Get:86 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.1 [47.1 kB]
16:34:58 #9 10.05 Get:87 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.1 [46.6 kB]
16:34:58 #9 10.06 Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.1 [1613 kB]
16:34:58 #9 10.13 Get:89 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.1 [3380 B]
16:34:58 #9 10.13 Get:90 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.2 [71.8 kB]
16:34:58 #9 10.14 Get:91 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-84.94 [1115 kB]
16:34:58 #9 10.19 Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB]
16:34:58 #9 10.19 Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.2 [2520 kB]
16:34:58 #9 10.32 Get:94 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.3.0-17ubuntu1~20.04 [19.1 kB]
16:34:58 #9 10.32 Get:95 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB]
16:34:58 #9 10.34 Get:96 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB]
16:34:58 #9 10.35 Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
16:34:58 #9 10.35 Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.3.0-17ubuntu1~20.04 [7494 kB]
16:34:58 #9 10.71 Get:99 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB]
16:34:58 #9 10.71 Get:100 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB]
16:34:58 #9 10.71 Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB]
16:34:58 #9 10.86 Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB]
16:34:58 #9 11.01 Get:103 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B]
16:34:58 #9 11.01 Get:104 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.3.0-17ubuntu1~20.04 [394 kB]
16:34:58 #9 11.28 Get:105 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB]
16:34:58 #9 11.39 Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB]
16:34:58 #9 11.49 Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB]
16:34:58 #9 11.54 Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB]
16:34:58 #9 11.54 Get:109 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.3.0-17ubuntu1~20.04 [2360 kB]
16:34:58 #9 11.65 Get:110 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.3.0-17ubuntu1~20.04 [8241 kB]
16:34:58 #9 12.09 Get:111 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B]
16:34:58 #9 12.09 Get:112 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.3.0-17ubuntu1~20.04 [1714 kB]
16:34:58 #9 12.12 Get:113 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.3.0-17ubuntu1~20.04 [8405 kB]
16:34:58 #9 12.57 Get:114 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B]
16:34:58 #9 12.60 Get:115 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB]
16:34:58 #9 12.60 Get:116 http://archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB]
16:34:58 #9 12.60 Get:117 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB]
16:34:58 #9 12.60 Get:118 http://archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB]
16:34:58 #9 12.61 Get:119 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B]
16:34:58 #9 12.61 Get:120 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB]
16:34:58 #9 12.61 Get:121 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB]
16:34:58 #9 12.61 Get:122 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB]
16:34:58 #9 12.67 Get:123 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB]
16:34:58 #9 12.74 Get:124 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB]
16:34:58 #9 12.75 Get:125 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB]
16:34:58 #9 12.75 Get:126 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB]
16:34:58 #9 12.75 Get:127 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB]
16:34:58 #9 12.75 Get:128 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB]
16:34:58 #9 12.76 Get:129 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB]
16:34:58 #9 12.76 Get:130 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2 [14.9 kB]
16:34:58 #9 12.76 Get:131 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2 [49.3 kB]
16:34:58 #9 12.76 Get:132 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB]
16:34:58 #9 12.82 Get:133 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB]
16:34:58 #9 12.89 Get:134 http://archive.ubuntu.com/ubuntu focal/main amd64 libnghttp2-14 amd64 1.40.0-1build1 [78.7 kB]
16:34:58 #9 12.89 Get:135 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB]
16:34:58 #9 12.89 Get:136 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.2 [170 kB]
16:34:58 #9 12.90 Get:137 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.7 [234 kB]
16:34:58 #9 12.90 Get:138 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.7 [161 kB]
16:34:58 #9 12.90 Get:139 http://archive.ubuntu.com/ubuntu focal/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB]
16:34:58 #9 12.90 Get:140 http://archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB]
16:34:58 #9 12.91 Get:141 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-autoreconf all 19 [16.1 kB]
16:34:58 #9 12.91 Get:142 http://archive.ubuntu.com/ubuntu focal/main amd64 libdebhelper-perl all 12.10ubuntu1 [62.1 kB]
16:34:58 #9 12.96 Get:143 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-zip-perl all 1.67-2 [90.5 kB]
16:34:58 #9 13.04 Get:144 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-override-perl all 0.09-2 [9532 B]
16:34:58 #9 13.04 Get:145 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-stripnondeterminism-perl all 1.7.0-1 [15.9 kB]
16:34:58 #9 13.04 Get:146 http://archive.ubuntu.com/ubuntu focal/main amd64 dh-strip-nondeterminism all 1.7.0-1 [5228 B]
16:34:58 #9 13.05 Get:147 http://archive.ubuntu.com/ubuntu focal/main amd64 dwz amd64 0.13-5 [151 kB]
16:34:58 #9 13.05 Get:148 http://archive.ubuntu.com/ubuntu focal/main amd64 libcroco3 amd64 0.6.13-1 [82.5 kB]
16:34:58 #9 13.06 Get:149 http://archive.ubuntu.com/ubuntu focal/main amd64 gettext amd64 0.19.8.1-10build1 [895 kB]
16:34:58 #9 13.07 Get:150 http://archive.ubuntu.com/ubuntu focal/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
16:34:58 #9 13.07 Get:151 http://archive.ubuntu.com/ubuntu focal/main amd64 po-debconf all 1.0.21 [233 kB]
16:34:58 #9 13.08 Get:152 http://archive.ubuntu.com/ubuntu focal/main amd64 debhelper all 12.10ubuntu1 [877 kB]
16:34:58 #9 13.12 Get:153 http://archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB]
16:34:58 #9 13.18 Get:154 http://archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB]
16:34:58 #9 13.18 Get:155 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB]
16:34:58 #9 13.19 Get:156 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB]
16:34:58 #9 13.19 Get:157 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB]
16:34:58 #9 13.19 Get:158 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B]
16:34:58 #9 13.20 Get:159 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB]
16:34:58 #9 13.22 Get:160 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.1 [51.7 kB]
16:34:58 #9 13.22 Get:161 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.1 [480 kB]
16:34:58 #9 13.25 Get:162 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB]
16:34:58 #9 13.27 Get:163 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB]
16:34:58 #9 13.33 Get:164 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB]
16:34:58 #9 13.34 Get:165 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.1 [97.6 kB]
16:34:58 #9 13.34 Get:166 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.1 [90.3 kB]
16:34:58 #9 13.34 Get:167 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.1 [217 kB]
16:34:58 #9 13.34 Get:168 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.1 [259 kB]
16:34:58 #9 13.34 Get:169 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
16:34:58 #9 13.34 Get:170 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-homedir-perl all 1.004-1 [37.3 kB]
16:34:58 #9 13.35 Get:171 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-pty-perl amd64 1:1.12-1 [32.4 kB]
16:34:58 #9 13.40 Get:172 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-run-perl all 20180523.0-2 [89.7 kB]
16:34:58 #9 13.40 Get:173 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
16:34:58 #9 13.47 Get:174 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-op-check-perl amd64 0.22-1build2 [10.2 kB]
16:34:58 #9 13.47 Get:175 http://archive.ubuntu.com/ubuntu focal/main amd64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
16:34:58 #9 13.47 Get:176 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu1 [14.5 kB]
16:34:58 #9 13.47 Get:177 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-classify-perl amd64 0.015-1build2 [21.1 kB]
16:34:58 #9 13.47 Get:178 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
16:34:58 #9 13.47 Get:179 http://archive.ubuntu.com/ubuntu focal/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
16:34:58 #9 13.47 Get:180 http://archive.ubuntu.com/ubuntu focal/main amd64 librole-tiny-perl all 2.001004-1 [16.5 kB]
16:34:58 #9 13.47 Get:181 http://archive.ubuntu.com/ubuntu focal/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
16:34:58 #9 13.55 Get:182 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
16:34:58 #9 13.55 Get:183 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoo-perl all 2.003006-1 [46.3 kB]
16:34:58 #9 13.62 Get:184 http://archive.ubuntu.com/ubuntu focal/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
16:34:58 #9 13.62 Get:185 http://archive.ubuntu.com/ubuntu focal/main amd64 libtimedate-perl all 2.3200-1 [34.0 kB]
16:34:58 #9 13.62 Get:186 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
16:34:58 #9 13.62 Get:187 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
16:34:58 #9 13.62 Get:188 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
16:34:58 #9 13.62 Get:189 http://archive.ubuntu.com/ubuntu focal/main amd64 liburi-perl all 1.76-2 [77.5 kB]
16:34:58 #9 13.62 Get:190 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-parser-perl amd64 3.72-5 [86.3 kB]
16:34:58 #9 13.62 Get:191 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
16:34:58 #9 13.69 Get:192 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
16:34:58 #9 13.69 Get:193 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
16:34:58 #9 13.76 Get:194 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-message-perl all 6.22-1 [76.1 kB]
16:34:58 #9 13.76 Get:195 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-cookies-perl all 6.08-1 [18.3 kB]
16:34:58 #9 13.76 Get:196 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
16:34:58 #9 13.76 Get:197 http://archive.ubuntu.com/ubuntu focal/main amd64 perl-openssl-defaults amd64 4 [7192 B]
16:34:58 #9 13.76 Get:198 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ssleay-perl amd64 1.88-2ubuntu1 [291 kB]
16:34:58 #9 13.77 Get:199 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-socket-ssl-perl all 2.067-1 [176 kB]
16:34:58 #9 13.77 Get:200 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-http-perl all 6.19-1 [22.8 kB]
16:34:58 #9 13.77 Get:201 http://archive.ubuntu.com/ubuntu focal/main amd64 liblwp-protocol-https-perl all 6.07-2ubuntu2 [8560 B]
16:34:58 #9 13.83 Get:202 http://archive.ubuntu.com/ubuntu focal/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
16:34:58 #9 13.98 Get:203 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
16:34:58 #9 14.05 Get:204 http://archive.ubuntu.com/ubuntu focal/main amd64 libwww-perl all 6.43-1 [140 kB]
16:34:58 #9 14.26 Get:205 http://archive.ubuntu.com/ubuntu focal/main amd64 patchutils amd64 0.3.4-2 [71.1 kB]
16:34:58 #9 14.30 Get:206 http://archive.ubuntu.com/ubuntu focal/main amd64 wdiff amd64 1.2.2-2build1 [29.8 kB]
16:34:58 #19 2.619 OK: 405 MiB in 43 packages
16:34:58 #8 33.83 Preparing to unpack .../025-libgomp1_8.3.0-6+rpi1_armhf.deb ...
16:34:58 #8 33.83 Unpacking libgomp1:armhf (8.3.0-6+rpi1) ...
16:34:58 #8 33.89 Selecting previously unselected package libatomic1:armhf.
16:34:58 #8 33.89 Preparing to unpack .../026-libatomic1_8.3.0-6+rpi1_armhf.deb ...
16:34:58 #8 33.90 Unpacking libatomic1:armhf (8.3.0-6+rpi1) ...
16:34:58 #8 33.95 Selecting previously unselected package libasan5:armhf.
16:34:58 #8 33.95 Preparing to unpack .../027-libasan5_8.3.0-6+rpi1_armhf.deb ...
16:34:58 #8 33.96 Unpacking libasan5:armhf (8.3.0-6+rpi1) ...
16:34:58 #8 34.06 Selecting previously unselected package libubsan1:armhf.
16:34:58 #9 ...
16:34:58 
16:34:58 #14 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:34:58 #14 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:34:58 #14 DONE 19.7s
16:34:58 
16:34:58 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
16:34:58 #9 sha256:1c3cfc5896082c97e430fbf7fd7a73e5251d4ddd91a40714cfbd91b466d61e5c
16:34:58 #9 14.31 Get:207 http://archive.ubuntu.com/ubuntu focal/main amd64 devscripts amd64 2.20.2ubuntu2 [940 kB]
16:34:58 #9 14.47 Get:208 http://archive.ubuntu.com/ubuntu focal/main amd64 diffstat amd64 1.63-1 [27.2 kB]
16:34:58 #9 14.48 Get:209 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-chardet all 3.0.4-4build1 [80.4 kB]
16:34:58 #9 14.48 Get:210 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-debian all 0.1.36ubuntu1 [65.0 kB]
16:34:58 #9 14.49 Get:211 http://archive.ubuntu.com/ubuntu focal/main amd64 libgpgme11 amd64 1.13.1-7ubuntu2 [121 kB]
16:34:58 #9 14.50 Get:212 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gpg amd64 1.13.1-7ubuntu2 [165 kB]
16:34:58 #9 14.51 Get:213 http://archive.ubuntu.com/ubuntu focal/main amd64 dput all 1.0.3ubuntu1 [42.3 kB]
16:34:58 #9 14.51 Get:214 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.7 [232 kB]
16:34:58 #9 14.53 Get:215 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
16:34:58 #9 14.53 Get:216 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git-man all 1:2.25.1-1ubuntu3.2 [884 kB]
16:34:58 #9 14.56 Get:217 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.2 [4554 kB]
16:34:59 #8 34.06 Preparing to unpack .../028-libubsan1_8.3.0-6+rpi1_armhf.deb ...
16:34:59 #8 34.07 Unpacking libubsan1:armhf (8.3.0-6+rpi1) ...
16:34:59 #8 34.13 Selecting previously unselected package libgcc-8-dev:armhf.
16:34:59 #8 34.13 Preparing to unpack .../029-libgcc-8-dev_8.3.0-6+rpi1_armhf.deb ...
16:34:59 #8 34.15 Unpacking libgcc-8-dev:armhf (8.3.0-6+rpi1) ...
16:34:59 #8 34.30 Selecting previously unselected package gcc-8.
16:34:59 #8 34.31 Preparing to unpack .../030-gcc-8_8.3.0-6+rpi1_armhf.deb ...
16:34:59 #8 34.31 Unpacking gcc-8 (8.3.0-6+rpi1) ...
16:34:59 #9 14.78 Get:218 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB]
16:34:59 #9 14.78 Get:219 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB]
16:34:59 #9 14.78 Get:220 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
16:34:59 #9 14.78 Get:221 http://archive.ubuntu.com/ubuntu focal/main amd64 libapt-pkg-perl amd64 0.1.36build3 [68.5 kB]
16:34:59 #9 14.79 Get:222 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive-cpio-perl all 0.10-1 [9644 B]
16:34:59 #9 14.79 Get:223 http://archive.ubuntu.com/ubuntu focal/main amd64 libarray-intspan-perl all 2.003-1 [23.3 kB]
16:34:59 #9 14.79 Get:224 http://archive.ubuntu.com/ubuntu focal/main amd64 libasync-mergepoint-perl all 0.04-2 [10.2 kB]
16:34:59 #9 14.79 Get:225 http://archive.ubuntu.com/ubuntu focal/main amd64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
16:34:59 #9 14.79 Get:226 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
16:34:59 #9 14.85 Get:227 http://archive.ubuntu.com/ubuntu focal/main amd64 libvariable-magic-perl amd64 0.62-1build2 [34.4 kB]
16:34:59 #9 14.86 Get:228 http://archive.ubuntu.com/ubuntu focal/main amd64 libb-hooks-endofscope-perl all 0.24-1 [16.8 kB]
16:34:59 #9 14.86 Get:229 http://archive.ubuntu.com/ubuntu focal/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
16:34:59 #9 14.87 Get:230 http://archive.ubuntu.com/ubuntu focal/main amd64 libclass-xsaccessor-perl amd64 1.19-3build3 [33.6 kB]
16:34:59 #9 14.87 Get:231 http://archive.ubuntu.com/ubuntu focal/main amd64 libclone-perl amd64 0.43-2 [11.0 kB]
16:34:59 #9 14.87 Get:232 http://archive.ubuntu.com/ubuntu focal/main amd64 libcommon-sense-perl amd64 3.74-2build6 [20.1 kB]
16:34:59 #9 14.87 Get:233 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-util-perl amd64 1.07-3build5 [19.7 kB]
16:34:59 #9 14.87 Get:234 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-install-perl all 0.928-1 [10.5 kB]
16:34:59 #9 14.87 Get:235 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-optlist-perl all 0.110-1 [9956 B]
16:34:59 #9 14.93 Get:236 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB]
16:34:59 #9 14.94 Get:237 http://archive.ubuntu.com/ubuntu focal/main amd64 libconst-fast-perl all 0.014-1 [7958 B]
16:34:59 #9 14.94 Get:238 http://archive.ubuntu.com/ubuntu focal/main amd64 libwant-perl amd64 0.29-1build4 [24.2 kB]
16:34:59 #9 14.95 Get:239 http://archive.ubuntu.com/ubuntu focal/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
16:34:59 #9 14.95 Get:240 http://archive.ubuntu.com/ubuntu focal/main amd64 libcpanel-json-xs-perl amd64 4.19-1build1 [109 kB]
16:34:59 #9 14.95 Get:241 http://archive.ubuntu.com/ubuntu focal/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB]
16:34:59 #9 14.95 Get:242 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-bubblebabble-perl all 0.02-2 [7908 B]
16:34:59 #9 14.95 Get:243 http://archive.ubuntu.com/ubuntu focal/main amd64 libdigest-hmac-perl all 1.03+dfsg-2 [10.3 kB]
16:34:59 #9 14.96 Get:244 http://archive.ubuntu.com/ubuntu focal/main amd64 libdistro-info-perl all 0.23ubuntu1 [4668 B]
16:34:59 #9 15.00 Get:245 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
16:34:59 #9 15.03 Get:246 http://archive.ubuntu.com/ubuntu focal/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
16:34:59 #9 15.03 Get:247 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-ip-perl all 1.26-2 [27.4 kB]
16:34:59 #9 15.03 Get:248 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-perl all 1.22-1 [336 kB]
16:34:59 #9 15.04 Get:249 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
16:34:59 #9 15.04 Get:250 http://archive.ubuntu.com/ubuntu focal/main amd64 libemail-valid-perl all 1.202-1 [16.3 kB]
16:34:59 #9 15.04 Get:251 http://archive.ubuntu.com/ubuntu focal/main amd64 libexporter-tiny-perl all 1.002001-1 [35.5 kB]
16:34:59 #9 15.04 Get:252 http://archive.ubuntu.com/ubuntu focal/main amd64 libipc-system-simple-perl all 1.26-1 [22.8 kB]
16:34:59 #9 15.04 Get:253 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-basedir-perl all 0.08-1 [16.9 kB]
16:34:59 #9 15.07 Get:254 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
16:34:59 #9 15.15 Get:255 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB]
16:34:59 #9 15.15 Get:256 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-compare-perl all 0.03-1 [7318 B]
16:34:59 #9 15.15 Get:257 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-glob-perl all 0.10-1 [7554 B]
16:34:59 #9 15.15 Get:258 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
16:34:59 #9 15.15 Get:259 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB]
16:34:59 #9 15.15 Get:260 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-string-perl all 1.08-3 [11.1 kB]
16:34:59 #9 15.15 Get:261 http://archive.ubuntu.com/ubuntu focal/main amd64 libfont-ttf-perl all 1.06-1 [313 kB]
16:34:59 #9 15.15 Get:262 http://archive.ubuntu.com/ubuntu focal/main amd64 libfuture-perl all 0.43-1 [77.8 kB]
16:34:59 #9 15.15 Get:263 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-stringy-perl all 2.111-3 [55.8 kB]
16:34:59 #9 15.22 Get:264 http://archive.ubuntu.com/ubuntu focal/main amd64 libparams-validate-perl amd64 1.29-3 [52.7 kB]
16:34:59 #9 15.24 Get:265 http://archive.ubuntu.com/ubuntu focal/main amd64 libgetopt-long-descriptive-perl all 0.104-1 [24.6 kB]
16:34:59 #9 15.24 Get:266 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
16:34:59 #9 15.24 Get:267 http://archive.ubuntu.com/ubuntu focal/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
16:34:59 #9 15.24 Get:268 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-tiny-multipart-perl all 0.08-1 [8488 B]
16:34:59 #9 15.24 Get:269 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
16:34:59 #9 15.24 Get:270 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-perl all 4.02000-2 [80.9 kB]
16:34:59 #9 15.24 Get:271 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-perl all 1.708-1 [67.8 kB]
16:34:59 #9 15.24 Get:272 http://archive.ubuntu.com/ubuntu focal/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
16:34:59 #9 15.29 Get:273 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-perl all 0.38-1 [19.1 kB]
16:34:59 #9 15.31 Get:274 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-identify-perl amd64 0.14-1build2 [10.7 kB]
16:34:59 #9 15.31 Get:275 http://archive.ubuntu.com/ubuntu focal/main amd64 libsub-name-perl amd64 0.26-1 [11.5 kB]
16:34:59 #9 15.31 Get:276 http://archive.ubuntu.com/ubuntu focal/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
16:34:59 #9 15.31 Get:277 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-tiny-perl all 0.108-1 [42.6 kB]
16:34:59 #9 15.32 Get:278 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-perl all 1.008001-2 [304 kB]
16:34:59 #9 15.32 Get:279 http://archive.ubuntu.com/ubuntu focal/main amd64 libgitlab-api-v4-perl all 0.25-1 [83.8 kB]
16:34:59 #9 15.32 Get:280 http://archive.ubuntu.com/ubuntu focal/main amd64 libhash-fieldhash-perl amd64 0.15-1build2 [16.9 kB]
16:34:59 #9 15.32 Get:281 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB]
16:34:59 #9 15.36 Get:282 http://archive.ubuntu.com/ubuntu focal/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB]
16:34:59 #9 15.40 Get:283 http://archive.ubuntu.com/ubuntu focal/main amd64 libhttp-daemon-perl all 6.06-1 [21.4 kB]
16:34:59 #9 15.40 Get:284 http://archive.ubuntu.com/ubuntu focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB]
16:34:59 #9 15.40 Get:285 http://archive.ubuntu.com/ubuntu focal/main amd64 libstruct-dumb-perl all 0.09-1 [10.5 kB]
16:34:59 #9 15.40 Get:286 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-perl all 0.75-1 [254 kB]
16:34:59 #9 15.40 Get:287 http://archive.ubuntu.com/ubuntu focal/main amd64 liblinux-epoll-perl amd64 0.017-1 [16.0 kB]
16:34:59 #9 15.40 Get:288 http://archive.ubuntu.com/ubuntu focal/main amd64 libio-async-loop-epoll-perl all 0.20-1 [10.4 kB]
16:34:59 #9 15.40 Get:289 http://archive.ubuntu.com/ubuntu focal/main amd64 libtypes-serialiser-perl all 1.0-1 [12.1 kB]
16:34:59 #9 15.41 Get:290 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-xs-perl amd64 4.020-1build1 [83.7 kB]
16:34:59 #9 15.43 Get:291 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-maybexs-perl all 1.004000-1 [11.0 kB]
16:34:59 #9 15.48 Get:292 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-compare-perl all 0.53-1 [65.6 kB]
16:34:59 #9 15.48 Get:293 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-moreutils-perl amd64 0.416-1build5 [55.5 kB]
16:34:59 #9 15.48 Get:294 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
16:34:59 #9 15.49 Get:295 http://archive.ubuntu.com/ubuntu focal/main amd64 liblist-someutils-xs-perl amd64 0.58-2 [32.5 kB]
16:34:59 #9 15.49 Get:296 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl7 amd64 2.4.6-14 [38.5 kB]
16:34:59 #9 15.49 Get:297 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl-dev amd64 2.4.6-14 [162 kB]
16:34:59 #9 15.49 Get:298 http://archive.ubuntu.com/ubuntu focal/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
16:34:59 #9 15.49 Get:299 http://archive.ubuntu.com/ubuntu focal/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
16:34:59 #9 15.51 Get:300 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-aliases-perl all 0.001006-1 [7176 B]
16:34:59 #9 15.56 Get:301 http://archive.ubuntu.com/ubuntu focal/main amd64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
16:34:59 #9 15.57 Get:302 http://archive.ubuntu.com/ubuntu focal/main amd64 libmoox-struct-perl all 0.017-1 [23.4 kB]
16:34:59 #9 15.57 Get:303 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-dns-sec-perl amd64 1.15-1 [44.6 kB]
16:35:00 #19 DONE 4.0s
16:35:00 
16:35:00 #22 [build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
16:35:00 #22 sha256:e1829d5b0c874f4f3002156f6018d9b8b820815d5f4c53c749e7e8098d3f79ed
16:35:00 #9 15.72 Get:304 http://archive.ubuntu.com/ubuntu focal/main amd64 libnet-libidn-perl amd64 0.12.ds-3build2 [17.3 kB]
16:35:00 #9 15.87 Get:305 http://archive.ubuntu.com/ubuntu focal/main amd64 libnumber-range-perl all 0.12-1 [8556 B]
16:35:00 #9 15.87 Get:306 http://archive.ubuntu.com/ubuntu focal/main amd64 libpackage-stash-xs-perl amd64 0.29-1build1 [18.4 kB]
16:35:00 #9 15.89 Get:307 http://archive.ubuntu.com/ubuntu focal/main amd64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
16:35:00 #9 15.98 Get:308 http://archive.ubuntu.com/ubuntu focal/main amd64 libperl4-corelibs-perl all 0.004-2 [37.4 kB]
16:35:00 #22 0.512 Building static docker-linux-amd64
16:35:00 #8 35.34 Selecting previously unselected package gcc.
16:35:00 #8 35.34 Preparing to unpack .../031-gcc_4%3a8.3.0-1+rpi2_armhf.deb ...
16:35:00 #8 35.35 Unpacking gcc (4:8.3.0-1+rpi2) ...
16:35:00 #8 35.41 Selecting previously unselected package libc-dev-bin.
16:35:00 #8 35.41 Preparing to unpack .../032-libc-dev-bin_2.28-10+rpt2+rpi1_armhf.deb ...
16:35:00 #8 35.41 Unpacking libc-dev-bin (2.28-10+rpt2+rpi1) ...
16:35:00 #8 35.47 Selecting previously unselected package linux-libc-dev:armhf.
16:35:00 #8 35.48 Preparing to unpack .../033-linux-libc-dev_1%3a1.20210831-1_armhf.deb ...
16:35:00 #8 35.48 Unpacking linux-libc-dev:armhf (1:1.20210831-1) ...
16:35:00 #9 16.02 Get:309 http://archive.ubuntu.com/ubuntu focal/main amd64 libperlio-gzip-perl amd64 0.19-1build5 [14.6 kB]
16:35:00 #9 16.03 Get:310 http://archive.ubuntu.com/ubuntu focal/main amd64 libpod-constants-perl all 0.19-1 [16.0 kB]
16:35:00 #9 16.04 Get:311 http://archive.ubuntu.com/ubuntu focal/main amd64 libre2-5 amd64 20200101+dfsg-1build1 [162 kB]
16:35:00 #9 16.12 Get:312 http://archive.ubuntu.com/ubuntu focal/main amd64 libre-engine-re2-perl amd64 0.13-5 [16.2 kB]
16:35:00 #9 16.13 Get:313 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadonly-perl all 2.050-2 [19.9 kB]
16:35:00 #9 16.14 Get:314 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
16:35:00 #9 16.14 Get:315 http://archive.ubuntu.com/ubuntu focal/main amd64 libref-util-xs-perl amd64 0.117-1build2 [12.0 kB]
16:35:00 #9 16.15 Get:316 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-license-perl all 3.2.0-1 [36.2 kB]
16:35:00 #9 16.16 Get:317 http://archive.ubuntu.com/ubuntu focal/main amd64 libregexp-pattern-perl all 0.2.12-1 [17.1 kB]
16:35:00 #9 16.16 Get:318 http://archive.ubuntu.com/ubuntu focal/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2 [49.1 kB]
16:35:00 #9 16.18 Get:319 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-decoder-perl amd64 4.011+ds-1build1 [102 kB]
16:35:00 #9 16.20 Get:320 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-encoder-perl amd64 4.011+ds-1build1 [104 kB]
16:35:00 #9 16.25 Get:321 http://archive.ubuntu.com/ubuntu focal/main amd64 libsereal-perl all 4.011-1 [8604 B]
16:35:00 #8 35.81 Selecting previously unselected package libc6-dev:armhf.
16:35:00 #8 35.81 Preparing to unpack .../034-libc6-dev_2.28-10+rpt2+rpi1_armhf.deb ...
16:35:00 #8 35.81 Unpacking libc6-dev:armhf (2.28-10+rpt2+rpi1) ...
16:35:00 #9 16.27 Get:322 http://archive.ubuntu.com/ubuntu focal/main amd64 libsort-key-perl amd64 1.33-2build2 [35.4 kB]
16:35:00 #9 16.27 Get:323 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-copyright-perl all 0.003006-1 [9608 B]
16:35:00 #9 16.27 Get:324 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
16:35:00 #9 16.27 Get:325 http://archive.ubuntu.com/ubuntu focal/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
16:35:00 #9 16.28 Get:326 http://archive.ubuntu.com/ubuntu focal/main amd64 libterm-readkey-perl amd64 2.38-1build1 [24.6 kB]
16:35:00 #9 16.28 Get:327 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-fatal-perl all 0.014-1 [11.1 kB]
16:35:00 #9 16.28 Get:328 http://archive.ubuntu.com/ubuntu focal/main amd64 libtest-refcount-perl all 0.10-1 [11.4 kB]
16:35:00 #9 16.33 Get:329 http://archive.ubuntu.com/ubuntu focal/main amd64 libtext-levenshtein-perl all 0.13-1 [9612 B]
16:35:00 #9 16.33 Get:330 http://archive.ubuntu.com/ubuntu focal/main amd64 libtype-tiny-xs-perl amd64 0.016-1 [22.9 kB]
16:35:00 #9 16.40 Get:331 http://archive.ubuntu.com/ubuntu focal/main amd64 libunicode-utf8-perl amd64 0.62-1build1 [18.1 kB]
16:35:00 #9 ...
16:35:00 
16:35:00 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:35:00 #13 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:35:00 #13 extracting sha256:41314f10a5b0cf7cb57a0901ea77453e96802357e09f273662ec6da13e1dd74a 3.1s done
16:35:00 #13 extracting sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 4.3s
16:35:00 #13 extracting sha256:eea3ecb1331adca63666f2f58eeddb9b985507cda8c270baa73b75bd5e2c5331 4.6s done
16:35:00 #13 extracting sha256:89f90d515ac840c6d2419b52c468f2e03a7fec676ffa1603ccf0469791aa68fd
16:35:00 #9 16.40 Get:332 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
16:35:00 #9 16.40 Get:333 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
16:35:00 #9 16.40 Get:334 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
16:35:00 #9 16.41 Get:335 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1build1 [320 kB]
16:35:00 #9 16.44 Get:336 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-parser-perl amd64 2.46-1 [193 kB]
16:35:00 #9 16.45 Get:337 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
16:35:00 #9 16.45 Get:338 http://archive.ubuntu.com/ubuntu focal/main amd64 libxml-writer-perl all 0.625-1 [24.9 kB]
16:35:00 #9 16.47 Get:339 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-libyaml-perl amd64 0.81+repack-1 [28.5 kB]
16:35:00 #9 16.48 Get:340 http://archive.ubuntu.com/ubuntu focal/main amd64 licensecheck all 3.0.45-1 [23.9 kB]
16:35:00 #9 16.56 Get:341 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevel-size-perl amd64 0.83-1build1 [20.0 kB]
16:35:00 #9 16.57 Get:342 http://archive.ubuntu.com/ubuntu focal/main amd64 t1utils amd64 1.41-3 [56.1 kB]
16:35:00 #9 16.58 Get:343 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 lintian all 2.62.0ubuntu1 [981 kB]
16:35:00 #9 16.59 Get:344 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB]
16:35:00 #13 extracting sha256:89f90d515ac840c6d2419b52c468f2e03a7fec676ffa1603ccf0469791aa68fd done
16:35:00 #13 DONE 18.3s
16:35:00 
16:35:00 #9 [stage-1 3/7] RUN yum install -y rpm-build rpmlint
16:35:00 #9 sha256:e4108f4e923b4be0750f07384309ae1ebf6d9e535d99cf44936874f303e008b2
16:35:01 #9 16.72 Get:345 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB]
16:35:01 #9 16.73 Get:346 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-idna all 2.8-1 [34.6 kB]
16:35:01 #9 16.73 Get:347 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-urllib3 all 1.25.8-2ubuntu0.1 [88.3 kB]
16:35:01 #9 16.73 Get:348 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requests all 2.22.0-2ubuntu1 [47.1 kB]
16:35:01 #9 16.74 Get:349 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-unidiff all 0.5.5-2 [9180 B]
16:35:01 #9 16.74 Get:350 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-xdg all 0.26-1ubuntu1 [36.1 kB]
16:35:01 #9 16.74 Get:351 http://archive.ubuntu.com/ubuntu focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB]
16:35:01 #9 16.76 Get:352 http://archive.ubuntu.com/ubuntu focal/universe amd64 equivs all 2.2.0 [19.7 kB]
16:35:01 #9 16.77 Get:353 http://archive.ubuntu.com/ubuntu focal/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
16:35:01 #9 16.92 Get:354 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-magic all 2:0.4.15-3 [9376 B]
16:35:01 #8 36.27 Selecting previously unselected package libtool.
16:35:01 #8 36.27 Preparing to unpack .../035-libtool_2.4.6-9_all.deb ...
16:35:01 #8 36.27 Unpacking libtool (2.4.6-9) ...
16:35:01 #8 36.36 Selecting previously unselected package dh-autoreconf.
16:35:01 #8 36.36 Preparing to unpack .../036-dh-autoreconf_19_all.deb ...
16:35:01 #8 36.37 Unpacking dh-autoreconf (19) ...
16:35:01 #8 36.41 Selecting previously unselected package libarchive-zip-perl.
16:35:01 #8 36.42 Preparing to unpack .../037-libarchive-zip-perl_1.64-1_all.deb ...
16:35:01 #8 36.42 Unpacking libarchive-zip-perl (1.64-1) ...
16:35:01 #8 36.47 Selecting previously unselected package libfile-stripnondeterminism-perl.
16:35:01 #8 36.47 Preparing to unpack .../038-libfile-stripnondeterminism-perl_1.1.2-1_all.deb ...
16:35:01 #8 36.48 Unpacking libfile-stripnondeterminism-perl (1.1.2-1) ...
16:35:01 #8 36.53 Selecting previously unselected package dh-strip-nondeterminism.
16:35:01 #8 36.53 Preparing to unpack .../039-dh-strip-nondeterminism_1.1.2-1_all.deb ...
16:35:01 #8 36.54 Unpacking dh-strip-nondeterminism (1.1.2-1) ...
16:35:01 #8 36.58 Selecting previously unselected package libdpkg-perl.
16:35:01 #9 17.11 debconf: delaying package configuration, since apt-utils is not installed
16:35:01 #9 17.16 Fetched 104 MB in 10s (10.5 MB/s)
16:35:01 #9 17.23 Selecting previously unselected package liblocale-gettext-perl.
16:35:01 #8 36.58 Preparing to unpack .../040-libdpkg-perl_1.19.7_all.deb ...
16:35:01 #8 36.59 Unpacking libdpkg-perl (1.19.7) ...
16:35:01 #8 36.72 Selecting previously unselected package patch.
16:35:01 #8 36.72 Preparing to unpack .../041-patch_2.7.6-3+deb10u1_armhf.deb ...
16:35:01 #8 36.72 Unpacking patch (2.7.6-3+deb10u1) ...
16:35:01 #8 36.78 Selecting previously unselected package make.
16:35:01 #8 36.79 Preparing to unpack .../042-make_4.2.1-1.2_armhf.deb ...
16:35:01 #8 36.79 Unpacking make (4.2.1-1.2) ...
16:35:01 #9 17.23 (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 ... 4125 files and directories currently installed.)
16:35:01 #9 17.23 Preparing to unpack .../liblocale-gettext-perl_1.07-4_amd64.deb ...
16:35:01 #9 17.26 Unpacking liblocale-gettext-perl (1.07-4) ...
16:35:01 #9 17.45 Selecting previously unselected package libssl1.1:amd64.
16:35:01 #9 17.45 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.8_amd64.deb ...
16:35:01 #9 17.50 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.8) ...
16:35:01 #8 36.89 Selecting previously unselected package dpkg-dev.
16:35:01 #8 36.89 Preparing to unpack .../043-dpkg-dev_1.19.7_all.deb ...
16:35:01 #8 36.90 Unpacking dpkg-dev (1.19.7) ...
16:35:01 #9 17.64 Selecting previously unselected package libpython3.8-minimal:amd64.
16:35:01 #9 17.64 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04_amd64.deb ...
16:35:01 #9 17.65 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04) ...
16:35:01 #9 17.75 Selecting previously unselected package libexpat1:amd64.
16:35:02 #8 37.05 Selecting previously unselected package libelf1:armhf.
16:35:02 #8 37.05 Preparing to unpack .../044-libelf1_0.176-1.1_armhf.deb ...
16:35:02 #8 37.06 Unpacking libelf1:armhf (0.176-1.1) ...
16:35:02 #8 37.14 Selecting previously unselected package dwz.
16:35:02 #8 37.14 Preparing to unpack .../045-dwz_0.12-3_armhf.deb ...
16:35:02 #8 37.15 Unpacking dwz (0.12-3) ...
16:35:02 #8 37.20 Selecting previously unselected package libdebhelper-perl.
16:35:02 #8 37.20 Preparing to unpack .../046-libdebhelper-perl_13.2~bpo10+1_all.deb ...
16:35:02 #8 37.21 Unpacking libdebhelper-perl (13.2~bpo10+1) ...
16:35:02 #9 17.75 Preparing to unpack .../libexpat1_2.2.9-1build1_amd64.deb ...
16:35:02 #9 17.76 Unpacking libexpat1:amd64 (2.2.9-1build1) ...
16:35:02 #9 17.79 Selecting previously unselected package python3.8-minimal.
16:35:02 #9 17.79 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04_amd64.deb ...
16:35:02 #9 17.80 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04) ...
16:35:02 #9 18.00 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.8) ...
16:35:02 #8 37.30 Selecting previously unselected package libglib2.0-0:armhf.
16:35:02 #8 37.30 Preparing to unpack .../047-libglib2.0-0_2.58.3-2+deb10u2_armhf.deb ...
16:35:02 #8 37.30 Unpacking libglib2.0-0:armhf (2.58.3-2+deb10u2) ...
16:35:02 #8 37.49 Selecting previously unselected package libicu63:armhf.
16:35:02 #8 37.50 Preparing to unpack .../048-libicu63_63.1-6+deb10u1_armhf.deb ...
16:35:02 #8 37.51 Unpacking libicu63:armhf (63.1-6+deb10u1) ...
16:35:02 #9 18.07 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04) ...
16:35:02 #9 18.09 Setting up libexpat1:amd64 (2.2.9-1build1) ...
16:35:02 #9 18.10 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04) ...
16:35:03 #9 18.66 Selecting previously unselected package python3-minimal.
16:35:03 #9 18.66 (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 ... 4440 files and directories currently installed.)
16:35:03 #9 18.66 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ...
16:35:03 #9 18.66 Unpacking python3-minimal (3.8.2-0ubuntu2) ...
16:35:03 #9 18.70 Selecting previously unselected package mime-support.
16:35:03 #9 18.70 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ...
16:35:03 #9 18.70 Unpacking mime-support (3.64ubuntu1) ...
16:35:03 #9 18.74 Selecting previously unselected package libmpdec2:amd64.
16:35:03 #9 18.74 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ...
16:35:03 #9 18.74 Unpacking libmpdec2:amd64 (2.4.2-3) ...
16:35:03 #9 18.77 Selecting previously unselected package readline-common.
16:35:03 #9 18.77 Preparing to unpack .../3-readline-common_8.0-4_all.deb ...
16:35:03 #9 18.78 Unpacking readline-common (8.0-4) ...
16:35:03 #9 18.81 Selecting previously unselected package libreadline8:amd64.
16:35:03 #9 18.81 Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ...
16:35:03 #9 18.81 Unpacking libreadline8:amd64 (8.0-4) ...
16:35:03 #9 18.85 Selecting previously unselected package libsqlite3-0:amd64.
16:35:03 #9 18.85 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ...
16:35:03 #9 18.86 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ...
16:35:03 #9 18.93 Selecting previously unselected package libpython3.8-stdlib:amd64.
16:35:03 #9 18.94 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04_amd64.deb ...
16:35:03 #9 18.94 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04) ...
16:35:03 #9 8.105  * base: download.cf.centos.org
16:35:03 #9 8.106  * extras: download.cf.centos.org
16:35:03 #9 8.106  * updates: download.cf.centos.org
16:35:03 #9 19.16 Selecting previously unselected package python3.8.
16:35:03 #9 19.16 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04_amd64.deb ...
16:35:03 #9 19.17 Unpacking python3.8 (3.8.10-0ubuntu1~20.04) ...
16:35:03 #9 19.20 Selecting previously unselected package libpython3-stdlib:amd64.
16:35:03 #9 19.20 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ...
16:35:03 #9 19.20 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
16:35:03 #9 19.23 Setting up python3-minimal (3.8.2-0ubuntu2) ...
16:35:03 #8 38.72 Selecting previously unselected package libxml2:armhf.
16:35:03 #8 38.72 Preparing to unpack .../049-libxml2_2.9.4+dfsg1-7+deb10u2_armhf.deb ...
16:35:03 #8 38.73 Unpacking libxml2:armhf (2.9.4+dfsg1-7+deb10u2) ...
16:35:03 #8 38.86 Selecting previously unselected package libcroco3:armhf.
16:35:03 #8 38.86 Preparing to unpack .../050-libcroco3_0.6.12-3_armhf.deb ...
16:35:03 #8 38.87 Unpacking libcroco3:armhf (0.6.12-3) ...
16:35:03 #9 19.40 Selecting previously unselected package python3.
16:35:03 #9 19.40 (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 ... 4870 files and directories currently installed.)
16:35:03 #9 19.41 Preparing to unpack .../000-python3_3.8.2-0ubuntu2_amd64.deb ...
16:35:03 #9 19.41 Unpacking python3 (3.8.2-0ubuntu2) ...
16:35:03 #9 19.44 Selecting previously unselected package libbsd0:amd64.
16:35:03 #9 19.44 Preparing to unpack .../001-libbsd0_0.10.0-1_amd64.deb ...
16:35:03 #9 19.45 Unpacking libbsd0:amd64 (0.10.0-1) ...
16:35:03 #9 19.48 Selecting previously unselected package bsdmainutils.
16:35:03 #9 19.48 Preparing to unpack .../002-bsdmainutils_11.1.2ubuntu3_amd64.deb ...
16:35:03 #9 19.48 Unpacking bsdmainutils (11.1.2ubuntu3) ...
16:35:03 #9 19.52 Selecting previously unselected package libuchardet0:amd64.
16:35:03 #9 19.52 Preparing to unpack .../003-libuchardet0_0.0.6-3build1_amd64.deb ...
16:35:03 #9 19.53 Unpacking libuchardet0:amd64 (0.0.6-3build1) ...
16:35:03 #9 19.56 Selecting previously unselected package groff-base.
16:35:03 #9 19.56 Preparing to unpack .../004-groff-base_1.22.4-4build1_amd64.deb ...
16:35:03 #9 19.56 Unpacking groff-base (1.22.4-4build1) ...
16:35:03 #8 38.94 Selecting previously unselected package gettext.
16:35:03 #8 38.95 Preparing to unpack .../051-gettext_0.19.8.1-9_armhf.deb ...
16:35:03 #8 38.95 Unpacking gettext (0.19.8.1-9) ...
16:35:03 #8 39.18 Selecting previously unselected package intltool-debian.
16:35:03 #8 39.18 Preparing to unpack .../052-intltool-debian_0.35.0+20060710.5_all.deb ...
16:35:03 #8 39.19 Unpacking intltool-debian (0.35.0+20060710.5) ...
16:35:03 #8 39.23 Selecting previously unselected package po-debconf.
16:35:04 #9 19.67 Selecting previously unselected package libgdbm6:amd64.
16:35:04 #9 19.68 Preparing to unpack .../005-libgdbm6_1.18.1-5_amd64.deb ...
16:35:04 #9 19.68 Unpacking libgdbm6:amd64 (1.18.1-5) ...
16:35:04 #9 19.71 Selecting previously unselected package libpipeline1:amd64.
16:35:04 #9 19.71 Preparing to unpack .../006-libpipeline1_1.5.2-2build1_amd64.deb ...
16:35:04 #9 19.71 Unpacking libpipeline1:amd64 (1.5.2-2build1) ...
16:35:04 #9 19.75 Selecting previously unselected package man-db.
16:35:04 #9 19.75 Preparing to unpack .../007-man-db_2.9.1-1_amd64.deb ...
16:35:04 #9 19.76 Unpacking man-db (2.9.1-1) ...
16:35:04 #9 19.88 Selecting previously unselected package perl-modules-5.30.
16:35:04 #8 39.24 Preparing to unpack .../053-po-debconf_1.0.21_all.deb ...
16:35:04 #8 39.24 Unpacking po-debconf (1.0.21) ...
16:35:04 #8 39.32 Selecting previously unselected package debhelper.
16:35:04 #8 39.32 Preparing to unpack .../054-debhelper_13.2~bpo10+1_all.deb ...
16:35:04 #8 39.33 Unpacking debhelper (13.2~bpo10+1) ...
16:35:04 #8 39.52 Selecting previously unselected package libfakeroot:armhf.
16:35:04 #9 19.88 Preparing to unpack .../008-perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ...
16:35:04 #9 19.89 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
16:35:04 #8 39.53 Preparing to unpack .../055-libfakeroot_1.23-1_armhf.deb ...
16:35:04 #8 39.53 Unpacking libfakeroot:armhf (1.23-1) ...
16:35:04 #8 39.59 Selecting previously unselected package fakeroot.
16:35:04 #8 39.59 Preparing to unpack .../056-fakeroot_1.23-1_armhf.deb ...
16:35:04 #8 39.60 Unpacking fakeroot (1.23-1) ...
16:35:04 #8 39.65 Selecting previously unselected package libfile-which-perl.
16:35:04 #8 39.65 Preparing to unpack .../057-libfile-which-perl_1.23-1_all.deb ...
16:35:04 #8 39.66 Unpacking libfile-which-perl (1.23-1) ...
16:35:04 #8 39.70 Selecting previously unselected package libfile-homedir-perl.
16:35:04 #8 39.70 Preparing to unpack .../058-libfile-homedir-perl_1.004-1_all.deb ...
16:35:04 #8 39.71 Unpacking libfile-homedir-perl (1.004-1) ...
16:35:04 #8 39.76 Selecting previously unselected package libio-pty-perl.
16:35:04 #9 20.24 Selecting previously unselected package libgdbm-compat4:amd64.
16:35:04 #9 20.24 Preparing to unpack .../009-libgdbm-compat4_1.18.1-5_amd64.deb ...
16:35:04 #9 20.25 Unpacking libgdbm-compat4:amd64 (1.18.1-5) ...
16:35:04 #9 20.28 Selecting previously unselected package libperl5.30:amd64.
16:35:04 #9 20.28 Preparing to unpack .../010-libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ...
16:35:04 #9 20.28 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) ...
16:35:04 #8 39.76 Preparing to unpack .../059-libio-pty-perl_1%3a1.08-1.1+b4_armhf.deb ...
16:35:04 #8 39.78 Unpacking libio-pty-perl (1:1.08-1.1+b4) ...
16:35:04 #8 39.82 Selecting previously unselected package libipc-run-perl.
16:35:04 #8 39.83 Preparing to unpack .../060-libipc-run-perl_20180523.0-1_all.deb ...
16:35:04 #8 39.83 Unpacking libipc-run-perl (20180523.0-1) ...
16:35:04 #8 39.89 Selecting previously unselected package libclass-method-modifiers-perl.
16:35:04 #8 39.89 Preparing to unpack .../061-libclass-method-modifiers-perl_2.12-1_all.deb ...
16:35:04 #8 39.90 Unpacking libclass-method-modifiers-perl (2.12-1) ...
16:35:04 #8 39.94 Selecting previously unselected package libsub-exporter-progressive-perl.
16:35:04 #8 39.95 Preparing to unpack .../062-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
16:35:04 #8 39.95 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
16:35:04 #8 40.00 Selecting previously unselected package libdevel-globaldestruction-perl.
16:35:04 #9 20.74 Selecting previously unselected package perl.
16:35:04 #8 40.00 Preparing to unpack .../063-libdevel-globaldestruction-perl_0.14-1_all.deb ...
16:35:04 #8 40.01 Unpacking libdevel-globaldestruction-perl (0.14-1) ...
16:35:04 #8 40.06 Selecting previously unselected package libb-hooks-op-check-perl.
16:35:04 #8 40.06 Preparing to unpack .../064-libb-hooks-op-check-perl_0.22-1+b1_armhf.deb ...
16:35:04 #8 40.07 Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
16:35:04 #8 40.12 Selecting previously unselected package libdynaloader-functions-perl.
16:35:04 #8 40.12 Preparing to unpack .../065-libdynaloader-functions-perl_0.003-1_all.deb ...
16:35:04 #8 40.13 Unpacking libdynaloader-functions-perl (0.003-1) ...
16:35:04 #8 40.19 Selecting previously unselected package libdevel-callchecker-perl.
16:35:04 #8 40.19 Preparing to unpack .../066-libdevel-callchecker-perl_0.008-1_armhf.deb ...
16:35:04 #8 40.20 Unpacking libdevel-callchecker-perl (0.008-1) ...
16:35:04 #8 40.24 Selecting previously unselected package libparams-classify-perl.
16:35:04 #8 40.25 Preparing to unpack .../067-libparams-classify-perl_0.015-1+b1_armhf.deb ...
16:35:04 #8 40.25 Unpacking libparams-classify-perl (0.015-1+b1) ...
16:35:04 #8 40.30 Selecting previously unselected package libmodule-runtime-perl.
16:35:04 #8 40.30 Preparing to unpack .../068-libmodule-runtime-perl_0.016-1_all.deb ...
16:35:04 #8 40.31 Unpacking libmodule-runtime-perl (0.016-1) ...
16:35:04 #8 40.35 Selecting previously unselected package libimport-into-perl.
16:35:05 #9 20.74 Preparing to unpack .../011-perl_5.30.0-9ubuntu0.2_amd64.deb ...
16:35:05 #9 20.75 Unpacking perl (5.30.0-9ubuntu0.2) ...
16:35:05 #9 20.79 Selecting previously unselected package openssl.
16:35:05 #9 20.80 Preparing to unpack .../012-openssl_1.1.1f-1ubuntu2.8_amd64.deb ...
16:35:05 #9 20.80 Unpacking openssl (1.1.1f-1ubuntu2.8) ...
16:35:05 #9 20.88 Selecting previously unselected package ca-certificates.
16:35:05 #8 40.36 Preparing to unpack .../069-libimport-into-perl_1.002005-1_all.deb ...
16:35:05 #8 40.36 Unpacking libimport-into-perl (1.002005-1) ...
16:35:05 #8 40.41 Selecting previously unselected package librole-tiny-perl.
16:35:05 #8 40.41 Preparing to unpack .../070-librole-tiny-perl_2.000006-1_all.deb ...
16:35:05 #8 40.42 Unpacking librole-tiny-perl (2.000006-1) ...
16:35:05 #8 40.46 Selecting previously unselected package libstrictures-perl.
16:35:05 #8 40.46 Preparing to unpack .../071-libstrictures-perl_2.000005-1_all.deb ...
16:35:05 #8 40.47 Unpacking libstrictures-perl (2.000005-1) ...
16:35:05 #8 40.52 Selecting previously unselected package libsub-quote-perl.
16:35:05 #8 40.52 Preparing to unpack .../072-libsub-quote-perl_2.005001-1_all.deb ...
16:35:05 #8 40.52 Unpacking libsub-quote-perl (2.005001-1) ...
16:35:05 #8 40.57 Selecting previously unselected package libmoo-perl.
16:35:05 #9 20.88 Preparing to unpack .../013-ca-certificates_20210119~20.04.1_all.deb ...
16:35:05 #9 20.89 Unpacking ca-certificates (20210119~20.04.1) ...
16:35:05 #9 20.93 Selecting previously unselected package distro-info-data.
16:35:05 #9 20.93 Preparing to unpack .../014-distro-info-data_0.43ubuntu1.6_all.deb ...
16:35:05 #9 20.94 Unpacking distro-info-data (0.43ubuntu1.6) ...
16:35:05 #9 20.96 Selecting previously unselected package libmagic-mgc.
16:35:05 #9 20.96 Preparing to unpack .../015-libmagic-mgc_1%3a5.38-4_amd64.deb ...
16:35:05 #9 20.96 Unpacking libmagic-mgc (1:5.38-4) ...
16:35:05 #9 21.03 Selecting previously unselected package libmagic1:amd64.
16:35:05 #9 21.03 Preparing to unpack .../016-libmagic1_1%3a5.38-4_amd64.deb ...
16:35:05 #9 21.03 Unpacking libmagic1:amd64 (1:5.38-4) ...
16:35:05 #9 21.06 Selecting previously unselected package file.
16:35:05 #9 21.06 Preparing to unpack .../017-file_1%3a5.38-4_amd64.deb ...
16:35:05 #9 21.07 Unpacking file (1:5.38-4) ...
16:35:05 #9 21.10 Selecting previously unselected package less.
16:35:05 #9 21.10 Preparing to unpack .../018-less_551-1ubuntu0.1_amd64.deb ...
16:35:05 #9 21.10 Unpacking less (551-1ubuntu0.1) ...
16:35:05 #9 21.14 Selecting previously unselected package libelf1:amd64.
16:35:05 #8 40.57 Preparing to unpack .../073-libmoo-perl_2.003004-2_all.deb ...
16:35:05 #8 40.58 Unpacking libmoo-perl (2.003004-2) ...
16:35:05 #8 40.64 Selecting previously unselected package libencode-locale-perl.
16:35:05 #8 40.64 Preparing to unpack .../074-libencode-locale-perl_1.05-1_all.deb ...
16:35:05 #8 40.65 Unpacking libencode-locale-perl (1.05-1) ...
16:35:05 #8 40.70 Selecting previously unselected package libtimedate-perl.
16:35:05 #8 40.70 Preparing to unpack .../075-libtimedate-perl_2.3000-2+deb10u1_all.deb ...
16:35:05 #8 40.71 Unpacking libtimedate-perl (2.3000-2+deb10u1) ...
16:35:05 #8 40.77 Selecting previously unselected package libhttp-date-perl.
16:35:05 #8 40.78 Preparing to unpack .../076-libhttp-date-perl_6.02-1_all.deb ...
16:35:05 #8 40.79 Unpacking libhttp-date-perl (6.02-1) ...
16:35:05 #8 40.84 Selecting previously unselected package libfile-listing-perl.
16:35:05 #9 21.14 Preparing to unpack .../019-libelf1_0.176-1.1build1_amd64.deb ...
16:35:05 #9 21.14 Unpacking libelf1:amd64 (0.176-1.1build1) ...
16:35:05 #9 21.18 Selecting previously unselected package libglib2.0-0:amd64.
16:35:05 #9 21.18 Preparing to unpack .../020-libglib2.0-0_2.64.6-1~ubuntu20.04.4_amd64.deb ...
16:35:05 #9 21.18 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
16:35:05 #9 21.31 Selecting previously unselected package libglib2.0-data.
16:35:05 #9 21.31 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.4_all.deb ...
16:35:05 #9 21.32 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
16:35:05 #9 21.35 Selecting previously unselected package tzdata.
16:35:05 #9 21.36 Preparing to unpack .../022-tzdata_2021a-0ubuntu0.20.04_all.deb ...
16:35:05 #9 21.36 Unpacking tzdata (2021a-0ubuntu0.20.04) ...
16:35:05 #8 40.84 Preparing to unpack .../077-libfile-listing-perl_6.04-1_all.deb ...
16:35:05 #8 40.85 Unpacking libfile-listing-perl (6.04-1) ...
16:35:05 #8 40.91 Selecting previously unselected package libhtml-tagset-perl.
16:35:05 #8 40.91 Preparing to unpack .../078-libhtml-tagset-perl_3.20-3_all.deb ...
16:35:05 #8 40.92 Unpacking libhtml-tagset-perl (3.20-3) ...
16:35:05 #8 40.98 Selecting previously unselected package liburi-perl.
16:35:05 #8 40.98 Preparing to unpack .../079-liburi-perl_1.76-1_all.deb ...
16:35:05 #8 40.99 Unpacking liburi-perl (1.76-1) ...
16:35:05 #8 41.08 Selecting previously unselected package libhtml-parser-perl.
16:35:05 #9 21.52 Selecting previously unselected package libicu66:amd64.
16:35:05 #9 21.53 Preparing to unpack .../023-libicu66_66.1-2ubuntu2_amd64.deb ...
16:35:05 #9 21.53 Unpacking libicu66:amd64 (66.1-2ubuntu2) ...
16:35:06 #8 41.08 Preparing to unpack .../080-libhtml-parser-perl_3.72-3+b2_armhf.deb ...
16:35:06 #8 41.09 Unpacking libhtml-parser-perl (3.72-3+b2) ...
16:35:06 #8 41.15 Selecting previously unselected package libhtml-tree-perl.
16:35:06 #8 41.15 Preparing to unpack .../081-libhtml-tree-perl_5.07-2_all.deb ...
16:35:06 #8 41.15 Unpacking libhtml-tree-perl (5.07-2) ...
16:35:06 #8 41.23 Selecting previously unselected package libio-html-perl.
16:35:06 #8 41.23 Preparing to unpack .../082-libio-html-perl_1.001-1_all.deb ...
16:35:06 #8 41.23 Unpacking libio-html-perl (1.001-1) ...
16:35:06 #8 41.29 Selecting previously unselected package liblwp-mediatypes-perl.
16:35:06 #8 41.30 Preparing to unpack .../083-liblwp-mediatypes-perl_6.02-1_all.deb ...
16:35:06 #8 41.30 Unpacking liblwp-mediatypes-perl (6.02-1) ...
16:35:06 #8 41.37 Selecting previously unselected package libhttp-message-perl.
16:35:06 #8 41.38 Preparing to unpack .../084-libhttp-message-perl_6.18-1_all.deb ...
16:35:06 #8 41.38 Unpacking libhttp-message-perl (6.18-1) ...
16:35:06 #8 41.44 Selecting previously unselected package libhttp-cookies-perl.
16:35:06 #8 41.45 Preparing to unpack .../085-libhttp-cookies-perl_6.04-1_all.deb ...
16:35:06 #8 41.45 Unpacking libhttp-cookies-perl (6.04-1) ...
16:35:06 #8 41.50 Selecting previously unselected package libhttp-negotiate-perl.
16:35:06 #8 41.50 Preparing to unpack .../086-libhttp-negotiate-perl_6.01-1_all.deb ...
16:35:06 #8 41.51 Unpacking libhttp-negotiate-perl (6.01-1) ...
16:35:06 #8 41.55 Selecting previously unselected package perl-openssl-defaults:armhf.
16:35:06 #8 41.56 Preparing to unpack .../087-perl-openssl-defaults_3_armhf.deb ...
16:35:06 #8 41.56 Unpacking perl-openssl-defaults:armhf (3) ...
16:35:06 #8 41.61 Selecting previously unselected package libnet-ssleay-perl.
16:35:06 #8 41.61 Preparing to unpack .../088-libnet-ssleay-perl_1.85-2+b1_armhf.deb ...
16:35:06 #8 41.62 Unpacking libnet-ssleay-perl (1.85-2+b1) ...
16:35:06 #8 41.71 Selecting previously unselected package libio-socket-ssl-perl.
16:35:06 #8 41.72 Preparing to unpack .../089-libio-socket-ssl-perl_2.060-3_all.deb ...
16:35:06 #8 41.72 Unpacking libio-socket-ssl-perl (2.060-3) ...
16:35:06 #8 41.80 Selecting previously unselected package libnet-http-perl.
16:35:06 #8 41.80 Preparing to unpack .../090-libnet-http-perl_6.18-1_all.deb ...
16:35:06 #8 41.81 Unpacking libnet-http-perl (6.18-1) ...
16:35:06 #8 41.86 Selecting previously unselected package liblwp-protocol-https-perl.
16:35:06 #8 41.86 Preparing to unpack .../091-liblwp-protocol-https-perl_6.07-2_all.deb ...
16:35:06 #8 41.87 Unpacking liblwp-protocol-https-perl (6.07-2) ...
16:35:06 #8 41.92 Selecting previously unselected package libtry-tiny-perl.
16:35:06 #8 41.92 Preparing to unpack .../092-libtry-tiny-perl_0.30-1_all.deb ...
16:35:06 #8 41.93 Unpacking libtry-tiny-perl (0.30-1) ...
16:35:06 #8 41.97 Selecting previously unselected package libwww-robotrules-perl.
16:35:06 #8 41.97 Preparing to unpack .../093-libwww-robotrules-perl_6.02-1_all.deb ...
16:35:06 #8 41.98 Unpacking libwww-robotrules-perl (6.02-1) ...
16:35:06 #8 42.03 Selecting previously unselected package libwww-perl.
16:35:06 #8 42.04 Preparing to unpack .../094-libwww-perl_6.36-2_all.deb ...
16:35:06 #8 42.04 Unpacking libwww-perl (6.36-2) ...
16:35:06 #8 42.11 Selecting previously unselected package patchutils.
16:35:06 #9 22.36 Selecting previously unselected package libxml2:amd64.
16:35:06 #9 22.36 Preparing to unpack .../024-libxml2_2.9.10+dfsg-5ubuntu0.20.04.1_amd64.deb ...
16:35:06 #9 22.36 Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ...
16:35:06 #9 22.44 Selecting previously unselected package libyaml-0-2:amd64.
16:35:06 #9 22.44 Preparing to unpack .../025-libyaml-0-2_0.2.2-1_amd64.deb ...
16:35:06 #9 22.44 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
16:35:06 #9 22.47 Selecting previously unselected package lsb-release.
16:35:06 #9 22.47 Preparing to unpack .../026-lsb-release_11.1.0ubuntu2_all.deb ...
16:35:06 #9 22.48 Unpacking lsb-release (11.1.0ubuntu2) ...
16:35:06 #9 22.50 Selecting previously unselected package netbase.
16:35:06 #9 22.50 Preparing to unpack .../027-netbase_6.1_all.deb ...
16:35:06 #9 22.51 Unpacking netbase (6.1) ...
16:35:06 #9 22.53 Selecting previously unselected package python3-pkg-resources.
16:35:06 #9 22.53 Preparing to unpack .../028-python3-pkg-resources_45.2.0-1_all.deb ...
16:35:06 #9 22.53 Unpacking python3-pkg-resources (45.2.0-1) ...
16:35:06 #9 22.57 Selecting previously unselected package python3-six.
16:35:06 #9 22.57 Preparing to unpack .../029-python3-six_1.14.0-2_all.deb ...
16:35:06 #9 22.57 Unpacking python3-six (1.14.0-2) ...
16:35:06 #9 22.63 Selecting previously unselected package shared-mime-info.
16:35:06 #9 22.63 Preparing to unpack .../030-shared-mime-info_1.15-1_amd64.deb ...
16:35:06 #9 22.64 Unpacking shared-mime-info (1.15-1) ...
16:35:06 #9 22.70 Selecting previously unselected package ucf.
16:35:06 #9 22.70 Preparing to unpack .../031-ucf_3.0038+nmu1_all.deb ...
16:35:07 #8 42.12 Preparing to unpack .../095-patchutils_0.3.4-2_armhf.deb ...
16:35:07 #8 42.12 Unpacking patchutils (0.3.4-2) ...
16:35:07 #8 42.18 Selecting previously unselected package wdiff.
16:35:07 #8 42.18 Preparing to unpack .../096-wdiff_1.2.2-2_armhf.deb ...
16:35:07 #8 42.19 Unpacking wdiff (1.2.2-2) ...
16:35:07 #8 42.27 Selecting previously unselected package devscripts.
16:35:07 #8 42.28 Preparing to unpack .../097-devscripts_2.19.5+deb10u1_armhf.deb ...
16:35:07 #8 42.32 Unpacking devscripts (2.19.5+deb10u1) ...
16:35:07 #9 22.71 Moving old data out of the way
16:35:07 #9 22.71 Unpacking ucf (3.0038+nmu1) ...
16:35:07 #9 22.74 Selecting previously unselected package xdg-user-dirs.
16:35:07 #9 22.74 Preparing to unpack .../032-xdg-user-dirs_0.17-2ubuntu1_amd64.deb ...
16:35:07 #9 22.75 Unpacking xdg-user-dirs (0.17-2ubuntu1) ...
16:35:07 #9 22.79 Selecting previously unselected package xz-utils.
16:35:07 #9 22.79 Preparing to unpack .../033-xz-utils_5.2.4-1ubuntu1_amd64.deb ...
16:35:07 #9 22.80 Unpacking xz-utils (5.2.4-1ubuntu1) ...
16:35:07 #9 22.83 Selecting previously unselected package gettext-base.
16:35:07 #9 22.83 Preparing to unpack .../034-gettext-base_0.19.8.1-10build1_amd64.deb ...
16:35:07 #9 22.83 Unpacking gettext-base (0.19.8.1-10build1) ...
16:35:07 #9 22.86 Selecting previously unselected package iso-codes.
16:35:07 #9 22.86 Preparing to unpack .../035-iso-codes_4.4-1_all.deb ...
16:35:07 #9 22.86 Unpacking iso-codes (4.4-1) ...
16:35:07 #8 42.53 Selecting previously unselected package equivs.
16:35:07 #8 42.53 Preparing to unpack .../098-equivs_2.2.0_all.deb ...
16:35:07 #8 42.53 Unpacking equivs (2.2.0) ...
16:35:07 #8 42.59 Selecting previously unselected package libcurl3-gnutls:armhf.
16:35:07 #8 42.60 Preparing to unpack .../099-libcurl3-gnutls_7.64.0-4+deb10u2_armhf.deb ...
16:35:07 #8 42.60 Unpacking libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ...
16:35:07 #9 23.21 Selecting previously unselected package krb5-locales.
16:35:07 #9 23.21 Preparing to unpack .../036-krb5-locales_1.17-6ubuntu4.1_all.deb ...
16:35:07 #9 23.22 Unpacking krb5-locales (1.17-6ubuntu4.1) ...
16:35:07 #9 23.24 Selecting previously unselected package libcbor0.6:amd64.
16:35:07 #8 42.69 Selecting previously unselected package libpcre2-8-0:armhf.
16:35:07 #8 42.69 Preparing to unpack .../100-libpcre2-8-0_10.32-5_armhf.deb ...
16:35:07 #8 42.70 Unpacking libpcre2-8-0:armhf (10.32-5) ...
16:35:07 #8 42.78 Selecting previously unselected package liberror-perl.
16:35:07 #8 42.78 Preparing to unpack .../101-liberror-perl_0.17027-2_all.deb ...
16:35:07 #8 42.79 Unpacking liberror-perl (0.17027-2) ...
16:35:07 #8 42.84 Selecting previously unselected package git-man.
16:35:07 #8 42.84 Preparing to unpack .../102-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
16:35:07 #8 42.85 Unpacking git-man (1:2.20.1-2+deb10u3) ...
16:35:07 #9 23.25 Preparing to unpack .../037-libcbor0.6_0.6.0-0ubuntu1_amd64.deb ...
16:35:07 #9 23.25 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
16:35:07 #9 23.28 Selecting previously unselected package libedit2:amd64.
16:35:07 #9 23.28 Preparing to unpack .../038-libedit2_3.1-20191231-1_amd64.deb ...
16:35:07 #9 23.28 Unpacking libedit2:amd64 (3.1-20191231-1) ...
16:35:07 #9 23.32 Selecting previously unselected package libfido2-1:amd64.
16:35:07 #9 23.32 Preparing to unpack .../039-libfido2-1_1.3.1-1ubuntu2_amd64.deb ...
16:35:07 #9 23.32 Unpacking libfido2-1:amd64 (1.3.1-1ubuntu2) ...
16:35:07 #9 23.35 Selecting previously unselected package libkrb5support0:amd64.
16:35:07 #9 23.35 Preparing to unpack .../040-libkrb5support0_1.17-6ubuntu4.1_amd64.deb ...
16:35:07 #9 23.36 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.1) ...
16:35:07 #9 23.39 Selecting previously unselected package libk5crypto3:amd64.
16:35:07 #9 23.39 Preparing to unpack .../041-libk5crypto3_1.17-6ubuntu4.1_amd64.deb ...
16:35:07 #9 23.39 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.1) ...
16:35:07 #9 23.42 Selecting previously unselected package libkeyutils1:amd64.
16:35:07 #9 23.43 Preparing to unpack .../042-libkeyutils1_1.6-6ubuntu1_amd64.deb ...
16:35:07 #9 23.43 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1) ...
16:35:07 #9 23.46 Selecting previously unselected package libkrb5-3:amd64.
16:35:07 #8 43.02 Selecting previously unselected package git.
16:35:07 #8 43.02 Preparing to unpack .../103-git_1%3a2.20.1-2+deb10u3_armhf.deb ...
16:35:07 #8 43.06 Unpacking git (1:2.20.1-2+deb10u3) ...
16:35:07 #9 23.46 Preparing to unpack .../043-libkrb5-3_1.17-6ubuntu4.1_amd64.deb ...
16:35:07 #9 23.46 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.1) ...
16:35:07 #9 23.52 Selecting previously unselected package libgssapi-krb5-2:amd64.
16:35:07 #9 23.53 Preparing to unpack .../044-libgssapi-krb5-2_1.17-6ubuntu4.1_amd64.deb ...
16:35:07 #9 23.53 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ...
16:35:07 #9 23.57 Selecting previously unselected package libpsl5:amd64.
16:35:07 #9 23.57 Preparing to unpack .../045-libpsl5_0.21.0-1ubuntu1_amd64.deb ...
16:35:07 #9 23.58 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ...
16:35:07 #9 23.63 Selecting previously unselected package libxau6:amd64.
16:35:07 #9 23.63 Preparing to unpack .../046-libxau6_1%3a1.0.9-0ubuntu1_amd64.deb ...
16:35:07 #9 23.64 Unpacking libxau6:amd64 (1:1.0.9-0ubuntu1) ...
16:35:07 #9 23.66 Selecting previously unselected package libxdmcp6:amd64.
16:35:07 #9 23.66 Preparing to unpack .../047-libxdmcp6_1%3a1.1.3-0ubuntu1_amd64.deb ...
16:35:07 #9 23.67 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
16:35:07 #9 23.70 Selecting previously unselected package libxcb1:amd64.
16:35:08 #9 23.70 Preparing to unpack .../048-libxcb1_1.14-2_amd64.deb ...
16:35:08 #9 23.70 Unpacking libxcb1:amd64 (1.14-2) ...
16:35:08 #9 23.73 Selecting previously unselected package libx11-data.
16:35:08 #9 23.73 Preparing to unpack .../049-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ...
16:35:08 #9 23.73 Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ...
16:35:08 #9 23.79 Selecting previously unselected package libx11-6:amd64.
16:35:08 #9 23.79 Preparing to unpack .../050-libx11-6_2%3a1.6.9-2ubuntu1.2_amd64.deb ...
16:35:08 #9 23.79 Unpacking libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
16:35:08 #9 23.87 Selecting previously unselected package libxext6:amd64.
16:35:08 #9 23.87 Preparing to unpack .../051-libxext6_2%3a1.3.4-0ubuntu1_amd64.deb ...
16:35:08 #9 23.87 Unpacking libxext6:amd64 (2:1.3.4-0ubuntu1) ...
16:35:08 #9 23.90 Selecting previously unselected package libxmuu1:amd64.
16:35:08 #9 23.90 Preparing to unpack .../052-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ...
16:35:08 #9 23.90 Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
16:35:08 #9 23.93 Selecting previously unselected package manpages.
16:35:08 #9 23.93 Preparing to unpack .../053-manpages_5.05-1_all.deb ...
16:35:08 #9 23.93 Unpacking manpages (5.05-1) ...
16:35:08 #9 24.05 Selecting previously unselected package openssh-client.
16:35:08 #9 24.05 Preparing to unpack .../054-openssh-client_1%3a8.2p1-4ubuntu0.3_amd64.deb ...
16:35:08 #9 24.05 Unpacking openssh-client (1:8.2p1-4ubuntu0.3) ...
16:35:08 #9 24.14 Selecting previously unselected package publicsuffix.
16:35:08 #9 24.15 Preparing to unpack .../055-publicsuffix_20200303.0012-1_all.deb ...
16:35:08 #9 24.15 Unpacking publicsuffix (20200303.0012-1) ...
16:35:08 #9 24.18 Selecting previously unselected package python-apt-common.
16:35:08 #9 24.18 Preparing to unpack .../056-python-apt-common_2.0.0ubuntu0.20.04.6_all.deb ...
16:35:08 #9 24.18 Unpacking python-apt-common (2.0.0ubuntu0.20.04.6) ...
16:35:08 #9 24.21 Selecting previously unselected package python3-apt.
16:35:08 #9 24.21 Preparing to unpack .../057-python3-apt_2.0.0ubuntu0.20.04.6_amd64.deb ...
16:35:08 #9 24.21 Unpacking python3-apt (2.0.0ubuntu0.20.04.6) ...
16:35:08 #9 24.25 Selecting previously unselected package libunwind8:amd64.
16:35:08 #8 43.78 Setting up perl-modules-5.28 (5.28.1-6) ...
16:35:08 #9 24.25 Preparing to unpack .../058-libunwind8_1.2.1-9build1_amd64.deb ...
16:35:08 #9 24.26 Unpacking libunwind8:amd64 (1.2.1-9build1) ...
16:35:08 #9 24.28 Selecting previously unselected package strace.
16:35:08 #9 24.29 Preparing to unpack .../059-strace_5.5-3ubuntu1_amd64.deb ...
16:35:08 #9 24.29 Unpacking strace (5.5-3ubuntu1) ...
16:35:08 #9 24.35 Selecting previously unselected package xauth.
16:35:08 #9 24.35 Preparing to unpack .../060-xauth_1%3a1.1-0ubuntu1_amd64.deb ...
16:35:08 #9 24.35 Unpacking xauth (1:1.1-0ubuntu1) ...
16:35:08 #9 24.38 Selecting previously unselected package libfl2:amd64.
16:35:08 #9 24.38 Preparing to unpack .../061-libfl2_2.6.4-6.2_amd64.deb ...
16:35:08 #9 24.39 Unpacking libfl2:amd64 (2.6.4-6.2) ...
16:35:08 #9 24.42 Selecting previously unselected package at.
16:35:08 #9 24.42 Preparing to unpack .../062-at_3.1.23-1ubuntu1_amd64.deb ...
16:35:08 #9 24.42 Unpacking at (3.1.23-1ubuntu1) ...
16:35:08 #9 24.45 Selecting previously unselected package libsigsegv2:amd64.
16:35:08 #8 43.80 Setting up libpipeline1:armhf (1.5.1-2) ...
16:35:08 #8 43.82 Setting up mime-support (3.62) ...
16:35:08 #8 43.88 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
16:35:08 #8 43.89 Setting up libglib2.0-0:armhf (2.58.3-2+deb10u2) ...
16:35:08 #8 43.91 No schema files found: doing nothing.
16:35:08 #8 43.93 Setting up binutils-common:armhf (2.31.1-16+rpi2) ...
16:35:08 #8 43.94 Setting up libmagic1:armhf (1:5.35-4+deb10u2) ...
16:35:08 #8 43.97 Setting up perl-openssl-defaults:armhf (3) ...
16:35:08 #8 44.01 Setting up linux-libc-dev:armhf (1:1.20210831-1) ...
16:35:08 #9 24.46 Preparing to unpack .../063-libsigsegv2_2.12-2_amd64.deb ...
16:35:08 #9 24.46 Unpacking libsigsegv2:amd64 (2.12-2) ...
16:35:08 #9 24.48 Selecting previously unselected package m4.
16:35:08 #9 24.48 Preparing to unpack .../064-m4_1.4.18-4_amd64.deb ...
16:35:08 #9 24.49 Unpacking m4 (1.4.18-4) ...
16:35:08 #9 24.52 Selecting previously unselected package autoconf.
16:35:08 #9 24.52 Preparing to unpack .../065-autoconf_2.69-11.1_all.deb ...
16:35:08 #9 24.53 Unpacking autoconf (2.69-11.1) ...
16:35:08 #9 24.58 Selecting previously unselected package autotools-dev.
16:35:08 #9 24.58 Preparing to unpack .../066-autotools-dev_20180224.1_all.deb ...
16:35:08 #9 24.59 Unpacking autotools-dev (20180224.1) ...
16:35:08 #9 24.62 Selecting previously unselected package automake.
16:35:08 #9 24.62 Preparing to unpack .../067-automake_1%3a1.16.1-4ubuntu6_all.deb ...
16:35:08 #9 24.62 Unpacking automake (1:1.16.1-4ubuntu6) ...
16:35:08 #9 24.69 Selecting previously unselected package autopoint.
16:35:08 #8 44.03 Setting up gettext-base (0.19.8.1-9) ...
16:35:08 #8 44.05 Setting up libcurl3-gnutls:armhf (7.64.0-4+deb10u2) ...
16:35:08 #8 44.06 Setting up file (1:5.35-4+deb10u2) ...
16:35:08 #8 44.08 Setting up libgomp1:armhf (8.3.0-6+rpi1) ...
16:35:08 #8 44.10 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
16:35:08 #8 44.12 Setting up libicu63:armhf (63.1-6+deb10u1) ...
16:35:08 #8 44.14 Setting up libfakeroot:armhf (1.23-1) ...
16:35:08 #8 44.16 Setting up fakeroot (1.23-1) ...
16:35:08 #8 44.18 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
16:35:08 #8 44.18 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
16:35:08 #8 44.18 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
16:35:08 #8 44.18 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
16:35:08 #8 44.18 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
16:35:08 #8 44.18 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
16:35:08 #8 44.18 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
16:35:08 #8 44.18 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
16:35:08 #8 44.18 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
16:35:08 #8 44.20 Setting up libasan5:armhf (8.3.0-6+rpi1) ...
16:35:08 #8 44.22 Setting up autotools-dev (20180224.1) ...
16:35:09 #9 24.69 Preparing to unpack .../068-autopoint_0.19.8.1-10build1_all.deb ...
16:35:09 #9 24.69 Unpacking autopoint (0.19.8.1-10build1) ...
16:35:09 #9 24.72 Selecting previously unselected package binutils-common:amd64.
16:35:09 #9 24.72 Preparing to unpack .../069-binutils-common_2.34-6ubuntu1.1_amd64.deb ...
16:35:09 #9 24.73 Unpacking binutils-common:amd64 (2.34-6ubuntu1.1) ...
16:35:09 #9 24.77 Selecting previously unselected package libbinutils:amd64.
16:35:09 #9 24.77 Preparing to unpack .../070-libbinutils_2.34-6ubuntu1.1_amd64.deb ...
16:35:09 #9 24.77 Unpacking libbinutils:amd64 (2.34-6ubuntu1.1) ...
16:35:09 #9 24.85 Selecting previously unselected package libctf-nobfd0:amd64.
16:35:09 #9 24.85 Preparing to unpack .../071-libctf-nobfd0_2.34-6ubuntu1.1_amd64.deb ...
16:35:09 #9 24.85 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.1) ...
16:35:09 #9 24.88 Selecting previously unselected package libctf0:amd64.
16:35:09 #9 24.89 Preparing to unpack .../072-libctf0_2.34-6ubuntu1.1_amd64.deb ...
16:35:09 #9 24.89 Unpacking libctf0:amd64 (2.34-6ubuntu1.1) ...
16:35:09 #9 24.92 Selecting previously unselected package binutils-x86-64-linux-gnu.
16:35:09 #9 24.92 Preparing to unpack .../073-binutils-x86-64-linux-gnu_2.34-6ubuntu1.1_amd64.deb ...
16:35:09 #9 24.92 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.1) ...
16:35:09 #8 44.24 Setting up make (4.2.1-1.2) ...
16:35:09 #8 44.26 Setting up libmpfr6:armhf (4.0.2-1) ...
16:35:09 #8 44.28 Setting up libsigsegv2:armhf (2.12-2) ...
16:35:09 #8 44.29 Setting up xz-utils (5.2.4-1) ...
16:35:09 #8 44.31 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:35:09 #8 44.31 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
16:35:09 #8 44.31 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
16:35:09 #8 44.31 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
16:35:09 #8 44.31 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
16:35:09 #8 44.31 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
16:35:09 #8 44.31 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
16:35:09 #8 44.31 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
16:35:09 #8 44.31 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
16:35:09 #8 44.31 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
16:35:09 #8 44.31 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
16:35:09 #8 44.32 Setting up libmpc3:armhf (1.1.0-1) ...
16:35:09 #8 44.34 Setting up libatomic1:armhf (8.3.0-6+rpi1) ...
16:35:09 #8 44.36 Setting up patch (2.7.6-3+deb10u1) ...
16:35:09 #8 44.37 Setting up autopoint (0.19.8.1-9) ...
16:35:09 #8 44.39 Setting up libfl2:armhf (2.6.4-6.2) ...
16:35:09 #8 44.41 Setting up libpcre2-8-0:armhf (10.32-5) ...
16:35:09 #8 44.43 Setting up libubsan1:armhf (8.3.0-6+rpi1) ...
16:35:09 #8 44.45 Setting up libisl19:armhf (0.20-2) ...
16:35:09 #8 44.47 Setting up sensible-utils (0.0.12) ...
16:35:09 #8 44.48 Setting up libuchardet0:armhf (0.0.6-3) ...
16:35:09 #8 44.50 Setting up git-man (1:2.20.1-2+deb10u3) ...
16:35:09 #8 44.52 Setting up libmpdec2:armhf (2.4.2-2) ...
16:35:09 #8 44.54 Setting up libbinutils:armhf (2.31.1-16+rpi2) ...
16:35:09 #8 44.56 Setting up cpp-8 (8.3.0-6+rpi1) ...
16:35:09 #9 25.12 Selecting previously unselected package binutils.
16:35:09 #9 25.13 Preparing to unpack .../074-binutils_2.34-6ubuntu1.1_amd64.deb ...
16:35:09 #9 25.13 Unpacking binutils (2.34-6ubuntu1.1) ...
16:35:09 #9 25.16 Selecting previously unselected package libc-dev-bin.
16:35:09 #9 25.16 Preparing to unpack .../075-libc-dev-bin_2.31-0ubuntu9.2_amd64.deb ...
16:35:09 #9 25.16 Unpacking libc-dev-bin (2.31-0ubuntu9.2) ...
16:35:09 #9 25.19 Selecting previously unselected package linux-libc-dev:amd64.
16:35:09 #9 25.20 Preparing to unpack .../076-linux-libc-dev_5.4.0-84.94_amd64.deb ...
16:35:09 #9 25.20 Unpacking linux-libc-dev:amd64 (5.4.0-84.94) ...
16:35:09 #8 44.58 Setting up libc-dev-bin (2.28-10+rpt2+rpi1) ...
16:35:09 #8 44.59 Setting up libbsd0:armhf (0.9.1-2+deb10u1) ...
16:35:09 #8 44.61 Setting up libtinfo5:armhf (6.1+20181013-2+deb10u2) ...
16:35:09 #8 44.63 Setting up binutils-arm-linux-gnueabihf (2.31.1-16+rpi2) ...
16:35:09 #8 44.64 Setting up libelf1:armhf (0.176-1.1) ...
16:35:09 #8 44.66 Setting up libxml2:armhf (2.9.4+dfsg1-7+deb10u2) ...
16:35:09 #8 44.67 Setting up libcc1-0:armhf (8.3.0-6+rpi1) ...
16:35:09 #8 44.69 Setting up libgdbm6:armhf (1.18.1-4) ...
16:35:09 #8 44.70 Setting up wdiff (1.2.2-2) ...
16:35:09 #8 44.72 Setting up libpython3.7-stdlib:armhf (3.7.3-2+deb10u3) ...
16:35:09 #8 44.74 Setting up m4 (1.4.18-2) ...
16:35:09 #8 44.76 Setting up binutils (2.31.1-16+rpi2) ...
16:35:09 #8 44.78 Setting up bsdmainutils (11.1.2) ...
16:35:09 #9 25.37 Selecting previously unselected package libcrypt-dev:amd64.
16:35:09 #9 25.37 Preparing to unpack .../077-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ...
16:35:09 #9 25.37 Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
16:35:09 #9 25.40 Selecting previously unselected package libc6-dev:amd64.
16:35:09 #9 25.41 Preparing to unpack .../078-libc6-dev_2.31-0ubuntu9.2_amd64.deb ...
16:35:09 #9 25.41 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.2) ...
16:35:09 #8 44.81 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
16:35:09 #8 44.81 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist
16:35:09 #8 44.82 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
16:35:09 #8 44.82 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
16:35:09 #8 44.83 Setting up libcroco3:armhf (0.6.12-3) ...
16:35:09 #8 44.85 Setting up libgdbm-compat4:armhf (1.18.1-4) ...
16:35:09 #8 44.87 Setting up libgcc-8-dev:armhf (8.3.0-6+rpi1) ...
16:35:09 #8 44.88 Setting up libperl5.28:armhf (5.28.1-6) ...
16:35:09 #8 44.90 Setting up dwz (0.12-3) ...
16:35:09 #8 44.92 Setting up groff-base (1.22.4-3+deb10u1) ...
16:35:09 #8 44.94 Setting up cpp (4:8.3.0-1+rpi2) ...
16:35:09 #8 44.97 Setting up libc6-dev:armhf (2.28-10+rpt2+rpi1) ...
16:35:09 #8 44.99 Setting up libpython3-stdlib:armhf (3.7.3-1) ...
16:35:10 #9 25.77 Selecting previously unselected package gcc-9-base:amd64.
16:35:10 #9 25.77 Preparing to unpack .../079-gcc-9-base_9.3.0-17ubuntu1~20.04_amd64.deb ...
16:35:10 #9 25.78 Unpacking gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) ...
16:35:10 #9 25.81 Selecting previously unselected package libisl22:amd64.
16:35:10 #8 45.00 Setting up python3.7 (3.7.3-2+deb10u3) ...
16:35:10 #9 25.81 Preparing to unpack .../080-libisl22_0.22.1-1_amd64.deb ...
16:35:10 #9 25.81 Unpacking libisl22:amd64 (0.22.1-1) ...
16:35:10 #9 25.89 Selecting previously unselected package libmpfr6:amd64.
16:35:10 #9 25.90 Preparing to unpack .../081-libmpfr6_4.0.2-1_amd64.deb ...
16:35:10 #9 25.90 Unpacking libmpfr6:amd64 (4.0.2-1) ...
16:35:10 #9 25.95 Selecting previously unselected package libmpc3:amd64.
16:35:10 #9 25.95 Preparing to unpack .../082-libmpc3_1.1.0-1_amd64.deb ...
16:35:10 #9 25.95 Unpacking libmpc3:amd64 (1.1.0-1) ...
16:35:10 #9 25.98 Selecting previously unselected package cpp-9.
16:35:10 #9 25.98 Preparing to unpack .../083-cpp-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
16:35:10 #9 25.98 Unpacking cpp-9 (9.3.0-17ubuntu1~20.04) ...
16:35:11 #9 26.69 Selecting previously unselected package cpp.
16:35:11 #9 26.70 Preparing to unpack .../084-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ...
16:35:11 #9 26.70 Unpacking cpp (4:9.3.0-1ubuntu2) ...
16:35:11 #9 26.73 Selecting previously unselected package libcc1-0:amd64.
16:35:11 #9 26.74 Preparing to unpack .../085-libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ...
16:35:11 #9 26.74 Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:11 #9 26.77 Selecting previously unselected package libgomp1:amd64.
16:35:11 #9 26.77 Preparing to unpack .../086-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ...
16:35:11 #9 26.78 Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:11 #9 26.81 Selecting previously unselected package libitm1:amd64.
16:35:11 #9 26.81 Preparing to unpack .../087-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ...
16:35:11 #9 26.82 Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:11 #9 26.87 Selecting previously unselected package libatomic1:amd64.
16:35:11 #9 26.87 Preparing to unpack .../088-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ...
16:35:11 #9 26.87 Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:11 #9 26.91 Selecting previously unselected package libasan5:amd64.
16:35:11 #9 26.91 Preparing to unpack .../089-libasan5_9.3.0-17ubuntu1~20.04_amd64.deb ...
16:35:11 #9 26.92 Unpacking libasan5:amd64 (9.3.0-17ubuntu1~20.04) ...
16:35:11 #9 27.05 Selecting previously unselected package liblsan0:amd64.
16:35:11 #8 46.45 Setting up gettext (0.19.8.1-9) ...
16:35:11 #8 46.47 Setting up gcc-8 (8.3.0-6+rpi1) ...
16:35:11 #8 46.48 Setting up libtool (2.4.6-9) ...
16:35:11 #8 46.50 Setting up python3 (3.7.3-1) ...
16:35:11 #8 46.75 Setting up man-db (2.8.5-2) ...
16:35:11 #9 27.06 Preparing to unpack .../090-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
16:35:11 #9 27.06 Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:11 #9 27.17 Selecting previously unselected package libtsan0:amd64.
16:35:11 #9 27.17 Preparing to unpack .../091-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ...
16:35:11 #8 47.01 Building database of manual pages ...
16:35:11 #9 27.17 Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:11 #9 27.40 Selecting previously unselected package libubsan1:amd64.
16:35:11 #9 27.40 Preparing to unpack .../092-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ...
16:35:11 #9 27.41 Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:12 #9 27.51 Selecting previously unselected package libquadmath0:amd64.
16:35:12 #9 27.51 Preparing to unpack .../093-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ...
16:35:12 #9 27.51 Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:12 #9 27.55 Selecting previously unselected package libgcc-9-dev:amd64.
16:35:12 #9 27.55 Preparing to unpack .../094-libgcc-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
16:35:12 #9 27.56 Unpacking libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
16:35:12 #9 27.79 Selecting previously unselected package gcc-9.
16:35:12 #9 27.79 Preparing to unpack .../095-gcc-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
16:35:12 #9 27.80 Unpacking gcc-9 (9.3.0-17ubuntu1~20.04) ...
16:35:12 #9 28.54 Selecting previously unselected package gcc.
16:35:12 #9 28.54 Preparing to unpack .../096-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ...
16:35:12 #9 28.55 Unpacking gcc (4:9.3.0-1ubuntu2) ...
16:35:12 #9 28.57 Selecting previously unselected package libstdc++-9-dev:amd64.
16:35:12 #9 28.57 Preparing to unpack .../097-libstdc++-9-dev_9.3.0-17ubuntu1~20.04_amd64.deb ...
16:35:12 #9 28.58 Unpacking libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
16:35:13 #9 28.83 Selecting previously unselected package g++-9.
16:35:13 #9 28.83 Preparing to unpack .../098-g++-9_9.3.0-17ubuntu1~20.04_amd64.deb ...
16:35:13 #9 28.83 Unpacking g++-9 (9.3.0-17ubuntu1~20.04) ...
16:35:13 #9 29.59 Selecting previously unselected package g++.
16:35:13 #9 29.59 Preparing to unpack .../099-g++_4%3a9.3.0-1ubuntu2_amd64.deb ...
16:35:13 #9 29.59 Unpacking g++ (4:9.3.0-1ubuntu2) ...
16:35:13 #9 29.61 Selecting previously unselected package make.
16:35:13 #9 29.61 Preparing to unpack .../100-make_4.2.1-1.2_amd64.deb ...
16:35:13 #9 29.62 Unpacking make (4.2.1-1.2) ...
16:35:13 #9 29.65 Selecting previously unselected package libdpkg-perl.
16:35:13 #9 29.65 Preparing to unpack .../101-libdpkg-perl_1.19.7ubuntu3_all.deb ...
16:35:13 #9 29.66 Unpacking libdpkg-perl (1.19.7ubuntu3) ...
16:35:13 #9 29.70 Selecting previously unselected package patch.
16:35:14 #9 29.71 Preparing to unpack .../102-patch_2.7.6-6_amd64.deb ...
16:35:14 #9 29.71 Unpacking patch (2.7.6-6) ...
16:35:14 #9 29.74 Selecting previously unselected package dpkg-dev.
16:35:14 #9 29.74 Preparing to unpack .../103-dpkg-dev_1.19.7ubuntu3_all.deb ...
16:35:14 #9 29.75 Unpacking dpkg-dev (1.19.7ubuntu3) ...
16:35:14 #9 29.83 Selecting previously unselected package build-essential.
16:35:14 #9 29.83 Preparing to unpack .../104-build-essential_12.8ubuntu1.1_amd64.deb ...
16:35:14 #9 29.83 Unpacking build-essential (12.8ubuntu1.1) ...
16:35:14 #9 29.86 Selecting previously unselected package libbrotli1:amd64.
16:35:14 #9 29.86 Preparing to unpack .../105-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ...
16:35:14 #9 29.87 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
16:35:14 #9 29.92 Selecting previously unselected package libroken18-heimdal:amd64.
16:35:14 #9 29.92 Preparing to unpack .../106-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
16:35:14 #9 29.92 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:14 #9 29.96 Selecting previously unselected package libasn1-8-heimdal:amd64.
16:35:14 #9 29.96 Preparing to unpack .../107-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
16:35:14 #9 29.96 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:14 #9 30.00 Selecting previously unselected package libheimbase1-heimdal:amd64.
16:35:14 #9 30.01 Preparing to unpack .../108-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
16:35:14 #9 30.01 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:14 #9 30.04 Selecting previously unselected package libhcrypto4-heimdal:amd64.
16:35:14 #9 30.04 Preparing to unpack .../109-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
16:35:14 #9 30.04 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:14 #9 30.08 Selecting previously unselected package libwind0-heimdal:amd64.
16:35:14 #9 30.08 Preparing to unpack .../110-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
16:35:14 #9 30.09 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:14 #9 30.14 Selecting previously unselected package libhx509-5-heimdal:amd64.
16:35:14 #9 30.14 Preparing to unpack .../111-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
16:35:14 #9 30.14 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:14 #9 30.18 Selecting previously unselected package libkrb5-26-heimdal:amd64.
16:35:14 #9 30.18 Preparing to unpack .../112-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
16:35:14 #9 30.19 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:14 #9 30.24 Selecting previously unselected package libheimntlm0-heimdal:amd64.
16:35:14 #9 30.24 Preparing to unpack .../113-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
16:35:14 #9 30.24 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:14 #9 30.27 Selecting previously unselected package libgssapi3-heimdal:amd64.
16:35:14 #9 30.27 Preparing to unpack .../114-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ...
16:35:14 #9 30.27 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:14 #9 30.31 Selecting previously unselected package libsasl2-modules-db:amd64.
16:35:14 #9 30.31 Preparing to unpack .../115-libsasl2-modules-db_2.1.27+dfsg-2_amd64.deb ...
16:35:14 #9 30.31 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ...
16:35:14 #9 30.37 Selecting previously unselected package libsasl2-2:amd64.
16:35:14 #9 30.37 Preparing to unpack .../116-libsasl2-2_2.1.27+dfsg-2_amd64.deb ...
16:35:14 #9 30.37 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2) ...
16:35:14 #9 30.40 Selecting previously unselected package libldap-common.
16:35:14 #9 30.40 Preparing to unpack .../117-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ...
16:35:14 #9 30.41 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ...
16:35:14 #9 30.44 Selecting previously unselected package libldap-2.4-2:amd64.
16:35:14 #9 30.44 Preparing to unpack .../118-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ...
16:35:14 #9 30.44 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ...
16:35:14 #9 30.51 Selecting previously unselected package libnghttp2-14:amd64.
16:35:14 #9 30.51 Preparing to unpack .../119-libnghttp2-14_1.40.0-1build1_amd64.deb ...
16:35:14 #9 30.52 Unpacking libnghttp2-14:amd64 (1.40.0-1build1) ...
16:35:14 #9 30.55 Selecting previously unselected package librtmp1:amd64.
16:35:15 #9 30.55 Preparing to unpack .../120-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ...
16:35:15 #9 30.55 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
16:35:15 #9 30.59 Selecting previously unselected package libssh-4:amd64.
16:35:15 #9 30.59 Preparing to unpack .../121-libssh-4_0.9.3-2ubuntu2.2_amd64.deb ...
16:35:15 #9 30.59 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
16:35:15 #9 30.64 Selecting previously unselected package libcurl4:amd64.
16:35:15 #9 30.64 Preparing to unpack .../122-libcurl4_7.68.0-1ubuntu2.7_amd64.deb ...
16:35:15 #9 30.64 Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.7) ...
16:35:15 #9 30.69 Selecting previously unselected package curl.
16:35:15 #9 30.69 Preparing to unpack .../123-curl_7.68.0-1ubuntu2.7_amd64.deb ...
16:35:15 #9 30.69 Unpacking curl (7.68.0-1ubuntu2.7) ...
16:35:15 #9 30.73 Selecting previously unselected package dctrl-tools.
16:35:15 #9 30.73 Preparing to unpack .../124-dctrl-tools_2.24-3_amd64.deb ...
16:35:15 #9 30.74 Unpacking dctrl-tools (2.24-3) ...
16:35:15 #9 30.77 Selecting previously unselected package libtool.
16:35:15 #9 30.77 Preparing to unpack .../125-libtool_2.4.6-14_all.deb ...
16:35:15 #9 30.77 Unpacking libtool (2.4.6-14) ...
16:35:15 #9 30.81 Selecting previously unselected package dh-autoreconf.
16:35:15 #9 30.81 Preparing to unpack .../126-dh-autoreconf_19_all.deb ...
16:35:15 #9 30.84 Unpacking dh-autoreconf (19) ...
16:35:15 #9 30.86 Selecting previously unselected package libdebhelper-perl.
16:35:15 #9 30.87 Preparing to unpack .../127-libdebhelper-perl_12.10ubuntu1_all.deb ...
16:35:15 #9 30.87 Unpacking libdebhelper-perl (12.10ubuntu1) ...
16:35:15 #9 30.90 Selecting previously unselected package libarchive-zip-perl.
16:35:15 #9 30.91 Preparing to unpack .../128-libarchive-zip-perl_1.67-2_all.deb ...
16:35:15 #9 30.91 Unpacking libarchive-zip-perl (1.67-2) ...
16:35:15 #9 30.94 Selecting previously unselected package libsub-override-perl.
16:35:15 #9 30.94 Preparing to unpack .../129-libsub-override-perl_0.09-2_all.deb ...
16:35:15 #9 30.95 Unpacking libsub-override-perl (0.09-2) ...
16:35:15 #9 30.97 Selecting previously unselected package libfile-stripnondeterminism-perl.
16:35:15 #9 30.98 Preparing to unpack .../130-libfile-stripnondeterminism-perl_1.7.0-1_all.deb ...
16:35:15 #9 30.98 Unpacking libfile-stripnondeterminism-perl (1.7.0-1) ...
16:35:15 #9 31.00 Selecting previously unselected package dh-strip-nondeterminism.
16:35:15 #9 31.01 Preparing to unpack .../131-dh-strip-nondeterminism_1.7.0-1_all.deb ...
16:35:15 #9 31.01 Unpacking dh-strip-nondeterminism (1.7.0-1) ...
16:35:15 #9 31.03 Selecting previously unselected package dwz.
16:35:15 #9 31.03 Preparing to unpack .../132-dwz_0.13-5_amd64.deb ...
16:35:15 #9 31.04 Unpacking dwz (0.13-5) ...
16:35:15 #9 31.08 Selecting previously unselected package libcroco3:amd64.
16:35:15 #9 31.08 Preparing to unpack .../133-libcroco3_0.6.13-1_amd64.deb ...
16:35:15 #9 31.08 Unpacking libcroco3:amd64 (0.6.13-1) ...
16:35:15 #9 31.12 Selecting previously unselected package gettext.
16:35:15 #9 31.12 Preparing to unpack .../134-gettext_0.19.8.1-10build1_amd64.deb ...
16:35:15 #9 31.12 Unpacking gettext (0.19.8.1-10build1) ...
16:35:15 #9 31.23 Selecting previously unselected package intltool-debian.
16:35:15 #9 31.23 Preparing to unpack .../135-intltool-debian_0.35.0+20060710.5_all.deb ...
16:35:15 #9 31.23 Unpacking intltool-debian (0.35.0+20060710.5) ...
16:35:15 #9 31.26 Selecting previously unselected package po-debconf.
16:35:15 #9 31.26 Preparing to unpack .../136-po-debconf_1.0.21_all.deb ...
16:35:15 #9 31.26 Unpacking po-debconf (1.0.21) ...
16:35:15 #9 31.31 Selecting previously unselected package debhelper.
16:35:15 #9 31.31 Preparing to unpack .../137-debhelper_12.10ubuntu1_all.deb ...
16:35:15 #9 31.31 Unpacking debhelper (12.10ubuntu1) ...
16:35:15 #9 31.42 Selecting previously unselected package libfakeroot:amd64.
16:35:15 #9 31.42 Preparing to unpack .../138-libfakeroot_1.24-1_amd64.deb ...
16:35:15 #9 31.43 Unpacking libfakeroot:amd64 (1.24-1) ...
16:35:15 #9 31.46 Selecting previously unselected package fakeroot.
16:35:15 #9 31.47 Preparing to unpack .../139-fakeroot_1.24-1_amd64.deb ...
16:35:15 #9 31.47 Unpacking fakeroot (1.24-1) ...
16:35:15 #9 31.50 Selecting previously unselected package libassuan0:amd64.
16:35:15 #9 31.50 Preparing to unpack .../140-libassuan0_2.5.3-7ubuntu2_amd64.deb ...
16:35:15 #9 31.51 Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ...
16:35:15 #9 31.54 Selecting previously unselected package gpgconf.
16:35:15 #9 31.54 Preparing to unpack .../141-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ...
16:35:15 #9 31.54 Unpacking gpgconf (2.2.19-3ubuntu2.1) ...
16:35:15 #9 31.58 Selecting previously unselected package libksba8:amd64.
16:35:15 #9 31.58 Preparing to unpack .../142-libksba8_1.3.5-2_amd64.deb ...
16:35:15 #9 31.59 Unpacking libksba8:amd64 (1.3.5-2) ...
16:35:15 #9 31.62 Selecting previously unselected package libnpth0:amd64.
16:35:16 #9 31.63 Preparing to unpack .../143-libnpth0_1.6-1_amd64.deb ...
16:35:16 #9 31.63 Unpacking libnpth0:amd64 (1.6-1) ...
16:35:16 #9 31.66 Selecting previously unselected package dirmngr.
16:35:16 #9 31.67 Preparing to unpack .../144-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ...
16:35:16 #9 31.68 Unpacking dirmngr (2.2.19-3ubuntu2.1) ...
16:35:16 #9 31.73 Selecting previously unselected package gnupg-l10n.
16:35:16 #9 31.73 Preparing to unpack .../145-gnupg-l10n_2.2.19-3ubuntu2.1_all.deb ...
16:35:16 #9 31.74 Unpacking gnupg-l10n (2.2.19-3ubuntu2.1) ...
16:35:16 #9 31.77 Selecting previously unselected package gnupg-utils.
16:35:16 #9 31.77 Preparing to unpack .../146-gnupg-utils_2.2.19-3ubuntu2.1_amd64.deb ...
16:35:16 #9 31.78 Unpacking gnupg-utils (2.2.19-3ubuntu2.1) ...
16:35:16 #9 31.84 Selecting previously unselected package gpg.
16:35:16 #9 31.84 Preparing to unpack .../147-gpg_2.2.19-3ubuntu2.1_amd64.deb ...
16:35:16 #9 31.85 Unpacking gpg (2.2.19-3ubuntu2.1) ...
16:35:16 #9 31.92 Selecting previously unselected package pinentry-curses.
16:35:16 #9 31.92 Preparing to unpack .../148-pinentry-curses_1.1.0-3build1_amd64.deb ...
16:35:16 #9 31.92 Unpacking pinentry-curses (1.1.0-3build1) ...
16:35:16 #9 31.95 Selecting previously unselected package gpg-agent.
16:35:16 #9 31.96 Preparing to unpack .../149-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ...
16:35:16 #9 31.96 Unpacking gpg-agent (2.2.19-3ubuntu2.1) ...
16:35:16 #9 32.00 Selecting previously unselected package gpg-wks-client.
16:35:16 #9 32.01 Preparing to unpack .../150-gpg-wks-client_2.2.19-3ubuntu2.1_amd64.deb ...
16:35:16 #9 32.01 Unpacking gpg-wks-client (2.2.19-3ubuntu2.1) ...
16:35:16 #9 32.04 Selecting previously unselected package gpg-wks-server.
16:35:16 #9 32.04 Preparing to unpack .../151-gpg-wks-server_2.2.19-3ubuntu2.1_amd64.deb ...
16:35:16 #9 32.05 Unpacking gpg-wks-server (2.2.19-3ubuntu2.1) ...
16:35:16 #9 32.08 Selecting previously unselected package gpgsm.
16:35:16 #9 32.08 Preparing to unpack .../152-gpgsm_2.2.19-3ubuntu2.1_amd64.deb ...
16:35:16 #9 32.09 Unpacking gpgsm (2.2.19-3ubuntu2.1) ...
16:35:16 #9 32.13 Selecting previously unselected package gnupg.
16:35:16 #9 32.13 Preparing to unpack .../153-gnupg_2.2.19-3ubuntu2.1_all.deb ...
16:35:16 #9 32.13 Unpacking gnupg (2.2.19-3ubuntu2.1) ...
16:35:16 #9 32.17 Selecting previously unselected package libfile-which-perl.
16:35:16 #9 32.17 Preparing to unpack .../154-libfile-which-perl_1.23-1_all.deb ...
16:35:16 #9 32.17 Unpacking libfile-which-perl (1.23-1) ...
16:35:16 #9 32.20 Selecting previously unselected package libfile-homedir-perl.
16:35:16 #9 32.20 Preparing to unpack .../155-libfile-homedir-perl_1.004-1_all.deb ...
16:35:16 #9 32.20 Unpacking libfile-homedir-perl (1.004-1) ...
16:35:16 #9 32.23 Selecting previously unselected package libio-pty-perl.
16:35:16 #9 32.23 Preparing to unpack .../156-libio-pty-perl_1%3a1.12-1_amd64.deb ...
16:35:16 #9 32.24 Unpacking libio-pty-perl (1:1.12-1) ...
16:35:16 #9 32.26 Selecting previously unselected package libipc-run-perl.
16:35:16 #9 32.26 Preparing to unpack .../157-libipc-run-perl_20180523.0-2_all.deb ...
16:35:16 #9 32.27 Unpacking libipc-run-perl (20180523.0-2) ...
16:35:16 #9 32.30 Selecting previously unselected package libclass-method-modifiers-perl.
16:35:16 #9 32.30 Preparing to unpack .../158-libclass-method-modifiers-perl_2.13-1_all.deb ...
16:35:16 #9 32.30 Unpacking libclass-method-modifiers-perl (2.13-1) ...
16:35:16 #9 32.33 Selecting previously unselected package libb-hooks-op-check-perl.
16:35:16 #9 32.33 Preparing to unpack .../159-libb-hooks-op-check-perl_0.22-1build2_amd64.deb ...
16:35:16 #9 32.33 Unpacking libb-hooks-op-check-perl (0.22-1build2) ...
16:35:16 #9 32.36 Selecting previously unselected package libdynaloader-functions-perl.
16:35:16 #9 32.36 Preparing to unpack .../160-libdynaloader-functions-perl_0.003-1_all.deb ...
16:35:16 #9 32.36 Unpacking libdynaloader-functions-perl (0.003-1) ...
16:35:16 #9 32.38 Selecting previously unselected package libdevel-callchecker-perl.
16:35:16 #9 32.39 Preparing to unpack .../161-libdevel-callchecker-perl_0.008-1ubuntu1_amd64.deb ...
16:35:16 #9 32.39 Unpacking libdevel-callchecker-perl (0.008-1ubuntu1) ...
16:35:16 #9 32.42 Selecting previously unselected package libparams-classify-perl.
16:35:16 #9 32.42 Preparing to unpack .../162-libparams-classify-perl_0.015-1build2_amd64.deb ...
16:35:16 #9 32.42 Unpacking libparams-classify-perl (0.015-1build2) ...
16:35:16 #9 32.45 Selecting previously unselected package libmodule-runtime-perl.
16:35:16 #9 32.45 Preparing to unpack .../163-libmodule-runtime-perl_0.016-1_all.deb ...
16:35:16 #9 32.45 Unpacking libmodule-runtime-perl (0.016-1) ...
16:35:16 #9 32.48 Selecting previously unselected package libimport-into-perl.
16:35:16 #9 32.48 Preparing to unpack .../164-libimport-into-perl_1.002005-1_all.deb ...
16:35:16 #9 32.48 Unpacking libimport-into-perl (1.002005-1) ...
16:35:16 #9 32.51 Selecting previously unselected package librole-tiny-perl.
16:35:16 #9 32.51 Preparing to unpack .../165-librole-tiny-perl_2.001004-1_all.deb ...
16:35:16 #9 32.51 Unpacking librole-tiny-perl (2.001004-1) ...
16:35:16 #9 32.54 Selecting previously unselected package libstrictures-perl.
16:35:16 #9 32.54 Preparing to unpack .../166-libstrictures-perl_2.000006-1_all.deb ...
16:35:16 #9 32.54 Unpacking libstrictures-perl (2.000006-1) ...
16:35:16 #9 32.56 Selecting previously unselected package libsub-quote-perl.
16:35:16 #9 32.56 Preparing to unpack .../167-libsub-quote-perl_2.006006-1_all.deb ...
16:35:16 #9 32.58 Unpacking libsub-quote-perl (2.006006-1) ...
16:35:16 #9 32.60 Selecting previously unselected package libmoo-perl.
16:35:16 #9 32.60 Preparing to unpack .../168-libmoo-perl_2.003006-1_all.deb ...
16:35:16 #9 32.61 Unpacking libmoo-perl (2.003006-1) ...
16:35:16 #9 32.63 Selecting previously unselected package libencode-locale-perl.
16:35:16 #9 32.63 Preparing to unpack .../169-libencode-locale-perl_1.05-1_all.deb ...
16:35:16 #9 32.64 Unpacking libencode-locale-perl (1.05-1) ...
16:35:16 #8 51.44 Setting up gcc (4:8.3.0-1+rpi2) ...
16:35:16 #8 51.53 Setting up perl (5.28.1-6) ...
16:35:16 #8 51.57 Setting up libio-html-perl (1.001-1) ...
16:35:16 #8 51.59 Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
16:35:16 #8 51.61 Setting up libdpkg-perl (1.19.7) ...
16:35:16 #8 51.63 Setting up autoconf (2.69-11) ...
16:35:16 #8 51.66 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
16:35:16 #8 51.68 Setting up libtimedate-perl (2.3000-2+deb10u1) ...
16:35:16 #8 51.70 Setting up libdevel-globaldestruction-perl (0.14-1) ...
16:35:16 #8 51.77 Setting up libstrictures-perl (2.000005-1) ...
16:35:16 #8 51.78 Setting up libsub-quote-perl (2.005001-1) ...
16:35:16 #8 51.80 Setting up liburi-perl (1.76-1) ...
16:35:16 #8 51.82 Setting up libnet-ssleay-perl (1.85-2+b1) ...
16:35:16 #8 51.84 Setting up automake (1:1.16.1-4) ...
16:35:16 #8 51.88 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
16:35:16 #8 51.88 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
16:35:16 #8 51.88 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
16:35:16 #8 51.89 Setting up libhttp-date-perl (6.02-1) ...
16:35:16 #8 51.91 Setting up libfile-which-perl (1.23-1) ...
16:35:16 #8 51.93 Setting up libfile-listing-perl (6.04-1) ...
16:35:16 #8 51.95 Setting up libdynaloader-functions-perl (0.003-1) ...
16:35:16 #8 51.97 Setting up libclass-method-modifiers-perl (2.12-1) ...
16:35:16 #8 51.99 Setting up libio-pty-perl (1:1.08-1.1+b4) ...
16:35:16 #8 52.02 Setting up libarchive-zip-perl (1.64-1) ...
16:35:16 #8 52.04 Setting up libhtml-tagset-perl (3.20-3) ...
16:35:16 #8 52.06 Setting up libdebhelper-perl (13.2~bpo10+1) ...
16:35:16 #8 52.08 Setting up liblwp-mediatypes-perl (6.02-1) ...
16:35:16 #8 52.10 Setting up libtry-tiny-perl (0.30-1) ...
16:35:16 #8 52.12 Setting up libnet-http-perl (6.18-1) ...
16:35:16 #8 52.15 Setting up libencode-locale-perl (1.05-1) ...
16:35:16 #8 52.17 Setting up libdevel-callchecker-perl (0.008-1) ...
16:35:16 #8 52.19 Setting up dpkg-dev (1.19.7) ...
16:35:16 #8 52.22 Setting up intltool-debian (0.35.0+20060710.5) ...
16:35:16 #8 52.23 Setting up liberror-perl (0.17027-2) ...
16:35:16 #8 52.25 Setting up patchutils (0.3.4-2) ...
16:35:16 #8 52.27 Setting up libipc-run-perl (20180523.0-1) ...
16:35:16 #8 52.28 Setting up git (1:2.20.1-2+deb10u3) ...
16:35:16 #8 52.34 Setting up libwww-robotrules-perl (6.02-1) ...
16:35:17 #9 32.66 Selecting previously unselected package libtimedate-perl.
16:35:17 #9 32.66 Preparing to unpack .../170-libtimedate-perl_2.3200-1_all.deb ...
16:35:17 #9 32.66 Unpacking libtimedate-perl (2.3200-1) ...
16:35:17 #9 32.69 Selecting previously unselected package libhttp-date-perl.
16:35:17 #9 32.69 Preparing to unpack .../171-libhttp-date-perl_6.05-1_all.deb ...
16:35:17 #9 32.70 Unpacking libhttp-date-perl (6.05-1) ...
16:35:17 #9 32.73 Selecting previously unselected package libfile-listing-perl.
16:35:17 #9 32.73 Preparing to unpack .../172-libfile-listing-perl_6.04-1_all.deb ...
16:35:17 #9 32.74 Unpacking libfile-listing-perl (6.04-1) ...
16:35:17 #9 32.77 Selecting previously unselected package libhtml-tagset-perl.
16:35:17 #9 32.77 Preparing to unpack .../173-libhtml-tagset-perl_3.20-4_all.deb ...
16:35:17 #9 32.77 Unpacking libhtml-tagset-perl (3.20-4) ...
16:35:17 #9 32.80 Selecting previously unselected package liburi-perl.
16:35:17 #9 32.81 Preparing to unpack .../174-liburi-perl_1.76-2_all.deb ...
16:35:17 #9 32.81 Unpacking liburi-perl (1.76-2) ...
16:35:17 #9 32.85 Selecting previously unselected package libhtml-parser-perl.
16:35:17 #8 52.36 Setting up libhtml-parser-perl (3.72-3+b2) ...
16:35:17 #8 52.38 Setting up librole-tiny-perl (2.000006-1) ...
16:35:17 #8 52.39 Setting up libfile-homedir-perl (1.004-1) ...
16:35:17 #8 52.41 Setting up libio-socket-ssl-perl (2.060-3) ...
16:35:17 #8 52.43 Setting up libhttp-message-perl (6.18-1) ...
16:35:17 #8 52.45 Setting up libfile-stripnondeterminism-perl (1.1.2-1) ...
16:35:17 #8 52.46 Setting up libhttp-negotiate-perl (6.01-1) ...
16:35:17 #8 52.48 Setting up libhttp-cookies-perl (6.04-1) ...
16:35:17 #8 52.50 Setting up po-debconf (1.0.21) ...
16:35:17 #8 52.52 Setting up libhtml-tree-perl (5.07-2) ...
16:35:17 #8 52.54 Setting up libparams-classify-perl (0.015-1+b1) ...
16:35:17 #8 52.55 Setting up libmodule-runtime-perl (0.016-1) ...
16:35:17 #9 32.85 Preparing to unpack .../175-libhtml-parser-perl_3.72-5_amd64.deb ...
16:35:17 #9 32.85 Unpacking libhtml-parser-perl (3.72-5) ...
16:35:17 #9 32.88 Selecting previously unselected package libhtml-tree-perl.
16:35:17 #9 32.88 Preparing to unpack .../176-libhtml-tree-perl_5.07-2_all.deb ...
16:35:17 #9 32.89 Unpacking libhtml-tree-perl (5.07-2) ...
16:35:17 #9 32.93 Selecting previously unselected package libio-html-perl.
16:35:17 #9 32.93 Preparing to unpack .../177-libio-html-perl_1.001-1_all.deb ...
16:35:17 #9 32.93 Unpacking libio-html-perl (1.001-1) ...
16:35:17 #9 32.96 Selecting previously unselected package liblwp-mediatypes-perl.
16:35:17 #9 32.96 Preparing to unpack .../178-liblwp-mediatypes-perl_6.04-1_all.deb ...
16:35:17 #9 32.97 Unpacking liblwp-mediatypes-perl (6.04-1) ...
16:35:17 #9 32.99 Selecting previously unselected package libhttp-message-perl.
16:35:17 #9 32.99 Preparing to unpack .../179-libhttp-message-perl_6.22-1_all.deb ...
16:35:17 #9 33.00 Unpacking libhttp-message-perl (6.22-1) ...
16:35:17 #9 33.05 Selecting previously unselected package libhttp-cookies-perl.
16:35:17 #9 33.06 Preparing to unpack .../180-libhttp-cookies-perl_6.08-1_all.deb ...
16:35:17 #9 33.06 Unpacking libhttp-cookies-perl (6.08-1) ...
16:35:17 #9 33.08 Selecting previously unselected package libhttp-negotiate-perl.
16:35:17 #9 33.08 Preparing to unpack .../181-libhttp-negotiate-perl_6.01-1_all.deb ...
16:35:17 #9 33.09 Unpacking libhttp-negotiate-perl (6.01-1) ...
16:35:17 #9 33.11 Selecting previously unselected package perl-openssl-defaults:amd64.
16:35:17 #9 33.11 Preparing to unpack .../182-perl-openssl-defaults_4_amd64.deb ...
16:35:17 #9 33.12 Unpacking perl-openssl-defaults:amd64 (4) ...
16:35:17 #9 33.14 Selecting previously unselected package libnet-ssleay-perl.
16:35:17 #9 33.14 Preparing to unpack .../183-libnet-ssleay-perl_1.88-2ubuntu1_amd64.deb ...
16:35:17 #9 33.15 Unpacking libnet-ssleay-perl (1.88-2ubuntu1) ...
16:35:17 #9 33.20 Selecting previously unselected package libio-socket-ssl-perl.
16:35:17 #8 52.57 Setting up libimport-into-perl (1.002005-1) ...
16:35:17 #8 52.59 Setting up libmoo-perl (2.003004-2) ...
16:35:17 #8 52.61 Setting up liblwp-protocol-https-perl (6.07-2) ...
16:35:17 #8 52.63 Setting up libwww-perl (6.36-2) ...
16:35:17 #8 52.64 Setting up debhelper (13.2~bpo10+1) ...
16:35:17 #8 52.66 Setting up dh-autoreconf (19) ...
16:35:17 #8 52.68 Setting up devscripts (2.19.5+deb10u1) ...
16:35:17 #9 33.20 Preparing to unpack .../184-libio-socket-ssl-perl_2.067-1_all.deb ...
16:35:17 #9 33.21 Unpacking libio-socket-ssl-perl (2.067-1) ...
16:35:17 #9 33.25 Selecting previously unselected package libnet-http-perl.
16:35:17 #9 33.25 Preparing to unpack .../185-libnet-http-perl_6.19-1_all.deb ...
16:35:17 #9 33.25 Unpacking libnet-http-perl (6.19-1) ...
16:35:17 #9 33.28 Selecting previously unselected package liblwp-protocol-https-perl.
16:35:17 #9 33.28 Preparing to unpack .../186-liblwp-protocol-https-perl_6.07-2ubuntu2_all.deb ...
16:35:17 #9 33.28 Unpacking liblwp-protocol-https-perl (6.07-2ubuntu2) ...
16:35:17 #9 33.31 Selecting previously unselected package libtry-tiny-perl.
16:35:17 #9 33.31 Preparing to unpack .../187-libtry-tiny-perl_0.30-1_all.deb ...
16:35:17 #9 33.31 Unpacking libtry-tiny-perl (0.30-1) ...
16:35:17 #9 33.34 Selecting previously unselected package libwww-robotrules-perl.
16:35:17 #9 33.34 Preparing to unpack .../188-libwww-robotrules-perl_6.02-1_all.deb ...
16:35:17 #9 33.35 Unpacking libwww-robotrules-perl (6.02-1) ...
16:35:17 #9 33.37 Selecting previously unselected package libwww-perl.
16:35:17 #9 33.37 Preparing to unpack .../189-libwww-perl_6.43-1_all.deb ...
16:35:17 #9 33.38 Unpacking libwww-perl (6.43-1) ...
16:35:17 #9 33.41 Selecting previously unselected package patchutils.
16:35:17 #8 53.07 Setting up dh-strip-nondeterminism (1.1.2-1) ...
16:35:17 #9 33.42 Preparing to unpack .../190-patchutils_0.3.4-2_amd64.deb ...
16:35:17 #9 33.42 Unpacking patchutils (0.3.4-2) ...
16:35:17 #9 33.45 Selecting previously unselected package wdiff.
16:35:17 #9 33.45 Preparing to unpack .../191-wdiff_1.2.2-2build1_amd64.deb ...
16:35:17 #9 33.45 Unpacking wdiff (1.2.2-2build1) ...
16:35:17 #9 33.49 Selecting previously unselected package devscripts.
16:35:17 #9 33.49 Preparing to unpack .../192-devscripts_2.20.2ubuntu2_amd64.deb ...
16:35:17 #9 33.51 Unpacking devscripts (2.20.2ubuntu2) ...
16:35:17 #9 33.62 Selecting previously unselected package diffstat.
16:35:17 #9 33.62 Preparing to unpack .../193-diffstat_1.63-1_amd64.deb ...
16:35:17 #9 33.63 Unpacking diffstat (1.63-1) ...
16:35:17 #9 33.65 Selecting previously unselected package python3-chardet.
16:35:17 #9 33.66 Preparing to unpack .../194-python3-chardet_3.0.4-4build1_all.deb ...
16:35:17 #9 33.66 Unpacking python3-chardet (3.0.4-4build1) ...
16:35:17 #9 33.70 Selecting previously unselected package python3-debian.
16:35:18 #8 53.08 Setting up equivs (2.2.0) ...
16:35:18 #8 53.10 Processing triggers for libc-bin (2.28-10+rpi1) ...
16:35:18 #9 33.70 Preparing to unpack .../195-python3-debian_0.1.36ubuntu1_all.deb ...
16:35:18 #9 33.71 Unpacking python3-debian (0.1.36ubuntu1) ...
16:35:18 #9 33.74 Selecting previously unselected package libgpgme11:amd64.
16:35:18 #9 33.75 Preparing to unpack .../196-libgpgme11_1.13.1-7ubuntu2_amd64.deb ...
16:35:18 #9 33.75 Unpacking libgpgme11:amd64 (1.13.1-7ubuntu2) ...
16:35:18 #9 33.78 Selecting previously unselected package python3-gpg.
16:35:18 #9 33.79 Preparing to unpack .../197-python3-gpg_1.13.1-7ubuntu2_amd64.deb ...
16:35:18 #9 33.79 Unpacking python3-gpg (1.13.1-7ubuntu2) ...
16:35:18 #9 33.84 Selecting previously unselected package dput.
16:35:18 #9 33.84 Preparing to unpack .../198-dput_1.0.3ubuntu1_all.deb ...
16:35:18 #9 33.85 Unpacking dput (1.0.3ubuntu1) ...
16:35:18 #9 33.88 Selecting previously unselected package libcurl3-gnutls:amd64.
16:35:18 #9 33.88 Preparing to unpack .../199-libcurl3-gnutls_7.68.0-1ubuntu2.7_amd64.deb ...
16:35:18 #9 33.89 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ...
16:35:18 #9 33.93 Selecting previously unselected package liberror-perl.
16:35:18 #9 33.93 Preparing to unpack .../200-liberror-perl_0.17029-1_all.deb ...
16:35:18 #9 33.93 Unpacking liberror-perl (0.17029-1) ...
16:35:18 #9 33.96 Selecting previously unselected package git-man.
16:35:18 #9 33.96 Preparing to unpack .../201-git-man_1%3a2.25.1-1ubuntu3.2_all.deb ...
16:35:18 #9 33.96 Unpacking git-man (1:2.25.1-1ubuntu3.2) ...
16:35:18 #9 34.07 Selecting previously unselected package git.
16:35:18 #9 34.07 Preparing to unpack .../202-git_1%3a2.25.1-1ubuntu3.2_amd64.deb ...
16:35:18 #9 34.09 Unpacking git (1:2.25.1-1ubuntu3.2) ...
16:35:18 #9 34.59 Selecting previously unselected package libalgorithm-diff-perl.
16:35:18 #9 34.59 Preparing to unpack .../203-libalgorithm-diff-perl_1.19.03-2_all.deb ...
16:35:18 #9 34.60 Unpacking libalgorithm-diff-perl (1.19.03-2) ...
16:35:18 #9 34.62 Selecting previously unselected package libalgorithm-diff-xs-perl.
16:35:18 #9 34.62 Preparing to unpack .../204-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ...
16:35:18 #9 34.63 Unpacking libalgorithm-diff-xs-perl (0.04-6) ...
16:35:18 #9 34.65 Selecting previously unselected package libalgorithm-merge-perl.
16:35:18 #9 34.65 Preparing to unpack .../205-libalgorithm-merge-perl_0.08-3_all.deb ...
16:35:18 #9 34.66 Unpacking libalgorithm-merge-perl (0.08-3) ...
16:35:18 #9 34.68 Selecting previously unselected package libapt-pkg-perl.
16:35:18 #9 34.68 Preparing to unpack .../206-libapt-pkg-perl_0.1.36build3_amd64.deb ...
16:35:18 #9 34.68 Unpacking libapt-pkg-perl (0.1.36build3) ...
16:35:18 #9 34.71 Selecting previously unselected package libarchive-cpio-perl.
16:35:18 #9 34.72 Preparing to unpack .../207-libarchive-cpio-perl_0.10-1_all.deb ...
16:35:18 #9 34.72 Unpacking libarchive-cpio-perl (0.10-1) ...
16:35:18 #9 34.74 Selecting previously unselected package libarray-intspan-perl.
16:35:19 #9 34.74 Preparing to unpack .../208-libarray-intspan-perl_2.003-1_all.deb ...
16:35:19 #9 34.75 Unpacking libarray-intspan-perl (2.003-1) ...
16:35:19 #9 34.77 Selecting previously unselected package libasync-mergepoint-perl.
16:35:19 #9 34.77 Preparing to unpack .../209-libasync-mergepoint-perl_0.04-2_all.deb ...
16:35:19 #9 34.78 Unpacking libasync-mergepoint-perl (0.04-2) ...
16:35:19 #9 34.80 Selecting previously unselected package libmodule-implementation-perl.
16:35:19 #9 34.80 Preparing to unpack .../210-libmodule-implementation-perl_0.09-1_all.deb ...
16:35:19 #9 34.81 Unpacking libmodule-implementation-perl (0.09-1) ...
16:35:19 #9 34.83 Selecting previously unselected package libsub-exporter-progressive-perl.
16:35:19 #9 34.83 Preparing to unpack .../211-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
16:35:19 #9 34.84 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
16:35:19 #9 34.86 Selecting previously unselected package libvariable-magic-perl.
16:35:19 #9 34.86 Preparing to unpack .../212-libvariable-magic-perl_0.62-1build2_amd64.deb ...
16:35:19 #9 34.86 Unpacking libvariable-magic-perl (0.62-1build2) ...
16:35:19 #9 34.89 Selecting previously unselected package libb-hooks-endofscope-perl.
16:35:19 #9 34.89 Preparing to unpack .../213-libb-hooks-endofscope-perl_0.24-1_all.deb ...
16:35:19 #9 34.90 Unpacking libb-hooks-endofscope-perl (0.24-1) ...
16:35:19 #9 34.94 Selecting previously unselected package libcapture-tiny-perl.
16:35:19 #9 34.94 Preparing to unpack .../214-libcapture-tiny-perl_0.48-1_all.deb ...
16:35:19 #9 34.95 Unpacking libcapture-tiny-perl (0.48-1) ...
16:35:19 #9 34.97 Selecting previously unselected package libclass-xsaccessor-perl.
16:35:19 #9 34.97 Preparing to unpack .../215-libclass-xsaccessor-perl_1.19-3build3_amd64.deb ...
16:35:19 #9 34.97 Unpacking libclass-xsaccessor-perl (1.19-3build3) ...
16:35:19 #9 35.00 Selecting previously unselected package libclone-perl.
16:35:19 #9 35.00 Preparing to unpack .../216-libclone-perl_0.43-2_amd64.deb ...
16:35:19 #9 35.01 Unpacking libclone-perl (0.43-2) ...
16:35:19 #9 35.03 Selecting previously unselected package libcommon-sense-perl.
16:35:19 #9 35.03 Preparing to unpack .../217-libcommon-sense-perl_3.74-2build6_amd64.deb ...
16:35:19 #9 35.04 Unpacking libcommon-sense-perl (3.74-2build6) ...
16:35:19 #9 35.06 Selecting previously unselected package libparams-util-perl.
16:35:19 #9 35.06 Preparing to unpack .../218-libparams-util-perl_1.07-3build5_amd64.deb ...
16:35:19 #9 35.06 Unpacking libparams-util-perl (1.07-3build5) ...
16:35:19 #9 35.09 Selecting previously unselected package libsub-install-perl.
16:35:19 #9 35.09 Preparing to unpack .../219-libsub-install-perl_0.928-1_all.deb ...
16:35:19 #9 35.09 Unpacking libsub-install-perl (0.928-1) ...
16:35:19 #9 35.12 Selecting previously unselected package libdata-optlist-perl.
16:35:19 #9 35.12 Preparing to unpack .../220-libdata-optlist-perl_0.110-1_all.deb ...
16:35:19 #9 35.12 Unpacking libdata-optlist-perl (0.110-1) ...
16:35:19 #9 35.15 Selecting previously unselected package libsub-exporter-perl.
16:35:19 #9 35.15 Preparing to unpack .../221-libsub-exporter-perl_0.987-1_all.deb ...
16:35:19 #9 35.15 Unpacking libsub-exporter-perl (0.987-1) ...
16:35:19 #9 35.18 Selecting previously unselected package libconst-fast-perl.
16:35:19 #9 35.18 Preparing to unpack .../222-libconst-fast-perl_0.014-1_all.deb ...
16:35:19 #9 35.18 Unpacking libconst-fast-perl (0.014-1) ...
16:35:19 #9 35.21 Selecting previously unselected package libwant-perl.
16:35:19 #9 35.21 Preparing to unpack .../223-libwant-perl_0.29-1build4_amd64.deb ...
16:35:19 #9 35.21 Unpacking libwant-perl (0.29-1build4) ...
16:35:19 #9 35.24 Selecting previously unselected package libcontextual-return-perl.
16:35:19 #9 35.24 Preparing to unpack .../224-libcontextual-return-perl_0.004014-2_all.deb ...
16:35:19 #9 35.24 Unpacking libcontextual-return-perl (0.004014-2) ...
16:35:19 #9 35.27 Selecting previously unselected package libcpanel-json-xs-perl.
16:35:19 #9 35.27 Preparing to unpack .../225-libcpanel-json-xs-perl_4.19-1build1_amd64.deb ...
16:35:19 #9 35.28 Unpacking libcpanel-json-xs-perl (4.19-1build1) ...
16:35:19 #9 35.31 Selecting previously unselected package libdata-dump-perl.
16:35:19 #9 35.31 Preparing to unpack .../226-libdata-dump-perl_1.23-1_all.deb ...
16:35:19 #9 35.31 Unpacking libdata-dump-perl (1.23-1) ...
16:35:19 #9 35.34 Selecting previously unselected package libdigest-bubblebabble-perl.
16:35:19 #9 35.35 Preparing to unpack .../227-libdigest-bubblebabble-perl_0.02-2_all.deb ...
16:35:19 #9 35.35 Unpacking libdigest-bubblebabble-perl (0.02-2) ...
16:35:19 #9 35.37 Selecting previously unselected package libdigest-hmac-perl.
16:35:19 #9 35.37 Preparing to unpack .../228-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
16:35:19 #9 35.38 Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
16:35:19 #9 35.40 Selecting previously unselected package libdistro-info-perl.
16:35:19 #9 35.40 Preparing to unpack .../229-libdistro-info-perl_0.23ubuntu1_all.deb ...
16:35:19 #9 35.40 Unpacking libdistro-info-perl (0.23ubuntu1) ...
16:35:19 #9 35.43 Selecting previously unselected package libnet-smtp-ssl-perl.
16:35:19 #9 35.43 Preparing to unpack .../230-libnet-smtp-ssl-perl_1.04-1_all.deb ...
16:35:19 #9 35.43 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
16:35:19 #9 35.45 Selecting previously unselected package libmailtools-perl.
16:35:19 #9 35.46 Preparing to unpack .../231-libmailtools-perl_2.21-1_all.deb ...
16:35:19 #9 35.46 Unpacking libmailtools-perl (2.21-1) ...
16:35:19 #9 35.49 Selecting previously unselected package libnet-ip-perl.
16:35:19 #9 35.49 Preparing to unpack .../232-libnet-ip-perl_1.26-2_all.deb ...
16:35:19 #9 35.50 Unpacking libnet-ip-perl (1.26-2) ...
16:35:19 #9 35.52 Selecting previously unselected package libnet-dns-perl.
16:35:19 #9 35.52 Preparing to unpack .../233-libnet-dns-perl_1.22-1_all.deb ...
16:35:19 #9 35.53 Unpacking libnet-dns-perl (1.22-1) ...
16:35:19 #8 DONE 55.2s
16:35:19 
16:35:19 #10 [stage-1 3/8] COPY common /root/build-deb/debian
16:35:19 #10 sha256:0ba7b5b8a65d9388df72521253fbaf434173a6350cfab6ca00407e5829d00087
16:35:19 #10 DONE 0.0s
16:35:19 
16:35:19 #11 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
16:35:19 #11 sha256:95ffbf388ea4660cdc3825c99ef9d7dc5b32cdace8a7d978b6fa09924ec8aa5d
16:35:20 #9 35.58 Selecting previously unselected package libnet-domain-tld-perl.
16:35:20 #9 35.59 Preparing to unpack .../234-libnet-domain-tld-perl_1.75-1_all.deb ...
16:35:20 #9 35.59 Unpacking libnet-domain-tld-perl (1.75-1) ...
16:35:20 #9 35.61 Selecting previously unselected package libemail-valid-perl.
16:35:20 #9 35.62 Preparing to unpack .../235-libemail-valid-perl_1.202-1_all.deb ...
16:35:20 #9 35.62 Unpacking libemail-valid-perl (1.202-1) ...
16:35:20 #9 35.64 Selecting previously unselected package libexporter-tiny-perl.
16:35:20 #9 35.65 Preparing to unpack .../236-libexporter-tiny-perl_1.002001-1_all.deb ...
16:35:20 #9 35.65 Unpacking libexporter-tiny-perl (1.002001-1) ...
16:35:20 #9 35.67 Selecting previously unselected package libipc-system-simple-perl.
16:35:20 #9 35.68 Preparing to unpack .../237-libipc-system-simple-perl_1.26-1_all.deb ...
16:35:20 #9 35.68 Unpacking libipc-system-simple-perl (1.26-1) ...
16:35:20 #9 35.70 Selecting previously unselected package libfile-basedir-perl.
16:35:20 #9 35.71 Preparing to unpack .../238-libfile-basedir-perl_0.08-1_all.deb ...
16:35:20 #9 35.71 Unpacking libfile-basedir-perl (0.08-1) ...
16:35:20 #9 35.73 Selecting previously unselected package libfile-chdir-perl.
16:35:20 #9 35.73 Preparing to unpack .../239-libfile-chdir-perl_0.1008-1_all.deb ...
16:35:20 #9 35.74 Unpacking libfile-chdir-perl (0.1008-1) ...
16:35:20 #9 35.76 Selecting previously unselected package libfile-fcntllock-perl.
16:35:20 #9 35.76 Preparing to unpack .../240-libfile-fcntllock-perl_0.22-3build4_amd64.deb ...
16:35:20 #9 35.76 Unpacking libfile-fcntllock-perl (0.22-3build4) ...
16:35:20 #9 35.79 Selecting previously unselected package libnumber-compare-perl.
16:35:20 #9 35.79 Preparing to unpack .../241-libnumber-compare-perl_0.03-1_all.deb ...
16:35:20 #9 35.80 Unpacking libnumber-compare-perl (0.03-1) ...
16:35:20 #9 35.82 Selecting previously unselected package libtext-glob-perl.
16:35:20 #9 35.82 Preparing to unpack .../242-libtext-glob-perl_0.10-1_all.deb ...
16:35:20 #9 35.82 Unpacking libtext-glob-perl (0.10-1) ...
16:35:20 #9 35.85 Selecting previously unselected package libfile-find-rule-perl.
16:35:20 #9 35.85 Preparing to unpack .../243-libfile-find-rule-perl_0.34-1_all.deb ...
16:35:20 #9 35.85 Unpacking libfile-find-rule-perl (0.34-1) ...
16:35:20 #9 35.88 Selecting previously unselected package libfont-afm-perl.
16:35:20 #9 35.88 Preparing to unpack .../244-libfont-afm-perl_1.20-2_all.deb ...
16:35:20 #9 35.89 Unpacking libfont-afm-perl (1.20-2) ...
16:35:20 #9 35.91 Selecting previously unselected package libio-string-perl.
16:35:20 #9 35.92 Preparing to unpack .../245-libio-string-perl_1.08-3_all.deb ...
16:35:20 #9 35.92 Unpacking libio-string-perl (1.08-3) ...
16:35:20 #9 35.94 Selecting previously unselected package libfont-ttf-perl.
16:35:20 #9 35.94 Preparing to unpack .../246-libfont-ttf-perl_1.06-1_all.deb ...
16:35:20 #9 35.95 Unpacking libfont-ttf-perl (1.06-1) ...
16:35:20 #9 36.00 Selecting previously unselected package libfuture-perl.
16:35:20 #9 36.00 Preparing to unpack .../247-libfuture-perl_0.43-1_all.deb ...
16:35:20 #9 36.01 Unpacking libfuture-perl (0.43-1) ...
16:35:20 #9 36.03 Selecting previously unselected package libio-stringy-perl.
16:35:20 #9 36.04 Preparing to unpack .../248-libio-stringy-perl_2.111-3_all.deb ...
16:35:20 #9 36.04 Unpacking libio-stringy-perl (2.111-3) ...
16:35:20 #9 36.07 Selecting previously unselected package libparams-validate-perl.
16:35:20 #9 36.07 Preparing to unpack .../249-libparams-validate-perl_1.29-3_amd64.deb ...
16:35:20 #9 36.07 Unpacking libparams-validate-perl (1.29-3) ...
16:35:20 #9 36.10 Selecting previously unselected package libgetopt-long-descriptive-perl.
16:35:20 #9 36.11 Preparing to unpack .../250-libgetopt-long-descriptive-perl_0.104-1_all.deb ...
16:35:20 #9 36.11 Unpacking libgetopt-long-descriptive-perl (0.104-1) ...
16:35:20 #9 36.15 Selecting previously unselected package libsort-versions-perl.
16:35:20 #9 36.15 Preparing to unpack .../251-libsort-versions-perl_1.62-1_all.deb ...
16:35:20 #9 36.15 Unpacking libsort-versions-perl (1.62-1) ...
16:35:20 #9 36.18 Selecting previously unselected package libgit-wrapper-perl.
16:35:20 #9 36.18 Preparing to unpack .../252-libgit-wrapper-perl_0.048-1_all.deb ...
16:35:20 #9 36.18 Unpacking libgit-wrapper-perl (0.048-1) ...
16:35:20 #9 36.21 Selecting previously unselected package libhttp-tiny-multipart-perl.
16:35:20 #9 36.21 Preparing to unpack .../253-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
16:35:20 #9 36.21 Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
16:35:20 #9 36.24 Selecting previously unselected package libio-prompter-perl.
16:35:20 #9 36.24 Preparing to unpack .../254-libio-prompter-perl_0.004015-1_all.deb ...
16:35:20 #9 36.24 Unpacking libio-prompter-perl (0.004015-1) ...
16:35:20 #9 36.27 Selecting previously unselected package libjson-perl.
16:35:20 #9 36.27 Preparing to unpack .../255-libjson-perl_4.02000-2_all.deb ...
16:35:20 #9 36.27 Unpacking libjson-perl (4.02000-2) ...
16:35:20 #9 36.31 Selecting previously unselected package liblog-any-perl.
16:35:20 #9 36.31 Preparing to unpack .../256-liblog-any-perl_1.708-1_all.deb ...
16:35:20 #9 36.31 Unpacking liblog-any-perl (1.708-1) ...
16:35:20 #9 36.34 Selecting previously unselected package liblog-any-adapter-screen-perl.
16:35:20 #9 36.34 Preparing to unpack .../257-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
16:35:20 #9 36.35 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
16:35:20 #9 36.37 Selecting previously unselected package libpackage-stash-perl.
16:35:20 #9 36.38 Preparing to unpack .../258-libpackage-stash-perl_0.38-1_all.deb ...
16:35:20 #9 36.38 Unpacking libpackage-stash-perl (0.38-1) ...
16:35:20 #9 36.40 Selecting previously unselected package libsub-identify-perl.
16:35:20 #9 36.41 Preparing to unpack .../259-libsub-identify-perl_0.14-1build2_amd64.deb ...
16:35:20 #9 36.41 Unpacking libsub-identify-perl (0.14-1build2) ...
16:35:20 #9 36.43 Selecting previously unselected package libsub-name-perl.
16:35:20 #9 36.44 Preparing to unpack .../260-libsub-name-perl_0.26-1_amd64.deb ...
16:35:20 #9 36.44 Unpacking libsub-name-perl (0.26-1) ...
16:35:20 #9 36.46 Selecting previously unselected package libnamespace-clean-perl.
16:35:20 #9 36.47 Preparing to unpack .../261-libnamespace-clean-perl_0.27-1_all.deb ...
16:35:20 #9 36.47 Unpacking libnamespace-clean-perl (0.27-1) ...
16:35:20 #9 36.49 Selecting previously unselected package libpath-tiny-perl.
16:35:20 #9 36.50 Preparing to unpack .../262-libpath-tiny-perl_0.108-1_all.deb ...
16:35:20 #9 36.50 Unpacking libpath-tiny-perl (0.108-1) ...
16:35:20 #9 36.53 Selecting previously unselected package libtype-tiny-perl.
16:35:21 #9 36.53 Preparing to unpack .../263-libtype-tiny-perl_1.008001-2_all.deb ...
16:35:21 #9 36.53 Unpacking libtype-tiny-perl (1.008001-2) ...
16:35:21 #9 36.58 Selecting previously unselected package libgitlab-api-v4-perl.
16:35:21 #9 36.59 Preparing to unpack .../264-libgitlab-api-v4-perl_0.25-1_all.deb ...
16:35:21 #9 36.59 Unpacking libgitlab-api-v4-perl (0.25-1) ...
16:35:21 #9 36.62 Selecting previously unselected package libhash-fieldhash-perl.
16:35:21 #9 36.62 Preparing to unpack .../265-libhash-fieldhash-perl_0.15-1build2_amd64.deb ...
16:35:21 #9 36.63 Unpacking libhash-fieldhash-perl (0.15-1build2) ...
16:35:21 #9 36.65 Selecting previously unselected package libhtml-form-perl.
16:35:21 #9 36.65 Preparing to unpack .../266-libhtml-form-perl_6.07-1_all.deb ...
16:35:21 #9 36.66 Unpacking libhtml-form-perl (6.07-1) ...
16:35:21 #9 36.68 Selecting previously unselected package libhtml-format-perl.
16:35:21 #9 36.68 Preparing to unpack .../267-libhtml-format-perl_2.12-1_all.deb ...
16:35:21 #9 36.69 Unpacking libhtml-format-perl (2.12-1) ...
16:35:21 #9 36.71 Selecting previously unselected package libhttp-daemon-perl.
16:35:21 #9 36.72 Preparing to unpack .../268-libhttp-daemon-perl_6.06-1_all.deb ...
16:35:21 #9 36.72 Unpacking libhttp-daemon-perl (6.06-1) ...
16:35:21 #9 36.75 Selecting previously unselected package libidn11:amd64.
16:35:21 #9 36.75 Preparing to unpack .../269-libidn11_1.33-2.2ubuntu2_amd64.deb ...
16:35:21 #9 36.75 Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ...
16:35:21 #9 36.78 Selecting previously unselected package libstruct-dumb-perl.
16:35:21 #9 36.78 Preparing to unpack .../270-libstruct-dumb-perl_0.09-1_all.deb ...
16:35:21 #9 36.79 Unpacking libstruct-dumb-perl (0.09-1) ...
16:35:21 #9 36.81 Selecting previously unselected package libio-async-perl.
16:35:21 #9 36.81 Preparing to unpack .../271-libio-async-perl_0.75-1_all.deb ...
16:35:21 #9 36.81 Unpacking libio-async-perl (0.75-1) ...
16:35:21 #9 36.86 Selecting previously unselected package liblinux-epoll-perl.
16:35:21 #9 36.86 Preparing to unpack .../272-liblinux-epoll-perl_0.017-1_amd64.deb ...
16:35:21 #9 36.86 Unpacking liblinux-epoll-perl (0.017-1) ...
16:35:21 #9 36.89 Selecting previously unselected package libio-async-loop-epoll-perl.
16:35:21 #9 36.89 Preparing to unpack .../273-libio-async-loop-epoll-perl_0.20-1_all.deb ...
16:35:21 #9 36.89 Unpacking libio-async-loop-epoll-perl (0.20-1) ...
16:35:21 #9 36.92 Selecting previously unselected package libtypes-serialiser-perl.
16:35:21 #9 36.92 Preparing to unpack .../274-libtypes-serialiser-perl_1.0-1_all.deb ...
16:35:21 #9 36.92 Unpacking libtypes-serialiser-perl (1.0-1) ...
16:35:21 #9 36.95 Selecting previously unselected package libjson-xs-perl.
16:35:21 #9 36.95 Preparing to unpack .../275-libjson-xs-perl_4.020-1build1_amd64.deb ...
16:35:21 #9 36.95 Unpacking libjson-xs-perl (4.020-1build1) ...
16:35:21 #9 36.98 Selecting previously unselected package libjson-maybexs-perl.
16:35:21 #9 36.99 Preparing to unpack .../276-libjson-maybexs-perl_1.004000-1_all.deb ...
16:35:21 #9 36.99 Unpacking libjson-maybexs-perl (1.004000-1) ...
16:35:21 #9 37.02 Selecting previously unselected package liblist-compare-perl.
16:35:21 #9 37.02 Preparing to unpack .../277-liblist-compare-perl_0.53-1_all.deb ...
16:35:21 #9 37.02 Unpacking liblist-compare-perl (0.53-1) ...
16:35:21 #9 37.05 Selecting previously unselected package liblist-moreutils-perl.
16:35:21 #9 37.05 Preparing to unpack .../278-liblist-moreutils-perl_0.416-1build5_amd64.deb ...
16:35:21 #9 37.06 Unpacking liblist-moreutils-perl (0.416-1build5) ...
16:35:21 #9 37.09 Selecting previously unselected package liblist-someutils-perl.
16:35:21 #11 1.183 Hit:1 http://archive.raspbian.org/raspbian buster InRelease
16:35:21 #11 1.183 Hit:2 http://archive.raspberrypi.org/debian buster InRelease
16:35:21 #9 37.09 Preparing to unpack .../279-liblist-someutils-perl_0.58-1_all.deb ...
16:35:21 #9 37.09 Unpacking liblist-someutils-perl (0.58-1) ...
16:35:21 #9 37.12 Selecting previously unselected package liblist-someutils-xs-perl.
16:35:21 #9 37.12 Preparing to unpack .../280-liblist-someutils-xs-perl_0.58-2_amd64.deb ...
16:35:21 #9 37.12 Unpacking liblist-someutils-xs-perl (0.58-2) ...
16:35:21 #9 37.16 Selecting previously unselected package libltdl7:amd64.
16:35:21 #9 37.16 Preparing to unpack .../281-libltdl7_2.4.6-14_amd64.deb ...
16:35:21 #9 37.16 Unpacking libltdl7:amd64 (2.4.6-14) ...
16:35:21 #9 37.19 Selecting previously unselected package libltdl-dev:amd64.
16:35:21 #9 37.19 Preparing to unpack .../282-libltdl-dev_2.4.6-14_amd64.deb ...
16:35:21 #9 37.19 Unpacking libltdl-dev:amd64 (2.4.6-14) ...
16:35:21 #9 37.23 Selecting previously unselected package libsys-hostname-long-perl.
16:35:21 #9 37.24 Preparing to unpack .../283-libsys-hostname-long-perl_1.5-1_all.deb ...
16:35:21 #9 37.24 Unpacking libsys-hostname-long-perl (1.5-1) ...
16:35:21 #9 37.26 Selecting previously unselected package libmail-sendmail-perl.
16:35:21 #9 37.27 Preparing to unpack .../284-libmail-sendmail-perl_0.80-1_all.deb ...
16:35:21 #9 37.27 Unpacking libmail-sendmail-perl (0.80-1) ...
16:35:21 #9 37.30 Selecting previously unselected package libmoox-aliases-perl.
16:35:21 #9 37.30 Preparing to unpack .../285-libmoox-aliases-perl_0.001006-1_all.deb ...
16:35:21 #9 37.30 Unpacking libmoox-aliases-perl (0.001006-1) ...
16:35:21 #9 37.32 Selecting previously unselected package libobject-id-perl.
16:35:21 #9 37.33 Preparing to unpack .../286-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
16:35:21 #9 37.33 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
16:35:21 #9 37.36 Selecting previously unselected package libmoox-struct-perl.
16:35:21 #9 37.36 Preparing to unpack .../287-libmoox-struct-perl_0.017-1_all.deb ...
16:35:21 #9 37.36 Unpacking libmoox-struct-perl (0.017-1) ...
16:35:21 #9 37.39 Selecting previously unselected package libnet-dns-sec-perl.
16:35:21 #9 37.39 Preparing to unpack .../288-libnet-dns-sec-perl_1.15-1_amd64.deb ...
16:35:21 #9 37.39 Unpacking libnet-dns-sec-perl (1.15-1) ...
16:35:21 #9 37.42 Selecting previously unselected package libnet-libidn-perl.
16:35:21 #9 37.42 Preparing to unpack .../289-libnet-libidn-perl_0.12.ds-3build2_amd64.deb ...
16:35:21 #9 37.43 Unpacking libnet-libidn-perl (0.12.ds-3build2) ...
16:35:21 #9 37.45 Selecting previously unselected package libnumber-range-perl.
16:35:21 #9 37.45 Preparing to unpack .../290-libnumber-range-perl_0.12-1_all.deb ...
16:35:21 #9 37.46 Unpacking libnumber-range-perl (0.12-1) ...
16:35:21 #9 37.48 Selecting previously unselected package libpackage-stash-xs-perl.
16:35:21 #9 37.48 Preparing to unpack .../291-libpackage-stash-xs-perl_0.29-1build1_amd64.deb ...
16:35:21 #9 37.49 Unpacking libpackage-stash-xs-perl (0.29-1build1) ...
16:35:21 #9 37.51 Selecting previously unselected package libpath-iterator-rule-perl.
16:35:21 #9 37.52 Preparing to unpack .../292-libpath-iterator-rule-perl_1.014-1_all.deb ...
16:35:21 #9 37.52 Unpacking libpath-iterator-rule-perl (1.014-1) ...
16:35:21 #9 37.55 Selecting previously unselected package libperl4-corelibs-perl.
16:35:21 #9 37.55 Preparing to unpack .../293-libperl4-corelibs-perl_0.004-2_all.deb ...
16:35:21 #9 37.55 Unpacking libperl4-corelibs-perl (0.004-2) ...
16:35:21 #9 37.58 Selecting previously unselected package libperlio-gzip-perl.
16:35:21 #9 37.58 Preparing to unpack .../294-libperlio-gzip-perl_0.19-1build5_amd64.deb ...
16:35:21 #9 37.59 Unpacking libperlio-gzip-perl (0.19-1build5) ...
16:35:21 #9 37.61 Selecting previously unselected package libpod-constants-perl.
16:35:21 #9 37.61 Preparing to unpack .../295-libpod-constants-perl_0.19-1_all.deb ...
16:35:21 #9 37.62 Unpacking libpod-constants-perl (0.19-1) ...
16:35:21 #9 37.65 Selecting previously unselected package libre2-5:amd64.
16:35:21 #9 37.65 Preparing to unpack .../296-libre2-5_20200101+dfsg-1build1_amd64.deb ...
16:35:22 #9 37.65 Unpacking libre2-5:amd64 (20200101+dfsg-1build1) ...
16:35:22 #9 37.69 Selecting previously unselected package libre-engine-re2-perl.
16:35:22 #9 37.70 Preparing to unpack .../297-libre-engine-re2-perl_0.13-5_amd64.deb ...
16:35:22 #9 37.70 Unpacking libre-engine-re2-perl (0.13-5) ...
16:35:22 #9 37.72 Selecting previously unselected package libreadonly-perl.
16:35:22 #9 37.73 Preparing to unpack .../298-libreadonly-perl_2.050-2_all.deb ...
16:35:22 #9 37.73 Unpacking libreadonly-perl (2.050-2) ...
16:35:22 #9 37.76 Selecting previously unselected package libref-util-perl.
16:35:22 #9 37.76 Preparing to unpack .../299-libref-util-perl_0.204-1_all.deb ...
16:35:22 #9 37.76 Unpacking libref-util-perl (0.204-1) ...
16:35:22 #9 37.79 Selecting previously unselected package libref-util-xs-perl.
16:35:22 #9 37.79 Preparing to unpack .../300-libref-util-xs-perl_0.117-1build2_amd64.deb ...
16:35:22 #9 37.79 Unpacking libref-util-xs-perl (0.117-1build2) ...
16:35:22 #9 37.87 Selecting previously unselected package libregexp-pattern-license-perl.
16:35:22 #9 37.88 Preparing to unpack .../301-libregexp-pattern-license-perl_3.2.0-1_all.deb ...
16:35:22 #9 37.88 Unpacking libregexp-pattern-license-perl (3.2.0-1) ...
16:35:22 #9 37.91 Selecting previously unselected package libregexp-pattern-perl.
16:35:22 #9 37.91 Preparing to unpack .../302-libregexp-pattern-perl_0.2.12-1_all.deb ...
16:35:22 #9 37.91 Unpacking libregexp-pattern-perl (0.2.12-1) ...
16:35:22 #9 37.94 Selecting previously unselected package libsasl2-modules:amd64.
16:35:22 #9 37.94 Preparing to unpack .../303-libsasl2-modules_2.1.27+dfsg-2_amd64.deb ...
16:35:22 #9 37.95 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2) ...
16:35:22 #9 37.98 Selecting previously unselected package libsereal-decoder-perl.
16:35:22 #9 37.98 Preparing to unpack .../304-libsereal-decoder-perl_4.011+ds-1build1_amd64.deb ...
16:35:22 #9 37.98 Unpacking libsereal-decoder-perl (4.011+ds-1build1) ...
16:35:22 #9 38.02 Selecting previously unselected package libsereal-encoder-perl.
16:35:22 #9 38.02 Preparing to unpack .../305-libsereal-encoder-perl_4.011+ds-1build1_amd64.deb ...
16:35:22 #9 38.02 Unpacking libsereal-encoder-perl (4.011+ds-1build1) ...
16:35:22 #9 38.05 Selecting previously unselected package libsereal-perl.
16:35:22 #9 38.06 Preparing to unpack .../306-libsereal-perl_4.011-1_all.deb ...
16:35:22 #9 38.06 Unpacking libsereal-perl (4.011-1) ...
16:35:22 #9 38.08 Selecting previously unselected package libsort-key-perl.
16:35:22 #9 38.08 Preparing to unpack .../307-libsort-key-perl_1.33-2build2_amd64.deb ...
16:35:22 #9 38.09 Unpacking libsort-key-perl (1.33-2build2) ...
16:35:22 #9 38.11 Selecting previously unselected package libstring-copyright-perl.
16:35:22 #9 38.11 Preparing to unpack .../308-libstring-copyright-perl_0.003006-1_all.deb ...
16:35:22 #9 38.12 Unpacking libstring-copyright-perl (0.003006-1) ...
16:35:22 #9 38.14 Selecting previously unselected package libstring-escape-perl.
16:35:22 #9 38.14 Preparing to unpack .../309-libstring-escape-perl_2010.002-2_all.deb ...
16:35:22 #9 38.14 Unpacking libstring-escape-perl (2010.002-2) ...
16:35:22 #9 38.17 Selecting previously unselected package libstring-shellquote-perl.
16:35:22 #9 38.17 Preparing to unpack .../310-libstring-shellquote-perl_1.04-1_all.deb ...
16:35:22 #9 38.17 Unpacking libstring-shellquote-perl (1.04-1) ...
16:35:22 #9 38.20 Selecting previously unselected package libterm-readkey-perl.
16:35:22 #9 38.20 Preparing to unpack .../311-libterm-readkey-perl_2.38-1build1_amd64.deb ...
16:35:22 #9 38.20 Unpacking libterm-readkey-perl (2.38-1build1) ...
16:35:22 #9 38.23 Selecting previously unselected package libtest-fatal-perl.
16:35:22 #9 38.23 Preparing to unpack .../312-libtest-fatal-perl_0.014-1_all.deb ...
16:35:22 #9 38.23 Unpacking libtest-fatal-perl (0.014-1) ...
16:35:22 #9 38.26 Selecting previously unselected package libtest-refcount-perl.
16:35:22 #9 38.26 Preparing to unpack .../313-libtest-refcount-perl_0.10-1_all.deb ...
16:35:22 #9 38.26 Unpacking libtest-refcount-perl (0.10-1) ...
16:35:22 #9 38.29 Selecting previously unselected package libtext-levenshtein-perl.
16:35:22 #9 38.29 Preparing to unpack .../314-libtext-levenshtein-perl_0.13-1_all.deb ...
16:35:22 #9 38.30 Unpacking libtext-levenshtein-perl (0.13-1) ...
16:35:22 #9 38.32 Selecting previously unselected package libtype-tiny-xs-perl.
16:35:22 #9 38.32 Preparing to unpack .../315-libtype-tiny-xs-perl_0.016-1_amd64.deb ...
16:35:22 #9 38.32 Unpacking libtype-tiny-xs-perl (0.016-1) ...
16:35:22 #9 38.35 Selecting previously unselected package libunicode-utf8-perl.
16:35:22 #9 38.35 Preparing to unpack .../316-libunicode-utf8-perl_0.62-1build1_amd64.deb ...
16:35:22 #9 38.36 Unpacking libunicode-utf8-perl (0.62-1build1) ...
16:35:22 #9 38.38 Selecting previously unselected package libxml-namespacesupport-perl.
16:35:22 #9 38.38 Preparing to unpack .../317-libxml-namespacesupport-perl_1.12-1_all.deb ...
16:35:22 #9 38.39 Unpacking libxml-namespacesupport-perl (1.12-1) ...
16:35:22 #9 38.41 Selecting previously unselected package libxml-sax-base-perl.
16:35:22 #9 38.41 Preparing to unpack .../318-libxml-sax-base-perl_1.09-1_all.deb ...
16:35:22 #9 38.42 Unpacking libxml-sax-base-perl (1.09-1) ...
16:35:22 #9 38.45 Selecting previously unselected package libxml-sax-perl.
16:35:22 #9 38.45 Preparing to unpack .../319-libxml-sax-perl_1.02+dfsg-1_all.deb ...
16:35:22 #9 38.45 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
16:35:22 #9 38.49 Selecting previously unselected package libxml-libxml-perl.
16:35:22 #9 38.49 Preparing to unpack .../320-libxml-libxml-perl_2.0134+dfsg-1build1_amd64.deb ...
16:35:22 #9 38.50 Unpacking libxml-libxml-perl (2.0134+dfsg-1build1) ...
16:35:22 #9 38.55 Selecting previously unselected package libxml-parser-perl.
16:35:22 #9 38.55 Preparing to unpack .../321-libxml-parser-perl_2.46-1_amd64.deb ...
16:35:22 #9 38.55 Unpacking libxml-parser-perl (2.46-1) ...
16:35:22 #9 38.60 Selecting previously unselected package libxml-sax-expat-perl.
16:35:22 #9 38.60 Preparing to unpack .../322-libxml-sax-expat-perl_0.51-1_all.deb ...
16:35:22 #9 38.60 Unpacking libxml-sax-expat-perl (0.51-1) ...
16:35:22 #9 38.63 Selecting previously unselected package libxml-writer-perl.
16:35:22 #9 38.63 Preparing to unpack .../323-libxml-writer-perl_0.625-1_all.deb ...
16:35:22 #9 38.63 Unpacking libxml-writer-perl (0.625-1) ...
16:35:22 #9 38.66 Selecting previously unselected package libyaml-libyaml-perl.
16:35:23 #9 38.66 Preparing to unpack .../324-libyaml-libyaml-perl_0.81+repack-1_amd64.deb ...
16:35:23 #9 38.67 Unpacking libyaml-libyaml-perl (0.81+repack-1) ...
16:35:23 #9 38.69 Selecting previously unselected package licensecheck.
16:35:23 #9 38.69 Preparing to unpack .../325-licensecheck_3.0.45-1_all.deb ...
16:35:23 #9 38.70 Unpacking licensecheck (3.0.45-1) ...
16:35:23 #9 38.72 Selecting previously unselected package libdevel-size-perl.
16:35:23 #9 38.72 Preparing to unpack .../326-libdevel-size-perl_0.83-1build1_amd64.deb ...
16:35:23 #9 38.72 Unpacking libdevel-size-perl (0.83-1build1) ...
16:35:23 #9 38.75 Selecting previously unselected package t1utils.
16:35:23 #9 38.75 Preparing to unpack .../327-t1utils_1.41-3_amd64.deb ...
16:35:23 #9 38.76 Unpacking t1utils (1.41-3) ...
16:35:23 #9 38.79 Selecting previously unselected package lintian.
16:35:23 #9 38.79 Preparing to unpack .../328-lintian_2.62.0ubuntu1_all.deb ...
16:35:23 #9 38.80 Unpacking lintian (2.62.0ubuntu1) ...
16:35:23 #9 39.04 Selecting previously unselected package manpages-dev.
16:35:23 #9 39.04 Preparing to unpack .../329-manpages-dev_5.05-1_all.deb ...
16:35:23 #9 39.04 Unpacking manpages-dev (5.05-1) ...
16:35:23 #9 39.28 Selecting previously unselected package python3-certifi.
16:35:23 #9 39.29 Preparing to unpack .../330-python3-certifi_2019.11.28-1_all.deb ...
16:35:23 #9 39.29 Unpacking python3-certifi (2019.11.28-1) ...
16:35:23 #9 39.33 Selecting previously unselected package python3-idna.
16:35:23 #9 39.33 Preparing to unpack .../331-python3-idna_2.8-1_all.deb ...
16:35:23 #9 39.34 Unpacking python3-idna (2.8-1) ...
16:35:23 #9 39.37 Selecting previously unselected package python3-urllib3.
16:35:23 #9 39.37 Preparing to unpack .../332-python3-urllib3_1.25.8-2ubuntu0.1_all.deb ...
16:35:23 #9 39.37 Unpacking python3-urllib3 (1.25.8-2ubuntu0.1) ...
16:35:23 #9 39.41 Selecting previously unselected package python3-requests.
16:35:23 #9 39.41 Preparing to unpack .../333-python3-requests_2.22.0-2ubuntu1_all.deb ...
16:35:23 #9 39.41 Unpacking python3-requests (2.22.0-2ubuntu1) ...
16:35:23 #9 39.44 Selecting previously unselected package python3-unidiff.
16:35:23 #9 39.45 Preparing to unpack .../334-python3-unidiff_0.5.5-2_all.deb ...
16:35:23 #9 39.45 Unpacking python3-unidiff (0.5.5-2) ...
16:35:23 #9 39.49 Selecting previously unselected package python3-xdg.
16:35:23 #9 39.50 Preparing to unpack .../335-python3-xdg_0.26-1ubuntu1_all.deb ...
16:35:23 #9 39.50 Unpacking python3-xdg (0.26-1ubuntu1) ...
16:35:23 #9 39.53 Selecting previously unselected package unzip.
16:35:23 #9 39.53 Preparing to unpack .../336-unzip_6.0-25ubuntu1_amd64.deb ...
16:35:23 #9 39.54 Unpacking unzip (6.0-25ubuntu1) ...
16:35:23 #9 39.57 Selecting previously unselected package equivs.
16:35:23 #9 39.58 Preparing to unpack .../337-equivs_2.2.0_all.deb ...
16:35:23 #9 39.58 Unpacking equivs (2.2.0) ...
16:35:23 #9 39.60 Selecting previously unselected package libauthen-sasl-perl.
16:35:23 #9 39.61 Preparing to unpack .../338-libauthen-sasl-perl_2.1600-1_all.deb ...
16:35:23 #9 39.61 Unpacking libauthen-sasl-perl (2.1600-1) ...
16:35:23 #9 39.65 Selecting previously unselected package python3-magic.
16:35:23 #9 39.65 Preparing to unpack .../339-python3-magic_2%3a0.4.15-3_all.deb ...
16:35:23 #9 39.65 Unpacking python3-magic (2:0.4.15-3) ...
16:35:23 #9 39.69 Setting up libapt-pkg-perl (0.1.36build3) ...
16:35:24 #9 39.70 Setting up libksba8:amd64 (1.3.5-2) ...
16:35:24 #9 39.71 Setting up libpipeline1:amd64 (1.5.2-2build1) ...
16:35:24 #9 39.72 Setting up wdiff (1.2.2-2build1) ...
16:35:24 #9 39.73 Setting up libxau6:amd64 (1:1.0.9-0ubuntu1) ...
16:35:24 #9 39.74 Setting up libkeyutils1:amd64 (1.6-6ubuntu1) ...
16:35:24 #9 39.75 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ...
16:35:24 #9 39.76 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ...
16:35:24 #9 39.77 Setting up mime-support (3.64ubuntu1) ...
16:35:24 #9 39.79 Setting up xdg-user-dirs (0.17-2ubuntu1) ...
16:35:24 #9 39.82 Setting up libmagic-mgc (1:5.38-4) ...
16:35:24 #9 39.83 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
16:35:24 #9 39.84 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.4) ...
16:35:24 #9 39.85 No schema files found: doing nothing.
16:35:24 #9 39.85 Setting up distro-info-data (0.43ubuntu1.6) ...
16:35:24 #9 39.86 Setting up manpages (5.05-1) ...
16:35:24 #9 39.87 Setting up unzip (6.0-25ubuntu1) ...
16:35:24 #9 39.89 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ...
16:35:24 #9 39.90 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ...
16:35:24 #9 39.91 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2) ...
16:35:24 #9 39.92 Setting up binutils-common:amd64 (2.34-6ubuntu1.1) ...
16:35:24 #9 39.93 Setting up libnghttp2-14:amd64 (1.40.0-1build1) ...
16:35:24 #9 39.94 Setting up libmagic1:amd64 (1:5.38-4) ...
16:35:24 #9 39.95 Setting up less (551-1ubuntu0.1) ...
16:35:24 #9 39.97 Setting up perl-openssl-defaults:amd64 (4) ...
16:35:24 #9 39.98 Setting up linux-libc-dev:amd64 (5.4.0-84.94) ...
16:35:24 #9 39.99 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.1) ...
16:35:24 #9 40.00 Setting up gettext-base (0.19.8.1-10build1) ...
16:35:24 #9 40.01 Setting up libnpth0:amd64 (1.6-1) ...
16:35:24 #9 40.02 Setting up krb5-locales (1.17-6ubuntu4.1) ...
16:35:24 #9 40.03 Setting up file (1:5.38-4) ...
16:35:24 #9 40.04 Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ...
16:35:24 #9 40.05 Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:24 #9 40.08 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu1) ...
16:35:24 #9 40.09 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ...
16:35:24 #9 40.10 Setting up libunwind8:amd64 (1.2.1-9build1) ...
16:35:24 #9 40.11 Setting up libfakeroot:amd64 (1.24-1) ...
16:35:24 #9 40.12 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.1) ...
16:35:24 #9 40.13 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2) ...
16:35:24 #9 40.14 Setting up tzdata (2021a-0ubuntu0.20.04) ...
16:35:24 #9 40.23 
16:35:24 #9 40.23 Current default time zone: 'Etc/UTC'
16:35:24 #11 1.621 Reading package lists...
16:35:24 #9 40.23 Local time is now:      Thu Sep 16 16:35:24 UTC 2021.
16:35:24 #9 40.23 Universal Time is now:  Thu Sep 16 16:35:24 UTC 2021.
16:35:24 #9 40.23 Run 'dpkg-reconfigure tzdata' if you wish to change it.
16:35:24 #9 40.23 
16:35:24 #9 40.25 Setting up fakeroot (1.24-1) ...
16:35:24 #9 40.25 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
16:35:24 #9 40.25 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
16:35:24 #9 40.25 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
16:35:24 #9 40.25 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
16:35:24 #9 40.25 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
16:35:24 #9 40.25 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
16:35:24 #9 40.25 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
16:35:24 #9 40.25 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
16:35:24 #9 40.25 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
16:35:24 #9 40.26 Setting up autotools-dev (20180224.1) ...
16:35:24 #9 40.27 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.4) ...
16:35:24 #9 40.28 Setting up libx11-data (2:1.6.9-2ubuntu1.2) ...
16:35:24 #9 40.29 Setting up make (4.2.1-1.2) ...
16:35:24 #9 40.30 Setting up libmpfr6:amd64 (4.0.2-1) ...
16:35:24 #9 40.31 Setting up gnupg-l10n (2.2.19-3ubuntu2.1) ...
16:35:24 #9 40.32 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ...
16:35:24 #9 40.33 Setting up libidn11:amd64 (1.33-2.2ubuntu2) ...
16:35:24 #9 40.34 Setting up strace (5.5-3ubuntu1) ...
16:35:24 #9 40.35 Setting up libsigsegv2:amd64 (2.12-2) ...
16:35:24 #9 40.36 Setting up xz-utils (5.2.4-1ubuntu1) ...
16:35:24 #9 40.36 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:35:24 #9 40.36 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
16:35:24 #9 40.36 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
16:35:24 #9 40.36 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
16:35:24 #9 40.36 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
16:35:24 #9 40.36 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
16:35:24 #9 40.36 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
16:35:24 #9 40.36 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
16:35:24 #9 40.36 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
16:35:24 #9 40.36 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
16:35:24 #9 40.37 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
16:35:24 #9 40.37 Setting up t1utils (1.41-3) ...
16:35:24 #9 40.38 Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:24 #9 40.39 Setting up diffstat (1.63-1) ...
16:35:24 #9 40.40 Setting up libmpc3:amd64 (1.1.0-1) ...
16:35:24 #9 40.41 Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:24 #9 40.41 Setting up patch (2.7.6-6) ...
16:35:24 #9 40.42 Setting up autopoint (0.19.8.1-10build1) ...
16:35:24 #9 40.43 Setting up libfl2:amd64 (2.6.4-6.2) ...
16:35:24 #9 40.44 Setting up ucf (3.0038+nmu1) ...
16:35:24 #9 40.53 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.1) ...
16:35:24 #9 40.54 Setting up libltdl7:amd64 (2.4.6-14) ...
16:35:24 #9 40.54 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2) ...
16:35:24 #9 40.55 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:24 #9 40.56 Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:24 #9 40.57 Setting up python-apt-common (2.0.0ubuntu0.20.04.6) ...
16:35:24 #9 40.58 Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ...
16:35:24 #9 40.59 Setting up libuchardet0:amd64 (0.0.6-3build1) ...
16:35:24 #9 40.60 Setting up libre2-5:amd64 (20200101+dfsg-1build1) ...
16:35:24 #9 40.61 Setting up git-man (1:2.25.1-1ubuntu3.2) ...
16:35:24 #9 40.62 Setting up libisl22:amd64 (0.22.1-1) ...
16:35:24 #9 40.63 Setting up netbase (6.1) ...
16:35:24 #9 40.65 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.1) ...
16:35:24 #9 40.66 Setting up libmpdec2:amd64 (2.4.2-3) ...
16:35:24 #9 40.67 Setting up libbinutils:amd64 (2.34-6ubuntu1.1) ...
16:35:24 #9 40.68 Setting up libfido2-1:amd64 (1.3.1-1ubuntu2) ...
16:35:24 #9 40.69 Setting up libc-dev-bin (2.31-0ubuntu9.2) ...
16:35:24 #9 40.70 Setting up openssl (1.1.1f-1ubuntu2.8) ...
16:35:24 #9 40.71 Setting up libbsd0:amd64 (0.10.0-1) ...
16:35:24 #9 40.73 Setting up libelf1:amd64 (0.176-1.1build1) ...
16:35:24 #9 40.74 Setting up readline-common (8.0-4) ...
16:35:24 #9 40.75 Setting up publicsuffix (20200303.0012-1) ...
16:35:24 #9 40.76 Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:25 #11 5.053 dh_testdir
16:35:25 #11 5.106 dh_testroot
16:35:25 #11 5.161 dh_prep
16:35:25 #9 40.77 Setting up iso-codes (4.4-1) ...
16:35:25 #9 40.77 Setting up liblocale-gettext-perl (1.07-4) ...
16:35:25 #9 40.78 Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:25 #9 40.79 Setting up dctrl-tools (2.24-3) ...
16:35:25 #9 40.81 Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:25 #9 40.82 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:25 #9 40.83 Setting up libgdbm6:amd64 (1.18.1-5) ...
16:35:25 #9 40.84 Setting up gcc-9-base:amd64 (9.3.0-17ubuntu1~20.04) ...
16:35:25 #9 40.85 Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ...
16:35:25 #9 40.86 Setting up libctf0:amd64 (2.34-6ubuntu1.1) ...
16:35:25 #9 40.87 Setting up pinentry-curses (1.1.0-3build1) ...
16:35:25 #9 40.88 Setting up manpages-dev (5.05-1) ...
16:35:25 #9 40.89 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ...
16:35:25 #9 40.89 Setting up libxcb1:amd64 (1.14-2) ...
16:35:25 #9 40.90 Setting up at (3.1.23-1ubuntu1) ...
16:35:25 #11 5.226 dh_testdir
16:35:25 #11 5.281 dh_testroot
16:35:25 #11 5.336 dh_install
16:35:25 #11 5.392 dh_install: warning: Compatibility levels before 10 are deprecated (level 9 in use)
16:35:25 #9 29.71 Resolving Dependencies
16:35:25 #9 29.71 --> Running transaction check
16:35:25 #9 29.71 ---> Package rpm-build.x86_64 0:4.11.3-45.el7 will be installed
16:35:25 #9 29.73 --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-45.el7.x86_64
16:35:25 #9 29.83 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-45.el7.x86_64
16:35:25 #9 29.83 --> Processing Dependency: unzip for package: rpm-build-4.11.3-45.el7.x86_64
16:35:25 #9 29.83 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-45.el7.x86_64
16:35:25 #9 29.83 --> Processing Dependency: perl(threads) for package: rpm-build-4.11.3-45.el7.x86_64
16:35:25 #9 29.83 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-45.el7.x86_64
16:35:25 #9 29.84 --> Processing Dependency: perl(Getopt::Long) for package: rpm-build-4.11.3-45.el7.x86_64
16:35:25 #9 29.84 --> Processing Dependency: perl(File::Temp) for package: rpm-build-4.11.3-45.el7.x86_64
16:35:25 #9 29.84 --> Processing Dependency: perl(File::Basename) for package: rpm-build-4.11.3-45.el7.x86_64
16:35:25 #9 29.84 --> Processing Dependency: file for package: rpm-build-4.11.3-45.el7.x86_64
16:35:25 #9 29.85 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-45.el7.x86_64
16:35:25 #9 29.85 --> Processing Dependency: /usr/bin/perl for package: rpm-build-4.11.3-45.el7.x86_64
16:35:25 #9 29.85 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-45.el7.x86_64
16:35:25 #9 29.85 ---> Package rpmlint.noarch 0:1.5-4.el7 will be installed
16:35:25 #9 29.85 --> Processing Dependency: desktop-file-utils for package: rpmlint-1.5-4.el7.noarch
16:35:25 #9 29.85 --> Processing Dependency: /usr/bin/groff for package: rpmlint-1.5-4.el7.noarch
16:35:25 #9 29.85 --> Running transaction check
16:35:25 #9 29.85 ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed
16:35:25 #9 29.85 ---> Package desktop-file-utils.x86_64 0:0.23-2.el7 will be installed
16:35:25 #9 29.86 --> Processing Dependency: emacs-filesystem for package: desktop-file-utils-0.23-2.el7.x86_64
16:35:25 #9 29.86 ---> Package elfutils.x86_64 0:0.176-5.el7 will be installed
16:35:25 #9 29.86 ---> Package file.x86_64 0:5.11-37.el7 will be installed
16:35:25 #9 29.86 ---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed
16:35:25 #9 29.86 ---> Package groff-base.x86_64 0:1.22.2-8.el7 will be installed
16:35:25 #9 29.86 ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed
16:35:25 #9 29.87 ---> Package perl.x86_64 4:5.16.3-299.el7_9 will be installed
16:35:25 #9 29.87 --> Processing Dependency: perl-libs = 4:5.16.3-299.el7_9 for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 29.87 --> Processing Dependency: perl(Socket) >= 1.3 for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 29.87 --> Processing Dependency: perl(Scalar::Util) >= 1.10 for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 29.88 --> Processing Dependency: perl-macros for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 29.88 --> Processing Dependency: perl-libs for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 16:35:25 #9 29.88 --> Processing Dependency: perl(threads::shared) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 29.88 --> Processing Dependency: perl(constant) for package: 4:perl-5.16.3-299.el7_9.x86_64
#9 41.04 invoke-rc.d: could not determine current runlevel
16:35:25 #9 41.04 invoke-rc.d: policy-rc.d denied execution of start.
16:35:25 #9 41.05 Setting up libicu66:amd64 (66.1-2ubuntu2) ...
16:35:25 #9 29.88 --> Processing Dependency: perl(Time::Local) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 29.88 --> Processing Dependency: perl(Time::HiRes) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 41.06 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:25 #9 41.06 Setting up libedit2:amd64 (3.1-20191231-1) ...
16:35:25 #9 29.88 --> Processing Dependency: perl(Storable) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 29.88 --> Processing Dependency: perl(Socket) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 41.07 Setting up libreadline8:amd64 (8.0-4) ...
16:35:25 #9 41.08 Setting up m4 (1.4.18-4) ...
16:35:25 #9 29.88 --> Processing Dependency: perl(Scalar::Util) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 29.88 --> Processing Dependency: perl(Pod::Simple::XHTML) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 41.09 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:25 #9 41.10 Setting up ca-certificates (20210119~20.04.1) ...
16:35:25 #9 29.88 --> Processing Dependency: perl(Pod::Simple::Search) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 29.88 --> Processing Dependency: perl(Filter::Util::Call) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 29.89 --> Processing Dependency: perl(File::Spec::Unix) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 29.89 --> Processing Dependency: perl(File::Spec::Functions) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 29.89 --> Processing Dependency: perl(File::Spec) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 29.89 --> Processing Dependency: perl(File::Path) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 29.89 --> Processing Dependency: perl(Exporter) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 29.89 --> Processing Dependency: perl(Cwd) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 29.89 --> Processing Dependency: perl(Carp) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 29.89 --> Processing Dependency: libperl.so()(64bit) for package: 4:perl-5.16.3-299.el7_9.x86_64
16:35:25 #9 29.89 ---> Package perl-File-Temp.noarch 0:0.23.01-3.el7 will be installed
16:35:25 #9 29.89 ---> Package perl-Getopt-Long.noarch 0:2.40-3.el7 will be installed
16:35:25 #9 29.89 --> Processing Dependency: perl(Pod::Usage) >= 1.14 for package: perl-Getopt-Long-2.40-3.el7.noarch
16:35:25 #9 29.89 --> Processing Dependency: perl(Text::ParseWords) for package: perl-Getopt-Long-2.40-3.el7.noarch
16:35:25 #9 29.90 ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
16:35:25 #9 29.90 ---> Package perl-threads.x86_64 0:1.87-4.el7 will be installed
16:35:25 #9 29.90 ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed
16:35:25 #9 29.90 --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
16:35:25 #9 29.90 --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
16:35:25 #9 29.90 --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
16:35:25 #9 29.90 --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch
16:35:25 #9 29.90 ---> Package unzip.x86_64 0:6.0-22.el7_9 will be installed
16:35:25 #9 29.90 --> Running transaction check
16:35:25 #9 29.90 ---> Package dwz.x86_64 0:0.11-3.el7 will be installed
16:35:25 #9 29.90 ---> Package emacs-filesystem.noarch 1:24.3-23.el7 will be installed
16:35:25 #9 29.90 ---> Package perl-Carp.noarch 0:1.26-244.el7 will be installed
16:35:25 #9 29.90 ---> Package perl-Exporter.noarch 0:5.68-3.el7 will be installed
16:35:25 #9 29.91 ---> Package perl-File-Path.noarch 0:2.09-2.el7 will be installed
16:35:25 #9 29.91 ---> Package perl-Filter.x86_64 0:1.49-3.el7 will be installed
16:35:25 #9 29.91 ---> Package perl-PathTools.x86_64 0:3.40-5.el7 will be installed
16:35:25 #9 29.91 ---> Package perl-Pod-Simple.noarch 1:3.28-4.el7 will be installed
16:35:25 #9 29.91 --> Processing Dependency: perl(Pod::Escapes) >= 1.04 for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
16:35:25 #9 29.91 --> Processing Dependency: perl(Encode) for package: 1:perl-Pod-Simple-3.28-4.el7.noarch
16:35:25 #9 29.92 ---> Package perl-Pod-Usage.noarch 0:1.63-3.el7 will be installed
16:35:25 #9 29.92 --> Processing Dependency: perl(Pod::Text) >= 3.15 for package: perl-Pod-Usage-1.63-3.el7.noarch
16:35:25 #9 29.92 --> Processing Dependency: perl-Pod-Perldoc for package: perl-Pod-Usage-1.63-3.el7.noarch
16:35:25 #9 29.92 ---> Package perl-Scalar-List-Utils.x86_64 0:1.27-248.el7 will be installed
16:35:25 #9 29.92 ---> Package perl-Socket.x86_64 0:2.010-5.el7 will be installed
16:35:25 #9 29.92 ---> Package perl-Storable.x86_64 0:2.45-3.el7 will be installed
16:35:25 #9 29.92 ---> Package perl-Text-ParseWords.noarch 0:3.29-4.el7 will be installed
16:35:25 #9 29.92 ---> Package perl-Time-HiRes.x86_64 4:1.9725-3.el7 will be installed
16:35:25 #9 29.92 ---> Package perl-Time-Local.noarch 0:1.2300-2.el7 will be installed
16:35:25 #9 29.93 ---> Package perl-constant.noarch 0:1.27-2.el7 will be installed
16:35:25 #9 29.93 ---> Package perl-libs.x86_64 4:5.16.3-299.el7_9 will be installed
16:35:25 #9 29.93 ---> Package perl-macros.x86_64 4:5.16.3-299.el7_9 will be installed
16:35:25 #9 29.93 ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed
16:35:25 #9 29.93 ---> Package perl-threads-shared.x86_64 0:1.43-6.el7 will be installed
16:35:25 #9 29.93 ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed
16:35:25 #9 29.93 ---> Package zip.x86_64 0:3.0-11.el7 will be installed
16:35:25 #9 29.93 --> Running transaction check
16:35:25 #9 29.93 ---> Package perl-Encode.x86_64 0:2.51-7.el7 will be installed
16:35:25 #9 29.93 ---> Package perl-Pod-Escapes.noarch 1:1.04-299.el7_9 will be installed
16:35:25 #9 29.93 ---> Package perl-Pod-Perldoc.noarch 0:3.20-4.el7 will be installed
16:35:25 #9 29.94 --> Processing Dependency: perl(parent) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
16:35:25 #9 29.94 --> Processing Dependency: perl(HTTP::Tiny) for package: perl-Pod-Perldoc-3.20-4.el7.noarch
16:35:25 #9 29.94 ---> Package perl-podlators.noarch 0:2.5.1-3.el7 will be installed
16:35:25 #9 29.94 --> Running transaction check
16:35:25 #9 29.94 ---> Package perl-HTTP-Tiny.noarch 0:0.033-3.el7 will be installed
16:35:25 #9 29.94 ---> Package perl-parent.noarch 1:0.225-244.el7 will be installed
16:35:25 #9 30.00 --> Finished Dependency Resolution
16:35:25 #9 30.01 
16:35:25 #9 30.01 Dependencies Resolved
16:35:25 #9 30.02 
16:35:25 #9 30.02 ================================================================================
16:35:25 #9 30.02  Package                   Arch      Version                   Repository  Size
16:35:25 #9 30.02 ================================================================================
16:35:25 #9 30.02 Installing:
16:35:25 #9 30.02  rpm-build                 x86_64    4.11.3-45.el7             base       149 k
16:35:25 #9 30.02  rpmlint                   noarch    1.5-4.el7                 base       229 k
16:35:25 #9 30.02 Installing for dependencies:
16:35:25 #9 30.02  bzip2                     x86_64    1.0.6-13.el7              base        52 k
16:35:25 #9 30.02  desktop-file-utils        x86_64    0.23-2.el7                base        67 k
16:35:25 #9 30.02  dwz                       x86_64    0.11-3.el7                base        99 k
16:35:25 #9 30.02  elfutils                  x86_64    0.176-5.el7               base       308 k
16:35:25 #9 30.02  emacs-filesystem          noarch    1:24.3-23.el7             base        58 k
16:35:25 #9 30.02  file                      x86_64    5.11-37.el7               base        57 k
16:35:25 #9 30.02  gdb                       x86_64    7.6.1-120.el7             base       2.4 M
16:35:25 #9 30.02  groff-base                x86_64    1.22.2-8.el7              base       942 k
16:35:25 #9 30.02  patch                     x86_64    2.7.1-12.el7_7            base       111 k
16:35:25 #9 30.02  perl                      x86_64    4:5.16.3-299.el7_9        updates    8.0 M
16:35:25 #9 30.02  perl-Carp                 noarch    1.26-244.el7              base        19 k
16:35:25 #9 30.02  perl-Encode               x86_64    2.51-7.el7                base       1.5 M
16:35:25 #9 30.02  perl-Exporter             noarch    5.68-3.el7                base        28 k
16:35:25 #9 30.02  perl-File-Path            noarch    2.09-2.el7                base        26 k
16:35:25 #9 30.02  perl-File-Temp            noarch    0.23.01-3.el7             base        56 k
16:35:25 #9 30.02  perl-Filter               x86_64    1.49-3.el7                base        76 k
16:35:25 #9 30.02  perl-Getopt-Long          noarch    2.40-3.el7                base        56 k
16:35:25 #9 30.02  perl-HTTP-Tiny            noarch    0.033-3.el7               base        38 k
16:35:25 #9 30.02  perl-PathTools            x86_64    3.40-5.el7                base        82 k
16:35:25 #9 30.02  perl-Pod-Escapes          noarch    1:1.04-299.el7_9          updates     52 k
16:35:25 #9 30.02  perl-Pod-Perldoc          noarch    3.20-4.el7                base        87 k
16:35:25 #9 30.02  perl-Pod-Simple           noarch    1:3.28-4.el7              base       216 k
16:35:25 #9 30.02  perl-Pod-Usage            noarch    1.63-3.el7                base        27 k
16:35:25 #9 30.02  perl-Scalar-List-Utils    x86_64    1.27-248.el7              base        36 k
16:35:25 #9 30.02  perl-Socket               x86_64    2.010-5.el7               base        49 k
16:35:25 #9 30.02  perl-Storable             x86_64    2.45-3.el7                base        77 k
16:35:25 #9 30.02  perl-Text-ParseWords      noarch    3.29-4.el7                base        14 k
16:35:25 #9 30.02  perl-Thread-Queue         noarch    3.02-2.el7                base        17 k
16:35:25 #9 30.02  perl-Time-HiRes           x86_64    4:1.9725-3.el7            base        45 k
16:35:25 #9 30.02  perl-Time-Local           noarch    1.2300-2.el7              base        24 k
16:35:25 #9 30.02  perl-constant             noarch    1.27-2.el7                base        19 k
16:35:25 #9 30.02  perl-libs                 x86_64    4:5.16.3-299.el7_9        updates    690 k
16:35:25 #9 30.02  perl-macros               x86_64    4:5.16.3-299.el7_9        updates     44 k
16:35:25 #9 30.02  perl-parent               noarch    1:0.225-244.el7           base        12 k
16:35:25 #9 30.02  perl-podlators            noarch    2.5.1-3.el7               base       112 k
16:35:25 #9 30.02  perl-srpm-macros          noarch    1-8.el7                   base       4.6 k
16:35:25 #9 30.02  perl-threads              x86_64    1.87-4.el7                base        49 k
16:35:25 #9 30.02  perl-threads-shared       x86_64    1.43-6.el7                base        39 k
16:35:25 #9 30.02  python-srpm-macros        noarch    3-34.el7                  base       8.8 k
16:35:25 #9 30.02  redhat-rpm-config         noarch    9.1.0-88.el7.centos       base        81 k
16:35:25 #9 30.02  unzip                     x86_64    6.0-22.el7_9              updates    171 k
16:35:25 #9 30.02  zip                       x86_64    3.0-11.el7                base       260 k
16:35:25 #9 30.02 
16:35:25 #9 30.02 Transaction Summary
16:35:25 #9 30.02 ================================================================================
16:35:25 #9 30.02 Install  2 Packages (+42 Dependent packages)
16:35:25 #9 30.02 
16:35:25 #9 30.02 Total download size: 16 M
16:35:25 #9 30.02 Installed size: 51 M
16:35:25 #9 30.02 Downloading packages:
16:35:25 #11 5.415 dh_installdocs
16:35:25 #11 5.474 dh_installdocs: warning: Compatibility levels before 10 are deprecated (level 9 in use)
16:35:25 #11 5.512 dh_installchangelogs
16:35:25 #9 41.44 Updating certificates in /etc/ssl/certs...
16:35:25 #11 5.733 dh_compress
16:35:25 #11 5.801 dh_compress: warning: Compatibility levels before 10 are deprecated (level 9 in use)
16:35:25 #11 5.832 dh_fixperms
16:35:25 #11 5.948 dh_installdeb
16:35:26 #9 41.85 129 added, 0 removed; done.
16:35:26 #11 6.031 dh_installdeb: warning: Compatibility levels before 10 are deprecated (level 9 in use)
16:35:26 #11 6.033 dh_gencontrol
16:35:26 #9 41.88 Setting up libasan5:amd64 (9.3.0-17ubuntu1~20.04) ...
16:35:26 #9 41.89 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:26 #9 41.90 Setting up bsdmainutils (11.1.2ubuntu3) ...
16:35:26 #9 41.92 update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
16:35:26 #9 41.92 update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist
16:35:26 #9 41.92 update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
16:35:26 #9 41.92 update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
16:35:26 #9 41.93 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.1) ...
16:35:26 #9 41.94 Setting up libgdbm-compat4:amd64 (1.18.1-5) ...
16:35:26 #9 41.94 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.2) ...
16:35:26 #9 41.95 Setting up dwz (0.13-5) ...
16:35:26 #9 41.96 Setting up groff-base (1.22.4-4build1) ...
16:35:26 #9 41.98 Setting up gpgconf (2.2.19-3ubuntu2.1) ...
16:35:26 #9 41.99 Setting up cpp-9 (9.3.0-17ubuntu1~20.04) ...
16:35:26 #9 41.99 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ...
16:35:26 #9 42.00 Setting up libc6-dev:amd64 (2.31-0ubuntu9.2) ...
16:35:26 #9 42.01 Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ...
16:35:26 #9 42.02 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04) ...
16:35:26 #9 42.03 Setting up python3.8 (3.8.10-0ubuntu1~20.04) ...
16:35:26 #11 6.377 dh_md5sums
16:35:26 #11 6.466 dh_builddeb
16:35:26 #11 6.532 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
16:35:26 #11 6.571 
16:35:26 #11 6.571 The package has been created.
16:35:26 #11 6.571 Attention, the package has been created in the current directory,
16:35:26 #11 6.571 not in ".." as indicated by the message above!
16:35:26 #11 6.605 Selecting previously unselected package docker-ce-build-deps.
16:35:26 #11 6.630 (Reading database ... 17084 files and directories currently installed.)
16:35:26 #9 42.64 Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.1) ...
16:35:26 #9 42.65 Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
16:35:26 #9 42.66 Setting up gpg (2.2.19-3ubuntu2.1) ...
16:35:26 #11 6.632 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
16:35:26 #11 6.640 Unpacking docker-ce-build-deps (1.0) ...
16:35:27 #9 42.67 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ...
16:35:27 #9 42.68 Setting up gnupg-utils (2.2.19-3ubuntu2.1) ...
16:35:27 #9 42.69 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.1) ...
16:35:27 #9 42.70 Setting up gpg-agent (2.2.19-3ubuntu2.1) ...
16:35:27 #9 43.15 Setting up openssh-client (1:8.2p1-4ubuntu0.3) ...
16:35:27 #9 43.23 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:27 #9 43.24 Setting up gpgsm (2.2.19-3ubuntu2.1) ...
16:35:27 #9 43.25 Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ...
16:35:27 #9 43.26 Setting up python3 (3.8.2-0ubuntu2) ...
16:35:27 #9 43.54 Setting up binutils (2.34-6ubuntu1.1) ...
16:35:27 #9 43.55 Setting up python3-xdg (0.26-1ubuntu1) ...
16:35:28 #9 43.71 Setting up man-db (2.9.1-1) ...
16:35:28 #9 43.80 Building database of manual pages ...
16:35:28 #9 44.02 Setting up libgpgme11:amd64 (1.13.1-7ubuntu2) ...
16:35:28 #9 44.03 Setting up python3-six (1.14.0-2) ...
16:35:28 #9 44.17 Setting up libgcc-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
16:35:28 #9 44.17 Setting up perl (5.30.0-9ubuntu0.2) ...
16:35:28 #9 44.19 Setting up libpackage-stash-xs-perl (0.29-1build1) ...
16:35:28 #9 44.20 Setting up python3-gpg (1.13.1-7ubuntu2) ...
16:35:28 #9 44.37 Setting up libdata-dump-perl (1.23-1) ...
16:35:28 #9 44.38 Setting up python3-certifi (2019.11.28-1) ...
16:35:28 #9 44.51 Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
16:35:28 #9 44.52 Setting up libref-util-perl (0.204-1) ...
16:35:28 #9 44.53 Setting up libipc-system-simple-perl (1.26-1) ...
16:35:28 #9 44.54 Setting up libnet-domain-tld-perl (1.75-1) ...
16:35:28 #9 44.55 Setting up libxml-writer-perl (0.625-1) ...
16:35:28 #9 44.57 Setting up libhash-fieldhash-perl (0.15-1build2) ...
16:35:28 #9 44.58 Setting up libnet-libidn-perl (0.12.ds-3build2) ...
16:35:28 #9 44.59 Setting up shared-mime-info (1.15-1) ...
16:35:29 #11 6.779 Reading package lists...
16:35:29 #11 9.202 Building dependency tree...
16:35:29 #11 9.491 Reading state information...
16:35:29 #11 9.545 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
16:35:29 #11 9.685 Starting 2 pkgProblemResolver with broken count: 0
16:35:29 #11 9.691 Done
16:35:29 #11 9.758  Done
16:35:29 #11 9.781 Starting pkgProblemResolver with broken count: 0
16:35:29 #11 9.877 Starting 2 pkgProblemResolver with broken count: 0
16:35:29 #11 9.883 Done
16:35:30 #11 10.20 The following additional packages will be installed:
16:35:30 #11 10.20   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
16:35:30 #11 10.20   g++-8 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
16:35:30 #11 10.20   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libltdl-dev libltdl7
16:35:30 #11 10.20   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
16:35:30 #11 10.20   libselinux1-dev libsepol1-dev libstdc++-8-dev libsystemd-dev libudev-dev
16:35:30 #11 10.20   libuv1 pkg-config
16:35:30 #11 10.20 Suggested packages:
16:35:30 #11 10.20   cmake-doc ninja-build apparmor-easyprof gcc-8-doc libstdc++6-8-dbg lrzip
16:35:30 #11 10.20   libtool-doc seccomp libstdc++-8-doc
16:35:30 #11 10.73 The following NEW packages will be installed:
16:35:30 #11 10.73   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
16:35:30 #11 10.73   g++-8 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
16:35:30 #11 10.73   libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp1 libltdl-dev libltdl7
16:35:30 #11 10.73   libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 librhash0 libseccomp-dev
16:35:30 #11 10.73   libselinux1-dev libsepol1-dev libstdc++-8-dev libsystemd-dev libudev-dev
16:35:30 #11 10.73   libuv1 pkg-config
16:35:30 #9 46.38 Setting up liblinux-epoll-perl (0.017-1) ...
16:35:30 #9 46.39 Setting up libvariable-magic-perl (0.62-1build2) ...
16:35:30 #9 46.40 Setting up python3-idna (2.8-1) ...
16:35:30 #9 46.60 Setting up libio-html-perl (1.001-1) ...
16:35:30 #9 46.61 Setting up libcroco3:amd64 (0.6.13-1) ...
16:35:30 #9 46.62 Setting up libb-hooks-op-check-perl (0.22-1build2) ...
16:35:30 #9 46.65 Setting up libtest-refcount-perl (0.10-1) ...
16:35:30 #9 46.66 Setting up libparams-util-perl (1.07-3build5) ...
16:35:30 #9 46.68 Setting up libdpkg-perl (1.19.7ubuntu3) ...
16:35:30 #9 46.69 Setting up autoconf (2.69-11.1) ...
16:35:30 #9 46.71 Setting up python3-urllib3 (1.25.8-2ubuntu0.1) ...
16:35:31 #9 46.88 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
16:35:31 #9 46.90 Setting up libarray-intspan-perl (2.003-1) ...
16:35:31 #9 46.92 Setting up libcapture-tiny-perl (0.48-1) ...
16:35:31 #9 46.94 Setting up libtimedate-perl (2.3200-1) ...
16:35:31 #9 46.95 Setting up gpg-wks-server (2.2.19-3ubuntu2.1) ...
16:35:31 #9 46.96 Setting up libsub-name-perl (0.26-1) ...
16:35:31 #11 11.22 0 upgraded, 30 newly installed, 0 to remove and 7 not upgraded.
16:35:31 #11 11.22 1 not fully installed or removed.
16:35:31 #11 11.22 Need to get 17.5 MB of archives.
16:35:31 #11 11.22 After this operation, 72.0 MB of additional disk space will be used.
16:35:31 #11 11.22 Get:1 http://archive.raspbian.org/raspbian buster/main armhf libstdc++-8-dev armhf 8.3.0-6+rpi1 [1545 kB]
16:35:31 #11 11.25 Get:2 http://archive.raspberrypi.org/debian buster/main armhf cmake-data all 3.16.3-3~bpo10+1 [1628 kB]
16:35:31 #9 46.98 Setting up libtype-tiny-xs-perl (0.016-1) ...
16:35:31 #9 46.99 Setting up libfile-chdir-perl (0.1008-1) ...
16:35:31 #9 47.01 Setting up xauth (1:1.1-0ubuntu1) ...
16:35:31 #9 47.04 Setting up cpp (4:9.3.0-1ubuntu2) ...
16:35:31 #9 47.06 Setting up libpath-tiny-perl (0.108-1) ...
16:35:31 #9 47.07 Setting up libarchive-cpio-perl (0.10-1) ...
16:35:31 #9 47.08 Setting up libjson-perl (4.02000-2) ...
16:35:31 #9 47.10 Setting up libsub-override-perl (0.09-2) ...
16:35:31 #9 47.11 Setting up python3-unidiff (0.5.5-2) ...
16:35:31 #9 47.24 Setting up libstrictures-perl (2.000006-1) ...
16:35:31 #9 47.25 Setting up libsub-quote-perl (2.006006-1) ...
16:35:31 #9 47.26 Setting up libclass-xsaccessor-perl (1.19-3build3) ...
16:35:31 #9 47.27 Setting up libsort-versions-perl (1.62-1) ...
16:35:31 #9 47.28 Setting up libexporter-tiny-perl (1.002001-1) ...
16:35:31 #9 47.29 Setting up libre-engine-re2-perl (0.13-5) ...
16:35:31 #9 47.30 Setting up libterm-readkey-perl (2.38-1build1) ...
16:35:31 #9 47.31 Setting up lsb-release (11.1.0ubuntu2) ...
16:35:31 #9 47.33 Setting up libnet-ip-perl (1.26-2) ...
16:35:31 #9 47.34 Setting up python3-magic (2:0.4.15-3) ...
16:35:31 #9 47.46 Setting up libperlio-gzip-perl (0.19-1build5) ...
16:35:31 #11 11.80 Get:3 http://archive.raspbian.org/raspbian buster/main armhf g++-8 armhf 8.3.0-6+rpi1 [7464 kB]
16:35:31 #11 11.89 Get:4 http://archive.raspberrypi.org/debian buster/main armhf cmake armhf 3.16.3-3~bpo10+1 [2500 kB]
16:35:31 #11 11.99 Get:5 http://archive.raspberrypi.org/debian buster/main armhf libbtrfs0 armhf 5.10-1~bpo10+1 [214 kB]
16:35:31 #11 12.00 Get:6 http://archive.raspberrypi.org/debian buster/main armhf libbtrfs-dev armhf 5.10-1~bpo10+1 [275 kB]
16:35:31 #9 47.47 Setting up libsys-hostname-long-perl (1.5-1) ...
16:35:31 #9 47.48 Setting up libsereal-decoder-perl (4.011+ds-1build1) ...
16:35:31 #9 47.49 Setting up liburi-perl (1.76-2) ...
16:35:31 #9 47.50 Setting up libdigest-bubblebabble-perl (0.02-2) ...
16:35:31 #9 47.51 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:31 #9 47.52 Setting up libnet-ssleay-perl (1.88-2ubuntu1) ...
16:35:31 #9 47.53 Setting up python3-pkg-resources (45.2.0-1) ...
16:35:31 #9 47.72 Setting up automake (1:1.16.1-4ubuntu6) ...
16:35:32 #11 12.21 Get:7 http://archive.raspbian.org/raspbian buster/main armhf g++ armhf 4:8.3.0-1+rpi2 [1632 B]
16:35:32 #11 12.21 Get:8 http://archive.raspbian.org/raspbian buster/main armhf build-essential armhf 12.6 [7568 B]
16:35:32 #11 12.21 Get:9 http://archive.raspbian.org/raspbian buster/main armhf bash-completion all 1:2.8-6 [208 kB]
16:35:32 #11 12.22 Get:10 http://archive.raspbian.org/raspbian buster/main armhf libarchive13 armhf 3.3.3-4+deb10u1 [271 kB]
16:35:32 #11 12.23 Get:11 http://archive.raspbian.org/raspbian buster/main armhf libjsoncpp1 armhf 1.7.4-3 [66.2 kB]
16:35:32 #11 12.23 Get:12 http://archive.raspbian.org/raspbian buster/main armhf librhash0 armhf 1.3.8-1 [132 kB]
16:35:32 #11 12.24 Get:13 http://archive.raspbian.org/raspbian buster/main armhf libuv1 armhf 1.24.1-1+deb10u1 [96.9 kB]
16:35:32 #11 12.24 Get:14 http://archive.raspbian.org/raspbian buster/main armhf dh-apparmor all 2.13.2-10 [70.1 kB]
16:35:32 #11 12.24 Get:15 http://archive.raspbian.org/raspbian buster/main armhf dmsetup armhf 2:1.02.155-3 [90.1 kB]
16:35:32 #11 12.29 Get:16 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper1.02.1 armhf 2:1.02.155-3 [130 kB]
16:35:32 #9 47.72 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
16:35:32 #9 47.72 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
16:35:32 #9 47.72 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
16:35:32 #9 47.73 Setting up libasync-mergepoint-perl (0.04-2) ...
16:35:32 #9 47.74 Setting up libstring-escape-perl (2010.002-2) ...
16:35:32 #9 47.75 Setting up gcc-9 (9.3.0-17ubuntu1~20.04) ...
16:35:32 #9 47.76 Setting up libhttp-date-perl (6.05-1) ...
16:35:32 #9 47.77 Setting up libfile-which-perl (1.23-1) ...
16:35:32 #9 47.78 Setting up libfile-basedir-perl (0.08-1) ...
16:35:32 #9 47.79 Setting up gettext (0.19.8.1-10build1) ...
16:35:32 #9 47.81 Setting up libnumber-range-perl (0.12-1) ...
16:35:32 #9 47.82 Setting up libunicode-utf8-perl (0.62-1build1) ...
16:35:32 #9 47.83 Setting up libstruct-dumb-perl (0.09-1) ...
16:35:32 #9 47.84 Setting up libfile-listing-perl (6.04-1) ...
16:35:32 #9 47.85 Setting up libstdc++-9-dev:amd64 (9.3.0-17ubuntu1~20.04) ...
16:35:32 #9 47.86 Setting up libregexp-pattern-perl (0.2.12-1) ...
16:35:32 #9 47.87 Setting up libfont-afm-perl (1.20-2) ...
16:35:32 #9 47.88 Setting up libwant-perl (0.29-1build4) ...
16:35:32 #9 47.89 Setting up libdynaloader-functions-perl (0.003-1) ...
16:35:32 #9 47.90 Setting up libtext-glob-perl (0.10-1) ...
16:35:32 #9 47.91 Setting up libclass-method-modifiers-perl (2.13-1) ...
16:35:32 #9 47.93 Setting up liblist-compare-perl (0.53-1) ...
16:35:32 #9 47.94 Setting up libref-util-xs-perl (0.117-1build2) ...
16:35:32 #9 47.95 Setting up libio-pty-perl (1:1.12-1) ...
16:35:32 #9 47.97 Setting up libtool (2.4.6-14) ...
16:35:32 #9 47.98 Setting up libfile-fcntllock-perl (0.22-3build4) ...
16:35:32 #9 47.99 Setting up libsort-key-perl (1.33-2build2) ...
16:35:32 #9 48.00 Setting up libclone-perl (0.43-2) ...
16:35:32 #9 48.02 Setting up libalgorithm-diff-perl (1.19.03-2) ...
16:35:32 #9 48.03 Setting up libarchive-zip-perl (1.67-2) ...
16:35:32 #11 12.37 Get:17 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper-event1.02.1 armhf 2:1.02.155-3 [21.5 kB]
16:35:32 #11 12.38 Get:18 http://archive.raspbian.org/raspbian buster/main armhf libudev-dev armhf 241-7~deb10u8+rpi1 [110 kB]
16:35:32 #11 12.38 Get:19 http://archive.raspbian.org/raspbian buster/main armhf libsepol1-dev armhf 2.8-1 [309 kB]
16:35:32 #11 12.39 Get:20 http://archive.raspbian.org/raspbian buster/main armhf libpcre16-3 armhf 2:8.39-12 [234 kB]
16:35:32 #11 12.40 Get:21 http://archive.raspbian.org/raspbian buster/main armhf libpcre32-3 armhf 2:8.39-12 [227 kB]
16:35:32 #11 12.41 Get:22 http://archive.raspbian.org/raspbian buster/main armhf libpcrecpp0v5 armhf 2:8.39-12 [150 kB]
16:35:32 #11 12.41 Get:23 http://archive.raspbian.org/raspbian buster/main armhf libpcre3-dev armhf 2:8.39-12 [564 kB]
16:35:32 #11 12.45 Get:24 http://archive.raspbian.org/raspbian buster/main armhf libselinux1-dev armhf 2.8-1+b1 [156 kB]
16:35:32 #11 12.45 Get:25 http://archive.raspbian.org/raspbian buster/main armhf libdevmapper-dev armhf 2:1.02.155-3 [51.5 kB]
16:35:32 #11 12.46 Get:26 http://archive.raspbian.org/raspbian buster/main armhf libltdl7 armhf 2.4.6-9 [387 kB]
16:35:32 #11 12.53 Get:27 http://archive.raspbian.org/raspbian buster/main armhf libltdl-dev armhf 2.4.6-9 [159 kB]
16:35:32 #9 48.04 Setting up libsub-identify-perl (0.14-1build2) ...
16:35:32 #9 48.05 Setting up libdistro-info-perl (0.23ubuntu1) ...
16:35:32 #9 48.06 Setting up libcpanel-json-xs-perl (4.19-1build1) ...
16:35:32 #9 48.07 Setting up python3-apt (2.0.0ubuntu0.20.04.6) ...
16:35:32 #9 48.23 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
16:35:32 #9 48.24 Setting up libio-stringy-perl (2.111-3) ...
16:35:32 #9 48.25 Setting up liblist-moreutils-perl (0.416-1build5) ...
16:35:32 #9 48.27 Setting up libhtml-tagset-perl (3.20-4) ...
16:35:32 #9 48.28 Setting up liblog-any-perl (1.708-1) ...
16:35:32 #9 48.29 Setting up libauthen-sasl-perl (2.1600-1) ...
16:35:32 #9 48.30 Setting up libdevel-size-perl (0.83-1build1) ...
16:35:32 #9 48.31 Setting up libdebhelper-perl (12.10ubuntu1) ...
16:35:32 #9 48.32 Setting up libpod-constants-perl (0.19-1) ...
16:35:32 #9 48.33 Setting up libregexp-pattern-license-perl (3.2.0-1) ...
16:35:32 #9 48.34 Setting up libperl4-corelibs-perl (0.004-2) ...
16:35:32 #9 48.35 Setting up libfuture-perl (0.43-1) ...
16:35:32 #9 48.36 Setting up liblwp-mediatypes-perl (6.04-1) ...
16:35:32 #9 48.38 Setting up libyaml-libyaml-perl (0.81+repack-1) ...
16:35:32 #9 48.39 Setting up libtry-tiny-perl (0.30-1) ...
16:35:32 #9 48.40 Setting up libtype-tiny-perl (1.008001-2) ...
16:35:32 #9 48.41 Setting up libtest-fatal-perl (0.014-1) ...
16:35:32 #9 48.42 Setting up libcommon-sense-perl (3.74-2build6) ...
16:35:32 #9 48.43 Setting up libxml-namespacesupport-perl (1.12-1) ...
16:35:32 #9 48.44 Setting up libnet-http-perl (6.19-1) ...
16:35:32 #9 48.45 Setting up libhttp-tiny-multipart-perl (0.08-1) ...
16:35:32 #9 48.46 Setting up libencode-locale-perl (1.05-1) ...
16:35:32 #9 48.47 Setting up libtext-levenshtein-perl (0.13-1) ...
16:35:32 #9 48.48 Setting up libnet-dns-perl (1.22-1) ...
16:35:32 #9 48.49 Setting up libsereal-encoder-perl (4.011+ds-1build1) ...
16:35:32 #9 48.50 Setting up libdevel-callchecker-perl (0.008-1ubuntu1) ...
16:35:32 #11 12.53 Get:28 http://archive.raspbian.org/raspbian buster/main armhf libseccomp-dev armhf 2.3.3-4 [59.5 kB]
16:35:32 #11 12.53 Get:29 http://archive.raspbian.org/raspbian buster/main armhf libsystemd-dev armhf 241-7~deb10u8+rpi1 [323 kB]
16:35:32 #11 12.54 Get:30 http://archive.raspbian.org/raspbian buster/main armhf pkg-config armhf 0.29-6 [59.8 kB]
16:35:32 #9 48.51 Setting up libstring-shellquote-perl (1.04-1) ...
16:35:32 #9 48.52 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:32 #9 48.53 Setting up libsub-install-perl (0.928-1) ...
16:35:32 #9 48.54 Setting up gcc (4:9.3.0-1ubuntu2) ...
16:35:32 #9 48.56 Setting up dpkg-dev (1.19.7ubuntu3) ...
16:35:32 #9 48.57 Setting up libnumber-compare-perl (0.03-1) ...
16:35:32 #9 48.58 Setting up intltool-debian (0.35.0+20060710.5) ...
16:35:32 #9 48.59 Setting up libio-async-perl (0.75-1) ...
16:35:32 #9 48.60 Setting up liberror-perl (0.17029-1) ...
16:35:32 #9 48.61 Setting up patchutils (0.3.4-2) ...
16:35:32 #9 48.62 Setting up libmail-sendmail-perl (0.80-1) ...
16:35:32 #9 48.63 Setting up libltdl-dev:amd64 (2.4.6-14) ...
16:35:32 #9 48.64 Setting up libjson-maybexs-perl (1.004000-1) ...
16:35:32 #9 48.65 Setting up libxml-sax-base-perl (1.09-1) ...
16:35:32 #9 48.66 Setting up libio-string-perl (1.08-3) ...
16:35:32 #9 48.67 Setting up libreadonly-perl (2.050-2) ...
16:35:32 #9 48.68 Setting up python3-chardet (3.0.4-4build1) ...
16:35:33 #11 13.07 debconf: delaying package configuration, since apt-utils is not installed
16:35:33 #9 48.91 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ...
16:35:33 #9 48.92 Setting up libfile-find-rule-perl (0.34-1) ...
16:35:33 #9 48.93 Setting up libstring-copyright-perl (0.003006-1) ...
16:35:33 #9 48.94 Setting up python3-debian (0.1.36ubuntu1) ...
16:35:33 #11 13.14 Fetched 17.5 MB in 2s (9777 kB/s)
16:35:33 #11 13.19 Selecting previously unselected package libstdc++-8-dev:armhf.
16:35:33 #11 13.19 (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 ... 17088 files and directories currently installed.)
16:35:33 #11 13.21 Preparing to unpack .../00-libstdc++-8-dev_8.3.0-6+rpi1_armhf.deb ...
16:35:33 #11 13.22 Unpacking libstdc++-8-dev:armhf (8.3.0-6+rpi1) ...
16:35:33 #9 49.09 Setting up python3-requests (2.22.0-2ubuntu1) ...
16:35:33 #9 49.24 Setting up libdata-optlist-perl (0.110-1) ...
16:35:33 #9 49.25 Setting up libipc-run-perl (20180523.0-2) ...
16:35:33 #9 49.26 Setting up g++-9 (9.3.0-17ubuntu1~20.04) ...
16:35:33 #9 49.27 Setting up libcontextual-return-perl (0.004014-2) ...
16:35:33 #9 49.28 Setting up libwww-robotrules-perl (6.02-1) ...
16:35:33 #9 49.29 Setting up libtypes-serialiser-perl (1.0-1) ...
16:35:33 #9 49.30 Setting up g++ (4:9.3.0-1ubuntu2) ...
16:35:33 #9 49.32 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
16:35:33 #11 13.68 Selecting previously unselected package g++-8.
16:35:33 #9 49.33 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
16:35:33 #9 49.33 Setting up libhtml-parser-perl (3.72-5) ...
16:35:33 #9 49.34 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
16:35:33 #9 49.35 Setting up librole-tiny-perl (2.001004-1) ...
16:35:33 #9 49.36 Setting up build-essential (12.8ubuntu1.1) ...
16:35:33 #9 49.37 Setting up libfont-ttf-perl (1.06-1) ...
16:35:33 #9 49.38 Setting up libfile-homedir-perl (1.004-1) ...
16:35:33 #9 49.39 Setting up libalgorithm-diff-xs-perl (0.04-6) ...
16:35:33 #9 49.40 Setting up libio-socket-ssl-perl (2.067-1) ...
16:35:33 #9 49.40 Setting up libsub-exporter-perl (0.987-1) ...
16:35:33 #9 49.41 Setting up libalgorithm-merge-perl (0.08-3) ...
16:35:33 #9 49.42 Setting up libhttp-message-perl (6.22-1) ...
16:35:33 #9 49.43 Setting up libhtml-form-perl (6.07-1) ...
16:35:33 #9 49.44 Setting up libfile-stripnondeterminism-perl (1.7.0-1) ...
16:35:33 #9 49.45 Setting up libjson-xs-perl (4.020-1build1) ...
16:35:33 #9 49.45 Setting up libhttp-negotiate-perl (6.01-1) ...
16:35:33 #9 49.46 Setting up libio-prompter-perl (0.004015-1) ...
16:35:33 #9 49.47 Setting up libhttp-cookies-perl (6.08-1) ...
16:35:33 #9 49.48 Setting up po-debconf (1.0.21) ...
16:35:33 #9 49.49 Setting up libhtml-tree-perl (5.07-2) ...
16:35:33 #9 49.50 Setting up libparams-classify-perl (0.015-1build2) ...
16:35:33 #9 49.51 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ...
16:35:33 #9 49.51 Setting up libpath-iterator-rule-perl (1.014-1) ...
16:35:33 #9 49.52 Setting up libnet-dns-sec-perl (1.15-1) ...
16:35:33 #9 49.53 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.7) ...
16:35:33 #11 13.69 Preparing to unpack .../01-g++-8_8.3.0-6+rpi1_armhf.deb ...
16:35:33 #11 13.69 Unpacking g++-8 (8.3.0-6+rpi1) ...
16:35:34 #9 49.54 Setting up libsereal-perl (4.011-1) ...
16:35:34 #9 49.55 Setting up libhtml-format-perl (2.12-1) ...
16:35:34 #9 49.56 Setting up libxml-sax-perl (1.02+dfsg-1) ...
16:35:34 #9 49.62 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
16:35:34 #9 49.68 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:35:34 #9 49.79 
16:35:34 #9 49.79 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:35:34 #9 49.82 Setting up dput (1.0.3ubuntu1) ...
16:35:34 #9 49.97 Setting up libio-async-loop-epoll-perl (0.20-1) ...
16:35:34 #9 49.98 Setting up dirmngr (2.2.19-3ubuntu2.1) ...
16:35:34 #9 50.10 Setting up libnet-smtp-ssl-perl (1.04-1) ...
16:35:34 #9 50.11 Setting up libmodule-runtime-perl (0.016-1) ...
16:35:34 #9 50.12 Setting up libmailtools-perl (2.21-1) ...
16:35:34 #9 50.13 Setting up git (1:2.25.1-1ubuntu3.2) ...
16:35:34 #9 50.16 Setting up libxml-libxml-perl (2.0134+dfsg-1build1) ...
16:35:34 #9 50.20 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
16:35:34 #9 50.27 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
16:35:34 #9 50.33 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:35:34 #11 14.76 Selecting previously unselected package g++.
16:35:34 #11 14.76 Preparing to unpack .../02-g++_4%3a8.3.0-1+rpi2_armhf.deb ...
16:35:34 #11 14.76 Unpacking g++ (4:8.3.0-1+rpi2) ...
16:35:34 #11 14.81 Selecting previously unselected package build-essential.
16:35:34 #11 14.81 Preparing to unpack .../03-build-essential_12.6_armhf.deb ...
16:35:34 #11 14.82 Unpacking build-essential (12.6) ...
16:35:34 #11 14.88 Selecting previously unselected package bash-completion.
16:35:34 #9 50.46 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:35:34 #9 50.48 Setting up dh-strip-nondeterminism (1.7.0-1) ...
16:35:34 #9 50.49 Setting up libconst-fast-perl (0.014-1) ...
16:35:34 #9 50.50 Setting up libhttp-daemon-perl (6.06-1) ...
16:35:34 #9 50.51 Setting up libgit-wrapper-perl (0.048-1) ...
16:35:34 #9 50.52 Setting up libcurl4:amd64 (7.68.0-1ubuntu2.7) ...
16:35:34 #9 50.55 Setting up curl (7.68.0-1ubuntu2.7) ...
16:35:34 #9 50.56 Setting up gpg-wks-client (2.2.19-3ubuntu2.1) ...
16:35:34 #9 50.57 Setting up libmodule-implementation-perl (0.09-1) ...
16:35:35 #11 14.88 Preparing to unpack .../04-bash-completion_1%3a2.8-6_all.deb ...
16:35:35 #9 50.58 Setting up libemail-valid-perl (1.202-1) ...
16:35:35 #9 50.59 Setting up libpackage-stash-perl (0.38-1) ...
16:35:35 #9 50.60 Setting up libimport-into-perl (1.002005-1) ...
16:35:35 #9 50.61 Setting up libmoo-perl (2.003006-1) ...
16:35:35 #9 50.62 Setting up liblist-someutils-perl (0.58-1) ...
16:35:35 #9 50.63 Setting up liblist-someutils-xs-perl (0.58-2) ...
16:35:35 #9 50.64 Setting up gnupg (2.2.19-3ubuntu2.1) ...
16:35:35 #9 50.65 Setting up libmoox-aliases-perl (0.001006-1) ...
16:35:35 #9 50.66 Setting up libparams-validate-perl (1.29-3) ...
16:35:35 #9 50.67 Setting up libb-hooks-endofscope-perl (0.24-1) ...
16:35:35 #9 50.68 Setting up libnamespace-clean-perl (0.27-1) ...
16:35:35 #9 50.69 Setting up libgetopt-long-descriptive-perl (0.104-1) ...
16:35:35 #9 50.70 Setting up libgitlab-api-v4-perl (0.25-1) ...
16:35:35 #9 50.71 Setting up libmoox-struct-perl (0.017-1) ...
16:35:35 #9 50.72 Setting up lintian (2.62.0ubuntu1) ...
16:35:35 #9 50.73 Setting up licensecheck (3.0.45-1) ...
16:35:35 #9 50.74 Setting up dh-autoreconf (19) ...
16:35:35 #9 50.75 Setting up liblwp-protocol-https-perl (6.07-2ubuntu2) ...
16:35:35 #9 50.76 Setting up libwww-perl (6.43-1) ...
16:35:35 #9 50.78 Setting up debhelper (12.10ubuntu1) ...
16:35:35 #9 50.79 Setting up devscripts (2.20.2ubuntu2) ...
16:35:35 #9 50.94 Setting up equivs (2.2.0) ...
16:35:35 #9 50.95 Setting up libxml-parser-perl (2.46-1) ...
16:35:35 #9 50.96 Setting up libxml-sax-expat-perl (0.51-1) ...
16:35:35 #9 51.01 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
16:35:35 #9 51.05 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:35:35 #9 38.51 warning: /var/cache/yum/x86_64/7/base/packages/desktop-file-utils-0.23-2.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY
16:35:35 #9 38.51 Public key for desktop-file-utils-0.23-2.el7.x86_64.rpm is not installed
16:35:35 #9 51.18 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:35:35 #9 51.20 Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
16:35:35 #9 51.22 Processing triggers for ca-certificates (20210119~20.04.1) ...
16:35:35 #9 51.23 Updating certificates in /etc/ssl/certs...
16:35:35 #9 51.55 0 added, 0 removed; done.
16:35:35 #9 51.55 Running hooks in /etc/ca-certificates/update.d...
16:35:35 #9 51.55 done.
16:35:36 #9 DONE 52.1s
16:35:36 
16:35:36 #11 [stage-1 4/9] COPY common /root/build-deb/debian
16:35:36 #11 sha256:1e347e41e9f34bbeee96c04cff9193d655032f253c093df8ebe6784a012d5a15
16:35:36 #11 DONE 0.0s
16:35:36 #11 16.29 Unpacking bash-completion (1:2.8-6) ...
16:35:36 
16:35:36 #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
16:35:36 #12 sha256:98ed383444ac1f3b7f3b6a8196ba33b4fddd637a25c69bfb7e33f1148782319f
16:35:36 #11 16.61 Selecting previously unselected package cmake-data.
16:35:36 #11 16.61 Preparing to unpack .../05-cmake-data_3.16.3-3~bpo10+1_all.deb ...
16:35:36 #11 16.62 Unpacking cmake-data (3.16.3-3~bpo10+1) ...
16:35:37 #12 0.777 Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease
16:35:37 #12 0.895 Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
16:35:37 #12 0.966 Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease
16:35:37 #12 1.040 Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease
16:35:37 #11 17.53 Selecting previously unselected package libarchive13:armhf.
16:35:37 #11 17.53 Preparing to unpack .../06-libarchive13_3.3.3-4+deb10u1_armhf.deb ...
16:35:37 #11 17.54 Unpacking libarchive13:armhf (3.3.3-4+deb10u1) ...
16:35:37 #11 17.63 Selecting previously unselected package libjsoncpp1:armhf.
16:35:37 #11 17.63 Preparing to unpack .../07-libjsoncpp1_1.7.4-3_armhf.deb ...
16:35:37 #11 17.63 Unpacking libjsoncpp1:armhf (1.7.4-3) ...
16:35:37 #11 17.70 Selecting previously unselected package librhash0:armhf.
16:35:37 #11 17.70 Preparing to unpack .../08-librhash0_1.3.8-1_armhf.deb ...
16:35:37 #11 17.71 Unpacking librhash0:armhf (1.3.8-1) ...
16:35:37 #11 17.79 Selecting previously unselected package libuv1:armhf.
16:35:37 #11 17.79 Preparing to unpack .../09-libuv1_1.24.1-1+deb10u1_armhf.deb ...
16:35:37 #11 17.79 Unpacking libuv1:armhf (1.24.1-1+deb10u1) ...
16:35:37 #11 17.86 Selecting previously unselected package cmake.
16:35:37 #11 17.86 Preparing to unpack .../10-cmake_3.16.3-3~bpo10+1_armhf.deb ...
16:35:37 #11 17.87 Unpacking cmake (3.16.3-3~bpo10+1) ...
16:35:38 #12 1.125 Reading package lists...
16:35:38 #11 18.32 Selecting previously unselected package dh-apparmor.
16:35:38 #11 18.32 Preparing to unpack .../11-dh-apparmor_2.13.2-10_all.deb ...
16:35:38 #11 18.33 Unpacking dh-apparmor (2.13.2-10) ...
16:35:38 #11 18.39 Selecting previously unselected package libbtrfs0:armhf.
16:35:38 #11 18.39 Preparing to unpack .../12-libbtrfs0_5.10-1~bpo10+1_armhf.deb ...
16:35:38 #11 18.40 Unpacking libbtrfs0:armhf (5.10-1~bpo10+1) ...
16:35:38 #11 18.47 Selecting previously unselected package libbtrfs-dev:armhf.
16:35:38 #11 18.47 Preparing to unpack .../13-libbtrfs-dev_5.10-1~bpo10+1_armhf.deb ...
16:35:38 #11 18.48 Unpacking libbtrfs-dev:armhf (5.10-1~bpo10+1) ...
16:35:38 #11 18.56 Selecting previously unselected package dmsetup.
16:35:38 #11 18.57 Preparing to unpack .../14-dmsetup_2%3a1.02.155-3_armhf.deb ...
16:35:38 #11 18.57 Unpacking dmsetup (2:1.02.155-3) ...
16:35:38 #11 18.64 Selecting previously unselected package libdevmapper1.02.1:armhf.
16:35:38 #11 18.64 Preparing to unpack .../15-libdevmapper1.02.1_2%3a1.02.155-3_armhf.deb ...
16:35:38 #11 18.65 Unpacking libdevmapper1.02.1:armhf (2:1.02.155-3) ...
16:35:38 #11 18.72 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
16:35:38 #11 18.72 Preparing to unpack .../16-libdevmapper-event1.02.1_2%3a1.02.155-3_armhf.deb ...
16:35:38 #11 18.74 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
16:35:38 #12 2.532 dh_testdir
16:35:39 #11 18.79 Selecting previously unselected package libudev-dev:armhf.
16:35:39 #11 18.80 Preparing to unpack .../17-libudev-dev_241-7~deb10u8+rpi1_armhf.deb ...
16:35:39 #11 18.81 Unpacking libudev-dev:armhf (241-7~deb10u8+rpi1) ...
16:35:39 #11 18.88 Selecting previously unselected package libsepol1-dev:armhf.
16:35:39 #11 18.88 Preparing to unpack .../18-libsepol1-dev_2.8-1_armhf.deb ...
16:35:39 #11 18.89 Unpacking libsepol1-dev:armhf (2.8-1) ...
16:35:39 #11 19.00 Selecting previously unselected package libpcre16-3:armhf.
16:35:39 #11 19.00 Preparing to unpack .../19-libpcre16-3_2%3a8.39-12_armhf.deb ...
16:35:39 #11 19.01 Unpacking libpcre16-3:armhf (2:8.39-12) ...
16:35:39 #11 19.08 Selecting previously unselected package libpcre32-3:armhf.
16:35:39 #12 2.552 dh_testroot
16:35:39 #12 2.570 dh_prep
16:35:39 #12 2.616 dh_testdir
16:35:39 #12 2.651 dh_testroot
16:35:39 #12 2.677 dh_install
16:35:39 #12 2.703 dh_installdocs
16:35:39 #12 2.735 dh_installchangelogs
16:35:39 #11 19.08 Preparing to unpack .../20-libpcre32-3_2%3a8.39-12_armhf.deb ...
16:35:39 #11 19.09 Unpacking libpcre32-3:armhf (2:8.39-12) ...
16:35:39 #11 19.16 Selecting previously unselected package libpcrecpp0v5:armhf.
16:35:39 #11 19.17 Preparing to unpack .../21-libpcrecpp0v5_2%3a8.39-12_armhf.deb ...
16:35:39 #11 19.17 Unpacking libpcrecpp0v5:armhf (2:8.39-12) ...
16:35:39 #11 19.23 Selecting previously unselected package libpcre3-dev:armhf.
16:35:39 #11 19.24 Preparing to unpack .../22-libpcre3-dev_2%3a8.39-12_armhf.deb ...
16:35:39 #11 19.24 Unpacking libpcre3-dev:armhf (2:8.39-12) ...
16:35:39 #11 19.37 Selecting previously unselected package libselinux1-dev:armhf.
16:35:39 #12 2.806 dh_compress
16:35:39 #12 2.839 dh_fixperms
16:35:39 #12 2.906 dh_installdeb
16:35:39 #12 2.932 dh_gencontrol
16:35:39 #12 3.043 dh_md5sums
16:35:39 #11 19.37 Preparing to unpack .../23-libselinux1-dev_2.8-1+b1_armhf.deb ...
16:35:39 #11 19.37 Unpacking libselinux1-dev:armhf (2.8-1+b1) ...
16:35:39 #11 19.46 Selecting previously unselected package libdevmapper-dev:armhf.
16:35:39 #11 19.46 Preparing to unpack .../24-libdevmapper-dev_2%3a1.02.155-3_armhf.deb ...
16:35:39 #11 19.47 Unpacking libdevmapper-dev:armhf (2:1.02.155-3) ...
16:35:39 #11 19.52 Selecting previously unselected package libltdl7:armhf.
16:35:39 #11 19.53 Preparing to unpack .../25-libltdl7_2.4.6-9_armhf.deb ...
16:35:39 #11 19.53 Unpacking libltdl7:armhf (2.4.6-9) ...
16:35:39 #11 19.58 Selecting previously unselected package libltdl-dev:armhf.
16:35:39 #12 3.072 dh_builddeb
16:35:39 #12 3.092 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
16:35:39 #12 3.110 
16:35:39 #12 3.110 The package has been created.
16:35:39 #12 3.110 Attention, the package has been created in the current directory,
16:35:39 #12 3.110 not in ".." as indicated by the message above!
16:35:39 #12 3.130 Selecting previously unselected package docker-ce-build-deps.
16:35:39 #12 3.152 (Reading database ... 26307 files and directories currently installed.)
16:35:39 #12 3.153 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
16:35:39 #12 3.156 Unpacking docker-ce-build-deps (1.0) ...
16:35:39 #11 19.59 Preparing to unpack .../26-libltdl-dev_2.4.6-9_armhf.deb ...
16:35:39 #11 19.59 Unpacking libltdl-dev:armhf (2.4.6-9) ...
16:35:39 #11 19.67 Selecting previously unselected package libseccomp-dev:armhf.
16:35:39 #11 19.67 Preparing to unpack .../27-libseccomp-dev_2.3.3-4_armhf.deb ...
16:35:39 #11 19.68 Unpacking libseccomp-dev:armhf (2.3.3-4) ...
16:35:39 #11 19.73 Selecting previously unselected package libsystemd-dev:armhf.
16:35:39 #11 19.73 Preparing to unpack .../28-libsystemd-dev_241-7~deb10u8+rpi1_armhf.deb ...
16:35:39 #11 19.74 Unpacking libsystemd-dev:armhf (241-7~deb10u8+rpi1) ...
16:35:39 #11 19.88 Selecting previously unselected package pkg-config.
16:35:40 #11 19.88 Preparing to unpack .../29-pkg-config_0.29-6_armhf.deb ...
16:35:40 #11 19.89 Unpacking pkg-config (0.29-6) ...
16:35:40 #11 19.96 Setting up libpcrecpp0v5:armhf (2:8.39-12) ...
16:35:40 #11 19.98 Setting up libseccomp-dev:armhf (2.3.3-4) ...
16:35:40 #11 19.99 Setting up libpcre16-3:armhf (2:8.39-12) ...
16:35:40 #11 20.01 Setting up libarchive13:armhf (3.3.3-4+deb10u1) ...
16:35:40 #11 20.03 Setting up libsepol1-dev:armhf (2.8-1) ...
16:35:40 #11 20.04 Setting up libbtrfs0:armhf (5.10-1~bpo10+1) ...
16:35:40 #11 20.06 Setting up libuv1:armhf (1.24.1-1+deb10u1) ...
16:35:40 #11 20.07 Setting up bash-completion (1:2.8-6) ...
16:35:40 #12 3.223 Reading package lists...
16:35:40 #12 4.078 Building dependency tree...
16:35:40 #12 4.217 Reading state information...
16:35:40 #12 4.233 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
16:35:40 #12 4.266 Starting 2 pkgProblemResolver with broken count: 0
16:35:40 #12 4.268 Done
16:35:40 #12 4.284  Done
16:35:40 #12 4.290 Starting pkgProblemResolver with broken count: 0
16:35:40 #12 4.312 Starting 2 pkgProblemResolver with broken count: 0
16:35:40 #12 4.314 Done
16:35:40 #12 4.427 The following additional packages will be installed:
16:35:40 #12 4.428   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
16:35:40 #12 4.428   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
16:35:40 #12 4.428   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
16:35:40 #12 4.428   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
16:35:40 #12 4.429   libsystemd0 libudev-dev libudev1 libuv1 pkg-config
16:35:40 #12 4.430 Suggested packages:
16:35:40 #12 4.430   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
16:35:40 #12 4.430 Recommended packages:
16:35:40 #12 4.430   dmsetup
16:35:40 #12 4.478 The following NEW packages will be installed:
16:35:40 #12 4.479   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
16:35:40 #12 4.480   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
16:35:40 #12 4.480   libjsoncpp1 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
16:35:40 #12 4.481   librhash0 libseccomp-dev libselinux1-dev libsepol1-dev libsystemd-dev
16:35:40 #12 4.482   libudev-dev libuv1 pkg-config
16:35:40 #12 4.483 The following packages will be upgraded:
16:35:40 #12 4.484   libsystemd0 libudev1
16:35:41 #12 4.897 2 upgraded, 23 newly installed, 0 to remove and 1 not upgraded.
16:35:41 #12 4.897 1 not fully installed or removed.
16:35:41 #12 4.897 Need to get 8887 kB of archives.
16:35:41 #12 4.897 After this operation, 41.1 MB of additional disk space will be used.
16:35:41 #12 4.897 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 bash-completion all 1:2.10-1ubuntu1 [178 kB]
16:35:41 #12 5.248 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake-data all 3.16.3-1ubuntu1 [1612 kB]
16:35:41 #11 21.55 Setting up libpcre32-3:armhf (2:8.39-12) ...
16:35:41 #11 21.57 Setting up pkg-config (0.29-6) ...
16:35:41 #11 21.69 Setting up libudev-dev:armhf (241-7~deb10u8+rpi1) ...
16:35:41 #11 21.71 Setting up libltdl7:armhf (2.4.6-9) ...
16:35:41 #11 21.73 Setting up libbtrfs-dev:armhf (5.10-1~bpo10+1) ...
16:35:41 #11 21.75 Setting up librhash0:armhf (1.3.8-1) ...
16:35:41 #11 21.76 Setting up cmake-data (3.16.3-3~bpo10+1) ...
16:35:41 #11 21.79 Setting up dh-apparmor (2.13.2-10) ...
16:35:41 #11 21.80 Setting up libsystemd-dev:armhf (241-7~deb10u8+rpi1) ...
16:35:41 #11 21.82 Setting up libjsoncpp1:armhf (1.7.4-3) ...
16:35:41 #11 21.84 Setting up libstdc++-8-dev:armhf (8.3.0-6+rpi1) ...
16:35:41 #11 21.85 Setting up libpcre3-dev:armhf (2:8.39-12) ...
16:35:41 #11 21.87 Setting up libltdl-dev:armhf (2.4.6-9) ...
16:35:41 #11 21.89 Setting up g++-8 (8.3.0-6+rpi1) ...
16:35:41 #11 21.91 Setting up cmake (3.16.3-3~bpo10+1) ...
16:35:41 #11 21.92 Setting up libselinux1-dev:armhf (2.8-1+b1) ...
16:35:41 #11 21.94 Setting up g++ (4:8.3.0-1+rpi2) ...
16:35:41 #11 21.99 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
16:35:42 #12 5.501 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libarchive13 amd64 3.4.0-2ubuntu1 [327 kB]
16:35:42 #12 5.522 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libjsoncpp1 amd64 1.7.4-3.1ubuntu2 [75.6 kB]
16:35:42 #12 5.526 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 librhash0 amd64 1.3.9-1 [113 kB]
16:35:42 #12 5.534 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuv1 amd64 1.34.2-1ubuntu1.3 [80.8 kB]
16:35:42 #12 5.539 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 cmake amd64 3.16.3-1ubuntu1 [3669 kB]
16:35:42 #12 5.708 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 dh-apparmor all 2.13.3-7ubuntu5.1 [9948 B]
16:35:42 #12 5.709 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtrfs0 amd64 5.4.1-2 [175 kB]
16:35:42 #12 5.711 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 libbtrfs-dev amd64 5.4.1-2 [227 kB]
16:35:42 #12 5.719 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev1 amd64 245.4-4ubuntu3.13 [77.6 kB]
16:35:42 #12 5.722 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB]
16:35:42 #12 5.731 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.167-1ubuntu1 [11.9 kB]
16:35:42 #11 22.00 Setting up build-essential (12.6) ...
16:35:42 #11 22.02 Setting up libdevmapper1.02.1:armhf (2:1.02.155-3) ...
16:35:42 #11 22.04 Setting up dmsetup (2:1.02.155-3) ...
16:35:42 #11 22.06 Setting up libdevmapper-event1.02.1:armhf (2:1.02.155-3) ...
16:35:42 #11 22.08 Setting up libdevmapper-dev:armhf (2:1.02.155-3) ...
16:35:42 #11 22.09 Setting up docker-ce-build-deps (1.0) ...
16:35:42 #11 22.11 Processing triggers for libc-bin (2.28-10+rpi1) ...
16:35:42 #11 22.14 Processing triggers for man-db (2.8.5-2) ...
16:35:42 #12 5.731 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libudev-dev amd64 245.4-4ubuntu3.13 [19.7 kB]
16:35:42 #12 5.733 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libsepol1-dev amd64 3.0-1 [325 kB]
16:35:42 #12 5.754 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-16-0 amd64 10.34-7 [181 kB]
16:35:42 #12 5.783 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-32-0 amd64 10.34-7 [169 kB]
16:35:42 #12 5.785 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-posix2 amd64 10.34-7 [5992 B]
16:35:42 #12 5.855 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libpcre2-dev amd64 10.34-7 [670 kB]
16:35:42 #12 5.863 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libselinux1-dev amd64 3.0-1build2 [151 kB]
16:35:42 #12 5.864 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper-dev amd64 2:1.02.167-1ubuntu1 [35.8 kB]
16:35:42 #12 5.865 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1~20.04.1 [83.6 kB]
16:35:42 #12 5.866 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd0 amd64 245.4-4ubuntu3.13 [270 kB]
16:35:42 #12 5.869 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsystemd-dev amd64 245.4-4ubuntu3.13 [246 kB]
16:35:42 #12 5.871 Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB]
16:35:42 #12 6.004 debconf: delaying package configuration, since apt-utils is not installed
16:35:42 #12 6.035 Fetched 8887 kB in 1s (6431 kB/s)
16:35:42 #12 6.060 Selecting previously unselected package bash-completion.
16:35:42 #12 6.060 (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 ... 26311 files and directories currently installed.)
16:35:42 #12 6.074 Preparing to unpack .../00-bash-completion_1%3a2.10-1ubuntu1_all.deb ...
16:35:42 #11 DONE 22.6s
16:35:42 
16:35:42 #12 [stage-1 5/8] COPY sources/ /sources
16:35:42 #12 sha256:f2ba768a759c9ac82821404a8da27441cb434315193c0113866dcfa13be403df
16:35:42 #12 DONE 0.1s
16:35:42 
16:35:42 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
16:35:42 #14 sha256:c5dc356be5a1aceb304011882979a2793a7499f34ce252128483beb1f3635e59
16:35:43 #12 6.656 Unpacking bash-completion (1:2.10-1ubuntu1) ...
16:35:43 #12 6.761 Selecting previously unselected package cmake-data.
16:35:43 #12 6.761 Preparing to unpack .../01-cmake-data_3.16.3-1ubuntu1_all.deb ...
16:35:43 #12 6.765 Unpacking cmake-data (3.16.3-1ubuntu1) ...
16:35:43 #12 7.086 Selecting previously unselected package libarchive13:amd64.
16:35:43 #12 7.089 Preparing to unpack .../02-libarchive13_3.4.0-2ubuntu1_amd64.deb ...
16:35:43 #12 7.095 Unpacking libarchive13:amd64 (3.4.0-2ubuntu1) ...
16:35:43 #12 7.151 Selecting previously unselected package libjsoncpp1:amd64.
16:35:43 #12 7.153 Preparing to unpack .../03-libjsoncpp1_1.7.4-3.1ubuntu2_amd64.deb ...
16:35:43 #12 7.156 Unpacking libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
16:35:43 #9 47.09 Public key for perl-Pod-Escapes-1.04-299.el7_9.noarch.rpm is not installed
16:35:43 #12 7.188 Selecting previously unselected package librhash0:amd64.
16:35:43 #12 7.191 Preparing to unpack .../04-librhash0_1.3.9-1_amd64.deb ...
16:35:43 #12 7.194 Unpacking librhash0:amd64 (1.3.9-1) ...
16:35:43 #12 7.233 Selecting previously unselected package libuv1:amd64.
16:35:43 #12 7.233 Preparing to unpack .../05-libuv1_1.34.2-1ubuntu1.3_amd64.deb ...
16:35:43 #12 7.236 Unpacking libuv1:amd64 (1.34.2-1ubuntu1.3) ...
16:35:43 #12 7.267 Selecting previously unselected package cmake.
16:35:43 #12 7.268 Preparing to unpack .../06-cmake_3.16.3-1ubuntu1_amd64.deb ...
16:35:43 #12 7.271 Unpacking cmake (3.16.3-1ubuntu1) ...
16:35:44 #12 7.653 Selecting previously unselected package dh-apparmor.
16:35:44 #12 7.656 Preparing to unpack .../07-dh-apparmor_2.13.3-7ubuntu5.1_all.deb ...
16:35:44 #12 7.658 Unpacking dh-apparmor (2.13.3-7ubuntu5.1) ...
16:35:44 #12 7.686 Selecting previously unselected package libbtrfs0:amd64.
16:35:44 #12 7.689 Preparing to unpack .../08-libbtrfs0_5.4.1-2_amd64.deb ...
16:35:44 #12 7.692 Unpacking libbtrfs0:amd64 (5.4.1-2) ...
16:35:44 #12 7.731 Selecting previously unselected package libbtrfs-dev:amd64.
16:35:44 #12 7.734 Preparing to unpack .../09-libbtrfs-dev_5.4.1-2_amd64.deb ...
16:35:44 #12 7.736 Unpacking libbtrfs-dev:amd64 (5.4.1-2) ...
16:35:44 #12 7.786 Preparing to unpack .../10-libudev1_245.4-4ubuntu3.13_amd64.deb ...
16:35:44 #12 7.793 Unpacking libudev1:amd64 (245.4-4ubuntu3.13) over (245.4-4ubuntu3.11) ...
16:35:44 #12 7.838 Setting up libudev1:amd64 (245.4-4ubuntu3.13) ...
16:35:44 #12 7.875 Selecting previously unselected package libdevmapper1.02.1:amd64.
16:35:44 #12 7.875 (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 ... 29897 files and directories currently installed.)
16:35:44 #12 7.891 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
16:35:44 #12 7.894 Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
16:35:44 #12 7.932 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
16:35:44 #12 7.935 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ...
16:35:44 #12 7.938 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
16:35:44 #12 7.961 Selecting previously unselected package libudev-dev:amd64.
16:35:44 #12 7.964 Preparing to unpack .../02-libudev-dev_245.4-4ubuntu3.13_amd64.deb ...
16:35:44 #12 7.967 Unpacking libudev-dev:amd64 (245.4-4ubuntu3.13) ...
16:35:44 #12 7.992 Selecting previously unselected package libsepol1-dev:amd64.
16:35:44 #12 7.995 Preparing to unpack .../03-libsepol1-dev_3.0-1_amd64.deb ...
16:35:44 #12 7.998 Unpacking libsepol1-dev:amd64 (3.0-1) ...
16:35:44 #12 8.059 Selecting previously unselected package libpcre2-16-0:amd64.
16:35:44 #12 8.062 Preparing to unpack .../04-libpcre2-16-0_10.34-7_amd64.deb ...
16:35:44 #12 8.065 Unpacking libpcre2-16-0:amd64 (10.34-7) ...
16:35:44 #12 8.106 Selecting previously unselected package libpcre2-32-0:amd64.
16:35:44 #12 8.109 Preparing to unpack .../05-libpcre2-32-0_10.34-7_amd64.deb ...
16:35:44 #12 8.112 Unpacking libpcre2-32-0:amd64 (10.34-7) ...
16:35:44 #12 8.154 Selecting previously unselected package libpcre2-posix2:amd64.
16:35:44 #12 8.157 Preparing to unpack .../06-libpcre2-posix2_10.34-7_amd64.deb ...
16:35:44 #12 8.160 Unpacking libpcre2-posix2:amd64 (10.34-7) ...
16:35:44 #12 8.179 Selecting previously unselected package libpcre2-dev:amd64.
16:35:44 #12 8.182 Preparing to unpack .../07-libpcre2-dev_10.34-7_amd64.deb ...
16:35:44 #12 8.185 Unpacking libpcre2-dev:amd64 (10.34-7) ...
16:35:44 #12 8.271 Selecting previously unselected package libselinux1-dev:amd64.
16:35:44 #12 8.274 Preparing to unpack .../08-libselinux1-dev_3.0-1build2_amd64.deb ...
16:35:44 #12 8.277 Unpacking libselinux1-dev:amd64 (3.0-1build2) ...
16:35:44 #12 8.317 Selecting previously unselected package libdevmapper-dev:amd64.
16:35:44 #12 8.320 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.167-1ubuntu1_amd64.deb ...
16:35:44 #12 8.323 Unpacking libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
16:35:44 #12 8.347 Selecting previously unselected package libseccomp-dev:amd64.
16:35:44 #12 8.350 Preparing to unpack .../10-libseccomp-dev_2.5.1-1ubuntu1~20.04.1_amd64.deb ...
16:35:44 #12 8.353 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.1) ...
16:35:44 #12 8.394 Preparing to unpack .../11-libsystemd0_245.4-4ubuntu3.13_amd64.deb ...
16:35:45 #12 8.403 Unpacking libsystemd0:amd64 (245.4-4ubuntu3.13) over (245.4-4ubuntu3.11) ...
16:35:45 #12 8.469 Setting up libsystemd0:amd64 (245.4-4ubuntu3.13) ...
16:35:45 #12 8.513 Selecting previously unselected package libsystemd-dev:amd64.
16:35:45 #12 8.513 (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 ... 30430 files and directories currently installed.)
16:35:45 #12 8.529 Preparing to unpack .../libsystemd-dev_245.4-4ubuntu3.13_amd64.deb ...
16:35:45 #12 8.532 Unpacking libsystemd-dev:amd64 (245.4-4ubuntu3.13) ...
16:35:45 #12 8.593 Selecting previously unselected package pkg-config.
16:35:45 #12 8.593 Preparing to unpack .../pkg-config_0.29.1-0ubuntu4_amd64.deb ...
16:35:45 #12 8.596 Unpacking pkg-config (0.29.1-0ubuntu4) ...
16:35:45 #12 8.631 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1~20.04.1) ...
16:35:45 #12 8.639 Setting up libarchive13:amd64 (3.4.0-2ubuntu1) ...
16:35:45 #12 8.648 Setting up libsepol1-dev:amd64 (3.0-1) ...
16:35:45 #12 8.657 Setting up libpcre2-16-0:amd64 (10.34-7) ...
16:35:45 #12 8.667 Setting up libbtrfs0:amd64 (5.4.1-2) ...
16:35:45 #12 8.675 Setting up libpcre2-32-0:amd64 (10.34-7) ...
16:35:45 #12 8.683 Setting up libuv1:amd64 (1.34.2-1ubuntu1.3) ...
16:35:45 #12 8.692 Setting up bash-completion (1:2.10-1ubuntu1) ...
16:35:45 #12 9.310 Setting up pkg-config (0.29.1-0ubuntu4) ...
16:35:45 #12 9.354 Setting up libudev-dev:amd64 (245.4-4ubuntu3.13) ...
16:35:45 #12 9.364 Setting up libpcre2-posix2:amd64 (10.34-7) ...
16:35:45 #12 9.374 Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
16:35:45 #12 9.382 Setting up libbtrfs-dev:amd64 (5.4.1-2) ...
16:35:45 #12 9.391 Setting up librhash0:amd64 (1.3.9-1) ...
16:35:45 #12 9.399 Setting up cmake-data (3.16.3-1ubuntu1) ...
16:35:45 #12 9.412 Setting up dh-apparmor (2.13.3-7ubuntu5.1) ...
16:35:45 #12 9.421 Setting up libsystemd-dev:amd64 (245.4-4ubuntu3.13) ...
16:35:45 #12 9.430 Setting up libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ...
16:35:45 #12 9.440 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.167-1ubuntu1) ...
16:35:45 #12 9.448 Setting up libpcre2-dev:amd64 (10.34-7) ...
16:35:45 #12 9.457 Setting up libselinux1-dev:amd64 (3.0-1build2) ...
16:35:46 #12 9.468 Setting up libdevmapper-dev:amd64 (2:1.02.167-1ubuntu1) ...
16:35:46 #12 9.478 Setting up cmake (3.16.3-1ubuntu1) ...
16:35:46 #12 9.486 Setting up docker-ce-build-deps (1.0) ...
16:35:46 #12 9.495 Processing triggers for man-db (2.9.1-1) ...
16:35:46 #12 9.516 Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
16:35:46 #12 DONE 9.7s
16:35:46 
16:35:46 #13 [stage-1 6/9] COPY sources/ /sources
16:35:46 #13 sha256:8904e9d27c4f48cd9f9d2bb405ee769c63c3bba50afa4c1ee747fa4220a9ebc9
16:35:46 #13 DONE 0.1s
16:35:46 
16:35:46 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
16:35:46 #15 sha256:4c08864b3f9a46192954b45c8a1d3c82b106fdd7562bca0b598f0192c76e7f44
16:35:47 #14 DONE 3.6s
16:35:47 
16:35:47 #15 [stage-1 7/8] WORKDIR /root/build-deb
16:35:47 #15 sha256:2cfe57d83ff8d4fd85be3ef2f650d09fd16cf8414f425ccdb229707b1441db4e
16:35:47 #15 DONE 0.0s
16:35:47 
16:35:47 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
16:35:47 #16 sha256:89b88c180b00ba37128827ab69c450348465a05ff08ce8fd049bb1868422e193
16:35:47 #16 DONE 0.0s
16:35:47 
16:35:47 #17 exporting to image
16:35:47 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:35:47 #17 exporting layers
16:35:48 #15 DONE 2.1s
16:35:48 
16:35:48 #16 [stage-1 8/9] WORKDIR /root/build-deb
16:35:48 #16 sha256:fec74a8c5e48745ebd1a91527719efcd9afe6b77fe831b214c252e618b4a691d
16:35:48 #16 DONE 0.0s
16:35:48 
16:35:48 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
16:35:48 #17 sha256:41cb6874d89921fbcd19f7a4c999b266a878d43098d4238ebbb058498cb70cb6
16:35:48 #17 DONE 0.0s
16:35:48 
16:35:48 #18 exporting to image
16:35:48 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:35:48 #18 exporting layers
16:35:53 #18 exporting layers 5.2s done
16:35:53 #18 writing image sha256:aae30e7b83fe3b9d01564801de0004cf8ef2ac75b6df0c28f9dc9debc0baef0e done
16:35:53 #18 naming to docker.io/debbuild-ubuntu-focal/x86_64 done
16:35:53 #18 DONE 5.2s
16:35:53 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20210916145224-e3023ca -e VERSION=0.0.0-20210916145224-e3023ca -e CLI_GITCOMMIT=e3023ca -e ENGINE_GITCOMMIT=5176095 -e SCAN_VERSION=v0.8.0 -e SCAN_GITCOMMIT=35651ca -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/debbuild/ubuntu-focal:/build  debbuild-ubuntu-focal/x86_64
16:35:54 + set -e
16:35:54 + mkdir -p /root/build-deb/engine
16:35:54 + tar -C /root/build-deb -xzf /sources/engine.tgz
16:35:54 + mkdir -p /root/build-deb/cli
16:35:54 + tar -C /root/build-deb -xzf /sources/cli.tgz
16:35:55 #17 exporting layers 8.2s done
16:35:55 #17 writing image sha256:48e1bd1251725bfbcc390e531490c8f36875e43abf4a2e3f7460bb0343c079db done
16:35:55 #17 naming to docker.io/debbuild-raspbian-buster/aarch64
16:35:55 #17 naming to docker.io/debbuild-raspbian-buster/aarch64 done
16:35:55 #17 DONE 8.3s
16:35:55 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20210916145224-e3023ca -e VERSION=0.0.0-20210916145224-e3023ca -e CLI_GITCOMMIT=e3023ca -e ENGINE_GITCOMMIT=5176095 -e SCAN_VERSION=v0.8.0 -e SCAN_GITCOMMIT=35651ca -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/debbuild/raspbian-buster:/build  debbuild-raspbian-buster/aarch64
16:35:55 + mkdir -p /root/build-deb/scan-cli-plugin
16:35:55 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
16:35:55 + mkdir -p /go/src/github.com/docker
16:35:55 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
16:35:55 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
16:35:55 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
16:35:55 + EPOCH=5
16:35:55 + EPOCH_SEP=
16:35:55 + [[ ! -z 5 ]]
16:35:55 + EPOCH_SEP=:
16:35:55 + [[ -z 0.0.0-20210916145224-e3023ca ]]
16:35:55 + echo VERSION AAA 0.0.0-20210916145224-e3023ca
16:35:55 VERSION AAA 0.0.0-20210916145224-e3023ca
16:35:55 VERSION bbb 0.0.0-20210916145224-e3023ca
16:35:55 + VERSION=0.0.0-20210916145224-e3023ca
16:35:55 + echo VERSION bbb 0.0.0-20210916145224-e3023ca
16:35:55 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
16:35:55 + debSource=docker-ce
16:35:55 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
16:35:55 + debMaintainer='Docker <support@docker.com>'
16:35:55 ++ date --rfc-2822
16:35:55 + debDate='Thu, 16 Sep 2021 16:35:55 +0000'
16:35:55 + cat
16:35:55 + export CLI_GITCOMMIT=e3023ca
16:35:55 + CLI_GITCOMMIT=e3023ca
16:35:55 + export ENGINE_GITCOMMIT=5176095
16:35:55 + ENGINE_GITCOMMIT=5176095
16:35:55 + export SCAN_GITCOMMIT=35651ca
16:35:55 + SCAN_GITCOMMIT=35651ca
16:35:55 + echo VERSION BBB 0.0.0-20210916145224-e3023ca
16:35:55 VERSION BBB 0.0.0-20210916145224-e3023ca
16:35:55 + dpkg-buildpackage -uc -us -I.git
16:35:55 dpkg-buildpackage: info: source package docker-ce
16:35:55 dpkg-buildpackage: info: source version 5:0.0.0-20210916145224-e3023ca-0~ubuntu-focal
16:35:55 dpkg-buildpackage: info: source distribution focal
16:35:55 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
16:35:55 dpkg-buildpackage: info: host architecture amd64
16:35:55  dpkg-source -I.git --before-build .
16:35:55 + set -e
16:35:55 + mkdir -p /root/build-deb/engine
16:35:55 + tar -C /root/build-deb -xzf /sources/engine.tgz
16:35:55  debian/rules clean
16:35:55 dh clean --with=bash-completion
16:35:55    dh_clean
16:35:55  dpkg-source -I.git -b .
16:35:55 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
16:35:55 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
16:35:55 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20210916145224-e3023ca-0~ubuntu'
16:35:55 dpkg-source: info: using source format '1.0'
16:35:55 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal.tar.gz
16:35:56 + mkdir -p /root/build-deb/cli
16:35:56 + tar -C /root/build-deb -xzf /sources/cli.tgz
16:35:57 + mkdir -p /root/build-deb/scan-cli-plugin
16:35:57 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
16:35:57 + mkdir -p /go/src/github.com/docker
16:35:57 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
16:35:57 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
16:35:57 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
16:35:57 + EPOCH=5
16:35:57 + EPOCH_SEP=
16:35:57 + [[ ! -z 5 ]]
16:35:57 + EPOCH_SEP=:
16:35:57 + [[ -z 0.0.0-20210916145224-e3023ca ]]
16:35:57 + echo VERSION AAA 0.0.0-20210916145224-e3023ca
16:35:57 VERSION AAA 0.0.0-20210916145224-e3023ca
16:35:57 VERSION bbb 0.0.0-20210916145224-e3023ca
16:35:57 + VERSION=0.0.0-20210916145224-e3023ca
16:35:57 + echo VERSION bbb 0.0.0-20210916145224-e3023ca
16:35:57 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
16:35:57 + debSource=docker-ce
16:35:57 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
16:35:57 + debMaintainer='Docker <support@docker.com>'
16:35:57 ++ date --rfc-2822
16:35:57 + debDate='Thu, 16 Sep 2021 16:35:57 +0000'
16:35:57 + cat
16:35:57 + export CLI_GITCOMMIT=e3023ca
16:35:57 + CLI_GITCOMMIT=e3023ca
16:35:57 + export ENGINE_GITCOMMIT=5176095
16:35:57 + ENGINE_GITCOMMIT=5176095
16:35:57 + export SCAN_GITCOMMIT=35651ca
16:35:57 + SCAN_GITCOMMIT=35651ca
16:35:57 + echo VERSION BBB 0.0.0-20210916145224-e3023ca
16:35:57 + dpkg-buildpackage -uc -us -I.git
16:35:57 VERSION BBB 0.0.0-20210916145224-e3023ca
16:35:57 dpkg-buildpackage: info: source package docker-ce
16:35:57 dpkg-buildpackage: info: source version 5:0.0.0-20210916145224-e3023ca-0~raspbian-buster
16:35:57 dpkg-buildpackage: info: source distribution buster
16:35:57 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
16:35:57  dpkg-source -I.git --before-build .
16:35:57 dpkg-buildpackage: info: host architecture armhf
16:35:58  debian/rules clean
16:35:58 dh clean --with=bash-completion
16:35:58    dh_clean
16:35:59  dpkg-source -I.git -b .
16:35:59 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20210916145224-e3023ca-0~raspbian'
16:35:59 dpkg-source: info: using source format '1.0'
16:35:59 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster.tar.gz
16:36:01 #9 63.99 --------------------------------------------------------------------------------
16:36:01 #9 63.99 Total                                              493 kB/s |  16 MB  00:33     
16:36:01 #9 63.99 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
16:36:01 #9 64.00 Importing GPG key 0xF4A80EB5:
16:36:01 #9 64.00  Userid     : "CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>"
16:36:01 #9 64.00  Fingerprint: 6341 ab27 53d7 8a78 a7c2 7bb1 24c6 a8a7 f4a8 0eb5
16:36:01 #9 64.00  Package    : centos-release-7-9.2009.0.el7.centos.x86_64 (@CentOS)
16:36:01 #9 64.00  From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
16:36:01 #9 64.03 Running transaction check
16:36:01 #9 64.06 Running transaction test
16:36:01 #9 64.10 Transaction test succeeded
16:36:01 #9 64.10 Running transaction
16:36:01 #9 64.27   Installing : groff-base-1.22.2-8.el7.x86_64                              1/44 
16:36:01 #9 64.29   Installing : bzip2-1.0.6-13.el7.x86_64                                   2/44 
16:36:01 #9 64.30   Installing : 1:perl-parent-0.225-244.el7.noarch                          3/44 
16:36:01 #9 64.32   Installing : perl-HTTP-Tiny-0.033-3.el7.noarch                           4/44 
16:36:01 #9 64.35   Installing : perl-podlators-2.5.1-3.el7.noarch                           5/44 
16:36:01 #9 64.37   Installing : perl-Pod-Perldoc-3.20-4.el7.noarch                          6/44 
16:36:01 #9 64.38   Installing : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                    7/44 
16:36:01 #9 64.63   Installing : perl-Encode-2.51-7.el7.x86_64                               8/44 
16:36:01 #9 64.65   Installing : perl-Text-ParseWords-3.29-4.el7.noarch                      9/44 
16:36:01 #9 64.67   Installing : perl-Pod-Usage-1.63-3.el7.noarch                           10/44 
16:36:01 #9 64.68   Installing : 4:perl-macros-5.16.3-299.el7_9.x86_64                      11/44 
16:36:01 #9 64.70   Installing : perl-threads-1.87-4.el7.x86_64                             12/44 
16:36:01 #9 64.72   Installing : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                      13/44 
16:36:01 #9 64.74   Installing : perl-Exporter-5.68-3.el7.noarch                            14/44 
16:36:01 #9 64.75   Installing : perl-constant-1.27-2.el7.noarch                            15/44 
16:36:01 #9 64.77   Installing : perl-Socket-2.010-5.el7.x86_64                             16/44 
16:36:01 #9 64.78   Installing : perl-Time-Local-1.2300-2.el7.noarch                        17/44 
16:36:01 #9 64.80   Installing : perl-Carp-1.26-244.el7.noarch                              18/44 
16:36:01 #9 64.82   Installing : perl-Storable-2.45-3.el7.x86_64                            19/44 
16:36:01 #9 64.83   Installing : perl-threads-shared-1.43-6.el7.x86_64                      20/44 
16:36:01 #9 64.86   Installing : perl-PathTools-3.40-5.el7.x86_64                           21/44 
16:36:01 #9 64.88   Installing : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 22/44 
16:36:01 #9 64.91   Installing : 1:perl-Pod-Simple-3.28-4.el7.noarch                        23/44 
16:36:01 #9 64.93   Installing : perl-File-Temp-0.23.01-3.el7.noarch                        24/44 
16:36:01 #9 64.95   Installing : perl-File-Path-2.09-2.el7.noarch                           25/44 
16:36:01 #9 64.98   Installing : perl-Filter-1.49-3.el7.x86_64                              26/44 
16:36:01 #9 65.06   Installing : 4:perl-libs-5.16.3-299.el7_9.x86_64                        27/44 
16:36:01 #9 65.60   Installing : perl-Getopt-Long-2.40-3.el7.noarch                         28/44 
16:36:01 #9 66.47   Installing : 4:perl-5.16.3-299.el7_9.x86_64                             29/44 
16:36:01 #9 66.50   Installing : perl-Thread-Queue-3.02-2.el7.noarch                        30/44 
16:36:01 #9 66.52   Installing : python-srpm-macros-3-34.el7.noarch                         31/44 
16:36:01 #9 66.53   Installing : 1:emacs-filesystem-24.3-23.el7.noarch                      32/44 
16:36:01 #9 66.55   Installing : desktop-file-utils-0.23-2.el7.x86_64                       33/44 
16:36:01 #9 66.59   Installing : zip-3.0-11.el7.x86_64                                      34/44 
16:36:01 #9 66.64   Installing : elfutils-0.176-5.el7.x86_64                                35/44 
16:36:01 #9 66.68   Installing : unzip-6.0-22.el7_9.x86_64                                  36/44 
16:36:01 #9 66.72   Installing : patch-2.7.1-12.el7_7.x86_64                                37/44 
16:36:02 #9 66.78   Installing : dwz-0.11-3.el7.x86_64                                      38/44 
16:36:02 #9 67.58   Installing : gdb-7.6.1-120.el7.x86_64                                   39/44 
16:36:02 #9 67.60   Installing : perl-srpm-macros-1-8.el7.noarch                            40/44 
16:36:02 #9 67.62   Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch               41/44 
16:36:02 #9 67.64   Installing : file-5.11-37.el7.x86_64                                    42/44 
16:36:02 #9 67.67   Installing : rpm-build-4.11.3-45.el7.x86_64                             43/44 
16:36:02 #9 67.72   Installing : rpmlint-1.5-4.el7.noarch                                   44/44 
16:36:02 #9 67.75   Verifying  : file-5.11-37.el7.x86_64                                     1/44 
16:36:02 #9 67.77   Verifying  : perl-HTTP-Tiny-0.033-3.el7.noarch                           2/44 
16:36:02 #9 67.77   Verifying  : perl-threads-shared-1.43-6.el7.x86_64                       3/44 
16:36:02 #9 67.78   Verifying  : 4:perl-Time-HiRes-1.9725-3.el7.x86_64                       4/44 
16:36:02 #9 67.79   Verifying  : perl-threads-1.87-4.el7.x86_64                              5/44 
16:36:02 #9 67.80   Verifying  : perl-Exporter-5.68-3.el7.noarch                             6/44 
16:36:02 #9 67.81   Verifying  : perl-constant-1.27-2.el7.noarch                             7/44 
16:36:02 #9 67.82   Verifying  : perl-PathTools-3.40-5.el7.x86_64                            8/44 
16:36:02 #9 67.83   Verifying  : desktop-file-utils-0.23-2.el7.x86_64                        9/44 
16:36:02 #9 67.83   Verifying  : 4:perl-macros-5.16.3-299.el7_9.x86_64                      10/44 
16:36:02 #9 67.84   Verifying  : 1:perl-parent-0.225-244.el7.noarch                         11/44 
16:36:02 #9 67.85   Verifying  : perl-Socket-2.010-5.el7.x86_64                             12/44 
16:36:02 #9 67.86   Verifying  : bzip2-1.0.6-13.el7.x86_64                                  13/44 
16:36:02 #9 67.87   Verifying  : perl-srpm-macros-1-8.el7.noarch                            14/44 
16:36:02 #9 67.88   Verifying  : groff-base-1.22.2-8.el7.x86_64                             15/44 
16:36:02 #9 67.89   Verifying  : perl-Thread-Queue-3.02-2.el7.noarch                        16/44 
16:36:02 #9 67.90   Verifying  : perl-File-Temp-0.23.01-3.el7.noarch                        17/44 
16:36:02 #9 67.91   Verifying  : rpm-build-4.11.3-45.el7.x86_64                             18/44 
16:36:02 #9 67.92   Verifying  : 1:perl-Pod-Simple-3.28-4.el7.noarch                        19/44 
16:36:02 #9 67.92   Verifying  : gdb-7.6.1-120.el7.x86_64                                   20/44 
16:36:03 #9 67.93   Verifying  : dwz-0.11-3.el7.x86_64                                      21/44 
16:36:03 #9 67.94   Verifying  : perl-Time-Local-1.2300-2.el7.noarch                        22/44 
16:36:03 #9 67.95   Verifying  : 1:perl-Pod-Escapes-1.04-299.el7_9.noarch                   23/44 
16:36:03 #9 67.96   Verifying  : patch-2.7.1-12.el7_7.x86_64                                24/44 
16:36:03 #9 67.97   Verifying  : perl-Carp-1.26-244.el7.noarch                              25/44 
16:36:03 #9 67.98   Verifying  : perl-Storable-2.45-3.el7.x86_64                            26/44 
16:36:03 #9 67.99   Verifying  : perl-Scalar-List-Utils-1.27-248.el7.x86_64                 27/44 
16:36:03 #9 68.00   Verifying  : perl-Pod-Usage-1.63-3.el7.noarch                           28/44 
16:36:03 #9 68.01   Verifying  : perl-Encode-2.51-7.el7.x86_64                              29/44 
16:36:03 #9 68.02   Verifying  : unzip-6.0-22.el7_9.x86_64                                  30/44 
16:36:03 #9 68.02   Verifying  : rpmlint-1.5-4.el7.noarch                                   31/44 
16:36:03 #9 68.03   Verifying  : perl-Pod-Perldoc-3.20-4.el7.noarch                         32/44 
16:36:03 #9 68.04   Verifying  : perl-podlators-2.5.1-3.el7.noarch                          33/44 
16:36:03 #9 68.05   Verifying  : 4:perl-5.16.3-299.el7_9.x86_64                             34/44 
16:36:03 #9 68.06   Verifying  : perl-File-Path-2.09-2.el7.noarch                           35/44 
16:36:03 #9 68.07   Verifying  : elfutils-0.176-5.el7.x86_64                                36/44 
16:36:03 #9 68.08   Verifying  : zip-3.0-11.el7.x86_64                                      37/44 
16:36:03 #9 68.09   Verifying  : 1:emacs-filesystem-24.3-23.el7.noarch                      38/44 
16:36:03 #9 68.10   Verifying  : perl-Filter-1.49-3.el7.x86_64                              39/44 
16:36:03 #9 68.11   Verifying  : perl-Getopt-Long-2.40-3.el7.noarch                         40/44 
16:36:03 #9 68.11   Verifying  : perl-Text-ParseWords-3.29-4.el7.noarch                     41/44 
16:36:03 #9 68.12   Verifying  : python-srpm-macros-3-34.el7.noarch                         42/44 
16:36:03 #9 68.13   Verifying  : 4:perl-libs-5.16.3-299.el7_9.x86_64                        43/44 
16:36:03 #9 68.15   Verifying  : redhat-rpm-config-9.1.0-88.el7.centos.noarch               44/44 
16:36:03 #9 68.19 
16:36:03 #9 68.19 Installed:
16:36:03 #9 68.19   rpm-build.x86_64 0:4.11.3-45.el7          rpmlint.noarch 0:1.5-4.el7         
16:36:03 #9 68.19 
16:36:03 #9 68.19 Dependency Installed:
16:36:03 #9 68.19   bzip2.x86_64 0:1.0.6-13.el7                                                   
16:36:03 #9 68.19   desktop-file-utils.x86_64 0:0.23-2.el7                                        
16:36:03 #9 68.19   dwz.x86_64 0:0.11-3.el7                                                       
16:36:03 #9 68.19   elfutils.x86_64 0:0.176-5.el7                                                 
16:36:03 #9 68.19   emacs-filesystem.noarch 1:24.3-23.el7                                         
16:36:03 #9 68.19   file.x86_64 0:5.11-37.el7                                                     
16:36:03 #9 68.19   gdb.x86_64 0:7.6.1-120.el7                                                    
16:36:03 #9 68.19   groff-base.x86_64 0:1.22.2-8.el7                                              
16:36:03 #9 68.19   patch.x86_64 0:2.7.1-12.el7_7                                                 
16:36:03 #9 68.19   perl.x86_64 4:5.16.3-299.el7_9                                                
16:36:03 #9 68.19   perl-Carp.noarch 0:1.26-244.el7                                               
16:36:03 #9 68.19   perl-Encode.x86_64 0:2.51-7.el7                                               
16:36:03 #9 68.19   perl-Exporter.noarch 0:5.68-3.el7                                             
16:36:03 #9 68.19   perl-File-Path.noarch 0:2.09-2.el7                                            
16:36:03 #9 68.19   perl-File-Temp.noarch 0:0.23.01-3.el7                                         
16:36:03 #9 68.19   perl-Filter.x86_64 0:1.49-3.el7                                               
16:36:03 #9 68.19   perl-Getopt-Long.noarch 0:2.40-3.el7                                          
16:36:03 #9 68.19   perl-HTTP-Tiny.noarch 0:0.033-3.el7                                           
16:36:03 #9 68.19   perl-PathTools.x86_64 0:3.40-5.el7                                            
16:36:03 #9 68.19   perl-Pod-Escapes.noarch 1:1.04-299.el7_9                                      
16:36:03 #9 68.19   perl-Pod-Perldoc.noarch 0:3.20-4.el7                                          
16:36:03 #9 68.19   perl-Pod-Simple.noarch 1:3.28-4.el7                                           
16:36:03 #9 68.19   perl-Pod-Usage.noarch 0:1.63-3.el7                                            
16:36:03 #9 68.19   perl-Scalar-List-Utils.x86_64 0:1.27-248.el7                                  
16:36:03 #9 68.19   perl-Socket.x86_64 0:2.010-5.el7                                              
16:36:03 #9 68.19   perl-Storable.x86_64 0:2.45-3.el7                                             
16:36:03 #9 68.19   perl-Text-ParseWords.noarch 0:3.29-4.el7                                      
16:36:03 #9 68.19   perl-Thread-Queue.noarch 0:3.02-2.el7                                         
16:36:03 #9 68.19   perl-Time-HiRes.x86_64 4:1.9725-3.el7                                         
16:36:03 #9 68.19   perl-Time-Local.noarch 0:1.2300-2.el7                                         
16:36:03 #9 68.19   perl-constant.noarch 0:1.27-2.el7                                             
16:36:03 #9 68.19   perl-libs.x86_64 4:5.16.3-299.el7_9                                           
16:36:03 #9 68.19   perl-macros.x86_64 4:5.16.3-299.el7_9                                         
16:36:03 #9 68.19   perl-parent.noarch 1:0.225-244.el7                                            
16:36:03 #9 68.19   perl-podlators.noarch 0:2.5.1-3.el7                                           
16:36:03 #9 68.19   perl-srpm-macros.noarch 0:1-8.el7                                             
16:36:03 #9 68.19   perl-threads.x86_64 0:1.87-4.el7                                              
16:36:03 #9 68.19   perl-threads-shared.x86_64 0:1.43-6.el7                                       
16:36:03 #9 68.19   python-srpm-macros.noarch 0:3-34.el7                                          
16:36:03 #9 68.19   redhat-rpm-config.noarch 0:9.1.0-88.el7.centos                                
16:36:03 #9 68.19   unzip.x86_64 0:6.0-22.el7_9                                                   
16:36:03 #9 68.19   zip.x86_64 0:3.0-11.el7                                                       
16:36:03 #9 68.19 
16:36:03 #9 68.19 Complete!
16:36:03 #9 DONE 68.4s
16:36:03 
16:36:03 #11 [stage-1 4/7] COPY SPECS /root/rpmbuild/SPECS
16:36:03 #11 sha256:4485ca4ff8cc68f7905ed0107f109ebf512e65123d6e6c4e0ec0dff04d2b63a9
16:36:03 #11 DONE 0.0s
16:36:03 
16:36:03 #12 [stage-1 5/7] RUN   if [ "$(uname -m)" = "x86_64" ]; then     yum-builddep -y /root/rpmbuild/SPECS/*.spec;   else     yum-builddep -y /root/rpmbuild/SPECS/docker-c*.spec;   fi
16:36:03 #12 sha256:9aff9adf8517149cad4180db4e2c267bef72260ac05439a93f62bd465e14f1ea
16:36:03 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal.dsc
16:36:03  debian/rules build
16:36:03 dh build --with=bash-completion
16:36:03    dh_update_autotools_config
16:36:04    dh_autoreconf
16:36:04    debian/rules override_dh_auto_build
16:36:04 make[1]: Entering directory '/root/build-deb'
16:36:04 # Build the daemon and dependencies
16:36:04 cd engine && DOCKER_GITCOMMIT=5176095 PRODUCT=docker ./hack/make.sh dynbinary
16:36:04 
16:36:04 Removing bundles/
16:36:04 
16:36:04 ---> Making bundle: dynbinary (in bundles/dynbinary)
16:36:04 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:36:04 GOOS="" GOARCH="" GOARM=""
16:36:04 #12 0.563 Loaded plugins: fastestmirror, ovl
16:36:04 #12 0.665 Enabling base-source repository
16:36:04 #12 0.666 Enabling extras-source repository
16:36:04 #12 0.666 Enabling updates-source repository
16:36:04 #12 0.667 Loading mirror speeds from cached hostfile
16:36:04 #12 0.668  * base: download.cf.centos.org
16:36:04 #12 0.668  * extras: download.cf.centos.org
16:36:04 #12 0.668  * updates: download.cf.centos.org
16:36:12 #12 7.552 Checking for new repos for mirrors
16:36:12 #12 7.555 Getting requirements for /root/rpmbuild/SPECS/docker-ce-cli.spec
16:36:12 #12 7.557  --> 1:make-3.82-24.el7.x86_64
16:36:12 #12 7.670  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
16:36:12 #12 7.671  --> git-1.8.3.1-23.el7_8.x86_64
16:36:12 #12 7.674 Getting requirements for /root/rpmbuild/SPECS/docker-ce-rootless-extras.spec
16:36:12 #12 7.675  --> Already installed : bash-4.2.46-34.el7.x86_64
16:36:12 #12 7.677 Getting requirements for /root/rpmbuild/SPECS/docker-ce.spec
16:36:12 #12 7.677  --> Already installed : bash-4.2.46-34.el7.x86_64
16:36:12 #12 7.679  --> btrfs-progs-devel-4.9.1-1.el7.x86_64
16:36:12 #12 7.679  --> Already installed : ca-certificates-2020.2.41-70.0.el7_8.noarch
16:36:12 #12 7.680  --> cmake-2.8.12.2-2.el7.x86_64
16:36:12 #12 7.682  --> 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64
16:36:12 #12 7.682  --> gcc-4.8.5-44.el7.x86_64
16:36:12 #12 7.683  --> git-1.8.3.1-23.el7_8.x86_64
16:36:12 #12 7.686  --> glibc-static-2.17-324.el7_9.x86_64
16:36:12 #12 7.687  --> libarchive-3.1.2-14.el7_7.x86_64
16:36:12 #12 7.688  --> libseccomp-devel-2.3.1-4.el7.x86_64
16:36:12 #12 7.690  --> libselinux-devel-2.5-15.el7.x86_64
16:36:12 #12 7.691  --> libtool-2.4.2-22.el7_3.x86_64
16:36:12 #12 7.691  --> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
16:36:12 #12 7.692  --> 1:make-3.82-24.el7.x86_64
16:36:12 #12 7.692  --> Already installed : 1:pkgconfig-0.27.1-4.el7.x86_64
16:36:12 #12 7.693  --> Already installed : systemd-219-78.el7.x86_64
16:36:12 #12 7.694  --> selinux-policy-devel-3.13.1-268.el7_9.2.noarch
16:36:12 #12 7.696  --> systemd-devel-219-78.el7_9.3.x86_64
16:36:12 #12 7.697  --> Already installed : 2:tar-1.26-35.el7.x86_64
16:36:12 #12 7.697  --> which-2.20-7.el7.x86_64
16:36:12 #12 7.700 Getting requirements for /root/rpmbuild/SPECS/docker-scan-plugin.spec
16:36:12 #12 7.700  --> Already installed : bash-4.2.46-34.el7.x86_64
16:36:12 #12 7.701 --> Running transaction check
16:36:12 #12 7.701 ---> Package btrfs-progs-devel.x86_64 0:4.9.1-1.el7 will be installed
16:36:12 #12 7.704 --> Processing Dependency: btrfs-progs = 4.9.1-1.el7 for package: btrfs-progs-devel-4.9.1-1.el7.x86_64
16:36:12 #12 7.823 --> Processing Dependency: libbtrfs.so.0()(64bit) for package: btrfs-progs-devel-4.9.1-1.el7.x86_64
16:36:12 #12 7.823 ---> Package cmake.x86_64 0:2.8.12.2-2.el7 will be installed
16:36:12 #12 7.830 ---> Package device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5 will be installed
16:36:12 #12 7.832 --> Processing Dependency: device-mapper = 7:1.02.170-6.el7_9.5 for package: 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64
16:36:12 #12 7.834 ---> Package gcc.x86_64 0:4.8.5-44.el7 will be installed
16:36:12 #12 7.836 --> Processing Dependency: libgomp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
16:36:12 #12 7.840 --> Processing Dependency: cpp = 4.8.5-44.el7 for package: gcc-4.8.5-44.el7.x86_64
16:36:12 #12 7.841 --> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-44.el7.x86_64
16:36:12 #12 7.846 --> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-44.el7.x86_64
16:36:12 #12 7.848 --> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-44.el7.x86_64
16:36:12 #12 7.850 --> Processing Dependency: libgomp.so.1()(64bit) for package: gcc-4.8.5-44.el7.x86_64
16:36:12 #12 7.851 ---> Package git.x86_64 0:1.8.3.1-23.el7_8 will be installed
16:36:12 #12 7.863 --> Processing Dependency: perl-Git = 1.8.3.1-23.el7_8 for package: git-1.8.3.1-23.el7_8.x86_64
16:36:12 #12 7.864 --> Processing Dependency: rsync for package: git-1.8.3.1-23.el7_8.x86_64
16:36:12 #12 7.866 --> Processing Dependency: perl(Term::ReadKey) for package: git-1.8.3.1-23.el7_8.x86_64
16:36:12 #12 7.868 --> Processing Dependency: perl(Git) for package: git-1.8.3.1-23.el7_8.x86_64
16:36:12 #12 7.868 --> Processing Dependency: perl(Error) for package: git-1.8.3.1-23.el7_8.x86_64
16:36:12 #12 7.870 --> Processing Dependency: openssh-clients for package: git-1.8.3.1-23.el7_8.x86_64
16:36:12 #12 7.871 --> Processing Dependency: less for package: git-1.8.3.1-23.el7_8.x86_64
16:36:12 #12 7.872 ---> Package glibc-static.x86_64 0:2.17-324.el7_9 will be installed
16:36:12 #12 7.873 ---> Package libarchive.x86_64 0:3.1.2-14.el7_7 will be installed
16:36:12 #12 7.876 --> Processing Dependency: liblzo2.so.2()(64bit) for package: libarchive-3.1.2-14.el7_7.x86_64
16:36:12 #12 7.878 ---> Package libseccomp-devel.x86_64 0:2.3.1-4.el7 will be installed
16:36:12 #12 7.878 --> Processing Dependency: libseccomp(x86-64) = 2.3.1-4.el7 for package: libseccomp-devel-2.3.1-4.el7.x86_64
16:36:12 #12 7.880 --> Processing Dependency: libseccomp.so.2()(64bit) for package: libseccomp-devel-2.3.1-4.el7.x86_64
16:36:12 #12 7.880 ---> Package libselinux-devel.x86_64 0:2.5-15.el7 will be installed
16:36:12 #12 7.881 --> Processing Dependency: libsepol-devel(x86-64) >= 2.5-10 for package: libselinux-devel-2.5-15.el7.x86_64
16:36:12 #12 7.883 --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-15.el7.x86_64
16:36:12 #12 7.883 --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-15.el7.x86_64
16:36:12 #12 7.886 ---> Package libtool.x86_64 0:2.4.2-22.el7_3 will be installed
16:36:12 #12 7.887 --> Processing Dependency: automake for package: libtool-2.4.2-22.el7_3.x86_64
16:36:12 #12 7.889 --> Processing Dependency: autoconf for package: libtool-2.4.2-22.el7_3.x86_64
16:36:12 #12 7.891 ---> Package libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3 will be installed
16:36:12 #12 7.891 --> Processing Dependency: libtool-ltdl = 2.4.2-22.el7_3 for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
16:36:12 #12 7.893 --> Processing Dependency: libltdl.so.7()(64bit) for package: libtool-ltdl-devel-2.4.2-22.el7_3.x86_64
16:36:12 #12 7.893 ---> Package make.x86_64 1:3.82-24.el7 will be installed
16:36:12 #12 7.894 ---> Package selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2 will be installed
16:36:12 #12 7.894 --> Processing Dependency: selinux-policy = 3.13.1-268.el7_9.2 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
16:36:12 #12 7.897 --> Processing Dependency: policycoreutils-devel >= 2.5-24 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
16:36:12 #12 7.900 --> Processing Dependency: checkpolicy >= 2.5-8 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
16:36:12 #12 7.902 --> Processing Dependency: m4 for package: selinux-policy-devel-3.13.1-268.el7_9.2.noarch
16:36:12 #12 7.903 ---> Package systemd-devel.x86_64 0:219-78.el7_9.3 will be installed
16:36:12 #12 7.905 --> Processing Dependency: systemd-libs = 219-78.el7_9.3 for package: systemd-devel-219-78.el7_9.3.x86_64
16:36:12 #12 7.911 --> Processing Dependency: systemd = 219-78.el7_9.3 for package: systemd-devel-219-78.el7_9.3.x86_64
16:36:12 #12 7.914 Package: systemd-219-78.el7_9.3.src - can't co-install with systemd-219-78.el7_9.3.x86_64
16:36:12 #12 7.914 ---> Package which.x86_64 0:2.20-7.el7 will be installed
16:36:12 #12 7.914 --> Running transaction check
16:36:12 #12 7.915 ---> Package autoconf.noarch 0:2.69-11.el7 will be installed
16:36:12 #12 7.919 --> Processing Dependency: perl(Data::Dumper) for package: autoconf-2.69-11.el7.noarch
16:36:12 #12 7.921 ---> Package automake.noarch 0:1.13.4-3.el7 will be installed
16:36:12 #12 7.922 --> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7.noarch
16:36:12 #12 7.925 ---> Package btrfs-progs.x86_64 0:4.9.1-1.el7 will be installed
16:36:12 #12 7.927 --> Processing Dependency: libext2fs.so.2()(64bit) for package: btrfs-progs-4.9.1-1.el7.x86_64
16:36:12 #12 7.929 ---> Package checkpolicy.x86_64 0:2.5-8.el7 will be installed
16:36:12 #12 7.929 ---> Package cpp.x86_64 0:4.8.5-44.el7 will be installed
16:36:12 #12 7.933 ---> Package device-mapper.x86_64 7:1.02.170-6.el7 will be updated
16:36:12 #12 7.934 --> Processing Dependency: device-mapper = 7:1.02.170-6.el7 for package: 7:device-mapper-libs-1.02.170-6.el7.x86_64
16:36:12 #12 7.935 ---> Package device-mapper.x86_64 7:1.02.170-6.el7_9.5 will be an update
16:36:12 #12 7.938 ---> Package glibc-devel.x86_64 0:2.17-324.el7_9 will be installed
16:36:12 #12 7.942 --> Processing Dependency: glibc-headers = 2.17-324.el7_9 for package: glibc-devel-2.17-324.el7_9.x86_64
16:36:12 #12 7.943 --> Processing Dependency: glibc = 2.17-324.el7_9 for package: glibc-devel-2.17-324.el7_9.x86_64
16:36:12 #12 7.952 Package: glibc-2.17-324.el7_9.src - can't co-install with glibc-2.17-324.el7_9.x86_64
16:36:12 #12 7.953 Package: glibc-2.17-324.el7_9.src - can't co-install with glibc-2.17-324.el7_9.x86_64
16:36:12 #12 7.953 --> Processing Dependency: glibc-headers for package: glibc-devel-2.17-324.el7_9.x86_64
16:36:12 #12 7.954 ---> Package less.x86_64 0:458-9.el7 will be installed
16:36:12 #12 7.955 ---> Package libgomp.x86_64 0:4.8.5-44.el7 will be installed
16:36:12 #12 7.956 ---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
16:36:12 #12 7.957 ---> Package libseccomp.x86_64 0:2.3.1-4.el7 will be installed
16:36:12 #12 7.957 ---> Package libsepol-devel.x86_64 0:2.5-10.el7 will be installed
16:36:12 #12 7.958 ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed
16:36:12 #12 7.958 ---> Package lzo.x86_64 0:2.06-8.el7 will be installed
16:36:12 #12 7.959 ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed
16:36:12 #12 7.959 ---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
16:36:12 #12 7.960 ---> Package openssh-clients.x86_64 0:7.4p1-21.el7 will be installed
16:36:12 #12 7.963 --> Processing Dependency: openssh = 7.4p1-21.el7 for package: openssh-clients-7.4p1-21.el7.x86_64
16:36:12 #12 7.965 --> Processing Dependency: fipscheck-lib(x86-64) >= 1.3.0 for package: openssh-clients-7.4p1-21.el7.x86_64
16:36:12 #12 7.966 --> Processing Dependency: libfipscheck.so.1()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64
16:36:12 #12 7.967 --> Processing Dependency: libedit.so.0()(64bit) for package: openssh-clients-7.4p1-21.el7.x86_64
16:36:12 #12 7.968 ---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed
16:36:12 #12 7.969 ---> Package perl-Error.noarch 1:0.17020-2.el7 will be installed
16:36:12 #12 7.971 ---> Package perl-Git.noarch 0:1.8.3.1-23.el7_8 will be installed
16:36:12 #12 7.973 ---> Package perl-TermReadKey.x86_64 0:2.30-20.el7 will be installed
16:36:12 #12 7.973 ---> Package policycoreutils-devel.x86_64 0:2.5-34.el7 will be installed
16:36:12 #12 7.975 --> Processing Dependency: policycoreutils-python = 2.5-34.el7 for package: policycoreutils-devel-2.5-34.el7.x86_64
16:36:12 #12 7.976 ---> Package rsync.x86_64 0:3.1.2-10.el7 will be installed
16:36:12 #12 7.978 ---> Package selinux-policy.noarch 0:3.13.1-268.el7_9.2 will be installed
16:36:12 #12 7.979 --> Processing Dependency: policycoreutils >= 2.5-24 for package: selinux-policy-3.13.1-268.el7_9.2.noarch
16:36:12 #12 7.981 ---> Package systemd.x86_64 0:219-78.el7 will be updated
16:36:12 #12 7.983 ---> Package systemd.x86_64 0:219-78.el7_9.3 will be an update
16:36:12 #12 8.004 ---> Package systemd-libs.x86_64 0:219-78.el7 will be updated
16:36:12 #12 8.005 ---> Package systemd-libs.x86_64 0:219-78.el7_9.3 will be an update
16:36:12 #12 8.007 --> Running transaction check
16:36:12 #12 8.008 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7 will be updated
16:36:12 #12 8.008 ---> Package device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5 will be an update
16:36:12 #12 8.009 ---> Package e2fsprogs-libs.x86_64 0:1.42.9-19.el7 will be installed
16:36:12 #12 8.010 ---> Package fipscheck-lib.x86_64 0:1.4.1-6.el7 will be installed
16:36:12 #12 8.010 --> Processing Dependency: /usr/bin/fipscheck for package: fipscheck-lib-1.4.1-6.el7.x86_64
16:36:12 #12 8.012 ---> Package glibc.x86_64 0:2.17-317.el7 will be updated
16:36:12 #12 8.014 --> Processing Dependency: glibc = 2.17-317.el7 for package: glibc-common-2.17-317.el7.x86_64
16:36:12 #12 8.015 ---> Package glibc.x86_64 0:2.17-324.el7_9 will be an update
16:36:12 #12 8.017 ---> Package glibc-headers.x86_64 0:2.17-324.el7_9 will be installed
16:36:12 #12 8.017 --> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2.17-324.el7_9.x86_64
16:36:12 #12 8.023 --> Processing Dependency: kernel-headers for package: glibc-headers-2.17-324.el7_9.x86_64
16:36:12 #12 8.023 ---> Package libedit.x86_64 0:3.0-12.20121213cvs.el7 will be installed
16:36:12 #12 8.023 ---> Package openssh.x86_64 0:7.4p1-21.el7 will be installed
16:36:12 #12 8.025 ---> Package perl-Data-Dumper.x86_64 0:2.145-3.el7 will be installed
16:36:12 #12 8.028 ---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
16:36:12 #12 8.030 ---> Package policycoreutils.x86_64 0:2.5-34.el7 will be installed
16:36:12 #12 8.032 --> Processing Dependency: libselinux-utils >= 2.5-14 for package: policycoreutils-2.5-34.el7.x86_64
16:36:12 #12 8.033 ---> Package policycoreutils-python.x86_64 0:2.5-34.el7 will be installed
16:36:12 #12 8.035 --> Processing Dependency: setools-libs >= 3.3.8-4 for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:12 #12 8.038 --> Processing Dependency: libsemanage-python >= 2.5-14 for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:12 #12 8.039 --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:12 #12 8.041 --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:12 #12 8.042 --> Processing Dependency: libselinux-python for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:12 #12 8.043 --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:12 #12 8.044 --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:12 #12 8.044 --> Processing Dependency: libcgroup for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:12 #12 8.047 --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:12 #12 8.048 --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:12 #12 8.048 --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-34.el7.x86_64
16:36:12 #12 8.048 --> Running transaction check
16:36:12 #12 8.048 ---> Package audit-libs-python.x86_64 0:2.8.5-4.el7 will be installed
16:36:12 #12 8.049 ---> Package fipscheck.x86_64 0:1.4.1-6.el7 will be installed
16:36:12 #12 8.050 ---> Package glibc-common.x86_64 0:2.17-317.el7 will be updated
16:36:12 #12 8.051 ---> Package glibc-common.x86_64 0:2.17-324.el7_9 will be an update
16:36:12 #12 8.052 ---> Package kernel-headers.x86_64 0:3.10.0-1160.42.2.el7 will be installed
16:36:12 #12 8.052 ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed
16:36:12 #12 8.054 ---> Package libselinux-python.x86_64 0:2.5-15.el7 will be installed
16:36:12 #12 8.054 ---> Package libselinux-utils.x86_64 0:2.5-15.el7 will be installed
16:36:12 #12 8.055 ---> Package libsemanage-python.x86_64 0:2.5-14.el7 will be installed
16:36:12 #12 8.055 ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed
16:36:12 #12 8.055 ---> Package setools-libs.x86_64 0:3.3.8-4.el7 will be installed
16:36:12 #12 8.068 --> Finished Dependency Resolution
16:36:12 #12 8.094 
16:36:12 #12 8.094 Dependencies Resolved
16:36:12 #12 8.102 
16:36:12 #12 8.102 ================================================================================
16:36:12 #12 8.102  Package                   Arch      Version                   Repository  Size
16:36:12 #12 8.102 ================================================================================
16:36:12 #12 8.102 Installing:
16:36:12 #12 8.102  btrfs-progs-devel         x86_64    4.9.1-1.el7               base        47 k
16:36:12 #12 8.102  cmake                     x86_64    2.8.12.2-2.el7            base       7.1 M
16:36:12 #12 8.102  device-mapper-devel       x86_64    7:1.02.170-6.el7_9.5      updates    206 k
16:36:12 #12 8.102  gcc                       x86_64    4.8.5-44.el7              base        16 M
16:36:12 #12 8.102  git                       x86_64    1.8.3.1-23.el7_8          base       4.4 M
16:36:12 #12 8.102  glibc-static              x86_64    2.17-324.el7_9            updates    1.6 M
16:36:12 #12 8.102  libarchive                x86_64    3.1.2-14.el7_7            base       319 k
16:36:12 #12 8.102  libseccomp-devel          x86_64    2.3.1-4.el7               base        64 k
16:36:12 #12 8.102  libselinux-devel          x86_64    2.5-15.el7                base       187 k
16:36:12 #12 8.102  libtool                   x86_64    2.4.2-22.el7_3            base       588 k
16:36:12 #12 8.102  libtool-ltdl-devel        x86_64    2.4.2-22.el7_3            base       167 k
16:36:12 #12 8.102  make                      x86_64    1:3.82-24.el7             base       421 k
16:36:12 #12 8.102  selinux-policy-devel      noarch    3.13.1-268.el7_9.2        updates    1.7 M
16:36:12 #12 8.102  systemd-devel             x86_64    219-78.el7_9.3            updates    216 k
16:36:12 #12 8.102  which                     x86_64    2.20-7.el7                base        41 k
16:36:12 #12 8.102 Installing for dependencies:
16:36:12 #12 8.102  audit-libs-python         x86_64    2.8.5-4.el7               base        76 k
16:36:12 #12 8.102  autoconf                  noarch    2.69-11.el7               base       701 k
16:36:12 #12 8.102  automake                  noarch    1.13.4-3.el7              base       679 k
16:36:12 #12 8.102  btrfs-progs               x86_64    4.9.1-1.el7               base       678 k
16:36:12 #12 8.102  checkpolicy               x86_64    2.5-8.el7                 base       295 k
16:36:12 #12 8.102  cpp                       x86_64    4.8.5-44.el7              base       5.9 M
16:36:12 #12 8.102  e2fsprogs-libs            x86_64    1.42.9-19.el7             base       168 k
16:36:12 #12 8.102  fipscheck                 x86_64    1.4.1-6.el7               base        21 k
16:36:12 #12 8.102  fipscheck-lib             x86_64    1.4.1-6.el7               base        11 k
16:36:12 #12 8.102  glibc-devel               x86_64    2.17-324.el7_9            updates    1.1 M
16:36:12 #12 8.102  glibc-headers             x86_64    2.17-324.el7_9            updates    691 k
16:36:12 #12 8.102  kernel-headers            x86_64    3.10.0-1160.42.2.el7      updates    9.0 M
16:36:12 #12 8.102  less                      x86_64    458-9.el7                 base       120 k
16:36:12 #12 8.102  libcgroup                 x86_64    0.41-21.el7               base        66 k
16:36:12 #12 8.102  libedit                   x86_64    3.0-12.20121213cvs.el7    base        92 k
16:36:12 #12 8.102  libgomp                   x86_64    4.8.5-44.el7              base       159 k
16:36:12 #12 8.102  libmpc                    x86_64    1.0.1-3.el7               base        51 k
16:36:12 #12 8.102  libseccomp                x86_64    2.3.1-4.el7               base        56 k
16:36:12 #12 8.102  libselinux-python         x86_64    2.5-15.el7                base       236 k
16:36:12 #12 8.102  libselinux-utils          x86_64    2.5-15.el7                base       151 k
16:36:12 #12 8.102  libsemanage-python        x86_64    2.5-14.el7                base       113 k
16:36:12 #12 8.102  libsepol-devel            x86_64    2.5-10.el7                base        77 k
16:36:12 #12 8.102  libtool-ltdl              x86_64    2.4.2-22.el7_3            base        49 k
16:36:12 #12 8.102  lzo                       x86_64    2.06-8.el7                base        59 k
16:36:12 #12 8.102  m4                        x86_64    1.4.16-10.el7             base       256 k
16:36:12 #12 8.102  mpfr                      x86_64    3.1.1-4.el7               base       203 k
16:36:12 #12 8.102  openssh                   x86_64    7.4p1-21.el7              base       510 k
16:36:12 #12 8.102  openssh-clients           x86_64    7.4p1-21.el7              base       655 k
16:36:12 #12 8.102  pcre-devel                x86_64    8.32-17.el7               base       480 k
16:36:12 #12 8.102  perl-Data-Dumper          x86_64    2.145-3.el7               base        47 k
16:36:12 #12 8.102  perl-Error                noarch    1:0.17020-2.el7           base        32 k
16:36:12 #12 8.102  perl-Git                  noarch    1.8.3.1-23.el7_8          base        56 k
16:36:12 #12 8.102  perl-TermReadKey          x86_64    2.30-20.el7               base        31 k
16:36:12 #12 8.102  perl-Test-Harness         noarch    3.28-3.el7                base       302 k
16:36:12 #12 8.102  policycoreutils           x86_64    2.5-34.el7                base       917 k
16:36:12 #12 8.102  policycoreutils-devel     x86_64    2.5-34.el7                base       335 k
16:36:12 #12 8.102  policycoreutils-python    x86_64    2.5-34.el7                base       457 k
16:36:12 #12 8.102  python-IPy                noarch    0.75-6.el7                base        32 k
16:36:12 #12 8.102  rsync                     x86_64    3.1.2-10.el7              base       404 k
16:36:12 #12 8.102  selinux-policy            noarch    3.13.1-268.el7_9.2        updates    498 k
16:36:12 #12 8.102  setools-libs              x86_64    3.3.8-4.el7               base       620 k
16:36:12 #12 8.102 Updating for dependencies:
16:36:12 #12 8.102  device-mapper             x86_64    7:1.02.170-6.el7_9.5      updates    297 k
16:36:12 #12 8.102  device-mapper-libs        x86_64    7:1.02.170-6.el7_9.5      updates    325 k
16:36:12 #12 8.102  glibc                     x86_64    2.17-324.el7_9            updates    3.6 M
16:36:12 #12 8.102  glibc-common              x86_64    2.17-324.el7_9            updates     12 M
16:36:12 #12 8.102  systemd                   x86_64    219-78.el7_9.3            updates    5.1 M
16:36:12 #12 8.102  systemd-libs              x86_64    219-78.el7_9.3            updates    418 k
16:36:12 #12 8.102 
16:36:12 #12 8.102 Transaction Summary
16:36:12 #12 8.102 ================================================================================
16:36:12 #12 8.102 Install  15 Packages (+41 Dependent packages)
16:36:12 #12 8.102 Upgrade              (  6 Dependent packages)
16:36:12 #12 8.102 
16:36:12 #12 8.103 Total download size: 81 M
16:36:12 #12 8.103 Downloading packages:
16:36:12 #12 8.105 Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
16:36:17 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster.dsc
16:36:17  debian/rules build
16:36:17 dh build --with=bash-completion
16:36:17    dh_update_autotools_config
16:36:17    dh_autoreconf
16:36:17    debian/rules override_dh_auto_build
16:36:17 make[1]: Entering directory '/root/build-deb'
16:36:17 # Build the daemon and dependencies
16:36:17 cd engine && DOCKER_GITCOMMIT=5176095 PRODUCT=docker ./hack/make.sh dynbinary
16:36:17 
16:36:17 Removing bundles/
16:36:17 
16:36:17 ---> Making bundle: dynbinary (in bundles/dynbinary)
16:36:17 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:36:17 GOOS="" GOARCH="" GOARM=""
16:36:36 #22 DONE 92.4s
16:36:36 
16:36:36 #23 [binary 1/1] COPY --from=build /out .
16:36:36 #23 sha256:c131af31581867611e984d47eef7c404f995a6fc13234b8f95fd2dbdf96cb898
16:36:36 #23 DONE 0.7s
16:36:36 
16:36:36 #24 exporting to client
16:36:36 #24 sha256:b60a1292d407630dbb741f28ab6ea4ce3cca872ac28eeee56f4e66a182eca4bc
16:36:36 #24 copying files 47B
16:36:36 #24 copying files 54.76MB 0.5s done
16:36:36 #24 DONE 0.6s
16:36:36 make -C /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker VERSION=0.0.0-20210916145224-e3023ca binary
16:36:36 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker'
16:36:37 mkdir -p autogen
16:36:37 docker build  --build-arg=GO_VERSION  -f "Dockerfile" --output=bundles/ --target=binary --build-arg VERSION --build-arg DOCKER_GITCOMMIT --build-arg PRODUCT --build-arg PLATFORM --build-arg DEFAULT_PRODUCT_LICENSE .
16:36:37 #1 [internal] load build definition from Dockerfile
16:36:37 #1 sha256:676571a976abf2e3d1cdee03945d4b47ff9d59e6caa88573f196d6bf236641bf
16:36:37 #1 transferring dockerfile: 16.34kB done
16:36:37 #1 DONE 0.0s
16:36:37 
16:36:37 #2 [internal] load .dockerignore
16:36:37 #2 sha256:5d10d32634798ddbb4aa2968e4c2d964d2a350175cf2dee2689e9f8e56a2694d
16:36:37 #2 transferring context: 87B done
16:36:37 #2 DONE 0.0s
16:36:37 
16:36:37 #3 resolve image config for docker.io/docker/dockerfile:1.3
16:36:37 #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
16:36:37 #3 DONE 0.1s
16:36:37 
16:36:37 #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
16:36:37 #4 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8
16:36:37 #4 CACHED
16:36:37 
16:36:37 #6 [internal] load build definition from Dockerfile
16:36:37 #6 sha256:22dbf1afa05820855d63b9fe64278bed4ef9955cf0cee4983aa1b3709ef2b18a
16:36:37 #6 DONE 0.0s
16:36:37 
16:36:37 #5 [internal] load .dockerignore
16:36:37 #5 sha256:bfa1f4ee88d6c779ca1c0b74f4f530f84aef9e39050e6e849756cfd624d715db
16:36:37 #5 DONE 0.0s
16:36:37 
16:36:37 #10 [auth] djs55/vpnkit:pull token for registry-1.docker.io
16:36:37 #10 sha256:23f0db260ce746f87c2dcaeb1b00c0ba9336282085fffa6bf68ad63098681a22
16:36:37 #10 DONE 0.0s
16:36:37 
16:36:37 #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:36:37 #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
16:36:38 #9 ...
16:36:38 
16:36:38 #7 [internal] load metadata for docker.io/library/golang:1.16.8-bullseye
16:36:38 #7 sha256:9f27d529569ee358bcbe8df984546143cf254baf49fae277e036d4f1bf65abe8
16:36:38 #7 DONE 0.5s
16:36:38 
16:36:38 #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:36:38 #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
16:36:38 #8 DONE 0.5s
16:36:38 
16:36:38 #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:36:38 #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
16:36:38 #9 DONE 0.6s
16:36:38 
16:36:38 #11 [base 1/3] FROM docker.io/library/golang:1.16.8-bullseye@sha256:7d5ea98bd40a568289e650947fbb8ee61934a398bb22274be4dcfe87632f8e02
16:36:38 #11 sha256:448b96692675f74b76ca2a046750e22bd4ad2338521f8846449601e6c146dcec
16:36:38 #11 resolve docker.io/library/golang:1.16.8-bullseye@sha256:7d5ea98bd40a568289e650947fbb8ee61934a398bb22274be4dcfe87632f8e02 0.0s done
16:36:38 #11 sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 0B / 5.15MB 0.1s
16:36:38 #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 0B / 10.87MB 0.1s
16:36:38 #11 sha256:828b0508ae64b07660f03d1c19ff99486b2a37658851b8c452f6657cf9510838 6.96kB / 6.96kB done
16:36:38 #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 0B / 54.93MB 0.1s
16:36:38 #11 sha256:7d5ea98bd40a568289e650947fbb8ee61934a398bb22274be4dcfe87632f8e02 1.86kB / 1.86kB done
16:36:38 #11 sha256:ad89eca2a5d24d11b65d8072849b99dd25e9a9677de30ce33f2ab254b18dd95a 1.80kB / 1.80kB done
16:36:38 #11 sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 4.19MB / 5.15MB 0.2s
16:36:38 #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 6.29MB / 10.87MB 0.2s
16:36:38 #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 6.29MB / 54.93MB 0.2s
16:36:38 #11 sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 5.15MB / 5.15MB 0.3s done
16:36:38 #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 10.87MB / 10.87MB 0.3s
16:36:38 #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 15.84MB / 54.93MB 0.3s
16:36:38 #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 0B / 54.57MB 0.3s
16:36:38 #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 10.87MB / 10.87MB 0.3s done
16:36:38 #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 23.07MB / 54.93MB 0.4s
16:36:38 #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 4.19MB / 54.57MB 0.4s
16:36:38 #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 0B / 85.72MB 0.4s
16:36:38 #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 36.43MB / 54.93MB 0.5s
16:36:38 #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 9.44MB / 54.57MB 0.5s
16:36:38 #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 5.24MB / 85.72MB 0.5s
16:36:38 #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 39.85MB / 54.93MB 0.6s
16:36:38 #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 17.83MB / 54.57MB 0.6s
16:36:38 #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 13.63MB / 85.72MB 0.6s
16:36:39 #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 42.99MB / 54.93MB 0.7s
16:36:39 #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 20.71MB / 54.57MB 0.7s
16:36:39 #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 18.87MB / 85.72MB 0.7s
16:36:39 #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 50.33MB / 54.93MB 0.8s
16:36:39 #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 26.21MB / 54.57MB 0.8s
16:36:39 #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 27.26MB / 85.72MB 0.8s
16:36:39 #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 54.93MB / 54.93MB 1.0s
16:36:39 #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 38.80MB / 54.57MB 1.0s
16:36:39 #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 45.09MB / 85.72MB 1.0s
16:36:39 #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 50.02MB / 54.57MB 1.1s
16:36:39 #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 54.53MB / 85.72MB 1.1s
16:36:39 #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 54.57MB / 54.57MB 1.2s
16:36:39 #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 66.06MB / 85.72MB 1.2s
16:36:39 #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 76.55MB / 85.72MB 1.3s
16:36:39 #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 85.72MB / 85.72MB 1.4s
16:36:39 #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 54.93MB / 54.93MB 1.4s done
16:36:39 #11 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 0.1s
16:36:40 #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 54.57MB / 54.57MB 1.9s done
16:36:40 #11 sha256:ba66844146b358c9ba2badd0d1daaacdbf1e1b93b85bb15f9c634cd116edb6a9 155B / 155B 2.0s
16:36:41 #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 85.72MB / 85.72MB 2.7s done
16:36:41 #11 sha256:ba66844146b358c9ba2badd0d1daaacdbf1e1b93b85bb15f9c634cd116edb6a9 155B / 155B 2.7s done
16:36:41 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 0B / 129.03MB 2.7s
16:36:41 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 11.53MB / 129.03MB 2.9s
16:36:41 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 23.61MB / 129.03MB 3.1s
16:36:41 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 31.23MB / 129.03MB 3.2s
16:36:41 #11 ...
16:36:41 
16:36:41 #16 [internal] load build context
16:36:41 #16 sha256:90c73bebf46f1ccc6a80ec39d01a0a6215b06e86a39e53186d8efe6b4645bf03
16:36:41 #16 transferring context: 55.47MB 3.2s done
16:36:41 #16 DONE 3.3s
16:36:41 
16:36:41 #11 [base 1/3] FROM docker.io/library/golang:1.16.8-bullseye@sha256:7d5ea98bd40a568289e650947fbb8ee61934a398bb22274be4dcfe87632f8e02
16:36:41 #11 sha256:448b96692675f74b76ca2a046750e22bd4ad2338521f8846449601e6c146dcec
16:36:41 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 45.09MB / 129.03MB 3.5s
16:36:41 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 54.53MB / 129.03MB 3.6s
16:36:41 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 61.87MB / 129.03MB 3.7s
16:36:42 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 73.40MB / 129.03MB 3.8s
16:36:42 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 80.74MB / 129.03MB 3.9s
16:36:42 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 88.08MB / 129.03MB 4.0s
16:36:42 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 97.48MB / 129.03MB 4.1s
16:36:42 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 110.10MB / 129.03MB 4.3s
16:36:43 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 129.03MB / 129.03MB 4.6s
16:36:44 #11 ...
16:36:44 
16:36:44 #28 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:36:44 #28 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
16:36:44 #28 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
16:36:44 #28 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
16:36:44 #28 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
16:36:44 #28 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.0s done
16:36:44 #28 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.6s done
16:36:44 #28 DONE 5.8s
16:36:44 
16:36:44 #30 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:36:44 #30 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
16:36:44 #30 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
16:36:44 #30 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:36:44 #30 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
16:36:44 #30 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
16:36:44 #30 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.2s done
16:36:44 #30 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.7s done
16:36:44 #30 DONE 5.8s
16:36:44 
16:36:44 #11 [base 1/3] FROM docker.io/library/golang:1.16.8-bullseye@sha256:7d5ea98bd40a568289e650947fbb8ee61934a398bb22274be4dcfe87632f8e02
16:36:44 #11 sha256:448b96692675f74b76ca2a046750e22bd4ad2338521f8846449601e6c146dcec
16:36:44 #11 sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 129.03MB / 129.03MB 5.7s done
16:36:44 #11 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 5.0s done
16:36:45 #11 extracting sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8
16:36:45 #11 extracting sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 0.3s done
16:36:46 #11 ...
16:36:46 
16:36:46 #29 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
16:36:46 #29 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
16:36:46 #29 DONE 0.5s
16:36:46 
16:36:46 #11 [base 1/3] FROM docker.io/library/golang:1.16.8-bullseye@sha256:7d5ea98bd40a568289e650947fbb8ee61934a398bb22274be4dcfe87632f8e02
16:36:46 #11 sha256:448b96692675f74b76ca2a046750e22bd4ad2338521f8846449601e6c146dcec
16:36:46 #11 extracting sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64
16:36:46 #11 extracting sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 0.3s done
16:36:46 #11 ...
16:36:46 
16:36:46 #31 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
16:36:46 #31 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
16:36:46 #31 DONE 0.5s
16:36:46 
16:36:46 #11 [base 1/3] FROM docker.io/library/golang:1.16.8-bullseye@sha256:7d5ea98bd40a568289e650947fbb8ee61934a398bb22274be4dcfe87632f8e02
16:36:46 #11 sha256:448b96692675f74b76ca2a046750e22bd4ad2338521f8846449601e6c146dcec
16:36:46 #11 extracting sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 0.1s
16:36:49 #11 extracting sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 2.3s done
16:36:49 #11 extracting sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091
16:36:51 #11 extracting sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 2.5s done
16:36:51 #11 extracting sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 0.1s
16:36:57 #11 extracting sha256:261c19c9b43ea49ddb276e79dd61e8b1b0a3401e89ea85c37b5eb38194c2e20e 4.6s done
16:36:57 #11 extracting sha256:ba66844146b358c9ba2badd0d1daaacdbf1e1b93b85bb15f9c634cd116edb6a9 done
16:36:57 #11 DONE 18.4s
16:36:57 
16:36:57 #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:36:57 #12 sha256:eb8831415939c19eed8ce3a8166766587bf9bd92bbb5312d9c5371cba3befe6f
16:36:59 #12 DONE 3.0s
16:36:59 
16:36:59 #13 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
16:36:59 #13 sha256:070464ab988b2eea182fb26a578cbe31110ab50fee53145a80980b56dc23c3e9
16:37:00 #13 DONE 0.5s
16:37:00 
16:37:00 #24 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
16:37:00 #24 sha256:9ec9fbe7ab678d4a4768a8d4e4ccc5e42718968cdd16a5180c84752381263fd1
16:37:01 #24 1.336 + RM_GOPATH=0
16:37:01 #24 1.337 + TMP_GOPATH=
16:37:01 #24 1.337 + : /build
16:37:01 #24 1.337 + '[' -z '' ']'
16:37:01 #24 1.337 ++ mktemp -d
16:37:01 #24 1.338 + export GOPATH=/tmp/tmp.Pecdq5pbce
16:37:01 #24 1.339 + GOPATH=/tmp/tmp.Pecdq5pbce
16:37:01 #24 1.339 + RM_GOPATH=1
16:37:01 #24 1.339 + case "$(go env GOARCH)" in
16:37:01 #24 1.339 ++ go env GOARCH
16:37:01 #24 1.345 + export GO_BUILDMODE=-buildmode=pie
16:37:01 #24 1.345 + GO_BUILDMODE=-buildmode=pie
16:37:01 #24 1.346 ++ dirname /tmp/install/install.sh
16:37:01 #24 1.346 + dir=/tmp/install
16:37:01 #24 1.346 + bin=rootlesskit
16:37:01 #24 1.347 + shift
16:37:01 #24 1.347 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
16:37:01 #24 1.347 + . /tmp/install/rootlesskit.installer
16:37:01 #24 1.347 ++ : v0.14.4
16:37:01 #24 1.348 + install_rootlesskit
16:37:01 #24 1.348 + case "$1" in
16:37:01 #24 1.348 + export CGO_ENABLED=0
16:37:01 #24 1.348 + CGO_ENABLED=0
16:37:01 #24 1.348 + _install_rootlesskit
16:37:01 #24 1.349 + echo 'Install rootlesskit version v0.14.4'
16:37:01 #24 1.349 Install rootlesskit version v0.14.4
16:37:01 #24 1.349 + for f in rootlesskit rootlesskit-docker-proxy
16:37:01 #24 1.349 + GOBIN=/build
16:37:01 #24 1.349 + GO111MODULE=on
16:37:01 #24 1.349 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
16:37:02 #24 1.894 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
16:37:03 #24 2.922 go: downloading github.com/sirupsen/logrus v1.8.1
16:37:03 #24 2.922 go: downloading github.com/pkg/errors v0.9.1
16:37:03 #24 2.958 go: downloading github.com/urfave/cli/v2 v2.3.0
16:37:03 #24 3.072 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:37:04 #24 4.236 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:37:04 #24 4.396 go: downloading github.com/google/uuid v1.3.0
16:37:04 #24 4.410 go: downloading github.com/moby/vpnkit v0.5.0
16:37:04 #24 4.421 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:37:04 #24 4.569 go: downloading github.com/gofrs/flock v0.8.1
16:37:04 #24 4.596 go: downloading github.com/gorilla/mux v1.8.0
16:37:04 #24 4.691 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:37:05 #24 4.812 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:37:05 #24 4.843 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:37:05 #24 5.403 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:37:07 #24 7.314 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:37:10 #24 ...
16:37:10 
16:37:10 #21 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
16:37:10 #21 sha256:87100e89c5572399ef88ebef78107b0b684e91c8dff39c39435d49a83e23683c
16:37:10 #21 1.566 Get:1 http://deb.debian.org/debian bullseye InRelease [113 kB]
16:37:10 #21 1.578 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB]
16:37:10 #21 1.579 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:37:10 #21 1.837 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB]
16:37:10 #21 2.916 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB]
16:37:10 #21 5.287 Fetched 8402 kB in 4s (2106 kB/s)
16:37:10 #21 5.287 Reading package lists...
16:37:10 #21 6.782 Reading package lists...
16:37:10 #21 8.645 Building dependency tree...
16:37:10 #21 9.246 The following additional packages will be installed:
16:37:10 #21 9.250   libbtrfs0
16:37:10 #21 9.288 The following NEW packages will be installed:
16:37:10 #21 9.292   libbtrfs-dev libbtrfs0
16:37:10 #21 9.583 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
16:37:10 #21 9.583 Need to get 460 kB of archives.
16:37:10 #21 9.583 After this operation, 1237 kB of additional disk space will be used.
16:37:10 #21 9.583 Get:1 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
16:37:10 #21 9.588 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
16:37:10 #21 9.952 debconf: delaying package configuration, since apt-utils is not installed
16:37:10 #21 10.07 Fetched 460 kB in 0s (1629 kB/s)
16:37:10 #21 10.16 Selecting previously unselected package libbtrfs0:amd64.
16:37:10 #21 10.16 (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%
16:37:10 #21 ...
16:37:10 
16:37:10 #15 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:37:10 #15 sha256:8db92f2cb20053c78dc8b835ac17d3c2489d741df4df5cfa25ef6095312d4050
16:37:10 #15 1.303 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:37:10 #15 1.318 Get:2 http://deb.debian.org/debian bullseye InRelease [113 kB]
16:37:10 #15 1.319 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB]
16:37:10 #15 1.412 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB]
16:37:10 #15 1.535 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB]
16:37:10 #15 4.348 Fetched 8402 kB in 3s (2538 kB/s)
16:37:10 #15 4.348 Reading package lists...
16:37:10 #15 6.025 Reading package lists...
16:37:10 #15 7.711 Building dependency tree...
16:37:10 #15 8.594 The following additional packages will be installed:
16:37:10 #15 8.595   cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd
16:37:10 #15 8.598 Suggested packages:
16:37:10 #15 8.598   cmake-doc ninja-build lrzip
16:37:10 #15 8.598 Recommended packages:
16:37:10 #15 8.599   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
16:37:10 #15 8.930 The following NEW packages will be installed:
16:37:10 #15 8.941   cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2
16:37:10 #15 8.941   vim-common xxd
16:37:10 #15 9.253 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
16:37:10 #15 9.253 Need to get 17.7 MB of archives.
16:37:10 #15 9.253 After this operation, 70.7 MB of additional disk space will be used.
16:37:10 #15 9.253 Get:1 http://deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
16:37:10 #15 9.257 Get:2 http://deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
16:37:10 #15 9.261 Get:3 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB]
16:37:10 #15 9.330 Get:4 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
16:37:10 #15 9.546 Get:5 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
16:37:10 #15 9.553 Get:6 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
16:37:10 #15 9.560 Get:7 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
16:37:10 #15 9.564 Get:8 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
16:37:10 #15 9.566 Get:9 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
16:37:10 #15 9.567 Get:10 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB]
16:37:10 #15 10.02 debconf: delaying package configuration, since apt-utils is not installed
16:37:10 #15 10.17 Fetched 17.7 MB in 1s (23.1 MB/s)
16:37:10 #15 10.25 Selecting previously unselected package xxd.
16:37:10 #15 10.25 (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 ... 15713 files and directories currently installed.)
16:37:10 #15 10.28 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ...
16:37:10 #15 10.30 Unpacking xxd (2:8.2.2434-3) ...
16:37:10 #15 ...
16:37:10 
16:37:10 #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:37:10 #14 sha256:30f6ff9aae180b300abc8573fd38b04f7e5ee7e95b9f84500f9bf3de42a86943
16:37:10 #14 1.451 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:37:10 #14 1.463 Get:2 http://deb.debian.org/debian bullseye InRelease [113 kB]
16:37:10 #14 1.463 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB]
16:37:10 #14 1.614 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB]
16:37:10 #14 1.914 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB]
16:37:10 #14 4.981 Fetched 8402 kB in 4s (2210 kB/s)
16:37:10 #14 4.981 Reading package lists...
16:37:10 #14 6.692 Reading package lists...
16:37:10 #14 8.514 Building dependency tree...
16:37:10 #14 9.357 The following additional packages will be installed:
16:37:10 #14 9.357   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:37:10 #14 9.358   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
16:37:10 #14 9.358   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
16:37:10 #14 9.359   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
16:37:10 #14 9.359   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
16:37:10 #14 9.360   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
16:37:10 #14 9.361   mingw-w64-common mingw-w64-x86-64-dev
16:37:10 #14 9.363 Suggested packages:
16:37:10 #14 9.363   gcc-10-locales seccomp wine64
16:37:10 #14 9.707 The following NEW packages will be installed:
16:37:10 #14 9.710   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:37:10 #14 9.711   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
16:37:10 #14 9.711   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
16:37:10 #14 9.711   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
16:37:10 #14 9.711   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
16:37:10 #14 9.712   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
16:37:10 #14 9.712   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
16:37:10 #14 9.713   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
16:37:10 #14 9.714   mingw-w64-x86-64-dev
16:37:10 #14 9.993 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
16:37:10 #14 9.993 Need to get 115 MB of archives.
16:37:10 #14 9.993 After this operation, 645 MB of additional disk space will be used.
16:37:10 #14 9.993 Get:1 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
16:37:10 #14 10.03 Get:2 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
16:37:10 #14 10.07 Get:3 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
16:37:10 #14 10.09 Get:4 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
16:37:10 #14 10.10 Get:5 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
16:37:10 #14 10.10 Get:6 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
16:37:10 #14 10.20 Get:7 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
16:37:10 #14 10.27 Get:8 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
16:37:10 #14 10.28 Get:9 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
16:37:10 #14 ...
16:37:10 
16:37:10 #15 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:37:10 #15 sha256:8db92f2cb20053c78dc8b835ac17d3c2489d741df4df5cfa25ef6095312d4050
16:37:10 #15 10.40 Selecting previously unselected package vim-common.
16:37:10 #15 10.40 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ...
16:37:10 #15 10.42 Unpacking vim-common (2:8.2.2434-3) ...
16:37:10 #15 10.67 Selecting previously unselected package cmake-data.
16:37:10 #15 10.67 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ...
16:37:10 #15 10.68 Unpacking cmake-data (3.18.4-2) ...
16:37:11 #15 ...
16:37:11 
16:37:11 #21 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
16:37:11 #21 sha256:87100e89c5572399ef88ebef78107b0b684e91c8dff39c39435d49a83e23683c
16:37:11 #21 10.16 (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 ... 15713 files and directories currently installed.)
16:37:11 #21 10.20 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
16:37:11 #21 10.23 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
16:37:11 #21 10.36 Selecting previously unselected package libbtrfs-dev:amd64.
16:37:11 #21 10.36 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
16:37:11 #21 10.36 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
16:37:11 #21 10.68 Setting up libbtrfs0:amd64 (5.10.1-2) ...
16:37:11 #21 10.71 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
16:37:11 #21 10.73 Processing triggers for libc-bin (2.31-13) ...
16:37:11 #21 DONE 11.4s
16:37:11 
16:37:11 #15 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:37:11 #15 sha256:8db92f2cb20053c78dc8b835ac17d3c2489d741df4df5cfa25ef6095312d4050
16:37:11 #15 11.62 Selecting previously unselected package libicu67:amd64.
16:37:11 #15 11.62 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ...
16:37:11 #15 11.63 Unpacking libicu67:amd64 (67.1-7) ...
16:37:13 #15 13.66 Selecting previously unselected package libxml2:amd64.
16:37:13 #15 13.66 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
16:37:13 #15 13.67 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
16:37:14 #15 13.89 Selecting previously unselected package libarchive13:amd64.
16:37:14 #15 13.89 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ...
16:37:14 #15 13.89 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
16:37:14 #15 14.02 Selecting previously unselected package libjsoncpp24:amd64.
16:37:14 #15 14.02 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ...
16:37:14 #15 14.03 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
16:37:14 #15 14.09 Selecting previously unselected package librhash0:amd64.
16:37:14 #15 14.09 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ...
16:37:14 #15 14.09 Unpacking librhash0:amd64 (1.4.1-2) ...
16:37:14 #15 14.18 Selecting previously unselected package libuv1:amd64.
16:37:14 #15 14.18 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ...
16:37:14 #15 14.19 Unpacking libuv1:amd64 (1.40.0-2) ...
16:37:14 #15 14.25 Selecting previously unselected package cmake.
16:37:14 #15 14.25 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ...
16:37:14 #15 14.25 Unpacking cmake (3.18.4-2) ...
16:37:16 #15 15.97 Setting up libicu67:amd64 (67.1-7) ...
16:37:16 #15 15.99 Setting up xxd (2:8.2.2434-3) ...
16:37:16 #15 16.00 Setting up libuv1:amd64 (1.40.0-2) ...
16:37:16 #15 16.02 Setting up vim-common (2:8.2.2434-3) ...
16:37:16 #15 16.05 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
16:37:16 #15 16.06 Setting up librhash0:amd64 (1.4.1-2) ...
16:37:16 #15 16.08 Setting up cmake-data (3.18.4-2) ...
16:37:16 #15 16.10 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
16:37:16 #15 16.11 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
16:37:16 #15 16.12 Setting up cmake (3.18.4-2) ...
16:37:16 #15 16.13 Processing triggers for libc-bin (2.31-13) ...
16:37:17 #15 DONE 17.3s
16:37:17 
16:37:17 #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:37:17 #14 sha256:30f6ff9aae180b300abc8573fd38b04f7e5ee7e95b9f84500f9bf3de42a86943
16:37:17 #14 10.55 Get:10 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
16:37:17 #14 11.23 Get:11 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
16:37:17 #14 11.55 Get:12 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
16:37:17 #14 11.93 Get:13 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
16:37:17 #14 12.79 Get:14 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
16:37:17 #14 13.13 Get:15 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
16:37:17 #14 13.14 Get:16 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
16:37:17 #14 13.14 Get:17 http://deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
16:37:17 #14 13.14 Get:18 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
16:37:17 #14 13.15 Get:19 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
16:37:17 #14 13.15 Get:20 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
16:37:17 #14 13.15 Get:21 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
16:37:17 #14 13.15 Get:22 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
16:37:17 #14 13.16 Get:23 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
16:37:17 #14 13.16 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
16:37:17 #14 13.17 Get:25 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
16:37:17 #14 13.17 Get:26 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
16:37:17 #14 13.18 Get:27 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
16:37:17 #14 13.18 Get:28 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
16:37:17 #14 13.18 Get:29 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB]
16:37:17 #14 13.18 Get:30 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
16:37:17 #14 13.58 debconf: delaying package configuration, since apt-utils is not installed
16:37:17 #14 13.68 Fetched 115 MB in 3s (33.0 MB/s)
16:37:17 #14 13.73 Selecting previously unselected package binutils-mingw-w64-i686.
16:37:17 #14 13.73 (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 ... 15713 files and directories currently installed.)
16:37:17 #14 13.77 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
16:37:17 #14 13.77 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:37:17 #14 14.71 Selecting previously unselected package binutils-mingw-w64-x86-64.
16:37:17 #14 14.71 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
16:37:17 #14 14.71 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:37:17 #14 15.75 Selecting previously unselected package binutils-mingw-w64.
16:37:17 #14 15.76 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
16:37:17 #14 15.76 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
16:37:17 #14 15.83 Selecting previously unselected package libdevmapper1.02.1:amd64.
16:37:17 #14 15.83 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
16:37:17 #14 15.84 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
16:37:17 #14 15.98 Selecting previously unselected package dmsetup.
16:37:17 #14 15.98 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
16:37:17 #14 15.99 Unpacking dmsetup (2:1.02.175-2.1) ...
16:37:17 #14 16.06 Selecting previously unselected package mingw-w64-common.
16:37:17 #14 16.07 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
16:37:17 #14 16.08 Unpacking mingw-w64-common (8.0.0-1) ...
16:37:18 #14 18.37 Selecting previously unselected package mingw-w64-x86-64-dev.
16:37:18 #14 18.37 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
16:37:18 #14 18.38 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
16:37:18 #14 ...
16:37:18 
16:37:18 #17 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
16:37:18 #17 sha256:39f51a341d781f67aea12d2bff70b9f3efb86f53ecec73cc7b569d3aea4e73b3
16:37:18 #17 1.354 + RM_GOPATH=0
16:37:18 #17 1.355 + TMP_GOPATH=
16:37:18 #17 1.355 + : /build
16:37:18 #17 1.356 + '[' -z '' ']'
16:37:18 #17 1.356 ++ mktemp -d
16:37:18 #17 1.359 + export GOPATH=/tmp/tmp.nbzNykCHQ0
16:37:18 #17 1.359 + GOPATH=/tmp/tmp.nbzNykCHQ0
16:37:18 #17 1.360 + RM_GOPATH=1
16:37:18 #17 1.360 + case "$(go env GOARCH)" in
16:37:18 #17 1.361 ++ go env GOARCH
16:37:18 #17 1.368 + export GO_BUILDMODE=-buildmode=pie
16:37:18 #17 1.368 + GO_BUILDMODE=-buildmode=pie
16:37:18 #17 1.369 ++ dirname /tmp/install/install.sh
16:37:18 #17 1.376 + dir=/tmp/install
16:37:18 #17 1.376 + bin=tini
16:37:18 #17 1.377 + shift
16:37:18 #17 1.377 + '[' '!' -f /tmp/install/tini.installer ']'
16:37:18 #17 1.377 + . /tmp/install/tini.installer
16:37:18 #17 1.378 ++ : v0.19.0
16:37:18 #17 1.378 + install_tini
16:37:18 #17 1.378 + echo 'Install tini version v0.19.0'
16:37:18 #17 1.379 Install tini version v0.19.0
16:37:18 #17 1.379 + git clone https://github.com/krallin/tini.git /tmp/tmp.nbzNykCHQ0/tini
16:37:18 #17 1.380 Cloning into '/tmp/tmp.nbzNykCHQ0/tini'...
16:37:19 #17 1.823 + cd /tmp/tmp.nbzNykCHQ0/tini
16:37:19 #17 1.823 + git checkout -q v0.19.0
16:37:19 #17 1.828 + cmake .
16:37:19 #17 2.040 -- The C compiler identification is GNU 10.2.1
16:37:19 #17 2.064 -- Detecting C compiler ABI info
16:37:19 #17 2.345 -- Detecting C compiler ABI info - done
16:37:19 #17 2.403 -- Check for working C compiler: /usr/bin/cc - skipped
16:37:19 #17 2.404 -- Detecting C compile features
16:37:19 #17 2.405 -- Detecting C compile features - done
16:37:19 #17 2.420 -- Performing Test HAS_BUILTIN_FORTIFY
16:37:20 #12 67.73 --------------------------------------------------------------------------------
16:37:20 #12 67.73 Total                                              1.4 MB/s |  81 MB  00:59     
16:37:20 #12 67.89 Running transaction check
16:37:20 #12 68.04 Running transaction test
16:37:20 #12 68.19 Transaction test succeeded
16:37:20 #12 68.19 Running transaction
16:37:20 #12 70.61   Updating   : glibc-common-2.17-324.el7_9.x86_64                          1/68 
16:37:20 #12 71.09   Updating   : glibc-2.17-324.el7_9.x86_64                                 2/68 
16:37:20 #12 71.64   Installing : fipscheck-1.4.1-6.el7.x86_64                                3/68 
16:37:20 #12 71.65   Installing : fipscheck-lib-1.4.1-6.el7.x86_64                            4/68 
16:37:20 #12 72.23   Updating   : systemd-libs-219-78.el7_9.3.x86_64                          5/68 
16:37:20 #12 73.97   Updating   : systemd-219-78.el7_9.3.x86_64                               6/68 
16:37:20 #12 74.68 Failed to get D-Bus connection: Operation not permitted
16:37:20 #12 74.71   Installing : mpfr-3.1.1-4.el7.x86_64                                     7/68 
16:37:20 #12 75.25   Installing : libmpc-1.0.1-3.el7.x86_64                                   8/68 
16:37:20 #12 75.81   Updating   : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64              9/68 
16:37:20 #17 2.504 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:37:20 #17 2.555 -- Configuring done
16:37:20 #17 2.563 -- Generating done
16:37:20 #17 2.564 -- Build files have been written to: /tmp/tmp.nbzNykCHQ0/tini
16:37:20 #17 2.569 + make tini-static
16:37:20 #17 2.668 Scanning dependencies of target tini-static
16:37:20 #17 2.702 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:37:20 #12 76.35   Updating   : 7:device-mapper-1.02.170-6.el7_9.5.x86_64                  10/68 
16:37:20 #17 3.222 [100%] Linking C executable tini-static
16:37:20 #12 76.90   Installing : lzo-2.06-8.el7.x86_64                                      11/68 
16:37:21 #17 3.507 [100%] Built target tini-static
16:37:21 #17 3.531 + mkdir -p /build
16:37:21 #17 3.532 + cp tini-static /build/docker-init
16:37:21 #12 77.46   Installing : m4-1.4.16-10.el7.x86_64                                    12/68 
16:37:21 #17 ...
16:37:21 
16:37:21 #22 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
16:37:21 #22 sha256:ea6b953fc2f8b0571d691de67c4791a6620fd3014823339e03980e7e82d91cb3
16:37:21 #22 1.454 + RM_GOPATH=0
16:37:21 #22 1.455 + TMP_GOPATH=
16:37:21 #22 1.455 + : /build
16:37:21 #22 1.455 + '[' -z '' ']'
16:37:21 #22 1.456 ++ mktemp -d
16:37:21 #22 1.457 + export GOPATH=/tmp/tmp.l8yKtQpsjF
16:37:21 #22 1.457 + GOPATH=/tmp/tmp.l8yKtQpsjF
16:37:21 #22 1.457 + RM_GOPATH=1
16:37:21 #22 1.457 + case "$(go env GOARCH)" in
16:37:21 #22 1.457 ++ go env GOARCH
16:37:21 #22 1.465 + export GO_BUILDMODE=-buildmode=pie
16:37:21 #22 1.465 + GO_BUILDMODE=-buildmode=pie
16:37:21 #22 1.465 ++ dirname /tmp/install/install.sh
16:37:21 #22 1.466 + dir=/tmp/install
16:37:21 #22 1.466 + bin=containerd
16:37:21 #22 1.466 + shift
16:37:21 #22 1.466 + '[' '!' -f /tmp/install/containerd.installer ']'
16:37:21 #22 1.466 + . /tmp/install/containerd.installer
16:37:21 #22 1.466 ++ set -e
16:37:21 #22 1.466 ++ : v1.5.5
16:37:21 #22 1.466 + install_containerd
16:37:21 #22 1.472 + echo 'Install containerd version v1.5.5'
16:37:21 #22 1.473 + git clone https://github.com/containerd/containerd.git /tmp/tmp.l8yKtQpsjF/src/github.com/containerd/containerd
16:37:21 #22 1.473 Install containerd version v1.5.5
16:37:21 #22 1.474 Cloning into '/tmp/tmp.l8yKtQpsjF/src/github.com/containerd/containerd'...
16:37:21 #12 78.03   Installing : checkpolicy-2.5-8.el7.x86_64                               13/68 
16:37:21 #22 ...
16:37:21 
16:37:21 #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:37:21 #14 sha256:30f6ff9aae180b300abc8573fd38b04f7e5ee7e95b9f84500f9bf3de42a86943
16:37:21 #14 20.70 Selecting previously unselected package gcc-mingw-w64-base.
16:37:21 #14 20.71 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
16:37:21 #14 20.71 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:37:21 #14 20.79 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
16:37:21 #14 20.79 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
16:37:21 #14 20.80 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:37:22 #12 78.07   Installing : 1:make-3.82-24.el7.x86_64                                  14/68 
16:37:22 #14 ...
16:37:22 
16:37:22 #17 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
16:37:22 #17 sha256:39f51a341d781f67aea12d2bff70b9f3efb86f53ecec73cc7b569d3aea4e73b3
16:37:22 #17 DONE 4.4s
16:37:22 
16:37:22 #24 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
16:37:22 #24 sha256:9ec9fbe7ab678d4a4768a8d4e4ccc5e42718968cdd16a5180c84752381263fd1
16:37:22 #12 78.61   Installing : 1:perl-Error-0.17020-2.el7.noarch                          15/68 
16:37:23 #12 78.66   Installing : libarchive-3.1.2-14.el7_7.x86_64                           16/68 
16:37:23 #12 79.79   Installing : cpp-4.8.5-44.el7.x86_64                                    17/68 
16:37:24 #12 80.37   Installing : rsync-3.1.2-10.el7.x86_64                                  18/68 
16:37:24 #24 ...
16:37:24 
16:37:24 #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:37:24 #14 sha256:30f6ff9aae180b300abc8573fd38b04f7e5ee7e95b9f84500f9bf3de42a86943
16:37:24 #14 24.09 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
16:37:24 #14 24.10 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
16:37:24 #14 24.10 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:37:24 #12 80.92   Installing : systemd-devel-219-78.el7_9.3.x86_64                        19/68 
16:37:26 #12 81.48   Installing : libcgroup-0.41-21.el7.x86_64                               20/68 
16:37:26 #12 82.60   Installing : openssh-7.4p1-21.el7.x86_64                                21/68 
16:37:26 #12 82.62   Installing : perl-TermReadKey-2.30-20.el7.x86_64                        22/68 
16:37:27 #12 82.64   Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64                         23/68 
16:37:27 #12 83.19   Installing : libseccomp-2.3.1-4.el7.x86_64                              24/68 
16:37:27 #12 83.77   Installing : libselinux-utils-2.5-15.el7.x86_64                         25/68 
16:37:27 #12 83.87   Installing : policycoreutils-2.5-34.el7.x86_64                          26/68 
16:37:29 #12 83.89   Installing : selinux-policy-3.13.1-268.el7_9.2.noarch                   27/68 
16:37:29 #12 85.13   Installing : setools-libs-3.3.8-4.el7.x86_64                            28/68 
16:37:29 #12 85.71   Installing : libsemanage-python-2.5-14.el7.x86_64                       29/68 
16:37:29 #14 29.50 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
16:37:29 #14 29.50 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
16:37:29 #14 29.51 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:37:30 #12 85.75   Installing : e2fsprogs-libs-1.42.9-19.el7.x86_64                        30/68 
16:37:30 #12 86.40   Installing : btrfs-progs-4.9.1-1.el7.x86_64                             31/68 
16:37:30 #12 86.42   Installing : perl-Data-Dumper-2.145-3.el7.x86_64                        32/68 
16:37:30 #12 86.49   Installing : autoconf-2.69-11.el7.noarch                                33/68 
16:37:30 #12 87.02 install-info: No such file or directory for /usr/share/info/autoconf.info
16:37:30 #12 87.05   Installing : libselinux-python-2.5-15.el7.x86_64                        34/68 
16:37:30 #12 87.08   Installing : audit-libs-python-2.8.5-4.el7.x86_64                       35/68 
16:37:31 #12 87.10   Installing : libedit-3.0-12.20121213cvs.el7.x86_64                      36/68 
16:37:31 #12 87.72   Installing : openssh-clients-7.4p1-21.el7.x86_64                        37/68 
16:37:31 #12 87.74   Installing : libgomp-4.8.5-44.el7.x86_64                                38/68 
16:37:31 #12 88.29   Installing : less-458-9.el7.x86_64                                      39/68 
16:37:32 #12 88.31   Installing : perl-Git-1.8.3.1-23.el7_8.noarch                           40/68 
16:37:32 #12 88.84   Installing : git-1.8.3.1-23.el7_8.x86_64                                41/68 
16:37:32 #12 88.91   Installing : pcre-devel-8.32-17.el7.x86_64                              42/68 
16:37:32 #12 88.94   Installing : libsepol-devel-2.5-10.el7.x86_64                           43/68 
16:37:32 #14 31.86 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
16:37:32 #14 31.87 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
16:37:32 #14 31.88 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:37:32 #12 88.96   Installing : libselinux-devel-2.5-15.el7.x86_64                         44/68 
16:37:33 #12 89.21   Installing : kernel-headers-3.10.0-1160.42.2.el7.x86_64                 45/68 
16:37:33 #12 89.90   Installing : glibc-headers-2.17-324.el7_9.x86_64                        46/68 
16:37:34 #14 34.38 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
16:37:34 #14 34.39 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
16:37:34 #14 34.39 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:37:35 #12 89.99   Installing : glibc-devel-2.17-324.el7_9.x86_64                          47/68 
16:37:35 #12 91.67   Installing : gcc-4.8.5-44.el7.x86_64                                    48/68 
16:37:35 #12 92.24   Installing : perl-Test-Harness-3.28-3.el7.noarch                        49/68 
16:37:36 #14 ...
16:37:36 
16:37:36 #24 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
16:37:36 #24 sha256:9ec9fbe7ab678d4a4768a8d4e4ccc5e42718968cdd16a5180c84752381263fd1
16:37:36 #24 35.63 + for f in rootlesskit rootlesskit-docker-proxy
16:37:36 #24 35.63 + GOBIN=/build
16:37:36 #24 35.63 + GO111MODULE=on
16:37:36 #24 35.63 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
16:37:36 #12 92.32   Installing : automake-1.13.4-3.el7.noarch                               50/68 
16:37:36 #12 92.86 install-info: No such file or directory for /usr/share/info/automake.info.gz
16:37:36 #12 92.87   Installing : python-IPy-0.75-6.el7.noarch                               51/68 
16:37:36 #12 92.93   Installing : policycoreutils-python-2.5-34.el7.x86_64                   52/68 
16:37:37 #12 92.98   Installing : policycoreutils-devel-2.5-34.el7.x86_64                    53/68 
16:37:37 #12 93.46   Installing : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             54/68 
16:37:38 #12 94.08   Installing : libtool-2.4.2-22.el7_3.x86_64                              55/68 
16:37:38 #12 94.62 install-info: No such file or directory for /usr/share/info/libtool.info.gz
16:37:38 #12 94.82   Installing : glibc-static-2.17-324.el7_9.x86_64                         56/68 
16:37:38 #12 94.84   Installing : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64            57/68 
16:37:38 #24 ...
16:37:38 
16:37:38 #22 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
16:37:38 #22 sha256:ea6b953fc2f8b0571d691de67c4791a6620fd3014823339e03980e7e82d91cb3
16:37:38 #22 16.63 + cd /tmp/tmp.l8yKtQpsjF/src/github.com/containerd/containerd
16:37:38 #22 16.63 + git checkout -q v1.5.5
16:37:38 #22 17.11 + export 'BUILDTAGS=netgo osusergo static_build'
16:37:38 #22 17.11 + BUILDTAGS='netgo osusergo static_build'
16:37:38 #22 17.11 + export EXTRA_FLAGS=-buildmode=pie
16:37:38 #22 17.11 + EXTRA_FLAGS=-buildmode=pie
16:37:38 #22 17.11 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
16:37:38 #22 17.11 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
16:37:38 #22 17.11 + '[' '' = dynamic ']'
16:37:38 #22 17.11 + make
16:37:38 #22 17.97 + bin/ctr
16:37:38 #12 94.90   Installing : btrfs-progs-devel-4.9.1-1.el7.x86_64                       58/68 
16:37:38 #12 94.92   Installing : libseccomp-devel-2.3.1-4.el7.x86_64                        59/68 
16:37:39 #12 94.95   Installing : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                   60/68 
16:37:39 #12 95.77   Installing : cmake-2.8.12.2-2.el7.x86_64                                61/68 
16:37:39 #12 95.80   Installing : which-2.20-7.el7.x86_64                                    62/68 
16:37:39 #12 96.33 install-info: No such file or directory for /usr/share/info/which.info.gz
16:37:39 #22 ...
16:37:39 
16:37:39 #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:37:39 #14 sha256:30f6ff9aae180b300abc8573fd38b04f7e5ee7e95b9f84500f9bf3de42a86943
16:37:39 #14 39.69 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
16:37:39 #14 39.70 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
16:37:39 #14 39.71 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:37:40 #12 96.86   Cleanup    : 7:device-mapper-1.02.170-6.el7.x86_64                      63/68 
16:37:40 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:37:40 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:37:40 GOOS="" GOARCH="" GOARM=""
16:37:40 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:37:40 
16:37:40 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
16:37:40 + RM_GOPATH=0
16:37:40 + TMP_GOPATH=/go
16:37:40 + : /usr/local/bin
16:37:40 + '[' -z /go ']'
16:37:40 + export GOPATH=/go
16:37:40 + GOPATH=/go
16:37:40 + case "$(go env GOARCH)" in
16:37:40 ++ go env GOARCH
16:37:40 + export GO_BUILDMODE=-buildmode=pie
16:37:40 + GO_BUILDMODE=-buildmode=pie
16:37:40 ++ dirname hack/dockerfile/install/install.sh
16:37:40 + dir=hack/dockerfile/install
16:37:40 + bin=tini
16:37:40 + shift
16:37:40 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
16:37:40 + . hack/dockerfile/install/tini.installer
16:37:40 ++ : v0.19.0
16:37:40 + install_tini
16:37:40 + echo 'Install tini version v0.19.0'
16:37:40 + git clone https://github.com/krallin/tini.git /go/tini
16:37:40 Install tini version v0.19.0
16:37:40 Cloning into '/go/tini'...
16:37:40 + cd /go/tini
16:37:40 + git checkout -q v0.19.0
16:37:40 + cmake .
16:37:40 -- The C compiler identification is GNU 9.3.0
16:37:40 -- Check for working C compiler: /usr/bin/cc
16:37:40 -- Check for working C compiler: /usr/bin/cc -- works
16:37:40 -- Detecting C compiler ABI info
16:37:40 -- Detecting C compiler ABI info - done
16:37:40 -- Detecting C compile features
16:37:40 -- Detecting C compile features - done
16:37:40 -- Performing Test HAS_BUILTIN_FORTIFY
16:37:40 -- Performing Test HAS_BUILTIN_FORTIFY - Success
16:37:40 -- Configuring done
16:37:40 -- Generating done
16:37:40 -- Build files have been written to: /go/tini
16:37:40 + make tini-static
16:37:40 make[2]: Entering directory '/go/tini'
16:37:40 make[3]: Entering directory '/go/tini'
16:37:40 make[4]: Entering directory '/go/tini'
16:37:40 make[5]: Entering directory '/go/tini'
16:37:40 Scanning dependencies of target tini-static
16:37:40 make[5]: Leaving directory '/go/tini'
16:37:40 make[5]: Entering directory '/go/tini'
16:37:40 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:37:40 [100%] Linking C executable tini-static
16:37:40 make[5]: Leaving directory '/go/tini'
16:37:40 [100%] Built target tini-static
16:37:40 make[4]: Leaving directory '/go/tini'
16:37:40 make[3]: Leaving directory '/go/tini'
16:37:40 make[2]: Leaving directory '/go/tini'
16:37:40 + mkdir -p /usr/local/bin
16:37:40 + cp tini-static /usr/local/bin/docker-init
16:37:40 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
16:37:40 + RM_GOPATH=0
16:37:40 + TMP_GOPATH=/go
16:37:40 + : /usr/local/bin
16:37:40 + '[' -z /go ']'
16:37:40 + export GOPATH=/go
16:37:40 + GOPATH=/go
16:37:40 + case "$(go env GOARCH)" in
16:37:40 ++ go env GOARCH
16:37:40 + export GO_BUILDMODE=-buildmode=pie
16:37:40 + GO_BUILDMODE=-buildmode=pie
16:37:40 ++ dirname hack/dockerfile/install/install.sh
16:37:40 + dir=hack/dockerfile/install
16:37:40 + bin=rootlesskit
16:37:40 + shift
16:37:40 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
16:37:40 + . hack/dockerfile/install/rootlesskit.installer
16:37:40 ++ : v0.14.4
16:37:40 + install_rootlesskit dynamic
16:37:40 + case "$1" in
16:37:40 + install_rootlesskit_dynamic
16:37:40 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
16:37:40 + ROOTLESSKIT_LDFLAGS=-linkmode=external
16:37:40 + export BUILD_MODE=-buildmode=pie
16:37:40 + BUILD_MODE=-buildmode=pie
16:37:40 + _install_rootlesskit
16:37:40 Install rootlesskit version v0.14.4
16:37:40 + echo 'Install rootlesskit version v0.14.4'
16:37:40 + for f in rootlesskit rootlesskit-docker-proxy
16:37:40 + GOBIN=/usr/local/bin
16:37:40 + GO111MODULE=on
16:37:40 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
16:37:40 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
16:37:41 #12 96.88   Cleanup    : 7:device-mapper-libs-1.02.170-6.el7.x86_64                 64/68 
16:37:41 #14 ...
16:37:41 
16:37:41 #24 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
16:37:41 #24 sha256:9ec9fbe7ab678d4a4768a8d4e4ccc5e42718968cdd16a5180c84752381263fd1
16:37:41 #24 DONE 41.4s
16:37:41 
16:37:41 #25 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
16:37:41 #25 sha256:2522ee796fd17654773cfcc22606285bfc7f5f7ffbfac35e72715ecae3feb224
16:37:41 #25 DONE 0.1s
16:37:41 
16:37:41 #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:37:41 #14 sha256:30f6ff9aae180b300abc8573fd38b04f7e5ee7e95b9f84500f9bf3de42a86943
16:37:41 #14 41.44 Selecting previously unselected package g++-mingw-w64-x86-64.
16:37:41 #14 41.44 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
16:37:41 #14 41.46 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:37:41 #14 ...
16:37:41 
16:37:41 #26 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:37:41 #26 sha256:8df8de63f53548b9640f51598cc87bd46e2988fd1df5e9a45a882f497a2ed932
16:37:41 #26 DONE 0.1s
16:37:41 
16:37:41 #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:37:41 #14 sha256:30f6ff9aae180b300abc8573fd38b04f7e5ee7e95b9f84500f9bf3de42a86943
16:37:41 #14 41.56 Selecting previously unselected package libapparmor1:amd64.
16:37:41 #14 41.56 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
16:37:41 #14 41.56 Unpacking libapparmor1:amd64 (2.13.6-10) ...
16:37:41 #14 41.67 Selecting previously unselected package libapparmor-dev:amd64.
16:37:41 #14 41.67 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
16:37:41 #14 41.68 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
16:37:42 #12 97.95   Cleanup    : systemd-219-78.el7.x86_64                                  65/68 
16:37:42 #14 41.78 Selecting previously unselected package libbtrfs0:amd64.
16:37:42 #14 41.79 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
16:37:42 #14 41.79 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
16:37:42 #14 41.91 Selecting previously unselected package libbtrfs-dev:amd64.
16:37:42 #14 41.91 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
16:37:42 #14 41.91 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
16:37:42 #14 42.00 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
16:37:42 #14 42.00 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
16:37:42 #14 42.01 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
16:37:42 #14 42.04 Selecting previously unselected package libudev-dev:amd64.
16:37:42 #14 42.04 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
16:37:42 #14 42.05 Unpacking libudev-dev:amd64 (247.3-6) ...
16:37:42 #14 42.14 Selecting previously unselected package libsepol1-dev:amd64.
16:37:42 #14 42.14 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
16:37:42 #14 42.14 Unpacking libsepol1-dev:amd64 (3.1-1) ...
16:37:42 #14 42.26 Selecting previously unselected package libpcre2-16-0:amd64.
16:37:42 #14 42.26 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
16:37:42 #14 42.27 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
16:37:42 #14 42.35 Selecting previously unselected package libpcre2-32-0:amd64.
16:37:42 #14 42.36 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
16:37:42 #12 98.50   Cleanup    : systemd-libs-219-78.el7.x86_64                             66/68 
16:37:42 #12 99.04   Cleanup    : glibc-common-2.17-317.el7.x86_64                           67/68 
16:37:42 #14 42.36 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
16:37:42 #14 42.45 Selecting previously unselected package libpcre2-posix2:amd64.
16:37:42 #14 42.45 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
16:37:42 #14 42.45 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
16:37:42 #14 42.50 Selecting previously unselected package libpcre2-dev:amd64.
16:37:42 #14 42.51 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
16:37:42 #14 42.51 Unpacking libpcre2-dev:amd64 (10.36-2) ...
16:37:42 #14 42.72 Selecting previously unselected package libselinux1-dev:amd64.
16:37:42 #14 42.73 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
16:37:42 #14 42.73 Unpacking libselinux1-dev:amd64 (3.1-3) ...
16:37:43 #14 42.86 Selecting previously unselected package libdevmapper-dev:amd64.
16:37:43 #14 42.86 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
16:37:43 #14 42.91 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
16:37:43 #14 42.98 Selecting previously unselected package libseccomp-dev:amd64.
16:37:43 #14 42.99 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ...
16:37:43 #14 43.00 Unpacking libseccomp-dev:amd64 (2.5.1-1) ...
16:37:43 #14 43.05 Selecting previously unselected package libsystemd-dev:amd64.
16:37:43 #14 43.05 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
16:37:43 #14 43.06 Unpacking libsystemd-dev:amd64 (247.3-6) ...
16:37:43 #14 43.26 Setting up libseccomp-dev:amd64 (2.5.1-1) ...
16:37:43 #14 43.27 Setting up libapparmor1:amd64 (2.13.6-10) ...
16:37:43 #14 43.28 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:37:43 #14 43.29 Setting up libsepol1-dev:amd64 (3.1-1) ...
16:37:43 #14 43.30 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:37:43 #14 43.31 Setting up libpcre2-16-0:amd64 (10.36-2) ...
16:37:43 #14 43.32 Setting up libbtrfs0:amd64 (5.10.1-2) ...
16:37:43 #14 43.34 Setting up libpcre2-32-0:amd64 (10.36-2) ...
16:37:43 #14 43.35 Setting up libudev-dev:amd64 (247.3-6) ...
16:37:43 #14 43.36 Setting up libpcre2-posix2:amd64 (10.36-2) ...
16:37:43 #14 43.37 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:37:43 #14 43.38 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
16:37:43 #14 43.39 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:37:43 #14 43.40 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
16:37:43 #14 43.41 Setting up mingw-w64-common (8.0.0-1) ...
16:37:43 #14 43.42 Setting up libsystemd-dev:amd64 (247.3-6) ...
16:37:43 #14 43.43 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
16:37:43 #14 43.44 Setting up libpcre2-dev:amd64 (10.36-2) ...
16:37:43 #14 43.45 Setting up libselinux1-dev:amd64 (3.1-3) ...
16:37:43 #14 43.46 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:37:43 #14 43.47 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:37:43 #14 43.48 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
16:37:43 #14 43.49 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:37:43 #14 43.49 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
16:37:43 #14 43.50 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
16:37:43 #14 43.51 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:37:43 #14 43.52 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
16:37:43 #14 43.52 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:37:43 #14 43.54 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:37:43 #14 43.55 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
16:37:43 #14 43.56 Setting up dmsetup (2:1.02.175-2.1) ...
16:37:43 #14 43.57 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
16:37:43 #14 43.58 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
16:37:43 #14 43.59 Processing triggers for libc-bin (2.31-13) ...
16:37:43 #14 DONE 43.8s
16:37:43 
16:37:43 #22 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
16:37:43 #22 sha256:ea6b953fc2f8b0571d691de67c4791a6620fd3014823339e03980e7e82d91cb3
16:37:43 #22 ...
16:37:43 
16:37:43 #18 [binary-base 1/6] COPY --from=tini        /build/ /usr/local/bin/
16:37:43 #18 sha256:88858ab99535d8d2e175b04f000bf3600529d911d70d8db4d36acc4b7d401b23
16:37:44 #12 99.07   Cleanup    : glibc-2.17-317.el7.x86_64                                  68/68 
16:37:44 #12 100.2   Verifying  : fipscheck-lib-1.4.1-6.el7.x86_64                            1/68 
16:37:44 #12 100.2   Verifying  : glibc-static-2.17-324.el7_9.x86_64                          2/68 
16:37:44 #12 100.2   Verifying  : policycoreutils-python-2.5-34.el7.x86_64                    3/68 
16:37:44 #12 100.2   Verifying  : glibc-2.17-324.el7_9.x86_64                                 4/68 
16:37:44 #12 100.2   Verifying  : libtool-ltdl-devel-2.4.2-22.el7_3.x86_64                    5/68 
16:37:44 #12 100.2   Verifying  : cmake-2.8.12.2-2.el7.x86_64                                 6/68 
16:37:44 #12 100.3   Verifying  : btrfs-progs-devel-4.9.1-1.el7.x86_64                        7/68 
16:37:44 #12 100.3   Verifying  : libselinux-devel-2.5-15.el7.x86_64                          8/68 
16:37:44 #12 100.3   Verifying  : automake-1.13.4-3.el7.noarch                                9/68 
16:37:44 #12 100.3   Verifying  : lzo-2.06-8.el7.x86_64                                      10/68 
16:37:44 #12 100.3   Verifying  : m4-1.4.16-10.el7.x86_64                                    11/68 
16:37:44 #12 100.3   Verifying  : 7:device-mapper-libs-1.02.170-6.el7_9.5.x86_64             12/68 
16:37:44 #12 100.3   Verifying  : git-1.8.3.1-23.el7_8.x86_64                                13/68 
16:37:44 #12 100.3   Verifying  : checkpolicy-2.5-8.el7.x86_64                               14/68 
16:37:44 #12 100.3   Verifying  : btrfs-progs-4.9.1-1.el7.x86_64                             15/68 
16:37:44 #12 100.3   Verifying  : perl-TermReadKey-2.30-20.el7.x86_64                        16/68 
16:37:44 #12 100.3   Verifying  : systemd-libs-219-78.el7_9.3.x86_64                         17/68 
16:37:44 #12 100.4   Verifying  : which-2.20-7.el7.x86_64                                    18/68 
16:37:44 #12 100.4   Verifying  : libtool-ltdl-2.4.2-22.el7_3.x86_64                         19/68 
16:37:44 #12 100.4   Verifying  : glibc-headers-2.17-324.el7_9.x86_64                        20/68 
16:37:44 #12 100.4   Verifying  : cpp-4.8.5-44.el7.x86_64                                    21/68 
16:37:44 #12 100.4   Verifying  : python-IPy-0.75-6.el7.noarch                               22/68 
16:37:44 #12 100.4   Verifying  : libseccomp-2.3.1-4.el7.x86_64                              23/68 
16:37:44 #12 100.4   Verifying  : fipscheck-1.4.1-6.el7.x86_64                               24/68 
16:37:44 #12 100.4   Verifying  : glibc-common-2.17-324.el7_9.x86_64                         25/68 
16:37:44 #12 100.4   Verifying  : libselinux-utils-2.5-15.el7.x86_64                         26/68 
16:37:44 #12 100.4   Verifying  : 1:make-3.82-24.el7.x86_64                                  27/68 
16:37:44 #12 100.4   Verifying  : openssh-7.4p1-21.el7.x86_64                                28/68 
16:37:44 #12 100.5   Verifying  : perl-Git-1.8.3.1-23.el7_8.noarch                           29/68 
16:37:44 #12 100.5   Verifying  : libtool-2.4.2-22.el7_3.x86_64                              30/68 
16:37:44 #18 DONE 0.2s
16:37:44 
16:37:44 #19 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
16:37:44 #19 sha256:da37acc4218da7f24d07e9f0f4f2fb8e487104eed34ab452dee4c83da83afab1
16:37:44 #12 100.5   Verifying  : setools-libs-3.3.8-4.el7.x86_64                            31/68 
16:37:44 #12 100.5   Verifying  : systemd-219-78.el7_9.3.x86_64                              32/68 
16:37:44 #12 100.5   Verifying  : libsemanage-python-2.5-14.el7.x86_64                       33/68 
16:37:44 #12 100.5   Verifying  : e2fsprogs-libs-1.42.9-19.el7.x86_64                        34/68 
16:37:44 #12 100.5   Verifying  : libarchive-3.1.2-14.el7_7.x86_64                           35/68 
16:37:44 #12 100.5   Verifying  : mpfr-3.1.1-4.el7.x86_64                                    36/68 
16:37:44 #12 100.5   Verifying  : perl-Data-Dumper-2.145-3.el7.x86_64                        37/68 
16:37:44 #12 100.5   Verifying  : selinux-policy-devel-3.13.1-268.el7_9.2.noarch             38/68 
16:37:44 #12 100.6   Verifying  : openssh-clients-7.4p1-21.el7.x86_64                        39/68 
16:37:44 #12 100.6   Verifying  : perl-Test-Harness-3.28-3.el7.noarch                        40/68 
16:37:44 #12 100.6   Verifying  : libselinux-python-2.5-15.el7.x86_64                        41/68 
16:37:44 #12 100.6   Verifying  : libseccomp-devel-2.3.1-4.el7.x86_64                        42/68 
16:37:44 #12 100.6   Verifying  : kernel-headers-3.10.0-1160.42.2.el7.x86_64                 43/68 
16:37:44 #12 100.6   Verifying  : gcc-4.8.5-44.el7.x86_64                                    44/68 
16:37:44 #12 100.6   Verifying  : libmpc-1.0.1-3.el7.x86_64                                  45/68 
16:37:44 #12 100.7   Verifying  : selinux-policy-3.13.1-268.el7_9.2.noarch                   46/68 
16:37:44 #12 100.7   Verifying  : audit-libs-python-2.8.5-4.el7.x86_64                       47/68 
16:37:44 #12 100.7   Verifying  : libsepol-devel-2.5-10.el7.x86_64                           48/68 
16:37:44 #12 100.7   Verifying  : 1:perl-Error-0.17020-2.el7.noarch                          49/68 
16:37:44 #12 100.7   Verifying  : policycoreutils-devel-2.5-34.el7.x86_64                    50/68 
16:37:44 #12 100.7   Verifying  : pcre-devel-8.32-17.el7.x86_64                              51/68 
16:37:44 #12 100.7   Verifying  : autoconf-2.69-11.el7.noarch                                52/68 
16:37:44 #12 100.7   Verifying  : libedit-3.0-12.20121213cvs.el7.x86_64                      53/68 
16:37:44 #12 100.7   Verifying  : 7:device-mapper-devel-1.02.170-6.el7_9.5.x86_64            54/68 
16:37:44 #12 100.7   Verifying  : rsync-3.1.2-10.el7.x86_64                                  55/68 
16:37:44 #12 100.7   Verifying  : glibc-devel-2.17-324.el7_9.x86_64                          56/68 
16:37:44 #12 100.8   Verifying  : 7:device-mapper-1.02.170-6.el7_9.5.x86_64                  57/68 
16:37:44 #12 100.8   Verifying  : policycoreutils-2.5-34.el7.x86_64                          58/68 
16:37:44 #12 100.8   Verifying  : libgomp-4.8.5-44.el7.x86_64                                59/68 
16:37:44 #12 100.8   Verifying  : systemd-devel-219-78.el7_9.3.x86_64                        60/68 
16:37:44 #12 100.8   Verifying  : less-458-9.el7.x86_64                                      61/68 
16:37:44 #12 100.8   Verifying  : libcgroup-0.41-21.el7.x86_64                               62/68 
16:37:44 #12 100.8   Verifying  : 7:device-mapper-libs-1.02.170-6.el7.x86_64                 63/68 
16:37:44 #12 100.8   Verifying  : glibc-2.17-317.el7.x86_64                                  64/68 
16:37:44 #12 100.8   Verifying  : glibc-common-2.17-317.el7.x86_64                           65/68 
16:37:44 #12 100.8   Verifying  : systemd-libs-219-78.el7.x86_64                             66/68 
16:37:44 #12 100.8   Verifying  : systemd-219-78.el7.x86_64                                  67/68 
16:37:44 #12 100.8   Verifying  : 7:device-mapper-1.02.170-6.el7.x86_64                      68/68 
16:37:44 #12 100.9 
16:37:44 #12 100.9 Installed:
16:37:44 #12 100.9   btrfs-progs-devel.x86_64 0:4.9.1-1.el7                                        
16:37:44 #12 100.9   cmake.x86_64 0:2.8.12.2-2.el7                                                 
16:37:44 #12 100.9   device-mapper-devel.x86_64 7:1.02.170-6.el7_9.5                               
16:37:44 #12 100.9   gcc.x86_64 0:4.8.5-44.el7                                                     
16:37:44 #12 100.9   git.x86_64 0:1.8.3.1-23.el7_8                                                 
16:37:44 #12 100.9   glibc-static.x86_64 0:2.17-324.el7_9                                          
16:37:44 #12 100.9   libarchive.x86_64 0:3.1.2-14.el7_7                                            
16:37:44 #12 100.9   libseccomp-devel.x86_64 0:2.3.1-4.el7                                         
16:37:44 #12 100.9   libselinux-devel.x86_64 0:2.5-15.el7                                          
16:37:44 #12 100.9   libtool.x86_64 0:2.4.2-22.el7_3                                               
16:37:44 #12 100.9   libtool-ltdl-devel.x86_64 0:2.4.2-22.el7_3                                    
16:37:44 #12 100.9   make.x86_64 1:3.82-24.el7                                                     
16:37:44 #12 100.9   selinux-policy-devel.noarch 0:3.13.1-268.el7_9.2                              
16:37:44 #12 100.9   systemd-devel.x86_64 0:219-78.el7_9.3                                         
16:37:44 #12 100.9   which.x86_64 0:2.20-7.el7                                                     
16:37:44 #12 100.9 
16:37:44 #12 100.9 Dependency Installed:
16:37:44 #12 100.9   audit-libs-python.x86_64 0:2.8.5-4.el7                                        
16:37:44 #12 100.9   autoconf.noarch 0:2.69-11.el7                                                 
16:37:44 #12 100.9   automake.noarch 0:1.13.4-3.el7                                                
16:37:44 #12 100.9   btrfs-progs.x86_64 0:4.9.1-1.el7                                              
16:37:44 #12 100.9   checkpolicy.x86_64 0:2.5-8.el7                                                
16:37:44 #12 100.9   cpp.x86_64 0:4.8.5-44.el7                                                     
16:37:44 #12 100.9   e2fsprogs-libs.x86_64 0:1.42.9-19.el7                                         
16:37:44 #12 100.9   fipscheck.x86_64 0:1.4.1-6.el7                                                
16:37:44 #12 100.9   fipscheck-lib.x86_64 0:1.4.1-6.el7                                            
16:37:44 #12 100.9   glibc-devel.x86_64 0:2.17-324.el7_9                                           
16:37:44 #12 100.9   glibc-headers.x86_64 0:2.17-324.el7_9                                         
16:37:44 #12 100.9   kernel-headers.x86_64 0:3.10.0-1160.42.2.el7                                  
16:37:44 #12 100.9   less.x86_64 0:458-9.el7                                                       
16:37:44 #12 100.9   libcgroup.x86_64 0:0.41-21.el7                                                
16:37:44 #12 100.9   libedit.x86_64 0:3.0-12.20121213cvs.el7                                       
16:37:44 #12 100.9   libgomp.x86_64 0:4.8.5-44.el7                                                 
16:37:44 #12 100.9   libmpc.x86_64 0:1.0.1-3.el7                                                   
16:37:44 #12 100.9   libseccomp.x86_64 0:2.3.1-4.el7                                               
16:37:44 #12 100.9   libselinux-python.x86_64 0:2.5-15.el7                                         
16:37:44 #12 100.9   libselinux-utils.x86_64 0:2.5-15.el7                                          
16:37:44 #12 100.9   libsemanage-python.x86_64 0:2.5-14.el7                                        
16:37:44 #12 100.9   libsepol-devel.x86_64 0:2.5-10.el7                                            
16:37:44 #12 100.9   libtool-ltdl.x86_64 0:2.4.2-22.el7_3                                          
16:37:44 #12 100.9   lzo.x86_64 0:2.06-8.el7                                                       
16:37:44 #12 100.9   m4.x86_64 0:1.4.16-10.el7                                                     
16:37:44 #12 100.9   mpfr.x86_64 0:3.1.1-4.el7                                                     
16:37:44 #12 100.9   openssh.x86_64 0:7.4p1-21.el7                                                 
16:37:44 #12 100.9   openssh-clients.x86_64 0:7.4p1-21.el7                                         
16:37:44 #12 100.9   pcre-devel.x86_64 0:8.32-17.el7                                               
16:37:44 #12 100.9   perl-Data-Dumper.x86_64 0:2.145-3.el7                                         
16:37:44 #12 100.9   perl-Error.noarch 1:0.17020-2.el7                                             
16:37:44 #12 100.9   perl-Git.noarch 0:1.8.3.1-23.el7_8                                            
16:37:44 #12 100.9   perl-TermReadKey.x86_64 0:2.30-20.el7                                         
16:37:44 #12 100.9   perl-Test-Harness.noarch 0:3.28-3.el7                                         
16:37:44 #12 100.9   policycoreutils.x86_64 0:2.5-34.el7                                           
16:37:44 #12 100.9   policycoreutils-devel.x86_64 0:2.5-34.el7                                     
16:37:44 #12 100.9   policycoreutils-python.x86_64 0:2.5-34.el7                                    
16:37:44 #12 100.9   python-IPy.noarch 0:0.75-6.el7                                                
16:37:44 #12 100.9   rsync.x86_64 0:3.1.2-10.el7                                                   
16:37:44 #12 100.9   selinux-policy.noarch 0:3.13.1-268.el7_9.2                                    
16:37:44 #12 100.9   setools-libs.x86_64 0:3.3.8-4.el7                                             
16:37:44 #12 100.9 
16:37:44 #12 100.9 Dependency Updated:
16:37:44 #12 100.9   device-mapper.x86_64 7:1.02.170-6.el7_9.5                                     
16:37:44 #12 100.9   device-mapper-libs.x86_64 7:1.02.170-6.el7_9.5                                
16:37:44 #12 100.9   glibc.x86_64 0:2.17-324.el7_9                                                 
16:37:44 #12 100.9   glibc-common.x86_64 0:2.17-324.el7_9                                          
16:37:44 #12 100.9   systemd.x86_64 0:219-78.el7_9.3                                               
16:37:44 #12 100.9   systemd-libs.x86_64 0:219-78.el7_9.3                                          
16:37:44 #12 100.9 
16:37:44 #12 100.9 Complete!
16:37:44 #12 DONE 101.2s
16:37:44 
16:37:44 #14 [stage-1 6/7] COPY --from=golang /usr/local/go /usr/local/go
16:37:44 #14 sha256:04617a02fa8f9ac090aa487e72c5287f1b90e21598efe80fe8ba63d8c000972b
16:37:45 #19 0.964 + RM_GOPATH=0
16:37:45 #19 0.964 + TMP_GOPATH=
16:37:45 #19 0.964 + : /build
16:37:45 #19 0.964 + '[' -z '' ']'
16:37:45 #19 0.964 ++ mktemp -d
16:37:45 #19 0.966 + export GOPATH=/tmp/tmp.VAXb0se1kE
16:37:45 #19 0.966 + GOPATH=/tmp/tmp.VAXb0se1kE
16:37:45 #19 0.966 + RM_GOPATH=1
16:37:45 #19 0.966 + case "$(go env GOARCH)" in
16:37:45 #19 0.966 ++ go env GOARCH
16:37:45 #19 0.977 + export GO_BUILDMODE=-buildmode=pie
16:37:45 #19 0.977 + GO_BUILDMODE=-buildmode=pie
16:37:45 #19 0.977 ++ dirname /tmp/install/install.sh
16:37:45 #19 0.979 Install runc version v1.0.2 (build tags: seccomp)
16:37:45 #19 0.979 + dir=/tmp/install
16:37:45 #19 0.979 + bin=runc
16:37:45 #19 0.979 + shift
16:37:45 #19 0.979 + '[' '!' -f /tmp/install/runc.installer ']'
16:37:45 #19 0.979 + . /tmp/install/runc.installer
16:37:45 #19 0.979 ++ set -e
16:37:45 #19 0.979 ++ : v1.0.2
16:37:45 #19 0.979 + install_runc
16:37:45 #19 0.979 + RUNC_BUILDTAGS=seccomp
16:37:45 #19 0.979 + echo 'Install runc version v1.0.2 (build tags: seccomp)'
16:37:45 #19 0.979 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.VAXb0se1kE/src/github.com/opencontainers/runc
16:37:45 #19 0.983 Cloning into '/tmp/tmp.VAXb0se1kE/src/github.com/opencontainers/runc'...
16:37:46 #14 DONE 2.0s
16:37:46 
16:37:46 #15 [stage-1 7/7] WORKDIR /root/rpmbuild
16:37:46 #15 sha256:8503b15200ee864fce7cf915d1f892c9cb28e0e4fdaa32e01774fb4813ff58de
16:37:46 #15 DONE 0.0s
16:37:46 
16:37:46 #16 exporting to image
16:37:46 #16 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:37:46 #16 exporting layers
16:37:47 #19 3.869 + cd /tmp/tmp.VAXb0se1kE/src/github.com/opencontainers/runc
16:37:47 #19 3.869 + git checkout -q v1.0.2
16:37:48 #19 4.040 + '[' -z '' ']'
16:37:48 #19 4.040 + target=static
16:37:48 #19 4.041 + make BUILDTAGS=seccomp static
16:37:48 #19 4.200 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc .
16:37:50 go: downloading github.com/pkg/errors v0.9.1
16:37:50 go: downloading github.com/sirupsen/logrus v1.8.1
16:37:50 go: downloading github.com/urfave/cli/v2 v2.3.0
16:37:50 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:37:51 #16 exporting layers 4.4s done
16:37:51 #16 writing image sha256:696b00cddf0b74231c194828e9bfa85b3de02afe0ee4fb89e9ec933d681523cb done
16:37:51 #16 naming to docker.io/rpmbuild-centos-7/x86_64 done
16:37:51 #16 DONE 4.4s
16:37:51 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm/rpmbuild/centos-7/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm/rpmbuild/centos-7/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-7/x86_64 -ba --define '_gitcommit_cli e3023ca' --define '_gitcommit_engine 5176095' --define '_release 0' --define '_version 0.0.0.20210916145224.e3023ca' --define '_origversion 0.0.0-20210916145224-e3023ca' --define '_scan_rpm_version 0.8.0' --define '_scan_version v0.8.0' --define '_scan_gitcommit 35651ca'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-scan-plugin.spec
16:37:51 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:37:51 go: downloading github.com/google/uuid v1.3.0
16:37:51 go: downloading github.com/moby/vpnkit v0.5.0
16:37:51 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:37:51 go: downloading github.com/gofrs/flock v0.8.1
16:37:51 go: downloading github.com/gorilla/mux v1.8.0
16:37:51 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.kh0e8s
16:37:51 + umask 022
16:37:51 + cd /root/rpmbuild/BUILD
16:37:51 + cd /root/rpmbuild/BUILD
16:37:51 + rm -rf src
16:37:51 + /usr/bin/mkdir -p src
16:37:51 + cd src
16:37:51 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:37:51 + /usr/bin/tar -xf -
16:37:51 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:37:51 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:37:51 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:37:52 + STATUS=0
16:37:52 + '[' 0 -ne 0 ']'
16:37:52 + /usr/bin/tar -xf -
16:37:52 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:37:52 + STATUS=0
16:37:52 + '[' 0 -ne 0 ']'
16:37:52 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:37:52 + exit 0
16:37:52 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5hiYU7
16:37:52 + umask 022
16:37:52 + cd /root/rpmbuild/BUILD
16:37:52 + cd src
16:37:52 + export DOCKER_GITCOMMIT=5176095
16:37:52 + DOCKER_GITCOMMIT=5176095
16:37:52 + mkdir -p /go/src/github.com/docker
16:37:52 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
16:37:52 + pushd /root/rpmbuild/BUILD/src/engine
16:37:52 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
16:37:52 + TMP_GOPATH=/go
16:37:52 + hack/dockerfile/install/install.sh tini
16:37:52 + RM_GOPATH=0
16:37:52 + TMP_GOPATH=/go
16:37:52 + : /usr/local/bin
16:37:52 + '[' -z /go ']'
16:37:52 + export GOPATH=/go
16:37:52 + GOPATH=/go
16:37:52 + case "$(go env GOARCH)" in
16:37:52 ++ go env GOARCH
16:37:52 + export GO_BUILDMODE=-buildmode=pie
16:37:52 + GO_BUILDMODE=-buildmode=pie
16:37:52 ++ dirname hack/dockerfile/install/install.sh
16:37:52 + dir=hack/dockerfile/install
16:37:52 + bin=tini
16:37:52 + shift
16:37:52 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
16:37:52 + . hack/dockerfile/install/tini.installer
16:37:52 ++ : v0.19.0
16:37:52 + install_tini
16:37:52 + echo 'Install tini version v0.19.0'
16:37:52 Install tini version v0.19.0
16:37:52 + git clone https://github.com/krallin/tini.git /go/tini
16:37:52 Cloning into '/go/tini'...
16:37:53 + cd /go/tini
16:37:53 + git checkout -q v0.19.0
16:37:53 + cmake .
16:37:53 -- The C compiler identification is GNU 4.8.5
16:37:53 -- Check for working C compiler: /usr/bin/cc
16:37:53 -- Check for working C compiler: /usr/bin/cc -- works
16:37:53 -- Detecting C compiler ABI info
16:37:53 -- Detecting C compiler ABI info - done
16:37:53 -- Performing Test HAS_BUILTIN_FORTIFY
16:37:53 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:37:53 -- Configuring done
16:37:53 -- Generating done
16:37:53 -- Build files have been written to: /go/tini
16:37:53 + make tini-static
16:37:53 Scanning dependencies of target tini-static
16:37:53 [100%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:37:53 Linking C executable tini-static
16:37:53 [100%] Built target tini-static
16:37:53 + mkdir -p /usr/local/bin
16:37:53 + cp tini-static /usr/local/bin/docker-init
16:37:53 + VERSION=0.0.0-20210916145224-e3023ca
16:37:53 + PRODUCT=docker
16:37:53 + hack/make.sh dynbinary
16:37:53 
16:37:53 Removing bundles/
16:37:53 
16:37:53 ---> Making bundle: dynbinary (in bundles/dynbinary)
16:37:53 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:37:53 GOOS="" GOARCH="" GOARM=""
16:37:53 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:37:53 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:38:00 + for f in rootlesskit rootlesskit-docker-proxy
16:38:00 + GOBIN=/usr/local/bin
16:38:00 + GO111MODULE=on
16:38:00 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
16:38:00 + return
16:38:00 # Build the CLI
16:38:00 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20210916145224-e3023ca GITCOMMIT=e3023ca LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
16:38:00 Building dynamic docker-linux-amd64
16:38:24 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:38:24 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:38:24 GOOS="" GOARCH="" GOARM=""
16:38:24 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:38:24 
16:38:24 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
16:38:24 + RM_GOPATH=0
16:38:24 + TMP_GOPATH=/go
16:38:24 + : /usr/local/bin
16:38:24 + '[' -z /go ']'
16:38:24 + export GOPATH=/go
16:38:24 + GOPATH=/go
16:38:24 + case "$(go env GOARCH)" in
16:38:24 ++ go env GOARCH
16:38:24 + export GO_BUILDMODE=-buildmode=pie
16:38:24 + GO_BUILDMODE=-buildmode=pie
16:38:24 ++ dirname hack/dockerfile/install/install.sh
16:38:24 + dir=hack/dockerfile/install
16:38:24 + bin=tini
16:38:24 + shift
16:38:24 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
16:38:24 + . hack/dockerfile/install/tini.installer
16:38:24 ++ : v0.19.0
16:38:24 + install_tini
16:38:24 + echo 'Install tini version v0.19.0'
16:38:24 + git clone https://github.com/krallin/tini.git /go/tini
16:38:24 Install tini version v0.19.0
16:38:24 Cloning into '/go/tini'...
16:38:24 + cd /go/tini
16:38:24 + git checkout -q v0.19.0
16:38:24 + cmake .
16:38:24 -- The C compiler identification is GNU 8.3.0
16:38:24 -- Check for working C compiler: /usr/bin/cc
16:38:24 -- Check for working C compiler: /usr/bin/cc -- works
16:38:24 -- Detecting C compiler ABI info
16:38:24 -- Detecting C compiler ABI info - done
16:38:24 -- Detecting C compile features
16:38:24 -- Detecting C compile features - done
16:38:24 -- Performing Test HAS_BUILTIN_FORTIFY
16:38:24 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:38:24 -- Configuring done
16:38:24 -- Generating done
16:38:24 -- Build files have been written to: /go/tini
16:38:24 + make tini-static
16:38:24 make[2]: Entering directory '/go/tini'
16:38:24 make[3]: Entering directory '/go/tini'
16:38:24 make[4]: Entering directory '/go/tini'
16:38:24 make[5]: Entering directory '/go/tini'
16:38:24 Scanning dependencies of target tini-static
16:38:24 make[5]: Leaving directory '/go/tini'
16:38:24 make[5]: Entering directory '/go/tini'
16:38:24 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:38:24 [100%] Linking C executable tini-static
16:38:24 make[5]: Leaving directory '/go/tini'
16:38:24 [100%] Built target tini-static
16:38:24 make[4]: Leaving directory '/go/tini'
16:38:24 make[3]: Leaving directory '/go/tini'
16:38:24 make[2]: Leaving directory '/go/tini'
16:38:24 + mkdir -p /usr/local/bin
16:38:24 + cp tini-static /usr/local/bin/docker-init
16:38:24 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
16:38:24 + RM_GOPATH=0
16:38:24 + TMP_GOPATH=/go
16:38:24 + : /usr/local/bin
16:38:24 + '[' -z /go ']'
16:38:24 + export GOPATH=/go
16:38:24 + GOPATH=/go
16:38:24 + case "$(go env GOARCH)" in
16:38:24 ++ go env GOARCH
16:38:24 + export GO_BUILDMODE=-buildmode=pie
16:38:24 + GO_BUILDMODE=-buildmode=pie
16:38:24 ++ dirname hack/dockerfile/install/install.sh
16:38:24 + dir=hack/dockerfile/install
16:38:24 + bin=rootlesskit
16:38:24 + shift
16:38:24 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
16:38:24 + . hack/dockerfile/install/rootlesskit.installer
16:38:24 ++ : v0.14.4
16:38:24 + install_rootlesskit dynamic
16:38:24 + case "$1" in
16:38:24 + install_rootlesskit_dynamic
16:38:24 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
16:38:24 + ROOTLESSKIT_LDFLAGS=-linkmode=external
16:38:24 + export BUILD_MODE=-buildmode=pie
16:38:24 + BUILD_MODE=-buildmode=pie
16:38:24 + _install_rootlesskit
16:38:24 + echo 'Install rootlesskit version v0.14.4'
16:38:24 + for f in rootlesskit rootlesskit-docker-proxy
16:38:24 + GOBIN=/usr/local/bin
16:38:24 + GO111MODULE=on
16:38:24 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
16:38:24 Install rootlesskit version v0.14.4
16:38:24 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
16:38:44 #19 57.29 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
16:38:44 #19 58.14 + mkdir -p /build
16:38:44 #19 58.15 + cp runc /build/runc
16:38:44 #19 DONE 58.6s
16:38:44 
16:38:44 #22 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
16:38:44 #22 sha256:ea6b953fc2f8b0571d691de67c4791a6620fd3014823339e03980e7e82d91cb3
16:38:44 #22 ...
16:38:44 
16:38:44 #20 [binary-base 2/6] COPY --from=runc        /build/ /usr/local/bin/
16:38:44 #20 sha256:ed2192bb89ddf27dd20cb6a2ddebcc9bb97291b09a5715f48fc5fd26768f1675
16:38:44 #20 DONE 0.2s
16:38:44 
16:38:44 #22 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
16:38:44 #22 sha256:ea6b953fc2f8b0571d691de67c4791a6620fd3014823339e03980e7e82d91cb3
16:38:47 #22 95.92 + bin/containerd
16:38:51 go: downloading github.com/pkg/errors v0.9.1
16:38:51 go: downloading github.com/sirupsen/logrus v1.8.1
16:38:51 go: downloading github.com/urfave/cli/v2 v2.3.0
16:38:51 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:38:51 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:38:51 go: downloading github.com/google/uuid v1.3.0
16:38:51 go: downloading github.com/moby/vpnkit v0.5.0
16:38:51 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:38:51 go: downloading github.com/gofrs/flock v0.8.1
16:38:51 go: downloading github.com/gorilla/mux v1.8.0
16:38:51 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:38:51 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:38:51 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:38:51 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:38:51 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:39:01 + for f in rootlesskit rootlesskit-docker-proxy
16:39:01 + GOBIN=/usr/local/bin
16:39:01 + GO111MODULE=on
16:39:01 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
16:39:04 + return
16:39:04 # Build the CLI
16:39:04 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20210916145224-e3023ca GITCOMMIT=e3023ca LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
16:39:04 Building dynamic docker-linux-arm-v6
16:39:20 #22 127.9 # github.com/containerd/containerd/cmd/containerd
16:39:20 #22 127.9 /usr/bin/ld: /tmp/go-link-691500478/000019.o: in function `New':
16:39:20 #22 127.9 /tmp/tmp.l8yKtQpsjF/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
16:39:20 #22 128.0 + bin/containerd-stress
16:39:20 #22 129.1 + bin/containerd-shim
16:39:22 make[2]: Entering directory '/root/build-deb/cli'
16:39:22 scripts/docs/generate-man.sh
16:39:29 #22 136.1 + bin/containerd-shim-runc-v1
16:39:30 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:39:30 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:39:30 GOOS="" GOARCH="" GOARM=""
16:39:30 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:39:30 
16:39:30 + popd
16:39:30 ~/rpmbuild/BUILD/src
16:39:30 + exit 0
16:39:30 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.2HqDmL
16:39:30 + umask 022
16:39:30 + cd /root/rpmbuild/BUILD
16:39:30 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64 '!=' / ']'
16:39:30 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:39:30 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:39:30 + mkdir -p /root/rpmbuild/BUILDROOT
16:39:30 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:39:30 + cd src
16:39:30 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
16:39:30 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/bin/dockerd
16:39:30 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
16:39:30 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/bin/docker-proxy
16:39:30 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/bin/docker-init
16:39:30 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/lib/systemd/system/docker.service
16:39:30 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/lib/systemd/system/docker.socket
16:39:30 + /usr/lib/rpm/check-buildroot
16:39:30 + /usr/lib/rpm/redhat/brp-compress
16:39:30 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
16:39:30 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:39:30 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
16:39:30 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
16:39:30 + /usr/lib/rpm/redhat/brp-python-hardlink
16:39:30 + /usr/lib/rpm/redhat/brp-java-repack-jars
16:39:30 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.bbLCjp
16:39:30 + umask 022
16:39:30 + cd /root/rpmbuild/BUILD
16:39:30 + cd src
16:39:30 ++ engine/bundles/dynbinary-daemon/dockerd --version
16:39:30 + ver='Docker version 0.0.0-20210916145224-e3023ca, build 5176095'
16:39:30 + test 'Docker version 0.0.0-20210916145224-e3023ca, build 5176095' = 'Docker version 0.0.0-20210916145224-e3023ca, build 5176095'
16:39:30 + echo 'PASS: daemon version OK'
16:39:30 + exit 0
16:39:30 PASS: daemon version OK
16:39:30 Processing files: docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:39:30 Provides: docker-ce = 3:0.0.0.20210916145224.e3023ca-0.el7 docker-ce(x86-64) = 3:0.0.0.20210916145224.e3023ca-0.el7
16:39:30 Requires(interp): /bin/sh /bin/sh /bin/sh
16:39:30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:39:30 Requires(post): /bin/sh
16:39:30 Requires(preun): /bin/sh
16:39:30 Requires(postun): /bin/sh
16:39:30 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
16:39:30 Conflicts: docker docker-io docker-engine-cs docker-ee
16:39:30 Obsoletes: docker-ce-selinux docker-engine-selinux docker-engine
16:39:30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:39:30 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.src.rpm
16:39:33 #22 141.2 + bin/containerd-shim-runc-v2
16:39:33 #22 141.8 + binaries
16:39:33 #22 141.8 + install -D bin/containerd /build/containerd
16:39:33 #22 141.8 + install -D bin/containerd-shim /build/containerd-shim
16:39:33 #22 141.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
16:39:33 #22 141.8 + install -D bin/ctr /build/ctr
16:39:34 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64.rpm
16:39:34 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.qk6CjT
16:39:34 + umask 022
16:39:34 + cd /root/rpmbuild/BUILD
16:39:34 + cd src
16:39:34 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:39:34 + exit 0
16:39:34 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.nAEUx0
16:39:34 + umask 022
16:39:34 + cd /root/rpmbuild/BUILD
16:39:34 + cd /root/rpmbuild/BUILD
16:39:34 + rm -rf src
16:39:34 + /usr/bin/mkdir -p src
16:39:34 + cd src
16:39:34 + /usr/bin/tar -xf -
16:39:34 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
16:39:34 + STATUS=0
16:39:34 + '[' 0 -ne 0 ']'
16:39:34 + /usr/bin/tar -xf -
16:39:34 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
16:39:34 + STATUS=0
16:39:34 + '[' 0 -ne 0 ']'
16:39:34 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:39:34 + exit 0
16:39:34 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.SHevw9
16:39:34 + umask 022
16:39:34 + cd /root/rpmbuild/BUILD
16:39:34 + cd src
16:39:34 + mkdir -p /go/src/github.com/docker
16:39:34 + rm -f /go/src/github.com/docker/cli
16:39:34 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
16:39:34 + pushd /go/src/github.com/docker/cli
16:39:34 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
16:39:34 + VERSION=0.0.0-20210916145224-e3023ca
16:39:34 + GITCOMMIT=e3023ca
16:39:34 + GO_LINKMODE=dynamic
16:39:34 + ./scripts/build/binary
16:39:34 Building dynamic docker-linux-amd64
16:39:35 #22 DONE 143.7s
16:39:36 
16:39:36 #23 [binary-base 3/6] COPY --from=containerd  /build/ /usr/local/bin/
16:39:36 #23 sha256:369cff167a7dd604afbe5e4fc5068626f10612a976948b1f5002fd896d88060f
16:39:37 #23 DONE 0.8s
16:39:37 
16:39:37 #27 [binary-base 4/6] COPY --from=rootlesskit /build/ /usr/local/bin/
16:39:37 #27 sha256:cf4b14ca5d8e0338c084c1478cd65370591a3abc39b665645db661d1c24c3800
16:39:37 #27 DONE 0.2s
16:39:37 
16:39:37 #32 [binary-base 5/6] COPY --from=vpnkit      /build/ /usr/local/bin/
16:39:37 #32 sha256:a7cc1bea3b740368ea703158cc011148de360ee2b87ec20230ce6ff48a1ef568
16:39:38 #32 DONE 0.9s
16:39:38 
16:39:38 #33 [binary-base 6/6] WORKDIR /go/src/github.com/docker/docker
16:39:38 #33 sha256:a7d74896b30cca7d3a044e6fef2d5d9d3a389bc73265a446983077f4aaae8c41
16:39:38 #33 DONE 0.0s
16:39:38 
16:39:38 #34 [build-binary 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=bind,target=/go/src/github.com/docker/docker         hack/make.sh binary
16:39:38 #34 sha256:be0259b57745210e87080e39e9f22ca011741ace0322ac703068b4a4d774f6d3
16:39:38 #34 0.395 
16:39:38 #34 0.452 Removing /build/bundles/
16:39:38 #34 0.453 
16:39:38 #34 0.457 ---> Making bundle: binary (in /build/bundles/binary)
16:39:38 #34 0.483 Building: /build/bundles/binary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:39:38 #34 0.483 GOOS="" GOARCH="" GOARM=""
16:40:29 Project root: /go/src/github.com/docker/cli
16:40:29 Generating man pages into /go/src/github.com/docker/cli/man/man1
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
16:40:29 2021/09/16 16:40:26 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
16:40:29 make[2]: Leaving directory '/root/build-deb/cli'
16:40:29 # Build the scan-plugin
16:40:29 # TODO change once we support scan-plugin on other architectures
16:40:29 if [ "amd64" = "amd64" ]; then \
16:40:29 	cd /go/src/github.com/docker/scan-cli-plugin \
16:40:29 	&& PLATFORM_BINARY=docker-scan COMMIT=35651ca TAG_NAME=v0.8.0 make native-build \
16:40:29 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
16:40:29 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
16:40:29 fi
16:40:29 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
16:40:29 GO111MODULE=on make -f builder.Makefile build
16:40:29 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
16:40:29 mkdir -p bin
16:40:29 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=35651ca -X github.com/docker/scan-cli-plugin/internal.Version=v0.8.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:defb5ba5517a29a78736d919d3dc0568f555980a43daefe1ac8a1e7fc0924f25" -o bin/docker-scan ./cmd/docker-scan
16:40:41 make[2]: Entering directory '/root/build-deb/cli'
16:40:41 scripts/docs/generate-man.sh
16:40:56 + DISABLE_WARN_OUTSIDE_CONTAINER=1
16:40:56 + make manpages
16:40:56 scripts/docs/generate-man.sh
16:41:00 #34 72.53 Created binary: /build/bundles/binary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:41:00 #34 73.01 Copying nested executables into /build/bundles/binary-daemon
16:41:00 #34 74.23 Building: /build/bundles/binary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:41:00 #34 74.23 GOOS="" GOARCH="" GOARM=""
16:41:00 #34 74.46 Created binary: /build/bundles/binary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:41:00 #34 74.49 
16:41:00 #34 DONE 76.5s
16:41:00 
16:41:00 #35 [binary 1/1] COPY --from=build-binary /build/bundles/ /
16:41:00 #35 sha256:d1a2f48e01c3efda1def823416efed37e0df11736be9d8958101d4610fc2d674
16:41:00 #35 DONE 2.2s
16:41:00 
16:41:00 #36 exporting to client
16:41:00 #36 sha256:b60a1292d407630dbb741f28ab6ea4ce3cca872ac28eeee56f4e66a182eca4bc
16:41:00 #36 copying files 17.14MB 0.1s
16:41:00 #36 copying files 206.93MB 1.2s done
16:41:00 #36 DONE 1.2s
16:41:00 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker'
16:41:00 mkdir -p build/linux/docker
16:41:00 cp /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli/build/docker build/linux/docker/
16:41:00 for f in dockerd containerd ctr containerd-shim containerd-shim-runc-v2 docker-init docker-proxy runc; do \
16:41:00 	cp -L /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker/bundles/binary-daemon/$f build/linux/docker/$f; \
16:41:00 done
16:41:00 tar -C build/linux -c -z -f build/linux/docker-0.0.0-20210916145224-e3023ca.tgz docker
16:41:10 # extra binaries for running rootless
16:41:10 mkdir -p build/linux/docker-rootless-extras
16:41:10 for f in rootlesskit rootlesskit-docker-proxy dockerd-rootless.sh dockerd-rootless-setuptool.sh vpnkit; do \
16:41:10 	if [ -f /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker/bundles/binary-daemon/$f ]; then \
16:41:10 		cp -L /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker/bundles/binary-daemon/$f build/linux/docker-rootless-extras/$f; \
16:41:10 	fi \
16:41:10 done
16:41:10 tar -C build/linux -c -z -f build/linux/docker-rootless-extras-0.0.0-20210916145224-e3023ca.tgz docker-rootless-extras
16:41:12 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
16:41:12 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
16:41:12 docker buildx inspect | grep -q 'Driver: docker-container' || docker buildx create --use
16:41:12 modest_beaver
16:41:12 mkdir -p build/mac/amd64/docker
16:41:12 GOOS=darwin GOARCH=amd64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-572/static/build/mac/amd64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-572/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-572/static/scripts/build-cli-plugins":/build:ro golang:1.16.8 /build
16:41:12 Unable to find image 'golang:1.16.8' locally
16:41:13 1.16.8: Pulling from library/golang
16:41:13 955615a668ce: Already exists
16:41:13 2756ef5f69a5: Already exists
16:41:13 911ea9f2bd51: Already exists
16:41:13 27b0a22ee906: Already exists
16:41:13 4e94c8ba5874: Already exists
16:41:13 261c19c9b43e: Already exists
16:41:13 ba66844146b3: Already exists
16:41:13 Digest: sha256:0056b049979bfcf13ac2ede60b810349396fab1d510cb60701503dccd01f9153
16:41:13 Status: Downloaded newer image for golang:1.16.8
16:41:14 Cloning into '/go/src/github.com/docker/buildx'...
16:41:16 Fetching origin
16:41:16 + GO111MODULE=on
16:41:16 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:41:37 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
16:41:37 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
16:41:37 go: downloading github.com/spf13/cobra v1.0.0
16:41:37 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
16:41:37 go: downloading github.com/docker/distribution v2.7.1+incompatible
16:41:37 go: downloading github.com/docker/go-connections v0.4.0
16:41:37 go: downloading github.com/sirupsen/logrus v1.4.2
16:41:37 go: downloading github.com/spf13/pflag v1.0.3
16:41:37 go: downloading github.com/theupdateframework/notary v0.6.1
16:41:37 go: downloading github.com/opencontainers/image-spec v1.0.1
16:41:37 go: downloading github.com/docker/go-units v0.4.0
16:41:37 go: downloading github.com/Masterminds/semver/v3 v3.1.0
16:41:37 go: downloading github.com/google/uuid v1.1.1
16:41:37 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:41:37 go: downloading github.com/opencontainers/go-digest v1.0.0
16:41:37 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
16:41:37 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
16:41:37 go: downloading github.com/docker/go v1.5.1-1
16:41:37 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
16:41:37 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
16:41:37 go: downloading github.com/morikuni/aec v1.0.0
16:41:37 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
16:41:38 go: downloading github.com/docker/docker-credential-helpers v0.6.3
16:41:38 go: downloading github.com/containerd/containerd v1.3.4
16:41:38 go: downloading google.golang.org/grpc v1.23.1
16:41:38 go: downloading github.com/gorilla/mux v1.7.4
16:41:38 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
16:41:39 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
16:41:39 go: downloading github.com/gogo/protobuf v1.3.1
16:41:39 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
16:41:39 go: downloading github.com/golang/protobuf v1.3.2
16:41:40 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
16:41:41 go: downloading github.com/docker/go-metrics v0.0.1
16:41:41 go: downloading github.com/prometheus/client_golang v1.1.0
16:41:41 go: downloading github.com/beorn7/perks v1.0.1
16:41:41 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
16:41:41 go: downloading github.com/prometheus/common v0.6.0
16:41:41 go: downloading github.com/prometheus/procfs v0.0.3
16:41:41 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
16:42:04 Project root: /go/src/github.com/docker/cli
16:42:04 Generating man pages into /go/src/github.com/docker/cli/man/man1
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
16:42:04 2021/09/16 16:41:58 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
16:42:04 ~/rpmbuild/BUILD/src
16:42:04 + popd
16:42:04 + pushd /root/rpmbuild/BUILD/src/plugins
16:42:04 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
16:42:04 + for installer in '*.installer'
16:42:04 + '[' buildx.installer '!=' scan.installer ']'
16:42:04 + bash buildx.installer build
16:42:04 Cloning into '/go/src/github.com/docker/buildx'...
16:42:04 Fetching origin
16:42:04 + GO111MODULE=on
16:42:04 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:42:14 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
16:42:14 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
16:42:14 # Build the CLI plugins
16:42:14 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
16:42:14 set -e;cd /sources && \
16:42:14 	tar xzf plugin-installers.tgz; \
16:42:14 	for installer in plugins/*.installer; do \
16:42:14 		LDFLAGS='' bash ${installer} build; \
16:42:14 	done
16:42:14 Cloning into '/go/src/github.com/docker/buildx'...
16:42:14 Fetching origin
16:42:14 + GO111MODULE=on
16:42:14 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:42:32 Project root: /go/src/github.com/docker/cli
16:42:32 Generating man pages into /go/src/github.com/docker/cli/man/man1
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
16:42:32 2021/09/16 16:42:21 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
16:42:32 make[2]: Leaving directory '/root/build-deb/cli'
16:42:32 # Build the scan-plugin
16:42:32 # TODO change once we support scan-plugin on other architectures
16:42:32 if [ "armhf" = "amd64" ]; then \
16:42:32 	cd /go/src/github.com/docker/scan-cli-plugin \
16:42:32 	&& PLATFORM_BINARY=docker-scan COMMIT=35651ca TAG_NAME=v0.8.0 make native-build \
16:42:32 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
16:42:32 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
16:42:32 fi
16:42:32 # Build the CLI plugins
16:42:32 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
16:42:32 set -e;cd /sources && \
16:42:32 	tar xzf plugin-installers.tgz; \
16:42:32 	for installer in plugins/*.installer; do \
16:42:32 		LDFLAGS='' bash ${installer} build; \
16:42:32 	done
16:42:32 Cloning into '/go/src/github.com/docker/buildx'...
16:42:32 Fetching origin
16:42:32 + GO111MODULE=on
16:42:32 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:42:53 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/static:/v -w /v alpine chown -R 1000:1000 build/mac/amd64
16:42:53 Unable to find image 'alpine:latest' locally
16:42:53 latest: Pulling from library/alpine
16:42:53 a0d0a0d46f8b: Already exists
16:42:53 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a
16:42:53 Status: Downloaded newer image for alpine:latest
16:42:53 mkdir -p build/mac/arm64/docker
16:42:53 GOOS=darwin GOARCH=arm64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-572/static/build/mac/arm64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-572/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-572/static/scripts/build-cli-plugins":/build:ro golang:1.16.8 /build
16:42:53 Cloning into '/go/src/github.com/docker/buildx'...
16:42:54 Fetching origin
16:42:54 + GO111MODULE=on
16:42:54 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:43:25 + popd
16:43:25 + exit 0
16:43:25 ~/rpmbuild/BUILD/src
16:43:25 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.36Vz42
16:43:25 + umask 022
16:43:25 + cd /root/rpmbuild/BUILD
16:43:25 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64 '!=' / ']'
16:43:25 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:25 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:25 + mkdir -p /root/rpmbuild/BUILDROOT
16:43:25 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:25 + cd src
16:43:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/bin
16:43:25 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/bin/docker
16:43:25 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
16:43:25 + pushd /root/rpmbuild/BUILD/src/plugins
16:43:25 + for installer in '*.installer'
16:43:25 + '[' buildx.installer '!=' scan.installer ']'
16:43:25 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:25 + PREFIX=/usr/libexec/docker/cli-plugins
16:43:25 + bash buildx.installer install_plugin
16:43:25 + popd
16:43:25 ~/rpmbuild/BUILD/src
16:43:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/bash-completion/completions
16:43:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/zsh/vendor-completions
16:43:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/fish/vendor_completions.d
16:43:25 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/bash-completion/completions/docker
16:43:25 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/zsh/vendor-completions/_docker
16:43:25 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/fish/vendor_completions.d/docker.fish
16:43:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/man/man1
16:43:25 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/man/man1
16:43:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/man/man5
16:43:25 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/man/man5
16:43:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/man/man8
16:43:25 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/man/man8
16:43:25 + mkdir -p build-docs
16:43:25 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:43:25 + cp cli/LICENSE build-docs/LICENSE
16:43:25 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:43:25 + cp cli/MAINTAINERS build-docs/MAINTAINERS
16:43:25 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:43:25 + cp cli/NOTICE build-docs/NOTICE
16:43:25 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:43:25 + cp cli/README.md build-docs/README.md
16:43:25 + /usr/lib/rpm/check-buildroot
16:43:25 + /usr/lib/rpm/redhat/brp-compress
16:43:25 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
16:43:25 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:43:25 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
16:43:25 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
16:43:25 + /usr/lib/rpm/redhat/brp-python-hardlink
16:43:25 + /usr/lib/rpm/redhat/brp-java-repack-jars
16:43:25 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.mwOx1Z
16:43:25 + umask 022
16:43:25 + cd /root/rpmbuild/BUILD
16:43:25 + cd src
16:43:25 ++ cli/build/docker --version
16:43:25 + ver='Docker version 0.0.0-20210916145224-e3023ca, build e3023ca'
16:43:25 + test 'Docker version 0.0.0-20210916145224-e3023ca, build e3023ca' = 'Docker version 0.0.0-20210916145224-e3023ca, build e3023ca'
16:43:25 + echo 'PASS: cli version OK'
16:43:25 PASS: cli version OK
16:43:25 + exit 0
16:43:25 Processing files: docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:25 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.z35GaX
16:43:25 + umask 022
16:43:25 + cd /root/rpmbuild/BUILD
16:43:25 + cd src
16:43:25 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20210916145224.e3023ca
16:43:25 + export DOCDIR
16:43:25 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20210916145224.e3023ca
16:43:25 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20210916145224.e3023ca
16:43:25 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20210916145224.e3023ca
16:43:25 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20210916145224.e3023ca
16:43:25 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/share/doc/docker-ce-cli-0.0.0.20210916145224.e3023ca
16:43:25 + exit 0
16:43:25 Provides: docker-ce-cli = 1:0.0.0.20210916145224.e3023ca-0.el7 docker-ce-cli(x86-64) = 1:0.0.0.20210916145224.e3023ca-0.el7
16:43:25 Requires(interp): /bin/sh
16:43:25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:43:25 Requires(post): /bin/sh
16:43:25 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
16:43:25 Conflicts: docker docker-io docker-engine-cs docker-ee docker-ee-cli
16:43:25 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:25 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.src.rpm
16:43:28 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64.rpm
16:43:28 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Uup79m
16:43:28 + umask 022
16:43:28 + cd /root/rpmbuild/BUILD
16:43:28 + cd src
16:43:28 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:28 + exit 0
16:43:28 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.pNTU4N
16:43:28 + umask 022
16:43:28 + cd /root/rpmbuild/BUILD
16:43:28 + cd /root/rpmbuild/BUILD
16:43:28 + rm -rf src
16:43:28 + /usr/bin/mkdir -p src
16:43:28 + cd src
16:43:28 + /usr/bin/tar -xf -
16:43:28 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:43:29 + STATUS=0
16:43:29 + '[' 0 -ne 0 ']'
16:43:29 + /usr/bin/tar -xf -
16:43:29 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:43:29 + STATUS=0
16:43:29 + '[' 0 -ne 0 ']'
16:43:29 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:43:30 + exit 0
16:43:30 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2lUosi
16:43:30 + umask 022
16:43:30 + cd /root/rpmbuild/BUILD
16:43:30 + cd src
16:43:30 + export DOCKER_GITCOMMIT=5176095
16:43:30 + DOCKER_GITCOMMIT=5176095
16:43:30 + mkdir -p /go/src/github.com/docker
16:43:30 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
16:43:30 + TMP_GOPATH=/go
16:43:30 + GOPROXY=https://proxy.golang.org
16:43:30 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
16:43:30 + RM_GOPATH=0
16:43:30 + TMP_GOPATH=/go
16:43:30 + : /usr/local/bin
16:43:30 + '[' -z /go ']'
16:43:30 + export GOPATH=/go
16:43:30 + GOPATH=/go
16:43:30 + case "$(go env GOARCH)" in
16:43:30 ++ go env GOARCH
16:43:30 + export GO_BUILDMODE=-buildmode=pie
16:43:30 + GO_BUILDMODE=-buildmode=pie
16:43:30 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
16:43:30 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
16:43:30 + bin=rootlesskit
16:43:30 + shift
16:43:30 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
16:43:30 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
16:43:30 ++ : v0.14.4
16:43:30 + install_rootlesskit dynamic
16:43:30 + case "$1" in
16:43:30 + install_rootlesskit_dynamic
16:43:30 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
16:43:30 + ROOTLESSKIT_LDFLAGS=-linkmode=external
16:43:30 + export BUILD_MODE=-buildmode=pie
16:43:30 + BUILD_MODE=-buildmode=pie
16:43:30 + _install_rootlesskit
16:43:30 + echo 'Install rootlesskit version v0.14.4'
16:43:30 Install rootlesskit version v0.14.4
16:43:30 + for f in rootlesskit rootlesskit-docker-proxy
16:43:30 + GOBIN=/usr/local/bin
16:43:30 + GO111MODULE=on
16:43:30 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
16:43:30 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
16:43:30 go: downloading github.com/pkg/errors v0.9.1
16:43:30 go: downloading github.com/sirupsen/logrus v1.8.1
16:43:30 go: downloading github.com/urfave/cli/v2 v2.3.0
16:43:30 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:43:31 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:43:31 go: downloading github.com/google/uuid v1.3.0
16:43:31 go: downloading github.com/moby/vpnkit v0.5.0
16:43:31 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:43:31 go: downloading github.com/gofrs/flock v0.8.1
16:43:31 go: downloading github.com/gorilla/mux v1.8.0
16:43:31 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:43:31 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:43:31 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:43:31 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:43:31 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:43:35 make[1]: Leaving directory '/root/build-deb'
16:43:35    debian/rules override_dh_auto_test
16:43:35 make[1]: Entering directory '/root/build-deb'
16:43:35 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
16:43:35 	test "$ver" = "Docker version 0.0.0-20210916145224-e3023ca, build 5176095" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
16:43:35 PASS: daemon version OK
16:43:35 ver="$(cli/build/docker --version)"; \
16:43:35 	test "$ver" = "Docker version 0.0.0-20210916145224-e3023ca, build e3023ca" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
16:43:35 PASS: cli version OK
16:43:35 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
16:43:35 # TODO change once we support scan-plugin on other architectures
16:43:35 if [ "amd64" = "amd64" ]; then \
16:43:35 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
16:43:35 		test "$ver" = "v0.8.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
16:43:35 fi
16:43:35 PASS: docker-scan version OK
16:43:35 make[1]: Leaving directory '/root/build-deb'
16:43:35    create-stamp debian/debhelper-build-stamp
16:43:35  debian/rules binary
16:43:35 dh binary --with=bash-completion
16:43:35    dh_testroot
16:43:35    dh_prep
16:43:35    debian/rules override_dh_auto_install
16:43:35 make[1]: Entering directory '/root/build-deb'
16:43:35 # docker-ce-cli install
16:43:35 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
16:43:35 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
16:43:35 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
16:43:35 set -e;cd /sources && \
16:43:35 	tar xzf plugin-installers.tgz; \
16:43:35 	for installer in plugins/*.installer; do \
16:43:35 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
16:43:35 		PREFIX=/usr/libexec/docker/cli-plugins \
16:43:35 			bash ${installer} install_plugin; \
16:43:35 	done
16:43:35 # docker-ce install
16:43:35 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
16:43:35 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
16:43:35 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca debian/docker-ce/usr/bin/dockerd
16:43:35 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca debian/docker-ce/usr/bin/docker-proxy
16:43:35 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
16:43:35 # docker-scan-plugin install
16:43:35 # TODO change once we support scan-plugin on other architectures
16:43:35 if [ "amd64" = "amd64" ]; then \
16:43:35 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
16:43:35 fi
16:43:35 # docker-ce-rootless-extras install
16:43:35 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
16:43:35 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
16:43:35 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
16:43:35 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
16:43:35 # TODO: how can we install vpnkit?
16:43:35 make[1]: Leaving directory '/root/build-deb'
16:43:35    debian/rules override_dh_install
16:43:35 make[1]: Entering directory '/root/build-deb'
16:43:35 dh_install
16:43:35 # TODO Can we do this from within our container?
16:43:35 dh_apparmor --profile-name=docker-ce -pdocker-ce
16:43:35 make[1]: Leaving directory '/root/build-deb'
16:43:35    dh_installdocs
16:43:35    dh_installchangelogs
16:43:35    dh_installman
16:43:35    dh_bash-completion
16:43:35    dh_systemd_enable
16:43:35    debian/rules override_dh_installinit
16:43:35 make[1]: Entering directory '/root/build-deb'
16:43:35 # use "docker" as our service name, not "docker-ce"
16:43:35 dh_installinit --name=docker
16:43:35 make[1]: Leaving directory '/root/build-deb'
16:43:35    dh_systemd_start
16:43:35    dh_perl
16:43:35    dh_link
16:43:35    dh_strip_nondeterminism
16:43:35    dh_compress
16:43:35    dh_fixperms
16:43:35    dh_missing
16:43:35    debian/rules override_dh_strip
16:43:35 make[1]: Entering directory '/root/build-deb'
16:43:35 # Go has lots of problems with stripping, so just don't
16:43:35 make[1]: Leaving directory '/root/build-deb'
16:43:35    dh_makeshlibs
16:43:35    debian/rules override_dh_shlibdeps
16:43:35 make[1]: Entering directory '/root/build-deb'
16:43:35 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
16:43:37 + for f in rootlesskit rootlesskit-docker-proxy
16:43:37 + GOBIN=/usr/local/bin
16:43:37 + GO111MODULE=on
16:43:37 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
16:43:38 + return
16:43:38 + exit 0
16:43:38 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VdLYv9
16:43:38 + umask 022
16:43:38 + cd /root/rpmbuild/BUILD
16:43:38 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64 '!=' / ']'
16:43:38 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:38 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:38 + mkdir -p /root/rpmbuild/BUILDROOT
16:43:38 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:38 + cd src
16:43:38 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/bin/dockerd-rootless.sh
16:43:38 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/bin/dockerd-rootless-setuptool.sh
16:43:38 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/bin/rootlesskit
16:43:38 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64/usr/bin/rootlesskit-docker-proxy
16:43:38 + /usr/lib/rpm/check-buildroot
16:43:38 + /usr/lib/rpm/redhat/brp-compress
16:43:38 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
16:43:38 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:43:38 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
16:43:38 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
16:43:38 + /usr/lib/rpm/redhat/brp-python-hardlink
16:43:38 + /usr/lib/rpm/redhat/brp-java-repack-jars
16:43:38 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.eqbQO0
16:43:38 + umask 022
16:43:38 + cd /root/rpmbuild/BUILD
16:43:38 + cd src
16:43:38 + /usr/local/bin/rootlesskit -v
16:43:38 rootlesskit version 0.14.4
16:43:38 + exit 0
16:43:38 Processing files: docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:38 Provides: docker-ce-rootless-extras = 0:0.0.0.20210916145224.e3023ca-0.el7 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20210916145224.e3023ca-0.el7
16:43:38 Requires(interp): /bin/sh /bin/sh /bin/sh
16:43:38 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:43:38 Requires(post): /bin/sh
16:43:38 Requires(preun): /bin/sh
16:43:38 Requires(postun): /bin/sh
16:43:38 Requires: /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
16:43:38 Conflicts: rootlesskit
16:43:38 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:39 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.src.rpm
16:43:42 make[1]: Leaving directory '/root/build-deb'
16:43:42    dh_installdeb
16:43:42    debian/rules override_dh_gencontrol
16:43:42 make[1]: Entering directory '/root/build-deb'
16:43:42 # Use separate version for the scan-plugin package, then generate the other control files as usual
16:43:42 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
16:43:42 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
16:43:42 if [ "amd64" = "amd64" ]; then \
16:43:42 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
16:43:42 fi
16:43:42 dh_gencontrol --remaining-packages
16:43:42 make[1]: Leaving directory '/root/build-deb'
16:43:42    dh_md5sums
16:43:42 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64.rpm
16:43:42 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Z3vbbN
16:43:42 + umask 022
16:43:42 + cd /root/rpmbuild/BUILD
16:43:42 + cd src
16:43:42 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el7.x86_64
16:43:42 + exit 0
16:43:42 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.otA0EO
16:43:42 + umask 022
16:43:42 + cd /root/rpmbuild/BUILD
16:43:42 + cd /root/rpmbuild/BUILD
16:43:42 + rm -rf src
16:43:42 + /usr/bin/mkdir -p src
16:43:42 + cd src
16:43:42 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
16:43:42 + /usr/bin/tar -xf -
16:43:42 + STATUS=0
16:43:42 + '[' 0 -ne 0 ']'
16:43:42 + /usr/bin/tar -xf -
16:43:42 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
16:43:42 + STATUS=0
16:43:42 + '[' 0 -ne 0 ']'
16:43:42 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:43:42 + exit 0
16:43:42 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.3xyHyQ
16:43:42 + umask 022
16:43:42 + cd /root/rpmbuild/BUILD
16:43:42 + cd src
16:43:42 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
16:43:42 + bash -c 'GOPROXY="https://proxy.golang.org" TAG_NAME="v0.8.0" COMMIT="35651ca" PLATFORM_BINARY=docker-scan make native-build'
16:43:42 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
16:43:42 GO111MODULE=on make -f builder.Makefile build
16:43:42 make[1]: Entering directory `/root/rpmbuild/BUILD/src/scan-cli-plugin'
16:43:42 mkdir -p bin
16:43:42 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=35651ca -X github.com/docker/scan-cli-plugin/internal.Version=v0.8.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:defb5ba5517a29a78736d919d3dc0568f555980a43daefe1ac8a1e7fc0924f25" -o bin/docker-scan ./cmd/docker-scan
16:43:42    dh_builddeb
16:43:42 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb'.
16:43:42 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb'.
16:43:43 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
16:43:43 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
16:43:44 go: downloading github.com/spf13/cobra v1.0.0
16:43:44 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
16:43:44 go: downloading github.com/docker/distribution v2.7.1+incompatible
16:43:44 go: downloading github.com/docker/go-connections v0.4.0
16:43:44 go: downloading github.com/sirupsen/logrus v1.4.2
16:43:44 go: downloading github.com/spf13/pflag v1.0.3
16:43:44 go: downloading github.com/theupdateframework/notary v0.6.1
16:43:44 go: downloading github.com/opencontainers/image-spec v1.0.1
16:43:44 go: downloading github.com/docker/go-units v0.4.0
16:43:44 go: downloading github.com/Masterminds/semver/v3 v3.1.0
16:43:44 go: downloading github.com/google/uuid v1.1.1
16:43:44 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:43:44 go: downloading github.com/opencontainers/go-digest v1.0.0
16:43:44 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
16:43:44 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
16:43:44 go: downloading github.com/docker/go v1.5.1-1
16:43:44 go: downloading github.com/morikuni/aec v1.0.0
16:43:44 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
16:43:44 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
16:43:44 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
16:43:44 go: downloading github.com/containerd/containerd v1.3.4
16:43:44 go: downloading google.golang.org/grpc v1.23.1
16:43:45 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
16:43:45 go: downloading github.com/docker/docker-credential-helpers v0.6.3
16:43:45 go: downloading github.com/gorilla/mux v1.7.4
16:43:45 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
16:43:45 go: downloading github.com/gogo/protobuf v1.3.1
16:43:45 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
16:43:45 go: downloading github.com/golang/protobuf v1.3.2
16:43:45 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
16:43:45 go: downloading github.com/docker/go-metrics v0.0.1
16:43:45 go: downloading github.com/prometheus/client_golang v1.1.0
16:43:45 go: downloading github.com/beorn7/perks v1.0.1
16:43:45 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
16:43:45 go: downloading github.com/prometheus/common v0.6.0
16:43:45 go: downloading github.com/prometheus/procfs v0.0.3
16:43:45 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
16:44:04 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.8.0~ubuntu-focal_amd64.deb'.
16:44:09 make[1]: Leaving directory '/root/build-deb'
16:44:09    debian/rules override_dh_auto_test
16:44:09 make[1]: Entering directory '/root/build-deb'
16:44:09 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
16:44:09 	test "$ver" = "Docker version 0.0.0-20210916145224-e3023ca, build 5176095" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
16:44:09 PASS: daemon version OK
16:44:09 ver="$(cli/build/docker --version)"; \
16:44:09 	test "$ver" = "Docker version 0.0.0-20210916145224-e3023ca, build e3023ca" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
16:44:09 PASS: cli version OK
16:44:09 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
16:44:09 # TODO change once we support scan-plugin on other architectures
16:44:09 if [ "armhf" = "amd64" ]; then \
16:44:09 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
16:44:09 		test "$ver" = "v0.8.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
16:44:09 fi
16:44:09 make[1]: Leaving directory '/root/build-deb'
16:44:09    create-stamp debian/debhelper-build-stamp
16:44:09  debian/rules binary
16:44:09 dh binary --with=bash-completion
16:44:09    dh_testroot
16:44:09    dh_prep
16:44:09    debian/rules override_dh_auto_install
16:44:09 make[1]: Entering directory '/root/build-deb'
16:44:09 # docker-ce-cli install
16:44:09 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
16:44:09 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
16:44:09 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
16:44:09 set -e;cd /sources && \
16:44:09 	tar xzf plugin-installers.tgz; \
16:44:09 	for installer in plugins/*.installer; do \
16:44:09 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
16:44:09 		PREFIX=/usr/libexec/docker/cli-plugins \
16:44:09 			bash ${installer} install_plugin; \
16:44:09 	done
16:44:09 # docker-ce install
16:44:09 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
16:44:09 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
16:44:09 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca debian/docker-ce/usr/bin/dockerd
16:44:09 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca debian/docker-ce/usr/bin/docker-proxy
16:44:09 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
16:44:09 # docker-scan-plugin install
16:44:09 # TODO change once we support scan-plugin on other architectures
16:44:09 if [ "armhf" = "amd64" ]; then \
16:44:09 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
16:44:09 fi
16:44:09 # docker-ce-rootless-extras install
16:44:09 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
16:44:09 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
16:44:09 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
16:44:09 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
16:44:09 # TODO: how can we install vpnkit?
16:44:09 make[1]: Leaving directory '/root/build-deb'
16:44:09    debian/rules override_dh_install
16:44:09 make[1]: Entering directory '/root/build-deb'
16:44:09 dh_install
16:44:09 # TODO Can we do this from within our container?
16:44:09 dh_apparmor --profile-name=docker-ce -pdocker-ce
16:44:09 make[1]: Leaving directory '/root/build-deb'
16:44:09    dh_installdocs
16:44:09    dh_installchangelogs
16:44:09    dh_installman
16:44:10    dh_bash-completion
16:44:10    dh_systemd_enable
16:44:10    debian/rules override_dh_installinit
16:44:10 make[1]: Entering directory '/root/build-deb'
16:44:10 # use "docker" as our service name, not "docker-ce"
16:44:10 dh_installinit --name=docker
16:44:11 make[1]: Leaving directory '/root/build-deb'
16:44:11    dh_systemd_start
16:44:11    dh_perl
16:44:11    dh_link
16:44:11    dh_strip_nondeterminism
16:44:11    dh_compress
16:44:12    dh_fixperms
16:44:12    dh_missing
16:44:12    debian/rules override_dh_strip
16:44:12 make[1]: Entering directory '/root/build-deb'
16:44:12 # Go has lots of problems with stripping, so just don't
16:44:12 make[1]: Leaving directory '/root/build-deb'
16:44:12    dh_makeshlibs
16:44:12    debian/rules override_dh_shlibdeps
16:44:12 make[1]: Entering directory '/root/build-deb'
16:44:12 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
16:44:18 make[1]: Leaving directory `/root/rpmbuild/BUILD/src/scan-cli-plugin'
16:44:18 ~/rpmbuild/BUILD/src
16:44:18 + popd
16:44:18 + exit 0
16:44:18 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.UROqFi
16:44:18 + umask 022
16:44:18 + cd /root/rpmbuild/BUILD
16:44:18 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64 '!=' / ']'
16:44:18 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64
16:44:18 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64
16:44:18 + mkdir -p /root/rpmbuild/BUILDROOT
16:44:18 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64
16:44:18 + cd src
16:44:18 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
16:44:18 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
16:44:18 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-scan
16:44:18 + popd
16:44:18 + /usr/lib/rpm/check-buildroot
16:44:18 ~/rpmbuild/BUILD/src
16:44:18 + /usr/lib/rpm/redhat/brp-compress
16:44:18 + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip
16:44:18 + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:44:18 + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip
16:44:18 + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
16:44:18 + /usr/lib/rpm/redhat/brp-python-hardlink
16:44:18 + /usr/lib/rpm/redhat/brp-java-repack-jars
16:44:18 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.zTTEpL
16:44:18 + umask 022
16:44:18 + cd /root/rpmbuild/BUILD
16:44:18 + cd src
16:44:18 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
16:44:18 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
16:44:18 + ver=v0.8.0
16:44:18 PASS: docker-scan version OK
16:44:18 + test v0.8.0 = v0.8.0
16:44:18 + echo 'PASS: docker-scan version OK'
16:44:18 + exit 0
16:44:18 Processing files: docker-scan-plugin-0.8.0-0.el7.x86_64
16:44:18 Provides: docker-scan-plugin = 0:0.8.0-0.el7 docker-scan-plugin(x86-64) = 0:0.8.0-0.el7
16:44:18 Requires(interp): /bin/sh /bin/sh /bin/sh
16:44:18 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:44:18 Requires(post): /bin/sh
16:44:18 Requires(preun): /bin/sh
16:44:18 Requires(postun): /bin/sh
16:44:18 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64
16:44:18 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.8.0-0.el7.src.rpm
16:44:18 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.8.0-0.el7.x86_64.rpm
16:44:18 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.IzXR9d
16:44:18 + umask 022
16:44:18 + cd /root/rpmbuild/BUILD
16:44:18 + cd src
16:44:18 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el7.x86_64
16:44:18 + exit 0
16:44:18 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-7"
16:44:18 == Building packages for centos-8 ==
16:44:18 mkdir -p "rpmbuild/centos-8"
16:44:18 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.8-buster -t rpmbuild-centos-8/x86_64 -f centos-8/Dockerfile .
16:44:18 #1 [internal] load build definition from Dockerfile
16:44:18 #1 sha256:bacf9e613b0918c764eee6936c455ce266f3228cfdaba6ae84dc8c424b8b94ea
16:44:18 #1 transferring dockerfile: 1.62kB done
16:44:18 #1 DONE 0.0s
16:44:18 
16:44:18 #2 [internal] load .dockerignore
16:44:18 #2 sha256:5440e15c72afeb1f5274131c8c4b2adbc019797199dc485c279cda08a5a6b73e
16:44:18 #2 transferring context: 2B done
16:44:18 #2 DONE 0.0s
16:44:18 
16:44:18 #5 [auth] library/golang:pull token for registry-1.docker.io
16:44:18 #5 sha256:310a8cc43061499d191165d2baf09f784c733ed3b8263d1ab2420a2505eb9e60
16:44:18 #5 DONE 0.0s
16:44:18 
16:44:18 #6 [auth] library/centos:pull token for registry-1.docker.io
16:44:18 #6 sha256:e30c624d3772bdbc4fdba0a2145fede34e1def037a939098c70cf408d042fcee
16:44:18 #6 DONE 0.0s
16:44:18 
16:44:18 #4 [internal] load metadata for docker.io/library/golang:1.16.8-buster
16:44:18 #4 sha256:be9eaf867d8f52db97b832d68281126e7f1e0e96e01ffa316b13c589f58b0e82
16:44:18 #4 DONE 0.2s
16:44:18 
16:44:18 #3 [internal] load metadata for docker.io/library/centos:8
16:44:18 #3 sha256:0f4c16f11bd64c9382bfa626d7c8af1e8a90f6d58793a0367081f85067f800b9
16:44:18 #3 DONE 0.3s
16:44:18 
16:44:18 #15 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:44:18 #15 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:44:18 #15 DONE 0.0s
16:44:18 
16:44:18 #12 [internal] load build context
16:44:18 #12 sha256:1e34d984b2c61e01664240977c260a49b3b51647c788b4fdef4fe8bf31402f15
16:44:18 #12 DONE 0.0s
16:44:18 
16:44:18 #7 [stage-1 1/9] FROM docker.io/library/centos:8@sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177
16:44:18 #7 sha256:5d18bf816b6874e1743e18d7103bd9e7f581dec365306e493929ac16c754b4b2
16:44:18 #7 resolve docker.io/library/centos:8@sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177 done
16:44:19 #7 ...
16:44:19 
16:44:19 #12 [internal] load build context
16:44:19 #12 sha256:1e34d984b2c61e01664240977c260a49b3b51647c788b4fdef4fe8bf31402f15
16:44:19 #12 transferring context: 216B done
16:44:19 #12 DONE 0.0s
16:44:19 
16:44:19 #15 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:44:19 #15 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:44:19 #15 CACHED
16:44:19 
16:44:19 #7 [stage-1 1/9] FROM docker.io/library/centos:8@sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177
16:44:19 #7 sha256:5d18bf816b6874e1743e18d7103bd9e7f581dec365306e493929ac16c754b4b2
16:44:19 #7 sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177 762B / 762B done
16:44:19 #7 sha256:a1801b843b1bfaf77c501e7a6d3f709401a1e0c83863037fa3aab063a7fdb9dc 529B / 529B done
16:44:19 #7 sha256:5d0da3dc976460b72c77d94c8a1ad043720b0416bfc16c52c45d4847e53fadb6 2.14kB / 2.14kB done
16:44:19 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 3.15MB / 83.52MB 0.1s
16:44:19 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 16.78MB / 83.52MB 0.2s
16:44:19 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 36.70MB / 83.52MB 0.4s
16:44:19 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 45.09MB / 83.52MB 0.5s
16:44:19 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 66.06MB / 83.52MB 0.7s
16:44:19 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 76.55MB / 83.52MB 0.8s
16:44:19 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 83.52MB / 83.52MB 0.9s
16:44:20 #7 sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 83.52MB / 83.52MB 1.5s done
16:44:20 #7 extracting sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1
16:44:23 #7 extracting sha256:a1d0c75327776413fa0db9ed3adcdbadedc95a662eb1d360dad82bb913f8a1d1 3.2s done
16:44:23 #7 DONE 4.8s
16:44:24 
16:44:24 #8 [stage-1 2/9] RUN if [ -f /etc/yum.repos.d/CentOS-Linux-Sources.repo ]; then sed -i 's/altarch/centos/g' /etc/yum.repos.d/CentOS-Linux-Sources.repo; fi
16:44:24 #8 sha256:a612b90f588e8bcac1c155b01820085e52a8458c1cd162834ff920a9b8ee4c86
16:44:24 #8 DONE 0.7s
16:44:24 
16:44:24 #9 [stage-1 3/9] RUN if [ -f /etc/yum.repos.d/CentOS-Linux-PowerTools.repo ]; then sed -i 's/enabled=0/enabled=1/g' /etc/yum.repos.d/CentOS-Linux-PowerTools.repo; fi
16:44:24 #9 sha256:aa3f435f1fe821abdfbeedf2a857f496bbc41ede68496a3f9a24953ebc1c4e87
16:44:25 #9 DONE 0.5s
16:44:25 
16:44:25 #10 [stage-1 4/9] RUN rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial
16:44:25 #10 sha256:dbcd8a47c2e2b89b63f59b44b7f6e8aeb5a69dd4e158e965bc3a5a40459b9c85
16:44:25 #10 DONE 0.6s
16:44:25 
16:44:25 #11 [stage-1 5/9] RUN yum install -y rpm-build rpmlint yum-utils
16:44:25 #11 sha256:e4f34146c2aa02fa5d7724db3c3bb2b60aad59dd710a6713bff8c88c23561690
16:44:27 make[1]: Leaving directory '/root/build-deb'
16:44:27    dh_installdeb
16:44:27    debian/rules override_dh_gencontrol
16:44:27 make[1]: Entering directory '/root/build-deb'
16:44:27 # Use separate version for the scan-plugin package, then generate the other control files as usual
16:44:27 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
16:44:27 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
16:44:27 if [ "armhf" = "amd64" ]; then \
16:44:27 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
16:44:27 fi
16:44:27 dh_gencontrol --remaining-packages
16:44:27 make[1]: Leaving directory '/root/build-deb'
16:44:27    dh_md5sums
16:44:27    dh_builddeb
16:44:27 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb'.
16:44:27 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb'.
16:44:27 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb'.
16:44:27 #11 1.658 CentOS Linux 8 - AppStream                      8.9 MB/s | 8.9 MB     00:00    
16:44:30 #11 4.180 CentOS Linux 8 - BaseOS                         8.4 MB/s | 7.4 MB     00:00    
16:44:31 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb'.
16:44:31 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/static:/v -w /v alpine chown -R 1000:1000 build/mac/arm64
16:44:31 cd /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli && VERSION=0.0.0-20210916145224-e3023ca docker buildx bake --set binary.platform=darwin/amd64,darwin/arm64 binary
16:44:31 #1 [internal] booting buildkit
16:44:31 #1 sha256:80599dd1d61044acef351d64ef3e30a7c17a99a0b14e11437d60af6764a17438
16:44:31 #1 pulling image moby/buildkit:buildx-stable-1
16:44:31 #1 pulling image moby/buildkit:buildx-stable-1 2.4s done
16:44:31 #1 creating container buildx_buildkit_modest_beaver0
16:44:31 #1 creating container buildx_buildkit_modest_beaver0 0.9s done
16:44:31 #1 DONE 3.3s
16:44:31 
16:44:31 #2 [internal] load build definition from Dockerfile
16:44:31 #2 sha256:7c36adba5fb80cfe95cb1c2796f5e4ef51b67c5295e18536d0d4bb70e6d92428
16:44:31 #2 transferring dockerfile: 2.08kB done
16:44:31 #2 DONE 0.0s
16:44:31 
16:44:31 #3 [internal] load .dockerignore
16:44:31 #3 sha256:a1c2c1724b315f932d78d726fb7cd611d9c32b39225e3e330c5cada69ed268d1
16:44:31 #3 transferring context: 32B
16:44:31 #3 transferring context: 112B done
16:44:31 #3 DONE 0.0s
16:44:31 
16:44:31 #5 [auth] docker/dockerfile:pull token for registry-1.docker.io
16:44:31 #5 sha256:5897275bf5b99b61142292836d80bd4540749f85065b1837b1c487b7399c220d
16:44:31 #5 DONE 0.0s
16:44:31 
16:44:31 #4 resolve image config for docker.io/docker/dockerfile:1.3
16:44:31 #4 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
16:44:31 #4 DONE 0.4s
16:44:31 
16:44:31 #6 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
16:44:31 #6 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8
16:44:31 #6 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 done
16:44:31 #6 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.1s done
16:44:31 #6 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338
16:44:31 #6 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0.2s done
16:44:31 #6 DONE 0.3s
16:44:31 
16:44:31 #8 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
16:44:31 #8 sha256:43543ccf6aa0b1a935a1b166286293fbf8b250e7e3358d987096008520b18564
16:44:31 #8 ...
16:44:31 
16:44:31 #11 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
16:44:31 #11 sha256:ab3f1da4ee5eb6a00c6cc4f31a6c570f5dbda78eb807d720837a7ad368191cf5
16:44:31 #11 DONE 0.0s
16:44:31 
16:44:31 #12 [auth] tonistiigi/xx:pull token for registry-1.docker.io
16:44:31 #12 sha256:7529e21023a9d4cad337b861d08e414fb1f6cbec5cc18dd0c0032f6be39be5c6
16:44:31 #12 DONE 0.0s
16:44:31 
16:44:31 #13 [auth] library/golang:pull token for registry-1.docker.io
16:44:31 #13 sha256:cbb2186cc77ab903aa8f49cdc1a577b34fd33aad16ec9d077c724677f7295e21
16:44:31 #13 DONE 0.0s
16:44:31 
16:44:31 #10 [linux/amd64 internal] load metadata for docker.io/library/golang:1.16.8-alpine
16:44:31 #10 sha256:aa25a38e05cb1f0517244be7e0081bc9a7f56c1e7b162b57d2df954b0a48cef8
16:44:31 #10 ...
16:44:31 
16:44:31 #8 [darwin/arm64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
16:44:31 #8 sha256:43543ccf6aa0b1a935a1b166286293fbf8b250e7e3358d987096008520b18564
16:44:31 #8 DONE 0.7s
16:44:31 
16:44:31 #9 [linux/amd64 internal] load metadata for docker.io/tonistiigi/xx:1.0.0-rc.2
16:44:31 #9 sha256:39afe7dddccc662ff6be2af454504a792d7c60180bf31899bc68058a4e7a9813
16:44:31 #9 DONE 0.8s
16:44:31 
16:44:31 #10 [linux/amd64 internal] load metadata for docker.io/library/golang:1.16.8-alpine
16:44:31 #10 sha256:aa25a38e05cb1f0517244be7e0081bc9a7f56c1e7b162b57d2df954b0a48cef8
16:44:31 #10 DONE 0.8s
16:44:31 
16:44:31 #7 [darwin/amd64 internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
16:44:31 #7 sha256:31c3d3579e9b691d6b00a2b11f4fe609326ff9a5738a9569ec78bdb0da811aad
16:44:31 #7 DONE 1.0s
16:44:31 
16:44:31 #25 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
16:44:31 #25 sha256:41d45d88cb72f24fcc930628b78bcdeb79509bfda27de6ee523b8c35fe0913d9
16:44:31 #25 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
16:44:31 #25 DONE 0.0s
16:44:31 
16:44:31 #21 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
16:44:31 #21 sha256:0eeff095bcae76f93d5ac40db06e650260e178bb72dd133bcd399059a8735c97
16:44:31 #21 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
16:44:31 #21 DONE 0.1s
16:44:31 
16:44:31 #15 [linux/amd64 xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669
16:44:31 #15 sha256:922c15005dedcce7f2768027bc1121b33ea8cc1f71e2ae4a7d2b2b9ac21f7cba
16:44:31 #15 resolve docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 0.0s done
16:44:31 #15 sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a 13.43kB / 13.43kB 0.1s done
16:44:31 #15 extracting sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a
16:44:31 #15 extracting sha256:fbf01a56509d5582a49a58bdd0f1c4f6fde5fed12d7a8b2c355ac1fb213e176a 0.1s done
16:44:31 #15 DONE 0.3s
16:44:31 
16:44:31 #14 [linux/amd64 gostable 1/1] FROM docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56
16:44:31 #14 sha256:ceeb074a93cd56d7223bfa942039da4ffc3461de6a323d635889f8f45bd2e7e0
16:44:31 #14 resolve docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56 0.0s done
16:44:31 #14 sha256:5d74067f8e1e693b0d04e2d1aa72270ebd6c3e160993af37c8629b28b3f083a5 156B / 156B 0.1s done
16:44:31 #14 sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd 154B / 154B 0.1s done
16:44:31 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 5.24MB / 105.80MB 0.2s
16:44:31 #14 sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 0B / 281.51kB 0.2s
16:44:31 #14 sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 2.81MB / 2.81MB 0.2s done
16:44:31 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 16.54MB / 105.80MB 0.3s
16:44:31 #14 extracting sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e
16:44:31 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 28.31MB / 105.80MB 0.5s
16:44:31 #14 sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 281.51kB / 281.51kB 0.4s done
16:44:31 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 39.85MB / 105.80MB 0.6s
16:44:31 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 52.43MB / 105.80MB 0.8s
16:44:31 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 59.77MB / 105.80MB 0.9s
16:44:31 #14 extracting sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e 0.6s done
16:44:31 #14 extracting sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262
16:44:31 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 67.50MB / 105.80MB 1.1s
16:44:31 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 78.27MB / 105.80MB 1.2s
16:44:31 #14 extracting sha256:31adcdaf11c89113a810db23d523e549d634d7de695a72b0ce98a1f912101262 0.3s done
16:44:31 #14 extracting sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd
16:44:31 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 85.98MB / 105.80MB 1.4s
16:44:31 #14 extracting sha256:b8b176561691ea11cfe541f3ee363a3aa67e3649eb3273bea62ebeea713eaecd 0.1s done
16:44:31 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 92.27MB / 105.80MB 1.5s
16:44:31 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 105.80MB / 105.80MB 1.8s
16:44:31 #14 sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 105.80MB / 105.80MB 1.9s done
16:44:31 #14 extracting sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55
16:44:32 #11 6.254 CentOS Linux 8 - Extras                          13 kB/s |  10 kB     00:00    
16:44:33 #11 7.362 CentOS Linux 8 - PowerTools                     2.2 MB/s | 2.3 MB     00:01    
16:44:33 #14 ...
16:44:33 
16:44:33 #20 [internal] load build context
16:44:33 #20 sha256:61ad8e9b416e9d618084c752c5b761900289af5a0d0eaeb32d310e749e2ea8c3
16:44:33 #20 transferring context: 51.24MB 4.2s done
16:44:33 #20 DONE 4.3s
16:44:33 
16:44:33 #21 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
16:44:33 #21 sha256:0eeff095bcae76f93d5ac40db06e650260e178bb72dd133bcd399059a8735c97
16:44:33 #21 sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 151.10MB / 151.10MB 2.3s done
16:44:33 #21 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8
16:44:34 #11 8.931 Dependencies resolved.
16:44:34 #11 8.942 =============================================================================================
16:44:34 #11 8.942  Package                      Arch    Version                                Repo        Size
16:44:34 #11 8.942 =============================================================================================
16:44:34 #11 8.942 Installing:
16:44:34 #11 8.942  rpm-build                    x86_64  4.14.3-14.el8_4                        appstream  173 k
16:44:34 #11 8.942  rpmlint                      noarch  1.10-14.el8                            appstream  192 k
16:44:34 #11 8.942  yum-utils                    noarch  4.0.18-4.el8                           baseos      71 k
16:44:34 #11 8.942 Upgrading:
16:44:34 #11 8.942  python3-rpm                  x86_64  4.14.3-14.el8_4                        baseos     158 k
16:44:34 #11 8.942  rpm                          x86_64  4.14.3-14.el8_4                        baseos     542 k
16:44:34 #11 8.942  rpm-build-libs               x86_64  4.14.3-14.el8_4                        baseos     155 k
16:44:34 #11 8.942  rpm-libs                     x86_64  4.14.3-14.el8_4                        baseos     339 k
16:44:34 #11 8.942 Installing dependencies:
16:44:34 #11 8.942  bzip2                        x86_64  1.0.6-26.el8                           baseos      60 k
16:44:34 #11 8.942  dbus-glib                    x86_64  0.110-2.el8                            baseos     127 k
16:44:34 #11 8.942  desktop-file-utils           x86_64  0.23-8.el8                             appstream   80 k
16:44:34 #11 8.942  diffutils                    x86_64  3.6-6.el8                              baseos     358 k
16:44:34 #11 8.942  dnf-plugins-core             noarch  4.0.18-4.el8                           baseos      69 k
16:44:34 #11 8.942  dwz                          x86_64  0.12-9.el8                             appstream  109 k
16:44:34 #11 8.942  efi-srpm-macros              noarch  3-3.el8                                appstream   22 k
16:44:34 #11 8.942  elfutils                     x86_64  0.182-3.el8                            baseos     540 k
16:44:34 #11 8.942  emacs-filesystem             noarch  1:26.1-5.el8                           baseos      69 k
16:44:34 #11 8.942  file                         x86_64  5.33-16.el8_3.1                        baseos      77 k
16:44:34 #11 8.942  gc                           x86_64  7.6.4-3.el8                            appstream  109 k
16:44:34 #11 8.942  gdb-headless                 x86_64  8.2-15.el8                             appstream  3.7 M
16:44:34 #11 8.942  ghc-srpm-macros              noarch  1.4.2-7.el8                            appstream  9.3 k
16:44:34 #11 8.942  go-srpm-macros               noarch  2-17.el8                               appstream   13 k
16:44:34 #11 8.942  groff-base                   x86_64  1.22.3-18.el8                          baseos     1.0 M
16:44:34 #11 8.942  guile                        x86_64  5:2.0.14-7.el8                         appstream  3.5 M
16:44:34 #11 8.942  libatomic_ops                x86_64  7.6.2-3.el8                            appstream   38 k
16:44:34 #11 8.942  libbabeltrace                x86_64  1.5.4-3.el8                            baseos     200 k
16:44:34 #11 8.942  libipt                       x86_64  1.6.1-8.el8                            appstream   50 k
16:44:34 #11 8.942  libpkgconf                   x86_64  1.4.2-1.el8                            baseos      35 k
16:44:34 #11 8.942  libtool-ltdl                 x86_64  2.4.6-25.el8                           baseos      58 k
16:44:34 #11 8.942  ncurses                      x86_64  6.1-7.20180224.el8                     baseos     387 k
16:44:34 #11 8.942  ocaml-srpm-macros            noarch  5-4.el8                                appstream  9.4 k
16:44:34 #11 8.942  openblas-srpm-macros         noarch  2-2.el8                                appstream  7.9 k
16:44:34 #11 8.942  openssl                      x86_64  1:1.1.1g-15.el8_3                      baseos     707 k
16:44:34 #11 8.942  patch                        x86_64  2.7.6-11.el8                           baseos     138 k
16:44:34 #11 8.942  perl-Carp                    noarch  1.42-396.el8                           baseos      30 k
16:44:34 #11 8.942  perl-Data-Dumper             x86_64  2.167-399.el8                          baseos      58 k
16:44:34 #11 8.942  perl-Digest                  noarch  1.17-395.el8                           appstream   27 k
16:44:34 #11 8.942  perl-Digest-MD5              x86_64  2.55-396.el8                           appstream   37 k
16:44:34 #11 8.942  perl-Encode                  x86_64  4:2.97-3.el8                           baseos     1.5 M
16:44:34 #11 8.942  perl-Errno                   x86_64  1.28-419.el8_4.1                       baseos      76 k
16:44:34 #11 8.942  perl-Exporter                noarch  5.72-396.el8                           baseos      34 k
16:44:34 #11 8.942  perl-File-Path               noarch  2.15-2.el8                             baseos      38 k
16:44:34 #11 8.942  perl-File-Temp               noarch  0.230.600-1.el8                        baseos      63 k
16:44:34 #11 8.942  perl-Getopt-Long             noarch  1:2.50-4.el8                           baseos      63 k
16:44:34 #11 8.942  perl-HTTP-Tiny               noarch  0.074-1.el8                            baseos      58 k
16:44:34 #11 8.942  perl-IO                      x86_64  1.38-419.el8_4.1                       baseos     142 k
16:44:34 #11 8.942  perl-MIME-Base64             x86_64  3.15-396.el8                           baseos      31 k
16:44:34 #11 8.942  perl-Net-SSLeay              x86_64  1.88-1.module_el8.3.0+410+ff426aa3     appstream  379 k
16:44:34 #11 8.942  perl-PathTools               x86_64  3.74-1.el8                             baseos      90 k
16:44:34 #11 8.942  perl-Pod-Escapes             noarch  1:1.07-395.el8                         baseos      20 k
16:44:34 #11 8.942  perl-Pod-Perldoc             noarch  3.28-396.el8                           baseos      86 k
16:44:34 #11 8.942  perl-Pod-Simple              noarch  1:3.35-395.el8                         baseos     213 k
16:44:34 #11 8.942  perl-Pod-Usage               noarch  4:1.69-395.el8                         baseos      34 k
16:44:34 #11 8.942  perl-Scalar-List-Utils       x86_64  3:1.49-2.el8                           baseos      68 k
16:44:34 #11 8.942  perl-Socket                  x86_64  4:2.027-3.el8                          baseos      59 k
16:44:34 #11 8.942  perl-Storable                x86_64  1:3.11-3.el8                           baseos      98 k
16:44:34 #11 8.942  perl-Term-ANSIColor          noarch  4.06-396.el8                           baseos      46 k
16:44:34 #11 8.942  perl-Term-Cap                noarch  1.17-395.el8                           baseos      23 k
16:44:34 #11 8.942  perl-Text-ParseWords         noarch  3.30-395.el8                           baseos      18 k
16:44:34 #11 8.942  perl-Text-Tabs+Wrap          noarch  2013.0523-395.el8                      baseos      24 k
16:44:34 #11 8.942  perl-Time-Local              noarch  1:1.280-1.el8                          baseos      34 k
16:44:34 #11 8.942  perl-URI                     noarch  1.73-3.el8                             appstream  116 k
16:44:34 #11 8.942  perl-Unicode-Normalize       x86_64  1.25-396.el8                           baseos      82 k
16:44:34 #11 8.942  perl-constant                noarch  1.33-396.el8                           baseos      25 k
16:44:34 #11 8.942  perl-interpreter             x86_64  4:5.26.3-419.el8_4.1                   baseos     6.3 M
16:44:34 #11 8.942  perl-libnet                  noarch  3.11-3.el8                             appstream  121 k
16:44:34 #11 8.942  perl-libs                    x86_64  4:5.26.3-419.el8_4.1                   baseos     1.6 M
16:44:34 #11 8.942  perl-macros                  x86_64  4:5.26.3-419.el8_4.1                   baseos      72 k
16:44:34 #11 8.942  perl-parent                  noarch  1:0.237-1.el8                          baseos      20 k
16:44:34 #11 8.942  perl-podlators               noarch  4.11-1.el8                             baseos     118 k
16:44:34 #11 8.942  perl-srpm-macros             noarch  1-25.el8                               appstream   11 k
16:44:34 #11 8.942  perl-threads                 x86_64  1:2.21-2.el8                           baseos      61 k
16:44:34 #11 8.942  perl-threads-shared          x86_64  1.58-2.el8                             baseos      48 k
16:44:34 #11 8.942  pkgconf                      x86_64  1.4.2-1.el8                            baseos      38 k
16:44:34 #11 8.942  pkgconf-m4                   noarch  1.4.2-1.el8                            baseos      17 k
16:44:34 #11 8.942  pkgconf-pkg-config           x86_64  1.4.2-1.el8                            baseos      15 k
16:44:34 #11 8.942  python-rpm-macros            noarch  3-41.el8                               appstream   15 k
16:44:34 #11 8.942  python-srpm-macros           noarch  3-41.el8                               appstream   15 k
16:44:34 #11 8.942  python3-dateutil             noarch  1:2.6.1-6.el8                          baseos     251 k
16:44:34 #11 8.942  python3-dbus                 x86_64  1.2.4-15.el8                           baseos     134 k
16:44:34 #11 8.942  python3-dnf-plugins-core     noarch  4.0.18-4.el8                           baseos     234 k
16:44:34 #11 8.942  python3-rpm-macros           noarch  3-41.el8                               appstream   14 k
16:44:34 #11 8.942  python3-six                  noarch  1.11.0-8.el8                           baseos      38 k
16:44:34 #11 8.942  qt5-srpm-macros              noarch  5.12.5-3.el8                           appstream   10 k
16:44:34 #11 8.942  redhat-rpm-config            noarch  125-1.el8                              appstream   86 k
16:44:34 #11 8.942  rust-srpm-macros             noarch  5-2.el8                                appstream  9.2 k
16:44:34 #11 8.942  unzip                        x86_64  6.0-45.el8_4                           baseos     195 k
16:44:34 #11 8.942  zip                          x86_64  3.0-23.el8                             baseos     270 k
16:44:34 #11 8.942  zstd                         x86_64  1.4.4-1.el8                            appstream  393 k
16:44:34 #11 8.942 Installing weak dependencies:
16:44:34 #11 8.942  elfutils-debuginfod-client   x86_64  0.182-3.el8                            baseos      65 k
16:44:34 #11 8.942  perl-IO-Socket-IP            noarch  0.39-5.el8                             appstream   47 k
16:44:34 #11 8.942  perl-IO-Socket-SSL           noarch  2.066-4.module_el8.3.0+410+ff426aa3    appstream  298 k
16:44:34 #11 8.942  perl-Mozilla-CA              noarch  20160104-7.module_el8.3.0+416+dee7bcef appstream   15 k
16:44:34 #11 8.942 Enabling module streams:
16:44:34 #11 8.942  perl                                 5.26                                                   
16:44:34 #11 8.942  perl-IO-Socket-SSL                   2.066                                                  
16:44:34 #11 8.942  perl-libwww-perl                     6.34                                                   
16:44:34 #11 8.942 
16:44:34 #11 8.942 Transaction Summary
16:44:34 #11 8.942 =============================================================================================
16:44:34 #11 8.942 Install  88 Packages
16:44:34 #11 8.942 Upgrade   4 Packages
16:44:34 #11 8.942 
16:44:34 #11 8.946 Total download size: 27 M
16:44:34 #11 8.947 Downloading Packages:
16:44:35 #11 9.861 (1/92): efi-srpm-macros-3-3.el8.noarch.rpm       97 kB/s |  22 kB     00:00    
16:44:35 #11 9.862 (2/92): desktop-file-utils-0.23-8.el8.x86_64.rp 349 kB/s |  80 kB     00:00    
16:44:35 #11 9.865 (3/92): dwz-0.12-9.el8.x86_64.rpm               469 kB/s | 109 kB     00:00    
16:44:35 #11 9.868 (4/92): ghc-srpm-macros-1.4.2-7.el8.noarch.rpm  3.2 MB/s | 9.3 kB     00:00    
16:44:35 #11 9.869 (5/92): gc-7.6.4-3.el8.x86_64.rpm                14 MB/s | 109 kB     00:00    
16:44:35 #11 9.870 (6/92): go-srpm-macros-2-17.el8.noarch.rpm      5.6 MB/s |  13 kB     00:00    
16:44:35 #11 9.875 (7/92): libatomic_ops-7.6.2-3.el8.x86_64.rpm    8.7 MB/s |  38 kB     00:00    
16:44:35 #11 9.880 (8/92): libipt-1.6.1-8.el8.x86_64.rpm            12 MB/s |  50 kB     00:00    
16:44:35 #11 9.882 (9/92): ocaml-srpm-macros-5-4.el8.noarch.rpm    4.1 MB/s | 9.4 kB     00:00    
16:44:35 #11 9.885 (10/92): openblas-srpm-macros-2-2.el8.noarch.rp 3.1 MB/s | 7.9 kB     00:00    
16:44:35 #11 9.888 (11/92): perl-Digest-1.17-395.el8.noarch.rpm    8.4 MB/s |  27 kB     00:00    
16:44:35 #11 9.892 (12/92): perl-Digest-MD5-2.55-396.el8.x86_64.rp  11 MB/s |  37 kB     00:00    
16:44:35 #11 9.896 (13/92): perl-IO-Socket-IP-0.39-5.el8.noarch.rp  14 MB/s |  47 kB     00:00    
16:44:35 #11 9.907 (14/92): perl-IO-Socket-SSL-2.066-4.module_el8.  26 MB/s | 298 kB     00:00    
16:44:35 #11 9.910 (15/92): perl-Mozilla-CA-20160104-7.module_el8. 6.6 MB/s |  15 kB     00:00    
16:44:35 #11 9.975 (16/92): gdb-headless-8.2-15.el8.x86_64.rpm      33 MB/s | 3.7 MB     00:00    
16:44:35 #11 9.982 (17/92): perl-Net-SSLeay-1.88-1.module_el8.3.0+ 5.2 MB/s | 379 kB     00:00    
16:44:35 #11 9.984 (18/92): perl-URI-1.73-3.el8.noarch.rpm          14 MB/s | 116 kB     00:00    
16:44:35 #11 9.988 (19/92): perl-srpm-macros-1-25.el8.noarch.rpm   4.5 MB/s |  11 kB     00:00    
16:44:35 #11 9.989 (20/92): perl-libnet-3.11-3.el8.noarch.rpm       19 MB/s | 121 kB     00:00    
16:44:35 #11 9.997 (21/92): python-rpm-macros-3-41.el8.noarch.rpm  1.5 MB/s |  15 kB     00:00    
16:44:35 #11 9.998 (22/92): python-srpm-macros-3-41.el8.noarch.rpm 1.6 MB/s |  15 kB     00:00    
16:44:35 #11 10.00 (23/92): python3-rpm-macros-3-41.el8.noarch.rpm 5.5 MB/s |  14 kB     00:00    
16:44:35 #11 10.00 (24/92): qt5-srpm-macros-5.12.5-3.el8.noarch.rp 3.8 MB/s |  10 kB     00:00    
16:44:35 #11 10.00 (25/92): redhat-rpm-config-125-1.el8.noarch.rpm  25 MB/s |  86 kB     00:00    
16:44:35 #11 10.02 (26/92): guile-2.0.14-7.el8.x86_64.rpm           23 MB/s | 3.5 MB     00:00    
16:44:35 #11 10.02 (27/92): rpm-build-4.14.3-14.el8_4.x86_64.rpm   8.4 MB/s | 173 kB     00:00    
16:44:35 #11 10.02 (28/92): rust-srpm-macros-5-2.el8.noarch.rpm    3.9 MB/s | 9.2 kB     00:00    
16:44:35 #11 10.02 (29/92): rpmlint-1.10-14.el8.noarch.rpm          10 MB/s | 192 kB     00:00    
16:44:35 #11 10.03 (30/92): bzip2-1.0.6-26.el8.x86_64.rpm           17 MB/s |  60 kB     00:00    
16:44:35 #11 10.03 (31/92): dbus-glib-0.110-2.el8.x86_64.rpm        27 MB/s | 127 kB     00:00    
16:44:35 #11 10.04 (32/92): zstd-1.4.4-1.el8.x86_64.rpm             17 MB/s | 393 kB     00:00    
16:44:35 #11 10.05 (33/92): dnf-plugins-core-4.0.18-4.el8.noarch.r 3.9 MB/s |  69 kB     00:00    
16:44:35 #11 10.05 (34/92): diffutils-3.6-6.el8.x86_64.rpm          16 MB/s | 358 kB     00:00    
16:44:35 #11 10.05 (35/92): elfutils-debuginfod-client-0.182-3.el8  15 MB/s |  65 kB     00:00    
16:44:35 #11 10.05 (36/92): emacs-filesystem-26.1-5.el8.noarch.rpm  15 MB/s |  69 kB     00:00    
16:44:35 #11 10.06 (37/92): file-5.33-16.el8_3.1.x86_64.rpm         16 MB/s |  77 kB     00:00    
16:44:35 #11 10.06 (38/92): elfutils-0.182-3.el8.x86_64.rpm         38 MB/s | 540 kB     00:00    
16:44:35 #11 10.06 (39/92): libbabeltrace-1.5.4-3.el8.x86_64.rpm    35 MB/s | 200 kB     00:00    
16:44:35 #11 10.07 (40/92): libtool-ltdl-2.4.6-25.el8.x86_64.rpm    13 MB/s |  58 kB     00:00    
16:44:35 #11 10.07 (41/92): libpkgconf-1.4.2-1.el8.x86_64.rpm      4.3 MB/s |  35 kB     00:00    
16:44:35 #11 10.07 (42/92): groff-base-1.22.3-18.el8.x86_64.rpm     49 MB/s | 1.0 MB     00:00    
16:44:35 #11 10.08 (43/92): ncurses-6.1-7.20180224.el8.x86_64.rpm   32 MB/s | 387 kB     00:00    
16:44:35 #11 10.08 (44/92): patch-2.7.6-11.el8.x86_64.rpm           23 MB/s | 138 kB     00:00    
16:44:35 #11 10.08 (45/92): openssl-1.1.1g-15.el8_3.x86_64.rpm      41 MB/s | 707 kB     00:00    
16:44:35 #11 10.09 (46/92): perl-Carp-1.42-396.el8.noarch.rpm      4.6 MB/s |  30 kB     00:00    
16:44:35 #11 10.09 (47/92): perl-Data-Dumper-2.167-399.el8.x86_64.  11 MB/s |  58 kB     00:00    
16:44:35 #11 10.09 (48/92): perl-Exporter-5.72-396.el8.noarch.rpm  9.6 MB/s |  34 kB     00:00    
16:44:35 #11 10.09 (49/92): perl-Errno-1.28-419.el8_4.1.x86_64.rpm  14 MB/s |  76 kB     00:00    
16:44:35 #11 10.09 (50/92): perl-File-Path-2.15-2.el8.noarch.rpm   9.2 MB/s |  38 kB     00:00    
16:44:35 #11 10.10 (51/92): perl-File-Temp-0.230.600-1.el8.noarch. 8.7 MB/s |  63 kB     00:00    
16:44:35 #11 10.10 (52/92): perl-Getopt-Long-2.50-4.el8.noarch.rpm  13 MB/s |  63 kB     00:00    
16:44:35 #11 10.10 (53/92): perl-HTTP-Tiny-0.074-1.el8.noarch.rpm   11 MB/s |  58 kB     00:00    
16:44:35 #11 10.11 (54/92): perl-IO-1.38-419.el8_4.1.x86_64.rpm     25 MB/s | 142 kB     00:00    
16:44:35 #11 10.11 (55/92): perl-MIME-Base64-3.15-396.el8.x86_64.r 9.6 MB/s |  31 kB     00:00    
16:44:35 #11 10.11 (56/92): perl-PathTools-3.74-1.el8.x86_64.rpm    21 MB/s |  90 kB     00:00    
16:44:35 #11 10.11 (57/92): perl-Pod-Escapes-1.07-395.el8.noarch.r 7.3 MB/s |  20 kB     00:00    
16:44:35 #11 10.12 (58/92): perl-Pod-Simple-3.35-395.el8.noarch.rp  30 MB/s | 213 kB     00:00    
16:44:35 #11 10.12 (59/92): perl-Pod-Perldoc-3.28-396.el8.noarch.r 9.1 MB/s |  86 kB     00:00    
16:44:35 #11 10.12 (60/92): perl-Pod-Usage-1.69-395.el8.noarch.rpm 9.7 MB/s |  34 kB     00:00    
16:44:35 #11 10.12 (61/92): perl-Scalar-List-Utils-1.49-2.el8.x86_  15 MB/s |  68 kB     00:00    
16:44:35 #11 10.13 (62/92): perl-Socket-2.027-3.el8.x86_64.rpm      12 MB/s |  59 kB     00:00    
16:44:35 #11 10.13 (63/92): perl-Storable-3.11-3.el8.x86_64.rpm     18 MB/s |  98 kB     00:00    
16:44:35 #11 10.14 (64/92): perl-Encode-2.97-3.el8.x86_64.rpm       29 MB/s | 1.5 MB     00:00    
16:44:35 #11 10.14 (65/92): perl-Term-ANSIColor-4.06-396.el8.noarc 4.7 MB/s |  46 kB     00:00    
16:44:35 #11 10.14 (66/92): perl-Term-Cap-1.17-395.el8.noarch.rpm  3.1 MB/s |  23 kB     00:00    
16:44:35 #11 10.14 (67/92): perl-Text-ParseWords-3.30-395.el8.noar 6.9 MB/s |  18 kB     00:00    
16:44:35 #11 10.14 (68/92): perl-Text-Tabs+Wrap-2013.0523-395.el8. 8.1 MB/s |  24 kB     00:00    
16:44:35 #11 10.14 (69/92): perl-Time-Local-1.280-1.el8.noarch.rpm 8.7 MB/s |  34 kB     00:00    
16:44:35 #11 10.14 (70/92): perl-Unicode-Normalize-1.25-396.el8.x8  19 MB/s |  82 kB     00:00    
16:44:35 #11 10.14 (71/92): perl-constant-1.33-396.el8.noarch.rpm  7.7 MB/s |  25 kB     00:00    
16:44:35 #11 10.15 (72/92): perl-macros-5.26.3-419.el8_4.1.x86_64.  18 MB/s |  72 kB     00:00    
16:44:35 #11 10.15 (73/92): perl-parent-0.237-1.el8.noarch.rpm     6.5 MB/s |  20 kB     00:00    
16:44:35 #11 10.16 (74/92): perl-podlators-4.11-1.el8.noarch.rpm    19 MB/s | 118 kB     00:00    
16:44:35 #11 10.16 (75/92): perl-threads-2.21-2.el8.x86_64.rpm      17 MB/s |  61 kB     00:00    
16:44:35 #11 10.17 (76/92): perl-threads-shared-1.58-2.el8.x86_64. 9.1 MB/s |  48 kB     00:00    
16:44:35 #11 10.17 (77/92): pkgconf-1.4.2-1.el8.x86_64.rpm          12 MB/s |  38 kB     00:00    
16:44:35 #11 10.17 (78/92): pkgconf-m4-1.4.2-1.el8.noarch.rpm      5.5 MB/s |  17 kB     00:00    
16:44:35 #11 10.18 (79/92): pkgconf-pkg-config-1.4.2-1.el8.x86_64. 3.0 MB/s |  15 kB     00:00    
16:44:35 #11 10.19 (80/92): perl-libs-5.26.3-419.el8_4.1.x86_64.rp  36 MB/s | 1.6 MB     00:00    
16:44:35 #11 10.19 (81/92): python3-dateutil-2.6.1-6.el8.noarch.rp  25 MB/s | 251 kB     00:00    
16:44:35 #11 10.20 (82/92): python3-dbus-1.2.4-15.el8.x86_64.rpm    18 MB/s | 134 kB     00:00    
16:44:35 #11 10.20 (83/92): python3-six-1.11.0-8.el8.noarch.rpm    8.7 MB/s |  38 kB     00:00    
16:44:35 #11 10.20 (84/92): python3-dnf-plugins-core-4.0.18-4.el8.  21 MB/s | 234 kB     00:00    
16:44:35 #11 10.21 (85/92): yum-utils-4.0.18-4.el8.noarch.rpm       21 MB/s |  71 kB     00:00    
16:44:35 #11 10.21 (86/92): unzip-6.0-45.el8_4.x86_64.rpm           24 MB/s | 195 kB     00:00    
16:44:35 #11 10.21 (87/92): zip-3.0-23.el8.x86_64.rpm               46 MB/s | 270 kB     00:00    
16:44:35 #11 10.21 (88/92): python3-rpm-4.14.3-14.el8_4.x86_64.rpm  27 MB/s | 158 kB     00:00    
16:44:35 #11 10.22 (89/92): rpm-build-libs-4.14.3-14.el8_4.x86_64.  19 MB/s | 155 kB     00:00    
16:44:35 #11 10.23 (90/92): rpm-4.14.3-14.el8_4.x86_64.rpm          39 MB/s | 542 kB     00:00    
16:44:35 #11 10.23 (91/92): rpm-libs-4.14.3-14.el8_4.x86_64.rpm     36 MB/s | 339 kB     00:00    
16:44:35 #11 10.31 (92/92): perl-interpreter-5.26.3-419.el8_4.1.x8  38 MB/s | 6.3 MB     00:00    
16:44:36 #11 10.31 --------------------------------------------------------------------------------
16:44:36 #11 10.31 Total                                            20 MB/s |  27 MB     00:01     
16:44:36 #11 10.40 Running transaction check
16:44:36 #11 10.48 Transaction check succeeded.
16:44:36 #11 10.48 Running transaction test
16:44:36 #11 10.78 Transaction test succeeded.
16:44:36 #11 10.79 Running transaction
16:44:37 #11 11.56   Preparing        :                                                        1/1 
16:44:37 #11 11.62   Upgrading        : rpm-libs-4.14.3-14.el8_4.x86_64                       1/96 
16:44:37 #11 11.63   Running scriptlet: rpm-libs-4.14.3-14.el8_4.x86_64                       1/96 
16:44:37 #11 11.71   Upgrading        : rpm-4.14.3-14.el8_4.x86_64                            2/96 
16:44:37 #11 11.73   Upgrading        : rpm-build-libs-4.14.3-14.el8_4.x86_64                 3/96 
16:44:37 #11 11.74   Running scriptlet: rpm-build-libs-4.14.3-14.el8_4.x86_64                 3/96 
16:44:37 #11 11.77   Installing       : unzip-6.0-45.el8_4.x86_64                             4/96 
16:44:37 #11 11.91   Installing       : groff-base-1.22.3-18.el8.x86_64                       5/96 
16:44:37 #11 11.93   Installing       : file-5.33-16.el8_3.1.x86_64                           6/96 
16:44:37 #11 11.95   Installing       : bzip2-1.0.6-26.el8.x86_64                             7/96 
16:44:37 #11 11.96   Installing       : python-srpm-macros-3-41.el8.noarch                    8/96 
16:44:37 #11 11.97   Installing       : python-rpm-macros-3-41.el8.noarch                     9/96 
16:44:37 #11 11.98   Installing       : python3-rpm-macros-3-41.el8.noarch                   10/96 
16:44:37 #11 12.01   Installing       : zip-3.0-23.el8.x86_64                                11/96 
16:44:37 #11 12.04   Upgrading        : python3-rpm-4.14.3-14.el8_4.x86_64                   12/96 
16:44:37 #11 12.05   Installing       : efi-srpm-macros-3-3.el8.noarch                       13/96 
16:44:37 #11 12.06   Installing       : python3-six-1.11.0-8.el8.noarch                      14/96 
16:44:37 #11 12.10   Installing       : python3-dateutil-1:2.6.1-6.el8.noarch                15/96 
16:44:37 #11 12.11   Installing       : pkgconf-m4-1.4.2-1.el8.noarch                        16/96 
16:44:37 #11 12.13   Installing       : patch-2.7.6-11.el8.x86_64                            17/96 
16:44:37 #11 12.21   Installing       : openssl-1:1.1.1g-15.el8_3.x86_64                     18/96 
16:44:37 #11 12.24   Installing       : ncurses-6.1-7.20180224.el8.x86_64                    19/96 
16:44:37 #11 12.26   Installing       : perl-Digest-1.17-395.el8.noarch                      20/96 
16:44:37 #11 12.27   Installing       : perl-Digest-MD5-2.55-396.el8.x86_64                  21/96 
16:44:37 #11 12.29   Installing       : perl-Data-Dumper-2.167-399.el8.x86_64                22/96 
16:44:37 #11 12.31   Installing       : perl-libnet-3.11-3.el8.noarch                        23/96 
16:44:38 #11 12.36   Installing       : perl-Net-SSLeay-1.88-1.module_el8.3.0+410+ff426aa3   24/96 
16:44:38 #11 12.39   Installing       : perl-URI-1.73-3.el8.noarch                           25/96 
16:44:38 #11 12.41   Installing       : perl-Pod-Escapes-1:1.07-395.el8.noarch               26/96 
16:44:38 #11 12.42   Installing       : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   27/96 
16:44:38 #11 12.43   Installing       : perl-IO-Socket-IP-0.39-5.el8.noarch                  28/96 
16:44:38 #11 12.45   Installing       : perl-Time-Local-1:1.280-1.el8.noarch                 29/96 
16:44:38 #11 12.48   Installing       : perl-IO-Socket-SSL-2.066-4.module_el8.3.0+410+ff42   30/96 
16:44:38 #11 12.49   Installing       : perl-Term-ANSIColor-4.06-396.el8.noarch              31/96 
16:44:38 #11 12.51   Installing       : perl-Term-Cap-1.17-395.el8.noarch                    32/96 
16:44:38 #11 12.52   Installing       : perl-File-Temp-0.230.600-1.el8.noarch                33/96 
16:44:38 #11 12.56   Installing       : perl-Pod-Simple-1:3.35-395.el8.noarch                34/96 
16:44:38 #11 12.57   Installing       : perl-HTTP-Tiny-0.074-1.el8.noarch                    35/96 
16:44:38 #11 12.60   Installing       : perl-podlators-4.11-1.el8.noarch                     36/96 
16:44:38 #11 12.62   Installing       : perl-Pod-Perldoc-3.28-396.el8.noarch                 37/96 
16:44:38 #11 12.63   Installing       : perl-Text-ParseWords-3.30-395.el8.noarch             38/96 
16:44:38 #11 12.64   Installing       : perl-Pod-Usage-4:1.69-395.el8.noarch                 39/96 
16:44:38 #11 12.66   Installing       : perl-MIME-Base64-3.15-396.el8.x86_64                 40/96 
16:44:38 #11 12.68   Installing       : perl-Storable-1:3.11-3.el8.x86_64                    41/96 
16:44:38 #11 12.69   Installing       : perl-Getopt-Long-1:2.50-4.el8.noarch                 42/96 
16:44:38 #11 12.70   Installing       : perl-Errno-1.28-419.el8_4.1.x86_64                   43/96 
16:44:38 #11 12.72   Installing       : perl-Socket-4:2.027-3.el8.x86_64                     44/96 
16:44:38 #11 12.94   Installing       : perl-Encode-4:2.97-3.el8.x86_64                      45/96 
16:44:38 #11 12.96   Installing       : perl-Carp-1.42-396.el8.noarch                        46/96 
16:44:38 #11 12.97   Installing       : perl-Exporter-5.72-396.el8.noarch                    47/96 
16:44:38 #11 13.17   Installing       : perl-libs-4:5.26.3-419.el8_4.1.x86_64                48/96 
16:44:38 #11 13.20   Installing       : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64           49/96 
16:44:38 #11 13.21   Installing       : perl-parent-1:0.237-1.el8.noarch                     50/96 
16:44:38 #11 13.22   Installing       : perl-macros-4:5.26.3-419.el8_4.1.x86_64              51/96 
16:44:38 #11 13.23   Installing       : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         52/96 
16:44:38 #11 13.25   Installing       : perl-Unicode-Normalize-1.25-396.el8.x86_64           53/96 
16:44:38 #11 13.27   Installing       : perl-File-Path-2.15-2.el8.noarch                     54/96 
16:44:38 #11 13.29   Installing       : perl-IO-1.38-419.el8_4.1.x86_64                      55/96 
16:44:38 #11 13.31   Installing       : perl-PathTools-3.74-1.el8.x86_64                     56/96 
16:44:39 #21 ...
16:44:39 
16:44:39 #14 [linux/amd64 gostable 1/1] FROM docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56
16:44:39 #14 sha256:ceeb074a93cd56d7223bfa942039da4ffc3461de6a323d635889f8f45bd2e7e0
16:44:39 #14 extracting sha256:4527c011a84f3982060931fb12d922abb16a0ff4144e843b163ebff988f8be55 7.3s done
16:44:39 #14 extracting sha256:5d74067f8e1e693b0d04e2d1aa72270ebd6c3e160993af37c8629b28b3f083a5
16:44:39 #14 extracting sha256:5d74067f8e1e693b0d04e2d1aa72270ebd6c3e160993af37c8629b28b3f083a5 0.0s done
16:44:39 #14 DONE 9.2s
16:44:39 
16:44:39 #16 [linux/amd64 build-base-alpine 1/3] COPY --from=xx / /
16:44:39 #16 sha256:d4ed2a4b27804a9b1166ef0ca00378af33b881e47414dc5dd4bcd8d865181bdb
16:44:39 #11 13.32   Installing       : perl-constant-1.33-396.el8.noarch                    57/96 
16:44:39 #11 13.33   Installing       : perl-threads-1:2.21-2.el8.x86_64                     58/96 
16:44:39 #11 13.35   Installing       : perl-threads-shared-1.58-2.el8.x86_64                59/96 
16:44:39 #11 13.89   Installing       : perl-interpreter-4:5.26.3-419.el8_4.1.x86_64         60/96 
16:44:39 #11 13.92   Installing       : libtool-ltdl-2.4.6-25.el8.x86_64                     61/96 
16:44:39 #11 13.93   Running scriptlet: libtool-ltdl-2.4.6-25.el8.x86_64                     61/96 
16:44:39 #11 13.94   Installing       : libpkgconf-1.4.2-1.el8.x86_64                        62/96 
16:44:39 #11 13.96   Installing       : pkgconf-1.4.2-1.el8.x86_64                           63/96 
16:44:39 #11 13.97   Installing       : pkgconf-pkg-config-1.4.2-1.el8.x86_64                64/96 
16:44:39 #11 14.00   Installing       : libbabeltrace-1.5.4-3.el8.x86_64                     65/96 
16:44:39 #11 14.01   Running scriptlet: libbabeltrace-1.5.4-3.el8.x86_64                     65/96 
16:44:39 #11 14.02   Installing       : emacs-filesystem-1:26.1-5.el8.noarch                 66/96 
16:44:39 #11 14.04   Installing       : desktop-file-utils-0.23-8.el8.x86_64                 67/96 
16:44:39 #11 14.05   Installing       : elfutils-debuginfod-client-0.182-3.el8.x86_64        68/96 
16:44:40 #11 14.13   Installing       : elfutils-0.182-3.el8.x86_64                          69/96 
16:44:40 #11 14.18   Installing       : diffutils-3.6-6.el8.x86_64                           70/96 
16:44:40 #11 14.19   Running scriptlet: diffutils-3.6-6.el8.x86_64                           70/96 
16:44:40 #11 14.21   Installing       : dbus-glib-0.110-2.el8.x86_64                         71/96 
16:44:40 #11 14.22   Running scriptlet: dbus-glib-0.110-2.el8.x86_64                         71/96 
16:44:40 #11 14.25   Installing       : python3-dbus-1.2.4-15.el8.x86_64                     72/96 
16:44:40 #11 14.29   Installing       : python3-dnf-plugins-core-4.0.18-4.el8.noarch         73/96 
16:44:40 #11 14.31   Installing       : dnf-plugins-core-4.0.18-4.el8.noarch                 74/96 
16:44:40 #11 14.36   Installing       : zstd-1.4.4-1.el8.x86_64                              75/96 
16:44:40 #11 14.37   Installing       : rust-srpm-macros-5-2.el8.noarch                      76/96 
16:44:40 #11 14.38   Installing       : qt5-srpm-macros-5.12.5-3.el8.noarch                  77/96 
16:44:40 #11 14.39   Installing       : perl-srpm-macros-1-25.el8.noarch                     78/96 
16:44:40 #11 14.40   Installing       : openblas-srpm-macros-2-2.el8.noarch                  79/96 
16:44:40 #11 14.41   Installing       : ocaml-srpm-macros-5-4.el8.noarch                     80/96 
16:44:40 #11 14.42   Installing       : libipt-1.6.1-8.el8.x86_64                            81/96 
16:44:40 #11 14.44   Installing       : libatomic_ops-7.6.2-3.el8.x86_64                     82/96 
16:44:40 #16 DONE 1.7s
16:44:40 
16:44:40 #21 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
16:44:40 #21 sha256:0eeff095bcae76f93d5ac40db06e650260e178bb72dd133bcd399059a8735c97
16:44:40 #21 ...
16:44:40 
16:44:40 #17 [linux/amd64 build-base-alpine 2/3] RUN apk add --no-cache clang lld llvm file git
16:44:40 #17 sha256:4f762c1ca3b75604fad3bd550789d0ed54653889b4d2c485d0af94b76bfd2d67
16:44:40 #17 0.142 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
16:44:40 #11 14.46   Installing       : gc-7.6.4-3.el8.x86_64                                83/96 
16:44:40 #11 14.82   Installing       : guile-5:2.0.14-7.el8.x86_64                          84/96 
16:44:40 #11 14.85   Running scriptlet: guile-5:2.0.14-7.el8.x86_64                          84/96 
16:44:41 #11 15.22   Installing       : gdb-headless-8.2-15.el8.x86_64                       85/96 
16:44:41 #11 15.24   Installing       : go-srpm-macros-2-17.el8.noarch                       86/96 
16:44:41 #11 15.25   Installing       : ghc-srpm-macros-1.4.2-7.el8.noarch                   87/96 
16:44:41 #11 15.27   Installing       : dwz-0.12-9.el8.x86_64                                88/96 
16:44:41 #11 15.28   Installing       : redhat-rpm-config-125-1.el8.noarch                   89/96 
16:44:41 #11 15.31   Installing       : rpm-build-4.14.3-14.el8_4.x86_64                     90/96 
16:44:41 #11 15.33   Installing       : yum-utils-4.0.18-4.el8.noarch                        91/96 
16:44:41 #11 15.37   Installing       : rpmlint-1.10-14.el8.noarch                           92/96 
16:44:41 #11 15.38   Cleanup          : python3-rpm-4.14.3-13.el8.x86_64                     93/96 
16:44:41 #11 15.39   Cleanup          : rpm-build-libs-4.14.3-13.el8.x86_64                  94/96 
16:44:41 #11 15.39   Running scriptlet: rpm-build-libs-4.14.3-13.el8.x86_64                  94/96 
16:44:41 #11 15.42   Cleanup          : rpm-4.14.3-13.el8.x86_64                             95/96 
16:44:41 #11 15.44   Cleanup          : rpm-libs-4.14.3-13.el8.x86_64                        96/96 
16:44:41 #11 15.44   Running scriptlet: rpm-libs-4.14.3-13.el8.x86_64                        96/96 
16:44:41 #11 15.46   Running scriptlet: guile-5:2.0.14-7.el8.x86_64                          96/96 
16:44:41 #11 15.47   Running scriptlet: rpm-libs-4.14.3-13.el8.x86_64                        96/96 
16:44:41 #11 15.59   Verifying        : desktop-file-utils-0.23-8.el8.x86_64                  1/96 
16:44:41 #11 15.59   Verifying        : dwz-0.12-9.el8.x86_64                                 2/96 
16:44:41 #11 15.59   Verifying        : efi-srpm-macros-3-3.el8.noarch                        3/96 
16:44:41 #11 15.59   Verifying        : gc-7.6.4-3.el8.x86_64                                 4/96 
16:44:41 #11 15.59   Verifying        : gdb-headless-8.2-15.el8.x86_64                        5/96 
16:44:41 #11 15.59   Verifying        : ghc-srpm-macros-1.4.2-7.el8.noarch                    6/96 
16:44:41 #11 15.59   Verifying        : go-srpm-macros-2-17.el8.noarch                        7/96 
16:44:41 #11 15.59   Verifying        : guile-5:2.0.14-7.el8.x86_64                           8/96 
16:44:41 #11 15.59   Verifying        : libatomic_ops-7.6.2-3.el8.x86_64                      9/96 
16:44:41 #11 15.59   Verifying        : libipt-1.6.1-8.el8.x86_64                            10/96 
16:44:41 #11 15.59   Verifying        : ocaml-srpm-macros-5-4.el8.noarch                     11/96 
16:44:41 #11 15.59   Verifying        : openblas-srpm-macros-2-2.el8.noarch                  12/96 
16:44:41 #11 15.59   Verifying        : perl-Digest-1.17-395.el8.noarch                      13/96 
16:44:41 #11 15.59   Verifying        : perl-Digest-MD5-2.55-396.el8.x86_64                  14/96 
16:44:41 #11 15.59   Verifying        : perl-IO-Socket-IP-0.39-5.el8.noarch                  15/96 
16:44:41 #11 15.59   Verifying        : perl-IO-Socket-SSL-2.066-4.module_el8.3.0+410+ff42   16/96 
16:44:41 #11 15.59   Verifying        : perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7   17/96 
16:44:41 #11 15.59   Verifying        : perl-Net-SSLeay-1.88-1.module_el8.3.0+410+ff426aa3   18/96 
16:44:41 #11 15.59   Verifying        : perl-URI-1.73-3.el8.noarch                           19/96 
16:44:41 #11 15.59   Verifying        : perl-libnet-3.11-3.el8.noarch                        20/96 
16:44:41 #11 15.59   Verifying        : perl-srpm-macros-1-25.el8.noarch                     21/96 
16:44:41 #11 15.59   Verifying        : python-rpm-macros-3-41.el8.noarch                    22/96 
16:44:41 #11 15.59   Verifying        : python-srpm-macros-3-41.el8.noarch                   23/96 
16:44:41 #11 15.59   Verifying        : python3-rpm-macros-3-41.el8.noarch                   24/96 
16:44:41 #11 15.59   Verifying        : qt5-srpm-macros-5.12.5-3.el8.noarch                  25/96 
16:44:41 #11 15.59   Verifying        : redhat-rpm-config-125-1.el8.noarch                   26/96 
16:44:41 #11 15.59   Verifying        : rpm-build-4.14.3-14.el8_4.x86_64                     27/96 
16:44:41 #11 15.59   Verifying        : rpmlint-1.10-14.el8.noarch                           28/96 
16:44:41 #11 15.59   Verifying        : rust-srpm-macros-5-2.el8.noarch                      29/96 
16:44:41 #11 15.59   Verifying        : zstd-1.4.4-1.el8.x86_64                              30/96 
16:44:41 #11 15.59   Verifying        : bzip2-1.0.6-26.el8.x86_64                            31/96 
16:44:41 #11 15.59   Verifying        : dbus-glib-0.110-2.el8.x86_64                         32/96 
16:44:41 #11 15.59   Verifying        : diffutils-3.6-6.el8.x86_64                           33/96 
16:44:41 #11 15.59   Verifying        : dnf-plugins-core-4.0.18-4.el8.noarch                 34/96 
16:44:41 #11 15.59   Verifying        : elfutils-0.182-3.el8.x86_64                          35/96 
16:44:41 #11 15.59   Verifying        : elfutils-debuginfod-client-0.182-3.el8.x86_64        36/96 
16:44:41 #11 15.59   Verifying        : emacs-filesystem-1:26.1-5.el8.noarch                 37/96 
16:44:41 #11 15.59   Verifying        : file-5.33-16.el8_3.1.x86_64                          38/96 
16:44:41 #11 15.59   Verifying        : groff-base-1.22.3-18.el8.x86_64                      39/96 
16:44:41 #11 15.59   Verifying        : libbabeltrace-1.5.4-3.el8.x86_64                     40/96 
16:44:41 #11 15.59   Verifying        : libpkgconf-1.4.2-1.el8.x86_64                        41/96 
16:44:41 #11 15.59   Verifying        : libtool-ltdl-2.4.6-25.el8.x86_64                     42/96 
16:44:41 #11 15.59   Verifying        : ncurses-6.1-7.20180224.el8.x86_64                    43/96 
16:44:41 #11 15.59   Verifying        : openssl-1:1.1.1g-15.el8_3.x86_64                     44/96 
16:44:41 #11 15.59   Verifying        : patch-2.7.6-11.el8.x86_64                            45/96 
16:44:41 #11 15.59   Verifying        : perl-Carp-1.42-396.el8.noarch                        46/96 
16:44:41 #11 15.59   Verifying        : perl-Data-Dumper-2.167-399.el8.x86_64                47/96 
16:44:41 #11 15.59   Verifying        : perl-Encode-4:2.97-3.el8.x86_64                      48/96 
16:44:41 #11 15.59   Verifying        : perl-Errno-1.28-419.el8_4.1.x86_64                   49/96 
16:44:41 #11 15.60   Verifying        : perl-Exporter-5.72-396.el8.noarch                    50/96 
16:44:41 #11 15.60   Verifying        : perl-File-Path-2.15-2.el8.noarch                     51/96 
16:44:41 #11 15.60   Verifying        : perl-File-Temp-0.230.600-1.el8.noarch                52/96 
16:44:41 #11 15.60   Verifying        : perl-Getopt-Long-1:2.50-4.el8.noarch                 53/96 
16:44:41 #11 15.60   Verifying        : perl-HTTP-Tiny-0.074-1.el8.noarch                    54/96 
16:44:41 #11 15.60   Verifying        : perl-IO-1.38-419.el8_4.1.x86_64                      55/96 
16:44:41 #11 15.60   Verifying        : perl-MIME-Base64-3.15-396.el8.x86_64                 56/96 
16:44:41 #11 15.60   Verifying        : perl-PathTools-3.74-1.el8.x86_64                     57/96 
16:44:41 #11 15.60   Verifying        : perl-Pod-Escapes-1:1.07-395.el8.noarch               58/96 
16:44:41 #11 15.60   Verifying        : perl-Pod-Perldoc-3.28-396.el8.noarch                 59/96 
16:44:41 #11 15.60   Verifying        : perl-Pod-Simple-1:3.35-395.el8.noarch                60/96 
16:44:41 #11 15.60   Verifying        : perl-Pod-Usage-4:1.69-395.el8.noarch                 61/96 
16:44:41 #11 15.60   Verifying        : perl-Scalar-List-Utils-3:1.49-2.el8.x86_64           62/96 
16:44:41 #11 15.60   Verifying        : perl-Socket-4:2.027-3.el8.x86_64                     63/96 
16:44:41 #11 15.60   Verifying        : perl-Storable-1:3.11-3.el8.x86_64                    64/96 
16:44:41 #11 15.60   Verifying        : perl-Term-ANSIColor-4.06-396.el8.noarch              65/96 
16:44:41 #11 15.60   Verifying        : perl-Term-Cap-1.17-395.el8.noarch                    66/96 
16:44:41 #11 15.60   Verifying        : perl-Text-ParseWords-3.30-395.el8.noarch             67/96 
16:44:41 #11 15.60   Verifying        : perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch         68/96 
16:44:41 #11 15.60   Verifying        : perl-Time-Local-1:1.280-1.el8.noarch                 69/96 
16:44:41 #11 15.60   Verifying        : perl-Unicode-Normalize-1.25-396.el8.x86_64           70/96 
16:44:41 #11 15.60   Verifying        : perl-constant-1.33-396.el8.noarch                    71/96 
16:44:41 #11 15.60   Verifying        : perl-interpreter-4:5.26.3-419.el8_4.1.x86_64         72/96 
16:44:41 #11 15.60   Verifying        : perl-libs-4:5.26.3-419.el8_4.1.x86_64                73/96 
16:44:41 #11 15.60   Verifying        : perl-macros-4:5.26.3-419.el8_4.1.x86_64              74/96 
16:44:41 #11 15.60   Verifying        : perl-parent-1:0.237-1.el8.noarch                     75/96 
16:44:41 #11 15.60   Verifying        : perl-podlators-4.11-1.el8.noarch                     76/96 
16:44:41 #11 15.60   Verifying        : perl-threads-1:2.21-2.el8.x86_64                     77/96 
16:44:41 #11 15.60   Verifying        : perl-threads-shared-1.58-2.el8.x86_64                78/96 
16:44:41 #11 15.60   Verifying        : pkgconf-1.4.2-1.el8.x86_64                           79/96 
16:44:41 #11 15.60   Verifying        : pkgconf-m4-1.4.2-1.el8.noarch                        80/96 
16:44:41 #11 15.60   Verifying        : pkgconf-pkg-config-1.4.2-1.el8.x86_64                81/96 
16:44:41 #11 15.60   Verifying        : python3-dateutil-1:2.6.1-6.el8.noarch                82/96 
16:44:41 #11 15.60   Verifying        : python3-dbus-1.2.4-15.el8.x86_64                     83/96 
16:44:41 #11 15.60   Verifying        : python3-dnf-plugins-core-4.0.18-4.el8.noarch         84/96 
16:44:41 #11 15.60   Verifying        : python3-six-1.11.0-8.el8.noarch                      85/96 
16:44:41 #11 15.60   Verifying        : unzip-6.0-45.el8_4.x86_64                            86/96 
16:44:41 #11 15.60   Verifying        : yum-utils-4.0.18-4.el8.noarch                        87/96 
16:44:41 #11 15.60   Verifying        : zip-3.0-23.el8.x86_64                                88/96 
16:44:41 #11 15.60   Verifying        : python3-rpm-4.14.3-14.el8_4.x86_64                   89/96 
16:44:41 #11 15.60   Verifying        : python3-rpm-4.14.3-13.el8.x86_64                     90/96 
16:44:41 #11 15.60   Verifying        : rpm-4.14.3-14.el8_4.x86_64                           91/96 
16:44:41 #11 15.60   Verifying        : rpm-4.14.3-13.el8.x86_64                             92/96 
16:44:41 #11 15.60   Verifying        : rpm-build-libs-4.14.3-14.el8_4.x86_64                93/96 
16:44:41 #11 15.60   Verifying        : rpm-build-libs-4.14.3-13.el8.x86_64                  94/96 
16:44:41 #11 15.61   Verifying        : rpm-libs-4.14.3-14.el8_4.x86_64                      95/96 
16:44:41 #11 15.61   Verifying        : rpm-libs-4.14.3-13.el8.x86_64                        96/96 
16:44:41 #11 16.32 
16:44:41 #11 16.32 Upgraded:
16:44:41 #11 16.32   python3-rpm-4.14.3-14.el8_4.x86_64        rpm-4.14.3-14.el8_4.x86_64         
16:44:41 #11 16.32   rpm-build-libs-4.14.3-14.el8_4.x86_64     rpm-libs-4.14.3-14.el8_4.x86_64    
16:44:41 #11 16.32 Installed:
16:44:41 #11 16.32   bzip2-1.0.6-26.el8.x86_64                                                     
16:44:41 #11 16.32   dbus-glib-0.110-2.el8.x86_64                                                  
16:44:41 #11 16.32   desktop-file-utils-0.23-8.el8.x86_64                                          
16:44:41 #11 16.32   diffutils-3.6-6.el8.x86_64                                                    
16:44:41 #11 16.32   dnf-plugins-core-4.0.18-4.el8.noarch                                          
16:44:41 #11 16.32   dwz-0.12-9.el8.x86_64                                                         
16:44:41 #11 16.32   efi-srpm-macros-3-3.el8.noarch                                                
16:44:41 #11 16.32   elfutils-0.182-3.el8.x86_64                                                   
16:44:41 #11 16.32   elfutils-debuginfod-client-0.182-3.el8.x86_64                                 
16:44:41 #11 16.32   emacs-filesystem-1:26.1-5.el8.noarch                                          
16:44:41 #11 16.32   file-5.33-16.el8_3.1.x86_64                                                   
16:44:41 #11 16.32   gc-7.6.4-3.el8.x86_64                                                         
16:44:41 #11 16.32   gdb-headless-8.2-15.el8.x86_64                                                
16:44:41 #11 16.32   ghc-srpm-macros-1.4.2-7.el8.noarch                                            
16:44:41 #11 16.32   go-srpm-macros-2-17.el8.noarch                                                
16:44:41 #11 16.32   groff-base-1.22.3-18.el8.x86_64                                               
16:44:41 #11 16.32   guile-5:2.0.14-7.el8.x86_64                                                   
16:44:41 #11 16.32   libatomic_ops-7.6.2-3.el8.x86_64                                              
16:44:41 #11 16.32   libbabeltrace-1.5.4-3.el8.x86_64                                              
16:44:41 #11 16.32   libipt-1.6.1-8.el8.x86_64                                                     
16:44:41 #11 16.32   libpkgconf-1.4.2-1.el8.x86_64                                                 
16:44:41 #11 16.32   libtool-ltdl-2.4.6-25.el8.x86_64                                              
16:44:41 #11 16.32   ncurses-6.1-7.20180224.el8.x86_64                                             
16:44:41 #11 16.32   ocaml-srpm-macros-5-4.el8.noarch                                              
16:44:41 #11 16.32   openblas-srpm-macros-2-2.el8.noarch                                           
16:44:41 #11 16.32   openssl-1:1.1.1g-15.el8_3.x86_64                                              
16:44:41 #11 16.32   patch-2.7.6-11.el8.x86_64                                                     
16:44:41 #11 16.32   perl-Carp-1.42-396.el8.noarch                                                 
16:44:41 #11 16.32   perl-Data-Dumper-2.167-399.el8.x86_64                                         
16:44:41 #11 16.32   perl-Digest-1.17-395.el8.noarch                                               
16:44:41 #11 16.32   perl-Digest-MD5-2.55-396.el8.x86_64                                           
16:44:41 #11 16.32   perl-Encode-4:2.97-3.el8.x86_64                                               
16:44:41 #11 16.32   perl-Errno-1.28-419.el8_4.1.x86_64                                            
16:44:41 #11 16.32   perl-Exporter-5.72-396.el8.noarch                                             
16:44:41 #11 16.32   perl-File-Path-2.15-2.el8.noarch                                              
16:44:41 #11 16.32   perl-File-Temp-0.230.600-1.el8.noarch                                         
16:44:41 #11 16.32   perl-Getopt-Long-1:2.50-4.el8.noarch                                          
16:44:41 #11 16.32   perl-HTTP-Tiny-0.074-1.el8.noarch                                             
16:44:41 #11 16.32   perl-IO-1.38-419.el8_4.1.x86_64                                               
16:44:41 #11 16.32   perl-IO-Socket-IP-0.39-5.el8.noarch                                           
16:44:41 #11 16.32   perl-IO-Socket-SSL-2.066-4.module_el8.3.0+410+ff426aa3.noarch                 
16:44:41 #11 16.32   perl-MIME-Base64-3.15-396.el8.x86_64                                          
16:44:41 #11 16.32   perl-Mozilla-CA-20160104-7.module_el8.3.0+416+dee7bcef.noarch                 
16:44:41 #11 16.32   perl-Net-SSLeay-1.88-1.module_el8.3.0+410+ff426aa3.x86_64                     
16:44:41 #11 16.32   perl-PathTools-3.74-1.el8.x86_64                                              
16:44:41 #11 16.32   perl-Pod-Escapes-1:1.07-395.el8.noarch                                        
16:44:41 #11 16.32   perl-Pod-Perldoc-3.28-396.el8.noarch                                          
16:44:41 #11 16.32   perl-Pod-Simple-1:3.35-395.el8.noarch                                         
16:44:41 #11 16.32   perl-Pod-Usage-4:1.69-395.el8.noarch                                          
16:44:41 #11 16.32   perl-Scalar-List-Utils-3:1.49-2.el8.x86_64                                    
16:44:41 #11 16.32   perl-Socket-4:2.027-3.el8.x86_64                                              
16:44:41 #11 16.32   perl-Storable-1:3.11-3.el8.x86_64                                             
16:44:41 #11 16.32   perl-Term-ANSIColor-4.06-396.el8.noarch                                       
16:44:41 #11 16.32   perl-Term-Cap-1.17-395.el8.noarch                                             
16:44:41 #11 16.32   perl-Text-ParseWords-3.30-395.el8.noarch                                      
16:44:41 #11 16.32   perl-Text-Tabs+Wrap-2013.0523-395.el8.noarch                                  
16:44:41 #11 16.32   perl-Time-Local-1:1.280-1.el8.noarch                                          
16:44:41 #11 16.32   perl-URI-1.73-3.el8.noarch                                                    
16:44:41 #11 16.32   perl-Unicode-Normalize-1.25-396.el8.x86_64                                    
16:44:41 #11 16.32   perl-constant-1.33-396.el8.noarch                                             
16:44:41 #11 16.32   perl-interpreter-4:5.26.3-419.el8_4.1.x86_64                                  
16:44:41 #11 16.32   perl-libnet-3.11-3.el8.noarch                                                 
16:44:41 #11 16.32   perl-libs-4:5.26.3-419.el8_4.1.x86_64                                         
16:44:41 #11 16.32   perl-macros-4:5.26.3-419.el8_4.1.x86_64                                       
16:44:41 #11 16.32   perl-parent-1:0.237-1.el8.noarch                                              
16:44:41 #11 16.32   perl-podlators-4.11-1.el8.noarch                                              
16:44:41 #11 16.32   perl-srpm-macros-1-25.el8.noarch                                              
16:44:41 #11 16.32   perl-threads-1:2.21-2.el8.x86_64                                              
16:44:41 #11 16.32   perl-threads-shared-1.58-2.el8.x86_64                                         
16:44:41 #11 16.32   pkgconf-1.4.2-1.el8.x86_64                                                    
16:44:41 #11 16.32   pkgconf-m4-1.4.2-1.el8.noarch                                                 
16:44:41 #11 16.32   pkgconf-pkg-config-1.4.2-1.el8.x86_64                                         
16:44:41 #11 16.32   python-rpm-macros-3-41.el8.noarch                                             
16:44:41 #11 16.32   python-srpm-macros-3-41.el8.noarch                                            
16:44:41 #11 16.32   python3-dateutil-1:2.6.1-6.el8.noarch                                         
16:44:41 #11 16.32   python3-dbus-1.2.4-15.el8.x86_64                                              
16:44:41 #11 16.32   python3-dnf-plugins-core-4.0.18-4.el8.noarch                                  
16:44:41 #11 16.32   python3-rpm-macros-3-41.el8.noarch                                            
16:44:41 #11 16.32   python3-six-1.11.0-8.el8.noarch                                               
16:44:41 #11 16.32   qt5-srpm-macros-5.12.5-3.el8.noarch                                           
16:44:41 #11 16.32   redhat-rpm-config-125-1.el8.noarch                                            
16:44:41 #11 16.32   rpm-build-4.14.3-14.el8_4.x86_64                                              
16:44:41 #11 16.32   rpmlint-1.10-14.el8.noarch                                                    
16:44:41 #11 16.32   rust-srpm-macros-5-2.el8.noarch                                               
16:44:41 #11 16.32   unzip-6.0-45.el8_4.x86_64                                                     
16:44:41 #11 16.32   yum-utils-4.0.18-4.el8.noarch                                                 
16:44:41 #11 16.32   zip-3.0-23.el8.x86_64                                                         
16:44:41 #11 16.32   zstd-1.4.4-1.el8.x86_64                                                       
16:44:41 #11 16.32 
16:44:41 #11 16.32 Complete!
16:44:41 #17 1.254 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
16:44:41 #17 1.547 (1/18) Installing libffi (3.3-r2)
16:44:41 #17 1.553 (2/18) Installing libgcc (10.3.1_git20210424-r2)
16:44:41 #17 1.557 (3/18) Installing libstdc++ (10.3.1_git20210424-r2)
16:44:41 #17 1.581 (4/18) Installing xz-libs (5.2.5-r0)
16:44:41 #17 1.589 (5/18) Installing libxml2 (2.9.12-r1)
16:44:41 #17 1.611 (6/18) Installing llvm11-libs (11.1.0-r2)
16:44:42 #11 DONE 16.5s
16:44:42 
16:44:42 #13 [stage-1 6/9] COPY SPECS /root/rpmbuild/SPECS
16:44:42 #13 sha256:bd4d7ce65f5d9bba98b14a26d4b2ef585f20ea3cb4c7d366785eb36256b6b6ef
16:44:42 #13 DONE 0.0s
16:44:42 
16:44:42 #14 [stage-1 7/9] RUN   if [ "$(uname -m)" = "x86_64" ]; then     yum-builddep --define '_without_btrfs 1' -y /root/rpmbuild/SPECS/*.spec;   else     yum-builddep --define '_without_btrfs 1' -y /root/rpmbuild/SPECS/docker-c*.spec;   fi
16:44:42 #14 sha256:4e4e94b82218e7277aad233028ba55b8659e3a9c33d759eaa02d46981bec6562
16:44:42 #14 0.712 Last metadata expiration check: 0:00:10 ago on Thu Sep 16 16:44:32 2021.
16:44:43 #17 2.697 (7/18) Installing clang-libs (11.1.0-r1)
16:44:43 #14 1.168 Package bash-4.4.19-14.el8.x86_64 is already installed.
16:44:43 #14 1.169 Package bash-4.4.19-14.el8.x86_64 is already installed.
16:44:43 #14 1.169 Package ca-certificates-2020.2.41-80.0.el8_2.noarch is already installed.
16:44:43 #14 1.170 Package libarchive-3.3.3-1.el8.x86_64 is already installed.
16:44:43 #14 1.171 Package pkgconf-pkg-config-1.4.2-1.el8.x86_64 is already installed.
16:44:43 #14 1.171 Package systemd-239-45.el8.x86_64 is already installed.
16:44:43 #14 1.172 Package tar-2:1.30-5.el8.x86_64 is already installed.
16:44:43 #14 1.173 Package bash-4.4.19-14.el8.x86_64 is already installed.
16:44:43 #14 1.488 Dependencies resolved.
16:44:43 #14 1.495 =========================================================================================
16:44:43 #14 1.495  Package                        Arch    Version                         Repository   Size
16:44:43 #14 1.495 =========================================================================================
16:44:43 #14 1.495 Installing:
16:44:43 #14 1.495  cmake                          x86_64  3.18.2-11.el8_4                 appstream   9.8 M
16:44:43 #14 1.495  device-mapper-devel            x86_64  8:1.02.175-5.el8                powertools  282 k
16:44:43 #14 1.495  gcc                            x86_64  8.4.1-1.el8                     appstream    23 M
16:44:43 #14 1.495  git                            x86_64  2.27.0-1.el8                    appstream   164 k
16:44:43 #14 1.495  glibc-static                   x86_64  2.28-151.el8                    powertools  2.1 M
16:44:43 #14 1.495  libseccomp-devel               x86_64  2.5.1-1.el8                     appstream    57 k
16:44:43 #14 1.495  libselinux-devel               x86_64  2.9-5.el8                       baseos      200 k
16:44:43 #14 1.495  libtool                        x86_64  2.4.6-25.el8                    appstream   709 k
16:44:43 #14 1.495  libtool-ltdl-devel             x86_64  2.4.6-25.el8                    appstream   184 k
16:44:43 #14 1.495  make                           x86_64  1:4.2.1-10.el8                  baseos      498 k
16:44:43 #14 1.495  selinux-policy-devel           noarch  3.14.3-67.el8_4.1               baseos      1.5 M
16:44:43 #14 1.495  systemd-devel                  x86_64  239-45.el8_4.3                  baseos      380 k
16:44:43 #14 1.495  which                          x86_64  2.21-12.el8                     baseos       49 k
16:44:43 #14 1.495 Upgrading:
16:44:43 #14 1.495  bash                           x86_64  4.4.20-1.el8_4                  baseos      1.5 M
16:44:43 #14 1.495  systemd                        x86_64  239-45.el8_4.3                  baseos      3.6 M
16:44:43 #14 1.495  systemd-libs                   x86_64  239-45.el8_4.3                  baseos      1.1 M
16:44:43 #14 1.495  systemd-pam                    x86_64  239-45.el8_4.3                  baseos      469 k
16:44:43 #14 1.495  systemd-udev                   x86_64  239-45.el8_4.3                  baseos      1.4 M
16:44:43 #14 1.495 Installing dependencies:
16:44:43 #14 1.495  annobin                        x86_64  9.50-1.el8                      appstream   107 k
16:44:43 #14 1.495  autoconf                       noarch  2.69-27.el8                     appstream   710 k
16:44:43 #14 1.495  automake                       noarch  1.16.1-7.el8                    appstream   713 k
16:44:43 #14 1.495  checkpolicy                    x86_64  2.9-1.el8                       baseos      348 k
16:44:43 #14 1.495  cmake-data                     noarch  3.18.2-11.el8_4                 appstream   1.6 M
16:44:43 #14 1.495  cmake-filesystem               x86_64  3.18.2-11.el8_4                 appstream    44 k
16:44:43 #14 1.495  cmake-rpm-macros               noarch  3.18.2-11.el8_4                 appstream    44 k
16:44:43 #14 1.495  cpp                            x86_64  8.4.1-1.el8                     appstream    10 M
16:44:43 #14 1.495  git-core                       x86_64  2.27.0-1.el8                    appstream   5.7 M
16:44:43 #14 1.495  git-core-doc                   noarch  2.27.0-1.el8                    appstream   2.5 M
16:44:43 #14 1.495  glibc-devel                    x86_64  2.28-151.el8                    baseos      1.0 M
16:44:43 #14 1.495  glibc-headers                  x86_64  2.28-151.el8                    baseos      478 k
16:44:43 #14 1.495  isl                            x86_64  0.16.1-6.el8                    appstream   841 k
16:44:43 #14 1.495  kbd-legacy                     noarch  2.0.4-10.el8                    baseos      481 k
16:44:43 #14 1.495  kbd-misc                       noarch  2.0.4-10.el8                    baseos      1.5 M
16:44:43 #14 1.495  kernel-headers                 x86_64  4.18.0-305.19.1.el8_4           baseos      7.1 M
16:44:43 #14 1.495  libedit                        x86_64  3.1-23.20170329cvs.el8          baseos      102 k
16:44:43 #14 1.495  libgomp                        x86_64  8.4.1-1.el8                     baseos      204 k
16:44:43 #14 1.495  libmpc                         x86_64  1.1.0-9.1.el8                   appstream    61 k
16:44:43 #14 1.495  libselinux-utils               x86_64  2.9-5.el8                       baseos      243 k
16:44:43 #14 1.495  libsepol-devel                 x86_64  2.9-2.el8                       baseos       86 k
16:44:43 #14 1.495  libuv                          x86_64  1:1.41.1-1.el8_4                appstream   156 k
16:44:43 #14 1.495  libxcrypt-devel                x86_64  4.1.1-4.el8                     baseos       25 k
16:44:43 #14 1.495  libxcrypt-static               x86_64  4.1.1-4.el8                     powertools   53 k
16:44:43 #14 1.495  m4                             x86_64  1.4.18-7.el8                    baseos      223 k
16:44:43 #14 1.495  openssh                        x86_64  8.0p1-6.el8_4.2                 baseos      521 k
16:44:43 #14 1.495  openssh-clients                x86_64  8.0p1-6.el8_4.2                 baseos      667 k
16:44:43 #14 1.495  pcre2-devel                    x86_64  10.32-2.el8                     baseos      605 k
16:44:43 #14 1.495  pcre2-utf16                    x86_64  10.32-2.el8                     baseos      229 k
16:44:43 #14 1.495  pcre2-utf32                    x86_64  10.32-2.el8                     baseos      220 k
16:44:43 #14 1.495  perl-Error                     noarch  1:0.17025-2.el8                 appstream    46 k
16:44:43 #14 1.495  perl-Git                       noarch  2.27.0-1.el8                    appstream    77 k
16:44:43 #14 1.495  perl-TermReadKey               x86_64  2.37-7.el8                      appstream    40 k
16:44:43 #14 1.495  perl-Thread-Queue              noarch  3.13-1.el8                      appstream    24 k
16:44:43 #14 1.495  policycoreutils                x86_64  2.9-14.el8                      baseos      373 k
16:44:43 #14 1.495  policycoreutils-devel          x86_64  2.9-14.el8                      baseos      292 k
16:44:43 #14 1.495  policycoreutils-python-utils   noarch  2.9-14.el8                      baseos      252 k
16:44:43 #14 1.495  python3-audit                  x86_64  3.0-0.17.20191104git1c2f876.el8 baseos       86 k
16:44:43 #14 1.495  python3-libselinux             x86_64  2.9-5.el8                       baseos      283 k
16:44:43 #14 1.495  python3-libsemanage            x86_64  2.9-6.el8                       baseos      127 k
16:44:43 #14 1.495  python3-policycoreutils        noarch  2.9-14.el8                      baseos      2.2 M
16:44:43 #14 1.495  python3-setools                x86_64  4.3.0-2.el8                     baseos      626 k
16:44:43 #14 1.495  rpm-plugin-selinux             x86_64  4.14.3-14.el8_4                 baseos       76 k
16:44:43 #14 1.495  selinux-policy                 noarch  3.14.3-67.el8_4.1               baseos      628 k
16:44:43 #14 1.495  selinux-policy-minimum         noarch  3.14.3-67.el8_4.1               baseos       13 M
16:44:43 #14 1.495  vim-filesystem                 noarch  2:8.0.1763-15.el8               appstream    48 k
16:44:43 #14 1.495  xkeyboard-config               noarch  2.28-1.el8                      appstream   782 k
16:44:43 #14 1.495 Installing weak dependencies:
16:44:43 #14 1.495  kbd                            x86_64  2.0.4-10.el8                    baseos      390 k
16:44:43 #14 1.495  libxkbcommon                   x86_64  0.9.1-1.el8                     appstream   116 k
16:44:43 #14 1.495 
16:44:43 #14 1.495 Transaction Summary
16:44:43 #14 1.495 =========================================================================================
16:44:43 #14 1.495 Install  62 Packages
16:44:43 #14 1.495 Upgrade   5 Packages
16:44:43 #14 1.495 
16:44:43 #14 1.498 Total download size: 104 M
16:44:43 #14 1.499 Downloading Packages:
16:44:44 #17 3.775 (8/18) Installing clang (11.1.0-r1)
16:44:44 #17 4.175 (9/18) Installing libmagic (5.40-r1)
16:44:44 #17 4.219 (10/18) Installing file (5.40-r1)
16:44:44 #17 4.222 (11/18) Installing brotli-libs (1.0.9-r5)
16:44:44 #17 4.235 (12/18) Installing nghttp2-libs (1.43.0-r0)
16:44:44 #17 4.241 (13/18) Installing libcurl (7.79.0-r0)
16:44:44 #17 4.253 (14/18) Installing expat (2.4.1-r0)
16:44:44 #17 4.262 (15/18) Installing pcre2 (10.36-r0)
16:44:44 #17 4.330 (16/18) Installing git (2.32.0-r0)
16:44:44 #17 4.548 (17/18) Installing lld (11.1.0-r0)
16:44:44 #17 4.598 (18/18) Installing llvm11 (11.1.0-r2)
16:44:45 #14 2.908 (1/67): annobin-9.50-1.el8.x86_64.rpm           436 kB/s | 107 kB     00:00    
16:44:45 #14 2.914 (2/67): autoconf-2.69-27.el8.noarch.rpm         2.8 MB/s | 710 kB     00:00    
16:44:45 #14 2.920 (3/67): automake-1.16.1-7.el8.noarch.rpm        2.7 MB/s | 713 kB     00:00    
16:44:45 #17 5.144 Executing busybox-1.33.1-r3.trigger
16:44:45 #17 5.158 OK: 285 MiB in 33 packages
16:44:45 #14 2.924 (4/67): cmake-filesystem-3.18.2-11.el8_4.x86_64  12 MB/s |  44 kB     00:00    
16:44:45 #14 2.930 (5/67): cmake-rpm-macros-3.18.2-11.el8_4.noarch 8.5 MB/s |  44 kB     00:00    
16:44:45 #14 2.969 (6/67): cmake-data-3.18.2-11.el8_4.noarch.rpm    30 MB/s | 1.6 MB     00:00    
16:44:45 #14 3.062 (7/67): cmake-3.18.2-11.el8_4.x86_64.rpm         64 MB/s | 9.8 MB     00:00    
16:44:45 #14 3.070 (8/67): git-2.27.0-1.el8.x86_64.rpm              23 MB/s | 164 kB     00:00    
16:44:45 #14 3.194 (9/67): cpp-8.4.1-1.el8.x86_64.rpm               40 MB/s |  10 MB     00:00    
16:44:45 #14 3.300 (10/67): git-core-2.27.0-1.el8.x86_64.rpm        25 MB/s | 5.7 MB     00:00    
16:44:45 #14 3.348 (11/67): git-core-doc-2.27.0-1.el8.noarch.rpm    16 MB/s | 2.5 MB     00:00    
16:44:45 #14 3.358 (12/67): isl-0.16.1-6.el8.x86_64.rpm             14 MB/s | 841 kB     00:00    
16:44:45 #14 3.363 (13/67): libmpc-1.1.0-9.1.el8.x86_64.rpm        4.2 MB/s |  61 kB     00:00    
16:44:45 #14 3.365 (14/67): libseccomp-devel-2.5.1-1.el8.x86_64.rp 8.3 MB/s |  57 kB     00:00    
16:44:45 #14 3.371 (15/67): libtool-ltdl-devel-2.4.6-25.el8.x86_64  36 MB/s | 184 kB     00:00    
16:44:45 #14 3.376 (16/67): libuv-1.41.1-1.el8_4.x86_64.rpm         30 MB/s | 156 kB     00:00    
16:44:45 #14 3.384 (17/67): libxkbcommon-0.9.1-1.el8.x86_64.rpm     16 MB/s | 116 kB     00:00    
16:44:45 #14 3.702 (18/67): gcc-8.4.1-1.el8.x86_64.rpm              32 MB/s |  23 MB     00:00    
16:44:45 #14 3.703 (19/67): perl-Error-0.17025-2.el8.noarch.rpm    144 kB/s |  46 kB     00:00    
16:44:45 #14 3.711 (20/67): libtool-2.4.6-25.el8.x86_64.rpm        2.0 MB/s | 709 kB     00:00    
16:44:45 #14 3.712 (21/67): perl-TermReadKey-2.37-7.el8.x86_64.rpm 5.0 MB/s |  40 kB     00:00    
16:44:45 #14 3.712 (22/67): perl-Git-2.27.0-1.el8.noarch.rpm       7.8 MB/s |  77 kB     00:00    
16:44:45 #14 3.714 (23/67): perl-Thread-Queue-3.13-1.el8.noarch.rp 7.9 MB/s |  24 kB     00:00    
16:44:45 #14 3.716 (24/67): vim-filesystem-8.0.1763-15.el8.noarch.  12 MB/s |  48 kB     00:00    
16:44:45 #14 3.725 (25/67): checkpolicy-2.9-1.el8.x86_64.rpm        33 MB/s | 348 kB     00:00    
16:44:45 #14 3.733 (26/67): xkeyboard-config-2.28-1.el8.noarch.rpm  37 MB/s | 782 kB     00:00    
16:44:45 #14 3.739 (27/67): glibc-headers-2.28-151.el8.x86_64.rpm   34 MB/s | 478 kB     00:00    
16:44:45 #14 3.761 (28/67): glibc-devel-2.28-151.el8.x86_64.rpm     23 MB/s | 1.0 MB     00:00    
16:44:45 #14 3.765 (29/67): kbd-2.0.4-10.el8.x86_64.rpm             12 MB/s | 390 kB     00:00    
16:44:45 #14 3.767 (30/67): kbd-legacy-2.0.4-10.el8.noarch.rpm      17 MB/s | 481 kB     00:00    
16:44:45 #14 3.775 (31/67): libedit-3.1-23.20170329cvs.el8.x86_64.  15 MB/s | 102 kB     00:00    
16:44:45 #14 3.786 (32/67): libgomp-8.4.1-1.el8.x86_64.rpm          17 MB/s | 204 kB     00:00    
16:44:45 #14 3.796 (33/67): kbd-misc-2.0.4-10.el8.noarch.rpm        44 MB/s | 1.5 MB     00:00    
16:44:45 #14 3.802 (34/67): libselinux-devel-2.9-5.el8.x86_64.rpm   13 MB/s | 200 kB     00:00    
16:44:45 #14 3.804 (35/67): libselinux-utils-2.9-5.el8.x86_64.rpm   27 MB/s | 243 kB     00:00    
16:44:46 #14 3.806 (36/67): libsepol-devel-2.9-2.el8.x86_64.rpm     22 MB/s |  86 kB     00:00    
16:44:46 #14 3.812 (37/67): libxcrypt-devel-4.1.1-4.el8.x86_64.rpm 3.4 MB/s |  25 kB     00:00    
16:44:46 #14 3.816 (38/67): m4-1.4.18-7.el8.x86_64.rpm              24 MB/s | 223 kB     00:00    
16:44:46 #14 3.825 (39/67): openssh-8.0p1-6.el8_4.2.x86_64.rpm      54 MB/s | 521 kB     00:00    
16:44:46 #14 3.830 (40/67): make-4.2.1-10.el8.x86_64.rpm            28 MB/s | 498 kB     00:00    
16:44:46 #14 3.841 (41/67): openssh-clients-8.0p1-6.el8_4.2.x86_64  42 MB/s | 667 kB     00:00    
16:44:46 #14 3.852 (42/67): pcre2-utf16-10.32-2.el8.x86_64.rpm      23 MB/s | 229 kB     00:00    
16:44:46 #14 3.859 (43/67): pcre2-devel-10.32-2.el8.x86_64.rpm      20 MB/s | 605 kB     00:00    
16:44:46 #14 3.861 (44/67): pcre2-utf32-10.32-2.el8.x86_64.rpm      23 MB/s | 220 kB     00:00    
16:44:46 #14 3.868 (45/67): policycoreutils-2.9-14.el8.x86_64.rpm   42 MB/s | 373 kB     00:00    
16:44:46 #14 3.871 (46/67): policycoreutils-devel-2.9-14.el8.x86_6  31 MB/s | 292 kB     00:00    
16:44:46 #14 3.875 (47/67): policycoreutils-python-utils-2.9-14.el  41 MB/s | 252 kB     00:00    
16:44:46 #14 3.878 (48/67): python3-audit-3.0-0.17.20191104git1c2f  12 MB/s |  86 kB     00:00    
16:44:46 #14 3.884 (49/67): python3-libselinux-2.9-5.el8.x86_64.rp  30 MB/s | 283 kB     00:00    
16:44:46 #14 3.886 (50/67): python3-libsemanage-2.9-6.el8.x86_64.r  16 MB/s | 127 kB     00:00    
16:44:46 #14 3.904 (51/67): python3-setools-4.3.0-2.el8.x86_64.rpm  35 MB/s | 626 kB     00:00    
16:44:46 #14 4.008 (52/67): kernel-headers-4.18.0-305.19.1.el8_4.x  29 MB/s | 7.1 MB     00:00    
16:44:46 #14 4.035 (53/67): python3-policycoreutils-2.9-14.el8.noa  15 MB/s | 2.2 MB     00:00    
16:44:46 #14 4.036 (54/67): rpm-plugin-selinux-4.14.3-14.el8_4.x86 579 kB/s |  76 kB     00:00    
16:44:46 #14 4.044 (55/67): selinux-policy-3.14.3-67.el8_4.1.noarc  17 MB/s | 628 kB     00:00    
16:44:46 #14 4.054 (56/67): systemd-devel-239-45.el8_4.3.x86_64.rp  42 MB/s | 380 kB     00:00    
16:44:46 #14 4.060 (57/67): which-2.21-12.el8.x86_64.rpm           9.2 MB/s |  49 kB     00:00    
16:44:46 #14 4.066 (58/67): selinux-policy-devel-3.14.3-67.el8_4.1  51 MB/s | 1.5 MB     00:00    
16:44:46 #14 4.081 (59/67): device-mapper-devel-1.02.175-5.el8.x86  14 MB/s | 282 kB     00:00    
16:44:46 #14 4.085 (60/67): libxcrypt-static-4.1.1-4.el8.x86_64.rp  13 MB/s |  53 kB     00:00    
16:44:46 #14 4.128 (61/67): bash-4.4.20-1.el8_4.x86_64.rpm          36 MB/s | 1.5 MB     00:00    
16:44:46 #14 4.152 (62/67): glibc-static-2.28-151.el8.x86_64.rpm    24 MB/s | 2.1 MB     00:00    
16:44:46 #14 4.184 (63/67): systemd-libs-239-45.el8_4.3.x86_64.rpm  34 MB/s | 1.1 MB     00:00    
16:44:46 #14 4.366 (64/67): selinux-policy-minimum-3.14.3-67.el8_4  40 MB/s |  13 MB     00:00    
16:44:46 #14 4.376 (65/67): systemd-pam-239-45.el8_4.3.x86_64.rpm  2.4 MB/s | 469 kB     00:00    
16:44:46 #14 4.414 (66/67): systemd-239-45.el8_4.3.x86_64.rpm       12 MB/s | 3.6 MB     00:00    
16:44:46 #14 4.422 (67/67): systemd-udev-239-45.el8_4.3.x86_64.rpm  25 MB/s | 1.4 MB     00:00    
16:44:46 #14 4.427 --------------------------------------------------------------------------------
16:44:46 #14 4.428 Total                                            35 MB/s | 104 MB     00:02     
16:44:47 #14 4.571 Running transaction check
16:44:47 #14 4.716 Transaction check succeeded.
16:44:47 #14 4.716 Running transaction test
16:44:47 #17 DONE 7.3s
16:44:47 
16:44:47 #18 [linux/amd64 build-base-alpine 3/3] WORKDIR /go/src/github.com/docker/cli
16:44:47 #18 sha256:bc5c0c07c77d0a45fad4cc2529ef787ccf88144b320146a68ac1e8d427bdcd33
16:44:47 #18 DONE 0.2s
16:44:47 
16:44:47 #21 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
16:44:47 #21 sha256:0eeff095bcae76f93d5ac40db06e650260e178bb72dd133bcd399059a8735c97
16:44:47 #21 ...
16:44:47 
16:44:47 #24 [linux/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
16:44:47 #24 sha256:a10daaaebbf99ace10352947de63df0a8545ec5fea6e189af0b38383089fb1a9
16:44:47 #24 0.146 skipping packages installation on darwin
16:44:48 #24 DONE 0.2s
16:44:48 
16:44:48 #19 [linux/amd64 build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
16:44:48 #19 sha256:c59cd5c9d4f1ce5e73a5b10e9a5d7cf3a6468bd4864bc55183a304f7cfb4c274
16:44:48 #19 0.175 skipping packages installation on darwin
16:44:48 #19 DONE 0.2s
16:44:48 
16:44:48 #21 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
16:44:48 #21 sha256:0eeff095bcae76f93d5ac40db06e650260e178bb72dd133bcd399059a8735c97
16:44:48 #14 5.722 Transaction test succeeded.
16:44:48 #14 5.724 Running transaction
16:44:49 #14 6.944   Preparing        :                                                        1/1 
16:44:49 #14 6.987   Running scriptlet: bash-4.4.20-1.el8_4.x86_64                             1/1 
16:44:49 #14 7.149   Upgrading        : bash-4.4.20-1.el8_4.x86_64                            1/72 
16:44:49 #14 7.163   Running scriptlet: bash-4.4.20-1.el8_4.x86_64                            1/72 
16:44:49 #14 7.191   Installing       : python3-libselinux-2.9-5.el8.x86_64                   2/72 
16:44:49 #14 7.218   Installing       : m4-1.4.18-7.el8.x86_64                                3/72 
16:44:49 #14 7.228   Running scriptlet: m4-1.4.18-7.el8.x86_64                                3/72 
16:44:49 #14 7.291   Installing       : autoconf-2.69-27.el8.noarch                           4/72 
16:44:49 #14 7.305   Running scriptlet: autoconf-2.69-27.el8.noarch                           4/72 
16:44:49 #14 7.363   Installing       : make-1:4.2.1-10.el8.x86_64                            5/72 
16:44:49 #14 7.372   Running scriptlet: make-1:4.2.1-10.el8.x86_64                            5/72 
16:44:49 #14 7.498   Upgrading        : systemd-libs-239-45.el8_4.3.x86_64                    6/72 
16:44:49 #14 7.512   Running scriptlet: systemd-libs-239-45.el8_4.3.x86_64                    6/72 
16:44:50 #14 7.565   Installing       : checkpolicy-2.9-1.el8.x86_64                          7/72 
16:44:50 #14 7.583   Installing       : libmpc-1.1.0-9.1.el8.x86_64                           8/72 
16:44:50 #14 7.595   Installing       : cmake-rpm-macros-3.18.2-11.el8_4.noarch               9/72 
16:44:51 #14 7.607   Installing       : cmake-filesystem-3.18.2-11.el8_4.x86_64              10/72 
16:44:51 #14 8.629   Installing       : cpp-8.4.1-1.el8.x86_64                               11/72 
16:44:51 #14 8.638   Running scriptlet: cpp-8.4.1-1.el8.x86_64                               11/72 
16:44:51 #14 8.658   Installing       : python3-libsemanage-2.9-6.el8.x86_64                 12/72 
16:44:51 #14 8.750   Installing       : python3-setools-4.3.0-2.el8.x86_64                   13/72 
16:44:51 #14 8.812   Installing       : libgomp-8.4.1-1.el8.x86_64                           14/72 
16:44:51 #14 8.856   Running scriptlet: libgomp-8.4.1-1.el8.x86_64                           14/72 
16:44:51 #14 8.874   Running scriptlet: openssh-8.0p1-6.el8_4.2.x86_64                       15/72 
16:44:51 #14 8.944   Installing       : openssh-8.0p1-6.el8_4.2.x86_64                       15/72 
16:44:51 #14 8.968   Installing       : python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_   16/72 
16:44:51 #14 9.002   Installing       : pcre2-utf32-10.32-2.el8.x86_64                       17/72 
16:44:51 #14 9.035   Installing       : pcre2-utf16-10.32-2.el8.x86_64                       18/72 
16:44:51 #21 extracting sha256:349cb1bd3798629cf55586b8042e6ad51b79f6f3f3116237f6ef5382a3d1c6e8 20.0s done
16:44:51 #21 DONE 22.3s
16:44:51 #14 9.111   Installing       : pcre2-devel-10.32-2.el8.x86_64                       19/72 
16:44:51 #14 9.131   Installing       : libsepol-devel-2.9-2.el8.x86_64                      20/72 
16:44:51 #14 9.166   Installing       : libselinux-devel-2.9-5.el8.x86_64                    21/72 
16:44:51 #14 9.200   Installing       : libselinux-utils-2.9-5.el8.x86_64                    22/72 
16:44:51 #14 9.240   Installing       : policycoreutils-2.9-14.el8.x86_64                    23/72 
16:44:51 #14 9.312   Running scriptlet: policycoreutils-2.9-14.el8.x86_64                    23/72 
16:44:51 #14 9.533   Installing       : python3-policycoreutils-2.9-14.el8.noarch            24/72 
16:44:51 #14 9.563   Installing       : policycoreutils-python-utils-2.9-14.el8.noarch       25/72 
16:44:51 #14 9.597   Installing       : rpm-plugin-selinux-4.14.3-14.el8_4.x86_64            26/72 
16:44:51 #14 9.612   Installing       : selinux-policy-3.14.3-67.el8_4.1.noarch              27/72 
16:44:52 #14 9.657   Running scriptlet: selinux-policy-3.14.3-67.el8_4.1.noarch              27/72 
16:44:53 #14 9.680   Running scriptlet: selinux-policy-minimum-3.14.3-67.el8_4.1.noarch      28/72 
16:44:53 #14 11.07   Installing       : selinux-policy-minimum-3.14.3-67.el8_4.1.noarch      28/72 
16:44:58 
16:44:58 #22 [linux/amd64 build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
16:44:58 #22 sha256:08a544618307d268357197db401bec6d6be20a0c8acf289566ccf83364293eb5
16:45:00 #14 11.15   Running scriptlet: selinux-policy-minimum-3.14.3-67.el8_4.1.noarch      28/72 
16:45:00 #14 17.71   Installing       : policycoreutils-devel-2.9-14.el8.x86_64              29/72 
16:45:00 #14 17.94   Installing       : selinux-policy-devel-3.14.3-67.el8_4.1.noarch        30/72 
16:45:00 #14 17.99   Running scriptlet: selinux-policy-devel-3.14.3-67.el8_4.1.noarch        30/72 
16:45:00 #14 18.01   Installing       : libedit-3.1-23.20170329cvs.el8.x86_64                31/72 
16:45:01 #14 18.08   Installing       : openssh-clients-8.0p1-6.el8_4.2.x86_64               32/72 
16:45:01 #14 18.80   Installing       : git-core-2.27.0-1.el8.x86_64                         33/72 
16:45:01 #14 19.17   Installing       : git-core-doc-2.27.0-1.el8.noarch                     34/72 
16:45:01 #14 19.47   Installing       : kernel-headers-4.18.0-305.19.1.el8_4.x86_64          35/72 
16:45:01 #14 19.51   Running scriptlet: glibc-headers-2.28-151.el8.x86_64                    36/72 
16:45:02 #14 19.59   Installing       : glibc-headers-2.28-151.el8.x86_64                    36/72 
16:45:02 #14 19.61   Installing       : libxcrypt-devel-4.1.1-4.el8.x86_64                   37/72 
16:45:02 #14 19.71   Installing       : glibc-devel-2.28-151.el8.x86_64                      38/72 
16:45:02 #14 19.72   Running scriptlet: glibc-devel-2.28-151.el8.x86_64                      38/72 
16:45:02 #14 19.74   Installing       : libxcrypt-static-4.1.1-4.el8.x86_64                  39/72 
16:45:02 #14 20.12   Installing       : glibc-static-2.28-151.el8.x86_64                     40/72 
16:45:02 #14 20.31   Installing       : kbd-misc-2.0.4-10.el8.noarch                         41/72 
16:45:02 #14 20.38   Installing       : kbd-legacy-2.0.4-10.el8.noarch                       42/72 
16:45:02 #14 20.45   Installing       : kbd-2.0.4-10.el8.x86_64                              43/72 
16:45:02 #14 20.58   Installing       : xkeyboard-config-2.28-1.el8.noarch                   44/72 
16:45:02 #14 20.61   Installing       : libxkbcommon-0.9.1-1.el8.x86_64                      45/72 
16:45:03 #14 20.65   Upgrading        : systemd-pam-239-45.el8_4.3.x86_64                    46/72 
16:45:03 #14 20.67   Running scriptlet: systemd-239-45.el8_4.3.x86_64                        47/72 
16:45:03 #14 21.10   Upgrading        : systemd-239-45.el8_4.3.x86_64                        47/72 
16:45:03 #14 21.13   Running scriptlet: systemd-239-45.el8_4.3.x86_64                        47/72 
16:45:03 #14 21.24   Installing       : systemd-devel-239-45.el8_4.3.x86_64                  48/72 
16:45:03 #14 21.26   Installing       : vim-filesystem-2:8.0.1763-15.el8.noarch              49/72 
16:45:03 #14 21.27   Installing       : perl-Thread-Queue-3.13-1.el8.noarch                  50/72 
16:45:03 #14 21.34   Installing       : automake-1.16.1-7.el8.noarch                         51/72 
16:45:03 #14 21.36   Installing       : perl-TermReadKey-2.37-7.el8.x86_64                   52/72 
16:45:03 #14 21.38   Installing       : perl-Error-1:0.17025-2.el8.noarch                    53/72 
16:45:03 #14 21.39   Installing       : perl-Git-2.27.0-1.el8.noarch                         54/72 
16:45:03 #14 21.42   Installing       : git-2.27.0-1.el8.x86_64                              55/72 
16:45:04 #14 21.44   Installing       : libuv-1:1.41.1-1.el8_4.x86_64                        56/72 
16:45:04 #22 7.396 Building static docker-darwin-arm64
16:45:05 #14 21.80   Installing       : cmake-data-3.18.2-11.el8_4.noarch                    57/72 
16:45:05 #14 22.75   Installing       : cmake-3.18.2-11.el8_4.x86_64                         58/72 
16:45:05 #14 22.85   Installing       : isl-0.16.1-6.el8.x86_64                              59/72 
16:45:07 #14 22.86   Running scriptlet: isl-0.16.1-6.el8.x86_64                              59/72 
16:45:07 #14 24.65   Installing       : gcc-8.4.1-1.el8.x86_64                               60/72 
16:45:07 #14 24.67   Running scriptlet: gcc-8.4.1-1.el8.x86_64                               60/72 
16:45:07 #14 24.71   Installing       : annobin-9.50-1.el8.x86_64                            61/72 
16:45:07 #22 ...
16:45:07 
16:45:07 #26 [linux/amd64 build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
16:45:07 #26 sha256:bf1f7b501ab7b2c42c48cdd67f1b24a841c8cf002eb897cd2a4a8732bd7a3809
16:45:07 #26 7.410 Building static docker-darwin-amd64
16:45:07 #14 24.79   Installing       : libtool-2.4.6-25.el8.x86_64                          62/72 
16:45:07 #14 24.80   Running scriptlet: libtool-2.4.6-25.el8.x86_64                          62/72 
16:45:07 #14 24.83   Installing       : libtool-ltdl-devel-2.4.6-25.el8.x86_64               63/72 
16:45:07 #14 24.84   Installing       : device-mapper-devel-8:1.02.175-5.el8.x86_64          64/72 
16:45:07 #14 25.03   Upgrading        : systemd-udev-239-45.el8_4.3.x86_64                   65/72 
16:45:07 #14 25.05   Running scriptlet: systemd-udev-239-45.el8_4.3.x86_64                   65/72 
16:45:07 #14 25.25   Installing       : which-2.21-12.el8.x86_64                             66/72 
16:45:07 #14 25.26   Installing       : libseccomp-devel-2.5.1-1.el8.x86_64                  67/72 
16:45:07 #14 25.28   Cleanup          : systemd-udev-239-45.el8.x86_64                       68/72 
16:45:07 #14 25.28   Running scriptlet: systemd-udev-239-45.el8.x86_64                       68/72 
16:45:07 #14 25.32   Running scriptlet: systemd-239-45.el8.x86_64                            69/72 
16:45:07 #14 25.34   Cleanup          : systemd-239-45.el8.x86_64                            69/72 
16:45:07 #14 25.37   Cleanup          : systemd-libs-239-45.el8.x86_64                       70/72 
16:45:07 #14 25.38   Cleanup          : bash-4.4.19-14.el8.x86_64                            71/72 
16:45:07 #14 25.38   Running scriptlet: bash-4.4.19-14.el8.x86_64                            71/72 
16:45:07 #14 25.40   Cleanup          : systemd-pam-239-45.el8.x86_64                        72/72 
16:45:07 #14 25.41   Running scriptlet: systemd-pam-239-45.el8.x86_64                        72/72 
16:45:08 #14 25.61   Running scriptlet: systemd-239-45.el8_4.3.x86_64                        72/72 
16:45:08 #14 25.65   Running scriptlet: systemd-udev-239-45.el8_4.3.x86_64                   72/72 
16:45:08 #14 25.72   Verifying        : annobin-9.50-1.el8.x86_64                             1/72 
16:45:08 #14 25.72   Verifying        : autoconf-2.69-27.el8.noarch                           2/72 
16:45:08 #14 25.72   Verifying        : automake-1.16.1-7.el8.noarch                          3/72 
16:45:08 #14 25.72   Verifying        : cmake-3.18.2-11.el8_4.x86_64                          4/72 
16:45:08 #14 25.72   Verifying        : cmake-data-3.18.2-11.el8_4.noarch                     5/72 
16:45:08 #14 25.72   Verifying        : cmake-filesystem-3.18.2-11.el8_4.x86_64               6/72 
16:45:08 #14 25.72   Verifying        : cmake-rpm-macros-3.18.2-11.el8_4.noarch               7/72 
16:45:08 #14 25.72   Verifying        : cpp-8.4.1-1.el8.x86_64                                8/72 
16:45:08 #14 25.72   Verifying        : gcc-8.4.1-1.el8.x86_64                                9/72 
16:45:08 #14 25.72   Verifying        : git-2.27.0-1.el8.x86_64                              10/72 
16:45:08 #14 25.72   Verifying        : git-core-2.27.0-1.el8.x86_64                         11/72 
16:45:08 #14 25.72   Verifying        : git-core-doc-2.27.0-1.el8.noarch                     12/72 
16:45:08 #14 25.72   Verifying        : isl-0.16.1-6.el8.x86_64                              13/72 
16:45:08 #14 25.72   Verifying        : libmpc-1.1.0-9.1.el8.x86_64                          14/72 
16:45:08 #14 25.72   Verifying        : libseccomp-devel-2.5.1-1.el8.x86_64                  15/72 
16:45:08 #14 25.72   Verifying        : libtool-2.4.6-25.el8.x86_64                          16/72 
16:45:08 #14 25.72   Verifying        : libtool-ltdl-devel-2.4.6-25.el8.x86_64               17/72 
16:45:08 #14 25.72   Verifying        : libuv-1:1.41.1-1.el8_4.x86_64                        18/72 
16:45:08 #14 25.72   Verifying        : libxkbcommon-0.9.1-1.el8.x86_64                      19/72 
16:45:08 #14 25.72   Verifying        : perl-Error-1:0.17025-2.el8.noarch                    20/72 
16:45:08 #14 25.72   Verifying        : perl-Git-2.27.0-1.el8.noarch                         21/72 
16:45:08 #14 25.72   Verifying        : perl-TermReadKey-2.37-7.el8.x86_64                   22/72 
16:45:08 #14 25.72   Verifying        : perl-Thread-Queue-3.13-1.el8.noarch                  23/72 
16:45:08 #14 25.72   Verifying        : vim-filesystem-2:8.0.1763-15.el8.noarch              24/72 
16:45:08 #14 25.72   Verifying        : xkeyboard-config-2.28-1.el8.noarch                   25/72 
16:45:08 #14 25.72   Verifying        : checkpolicy-2.9-1.el8.x86_64                         26/72 
16:45:08 #14 25.72   Verifying        : glibc-devel-2.28-151.el8.x86_64                      27/72 
16:45:08 #14 25.72   Verifying        : glibc-headers-2.28-151.el8.x86_64                    28/72 
16:45:08 #14 25.72   Verifying        : kbd-2.0.4-10.el8.x86_64                              29/72 
16:45:08 #14 25.72   Verifying        : kbd-legacy-2.0.4-10.el8.noarch                       30/72 
16:45:08 #14 25.72   Verifying        : kbd-misc-2.0.4-10.el8.noarch                         31/72 
16:45:08 #14 25.72   Verifying        : kernel-headers-4.18.0-305.19.1.el8_4.x86_64          32/72 
16:45:08 #14 25.72   Verifying        : libedit-3.1-23.20170329cvs.el8.x86_64                33/72 
16:45:08 #14 25.72   Verifying        : libgomp-8.4.1-1.el8.x86_64                           34/72 
16:45:08 #14 25.72   Verifying        : libselinux-devel-2.9-5.el8.x86_64                    35/72 
16:45:08 #14 25.72   Verifying        : libselinux-utils-2.9-5.el8.x86_64                    36/72 
16:45:08 #14 25.72   Verifying        : libsepol-devel-2.9-2.el8.x86_64                      37/72 
16:45:08 #14 25.72   Verifying        : libxcrypt-devel-4.1.1-4.el8.x86_64                   38/72 
16:45:08 #14 25.72   Verifying        : m4-1.4.18-7.el8.x86_64                               39/72 
16:45:08 #14 25.72   Verifying        : make-1:4.2.1-10.el8.x86_64                           40/72 
16:45:08 #14 25.72   Verifying        : openssh-8.0p1-6.el8_4.2.x86_64                       41/72 
16:45:08 #14 25.72   Verifying        : openssh-clients-8.0p1-6.el8_4.2.x86_64               42/72 
16:45:08 #14 25.72   Verifying        : pcre2-devel-10.32-2.el8.x86_64                       43/72 
16:45:08 #14 25.72   Verifying        : pcre2-utf16-10.32-2.el8.x86_64                       44/72 
16:45:08 #14 25.72   Verifying        : pcre2-utf32-10.32-2.el8.x86_64                       45/72 
16:45:08 #14 25.72   Verifying        : policycoreutils-2.9-14.el8.x86_64                    46/72 
16:45:08 #14 25.72   Verifying        : policycoreutils-devel-2.9-14.el8.x86_64              47/72 
16:45:08 #14 25.72   Verifying        : policycoreutils-python-utils-2.9-14.el8.noarch       48/72 
16:45:08 #14 25.72   Verifying        : python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_   49/72 
16:45:08 #14 25.72   Verifying        : python3-libselinux-2.9-5.el8.x86_64                  50/72 
16:45:08 #14 25.72   Verifying        : python3-libsemanage-2.9-6.el8.x86_64                 51/72 
16:45:08 #14 25.72   Verifying        : python3-policycoreutils-2.9-14.el8.noarch            52/72 
16:45:08 #14 25.72   Verifying        : python3-setools-4.3.0-2.el8.x86_64                   53/72 
16:45:08 #14 25.72   Verifying        : rpm-plugin-selinux-4.14.3-14.el8_4.x86_64            54/72 
16:45:08 #14 25.72   Verifying        : selinux-policy-3.14.3-67.el8_4.1.noarch              55/72 
16:45:08 #14 25.72   Verifying        : selinux-policy-devel-3.14.3-67.el8_4.1.noarch        56/72 
16:45:08 #14 25.72   Verifying        : selinux-policy-minimum-3.14.3-67.el8_4.1.noarch      57/72 
16:45:08 #14 25.73   Verifying        : systemd-devel-239-45.el8_4.3.x86_64                  58/72 
16:45:08 #14 25.73   Verifying        : which-2.21-12.el8.x86_64                             59/72 
16:45:08 #14 25.73   Verifying        : device-mapper-devel-8:1.02.175-5.el8.x86_64          60/72 
16:45:08 #14 25.73   Verifying        : glibc-static-2.28-151.el8.x86_64                     61/72 
16:45:08 #14 25.73   Verifying        : libxcrypt-static-4.1.1-4.el8.x86_64                  62/72 
16:45:08 #14 25.73   Verifying        : bash-4.4.20-1.el8_4.x86_64                           63/72 
16:45:08 #14 25.73   Verifying        : bash-4.4.19-14.el8.x86_64                            64/72 
16:45:08 #14 25.73   Verifying        : systemd-239-45.el8_4.3.x86_64                        65/72 
16:45:08 #14 25.73   Verifying        : systemd-239-45.el8.x86_64                            66/72 
16:45:08 #14 25.73   Verifying        : systemd-libs-239-45.el8_4.3.x86_64                   67/72 
16:45:08 #14 25.73   Verifying        : systemd-libs-239-45.el8.x86_64                       68/72 
16:45:08 #14 25.73   Verifying        : systemd-pam-239-45.el8_4.3.x86_64                    69/72 
16:45:08 #14 25.73   Verifying        : systemd-pam-239-45.el8.x86_64                        70/72 
16:45:08 #14 25.73   Verifying        : systemd-udev-239-45.el8_4.3.x86_64                   71/72 
16:45:08 #14 25.73   Verifying        : systemd-udev-239-45.el8.x86_64                       72/72 
16:45:08 #14 26.36 
16:45:08 #14 26.36 Upgraded:
16:45:08 #14 26.36   bash-4.4.20-1.el8_4.x86_64              systemd-239-45.el8_4.3.x86_64         
16:45:08 #14 26.36   systemd-libs-239-45.el8_4.3.x86_64      systemd-pam-239-45.el8_4.3.x86_64     
16:45:08 #14 26.36   systemd-udev-239-45.el8_4.3.x86_64     
16:45:08 #14 26.36 Installed:
16:45:08 #14 26.36   annobin-9.50-1.el8.x86_64                                                     
16:45:08 #14 26.36   autoconf-2.69-27.el8.noarch                                                   
16:45:08 #14 26.36   automake-1.16.1-7.el8.noarch                                                  
16:45:08 #14 26.36   checkpolicy-2.9-1.el8.x86_64                                                  
16:45:08 #14 26.36   cmake-3.18.2-11.el8_4.x86_64                                                  
16:45:08 #14 26.36   cmake-data-3.18.2-11.el8_4.noarch                                             
16:45:08 #14 26.36   cmake-filesystem-3.18.2-11.el8_4.x86_64                                       
16:45:08 #14 26.36   cmake-rpm-macros-3.18.2-11.el8_4.noarch                                       
16:45:08 #14 26.36   cpp-8.4.1-1.el8.x86_64                                                        
16:45:08 #14 26.36   device-mapper-devel-8:1.02.175-5.el8.x86_64                                   
16:45:08 #14 26.36   gcc-8.4.1-1.el8.x86_64                                                        
16:45:08 #14 26.36   git-2.27.0-1.el8.x86_64                                                       
16:45:08 #14 26.36   git-core-2.27.0-1.el8.x86_64                                                  
16:45:08 #14 26.36   git-core-doc-2.27.0-1.el8.noarch                                              
16:45:08 #14 26.36   glibc-devel-2.28-151.el8.x86_64                                               
16:45:08 #14 26.36   glibc-headers-2.28-151.el8.x86_64                                             
16:45:08 #14 26.36   glibc-static-2.28-151.el8.x86_64                                              
16:45:08 #14 26.36   isl-0.16.1-6.el8.x86_64                                                       
16:45:08 #14 26.36   kbd-2.0.4-10.el8.x86_64                                                       
16:45:08 #14 26.36   kbd-legacy-2.0.4-10.el8.noarch                                                
16:45:08 #14 26.36   kbd-misc-2.0.4-10.el8.noarch                                                  
16:45:08 #14 26.36   kernel-headers-4.18.0-305.19.1.el8_4.x86_64                                   
16:45:08 #14 26.36   libedit-3.1-23.20170329cvs.el8.x86_64                                         
16:45:08 #14 26.36   libgomp-8.4.1-1.el8.x86_64                                                    
16:45:08 #14 26.36   libmpc-1.1.0-9.1.el8.x86_64                                                   
16:45:08 #14 26.36   libseccomp-devel-2.5.1-1.el8.x86_64                                           
16:45:08 #14 26.36   libselinux-devel-2.9-5.el8.x86_64                                             
16:45:08 #14 26.36   libselinux-utils-2.9-5.el8.x86_64                                             
16:45:08 #14 26.36   libsepol-devel-2.9-2.el8.x86_64                                               
16:45:08 #14 26.36   libtool-2.4.6-25.el8.x86_64                                                   
16:45:08 #14 26.36   libtool-ltdl-devel-2.4.6-25.el8.x86_64                                        
16:45:08 #14 26.36   libuv-1:1.41.1-1.el8_4.x86_64                                                 
16:45:08 #14 26.36   libxcrypt-devel-4.1.1-4.el8.x86_64                                            
16:45:08 #14 26.36   libxcrypt-static-4.1.1-4.el8.x86_64                                           
16:45:08 #14 26.36   libxkbcommon-0.9.1-1.el8.x86_64                                               
16:45:08 #14 26.36   m4-1.4.18-7.el8.x86_64                                                        
16:45:08 #14 26.36   make-1:4.2.1-10.el8.x86_64                                                    
16:45:08 #14 26.36   openssh-8.0p1-6.el8_4.2.x86_64                                                
16:45:08 #14 26.36   openssh-clients-8.0p1-6.el8_4.2.x86_64                                        
16:45:08 #14 26.36   pcre2-devel-10.32-2.el8.x86_64                                                
16:45:08 #14 26.36   pcre2-utf16-10.32-2.el8.x86_64                                                
16:45:08 #14 26.36   pcre2-utf32-10.32-2.el8.x86_64                                                
16:45:08 #14 26.36   perl-Error-1:0.17025-2.el8.noarch                                             
16:45:08 #14 26.36   perl-Git-2.27.0-1.el8.noarch                                                  
16:45:08 #14 26.36   perl-TermReadKey-2.37-7.el8.x86_64                                            
16:45:08 #14 26.36   perl-Thread-Queue-3.13-1.el8.noarch                                           
16:45:08 #14 26.36   policycoreutils-2.9-14.el8.x86_64                                             
16:45:08 #14 26.36   policycoreutils-devel-2.9-14.el8.x86_64                                       
16:45:08 #14 26.36   policycoreutils-python-utils-2.9-14.el8.noarch                                
16:45:08 #14 26.36   python3-audit-3.0-0.17.20191104git1c2f876.el8.x86_64                          
16:45:08 #14 26.36   python3-libselinux-2.9-5.el8.x86_64                                           
16:45:08 #14 26.36   python3-libsemanage-2.9-6.el8.x86_64                                          
16:45:08 #14 26.36   python3-policycoreutils-2.9-14.el8.noarch                                     
16:45:08 #14 26.36   python3-setools-4.3.0-2.el8.x86_64                                            
16:45:08 #14 26.36   rpm-plugin-selinux-4.14.3-14.el8_4.x86_64                                     
16:45:08 #14 26.36   selinux-policy-3.14.3-67.el8_4.1.noarch                                       
16:45:08 #14 26.36   selinux-policy-devel-3.14.3-67.el8_4.1.noarch                                 
16:45:08 #14 26.36   selinux-policy-minimum-3.14.3-67.el8_4.1.noarch                               
16:45:08 #14 26.36   systemd-devel-239-45.el8_4.3.x86_64                                           
16:45:08 #14 26.36   vim-filesystem-2:8.0.1763-15.el8.noarch                                       
16:45:08 #14 26.36   which-2.21-12.el8.x86_64                                                      
16:45:08 #14 26.36   xkeyboard-config-2.28-1.el8.noarch                                            
16:45:08 #14 26.36 
16:45:08 #14 26.36 Complete!
16:45:09 #14 DONE 26.8s
16:45:09 
16:45:09 #16 [stage-1 8/9] COPY --from=golang /usr/local/go /usr/local/go
16:45:09 #16 sha256:900f6c4e525f3b72c415ef4148c402710995ac7e4fa644890efcea1ca9844066
16:45:10  dpkg-genbuildinfo
16:45:10  dpkg-genchanges  >../docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.changes
16:45:10 dpkg-genchanges: info: including full source code in upload
16:45:10  dpkg-source -I.git --after-build .
16:45:10 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
16:45:10 + destination=/build
16:45:10 + mkdir -p /build
16:45:10 + mv -v /root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb /root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal.dsc /root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal.tar.gz /root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.buildinfo /root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.changes /root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb /root/docker-scan-plugin_0.8.0~ubuntu-focal_amd64.deb /build
16:45:10 copied '/root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb'
16:45:10 removed '/root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb'
16:45:10 copied '/root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb'
16:45:10 removed '/root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb'
16:45:10 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal.dsc' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal.dsc'
16:45:10 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal.dsc'
16:45:10 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal.tar.gz' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal.tar.gz'
16:45:10 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal.tar.gz'
16:45:10 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.buildinfo'
16:45:10 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.buildinfo'
16:45:10 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.changes' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.changes'
16:45:10 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.changes'
16:45:10 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb'
16:45:10 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-focal_amd64.deb'
16:45:10 copied '/root/docker-scan-plugin_0.8.0~ubuntu-focal_amd64.deb' -> '/build/docker-scan-plugin_0.8.0~ubuntu-focal_amd64.deb'
16:45:10 removed '/root/docker-scan-plugin_0.8.0~ubuntu-focal_amd64.deb'
16:45:11 #16 DONE 1.7s
16:45:11 
16:45:11 #17 [stage-1 9/9] WORKDIR /root/rpmbuild
16:45:11 #17 sha256:9d23bf84fcb088bb52a0da33c179f15811031d698e47a49bddfed72001aa9cb5
16:45:11 #17 DONE 0.0s
16:45:11 
16:45:11 #18 exporting to image
16:45:11 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:45:11 #18 exporting layers
16:45:13 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-focal"
16:45:14 == Building packages for ubuntu-hirsute ==
16:45:14 mkdir -p "debbuild/ubuntu-hirsute"
16:45:14 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.8-buster --build-arg COMMON_FILES=common -t debbuild-ubuntu-hirsute/x86_64 -f ubuntu-hirsute/Dockerfile .
16:45:14 #1 [internal] load build definition from Dockerfile
16:45:14 #1 sha256:27a73ca57f6aeac520bce9bd93a184e0f62cd6106542a9c24aad8818844e827b
16:45:14 #1 transferring dockerfile: 1.22kB done
16:45:14 #1 DONE 0.0s
16:45:14 
16:45:14 #2 [internal] load .dockerignore
16:45:14 #2 sha256:e6b6de15658e2ea5387cd994a461acd25adf3783f8b0e857207aae8101a833ae
16:45:14 #2 transferring context: 2B done
16:45:14 #2 DONE 0.0s
16:45:14 
16:45:14 #5 [auth] library/golang:pull token for registry-1.docker.io
16:45:14 #5 sha256:be82924e70ff8adf3aa9720c66b66a90c89aeb09dd8d4e8b09c606f30b1494a2
16:45:14 #5 DONE 0.0s
16:45:14 
16:45:14 #6 [auth] library/ubuntu:pull token for registry-1.docker.io
16:45:14 #6 sha256:822b85e4bd8d154d0b7e47f4f6ce66ef2125b20f164a13bf72e04e347a0274e4
16:45:14 #6 DONE 0.0s
16:45:14 
16:45:14 #4 [internal] load metadata for docker.io/library/golang:1.16.8-buster
16:45:14 #4 sha256:be9eaf867d8f52db97b832d68281126e7f1e0e96e01ffa316b13c589f58b0e82
16:45:14 #4 DONE 0.2s
16:45:14 
16:45:14 #3 [internal] load metadata for docker.io/library/ubuntu:hirsute
16:45:14 #3 sha256:4e2b45bdbcc0cac28506a4b9f369177f0116286e15d2650bc444a6032daf6994
16:45:14 #3 DONE 0.3s
16:45:14 
16:45:14 #10 [internal] load build context
16:45:14 #10 sha256:33212a226b97c7ac92211f41201c0ca876ea7f9bf7dec80a54b53915cff93a90
16:45:14 #10 transferring context: 756B done
16:45:14 #10 DONE 0.0s
16:45:14 
16:45:14 #14 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:45:14 #14 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:45:14 #14 CACHED
16:45:14 
16:45:14 #7 [stage-1 1/9] FROM docker.io/library/ubuntu:hirsute@sha256:d5f1676ce05cd3251b583f19dad1793f9ab499baf463e730e494a640d6c77c2c
16:45:14 #7 sha256:df1426df9be7c4ec048881c80006338ae6db2b198dc52dea1a913cc69c93fcb3
16:45:14 #7 resolve docker.io/library/ubuntu:hirsute@sha256:d5f1676ce05cd3251b583f19dad1793f9ab499baf463e730e494a640d6c77c2c done
16:45:14 #7 sha256:d7e10407b4d96b1866d5b77b368ac8b2b9b3ef9b210bad0b4784407405121b92 14.68MB / 31.70MB 0.2s
16:45:14 #7 sha256:d5f1676ce05cd3251b583f19dad1793f9ab499baf463e730e494a640d6c77c2c 1.42kB / 1.42kB done
16:45:14 #7 sha256:e082dd99faca91acb1f43347bf8b50ac9b9d2fdcc72253e29fe65b6b1eb1445d 529B / 529B done
16:45:14 #7 sha256:e5ec58a9f549152a0f6b20681d5c1b981f95b9ed453248a2ee356b2f648376e1 1.46kB / 1.46kB done
16:45:14 #7 sha256:d7e10407b4d96b1866d5b77b368ac8b2b9b3ef9b210bad0b4784407405121b92 27.26MB / 31.70MB 0.3s
16:45:14 #7 sha256:d7e10407b4d96b1866d5b77b368ac8b2b9b3ef9b210bad0b4784407405121b92 31.70MB / 31.70MB 0.4s
16:45:15 #7 sha256:d7e10407b4d96b1866d5b77b368ac8b2b9b3ef9b210bad0b4784407405121b92 31.70MB / 31.70MB 0.6s done
16:45:15 #7 extracting sha256:d7e10407b4d96b1866d5b77b368ac8b2b9b3ef9b210bad0b4784407405121b92
16:45:16 #18 exporting layers 4.8s done
16:45:16 #18 writing image sha256:6452856687ef0640809f23daa9bddffd0b711266625abe4a2ae247a2171a9c6e done
16:45:16 #18 naming to docker.io/rpmbuild-centos-8/x86_64 done
16:45:16 #18 DONE 4.8s
16:45:16 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm/rpmbuild/centos-8/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm/rpmbuild/centos-8/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-centos-8/x86_64 -ba --define '_gitcommit_cli e3023ca' --define '_gitcommit_engine 5176095' --define '_release 0' --define '_version 0.0.0.20210916145224.e3023ca' --define '_origversion 0.0.0-20210916145224-e3023ca' --define '_scan_rpm_version 0.8.0' --define '_scan_version v0.8.0' --define '_scan_gitcommit 35651ca' --define '_without_btrfs 1' SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-scan-plugin.spec
16:45:16 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Zlitag
16:45:16 + umask 022
16:45:16 + cd /root/rpmbuild/BUILD
16:45:16 + cd /root/rpmbuild/BUILD
16:45:16 + rm -rf src
16:45:16 + /usr/bin/mkdir -p src
16:45:16 + cd src
16:45:16 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:45:16 + /usr/bin/tar -xof -
16:45:16 + STATUS=0
16:45:16 + '[' 0 -ne 0 ']'
16:45:16 + /usr/bin/tar -xof -
16:45:16 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:45:16 #7 extracting sha256:d7e10407b4d96b1866d5b77b368ac8b2b9b3ef9b210bad0b4784407405121b92 1.1s done
16:45:16 #7 DONE 1.9s
16:45:16 
16:45:16 #8 [stage-1 2/9] RUN if  [ "$(dpkg-divert --truename /usr/bin/man)" = "/usr/bin/man.REAL" ]; then         rm -f /usr/bin/man;         dpkg-divert --quiet --remove --rename /usr/bin/man;     fi
16:45:16 #8 sha256:91a7bf46dec2b51e213d1e35f4172d40080eebefebdadd1870357c857156e6d5
16:45:17 + STATUS=0
16:45:17 + '[' 0 -ne 0 ']'
16:45:17 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:45:17 + exit 0
16:45:17 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.IdamHf
16:45:17 + umask 022
16:45:17 + cd /root/rpmbuild/BUILD
16:45:17 + cd src
16:45:17 + export DOCKER_GITCOMMIT=5176095
16:45:17 + DOCKER_GITCOMMIT=5176095
16:45:17 + mkdir -p /go/src/github.com/docker
16:45:17 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
16:45:17 + pushd /root/rpmbuild/BUILD/src/engine
16:45:17 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
16:45:17 + TMP_GOPATH=/go
16:45:17 + hack/dockerfile/install/install.sh tini
16:45:17 + RM_GOPATH=0
16:45:17 + TMP_GOPATH=/go
16:45:17 + : /usr/local/bin
16:45:17 + '[' -z /go ']'
16:45:17 + export GOPATH=/go
16:45:17 + GOPATH=/go
16:45:17 + case "$(go env GOARCH)" in
16:45:17 ++ go env GOARCH
16:45:17 + export GO_BUILDMODE=-buildmode=pie
16:45:17 + GO_BUILDMODE=-buildmode=pie
16:45:17 ++ dirname hack/dockerfile/install/install.sh
16:45:17 + dir=hack/dockerfile/install
16:45:17 + bin=tini
16:45:17 + shift
16:45:17 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
16:45:17 + . hack/dockerfile/install/tini.installer
16:45:17 ++ : v0.19.0
16:45:17 + install_tini
16:45:17 + echo 'Install tini version v0.19.0'
16:45:17 Install tini version v0.19.0
16:45:17 + git clone https://github.com/krallin/tini.git /go/tini
16:45:17 Cloning into '/go/tini'...
16:45:17 #8 DONE 0.5s
16:45:17 
16:45:17 #9 [stage-1 3/9] RUN apt-get update && apt-get install -y curl devscripts equivs git
16:45:17 #9 sha256:4fbdc07b3897f53a6b8abc1ea66269a11a54b92e7558c9a089f46777aa140d08
16:45:17 + cd /go/tini
16:45:17 + git checkout -q v0.19.0
16:45:17 + cmake .
16:45:17 -- The C compiler identification is GNU 8.4.1
16:45:17 -- Detecting C compiler ABI info
16:45:17 -- Detecting C compiler ABI info - done
16:45:17 -- Check for working C compiler: /usr/bin/cc - skipped
16:45:17 -- Detecting C compile features
16:45:17 -- Detecting C compile features - done
16:45:17 -- Performing Test HAS_BUILTIN_FORTIFY
16:45:17 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:45:17 -- Configuring done
16:45:17 -- Generating done
16:45:17 -- Build files have been written to: /go/tini
16:45:17 + make tini-static
16:45:17 Scanning dependencies of target tini-static
16:45:17 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:45:17 [100%] Linking C executable tini-static
16:45:17 #9 0.813 Get:1 http://security.ubuntu.com/ubuntu hirsute-security InRelease [110 kB]
16:45:17 [100%] Built target tini-static
16:45:17 + mkdir -p /usr/local/bin
16:45:17 + cp tini-static /usr/local/bin/docker-init
16:45:17 + VERSION=0.0.0-20210916145224-e3023ca
16:45:17 + PRODUCT=docker
16:45:17 + hack/make.sh dynbinary
16:45:17 
16:45:17 Removing bundles/
16:45:17 
16:45:17 ---> Making bundle: dynbinary (in bundles/dynbinary)
16:45:17 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:45:17 GOOS="" GOARCH="" GOARM=""
16:45:17 #9 0.933 Get:2 http://security.ubuntu.com/ubuntu hirsute-security/universe amd64 Packages [262 kB]
16:45:17 #9 0.945 Get:3 http://archive.ubuntu.com/ubuntu hirsute InRelease [269 kB]
16:45:17 #9 0.976 Get:4 http://security.ubuntu.com/ubuntu hirsute-security/multiverse amd64 Packages [3640 B]
16:45:17 #9 0.976 Get:5 http://security.ubuntu.com/ubuntu hirsute-security/restricted amd64 Packages [228 kB]
16:45:17 #9 0.982 Get:6 http://security.ubuntu.com/ubuntu hirsute-security/main amd64 Packages [296 kB]
16:45:18 #9 1.338 Get:7 http://archive.ubuntu.com/ubuntu hirsute-updates InRelease [115 kB]
16:45:18 #9 1.434 Get:8 http://archive.ubuntu.com/ubuntu hirsute-backports InRelease [101 kB]
16:45:18 #9 1.527 Get:9 http://archive.ubuntu.com/ubuntu hirsute/universe amd64 Packages [16.8 MB]
16:45:19 #9 2.469 Get:10 http://archive.ubuntu.com/ubuntu hirsute/restricted amd64 Packages [111 kB]
16:45:19 #9 2.471 Get:11 http://archive.ubuntu.com/ubuntu hirsute/main amd64 Packages [1791 kB]
16:45:19 #9 2.537 Get:12 http://archive.ubuntu.com/ubuntu hirsute/multiverse amd64 Packages [252 kB]
16:45:19 #9 2.549 Get:13 http://archive.ubuntu.com/ubuntu hirsute-updates/universe amd64 Packages [357 kB]
16:45:19 #9 2.566 Get:14 http://archive.ubuntu.com/ubuntu hirsute-updates/restricted amd64 Packages [231 kB]
16:45:19 #9 2.577 Get:15 http://archive.ubuntu.com/ubuntu hirsute-updates/multiverse amd64 Packages [8165 B]
16:45:19 #9 2.578 Get:16 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 Packages [450 kB]
16:45:19 #9 2.597 Get:17 http://archive.ubuntu.com/ubuntu hirsute-backports/universe amd64 Packages [3950 B]
16:45:20 #9 3.451 Fetched 21.4 MB in 3s (7326 kB/s)
16:45:21 #9 3.451 Reading package lists...
16:45:21 #9 4.111 Reading package lists...
16:45:21 #9 4.747 Building dependency tree...
16:45:21 #9 4.881 Reading state information...
16:45:22 #9 5.039 The following additional packages will be installed:
16:45:22 #9 5.039   autoconf automake autopoint autotools-dev binutils binutils-common
16:45:22 #9 5.039   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
16:45:22 #9 5.039   ca-certificates cpp cpp-10 dctrl-tools debhelper debugedit dh-autoreconf
16:45:22 #9 5.039   dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
16:45:22 #9 5.039   fakeroot file fontconfig-config fonts-dejavu-core g++ g++-10 gcc gcc-10
16:45:22 #9 5.039   gcc-10-base gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils gpg
16:45:22 #9 5.039   gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
16:45:22 #9 5.039   intltool-debian iso-codes less libalgorithm-diff-perl
16:45:22 #9 5.039   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
16:45:22 #9 5.039   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
16:45:22 #9 5.039   libarray-intspan-perl libasan6 libasn1-8-heimdal libassuan0 libatomic1
16:45:22 #9 5.039   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
16:45:22 #9 5.039   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
16:45:22 #9 5.039   libcapture-tiny-perl libcbor0.6 libcc1-0 libclass-data-inheritable-perl
16:45:22 #9 5.039   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
16:45:22 #9 5.039   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
16:45:22 #9 5.039   libcontextual-return-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
16:45:22 #9 5.039   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
16:45:22 #9 5.039   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
16:45:22 #9 5.039   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
16:45:22 #9 5.039   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl libdw1
16:45:22 #9 5.039   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
16:45:22 #9 5.039   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
16:45:22 #9 5.039   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
16:45:22 #9 5.039   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
16:45:22 #9 5.039   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
16:45:22 #9 5.039   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
16:45:22 #9 5.039   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6 libgcc-10-dev
16:45:22 #9 5.039   libgd3 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
16:45:22 #9 5.039   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
16:45:22 #9 5.039   libgssapi3-heimdal libhash-fieldhash-perl libhcrypto4-heimdal
16:45:22 #9 5.039   libheimbase1-heimdal libheimntlm0-heimdal libhtml-form-perl
16:45:22 #9 5.039   libhtml-format-perl libhtml-html5-entities-perl libhtml-parser-perl
16:45:22 #9 5.039   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl
16:45:22 #9 5.039   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
16:45:22 #9 5.039   libhttp-negotiate-perl libhttp-tiny-multipart-perl libhx509-5-heimdal
16:45:22 #9 5.039   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
16:45:22 #9 5.039   libio-pty-perl libio-socket-ssl-perl libio-string-perl libio-stringy-perl
16:45:22 #9 5.039   libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23
16:45:22 #9 5.039   libiterator-perl libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8
16:45:22 #9 5.039   libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl
16:45:22 #9 5.039   libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common
16:45:22 #9 5.039   liblist-compare-perl liblist-moreutils-perl liblist-moreutils-xs-perl
16:45:22 #9 5.039   liblist-someutils-perl liblist-someutils-xs-perl liblist-utilsby-perl
16:45:22 #9 5.039   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
16:45:22 #9 5.039   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
16:45:22 #9 5.039   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
16:45:22 #9 5.039   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
16:45:22 #9 5.039   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
16:45:22 #9 5.039   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
16:45:22 #9 5.039   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
16:45:22 #9 5.039   libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
16:45:22 #9 5.039   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
16:45:22 #9 5.039   libnumber-range-perl libobject-id-perl libpackage-stash-perl
16:45:22 #9 5.039   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
16:45:22 #9 5.039   libparams-validate-perl libpath-iterator-rule-perl libpath-tiny-perl
16:45:22 #9 5.039   libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
16:45:22 #9 5.039   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
16:45:22 #9 5.039   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
16:45:22 #9 5.039   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
16:45:22 #9 5.039   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
16:45:22 #9 5.040   libregexp-pattern-perl libroken18-heimdal librole-tiny-perl librtmp1
16:45:22 #9 5.040   libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
16:45:22 #9 5.040   libsereal-encoder-perl libsigsegv2 libsort-key-perl libsort-versions-perl
16:45:22 #9 5.040   libsqlite3-0 libssh-4 libstdc++-10-dev libstrictures-perl
16:45:22 #9 5.040   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
16:45:22 #9 5.040   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
16:45:22 #9 5.040   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
16:45:22 #9 5.040   libsys-hostname-long-perl libterm-readkey-perl libtext-glob-perl
16:45:22 #9 5.040   libtext-levenshteinxs-perl libtext-markdown-discount-perl
16:45:22 #9 5.040   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
16:45:22 #9 5.040   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
16:45:22 #9 5.040   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
16:45:22 #9 5.040   libuchardet0 libunicode-utf8-perl libunwind8 liburi-perl
16:45:22 #9 5.040   libvariable-magic-perl libwant-perl libwebp6 libwind0-heimdal libwww-perl
16:45:22 #9 5.040   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
16:45:22 #9 5.040   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
16:45:22 #9 5.040   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
16:45:22 #9 5.040   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
16:45:22 #9 5.040   lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev
16:45:22 #9 5.040   media-types netbase openssh-client openssl patch patchutils perl
16:45:22 #9 5.040   perl-modules-5.32 perl-openssl-defaults pinentry-curses po-debconf
16:45:22 #9 5.040   publicsuffix python-apt-common python3 python3-apt python3-certifi
16:45:22 #9 5.040   python3-chardet python3-debian python3-gpg python3-idna python3-magic
16:45:22 #9 5.040   python3-minimal python3-pkg-resources python3-requests python3-six
16:45:22 #9 5.040   python3-unidiff python3-urllib3 python3-xdg python3.9 python3.9-minimal
16:45:22 #9 5.040   readline-common rpcsvc-proto strace t1utils tzdata ucf unzip wdiff xauth
16:45:22 #9 5.040   xz-utils
16:45:22 #9 5.041 Suggested packages:
16:45:22 #9 5.041   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
16:45:22 #9 5.041   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
16:45:22 #9 5.041   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
16:45:22 #9 5.041   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
16:45:22 #9 5.041   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
16:45:22 #9 5.041   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
16:45:22 #9 5.041   postgresql-client pristine-lfs pristine-tar quilt ratt reprotest
16:45:22 #9 5.041   svn-buildpackage w3m debian-keyring libsoap-lite-perl dbus-user-session
16:45:22 #9 5.041   libpam-systemd pinentry-gnome3 tor python3-paramiko mini-dinstall rsync
16:45:22 #9 5.041   g++-multilib g++-10-multilib gcc-10-doc gcc-multilib flex bison gdb gcc-doc
16:45:22 #9 5.041   gcc-10-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
16:45:22 #9 5.041   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
16:45:22 #9 5.041   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery
16:45:22 #9 5.041   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n
16:45:22 #9 5.041   libtool-doc libcrypt-ssleay-perl libossp-uuid-perl libscalar-number-perl
16:45:22 #9 5.041   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
16:45:22 #9 5.041   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
16:45:22 #9 5.041   libstdc++-10-doc libbareword-filehandles-perl libindirect-perl
16:45:22 #9 5.041   libmultidimensional-perl gfortran | fortran95-compiler gcj-jdk
16:45:22 #9 5.041   libdevel-lexalias-perl libauthen-ntlm-perl libxml-sax-expatxs-perl
16:45:22 #9 5.041   bash-completion binutils-multiarch libtext-template-perl m4-doc make-doc
16:45:22 #9 5.041   apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
16:45:22 #9 5.041   diffutils-doc perl-doc libterm-readline-gnu-perl
16:45:22 #9 5.041   | libterm-readline-perl-perl libtap-harness-archive-perl pinentry-doc
16:45:22 #9 5.041   libmail-box-perl python3-doc python3-tk python3-venv python3-apt-dbg
16:45:22 #9 5.041   python-apt-doc python3-setuptools python3-cryptography python3-openssl
16:45:22 #9 5.041   python3-socks python-requests-doc python3.9-venv python3.9-doc
16:45:22 #9 5.041   binfmt-support readline-doc zip wdiff-doc
16:45:22 #9 5.310 The following NEW packages will be installed:
16:45:22 #9 5.310   autoconf automake autopoint autotools-dev binutils binutils-common
16:45:22 #9 5.310   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
16:45:22 #9 5.310   ca-certificates cpp cpp-10 curl dctrl-tools debhelper debugedit devscripts
16:45:22 #9 5.310   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
16:45:22 #9 5.310   dpkg-dev dput dwz equivs fakeroot file fontconfig-config fonts-dejavu-core
16:45:22 #9 5.310   g++ g++-10 gcc gcc-10 gcc-10-base gettext gettext-base git git-man gnupg
16:45:22 #9 5.310   gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
16:45:22 #9 5.310   gpgsm groff-base intltool-debian iso-codes less libalgorithm-diff-perl
16:45:22 #9 5.310   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
16:45:22 #9 5.310   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
16:45:22 #9 5.310   libarray-intspan-perl libasan6 libasn1-8-heimdal libassuan0 libatomic1
16:45:22 #9 5.310   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
16:45:22 #9 5.310   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
16:45:22 #9 5.310   libcapture-tiny-perl libcbor0.6 libcc1-0 libclass-data-inheritable-perl
16:45:22 #9 5.310   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
16:45:22 #9 5.310   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
16:45:22 #9 5.310   libcontextual-return-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
16:45:22 #9 5.310   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
16:45:22 #9 5.310   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
16:45:22 #9 5.310   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
16:45:22 #9 5.310   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl libdw1
16:45:22 #9 5.310   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
16:45:22 #9 5.310   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
16:45:22 #9 5.310   libexporter-tiny-perl libfakeroot libfido2-1 libfile-basedir-perl
16:45:22 #9 5.310   libfile-chdir-perl libfile-dirlist-perl libfile-fcntllock-perl
16:45:22 #9 5.310   libfile-find-rule-perl libfile-homedir-perl libfile-listing-perl
16:45:22 #9 5.310   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
16:45:22 #9 5.310   libfont-afm-perl libfont-ttf-perl libfontconfig1 libfreetype6 libgcc-10-dev
16:45:22 #9 5.310   libgd3 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
16:45:22 #9 5.310   libgit-wrapper-perl libgitlab-api-v4-perl libgomp1 libgpgme11
16:45:22 #9 5.310   libgssapi3-heimdal libhash-fieldhash-perl libhcrypto4-heimdal
16:45:22 #9 5.310   libheimbase1-heimdal libheimntlm0-heimdal libhtml-form-perl
16:45:22 #9 5.310   libhtml-format-perl libhtml-html5-entities-perl libhtml-parser-perl
16:45:22 #9 5.310   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl
16:45:22 #9 5.310   libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
16:45:22 #9 5.310   libhttp-negotiate-perl libhttp-tiny-multipart-perl libhx509-5-heimdal
16:45:22 #9 5.310   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
16:45:22 #9 5.310   libio-pty-perl libio-socket-ssl-perl libio-string-perl libio-stringy-perl
16:45:22 #9 5.310   libipc-run-perl libipc-run3-perl libipc-system-simple-perl libisl23
16:45:22 #9 5.310   libiterator-perl libiterator-util-perl libitm1 libjbig0 libjpeg-turbo8
16:45:22 #9 5.310   libjpeg8 libjson-maybexs-perl libjson-perl libjson-xs-perl
16:45:22 #9 5.310   libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common
16:45:22 #9 5.310   liblist-compare-perl liblist-moreutils-perl liblist-moreutils-xs-perl
16:45:22 #9 5.310   liblist-someutils-perl liblist-someutils-xs-perl liblist-utilsby-perl
16:45:22 #9 5.310   liblocale-gettext-perl liblog-any-adapter-screen-perl liblog-any-perl
16:45:22 #9 5.310   liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
16:45:22 #9 5.310   liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
16:45:22 #9 5.310   libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
16:45:22 #9 5.310   libmodule-implementation-perl libmodule-runtime-perl libmoo-perl
16:45:22 #9 5.310   libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3 libmpdec3
16:45:22 #9 5.310   libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
16:45:22 #9 5.310   libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
16:45:22 #9 5.310   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
16:45:22 #9 5.310   libnumber-range-perl libobject-id-perl libpackage-stash-perl
16:45:22 #9 5.310   libpackage-stash-xs-perl libparams-classify-perl libparams-util-perl
16:45:22 #9 5.310   libparams-validate-perl libpath-iterator-rule-perl libpath-tiny-perl
16:45:22 #9 5.311   libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
16:45:22 #9 5.311   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
16:45:22 #9 5.311   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
16:45:22 #9 5.311   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
16:45:22 #9 5.311   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
16:45:22 #9 5.311   libregexp-pattern-perl libroken18-heimdal librole-tiny-perl librtmp1
16:45:22 #9 5.311   libsasl2-2 libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
16:45:22 #9 5.311   libsereal-encoder-perl libsigsegv2 libsort-key-perl libsort-versions-perl
16:45:22 #9 5.311   libsqlite3-0 libssh-4 libstdc++-10-dev libstrictures-perl
16:45:22 #9 5.311   libstring-copyright-perl libstring-escape-perl libstring-shellquote-perl
16:45:22 #9 5.311   libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
16:45:22 #9 5.311   libsub-install-perl libsub-name-perl libsub-override-perl libsub-quote-perl
16:45:22 #9 5.311   libsys-hostname-long-perl libterm-readkey-perl libtext-glob-perl
16:45:22 #9 5.311   libtext-levenshteinxs-perl libtext-markdown-discount-perl
16:45:22 #9 5.311   libtext-xslate-perl libtiff5 libtime-duration-perl libtime-moment-perl
16:45:22 #9 5.311   libtimedate-perl libtirpc-dev libtool libtry-tiny-perl libtsan0
16:45:22 #9 5.311   libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
16:45:22 #9 5.311   libuchardet0 libunicode-utf8-perl libunwind8 liburi-perl
16:45:22 #9 5.311   libvariable-magic-perl libwant-perl libwebp6 libwind0-heimdal libwww-perl
16:45:22 #9 5.311   libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
16:45:22 #9 5.311   libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
16:45:22 #9 5.311   libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl libxml2 libxmuu1
16:45:22 #9 5.311   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
16:45:22 #9 5.311   lsb-release lto-disabled-list lzip lzop m4 make man-db manpages manpages-dev
16:45:22 #9 5.311   media-types netbase openssh-client openssl patch patchutils perl
16:45:22 #9 5.311   perl-modules-5.32 perl-openssl-defaults pinentry-curses po-debconf
16:45:22 #9 5.311   publicsuffix python-apt-common python3 python3-apt python3-certifi
16:45:22 #9 5.311   python3-chardet python3-debian python3-gpg python3-idna python3-magic
16:45:22 #9 5.311   python3-minimal python3-pkg-resources python3-requests python3-six
16:45:22 #9 5.311   python3-unidiff python3-urllib3 python3-xdg python3.9 python3.9-minimal
16:45:22 #9 5.312   readline-common rpcsvc-proto strace t1utils tzdata ucf unzip wdiff xauth
16:45:22 #9 5.312   xz-utils
16:45:22 #9 5.730 0 upgraded, 372 newly installed, 0 to remove and 3 not upgraded.
16:45:22 #9 5.730 Need to get 118 MB of archives.
16:45:22 #9 5.730 After this operation, 486 MB of additional disk space will be used.
16:45:22 #9 5.730 Get:1 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblocale-gettext-perl amd64 1.07-4build1 [16.9 kB]
16:45:22 #9 5.875 Get:2 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libpython3.9-minimal amd64 3.9.5-3~21.04 [756 kB]
16:45:23 #9 6.223 Get:3 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libexpat1 amd64 2.2.10-2 [76.2 kB]
16:45:23 #9 6.233 Get:4 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 python3.9-minimal amd64 3.9.5-3~21.04 [1912 kB]
16:45:23 #9 6.354 Get:5 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-minimal amd64 3.9.4-1 [23.7 kB]
16:45:23 #9 6.355 Get:6 http://archive.ubuntu.com/ubuntu hirsute/main amd64 media-types all 4.0.0 [22.2 kB]
16:45:23 #9 6.356 Get:7 http://archive.ubuntu.com/ubuntu hirsute/main amd64 tzdata all 2021a-1ubuntu1 [294 kB]
16:45:23 #9 6.367 Get:8 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmpdec3 amd64 2.5.1-2 [79.8 kB]
16:45:23 #9 6.372 Get:9 http://archive.ubuntu.com/ubuntu hirsute/main amd64 readline-common all 8.1-1 [54.1 kB]
16:45:23 #9 6.376 Get:10 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libreadline8 amd64 8.1-1 [137 kB]
16:45:23 #9 6.385 Get:11 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsqlite3-0 amd64 3.34.1-3 [588 kB]
16:45:23 #9 6.413 Get:12 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libpython3.9-stdlib amd64 3.9.5-3~21.04 [1684 kB]
16:45:23 #9 6.491 Get:13 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 python3.9 amd64 3.9.5-3~21.04 [423 kB]
16:45:23 #9 6.506 Get:14 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpython3-stdlib amd64 3.9.4-1 [6984 B]
16:45:23 #9 6.507 Get:15 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3 amd64 3.9.4-1 [22.2 kB]
16:45:23 #9 6.507 Get:16 http://archive.ubuntu.com/ubuntu hirsute/main amd64 bsdextrautils amd64 2.36.1-7ubuntu2 [81.6 kB]
16:45:23 #9 6.509 Get:17 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libuchardet0 amd64 0.0.7-1 [68.0 kB]
16:45:23 #9 6.514 Get:18 http://archive.ubuntu.com/ubuntu hirsute/main amd64 groff-base amd64 1.22.4-6 [864 kB]
16:45:23 #9 6.559 Get:19 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgdbm6 amd64 1.19-2 [27.5 kB]
16:45:23 #9 6.562 Get:20 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpipeline1 amd64 1.5.3-1 [27.8 kB]
16:45:23 #9 6.562 Get:21 http://archive.ubuntu.com/ubuntu hirsute/main amd64 man-db amd64 2.9.4-2 [1154 kB]
16:45:23 #9 6.619 Get:22 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 perl-modules-5.32 all 5.32.1-3ubuntu2.1 [2755 kB]
16:45:23 #9 6.739 Get:23 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgdbm-compat4 amd64 1.19-2 [6236 B]
16:45:23 #9 6.740 Get:24 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libperl5.32 amd64 5.32.1-3ubuntu2.1 [4046 kB]
16:45:23 #9 6.932 Get:25 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 perl amd64 5.32.1-3ubuntu2.1 [225 kB]
16:45:23 #9 6.938 Get:26 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 openssl amd64 1.1.1j-1ubuntu3.5 [623 kB]
16:45:23 #9 6.970 Get:27 http://archive.ubuntu.com/ubuntu hirsute/main amd64 ca-certificates all 20210119build1 [147 kB]
16:45:23 #9 6.979 Get:28 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 distro-info-data all 0.46ubuntu4 [5104 B]
16:45:23 #9 6.979 Get:29 http://archive.ubuntu.com/ubuntu hirsute/main amd64 less amd64 551-2 [123 kB]
16:45:23 #9 6.984 Get:30 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmd0 amd64 1.0.3-3build1 [21.5 kB]
16:45:23 #9 6.984 Get:31 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libbsd0 amd64 0.11.3-1ubuntu2 [41.1 kB]
16:45:23 #9 6.987 Get:32 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libelf1 amd64 0.183-8 [47.3 kB]
16:45:23 #9 6.988 Get:33 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libicu67 amd64 67.1-6ubuntu2 [8619 kB]
16:45:24 #9 7.392 Get:34 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libxml2 amd64 2.9.10+dfsg-6.3ubuntu0.1 [698 kB]
16:45:24 #9 7.419 Get:35 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB]
16:45:24 #9 7.423 Get:36 http://archive.ubuntu.com/ubuntu hirsute/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB]
16:45:24 #9 7.423 Get:37 http://archive.ubuntu.com/ubuntu hirsute/main amd64 netbase all 6.2 [13.0 kB]
16:45:24 #9 7.424 Get:38 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-pkg-resources all 52.0.0-3 [129 kB]
16:45:24 #9 7.428 Get:39 http://archive.ubuntu.com/ubuntu hirsute/main amd64 ucf all 3.0043 [56.1 kB]
16:45:24 #9 7.431 Get:40 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmagic-mgc amd64 1:5.39-3 [228 kB]
16:45:24 #9 7.439 Get:41 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmagic1 amd64 1:5.39-3 [80.6 kB]
16:45:24 #9 7.441 Get:42 http://archive.ubuntu.com/ubuntu hirsute/main amd64 file amd64 1:5.39-3 [23.7 kB]
16:45:24 #9 7.468 Get:43 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gettext-base amd64 0.21-3ubuntu2 [39.5 kB]
16:45:24 #9 7.541 Get:44 http://archive.ubuntu.com/ubuntu hirsute/main amd64 iso-codes all 4.6.0-1 [2769 kB]
16:45:24 #9 7.643 Get:45 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libcbor0.6 amd64 0.6.0-0ubuntu3 [21.7 kB]
16:45:24 #9 7.644 Get:46 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libedit2 amd64 3.1-20191231-2 [87.8 kB]
16:45:24 #9 7.645 Get:47 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfido2-1 amd64 1.6.0-2 [53.4 kB]
16:45:24 #9 7.646 Get:48 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpng16-16 amd64 1.6.37-3build3 [184 kB]
16:45:24 #9 7.649 Get:49 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpsl5 amd64 0.21.0-1.2 [53.5 kB]
16:45:24 #9 7.687 Get:50 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxau6 amd64 1:1.0.9-1build3 [7360 B]
16:45:24 #9 7.688 Get:51 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu3 [10.3 kB]
16:45:24 #9 7.688 Get:52 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxcb1 amd64 1.14-3ubuntu1 [45.3 kB]
16:45:24 #9 7.689 Get:53 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libx11-data all 2:1.7.0-2ubuntu0.1 [112 kB]
16:45:24 #9 7.767 Get:54 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libx11-6 amd64 2:1.7.0-2ubuntu0.1 [577 kB]
16:45:24 #9 7.782 Get:55 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxext6 amd64 2:1.3.4-0ubuntu3 [28.9 kB]
16:45:24 #9 7.783 Get:56 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxmuu1 amd64 2:1.1.3-0ubuntu1 [9728 B]
16:45:24 #9 7.783 Get:57 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 manpages all 5.10-1ubuntu0.1 [1375 kB]
16:45:24 #9 7.852 Get:58 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 openssh-client amd64 1:8.4p1-5ubuntu1.1 [702 kB]
16:45:24 #9 7.868 Get:59 http://archive.ubuntu.com/ubuntu hirsute/main amd64 publicsuffix all 20210108.1309-1 [116 kB]
16:45:24 #9 7.870 Get:60 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 python-apt-common all 2.2.0~ubuntu0.21.04.1 [13.8 kB]
16:45:24 #9 7.871 Get:61 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 python3-apt amd64 2.2.0~ubuntu0.21.04.1 [151 kB]
16:45:24 #9 7.874 Get:62 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libunwind8 amd64 1.3.2-2 [50.9 kB]
16:45:24 #9 7.875 Get:63 http://archive.ubuntu.com/ubuntu hirsute/main amd64 strace amd64 5.11-0ubuntu1 [414 kB]
16:45:24 #9 7.923 Get:64 http://archive.ubuntu.com/ubuntu hirsute/main amd64 xauth amd64 1:1.1-1 [24.8 kB]
16:45:24 #9 7.924 Get:65 http://archive.ubuntu.com/ubuntu hirsute/main amd64 xz-utils amd64 5.2.5-1.0build2 [81.6 kB]
16:45:24 #9 7.925 Get:66 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsigsegv2 amd64 2.13-1ubuntu1 [14.2 kB]
16:45:24 #9 7.982 Get:67 http://archive.ubuntu.com/ubuntu hirsute/main amd64 m4 amd64 1.4.18-5 [200 kB]
16:45:24 #9 7.988 Get:68 http://archive.ubuntu.com/ubuntu hirsute/main amd64 autoconf all 2.69-14 [293 kB]
16:45:24 #9 7.993 Get:69 http://archive.ubuntu.com/ubuntu hirsute/main amd64 autotools-dev all 20180224.1+nmu1 [39.4 kB]
16:45:24 #9 7.994 Get:70 http://archive.ubuntu.com/ubuntu hirsute/main amd64 automake all 1:1.16.3-2ubuntu1 [552 kB]
16:45:24 #9 8.004 Get:71 http://archive.ubuntu.com/ubuntu hirsute/main amd64 autopoint all 0.21-3ubuntu2 [422 kB]
16:45:24 #9 8.012 Get:72 http://archive.ubuntu.com/ubuntu hirsute/main amd64 binutils-common amd64 2.36.1-6ubuntu1 [217 kB]
16:45:24 #9 8.060 Get:73 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libbinutils amd64 2.36.1-6ubuntu1 [584 kB]
16:45:24 #9 8.072 Get:74 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libctf-nobfd0 amd64 2.36.1-6ubuntu1 [97.8 kB]
16:45:24 #9 8.073 Get:75 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libctf0 amd64 2.36.1-6ubuntu1 [95.0 kB]
16:45:24 #9 8.075 Get:76 http://archive.ubuntu.com/ubuntu hirsute/main amd64 binutils-x86-64-linux-gnu amd64 2.36.1-6ubuntu1 [1830 kB]
16:45:25 #9 8.154 Get:77 http://archive.ubuntu.com/ubuntu hirsute/main amd64 binutils amd64 2.36.1-6ubuntu1 [3388 B]
16:45:25 #9 8.155 Get:78 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libc-dev-bin amd64 2.33-0ubuntu5 [19.3 kB]
16:45:25 #9 8.155 Get:79 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 linux-libc-dev amd64 5.11.0-34.36 [1205 kB]
16:45:25 #9 8.222 Get:80 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libcrypt-dev amd64 1:4.4.17-1ubuntu3 [104 kB]
16:45:25 #9 8.230 Get:81 http://archive.ubuntu.com/ubuntu hirsute/main amd64 rpcsvc-proto amd64 1.4.2-0ubuntu4 [62.8 kB]
16:45:25 #9 8.231 Get:82 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtirpc-dev amd64 1.3.1-1build1 [183 kB]
16:45:25 #9 8.231 Get:83 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnsl-dev amd64 1.3.0-0ubuntu3 [66.4 kB]
16:45:25 #9 8.232 Get:84 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libc6-dev amd64 2.33-0ubuntu5 [2143 kB]
16:45:25 #9 8.354 Get:85 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gcc-10-base amd64 10.3.0-1ubuntu1 [20.1 kB]
16:45:25 #9 8.355 Get:86 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libisl23 amd64 0.23-1build1 [661 kB]
16:45:25 #9 8.370 Get:87 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmpfr6 amd64 4.1.0-3build1 [1400 kB]
16:45:25 #9 8.440 Get:88 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmpc3 amd64 1.2.0-1build1 [44.1 kB]
16:45:25 #9 8.441 Get:89 http://archive.ubuntu.com/ubuntu hirsute/main amd64 cpp-10 amd64 10.3.0-1ubuntu1 [8612 kB]
16:45:25 #9 8.860 Get:90 http://archive.ubuntu.com/ubuntu hirsute/main amd64 cpp amd64 4:10.3.0-1ubuntu1 [27.7 kB]
16:45:25 #9 8.861 Get:91 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libcc1-0 amd64 11.1.0-1ubuntu1~21.04 [48.8 kB]
16:45:25 #9 8.862 Get:92 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libgomp1 amd64 11.1.0-1ubuntu1~21.04 [107 kB]
16:45:25 #9 8.864 Get:93 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libitm1 amd64 11.1.0-1ubuntu1~21.04 [26.4 kB]
16:45:25 #9 8.865 Get:94 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libatomic1 amd64 11.1.0-1ubuntu1~21.04 [9236 B]
16:45:25 #9 8.865 Get:95 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libasan6 amd64 11.1.0-1ubuntu1~21.04 [2139 kB]
16:45:25 #9 8.956 Get:96 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 liblsan0 amd64 11.1.0-1ubuntu1~21.04 [893 kB]
16:45:25 #9 9.004 Get:97 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libtsan0 amd64 11.1.0-1ubuntu1~21.04 [2090 kB]
16:45:26 #9 9.095 Get:98 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libubsan1 amd64 11.1.0-1ubuntu1~21.04 [844 kB]
16:45:26 #9 9.117 Get:99 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libquadmath0 amd64 11.1.0-1ubuntu1~21.04 [146 kB]
16:45:26 #9 9.146 Get:100 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgcc-10-dev amd64 10.3.0-1ubuntu1 [2337 kB]
16:45:26 #9 9.247 Get:101 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gcc-10 amd64 10.3.0-1ubuntu1 [17.5 MB]
16:45:27 #9 10.47 Get:102 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gcc amd64 4:10.3.0-1ubuntu1 [5212 B]
16:45:27 #9 10.55 Get:103 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libstdc++-10-dev amd64 10.3.0-1ubuntu1 [1754 kB]
16:45:27 #9 11.05 Get:104 http://archive.ubuntu.com/ubuntu hirsute/main amd64 g++-10 amd64 10.3.0-1ubuntu1 [9803 kB]
16:45:28 #9 11.52 Get:105 http://archive.ubuntu.com/ubuntu hirsute/main amd64 g++ amd64 4:10.3.0-1ubuntu1 [1608 B]
16:45:28 #9 11.53 Get:106 http://archive.ubuntu.com/ubuntu hirsute/main amd64 make amd64 4.3-4ubuntu1 [167 kB]
16:45:28 #9 11.53 Get:107 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdpkg-perl all 1.20.9ubuntu1 [232 kB]
16:45:28 #9 11.54 Get:108 http://archive.ubuntu.com/ubuntu hirsute/main amd64 bzip2 amd64 1.0.8-4ubuntu3 [33.4 kB]
16:45:28 #9 11.54 Get:109 http://archive.ubuntu.com/ubuntu hirsute/main amd64 patch amd64 2.7.6-7 [105 kB]
16:45:28 #9 11.54 Get:110 http://archive.ubuntu.com/ubuntu hirsute/main amd64 lto-disabled-list all 7 [11.9 kB]
16:45:28 #9 11.54 Get:111 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dpkg-dev all 1.20.9ubuntu1 [937 kB]
16:45:28 #9 11.59 Get:112 http://archive.ubuntu.com/ubuntu hirsute/main amd64 build-essential amd64 12.8ubuntu3 [4640 B]
16:45:28 #9 11.59 Get:113 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libbrotli1 amd64 1.0.9-2build2 [274 kB]
16:45:28 #9 11.60 Get:114 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-2 [41.8 kB]
16:45:28 #9 11.60 Get:115 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-2 [181 kB]
16:45:28 #9 11.68 Get:116 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-2 [29.7 kB]
16:45:28 #9 11.68 Get:117 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-2 [88.0 kB]
16:45:28 #9 11.68 Get:118 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-2 [47.6 kB]
16:45:28 #9 11.68 Get:119 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-2 [107 kB]
16:45:28 #9 11.69 Get:120 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-2 [207 kB]
16:45:28 #9 11.70 Get:121 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-2 [15.1 kB]
16:45:28 #9 11.70 Get:122 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-2 [96.5 kB]
16:45:28 #9 11.70 Get:123 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu1 [14.7 kB]
16:45:28 #9 11.75 Get:124 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu1 [49.3 kB]
16:45:28 #9 11.75 Get:125 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-2ubuntu1 [156 kB]
16:45:28 #9 11.82 Get:126 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnghttp2-14 amd64 1.43.0-1 [72.5 kB]
16:45:28 #9 11.83 Get:127 http://archive.ubuntu.com/ubuntu hirsute/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build2 [55.0 kB]
16:45:28 #9 11.83 Get:128 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libssh-4 amd64 0.9.5-1ubuntu0.1 [170 kB]
16:45:28 #9 11.83 Get:129 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libcurl4 amd64 7.74.0-1ubuntu2.3 [252 kB]
16:45:28 #9 11.84 Get:130 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 curl amd64 7.74.0-1ubuntu2.3 [170 kB]
16:45:28 #9 11.84 Get:131 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dctrl-tools amd64 2.24-3 [61.5 kB]
16:45:28 #9 11.84 Get:132 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdebhelper-perl all 13.3.4ubuntu1 [61.1 kB]
16:45:28 #9 11.84 Get:133 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtool all 2.4.6-15 [161 kB]
16:45:28 #9 11.90 Get:134 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dh-autoreconf all 20 [16.1 kB]
16:45:28 #9 11.90 Get:135 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libarchive-zip-perl all 1.68-1 [90.2 kB]
16:45:28 #9 11.97 Get:136 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-override-perl all 0.09-2 [9532 B]
16:45:29 #9 11.97 Get:137 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-stripnondeterminism-perl all 1.11.0-1 [17.0 kB]
16:45:29 #9 11.97 Get:138 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dh-strip-nondeterminism all 1.11.0-1 [5236 B]
16:45:29 #9 11.97 Get:139 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdw1 amd64 0.183-8 [225 kB]
16:45:29 #9 11.98 Get:140 http://archive.ubuntu.com/ubuntu hirsute/main amd64 debugedit amd64 1:0.1-0ubuntu2 [39.7 kB]
16:45:29 #9 11.98 Get:141 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dwz amd64 0.14-1 [98.1 kB]
16:45:29 #9 11.98 Get:142 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gettext amd64 0.21-3ubuntu2 [825 kB]
16:45:29 #9 12.00 Get:143 http://archive.ubuntu.com/ubuntu hirsute/main amd64 intltool-debian all 0.35.0+20060710.5 [24.9 kB]
16:45:29 #9 12.05 Get:144 http://archive.ubuntu.com/ubuntu hirsute/main amd64 po-debconf all 1.0.21+nmu1 [233 kB]
16:45:29 #9 12.06 Get:145 http://archive.ubuntu.com/ubuntu hirsute/main amd64 debhelper all 13.3.4ubuntu1 [920 kB]
16:45:29 #9 12.12 Get:146 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfakeroot amd64 1.25.3-1.1ubuntu2 [28.1 kB]
16:45:29 #9 12.12 Get:147 http://archive.ubuntu.com/ubuntu hirsute/main amd64 fakeroot amd64 1.25.3-1.1ubuntu2 [62.9 kB]
16:45:29 #9 12.12 Get:148 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libassuan0 amd64 2.5.4-1ubuntu1 [35.7 kB]
16:45:29 #9 12.12 Get:149 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gpgconf amd64 2.2.20-1ubuntu3 [125 kB]
16:45:29 #9 12.13 Get:150 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libksba8 amd64 1.5.0-3 [106 kB]
16:45:29 #9 12.13 Get:151 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnpth0 amd64 1.6-3 [8220 B]
16:45:29 #9 12.13 Get:152 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dirmngr amd64 2.2.20-1ubuntu3 [333 kB]
16:45:29 #9 12.13 Get:153 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gnupg-l10n all 2.2.20-1ubuntu3 [51.4 kB]
16:45:29 #9 12.19 Get:154 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gnupg-utils amd64 2.2.20-1ubuntu3 [485 kB]
16:45:29 #9 12.20 Get:155 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gpg amd64 2.2.20-1ubuntu3 [486 kB]
16:45:29 #9 12.27 Get:156 http://archive.ubuntu.com/ubuntu hirsute/main amd64 pinentry-curses amd64 1.1.0-4build1 [36.5 kB]
16:45:29 #9 12.27 Get:157 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gpg-agent amd64 2.2.20-1ubuntu3 [233 kB]
16:45:29 #9 12.27 Get:158 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gpg-wks-client amd64 2.2.20-1ubuntu3 [98.2 kB]
16:45:29 #9 12.28 Get:159 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gpg-wks-server amd64 2.2.20-1ubuntu3 [91.0 kB]
16:45:29 #9 12.28 Get:160 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gpgsm amd64 2.2.20-1ubuntu3 [217 kB]
16:45:29 #9 12.28 Get:161 http://archive.ubuntu.com/ubuntu hirsute/main amd64 gnupg all 2.2.20-1ubuntu3 [260 kB]
16:45:29 #9 12.29 Get:162 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-dirlist-perl all 0.05-2 [7100 B]
16:45:29 #9 12.29 Get:163 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-which-perl all 1.23-1 [13.8 kB]
16:45:29 #9 12.34 Get:164 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-homedir-perl all 1.006-1 [38.3 kB]
16:45:29 #9 12.34 Get:165 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-touch-perl all 0.11-1 [8284 B]
16:45:29 #9 12.36 Get:166 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libio-pty-perl amd64 1:1.15-2 [32.7 kB]
16:45:29 #9 12.36 Get:167 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libipc-run-perl all 20200505.0-1 [89.8 kB]
16:45:29 #9 12.37 Get:168 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libclass-method-modifiers-perl all 2.13-1 [16.2 kB]
16:45:29 #9 12.37 Get:169 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libb-hooks-op-check-perl amd64 0.22-1build3 [10.3 kB]
16:45:29 #9 12.37 Get:170 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.1 kB]
16:45:29 #9 12.37 Get:171 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevel-callchecker-perl amd64 0.008-1ubuntu2 [14.5 kB]
16:45:29 #9 12.37 Get:172 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libparams-classify-perl amd64 0.015-1build3 [21.1 kB]
16:45:29 #9 12.41 Get:173 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
16:45:29 #9 12.44 Get:174 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libimport-into-perl all 1.002005-1 [11.0 kB]
16:45:29 #9 12.44 Get:175 http://archive.ubuntu.com/ubuntu hirsute/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
16:45:29 #9 12.44 Get:176 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libstrictures-perl all 2.000006-1 [16.3 kB]
16:45:29 #9 12.44 Get:177 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-quote-perl all 2.006006-1 [19.5 kB]
16:45:29 #9 12.44 Get:178 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmoo-perl all 2.004004-1 [46.9 kB]
16:45:29 #9 12.45 Get:179 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libencode-locale-perl all 1.05-1.1 [11.8 kB]
16:45:29 #9 12.45 Get:180 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtimedate-perl all 2.3300-2 [34.0 kB]
16:45:29 #9 12.45 Get:181 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhttp-date-perl all 6.05-1 [9920 B]
16:45:29 #9 12.49 Get:182 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-listing-perl all 6.14-1 [11.2 kB]
16:45:29 #9 12.52 Get:183 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhtml-tagset-perl all 3.20-4 [12.5 kB]
16:45:29 #9 12.52 Get:184 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liburi-perl all 5.07-1 [77.3 kB]
16:45:29 #9 12.53 Get:185 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhtml-parser-perl amd64 3.75-1build1 [85.5 kB]
16:45:29 #9 12.53 Get:186 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhtml-tree-perl all 5.07-2 [200 kB]
16:45:29 #9 12.53 Get:187 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libio-html-perl all 1.004-2 [15.4 kB]
16:45:29 #9 12.53 Get:188 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.5 kB]
16:45:29 #9 12.53 Get:189 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhttp-message-perl all 6.28-1 [75.5 kB]
16:45:29 #9 12.53 Get:190 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhttp-cookies-perl all 6.10-1 [18.4 kB]
16:45:29 #9 12.56 Get:191 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhttp-negotiate-perl all 6.01-1 [12.5 kB]
16:45:29 #9 12.61 Get:192 http://archive.ubuntu.com/ubuntu hirsute/main amd64 perl-openssl-defaults amd64 5 [7404 B]
16:45:29 #9 12.61 Get:193 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnet-ssleay-perl amd64 1.88-3ubuntu1 [292 kB]
16:45:29 #9 12.62 Get:194 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libio-socket-ssl-perl all 2.069-1 [179 kB]
16:45:29 #9 12.62 Get:195 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnet-http-perl all 6.20-1 [23.0 kB]
16:45:29 #9 12.62 Get:196 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblwp-protocol-https-perl all 6.10-1 [10.9 kB]
16:45:29 #9 12.62 Get:197 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
16:45:29 #9 12.62 Get:198 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
16:45:29 #9 12.62 Get:199 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libwww-perl all 6.52-1 [140 kB]
16:45:29 #9 12.64 Get:200 http://archive.ubuntu.com/ubuntu hirsute/main amd64 patchutils amd64 0.4.2-1 [75.5 kB]
16:45:29 #9 12.71 Get:201 http://archive.ubuntu.com/ubuntu hirsute/main amd64 wdiff amd64 1.2.2-2build1 [29.8 kB]
16:45:29 #9 12.71 Get:202 http://archive.ubuntu.com/ubuntu hirsute/main amd64 devscripts amd64 2.21.1ubuntu1 [974 kB]
16:45:30 #9 13.13 Get:203 http://archive.ubuntu.com/ubuntu hirsute/main amd64 diffstat amd64 1.64-1 [27.8 kB]
16:45:30 #9 13.28 Get:204 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-chardet all 4.0.0-1 [98.0 kB]
16:45:30 #9 13.43 Get:205 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-six all 1.15.0-2 [12.0 kB]
16:45:30 #9 13.44 Get:206 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-debian all 0.1.39 [71.0 kB]
16:45:30 #9 13.48 Get:207 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgpgme11 amd64 1.14.0-1ubuntu3 [122 kB]
16:45:30 #9 13.53 Get:208 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-gpg amd64 1.14.0-1ubuntu3 [173 kB]
16:45:30 #9 13.58 Get:209 http://archive.ubuntu.com/ubuntu hirsute/main amd64 dput all 1.1.0ubuntu1 [44.0 kB]
16:45:30 #9 13.59 Get:210 http://archive.ubuntu.com/ubuntu hirsute/main amd64 fonts-dejavu-core all 2.37-2build1 [1041 kB]
16:45:30 #9 13.70 Get:211 http://archive.ubuntu.com/ubuntu hirsute/main amd64 fontconfig-config all 2.13.1-4.2ubuntu3 [28.2 kB]
16:45:30 #9 13.71 Get:212 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libcurl3-gnutls amd64 7.74.0-1ubuntu2.3 [248 kB]
16:45:30 #9 13.72 Get:213 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liberror-perl all 0.17029-1 [26.5 kB]
16:45:30 #9 13.72 Get:214 http://archive.ubuntu.com/ubuntu hirsute/main amd64 git-man all 1:2.30.2-1ubuntu1 [931 kB]
16:45:30 #9 13.76 Get:215 http://archive.ubuntu.com/ubuntu hirsute/main amd64 git amd64 1:2.30.2-1ubuntu1 [3457 kB]
16:45:30 #9 13.93 Get:216 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libalgorithm-diff-perl all 1.201-1 [41.8 kB]
16:45:30 #9 13.93 Get:217 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6build1 [11.4 kB]
16:45:30 #9 13.93 Get:218 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
16:45:30 #9 13.93 Get:219 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libaliased-perl all 0.34-1.1 [13.3 kB]
16:45:30 #9 13.93 Get:220 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libapt-pkg-perl amd64 0.1.39build1 [69.5 kB]
16:45:30 #9 13.93 Get:221 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libarchive-cpio-perl all 0.10-1.1 [9928 B]
16:45:30 #9 13.94 Get:222 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libarray-intspan-perl all 2.004-1 [24.5 kB]
16:45:30 #9 13.94 Get:223 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmodule-implementation-perl all 0.09-1.1 [11.6 kB]
16:45:30 #9 13.94 Get:224 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
16:45:30 #9 14.00 Get:225 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libvariable-magic-perl amd64 0.62-1build3 [34.2 kB]
16:45:30 #9 14.01 Get:226 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libb-hooks-endofscope-perl all 0.24-1.1 [17.0 kB]
16:45:30 #9 14.01 Get:227 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfreetype6 amd64 2.10.4+dfsg-1build1 [348 kB]
16:45:30 #9 14.02 Get:228 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfontconfig1 amd64 2.13.1-4.2ubuntu3 [116 kB]
16:45:30 #9 14.02 Get:229 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjpeg-turbo8 amd64 2.0.6-0ubuntu2 [117 kB]
16:45:30 #9 14.02 Get:230 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B]
16:45:30 #9 14.02 Get:231 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdeflate0 amd64 1.7-1ubuntu1 [52.6 kB]
16:45:30 #9 14.02 Get:232 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB]
16:45:30 #9 14.02 Get:233 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.21.04.1 [184 kB]
16:45:30 #9 14.08 Get:234 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtiff5 amd64 4.2.0-1build1 [168 kB]
16:45:31 #9 14.10 Get:235 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB]
16:45:31 #9 14.10 Get:236 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libgd3 amd64 2.3.0-2ubuntu0.1 [116 kB]
16:45:31 #9 14.10 Get:237 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libc-devtools amd64 2.33-0ubuntu5 [27.2 kB]
16:45:31 #9 14.10 Get:238 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libcapture-tiny-perl all 0.48-1 [20.4 kB]
16:45:31 #9 14.10 Get:239 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libclass-data-inheritable-perl all 0.08-3 [8084 B]
16:45:31 #9 14.10 Get:240 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libclass-xsaccessor-perl amd64 1.19-3build7 [33.0 kB]
16:45:31 #9 14.10 Get:241 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libclone-perl amd64 0.45-1build1 [10.6 kB]
16:45:31 #9 14.10 Get:242 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libcommon-sense-perl amd64 3.75-1build4 [20.5 kB]
16:45:31 #9 14.15 Get:243 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libconfig-tiny-perl all 2.24-1 [12.4 kB]
16:45:31 #9 14.18 Get:244 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libparams-util-perl amd64 1.102-1build1 [21.8 kB]
16:45:31 #9 14.18 Get:245 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-install-perl all 0.928-1.1 [9972 B]
16:45:31 #9 14.18 Get:246 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdata-optlist-perl all 0.110-1.1 [10.2 kB]
16:45:31 #9 14.18 Get:247 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-exporter-perl all 0.987-1 [44.9 kB]
16:45:31 #9 14.18 Get:248 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libconst-fast-perl all 0.014-1.1 [7756 B]
16:45:31 #9 14.18 Get:249 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libwant-perl amd64 0.29-1build5 [24.0 kB]
16:45:31 #9 14.18 Get:250 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libcontextual-return-perl all 0.004014-2 [53.1 kB]
16:45:31 #9 14.18 Get:251 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libcpanel-json-xs-perl amd64 4.25-1build1 [111 kB]
16:45:31 #9 14.23 Get:252 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevel-stacktrace-perl all 2.0400-1 [22.7 kB]
16:45:31 #9 14.26 Get:253 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libexception-class-perl all 1.44-1 [25.9 kB]
16:45:31 #9 14.26 Get:254 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.2 kB]
16:45:31 #9 14.26 Get:255 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.6 kB]
16:45:31 #9 14.26 Get:256 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libexporter-tiny-perl all 1.002002-1 [36.2 kB]
16:45:31 #9 14.26 Get:257 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblist-moreutils-xs-perl amd64 0.430-2 [39.4 kB]
16:45:31 #9 14.26 Get:258 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblist-moreutils-perl all 0.430-2 [38.2 kB]
16:45:31 #9 14.26 Get:259 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdata-dpath-perl all 0.58-1 [38.8 kB]
16:45:31 #9 14.26 Get:260 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdata-dump-perl all 1.23-1.1 [24.9 kB]
16:45:31 #9 14.30 Get:261 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdata-messagepack-perl amd64 1.00-4build1 [33.4 kB]
16:45:31 #9 14.34 Get:262 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnet-domain-tld-perl all 1.75-1.1 [29.3 kB]
16:45:31 #9 14.34 Get:263 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdata-validate-domain-perl all 0.10-1.1 [9992 B]
16:45:31 #9 14.34 Get:264 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdistro-info-perl all 1.0 [5508 B]
16:45:31 #9 14.34 Get:265 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libemail-address-xs-perl amd64 1.04-1build4 [27.2 kB]
16:45:31 #9 14.34 Get:266 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libipc-system-simple-perl all 1.30-1 [23.2 kB]
16:45:31 #9 14.34 Get:267 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-basedir-perl all 0.08-1 [16.9 kB]
16:45:31 #9 14.34 Get:268 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-chdir-perl all 0.1008-1.1 [10.6 kB]
16:45:31 #9 14.34 Get:269 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-fcntllock-perl amd64 0.22-3build5 [33.1 kB]
16:45:31 #9 14.37 Get:270 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnumber-compare-perl all 0.03-1.1 [6620 B]
16:45:31 #9 14.42 Get:271 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtext-glob-perl all 0.11-1 [7992 B]
16:45:31 #9 14.42 Get:272 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfile-find-rule-perl all 0.34-1 [28.3 kB]
16:45:31 #9 14.42 Get:273 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfont-afm-perl all 1.20-3 [13.6 kB]
16:45:31 #9 14.42 Get:274 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libio-string-perl all 1.08-3.1 [10.7 kB]
16:45:31 #9 14.42 Get:275 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libfont-ttf-perl all 1.06-1.1 [316 kB]
16:45:31 #9 14.42 Get:276 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libio-stringy-perl all 2.111-3 [55.8 kB]
16:45:31 #9 14.42 Get:277 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libparams-validate-perl amd64 1.30-1build1 [53.0 kB]
16:45:31 #9 14.43 Get:278 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgetopt-long-descriptive-perl all 0.105-1 [24.7 kB]
16:45:31 #9 14.45 Get:279 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsort-versions-perl all 1.62-1 [9294 B]
16:45:31 #9 14.50 Get:280 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgit-wrapper-perl all 0.048-1 [29.9 kB]
16:45:31 #9 14.50 Get:281 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [8660 B]
16:45:31 #9 14.50 Get:282 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libio-prompter-perl all 0.004015-1 [58.1 kB]
16:45:31 #9 14.50 Get:283 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjson-perl all 4.03000-1 [80.6 kB]
16:45:31 #9 14.50 Get:284 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblog-any-perl all 1.709-1 [67.7 kB]
16:45:31 #9 14.51 Get:285 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [12.1 kB]
16:45:31 #9 14.51 Get:286 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpackage-stash-perl all 0.39-1 [19.1 kB]
16:45:31 #9 14.51 Get:287 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-identify-perl amd64 0.14-1build3 [10.6 kB]
16:45:31 #9 14.52 Get:288 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsub-name-perl amd64 0.26-1build1 [11.5 kB]
16:45:31 #9 14.58 Get:289 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
16:45:31 #9 14.58 Get:290 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpath-tiny-perl all 0.118-1 [42.2 kB]
16:45:31 #9 14.58 Get:291 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtype-tiny-perl all 1.012001-2 [318 kB]
16:45:31 #9 14.59 Get:292 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libgitlab-api-v4-perl all 0.26-1 [84.1 kB]
16:45:31 #9 14.59 Get:293 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhash-fieldhash-perl amd64 0.15-1build3 [16.8 kB]
16:45:31 #9 14.59 Get:294 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhtml-form-perl all 6.07-1 [22.2 kB]
16:45:31 #9 14.59 Get:295 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhtml-format-perl all 2.12-1.1 [41.3 kB]
16:45:31 #9 14.59 Get:296 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [20.8 kB]
16:45:31 #9 14.59 Get:297 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libhttp-daemon-perl all 6.12-1 [21.7 kB]
16:45:31 #9 14.66 Get:298 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtypes-serialiser-perl all 1.01-1 [11.6 kB]
16:45:31 #9 14.67 Get:299 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjson-xs-perl amd64 4.030-1build1 [84.5 kB]
16:45:31 #9 14.67 Get:300 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjson-maybexs-perl all 1.004003-1 [11.3 kB]
16:45:31 #9 14.67 Get:301 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libldap-common all 2.4.57+dfsg-2ubuntu1 [16.4 kB]
16:45:31 #9 14.67 Get:302 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblist-compare-perl all 0.55-1 [63.3 kB]
16:45:31 #9 14.67 Get:303 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblist-someutils-perl all 0.58-1 [29.7 kB]
16:45:31 #9 15.07 Get:304 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblist-someutils-xs-perl amd64 0.58-2build1 [32.2 kB]
16:45:32 #9 15.24 Get:305 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblist-utilsby-perl all 0.11-1 [14.7 kB]
16:45:32 #9 15.27 Get:306 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libltdl7 amd64 2.4.6-15 [38.8 kB]
16:45:32 #9 15.33 Get:307 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libltdl-dev amd64 2.4.6-15 [162 kB]
16:45:32 #9 15.46 Get:308 http://archive.ubuntu.com/ubuntu hirsute/main amd64 liblzo2-2 amd64 2.10-2build1 [49.8 kB]
16:45:32 #9 15.48 Get:309 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsys-hostname-long-perl all 1.5-2 [11.5 kB]
16:45:32 #9 15.49 Get:310 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmail-sendmail-perl all 0.80-1.1 [22.7 kB]
16:45:32 #9 15.49 Get:311 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
16:45:32 #9 15.50 Get:312 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmailtools-perl all 2.21-1 [80.7 kB]
16:45:32 #9 15.52 Get:313 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmarkdown2 amd64 2.2.6-1ubuntu1 [36.0 kB]
16:45:32 #9 15.53 Get:314 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmoox-aliases-perl all 0.001006-1.1 [6632 B]
16:45:32 #9 15.53 Get:315 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnamespace-autoclean-perl all 0.29-1 [12.5 kB]
16:45:32 #9 15.53 Get:316 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libobject-id-perl all 0.1.2-2ubuntu1 [15.9 kB]
16:45:32 #9 15.54 Get:317 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmoox-struct-perl all 0.020-1 [23.7 kB]
16:45:32 #9 15.61 Get:318 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libmouse-perl amd64 2.5.10-1build2 [155 kB]
16:45:32 #9 15.63 Get:319 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libnumber-range-perl all 0.12-1.1 [8000 B]
16:45:32 #9 15.63 Get:320 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpackage-stash-xs-perl amd64 0.29-1build3 [18.4 kB]
16:45:32 #9 15.63 Get:321 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpath-iterator-rule-perl all 1.014-1 [49.5 kB]
16:45:32 #9 15.63 Get:322 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libperlio-gzip-perl amd64 0.19-1build6 [14.6 kB]
16:45:32 #9 15.63 Get:323 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpod-parser-perl all 1.63-2 [82.2 kB]
16:45:32 #9 15.64 Get:324 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpod-constants-perl all 0.19-2 [16.3 kB]
16:45:32 #9 15.64 Get:325 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libproc-processtable-perl amd64 0.59-2build1 [35.0 kB]
16:45:32 #9 15.65 Get:326 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libre2-9 amd64 20210201+dfsg-1 [166 kB]
16:45:32 #9 15.69 Get:327 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libre-engine-re2-perl amd64 0.14-1 [17.7 kB]
16:45:32 #9 15.76 Get:328 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libreadonly-perl all 2.050-3 [19.9 kB]
16:45:32 #9 15.76 Get:329 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libref-util-perl all 0.204-1 [15.0 kB]
16:45:32 #9 15.76 Get:330 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libref-util-xs-perl amd64 0.117-1build3 [12.1 kB]
16:45:32 #9 15.76 Get:331 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libregexp-pattern-license-perl all 3.4.0-1 [49.4 kB]
16:45:32 #9 15.76 Get:332 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libregexp-pattern-perl all 0.2.14-1 [17.6 kB]
16:45:32 #9 15.76 Get:333 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu1 [48.8 kB]
16:45:32 #9 15.77 Get:334 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsereal-decoder-perl amd64 4.018+ds-1build1 [94.6 kB]
16:45:32 #9 15.77 Get:335 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsereal-encoder-perl amd64 4.018+ds-1build1 [97.9 kB]
16:45:32 #9 15.77 Get:336 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsort-key-perl amd64 1.33-2build3 [35.4 kB]
16:45:32 #9 15.84 Get:337 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libstring-copyright-perl all 0.003006-1 [9608 B]
16:45:32 #9 15.84 Get:338 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libstring-escape-perl all 2010.002-2 [17.6 kB]
16:45:32 #9 15.84 Get:339 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libstring-shellquote-perl all 1.04-1 [12.0 kB]
16:45:32 #9 15.84 Get:340 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libterm-readkey-perl amd64 2.38-1build2 [24.6 kB]
16:45:32 #9 15.84 Get:341 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtext-levenshteinxs-perl amd64 0.03-4build8 [8632 B]
16:45:32 #9 15.84 Get:342 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtext-markdown-discount-perl amd64 0.12-1build1 [11.9 kB]
16:45:32 #9 15.85 Get:343 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtext-xslate-perl amd64 3.5.8-1build2 [182 kB]
16:45:32 #9 15.92 Get:344 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtime-duration-perl all 1.21-1 [13.1 kB]
16:45:32 #9 15.92 Get:345 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtime-moment-perl amd64 0.44-1build4 [70.7 kB]
16:45:32 #9 15.92 Get:346 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libtype-tiny-xs-perl amd64 0.022-1 [24.0 kB]
16:45:32 #9 15.99 Get:347 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libunicode-utf8-perl amd64 0.62-1build2 [18.2 kB]
16:45:32 #9 15.99 Get:348 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [13.2 kB]
16:45:32 #9 15.99 Get:349 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxml-sax-base-perl all 1.09-1.1 [19.0 kB]
16:45:32 #9 15.99 Get:350 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxml-sax-perl all 1.02+dfsg-1 [56.2 kB]
16:45:32 #9 15.99 Get:351 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2build1 [312 kB]
16:45:32 #9 16.00 Get:352 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxml-parser-perl amd64 2.46-2 [192 kB]
16:45:32 #9 16.01 Get:353 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libxml-sax-expat-perl all 0.51-1 [10.5 kB]
16:45:32 #9 16.06 Get:354 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libyaml-libyaml-perl amd64 0.82+repack-1build1 [28.0 kB]
16:45:32 #9 16.06 Get:355 http://archive.ubuntu.com/ubuntu hirsute/main amd64 licensecheck all 3.1.1-2 [36.7 kB]
16:45:32 #9 16.07 Get:356 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevel-size-perl amd64 0.83-1build2 [20.0 kB]
16:45:32 #9 16.14 Get:357 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libipc-run3-perl all 0.048-2 [31.4 kB]
16:45:33 #9 16.14 Get:358 http://archive.ubuntu.com/ubuntu hirsute/main amd64 lzip amd64 1.22-3 [80.9 kB]
16:45:33 #9 16.14 Get:359 http://archive.ubuntu.com/ubuntu hirsute/main amd64 lzop amd64 1.04-2 [83.5 kB]
16:45:33 #9 16.14 Get:360 http://archive.ubuntu.com/ubuntu hirsute/main amd64 t1utils amd64 1.41-4 [56.0 kB]
16:45:33 #9 16.14 Get:361 http://archive.ubuntu.com/ubuntu hirsute/main amd64 unzip amd64 6.0-26ubuntu1 [168 kB]
16:45:33 #9 16.15 Get:362 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 lintian all 2.104.0ubuntu2 [942 kB]
16:45:33 #9 16.19 Get:363 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 manpages-dev all 5.10-1ubuntu0.1 [2309 kB]
16:45:33 #9 16.30 Get:364 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-certifi all 2020.6.20-1 [150 kB]
16:45:33 #9 16.31 Get:365 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-idna all 2.10-1 [35.2 kB]
16:45:33 #9 16.31 Get:366 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-urllib3 all 1.26.2-1ubuntu1 [95.9 kB]
16:45:33 #9 16.32 Get:367 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-requests all 2.25.1+dfsg-2 [47.9 kB]
16:45:33 #9 16.32 Get:368 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-unidiff all 0.5.5-2 [9180 B]
16:45:33 #9 16.32 Get:369 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-xdg all 0.27-2 [36.9 kB]
16:45:33 #9 16.32 Get:370 http://archive.ubuntu.com/ubuntu hirsute/main amd64 equivs all 2.3.1 [19.0 kB]
16:45:33 #9 16.32 Get:371 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libauthen-sasl-perl all 2.1600-1.1 [43.1 kB]
16:45:33 #9 16.32 Get:372 http://archive.ubuntu.com/ubuntu hirsute/main amd64 python3-magic all 2:0.4.20-3 [12.3 kB]
16:45:33 #9 16.47 debconf: delaying package configuration, since apt-utils is not installed
16:45:33 #9 16.50 Fetched 118 MB in 11s (10.8 MB/s)
16:45:33 #9 16.51 Selecting previously unselected package liblocale-gettext-perl.
16:45:33 #9 16.51 (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 ... 4340 files and directories currently installed.)
16:45:33 #9 16.52 Preparing to unpack .../liblocale-gettext-perl_1.07-4build1_amd64.deb ...
16:45:33 #9 16.52 Unpacking liblocale-gettext-perl (1.07-4build1) ...
16:45:33 #9 16.55 Selecting previously unselected package libpython3.9-minimal:amd64.
16:45:33 #9 16.55 Preparing to unpack .../libpython3.9-minimal_3.9.5-3~21.04_amd64.deb ...
16:45:33 #9 16.56 Unpacking libpython3.9-minimal:amd64 (3.9.5-3~21.04) ...
16:45:33 #9 16.66 Selecting previously unselected package libexpat1:amd64.
16:45:33 #9 16.66 Preparing to unpack .../libexpat1_2.2.10-2_amd64.deb ...
16:45:33 #9 16.67 Unpacking libexpat1:amd64 (2.2.10-2) ...
16:45:33 #9 16.71 Selecting previously unselected package python3.9-minimal.
16:45:33 #9 16.71 Preparing to unpack .../python3.9-minimal_3.9.5-3~21.04_amd64.deb ...
16:45:33 #9 16.71 Unpacking python3.9-minimal (3.9.5-3~21.04) ...
16:45:33 #9 16.91 Setting up libpython3.9-minimal:amd64 (3.9.5-3~21.04) ...
16:45:33 #9 16.92 Setting up libexpat1:amd64 (2.2.10-2) ...
16:45:34 #9 16.93 Setting up python3.9-minimal (3.9.5-3~21.04) ...
16:45:34 #9 17.52 Selecting previously unselected package python3-minimal.
16:45:34 #9 17.52 (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 ... 4647 files and directories currently installed.)
16:45:34 #9 17.53 Preparing to unpack .../0-python3-minimal_3.9.4-1_amd64.deb ...
16:45:34 #9 17.53 Unpacking python3-minimal (3.9.4-1) ...
16:45:34 #9 17.57 Selecting previously unselected package media-types.
16:45:34 #9 17.57 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
16:45:34 #9 17.57 Unpacking media-types (4.0.0) ...
16:45:34 #9 17.61 Selecting previously unselected package tzdata.
16:45:34 #9 17.61 Preparing to unpack .../2-tzdata_2021a-1ubuntu1_all.deb ...
16:45:34 #9 17.61 Unpacking tzdata (2021a-1ubuntu1) ...
16:45:34 #9 17.79 Selecting previously unselected package libmpdec3:amd64.
16:45:34 #9 17.79 Preparing to unpack .../3-libmpdec3_2.5.1-2_amd64.deb ...
16:45:34 #9 17.80 Unpacking libmpdec3:amd64 (2.5.1-2) ...
16:45:34 #9 17.83 Selecting previously unselected package readline-common.
16:45:34 #9 17.83 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
16:45:34 #9 17.83 Unpacking readline-common (8.1-1) ...
16:45:34 #9 17.87 Selecting previously unselected package libreadline8:amd64.
16:45:34 #9 17.87 Preparing to unpack .../5-libreadline8_8.1-1_amd64.deb ...
16:45:34 #9 17.87 Unpacking libreadline8:amd64 (8.1-1) ...
16:45:34 #9 17.92 Selecting previously unselected package libsqlite3-0:amd64.
16:45:35 #9 17.92 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_amd64.deb ...
16:45:35 #9 17.92 Unpacking libsqlite3-0:amd64 (3.34.1-3) ...
16:45:35 #9 18.00 Selecting previously unselected package libpython3.9-stdlib:amd64.
16:45:35 #9 18.00 Preparing to unpack .../7-libpython3.9-stdlib_3.9.5-3~21.04_amd64.deb ...
16:45:35 #9 18.00 Unpacking libpython3.9-stdlib:amd64 (3.9.5-3~21.04) ...
16:45:35 #9 18.19 Selecting previously unselected package python3.9.
16:45:35 #9 18.19 Preparing to unpack .../8-python3.9_3.9.5-3~21.04_amd64.deb ...
16:45:35 #9 18.19 Unpacking python3.9 (3.9.5-3~21.04) ...
16:45:35 #9 18.22 Selecting previously unselected package libpython3-stdlib:amd64.
16:45:35 #9 18.22 Preparing to unpack .../9-libpython3-stdlib_3.9.4-1_amd64.deb ...
16:45:35 #9 18.23 Unpacking libpython3-stdlib:amd64 (3.9.4-1) ...
16:45:35 #9 18.25 Setting up python3-minimal (3.9.4-1) ...
16:45:35 #9 18.43 Selecting previously unselected package python3.
16:45:35 #9 18.43 (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 ... 6941 files and directories currently installed.)
16:45:35 #9 18.43 Preparing to unpack .../000-python3_3.9.4-1_amd64.deb ...
16:45:35 #9 18.44 Unpacking python3 (3.9.4-1) ...
16:45:35  dpkg-genbuildinfo
16:45:35  dpkg-genchanges  >../docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.changes
16:45:35 dpkg-genchanges: info: including full source code in upload
16:45:35  dpkg-source -I.git --after-build .
16:45:35 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
16:45:35 + destination=/build
16:45:35 + mkdir -p /build
16:45:35 + mv -v /root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb /root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster.dsc /root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster.tar.gz /root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.buildinfo /root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.changes /root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb /build
16:45:35 copied '/root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb'
16:45:35 removed '/root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb'
16:45:35 copied '/root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb'
16:45:35 removed '/root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb'
16:45:35 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster.dsc' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster.dsc'
16:45:35 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster.dsc'
16:45:35 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster.tar.gz' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster.tar.gz'
16:45:35 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster.tar.gz'
16:45:35 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.buildinfo'
16:45:35 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.buildinfo'
16:45:35 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.changes' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.changes'
16:45:35 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.changes'
16:45:35 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb'
16:45:35 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-buster_armhf.deb'
16:45:35 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-buster"
16:45:35 == Building packages for raspbian-bullseye ==
16:45:35 mkdir -p "debbuild/raspbian-bullseye"
16:45:35 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.8-buster --build-arg COMMON_FILES=common -t debbuild-raspbian-bullseye/aarch64 -f raspbian-bullseye/Dockerfile .
16:45:35 #1 [internal] load build definition from Dockerfile
16:45:35 #1 sha256:b671c9f3045ad47cc68f77d57ad96df5ea4d4318ad9c66fe5db71e4def7090d7
16:45:35 #1 transferring dockerfile: 937B done
16:45:35 #1 DONE 0.0s
16:45:35 
16:45:35 #2 [internal] load .dockerignore
16:45:35 #2 sha256:d87b1406e2a44fe45fb7585e77ab97ce9bfca0c3cf2cf674300f0e550e644f95
16:45:35 #2 transferring context: 2B done
16:45:35 #2 DONE 0.0s
16:45:35 
16:45:35 #5 [auth] balenalib/rpi-raspbian:pull token for registry-1.docker.io
16:45:35 #5 sha256:2daef5ca0d6046b1c6a14a290f5a7c3463c55e9fe3d3323f7ab42d07617e347a
16:45:35 #5 DONE 0.0s
16:45:35 
16:45:35 #6 [auth] library/golang:pull token for registry-1.docker.io
16:45:35 #6 sha256:5e32470b1e0faaa8e0e815fd3f82e6ef6c47f3f3d0d7b09643c1f1d29264c8d4
16:45:35 #6 DONE 0.0s
16:45:35 
16:45:35 #4 [internal] load metadata for docker.io/library/golang:1.16.8-buster
16:45:35 #4 sha256:aba07c6334d1855a807d623c97b70962d9b2d5ae17caddb2900800585f9aeae6
16:45:35 #9 18.47 Selecting previously unselected package bsdextrautils.
16:45:35 #9 18.47 Preparing to unpack .../001-bsdextrautils_2.36.1-7ubuntu2_amd64.deb ...
16:45:35 #9 18.47 Unpacking bsdextrautils (2.36.1-7ubuntu2) ...
16:45:35 #9 18.50 Selecting previously unselected package libuchardet0:amd64.
16:45:35 #9 18.50 Preparing to unpack .../002-libuchardet0_0.0.7-1_amd64.deb ...
16:45:35 #9 18.51 Unpacking libuchardet0:amd64 (0.0.7-1) ...
16:45:35 #9 18.54 Selecting previously unselected package groff-base.
16:45:35 #9 18.54 Preparing to unpack .../003-groff-base_1.22.4-6_amd64.deb ...
16:45:35 #9 18.54 Unpacking groff-base (1.22.4-6) ...
16:45:35 #9 18.66 Selecting previously unselected package libgdbm6:amd64.
16:45:35 #9 18.66 Preparing to unpack .../004-libgdbm6_1.19-2_amd64.deb ...
16:45:35 #9 18.66 Unpacking libgdbm6:amd64 (1.19-2) ...
16:45:35 #9 18.69 Selecting previously unselected package libpipeline1:amd64.
16:45:35 #9 18.69 Preparing to unpack .../005-libpipeline1_1.5.3-1_amd64.deb ...
16:45:35 #9 18.69 Unpacking libpipeline1:amd64 (1.5.3-1) ...
16:45:35 #4 DONE 0.3s
16:45:35 
16:45:35 #3 [internal] load metadata for docker.io/balenalib/rpi-raspbian:bullseye
16:45:35 #3 sha256:0d5dd2f8821fe752759cf3d3376b798a199e8721bae9607c5d382072a1643236
16:45:35 #3 DONE 0.3s
16:45:35 
16:45:35 #9 [internal] load build context
16:45:35 #9 sha256:c0db8fc04b0a7fd147283db5292f7592a31e95e6dce971d7b4c653f4567f419c
16:45:35 #9 transferring context: 756B done
16:45:35 #9 DONE 0.0s
16:45:35 
16:45:35 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:45:35 #13 sha256:95c9691afd60ae95a517e039bc9437c4ee53e5694d1b9fb22d4e235c8c01240c
16:45:35 #13 CACHED
16:45:35 
16:45:35 #7 [stage-1 1/8] FROM docker.io/balenalib/rpi-raspbian:bullseye@sha256:2d1a0edd409b2c91b219793534081e451b0476d979fb65c88b62ee0d6873705d
16:45:35 #7 sha256:e777ae8d5c3d63d99075ae702ff5ee96bcc07502a702d4b8b75ff349e72419e0
16:45:35 #7 resolve docker.io/balenalib/rpi-raspbian:bullseye@sha256:2d1a0edd409b2c91b219793534081e451b0476d979fb65c88b62ee0d6873705d done
16:45:35 #7 sha256:1cbbae490f1a4b3b05d70d8c885258d9bc1a5501ccd1f82d2384e1066bbc9b1f 5.00kB / 5.00kB done
16:45:35 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 0B / 41.59MB 0.1s
16:45:35 #7 sha256:38fbf352c89e566970b26d41f5cd828c07eb096d87d07abcdd71540528abaeea 0B / 305B 0.1s
16:45:35 #7 sha256:2d1a0edd409b2c91b219793534081e451b0476d979fb65c88b62ee0d6873705d 1.99kB / 1.99kB done
16:45:35 #7 sha256:8a3fb32e92d2dd6fd0515bbae310c86cb871dd159e1021b109f705bb1b51fcd4 0B / 911B 0.1s
16:45:35 #9 18.73 Selecting previously unselected package man-db.
16:45:35 #9 18.73 Preparing to unpack .../006-man-db_2.9.4-2_amd64.deb ...
16:45:35 #9 18.73 Unpacking man-db (2.9.4-2) ...
16:45:35 #9 18.85 Selecting previously unselected package perl-modules-5.32.
16:45:35 #9 18.85 Preparing to unpack .../007-perl-modules-5.32_5.32.1-3ubuntu2.1_all.deb ...
16:45:35 #9 18.86 Unpacking perl-modules-5.32 (5.32.1-3ubuntu2.1) ...
16:45:35 #7 sha256:38fbf352c89e566970b26d41f5cd828c07eb096d87d07abcdd71540528abaeea 305B / 305B 0.1s done
16:45:35 #7 sha256:2159a5ba7344aae99e6535b19f9ff3a7aa2078ece20b9e27ee8136dcfa74ab6c 257B / 257B 0.1s done
16:45:35 #7 sha256:8a3fb32e92d2dd6fd0515bbae310c86cb871dd159e1021b109f705bb1b51fcd4 911B / 911B 0.2s done
16:45:35 #7 sha256:1b6b407f9e6de560ef9c883a2a12ea730dcb3f738a8d02fef524e3f0b3cbac21 178B / 178B 0.2s done
16:45:35 #7 sha256:19bb656fb3b3fe4c976bee47459248a35dc6d9d9999988a52a3ac8459640ccd9 413B / 413B 0.2s done
16:45:35 #7 sha256:63f166f46834ef6c3b802ec5a2d9aaa6587c90e48d8147fee1a05654039f0c54 0B / 13.88MB 0.3s
16:45:35 #7 sha256:f6db14d223db1f15ed705af2d32f61b4a971790b2878b4cda95b620d8ab8e3e6 0B / 123.04kB 0.3s
16:45:36 #9 19.20 Selecting previously unselected package libgdbm-compat4:amd64.
16:45:36 #9 19.20 Preparing to unpack .../008-libgdbm-compat4_1.19-2_amd64.deb ...
16:45:36 #9 19.21 Unpacking libgdbm-compat4:amd64 (1.19-2) ...
16:45:36 #9 19.24 Selecting previously unselected package libperl5.32:amd64.
16:45:36 #9 19.24 Preparing to unpack .../009-libperl5.32_5.32.1-3ubuntu2.1_amd64.deb ...
16:45:36 #9 19.24 Unpacking libperl5.32:amd64 (5.32.1-3ubuntu2.1) ...
16:45:36 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 5.24MB / 41.59MB 0.5s
16:45:36 #7 sha256:63f166f46834ef6c3b802ec5a2d9aaa6587c90e48d8147fee1a05654039f0c54 2.10MB / 13.88MB 0.5s
16:45:36 #7 sha256:f6db14d223db1f15ed705af2d32f61b4a971790b2878b4cda95b620d8ab8e3e6 123.04kB / 123.04kB 0.3s done
16:45:36 #7 sha256:63f166f46834ef6c3b802ec5a2d9aaa6587c90e48d8147fee1a05654039f0c54 4.19MB / 13.88MB 0.6s
16:45:36 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 8.39MB / 41.59MB 0.7s
16:45:36 #7 sha256:63f166f46834ef6c3b802ec5a2d9aaa6587c90e48d8147fee1a05654039f0c54 5.24MB / 13.88MB 0.7s
16:45:36 #7 sha256:63f166f46834ef6c3b802ec5a2d9aaa6587c90e48d8147fee1a05654039f0c54 7.34MB / 13.88MB 0.8s
16:45:36 #9 19.71 Selecting previously unselected package perl.
16:45:36 #9 19.71 Preparing to unpack .../010-perl_5.32.1-3ubuntu2.1_amd64.deb ...
16:45:36 #9 19.72 Unpacking perl (5.32.1-3ubuntu2.1) ...
16:45:36 #9 19.76 Selecting previously unselected package openssl.
16:45:36 #9 19.76 Preparing to unpack .../011-openssl_1.1.1j-1ubuntu3.5_amd64.deb ...
16:45:36 #9 19.77 Unpacking openssl (1.1.1j-1ubuntu3.5) ...
16:45:36 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 13.63MB / 41.59MB 1.0s
16:45:36 #7 sha256:63f166f46834ef6c3b802ec5a2d9aaa6587c90e48d8147fee1a05654039f0c54 9.44MB / 13.88MB 1.0s
16:45:36 #7 sha256:63f166f46834ef6c3b802ec5a2d9aaa6587c90e48d8147fee1a05654039f0c54 11.53MB / 13.88MB 1.1s
16:45:36 #9 19.85 Selecting previously unselected package ca-certificates.
16:45:36 #9 19.85 Preparing to unpack .../012-ca-certificates_20210119build1_all.deb ...
16:45:36 #9 19.85 Unpacking ca-certificates (20210119build1) ...
16:45:36 #9 19.89 Selecting previously unselected package distro-info-data.
16:45:36 #9 19.90 Preparing to unpack .../013-distro-info-data_0.46ubuntu4_all.deb ...
16:45:36 #9 19.90 Unpacking distro-info-data (0.46ubuntu4) ...
16:45:36 #9 19.92 Selecting previously unselected package less.
16:45:36 #9 19.92 Preparing to unpack .../014-less_551-2_amd64.deb ...
16:45:36 #9 19.93 Unpacking less (551-2) ...
16:45:36 #9 19.96 Selecting previously unselected package libmd0:amd64.
16:45:36 #9 19.96 Preparing to unpack .../015-libmd0_1.0.3-3build1_amd64.deb ...
16:45:36 #9 19.97 Unpacking libmd0:amd64 (1.0.3-3build1) ...
16:45:36 #9 19.99 Selecting previously unselected package libbsd0:amd64.
16:45:36 #9 19.99 Preparing to unpack .../016-libbsd0_0.11.3-1ubuntu2_amd64.deb ...
16:45:36 #9 20.00 Unpacking libbsd0:amd64 (0.11.3-1ubuntu2) ...
16:45:36 #9 20.03 Selecting previously unselected package libelf1:amd64.
16:45:36 #9 20.03 Preparing to unpack .../017-libelf1_0.183-8_amd64.deb ...
16:45:36 #9 20.03 Unpacking libelf1:amd64 (0.183-8) ...
16:45:36 #9 20.06 Selecting previously unselected package libicu67:amd64.
16:45:36 #9 20.06 Preparing to unpack .../018-libicu67_67.1-6ubuntu2_amd64.deb ...
16:45:36 #9 20.06 Unpacking libicu67:amd64 (67.1-6ubuntu2) ...
16:45:36 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 17.83MB / 41.59MB 1.3s
16:45:36 #7 sha256:63f166f46834ef6c3b802ec5a2d9aaa6587c90e48d8147fee1a05654039f0c54 13.88MB / 13.88MB 1.2s done
16:45:36 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 19.92MB / 41.59MB 1.4s
16:45:37 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 23.07MB / 41.59MB 1.6s
16:45:37 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 25.17MB / 41.59MB 1.7s
16:45:37 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 29.36MB / 41.59MB 2.0s
16:45:37 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 31.46MB / 41.59MB 2.1s
16:45:37 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 34.60MB / 41.59MB 2.3s
16:45:37 #9 20.89 Selecting previously unselected package libxml2:amd64.
16:45:37 #9 20.89 Preparing to unpack .../019-libxml2_2.9.10+dfsg-6.3ubuntu0.1_amd64.deb ...
16:45:37 #9 20.89 Unpacking libxml2:amd64 (2.9.10+dfsg-6.3ubuntu0.1) ...
16:45:37 #9 20.98 Selecting previously unselected package libyaml-0-2:amd64.
16:45:38 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 36.70MB / 41.59MB 2.4s
16:45:38 #9 20.98 Preparing to unpack .../020-libyaml-0-2_0.2.2-1_amd64.deb ...
16:45:38 #9 20.98 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
16:45:38 #9 21.01 Selecting previously unselected package lsb-release.
16:45:38 #9 21.01 Preparing to unpack .../021-lsb-release_11.1.0ubuntu2_all.deb ...
16:45:38 #9 21.01 Unpacking lsb-release (11.1.0ubuntu2) ...
16:45:38 #9 21.04 Selecting previously unselected package netbase.
16:45:38 #9 21.04 Preparing to unpack .../022-netbase_6.2_all.deb ...
16:45:38 #9 21.04 Unpacking netbase (6.2) ...
16:45:38 #9 21.07 Selecting previously unselected package python3-pkg-resources.
16:45:38 #9 21.07 Preparing to unpack .../023-python3-pkg-resources_52.0.0-3_all.deb ...
16:45:38 #9 21.07 Unpacking python3-pkg-resources (52.0.0-3) ...
16:45:38 #9 21.12 Selecting previously unselected package ucf.
16:45:38 #9 21.12 Preparing to unpack .../024-ucf_3.0043_all.deb ...
16:45:38 #9 21.12 Moving old data out of the way
16:45:38 #9 21.12 Unpacking ucf (3.0043) ...
16:45:38 #9 21.15 Selecting previously unselected package libmagic-mgc.
16:45:38 #9 21.15 Preparing to unpack .../025-libmagic-mgc_1%3a5.39-3_amd64.deb ...
16:45:38 #9 21.15 Unpacking libmagic-mgc (1:5.39-3) ...
16:45:38 #9 21.22 Selecting previously unselected package libmagic1:amd64.
16:45:38 #9 21.22 Preparing to unpack .../026-libmagic1_1%3a5.39-3_amd64.deb ...
16:45:38 #9 21.22 Unpacking libmagic1:amd64 (1:5.39-3) ...
16:45:38 #9 21.25 Selecting previously unselected package file.
16:45:38 #9 21.25 Preparing to unpack .../027-file_1%3a5.39-3_amd64.deb ...
16:45:38 #9 21.25 Unpacking file (1:5.39-3) ...
16:45:38 #9 21.28 Selecting previously unselected package gettext-base.
16:45:38 #9 21.28 Preparing to unpack .../028-gettext-base_0.21-3ubuntu2_amd64.deb ...
16:45:38 #9 21.28 Unpacking gettext-base (0.21-3ubuntu2) ...
16:45:38 #9 21.31 Selecting previously unselected package iso-codes.
16:45:38 #9 21.31 Preparing to unpack .../029-iso-codes_4.6.0-1_all.deb ...
16:45:38 #9 21.31 Unpacking iso-codes (4.6.0-1) ...
16:45:38 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 41.59MB / 41.59MB 2.7s
16:45:38 #7 sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 41.59MB / 41.59MB 2.9s done
16:45:38 #9 21.68 Selecting previously unselected package libcbor0.6:amd64.
16:45:38 #9 21.68 Preparing to unpack .../030-libcbor0.6_0.6.0-0ubuntu3_amd64.deb ...
16:45:38 #9 21.68 Unpacking libcbor0.6:amd64 (0.6.0-0ubuntu3) ...
16:45:38 #9 21.71 Selecting previously unselected package libedit2:amd64.
16:45:38 #9 21.71 Preparing to unpack .../031-libedit2_3.1-20191231-2_amd64.deb ...
16:45:38 #9 21.72 Unpacking libedit2:amd64 (3.1-20191231-2) ...
16:45:38 #9 21.75 Selecting previously unselected package libfido2-1:amd64.
16:45:38 #9 21.75 Preparing to unpack .../032-libfido2-1_1.6.0-2_amd64.deb ...
16:45:38 #9 21.75 Unpacking libfido2-1:amd64 (1.6.0-2) ...
16:45:38 #9 21.78 Selecting previously unselected package libpng16-16:amd64.
16:45:38 #9 21.78 Preparing to unpack .../033-libpng16-16_1.6.37-3build3_amd64.deb ...
16:45:38 #9 21.78 Unpacking libpng16-16:amd64 (1.6.37-3build3) ...
16:45:38 #9 21.83 Selecting previously unselected package libpsl5:amd64.
16:45:38 #9 21.83 Preparing to unpack .../034-libpsl5_0.21.0-1.2_amd64.deb ...
16:45:38 #9 21.83 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
16:45:38 #9 21.86 Selecting previously unselected package libxau6:amd64.
16:45:38 #9 21.86 Preparing to unpack .../035-libxau6_1%3a1.0.9-1build3_amd64.deb ...
16:45:38 #9 21.86 Unpacking libxau6:amd64 (1:1.0.9-1build3) ...
16:45:38 #9 21.89 Selecting previously unselected package libxdmcp6:amd64.
16:45:38 #9 21.89 Preparing to unpack .../036-libxdmcp6_1%3a1.1.3-0ubuntu3_amd64.deb ...
16:45:38 #7 extracting sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619
16:45:38 #9 21.89 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu3) ...
16:45:38 #9 21.92 Selecting previously unselected package libxcb1:amd64.
16:45:38 #9 21.92 Preparing to unpack .../037-libxcb1_1.14-3ubuntu1_amd64.deb ...
16:45:38 #9 21.92 Unpacking libxcb1:amd64 (1.14-3ubuntu1) ...
16:45:38 #9 21.95 Selecting previously unselected package libx11-data.
16:45:38 #9 21.95 Preparing to unpack .../038-libx11-data_2%3a1.7.0-2ubuntu0.1_all.deb ...
16:45:38 #9 21.95 Unpacking libx11-data (2:1.7.0-2ubuntu0.1) ...
16:45:38 #9 22.01 Selecting previously unselected package libx11-6:amd64.
16:45:38 #9 22.01 Preparing to unpack .../039-libx11-6_2%3a1.7.0-2ubuntu0.1_amd64.deb ...
16:45:38 #9 22.01 Unpacking libx11-6:amd64 (2:1.7.0-2ubuntu0.1) ...
16:45:38 #9 22.09 Selecting previously unselected package libxext6:amd64.
16:45:38 #9 22.09 Preparing to unpack .../040-libxext6_2%3a1.3.4-0ubuntu3_amd64.deb ...
16:45:38 #9 22.09 Unpacking libxext6:amd64 (2:1.3.4-0ubuntu3) ...
16:45:38 #9 22.12 Selecting previously unselected package libxmuu1:amd64.
16:45:39 #9 22.12 Preparing to unpack .../041-libxmuu1_2%3a1.1.3-0ubuntu1_amd64.deb ...
16:45:39 #9 22.13 Unpacking libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
16:45:39 #9 22.15 Selecting previously unselected package manpages.
16:45:39 #9 22.15 Preparing to unpack .../042-manpages_5.10-1ubuntu0.1_all.deb ...
16:45:39 #9 22.15 Unpacking manpages (5.10-1ubuntu0.1) ...
16:45:39 #9 22.27 Selecting previously unselected package openssh-client.
16:45:39 #9 22.28 Preparing to unpack .../043-openssh-client_1%3a8.4p1-5ubuntu1.1_amd64.deb ...
16:45:39 #9 22.28 Unpacking openssh-client (1:8.4p1-5ubuntu1.1) ...
16:45:39 #9 22.37 Selecting previously unselected package publicsuffix.
16:45:39 #9 22.37 Preparing to unpack .../044-publicsuffix_20210108.1309-1_all.deb ...
16:45:39 #9 22.37 Unpacking publicsuffix (20210108.1309-1) ...
16:45:39 #9 22.41 Selecting previously unselected package python-apt-common.
16:45:39 #9 22.41 Preparing to unpack .../045-python-apt-common_2.2.0~ubuntu0.21.04.1_all.deb ...
16:45:39 #9 22.41 Unpacking python-apt-common (2.2.0~ubuntu0.21.04.1) ...
16:45:39 #9 22.44 Selecting previously unselected package python3-apt.
16:45:39 #9 22.44 Preparing to unpack .../046-python3-apt_2.2.0~ubuntu0.21.04.1_amd64.deb ...
16:45:39 #9 22.44 Unpacking python3-apt (2.2.0~ubuntu0.21.04.1) ...
16:45:39 #9 22.48 Selecting previously unselected package libunwind8:amd64.
16:45:39 #9 22.49 Preparing to unpack .../047-libunwind8_1.3.2-2_amd64.deb ...
16:45:39 #9 22.49 Unpacking libunwind8:amd64 (1.3.2-2) ...
16:45:39 #9 22.51 Selecting previously unselected package strace.
16:45:39 #9 22.52 Preparing to unpack .../048-strace_5.11-0ubuntu1_amd64.deb ...
16:45:39 #9 22.52 Unpacking strace (5.11-0ubuntu1) ...
16:45:39 #9 22.58 Selecting previously unselected package xauth.
16:45:39 #9 22.58 Preparing to unpack .../049-xauth_1%3a1.1-1_amd64.deb ...
16:45:39 #9 22.58 Unpacking xauth (1:1.1-1) ...
16:45:39 #9 22.61 Selecting previously unselected package xz-utils.
16:45:39 #9 22.61 Preparing to unpack .../050-xz-utils_5.2.5-1.0build2_amd64.deb ...
16:45:39 #9 22.61 Unpacking xz-utils (5.2.5-1.0build2) ...
16:45:39 #9 22.65 Selecting previously unselected package libsigsegv2:amd64.
16:45:39 #9 22.65 Preparing to unpack .../051-libsigsegv2_2.13-1ubuntu1_amd64.deb ...
16:45:39 #9 22.65 Unpacking libsigsegv2:amd64 (2.13-1ubuntu1) ...
16:45:39 #9 22.67 Selecting previously unselected package m4.
16:45:39 #9 22.67 Preparing to unpack .../052-m4_1.4.18-5_amd64.deb ...
16:45:39 #9 22.68 Unpacking m4 (1.4.18-5) ...
16:45:39 #9 22.71 Selecting previously unselected package autoconf.
16:45:39 #9 22.71 Preparing to unpack .../053-autoconf_2.69-14_all.deb ...
16:45:39 #9 22.71 Unpacking autoconf (2.69-14) ...
16:45:39 #9 22.76 Selecting previously unselected package autotools-dev.
16:45:39 #9 22.77 Preparing to unpack .../054-autotools-dev_20180224.1+nmu1_all.deb ...
16:45:39 #9 22.77 Unpacking autotools-dev (20180224.1+nmu1) ...
16:45:39 #9 22.80 Selecting previously unselected package automake.
16:45:39 #9 22.80 Preparing to unpack .../055-automake_1%3a1.16.3-2ubuntu1_all.deb ...
16:45:39 #9 22.80 Unpacking automake (1:1.16.3-2ubuntu1) ...
16:45:39 #9 22.87 Selecting previously unselected package autopoint.
16:45:39 #9 22.87 Preparing to unpack .../056-autopoint_0.21-3ubuntu2_all.deb ...
16:45:39 #9 22.87 Unpacking autopoint (0.21-3ubuntu2) ...
16:45:39 #9 22.90 Selecting previously unselected package binutils-common:amd64.
16:45:39 #9 22.91 Preparing to unpack .../057-binutils-common_2.36.1-6ubuntu1_amd64.deb ...
16:45:39 #9 22.91 Unpacking binutils-common:amd64 (2.36.1-6ubuntu1) ...
16:45:39 #9 22.95 Selecting previously unselected package libbinutils:amd64.
16:45:39 #9 22.95 Preparing to unpack .../058-libbinutils_2.36.1-6ubuntu1_amd64.deb ...
16:45:39 #9 22.95 Unpacking libbinutils:amd64 (2.36.1-6ubuntu1) ...
16:45:39 #9 23.04 Selecting previously unselected package libctf-nobfd0:amd64.
16:45:39 #9 23.04 Preparing to unpack .../059-libctf-nobfd0_2.36.1-6ubuntu1_amd64.deb ...
16:45:39 #9 23.04 Unpacking libctf-nobfd0:amd64 (2.36.1-6ubuntu1) ...
16:45:39 #9 23.07 Selecting previously unselected package libctf0:amd64.
16:45:39 #9 23.08 Preparing to unpack .../060-libctf0_2.36.1-6ubuntu1_amd64.deb ...
16:45:39 #9 23.08 Unpacking libctf0:amd64 (2.36.1-6ubuntu1) ...
16:45:39 #9 23.11 Selecting previously unselected package binutils-x86-64-linux-gnu.
16:45:39 #9 23.11 Preparing to unpack .../061-binutils-x86-64-linux-gnu_2.36.1-6ubuntu1_amd64.deb ...
16:45:39 #9 23.11 Unpacking binutils-x86-64-linux-gnu (2.36.1-6ubuntu1) ...
16:45:40 #9 23.32 Selecting previously unselected package binutils.
16:45:40 #9 23.32 Preparing to unpack .../062-binutils_2.36.1-6ubuntu1_amd64.deb ...
16:45:40 #9 23.32 Unpacking binutils (2.36.1-6ubuntu1) ...
16:45:40 #9 23.34 Selecting previously unselected package libc-dev-bin.
16:45:40 #9 23.34 Preparing to unpack .../063-libc-dev-bin_2.33-0ubuntu5_amd64.deb ...
16:45:40 #9 23.35 Unpacking libc-dev-bin (2.33-0ubuntu5) ...
16:45:40 #9 23.37 Selecting previously unselected package linux-libc-dev:amd64.
16:45:40 #9 23.37 Preparing to unpack .../064-linux-libc-dev_5.11.0-34.36_amd64.deb ...
16:45:40 #9 23.38 Unpacking linux-libc-dev:amd64 (5.11.0-34.36) ...
16:45:40 #9 23.55 Selecting previously unselected package libcrypt-dev:amd64.
16:45:40 #9 23.55 Preparing to unpack .../065-libcrypt-dev_1%3a4.4.17-1ubuntu3_amd64.deb ...
16:45:40 #9 23.56 Unpacking libcrypt-dev:amd64 (1:4.4.17-1ubuntu3) ...
16:45:40 #9 23.58 Selecting previously unselected package rpcsvc-proto.
16:45:40 #9 23.59 Preparing to unpack .../066-rpcsvc-proto_1.4.2-0ubuntu4_amd64.deb ...
16:45:40 #9 23.59 Unpacking rpcsvc-proto (1.4.2-0ubuntu4) ...
16:45:40 #9 23.61 Selecting previously unselected package libtirpc-dev:amd64.
16:45:40 #9 23.62 Preparing to unpack .../067-libtirpc-dev_1.3.1-1build1_amd64.deb ...
16:45:40 #9 23.62 Unpacking libtirpc-dev:amd64 (1.3.1-1build1) ...
16:45:40 #9 23.66 Selecting previously unselected package libnsl-dev:amd64.
16:45:40 #9 23.66 Preparing to unpack .../068-libnsl-dev_1.3.0-0ubuntu3_amd64.deb ...
16:45:40 #9 23.66 Unpacking libnsl-dev:amd64 (1.3.0-0ubuntu3) ...
16:45:40 #9 23.69 Selecting previously unselected package libc6-dev:amd64.
16:45:40 #9 23.69 Preparing to unpack .../069-libc6-dev_2.33-0ubuntu5_amd64.deb ...
16:45:40 #9 23.70 Unpacking libc6-dev:amd64 (2.33-0ubuntu5) ...
16:45:40 #9 23.96 Selecting previously unselected package gcc-10-base:amd64.
16:45:41 #9 23.96 Preparing to unpack .../070-gcc-10-base_10.3.0-1ubuntu1_amd64.deb ...
16:45:41 #9 23.96 Unpacking gcc-10-base:amd64 (10.3.0-1ubuntu1) ...
16:45:41 #9 23.99 Selecting previously unselected package libisl23:amd64.
16:45:41 #9 23.99 Preparing to unpack .../071-libisl23_0.23-1build1_amd64.deb ...
16:45:41 #9 23.99 Unpacking libisl23:amd64 (0.23-1build1) ...
16:45:41 #9 24.08 Selecting previously unselected package libmpfr6:amd64.
16:45:41 #9 24.08 Preparing to unpack .../072-libmpfr6_4.1.0-3build1_amd64.deb ...
16:45:41 #9 24.08 Unpacking libmpfr6:amd64 (4.1.0-3build1) ...
16:45:41 #9 24.20 Selecting previously unselected package libmpc3:amd64.
16:45:41 #9 24.20 Preparing to unpack .../073-libmpc3_1.2.0-1build1_amd64.deb ...
16:45:41 #9 24.20 Unpacking libmpc3:amd64 (1.2.0-1build1) ...
16:45:41 #9 24.22 Selecting previously unselected package cpp-10.
16:45:41 #9 24.23 Preparing to unpack .../074-cpp-10_10.3.0-1ubuntu1_amd64.deb ...
16:45:41 #9 24.23 Unpacking cpp-10 (10.3.0-1ubuntu1) ...
16:45:41 #9 25.00 Selecting previously unselected package cpp.
16:45:41 #9 25.00 Preparing to unpack .../075-cpp_4%3a10.3.0-1ubuntu1_amd64.deb ...
16:45:41 #9 25.00 Unpacking cpp (4:10.3.0-1ubuntu1) ...
16:45:41 #9 25.03 Selecting previously unselected package libcc1-0:amd64.
16:45:41 #9 25.03 Preparing to unpack .../076-libcc1-0_11.1.0-1ubuntu1~21.04_amd64.deb ...
16:45:41 #9 25.03 Unpacking libcc1-0:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:41 #9 25.06 Selecting previously unselected package libgomp1:amd64.
16:45:42 #9 25.06 Preparing to unpack .../077-libgomp1_11.1.0-1ubuntu1~21.04_amd64.deb ...
16:45:42 #9 25.06 Unpacking libgomp1:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:42 #9 25.10 Selecting previously unselected package libitm1:amd64.
16:45:42 #9 25.10 Preparing to unpack .../078-libitm1_11.1.0-1ubuntu1~21.04_amd64.deb ...
16:45:42 #9 25.11 Unpacking libitm1:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:42 #9 25.14 Selecting previously unselected package libatomic1:amd64.
16:45:42 #9 25.14 Preparing to unpack .../079-libatomic1_11.1.0-1ubuntu1~21.04_amd64.deb ...
16:45:42 #9 25.14 Unpacking libatomic1:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:42 #9 25.17 Selecting previously unselected package libasan6:amd64.
16:45:42 #9 25.17 Preparing to unpack .../080-libasan6_11.1.0-1ubuntu1~21.04_amd64.deb ...
16:45:42 #9 25.17 Unpacking libasan6:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:42 #7 extracting sha256:bcd43143e67ec86b8718999e8f7c5bf617df61d40b94aa563bc10aca1b797619 3.4s done
16:45:42 #9 25.41 Selecting previously unselected package liblsan0:amd64.
16:45:42 #9 25.41 Preparing to unpack .../081-liblsan0_11.1.0-1ubuntu1~21.04_amd64.deb ...
16:45:42 #9 25.42 Unpacking liblsan0:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:42 #9 25.53 Selecting previously unselected package libtsan0:amd64.
16:45:42 #9 25.53 Preparing to unpack .../082-libtsan0_11.1.0-1ubuntu1~21.04_amd64.deb ...
16:45:42 #9 25.53 Unpacking libtsan0:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:42 #7 extracting sha256:38fbf352c89e566970b26d41f5cd828c07eb096d87d07abcdd71540528abaeea done
16:45:42 #7 extracting sha256:2159a5ba7344aae99e6535b19f9ff3a7aa2078ece20b9e27ee8136dcfa74ab6c done
16:45:42 #9 25.77 Selecting previously unselected package libubsan1:amd64.
16:45:42 #9 25.77 Preparing to unpack .../083-libubsan1_11.1.0-1ubuntu1~21.04_amd64.deb ...
16:45:42 #9 25.77 Unpacking libubsan1:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:42 #9 25.89 Selecting previously unselected package libquadmath0:amd64.
16:45:42 #7 extracting sha256:8a3fb32e92d2dd6fd0515bbae310c86cb871dd159e1021b109f705bb1b51fcd4 done
16:45:42 #7 extracting sha256:1b6b407f9e6de560ef9c883a2a12ea730dcb3f738a8d02fef524e3f0b3cbac21
16:45:42 #7 extracting sha256:1b6b407f9e6de560ef9c883a2a12ea730dcb3f738a8d02fef524e3f0b3cbac21 0.0s done
16:45:42 #7 extracting sha256:19bb656fb3b3fe4c976bee47459248a35dc6d9d9999988a52a3ac8459640ccd9
16:45:42 #9 25.90 Preparing to unpack .../084-libquadmath0_11.1.0-1ubuntu1~21.04_amd64.deb ...
16:45:42 #9 25.90 Unpacking libquadmath0:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:42 #9 25.94 Selecting previously unselected package libgcc-10-dev:amd64.
16:45:42 #9 25.94 Preparing to unpack .../085-libgcc-10-dev_10.3.0-1ubuntu1_amd64.deb ...
16:45:42 #9 25.94 Unpacking libgcc-10-dev:amd64 (10.3.0-1ubuntu1) ...
16:45:42 #7 extracting sha256:19bb656fb3b3fe4c976bee47459248a35dc6d9d9999988a52a3ac8459640ccd9 done
16:45:42 #7 extracting sha256:63f166f46834ef6c3b802ec5a2d9aaa6587c90e48d8147fee1a05654039f0c54
16:45:43 #9 26.16 Selecting previously unselected package gcc-10.
16:45:43 #9 26.17 Preparing to unpack .../086-gcc-10_10.3.0-1ubuntu1_amd64.deb ...
16:45:43 #9 26.17 Unpacking gcc-10 (10.3.0-1ubuntu1) ...
16:45:43 #7 extracting sha256:63f166f46834ef6c3b802ec5a2d9aaa6587c90e48d8147fee1a05654039f0c54 0.6s done
16:45:43 #7 extracting sha256:f6db14d223db1f15ed705af2d32f61b4a971790b2878b4cda95b620d8ab8e3e6 done
16:45:44 #7 DONE 8.3s
16:45:44 
16:45:44 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
16:45:44 #8 sha256:c8c075e678f0a43016f6ef75888478a180ba559e567c9905bde2bb0e16aad727
16:45:45 #8 1.158 Get:1 http://archive.raspberrypi.org/debian bullseye InRelease [23.5 kB]
16:45:45 #9 27.68 Selecting previously unselected package gcc.
16:45:45 #9 27.68 Preparing to unpack .../087-gcc_4%3a10.3.0-1ubuntu1_amd64.deb ...
16:45:45 #9 27.69 Unpacking gcc (4:10.3.0-1ubuntu1) ...
16:45:45 #9 27.71 Selecting previously unselected package libstdc++-10-dev:amd64.
16:45:45 #9 27.71 Preparing to unpack .../088-libstdc++-10-dev_10.3.0-1ubuntu1_amd64.deb ...
16:45:45 #9 27.71 Unpacking libstdc++-10-dev:amd64 (10.3.0-1ubuntu1) ...
16:45:45 #9 27.96 Selecting previously unselected package g++-10.
16:45:45 #9 27.96 Preparing to unpack .../089-g++-10_10.3.0-1ubuntu1_amd64.deb ...
16:45:45 #9 27.97 Unpacking g++-10 (10.3.0-1ubuntu1) ...
16:45:45 #8 1.197 Get:2 http://archive.raspbian.org/raspbian bullseye InRelease [15.0 kB]
16:45:45 #8 1.537 Get:3 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [150 kB]
16:45:45 #9 28.81 Selecting previously unselected package g++.
16:45:45 #9 28.81 Preparing to unpack .../090-g++_4%3a10.3.0-1ubuntu1_amd64.deb ...
16:45:45 #9 28.81 Unpacking g++ (4:10.3.0-1ubuntu1) ...
16:45:45 #9 28.83 Selecting previously unselected package make.
16:45:45 #8 1.700 Get:4 http://archive.raspbian.org/raspbian bullseye/firmware armhf Packages [1201 B]
16:45:45 #8 1.812 Get:5 http://archive.raspbian.org/raspbian bullseye/rpi armhf Packages [1299 B]
16:45:45 #8 1.814 Get:6 http://archive.raspbian.org/raspbian bullseye/non-free armhf Packages [130 kB]
16:45:45 #9 28.84 Preparing to unpack .../091-make_4.3-4ubuntu1_amd64.deb ...
16:45:45 #9 28.84 Unpacking make (4.3-4ubuntu1) ...
16:45:45 #9 28.87 Selecting previously unselected package libdpkg-perl.
16:45:45 #9 28.88 Preparing to unpack .../092-libdpkg-perl_1.20.9ubuntu1_all.deb ...
16:45:45 #9 28.88 Unpacking libdpkg-perl (1.20.9ubuntu1) ...
16:45:45 #9 28.93 Selecting previously unselected package bzip2.
16:45:45 #9 28.93 Preparing to unpack .../093-bzip2_1.0.8-4ubuntu3_amd64.deb ...
16:45:45 #9 28.93 Unpacking bzip2 (1.0.8-4ubuntu3) ...
16:45:45 #9 28.96 Selecting previously unselected package patch.
16:45:45 #9 28.96 Preparing to unpack .../094-patch_2.7.6-7_amd64.deb ...
16:45:45 #9 28.96 Unpacking patch (2.7.6-7) ...
16:45:45 #9 28.99 Selecting previously unselected package lto-disabled-list.
16:45:45 #9 29.00 Preparing to unpack .../095-lto-disabled-list_7_all.deb ...
16:45:45 #9 29.00 Unpacking lto-disabled-list (7) ...
16:45:45 #9 29.02 Selecting previously unselected package dpkg-dev.
16:45:45 #9 29.02 Preparing to unpack .../096-dpkg-dev_1.20.9ubuntu1_all.deb ...
16:45:45 #9 29.03 Unpacking dpkg-dev (1.20.9ubuntu1) ...
16:45:46 #8 2.050 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf Packages [18.2 MB]
16:45:46 #9 29.13 Selecting previously unselected package build-essential.
16:45:46 #9 29.13 Preparing to unpack .../097-build-essential_12.8ubuntu3_amd64.deb ...
16:45:46 #9 29.13 Unpacking build-essential (12.8ubuntu3) ...
16:45:46 #9 29.16 Selecting previously unselected package libbrotli1:amd64.
16:45:46 #9 29.16 Preparing to unpack .../098-libbrotli1_1.0.9-2build2_amd64.deb ...
16:45:46 #9 29.17 Unpacking libbrotli1:amd64 (1.0.9-2build2) ...
16:45:46 #9 29.22 Selecting previously unselected package libroken18-heimdal:amd64.
16:45:46 #9 29.22 Preparing to unpack .../099-libroken18-heimdal_7.7.0+dfsg-2_amd64.deb ...
16:45:46 #9 29.22 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:46 #9 29.25 Selecting previously unselected package libasn1-8-heimdal:amd64.
16:45:46 #9 29.26 Preparing to unpack .../100-libasn1-8-heimdal_7.7.0+dfsg-2_amd64.deb ...
16:45:46 #9 29.26 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:46 #9 29.30 Selecting previously unselected package libheimbase1-heimdal:amd64.
16:45:46 #9 29.30 Preparing to unpack .../101-libheimbase1-heimdal_7.7.0+dfsg-2_amd64.deb ...
16:45:46 #9 29.31 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:46 #9 29.34 Selecting previously unselected package libhcrypto4-heimdal:amd64.
16:45:46 #9 29.34 Preparing to unpack .../102-libhcrypto4-heimdal_7.7.0+dfsg-2_amd64.deb ...
16:45:46 #9 29.34 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:46 #9 29.38 Selecting previously unselected package libwind0-heimdal:amd64.
16:45:46 #9 29.38 Preparing to unpack .../103-libwind0-heimdal_7.7.0+dfsg-2_amd64.deb ...
16:45:46 #9 29.38 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:46 #9 29.41 Selecting previously unselected package libhx509-5-heimdal:amd64.
16:45:46 #9 29.41 Preparing to unpack .../104-libhx509-5-heimdal_7.7.0+dfsg-2_amd64.deb ...
16:45:46 #9 29.42 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:46 #9 29.45 Selecting previously unselected package libkrb5-26-heimdal:amd64.
16:45:46 #9 29.46 Preparing to unpack .../105-libkrb5-26-heimdal_7.7.0+dfsg-2_amd64.deb ...
16:45:46 #9 29.46 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:46 #9 29.50 Selecting previously unselected package libheimntlm0-heimdal:amd64.
16:45:46 #9 29.51 Preparing to unpack .../106-libheimntlm0-heimdal_7.7.0+dfsg-2_amd64.deb ...
16:45:46 #9 29.51 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:46 #9 29.54 Selecting previously unselected package libgssapi3-heimdal:amd64.
16:45:46 #9 29.54 Preparing to unpack .../107-libgssapi3-heimdal_7.7.0+dfsg-2_amd64.deb ...
16:45:46 #9 29.55 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:46 #9 29.58 Selecting previously unselected package libsasl2-modules-db:amd64.
16:45:46 #9 29.58 Preparing to unpack .../108-libsasl2-modules-db_2.1.27+dfsg-2ubuntu1_amd64.deb ...
16:45:46 #9 29.58 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu1) ...
16:45:46 #9 29.61 Selecting previously unselected package libsasl2-2:amd64.
16:45:46 #9 29.61 Preparing to unpack .../109-libsasl2-2_2.1.27+dfsg-2ubuntu1_amd64.deb ...
16:45:46 #9 29.61 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu1) ...
16:45:46 #9 29.65 Selecting previously unselected package libldap-2.4-2:amd64.
16:45:46 #9 29.65 Preparing to unpack .../110-libldap-2.4-2_2.4.57+dfsg-2ubuntu1_amd64.deb ...
16:45:46 #9 29.65 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-2ubuntu1) ...
16:45:46 #9 29.69 Selecting previously unselected package libnghttp2-14:amd64.
16:45:46 #9 29.69 Preparing to unpack .../111-libnghttp2-14_1.43.0-1_amd64.deb ...
16:45:46 #9 29.70 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
16:45:46 #9 29.73 Selecting previously unselected package librtmp1:amd64.
16:45:46 #9 29.73 Preparing to unpack .../112-librtmp1_2.4+20151223.gitfa8646d.1-2build2_amd64.deb ...
16:45:46 #9 29.73 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build2) ...
16:45:46 #9 29.76 Selecting previously unselected package libssh-4:amd64.
16:45:46 #9 29.77 Preparing to unpack .../113-libssh-4_0.9.5-1ubuntu0.1_amd64.deb ...
16:45:46 #9 29.77 Unpacking libssh-4:amd64 (0.9.5-1ubuntu0.1) ...
16:45:46 #9 29.81 Selecting previously unselected package libcurl4:amd64.
16:45:46 #9 29.81 Preparing to unpack .../114-libcurl4_7.74.0-1ubuntu2.3_amd64.deb ...
16:45:46 #9 29.81 Unpacking libcurl4:amd64 (7.74.0-1ubuntu2.3) ...
16:45:46 #9 29.86 Selecting previously unselected package curl.
16:45:46 #9 29.86 Preparing to unpack .../115-curl_7.74.0-1ubuntu2.3_amd64.deb ...
16:45:46 #9 29.86 Unpacking curl (7.74.0-1ubuntu2.3) ...
16:45:46 #9 29.90 Selecting previously unselected package dctrl-tools.
16:45:46 #9 29.90 Preparing to unpack .../116-dctrl-tools_2.24-3_amd64.deb ...
16:45:46 #9 29.91 Unpacking dctrl-tools (2.24-3) ...
16:45:46 #9 29.93 Selecting previously unselected package libdebhelper-perl.
16:45:46 #9 29.94 Preparing to unpack .../117-libdebhelper-perl_13.3.4ubuntu1_all.deb ...
16:45:46 #9 29.94 Unpacking libdebhelper-perl (13.3.4ubuntu1) ...
16:45:46 #9 29.97 Selecting previously unselected package libtool.
16:45:46 #9 29.97 Preparing to unpack .../118-libtool_2.4.6-15_all.deb ...
16:45:46 #9 29.98 Unpacking libtool (2.4.6-15) ...
16:45:46 #9 30.01 Selecting previously unselected package dh-autoreconf.
16:45:46 #9 30.01 Preparing to unpack .../119-dh-autoreconf_20_all.deb ...
16:45:46 #9 30.02 Unpacking dh-autoreconf (20) ...
16:45:46 #9 30.04 Selecting previously unselected package libarchive-zip-perl.
16:45:46 #9 30.04 Preparing to unpack .../120-libarchive-zip-perl_1.68-1_all.deb ...
16:45:46 #9 30.05 Unpacking libarchive-zip-perl (1.68-1) ...
16:45:46 #9 30.08 Selecting previously unselected package libsub-override-perl.
16:45:46 #9 30.08 Preparing to unpack .../121-libsub-override-perl_0.09-2_all.deb ...
16:45:46 #9 30.08 Unpacking libsub-override-perl (0.09-2) ...
16:45:46 #9 30.11 Selecting previously unselected package libfile-stripnondeterminism-perl.
16:45:46 #9 30.11 Preparing to unpack .../122-libfile-stripnondeterminism-perl_1.11.0-1_all.deb ...
16:45:46 #9 30.11 Unpacking libfile-stripnondeterminism-perl (1.11.0-1) ...
16:45:46 #9 30.13 Selecting previously unselected package dh-strip-nondeterminism.
16:45:47 #9 30.13 Preparing to unpack .../123-dh-strip-nondeterminism_1.11.0-1_all.deb ...
16:45:47 #9 30.14 Unpacking dh-strip-nondeterminism (1.11.0-1) ...
16:45:47 #9 30.16 Selecting previously unselected package libdw1:amd64.
16:45:47 #9 30.17 Preparing to unpack .../124-libdw1_0.183-8_amd64.deb ...
16:45:47 #9 30.17 Unpacking libdw1:amd64 (0.183-8) ...
16:45:47 #9 30.21 Selecting previously unselected package debugedit.
16:45:47 #9 30.21 Preparing to unpack .../125-debugedit_1%3a0.1-0ubuntu2_amd64.deb ...
16:45:47 #9 30.22 Unpacking debugedit (1:0.1-0ubuntu2) ...
16:45:47 #9 30.24 Selecting previously unselected package dwz.
16:45:47 #9 30.24 Preparing to unpack .../126-dwz_0.14-1_amd64.deb ...
16:45:47 #9 30.25 Unpacking dwz (0.14-1) ...
16:45:47 #9 30.28 Selecting previously unselected package gettext.
16:45:47 #9 30.28 Preparing to unpack .../127-gettext_0.21-3ubuntu2_amd64.deb ...
16:45:47 #9 30.28 Unpacking gettext (0.21-3ubuntu2) ...
16:45:47 #9 30.37 Selecting previously unselected package intltool-debian.
16:45:47 #8 3.407 Get:8 http://archive.raspbian.org/raspbian bullseye/contrib armhf Packages [70.2 kB]
16:45:47 #9 30.37 Preparing to unpack .../128-intltool-debian_0.35.0+20060710.5_all.deb ...
16:45:47 #9 30.37 Unpacking intltool-debian (0.35.0+20060710.5) ...
16:45:47 #9 30.40 Selecting previously unselected package po-debconf.
16:45:47 #9 30.40 Preparing to unpack .../129-po-debconf_1.0.21+nmu1_all.deb ...
16:45:47 #9 30.40 Unpacking po-debconf (1.0.21+nmu1) ...
16:45:47 #9 30.44 Selecting previously unselected package debhelper.
16:45:47 #9 30.45 Preparing to unpack .../130-debhelper_13.3.4ubuntu1_all.deb ...
16:45:47 #9 30.45 Unpacking debhelper (13.3.4ubuntu1) ...
16:45:47 #9 30.56 Selecting previously unselected package libfakeroot:amd64.
16:45:47 #9 30.56 Preparing to unpack .../131-libfakeroot_1.25.3-1.1ubuntu2_amd64.deb ...
16:45:47 #9 30.56 Unpacking libfakeroot:amd64 (1.25.3-1.1ubuntu2) ...
16:45:47 #9 30.59 Selecting previously unselected package fakeroot.
16:45:47 #9 30.59 Preparing to unpack .../132-fakeroot_1.25.3-1.1ubuntu2_amd64.deb ...
16:45:47 #9 30.60 Unpacking fakeroot (1.25.3-1.1ubuntu2) ...
16:45:47 #9 30.63 Selecting previously unselected package libassuan0:amd64.
16:45:47 #9 30.63 Preparing to unpack .../133-libassuan0_2.5.4-1ubuntu1_amd64.deb ...
16:45:47 #9 30.64 Unpacking libassuan0:amd64 (2.5.4-1ubuntu1) ...
16:45:47 #9 30.66 Selecting previously unselected package gpgconf.
16:45:47 #9 30.66 Preparing to unpack .../134-gpgconf_2.2.20-1ubuntu3_amd64.deb ...
16:45:47 #9 30.67 Unpacking gpgconf (2.2.20-1ubuntu3) ...
16:45:47 #9 30.71 Selecting previously unselected package libksba8:amd64.
16:45:47 #9 30.71 Preparing to unpack .../135-libksba8_1.5.0-3_amd64.deb ...
16:45:47 #9 30.71 Unpacking libksba8:amd64 (1.5.0-3) ...
16:45:47 #9 30.76 Selecting previously unselected package libnpth0:amd64.
16:45:47 #9 30.76 Preparing to unpack .../136-libnpth0_1.6-3_amd64.deb ...
16:45:47 #9 30.76 Unpacking libnpth0:amd64 (1.6-3) ...
16:45:47 #9 30.79 Selecting previously unselected package dirmngr.
16:45:47 #9 30.79 Preparing to unpack .../137-dirmngr_2.2.20-1ubuntu3_amd64.deb ...
16:45:47 #9 30.80 Unpacking dirmngr (2.2.20-1ubuntu3) ...
16:45:47 #9 30.85 Selecting previously unselected package gnupg-l10n.
16:45:47 #9 30.85 Preparing to unpack .../138-gnupg-l10n_2.2.20-1ubuntu3_all.deb ...
16:45:47 #9 30.85 Unpacking gnupg-l10n (2.2.20-1ubuntu3) ...
16:45:47 #9 30.88 Selecting previously unselected package gnupg-utils.
16:45:47 #9 30.89 Preparing to unpack .../139-gnupg-utils_2.2.20-1ubuntu3_amd64.deb ...
16:45:47 #9 30.89 Unpacking gnupg-utils (2.2.20-1ubuntu3) ...
16:45:47 #9 30.95 Selecting previously unselected package gpg.
16:45:47 #9 30.96 Preparing to unpack .../140-gpg_2.2.20-1ubuntu3_amd64.deb ...
16:45:47 #9 30.96 Unpacking gpg (2.2.20-1ubuntu3) ...
16:45:47 #9 31.03 Selecting previously unselected package pinentry-curses.
16:45:47 #9 31.03 Preparing to unpack .../141-pinentry-curses_1.1.0-4build1_amd64.deb ...
16:45:47 #9 31.03 Unpacking pinentry-curses (1.1.0-4build1) ...
16:45:47 #9 31.06 Selecting previously unselected package gpg-agent.
16:45:47 #9 31.06 Preparing to unpack .../142-gpg-agent_2.2.20-1ubuntu3_amd64.deb ...
16:45:47 #9 31.06 Unpacking gpg-agent (2.2.20-1ubuntu3) ...
16:45:47 #9 31.11 Selecting previously unselected package gpg-wks-client.
16:45:47 #9 31.11 Preparing to unpack .../143-gpg-wks-client_2.2.20-1ubuntu3_amd64.deb ...
16:45:47 #9 31.12 Unpacking gpg-wks-client (2.2.20-1ubuntu3) ...
16:45:47 #9 31.15 Selecting previously unselected package gpg-wks-server.
16:45:48 #9 31.16 Preparing to unpack .../144-gpg-wks-server_2.2.20-1ubuntu3_amd64.deb ...
16:45:48 #9 31.16 Unpacking gpg-wks-server (2.2.20-1ubuntu3) ...
16:45:48 #9 31.19 Selecting previously unselected package gpgsm.
16:45:48 #9 31.19 Preparing to unpack .../145-gpgsm_2.2.20-1ubuntu3_amd64.deb ...
16:45:48 #9 31.19 Unpacking gpgsm (2.2.20-1ubuntu3) ...
16:45:48 #9 31.24 Selecting previously unselected package gnupg.
16:45:48 #9 31.24 Preparing to unpack .../146-gnupg_2.2.20-1ubuntu3_all.deb ...
16:45:48 #9 31.24 Unpacking gnupg (2.2.20-1ubuntu3) ...
16:45:48 #9 31.28 Selecting previously unselected package libfile-dirlist-perl.
16:45:48 #9 31.28 Preparing to unpack .../147-libfile-dirlist-perl_0.05-2_all.deb ...
16:45:48 #9 31.29 Unpacking libfile-dirlist-perl (0.05-2) ...
16:45:48 #9 31.31 Selecting previously unselected package libfile-which-perl.
16:45:48 #9 31.31 Preparing to unpack .../148-libfile-which-perl_1.23-1_all.deb ...
16:45:48 #9 31.31 Unpacking libfile-which-perl (1.23-1) ...
16:45:48 #9 31.34 Selecting previously unselected package libfile-homedir-perl.
16:45:48 #9 31.34 Preparing to unpack .../149-libfile-homedir-perl_1.006-1_all.deb ...
16:45:48 #9 31.34 Unpacking libfile-homedir-perl (1.006-1) ...
16:45:48 #9 31.36 Selecting previously unselected package libfile-touch-perl.
16:45:48 #9 31.36 Preparing to unpack .../150-libfile-touch-perl_0.11-1_all.deb ...
16:45:48 #9 31.37 Unpacking libfile-touch-perl (0.11-1) ...
16:45:48 #9 31.39 Selecting previously unselected package libio-pty-perl.
16:45:48 #9 31.39 Preparing to unpack .../151-libio-pty-perl_1%3a1.15-2_amd64.deb ...
16:45:48 #9 31.39 Unpacking libio-pty-perl (1:1.15-2) ...
16:45:48 #9 31.42 Selecting previously unselected package libipc-run-perl.
16:45:48 #9 31.42 Preparing to unpack .../152-libipc-run-perl_20200505.0-1_all.deb ...
16:45:48 #9 31.42 Unpacking libipc-run-perl (20200505.0-1) ...
16:45:48 #9 31.45 Selecting previously unselected package libclass-method-modifiers-perl.
16:45:48 #9 31.45 Preparing to unpack .../153-libclass-method-modifiers-perl_2.13-1_all.deb ...
16:45:48 #9 31.46 Unpacking libclass-method-modifiers-perl (2.13-1) ...
16:45:48 #9 31.48 Selecting previously unselected package libb-hooks-op-check-perl.
16:45:48 #9 31.48 Preparing to unpack .../154-libb-hooks-op-check-perl_0.22-1build3_amd64.deb ...
16:45:48 #9 31.49 Unpacking libb-hooks-op-check-perl (0.22-1build3) ...
16:45:48 #9 31.51 Selecting previously unselected package libdynaloader-functions-perl.
16:45:48 #9 31.51 Preparing to unpack .../155-libdynaloader-functions-perl_0.003-1.1_all.deb ...
16:45:48 #9 31.52 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
16:45:48 #9 31.57 Selecting previously unselected package libdevel-callchecker-perl.
16:45:48 #9 31.57 Preparing to unpack .../156-libdevel-callchecker-perl_0.008-1ubuntu2_amd64.deb ...
16:45:48 #9 31.57 Unpacking libdevel-callchecker-perl (0.008-1ubuntu2) ...
16:45:48 #9 31.59 Selecting previously unselected package libparams-classify-perl.
16:45:48 #9 31.60 Preparing to unpack .../157-libparams-classify-perl_0.015-1build3_amd64.deb ...
16:45:48 #9 31.60 Unpacking libparams-classify-perl (0.015-1build3) ...
16:45:48 #9 31.62 Selecting previously unselected package libmodule-runtime-perl.
16:45:48 #9 31.62 Preparing to unpack .../158-libmodule-runtime-perl_0.016-1_all.deb ...
16:45:48 #9 31.63 Unpacking libmodule-runtime-perl (0.016-1) ...
16:45:48 #9 31.65 Selecting previously unselected package libimport-into-perl.
16:45:48 #9 31.65 Preparing to unpack .../159-libimport-into-perl_1.002005-1_all.deb ...
16:45:48 #9 31.66 Unpacking libimport-into-perl (1.002005-1) ...
16:45:48 #9 31.68 Selecting previously unselected package librole-tiny-perl.
16:45:48 #9 31.68 Preparing to unpack .../160-librole-tiny-perl_2.002004-1_all.deb ...
16:45:48 #9 31.68 Unpacking librole-tiny-perl (2.002004-1) ...
16:45:48 #9 31.71 Selecting previously unselected package libstrictures-perl.
16:45:48 #9 31.71 Preparing to unpack .../161-libstrictures-perl_2.000006-1_all.deb ...
16:45:48 #9 31.71 Unpacking libstrictures-perl (2.000006-1) ...
16:45:48 #9 31.73 Selecting previously unselected package libsub-quote-perl.
16:45:48 #9 31.74 Preparing to unpack .../162-libsub-quote-perl_2.006006-1_all.deb ...
16:45:48 #9 31.74 Unpacking libsub-quote-perl (2.006006-1) ...
16:45:48 #9 31.77 Selecting previously unselected package libmoo-perl.
16:45:48 #9 31.78 Preparing to unpack .../163-libmoo-perl_2.004004-1_all.deb ...
16:45:48 #9 31.79 Unpacking libmoo-perl (2.004004-1) ...
16:45:48 #9 31.82 Selecting previously unselected package libencode-locale-perl.
16:45:48 #9 31.82 Preparing to unpack .../164-libencode-locale-perl_1.05-1.1_all.deb ...
16:45:48 #9 31.82 Unpacking libencode-locale-perl (1.05-1.1) ...
16:45:48 #9 31.84 Selecting previously unselected package libtimedate-perl.
16:45:48 #9 31.84 Preparing to unpack .../165-libtimedate-perl_2.3300-2_all.deb ...
16:45:48 #9 31.84 Unpacking libtimedate-perl (2.3300-2) ...
16:45:48 #9 31.87 Selecting previously unselected package libhttp-date-perl.
16:45:48 #9 31.87 Preparing to unpack .../166-libhttp-date-perl_6.05-1_all.deb ...
16:45:48 #9 31.88 Unpacking libhttp-date-perl (6.05-1) ...
16:45:48 #9 31.90 Selecting previously unselected package libfile-listing-perl.
16:45:48 #9 31.90 Preparing to unpack .../167-libfile-listing-perl_6.14-1_all.deb ...
16:45:48 #9 31.91 Unpacking libfile-listing-perl (6.14-1) ...
16:45:48 #9 31.93 Selecting previously unselected package libhtml-tagset-perl.
16:45:48 #9 31.94 Preparing to unpack .../168-libhtml-tagset-perl_3.20-4_all.deb ...
16:45:48 #9 31.94 Unpacking libhtml-tagset-perl (3.20-4) ...
16:45:48 #9 31.96 Selecting previously unselected package liburi-perl.
16:45:48 #9 31.96 Preparing to unpack .../169-liburi-perl_5.07-1_all.deb ...
16:45:48 #8 4.613 Fetched 18.6 MB in 4s (4724 kB/s)
16:45:49 #9 31.96 Unpacking liburi-perl (5.07-1) ...
16:45:49 #9 31.99 Selecting previously unselected package libhtml-parser-perl.
16:45:49 #9 32.00 Preparing to unpack .../170-libhtml-parser-perl_3.75-1build1_amd64.deb ...
16:45:49 #9 32.00 Unpacking libhtml-parser-perl (3.75-1build1) ...
16:45:49 #9 32.03 Selecting previously unselected package libhtml-tree-perl.
16:45:49 #9 32.03 Preparing to unpack .../171-libhtml-tree-perl_5.07-2_all.deb ...
16:45:49 #9 32.03 Unpacking libhtml-tree-perl (5.07-2) ...
16:45:49 #9 32.07 Selecting previously unselected package libio-html-perl.
16:45:49 #9 32.07 Preparing to unpack .../172-libio-html-perl_1.004-2_all.deb ...
16:45:49 #9 32.07 Unpacking libio-html-perl (1.004-2) ...
16:45:49 #9 32.10 Selecting previously unselected package liblwp-mediatypes-perl.
16:45:49 #9 32.10 Preparing to unpack .../173-liblwp-mediatypes-perl_6.04-1_all.deb ...
16:45:49 #9 32.10 Unpacking liblwp-mediatypes-perl (6.04-1) ...
16:45:49 #9 32.12 Selecting previously unselected package libhttp-message-perl.
16:45:49 #9 32.12 Preparing to unpack .../174-libhttp-message-perl_6.28-1_all.deb ...
16:45:49 #9 32.13 Unpacking libhttp-message-perl (6.28-1) ...
16:45:49 #9 32.16 Selecting previously unselected package libhttp-cookies-perl.
16:45:49 #9 32.16 Preparing to unpack .../175-libhttp-cookies-perl_6.10-1_all.deb ...
16:45:49 #9 32.16 Unpacking libhttp-cookies-perl (6.10-1) ...
16:45:49 #9 32.18 Selecting previously unselected package libhttp-negotiate-perl.
16:45:49 #9 32.18 Preparing to unpack .../176-libhttp-negotiate-perl_6.01-1_all.deb ...
16:45:49 #9 32.19 Unpacking libhttp-negotiate-perl (6.01-1) ...
16:45:49 #9 32.21 Selecting previously unselected package perl-openssl-defaults:amd64.
16:45:49 #9 32.21 Preparing to unpack .../177-perl-openssl-defaults_5_amd64.deb ...
16:45:49 #9 32.21 Unpacking perl-openssl-defaults:amd64 (5) ...
16:45:49 #9 32.24 Selecting previously unselected package libnet-ssleay-perl.
16:45:49 #9 32.24 Preparing to unpack .../178-libnet-ssleay-perl_1.88-3ubuntu1_amd64.deb ...
16:45:49 #9 32.24 Unpacking libnet-ssleay-perl (1.88-3ubuntu1) ...
16:45:49 #9 32.30 Selecting previously unselected package libio-socket-ssl-perl.
16:45:49 #9 32.30 Preparing to unpack .../179-libio-socket-ssl-perl_2.069-1_all.deb ...
16:45:49 #9 32.30 Unpacking libio-socket-ssl-perl (2.069-1) ...
16:45:49 #9 32.34 Selecting previously unselected package libnet-http-perl.
16:45:49 #9 32.34 Preparing to unpack .../180-libnet-http-perl_6.20-1_all.deb ...
16:45:49 #9 32.34 Unpacking libnet-http-perl (6.20-1) ...
16:45:49 #9 32.37 Selecting previously unselected package liblwp-protocol-https-perl.
16:45:49 #9 32.37 Preparing to unpack .../181-liblwp-protocol-https-perl_6.10-1_all.deb ...
16:45:49 #9 32.37 Unpacking liblwp-protocol-https-perl (6.10-1) ...
16:45:49 #9 32.39 Selecting previously unselected package libtry-tiny-perl.
16:45:49 #9 32.40 Preparing to unpack .../182-libtry-tiny-perl_0.30-1_all.deb ...
16:45:49 #9 32.40 Unpacking libtry-tiny-perl (0.30-1) ...
16:45:49 #9 32.42 Selecting previously unselected package libwww-robotrules-perl.
16:45:49 #9 32.42 Preparing to unpack .../183-libwww-robotrules-perl_6.02-1_all.deb ...
16:45:49 #9 32.43 Unpacking libwww-robotrules-perl (6.02-1) ...
16:45:49 #9 32.45 Selecting previously unselected package libwww-perl.
16:45:49 #9 32.45 Preparing to unpack .../184-libwww-perl_6.52-1_all.deb ...
16:45:49 #9 32.45 Unpacking libwww-perl (6.52-1) ...
16:45:49 #9 32.49 Selecting previously unselected package patchutils.
16:45:49 #9 32.49 Preparing to unpack .../185-patchutils_0.4.2-1_amd64.deb ...
16:45:49 #9 32.49 Unpacking patchutils (0.4.2-1) ...
16:45:49 #9 32.52 Selecting previously unselected package wdiff.
16:45:49 #9 32.53 Preparing to unpack .../186-wdiff_1.2.2-2build1_amd64.deb ...
16:45:49 #9 32.53 Unpacking wdiff (1.2.2-2build1) ...
16:45:49 #9 32.56 Selecting previously unselected package devscripts.
16:45:49 #9 32.56 Preparing to unpack .../187-devscripts_2.21.1ubuntu1_amd64.deb ...
16:45:49 #9 32.58 Unpacking devscripts (2.21.1ubuntu1) ...
16:45:49 #9 32.69 Selecting previously unselected package diffstat.
16:45:49 #9 32.69 Preparing to unpack .../188-diffstat_1.64-1_amd64.deb ...
16:45:49 #9 32.70 Unpacking diffstat (1.64-1) ...
16:45:49 #9 32.72 Selecting previously unselected package python3-chardet.
16:45:49 #9 32.72 Preparing to unpack .../189-python3-chardet_4.0.0-1_all.deb ...
16:45:49 #9 32.73 Unpacking python3-chardet (4.0.0-1) ...
16:45:49 #9 32.77 Selecting previously unselected package python3-six.
16:45:49 #9 32.77 Preparing to unpack .../190-python3-six_1.15.0-2_all.deb ...
16:45:49 #9 32.77 Unpacking python3-six (1.15.0-2) ...
16:45:49 #9 32.79 Selecting previously unselected package python3-debian.
16:45:49 #9 32.80 Preparing to unpack .../191-python3-debian_0.1.39_all.deb ...
16:45:49 #9 32.80 Unpacking python3-debian (0.1.39) ...
16:45:49 #9 32.83 Selecting previously unselected package libgpgme11:amd64.
16:45:49 #9 32.84 Preparing to unpack .../192-libgpgme11_1.14.0-1ubuntu3_amd64.deb ...
16:45:49 #9 32.84 Unpacking libgpgme11:amd64 (1.14.0-1ubuntu3) ...
16:45:49 #9 32.87 Selecting previously unselected package python3-gpg.
16:45:49 #9 32.87 Preparing to unpack .../193-python3-gpg_1.14.0-1ubuntu3_amd64.deb ...
16:45:49 #9 32.88 Unpacking python3-gpg (1.14.0-1ubuntu3) ...
16:45:49 #9 32.92 Selecting previously unselected package dput.
16:45:50 #9 32.93 Preparing to unpack .../194-dput_1.1.0ubuntu1_all.deb ...
16:45:50 #9 32.93 Unpacking dput (1.1.0ubuntu1) ...
16:45:50 #9 32.96 Selecting previously unselected package fonts-dejavu-core.
16:45:50 #9 32.96 Preparing to unpack .../195-fonts-dejavu-core_2.37-2build1_all.deb ...
16:45:50 #9 32.97 Unpacking fonts-dejavu-core (2.37-2build1) ...
16:45:50 #9 33.08 Selecting previously unselected package fontconfig-config.
16:45:50 #9 33.09 Preparing to unpack .../196-fontconfig-config_2.13.1-4.2ubuntu3_all.deb ...
16:45:50 #9 33.09 Unpacking fontconfig-config (2.13.1-4.2ubuntu3) ...
16:45:50 #9 33.12 Selecting previously unselected package libcurl3-gnutls:amd64.
16:45:50 #9 33.12 Preparing to unpack .../197-libcurl3-gnutls_7.74.0-1ubuntu2.3_amd64.deb ...
16:45:50 #9 33.13 Unpacking libcurl3-gnutls:amd64 (7.74.0-1ubuntu2.3) ...
16:45:50 #9 33.17 Selecting previously unselected package liberror-perl.
16:45:50 #9 33.17 Preparing to unpack .../198-liberror-perl_0.17029-1_all.deb ...
16:45:50 #9 33.18 Unpacking liberror-perl (0.17029-1) ...
16:45:50 #9 33.20 Selecting previously unselected package git-man.
16:45:50 #9 33.20 Preparing to unpack .../199-git-man_1%3a2.30.2-1ubuntu1_all.deb ...
16:45:50 #9 33.20 Unpacking git-man (1:2.30.2-1ubuntu1) ...
16:45:50 #9 33.31 Selecting previously unselected package git.
16:45:50 #9 33.31 Preparing to unpack .../200-git_1%3a2.30.2-1ubuntu1_amd64.deb ...
16:45:50 #9 33.32 Unpacking git (1:2.30.2-1ubuntu1) ...
16:45:50 #9 33.71 Selecting previously unselected package libalgorithm-diff-perl.
16:45:50 #9 33.71 Preparing to unpack .../201-libalgorithm-diff-perl_1.201-1_all.deb ...
16:45:50 #9 33.72 Unpacking libalgorithm-diff-perl (1.201-1) ...
16:45:50 #9 33.74 Selecting previously unselected package libalgorithm-diff-xs-perl.
16:45:50 #9 33.74 Preparing to unpack .../202-libalgorithm-diff-xs-perl_0.04-6build1_amd64.deb ...
16:45:50 #9 33.75 Unpacking libalgorithm-diff-xs-perl (0.04-6build1) ...
16:45:50 #9 33.77 Selecting previously unselected package libalgorithm-merge-perl.
16:45:50 #9 33.77 Preparing to unpack .../203-libalgorithm-merge-perl_0.08-3_all.deb ...
16:45:50 #9 33.77 Unpacking libalgorithm-merge-perl (0.08-3) ...
16:45:50 #9 33.79 Selecting previously unselected package libaliased-perl.
16:45:50 #9 33.80 Preparing to unpack .../204-libaliased-perl_0.34-1.1_all.deb ...
16:45:50 #9 33.80 Unpacking libaliased-perl (0.34-1.1) ...
16:45:50 #9 33.82 Selecting previously unselected package libapt-pkg-perl.
16:45:50 #9 33.83 Preparing to unpack .../205-libapt-pkg-perl_0.1.39build1_amd64.deb ...
16:45:50 #9 33.83 Unpacking libapt-pkg-perl (0.1.39build1) ...
16:45:50 #9 33.86 Selecting previously unselected package libarchive-cpio-perl.
16:45:50 #9 33.86 Preparing to unpack .../206-libarchive-cpio-perl_0.10-1.1_all.deb ...
16:45:50 #9 33.86 Unpacking libarchive-cpio-perl (0.10-1.1) ...
16:45:50 #9 33.89 Selecting previously unselected package libarray-intspan-perl.
16:45:50 #9 33.89 Preparing to unpack .../207-libarray-intspan-perl_2.004-1_all.deb ...
16:45:50 #9 33.89 Unpacking libarray-intspan-perl (2.004-1) ...
16:45:50 #9 33.91 Selecting previously unselected package libmodule-implementation-perl.
16:45:50 #9 33.92 Preparing to unpack .../208-libmodule-implementation-perl_0.09-1.1_all.deb ...
16:45:50 #9 33.92 Unpacking libmodule-implementation-perl (0.09-1.1) ...
16:45:50 #9 33.94 Selecting previously unselected package libsub-exporter-progressive-perl.
16:45:50 #9 33.94 Preparing to unpack .../209-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
16:45:50 #9 33.95 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
16:45:50 #9 33.97 Selecting previously unselected package libvariable-magic-perl.
16:45:50 #9 33.97 Preparing to unpack .../210-libvariable-magic-perl_0.62-1build3_amd64.deb ...
16:45:50 #9 33.97 Unpacking libvariable-magic-perl (0.62-1build3) ...
16:45:50 #9 34.00 Selecting previously unselected package libb-hooks-endofscope-perl.
16:45:50 #9 34.00 Preparing to unpack .../211-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
16:45:50 #9 34.00 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
16:45:50 #9 34.03 Selecting previously unselected package libfreetype6:amd64.
16:45:50 #9 34.03 Preparing to unpack .../212-libfreetype6_2.10.4+dfsg-1build1_amd64.deb ...
16:45:50 #9 34.04 Unpacking libfreetype6:amd64 (2.10.4+dfsg-1build1) ...
16:45:51 #9 34.09 Selecting previously unselected package libfontconfig1:amd64.
16:45:51 #9 34.10 Preparing to unpack .../213-libfontconfig1_2.13.1-4.2ubuntu3_amd64.deb ...
16:45:51 #9 34.10 Unpacking libfontconfig1:amd64 (2.13.1-4.2ubuntu3) ...
16:45:51 #9 34.14 Selecting previously unselected package libjpeg-turbo8:amd64.
16:45:51 #9 34.14 Preparing to unpack .../214-libjpeg-turbo8_2.0.6-0ubuntu2_amd64.deb ...
16:45:51 #9 34.14 Unpacking libjpeg-turbo8:amd64 (2.0.6-0ubuntu2) ...
16:45:51 #9 34.17 Selecting previously unselected package libjpeg8:amd64.
16:45:51 #9 34.18 Preparing to unpack .../215-libjpeg8_8c-2ubuntu8_amd64.deb ...
16:45:51 #9 34.18 Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
16:45:51 #9 34.20 Selecting previously unselected package libdeflate0:amd64.
16:45:51 #9 34.21 Preparing to unpack .../216-libdeflate0_1.7-1ubuntu1_amd64.deb ...
16:45:51 #9 34.21 Unpacking libdeflate0:amd64 (1.7-1ubuntu1) ...
16:45:51 #9 34.24 Selecting previously unselected package libjbig0:amd64.
16:45:51 #9 34.24 Preparing to unpack .../217-libjbig0_2.1-3.1build1_amd64.deb ...
16:45:51 #9 34.24 Unpacking libjbig0:amd64 (2.1-3.1build1) ...
16:45:51 #9 34.27 Selecting previously unselected package libwebp6:amd64.
16:45:51 #9 34.27 Preparing to unpack .../218-libwebp6_0.6.1-2ubuntu0.21.04.1_amd64.deb ...
16:45:51 #9 34.28 Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.21.04.1) ...
16:45:51 #9 34.32 Selecting previously unselected package libtiff5:amd64.
16:45:51 #9 34.32 Preparing to unpack .../219-libtiff5_4.2.0-1build1_amd64.deb ...
16:45:51 #9 34.32 Unpacking libtiff5:amd64 (4.2.0-1build1) ...
16:45:51 #9 34.36 Selecting previously unselected package libxpm4:amd64.
16:45:51 #9 34.37 Preparing to unpack .../220-libxpm4_1%3a3.5.12-1_amd64.deb ...
16:45:51 #9 34.37 Unpacking libxpm4:amd64 (1:3.5.12-1) ...
16:45:51 #9 34.40 Selecting previously unselected package libgd3:amd64.
16:45:51 #9 34.40 Preparing to unpack .../221-libgd3_2.3.0-2ubuntu0.1_amd64.deb ...
16:45:51 #9 34.40 Unpacking libgd3:amd64 (2.3.0-2ubuntu0.1) ...
16:45:51 #9 34.43 Selecting previously unselected package libc-devtools.
16:45:51 #9 34.44 Preparing to unpack .../222-libc-devtools_2.33-0ubuntu5_amd64.deb ...
16:45:51 #9 34.44 Unpacking libc-devtools (2.33-0ubuntu5) ...
16:45:51 #9 34.46 Selecting previously unselected package libcapture-tiny-perl.
16:45:51 #9 34.46 Preparing to unpack .../223-libcapture-tiny-perl_0.48-1_all.deb ...
16:45:51 #9 34.47 Unpacking libcapture-tiny-perl (0.48-1) ...
16:45:51 #9 34.49 Selecting previously unselected package libclass-data-inheritable-perl.
16:45:51 #9 34.49 Preparing to unpack .../224-libclass-data-inheritable-perl_0.08-3_all.deb ...
16:45:51 #9 34.50 Unpacking libclass-data-inheritable-perl (0.08-3) ...
16:45:51 #9 34.52 Selecting previously unselected package libclass-xsaccessor-perl.
16:45:51 #9 34.52 Preparing to unpack .../225-libclass-xsaccessor-perl_1.19-3build7_amd64.deb ...
16:45:51 #9 34.52 Unpacking libclass-xsaccessor-perl (1.19-3build7) ...
16:45:51 #9 34.55 Selecting previously unselected package libclone-perl.
16:45:51 #9 34.55 Preparing to unpack .../226-libclone-perl_0.45-1build1_amd64.deb ...
16:45:51 #9 34.55 Unpacking libclone-perl (0.45-1build1) ...
16:45:51 #9 34.58 Selecting previously unselected package libcommon-sense-perl.
16:45:51 #9 34.58 Preparing to unpack .../227-libcommon-sense-perl_3.75-1build4_amd64.deb ...
16:45:51 #9 34.58 Unpacking libcommon-sense-perl (3.75-1build4) ...
16:45:51 #9 34.61 Selecting previously unselected package libconfig-tiny-perl.
16:45:51 #9 34.61 Preparing to unpack .../228-libconfig-tiny-perl_2.24-1_all.deb ...
16:45:51 #9 34.61 Unpacking libconfig-tiny-perl (2.24-1) ...
16:45:51 #9 34.64 Selecting previously unselected package libparams-util-perl.
16:45:51 #9 34.64 Preparing to unpack .../229-libparams-util-perl_1.102-1build1_amd64.deb ...
16:45:51 #9 34.64 Unpacking libparams-util-perl (1.102-1build1) ...
16:45:51 #9 34.66 Selecting previously unselected package libsub-install-perl.
16:45:51 #9 34.67 Preparing to unpack .../230-libsub-install-perl_0.928-1.1_all.deb ...
16:45:51 #9 34.67 Unpacking libsub-install-perl (0.928-1.1) ...
16:45:51 #9 34.69 Selecting previously unselected package libdata-optlist-perl.
16:45:51 #9 34.69 Preparing to unpack .../231-libdata-optlist-perl_0.110-1.1_all.deb ...
16:45:51 #9 34.69 Unpacking libdata-optlist-perl (0.110-1.1) ...
16:45:51 #9 34.72 Selecting previously unselected package libsub-exporter-perl.
16:45:51 #9 34.72 Preparing to unpack .../232-libsub-exporter-perl_0.987-1_all.deb ...
16:45:51 #9 34.72 Unpacking libsub-exporter-perl (0.987-1) ...
16:45:51 #9 34.74 Selecting previously unselected package libconst-fast-perl.
16:45:51 #9 34.75 Preparing to unpack .../233-libconst-fast-perl_0.014-1.1_all.deb ...
16:45:51 #9 34.75 Unpacking libconst-fast-perl (0.014-1.1) ...
16:45:51 #9 34.77 Selecting previously unselected package libwant-perl.
16:45:51 #9 34.77 Preparing to unpack .../234-libwant-perl_0.29-1build5_amd64.deb ...
16:45:51 #9 34.77 Unpacking libwant-perl (0.29-1build5) ...
16:45:51 #9 34.80 Selecting previously unselected package libcontextual-return-perl.
16:45:51 #9 34.80 Preparing to unpack .../235-libcontextual-return-perl_0.004014-2_all.deb ...
16:45:51 #9 34.80 Unpacking libcontextual-return-perl (0.004014-2) ...
16:45:51 #9 34.83 Selecting previously unselected package libcpanel-json-xs-perl.
16:45:51 #9 34.83 Preparing to unpack .../236-libcpanel-json-xs-perl_4.25-1build1_amd64.deb ...
16:45:51 #9 34.83 Unpacking libcpanel-json-xs-perl (4.25-1build1) ...
16:45:51 #9 34.87 Selecting previously unselected package libdevel-stacktrace-perl.
16:45:51 #9 34.87 Preparing to unpack .../237-libdevel-stacktrace-perl_2.0400-1_all.deb ...
16:45:51 #9 34.87 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
16:45:51 #9 34.90 Selecting previously unselected package libexception-class-perl.
16:45:51 #9 34.90 Preparing to unpack .../238-libexception-class-perl_1.44-1_all.deb ...
16:45:51 #9 34.90 Unpacking libexception-class-perl (1.44-1) ...
16:45:51 #9 34.92 Selecting previously unselected package libiterator-perl.
16:45:51 #9 34.93 Preparing to unpack .../239-libiterator-perl_0.03+ds1-1.1_all.deb ...
16:45:51 #9 34.93 Unpacking libiterator-perl (0.03+ds1-1.1) ...
16:45:51 #9 34.95 Selecting previously unselected package libiterator-util-perl.
16:45:51 #9 34.95 Preparing to unpack .../240-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
16:45:51 #9 34.96 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
16:45:51 #9 34.98 Selecting previously unselected package libexporter-tiny-perl.
16:45:51 #9 34.98 Preparing to unpack .../241-libexporter-tiny-perl_1.002002-1_all.deb ...
16:45:51 #9 34.98 Unpacking libexporter-tiny-perl (1.002002-1) ...
16:45:51 #9 35.01 Selecting previously unselected package liblist-moreutils-xs-perl.
16:45:51 #9 35.01 Preparing to unpack .../242-liblist-moreutils-xs-perl_0.430-2_amd64.deb ...
16:45:51 #9 35.01 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
16:45:51 #9 35.04 Selecting previously unselected package liblist-moreutils-perl.
16:45:51 #9 35.04 Preparing to unpack .../243-liblist-moreutils-perl_0.430-2_all.deb ...
16:45:51 #9 35.04 Unpacking liblist-moreutils-perl (0.430-2) ...
16:45:51 #9 35.07 Selecting previously unselected package libdata-dpath-perl.
16:45:51 #9 35.07 Preparing to unpack .../244-libdata-dpath-perl_0.58-1_all.deb ...
16:45:51 #9 35.07 Unpacking libdata-dpath-perl (0.58-1) ...
16:45:51 #9 35.10 Selecting previously unselected package libdata-dump-perl.
16:45:52 #9 35.10 Preparing to unpack .../245-libdata-dump-perl_1.23-1.1_all.deb ...
16:45:52 #9 35.10 Unpacking libdata-dump-perl (1.23-1.1) ...
16:45:52 #9 35.13 Selecting previously unselected package libdata-messagepack-perl.
16:45:52 #9 35.13 Preparing to unpack .../246-libdata-messagepack-perl_1.00-4build1_amd64.deb ...
16:45:52 #9 35.13 Unpacking libdata-messagepack-perl (1.00-4build1) ...
16:45:52 #9 35.16 Selecting previously unselected package libnet-domain-tld-perl.
16:45:52 #9 35.16 Preparing to unpack .../247-libnet-domain-tld-perl_1.75-1.1_all.deb ...
16:45:52 #9 35.16 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
16:45:52 #9 35.19 Selecting previously unselected package libdata-validate-domain-perl.
16:45:52 #9 35.19 Preparing to unpack .../248-libdata-validate-domain-perl_0.10-1.1_all.deb ...
16:45:52 #9 35.19 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
16:45:52 #9 35.21 Selecting previously unselected package libdistro-info-perl.
16:45:52 #9 35.21 Preparing to unpack .../249-libdistro-info-perl_1.0_all.deb ...
16:45:52 #9 35.22 Unpacking libdistro-info-perl (1.0) ...
16:45:52 #9 35.24 Selecting previously unselected package libemail-address-xs-perl.
16:45:52 #9 35.24 Preparing to unpack .../250-libemail-address-xs-perl_1.04-1build4_amd64.deb ...
16:45:52 #9 35.24 Unpacking libemail-address-xs-perl (1.04-1build4) ...
16:45:52 #9 35.28 Selecting previously unselected package libipc-system-simple-perl.
16:45:52 #9 35.28 Preparing to unpack .../251-libipc-system-simple-perl_1.30-1_all.deb ...
16:45:52 #9 35.28 Unpacking libipc-system-simple-perl (1.30-1) ...
16:45:52 #9 35.31 Selecting previously unselected package libfile-basedir-perl.
16:45:52 #9 35.31 Preparing to unpack .../252-libfile-basedir-perl_0.08-1_all.deb ...
16:45:52 #9 35.31 Unpacking libfile-basedir-perl (0.08-1) ...
16:45:52 #9 35.33 Selecting previously unselected package libfile-chdir-perl.
16:45:52 #8 4.613 Reading package lists...
16:45:52 #8 7.963 W: Skipping acquire of configured file 'ui/binary-armhf/Packages' as repository 'http://archive.raspberrypi.org/debian bullseye InRelease' doesn't have the component 'ui' (component misspelt in sources.list?)
16:45:52 #9 35.33 Preparing to unpack .../253-libfile-chdir-perl_0.1008-1.1_all.deb ...
16:45:52 #9 35.34 Unpacking libfile-chdir-perl (0.1008-1.1) ...
16:45:52 #9 35.36 Selecting previously unselected package libfile-fcntllock-perl.
16:45:52 #9 35.36 Preparing to unpack .../254-libfile-fcntllock-perl_0.22-3build5_amd64.deb ...
16:45:52 #9 35.36 Unpacking libfile-fcntllock-perl (0.22-3build5) ...
16:45:52 #9 35.39 Selecting previously unselected package libnumber-compare-perl.
16:45:52 #9 35.39 Preparing to unpack .../255-libnumber-compare-perl_0.03-1.1_all.deb ...
16:45:52 #9 35.39 Unpacking libnumber-compare-perl (0.03-1.1) ...
16:45:52 #9 35.41 Selecting previously unselected package libtext-glob-perl.
16:45:52 #9 35.41 Preparing to unpack .../256-libtext-glob-perl_0.11-1_all.deb ...
16:45:52 #9 35.42 Unpacking libtext-glob-perl (0.11-1) ...
16:45:52 #9 35.44 Selecting previously unselected package libfile-find-rule-perl.
16:45:52 #9 35.44 Preparing to unpack .../257-libfile-find-rule-perl_0.34-1_all.deb ...
16:45:52 #9 35.44 Unpacking libfile-find-rule-perl (0.34-1) ...
16:45:52 #9 35.47 Selecting previously unselected package libfont-afm-perl.
16:45:52 #9 35.47 Preparing to unpack .../258-libfont-afm-perl_1.20-3_all.deb ...
16:45:52 #9 35.48 Unpacking libfont-afm-perl (1.20-3) ...
16:45:52 #9 35.50 Selecting previously unselected package libio-string-perl.
16:45:52 #9 35.50 Preparing to unpack .../259-libio-string-perl_1.08-3.1_all.deb ...
16:45:52 #9 35.50 Unpacking libio-string-perl (1.08-3.1) ...
16:45:52 #9 35.53 Selecting previously unselected package libfont-ttf-perl.
16:45:52 #9 35.53 Preparing to unpack .../260-libfont-ttf-perl_1.06-1.1_all.deb ...
16:45:52 #9 35.53 Unpacking libfont-ttf-perl (1.06-1.1) ...
16:45:52 #9 35.58 Selecting previously unselected package libio-stringy-perl.
16:45:52 #9 35.59 Preparing to unpack .../261-libio-stringy-perl_2.111-3_all.deb ...
16:45:52 #9 35.59 Unpacking libio-stringy-perl (2.111-3) ...
16:45:52 #9 35.61 Selecting previously unselected package libparams-validate-perl:amd64.
16:45:52 #9 35.62 Preparing to unpack .../262-libparams-validate-perl_1.30-1build1_amd64.deb ...
16:45:52 #9 35.62 Unpacking libparams-validate-perl:amd64 (1.30-1build1) ...
16:45:52 #9 35.65 Selecting previously unselected package libgetopt-long-descriptive-perl.
16:45:52 #9 35.65 Preparing to unpack .../263-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
16:45:52 #9 35.65 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
16:45:52 #9 35.68 Selecting previously unselected package libsort-versions-perl.
16:45:52 #9 35.68 Preparing to unpack .../264-libsort-versions-perl_1.62-1_all.deb ...
16:45:52 #9 35.68 Unpacking libsort-versions-perl (1.62-1) ...
16:45:52 #9 35.70 Selecting previously unselected package libgit-wrapper-perl.
16:45:52 #9 35.70 Preparing to unpack .../265-libgit-wrapper-perl_0.048-1_all.deb ...
16:45:52 #9 35.71 Unpacking libgit-wrapper-perl (0.048-1) ...
16:45:52 #9 35.73 Selecting previously unselected package libhttp-tiny-multipart-perl.
16:45:52 #9 35.73 Preparing to unpack .../266-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
16:45:52 #9 35.74 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
16:45:52 #9 35.76 Selecting previously unselected package libio-prompter-perl.
16:45:52 #9 35.76 Preparing to unpack .../267-libio-prompter-perl_0.004015-1_all.deb ...
16:45:52 #9 35.76 Unpacking libio-prompter-perl (0.004015-1) ...
16:45:52 #9 35.79 Selecting previously unselected package libjson-perl.
16:45:52 #9 35.79 Preparing to unpack .../268-libjson-perl_4.03000-1_all.deb ...
16:45:52 #9 35.79 Unpacking libjson-perl (4.03000-1) ...
16:45:52 #9 35.82 Selecting previously unselected package liblog-any-perl.
16:45:52 #9 35.82 Preparing to unpack .../269-liblog-any-perl_1.709-1_all.deb ...
16:45:52 #9 35.83 Unpacking liblog-any-perl (1.709-1) ...
16:45:52 #9 35.85 Selecting previously unselected package liblog-any-adapter-screen-perl.
16:45:52 #9 35.86 Preparing to unpack .../270-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
16:45:52 #9 35.86 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
16:45:52 #9 35.88 Selecting previously unselected package libpackage-stash-perl.
16:45:52 #9 35.88 Preparing to unpack .../271-libpackage-stash-perl_0.39-1_all.deb ...
16:45:52 #9 35.88 Unpacking libpackage-stash-perl (0.39-1) ...
16:45:52 #9 35.91 Selecting previously unselected package libsub-identify-perl.
16:45:52 #9 35.91 Preparing to unpack .../272-libsub-identify-perl_0.14-1build3_amd64.deb ...
16:45:52 #9 35.91 Unpacking libsub-identify-perl (0.14-1build3) ...
16:45:52 #9 35.94 Selecting previously unselected package libsub-name-perl.
16:45:52 #9 35.94 Preparing to unpack .../273-libsub-name-perl_0.26-1build1_amd64.deb ...
16:45:52 #9 35.94 Unpacking libsub-name-perl (0.26-1build1) ...
16:45:52 #9 35.97 Selecting previously unselected package libnamespace-clean-perl.
16:45:52 #9 35.97 Preparing to unpack .../274-libnamespace-clean-perl_0.27-1_all.deb ...
16:45:52 #9 35.97 Unpacking libnamespace-clean-perl (0.27-1) ...
16:45:52 #9 36.00 Selecting previously unselected package libpath-tiny-perl.
16:45:52 #9 36.00 Preparing to unpack .../275-libpath-tiny-perl_0.118-1_all.deb ...
16:45:52 #9 36.00 Unpacking libpath-tiny-perl (0.118-1) ...
16:45:52 #9 36.03 Selecting previously unselected package libtype-tiny-perl.
16:45:52 #9 36.03 Preparing to unpack .../276-libtype-tiny-perl_1.012001-2_all.deb ...
16:45:52 #9 36.03 Unpacking libtype-tiny-perl (1.012001-2) ...
16:45:52 #9 36.08 Selecting previously unselected package libgitlab-api-v4-perl.
16:45:52 #9 36.09 Preparing to unpack .../277-libgitlab-api-v4-perl_0.26-1_all.deb ...
16:45:52 #9 36.09 Unpacking libgitlab-api-v4-perl (0.26-1) ...
16:45:52 #9 36.12 Selecting previously unselected package libhash-fieldhash-perl.
16:45:52 #9 36.12 Preparing to unpack .../278-libhash-fieldhash-perl_0.15-1build3_amd64.deb ...
16:45:52 #9 36.12 Unpacking libhash-fieldhash-perl (0.15-1build3) ...
16:45:52 #9 36.15 Selecting previously unselected package libhtml-form-perl.
16:45:52 #9 36.15 Preparing to unpack .../279-libhtml-form-perl_6.07-1_all.deb ...
16:45:52 #9 36.16 Unpacking libhtml-form-perl (6.07-1) ...
16:45:52 #9 36.18 Selecting previously unselected package libhtml-format-perl.
16:45:52 #9 36.18 Preparing to unpack .../280-libhtml-format-perl_2.12-1.1_all.deb ...
16:45:53 #9 36.19 Unpacking libhtml-format-perl (2.12-1.1) ...
16:45:53 #9 36.22 Selecting previously unselected package libhtml-html5-entities-perl.
16:45:53 #9 36.22 Preparing to unpack .../281-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
16:45:53 #9 36.22 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
16:45:53 #9 36.25 Selecting previously unselected package libhttp-daemon-perl.
16:45:53 #9 36.25 Preparing to unpack .../282-libhttp-daemon-perl_6.12-1_all.deb ...
16:45:53 #9 36.25 Unpacking libhttp-daemon-perl (6.12-1) ...
16:45:53 #9 36.28 Selecting previously unselected package libtypes-serialiser-perl.
16:45:53 #9 36.28 Preparing to unpack .../283-libtypes-serialiser-perl_1.01-1_all.deb ...
16:45:53 #9 36.28 Unpacking libtypes-serialiser-perl (1.01-1) ...
16:45:53 #9 36.30 Selecting previously unselected package libjson-xs-perl.
16:45:53 #9 36.30 Preparing to unpack .../284-libjson-xs-perl_4.030-1build1_amd64.deb ...
16:45:53 #9 36.31 Unpacking libjson-xs-perl (4.030-1build1) ...
16:45:53 #9 36.34 Selecting previously unselected package libjson-maybexs-perl.
16:45:53 #9 36.34 Preparing to unpack .../285-libjson-maybexs-perl_1.004003-1_all.deb ...
16:45:53 #9 36.34 Unpacking libjson-maybexs-perl (1.004003-1) ...
16:45:53 #9 36.40 Selecting previously unselected package libldap-common.
16:45:53 #9 36.40 Preparing to unpack .../286-libldap-common_2.4.57+dfsg-2ubuntu1_all.deb ...
16:45:53 #9 36.40 Unpacking libldap-common (2.4.57+dfsg-2ubuntu1) ...
16:45:53 #9 36.43 Selecting previously unselected package liblist-compare-perl.
16:45:53 #9 36.43 Preparing to unpack .../287-liblist-compare-perl_0.55-1_all.deb ...
16:45:53 #9 36.44 Unpacking liblist-compare-perl (0.55-1) ...
16:45:53 #9 36.46 Selecting previously unselected package liblist-someutils-perl.
16:45:53 #9 36.46 Preparing to unpack .../288-liblist-someutils-perl_0.58-1_all.deb ...
16:45:53 #9 36.47 Unpacking liblist-someutils-perl (0.58-1) ...
16:45:53 #9 36.49 Selecting previously unselected package liblist-someutils-xs-perl.
16:45:53 #9 36.50 Preparing to unpack .../289-liblist-someutils-xs-perl_0.58-2build1_amd64.deb ...
16:45:53 #9 36.50 Unpacking liblist-someutils-xs-perl (0.58-2build1) ...
16:45:53 #9 36.53 Selecting previously unselected package liblist-utilsby-perl.
16:45:53 #9 36.53 Preparing to unpack .../290-liblist-utilsby-perl_0.11-1_all.deb ...
16:45:53 #9 36.53 Unpacking liblist-utilsby-perl (0.11-1) ...
16:45:53 #9 36.56 Selecting previously unselected package libltdl7:amd64.
16:45:53 #9 36.56 Preparing to unpack .../291-libltdl7_2.4.6-15_amd64.deb ...
16:45:53 #9 36.57 Unpacking libltdl7:amd64 (2.4.6-15) ...
16:45:53 #9 36.59 Selecting previously unselected package libltdl-dev:amd64.
16:45:53 #9 36.59 Preparing to unpack .../292-libltdl-dev_2.4.6-15_amd64.deb ...
16:45:53 #9 36.60 Unpacking libltdl-dev:amd64 (2.4.6-15) ...
16:45:53 #9 36.64 Selecting previously unselected package liblzo2-2:amd64.
16:45:53 #9 36.64 Preparing to unpack .../293-liblzo2-2_2.10-2build1_amd64.deb ...
16:45:53 #9 36.64 Unpacking liblzo2-2:amd64 (2.10-2build1) ...
16:45:53 #9 36.67 Selecting previously unselected package libsys-hostname-long-perl.
16:45:53 #9 36.67 Preparing to unpack .../294-libsys-hostname-long-perl_1.5-2_all.deb ...
16:45:53 #9 36.68 Unpacking libsys-hostname-long-perl (1.5-2) ...
16:45:53 #9 36.70 Selecting previously unselected package libmail-sendmail-perl.
16:45:53 #9 36.70 Preparing to unpack .../295-libmail-sendmail-perl_0.80-1.1_all.deb ...
16:45:53 #9 36.70 Unpacking libmail-sendmail-perl (0.80-1.1) ...
16:45:53 #9 36.73 Selecting previously unselected package libnet-smtp-ssl-perl.
16:45:53 #9 36.73 Preparing to unpack .../296-libnet-smtp-ssl-perl_1.04-1_all.deb ...
16:45:53 #9 36.74 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
16:45:53 #9 36.76 Selecting previously unselected package libmailtools-perl.
16:45:53 #9 36.76 Preparing to unpack .../297-libmailtools-perl_2.21-1_all.deb ...
16:45:53 #9 36.76 Unpacking libmailtools-perl (2.21-1) ...
16:45:53 #9 36.80 Selecting previously unselected package libmarkdown2:amd64.
16:45:53 #9 36.80 Preparing to unpack .../298-libmarkdown2_2.2.6-1ubuntu1_amd64.deb ...
16:45:53 #9 36.80 Unpacking libmarkdown2:amd64 (2.2.6-1ubuntu1) ...
16:45:53 #9 36.83 Selecting previously unselected package libmoox-aliases-perl.
16:45:53 #9 36.83 Preparing to unpack .../299-libmoox-aliases-perl_0.001006-1.1_all.deb ...
16:45:53 #9 36.84 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
16:45:53 #9 36.86 Selecting previously unselected package libnamespace-autoclean-perl.
16:45:53 #9 36.86 Preparing to unpack .../300-libnamespace-autoclean-perl_0.29-1_all.deb ...
16:45:53 #9 36.87 Unpacking libnamespace-autoclean-perl (0.29-1) ...
16:45:53 #9 36.89 Selecting previously unselected package libobject-id-perl.
16:45:53 #9 36.89 Preparing to unpack .../301-libobject-id-perl_0.1.2-2ubuntu1_all.deb ...
16:45:53 #9 36.90 Unpacking libobject-id-perl (0.1.2-2ubuntu1) ...
16:45:53 #9 36.92 Selecting previously unselected package libmoox-struct-perl.
16:45:53 #9 36.92 Preparing to unpack .../302-libmoox-struct-perl_0.020-1_all.deb ...
16:45:53 #9 36.92 Unpacking libmoox-struct-perl (0.020-1) ...
16:45:53 #9 36.95 Selecting previously unselected package libmouse-perl.
16:45:53 #9 36.95 Preparing to unpack .../303-libmouse-perl_2.5.10-1build2_amd64.deb ...
16:45:53 #9 36.95 Unpacking libmouse-perl (2.5.10-1build2) ...
16:45:53 #9 36.99 Selecting previously unselected package libnumber-range-perl.
16:45:53 #9 36.99 Preparing to unpack .../304-libnumber-range-perl_0.12-1.1_all.deb ...
16:45:53 #9 36.99 Unpacking libnumber-range-perl (0.12-1.1) ...
16:45:53 #9 37.02 Selecting previously unselected package libpackage-stash-xs-perl.
16:45:53 #9 37.02 Preparing to unpack .../305-libpackage-stash-xs-perl_0.29-1build3_amd64.deb ...
16:45:53 #9 37.02 Unpacking libpackage-stash-xs-perl (0.29-1build3) ...
16:45:53 #9 37.05 Selecting previously unselected package libpath-iterator-rule-perl.
16:45:53 #9 37.05 Preparing to unpack .../306-libpath-iterator-rule-perl_1.014-1_all.deb ...
16:45:53 #9 37.05 Unpacking libpath-iterator-rule-perl (1.014-1) ...
16:45:53 #9 37.08 Selecting previously unselected package libperlio-gzip-perl.
16:45:53 #9 37.08 Preparing to unpack .../307-libperlio-gzip-perl_0.19-1build6_amd64.deb ...
16:45:53 #9 37.09 Unpacking libperlio-gzip-perl (0.19-1build6) ...
16:45:53 #9 37.11 Selecting previously unselected package libpod-parser-perl.
16:45:54 #9 37.11 Preparing to unpack .../308-libpod-parser-perl_1.63-2_all.deb ...
16:45:54 #9 37.12 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
16:45:54 #9 37.13 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
16:45:54 #9 37.14 Unpacking libpod-parser-perl (1.63-2) ...
16:45:54 #9 37.17 Selecting previously unselected package libpod-constants-perl.
16:45:54 #9 37.17 Preparing to unpack .../309-libpod-constants-perl_0.19-2_all.deb ...
16:45:54 #9 37.17 Unpacking libpod-constants-perl (0.19-2) ...
16:45:54 #9 37.20 Selecting previously unselected package libproc-processtable-perl.
16:45:54 #9 37.20 Preparing to unpack .../310-libproc-processtable-perl_0.59-2build1_amd64.deb ...
16:45:54 #9 37.20 Unpacking libproc-processtable-perl (0.59-2build1) ...
16:45:54 #9 37.23 Selecting previously unselected package libre2-9:amd64.
16:45:54 #9 37.24 Preparing to unpack .../311-libre2-9_20210201+dfsg-1_amd64.deb ...
16:45:54 #9 37.24 Unpacking libre2-9:amd64 (20210201+dfsg-1) ...
16:45:54 #9 37.28 Selecting previously unselected package libre-engine-re2-perl:amd64.
16:45:54 #9 37.28 Preparing to unpack .../312-libre-engine-re2-perl_0.14-1_amd64.deb ...
16:45:54 #9 37.28 Unpacking libre-engine-re2-perl:amd64 (0.14-1) ...
16:45:54 #9 37.31 Selecting previously unselected package libreadonly-perl.
16:45:54 #9 37.31 Preparing to unpack .../313-libreadonly-perl_2.050-3_all.deb ...
16:45:54 #9 37.31 Unpacking libreadonly-perl (2.050-3) ...
16:45:54 #9 37.34 Selecting previously unselected package libref-util-perl.
16:45:54 #9 37.34 Preparing to unpack .../314-libref-util-perl_0.204-1_all.deb ...
16:45:54 #9 37.34 Unpacking libref-util-perl (0.204-1) ...
16:45:54 #9 37.36 Selecting previously unselected package libref-util-xs-perl.
16:45:54 #9 37.36 Preparing to unpack .../315-libref-util-xs-perl_0.117-1build3_amd64.deb ...
16:45:54 #9 37.37 Unpacking libref-util-xs-perl (0.117-1build3) ...
16:45:54 #9 37.39 Selecting previously unselected package libregexp-pattern-license-perl.
16:45:54 #9 37.39 Preparing to unpack .../316-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
16:45:54 #9 37.40 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
16:45:54 #9 37.43 Selecting previously unselected package libregexp-pattern-perl.
16:45:54 #9 37.43 Preparing to unpack .../317-libregexp-pattern-perl_0.2.14-1_all.deb ...
16:45:54 #9 37.43 Unpacking libregexp-pattern-perl (0.2.14-1) ...
16:45:54 #9 37.46 Selecting previously unselected package libsasl2-modules:amd64.
16:45:54 #9 37.46 Preparing to unpack .../318-libsasl2-modules_2.1.27+dfsg-2ubuntu1_amd64.deb ...
16:45:54 #9 37.46 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu1) ...
16:45:54 #9 37.49 Selecting previously unselected package libsereal-decoder-perl.
16:45:54 #9 37.49 Preparing to unpack .../319-libsereal-decoder-perl_4.018+ds-1build1_amd64.deb ...
16:45:54 #9 37.50 Unpacking libsereal-decoder-perl (4.018+ds-1build1) ...
16:45:54 #9 37.53 Selecting previously unselected package libsereal-encoder-perl.
16:45:54 #9 37.53 Preparing to unpack .../320-libsereal-encoder-perl_4.018+ds-1build1_amd64.deb ...
16:45:54 #9 37.54 Unpacking libsereal-encoder-perl (4.018+ds-1build1) ...
16:45:54 #9 37.57 Selecting previously unselected package libsort-key-perl.
16:45:54 #9 37.57 Preparing to unpack .../321-libsort-key-perl_1.33-2build3_amd64.deb ...
16:45:54 #9 37.57 Unpacking libsort-key-perl (1.33-2build3) ...
16:45:54 #9 37.60 Selecting previously unselected package libstring-copyright-perl.
16:45:54 #9 37.60 Preparing to unpack .../322-libstring-copyright-perl_0.003006-1_all.deb ...
16:45:54 #9 37.60 Unpacking libstring-copyright-perl (0.003006-1) ...
16:45:54 #9 37.62 Selecting previously unselected package libstring-escape-perl.
16:45:54 #9 37.62 Preparing to unpack .../323-libstring-escape-perl_2010.002-2_all.deb ...
16:45:54 #9 37.63 Unpacking libstring-escape-perl (2010.002-2) ...
16:45:54 #9 37.65 Selecting previously unselected package libstring-shellquote-perl.
16:45:54 #9 37.65 Preparing to unpack .../324-libstring-shellquote-perl_1.04-1_all.deb ...
16:45:54 #9 37.66 Unpacking libstring-shellquote-perl (1.04-1) ...
16:45:54 #9 37.68 Selecting previously unselected package libterm-readkey-perl.
16:45:54 #9 37.68 Preparing to unpack .../325-libterm-readkey-perl_2.38-1build2_amd64.deb ...
16:45:54 #9 37.69 Unpacking libterm-readkey-perl (2.38-1build2) ...
16:45:54 #9 37.71 Selecting previously unselected package libtext-levenshteinxs-perl.
16:45:54 #9 37.71 Preparing to unpack .../326-libtext-levenshteinxs-perl_0.03-4build8_amd64.deb ...
16:45:54 #9 37.72 Unpacking libtext-levenshteinxs-perl (0.03-4build8) ...
16:45:54 #9 37.74 Selecting previously unselected package libtext-markdown-discount-perl:amd64.
16:45:54 #9 37.74 Preparing to unpack .../327-libtext-markdown-discount-perl_0.12-1build1_amd64.deb ...
16:45:54 #9 37.75 Unpacking libtext-markdown-discount-perl:amd64 (0.12-1build1) ...
16:45:54 #9 37.77 Selecting previously unselected package libtext-xslate-perl.
16:45:54 #9 37.77 Preparing to unpack .../328-libtext-xslate-perl_3.5.8-1build2_amd64.deb ...
16:45:54 #9 37.78 Unpacking libtext-xslate-perl (3.5.8-1build2) ...
16:45:54 #9 37.82 Selecting previously unselected package libtime-duration-perl.
16:45:54 #9 37.82 Preparing to unpack .../329-libtime-duration-perl_1.21-1_all.deb ...
16:45:54 #9 37.82 Unpacking libtime-duration-perl (1.21-1) ...
16:45:54 #9 37.84 Selecting previously unselected package libtime-moment-perl.
16:45:54 #9 37.84 Preparing to unpack .../330-libtime-moment-perl_0.44-1build4_amd64.deb ...
16:45:54 #9 37.84 Unpacking libtime-moment-perl (0.44-1build4) ...
16:45:54 #9 37.88 Selecting previously unselected package libtype-tiny-xs-perl.
16:45:54 #9 37.88 Preparing to unpack .../331-libtype-tiny-xs-perl_0.022-1_amd64.deb ...
16:45:54 #9 37.88 Unpacking libtype-tiny-xs-perl (0.022-1) ...
16:45:54 #9 37.90 Selecting previously unselected package libunicode-utf8-perl.
16:45:54 #9 37.91 Preparing to unpack .../332-libunicode-utf8-perl_0.62-1build2_amd64.deb ...
16:45:54 #9 37.91 Unpacking libunicode-utf8-perl (0.62-1build2) ...
16:45:54 #9 37.93 Selecting previously unselected package libxml-namespacesupport-perl.
16:45:55 #9 37.94 Preparing to unpack .../333-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
16:45:55 #9 37.94 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
16:45:55 #9 37.96 Selecting previously unselected package libxml-sax-base-perl.
16:45:55 #9 37.96 Preparing to unpack .../334-libxml-sax-base-perl_1.09-1.1_all.deb ...
16:45:55 #9 37.97 Unpacking libxml-sax-base-perl (1.09-1.1) ...
16:45:55 #9 38.01 Selecting previously unselected package libxml-sax-perl.
16:45:55 #9 38.01 Preparing to unpack .../335-libxml-sax-perl_1.02+dfsg-1_all.deb ...
16:45:55 #9 38.02 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
16:45:55 #9 38.05 Selecting previously unselected package libxml-libxml-perl.
16:45:55 #9 38.05 Preparing to unpack .../336-libxml-libxml-perl_2.0134+dfsg-2build1_amd64.deb ...
16:45:55 #9 38.05 Unpacking libxml-libxml-perl (2.0134+dfsg-2build1) ...
16:45:55 #9 38.11 Selecting previously unselected package libxml-parser-perl:amd64.
16:45:55 #9 38.11 Preparing to unpack .../337-libxml-parser-perl_2.46-2_amd64.deb ...
16:45:55 #9 38.11 Unpacking libxml-parser-perl:amd64 (2.46-2) ...
16:45:55 #9 38.15 Selecting previously unselected package libxml-sax-expat-perl.
16:45:55 #9 38.16 Preparing to unpack .../338-libxml-sax-expat-perl_0.51-1_all.deb ...
16:45:55 #9 38.16 Unpacking libxml-sax-expat-perl (0.51-1) ...
16:45:55 #9 38.19 Selecting previously unselected package libyaml-libyaml-perl.
16:45:55 #9 38.19 Preparing to unpack .../339-libyaml-libyaml-perl_0.82+repack-1build1_amd64.deb ...
16:45:55 #9 38.19 Unpacking libyaml-libyaml-perl (0.82+repack-1build1) ...
16:45:55 #9 38.22 Selecting previously unselected package licensecheck.
16:45:55 #9 38.22 Preparing to unpack .../340-licensecheck_3.1.1-2_all.deb ...
16:45:55 #9 38.22 Unpacking licensecheck (3.1.1-2) ...
16:45:55 #9 38.25 Selecting previously unselected package libdevel-size-perl.
16:45:55 #9 38.25 Preparing to unpack .../341-libdevel-size-perl_0.83-1build2_amd64.deb ...
16:45:55 #9 38.25 Unpacking libdevel-size-perl (0.83-1build2) ...
16:45:55 #9 38.28 Selecting previously unselected package libipc-run3-perl.
16:45:55 #9 38.28 Preparing to unpack .../342-libipc-run3-perl_0.048-2_all.deb ...
16:45:55 #9 38.28 Unpacking libipc-run3-perl (0.048-2) ...
16:45:55 #9 38.31 Selecting previously unselected package lzip.
16:45:55 #9 38.31 Preparing to unpack .../343-lzip_1.22-3_amd64.deb ...
16:45:55 #9 38.32 Unpacking lzip (1.22-3) ...
16:45:55 #9 38.35 Selecting previously unselected package lzop.
16:45:55 #9 38.35 Preparing to unpack .../344-lzop_1.04-2_amd64.deb ...
16:45:55 #9 38.35 Unpacking lzop (1.04-2) ...
16:45:55 #9 38.38 Selecting previously unselected package t1utils.
16:45:55 #9 38.38 Preparing to unpack .../345-t1utils_1.41-4_amd64.deb ...
16:45:55 #9 38.39 Unpacking t1utils (1.41-4) ...
16:45:55 #9 38.42 Selecting previously unselected package unzip.
16:45:55 #9 38.42 Preparing to unpack .../346-unzip_6.0-26ubuntu1_amd64.deb ...
16:45:55 #9 38.42 Unpacking unzip (6.0-26ubuntu1) ...
16:45:55 #9 38.47 Selecting previously unselected package lintian.
16:45:55 #9 38.47 Preparing to unpack .../347-lintian_2.104.0ubuntu2_all.deb ...
16:45:55 #9 38.48 Unpacking lintian (2.104.0ubuntu2) ...
16:45:55 #8 7.999 Reading package lists...
16:45:55 #8 11.31 Building dependency tree...
16:45:55 #8 11.58 Reading state information...
16:45:55 #9 38.74 Selecting previously unselected package manpages-dev.
16:45:55 #9 38.74 Preparing to unpack .../348-manpages-dev_5.10-1ubuntu0.1_all.deb ...
16:45:55 #9 38.74 Unpacking manpages-dev (5.10-1ubuntu0.1) ...
16:45:55 #9 38.99 Selecting previously unselected package python3-certifi.
16:45:55 #9 39.00 Preparing to unpack .../349-python3-certifi_2020.6.20-1_all.deb ...
16:45:55 #9 39.00 Unpacking python3-certifi (2020.6.20-1) ...
16:45:55 #9 39.04 Selecting previously unselected package python3-idna.
16:45:55 #9 39.05 Preparing to unpack .../350-python3-idna_2.10-1_all.deb ...
16:45:55 #9 39.05 Unpacking python3-idna (2.10-1) ...
16:45:55 #9 39.08 Selecting previously unselected package python3-urllib3.
16:45:55 #9 39.08 Preparing to unpack .../351-python3-urllib3_1.26.2-1ubuntu1_all.deb ...
16:45:56 #9 39.09 Unpacking python3-urllib3 (1.26.2-1ubuntu1) ...
16:45:56 #9 39.12 Selecting previously unselected package python3-requests.
16:45:56 #9 39.13 Preparing to unpack .../352-python3-requests_2.25.1+dfsg-2_all.deb ...
16:45:56 #9 39.13 Unpacking python3-requests (2.25.1+dfsg-2) ...
16:45:56 #9 39.16 Selecting previously unselected package python3-unidiff.
16:45:56 #9 39.16 Preparing to unpack .../353-python3-unidiff_0.5.5-2_all.deb ...
16:45:56 #9 39.16 Unpacking python3-unidiff (0.5.5-2) ...
16:45:56 #9 39.19 Selecting previously unselected package python3-xdg.
16:45:56 #9 39.19 Preparing to unpack .../354-python3-xdg_0.27-2_all.deb ...
16:45:56 #9 39.20 Unpacking python3-xdg (0.27-2) ...
16:45:56 #9 39.22 Selecting previously unselected package equivs.
16:45:56 #9 39.23 Preparing to unpack .../355-equivs_2.3.1_all.deb ...
16:45:56 #9 39.23 Unpacking equivs (2.3.1) ...
16:45:56 #9 39.26 Selecting previously unselected package libauthen-sasl-perl.
16:45:56 #9 39.26 Preparing to unpack .../356-libauthen-sasl-perl_2.1600-1.1_all.deb ...
16:45:56 #9 39.26 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
16:45:56 #9 39.29 Selecting previously unselected package python3-magic.
16:45:56 #9 39.30 Preparing to unpack .../357-python3-magic_2%3a0.4.20-3_all.deb ...
16:45:56 #9 39.30 Unpacking python3-magic (2:0.4.20-3) ...
16:45:56 #9 39.34 Setting up libksba8:amd64 (1.5.0-3) ...
16:45:56 #9 39.35 Setting up media-types (4.0.0) ...
16:45:56 #9 39.36 Setting up libpipeline1:amd64 (1.5.3-1) ...
16:45:56 #9 39.37 Setting up wdiff (1.2.2-2build1) ...
16:45:56 #9 39.38 Setting up libxau6:amd64 (1:1.0.9-1build3) ...
16:45:56 #9 39.39 Setting up libre2-9:amd64 (20210201+dfsg-1) ...
16:45:56 #9 39.40 Setting up lto-disabled-list (7) ...
16:45:56 #9 39.41 Setting up libpsl5:amd64 (0.21.0-1.2) ...
16:45:56 #9 39.42 Setting up bsdextrautils (2.36.1-7ubuntu2) ...
16:45:56 #9 39.43 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
16:45:56 #9 39.43 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
16:45:56 #9 39.44 Setting up libicu67:amd64 (67.1-6ubuntu2) ...
16:45:56 #9 39.44 Setting up libmagic-mgc (1:5.39-3) ...
16:45:56 #9 39.46 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
16:45:56 #9 39.46 Setting up distro-info-data (0.46ubuntu4) ...
16:45:56 #9 39.47 Setting up manpages (5.10-1ubuntu0.1) ...
16:45:56 #9 39.48 Setting up unzip (6.0-26ubuntu1) ...
16:45:56 #9 39.49 Setting up perl-modules-5.32 (5.32.1-3ubuntu2.1) ...
16:45:56 #9 39.50 Setting up libbrotli1:amd64 (1.0.9-2build2) ...
16:45:56 #9 39.51 Setting up libsqlite3-0:amd64 (3.34.1-3) ...
16:45:56 #9 39.52 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu1) ...
16:45:56 #9 39.53 Setting up binutils-common:amd64 (2.36.1-6ubuntu1) ...
16:45:56 #9 39.54 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
16:45:56 #9 39.55 Setting up libmagic1:amd64 (1:5.39-3) ...
16:45:56 #9 39.57 Setting up libdeflate0:amd64 (1.7-1ubuntu1) ...
16:45:56 #9 39.58 Setting up less (551-2) ...
16:45:56 #9 39.60 Setting up perl-openssl-defaults:amd64 (5) ...
16:45:56 #9 39.60 Setting up linux-libc-dev:amd64 (5.11.0-34.36) ...
16:45:56 #8 12.23 curl is already the newest version (7.74.0-1.3).
16:45:56 #8 12.23 The following additional packages will be installed:
16:45:56 #8 12.23   autoconf automake autopoint autotools-dev binutils
16:45:56 #8 12.23   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
16:45:56 #8 12.23   debhelper dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz fakeroot file
16:45:56 #8 12.23   gcc gcc-10 gettext gettext-base git-man groff-base intltool-debian
16:45:56 #8 12.23   libarchive-zip-perl libasan6 libatomic1 libb-hooks-op-check-perl libbinutils
16:45:56 #8 12.23   libc-dev-bin libc6 libc6-dev libcc1-0 libclass-method-modifiers-perl
16:45:56 #8 12.23   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libdebhelper-perl
16:45:56 #8 12.23   libdevel-callchecker-perl libdpkg-perl libdynaloader-functions-perl libelf1
16:45:56 #8 12.23   libencode-locale-perl liberror-perl libexpat1 libfakeroot
16:45:56 #8 12.23   libfile-dirlist-perl libfile-homedir-perl libfile-listing-perl
16:45:56 #8 12.23   libfile-stripnondeterminism-perl libfile-touch-perl libfile-which-perl
16:45:56 #8 12.23   libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1 libhtml-parser-perl
16:45:56 #8 12.23   libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-date-perl
16:45:56 #8 12.23   libhttp-message-perl libhttp-negotiate-perl libicu67 libimport-into-perl
16:45:56 #8 12.23   libio-html-perl libio-pty-perl libio-socket-ssl-perl libipc-run-perl
16:45:56 #8 12.23   libisl23 liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc
16:45:56 #8 12.23   libmagic1 libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
16:45:56 #8 12.23   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
16:45:56 #8 12.23   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
16:45:56 #8 12.23   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
16:45:56 #8 12.23   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
16:45:56 #8 12.23   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
16:45:56 #8 12.23   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
16:45:56 #8 12.23   media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults
16:45:56 #8 12.23   po-debconf python3 python3-minimal python3.9 python3.9-minimal
16:45:56 #8 12.23   sensible-utils wdiff xz-utils
16:45:56 #8 12.24 Suggested packages:
16:45:56 #8 12.24   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
16:45:56 #8 12.24   gcc-10-locales dh-make adequate at autopkgtest bls-standalone bsd-mailx
16:45:56 #8 12.24   | mailx build-essential check-all-the-things cvs-buildpackage devscripts-el
16:45:56 #8 12.24   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
16:45:56 #8 12.24   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
16:45:56 #8 12.24   libnet-smtps-perl libterm-size-perl libyaml-syck-perl mmdebstrap
16:45:56 #8 12.24   mozilla-devscripts mutt piuparts postgresql-client pristine-lfs quilt ratt
16:45:56 #8 12.24   reprotest ssh-client svn-buildpackage w3m debian-keyring gcc-multilib
16:45:56 #8 12.24   manpages-dev flex bison gdb gcc-doc gcc-10-doc gettext-doc libasprintf-dev
16:45:56 #8 12.24   libgettextpo-dev git-daemon-run | git-daemon-sysvinit git-doc git-el
16:45:56 #8 12.24   git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn groff glibc-doc
16:45:56 #8 12.24   libc-l10n locales bzr gdbm-l10n libdata-dump-perl libcrypt-ssleay-perl
16:45:56 #8 12.24   libscalar-number-perl libbareword-filehandles-perl libindirect-perl
16:45:56 #8 12.24   libmultidimensional-perl libtool-doc gfortran | fortran95-compiler gcj-jdk
16:45:56 #8 12.24   libauthen-ntlm-perl m4-doc make-doc apparmor less www-browser ed
16:45:56 #8 12.24   diffutils-doc perl-doc libterm-readline-gnu-perl
16:45:56 #8 12.24   | libterm-readline-perl-perl libtap-harness-archive-perl libmail-box-perl
16:45:56 #8 12.24   python3-doc python3-tk python3-venv python3.9-venv python3.9-doc
16:45:56 #8 12.24   binfmt-support wdiff-doc
16:45:56 #8 12.24 Recommended packages:
16:45:56 #8 12.24   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
16:45:56 #8 12.24   libgitlab-api-v4-perl liblist-compare-perl libstring-shellquote-perl
16:45:56 #8 12.24   licensecheck lintian pristine-tar python3-apt python3-debian python3-magic
16:45:56 #8 12.24   python3-requests python3-unidiff python3-xdg strace unzip debian-keyring
16:45:56 #8 12.24   libsoap-lite-perl build-essential libalgorithm-merge-perl less ssh-client
16:45:56 #8 12.24   manpages manpages-dev libc-devtools libnss-nis libnss-nisplus
16:45:56 #8 12.24   libfile-fcntllock-perl libarchive-cpio-perl libhtml-format-perl
16:45:56 #8 12.24   libclone-perl libclass-xsaccessor-perl libnamespace-clean-perl
16:45:56 #8 12.24   libsub-name-perl libltdl-dev libdata-dump-perl libhtml-form-perl
16:45:56 #8 12.24   libhttp-daemon-perl libmailtools-perl libmail-sendmail-perl
16:45:56 #9 39.62 Setting up libctf-nobfd0:amd64 (2.36.1-6ubuntu1) ...
16:45:56 #9 39.63 Setting up gettext-base (0.21-3ubuntu2) ...
16:45:56 #9 39.64 Setting up liblzo2-2:amd64 (2.10-2build1) ...
16:45:56 #9 39.65 Setting up libnpth0:amd64 (1.6-3) ...
16:45:56 #9 39.66 Setting up file (1:5.39-3) ...
16:45:56 #9 39.67 Setting up libassuan0:amd64 (2.5.4-1ubuntu1) ...
16:45:56 #9 39.68 Setting up libgomp1:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:56 #9 39.69 Setting up libcbor0.6:amd64 (0.6.0-0ubuntu3) ...
16:45:56 #9 39.70 Setting up bzip2 (1.0.8-4ubuntu3) ...
16:45:56 #9 39.71 Setting up libldap-common (2.4.57+dfsg-2ubuntu1) ...
16:45:56 #9 39.72 Setting up libunwind8:amd64 (1.3.2-2) ...
16:45:56 #9 39.74 Setting up libjbig0:amd64 (2.1-3.1build1) ...
16:45:56 #9 39.75 Setting up libfakeroot:amd64 (1.25.3-1.1ubuntu2) ...
16:45:56 #9 39.76 Setting up libasan6:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:56 #9 39.77 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu1) ...
16:45:56 #9 39.78 Setting up tzdata (2021a-1ubuntu1) ...
16:45:56 #9 39.87 
16:45:56 #9 39.87 Current default time zone: 'Etc/UTC'
16:45:56 #9 39.87 Local time is now:      Thu Sep 16 16:45:56 UTC 2021.
16:45:56 #9 39.87 Universal Time is now:  Thu Sep 16 16:45:56 UTC 2021.
16:45:56 #9 39.87 Run 'dpkg-reconfigure tzdata' if you wish to change it.
16:45:56 #9 39.87 
16:45:56 #9 39.89 Setting up fakeroot (1.25.3-1.1ubuntu2) ...
16:45:56 #9 39.90 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
16:45:56 #9 39.90 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
16:45:56 #9 39.90 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
16:45:56 #9 39.90 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
16:45:56 #9 39.90 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
16:45:56 #9 39.90 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
16:45:56 #9 39.90 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
16:45:56 #9 39.90 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
16:45:56 #9 39.90 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
16:45:56 #9 39.91 Setting up gcc-10-base:amd64 (10.3.0-1ubuntu1) ...
16:45:56 #9 39.92 Setting up autotools-dev (20180224.1+nmu1) ...
16:45:56 #9 39.93 Setting up libtirpc-dev:amd64 (1.3.1-1build1) ...
16:45:56 #9 39.94 Setting up rpcsvc-proto (1.4.2-0ubuntu4) ...
16:45:56 #9 39.95 Setting up libx11-data (2:1.7.0-2ubuntu0.1) ...
16:45:56 #9 39.96 Setting up make (4.3-4ubuntu1) ...
16:45:56 #9 39.98 Setting up libmpfr6:amd64 (4.1.0-3build1) ...
16:45:56 #9 39.99 Setting up gnupg-l10n (2.2.20-1ubuntu3) ...
16:45:56 #9 40.00 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build2) ...
16:45:56 #9 40.00 Setting up lzip (1.22-3) ...
16:45:56 #9 40.03 Setting up strace (5.11-0ubuntu1) ...
16:45:56 #9 40.04 Setting up libsigsegv2:amd64 (2.13-1ubuntu1) ...
16:45:56 #9 40.05 Setting up xz-utils (5.2.5-1.0build2) ...
16:45:56 #9 40.05 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:45:56 #9 40.05 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
16:45:56 #9 40.05 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
16:45:56 #9 40.05 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
16:45:56 #9 40.05 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
16:45:56 #9 40.05 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
16:45:56 #9 40.05 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
16:45:56 #9 40.05 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
16:45:56 #9 40.06 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
16:45:56 #9 40.06 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
16:45:56 #9 40.06 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
16:45:56 #9 40.06 Setting up t1utils (1.41-4) ...
16:45:56 #9 40.07 Setting up libquadmath0:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:57 #9 40.08 Setting up diffstat (1.64-1) ...
16:45:57 #9 40.10 Setting up libpng16-16:amd64 (1.6.37-3build3) ...
16:45:57 #9 40.10 Setting up libmpc3:amd64 (1.2.0-1build1) ...
16:45:57 #9 40.11 Setting up libatomic1:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:57 #9 40.12 Setting up patch (2.7.6-7) ...
16:45:57 #9 40.13 Setting up autopoint (0.21-3ubuntu2) ...
16:45:57 #9 40.14 Setting up libwebp6:amd64 (0.6.1-2ubuntu0.21.04.1) ...
16:45:57 #9 40.16 Setting up fonts-dejavu-core (2.37-2build1) ...
16:45:57 #9 40.21 Setting up ucf (3.0043) ...
16:45:57 #9 40.31 Setting up libjpeg-turbo8:amd64 (2.0.6-0ubuntu2) ...
16:45:57 #9 40.31 Setting up libltdl7:amd64 (2.4.6-15) ...
16:45:57 #9 40.33 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu1) ...
16:45:57 #9 40.34 Setting up libssh-4:amd64 (0.9.5-1ubuntu0.1) ...
16:45:57 #9 40.35 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:57 #9 40.36 Setting up libubsan1:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:57 #9 40.37 Setting up libmd0:amd64 (1.0.3-3build1) ...
16:45:57 #9 40.38 Setting up python-apt-common (2.2.0~ubuntu0.21.04.1) ...
16:45:57 #9 40.39 Setting up libnsl-dev:amd64 (1.3.0-0ubuntu3) ...
16:45:57 #9 40.40 Setting up libcrypt-dev:amd64 (1:4.4.17-1ubuntu3) ...
16:45:57 #9 40.41 Setting up libuchardet0:amd64 (0.0.7-1) ...
16:45:57 #9 40.43 Setting up lzop (1.04-2) ...
16:45:57 #9 40.44 Setting up libmpdec3:amd64 (2.5.1-2) ...
16:45:57 #9 40.45 Setting up git-man (1:2.30.2-1ubuntu1) ...
16:45:57 #9 40.46 Setting up netbase (6.2) ...
16:45:57 #9 40.49 Setting up libbinutils:amd64 (2.36.1-6ubuntu1) ...
16:45:57 #9 40.50 Setting up libfido2-1:amd64 (1.6.0-2) ...
16:45:57 #9 40.51 Setting up libisl23:amd64 (0.23-1build1) ...
16:45:57 #9 40.51 Setting up libc-dev-bin (2.33-0ubuntu5) ...
16:45:57 #9 40.52 Setting up openssl (1.1.1j-1ubuntu3.5) ...
16:45:57 #9 40.54 Setting up libbsd0:amd64 (0.11.3-1ubuntu2) ...
16:45:57 #9 40.55 Setting up libelf1:amd64 (0.183-8) ...
16:45:57 #9 40.56 Setting up readline-common (8.1-1) ...
16:45:57 #9 40.57 Setting up publicsuffix (20210108.1309-1) ...
16:45:57 #9 40.58 Setting up libxml2:amd64 (2.9.10+dfsg-6.3ubuntu0.1) ...
16:45:57 #9 40.59 Setting up libmarkdown2:amd64 (2.2.6-1ubuntu1) ...
16:45:57 #9 40.60 Setting up libcc1-0:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:57 #9 40.61 Setting up iso-codes (4.6.0-1) ...
16:45:57 #9 40.63 Setting up liblocale-gettext-perl (1.07-4build1) ...
16:45:57 #9 40.69 Setting up liblsan0:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:57 #9 40.71 Setting up cpp-10 (10.3.0-1ubuntu1) ...
16:45:57 #9 40.72 Setting up dctrl-tools (2.24-3) ...
16:45:57 #9 40.73 Setting up libitm1:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:57 #9 40.74 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:57 #9 40.76 Setting up libgdbm6:amd64 (1.19-2) ...
16:45:57 #9 40.77 Setting up libtsan0:amd64 (11.1.0-1ubuntu1~21.04) ...
16:45:57 #9 40.78 Setting up libctf0:amd64 (2.36.1-6ubuntu1) ...
16:45:57 #9 40.79 Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
16:45:57 #9 40.80 Setting up pinentry-curses (1.1.0-4build1) ...
16:45:57 #9 40.81 Setting up manpages-dev (5.10-1ubuntu0.1) ...
16:45:57 #9 40.82 Setting up libdw1:amd64 (0.183-8) ...
16:45:57 #9 40.83 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu3) ...
16:45:57 #9 40.84 Setting up libxcb1:amd64 (1.14-3ubuntu1) ...
16:45:57 #9 40.85 Setting up gettext (0.21-3ubuntu2) ...
16:45:57 #9 40.86 Setting up fontconfig-config (2.13.1-4.2ubuntu3) ...
16:45:57 #9 40.98 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:57 #9 40.99 Setting up libgcc-10-dev:amd64 (10.3.0-1ubuntu1) ...
16:45:57 #9 41.00 Setting up libedit2:amd64 (3.1-20191231-2) ...
16:45:57 #9 41.01 Setting up libreadline8:amd64 (8.1-1) ...
16:45:57 #9 41.02 Setting up m4 (1.4.18-5) ...
16:45:57 #9 41.03 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:57 #9 41.03 Setting up ca-certificates (20210119build1) ...
16:45:58 #9 41.38 Updating certificates in /etc/ssl/certs...
16:45:58 #9 41.79 129 added, 0 removed; done.
16:45:58 #9 41.82 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:58 #9 41.83 Setting up libfreetype6:amd64 (2.10.4+dfsg-1build1) ...
16:45:58 #9 41.84 Setting up libgdbm-compat4:amd64 (1.19-2) ...
16:45:58 #9 41.85 Setting up libperl5.32:amd64 (5.32.1-3ubuntu2.1) ...
16:45:58 #9 41.86 Setting up dwz (0.14-1) ...
16:45:58 #9 41.87 Setting up groff-base (1.22.4-6) ...
16:45:58 #9 41.88 Setting up cpp (4:10.3.0-1ubuntu1) ...
16:45:58 #9 41.89 Setting up gpgconf (2.2.20-1ubuntu3) ...
16:45:58 #9 41.90 Setting up debugedit (1:0.1-0ubuntu2) ...
16:45:58 #9 41.91 Setting up libc6-dev:amd64 (2.33-0ubuntu5) ...
16:45:58 #9 41.92 Setting up libx11-6:amd64 (2:1.7.0-2ubuntu0.1) ...
16:45:58 #9 41.93 Setting up libtiff5:amd64 (4.2.0-1build1) ...
16:45:58 #9 41.94 Setting up libfontconfig1:amd64 (2.13.1-4.2ubuntu3) ...
16:45:58 #9 41.95 Setting up libxmuu1:amd64 (2:1.1.3-0ubuntu1) ...
16:45:58 #9 41.96 Setting up gpg (2.2.20-1ubuntu3) ...
16:45:58 #9 41.97 Setting up libpython3.9-stdlib:amd64 (3.9.5-3~21.04) ...
16:45:58 #9 41.98 Setting up libpython3-stdlib:amd64 (3.9.4-1) ...
16:45:58 #9 41.99 Setting up gnupg-utils (2.2.20-1ubuntu3) ...
16:45:58 #9 42.00 Setting up binutils-x86-64-linux-gnu (2.36.1-6ubuntu1) ...
16:45:59 #9 42.01 Setting up libstdc++-10-dev:amd64 (10.3.0-1ubuntu1) ...
16:45:59 #9 42.02 Setting up gpg-agent (2.2.20-1ubuntu3) ...
16:45:59 #9 42.48 Setting up libxpm4:amd64 (1:3.5.12-1) ...
16:45:59 #9 42.48 Setting up openssh-client (1:8.4p1-5ubuntu1.1) ...
16:45:59 #9 42.57 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-2) ...
16:45:59 #9 42.58 Setting up gpgsm (2.2.20-1ubuntu3) ...
16:45:59 #9 42.59 Setting up libxext6:amd64 (2:1.3.4-0ubuntu3) ...
16:45:59 #9 42.61 Setting up binutils (2.36.1-6ubuntu1) ...
16:45:59 #9 42.63 Setting up man-db (2.9.4-2) ...
16:45:59 #9 42.72 Building database of manual pages ...
16:45:59 #8 15.20 The following NEW packages will be installed:
16:45:59 #8 15.20   autoconf automake autopoint autotools-dev binutils
16:45:59 #8 15.20   binutils-arm-linux-gnueabihf binutils-common bsdextrautils bzip2 cpp cpp-10
16:45:59 #8 15.20   debhelper devscripts dh-autoreconf dh-strip-nondeterminism dpkg-dev dwz
16:45:59 #8 15.20   equivs fakeroot file gcc gcc-10 gettext gettext-base git git-man groff-base
16:45:59 #8 15.20   intltool-debian libarchive-zip-perl libasan6 libatomic1
16:45:59 #8 15.20   libb-hooks-op-check-perl libbinutils libc-dev-bin libc6-dev libcc1-0
16:45:59 #8 15.20   libclass-method-modifiers-perl libcrypt-dev libctf-nobfd0 libctf0
16:45:59 #8 15.20   libcurl3-gnutls libdebhelper-perl libdevel-callchecker-perl libdpkg-perl
16:45:59 #8 15.20   libdynaloader-functions-perl libelf1 libencode-locale-perl liberror-perl
16:45:59 #8 15.20   libexpat1 libfakeroot libfile-dirlist-perl libfile-homedir-perl
16:45:59 #8 15.20   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
16:45:59 #8 15.20   libfile-which-perl libgcc-10-dev libgdbm-compat4 libgdbm6 libgomp1
16:45:59 #8 15.20   libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
16:45:59 #8 15.20   libhttp-cookies-perl libhttp-date-perl libhttp-message-perl
16:45:59 #8 15.20   libhttp-negotiate-perl libicu67 libimport-into-perl libio-html-perl
16:45:59 #8 15.20   libio-pty-perl libio-socket-ssl-perl libipc-run-perl libisl23
16:45:59 #8 15.20   liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
16:45:59 #8 15.21   libmodule-runtime-perl libmoo-perl libmpc3 libmpdec3 libmpfr6
16:45:59 #8 15.21   libnet-http-perl libnet-ssleay-perl libnsl-dev libparams-classify-perl
16:45:59 #8 15.21   libperl5.32 libpipeline1 libpython3-stdlib libpython3.9-minimal
16:45:59 #8 15.21   libpython3.9-stdlib librole-tiny-perl libsigsegv2 libstrictures-perl
16:45:59 #8 15.21   libsub-override-perl libsub-quote-perl libtimedate-perl libtinfo5
16:45:59 #8 15.21   libtirpc-dev libtool libtry-tiny-perl libubsan1 libuchardet0 liburi-perl
16:45:59 #8 15.21   libwww-perl libwww-robotrules-perl libxml2 linux-libc-dev m4 make man-db
16:45:59 #8 15.21   media-types patch patchutils perl perl-modules-5.32 perl-openssl-defaults
16:45:59 #8 15.21   po-debconf python3 python3-minimal python3.9 python3.9-minimal
16:45:59 #8 15.21   sensible-utils wdiff xz-utils
16:45:59 #8 15.21 The following packages will be upgraded:
16:45:59 #8 15.21   libc6
16:45:59 #8 15.71 1 upgraded, 126 newly installed, 0 to remove and 1 not upgraded.
16:45:59 #8 15.71 Need to get 79.5 MB of archives.
16:45:59 #8 15.71 After this operation, 300 MB of additional disk space will be used.
16:45:59 #8 15.71 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf bsdextrautils armhf 2.36.1-8 [137 kB]
16:45:59 #8 15.76 Get:2 http://archive.raspberrypi.org/debian bullseye/main armhf libc6 armhf 2.31-13+rpt2+rpi1 [2297 kB]
16:45:59 #9 42.92 Setting up libgpgme11:amd64 (1.14.0-1ubuntu3) ...
16:45:59 #9 42.93 Setting up perl (5.32.1-3ubuntu2.1) ...
16:45:59 #9 42.94 Setting up libpackage-stash-xs-perl (0.29-1build3) ...
16:45:59 #9 42.95 Setting up libclass-data-inheritable-perl (0.08-3) ...
16:45:59 #9 42.96 Setting up libdata-dump-perl (1.23-1.1) ...
16:45:59 #9 42.97 Setting up libref-util-perl (0.204-1) ...
16:45:59 #9 42.98 Setting up libipc-system-simple-perl (1.30-1) ...
16:45:59 #9 42.99 Setting up libnet-domain-tld-perl (1.75-1.1) ...
16:45:59 #9 43.00 Setting up libhash-fieldhash-perl (0.15-1build3) ...
16:45:59 #9 43.01 Setting up libgd3:amd64 (2.3.0-2ubuntu0.1) ...
16:45:59 #9 43.02 Setting up libvariable-magic-perl (0.62-1build3) ...
16:45:59 #9 43.03 Setting up libio-html-perl (1.004-2) ...
16:45:59 #9 43.04 Setting up libpod-parser-perl (1.63-2) ...
16:45:59 #9 43.05 Setting up libb-hooks-op-check-perl (0.22-1build3) ...
16:45:59 #9 43.06 Setting up liblist-moreutils-xs-perl (0.430-2) ...
16:45:59 #9 43.07 Setting up gcc-10 (10.3.0-1ubuntu1) ...
16:45:59 #9 43.08 Setting up libparams-util-perl (1.102-1build1) ...
16:46:00 #9 43.09 Setting up libdpkg-perl (1.20.9ubuntu1) ...
16:46:00 #9 43.10 Setting up libtime-duration-perl (1.21-1) ...
16:46:00 #9 43.11 Setting up autoconf (2.69-14) ...
16:46:00 #9 43.12 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
16:46:00 #9 43.13 Setting up libarray-intspan-perl (2.004-1) ...
16:46:00 #9 43.14 Setting up libcapture-tiny-perl (0.48-1) ...
16:46:00 #9 43.15 Setting up libtimedate-perl (2.3300-2) ...
16:46:00 #9 43.16 Setting up gpg-wks-server (2.2.20-1ubuntu3) ...
16:46:00 #9 43.17 Setting up libsub-name-perl (0.26-1build1) ...
16:46:00 #9 43.18 Setting up libtype-tiny-xs-perl (0.022-1) ...
16:46:00 #9 43.19 Setting up libdata-validate-domain-perl (0.10-1.1) ...
16:46:00 #9 43.20 Setting up libproc-processtable-perl (0.59-2build1) ...
16:46:00 #9 43.21 Setting up libfile-chdir-perl (0.1008-1.1) ...
16:46:00 #9 43.22 Setting up xauth (1:1.1-1) ...
16:46:00 #9 43.23 Setting up libpath-tiny-perl (0.118-1) ...
16:46:00 #9 43.24 Setting up libarchive-cpio-perl (0.10-1.1) ...
16:46:00 #9 43.25 Setting up libjson-perl (4.03000-1) ...
16:46:00 #9 43.26 Setting up libipc-run3-perl (0.048-2) ...
16:46:00 #9 43.27 Setting up libsub-override-perl (0.09-2) ...
16:46:00 #9 43.28 Setting up libaliased-perl (0.34-1.1) ...
16:46:00 #9 43.29 Setting up libstrictures-perl (2.000006-1) ...
16:46:00 #8 16.11 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf libuchardet0 armhf 0.0.7-1 [65.0 kB]
16:46:00 #8 16.11 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf groff-base armhf 1.22.4-6 [793 kB]
16:46:00 #8 16.27 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm6 armhf 1.19-2 [61.7 kB]
16:46:00 #8 16.27 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf libpipeline1 armhf 1.5.3-1 [29.9 kB]
16:46:00 #8 16.28 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf man-db armhf 2.9.4-2 [1307 kB]
16:46:00 #8 16.43 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf perl-modules-5.32 all 5.32.1-4+deb11u1 [2823 kB]
16:46:00 #8 16.51 Get:9 http://archive.raspberrypi.org/debian bullseye/main armhf libc-dev-bin armhf 2.31-13+rpt2+rpi1 [266 kB]
16:46:00 #9 43.30 Setting up libsub-quote-perl (2.006006-1) ...
16:46:00 #9 43.31 Setting up libdevel-stacktrace-perl (2.0400-1) ...
16:46:00 #9 43.32 Setting up libclass-xsaccessor-perl (1.19-3build7) ...
16:46:00 #9 43.33 Setting up libsort-versions-perl (1.62-1) ...
16:46:00 #9 43.34 Setting up libexporter-tiny-perl (1.002002-1) ...
16:46:00 #9 43.35 Setting up libre-engine-re2-perl:amd64 (0.14-1) ...
16:46:00 #9 43.36 Setting up libfile-dirlist-perl (0.05-2) ...
16:46:00 #9 43.37 Setting up libterm-readkey-perl (2.38-1build2) ...
16:46:00 #9 43.39 Setting up libtext-levenshteinxs-perl (0.03-4build8) ...
16:46:00 #9 43.39 Setting up libperlio-gzip-perl (0.19-1build6) ...
16:46:00 #9 43.40 Setting up libsys-hostname-long-perl (1.5-2) ...
16:46:00 #9 43.41 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
16:46:00 #9 43.42 Setting up libsereal-decoder-perl (4.018+ds-1build1) ...
16:46:00 #9 43.43 Setting up liburi-perl (5.07-1) ...
16:46:00 #9 43.44 Setting up libfile-touch-perl (0.11-1) ...
16:46:00 #9 43.45 Setting up python3.9 (3.9.5-3~21.04) ...
16:46:00 #8 16.52 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf libgdbm-compat4 armhf 1.19-2 [44.5 kB]
16:46:00 #8 16.54 Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf libperl5.32 armhf 5.32.1-4+deb11u1 [3371 kB]
16:46:00 #8 16.54 Get:12 http://archive.raspberrypi.org/debian bullseye/main armhf linux-libc-dev armhf 1:1.20210831-1 [1012 kB]
16:46:00 #8 16.55 Get:13 http://archive.raspberrypi.org/debian bullseye/main armhf libc6-dev armhf 2.31-13+rpt2+rpi1 [1813 kB]
16:46:00 #8 16.76 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf perl armhf 5.32.1-4+deb11u1 [293 kB]
16:46:00 #8 16.77 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-minimal armhf 3.9.2-1+rpi1 [791 kB]
16:46:00 #8 16.78 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libexpat1 armhf 2.2.10-2 [73.4 kB]
16:46:00 #8 16.78 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9-minimal armhf 3.9.2-1+rpi1 [1625 kB]
16:46:00 #8 16.87 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf python3-minimal armhf 3.9.2-3 [38.2 kB]
16:46:00 #8 16.87 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf media-types all 4.0.0 [30.3 kB]
16:46:00 #8 16.87 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libmpdec3 armhf 2.5.1-1+rpi1 [73.4 kB]
16:46:00 #8 16.88 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3.9-stdlib armhf 3.9.2-1+rpi1 [1616 kB]
16:46:00 #8 16.95 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf python3.9 armhf 3.9.2-1+rpi1 [466 kB]
16:46:00 #8 16.98 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libpython3-stdlib armhf 3.9.2-3 [21.4 kB]
16:46:00 #9 44.08 Setting up libc-devtools (2.33-0ubuntu5) ...
16:46:00 #9 44.09 Setting up libemail-address-xs-perl (1.04-1build4) ...
16:46:00 #9 44.10 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-2) ...
16:46:00 #9 44.11 Setting up libnet-ssleay-perl (1.88-3ubuntu1) ...
16:46:00 #9 44.12 Setting up automake (1:1.16.3-2ubuntu1) ...
16:46:00 #9 44.13 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
16:46:00 #9 44.13 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
16:46:00 #9 44.13 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
16:46:00 #9 44.13 Setting up libapt-pkg-perl (0.1.39build1) ...
16:46:00 #9 44.14 Setting up libstring-escape-perl (2010.002-2) ...
16:46:00 #9 44.15 Setting up libhttp-date-perl (6.05-1) ...
16:46:00 #9 44.16 Setting up libfile-which-perl (1.23-1) ...
16:46:00 #9 44.17 Setting up libfile-basedir-perl (0.08-1) ...
16:46:00 #9 44.18 Setting up libnumber-range-perl (0.12-1.1) ...
16:46:00 #9 44.19 Setting up libunicode-utf8-perl (0.62-1build2) ...
16:46:00 #9 44.21 Setting up libmouse-perl (2.5.10-1build2) ...
16:46:01 #8 16.98 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf python3 armhf 3.9.2-3 [37.9 kB]
16:46:01 #8 16.98 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf sensible-utils all 0.0.14 [14.8 kB]
16:46:01 #8 16.98 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf bzip2 armhf 1.0.8-4 [47.0 kB]
16:46:01 #8 17.00 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic-mgc armhf 1:5.39-3 [273 kB]
16:46:01 #8 17.00 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libmagic1 armhf 1:5.39-3 [117 kB]
16:46:01 #8 17.01 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf file armhf 1:5.39-3 [68.0 kB]
16:46:01 #8 17.01 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf gettext-base armhf 0.21-4 [171 kB]
16:46:01 #8 17.08 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf xz-utils armhf 5.2.5-2 [215 kB]
16:46:01 #8 17.08 Get:32 http://archive.raspbian.org/raspbian bullseye/main armhf libsigsegv2 armhf 2.13-1 [34.3 kB]
16:46:01 #8 17.08 Get:33 http://archive.raspbian.org/raspbian bullseye/main armhf m4 armhf 1.4.18-5 [186 kB]
16:46:01 #8 17.09 Get:34 http://archive.raspbian.org/raspbian bullseye/main armhf autoconf all 2.69-14 [313 kB]
16:46:01 #8 17.09 Get:35 http://archive.raspbian.org/raspbian bullseye/main armhf autotools-dev all 20180224.1+nmu1 [77.1 kB]
16:46:01 #8 17.16 Get:36 http://archive.raspbian.org/raspbian bullseye/main armhf automake all 1:1.16.3-2 [814 kB]
16:46:01 #8 17.17 Get:37 http://archive.raspbian.org/raspbian bullseye/main armhf autopoint all 0.21-4 [510 kB]
16:46:01 #8 17.17 Get:38 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-common armhf 2.35.2-2+rpi1 [2220 kB]
16:46:01 #9 44.22 Setting up g++-10 (10.3.0-1ubuntu1) ...
16:46:01 #9 44.23 Setting up libfile-listing-perl (6.14-1) ...
16:46:01 #9 44.24 Setting up libregexp-pattern-perl (0.2.14-1) ...
16:46:01 #9 44.24 Setting up libdata-messagepack-perl (1.00-4build1) ...
16:46:01 #9 44.26 Setting up libfont-afm-perl (1.20-3) ...
16:46:01 #9 44.27 Setting up libwant-perl (0.29-1build5) ...
16:46:01 #9 44.27 Setting up libdynaloader-functions-perl (0.003-1.1) ...
16:46:01 #9 44.28 Setting up libtext-glob-perl (0.11-1) ...
16:46:01 #9 44.29 Setting up libclass-method-modifiers-perl (2.13-1) ...
16:46:01 #9 44.30 Setting up liblist-compare-perl (0.55-1) ...
16:46:01 #9 44.31 Setting up libref-util-xs-perl (0.117-1build3) ...
16:46:01 #9 44.32 Setting up libio-pty-perl (1:1.15-2) ...
16:46:01 #9 44.34 Setting up libtool (2.4.6-15) ...
16:46:01 #9 44.34 Setting up libfile-fcntllock-perl (0.22-3build5) ...
16:46:01 #9 44.35 Setting up libsort-key-perl (1.33-2build3) ...
16:46:01 #9 44.36 Setting up libclone-perl (0.45-1build1) ...
16:46:01 #9 44.37 Setting up libalgorithm-diff-perl (1.201-1) ...
16:46:01 #9 44.38 Setting up libarchive-zip-perl (1.68-1) ...
16:46:01 #9 44.39 Setting up libsub-identify-perl (0.14-1build3) ...
16:46:01 #9 44.40 Setting up libdistro-info-perl (1.0) ...
16:46:01 #9 44.41 Setting up libcpanel-json-xs-perl (4.25-1build1) ...
16:46:01 #8 17.32 Get:39 http://archive.raspbian.org/raspbian bullseye/main armhf libbinutils armhf 2.35.2-2+rpi1 [393 kB]
16:46:01 #8 17.33 Get:40 http://archive.raspbian.org/raspbian bullseye/main armhf libctf-nobfd0 armhf 2.35.2-2+rpi1 [100 kB]
16:46:01 #8 17.33 Get:41 http://archive.raspbian.org/raspbian bullseye/main armhf libctf0 armhf 2.35.2-2+rpi1 [41.9 kB]
16:46:01 #8 17.33 Get:42 http://archive.raspbian.org/raspbian bullseye/main armhf binutils-arm-linux-gnueabihf armhf 2.35.2-2+rpi1 [2105 kB]
16:46:01 #8 17.41 Get:43 http://archive.raspbian.org/raspbian bullseye/main armhf binutils armhf 2.35.2-2+rpi1 [61.7 kB]
16:46:01 #8 17.41 Get:44 http://archive.raspbian.org/raspbian bullseye/main armhf libisl23 armhf 0.23-1 [497 kB]
16:46:01 #8 17.48 Get:45 http://archive.raspbian.org/raspbian bullseye/main armhf libmpfr6 armhf 4.1.0-3 [803 kB]
16:46:01 #9 44.42 Setting up libobject-id-perl (0.1.2-2ubuntu1) ...
16:46:01 #9 44.43 Setting up libio-stringy-perl (2.111-3) ...
16:46:01 #9 44.44 Setting up liblist-moreutils-perl (0.430-2) ...
16:46:01 #9 44.45 Setting up libhtml-tagset-perl (3.20-4) ...
16:46:01 #9 44.46 Setting up liblog-any-perl (1.709-1) ...
16:46:01 #9 44.47 Setting up libauthen-sasl-perl (2.1600-1.1) ...
16:46:01 #9 44.49 Setting up libdevel-size-perl (0.83-1build2) ...
16:46:01 #9 44.50 Setting up libdebhelper-perl (13.3.4ubuntu1) ...
16:46:01 #9 44.51 Setting up libpod-constants-perl (0.19-2) ...
16:46:01 #9 44.52 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
16:46:01 #9 44.53 Setting up liblwp-mediatypes-perl (6.04-1) ...
16:46:01 #9 44.54 Setting up libyaml-libyaml-perl (0.82+repack-1build1) ...
16:46:01 #9 44.55 Setting up libtry-tiny-perl (0.30-1) ...
16:46:01 #9 44.56 Setting up libtype-tiny-perl (1.012001-2) ...
16:46:01 #9 44.57 Setting up libcommon-sense-perl (3.75-1build4) ...
16:46:01 #9 44.59 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
16:46:01 #9 44.60 Setting up libnet-http-perl (6.20-1) ...
16:46:01 #9 44.61 Setting up libtext-markdown-discount-perl:amd64 (0.12-1build1) ...
16:46:01 #9 44.62 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
16:46:01 #9 44.63 Setting up libtime-moment-perl (0.44-1build4) ...
16:46:01 #8 17.49 Get:46 http://archive.raspbian.org/raspbian bullseye/main armhf libmpc3 armhf 1.2.0-1 [35.2 kB]
16:46:01 #8 17.49 Get:47 http://archive.raspbian.org/raspbian bullseye/main armhf cpp-10 armhf 10.2.1-6+rpi1 [6688 kB]
16:46:01 #9 44.64 Setting up libencode-locale-perl (1.05-1.1) ...
16:46:01 #9 44.65 Setting up python3 (3.9.4-1) ...
16:46:01 #8 17.92 Get:48 http://archive.raspbian.org/raspbian bullseye/main armhf cpp armhf 4:10.2.1-1+rpi1 [19.9 kB]
16:46:01 #8 17.92 Get:49 http://archive.raspbian.org/raspbian bullseye/main armhf libdebhelper-perl all 13.3.4 [189 kB]
16:46:01 #8 17.93 Get:50 http://archive.raspbian.org/raspbian bullseye/main armhf libcc1-0 armhf 10.2.1-6+rpi1 [38.3 kB]
16:46:01 #8 17.93 Get:51 http://archive.raspbian.org/raspbian bullseye/main armhf libgomp1 armhf 10.2.1-6+rpi1 [84.1 kB]
16:46:01 #8 17.93 Get:52 http://archive.raspbian.org/raspbian bullseye/main armhf libatomic1 armhf 10.2.1-6+rpi1 [8212 B]
16:46:01 #8 17.93 Get:53 http://archive.raspbian.org/raspbian bullseye/main armhf libasan6 armhf 10.2.1-6+rpi1 [1986 kB]
16:46:01 #8 17.96 Get:54 http://archive.raspbian.org/raspbian bullseye/main armhf libubsan1 armhf 10.2.1-6+rpi1 [746 kB]
16:46:01 #8 18.02 Get:55 http://archive.raspbian.org/raspbian bullseye/main armhf libgcc-10-dev armhf 10.2.1-6+rpi1 [682 kB]
16:46:02 #9 44.96 Setting up libexception-class-perl (1.44-1) ...
16:46:02 #9 44.98 Setting up python3-xdg (0.27-2) ...
16:46:02 #9 45.15 Setting up libconfig-tiny-perl (2.24-1) ...
16:46:02 #9 45.16 Setting up libsereal-encoder-perl (4.018+ds-1build1) ...
16:46:02 #9 45.17 Setting up libdevel-callchecker-perl (0.008-1ubuntu2) ...
16:46:02 #9 45.17 Setting up liblist-utilsby-perl (0.11-1) ...
16:46:02 #9 45.18 Setting up libstring-shellquote-perl (1.04-1) ...
16:46:02 #8 18.03 Get:56 http://archive.raspbian.org/raspbian bullseye/main armhf gcc-10 armhf 10.2.1-6+rpi1 [13.4 MB]
16:46:02 #9 45.19 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-2) ...
16:46:02 #9 45.20 Setting up libsub-install-perl (0.928-1.1) ...
16:46:02 #9 45.21 Setting up gcc (4:10.3.0-1ubuntu1) ...
16:46:02 #9 45.23 Setting up dpkg-dev (1.20.9ubuntu1) ...
16:46:02 #9 45.25 Setting up libnumber-compare-perl (0.03-1.1) ...
16:46:02 #9 45.26 Setting up intltool-debian (0.35.0+20060710.5) ...
16:46:02 #9 45.27 Setting up liberror-perl (0.17029-1) ...
16:46:02 #9 45.28 Setting up python3-six (1.15.0-2) ...
16:46:02 #9 45.42 Setting up dh-autoreconf (20) ...
16:46:02 #9 45.43 Setting up patchutils (0.4.2-1) ...
16:46:02 #9 45.44 Setting up libmail-sendmail-perl (0.80-1.1) ...
16:46:02 #9 45.45 Setting up libltdl-dev:amd64 (2.4.6-15) ...
16:46:02 #9 45.46 Setting up libjson-maybexs-perl (1.004003-1) ...
16:46:02 #9 45.47 Setting up libxml-sax-base-perl (1.09-1.1) ...
16:46:02 #9 45.48 Setting up libio-string-perl (1.08-3.1) ...
16:46:02 #9 45.49 Setting up libreadonly-perl (2.050-3) ...
16:46:02 #9 45.51 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-2) ...
16:46:02 #9 45.52 Setting up python3-gpg (1.14.0-1ubuntu3) ...
16:46:02 #9 45.69 Setting up python3-certifi (2020.6.20-1) ...
16:46:02 #8 18.89 Get:57 http://archive.raspbian.org/raspbian bullseye/main armhf gcc armhf 4:10.2.1-1+rpi1 [5196 B]
16:46:02 #9 45.83 Setting up libfile-find-rule-perl (0.34-1) ...
16:46:02 #9 45.84 Setting up libstring-copyright-perl (0.003006-1) ...
16:46:02 #9 45.85 Setting up python3-idna (2.10-1) ...
16:46:02 #8 18.89 Get:58 http://archive.raspbian.org/raspbian bullseye/main armhf libcrypt-dev armhf 1:4.4.18-4 [109 kB]
16:46:02 #8 18.89 Get:59 http://archive.raspbian.org/raspbian bullseye/main armhf libtirpc-dev armhf 1.3.1-1 [173 kB]
16:46:02 #8 18.90 Get:60 http://archive.raspbian.org/raspbian bullseye/main armhf libnsl-dev armhf 1.3.0-2 [58.9 kB]
16:46:02 #8 18.90 Get:61 http://archive.raspbian.org/raspbian bullseye/main armhf libtool all 2.4.6-15 [513 kB]
16:46:02 #8 18.91 Get:62 http://archive.raspbian.org/raspbian bullseye/main armhf dh-autoreconf all 20 [17.1 kB]
16:46:02 #8 18.91 Get:63 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive-zip-perl all 1.68-1 [104 kB]
16:46:02 #8 18.91 Get:64 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-override-perl all 0.09-2 [10.2 kB]
16:46:02 #8 18.91 Get:65 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
16:46:02 #8 18.97 Get:66 http://archive.raspbian.org/raspbian bullseye/main armhf dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
16:46:03 #9 46.05 Setting up libdata-optlist-perl (0.110-1.1) ...
16:46:03 #9 46.06 Setting up libipc-run-perl (20200505.0-1) ...
16:46:03 #9 46.07 Setting up libtext-xslate-perl (3.5.8-1build2) ...
16:46:03 #9 46.08 Setting up python3-urllib3 (1.26.2-1ubuntu1) ...
16:46:03 #9 46.25 Setting up libcontextual-return-perl (0.004014-2) ...
16:46:03 #8 19.05 Get:67 http://archive.raspbian.org/raspbian bullseye/main armhf libdpkg-perl all 1.20.9+rpi1 [1538 kB]
16:46:03 #8 19.07 Get:68 http://archive.raspbian.org/raspbian bullseye/main armhf patch armhf 2.7.6-7 [116 kB]
16:46:03 #8 19.13 Get:69 http://archive.raspbian.org/raspbian bullseye/main armhf make armhf 4.3-4.1 [376 kB]
16:46:03 #8 19.14 Get:70 http://archive.raspbian.org/raspbian bullseye/main armhf dpkg-dev all 1.20.9+rpi1 [2152 kB]
16:46:03 #8 19.22 Get:71 http://archive.raspbian.org/raspbian bullseye/main armhf libelf1 armhf 0.183-1 [161 kB]
16:46:03 #8 19.22 Get:72 http://archive.raspbian.org/raspbian bullseye/main armhf dwz armhf 0.13+20210201-1 [164 kB]
16:46:03 #8 19.23 Get:73 http://archive.raspbian.org/raspbian bullseye/main armhf libicu67 armhf 67.1-7 [8291 kB]
16:46:03 #9 46.26 Setting up libwww-robotrules-perl (6.02-1) ...
16:46:03 #9 46.27 Setting up libtypes-serialiser-perl (1.01-1) ...
16:46:03 #9 46.28 Setting up g++ (4:10.3.0-1ubuntu1) ...
16:46:03 #9 46.30 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
16:46:03 #9 46.30 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
16:46:03 #9 46.31 Setting up libhtml-parser-perl (3.75-1build1) ...
16:46:03 #9 46.32 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
16:46:03 #9 46.33 Setting up librole-tiny-perl (2.002004-1) ...
16:46:03 #9 46.34 Setting up build-essential (12.8ubuntu3) ...
16:46:03 #9 46.35 Setting up python3-unidiff (0.5.5-2) ...
16:46:03 #9 46.48 Setting up lsb-release (11.1.0ubuntu2) ...
16:46:03 #9 46.50 Setting up libfont-ttf-perl (1.06-1.1) ...
16:46:03 #9 46.52 Setting up libfile-homedir-perl (1.006-1) ...
16:46:03 #9 46.53 Setting up python3-magic (2:0.4.20-3) ...
16:46:03 #9 46.68 Setting up libalgorithm-diff-xs-perl (0.04-6build1) ...
16:46:03 #9 46.69 Setting up libio-socket-ssl-perl (2.069-1) ...
16:46:03 #9 46.70 Setting up libsub-exporter-perl (0.987-1) ...
16:46:03 #9 46.71 Setting up libalgorithm-merge-perl (0.08-3) ...
16:46:03 #9 46.72 Setting up libhttp-message-perl (6.28-1) ...
16:46:03 #9 46.73 Setting up libhtml-form-perl (6.07-1) ...
16:46:03 #9 46.74 Setting up python3-pkg-resources (52.0.0-3) ...
16:46:03 #8 19.76 Get:74 http://archive.raspbian.org/raspbian bullseye/main armhf libxml2 armhf 2.9.10+dfsg-6.7 [580 kB]
16:46:03 #8 19.77 Get:75 http://archive.raspbian.org/raspbian bullseye/main armhf gettext armhf 0.21-4 [1215 kB]
16:46:03 #8 19.78 Get:76 http://archive.raspbian.org/raspbian bullseye/main armhf intltool-debian all 0.35.0+20060710.5 [26.8 kB]
16:46:03 #8 19.80 Get:77 http://archive.raspbian.org/raspbian bullseye/main armhf po-debconf all 1.0.21+nmu1 [248 kB]
16:46:03 #8 19.80 Get:78 http://archive.raspbian.org/raspbian bullseye/main armhf debhelper all 13.3.4 [1049 kB]
16:46:03 #8 19.85 Get:79 http://archive.raspbian.org/raspbian bullseye/main armhf libfakeroot armhf 1.25.3-1.1 [45.1 kB]
16:46:03 #8 19.85 Get:80 http://archive.raspbian.org/raspbian bullseye/main armhf fakeroot armhf 1.25.3-1.1 [86.2 kB]
16:46:03 #8 19.86 Get:81 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-dirlist-perl all 0.05-2 [7444 B]
16:46:03 #8 19.86 Get:82 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-which-perl all 1.23-1 [16.6 kB]
16:46:03 #8 19.86 Get:83 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-homedir-perl all 1.006-1 [43.8 kB]
16:46:03 #8 19.93 Get:84 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-touch-perl all 0.11-1 [9254 B]
16:46:03 #8 19.93 Get:85 http://archive.raspbian.org/raspbian bullseye/main armhf libio-pty-perl armhf 1:1.15-2 [36.1 kB]
16:46:03 #8 19.93 Get:86 http://archive.raspbian.org/raspbian bullseye/main armhf libipc-run-perl all 20200505.0-1 [102 kB]
16:46:03 #8 19.93 Get:87 http://archive.raspbian.org/raspbian bullseye/main armhf libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
16:46:03 #8 20.01 Get:88 http://archive.raspbian.org/raspbian bullseye/main armhf libb-hooks-op-check-perl armhf 0.22-1+b4 [11.0 kB]
16:46:03 #8 20.01 Get:89 http://archive.raspbian.org/raspbian bullseye/main armhf libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
16:46:03 #8 20.01 Get:90 http://archive.raspbian.org/raspbian bullseye/main armhf libdevel-callchecker-perl armhf 0.008-1+b2 [15.7 kB]
16:46:03 #8 20.01 Get:91 http://archive.raspbian.org/raspbian bullseye/main armhf libparams-classify-perl armhf 0.015-1+b3 [24.6 kB]
16:46:03 #9 46.93 Setting up libiterator-perl (0.03+ds1-1.1) ...
16:46:03 #9 46.94 Setting up libfile-stripnondeterminism-perl (1.11.0-1) ...
16:46:03 #9 46.95 Setting up libjson-xs-perl (4.030-1build1) ...
16:46:03 #9 46.96 Setting up libhttp-negotiate-perl (6.01-1) ...
16:46:03 #9 46.97 Setting up libio-prompter-perl (0.004015-1) ...
16:46:03 #9 46.98 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
16:46:03 #9 46.99 Setting up libhttp-cookies-perl (6.10-1) ...
16:46:03 #9 47.00 Setting up python3-apt (2.2.0~ubuntu0.21.04.1) ...
16:46:04 #8 20.02 Get:92 http://archive.raspbian.org/raspbian bullseye/main armhf libmodule-runtime-perl all 0.016-1 [19.4 kB]
16:46:04 #8 20.08 Get:93 http://archive.raspbian.org/raspbian bullseye/main armhf libimport-into-perl all 1.002005-1 [11.6 kB]
16:46:04 #8 20.09 Get:94 http://archive.raspbian.org/raspbian bullseye/main armhf librole-tiny-perl all 2.002004-1 [21.4 kB]
16:46:04 #8 20.09 Get:95 http://archive.raspbian.org/raspbian bullseye/main armhf libstrictures-perl all 2.000006-1 [18.6 kB]
16:46:04 #8 20.09 Get:96 http://archive.raspbian.org/raspbian bullseye/main armhf libsub-quote-perl all 2.006006-1 [21.0 kB]
16:46:04 #8 20.16 Get:97 http://archive.raspbian.org/raspbian bullseye/main armhf libmoo-perl all 2.004004-1 [59.9 kB]
16:46:04 #9 47.16 Setting up po-debconf (1.0.21+nmu1) ...
16:46:04 #9 47.17 Setting up libhtml-tree-perl (5.07-2) ...
16:46:04 #9 47.18 Setting up libparams-classify-perl (0.015-1build3) ...
16:46:04 #9 47.19 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-2ubuntu1) ...
16:46:04 #9 47.20 Setting up libpath-iterator-rule-perl (1.014-1) ...
16:46:04 #9 47.20 Setting up libcurl3-gnutls:amd64 (7.74.0-1ubuntu2.3) ...
16:46:04 #9 47.21 Setting up libhtml-format-perl (2.12-1.1) ...
16:46:04 #9 47.22 Setting up libxml-sax-perl (1.02+dfsg-1) ...
16:46:04 #9 47.27 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
16:46:04 #9 47.33 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:46:04 #8 20.17 Get:98 http://archive.raspbian.org/raspbian bullseye/main armhf libencode-locale-perl all 1.05-1.1 [13.2 kB]
16:46:04 #8 20.17 Get:99 http://archive.raspbian.org/raspbian bullseye/main armhf libtimedate-perl all 2.3300-2 [39.3 kB]
16:46:04 #8 20.17 Get:100 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-date-perl all 6.05-1 [10.4 kB]
16:46:04 #8 20.17 Get:101 http://archive.raspbian.org/raspbian bullseye/main armhf libfile-listing-perl all 6.14-1 [12.4 kB]
16:46:04 #8 20.24 Get:102 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tagset-perl all 3.20-4 [13.0 kB]
16:46:04 #8 20.25 Get:103 http://archive.raspbian.org/raspbian bullseye/main armhf liburi-perl all 5.08-1 [90.6 kB]
16:46:04 #8 20.25 Get:104 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-parser-perl armhf 3.75-1+b1 [102 kB]
16:46:04 #8 20.40 Get:105 http://archive.raspbian.org/raspbian bullseye/main armhf libhtml-tree-perl all 5.07-2 [213 kB]
16:46:04 #9 47.45 
16:46:04 #9 47.45 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:46:04 #9 47.47 Setting up dirmngr (2.2.20-1ubuntu3) ...
16:46:04 #8 20.72 Get:106 http://archive.raspbian.org/raspbian bullseye/main armhf libio-html-perl all 1.004-2 [16.1 kB]
16:46:04 #9 47.60 Setting up python3-chardet (4.0.0-1) ...
16:46:04 #9 47.86 Setting up libnet-smtp-ssl-perl (1.04-1) ...
16:46:04 #8 20.72 Get:107 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
16:46:04 #8 20.72 Get:108 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-message-perl all 6.28-1 [79.6 kB]
16:46:04 #8 20.72 Get:109 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-cookies-perl all 6.10-1 [19.6 kB]
16:46:04 #8 20.73 Get:110 http://archive.raspbian.org/raspbian bullseye/main armhf libhttp-negotiate-perl all 6.01-1 [12.8 kB]
16:46:04 #8 20.73 Get:111 http://archive.raspbian.org/raspbian bullseye/main armhf perl-openssl-defaults armhf 5 [7360 B]
16:46:04 #8 20.73 Get:112 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-ssleay-perl armhf 1.88-3+b1 [300 kB]
16:46:04 #8 20.80 Get:113 http://archive.raspbian.org/raspbian bullseye/main armhf libio-socket-ssl-perl all 2.069-1 [215 kB]
16:46:04 #8 20.80 Get:114 http://archive.raspbian.org/raspbian bullseye/main armhf libnet-http-perl all 6.20-1 [25.1 kB]
16:46:04 #8 20.87 Get:115 http://archive.raspbian.org/raspbian bullseye/main armhf liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
16:46:04 #8 20.87 Get:116 http://archive.raspbian.org/raspbian bullseye/main armhf libtry-tiny-perl all 0.30-1 [23.3 kB]
16:46:04 #8 20.88 Get:117 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-robotrules-perl all 6.02-1 [12.9 kB]
16:46:04 #8 20.88 Get:118 http://archive.raspbian.org/raspbian bullseye/main armhf libwww-perl all 6.52-1 [192 kB]
16:46:04 #8 20.88 Get:119 http://archive.raspbian.org/raspbian bullseye/main armhf patchutils armhf 0.4.2-1 [68.7 kB]
16:46:04 #8 20.88 Get:120 http://archive.raspbian.org/raspbian bullseye/main armhf libtinfo5 armhf 6.2+20201114-2 [324 kB]
16:46:04 #8 20.89 Get:121 http://archive.raspbian.org/raspbian bullseye/main armhf wdiff armhf 1.2.2-2 [120 kB]
16:46:04 #8 20.95 Get:122 http://archive.raspbian.org/raspbian bullseye/main armhf devscripts armhf 2.21.3 [1092 kB]
16:46:04 #8 20.96 Get:123 http://archive.raspbian.org/raspbian bullseye/main armhf equivs all 2.3.1 [22.7 kB]
16:46:04 #9 47.87 Setting up libmodule-runtime-perl (0.016-1) ...
16:46:04 #9 47.88 Setting up libmailtools-perl (2.21-1) ...
16:46:04 #9 47.89 Setting up python3-debian (0.1.39) ...
16:46:05 #8 21.03 Get:124 http://archive.raspbian.org/raspbian bullseye/main armhf libcurl3-gnutls armhf 7.74.0-1.3 [301 kB]
16:46:05 #8 21.03 Get:125 http://archive.raspbian.org/raspbian bullseye/main armhf liberror-perl all 0.17029-1 [31.0 kB]
16:46:05 #8 21.03 Get:126 http://archive.raspbian.org/raspbian bullseye/main armhf git-man all 1:2.30.2-1 [1827 kB]
16:46:05 #8 21.11 Get:127 http://archive.raspbian.org/raspbian bullseye/main armhf git armhf 1:2.30.2-1 [4724 kB]
16:46:05 #9 48.05 Setting up python3-requests (2.25.1+dfsg-2) ...
16:46:05 #9 48.23 Setting up git (1:2.30.2-1ubuntu1) ...
16:46:05 #9 48.26 Setting up libxml-libxml-perl (2.0134+dfsg-2build1) ...
16:46:05 #9 48.32 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
16:46:05 #9 48.39 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
16:46:05 #9 48.45 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:46:05 #9 48.57 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:46:05 #9 48.60 Setting up dh-strip-nondeterminism (1.11.0-1) ...
16:46:05 #9 48.61 Setting up libconst-fast-perl (0.014-1.1) ...
16:46:05 #9 48.62 Setting up libhttp-daemon-perl (6.12-1) ...
16:46:05 #9 48.63 Setting up libgit-wrapper-perl (0.048-1) ...
16:46:05 #9 48.64 Setting up libcurl4:amd64 (7.74.0-1ubuntu2.3) ...
16:46:05 #9 48.65 Setting up curl (7.74.0-1ubuntu2.3) ...
16:46:05 #9 48.66 Setting up libdata-dpath-perl (0.58-1) ...
16:46:05 #9 48.67 Setting up gpg-wks-client (2.2.20-1ubuntu3) ...
16:46:05 #9 48.69 Setting up libmodule-implementation-perl (0.09-1.1) ...
16:46:05 #9 48.70 Setting up libpackage-stash-perl (0.39-1) ...
16:46:05 #9 48.70 Setting up libimport-into-perl (1.002005-1) ...
16:46:05 #9 48.71 Setting up libmoo-perl (2.004004-1) ...
16:46:05 #9 48.73 Setting up liblist-someutils-perl (0.58-1) ...
16:46:05 #9 48.74 Setting up debhelper (13.3.4ubuntu1) ...
16:46:05 #9 48.75 Setting up dput (1.1.0ubuntu1) ...
16:46:05 #9 48.91 Setting up liblist-someutils-xs-perl (0.58-2build1) ...
16:46:05 #9 48.92 Setting up equivs (2.3.1) ...
16:46:05 #9 48.93 Setting up gnupg (2.2.20-1ubuntu3) ...
16:46:05 #9 48.94 Setting up libmoox-aliases-perl (0.001006-1.1) ...
16:46:05 #9 48.95 Setting up libparams-validate-perl:amd64 (1.30-1build1) ...
16:46:05 #9 48.96 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
16:46:05 #9 48.97 Setting up libnamespace-clean-perl (0.27-1) ...
16:46:05 #9 48.98 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
16:46:05 #9 48.99 Setting up libnamespace-autoclean-perl (0.29-1) ...
16:46:05 #9 49.00 Setting up libgitlab-api-v4-perl (0.26-1) ...
16:46:05 #9 49.01 Setting up libmoox-struct-perl (0.020-1) ...
16:46:05 #9 49.02 Setting up lintian (2.104.0ubuntu2) ...
16:46:05 #9 49.03 Setting up licensecheck (3.1.1-2) ...
16:46:05 #9 49.04 Setting up liblwp-protocol-https-perl (6.10-1) ...
16:46:05 #8 21.90 debconf: delaying package configuration, since apt-utils is not installed
16:46:05 #8 21.97 Fetched 79.5 MB in 6s (12.8 MB/s)
16:46:05 #8 22.01 Selecting previously unselected package bsdextrautils.
16:46:05 #8 22.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 ... 7749 files and directories currently installed.)
16:46:05 #8 22.03 Preparing to unpack .../bsdextrautils_2.36.1-8_armhf.deb ...
16:46:05 #8 22.03 Unpacking bsdextrautils (2.36.1-8) ...
16:46:05 #8 22.12 Preparing to unpack .../libc6_2.31-13+rpt2+rpi1_armhf.deb ...
16:46:06 #9 49.05 Setting up libwww-perl (6.52-1) ...
16:46:06 #9 49.06 Setting up devscripts (2.21.1ubuntu1) ...
16:46:06 #9 49.22 Setting up libxml-parser-perl:amd64 (2.46-2) ...
16:46:06 #9 49.23 Setting up libxml-sax-expat-perl (0.51-1) ...
16:46:06 #9 49.26 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
16:46:06 #9 49.31 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:46:06 #9 49.44 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:46:06 #9 49.47 Processing triggers for libc-bin (2.33-0ubuntu5) ...
16:46:06 #9 49.49 Processing triggers for ca-certificates (20210119build1) ...
16:46:06 #9 49.49 Updating certificates in /etc/ssl/certs...
16:46:06 #8 22.47 Unpacking libc6:armhf (2.31-13+rpt2+rpi1) over (2.31-13+rpi1) ...
16:46:06 #9 49.83 0 added, 0 removed; done.
16:46:06 #9 49.83 Running hooks in /etc/ca-certificates/update.d...
16:46:06 #9 49.83 done.
16:46:07 #9 DONE 50.7s
16:46:07 
16:46:07 #11 [stage-1 4/9] COPY common /root/build-deb/debian
16:46:07 #11 sha256:426936d05bca5a9e5b5df882fe8fd73f96e3578fcb45dad1a8b4d1362eb384f4
16:46:07 #11 DONE 0.0s
16:46:07 
16:46:07 #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
16:46:07 #12 sha256:d5651e7d3553ebbe49f352ebefbad59ad668f199499bc9dc74f2adeea922f958
16:46:08 #12 0.677 Hit:1 http://archive.ubuntu.com/ubuntu hirsute InRelease
16:46:08 #12 0.740 Hit:2 http://archive.ubuntu.com/ubuntu hirsute-updates InRelease
16:46:08 #8 24.07 Setting up libc6:armhf (2.31-13+rpt2+rpi1) ...
16:46:08 #12 0.799 Hit:3 http://security.ubuntu.com/ubuntu hirsute-security InRelease
16:46:08 #12 0.813 Hit:4 http://archive.ubuntu.com/ubuntu hirsute-backports InRelease
16:46:09 #12 0.956 Reading package lists...
16:46:09 #8 25.46 Selecting previously unselected package libuchardet0:armhf.
16:46:09 #8 25.46 (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 ... 7780 files and directories currently installed.)
16:46:09 #8 25.48 Preparing to unpack .../00-libuchardet0_0.0.7-1_armhf.deb ...
16:46:09 #8 25.48 Unpacking libuchardet0:armhf (0.0.7-1) ...
16:46:09 #8 25.54 Selecting previously unselected package groff-base.
16:46:09 #12 1.866 dpkg-buildpackage: info: source package docker-ce-build-deps
16:46:09 #12 1.866 dpkg-buildpackage: info: source version 1.0
16:46:09 #12 1.866 dpkg-buildpackage: info: source distribution unstable
16:46:09 #12 1.866 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
16:46:09 #12 1.898 dpkg-buildpackage: info: host architecture amd64
16:46:09 #8 25.54 Preparing to unpack .../01-groff-base_1.22.4-6_armhf.deb ...
16:46:09 #8 25.55 Unpacking groff-base (1.22.4-6) ...
16:46:09 #8 25.71 Selecting previously unselected package libgdbm6:armhf.
16:46:09 #8 25.72 Preparing to unpack .../02-libgdbm6_1.19-2_armhf.deb ...
16:46:09 #8 25.72 Unpacking libgdbm6:armhf (1.19-2) ...
16:46:09 #8 25.78 Selecting previously unselected package libpipeline1:armhf.
16:46:09 #8 25.79 Preparing to unpack .../03-libpipeline1_1.5.3-1_armhf.deb ...
16:46:09 #12 1.898  dpkg-source --before-build .
16:46:09 #12 1.994  debian/rules clean
16:46:09 #12 1.996 dh clean
16:46:09 #12 2.079    dh_clean
16:46:09 #12 2.110  debian/rules binary
16:46:09 #12 2.112 dh binary
16:46:09 #12 2.187    dh_update_autotools_config
16:46:09 #12 2.215    dh_autoreconf
16:46:09 #12 2.253    create-stamp debian/debhelper-build-stamp
16:46:09 #12 2.253    dh_prep
16:46:09 #12 2.280    dh_install
16:46:09 #12 2.310    dh_installdocs
16:46:09 #12 2.345    dh_installchangelogs
16:46:09 #12 2.428    dh_perl
16:46:10 #8 25.80 Unpacking libpipeline1:armhf (1.5.3-1) ...
16:46:10 #8 25.86 Selecting previously unselected package man-db.
16:46:10 #8 25.86 Preparing to unpack .../04-man-db_2.9.4-2_armhf.deb ...
16:46:10 #8 25.87 Unpacking man-db (2.9.4-2) ...
16:46:10 #8 26.07 Selecting previously unselected package perl-modules-5.32.
16:46:10 #8 26.07 Preparing to unpack .../05-perl-modules-5.32_5.32.1-4+deb11u1_all.deb ...
16:46:10 #8 26.08 Unpacking perl-modules-5.32 (5.32.1-4+deb11u1) ...
16:46:10 #12 2.461    dh_link
16:46:10 #12 2.495    dh_strip_nondeterminism
16:46:10 #12 2.537    dh_compress
16:46:10 #12 2.574    dh_fixperms
16:46:10 #12 2.613    dh_missing
16:46:10 #12 2.636    dh_installdeb
16:46:10 #12 2.667    dh_gencontrol
16:46:10 #12 2.778    dh_md5sums
16:46:10 #12 2.810    dh_builddeb
16:46:10 #12 2.834 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
16:46:10 #12 2.853  dpkg-genbuildinfo --build=binary
16:46:10 #8 26.79 Selecting previously unselected package libgdbm-compat4:armhf.
16:46:10 #12 2.985  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_amd64.changes
16:46:10 #12 3.062 dpkg-genchanges: info: binary-only upload (no source code included)
16:46:10 #12 3.064  dpkg-source --after-build .
16:46:10 #12 3.161 dpkg-buildpackage: info: binary-only upload (no source included)
16:46:10 #12 3.165 
16:46:10 #12 3.165 The package has been created.
16:46:10 #12 3.165 Attention, the package has been created in the current directory,
16:46:10 #12 3.165 not in ".." as indicated by the message above!
16:46:10 #12 3.184 Selecting previously unselected package docker-ce-build-deps.
16:46:10 #12 3.199 (Reading database ... 26711 files and directories currently installed.)
16:46:10 #12 3.200 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
16:46:10 #12 3.203 Unpacking docker-ce-build-deps (1.0) ...
16:46:10 #8 26.79 Preparing to unpack .../06-libgdbm-compat4_1.19-2_armhf.deb ...
16:46:10 #8 26.80 Unpacking libgdbm-compat4:armhf (1.19-2) ...
16:46:10 #8 26.85 Selecting previously unselected package libperl5.32:armhf.
16:46:10 #8 26.86 Preparing to unpack .../07-libperl5.32_5.32.1-4+deb11u1_armhf.deb ...
16:46:10 #8 26.86 Unpacking libperl5.32:armhf (5.32.1-4+deb11u1) ...
16:46:11 #8 27.51 Selecting previously unselected package perl.
16:46:11 #8 27.52 Preparing to unpack .../08-perl_5.32.1-4+deb11u1_armhf.deb ...
16:46:11 #8 27.53 Unpacking perl (5.32.1-4+deb11u1) ...
16:46:11 #8 27.63 Selecting previously unselected package libpython3.9-minimal:armhf.
16:46:11 #12 3.266 Reading package lists...
16:46:11 #12 3.893 Building dependency tree...
16:46:11 #12 4.029 Reading state information...
16:46:11 #8 27.63 Preparing to unpack .../09-libpython3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
16:46:11 #8 27.64 Unpacking libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
16:46:11 #8 27.84 Selecting previously unselected package libexpat1:armhf.
16:46:11 #8 27.85 Preparing to unpack .../10-libexpat1_2.2.10-2_armhf.deb ...
16:46:11 #8 27.85 Unpacking libexpat1:armhf (2.2.10-2) ...
16:46:11 #8 27.92 Selecting previously unselected package python3.9-minimal.
16:46:11 #12 4.047 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
16:46:11 #12 4.214 Starting 2 pkgProblemResolver with broken count: 0
16:46:11 #12 4.217 Done
16:46:11 #12 4.367  Done
16:46:12 #8 27.92 Preparing to unpack .../11-python3.9-minimal_3.9.2-1+rpi1_armhf.deb ...
16:46:12 #8 27.94 Unpacking python3.9-minimal (3.9.2-1+rpi1) ...
16:46:12 #12 4.504 Starting pkgProblemResolver with broken count: 0
16:46:12 #12 4.528 Starting 2 pkgProblemResolver with broken count: 0
16:46:12 #12 4.531 Done
16:46:12 #12 4.738 The following additional packages will be installed:
16:46:12 #12 4.738   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
16:46:12 #8 28.22 Setting up libpython3.9-minimal:armhf (3.9.2-1+rpi1) ...
16:46:12 #8 28.25 Setting up libexpat1:armhf (2.2.10-2) ...
16:46:12 #8 28.26 Setting up python3.9-minimal (3.9.2-1+rpi1) ...
16:46:12 #12 4.738   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
16:46:12 #12 4.739   libglib2.0-0 libjsoncpp24 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
16:46:12 #12 4.739   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
16:46:12 #12 4.739   libsystemd-dev libsystemd0 libudev-dev libudev1 libuv1 pkg-config
16:46:12 #12 4.741 Suggested packages:
16:46:12 #12 4.741   cmake-doc ninja-build apparmor-easyprof lrzip seccomp
16:46:12 #12 4.741 Recommended packages:
16:46:12 #12 4.741   dmsetup libglib2.0-data shared-mime-info xdg-user-dirs
16:46:12 #12 4.775 The following NEW packages will be installed:
16:46:12 #12 4.775   bash-completion cmake cmake-data dh-apparmor libarchive13 libbtrfs-dev
16:46:12 #12 4.776   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
16:46:12 #12 4.776   libglib2.0-0 libjsoncpp24 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
16:46:12 #12 4.782   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
16:46:12 #12 4.782   libsystemd-dev libudev-dev libuv1 pkg-config
16:46:12 #12 4.782 The following packages will be upgraded:
16:46:12 #12 4.782   libsystemd0 libudev1
16:46:13 #12 5.190 2 upgraded, 24 newly installed, 0 to remove and 1 not upgraded.
16:46:13 #12 5.190 1 not fully installed or removed.
16:46:13 #12 5.190 Need to get 12.3 MB of archives.
16:46:13 #12 5.190 After this operation, 50.5 MB of additional disk space will be used.
16:46:13 #12 5.190 Get:1 http://archive.ubuntu.com/ubuntu hirsute/main amd64 bash-completion all 1:2.11-2ubuntu1 [179 kB]
16:46:13 #12 5.541 Get:2 http://archive.ubuntu.com/ubuntu hirsute/main amd64 cmake-data all 3.18.4-2ubuntu1 [1705 kB]
16:46:13 #12 5.805 Get:3 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libarchive13 amd64 3.4.3-2 [334 kB]
16:46:13 #12 5.826 Get:4 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libjsoncpp24 amd64 1.9.4-4 [75.2 kB]
16:46:13 #12 5.831 Get:5 http://archive.ubuntu.com/ubuntu hirsute/main amd64 librhash0 amd64 1.4.1-1 [119 kB]
16:46:13 #12 5.836 Get:6 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libuv1 amd64 1.40.0-1ubuntu0.1 [82.7 kB]
16:46:13 #12 5.840 Get:7 http://archive.ubuntu.com/ubuntu hirsute/main amd64 cmake amd64 3.18.4-2ubuntu1 [5598 kB]
16:46:13 #8 29.80 Selecting previously unselected package python3-minimal.
16:46:13 #8 29.80 (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 ... 10587 files and directories currently installed.)
16:46:13 #8 29.81 Preparing to unpack .../0-python3-minimal_3.9.2-3_armhf.deb ...
16:46:13 #8 29.82 Unpacking python3-minimal (3.9.2-3) ...
16:46:13 #12 6.096 Get:8 http://archive.ubuntu.com/ubuntu hirsute-updates/universe amd64 dh-apparmor all 3.0.0-0ubuntu7.1 [9488 B]
16:46:13 #12 6.097 Get:9 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libbtrfs0 amd64 5.10.1-1build1 [180 kB]
16:46:13 #12 6.103 Get:10 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libbtrfs-dev amd64 5.10.1-1build1 [233 kB]
16:46:13 #12 6.119 Get:11 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libudev1 amd64 247.3-3ubuntu3.6 [70.3 kB]
16:46:13 #12 6.121 Get:12 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2ubuntu4 [128 kB]
16:46:13 #12 6.128 Get:13 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2ubuntu4 [11.9 kB]
16:46:13 #12 6.130 Get:14 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libudev-dev amd64 247.3-3ubuntu3.6 [20.2 kB]
16:46:13 #12 6.131 Get:15 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libsepol1-dev amd64 3.1-1ubuntu1 [330 kB]
16:46:13 #12 6.143 Get:16 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpcre2-16-0 amd64 10.36-2ubuntu5 [189 kB]
16:46:13 #12 6.171 Get:17 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpcre2-32-0 amd64 10.36-2ubuntu5 [179 kB]
16:46:13 #12 6.173 Get:18 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpcre2-posix2 amd64 10.36-2ubuntu5 [5996 B]
16:46:13 #8 29.87 Selecting previously unselected package media-types.
16:46:13 #8 29.88 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
16:46:13 #8 29.88 Unpacking media-types (4.0.0) ...
16:46:13 #8 29.94 Selecting previously unselected package libmpdec3:armhf.
16:46:13 #8 29.95 Preparing to unpack .../2-libmpdec3_2.5.1-1+rpi1_armhf.deb ...
16:46:13 #8 29.95 Unpacking libmpdec3:armhf (2.5.1-1+rpi1) ...
16:46:13 #8 30.01 Selecting previously unselected package libpython3.9-stdlib:armhf.
16:46:13 #8 30.01 Preparing to unpack .../3-libpython3.9-stdlib_3.9.2-1+rpi1_armhf.deb ...
16:46:13 #8 30.02 Unpacking libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
16:46:14 #12 6.244 Get:19 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libpcre2-dev amd64 10.36-2ubuntu5 [686 kB]
16:46:14 #12 6.275 Get:20 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libselinux1-dev amd64 3.1-3build1 [148 kB]
16:46:14 #12 6.281 Get:21 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libdevmapper-dev amd64 2:1.02.175-2ubuntu4 [35.8 kB]
16:46:14 #12 6.283 Get:22 http://archive.ubuntu.com/ubuntu hirsute/main amd64 libseccomp-dev amd64 2.5.1-1ubuntu1 [85.4 kB]
16:46:14 #12 6.287 Get:23 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libsystemd0 amd64 247.3-3ubuntu3.6 [277 kB]
16:46:14 #12 6.299 Get:24 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libsystemd-dev amd64 247.3-3ubuntu3.6 [299 kB]
16:46:14 #12 6.313 Get:25 http://archive.ubuntu.com/ubuntu hirsute-updates/main amd64 libglib2.0-0 amd64 2.68.1-1~ubuntu21.04.1 [1301 kB]
16:46:14 #12 6.374 Get:26 http://archive.ubuntu.com/ubuntu hirsute/main amd64 pkg-config amd64 0.29.2-1ubuntu1 [46.2 kB]
16:46:14 #12 6.520 debconf: delaying package configuration, since apt-utils is not installed
16:46:14 #8 30.31 Selecting previously unselected package python3.9.
16:46:14 #8 30.31 Preparing to unpack .../4-python3.9_3.9.2-1+rpi1_armhf.deb ...
16:46:14 #8 30.32 Unpacking python3.9 (3.9.2-1+rpi1) ...
16:46:14 #8 30.38 Selecting previously unselected package libpython3-stdlib:armhf.
16:46:14 #12 6.556 Fetched 12.3 MB in 2s (7751 kB/s)
16:46:14 #12 6.584 Selecting previously unselected package bash-completion.
16:46:14 #12 6.584 (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 ... 26715 files and directories currently installed.)
16:46:14 #12 6.597 Preparing to unpack .../00-bash-completion_1%3a2.11-2ubuntu1_all.deb ...
16:46:14 #8 30.38 Preparing to unpack .../5-libpython3-stdlib_3.9.2-3_armhf.deb ...
16:46:14 #8 30.39 Unpacking libpython3-stdlib:armhf (3.9.2-3) ...
16:46:14 #8 30.44 Setting up python3-minimal (3.9.2-3) ...
16:46:14 #12 7.061 Unpacking bash-completion (1:2.11-2ubuntu1) ...
16:46:14 #12 7.172 Selecting previously unselected package cmake-data.
16:46:14 #12 7.175 Preparing to unpack .../01-cmake-data_3.18.4-2ubuntu1_all.deb ...
16:46:14 #12 7.180 Unpacking cmake-data (3.18.4-2ubuntu1) ...
16:46:15 #8 30.88 Selecting previously unselected package python3.
16:46:15 #8 30.88 (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 ... 10984 files and directories currently installed.)
16:46:15 #8 30.90 Preparing to unpack .../000-python3_3.9.2-3_armhf.deb ...
16:46:15 #8 30.91 Unpacking python3 (3.9.2-3) ...
16:46:15 #8 30.96 Selecting previously unselected package sensible-utils.
16:46:15 #8 30.96 Preparing to unpack .../001-sensible-utils_0.0.14_all.deb ...
16:46:15 #8 30.97 Unpacking sensible-utils (0.0.14) ...
16:46:15 #8 31.01 Selecting previously unselected package bzip2.
16:46:15 #8 31.02 Preparing to unpack .../002-bzip2_1.0.8-4_armhf.deb ...
16:46:15 #8 31.02 Unpacking bzip2 (1.0.8-4) ...
16:46:15 #8 31.07 Selecting previously unselected package libmagic-mgc.
16:46:15 #8 31.08 Preparing to unpack .../003-libmagic-mgc_1%3a5.39-3_armhf.deb ...
16:46:15 #8 31.08 Unpacking libmagic-mgc (1:5.39-3) ...
16:46:15 #8 31.20 Selecting previously unselected package libmagic1:armhf.
16:46:15 #12 7.523 Selecting previously unselected package libarchive13:amd64.
16:46:15 #12 7.527 Preparing to unpack .../02-libarchive13_3.4.3-2_amd64.deb ...
16:46:15 #12 7.534 Unpacking libarchive13:amd64 (3.4.3-2) ...
16:46:15 #12 7.587 Selecting previously unselected package libjsoncpp24:amd64.
16:46:15 #12 7.590 Preparing to unpack .../03-libjsoncpp24_1.9.4-4_amd64.deb ...
16:46:15 #12 7.593 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
16:46:15 #12 7.628 Selecting previously unselected package librhash0:amd64.
16:46:15 #12 7.628 Preparing to unpack .../04-librhash0_1.4.1-1_amd64.deb ...
16:46:15 #8 31.20 Preparing to unpack .../004-libmagic1_1%3a5.39-3_armhf.deb ...
16:46:15 #8 31.21 Unpacking libmagic1:armhf (1:5.39-3) ...
16:46:15 #8 31.27 Selecting previously unselected package file.
16:46:15 #8 31.27 Preparing to unpack .../005-file_1%3a5.39-3_armhf.deb ...
16:46:15 #8 31.28 Unpacking file (1:5.39-3) ...
16:46:15 #8 31.32 Selecting previously unselected package gettext-base.
16:46:15 #8 31.33 Preparing to unpack .../006-gettext-base_0.21-4_armhf.deb ...
16:46:15 #8 31.33 Unpacking gettext-base (0.21-4) ...
16:46:15 #8 31.46 Selecting previously unselected package xz-utils.
16:46:15 #12 7.631 Unpacking librhash0:amd64 (1.4.1-1) ...
16:46:15 #12 7.669 Selecting previously unselected package libuv1:amd64.
16:46:15 #12 7.672 Preparing to unpack .../05-libuv1_1.40.0-1ubuntu0.1_amd64.deb ...
16:46:15 #12 7.674 Unpacking libuv1:amd64 (1.40.0-1ubuntu0.1) ...
16:46:15 #12 7.705 Selecting previously unselected package cmake.
16:46:15 #12 7.708 Preparing to unpack .../06-cmake_3.18.4-2ubuntu1_amd64.deb ...
16:46:15 #12 7.711 Unpacking cmake (3.18.4-2ubuntu1) ...
16:46:15 #8 31.46 Preparing to unpack .../007-xz-utils_5.2.5-2_armhf.deb ...
16:46:15 #8 31.47 Unpacking xz-utils (5.2.5-2) ...
16:46:15 #8 31.58 Selecting previously unselected package libsigsegv2:armhf.
16:46:15 #8 31.58 Preparing to unpack .../008-libsigsegv2_2.13-1_armhf.deb ...
16:46:15 #8 31.59 Unpacking libsigsegv2:armhf (2.13-1) ...
16:46:15 #8 31.63 Selecting previously unselected package m4.
16:46:15 #8 31.63 Preparing to unpack .../009-m4_1.4.18-5_armhf.deb ...
16:46:15 #8 31.64 Unpacking m4 (1.4.18-5) ...
16:46:15 #8 31.73 Selecting previously unselected package autoconf.
16:46:15 #8 31.73 Preparing to unpack .../010-autoconf_2.69-14_all.deb ...
16:46:15 #8 31.74 Unpacking autoconf (2.69-14) ...
16:46:15 #8 31.83 Selecting previously unselected package autotools-dev.
16:46:15 #8 31.83 Preparing to unpack .../011-autotools-dev_20180224.1+nmu1_all.deb ...
16:46:15 #8 31.84 Unpacking autotools-dev (20180224.1+nmu1) ...
16:46:15 #8 31.90 Selecting previously unselected package automake.
16:46:15 #8 31.90 Preparing to unpack .../012-automake_1%3a1.16.3-2_all.deb ...
16:46:15 #8 31.91 Unpacking automake (1:1.16.3-2) ...
16:46:15 #12 8.246 Selecting previously unselected package dh-apparmor.
16:46:15 #12 8.249 Preparing to unpack .../07-dh-apparmor_3.0.0-0ubuntu7.1_all.deb ...
16:46:15 #12 8.252 Unpacking dh-apparmor (3.0.0-0ubuntu7.1) ...
16:46:15 #12 8.280 Selecting previously unselected package libbtrfs0:amd64.
16:46:15 #12 8.283 Preparing to unpack .../08-libbtrfs0_5.10.1-1build1_amd64.deb ...
16:46:15 #12 8.287 Unpacking libbtrfs0:amd64 (5.10.1-1build1) ...
16:46:15 #12 8.327 Selecting previously unselected package libbtrfs-dev:amd64.
16:46:15 #12 8.330 Preparing to unpack .../09-libbtrfs-dev_5.10.1-1build1_amd64.deb ...
16:46:15 #12 8.333 Unpacking libbtrfs-dev:amd64 (5.10.1-1build1) ...
16:46:15 #12 8.384 Preparing to unpack .../10-libudev1_247.3-3ubuntu3.6_amd64.deb ...
16:46:15 #12 8.394 Unpacking libudev1:amd64 (247.3-3ubuntu3.6) over (247.3-3ubuntu3.4) ...
16:46:15 #12 8.443 Setting up libudev1:amd64 (247.3-3ubuntu3.6) ...
16:46:16 #8 32.04 Selecting previously unselected package autopoint.
16:46:16 #8 32.05 Preparing to unpack .../013-autopoint_0.21-4_all.deb ...
16:46:16 #8 32.05 Unpacking autopoint (0.21-4) ...
16:46:16 #8 32.11 Selecting previously unselected package binutils-common:armhf.
16:46:16 #8 32.11 Preparing to unpack .../014-binutils-common_2.35.2-2+rpi1_armhf.deb ...
16:46:16 #8 32.12 Unpacking binutils-common:armhf (2.35.2-2+rpi1) ...
16:46:16 #12 8.481 Selecting previously unselected package libdevmapper1.02.1:amd64.
16:46:16 #12 8.481 (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 ... 30409 files and directories currently installed.)
16:46:16 #12 8.498 Preparing to unpack .../00-libdevmapper1.02.1_2%3a1.02.175-2ubuntu4_amd64.deb ...
16:46:16 #12 8.501 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2ubuntu4) ...
16:46:16 #12 8.541 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
16:46:16 #12 8.542 Preparing to unpack .../01-libdevmapper-event1.02.1_2%3a1.02.175-2ubuntu4_amd64.deb ...
16:46:16 #12 8.545 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2ubuntu4) ...
16:46:16 #12 8.571 Selecting previously unselected package libudev-dev:amd64.
16:46:16 #12 8.571 Preparing to unpack .../02-libudev-dev_247.3-3ubuntu3.6_amd64.deb ...
16:46:16 #12 8.574 Unpacking libudev-dev:amd64 (247.3-3ubuntu3.6) ...
16:46:16 #12 8.599 Selecting previously unselected package libsepol1-dev:amd64.
16:46:16 #12 8.601 Preparing to unpack .../03-libsepol1-dev_3.1-1ubuntu1_amd64.deb ...
16:46:16 #12 8.604 Unpacking libsepol1-dev:amd64 (3.1-1ubuntu1) ...
16:46:16 #12 8.665 Selecting previously unselected package libpcre2-16-0:amd64.
16:46:16 #8 32.54 Selecting previously unselected package libbinutils:armhf.
16:46:16 #12 8.668 Preparing to unpack .../04-libpcre2-16-0_10.36-2ubuntu5_amd64.deb ...
16:46:16 #12 8.671 Unpacking libpcre2-16-0:amd64 (10.36-2ubuntu5) ...
16:46:16 #12 8.715 Selecting previously unselected package libpcre2-32-0:amd64.
16:46:16 #12 8.718 Preparing to unpack .../05-libpcre2-32-0_10.36-2ubuntu5_amd64.deb ...
16:46:16 #12 8.721 Unpacking libpcre2-32-0:amd64 (10.36-2ubuntu5) ...
16:46:16 #12 8.765 Selecting previously unselected package libpcre2-posix2:amd64.
16:46:16 #12 8.768 Preparing to unpack .../06-libpcre2-posix2_10.36-2ubuntu5_amd64.deb ...
16:46:16 #12 8.771 Unpacking libpcre2-posix2:amd64 (10.36-2ubuntu5) ...
16:46:16 #12 8.792 Selecting previously unselected package libpcre2-dev:amd64.
16:46:16 #12 8.795 Preparing to unpack .../07-libpcre2-dev_10.36-2ubuntu5_amd64.deb ...
16:46:16 #12 8.798 Unpacking libpcre2-dev:amd64 (10.36-2ubuntu5) ...
16:46:16 #12 8.882 Selecting previously unselected package libselinux1-dev:amd64.
16:46:16 #8 32.54 Preparing to unpack .../015-libbinutils_2.35.2-2+rpi1_armhf.deb ...
16:46:16 #8 32.55 Unpacking libbinutils:armhf (2.35.2-2+rpi1) ...
16:46:16 #8 32.67 Selecting previously unselected package libctf-nobfd0:armhf.
16:46:16 #8 32.67 Preparing to unpack .../016-libctf-nobfd0_2.35.2-2+rpi1_armhf.deb ...
16:46:16 #8 32.67 Unpacking libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
16:46:16 #8 32.73 Selecting previously unselected package libctf0:armhf.
16:46:16 #8 32.73 Preparing to unpack .../017-libctf0_2.35.2-2+rpi1_armhf.deb ...
16:46:16 #8 32.74 Unpacking libctf0:armhf (2.35.2-2+rpi1) ...
16:46:16 #8 32.79 Selecting previously unselected package binutils-arm-linux-gnueabihf.
16:46:16 #12 8.885 Preparing to unpack .../08-libselinux1-dev_3.1-3build1_amd64.deb ...
16:46:16 #12 8.888 Unpacking libselinux1-dev:amd64 (3.1-3build1) ...
16:46:16 #12 8.927 Selecting previously unselected package libdevmapper-dev:amd64.
16:46:16 #12 8.930 Preparing to unpack .../09-libdevmapper-dev_2%3a1.02.175-2ubuntu4_amd64.deb ...
16:46:16 #12 8.933 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2ubuntu4) ...
16:46:16 #12 8.959 Selecting previously unselected package libseccomp-dev:amd64.
16:46:16 #12 8.962 Preparing to unpack .../10-libseccomp-dev_2.5.1-1ubuntu1_amd64.deb ...
16:46:16 #12 8.965 Unpacking libseccomp-dev:amd64 (2.5.1-1ubuntu1) ...
16:46:16 #12 9.005 Preparing to unpack .../11-libsystemd0_247.3-3ubuntu3.6_amd64.deb ...
16:46:16 #12 9.014 Unpacking libsystemd0:amd64 (247.3-3ubuntu3.6) over (247.3-3ubuntu3.4) ...
16:46:16 #12 9.081 Setting up libsystemd0:amd64 (247.3-3ubuntu3.6) ...
16:46:16 #12 9.112 Selecting previously unselected package libsystemd-dev:amd64.
16:46:16 #8 32.79 Preparing to unpack .../018-binutils-arm-linux-gnueabihf_2.35.2-2+rpi1_armhf.deb ...
16:46:16 #8 32.80 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
16:46:17 #12 9.112 (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 ... 30940 files and directories currently installed.)
16:46:17 #12 9.129 Preparing to unpack .../libsystemd-dev_247.3-3ubuntu3.6_amd64.deb ...
16:46:17 #12 9.132 Unpacking libsystemd-dev:amd64 (247.3-3ubuntu3.6) ...
16:46:17 #12 9.204 Selecting previously unselected package libglib2.0-0:amd64.
16:46:17 #12 9.207 Preparing to unpack .../libglib2.0-0_2.68.1-1~ubuntu21.04.1_amd64.deb ...
16:46:17 #12 9.210 Unpacking libglib2.0-0:amd64 (2.68.1-1~ubuntu21.04.1) ...
16:46:17 #12 9.345 Selecting previously unselected package pkg-config.
16:46:17 #12 9.348 Preparing to unpack .../pkg-config_0.29.2-1ubuntu1_amd64.deb ...
16:46:17 #12 9.352 Unpacking pkg-config (0.29.2-1ubuntu1) ...
16:46:17 #12 9.389 Setting up libseccomp-dev:amd64 (2.5.1-1ubuntu1) ...
16:46:17 #8 33.19 Selecting previously unselected package binutils.
16:46:17 #8 33.20 Preparing to unpack .../019-binutils_2.35.2-2+rpi1_armhf.deb ...
16:46:17 #8 33.20 Unpacking binutils (2.35.2-2+rpi1) ...
16:46:17 #8 33.27 Selecting previously unselected package libisl23:armhf.
16:46:17 #8 33.27 Preparing to unpack .../020-libisl23_0.23-1_armhf.deb ...
16:46:17 #8 33.27 Unpacking libisl23:armhf (0.23-1) ...
16:46:17 #12 9.398 Setting up libarchive13:amd64 (3.4.3-2) ...
16:46:17 #12 9.408 Setting up libglib2.0-0:amd64 (2.68.1-1~ubuntu21.04.1) ...
16:46:17 #12 9.418 No schema files found: doing nothing.
16:46:17 #12 9.423 Setting up libsepol1-dev:amd64 (3.1-1ubuntu1) ...
16:46:17 #12 9.432 Setting up libpcre2-16-0:amd64 (10.36-2ubuntu5) ...
16:46:17 #12 9.441 Setting up libbtrfs0:amd64 (5.10.1-1build1) ...
16:46:17 #12 9.450 Setting up libpcre2-32-0:amd64 (10.36-2ubuntu5) ...
16:46:17 #12 9.458 Setting up libuv1:amd64 (1.40.0-1ubuntu0.1) ...
16:46:17 #12 9.467 Setting up bash-completion (1:2.11-2ubuntu1) ...
16:46:17 #8 33.42 Selecting previously unselected package libmpfr6:armhf.
16:46:17 #8 33.42 Preparing to unpack .../021-libmpfr6_4.1.0-3_armhf.deb ...
16:46:17 #8 33.42 Unpacking libmpfr6:armhf (4.1.0-3) ...
16:46:17 #8 33.52 Selecting previously unselected package libmpc3:armhf.
16:46:17 #8 33.52 Preparing to unpack .../022-libmpc3_1.2.0-1_armhf.deb ...
16:46:17 #8 33.52 Unpacking libmpc3:armhf (1.2.0-1) ...
16:46:17 #8 33.57 Selecting previously unselected package cpp-10.
16:46:17 #8 33.57 Preparing to unpack .../023-cpp-10_10.2.1-6+rpi1_armhf.deb ...
16:46:17 #8 33.57 Unpacking cpp-10 (10.2.1-6+rpi1) ...
16:46:17 #12 9.974 Setting up pkg-config (0.29.2-1ubuntu1) ...
16:46:17 #12 10.02 Setting up libudev-dev:amd64 (247.3-3ubuntu3.6) ...
16:46:17 #12 10.03 Setting up libpcre2-posix2:amd64 (10.36-2ubuntu5) ...
16:46:17 #12 10.04 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
16:46:17 #12 10.04 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2ubuntu4) ...
16:46:17 #12 10.05 Setting up libbtrfs-dev:amd64 (5.10.1-1build1) ...
16:46:17 #12 10.06 Setting up librhash0:amd64 (1.4.1-1) ...
16:46:17 #12 10.07 Setting up cmake-data (3.18.4-2ubuntu1) ...
16:46:17 #12 10.08 Setting up dh-apparmor (3.0.0-0ubuntu7.1) ...
16:46:17 #12 10.09 Setting up libsystemd-dev:amd64 (247.3-3ubuntu3.6) ...
16:46:17 #12 10.10 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2ubuntu4) ...
16:46:17 #12 10.11 Setting up libpcre2-dev:amd64 (10.36-2ubuntu5) ...
16:46:17 #12 10.12 Setting up libselinux1-dev:amd64 (3.1-3build1) ...
16:46:17 #12 10.13 Setting up libdevmapper-dev:amd64 (2:1.02.175-2ubuntu4) ...
16:46:17 #12 10.14 Setting up cmake (3.18.4-2ubuntu1) ...
16:46:17 #12 10.15 Setting up docker-ce-build-deps (1.0) ...
16:46:17 #12 10.15 Processing triggers for man-db (2.9.4-2) ...
16:46:17 #12 10.17 Processing triggers for libc-bin (2.33-0ubuntu5) ...
16:46:18 #12 DONE 10.3s
16:46:18 
16:46:18 #13 [stage-1 6/9] COPY sources/ /sources
16:46:18 #13 sha256:2820494b348c3c221a764df9b900336a1402ac1b9777867990b9dd47e09d931e
16:46:18 #13 DONE 0.3s
16:46:18 
16:46:18 #15 [stage-1 7/9] COPY --from=golang /usr/local/go /usr/local/go
16:46:18 #15 sha256:bb1d996292551f224afbc9f43a8bd710bc3433f598e2778a8739e6735472468e
16:46:18 #8 34.55 Selecting previously unselected package cpp.
16:46:18 #8 34.55 Preparing to unpack .../024-cpp_4%3a10.2.1-1+rpi1_armhf.deb ...
16:46:18 #8 34.56 Unpacking cpp (4:10.2.1-1+rpi1) ...
16:46:18 #8 34.62 Selecting previously unselected package libdebhelper-perl.
16:46:18 #8 34.62 Preparing to unpack .../025-libdebhelper-perl_13.3.4_all.deb ...
16:46:18 #8 34.62 Unpacking libdebhelper-perl (13.3.4) ...
16:46:18 #8 34.71 Selecting previously unselected package libcc1-0:armhf.
16:46:18 #8 34.71 Preparing to unpack .../026-libcc1-0_10.2.1-6+rpi1_armhf.deb ...
16:46:18 #8 34.72 Unpacking libcc1-0:armhf (10.2.1-6+rpi1) ...
16:46:18 #8 34.78 Selecting previously unselected package libgomp1:armhf.
16:46:18 #8 34.78 Preparing to unpack .../027-libgomp1_10.2.1-6+rpi1_armhf.deb ...
16:46:18 #8 34.78 Unpacking libgomp1:armhf (10.2.1-6+rpi1) ...
16:46:18 #8 34.85 Selecting previously unselected package libatomic1:armhf.
16:46:18 #8 34.85 Preparing to unpack .../028-libatomic1_10.2.1-6+rpi1_armhf.deb ...
16:46:18 #8 34.85 Unpacking libatomic1:armhf (10.2.1-6+rpi1) ...
16:46:18 #8 34.91 Selecting previously unselected package libasan6:armhf.
16:46:18 #8 34.91 Preparing to unpack .../029-libasan6_10.2.1-6+rpi1_armhf.deb ...
16:46:18 #8 34.92 Unpacking libasan6:armhf (10.2.1-6+rpi1) ...
16:46:19 #8 35.28 Selecting previously unselected package libubsan1:armhf.
16:46:19 #8 35.29 Preparing to unpack .../030-libubsan1_10.2.1-6+rpi1_armhf.deb ...
16:46:19 #8 35.29 Unpacking libubsan1:armhf (10.2.1-6+rpi1) ...
16:46:19 #8 35.45 Selecting previously unselected package libgcc-10-dev:armhf.
16:46:19 #8 35.45 Preparing to unpack .../031-libgcc-10-dev_10.2.1-6+rpi1_armhf.deb ...
16:46:19 #8 35.46 Unpacking libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
16:46:19 #8 35.64 Selecting previously unselected package gcc-10.
16:46:19 #8 35.64 Preparing to unpack .../032-gcc-10_10.2.1-6+rpi1_armhf.deb ...
16:46:19 #8 35.64 Unpacking gcc-10 (10.2.1-6+rpi1) ...
16:46:20 #15 DONE 1.6s
16:46:20 
16:46:20 #16 [stage-1 8/9] WORKDIR /root/build-deb
16:46:20 #16 sha256:ff10e7fee47fea2e7eb598e8f69f855d72a1445dd453222ce9840a727cabd01b
16:46:20 #16 DONE 0.0s
16:46:20 
16:46:20 #17 [stage-1 9/9] COPY build-deb /root/build-deb/build-deb
16:46:20 #17 sha256:5dbba75adf72bdc92f2ae09eb348e21a7fcf5a3c8c96b26cf4adcab298c09127
16:46:20 #17 DONE 0.0s
16:46:20 
16:46:20 #18 exporting to image
16:46:20 #18 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:46:20 #18 exporting layers
16:46:21 #8 37.50 Selecting previously unselected package gcc.
16:46:21 #8 37.51 Preparing to unpack .../033-gcc_4%3a10.2.1-1+rpi1_armhf.deb ...
16:46:21 #8 37.51 Unpacking gcc (4:10.2.1-1+rpi1) ...
16:46:21 #8 37.57 Selecting previously unselected package libc-dev-bin.
16:46:21 #8 37.57 Preparing to unpack .../034-libc-dev-bin_2.31-13+rpt2+rpi1_armhf.deb ...
16:46:21 #8 37.58 Unpacking libc-dev-bin (2.31-13+rpt2+rpi1) ...
16:46:21 #8 37.66 Selecting previously unselected package linux-libc-dev:armhf.
16:46:21 #8 37.66 Preparing to unpack .../035-linux-libc-dev_1%3a1.20210831-1_armhf.deb ...
16:46:21 #8 37.67 Unpacking linux-libc-dev:armhf (1:1.20210831-1) ...
16:46:22 #8 38.00 Selecting previously unselected package libcrypt-dev:armhf.
16:46:22 #8 38.00 Preparing to unpack .../036-libcrypt-dev_1%3a4.4.18-4_armhf.deb ...
16:46:22 #8 38.01 Unpacking libcrypt-dev:armhf (1:4.4.18-4) ...
16:46:22 #8 38.06 Selecting previously unselected package libtirpc-dev:armhf.
16:46:22 #8 38.06 Preparing to unpack .../037-libtirpc-dev_1.3.1-1_armhf.deb ...
16:46:22 #8 38.07 Unpacking libtirpc-dev:armhf (1.3.1-1) ...
16:46:22 #8 38.14 Selecting previously unselected package libnsl-dev:armhf.
16:46:22 #8 38.14 Preparing to unpack .../038-libnsl-dev_1.3.0-2_armhf.deb ...
16:46:22 #8 38.15 Unpacking libnsl-dev:armhf (1.3.0-2) ...
16:46:22 #8 38.21 Selecting previously unselected package libc6-dev:armhf.
16:46:22 #8 38.21 Preparing to unpack .../039-libc6-dev_2.31-13+rpt2+rpi1_armhf.deb ...
16:46:22 #8 38.22 Unpacking libc6-dev:armhf (2.31-13+rpt2+rpi1) ...
16:46:22 #8 38.62 Selecting previously unselected package libtool.
16:46:22 #8 38.62 Preparing to unpack .../040-libtool_2.4.6-15_all.deb ...
16:46:22 #8 38.63 Unpacking libtool (2.4.6-15) ...
16:46:22 #8 38.71 Selecting previously unselected package dh-autoreconf.
16:46:22 #8 38.71 Preparing to unpack .../041-dh-autoreconf_20_all.deb ...
16:46:22 #8 38.71 Unpacking dh-autoreconf (20) ...
16:46:22 #8 38.76 Selecting previously unselected package libarchive-zip-perl.
16:46:22 #8 38.76 Preparing to unpack .../042-libarchive-zip-perl_1.68-1_all.deb ...
16:46:22 #8 38.77 Unpacking libarchive-zip-perl (1.68-1) ...
16:46:22 #8 38.83 Selecting previously unselected package libsub-override-perl.
16:46:22 #8 38.83 Preparing to unpack .../043-libsub-override-perl_0.09-2_all.deb ...
16:46:22 #8 38.84 Unpacking libsub-override-perl (0.09-2) ...
16:46:22 #8 38.88 Selecting previously unselected package libfile-stripnondeterminism-perl.
16:46:22 #8 38.89 Preparing to unpack .../044-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
16:46:22 #8 38.89 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
16:46:22 #8 38.95 Selecting previously unselected package dh-strip-nondeterminism.
16:46:22 #8 38.95 Preparing to unpack .../045-dh-strip-nondeterminism_1.12.0-1_all.deb ...
16:46:22 #8 38.96 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
16:46:22 #8 39.00 Selecting previously unselected package libdpkg-perl.
16:46:23 #8 39.00 Preparing to unpack .../046-libdpkg-perl_1.20.9+rpi1_all.deb ...
16:46:23 #8 39.01 Unpacking libdpkg-perl (1.20.9+rpi1) ...
16:46:23 #8 39.13 Selecting previously unselected package patch.
16:46:23 #8 39.13 Preparing to unpack .../047-patch_2.7.6-7_armhf.deb ...
16:46:23 #8 39.14 Unpacking patch (2.7.6-7) ...
16:46:23 #8 39.20 Selecting previously unselected package make.
16:46:23 #8 39.20 Preparing to unpack .../048-make_4.3-4.1_armhf.deb ...
16:46:23 #8 39.20 Unpacking make (4.3-4.1) ...
16:46:23 #8 39.30 Selecting previously unselected package dpkg-dev.
16:46:23 #8 39.30 Preparing to unpack .../049-dpkg-dev_1.20.9+rpi1_all.deb ...
16:46:23 #8 39.31 Unpacking dpkg-dev (1.20.9+rpi1) ...
16:46:23 #8 39.49 Selecting previously unselected package libelf1:armhf.
16:46:23 #8 39.49 Preparing to unpack .../050-libelf1_0.183-1_armhf.deb ...
16:46:23 #8 39.49 Unpacking libelf1:armhf (0.183-1) ...
16:46:23 #8 39.56 Selecting previously unselected package dwz.
16:46:23 #8 39.57 Preparing to unpack .../051-dwz_0.13+20210201-1_armhf.deb ...
16:46:23 #8 39.57 Unpacking dwz (0.13+20210201-1) ...
16:46:23 #8 39.64 Selecting previously unselected package libicu67:armhf.
16:46:23 #8 39.64 Preparing to unpack .../052-libicu67_67.1-7_armhf.deb ...
16:46:23 #8 39.65 Unpacking libicu67:armhf (67.1-7) ...
16:46:24 #8 40.94 Selecting previously unselected package libxml2:armhf.
16:46:24 #8 40.95 Preparing to unpack .../053-libxml2_2.9.10+dfsg-6.7_armhf.deb ...
16:46:24 #8 40.95 Unpacking libxml2:armhf (2.9.10+dfsg-6.7) ...
16:46:24 #8 41.08 Selecting previously unselected package gettext.
16:46:24 #8 41.08 Preparing to unpack .../054-gettext_0.21-4_armhf.deb ...
16:46:24 #8 41.09 Unpacking gettext (0.21-4) ...
16:46:25 #8 41.29 Selecting previously unselected package intltool-debian.
16:46:25 #8 41.29 Preparing to unpack .../055-intltool-debian_0.35.0+20060710.5_all.deb ...
16:46:25 #8 41.30 Unpacking intltool-debian (0.35.0+20060710.5) ...
16:46:25 #8 41.35 Selecting previously unselected package po-debconf.
16:46:25 #8 41.35 Preparing to unpack .../056-po-debconf_1.0.21+nmu1_all.deb ...
16:46:25 #8 41.35 Unpacking po-debconf (1.0.21+nmu1) ...
16:46:25 #8 41.43 Selecting previously unselected package debhelper.
16:46:25 #8 41.43 Preparing to unpack .../057-debhelper_13.3.4_all.deb ...
16:46:25 #8 41.43 Unpacking debhelper (13.3.4) ...
16:46:25 #8 41.61 Selecting previously unselected package libfakeroot:armhf.
16:46:25 #8 41.61 Preparing to unpack .../058-libfakeroot_1.25.3-1.1_armhf.deb ...
16:46:25 #8 41.61 Unpacking libfakeroot:armhf (1.25.3-1.1) ...
16:46:25 #8 41.66 Selecting previously unselected package fakeroot.
16:46:25 #8 41.67 Preparing to unpack .../059-fakeroot_1.25.3-1.1_armhf.deb ...
16:46:25 #8 41.67 Unpacking fakeroot (1.25.3-1.1) ...
16:46:25 #8 41.73 Selecting previously unselected package libfile-dirlist-perl.
16:46:25 #18 exporting layers 5.3s done
16:46:25 #18 writing image sha256:b1ad36ffa4951d937b46e773f67cbf96130a894dcf0341d23d7d59c434c12c74 done
16:46:25 #18 naming to docker.io/debbuild-ubuntu-hirsute/x86_64 done
16:46:25 #18 DONE 5.4s
16:46:25 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20210916145224-e3023ca -e VERSION=0.0.0-20210916145224-e3023ca -e CLI_GITCOMMIT=e3023ca -e ENGINE_GITCOMMIT=5176095 -e SCAN_VERSION=v0.8.0 -e SCAN_GITCOMMIT=35651ca -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/debbuild/ubuntu-hirsute:/build  debbuild-ubuntu-hirsute/x86_64
16:46:25 #8 41.73 Preparing to unpack .../060-libfile-dirlist-perl_0.05-2_all.deb ...
16:46:25 #8 41.74 Unpacking libfile-dirlist-perl (0.05-2) ...
16:46:25 #8 41.78 Selecting previously unselected package libfile-which-perl.
16:46:25 #8 41.78 Preparing to unpack .../061-libfile-which-perl_1.23-1_all.deb ...
16:46:25 #8 41.79 Unpacking libfile-which-perl (1.23-1) ...
16:46:25 #8 41.83 Selecting previously unselected package libfile-homedir-perl.
16:46:25 #8 41.83 Preparing to unpack .../062-libfile-homedir-perl_1.006-1_all.deb ...
16:46:25 #8 41.84 Unpacking libfile-homedir-perl (1.006-1) ...
16:46:25 #8 41.89 Selecting previously unselected package libfile-touch-perl.
16:46:25 #8 41.89 Preparing to unpack .../063-libfile-touch-perl_0.11-1_all.deb ...
16:46:25 #8 41.89 Unpacking libfile-touch-perl (0.11-1) ...
16:46:25 #8 41.94 Selecting previously unselected package libio-pty-perl.
16:46:25 + set -e
16:46:25 + mkdir -p /root/build-deb/engine
16:46:25 + tar -C /root/build-deb -xzf /sources/engine.tgz
16:46:26 #8 41.94 Preparing to unpack .../064-libio-pty-perl_1%3a1.15-2_armhf.deb ...
16:46:26 #8 41.94 Unpacking libio-pty-perl (1:1.15-2) ...
16:46:26 #8 41.99 Selecting previously unselected package libipc-run-perl.
16:46:26 #8 42.00 Preparing to unpack .../065-libipc-run-perl_20200505.0-1_all.deb ...
16:46:26 #8 42.00 Unpacking libipc-run-perl (20200505.0-1) ...
16:46:26 #8 42.06 Selecting previously unselected package libclass-method-modifiers-perl.
16:46:26 #8 42.06 Preparing to unpack .../066-libclass-method-modifiers-perl_2.13-1_all.deb ...
16:46:26 #8 42.07 Unpacking libclass-method-modifiers-perl (2.13-1) ...
16:46:26 #8 42.11 Selecting previously unselected package libb-hooks-op-check-perl.
16:46:26 #8 42.12 Preparing to unpack .../067-libb-hooks-op-check-perl_0.22-1+b4_armhf.deb ...
16:46:26 #8 42.12 Unpacking libb-hooks-op-check-perl (0.22-1+b4) ...
16:46:26 #8 42.17 Selecting previously unselected package libdynaloader-functions-perl.
16:46:26 #8 42.17 Preparing to unpack .../068-libdynaloader-functions-perl_0.003-1.1_all.deb ...
16:46:26 #8 42.18 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
16:46:26 #8 42.23 Selecting previously unselected package libdevel-callchecker-perl.
16:46:26 #8 42.23 Preparing to unpack .../069-libdevel-callchecker-perl_0.008-1+b2_armhf.deb ...
16:46:26 #8 42.23 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
16:46:26 #8 42.28 Selecting previously unselected package libparams-classify-perl.
16:46:26 #8 42.28 Preparing to unpack .../070-libparams-classify-perl_0.015-1+b3_armhf.deb ...
16:46:26 #8 42.29 Unpacking libparams-classify-perl (0.015-1+b3) ...
16:46:26 #8 42.34 Selecting previously unselected package libmodule-runtime-perl.
16:46:26 #8 42.34 Preparing to unpack .../071-libmodule-runtime-perl_0.016-1_all.deb ...
16:46:26 #8 42.35 Unpacking libmodule-runtime-perl (0.016-1) ...
16:46:26 #8 42.39 Selecting previously unselected package libimport-into-perl.
16:46:26 #8 42.40 Preparing to unpack .../072-libimport-into-perl_1.002005-1_all.deb ...
16:46:26 #8 42.40 Unpacking libimport-into-perl (1.002005-1) ...
16:46:26 #8 42.45 Selecting previously unselected package librole-tiny-perl.
16:46:26 #8 42.45 Preparing to unpack .../073-librole-tiny-perl_2.002004-1_all.deb ...
16:46:26 #8 42.45 Unpacking librole-tiny-perl (2.002004-1) ...
16:46:26 #8 42.50 Selecting previously unselected package libstrictures-perl.
16:46:26 + mkdir -p /root/build-deb/cli
16:46:26 + tar -C /root/build-deb -xzf /sources/cli.tgz
16:46:26 #8 42.50 Preparing to unpack .../074-libstrictures-perl_2.000006-1_all.deb ...
16:46:26 #8 42.51 Unpacking libstrictures-perl (2.000006-1) ...
16:46:26 #8 42.55 Selecting previously unselected package libsub-quote-perl.
16:46:26 #8 42.56 Preparing to unpack .../075-libsub-quote-perl_2.006006-1_all.deb ...
16:46:26 #8 42.56 Unpacking libsub-quote-perl (2.006006-1) ...
16:46:26 #8 42.61 Selecting previously unselected package libmoo-perl.
16:46:26 #8 42.61 Preparing to unpack .../076-libmoo-perl_2.004004-1_all.deb ...
16:46:26 #8 42.62 Unpacking libmoo-perl (2.004004-1) ...
16:46:26 #8 42.67 Selecting previously unselected package libencode-locale-perl.
16:46:26 #8 42.68 Preparing to unpack .../077-libencode-locale-perl_1.05-1.1_all.deb ...
16:46:26 #8 42.68 Unpacking libencode-locale-perl (1.05-1.1) ...
16:46:26 #8 42.73 Selecting previously unselected package libtimedate-perl.
16:46:26 + mkdir -p /root/build-deb/scan-cli-plugin
16:46:26 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
16:46:26 + mkdir -p /go/src/github.com/docker
16:46:26 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
16:46:26 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
16:46:26 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
16:46:26 + EPOCH=5
16:46:26 + EPOCH_SEP=
16:46:26 + [[ ! -z 5 ]]
16:46:26 + EPOCH_SEP=:
16:46:26 + [[ -z 0.0.0-20210916145224-e3023ca ]]
16:46:26 + echo VERSION AAA 0.0.0-20210916145224-e3023ca
16:46:26 VERSION AAA 0.0.0-20210916145224-e3023ca
16:46:26 + VERSION=0.0.0-20210916145224-e3023ca
16:46:26 + echo VERSION bbb 0.0.0-20210916145224-e3023ca
16:46:26 VERSION bbb 0.0.0-20210916145224-e3023ca
16:46:26 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
16:46:26 + debSource=docker-ce
16:46:26 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
16:46:26 + debMaintainer='Docker <support@docker.com>'
16:46:26 ++ date --rfc-2822
16:46:26 + debDate='Thu, 16 Sep 2021 16:46:26 +0000'
16:46:26 + cat
16:46:26 + export CLI_GITCOMMIT=e3023ca
16:46:26 + CLI_GITCOMMIT=e3023ca
16:46:26 + export ENGINE_GITCOMMIT=5176095
16:46:26 + ENGINE_GITCOMMIT=5176095
16:46:26 + export SCAN_GITCOMMIT=35651ca
16:46:26 + SCAN_GITCOMMIT=35651ca
16:46:26 + echo VERSION BBB 0.0.0-20210916145224-e3023ca
16:46:26 VERSION BBB 0.0.0-20210916145224-e3023ca
16:46:26 + dpkg-buildpackage -uc -us -I.git
16:46:26 dpkg-buildpackage: info: source package docker-ce
16:46:26 dpkg-buildpackage: info: source version 5:0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute
16:46:26 dpkg-buildpackage: info: source distribution hirsute
16:46:26 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
16:46:26 #8 42.73 Preparing to unpack .../078-libtimedate-perl_2.3300-2_all.deb ...
16:46:26 #8 42.74 Unpacking libtimedate-perl (2.3300-2) ...
16:46:26 #8 42.80 Selecting previously unselected package libhttp-date-perl.
16:46:26 #8 42.81 Preparing to unpack .../079-libhttp-date-perl_6.05-1_all.deb ...
16:46:26 #8 42.81 Unpacking libhttp-date-perl (6.05-1) ...
16:46:26 #8 42.86 Selecting previously unselected package libfile-listing-perl.
16:46:26 #8 42.86 Preparing to unpack .../080-libfile-listing-perl_6.14-1_all.deb ...
16:46:26 #8 42.87 Unpacking libfile-listing-perl (6.14-1) ...
16:46:26 #8 42.92 Selecting previously unselected package libhtml-tagset-perl.
16:46:26 #8 42.92 Preparing to unpack .../081-libhtml-tagset-perl_3.20-4_all.deb ...
16:46:26 #8 42.92 Unpacking libhtml-tagset-perl (3.20-4) ...
16:46:26 #8 42.97 Selecting previously unselected package liburi-perl.
16:46:26 dpkg-buildpackage: info: host architecture amd64
16:46:26  dpkg-source -I.git --before-build .
16:46:26  debian/rules clean
16:46:26 dh clean --with=bash-completion
16:46:27 #8 42.98 Preparing to unpack .../082-liburi-perl_5.08-1_all.deb ...
16:46:27 #8 42.98 Unpacking liburi-perl (5.08-1) ...
16:46:27 #8 43.05 Selecting previously unselected package libhtml-parser-perl.
16:46:27 #8 43.05 Preparing to unpack .../083-libhtml-parser-perl_3.75-1+b1_armhf.deb ...
16:46:27 #8 43.06 Unpacking libhtml-parser-perl (3.75-1+b1) ...
16:46:27 #8 43.14 Selecting previously unselected package libhtml-tree-perl.
16:46:27 #8 43.15 Preparing to unpack .../084-libhtml-tree-perl_5.07-2_all.deb ...
16:46:27 #8 43.15 Unpacking libhtml-tree-perl (5.07-2) ...
16:46:27 #8 43.22 Selecting previously unselected package libio-html-perl.
16:46:27 #8 43.22 Preparing to unpack .../085-libio-html-perl_1.004-2_all.deb ...
16:46:27 #8 43.23 Unpacking libio-html-perl (1.004-2) ...
16:46:27    dh_clean
16:46:27  dpkg-source -I.git -b .
16:46:27 #8 43.28 Selecting previously unselected package liblwp-mediatypes-perl.
16:46:27 #8 43.28 Preparing to unpack .../086-liblwp-mediatypes-perl_6.04-1_all.deb ...
16:46:27 #8 43.29 Unpacking liblwp-mediatypes-perl (6.04-1) ...
16:46:27 #8 43.34 Selecting previously unselected package libhttp-message-perl.
16:46:27 #8 43.34 Preparing to unpack .../087-libhttp-message-perl_6.28-1_all.deb ...
16:46:27 #8 43.35 Unpacking libhttp-message-perl (6.28-1) ...
16:46:27 #8 43.40 Selecting previously unselected package libhttp-cookies-perl.
16:46:27 #8 43.40 Preparing to unpack .../088-libhttp-cookies-perl_6.10-1_all.deb ...
16:46:27 #8 43.41 Unpacking libhttp-cookies-perl (6.10-1) ...
16:46:27 #8 43.45 Selecting previously unselected package libhttp-negotiate-perl.
16:46:27 #8 43.46 Preparing to unpack .../089-libhttp-negotiate-perl_6.01-1_all.deb ...
16:46:27 #8 43.46 Unpacking libhttp-negotiate-perl (6.01-1) ...
16:46:27 #8 43.51 Selecting previously unselected package perl-openssl-defaults:armhf.
16:46:27 #8 43.51 Preparing to unpack .../090-perl-openssl-defaults_5_armhf.deb ...
16:46:27 #8 43.51 Unpacking perl-openssl-defaults:armhf (5) ...
16:46:27 #8 43.56 Selecting previously unselected package libnet-ssleay-perl.
16:46:27 dpkg-source: warning: Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu address
16:46:27 dpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer field
16:46:27 dpkg-source: warning: native package version may not have a revision
16:46:27 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20210916145224-e3023ca-0~ubuntu'
16:46:27 dpkg-source: info: using source format '1.0'
16:46:27 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute.tar.gz
16:46:27 #8 43.57 Preparing to unpack .../091-libnet-ssleay-perl_1.88-3+b1_armhf.deb ...
16:46:27 #8 43.57 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
16:46:27 #8 43.68 Selecting previously unselected package libio-socket-ssl-perl.
16:46:27 #8 43.68 Preparing to unpack .../092-libio-socket-ssl-perl_2.069-1_all.deb ...
16:46:27 #8 43.68 Unpacking libio-socket-ssl-perl (2.069-1) ...
16:46:27 #8 43.76 Selecting previously unselected package libnet-http-perl.
16:46:27 #8 43.76 Preparing to unpack .../093-libnet-http-perl_6.20-1_all.deb ...
16:46:27 #8 43.77 Unpacking libnet-http-perl (6.20-1) ...
16:46:27 #8 43.81 Selecting previously unselected package liblwp-protocol-https-perl.
16:46:27 #8 43.82 Preparing to unpack .../094-liblwp-protocol-https-perl_6.10-1_all.deb ...
16:46:27 #8 43.82 Unpacking liblwp-protocol-https-perl (6.10-1) ...
16:46:27 #8 43.87 Selecting previously unselected package libtry-tiny-perl.
16:46:27 #8 43.87 Preparing to unpack .../095-libtry-tiny-perl_0.30-1_all.deb ...
16:46:27 #8 43.88 Unpacking libtry-tiny-perl (0.30-1) ...
16:46:27 #8 43.92 Selecting previously unselected package libwww-robotrules-perl.
16:46:27 #8 43.93 Preparing to unpack .../096-libwww-robotrules-perl_6.02-1_all.deb ...
16:46:27 #8 43.93 Unpacking libwww-robotrules-perl (6.02-1) ...
16:46:27 #8 43.98 Selecting previously unselected package libwww-perl.
16:46:27 #8 43.98 Preparing to unpack .../097-libwww-perl_6.52-1_all.deb ...
16:46:27 #8 43.99 Unpacking libwww-perl (6.52-1) ...
16:46:27 #8 44.06 Selecting previously unselected package patchutils.
16:46:28 #8 44.06 Preparing to unpack .../098-patchutils_0.4.2-1_armhf.deb ...
16:46:28 #8 44.07 Unpacking patchutils (0.4.2-1) ...
16:46:28 #8 44.13 Selecting previously unselected package libtinfo5:armhf.
16:46:28 #8 44.14 Preparing to unpack .../099-libtinfo5_6.2+20201114-2_armhf.deb ...
16:46:28 #8 44.14 Unpacking libtinfo5:armhf (6.2+20201114-2) ...
16:46:28 #8 44.20 Selecting previously unselected package wdiff.
16:46:28 #8 44.20 Preparing to unpack .../100-wdiff_1.2.2-2_armhf.deb ...
16:46:28 #8 44.21 Unpacking wdiff (1.2.2-2) ...
16:46:28 #8 44.29 Selecting previously unselected package devscripts.
16:46:28 #8 44.29 Preparing to unpack .../101-devscripts_2.21.3_armhf.deb ...
16:46:28 #8 44.33 Unpacking devscripts (2.21.3) ...
16:46:28 #8 44.53 Selecting previously unselected package equivs.
16:46:28 #8 44.53 Preparing to unpack .../102-equivs_2.3.1_all.deb ...
16:46:28 #8 44.54 Unpacking equivs (2.3.1) ...
16:46:28 #8 44.60 Selecting previously unselected package libcurl3-gnutls:armhf.
16:46:28 #8 44.60 Preparing to unpack .../103-libcurl3-gnutls_7.74.0-1.3_armhf.deb ...
16:46:28 #8 44.61 Unpacking libcurl3-gnutls:armhf (7.74.0-1.3) ...
16:46:28 #8 44.69 Selecting previously unselected package liberror-perl.
16:46:28 #8 44.70 Preparing to unpack .../104-liberror-perl_0.17029-1_all.deb ...
16:46:28 #8 44.70 Unpacking liberror-perl (0.17029-1) ...
16:46:28 #8 44.75 Selecting previously unselected package git-man.
16:46:28 #8 44.75 Preparing to unpack .../105-git-man_1%3a2.30.2-1_all.deb ...
16:46:28 #8 44.76 Unpacking git-man (1:2.30.2-1) ...
16:46:28 #8 44.94 Selecting previously unselected package git.
16:46:28 #8 44.95 Preparing to unpack .../106-git_1%3a2.30.2-1_armhf.deb ...
16:46:28 #8 44.98 Unpacking git (1:2.30.2-1) ...
16:46:29 #8 45.77 Setting up media-types (4.0.0) ...
16:46:29 #8 45.79 Setting up libpipeline1:armhf (1.5.3-1) ...
16:46:29 #8 45.80 Setting up bsdextrautils (2.36.1-8) ...
16:46:29 #8 45.82 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
16:46:29 #8 45.82 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
16:46:29 #8 45.83 Setting up libicu67:armhf (67.1-7) ...
16:46:29 #8 45.84 Setting up libmagic-mgc (1:5.39-3) ...
16:46:29 #8 45.86 Setting up perl-modules-5.32 (5.32.1-4+deb11u1) ...
16:46:29 #8 45.88 Setting up binutils-common:armhf (2.35.2-2+rpi1) ...
16:46:29 #8 45.90 Setting up libmagic1:armhf (1:5.39-3) ...
16:46:29 #8 45.93 Setting up perl-openssl-defaults:armhf (5) ...
16:46:29 #8 45.94 Setting up linux-libc-dev:armhf (1:1.20210831-1) ...
16:46:29 #8 45.96 Setting up libctf-nobfd0:armhf (2.35.2-2+rpi1) ...
16:46:29 #8 45.97 Setting up gettext-base (0.21-4) ...
16:46:29 #8 45.99 Setting up libcurl3-gnutls:armhf (7.74.0-1.3) ...
16:46:29 #8 46.01 Setting up file (1:5.39-3) ...
16:46:29 #8 46.03 Setting up libgomp1:armhf (10.2.1-6+rpi1) ...
16:46:29 #8 46.04 Setting up bzip2 (1.0.8-4) ...
16:46:29 #8 46.06 Setting up libfakeroot:armhf (1.25.3-1.1) ...
16:46:29 #8 46.08 Setting up libasan6:armhf (10.2.1-6+rpi1) ...
16:46:29 #8 46.11 Setting up fakeroot (1.25.3-1.1) ...
16:46:30 #8 46.12 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
16:46:30 #8 46.12 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
16:46:30 #8 46.12 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
16:46:30 #8 46.12 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
16:46:30 #8 46.12 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
16:46:30 #8 46.12 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
16:46:30 #8 46.12 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
16:46:30 #8 46.12 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
16:46:30 #8 46.12 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
16:46:30 #8 46.14 Setting up autotools-dev (20180224.1+nmu1) ...
16:46:30 #8 46.16 Setting up libtirpc-dev:armhf (1.3.1-1) ...
16:46:30 #8 46.18 Setting up make (4.3-4.1) ...
16:46:30 #8 46.20 Setting up libmpfr6:armhf (4.1.0-3) ...
16:46:30 #8 46.22 Setting up libsigsegv2:armhf (2.13-1) ...
16:46:30 #8 46.24 Setting up xz-utils (5.2.5-2) ...
16:46:30 #8 46.33 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:46:30 #8 46.33 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
16:46:30 #8 46.33 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
16:46:30 #8 46.33 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
16:46:30 #8 46.33 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
16:46:30 #8 46.33 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
16:46:30 #8 46.33 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
16:46:30 #8 46.33 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
16:46:30 #8 46.33 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
16:46:30 #8 46.33 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
16:46:30 #8 46.33 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
16:46:30 #8 46.35 Setting up libmpc3:armhf (1.2.0-1) ...
16:46:30 #8 46.36 Setting up libatomic1:armhf (10.2.1-6+rpi1) ...
16:46:30 #8 46.38 Setting up patch (2.7.6-7) ...
16:46:30 #8 46.40 Setting up autopoint (0.21-4) ...
16:46:30 #8 46.42 Setting up libubsan1:armhf (10.2.1-6+rpi1) ...
16:46:30 #8 46.44 Setting up libnsl-dev:armhf (1.3.0-2) ...
16:46:30 #8 46.45 Setting up sensible-utils (0.0.14) ...
16:46:30 #8 46.47 Setting up libcrypt-dev:armhf (1:4.4.18-4) ...
16:46:30 #8 46.49 Setting up libuchardet0:armhf (0.0.7-1) ...
16:46:30 #8 46.51 Setting up libmpdec3:armhf (2.5.1-1+rpi1) ...
16:46:30 #8 46.52 Setting up git-man (1:2.30.2-1) ...
16:46:30 #8 46.54 Setting up libbinutils:armhf (2.35.2-2+rpi1) ...
16:46:30 #8 46.56 Setting up libisl23:armhf (0.23-1) ...
16:46:30 #8 46.57 Setting up libc-dev-bin (2.31-13+rpt2+rpi1) ...
16:46:30 #8 46.59 Setting up libtinfo5:armhf (6.2+20201114-2) ...
16:46:30 #8 46.61 Setting up libelf1:armhf (0.183-1) ...
16:46:30 #8 46.63 Setting up libxml2:armhf (2.9.10+dfsg-6.7) ...
16:46:30 #8 46.65 Setting up libcc1-0:armhf (10.2.1-6+rpi1) ...
16:46:30 #8 46.66 Setting up cpp-10 (10.2.1-6+rpi1) ...
16:46:30 #8 46.68 Setting up libpython3.9-stdlib:armhf (3.9.2-1+rpi1) ...
16:46:30 #8 46.69 Setting up libpython3-stdlib:armhf (3.9.2-3) ...
16:46:30 #8 46.71 Setting up libgdbm6:armhf (1.19-2) ...
16:46:30 #8 46.73 Setting up libctf0:armhf (2.35.2-2+rpi1) ...
16:46:30 #8 46.74 Setting up wdiff (1.2.2-2) ...
16:46:30 #8 46.76 Setting up gettext (0.21-4) ...
16:46:30 #8 46.78 Setting up libgcc-10-dev:armhf (10.2.1-6+rpi1) ...
16:46:30 #8 46.80 Setting up m4 (1.4.18-5) ...
16:46:30 #8 46.81 Setting up libgdbm-compat4:armhf (1.19-2) ...
16:46:30 #8 46.83 Setting up libperl5.32:armhf (5.32.1-4+deb11u1) ...
16:46:30 #8 46.85 Setting up dwz (0.13+20210201-1) ...
16:46:30 #8 46.86 Setting up groff-base (1.22.4-6) ...
16:46:30 #8 46.90 Setting up cpp (4:10.2.1-1+rpi1) ...
16:46:30 #8 46.92 Setting up libc6-dev:armhf (2.31-13+rpt2+rpi1) ...
16:46:30 #8 46.94 Setting up binutils-arm-linux-gnueabihf (2.35.2-2+rpi1) ...
16:46:30 #8 46.96 Setting up python3.9 (3.9.2-1+rpi1) ...
16:46:32 #8 48.56 Setting up python3 (3.9.2-3) ...
16:46:32 #8 48.81 Setting up binutils (2.35.2-2+rpi1) ...
16:46:32 #8 48.84 Setting up man-db (2.9.4-2) ...
16:46:33 #8 49.12 Building database of manual pages ...
16:46:37 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute.dsc
16:46:37  debian/rules build
16:46:37 dh build --with=bash-completion
16:46:37    dh_update_autotools_config
16:46:37    dh_autoreconf
16:46:37    debian/rules override_dh_auto_build
16:46:37 make[1]: Entering directory '/root/build-deb'
16:46:37 # Build the daemon and dependencies
16:46:37 cd engine && DOCKER_GITCOMMIT=5176095 PRODUCT=docker ./hack/make.sh dynbinary
16:46:37 
16:46:37 Removing bundles/
16:46:37 
16:46:37 ---> Making bundle: dynbinary (in bundles/dynbinary)
16:46:37 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:46:37 GOOS="" GOARCH="" GOARM=""
16:46:38 #8 54.60 Setting up perl (5.32.1-4+deb11u1) ...
16:46:38 #8 54.64 Setting up libio-html-perl (1.004-2) ...
16:46:38 #8 54.65 Setting up libb-hooks-op-check-perl (0.22-1+b4) ...
16:46:38 #8 54.67 Setting up gcc-10 (10.2.1-6+rpi1) ...
16:46:38 #8 54.69 Setting up libdpkg-perl (1.20.9+rpi1) ...
16:46:38 #8 54.70 Setting up autoconf (2.69-14) ...
16:46:38 #8 54.73 Setting up libtimedate-perl (2.3300-2) ...
16:46:38 #8 54.74 Setting up libsub-override-perl (0.09-2) ...
16:46:38 #8 54.76 Setting up libstrictures-perl (2.000006-1) ...
16:46:38 #8 54.77 Setting up libsub-quote-perl (2.006006-1) ...
16:46:38 #8 54.79 Setting up libfile-dirlist-perl (0.05-2) ...
16:46:38 #8 54.81 Setting up liburi-perl (5.08-1) ...
16:46:38 #8 54.82 Setting up libfile-touch-perl (0.11-1) ...
16:46:38 #8 54.84 Setting up libnet-ssleay-perl (1.88-3+b1) ...
16:46:38 #8 54.85 Setting up automake (1:1.16.3-2) ...
16:46:38 #8 54.86 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
16:46:38 #8 54.87 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
16:46:38 #8 54.87 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
16:46:38 #8 54.88 Setting up libhttp-date-perl (6.05-1) ...
16:46:38 #8 54.89 Setting up libfile-which-perl (1.23-1) ...
16:46:38 #8 54.93 Setting up libfile-listing-perl (6.14-1) ...
16:46:38 #8 54.95 Setting up libdynaloader-functions-perl (0.003-1.1) ...
16:46:38 #8 54.97 Setting up libclass-method-modifiers-perl (2.13-1) ...
16:46:38 #8 54.99 Setting up libio-pty-perl (1:1.15-2) ...
16:46:38 #8 55.00 Setting up libtool (2.4.6-15) ...
16:46:38 #8 55.02 Setting up libarchive-zip-perl (1.68-1) ...
16:46:38 #8 55.03 Setting up libhtml-tagset-perl (3.20-4) ...
16:46:38 #8 55.05 Setting up libdebhelper-perl (13.3.4) ...
16:46:38 #8 55.07 Setting up liblwp-mediatypes-perl (6.04-1) ...
16:46:38 #8 55.08 Setting up libtry-tiny-perl (0.30-1) ...
16:46:39 #8 55.10 Setting up libnet-http-perl (6.20-1) ...
16:46:39 #8 55.11 Setting up libencode-locale-perl (1.05-1.1) ...
16:46:39 #8 55.13 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
16:46:39 #8 55.15 Setting up gcc (4:10.2.1-1+rpi1) ...
16:46:39 #8 55.18 Setting up dpkg-dev (1.20.9+rpi1) ...
16:46:39 #8 55.21 Setting up intltool-debian (0.35.0+20060710.5) ...
16:46:39 #8 55.22 Setting up liberror-perl (0.17029-1) ...
16:46:39 #8 55.24 Setting up dh-autoreconf (20) ...
16:46:39 #8 55.26 Setting up patchutils (0.4.2-1) ...
16:46:39 #8 55.27 Setting up libipc-run-perl (20200505.0-1) ...
16:46:39 #8 55.29 Setting up git (1:2.30.2-1) ...
16:46:39 #8 55.34 Setting up libwww-robotrules-perl (6.02-1) ...
16:46:39 #8 55.36 Setting up libhtml-parser-perl (3.75-1+b1) ...
16:46:39 #8 55.38 Setting up librole-tiny-perl (2.002004-1) ...
16:46:39 #8 55.39 Setting up libfile-homedir-perl (1.006-1) ...
16:46:39 #8 55.41 Setting up libio-socket-ssl-perl (2.069-1) ...
16:46:39 #8 55.43 Setting up libhttp-message-perl (6.28-1) ...
16:46:39 #8 55.44 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
16:46:39 #8 55.46 Setting up libhttp-negotiate-perl (6.01-1) ...
16:46:39 #8 55.48 Setting up libhttp-cookies-perl (6.10-1) ...
16:46:39 #8 55.50 Setting up po-debconf (1.0.21+nmu1) ...
16:46:39 #8 55.51 Setting up libhtml-tree-perl (5.07-2) ...
16:46:39 #8 55.53 Setting up libparams-classify-perl (0.015-1+b3) ...
16:46:39 #8 55.54 Setting up libmodule-runtime-perl (0.016-1) ...
16:46:39 #8 55.56 Setting up dh-strip-nondeterminism (1.12.0-1) ...
16:46:39 #8 55.58 Setting up libimport-into-perl (1.002005-1) ...
16:46:39 #8 55.60 Setting up libmoo-perl (2.004004-1) ...
16:46:39 #8 55.61 Setting up debhelper (13.3.4) ...
16:46:39 #8 55.63 Setting up equivs (2.3.1) ...
16:46:39 #8 55.65 Setting up liblwp-protocol-https-perl (6.10-1) ...
16:46:39 #8 55.67 Setting up libwww-perl (6.52-1) ...
16:46:39 #8 55.68 Setting up devscripts (2.21.3) ...
16:46:39 #8 56.07 Processing triggers for libc-bin (2.31-13+rpi1) ...
16:46:40 #8 DONE 56.8s
16:46:40 
16:46:40 #10 [stage-1 3/8] COPY common /root/build-deb/debian
16:46:40 #10 sha256:c464accb9f39add3a9485692f39a816889f263676514d7b7cf5f08c19d028f7b
16:46:40 #10 DONE 0.0s
16:46:40 
16:46:40 #11 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
16:46:40 #11 sha256:4940dc68498e4f19fcfd2ce6c3dc38efc7f5a4831a95546c6862404de74ea9f7
16:46:42 #11 1.196 Hit:1 http://archive.raspbian.org/raspbian bullseye InRelease
16:46:42 #11 1.204 Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
16:46:45 #11 1.556 Reading package lists...
16:46:45 #11 4.926 W: Skipping acquire of configured file 'ui/binary-armhf/Packages' as repository 'http://archive.raspberrypi.org/debian bullseye InRelease' doesn't have the component 'ui' (component misspelt in sources.list?)
16:46:46 #11 5.775 dpkg-buildpackage: info: source package docker-ce-build-deps
16:46:46 #11 5.775 dpkg-buildpackage: info: source version 1.0
16:46:46 #11 5.775 dpkg-buildpackage: info: source distribution unstable
16:46:46 #11 5.775 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
16:46:46 #11 5.875  dpkg-source --before-build .
16:46:46 #11 5.875 dpkg-buildpackage: info: host architecture armhf
16:46:47 #11 6.182  debian/rules clean
16:46:47 #11 6.186 dh clean
16:46:47 #11 6.430    dh_clean
16:46:47 #11 6.524  debian/rules binary
16:46:47 #11 6.527 dh binary
16:46:47 #11 6.735    dh_update_autotools_config
16:46:47 #11 6.822    dh_autoreconf
16:46:47 #11 6.947    create-stamp debian/debhelper-build-stamp
16:46:47 #11 6.947    dh_prep
16:46:47 #11 7.034    dh_install
16:46:47 #11 7.135    dh_installdocs
16:46:47 #11 7.252    dh_installchangelogs
16:46:48 #11 7.502    dh_perl
16:46:48 #11 7.611    dh_link
16:46:48 #11 7.715    dh_strip_nondeterminism
16:46:48 #11 7.896    dh_compress
16:46:48 #11 8.009    dh_fixperms
16:46:48 #11 8.123    dh_missing
16:46:48 #11 8.203    dh_installdeb
16:46:49 #11 8.306    dh_gencontrol
16:46:49 #11 8.642    dh_md5sums
16:46:49 #11 8.742    dh_builddeb
16:46:49 #11 8.824 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
16:46:49 #11 8.858  dpkg-genbuildinfo --build=binary
16:46:49 #11 9.253  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_armhf.changes
16:46:50 #11 9.498 dpkg-genchanges: info: binary-only upload (no source code included)
16:46:50 #11 9.504  dpkg-source --after-build .
16:46:50 #11 9.810 dpkg-buildpackage: info: binary-only upload (no source included)
16:46:50 #11 9.819 
16:46:50 #11 9.819 The package has been created.
16:46:50 #11 9.819 Attention, the package has been created in the current directory,
16:46:50 #11 9.819 not in ".." as indicated by the message above!
16:46:50 #11 9.852 Selecting previously unselected package docker-ce-build-deps.
16:46:50 #11 9.878 (Reading database ... 17315 files and directories currently installed.)
16:46:50 #11 9.880 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
16:46:50 #11 9.886 Unpacking docker-ce-build-deps (1.0) ...
16:46:54 #11 9.972 Reading package lists...
16:46:54 #11 13.34 Building dependency tree...
16:46:54 #11 13.62 Reading state information...
16:46:54 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:46:54 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:46:54 GOOS="" GOARCH="" GOARM=""
16:46:54 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:46:54 
16:46:54 + popd
16:46:54 ~/rpmbuild/BUILD/src
16:46:54 + exit 0
16:46:54 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.UvX0Kf
16:46:54 + umask 022
16:46:54 + cd /root/rpmbuild/BUILD
16:46:54 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64 '!=' / ']'
16:46:54 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:46:54 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:46:54 + mkdir -p /root/rpmbuild/BUILDROOT
16:46:54 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:46:54 + cd src
16:46:54 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
16:46:54 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin/dockerd
16:46:54 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
16:46:54 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin/docker-proxy
16:46:54 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin/docker-init
16:46:54 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/lib/systemd/system/docker.service
16:46:54 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/lib/systemd/system/docker.socket
16:46:54 + /usr/lib/rpm/check-buildroot
16:46:54 + /usr/lib/rpm/redhat/brp-ldconfig
16:46:54 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
16:46:54 + /usr/lib/rpm/brp-compress
16:46:54 + /usr/lib/rpm/brp-strip /usr/bin/strip
16:46:54 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:46:54 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
16:46:54 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
16:46:54 + /usr/lib/rpm/brp-python-bytecompile '' 1
16:46:54 + /usr/lib/rpm/brp-python-hardlink
16:46:54 + PYTHON3=/usr/libexec/platform-python
16:46:54 + /usr/lib/rpm/redhat/brp-mangle-shebangs
16:46:54 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.MrMe9g
16:46:54 + umask 022
16:46:54 + cd /root/rpmbuild/BUILD
16:46:54 + cd src
16:46:54 ++ engine/bundles/dynbinary-daemon/dockerd --version
16:46:54 + ver='Docker version 0.0.0-20210916145224-e3023ca, build 5176095'
16:46:54 + test 'Docker version 0.0.0-20210916145224-e3023ca, build 5176095' = 'Docker version 0.0.0-20210916145224-e3023ca, build 5176095'
16:46:54 + echo 'PASS: daemon version OK'
16:46:54 PASS: daemon version OK
16:46:54 + exit 0
16:46:54 Processing files: docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:46:54 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin/docker-proxy
16:46:54 Provides: docker-ce = 3:0.0.0.20210916145224.e3023ca-0.el8 docker-ce(x86-64) = 3:0.0.0.20210916145224.e3023ca-0.el8
16:46:54 Requires(interp): /bin/sh /bin/sh /bin/sh
16:46:54 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:46:54 Requires(post): /bin/sh
16:46:54 Requires(preun): /bin/sh
16:46:54 Requires(postun): /bin/sh
16:46:54 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
16:46:54 Conflicts: docker docker-ee docker-engine-cs docker-io
16:46:54 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
16:46:54 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:46:54 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.src.rpm
16:46:54 #11 13.69 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
16:46:54 #11 14.16 Starting 2 pkgProblemResolver with broken count: 0
16:46:54 #11 14.17 Done
16:46:55 #11 14.54  Done
16:46:55 #11 14.85 Starting pkgProblemResolver with broken count: 0
16:46:55 #11 14.97 Starting 2 pkgProblemResolver with broken count: 0
16:46:55 #11 14.98 Done
16:46:56 #11 15.63 The following additional packages will be installed:
16:46:56 #11 15.63   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
16:46:56 #11 15.63   g++-10 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
16:46:56 #11 15.63   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp24
16:46:56 #11 15.63   libltdl-dev libltdl7 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
16:46:56 #11 15.63   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
16:46:56 #11 15.63   libstdc++-10-dev libsystemd-dev libudev-dev libuv1 pkg-config
16:46:56 #11 15.63 Suggested packages:
16:46:56 #11 15.63   cmake-doc ninja-build apparmor-easyprof gcc-10-doc lrzip libtool-doc seccomp
16:46:56 #11 15.63   libstdc++-10-doc
16:46:56 #11 15.63 Recommended packages:
16:46:56 #11 15.63   libglib2.0-data shared-mime-info xdg-user-dirs
16:46:57 #11 16.33 The following NEW packages will be installed:
16:46:57 #11 16.33   bash-completion build-essential cmake cmake-data dh-apparmor dmsetup g++
16:46:57 #11 16.33   g++-10 libarchive13 libbtrfs-dev libbtrfs0 libdevmapper-dev
16:46:57 #11 16.33   libdevmapper-event1.02.1 libdevmapper1.02.1 libglib2.0-0 libjsoncpp24
16:46:57 #11 16.33   libltdl-dev libltdl7 libpcre2-16-0 libpcre2-32-0 libpcre2-dev
16:46:57 #11 16.33   libpcre2-posix2 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
16:46:57 #11 16.33   libstdc++-10-dev libsystemd-dev libudev-dev libuv1 pkg-config
16:46:57 #11 16.80 0 upgraded, 31 newly installed, 0 to remove and 1 not upgraded.
16:46:57 #11 16.80 1 not fully installed or removed.
16:46:57 #11 16.80 Need to get 19.6 MB of archives.
16:46:57 #11 16.80 After this operation, 84.0 MB of additional disk space will be used.
16:46:57 #11 16.80 Get:1 http://archive.raspbian.org/raspbian bullseye/main armhf libstdc++-10-dev armhf 10.2.1-6+rpi1 [1751 kB]
16:46:58 #11 17.36 Get:2 http://archive.raspbian.org/raspbian bullseye/main armhf g++-10 armhf 10.2.1-6+rpi1 [7341 kB]
16:46:58 #11 17.73 Get:3 http://archive.raspbian.org/raspbian bullseye/main armhf g++ armhf 4:10.2.1-1+rpi1 [1632 B]
16:46:58 #11 17.73 Get:4 http://archive.raspbian.org/raspbian bullseye/main armhf build-essential armhf 12.9 [7704 B]
16:46:58 #11 17.73 Get:5 http://archive.raspbian.org/raspbian bullseye/main armhf bash-completion all 1:2.11-2 [234 kB]
16:46:58 #11 17.74 Get:6 http://archive.raspbian.org/raspbian bullseye/main armhf cmake-data all 3.18.4-2+rpi1 [1725 kB]
16:46:58 #11 17.77 Get:7 http://archive.raspbian.org/raspbian bullseye/main armhf libarchive13 armhf 3.4.3-2 [294 kB]
16:46:58 #11 17.85 Get:8 http://archive.raspbian.org/raspbian bullseye/main armhf libjsoncpp24 armhf 1.9.4-4 [67.0 kB]
16:46:58 #11 17.85 Get:9 http://archive.raspbian.org/raspbian bullseye/main armhf librhash0 armhf 1.4.1-2 [141 kB]
16:46:58 #11 17.85 Get:10 http://archive.raspbian.org/raspbian bullseye/main armhf libuv1 armhf 1.40.0-1 [118 kB]
16:46:58 #11 17.86 Get:11 http://archive.raspbian.org/raspbian bullseye/main armhf cmake armhf 3.18.4-2+rpi1 [3118 kB]
16:46:58 #11 18.00 Get:12 http://archive.raspbian.org/raspbian bullseye/main armhf dh-apparmor all 2.13.6-10 [75.2 kB]
16:46:58 #11 18.01 Get:13 http://archive.raspbian.org/raspbian bullseye/main armhf libbtrfs0 armhf 5.10.1-2 [218 kB]
16:46:58 #11 18.01 Get:14 http://archive.raspbian.org/raspbian bullseye/main armhf libbtrfs-dev armhf 5.10.1-2 [279 kB]
16:46:58 #11 18.02 Get:15 http://archive.raspbian.org/raspbian bullseye/main armhf dmsetup armhf 2:1.02.175-2.1 [91.4 kB]
16:46:58 #11 18.02 Get:16 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper1.02.1 armhf 2:1.02.175-2.1 [134 kB]
16:46:58 #11 18.02 Get:17 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-event1.02.1 armhf 2:1.02.175-2.1 [22.3 kB]
16:46:58 #11 18.05 Get:18 http://archive.raspbian.org/raspbian bullseye/main armhf libudev-dev armhf 247.3-6+rpi1 [123 kB]
16:46:58 #11 18.05 Get:19 http://archive.raspbian.org/raspbian bullseye/main armhf libsepol1-dev armhf 3.1-1 [308 kB]
16:46:58 #11 18.07 Get:20 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-16-0 armhf 10.36-2 [197 kB]
16:46:58 #11 18.15 Get:21 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-32-0 armhf 10.36-2 [187 kB]
16:46:58 #11 18.21 Get:22 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-posix2 armhf 10.36-2 [48.7 kB]
16:46:58 #11 18.21 Get:23 http://archive.raspbian.org/raspbian bullseye/main armhf libpcre2-dev armhf 10.36-2 [626 kB]
16:46:58 #11 18.22 Get:24 http://archive.raspbian.org/raspbian bullseye/main armhf libselinux1-dev armhf 3.1-3 [156 kB]
16:46:58 #11 18.22 Get:25 http://archive.raspbian.org/raspbian bullseye/main armhf libdevmapper-dev armhf 2:1.02.175-2.1 [52.0 kB]
16:46:58 #11 18.22 Get:26 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl7 armhf 2.4.6-15 [388 kB]
16:46:58 #11 18.23 Get:27 http://archive.raspbian.org/raspbian bullseye/main armhf libltdl-dev armhf 2.4.6-15 [159 kB]
16:46:58 #11 18.23 Get:28 http://archive.raspbian.org/raspbian bullseye/main armhf libseccomp-dev armhf 2.5.1-1+rpi1 [87.7 kB]
16:46:58 #11 18.24 Get:29 http://archive.raspbian.org/raspbian bullseye/main armhf libsystemd-dev armhf 247.3-6+rpi1 [401 kB]
16:46:59 #11 18.34 Get:30 http://archive.raspbian.org/raspbian bullseye/main armhf libglib2.0-0 armhf 2.66.8-1 [1183 kB]
16:46:59 #11 18.37 Get:31 http://archive.raspbian.org/raspbian bullseye/main armhf pkg-config armhf 0.29.2-1 [61.5 kB]
16:46:59 #11 18.88 debconf: delaying package configuration, since apt-utils is not installed
16:46:59 #11 18.97 Fetched 19.6 MB in 2s (9384 kB/s)
16:46:59 #11 19.01 Selecting previously unselected package libstdc++-10-dev:armhf.
16:46:59 #11 19.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 ... 17319 files and directories currently installed.)
16:46:59 #11 19.03 Preparing to unpack .../00-libstdc++-10-dev_10.2.1-6+rpi1_armhf.deb ...
16:46:59 #11 19.04 Unpacking libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
16:47:00 #11 19.52 Selecting previously unselected package g++-10.
16:47:00 #11 19.53 Preparing to unpack .../01-g++-10_10.2.1-6+rpi1_armhf.deb ...
16:47:00 #11 19.53 Unpacking g++-10 (10.2.1-6+rpi1) ...
16:47:01 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64.rpm
16:47:01 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.kmS3Mf
16:47:01 + umask 022
16:47:01 + cd /root/rpmbuild/BUILD
16:47:01 + cd src
16:47:01 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:47:01 + exit 0
16:47:01 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.5kdZhi
16:47:01 + umask 022
16:47:01 + cd /root/rpmbuild/BUILD
16:47:01 + cd /root/rpmbuild/BUILD
16:47:01 + rm -rf src
16:47:01 + /usr/bin/mkdir -p src
16:47:01 + cd src
16:47:01 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
16:47:01 + /usr/bin/tar -xof -
16:47:01 + STATUS=0
16:47:01 + '[' 0 -ne 0 ']'
16:47:01 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
16:47:01 + /usr/bin/tar -xof -
16:47:01 + STATUS=0
16:47:01 + '[' 0 -ne 0 ']'
16:47:01 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:47:01 + exit 0
16:47:01 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.AKh5gf
16:47:01 + umask 022
16:47:01 + cd /root/rpmbuild/BUILD
16:47:01 + cd src
16:47:01 + mkdir -p /go/src/github.com/docker
16:47:01 + rm -f /go/src/github.com/docker/cli
16:47:01 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
16:47:01 + pushd /go/src/github.com/docker/cli
16:47:01 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
16:47:01 + VERSION=0.0.0-20210916145224-e3023ca
16:47:01 + GITCOMMIT=e3023ca
16:47:01 + GO_LINKMODE=dynamic
16:47:01 + ./scripts/build/binary
16:47:01 Building dynamic docker-linux-amd64
16:47:01 #11 20.59 Selecting previously unselected package g++.
16:47:01 #11 20.60 Preparing to unpack .../02-g++_4%3a10.2.1-1+rpi1_armhf.deb ...
16:47:01 #11 20.60 Unpacking g++ (4:10.2.1-1+rpi1) ...
16:47:01 #11 20.65 Selecting previously unselected package build-essential.
16:47:01 #11 20.65 Preparing to unpack .../03-build-essential_12.9_armhf.deb ...
16:47:01 #11 20.65 Unpacking build-essential (12.9) ...
16:47:01 #11 20.72 Selecting previously unselected package bash-completion.
16:47:01 #11 20.72 Preparing to unpack .../04-bash-completion_1%3a2.11-2_all.deb ...
16:47:02 #11 22.02 Unpacking bash-completion (1:2.11-2) ...
16:47:03 #11 22.33 Selecting previously unselected package cmake-data.
16:47:03 #11 22.33 Preparing to unpack .../05-cmake-data_3.18.4-2+rpi1_all.deb ...
16:47:03 #11 22.34 Unpacking cmake-data (3.18.4-2+rpi1) ...
16:47:04 #11 23.35 Selecting previously unselected package libarchive13:armhf.
16:47:04 #11 23.36 Preparing to unpack .../06-libarchive13_3.4.3-2_armhf.deb ...
16:47:04 #11 23.37 Unpacking libarchive13:armhf (3.4.3-2) ...
16:47:04 #11 23.47 Selecting previously unselected package libjsoncpp24:armhf.
16:47:04 #11 23.47 Preparing to unpack .../07-libjsoncpp24_1.9.4-4_armhf.deb ...
16:47:04 #11 23.48 Unpacking libjsoncpp24:armhf (1.9.4-4) ...
16:47:04 #11 23.55 Selecting previously unselected package librhash0:armhf.
16:47:04 #11 23.55 Preparing to unpack .../08-librhash0_1.4.1-2_armhf.deb ...
16:47:04 #11 23.56 Unpacking librhash0:armhf (1.4.1-2) ...
16:47:04 #11 23.64 Selecting previously unselected package libuv1:armhf.
16:47:04 #11 23.64 Preparing to unpack .../09-libuv1_1.40.0-1_armhf.deb ...
16:47:04 #11 23.65 Unpacking libuv1:armhf (1.40.0-1) ...
16:47:04 #11 23.71 Selecting previously unselected package cmake.
16:47:04 #11 23.71 Preparing to unpack .../10-cmake_3.18.4-2+rpi1_armhf.deb ...
16:47:04 #11 23.72 Unpacking cmake (3.18.4-2+rpi1) ...
16:47:04 #11 24.29 Selecting previously unselected package dh-apparmor.
16:47:05 #11 24.29 Preparing to unpack .../11-dh-apparmor_2.13.6-10_all.deb ...
16:47:05 #11 24.30 Unpacking dh-apparmor (2.13.6-10) ...
16:47:05 #11 24.37 Selecting previously unselected package libbtrfs0:armhf.
16:47:05 #11 24.37 Preparing to unpack .../12-libbtrfs0_5.10.1-2_armhf.deb ...
16:47:05 #11 24.38 Unpacking libbtrfs0:armhf (5.10.1-2) ...
16:47:05 #11 24.45 Selecting previously unselected package libbtrfs-dev:armhf.
16:47:05 #11 24.45 Preparing to unpack .../13-libbtrfs-dev_5.10.1-2_armhf.deb ...
16:47:05 #11 24.46 Unpacking libbtrfs-dev:armhf (5.10.1-2) ...
16:47:05 #11 24.54 Selecting previously unselected package dmsetup.
16:47:05 #11 24.55 Preparing to unpack .../14-dmsetup_2%3a1.02.175-2.1_armhf.deb ...
16:47:05 #11 24.55 Unpacking dmsetup (2:1.02.175-2.1) ...
16:47:05 #11 24.62 Selecting previously unselected package libdevmapper1.02.1:armhf.
16:47:05 #11 24.62 Preparing to unpack .../15-libdevmapper1.02.1_2%3a1.02.175-2.1_armhf.deb ...
16:47:05 #11 24.63 Unpacking libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
16:47:05 #11 24.70 Selecting previously unselected package libdevmapper-event1.02.1:armhf.
16:47:05 #11 24.70 Preparing to unpack .../16-libdevmapper-event1.02.1_2%3a1.02.175-2.1_armhf.deb ...
16:47:05 #11 24.71 Unpacking libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
16:47:05 #11 24.76 Selecting previously unselected package libudev-dev:armhf.
16:47:05 #11 24.76 Preparing to unpack .../17-libudev-dev_247.3-6+rpi1_armhf.deb ...
16:47:05 #11 24.76 Unpacking libudev-dev:armhf (247.3-6+rpi1) ...
16:47:05 #11 24.83 Selecting previously unselected package libsepol1-dev:armhf.
16:47:05 #11 24.83 Preparing to unpack .../18-libsepol1-dev_3.1-1_armhf.deb ...
16:47:05 #11 24.84 Unpacking libsepol1-dev:armhf (3.1-1) ...
16:47:05 #11 24.95 Selecting previously unselected package libpcre2-16-0:armhf.
16:47:05 #11 24.95 Preparing to unpack .../19-libpcre2-16-0_10.36-2_armhf.deb ...
16:47:05 #11 24.96 Unpacking libpcre2-16-0:armhf (10.36-2) ...
16:47:05 #11 25.05 Selecting previously unselected package libpcre2-32-0:armhf.
16:47:06 #11 25.05 Preparing to unpack .../20-libpcre2-32-0_10.36-2_armhf.deb ...
16:47:06 #11 25.06 Unpacking libpcre2-32-0:armhf (10.36-2) ...
16:47:06 #11 25.14 Selecting previously unselected package libpcre2-posix2:armhf.
16:47:06 #11 25.14 Preparing to unpack .../21-libpcre2-posix2_10.36-2_armhf.deb ...
16:47:06 #11 25.15 Unpacking libpcre2-posix2:armhf (10.36-2) ...
16:47:06 #11 25.20 Selecting previously unselected package libpcre2-dev:armhf.
16:47:06 #11 25.21 Preparing to unpack .../22-libpcre2-dev_10.36-2_armhf.deb ...
16:47:06 #11 25.21 Unpacking libpcre2-dev:armhf (10.36-2) ...
16:47:06 #11 25.34 Selecting previously unselected package libselinux1-dev:armhf.
16:47:06 #11 25.35 Preparing to unpack .../23-libselinux1-dev_3.1-3_armhf.deb ...
16:47:06 #11 25.35 Unpacking libselinux1-dev:armhf (3.1-3) ...
16:47:06 #11 25.44 Selecting previously unselected package libdevmapper-dev:armhf.
16:47:06 #11 25.45 Preparing to unpack .../24-libdevmapper-dev_2%3a1.02.175-2.1_armhf.deb ...
16:47:06 #11 25.45 Unpacking libdevmapper-dev:armhf (2:1.02.175-2.1) ...
16:47:06 #11 25.51 Selecting previously unselected package libltdl7:armhf.
16:47:06 #11 25.51 Preparing to unpack .../25-libltdl7_2.4.6-15_armhf.deb ...
16:47:06 #11 25.52 Unpacking libltdl7:armhf (2.4.6-15) ...
16:47:06 #11 25.58 Selecting previously unselected package libltdl-dev:armhf.
16:47:06 #11 25.58 Preparing to unpack .../26-libltdl-dev_2.4.6-15_armhf.deb ...
16:47:06 #11 25.59 Unpacking libltdl-dev:armhf (2.4.6-15) ...
16:47:06 #11 25.66 Selecting previously unselected package libseccomp-dev:armhf.
16:47:06 #11 25.66 Preparing to unpack .../27-libseccomp-dev_2.5.1-1+rpi1_armhf.deb ...
16:47:06 #11 25.67 Unpacking libseccomp-dev:armhf (2.5.1-1+rpi1) ...
16:47:06 #11 25.73 Selecting previously unselected package libsystemd-dev:armhf.
16:47:06 #11 25.74 Preparing to unpack .../28-libsystemd-dev_247.3-6+rpi1_armhf.deb ...
16:47:06 #11 25.74 Unpacking libsystemd-dev:armhf (247.3-6+rpi1) ...
16:47:06 #11 25.91 Selecting previously unselected package libglib2.0-0:armhf.
16:47:06 #11 25.91 Preparing to unpack .../29-libglib2.0-0_2.66.8-1_armhf.deb ...
16:47:06 #11 25.92 Unpacking libglib2.0-0:armhf (2.66.8-1) ...
16:47:06 #11 26.12 Selecting previously unselected package pkg-config.
16:47:06 #11 26.13 Preparing to unpack .../30-pkg-config_0.29.2-1_armhf.deb ...
16:47:06 #11 26.13 Unpacking pkg-config (0.29.2-1) ...
16:47:07 #11 26.26 Setting up libseccomp-dev:armhf (2.5.1-1+rpi1) ...
16:47:07 #11 26.28 Setting up libstdc++-10-dev:armhf (10.2.1-6+rpi1) ...
16:47:07 #11 26.29 Setting up g++-10 (10.2.1-6+rpi1) ...
16:47:07 #11 26.31 Setting up libarchive13:armhf (3.4.3-2) ...
16:47:07 #11 26.33 Setting up libglib2.0-0:armhf (2.66.8-1) ...
16:47:07 #11 26.35 No schema files found: doing nothing.
16:47:07 #11 26.37 Setting up libsepol1-dev:armhf (3.1-1) ...
16:47:07 #11 26.38 Setting up libpcre2-16-0:armhf (10.36-2) ...
16:47:07 #11 26.40 Setting up libbtrfs0:armhf (5.10.1-2) ...
16:47:07 #11 26.41 Setting up libpcre2-32-0:armhf (10.36-2) ...
16:47:07 #11 26.43 Setting up libuv1:armhf (1.40.0-1) ...
16:47:07 #11 26.45 Setting up bash-completion (1:2.11-2) ...
16:47:08 #11 27.83 Setting up pkg-config (0.29.2-1) ...
16:47:08 #11 27.96 Setting up libudev-dev:armhf (247.3-6+rpi1) ...
16:47:08 #11 27.97 Setting up libpcre2-posix2:armhf (10.36-2) ...
16:47:08 #11 27.99 Setting up libltdl7:armhf (2.4.6-15) ...
16:47:08 #11 28.00 Setting up libjsoncpp24:armhf (1.9.4-4) ...
16:47:08 #11 28.02 Setting up libbtrfs-dev:armhf (5.10.1-2) ...
16:47:08 #11 28.04 Setting up g++ (4:10.2.1-1+rpi1) ...
16:47:08 #11 28.08 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
16:47:08 #11 28.09 Setting up librhash0:armhf (1.4.1-2) ...
16:47:08 #11 28.10 Setting up build-essential (12.9) ...
16:47:08 #11 28.12 Setting up cmake-data (3.18.4-2+rpi1) ...
16:47:08 #11 28.14 Setting up dh-apparmor (2.13.6-10) ...
16:47:08 #11 28.16 Setting up libsystemd-dev:armhf (247.3-6+rpi1) ...
16:47:08 #11 28.18 Setting up libpcre2-dev:armhf (10.36-2) ...
16:47:08 #11 28.20 Setting up libselinux1-dev:armhf (3.1-3) ...
16:47:08 #11 28.21 Setting up libltdl-dev:armhf (2.4.6-15) ...
16:47:08 #11 28.23 Setting up cmake (3.18.4-2+rpi1) ...
16:47:08 #11 28.24 Setting up libdevmapper1.02.1:armhf (2:1.02.175-2.1) ...
16:47:08 #11 28.26 Setting up dmsetup (2:1.02.175-2.1) ...
16:47:08 #11 28.28 Setting up libdevmapper-event1.02.1:armhf (2:1.02.175-2.1) ...
16:47:08 #11 28.29 Setting up libdevmapper-dev:armhf (2:1.02.175-2.1) ...
16:47:09 #11 28.31 Setting up docker-ce-build-deps (1.0) ...
16:47:09 #11 28.33 Processing triggers for libc-bin (2.31-13+rpi1) ...
16:47:09 #11 28.36 Processing triggers for man-db (2.9.4-2) ...
16:47:09 #11 DONE 28.8s
16:47:09 
16:47:09 #12 [stage-1 5/8] COPY sources/ /sources
16:47:09 #12 sha256:6233caba5ff7b1d11f47713c8d4cb9a062b28a8a710182b0dd8bd1abcb54df5f
16:47:09 #12 DONE 0.1s
16:47:09 
16:47:09 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
16:47:09 #14 sha256:b7b94de64dea91ccae4ac833f2140e3243d6f80e38eb3ed87feee77277d88b69
16:47:13 #14 DONE 3.4s
16:47:13 
16:47:13 #15 [stage-1 7/8] WORKDIR /root/build-deb
16:47:13 #15 sha256:15c1810fb6a2d575dd9ccfa15fed8545c8e34faf8c1216b745609daa8e05a632
16:47:13 #15 DONE 0.0s
16:47:13 
16:47:13 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
16:47:13 #16 sha256:508b6ea05723a4cbe6d97b2f44db6e2a31af5f884744688380b57a7d0b210d4f
16:47:13 #16 DONE 0.0s
16:47:13 
16:47:13 #17 exporting to image
16:47:13 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:47:13 #17 exporting layers
16:47:23 #17 exporting layers 8.3s done
16:47:23 #17 writing image sha256:b6eea327ae096ab1e2a0df60d693bfb537cc9ee2010fb04612c9684a0c06dec3 done
16:47:23 #17 naming to docker.io/debbuild-raspbian-bullseye/aarch64 done
16:47:23 #17 DONE 8.3s
16:47:23 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20210916145224-e3023ca -e VERSION=0.0.0-20210916145224-e3023ca -e CLI_GITCOMMIT=e3023ca -e ENGINE_GITCOMMIT=5176095 -e SCAN_VERSION=v0.8.0 -e SCAN_GITCOMMIT=35651ca -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/debbuild/raspbian-bullseye:/build  debbuild-raspbian-bullseye/aarch64
16:47:23 + set -e
16:47:23 + mkdir -p /root/build-deb/engine
16:47:23 + tar -C /root/build-deb -xzf /sources/engine.tgz
16:47:23 + mkdir -p /root/build-deb/cli
16:47:23 + tar -C /root/build-deb -xzf /sources/cli.tgz
16:47:24 + mkdir -p /root/build-deb/scan-cli-plugin
16:47:24 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
16:47:24 + mkdir -p /go/src/github.com/docker
16:47:24 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
16:47:24 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
16:47:24 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
16:47:24 + EPOCH=5
16:47:24 + EPOCH_SEP=
16:47:24 + [[ ! -z 5 ]]
16:47:24 + EPOCH_SEP=:
16:47:24 + [[ -z 0.0.0-20210916145224-e3023ca ]]
16:47:24 + echo VERSION AAA 0.0.0-20210916145224-e3023ca
16:47:24 VERSION AAA 0.0.0-20210916145224-e3023ca
16:47:24 + VERSION=0.0.0-20210916145224-e3023ca
16:47:24 + echo VERSION bbb 0.0.0-20210916145224-e3023ca
16:47:24 VERSION bbb 0.0.0-20210916145224-e3023ca
16:47:24 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
16:47:24 + debSource=docker-ce
16:47:24 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
16:47:24 + debMaintainer='Docker <support@docker.com>'
16:47:24 ++ date --rfc-2822
16:47:24 + debDate='Thu, 16 Sep 2021 16:47:24 +0000'
16:47:24 + cat
16:47:24 + export CLI_GITCOMMIT=e3023ca
16:47:24 + CLI_GITCOMMIT=e3023ca
16:47:24 + export ENGINE_GITCOMMIT=5176095
16:47:24 + ENGINE_GITCOMMIT=5176095
16:47:24 + export SCAN_GITCOMMIT=35651ca
16:47:24 + SCAN_GITCOMMIT=35651ca
16:47:24 + echo VERSION BBB 0.0.0-20210916145224-e3023ca
16:47:24 VERSION BBB 0.0.0-20210916145224-e3023ca
16:47:24 + dpkg-buildpackage -uc -us -I.git
16:47:24 dpkg-buildpackage: info: source package docker-ce
16:47:24 dpkg-buildpackage: info: source version 5:0.0.0-20210916145224-e3023ca-0~raspbian-bullseye
16:47:24 dpkg-buildpackage: info: source distribution bullseye
16:47:24 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
16:47:24 dpkg-buildpackage: info: host architecture armhf
16:47:24  dpkg-source -I.git --before-build .
16:47:25  debian/rules clean
16:47:25 dh clean --with=bash-completion
16:47:25    dh_clean
16:47:25  dpkg-source -I.git -b .
16:47:26 dpkg-source: warning: native package version may not have a revision
16:47:26 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20210916145224-e3023ca-0~raspbian'
16:47:26 dpkg-source: info: using source format '1.0'
16:47:26 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye.tar.gz
16:47:44 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye.dsc
16:47:44  debian/rules build
16:47:44 dh build --with=bash-completion
16:47:44    dh_update_autotools_config
16:47:44    dh_autoreconf
16:47:44    debian/rules override_dh_auto_build
16:47:44 make[1]: Entering directory '/root/build-deb'
16:47:44 # Build the daemon and dependencies
16:47:44 cd engine && DOCKER_GITCOMMIT=5176095 PRODUCT=docker ./hack/make.sh dynbinary
16:47:44 
16:47:44 Removing bundles/
16:47:44 
16:47:44 ---> Making bundle: dynbinary (in bundles/dynbinary)
16:47:44 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:47:44 GOOS="" GOARCH="" GOARM=""
16:48:13 #26 ...
16:48:13 
16:48:13 #22 [linux/amd64 build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
16:48:13 #22 sha256:08a544618307d268357197db401bec6d6be20a0c8acf289566ccf83364293eb5
16:48:13 #22 DONE 192.7s
16:48:13 
16:48:13 #26 [linux/amd64 build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
16:48:13 #26 sha256:bf1f7b501ab7b2c42c48cdd67f1b24a841c8cf002eb897cd2a4a8732bd7a3809
16:48:13 #26 ...
16:48:13 
16:48:13 #23 [darwin/arm64 binary 1/1] COPY --from=build /out .
16:48:13 #23 sha256:c32a8b8cad44b1df6e9f7006e94be031a45d1d0ae4bc3f3b2e2a3ca098f33fb3
16:48:13 #23 DONE 0.1s
16:48:13 
16:48:13 #26 [linux/amd64 build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
16:48:13 #26 sha256:bf1f7b501ab7b2c42c48cdd67f1b24a841c8cf002eb897cd2a4a8732bd7a3809
16:48:13 #26 DONE 194.4s
16:48:13 
16:48:13 #27 [darwin/amd64 binary 1/1] COPY --from=build /out .
16:48:13 #27 sha256:421e683b92c593adeb4d0e0ec762f1941c78b36735a99fe23a9ddeb4d8a49d16
16:48:13 #27 DONE 0.1s
16:48:13 
16:48:13 #28 exporting to client
16:48:13 #28 sha256:b60a1292d407630dbb741f28ab6ea4ce3cca872ac28eeee56f4e66a182eca4bc
16:48:13 #28 copying files darwin/amd64 22B
16:48:13 #28 copying files darwin/arm64 22B
16:48:13 #28 copying files darwin/arm64 50.08MB 1.6s done
16:48:13 #28 copying files darwin/amd64 54.14MB 1.6s done
16:48:13 #28 DONE 1.6s
16:48:13 dest=$PWD/build/mac; cd /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli/build && for platform in *; do \
16:48:13 	arch=$(echo $platform | cut -d_ -f2); \
16:48:13 	mkdir -p $dest/$arch/docker; \
16:48:13 	cp $platform/docker-darwin-* $dest/$arch/docker/docker && \
16:48:13 	tar -C $dest/$arch -c -z -f $dest/$arch/docker-0.0.0-20210916145224-e3023ca.tgz docker; \
16:48:13 done
16:48:14 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:48:14 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:48:14 GOOS="" GOARCH="" GOARM=""
16:48:14 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:48:14 
16:48:14 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
16:48:14 + RM_GOPATH=0
16:48:14 + TMP_GOPATH=/go
16:48:14 + : /usr/local/bin
16:48:14 + '[' -z /go ']'
16:48:14 + export GOPATH=/go
16:48:14 + GOPATH=/go
16:48:14 + case "$(go env GOARCH)" in
16:48:14 ++ go env GOARCH
16:48:14 + export GO_BUILDMODE=-buildmode=pie
16:48:14 + GO_BUILDMODE=-buildmode=pie
16:48:14 ++ dirname hack/dockerfile/install/install.sh
16:48:14 + dir=hack/dockerfile/install
16:48:14 + bin=tini
16:48:14 + shift
16:48:14 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
16:48:14 + . hack/dockerfile/install/tini.installer
16:48:14 ++ : v0.19.0
16:48:14 Install tini version v0.19.0
16:48:14 + install_tini
16:48:14 + echo 'Install tini version v0.19.0'
16:48:14 + git clone https://github.com/krallin/tini.git /go/tini
16:48:14 Cloning into '/go/tini'...
16:48:14 + cd /go/tini
16:48:14 + git checkout -q v0.19.0
16:48:14 + cmake .
16:48:14 -- The C compiler identification is GNU 10.3.0
16:48:14 -- Detecting C compiler ABI info
16:48:14 -- Detecting C compiler ABI info - done
16:48:14 -- Check for working C compiler: /usr/bin/cc - skipped
16:48:14 -- Detecting C compile features
16:48:14 -- Detecting C compile features - done
16:48:14 -- Performing Test HAS_BUILTIN_FORTIFY
16:48:14 -- Performing Test HAS_BUILTIN_FORTIFY - Success
16:48:14 -- Configuring done
16:48:14 -- Generating done
16:48:14 -- Build files have been written to: /go/tini
16:48:14 + make tini-static
16:48:14 make[2]: Entering directory '/go/tini'
16:48:14 make[3]: Entering directory '/go/tini'
16:48:14 make[4]: Entering directory '/go/tini'
16:48:14 make[5]: Entering directory '/go/tini'
16:48:14 Scanning dependencies of target tini-static
16:48:14 make[5]: Leaving directory '/go/tini'
16:48:14 make[5]: Entering directory '/go/tini'
16:48:14 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:48:14 [100%] Linking C executable tini-static
16:48:14 make[5]: Leaving directory '/go/tini'
16:48:14 [100%] Built target tini-static
16:48:14 make[4]: Leaving directory '/go/tini'
16:48:14 make[3]: Leaving directory '/go/tini'
16:48:14 make[2]: Leaving directory '/go/tini'
16:48:14 + mkdir -p /usr/local/bin
16:48:14 + cp tini-static /usr/local/bin/docker-init
16:48:14 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
16:48:14 + RM_GOPATH=0
16:48:14 + TMP_GOPATH=/go
16:48:14 + : /usr/local/bin
16:48:14 + '[' -z /go ']'
16:48:14 + export GOPATH=/go
16:48:14 + GOPATH=/go
16:48:14 + case "$(go env GOARCH)" in
16:48:14 ++ go env GOARCH
16:48:14 + export GO_BUILDMODE=-buildmode=pie
16:48:14 + GO_BUILDMODE=-buildmode=pie
16:48:14 ++ dirname hack/dockerfile/install/install.sh
16:48:14 + dir=hack/dockerfile/install
16:48:14 + bin=rootlesskit
16:48:14 + shift
16:48:14 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
16:48:14 + . hack/dockerfile/install/rootlesskit.installer
16:48:14 ++ : v0.14.4
16:48:14 + install_rootlesskit dynamic
16:48:14 + case "$1" in
16:48:14 + install_rootlesskit_dynamic
16:48:14 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
16:48:14 + ROOTLESSKIT_LDFLAGS=-linkmode=external
16:48:14 + export BUILD_MODE=-buildmode=pie
16:48:14 + BUILD_MODE=-buildmode=pie
16:48:14 + _install_rootlesskit
16:48:14 + echo 'Install rootlesskit version v0.14.4'
16:48:14 + for f in rootlesskit rootlesskit-docker-proxy
16:48:14 + GOBIN=/usr/local/bin
16:48:14 + GO111MODULE=on
16:48:14 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
16:48:14 Install rootlesskit version v0.14.4
16:48:14 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
16:48:22 + DISABLE_WARN_OUTSIDE_CONTAINER=1
16:48:22 + make manpages
16:48:22 scripts/docs/generate-man.sh
16:48:23 cp: cannot stat 'docker/docker-darwin-*': Not a directory
16:48:23 cp: cannot stat 'docker-linux-amd64/docker-darwin-*': Not a directory
16:48:23 make[1]: *** [Makefile:53: cross-mac] Error 1
16:48:23 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
16:48:23 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
16:48:23 make -C /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker VERSION=0.0.0-20210916145224-e3023ca DOCKER_CROSSPLATFORMS=windows/amd64 cross
16:48:23 make[2]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker'
16:48:24 go: downloading github.com/pkg/errors v0.9.1
16:48:24 go: downloading github.com/sirupsen/logrus v1.8.1
16:48:24 go: downloading github.com/urfave/cli/v2 v2.3.0
16:48:24 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:48:24 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:48:24 go: downloading github.com/google/uuid v1.3.0
16:48:24 go: downloading github.com/moby/vpnkit v0.5.0
16:48:24 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:48:24 go: downloading github.com/gofrs/flock v0.8.1
16:48:24 go: downloading github.com/gorilla/mux v1.8.0
16:48:24 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:48:24 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:48:24 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:48:24 docker build  --build-arg=GO_VERSION  -f "Dockerfile" --build-arg CROSS=true --build-arg DOCKER_CROSSPLATFORMS --output=bundles/ --target=cross --build-arg VERSION --build-arg DOCKER_GITCOMMIT --build-arg PRODUCT --build-arg PLATFORM --build-arg DEFAULT_PRODUCT_LICENSE .
16:48:24 #1 [internal] load build definition from Dockerfile
16:48:24 #1 sha256:75b678995f15c51522f3dca470a84fd49f3d570e3aadd77a07c3c7753ccd7826
16:48:24 #1 transferring dockerfile: 38B done
16:48:24 #1 DONE 0.0s
16:48:24 
16:48:24 #2 [internal] load .dockerignore
16:48:24 #2 sha256:4aff2dfad3ecb2f62b5ae2dd075a70382868bca5d4a2b22294e5a32bf862535d
16:48:24 #2 transferring context: 34B done
16:48:24 #2 DONE 0.0s
16:48:24 
16:48:24 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
16:48:24 #4 sha256:5208226f9ce1eee3479a311ce746b14901b98afbb52b3645201d4b9609e04a50
16:48:24 #4 DONE 0.0s
16:48:24 
16:48:24 #3 resolve image config for docker.io/docker/dockerfile:1.3
16:48:24 #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
16:48:24 #3 DONE 0.2s
16:48:24 
16:48:24 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
16:48:24 #5 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8
16:48:24 #5 CACHED
16:48:25 
16:48:25 #7 [internal] load build definition from Dockerfile
16:48:25 #7 sha256:3a1ccecf7643b7f98e3e97b0d666f85e502ea2797e8836d09ad780e16281b185
16:48:25 #7 DONE 0.0s
16:48:25 
16:48:25 #6 [internal] load .dockerignore
16:48:25 #6 sha256:2e5acbbde864984b558a17ebe86c95a6103f37c9a307459bdab4cf560d8e8afc
16:48:25 #6 DONE 0.0s
16:48:25 
16:48:25 #11 [auth] djs55/vpnkit:pull token for registry-1.docker.io
16:48:25 #11 sha256:9e695d9b8b78b269dc0a6c2821488a3fb44200fe0423d1c16ad02576c19ef4ba
16:48:25 #11 DONE 0.0s
16:48:25 
16:48:25 #12 [auth] library/golang:pull token for registry-1.docker.io
16:48:25 #12 sha256:958ae09445344b2b2ef9153a6cef17d83dbc63399326cc4405d4fb817f52075d
16:48:25 #12 DONE 0.0s
16:48:25 
16:48:25 #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:48:25 #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
16:48:25 #10 DONE 0.1s
16:48:25 
16:48:25 #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:48:25 #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
16:48:25 #8 DONE 0.1s
16:48:25 
16:48:25 #9 [internal] load metadata for docker.io/library/golang:1.16.8-bullseye
16:48:25 #9 sha256:9f27d529569ee358bcbe8df984546143cf254baf49fae277e036d4f1bf65abe8
16:48:25 #9 DONE 0.1s
16:48:25 
16:48:25 #13 [base 1/3] FROM docker.io/library/golang:1.16.8-bullseye@sha256:7d5ea98bd40a568289e650947fbb8ee61934a398bb22274be4dcfe87632f8e02
16:48:25 #13 sha256:448b96692675f74b76ca2a046750e22bd4ad2338521f8846449601e6c146dcec
16:48:25 #13 DONE 0.0s
16:48:25 
16:48:25 #39 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:48:25 #39 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
16:48:25 #39 DONE 0.0s
16:48:25 
16:48:25 #37 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:48:25 #37 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
16:48:25 #37 DONE 0.0s
16:48:25 
16:48:25 #14 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:48:25 #14 sha256:eb8831415939c19eed8ce3a8166766587bf9bd92bbb5312d9c5371cba3befe6f
16:48:25 #14 CACHED
16:48:25 
16:48:25 #15 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/${APT_MIRROR:-deb.debian.org}/g" /etc/apt/sources.list  && sed -ri "s/(security).debian.org/${APT_MIRROR:-security.debian.org}/g" /etc/apt/sources.list
16:48:25 #15 sha256:070464ab988b2eea182fb26a578cbe31110ab50fee53145a80980b56dc23c3e9
16:48:25 #15 CACHED
16:48:25 
16:48:25 #25 [internal] load build context
16:48:25 #25 sha256:8642607a56deee52deac8db40abdabb04ce197146fe710c5638d986d3f27d88f
16:48:25 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:48:26 #25 transferring context: 513.23kB 0.4s done
16:48:26 #25 DONE 0.5s
16:48:26 
16:48:26 #16 [cross-true 1/6] RUN dpkg --add-architecture arm64
16:48:26 #16 sha256:7b0e4997059be70f91e59677388a90e2685fa520a5a80b704e528f4d3aee7268
16:48:26 #16 DONE 0.7s
16:48:26 
16:48:26 #17 [cross-true 2/6] RUN dpkg --add-architecture armel
16:48:26 #17 sha256:902a06d21ac4c6f26e96231801b4ccf2f9b3d8ad1a7dec7f60410907882a63e4
16:48:26 #17 DONE 0.5s
16:48:26 
16:48:26 #18 [cross-true 3/6] RUN dpkg --add-architecture armhf
16:48:26 #18 sha256:5bbf4339fed0d9d4cb275b8d5d8c2403ad60934ed25353d43743b44c0df1a2ab
16:48:27 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:48:27 #18 DONE 0.5s
16:48:27 
16:48:27 #19 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
16:48:27 #19 sha256:8064c52b5e7ba1744990c47bcdaf747da53b3784c85e1cbf3ccd707ebb86c669
16:48:27 #19 DONE 0.5s
16:48:27 
16:48:27 #20 [cross-true 5/6] RUN dpkg --add-architecture s390x
16:48:27 #20 sha256:e91b7030ebeae96cb600fe47629481a5f11f70ff867f8c0443484cd935114105
16:48:28 #20 DONE 0.5s
16:48:28 
16:48:28 #21 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             crossbuild-essential-arm64             crossbuild-essential-armel             crossbuild-essential-armhf             crossbuild-essential-ppc64el             crossbuild-essential-s390x
16:48:28 #21 sha256:5a48320a3f333be105ef75d8e15041295c74cf601c184552751abcaad13a3bd2
16:48:29 #21 0.791 Get:1 http://deb.debian.org/debian bullseye InRelease [113 kB]
16:48:29 #21 0.792 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:48:29 #21 0.801 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB]
16:48:29 #21 0.914 Get:4 http://deb.debian.org/debian bullseye/main armel Packages [7861 kB]
16:48:29 #21 1.006 Get:5 http://deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB]
16:48:29 #21 1.102 Get:6 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB]
16:48:29 #21 1.217 Get:7 http://deb.debian.org/debian bullseye/main armhf Packages [7941 kB]
16:48:29 #21 1.354 Get:8 http://deb.debian.org/debian bullseye/main arm64 Packages [8066 kB]
16:48:29 #21 1.425 Get:9 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB]
16:48:29 #21 1.429 Get:10 http://security.debian.org/debian-security bullseye-security/main armel Packages [29.7 kB]
16:48:29 #21 1.429 Get:11 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [31.0 kB]
16:48:29 #21 1.430 Get:12 http://security.debian.org/debian-security bullseye-security/main s390x Packages [31.0 kB]
16:48:29 #21 1.431 Get:13 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [31.1 kB]
16:48:29 #21 1.431 Get:14 http://security.debian.org/debian-security bullseye-security/main armhf Packages [30.6 kB]
16:48:29 #21 1.459 Get:15 http://deb.debian.org/debian bullseye/main s390x Packages [7873 kB]
16:48:32 + for f in rootlesskit rootlesskit-docker-proxy
16:48:32 + GOBIN=/usr/local/bin
16:48:32 + GO111MODULE=on
16:48:32 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
16:48:33 + return
16:48:33 # Build the CLI
16:48:33 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20210916145224-e3023ca GITCOMMIT=e3023ca LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
16:48:33 Building dynamic docker-linux-amd64
16:48:36 #21 7.043 Fetched 48.3 MB in 7s (7424 kB/s)
16:48:38 #21 7.043 Reading package lists...
16:48:41 #21 10.05 Reading package lists...
16:48:41 #21 13.04 Building dependency tree...
16:48:42 #21 14.33 The following additional packages will be installed:
16:48:42 #21 14.33   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
16:48:42 #21 14.33   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
16:48:42 #21 14.33   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
16:48:42 #21 14.33   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
16:48:42 #21 14.33   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
16:48:42 #21 14.33   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
16:48:42 #21 14.33   cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file
16:48:42 #21 14.33   g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf
16:48:42 #21 14.33   g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu
16:48:42 #21 14.33   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu
16:48:42 #21 14.33   g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
16:48:42 #21 14.33   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
16:48:42 #21 14.33   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
16:48:42 #21 14.33   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
16:48:42 #21 14.33   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
16:48:42 #21 14.33   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
16:48:42 #21 14.34   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
16:48:42 #21 14.34   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
16:48:42 #21 14.34   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
16:48:42 #21 14.34   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
16:48:42 #21 14.34   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
16:48:42 #21 14.34   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
16:48:42 #21 14.34   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
16:48:42 #21 14.34   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
16:48:42 #21 14.34   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
16:48:42 #21 14.34   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
16:48:42 #21 14.34   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
16:48:42 #21 14.34   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
16:48:42 #21 14.34   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
16:48:42 #21 14.34   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
16:48:42 #21 14.34   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
16:48:42 #21 14.34   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
16:48:42 #21 14.34   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
16:48:42 #21 14.34   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
16:48:42 #21 14.34   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
16:48:42 #21 14.34   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
16:48:42 #21 14.34   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
16:48:42 #21 14.34   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
16:48:42 #21 14.34   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
16:48:42 #21 14.34   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
16:48:42 #21 14.34   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
16:48:42 #21 14.34   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
16:48:42 #21 14.34   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
16:48:42 #21 14.34   linux-libc-dev-s390x-cross patch xz-utils
16:48:42 #21 14.35 Suggested packages:
16:48:42 #21 14.35   binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch
16:48:42 #21 14.35   debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu
16:48:42 #21 14.35   gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex
16:48:42 #21 14.35   bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi
16:48:42 #21 14.35   gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu
16:48:42 #21 14.35   libyaml-shell-perl ed diffutils-doc
16:48:42 #21 14.35 Recommended packages:
16:48:42 #21 14.35   fakeroot build-essential libalgorithm-merge-perl libwww-perl
16:48:42 #21 14.35   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
16:48:43 #21 15.56 The following NEW packages will be installed:
16:48:43 #21 15.56   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
16:48:43 #21 15.56   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
16:48:43 #21 15.56   binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu
16:48:43 #21 15.56   cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf
16:48:43 #21 15.56   cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu
16:48:43 #21 15.56   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
16:48:43 #21 15.56   cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64
16:48:43 #21 15.56   crossbuild-essential-armel crossbuild-essential-armhf
16:48:43 #21 15.56   crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev
16:48:43 #21 15.56   file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi
16:48:43 #21 15.56   g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu
16:48:43 #21 15.56   g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi
16:48:43 #21 15.56   g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu
16:48:43 #21 15.56   gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base
16:48:43 #21 15.56   gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base
16:48:43 #21 15.56   gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base
16:48:43 #21 15.56   gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base
16:48:43 #21 15.56   gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu
16:48:43 #21 15.56   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
16:48:43 #21 15.56   gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross
16:48:43 #21 15.56   libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross
16:48:43 #21 15.56   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
16:48:43 #21 15.56   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
16:48:43 #21 15.56   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
16:48:43 #21 15.56   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
16:48:43 #21 15.56   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
16:48:43 #21 15.56   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
16:48:43 #21 15.56   libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross
16:48:43 #21 15.56   libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross
16:48:43 #21 15.56   libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross
16:48:43 #21 15.56   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross
16:48:43 #21 15.56   libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
16:48:43 #21 15.56   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67
16:48:43 #21 15.56   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
16:48:43 #21 15.56   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
16:48:43 #21 15.56   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
16:48:43 #21 15.56   libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross
16:48:43 #21 15.56   libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross
16:48:43 #21 15.56   libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
16:48:43 #21 15.56   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
16:48:43 #21 15.56   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
16:48:43 #21 15.56   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
16:48:43 #21 15.56   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
16:48:43 #21 15.56   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
16:48:43 #21 15.56   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
16:48:43 #21 15.56   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
16:48:43 #21 15.56   linux-libc-dev-s390x-cross patch xz-utils
16:48:44 #21 15.87 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded.
16:48:44 #21 15.87 Need to get 787 MB of archives.
16:48:44 #21 15.87 After this operation, 3385 MB of additional disk space will be used.
16:48:44 #21 15.87 Get:1 http://deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
16:48:44 #21 15.87 Get:2 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
16:48:44 #21 15.87 Get:3 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
16:48:44 #21 15.87 Get:4 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
16:48:44 #21 15.88 Get:5 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
16:48:44 #21 15.88 Get:6 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
16:48:44 #21 15.88 Get:7 http://deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB]
16:48:44 #21 15.90 Get:8 http://deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB]
16:48:44 #21 15.91 Get:9 http://deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB]
16:48:44 #21 15.93 Get:10 http://deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB]
16:48:44 #21 15.95 Get:11 http://deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB]
16:48:44 #21 15.96 Get:12 http://deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
16:48:44 #21 15.96 Get:13 http://deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB]
16:48:44 #21 16.33 Get:14 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB]
16:48:44 #21 16.33 Get:15 http://deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB]
16:48:44 #21 16.65 Get:16 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB]
16:48:45 #21 16.65 Get:17 http://deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB]
16:48:45 #21 17.00 Get:18 http://deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
16:48:45 #21 17.00 Get:19 http://deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB]
16:48:45 #21 17.32 Get:20 http://deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB]
16:48:45 #21 17.33 Get:21 http://deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB]
16:48:45 #21 17.63 Get:22 http://deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
16:48:45 #21 17.63 Get:23 http://deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB]
16:48:45 #21 17.63 Get:24 http://deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB]
16:48:45 #21 17.63 Get:25 http://deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
16:48:45 #21 17.63 Get:26 http://deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB]
16:48:45 #21 17.63 Get:27 http://deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB]
16:48:45 #21 17.63 Get:28 http://deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB]
16:48:45 #21 17.63 Get:29 http://deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB]
16:48:45 #21 17.64 Get:30 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB]
16:48:45 #21 17.64 Get:31 http://deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB]
16:48:45 #21 17.64 Get:32 http://deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB]
16:48:45 #21 17.65 Get:33 http://deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B]
16:48:45 #21 17.65 Get:34 http://deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB]
16:48:45 #21 17.66 Get:35 http://deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB]
16:48:46 #21 17.67 Get:36 http://deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB]
16:48:46 #21 17.68 Get:37 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB]
16:48:46 #21 17.68 Get:38 http://deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB]
16:48:46 #21 17.69 Get:39 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB]
16:48:46 #21 17.70 Get:40 http://deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB]
16:48:46 #21 18.11 Get:41 http://deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B]
16:48:46 #21 18.11 Get:42 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB]
16:48:46 #21 18.12 Get:43 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB]
16:48:46 #21 18.13 Get:44 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB]
16:48:46 #21 18.15 Get:45 http://deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB]
16:48:46 #21 18.54 Get:46 http://deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B]
16:48:46 #21 18.54 Get:47 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
16:48:46 #21 18.54 Get:48 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB]
16:48:46 #21 18.56 Get:49 http://deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB]
16:48:46 #21 18.56 Get:50 http://deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
16:48:46 #21 18.56 Get:51 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
16:48:46 #21 18.62 Get:52 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
16:48:46 #21 18.63 Get:53 http://deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
16:48:46 #21 18.63 Get:54 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
16:48:46 #21 18.63 Get:55 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
16:48:46 #21 18.63 Get:56 http://deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
16:48:46 #21 18.63 Get:57 http://deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
16:48:46 #21 18.63 Get:58 http://deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB]
16:48:46 #21 18.63 Get:59 http://deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB]
16:48:46 #21 18.63 Get:60 http://deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
16:48:46 #21 18.63 Get:61 http://deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
16:48:46 #21 18.63 Get:62 http://deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB]
16:48:46 #21 18.63 Get:63 http://deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB]
16:48:46 #21 18.63 Get:64 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B]
16:48:46 #21 18.64 Get:65 http://deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB]
16:48:46 #21 18.64 Get:66 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB]
16:48:46 #21 18.64 Get:67 http://deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB]
16:48:46 #21 18.64 Get:68 http://deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B]
16:48:46 #21 18.65 Get:69 http://deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB]
16:48:46 #21 18.66 Get:70 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB]
16:48:46 #21 18.66 Get:71 http://deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB]
16:48:46 #21 18.66 Get:72 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB]
16:48:46 #21 18.67 Get:73 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB]
16:48:47 #21 19.03 Get:74 http://deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B]
16:48:47 #21 19.03 Get:75 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB]
16:48:47 #21 19.04 Get:76 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB]
16:48:47 #21 19.06 Get:77 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB]
16:48:47 #21 19.07 Get:78 http://deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB]
16:48:47 #21 19.44 Get:79 http://deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B]
16:48:47 #21 19.44 Get:80 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B]
16:48:47 #21 19.44 Get:81 http://deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB]
16:48:47 #21 19.45 Get:82 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB]
16:48:47 #21 19.45 Get:83 http://deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB]
16:48:47 #21 19.45 Get:84 http://deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B]
16:48:47 #21 19.45 Get:85 http://deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB]
16:48:47 #21 19.47 Get:86 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB]
16:48:47 #21 19.47 Get:87 http://deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB]
16:48:47 #21 19.47 Get:88 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB]
16:48:47 #21 19.48 Get:89 http://deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB]
16:48:48 #21 19.88 Get:90 http://deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B]
16:48:48 #21 19.88 Get:91 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB]
16:48:48 #21 19.90 Get:92 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB]
16:48:48 #21 19.92 Get:93 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB]
16:48:48 #21 19.93 Get:94 http://deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB]
16:48:48 #21 20.31 Get:95 http://deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B]
16:48:48 #21 20.31 Get:96 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B]
16:48:48 #21 20.31 Get:97 http://deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB]
16:48:48 #21 20.32 Get:98 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB]
16:48:48 #21 20.32 Get:99 http://deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB]
16:48:48 #21 20.32 Get:100 http://deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB]
16:48:48 #21 20.32 Get:101 http://deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B]
16:48:48 #21 20.33 Get:102 http://deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB]
16:48:48 #21 20.35 Get:103 http://deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB]
16:48:48 #21 20.35 Get:104 http://deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB]
16:48:48 #21 20.37 Get:105 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB]
16:48:48 #21 20.37 Get:106 http://deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB]
16:48:48 #21 20.38 Get:107 http://deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB]
16:48:48 #21 20.38 Get:108 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB]
16:48:48 #21 20.39 Get:109 http://deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB]
16:48:49 #21 20.79 Get:110 http://deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B]
16:48:49 #21 20.79 Get:111 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB]
16:48:49 #21 20.80 Get:112 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB]
16:48:49 #21 20.81 Get:113 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB]
16:48:49 #21 20.83 Get:114 http://deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB]
16:48:49 #21 21.18 Get:115 http://deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B]
16:48:49 #21 21.18 Get:116 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B]
16:48:49 #21 21.18 Get:117 http://deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB]
16:48:49 #21 21.19 Get:118 http://deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB]
16:48:49 #21 21.19 Get:119 http://deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB]
16:48:49 #21 21.19 Get:120 http://deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB]
16:48:49 #21 21.19 Get:121 http://deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B]
16:48:49 #21 21.19 Get:122 http://deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB]
16:48:49 #21 21.20 Get:123 http://deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB]
16:48:49 #21 21.21 Get:124 http://deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB]
16:48:49 #21 21.21 Get:125 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB]
16:48:49 #21 21.22 Get:126 http://deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB]
16:48:49 #21 21.59 Get:127 http://deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B]
16:48:49 #21 21.59 Get:128 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB]
16:48:49 #21 21.60 Get:129 http://deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB]
16:48:49 #21 21.62 Get:130 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB]
16:48:49 #21 21.63 Get:131 http://deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB]
16:48:50 #21 22.01 Get:132 http://deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B]
16:48:50 #21 22.01 Get:133 http://deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B]
16:48:50 #21 22.33 debconf: delaying package configuration, since apt-utils is not installed
16:48:50 #21 22.48 Fetched 787 MB in 6s (123 MB/s)
16:48:50 #21 22.50 Selecting previously unselected package liblocale-gettext-perl.
16:48:50 #21 22.50 (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 ... 15713 files and directories currently installed.)
16:48:50 #21 22.51 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
16:48:50 #21 22.52 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
16:48:50 #21 22.54 Selecting previously unselected package bzip2.
16:48:50 #21 22.54 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ...
16:48:50 #21 22.55 Unpacking bzip2 (1.0.8-4) ...
16:48:50 #21 22.57 Selecting previously unselected package libmagic-mgc.
16:48:50 #21 22.57 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ...
16:48:51 #21 22.58 Unpacking libmagic-mgc (1:5.39-3) ...
16:48:51 #21 22.67 Selecting previously unselected package libmagic1:amd64.
16:48:51 #21 22.68 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ...
16:48:51 #21 22.68 Unpacking libmagic1:amd64 (1:5.39-3) ...
16:48:51 #21 22.71 Selecting previously unselected package file.
16:48:51 #21 22.72 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ...
16:48:51 #21 22.72 Unpacking file (1:5.39-3) ...
16:48:51 #21 22.75 Selecting previously unselected package xz-utils.
16:48:51 #21 22.75 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ...
16:48:51 #21 22.75 Unpacking xz-utils (5.2.5-2) ...
16:48:51 #21 22.79 Selecting previously unselected package binutils-aarch64-linux-gnu.
16:48:51 #21 22.80 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ...
16:48:51 #21 22.80 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ...
16:48:51 #21 23.15 Selecting previously unselected package binutils-arm-linux-gnueabi.
16:48:51 #21 23.15 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ...
16:48:51 #21 23.16 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ...
16:48:51 #21 23.46 Selecting previously unselected package binutils-arm-linux-gnueabihf.
16:48:51 #21 23.46 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ...
16:48:51 #21 23.46 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ...
16:48:52 #21 23.77 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
16:48:52 #21 23.77 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ...
16:48:52 #21 23.77 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ...
16:48:52 #21 24.05 Selecting previously unselected package binutils-s390x-linux-gnu.
16:48:52 #21 24.05 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ...
16:48:52 #21 24.05 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ...
16:48:52 #21 24.28 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64.
16:48:52 #21 24.28 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
16:48:52 #21 24.28 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
16:48:52 #21 24.31 Selecting previously unselected package cpp-10-aarch64-linux-gnu.
16:48:52 #21 24.31 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:48:52 #21 24.32 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
16:48:57 #21 28.79 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64.
16:48:57 #21 28.79 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ...
16:48:57 #21 28.79 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
16:48:57 #21 28.82 Selecting previously unselected package cpp-10-arm-linux-gnueabi.
16:48:57 #21 28.82 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
16:48:57 #21 28.83 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
16:49:02 #21 33.01 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64.
16:49:02 #21 33.04 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ...
16:49:02 #21 33.04 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
16:49:02 #21 33.08 Selecting previously unselected package cpp-10-arm-linux-gnueabihf.
16:49:02 #21 33.09 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
16:49:02 #21 33.09 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
16:49:06 #21 37.63 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64.
16:49:06 #21 37.63 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
16:49:06 #21 37.68 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
16:49:06 #21 37.89 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu.
16:49:06 #21 37.89 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:49:06 #21 37.89 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
16:49:10 #21 42.03 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64.
16:49:10 #21 42.03 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ...
16:49:10 #21 42.03 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
16:49:10 #21 42.06 Selecting previously unselected package cpp-10-s390x-linux-gnu.
16:49:10 #21 42.06 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:49:10 #21 42.07 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
16:49:14 #21 45.96 Selecting previously unselected package cpp-aarch64-linux-gnu.
16:49:14 #21 45.96 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:49:14 #21 45.96 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ...
16:49:14 #21 45.99 Selecting previously unselected package cpp-arm-linux-gnueabi.
16:49:14 #21 45.99 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
16:49:14 #21 45.99 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ...
16:49:14 #21 46.01 Selecting previously unselected package cpp-arm-linux-gnueabihf.
16:49:14 #21 46.02 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
16:49:14 #21 46.02 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
16:49:14 #21 46.04 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
16:49:14 #21 46.04 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:49:14 #21 46.04 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
16:49:14 #21 46.07 Selecting previously unselected package cpp-s390x-linux-gnu.
16:49:14 #21 46.07 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:49:14 #21 46.07 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ...
16:49:14 #21 46.10 Selecting previously unselected package cross-config.
16:49:14 #21 46.10 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ...
16:49:14 #21 46.11 Unpacking cross-config (2.6.18+nmu1) ...
16:49:14 #21 46.13 Selecting previously unselected package gcc-10-cross-base.
16:49:14 #21 46.13 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ...
16:49:14 #21 46.13 Unpacking gcc-10-cross-base (10.2.1-6cross1) ...
16:49:14 #21 46.17 Selecting previously unselected package libc6-arm64-cross.
16:49:14 #21 46.17 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ...
16:49:14 #21 46.17 Unpacking libc6-arm64-cross (2.31-9cross4) ...
16:49:14 #21 46.29 Selecting previously unselected package libgcc-s1-arm64-cross.
16:49:14 #21 46.29 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:14 #21 46.30 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ...
16:49:14 #21 46.33 Selecting previously unselected package libgomp1-arm64-cross.
16:49:14 #21 46.33 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:14 #21 46.33 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ...
16:49:14 #21 46.36 Selecting previously unselected package libitm1-arm64-cross.
16:49:14 #21 46.36 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:14 #21 46.36 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ...
16:49:14 #21 46.39 Selecting previously unselected package libatomic1-arm64-cross.
16:49:14 #21 46.39 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:14 #21 46.39 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ...
16:49:14 #21 46.42 Selecting previously unselected package libasan6-arm64-cross.
16:49:14 #21 46.42 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:14 #21 46.42 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ...
16:49:14 #21 46.65 Selecting previously unselected package liblsan0-arm64-cross.
16:49:14 #21 46.65 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:14 #21 46.66 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ...
16:49:14 #21 46.76 Selecting previously unselected package libtsan0-arm64-cross.
16:49:14 #21 46.76 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:15 #21 46.76 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ...
16:49:15 #21 46.99 Selecting previously unselected package libstdc++6-arm64-cross.
16:49:15 #21 46.99 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:15 #21 46.99 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ...
16:49:15 #21 47.06 Selecting previously unselected package libubsan1-arm64-cross.
16:49:15 #21 47.06 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:15 #21 47.06 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ...
16:49:15 #21 47.16 Selecting previously unselected package libgcc-10-dev-arm64-cross.
16:49:15 #21 47.16 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:15 #21 47.16 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
16:49:15 #21 47.30 Selecting previously unselected package gcc-10-aarch64-linux-gnu.
16:49:15 #21 47.30 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:49:15 #21 47.30 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
16:49:21 #21 52.35 Selecting previously unselected package gcc-aarch64-linux-gnu.
16:49:21 #21 52.35 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:49:21 #21 52.35 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ...
16:49:21 #21 52.37 Selecting previously unselected package linux-libc-dev-arm64-cross.
16:49:21 #21 52.37 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ...
16:49:21 #21 52.38 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
16:49:21 #21 52.55 Selecting previously unselected package libc6-dev-arm64-cross.
16:49:21 #21 52.56 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ...
16:49:21 #21 52.56 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ...
16:49:21 #21 52.80 Selecting previously unselected package libstdc++-10-dev-arm64-cross.
16:49:21 #21 52.80 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ...
16:49:21 #21 52.80 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
16:49:21 #21 53.05 Selecting previously unselected package g++-10-aarch64-linux-gnu.
16:49:21 #21 53.05 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:49:21 #21 53.05 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
16:49:26 #21 57.85 Selecting previously unselected package g++-aarch64-linux-gnu.
16:49:26 #21 57.85 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:49:26 #21 57.86 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ...
16:49:26 #21 57.88 Selecting previously unselected package patch.
16:49:26 #21 57.88 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ...
16:49:26 #21 57.88 Unpacking patch (2.7.6-7) ...
16:49:26 #21 57.92 Selecting previously unselected package dpkg-dev.
16:49:26 #21 57.92 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ...
16:49:26 #21 57.92 Unpacking dpkg-dev (1.20.9) ...
16:49:26 #21 58.04 Selecting previously unselected package libconfig-inifiles-perl.
16:49:26 #21 58.04 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ...
16:49:26 #21 58.05 Unpacking libconfig-inifiles-perl (3.000003-1) ...
16:49:26 #21 58.07 Selecting previously unselected package libio-string-perl.
16:49:26 #21 58.07 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ...
16:49:26 #21 58.08 Unpacking libio-string-perl (1.08-3.1) ...
16:49:26 #21 58.10 Selecting previously unselected package libicu67:amd64.
16:49:26 #21 58.10 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ...
16:49:26 #21 58.11 Unpacking libicu67:amd64 (67.1-7) ...
16:49:27 #21 58.93 Selecting previously unselected package libxml2:amd64.
16:49:27 #21 58.93 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
16:49:27 #21 58.94 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
16:49:27 #21 59.01 Selecting previously unselected package libxml-namespacesupport-perl.
16:49:27 #21 59.01 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
16:49:27 #21 59.02 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
16:49:27 #21 59.04 Selecting previously unselected package libxml-sax-base-perl.
16:49:27 #21 59.04 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ...
16:49:27 #21 59.04 Unpacking libxml-sax-base-perl (1.09-1.1) ...
16:49:27 #21 59.08 Selecting previously unselected package libxml-sax-perl.
16:49:27 #21 59.08 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ...
16:49:27 #21 59.08 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
16:49:27 #21 59.11 Selecting previously unselected package libxml-libxml-perl.
16:49:27 #21 59.11 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
16:49:27 #21 59.12 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
16:49:27 #21 59.17 Selecting previously unselected package libxml-simple-perl.
16:49:27 #21 59.17 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ...
16:49:27 #21 59.18 Unpacking libxml-simple-perl (2.25-1) ...
16:49:27 #21 59.21 Selecting previously unselected package libyaml-perl.
16:49:27 #21 59.21 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ...
16:49:27 #21 59.21 Unpacking libyaml-perl (1.30-1) ...
16:49:27 #21 59.25 Selecting previously unselected package libconfig-auto-perl.
16:49:27 #21 59.25 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ...
16:49:27 #21 59.25 Unpacking libconfig-auto-perl (0.44-1.1) ...
16:49:27 #21 59.27 Selecting previously unselected package libfile-which-perl.
16:49:27 #21 59.28 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
16:49:27 #21 59.28 Unpacking libfile-which-perl (1.23-1) ...
16:49:27 #21 59.31 Selecting previously unselected package libfile-homedir-perl.
16:49:27 #21 59.31 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ...
16:49:27 #21 59.32 Unpacking libfile-homedir-perl (1.006-1) ...
16:49:27 #21 59.35 Selecting previously unselected package libdebian-dpkgcross-perl.
16:49:27 #21 59.35 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ...
16:49:27 #21 59.35 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ...
16:49:27 #21 59.39 Selecting previously unselected package dpkg-cross.
16:49:27 #21 59.39 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ...
16:49:27 #21 59.40 Unpacking dpkg-cross (2.6.18+nmu1) ...
16:49:27 #21 59.42 Selecting previously unselected package crossbuild-essential-arm64.
16:49:27 #21 59.42 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ...
16:49:27 #21 59.43 Unpacking crossbuild-essential-arm64 (12.9) ...
16:49:27 #21 59.45 Selecting previously unselected package libc6-armel-cross.
16:49:27 #21 59.45 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ...
16:49:27 #21 59.46 Unpacking libc6-armel-cross (2.31-9cross4) ...
16:49:27 #21 59.57 Selecting previously unselected package libgcc-s1-armel-cross.
16:49:28 #21 59.58 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ...
16:49:28 #21 59.58 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ...
16:49:28 #21 59.61 Selecting previously unselected package libgomp1-armel-cross.
16:49:28 #21 59.61 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ...
16:49:28 #21 59.62 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ...
16:49:28 #21 59.65 Selecting previously unselected package libatomic1-armel-cross.
16:49:28 #21 59.65 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ...
16:49:28 #21 59.65 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ...
16:49:28 #21 59.68 Selecting previously unselected package libasan6-armel-cross.
16:49:28 #21 59.68 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ...
16:49:28 #21 59.68 Unpacking libasan6-armel-cross (10.2.1-6cross1) ...
16:49:28 #21 59.90 Selecting previously unselected package libstdc++6-armel-cross.
16:49:28 #21 59.90 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ...
16:49:28 #21 59.91 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ...
16:49:28 #21 59.97 Selecting previously unselected package libubsan1-armel-cross.
16:49:28 #21 59.97 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ...
16:49:28 #21 59.97 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ...
16:49:28 #21 60.07 Selecting previously unselected package libgcc-10-dev-armel-cross.
16:49:28 #21 60.07 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
16:49:28 #21 60.07 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
16:49:28 #21 60.19 Selecting previously unselected package gcc-10-arm-linux-gnueabi.
16:49:28 #21 60.19 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
16:49:28 #21 60.19 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
16:49:30 Project root: /go/src/github.com/docker/cli
16:49:30 Generating man pages into /go/src/github.com/docker/cli/man/man1
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
16:49:30 2021/09/16 16:49:26 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
16:49:30 ~/rpmbuild/BUILD/src
16:49:30 + popd
16:49:30 + pushd /root/rpmbuild/BUILD/src/plugins
16:49:30 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
16:49:30 + for installer in *.installer
16:49:30 + '[' buildx.installer '!=' scan.installer ']'
16:49:30 + bash buildx.installer build
16:49:30 Cloning into '/go/src/github.com/docker/buildx'...
16:49:30 Fetching origin
16:49:30 + GO111MODULE=on
16:49:30 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:49:33 #21 64.92 Selecting previously unselected package gcc-arm-linux-gnueabi.
16:49:33 #21 64.92 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
16:49:33 #21 64.93 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ...
16:49:33 #21 64.95 Selecting previously unselected package linux-libc-dev-armel-cross.
16:49:33 #21 64.96 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ...
16:49:33 #21 64.96 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ...
16:49:33 #21 65.13 Selecting previously unselected package libc6-dev-armel-cross.
16:49:33 #21 65.13 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ...
16:49:33 #21 65.13 Unpacking libc6-dev-armel-cross (2.31-9cross4) ...
16:49:33 #21 65.35 Selecting previously unselected package libstdc++-10-dev-armel-cross.
16:49:33 #21 65.35 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ...
16:49:33 #21 65.35 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
16:49:33 #21 65.60 Selecting previously unselected package g++-10-arm-linux-gnueabi.
16:49:34 #21 65.61 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ...
16:49:34 #21 65.61 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
16:49:39 #21 70.11 Selecting previously unselected package g++-arm-linux-gnueabi.
16:49:39 #21 70.11 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ...
16:49:39 #21 70.11 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ...
16:49:39 #21 70.14 Selecting previously unselected package crossbuild-essential-armel.
16:49:39 #21 70.14 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ...
16:49:39 #21 70.14 Unpacking crossbuild-essential-armel (12.9) ...
16:49:39 #21 70.17 Selecting previously unselected package libc6-armhf-cross.
16:49:39 #21 70.17 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ...
16:49:39 #21 70.17 Unpacking libc6-armhf-cross (2.31-9cross4) ...
16:49:39 #21 70.28 Selecting previously unselected package libgcc-s1-armhf-cross.
16:49:39 #21 70.28 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ...
16:49:39 #21 70.29 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ...
16:49:39 #21 70.32 Selecting previously unselected package libgomp1-armhf-cross.
16:49:39 #21 70.32 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ...
16:49:39 #21 70.32 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ...
16:49:39 #21 70.36 Selecting previously unselected package libatomic1-armhf-cross.
16:49:39 #21 70.36 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ...
16:49:39 #21 70.38 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ...
16:49:39 #21 70.40 Selecting previously unselected package libasan6-armhf-cross.
16:49:39 #21 70.40 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ...
16:49:39 #21 70.41 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ...
16:49:39 #21 70.63 Selecting previously unselected package libstdc++6-armhf-cross.
16:49:39 #21 70.63 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ...
16:49:39 #21 70.63 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ...
16:49:39 #21 70.69 Selecting previously unselected package libubsan1-armhf-cross.
16:49:39 #21 70.69 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ...
16:49:39 #21 70.70 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ...
16:49:39 #21 70.79 Selecting previously unselected package libgcc-10-dev-armhf-cross.
16:49:39 #21 70.79 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
16:49:39 #21 70.79 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
16:49:39 #21 70.90 Selecting previously unselected package gcc-10-arm-linux-gnueabihf.
16:49:39 #21 70.90 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
16:49:39 #21 70.91 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
16:49:44 #21 75.70 Selecting previously unselected package gcc-arm-linux-gnueabihf.
16:49:44 #21 75.70 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
16:49:44 #21 75.71 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
16:49:44 #21 75.73 Selecting previously unselected package linux-libc-dev-armhf-cross.
16:49:44 #21 75.73 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ...
16:49:44 #21 75.74 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
16:49:44 #21 75.90 Selecting previously unselected package libc6-dev-armhf-cross.
16:49:44 #21 75.91 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ...
16:49:44 #21 75.91 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ...
16:49:44 #21 76.13 Selecting previously unselected package libstdc++-10-dev-armhf-cross.
16:49:44 #21 76.13 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ...
16:49:44 #21 76.13 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
16:49:44 #21 76.38 Selecting previously unselected package g++-10-arm-linux-gnueabihf.
16:49:44 #21 76.39 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ...
16:49:44 #21 76.39 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
16:49:49 #21 80.86 Selecting previously unselected package g++-arm-linux-gnueabihf.
16:49:49 #21 80.86 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ...
16:49:49 #21 80.86 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ...
16:49:49 #21 80.88 Selecting previously unselected package crossbuild-essential-armhf.
16:49:49 #21 80.89 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ...
16:49:49 #21 80.89 Unpacking crossbuild-essential-armhf (12.9) ...
16:49:49 #21 80.92 Selecting previously unselected package libc6-ppc64el-cross.
16:49:49 #21 80.92 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ...
16:49:49 #21 80.92 Unpacking libc6-ppc64el-cross (2.31-9cross4) ...
16:49:49 #21 81.08 Selecting previously unselected package libgcc-s1-ppc64el-cross.
16:49:49 #21 81.08 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:49:49 #21 81.08 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
16:49:49 #21 81.11 Selecting previously unselected package libgomp1-ppc64el-cross.
16:49:49 #21 81.11 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:49:49 #21 81.11 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ...
16:49:49 #21 81.15 Selecting previously unselected package libitm1-ppc64el-cross.
16:49:49 #21 81.15 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:49:49 #21 81.16 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ...
16:49:49 #21 81.18 Selecting previously unselected package libatomic1-ppc64el-cross.
16:49:49 #21 81.18 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:49:49 #21 81.19 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ...
16:49:49 #21 81.21 Selecting previously unselected package libasan6-ppc64el-cross.
16:49:49 #21 81.22 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:49:49 #21 81.22 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ...
16:49:49 #21 81.46 Selecting previously unselected package liblsan0-ppc64el-cross.
16:49:49 #21 81.46 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:49:49 #21 81.46 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ...
16:49:49 #21 81.57 Selecting previously unselected package libtsan0-ppc64el-cross.
16:49:49 #21 81.57 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:49:49 #21 81.57 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ...
16:49:50 #21 81.81 Selecting previously unselected package libstdc++6-ppc64el-cross.
16:49:50 #21 81.81 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:49:50 #21 81.81 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
16:49:50 #21 81.88 Selecting previously unselected package libubsan1-ppc64el-cross.
16:49:50 #21 81.89 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:49:50 #21 81.89 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ...
16:49:50 #21 81.99 Selecting previously unselected package libquadmath0-ppc64el-cross.
16:49:50 #21 81.99 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:49:50 #21 82.00 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
16:49:50 #21 82.03 Selecting previously unselected package libgcc-10-dev-ppc64el-cross.
16:49:50 #21 82.04 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:49:50 #21 82.04 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
16:49:50 #21 82.21 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu.
16:49:50 #21 82.21 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:49:50 #21 82.21 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
16:49:50 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:49:50 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:49:50 GOOS="" GOARCH="" GOARM=""
16:49:50 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:49:50 
16:49:50 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
16:49:50 + RM_GOPATH=0
16:49:50 + TMP_GOPATH=/go
16:49:50 + : /usr/local/bin
16:49:50 + '[' -z /go ']'
16:49:50 + export GOPATH=/go
16:49:50 + GOPATH=/go
16:49:50 + case "$(go env GOARCH)" in
16:49:50 ++ go env GOARCH
16:49:50 + export GO_BUILDMODE=-buildmode=pie
16:49:50 + GO_BUILDMODE=-buildmode=pie
16:49:50 ++ dirname hack/dockerfile/install/install.sh
16:49:50 + dir=hack/dockerfile/install
16:49:50 + bin=tini
16:49:50 + shift
16:49:50 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
16:49:50 + . hack/dockerfile/install/tini.installer
16:49:50 ++ : v0.19.0
16:49:50 + install_tini
16:49:50 + echo 'Install tini version v0.19.0'
16:49:50 Install tini version v0.19.0
16:49:50 + git clone https://github.com/krallin/tini.git /go/tini
16:49:50 Cloning into '/go/tini'...
16:49:50 + cd /go/tini
16:49:50 + git checkout -q v0.19.0
16:49:50 + cmake .
16:49:50 -- The C compiler identification is GNU 10.2.1
16:49:50 -- Detecting C compiler ABI info
16:49:50 -- Detecting C compiler ABI info - done
16:49:50 -- Check for working C compiler: /usr/bin/cc - skipped
16:49:50 -- Detecting C compile features
16:49:50 -- Detecting C compile features - done
16:49:50 -- Performing Test HAS_BUILTIN_FORTIFY
16:49:50 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:49:50 -- Configuring done
16:49:50 -- Generating done
16:49:50 -- Build files have been written to: /go/tini
16:49:50 + make tini-static
16:49:50 make[2]: Entering directory '/go/tini'
16:49:50 make[3]: Entering directory '/go/tini'
16:49:50 make[4]: Entering directory '/go/tini'
16:49:50 make[5]: Entering directory '/go/tini'
16:49:50 Scanning dependencies of target tini-static
16:49:50 make[5]: Leaving directory '/go/tini'
16:49:50 make[5]: Entering directory '/go/tini'
16:49:50 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:49:50 [100%] Linking C executable tini-static
16:49:50 make[5]: Leaving directory '/go/tini'
16:49:50 [100%] Built target tini-static
16:49:50 make[4]: Leaving directory '/go/tini'
16:49:50 make[3]: Leaving directory '/go/tini'
16:49:50 make[2]: Leaving directory '/go/tini'
16:49:50 + mkdir -p /usr/local/bin
16:49:50 + cp tini-static /usr/local/bin/docker-init
16:49:50 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
16:49:50 + RM_GOPATH=0
16:49:50 + TMP_GOPATH=/go
16:49:50 + : /usr/local/bin
16:49:50 + '[' -z /go ']'
16:49:50 + export GOPATH=/go
16:49:50 + GOPATH=/go
16:49:50 + case "$(go env GOARCH)" in
16:49:50 ++ go env GOARCH
16:49:50 + export GO_BUILDMODE=-buildmode=pie
16:49:50 + GO_BUILDMODE=-buildmode=pie
16:49:50 ++ dirname hack/dockerfile/install/install.sh
16:49:50 + dir=hack/dockerfile/install
16:49:50 + bin=rootlesskit
16:49:50 + shift
16:49:50 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
16:49:50 + . hack/dockerfile/install/rootlesskit.installer
16:49:50 ++ : v0.14.4
16:49:50 + install_rootlesskit dynamic
16:49:50 + case "$1" in
16:49:50 + install_rootlesskit_dynamic
16:49:50 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
16:49:50 + ROOTLESSKIT_LDFLAGS=-linkmode=external
16:49:50 + export BUILD_MODE=-buildmode=pie
16:49:50 + BUILD_MODE=-buildmode=pie
16:49:50 + _install_rootlesskit
16:49:50 + echo 'Install rootlesskit version v0.14.4'
16:49:50 + for f in rootlesskit rootlesskit-docker-proxy
16:49:50 Install rootlesskit version v0.14.4
16:49:50 + GOBIN=/usr/local/bin
16:49:50 + GO111MODULE=on
16:49:50 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
16:49:50 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
16:49:54 make[2]: Entering directory '/root/build-deb/cli'
16:49:54 scripts/docs/generate-man.sh
16:49:55 #21 86.90 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
16:49:55 #21 86.90 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:49:55 #21 86.91 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
16:49:55 #21 86.93 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
16:49:55 #21 86.93 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ...
16:49:55 #21 86.93 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
16:49:55 #21 87.11 Selecting previously unselected package libc6-dev-ppc64el-cross.
16:49:55 #21 87.11 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ...
16:49:55 #21 87.12 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ...
16:49:55 #21 87.38 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross.
16:49:55 #21 87.39 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ...
16:49:55 #21 87.39 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
16:49:55 #21 87.64 Selecting previously unselected package g++-10-powerpc64le-linux-gnu.
16:49:55 #21 87.65 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:49:55 #21 87.65 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
16:50:01 #21 92.06 Selecting previously unselected package g++-powerpc64le-linux-gnu.
16:50:01 #21 92.06 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:50:01 #21 92.07 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
16:50:01 #21 92.09 Selecting previously unselected package crossbuild-essential-ppc64el.
16:50:01 #21 92.09 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ...
16:50:01 #21 92.10 Unpacking crossbuild-essential-ppc64el (12.9) ...
16:50:01 #21 92.12 Selecting previously unselected package libc6-s390x-cross.
16:50:01 #21 92.12 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ...
16:50:01 #21 92.13 Unpacking libc6-s390x-cross (2.31-9cross4) ...
16:50:01 #21 92.26 Selecting previously unselected package libgcc-s1-s390x-cross.
16:50:01 #21 92.26 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ...
16:50:01 #21 92.26 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ...
16:50:01 #21 92.29 Selecting previously unselected package libgomp1-s390x-cross.
16:50:01 #21 92.29 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ...
16:50:01 #21 92.29 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ...
16:50:01 #21 92.33 Selecting previously unselected package libitm1-s390x-cross.
16:50:01 #21 92.33 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ...
16:50:01 #21 92.33 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ...
16:50:01 #21 92.36 Selecting previously unselected package libatomic1-s390x-cross.
16:50:01 #21 92.36 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ...
16:50:01 #21 92.37 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ...
16:50:01 #21 92.39 Selecting previously unselected package libasan6-s390x-cross.
16:50:01 #21 92.39 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ...
16:50:01 #21 92.40 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ...
16:50:01 #21 92.62 Selecting previously unselected package libstdc++6-s390x-cross.
16:50:01 #21 92.62 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ...
16:50:01 #21 92.62 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ...
16:50:01 #21 92.74 Selecting previously unselected package libubsan1-s390x-cross.
16:50:01 #21 92.74 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ...
16:50:01 #21 92.74 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ...
16:50:01 #21 92.85 Selecting previously unselected package libgcc-10-dev-s390x-cross.
16:50:01 #21 92.85 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
16:50:01 #21 92.85 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
16:50:01 #21 92.96 Selecting previously unselected package gcc-10-s390x-linux-gnu.
16:50:01 #21 92.96 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:50:01 #21 92.96 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
16:50:05 #21 97.28 Selecting previously unselected package gcc-s390x-linux-gnu.
16:50:05 #21 97.28 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:50:05 #21 97.28 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ...
16:50:05 #21 97.31 Selecting previously unselected package linux-libc-dev-s390x-cross.
16:50:05 #21 97.31 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ...
16:50:05 #21 97.32 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
16:50:05 #21 97.50 Selecting previously unselected package libc6-dev-s390x-cross.
16:50:05 #21 97.50 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ...
16:50:05 #21 97.50 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ...
16:50:05 #21 97.73 Selecting previously unselected package libstdc++-10-dev-s390x-cross.
16:50:06 #21 97.73 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ...
16:50:06 #21 97.74 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
16:50:06 #21 97.99 Selecting previously unselected package g++-10-s390x-linux-gnu.
16:50:06 #21 97.99 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ...
16:50:06 #21 98.00 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
16:50:10 #21 102.4 Selecting previously unselected package g++-s390x-linux-gnu.
16:50:10 #21 102.4 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ...
16:50:10 #21 102.4 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ...
16:50:10 #21 102.4 Selecting previously unselected package crossbuild-essential-s390x.
16:50:10 #21 102.4 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ...
16:50:10 #21 102.4 Unpacking crossbuild-essential-s390x (12.9) ...
16:50:10 #21 102.4 Setting up libconfig-inifiles-perl (3.000003-1) ...
16:50:10 #21 102.5 Setting up libfile-which-perl (1.23-1) ...
16:50:10 #21 102.5 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ...
16:50:10 #21 102.5 Setting up libc6-armhf-cross (2.31-9cross4) ...
16:50:10 #21 102.5 Setting up binutils-s390x-linux-gnu (2.35.2-2) ...
16:50:10 #21 102.5 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ...
16:50:10 #21 102.5 Setting up libicu67:amd64 (67.1-7) ...
16:50:10 #21 102.5 Setting up libmagic-mgc (1:5.39-3) ...
16:50:10 #21 102.5 Setting up libc6-ppc64el-cross (2.31-9cross4) ...
16:50:10 #21 102.5 Setting up libc6-s390x-cross (2.31-9cross4) ...
16:50:10 #21 102.5 Setting up libmagic1:amd64 (1:5.39-3) ...
16:50:10 #21 102.6 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
16:50:10 #21 102.6 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ...
16:50:10 #21 102.6 Setting up file (1:5.39-3) ...
16:50:10 #21 102.6 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ...
16:50:10 #21 102.6 Setting up bzip2 (1.0.8-4) ...
16:50:10 #21 102.6 Setting up libyaml-perl (1.30-1) ...
16:50:10 #21 102.6 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ...
16:50:10 #21 102.6 Setting up libxml-sax-base-perl (1.09-1.1) ...
16:50:10 #21 102.6 Setting up libio-string-perl (1.08-3.1) ...
16:50:10 #21 102.7 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ...
16:50:10 #21 102.7 Setting up cross-config (2.6.18+nmu1) ...
16:50:10 #21 102.8 Setting up xz-utils (5.2.5-2) ...
16:50:10 #21 102.8 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:50:10 #21 102.8 Setting up libc6-arm64-cross (2.31-9cross4) ...
16:50:10 #21 102.8 Setting up patch (2.7.6-7) ...
16:50:10 #21 102.8 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ...
16:50:10 #21 102.8 Setting up gcc-10-cross-base (10.2.1-6cross1) ...
16:50:10 #21 102.8 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ...
16:50:10 #21 102.8 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ...
16:50:11 #21 102.8 Setting up libc6-armel-cross (2.31-9cross4) ...
16:50:11 #21 102.8 Setting up libitm1-s390x-cross (10.2.1-6cross1) ...
16:50:11 #21 102.9 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ...
16:50:11 #21 102.9 Setting up libc6-dev-s390x-cross (2.31-9cross4) ...
16:50:11 #21 102.9 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ...
16:50:11 #21 102.9 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ...
16:50:11 #21 102.9 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
16:50:11 #21 102.9 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ...
16:50:11 #21 102.9 Setting up libc6-dev-armel-cross (2.31-9cross4) ...
16:50:11 #21 102.9 Setting up libfile-homedir-perl (1.006-1) ...
16:50:11 #21 102.9 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ...
16:50:11 #21 102.9 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ...
16:50:11 #21 102.9 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
16:50:11 #21 103.0 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ...
16:50:11 #21 103.0 Setting up liblocale-gettext-perl (1.07-4+b1) ...
16:50:11 #21 103.0 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ...
16:50:11 #21 103.0 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ...
16:50:11 #21 103.0 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ...
16:50:11 #21 103.0 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ...
16:50:11 #21 103.0 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ...
16:50:11 #21 103.0 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ...
16:50:11 #21 103.0 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ...
16:50:11 #21 103.0 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ...
16:50:11 #21 103.1 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ...
16:50:11 #21 103.1 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ...
16:50:11 #21 103.1 Setting up libgomp1-armel-cross (10.2.1-6cross1) ...
16:50:11 #21 103.1 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ...
16:50:11 #21 103.1 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ...
16:50:11 #21 103.1 Setting up libasan6-arm64-cross (10.2.1-6cross1) ...
16:50:11 #21 103.1 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ...
16:50:11 #21 103.1 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ...
16:50:11 #21 103.1 Setting up libc6-dev-armhf-cross (2.31-9cross4) ...
16:50:11 #21 103.1 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ...
16:50:11 #21 103.1 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ...
16:50:11 #21 103.2 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ...
16:50:11 #21 103.2 Setting up libc6-dev-arm64-cross (2.31-9cross4) ...
16:50:11 #21 103.2 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ...
16:50:11 #21 103.2 Setting up libatomic1-armel-cross (10.2.1-6cross1) ...
16:50:11 #21 103.2 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ...
16:50:11 #21 103.2 Setting up libxml-sax-perl (1.02+dfsg-1) ...
16:50:11 #21 103.3 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
16:50:11 #21 103.4 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:50:11 #21 103.5 
16:50:11 #21 103.5 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:50:11 #21 103.5 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ...
16:50:11 #21 103.5 Setting up dpkg-dev (1.20.9) ...
16:50:12 #21 103.6 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ...
16:50:12 #21 103.6 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ...
16:50:12 #21 103.6 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ...
16:50:12 #21 103.6 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ...
16:50:12 #21 103.6 Setting up libubsan1-armel-cross (10.2.1-6cross1) ...
16:50:12 #21 103.6 Setting up libasan6-armhf-cross (10.2.1-6cross1) ...
16:50:12 #21 103.6 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
16:50:12 #21 103.6 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ...
16:50:12 #21 103.6 Setting up libitm1-arm64-cross (10.2.1-6cross1) ...
16:50:12 #21 103.7 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ...
16:50:12 #21 103.7 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ...
16:50:12 #21 103.7 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
16:50:12 #21 103.7 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
16:50:12 #21 103.8 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
16:50:12 #21 103.9 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:50:12 #21 104.0 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:50:12 #21 104.0 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ...
16:50:12 #21 104.0 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ...
16:50:12 #21 104.0 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ...
16:50:12 #21 104.0 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ...
16:50:12 #21 104.0 Setting up libasan6-armel-cross (10.2.1-6cross1) ...
16:50:12 #21 104.0 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ...
16:50:12 #21 104.0 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ...
16:50:12 #21 104.1 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
16:50:12 #21 104.1 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ...
16:50:12 #21 104.1 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ...
16:50:12 #21 104.1 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ...
16:50:12 #21 104.1 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ...
16:50:12 #21 104.1 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ...
16:50:12 #21 104.1 Setting up libasan6-s390x-cross (10.2.1-6cross1) ...
16:50:12 #21 104.1 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ...
16:50:12 #21 104.1 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ...
16:50:12 #21 104.1 Setting up libxml-simple-perl (2.25-1) ...
16:50:12 #21 104.1 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ...
16:50:12 #21 104.2 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ...
16:50:12 #21 104.2 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ...
16:50:12 #21 104.2 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ...
16:50:12 #21 104.2 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ...
16:50:12 #21 104.2 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ...
16:50:12 #21 104.2 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ...
16:50:12 #21 104.2 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ...
16:50:12 #21 104.2 Setting up libconfig-auto-perl (0.44-1.1) ...
16:50:12 #21 104.2 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ...
16:50:12 #21 104.2 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ...
16:50:12 #21 104.3 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ...
16:50:12 #21 104.3 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
16:50:12 #21 104.3 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ...
16:50:12 #21 104.3 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ...
16:50:12 #21 104.3 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ...
16:50:12 #21 104.3 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ...
16:50:12 #21 104.3 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ...
16:50:12 #21 104.3 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ...
16:50:12 #21 104.3 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ...
16:50:12 #21 104.3 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ...
16:50:12 #21 104.4 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ...
16:50:12 #21 104.4 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ...
16:50:12 #21 104.4 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ...
16:50:12 #21 104.4 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ...
16:50:12 #21 104.4 Setting up dpkg-cross (2.6.18+nmu1) ...
16:50:12 #21 104.4 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ...
16:50:12 #21 104.5 Setting up crossbuild-essential-armel (12.9) ...
16:50:12 #21 104.5 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ...
16:50:12 #21 104.5 Setting up crossbuild-essential-armhf (12.9) ...
16:50:12 #21 104.5 Setting up crossbuild-essential-arm64 (12.9) ...
16:50:12 #21 104.5 Setting up crossbuild-essential-s390x (12.9) ...
16:50:12 #21 104.5 Setting up crossbuild-essential-ppc64el (12.9) ...
16:50:12 #21 104.5 Processing triggers for libc-bin (2.31-13) ...
16:50:14 #21 DONE 105.8s
16:50:14 
16:50:14 #24 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:50:14 #24 sha256:d7e4da01345a4a85e584d77dc62c9d2154198113740df4e467df7e31430c408a
16:50:16 #24 1.672 Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
16:50:16 #24 1.672 Hit:2 http://deb.debian.org/debian bullseye InRelease
16:50:16 #24 1.672 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
16:50:16 #24 1.862 Get:4 http://security.debian.org/debian-security bullseye-security/main armhf Packages [30.6 kB]
16:50:16 #24 1.883 Get:5 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [31.0 kB]
16:50:16 #24 1.887 Get:6 http://security.debian.org/debian-security bullseye-security/main armel Packages [29.7 kB]
16:50:16 #24 1.887 Get:7 http://security.debian.org/debian-security bullseye-security/main s390x Packages [31.0 kB]
16:50:16 #24 1.888 Get:8 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [31.1 kB]
16:50:16 #24 2.191 Get:9 http://deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB]
16:50:16 #24 2.539 Get:10 http://deb.debian.org/debian bullseye/main armel Packages [7861 kB]
16:50:16 #24 2.879 Get:11 http://deb.debian.org/debian bullseye/main arm64 Packages [8066 kB]
16:50:17 #24 3.290 Get:12 http://deb.debian.org/debian bullseye/main armhf Packages [7941 kB]
16:50:17 go: downloading github.com/pkg/errors v0.9.1
16:50:17 go: downloading github.com/sirupsen/logrus v1.8.1
16:50:17 go: downloading github.com/urfave/cli/v2 v2.3.0
16:50:17 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:50:17 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:50:17 go: downloading github.com/google/uuid v1.3.0
16:50:17 go: downloading github.com/moby/vpnkit v0.5.0
16:50:17 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:50:17 go: downloading github.com/gofrs/flock v0.8.1
16:50:17 go: downloading github.com/gorilla/mux v1.8.0
16:50:17 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:50:17 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:50:17 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:50:17 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:50:17 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:50:17 #24 3.654 Get:13 http://deb.debian.org/debian bullseye/main s390x Packages [7873 kB]
16:50:20 #24 ...
16:50:20 
16:50:20 #33 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
16:50:20 #33 sha256:df7f8970d298994ce4b9df6d0271c54fe3ac61456b9211b49af09c4b5018dbf8
16:50:20 #33 1.205 + RM_GOPATH=0
16:50:20 #33 1.205 + TMP_GOPATH=
16:50:20 #33 1.205 + : /build
16:50:20 #33 1.205 + '[' -z '' ']'
16:50:20 #33 1.205 ++ mktemp -d
16:50:20 #33 1.207 + export GOPATH=/tmp/tmp.KSMOAUH6jy
16:50:20 #33 1.207 + GOPATH=/tmp/tmp.KSMOAUH6jy
16:50:20 #33 1.207 + RM_GOPATH=1
16:50:20 #33 1.207 + case "$(go env GOARCH)" in
16:50:20 #33 1.208 ++ go env GOARCH
16:50:20 #33 1.216 + export GO_BUILDMODE=-buildmode=pie
16:50:20 #33 1.217 + GO_BUILDMODE=-buildmode=pie
16:50:20 #33 1.217 ++ dirname /tmp/install/install.sh
16:50:20 #33 1.218 + dir=/tmp/install
16:50:20 #33 1.218 + bin=rootlesskit
16:50:20 #33 1.218 + shift
16:50:20 #33 1.218 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
16:50:20 #33 1.218 + . /tmp/install/rootlesskit.installer
16:50:20 #33 1.218 ++ : v0.14.4
16:50:20 #33 1.218 + install_rootlesskit
16:50:20 #33 1.218 + case "$1" in
16:50:20 #33 1.218 + export CGO_ENABLED=0
16:50:20 #33 1.218 + CGO_ENABLED=0
16:50:20 #33 1.218 + _install_rootlesskit
16:50:20 #33 1.220 + echo 'Install rootlesskit version v0.14.4'
16:50:20 #33 1.220 + for f in rootlesskit rootlesskit-docker-proxy
16:50:20 #33 1.220 + GOBIN=/build
16:50:20 #33 1.220 + GO111MODULE=on
16:50:20 #33 1.220 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
16:50:20 #33 1.220 Install rootlesskit version v0.14.4
16:50:20 #33 1.577 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
16:50:20 #33 2.734 go: downloading github.com/pkg/errors v0.9.1
16:50:20 #33 2.736 go: downloading github.com/sirupsen/logrus v1.8.1
16:50:20 #33 2.773 go: downloading github.com/urfave/cli/v2 v2.3.0
16:50:20 #33 2.915 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:50:20 #33 4.082 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:50:20 #33 4.212 go: downloading github.com/google/uuid v1.3.0
16:50:20 #33 4.220 go: downloading github.com/moby/vpnkit v0.5.0
16:50:20 #33 4.285 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:50:20 #33 4.387 go: downloading github.com/gofrs/flock v0.8.1
16:50:20 #33 4.425 go: downloading github.com/gorilla/mux v1.8.0
16:50:20 #33 4.510 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:50:20 #33 4.600 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:50:20 #33 4.720 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:50:20 #33 5.228 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:50:20 #33 6.724 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:50:24 #33 ...
16:50:24 
16:50:24 #22 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:50:24 #22 sha256:e140a7d93c50752974286befccdc714be73a1bf9fb4e63d2f708de283af1ce64
16:50:24 #22 1.622 Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
16:50:24 #22 1.622 Hit:2 http://deb.debian.org/debian bullseye InRelease
16:50:24 #22 1.622 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
16:50:24 #22 1.798 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [31.0 kB]
16:50:24 #22 1.818 Get:5 http://security.debian.org/debian-security bullseye-security/main s390x Packages [31.0 kB]
16:50:24 #22 1.820 Get:6 http://security.debian.org/debian-security bullseye-security/main armel Packages [29.7 kB]
16:50:24 #22 1.826 Get:7 http://security.debian.org/debian-security bullseye-security/main armhf Packages [30.6 kB]
16:50:24 #22 1.826 Get:8 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [31.1 kB]
16:50:24 #22 2.124 Get:9 http://deb.debian.org/debian bullseye/main s390x Packages [7873 kB]
16:50:24 #22 2.474 Get:10 http://deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB]
16:50:24 #22 2.888 Get:11 http://deb.debian.org/debian bullseye/main arm64 Packages [8066 kB]
16:50:24 #22 3.200 Get:12 http://deb.debian.org/debian bullseye/main armel Packages [7861 kB]
16:50:24 #22 3.516 Get:13 http://deb.debian.org/debian bullseye/main armhf Packages [7941 kB]
16:50:24 #22 ...
16:50:24 
16:50:24 #30 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
16:50:24 #30 sha256:1256bb6a065caa4565b3704b8e1a69e91b49aac9c036ba349c8f1180c0ca5477
16:50:24 #30 1.649 Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
16:50:24 #30 1.649 Hit:2 http://deb.debian.org/debian bullseye InRelease
16:50:24 #30 1.650 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
16:50:24 #30 1.816 Get:4 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [31.0 kB]
16:50:24 #30 1.853 Get:5 http://security.debian.org/debian-security bullseye-security/main armel Packages [29.7 kB]
16:50:24 #30 1.853 Get:6 http://security.debian.org/debian-security bullseye-security/main armhf Packages [30.6 kB]
16:50:24 #30 1.854 Get:7 http://security.debian.org/debian-security bullseye-security/main ppc64el Packages [31.1 kB]
16:50:24 #30 1.855 Get:8 http://security.debian.org/debian-security bullseye-security/main s390x Packages [31.0 kB]
16:50:24 #30 2.077 Get:9 http://deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB]
16:50:24 #30 2.270 Get:10 http://deb.debian.org/debian bullseye/main armhf Packages [7941 kB]
16:50:24 #30 2.670 Get:11 http://deb.debian.org/debian bullseye/main arm64 Packages [8066 kB]
16:50:24 #30 3.114 Get:12 http://deb.debian.org/debian bullseye/main armel Packages [7861 kB]
16:50:24 #30 3.422 Get:13 http://deb.debian.org/debian bullseye/main s390x Packages [7873 kB]
16:50:27 + for f in rootlesskit rootlesskit-docker-proxy
16:50:27 + GOBIN=/usr/local/bin
16:50:27 + GO111MODULE=on
16:50:27 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
16:50:30 + return
16:50:30 # Build the CLI
16:50:30 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20210916145224-e3023ca GITCOMMIT=e3023ca LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
16:50:30 Building dynamic docker-linux-arm-v6
16:50:32 #30 ...
16:50:32 
16:50:32 #24 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:50:32 #24 sha256:d7e4da01345a4a85e584d77dc62c9d2154198113740df4e467df7e31430c408a
16:50:32 #24 16.81 Fetched 39.9 MB in 15s (2595 kB/s)
16:50:38 #24 16.81 Reading package lists...
16:50:38 #24 ...
16:50:38 
16:50:38 #30 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
16:50:38 #30 sha256:1256bb6a065caa4565b3704b8e1a69e91b49aac9c036ba349c8f1180c0ca5477
16:50:38 #30 17.12 Fetched 39.9 MB in 16s (2539 kB/s)
16:50:39 #30 17.12 Reading package lists...
16:50:39 #30 ...
16:50:39 
16:50:39 #33 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
16:50:39 #33 sha256:df7f8970d298994ce4b9df6d0271c54fe3ac61456b9211b49af09c4b5018dbf8
16:50:39 #33 25.25 + for f in rootlesskit rootlesskit-docker-proxy
16:50:39 #33 25.25 + GOBIN=/build
16:50:39 #33 25.25 + GO111MODULE=on
16:50:39 #33 25.25 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
16:50:41 #33 ...
16:50:41 
16:50:41 #22 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:50:41 #22 sha256:e140a7d93c50752974286befccdc714be73a1bf9fb4e63d2f708de283af1ce64
16:50:41 #22 16.99 Fetched 39.9 MB in 16s (2552 kB/s)
16:50:41 #22 16.99 Reading package lists...
16:50:41 #22 25.67 Reading package lists...
16:50:41 #22 ...
16:50:41 
16:50:41 #24 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:50:41 #24 sha256:d7e4da01345a4a85e584d77dc62c9d2154198113740df4e467df7e31430c408a
16:50:41 #24 16.81 Reading package lists...
16:50:42 #24 25.91 Reading package lists...
16:50:42 #24 ...
16:50:42 
16:50:42 #33 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh rootlesskit
16:50:42 #33 sha256:df7f8970d298994ce4b9df6d0271c54fe3ac61456b9211b49af09c4b5018dbf8
16:50:42 #33 DONE 28.7s
16:50:43 
16:50:43 #34 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
16:50:43 #34 sha256:5fbe936faa413189d7f8a548b62ff0acfeb856eba8f31f282290efe0edf86fae
16:50:43 #34 DONE 0.1s
16:50:43 
16:50:43 #35 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:50:43 #35 sha256:63eecc28a1f07f1bae5b98a5193e950e48fcda8fef4f0a8ba464c81d50e00339
16:50:43 #35 DONE 0.1s
16:50:43 
16:50:43 #30 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
16:50:43 #30 sha256:1256bb6a065caa4565b3704b8e1a69e91b49aac9c036ba349c8f1180c0ca5477
16:50:43 #30 17.12 Reading package lists...
16:50:46 #30 25.91 Reading package lists...
16:50:46 #30 ...
16:50:46 
16:50:46 #38 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
16:50:46 #38 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
16:50:46 #38 CACHED
16:50:46 
16:50:46 #40 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
16:50:46 #40 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
16:50:46 #40 CACHED
16:50:46 
16:50:46 #24 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:50:46 #24 sha256:d7e4da01345a4a85e584d77dc62c9d2154198113740df4e467df7e31430c408a
16:50:48 #24 25.91 Reading package lists...
16:50:48 #24 ...
16:50:48 
16:50:48 #30 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libbtrfs-dev
16:50:48 #30 sha256:1256bb6a065caa4565b3704b8e1a69e91b49aac9c036ba349c8f1180c0ca5477
16:50:48 #30 25.91 Reading package lists...
16:50:49 #30 33.99 Building dependency tree...
16:50:49 #30 35.38 Reading state information...
16:50:51 #30 36.65 The following additional packages will be installed:
16:50:51 #30 36.68   libbtrfs0
16:50:51 #30 36.92 The following NEW packages will be installed:
16:50:51 #30 36.94   libbtrfs-dev libbtrfs0
16:50:51 #30 37.37 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
16:50:51 #30 37.37 Need to get 460 kB of archives.
16:50:51 #30 37.37 After this operation, 1237 kB of additional disk space will be used.
16:50:51 #30 37.37 Get:1 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
16:50:51 #30 37.37 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
16:50:51 + popd
16:50:51 ~/rpmbuild/BUILD/src
16:50:51 + exit 0
16:50:51 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.tuV2Nf
16:50:51 + umask 022
16:50:51 + cd /root/rpmbuild/BUILD
16:50:51 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64 '!=' / ']'
16:50:51 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:50:51 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:50:51 + mkdir -p /root/rpmbuild/BUILDROOT
16:50:51 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:50:51 + cd src
16:50:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin
16:50:51 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin/docker
16:50:51 + pushd /root/rpmbuild/BUILD/src/plugins
16:50:51 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
16:50:51 + for installer in *.installer
16:50:51 + '[' buildx.installer '!=' scan.installer ']'
16:50:51 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:50:51 + PREFIX=/usr/libexec/docker/cli-plugins
16:50:51 + bash buildx.installer install_plugin
16:50:51 ~/rpmbuild/BUILD/src
16:50:51 + popd
16:50:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/bash-completion/completions
16:50:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/zsh/vendor-completions
16:50:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/fish/vendor_completions.d
16:50:51 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/bash-completion/completions/docker
16:50:51 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/zsh/vendor-completions/_docker
16:50:51 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/fish/vendor_completions.d/docker.fish
16:50:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/man/man1
16:50:51 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/man/man1
16:50:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/man/man5
16:50:51 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/man/man5
16:50:51 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/man/man8
16:50:51 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/man/man8
16:50:51 + mkdir -p build-docs
16:50:51 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:50:51 + cp cli/LICENSE build-docs/LICENSE
16:50:51 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:50:51 + cp cli/MAINTAINERS build-docs/MAINTAINERS
16:50:51 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:50:51 + cp cli/NOTICE build-docs/NOTICE
16:50:51 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:50:51 + cp cli/README.md build-docs/README.md
16:50:51 + /usr/lib/rpm/check-buildroot
16:50:51 + /usr/lib/rpm/redhat/brp-ldconfig
16:50:51 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
16:50:51 + /usr/lib/rpm/brp-compress
16:50:51 + /usr/lib/rpm/brp-strip /usr/bin/strip
16:50:51 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:50:51 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
16:50:51 + /usr/lib/rpm/brp-python-bytecompile '' 1
16:50:51 + /usr/lib/rpm/brp-python-hardlink
16:50:51 + PYTHON3=/usr/libexec/platform-python
16:50:51 + /usr/lib/rpm/redhat/brp-mangle-shebangs
16:50:51 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.RWKw2e
16:50:51 + umask 022
16:50:51 + cd /root/rpmbuild/BUILD
16:50:51 + cd src
16:50:51 ++ cli/build/docker --version
16:50:51 + ver='Docker version 0.0.0-20210916145224-e3023ca, build e3023ca'
16:50:51 + test 'Docker version 0.0.0-20210916145224-e3023ca, build e3023ca' = 'Docker version 0.0.0-20210916145224-e3023ca, build e3023ca'
16:50:51 + echo 'PASS: cli version OK'
16:50:51 PASS: cli version OK
16:50:51 + exit 0
16:50:51 Processing files: docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:50:51 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.L9esrg
16:50:51 + umask 022
16:50:51 + cd /root/rpmbuild/BUILD
16:50:51 + cd src
16:50:51 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/doc/docker-ce-cli
16:50:51 + export LC_ALL=C
16:50:51 + LC_ALL=C
16:50:51 + export DOCDIR
16:50:51 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/doc/docker-ce-cli
16:50:51 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/doc/docker-ce-cli
16:50:51 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/doc/docker-ce-cli
16:50:51 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/doc/docker-ce-cli
16:50:51 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/share/doc/docker-ce-cli
16:50:51 + exit 0
16:50:51 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
16:50:51 Provides: docker-ce-cli = 1:0.0.0.20210916145224.e3023ca-0.el8 docker-ce-cli(x86-64) = 1:0.0.0.20210916145224.e3023ca-0.el8
16:50:51 Requires(interp): /bin/sh
16:50:51 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:50:51 Requires(post): /bin/sh
16:50:51 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
16:50:51 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
16:50:51 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:50:51 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.src.rpm
16:50:51 #30 37.91 debconf: delaying package configuration, since apt-utils is not installed
16:50:52 #30 38.13 Fetched 460 kB in 0s (1634 kB/s)
16:50:52 #30 38.15 Selecting previously unselected package libbtrfs0:amd64.
16:50:52 #30 38.15 (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 ... 30211 files and directories currently installed.)
16:50:52 #30 38.18 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ...
16:50:52 #30 38.18 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
16:50:52 #30 38.23 Selecting previously unselected package libbtrfs-dev:amd64.
16:50:52 #30 38.23 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ...
16:50:52 #30 38.24 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
16:50:52 #30 38.31 Setting up libbtrfs0:amd64 (5.10.1-2) ...
16:50:52 #30 38.32 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
16:50:52 #30 38.33 Processing triggers for libc-bin (2.31-13) ...
16:50:52 #30 DONE 38.5s
16:50:52 
16:50:52 #22 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:50:52 #22 sha256:e140a7d93c50752974286befccdc714be73a1bf9fb4e63d2f708de283af1ce64
16:50:52 #22 25.67 Reading package lists...
16:50:52 #22 34.21 Building dependency tree...
16:50:52 #22 35.71 Reading state information...
16:50:52 #22 37.25 The following additional packages will be installed:
16:50:52 #22 37.25   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:50:52 #22 37.25   g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base
16:50:52 #22 37.25   gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime
16:50:52 #22 37.26   gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1
16:50:52 #22 37.26   libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0
16:50:52 #22 37.26   libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev
16:50:52 #22 37.27   mingw-w64-common mingw-w64-x86-64-dev
16:50:52 #22 37.28 Suggested packages:
16:50:52 #22 37.28   gcc-10-locales seccomp wine64
16:50:52 #22 37.92 The following NEW packages will be installed:
16:50:52 #22 37.93   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:50:52 #22 37.93   g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32
16:50:52 #22 37.93   gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix
16:50:52 #22 37.93   gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32
16:50:52 #22 37.93   gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev
16:50:52 #22 37.93   libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1
16:50:52 #22 37.93   libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev
16:50:52 #22 37.93   libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common
16:50:52 #22 37.94   mingw-w64-x86-64-dev
16:50:52 #22 38.29 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
16:50:52 #22 38.29 Need to get 115 MB of archives.
16:50:52 #22 38.29 After this operation, 645 MB of additional disk space will be used.
16:50:52 #22 38.29 Get:1 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB]
16:50:52 #22 38.32 Get:2 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-x86-64 amd64 2.35.2-2+8.11+b3 [2776 kB]
16:50:52 #22 38.35 Get:3 http://deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB]
16:50:52 #22 38.35 Get:4 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
16:50:52 #22 38.35 Get:5 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
16:50:52 #22 38.35 Get:6 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB]
16:50:52 #22 38.41 Get:7 http://deb.debian.org/debian bullseye/main amd64 mingw-w64-x86-64-dev all 8.0.0-1 [3546 kB]
16:50:52 #22 38.45 Get:8 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB]
16:50:52 #22 38.46 Get:9 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix-runtime amd64 10.2.1-6+24.2 [11.5 MB]
16:50:52 #22 38.71 Get:10 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB]
16:50:53 #22 39.14 Get:11 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [10.6 MB]
16:50:53 #22 39.28 Get:12 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB]
16:50:53 #22 39.39 Get:13 http://deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB]
16:50:53 #22 39.79 Get:14 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [10.6 MB]
16:50:54 #22 39.90 Get:15 http://deb.debian.org/debian bullseye/main amd64 g++-mingw-w64-x86-64 all 10.2.1-6+24.2 [186 kB]
16:50:54 #22 39.90 Get:16 http://deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB]
16:50:54 #22 39.91 Get:17 http://deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB]
16:50:54 #22 39.91 Get:18 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
16:50:54 #22 39.91 Get:19 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
16:50:54 #22 39.92 Get:20 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
16:50:54 #22 39.92 Get:21 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
16:50:54 #22 39.92 Get:22 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
16:50:54 #22 39.92 Get:23 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
16:50:54 #22 39.92 Get:24 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
16:50:54 #22 39.93 Get:25 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
16:50:54 #22 39.93 Get:26 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
16:50:54 #22 39.94 Get:27 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
16:50:54 #22 39.94 Get:28 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
16:50:54 #22 39.94 Get:29 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB]
16:50:54 #22 39.94 Get:30 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
16:50:54 #22 40.40 debconf: delaying package configuration, since apt-utils is not installed
16:50:54 #22 40.64 Fetched 115 MB in 2s (59.4 MB/s)
16:50:54 #22 40.69 Selecting previously unselected package binutils-mingw-w64-i686.
16:50:54 #22 40.69 (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 ... 30211 files and directories currently installed.)
16:50:54 #22 40.72 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ...
16:50:54 #22 40.73 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:50:55 #22 41.47 Selecting previously unselected package binutils-mingw-w64-x86-64.
16:50:55 #22 41.47 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ...
16:50:55 #22 41.47 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:50:56 #22 42.27 Selecting previously unselected package binutils-mingw-w64.
16:50:56 #22 42.28 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ...
16:50:56 #22 42.29 Unpacking binutils-mingw-w64 (2.35-2+8.11) ...
16:50:56 #22 42.38 Selecting previously unselected package libdevmapper1.02.1:amd64.
16:50:56 #22 ...
16:50:56 
16:50:56 #24 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:50:56 #24 sha256:d7e4da01345a4a85e584d77dc62c9d2154198113740df4e467df7e31430c408a
16:50:56 #24 25.91 Reading package lists...
16:50:56 #24 34.24 Building dependency tree...
16:50:56 #24 35.95 Reading state information...
16:50:56 #24 37.33 The following additional packages will be installed:
16:50:56 #24 37.35   cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd
16:50:56 #24 37.36 Suggested packages:
16:50:56 #24 37.36   cmake-doc ninja-build lrzip
16:50:56 #24 37.36 Recommended packages:
16:50:56 #24 37.36   vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny
16:50:56 #24 37.97 The following NEW packages will be installed:
16:50:56 #24 38.00   cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd
16:50:56 #24 38.37 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
16:50:56 #24 38.37 Need to get 8419 kB of archives.
16:50:56 #24 38.37 After this operation, 34.9 MB of additional disk space will be used.
16:50:56 #24 38.37 Get:1 http://deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB]
16:50:56 #24 38.37 Get:2 http://deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB]
16:50:56 #24 38.38 Get:3 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB]
16:50:56 #24 38.42 Get:4 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
16:50:56 #24 38.42 Get:5 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
16:50:56 #24 38.43 Get:6 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
16:50:56 #24 38.43 Get:7 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
16:50:56 #24 38.44 Get:8 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB]
16:50:56 #24 39.22 debconf: delaying package configuration, since apt-utils is not installed
16:50:56 #24 39.49 Fetched 8419 kB in 0s (19.7 MB/s)
16:50:56 #24 39.55 Selecting previously unselected package xxd.
16:50:56 #24 39.55 (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 ... 30211 files and directories currently installed.)
16:50:56 #24 39.58 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ...
16:50:56 #24 39.59 Unpacking xxd (2:8.2.2434-3) ...
16:50:56 #24 39.67 Selecting previously unselected package vim-common.
16:50:56 #24 39.67 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ...
16:50:56 #24 39.69 Unpacking vim-common (2:8.2.2434-3) ...
16:50:56 #24 39.85 Selecting previously unselected package cmake-data.
16:50:56 #24 39.85 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ...
16:50:56 #24 39.86 Unpacking cmake-data (3.18.4-2) ...
16:50:56 #24 40.56 Selecting previously unselected package libarchive13:amd64.
16:50:56 #24 40.56 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ...
16:50:56 #24 40.58 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
16:50:56 #24 40.70 Selecting previously unselected package libjsoncpp24:amd64.
16:50:56 #24 40.70 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ...
16:50:56 #24 40.70 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
16:50:56 #24 40.77 Selecting previously unselected package librhash0:amd64.
16:50:56 #24 40.77 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ...
16:50:56 #24 40.77 Unpacking librhash0:amd64 (1.4.1-2) ...
16:50:56 #24 40.85 Selecting previously unselected package libuv1:amd64.
16:50:56 #24 40.85 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ...
16:50:56 #24 40.86 Unpacking libuv1:amd64 (1.40.0-2) ...
16:50:56 #24 40.91 Selecting previously unselected package cmake.
16:50:56 #24 40.91 Preparing to unpack .../7-cmake_3.18.4-2_amd64.deb ...
16:50:56 #24 40.92 Unpacking cmake (3.18.4-2) ...
16:50:56 #24 42.10 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
16:50:56 #24 42.12 Setting up xxd (2:8.2.2434-3) ...
16:50:56 #24 42.12 Setting up libuv1:amd64 (1.40.0-2) ...
16:50:56 #24 42.13 Setting up vim-common (2:8.2.2434-3) ...
16:50:56 #24 42.15 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
16:50:56 #24 42.17 Setting up librhash0:amd64 (1.4.1-2) ...
16:50:56 #24 42.18 Setting up cmake-data (3.18.4-2) ...
16:50:56 #24 42.19 Setting up cmake (3.18.4-2) ...
16:50:56 #24 42.20 Processing triggers for libc-bin (2.31-13) ...
16:50:56 #24 DONE 42.4s
16:50:56 
16:50:56 #22 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:50:56 #22 sha256:e140a7d93c50752974286befccdc714be73a1bf9fb4e63d2f708de283af1ce64
16:50:56 #22 42.38 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
16:50:56 #22 42.39 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
16:50:56 #22 42.51 Selecting previously unselected package dmsetup.
16:50:56 #22 ...
16:50:56 
16:50:56 #26 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh tini
16:50:56 #26 sha256:447180698b4b15adceb47fca6be9dc49a48ab682fa1a5489a87862597ff5e65c
16:50:57 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64.rpm
16:50:57 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.f3g0qi
16:50:57 + umask 022
16:50:57 + cd /root/rpmbuild/BUILD
16:50:57 + cd src
16:50:57 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:50:57 + exit 0
16:50:57 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.AcDRxf
16:50:57 + umask 022
16:50:57 + cd /root/rpmbuild/BUILD
16:50:57 + cd /root/rpmbuild/BUILD
16:50:57 + rm -rf src
16:50:57 + /usr/bin/mkdir -p src
16:50:57 + cd src
16:50:57 + /usr/bin/tar -xof -
16:50:57 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:50:57 #26 1.149 + RM_GOPATH=0
16:50:57 #26 1.150 + TMP_GOPATH=
16:50:57 #26 1.150 + : /build
16:50:57 #26 1.150 + '[' -z '' ']'
16:50:57 #26 1.151 ++ mktemp -d
16:50:57 #26 1.152 + export GOPATH=/tmp/tmp.DLRCGHvm3O
16:50:57 #26 1.152 + GOPATH=/tmp/tmp.DLRCGHvm3O
16:50:57 #26 1.153 + RM_GOPATH=1
16:50:57 #26 1.153 + case "$(go env GOARCH)" in
16:50:57 #26 1.153 ++ go env GOARCH
16:50:57 #26 1.163 + export GO_BUILDMODE=-buildmode=pie
16:50:57 #26 1.163 + GO_BUILDMODE=-buildmode=pie
16:50:57 #26 1.163 ++ dirname /tmp/install/install.sh
16:50:57 #26 1.165 + dir=/tmp/install
16:50:57 #26 1.165 + bin=tini
16:50:57 #26 1.165 + shift
16:50:57 #26 1.165 + '[' '!' -f /tmp/install/tini.installer ']'
16:50:57 #26 1.165 + . /tmp/install/tini.installer
16:50:57 #26 1.165 ++ : v0.19.0
16:50:57 #26 1.165 + install_tini
16:50:57 #26 1.165 + echo 'Install tini version v0.19.0'
16:50:57 #26 1.165 + git clone https://github.com/krallin/tini.git /tmp/tmp.DLRCGHvm3O/tini
16:50:57 #26 1.165 Install tini version v0.19.0
16:50:57 #26 1.170 Cloning into '/tmp/tmp.DLRCGHvm3O/tini'...
16:50:57 + STATUS=0
16:50:57 + '[' 0 -ne 0 ']'
16:50:57 + /usr/bin/tar -xof -
16:50:57 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:50:58 #26 1.571 + cd /tmp/tmp.DLRCGHvm3O/tini
16:50:58 #26 1.571 + git checkout -q v0.19.0
16:50:58 #26 1.583 + cmake .
16:50:58 + STATUS=0
16:50:58 + '[' 0 -ne 0 ']'
16:50:58 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:50:58 #26 1.860 -- The C compiler identification is GNU 10.2.1
16:50:58 #26 1.881 -- Detecting C compiler ABI info
16:50:58 + exit 0
16:50:58 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.r7ERZh
16:50:58 + umask 022
16:50:58 + cd /root/rpmbuild/BUILD
16:50:58 + cd src
16:50:58 + export DOCKER_GITCOMMIT=5176095
16:50:58 + DOCKER_GITCOMMIT=5176095
16:50:58 + mkdir -p /go/src/github.com/docker
16:50:58 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
16:50:58 + TMP_GOPATH=/go
16:50:58 + GOPROXY=https://proxy.golang.org
16:50:58 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
16:50:58 + RM_GOPATH=0
16:50:58 + TMP_GOPATH=/go
16:50:58 + : /usr/local/bin
16:50:58 + '[' -z /go ']'
16:50:58 + export GOPATH=/go
16:50:58 + GOPATH=/go
16:50:58 + case "$(go env GOARCH)" in
16:50:58 ++ go env GOARCH
16:50:58 + export GO_BUILDMODE=-buildmode=pie
16:50:58 + GO_BUILDMODE=-buildmode=pie
16:50:58 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
16:50:58 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
16:50:58 + bin=rootlesskit
16:50:58 + shift
16:50:58 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
16:50:58 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
16:50:58 ++ : v0.14.4
16:50:58 + install_rootlesskit dynamic
16:50:58 + case "$1" in
16:50:58 + install_rootlesskit_dynamic
16:50:58 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
16:50:58 + ROOTLESSKIT_LDFLAGS=-linkmode=external
16:50:58 + export BUILD_MODE=-buildmode=pie
16:50:58 + BUILD_MODE=-buildmode=pie
16:50:58 + _install_rootlesskit
16:50:58 Install rootlesskit version v0.14.4
16:50:58 + echo 'Install rootlesskit version v0.14.4'
16:50:58 + for f in rootlesskit rootlesskit-docker-proxy
16:50:58 + GOBIN=/usr/local/bin
16:50:58 + GO111MODULE=on
16:50:58 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
16:50:58 #26 2.030 -- Detecting C compiler ABI info - done
16:50:58 #26 2.090 -- Check for working C compiler: /usr/bin/cc - skipped
16:50:58 #26 2.091 -- Detecting C compile features
16:50:58 #26 2.094 -- Detecting C compile features - done
16:50:58 #26 2.113 -- Performing Test HAS_BUILTIN_FORTIFY
16:50:58 #26 2.176 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:50:58 #26 2.209 -- Configuring done
16:50:58 #26 2.219 -- Generating done
16:50:58 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
16:50:58 #26 2.220 -- Build files have been written to: /tmp/tmp.DLRCGHvm3O/tini
16:50:58 #26 2.225 + make tini-static
16:50:58 #26 2.358 Scanning dependencies of target tini-static
16:50:58 #26 2.401 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:50:59 #26 2.946 [100%] Linking C executable tini-static
16:50:59 go: downloading github.com/pkg/errors v0.9.1
16:50:59 go: downloading github.com/sirupsen/logrus v1.8.1
16:50:59 go: downloading github.com/urfave/cli/v2 v2.3.0
16:50:59 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:50:59 #26 3.289 [100%] Built target tini-static
16:50:59 #26 3.308 + mkdir -p /build
16:50:59 #26 3.314 + cp tini-static /build/docker-init
16:50:59 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:50:59 go: downloading github.com/google/uuid v1.3.0
16:50:59 go: downloading github.com/moby/vpnkit v0.5.0
16:50:59 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:50:59 go: downloading github.com/gofrs/flock v0.8.1
16:50:59 go: downloading github.com/gorilla/mux v1.8.0
16:51:00 #26 DONE 3.4s
16:51:00 
16:51:00 #31 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
16:51:00 #31 sha256:44f11eb1fb4754c244f134c0695f1c7430a4bd3b74830ec7432a858424940b51
16:51:00 #31 1.143 + RM_GOPATH=0
16:51:00 #31 1.143 + TMP_GOPATH=
16:51:00 #31 1.143 + : /build
16:51:00 #31 1.143 + '[' -z '' ']'
16:51:00 #31 1.143 ++ mktemp -d
16:51:00 #31 1.145 + export GOPATH=/tmp/tmp.sXgYEmaTmz
16:51:00 #31 1.146 + GOPATH=/tmp/tmp.sXgYEmaTmz
16:51:00 #31 1.146 + RM_GOPATH=1
16:51:00 #31 1.146 + case "$(go env GOARCH)" in
16:51:00 #31 1.146 ++ go env GOARCH
16:51:00 #31 1.155 + export GO_BUILDMODE=-buildmode=pie
16:51:00 #31 1.156 + GO_BUILDMODE=-buildmode=pie
16:51:00 #31 1.156 ++ dirname /tmp/install/install.sh
16:51:00 #31 1.157 + dir=/tmp/install
16:51:00 #31 1.157 + bin=containerd
16:51:00 #31 1.157 + shift
16:51:00 #31 1.158 + '[' '!' -f /tmp/install/containerd.installer ']'
16:51:00 #31 1.158 + . /tmp/install/containerd.installer
16:51:00 #31 1.158 ++ set -e
16:51:00 #31 1.159 ++ : v1.5.5
16:51:00 #31 1.161 + install_containerd
16:51:00 #31 1.162 + echo 'Install containerd version v1.5.5'
16:51:00 #31 1.162 Install containerd version v1.5.5
16:51:00 #31 1.162 + git clone https://github.com/containerd/containerd.git /tmp/tmp.sXgYEmaTmz/src/github.com/containerd/containerd
16:51:00 #31 1.166 Cloning into '/tmp/tmp.sXgYEmaTmz/src/github.com/containerd/containerd'...
16:51:00 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:51:00 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:51:00 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:51:00 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:51:00 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:51:01 #31 ...
16:51:01 
16:51:01 #22 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:51:01 #22 sha256:e140a7d93c50752974286befccdc714be73a1bf9fb4e63d2f708de283af1ce64
16:51:01 #22 42.52 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
16:51:01 #22 42.52 Unpacking dmsetup (2:1.02.175-2.1) ...
16:51:01 #22 42.61 Selecting previously unselected package mingw-w64-common.
16:51:01 #22 42.61 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ...
16:51:01 #22 42.62 Unpacking mingw-w64-common (8.0.0-1) ...
16:51:01 #22 44.16 Selecting previously unselected package mingw-w64-x86-64-dev.
16:51:01 #22 44.17 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ...
16:51:01 #22 44.17 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ...
16:51:01 #22 46.14 Selecting previously unselected package gcc-mingw-w64-base.
16:51:01 #22 46.15 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ...
16:51:01 #22 46.15 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:51:01 #22 46.21 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime.
16:51:01 #22 46.22 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ...
16:51:01 #22 46.22 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:51:02 Project root: /go/src/github.com/docker/cli
16:51:02 Generating man pages into /go/src/github.com/docker/cli/man/man1
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
16:51:02 2021/09/16 16:50:59 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
16:51:02 make[2]: Leaving directory '/root/build-deb/cli'
16:51:02 # Build the scan-plugin
16:51:02 # TODO change once we support scan-plugin on other architectures
16:51:02 if [ "amd64" = "amd64" ]; then \
16:51:02 	cd /go/src/github.com/docker/scan-cli-plugin \
16:51:02 	&& PLATFORM_BINARY=docker-scan COMMIT=35651ca TAG_NAME=v0.8.0 make native-build \
16:51:02 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
16:51:02 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
16:51:02 fi
16:51:02 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
16:51:02 GO111MODULE=on make -f builder.Makefile build
16:51:02 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
16:51:02 mkdir -p bin
16:51:02 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=35651ca -X github.com/docker/scan-cli-plugin/internal.Version=v0.8.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:defb5ba5517a29a78736d919d3dc0568f555980a43daefe1ac8a1e7fc0924f25" -o bin/docker-scan ./cmd/docker-scan
16:51:02 #22 48.60 Selecting previously unselected package gcc-mingw-w64-x86-64-posix.
16:51:02 #22 48.60 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
16:51:02 #22 48.61 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:51:04 #22 ...
16:51:04 
16:51:04 #31 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
16:51:04 #31 sha256:44f11eb1fb4754c244f134c0695f1c7430a4bd3b74830ec7432a858424940b51
16:51:04 #31 12.20 + cd /tmp/tmp.sXgYEmaTmz/src/github.com/containerd/containerd
16:51:04 #31 12.20 + git checkout -q v1.5.5
16:51:05 #31 13.04 + export 'BUILDTAGS=netgo osusergo static_build'
16:51:05 #31 13.04 + BUILDTAGS='netgo osusergo static_build'
16:51:05 #31 13.04 + export EXTRA_FLAGS=-buildmode=pie
16:51:05 #31 13.04 + EXTRA_FLAGS=-buildmode=pie
16:51:05 #31 13.04 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
16:51:05 #31 13.04 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
16:51:05 #31 13.04 + '[' '' = dynamic ']'
16:51:05 #31 13.04 + make
16:51:06 + for f in rootlesskit rootlesskit-docker-proxy
16:51:06 + GOBIN=/usr/local/bin
16:51:06 + GO111MODULE=on
16:51:06 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
16:51:06 #31 13.85 + bin/ctr
16:51:07 + return
16:51:07 + exit 0
16:51:07 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.8duPKi
16:51:07 + umask 022
16:51:07 + cd /root/rpmbuild/BUILD
16:51:07 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64 '!=' / ']'
16:51:07 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:51:07 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:51:07 + mkdir -p /root/rpmbuild/BUILDROOT
16:51:07 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:51:07 + cd src
16:51:07 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin/dockerd-rootless.sh
16:51:07 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin/dockerd-rootless-setuptool.sh
16:51:07 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin/rootlesskit
16:51:07 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64/usr/bin/rootlesskit-docker-proxy
16:51:07 + /usr/lib/rpm/check-buildroot
16:51:07 + /usr/lib/rpm/redhat/brp-ldconfig
16:51:07 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
16:51:07 + /usr/lib/rpm/brp-compress
16:51:07 + /usr/lib/rpm/brp-strip /usr/bin/strip
16:51:07 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:51:07 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
16:51:07 + /usr/lib/rpm/brp-python-bytecompile '' 1
16:51:07 + /usr/lib/rpm/brp-python-hardlink
16:51:07 + PYTHON3=/usr/libexec/platform-python
16:51:07 + /usr/lib/rpm/redhat/brp-mangle-shebangs
16:51:07 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.ry3BVf
16:51:07 + umask 022
16:51:07 + cd /root/rpmbuild/BUILD
16:51:07 + cd src
16:51:07 + /usr/local/bin/rootlesskit -v
16:51:07 rootlesskit version 0.14.4
16:51:07 + exit 0
16:51:07 Processing files: docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:51:07 Provides: docker-ce-rootless-extras = 0:0.0.0.20210916145224.e3023ca-0.el8 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20210916145224.e3023ca-0.el8
16:51:07 Requires(interp): /bin/sh /bin/sh /bin/sh
16:51:07 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:51:07 Requires(post): /bin/sh
16:51:07 Requires(preun): /bin/sh
16:51:07 Requires(postun): /bin/sh
16:51:07 Requires: /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
16:51:07 Conflicts: rootlesskit
16:51:07 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:51:08 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.src.rpm
16:51:10 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64.rpm
16:51:10 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.WxfzNi
16:51:10 + umask 022
16:51:10 + cd /root/rpmbuild/BUILD
16:51:10 + cd src
16:51:10 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.el8.x86_64
16:51:10 + exit 0
16:51:10 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.vvuXRe
16:51:10 + umask 022
16:51:10 + cd /root/rpmbuild/BUILD
16:51:10 + cd /root/rpmbuild/BUILD
16:51:10 + rm -rf src
16:51:10 + /usr/bin/mkdir -p src
16:51:10 + cd src
16:51:10 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
16:51:10 + /usr/bin/tar -xof -
16:51:10 + STATUS=0
16:51:10 + '[' 0 -ne 0 ']'
16:51:10 + /usr/bin/tar -xof -
16:51:10 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
16:51:10 + STATUS=0
16:51:10 + '[' 0 -ne 0 ']'
16:51:10 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:51:10 + exit 0
16:51:10 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.R4LLKg
16:51:10 + umask 022
16:51:10 + cd /root/rpmbuild/BUILD
16:51:10 + cd src
16:51:10 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
16:51:10 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
16:51:10 + bash -c 'GOPROXY="https://proxy.golang.org" TAG_NAME="v0.8.0" COMMIT="35651ca" PLATFORM_BINARY=docker-scan make native-build'
16:51:10 GO111MODULE=on make -f builder.Makefile build
16:51:10 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
16:51:10 mkdir -p bin
16:51:10 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=35651ca -X github.com/docker/scan-cli-plugin/internal.Version=v0.8.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:defb5ba5517a29a78736d919d3dc0568f555980a43daefe1ac8a1e7fc0924f25" -o bin/docker-scan ./cmd/docker-scan
16:51:11 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
16:51:11 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
16:51:11 go: downloading github.com/spf13/cobra v1.0.0
16:51:12 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
16:51:12 go: downloading github.com/docker/distribution v2.7.1+incompatible
16:51:12 go: downloading github.com/docker/go-connections v0.4.0
16:51:12 go: downloading github.com/sirupsen/logrus v1.4.2
16:51:12 go: downloading github.com/spf13/pflag v1.0.3
16:51:12 go: downloading github.com/theupdateframework/notary v0.6.1
16:51:12 go: downloading github.com/opencontainers/image-spec v1.0.1
16:51:12 go: downloading github.com/docker/go-units v0.4.0
16:51:12 go: downloading github.com/Masterminds/semver/v3 v3.1.0
16:51:12 go: downloading github.com/google/uuid v1.1.1
16:51:12 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:51:12 go: downloading github.com/opencontainers/go-digest v1.0.0
16:51:12 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
16:51:12 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
16:51:12 go: downloading github.com/docker/go v1.5.1-1
16:51:12 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
16:51:12 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
16:51:12 go: downloading github.com/morikuni/aec v1.0.0
16:51:12 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
16:51:13 go: downloading github.com/containerd/containerd v1.3.4
16:51:13 go: downloading google.golang.org/grpc v1.23.1
16:51:13 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
16:51:13 #31 ...
16:51:13 
16:51:13 #22 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             binutils-mingw-w64             g++-mingw-w64-x86-64             libapparmor-dev             libbtrfs-dev             libdevmapper-dev             libseccomp-dev             libsystemd-dev             libudev-dev
16:51:13 #22 sha256:e140a7d93c50752974286befccdc714be73a1bf9fb4e63d2f708de283af1ce64
16:51:13 #22 52.22 Selecting previously unselected package g++-mingw-w64-x86-64-posix.
16:51:13 #22 52.22 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ...
16:51:13 #22 52.23 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:51:13 #22 53.77 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime.
16:51:13 #22 53.77 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ...
16:51:13 #22 53.77 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:51:13 #22 55.46 Selecting previously unselected package gcc-mingw-w64-x86-64-win32.
16:51:13 #22 55.46 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
16:51:13 #22 55.46 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:51:13 #22 58.97 Selecting previously unselected package g++-mingw-w64-x86-64-win32.
16:51:13 #22 58.98 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ...
16:51:13 #22 58.98 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:51:13 go: downloading github.com/docker/docker-credential-helpers v0.6.3
16:51:13 go: downloading github.com/gorilla/mux v1.7.4
16:51:13 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
16:51:13 go: downloading github.com/gogo/protobuf v1.3.1
16:51:13 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
16:51:13 go: downloading github.com/golang/protobuf v1.3.2
16:51:13 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
16:51:13 go: downloading github.com/docker/go-metrics v0.0.1
16:51:13 go: downloading github.com/prometheus/client_golang v1.1.0
16:51:13 go: downloading github.com/beorn7/perks v1.0.1
16:51:13 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
16:51:13 go: downloading github.com/prometheus/common v0.6.0
16:51:13 go: downloading github.com/prometheus/procfs v0.0.3
16:51:13 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
16:51:14 #22 60.65 Selecting previously unselected package g++-mingw-w64-x86-64.
16:51:14 #22 60.66 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ...
16:51:14 #22 60.67 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:51:14 #22 60.73 Selecting previously unselected package libapparmor1:amd64.
16:51:14 #22 60.74 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ...
16:51:14 #22 60.74 Unpacking libapparmor1:amd64 (2.13.6-10) ...
16:51:14 #22 60.80 Selecting previously unselected package libapparmor-dev:amd64.
16:51:14 #22 60.80 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ...
16:51:14 #22 60.81 Unpacking libapparmor-dev:amd64 (2.13.6-10) ...
16:51:14 #22 60.89 Selecting previously unselected package libbtrfs0:amd64.
16:51:14 #22 60.89 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ...
16:51:14 #22 60.90 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
16:51:15 #22 60.97 Selecting previously unselected package libbtrfs-dev:amd64.
16:51:15 #22 60.97 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ...
16:51:15 #22 60.98 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
16:51:15 #22 61.07 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
16:51:15 #22 61.07 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
16:51:15 #22 61.08 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
16:51:15 #22 61.11 Selecting previously unselected package libudev-dev:amd64.
16:51:15 #22 61.12 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ...
16:51:15 #22 61.13 Unpacking libudev-dev:amd64 (247.3-6) ...
16:51:15 #22 61.18 Selecting previously unselected package libsepol1-dev:amd64.
16:51:15 #22 61.18 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ...
16:51:15 #22 61.19 Unpacking libsepol1-dev:amd64 (3.1-1) ...
16:51:15 #22 61.32 Selecting previously unselected package libpcre2-16-0:amd64.
16:51:15 #22 61.32 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ...
16:51:15 #22 61.33 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
16:51:15 #22 61.40 Selecting previously unselected package libpcre2-32-0:amd64.
16:51:15 #22 61.41 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ...
16:51:15 #22 61.41 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
16:51:15 #22 61.50 Selecting previously unselected package libpcre2-posix2:amd64.
16:51:15 #22 61.50 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ...
16:51:15 #22 61.51 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
16:51:15 #22 61.55 Selecting previously unselected package libpcre2-dev:amd64.
16:51:15 #22 61.55 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ...
16:51:15 #22 61.56 Unpacking libpcre2-dev:amd64 (10.36-2) ...
16:51:15 #22 61.73 Selecting previously unselected package libselinux1-dev:amd64.
16:51:15 #22 61.73 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ...
16:51:15 #22 61.74 Unpacking libselinux1-dev:amd64 (3.1-3) ...
16:51:15 #22 61.83 Selecting previously unselected package libdevmapper-dev:amd64.
16:51:15 #22 61.83 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
16:51:15 #22 61.84 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
16:51:15 #22 61.87 Selecting previously unselected package libseccomp-dev:amd64.
16:51:15 #22 61.88 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ...
16:51:15 #22 61.89 Unpacking libseccomp-dev:amd64 (2.5.1-1) ...
16:51:15 #22 61.94 Selecting previously unselected package libsystemd-dev:amd64.
16:51:16 #22 61.95 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ...
16:51:16 #22 61.95 Unpacking libsystemd-dev:amd64 (247.3-6) ...
16:51:16 #22 62.14 Setting up libseccomp-dev:amd64 (2.5.1-1) ...
16:51:16 #22 62.15 Setting up libapparmor1:amd64 (2.13.6-10) ...
16:51:16 #22 62.16 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ...
16:51:16 #22 62.17 Setting up libsepol1-dev:amd64 (3.1-1) ...
16:51:16 #22 62.18 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ...
16:51:16 #22 62.19 Setting up libpcre2-16-0:amd64 (10.36-2) ...
16:51:16 #22 62.20 Setting up libbtrfs0:amd64 (5.10.1-2) ...
16:51:16 #22 62.21 Setting up libpcre2-32-0:amd64 (10.36-2) ...
16:51:16 #22 62.22 Setting up libudev-dev:amd64 (247.3-6) ...
16:51:16 #22 62.23 Setting up libpcre2-posix2:amd64 (10.36-2) ...
16:51:16 #22 62.24 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ...
16:51:16 #22 62.25 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
16:51:16 #22 62.26 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ...
16:51:16 #22 62.27 Setting up libapparmor-dev:amd64 (2.13.6-10) ...
16:51:16 #22 62.28 Setting up mingw-w64-common (8.0.0-1) ...
16:51:16 #22 62.30 Setting up libsystemd-dev:amd64 (247.3-6) ...
16:51:16 #22 62.31 Setting up mingw-w64-x86-64-dev (8.0.0-1) ...
16:51:16 #22 62.32 Setting up libpcre2-dev:amd64 (10.36-2) ...
16:51:16 #22 62.33 Setting up libselinux1-dev:amd64 (3.1-3) ...
16:51:16 #22 62.33 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ...
16:51:16 #22 62.35 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:51:16 #22 62.36 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
16:51:16 #22 62.36 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:51:16 #22 62.37 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
16:51:16 #22 62.38 Setting up binutils-mingw-w64 (2.35-2+8.11) ...
16:51:16 #22 62.39 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ...
16:51:16 #22 62.40 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
16:51:16 #22 62.40 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ...
16:51:16 #22 62.42 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ...
16:51:16 #22 62.43 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
16:51:16 #22 62.44 Setting up dmsetup (2:1.02.175-2.1) ...
16:51:16 #22 62.45 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
16:51:16 #22 62.46 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
16:51:16 #22 62.47 Processing triggers for libc-bin (2.31-13) ...
16:51:17 #22 DONE 63.6s
16:51:17 
16:51:17 #23 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libapparmor-dev:arm64             libapparmor-dev:armel             libapparmor-dev:armhf             libapparmor-dev:ppc64el             libapparmor-dev:s390x             libseccomp-dev:arm64             libseccomp-dev:armel             libseccomp-dev:armhf             libseccomp-dev:ppc64el             libseccomp-dev:s390x
16:51:17 #23 sha256:145445e8e6553dec76c3a74621e228f3248ac3ea7a049c79c047706f4c99288d
16:51:19 #23 1.191 Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
16:51:19 #23 1.192 Hit:2 http://deb.debian.org/debian bullseye InRelease
16:51:19 #23 1.192 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
16:51:24 #23 1.706 Reading package lists...
16:51:29 #23 6.535 Reading package lists...
16:51:30 #23 11.25 Building dependency tree...
16:51:30 #23 12.36 Reading state information...
16:51:31 #23 13.54 The following additional packages will be installed:
16:51:31 #23 13.54   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
16:51:31 #23 13.54   gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
16:51:31 #23 13.54   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
16:51:31 #23 13.54   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
16:51:31 #23 13.55   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
16:51:31 #23 13.55   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64
16:51:31 #23 13.56   libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x
16:51:31 #23 13.58 Suggested packages:
16:51:31 #23 13.58   glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel
16:51:31 #23 13.58   libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf
16:51:31 #23 13.58   glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x
16:51:31 #23 13.58   libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf
16:51:31 #23 13.58   seccomp:ppc64el seccomp:s390x
16:51:31 #23 13.58 Recommended packages:
16:51:31 #23 13.58   libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel
16:51:31 #23 13.58   libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf
16:51:31 #23 13.58   libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el
16:51:31 #23 13.58   libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x
16:51:31 #23 14.05 The following NEW packages will be installed:
16:51:31 #23 14.05   gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el
16:51:31 #23 14.05   gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel
16:51:31 #23 14.05   libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x
16:51:31 #23 14.05   libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
16:51:31 #23 14.05   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
16:51:31 #23 14.05   libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf
16:51:31 #23 14.05   libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel
16:51:31 #23 14.05   libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64
16:51:31 #23 14.05   libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el
16:51:31 #23 14.05   libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf
16:51:31 #23 14.06   libseccomp2:ppc64el libseccomp2:s390x
16:51:32 #23 14.41 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded.
16:51:32 #23 14.41 Need to get 15.9 MB of archives.
16:51:32 #23 14.41 After this operation, 72.9 MB of additional disk space will be used.
16:51:32 #23 14.41 Get:1 http://deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB]
16:51:32 #23 14.42 Get:2 http://deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB]
16:51:32 #23 14.42 Get:3 http://deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB]
16:51:32 #23 14.43 Get:4 http://deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB]
16:51:32 #23 14.43 Get:5 http://deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB]
16:51:32 #23 14.43 Get:6 http://deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB]
16:51:32 #23 14.43 Get:7 http://deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB]
16:51:32 #23 14.44 Get:8 http://deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13 [2445 kB]
16:51:32 #23 14.48 Get:9 http://deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB]
16:51:32 #23 14.48 Get:10 http://deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB]
16:51:32 #23 14.48 Get:11 http://deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB]
16:51:32 #23 14.48 Get:12 http://deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB]
16:51:32 #23 14.48 Get:13 http://deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13 [2833 kB]
16:51:32 #23 14.52 Get:14 http://deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB]
16:51:32 #23 14.52 Get:15 http://deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB]
16:51:32 #23 14.53 Get:16 http://deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB]
16:51:32 #23 14.53 Get:17 http://deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB]
16:51:32 #23 14.53 Get:18 http://deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13 [2331 kB]
16:51:32 #23 14.56 Get:19 http://deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB]
16:51:32 #23 14.56 Get:20 http://deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB]
16:51:32 #23 14.56 Get:21 http://deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB]
16:51:32 #23 14.56 Get:22 http://deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB]
16:51:32 #23 14.56 Get:23 http://deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13 [2458 kB]
16:51:32 #23 14.59 Get:24 http://deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB]
16:51:32 #23 14.60 Get:25 http://deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB]
16:51:32 #23 14.60 Get:26 http://deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB]
16:51:32 #23 14.60 Get:27 http://deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB]
16:51:32 #23 14.60 Get:28 http://deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13 [2342 kB]
16:51:32 #23 14.62 Get:29 http://deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB]
16:51:32 #23 14.63 Get:30 http://deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB]
16:51:32 #23 14.63 Get:31 http://deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1 [46.4 kB]
16:51:32 #23 14.63 Get:32 http://deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1 [90.2 kB]
16:51:32 #23 14.63 Get:33 http://deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1 [54.2 kB]
16:51:32 #23 14.63 Get:34 http://deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1 [94.8 kB]
16:51:32 #23 14.63 Get:35 http://deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1 [46.3 kB]
16:51:32 #23 14.63 Get:36 http://deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1 [86.4 kB]
16:51:32 #23 14.64 Get:37 http://deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1 [47.2 kB]
16:51:32 #23 14.64 Get:38 http://deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1 [87.3 kB]
16:51:32 #23 14.64 Get:39 http://deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1 [47.0 kB]
16:51:32 #23 14.64 Get:40 http://deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1 [88.9 kB]
16:51:32 #23 15.10 debconf: delaying package configuration, since apt-utils is not installed
16:51:32 #23 15.30 Fetched 15.9 MB in 1s (31.4 MB/s)
16:51:32 #23 15.34 Selecting previously unselected package gcc-10-base:armel.
16:51:32 #23 15.34 (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 ... 38512 files and directories currently installed.)
16:51:32 #23 15.37 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ...
16:51:32 #23 15.38 Unpacking gcc-10-base:armel (10.2.1-6) ...
16:51:32 #23 15.43 Selecting previously unselected package gcc-10-base:armhf.
16:51:32 #23 15.43 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ...
16:51:33 #23 15.44 Unpacking gcc-10-base:armhf (10.2.1-6) ...
16:51:33 #23 15.48 Selecting previously unselected package gcc-10-base:ppc64el.
16:51:33 #23 15.49 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ...
16:51:33 #23 15.49 Unpacking gcc-10-base:ppc64el (10.2.1-6) ...
16:51:33 #23 15.53 Selecting previously unselected package gcc-10-base:s390x.
16:51:33 #23 15.55 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ...
16:51:33 #23 15.55 Unpacking gcc-10-base:s390x (10.2.1-6) ...
16:51:33 #23 15.59 Selecting previously unselected package gcc-10-base:arm64.
16:51:33 #23 15.60 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ...
16:51:33 #23 15.60 Unpacking gcc-10-base:arm64 (10.2.1-6) ...
16:51:33 #23 15.65 Selecting previously unselected package libgcc-s1:armel.
16:51:33 #23 15.66 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ...
16:51:33 #23 15.67 Unpacking libgcc-s1:armel (10.2.1-6) ...
16:51:33 #23 15.72 Selecting previously unselected package libcrypt1:armel.
16:51:33 #23 15.73 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ...
16:51:33 #23 15.73 Unpacking libcrypt1:armel (1:4.4.18-4) ...
16:51:33 #23 15.80 Selecting previously unselected package libc6:armel.
16:51:33 #23 15.80 Preparing to unpack .../07-libc6_2.31-13_armel.deb ...
16:51:33 #23 15.97 Unpacking libc6:armel (2.31-13) ...
16:51:34 #23 16.40 Selecting previously unselected package libapparmor1:armel.
16:51:34 #23 16.41 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ...
16:51:34 #23 16.42 Unpacking libapparmor1:armel (2.13.6-10) ...
16:51:34 #23 16.47 Selecting previously unselected package libapparmor-dev:armel.
16:51:34 #23 16.48 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ...
16:51:34 #23 16.48 Unpacking libapparmor-dev:armel (2.13.6-10) ...
16:51:34 #23 16.56 Selecting previously unselected package libgcc-s1:arm64.
16:51:34 #23 16.56 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ...
16:51:34 #23 16.57 Unpacking libgcc-s1:arm64 (10.2.1-6) ...
16:51:34 #23 16.62 Selecting previously unselected package libcrypt1:arm64.
16:51:34 #23 16.63 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ...
16:51:34 #23 16.64 Unpacking libcrypt1:arm64 (1:4.4.18-4) ...
16:51:34 #23 16.74 Selecting previously unselected package libc6:arm64.
16:51:34 #23 16.74 Preparing to unpack .../12-libc6_2.31-13_arm64.deb ...
16:51:34 #23 16.95 Unpacking libc6:arm64 (2.31-13) ...
16:51:35 #23 17.39 Selecting previously unselected package libapparmor1:arm64.
16:51:35 #23 17.40 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ...
16:51:35 #23 17.40 Unpacking libapparmor1:arm64 (2.13.6-10) ...
16:51:35 #23 17.44 Selecting previously unselected package libapparmor-dev:arm64.
16:51:35 #23 17.45 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ...
16:51:35 #23 17.45 Unpacking libapparmor-dev:arm64 (2.13.6-10) ...
16:51:35 #23 17.51 Selecting previously unselected package libgcc-s1:s390x.
16:51:35 #23 17.52 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ...
16:51:35 #23 17.52 Unpacking libgcc-s1:s390x (10.2.1-6) ...
16:51:35 #23 17.57 Selecting previously unselected package libcrypt1:s390x.
16:51:35 #23 17.57 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ...
16:51:35 #23 17.57 Unpacking libcrypt1:s390x (1:4.4.18-4) ...
16:51:35 #23 17.65 Selecting previously unselected package libc6:s390x.
16:51:35 #23 17.65 Preparing to unpack .../17-libc6_2.31-13_s390x.deb ...
16:51:35 #23 17.82 Unpacking libc6:s390x (2.31-13) ...
16:51:35 #23 18.33 Selecting previously unselected package libapparmor1:s390x.
16:51:35 #23 18.33 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ...
16:51:35 #23 18.34 Unpacking libapparmor1:s390x (2.13.6-10) ...
16:51:35 #23 18.39 Selecting previously unselected package libapparmor-dev:s390x.
16:51:36 #23 18.39 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ...
16:51:36 #23 18.40 Unpacking libapparmor-dev:s390x (2.13.6-10) ...
16:51:36 #23 18.45 Selecting previously unselected package libgcc-s1:armhf.
16:51:36 #23 18.46 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ...
16:51:36 #23 18.46 Unpacking libgcc-s1:armhf (10.2.1-6) ...
16:51:36 #23 18.50 Selecting previously unselected package libcrypt1:armhf.
16:51:36 #23 18.51 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ...
16:51:36 #23 18.52 Unpacking libcrypt1:armhf (1:4.4.18-4) ...
16:51:36 #23 18.59 Selecting previously unselected package libc6:armhf.
16:51:36 #23 18.60 Preparing to unpack .../22-libc6_2.31-13_armhf.deb ...
16:51:36 #23 18.79 Unpacking libc6:armhf (2.31-13) ...
16:51:37 #23 19.27 Selecting previously unselected package libapparmor1:armhf.
16:51:37 #23 19.27 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ...
16:51:37 #23 19.28 Unpacking libapparmor1:armhf (2.13.6-10) ...
16:51:37 #23 19.33 Selecting previously unselected package libapparmor-dev:armhf.
16:51:37 #23 19.33 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ...
16:51:37 #23 19.33 Unpacking libapparmor-dev:armhf (2.13.6-10) ...
16:51:37 #23 19.43 Selecting previously unselected package libgcc-s1:ppc64el.
16:51:37 #23 19.44 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ...
16:51:37 #23 19.44 Unpacking libgcc-s1:ppc64el (10.2.1-6) ...
16:51:37 #23 19.50 Selecting previously unselected package libcrypt1:ppc64el.
16:51:37 #23 19.50 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ...
16:51:37 #23 19.51 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ...
16:51:37 #23 19.59 Selecting previously unselected package libc6:ppc64el.
16:51:37 #23 19.59 Preparing to unpack .../27-libc6_2.31-13_ppc64el.deb ...
16:51:37 #23 19.82 Unpacking libc6:ppc64el (2.31-13) ...
16:51:38 #23 20.34 Selecting previously unselected package libapparmor1:ppc64el.
16:51:38 #23 20.35 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ...
16:51:38 #23 20.35 Unpacking libapparmor1:ppc64el (2.13.6-10) ...
16:51:38 #23 20.41 Selecting previously unselected package libapparmor-dev:ppc64el.
16:51:38 #23 20.41 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ...
16:51:38 #23 20.41 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ...
16:51:38 #23 20.47 Selecting previously unselected package libseccomp2:s390x.
16:51:38 #23 20.48 Preparing to unpack .../30-libseccomp2_2.5.1-1_s390x.deb ...
16:51:38 #23 20.48 Unpacking libseccomp2:s390x (2.5.1-1) ...
16:51:38 #23 20.53 Selecting previously unselected package libseccomp-dev:s390x.
16:51:38 #23 20.53 Preparing to unpack .../31-libseccomp-dev_2.5.1-1_s390x.deb ...
16:51:38 #23 20.54 Unpacking libseccomp-dev:s390x (2.5.1-1) ...
16:51:38 #23 20.60 Selecting previously unselected package libseccomp2:ppc64el.
16:51:38 #23 20.61 Preparing to unpack .../32-libseccomp2_2.5.1-1_ppc64el.deb ...
16:51:38 #23 20.61 Unpacking libseccomp2:ppc64el (2.5.1-1) ...
16:51:38 #23 20.65 Selecting previously unselected package libseccomp-dev:ppc64el.
16:51:38 #23 20.65 Preparing to unpack .../33-libseccomp-dev_2.5.1-1_ppc64el.deb ...
16:51:38 #23 20.65 Unpacking libseccomp-dev:ppc64el (2.5.1-1) ...
16:51:38 #23 20.71 Selecting previously unselected package libseccomp2:armhf.
16:51:38 #23 20.72 Preparing to unpack .../34-libseccomp2_2.5.1-1_armhf.deb ...
16:51:38 #23 20.72 Unpacking libseccomp2:armhf (2.5.1-1) ...
16:51:38 #23 20.76 Selecting previously unselected package libseccomp-dev:armhf.
16:51:38 #23 20.76 Preparing to unpack .../35-libseccomp-dev_2.5.1-1_armhf.deb ...
16:51:38 #23 20.77 Unpacking libseccomp-dev:armhf (2.5.1-1) ...
16:51:38 #23 20.83 Selecting previously unselected package libseccomp2:armel.
16:51:38 #23 20.83 Preparing to unpack .../36-libseccomp2_2.5.1-1_armel.deb ...
16:51:38 #23 20.84 Unpacking libseccomp2:armel (2.5.1-1) ...
16:51:38 #23 20.88 Selecting previously unselected package libseccomp-dev:armel.
16:51:38 #23 20.88 Preparing to unpack .../37-libseccomp-dev_2.5.1-1_armel.deb ...
16:51:38 #23 20.89 Unpacking libseccomp-dev:armel (2.5.1-1) ...
16:51:38 #23 20.94 Selecting previously unselected package libseccomp2:arm64.
16:51:38 #23 20.94 Preparing to unpack .../38-libseccomp2_2.5.1-1_arm64.deb ...
16:51:38 #23 20.94 Unpacking libseccomp2:arm64 (2.5.1-1) ...
16:51:38 #23 20.99 Selecting previously unselected package libseccomp-dev:arm64.
16:51:38 #23 20.99 Preparing to unpack .../39-libseccomp-dev_2.5.1-1_arm64.deb ...
16:51:38 #23 20.99 Unpacking libseccomp-dev:arm64 (2.5.1-1) ...
16:51:38 #23 21.08 Setting up gcc-10-base:arm64 (10.2.1-6) ...
16:51:38 #23 21.09 Setting up gcc-10-base:armel (10.2.1-6) ...
16:51:38 #23 21.10 Setting up gcc-10-base:armhf (10.2.1-6) ...
16:51:38 #23 21.11 Setting up gcc-10-base:ppc64el (10.2.1-6) ...
16:51:38 #23 21.12 Setting up gcc-10-base:s390x (10.2.1-6) ...
16:51:38 #23 21.13 Setting up libcrypt1:arm64 (1:4.4.18-4) ...
16:51:38 #23 21.15 Setting up libcrypt1:armel (1:4.4.18-4) ...
16:51:38 #23 21.15 Setting up libcrypt1:armhf (1:4.4.18-4) ...
16:51:38 #23 21.18 Setting up libcrypt1:ppc64el (1:4.4.18-4) ...
16:51:38 #23 21.19 Setting up libcrypt1:s390x (1:4.4.18-4) ...
16:51:39 #23 21.20 Setting up libgcc-s1:arm64 (10.2.1-6) ...
16:51:39 #23 21.21 Setting up libgcc-s1:armel (10.2.1-6) ...
16:51:39 #23 21.22 Setting up libgcc-s1:armhf (10.2.1-6) ...
16:51:39 #23 21.23 Setting up libgcc-s1:ppc64el (10.2.1-6) ...
16:51:39 #23 21.24 Setting up libgcc-s1:s390x (10.2.1-6) ...
16:51:39 #23 21.25 Setting up libc6:arm64 (2.31-13) ...
16:51:40 #23 22.45 Setting up libc6:armel (2.31-13) ...
16:51:41 #23 23.66 Setting up libc6:armhf (2.31-13) ...
16:51:42 #23 24.89 Setting up libc6:ppc64el (2.31-13) ...
16:51:43 #23 26.13 Setting up libc6:s390x (2.31-13) ...
16:51:45 #23 27.33 Setting up libapparmor1:arm64 (2.13.6-10) ...
16:51:45 #23 27.35 Setting up libapparmor1:armel (2.13.6-10) ...
16:51:45 #23 27.36 Setting up libapparmor1:armhf (2.13.6-10) ...
16:51:45 #23 27.37 Setting up libapparmor1:ppc64el (2.13.6-10) ...
16:51:45 #23 27.38 Setting up libapparmor1:s390x (2.13.6-10) ...
16:51:45 #23 27.39 Setting up libseccomp2:arm64 (2.5.1-1) ...
16:51:45 #23 27.40 Setting up libseccomp2:armel (2.5.1-1) ...
16:51:45 #23 27.41 Setting up libseccomp2:armhf (2.5.1-1) ...
16:51:45 #23 27.42 Setting up libseccomp2:ppc64el (2.5.1-1) ...
16:51:45 #23 27.43 Setting up libseccomp2:s390x (2.5.1-1) ...
16:51:45 #23 27.44 Setting up libapparmor-dev:arm64 (2.13.6-10) ...
16:51:45 #23 27.45 Setting up libapparmor-dev:armel (2.13.6-10) ...
16:51:45 #23 27.47 Setting up libapparmor-dev:armhf (2.13.6-10) ...
16:51:45 #23 27.48 Setting up libapparmor-dev:ppc64el (2.13.6-10) ...
16:51:45 #23 27.49 Setting up libapparmor-dev:s390x (2.13.6-10) ...
16:51:45 #23 27.50 Setting up libseccomp-dev:arm64 (2.5.1-1) ...
16:51:45 #23 27.52 Setting up libseccomp-dev:armel (2.5.1-1) ...
16:51:45 #23 27.53 Setting up libseccomp-dev:armhf (2.5.1-1) ...
16:51:45 #23 27.54 Setting up libseccomp-dev:ppc64el (2.5.1-1) ...
16:51:45 #23 27.55 Setting up libseccomp-dev:s390x (2.5.1-1) ...
16:51:45 #23 27.56 Processing triggers for libc-bin (2.31-13) ...
16:51:45 #23 ...
16:51:45 
16:51:45 #31 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
16:51:45 #31 sha256:44f11eb1fb4754c244f134c0695f1c7430a4bd3b74830ec7432a858424940b51
16:51:45 #31 52.83 + bin/containerd
16:51:45 #31 ...
16:51:45 
16:51:45 #23 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             libapparmor-dev:arm64             libapparmor-dev:armel             libapparmor-dev:armhf             libapparmor-dev:ppc64el             libapparmor-dev:s390x             libseccomp-dev:arm64             libseccomp-dev:armel             libseccomp-dev:armhf             libseccomp-dev:ppc64el             libseccomp-dev:s390x
16:51:45 #23 sha256:145445e8e6553dec76c3a74621e228f3248ac3ea7a049c79c047706f4c99288d
16:51:45 #23 DONE 28.0s
16:51:45 
16:51:45 #27 [binary-base 1/6] COPY --from=tini        /build/ /usr/local/bin/
16:51:45 #27 sha256:002f9a0a40c001bee202480c4e747701b32afcfe3ec75e1bdd1663de8691862b
16:51:45 #27 DONE 0.1s
16:51:45 
16:51:45 #28 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh runc
16:51:45 #28 sha256:b34375c106544fdc278f4c9c793f8d66d6eaa9d8da9462ba824542892b671b5a
16:51:45 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
16:51:45 + popd
16:51:45 ~/rpmbuild/BUILD/src
16:51:45 + exit 0
16:51:45 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.npZ55h
16:51:45 + umask 022
16:51:45 + cd /root/rpmbuild/BUILD
16:51:45 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64 '!=' / ']'
16:51:45 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64
16:51:45 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64
16:51:45 + mkdir -p /root/rpmbuild/BUILDROOT
16:51:45 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64
16:51:45 + cd src
16:51:45 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
16:51:45 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
16:51:45 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-scan
16:51:45 + popd
16:51:45 + /usr/lib/rpm/check-buildroot
16:51:45 ~/rpmbuild/BUILD/src
16:51:45 + /usr/lib/rpm/redhat/brp-ldconfig
16:51:45 /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
16:51:45 + /usr/lib/rpm/brp-compress
16:51:45 + /usr/lib/rpm/brp-strip /usr/bin/strip
16:51:45 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:51:45 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
16:51:45 + /usr/lib/rpm/brp-python-bytecompile '' 1
16:51:45 + /usr/lib/rpm/brp-python-hardlink
16:51:45 + PYTHON3=/usr/libexec/platform-python
16:51:45 + /usr/lib/rpm/redhat/brp-mangle-shebangs
16:51:45 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.hkVewj
16:51:45 + umask 022
16:51:45 + cd /root/rpmbuild/BUILD
16:51:45 + cd src
16:51:45 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
16:51:45 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
16:51:45 + ver=v0.8.0
16:51:45 + test v0.8.0 = v0.8.0
16:51:45 + echo 'PASS: docker-scan version OK'
16:51:45 PASS: docker-scan version OK
16:51:45 + exit 0
16:51:45 Processing files: docker-scan-plugin-0.8.0-0.el8.x86_64
16:51:45 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64/usr/libexec/docker/cli-plugins/docker-scan
16:51:45 Provides: docker-scan-plugin = 0:0.8.0-0.el8 docker-scan-plugin(x86-64) = 0:0.8.0-0.el8
16:51:45 Requires(interp): /bin/sh /bin/sh /bin/sh
16:51:45 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:51:45 Requires(post): /bin/sh
16:51:45 Requires(preun): /bin/sh
16:51:45 Requires(postun): /bin/sh
16:51:45 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64
16:51:45 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.8.0-0.el8.src.rpm
16:51:45 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.8.0-0.el8.x86_64.rpm
16:51:45 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PLDMhf
16:51:45 + umask 022
16:51:45 + cd /root/rpmbuild/BUILD
16:51:45 + cd src
16:51:45 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.el8.x86_64
16:51:45 + exit 0
16:51:46 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/centos-8"
16:51:46 #28 0.801 + RM_GOPATH=0
16:51:46 #28 0.801 + TMP_GOPATH=
16:51:46 #28 0.801 + : /build
16:51:46 #28 0.801 + '[' -z '' ']'
16:51:46 #28 0.802 ++ mktemp -d
16:51:46 #28 0.803 + export GOPATH=/tmp/tmp.KbXQIMLxBn
16:51:46 #28 0.803 + GOPATH=/tmp/tmp.KbXQIMLxBn
16:51:46 #28 0.803 + RM_GOPATH=1
16:51:46 #28 0.803 + case "$(go env GOARCH)" in
16:51:46 #28 0.803 ++ go env GOARCH
16:51:46 #28 0.812 + export GO_BUILDMODE=-buildmode=pie
16:51:46 #28 0.812 + GO_BUILDMODE=-buildmode=pie
16:51:46 #28 0.812 ++ dirname /tmp/install/install.sh
16:51:46 #28 0.814 + dir=/tmp/install
16:51:46 #28 0.814 + bin=runc
16:51:46 #28 0.814 + shift
16:51:46 #28 0.814 + '[' '!' -f /tmp/install/runc.installer ']'
16:51:46 #28 0.814 + . /tmp/install/runc.installer
16:51:46 #28 0.814 ++ set -e
16:51:46 #28 0.814 ++ : v1.0.2
16:51:46 #28 0.814 + install_runc
16:51:46 #28 0.814 + RUNC_BUILDTAGS=seccomp
16:51:46 #28 0.814 + echo 'Install runc version v1.0.2 (build tags: seccomp)'
16:51:46 #28 0.814 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.KbXQIMLxBn/src/github.com/opencontainers/runc
16:51:46 #28 0.815 Install runc version v1.0.2 (build tags: seccomp)
16:51:46 #28 0.816 Cloning into '/tmp/tmp.KbXQIMLxBn/src/github.com/opencontainers/runc'...
16:51:47 == Building packages for fedora-34 ==
16:51:47 mkdir -p "rpmbuild/fedora-34"
16:51:47 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.8-buster -t rpmbuild-fedora-34/x86_64 -f fedora-34/Dockerfile .
16:51:47 #1 [internal] load build definition from Dockerfile
16:51:47 #1 sha256:cef176652c9a12542b2dd9c6a5330f32666590d9e08cb39cf90bb74e8b89d974
16:51:47 #1 transferring dockerfile: 847B done
16:51:47 #1 DONE 0.0s
16:51:47 
16:51:47 #2 [internal] load .dockerignore
16:51:47 #2 sha256:1d10c4947db87f22c35fc8a4adca1925a565825bc0fb69417d4e2aa679c04c34
16:51:47 #2 transferring context: 2B done
16:51:47 #2 DONE 0.0s
16:51:47 
16:51:47 #5 [auth] library/golang:pull token for registry-1.docker.io
16:51:47 #5 sha256:900dc2a4d13a54990c1919af2e7229263b0acf5ef1cb041020341157a44a1b80
16:51:47 #5 DONE 0.0s
16:51:47 
16:51:47 #6 [auth] library/fedora:pull token for registry-1.docker.io
16:51:47 #6 sha256:809a2e36b0fcca193aa58c3569eb64972cd1c8df22397684aeb1075bd5565c81
16:51:47 #6 DONE 0.0s
16:51:47 
16:51:47 #4 [internal] load metadata for docker.io/library/fedora:34
16:51:47 #4 sha256:2ab299ebd37971d96850326dcaa5a0cb23054b855a5aa1654251805e7339f903
16:51:47 #4 ...
16:51:47 
16:51:47 #3 [internal] load metadata for docker.io/library/golang:1.16.8-buster
16:51:47 #3 sha256:be9eaf867d8f52db97b832d68281126e7f1e0e96e01ffa316b13c589f58b0e82
16:51:47 #3 DONE 0.2s
16:51:47 
16:51:47 #4 [internal] load metadata for docker.io/library/fedora:34
16:51:47 #4 sha256:2ab299ebd37971d96850326dcaa5a0cb23054b855a5aa1654251805e7339f903
16:51:47 #4 DONE 0.4s
16:51:47 
16:51:47 #9 [internal] load build context
16:51:47 #9 sha256:928b41b872a020fd1fc8051428616b1e18d59a50be3816f72d6e4a0e6d2caed9
16:51:47 #9 transferring context: 216B done
16:51:47 #9 DONE 0.0s
16:51:47 
16:51:47 #12 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:51:47 #12 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:51:47 #12 CACHED
16:51:47 
16:51:47 #7 [stage-1 1/6] FROM docker.io/library/fedora:34@sha256:d18bc88f640bc3e88bbfacaff698c3e1e83cae649019657a3880881f2549a1d0
16:51:47 #7 sha256:45282feaacd1abdc6e3906268740f5cad72bd3e57cbea6478cb6722046693c6d
16:51:47 #7 resolve docker.io/library/fedora:34@sha256:d18bc88f640bc3e88bbfacaff698c3e1e83cae649019657a3880881f2549a1d0 done
16:51:47 #7 sha256:d18bc88f640bc3e88bbfacaff698c3e1e83cae649019657a3880881f2549a1d0 1.20kB / 1.20kB done
16:51:47 #7 sha256:22e172e14b1300ce473ca15a80c273676305ad6c7a57f0f8cb25816bfce8d196 529B / 529B done
16:51:47 #7 sha256:dce66322d6472e195c624cd3bd0c6c13918c00d1022c653a95341491a1597f52 2.00kB / 2.00kB done
16:51:47 #7 sha256:b9705287bb9f570f26b64f7093ca441da3ef1922910775b9a9bfbf63205661cf 5.16MB / 64.98MB 0.1s
16:51:47 #7 sha256:b9705287bb9f570f26b64f7093ca441da3ef1922910775b9a9bfbf63205661cf 14.68MB / 64.98MB 0.2s
16:51:47 #7 sha256:b9705287bb9f570f26b64f7093ca441da3ef1922910775b9a9bfbf63205661cf 29.36MB / 64.98MB 0.4s
16:51:48 #7 sha256:b9705287bb9f570f26b64f7093ca441da3ef1922910775b9a9bfbf63205661cf 45.09MB / 64.98MB 0.5s
16:51:48 #7 sha256:b9705287bb9f570f26b64f7093ca441da3ef1922910775b9a9bfbf63205661cf 64.98MB / 64.98MB 0.7s
16:51:48 #7 sha256:b9705287bb9f570f26b64f7093ca441da3ef1922910775b9a9bfbf63205661cf 64.98MB / 64.98MB 1.1s done
16:51:49 #7 extracting sha256:b9705287bb9f570f26b64f7093ca441da3ef1922910775b9a9bfbf63205661cf
16:51:49 #28 3.378 + cd /tmp/tmp.KbXQIMLxBn/src/github.com/opencontainers/runc
16:51:49 #28 3.378 + git checkout -q v1.0.2
16:51:49 #28 3.531 + '[' -z '' ']'
16:51:49 #28 3.532 + target=static
16:51:49 #28 3.532 + make BUILDTAGS=seccomp static
16:51:49 #28 3.595 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc .
16:51:51 #7 extracting sha256:b9705287bb9f570f26b64f7093ca441da3ef1922910775b9a9bfbf63205661cf 2.5s done
16:51:51 #7 DONE 3.7s
16:51:51 
16:51:51 #8 [stage-1 2/6] RUN dnf install -y rpm-build rpmlint dnf-plugins-core
16:51:51 #8 sha256:71679891867880abd924e7377c79494f20ce2b9ae28a0026d25d20c8de586ac3
16:51:53 #28 7.201 CGO_ENABLED=1 go build -trimpath   -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
16:51:53 #28 7.914 + mkdir -p /build
16:51:53 #28 7.914 + cp runc /build/runc
16:51:53 #28 DONE 8.1s
16:51:53 
16:51:53 #31 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
16:51:53 #31 sha256:44f11eb1fb4754c244f134c0695f1c7430a4bd3b74830ec7432a858424940b51
16:51:55 #31 ...
16:51:55 
16:51:55 #29 [binary-base 2/6] COPY --from=runc        /build/ /usr/local/bin/
16:51:55 #29 sha256:1abcc577f76dd22c6949d8551ced9020f25a3f613af1992f84c118fb220aae7d
16:51:55 #29 DONE 0.2s
16:51:55 
16:51:55 #31 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install         PREFIX=/build /tmp/install/install.sh containerd
16:51:55 #31 sha256:44f11eb1fb4754c244f134c0695f1c7430a4bd3b74830ec7432a858424940b51
16:51:55 #8 3.932 Fedora 34 - x86_64                               22 MB/s |  74 MB     00:03    
16:52:07 make[2]: Entering directory '/root/build-deb/cli'
16:52:07 scripts/docs/generate-man.sh
16:52:10 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
16:52:11 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
16:52:13 #8 22.34 Fedora 34 openh264 (From Cisco) - x86_64        2.6 kB/s | 2.5 kB     00:00    
16:52:15 go: downloading github.com/spf13/cobra v1.0.0
16:52:15 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
16:52:15 go: downloading github.com/docker/distribution v2.7.1+incompatible
16:52:15 go: downloading github.com/docker/go-connections v0.4.0
16:52:15 go: downloading github.com/sirupsen/logrus v1.4.2
16:52:15 go: downloading github.com/spf13/pflag v1.0.3
16:52:15 go: downloading github.com/theupdateframework/notary v0.6.1
16:52:15 #8 23.70 Fedora Modular 34 - x86_64                      4.3 MB/s | 4.9 MB     00:01    
16:52:16 go: downloading github.com/opencontainers/image-spec v1.0.1
16:52:16 go: downloading github.com/docker/go-units v0.4.0
16:52:16 go: downloading github.com/Masterminds/semver/v3 v3.1.0
16:52:16 go: downloading github.com/google/uuid v1.1.1
16:52:16 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:52:16 go: downloading github.com/opencontainers/go-digest v1.0.0
16:52:16 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
16:52:16 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
16:52:17 go: downloading github.com/docker/go v1.5.1-1
16:52:17 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
16:52:17 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
16:52:17 go: downloading github.com/morikuni/aec v1.0.0
16:52:17 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
16:52:17 go: downloading github.com/containerd/containerd v1.3.4
16:52:17 go: downloading google.golang.org/grpc v1.23.1
16:52:17 #8 26.07 Fedora 34 - x86_64 - Updates                     17 MB/s |  26 MB     00:01    
16:52:18 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
16:52:19 go: downloading github.com/docker/docker-credential-helpers v0.6.3
16:52:19 go: downloading github.com/gorilla/mux v1.7.4
16:52:19 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
16:52:19 go: downloading github.com/gogo/protobuf v1.3.1
16:52:19 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
16:52:19 go: downloading github.com/golang/protobuf v1.3.2
16:52:20 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
16:52:21 go: downloading github.com/docker/go-metrics v0.0.1
16:52:21 go: downloading github.com/prometheus/client_golang v1.1.0
16:52:21 go: downloading github.com/beorn7/perks v1.0.1
16:52:21 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
16:52:21 go: downloading github.com/prometheus/common v0.6.0
16:52:21 go: downloading github.com/prometheus/procfs v0.0.3
16:52:21 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
16:52:21 #31 87.16 # github.com/containerd/containerd/cmd/containerd
16:52:21 #31 87.16 /usr/bin/ld: /tmp/go-link-393749595/000019.o: in function `New':
16:52:21 #31 87.16 /tmp/tmp.sXgYEmaTmz/src/github.com/containerd/containerd/vendor/github.com/miekg/pkcs11/pkcs11.go:75: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
16:52:21 #31 87.22 + bin/containerd-stress
16:52:21 #31 88.28 + bin/containerd-shim
16:52:26 #8 34.06 Fedora Modular 34 - x86_64 - Updates            4.0 MB/s | 4.6 MB     00:01    
16:52:28 #31 95.14 + bin/containerd-shim-runc-v1
16:52:31 #8 38.89 Dependencies resolved.
16:52:31 #8 38.92 ================================================================================
16:52:31 #8 38.92  Package                       Arch     Version                 Repo       Size
16:52:31 #8 38.92 ================================================================================
16:52:31 #8 38.92 Installing:
16:52:31 #8 38.92  dnf-plugins-core              noarch   4.0.22-1.fc34           updates    36 k
16:52:31 #8 38.92  rpm-build                     x86_64   4.16.1.3-1.fc34         fedora    100 k
16:52:31 #8 38.92  rpmlint                       noarch   1.11-19.fc34            updates   185 k
16:52:31 #8 38.92 Installing dependencies:
16:52:31 #8 38.92  binutils                      x86_64   2.35.2-5.fc34           updates   5.5 M
16:52:31 #8 38.92  binutils-gold                 x86_64   2.35.2-5.fc34           updates   717 k
16:52:31 #8 38.92  bzip2                         x86_64   1.0.8-6.fc34            fedora     53 k
16:52:31 #8 38.92  cpio                          x86_64   2.13-10.fc34            fedora    274 k
16:52:31 #8 38.92  dbus-libs                     x86_64   1:1.12.20-3.fc34        fedora    151 k
16:52:31 #8 38.92  desktop-file-utils            x86_64   0.26-3.fc34             fedora     74 k
16:52:31 #8 38.92  diffutils                     x86_64   3.7-8.fc34              fedora    391 k
16:52:31 #8 38.92  dwz                           x86_64   0.14-1.fc34             fedora    129 k
16:52:31 #8 38.92  ed                            x86_64   1.14.2-10.fc34          fedora     75 k
16:52:31 #8 38.92  efi-srpm-macros               noarch   5-4.fc34                updates    22 k
16:52:31 #8 38.92  elfutils                      x86_64   0.185-2.fc34            updates   517 k
16:52:31 #8 38.92  elfutils-debuginfod-client    x86_64   0.185-2.fc34            updates    36 k
16:52:31 #8 38.92  emacs-filesystem              noarch   1:27.2-5.fc34           updates   8.4 k
16:52:31 #8 38.92  enchant                       x86_64   1:1.6.0-27.fc34         fedora     59 k
16:52:31 #8 38.92  file                          x86_64   5.39-6.fc34             updates    50 k
16:52:31 #8 38.92  findutils                     x86_64   1:4.8.0-2.fc34          fedora    545 k
16:52:31 #8 38.92  fonts-srpm-macros             noarch   1:2.0.5-5.fc34          fedora     27 k
16:52:31 #8 38.92  fpc-srpm-macros               noarch   1.3-3.fc34              fedora    7.7 k
16:52:31 #8 38.92  gdb-minimal                   x86_64   10.2-3.fc34             updates   3.6 M
16:52:31 #8 38.92  gdk-pixbuf2                   x86_64   2.42.6-1.fc34           updates   471 k
16:52:31 #8 38.92  ghc-srpm-macros               noarch   1.5.0-4.fc34            fedora    7.8 k
16:52:31 #8 38.92  glib-networking               x86_64   2.68.2-1.fc34           updates   169 k
16:52:31 #8 38.92  gnat-srpm-macros              noarch   4-13.fc34               fedora    8.3 k
16:52:31 #8 38.92  go-srpm-macros                noarch   3.0.10-1.fc34           updates    25 k
16:52:31 #8 38.92  groff-base                    x86_64   1.22.4-7.fc34           fedora    1.1 M
16:52:31 #8 38.92  gsettings-desktop-schemas     x86_64   40.0-1.fc34             fedora    691 k
16:52:31 #8 38.92  hunspell                      x86_64   1.7.0-9.fc34            fedora    330 k
16:52:31 #8 38.92  hunspell-en-US                noarch   0.20140811.1-18.fc34    fedora    177 k
16:52:31 #8 38.92  hunspell-filesystem           x86_64   1.7.0-9.fc34            fedora    7.6 k
16:52:31 #8 38.92  info                          x86_64   6.7-10.fc34             fedora    227 k
16:52:31 #8 38.92  json-glib                     x86_64   1.6.6-1.fc34            updates   151 k
16:52:31 #8 38.92  kernel-srpm-macros            noarch   1.0-4.fc34              fedora    7.3 k
16:52:31 #8 38.92  less                          x86_64   581.2-1.fc34            updates   160 k
16:52:31 #8 38.92  libappstream-glib             x86_64   0.7.18-2.fc34           fedora    398 k
16:52:31 #8 38.92  libjpeg-turbo                 x86_64   2.0.90-2.fc34           fedora    176 k
16:52:31 #8 38.92  libpipeline                   x86_64   1.5.3-2.fc34            fedora     49 k
16:52:31 #8 38.92  libpkgconf                    x86_64   1.7.3-6.fc34            fedora     36 k
16:52:31 #8 38.92  libpng                        x86_64   2:1.6.37-10.fc34        fedora    119 k
16:52:31 #8 38.92  libproxy                      x86_64   0.4.15-30.fc34          fedora     72 k
16:52:31 #8 38.92  libsoup                       x86_64   2.72.0-6.fc34           fedora    397 k
16:52:31 #8 38.92  libstemmer                    x86_64   0-16.585svn.fc34        fedora     86 k
16:52:31 #8 38.92  lua-srpm-macros               noarch   1-4.fc34                fedora    8.3 k
16:52:31 #8 38.92  man-db                        x86_64   2.9.3-3.fc34            fedora    1.1 M
16:52:31 #8 38.92  ncurses                       x86_64   6.2-4.20200222.fc34     fedora    396 k
16:52:31 #8 38.92  nim-srpm-macros               noarch   3-4.fc34                fedora    8.4 k
16:52:31 #8 38.92  ocaml-srpm-macros             noarch   6-4.fc34                fedora    7.8 k
16:52:31 #8 38.92  openblas-srpm-macros          noarch   2-9.fc34                fedora    7.4 k
16:52:31 #8 38.92  patch                         x86_64   2.7.6-14.fc34           fedora    130 k
16:52:31 #8 38.92  perl-AutoLoader               noarch   5.74-477.fc34           updates    31 k
16:52:31 #8 38.92  perl-B                        x86_64   1.80-477.fc34           updates   189 k
16:52:31 #8 38.92  perl-Carp                     noarch   1.50-458.fc34           fedora     29 k
16:52:31 #8 38.92  perl-Class-Struct             noarch   0.66-477.fc34           updates    32 k
16:52:31 #8 38.92  perl-Data-Dumper              x86_64   2.174-460.fc34          fedora     56 k
16:52:31 #8 38.92  perl-Digest                   noarch   1.20-1.fc34             updates    25 k
16:52:31 #8 38.92  perl-Digest-MD5               x86_64   2.58-2.fc34             fedora     36 k
16:52:31 #8 38.92  perl-DynaLoader               x86_64   1.47-477.fc34           updates    36 k
16:52:31 #8 38.92  perl-Encode                   x86_64   4:3.12-460.fc34         updates   1.7 M
16:52:31 #8 38.92  perl-Errno                    x86_64   1.30-477.fc34           updates    25 k
16:52:31 #8 38.92  perl-Exporter                 noarch   5.74-459.fc34           fedora     32 k
16:52:31 #8 38.92  perl-Fcntl                    x86_64   1.13-477.fc34           updates    31 k
16:52:31 #8 38.92  perl-File-Basename            noarch   2.85-477.fc34           updates    27 k
16:52:31 #8 38.92  perl-File-Path                noarch   2.18-2.fc34             fedora     36 k
16:52:31 #8 38.92  perl-File-Temp                noarch   1:0.231.100-2.fc34      fedora     60 k
16:52:31 #8 38.92  perl-File-stat                noarch   1.09-477.fc34           updates    27 k
16:52:31 #8 38.92  perl-FileHandle               noarch   2.03-477.fc34           updates    26 k
16:52:31 #8 38.92  perl-Getopt-Long              noarch   1:2.52-2.fc34           fedora     61 k
16:52:31 #8 38.92  perl-Getopt-Std               noarch   1.12-477.fc34           updates    26 k
16:52:31 #8 38.92  perl-HTTP-Tiny                noarch   0.078-1.fc34            updates    55 k
16:52:31 #8 38.92  perl-IO                       x86_64   1.43-477.fc34           updates    97 k
16:52:31 #8 38.92  perl-IO-Socket-IP             noarch   0.41-3.fc34             fedora     43 k
16:52:31 #8 38.92  perl-IPC-Open3                noarch   1.21-477.fc34           updates    33 k
16:52:31 #8 38.92  perl-MIME-Base64              x86_64   3.16-2.fc34             fedora     30 k
16:52:31 #8 38.92  perl-Net-SSLeay               x86_64   1.90-2.fc34             fedora    357 k
16:52:31 #8 38.92  perl-POSIX                    x86_64   1.94-477.fc34           updates   107 k
16:52:31 #8 38.92  perl-PathTools                x86_64   3.78-459.fc34           fedora     86 k
16:52:31 #8 38.92  perl-Pod-Escapes              noarch   1:1.07-458.fc34         fedora     20 k
16:52:31 #8 38.92  perl-Pod-Perldoc              noarch   3.28.01-459.fc34        fedora     85 k
16:52:31 #8 38.92  perl-Pod-Simple               noarch   1:3.42-2.fc34           fedora    216 k
16:52:31 #8 38.92  perl-Pod-Usage                noarch   4:2.01-2.fc34           fedora     41 k
16:52:31 #8 38.92  perl-Scalar-List-Utils        x86_64   4:1.56-459.fc34         fedora     72 k
16:52:31 #8 38.92  perl-SelectSaver              noarch   1.02-477.fc34           updates    22 k
16:52:31 #8 38.92  perl-Socket                   x86_64   4:2.032-1.fc34          updates    54 k
16:52:31 #8 38.92  perl-Storable                 x86_64   1:3.21-458.fc34         fedora     97 k
16:52:31 #8 38.92  perl-Symbol                   noarch   1.08-477.fc34           updates    24 k
16:52:31 #8 38.92  perl-Term-ANSIColor           noarch   5.01-459.fc34           fedora     49 k
16:52:31 #8 38.92  perl-Term-Cap                 noarch   1.17-458.fc34           fedora     22 k
16:52:31 #8 38.92  perl-Text-ParseWords          noarch   3.30-458.fc34           fedora     16 k
16:52:31 #8 38.92  perl-Text-Tabs+Wrap           noarch   2021.0726-1.fc34        updates    22 k
16:52:31 #8 38.92  perl-Time-Local               noarch   2:1.300-5.fc34          fedora     34 k
16:52:31 #8 38.92  perl-URI                      noarch   5.09-1.fc34             fedora    109 k
16:52:31 #8 38.92  perl-base                     noarch   2.27-477.fc34           updates    26 k
16:52:31 #8 38.92  perl-constant                 noarch   1.33-459.fc34           fedora     23 k
16:52:31 #8 38.92  perl-if                       noarch   0.60.800-477.fc34       updates    24 k
16:52:31 #8 38.92  perl-interpreter              x86_64   4:5.32.1-477.fc34       updates    81 k
16:52:31 #8 38.92  perl-libnet                   noarch   3.13-2.fc34             fedora    127 k
16:52:31 #8 38.92  perl-libs                     x86_64   4:5.32.1-477.fc34       updates   2.0 M
16:52:31 #8 38.92  perl-mro                      x86_64   1.23-477.fc34           updates    38 k
16:52:31 #8 38.92  perl-overload                 noarch   1.31-477.fc34           updates    56 k
16:52:31 #8 38.92  perl-overloading              noarch   0.02-477.fc34           updates    23 k
16:52:31 #8 38.92  perl-parent                   noarch   1:0.238-458.fc34        fedora     14 k
16:52:31 #8 38.92  perl-podlators                noarch   1:4.14-458.fc34         fedora    113 k
16:52:31 #8 38.92  perl-srpm-macros              noarch   1-39.fc34               fedora    8.5 k
16:52:31 #8 38.92  perl-subs                     noarch   1.03-477.fc34           updates    22 k
16:52:31 #8 38.92  perl-vars                     noarch   1.05-477.fc34           updates    23 k
16:52:31 #8 38.92  pkgconf                       x86_64   1.7.3-6.fc34            fedora     41 k
16:52:31 #8 38.92  pkgconf-m4                    noarch   1.7.3-6.fc34            fedora     14 k
16:52:31 #8 38.92  pkgconf-pkg-config            x86_64   1.7.3-6.fc34            fedora     10 k
16:52:31 #8 38.92  python-srpm-macros            noarch   3.9-38.fc34             updates    20 k
16:52:31 #8 38.92  python3-dateutil              noarch   1:2.8.1-3.fc34          fedora    289 k
16:52:31 #8 38.92  python3-dbus                  x86_64   1.2.18-1.fc34           updates   132 k
16:52:31 #8 38.92  python3-distro                noarch   1.5.0-5.fc34            fedora     36 k
16:52:31 #8 38.92  python3-dnf-plugins-core      noarch   4.0.22-1.fc34           updates   210 k
16:52:31 #8 38.92  python3-enchant               noarch   3.2.1-1.fc34            updates    78 k
16:52:31 #8 38.92  python3-file-magic            noarch   5.39-6.fc34             updates    17 k
16:52:31 #8 38.92  python3-setuptools            noarch   53.0.0-2.fc34           updates   840 k
16:52:31 #8 38.92  python3-six                   noarch   1.15.0-5.fc34           fedora     36 k
16:52:31 #8 38.92  qt5-srpm-macros               noarch   5.15.2-2.fc34           fedora    8.4 k
16:52:31 #8 38.92  redhat-rpm-config             noarch   183-3.fc34              updates    65 k
16:52:31 #8 38.92  rpmautospec-rpm-macros        noarch   0.2.5-1.fc34            updates   9.9 k
16:52:31 #8 38.92  rust-srpm-macros              noarch   18-1.fc34               updates   9.2 k
16:52:31 #8 38.92  shared-mime-info              x86_64   2.1-2.fc34              fedora    374 k
16:52:31 #8 38.92  unzip                         x86_64   6.0-50.fc34             fedora    181 k
16:52:31 #8 38.92  xxhash-libs                   x86_64   0.8.0-3.fc34            updates    40 k
16:52:31 #8 38.92  xz                            x86_64   5.2.5-5.fc34            fedora    216 k
16:52:31 #8 38.92  zip                           x86_64   3.0-28.fc34             fedora    260 k
16:52:31 #8 38.92  zstd                          x86_64   1.5.0-1.fc34            updates   643 k
16:52:31 #8 38.92 Installing weak dependencies:
16:52:31 #8 38.92  abattis-cantarell-fonts       noarch   0.301-2.fc34            fedora    369 k
16:52:31 #8 38.92  adobe-source-code-pro-fonts   noarch   2.030.1.050-10.fc34     fedora    834 k
16:52:31 #8 38.92  hunspell-en-GB                noarch   0.20140811.1-18.fc34    fedora    225 k
16:52:31 #8 38.92  perl-IO-Socket-SSL            noarch   2.070-2.fc34            fedora    214 k
16:52:31 #8 38.92  perl-Mozilla-CA               noarch   20200520-4.fc34         fedora     12 k
16:52:31 #8 38.92  perl-NDBM_File                x86_64   1.15-477.fc34           updates    32 k
16:52:31 #8 38.92 
16:52:31 #8 38.92 Transaction Summary
16:52:31 #8 38.92 ================================================================================
16:52:31 #8 38.92 Install  135 Packages
16:52:31 #8 38.92 
16:52:31 #8 38.92 Total download size: 31 M
16:52:31 #8 38.92 Installed size: 117 M
16:52:31 #8 38.93 Downloading Packages:
16:52:31 #8 39.75 (1/135): bzip2-1.0.8-6.fc34.x86_64.rpm          227 kB/s |  53 kB     00:00    
16:52:31 #8 39.80 (2/135): adobe-source-code-pro-fonts-2.030.1.05 2.9 MB/s | 834 kB     00:00    
16:52:31 #8 39.83 (3/135): abattis-cantarell-fonts-0.301-2.fc34.n 1.1 MB/s | 369 kB     00:00    
16:52:31 #8 39.86 (4/135): cpio-2.13-10.fc34.x86_64.rpm           2.4 MB/s | 274 kB     00:00    
16:52:31 #8 39.88 (5/135): dbus-libs-1.12.20-3.fc34.x86_64.rpm    1.7 MB/s | 151 kB     00:00    
16:52:31 #8 39.91 (6/135): diffutils-3.7-8.fc34.x86_64.rpm        7.1 MB/s | 391 kB     00:00    
16:52:31 #8 39.92 (7/135): desktop-file-utils-0.26-3.fc34.x86_64. 1.2 MB/s |  74 kB     00:00    
16:52:31 #8 39.92 (8/135): dwz-0.14-1.fc34.x86_64.rpm             3.4 MB/s | 129 kB     00:00    
16:52:31 #8 39.92 (9/135): ed-1.14.2-10.fc34.x86_64.rpm           8.0 MB/s |  75 kB     00:00    
16:52:31 #8 39.96 (10/135): findutils-4.8.0-2.fc34.x86_64.rpm      14 MB/s | 545 kB     00:00    
16:52:31 #8 39.96 (11/135): enchant-1.6.0-27.fc34.x86_64.rpm      1.4 MB/s |  59 kB     00:00    
16:52:31 #8 39.97 (12/135): fonts-srpm-macros-2.0.5-5.fc34.noarch 629 kB/s |  27 kB     00:00    
16:52:31 #8 39.97 (13/135): fpc-srpm-macros-1.3-3.fc34.noarch.rpm 904 kB/s | 7.7 kB     00:00    
16:52:31 #8 39.97 (14/135): ghc-srpm-macros-1.5.0-4.fc34.noarch.r 1.4 MB/s | 7.8 kB     00:00    
16:52:31 #8 39.98 (15/135): gnat-srpm-macros-4-13.fc34.noarch.rpm 774 kB/s | 8.3 kB     00:00    
16:52:31 #8 40.02 (16/135): groff-base-1.22.4-7.fc34.x86_64.rpm    23 MB/s | 1.1 MB     00:00    
16:52:31 #8 40.05 (17/135): gsettings-desktop-schemas-40.0-1.fc34 9.6 MB/s | 691 kB     00:00    
16:52:31 #8 40.05 (18/135): hunspell-en-GB-0.20140811.1-18.fc34.n 6.2 MB/s | 225 kB     00:00    
16:52:31 #8 40.10 (19/135): hunspell-1.7.0-9.fc34.x86_64.rpm      4.2 MB/s | 330 kB     00:00    
16:52:31 #8 40.10 (20/135): hunspell-en-US-0.20140811.1-18.fc34.n 3.4 MB/s | 177 kB     00:00    
16:52:31 #8 40.10 (21/135): hunspell-filesystem-1.7.0-9.fc34.x86_ 160 kB/s | 7.6 kB     00:00    
16:52:31 #8 40.11 (22/135): info-6.7-10.fc34.x86_64.rpm            21 MB/s | 227 kB     00:00    
16:52:31 #8 40.11 (23/135): kernel-srpm-macros-1.0-4.fc34.noarch. 1.0 MB/s | 7.3 kB     00:00    
16:52:31 #8 40.14 (24/135): libjpeg-turbo-2.0.90-2.fc34.x86_64.rp 5.4 MB/s | 176 kB     00:00    
16:52:31 #8 40.14 (25/135): libpipeline-1.5.3-2.fc34.x86_64.rpm   1.5 MB/s |  49 kB     00:00    
16:52:31 #8 40.18 (26/135): libappstream-glib-0.7.18-2.fc34.x86_6 5.0 MB/s | 398 kB     00:00    
16:52:31 #8 40.18 (27/135): libpkgconf-1.7.3-6.fc34.x86_64.rpm    802 kB/s |  36 kB     00:00    
16:52:31 #8 40.19 (28/135): libpng-1.6.37-10.fc34.x86_64.rpm      2.6 MB/s | 119 kB     00:00    
16:52:31 #8 40.19 (29/135): libproxy-0.4.15-30.fc34.x86_64.rpm    5.8 MB/s |  72 kB     00:00    
16:52:31 #8 40.20 (30/135): lua-srpm-macros-1-4.fc34.noarch.rpm   1.4 MB/s | 8.3 kB     00:00    
16:52:31 #8 40.20 (31/135): libstemmer-0-16.585svn.fc34.x86_64.rp 5.3 MB/s |  86 kB     00:00    
16:52:31 #8 40.23 (32/135): libsoup-2.72.0-6.fc34.x86_64.rpm      9.1 MB/s | 397 kB     00:00    
16:52:31 #8 40.27 (33/135): ncurses-6.2-4.20200222.fc34.x86_64.rp 6.2 MB/s | 396 kB     00:00    
16:52:31 #8 40.27 (34/135): nim-srpm-macros-3-4.fc34.noarch.rpm   197 kB/s | 8.4 kB     00:00    
16:52:31 #8 40.32 (35/135): man-db-2.9.3-3.fc34.x86_64.rpm        9.7 MB/s | 1.1 MB     00:00    
16:52:31 #8 40.32 (36/135): ocaml-srpm-macros-6-4.fc34.noarch.rpm 150 kB/s | 7.8 kB     00:00    
16:52:31 #8 40.33 (37/135): openblas-srpm-macros-2-9.fc34.noarch. 149 kB/s | 7.4 kB     00:00    
16:52:31 #8 40.33 (38/135): perl-Carp-1.50-458.fc34.noarch.rpm    3.1 MB/s |  29 kB     00:00    
16:52:31 #8 40.34 (39/135): patch-2.7.6-14.fc34.x86_64.rpm        8.8 MB/s | 130 kB     00:00    
16:52:31 #8 40.34 (40/135): perl-Data-Dumper-2.174-460.fc34.x86_6 4.0 MB/s |  56 kB     00:00    
16:52:31 #8 40.34 (41/135): perl-Digest-MD5-2.58-2.fc34.x86_64.rp 2.6 MB/s |  36 kB     00:00    
16:52:31 #8 40.35 (42/135): perl-Exporter-5.74-459.fc34.noarch.rp 3.9 MB/s |  32 kB     00:00    
16:52:31 #8 40.35 (43/135): perl-File-Path-2.18-2.fc34.noarch.rpm 3.1 MB/s |  36 kB     00:00    
16:52:31 #8 40.36 (44/135): perl-File-Temp-0.231.100-2.fc34.noarc 5.3 MB/s |  60 kB     00:00    
16:52:31 #8 40.36 (45/135): perl-Getopt-Long-2.52-2.fc34.noarch.r 7.0 MB/s |  61 kB     00:00    
16:52:31 #8 40.36 (46/135): perl-IO-Socket-IP-0.41-3.fc34.noarch. 3.8 MB/s |  43 kB     00:00    
16:52:31 #8 40.37 (47/135): perl-IO-Socket-SSL-2.070-2.fc34.noarc  17 MB/s | 214 kB     00:00    
16:52:31 #8 40.37 (48/135): perl-MIME-Base64-3.16-2.fc34.x86_64.r 3.9 MB/s |  30 kB     00:00    
16:52:31 #8 40.37 (49/135): perl-Mozilla-CA-20200520-4.fc34.noarc 1.3 MB/s |  12 kB     00:00    
16:52:31 #8 40.40 (50/135): perl-Net-SSLeay-1.90-2.fc34.x86_64.rp  11 MB/s | 357 kB     00:00    
16:52:31 #8 40.41 (51/135): perl-PathTools-3.78-459.fc34.x86_64.r 2.8 MB/s |  86 kB     00:00    
16:52:31 #8 40.41 (52/135): perl-Pod-Escapes-1.07-458.fc34.noarch 631 kB/s |  20 kB     00:00    
16:52:31 #8 40.41 (53/135): perl-Pod-Perldoc-3.28.01-459.fc34.noa 9.8 MB/s |  85 kB     00:00    
16:52:31 #8 40.41 (54/135): perl-Pod-Usage-2.01-2.fc34.noarch.rpm 6.9 MB/s |  41 kB     00:00    
16:52:31 #8 40.44 (55/135): perl-Pod-Simple-3.42-2.fc34.noarch.rp 5.8 MB/s | 216 kB     00:00    
16:52:31 #8 40.45 (56/135): perl-Scalar-List-Utils-1.56-459.fc34. 1.9 MB/s |  72 kB     00:00    
16:52:31 #8 40.45 (57/135): perl-Storable-3.21-458.fc34.x86_64.rp 2.6 MB/s |  97 kB     00:00    
16:52:31 #8 40.45 (58/135): perl-Term-ANSIColor-5.01-459.fc34.noa 8.0 MB/s |  49 kB     00:00    
16:52:31 #8 40.46 (59/135): perl-Term-Cap-1.17-458.fc34.noarch.rp 2.7 MB/s |  22 kB     00:00    
16:52:31 #8 40.46 (60/135): perl-Text-ParseWords-3.30-458.fc34.no 2.2 MB/s |  16 kB     00:00    
16:52:31 #8 40.46 (61/135): perl-Time-Local-1.300-5.fc34.noarch.r 6.6 MB/s |  34 kB     00:00    
16:52:31 #8 40.47 (62/135): perl-URI-5.09-1.fc34.noarch.rpm        12 MB/s | 109 kB     00:00    
16:52:31 #8 40.47 (63/135): perl-constant-1.33-459.fc34.noarch.rp 2.8 MB/s |  23 kB     00:00    
16:52:31 #8 40.47 (64/135): perl-libnet-3.13-2.fc34.noarch.rpm     14 MB/s | 127 kB     00:00    
16:52:31 #8 40.48 (65/135): perl-parent-0.238-458.fc34.noarch.rpm 1.9 MB/s |  14 kB     00:00    
16:52:31 #8 40.48 (66/135): perl-podlators-4.14-458.fc34.noarch.r  11 MB/s | 113 kB     00:00    
16:52:31 #8 40.48 (67/135): perl-srpm-macros-1-39.fc34.noarch.rpm 972 kB/s | 8.5 kB     00:00    
16:52:31 #8 40.49 (68/135): pkgconf-1.7.3-6.fc34.x86_64.rpm       4.5 MB/s |  41 kB     00:00    
16:52:31 #8 40.49 (69/135): pkgconf-m4-1.7.3-6.fc34.noarch.rpm    1.7 MB/s |  14 kB     00:00    
16:52:31 #8 40.49 (70/135): pkgconf-pkg-config-1.7.3-6.fc34.x86_6 1.1 MB/s |  10 kB     00:00    
16:52:31 #8 40.50 (71/135): python3-six-1.15.0-5.fc34.noarch.rpm  5.4 MB/s |  36 kB     00:00    
16:52:31 #8 40.50 (72/135): python3-distro-1.5.0-5.fc34.noarch.rp 2.8 MB/s |  36 kB     00:00    
16:52:31 #8 40.53 (73/135): python3-dateutil-2.8.1-3.fc34.noarch. 6.7 MB/s | 289 kB     00:00    
16:52:31 #8 40.53 (74/135): qt5-srpm-macros-5.15.2-2.fc34.noarch. 257 kB/s | 8.4 kB     00:00    
16:52:31 #8 40.53 (75/135): rpm-build-4.16.1.3-1.fc34.x86_64.rpm  3.0 MB/s | 100 kB     00:00    
16:52:31 #8 40.56 (76/135): shared-mime-info-2.1-2.fc34.x86_64.rp  11 MB/s | 374 kB     00:00    
16:52:32 #8 40.60 (77/135): unzip-6.0-50.fc34.x86_64.rpm          2.7 MB/s | 181 kB     00:00    
16:52:32 #8 40.60 (78/135): xz-5.2.5-5.fc34.x86_64.rpm            3.1 MB/s | 216 kB     00:00    
16:52:32 #8 40.64 (79/135): zip-3.0-28.fc34.x86_64.rpm            3.2 MB/s | 260 kB     00:00    
16:52:32 #8 40.68 (80/135): binutils-gold-2.35.2-5.fc34.x86_64.rp 9.1 MB/s | 717 kB     00:00    
16:52:32 #8 40.69 (81/135): dnf-plugins-core-4.0.22-1.fc34.noarch 791 kB/s |  36 kB     00:00    
16:52:32 #8 40.70 (82/135): efi-srpm-macros-5-4.fc34.noarch.rpm   2.0 MB/s |  22 kB     00:00    
16:52:32 #8 40.71 (83/135): elfutils-debuginfod-client-0.185-2.fc 4.5 MB/s |  36 kB     00:00    
16:52:32 #8 40.73 (84/135): elfutils-0.185-2.fc34.x86_64.rpm       12 MB/s | 517 kB     00:00    
16:52:32 #8 40.84 (85/135): binutils-2.35.2-5.fc34.x86_64.rpm      23 MB/s | 5.5 MB     00:00    
16:52:32 #8 40.85 (86/135): emacs-filesystem-27.2-5.fc34.noarch.r  60 kB/s | 8.4 kB     00:00    
16:52:32 #8 40.85 (87/135): file-5.39-6.fc34.x86_64.rpm           434 kB/s |  50 kB     00:00    
16:52:32 #8 40.86 (88/135): glib-networking-2.68.2-1.fc34.x86_64.  17 MB/s | 169 kB     00:00    
16:52:32 #8 40.87 (89/135): go-srpm-macros-3.0.10-1.fc34.noarch.r 1.9 MB/s |  25 kB     00:00    
16:52:32 #8 40.95 (90/135): gdb-minimal-10.2-3.fc34.x86_64.rpm     36 MB/s | 3.6 MB     00:00    
16:52:32 #8 40.95 (91/135): json-glib-1.6.6-1.fc34.x86_64.rpm     1.9 MB/s | 151 kB     00:00    
16:52:32 #8 40.98 (92/135): gdk-pixbuf2-2.42.6-1.fc34.x86_64.rpm  3.4 MB/s | 471 kB     00:00    
16:52:32 #8 40.99 (93/135): perl-AutoLoader-5.74-477.fc34.noarch. 869 kB/s |  31 kB     00:00    
16:52:32 #8 40.99 (94/135): less-581.2-1.fc34.x86_64.rpm          3.4 MB/s | 160 kB     00:00    
16:52:32 #8 41.00 (95/135): perl-B-1.80-477.fc34.x86_64.rpm        13 MB/s | 189 kB     00:00    
16:52:32 #8 41.00 (96/135): perl-Class-Struct-0.66-477.fc34.noarc 3.0 MB/s |  32 kB     00:00    
16:52:32 #8 41.00 (97/135): perl-Digest-1.20-1.fc34.noarch.rpm    4.5 MB/s |  25 kB     00:00    
16:52:32 #8 41.01 (98/135): perl-DynaLoader-1.47-477.fc34.x86_64. 3.9 MB/s |  36 kB     00:00    
16:52:32 #8 41.01 (99/135): perl-Errno-1.30-477.fc34.x86_64.rpm   2.9 MB/s |  25 kB     00:00    
16:52:32 #8 41.06 (100/135): perl-Encode-3.12-460.fc34.x86_64.rpm  31 MB/s | 1.7 MB     00:00    
16:52:32 #8 41.06 (101/135): perl-Fcntl-1.13-477.fc34.x86_64.rpm  634 kB/s |  31 kB     00:00    
16:52:32 #8 41.06 (102/135): perl-File-Basename-2.85-477.fc34.noa 582 kB/s |  27 kB     00:00    
16:52:32 #8 41.07 (103/135): perl-File-stat-1.09-477.fc34.noarch. 4.9 MB/s |  27 kB     00:00    
16:52:32 #8 41.07 (104/135): perl-FileHandle-2.03-477.fc34.noarch 3.2 MB/s |  26 kB     00:00    
16:52:32 #8 41.07 (105/135): perl-Getopt-Std-1.12-477.fc34.noarch 3.4 MB/s |  26 kB     00:00    
16:52:32 #8 41.07 (106/135): perl-HTTP-Tiny-0.078-1.fc34.noarch.r 7.0 MB/s |  55 kB     00:00    
16:52:32 #8 41.08 (107/135): perl-IO-1.43-477.fc34.x86_64.rpm      16 MB/s |  97 kB     00:00    
16:52:32 #8 41.08 (108/135): perl-IPC-Open3-1.21-477.fc34.noarch. 3.9 MB/s |  33 kB     00:00    
16:52:32 #8 41.08 (109/135): perl-NDBM_File-1.15-477.fc34.x86_64. 4.0 MB/s |  32 kB     00:00    
16:52:32 #8 41.09 (110/135): perl-POSIX-1.94-477.fc34.x86_64.rpm   17 MB/s | 107 kB     00:00    
16:52:32 #8 41.09 (111/135): perl-SelectSaver-1.02-477.fc34.noarc 2.5 MB/s |  22 kB     00:00    
16:52:32 #8 41.09 (112/135): perl-Socket-2.032-1.fc34.x86_64.rpm  6.1 MB/s |  54 kB     00:00    
16:52:32 #8 41.09 (113/135): perl-Symbol-1.08-477.fc34.noarch.rpm 2.7 MB/s |  24 kB     00:00    
16:52:32 #8 41.10 (114/135): perl-Text-Tabs+Wrap-2021.0726-1.fc34 3.7 MB/s |  22 kB     00:00    
16:52:32 #8 41.10 (115/135): perl-base-2.27-477.fc34.noarch.rpm   3.4 MB/s |  26 kB     00:00    
16:52:32 #8 41.10 (116/135): perl-if-0.60.800-477.fc34.noarch.rpm 3.4 MB/s |  24 kB     00:00    
16:52:32 #8 41.11 (117/135): perl-interpreter-5.32.1-477.fc34.x86  13 MB/s |  81 kB     00:00    
16:52:32 #8 41.11 (118/135): perl-mro-1.23-477.fc34.x86_64.rpm    5.2 MB/s |  38 kB     00:00    
16:52:32 #8 41.11 (119/135): perl-overload-1.31-477.fc34.noarch.r 8.1 MB/s |  56 kB     00:00    
16:52:32 #8 41.12 (120/135): perl-overloading-0.02-477.fc34.noarc 3.8 MB/s |  23 kB     00:00    
16:52:32 #8 41.12 (121/135): perl-subs-1.03-477.fc34.noarch.rpm   3.7 MB/s |  22 kB     00:00    
16:52:32 #8 41.12 (122/135): perl-vars-1.05-477.fc34.noarch.rpm   4.2 MB/s |  23 kB     00:00    
16:52:32 #8 41.13 (123/135): python-srpm-macros-3.9-38.fc34.noarc 3.7 MB/s |  20 kB     00:00    
16:52:32 #8 41.13 (124/135): python3-dbus-1.2.18-1.fc34.x86_64.rp  12 MB/s | 132 kB     00:00    
16:52:32 #8 41.16 (125/135): python3-dnf-plugins-core-4.0.22-1.fc 5.9 MB/s | 210 kB     00:00    
16:52:32 #8 41.17 (126/135): python3-enchant-3.2.1-1.fc34.noarch. 2.6 MB/s |  78 kB     00:00    
16:52:32 #8 41.23 (127/135): perl-libs-5.32.1-477.fc34.x86_64.rpm  15 MB/s | 2.0 MB     00:00    
16:52:32 #8 41.24 (128/135): python3-file-magic-5.39-6.fc34.noarc 236 kB/s |  17 kB     00:00    
16:52:32 #8 41.28 (129/135): python3-setuptools-53.0.0-2.fc34.noa 7.6 MB/s | 840 kB     00:00    
16:52:32 #31 100.2 + bin/containerd-shim-runc-v2
16:52:32 #8 41.28 (130/135): redhat-rpm-config-183-3.fc34.noarch. 1.4 MB/s |  65 kB     00:00    
16:52:32 #8 41.28 (131/135): rust-srpm-macros-18-1.fc34.noarch.rp 1.9 MB/s | 9.2 kB     00:00    
16:52:32 #8 41.29 (132/135): rpmautospec-rpm-macros-0.2.5-1.fc34. 954 kB/s | 9.9 kB     00:00    
16:52:32 #8 41.29 (133/135): xxhash-libs-0.8.0-3.fc34.x86_64.rpm  6.8 MB/s |  40 kB     00:00    
16:52:32 #8 41.29 (134/135): rpmlint-1.11-19.fc34.noarch.rpm      9.8 MB/s | 185 kB     00:00    
16:52:32 #8 41.34 (135/135): zstd-1.5.0-1.fc34.x86_64.rpm          12 MB/s | 643 kB     00:00    
16:52:32 #8 41.34 --------------------------------------------------------------------------------
16:52:32 #8 41.34 Total                                            13 MB/s |  31 MB     00:02     
16:52:33 #31 100.8 + binaries
16:52:33 #31 100.8 + install -D bin/containerd /build/containerd
16:52:33 #31 100.8 + install -D bin/containerd-shim /build/containerd-shim
16:52:33 #31 100.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
16:52:33 #31 100.8 + install -D bin/ctr /build/ctr
16:52:33 #31 DONE 101.3s
16:52:34 #8 42.93 Running transaction check
16:52:34 #8 43.01 Transaction check succeeded.
16:52:34 #8 43.01 Running transaction test
16:52:34 
16:52:34 #32 [binary-base 3/6] COPY --from=containerd  /build/ /usr/local/bin/
16:52:34 #32 sha256:967de6109d4d0c62ec5a52922ad537a9109f672b16fc3052dccc81d7aa5998fa
16:52:35 #32 DONE 0.2s
16:52:35 
16:52:35 #36 [binary-base 4/6] COPY --from=rootlesskit /build/ /usr/local/bin/
16:52:35 #36 sha256:c357935caf88862e281521c3b90b9cb8f41cfc2b783a00bb1c2ea7113526aea4
16:52:35 #36 DONE 0.1s
16:52:35 
16:52:35 #41 [binary-base 5/6] COPY --from=vpnkit      /build/ /usr/local/bin/
16:52:35 #41 sha256:266116d88a84d9e209a077963fb6a8505c30270aa9c3c01d0f06ce9302b54fdc
16:52:35 #8 43.45 Transaction test succeeded.
16:52:35 #8 43.45 Running transaction
16:52:35 #41 DONE 0.4s
16:52:35 
16:52:35 #42 [binary-base 6/6] WORKDIR /go/src/github.com/docker/docker
16:52:35 #42 sha256:e71700b0ebafaad7a31be40dea3fd40c9442058c6c088474a09ad081e89a1c1c
16:52:35 #42 DONE 0.0s
16:52:35 
16:52:35 #43 [build-cross 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=bind,target=/go/src/github.com/docker/docker     --mount=type=tmpfs,target=/go/src/github.com/docker/docker/autogen         hack/make.sh cross
16:52:35 #43 sha256:468a6c708fc0e64fe9214e84c1bebd348fb863d018228afffbe69b2aa865f135
16:52:35 #8 44.14   Preparing        :                                                        1/1 
16:52:35 #8 44.17   Installing       : file-5.39-6.fc34.x86_64                              1/135 
16:52:35 #8 44.21   Installing       : elfutils-debuginfod-client-0.185-2.fc34.x86_64       2/135 
16:52:35 #8 44.23   Installing       : binutils-gold-2.35.2-5.fc34.x86_64                   3/135 
16:52:35 #43 0.415 
16:52:35 #8 44.36   Installing       : binutils-2.35.2-5.fc34.x86_64                        4/135 
16:52:35 #8 44.39   Running scriptlet: binutils-2.35.2-5.fc34.x86_64                        4/135 
16:52:35 #8 44.41   Running scriptlet: groff-base-1.22.4-7.fc34.x86_64                      5/135 
16:52:35 #8 44.45   Installing       : groff-base-1.22.4-7.fc34.x86_64                      5/135 
16:52:35 #8 44.49   Running scriptlet: groff-base-1.22.4-7.fc34.x86_64                      5/135 
16:52:35 #8 44.51   Installing       : xz-5.2.5-5.fc34.x86_64                               6/135 
16:52:35 #8 44.54   Installing       : unzip-6.0-50.fc34.x86_64                             7/135 
16:52:35 #8 44.55   Installing       : findutils-1:4.8.0-2.fc34.x86_64                      8/135 
16:52:35 #8 44.59   Installing       : cpio-2.13-10.fc34.x86_64                             9/135 
16:52:36 #43 0.493 Removing /build/bundles/
16:52:36 #43 0.494 
16:52:36 #43 0.499 ---> Making bundle: cross (in /build/bundles/cross)
16:52:36 #43 0.500 Cross building: /build/bundles/cross/windows/amd64
16:52:36 #43 0.567 Building: /build/bundles/cross/windows/amd64-daemon/dockerd-0.0.0-20210916145224-e3023ca.exe
16:52:36 #43 0.567 GOOS="windows" GOARCH="amd64" GOARM=""
16:52:36 #8 44.60   Installing       : bzip2-1.0.8-6.fc34.x86_64                           10/135 
16:52:36 #8 44.63   Installing       : zip-3.0-28.fc34.x86_64                              11/135 
16:52:36 #8 44.65   Installing       : elfutils-0.185-2.fc34.x86_64                        12/135 
16:52:36 #8 44.69   Installing       : python3-file-magic-5.39-6.fc34.noarch               13/135 
16:52:36 #8 44.74   Installing       : zstd-1.5.0-1.fc34.x86_64                            14/135 
16:52:36 #8 44.75   Installing       : xxhash-libs-0.8.0-3.fc34.x86_64                     15/135 
16:52:36 #8 44.86   Installing       : gdb-minimal-10.2-3.fc34.x86_64                      16/135 
16:52:36 #8 44.86   Installing       : rust-srpm-macros-18-1.fc34.noarch                   17/135 
16:52:36 #8 44.86   Installing       : rpmautospec-rpm-macros-0.2.5-1.fc34.noarch          18/135 
16:52:36 #8 44.94   Installing       : python3-setuptools-53.0.0-2.fc34.noarch             19/135 
16:52:36 #8 44.95   Installing       : python3-distro-1.5.0-5.fc34.noarch                  20/135 
16:52:36 #8 44.99   Installing       : less-581.2-1.fc34.x86_64                            21/135 
16:52:36 #8 45.00   Installing       : json-glib-1.6.6-1.fc34.x86_64                       22/135 
16:52:36 #8 45.03   Installing       : emacs-filesystem-1:27.2-5.fc34.noarch               23/135 
16:52:36 #8 45.04   Installing       : desktop-file-utils-0.26-3.fc34.x86_64               24/135 
16:52:36 #8 45.07   Installing       : efi-srpm-macros-5-4.fc34.noarch                     25/135 
16:52:36 #8 45.09   Installing       : shared-mime-info-2.1-2.fc34.x86_64                  26/135 
16:52:36 #8 45.12   Running scriptlet: shared-mime-info-2.1-2.fc34.x86_64                  26/135 
16:52:36 #8 45.14   Installing       : qt5-srpm-macros-5.15.2-2.fc34.noarch                27/135 
16:52:36 #8 45.14   Installing       : python3-six-1.15.0-5.fc34.noarch                    28/135 
16:52:36 #8 45.20   Installing       : python3-dateutil-1:2.8.1-3.fc34.noarch              29/135 
16:52:36 #8 45.20   Installing       : pkgconf-m4-1.7.3-6.fc34.noarch                      30/135 
16:52:36 #8 45.21   Installing       : perl-srpm-macros-1-39.fc34.noarch                   31/135 
16:52:36 #8 45.21   Installing       : openblas-srpm-macros-2-9.fc34.noarch                32/135 
16:52:36 #8 45.23   Installing       : ocaml-srpm-macros-6-4.fc34.noarch                   33/135 
16:52:36 #8 45.24   Installing       : nim-srpm-macros-3-4.fc34.noarch                     34/135 
16:52:36 #8 45.24   Installing       : ncurses-6.2-4.20200222.fc34.x86_64                  35/135 
16:52:36 #8 45.27   Installing       : perl-Digest-1.20-1.fc34.noarch                      36/135 
16:52:36 #8 45.27   Installing       : perl-Digest-MD5-2.58-2.fc34.x86_64                  37/135 
16:52:36 #8 45.28   Installing       : perl-B-1.80-477.fc34.x86_64                         38/135 
16:52:36 #8 45.32   Installing       : perl-FileHandle-2.03-477.fc34.noarch                39/135 
16:52:36 #8 45.32   Installing       : perl-AutoLoader-5.74-477.fc34.noarch                40/135 
16:52:36 #8 45.33   Installing       : perl-Data-Dumper-2.174-460.fc34.x86_64              41/135 
16:52:36 #8 45.36   Installing       : perl-libnet-3.13-2.fc34.noarch                      42/135 
16:52:36 #8 45.36   Installing       : perl-base-2.27-477.fc34.noarch                      43/135 
16:52:36 #8 45.39   Installing       : perl-URI-5.09-1.fc34.noarch                         44/135 
16:52:36 #8 45.41   Installing       : perl-Net-SSLeay-1.90-2.fc34.x86_64                  45/135 
16:52:36 #8 45.45   Installing       : perl-Time-Local-2:1.300-5.fc34.noarch               46/135 
16:52:36 #8 45.48   Installing       : perl-Mozilla-CA-20200520-4.fc34.noarch              47/135 
16:52:36 #8 45.48   Installing       : perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch         48/135 
16:52:36 #8 45.49   Installing       : perl-if-0.60.800-477.fc34.noarch                    49/135 
16:52:36 #8 45.49   Installing       : perl-IO-Socket-IP-0.41-3.fc34.noarch                50/135 
16:52:36 #8 45.54   Installing       : perl-File-Path-2.18-2.fc34.noarch                   51/135 
16:52:36 #8 45.55   Installing       : perl-IO-Socket-SSL-2.070-2.fc34.noarch              52/135 
16:52:36 #8 45.59   Installing       : perl-Pod-Escapes-1:1.07-458.fc34.noarch             53/135 
16:52:36 #8 45.59   Installing       : perl-Term-ANSIColor-5.01-459.fc34.noarch            54/135 
16:52:36 #8 45.60   Installing       : perl-Class-Struct-0.66-477.fc34.noarch              55/135 
16:52:36 #8 45.63   Installing       : perl-POSIX-1.94-477.fc34.x86_64                     56/135 
16:52:36 #8 45.63   Installing       : perl-IPC-Open3-1.21-477.fc34.noarch                 57/135 
16:52:36 #8 45.64   Installing       : perl-subs-1.03-477.fc34.noarch                      58/135 
16:52:37 #8 45.66   Installing       : perl-File-Temp-1:0.231.100-2.fc34.noarch            59/135 
16:52:37 #8 45.67   Installing       : perl-HTTP-Tiny-0.078-1.fc34.noarch                  60/135 
16:52:37 #8 45.68   Installing       : perl-Pod-Simple-1:3.42-2.fc34.noarch                61/135 
16:52:37 #8 45.71   Installing       : perl-Term-Cap-1.17-458.fc34.noarch                  62/135 
16:52:37 #8 45.72   Installing       : perl-Socket-4:2.032-1.fc34.x86_64                   63/135 
16:52:37 #8 45.74   Installing       : perl-SelectSaver-1.02-477.fc34.noarch               64/135 
16:52:37 #8 45.75   Installing       : perl-Symbol-1.08-477.fc34.noarch                    65/135 
16:52:37 #8 45.75   Installing       : perl-File-stat-1.09-477.fc34.noarch                 66/135 
16:52:37 #8 45.78   Installing       : perl-podlators-1:4.14-458.fc34.noarch               67/135 
16:52:37 #8 45.79   Installing       : perl-Pod-Perldoc-3.28.01-459.fc34.noarch            68/135 
16:52:37 #8 45.79   Installing       : perl-Text-ParseWords-3.30-458.fc34.noarch           69/135 
16:52:37 #8 45.84   Installing       : perl-Fcntl-1.13-477.fc34.x86_64                     70/135 
16:52:37 #8 45.85   Installing       : perl-mro-1.23-477.fc34.x86_64                       71/135 
16:52:37 #8 45.85   Installing       : perl-IO-1.43-477.fc34.x86_64                        72/135 
16:52:37 #8 45.89   Installing       : perl-overloading-0.02-477.fc34.noarch               73/135 
16:52:37 #8 45.90   Installing       : perl-Pod-Usage-4:2.01-2.fc34.noarch                 74/135 
16:52:37 #8 45.93   Installing       : perl-MIME-Base64-3.16-2.fc34.x86_64                 75/135 
16:52:37 #8 45.94   Installing       : perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64       76/135 
16:52:37 #8 45.98   Installing       : perl-constant-1.33-459.fc34.noarch                  77/135 
16:52:37 #8 45.98   Installing       : perl-parent-1:0.238-458.fc34.noarch                 78/135 
16:52:37 #8 45.98   Installing       : perl-Errno-1.30-477.fc34.x86_64                     79/135 
16:52:37 #8 45.99   Installing       : perl-File-Basename-2.85-477.fc34.noarch             80/135 
16:52:37 #8 46.01   Installing       : perl-Getopt-Std-1.12-477.fc34.noarch                81/135 
16:52:37 #8 46.02   Installing       : perl-Storable-1:3.21-458.fc34.x86_64                82/135 
16:52:37 #8 46.02   Installing       : perl-overload-1.31-477.fc34.noarch                  83/135 
16:52:37 #8 46.06   Installing       : perl-vars-1.05-477.fc34.noarch                      84/135 
16:52:37 #8 46.06   Installing       : perl-Getopt-Long-1:2.52-2.fc34.noarch               85/135 
16:52:37 #8 46.08   Installing       : perl-Carp-1.50-458.fc34.noarch                      86/135 
16:52:37 #8 46.09   Installing       : perl-Exporter-5.74-459.fc34.noarch                  87/135 
16:52:37 #8 46.10   Installing       : perl-DynaLoader-1.47-477.fc34.x86_64                88/135 
16:52:37 #8 46.11   Installing       : perl-PathTools-3.78-459.fc34.x86_64                 89/135 
16:52:37 #8 46.15   Installing       : perl-NDBM_File-1.15-477.fc34.x86_64                 90/135 
16:52:37 #8 46.21   Installing       : perl-Encode-4:3.12-460.fc34.x86_64                  91/135 
16:52:37 #8 46.33   Installing       : perl-libs-4:5.32.1-477.fc34.x86_64                  92/135 
16:52:37 #8 46.38   Installing       : perl-interpreter-4:5.32.1-477.fc34.x86_64           93/135 
16:52:37 #8 46.39   Installing       : lua-srpm-macros-1-4.fc34.noarch                     94/135 
16:52:37 #8 46.39   Installing       : libstemmer-0-16.585svn.fc34.x86_64                  95/135 
16:52:38 #8 46.43   Installing       : libproxy-0.4.15-30.fc34.x86_64                      96/135 
16:52:38 #8 46.43   Installing       : libpng-2:1.6.37-10.fc34.x86_64                      97/135 
16:52:38 #8 46.46   Installing       : libpkgconf-1.7.3-6.fc34.x86_64                      98/135 
16:52:38 #8 46.47   Installing       : pkgconf-1.7.3-6.fc34.x86_64                         99/135 
16:52:38 #8 46.47   Installing       : pkgconf-pkg-config-1.7.3-6.fc34.x86_64             100/135 
16:52:38 #8 46.52   Installing       : libpipeline-1.5.3-2.fc34.x86_64                    101/135 
16:52:38 #8 46.53   Running scriptlet: man-db-2.9.3-3.fc34.x86_64                         102/135 
16:52:38 #8 46.55   Installing       : man-db-2.9.3-3.fc34.x86_64                         102/135 
16:52:38 #8 46.60   Running scriptlet: man-db-2.9.3-3.fc34.x86_64                         102/135 
16:52:38 #8 46.61   Installing       : libjpeg-turbo-2.0.90-2.fc34.x86_64                 103/135 
16:52:38 #8 46.65   Installing       : gdk-pixbuf2-2.42.6-1.fc34.x86_64                   104/135 
16:52:38 #8 46.68   Installing       : kernel-srpm-macros-1.0-4.fc34.noarch               105/135 
16:52:38 #8 46.69   Installing       : info-6.7-10.fc34.x86_64                            106/135 
16:52:38 #8 46.69   Installing       : ed-1.14.2-10.fc34.x86_64                           107/135 
16:52:38 #8 46.72   Installing       : patch-2.7.6-14.fc34.x86_64                         108/135 
16:52:38 #8 46.73   Installing       : hunspell-filesystem-1.7.0-9.fc34.x86_64            109/135 
16:52:38 #8 46.74   Installing       : hunspell-en-US-0.20140811.1-18.fc34.noarch         110/135 
16:52:38 #8 46.77   Installing       : hunspell-1.7.0-9.fc34.x86_64                       111/135 
16:52:38 #8 46.77   Installing       : enchant-1:1.6.0-27.fc34.x86_64                     112/135 
16:52:38 #8 46.81   Installing       : python3-enchant-3.2.1-1.fc34.noarch                113/135 
16:52:38 #8 46.82   Installing       : gnat-srpm-macros-4-13.fc34.noarch                  114/135 
16:52:38 #8 46.84   Installing       : ghc-srpm-macros-1.5.0-4.fc34.noarch                115/135 
16:52:38 #8 46.85   Installing       : fpc-srpm-macros-1.3-3.fc34.noarch                  116/135 
16:52:38 #8 46.85   Installing       : dwz-0.14-1.fc34.x86_64                             117/135 
16:52:38 #8 46.86   Installing       : fonts-srpm-macros-1:2.0.5-5.fc34.noarch            118/135 
16:52:38 #8 46.89   Installing       : go-srpm-macros-3.0.10-1.fc34.noarch                119/135 
16:52:38 #8 46.89   Installing       : python-srpm-macros-3.9-38.fc34.noarch              120/135 
16:52:38 #8 46.90   Installing       : redhat-rpm-config-183-3.fc34.noarch                121/135 
16:52:38 #8 46.94   Installing       : diffutils-3.7-8.fc34.x86_64                        122/135 
16:52:38 #8 46.95   Installing       : dbus-libs-1:1.12.20-3.fc34.x86_64                  123/135 
16:52:38 #8 46.98   Installing       : python3-dbus-1.2.18-1.fc34.x86_64                  124/135 
16:52:38 #8 47.00   Installing       : python3-dnf-plugins-core-4.0.22-1.fc34.noarch      125/135 
16:52:38 #8 47.04   Installing       : adobe-source-code-pro-fonts-2.030.1.050-10.fc34.   126/135 
16:52:38 #8 47.08   Installing       : abattis-cantarell-fonts-0.301-2.fc34.noarch        127/135 
16:52:38 #8 47.09   Installing       : gsettings-desktop-schemas-40.0-1.fc34.x86_64       128/135 
16:52:38 #8 47.12   Installing       : glib-networking-2.68.2-1.fc34.x86_64               129/135 
16:52:38 #8 47.14   Installing       : libsoup-2.72.0-6.fc34.x86_64                       130/135 
16:52:38 #8 47.18   Installing       : libappstream-glib-0.7.18-2.fc34.x86_64             131/135 
16:52:38 #8 47.23   Installing       : rpmlint-1.11-19.fc34.noarch                        132/135 
16:52:38 #8 47.26   Installing       : dnf-plugins-core-4.0.22-1.fc34.noarch              133/135 
16:52:38 #8 47.26   Installing       : rpm-build-4.16.1.3-1.fc34.x86_64                   134/135 
16:52:38 #8 47.30   Installing       : hunspell-en-GB-0.20140811.1-18.fc34.noarch         135/135 
16:52:42 #8 47.31   Running scriptlet: hunspell-en-GB-0.20140811.1-18.fc34.noarch         135/135 
16:52:42 #8 50.53   Verifying        : abattis-cantarell-fonts-0.301-2.fc34.noarch          1/135 
16:52:42 #8 50.53   Verifying        : adobe-source-code-pro-fonts-2.030.1.050-10.fc34.     2/135 
16:52:42 #8 50.53   Verifying        : bzip2-1.0.8-6.fc34.x86_64                            3/135 
16:52:42 #8 50.53   Verifying        : cpio-2.13-10.fc34.x86_64                             4/135 
16:52:42 #8 50.53   Verifying        : dbus-libs-1:1.12.20-3.fc34.x86_64                    5/135 
16:52:42 #8 50.53   Verifying        : desktop-file-utils-0.26-3.fc34.x86_64                6/135 
16:52:42 #8 50.53   Verifying        : diffutils-3.7-8.fc34.x86_64                          7/135 
16:52:42 #8 50.53   Verifying        : dwz-0.14-1.fc34.x86_64                               8/135 
16:52:42 #8 50.53   Verifying        : ed-1.14.2-10.fc34.x86_64                             9/135 
16:52:42 #8 50.53   Verifying        : enchant-1:1.6.0-27.fc34.x86_64                      10/135 
16:52:42 #8 50.53   Verifying        : findutils-1:4.8.0-2.fc34.x86_64                     11/135 
16:52:42 #8 50.53   Verifying        : fonts-srpm-macros-1:2.0.5-5.fc34.noarch             12/135 
16:52:42 #8 50.53   Verifying        : fpc-srpm-macros-1.3-3.fc34.noarch                   13/135 
16:52:42 #8 50.53   Verifying        : ghc-srpm-macros-1.5.0-4.fc34.noarch                 14/135 
16:52:42 #8 50.53   Verifying        : gnat-srpm-macros-4-13.fc34.noarch                   15/135 
16:52:42 #8 50.53   Verifying        : groff-base-1.22.4-7.fc34.x86_64                     16/135 
16:52:42 #8 50.53   Verifying        : gsettings-desktop-schemas-40.0-1.fc34.x86_64        17/135 
16:52:42 #8 50.53   Verifying        : hunspell-1.7.0-9.fc34.x86_64                        18/135 
16:52:42 #8 50.53   Verifying        : hunspell-en-GB-0.20140811.1-18.fc34.noarch          19/135 
16:52:42 #8 50.53   Verifying        : hunspell-en-US-0.20140811.1-18.fc34.noarch          20/135 
16:52:42 #8 50.53   Verifying        : hunspell-filesystem-1.7.0-9.fc34.x86_64             21/135 
16:52:42 #8 50.53   Verifying        : info-6.7-10.fc34.x86_64                             22/135 
16:52:42 #8 50.53   Verifying        : kernel-srpm-macros-1.0-4.fc34.noarch                23/135 
16:52:42 #8 50.53   Verifying        : libappstream-glib-0.7.18-2.fc34.x86_64              24/135 
16:52:42 #8 50.53   Verifying        : libjpeg-turbo-2.0.90-2.fc34.x86_64                  25/135 
16:52:42 #8 50.53   Verifying        : libpipeline-1.5.3-2.fc34.x86_64                     26/135 
16:52:42 #8 50.53   Verifying        : libpkgconf-1.7.3-6.fc34.x86_64                      27/135 
16:52:42 #8 50.53   Verifying        : libpng-2:1.6.37-10.fc34.x86_64                      28/135 
16:52:42 #8 50.53   Verifying        : libproxy-0.4.15-30.fc34.x86_64                      29/135 
16:52:42 #8 50.53   Verifying        : libsoup-2.72.0-6.fc34.x86_64                        30/135 
16:52:42 #8 50.53   Verifying        : libstemmer-0-16.585svn.fc34.x86_64                  31/135 
16:52:42 #8 50.54   Verifying        : lua-srpm-macros-1-4.fc34.noarch                     32/135 
16:52:42 #8 50.54   Verifying        : man-db-2.9.3-3.fc34.x86_64                          33/135 
16:52:42 #8 50.54   Verifying        : ncurses-6.2-4.20200222.fc34.x86_64                  34/135 
16:52:42 #8 50.54   Verifying        : nim-srpm-macros-3-4.fc34.noarch                     35/135 
16:52:42 #8 50.54   Verifying        : ocaml-srpm-macros-6-4.fc34.noarch                   36/135 
16:52:42 #8 50.54   Verifying        : openblas-srpm-macros-2-9.fc34.noarch                37/135 
16:52:42 #8 50.54   Verifying        : patch-2.7.6-14.fc34.x86_64                          38/135 
16:52:42 #8 50.54   Verifying        : perl-Carp-1.50-458.fc34.noarch                      39/135 
16:52:42 #8 50.54   Verifying        : perl-Data-Dumper-2.174-460.fc34.x86_64              40/135 
16:52:42 #8 50.54   Verifying        : perl-Digest-MD5-2.58-2.fc34.x86_64                  41/135 
16:52:42 #8 50.54   Verifying        : perl-Exporter-5.74-459.fc34.noarch                  42/135 
16:52:42 #8 50.54   Verifying        : perl-File-Path-2.18-2.fc34.noarch                   43/135 
16:52:42 #8 50.54   Verifying        : perl-File-Temp-1:0.231.100-2.fc34.noarch            44/135 
16:52:42 #8 50.54   Verifying        : perl-Getopt-Long-1:2.52-2.fc34.noarch               45/135 
16:52:42 #8 50.54   Verifying        : perl-IO-Socket-IP-0.41-3.fc34.noarch                46/135 
16:52:42 #8 50.54   Verifying        : perl-IO-Socket-SSL-2.070-2.fc34.noarch              47/135 
16:52:42 #8 50.54   Verifying        : perl-MIME-Base64-3.16-2.fc34.x86_64                 48/135 
16:52:42 #8 50.54   Verifying        : perl-Mozilla-CA-20200520-4.fc34.noarch              49/135 
16:52:42 #8 50.54   Verifying        : perl-Net-SSLeay-1.90-2.fc34.x86_64                  50/135 
16:52:42 #8 50.54   Verifying        : perl-PathTools-3.78-459.fc34.x86_64                 51/135 
16:52:42 #8 50.54   Verifying        : perl-Pod-Escapes-1:1.07-458.fc34.noarch             52/135 
16:52:42 #8 50.54   Verifying        : perl-Pod-Perldoc-3.28.01-459.fc34.noarch            53/135 
16:52:42 #8 50.54   Verifying        : perl-Pod-Simple-1:3.42-2.fc34.noarch                54/135 
16:52:42 #8 50.54   Verifying        : perl-Pod-Usage-4:2.01-2.fc34.noarch                 55/135 
16:52:42 #8 50.54   Verifying        : perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64       56/135 
16:52:42 #8 50.54   Verifying        : perl-Storable-1:3.21-458.fc34.x86_64                57/135 
16:52:42 #8 50.54   Verifying        : perl-Term-ANSIColor-5.01-459.fc34.noarch            58/135 
16:52:42 #8 50.54   Verifying        : perl-Term-Cap-1.17-458.fc34.noarch                  59/135 
16:52:42 #8 50.54   Verifying        : perl-Text-ParseWords-3.30-458.fc34.noarch           60/135 
16:52:42 #8 50.54   Verifying        : perl-Time-Local-2:1.300-5.fc34.noarch               61/135 
16:52:42 #8 50.54   Verifying        : perl-URI-5.09-1.fc34.noarch                         62/135 
16:52:42 #8 50.54   Verifying        : perl-constant-1.33-459.fc34.noarch                  63/135 
16:52:42 #8 50.54   Verifying        : perl-libnet-3.13-2.fc34.noarch                      64/135 
16:52:42 #8 50.54   Verifying        : perl-parent-1:0.238-458.fc34.noarch                 65/135 
16:52:42 #8 50.54   Verifying        : perl-podlators-1:4.14-458.fc34.noarch               66/135 
16:52:42 #8 50.54   Verifying        : perl-srpm-macros-1-39.fc34.noarch                   67/135 
16:52:42 #8 50.54   Verifying        : pkgconf-1.7.3-6.fc34.x86_64                         68/135 
16:52:42 #8 50.54   Verifying        : pkgconf-m4-1.7.3-6.fc34.noarch                      69/135 
16:52:42 #8 50.54   Verifying        : pkgconf-pkg-config-1.7.3-6.fc34.x86_64              70/135 
16:52:42 #8 50.54   Verifying        : python3-dateutil-1:2.8.1-3.fc34.noarch              71/135 
16:52:42 #8 50.54   Verifying        : python3-distro-1.5.0-5.fc34.noarch                  72/135 
16:52:42 #8 50.54   Verifying        : python3-six-1.15.0-5.fc34.noarch                    73/135 
16:52:42 #8 50.54   Verifying        : qt5-srpm-macros-5.15.2-2.fc34.noarch                74/135 
16:52:42 #8 50.54   Verifying        : rpm-build-4.16.1.3-1.fc34.x86_64                    75/135 
16:52:42 #8 50.54   Verifying        : shared-mime-info-2.1-2.fc34.x86_64                  76/135 
16:52:42 #8 50.54   Verifying        : unzip-6.0-50.fc34.x86_64                            77/135 
16:52:42 #8 50.54   Verifying        : xz-5.2.5-5.fc34.x86_64                              78/135 
16:52:42 #8 50.54   Verifying        : zip-3.0-28.fc34.x86_64                              79/135 
16:52:42 #8 50.54   Verifying        : binutils-2.35.2-5.fc34.x86_64                       80/135 
16:52:42 #8 50.54   Verifying        : binutils-gold-2.35.2-5.fc34.x86_64                  81/135 
16:52:42 #8 50.54   Verifying        : dnf-plugins-core-4.0.22-1.fc34.noarch               82/135 
16:52:42 #8 50.54   Verifying        : efi-srpm-macros-5-4.fc34.noarch                     83/135 
16:52:42 #8 50.54   Verifying        : elfutils-0.185-2.fc34.x86_64                        84/135 
16:52:42 #8 50.54   Verifying        : elfutils-debuginfod-client-0.185-2.fc34.x86_64      85/135 
16:52:42 #8 50.54   Verifying        : emacs-filesystem-1:27.2-5.fc34.noarch               86/135 
16:52:42 #8 50.54   Verifying        : file-5.39-6.fc34.x86_64                             87/135 
16:52:42 #8 50.54   Verifying        : gdb-minimal-10.2-3.fc34.x86_64                      88/135 
16:52:42 #8 50.54   Verifying        : gdk-pixbuf2-2.42.6-1.fc34.x86_64                    89/135 
16:52:42 #8 50.54   Verifying        : glib-networking-2.68.2-1.fc34.x86_64                90/135 
16:52:42 #8 50.54   Verifying        : go-srpm-macros-3.0.10-1.fc34.noarch                 91/135 
16:52:42 #8 50.54   Verifying        : json-glib-1.6.6-1.fc34.x86_64                       92/135 
16:52:42 #8 50.54   Verifying        : less-581.2-1.fc34.x86_64                            93/135 
16:52:42 #8 50.54   Verifying        : perl-AutoLoader-5.74-477.fc34.noarch                94/135 
16:52:42 #8 50.54   Verifying        : perl-B-1.80-477.fc34.x86_64                         95/135 
16:52:42 #8 50.54   Verifying        : perl-Class-Struct-0.66-477.fc34.noarch              96/135 
16:52:42 #8 50.54   Verifying        : perl-Digest-1.20-1.fc34.noarch                      97/135 
16:52:42 #8 50.54   Verifying        : perl-DynaLoader-1.47-477.fc34.x86_64                98/135 
16:52:42 #8 50.54   Verifying        : perl-Encode-4:3.12-460.fc34.x86_64                  99/135 
16:52:42 #8 50.54   Verifying        : perl-Errno-1.30-477.fc34.x86_64                    100/135 
16:52:42 #8 50.54   Verifying        : perl-Fcntl-1.13-477.fc34.x86_64                    101/135 
16:52:42 #8 50.54   Verifying        : perl-File-Basename-2.85-477.fc34.noarch            102/135 
16:52:42 #8 50.54   Verifying        : perl-File-stat-1.09-477.fc34.noarch                103/135 
16:52:42 #8 50.54   Verifying        : perl-FileHandle-2.03-477.fc34.noarch               104/135 
16:52:42 #8 50.54   Verifying        : perl-Getopt-Std-1.12-477.fc34.noarch               105/135 
16:52:42 #8 50.54   Verifying        : perl-HTTP-Tiny-0.078-1.fc34.noarch                 106/135 
16:52:42 #8 50.54   Verifying        : perl-IO-1.43-477.fc34.x86_64                       107/135 
16:52:42 #8 50.54   Verifying        : perl-IPC-Open3-1.21-477.fc34.noarch                108/135 
16:52:42 #8 50.54   Verifying        : perl-NDBM_File-1.15-477.fc34.x86_64                109/135 
16:52:42 #8 50.54   Verifying        : perl-POSIX-1.94-477.fc34.x86_64                    110/135 
16:52:42 #8 50.54   Verifying        : perl-SelectSaver-1.02-477.fc34.noarch              111/135 
16:52:42 #8 50.54   Verifying        : perl-Socket-4:2.032-1.fc34.x86_64                  112/135 
16:52:42 #8 50.54   Verifying        : perl-Symbol-1.08-477.fc34.noarch                   113/135 
16:52:42 #8 50.54   Verifying        : perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch        114/135 
16:52:42 #8 50.54   Verifying        : perl-base-2.27-477.fc34.noarch                     115/135 
16:52:42 #8 50.55   Verifying        : perl-if-0.60.800-477.fc34.noarch                   116/135 
16:52:42 #8 50.55   Verifying        : perl-interpreter-4:5.32.1-477.fc34.x86_64          117/135 
16:52:42 #8 50.55   Verifying        : perl-libs-4:5.32.1-477.fc34.x86_64                 118/135 
16:52:42 #8 50.55   Verifying        : perl-mro-1.23-477.fc34.x86_64                      119/135 
16:52:42 #8 50.55   Verifying        : perl-overload-1.31-477.fc34.noarch                 120/135 
16:52:42 #8 50.55   Verifying        : perl-overloading-0.02-477.fc34.noarch              121/135 
16:52:42 #8 50.55   Verifying        : perl-subs-1.03-477.fc34.noarch                     122/135 
16:52:42 #8 50.55   Verifying        : perl-vars-1.05-477.fc34.noarch                     123/135 
16:52:42 #8 50.55   Verifying        : python-srpm-macros-3.9-38.fc34.noarch              124/135 
16:52:42 #8 50.55   Verifying        : python3-dbus-1.2.18-1.fc34.x86_64                  125/135 
16:52:42 #8 50.55   Verifying        : python3-dnf-plugins-core-4.0.22-1.fc34.noarch      126/135 
16:52:42 #8 50.55   Verifying        : python3-enchant-3.2.1-1.fc34.noarch                127/135 
16:52:42 #8 50.55   Verifying        : python3-file-magic-5.39-6.fc34.noarch              128/135 
16:52:42 #8 50.55   Verifying        : python3-setuptools-53.0.0-2.fc34.noarch            129/135 
16:52:42 #8 50.55   Verifying        : redhat-rpm-config-183-3.fc34.noarch                130/135 
16:52:42 #8 50.55   Verifying        : rpmautospec-rpm-macros-0.2.5-1.fc34.noarch         131/135 
16:52:42 #8 50.55   Verifying        : rpmlint-1.11-19.fc34.noarch                        132/135 
16:52:42 #8 50.55   Verifying        : rust-srpm-macros-18-1.fc34.noarch                  133/135 
16:52:42 #8 50.55   Verifying        : xxhash-libs-0.8.0-3.fc34.x86_64                    134/135 
16:52:42 #8 50.55   Verifying        : zstd-1.5.0-1.fc34.x86_64                           135/135 
16:52:42 #8 50.66 
16:52:42 #8 50.66 Installed:
16:52:42 #8 50.66   abattis-cantarell-fonts-0.301-2.fc34.noarch                                   
16:52:42 #8 50.66   adobe-source-code-pro-fonts-2.030.1.050-10.fc34.noarch                        
16:52:42 #8 50.66   binutils-2.35.2-5.fc34.x86_64                                                 
16:52:42 #8 50.66   binutils-gold-2.35.2-5.fc34.x86_64                                            
16:52:42 #8 50.66   bzip2-1.0.8-6.fc34.x86_64                                                     
16:52:42 #8 50.66   cpio-2.13-10.fc34.x86_64                                                      
16:52:42 #8 50.66   dbus-libs-1:1.12.20-3.fc34.x86_64                                             
16:52:42 #8 50.66   desktop-file-utils-0.26-3.fc34.x86_64                                         
16:52:42 #8 50.66   diffutils-3.7-8.fc34.x86_64                                                   
16:52:42 #8 50.66   dnf-plugins-core-4.0.22-1.fc34.noarch                                         
16:52:42 #8 50.66   dwz-0.14-1.fc34.x86_64                                                        
16:52:42 #8 50.66   ed-1.14.2-10.fc34.x86_64                                                      
16:52:42 #8 50.66   efi-srpm-macros-5-4.fc34.noarch                                               
16:52:42 #8 50.66   elfutils-0.185-2.fc34.x86_64                                                  
16:52:42 #8 50.66   elfutils-debuginfod-client-0.185-2.fc34.x86_64                                
16:52:42 #8 50.66   emacs-filesystem-1:27.2-5.fc34.noarch                                         
16:52:42 #8 50.66   enchant-1:1.6.0-27.fc34.x86_64                                                
16:52:42 #8 50.66   file-5.39-6.fc34.x86_64                                                       
16:52:42 #8 50.66   findutils-1:4.8.0-2.fc34.x86_64                                               
16:52:42 #8 50.66   fonts-srpm-macros-1:2.0.5-5.fc34.noarch                                       
16:52:42 #8 50.66   fpc-srpm-macros-1.3-3.fc34.noarch                                             
16:52:42 #8 50.66   gdb-minimal-10.2-3.fc34.x86_64                                                
16:52:42 #8 50.66   gdk-pixbuf2-2.42.6-1.fc34.x86_64                                              
16:52:42 #8 50.66   ghc-srpm-macros-1.5.0-4.fc34.noarch                                           
16:52:42 #8 50.66   glib-networking-2.68.2-1.fc34.x86_64                                          
16:52:42 #8 50.66   gnat-srpm-macros-4-13.fc34.noarch                                             
16:52:42 #8 50.66   go-srpm-macros-3.0.10-1.fc34.noarch                                           
16:52:42 #8 50.66   groff-base-1.22.4-7.fc34.x86_64                                               
16:52:42 #8 50.66   gsettings-desktop-schemas-40.0-1.fc34.x86_64                                  
16:52:42 #8 50.66   hunspell-1.7.0-9.fc34.x86_64                                                  
16:52:42 #8 50.66   hunspell-en-GB-0.20140811.1-18.fc34.noarch                                    
16:52:42 #8 50.66   hunspell-en-US-0.20140811.1-18.fc34.noarch                                    
16:52:42 #8 50.66   hunspell-filesystem-1.7.0-9.fc34.x86_64                                       
16:52:42 #8 50.66   info-6.7-10.fc34.x86_64                                                       
16:52:42 #8 50.66   json-glib-1.6.6-1.fc34.x86_64                                                 
16:52:42 #8 50.66   kernel-srpm-macros-1.0-4.fc34.noarch                                          
16:52:42 #8 50.66   less-581.2-1.fc34.x86_64                                                      
16:52:42 #8 50.66   libappstream-glib-0.7.18-2.fc34.x86_64                                        
16:52:42 #8 50.66   libjpeg-turbo-2.0.90-2.fc34.x86_64                                            
16:52:42 #8 50.66   libpipeline-1.5.3-2.fc34.x86_64                                               
16:52:42 #8 50.66   libpkgconf-1.7.3-6.fc34.x86_64                                                
16:52:42 #8 50.66   libpng-2:1.6.37-10.fc34.x86_64                                                
16:52:42 #8 50.66   libproxy-0.4.15-30.fc34.x86_64                                                
16:52:42 #8 50.66   libsoup-2.72.0-6.fc34.x86_64                                                  
16:52:42 #8 50.66   libstemmer-0-16.585svn.fc34.x86_64                                            
16:52:42 #8 50.66   lua-srpm-macros-1-4.fc34.noarch                                               
16:52:42 #8 50.66   man-db-2.9.3-3.fc34.x86_64                                                    
16:52:42 #8 50.66   ncurses-6.2-4.20200222.fc34.x86_64                                            
16:52:42 #8 50.66   nim-srpm-macros-3-4.fc34.noarch                                               
16:52:42 #8 50.66   ocaml-srpm-macros-6-4.fc34.noarch                                             
16:52:42 #8 50.66   openblas-srpm-macros-2-9.fc34.noarch                                          
16:52:42 #8 50.66   patch-2.7.6-14.fc34.x86_64                                                    
16:52:42 #8 50.66   perl-AutoLoader-5.74-477.fc34.noarch                                          
16:52:42 #8 50.66   perl-B-1.80-477.fc34.x86_64                                                   
16:52:42 #8 50.66   perl-Carp-1.50-458.fc34.noarch                                                
16:52:42 #8 50.66   perl-Class-Struct-0.66-477.fc34.noarch                                        
16:52:42 #8 50.66   perl-Data-Dumper-2.174-460.fc34.x86_64                                        
16:52:42 #8 50.66   perl-Digest-1.20-1.fc34.noarch                                                
16:52:42 #8 50.66   perl-Digest-MD5-2.58-2.fc34.x86_64                                            
16:52:42 #8 50.66   perl-DynaLoader-1.47-477.fc34.x86_64                                          
16:52:42 #8 50.66   perl-Encode-4:3.12-460.fc34.x86_64                                            
16:52:42 #8 50.66   perl-Errno-1.30-477.fc34.x86_64                                               
16:52:42 #8 50.66   perl-Exporter-5.74-459.fc34.noarch                                            
16:52:42 #8 50.66   perl-Fcntl-1.13-477.fc34.x86_64                                               
16:52:42 #8 50.66   perl-File-Basename-2.85-477.fc34.noarch                                       
16:52:42 #8 50.66   perl-File-Path-2.18-2.fc34.noarch                                             
16:52:42 #8 50.66   perl-File-Temp-1:0.231.100-2.fc34.noarch                                      
16:52:42 #8 50.66   perl-File-stat-1.09-477.fc34.noarch                                           
16:52:42 #8 50.66   perl-FileHandle-2.03-477.fc34.noarch                                          
16:52:42 #8 50.66   perl-Getopt-Long-1:2.52-2.fc34.noarch                                         
16:52:42 #8 50.66   perl-Getopt-Std-1.12-477.fc34.noarch                                          
16:52:42 #8 50.66   perl-HTTP-Tiny-0.078-1.fc34.noarch                                            
16:52:42 #8 50.66   perl-IO-1.43-477.fc34.x86_64                                                  
16:52:42 #8 50.66   perl-IO-Socket-IP-0.41-3.fc34.noarch                                          
16:52:42 #8 50.66   perl-IO-Socket-SSL-2.070-2.fc34.noarch                                        
16:52:42 #8 50.66   perl-IPC-Open3-1.21-477.fc34.noarch                                           
16:52:42 #8 50.66   perl-MIME-Base64-3.16-2.fc34.x86_64                                           
16:52:42 #8 50.66   perl-Mozilla-CA-20200520-4.fc34.noarch                                        
16:52:42 #8 50.66   perl-NDBM_File-1.15-477.fc34.x86_64                                           
16:52:42 #8 50.66   perl-Net-SSLeay-1.90-2.fc34.x86_64                                            
16:52:42 #8 50.66   perl-POSIX-1.94-477.fc34.x86_64                                               
16:52:42 #8 50.66   perl-PathTools-3.78-459.fc34.x86_64                                           
16:52:42 #8 50.66   perl-Pod-Escapes-1:1.07-458.fc34.noarch                                       
16:52:42 #8 50.66   perl-Pod-Perldoc-3.28.01-459.fc34.noarch                                      
16:52:42 #8 50.66   perl-Pod-Simple-1:3.42-2.fc34.noarch                                          
16:52:42 #8 50.66   perl-Pod-Usage-4:2.01-2.fc34.noarch                                           
16:52:42 #8 50.66   perl-Scalar-List-Utils-4:1.56-459.fc34.x86_64                                 
16:52:42 #8 50.66   perl-SelectSaver-1.02-477.fc34.noarch                                         
16:52:42 #8 50.66   perl-Socket-4:2.032-1.fc34.x86_64                                             
16:52:42 #8 50.66   perl-Storable-1:3.21-458.fc34.x86_64                                          
16:52:42 #8 50.66   perl-Symbol-1.08-477.fc34.noarch                                              
16:52:42 #8 50.66   perl-Term-ANSIColor-5.01-459.fc34.noarch                                      
16:52:42 #8 50.66   perl-Term-Cap-1.17-458.fc34.noarch                                            
16:52:42 #8 50.66   perl-Text-ParseWords-3.30-458.fc34.noarch                                     
16:52:42 #8 50.66   perl-Text-Tabs+Wrap-2021.0726-1.fc34.noarch                                   
16:52:42 #8 50.66   perl-Time-Local-2:1.300-5.fc34.noarch                                         
16:52:42 #8 50.66   perl-URI-5.09-1.fc34.noarch                                                   
16:52:42 #8 50.66   perl-base-2.27-477.fc34.noarch                                                
16:52:42 #8 50.66   perl-constant-1.33-459.fc34.noarch                                            
16:52:42 #8 50.66   perl-if-0.60.800-477.fc34.noarch                                              
16:52:42 #8 50.66   perl-interpreter-4:5.32.1-477.fc34.x86_64                                     
16:52:42 #8 50.66   perl-libnet-3.13-2.fc34.noarch                                                
16:52:42 #8 50.66   perl-libs-4:5.32.1-477.fc34.x86_64                                            
16:52:42 #8 50.66   perl-mro-1.23-477.fc34.x86_64                                                 
16:52:42 #8 50.66   perl-overload-1.31-477.fc34.noarch                                            
16:52:42 #8 50.66   perl-overloading-0.02-477.fc34.noarch                                         
16:52:42 #8 50.66   perl-parent-1:0.238-458.fc34.noarch                                           
16:52:42 #8 50.66   perl-podlators-1:4.14-458.fc34.noarch                                         
16:52:42 #8 50.66   perl-srpm-macros-1-39.fc34.noarch                                             
16:52:42 #8 50.66   perl-subs-1.03-477.fc34.noarch                                                
16:52:42 #8 50.66   perl-vars-1.05-477.fc34.noarch                                                
16:52:42 #8 50.66   pkgconf-1.7.3-6.fc34.x86_64                                                   
16:52:42 #8 50.66   pkgconf-m4-1.7.3-6.fc34.noarch                                                
16:52:42 #8 50.66   pkgconf-pkg-config-1.7.3-6.fc34.x86_64                                        
16:52:42 #8 50.66   python-srpm-macros-3.9-38.fc34.noarch                                         
16:52:42 #8 50.66   python3-dateutil-1:2.8.1-3.fc34.noarch                                        
16:52:42 #8 50.66   python3-dbus-1.2.18-1.fc34.x86_64                                             
16:52:42 #8 50.66   python3-distro-1.5.0-5.fc34.noarch                                            
16:52:42 #8 50.66   python3-dnf-plugins-core-4.0.22-1.fc34.noarch                                 
16:52:42 #8 50.66   python3-enchant-3.2.1-1.fc34.noarch                                           
16:52:42 #8 50.66   python3-file-magic-5.39-6.fc34.noarch                                         
16:52:42 #8 50.66   python3-setuptools-53.0.0-2.fc34.noarch                                       
16:52:42 #8 50.66   python3-six-1.15.0-5.fc34.noarch                                              
16:52:42 #8 50.66   qt5-srpm-macros-5.15.2-2.fc34.noarch                                          
16:52:42 #8 50.66   redhat-rpm-config-183-3.fc34.noarch                                           
16:52:42 #8 50.66   rpm-build-4.16.1.3-1.fc34.x86_64                                              
16:52:42 #8 50.66   rpmautospec-rpm-macros-0.2.5-1.fc34.noarch                                    
16:52:42 #8 50.66   rpmlint-1.11-19.fc34.noarch                                                   
16:52:42 #8 50.66   rust-srpm-macros-18-1.fc34.noarch                                             
16:52:42 #8 50.66   shared-mime-info-2.1-2.fc34.x86_64                                            
16:52:42 #8 50.66   unzip-6.0-50.fc34.x86_64                                                      
16:52:42 #8 50.66   xxhash-libs-0.8.0-3.fc34.x86_64                                               
16:52:42 #8 50.66   xz-5.2.5-5.fc34.x86_64                                                        
16:52:42 #8 50.66   zip-3.0-28.fc34.x86_64                                                        
16:52:42 #8 50.66   zstd-1.5.0-1.fc34.x86_64                                                      
16:52:42 #8 50.67 
16:52:42 #8 50.67 Complete!
16:52:42 #8 DONE 50.8s
16:52:42 
16:52:42 #10 [stage-1 3/6] COPY SPECS /root/rpmbuild/SPECS
16:52:42 #10 sha256:c80a42f66cc74119d6b828b8a0181c50c65bc8c0ea62d7313945bde16a05b8f6
16:52:42 #10 DONE 0.1s
16:52:42 
16:52:42 #11 [stage-1 4/6] RUN   if [ "$(uname -m)" = "x86_64" ]; then     dnf builddep -y /root/rpmbuild/SPECS/*.spec;   else     dnf builddep -y /root/rpmbuild/SPECS/docker-c*.spec;   fi
16:52:42 #11 sha256:6148d5b90c235efac0665a56fcc5722cd2eac6ca797fca6a3bac35022c8d9693
16:52:44 #11 1.467 Last metadata expiration check: 0:00:18 ago on Thu Sep 16 16:52:25 2021.
16:52:44 #11 2.315 Package bash-5.1.0-2.fc34.x86_64 is already installed.
16:52:44 #11 2.325 Package bash-5.1.0-2.fc34.x86_64 is already installed.
16:52:44 #11 2.326 Package ca-certificates-2021.2.50-1.0.fc34.noarch is already installed.
16:52:44 #11 2.326 Package libarchive-3.5.1-2.fc34.x86_64 is already installed.
16:52:44 #11 2.327 Package pkgconf-pkg-config-1.7.3-6.fc34.x86_64 is already installed.
16:52:44 #11 2.327 Package tar-2:1.34-1.fc34.x86_64 is already installed.
16:52:44 #11 2.346 Package bash-5.1.0-2.fc34.x86_64 is already installed.
16:52:44 #11 2.393 Dependencies resolved.
16:52:44 #11 2.417 ================================================================================
16:52:44 #11 2.417  Package                       Arch    Version                   Repo      Size
16:52:44 #11 2.417 ================================================================================
16:52:44 #11 2.417 Installing:
16:52:44 #11 2.417  btrfs-progs-devel             x86_64  5.14-2.fc34               updates   50 k
16:52:44 #11 2.417  cmake                         x86_64  3.20.5-1.fc34             updates  6.5 M
16:52:44 #11 2.417  device-mapper-devel           x86_64  1.02.175-1.fc34           fedora    45 k
16:52:44 #11 2.417  gcc                           x86_64  11.2.1-1.fc34             updates   32 M
16:52:44 #11 2.417  git                           x86_64  2.31.1-3.fc34             updates  121 k
16:52:44 #11 2.417  glibc-static                  x86_64  2.33-20.fc34              updates  1.7 M
16:52:44 #11 2.417  libseccomp-devel              x86_64  2.5.0-4.fc34              fedora    54 k
16:52:44 #11 2.417  libselinux-devel              x86_64  3.2-1.fc34                fedora   113 k
16:52:44 #11 2.417  libtool                       x86_64  2.4.6-40.fc34             fedora   579 k
16:52:44 #11 2.417  libtool-ltdl-devel            x86_64  2.4.6-40.fc34             fedora   153 k
16:52:44 #11 2.417  make                          x86_64  1:4.3-5.fc34              fedora   539 k
16:52:44 #11 2.417  selinux-policy-devel          noarch  34.19-1.fc34              updates  818 k
16:52:44 #11 2.417  systemd                       x86_64  248.7-1.fc34              updates  4.4 M
16:52:44 #11 2.417  systemd-devel                 x86_64  248.7-1.fc34              updates  438 k
16:52:44 #11 2.417  which                         x86_64  2.21-26.fc34              updates   42 k
16:52:44 #11 2.417 Upgrading:
16:52:44 #11 2.417  audit-libs                    x86_64  3.0.5-1.fc34              updates  116 k
16:52:44 #11 2.417  libgcc                        x86_64  11.2.1-1.fc34             updates  107 k
16:52:44 #11 2.417  libgomp                       x86_64  11.2.1-1.fc34             updates  279 k
16:52:44 #11 2.417  libxcrypt                     x86_64  4.4.25-1.fc34             updates  117 k
16:52:44 #11 2.417  systemd-libs                  x86_64  248.7-1.fc34              updates  586 k
16:52:44 #11 2.417 Installing dependencies:
16:52:44 #11 2.417  acl                           x86_64  2.3.1-1.fc34              fedora    71 k
16:52:44 #11 2.417  annobin                       x86_64  9.79-2.fc34               updates  133 k
16:52:44 #11 2.417  autoconf                      noarch  2.69-36.fc34              fedora   667 k
16:52:44 #11 2.417  automake                      noarch  1.16.2-4.fc34             fedora   664 k
16:52:44 #11 2.417  btrfs-progs                   x86_64  5.14-2.fc34               updates  957 k
16:52:44 #11 2.417  checkpolicy                   x86_64  3.2-1.fc34                fedora   344 k
16:52:44 #11 2.417  cmake-data                    noarch  3.20.5-1.fc34             updates  1.5 M
16:52:44 #11 2.417  cmake-filesystem              x86_64  3.20.5-1.fc34             updates   16 k
16:52:44 #11 2.417  cmake-rpm-macros              noarch  3.20.5-1.fc34             updates   16 k
16:52:44 #11 2.417  cpp                           x86_64  11.2.1-1.fc34             updates   10 M
16:52:44 #11 2.417  cryptsetup-libs               x86_64  2.3.6-1.fc34              updates  474 k
16:52:44 #11 2.417  dbus                          x86_64  1:1.12.20-3.fc34          fedora   8.0 k
16:52:44 #11 2.417  dbus-broker                   x86_64  29-2.fc34                 updates  172 k
16:52:44 #11 2.417  dbus-common                   noarch  1:1.12.20-3.fc34          fedora    15 k
16:52:44 #11 2.417  device-mapper                 x86_64  1.02.175-1.fc34           fedora   144 k
16:52:44 #11 2.417  device-mapper-libs            x86_64  1.02.175-1.fc34           fedora   179 k
16:52:44 #11 2.417  e2fsprogs-libs                x86_64  1.45.6-5.fc34             fedora   220 k
16:52:44 #11 2.417  gc                            x86_64  8.0.4-5.fc34              fedora   105 k
16:52:44 #11 2.417  git-core                      x86_64  2.31.1-3.fc34             updates  3.6 M
16:52:44 #11 2.417  git-core-doc                  noarch  2.31.1-3.fc34             updates  2.3 M
16:52:44 #11 2.417  glibc-devel                   x86_64  2.33-20.fc34              updates   24 k
16:52:44 #11 2.417  glibc-headers-x86             noarch  2.33-20.fc34              updates  411 k
16:52:44 #11 2.417  guile22                       x86_64  2.2.7-2.fc34              fedora   6.5 M
16:52:44 #11 2.417  iptables-legacy-libs          x86_64  1.8.7-8.fc34              updates   40 k
16:52:44 #11 2.417  jsoncpp                       x86_64  1.9.4-3.fc34              fedora    96 k
16:52:44 #11 2.417  kernel-headers                x86_64  5.13.3-200.fc34           updates  1.3 M
16:52:44 #11 2.417  kmod-libs                     x86_64  29-2.fc34                 updates   63 k
16:52:44 #11 2.417  libargon2                     x86_64  20171227-6.fc34           fedora    29 k
16:52:44 #11 2.417  libbtrfs                      x86_64  5.14-2.fc34               updates   30 k
16:52:44 #11 2.417  libbtrfsutil                  x86_64  5.14-2.fc34               updates   32 k
16:52:44 #11 2.417  libcbor                       x86_64  0.7.0-3.fc34              fedora    57 k
16:52:44 #11 2.417  libedit                       x86_64  3.1-38.20210714cvs.fc34   updates  104 k
16:52:44 #11 2.417  libfido2                      x86_64  1.6.0-2.fc34              fedora    71 k
16:52:44 #11 2.417  libibverbs                    x86_64  36.0-1.fc34               updates  354 k
16:52:44 #11 2.417  libmpc                        x86_64  1.2.1-2.fc34              fedora    63 k
16:52:44 #11 2.417  libnl3                        x86_64  3.5.0-6.fc34              fedora   324 k
16:52:44 #11 2.417  libpcap                       x86_64  14:1.10.1-1.fc34          updates  171 k
16:52:44 #11 2.417  libseccomp                    x86_64  2.5.0-4.fc34              fedora    71 k
16:52:44 #11 2.417  libselinux-utils              x86_64  3.2-1.fc34                fedora   160 k
16:52:44 #11 2.417  libsepol-devel                x86_64  3.2-1.fc34                fedora    40 k
16:52:44 #11 2.417  libtool-ltdl                  x86_64  2.4.6-40.fc34             fedora    36 k
16:52:44 #11 2.417  libuv                         x86_64  1:1.42.0-2.fc34           updates  148 k
16:52:44 #11 2.417  libxcrypt-devel               x86_64  4.4.25-1.fc34             updates   29 k
16:52:44 #11 2.417  libxcrypt-static              x86_64  4.4.25-1.fc34             updates  102 k
16:52:44 #11 2.417  llvm-libs                     x86_64  12.0.1-1.fc34             updates   23 M
16:52:44 #11 2.417  lzo                           x86_64  2.10-4.fc34               fedora    66 k
16:52:44 #11 2.417  m4                            x86_64  1.4.18-17.fc34            fedora   212 k
16:52:44 #11 2.417  openssh                       x86_64  8.6p1-3.fc34              updates  438 k
16:52:44 #11 2.417  openssh-clients               x86_64  8.6p1-3.fc34              updates  678 k
16:52:44 #11 2.417  pcre2-devel                   x86_64  10.36-4.fc34              fedora   477 k
16:52:44 #11 2.417  pcre2-utf16                   x86_64  10.36-4.fc34              fedora   213 k
16:52:44 #11 2.417  pcre2-utf32                   x86_64  10.36-4.fc34              fedora   203 k
16:52:44 #11 2.417  perl-Error                    noarch  1:0.17029-5.fc34          fedora    42 k
16:52:44 #11 2.417  perl-File-Compare             noarch  1.100.600-477.fc34        updates   23 k
16:52:44 #11 2.417  perl-File-Copy                noarch  2.34-477.fc34             updates   30 k
16:52:44 #11 2.417  perl-File-Find                noarch  1.37-477.fc34             updates   36 k
16:52:44 #11 2.417  perl-Git                      noarch  2.31.1-3.fc34             updates   44 k
16:52:44 #11 2.417  perl-TermReadKey              x86_64  2.38-9.fc34               fedora    36 k
16:52:44 #11 2.417  perl-Thread-Queue             noarch  3.14-458.fc34             fedora    22 k
16:52:44 #11 2.417  perl-lib                      x86_64  0.65-477.fc34             updates   25 k
16:52:44 #11 2.417  perl-threads                  x86_64  1:2.25-458.fc34           fedora    58 k
16:52:44 #11 2.417  perl-threads-shared           x86_64  1.61-458.fc34             fedora    44 k
16:52:44 #11 2.417  policycoreutils               x86_64  3.2-1.fc34                fedora   206 k
16:52:44 #11 2.417  policycoreutils-devel         x86_64  3.2-1.fc34                fedora   140 k
16:52:44 #11 2.417  policycoreutils-python-utils  noarch  3.2-1.fc34                fedora    71 k
16:52:44 #11 2.417  python3-audit                 x86_64  3.0.5-1.fc34              updates   82 k
16:52:44 #11 2.417  python3-libselinux            x86_64  3.2-1.fc34                fedora   187 k
16:52:44 #11 2.417  python3-libsemanage           x86_64  3.2-1.fc34                fedora    83 k
16:52:44 #11 2.417  python3-policycoreutils       noarch  3.2-1.fc34                fedora   2.0 M
16:52:44 #11 2.417  python3-setools               x86_64  4.4.0-1.fc34              fedora   554 k
16:52:44 #11 2.417  rhash                         x86_64  1.4.0-3.fc34              fedora   182 k
16:52:44 #11 2.417  rpm-plugin-selinux            x86_64  4.16.1.3-1.fc34           fedora    22 k
16:52:44 #11 2.417  selinux-policy                noarch  34.19-1.fc34              updates   76 k
16:52:44 #11 2.417  selinux-policy-targeted       noarch  34.19-1.fc34              updates  6.3 M
16:52:44 #11 2.417  systemd-pam                   x86_64  248.7-1.fc34              updates  320 k
16:52:44 #11 2.417  systemd-rpm-macros            noarch  248.7-1.fc34              updates   28 k
16:52:44 #11 2.417  vim-filesystem                noarch  2:8.2.3404-1.fc34         updates   22 k
16:52:44 #11 2.417  whois-nls                     noarch  5.5.10-1.fc34             updates   34 k
16:52:44 #11 2.417  xkeyboard-config              noarch  2.33-1.fc34               updates  783 k
16:52:44 #11 2.417 Installing weak dependencies:
16:52:44 #11 2.417  libxkbcommon                  x86_64  1.3.0-1.fc34              updates  144 k
16:52:44 #11 2.417  mkpasswd                      x86_64  5.5.10-1.fc34             updates   41 k
16:52:44 #11 2.417  qrencode-libs                 x86_64  4.0.2-7.fc34              fedora    60 k
16:52:44 #11 2.417  systemd-networkd              x86_64  248.7-1.fc34              updates  476 k
16:52:44 #11 2.417 
16:52:44 #11 2.417 Transaction Summary
16:52:44 #11 2.417 ================================================================================
16:52:44 #11 2.417 Install  98 Packages
16:52:44 #11 2.417 Upgrade   5 Packages
16:52:44 #11 2.417 
16:52:44 #11 2.422 Total download size: 117 M
16:52:44 #11 2.422 Downloading Packages:
16:52:45 #11 3.405 (1/103): acl-2.3.1-1.fc34.x86_64.rpm            306 kB/s |  71 kB     00:00    
16:52:45 #11 3.414 (2/103): automake-1.16.2-4.fc34.noarch.rpm      2.7 MB/s | 664 kB     00:00    
16:52:45 #11 3.421 (3/103): autoconf-2.69-36.fc34.noarch.rpm       2.6 MB/s | 667 kB     00:00    
16:52:45 #11 3.424 (4/103): dbus-1.12.20-3.fc34.x86_64.rpm         908 kB/s | 8.0 kB     00:00    
16:52:45 #11 3.427 (5/103): dbus-common-1.12.20-3.fc34.noarch.rpm  2.8 MB/s |  15 kB     00:00    
16:52:45 #11 3.435 (6/103): device-mapper-1.02.175-1.fc34.x86_64.r  13 MB/s | 144 kB     00:00    
16:52:45 #11 3.441 (7/103): checkpolicy-3.2-1.fc34.x86_64.rpm      9.9 MB/s | 344 kB     00:00    
16:52:45 #11 3.444 (8/103): device-mapper-devel-1.02.175-1.fc34.x8 2.7 MB/s |  45 kB     00:00    
16:52:45 #11 3.451 (9/103): device-mapper-libs-1.02.175-1.fc34.x86  12 MB/s | 179 kB     00:00    
16:52:45 #11 3.456 (10/103): e2fsprogs-libs-1.45.6-5.fc34.x86_64.r  15 MB/s | 220 kB     00:00    
16:52:45 #11 3.458 (11/103): gc-8.0.4-5.fc34.x86_64.rpm            7.1 MB/s | 105 kB     00:00    
16:52:45 #11 3.467 (12/103): jsoncpp-1.9.4-3.fc34.x86_64.rpm        12 MB/s |  96 kB     00:00    
16:52:45 #11 3.472 (13/103): libargon2-20171227-6.fc34.x86_64.rpm  2.1 MB/s |  29 kB     00:00    
16:52:45 #11 3.476 (14/103): libcbor-0.7.0-3.fc34.x86_64.rpm       5.8 MB/s |  57 kB     00:00    
16:52:45 #11 3.480 (15/103): libfido2-1.6.0-2.fc34.x86_64.rpm       10 MB/s |  71 kB     00:00    
16:52:45 #11 3.484 (16/103): libmpc-1.2.1-2.fc34.x86_64.rpm        8.3 MB/s |  63 kB     00:00    
16:52:45 #11 3.494 (17/103): libnl3-3.5.0-6.fc34.x86_64.rpm         23 MB/s | 324 kB     00:00    
16:52:45 #11 3.497 (18/103): libseccomp-2.5.0-4.fc34.x86_64.rpm    5.6 MB/s |  71 kB     00:00    
16:52:45 #11 3.507 (19/103): libselinux-devel-3.2-1.fc34.x86_64.rp  13 MB/s | 113 kB     00:00    
16:52:45 #11 3.510 (20/103): libseccomp-devel-2.5.0-4.fc34.x86_64. 3.4 MB/s |  54 kB     00:00    
16:52:45 #11 3.518 (21/103): libselinux-utils-3.2-1.fc34.x86_64.rp  14 MB/s | 160 kB     00:00    
16:52:45 #11 3.522 (22/103): libsepol-devel-3.2-1.fc34.x86_64.rpm  3.4 MB/s |  40 kB     00:00    
16:52:45 #11 3.529 (23/103): libtool-ltdl-2.4.6-40.fc34.x86_64.rpm 5.9 MB/s |  36 kB     00:00    
16:52:45 #11 3.540 (24/103): libtool-ltdl-devel-2.4.6-40.fc34.x86_  15 MB/s | 153 kB     00:00    
16:52:45 #11 3.547 (25/103): libtool-2.4.6-40.fc34.x86_64.rpm       20 MB/s | 579 kB     00:00    
16:52:45 #11 3.552 (26/103): lzo-2.10-4.fc34.x86_64.rpm            5.6 MB/s |  66 kB     00:00    
16:52:45 #11 3.565 (27/103): m4-1.4.18-17.fc34.x86_64.rpm           13 MB/s | 212 kB     00:00    
16:52:45 #11 3.572 (28/103): make-4.3-5.fc34.x86_64.rpm             27 MB/s | 539 kB     00:00    
16:52:45 #11 3.583 (29/103): pcre2-devel-10.36-4.fc34.x86_64.rpm    29 MB/s | 477 kB     00:00    
16:52:45 #11 3.588 (30/103): pcre2-utf16-10.36-4.fc34.x86_64.rpm    14 MB/s | 213 kB     00:00    
16:52:45 #11 3.594 (31/103): pcre2-utf32-10.36-4.fc34.x86_64.rpm    18 MB/s | 203 kB     00:00    
16:52:45 #11 3.598 (32/103): perl-Error-0.17029-5.fc34.noarch.rpm  5.1 MB/s |  42 kB     00:00    
16:52:45 #11 3.628 (33/103): guile22-2.2.7-2.fc34.x86_64.rpm        37 MB/s | 6.5 MB     00:00    
16:52:45 #11 3.631 (34/103): perl-TermReadKey-2.38-9.fc34.x86_64.r 993 kB/s |  36 kB     00:00    
16:52:45 #11 3.634 (35/103): perl-Thread-Queue-3.14-458.fc34.noarc 611 kB/s |  22 kB     00:00    
16:52:45 #11 3.638 (36/103): perl-threads-2.25-458.fc34.x86_64.rpm 8.3 MB/s |  58 kB     00:00    
16:52:45 #11 3.641 (37/103): perl-threads-shared-1.61-458.fc34.x86 4.6 MB/s |  44 kB     00:00    
16:52:45 #11 3.646 (38/103): policycoreutils-3.2-1.fc34.x86_64.rpm  17 MB/s | 206 kB     00:00    
16:52:45 #11 3.650 (39/103): policycoreutils-devel-3.2-1.fc34.x86_  13 MB/s | 140 kB     00:00    
16:52:45 #11 3.657 (40/103): python3-libsemanage-3.2-1.fc34.x86_64  11 MB/s |  83 kB     00:00    
16:52:45 #11 3.661 (41/103): python3-libselinux-3.2-1.fc34.x86_64.  13 MB/s | 187 kB     00:00    
16:52:45 #11 3.664 (42/103): policycoreutils-python-utils-3.2-1.fc 3.2 MB/s |  71 kB     00:00    
16:52:45 #11 3.672 (43/103): qrencode-libs-4.0.2-7.fc34.x86_64.rpm 9.5 MB/s |  60 kB     00:00    
16:52:45 #11 3.683 (44/103): rhash-1.4.0-3.fc34.x86_64.rpm          16 MB/s | 182 kB     00:00    
16:52:45 #11 3.690 (45/103): python3-setools-4.4.0-1.fc34.x86_64.r  19 MB/s | 554 kB     00:00    
16:52:45 #11 3.693 (46/103): rpm-plugin-selinux-4.16.1.3-1.fc34.x8 2.3 MB/s |  22 kB     00:00    
16:52:45 #11 3.702 (47/103): annobin-9.79-2.fc34.x86_64.rpm         12 MB/s | 133 kB     00:00    
16:52:45 #11 3.714 (48/103): python3-policycoreutils-3.2-1.fc34.no  36 MB/s | 2.0 MB     00:00    
16:52:45 #11 3.717 (49/103): btrfs-progs-devel-5.14-2.fc34.x86_64. 3.5 MB/s |  50 kB     00:00    
16:52:46 #11 3.840 (50/103): cmake-data-3.20.5-1.fc34.noarch.rpm    13 MB/s | 1.5 MB     00:00    
16:52:46 #11 3.847 (51/103): btrfs-progs-5.14-2.fc34.x86_64.rpm    6.2 MB/s | 957 kB     00:00    
16:52:46 #11 3.856 (52/103): cmake-rpm-macros-3.20.5-1.fc34.noarch 1.8 MB/s |  16 kB     00:00    
16:52:46 #11 3.858 (53/103): cmake-filesystem-3.20.5-1.fc34.x86_64 875 kB/s |  16 kB     00:00    
16:52:46 #11 3.878 (54/103): cryptsetup-libs-2.3.6-1.fc34.x86_64.r  24 MB/s | 474 kB     00:00    
16:52:46 #11 3.893 (55/103): dbus-broker-29-2.fc34.x86_64.rpm       12 MB/s | 172 kB     00:00    
16:52:46 #11 3.945 (56/103): cmake-3.20.5-1.fc34.x86_64.rpm         28 MB/s | 6.5 MB     00:00    
16:52:46 #11 3.959 (57/103): git-2.31.1-3.fc34.x86_64.rpm          9.0 MB/s | 121 kB     00:00    
16:52:46 #11 4.060 (58/103): git-core-2.31.1-3.fc34.x86_64.rpm      36 MB/s | 3.6 MB     00:00    
16:52:46 #11 4.178 (59/103): cpp-11.2.1-1.fc34.x86_64.rpm           31 MB/s |  10 MB     00:00    
16:52:46 #11 4.204 (60/103): git-core-doc-2.31.1-3.fc34.noarch.rpm  16 MB/s | 2.3 MB     00:00    
16:52:46 #11 4.210 (61/103): glibc-devel-2.33-20.fc34.x86_64.rpm   826 kB/s |  24 kB     00:00    
16:52:46 #11 4.226 (62/103): glibc-headers-x86-2.33-20.fc34.noarch  21 MB/s | 411 kB     00:00    
16:52:46 #11 4.240 (63/103): glibc-static-2.33-20.fc34.x86_64.rpm   60 MB/s | 1.7 MB     00:00    
16:52:46 #11 4.243 (64/103): iptables-legacy-libs-1.8.7-8.fc34.x86 2.7 MB/s |  40 kB     00:00    
16:52:46 #11 4.250 (65/103): kmod-libs-29-2.fc34.x86_64.rpm         10 MB/s |  63 kB     00:00    
16:52:46 #11 4.257 (66/103): libbtrfs-5.14-2.fc34.x86_64.rpm       4.9 MB/s |  30 kB     00:00    
16:52:46 #11 4.264 (67/103): libbtrfsutil-5.14-2.fc34.x86_64.rpm   4.9 MB/s |  32 kB     00:00    
16:52:46 #11 4.276 (68/103): kernel-headers-5.13.3-200.fc34.x86_64  36 MB/s | 1.3 MB     00:00    
16:52:46 #11 4.280 (69/103): libedit-3.1-38.20210714cvs.fc34.x86_6 6.9 MB/s | 104 kB     00:00    
16:52:46 #11 4.290 (70/103): libpcap-1.10.1-1.fc34.x86_64.rpm       17 MB/s | 171 kB     00:00    
16:52:46 #11 4.295 (71/103): libibverbs-36.0-1.fc34.x86_64.rpm      18 MB/s | 354 kB     00:00    
16:52:46 #11 4.302 (72/103): libuv-1.42.0-2.fc34.x86_64.rpm         13 MB/s | 148 kB     00:00    
16:52:46 #11 4.305 (73/103): libxcrypt-devel-4.4.25-1.fc34.x86_64. 3.0 MB/s |  29 kB     00:00    
16:52:46 #11 4.312 (74/103): libxcrypt-static-4.4.25-1.fc34.x86_64  11 MB/s | 102 kB     00:00    
16:52:46 #11 4.318 (75/103): libxkbcommon-1.3.0-1.fc34.x86_64.rpm   12 MB/s | 144 kB     00:00    
16:52:46 #11 4.326 (76/103): mkpasswd-5.5.10-1.fc34.x86_64.rpm     5.1 MB/s |  41 kB     00:00    
16:52:46 #11 4.345 (77/103): openssh-8.6p1-3.fc34.x86_64.rpm        24 MB/s | 438 kB     00:00    
16:52:46 #11 4.372 (78/103): openssh-clients-8.6p1-3.fc34.x86_64.r  25 MB/s | 678 kB     00:00    
16:52:46 #11 4.386 (79/103): perl-File-Compare-1.100.600-477.fc34. 1.7 MB/s |  23 kB     00:00    
16:52:46 #11 4.404 (80/103): perl-File-Copy-2.34-477.fc34.noarch.r 1.7 MB/s |  30 kB     00:00    
16:52:46 #11 4.417 (81/103): perl-File-Find-1.37-477.fc34.noarch.r 3.1 MB/s |  36 kB     00:00    
16:52:46 #11 4.427 (82/103): perl-Git-2.31.1-3.fc34.noarch.rpm     4.4 MB/s |  44 kB     00:00    
16:52:46 #11 4.435 (83/103): perl-lib-0.65-477.fc34.x86_64.rpm     3.4 MB/s |  25 kB     00:00    
16:52:46 #11 4.444 (84/103): python3-audit-3.0.5-1.fc34.x86_64.rpm  10 MB/s |  82 kB     00:00    
16:52:46 #11 4.452 (85/103): selinux-policy-34.19-1.fc34.noarch.rp  10 MB/s |  76 kB     00:00    
16:52:46 #11 4.478 (86/103): selinux-policy-devel-34.19-1.fc34.noa  31 MB/s | 818 kB     00:00    
16:52:47 #11 4.659 (87/103): selinux-policy-targeted-34.19-1.fc34.  35 MB/s | 6.3 MB     00:00    
16:52:47 #11 4.949 (88/103): llvm-libs-12.0.1-1.fc34.x86_64.rpm     36 MB/s |  23 MB     00:00    
16:52:47 #11 4.993 (89/103): systemd-248.7-1.fc34.x86_64.rpm        13 MB/s | 4.4 MB     00:00    
16:52:47 #11 5.009 (90/103): systemd-devel-248.7-1.fc34.x86_64.rpm 7.3 MB/s | 438 kB     00:00    
16:52:47 #11 5.026 (91/103): systemd-networkd-248.7-1.fc34.x86_64.  16 MB/s | 476 kB     00:00    
16:52:47 #11 5.059 (92/103): systemd-pam-248.7-1.fc34.x86_64.rpm   6.6 MB/s | 320 kB     00:00    
16:52:47 #11 5.062 (93/103): systemd-rpm-macros-248.7-1.fc34.noarc 815 kB/s |  28 kB     00:00    
16:52:47 #11 5.472 (94/103): gcc-11.2.1-1.fc34.x86_64.rpm           20 MB/s |  32 MB     00:01    
16:52:47 #11 5.475 (95/103): vim-filesystem-8.2.3404-1.fc34.noarch  53 kB/s |  22 kB     00:00    
16:52:47 #11 5.477 (96/103): which-2.21-26.fc34.x86_64.rpm         101 kB/s |  42 kB     00:00    
16:52:47 #11 5.481 (97/103): whois-nls-5.5.10-1.fc34.noarch.rpm    3.7 MB/s |  34 kB     00:00    
16:52:47 #11 5.485 (98/103): audit-libs-3.0.5-1.fc34.x86_64.rpm     15 MB/s | 116 kB     00:00    
16:52:47 #11 5.489 (99/103): libgcc-11.2.1-1.fc34.x86_64.rpm        14 MB/s | 107 kB     00:00    
16:52:47 #11 5.521 (100/103): libxcrypt-4.4.25-1.fc34.x86_64.rpm   3.6 MB/s | 117 kB     00:00    
16:52:47 #11 5.556 (101/103): libgomp-11.2.1-1.fc34.x86_64.rpm     3.9 MB/s | 279 kB     00:00    
16:52:47 #11 5.616 (102/103): xkeyboard-config-2.33-1.fc34.noarch. 5.5 MB/s | 783 kB     00:00    
16:52:48 #11 5.657 (103/103): systemd-libs-248.7-1.fc34.x86_64.rpm 4.2 MB/s | 586 kB     00:00    
16:52:48 #11 5.661 --------------------------------------------------------------------------------
16:52:48 #11 5.661 Total                                            36 MB/s | 117 MB     00:03     
16:52:50 #11 7.867 Running transaction check
16:52:50 #11 7.984 Transaction check succeeded.
16:52:50 #11 7.985 Running transaction test
16:52:51 #11 9.384 Transaction test succeeded.
16:52:51 #11 9.384 Running transaction
16:52:53 #11 10.88   Running scriptlet: selinux-policy-targeted-34.19-1.fc34.noarch            1/1 
16:52:53 #11 11.00   Preparing        :                                                        1/1 
16:52:53 #11 11.05   Upgrading        : libgcc-11.2.1-1.fc34.x86_64                          1/108 
16:52:53 #11 11.05   Running scriptlet: libgcc-11.2.1-1.fc34.x86_64                          1/108 
16:52:53 #11 11.07   Upgrading        : audit-libs-3.0.5-1.fc34.x86_64                       2/108 
16:52:53 #11 11.08   Installing       : python3-libselinux-3.2-1.fc34.x86_64                 3/108 
16:52:53 #11 11.12   Installing       : perl-File-Find-1.37-477.fc34.noarch                  4/108 
16:52:53 #11 11.12   Installing       : perl-File-Copy-2.34-477.fc34.noarch                  5/108 
16:52:53 #11 11.13   Installing       : perl-File-Compare-1.100.600-477.fc34.noarch          6/108 
16:52:53 #11 11.16   Installing       : libedit-3.1-38.20210714cvs.fc34.x86_64               7/108 
16:52:53 #11 11.16   Installing       : cmake-rpm-macros-3.20.5-1.fc34.noarch                8/108 
16:52:53 #11 11.17   Installing       : cmake-filesystem-3.20.5-1.fc34.x86_64                9/108 
16:52:53 #11 11.20   Installing       : perl-threads-1:2.25-458.fc34.x86_64                 10/108 
16:52:53 #11 11.20   Installing       : m4-1.4.18-17.fc34.x86_64                            11/108 
16:52:53 #11 11.25   Installing       : autoconf-2.69-36.fc34.noarch                        12/108 
16:52:53 #11 11.29   Installing       : libtool-ltdl-2.4.6-40.fc34.x86_64                   13/108 
16:52:53 #11 11.29   Installing       : libseccomp-2.5.0-4.fc34.x86_64                      14/108 
16:52:53 #11 11.30   Installing       : libmpc-1.2.1-2.fc34.x86_64                          15/108 
16:52:53 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
16:52:53 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
16:52:53 # Build the CLI plugins
16:52:53 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
16:52:53 set -e;cd /sources && \
16:52:53 	tar xzf plugin-installers.tgz; \
16:52:53 	for installer in plugins/*.installer; do \
16:52:53 		LDFLAGS='' bash ${installer} build; \
16:52:53 	done
16:52:53 Cloning into '/go/src/github.com/docker/buildx'...
16:52:53 Fetching origin
16:52:53 #11 11.34   Installing       : checkpolicy-3.2-1.fc34.x86_64                       16/108 
16:52:53 #11 11.51   Installing       : cpp-11.2.1-1.fc34.x86_64                            17/108 
16:52:53 #11 11.54   Installing       : perl-threads-shared-1.61-458.fc34.x86_64            18/108 
16:52:53 #11 11.55   Installing       : perl-Thread-Queue-3.14-458.fc34.noarch              19/108 
16:52:54 + GO111MODULE=on
16:52:54 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:52:54 #11 11.59   Installing       : automake-1.16.2-4.fc34.noarch                       20/108 
16:52:54 #11 12.14   Installing       : llvm-libs-12.0.1-1.fc34.x86_64                      21/108 
16:52:54 #11 12.15   Installing       : python3-libsemanage-3.2-1.fc34.x86_64               22/108 
16:52:54 #11 12.20   Installing       : python3-setools-4.4.0-1.fc34.x86_64                 23/108 
16:52:54 #11 12.24   Installing       : python3-audit-3.0.5-1.fc34.x86_64                   24/108 
16:52:54 #11 12.24   Installing       : gc-8.0.4-5.fc34.x86_64                              25/108 
16:52:54 #11 12.27   Installing       : jsoncpp-1.9.4-3.fc34.x86_64                         26/108 
16:52:54 #11 12.28   Installing       : libnl3-3.5.0-6.fc34.x86_64                          27/108 
16:52:54 #11 12.32   Installing       : libibverbs-36.0-1.fc34.x86_64                       28/108 
16:52:54 #11 12.36   Installing       : libpcap-14:1.10.1-1.fc34.x86_64                     29/108 
16:52:54 #11 12.36   Installing       : iptables-legacy-libs-1.8.7-8.fc34.x86_64            30/108 
16:52:54 #11 12.41   Installing       : kmod-libs-29-2.fc34.x86_64                          31/108 
16:52:54 #11 12.42   Upgrading        : libgomp-11.2.1-1.fc34.x86_64                        32/108 
16:52:54 #11 12.49   Installing       : xkeyboard-config-2.33-1.fc34.noarch                 33/108 
16:52:55 #11 12.53   Installing       : libxkbcommon-1.3.0-1.fc34.x86_64                    34/108 
16:52:55 #11 12.53   Installing       : whois-nls-5.5.10-1.fc34.noarch                      35/108 
16:52:55 #11 12.56   Upgrading        : libxcrypt-4.4.25-1.fc34.x86_64                      36/108 
16:52:55 #11 12.57   Installing       : mkpasswd-5.5.10-1.fc34.x86_64                       37/108 
16:52:55 #11 12.61   Upgrading        : systemd-libs-248.7-1.fc34.x86_64                    38/108 
16:52:55 #11 12.62   Running scriptlet: systemd-libs-248.7-1.fc34.x86_64                    38/108 
16:52:55 #11 12.93   Installing       : guile22-2.2.7-2.fc34.x86_64                         39/108 
16:52:55 #11 12.98   Installing       : make-1:4.3-5.fc34.x86_64                            40/108 
16:52:55 #11 13.01   Running scriptlet: openssh-8.6p1-3.fc34.x86_64                         41/108 
16:52:55 #11 13.05   Installing       : openssh-8.6p1-3.fc34.x86_64                         41/108 
16:52:55 #11 13.05   Installing       : vim-filesystem-2:8.2.3404-1.fc34.noarch             42/108 
16:52:55 #11 13.08   Installing       : systemd-rpm-macros-248.7-1.fc34.noarch              43/108 
16:52:55 #11 13.09   Installing       : perl-lib-0.65-477.fc34.x86_64                       44/108 
16:52:55 #11 13.10   Installing       : libuv-1:1.42.0-2.fc34.x86_64                        45/108 
16:52:55 #11 13.12   Installing       : libbtrfsutil-5.14-2.fc34.x86_64                     46/108 
16:52:55 #11 13.13   Installing       : libbtrfs-5.14-2.fc34.x86_64                         47/108 
16:52:55 #11 13.25   Installing       : kernel-headers-5.13.3-200.fc34.x86_64               48/108 
16:52:55 #11 13.32   Installing       : glibc-headers-x86-2.33-20.fc34.noarch               49/108 
16:52:55 #11 13.37   Installing       : libxcrypt-devel-4.4.25-1.fc34.x86_64                50/108 
16:52:56 #11 13.38   Installing       : glibc-devel-2.33-20.fc34.x86_64                     51/108 
16:52:56 #11 13.81   Installing       : gcc-11.2.1-1.fc34.x86_64                            52/108 
16:52:56 #11 14.01   Installing       : glibc-static-2.33-20.fc34.x86_64                    53/108 
16:52:56 #11 14.04   Installing       : libxcrypt-static-4.4.25-1.fc34.x86_64               54/108 
16:52:56 #11 14.04   Installing       : rhash-1.4.0-3.fc34.x86_64                           55/108 
16:52:56 #11 14.27   Installing       : cmake-data-3.20.5-1.fc34.noarch                     56/108 
16:52:56 #11 14.48   Installing       : cmake-3.20.5-1.fc34.x86_64                          57/108 
16:52:56 #11 14.55   Installing       : qrencode-libs-4.0.2-7.fc34.x86_64                   58/108 
16:52:56 #11 14.55   Installing       : perl-TermReadKey-2.38-9.fc34.x86_64                 59/108 
16:52:56 #11 14.56   Installing       : perl-Error-1:0.17029-5.fc34.noarch                  60/108 
16:52:57 #11 14.60   Installing       : pcre2-utf32-10.36-4.fc34.x86_64                     61/108 
16:52:57 #11 14.61   Installing       : pcre2-utf16-10.36-4.fc34.x86_64                     62/108 
16:52:57 #11 14.65   Installing       : pcre2-devel-10.36-4.fc34.x86_64                     63/108 
16:52:57 #11 14.65   Installing       : lzo-2.10-4.fc34.x86_64                              64/108 
16:52:57 #11 14.68   Installing       : libsepol-devel-3.2-1.fc34.x86_64                    65/108 
16:52:57 #11 14.69   Installing       : libselinux-devel-3.2-1.fc34.x86_64                  66/108 
16:52:57 #11 14.72   Installing       : libselinux-utils-3.2-1.fc34.x86_64                  67/108 
16:52:57 #11 14.76   Installing       : policycoreutils-3.2-1.fc34.x86_64                   68/108 
16:52:57 #11 14.79   Running scriptlet: policycoreutils-3.2-1.fc34.x86_64                   68/108 
16:52:57 #11 14.80   Installing       : rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64           69/108 
16:52:57 #11 14.81   Installing       : selinux-policy-34.19-1.fc34.noarch                  70/108 
16:52:57 #11 14.83   Running scriptlet: selinux-policy-34.19-1.fc34.noarch                  70/108 
16:52:57 #11 14.85   Running scriptlet: selinux-policy-targeted-34.19-1.fc34.noarch         71/108 
16:52:57 #11 15.03   Installing       : selinux-policy-targeted-34.19-1.fc34.noarch         71/108 
16:52:57 #11 15.08   Running scriptlet: selinux-policy-targeted-34.19-1.fc34.noarch         71/108 
16:52:57 #11 15.13   Installing       : python3-policycoreutils-3.2-1.fc34.noarch           72/108 
16:52:57 #11 15.16   Installing       : policycoreutils-python-utils-3.2-1.fc34.noarch      73/108 
16:52:57 #11 15.17   Installing       : policycoreutils-devel-3.2-1.fc34.x86_64             74/108 
16:52:57 #11 15.29   Installing       : selinux-policy-devel-34.19-1.fc34.noarch            75/108 
16:52:57 #11 15.32   Running scriptlet: selinux-policy-devel-34.19-1.fc34.noarch            75/108 
16:52:57 #11 15.34   Installing       : libcbor-0.7.0-3.fc34.x86_64                         76/108 
16:52:57 #11 15.38   Installing       : libfido2-1.6.0-2.fc34.x86_64                        77/108 
16:52:57 #11 15.40   Installing       : openssh-clients-8.6p1-3.fc34.x86_64                 78/108 
16:52:57 #11 15.45   Running scriptlet: openssh-clients-8.6p1-3.fc34.x86_64                 78/108 
16:52:57 #11 15.52   Installing       : git-core-2.31.1-3.fc34.x86_64                       79/108 
16:52:57 #11 15.58   Installing       : git-core-doc-2.31.1-3.fc34.noarch                   80/108 
16:52:57 #11 15.64   Installing       : perl-Git-2.31.1-3.fc34.noarch                       81/108 
16:52:57 #11 15.67   Installing       : git-2.31.1-3.fc34.x86_64                            82/108 
16:52:57 #11 15.68   Installing       : libargon2-20171227-6.fc34.x86_64                    83/108 
16:52:57 #11 15.71   Installing       : e2fsprogs-libs-1.45.6-5.fc34.x86_64                 84/108 
16:52:58 #11 15.74   Installing       : btrfs-progs-5.14-2.fc34.x86_64                      85/108 
16:52:58 #11 15.78   Installing       : acl-2.3.1-1.fc34.x86_64                             86/108 
16:52:58 #11 15.78   Installing       : device-mapper-1.02.175-1.fc34.x86_64                87/108 
16:52:58 #11 15.81   Installing       : device-mapper-libs-1.02.175-1.fc34.x86_64           88/108 
16:52:58 #11 15.85   Installing       : cryptsetup-libs-2.3.6-1.fc34.x86_64                 89/108 
16:52:58 #11 15.85   Installing       : dbus-1:1.12.20-3.fc34.x86_64                        90/108 
16:52:58 #11 15.86   Running scriptlet: systemd-networkd-248.7-1.fc34.x86_64                91/108 
16:52:58 #11 15.92   Installing       : systemd-networkd-248.7-1.fc34.x86_64                91/108 
16:52:58 #11 15.95   Running scriptlet: systemd-networkd-248.7-1.fc34.x86_64                91/108 
16:52:58 #11 15.97   Installing       : systemd-pam-248.7-1.fc34.x86_64                     92/108 
16:52:58 #11 16.00   Running scriptlet: systemd-248.7-1.fc34.x86_64                         93/108 
16:52:58 #11 16.31   Installing       : systemd-248.7-1.fc34.x86_64                         93/108 
16:52:58 #11 16.38   Running scriptlet: systemd-248.7-1.fc34.x86_64                         93/108 
16:52:58 #11 16.54   Installing       : dbus-common-1:1.12.20-3.fc34.noarch                 94/108 
16:52:58 #11 16.57   Running scriptlet: dbus-common-1:1.12.20-3.fc34.noarch                 94/108 
16:52:58 #11 16.59 Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
16:52:58 #11 16.59 Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
16:52:58 #11 16.59 
16:52:58 #11 16.59   Running scriptlet: dbus-broker-29-2.fc34.x86_64                        95/108 
16:52:58 #11 16.65   Installing       : dbus-broker-29-2.fc34.x86_64                        95/108 
16:52:58 #11 16.65   Running scriptlet: dbus-broker-29-2.fc34.x86_64                        95/108 
16:52:58 #11 16.67 Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
16:52:58 #11 16.67 Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
16:52:58 #11 16.67 
16:52:58 #11 16.68   Installing       : systemd-devel-248.7-1.fc34.x86_64                   96/108 
16:52:58 #11 16.72   Installing       : device-mapper-devel-1.02.175-1.fc34.x86_64          97/108 
16:52:58 #11 16.73   Installing       : btrfs-progs-devel-5.14-2.fc34.x86_64                98/108 
16:52:59 #11 16.77   Installing       : libtool-2.4.6-40.fc34.x86_64                        99/108 
16:52:59 #11 16.78   Installing       : annobin-9.79-2.fc34.x86_64                         100/108 
16:52:59 #11 16.81   Installing       : libtool-ltdl-devel-2.4.6-40.fc34.x86_64            101/108 
16:52:59 #11 16.82   Installing       : libseccomp-devel-2.5.0-4.fc34.x86_64               102/108 
16:52:59 #11 16.85   Installing       : which-2.21-26.fc34.x86_64                          103/108 
16:52:59 #11 16.85   Cleanup          : systemd-libs-248.5-1.fc34.x86_64                   104/108 
16:52:59 #11 16.89   Cleanup          : libxcrypt-4.4.23-1.fc34.x86_64                     105/108 
16:52:59 #11 16.90   Cleanup          : libgcc-11.1.1-3.fc34.x86_64                        106/108 
16:52:59 #11 16.90   Running scriptlet: libgcc-11.1.1-3.fc34.x86_64                        106/108 
16:52:59 #11 16.94   Cleanup          : libgomp-11.1.1-3.fc34.x86_64                       107/108 
16:52:59 #11 16.95   Cleanup          : audit-libs-3.0.2-1.fc34.x86_64                     108/108 
16:52:59 #11 16.97   Running scriptlet: selinux-policy-targeted-34.19-1.fc34.noarch        108/108 
16:53:01 #11 17.00   Running scriptlet: audit-libs-3.0.2-1.fc34.x86_64                     108/108 
16:53:01 #11 19.19   Verifying        : acl-2.3.1-1.fc34.x86_64                              1/108 
16:53:01 #11 19.19   Verifying        : autoconf-2.69-36.fc34.noarch                         2/108 
16:53:01 #11 19.19   Verifying        : automake-1.16.2-4.fc34.noarch                        3/108 
16:53:01 #11 19.19   Verifying        : checkpolicy-3.2-1.fc34.x86_64                        4/108 
16:53:01 #11 19.19   Verifying        : dbus-1:1.12.20-3.fc34.x86_64                         5/108 
16:53:01 #11 19.19   Verifying        : dbus-common-1:1.12.20-3.fc34.noarch                  6/108 
16:53:01 #11 19.19   Verifying        : device-mapper-1.02.175-1.fc34.x86_64                 7/108 
16:53:01 #11 19.19   Verifying        : device-mapper-devel-1.02.175-1.fc34.x86_64           8/108 
16:53:01 #11 19.19   Verifying        : device-mapper-libs-1.02.175-1.fc34.x86_64            9/108 
16:53:01 #11 19.19   Verifying        : e2fsprogs-libs-1.45.6-5.fc34.x86_64                 10/108 
16:53:01 #11 19.19   Verifying        : gc-8.0.4-5.fc34.x86_64                              11/108 
16:53:01 #11 19.19   Verifying        : guile22-2.2.7-2.fc34.x86_64                         12/108 
16:53:01 #11 19.19   Verifying        : jsoncpp-1.9.4-3.fc34.x86_64                         13/108 
16:53:01 #11 19.19   Verifying        : libargon2-20171227-6.fc34.x86_64                    14/108 
16:53:01 #11 19.19   Verifying        : libcbor-0.7.0-3.fc34.x86_64                         15/108 
16:53:01 #11 19.19   Verifying        : libfido2-1.6.0-2.fc34.x86_64                        16/108 
16:53:01 #11 19.19   Verifying        : libmpc-1.2.1-2.fc34.x86_64                          17/108 
16:53:01 #11 19.19   Verifying        : libnl3-3.5.0-6.fc34.x86_64                          18/108 
16:53:01 #11 19.19   Verifying        : libseccomp-2.5.0-4.fc34.x86_64                      19/108 
16:53:01 #11 19.19   Verifying        : libseccomp-devel-2.5.0-4.fc34.x86_64                20/108 
16:53:01 #11 19.19   Verifying        : libselinux-devel-3.2-1.fc34.x86_64                  21/108 
16:53:01 #11 19.19   Verifying        : libselinux-utils-3.2-1.fc34.x86_64                  22/108 
16:53:01 #11 19.19   Verifying        : libsepol-devel-3.2-1.fc34.x86_64                    23/108 
16:53:01 #11 19.19   Verifying        : libtool-2.4.6-40.fc34.x86_64                        24/108 
16:53:01 #11 19.19   Verifying        : libtool-ltdl-2.4.6-40.fc34.x86_64                   25/108 
16:53:01 #11 19.19   Verifying        : libtool-ltdl-devel-2.4.6-40.fc34.x86_64             26/108 
16:53:01 #11 19.19   Verifying        : lzo-2.10-4.fc34.x86_64                              27/108 
16:53:01 #11 19.19   Verifying        : m4-1.4.18-17.fc34.x86_64                            28/108 
16:53:01 #11 19.19   Verifying        : make-1:4.3-5.fc34.x86_64                            29/108 
16:53:01 #11 19.19   Verifying        : pcre2-devel-10.36-4.fc34.x86_64                     30/108 
16:53:01 #11 19.19   Verifying        : pcre2-utf16-10.36-4.fc34.x86_64                     31/108 
16:53:01 #11 19.19   Verifying        : pcre2-utf32-10.36-4.fc34.x86_64                     32/108 
16:53:01 #11 19.19   Verifying        : perl-Error-1:0.17029-5.fc34.noarch                  33/108 
16:53:01 #11 19.19   Verifying        : perl-TermReadKey-2.38-9.fc34.x86_64                 34/108 
16:53:01 #11 19.19   Verifying        : perl-Thread-Queue-3.14-458.fc34.noarch              35/108 
16:53:01 #11 19.19   Verifying        : perl-threads-1:2.25-458.fc34.x86_64                 36/108 
16:53:01 #11 19.19   Verifying        : perl-threads-shared-1.61-458.fc34.x86_64            37/108 
16:53:01 #11 19.19   Verifying        : policycoreutils-3.2-1.fc34.x86_64                   38/108 
16:53:01 #11 19.19   Verifying        : policycoreutils-devel-3.2-1.fc34.x86_64             39/108 
16:53:01 #11 19.19   Verifying        : policycoreutils-python-utils-3.2-1.fc34.noarch      40/108 
16:53:01 #11 19.19   Verifying        : python3-libselinux-3.2-1.fc34.x86_64                41/108 
16:53:01 #11 19.19   Verifying        : python3-libsemanage-3.2-1.fc34.x86_64               42/108 
16:53:01 #11 19.19   Verifying        : python3-policycoreutils-3.2-1.fc34.noarch           43/108 
16:53:01 #11 19.19   Verifying        : python3-setools-4.4.0-1.fc34.x86_64                 44/108 
16:53:01 #11 19.19   Verifying        : qrencode-libs-4.0.2-7.fc34.x86_64                   45/108 
16:53:01 #11 19.19   Verifying        : rhash-1.4.0-3.fc34.x86_64                           46/108 
16:53:01 #11 19.19   Verifying        : rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64           47/108 
16:53:01 #11 19.19   Verifying        : annobin-9.79-2.fc34.x86_64                          48/108 
16:53:01 #11 19.19   Verifying        : btrfs-progs-5.14-2.fc34.x86_64                      49/108 
16:53:01 #11 19.19   Verifying        : btrfs-progs-devel-5.14-2.fc34.x86_64                50/108 
16:53:01 #11 19.19   Verifying        : cmake-3.20.5-1.fc34.x86_64                          51/108 
16:53:01 #11 19.19   Verifying        : cmake-data-3.20.5-1.fc34.noarch                     52/108 
16:53:01 #11 19.19   Verifying        : cmake-filesystem-3.20.5-1.fc34.x86_64               53/108 
16:53:01 #11 19.19   Verifying        : cmake-rpm-macros-3.20.5-1.fc34.noarch               54/108 
16:53:01 #11 19.19   Verifying        : cpp-11.2.1-1.fc34.x86_64                            55/108 
16:53:01 #11 19.19   Verifying        : cryptsetup-libs-2.3.6-1.fc34.x86_64                 56/108 
16:53:01 #11 19.19   Verifying        : dbus-broker-29-2.fc34.x86_64                        57/108 
16:53:01 #11 19.19   Verifying        : gcc-11.2.1-1.fc34.x86_64                            58/108 
16:53:01 #11 19.19   Verifying        : git-2.31.1-3.fc34.x86_64                            59/108 
16:53:01 #11 19.19   Verifying        : git-core-2.31.1-3.fc34.x86_64                       60/108 
16:53:01 #11 19.19   Verifying        : git-core-doc-2.31.1-3.fc34.noarch                   61/108 
16:53:01 #11 19.19   Verifying        : glibc-devel-2.33-20.fc34.x86_64                     62/108 
16:53:01 #11 19.19   Verifying        : glibc-headers-x86-2.33-20.fc34.noarch               63/108 
16:53:01 #11 19.19   Verifying        : glibc-static-2.33-20.fc34.x86_64                    64/108 
16:53:01 #11 19.19   Verifying        : iptables-legacy-libs-1.8.7-8.fc34.x86_64            65/108 
16:53:01 #11 19.19   Verifying        : kernel-headers-5.13.3-200.fc34.x86_64               66/108 
16:53:01 #11 19.19   Verifying        : kmod-libs-29-2.fc34.x86_64                          67/108 
16:53:01 #11 19.19   Verifying        : libbtrfs-5.14-2.fc34.x86_64                         68/108 
16:53:01 #11 19.19   Verifying        : libbtrfsutil-5.14-2.fc34.x86_64                     69/108 
16:53:01 #11 19.19   Verifying        : libedit-3.1-38.20210714cvs.fc34.x86_64              70/108 
16:53:01 #11 19.19   Verifying        : libibverbs-36.0-1.fc34.x86_64                       71/108 
16:53:01 #11 19.19   Verifying        : libpcap-14:1.10.1-1.fc34.x86_64                     72/108 
16:53:01 #11 19.19   Verifying        : libuv-1:1.42.0-2.fc34.x86_64                        73/108 
16:53:01 #11 19.20   Verifying        : libxcrypt-devel-4.4.25-1.fc34.x86_64                74/108 
16:53:01 #11 19.20   Verifying        : libxcrypt-static-4.4.25-1.fc34.x86_64               75/108 
16:53:01 #11 19.20   Verifying        : libxkbcommon-1.3.0-1.fc34.x86_64                    76/108 
16:53:01 #11 19.20   Verifying        : llvm-libs-12.0.1-1.fc34.x86_64                      77/108 
16:53:01 #11 19.20   Verifying        : mkpasswd-5.5.10-1.fc34.x86_64                       78/108 
16:53:01 #11 19.20   Verifying        : openssh-8.6p1-3.fc34.x86_64                         79/108 
16:53:01 #11 19.20   Verifying        : openssh-clients-8.6p1-3.fc34.x86_64                 80/108 
16:53:01 #11 19.20   Verifying        : perl-File-Compare-1.100.600-477.fc34.noarch         81/108 
16:53:01 #11 19.20   Verifying        : perl-File-Copy-2.34-477.fc34.noarch                 82/108 
16:53:01 #11 19.20   Verifying        : perl-File-Find-1.37-477.fc34.noarch                 83/108 
16:53:01 #11 19.20   Verifying        : perl-Git-2.31.1-3.fc34.noarch                       84/108 
16:53:01 #11 19.20   Verifying        : perl-lib-0.65-477.fc34.x86_64                       85/108 
16:53:01 #11 19.20   Verifying        : python3-audit-3.0.5-1.fc34.x86_64                   86/108 
16:53:01 #11 19.20   Verifying        : selinux-policy-34.19-1.fc34.noarch                  87/108 
16:53:01 #11 19.20   Verifying        : selinux-policy-devel-34.19-1.fc34.noarch            88/108 
16:53:01 #11 19.20   Verifying        : selinux-policy-targeted-34.19-1.fc34.noarch         89/108 
16:53:01 #11 19.20   Verifying        : systemd-248.7-1.fc34.x86_64                         90/108 
16:53:01 #11 19.20   Verifying        : systemd-devel-248.7-1.fc34.x86_64                   91/108 
16:53:01 #11 19.20   Verifying        : systemd-networkd-248.7-1.fc34.x86_64                92/108 
16:53:01 #11 19.20   Verifying        : systemd-pam-248.7-1.fc34.x86_64                     93/108 
16:53:01 #11 19.20   Verifying        : systemd-rpm-macros-248.7-1.fc34.noarch              94/108 
16:53:01 #11 19.20   Verifying        : vim-filesystem-2:8.2.3404-1.fc34.noarch             95/108 
16:53:01 #11 19.20   Verifying        : which-2.21-26.fc34.x86_64                           96/108 
16:53:01 #11 19.20   Verifying        : whois-nls-5.5.10-1.fc34.noarch                      97/108 
16:53:01 #11 19.20   Verifying        : xkeyboard-config-2.33-1.fc34.noarch                 98/108 
16:53:01 #11 19.20   Verifying        : audit-libs-3.0.5-1.fc34.x86_64                      99/108 
16:53:01 #11 19.20   Verifying        : audit-libs-3.0.2-1.fc34.x86_64                     100/108 
16:53:01 #11 19.20   Verifying        : libgcc-11.2.1-1.fc34.x86_64                        101/108 
16:53:01 #11 19.20   Verifying        : libgcc-11.1.1-3.fc34.x86_64                        102/108 
16:53:01 #11 19.20   Verifying        : libgomp-11.2.1-1.fc34.x86_64                       103/108 
16:53:01 #11 19.20   Verifying        : libgomp-11.1.1-3.fc34.x86_64                       104/108 
16:53:01 #11 19.20   Verifying        : libxcrypt-4.4.25-1.fc34.x86_64                     105/108 
16:53:01 #11 19.20   Verifying        : libxcrypt-4.4.23-1.fc34.x86_64                     106/108 
16:53:01 #11 19.20   Verifying        : systemd-libs-248.7-1.fc34.x86_64                   107/108 
16:53:01 #11 19.20   Verifying        : systemd-libs-248.5-1.fc34.x86_64                   108/108 
16:53:01 #11 19.36 
16:53:01 #11 19.36 Upgraded:
16:53:01 #11 19.36   audit-libs-3.0.5-1.fc34.x86_64          libgcc-11.2.1-1.fc34.x86_64          
16:53:01 #11 19.36   libgomp-11.2.1-1.fc34.x86_64            libxcrypt-4.4.25-1.fc34.x86_64       
16:53:01 #11 19.36   systemd-libs-248.7-1.fc34.x86_64       
16:53:01 #11 19.36 Installed:
16:53:01 #11 19.36   acl-2.3.1-1.fc34.x86_64                                                       
16:53:01 #11 19.36   annobin-9.79-2.fc34.x86_64                                                    
16:53:01 #11 19.36   autoconf-2.69-36.fc34.noarch                                                  
16:53:01 #11 19.36   automake-1.16.2-4.fc34.noarch                                                 
16:53:01 #11 19.36   btrfs-progs-5.14-2.fc34.x86_64                                                
16:53:01 #11 19.36   btrfs-progs-devel-5.14-2.fc34.x86_64                                          
16:53:01 #11 19.36   checkpolicy-3.2-1.fc34.x86_64                                                 
16:53:01 #11 19.36   cmake-3.20.5-1.fc34.x86_64                                                    
16:53:01 #11 19.36   cmake-data-3.20.5-1.fc34.noarch                                               
16:53:01 #11 19.36   cmake-filesystem-3.20.5-1.fc34.x86_64                                         
16:53:01 #11 19.36   cmake-rpm-macros-3.20.5-1.fc34.noarch                                         
16:53:01 #11 19.36   cpp-11.2.1-1.fc34.x86_64                                                      
16:53:01 #11 19.36   cryptsetup-libs-2.3.6-1.fc34.x86_64                                           
16:53:01 #11 19.36   dbus-1:1.12.20-3.fc34.x86_64                                                  
16:53:01 #11 19.36   dbus-broker-29-2.fc34.x86_64                                                  
16:53:01 #11 19.36   dbus-common-1:1.12.20-3.fc34.noarch                                           
16:53:01 #11 19.36   device-mapper-1.02.175-1.fc34.x86_64                                          
16:53:01 #11 19.36   device-mapper-devel-1.02.175-1.fc34.x86_64                                    
16:53:01 #11 19.36   device-mapper-libs-1.02.175-1.fc34.x86_64                                     
16:53:01 #11 19.36   e2fsprogs-libs-1.45.6-5.fc34.x86_64                                           
16:53:01 #11 19.36   gc-8.0.4-5.fc34.x86_64                                                        
16:53:01 #11 19.36   gcc-11.2.1-1.fc34.x86_64                                                      
16:53:01 #11 19.36   git-2.31.1-3.fc34.x86_64                                                      
16:53:01 #11 19.36   git-core-2.31.1-3.fc34.x86_64                                                 
16:53:01 #11 19.36   git-core-doc-2.31.1-3.fc34.noarch                                             
16:53:01 #11 19.36   glibc-devel-2.33-20.fc34.x86_64                                               
16:53:01 #11 19.36   glibc-headers-x86-2.33-20.fc34.noarch                                         
16:53:01 #11 19.36   glibc-static-2.33-20.fc34.x86_64                                              
16:53:01 #11 19.36   guile22-2.2.7-2.fc34.x86_64                                                   
16:53:01 #11 19.36   iptables-legacy-libs-1.8.7-8.fc34.x86_64                                      
16:53:01 #11 19.36   jsoncpp-1.9.4-3.fc34.x86_64                                                   
16:53:01 #11 19.36   kernel-headers-5.13.3-200.fc34.x86_64                                         
16:53:01 #11 19.36   kmod-libs-29-2.fc34.x86_64                                                    
16:53:01 #11 19.36   libargon2-20171227-6.fc34.x86_64                                              
16:53:01 #11 19.36   libbtrfs-5.14-2.fc34.x86_64                                                   
16:53:01 #11 19.36   libbtrfsutil-5.14-2.fc34.x86_64                                               
16:53:01 #11 19.36   libcbor-0.7.0-3.fc34.x86_64                                                   
16:53:01 #11 19.36   libedit-3.1-38.20210714cvs.fc34.x86_64                                        
16:53:01 #11 19.36   libfido2-1.6.0-2.fc34.x86_64                                                  
16:53:01 #11 19.36   libibverbs-36.0-1.fc34.x86_64                                                 
16:53:01 #11 19.36   libmpc-1.2.1-2.fc34.x86_64                                                    
16:53:01 #11 19.36   libnl3-3.5.0-6.fc34.x86_64                                                    
16:53:01 #11 19.36   libpcap-14:1.10.1-1.fc34.x86_64                                               
16:53:01 #11 19.36   libseccomp-2.5.0-4.fc34.x86_64                                                
16:53:01 #11 19.36   libseccomp-devel-2.5.0-4.fc34.x86_64                                          
16:53:01 #11 19.36   libselinux-devel-3.2-1.fc34.x86_64                                            
16:53:01 #11 19.36   libselinux-utils-3.2-1.fc34.x86_64                                            
16:53:01 #11 19.36   libsepol-devel-3.2-1.fc34.x86_64                                              
16:53:01 #11 19.36   libtool-2.4.6-40.fc34.x86_64                                                  
16:53:01 #11 19.36   libtool-ltdl-2.4.6-40.fc34.x86_64                                             
16:53:01 #11 19.36   libtool-ltdl-devel-2.4.6-40.fc34.x86_64                                       
16:53:01 #11 19.36   libuv-1:1.42.0-2.fc34.x86_64                                                  
16:53:01 #11 19.36   libxcrypt-devel-4.4.25-1.fc34.x86_64                                          
16:53:01 #11 19.36   libxcrypt-static-4.4.25-1.fc34.x86_64                                         
16:53:01 #11 19.36   libxkbcommon-1.3.0-1.fc34.x86_64                                              
16:53:01 #11 19.36   llvm-libs-12.0.1-1.fc34.x86_64                                                
16:53:01 #11 19.36   lzo-2.10-4.fc34.x86_64                                                        
16:53:01 #11 19.36   m4-1.4.18-17.fc34.x86_64                                                      
16:53:01 #11 19.36   make-1:4.3-5.fc34.x86_64                                                      
16:53:01 #11 19.36   mkpasswd-5.5.10-1.fc34.x86_64                                                 
16:53:01 #11 19.36   openssh-8.6p1-3.fc34.x86_64                                                   
16:53:01 #11 19.36   openssh-clients-8.6p1-3.fc34.x86_64                                           
16:53:01 #11 19.36   pcre2-devel-10.36-4.fc34.x86_64                                               
16:53:01 #11 19.36   pcre2-utf16-10.36-4.fc34.x86_64                                               
16:53:01 #11 19.36   pcre2-utf32-10.36-4.fc34.x86_64                                               
16:53:01 #11 19.36   perl-Error-1:0.17029-5.fc34.noarch                                            
16:53:01 #11 19.36   perl-File-Compare-1.100.600-477.fc34.noarch                                   
16:53:01 #11 19.36   perl-File-Copy-2.34-477.fc34.noarch                                           
16:53:01 #11 19.36   perl-File-Find-1.37-477.fc34.noarch                                           
16:53:01 #11 19.36   perl-Git-2.31.1-3.fc34.noarch                                                 
16:53:01 #11 19.36   perl-TermReadKey-2.38-9.fc34.x86_64                                           
16:53:01 #11 19.36   perl-Thread-Queue-3.14-458.fc34.noarch                                        
16:53:01 #11 19.36   perl-lib-0.65-477.fc34.x86_64                                                 
16:53:01 #11 19.36   perl-threads-1:2.25-458.fc34.x86_64                                           
16:53:01 #11 19.36   perl-threads-shared-1.61-458.fc34.x86_64                                      
16:53:01 #11 19.36   policycoreutils-3.2-1.fc34.x86_64                                             
16:53:01 #11 19.36   policycoreutils-devel-3.2-1.fc34.x86_64                                       
16:53:01 #11 19.36   policycoreutils-python-utils-3.2-1.fc34.noarch                                
16:53:01 #11 19.36   python3-audit-3.0.5-1.fc34.x86_64                                             
16:53:01 #11 19.36   python3-libselinux-3.2-1.fc34.x86_64                                          
16:53:01 #11 19.36   python3-libsemanage-3.2-1.fc34.x86_64                                         
16:53:01 #11 19.36   python3-policycoreutils-3.2-1.fc34.noarch                                     
16:53:01 #11 19.36   python3-setools-4.4.0-1.fc34.x86_64                                           
16:53:01 #11 19.36   qrencode-libs-4.0.2-7.fc34.x86_64                                             
16:53:01 #11 19.36   rhash-1.4.0-3.fc34.x86_64                                                     
16:53:01 #11 19.36   rpm-plugin-selinux-4.16.1.3-1.fc34.x86_64                                     
16:53:01 #11 19.36   selinux-policy-34.19-1.fc34.noarch                                            
16:53:01 #11 19.36   selinux-policy-devel-34.19-1.fc34.noarch                                      
16:53:01 #11 19.36   selinux-policy-targeted-34.19-1.fc34.noarch                                   
16:53:01 #11 19.36   systemd-248.7-1.fc34.x86_64                                                   
16:53:01 #11 19.36   systemd-devel-248.7-1.fc34.x86_64                                             
16:53:01 #11 19.36   systemd-networkd-248.7-1.fc34.x86_64                                          
16:53:01 #11 19.36   systemd-pam-248.7-1.fc34.x86_64                                               
16:53:01 #11 19.36   systemd-rpm-macros-248.7-1.fc34.noarch                                        
16:53:01 #11 19.36   vim-filesystem-2:8.2.3404-1.fc34.noarch                                       
16:53:01 #11 19.36   which-2.21-26.fc34.x86_64                                                     
16:53:01 #11 19.36   whois-nls-5.5.10-1.fc34.noarch                                                
16:53:01 #11 19.36   xkeyboard-config-2.33-1.fc34.noarch                                           
16:53:01 #11 19.36 
16:53:01 #11 19.36 Complete!
16:53:02 #11 DONE 19.6s
16:53:02 
16:53:02 #13 [stage-1 5/6] COPY --from=golang /usr/local/go /usr/local/go
16:53:02 #13 sha256:c3088f25d5108b6b49bc8e3c06dd4c8f22d4875825fbfb5a97f407ad6a95c3f4
16:53:03 #13 DONE 1.7s
16:53:03 
16:53:03 #14 [stage-1 6/6] WORKDIR /root/rpmbuild
16:53:03 #14 sha256:7e2c7a21c7deda7b6d7caed283a277f5f9dea3b8b517592e0244006ac833c4a4
16:53:03 #14 DONE 0.0s
16:53:03 
16:53:03 #15 exporting to image
16:53:03 #15 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:53:03 #15 exporting layers
16:53:09 #15 exporting layers 5.4s done
16:53:09 #15 writing image sha256:4613dc8b66057def2be71feab2113c4a77056710cef76cd76a5418eb19e2c20e done
16:53:09 #15 naming to docker.io/rpmbuild-fedora-34/x86_64 done
16:53:09 #15 DONE 5.4s
16:53:09 docker run --rm -e PLATFORM -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm/rpmbuild/fedora-34/RPMS:/root/rpmbuild/RPMS -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm/rpmbuild/fedora-34/SRPMS:/root/rpmbuild/SRPMS  rpmbuild-fedora-34/x86_64 -ba --define '_gitcommit_cli e3023ca' --define '_gitcommit_engine 5176095' --define '_release 0' --define '_version 0.0.0.20210916145224.e3023ca' --define '_origversion 0.0.0-20210916145224-e3023ca' --define '_scan_rpm_version 0.8.0' --define '_scan_version v0.8.0' --define '_scan_gitcommit 35651ca'  SPECS/docker-ce.spec SPECS/docker-ce-cli.spec SPECS/docker-ce-rootless-extras.spec SPECS/docker-scan-plugin.spec
16:53:09 warning: line 58: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-ce-selinux
16:53:09 warning: line 59: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine-selinux
16:53:09 warning: line 60: It's not recommended to have unversioned Obsoletes: Obsoletes: docker-engine
16:53:09 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.effptS
16:53:09 + umask 022
16:53:09 + cd /root/rpmbuild/BUILD
16:53:09 + cd /root/rpmbuild/BUILD
16:53:09 + rm -rf src
16:53:09 + /usr/bin/mkdir -p src
16:53:09 + cd src
16:53:09 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:53:09 + /usr/bin/tar -xof -
16:53:10 + STATUS=0
16:53:10 + '[' 0 -ne 0 ']'
16:53:10 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
16:53:10 + /usr/bin/tar -xof -
16:53:10 + STATUS=0
16:53:10 + '[' 0 -ne 0 ']'
16:53:10 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:53:10 + RPM_EC=0
16:53:10 ++ jobs -p
16:53:10 + exit 0
16:53:10 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.3nfAMH
16:53:10 + umask 022
16:53:10 + cd /root/rpmbuild/BUILD
16:53:10 + cd src
16:53:10 + export DOCKER_GITCOMMIT=5176095
16:53:10 + DOCKER_GITCOMMIT=5176095
16:53:10 + mkdir -p /go/src/github.com/docker
16:53:10 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
16:53:10 ~/rpmbuild/BUILD/src/engine ~/rpmbuild/BUILD/src
16:53:10 + pushd /root/rpmbuild/BUILD/src/engine
16:53:10 + TMP_GOPATH=/go
16:53:10 + hack/dockerfile/install/install.sh tini
16:53:10 + RM_GOPATH=0
16:53:10 + TMP_GOPATH=/go
16:53:10 + : /usr/local/bin
16:53:10 + '[' -z /go ']'
16:53:10 + export GOPATH=/go
16:53:10 + GOPATH=/go
16:53:10 + case "$(go env GOARCH)" in
16:53:10 ++ go env GOARCH
16:53:10 + export GO_BUILDMODE=-buildmode=pie
16:53:10 + GO_BUILDMODE=-buildmode=pie
16:53:10 ++ dirname hack/dockerfile/install/install.sh
16:53:10 + dir=hack/dockerfile/install
16:53:10 + bin=tini
16:53:10 + shift
16:53:10 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
16:53:10 + . hack/dockerfile/install/tini.installer
16:53:10 ++ : v0.19.0
16:53:10 + install_tini
16:53:10 Install tini version v0.19.0
16:53:10 + echo 'Install tini version v0.19.0'
16:53:10 + git clone https://github.com/krallin/tini.git /go/tini
16:53:10 Cloning into '/go/tini'...
16:53:10 + cd /go/tini
16:53:10 + git checkout -q v0.19.0
16:53:10 + cmake .
16:53:10 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
16:53:10   Compatibility with CMake < 2.8.12 will be removed from a future version of
16:53:10   CMake.
16:53:10 
16:53:10   Update the VERSION argument <min> value or use a ...<max> suffix to tell
16:53:10   CMake that the project does not need compatibility with older versions.
16:53:10 
16:53:10 
16:53:10 -- The C compiler identification is GNU 11.2.1
16:53:10 -- Detecting C compiler ABI info
16:53:10 -- Detecting C compiler ABI info - done
16:53:10 -- Check for working C compiler: /usr/bin/cc - skipped
16:53:10 -- Detecting C compile features
16:53:10 -- Detecting C compile features - done
16:53:10 -- Performing Test HAS_BUILTIN_FORTIFY
16:53:10 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:53:10 -- Configuring done
16:53:10 -- Generating done
16:53:10 -- Build files have been written to: /go/tini
16:53:10 + make tini-static
16:53:11 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:53:11 [100%] Linking C executable tini-static
16:53:11 [100%] Built target tini-static
16:53:11 + mkdir -p /usr/local/bin
16:53:11 + cp tini-static /usr/local/bin/docker-init
16:53:11 + VERSION=0.0.0-20210916145224-e3023ca
16:53:11 + PRODUCT=docker
16:53:11 + hack/make.sh dynbinary
16:53:11 
16:53:11 Removing bundles/
16:53:11 
16:53:11 ---> Making bundle: dynbinary (in bundles/dynbinary)
16:53:11 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:53:11 GOOS="" GOARCH="" GOARM=""
16:53:44 Project root: /go/src/github.com/docker/cli
16:53:44 Generating man pages into /go/src/github.com/docker/cli/man/man1
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
16:53:44 2021/09/16 16:53:39 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
16:53:44 make[2]: Leaving directory '/root/build-deb/cli'
16:53:44 # Build the scan-plugin
16:53:44 # TODO change once we support scan-plugin on other architectures
16:53:44 if [ "armhf" = "amd64" ]; then \
16:53:44 	cd /go/src/github.com/docker/scan-cli-plugin \
16:53:44 	&& PLATFORM_BINARY=docker-scan COMMIT=35651ca TAG_NAME=v0.8.0 make native-build \
16:53:44 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
16:53:44 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
16:53:44 fi
16:53:44 # Build the CLI plugins
16:53:44 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
16:53:44 set -e;cd /sources && \
16:53:44 	tar xzf plugin-installers.tgz; \
16:53:44 	for installer in plugins/*.installer; do \
16:53:44 		LDFLAGS='' bash ${installer} build; \
16:53:44 	done
16:53:44 Cloning into '/go/src/github.com/docker/buildx'...
16:53:44 Updating files:  96% (4049/4193)
Updating files:  97% (4068/4193)
Updating files:  98% (4110/4193)
Updating files:  99% (4152/4193)
Updating files: 100% (4193/4193)
Updating files: 100% (4193/4193), done.
16:53:44 Fetching origin
16:53:44 + GO111MODULE=on
16:53:44 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:53:57 #43 79.27 Created binary: /build/bundles/cross/windows/amd64-daemon/dockerd-0.0.0-20210916145224-e3023ca.exe
16:53:57 #43 79.77 Building: /build/bundles/cross/windows/amd64-daemon/docker-proxy-0.0.0-20210916145224-e3023ca.exe
16:53:57 #43 79.77 GOOS="windows" GOARCH="amd64" GOARM=""
16:53:57 #43 80.17 Created binary: /build/bundles/cross/windows/amd64-daemon/docker-proxy-0.0.0-20210916145224-e3023ca.exe
16:53:57 #43 80.19 Cloning into '/go/src/github.com/docker/windows-container-utility'...
16:53:57 #43 80.43 Building: /build/bundles/cross/windows/amd64/containerutility.exe
16:54:01 #43 85.34 
16:54:01 #43 DONE 85.6s
16:54:01 
16:54:01 #44 [cross 1/1] COPY --from=build-cross /build/bundles/ /
16:54:01 #44 sha256:174ff990164ce41922318aabd74be338a66c753604f7ef132e5f088c59294e21
16:54:01 #44 DONE 0.1s
16:54:01 
16:54:01 #45 exporting to client
16:54:01 #45 sha256:b60a1292d407630dbb741f28ab6ea4ce3cca872ac28eeee56f4e66a182eca4bc
16:54:01 #45 copying files 20.58MB 0.1s
16:54:01 #45 copying files 59.81MB 0.3s done
16:54:01 #45 DONE 0.3s
16:54:01 make[2]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker'
16:54:01 mkdir -p build/win/amd64/docker/cli-plugins
16:54:01 GOOS=windows GOARCH=amd64 docker run --rm -e GOOS -e GOARCH -v "/home/ubuntu/workspace/docker-ce-packaging_PR-572/static/build/win/amd64/docker/cli-plugins":/out -v "/home/ubuntu/workspace/docker-ce-packaging_PR-572/static/../plugins":/plugins:ro -v "/home/ubuntu/workspace/docker-ce-packaging_PR-572/static/scripts/build-cli-plugins":/build:ro golang:1.16.8 /build
16:54:02 Cloning into '/go/src/github.com/docker/buildx'...
16:54:06 Fetching origin
16:54:06 + GO111MODULE=on
16:54:06 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:54:15 make[1]: Leaving directory '/root/build-deb'
16:54:15    debian/rules override_dh_auto_test
16:54:15 make[1]: Entering directory '/root/build-deb'
16:54:15 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
16:54:15 	test "$ver" = "Docker version 0.0.0-20210916145224-e3023ca, build 5176095" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
16:54:15 PASS: daemon version OK
16:54:15 ver="$(cli/build/docker --version)"; \
16:54:15 	test "$ver" = "Docker version 0.0.0-20210916145224-e3023ca, build e3023ca" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
16:54:15 PASS: cli version OK
16:54:15 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
16:54:15 # TODO change once we support scan-plugin on other architectures
16:54:15 if [ "amd64" = "amd64" ]; then \
16:54:15 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
16:54:15 		test "$ver" = "v0.8.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
16:54:15 fi
16:54:15 PASS: docker-scan version OK
16:54:15 make[1]: Leaving directory '/root/build-deb'
16:54:15    create-stamp debian/debhelper-build-stamp
16:54:15  debian/rules binary
16:54:15 dh binary --with=bash-completion
16:54:15    dh_testroot
16:54:15    dh_prep
16:54:15    debian/rules override_dh_auto_install
16:54:15 make[1]: Entering directory '/root/build-deb'
16:54:15 # docker-ce-cli install
16:54:15 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
16:54:15 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
16:54:15 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
16:54:15 set -e;cd /sources && \
16:54:15 	tar xzf plugin-installers.tgz; \
16:54:15 	for installer in plugins/*.installer; do \
16:54:15 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
16:54:15 		PREFIX=/usr/libexec/docker/cli-plugins \
16:54:15 			bash ${installer} install_plugin; \
16:54:15 	done
16:54:15 # docker-ce install
16:54:15 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
16:54:15 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
16:54:15 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca debian/docker-ce/usr/bin/dockerd
16:54:15 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca debian/docker-ce/usr/bin/docker-proxy
16:54:15 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
16:54:15 # docker-scan-plugin install
16:54:15 # TODO change once we support scan-plugin on other architectures
16:54:15 if [ "amd64" = "amd64" ]; then \
16:54:15 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
16:54:15 fi
16:54:15 # docker-ce-rootless-extras install
16:54:15 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
16:54:15 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
16:54:15 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
16:54:15 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
16:54:15 # TODO: how can we install vpnkit?
16:54:15 make[1]: Leaving directory '/root/build-deb'
16:54:15    debian/rules override_dh_install
16:54:15 make[1]: Entering directory '/root/build-deb'
16:54:15 dh_install
16:54:15 # TODO Can we do this from within our container?
16:54:15 dh_apparmor --profile-name=docker-ce -pdocker-ce
16:54:15 make[1]: Leaving directory '/root/build-deb'
16:54:15    dh_installdocs
16:54:15    dh_installchangelogs
16:54:15    dh_installman
16:54:15    dh_bash-completion
16:54:15    dh_systemd_enable
16:54:15    debian/rules override_dh_installinit
16:54:15 make[1]: Entering directory '/root/build-deb'
16:54:15 # use "docker" as our service name, not "docker-ce"
16:54:15 dh_installinit --name=docker
16:54:15 make[1]: Leaving directory '/root/build-deb'
16:54:15    dh_systemd_start
16:54:15    dh_perl
16:54:15    dh_link
16:54:15    dh_strip_nondeterminism
16:54:15    dh_compress
16:54:15    dh_fixperms
16:54:15    dh_missing
16:54:15    debian/rules override_dh_strip
16:54:15 make[1]: Entering directory '/root/build-deb'
16:54:15 # Go has lots of problems with stripping, so just don't
16:54:15 make[1]: Leaving directory '/root/build-deb'
16:54:15    dh_makeshlibs
16:54:15    debian/rules override_dh_shlibdeps
16:54:15 make[1]: Entering directory '/root/build-deb'
16:54:15 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
16:54:23 make[1]: Leaving directory '/root/build-deb'
16:54:23    dh_installdeb
16:54:23    debian/rules override_dh_gencontrol
16:54:23 make[1]: Entering directory '/root/build-deb'
16:54:23 # Use separate version for the scan-plugin package, then generate the other control files as usual
16:54:23 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
16:54:23 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
16:54:23 if [ "amd64" = "amd64" ]; then \
16:54:23 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
16:54:23 fi
16:54:23 dh_gencontrol --remaining-packages
16:54:23 make[1]: Leaving directory '/root/build-deb'
16:54:23    dh_md5sums
16:54:23    dh_builddeb
16:54:23 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb'.
16:54:23 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb'.
16:54:45 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.8.0~ubuntu-hirsute_amd64.deb'.
16:54:47 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:54:47 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:54:47 GOOS="" GOARCH="" GOARM=""
16:54:47 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:54:47 
16:54:47 ~/rpmbuild/BUILD/src
16:54:47 + popd
16:54:47 + RPM_EC=0
16:54:47 ++ jobs -p
16:54:47 + exit 0
16:54:47 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.w8tEyY
16:54:47 + umask 022
16:54:47 + cd /root/rpmbuild/BUILD
16:54:47 + '[' /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64 '!=' / ']'
16:54:47 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:54:47 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:54:47 + mkdir -p /root/rpmbuild/BUILDROOT
16:54:47 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:54:47 + cd src
16:54:47 ++ readlink -f engine/bundles/dynbinary-daemon/dockerd
16:54:47 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin/dockerd
16:54:47 ++ readlink -f engine/bundles/dynbinary-daemon/docker-proxy
16:54:47 + install -D -p -m 0755 /root/rpmbuild/BUILD/src/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin/docker-proxy
16:54:47 + install -D -p -m 0755 /usr/local/bin/docker-init /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin/docker-init
16:54:47 + install -D -m 0644 engine/contrib/init/systemd/docker.service /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/lib/systemd/system/docker.service
16:54:47 + install -D -m 0644 engine/contrib/init/systemd/docker.socket /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/lib/systemd/system/docker.socket
16:54:47 + /usr/lib/rpm/check-buildroot
16:54:47 + /usr/lib/rpm/redhat/brp-ldconfig
16:54:47 + /usr/lib/rpm/brp-compress
16:54:47 + /usr/lib/rpm/brp-strip /usr/bin/strip
16:54:47 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:54:47 /usr/bin/strip: /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin/docker-init[.gnu.build.attributes__libc_freeres_fn]: Warning: version note missing - assuming version 3
16:54:47 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
16:54:47 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
16:54:47 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
16:54:47 + /usr/lib/rpm/brp-python-hardlink
16:54:47 + /usr/lib/rpm/redhat/brp-mangle-shebangs
16:54:47 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.CGL2kV
16:54:47 + umask 022
16:54:47 + cd /root/rpmbuild/BUILD
16:54:47 + cd src
16:54:47 ++ engine/bundles/dynbinary-daemon/dockerd --version
16:54:47 PASS: daemon version OK
16:54:47 + ver='Docker version 0.0.0-20210916145224-e3023ca, build 5176095'
16:54:47 + test 'Docker version 0.0.0-20210916145224-e3023ca, build 5176095' = 'Docker version 0.0.0-20210916145224-e3023ca, build 5176095'
16:54:47 + echo 'PASS: daemon version OK'
16:54:47 + RPM_EC=0
16:54:47 ++ jobs -p
16:54:47 + exit 0
16:54:47 Processing files: docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:54:47 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin/docker-proxy
16:54:47 Provides: docker-ce = 3:0.0.0.20210916145224.e3023ca-0.fc34 docker-ce(x86-64) = 3:0.0.0.20210916145224.e3023ca-0.fc34
16:54:47 Requires(interp): /bin/sh /bin/sh /bin/sh
16:54:47 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:54:47 Requires(post): /bin/sh
16:54:47 Requires(preun): /bin/sh
16:54:47 Requires(postun): /bin/sh
16:54:47 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.32)(64bit) libdevmapper.so.1.02()(64bit) libdevmapper.so.1.02(Base)(64bit) libdevmapper.so.1.02(DM_1_02_97)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) libsystemd.so.0()(64bit) libsystemd.so.0(LIBSYSTEMD_209)(64bit) rtld(GNU_HASH)
16:54:47 Conflicts: docker docker-ee docker-engine-cs docker-io
16:54:47 Obsoletes: docker-ce-selinux docker-engine docker-engine-selinux
16:54:47 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:54:47 Wrote: /root/rpmbuild/SRPMS/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.src.rpm
16:55:12 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb'.
16:55:20 make[1]: Leaving directory '/root/build-deb'
16:55:20    debian/rules override_dh_auto_test
16:55:20 make[1]: Entering directory '/root/build-deb'
16:55:20 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
16:55:20 	test "$ver" = "Docker version 0.0.0-20210916145224-e3023ca, build 5176095" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
16:55:20 PASS: daemon version OK
16:55:20 ver="$(cli/build/docker --version)"; \
16:55:20 	test "$ver" = "Docker version 0.0.0-20210916145224-e3023ca, build e3023ca" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
16:55:20 PASS: cli version OK
16:55:20 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
16:55:20 # TODO change once we support scan-plugin on other architectures
16:55:20 if [ "armhf" = "amd64" ]; then \
16:55:20 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
16:55:20 		test "$ver" = "v0.8.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
16:55:20 fi
16:55:20 make[1]: Leaving directory '/root/build-deb'
16:55:20    create-stamp debian/debhelper-build-stamp
16:55:20  debian/rules binary
16:55:20 dh binary --with=bash-completion
16:55:20    dh_testroot
16:55:20    dh_prep
16:55:20    debian/rules override_dh_auto_install
16:55:20 make[1]: Entering directory '/root/build-deb'
16:55:20 # docker-ce-cli install
16:55:20 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
16:55:20 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
16:55:20 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
16:55:20 set -e;cd /sources && \
16:55:20 	tar xzf plugin-installers.tgz; \
16:55:20 	for installer in plugins/*.installer; do \
16:55:20 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
16:55:20 		PREFIX=/usr/libexec/docker/cli-plugins \
16:55:20 			bash ${installer} install_plugin; \
16:55:20 	done
16:55:20 # docker-ce install
16:55:20 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
16:55:20 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
16:55:20 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca debian/docker-ce/usr/bin/dockerd
16:55:20 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca debian/docker-ce/usr/bin/docker-proxy
16:55:20 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
16:55:20 # docker-scan-plugin install
16:55:20 # TODO change once we support scan-plugin on other architectures
16:55:20 if [ "armhf" = "amd64" ]; then \
16:55:20 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
16:55:20 fi
16:55:20 # docker-ce-rootless-extras install
16:55:20 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
16:55:20 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
16:55:20 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
16:55:20 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
16:55:20 # TODO: how can we install vpnkit?
16:55:20 make[1]: Leaving directory '/root/build-deb'
16:55:20    debian/rules override_dh_install
16:55:20 make[1]: Entering directory '/root/build-deb'
16:55:20 dh_install
16:55:20 # TODO Can we do this from within our container?
16:55:20 dh_apparmor --profile-name=docker-ce -pdocker-ce
16:55:20 make[1]: Leaving directory '/root/build-deb'
16:55:20    dh_installdocs
16:55:20    dh_installchangelogs
16:55:20    dh_installman
16:55:20    dh_bash-completion
16:55:20    dh_systemd_enable
16:55:20    debian/rules override_dh_installinit
16:55:20 make[1]: Entering directory '/root/build-deb'
16:55:20 # use "docker" as our service name, not "docker-ce"
16:55:20 dh_installinit --name=docker
16:55:20 make[1]: Leaving directory '/root/build-deb'
16:55:20    dh_systemd_start
16:55:20    dh_perl
16:55:20    dh_link
16:55:20    dh_strip_nondeterminism
16:55:23    dh_compress
16:55:23    dh_fixperms
16:55:23    dh_missing
16:55:23    debian/rules override_dh_strip
16:55:23 make[1]: Entering directory '/root/build-deb'
16:55:23 # Go has lots of problems with stripping, so just don't
16:55:23 make[1]: Leaving directory '/root/build-deb'
16:55:23    dh_makeshlibs
16:55:23    debian/rules override_dh_shlibdeps
16:55:23 make[1]: Entering directory '/root/build-deb'
16:55:23 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
16:55:34 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64.rpm
16:55:34 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.EUYnn2
16:55:34 + umask 022
16:55:34 + cd /root/rpmbuild/BUILD
16:55:34 + cd src
16:55:34 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:55:34 + RPM_EC=0
16:55:34 ++ jobs -p
16:55:34 + exit 0
16:55:34 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.sarxfn
16:55:34 + umask 022
16:55:34 + cd /root/rpmbuild/BUILD
16:55:34 + cd /root/rpmbuild/BUILD
16:55:34 + rm -rf src
16:55:34 + /usr/bin/mkdir -p src
16:55:34 + cd src
16:55:34 + /usr/bin/tar -xof -
16:55:34 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/cli.tgz
16:55:34 + STATUS=0
16:55:34 + '[' 0 -ne 0 ']'
16:55:34 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/plugin-installers.tgz
16:55:34 + /usr/bin/tar -xof -
16:55:34 + STATUS=0
16:55:34 + '[' 0 -ne 0 ']'
16:55:34 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
16:55:34 + RPM_EC=0
16:55:34 ++ jobs -p
16:55:34 + exit 0
16:55:34 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.lsYLV9
16:55:34 + umask 022
16:55:34 + cd /root/rpmbuild/BUILD
16:55:34 + cd src
16:55:34 + mkdir -p /go/src/github.com/docker
16:55:34 + rm -f /go/src/github.com/docker/cli
16:55:34 + ln -s /root/rpmbuild/BUILD/src/cli /go/src/github.com/docker/cli
16:55:34 + pushd /go/src/github.com/docker/cli
16:55:34 /go/src/github.com/docker/cli ~/rpmbuild/BUILD/src
16:55:34 + VERSION=0.0.0-20210916145224-e3023ca
16:55:34 + GITCOMMIT=e3023ca
16:55:34 + GO_LINKMODE=dynamic
16:55:34 + ./scripts/build/binary
16:55:34 Building dynamic docker-linux-amd64
16:55:41 make[1]: Leaving directory '/root/build-deb'
16:55:41    dh_installdeb
16:55:41    debian/rules override_dh_gencontrol
16:55:41 make[1]: Entering directory '/root/build-deb'
16:55:41 # Use separate version for the scan-plugin package, then generate the other control files as usual
16:55:41 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
16:55:41 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
16:55:41 if [ "armhf" = "amd64" ]; then \
16:55:41 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
16:55:41 fi
16:55:41 dh_gencontrol --remaining-packages
16:55:41 make[1]: Leaving directory '/root/build-deb'
16:55:41    dh_md5sums
16:55:41    dh_builddeb
16:55:41 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb'.
16:55:41 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb'.
16:55:41 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb'.
16:55:42 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/static:/v -w /v alpine chown -R 1000:1000 build/win/amd64
16:55:42 find build/win/amd64/docker -type f -not -name "*.exe" -exec mv {} {}.exe \;
16:55:42 cd /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli && VERSION=0.0.0-20210916145224-e3023ca docker buildx bake --set binary.platform=windows/amd64 binary
16:55:42 #1 [internal] load build definition from Dockerfile
16:55:42 #1 sha256:8070e45da55fde48dda1b1d038f9d3d8366b671a0eb8b25615fede9b39e18328
16:55:42 #1 transferring dockerfile: 2.08kB done
16:55:42 #1 DONE 0.0s
16:55:42 
16:55:42 #2 [internal] load .dockerignore
16:55:42 #2 sha256:e972b68f2f9b1454e3d1515df8de5a20af12ba428aa5d7587d36bf2efd03e73b
16:55:42 #2 transferring context: 112B done
16:55:42 #2 DONE 0.0s
16:55:42 
16:55:42 #3 resolve image config for docker.io/docker/dockerfile:1.3
16:55:42 #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
16:55:42 #3 ...
16:55:42 
16:55:42 #4 [auth] docker/dockerfile:pull token for registry-1.docker.io
16:55:42 #4 sha256:29b68e8c5cd1cfd70b2a9b0bce37e5983fde90d92cd2fd3a1ca54b6435dde2d9
16:55:42 #4 DONE 0.0s
16:55:42 
16:55:42 #3 resolve image config for docker.io/docker/dockerfile:1.3
16:55:42 #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653
16:55:42 #3 DONE 0.2s
16:55:42 
16:55:42 #5 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89
16:55:42 #5 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8
16:55:42 #5 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 done
16:55:42 #5 CACHED
16:55:42 
16:55:42 #9 [auth] dockercore/golang-cross:pull token for registry-1.docker.io
16:55:42 #9 sha256:1161c6b5bdc38d53fa11d6fcd740406678fc086baf0eef80422c762120067537
16:55:42 #9 DONE 0.0s
16:55:42 
16:55:42 #10 [auth] tonistiigi/xx:pull token for registry-1.docker.io
16:55:42 #10 sha256:9da9a0439dd5abc64131ebb158b4c1db626c49330259c3e078a5dda6258b48df
16:55:42 #10 DONE 0.0s
16:55:42 
16:55:42 #11 [auth] library/golang:pull token for registry-1.docker.io
16:55:42 #11 sha256:ace18a175ab9273e5f6b61196a4a7fe32a75b3dcb655a130d279010fb2be4b63
16:55:42 #11 DONE 0.0s
16:55:42 
16:55:42 #8 [internal] load metadata for docker.io/library/golang:1.16.8-alpine
16:55:42 #8 sha256:aa25a38e05cb1f0517244be7e0081bc9a7f56c1e7b162b57d2df954b0a48cef8
16:55:42 #8 DONE 0.1s
16:55:42 
16:55:42 #7 [internal] load metadata for docker.io/tonistiigi/xx:1.0.0-rc.2
16:55:42 #7 sha256:39afe7dddccc662ff6be2af454504a792d7c60180bf31899bc68058a4e7a9813
16:55:42 #7 DONE 0.1s
16:55:42 
16:55:42 #6 [internal] load metadata for docker.io/dockercore/golang-cross:xx-sdk-extras
16:55:42 #6 sha256:03998c5fb860372e51e99425b67781c11d0f2c67d1842fb3a07b596b392742e1
16:55:42 #6 DONE 0.2s
16:55:42 
16:55:42 #13 [xx 1/1] FROM docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669
16:55:42 #13 sha256:922c15005dedcce7f2768027bc1121b33ea8cc1f71e2ae4a7d2b2b9ac21f7cba
16:55:42 #13 resolve docker.io/tonistiigi/xx:1.0.0-rc.2@sha256:09ce682450112501b35936c5db39ddfe87f89731af39c06fb3105080167c0669 0.0s done
16:55:42 #13 DONE 0.0s
16:55:42 
16:55:42 #12 [gostable 1/1] FROM docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56
16:55:42 #12 sha256:ceeb074a93cd56d7223bfa942039da4ffc3461de6a323d635889f8f45bd2e7e0
16:55:42 #12 resolve docker.io/library/golang:1.16.8-alpine@sha256:69d613a986635e0ee3f1b351131fa689b0dd3570ef9cab8e619a5f1fb939ec56 0.0s done
16:55:42 #12 DONE 0.0s
16:55:42 
16:55:42 #14 [build-base-alpine 1/3] COPY --from=xx / /
16:55:42 #14 sha256:d4ed2a4b27804a9b1166ef0ca00378af33b881e47414dc5dd4bcd8d865181bdb
16:55:42 #14 CACHED
16:55:42 
16:55:42 #15 [build-base-alpine 2/3] RUN apk add --no-cache clang lld llvm file git
16:55:42 #15 sha256:4f762c1ca3b75604fad3bd550789d0ed54653889b4d2c485d0af94b76bfd2d67
16:55:42 #15 CACHED
16:55:42 
16:55:42 #16 [build-base-alpine 3/3] WORKDIR /go/src/github.com/docker/cli
16:55:42 #16 sha256:bc5c0c07c77d0a45fad4cc2529ef787ccf88144b320146a68ac1e8d427bdcd33
16:55:42 #16 CACHED
16:55:42 
16:55:42 #19 FROM docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41
16:55:42 #19 sha256:bd6d09290cfa7b6bd8b7d62559a8d0f9c4f5a13e69d91a50c8ebf57731f10c8c
16:55:42 #19 resolve docker.io/dockercore/golang-cross:xx-sdk-extras@sha256:9ac9641111aeb58ce39b1e7423f80dd08af0e05d1c9fa38725f6ee37a1573b41 0.0s done
16:55:42 #19 sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a 136B / 136B 0.1s done
16:55:42 #19 extracting sha256:dfabbfabf5496be38a46f312720883a7a2ed7db41f240f7d65569e732d2bbe5a 0.0s done
16:55:42 #19 DONE 0.1s
16:55:42 
16:55:42 #17 [build-alpine 1/1] RUN xx-apk add --no-cache musl-dev gcc
16:55:42 #17 sha256:118e58be71c68ce0dbfcd2f6c5d06ea78c138aadf4a25fa12a7f52f52f695258
16:55:42 #17 0.189 skipping packages installation on windows
16:55:42 #17 DONE 0.2s
16:55:42 
16:55:42 #18 [internal] load build context
16:55:42 #18 sha256:a7a3081b772b5f0ed51865f70e34cf63dd10a98ae770493abe8bbb84b7f02bb0
16:55:42 #18 transferring context: 394.04kB 0.5s done
16:55:42 #18 DONE 0.5s
16:55:42 
16:55:42 #20 [build 1/1] RUN --mount=ro --mount=type=cache,target=/root/.cache     --mount=from=dockercore/golang-cross:xx-sdk-extras,target=/xx-sdk,src=/xx-sdk     --mount=type=tmpfs,target=cli/winresources     xx-go --wrap &&     TARGET=/out ./scripts/build/binary &&     xx-verify $([ "static" = "static" ] && echo "--static") /out/docker
16:55:42 #20 sha256:2db6d4a8d4e98592a9744d77b168a3694888df4bb449efee52365b85a11f770d
16:55:42 #20 0.305 Building static docker-windows-amd64.exe
16:55:51  dpkg-genbuildinfo
16:55:51  dpkg-genchanges  >../docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.changes
16:55:51 dpkg-genchanges: info: including full source code in upload
16:55:51  dpkg-source -I.git --after-build .
16:55:51 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
16:55:51 + destination=/build
16:55:51 + mkdir -p /build
16:55:51 + mv -v /root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb /root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute.dsc /root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute.tar.gz /root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.buildinfo /root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.changes /root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb /root/docker-scan-plugin_0.8.0~ubuntu-hirsute_amd64.deb /build
16:55:51 copied '/root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb'
16:55:51 removed '/root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb'
16:55:51 copied '/root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb'
16:55:51 removed '/root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb'
16:55:51 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute.dsc' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute.dsc'
16:55:51 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute.dsc'
16:55:51 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute.tar.gz' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute.tar.gz'
16:55:51 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute.tar.gz'
16:55:51 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.buildinfo'
16:55:51 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.buildinfo'
16:55:51 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.changes' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.changes'
16:55:51 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.changes'
16:55:51 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb'
16:55:51 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~ubuntu-hirsute_amd64.deb'
16:55:51 copied '/root/docker-scan-plugin_0.8.0~ubuntu-hirsute_amd64.deb' -> '/build/docker-scan-plugin_0.8.0~ubuntu-hirsute_amd64.deb'
16:55:51 removed '/root/docker-scan-plugin_0.8.0~ubuntu-hirsute_amd64.deb'
16:55:52 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/ubuntu-hirsute"
16:55:53 == Building packages for debian-bullseye ==
16:55:53 mkdir -p "debbuild/debian-bullseye"
16:55:53 DOCKER_BUILDKIT=1 docker build  --build-arg GO_IMAGE=golang:1.16.8-buster --build-arg COMMON_FILES=common -t debbuild-debian-bullseye/x86_64 -f debian-bullseye/Dockerfile .
16:55:53 #1 [internal] load build definition from Dockerfile
16:55:53 #1 sha256:bb08df355a9b64f5ed329929904b2bcc2e5d5ff3ff870487a276b5aa3aaccb4e
16:55:53 #1 transferring dockerfile: 922B done
16:55:53 #1 DONE 0.0s
16:55:53 
16:55:53 #2 [internal] load .dockerignore
16:55:53 #2 sha256:554658423260e6f62d6df1f29a79b0ae27bd822be0b5ca283cae46e98f9359d2
16:55:53 #2 transferring context: 2B done
16:55:53 #2 DONE 0.0s
16:55:53 
16:55:53 #5 [auth] library/golang:pull token for registry-1.docker.io
16:55:53 #5 sha256:af8b636f931d1e83496754fbe144eb576d9e48bc78dea3311a8be4c05052b656
16:55:53 #5 DONE 0.0s
16:55:53 
16:55:53 #6 [auth] library/debian:pull token for registry-1.docker.io
16:55:53 #6 sha256:93909ba1d0cbc7838a8becaa48ed6fcdb02a6e2ccae7367ebdb6e5ebd72a5398
16:55:53 #6 DONE 0.0s
16:55:53 
16:55:53 #4 [internal] load metadata for docker.io/library/golang:1.16.8-buster
16:55:53 #4 sha256:be9eaf867d8f52db97b832d68281126e7f1e0e96e01ffa316b13c589f58b0e82
16:55:54 #4 DONE 0.2s
16:55:54 
16:55:54 #3 [internal] load metadata for docker.io/library/debian:bullseye
16:55:54 #3 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e
16:55:54 #3 DONE 0.3s
16:55:54 
16:55:54 #9 [internal] load build context
16:55:54 #9 sha256:25530d886ea4801e58cb7c84008c59dc1ca4cc8e3f34bd08e134a6cd38878949
16:55:54 #9 transferring context: 756B done
16:55:54 #9 DONE 0.0s
16:55:54 
16:55:54 #13 [golang 1/1] FROM docker.io/library/golang:1.16.8-buster@sha256:8f8827dd0aaca2d1e1bba0b69c5cb15a7560b6a53ae540fd90be6c0e4fdc4db4
16:55:54 #13 sha256:2433edfaea47ebe478ff2d33c5092b93eac9b9a28cd8d6b213aebeec6dd793dd
16:55:54 #13 CACHED
16:55:54 
16:55:54 #7 [stage-1 1/8] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25
16:55:54 #7 sha256:ee2eca46195c04d2aabba51a1feb0e852c571983c78b00aa1bea25ba9b272469
16:55:54 #7 resolve docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 done
16:55:54 #7 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 4.57MB / 54.93MB 0.1s
16:55:54 #7 sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 1.85kB / 1.85kB done
16:55:54 #7 sha256:2c4d8b742bed07efe6d262942d9ebdbe2143f6aeb76d2935807e1b81385b974a 529B / 529B done
16:55:54 #7 sha256:82bd5ee7b1c50d8a1a5f12e8dcfa9fcbb5cc2b551c5d9edcca3220397c06b7ed 1.46kB / 1.46kB done
16:55:54 #7 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 17.83MB / 54.93MB 0.2s
16:55:54 #7 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 27.26MB / 54.93MB 0.3s
16:55:54 #7 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 47.19MB / 54.93MB 0.5s
16:55:54 #7 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 54.93MB / 54.93MB 0.6s
16:55:55 #7 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 54.93MB / 54.93MB 1.0s done
16:55:55 #7 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366
16:55:57 #7 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 1.9s done
16:55:57 #7 DONE 3.1s
16:55:57 
16:55:57 #8 [stage-1 2/8] RUN apt-get update && apt-get install -y curl devscripts equivs git
16:55:57 #8 sha256:8d0cff54df553817fe65c258c6568f5c7cc9698f94782e64d6135c4cc6849792
16:55:57 #8 0.693 Get:1 http://deb.debian.org/debian bullseye InRelease [113 kB]
16:55:57 #8 0.703 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB]
16:55:58 #8 0.710 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
16:55:58 #8 0.786 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB]
16:55:58 #8 0.995 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB]
16:55:59 #8 1.968 Fetched 8402 kB in 2s (5457 kB/s)
16:55:59 #8 1.968 Reading package lists...
16:56:00 #8 2.471 Reading package lists...
16:56:00 #8 2.984 Building dependency tree...
16:56:00 #8 3.093 Reading state information...
16:56:00 #8 3.230 The following additional packages will be installed:
16:56:00 #8 3.230   autoconf automake autopoint autotools-dev binutils binutils-common
16:56:00 #8 3.230   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
16:56:00 #8 3.230   ca-certificates cpp cpp-10 dctrl-tools debhelper debian-keyring
16:56:00 #8 3.230   dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
16:56:00 #8 3.230   dpkg-dev dput dwz fakeroot file fontconfig-config fonts-dejavu-core g++
16:56:00 #8 3.230   g++-10 gcc gcc-10 gettext gettext-base git-man gnupg gnupg-l10n gnupg-utils
16:56:00 #8 3.230   gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm groff-base
16:56:00 #8 3.230   intltool-debian iso-codes less libalgorithm-diff-perl
16:56:00 #8 3.230   libalgorithm-diff-xs-perl libalgorithm-merge-perl libaliased-perl
16:56:00 #8 3.230   libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl libarchive13
16:56:00 #8 3.230   libarray-intspan-perl libasan6 libassuan0 libatomic1 libauthen-sasl-perl
16:56:00 #8 3.230   libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbrotli1
16:56:00 #8 3.230   libbsd0 libc-dev-bin libc-devtools libc6-dev libcapture-tiny-perl libcbor0
16:56:00 #8 3.230   libcc1-0 libclass-data-inheritable-perl libclass-inspector-perl
16:56:00 #8 3.230   libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
16:56:00 #8 3.230   libcommon-sense-perl libconfig-tiny-perl libconst-fast-perl
16:56:00 #8 3.230   libcontextual-return-perl libconvert-binhex-perl libcpanel-json-xs-perl
16:56:00 #8 3.230   libcrypt-dev libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4
16:56:00 #8 3.230   libdata-dpath-perl libdata-dump-perl libdata-messagepack-perl
16:56:00 #8 3.230   libdata-optlist-perl libdata-validate-domain-perl libdebhelper-perl
16:56:00 #8 3.230   libdeflate0 libdevel-callchecker-perl libdevel-size-perl
16:56:00 #8 3.230   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
16:56:00 #8 3.230   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
16:56:00 #8 3.230   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
16:56:00 #8 3.230   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
16:56:00 #8 3.230   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
16:56:00 #8 3.230   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
16:56:00 #8 3.230   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
16:56:00 #8 3.230   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
16:56:00 #8 3.230   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
16:56:00 #8 3.230   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
16:56:00 #8 3.230   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
16:56:00 #8 3.230   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
16:56:00 #8 3.230   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
16:56:00 #8 3.230   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
16:56:00 #8 3.230   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
16:56:00 #8 3.230   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
16:56:00 #8 3.230   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
16:56:00 #8 3.230   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
16:56:00 #8 3.230   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
16:56:00 #8 3.230   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
16:56:00 #8 3.230   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
16:56:00 #8 3.230   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
16:56:00 #8 3.230   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
16:56:00 #8 3.230   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
16:56:00 #8 3.230   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
16:56:00 #8 3.230   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
16:56:00 #8 3.230   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
16:56:00 #8 3.230   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
16:56:00 #8 3.230   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
16:56:00 #8 3.230   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
16:56:00 #8 3.230   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
16:56:00 #8 3.230   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
16:56:00 #8 3.230   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
16:56:00 #8 3.230   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
16:56:00 #8 3.230   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
16:56:00 #8 3.230   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
16:56:00 #8 3.230   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
16:56:00 #8 3.230   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
16:56:00 #8 3.230   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
16:56:00 #8 3.231   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
16:56:00 #8 3.231   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
16:56:00 #8 3.231   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
16:56:00 #8 3.231   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
16:56:00 #8 3.231   libstrictures-perl libstring-copyright-perl libstring-escape-perl
16:56:00 #8 3.231   libstring-shellquote-perl libsub-exporter-perl
16:56:00 #8 3.231   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
16:56:00 #8 3.231   libsub-name-perl libsub-override-perl libsub-quote-perl
16:56:00 #8 3.231   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
16:56:00 #8 3.231   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
16:56:00 #8 3.231   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
16:56:00 #8 3.231   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
16:56:00 #8 3.231   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
16:56:00 #8 3.231   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
16:56:00 #8 3.231   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp6
16:56:00 #8 3.231   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
16:56:00 #8 3.231   libxdelta2 libxdmcp6 libxext6 libxml-libxml-perl
16:56:00 #8 3.231   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
16:56:00 #8 3.231   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1
16:56:00 #8 3.231   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
16:56:00 #8 3.231   lsb-release lzip lzop m4 make man-db manpages manpages-dev media-types
16:56:00 #8 3.231   netbase openssh-client openssl patch patchutils pbzip2 perl
16:56:00 #8 3.231   perl-modules-5.32 perl-openssl-defaults pinentry-curses pixz po-debconf
16:56:00 #8 3.231   pristine-tar publicsuffix python-apt-common python3 python3-apt
16:56:00 #8 3.231   python3-certifi python3-chardet python3-debian python3-gpg python3-idna
16:56:00 #8 3.231   python3-magic python3-minimal python3-pkg-resources python3-requests
16:56:00 #8 3.231   python3-six python3-unidiff python3-urllib3 python3-xdg python3.9
16:56:00 #8 3.231   python3.9-minimal readline-common sensible-utils shared-mime-info strace
16:56:00 #8 3.231   t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
16:56:00 #8 3.232 Suggested packages:
16:56:00 #8 3.232   autoconf-archive gnu-standards autoconf-doc binutils-doc bzip2-doc cpp-doc
16:56:00 #8 3.232   gcc-10-locales debtags dh-make adequate at autopkgtest bls-standalone
16:56:00 #8 3.232   bsd-mailx | mailx check-all-the-things cvs-buildpackage devscripts-el
16:56:00 #8 3.232   diffoscope disorderfs dose-extra duck faketime gnuplot how-can-i-help
16:56:00 #8 3.232   libdbd-pg-perl libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
16:56:00 #8 3.232   libyaml-syck-perl mmdebstrap mozilla-devscripts mutt piuparts
16:56:00 #8 3.232   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
16:56:00 #8 3.232   dbus-user-session libpam-systemd pinentry-gnome3 tor mini-dinstall rsync
16:56:00 #8 3.232   g++-multilib g++-10-multilib gcc-10-doc gcc-multilib flex bison gdb gcc-doc
16:56:00 #8 3.232   gcc-10-multilib gettext-doc libasprintf-dev libgettextpo-dev git-daemon-run
16:56:00 #8 3.232   | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
16:56:00 #8 3.232   git-mediawiki git-svn parcimonie xloadimage scdaemon groff isoquery lrzip
16:56:00 #8 3.232   libdigest-hmac-perl libgssapi-perl glibc-doc bzr libgd-tools gdbm-l10n gpm
16:56:00 #8 3.232   libtool-doc libcrypt-ssleay-perl uuid libscalar-number-perl
16:56:00 #8 3.232   libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
16:56:00 #8 3.232   libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
16:56:00 #8 3.232   libapache2-mod-perl2 libmime-lite-perl libnet-jabber-perl libstdc++-10-doc
16:56:00 #8 3.232   libbareword-filehandles-perl libindirect-perl libmultidimensional-perl
16:56:00 #8 3.232   gfortran | fortran95-compiler gcj-jdk libdevel-lexalias-perl
16:56:00 #8 3.232   libauthen-ntlm-perl libxml-sax-expatxs-perl bash-completion
16:56:00 #8 3.232   binutils-multiarch libtext-template-perl m4-doc make-doc apparmor
16:56:00 #8 3.232   www-browser keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc
16:56:00 #8 3.232   perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl
16:56:00 #8 3.232   libtap-harness-archive-perl pinentry-doc libmail-box-perl python3-doc
16:56:00 #8 3.232   python3-tk python3-venv python3-apt-dbg python-apt-doc python3-setuptools
16:56:00 #8 3.232   python3-cryptography python3-openssl python3-socks python-requests-doc
16:56:00 #8 3.232   python3.9-venv python3.9-doc binfmt-support readline-doc zip wdiff-doc
16:56:02 #8 4.809 The following NEW packages will be installed:
16:56:02 #8 4.809   autoconf automake autopoint autotools-dev binutils binutils-common
16:56:02 #8 4.809   binutils-x86-64-linux-gnu bsdextrautils build-essential bzip2
16:56:02 #8 4.809   ca-certificates cpp cpp-10 curl dctrl-tools debhelper debian-keyring
16:56:02 #8 4.809   devscripts dh-autoreconf dh-strip-nondeterminism diffstat dirmngr
16:56:02 #8 4.809   distro-info-data dpkg-dev dput dwz equivs fakeroot file fontconfig-config
16:56:02 #8 4.809   fonts-dejavu-core g++ g++-10 gcc gcc-10 gettext gettext-base git git-man
16:56:02 #8 4.809   gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server
16:56:02 #8 4.810   gpgconf gpgsm groff-base intltool-debian iso-codes less
16:56:02 #8 4.810   libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
16:56:02 #8 4.810   libaliased-perl libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
16:56:02 #8 4.810   libarchive13 libarray-intspan-perl libasan6 libassuan0 libatomic1
16:56:02 #8 4.810   libauthen-sasl-perl libb-hooks-endofscope-perl libb-hooks-op-check-perl
16:56:02 #8 4.810   libbinutils libbrotli1 libbsd0 libc-dev-bin libc-devtools libc6-dev
16:56:02 #8 4.810   libcapture-tiny-perl libcbor0 libcc1-0 libclass-data-inheritable-perl
16:56:02 #8 4.810   libclass-inspector-perl libclass-method-modifiers-perl
16:56:02 #8 4.810   libclass-xsaccessor-perl libclone-perl libcommon-sense-perl
16:56:02 #8 4.810   libconfig-tiny-perl libconst-fast-perl libcontextual-return-perl
16:56:02 #8 4.810   libconvert-binhex-perl libcpanel-json-xs-perl libcrypt-dev libctf-nobfd0
16:56:02 #8 4.810   libctf0 libcurl3-gnutls libcurl4 libdata-dpath-perl libdata-dump-perl
16:56:02 #8 4.810   libdata-messagepack-perl libdata-optlist-perl libdata-validate-domain-perl
16:56:02 #8 4.810   libdebhelper-perl libdeflate0 libdevel-callchecker-perl libdevel-size-perl
16:56:02 #8 4.810   libdevel-stacktrace-perl libdistro-info-perl libdpkg-perl
16:56:02 #8 4.810   libdynaloader-functions-perl libedit2 libelf1 libemail-address-xs-perl
16:56:02 #8 4.810   libencode-locale-perl liberror-perl libexception-class-perl libexpat1
16:56:02 #8 4.810   libexporter-tiny-perl libfakeroot libfcgi-bin libfcgi-perl libfcgi0ldbl
16:56:02 #8 4.810   libfido2-1 libfile-basedir-perl libfile-chdir-perl libfile-dirlist-perl
16:56:02 #8 4.810   libfile-fcntllock-perl libfile-find-rule-perl libfile-homedir-perl
16:56:02 #8 4.810   libfile-listing-perl libfile-stripnondeterminism-perl libfile-touch-perl
16:56:02 #8 4.810   libfile-which-perl libfont-afm-perl libfont-ttf-perl libfontconfig1
16:56:02 #8 4.810   libfreetype6 libgcc-10-dev libgd3 libgdbm-compat4 libgdbm6
16:56:02 #8 4.810   libgetopt-long-descriptive-perl libgit-wrapper-perl libgitlab-api-v4-perl
16:56:02 #8 4.810   libglib2.0-0 libglib2.0-data libgomp1 libgpgme11 libgpm2
16:56:02 #8 4.810   libhash-fieldhash-perl libhtml-form-perl libhtml-format-perl
16:56:02 #8 4.810   libhtml-html5-entities-perl libhtml-parser-perl libhtml-tagset-perl
16:56:02 #8 4.810   libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
16:56:02 #8 4.810   libhttp-message-perl libhttp-negotiate-perl libhttp-tiny-multipart-perl
16:56:02 #8 4.810   libicu67 libimport-into-perl libio-html-perl libio-prompter-perl
16:56:02 #8 4.810   libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
16:56:02 #8 4.810   libio-string-perl libio-stringy-perl libipc-run-perl libipc-run3-perl
16:56:02 #8 4.810   libipc-system-simple-perl libisl23 libiterator-perl libiterator-util-perl
16:56:02 #8 4.810   libitm1 libjbig0 libjpeg62-turbo libjson-maybexs-perl libjson-perl
16:56:02 #8 4.810   libjson-xs-perl libksba8 libldap-2.4-2 libldap-common liblist-compare-perl
16:56:02 #8 4.810   liblist-moreutils-perl liblist-moreutils-xs-perl liblist-someutils-perl
16:56:02 #8 4.810   liblist-someutils-xs-perl liblist-utilsby-perl liblocale-gettext-perl
16:56:02 #8 4.810   liblog-any-adapter-screen-perl liblog-any-perl liblsan0 libltdl-dev libltdl7
16:56:02 #8 4.810   liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2 libmagic-mgc
16:56:02 #8 4.810   libmagic1 libmail-sendmail-perl libmailtools-perl libmarkdown2 libmd0
16:56:02 #8 4.811   libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
16:56:02 #8 4.811   libmoo-perl libmoox-aliases-perl libmoox-struct-perl libmouse-perl libmpc3
16:56:02 #8 4.811   libmpdec3 libmpfr6 libnamespace-autoclean-perl libnamespace-clean-perl
16:56:02 #8 4.811   libncursesw6 libnet-domain-tld-perl libnet-http-perl libnet-smtp-ssl-perl
16:56:02 #8 4.811   libnet-ssleay-perl libnghttp2-14 libnpth0 libnsl-dev libnumber-compare-perl
16:56:02 #8 4.811   libnumber-range-perl libobject-id-perl libossp-uuid-perl libossp-uuid16
16:56:02 #8 4.811   libpackage-stash-perl libpackage-stash-xs-perl libparams-classify-perl
16:56:02 #8 4.811   libparams-util-perl libparams-validate-perl libpath-iterator-rule-perl
16:56:02 #8 4.811   libpath-tiny-perl libperl5.32 libperlio-gzip-perl libpipeline1 libpng16-16
16:56:02 #8 4.811   libpod-constants-perl libpod-parser-perl libproc-processtable-perl libpsl5
16:56:02 #8 4.811   libpython3-stdlib libpython3.9-minimal libpython3.9-stdlib libquadmath0
16:56:02 #8 4.811   libre-engine-re2-perl libre2-9 libreadline8 libreadonly-perl
16:56:02 #8 4.811   libref-util-perl libref-util-xs-perl libregexp-pattern-license-perl
16:56:02 #8 4.812   libregexp-pattern-perl librole-tiny-perl librtmp1 libsasl2-2
16:56:02 #8 4.812   libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
16:56:02 #8 4.812   libsereal-encoder-perl libsigsegv2 libsoap-lite-perl libsort-key-perl
16:56:02 #8 4.812   libsort-versions-perl libsqlite3-0 libssh2-1 libstdc++-10-dev
16:56:02 #8 4.812   libstrictures-perl libstring-copyright-perl libstring-escape-perl
16:56:02 #8 4.812   libstring-shellquote-perl libsub-exporter-perl
16:56:02 #8 4.812   libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
16:56:02 #8 4.812   libsub-name-perl libsub-override-perl libsub-quote-perl
16:56:02 #8 4.812   libsys-cpuaffinity-perl libsys-hostname-long-perl libtask-weaken-perl
16:56:02 #8 4.812   libterm-readkey-perl libtext-glob-perl libtext-levenshteinxs-perl
16:56:02 #8 4.812   libtext-markdown-discount-perl libtext-xslate-perl libtiff5
16:56:02 #8 4.812   libtime-duration-perl libtime-moment-perl libtimedate-perl libtirpc-dev
16:56:02 #8 4.812   libtool libtry-tiny-perl libtsan0 libtype-tiny-perl libtype-tiny-xs-perl
16:56:02 #8 4.812   libtypes-serialiser-perl libubsan1 libuchardet0 libunicode-utf8-perl
16:56:02 #8 4.812   libunwind8 liburi-perl libvariable-magic-perl libwant-perl libwebp6
16:56:02 #8 4.812   libwww-perl libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1
16:56:02 #8 4.812   libxdelta2 libxdmcp6 libxext6 libxml-libxml-perl
16:56:02 #8 4.812   libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
16:56:02 #8 4.812   libxml-sax-expat-perl libxml-sax-perl libxml2 libxmlrpc-lite-perl libxmuu1
16:56:02 #8 4.812   libxpm4 libyaml-0-2 libyaml-libyaml-perl licensecheck lintian linux-libc-dev
16:56:02 #8 4.812   lsb-release lzip lzop m4 make man-db manpages manpages-dev media-types
16:56:02 #8 4.812   netbase openssh-client openssl patch patchutils pbzip2 perl
16:56:02 #8 4.812   perl-modules-5.32 perl-openssl-defaults pinentry-curses pixz po-debconf
16:56:02 #8 4.812   pristine-tar publicsuffix python-apt-common python3 python3-apt
16:56:02 #8 4.812   python3-certifi python3-chardet python3-debian python3-gpg python3-idna
16:56:02 #8 4.812   python3-magic python3-minimal python3-pkg-resources python3-requests
16:56:02 #8 4.812   python3-six python3-unidiff python3-urllib3 python3-xdg python3.9
16:56:02 #8 4.812   python3.9-minimal readline-common sensible-utils shared-mime-info strace
16:56:02 #8 4.812   t1utils ucf unzip wdiff xauth xdelta xdelta3 xdg-user-dirs xz-utils
16:56:02 #8 5.094 0 upgraded, 384 newly installed, 0 to remove and 0 not upgraded.
16:56:02 #8 5.094 Need to get 175 MB of archives.
16:56:02 #8 5.094 After this operation, 571 MB of additional disk space will be used.
16:56:02 #8 5.094 Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 perl-modules-5.32 all 5.32.1-4+deb11u1 [2823 kB]
16:56:02 #8 5.094 Get:2 http://deb.debian.org/debian bullseye/main amd64 bsdextrautils amd64 2.36.1-8 [145 kB]
16:56:02 #8 5.108 Get:3 http://deb.debian.org/debian bullseye/main amd64 libuchardet0 amd64 0.0.7-1 [67.8 kB]
16:56:02 #8 5.108 Get:4 http://deb.debian.org/debian bullseye/main amd64 groff-base amd64 1.22.4-6 [936 kB]
16:56:02 #8 5.111 Get:5 http://deb.debian.org/debian bullseye/main amd64 libgdbm6 amd64 1.19-2 [64.9 kB]
16:56:02 #8 5.112 Get:6 http://deb.debian.org/debian bullseye/main amd64 libpipeline1 amd64 1.5.3-1 [34.3 kB]
16:56:02 #8 5.114 Get:7 http://deb.debian.org/debian bullseye/main amd64 man-db amd64 2.9.4-2 [1354 kB]
16:56:02 #8 5.168 Get:8 http://deb.debian.org/debian bullseye/main amd64 libgdbm-compat4 amd64 1.19-2 [44.7 kB]
16:56:02 #8 5.172 Get:9 http://deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
16:56:02 #8 5.173 Get:10 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-minimal amd64 3.9.2-1 [801 kB]
16:56:02 #8 5.175 Get:11 http://security.debian.org/debian-security bullseye-security/main amd64 libperl5.32 amd64 5.32.1-4+deb11u1 [4098 kB]
16:56:02 #8 5.197 Get:12 http://deb.debian.org/debian bullseye/main amd64 libexpat1 amd64 2.2.10-2 [96.9 kB]
16:56:02 #8 5.199 Get:13 http://deb.debian.org/debian bullseye/main amd64 python3.9-minimal amd64 3.9.2-1 [1955 kB]
16:56:02 #8 5.255 Get:14 http://security.debian.org/debian-security bullseye-security/main amd64 perl amd64 5.32.1-4+deb11u1 [293 kB]
16:56:02 #8 5.259 Get:15 http://deb.debian.org/debian bullseye/main amd64 python3-minimal amd64 3.9.2-3 [38.2 kB]
16:56:02 #8 5.259 Get:16 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB]
16:56:02 #8 5.260 Get:17 http://deb.debian.org/debian bullseye/main amd64 media-types all 4.0.0 [30.3 kB]
16:56:02 #8 5.262 Get:18 http://deb.debian.org/debian bullseye/main amd64 libmpdec3 amd64 2.5.1-1 [87.7 kB]
16:56:02 #8 5.263 Get:19 http://deb.debian.org/debian bullseye/main amd64 libncursesw6 amd64 6.2+20201114-2 [132 kB]
16:56:02 #8 5.265 Get:20 http://deb.debian.org/debian bullseye/main amd64 readline-common all 8.1-1 [73.7 kB]
16:56:02 #8 5.267 Get:21 http://deb.debian.org/debian bullseye/main amd64 libreadline8 amd64 8.1-1 [169 kB]
16:56:02 #8 5.272 Get:22 http://deb.debian.org/debian bullseye/main amd64 libsqlite3-0 amd64 3.34.1-3 [797 kB]
16:56:02 #8 5.280 Get:23 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-stdlib amd64 3.9.2-1 [1684 kB]
16:56:02 #8 5.304 Get:24 http://deb.debian.org/debian bullseye/main amd64 python3.9 amd64 3.9.2-1 [466 kB]
16:56:02 #8 5.308 Get:25 http://deb.debian.org/debian bullseye/main amd64 libpython3-stdlib amd64 3.9.2-3 [21.4 kB]
16:56:02 #8 5.320 Get:26 http://deb.debian.org/debian bullseye/main amd64 python3 amd64 3.9.2-3 [37.9 kB]
16:56:02 #8 5.321 Get:27 http://deb.debian.org/debian bullseye/main amd64 less amd64 551-2 [133 kB]
16:56:02 #8 5.322 Get:28 http://deb.debian.org/debian bullseye/main amd64 netbase all 6.3 [19.9 kB]
16:56:02 #8 5.323 Get:29 http://deb.debian.org/debian bullseye/main amd64 sensible-utils all 0.0.14 [14.8 kB]
16:56:02 #8 5.323 Get:30 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
16:56:02 #8 5.324 Get:31 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
16:56:02 #8 5.325 Get:32 http://deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB]
16:56:02 #8 5.328 Get:33 http://deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB]
16:56:02 #8 5.329 Get:34 http://deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB]
16:56:02 #8 5.330 Get:35 http://deb.debian.org/debian bullseye/main amd64 gettext-base amd64 0.21-4 [175 kB]
16:56:02 #8 5.332 Get:36 http://deb.debian.org/debian bullseye/main amd64 manpages all 5.10-1 [1412 kB]
16:56:02 #8 5.343 Get:37 http://deb.debian.org/debian bullseye/main amd64 libmd0 amd64 1.0.3-3 [28.0 kB]
16:56:02 #8 5.343 Get:38 http://deb.debian.org/debian bullseye/main amd64 libbsd0 amd64 0.11.3-1 [108 kB]
16:56:02 #8 5.344 Get:39 http://deb.debian.org/debian bullseye/main amd64 libedit2 amd64 3.1-20191231-2+b1 [96.7 kB]
16:56:02 #8 5.345 Get:40 http://deb.debian.org/debian bullseye/main amd64 libcbor0 amd64 0.5.0+dfsg-2 [24.0 kB]
16:56:02 #8 5.346 Get:41 http://deb.debian.org/debian bullseye/main amd64 libfido2-1 amd64 1.6.0-2 [53.3 kB]
16:56:02 #8 5.347 Get:42 http://deb.debian.org/debian bullseye/main amd64 openssh-client amd64 1:8.4p1-5 [929 kB]
16:56:02 #8 5.354 Get:43 http://deb.debian.org/debian bullseye/main amd64 ucf all 3.0043 [74.0 kB]
16:56:02 #8 5.355 Get:44 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
16:56:02 #8 5.356 Get:45 http://deb.debian.org/debian bullseye/main amd64 libsigsegv2 amd64 2.13-1 [34.8 kB]
16:56:02 #8 5.370 Get:46 http://deb.debian.org/debian bullseye/main amd64 m4 amd64 1.4.18-5 [204 kB]
16:56:02 #8 5.372 Get:47 http://deb.debian.org/debian bullseye/main amd64 autoconf all 2.69-14 [313 kB]
16:56:02 #8 5.375 Get:48 http://deb.debian.org/debian bullseye/main amd64 autotools-dev all 20180224.1+nmu1 [77.1 kB]
16:56:02 #8 5.376 Get:49 http://deb.debian.org/debian bullseye/main amd64 automake all 1:1.16.3-2 [814 kB]
16:56:02 #8 5.388 Get:50 http://deb.debian.org/debian bullseye/main amd64 autopoint all 0.21-4 [510 kB]
16:56:02 #8 5.392 Get:51 http://deb.debian.org/debian bullseye/main amd64 binutils-common amd64 2.35.2-2 [2220 kB]
16:56:02 #8 5.413 Get:52 http://deb.debian.org/debian bullseye/main amd64 libbinutils amd64 2.35.2-2 [570 kB]
16:56:02 #8 5.417 Get:53 http://deb.debian.org/debian bullseye/main amd64 libctf-nobfd0 amd64 2.35.2-2 [110 kB]
16:56:02 #8 5.434 Get:54 http://deb.debian.org/debian bullseye/main amd64 libctf0 amd64 2.35.2-2 [53.2 kB]
16:56:02 #8 5.435 Get:55 http://deb.debian.org/debian bullseye/main amd64 binutils-x86-64-linux-gnu amd64 2.35.2-2 [1809 kB]
16:56:02 #8 5.450 Get:56 http://deb.debian.org/debian bullseye/main amd64 binutils amd64 2.35.2-2 [61.2 kB]
16:56:02 #8 5.451 Get:57 http://deb.debian.org/debian bullseye/main amd64 libc-dev-bin amd64 2.31-13 [275 kB]
16:56:02 #8 5.453 Get:58 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev amd64 5.10.46-4 [1362 kB]
16:56:02 #8 5.476 Get:59 http://deb.debian.org/debian bullseye/main amd64 libcrypt-dev amd64 1:4.4.18-4 [104 kB]
16:56:02 #8 5.477 Get:60 http://deb.debian.org/debian bullseye/main amd64 libtirpc-dev amd64 1.3.1-1 [190 kB]
16:56:02 #8 5.479 Get:61 http://deb.debian.org/debian bullseye/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
16:56:02 #8 5.480 Get:62 http://deb.debian.org/debian bullseye/main amd64 libc6-dev amd64 2.31-13 [2344 kB]
16:56:02 #8 5.497 Get:63 http://deb.debian.org/debian bullseye/main amd64 libisl23 amd64 0.23-1 [676 kB]
16:56:02 #8 5.502 Get:64 http://deb.debian.org/debian bullseye/main amd64 libmpfr6 amd64 4.1.0-3 [2012 kB]
16:56:02 #8 5.532 Get:65 http://deb.debian.org/debian bullseye/main amd64 libmpc3 amd64 1.2.0-1 [45.0 kB]
16:56:02 #8 5.533 Get:66 http://deb.debian.org/debian bullseye/main amd64 cpp-10 amd64 10.2.1-6 [8528 kB]
16:56:02 #8 5.662 Get:67 http://deb.debian.org/debian bullseye/main amd64 cpp amd64 4:10.2.1-1 [19.7 kB]
16:56:03 #8 5.675 Get:68 http://deb.debian.org/debian bullseye/main amd64 libcc1-0 amd64 10.2.1-6 [47.0 kB]
16:56:03 #8 5.676 Get:69 http://deb.debian.org/debian bullseye/main amd64 libgomp1 amd64 10.2.1-6 [99.9 kB]
16:56:03 #8 5.677 Get:70 http://deb.debian.org/debian bullseye/main amd64 libitm1 amd64 10.2.1-6 [25.8 kB]
16:56:03 #8 5.678 Get:71 http://deb.debian.org/debian bullseye/main amd64 libatomic1 amd64 10.2.1-6 [9008 B]
16:56:03 #8 5.678 Get:72 http://deb.debian.org/debian bullseye/main amd64 libasan6 amd64 10.2.1-6 [2065 kB]
16:56:03 #8 5.694 Get:73 http://deb.debian.org/debian bullseye/main amd64 liblsan0 amd64 10.2.1-6 [828 kB]
16:56:03 #8 5.701 Get:74 http://deb.debian.org/debian bullseye/main amd64 libtsan0 amd64 10.2.1-6 [2000 kB]
16:56:03 #8 5.726 Get:75 http://deb.debian.org/debian bullseye/main amd64 libubsan1 amd64 10.2.1-6 [777 kB]
16:56:03 #8 5.733 Get:76 http://deb.debian.org/debian bullseye/main amd64 libquadmath0 amd64 10.2.1-6 [145 kB]
16:56:03 #8 5.734 Get:77 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev amd64 10.2.1-6 [2328 kB]
16:56:03 #8 5.775 Get:78 http://deb.debian.org/debian bullseye/main amd64 gcc-10 amd64 10.2.1-6 [17.0 MB]
16:56:03 #8 6.043 Get:79 http://deb.debian.org/debian bullseye/main amd64 gcc amd64 4:10.2.1-1 [5192 B]
16:56:03 #8 6.043 Get:80 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev amd64 10.2.1-6 [1741 kB]
16:56:03 #8 6.062 Get:81 http://deb.debian.org/debian bullseye/main amd64 g++-10 amd64 10.2.1-6 [9380 kB]
16:56:03 #8 6.199 Get:82 http://deb.debian.org/debian bullseye/main amd64 g++ amd64 4:10.2.1-1 [1644 B]
16:56:03 #8 6.199 Get:83 http://deb.debian.org/debian bullseye/main amd64 make amd64 4.3-4.1 [396 kB]
16:56:03 #8 6.202 Get:84 http://deb.debian.org/debian bullseye/main amd64 libdpkg-perl all 1.20.9 [1537 kB]
16:56:03 #8 6.221 Get:85 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
16:56:03 #8 6.222 Get:86 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB]
16:56:03 #8 6.261 Get:87 http://deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
16:56:03 #8 6.261 Get:88 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
16:56:03 #8 6.263 Get:89 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB]
16:56:03 #8 6.264 Get:90 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB]
16:56:03 #8 6.265 Get:91 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB]
16:56:03 #8 6.267 Get:92 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB]
16:56:03 #8 6.268 Get:93 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
16:56:03 #8 6.270 Get:94 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
16:56:03 #8 6.271 Get:95 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB]
16:56:03 #8 6.272 Get:96 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+b1 [341 kB]
16:56:03 #8 6.275 Get:97 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+b1 [267 kB]
16:56:03 #8 6.277 Get:98 http://deb.debian.org/debian bullseye/main amd64 dctrl-tools amd64 2.24-3+b1 [104 kB]
16:56:03 #8 6.277 Get:99 http://deb.debian.org/debian bullseye/main amd64 libdebhelper-perl all 13.3.4 [189 kB]
16:56:03 #8 6.279 Get:100 http://deb.debian.org/debian bullseye/main amd64 libtool all 2.4.6-15 [513 kB]
16:56:03 #8 6.284 Get:101 http://deb.debian.org/debian bullseye/main amd64 dh-autoreconf all 20 [17.1 kB]
16:56:03 #8 6.285 Get:102 http://deb.debian.org/debian bullseye/main amd64 libarchive-zip-perl all 1.68-1 [104 kB]
16:56:03 #8 6.286 Get:103 http://deb.debian.org/debian bullseye/main amd64 libsub-override-perl all 0.09-2 [10.2 kB]
16:56:03 #8 6.286 Get:104 http://deb.debian.org/debian bullseye/main amd64 libfile-stripnondeterminism-perl all 1.12.0-1 [26.3 kB]
16:56:03 #8 6.287 Get:105 http://deb.debian.org/debian bullseye/main amd64 dh-strip-nondeterminism all 1.12.0-1 [15.4 kB]
16:56:03 #8 6.287 Get:106 http://deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB]
16:56:03 #8 6.289 Get:107 http://deb.debian.org/debian bullseye/main amd64 dwz amd64 0.13+20210201-1 [175 kB]
16:56:03 #8 6.290 Get:108 http://deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB]
16:56:03 #8 6.412 Get:109 http://deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB]
16:56:03 #8 6.417 Get:110 http://deb.debian.org/debian bullseye/main amd64 gettext amd64 0.21-4 [1311 kB]
16:56:03 #8 6.441 Get:111 http://deb.debian.org/debian bullseye/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
16:56:03 #8 6.441 Get:112 http://deb.debian.org/debian bullseye/main amd64 po-debconf all 1.0.21+nmu1 [248 kB]
16:56:03 #8 6.443 Get:113 http://deb.debian.org/debian bullseye/main amd64 debhelper all 13.3.4 [1049 kB]
16:56:03 #8 6.460 Get:114 http://deb.debian.org/debian bullseye/main amd64 debian-keyring all 2021.07.26 [31.1 MB]
16:56:04 #8 6.994 Get:115 http://deb.debian.org/debian bullseye/main amd64 libfakeroot amd64 1.25.3-1.1 [47.0 kB]
16:56:04 #8 6.995 Get:116 http://deb.debian.org/debian bullseye/main amd64 fakeroot amd64 1.25.3-1.1 [87.0 kB]
16:56:04 #8 6.997 Get:117 http://deb.debian.org/debian bullseye/main amd64 libassuan0 amd64 2.5.3-7.1 [50.5 kB]
16:56:04 #8 6.999 Get:118 http://deb.debian.org/debian bullseye/main amd64 gpgconf amd64 2.2.27-2 [547 kB]
16:56:04 #8 7.004 Get:119 http://deb.debian.org/debian bullseye/main amd64 libksba8 amd64 1.5.0-3 [123 kB]
16:56:04 #8 7.009 Get:120 http://deb.debian.org/debian bullseye/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
16:56:04 #8 7.011 Get:121 http://deb.debian.org/debian bullseye/main amd64 dirmngr amd64 2.2.27-2 [762 kB]
16:56:04 #8 7.020 Get:122 http://deb.debian.org/debian bullseye/main amd64 gnupg-l10n all 2.2.27-2 [1084 kB]
16:56:04 #8 7.030 Get:123 http://deb.debian.org/debian bullseye/main amd64 gnupg-utils amd64 2.2.27-2 [905 kB]
16:56:04 #8 7.039 Get:124 http://deb.debian.org/debian bullseye/main amd64 gpg amd64 2.2.27-2 [927 kB]
16:56:04 #8 7.054 Get:125 http://deb.debian.org/debian bullseye/main amd64 pinentry-curses amd64 1.1.0-4 [64.9 kB]
16:56:04 #8 7.059 Get:126 http://deb.debian.org/debian bullseye/main amd64 gpg-agent amd64 2.2.27-2 [669 kB]
16:56:04 #8 7.066 Get:127 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-client amd64 2.2.27-2 [523 kB]
16:56:04 #8 7.070 Get:128 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-server amd64 2.2.27-2 [516 kB]
16:56:04 #8 7.075 Get:129 http://deb.debian.org/debian bullseye/main amd64 gpgsm amd64 2.2.27-2 [645 kB]
16:56:04 #8 7.082 Get:130 http://deb.debian.org/debian bullseye/main amd64 gnupg all 2.2.27-2 [825 kB]
16:56:04 #8 7.090 Get:131 http://deb.debian.org/debian bullseye/main amd64 libfile-dirlist-perl all 0.05-2 [7444 B]
16:56:04 #8 7.093 Get:132 http://deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
16:56:04 #8 7.095 Get:133 http://deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB]
16:56:04 #8 7.097 Get:134 http://deb.debian.org/debian bullseye/main amd64 libfile-touch-perl all 0.11-1 [9254 B]
16:56:04 #8 7.098 Get:135 http://deb.debian.org/debian bullseye/main amd64 libio-pty-perl amd64 1:1.15-2 [37.0 kB]
16:56:04 #8 7.099 Get:136 http://deb.debian.org/debian bullseye/main amd64 libipc-run-perl all 20200505.0-1 [102 kB]
16:56:04 #8 7.101 Get:137 http://deb.debian.org/debian bullseye/main amd64 libclass-method-modifiers-perl all 2.13-1 [19.2 kB]
16:56:04 #8 7.102 Get:138 http://deb.debian.org/debian bullseye/main amd64 libb-hooks-op-check-perl amd64 0.22-1+b3 [11.3 kB]
16:56:04 #8 7.103 Get:139 http://deb.debian.org/debian bullseye/main amd64 libdynaloader-functions-perl all 0.003-1.1 [12.7 kB]
16:56:04 #8 7.104 Get:140 http://deb.debian.org/debian bullseye/main amd64 libdevel-callchecker-perl amd64 0.008-1+b2 [15.9 kB]
16:56:04 #8 7.105 Get:141 http://deb.debian.org/debian bullseye/main amd64 libparams-classify-perl amd64 0.015-1+b3 [25.7 kB]
16:56:04 #8 7.107 Get:142 http://deb.debian.org/debian bullseye/main amd64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
16:56:04 #8 7.107 Get:143 http://deb.debian.org/debian bullseye/main amd64 libimport-into-perl all 1.002005-1 [11.6 kB]
16:56:04 #8 7.109 Get:144 http://deb.debian.org/debian bullseye/main amd64 librole-tiny-perl all 2.002004-1 [21.4 kB]
16:56:04 #8 7.110 Get:145 http://deb.debian.org/debian bullseye/main amd64 libstrictures-perl all 2.000006-1 [18.6 kB]
16:56:04 #8 7.111 Get:146 http://deb.debian.org/debian bullseye/main amd64 libsub-quote-perl all 2.006006-1 [21.0 kB]
16:56:04 #8 7.112 Get:147 http://deb.debian.org/debian bullseye/main amd64 libmoo-perl all 2.004004-1 [59.9 kB]
16:56:04 #8 7.114 Get:148 http://deb.debian.org/debian bullseye/main amd64 libencode-locale-perl all 1.05-1.1 [13.2 kB]
16:56:04 #8 7.115 Get:149 http://deb.debian.org/debian bullseye/main amd64 libtimedate-perl all 2.3300-2 [39.3 kB]
16:56:04 #8 7.116 Get:150 http://deb.debian.org/debian bullseye/main amd64 libhttp-date-perl all 6.05-1 [10.4 kB]
16:56:04 #8 7.117 Get:151 http://deb.debian.org/debian bullseye/main amd64 libfile-listing-perl all 6.14-1 [12.4 kB]
16:56:04 #8 7.118 Get:152 http://deb.debian.org/debian bullseye/main amd64 libhtml-tagset-perl all 3.20-4 [13.0 kB]
16:56:04 #8 7.118 Get:153 http://deb.debian.org/debian bullseye/main amd64 liburi-perl all 5.08-1 [90.6 kB]
16:56:04 #8 7.122 Get:154 http://deb.debian.org/debian bullseye/main amd64 libhtml-parser-perl amd64 3.75-1+b1 [105 kB]
16:56:04 #8 7.123 Get:155 http://deb.debian.org/debian bullseye/main amd64 libhtml-tree-perl all 5.07-2 [213 kB]
16:56:04 #8 7.123 Get:156 http://deb.debian.org/debian bullseye/main amd64 libio-html-perl all 1.004-2 [16.1 kB]
16:56:04 #8 7.124 Get:157 http://deb.debian.org/debian bullseye/main amd64 liblwp-mediatypes-perl all 6.04-1 [19.9 kB]
16:56:04 #8 7.125 Get:158 http://deb.debian.org/debian bullseye/main amd64 libhttp-message-perl all 6.28-1 [79.6 kB]
16:56:04 #8 7.126 Get:159 http://deb.debian.org/debian bullseye/main amd64 libhttp-cookies-perl all 6.10-1 [19.6 kB]
16:56:04 #8 7.127 Get:160 http://deb.debian.org/debian bullseye/main amd64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
16:56:04 #8 7.129 Get:161 http://deb.debian.org/debian bullseye/main amd64 perl-openssl-defaults amd64 5 [7360 B]
16:56:04 #8 7.130 Get:162 http://deb.debian.org/debian bullseye/main amd64 libnet-ssleay-perl amd64 1.88-3+b1 [321 kB]
16:56:04 #8 7.132 Get:163 http://deb.debian.org/debian bullseye/main amd64 libio-socket-ssl-perl all 2.069-1 [215 kB]
16:56:04 #8 7.134 Get:164 http://deb.debian.org/debian bullseye/main amd64 libnet-http-perl all 6.20-1 [25.1 kB]
16:56:04 #8 7.136 Get:165 http://deb.debian.org/debian bullseye/main amd64 liblwp-protocol-https-perl all 6.10-1 [12.2 kB]
16:56:04 #8 7.137 Get:166 http://deb.debian.org/debian bullseye/main amd64 libtry-tiny-perl all 0.30-1 [23.3 kB]
16:56:04 #8 7.137 Get:167 http://deb.debian.org/debian bullseye/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
16:56:04 #8 7.138 Get:168 http://deb.debian.org/debian bullseye/main amd64 libwww-perl all 6.52-1 [192 kB]
16:56:04 #8 7.141 Get:169 http://deb.debian.org/debian bullseye/main amd64 patchutils amd64 0.4.2-1 [77.5 kB]
16:56:04 #8 7.141 Get:170 http://deb.debian.org/debian bullseye/main amd64 wdiff amd64 1.2.2-2+b1 [122 kB]
16:56:04 #8 7.142 Get:171 http://deb.debian.org/debian bullseye/main amd64 devscripts amd64 2.21.3 [1093 kB]
16:56:04 #8 7.149 Get:172 http://deb.debian.org/debian bullseye/main amd64 diffstat amd64 1.64-1 [36.6 kB]
16:56:04 #8 7.150 Get:173 http://deb.debian.org/debian bullseye/main amd64 distro-info-data all 0.51 [7508 B]
16:56:04 #8 7.150 Get:174 http://deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
16:56:04 #8 7.152 Get:175 http://deb.debian.org/debian bullseye/main amd64 python3-chardet all 4.0.0-1 [99.0 kB]
16:56:04 #8 7.152 Get:176 http://deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB]
16:56:04 #8 7.153 Get:177 http://deb.debian.org/debian bullseye/main amd64 python3-debian all 0.1.39 [80.1 kB]
16:56:04 #8 7.154 Get:178 http://deb.debian.org/debian bullseye/main amd64 libgpgme11 amd64 1.14.0-1+b2 [281 kB]
16:56:04 #8 7.157 Get:179 http://deb.debian.org/debian bullseye/main amd64 python3-gpg amd64 1.14.0-1+b2 [334 kB]
16:56:04 #8 7.159 Get:180 http://deb.debian.org/debian bullseye/main amd64 dput all 1.1.0 [56.5 kB]
16:56:04 #8 7.160 Get:181 http://deb.debian.org/debian bullseye/main amd64 equivs all 2.3.1 [22.7 kB]
16:56:04 #8 7.162 Get:182 http://deb.debian.org/debian bullseye/main amd64 fonts-dejavu-core all 2.37-2 [1069 kB]
16:56:04 #8 7.172 Get:183 http://deb.debian.org/debian bullseye/main amd64 fontconfig-config all 2.13.1-4.2 [281 kB]
16:56:04 #8 7.188 Get:184 http://deb.debian.org/debian bullseye/main amd64 libcurl3-gnutls amd64 7.74.0-1.3+b1 [338 kB]
16:56:04 #8 7.192 Get:185 http://deb.debian.org/debian bullseye/main amd64 liberror-perl all 0.17029-1 [31.0 kB]
16:56:04 #8 7.192 Get:186 http://deb.debian.org/debian bullseye/main amd64 git-man all 1:2.30.2-1 [1827 kB]
16:56:04 #8 7.203 Get:187 http://deb.debian.org/debian bullseye/main amd64 git amd64 1:2.30.2-1 [5527 kB]
16:56:04 #8 7.279 Get:188 http://deb.debian.org/debian bullseye/main amd64 iso-codes all 4.6.0-1 [2824 kB]
16:56:04 #8 7.301 Get:189 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
16:56:04 #8 7.302 Get:190 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6+b1 [12.0 kB]
16:56:04 #8 7.302 Get:191 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
16:56:04 #8 7.303 Get:192 http://deb.debian.org/debian bullseye/main amd64 libaliased-perl all 0.34-1.1 [14.1 kB]
16:56:04 #8 7.303 Get:193 http://deb.debian.org/debian bullseye/main amd64 libapt-pkg-perl amd64 0.1.39 [72.1 kB]
16:56:04 #8 7.304 Get:194 http://deb.debian.org/debian bullseye/main amd64 libarchive-cpio-perl all 0.10-1.1 [10.6 kB]
16:56:04 #8 7.304 Get:195 http://deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB]
16:56:04 #8 7.307 Get:196 http://deb.debian.org/debian bullseye/main amd64 libarray-intspan-perl all 2.004-1 [25.5 kB]
16:56:04 #8 7.307 Get:197 http://deb.debian.org/debian bullseye/main amd64 libauthen-sasl-perl all 2.1600-1.1 [45.4 kB]
16:56:04 #8 7.308 Get:198 http://deb.debian.org/debian bullseye/main amd64 libmodule-implementation-perl all 0.09-1.1 [12.4 kB]
16:56:04 #8 7.318 Get:199 http://deb.debian.org/debian bullseye/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
16:56:04 #8 7.320 Get:200 http://deb.debian.org/debian bullseye/main amd64 libvariable-magic-perl amd64 0.62-1+b3 [45.7 kB]
16:56:04 #8 7.321 Get:201 http://deb.debian.org/debian bullseye/main amd64 libb-hooks-endofscope-perl all 0.24-1.1 [18.9 kB]
16:56:04 #8 7.322 Get:202 http://deb.debian.org/debian bullseye/main amd64 libpng16-16 amd64 1.6.37-3 [294 kB]
16:56:04 #8 7.324 Get:203 http://deb.debian.org/debian bullseye/main amd64 libfreetype6 amd64 2.10.4+dfsg-1 [418 kB]
16:56:04 #8 7.328 Get:204 http://deb.debian.org/debian bullseye/main amd64 libfontconfig1 amd64 2.13.1-4.2 [347 kB]
16:56:04 #8 7.330 Get:205 http://deb.debian.org/debian bullseye/main amd64 libjpeg62-turbo amd64 1:2.0.6-4 [151 kB]
16:56:04 #8 7.332 Get:206 http://deb.debian.org/debian bullseye/main amd64 libdeflate0 amd64 1.7-1 [53.1 kB]
16:56:04 #8 7.332 Get:207 http://deb.debian.org/debian bullseye/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
16:56:04 #8 7.333 Get:208 http://deb.debian.org/debian bullseye/main amd64 libwebp6 amd64 0.6.1-2.1 [258 kB]
16:56:04 #8 7.336 Get:209 http://deb.debian.org/debian bullseye/main amd64 libtiff5 amd64 4.2.0-1 [289 kB]
16:56:04 #8 7.337 Get:210 http://deb.debian.org/debian bullseye/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
16:56:04 #8 7.338 Get:211 http://deb.debian.org/debian bullseye/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
16:56:04 #8 7.339 Get:212 http://deb.debian.org/debian bullseye/main amd64 libxcb1 amd64 1.14-3 [140 kB]
16:56:04 #8 7.340 Get:213 http://deb.debian.org/debian bullseye/main amd64 libx11-data all 2:1.7.2-1 [311 kB]
16:56:04 #8 7.342 Get:214 http://deb.debian.org/debian bullseye/main amd64 libx11-6 amd64 2:1.7.2-1 [772 kB]
16:56:04 #8 7.347 Get:215 http://deb.debian.org/debian bullseye/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
16:56:04 #8 7.347 Get:216 http://deb.debian.org/debian bullseye/main amd64 libgd3 amd64 2.3.0-2 [137 kB]
16:56:04 #8 7.349 Get:217 http://deb.debian.org/debian bullseye/main amd64 libc-devtools amd64 2.31-13 [245 kB]
16:56:04 #8 7.350 Get:218 http://deb.debian.org/debian bullseye/main amd64 libcapture-tiny-perl all 0.48-1 [26.0 kB]
16:56:04 #8 7.351 Get:219 http://deb.debian.org/debian bullseye/main amd64 libclass-data-inheritable-perl all 0.08-3 [8588 B]
16:56:04 #8 7.351 Get:220 http://deb.debian.org/debian bullseye/main amd64 libclass-inspector-perl all 1.36-1 [19.6 kB]
16:56:04 #8 7.352 Get:221 http://deb.debian.org/debian bullseye/main amd64 libclass-xsaccessor-perl amd64 1.19-3+b7 [38.1 kB]
16:56:04 #8 7.352 Get:222 http://deb.debian.org/debian bullseye/main amd64 libclone-perl amd64 0.45-1+b1 [15.4 kB]
16:56:04 #8 7.353 Get:223 http://deb.debian.org/debian bullseye/main amd64 libcommon-sense-perl amd64 3.75-1+b4 [24.6 kB]
16:56:04 #8 7.353 Get:224 http://deb.debian.org/debian bullseye/main amd64 libconfig-tiny-perl all 2.26-1 [16.5 kB]
16:56:04 #8 7.354 Get:225 http://deb.debian.org/debian bullseye/main amd64 libparams-util-perl amd64 1.102-1+b1 [25.6 kB]
16:56:04 #8 7.354 Get:226 http://deb.debian.org/debian bullseye/main amd64 libsub-install-perl all 0.928-1.1 [10.8 kB]
16:56:04 #8 7.355 Get:227 http://deb.debian.org/debian bullseye/main amd64 libdata-optlist-perl all 0.110-1.1 [10.8 kB]
16:56:04 #8 7.355 Get:228 http://deb.debian.org/debian bullseye/main amd64 libsub-exporter-perl all 0.987-1 [47.2 kB]
16:56:04 #8 7.356 Get:229 http://deb.debian.org/debian bullseye/main amd64 libconst-fast-perl all 0.014-1.1 [8552 B]
16:56:04 #8 7.356 Get:230 http://deb.debian.org/debian bullseye/main amd64 libwant-perl amd64 0.29-1+b6 [28.8 kB]
16:56:04 #8 7.357 Get:231 http://deb.debian.org/debian bullseye/main amd64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
16:56:04 #8 7.357 Get:232 http://deb.debian.org/debian bullseye/main amd64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
16:56:04 #8 7.358 Get:233 http://deb.debian.org/debian bullseye/main amd64 libcpanel-json-xs-perl amd64 4.25-1+b1 [129 kB]
16:56:04 #8 7.359 Get:234 http://deb.debian.org/debian bullseye/main amd64 libdevel-stacktrace-perl all 2.0400-1 [28.6 kB]
16:56:04 #8 7.360 Get:235 http://deb.debian.org/debian bullseye/main amd64 libexception-class-perl all 1.44-1 [32.3 kB]
16:56:04 #8 7.360 Get:236 http://deb.debian.org/debian bullseye/main amd64 libiterator-perl all 0.03+ds1-1.1 [18.4 kB]
16:56:04 #8 7.361 Get:237 http://deb.debian.org/debian bullseye/main amd64 libiterator-util-perl all 0.02+ds1-1.1 [13.7 kB]
16:56:04 #8 7.361 Get:238 http://deb.debian.org/debian bullseye/main amd64 libexporter-tiny-perl all 1.002002-1 [37.8 kB]
16:56:04 #8 7.362 Get:239 http://deb.debian.org/debian bullseye/main amd64 liblist-moreutils-xs-perl amd64 0.430-2 [40.9 kB]
16:56:04 #8 7.363 Get:240 http://deb.debian.org/debian bullseye/main amd64 liblist-moreutils-perl all 0.430-2 [46.9 kB]
16:56:04 #8 7.363 Get:241 http://deb.debian.org/debian bullseye/main amd64 libdata-dpath-perl all 0.58-1 [43.5 kB]
16:56:04 #8 7.364 Get:242 http://deb.debian.org/debian bullseye/main amd64 libdata-dump-perl all 1.23-1.1 [27.6 kB]
16:56:04 #8 7.365 Get:243 http://deb.debian.org/debian bullseye/main amd64 libdata-messagepack-perl amd64 1.00-4+b1 [38.8 kB]
16:56:04 #8 7.365 Get:244 http://deb.debian.org/debian bullseye/main amd64 libnet-domain-tld-perl all 1.75-1.1 [33.5 kB]
16:56:04 #8 7.366 Get:245 http://deb.debian.org/debian bullseye/main amd64 libdata-validate-domain-perl all 0.10-1.1 [11.1 kB]
16:56:04 #8 7.367 Get:246 http://deb.debian.org/debian bullseye/main amd64 libdevel-size-perl amd64 0.83-1+b2 [26.1 kB]
16:56:04 #8 7.367 Get:247 http://deb.debian.org/debian bullseye/main amd64 libdistro-info-perl all 1.0 [7480 B]
16:56:04 #8 7.368 Get:248 http://deb.debian.org/debian bullseye/main amd64 libemail-address-xs-perl amd64 1.04-1+b3 [28.0 kB]
16:56:04 #8 7.369 Get:249 http://deb.debian.org/debian bullseye/main amd64 libfcgi0ldbl amd64 2.4.2-2 [26.1 kB]
16:56:04 #8 7.369 Get:250 http://deb.debian.org/debian bullseye/main amd64 libfcgi-bin amd64 2.4.2-2 [12.9 kB]
16:56:04 #8 7.370 Get:251 http://deb.debian.org/debian bullseye/main amd64 libfcgi-perl amd64 0.79+ds-2 [27.6 kB]
16:56:04 #8 7.371 Get:252 http://deb.debian.org/debian bullseye/main amd64 libipc-system-simple-perl all 1.30-1 [28.2 kB]
16:56:04 #8 7.371 Get:253 http://deb.debian.org/debian bullseye/main amd64 libfile-basedir-perl all 0.08-1 [17.7 kB]
16:56:04 #8 7.372 Get:254 http://deb.debian.org/debian bullseye/main amd64 libfile-chdir-perl all 0.1008-1.1 [12.2 kB]
16:56:04 #8 7.372 Get:255 http://deb.debian.org/debian bullseye/main amd64 libfile-fcntllock-perl amd64 0.22-3+b7 [35.5 kB]
16:56:04 #8 7.373 Get:256 http://deb.debian.org/debian bullseye/main amd64 libnumber-compare-perl all 0.03-1.1 [6956 B]
16:56:04 #8 7.373 Get:257 http://deb.debian.org/debian bullseye/main amd64 libtext-glob-perl all 0.11-1 [8888 B]
16:56:04 #8 7.374 Get:258 http://deb.debian.org/debian bullseye/main amd64 libfile-find-rule-perl all 0.34-1 [30.6 kB]
16:56:04 #8 7.374 Get:259 http://deb.debian.org/debian bullseye/main amd64 libfont-afm-perl all 1.20-3 [14.0 kB]
16:56:04 #8 7.375 Get:260 http://deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB]
16:56:04 #8 7.375 Get:261 http://deb.debian.org/debian bullseye/main amd64 libfont-ttf-perl all 1.06-1.1 [318 kB]
16:56:04 #8 7.378 Get:262 http://deb.debian.org/debian bullseye/main amd64 libio-stringy-perl all 2.111-3 [56.5 kB]
16:56:04 #8 7.379 Get:263 http://deb.debian.org/debian bullseye/main amd64 libparams-validate-perl amd64 1.30-1+b1 [68.2 kB]
16:56:04 #8 7.380 Get:264 http://deb.debian.org/debian bullseye/main amd64 libgetopt-long-descriptive-perl all 0.105-1 [28.4 kB]
16:56:04 #8 7.380 Get:265 http://deb.debian.org/debian bullseye/main amd64 libsort-versions-perl all 1.62-1 [11.0 kB]
16:56:04 #8 7.381 Get:266 http://deb.debian.org/debian bullseye/main amd64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
16:56:04 #8 7.381 Get:267 http://deb.debian.org/debian bullseye/main amd64 libhttp-tiny-multipart-perl all 0.08-1.1 [9468 B]
16:56:04 #8 7.382 Get:268 http://deb.debian.org/debian bullseye/main amd64 libio-prompter-perl all 0.004015-1 [60.4 kB]
16:56:04 #8 7.383 Get:269 http://deb.debian.org/debian bullseye/main amd64 libjson-perl all 4.03000-1 [88.6 kB]
16:56:04 #8 7.384 Get:270 http://deb.debian.org/debian bullseye/main amd64 liblog-any-perl all 1.709-1 [73.5 kB]
16:56:04 #8 7.385 Get:271 http://deb.debian.org/debian bullseye/main amd64 liblog-any-adapter-screen-perl all 0.140-1 [13.1 kB]
16:56:04 #8 7.385 Get:272 http://deb.debian.org/debian bullseye/main amd64 libpackage-stash-perl all 0.39-1 [21.9 kB]
16:56:04 #8 7.386 Get:273 http://deb.debian.org/debian bullseye/main amd64 libsub-identify-perl amd64 0.14-1+b3 [12.0 kB]
16:56:04 #8 7.386 Get:274 http://deb.debian.org/debian bullseye/main amd64 libsub-name-perl amd64 0.26-1+b1 [13.8 kB]
16:56:04 #8 7.387 Get:275 http://deb.debian.org/debian bullseye/main amd64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
16:56:04 #8 7.387 Get:276 http://deb.debian.org/debian bullseye/main amd64 libpath-tiny-perl all 0.118-1 [53.5 kB]
16:56:04 #8 7.388 Get:277 http://deb.debian.org/debian bullseye/main amd64 libtype-tiny-perl all 1.012001-2 [351 kB]
16:56:04 #8 7.391 Get:278 http://deb.debian.org/debian bullseye/main amd64 libgitlab-api-v4-perl all 0.26-1 [87.9 kB]
16:56:04 #8 7.394 Get:279 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-0 amd64 2.66.8-1 [1370 kB]
16:56:04 #8 7.405 Get:280 http://deb.debian.org/debian bullseye/main amd64 libglib2.0-data all 2.66.8-1 [1164 kB]
16:56:04 #8 7.429 Get:281 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
16:56:04 #8 7.439 Get:282 http://deb.debian.org/debian bullseye/main amd64 libhash-fieldhash-perl amd64 0.15-1+b3 [18.0 kB]
16:56:04 #8 7.439 Get:283 http://deb.debian.org/debian bullseye/main amd64 libhtml-form-perl all 6.07-1 [22.9 kB]
16:56:04 #8 7.440 Get:284 http://deb.debian.org/debian bullseye/main amd64 libhtml-format-perl all 2.12-1.1 [43.8 kB]
16:56:04 #8 7.441 Get:285 http://deb.debian.org/debian bullseye/main amd64 libhtml-html5-entities-perl all 0.004-1.1 [21.3 kB]
16:56:04 #8 7.441 Get:286 http://deb.debian.org/debian bullseye/main amd64 libhttp-daemon-perl all 6.12-1 [22.9 kB]
16:56:04 #8 7.442 Get:287 http://deb.debian.org/debian bullseye/main amd64 libio-sessiondata-perl all 1.03-1.1 [5984 B]
16:56:04 #8 7.442 Get:288 http://deb.debian.org/debian bullseye/main amd64 libipc-run3-perl all 0.048-2 [34.2 kB]
16:56:04 #8 7.443 Get:289 http://deb.debian.org/debian bullseye/main amd64 libtypes-serialiser-perl all 1.01-1 [12.2 kB]
16:56:04 #8 7.443 Get:290 http://deb.debian.org/debian bullseye/main amd64 libjson-xs-perl amd64 4.030-1+b1 [94.9 kB]
16:56:04 #8 7.444 Get:291 http://deb.debian.org/debian bullseye/main amd64 libjson-maybexs-perl all 1.004003-1 [13.1 kB]
16:56:04 #8 7.445 Get:292 http://deb.debian.org/debian bullseye/main amd64 libldap-common all 2.4.57+dfsg-3 [95.9 kB]
16:56:04 #8 7.446 Get:293 http://deb.debian.org/debian bullseye/main amd64 liblist-compare-perl all 0.55-1 [66.9 kB]
16:56:04 #8 7.447 Get:294 http://deb.debian.org/debian bullseye/main amd64 liblist-someutils-perl all 0.58-1 [36.5 kB]
16:56:04 #8 7.448 Get:295 http://deb.debian.org/debian bullseye/main amd64 liblist-someutils-xs-perl amd64 0.58-2+b1 [33.3 kB]
16:56:04 #8 7.448 Get:296 http://deb.debian.org/debian bullseye/main amd64 liblist-utilsby-perl all 0.11-1 [15.4 kB]
16:56:04 #8 7.449 Get:297 http://deb.debian.org/debian bullseye/main amd64 libltdl7 amd64 2.4.6-15 [391 kB]
16:56:04 #8 7.452 Get:298 http://deb.debian.org/debian bullseye/main amd64 libltdl-dev amd64 2.4.6-15 [162 kB]
16:56:04 #8 7.454 Get:299 http://deb.debian.org/debian bullseye/main amd64 liblzo2-2 amd64 2.10-2 [56.9 kB]
16:56:04 #8 7.454 Get:300 http://deb.debian.org/debian bullseye/main amd64 libsys-hostname-long-perl all 1.5-2 [11.8 kB]
16:56:04 #8 7.455 Get:301 http://deb.debian.org/debian bullseye/main amd64 libmail-sendmail-perl all 0.80-1.1 [25.5 kB]
16:56:04 #8 7.455 Get:302 http://deb.debian.org/debian bullseye/main amd64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
16:56:04 #8 7.456 Get:303 http://deb.debian.org/debian bullseye/main amd64 libmailtools-perl all 2.21-1 [95.5 kB]
16:56:04 #8 7.457 Get:304 http://deb.debian.org/debian bullseye/main amd64 libmarkdown2 amd64 2.2.6-1 [36.8 kB]
16:56:04 #8 7.457 Get:305 http://deb.debian.org/debian bullseye/main amd64 libmime-tools-perl all 5.509-1 [212 kB]
16:56:04 #8 7.459 Get:306 http://deb.debian.org/debian bullseye/main amd64 libmoox-aliases-perl all 0.001006-1.1 [10.8 kB]
16:56:04 #8 7.460 Get:307 http://deb.debian.org/debian bullseye/main amd64 libnamespace-autoclean-perl all 0.29-1 [15.0 kB]
16:56:04 #8 7.460 Get:308 http://deb.debian.org/debian bullseye/main amd64 libobject-id-perl all 0.1.2-2.1 [16.7 kB]
16:56:04 #8 7.461 Get:309 http://deb.debian.org/debian bullseye/main amd64 libmoox-struct-perl all 0.020-1 [25.4 kB]
16:56:04 #8 7.461 Get:310 http://deb.debian.org/debian bullseye/main amd64 libmouse-perl amd64 2.5.10-1+b1 [172 kB]
16:56:04 #8 7.463 Get:311 http://deb.debian.org/debian bullseye/main amd64 libnumber-range-perl all 0.12-1.1 [8688 B]
16:56:04 #8 7.464 Get:312 http://deb.debian.org/debian bullseye/main amd64 libossp-uuid16 amd64 1.6.2-1.5+b9 [37.9 kB]
16:56:04 #8 7.464 Get:313 http://deb.debian.org/debian bullseye/main amd64 libossp-uuid-perl amd64 1.6.2-1.5+b9 [28.8 kB]
16:56:04 #8 7.464 Get:314 http://deb.debian.org/debian bullseye/main amd64 libpackage-stash-xs-perl amd64 0.29-1+b2 [20.2 kB]
16:56:04 #8 7.465 Get:315 http://deb.debian.org/debian bullseye/main amd64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
16:56:04 #8 7.465 Get:316 http://deb.debian.org/debian bullseye/main amd64 libperlio-gzip-perl amd64 0.19-1+b7 [17.4 kB]
16:56:04 #8 7.466 Get:317 http://deb.debian.org/debian bullseye/main amd64 libpod-parser-perl all 1.63-2 [96.1 kB]
16:56:04 #8 7.467 Get:318 http://deb.debian.org/debian bullseye/main amd64 libpod-constants-perl all 0.19-2 [17.3 kB]
16:56:04 #8 7.468 Get:319 http://deb.debian.org/debian bullseye/main amd64 libproc-processtable-perl amd64 0.59-2+b1 [45.9 kB]
16:56:04 #8 7.468 Get:320 http://deb.debian.org/debian bullseye/main amd64 libre2-9 amd64 20210201+dfsg-1 [170 kB]
16:56:04 #8 7.470 Get:321 http://deb.debian.org/debian bullseye/main amd64 libre-engine-re2-perl amd64 0.14-1 [18.6 kB]
16:56:04 #8 7.470 Get:322 http://deb.debian.org/debian bullseye/main amd64 libreadonly-perl all 2.050-3 [23.1 kB]
16:56:04 #8 7.471 Get:323 http://deb.debian.org/debian bullseye/main amd64 libref-util-perl all 0.204-1 [17.1 kB]
16:56:04 #8 7.472 Get:324 http://deb.debian.org/debian bullseye/main amd64 libref-util-xs-perl amd64 0.117-1+b3 [13.9 kB]
16:56:04 #8 7.472 Get:325 http://deb.debian.org/debian bullseye/main amd64 libregexp-pattern-license-perl all 3.4.0-1 [56.4 kB]
16:56:04 #8 7.473 Get:326 http://deb.debian.org/debian bullseye/main amd64 libregexp-pattern-perl all 0.2.14-1 [18.8 kB]
16:56:04 #8 7.474 Get:327 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2.1 [104 kB]
16:56:04 #8 7.475 Get:328 http://deb.debian.org/debian bullseye/main amd64 libsereal-decoder-perl amd64 4.018+ds-1+b1 [99.3 kB]
16:56:04 #8 7.476 Get:329 http://deb.debian.org/debian bullseye/main amd64 libsereal-encoder-perl amd64 4.018+ds-1+b1 [103 kB]
16:56:04 #8 7.477 Get:330 http://deb.debian.org/debian bullseye/main amd64 libtask-weaken-perl all 1.06-1 [9252 B]
16:56:04 #8 7.478 Get:331 http://deb.debian.org/debian bullseye/main amd64 libxml-parser-perl amd64 2.46-2 [206 kB]
16:56:04 #8 7.479 Get:332 http://deb.debian.org/debian bullseye/main amd64 libsoap-lite-perl all 1.27-1 [258 kB]
16:56:04 #8 7.481 Get:333 http://deb.debian.org/debian bullseye/main amd64 libsort-key-perl amd64 1.33-2+b3 [37.1 kB]
16:56:04 #8 7.482 Get:334 http://deb.debian.org/debian bullseye/main amd64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
16:56:04 #8 7.482 Get:335 http://deb.debian.org/debian bullseye/main amd64 libstring-escape-perl all 2010.002-2 [19.1 kB]
16:56:04 #8 7.483 Get:336 http://deb.debian.org/debian bullseye/main amd64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
16:56:04 #8 7.483 Get:337 http://deb.debian.org/debian bullseye/main amd64 libsys-cpuaffinity-perl amd64 1.13~03-1 [33.9 kB]
16:56:04 #8 7.484 Get:338 http://deb.debian.org/debian bullseye/main amd64 libterm-readkey-perl amd64 2.38-1+b2 [27.8 kB]
16:56:04 #8 7.484 Get:339 http://deb.debian.org/debian bullseye/main amd64 libtext-levenshteinxs-perl amd64 0.03-4+b8 [8724 B]
16:56:04 #8 7.485 Get:340 http://deb.debian.org/debian bullseye/main amd64 libtext-markdown-discount-perl amd64 0.12-1+b1 [13.0 kB]
16:56:04 #8 7.485 Get:341 http://deb.debian.org/debian bullseye/main amd64 libtext-xslate-perl amd64 3.5.8-1+b1 [197 kB]
16:56:04 #8 7.487 Get:342 http://deb.debian.org/debian bullseye/main amd64 libtime-duration-perl all 1.21-1 [13.7 kB]
16:56:04 #8 7.488 Get:343 http://deb.debian.org/debian bullseye/main amd64 libtime-moment-perl amd64 0.44-1+b3 [75.8 kB]
16:56:04 #8 7.489 Get:344 http://deb.debian.org/debian bullseye/main amd64 libtype-tiny-xs-perl amd64 0.022-1 [25.8 kB]
16:56:04 #8 7.489 Get:345 http://deb.debian.org/debian bullseye/main amd64 libunicode-utf8-perl amd64 0.62-1+b2 [20.3 kB]
16:56:04 #8 7.490 Get:346 http://deb.debian.org/debian bullseye/main amd64 libunwind8 amd64 1.3.2-2 [54.5 kB]
16:56:04 #8 7.490 Get:347 http://deb.debian.org/debian bullseye/main amd64 libxdelta2 amd64 1.1.3-9.3 [48.2 kB]
16:56:04 #8 7.491 Get:348 http://deb.debian.org/debian bullseye/main amd64 libxext6 amd64 2:1.3.3-1.1 [52.7 kB]
16:56:04 #8 7.492 Get:349 http://deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB]
16:56:04 #8 7.492 Get:350 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB]
16:56:04 #8 7.493 Get:351 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB]
16:56:04 #8 7.494 Get:352 http://deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB]
16:56:04 #8 7.497 Get:353 http://deb.debian.org/debian bullseye/main amd64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
16:56:04 #8 7.497 Get:354 http://deb.debian.org/debian bullseye/main amd64 libxmlrpc-lite-perl all 0.717-4 [22.6 kB]
16:56:04 #8 7.498 Get:355 http://deb.debian.org/debian bullseye/main amd64 libxmuu1 amd64 2:1.1.2-2+b3 [23.9 kB]
16:56:04 #8 7.498 Get:356 http://deb.debian.org/debian bullseye/main amd64 libyaml-0-2 amd64 0.2.2-1 [49.6 kB]
16:56:04 #8 7.499 Get:357 http://deb.debian.org/debian bullseye/main amd64 libyaml-libyaml-perl amd64 0.82+repack-1+b1 [35.8 kB]
16:56:04 #8 7.500 Get:358 http://deb.debian.org/debian bullseye/main amd64 licensecheck all 3.1.1-2 [50.0 kB]
16:56:04 #8 7.501 Get:359 http://deb.debian.org/debian bullseye/main amd64 lzip amd64 1.22-3 [88.5 kB]
16:56:04 #8 7.501 Get:360 http://deb.debian.org/debian bullseye/main amd64 lzop amd64 1.04-2 [84.2 kB]
16:56:04 #8 7.504 Get:361 http://deb.debian.org/debian bullseye/main amd64 t1utils amd64 1.41-4 [62.1 kB]
16:56:04 #8 7.505 Get:362 http://deb.debian.org/debian bullseye/main amd64 unzip amd64 6.0-26 [171 kB]
16:56:04 #8 7.507 Get:363 http://deb.debian.org/debian bullseye/main amd64 lintian all 2.104.0 [1265 kB]
16:56:04 #8 7.519 Get:364 http://deb.debian.org/debian bullseye/main amd64 lsb-release all 11.1.0 [27.9 kB]
16:56:04 #8 7.520 Get:365 http://deb.debian.org/debian bullseye/main amd64 manpages-dev all 5.10-1 [2309 kB]
16:56:04 #8 7.542 Get:366 http://deb.debian.org/debian bullseye/main amd64 pbzip2 amd64 1.1.13-1 [44.9 kB]
16:56:04 #8 7.542 Get:367 http://deb.debian.org/debian bullseye/main amd64 pixz amd64 1.0.7-1 [20.9 kB]
16:56:04 #8 7.543 Get:368 http://deb.debian.org/debian bullseye/main amd64 xdelta amd64 1.1.3-9.3 [26.4 kB]
16:56:04 #8 7.543 Get:369 http://deb.debian.org/debian bullseye/main amd64 xdelta3 amd64 3.0.11-dfsg-1+b1 [69.3 kB]
16:56:04 #8 7.544 Get:370 http://deb.debian.org/debian bullseye/main amd64 pristine-tar amd64 1.49 [119 kB]
16:56:04 #8 7.545 Get:371 http://deb.debian.org/debian bullseye/main amd64 publicsuffix all 20210108.1309-1 [121 kB]
16:56:04 #8 7.546 Get:372 http://deb.debian.org/debian bullseye/main amd64 python-apt-common all 2.2.1 [96.5 kB]
16:56:04 #8 7.547 Get:373 http://deb.debian.org/debian bullseye/main amd64 python3-apt amd64 2.2.1 [190 kB]
16:56:04 #8 7.549 Get:374 http://deb.debian.org/debian bullseye/main amd64 python3-certifi all 2020.6.20-1 [151 kB]
16:56:04 #8 7.550 Get:375 http://deb.debian.org/debian bullseye/main amd64 python3-idna all 2.10-1 [37.4 kB]
16:56:04 #8 7.551 Get:376 http://deb.debian.org/debian bullseye/main amd64 python3-magic all 2:0.4.20-3 [13.4 kB]
16:56:04 #8 7.552 Get:377 http://deb.debian.org/debian bullseye/main amd64 python3-urllib3 all 1.26.5-1~exp1 [114 kB]
16:56:04 #8 7.553 Get:378 http://deb.debian.org/debian bullseye/main amd64 python3-requests all 2.25.1+dfsg-2 [69.3 kB]
16:56:04 #8 7.555 Get:379 http://deb.debian.org/debian bullseye/main amd64 python3-unidiff all 0.5.5-2 [9604 B]
16:56:04 #8 7.555 Get:380 http://deb.debian.org/debian bullseye/main amd64 python3-xdg all 0.27-2 [41.8 kB]
16:56:04 #8 7.556 Get:381 http://deb.debian.org/debian bullseye/main amd64 shared-mime-info amd64 2.0-1 [701 kB]
16:56:04 #8 7.564 Get:382 http://deb.debian.org/debian bullseye/main amd64 strace amd64 5.10-1 [1084 kB]
16:56:05 #8 7.571 Get:383 http://deb.debian.org/debian bullseye/main amd64 xauth amd64 1:1.1-1 [40.5 kB]
16:56:05 #8 7.579 Get:384 http://deb.debian.org/debian bullseye/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB]
16:56:05 #8 7.748 debconf: delaying package configuration, since apt-utils is not installed
16:56:05 #8 7.774 Fetched 175 MB in 3s (63.5 MB/s)
16:56:05 #8 7.792 Selecting previously unselected package bsdextrautils.
16:56:05 #8 7.792 (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 ... 6653 files and directories currently installed.)
16:56:05 #8 7.798 Preparing to unpack .../00-bsdextrautils_2.36.1-8_amd64.deb ...
16:56:05 #8 7.801 Unpacking bsdextrautils (2.36.1-8) ...
16:56:05 #8 7.842 Selecting previously unselected package libuchardet0:amd64.
16:56:05 #8 7.844 Preparing to unpack .../01-libuchardet0_0.0.7-1_amd64.deb ...
16:56:05 #8 7.850 Unpacking libuchardet0:amd64 (0.0.7-1) ...
16:56:05 #8 7.880 Selecting previously unselected package groff-base.
16:56:05 #8 7.882 Preparing to unpack .../02-groff-base_1.22.4-6_amd64.deb ...
16:56:05 #8 7.885 Unpacking groff-base (1.22.4-6) ...
16:56:05 #8 8.006 Selecting previously unselected package libgdbm6:amd64.
16:56:05 #8 8.006 Preparing to unpack .../03-libgdbm6_1.19-2_amd64.deb ...
16:56:05 #8 8.009 Unpacking libgdbm6:amd64 (1.19-2) ...
16:56:05 #8 8.042 Selecting previously unselected package libpipeline1:amd64.
16:56:05 #8 8.042 Preparing to unpack .../04-libpipeline1_1.5.3-1_amd64.deb ...
16:56:05 #8 8.045 Unpacking libpipeline1:amd64 (1.5.3-1) ...
16:56:05 #8 8.087 Selecting previously unselected package man-db.
16:56:05 #8 8.087 Preparing to unpack .../05-man-db_2.9.4-2_amd64.deb ...
16:56:05 #8 8.092 Unpacking man-db (2.9.4-2) ...
16:56:05 #8 8.231 Selecting previously unselected package perl-modules-5.32.
16:56:05 #8 8.233 Preparing to unpack .../06-perl-modules-5.32_5.32.1-4+deb11u1_all.deb ...
16:56:05 #8 8.236 Unpacking perl-modules-5.32 (5.32.1-4+deb11u1) ...
16:56:05 #8 8.588 Selecting previously unselected package libgdbm-compat4:amd64.
16:56:06 #8 8.588 Preparing to unpack .../07-libgdbm-compat4_1.19-2_amd64.deb ...
16:56:06 #8 8.591 Unpacking libgdbm-compat4:amd64 (1.19-2) ...
16:56:06 #8 8.621 Selecting previously unselected package libperl5.32:amd64.
16:56:06 #8 8.623 Preparing to unpack .../08-libperl5.32_5.32.1-4+deb11u1_amd64.deb ...
16:56:06 #8 8.626 Unpacking libperl5.32:amd64 (5.32.1-4+deb11u1) ...
16:56:06 #8 9.082 Selecting previously unselected package perl.
16:56:06 #8 9.084 Preparing to unpack .../09-perl_5.32.1-4+deb11u1_amd64.deb ...
16:56:06 #8 9.091 Unpacking perl (5.32.1-4+deb11u1) ...
16:56:06 #8 9.140 Selecting previously unselected package liblocale-gettext-perl.
16:56:06 #8 9.142 Preparing to unpack .../10-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
16:56:06 #8 9.145 Unpacking liblocale-gettext-perl (1.07-4+b1) ...
16:56:06 #8 9.172 Selecting previously unselected package libpython3.9-minimal:amd64.
16:56:06 #8 9.174 Preparing to unpack .../11-libpython3.9-minimal_3.9.2-1_amd64.deb ...
16:56:06 #8 9.177 Unpacking libpython3.9-minimal:amd64 (3.9.2-1) ...
16:56:06 #8 9.287 Selecting previously unselected package libexpat1:amd64.
16:56:06 #8 9.289 Preparing to unpack .../12-libexpat1_2.2.10-2_amd64.deb ...
16:56:06 #8 9.292 Unpacking libexpat1:amd64 (2.2.10-2) ...
16:56:06 #8 9.327 Selecting previously unselected package python3.9-minimal.
16:56:06 #8 9.329 Preparing to unpack .../13-python3.9-minimal_3.9.2-1_amd64.deb ...
16:56:06 #8 9.334 Unpacking python3.9-minimal (3.9.2-1) ...
16:56:06 #8 9.535 Setting up libpython3.9-minimal:amd64 (3.9.2-1) ...
16:56:06 #8 9.547 Setting up libexpat1:amd64 (2.2.10-2) ...
16:56:06 #8 9.555 Setting up python3.9-minimal (3.9.2-1) ...
16:56:07 #8 10.11 Selecting previously unselected package python3-minimal.
16:56:07 #8 10.11 (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 ... 9508 files and directories currently installed.)
16:56:07 #8 10.12 Preparing to unpack .../0-python3-minimal_3.9.2-3_amd64.deb ...
16:56:07 #8 10.12 Unpacking python3-minimal (3.9.2-3) ...
16:56:07 #8 10.15 Selecting previously unselected package media-types.
16:56:07 #8 10.15 Preparing to unpack .../1-media-types_4.0.0_all.deb ...
16:56:07 #8 10.15 Unpacking media-types (4.0.0) ...
16:56:07 #8 10.17 Selecting previously unselected package libmpdec3:amd64.
16:56:07 #8 10.18 Preparing to unpack .../2-libmpdec3_2.5.1-1_amd64.deb ...
16:56:07 #8 10.18 Unpacking libmpdec3:amd64 (2.5.1-1) ...
16:56:07 #8 10.21 Selecting previously unselected package libncursesw6:amd64.
16:56:07 #8 10.21 Preparing to unpack .../3-libncursesw6_6.2+20201114-2_amd64.deb ...
16:56:07 #8 10.22 Unpacking libncursesw6:amd64 (6.2+20201114-2) ...
16:56:07 #8 10.26 Selecting previously unselected package readline-common.
16:56:07 #8 10.26 Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
16:56:07 #8 10.26 Unpacking readline-common (8.1-1) ...
16:56:07 #8 10.29 Selecting previously unselected package libreadline8:amd64.
16:56:07 #8 10.29 Preparing to unpack .../5-libreadline8_8.1-1_amd64.deb ...
16:56:07 #8 10.29 Unpacking libreadline8:amd64 (8.1-1) ...
16:56:07 #8 10.34 Selecting previously unselected package libsqlite3-0:amd64.
16:56:07 #8 10.34 Preparing to unpack .../6-libsqlite3-0_3.34.1-3_amd64.deb ...
16:56:07 #8 10.34 Unpacking libsqlite3-0:amd64 (3.34.1-3) ...
16:56:07 #8 10.42 Selecting previously unselected package libpython3.9-stdlib:amd64.
16:56:07 #8 10.42 Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_amd64.deb ...
16:56:07 #8 10.43 Unpacking libpython3.9-stdlib:amd64 (3.9.2-1) ...
16:56:08 #8 10.61 Selecting previously unselected package python3.9.
16:56:08 #8 10.61 Preparing to unpack .../8-python3.9_3.9.2-1_amd64.deb ...
16:56:08 #8 10.61 Unpacking python3.9 (3.9.2-1) ...
16:56:08 #8 10.65 Selecting previously unselected package libpython3-stdlib:amd64.
16:56:08 #8 10.65 Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_amd64.deb ...
16:56:08 #8 10.65 Unpacking libpython3-stdlib:amd64 (3.9.2-3) ...
16:56:08 #8 10.68 Setting up python3-minimal (3.9.2-3) ...
16:56:08 #8 10.85 Selecting previously unselected package python3.
16:56:08 #8 10.85 (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 ... 9946 files and directories currently installed.)
16:56:08 #8 10.85 Preparing to unpack .../000-python3_3.9.2-3_amd64.deb ...
16:56:08 #8 10.86 Unpacking python3 (3.9.2-3) ...
16:56:08 #8 10.89 Selecting previously unselected package less.
16:56:08 #8 10.89 Preparing to unpack .../001-less_551-2_amd64.deb ...
16:56:08 #8 10.89 Unpacking less (551-2) ...
16:56:08 #8 10.93 Selecting previously unselected package netbase.
16:56:08 #8 10.93 Preparing to unpack .../002-netbase_6.3_all.deb ...
16:56:08 #8 10.93 Unpacking netbase (6.3) ...
16:56:08 #8 10.96 Selecting previously unselected package sensible-utils.
16:56:08 #8 10.96 Preparing to unpack .../003-sensible-utils_0.0.14_all.deb ...
16:56:08 #8 10.96 Unpacking sensible-utils (0.0.14) ...
16:56:08 #8 10.98 Selecting previously unselected package bzip2.
16:56:08 #8 10.98 Preparing to unpack .../004-bzip2_1.0.8-4_amd64.deb ...
16:56:08 #8 10.99 Unpacking bzip2 (1.0.8-4) ...
16:56:08 #8 11.01 Selecting previously unselected package openssl.
16:56:08 #8 11.02 Preparing to unpack .../005-openssl_1.1.1k-1+deb11u1_amd64.deb ...
16:56:08 #8 11.02 Unpacking openssl (1.1.1k-1+deb11u1) ...
16:56:08 #8 11.12 Selecting previously unselected package ca-certificates.
16:56:08 #8 11.12 Preparing to unpack .../006-ca-certificates_20210119_all.deb ...
16:56:08 #8 11.12 Unpacking ca-certificates (20210119) ...
16:56:08 #8 11.16 Selecting previously unselected package libmagic-mgc.
16:56:08 #8 11.17 Preparing to unpack .../007-libmagic-mgc_1%3a5.39-3_amd64.deb ...
16:56:08 #8 11.17 Unpacking libmagic-mgc (1:5.39-3) ...
16:56:08 #8 11.24 Selecting previously unselected package libmagic1:amd64.
16:56:08 #8 11.24 Preparing to unpack .../008-libmagic1_1%3a5.39-3_amd64.deb ...
16:56:08 #8 11.24 Unpacking libmagic1:amd64 (1:5.39-3) ...
16:56:08 #8 11.27 Selecting previously unselected package file.
16:56:08 #8 11.28 Preparing to unpack .../009-file_1%3a5.39-3_amd64.deb ...
16:56:08 #8 11.28 Unpacking file (1:5.39-3) ...
16:56:08 #8 11.31 Selecting previously unselected package gettext-base.
16:56:08 #8 11.31 Preparing to unpack .../010-gettext-base_0.21-4_amd64.deb ...
16:56:08 #8 11.31 Unpacking gettext-base (0.21-4) ...
16:56:08 #8 11.35 Selecting previously unselected package manpages.
16:56:08 #8 11.35 Preparing to unpack .../011-manpages_5.10-1_all.deb ...
16:56:08 #8 11.36 Unpacking manpages (5.10-1) ...
16:56:08 #8 11.49 Selecting previously unselected package libmd0:amd64.
16:56:08 #8 11.49 Preparing to unpack .../012-libmd0_1.0.3-3_amd64.deb ...
16:56:08 #8 11.49 Unpacking libmd0:amd64 (1.0.3-3) ...
16:56:08 #8 11.52 Selecting previously unselected package libbsd0:amd64.
16:56:08 #8 11.52 Preparing to unpack .../013-libbsd0_0.11.3-1_amd64.deb ...
16:56:08 #8 11.52 Unpacking libbsd0:amd64 (0.11.3-1) ...
16:56:08 #8 11.56 Selecting previously unselected package libedit2:amd64.
16:56:08 #8 11.56 Preparing to unpack .../014-libedit2_3.1-20191231-2+b1_amd64.deb ...
16:56:08 #8 11.56 Unpacking libedit2:amd64 (3.1-20191231-2+b1) ...
16:56:08 #8 11.59 Selecting previously unselected package libcbor0:amd64.
16:56:09 #8 11.59 Preparing to unpack .../015-libcbor0_0.5.0+dfsg-2_amd64.deb ...
16:56:09 #8 11.60 Unpacking libcbor0:amd64 (0.5.0+dfsg-2) ...
16:56:09 #8 11.62 Selecting previously unselected package libfido2-1:amd64.
16:56:09 #8 11.63 Preparing to unpack .../016-libfido2-1_1.6.0-2_amd64.deb ...
16:56:09 #8 11.63 Unpacking libfido2-1:amd64 (1.6.0-2) ...
16:56:09 #8 11.66 Selecting previously unselected package openssh-client.
16:56:09 #8 11.66 Preparing to unpack .../017-openssh-client_1%3a8.4p1-5_amd64.deb ...
16:56:09 #8 11.67 Unpacking openssh-client (1:8.4p1-5) ...
16:56:09 #8 11.77 Selecting previously unselected package ucf.
16:56:09 #8 11.77 Preparing to unpack .../018-ucf_3.0043_all.deb ...
16:56:09 #8 11.78 Moving old data out of the way
16:56:09 #8 11.78 Unpacking ucf (3.0043) ...
16:56:09 #8 11.81 Selecting previously unselected package xz-utils.
16:56:09 #8 11.81 Preparing to unpack .../019-xz-utils_5.2.5-2_amd64.deb ...
16:56:09 #8 11.81 Unpacking xz-utils (5.2.5-2) ...
16:56:09 #8 11.86 Selecting previously unselected package libsigsegv2:amd64.
16:56:09 #8 11.89 Preparing to unpack .../020-libsigsegv2_2.13-1_amd64.deb ...
16:56:09 #8 11.89 Unpacking libsigsegv2:amd64 (2.13-1) ...
16:56:09 #8 11.92 Selecting previously unselected package m4.
16:56:09 #8 11.92 Preparing to unpack .../021-m4_1.4.18-5_amd64.deb ...
16:56:09 #8 11.92 Unpacking m4 (1.4.18-5) ...
16:56:09 #8 11.96 Selecting previously unselected package autoconf.
16:56:09 #8 11.96 Preparing to unpack .../022-autoconf_2.69-14_all.deb ...
16:56:09 #8 11.96 Unpacking autoconf (2.69-14) ...
16:56:09 #8 12.01 Selecting previously unselected package autotools-dev.
16:56:09 #8 12.01 Preparing to unpack .../023-autotools-dev_20180224.1+nmu1_all.deb ...
16:56:09 #8 12.02 Unpacking autotools-dev (20180224.1+nmu1) ...
16:56:09 #8 12.05 Selecting previously unselected package automake.
16:56:09 #8 12.05 Preparing to unpack .../024-automake_1%3a1.16.3-2_all.deb ...
16:56:09 #8 12.05 Unpacking automake (1:1.16.3-2) ...
16:56:09 #8 12.12 Selecting previously unselected package autopoint.
16:56:09 #8 12.12 Preparing to unpack .../025-autopoint_0.21-4_all.deb ...
16:56:09 #8 12.13 Unpacking autopoint (0.21-4) ...
16:56:09 #8 12.16 Selecting previously unselected package binutils-common:amd64.
16:56:09 #8 12.16 Preparing to unpack .../026-binutils-common_2.35.2-2_amd64.deb ...
16:56:09 #8 12.17 Unpacking binutils-common:amd64 (2.35.2-2) ...
16:56:09 #8 12.43 Selecting previously unselected package libbinutils:amd64.
16:56:09 #8 12.43 Preparing to unpack .../027-libbinutils_2.35.2-2_amd64.deb ...
16:56:09 #8 12.44 Unpacking libbinutils:amd64 (2.35.2-2) ...
16:56:09 #8 12.53 Selecting previously unselected package libctf-nobfd0:amd64.
16:56:10 #8 12.53 Preparing to unpack .../028-libctf-nobfd0_2.35.2-2_amd64.deb ...
16:56:10 #8 12.53 Unpacking libctf-nobfd0:amd64 (2.35.2-2) ...
16:56:10 #8 12.57 Selecting previously unselected package libctf0:amd64.
16:56:10 #8 12.57 Preparing to unpack .../029-libctf0_2.35.2-2_amd64.deb ...
16:56:10 #8 12.57 Unpacking libctf0:amd64 (2.35.2-2) ...
16:56:10 #8 12.59 Selecting previously unselected package binutils-x86-64-linux-gnu.
16:56:10 #8 12.60 Preparing to unpack .../030-binutils-x86-64-linux-gnu_2.35.2-2_amd64.deb ...
16:56:10 #8 12.60 Unpacking binutils-x86-64-linux-gnu (2.35.2-2) ...
16:56:10 #8 12.80 Selecting previously unselected package binutils.
16:56:10 #8 12.80 Preparing to unpack .../031-binutils_2.35.2-2_amd64.deb ...
16:56:10 #8 12.80 Unpacking binutils (2.35.2-2) ...
16:56:10 #8 12.83 Selecting previously unselected package libc-dev-bin.
16:56:10 #8 12.83 Preparing to unpack .../032-libc-dev-bin_2.31-13_amd64.deb ...
16:56:10 #8 12.84 Unpacking libc-dev-bin (2.31-13) ...
16:56:10 #8 12.87 Selecting previously unselected package linux-libc-dev:amd64.
16:56:10 #8 12.87 Preparing to unpack .../033-linux-libc-dev_5.10.46-4_amd64.deb ...
16:56:10 #8 12.87 Unpacking linux-libc-dev:amd64 (5.10.46-4) ...
16:56:10 #8 13.03 Selecting previously unselected package libcrypt-dev:amd64.
16:56:10 #8 13.03 Preparing to unpack .../034-libcrypt-dev_1%3a4.4.18-4_amd64.deb ...
16:56:10 #8 13.04 Unpacking libcrypt-dev:amd64 (1:4.4.18-4) ...
16:56:10 #8 13.07 Selecting previously unselected package libtirpc-dev:amd64.
16:56:10 #8 13.07 Preparing to unpack .../035-libtirpc-dev_1.3.1-1_amd64.deb ...
16:56:10 #8 13.07 Unpacking libtirpc-dev:amd64 (1.3.1-1) ...
16:56:10 #8 13.11 Selecting previously unselected package libnsl-dev:amd64.
16:56:10 #8 13.11 Preparing to unpack .../036-libnsl-dev_1.3.0-2_amd64.deb ...
16:56:10 #8 13.11 Unpacking libnsl-dev:amd64 (1.3.0-2) ...
16:56:10 #8 13.14 Selecting previously unselected package libc6-dev:amd64.
16:56:10 #8 13.14 Preparing to unpack .../037-libc6-dev_2.31-13_amd64.deb ...
16:56:10 #8 13.15 Unpacking libc6-dev:amd64 (2.31-13) ...
16:56:10 #8 13.42 Selecting previously unselected package libisl23:amd64.
16:56:10 #8 13.42 Preparing to unpack .../038-libisl23_0.23-1_amd64.deb ...
16:56:10 #8 13.42 Unpacking libisl23:amd64 (0.23-1) ...
16:56:10 #8 13.51 Selecting previously unselected package libmpfr6:amd64.
16:56:10 #8 13.51 Preparing to unpack .../039-libmpfr6_4.1.0-3_amd64.deb ...
16:56:10 #8 13.51 Unpacking libmpfr6:amd64 (4.1.0-3) ...
16:56:10 #8 13.62 Selecting previously unselected package libmpc3:amd64.
16:56:11 #8 13.63 Preparing to unpack .../040-libmpc3_1.2.0-1_amd64.deb ...
16:56:11 #8 13.63 Unpacking libmpc3:amd64 (1.2.0-1) ...
16:56:11 #8 13.65 Selecting previously unselected package cpp-10.
16:56:11 #8 13.65 Preparing to unpack .../041-cpp-10_10.2.1-6_amd64.deb ...
16:56:11 #8 13.66 Unpacking cpp-10 (10.2.1-6) ...
16:56:11 #8 14.41 Selecting previously unselected package cpp.
16:56:11 #8 14.42 Preparing to unpack .../042-cpp_4%3a10.2.1-1_amd64.deb ...
16:56:11 #8 14.42 Unpacking cpp (4:10.2.1-1) ...
16:56:11 #8 14.45 Selecting previously unselected package libcc1-0:amd64.
16:56:11 #8 14.45 Preparing to unpack .../043-libcc1-0_10.2.1-6_amd64.deb ...
16:56:11 #8 14.45 Unpacking libcc1-0:amd64 (10.2.1-6) ...
16:56:11 #8 14.48 Selecting previously unselected package libgomp1:amd64.
16:56:11 #8 14.48 Preparing to unpack .../044-libgomp1_10.2.1-6_amd64.deb ...
16:56:11 #8 14.48 Unpacking libgomp1:amd64 (10.2.1-6) ...
16:56:11 #8 14.53 Selecting previously unselected package libitm1:amd64.
16:56:11 #8 14.53 Preparing to unpack .../045-libitm1_10.2.1-6_amd64.deb ...
16:56:11 #8 14.53 Unpacking libitm1:amd64 (10.2.1-6) ...
16:56:11 #8 14.56 Selecting previously unselected package libatomic1:amd64.
16:56:11 #8 14.56 Preparing to unpack .../046-libatomic1_10.2.1-6_amd64.deb ...
16:56:11 #8 14.56 Unpacking libatomic1:amd64 (10.2.1-6) ...
16:56:11 #8 14.59 Selecting previously unselected package libasan6:amd64.
16:56:11 #8 14.59 Preparing to unpack .../047-libasan6_10.2.1-6_amd64.deb ...
16:56:11 #8 14.60 Unpacking libasan6:amd64 (10.2.1-6) ...
16:56:12 #8 14.82 Selecting previously unselected package liblsan0:amd64.
16:56:12 #8 14.82 Preparing to unpack .../048-liblsan0_10.2.1-6_amd64.deb ...
16:56:12 #8 14.83 Unpacking liblsan0:amd64 (10.2.1-6) ...
16:56:12 #8 14.93 Selecting previously unselected package libtsan0:amd64.
16:56:12 #8 14.93 Preparing to unpack .../049-libtsan0_10.2.1-6_amd64.deb ...
16:56:12 #8 14.93 Unpacking libtsan0:amd64 (10.2.1-6) ...
16:56:12 #8 15.16 Selecting previously unselected package libubsan1:amd64.
16:56:12 #8 15.16 Preparing to unpack .../050-libubsan1_10.2.1-6_amd64.deb ...
16:56:12 #8 15.16 Unpacking libubsan1:amd64 (10.2.1-6) ...
16:56:12 #8 15.26 Selecting previously unselected package libquadmath0:amd64.
16:56:12 #8 15.26 Preparing to unpack .../051-libquadmath0_10.2.1-6_amd64.deb ...
16:56:12 #8 15.26 Unpacking libquadmath0:amd64 (10.2.1-6) ...
16:56:12 #8 15.30 Selecting previously unselected package libgcc-10-dev:amd64.
16:56:12 #8 15.30 Preparing to unpack .../052-libgcc-10-dev_10.2.1-6_amd64.deb ...
16:56:12 #8 15.30 Unpacking libgcc-10-dev:amd64 (10.2.1-6) ...
16:56:13 #8 15.66 Selecting previously unselected package gcc-10.
16:56:13 #8 15.67 Preparing to unpack .../053-gcc-10_10.2.1-6_amd64.deb ...
16:56:13 #8 15.67 Unpacking gcc-10 (10.2.1-6) ...
16:56:14 #8 17.13 Selecting previously unselected package gcc.
16:56:14 #8 17.13 Preparing to unpack .../054-gcc_4%3a10.2.1-1_amd64.deb ...
16:56:14 #8 17.13 Unpacking gcc (4:10.2.1-1) ...
16:56:14 #8 17.15 Selecting previously unselected package libstdc++-10-dev:amd64.
16:56:14 #8 17.16 Preparing to unpack .../055-libstdc++-10-dev_10.2.1-6_amd64.deb ...
16:56:14 #8 17.16 Unpacking libstdc++-10-dev:amd64 (10.2.1-6) ...
16:56:14 #8 17.40 Selecting previously unselected package g++-10.
16:56:14 #8 17.40 Preparing to unpack .../056-g++-10_10.2.1-6_amd64.deb ...
16:56:14 #8 17.41 Unpacking g++-10 (10.2.1-6) ...
16:56:15 #8 18.23 Selecting previously unselected package g++.
16:56:15 #8 18.23 Preparing to unpack .../057-g++_4%3a10.2.1-1_amd64.deb ...
16:56:15 #8 18.24 Unpacking g++ (4:10.2.1-1) ...
16:56:15 #8 18.26 Selecting previously unselected package make.
16:56:15 #8 18.26 Preparing to unpack .../058-make_4.3-4.1_amd64.deb ...
16:56:15 #8 18.26 Unpacking make (4.3-4.1) ...
16:56:15 #8 18.32 Selecting previously unselected package libdpkg-perl.
16:56:15 #8 18.32 Preparing to unpack .../059-libdpkg-perl_1.20.9_all.deb ...
16:56:15 #8 18.32 Unpacking libdpkg-perl (1.20.9) ...
16:56:15 #8 18.39 Selecting previously unselected package patch.
16:56:15 #8 18.40 Preparing to unpack .../060-patch_2.7.6-7_amd64.deb ...
16:56:15 #8 18.40 Unpacking patch (2.7.6-7) ...
16:56:15 #8 18.43 Selecting previously unselected package dpkg-dev.
16:56:15 #8 18.43 Preparing to unpack .../061-dpkg-dev_1.20.9_all.deb ...
16:56:15 #8 18.44 Unpacking dpkg-dev (1.20.9) ...
16:56:16 #8 18.56 Selecting previously unselected package build-essential.
16:56:16 #8 18.56 Preparing to unpack .../062-build-essential_12.9_amd64.deb ...
16:56:16 #8 18.56 Unpacking build-essential (12.9) ...
16:56:16 #8 18.59 Selecting previously unselected package libbrotli1:amd64.
16:56:16 #8 18.59 Preparing to unpack .../063-libbrotli1_1.0.9-2+b2_amd64.deb ...
16:56:16 #8 18.59 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
16:56:16 #8 18.64 Selecting previously unselected package libsasl2-modules-db:amd64.
16:56:16 #8 18.64 Preparing to unpack .../064-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ...
16:56:16 #8 18.65 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
16:56:16 #8 18.67 Selecting previously unselected package libsasl2-2:amd64.
16:56:16 #8 18.68 Preparing to unpack .../065-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ...
16:56:16 #8 18.68 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
16:56:16 #8 18.71 Selecting previously unselected package libldap-2.4-2:amd64.
16:56:16 #8 18.71 Preparing to unpack .../066-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ...
16:56:16 #8 18.72 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
16:56:16 #8 18.76 Selecting previously unselected package libnghttp2-14:amd64.
16:56:16 #8 18.76 Preparing to unpack .../067-libnghttp2-14_1.43.0-1_amd64.deb ...
16:56:16 #8 18.77 Unpacking libnghttp2-14:amd64 (1.43.0-1) ...
16:56:16 #8 18.80 Selecting previously unselected package libpsl5:amd64.
16:56:16 #8 18.80 Preparing to unpack .../068-libpsl5_0.21.0-1.2_amd64.deb ...
16:56:16 #8 18.80 Unpacking libpsl5:amd64 (0.21.0-1.2) ...
16:56:16 #8 18.83 Selecting previously unselected package librtmp1:amd64.
16:56:16 #8 18.84 Preparing to unpack .../069-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
16:56:16 #8 18.84 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:56:16 #8 18.87 Selecting previously unselected package libssh2-1:amd64.
16:56:16 #8 18.87 Preparing to unpack .../070-libssh2-1_1.9.0-2_amd64.deb ...
16:56:16 #8 18.87 Unpacking libssh2-1:amd64 (1.9.0-2) ...
16:56:16 #8 18.91 Selecting previously unselected package libcurl4:amd64.
16:56:16 #8 18.91 Preparing to unpack .../071-libcurl4_7.74.0-1.3+b1_amd64.deb ...
16:56:16 #8 18.91 Unpacking libcurl4:amd64 (7.74.0-1.3+b1) ...
16:56:16 #8 18.96 Selecting previously unselected package curl.
16:56:16 #8 18.96 Preparing to unpack .../072-curl_7.74.0-1.3+b1_amd64.deb ...
16:56:16 #8 18.96 Unpacking curl (7.74.0-1.3+b1) ...
16:56:16 #8 19.01 Selecting previously unselected package dctrl-tools.
16:56:16 #8 19.01 Preparing to unpack .../073-dctrl-tools_2.24-3+b1_amd64.deb ...
16:56:16 #8 19.02 Unpacking dctrl-tools (2.24-3+b1) ...
16:56:16 #8 19.05 Selecting previously unselected package libdebhelper-perl.
16:56:16 #8 19.05 Preparing to unpack .../074-libdebhelper-perl_13.3.4_all.deb ...
16:56:16 #8 19.05 Unpacking libdebhelper-perl (13.3.4) ...
16:56:16 #8 19.09 Selecting previously unselected package libtool.
16:56:16 #8 19.09 Preparing to unpack .../075-libtool_2.4.6-15_all.deb ...
16:56:16 #8 19.09 Unpacking libtool (2.4.6-15) ...
16:56:16 #8 19.13 Selecting previously unselected package dh-autoreconf.
16:56:16 #8 19.14 Preparing to unpack .../076-dh-autoreconf_20_all.deb ...
16:56:16 #8 19.14 Unpacking dh-autoreconf (20) ...
16:56:16 #8 19.16 Selecting previously unselected package libarchive-zip-perl.
16:56:16 #8 19.16 Preparing to unpack .../077-libarchive-zip-perl_1.68-1_all.deb ...
16:56:16 #8 19.16 Unpacking libarchive-zip-perl (1.68-1) ...
16:56:16 #8 19.19 Selecting previously unselected package libsub-override-perl.
16:56:16 #8 19.19 Preparing to unpack .../078-libsub-override-perl_0.09-2_all.deb ...
16:56:16 #8 19.20 Unpacking libsub-override-perl (0.09-2) ...
16:56:16 #8 19.22 Selecting previously unselected package libfile-stripnondeterminism-perl.
16:56:16 #8 19.22 Preparing to unpack .../079-libfile-stripnondeterminism-perl_1.12.0-1_all.deb ...
16:56:16 #8 19.22 Unpacking libfile-stripnondeterminism-perl (1.12.0-1) ...
16:56:16 #8 19.24 Selecting previously unselected package dh-strip-nondeterminism.
16:56:16 #8 19.25 Preparing to unpack .../080-dh-strip-nondeterminism_1.12.0-1_all.deb ...
16:56:16 #8 19.25 Unpacking dh-strip-nondeterminism (1.12.0-1) ...
16:56:16 #8 19.27 Selecting previously unselected package libelf1:amd64.
16:56:16 #8 19.27 Preparing to unpack .../081-libelf1_0.183-1_amd64.deb ...
16:56:16 #8 19.28 Unpacking libelf1:amd64 (0.183-1) ...
16:56:16 #8 19.31 Selecting previously unselected package dwz.
16:56:16 #8 19.31 Preparing to unpack .../082-dwz_0.13+20210201-1_amd64.deb ...
16:56:16 #8 19.32 Unpacking dwz (0.13+20210201-1) ...
16:56:16 #8 19.36 Selecting previously unselected package libicu67:amd64.
16:56:16 #8 19.36 Preparing to unpack .../083-libicu67_67.1-7_amd64.deb ...
16:56:16 #8 19.36 Unpacking libicu67:amd64 (67.1-7) ...
16:56:17 #8 20.22 Selecting previously unselected package libxml2:amd64.
16:56:17 #8 20.22 Preparing to unpack .../084-libxml2_2.9.10+dfsg-6.7_amd64.deb ...
16:56:17 #8 20.22 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ...
16:56:17 #8 20.30 Selecting previously unselected package gettext.
16:56:17 #8 20.30 Preparing to unpack .../085-gettext_0.21-4_amd64.deb ...
16:56:17 #8 20.30 Unpacking gettext (0.21-4) ...
16:56:17 #8 20.44 Selecting previously unselected package intltool-debian.
16:56:17 #8 20.44 Preparing to unpack .../086-intltool-debian_0.35.0+20060710.5_all.deb ...
16:56:17 #8 20.44 Unpacking intltool-debian (0.35.0+20060710.5) ...
16:56:17 #8 20.47 Selecting previously unselected package po-debconf.
16:56:17 #8 20.47 Preparing to unpack .../087-po-debconf_1.0.21+nmu1_all.deb ...
16:56:18 #8 20.47 Unpacking po-debconf (1.0.21+nmu1) ...
16:56:18 #8 20.52 Selecting previously unselected package debhelper.
16:56:18 #8 20.52 Preparing to unpack .../088-debhelper_13.3.4_all.deb ...
16:56:18 #8 20.52 Unpacking debhelper (13.3.4) ...
16:56:18 #8 20.64 Selecting previously unselected package debian-keyring.
16:56:18 #8 20.64 Preparing to unpack .../089-debian-keyring_2021.07.26_all.deb ...
16:56:18 #8 20.64 Unpacking debian-keyring (2021.07.26) ...
16:56:20 #8 23.07 Selecting previously unselected package libfakeroot:amd64.
16:56:20 #8 23.07 Preparing to unpack .../090-libfakeroot_1.25.3-1.1_amd64.deb ...
16:56:20 #8 23.08 Unpacking libfakeroot:amd64 (1.25.3-1.1) ...
16:56:20 #8 23.10 Selecting previously unselected package fakeroot.
16:56:20 #8 23.10 Preparing to unpack .../091-fakeroot_1.25.3-1.1_amd64.deb ...
16:56:20 #8 23.11 Unpacking fakeroot (1.25.3-1.1) ...
16:56:20 #8 23.14 Selecting previously unselected package libassuan0:amd64.
16:56:20 #8 23.14 Preparing to unpack .../092-libassuan0_2.5.3-7.1_amd64.deb ...
16:56:20 #8 23.14 Unpacking libassuan0:amd64 (2.5.3-7.1) ...
16:56:20 #8 23.17 Selecting previously unselected package gpgconf.
16:56:20 #8 23.17 Preparing to unpack .../093-gpgconf_2.2.27-2_amd64.deb ...
16:56:20 #8 23.17 Unpacking gpgconf (2.2.27-2) ...
16:56:20 #8 23.22 Selecting previously unselected package libksba8:amd64.
16:56:20 #8 23.22 Preparing to unpack .../094-libksba8_1.5.0-3_amd64.deb ...
16:56:20 #8 23.22 Unpacking libksba8:amd64 (1.5.0-3) ...
16:56:20 #8 23.26 Selecting previously unselected package libnpth0:amd64.
16:56:20 #8 23.26 Preparing to unpack .../095-libnpth0_1.6-3_amd64.deb ...
16:56:20 #8 23.26 Unpacking libnpth0:amd64 (1.6-3) ...
16:56:20 #8 23.29 Selecting previously unselected package dirmngr.
16:56:20 #8 23.29 Preparing to unpack .../096-dirmngr_2.2.27-2_amd64.deb ...
16:56:20 #8 23.30 Unpacking dirmngr (2.2.27-2) ...
16:56:20 #8 23.35 Selecting previously unselected package gnupg-l10n.
16:56:20 #8 23.35 Preparing to unpack .../097-gnupg-l10n_2.2.27-2_all.deb ...
16:56:20 #8 23.36 Unpacking gnupg-l10n (2.2.27-2) ...
16:56:20 #8 23.46 Selecting previously unselected package gnupg-utils.
16:56:20 #8 23.46 Preparing to unpack .../098-gnupg-utils_2.2.27-2_amd64.deb ...
16:56:20 #8 23.46 Unpacking gnupg-utils (2.2.27-2) ...
16:56:20 #8 23.53 Selecting previously unselected package gpg.
16:56:20 #8 23.53 Preparing to unpack .../099-gpg_2.2.27-2_amd64.deb ...
16:56:20 #8 23.53 Unpacking gpg (2.2.27-2) ...
16:56:20 #8 23.60 Selecting previously unselected package pinentry-curses.
16:56:21 #8 23.60 Preparing to unpack .../100-pinentry-curses_1.1.0-4_amd64.deb ...
16:56:21 #8 23.61 Unpacking pinentry-curses (1.1.0-4) ...
16:56:21 #8 23.64 Selecting previously unselected package gpg-agent.
16:56:21 #8 23.64 Preparing to unpack .../101-gpg-agent_2.2.27-2_amd64.deb ...
16:56:21 #8 23.64 Unpacking gpg-agent (2.2.27-2) ...
16:56:21 #8 23.69 Selecting previously unselected package gpg-wks-client.
16:56:21 #8 23.69 Preparing to unpack .../102-gpg-wks-client_2.2.27-2_amd64.deb ...
16:56:21 #8 23.70 Unpacking gpg-wks-client (2.2.27-2) ...
16:56:21 #8 23.73 Selecting previously unselected package gpg-wks-server.
16:56:21 #8 23.73 Preparing to unpack .../103-gpg-wks-server_2.2.27-2_amd64.deb ...
16:56:21 #8 23.73 Unpacking gpg-wks-server (2.2.27-2) ...
16:56:21 #8 23.77 Selecting previously unselected package gpgsm.
16:56:21 #8 23.77 Preparing to unpack .../104-gpgsm_2.2.27-2_amd64.deb ...
16:56:21 #8 23.77 Unpacking gpgsm (2.2.27-2) ...
16:56:21 #8 23.82 Selecting previously unselected package gnupg.
16:56:21 #8 23.82 Preparing to unpack .../105-gnupg_2.2.27-2_all.deb ...
16:56:21 #8 23.82 Unpacking gnupg (2.2.27-2) ...
16:56:21 #8 23.87 Selecting previously unselected package libfile-dirlist-perl.
16:56:21 #8 23.87 Preparing to unpack .../106-libfile-dirlist-perl_0.05-2_all.deb ...
16:56:21 #8 23.88 Unpacking libfile-dirlist-perl (0.05-2) ...
16:56:21 #8 23.90 Selecting previously unselected package libfile-which-perl.
16:56:21 #8 23.90 Preparing to unpack .../107-libfile-which-perl_1.23-1_all.deb ...
16:56:21 #8 23.90 Unpacking libfile-which-perl (1.23-1) ...
16:56:21 #8 23.92 Selecting previously unselected package libfile-homedir-perl.
16:56:21 #8 23.92 Preparing to unpack .../108-libfile-homedir-perl_1.006-1_all.deb ...
16:56:21 #8 23.93 Unpacking libfile-homedir-perl (1.006-1) ...
16:56:21 #8 23.95 Selecting previously unselected package libfile-touch-perl.
16:56:21 #8 23.95 Preparing to unpack .../109-libfile-touch-perl_0.11-1_all.deb ...
16:56:21 #8 23.95 Unpacking libfile-touch-perl (0.11-1) ...
16:56:21 #8 23.98 Selecting previously unselected package libio-pty-perl.
16:56:21 #8 23.98 Preparing to unpack .../110-libio-pty-perl_1%3a1.15-2_amd64.deb ...
16:56:21 #8 23.98 Unpacking libio-pty-perl (1:1.15-2) ...
16:56:21 #8 24.00 Selecting previously unselected package libipc-run-perl.
16:56:21 #8 24.00 Preparing to unpack .../111-libipc-run-perl_20200505.0-1_all.deb ...
16:56:21 #8 24.01 Unpacking libipc-run-perl (20200505.0-1) ...
16:56:21 #8 24.04 Selecting previously unselected package libclass-method-modifiers-perl.
16:56:21 #8 24.04 Preparing to unpack .../112-libclass-method-modifiers-perl_2.13-1_all.deb ...
16:56:21 #8 24.04 Unpacking libclass-method-modifiers-perl (2.13-1) ...
16:56:21 #8 24.06 Selecting previously unselected package libb-hooks-op-check-perl.
16:56:21 #8 24.06 Preparing to unpack .../113-libb-hooks-op-check-perl_0.22-1+b3_amd64.deb ...
16:56:21 #8 24.07 Unpacking libb-hooks-op-check-perl (0.22-1+b3) ...
16:56:21 #8 24.09 Selecting previously unselected package libdynaloader-functions-perl.
16:56:21 #8 24.09 Preparing to unpack .../114-libdynaloader-functions-perl_0.003-1.1_all.deb ...
16:56:21 #8 24.09 Unpacking libdynaloader-functions-perl (0.003-1.1) ...
16:56:21 #8 24.12 Selecting previously unselected package libdevel-callchecker-perl.
16:56:21 #8 24.12 Preparing to unpack .../115-libdevel-callchecker-perl_0.008-1+b2_amd64.deb ...
16:56:21 #8 24.12 Unpacking libdevel-callchecker-perl (0.008-1+b2) ...
16:56:21 #8 24.14 Selecting previously unselected package libparams-classify-perl.
16:56:21 #8 24.14 Preparing to unpack .../116-libparams-classify-perl_0.015-1+b3_amd64.deb ...
16:56:21 #8 24.14 Unpacking libparams-classify-perl (0.015-1+b3) ...
16:56:21 #8 24.17 Selecting previously unselected package libmodule-runtime-perl.
16:56:21 #8 24.17 Preparing to unpack .../117-libmodule-runtime-perl_0.016-1_all.deb ...
16:56:21 #8 24.17 Unpacking libmodule-runtime-perl (0.016-1) ...
16:56:21 #8 24.19 Selecting previously unselected package libimport-into-perl.
16:56:21 #8 24.19 Preparing to unpack .../118-libimport-into-perl_1.002005-1_all.deb ...
16:56:21 #8 24.20 Unpacking libimport-into-perl (1.002005-1) ...
16:56:21 #8 24.22 Selecting previously unselected package librole-tiny-perl.
16:56:21 #8 24.22 Preparing to unpack .../119-librole-tiny-perl_2.002004-1_all.deb ...
16:56:21 #8 24.22 Unpacking librole-tiny-perl (2.002004-1) ...
16:56:21 #8 24.24 Selecting previously unselected package libstrictures-perl.
16:56:21 #8 24.24 Preparing to unpack .../120-libstrictures-perl_2.000006-1_all.deb ...
16:56:21 #8 24.25 Unpacking libstrictures-perl (2.000006-1) ...
16:56:21 #8 24.27 Selecting previously unselected package libsub-quote-perl.
16:56:21 #8 24.27 Preparing to unpack .../121-libsub-quote-perl_2.006006-1_all.deb ...
16:56:21 #8 24.27 Unpacking libsub-quote-perl (2.006006-1) ...
16:56:21 #8 24.30 Selecting previously unselected package libmoo-perl.
16:56:21 #8 24.30 Preparing to unpack .../122-libmoo-perl_2.004004-1_all.deb ...
16:56:21 #8 24.30 Unpacking libmoo-perl (2.004004-1) ...
16:56:21 #8 24.33 Selecting previously unselected package libencode-locale-perl.
16:56:21 #8 24.33 Preparing to unpack .../123-libencode-locale-perl_1.05-1.1_all.deb ...
16:56:21 #8 24.33 Unpacking libencode-locale-perl (1.05-1.1) ...
16:56:21 #8 24.35 Selecting previously unselected package libtimedate-perl.
16:56:21 #8 24.35 Preparing to unpack .../124-libtimedate-perl_2.3300-2_all.deb ...
16:56:21 #8 24.36 Unpacking libtimedate-perl (2.3300-2) ...
16:56:21 #8 24.39 Selecting previously unselected package libhttp-date-perl.
16:56:21 #8 24.39 Preparing to unpack .../125-libhttp-date-perl_6.05-1_all.deb ...
16:56:21 #8 24.39 Unpacking libhttp-date-perl (6.05-1) ...
16:56:21 #8 24.41 Selecting previously unselected package libfile-listing-perl.
16:56:21 #8 24.41 Preparing to unpack .../126-libfile-listing-perl_6.14-1_all.deb ...
16:56:21 #8 24.41 Unpacking libfile-listing-perl (6.14-1) ...
16:56:21 #8 24.44 Selecting previously unselected package libhtml-tagset-perl.
16:56:21 #8 24.44 Preparing to unpack .../127-libhtml-tagset-perl_3.20-4_all.deb ...
16:56:21 #8 24.44 Unpacking libhtml-tagset-perl (3.20-4) ...
16:56:21 #8 24.46 Selecting previously unselected package liburi-perl.
16:56:21 #8 24.46 Preparing to unpack .../128-liburi-perl_5.08-1_all.deb ...
16:56:21 #8 24.47 Unpacking liburi-perl (5.08-1) ...
16:56:21 #8 24.50 Selecting previously unselected package libhtml-parser-perl.
16:56:21 #8 24.50 Preparing to unpack .../129-libhtml-parser-perl_3.75-1+b1_amd64.deb ...
16:56:21 #8 24.50 Unpacking libhtml-parser-perl (3.75-1+b1) ...
16:56:21 #8 24.53 Selecting previously unselected package libhtml-tree-perl.
16:56:21 #8 24.53 Preparing to unpack .../130-libhtml-tree-perl_5.07-2_all.deb ...
16:56:21 #8 24.54 Unpacking libhtml-tree-perl (5.07-2) ...
16:56:21 #8 24.58 Selecting previously unselected package libio-html-perl.
16:56:21 #8 24.58 Preparing to unpack .../131-libio-html-perl_1.004-2_all.deb ...
16:56:21 #8 24.58 Unpacking libio-html-perl (1.004-2) ...
16:56:21 #8 24.60 Selecting previously unselected package liblwp-mediatypes-perl.
16:56:21 #8 24.60 Preparing to unpack .../132-liblwp-mediatypes-perl_6.04-1_all.deb ...
16:56:21 #8 24.60 Unpacking liblwp-mediatypes-perl (6.04-1) ...
16:56:21 #8 24.63 Selecting previously unselected package libhttp-message-perl.
16:56:21 #8 24.63 Preparing to unpack .../133-libhttp-message-perl_6.28-1_all.deb ...
16:56:21 #8 24.63 Unpacking libhttp-message-perl (6.28-1) ...
16:56:21 #8 24.66 Selecting previously unselected package libhttp-cookies-perl.
16:56:21 #8 24.66 Preparing to unpack .../134-libhttp-cookies-perl_6.10-1_all.deb ...
16:56:22 #8 24.66 Unpacking libhttp-cookies-perl (6.10-1) ...
16:56:22 #8 24.69 Selecting previously unselected package libhttp-negotiate-perl.
16:56:22 #8 24.69 Preparing to unpack .../135-libhttp-negotiate-perl_6.01-1_all.deb ...
16:56:22 #8 24.69 Unpacking libhttp-negotiate-perl (6.01-1) ...
16:56:22 #8 24.71 Selecting previously unselected package perl-openssl-defaults:amd64.
16:56:22 #8 24.71 Preparing to unpack .../136-perl-openssl-defaults_5_amd64.deb ...
16:56:22 #8 24.72 Unpacking perl-openssl-defaults:amd64 (5) ...
16:56:22 #8 24.74 Selecting previously unselected package libnet-ssleay-perl.
16:56:22 #8 24.74 Preparing to unpack .../137-libnet-ssleay-perl_1.88-3+b1_amd64.deb ...
16:56:22 #8 24.74 Unpacking libnet-ssleay-perl (1.88-3+b1) ...
16:56:22 #8 24.79 Selecting previously unselected package libio-socket-ssl-perl.
16:56:22 #8 24.79 Preparing to unpack .../138-libio-socket-ssl-perl_2.069-1_all.deb ...
16:56:22 #8 24.80 Unpacking libio-socket-ssl-perl (2.069-1) ...
16:56:22 #8 24.84 Selecting previously unselected package libnet-http-perl.
16:56:22 #8 24.84 Preparing to unpack .../139-libnet-http-perl_6.20-1_all.deb ...
16:56:22 #8 24.84 Unpacking libnet-http-perl (6.20-1) ...
16:56:22 #8 24.86 Selecting previously unselected package liblwp-protocol-https-perl.
16:56:22 #8 24.86 Preparing to unpack .../140-liblwp-protocol-https-perl_6.10-1_all.deb ...
16:56:22 #8 24.86 Unpacking liblwp-protocol-https-perl (6.10-1) ...
16:56:22 #8 24.89 Selecting previously unselected package libtry-tiny-perl.
16:56:22 #8 24.89 Preparing to unpack .../141-libtry-tiny-perl_0.30-1_all.deb ...
16:56:22 #8 24.89 Unpacking libtry-tiny-perl (0.30-1) ...
16:56:22 #8 24.91 Selecting previously unselected package libwww-robotrules-perl.
16:56:22 #8 24.91 Preparing to unpack .../142-libwww-robotrules-perl_6.02-1_all.deb ...
16:56:22 #8 24.92 Unpacking libwww-robotrules-perl (6.02-1) ...
16:56:22 #8 24.94 Selecting previously unselected package libwww-perl.
16:56:22 #8 24.94 Preparing to unpack .../143-libwww-perl_6.52-1_all.deb ...
16:56:22 #8 24.95 Unpacking libwww-perl (6.52-1) ...
16:56:22 #8 24.99 Selecting previously unselected package patchutils.
16:56:22 #8 24.99 Preparing to unpack .../144-patchutils_0.4.2-1_amd64.deb ...
16:56:22 #8 24.99 Unpacking patchutils (0.4.2-1) ...
16:56:22 #8 25.02 Selecting previously unselected package wdiff.
16:56:22 #8 25.02 Preparing to unpack .../145-wdiff_1.2.2-2+b1_amd64.deb ...
16:56:22 #8 25.03 Unpacking wdiff (1.2.2-2+b1) ...
16:56:22 #8 25.07 Selecting previously unselected package devscripts.
16:56:22 #8 25.07 Preparing to unpack .../146-devscripts_2.21.3_amd64.deb ...
16:56:22 #8 25.09 Unpacking devscripts (2.21.3) ...
16:56:22 #8 25.21 Selecting previously unselected package diffstat.
16:56:22 #8 25.21 Preparing to unpack .../147-diffstat_1.64-1_amd64.deb ...
16:56:22 #8 25.22 Unpacking diffstat (1.64-1) ...
16:56:22 #8 25.24 Selecting previously unselected package distro-info-data.
16:56:22 #8 25.24 Preparing to unpack .../148-distro-info-data_0.51_all.deb ...
16:56:22 #8 25.24 Unpacking distro-info-data (0.51) ...
16:56:22 #8 25.27 Selecting previously unselected package python3-pkg-resources.
16:56:22 #8 25.27 Preparing to unpack .../149-python3-pkg-resources_52.0.0-4_all.deb ...
16:56:22 #8 25.28 Unpacking python3-pkg-resources (52.0.0-4) ...
16:56:22 #8 25.31 Selecting previously unselected package python3-chardet.
16:56:22 #8 25.32 Preparing to unpack .../150-python3-chardet_4.0.0-1_all.deb ...
16:56:22 #8 25.32 Unpacking python3-chardet (4.0.0-1) ...
16:56:22 #8 25.36 Selecting previously unselected package python3-six.
16:56:22 #8 25.36 Preparing to unpack .../151-python3-six_1.16.0-2_all.deb ...
16:56:22 #8 25.36 Unpacking python3-six (1.16.0-2) ...
16:56:22 #8 25.39 Selecting previously unselected package python3-debian.
16:56:22 #8 25.39 Preparing to unpack .../152-python3-debian_0.1.39_all.deb ...
16:56:22 #8 25.39 Unpacking python3-debian (0.1.39) ...
16:56:22 #8 25.43 Selecting previously unselected package libgpgme11:amd64.
16:56:22 #8 25.43 Preparing to unpack .../153-libgpgme11_1.14.0-1+b2_amd64.deb ...
16:56:22 #8 25.43 Unpacking libgpgme11:amd64 (1.14.0-1+b2) ...
16:56:22 #8 25.47 Selecting previously unselected package python3-gpg.
16:56:22 #8 25.47 Preparing to unpack .../154-python3-gpg_1.14.0-1+b2_amd64.deb ...
16:56:22 #8 25.47 Unpacking python3-gpg (1.14.0-1+b2) ...
16:56:22 #8 25.53 Selecting previously unselected package dput.
16:56:22 #8 25.53 Preparing to unpack .../155-dput_1.1.0_all.deb ...
16:56:22 #8 25.53 Unpacking dput (1.1.0) ...
16:56:22 #8 25.56 Selecting previously unselected package equivs.
16:56:22 #8 25.56 Preparing to unpack .../156-equivs_2.3.1_all.deb ...
16:56:22 #8 25.57 Unpacking equivs (2.3.1) ...
16:56:22 #8 25.59 Selecting previously unselected package fonts-dejavu-core.
16:56:22 #8 25.59 Preparing to unpack .../157-fonts-dejavu-core_2.37-2_all.deb ...
16:56:22 #8 25.60 Unpacking fonts-dejavu-core (2.37-2) ...
16:56:23 #8 25.72 Selecting previously unselected package fontconfig-config.
16:56:23 #8 25.72 Preparing to unpack .../158-fontconfig-config_2.13.1-4.2_all.deb ...
16:56:23 #8 25.80 Unpacking fontconfig-config (2.13.1-4.2) ...
16:56:23 #8 25.84 Selecting previously unselected package libcurl3-gnutls:amd64.
16:56:23 #8 25.84 Preparing to unpack .../159-libcurl3-gnutls_7.74.0-1.3+b1_amd64.deb ...
16:56:23 #8 25.84 Unpacking libcurl3-gnutls:amd64 (7.74.0-1.3+b1) ...
16:56:23 #8 25.89 Selecting previously unselected package liberror-perl.
16:56:23 #8 25.89 Preparing to unpack .../160-liberror-perl_0.17029-1_all.deb ...
16:56:23 #8 25.89 Unpacking liberror-perl (0.17029-1) ...
16:56:23 #8 25.92 Selecting previously unselected package git-man.
16:56:23 #8 25.92 Preparing to unpack .../161-git-man_1%3a2.30.2-1_all.deb ...
16:56:23 #8 25.92 Unpacking git-man (1:2.30.2-1) ...
16:56:23 #8 26.04 Selecting previously unselected package git.
16:56:23 #8 26.04 Preparing to unpack .../162-git_1%3a2.30.2-1_amd64.deb ...
16:56:23 #8 26.06 Unpacking git (1:2.30.2-1) ...
16:56:23 #8 26.58 Selecting previously unselected package iso-codes.
16:56:23 #8 26.58 Preparing to unpack .../163-iso-codes_4.6.0-1_all.deb ...
16:56:23 #8 26.58 Unpacking iso-codes (4.6.0-1) ...
16:56:24 #8 26.98 Selecting previously unselected package libalgorithm-diff-perl.
16:56:24 #8 26.98 Preparing to unpack .../164-libalgorithm-diff-perl_1.201-1_all.deb ...
16:56:24 #8 26.99 Unpacking libalgorithm-diff-perl (1.201-1) ...
16:56:24 #8 27.01 Selecting previously unselected package libalgorithm-diff-xs-perl.
16:56:24 #8 27.01 Preparing to unpack .../165-libalgorithm-diff-xs-perl_0.04-6+b1_amd64.deb ...
16:56:24 #8 27.01 Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
16:56:24 #8 27.03 Selecting previously unselected package libalgorithm-merge-perl.
16:56:24 #8 27.04 Preparing to unpack .../166-libalgorithm-merge-perl_0.08-3_all.deb ...
16:56:24 #8 27.04 Unpacking libalgorithm-merge-perl (0.08-3) ...
16:56:24 #8 27.06 Selecting previously unselected package libaliased-perl.
16:56:24 #8 27.06 Preparing to unpack .../167-libaliased-perl_0.34-1.1_all.deb ...
16:56:24 #8 27.12 Unpacking libaliased-perl (0.34-1.1) ...
16:56:24 #8 27.14 Selecting previously unselected package libapt-pkg-perl.
16:56:24 #8 27.14 Preparing to unpack .../168-libapt-pkg-perl_0.1.39_amd64.deb ...
16:56:24 #8 27.15 Unpacking libapt-pkg-perl (0.1.39) ...
16:56:24 #8 27.17 Selecting previously unselected package libarchive-cpio-perl.
16:56:24 #8 27.18 Preparing to unpack .../169-libarchive-cpio-perl_0.10-1.1_all.deb ...
16:56:24 #8 27.18 Unpacking libarchive-cpio-perl (0.10-1.1) ...
16:56:24 #8 27.20 Selecting previously unselected package libarchive13:amd64.
16:56:24 #8 27.21 Preparing to unpack .../170-libarchive13_3.4.3-2+b1_amd64.deb ...
16:56:24 #8 27.23 Unpacking libarchive13:amd64 (3.4.3-2+b1) ...
16:56:24 #8 27.28 Selecting previously unselected package libarray-intspan-perl.
16:56:24 #8 27.28 Preparing to unpack .../171-libarray-intspan-perl_2.004-1_all.deb ...
16:56:24 #8 27.29 Unpacking libarray-intspan-perl (2.004-1) ...
16:56:24 #8 27.31 Selecting previously unselected package libauthen-sasl-perl.
16:56:24 #8 27.31 Preparing to unpack .../172-libauthen-sasl-perl_2.1600-1.1_all.deb ...
16:56:24 #8 27.31 Unpacking libauthen-sasl-perl (2.1600-1.1) ...
16:56:24 #8 27.34 Selecting previously unselected package libmodule-implementation-perl.
16:56:24 #8 27.34 Preparing to unpack .../173-libmodule-implementation-perl_0.09-1.1_all.deb ...
16:56:24 #8 27.34 Unpacking libmodule-implementation-perl (0.09-1.1) ...
16:56:24 #8 27.37 Selecting previously unselected package libsub-exporter-progressive-perl.
16:56:24 #8 27.37 Preparing to unpack .../174-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
16:56:24 #8 27.37 Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
16:56:24 #8 27.39 Selecting previously unselected package libvariable-magic-perl.
16:56:24 #8 27.39 Preparing to unpack .../175-libvariable-magic-perl_0.62-1+b3_amd64.deb ...
16:56:24 #8 27.40 Unpacking libvariable-magic-perl (0.62-1+b3) ...
16:56:24 #8 27.42 Selecting previously unselected package libb-hooks-endofscope-perl.
16:56:24 #8 27.42 Preparing to unpack .../176-libb-hooks-endofscope-perl_0.24-1.1_all.deb ...
16:56:24 #8 27.43 Unpacking libb-hooks-endofscope-perl (0.24-1.1) ...
16:56:24 #8 27.45 Selecting previously unselected package libpng16-16:amd64.
16:56:24 #8 27.45 Preparing to unpack .../177-libpng16-16_1.6.37-3_amd64.deb ...
16:56:24 #8 27.46 Unpacking libpng16-16:amd64 (1.6.37-3) ...
16:56:24 #8 27.50 Selecting previously unselected package libfreetype6:amd64.
16:56:24 #8 27.51 Preparing to unpack .../178-libfreetype6_2.10.4+dfsg-1_amd64.deb ...
16:56:24 #8 27.51 Unpacking libfreetype6:amd64 (2.10.4+dfsg-1) ...
16:56:24 #8 27.57 Selecting previously unselected package libfontconfig1:amd64.
16:56:24 #8 27.57 Preparing to unpack .../179-libfontconfig1_2.13.1-4.2_amd64.deb ...
16:56:24 #8 27.57 Unpacking libfontconfig1:amd64 (2.13.1-4.2) ...
16:56:24 #8 27.61 Selecting previously unselected package libjpeg62-turbo:amd64.
16:56:25 #8 27.61 Preparing to unpack .../180-libjpeg62-turbo_1%3a2.0.6-4_amd64.deb ...
16:56:25 #8 27.62 Unpacking libjpeg62-turbo:amd64 (1:2.0.6-4) ...
16:56:25 #8 27.66 Selecting previously unselected package libdeflate0:amd64.
16:56:25 #8 27.66 Preparing to unpack .../181-libdeflate0_1.7-1_amd64.deb ...
16:56:25 #8 27.67 Unpacking libdeflate0:amd64 (1.7-1) ...
16:56:25 #8 27.70 Selecting previously unselected package libjbig0:amd64.
16:56:25 #8 27.70 Preparing to unpack .../182-libjbig0_2.1-3.1+b2_amd64.deb ...
16:56:25 #8 27.70 Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
16:56:25 #8 27.73 Selecting previously unselected package libwebp6:amd64.
16:56:25 #8 27.73 Preparing to unpack .../183-libwebp6_0.6.1-2.1_amd64.deb ...
16:56:25 #8 27.74 Unpacking libwebp6:amd64 (0.6.1-2.1) ...
16:56:25 #8 27.78 Selecting previously unselected package libtiff5:amd64.
16:56:25 #8 27.78 Preparing to unpack .../184-libtiff5_4.2.0-1_amd64.deb ...
16:56:25 #8 27.79 Unpacking libtiff5:amd64 (4.2.0-1) ...
16:56:25 #8 27.83 Selecting previously unselected package libxau6:amd64.
16:56:25 #8 27.83 Preparing to unpack .../185-libxau6_1%3a1.0.9-1_amd64.deb ...
16:56:25 #8 27.83 Unpacking libxau6:amd64 (1:1.0.9-1) ...
16:56:25 #8 27.86 Selecting previously unselected package libxdmcp6:amd64.
16:56:25 #8 27.87 Preparing to unpack .../186-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
16:56:25 #8 27.87 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
16:56:25 #8 27.90 Selecting previously unselected package libxcb1:amd64.
16:56:25 #8 27.90 Preparing to unpack .../187-libxcb1_1.14-3_amd64.deb ...
16:56:25 #8 27.90 Unpacking libxcb1:amd64 (1.14-3) ...
16:56:25 #8 27.93 Selecting previously unselected package libx11-data.
16:56:25 #8 27.93 Preparing to unpack .../188-libx11-data_2%3a1.7.2-1_all.deb ...
16:56:25 #8 27.94 Unpacking libx11-data (2:1.7.2-1) ...
16:56:25 #8 28.00 Selecting previously unselected package libx11-6:amd64.
16:56:25 #8 28.00 Preparing to unpack .../189-libx11-6_2%3a1.7.2-1_amd64.deb ...
16:56:25 #8 28.01 Unpacking libx11-6:amd64 (2:1.7.2-1) ...
16:56:25 #8 28.09 Selecting previously unselected package libxpm4:amd64.
16:56:25 #8 28.09 Preparing to unpack .../190-libxpm4_1%3a3.5.12-1_amd64.deb ...
16:56:25 #8 28.09 Unpacking libxpm4:amd64 (1:3.5.12-1) ...
16:56:25 #8 28.13 Selecting previously unselected package libgd3:amd64.
16:56:25 #8 28.13 Preparing to unpack .../191-libgd3_2.3.0-2_amd64.deb ...
16:56:25 #8 28.13 Unpacking libgd3:amd64 (2.3.0-2) ...
16:56:25 #8 28.17 Selecting previously unselected package libc-devtools.
16:56:25 #8 28.17 Preparing to unpack .../192-libc-devtools_2.31-13_amd64.deb ...
16:56:25 #8 28.17 Unpacking libc-devtools (2.31-13) ...
16:56:25 #8 28.20 Selecting previously unselected package libcapture-tiny-perl.
16:56:25 #8 28.21 Preparing to unpack .../193-libcapture-tiny-perl_0.48-1_all.deb ...
16:56:25 #8 28.21 Unpacking libcapture-tiny-perl (0.48-1) ...
16:56:25 #8 28.23 Selecting previously unselected package libclass-data-inheritable-perl.
16:56:25 #8 28.23 Preparing to unpack .../194-libclass-data-inheritable-perl_0.08-3_all.deb ...
16:56:25 #8 28.24 Unpacking libclass-data-inheritable-perl (0.08-3) ...
16:56:25 #8 28.26 Selecting previously unselected package libclass-inspector-perl.
16:56:25 #8 28.26 Preparing to unpack .../195-libclass-inspector-perl_1.36-1_all.deb ...
16:56:25 #8 28.26 Unpacking libclass-inspector-perl (1.36-1) ...
16:56:25 #8 28.29 Selecting previously unselected package libclass-xsaccessor-perl.
16:56:25 #8 28.29 Preparing to unpack .../196-libclass-xsaccessor-perl_1.19-3+b7_amd64.deb ...
16:56:25 #8 28.29 Unpacking libclass-xsaccessor-perl (1.19-3+b7) ...
16:56:25 #8 28.32 Selecting previously unselected package libclone-perl.
16:56:25 #8 28.32 Preparing to unpack .../197-libclone-perl_0.45-1+b1_amd64.deb ...
16:56:25 #8 28.33 Unpacking libclone-perl (0.45-1+b1) ...
16:56:25 #8 28.35 Selecting previously unselected package libcommon-sense-perl.
16:56:25 #8 28.35 Preparing to unpack .../198-libcommon-sense-perl_3.75-1+b4_amd64.deb ...
16:56:25 #8 28.35 Unpacking libcommon-sense-perl (3.75-1+b4) ...
16:56:25 #8 28.38 Selecting previously unselected package libconfig-tiny-perl.
16:56:25 #8 28.38 Preparing to unpack .../199-libconfig-tiny-perl_2.26-1_all.deb ...
16:56:25 #8 28.38 Unpacking libconfig-tiny-perl (2.26-1) ...
16:56:25 #8 28.41 Selecting previously unselected package libparams-util-perl.
16:56:25 #8 28.41 Preparing to unpack .../200-libparams-util-perl_1.102-1+b1_amd64.deb ...
16:56:25 #8 28.41 Unpacking libparams-util-perl (1.102-1+b1) ...
16:56:25 #8 28.44 Selecting previously unselected package libsub-install-perl.
16:56:25 #8 28.44 Preparing to unpack .../201-libsub-install-perl_0.928-1.1_all.deb ...
16:56:25 #8 28.44 Unpacking libsub-install-perl (0.928-1.1) ...
16:56:25 #8 28.46 Selecting previously unselected package libdata-optlist-perl.
16:56:25 #8 28.47 Preparing to unpack .../202-libdata-optlist-perl_0.110-1.1_all.deb ...
16:56:25 #8 28.47 Unpacking libdata-optlist-perl (0.110-1.1) ...
16:56:25 #8 28.49 Selecting previously unselected package libsub-exporter-perl.
16:56:25 #8 28.49 Preparing to unpack .../203-libsub-exporter-perl_0.987-1_all.deb ...
16:56:25 #8 28.50 Unpacking libsub-exporter-perl (0.987-1) ...
16:56:25 #8 28.52 Selecting previously unselected package libconst-fast-perl.
16:56:25 #8 28.52 Preparing to unpack .../204-libconst-fast-perl_0.014-1.1_all.deb ...
16:56:25 #8 28.53 Unpacking libconst-fast-perl (0.014-1.1) ...
16:56:25 #8 28.55 Selecting previously unselected package libwant-perl.
16:56:26 #8 28.55 Preparing to unpack .../205-libwant-perl_0.29-1+b6_amd64.deb ...
16:56:26 #8 28.55 Unpacking libwant-perl (0.29-1+b6) ...
16:56:26 #8 28.58 Selecting previously unselected package libcontextual-return-perl.
16:56:26 #8 28.58 Preparing to unpack .../206-libcontextual-return-perl_0.004014-2_all.deb ...
16:56:26 #8 28.59 Unpacking libcontextual-return-perl (0.004014-2) ...
16:56:26 #8 28.61 Selecting previously unselected package libconvert-binhex-perl.
16:56:26 #8 28.61 Preparing to unpack .../207-libconvert-binhex-perl_1.125-1_all.deb ...
16:56:26 #8 28.62 Unpacking libconvert-binhex-perl (1.125-1) ...
16:56:26 #8 28.64 Selecting previously unselected package libcpanel-json-xs-perl.
16:56:26 #8 28.64 Preparing to unpack .../208-libcpanel-json-xs-perl_4.25-1+b1_amd64.deb ...
16:56:26 #8 28.65 Unpacking libcpanel-json-xs-perl (4.25-1+b1) ...
16:56:26 #8 28.68 Selecting previously unselected package libdevel-stacktrace-perl.
16:56:26 #8 28.68 Preparing to unpack .../209-libdevel-stacktrace-perl_2.0400-1_all.deb ...
16:56:26 #8 28.68 Unpacking libdevel-stacktrace-perl (2.0400-1) ...
16:56:26 #8 28.71 Selecting previously unselected package libexception-class-perl.
16:56:26 #8 28.71 Preparing to unpack .../210-libexception-class-perl_1.44-1_all.deb ...
16:56:26 #8 28.72 Unpacking libexception-class-perl (1.44-1) ...
16:56:26 #8 28.74 Selecting previously unselected package libiterator-perl.
16:56:26 #8 28.75 Preparing to unpack .../211-libiterator-perl_0.03+ds1-1.1_all.deb ...
16:56:26 #8 28.75 Unpacking libiterator-perl (0.03+ds1-1.1) ...
16:56:26 #8 28.78 Selecting previously unselected package libiterator-util-perl.
16:56:26 #8 28.78 Preparing to unpack .../212-libiterator-util-perl_0.02+ds1-1.1_all.deb ...
16:56:26 #8 28.78 Unpacking libiterator-util-perl (0.02+ds1-1.1) ...
16:56:26 #8 28.80 Selecting previously unselected package libexporter-tiny-perl.
16:56:26 #8 28.81 Preparing to unpack .../213-libexporter-tiny-perl_1.002002-1_all.deb ...
16:56:26 #8 28.81 Unpacking libexporter-tiny-perl (1.002002-1) ...
16:56:26 #8 28.83 Selecting previously unselected package liblist-moreutils-xs-perl.
16:56:26 #8 28.84 Preparing to unpack .../214-liblist-moreutils-xs-perl_0.430-2_amd64.deb ...
16:56:26 #8 28.84 Unpacking liblist-moreutils-xs-perl (0.430-2) ...
16:56:26 #8 28.87 Selecting previously unselected package liblist-moreutils-perl.
16:56:26 #8 28.87 Preparing to unpack .../215-liblist-moreutils-perl_0.430-2_all.deb ...
16:56:26 #8 28.87 Unpacking liblist-moreutils-perl (0.430-2) ...
16:56:26 #8 28.90 Selecting previously unselected package libdata-dpath-perl.
16:56:26 #8 28.90 Preparing to unpack .../216-libdata-dpath-perl_0.58-1_all.deb ...
16:56:26 #8 28.91 Unpacking libdata-dpath-perl (0.58-1) ...
16:56:26 #8 28.94 Selecting previously unselected package libdata-dump-perl.
16:56:26 #8 28.94 Preparing to unpack .../217-libdata-dump-perl_1.23-1.1_all.deb ...
16:56:26 #8 28.94 Unpacking libdata-dump-perl (1.23-1.1) ...
16:56:26 #8 28.97 Selecting previously unselected package libdata-messagepack-perl.
16:56:26 #8 28.97 Preparing to unpack .../218-libdata-messagepack-perl_1.00-4+b1_amd64.deb ...
16:56:26 #8 28.97 Unpacking libdata-messagepack-perl (1.00-4+b1) ...
16:56:26 #8 29.00 Selecting previously unselected package libnet-domain-tld-perl.
16:56:26 #8 29.00 Preparing to unpack .../219-libnet-domain-tld-perl_1.75-1.1_all.deb ...
16:56:26 #8 29.01 Unpacking libnet-domain-tld-perl (1.75-1.1) ...
16:56:26 #8 29.03 Selecting previously unselected package libdata-validate-domain-perl.
16:56:26 #8 29.03 Preparing to unpack .../220-libdata-validate-domain-perl_0.10-1.1_all.deb ...
16:56:26 #8 29.04 Unpacking libdata-validate-domain-perl (0.10-1.1) ...
16:56:26 #8 29.06 Selecting previously unselected package libdevel-size-perl.
16:56:26 #8 29.06 Preparing to unpack .../221-libdevel-size-perl_0.83-1+b2_amd64.deb ...
16:56:26 #8 29.06 Unpacking libdevel-size-perl (0.83-1+b2) ...
16:56:26 #8 29.09 Selecting previously unselected package libdistro-info-perl.
16:56:26 #8 29.09 Preparing to unpack .../222-libdistro-info-perl_1.0_all.deb ...
16:56:26 #8 29.09 Unpacking libdistro-info-perl (1.0) ...
16:56:26 #8 29.12 Selecting previously unselected package libemail-address-xs-perl.
16:56:26 #8 29.12 Preparing to unpack .../223-libemail-address-xs-perl_1.04-1+b3_amd64.deb ...
16:56:26 #8 29.13 Unpacking libemail-address-xs-perl (1.04-1+b3) ...
16:56:26 #8 29.16 Selecting previously unselected package libfcgi0ldbl:amd64.
16:56:26 #8 29.16 Preparing to unpack .../224-libfcgi0ldbl_2.4.2-2_amd64.deb ...
16:56:26 #8 29.16 Unpacking libfcgi0ldbl:amd64 (2.4.2-2) ...
16:56:26 #8 29.19 Selecting previously unselected package libfcgi-bin.
16:56:26 #8 29.19 Preparing to unpack .../225-libfcgi-bin_2.4.2-2_amd64.deb ...
16:56:26 #8 29.20 Unpacking libfcgi-bin (2.4.2-2) ...
16:56:26 #8 29.22 Selecting previously unselected package libfcgi-perl:amd64.
16:56:26 #8 29.22 Preparing to unpack .../226-libfcgi-perl_0.79+ds-2_amd64.deb ...
16:56:26 #8 29.23 Unpacking libfcgi-perl:amd64 (0.79+ds-2) ...
16:56:26 #8 29.25 Selecting previously unselected package libipc-system-simple-perl.
16:56:26 #8 29.25 Preparing to unpack .../227-libipc-system-simple-perl_1.30-1_all.deb ...
16:56:26 #8 29.26 Unpacking libipc-system-simple-perl (1.30-1) ...
16:56:26 #8 29.28 Selecting previously unselected package libfile-basedir-perl.
16:56:26 #8 29.28 Preparing to unpack .../228-libfile-basedir-perl_0.08-1_all.deb ...
16:56:26 #8 29.29 Unpacking libfile-basedir-perl (0.08-1) ...
16:56:26 #8 29.31 Selecting previously unselected package libfile-chdir-perl.
16:56:26 #8 29.31 Preparing to unpack .../229-libfile-chdir-perl_0.1008-1.1_all.deb ...
16:56:26 #8 29.31 Unpacking libfile-chdir-perl (0.1008-1.1) ...
16:56:26 #8 29.34 Selecting previously unselected package libfile-fcntllock-perl.
16:56:26 #8 29.34 Preparing to unpack .../230-libfile-fcntllock-perl_0.22-3+b7_amd64.deb ...
16:56:26 #8 29.34 Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
16:56:26 #8 29.36 Selecting previously unselected package libnumber-compare-perl.
16:56:26 #8 29.37 Preparing to unpack .../231-libnumber-compare-perl_0.03-1.1_all.deb ...
16:56:26 #8 29.37 Unpacking libnumber-compare-perl (0.03-1.1) ...
16:56:26 #8 29.40 Selecting previously unselected package libtext-glob-perl.
16:56:26 #8 29.40 Preparing to unpack .../232-libtext-glob-perl_0.11-1_all.deb ...
16:56:26 #8 29.40 Unpacking libtext-glob-perl (0.11-1) ...
16:56:26 #8 29.43 Selecting previously unselected package libfile-find-rule-perl.
16:56:26 #8 29.43 Preparing to unpack .../233-libfile-find-rule-perl_0.34-1_all.deb ...
16:56:26 #8 29.43 Unpacking libfile-find-rule-perl (0.34-1) ...
16:56:26 #8 29.46 Selecting previously unselected package libfont-afm-perl.
16:56:26 #8 29.46 Preparing to unpack .../234-libfont-afm-perl_1.20-3_all.deb ...
16:56:26 #8 29.46 Unpacking libfont-afm-perl (1.20-3) ...
16:56:26 #8 29.49 Selecting previously unselected package libio-string-perl.
16:56:26 #8 29.49 Preparing to unpack .../235-libio-string-perl_1.08-3.1_all.deb ...
16:56:26 #8 29.50 Unpacking libio-string-perl (1.08-3.1) ...
16:56:26 #8 29.52 Selecting previously unselected package libfont-ttf-perl.
16:56:26 #8 29.52 Preparing to unpack .../236-libfont-ttf-perl_1.06-1.1_all.deb ...
16:56:26 #8 29.53 Unpacking libfont-ttf-perl (1.06-1.1) ...
16:56:26 #8 29.58 Selecting previously unselected package libio-stringy-perl.
16:56:26 #8 29.59 Preparing to unpack .../237-libio-stringy-perl_2.111-3_all.deb ...
16:56:26 #8 29.59 Unpacking libio-stringy-perl (2.111-3) ...
16:56:26 #8 29.62 Selecting previously unselected package libparams-validate-perl:amd64.
16:56:26 #8 29.62 Preparing to unpack .../238-libparams-validate-perl_1.30-1+b1_amd64.deb ...
16:56:26 #8 29.62 Unpacking libparams-validate-perl:amd64 (1.30-1+b1) ...
16:56:26 #8 29.65 Selecting previously unselected package libgetopt-long-descriptive-perl.
16:56:26 #8 29.65 Preparing to unpack .../239-libgetopt-long-descriptive-perl_0.105-1_all.deb ...
16:56:26 #8 29.66 Unpacking libgetopt-long-descriptive-perl (0.105-1) ...
16:56:26 #8 29.68 Selecting previously unselected package libsort-versions-perl.
16:56:26 #8 29.68 Preparing to unpack .../240-libsort-versions-perl_1.62-1_all.deb ...
16:56:26 #8 29.68 Unpacking libsort-versions-perl (1.62-1) ...
16:56:27 #8 29.71 Selecting previously unselected package libgit-wrapper-perl.
16:56:27 #8 29.71 Preparing to unpack .../241-libgit-wrapper-perl_0.048-1_all.deb ...
16:56:27 #8 29.71 Unpacking libgit-wrapper-perl (0.048-1) ...
16:56:27 #8 29.74 Selecting previously unselected package libhttp-tiny-multipart-perl.
16:56:27 #8 29.74 Preparing to unpack .../242-libhttp-tiny-multipart-perl_0.08-1.1_all.deb ...
16:56:27 #8 29.75 Unpacking libhttp-tiny-multipart-perl (0.08-1.1) ...
16:56:27 #8 29.77 Selecting previously unselected package libio-prompter-perl.
16:56:27 #8 29.77 Preparing to unpack .../243-libio-prompter-perl_0.004015-1_all.deb ...
16:56:27 #8 29.77 Unpacking libio-prompter-perl (0.004015-1) ...
16:56:27 #8 29.80 Selecting previously unselected package libjson-perl.
16:56:27 #8 29.80 Preparing to unpack .../244-libjson-perl_4.03000-1_all.deb ...
16:56:27 #8 29.80 Unpacking libjson-perl (4.03000-1) ...
16:56:27 #8 29.83 Selecting previously unselected package liblog-any-perl.
16:56:27 #8 29.83 Preparing to unpack .../245-liblog-any-perl_1.709-1_all.deb ...
16:56:27 #8 29.84 Unpacking liblog-any-perl (1.709-1) ...
16:56:27 #8 29.87 Selecting previously unselected package liblog-any-adapter-screen-perl.
16:56:27 #8 29.87 Preparing to unpack .../246-liblog-any-adapter-screen-perl_0.140-1_all.deb ...
16:56:27 #8 29.87 Unpacking liblog-any-adapter-screen-perl (0.140-1) ...
16:56:27 #8 29.90 Selecting previously unselected package libpackage-stash-perl.
16:56:27 #8 29.90 Preparing to unpack .../247-libpackage-stash-perl_0.39-1_all.deb ...
16:56:27 #8 29.90 Unpacking libpackage-stash-perl (0.39-1) ...
16:56:27 #8 29.92 Selecting previously unselected package libsub-identify-perl.
16:56:27 #8 29.93 Preparing to unpack .../248-libsub-identify-perl_0.14-1+b3_amd64.deb ...
16:56:27 #8 29.93 Unpacking libsub-identify-perl (0.14-1+b3) ...
16:56:27 #8 29.95 Selecting previously unselected package libsub-name-perl.
16:56:27 #8 29.95 Preparing to unpack .../249-libsub-name-perl_0.26-1+b1_amd64.deb ...
16:56:27 #8 29.95 Unpacking libsub-name-perl (0.26-1+b1) ...
16:56:27 #8 29.98 Selecting previously unselected package libnamespace-clean-perl.
16:56:27 #8 29.98 Preparing to unpack .../250-libnamespace-clean-perl_0.27-1_all.deb ...
16:56:27 #8 29.98 Unpacking libnamespace-clean-perl (0.27-1) ...
16:56:27 #8 30.05 Selecting previously unselected package libpath-tiny-perl.
16:56:27 #8 30.05 Preparing to unpack .../251-libpath-tiny-perl_0.118-1_all.deb ...
16:56:27 #8 30.06 Unpacking libpath-tiny-perl (0.118-1) ...
16:56:27 #8 30.08 Selecting previously unselected package libtype-tiny-perl.
16:56:27 #8 30.09 Preparing to unpack .../252-libtype-tiny-perl_1.012001-2_all.deb ...
16:56:27 #8 30.09 Unpacking libtype-tiny-perl (1.012001-2) ...
16:56:27 #8 30.15 Selecting previously unselected package libgitlab-api-v4-perl.
16:56:27 #8 30.15 Preparing to unpack .../253-libgitlab-api-v4-perl_0.26-1_all.deb ...
16:56:27 #8 30.15 Unpacking libgitlab-api-v4-perl (0.26-1) ...
16:56:27 #8 30.20 Selecting previously unselected package libglib2.0-0:amd64.
16:56:27 #8 30.20 Preparing to unpack .../254-libglib2.0-0_2.66.8-1_amd64.deb ...
16:56:27 #8 30.20 Unpacking libglib2.0-0:amd64 (2.66.8-1) ...
16:56:27 #8 30.34 Selecting previously unselected package libglib2.0-data.
16:56:27 #8 30.35 Preparing to unpack .../255-libglib2.0-data_2.66.8-1_all.deb ...
16:56:27 #8 30.35 Unpacking libglib2.0-data (2.66.8-1) ...
16:56:27 #8 30.51 Selecting previously unselected package libgpm2:amd64.
16:56:27 #8 30.51 Preparing to unpack .../256-libgpm2_1.20.7-8_amd64.deb ...
16:56:27 #8 30.52 Unpacking libgpm2:amd64 (1.20.7-8) ...
16:56:27 #8 30.54 Selecting previously unselected package libhash-fieldhash-perl.
16:56:27 #8 30.54 Preparing to unpack .../257-libhash-fieldhash-perl_0.15-1+b3_amd64.deb ...
16:56:27 #8 30.55 Unpacking libhash-fieldhash-perl (0.15-1+b3) ...
16:56:27 #8 30.57 Selecting previously unselected package libhtml-form-perl.
16:56:27 #8 30.57 Preparing to unpack .../258-libhtml-form-perl_6.07-1_all.deb ...
16:56:27 #8 30.58 Unpacking libhtml-form-perl (6.07-1) ...
16:56:27 #8 30.60 Selecting previously unselected package libhtml-format-perl.
16:56:27 #8 30.60 Preparing to unpack .../259-libhtml-format-perl_2.12-1.1_all.deb ...
16:56:27 #8 30.60 Unpacking libhtml-format-perl (2.12-1.1) ...
16:56:27 #8 30.63 Selecting previously unselected package libhtml-html5-entities-perl.
16:56:27 #8 30.63 Preparing to unpack .../260-libhtml-html5-entities-perl_0.004-1.1_all.deb ...
16:56:27 #8 30.64 Unpacking libhtml-html5-entities-perl (0.004-1.1) ...
16:56:27 #8 30.66 Selecting previously unselected package libhttp-daemon-perl.
16:56:27 #8 30.66 Preparing to unpack .../261-libhttp-daemon-perl_6.12-1_all.deb ...
16:56:27 #8 30.67 Unpacking libhttp-daemon-perl (6.12-1) ...
16:56:27 #8 30.69 Selecting previously unselected package libio-sessiondata-perl.
16:56:28 #8 30.69 Preparing to unpack .../262-libio-sessiondata-perl_1.03-1.1_all.deb ...
16:56:28 #8 30.69 Unpacking libio-sessiondata-perl (1.03-1.1) ...
16:56:28 #8 30.71 Selecting previously unselected package libipc-run3-perl.
16:56:28 #8 30.72 Preparing to unpack .../263-libipc-run3-perl_0.048-2_all.deb ...
16:56:28 #8 30.72 Unpacking libipc-run3-perl (0.048-2) ...
16:56:28 #8 30.74 Selecting previously unselected package libtypes-serialiser-perl.
16:56:28 #8 30.75 Preparing to unpack .../264-libtypes-serialiser-perl_1.01-1_all.deb ...
16:56:28 #8 30.75 Unpacking libtypes-serialiser-perl (1.01-1) ...
16:56:28 #8 30.77 Selecting previously unselected package libjson-xs-perl.
16:56:28 #8 30.77 Preparing to unpack .../265-libjson-xs-perl_4.030-1+b1_amd64.deb ...
16:56:28 #8 30.78 Unpacking libjson-xs-perl (4.030-1+b1) ...
16:56:28 #8 30.81 Selecting previously unselected package libjson-maybexs-perl.
16:56:28 #8 30.81 Preparing to unpack .../266-libjson-maybexs-perl_1.004003-1_all.deb ...
16:56:28 #8 30.81 Unpacking libjson-maybexs-perl (1.004003-1) ...
16:56:28 #8 30.84 Selecting previously unselected package libldap-common.
16:56:28 #8 30.84 Preparing to unpack .../267-libldap-common_2.4.57+dfsg-3_all.deb ...
16:56:28 #8 30.84 Unpacking libldap-common (2.4.57+dfsg-3) ...
16:56:28 #8 30.87 Selecting previously unselected package liblist-compare-perl.
16:56:28 #8 30.88 Preparing to unpack .../268-liblist-compare-perl_0.55-1_all.deb ...
16:56:28 #8 30.88 Unpacking liblist-compare-perl (0.55-1) ...
16:56:28 #8 30.90 Selecting previously unselected package liblist-someutils-perl.
16:56:28 #8 30.91 Preparing to unpack .../269-liblist-someutils-perl_0.58-1_all.deb ...
16:56:28 #8 30.91 Unpacking liblist-someutils-perl (0.58-1) ...
16:56:28  dpkg-genbuildinfo
16:56:28  dpkg-genchanges  >../docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.changes
16:56:28 dpkg-genchanges: info: including full source code in upload
16:56:28  dpkg-source -I.git --after-build .
16:56:28 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
16:56:28 + destination=/build
16:56:28 + mkdir -p /build
16:56:28 + mv -v /root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb /root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb /root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye.dsc /root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye.tar.gz /root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.buildinfo /root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.changes /root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb /build
16:56:28 copied '/root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb'
16:56:28 removed '/root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb'
16:56:28 copied '/root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb'
16:56:28 removed '/root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb'
16:56:28 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye.dsc' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye.dsc'
16:56:28 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye.dsc'
16:56:28 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye.tar.gz'
16:56:28 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye.tar.gz'
16:56:28 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.buildinfo' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.buildinfo'
16:56:28 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.buildinfo'
16:56:28 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.changes' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.changes'
16:56:28 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.changes'
16:56:28 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb'
16:56:28 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~raspbian-bullseye_armhf.deb'
16:56:28 #8 30.93 Selecting previously unselected package liblist-someutils-xs-perl.
16:56:28 #8 30.94 Preparing to unpack .../270-liblist-someutils-xs-perl_0.58-2+b1_amd64.deb ...
16:56:28 #8 30.94 Unpacking liblist-someutils-xs-perl (0.58-2+b1) ...
16:56:28 #8 30.96 Selecting previously unselected package liblist-utilsby-perl.
16:56:28 #8 30.97 Preparing to unpack .../271-liblist-utilsby-perl_0.11-1_all.deb ...
16:56:28 #8 30.97 Unpacking liblist-utilsby-perl (0.11-1) ...
16:56:28 #8 31.00 Selecting previously unselected package libltdl7:amd64.
16:56:28 #8 31.00 Preparing to unpack .../272-libltdl7_2.4.6-15_amd64.deb ...
16:56:28 #8 31.00 Unpacking libltdl7:amd64 (2.4.6-15) ...
16:56:28 #8 31.03 Selecting previously unselected package libltdl-dev:amd64.
16:56:28 #8 31.04 Preparing to unpack .../273-libltdl-dev_2.4.6-15_amd64.deb ...
16:56:28 #8 31.04 Unpacking libltdl-dev:amd64 (2.4.6-15) ...
16:56:28 #8 31.09 Selecting previously unselected package liblzo2-2:amd64.
16:56:28 #8 31.09 Preparing to unpack .../274-liblzo2-2_2.10-2_amd64.deb ...
16:56:28 #8 31.09 Unpacking liblzo2-2:amd64 (2.10-2) ...
16:56:28 #8 31.12 Selecting previously unselected package libsys-hostname-long-perl.
16:56:28 #8 31.12 Preparing to unpack .../275-libsys-hostname-long-perl_1.5-2_all.deb ...
16:56:28 #8 31.13 Unpacking libsys-hostname-long-perl (1.5-2) ...
16:56:28 #8 31.15 Selecting previously unselected package libmail-sendmail-perl.
16:56:28 #8 31.15 Preparing to unpack .../276-libmail-sendmail-perl_0.80-1.1_all.deb ...
16:56:28 #8 31.16 Unpacking libmail-sendmail-perl (0.80-1.1) ...
16:56:28 #8 31.18 Selecting previously unselected package libnet-smtp-ssl-perl.
16:56:28 #8 31.18 Preparing to unpack .../277-libnet-smtp-ssl-perl_1.04-1_all.deb ...
16:56:28 #8 31.18 Unpacking libnet-smtp-ssl-perl (1.04-1) ...
16:56:28 #8 31.21 Selecting previously unselected package libmailtools-perl.
16:56:28 #8 31.21 Preparing to unpack .../278-libmailtools-perl_2.21-1_all.deb ...
16:56:28 #8 31.21 Unpacking libmailtools-perl (2.21-1) ...
16:56:28 #8 31.25 Selecting previously unselected package libmarkdown2:amd64.
16:56:28 #8 31.25 Preparing to unpack .../279-libmarkdown2_2.2.6-1_amd64.deb ...
16:56:28 #8 31.26 Unpacking libmarkdown2:amd64 (2.2.6-1) ...
16:56:28 #8 31.28 Selecting previously unselected package libmime-tools-perl.
16:56:28 #8 31.29 Preparing to unpack .../280-libmime-tools-perl_5.509-1_all.deb ...
16:56:28 #8 31.29 Unpacking libmime-tools-perl (5.509-1) ...
16:56:28 #8 31.33 Selecting previously unselected package libmoox-aliases-perl.
16:56:28 #8 31.33 Preparing to unpack .../281-libmoox-aliases-perl_0.001006-1.1_all.deb ...
16:56:28 #8 31.34 Unpacking libmoox-aliases-perl (0.001006-1.1) ...
16:56:28 #8 31.36 Selecting previously unselected package libnamespace-autoclean-perl.
16:56:28 #8 31.36 Preparing to unpack .../282-libnamespace-autoclean-perl_0.29-1_all.deb ...
16:56:28 #8 31.36 Unpacking libnamespace-autoclean-perl (0.29-1) ...
16:56:28 #8 31.39 Selecting previously unselected package libobject-id-perl.
16:56:28 #8 31.39 Preparing to unpack .../283-libobject-id-perl_0.1.2-2.1_all.deb ...
16:56:28 #8 31.39 Unpacking libobject-id-perl (0.1.2-2.1) ...
16:56:28 #8 31.42 Selecting previously unselected package libmoox-struct-perl.
16:56:28 #8 31.42 Preparing to unpack .../284-libmoox-struct-perl_0.020-1_all.deb ...
16:56:28 #8 31.42 Unpacking libmoox-struct-perl (0.020-1) ...
16:56:28 #8 31.44 Selecting previously unselected package libmouse-perl.
16:56:28 #8 31.45 Preparing to unpack .../285-libmouse-perl_2.5.10-1+b1_amd64.deb ...
16:56:28 #8 31.45 Unpacking libmouse-perl (2.5.10-1+b1) ...
16:56:28 #8 31.49 Selecting previously unselected package libnumber-range-perl.
16:56:28 #8 31.49 Preparing to unpack .../286-libnumber-range-perl_0.12-1.1_all.deb ...
16:56:28 #8 31.49 Unpacking libnumber-range-perl (0.12-1.1) ...
16:56:28 #8 31.52 Selecting previously unselected package libossp-uuid16:amd64.
16:56:28 #8 31.52 Preparing to unpack .../287-libossp-uuid16_1.6.2-1.5+b9_amd64.deb ...
16:56:28 #8 31.52 Unpacking libossp-uuid16:amd64 (1.6.2-1.5+b9) ...
16:56:28 #8 31.55 Selecting previously unselected package libossp-uuid-perl.
16:56:28 #8 31.55 Preparing to unpack .../288-libossp-uuid-perl_1.6.2-1.5+b9_amd64.deb ...
16:56:28 #8 31.56 Unpacking libossp-uuid-perl (1.6.2-1.5+b9) ...
16:56:28 #8 31.58 Selecting previously unselected package libpackage-stash-xs-perl.
16:56:28 #8 31.58 Preparing to unpack .../289-libpackage-stash-xs-perl_0.29-1+b2_amd64.deb ...
16:56:28 #8 31.59 Unpacking libpackage-stash-xs-perl (0.29-1+b2) ...
16:56:28 #8 31.61 Selecting previously unselected package libpath-iterator-rule-perl.
16:56:28 #8 31.61 Preparing to unpack .../290-libpath-iterator-rule-perl_1.014-1_all.deb ...
16:56:28 #8 31.61 Unpacking libpath-iterator-rule-perl (1.014-1) ...
16:56:28 #8 31.64 Selecting previously unselected package libperlio-gzip-perl.
16:56:28 #8 31.64 Preparing to unpack .../291-libperlio-gzip-perl_0.19-1+b7_amd64.deb ...
16:56:28 #8 31.65 Unpacking libperlio-gzip-perl (0.19-1+b7) ...
16:56:28 #8 31.67 Selecting previously unselected package libpod-parser-perl.
16:56:28 #8 31.67 Preparing to unpack .../292-libpod-parser-perl_1.63-2_all.deb ...
16:56:28 #8 31.69 Adding 'diversion of /usr/bin/podselect to /usr/bin/podselect.bundled by libpod-parser-perl'
16:56:28 #8 31.70 Adding 'diversion of /usr/share/man/man1/podselect.1.gz to /usr/share/man/man1/podselect.bundled.1.gz by libpod-parser-perl'
16:56:28 #8 31.70 Unpacking libpod-parser-perl (1.63-2) ...
16:56:28 #8 31.73 Selecting previously unselected package libpod-constants-perl.
16:56:29 #8 31.74 Preparing to unpack .../293-libpod-constants-perl_0.19-2_all.deb ...
16:56:29 #8 31.74 Unpacking libpod-constants-perl (0.19-2) ...
16:56:29 #8 31.76 Selecting previously unselected package libproc-processtable-perl.
16:56:29 #8 31.77 Preparing to unpack .../294-libproc-processtable-perl_0.59-2+b1_amd64.deb ...
16:56:29 #8 31.77 Unpacking libproc-processtable-perl (0.59-2+b1) ...
16:56:29 #8 31.80 Selecting previously unselected package libre2-9:amd64.
16:56:29 #8 31.81 Preparing to unpack .../295-libre2-9_20210201+dfsg-1_amd64.deb ...
16:56:29 #8 31.81 Unpacking libre2-9:amd64 (20210201+dfsg-1) ...
16:56:29 #8 31.84 Selecting previously unselected package libre-engine-re2-perl:amd64.
16:56:29 #8 31.85 Preparing to unpack .../296-libre-engine-re2-perl_0.14-1_amd64.deb ...
16:56:29 #8 31.85 Unpacking libre-engine-re2-perl:amd64 (0.14-1) ...
16:56:29 #8 31.87 Selecting previously unselected package libreadonly-perl.
16:56:29 #8 31.88 Preparing to unpack .../297-libreadonly-perl_2.050-3_all.deb ...
16:56:29 #8 31.88 Unpacking libreadonly-perl (2.050-3) ...
16:56:29 #8 31.90 Selecting previously unselected package libref-util-perl.
16:56:29 #8 31.90 Preparing to unpack .../298-libref-util-perl_0.204-1_all.deb ...
16:56:29 #8 31.91 Unpacking libref-util-perl (0.204-1) ...
16:56:29 #8 31.93 Selecting previously unselected package libref-util-xs-perl.
16:56:29 #8 31.93 Preparing to unpack .../299-libref-util-xs-perl_0.117-1+b3_amd64.deb ...
16:56:29 #8 31.94 Unpacking libref-util-xs-perl (0.117-1+b3) ...
16:56:29 #8 31.96 Selecting previously unselected package libregexp-pattern-license-perl.
16:56:29 #8 31.96 Preparing to unpack .../300-libregexp-pattern-license-perl_3.4.0-1_all.deb ...
16:56:29 #8 31.96 Unpacking libregexp-pattern-license-perl (3.4.0-1) ...
16:56:29 #8 31.99 Selecting previously unselected package libregexp-pattern-perl.
16:56:29 #8 31.99 Preparing to unpack .../301-libregexp-pattern-perl_0.2.14-1_all.deb ...
16:56:29 #8 32.00 Unpacking libregexp-pattern-perl (0.2.14-1) ...
16:56:29 #8 32.02 Selecting previously unselected package libsasl2-modules:amd64.
16:56:29 #8 32.03 Preparing to unpack .../302-libsasl2-modules_2.1.27+dfsg-2.1_amd64.deb ...
16:56:29 #8 32.03 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2.1) ...
16:56:29 #8 32.06 Selecting previously unselected package libsereal-decoder-perl.
16:56:29 #8 32.06 Preparing to unpack .../303-libsereal-decoder-perl_4.018+ds-1+b1_amd64.deb ...
16:56:29 #8 32.07 Unpacking libsereal-decoder-perl (4.018+ds-1+b1) ...
16:56:29 #8 32.10 Selecting previously unselected package libsereal-encoder-perl.
16:56:29 #8 32.10 Preparing to unpack .../304-libsereal-encoder-perl_4.018+ds-1+b1_amd64.deb ...
16:56:29 #8 32.10 Unpacking libsereal-encoder-perl (4.018+ds-1+b1) ...
16:56:29 #8 32.14 Selecting previously unselected package libtask-weaken-perl.
16:56:29 #8 32.14 Preparing to unpack .../305-libtask-weaken-perl_1.06-1_all.deb ...
16:56:29 #8 32.14 Unpacking libtask-weaken-perl (1.06-1) ...
16:56:29 #8 32.16 Selecting previously unselected package libxml-parser-perl:amd64.
16:56:29 #8 32.16 Preparing to unpack .../306-libxml-parser-perl_2.46-2_amd64.deb ...
16:56:29 #8 32.16 Unpacking libxml-parser-perl:amd64 (2.46-2) ...
16:56:29 #8 32.21 Selecting previously unselected package libsoap-lite-perl.
16:56:29 #8 32.21 Preparing to unpack .../307-libsoap-lite-perl_1.27-1_all.deb ...
16:56:29 #8 32.21 Unpacking libsoap-lite-perl (1.27-1) ...
16:56:29 #8 32.27 Selecting previously unselected package libsort-key-perl.
16:56:29 #8 32.27 Preparing to unpack .../308-libsort-key-perl_1.33-2+b3_amd64.deb ...
16:56:29 #8 32.27 Unpacking libsort-key-perl (1.33-2+b3) ...
16:56:29 #8 32.30 Selecting previously unselected package libstring-copyright-perl.
16:56:29 #8 32.30 Preparing to unpack .../309-libstring-copyright-perl_0.003006-1_all.deb ...
16:56:29 #8 32.30 Unpacking libstring-copyright-perl (0.003006-1) ...
16:56:29 #8 32.32 Selecting previously unselected package libstring-escape-perl.
16:56:29 #8 32.32 Preparing to unpack .../310-libstring-escape-perl_2010.002-2_all.deb ...
16:56:29 #8 32.33 Unpacking libstring-escape-perl (2010.002-2) ...
16:56:29 #8 32.35 Selecting previously unselected package libstring-shellquote-perl.
16:56:29 #8 32.35 Preparing to unpack .../311-libstring-shellquote-perl_1.04-1_all.deb ...
16:56:29 #8 32.36 Unpacking libstring-shellquote-perl (1.04-1) ...
16:56:29 #8 32.38 Selecting previously unselected package libsys-cpuaffinity-perl:amd64.
16:56:29 #8 32.38 Preparing to unpack .../312-libsys-cpuaffinity-perl_1.13~03-1_amd64.deb ...
16:56:29 #8 32.38 Unpacking libsys-cpuaffinity-perl:amd64 (1.13~03-1) ...
16:56:29 #8 32.41 Selecting previously unselected package libterm-readkey-perl.
16:56:29 #8 32.41 Preparing to unpack .../313-libterm-readkey-perl_2.38-1+b2_amd64.deb ...
16:56:29 #8 32.42 Unpacking libterm-readkey-perl (2.38-1+b2) ...
16:56:29 #8 32.44 Selecting previously unselected package libtext-levenshteinxs-perl.
16:56:29 #8 32.44 Preparing to unpack .../314-libtext-levenshteinxs-perl_0.03-4+b8_amd64.deb ...
16:56:29 #8 32.44 Unpacking libtext-levenshteinxs-perl (0.03-4+b8) ...
16:56:29 #8 32.47 Selecting previously unselected package libtext-markdown-discount-perl:amd64.
16:56:29 #8 32.47 Preparing to unpack .../315-libtext-markdown-discount-perl_0.12-1+b1_amd64.deb ...
16:56:29 #8 32.47 Unpacking libtext-markdown-discount-perl:amd64 (0.12-1+b1) ...
16:56:29 #8 32.50 Selecting previously unselected package libtext-xslate-perl.
16:56:30 #8 32.50 Preparing to unpack .../316-libtext-xslate-perl_3.5.8-1+b1_amd64.deb ...
16:56:30 #8 32.50 Unpacking libtext-xslate-perl (3.5.8-1+b1) ...
16:56:30 #8 32.55 Selecting previously unselected package libtime-duration-perl.
16:56:30 #8 32.55 Preparing to unpack .../317-libtime-duration-perl_1.21-1_all.deb ...
16:56:30 #8 32.55 Unpacking libtime-duration-perl (1.21-1) ...
16:56:30 #8 32.58 Selecting previously unselected package libtime-moment-perl.
16:56:30 #8 32.58 Preparing to unpack .../318-libtime-moment-perl_0.44-1+b3_amd64.deb ...
16:56:30 #8 32.58 Unpacking libtime-moment-perl (0.44-1+b3) ...
16:56:30 #8 32.61 Selecting previously unselected package libtype-tiny-xs-perl.
16:56:30 #8 32.62 Preparing to unpack .../319-libtype-tiny-xs-perl_0.022-1_amd64.deb ...
16:56:30 #8 32.62 Unpacking libtype-tiny-xs-perl (0.022-1) ...
16:56:30 #8 32.64 Selecting previously unselected package libunicode-utf8-perl.
16:56:30 #8 32.65 Preparing to unpack .../320-libunicode-utf8-perl_0.62-1+b2_amd64.deb ...
16:56:30 #8 32.65 Unpacking libunicode-utf8-perl (0.62-1+b2) ...
16:56:30 #8 32.67 Selecting previously unselected package libunwind8:amd64.
16:56:30 #8 32.68 Preparing to unpack .../321-libunwind8_1.3.2-2_amd64.deb ...
16:56:30 #8 32.68 Unpacking libunwind8:amd64 (1.3.2-2) ...
16:56:30 #8 32.71 Selecting previously unselected package libxdelta2.
16:56:30 #8 32.71 Preparing to unpack .../322-libxdelta2_1.1.3-9.3_amd64.deb ...
16:56:30 #8 32.72 Unpacking libxdelta2 (1.1.3-9.3) ...
16:56:30 #8 32.75 Selecting previously unselected package libxext6:amd64.
16:56:30 #8 32.75 Preparing to unpack .../323-libxext6_2%3a1.3.3-1.1_amd64.deb ...
16:56:30 #8 32.75 Unpacking libxext6:amd64 (2:1.3.3-1.1) ...
16:56:30 #8 32.78 Selecting previously unselected package libxml-namespacesupport-perl.
16:56:30 #8 32.78 Preparing to unpack .../324-libxml-namespacesupport-perl_1.12-1.1_all.deb ...
16:56:30 #8 32.78 Unpacking libxml-namespacesupport-perl (1.12-1.1) ...
16:56:30 #8 32.81 Selecting previously unselected package libxml-sax-base-perl.
16:56:30 #8 32.81 Preparing to unpack .../325-libxml-sax-base-perl_1.09-1.1_all.deb ...
16:56:30 #8 32.81 Unpacking libxml-sax-base-perl (1.09-1.1) ...
16:56:30 #8 32.85 Selecting previously unselected package libxml-sax-perl.
16:56:30 #8 32.86 Preparing to unpack .../326-libxml-sax-perl_1.02+dfsg-1_all.deb ...
16:56:30 #8 32.86 Unpacking libxml-sax-perl (1.02+dfsg-1) ...
16:56:30 #8 32.91 Selecting previously unselected package libxml-libxml-perl.
16:56:30 #8 32.91 Preparing to unpack .../327-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ...
16:56:30 #8 32.91 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ...
16:56:30 #8 32.98 Selecting previously unselected package libxml-sax-expat-perl.
16:56:30 #8 32.98 Preparing to unpack .../328-libxml-sax-expat-perl_0.51-1_all.deb ...
16:56:30 #8 32.98 Unpacking libxml-sax-expat-perl (0.51-1) ...
16:56:30 #8 33.01 Selecting previously unselected package libxmlrpc-lite-perl.
16:56:30 #8 33.01 Preparing to unpack .../329-libxmlrpc-lite-perl_0.717-4_all.deb ...
16:56:30 #8 33.01 Unpacking libxmlrpc-lite-perl (0.717-4) ...
16:56:30 #8 33.04 Selecting previously unselected package libxmuu1:amd64.
16:56:30 #8 33.05 Preparing to unpack .../330-libxmuu1_2%3a1.1.2-2+b3_amd64.deb ...
16:56:30 #8 33.05 Unpacking libxmuu1:amd64 (2:1.1.2-2+b3) ...
16:56:30 #8 33.08 Selecting previously unselected package libyaml-0-2:amd64.
16:56:30 #8 33.08 Preparing to unpack .../331-libyaml-0-2_0.2.2-1_amd64.deb ...
16:56:30 #8 33.09 Unpacking libyaml-0-2:amd64 (0.2.2-1) ...
16:56:30 #8 33.13 Selecting previously unselected package libyaml-libyaml-perl.
16:56:30 #8 33.13 Preparing to unpack .../332-libyaml-libyaml-perl_0.82+repack-1+b1_amd64.deb ...
16:56:30 #8 33.13 Unpacking libyaml-libyaml-perl (0.82+repack-1+b1) ...
16:56:30 #8 33.16 Selecting previously unselected package licensecheck.
16:56:30 #8 33.16 Preparing to unpack .../333-licensecheck_3.1.1-2_all.deb ...
16:56:30 #8 33.16 Unpacking licensecheck (3.1.1-2) ...
16:56:30 #8 33.20 Selecting previously unselected package lzip.
16:56:30 #8 33.20 Preparing to unpack .../334-lzip_1.22-3_amd64.deb ...
16:56:30 #8 33.20 Unpacking lzip (1.22-3) ...
16:56:30 #8 33.27 Selecting previously unselected package lzop.
16:56:30 #8 33.27 Preparing to unpack .../335-lzop_1.04-2_amd64.deb ...
16:56:30 #8 33.28 Unpacking lzop (1.04-2) ...
16:56:30 #8 33.31 Selecting previously unselected package t1utils.
16:56:30 #8 33.31 Preparing to unpack .../336-t1utils_1.41-4_amd64.deb ...
16:56:30 #8 33.31 Unpacking t1utils (1.41-4) ...
16:56:30 #8 33.35 Selecting previously unselected package unzip.
16:56:30 #8 33.35 Preparing to unpack .../337-unzip_6.0-26_amd64.deb ...
16:56:30 #8 33.35 Unpacking unzip (6.0-26) ...
16:56:30 #8 33.41 Selecting previously unselected package lintian.
16:56:30 #8 33.42 Preparing to unpack .../338-lintian_2.104.0_all.deb ...
16:56:30 #8 33.42 Unpacking lintian (2.104.0) ...
16:56:31 #8 33.70 Selecting previously unselected package lsb-release.
16:56:31 #8 33.70 Preparing to unpack .../339-lsb-release_11.1.0_all.deb ...
16:56:31 #8 33.70 Unpacking lsb-release (11.1.0) ...
16:56:31 #8 33.73 Selecting previously unselected package manpages-dev.
16:56:31 #8 33.73 Preparing to unpack .../340-manpages-dev_5.10-1_all.deb ...
16:56:31 #8 33.73 Unpacking manpages-dev (5.10-1) ...
16:56:31 #8 34.06 Selecting previously unselected package pbzip2.
16:56:31 #8 34.06 Preparing to unpack .../341-pbzip2_1.1.13-1_amd64.deb ...
16:56:31 #8 34.06 Unpacking pbzip2 (1.1.13-1) ...
16:56:31 #8 34.09 Selecting previously unselected package pixz.
16:56:31 #8 34.10 Preparing to unpack .../342-pixz_1.0.7-1_amd64.deb ...
16:56:31 #8 34.10 Unpacking pixz (1.0.7-1) ...
16:56:31 #8 34.12 Selecting previously unselected package xdelta.
16:56:31 #8 34.13 Preparing to unpack .../343-xdelta_1.1.3-9.3_amd64.deb ...
16:56:31 #8 34.13 Unpacking xdelta (1.1.3-9.3) ...
16:56:31 #8 34.16 Selecting previously unselected package xdelta3.
16:56:31 #8 34.16 Preparing to unpack .../344-xdelta3_3.0.11-dfsg-1+b1_amd64.deb ...
16:56:31 #8 34.16 Unpacking xdelta3 (3.0.11-dfsg-1+b1) ...
16:56:31 #8 34.19 Selecting previously unselected package pristine-tar.
16:56:31 #8 34.19 Preparing to unpack .../345-pristine-tar_1.49_amd64.deb ...
16:56:31 #8 34.20 Unpacking pristine-tar (1.49) ...
16:56:31 #8 34.25 Selecting previously unselected package publicsuffix.
16:56:31 #8 34.25 Preparing to unpack .../346-publicsuffix_20210108.1309-1_all.deb ...
16:56:31 #8 34.25 Unpacking publicsuffix (20210108.1309-1) ...
16:56:31 #8 34.29 Selecting previously unselected package python-apt-common.
16:56:31 #8 34.29 Preparing to unpack .../347-python-apt-common_2.2.1_all.deb ...
16:56:31 #8 34.29 Unpacking python-apt-common (2.2.1) ...
16:56:31 #8 34.33 Selecting previously unselected package python3-apt.
16:56:31 #8 34.34 Preparing to unpack .../348-python3-apt_2.2.1_amd64.deb ...
16:56:31 #8 34.34 Unpacking python3-apt (2.2.1) ...
16:56:31 #8 34.39 Selecting previously unselected package python3-certifi.
16:56:31 #8 34.40 Preparing to unpack .../349-python3-certifi_2020.6.20-1_all.deb ...
16:56:31 #8 34.40 Unpacking python3-certifi (2020.6.20-1) ...
16:56:31 #8 34.44 Selecting previously unselected package python3-idna.
16:56:31 #8 34.44 Preparing to unpack .../350-python3-idna_2.10-1_all.deb ...
16:56:31 #8 34.45 Unpacking python3-idna (2.10-1) ...
16:56:31 #8 34.49 Selecting previously unselected package python3-magic.
16:56:31 #8 34.50 Preparing to unpack .../351-python3-magic_2%3a0.4.20-3_all.deb ...
16:56:31 #8 34.50 Unpacking python3-magic (2:0.4.20-3) ...
16:56:31 #8 34.53 Selecting previously unselected package python3-urllib3.
16:56:31 #8 34.54 Preparing to unpack .../352-python3-urllib3_1.26.5-1~exp1_all.deb ...
16:56:31 #8 34.54 Unpacking python3-urllib3 (1.26.5-1~exp1) ...
16:56:31 #8 34.60 Selecting previously unselected package python3-requests.
16:56:31 #8 34.61 Preparing to unpack .../353-python3-requests_2.25.1+dfsg-2_all.deb ...
16:56:31 #8 34.61 Unpacking python3-requests (2.25.1+dfsg-2) ...
16:56:31 #8 34.64 Selecting previously unselected package python3-unidiff.
16:56:31 #8 34.65 Preparing to unpack .../354-python3-unidiff_0.5.5-2_all.deb ...
16:56:31 #8 34.65 Unpacking python3-unidiff (0.5.5-2) ...
16:56:31 #8 34.69 Selecting previously unselected package python3-xdg.
16:56:31 #8 34.69 Preparing to unpack .../355-python3-xdg_0.27-2_all.deb ...
16:56:31 #8 34.69 Unpacking python3-xdg (0.27-2) ...
16:56:32 #8 34.72 Selecting previously unselected package shared-mime-info.
16:56:32 #8 34.73 Preparing to unpack .../356-shared-mime-info_2.0-1_amd64.deb ...
16:56:32 #8 34.73 Unpacking shared-mime-info (2.0-1) ...
16:56:32 #8 34.84 Selecting previously unselected package strace.
16:56:32 #8 34.84 Preparing to unpack .../357-strace_5.10-1_amd64.deb ...
16:56:32 #8 34.84 Unpacking strace (5.10-1) ...
16:56:32 #8 34.91 Selecting previously unselected package xauth.
16:56:32 #8 34.92 Preparing to unpack .../358-xauth_1%3a1.1-1_amd64.deb ...
16:56:32 #8 34.92 Unpacking xauth (1:1.1-1) ...
16:56:32 #8 34.95 Selecting previously unselected package xdg-user-dirs.
16:56:32 #8 34.95 Preparing to unpack .../359-xdg-user-dirs_0.17-2_amd64.deb ...
16:56:32 #8 34.96 Unpacking xdg-user-dirs (0.17-2) ...
16:56:32 #8 35.05 Setting up libksba8:amd64 (1.5.0-3) ...
16:56:32 #8 35.06 Setting up media-types (4.0.0) ...
16:56:32 #8 35.07 Setting up libpipeline1:amd64 (1.5.3-1) ...
16:56:32 #8 35.08 Setting up wdiff (1.2.2-2+b1) ...
16:56:32 #8 35.09 Setting up libxau6:amd64 (1:1.0.9-1) ...
16:56:32 #8 35.10 Setting up libre2-9:amd64 (20210201+dfsg-1) ...
16:56:32 #8 35.11 Setting up libpsl5:amd64 (0.21.0-1.2) ...
16:56:32 #8 35.12 Setting up libgpm2:amd64 (1.20.7-8) ...
16:56:32 #8 35.13 Setting up bsdextrautils (2.36.1-8) ...
16:56:32 #8 35.14 update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
16:56:32 #8 35.14 Setting up libicu67:amd64 (67.1-7) ...
16:56:32 #8 35.15 Setting up libfcgi0ldbl:amd64 (2.4.2-2) ...
16:56:32 #8 35.16 Setting up xdg-user-dirs (0.17-2) ...
16:56:32 #8 35.18 Setting up libmagic-mgc (1:5.39-3) ...
16:56:32 #8 35.19 Setting up libyaml-0-2:amd64 (0.2.2-1) ...
16:56:32 #8 35.20 Setting up libglib2.0-0:amd64 (2.66.8-1) ...
16:56:32 #8 35.23 No schema files found: doing nothing.
16:56:32 #8 35.24 Setting up distro-info-data (0.51) ...
16:56:32 #8 35.25 Setting up manpages (5.10-1) ...
16:56:32 #8 35.26 Setting up unzip (6.0-26) ...
16:56:32 #8 35.27 Setting up perl-modules-5.32 (5.32.1-4+deb11u1) ...
16:56:32 #8 35.28 Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
16:56:32 #8 35.29 Setting up libsqlite3-0:amd64 (3.34.1-3) ...
16:56:32 #8 35.31 Setting up libcbor0:amd64 (0.5.0+dfsg-2) ...
16:56:32 #8 35.32 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2.1) ...
16:56:32 #8 35.34 Setting up libfcgi-bin (2.4.2-2) ...
16:56:32 #8 35.34 Setting up binutils-common:amd64 (2.35.2-2) ...
16:56:32 #8 35.35 Setting up libnghttp2-14:amd64 (1.43.0-1) ...
16:56:32 #8 35.36 Setting up libmagic1:amd64 (1:5.39-3) ...
16:56:32 #8 35.38 Setting up libdeflate0:amd64 (1.7-1) ...
16:56:32 #8 35.38 Setting up less (551-2) ...
16:56:32 #8 35.40 Setting up perl-openssl-defaults:amd64 (5) ...
16:56:32 #8 35.41 Setting up linux-libc-dev:amd64 (5.10.46-4) ...
16:56:32 #8 35.41 Setting up libctf-nobfd0:amd64 (2.35.2-2) ...
16:56:32 #8 35.42 Setting up gettext-base (0.21-4) ...
16:56:32 #8 35.43 Setting up liblzo2-2:amd64 (2.10-2) ...
16:56:32 #8 35.44 Setting up libnpth0:amd64 (1.6-3) ...
16:56:32 #8 35.45 Setting up file (1:5.39-3) ...
16:56:32 #8 35.46 Setting up libossp-uuid16:amd64 (1.6.2-1.5+b9) ...
16:56:32 #8 35.47 Setting up libassuan0:amd64 (2.5.3-7.1) ...
16:56:32 #8 35.48 Setting up libgomp1:amd64 (10.2.1-6) ...
16:56:32 #8 35.49 Setting up bzip2 (1.0.8-4) ...
16:56:32 #8 35.50 Setting up libldap-common (2.4.57+dfsg-3) ...
16:56:32 #8 35.51 Setting up libunwind8:amd64 (1.3.2-2) ...
16:56:32 #8 35.52 Setting up pbzip2 (1.1.13-1) ...
16:56:32 #8 35.53 Setting up libjbig0:amd64 (2.1-3.1+b2) ...
16:56:32 #8 35.53 Setting up libfakeroot:amd64 (1.25.3-1.1) ...
16:56:32 #8 35.55 Setting up libasan6:amd64 (10.2.1-6) ...
16:56:32 #8 35.56 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
16:56:32 #8 35.57 Setting up fakeroot (1.25.3-1.1) ...
16:56:32 #8 35.58 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
16:56:32 #8 35.58 Setting up autotools-dev (20180224.1+nmu1) ...
16:56:32 #8 35.59 Setting up libglib2.0-data (2.66.8-1) ...
16:56:32 #8 35.60 Setting up libtirpc-dev:amd64 (1.3.1-1) ...
16:56:32 #8 35.61 Setting up libjpeg62-turbo:amd64 (1:2.0.6-4) ...
16:56:32 #8 35.62 Setting up libx11-data (2:1.7.2-1) ...
16:56:32 #8 35.63 Setting up make (4.3-4.1) ...
16:56:32 #8 35.64 Setting up libmpfr6:amd64 (4.1.0-3) ...
16:56:32 #8 35.65 Setting up gnupg-l10n (2.2.27-2) ...
16:56:32 #8 35.66 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
16:56:32 #8 35.67 Setting up lzip (1.22-3) ...
16:56:32 #8 35.69 Setting up strace (5.10-1) ...
16:56:33 #8 35.70 Setting up libsigsegv2:amd64 (2.13-1) ...
16:56:33 #8 35.71 Setting up xz-utils (5.2.5-2) ...
16:56:33 #8 35.71 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:56:33 #8 35.72 Setting up t1utils (1.41-4) ...
16:56:33 #8 35.73 Setting up libquadmath0:amd64 (10.2.1-6) ...
16:56:33 #8 35.74 Setting up diffstat (1.64-1) ...
16:56:33 #8 35.76 Setting up libpng16-16:amd64 (1.6.37-3) ...
16:56:33 #8 35.77 Setting up libmpc3:amd64 (1.2.0-1) ...
16:56:33 #8 35.79 Setting up libatomic1:amd64 (10.2.1-6) ...
16:56:33 #8 35.80 Setting up patch (2.7.6-7) ...
16:56:33 #8 35.81 Setting up autopoint (0.21-4) ...
16:56:33 #8 35.82 Setting up libwebp6:amd64 (0.6.1-2.1) ...
16:56:33 #8 35.83 Setting up fonts-dejavu-core (2.37-2) ...
16:56:33 #8 35.89 Setting up libxdelta2 (1.1.3-9.3) ...
16:56:33 #8 35.90 Setting up libncursesw6:amd64 (6.2+20201114-2) ...
16:56:33 #8 35.91 Setting up libltdl7:amd64 (2.4.6-15) ...
16:56:33 #8 35.92 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
16:56:33 #8 35.93 Setting up libubsan1:amd64 (10.2.1-6) ...
16:56:33 #8 35.94 Setting up libmd0:amd64 (1.0.3-3) ...
16:56:33 #8 36.00 Setting up python-apt-common (2.2.1) ...
16:56:33 #8 36.01 Setting up libnsl-dev:amd64 (1.3.0-2) ...
16:56:33 #8 36.01 Setting up sensible-utils (0.0.14) ...
16:56:33 #8 36.02 Setting up xdelta3 (3.0.11-dfsg-1+b1) ...
16:56:33 #8 36.03 Setting up libcrypt-dev:amd64 (1:4.4.18-4) ...
16:56:33 #8 36.04 Setting up libuchardet0:amd64 (0.0.7-1) ...
16:56:33 #8 36.05 Setting up lzop (1.04-2) ...
16:56:33 #8 36.06 Setting up libmpdec3:amd64 (2.5.1-1) ...
16:56:33 #8 36.07 Setting up git-man (1:2.30.2-1) ...
16:56:33 #8 36.08 Setting up libssh2-1:amd64 (1.9.0-2) ...
16:56:33 #8 36.09 Setting up netbase (6.3) ...
16:56:33 #8 36.11 Setting up libtiff5:amd64 (4.2.0-1) ...
16:56:33 #8 36.12 Setting up libbinutils:amd64 (2.35.2-2) ...
16:56:33 #8 36.13 Setting up libfido2-1:amd64 (1.6.0-2) ...
16:56:33 #8 36.14 Setting up libisl23:amd64 (0.23-1) ...
16:56:33 #8 36.15 Setting up libc-dev-bin (2.31-13) ...
16:56:33 #8 36.16 Setting up openssl (1.1.1k-1+deb11u1) ...
16:56:33 #8 36.17 Setting up libbsd0:amd64 (0.11.3-1) ...
16:56:33 #8 36.18 Setting up libelf1:amd64 (0.183-1) ...
16:56:33 #8 36.19 Setting up readline-common (8.1-1) ...
16:56:33 #8 36.20 Setting up publicsuffix (20210108.1309-1) ...
16:56:33 #8 36.21 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ...
16:56:33 #8 36.22 Setting up libmarkdown2:amd64 (2.2.6-1) ...
16:56:33 #8 36.23 Setting up libcc1-0:amd64 (10.2.1-6) ...
16:56:33 #8 36.24 Setting up iso-codes (4.6.0-1) ...
16:56:33 #8 36.25 Setting up liblocale-gettext-perl (1.07-4+b1) ...
16:56:33 #8 36.26 Setting up liblsan0:amd64 (10.2.1-6) ...
16:56:33 #8 36.27 Setting up cpp-10 (10.2.1-6) ...
16:56:33 #8 36.28 Setting up dctrl-tools (2.24-3+b1) ...
16:56:33 #8 36.29 Setting up libitm1:amd64 (10.2.1-6) ...
16:56:33 #8 36.30 Setting up debian-keyring (2021.07.26) ...
16:56:33 #8 36.31 Setting up libgdbm6:amd64 (1.19-2) ...
16:56:33 #8 36.32 Setting up libtsan0:amd64 (10.2.1-6) ...
16:56:33 #8 36.33 Setting up libctf0:amd64 (2.35.2-2) ...
16:56:33 #8 36.34 Setting up pinentry-curses (1.1.0-4) ...
16:56:33 #8 36.35 Setting up manpages-dev (5.10-1) ...
16:56:33 #8 36.36 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
16:56:33 #8 36.37 Setting up libxcb1:amd64 (1.14-3) ...
16:56:33 #8 36.38 Setting up gettext (0.21-4) ...
16:56:33 #8 36.39 Setting up xdelta (1.1.3-9.3) ...
16:56:33 #8 36.40 Setting up libarchive13:amd64 (3.4.3-2+b1) ...
16:56:33 #8 36.41 Setting up libgcc-10-dev:amd64 (10.2.1-6) ...
16:56:33 #8 36.42 Setting up libedit2:amd64 (3.1-20191231-2+b1) ...
16:56:33 #8 36.43 Setting up libreadline8:amd64 (8.1-1) ...
16:56:34 #8 36.44 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
16:56:34 #8 36.45 Setting up m4 (1.4.18-5) ...
16:56:34 #8 36.46 Setting up libcurl3-gnutls:amd64 (7.74.0-1.3+b1) ...
16:56:34 #8 36.47 Setting up ca-certificates (20210119) ...
16:56:34 #8 36.80 Updating certificates in /etc/ssl/certs...
16:56:34 #8 37.20 129 added, 0 removed; done.
16:56:34 #8 37.26 Setting up libfreetype6:amd64 (2.10.4+dfsg-1) ...
16:56:34 #8 37.27 Setting up shared-mime-info (2.0-1) ...
16:56:34 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/raspbian-bullseye"
16:56:35 make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
[Pipeline] sh
16:56:35 + make clean
16:56:35 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572:/v -w /v alpine chown -R 1000:1000 src
16:56:36 #8 39.04 Setting up libgdbm-compat4:amd64 (1.19-2) ...
16:56:36 #8 39.05 Setting up ucf (3.0043) ...
16:56:36 #8 39.16 Setting up libperl5.32:amd64 (5.32.1-4+deb11u1) ...
16:56:36 #8 39.17 Setting up dwz (0.13+20210201-1) ...
16:56:36 #8 39.18 Setting up groff-base (1.22.4-6) ...
16:56:36 #8 39.19 Setting up cpp (4:10.2.1-1) ...
16:56:36 #8 39.21 Setting up pixz (1.0.7-1) ...
16:56:36 #8 39.22 Setting up gpgconf (2.2.27-2) ...
16:56:36 #8 39.22 Setting up libcurl4:amd64 (7.74.0-1.3+b1) ...
16:56:36 #8 39.23 Setting up libc6-dev:amd64 (2.31-13) ...
16:56:36 #8 39.24 Setting up libx11-6:amd64 (2:1.7.2-1) ...
16:56:36 #8 39.25 Setting up curl (7.74.0-1.3+b1) ...
16:56:36 #8 39.26 Setting up libxmuu1:amd64 (2:1.1.2-2+b3) ...
16:56:36 #8 39.27 Setting up gpg (2.2.27-2) ...
16:56:36 #8 39.28 Setting up libpython3.9-stdlib:amd64 (3.9.2-1) ...
16:56:36 #8 39.29 Setting up libpython3-stdlib:amd64 (3.9.2-3) ...
16:56:36 #8 39.30 Setting up gnupg-utils (2.2.27-2) ...
16:56:36 #8 39.31 Setting up binutils-x86-64-linux-gnu (2.35.2-2) ...
16:56:36 #8 39.32 Setting up libstdc++-10-dev:amd64 (10.2.1-6) ...
16:56:36 #8 39.32 Setting up gpg-agent (2.2.27-2) ...
16:56:37 #8 39.78 Setting up libxpm4:amd64 (1:3.5.12-1) ...
16:56:37 #8 39.79 Setting up fontconfig-config (2.13.1-4.2) ...
16:56:37 #8 39.99 Setting up openssh-client (1:8.4p1-5) ...
16:56:37 #8 40.07 Setting up gpgsm (2.2.27-2) ...
16:56:37 #8 40.08 Setting up libxext6:amd64 (2:1.3.3-1.1) ...
16:56:37 #8 40.08 Setting up binutils (2.35.2-2) ...
16:56:37 #8 40.09 Setting up man-db (2.9.4-2) ...
16:56:37 #8 40.18 Building database of manual pages ...
16:56:38 rm -f -r src
16:56:38 make -C rpm clean
16:56:38 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm'
16:56:38 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
16:56:38 rm -f -r rpmbuild/
16:56:38 docker builder prune -f --filter until=24h
16:56:38 Total reclaimed space: 0B
16:56:38 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm'
16:56:38 make -C deb clean
16:56:38 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
16:56:38 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 debbuild
16:56:40 rm -f -r debbuild
16:56:40 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 sources
16:56:41 rm -f -r sources
16:56:41 docker builder prune -f --filter until=24h
16:56:41 Total reclaimed space: 0B
16:56:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
16:56:41 make -C static clean
16:56:41 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
16:56:41 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/static:/v -w /v alpine chown -R 1000:1000 build
16:56:41 rm -f -r build
16:56:41 docker builder prune -f --filter until=24h
16:56:41 Total reclaimed space: 0B
16:56:41 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
16:56:55 #8 55.44 Setting up libgpgme11:amd64 (1.14.0-1+b2) ...
16:56:55 #8 55.46 Setting up dirmngr (2.2.27-2) ...
16:56:55 #8 55.59 Setting up perl (5.32.1-4+deb11u1) ...
16:56:55 #8 55.60 Setting up libpackage-stash-xs-perl (0.29-1+b2) ...
16:56:55 #8 55.61 Setting up libclass-data-inheritable-perl (0.08-3) ...
16:56:55 #8 55.62 Setting up libdata-dump-perl (1.23-1.1) ...
16:56:55 #8 55.63 Setting up libref-util-perl (0.204-1) ...
16:56:55 #8 55.64 Setting up libipc-system-simple-perl (1.30-1) ...
16:56:55 #8 55.64 Setting up libnet-domain-tld-perl (1.75-1.1) ...
16:56:55 #8 55.65 Setting up libhash-fieldhash-perl (0.15-1+b3) ...
16:56:55 #8 55.66 Setting up libvariable-magic-perl (0.62-1+b3) ...
16:56:55 #8 55.67 Setting up libio-html-perl (1.004-2) ...
16:56:55 #8 55.68 Setting up libpod-parser-perl (1.63-2) ...
16:56:55 #8 55.69 Setting up libb-hooks-op-check-perl (0.22-1+b3) ...
16:56:55 #8 55.70 Setting up liblist-moreutils-xs-perl (0.430-2) ...
16:56:55 #8 55.70 Setting up gcc-10 (10.2.1-6) ...
16:56:55 #8 55.71 Setting up libparams-util-perl (1.102-1+b1) ...
16:56:55 #8 55.72 Setting up libdpkg-perl (1.20.9) ...
16:56:55 #8 55.73 Setting up libtime-duration-perl (1.21-1) ...
16:56:55 #8 55.74 Setting up autoconf (2.69-14) ...
16:56:55 #8 55.75 Setting up libsub-exporter-progressive-perl (0.001013-1) ...
16:56:55 #8 55.75 Setting up libarray-intspan-perl (2.004-1) ...
16:56:55 #8 55.76 Setting up libcapture-tiny-perl (0.48-1) ...
16:56:55 #8 55.77 Setting up libtimedate-perl (2.3300-2) ...
16:56:55 #8 55.78 Setting up gpg-wks-server (2.2.27-2) ...
16:56:55 #8 55.79 Setting up libsub-name-perl (0.26-1+b1) ...
16:56:55 #8 55.80 Setting up libtype-tiny-xs-perl (0.022-1) ...
16:56:55 #8 55.80 Setting up libdata-validate-domain-perl (0.10-1.1) ...
16:56:55 #8 55.81 Setting up libproc-processtable-perl (0.59-2+b1) ...
16:56:55 #8 55.82 Setting up libfile-chdir-perl (0.1008-1.1) ...
16:56:55 #8 55.83 Setting up xauth (1:1.1-1) ...
16:56:55 #8 55.84 Setting up libpath-tiny-perl (0.118-1) ...
16:56:55 #8 55.84 Setting up libarchive-cpio-perl (0.10-1.1) ...
16:56:55 #8 55.85 Setting up libjson-perl (4.03000-1) ...
16:56:55 #8 55.86 Setting up libipc-run3-perl (0.048-2) ...
16:56:55 #8 55.87 Setting up libfcgi-perl:amd64 (0.79+ds-2) ...
16:56:55 #8 55.88 Setting up libsub-override-perl (0.09-2) ...
16:56:55 #8 55.88 Setting up libaliased-perl (0.34-1.1) ...
16:56:55 #8 55.89 Setting up libstrictures-perl (2.000006-1) ...
16:56:55 #8 55.90 Setting up libsub-quote-perl (2.006006-1) ...
16:56:55 #8 55.91 Setting up libdevel-stacktrace-perl (2.0400-1) ...
16:56:55 #8 55.92 Setting up libclass-xsaccessor-perl (1.19-3+b7) ...
16:56:55 #8 55.92 Setting up libfontconfig1:amd64 (2.13.1-4.2) ...
16:56:55 #8 55.93 Setting up libsort-versions-perl (1.62-1) ...
16:56:55 #8 55.94 Setting up libexporter-tiny-perl (1.002002-1) ...
16:56:55 #8 55.95 Setting up libre-engine-re2-perl:amd64 (0.14-1) ...
16:56:55 #8 55.96 Setting up libfile-dirlist-perl (0.05-2) ...
16:56:55 #8 55.97 Setting up libterm-readkey-perl (2.38-1+b2) ...
16:56:55 #8 55.97 Setting up libtext-levenshteinxs-perl (0.03-4+b8) ...
16:56:55 #8 55.98 Setting up libperlio-gzip-perl (0.19-1+b7) ...
16:56:55 #8 55.99 Setting up libsys-hostname-long-perl (1.5-2) ...
16:56:55 #8 56.00 Setting up libhtml-html5-entities-perl (0.004-1.1) ...
16:56:55 #8 56.01 Setting up libsereal-decoder-perl (4.018+ds-1+b1) ...
16:56:55 #8 56.01 Setting up liburi-perl (5.08-1) ...
16:56:55 #8 56.02 Setting up libfile-touch-perl (0.11-1) ...
16:56:55 #8 56.03 Setting up python3.9 (3.9.2-1) ...
16:56:55 #8 56.60 Setting up libemail-address-xs-perl (1.04-1+b3) ...
16:56:55 #8 56.61 Setting up libnet-ssleay-perl (1.88-3+b1) ...
16:56:55 #8 56.62 Setting up automake (1:1.16.3-2) ...
16:56:55 #8 56.63 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
16:56:55 #8 56.63 Setting up libapt-pkg-perl (0.1.39) ...
16:56:55 #8 56.64 Setting up libio-sessiondata-perl (1.03-1.1) ...
16:56:55 #8 56.65 Setting up libstring-escape-perl (2010.002-2) ...
16:56:55 #8 56.66 Setting up libhttp-date-perl (6.05-1) ...
16:56:55 #8 56.67 Setting up libfile-which-perl (1.23-1) ...
16:56:55 #8 56.68 Setting up libfile-basedir-perl (0.08-1) ...
16:56:55 #8 56.69 Setting up libnumber-range-perl (0.12-1.1) ...
16:56:55 #8 56.70 Setting up libtask-weaken-perl (1.06-1) ...
16:56:55 #8 56.71 Setting up libunicode-utf8-perl (0.62-1+b2) ...
16:56:55 #8 56.72 Setting up libmouse-perl (2.5.10-1+b1) ...
16:56:55 #8 56.73 Setting up libossp-uuid-perl (1.6.2-1.5+b9) ...
16:56:55 #8 56.74 Setting up g++-10 (10.2.1-6) ...
16:56:55 #8 56.75 Setting up libfile-listing-perl (6.14-1) ...
16:56:55 #8 56.75 Setting up libsys-cpuaffinity-perl:amd64 (1.13~03-1) ...
16:56:55 #8 56.76 Setting up gpg-wks-client (2.2.27-2) ...
16:56:55 #8 56.78 Setting up libregexp-pattern-perl (0.2.14-1) ...
16:56:55 #8 56.78 Setting up libdata-messagepack-perl (1.00-4+b1) ...
16:56:55 #8 56.79 Setting up libclass-inspector-perl (1.36-1) ...
16:56:55 #8 56.80 Setting up libfont-afm-perl (1.20-3) ...
16:56:55 #8 56.81 Setting up libwant-perl (0.29-1+b6) ...
16:56:55 #8 56.82 Setting up libdynaloader-functions-perl (0.003-1.1) ...
16:56:55 #8 56.83 Setting up libtext-glob-perl (0.11-1) ...
16:56:55 #8 56.84 Setting up libclass-method-modifiers-perl (2.13-1) ...
16:56:55 #8 56.84 Setting up liblist-compare-perl (0.55-1) ...
16:56:55 #8 56.85 Setting up libref-util-xs-perl (0.117-1+b3) ...
16:56:55 #8 56.87 Setting up libio-pty-perl (1:1.15-2) ...
16:56:55 #8 56.88 Setting up libtool (2.4.6-15) ...
16:56:55 #8 56.89 Setting up libfile-fcntllock-perl (0.22-3+b7) ...
16:56:55 #8 56.90 Setting up libsort-key-perl (1.33-2+b3) ...
16:56:55 #8 56.90 Setting up libclone-perl (0.45-1+b1) ...
16:56:55 #8 56.91 Setting up libalgorithm-diff-perl (1.201-1) ...
16:56:55 #8 56.92 Setting up libarchive-zip-perl (1.68-1) ...
16:56:55 #8 56.93 Setting up libsub-identify-perl (0.14-1+b3) ...
16:56:55 #8 56.94 Setting up libdistro-info-perl (1.0) ...
16:56:55 #8 56.94 Setting up libcpanel-json-xs-perl (4.25-1+b1) ...
16:56:55 #8 56.95 Setting up libobject-id-perl (0.1.2-2.1) ...
16:56:55 #8 56.96 Setting up libio-stringy-perl (2.111-3) ...
16:56:55 #8 56.97 Setting up liblist-moreutils-perl (0.430-2) ...
16:56:55 #8 56.98 Setting up libhtml-tagset-perl (3.20-4) ...
16:56:55 #8 56.99 Setting up liblog-any-perl (1.709-1) ...
16:56:55 #8 56.99 Setting up libauthen-sasl-perl (2.1600-1.1) ...
16:56:55 #8 57.00 Setting up libdevel-size-perl (0.83-1+b2) ...
16:56:55 #8 57.01 Setting up libdebhelper-perl (13.3.4) ...
16:56:55 #8 57.02 Setting up libpod-constants-perl (0.19-2) ...
16:56:55 #8 57.03 Setting up libregexp-pattern-license-perl (3.4.0-1) ...
16:56:55 #8 57.04 Setting up libconvert-binhex-perl (1.125-1) ...
16:56:55 #8 57.04 Setting up liblwp-mediatypes-perl (6.04-1) ...
16:56:55 #8 57.05 Setting up libyaml-libyaml-perl (0.82+repack-1+b1) ...
16:56:55 #8 57.06 Setting up libtry-tiny-perl (0.30-1) ...
16:56:55 #8 57.07 Setting up libtype-tiny-perl (1.012001-2) ...
16:56:55 #8 57.08 Setting up libcommon-sense-perl (3.75-1+b4) ...
16:56:55 #8 57.08 Setting up libxml-namespacesupport-perl (1.12-1.1) ...
16:56:55 #8 57.09 Setting up libnet-http-perl (6.20-1) ...
16:56:55 #8 57.10 Setting up libtext-markdown-discount-perl:amd64 (0.12-1+b1) ...
16:56:55 #8 57.11 Setting up libhttp-tiny-multipart-perl (0.08-1.1) ...
16:56:55 #8 57.11 Setting up libtime-moment-perl (0.44-1+b3) ...
16:56:55 #8 57.12 Setting up libencode-locale-perl (1.05-1.1) ...
16:56:55 #8 57.13 Setting up python3 (3.9.2-3) ...
16:56:55 #8 57.40 Setting up libexception-class-perl (1.44-1) ...
16:56:55 #8 57.41 Setting up python3-xdg (0.27-2) ...
16:56:55 #8 57.56 Setting up libconfig-tiny-perl (2.26-1) ...
16:56:55 #8 57.56 Setting up libsereal-encoder-perl (4.018+ds-1+b1) ...
16:56:55 #8 57.57 Setting up libdevel-callchecker-perl (0.008-1+b2) ...
16:56:55 #8 57.58 Setting up liblist-utilsby-perl (0.11-1) ...
16:56:55 #8 57.59 Setting up libstring-shellquote-perl (1.04-1) ...
16:56:55 #8 57.60 Setting up libsub-install-perl (0.928-1.1) ...
16:56:55 #8 57.60 Setting up gcc (4:10.2.1-1) ...
16:56:55 #8 57.62 Setting up dpkg-dev (1.20.9) ...
16:56:55 #8 57.63 Setting up libnumber-compare-perl (0.03-1.1) ...
16:56:55 #8 57.64 Setting up intltool-debian (0.35.0+20060710.5) ...
16:56:55 #8 57.65 Setting up liberror-perl (0.17029-1) ...
16:56:55 #8 57.66 Setting up python3-six (1.16.0-2) ...
16:56:55 #8 57.79 Setting up dh-autoreconf (20) ...
16:56:55 #8 57.80 Setting up patchutils (0.4.2-1) ...
16:56:55 #8 57.81 Setting up libmail-sendmail-perl (0.80-1.1) ...
16:56:55 #8 57.81 Setting up libltdl-dev:amd64 (2.4.6-15) ...
16:56:55 #8 57.82 Setting up libjson-maybexs-perl (1.004003-1) ...
16:56:55 #8 57.83 Setting up libxml-sax-base-perl (1.09-1.1) ...
16:56:55 #8 57.84 Setting up libio-string-perl (1.08-3.1) ...
16:56:55 #8 57.85 Setting up libreadonly-perl (2.050-3) ...
16:56:55 #8 57.85 Setting up python3-gpg (1.14.0-1+b2) ...
16:56:55 #8 58.02 Setting up python3-certifi (2020.6.20-1) ...
16:56:55 #8 58.15 Setting up libfile-find-rule-perl (0.34-1) ...
16:56:55 #8 58.15 Setting up libstring-copyright-perl (0.003006-1) ...
16:56:55 #8 58.16 Setting up libgd3:amd64 (2.3.0-2) ...
16:56:55 #8 58.17 Setting up python3-idna (2.10-1) ...
16:56:55 #8 58.36 Setting up libdata-optlist-perl (0.110-1.1) ...
16:56:55 #8 58.37 Setting up libipc-run-perl (20200505.0-1) ...
16:56:55 #8 58.38 Setting up git (1:2.30.2-1) ...
16:56:55 #8 58.40 Setting up libtext-xslate-perl (3.5.8-1+b1) ...
16:56:55 #8 58.41 Setting up python3-urllib3 (1.26.5-1~exp1) ...
16:56:55 #8 58.58 Setting up libcontextual-return-perl (0.004014-2) ...
16:56:55 #8 58.58 Setting up libwww-robotrules-perl (6.02-1) ...
16:56:55 #8 58.59 Setting up libtypes-serialiser-perl (1.01-1) ...
16:56:55 #8 58.61 Setting up g++ (4:10.2.1-1) ...
16:56:55 #8 58.63 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
16:56:56 #8 58.64 Setting up libhtml-parser-perl (3.75-1+b1) ...
16:56:56 #8 58.64 Setting up libgit-wrapper-perl (0.048-1) ...
16:56:56 #8 58.65 Setting up liblog-any-adapter-screen-perl (0.140-1) ...
16:56:56 #8 58.66 Setting up librole-tiny-perl (2.002004-1) ...
16:56:56 #8 58.67 Setting up gnupg (2.2.27-2) ...
16:56:56 #8 58.68 Setting up build-essential (12.9) ...
16:56:56 #8 58.69 Setting up python3-unidiff (0.5.5-2) ...
16:56:56 #8 58.82 Setting up lsb-release (11.1.0) ...
16:56:56 #8 58.82 Setting up libfont-ttf-perl (1.06-1.1) ...
16:56:56 #8 58.83 Setting up libfile-homedir-perl (1.006-1) ...
16:56:56 #8 58.84 Setting up python3-magic (2:0.4.20-3) ...
16:56:56 + DISABLE_WARN_OUTSIDE_CONTAINER=1
16:56:56 + make manpages
16:56:56 scripts/docs/generate-man.sh
16:56:56 #8 58.97 Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
16:56:56 #8 58.99 Setting up pristine-tar (1.49) ...
16:56:56 #8 59.00 Setting up libio-socket-ssl-perl (2.069-1) ...
16:56:56 #8 59.01 Setting up libsub-exporter-perl (0.987-1) ...
16:56:56 #8 59.02 Setting up libc-devtools (2.31-13) ...
16:56:56 #8 59.03 Setting up libalgorithm-merge-perl (0.08-3) ...
16:56:56 #8 59.03 Setting up libhttp-message-perl (6.28-1) ...
16:56:56 #8 59.04 Setting up libhtml-form-perl (6.07-1) ...
16:56:56 #8 59.05 Setting up python3-pkg-resources (52.0.0-4) ...
16:56:56 #8 59.23 Setting up libiterator-perl (0.03+ds1-1.1) ...
16:56:56 #8 59.24 Setting up libfile-stripnondeterminism-perl (1.12.0-1) ...
16:56:56 #8 59.25 Setting up libjson-xs-perl (4.030-1+b1) ...
16:56:56 #8 59.26 Setting up libhttp-negotiate-perl (6.01-1) ...
16:56:56 #8 59.27 Setting up libio-prompter-perl (0.004015-1) ...
16:56:56 #8 59.28 Setting up libiterator-util-perl (0.02+ds1-1.1) ...
16:56:56 #8 59.29 Setting up libhttp-cookies-perl (6.10-1) ...
16:56:56 #8 59.30 Setting up python3-apt (2.2.1) ...
16:56:56 #8 59.45 Setting up po-debconf (1.0.21+nmu1) ...
16:56:56 #8 59.46 Setting up libhtml-tree-perl (5.07-2) ...
16:56:56 #8 59.47 Setting up libparams-classify-perl (0.015-1+b3) ...
16:56:56 #8 59.48 Setting up libpath-iterator-rule-perl (1.014-1) ...
16:56:56 #8 59.48 Setting up libhtml-format-perl (2.12-1.1) ...
16:56:56 #8 59.49 Setting up libxml-sax-perl (1.02+dfsg-1) ...
16:56:56 #8 59.55 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
16:56:56 #8 59.60 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:56:57 #8 59.72 
16:56:57 #8 59.72 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:56:57 #8 59.74 Setting up python3-chardet (4.0.0-1) ...
16:56:57 #8 60.00 Setting up libnet-smtp-ssl-perl (1.04-1) ...
16:56:57 #8 60.01 Setting up libmodule-runtime-perl (0.016-1) ...
16:56:57 #8 60.02 Setting up libmailtools-perl (2.21-1) ...
16:56:57 #8 60.03 Setting up python3-debian (0.1.39) ...
16:56:57 #8 60.18 Setting up python3-requests (2.25.1+dfsg-2) ...
16:56:57 #8 60.33 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ...
16:56:57 #8 60.37 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
16:56:57 #8 60.43 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
16:56:57 #8 60.50 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:56:57 #8 60.62 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:56:57 #8 60.66 Setting up dh-strip-nondeterminism (1.12.0-1) ...
16:56:57 #8 60.67 Setting up libconst-fast-perl (0.014-1.1) ...
16:56:57 #8 60.68 Setting up libhttp-daemon-perl (6.12-1) ...
16:56:57 #8 60.69 Setting up libdata-dpath-perl (0.58-1) ...
16:56:58 #8 60.70 Setting up libmodule-implementation-perl (0.09-1.1) ...
16:56:58 #8 60.70 Setting up libpackage-stash-perl (0.39-1) ...
16:56:58 #8 60.71 Setting up libimport-into-perl (1.002005-1) ...
16:56:58 #8 60.72 Setting up libmoo-perl (2.004004-1) ...
16:56:58 #8 60.73 Setting up liblist-someutils-perl (0.58-1) ...
16:56:58 #8 60.74 Setting up debhelper (13.3.4) ...
16:56:58 #8 60.75 Setting up libmime-tools-perl (5.509-1) ...
16:56:58 #8 60.76 Setting up dput (1.1.0) ...
16:56:58 #8 60.91 Setting up liblist-someutils-xs-perl (0.58-2+b1) ...
16:56:58 #8 60.91 Setting up equivs (2.3.1) ...
16:56:58 #8 60.92 Setting up libmoox-aliases-perl (0.001006-1.1) ...
16:56:58 #8 60.93 Setting up libparams-validate-perl:amd64 (1.30-1+b1) ...
16:56:58 #8 60.94 Setting up libb-hooks-endofscope-perl (0.24-1.1) ...
16:56:58 #8 60.95 Setting up libnamespace-clean-perl (0.27-1) ...
16:56:58 #8 60.96 Setting up libgetopt-long-descriptive-perl (0.105-1) ...
16:56:58 #8 60.97 Setting up libnamespace-autoclean-perl (0.29-1) ...
16:56:58 #8 60.97 Setting up libgitlab-api-v4-perl (0.26-1) ...
16:56:58 #8 60.99 Setting up libmoox-struct-perl (0.020-1) ...
16:56:58 #8 60.99 Setting up lintian (2.104.0) ...
16:56:58 #8 61.01 Setting up licensecheck (3.1.1-2) ...
16:56:58 #8 61.02 Setting up liblwp-protocol-https-perl (6.10-1) ...
16:56:58 #8 61.03 Setting up libwww-perl (6.52-1) ...
16:56:58 #8 61.04 Setting up devscripts (2.21.3) ...
16:56:58 #8 61.19 Setting up libxml-parser-perl:amd64 (2.46-2) ...
16:56:58 #8 61.19 Setting up libxml-sax-expat-perl (0.51-1) ...
16:56:58 #8 61.23 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
16:56:58 #8 61.28 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:56:58 #8 61.40 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:56:58 #8 61.43 Setting up libsoap-lite-perl (1.27-1) ...
16:56:58 #8 61.44 Setting up libxmlrpc-lite-perl (0.717-4) ...
16:56:58 #8 61.45 Processing triggers for libc-bin (2.31-13) ...
16:56:59 #8 61.46 Processing triggers for ca-certificates (20210119) ...
16:56:59 #8 61.47 Updating certificates in /etc/ssl/certs...
16:56:59 #8 61.80 0 added, 0 removed; done.
16:56:59 #8 61.80 Running hooks in /etc/ca-certificates/update.d...
16:56:59 #8 61.80 done.
16:56:59 #8 DONE 62.0s
16:56:59 
16:56:59 #10 [stage-1 3/8] COPY common /root/build-deb/debian
16:56:59 #10 sha256:f9bef50a0d67899e1af4a1f9e078161d4133c41d0c0f3229a65bdde11e45e748
16:56:59 #10 DONE 0.0s
16:56:59 
16:56:59 #11 [stage-1 4/8] RUN apt-get update  && mk-build-deps -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" -i /root/build-deb/debian/control
16:56:59 #11 sha256:14f7eda8979b73cfb3b0a4cd682fb1652e2d570d909d469c6ce9217735b9d5b5
16:57:00 #11 0.744 Hit:1 http://deb.debian.org/debian bullseye InRelease
16:57:00 #11 0.744 Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
16:57:00 #11 0.744 Hit:3 http://security.debian.org/debian-security bullseye-security InRelease
16:57:00 #11 0.988 Reading package lists...
16:57:01 #11 1.742 dpkg-buildpackage: info: source package docker-ce-build-deps
16:57:01 #11 1.742 dpkg-buildpackage: info: source version 1.0
16:57:01 #11 1.742 dpkg-buildpackage: info: source distribution unstable
16:57:01 #11 1.742 dpkg-buildpackage: info: source changed by Equivs Dummy Package Generator <root@localhost>
16:57:01 #11 1.775  dpkg-source --before-build .
16:57:01 #11 1.775 dpkg-buildpackage: info: host architecture amd64
16:57:01 #11 1.868  debian/rules clean
16:57:01 #11 1.870 dh clean
16:57:01 #11 1.947    dh_clean
16:57:01 #11 1.977  debian/rules binary
16:57:01 #11 1.979 dh binary
16:57:01 #11 2.041    dh_update_autotools_config
16:57:01 #11 2.067    dh_autoreconf
16:57:01 #11 2.105    create-stamp debian/debhelper-build-stamp
16:57:01 #11 2.105    dh_prep
16:57:01 #11 2.132    dh_install
16:57:01 #11 2.163    dh_installdocs
16:57:01 #11 2.202    dh_installchangelogs
16:57:01 #11 2.278    dh_perl
16:57:01 #11 2.312    dh_link
16:57:01 #11 2.344    dh_strip_nondeterminism
16:57:01 #11 2.399    dh_compress
16:57:01 #11 2.438    dh_fixperms
16:57:01 #11 2.476    dh_missing
16:57:01 #11 2.501    dh_installdeb
16:57:01 #11 2.532    dh_gencontrol
16:57:01 #11 2.642    dh_md5sums
16:57:02 #11 2.674    dh_builddeb
16:57:02 #11 2.701 dpkg-deb: building package 'docker-ce-build-deps' in '../docker-ce-build-deps_1.0_all.deb'.
16:57:02 #11 2.719  dpkg-genbuildinfo --build=binary
16:57:02 #11 2.849  dpkg-genchanges --build=binary >../docker-ce-build-deps_1.0_amd64.changes
16:57:02 #11 2.923 dpkg-genchanges: info: binary-only upload (no source code included)
16:57:02 #11 2.926  dpkg-source --after-build .
16:57:02 #11 3.022 dpkg-buildpackage: info: binary-only upload (no source included)
16:57:02 #11 3.026 
16:57:02 #11 3.026 The package has been created.
16:57:02 #11 3.026 Attention, the package has been created in the current directory,
16:57:02 #11 3.026 not in ".." as indicated by the message above!
16:57:02 #11 3.045 Selecting previously unselected package docker-ce-build-deps.
16:57:02 #11 3.060 (Reading database ... 28620 files and directories currently installed.)
16:57:02 #11 3.061 Preparing to unpack docker-ce-build-deps_1.0_all.deb ...
16:57:02 #11 3.063 Unpacking docker-ce-build-deps (1.0) ...
16:57:02 #11 3.096 Reading package lists...
16:57:02 #11 3.591 Building dependency tree...
16:57:03 #11 3.702 Reading state information...
16:57:03 #11 3.719 Correcting dependencies...Starting pkgProblemResolver with broken count: 0
16:57:03 #11 3.863 Starting 2 pkgProblemResolver with broken count: 0
16:57:03 #11 3.865 Done
16:57:03 #11 3.991  Done
16:57:03 #11 4.105 Starting pkgProblemResolver with broken count: 0
16:57:03 #11 4.126 Starting 2 pkgProblemResolver with broken count: 0
16:57:03 #11 4.127 Done
16:57:03 #11 4.303 The following additional packages will be installed:
16:57:03 #11 4.303   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
16:57:03 #11 4.303   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
16:57:03 #11 4.304   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
16:57:03 #11 4.304   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
16:57:03 #11 4.304   libsystemd-dev libudev-dev libuv1 pkg-config procps
16:57:03 #11 4.305 Suggested packages:
16:57:03 #11 4.305   cmake-doc ninja-build apparmor-easyprof seccomp
16:57:03 #11 4.305 Recommended packages:
16:57:03 #11 4.305   psmisc
16:57:03 #11 4.474 The following NEW packages will be installed:
16:57:03 #11 4.474   bash-completion cmake cmake-data dh-apparmor dmsetup libbtrfs-dev libbtrfs0
16:57:03 #11 4.475   libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 libjsoncpp24
16:57:03 #11 4.475   libncurses6 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2
16:57:03 #11 4.475   libprocps8 librhash0 libseccomp-dev libselinux1-dev libsepol1-dev
16:57:03 #11 4.475   libsystemd-dev libudev-dev libuv1 pkg-config procps
16:57:04 #11 4.743 0 upgraded, 26 newly installed, 0 to remove and 0 not upgraded.
16:57:04 #11 4.743 1 not fully installed or removed.
16:57:04 #11 4.743 Need to get 11.8 MB of archives.
16:57:04 #11 4.743 After this operation, 47.8 MB of additional disk space will be used.
16:57:04 #11 4.743 Get:1 http://deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB]
16:57:04 #11 4.748 Get:2 http://deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB]
16:57:04 #11 4.761 Get:3 http://deb.debian.org/debian bullseye/main amd64 libncurses6 amd64 6.2+20201114-2 [102 kB]
16:57:04 #11 4.762 Get:4 http://deb.debian.org/debian bullseye/main amd64 libprocps8 amd64 2:3.3.17-5 [63.9 kB]
16:57:04 #11 4.790 Get:5 http://deb.debian.org/debian bullseye/main amd64 procps amd64 2:3.3.17-5 [502 kB]
16:57:04 #11 4.793 Get:6 http://deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB]
16:57:04 #11 4.794 Get:7 http://deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB]
16:57:04 #11 4.795 Get:8 http://deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB]
16:57:04 #11 4.796 Get:9 http://deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB]
16:57:04 #11 4.882 Get:10 http://deb.debian.org/debian bullseye/main amd64 dh-apparmor all 2.13.6-10 [75.2 kB]
16:57:04 #11 4.883 Get:11 http://deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB]
16:57:04 #11 4.885 Get:12 http://deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB]
16:57:04 #11 4.886 Get:13 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
16:57:04 #11 4.887 Get:14 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
16:57:04 #11 4.890 Get:15 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.175-2.1 [23.2 kB]
16:57:04 #11 4.890 Get:16 http://deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB]
16:57:04 #11 4.891 Get:17 http://deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB]
16:57:04 #11 4.894 Get:18 http://deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB]
16:57:04 #11 4.896 Get:19 http://deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB]
16:57:04 #11 4.897 Get:20 http://deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB]
16:57:04 #11 4.898 Get:21 http://deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB]
16:57:04 #11 4.903 Get:22 http://deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB]
16:57:04 #11 4.904 Get:23 http://deb.debian.org/debian bullseye/main amd64 libdevmapper-dev amd64 2:1.02.175-2.1 [52.0 kB]
16:57:04 #11 4.920 Get:24 http://deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB]
16:57:04 #11 4.921 Get:25 http://deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB]
16:57:04 #11 4.924 Get:26 http://deb.debian.org/debian bullseye/main amd64 pkg-config amd64 0.29.2-1 [65.1 kB]
16:57:04 #11 5.098 debconf: delaying package configuration, since apt-utils is not installed
16:57:04 #11 5.134 Fetched 11.8 MB in 0s (26.6 MB/s)
16:57:04 #11 5.159 Selecting previously unselected package bash-completion.
16:57:04 #11 5.159 (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 ... 28624 files and directories currently installed.)
16:57:04 #11 5.175 Preparing to unpack .../00-bash-completion_1%3a2.11-2_all.deb ...
16:57:05 #11 5.618 Unpacking bash-completion (1:2.11-2) ...
16:57:05 #11 5.761 Selecting previously unselected package cmake-data.
16:57:05 #11 5.764 Preparing to unpack .../01-cmake-data_3.18.4-2_all.deb ...
16:57:05 #11 5.768 Unpacking cmake-data (3.18.4-2) ...
16:57:05 #11 6.098 Selecting previously unselected package libncurses6:amd64.
16:57:05 #11 6.102 Preparing to unpack .../02-libncurses6_6.2+20201114-2_amd64.deb ...
16:57:05 #11 6.108 Unpacking libncurses6:amd64 (6.2+20201114-2) ...
16:57:05 #11 6.145 Selecting previously unselected package libprocps8:amd64.
16:57:05 #11 6.146 Preparing to unpack .../03-libprocps8_2%3a3.3.17-5_amd64.deb ...
16:57:05 #11 6.149 Unpacking libprocps8:amd64 (2:3.3.17-5) ...
16:57:05 #11 6.189 Selecting previously unselected package procps.
16:57:05 #11 6.189 Preparing to unpack .../04-procps_2%3a3.3.17-5_amd64.deb ...
16:57:05 #11 6.195 Unpacking procps (2:3.3.17-5) ...
16:57:05 #11 6.271 Selecting previously unselected package libjsoncpp24:amd64.
16:57:05 #11 6.274 Preparing to unpack .../05-libjsoncpp24_1.9.4-4_amd64.deb ...
16:57:05 #11 6.278 Unpacking libjsoncpp24:amd64 (1.9.4-4) ...
16:57:05 #11 6.313 Selecting previously unselected package librhash0:amd64.
16:57:05 #11 6.315 Preparing to unpack .../06-librhash0_1.4.1-2_amd64.deb ...
16:57:05 #11 6.318 Unpacking librhash0:amd64 (1.4.1-2) ...
16:57:05 #11 6.360 Selecting previously unselected package libuv1:amd64.
16:57:05 #11 6.360 Preparing to unpack .../07-libuv1_1.40.0-2_amd64.deb ...
16:57:05 #11 6.363 Unpacking libuv1:amd64 (1.40.0-2) ...
16:57:05 #11 6.397 Selecting previously unselected package cmake.
16:57:05 #11 6.399 Preparing to unpack .../08-cmake_3.18.4-2_amd64.deb ...
16:57:05 #11 6.402 Unpacking cmake (3.18.4-2) ...
16:57:06 #11 6.933 Selecting previously unselected package dh-apparmor.
16:57:06 #11 6.936 Preparing to unpack .../09-dh-apparmor_2.13.6-10_all.deb ...
16:57:06 #11 6.938 Unpacking dh-apparmor (2.13.6-10) ...
16:57:06 #11 6.971 Selecting previously unselected package libbtrfs0:amd64.
16:57:06 #11 6.974 Preparing to unpack .../10-libbtrfs0_5.10.1-2_amd64.deb ...
16:57:06 #11 6.978 Unpacking libbtrfs0:amd64 (5.10.1-2) ...
16:57:06 #11 7.026 Selecting previously unselected package libbtrfs-dev:amd64.
16:57:06 #11 7.026 Preparing to unpack .../11-libbtrfs-dev_5.10.1-2_amd64.deb ...
16:57:06 #11 7.029 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ...
16:57:06 #11 7.077 Selecting previously unselected package dmsetup.
16:57:06 #11 7.080 Preparing to unpack .../12-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
16:57:06 #11 7.083 Unpacking dmsetup (2:1.02.175-2.1) ...
16:57:06 #11 7.122 Selecting previously unselected package libdevmapper1.02.1:amd64.
16:57:06 #11 7.125 Preparing to unpack .../13-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
16:57:06 #11 7.128 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
16:57:06 #11 7.168 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
16:57:06 #11 7.168 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ...
16:57:06 #11 7.171 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
16:57:06 #11 7.196 Selecting previously unselected package libudev-dev:amd64.
16:57:06 #11 7.199 Preparing to unpack .../15-libudev-dev_247.3-6_amd64.deb ...
16:57:06 #11 7.203 Unpacking libudev-dev:amd64 (247.3-6) ...
16:57:06 #11 7.240 Selecting previously unselected package libsepol1-dev:amd64.
16:57:06 #11 7.243 Preparing to unpack .../16-libsepol1-dev_3.1-1_amd64.deb ...
16:57:06 #11 7.246 Unpacking libsepol1-dev:amd64 (3.1-1) ...
16:57:06 #11 7.308 Selecting previously unselected package libpcre2-16-0:amd64.
16:57:06 #11 7.312 Preparing to unpack .../17-libpcre2-16-0_10.36-2_amd64.deb ...
16:57:06 #11 7.315 Unpacking libpcre2-16-0:amd64 (10.36-2) ...
16:57:06 #11 7.363 Selecting previously unselected package libpcre2-32-0:amd64.
16:57:06 #11 7.366 Preparing to unpack .../18-libpcre2-32-0_10.36-2_amd64.deb ...
16:57:06 #11 7.369 Unpacking libpcre2-32-0:amd64 (10.36-2) ...
16:57:06 #11 7.413 Selecting previously unselected package libpcre2-posix2:amd64.
16:57:06 #11 7.416 Preparing to unpack .../19-libpcre2-posix2_10.36-2_amd64.deb ...
16:57:06 #11 7.420 Unpacking libpcre2-posix2:amd64 (10.36-2) ...
16:57:06 #11 7.445 Selecting previously unselected package libpcre2-dev:amd64.
16:57:06 #11 7.448 Preparing to unpack .../20-libpcre2-dev_10.36-2_amd64.deb ...
16:57:06 #11 7.451 Unpacking libpcre2-dev:amd64 (10.36-2) ...
16:57:06 #11 7.541 Selecting previously unselected package libselinux1-dev:amd64.
16:57:06 #11 7.545 Preparing to unpack .../21-libselinux1-dev_3.1-3_amd64.deb ...
16:57:06 #11 7.548 Unpacking libselinux1-dev:amd64 (3.1-3) ...
16:57:06 #11 7.597 Selecting previously unselected package libdevmapper-dev:amd64.
16:57:06 #11 7.600 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ...
16:57:06 #11 7.604 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
16:57:06 #11 7.629 Selecting previously unselected package libseccomp-dev:amd64.
16:57:06 #11 7.633 Preparing to unpack .../23-libseccomp-dev_2.5.1-1_amd64.deb ...
16:57:06 #11 7.635 Unpacking libseccomp-dev:amd64 (2.5.1-1) ...
16:57:06 #11 7.668 Selecting previously unselected package libsystemd-dev:amd64.
16:57:06 #11 7.671 Preparing to unpack .../24-libsystemd-dev_247.3-6_amd64.deb ...
16:57:06 #11 7.674 Unpacking libsystemd-dev:amd64 (247.3-6) ...
16:57:06 #11 7.766 Selecting previously unselected package pkg-config.
16:57:06 #11 7.770 Preparing to unpack .../25-pkg-config_0.29.2-1_amd64.deb ...
16:57:07 #11 7.772 Unpacking pkg-config (0.29.2-1) ...
16:57:07 #11 7.829 Setting up libseccomp-dev:amd64 (2.5.1-1) ...
16:57:07 #11 7.837 Setting up libsepol1-dev:amd64 (3.1-1) ...
16:57:07 #11 7.845 Setting up libpcre2-16-0:amd64 (10.36-2) ...
16:57:07 #11 7.853 Setting up libbtrfs0:amd64 (5.10.1-2) ...
16:57:07 #11 7.861 Setting up libpcre2-32-0:amd64 (10.36-2) ...
16:57:07 #11 7.870 Setting up libuv1:amd64 (1.40.0-2) ...
16:57:07 #11 7.879 Setting up bash-completion (1:2.11-2) ...
16:57:07 #11 8.369 Setting up libncurses6:amd64 (6.2+20201114-2) ...
16:57:07 #11 8.378 Setting up pkg-config (0.29.2-1) ...
16:57:07 #11 8.421 Setting up libudev-dev:amd64 (247.3-6) ...
16:57:07 #11 8.430 Setting up libpcre2-posix2:amd64 (10.36-2) ...
16:57:07 #11 8.438 Setting up libjsoncpp24:amd64 (1.9.4-4) ...
16:57:07 #11 8.447 Setting up libbtrfs-dev:amd64 (5.10.1-2) ...
16:57:07 #11 8.454 Setting up librhash0:amd64 (1.4.1-2) ...
16:57:07 #11 8.463 Setting up cmake-data (3.18.4-2) ...
16:57:07 #11 8.475 Setting up dh-apparmor (2.13.6-10) ...
16:57:07 #11 8.483 Setting up libsystemd-dev:amd64 (247.3-6) ...
16:57:07 #11 8.491 Setting up libprocps8:amd64 (2:3.3.17-5) ...
16:57:07 #11 8.499 Setting up libpcre2-dev:amd64 (10.36-2) ...
16:57:07 #11 8.508 Setting up libselinux1-dev:amd64 (3.1-3) ...
16:57:07 #11 8.516 Setting up procps (2:3.3.17-5) ...
16:57:07 #11 8.544 Setting up cmake (3.18.4-2) ...
16:57:08 #11 8.552 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
16:57:08 #11 8.561 Setting up dmsetup (2:1.02.175-2.1) ...
16:57:08 #11 8.570 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ...
16:57:08 #11 8.579 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ...
16:57:08 #11 8.588 Setting up docker-ce-build-deps (1.0) ...
16:57:08 #11 8.596 Processing triggers for libc-bin (2.31-13) ...
16:57:08 #11 8.611 Processing triggers for man-db (2.9.4-2) ...
16:57:09 #11 DONE 10.7s
16:57:09 
16:57:09 #12 [stage-1 5/8] COPY sources/ /sources
16:57:09 #12 sha256:2994268bf7fc32efbd815c1180cd52be88f92c9a9d675b5aa3a42d05cb844fe9
16:57:10 #12 DONE 0.2s
16:57:10 
16:57:10 #14 [stage-1 6/8] COPY --from=golang /usr/local/go /usr/local/go
16:57:10 #14 sha256:706b33fa7efcf4273212140534316f0c4af1e351a62fc1fc04121993afec0dbd
16:57:12 #14 DONE 2.0s
16:57:12 
16:57:12 #15 [stage-1 7/8] WORKDIR /root/build-deb
16:57:12 #15 sha256:62ff828fb03f72f08122f5dae4fc8a2d28bac7252c02683c207bfdd55fab0df9
16:57:12 #15 DONE 0.0s
16:57:12 
16:57:12 #16 [stage-1 8/8] COPY build-deb /root/build-deb/build-deb
16:57:12 #16 sha256:948ac454ef235a78c086837ea206aa0ccbca057d28edabdc4d49bcb2cc8098a1
16:57:12 #16 DONE 0.0s
16:57:12 
16:57:12 #17 exporting to image
16:57:12 #17 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:57:12 #17 exporting layers
16:57:18 #17 exporting layers 6.6s done
16:57:18 #17 writing image sha256:6e91009e8d4c93b46718b5bc195ec55275c281e0fe41d8c4ede62399036a8fa1 done
16:57:18 #17 naming to docker.io/debbuild-debian-bullseye/x86_64 done
16:57:18 #17 DONE 6.6s
16:57:18 docker run --rm -e PLATFORM -e EPOCH='5' -e DEB_VERSION=0.0.0-20210916145224-e3023ca -e VERSION=0.0.0-20210916145224-e3023ca -e CLI_GITCOMMIT=e3023ca -e ENGINE_GITCOMMIT=5176095 -e SCAN_VERSION=v0.8.0 -e SCAN_GITCOMMIT=35651ca -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb/debbuild/debian-bullseye:/build  debbuild-debian-bullseye/x86_64
16:57:19 #20 DONE 90.8s
16:57:19 
16:57:19 #21 [binary 1/1] COPY --from=build /out .
16:57:19 #21 sha256:30489e3c2d1aa8e0c5e3b9922763fb2b0d18974fdc6aff00a8636043b21e3e5a
16:57:19 #21 DONE 0.1s
16:57:19 
16:57:19 #22 exporting to client
16:57:19 #22 sha256:b60a1292d407630dbb741f28ab6ea4ce3cca872ac28eeee56f4e66a182eca4bc
16:57:19 #22 copying files 53B
16:57:19 #22 copying files 53.62MB 0.9s done
16:57:19 #22 DONE 0.9s
16:57:19 mkdir -p build/win/amd64/docker
16:57:19 cp /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/cli/build/docker-windows-amd64.exe build/win/amd64/docker/docker.exe
16:57:19 cp /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker/bundles/cross/windows/amd64-daemon/dockerd-0.0.0-20210916145224-e3023ca.exe build/win/amd64/docker/dockerd.exe
16:57:19 cp /home/ubuntu/workspace/docker-ce-packaging_PR-572/src/github.com/docker/docker/bundles/cross/windows/amd64-daemon/docker-proxy-0.0.0-20210916145224-e3023ca.exe build/win/amd64/docker/docker-proxy.exe
16:57:19 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/static/build/win/amd64:/v -w /v alpine sh -c 'apk update&&apk add zip&&zip -r docker-0.0.0-20210916145224-e3023ca.zip docker'
16:57:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
16:57:19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
16:57:19 v3.14.2-39-gd051c7b1d0 [https://dl-cdn.alpinelinux.org/alpine/v3.14/main]
16:57:19 v3.14.2-36-g70ff2140e8 [https://dl-cdn.alpinelinux.org/alpine/v3.14/community]
16:57:19 OK: 14938 distinct packages available
16:57:19 (1/2) Installing unzip (6.0-r9)
16:57:19 (2/2) Installing zip (3.0-r9)
16:57:19 Executing busybox-1.33.1-r3.trigger
16:57:19 OK: 6 MiB in 16 packages
16:57:19   adding: docker/ (stored 0%)
16:57:19   adding: docker/cli-plugins/ (stored 0%)
16:57:19 + set -e
16:57:19 + mkdir -p /root/build-deb/engine
16:57:19 + tar -C /root/build-deb -xzf /sources/engine.tgz
16:57:19 + mkdir -p /root/build-deb/cli
16:57:19 + tar -C /root/build-deb -xzf /sources/cli.tgz
16:57:20 + mkdir -p /root/build-deb/scan-cli-plugin
16:57:20 + tar -C /root/build-deb -xzf /sources/scan-cli-plugin.tgz
16:57:20 + mkdir -p /go/src/github.com/docker
16:57:20 + ln -snf /root/build-deb/engine /go/src/github.com/docker/docker
16:57:20 + ln -snf /root/build-deb/cli /go/src/github.com/docker/cli
16:57:20 + ln -snf /root/build-deb/scan-cli-plugin /go/src/github.com/docker/scan-cli-plugin
16:57:20 + EPOCH=5
16:57:20 + EPOCH_SEP=
16:57:20 + [[ ! -z 5 ]]
16:57:20 + EPOCH_SEP=:
16:57:20 + [[ -z 0.0.0-20210916145224-e3023ca ]]
16:57:20 + echo VERSION AAA 0.0.0-20210916145224-e3023ca
16:57:20 VERSION AAA 0.0.0-20210916145224-e3023ca
16:57:20 + VERSION=0.0.0-20210916145224-e3023ca
16:57:20 + echo VERSION bbb 0.0.0-20210916145224-e3023ca
16:57:20 VERSION bbb 0.0.0-20210916145224-e3023ca
16:57:20 ++ awk -F ': ' '$1 == "Source" { print $2; exit }' debian/control
16:57:20 + debSource=docker-ce
16:57:20 ++ awk -F ': ' '$1 == "Maintainer" { print $2; exit }' debian/control
16:57:20 + debMaintainer='Docker <support@docker.com>'
16:57:20 ++ date --rfc-2822
16:57:20 + debDate='Thu, 16 Sep 2021 16:57:20 +0000'
16:57:20 + cat
16:57:20 + export CLI_GITCOMMIT=e3023ca
16:57:20 + CLI_GITCOMMIT=e3023ca
16:57:20 + export ENGINE_GITCOMMIT=5176095
16:57:20 + ENGINE_GITCOMMIT=5176095
16:57:20 VERSION BBB 0.0.0-20210916145224-e3023ca
16:57:20 + export SCAN_GITCOMMIT=35651ca
16:57:20 + SCAN_GITCOMMIT=35651ca
16:57:20 + echo VERSION BBB 0.0.0-20210916145224-e3023ca
16:57:20 + dpkg-buildpackage -uc -us -I.git
16:57:20 dpkg-buildpackage: info: source package docker-ce
16:57:20 dpkg-buildpackage: info: source version 5:0.0.0-20210916145224-e3023ca-0~debian-bullseye
16:57:20 dpkg-buildpackage: info: source distribution bullseye
16:57:20 dpkg-buildpackage: info: source changed by Docker <support@docker.com>
16:57:20  dpkg-source -I.git --before-build .
16:57:20 dpkg-buildpackage: info: host architecture amd64
16:57:20  debian/rules clean
16:57:20 dh clean --with=bash-completion
16:57:20    dh_clean
16:57:20  dpkg-source -I.git -b .
16:57:20 dpkg-source: warning: native package version may not have a revision
16:57:20 dpkg-source: warning: source directory 'build-deb' is not <sourcepackage>-<upstreamversion> 'docker-ce-0.0.0-20210916145224-e3023ca-0~debian'
16:57:20 dpkg-source: info: using source format '1.0'
16:57:20 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye.tar.gz
16:57:21   adding: docker/cli-plugins/docker-buildx.exe (deflated 59%)
16:57:24   adding: docker/dockerd.exe (deflated 71%)
16:57:27   adding: docker/docker.exe (deflated 74%)
16:57:27   adding: docker/docker-proxy.exe (deflated 61%)
16:57:27 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/static:/v -w /v alpine chown -R 1000:1000 build
16:57:28 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
[Pipeline] sh
16:57:28 + make clean
16:57:28 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572:/v -w /v alpine chown -R 1000:1000 src
16:57:29 rm -f -r src
16:57:29 make -C rpm clean
16:57:29 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm'
16:57:29 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
16:57:29 rm -f -r rpmbuild/
16:57:29 docker builder prune -f --filter until=24h
16:57:29 Total reclaimed space: 0B
16:57:29 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm'
16:57:29 make -C deb clean
16:57:29 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
16:57:29 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 debbuild
16:57:29 rm -f -r debbuild
16:57:29 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 sources
16:57:29 rm -f -r sources
16:57:29 docker builder prune -f --filter until=24h
16:57:29 Total reclaimed space: 0B
16:57:29 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
16:57:29 make -C static clean
16:57:29 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
16:57:29 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/static:/v -w /v alpine chown -R 1000:1000 build
16:57:30 rm -f -r build
16:57:30 docker builder prune -f --filter until=24h
16:57:30 Total reclaimed space: 0B
16:57:30 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
16:57:30 dpkg-source: info: building docker-ce in docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye.dsc
16:57:30  debian/rules build
16:57:30 dh build --with=bash-completion
16:57:30    dh_update_autotools_config
16:57:30    dh_autoreconf
16:57:30    debian/rules override_dh_auto_build
16:57:30 make[1]: Entering directory '/root/build-deb'
16:57:30 # Build the daemon and dependencies
16:57:30 cd engine && DOCKER_GITCOMMIT=5176095 PRODUCT=docker ./hack/make.sh dynbinary
16:57:30 
16:57:30 Removing bundles/
16:57:30 
16:57:30 ---> Making bundle: dynbinary (in bundles/dynbinary)
16:57:30 Building: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:57:30 GOOS="" GOARCH="" GOARM=""
16:58:03 Project root: /go/src/github.com/docker/cli
16:58:03 Generating man pages into /go/src/github.com/docker/cli/man/man1
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
16:58:03 2021/09/16 16:57:56 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
16:58:03 ~/rpmbuild/BUILD/src
16:58:03 + popd
16:58:03 + pushd /root/rpmbuild/BUILD/src/plugins
16:58:03 + for installer in *.installer
16:58:03 + '[' buildx.installer '!=' scan.installer ']'
16:58:03 + bash buildx.installer build
16:58:03 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
16:58:03 Cloning into '/go/src/github.com/docker/buildx'...
16:58:03 Fetching origin
16:58:03 + GO111MODULE=on
16:58:03 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
16:59:07 Created binary: bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca
16:59:07 Building: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:59:07 GOOS="" GOARCH="" GOARM=""
16:59:07 Created binary: bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca
16:59:07 
16:59:07 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh tini
16:59:07 + RM_GOPATH=0
16:59:07 + TMP_GOPATH=/go
16:59:07 + : /usr/local/bin
16:59:07 + '[' -z /go ']'
16:59:07 + export GOPATH=/go
16:59:07 + GOPATH=/go
16:59:07 + case "$(go env GOARCH)" in
16:59:07 ++ go env GOARCH
16:59:07 + export GO_BUILDMODE=-buildmode=pie
16:59:07 + GO_BUILDMODE=-buildmode=pie
16:59:07 ++ dirname hack/dockerfile/install/install.sh
16:59:07 + dir=hack/dockerfile/install
16:59:07 + bin=tini
16:59:07 + shift
16:59:07 + '[' '!' -f hack/dockerfile/install/tini.installer ']'
16:59:07 + . hack/dockerfile/install/tini.installer
16:59:07 ++ : v0.19.0
16:59:07 + install_tini
16:59:07 + echo 'Install tini version v0.19.0'
16:59:07 + git clone https://github.com/krallin/tini.git /go/tini
16:59:07 Install tini version v0.19.0
16:59:07 Cloning into '/go/tini'...
16:59:07 + cd /go/tini
16:59:07 + git checkout -q v0.19.0
16:59:07 + cmake .
16:59:07 -- The C compiler identification is GNU 10.2.1
16:59:07 -- Detecting C compiler ABI info
16:59:07 -- Detecting C compiler ABI info - done
16:59:07 -- Check for working C compiler: /usr/bin/cc - skipped
16:59:07 -- Detecting C compile features
16:59:07 -- Detecting C compile features - done
16:59:07 -- Performing Test HAS_BUILTIN_FORTIFY
16:59:07 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:59:07 -- Configuring done
16:59:07 -- Generating done
16:59:07 -- Build files have been written to: /go/tini
16:59:07 + make tini-static
16:59:07 make[2]: Entering directory '/go/tini'
16:59:07 make[3]: Entering directory '/go/tini'
16:59:07 make[4]: Entering directory '/go/tini'
16:59:07 make[5]: Entering directory '/go/tini'
16:59:07 Scanning dependencies of target tini-static
16:59:07 make[5]: Leaving directory '/go/tini'
16:59:07 make[5]: Entering directory '/go/tini'
16:59:07 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:59:07 [100%] Linking C executable tini-static
16:59:07 make[5]: Leaving directory '/go/tini'
16:59:07 [100%] Built target tini-static
16:59:07 make[4]: Leaving directory '/go/tini'
16:59:07 make[3]: Leaving directory '/go/tini'
16:59:07 make[2]: Leaving directory '/go/tini'
16:59:07 + mkdir -p /usr/local/bin
16:59:07 + cp tini-static /usr/local/bin/docker-init
16:59:07 cd engine && TMP_GOPATH="/go" hack/dockerfile/install/install.sh rootlesskit dynamic
16:59:07 + RM_GOPATH=0
16:59:07 + TMP_GOPATH=/go
16:59:07 + : /usr/local/bin
16:59:07 + '[' -z /go ']'
16:59:07 + export GOPATH=/go
16:59:07 + GOPATH=/go
16:59:07 + case "$(go env GOARCH)" in
16:59:07 ++ go env GOARCH
16:59:07 + export GO_BUILDMODE=-buildmode=pie
16:59:07 + GO_BUILDMODE=-buildmode=pie
16:59:07 ++ dirname hack/dockerfile/install/install.sh
16:59:07 + dir=hack/dockerfile/install
16:59:07 + bin=rootlesskit
16:59:07 + shift
16:59:07 + '[' '!' -f hack/dockerfile/install/rootlesskit.installer ']'
16:59:07 + . hack/dockerfile/install/rootlesskit.installer
16:59:07 ++ : v0.14.4
16:59:07 + install_rootlesskit dynamic
16:59:07 + case "$1" in
16:59:07 + install_rootlesskit_dynamic
16:59:07 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
16:59:07 + ROOTLESSKIT_LDFLAGS=-linkmode=external
16:59:07 + export BUILD_MODE=-buildmode=pie
16:59:07 + BUILD_MODE=-buildmode=pie
16:59:07 + _install_rootlesskit
16:59:07 + echo 'Install rootlesskit version v0.14.4'
16:59:07 Install rootlesskit version v0.14.4
16:59:07 + for f in rootlesskit rootlesskit-docker-proxy
16:59:07 + GOBIN=/usr/local/bin
16:59:07 + GO111MODULE=on
16:59:07 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
16:59:07 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
16:59:19 go: downloading github.com/pkg/errors v0.9.1
16:59:19 go: downloading github.com/sirupsen/logrus v1.8.1
16:59:19 go: downloading github.com/urfave/cli/v2 v2.3.0
16:59:19 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:59:19 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:59:19 go: downloading github.com/google/uuid v1.3.0
16:59:19 go: downloading github.com/moby/vpnkit v0.5.0
16:59:19 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:59:19 go: downloading github.com/gofrs/flock v0.8.1
16:59:19 go: downloading github.com/gorilla/mux v1.8.0
16:59:19 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:59:19 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:59:19 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:59:21 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:59:22 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:59:25 + popd
16:59:25 ~/rpmbuild/BUILD/src
16:59:25 + RPM_EC=0
16:59:25 ++ jobs -p
16:59:25 + exit 0
16:59:25 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.khvngB
16:59:25 + umask 022
16:59:25 + cd /root/rpmbuild/BUILD
16:59:25 + '[' /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64 '!=' / ']'
16:59:25 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:59:25 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:59:25 + mkdir -p /root/rpmbuild/BUILDROOT
16:59:25 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:59:25 + cd src
16:59:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin
16:59:25 + install -p -m 755 cli/build/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin/docker
16:59:25 + pushd /root/rpmbuild/BUILD/src/plugins
16:59:25 ~/rpmbuild/BUILD/src/plugins ~/rpmbuild/BUILD/src
16:59:25 + for installer in *.installer
16:59:25 + '[' buildx.installer '!=' scan.installer ']'
16:59:25 + DESTDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:59:25 + PREFIX=/usr/libexec/docker/cli-plugins
16:59:25 + bash buildx.installer install_plugin
16:59:25 + popd
16:59:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/bash-completion/completions
16:59:25 ~/rpmbuild/BUILD/src
16:59:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/zsh/vendor-completions
16:59:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/fish/vendor_completions.d
16:59:25 + install -p -m 644 cli/contrib/completion/bash/docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/bash-completion/completions/docker
16:59:25 + install -p -m 644 cli/contrib/completion/zsh/_docker /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/zsh/vendor-completions/_docker
16:59:25 + install -p -m 644 cli/contrib/completion/fish/docker.fish /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/fish/vendor_completions.d/docker.fish
16:59:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/man/man1
16:59:25 + install -p -m 644 cli/man/man1/docker-attach.1 cli/man/man1/docker-build.1 cli/man/man1/docker-builder-build.1 cli/man/man1/docker-builder-prune.1 cli/man/man1/docker-builder.1 cli/man/man1/docker-checkpoint-create.1 cli/man/man1/docker-checkpoint-ls.1 cli/man/man1/docker-checkpoint-rm.1 cli/man/man1/docker-checkpoint.1 cli/man/man1/docker-commit.1 cli/man/man1/docker-config-create.1 cli/man/man1/docker-config-inspect.1 cli/man/man1/docker-config-ls.1 cli/man/man1/docker-config-rm.1 cli/man/man1/docker-config.1 cli/man/man1/docker-container-attach.1 cli/man/man1/docker-container-commit.1 cli/man/man1/docker-container-cp.1 cli/man/man1/docker-container-create.1 cli/man/man1/docker-container-diff.1 cli/man/man1/docker-container-exec.1 cli/man/man1/docker-container-export.1 cli/man/man1/docker-container-inspect.1 cli/man/man1/docker-container-kill.1 cli/man/man1/docker-container-logs.1 cli/man/man1/docker-container-ls.1 cli/man/man1/docker-container-pause.1 cli/man/man1/docker-container-port.1 cli/man/man1/docker-container-prune.1 cli/man/man1/docker-container-rename.1 cli/man/man1/docker-container-restart.1 cli/man/man1/docker-container-rm.1 cli/man/man1/docker-container-run.1 cli/man/man1/docker-container-start.1 cli/man/man1/docker-container-stats.1 cli/man/man1/docker-container-stop.1 cli/man/man1/docker-container-top.1 cli/man/man1/docker-container-unpause.1 cli/man/man1/docker-container-update.1 cli/man/man1/docker-container-wait.1 cli/man/man1/docker-container.1 cli/man/man1/docker-context-create.1 cli/man/man1/docker-context-export.1 cli/man/man1/docker-context-import.1 cli/man/man1/docker-context-inspect.1 cli/man/man1/docker-context-ls.1 cli/man/man1/docker-context-rm.1 cli/man/man1/docker-context-update.1 cli/man/man1/docker-context-use.1 cli/man/man1/docker-context.1 cli/man/man1/docker-cp.1 cli/man/man1/docker-create.1 cli/man/man1/docker-diff.1 cli/man/man1/docker-events.1 cli/man/man1/docker-exec.1 cli/man/man1/docker-export.1 cli/man/man1/docker-history.1 cli/man/man1/docker-image-build.1 cli/man/man1/docker-image-history.1 cli/man/man1/docker-image-import.1 cli/man/man1/docker-image-inspect.1 cli/man/man1/docker-image-load.1 cli/man/man1/docker-image-ls.1 cli/man/man1/docker-image-prune.1 cli/man/man1/docker-image-pull.1 cli/man/man1/docker-image-push.1 cli/man/man1/docker-image-rm.1 cli/man/man1/docker-image-save.1 cli/man/man1/docker-image-tag.1 cli/man/man1/docker-image.1 cli/man/man1/docker-images.1 cli/man/man1/docker-import.1 cli/man/man1/docker-info.1 cli/man/man1/docker-inspect.1 cli/man/man1/docker-kill.1 cli/man/man1/docker-load.1 cli/man/man1/docker-login.1 cli/man/man1/docker-logout.1 cli/man/man1/docker-logs.1 cli/man/man1/docker-manifest-annotate.1 cli/man/man1/docker-manifest-create.1 cli/man/man1/docker-manifest-inspect.1 cli/man/man1/docker-manifest-push.1 cli/man/man1/docker-manifest-rm.1 cli/man/man1/docker-manifest.1 cli/man/man1/docker-network-connect.1 cli/man/man1/docker-network-create.1 cli/man/man1/docker-network-disconnect.1 cli/man/man1/docker-network-inspect.1 cli/man/man1/docker-network-ls.1 cli/man/man1/docker-network-prune.1 cli/man/man1/docker-network-rm.1 cli/man/man1/docker-network.1 cli/man/man1/docker-node-demote.1 cli/man/man1/docker-node-inspect.1 cli/man/man1/docker-node-ls.1 cli/man/man1/docker-node-promote.1 cli/man/man1/docker-node-ps.1 cli/man/man1/docker-node-rm.1 cli/man/man1/docker-node-update.1 cli/man/man1/docker-node.1 cli/man/man1/docker-pause.1 cli/man/man1/docker-plugin-create.1 cli/man/man1/docker-plugin-disable.1 cli/man/man1/docker-plugin-enable.1 cli/man/man1/docker-plugin-inspect.1 cli/man/man1/docker-plugin-install.1 cli/man/man1/docker-plugin-ls.1 cli/man/man1/docker-plugin-push.1 cli/man/man1/docker-plugin-rm.1 cli/man/man1/docker-plugin-set.1 cli/man/man1/docker-plugin-upgrade.1 cli/man/man1/docker-plugin.1 cli/man/man1/docker-port.1 cli/man/man1/docker-ps.1 cli/man/man1/docker-pull.1 cli/man/man1/docker-push.1 cli/man/man1/docker-rename.1 cli/man/man1/docker-restart.1 cli/man/man1/docker-rm.1 cli/man/man1/docker-rmi.1 cli/man/man1/docker-run.1 cli/man/man1/docker-save.1 cli/man/man1/docker-search.1 cli/man/man1/docker-secret-create.1 cli/man/man1/docker-secret-inspect.1 cli/man/man1/docker-secret-ls.1 cli/man/man1/docker-secret-rm.1 cli/man/man1/docker-secret.1 cli/man/man1/docker-service-create.1 cli/man/man1/docker-service-inspect.1 cli/man/man1/docker-service-logs.1 cli/man/man1/docker-service-ls.1 cli/man/man1/docker-service-ps.1 cli/man/man1/docker-service-rm.1 cli/man/man1/docker-service-rollback.1 cli/man/man1/docker-service-scale.1 cli/man/man1/docker-service-update.1 cli/man/man1/docker-service.1 cli/man/man1/docker-stack-deploy.1 cli/man/man1/docker-stack-ls.1 cli/man/man1/docker-stack-ps.1 cli/man/man1/docker-stack-rm.1 cli/man/man1/docker-stack-services.1 cli/man/man1/docker-stack.1 cli/man/man1/docker-start.1 cli/man/man1/docker-stats.1 cli/man/man1/docker-stop.1 cli/man/man1/docker-swarm-ca.1 cli/man/man1/docker-swarm-init.1 cli/man/man1/docker-swarm-join-token.1 cli/man/man1/docker-swarm-join.1 cli/man/man1/docker-swarm-leave.1 cli/man/man1/docker-swarm-unlock-key.1 cli/man/man1/docker-swarm-unlock.1 cli/man/man1/docker-swarm-update.1 cli/man/man1/docker-swarm.1 cli/man/man1/docker-system-df.1 cli/man/man1/docker-system-events.1 cli/man/man1/docker-system-info.1 cli/man/man1/docker-system-prune.1 cli/man/man1/docker-system.1 cli/man/man1/docker-tag.1 cli/man/man1/docker-top.1 cli/man/man1/docker-trust-inspect.1 cli/man/man1/docker-trust-key-generate.1 cli/man/man1/docker-trust-key-load.1 cli/man/man1/docker-trust-key.1 cli/man/man1/docker-trust-revoke.1 cli/man/man1/docker-trust-sign.1 cli/man/man1/docker-trust-signer-add.1 cli/man/man1/docker-trust-signer-remove.1 cli/man/man1/docker-trust-signer.1 cli/man/man1/docker-trust.1 cli/man/man1/docker-unpause.1 cli/man/man1/docker-update.1 cli/man/man1/docker-version.1 cli/man/man1/docker-volume-create.1 cli/man/man1/docker-volume-inspect.1 cli/man/man1/docker-volume-ls.1 cli/man/man1/docker-volume-prune.1 cli/man/man1/docker-volume-rm.1 cli/man/man1/docker-volume.1 cli/man/man1/docker-wait.1 cli/man/man1/docker.1 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/man/man1
16:59:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/man/man5
16:59:25 + install -p -m 644 cli/man/man5/Dockerfile.5 cli/man/man5/docker-config-json.5 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/man/man5
16:59:25 + install -d /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/man/man8
16:59:25 + install -p -m 644 cli/man/man8/dockerd.8 /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/man/man8
16:59:25 + mkdir -p build-docs
16:59:25 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:59:25 + cp cli/LICENSE build-docs/LICENSE
16:59:25 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:59:25 + cp cli/MAINTAINERS build-docs/MAINTAINERS
16:59:25 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:59:25 + cp cli/NOTICE build-docs/NOTICE
16:59:25 + for cli_file in LICENSE MAINTAINERS NOTICE README.md
16:59:25 + cp cli/README.md build-docs/README.md
16:59:25 + /usr/lib/rpm/check-buildroot
16:59:25 + /usr/lib/rpm/redhat/brp-ldconfig
16:59:25 + /usr/lib/rpm/brp-compress
16:59:25 + /usr/lib/rpm/brp-strip /usr/bin/strip
16:59:25 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
16:59:25 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
16:59:25 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
16:59:25 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
16:59:25 + /usr/lib/rpm/brp-python-hardlink
16:59:25 + /usr/lib/rpm/redhat/brp-mangle-shebangs
16:59:25 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.1AOiCn
16:59:25 + umask 022
16:59:25 + cd /root/rpmbuild/BUILD
16:59:25 + cd src
16:59:25 ++ cli/build/docker --version
16:59:25 PASS: cli version OK
16:59:25 + ver='Docker version 0.0.0-20210916145224-e3023ca, build e3023ca'
16:59:25 + test 'Docker version 0.0.0-20210916145224-e3023ca, build e3023ca' = 'Docker version 0.0.0-20210916145224-e3023ca, build e3023ca'
16:59:25 + echo 'PASS: cli version OK'
16:59:25 + RPM_EC=0
16:59:25 ++ jobs -p
16:59:25 + exit 0
16:59:25 Processing files: docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:59:25 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.q3bWdX
16:59:25 + umask 022
16:59:25 + cd /root/rpmbuild/BUILD
16:59:25 + cd src
16:59:25 + DOCDIR=/root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/doc/docker-ce-cli
16:59:25 + export LC_ALL=C
16:59:25 + LC_ALL=C
16:59:25 + export DOCDIR
16:59:25 + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/doc/docker-ce-cli
16:59:25 + cp -pr build-docs/LICENSE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/doc/docker-ce-cli
16:59:25 + cp -pr build-docs/MAINTAINERS /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/doc/docker-ce-cli
16:59:25 + cp -pr build-docs/NOTICE /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/doc/docker-ce-cli
16:59:25 + cp -pr build-docs/README.md /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/share/doc/docker-ce-cli
16:59:25 + RPM_EC=0
16:59:25 ++ jobs -p
16:59:25 + exit 0
16:59:25 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-buildx
16:59:25 Provides: docker-ce-cli = 1:0.0.0.20210916145224.e3023ca-0.fc34 docker-ce-cli(x86-64) = 1:0.0.0.20210916145224.e3023ca-0.fc34
16:59:25 Requires(interp): /bin/sh
16:59:25 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
16:59:25 Requires(post): /bin/sh
16:59:25 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.32)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
16:59:25 Conflicts: docker docker-ee docker-ee-cli docker-engine-cs docker-io
16:59:25 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
16:59:25 Wrote: /root/rpmbuild/SRPMS/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.src.rpm
16:59:27 + for f in rootlesskit rootlesskit-docker-proxy
16:59:27 + GOBIN=/usr/local/bin
16:59:27 + GO111MODULE=on
16:59:27 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
16:59:28 + return
16:59:28 # Build the CLI
16:59:28 cd /go/src/github.com/docker/cli && VERSION=0.0.0-20210916145224-e3023ca GITCOMMIT=e3023ca LDFLAGS='' GO_LINKMODE=dynamic ./scripts/build/binary && DISABLE_WARN_OUTSIDE_CONTAINER=1 LDFLAGS='' make manpages
16:59:28 Building dynamic docker-linux-amd64
17:00:12 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64.rpm
17:00:12 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.UEyaEA
17:00:12 + umask 022
17:00:12 + cd /root/rpmbuild/BUILD
17:00:12 + cd src
17:00:12 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-cli-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
17:00:12 + RPM_EC=0
17:00:12 ++ jobs -p
17:00:12 + exit 0
17:00:12 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.QkiXKG
17:00:12 + umask 022
17:00:12 + cd /root/rpmbuild/BUILD
17:00:12 + cd /root/rpmbuild/BUILD
17:00:12 + rm -rf src
17:00:12 + /usr/bin/mkdir -p src
17:00:12 + cd src
17:00:12 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
17:00:12 + /usr/bin/tar -xof -
17:00:12 + STATUS=0
17:00:12 + '[' 0 -ne 0 ']'
17:00:12 + /usr/bin/tar -xof -
17:00:12 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/engine.tgz
17:00:12 + STATUS=0
17:00:12 + '[' 0 -ne 0 ']'
17:00:12 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
17:00:12 + RPM_EC=0
17:00:12 ++ jobs -p
17:00:12 + exit 0
17:00:12 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.focwnf
17:00:12 + umask 022
17:00:12 + cd /root/rpmbuild/BUILD
17:00:12 + cd src
17:00:12 + export DOCKER_GITCOMMIT=5176095
17:00:12 + DOCKER_GITCOMMIT=5176095
17:00:12 + mkdir -p /go/src/github.com/docker
17:00:12 + ln -s /root/rpmbuild/BUILD/src/engine /go/src/github.com/docker/docker
17:00:12 + TMP_GOPATH=/go
17:00:12 + GOPROXY=https://proxy.golang.org
17:00:12 + /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh rootlesskit dynamic
17:00:12 + RM_GOPATH=0
17:00:12 + TMP_GOPATH=/go
17:00:12 + : /usr/local/bin
17:00:12 + '[' -z /go ']'
17:00:12 + export GOPATH=/go
17:00:12 + GOPATH=/go
17:00:12 + case "$(go env GOARCH)" in
17:00:12 ++ go env GOARCH
17:00:12 + export GO_BUILDMODE=-buildmode=pie
17:00:12 + GO_BUILDMODE=-buildmode=pie
17:00:12 ++ dirname /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/install.sh
17:00:12 + dir=/root/rpmbuild/BUILD/src/engine/hack/dockerfile/install
17:00:12 + bin=rootlesskit
17:00:12 + shift
17:00:12 + '[' '!' -f /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer ']'
17:00:12 + . /root/rpmbuild/BUILD/src/engine/hack/dockerfile/install/rootlesskit.installer
17:00:12 ++ : v0.14.4
17:00:12 + install_rootlesskit dynamic
17:00:12 + case "$1" in
17:00:12 + install_rootlesskit_dynamic
17:00:12 + export ROOTLESSKIT_LDFLAGS=-linkmode=external install_rootlesskit
17:00:12 + ROOTLESSKIT_LDFLAGS=-linkmode=external
17:00:12 + export BUILD_MODE=-buildmode=pie
17:00:12 + BUILD_MODE=-buildmode=pie
17:00:12 + _install_rootlesskit
17:00:12 + echo 'Install rootlesskit version v0.14.4'
17:00:12 + for f in rootlesskit rootlesskit-docker-proxy
17:00:12 + GOBIN=/usr/local/bin
17:00:12 + GO111MODULE=on
17:00:12 Install rootlesskit version v0.14.4
17:00:12 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4
17:00:12 go: downloading github.com/rootless-containers/rootlesskit v0.14.4
17:00:12 go: downloading github.com/pkg/errors v0.9.1
17:00:12 go: downloading github.com/sirupsen/logrus v1.8.1
17:00:12 go: downloading github.com/urfave/cli/v2 v2.3.0
17:00:12 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
17:00:12 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
17:00:12 go: downloading github.com/google/uuid v1.3.0
17:00:12 go: downloading github.com/moby/vpnkit v0.5.0
17:00:12 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
17:00:12 go: downloading github.com/gofrs/flock v0.8.1
17:00:12 go: downloading github.com/gorilla/mux v1.8.0
17:00:12 go: downloading github.com/moby/sys/mountinfo v0.4.1
17:00:12 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
17:00:12 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
17:00:12 go: downloading github.com/u-root/u-root v7.0.0+incompatible
17:00:13 go: downloading github.com/russross/blackfriday/v2 v2.1.0
17:00:18 + for f in rootlesskit rootlesskit-docker-proxy
17:00:18 + GOBIN=/usr/local/bin
17:00:18 + GO111MODULE=on
17:00:18 + go install -buildmode=pie -ldflags=-linkmode=external github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4
17:00:19 + return
17:00:19 + RPM_EC=0
17:00:19 ++ jobs -p
17:00:19 + exit 0
17:00:19 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VaDygd
17:00:19 + umask 022
17:00:19 + cd /root/rpmbuild/BUILD
17:00:19 + '[' /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64 '!=' / ']'
17:00:19 + rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
17:00:19 ++ dirname /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
17:00:19 + mkdir -p /root/rpmbuild/BUILDROOT
17:00:19 + mkdir /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
17:00:19 + cd src
17:00:19 + install -D -p -m 0755 engine/contrib/dockerd-rootless.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin/dockerd-rootless.sh
17:00:19 + install -D -p -m 0755 engine/contrib/dockerd-rootless-setuptool.sh /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin/dockerd-rootless-setuptool.sh
17:00:19 + install -D -p -m 0755 /usr/local/bin/rootlesskit /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin/rootlesskit
17:00:20 + install -D -p -m 0755 /usr/local/bin/rootlesskit-docker-proxy /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64/usr/bin/rootlesskit-docker-proxy
17:00:20 + /usr/lib/rpm/check-buildroot
17:00:20 + /usr/lib/rpm/redhat/brp-ldconfig
17:00:20 + /usr/lib/rpm/brp-compress
17:00:20 + /usr/lib/rpm/brp-strip /usr/bin/strip
17:00:20 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
17:00:20 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
17:00:20 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
17:00:20 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
17:00:20 + /usr/lib/rpm/brp-python-hardlink
17:00:20 + /usr/lib/rpm/redhat/brp-mangle-shebangs
17:00:20 mangling shebang in /usr/bin/dockerd-rootless-setuptool.sh from /bin/sh to #!/usr/bin/sh
17:00:20 mangling shebang in /usr/bin/dockerd-rootless.sh from /bin/sh to #!/usr/bin/sh
17:00:20 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.23wAB3
17:00:20 + umask 022
17:00:20 + cd /root/rpmbuild/BUILD
17:00:20 + cd src
17:00:20 + /usr/local/bin/rootlesskit -v
17:00:20 rootlesskit version 0.14.4
17:00:20 + RPM_EC=0
17:00:20 ++ jobs -p
17:00:20 + exit 0
17:00:20 Processing files: docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
17:00:20 Provides: docker-ce-rootless-extras = 0:0.0.0.20210916145224.e3023ca-0.fc34 docker-ce-rootless-extras(x86-64) = 0:0.0.0.20210916145224.e3023ca-0.fc34
17:00:20 Requires(interp): /bin/sh /bin/sh /bin/sh
17:00:20 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
17:00:20 Requires(post): /bin/sh
17:00:20 Requires(preun): /bin/sh
17:00:20 Requires(postun): /bin/sh
17:00:20 Requires: /usr/bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.32)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.2)(64bit) rtld(GNU_HASH)
17:00:20 Conflicts: rootlesskit
17:00:20 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
17:00:20 Wrote: /root/rpmbuild/SRPMS/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.src.rpm
17:00:27 Wrote: /root/rpmbuild/RPMS/x86_64/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64.rpm
17:00:27 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.QYQ1Ew
17:00:27 + umask 022
17:00:27 + cd /root/rpmbuild/BUILD
17:00:27 + cd src
17:00:27 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-ce-rootless-extras-0.0.0.20210916145224.e3023ca-0.fc34.x86_64
17:00:27 + RPM_EC=0
17:00:27 ++ jobs -p
17:00:27 + exit 0
17:00:27 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fXbqkz
17:00:27 + umask 022
17:00:27 + cd /root/rpmbuild/BUILD
17:00:27 + cd /root/rpmbuild/BUILD
17:00:27 + rm -rf src
17:00:27 + /usr/bin/mkdir -p src
17:00:27 + cd src
17:00:27 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
17:00:27 + /usr/bin/tar -xof -
17:00:27 + STATUS=0
17:00:27 + '[' 0 -ne 0 ']'
17:00:27 + /usr/bin/gzip -dc /root/rpmbuild/SOURCES/scan-cli-plugin.tgz
17:00:27 + /usr/bin/tar -xof -
17:00:27 + STATUS=0
17:00:27 + '[' 0 -ne 0 ']'
17:00:27 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
17:00:27 + RPM_EC=0
17:00:27 ++ jobs -p
17:00:27 + exit 0
17:00:27 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.DkX5pG
17:00:27 + umask 022
17:00:27 + cd /root/rpmbuild/BUILD
17:00:27 + cd src
17:00:27 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
17:00:27 + bash -c 'GOPROXY="https://proxy.golang.org" TAG_NAME="v0.8.0" COMMIT="35651ca" PLATFORM_BINARY=docker-scan make native-build'
17:00:27 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
17:00:27 GO111MODULE=on make -f builder.Makefile build
17:00:27 make[1]: Entering directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
17:00:27 mkdir -p bin
17:00:27 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=35651ca -X github.com/docker/scan-cli-plugin/internal.Version=v0.8.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:defb5ba5517a29a78736d919d3dc0568f555980a43daefe1ac8a1e7fc0924f25" -o bin/docker-scan ./cmd/docker-scan
17:00:28 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
17:00:28 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
17:00:29 go: downloading github.com/spf13/cobra v1.0.0
17:00:29 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
17:00:29 go: downloading github.com/docker/distribution v2.7.1+incompatible
17:00:29 go: downloading github.com/docker/go-connections v0.4.0
17:00:29 go: downloading github.com/sirupsen/logrus v1.4.2
17:00:29 go: downloading github.com/spf13/pflag v1.0.3
17:00:29 go: downloading github.com/theupdateframework/notary v0.6.1
17:00:29 go: downloading github.com/opencontainers/image-spec v1.0.1
17:00:29 go: downloading github.com/docker/go-units v0.4.0
17:00:29 go: downloading github.com/Masterminds/semver/v3 v3.1.0
17:00:29 go: downloading github.com/google/uuid v1.1.1
17:00:29 go: downloading github.com/mitchellh/go-homedir v1.1.0
17:00:29 go: downloading github.com/opencontainers/go-digest v1.0.0
17:00:29 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
17:00:29 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
17:00:29 go: downloading github.com/docker/go v1.5.1-1
17:00:29 go: downloading github.com/morikuni/aec v1.0.0
17:00:29 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
17:00:30 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
17:00:30 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
17:00:30 go: downloading github.com/containerd/containerd v1.3.4
17:00:30 go: downloading google.golang.org/grpc v1.23.1
17:00:30 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
17:00:30 go: downloading github.com/docker/docker-credential-helpers v0.6.3
17:00:30 go: downloading github.com/gorilla/mux v1.7.4
17:00:30 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
17:00:30 go: downloading github.com/gogo/protobuf v1.3.1
17:00:30 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
17:00:30 go: downloading github.com/golang/protobuf v1.3.2
17:00:30 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
17:00:31 go: downloading github.com/docker/go-metrics v0.0.1
17:00:31 go: downloading github.com/prometheus/client_golang v1.1.0
17:00:31 go: downloading github.com/beorn7/perks v1.0.1
17:00:31 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
17:00:31 go: downloading github.com/prometheus/common v0.6.0
17:00:31 go: downloading github.com/prometheus/procfs v0.0.3
17:00:31 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
17:00:50 make[2]: Entering directory '/root/build-deb/cli'
17:00:50 scripts/docs/generate-man.sh
17:01:03 make[1]: Leaving directory '/root/rpmbuild/BUILD/src/scan-cli-plugin'
17:01:03 + popd
17:01:03 ~/rpmbuild/BUILD/src
17:01:03 + RPM_EC=0
17:01:03 ++ jobs -p
17:01:03 + exit 0
17:01:03 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.E5mFU9
17:01:03 + umask 022
17:01:03 + cd /root/rpmbuild/BUILD
17:01:03 + '[' /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64 '!=' / ']'
17:01:03 + rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64
17:01:03 ++ dirname /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64
17:01:03 + mkdir -p /root/rpmbuild/BUILDROOT
17:01:03 + mkdir /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64
17:01:03 + cd src
17:01:03 + pushd /root/rpmbuild/BUILD/src/scan-cli-plugin
17:01:03 ~/rpmbuild/BUILD/src/scan-cli-plugin ~/rpmbuild/BUILD/src
17:01:03 + install -D -p -m 0755 bin/docker-scan /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-scan
17:01:03 ~/rpmbuild/BUILD/src
17:01:03 + popd
17:01:03 + /usr/lib/rpm/check-buildroot
17:01:03 + /usr/lib/rpm/redhat/brp-ldconfig
17:01:03 + /usr/lib/rpm/brp-compress
17:01:03 + /usr/lib/rpm/brp-strip /usr/bin/strip
17:01:03 + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
17:01:03 + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip
17:01:03 + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
17:01:03 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0
17:01:03 + /usr/lib/rpm/brp-python-hardlink
17:01:03 + /usr/lib/rpm/redhat/brp-mangle-shebangs
17:01:03 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.Bv0C4W
17:01:03 + umask 022
17:01:03 + cd /root/rpmbuild/BUILD
17:01:03 + cd src
17:01:03 ++ /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata
17:01:03 ++ awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }'
17:01:03 PASS: docker-scan version OK
17:01:03 + ver=v0.8.0
17:01:03 + test v0.8.0 = v0.8.0
17:01:03 + echo 'PASS: docker-scan version OK'
17:01:03 + RPM_EC=0
17:01:03 ++ jobs -p
17:01:03 + exit 0
17:01:03 Processing files: docker-scan-plugin-0.8.0-0.fc34.x86_64
17:01:03 warning: Missing build-id in /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64/usr/libexec/docker/cli-plugins/docker-scan
17:01:03 Provides: docker-scan-plugin = 0:0.8.0-0.fc34 docker-scan-plugin(x86-64) = 0:0.8.0-0.fc34
17:01:03 Requires(interp): /bin/sh /bin/sh /bin/sh
17:01:03 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
17:01:03 Requires(post): /bin/sh
17:01:03 Requires(preun): /bin/sh
17:01:03 Requires(postun): /bin/sh
17:01:03 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64
17:01:03 Wrote: /root/rpmbuild/SRPMS/docker-scan-plugin-0.8.0-0.fc34.src.rpm
17:01:05 Wrote: /root/rpmbuild/RPMS/x86_64/docker-scan-plugin-0.8.0-0.fc34.x86_64.rpm
17:01:05 Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.GOrYaZ
17:01:05 + umask 022
17:01:05 + cd /root/rpmbuild/BUILD
17:01:05 + cd src
17:01:05 + /usr/bin/rm -rf /root/rpmbuild/BUILDROOT/docker-scan-plugin-0.8.0-0.fc34.x86_64
17:01:05 + RPM_EC=0
17:01:05 ++ jobs -p
17:01:05 + exit 0
17:01:07 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm:/v -w /v alpine chown -R 1000:1000 "rpmbuild/fedora-34"
17:01:08 make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm'
[Pipeline] sh
17:01:08 + make clean
17:01:08 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572:/v -w /v alpine chown -R 1000:1000 src
17:01:09 rm -f -r src
17:01:09 make -C rpm clean
17:01:09 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm'
17:01:09 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
17:01:10 rm -f -r rpmbuild/
17:01:10 docker builder prune -f --filter until=24h
17:01:10 Total reclaimed space: 0B
17:01:10 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm'
17:01:10 make -C deb clean
17:01:10 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
17:01:10 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 debbuild
17:01:10 rm -f -r debbuild
17:01:10 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 sources
17:01:10 rm -f -r sources
17:01:10 docker builder prune -f --filter until=24h
17:01:10 Total reclaimed space: 0B
17:01:10 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
17:01:10 make -C static clean
17:01:10 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
17:01:10 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/static:/v -w /v alpine chown -R 1000:1000 build
17:01:10 rm -f -r build
17:01:10 docker builder prune -f --filter until=24h
17:01:10 Total reclaimed space: 0B
17:01:10 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
17:01:57 Project root: /go/src/github.com/docker/cli
17:01:57 Generating man pages into /go/src/github.com/docker/cli/man/man1
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/build.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/builder/build.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/builder/prune.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/builder.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/create.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/ls.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/checkpoint/rm.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/checkpoint.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/config/create.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/config/inspect.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/config/ls.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/config/rm.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/config.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/container/inspect.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/container/prune.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/container.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/context/create.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/context/export.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/context/import.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/context/inspect.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/context/ls.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/context/rm.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/context/update.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/context/use.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/context.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/image/inspect.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/image/prune.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/image.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/manifest/annotate.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/manifest/create.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/manifest/inspect.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/manifest/push.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/manifest/rm.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/manifest.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/network/prune.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/network.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/node/demote.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/node/inspect.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/node/ls.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/node/promote.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/node/ps.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/node/rm.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/node/update.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/node.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/create.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/disable.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/enable.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/inspect.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/install.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/push.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/rm.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/set.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/plugin/upgrade.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/plugin.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/run.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/secret/create.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/secret/inspect.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/secret/ls.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/secret/rm.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/secret.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/service/create.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/service/inspect.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/service/logs.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/service/ls.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/service/ps.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/service/rm.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/service/rollback.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/service/scale.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/service/update.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/service.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/stack/deploy.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/stack/ls.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/stack/ps.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/stack/rm.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/stack/services.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/stack.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/ca.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/init.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/join.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/join-token.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/leave.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/unlock-key.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/swarm/update.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/swarm.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/system/df.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/system/dial-stdio.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/system/prune.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/system.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/trust/inspect.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/trust/key/generate.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/trust/key/load.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/trust/key.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/trust/revoke.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/trust/sign.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/add.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/trust/signer/remove.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/trust/signer.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/trust.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/volume/prune.md does not exist, skipping
17:01:57 2021/09/16 17:01:55 WARN: /go/src/github.com/docker/cli/man/src/volume/rm.md does not exist, skipping
17:01:57 make[2]: Leaving directory '/root/build-deb/cli'
17:01:57 # Build the scan-plugin
17:01:57 # TODO change once we support scan-plugin on other architectures
17:01:57 if [ "amd64" = "amd64" ]; then \
17:01:57 	cd /go/src/github.com/docker/scan-cli-plugin \
17:01:57 	&& PLATFORM_BINARY=docker-scan COMMIT=35651ca TAG_NAME=v0.8.0 make native-build \
17:01:57 	&& mkdir -p /usr/libexec/docker/cli-plugins/ \
17:01:57 	&& mv bin/docker-scan /usr/libexec/docker/cli-plugins/; \
17:01:57 fi
17:01:57 make[2]: Entering directory '/root/build-deb/scan-cli-plugin'
17:01:57 GO111MODULE=on make -f builder.Makefile build
17:01:57 make[3]: Entering directory '/root/build-deb/scan-cli-plugin'
17:01:57 mkdir -p bin
17:01:57 CGO_ENABLED=0 go build -trimpath -ldflags="-s -w -X github.com/docker/scan-cli-plugin/internal.GitCommit=35651ca -X github.com/docker/scan-cli-plugin/internal.Version=v0.8.0 -X github.com/docker/scan-cli-plugin/internal/provider.ImageDigest=sha256:defb5ba5517a29a78736d919d3dc0568f555980a43daefe1ac8a1e7fc0924f25" -o bin/docker-scan ./cmd/docker-scan
17:03:05 go: downloading github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
17:03:05 go: downloading github.com/docker/docker v1.4.2-0.20200227233006-38f52c9fec82
17:03:08 go: downloading github.com/spf13/cobra v1.0.0
17:03:08 go: downloading vbom.ml/util v0.0.0-20180919145318-efcd4e0f9787
17:03:08 go: downloading github.com/docker/distribution v2.7.1+incompatible
17:03:08 go: downloading github.com/docker/go-connections v0.4.0
17:03:08 go: downloading github.com/sirupsen/logrus v1.4.2
17:03:08 go: downloading github.com/spf13/pflag v1.0.3
17:03:08 go: downloading github.com/theupdateframework/notary v0.6.1
17:03:09 go: downloading github.com/opencontainers/image-spec v1.0.1
17:03:09 go: downloading github.com/docker/go-units v0.4.0
17:03:09 go: downloading github.com/Masterminds/semver/v3 v3.1.0
17:03:09 go: downloading github.com/google/uuid v1.1.1
17:03:09 go: downloading github.com/mitchellh/go-homedir v1.1.0
17:03:09 go: downloading github.com/opencontainers/go-digest v1.0.0
17:03:09 go: downloading golang.org/x/sys v0.0.0-20200523222454-059865788121
17:03:09 go: downloading github.com/docker/go v1.5.1-1
17:03:09 go: downloading golang.org/x/crypto v0.0.0-20191205180655-e7c4368fe9dd
17:03:10 go: downloading github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
17:03:10 go: downloading github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f
17:03:10 go: downloading github.com/morikuni/aec v1.0.0
17:03:10 go: downloading gopkg.in/square/go-jose.v2 v2.5.1
17:03:10 go: downloading github.com/containerd/containerd v1.3.4
17:03:10 go: downloading google.golang.org/grpc v1.23.1
17:03:11 go: downloading golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
17:03:12 go: downloading github.com/docker/docker-credential-helpers v0.6.3
17:03:12 go: downloading github.com/gorilla/mux v1.7.4
17:03:12 go: downloading github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
17:03:12 go: downloading github.com/gogo/protobuf v1.3.1
17:03:12 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
17:03:12 go: downloading github.com/golang/protobuf v1.3.2
17:03:13 go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
17:03:14 go: downloading github.com/docker/go-metrics v0.0.1
17:03:14 go: downloading github.com/prometheus/client_golang v1.1.0
17:03:14 go: downloading github.com/beorn7/perks v1.0.1
17:03:14 go: downloading github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
17:03:14 go: downloading github.com/prometheus/common v0.6.0
17:03:14 go: downloading github.com/prometheus/procfs v0.0.3
17:03:14 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
17:03:46 make[3]: Leaving directory '/root/build-deb/scan-cli-plugin'
17:03:46 make[2]: Leaving directory '/root/build-deb/scan-cli-plugin'
17:03:46 # Build the CLI plugins
17:03:46 # Make sure to set LDFLAGS="" since, dpkg-buildflags sets it to some weird values
17:03:46 set -e;cd /sources && \
17:03:46 	tar xzf plugin-installers.tgz; \
17:03:46 	for installer in plugins/*.installer; do \
17:03:46 		LDFLAGS='' bash ${installer} build; \
17:03:46 	done
17:03:46 Cloning into '/go/src/github.com/docker/buildx'...
17:03:46 Fetching origin
17:03:47 + GO111MODULE=on
17:03:47 + go build -mod=vendor -o bin/docker-buildx -ldflags '-X github.com/docker/buildx/version.Version=v0.6.3-docker -X github.com/docker/buildx/version.Revision=266c0eac611d64fcc0c72d80206aa364e826758d -X github.com/docker/buildx/version.Package=github.com/docker/buildx' ./cmd/buildx
17:05:08 make[1]: Leaving directory '/root/build-deb'
17:05:08    debian/rules override_dh_auto_test
17:05:08 make[1]: Entering directory '/root/build-deb'
17:05:08 ver="$(engine/bundles/dynbinary-daemon/dockerd --version)"; \
17:05:08 	test "$ver" = "Docker version 0.0.0-20210916145224-e3023ca, build 5176095" && echo "PASS: daemon version OK" || (echo "FAIL: daemon version ($ver) did not match" && exit 1)
17:05:08 PASS: daemon version OK
17:05:08 ver="$(cli/build/docker --version)"; \
17:05:08 	test "$ver" = "Docker version 0.0.0-20210916145224-e3023ca, build e3023ca" && echo "PASS: cli version OK" || (echo "FAIL: cli version ($ver) did not match" && exit 1)
17:05:08 PASS: cli version OK
17:05:08 # FIXME: --version currently doesn't work as it makes a connection to the daemon, so using the plugin metadata instead
17:05:08 # TODO change once we support scan-plugin on other architectures
17:05:08 if [ "amd64" = "amd64" ]; then \
17:05:08 	ver="$(/usr/libexec/docker/cli-plugins/docker-scan docker-cli-plugin-metadata | awk '{ gsub(/[",:]/,"")}; $1 == "Version" { print $2 }')"; \
17:05:08 		test "$ver" = "v0.8.0" && echo "PASS: docker-scan version OK" || (echo "FAIL: docker-scan version ($ver) did not match" && exit 1); \
17:05:08 fi
17:05:08 PASS: docker-scan version OK
17:05:08 make[1]: Leaving directory '/root/build-deb'
17:05:08    create-stamp debian/debhelper-build-stamp
17:05:08  debian/rules binary
17:05:08 dh binary --with=bash-completion
17:05:08    dh_testroot
17:05:08    dh_prep
17:05:08    debian/rules override_dh_auto_install
17:05:08 make[1]: Entering directory '/root/build-deb'
17:05:08 # docker-ce-cli install
17:05:08 install -D -m 0644 cli/contrib/completion/fish/docker.fish debian/docker-ce-cli/usr/share/fish/vendor_completions.d/docker.fish
17:05:08 install -D -m 0644 cli/contrib/completion/zsh/_docker debian/docker-ce-cli/usr/share/zsh/vendor-completions/_docker
17:05:08 install -D -m 0755 cli/build/docker debian/docker-ce-cli/usr/bin/docker
17:05:08 set -e;cd /sources && \
17:05:08 	tar xzf plugin-installers.tgz; \
17:05:08 	for installer in plugins/*.installer; do \
17:05:08 		DESTDIR=/root/build-deb/debian/docker-ce-cli \
17:05:08 		PREFIX=/usr/libexec/docker/cli-plugins \
17:05:08 			bash ${installer} install_plugin; \
17:05:08 	done
17:05:08 # docker-ce install
17:05:08 install -D -m 0644 engine/contrib/init/systemd/docker.service debian/docker-ce/lib/systemd/system/docker.service
17:05:08 install -D -m 0644 engine/contrib/init/systemd/docker.socket debian/docker-ce/lib/systemd/system/docker.socket
17:05:08 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/dockerd-0.0.0-20210916145224-e3023ca debian/docker-ce/usr/bin/dockerd
17:05:08 install -D -m 0755 /root/build-deb/engine/bundles/dynbinary-daemon/docker-proxy-0.0.0-20210916145224-e3023ca debian/docker-ce/usr/bin/docker-proxy
17:05:08 install -D -m 0755 /usr/local/bin/docker-init debian/docker-ce/usr/bin/docker-init
17:05:08 # docker-scan-plugin install
17:05:08 # TODO change once we support scan-plugin on other architectures
17:05:08 if [ "amd64" = "amd64" ]; then \
17:05:08 	install -D -m 0755 /usr/libexec/docker/cli-plugins/docker-scan debian/docker-scan-plugin/usr/libexec/docker/cli-plugins/docker-scan; \
17:05:08 fi
17:05:08 # docker-ce-rootless-extras install
17:05:08 install -D -m 0755 /usr/local/bin/rootlesskit debian/docker-ce-rootless-extras/usr/bin/rootlesskit
17:05:08 install -D -m 0755 /usr/local/bin/rootlesskit-docker-proxy debian/docker-ce-rootless-extras/usr/bin/rootlesskit-docker-proxy
17:05:08 install -D -m 0755 engine/contrib/dockerd-rootless.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless.sh
17:05:08 install -D -m 0755 engine/contrib/dockerd-rootless-setuptool.sh debian/docker-ce-rootless-extras/usr/bin/dockerd-rootless-setuptool.sh
17:05:08 # TODO: how can we install vpnkit?
17:05:08 make[1]: Leaving directory '/root/build-deb'
17:05:08    debian/rules override_dh_install
17:05:08 make[1]: Entering directory '/root/build-deb'
17:05:08 dh_install
17:05:08 # TODO Can we do this from within our container?
17:05:08 dh_apparmor --profile-name=docker-ce -pdocker-ce
17:05:08 make[1]: Leaving directory '/root/build-deb'
17:05:08    dh_installdocs
17:05:08    dh_installchangelogs
17:05:08    dh_installman
17:05:08    dh_bash-completion
17:05:08    dh_systemd_enable
17:05:08    debian/rules override_dh_installinit
17:05:08 make[1]: Entering directory '/root/build-deb'
17:05:08 # use "docker" as our service name, not "docker-ce"
17:05:08 dh_installinit --name=docker
17:05:08 make[1]: Leaving directory '/root/build-deb'
17:05:08    dh_systemd_start
17:05:08    dh_perl
17:05:08    dh_link
17:05:08    dh_strip_nondeterminism
17:05:08    dh_compress
17:05:08    dh_fixperms
17:05:08    dh_missing
17:05:08    debian/rules override_dh_strip
17:05:08 make[1]: Entering directory '/root/build-deb'
17:05:08 # Go has lots of problems with stripping, so just don't
17:05:08 make[1]: Leaving directory '/root/build-deb'
17:05:08    dh_makeshlibs
17:05:08    debian/rules override_dh_shlibdeps
17:05:08 make[1]: Entering directory '/root/build-deb'
17:05:08 dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
17:05:16 make[1]: Leaving directory '/root/build-deb'
17:05:16    dh_installdeb
17:05:16    debian/rules override_dh_gencontrol
17:05:16 make[1]: Entering directory '/root/build-deb'
17:05:16 # Use separate version for the scan-plugin package, then generate the other control files as usual
17:05:16 # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)
17:05:16 # TODO change once we support scan-plugin on other architectures (see dpkg-architecture -L)
17:05:16 if [ "amd64" = "amd64" ]; then \
17:05:16 	dh_gencontrol -pdocker-scan-plugin -- -v${SCAN_VERSION#v}~${DISTRO}-${SUITE}; \
17:05:16 fi
17:05:16 dh_gencontrol --remaining-packages
17:05:16 make[1]: Leaving directory '/root/build-deb'
17:05:16    dh_md5sums
17:05:16    dh_builddeb
17:05:16 dpkg-deb: building package 'docker-ce-rootless-extras' in '../docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb'.
17:05:16 dpkg-deb: building package 'docker-ce' in '../docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb'.
17:05:38 dpkg-deb: building package 'docker-scan-plugin' in '../docker-scan-plugin_0.8.0~debian-bullseye_amd64.deb'.
17:06:05 dpkg-deb: building package 'docker-ce-cli' in '../docker-ce-cli_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb'.
17:06:44  dpkg-genbuildinfo
17:06:44  dpkg-genchanges  >../docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.changes
17:06:44 dpkg-genchanges: info: including full source code in upload
17:06:44  dpkg-source -I.git --after-build .
17:06:44 dpkg-buildpackage: info: full upload; Debian-native package (full source is included)
17:06:44 + destination=/build
17:06:44 + mkdir -p /build
17:06:44 + mv -v /root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb /root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb /root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye.dsc /root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye.tar.gz /root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.buildinfo /root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.changes /root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb /root/docker-scan-plugin_0.8.0~debian-bullseye_amd64.deb /build
17:06:44 copied '/root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb' -> '/build/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb'
17:06:44 removed '/root/docker-ce-cli_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb'
17:06:44 copied '/root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb' -> '/build/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb'
17:06:44 removed '/root/docker-ce-rootless-extras_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb'
17:06:44 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye.dsc' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye.dsc'
17:06:44 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye.dsc'
17:06:44 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye.tar.gz' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye.tar.gz'
17:06:44 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye.tar.gz'
17:06:44 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.buildinfo' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.buildinfo'
17:06:44 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.buildinfo'
17:06:44 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.changes' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.changes'
17:06:44 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.changes'
17:06:44 copied '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb' -> '/build/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb'
17:06:44 removed '/root/docker-ce_0.0.0-20210916145224-e3023ca-0~debian-bullseye_amd64.deb'
17:06:44 copied '/root/docker-scan-plugin_0.8.0~debian-bullseye_amd64.deb' -> '/build/docker-scan-plugin_0.8.0~debian-bullseye_amd64.deb'
17:06:44 removed '/root/docker-scan-plugin_0.8.0~debian-bullseye_amd64.deb'
17:06:44 docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 "debbuild/debian-bullseye"
17:06:45 make: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
[Pipeline] sh
17:06:46 + make clean
17:06:46 [ ! -d src ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572:/v -w /v alpine chown -R 1000:1000 src
17:06:46 rm -f -r src
17:06:46 make -C rpm clean
17:06:46 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm'
17:06:46 [ ! -d rpmbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm:/v -w /v alpine chown -R 1000:1000 rpmbuild
17:06:46 rm -f -r rpmbuild/
17:06:46 docker builder prune -f --filter until=24h
17:06:46 Total reclaimed space: 0B
17:06:46 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/rpm'
17:06:46 make -C deb clean
17:06:46 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
17:06:46 [ ! -d debbuild ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 debbuild
17:06:47 rm -f -r debbuild
17:06:47 [ ! -d sources ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/deb:/v -w /v alpine chown -R 1000:1000 sources
17:06:48 rm -f -r sources
17:06:48 docker builder prune -f --filter until=24h
17:06:48 Total reclaimed space: 0B
17:06:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/deb'
17:06:48 make -C static clean
17:06:48 make[1]: Entering directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
17:06:48 [ ! -d build ] || docker run --rm -v /home/ubuntu/workspace/docker-ce-packaging_PR-572/static:/v -w /v alpine chown -R 1000:1000 build
17:06:48 rm -f -r build
17:06:48 docker builder prune -f --filter until=24h
17:06:48 Total reclaimed space: 0B
17:06:48 make[1]: Leaving directory '/home/ubuntu/workspace/docker-ce-packaging_PR-572/static'
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

Finished: SUCCESS